@charset "UTF-8";
/*!
 * Bootstrap  v5.3.7 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(109.8, 168, 253.8);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(2.6, 22, 50.6);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(7.8, 66, 151.8);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(109.8, 168, 253.8);
  --bs-link-hover-color: rgb(138.84, 185.4, 254.04);
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid, .news-detail-site .news-detail-content img,
.news-detail-site .news-detail-content iframe {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1224px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10, .section-food-packaging .content {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table, .product-detail-site .product__content table, .news-detail-site .news-detail-content table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > *, .product-detail-site .product__content table > :not(caption) > * > *, .news-detail-site .news-detail-content table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody, .product-detail-site .product__content table > tbody, .news-detail-site .news-detail-content table > tbody {
  vertical-align: inherit;
}
.table > thead, .product-detail-site .product__content table > thead, .news-detail-site .news-detail-content table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > *, .news-detail-site .news-detail-content table > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > *, .news-detail-site .news-detail-content table > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > *, .product-detail-site .product__content table > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child), .product-detail-site .product__content table > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > *, .product-detail-site .product__content table > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 226, 254.6);
  --bs-table-border-color: rgb(165.28, 180.8, 203.68);
  --bs-table-striped-bg: rgb(196.27, 214.7, 241.87);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 203.4, 229.14);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 209.05, 235.505);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(225.6, 227.4, 229);
  --bs-table-border-color: rgb(180.48, 181.92, 183.2);
  --bs-table-striped-bg: rgb(214.32, 216.03, 217.55);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(203.04, 204.66, 206.1);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(208.68, 210.345, 211.825);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: rgb(209, 231, 220.8);
  --bs-table-border-color: rgb(167.2, 184.8, 176.64);
  --bs-table-striped-bg: rgb(198.55, 219.45, 209.76);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(188.1, 207.9, 198.72);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(193.325, 213.675, 204.24);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 244.4, 252);
  --bs-table-border-color: rgb(165.28, 195.52, 201.6);
  --bs-table-striped-bg: rgb(196.27, 232.18, 239.4);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 219.96, 226.8);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 226.07, 233.1);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: rgb(255, 242.6, 205.4);
  --bs-table-border-color: rgb(204, 194.08, 164.32);
  --bs-table-striped-bg: rgb(242.25, 230.47, 195.13);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(229.5, 218.34, 184.86);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: rgb(248, 214.6, 217.8);
  --bs-table-border-color: rgb(198.4, 171.68, 174.24);
  --bs-table-striped-bg: rgb(235.6, 203.87, 206.91);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 193.14, 196.02);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 198.505, 201.465);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: rgb(198.4, 199.2, 200);
  --bs-table-striped-bg: rgb(235.6, 236.55, 237.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 224.1, 225);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 230.325, 231.25);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: rgb(77.4, 80.6, 83.8);
  --bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(55.2, 58.8, 62.4);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive, .product-detail-site .product__content table, .news-detail-site .news-detail-content table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28134, 182.5, 254%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
          appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
       appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  color: rgba(var(--bs-body-color-rgb), 0.65);
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder), .form-floating > .form-control-plaintext:not(:-moz-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
}
.form-floating > .form-control:not(:-moz-placeholder) ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > textarea:not(:-moz-placeholder) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > textarea:focus ~ label::after,
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > textarea:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1 * var(--bs-border-width));
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(11.05, 93.5, 215.05);
  --bs-btn-hover-border-color: rgb(10.4, 88, 202.4);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(10.4, 88, 202.4);
  --bs-btn-active-border-color: rgb(9.75, 82.5, 189.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(91.8, 99.45, 106.25);
  --bs-btn-hover-border-color: rgb(86.4, 93.6, 100);
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(86.4, 93.6, 100);
  --bs-btn-active-border-color: rgb(81, 87.75, 93.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(21.25, 114.75, 71.4);
  --bs-btn-hover-border-color: rgb(20, 108, 67.2);
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(20, 108, 67.2);
  --bs-btn-active-border-color: rgb(18.75, 101.25, 63);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(49.3, 209.95, 242.25);
  --bs-btn-hover-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(61.4, 212.6, 243);
  --bs-btn-active-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 202.3, 44.2);
  --bs-btn-hover-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 205.4, 56.6);
  --bs-btn-active-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(187, 45.05, 58.65);
  --bs-btn-hover-border-color: rgb(176, 42.4, 55.2);
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(176, 42.4, 55.2);
  --bs-btn-active-border-color: rgb(165, 39.75, 51.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);
  --bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(198.4, 199.2, 200);
  --bs-btn-active-border-color: rgb(186, 186.75, 187.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(66.3, 69.7, 73.1);
  --bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(77.4, 80.6, 83.8);
  --bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(-1 * var(--bs-border-width));
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(-1 * var(--bs-border-width));
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:nth-child(n+3),
.btn-group-vertical > :not(.btn-check) + .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-img-top,
  .card-group > .card:not(:last-child) > .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-img-bottom,
  .card-group > .card:not(:last-child) > .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-img-top,
  .card-group > .card:not(:first-child) > .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-img-bottom,
  .card-group > .card:not(:first-child) > .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgb%285.2, 44, 101.2%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse,
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(-1 * var(--bs-border-width));
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked > .progress {
  overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:not(.active):hover, .list-group-item-action:not(.active):focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:not(.active):active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%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;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

:root,
[data-bs-theme=light] {
  --bs-btn-close-filter: ;
}

[data-bs-theme=dark] {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: var(--bs-body-color);
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transform: translate(0, -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 {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-right: calc(-0.5 * var(--bs-modal-header-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-left: auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  filter: var(--bs-carousel-control-icon-filter);
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")*/;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e")*/;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--bs-carousel-indicator-active-bg);
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: var(--bs-carousel-caption-color);
  text-align: center;
}

.carousel-dark {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

:root,
[data-bs-theme=light] {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}

[data-bs-theme=dark] {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-left: auto;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
          mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fit-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.object-fit-scale {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.object-fit-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0, .product-site .sidebar .accordion-item {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto, .section-food-packaging .content {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0, .sustainable-development .d__list .d__content p,
.sustainable-development .d__list .d__content ul {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0, .d__content ul li ul li {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0, .section-food-packaging .content {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}

.column-gap-1 {
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}

.column-gap-2 {
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

.column-gap-3 {
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

.column-gap-4 {
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

.column-gap-5 {
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0, .product-site .sidebar .accordion-item {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@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 {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@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 {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@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;
  }
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../assets/fonts/PlusJakartaSans-ExtraLight.woff2") format("woff2"), url("../assets/fonts/PlusJakartaSans-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../assets/fonts/PlusJakartaSans-ExtraLightItalic.woff2") format("woff2"), url("../assets/fonts/PlusJakartaSans-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../assets/fonts/PlusJakartaSans-Medium.woff2") format("woff2"), url("../assets/fonts/PlusJakartaSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../assets/fonts/PlusJakartaSans-LightItalic.woff2") format("woff2"), url("../assets/fonts/PlusJakartaSans-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../assets/fonts/PlusJakartaSans-Italic.woff2") format("woff2"), url("../assets/fonts/PlusJakartaSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../assets/fonts/PlusJakartaSans-Light.woff2") format("woff2"), url("../assets/fonts/PlusJakartaSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../assets/fonts/PlusJakartaSans-MediumItalic.woff2") format("woff2"), url("../assets/fonts/PlusJakartaSans-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../assets/fonts/PlusJakartaSans-Regular.woff2") format("woff2"), url("../assets/fonts/PlusJakartaSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../assets/fonts/PlusJakartaSans-SemiBoldItalic.woff2") format("woff2"), url("../assets/fonts/PlusJakartaSans-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../assets/fonts/PlusJakartaSans-SemiBold.woff2") format("woff2"), url("../assets/fonts/PlusJakartaSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../assets/fonts/PlusJakartaSans-ExtraBold.woff2") format("woff2"), url("../assets/fonts/PlusJakartaSans-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../assets/fonts/PlusJakartaSans-BoldItalic.woff2") format("woff2"), url("../assets/fonts/PlusJakartaSans-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../assets/fonts/PlusJakartaSans-Bold.woff2") format("woff2"), url("../assets/fonts/PlusJakartaSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../assets/fonts/PlusJakartaSans-ExtraBoldItalic.woff2") format("woff2"), url("../assets/fonts/PlusJakartaSans-ExtraBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
.color-primary {
  color: #272727;
}

.bg-color-light {
  background-color: #f9fcfb;
}

.bg-color-green-light {
  background-color: #effffb;
}

.color-secondary {
  color: #0052b4;
}

.color-green {
  color: #28b168;
}

.lh-1 {
  line-height: 1px;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, 1fr);
}

.line-height-1 {
  line-height: 1px;
}

.gap-1 {
  gap: 1px;
}

.gap-x-1 {
  -moz-column-gap: 1px;
       column-gap: 1px;
}

.gap-y-1 {
  row-gap: 1px;
}

.rounded-1 {
  border-radius: 1px;
}

.mb-1 {
  margin-bottom: 1px;
}

.mt-1 {
  margin-top: 1px;
}

.mr-1 {
  margin-right: 1px;
}

.ml-1 {
  margin-left: 1px;
}

.mx-1 {
  margin-right: 1px;
  margin-left: 1px;
}

.my-1 {
  margin-top: 1px;
  margin-bottom: 1px;
}

.p-1 {
  padding: 1px;
}

.px-1 {
  padding-right: 1px;
  padding-left: 1px;
}

.py-1 {
  padding-top: 1px;
  padding-bottom: 1px;
}

.pr-1 {
  padding-right: 1px;
}

.pl-1 {
  padding-left: 1px;
}

.pt-1 {
  padding-top: 1px;
}

.pb-1 {
  padding-bottom: 1px;
}

.fs-1 {
  font-size: 1px;
}

.w-1 {
  width: 1px;
}

.h-1 {
  height: 1px;
}

@media (min-width: 576px) {
  .lh-sm-1 {
    line-height: 1px;
  }
  .line-height-sm-1 {
    line-height: 1px;
  }
  .grid-cols-sm-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .gap-sm-1 {
    gap: 1px;
  }
  .gap-x-sm-1 {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }
  .gap-y-sm-1 {
    row-gap: 1px;
  }
  .rounded-sm-1 {
    border-radius: 1px;
  }
  .mb-sm-1 {
    margin-bottom: 1px;
  }
  .mt-sm-1 {
    margin-top: 1px;
  }
  .mr-sm-1 {
    margin-right: 1px;
  }
  .ml-sm-1 {
    margin-left: 1px;
  }
  .mx-sm-1 {
    margin-right: 1px;
    margin-left: 1px;
  }
  .my-sm-1 {
    margin-top: 1px;
    margin-bottom: 1px;
  }
  .p-sm-1 {
    padding: 1px;
  }
  .px-sm-1 {
    padding-right: 1px;
    padding-left: 1px;
  }
  .py-sm-1 {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .pr-sm-1 {
    padding-right: 1px;
  }
  .pl-sm-1 {
    padding-left: 1px;
  }
  .pt-sm-1 {
    padding-top: 1px;
  }
  .pb-sm-1 {
    padding-bottom: 1px;
  }
  .fs-sm-1 {
    font-size: 1px;
  }
  .w-sm-1 {
    width: 1px;
  }
  .h-sm-1 {
    height: 1px;
  }
}
@media (min-width: 768px) {
  .lh-md-1 {
    line-height: 1px;
  }
  .line-height-md-1 {
    line-height: 1px;
  }
  .grid-cols-md-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .gap-md-1 {
    gap: 1px;
  }
  .gap-x-md-1 {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }
  .gap-y-md-1 {
    row-gap: 1px;
  }
  .rounded-md-1 {
    border-radius: 1px;
  }
  .mb-md-1 {
    margin-bottom: 1px;
  }
  .mt-md-1 {
    margin-top: 1px;
  }
  .mr-md-1 {
    margin-right: 1px;
  }
  .ml-md-1 {
    margin-left: 1px;
  }
  .mx-md-1 {
    margin-right: 1px;
    margin-left: 1px;
  }
  .my-md-1 {
    margin-top: 1px;
    margin-bottom: 1px;
  }
  .p-md-1 {
    padding: 1px;
  }
  .px-md-1 {
    padding-right: 1px;
    padding-left: 1px;
  }
  .py-md-1 {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .pr-md-1 {
    padding-right: 1px;
  }
  .pl-md-1 {
    padding-left: 1px;
  }
  .pt-md-1 {
    padding-top: 1px;
  }
  .pb-md-1 {
    padding-bottom: 1px;
  }
  .fs-md-1 {
    font-size: 1px;
  }
  .w-md-1 {
    width: 1px;
  }
  .h-md-1 {
    height: 1px;
  }
}
@media (min-width: 992px) {
  .lh-lg-1 {
    line-height: 1px;
  }
  .line-height-lg-1 {
    line-height: 1px;
  }
  .grid-cols-lg-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .gap-lg-1 {
    gap: 1px;
  }
  .gap-x-lg-1 {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }
  .gap-y-lg-1 {
    row-gap: 1px;
  }
  .rounded-lg-1 {
    border-radius: 1px;
  }
  .mb-lg-1 {
    margin-bottom: 1px;
  }
  .mt-lg-1 {
    margin-top: 1px;
  }
  .mr-lg-1 {
    margin-right: 1px;
  }
  .ml-lg-1 {
    margin-left: 1px;
  }
  .mx-lg-1 {
    margin-right: 1px;
    margin-left: 1px;
  }
  .my-lg-1 {
    margin-top: 1px;
    margin-bottom: 1px;
  }
  .p-lg-1 {
    padding: 1px;
  }
  .px-lg-1 {
    padding-right: 1px;
    padding-left: 1px;
  }
  .py-lg-1 {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .pr-lg-1 {
    padding-right: 1px;
  }
  .pl-lg-1 {
    padding-left: 1px;
  }
  .pt-lg-1 {
    padding-top: 1px;
  }
  .pb-lg-1 {
    padding-bottom: 1px;
  }
  .fs-lg-1 {
    font-size: 1px;
  }
  .w-lg-1 {
    width: 1px;
  }
  .h-lg-1 {
    height: 1px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-1 {
    line-height: 1px;
  }
  .line-height-xl-1 {
    line-height: 1px;
  }
  .grid-cols-xl-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .gap-xl-1 {
    gap: 1px;
  }
  .gap-x-xl-1 {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }
  .gap-y-xl-1 {
    row-gap: 1px;
  }
  .rounded-xl-1 {
    border-radius: 1px;
  }
  .mb-xl-1 {
    margin-bottom: 1px;
  }
  .mt-xl-1 {
    margin-top: 1px;
  }
  .mr-xl-1 {
    margin-right: 1px;
  }
  .ml-xl-1 {
    margin-left: 1px;
  }
  .mx-xl-1 {
    margin-right: 1px;
    margin-left: 1px;
  }
  .my-xl-1 {
    margin-top: 1px;
    margin-bottom: 1px;
  }
  .p-xl-1 {
    padding: 1px;
  }
  .px-xl-1 {
    padding-right: 1px;
    padding-left: 1px;
  }
  .py-xl-1 {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .pr-xl-1 {
    padding-right: 1px;
  }
  .pl-xl-1 {
    padding-left: 1px;
  }
  .pt-xl-1 {
    padding-top: 1px;
  }
  .pb-xl-1 {
    padding-bottom: 1px;
  }
  .fs-xl-1 {
    font-size: 1px;
  }
  .w-xl-1 {
    width: 1px;
  }
  .h-xl-1 {
    height: 1px;
  }
}
.lh-2 {
  line-height: 2px;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, 1fr);
}

.line-height-2 {
  line-height: 2px;
}

.gap-2 {
  gap: 2px;
}

.gap-x-2 {
  -moz-column-gap: 2px;
       column-gap: 2px;
}

.gap-y-2 {
  row-gap: 2px;
}

.rounded-2 {
  border-radius: 2px;
}

.mb-2 {
  margin-bottom: 2px;
}

.mt-2 {
  margin-top: 2px;
}

.mr-2 {
  margin-right: 2px;
}

.ml-2 {
  margin-left: 2px;
}

.mx-2 {
  margin-right: 2px;
  margin-left: 2px;
}

.my-2 {
  margin-top: 2px;
  margin-bottom: 2px;
}

.p-2 {
  padding: 2px;
}

.px-2 {
  padding-right: 2px;
  padding-left: 2px;
}

.py-2 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.pr-2 {
  padding-right: 2px;
}

.pl-2 {
  padding-left: 2px;
}

.pt-2 {
  padding-top: 2px;
}

.pb-2 {
  padding-bottom: 2px;
}

.fs-2 {
  font-size: 2px;
}

.w-2 {
  width: 2px;
}

.h-2 {
  height: 2px;
}

@media (min-width: 576px) {
  .lh-sm-2 {
    line-height: 2px;
  }
  .line-height-sm-2 {
    line-height: 2px;
  }
  .grid-cols-sm-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .gap-sm-2 {
    gap: 2px;
  }
  .gap-x-sm-2 {
    -moz-column-gap: 2px;
         column-gap: 2px;
  }
  .gap-y-sm-2 {
    row-gap: 2px;
  }
  .rounded-sm-2 {
    border-radius: 2px;
  }
  .mb-sm-2 {
    margin-bottom: 2px;
  }
  .mt-sm-2 {
    margin-top: 2px;
  }
  .mr-sm-2 {
    margin-right: 2px;
  }
  .ml-sm-2 {
    margin-left: 2px;
  }
  .mx-sm-2 {
    margin-right: 2px;
    margin-left: 2px;
  }
  .my-sm-2 {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .p-sm-2 {
    padding: 2px;
  }
  .px-sm-2 {
    padding-right: 2px;
    padding-left: 2px;
  }
  .py-sm-2 {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .pr-sm-2 {
    padding-right: 2px;
  }
  .pl-sm-2 {
    padding-left: 2px;
  }
  .pt-sm-2 {
    padding-top: 2px;
  }
  .pb-sm-2 {
    padding-bottom: 2px;
  }
  .fs-sm-2 {
    font-size: 2px;
  }
  .w-sm-2 {
    width: 2px;
  }
  .h-sm-2 {
    height: 2px;
  }
}
@media (min-width: 768px) {
  .lh-md-2 {
    line-height: 2px;
  }
  .line-height-md-2 {
    line-height: 2px;
  }
  .grid-cols-md-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .gap-md-2 {
    gap: 2px;
  }
  .gap-x-md-2 {
    -moz-column-gap: 2px;
         column-gap: 2px;
  }
  .gap-y-md-2 {
    row-gap: 2px;
  }
  .rounded-md-2 {
    border-radius: 2px;
  }
  .mb-md-2 {
    margin-bottom: 2px;
  }
  .mt-md-2 {
    margin-top: 2px;
  }
  .mr-md-2 {
    margin-right: 2px;
  }
  .ml-md-2 {
    margin-left: 2px;
  }
  .mx-md-2 {
    margin-right: 2px;
    margin-left: 2px;
  }
  .my-md-2 {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .p-md-2 {
    padding: 2px;
  }
  .px-md-2 {
    padding-right: 2px;
    padding-left: 2px;
  }
  .py-md-2 {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .pr-md-2 {
    padding-right: 2px;
  }
  .pl-md-2 {
    padding-left: 2px;
  }
  .pt-md-2 {
    padding-top: 2px;
  }
  .pb-md-2 {
    padding-bottom: 2px;
  }
  .fs-md-2 {
    font-size: 2px;
  }
  .w-md-2 {
    width: 2px;
  }
  .h-md-2 {
    height: 2px;
  }
}
@media (min-width: 992px) {
  .lh-lg-2 {
    line-height: 2px;
  }
  .line-height-lg-2 {
    line-height: 2px;
  }
  .grid-cols-lg-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .gap-lg-2 {
    gap: 2px;
  }
  .gap-x-lg-2 {
    -moz-column-gap: 2px;
         column-gap: 2px;
  }
  .gap-y-lg-2 {
    row-gap: 2px;
  }
  .rounded-lg-2 {
    border-radius: 2px;
  }
  .mb-lg-2 {
    margin-bottom: 2px;
  }
  .mt-lg-2 {
    margin-top: 2px;
  }
  .mr-lg-2 {
    margin-right: 2px;
  }
  .ml-lg-2 {
    margin-left: 2px;
  }
  .mx-lg-2 {
    margin-right: 2px;
    margin-left: 2px;
  }
  .my-lg-2 {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .p-lg-2 {
    padding: 2px;
  }
  .px-lg-2 {
    padding-right: 2px;
    padding-left: 2px;
  }
  .py-lg-2 {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .pr-lg-2 {
    padding-right: 2px;
  }
  .pl-lg-2 {
    padding-left: 2px;
  }
  .pt-lg-2 {
    padding-top: 2px;
  }
  .pb-lg-2 {
    padding-bottom: 2px;
  }
  .fs-lg-2 {
    font-size: 2px;
  }
  .w-lg-2 {
    width: 2px;
  }
  .h-lg-2 {
    height: 2px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-2 {
    line-height: 2px;
  }
  .line-height-xl-2 {
    line-height: 2px;
  }
  .grid-cols-xl-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .gap-xl-2 {
    gap: 2px;
  }
  .gap-x-xl-2 {
    -moz-column-gap: 2px;
         column-gap: 2px;
  }
  .gap-y-xl-2 {
    row-gap: 2px;
  }
  .rounded-xl-2 {
    border-radius: 2px;
  }
  .mb-xl-2 {
    margin-bottom: 2px;
  }
  .mt-xl-2 {
    margin-top: 2px;
  }
  .mr-xl-2 {
    margin-right: 2px;
  }
  .ml-xl-2 {
    margin-left: 2px;
  }
  .mx-xl-2 {
    margin-right: 2px;
    margin-left: 2px;
  }
  .my-xl-2 {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .p-xl-2 {
    padding: 2px;
  }
  .px-xl-2 {
    padding-right: 2px;
    padding-left: 2px;
  }
  .py-xl-2 {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .pr-xl-2 {
    padding-right: 2px;
  }
  .pl-xl-2 {
    padding-left: 2px;
  }
  .pt-xl-2 {
    padding-top: 2px;
  }
  .pb-xl-2 {
    padding-bottom: 2px;
  }
  .fs-xl-2 {
    font-size: 2px;
  }
  .w-xl-2 {
    width: 2px;
  }
  .h-xl-2 {
    height: 2px;
  }
}
.lh-3 {
  line-height: 3px;
}

.grid-cols-3 {
  grid-template-columns: repeat(3, 1fr);
}

.line-height-3 {
  line-height: 3px;
}

.gap-3 {
  gap: 3px;
}

.gap-x-3 {
  -moz-column-gap: 3px;
       column-gap: 3px;
}

.gap-y-3 {
  row-gap: 3px;
}

.rounded-3 {
  border-radius: 3px;
}

.mb-3 {
  margin-bottom: 3px;
}

.mt-3 {
  margin-top: 3px;
}

.mr-3 {
  margin-right: 3px;
}

.ml-3 {
  margin-left: 3px;
}

.mx-3 {
  margin-right: 3px;
  margin-left: 3px;
}

.my-3 {
  margin-top: 3px;
  margin-bottom: 3px;
}

.p-3 {
  padding: 3px;
}

.px-3 {
  padding-right: 3px;
  padding-left: 3px;
}

.py-3 {
  padding-top: 3px;
  padding-bottom: 3px;
}

.pr-3 {
  padding-right: 3px;
}

.pl-3 {
  padding-left: 3px;
}

.pt-3 {
  padding-top: 3px;
}

.pb-3 {
  padding-bottom: 3px;
}

.fs-3 {
  font-size: 3px;
}

.w-3 {
  width: 3px;
}

.h-3 {
  height: 3px;
}

@media (min-width: 576px) {
  .lh-sm-3 {
    line-height: 3px;
  }
  .line-height-sm-3 {
    line-height: 3px;
  }
  .grid-cols-sm-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .gap-sm-3 {
    gap: 3px;
  }
  .gap-x-sm-3 {
    -moz-column-gap: 3px;
         column-gap: 3px;
  }
  .gap-y-sm-3 {
    row-gap: 3px;
  }
  .rounded-sm-3 {
    border-radius: 3px;
  }
  .mb-sm-3 {
    margin-bottom: 3px;
  }
  .mt-sm-3 {
    margin-top: 3px;
  }
  .mr-sm-3 {
    margin-right: 3px;
  }
  .ml-sm-3 {
    margin-left: 3px;
  }
  .mx-sm-3 {
    margin-right: 3px;
    margin-left: 3px;
  }
  .my-sm-3 {
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .p-sm-3 {
    padding: 3px;
  }
  .px-sm-3 {
    padding-right: 3px;
    padding-left: 3px;
  }
  .py-sm-3 {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .pr-sm-3 {
    padding-right: 3px;
  }
  .pl-sm-3 {
    padding-left: 3px;
  }
  .pt-sm-3 {
    padding-top: 3px;
  }
  .pb-sm-3 {
    padding-bottom: 3px;
  }
  .fs-sm-3 {
    font-size: 3px;
  }
  .w-sm-3 {
    width: 3px;
  }
  .h-sm-3 {
    height: 3px;
  }
}
@media (min-width: 768px) {
  .lh-md-3 {
    line-height: 3px;
  }
  .line-height-md-3 {
    line-height: 3px;
  }
  .grid-cols-md-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .gap-md-3 {
    gap: 3px;
  }
  .gap-x-md-3 {
    -moz-column-gap: 3px;
         column-gap: 3px;
  }
  .gap-y-md-3 {
    row-gap: 3px;
  }
  .rounded-md-3 {
    border-radius: 3px;
  }
  .mb-md-3 {
    margin-bottom: 3px;
  }
  .mt-md-3 {
    margin-top: 3px;
  }
  .mr-md-3 {
    margin-right: 3px;
  }
  .ml-md-3 {
    margin-left: 3px;
  }
  .mx-md-3 {
    margin-right: 3px;
    margin-left: 3px;
  }
  .my-md-3 {
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .p-md-3 {
    padding: 3px;
  }
  .px-md-3 {
    padding-right: 3px;
    padding-left: 3px;
  }
  .py-md-3 {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .pr-md-3 {
    padding-right: 3px;
  }
  .pl-md-3 {
    padding-left: 3px;
  }
  .pt-md-3 {
    padding-top: 3px;
  }
  .pb-md-3 {
    padding-bottom: 3px;
  }
  .fs-md-3 {
    font-size: 3px;
  }
  .w-md-3 {
    width: 3px;
  }
  .h-md-3 {
    height: 3px;
  }
}
@media (min-width: 992px) {
  .lh-lg-3 {
    line-height: 3px;
  }
  .line-height-lg-3 {
    line-height: 3px;
  }
  .grid-cols-lg-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .gap-lg-3 {
    gap: 3px;
  }
  .gap-x-lg-3 {
    -moz-column-gap: 3px;
         column-gap: 3px;
  }
  .gap-y-lg-3 {
    row-gap: 3px;
  }
  .rounded-lg-3 {
    border-radius: 3px;
  }
  .mb-lg-3 {
    margin-bottom: 3px;
  }
  .mt-lg-3 {
    margin-top: 3px;
  }
  .mr-lg-3 {
    margin-right: 3px;
  }
  .ml-lg-3 {
    margin-left: 3px;
  }
  .mx-lg-3 {
    margin-right: 3px;
    margin-left: 3px;
  }
  .my-lg-3 {
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .p-lg-3 {
    padding: 3px;
  }
  .px-lg-3 {
    padding-right: 3px;
    padding-left: 3px;
  }
  .py-lg-3 {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .pr-lg-3 {
    padding-right: 3px;
  }
  .pl-lg-3 {
    padding-left: 3px;
  }
  .pt-lg-3 {
    padding-top: 3px;
  }
  .pb-lg-3 {
    padding-bottom: 3px;
  }
  .fs-lg-3 {
    font-size: 3px;
  }
  .w-lg-3 {
    width: 3px;
  }
  .h-lg-3 {
    height: 3px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-3 {
    line-height: 3px;
  }
  .line-height-xl-3 {
    line-height: 3px;
  }
  .grid-cols-xl-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .gap-xl-3 {
    gap: 3px;
  }
  .gap-x-xl-3 {
    -moz-column-gap: 3px;
         column-gap: 3px;
  }
  .gap-y-xl-3 {
    row-gap: 3px;
  }
  .rounded-xl-3 {
    border-radius: 3px;
  }
  .mb-xl-3 {
    margin-bottom: 3px;
  }
  .mt-xl-3 {
    margin-top: 3px;
  }
  .mr-xl-3 {
    margin-right: 3px;
  }
  .ml-xl-3 {
    margin-left: 3px;
  }
  .mx-xl-3 {
    margin-right: 3px;
    margin-left: 3px;
  }
  .my-xl-3 {
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .p-xl-3 {
    padding: 3px;
  }
  .px-xl-3 {
    padding-right: 3px;
    padding-left: 3px;
  }
  .py-xl-3 {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .pr-xl-3 {
    padding-right: 3px;
  }
  .pl-xl-3 {
    padding-left: 3px;
  }
  .pt-xl-3 {
    padding-top: 3px;
  }
  .pb-xl-3 {
    padding-bottom: 3px;
  }
  .fs-xl-3 {
    font-size: 3px;
  }
  .w-xl-3 {
    width: 3px;
  }
  .h-xl-3 {
    height: 3px;
  }
}
.lh-4 {
  line-height: 4px;
}

.grid-cols-4 {
  grid-template-columns: repeat(4, 1fr);
}

.line-height-4 {
  line-height: 4px;
}

.gap-4 {
  gap: 4px;
}

.gap-x-4 {
  -moz-column-gap: 4px;
       column-gap: 4px;
}

.gap-y-4 {
  row-gap: 4px;
}

.rounded-4 {
  border-radius: 4px;
}

.mb-4 {
  margin-bottom: 4px;
}

.mt-4 {
  margin-top: 4px;
}

.mr-4 {
  margin-right: 4px;
}

.ml-4 {
  margin-left: 4px;
}

.mx-4 {
  margin-right: 4px;
  margin-left: 4px;
}

.my-4 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.p-4 {
  padding: 4px;
}

.px-4 {
  padding-right: 4px;
  padding-left: 4px;
}

.py-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.pr-4 {
  padding-right: 4px;
}

.pl-4 {
  padding-left: 4px;
}

.pt-4 {
  padding-top: 4px;
}

.pb-4 {
  padding-bottom: 4px;
}

.fs-4 {
  font-size: 4px;
}

.w-4 {
  width: 4px;
}

.h-4 {
  height: 4px;
}

@media (min-width: 576px) {
  .lh-sm-4 {
    line-height: 4px;
  }
  .line-height-sm-4 {
    line-height: 4px;
  }
  .grid-cols-sm-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .gap-sm-4 {
    gap: 4px;
  }
  .gap-x-sm-4 {
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
  .gap-y-sm-4 {
    row-gap: 4px;
  }
  .rounded-sm-4 {
    border-radius: 4px;
  }
  .mb-sm-4 {
    margin-bottom: 4px;
  }
  .mt-sm-4 {
    margin-top: 4px;
  }
  .mr-sm-4 {
    margin-right: 4px;
  }
  .ml-sm-4 {
    margin-left: 4px;
  }
  .mx-sm-4 {
    margin-right: 4px;
    margin-left: 4px;
  }
  .my-sm-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .p-sm-4 {
    padding: 4px;
  }
  .px-sm-4 {
    padding-right: 4px;
    padding-left: 4px;
  }
  .py-sm-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .pr-sm-4 {
    padding-right: 4px;
  }
  .pl-sm-4 {
    padding-left: 4px;
  }
  .pt-sm-4 {
    padding-top: 4px;
  }
  .pb-sm-4 {
    padding-bottom: 4px;
  }
  .fs-sm-4 {
    font-size: 4px;
  }
  .w-sm-4 {
    width: 4px;
  }
  .h-sm-4 {
    height: 4px;
  }
}
@media (min-width: 768px) {
  .lh-md-4 {
    line-height: 4px;
  }
  .line-height-md-4 {
    line-height: 4px;
  }
  .grid-cols-md-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .gap-md-4 {
    gap: 4px;
  }
  .gap-x-md-4 {
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
  .gap-y-md-4 {
    row-gap: 4px;
  }
  .rounded-md-4 {
    border-radius: 4px;
  }
  .mb-md-4 {
    margin-bottom: 4px;
  }
  .mt-md-4 {
    margin-top: 4px;
  }
  .mr-md-4 {
    margin-right: 4px;
  }
  .ml-md-4 {
    margin-left: 4px;
  }
  .mx-md-4 {
    margin-right: 4px;
    margin-left: 4px;
  }
  .my-md-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .p-md-4 {
    padding: 4px;
  }
  .px-md-4 {
    padding-right: 4px;
    padding-left: 4px;
  }
  .py-md-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .pr-md-4 {
    padding-right: 4px;
  }
  .pl-md-4 {
    padding-left: 4px;
  }
  .pt-md-4 {
    padding-top: 4px;
  }
  .pb-md-4 {
    padding-bottom: 4px;
  }
  .fs-md-4 {
    font-size: 4px;
  }
  .w-md-4 {
    width: 4px;
  }
  .h-md-4 {
    height: 4px;
  }
}
@media (min-width: 992px) {
  .lh-lg-4 {
    line-height: 4px;
  }
  .line-height-lg-4 {
    line-height: 4px;
  }
  .grid-cols-lg-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .gap-lg-4 {
    gap: 4px;
  }
  .gap-x-lg-4 {
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
  .gap-y-lg-4 {
    row-gap: 4px;
  }
  .rounded-lg-4 {
    border-radius: 4px;
  }
  .mb-lg-4 {
    margin-bottom: 4px;
  }
  .mt-lg-4 {
    margin-top: 4px;
  }
  .mr-lg-4 {
    margin-right: 4px;
  }
  .ml-lg-4 {
    margin-left: 4px;
  }
  .mx-lg-4 {
    margin-right: 4px;
    margin-left: 4px;
  }
  .my-lg-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .p-lg-4 {
    padding: 4px;
  }
  .px-lg-4 {
    padding-right: 4px;
    padding-left: 4px;
  }
  .py-lg-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .pr-lg-4 {
    padding-right: 4px;
  }
  .pl-lg-4 {
    padding-left: 4px;
  }
  .pt-lg-4 {
    padding-top: 4px;
  }
  .pb-lg-4 {
    padding-bottom: 4px;
  }
  .fs-lg-4 {
    font-size: 4px;
  }
  .w-lg-4 {
    width: 4px;
  }
  .h-lg-4 {
    height: 4px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-4 {
    line-height: 4px;
  }
  .line-height-xl-4 {
    line-height: 4px;
  }
  .grid-cols-xl-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .gap-xl-4 {
    gap: 4px;
  }
  .gap-x-xl-4 {
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
  .gap-y-xl-4 {
    row-gap: 4px;
  }
  .rounded-xl-4 {
    border-radius: 4px;
  }
  .mb-xl-4 {
    margin-bottom: 4px;
  }
  .mt-xl-4 {
    margin-top: 4px;
  }
  .mr-xl-4 {
    margin-right: 4px;
  }
  .ml-xl-4 {
    margin-left: 4px;
  }
  .mx-xl-4 {
    margin-right: 4px;
    margin-left: 4px;
  }
  .my-xl-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .p-xl-4 {
    padding: 4px;
  }
  .px-xl-4 {
    padding-right: 4px;
    padding-left: 4px;
  }
  .py-xl-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .pr-xl-4 {
    padding-right: 4px;
  }
  .pl-xl-4 {
    padding-left: 4px;
  }
  .pt-xl-4 {
    padding-top: 4px;
  }
  .pb-xl-4 {
    padding-bottom: 4px;
  }
  .fs-xl-4 {
    font-size: 4px;
  }
  .w-xl-4 {
    width: 4px;
  }
  .h-xl-4 {
    height: 4px;
  }
}
.lh-5 {
  line-height: 5px;
}

.grid-cols-5 {
  grid-template-columns: repeat(5, 1fr);
}

.line-height-5 {
  line-height: 5px;
}

.gap-5 {
  gap: 5px;
}

.gap-x-5 {
  -moz-column-gap: 5px;
       column-gap: 5px;
}

.gap-y-5 {
  row-gap: 5px;
}

.rounded-5 {
  border-radius: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mt-5 {
  margin-top: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mx-5 {
  margin-right: 5px;
  margin-left: 5px;
}

.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.p-5 {
  padding: 5px;
}

.px-5 {
  padding-right: 5px;
  padding-left: 5px;
}

.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.fs-5 {
  font-size: 5px;
}

.w-5 {
  width: 5px;
}

.h-5 {
  height: 5px;
}

@media (min-width: 576px) {
  .lh-sm-5 {
    line-height: 5px;
  }
  .line-height-sm-5 {
    line-height: 5px;
  }
  .grid-cols-sm-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .gap-sm-5 {
    gap: 5px;
  }
  .gap-x-sm-5 {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  .gap-y-sm-5 {
    row-gap: 5px;
  }
  .rounded-sm-5 {
    border-radius: 5px;
  }
  .mb-sm-5 {
    margin-bottom: 5px;
  }
  .mt-sm-5 {
    margin-top: 5px;
  }
  .mr-sm-5 {
    margin-right: 5px;
  }
  .ml-sm-5 {
    margin-left: 5px;
  }
  .mx-sm-5 {
    margin-right: 5px;
    margin-left: 5px;
  }
  .my-sm-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .p-sm-5 {
    padding: 5px;
  }
  .px-sm-5 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .py-sm-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .pr-sm-5 {
    padding-right: 5px;
  }
  .pl-sm-5 {
    padding-left: 5px;
  }
  .pt-sm-5 {
    padding-top: 5px;
  }
  .pb-sm-5 {
    padding-bottom: 5px;
  }
  .fs-sm-5 {
    font-size: 5px;
  }
  .w-sm-5 {
    width: 5px;
  }
  .h-sm-5 {
    height: 5px;
  }
}
@media (min-width: 768px) {
  .lh-md-5 {
    line-height: 5px;
  }
  .line-height-md-5 {
    line-height: 5px;
  }
  .grid-cols-md-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .gap-md-5 {
    gap: 5px;
  }
  .gap-x-md-5 {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  .gap-y-md-5 {
    row-gap: 5px;
  }
  .rounded-md-5 {
    border-radius: 5px;
  }
  .mb-md-5 {
    margin-bottom: 5px;
  }
  .mt-md-5 {
    margin-top: 5px;
  }
  .mr-md-5 {
    margin-right: 5px;
  }
  .ml-md-5 {
    margin-left: 5px;
  }
  .mx-md-5 {
    margin-right: 5px;
    margin-left: 5px;
  }
  .my-md-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .p-md-5 {
    padding: 5px;
  }
  .px-md-5 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .py-md-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .pr-md-5 {
    padding-right: 5px;
  }
  .pl-md-5 {
    padding-left: 5px;
  }
  .pt-md-5 {
    padding-top: 5px;
  }
  .pb-md-5 {
    padding-bottom: 5px;
  }
  .fs-md-5 {
    font-size: 5px;
  }
  .w-md-5 {
    width: 5px;
  }
  .h-md-5 {
    height: 5px;
  }
}
@media (min-width: 992px) {
  .lh-lg-5 {
    line-height: 5px;
  }
  .line-height-lg-5 {
    line-height: 5px;
  }
  .grid-cols-lg-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .gap-lg-5 {
    gap: 5px;
  }
  .gap-x-lg-5 {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  .gap-y-lg-5 {
    row-gap: 5px;
  }
  .rounded-lg-5 {
    border-radius: 5px;
  }
  .mb-lg-5 {
    margin-bottom: 5px;
  }
  .mt-lg-5 {
    margin-top: 5px;
  }
  .mr-lg-5 {
    margin-right: 5px;
  }
  .ml-lg-5 {
    margin-left: 5px;
  }
  .mx-lg-5 {
    margin-right: 5px;
    margin-left: 5px;
  }
  .my-lg-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .p-lg-5 {
    padding: 5px;
  }
  .px-lg-5 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .py-lg-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .pr-lg-5 {
    padding-right: 5px;
  }
  .pl-lg-5 {
    padding-left: 5px;
  }
  .pt-lg-5 {
    padding-top: 5px;
  }
  .pb-lg-5 {
    padding-bottom: 5px;
  }
  .fs-lg-5 {
    font-size: 5px;
  }
  .w-lg-5 {
    width: 5px;
  }
  .h-lg-5 {
    height: 5px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-5 {
    line-height: 5px;
  }
  .line-height-xl-5 {
    line-height: 5px;
  }
  .grid-cols-xl-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .gap-xl-5 {
    gap: 5px;
  }
  .gap-x-xl-5 {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  .gap-y-xl-5 {
    row-gap: 5px;
  }
  .rounded-xl-5 {
    border-radius: 5px;
  }
  .mb-xl-5 {
    margin-bottom: 5px;
  }
  .mt-xl-5 {
    margin-top: 5px;
  }
  .mr-xl-5 {
    margin-right: 5px;
  }
  .ml-xl-5 {
    margin-left: 5px;
  }
  .mx-xl-5 {
    margin-right: 5px;
    margin-left: 5px;
  }
  .my-xl-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .p-xl-5 {
    padding: 5px;
  }
  .px-xl-5 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .py-xl-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .pr-xl-5 {
    padding-right: 5px;
  }
  .pl-xl-5 {
    padding-left: 5px;
  }
  .pt-xl-5 {
    padding-top: 5px;
  }
  .pb-xl-5 {
    padding-bottom: 5px;
  }
  .fs-xl-5 {
    font-size: 5px;
  }
  .w-xl-5 {
    width: 5px;
  }
  .h-xl-5 {
    height: 5px;
  }
}
.lh-6 {
  line-height: 6px;
}

.grid-cols-6 {
  grid-template-columns: repeat(6, 1fr);
}

.line-height-6 {
  line-height: 6px;
}

.gap-6 {
  gap: 6px;
}

.gap-x-6 {
  -moz-column-gap: 6px;
       column-gap: 6px;
}

.gap-y-6 {
  row-gap: 6px;
}

.rounded-6 {
  border-radius: 6px;
}

.mb-6 {
  margin-bottom: 6px;
}

.mt-6 {
  margin-top: 6px;
}

.mr-6 {
  margin-right: 6px;
}

.ml-6 {
  margin-left: 6px;
}

.mx-6 {
  margin-right: 6px;
  margin-left: 6px;
}

.my-6 {
  margin-top: 6px;
  margin-bottom: 6px;
}

.p-6 {
  padding: 6px;
}

.px-6 {
  padding-right: 6px;
  padding-left: 6px;
}

.py-6 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.pr-6 {
  padding-right: 6px;
}

.pl-6 {
  padding-left: 6px;
}

.pt-6 {
  padding-top: 6px;
}

.pb-6 {
  padding-bottom: 6px;
}

.fs-6 {
  font-size: 6px;
}

.w-6 {
  width: 6px;
}

.h-6 {
  height: 6px;
}

@media (min-width: 576px) {
  .lh-sm-6 {
    line-height: 6px;
  }
  .line-height-sm-6 {
    line-height: 6px;
  }
  .grid-cols-sm-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .gap-sm-6 {
    gap: 6px;
  }
  .gap-x-sm-6 {
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
  .gap-y-sm-6 {
    row-gap: 6px;
  }
  .rounded-sm-6 {
    border-radius: 6px;
  }
  .mb-sm-6 {
    margin-bottom: 6px;
  }
  .mt-sm-6 {
    margin-top: 6px;
  }
  .mr-sm-6 {
    margin-right: 6px;
  }
  .ml-sm-6 {
    margin-left: 6px;
  }
  .mx-sm-6 {
    margin-right: 6px;
    margin-left: 6px;
  }
  .my-sm-6 {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .p-sm-6 {
    padding: 6px;
  }
  .px-sm-6 {
    padding-right: 6px;
    padding-left: 6px;
  }
  .py-sm-6 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .pr-sm-6 {
    padding-right: 6px;
  }
  .pl-sm-6 {
    padding-left: 6px;
  }
  .pt-sm-6 {
    padding-top: 6px;
  }
  .pb-sm-6 {
    padding-bottom: 6px;
  }
  .fs-sm-6 {
    font-size: 6px;
  }
  .w-sm-6 {
    width: 6px;
  }
  .h-sm-6 {
    height: 6px;
  }
}
@media (min-width: 768px) {
  .lh-md-6 {
    line-height: 6px;
  }
  .line-height-md-6 {
    line-height: 6px;
  }
  .grid-cols-md-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .gap-md-6 {
    gap: 6px;
  }
  .gap-x-md-6 {
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
  .gap-y-md-6 {
    row-gap: 6px;
  }
  .rounded-md-6 {
    border-radius: 6px;
  }
  .mb-md-6 {
    margin-bottom: 6px;
  }
  .mt-md-6 {
    margin-top: 6px;
  }
  .mr-md-6 {
    margin-right: 6px;
  }
  .ml-md-6 {
    margin-left: 6px;
  }
  .mx-md-6 {
    margin-right: 6px;
    margin-left: 6px;
  }
  .my-md-6 {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .p-md-6 {
    padding: 6px;
  }
  .px-md-6 {
    padding-right: 6px;
    padding-left: 6px;
  }
  .py-md-6 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .pr-md-6 {
    padding-right: 6px;
  }
  .pl-md-6 {
    padding-left: 6px;
  }
  .pt-md-6 {
    padding-top: 6px;
  }
  .pb-md-6 {
    padding-bottom: 6px;
  }
  .fs-md-6 {
    font-size: 6px;
  }
  .w-md-6 {
    width: 6px;
  }
  .h-md-6 {
    height: 6px;
  }
}
@media (min-width: 992px) {
  .lh-lg-6 {
    line-height: 6px;
  }
  .line-height-lg-6 {
    line-height: 6px;
  }
  .grid-cols-lg-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .gap-lg-6 {
    gap: 6px;
  }
  .gap-x-lg-6 {
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
  .gap-y-lg-6 {
    row-gap: 6px;
  }
  .rounded-lg-6 {
    border-radius: 6px;
  }
  .mb-lg-6 {
    margin-bottom: 6px;
  }
  .mt-lg-6 {
    margin-top: 6px;
  }
  .mr-lg-6 {
    margin-right: 6px;
  }
  .ml-lg-6 {
    margin-left: 6px;
  }
  .mx-lg-6 {
    margin-right: 6px;
    margin-left: 6px;
  }
  .my-lg-6 {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .p-lg-6 {
    padding: 6px;
  }
  .px-lg-6 {
    padding-right: 6px;
    padding-left: 6px;
  }
  .py-lg-6 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .pr-lg-6 {
    padding-right: 6px;
  }
  .pl-lg-6 {
    padding-left: 6px;
  }
  .pt-lg-6 {
    padding-top: 6px;
  }
  .pb-lg-6 {
    padding-bottom: 6px;
  }
  .fs-lg-6 {
    font-size: 6px;
  }
  .w-lg-6 {
    width: 6px;
  }
  .h-lg-6 {
    height: 6px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-6 {
    line-height: 6px;
  }
  .line-height-xl-6 {
    line-height: 6px;
  }
  .grid-cols-xl-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .gap-xl-6 {
    gap: 6px;
  }
  .gap-x-xl-6 {
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
  .gap-y-xl-6 {
    row-gap: 6px;
  }
  .rounded-xl-6 {
    border-radius: 6px;
  }
  .mb-xl-6 {
    margin-bottom: 6px;
  }
  .mt-xl-6 {
    margin-top: 6px;
  }
  .mr-xl-6 {
    margin-right: 6px;
  }
  .ml-xl-6 {
    margin-left: 6px;
  }
  .mx-xl-6 {
    margin-right: 6px;
    margin-left: 6px;
  }
  .my-xl-6 {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .p-xl-6 {
    padding: 6px;
  }
  .px-xl-6 {
    padding-right: 6px;
    padding-left: 6px;
  }
  .py-xl-6 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .pr-xl-6 {
    padding-right: 6px;
  }
  .pl-xl-6 {
    padding-left: 6px;
  }
  .pt-xl-6 {
    padding-top: 6px;
  }
  .pb-xl-6 {
    padding-bottom: 6px;
  }
  .fs-xl-6 {
    font-size: 6px;
  }
  .w-xl-6 {
    width: 6px;
  }
  .h-xl-6 {
    height: 6px;
  }
}
.lh-7 {
  line-height: 7px;
}

.grid-cols-7 {
  grid-template-columns: repeat(7, 1fr);
}

.line-height-7 {
  line-height: 7px;
}

.gap-7 {
  gap: 7px;
}

.gap-x-7 {
  -moz-column-gap: 7px;
       column-gap: 7px;
}

.gap-y-7 {
  row-gap: 7px;
}

.rounded-7 {
  border-radius: 7px;
}

.mb-7 {
  margin-bottom: 7px;
}

.mt-7 {
  margin-top: 7px;
}

.mr-7 {
  margin-right: 7px;
}

.ml-7 {
  margin-left: 7px;
}

.mx-7 {
  margin-right: 7px;
  margin-left: 7px;
}

.my-7 {
  margin-top: 7px;
  margin-bottom: 7px;
}

.p-7 {
  padding: 7px;
}

.px-7 {
  padding-right: 7px;
  padding-left: 7px;
}

.py-7 {
  padding-top: 7px;
  padding-bottom: 7px;
}

.pr-7 {
  padding-right: 7px;
}

.pl-7 {
  padding-left: 7px;
}

.pt-7 {
  padding-top: 7px;
}

.pb-7 {
  padding-bottom: 7px;
}

.fs-7 {
  font-size: 7px;
}

.w-7 {
  width: 7px;
}

.h-7 {
  height: 7px;
}

@media (min-width: 576px) {
  .lh-sm-7 {
    line-height: 7px;
  }
  .line-height-sm-7 {
    line-height: 7px;
  }
  .grid-cols-sm-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .gap-sm-7 {
    gap: 7px;
  }
  .gap-x-sm-7 {
    -moz-column-gap: 7px;
         column-gap: 7px;
  }
  .gap-y-sm-7 {
    row-gap: 7px;
  }
  .rounded-sm-7 {
    border-radius: 7px;
  }
  .mb-sm-7 {
    margin-bottom: 7px;
  }
  .mt-sm-7 {
    margin-top: 7px;
  }
  .mr-sm-7 {
    margin-right: 7px;
  }
  .ml-sm-7 {
    margin-left: 7px;
  }
  .mx-sm-7 {
    margin-right: 7px;
    margin-left: 7px;
  }
  .my-sm-7 {
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .p-sm-7 {
    padding: 7px;
  }
  .px-sm-7 {
    padding-right: 7px;
    padding-left: 7px;
  }
  .py-sm-7 {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .pr-sm-7 {
    padding-right: 7px;
  }
  .pl-sm-7 {
    padding-left: 7px;
  }
  .pt-sm-7 {
    padding-top: 7px;
  }
  .pb-sm-7 {
    padding-bottom: 7px;
  }
  .fs-sm-7 {
    font-size: 7px;
  }
  .w-sm-7 {
    width: 7px;
  }
  .h-sm-7 {
    height: 7px;
  }
}
@media (min-width: 768px) {
  .lh-md-7 {
    line-height: 7px;
  }
  .line-height-md-7 {
    line-height: 7px;
  }
  .grid-cols-md-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .gap-md-7 {
    gap: 7px;
  }
  .gap-x-md-7 {
    -moz-column-gap: 7px;
         column-gap: 7px;
  }
  .gap-y-md-7 {
    row-gap: 7px;
  }
  .rounded-md-7 {
    border-radius: 7px;
  }
  .mb-md-7 {
    margin-bottom: 7px;
  }
  .mt-md-7 {
    margin-top: 7px;
  }
  .mr-md-7 {
    margin-right: 7px;
  }
  .ml-md-7 {
    margin-left: 7px;
  }
  .mx-md-7 {
    margin-right: 7px;
    margin-left: 7px;
  }
  .my-md-7 {
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .p-md-7 {
    padding: 7px;
  }
  .px-md-7 {
    padding-right: 7px;
    padding-left: 7px;
  }
  .py-md-7 {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .pr-md-7 {
    padding-right: 7px;
  }
  .pl-md-7 {
    padding-left: 7px;
  }
  .pt-md-7 {
    padding-top: 7px;
  }
  .pb-md-7 {
    padding-bottom: 7px;
  }
  .fs-md-7 {
    font-size: 7px;
  }
  .w-md-7 {
    width: 7px;
  }
  .h-md-7 {
    height: 7px;
  }
}
@media (min-width: 992px) {
  .lh-lg-7 {
    line-height: 7px;
  }
  .line-height-lg-7 {
    line-height: 7px;
  }
  .grid-cols-lg-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .gap-lg-7 {
    gap: 7px;
  }
  .gap-x-lg-7 {
    -moz-column-gap: 7px;
         column-gap: 7px;
  }
  .gap-y-lg-7 {
    row-gap: 7px;
  }
  .rounded-lg-7 {
    border-radius: 7px;
  }
  .mb-lg-7 {
    margin-bottom: 7px;
  }
  .mt-lg-7 {
    margin-top: 7px;
  }
  .mr-lg-7 {
    margin-right: 7px;
  }
  .ml-lg-7 {
    margin-left: 7px;
  }
  .mx-lg-7 {
    margin-right: 7px;
    margin-left: 7px;
  }
  .my-lg-7 {
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .p-lg-7 {
    padding: 7px;
  }
  .px-lg-7 {
    padding-right: 7px;
    padding-left: 7px;
  }
  .py-lg-7 {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .pr-lg-7 {
    padding-right: 7px;
  }
  .pl-lg-7 {
    padding-left: 7px;
  }
  .pt-lg-7 {
    padding-top: 7px;
  }
  .pb-lg-7 {
    padding-bottom: 7px;
  }
  .fs-lg-7 {
    font-size: 7px;
  }
  .w-lg-7 {
    width: 7px;
  }
  .h-lg-7 {
    height: 7px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-7 {
    line-height: 7px;
  }
  .line-height-xl-7 {
    line-height: 7px;
  }
  .grid-cols-xl-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .gap-xl-7 {
    gap: 7px;
  }
  .gap-x-xl-7 {
    -moz-column-gap: 7px;
         column-gap: 7px;
  }
  .gap-y-xl-7 {
    row-gap: 7px;
  }
  .rounded-xl-7 {
    border-radius: 7px;
  }
  .mb-xl-7 {
    margin-bottom: 7px;
  }
  .mt-xl-7 {
    margin-top: 7px;
  }
  .mr-xl-7 {
    margin-right: 7px;
  }
  .ml-xl-7 {
    margin-left: 7px;
  }
  .mx-xl-7 {
    margin-right: 7px;
    margin-left: 7px;
  }
  .my-xl-7 {
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .p-xl-7 {
    padding: 7px;
  }
  .px-xl-7 {
    padding-right: 7px;
    padding-left: 7px;
  }
  .py-xl-7 {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .pr-xl-7 {
    padding-right: 7px;
  }
  .pl-xl-7 {
    padding-left: 7px;
  }
  .pt-xl-7 {
    padding-top: 7px;
  }
  .pb-xl-7 {
    padding-bottom: 7px;
  }
  .fs-xl-7 {
    font-size: 7px;
  }
  .w-xl-7 {
    width: 7px;
  }
  .h-xl-7 {
    height: 7px;
  }
}
.lh-8 {
  line-height: 8px;
}

.grid-cols-8 {
  grid-template-columns: repeat(8, 1fr);
}

.line-height-8 {
  line-height: 8px;
}

.gap-8 {
  gap: 8px;
}

.gap-x-8 {
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.gap-y-8 {
  row-gap: 8px;
}

.rounded-8 {
  border-radius: 8px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mt-8 {
  margin-top: 8px;
}

.mr-8 {
  margin-right: 8px;
}

.ml-8 {
  margin-left: 8px;
}

.mx-8 {
  margin-right: 8px;
  margin-left: 8px;
}

.my-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.p-8 {
  padding: 8px;
}

.px-8 {
  padding-right: 8px;
  padding-left: 8px;
}

.py-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.pr-8 {
  padding-right: 8px;
}

.pl-8 {
  padding-left: 8px;
}

.pt-8 {
  padding-top: 8px;
}

.pb-8 {
  padding-bottom: 8px;
}

.fs-8 {
  font-size: 8px;
}

.w-8 {
  width: 8px;
}

.h-8 {
  height: 8px;
}

@media (min-width: 576px) {
  .lh-sm-8 {
    line-height: 8px;
  }
  .line-height-sm-8 {
    line-height: 8px;
  }
  .grid-cols-sm-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .gap-sm-8 {
    gap: 8px;
  }
  .gap-x-sm-8 {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .gap-y-sm-8 {
    row-gap: 8px;
  }
  .rounded-sm-8 {
    border-radius: 8px;
  }
  .mb-sm-8 {
    margin-bottom: 8px;
  }
  .mt-sm-8 {
    margin-top: 8px;
  }
  .mr-sm-8 {
    margin-right: 8px;
  }
  .ml-sm-8 {
    margin-left: 8px;
  }
  .mx-sm-8 {
    margin-right: 8px;
    margin-left: 8px;
  }
  .my-sm-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .p-sm-8 {
    padding: 8px;
  }
  .px-sm-8 {
    padding-right: 8px;
    padding-left: 8px;
  }
  .py-sm-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .pr-sm-8 {
    padding-right: 8px;
  }
  .pl-sm-8 {
    padding-left: 8px;
  }
  .pt-sm-8 {
    padding-top: 8px;
  }
  .pb-sm-8 {
    padding-bottom: 8px;
  }
  .fs-sm-8 {
    font-size: 8px;
  }
  .w-sm-8 {
    width: 8px;
  }
  .h-sm-8 {
    height: 8px;
  }
}
@media (min-width: 768px) {
  .lh-md-8 {
    line-height: 8px;
  }
  .line-height-md-8 {
    line-height: 8px;
  }
  .grid-cols-md-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .gap-md-8 {
    gap: 8px;
  }
  .gap-x-md-8 {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .gap-y-md-8 {
    row-gap: 8px;
  }
  .rounded-md-8 {
    border-radius: 8px;
  }
  .mb-md-8 {
    margin-bottom: 8px;
  }
  .mt-md-8 {
    margin-top: 8px;
  }
  .mr-md-8 {
    margin-right: 8px;
  }
  .ml-md-8 {
    margin-left: 8px;
  }
  .mx-md-8 {
    margin-right: 8px;
    margin-left: 8px;
  }
  .my-md-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .p-md-8 {
    padding: 8px;
  }
  .px-md-8 {
    padding-right: 8px;
    padding-left: 8px;
  }
  .py-md-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .pr-md-8 {
    padding-right: 8px;
  }
  .pl-md-8 {
    padding-left: 8px;
  }
  .pt-md-8 {
    padding-top: 8px;
  }
  .pb-md-8 {
    padding-bottom: 8px;
  }
  .fs-md-8 {
    font-size: 8px;
  }
  .w-md-8 {
    width: 8px;
  }
  .h-md-8 {
    height: 8px;
  }
}
@media (min-width: 992px) {
  .lh-lg-8 {
    line-height: 8px;
  }
  .line-height-lg-8 {
    line-height: 8px;
  }
  .grid-cols-lg-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .gap-lg-8 {
    gap: 8px;
  }
  .gap-x-lg-8 {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .gap-y-lg-8 {
    row-gap: 8px;
  }
  .rounded-lg-8 {
    border-radius: 8px;
  }
  .mb-lg-8 {
    margin-bottom: 8px;
  }
  .mt-lg-8 {
    margin-top: 8px;
  }
  .mr-lg-8 {
    margin-right: 8px;
  }
  .ml-lg-8 {
    margin-left: 8px;
  }
  .mx-lg-8 {
    margin-right: 8px;
    margin-left: 8px;
  }
  .my-lg-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .p-lg-8 {
    padding: 8px;
  }
  .px-lg-8 {
    padding-right: 8px;
    padding-left: 8px;
  }
  .py-lg-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .pr-lg-8 {
    padding-right: 8px;
  }
  .pl-lg-8 {
    padding-left: 8px;
  }
  .pt-lg-8 {
    padding-top: 8px;
  }
  .pb-lg-8 {
    padding-bottom: 8px;
  }
  .fs-lg-8 {
    font-size: 8px;
  }
  .w-lg-8 {
    width: 8px;
  }
  .h-lg-8 {
    height: 8px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-8 {
    line-height: 8px;
  }
  .line-height-xl-8 {
    line-height: 8px;
  }
  .grid-cols-xl-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .gap-xl-8 {
    gap: 8px;
  }
  .gap-x-xl-8 {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .gap-y-xl-8 {
    row-gap: 8px;
  }
  .rounded-xl-8 {
    border-radius: 8px;
  }
  .mb-xl-8 {
    margin-bottom: 8px;
  }
  .mt-xl-8 {
    margin-top: 8px;
  }
  .mr-xl-8 {
    margin-right: 8px;
  }
  .ml-xl-8 {
    margin-left: 8px;
  }
  .mx-xl-8 {
    margin-right: 8px;
    margin-left: 8px;
  }
  .my-xl-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .p-xl-8 {
    padding: 8px;
  }
  .px-xl-8 {
    padding-right: 8px;
    padding-left: 8px;
  }
  .py-xl-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .pr-xl-8 {
    padding-right: 8px;
  }
  .pl-xl-8 {
    padding-left: 8px;
  }
  .pt-xl-8 {
    padding-top: 8px;
  }
  .pb-xl-8 {
    padding-bottom: 8px;
  }
  .fs-xl-8 {
    font-size: 8px;
  }
  .w-xl-8 {
    width: 8px;
  }
  .h-xl-8 {
    height: 8px;
  }
}
.lh-9 {
  line-height: 9px;
}

.grid-cols-9 {
  grid-template-columns: repeat(9, 1fr);
}

.line-height-9 {
  line-height: 9px;
}

.gap-9 {
  gap: 9px;
}

.gap-x-9 {
  -moz-column-gap: 9px;
       column-gap: 9px;
}

.gap-y-9 {
  row-gap: 9px;
}

.rounded-9 {
  border-radius: 9px;
}

.mb-9 {
  margin-bottom: 9px;
}

.mt-9 {
  margin-top: 9px;
}

.mr-9 {
  margin-right: 9px;
}

.ml-9 {
  margin-left: 9px;
}

.mx-9 {
  margin-right: 9px;
  margin-left: 9px;
}

.my-9 {
  margin-top: 9px;
  margin-bottom: 9px;
}

.p-9 {
  padding: 9px;
}

.px-9 {
  padding-right: 9px;
  padding-left: 9px;
}

.py-9 {
  padding-top: 9px;
  padding-bottom: 9px;
}

.pr-9 {
  padding-right: 9px;
}

.pl-9 {
  padding-left: 9px;
}

.pt-9 {
  padding-top: 9px;
}

.pb-9 {
  padding-bottom: 9px;
}

.fs-9 {
  font-size: 9px;
}

.w-9 {
  width: 9px;
}

.h-9 {
  height: 9px;
}

@media (min-width: 576px) {
  .lh-sm-9 {
    line-height: 9px;
  }
  .line-height-sm-9 {
    line-height: 9px;
  }
  .grid-cols-sm-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .gap-sm-9 {
    gap: 9px;
  }
  .gap-x-sm-9 {
    -moz-column-gap: 9px;
         column-gap: 9px;
  }
  .gap-y-sm-9 {
    row-gap: 9px;
  }
  .rounded-sm-9 {
    border-radius: 9px;
  }
  .mb-sm-9 {
    margin-bottom: 9px;
  }
  .mt-sm-9 {
    margin-top: 9px;
  }
  .mr-sm-9 {
    margin-right: 9px;
  }
  .ml-sm-9 {
    margin-left: 9px;
  }
  .mx-sm-9 {
    margin-right: 9px;
    margin-left: 9px;
  }
  .my-sm-9 {
    margin-top: 9px;
    margin-bottom: 9px;
  }
  .p-sm-9 {
    padding: 9px;
  }
  .px-sm-9 {
    padding-right: 9px;
    padding-left: 9px;
  }
  .py-sm-9 {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .pr-sm-9 {
    padding-right: 9px;
  }
  .pl-sm-9 {
    padding-left: 9px;
  }
  .pt-sm-9 {
    padding-top: 9px;
  }
  .pb-sm-9 {
    padding-bottom: 9px;
  }
  .fs-sm-9 {
    font-size: 9px;
  }
  .w-sm-9 {
    width: 9px;
  }
  .h-sm-9 {
    height: 9px;
  }
}
@media (min-width: 768px) {
  .lh-md-9 {
    line-height: 9px;
  }
  .line-height-md-9 {
    line-height: 9px;
  }
  .grid-cols-md-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .gap-md-9 {
    gap: 9px;
  }
  .gap-x-md-9 {
    -moz-column-gap: 9px;
         column-gap: 9px;
  }
  .gap-y-md-9 {
    row-gap: 9px;
  }
  .rounded-md-9 {
    border-radius: 9px;
  }
  .mb-md-9 {
    margin-bottom: 9px;
  }
  .mt-md-9 {
    margin-top: 9px;
  }
  .mr-md-9 {
    margin-right: 9px;
  }
  .ml-md-9 {
    margin-left: 9px;
  }
  .mx-md-9 {
    margin-right: 9px;
    margin-left: 9px;
  }
  .my-md-9 {
    margin-top: 9px;
    margin-bottom: 9px;
  }
  .p-md-9 {
    padding: 9px;
  }
  .px-md-9 {
    padding-right: 9px;
    padding-left: 9px;
  }
  .py-md-9 {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .pr-md-9 {
    padding-right: 9px;
  }
  .pl-md-9 {
    padding-left: 9px;
  }
  .pt-md-9 {
    padding-top: 9px;
  }
  .pb-md-9 {
    padding-bottom: 9px;
  }
  .fs-md-9 {
    font-size: 9px;
  }
  .w-md-9 {
    width: 9px;
  }
  .h-md-9 {
    height: 9px;
  }
}
@media (min-width: 992px) {
  .lh-lg-9 {
    line-height: 9px;
  }
  .line-height-lg-9 {
    line-height: 9px;
  }
  .grid-cols-lg-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .gap-lg-9 {
    gap: 9px;
  }
  .gap-x-lg-9 {
    -moz-column-gap: 9px;
         column-gap: 9px;
  }
  .gap-y-lg-9 {
    row-gap: 9px;
  }
  .rounded-lg-9 {
    border-radius: 9px;
  }
  .mb-lg-9 {
    margin-bottom: 9px;
  }
  .mt-lg-9 {
    margin-top: 9px;
  }
  .mr-lg-9 {
    margin-right: 9px;
  }
  .ml-lg-9 {
    margin-left: 9px;
  }
  .mx-lg-9 {
    margin-right: 9px;
    margin-left: 9px;
  }
  .my-lg-9 {
    margin-top: 9px;
    margin-bottom: 9px;
  }
  .p-lg-9 {
    padding: 9px;
  }
  .px-lg-9 {
    padding-right: 9px;
    padding-left: 9px;
  }
  .py-lg-9 {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .pr-lg-9 {
    padding-right: 9px;
  }
  .pl-lg-9 {
    padding-left: 9px;
  }
  .pt-lg-9 {
    padding-top: 9px;
  }
  .pb-lg-9 {
    padding-bottom: 9px;
  }
  .fs-lg-9 {
    font-size: 9px;
  }
  .w-lg-9 {
    width: 9px;
  }
  .h-lg-9 {
    height: 9px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-9 {
    line-height: 9px;
  }
  .line-height-xl-9 {
    line-height: 9px;
  }
  .grid-cols-xl-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .gap-xl-9 {
    gap: 9px;
  }
  .gap-x-xl-9 {
    -moz-column-gap: 9px;
         column-gap: 9px;
  }
  .gap-y-xl-9 {
    row-gap: 9px;
  }
  .rounded-xl-9 {
    border-radius: 9px;
  }
  .mb-xl-9 {
    margin-bottom: 9px;
  }
  .mt-xl-9 {
    margin-top: 9px;
  }
  .mr-xl-9 {
    margin-right: 9px;
  }
  .ml-xl-9 {
    margin-left: 9px;
  }
  .mx-xl-9 {
    margin-right: 9px;
    margin-left: 9px;
  }
  .my-xl-9 {
    margin-top: 9px;
    margin-bottom: 9px;
  }
  .p-xl-9 {
    padding: 9px;
  }
  .px-xl-9 {
    padding-right: 9px;
    padding-left: 9px;
  }
  .py-xl-9 {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .pr-xl-9 {
    padding-right: 9px;
  }
  .pl-xl-9 {
    padding-left: 9px;
  }
  .pt-xl-9 {
    padding-top: 9px;
  }
  .pb-xl-9 {
    padding-bottom: 9px;
  }
  .fs-xl-9 {
    font-size: 9px;
  }
  .w-xl-9 {
    width: 9px;
  }
  .h-xl-9 {
    height: 9px;
  }
}
.lh-10 {
  line-height: 10px;
}

.grid-cols-10 {
  grid-template-columns: repeat(10, 1fr);
}

.line-height-10 {
  line-height: 10px;
}

.gap-10 {
  gap: 10px;
}

.gap-x-10 {
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.gap-y-10 {
  row-gap: 10px;
}

.rounded-10 {
  border-radius: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mx-10 {
  margin-right: 10px;
  margin-left: 10px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.p-10 {
  padding: 10px;
}

.px-10 {
  padding-right: 10px;
  padding-left: 10px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.fs-10 {
  font-size: 10px;
}

.w-10 {
  width: 10px;
}

.h-10 {
  height: 10px;
}

@media (min-width: 576px) {
  .lh-sm-10 {
    line-height: 10px;
  }
  .line-height-sm-10 {
    line-height: 10px;
  }
  .grid-cols-sm-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .gap-sm-10 {
    gap: 10px;
  }
  .gap-x-sm-10 {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .gap-y-sm-10 {
    row-gap: 10px;
  }
  .rounded-sm-10 {
    border-radius: 10px;
  }
  .mb-sm-10 {
    margin-bottom: 10px;
  }
  .mt-sm-10 {
    margin-top: 10px;
  }
  .mr-sm-10 {
    margin-right: 10px;
  }
  .ml-sm-10 {
    margin-left: 10px;
  }
  .mx-sm-10 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .my-sm-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .p-sm-10 {
    padding: 10px;
  }
  .px-sm-10 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .py-sm-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .pr-sm-10 {
    padding-right: 10px;
  }
  .pl-sm-10 {
    padding-left: 10px;
  }
  .pt-sm-10 {
    padding-top: 10px;
  }
  .pb-sm-10 {
    padding-bottom: 10px;
  }
  .fs-sm-10 {
    font-size: 10px;
  }
  .w-sm-10 {
    width: 10px;
  }
  .h-sm-10 {
    height: 10px;
  }
}
@media (min-width: 768px) {
  .lh-md-10 {
    line-height: 10px;
  }
  .line-height-md-10 {
    line-height: 10px;
  }
  .grid-cols-md-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .gap-md-10 {
    gap: 10px;
  }
  .gap-x-md-10 {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .gap-y-md-10 {
    row-gap: 10px;
  }
  .rounded-md-10 {
    border-radius: 10px;
  }
  .mb-md-10 {
    margin-bottom: 10px;
  }
  .mt-md-10 {
    margin-top: 10px;
  }
  .mr-md-10 {
    margin-right: 10px;
  }
  .ml-md-10 {
    margin-left: 10px;
  }
  .mx-md-10 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .my-md-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .p-md-10 {
    padding: 10px;
  }
  .px-md-10 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .py-md-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .pr-md-10 {
    padding-right: 10px;
  }
  .pl-md-10 {
    padding-left: 10px;
  }
  .pt-md-10 {
    padding-top: 10px;
  }
  .pb-md-10 {
    padding-bottom: 10px;
  }
  .fs-md-10 {
    font-size: 10px;
  }
  .w-md-10 {
    width: 10px;
  }
  .h-md-10 {
    height: 10px;
  }
}
@media (min-width: 992px) {
  .lh-lg-10 {
    line-height: 10px;
  }
  .line-height-lg-10 {
    line-height: 10px;
  }
  .grid-cols-lg-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .gap-lg-10 {
    gap: 10px;
  }
  .gap-x-lg-10 {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .gap-y-lg-10 {
    row-gap: 10px;
  }
  .rounded-lg-10 {
    border-radius: 10px;
  }
  .mb-lg-10 {
    margin-bottom: 10px;
  }
  .mt-lg-10 {
    margin-top: 10px;
  }
  .mr-lg-10 {
    margin-right: 10px;
  }
  .ml-lg-10 {
    margin-left: 10px;
  }
  .mx-lg-10 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .my-lg-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .p-lg-10 {
    padding: 10px;
  }
  .px-lg-10 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .py-lg-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .pr-lg-10 {
    padding-right: 10px;
  }
  .pl-lg-10 {
    padding-left: 10px;
  }
  .pt-lg-10 {
    padding-top: 10px;
  }
  .pb-lg-10 {
    padding-bottom: 10px;
  }
  .fs-lg-10 {
    font-size: 10px;
  }
  .w-lg-10 {
    width: 10px;
  }
  .h-lg-10 {
    height: 10px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-10 {
    line-height: 10px;
  }
  .line-height-xl-10 {
    line-height: 10px;
  }
  .grid-cols-xl-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .gap-xl-10 {
    gap: 10px;
  }
  .gap-x-xl-10 {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .gap-y-xl-10 {
    row-gap: 10px;
  }
  .rounded-xl-10 {
    border-radius: 10px;
  }
  .mb-xl-10 {
    margin-bottom: 10px;
  }
  .mt-xl-10 {
    margin-top: 10px;
  }
  .mr-xl-10 {
    margin-right: 10px;
  }
  .ml-xl-10 {
    margin-left: 10px;
  }
  .mx-xl-10 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .my-xl-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .p-xl-10 {
    padding: 10px;
  }
  .px-xl-10 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .py-xl-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .pr-xl-10 {
    padding-right: 10px;
  }
  .pl-xl-10 {
    padding-left: 10px;
  }
  .pt-xl-10 {
    padding-top: 10px;
  }
  .pb-xl-10 {
    padding-bottom: 10px;
  }
  .fs-xl-10 {
    font-size: 10px;
  }
  .w-xl-10 {
    width: 10px;
  }
  .h-xl-10 {
    height: 10px;
  }
}
.lh-11 {
  line-height: 11px;
}

.grid-cols-11 {
  grid-template-columns: repeat(11, 1fr);
}

.line-height-11 {
  line-height: 11px;
}

.gap-11 {
  gap: 11px;
}

.gap-x-11 {
  -moz-column-gap: 11px;
       column-gap: 11px;
}

.gap-y-11 {
  row-gap: 11px;
}

.rounded-11 {
  border-radius: 11px;
}

.mb-11 {
  margin-bottom: 11px;
}

.mt-11 {
  margin-top: 11px;
}

.mr-11 {
  margin-right: 11px;
}

.ml-11 {
  margin-left: 11px;
}

.mx-11 {
  margin-right: 11px;
  margin-left: 11px;
}

.my-11 {
  margin-top: 11px;
  margin-bottom: 11px;
}

.p-11 {
  padding: 11px;
}

.px-11 {
  padding-right: 11px;
  padding-left: 11px;
}

.py-11 {
  padding-top: 11px;
  padding-bottom: 11px;
}

.pr-11 {
  padding-right: 11px;
}

.pl-11 {
  padding-left: 11px;
}

.pt-11 {
  padding-top: 11px;
}

.pb-11 {
  padding-bottom: 11px;
}

.fs-11 {
  font-size: 11px;
}

.w-11 {
  width: 11px;
}

.h-11 {
  height: 11px;
}

@media (min-width: 576px) {
  .lh-sm-11 {
    line-height: 11px;
  }
  .line-height-sm-11 {
    line-height: 11px;
  }
  .grid-cols-sm-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .gap-sm-11 {
    gap: 11px;
  }
  .gap-x-sm-11 {
    -moz-column-gap: 11px;
         column-gap: 11px;
  }
  .gap-y-sm-11 {
    row-gap: 11px;
  }
  .rounded-sm-11 {
    border-radius: 11px;
  }
  .mb-sm-11 {
    margin-bottom: 11px;
  }
  .mt-sm-11 {
    margin-top: 11px;
  }
  .mr-sm-11 {
    margin-right: 11px;
  }
  .ml-sm-11 {
    margin-left: 11px;
  }
  .mx-sm-11 {
    margin-right: 11px;
    margin-left: 11px;
  }
  .my-sm-11 {
    margin-top: 11px;
    margin-bottom: 11px;
  }
  .p-sm-11 {
    padding: 11px;
  }
  .px-sm-11 {
    padding-right: 11px;
    padding-left: 11px;
  }
  .py-sm-11 {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .pr-sm-11 {
    padding-right: 11px;
  }
  .pl-sm-11 {
    padding-left: 11px;
  }
  .pt-sm-11 {
    padding-top: 11px;
  }
  .pb-sm-11 {
    padding-bottom: 11px;
  }
  .fs-sm-11 {
    font-size: 11px;
  }
  .w-sm-11 {
    width: 11px;
  }
  .h-sm-11 {
    height: 11px;
  }
}
@media (min-width: 768px) {
  .lh-md-11 {
    line-height: 11px;
  }
  .line-height-md-11 {
    line-height: 11px;
  }
  .grid-cols-md-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .gap-md-11 {
    gap: 11px;
  }
  .gap-x-md-11 {
    -moz-column-gap: 11px;
         column-gap: 11px;
  }
  .gap-y-md-11 {
    row-gap: 11px;
  }
  .rounded-md-11 {
    border-radius: 11px;
  }
  .mb-md-11 {
    margin-bottom: 11px;
  }
  .mt-md-11 {
    margin-top: 11px;
  }
  .mr-md-11 {
    margin-right: 11px;
  }
  .ml-md-11 {
    margin-left: 11px;
  }
  .mx-md-11 {
    margin-right: 11px;
    margin-left: 11px;
  }
  .my-md-11 {
    margin-top: 11px;
    margin-bottom: 11px;
  }
  .p-md-11 {
    padding: 11px;
  }
  .px-md-11 {
    padding-right: 11px;
    padding-left: 11px;
  }
  .py-md-11 {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .pr-md-11 {
    padding-right: 11px;
  }
  .pl-md-11 {
    padding-left: 11px;
  }
  .pt-md-11 {
    padding-top: 11px;
  }
  .pb-md-11 {
    padding-bottom: 11px;
  }
  .fs-md-11 {
    font-size: 11px;
  }
  .w-md-11 {
    width: 11px;
  }
  .h-md-11 {
    height: 11px;
  }
}
@media (min-width: 992px) {
  .lh-lg-11 {
    line-height: 11px;
  }
  .line-height-lg-11 {
    line-height: 11px;
  }
  .grid-cols-lg-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .gap-lg-11 {
    gap: 11px;
  }
  .gap-x-lg-11 {
    -moz-column-gap: 11px;
         column-gap: 11px;
  }
  .gap-y-lg-11 {
    row-gap: 11px;
  }
  .rounded-lg-11 {
    border-radius: 11px;
  }
  .mb-lg-11 {
    margin-bottom: 11px;
  }
  .mt-lg-11 {
    margin-top: 11px;
  }
  .mr-lg-11 {
    margin-right: 11px;
  }
  .ml-lg-11 {
    margin-left: 11px;
  }
  .mx-lg-11 {
    margin-right: 11px;
    margin-left: 11px;
  }
  .my-lg-11 {
    margin-top: 11px;
    margin-bottom: 11px;
  }
  .p-lg-11 {
    padding: 11px;
  }
  .px-lg-11 {
    padding-right: 11px;
    padding-left: 11px;
  }
  .py-lg-11 {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .pr-lg-11 {
    padding-right: 11px;
  }
  .pl-lg-11 {
    padding-left: 11px;
  }
  .pt-lg-11 {
    padding-top: 11px;
  }
  .pb-lg-11 {
    padding-bottom: 11px;
  }
  .fs-lg-11 {
    font-size: 11px;
  }
  .w-lg-11 {
    width: 11px;
  }
  .h-lg-11 {
    height: 11px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-11 {
    line-height: 11px;
  }
  .line-height-xl-11 {
    line-height: 11px;
  }
  .grid-cols-xl-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .gap-xl-11 {
    gap: 11px;
  }
  .gap-x-xl-11 {
    -moz-column-gap: 11px;
         column-gap: 11px;
  }
  .gap-y-xl-11 {
    row-gap: 11px;
  }
  .rounded-xl-11 {
    border-radius: 11px;
  }
  .mb-xl-11 {
    margin-bottom: 11px;
  }
  .mt-xl-11 {
    margin-top: 11px;
  }
  .mr-xl-11 {
    margin-right: 11px;
  }
  .ml-xl-11 {
    margin-left: 11px;
  }
  .mx-xl-11 {
    margin-right: 11px;
    margin-left: 11px;
  }
  .my-xl-11 {
    margin-top: 11px;
    margin-bottom: 11px;
  }
  .p-xl-11 {
    padding: 11px;
  }
  .px-xl-11 {
    padding-right: 11px;
    padding-left: 11px;
  }
  .py-xl-11 {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .pr-xl-11 {
    padding-right: 11px;
  }
  .pl-xl-11 {
    padding-left: 11px;
  }
  .pt-xl-11 {
    padding-top: 11px;
  }
  .pb-xl-11 {
    padding-bottom: 11px;
  }
  .fs-xl-11 {
    font-size: 11px;
  }
  .w-xl-11 {
    width: 11px;
  }
  .h-xl-11 {
    height: 11px;
  }
}
.lh-12 {
  line-height: 12px;
}

.grid-cols-12 {
  grid-template-columns: repeat(12, 1fr);
}

.line-height-12 {
  line-height: 12px;
}

.gap-12 {
  gap: 12px;
}

.gap-x-12 {
  -moz-column-gap: 12px;
       column-gap: 12px;
}

.gap-y-12 {
  row-gap: 12px;
}

.rounded-12 {
  border-radius: 12px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mt-12 {
  margin-top: 12px;
}

.mr-12 {
  margin-right: 12px;
}

.ml-12 {
  margin-left: 12px;
}

.mx-12 {
  margin-right: 12px;
  margin-left: 12px;
}

.my-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.p-12 {
  padding: 12px;
}

.px-12 {
  padding-right: 12px;
  padding-left: 12px;
}

.py-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.pr-12 {
  padding-right: 12px;
}

.pl-12 {
  padding-left: 12px;
}

.pt-12 {
  padding-top: 12px;
}

.pb-12 {
  padding-bottom: 12px;
}

.fs-12 {
  font-size: 12px;
}

.w-12 {
  width: 12px;
}

.h-12 {
  height: 12px;
}

@media (min-width: 576px) {
  .lh-sm-12 {
    line-height: 12px;
  }
  .line-height-sm-12 {
    line-height: 12px;
  }
  .grid-cols-sm-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .gap-sm-12 {
    gap: 12px;
  }
  .gap-x-sm-12 {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .gap-y-sm-12 {
    row-gap: 12px;
  }
  .rounded-sm-12 {
    border-radius: 12px;
  }
  .mb-sm-12 {
    margin-bottom: 12px;
  }
  .mt-sm-12 {
    margin-top: 12px;
  }
  .mr-sm-12 {
    margin-right: 12px;
  }
  .ml-sm-12 {
    margin-left: 12px;
  }
  .mx-sm-12 {
    margin-right: 12px;
    margin-left: 12px;
  }
  .my-sm-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .p-sm-12 {
    padding: 12px;
  }
  .px-sm-12 {
    padding-right: 12px;
    padding-left: 12px;
  }
  .py-sm-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .pr-sm-12 {
    padding-right: 12px;
  }
  .pl-sm-12 {
    padding-left: 12px;
  }
  .pt-sm-12 {
    padding-top: 12px;
  }
  .pb-sm-12 {
    padding-bottom: 12px;
  }
  .fs-sm-12 {
    font-size: 12px;
  }
  .w-sm-12 {
    width: 12px;
  }
  .h-sm-12 {
    height: 12px;
  }
}
@media (min-width: 768px) {
  .lh-md-12 {
    line-height: 12px;
  }
  .line-height-md-12 {
    line-height: 12px;
  }
  .grid-cols-md-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .gap-md-12 {
    gap: 12px;
  }
  .gap-x-md-12 {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .gap-y-md-12 {
    row-gap: 12px;
  }
  .rounded-md-12 {
    border-radius: 12px;
  }
  .mb-md-12 {
    margin-bottom: 12px;
  }
  .mt-md-12 {
    margin-top: 12px;
  }
  .mr-md-12 {
    margin-right: 12px;
  }
  .ml-md-12 {
    margin-left: 12px;
  }
  .mx-md-12 {
    margin-right: 12px;
    margin-left: 12px;
  }
  .my-md-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .p-md-12 {
    padding: 12px;
  }
  .px-md-12 {
    padding-right: 12px;
    padding-left: 12px;
  }
  .py-md-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .pr-md-12 {
    padding-right: 12px;
  }
  .pl-md-12 {
    padding-left: 12px;
  }
  .pt-md-12 {
    padding-top: 12px;
  }
  .pb-md-12 {
    padding-bottom: 12px;
  }
  .fs-md-12 {
    font-size: 12px;
  }
  .w-md-12 {
    width: 12px;
  }
  .h-md-12 {
    height: 12px;
  }
}
@media (min-width: 992px) {
  .lh-lg-12 {
    line-height: 12px;
  }
  .line-height-lg-12 {
    line-height: 12px;
  }
  .grid-cols-lg-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .gap-lg-12 {
    gap: 12px;
  }
  .gap-x-lg-12 {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .gap-y-lg-12 {
    row-gap: 12px;
  }
  .rounded-lg-12 {
    border-radius: 12px;
  }
  .mb-lg-12 {
    margin-bottom: 12px;
  }
  .mt-lg-12 {
    margin-top: 12px;
  }
  .mr-lg-12 {
    margin-right: 12px;
  }
  .ml-lg-12 {
    margin-left: 12px;
  }
  .mx-lg-12 {
    margin-right: 12px;
    margin-left: 12px;
  }
  .my-lg-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .p-lg-12 {
    padding: 12px;
  }
  .px-lg-12 {
    padding-right: 12px;
    padding-left: 12px;
  }
  .py-lg-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .pr-lg-12 {
    padding-right: 12px;
  }
  .pl-lg-12 {
    padding-left: 12px;
  }
  .pt-lg-12 {
    padding-top: 12px;
  }
  .pb-lg-12 {
    padding-bottom: 12px;
  }
  .fs-lg-12 {
    font-size: 12px;
  }
  .w-lg-12 {
    width: 12px;
  }
  .h-lg-12 {
    height: 12px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-12 {
    line-height: 12px;
  }
  .line-height-xl-12 {
    line-height: 12px;
  }
  .grid-cols-xl-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .gap-xl-12 {
    gap: 12px;
  }
  .gap-x-xl-12 {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .gap-y-xl-12 {
    row-gap: 12px;
  }
  .rounded-xl-12 {
    border-radius: 12px;
  }
  .mb-xl-12 {
    margin-bottom: 12px;
  }
  .mt-xl-12 {
    margin-top: 12px;
  }
  .mr-xl-12 {
    margin-right: 12px;
  }
  .ml-xl-12 {
    margin-left: 12px;
  }
  .mx-xl-12 {
    margin-right: 12px;
    margin-left: 12px;
  }
  .my-xl-12 {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .p-xl-12 {
    padding: 12px;
  }
  .px-xl-12 {
    padding-right: 12px;
    padding-left: 12px;
  }
  .py-xl-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .pr-xl-12 {
    padding-right: 12px;
  }
  .pl-xl-12 {
    padding-left: 12px;
  }
  .pt-xl-12 {
    padding-top: 12px;
  }
  .pb-xl-12 {
    padding-bottom: 12px;
  }
  .fs-xl-12 {
    font-size: 12px;
  }
  .w-xl-12 {
    width: 12px;
  }
  .h-xl-12 {
    height: 12px;
  }
}
.lh-13 {
  line-height: 13px;
}

.grid-cols-13 {
  grid-template-columns: repeat(13, 1fr);
}

.line-height-13 {
  line-height: 13px;
}

.gap-13 {
  gap: 13px;
}

.gap-x-13 {
  -moz-column-gap: 13px;
       column-gap: 13px;
}

.gap-y-13 {
  row-gap: 13px;
}

.rounded-13 {
  border-radius: 13px;
}

.mb-13 {
  margin-bottom: 13px;
}

.mt-13 {
  margin-top: 13px;
}

.mr-13 {
  margin-right: 13px;
}

.ml-13 {
  margin-left: 13px;
}

.mx-13 {
  margin-right: 13px;
  margin-left: 13px;
}

.my-13 {
  margin-top: 13px;
  margin-bottom: 13px;
}

.p-13 {
  padding: 13px;
}

.px-13 {
  padding-right: 13px;
  padding-left: 13px;
}

.py-13 {
  padding-top: 13px;
  padding-bottom: 13px;
}

.pr-13 {
  padding-right: 13px;
}

.pl-13 {
  padding-left: 13px;
}

.pt-13 {
  padding-top: 13px;
}

.pb-13 {
  padding-bottom: 13px;
}

.fs-13 {
  font-size: 13px;
}

.w-13 {
  width: 13px;
}

.h-13 {
  height: 13px;
}

@media (min-width: 576px) {
  .lh-sm-13 {
    line-height: 13px;
  }
  .line-height-sm-13 {
    line-height: 13px;
  }
  .grid-cols-sm-13 {
    grid-template-columns: repeat(13, 1fr);
  }
  .gap-sm-13 {
    gap: 13px;
  }
  .gap-x-sm-13 {
    -moz-column-gap: 13px;
         column-gap: 13px;
  }
  .gap-y-sm-13 {
    row-gap: 13px;
  }
  .rounded-sm-13 {
    border-radius: 13px;
  }
  .mb-sm-13 {
    margin-bottom: 13px;
  }
  .mt-sm-13 {
    margin-top: 13px;
  }
  .mr-sm-13 {
    margin-right: 13px;
  }
  .ml-sm-13 {
    margin-left: 13px;
  }
  .mx-sm-13 {
    margin-right: 13px;
    margin-left: 13px;
  }
  .my-sm-13 {
    margin-top: 13px;
    margin-bottom: 13px;
  }
  .p-sm-13 {
    padding: 13px;
  }
  .px-sm-13 {
    padding-right: 13px;
    padding-left: 13px;
  }
  .py-sm-13 {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .pr-sm-13 {
    padding-right: 13px;
  }
  .pl-sm-13 {
    padding-left: 13px;
  }
  .pt-sm-13 {
    padding-top: 13px;
  }
  .pb-sm-13 {
    padding-bottom: 13px;
  }
  .fs-sm-13 {
    font-size: 13px;
  }
  .w-sm-13 {
    width: 13px;
  }
  .h-sm-13 {
    height: 13px;
  }
}
@media (min-width: 768px) {
  .lh-md-13 {
    line-height: 13px;
  }
  .line-height-md-13 {
    line-height: 13px;
  }
  .grid-cols-md-13 {
    grid-template-columns: repeat(13, 1fr);
  }
  .gap-md-13 {
    gap: 13px;
  }
  .gap-x-md-13 {
    -moz-column-gap: 13px;
         column-gap: 13px;
  }
  .gap-y-md-13 {
    row-gap: 13px;
  }
  .rounded-md-13 {
    border-radius: 13px;
  }
  .mb-md-13 {
    margin-bottom: 13px;
  }
  .mt-md-13 {
    margin-top: 13px;
  }
  .mr-md-13 {
    margin-right: 13px;
  }
  .ml-md-13 {
    margin-left: 13px;
  }
  .mx-md-13 {
    margin-right: 13px;
    margin-left: 13px;
  }
  .my-md-13 {
    margin-top: 13px;
    margin-bottom: 13px;
  }
  .p-md-13 {
    padding: 13px;
  }
  .px-md-13 {
    padding-right: 13px;
    padding-left: 13px;
  }
  .py-md-13 {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .pr-md-13 {
    padding-right: 13px;
  }
  .pl-md-13 {
    padding-left: 13px;
  }
  .pt-md-13 {
    padding-top: 13px;
  }
  .pb-md-13 {
    padding-bottom: 13px;
  }
  .fs-md-13 {
    font-size: 13px;
  }
  .w-md-13 {
    width: 13px;
  }
  .h-md-13 {
    height: 13px;
  }
}
@media (min-width: 992px) {
  .lh-lg-13 {
    line-height: 13px;
  }
  .line-height-lg-13 {
    line-height: 13px;
  }
  .grid-cols-lg-13 {
    grid-template-columns: repeat(13, 1fr);
  }
  .gap-lg-13 {
    gap: 13px;
  }
  .gap-x-lg-13 {
    -moz-column-gap: 13px;
         column-gap: 13px;
  }
  .gap-y-lg-13 {
    row-gap: 13px;
  }
  .rounded-lg-13 {
    border-radius: 13px;
  }
  .mb-lg-13 {
    margin-bottom: 13px;
  }
  .mt-lg-13 {
    margin-top: 13px;
  }
  .mr-lg-13 {
    margin-right: 13px;
  }
  .ml-lg-13 {
    margin-left: 13px;
  }
  .mx-lg-13 {
    margin-right: 13px;
    margin-left: 13px;
  }
  .my-lg-13 {
    margin-top: 13px;
    margin-bottom: 13px;
  }
  .p-lg-13 {
    padding: 13px;
  }
  .px-lg-13 {
    padding-right: 13px;
    padding-left: 13px;
  }
  .py-lg-13 {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .pr-lg-13 {
    padding-right: 13px;
  }
  .pl-lg-13 {
    padding-left: 13px;
  }
  .pt-lg-13 {
    padding-top: 13px;
  }
  .pb-lg-13 {
    padding-bottom: 13px;
  }
  .fs-lg-13 {
    font-size: 13px;
  }
  .w-lg-13 {
    width: 13px;
  }
  .h-lg-13 {
    height: 13px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-13 {
    line-height: 13px;
  }
  .line-height-xl-13 {
    line-height: 13px;
  }
  .grid-cols-xl-13 {
    grid-template-columns: repeat(13, 1fr);
  }
  .gap-xl-13 {
    gap: 13px;
  }
  .gap-x-xl-13 {
    -moz-column-gap: 13px;
         column-gap: 13px;
  }
  .gap-y-xl-13 {
    row-gap: 13px;
  }
  .rounded-xl-13 {
    border-radius: 13px;
  }
  .mb-xl-13 {
    margin-bottom: 13px;
  }
  .mt-xl-13 {
    margin-top: 13px;
  }
  .mr-xl-13 {
    margin-right: 13px;
  }
  .ml-xl-13 {
    margin-left: 13px;
  }
  .mx-xl-13 {
    margin-right: 13px;
    margin-left: 13px;
  }
  .my-xl-13 {
    margin-top: 13px;
    margin-bottom: 13px;
  }
  .p-xl-13 {
    padding: 13px;
  }
  .px-xl-13 {
    padding-right: 13px;
    padding-left: 13px;
  }
  .py-xl-13 {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .pr-xl-13 {
    padding-right: 13px;
  }
  .pl-xl-13 {
    padding-left: 13px;
  }
  .pt-xl-13 {
    padding-top: 13px;
  }
  .pb-xl-13 {
    padding-bottom: 13px;
  }
  .fs-xl-13 {
    font-size: 13px;
  }
  .w-xl-13 {
    width: 13px;
  }
  .h-xl-13 {
    height: 13px;
  }
}
.lh-14 {
  line-height: 14px;
}

.grid-cols-14 {
  grid-template-columns: repeat(14, 1fr);
}

.line-height-14 {
  line-height: 14px;
}

.gap-14 {
  gap: 14px;
}

.gap-x-14 {
  -moz-column-gap: 14px;
       column-gap: 14px;
}

.gap-y-14 {
  row-gap: 14px;
}

.rounded-14 {
  border-radius: 14px;
}

.mb-14 {
  margin-bottom: 14px;
}

.mt-14 {
  margin-top: 14px;
}

.mr-14 {
  margin-right: 14px;
}

.ml-14 {
  margin-left: 14px;
}

.mx-14 {
  margin-right: 14px;
  margin-left: 14px;
}

.my-14 {
  margin-top: 14px;
  margin-bottom: 14px;
}

.p-14 {
  padding: 14px;
}

.px-14 {
  padding-right: 14px;
  padding-left: 14px;
}

.py-14 {
  padding-top: 14px;
  padding-bottom: 14px;
}

.pr-14 {
  padding-right: 14px;
}

.pl-14 {
  padding-left: 14px;
}

.pt-14 {
  padding-top: 14px;
}

.pb-14 {
  padding-bottom: 14px;
}

.fs-14 {
  font-size: 14px;
}

.w-14 {
  width: 14px;
}

.h-14 {
  height: 14px;
}

@media (min-width: 576px) {
  .lh-sm-14 {
    line-height: 14px;
  }
  .line-height-sm-14 {
    line-height: 14px;
  }
  .grid-cols-sm-14 {
    grid-template-columns: repeat(14, 1fr);
  }
  .gap-sm-14 {
    gap: 14px;
  }
  .gap-x-sm-14 {
    -moz-column-gap: 14px;
         column-gap: 14px;
  }
  .gap-y-sm-14 {
    row-gap: 14px;
  }
  .rounded-sm-14 {
    border-radius: 14px;
  }
  .mb-sm-14 {
    margin-bottom: 14px;
  }
  .mt-sm-14 {
    margin-top: 14px;
  }
  .mr-sm-14 {
    margin-right: 14px;
  }
  .ml-sm-14 {
    margin-left: 14px;
  }
  .mx-sm-14 {
    margin-right: 14px;
    margin-left: 14px;
  }
  .my-sm-14 {
    margin-top: 14px;
    margin-bottom: 14px;
  }
  .p-sm-14 {
    padding: 14px;
  }
  .px-sm-14 {
    padding-right: 14px;
    padding-left: 14px;
  }
  .py-sm-14 {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .pr-sm-14 {
    padding-right: 14px;
  }
  .pl-sm-14 {
    padding-left: 14px;
  }
  .pt-sm-14 {
    padding-top: 14px;
  }
  .pb-sm-14 {
    padding-bottom: 14px;
  }
  .fs-sm-14 {
    font-size: 14px;
  }
  .w-sm-14 {
    width: 14px;
  }
  .h-sm-14 {
    height: 14px;
  }
}
@media (min-width: 768px) {
  .lh-md-14 {
    line-height: 14px;
  }
  .line-height-md-14 {
    line-height: 14px;
  }
  .grid-cols-md-14 {
    grid-template-columns: repeat(14, 1fr);
  }
  .gap-md-14 {
    gap: 14px;
  }
  .gap-x-md-14 {
    -moz-column-gap: 14px;
         column-gap: 14px;
  }
  .gap-y-md-14 {
    row-gap: 14px;
  }
  .rounded-md-14 {
    border-radius: 14px;
  }
  .mb-md-14 {
    margin-bottom: 14px;
  }
  .mt-md-14 {
    margin-top: 14px;
  }
  .mr-md-14 {
    margin-right: 14px;
  }
  .ml-md-14 {
    margin-left: 14px;
  }
  .mx-md-14 {
    margin-right: 14px;
    margin-left: 14px;
  }
  .my-md-14 {
    margin-top: 14px;
    margin-bottom: 14px;
  }
  .p-md-14 {
    padding: 14px;
  }
  .px-md-14 {
    padding-right: 14px;
    padding-left: 14px;
  }
  .py-md-14 {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .pr-md-14 {
    padding-right: 14px;
  }
  .pl-md-14 {
    padding-left: 14px;
  }
  .pt-md-14 {
    padding-top: 14px;
  }
  .pb-md-14 {
    padding-bottom: 14px;
  }
  .fs-md-14 {
    font-size: 14px;
  }
  .w-md-14 {
    width: 14px;
  }
  .h-md-14 {
    height: 14px;
  }
}
@media (min-width: 992px) {
  .lh-lg-14 {
    line-height: 14px;
  }
  .line-height-lg-14 {
    line-height: 14px;
  }
  .grid-cols-lg-14 {
    grid-template-columns: repeat(14, 1fr);
  }
  .gap-lg-14 {
    gap: 14px;
  }
  .gap-x-lg-14 {
    -moz-column-gap: 14px;
         column-gap: 14px;
  }
  .gap-y-lg-14 {
    row-gap: 14px;
  }
  .rounded-lg-14 {
    border-radius: 14px;
  }
  .mb-lg-14 {
    margin-bottom: 14px;
  }
  .mt-lg-14 {
    margin-top: 14px;
  }
  .mr-lg-14 {
    margin-right: 14px;
  }
  .ml-lg-14 {
    margin-left: 14px;
  }
  .mx-lg-14 {
    margin-right: 14px;
    margin-left: 14px;
  }
  .my-lg-14 {
    margin-top: 14px;
    margin-bottom: 14px;
  }
  .p-lg-14 {
    padding: 14px;
  }
  .px-lg-14 {
    padding-right: 14px;
    padding-left: 14px;
  }
  .py-lg-14 {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .pr-lg-14 {
    padding-right: 14px;
  }
  .pl-lg-14 {
    padding-left: 14px;
  }
  .pt-lg-14 {
    padding-top: 14px;
  }
  .pb-lg-14 {
    padding-bottom: 14px;
  }
  .fs-lg-14 {
    font-size: 14px;
  }
  .w-lg-14 {
    width: 14px;
  }
  .h-lg-14 {
    height: 14px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-14 {
    line-height: 14px;
  }
  .line-height-xl-14 {
    line-height: 14px;
  }
  .grid-cols-xl-14 {
    grid-template-columns: repeat(14, 1fr);
  }
  .gap-xl-14 {
    gap: 14px;
  }
  .gap-x-xl-14 {
    -moz-column-gap: 14px;
         column-gap: 14px;
  }
  .gap-y-xl-14 {
    row-gap: 14px;
  }
  .rounded-xl-14 {
    border-radius: 14px;
  }
  .mb-xl-14 {
    margin-bottom: 14px;
  }
  .mt-xl-14 {
    margin-top: 14px;
  }
  .mr-xl-14 {
    margin-right: 14px;
  }
  .ml-xl-14 {
    margin-left: 14px;
  }
  .mx-xl-14 {
    margin-right: 14px;
    margin-left: 14px;
  }
  .my-xl-14 {
    margin-top: 14px;
    margin-bottom: 14px;
  }
  .p-xl-14 {
    padding: 14px;
  }
  .px-xl-14 {
    padding-right: 14px;
    padding-left: 14px;
  }
  .py-xl-14 {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .pr-xl-14 {
    padding-right: 14px;
  }
  .pl-xl-14 {
    padding-left: 14px;
  }
  .pt-xl-14 {
    padding-top: 14px;
  }
  .pb-xl-14 {
    padding-bottom: 14px;
  }
  .fs-xl-14 {
    font-size: 14px;
  }
  .w-xl-14 {
    width: 14px;
  }
  .h-xl-14 {
    height: 14px;
  }
}
.lh-15 {
  line-height: 15px;
}

.grid-cols-15 {
  grid-template-columns: repeat(15, 1fr);
}

.line-height-15 {
  line-height: 15px;
}

.gap-15 {
  gap: 15px;
}

.gap-x-15 {
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.gap-y-15 {
  row-gap: 15px;
}

.rounded-15 {
  border-radius: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-15 {
  margin-top: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mx-15 {
  margin-right: 15px;
  margin-left: 15px;
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.p-15 {
  padding: 15px;
}

.px-15 {
  padding-right: 15px;
  padding-left: 15px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.fs-15 {
  font-size: 15px;
}

.w-15 {
  width: 15px;
}

.h-15 {
  height: 15px;
}

@media (min-width: 576px) {
  .lh-sm-15 {
    line-height: 15px;
  }
  .line-height-sm-15 {
    line-height: 15px;
  }
  .grid-cols-sm-15 {
    grid-template-columns: repeat(15, 1fr);
  }
  .gap-sm-15 {
    gap: 15px;
  }
  .gap-x-sm-15 {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .gap-y-sm-15 {
    row-gap: 15px;
  }
  .rounded-sm-15 {
    border-radius: 15px;
  }
  .mb-sm-15 {
    margin-bottom: 15px;
  }
  .mt-sm-15 {
    margin-top: 15px;
  }
  .mr-sm-15 {
    margin-right: 15px;
  }
  .ml-sm-15 {
    margin-left: 15px;
  }
  .mx-sm-15 {
    margin-right: 15px;
    margin-left: 15px;
  }
  .my-sm-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .p-sm-15 {
    padding: 15px;
  }
  .px-sm-15 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .py-sm-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pr-sm-15 {
    padding-right: 15px;
  }
  .pl-sm-15 {
    padding-left: 15px;
  }
  .pt-sm-15 {
    padding-top: 15px;
  }
  .pb-sm-15 {
    padding-bottom: 15px;
  }
  .fs-sm-15 {
    font-size: 15px;
  }
  .w-sm-15 {
    width: 15px;
  }
  .h-sm-15 {
    height: 15px;
  }
}
@media (min-width: 768px) {
  .lh-md-15 {
    line-height: 15px;
  }
  .line-height-md-15 {
    line-height: 15px;
  }
  .grid-cols-md-15 {
    grid-template-columns: repeat(15, 1fr);
  }
  .gap-md-15 {
    gap: 15px;
  }
  .gap-x-md-15 {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .gap-y-md-15 {
    row-gap: 15px;
  }
  .rounded-md-15 {
    border-radius: 15px;
  }
  .mb-md-15 {
    margin-bottom: 15px;
  }
  .mt-md-15 {
    margin-top: 15px;
  }
  .mr-md-15 {
    margin-right: 15px;
  }
  .ml-md-15 {
    margin-left: 15px;
  }
  .mx-md-15 {
    margin-right: 15px;
    margin-left: 15px;
  }
  .my-md-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .p-md-15 {
    padding: 15px;
  }
  .px-md-15 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .py-md-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pr-md-15 {
    padding-right: 15px;
  }
  .pl-md-15 {
    padding-left: 15px;
  }
  .pt-md-15 {
    padding-top: 15px;
  }
  .pb-md-15 {
    padding-bottom: 15px;
  }
  .fs-md-15 {
    font-size: 15px;
  }
  .w-md-15 {
    width: 15px;
  }
  .h-md-15 {
    height: 15px;
  }
}
@media (min-width: 992px) {
  .lh-lg-15 {
    line-height: 15px;
  }
  .line-height-lg-15 {
    line-height: 15px;
  }
  .grid-cols-lg-15 {
    grid-template-columns: repeat(15, 1fr);
  }
  .gap-lg-15 {
    gap: 15px;
  }
  .gap-x-lg-15 {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .gap-y-lg-15 {
    row-gap: 15px;
  }
  .rounded-lg-15 {
    border-radius: 15px;
  }
  .mb-lg-15 {
    margin-bottom: 15px;
  }
  .mt-lg-15 {
    margin-top: 15px;
  }
  .mr-lg-15 {
    margin-right: 15px;
  }
  .ml-lg-15 {
    margin-left: 15px;
  }
  .mx-lg-15 {
    margin-right: 15px;
    margin-left: 15px;
  }
  .my-lg-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .p-lg-15 {
    padding: 15px;
  }
  .px-lg-15 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .py-lg-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pr-lg-15 {
    padding-right: 15px;
  }
  .pl-lg-15 {
    padding-left: 15px;
  }
  .pt-lg-15 {
    padding-top: 15px;
  }
  .pb-lg-15 {
    padding-bottom: 15px;
  }
  .fs-lg-15 {
    font-size: 15px;
  }
  .w-lg-15 {
    width: 15px;
  }
  .h-lg-15 {
    height: 15px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-15 {
    line-height: 15px;
  }
  .line-height-xl-15 {
    line-height: 15px;
  }
  .grid-cols-xl-15 {
    grid-template-columns: repeat(15, 1fr);
  }
  .gap-xl-15 {
    gap: 15px;
  }
  .gap-x-xl-15 {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .gap-y-xl-15 {
    row-gap: 15px;
  }
  .rounded-xl-15 {
    border-radius: 15px;
  }
  .mb-xl-15 {
    margin-bottom: 15px;
  }
  .mt-xl-15 {
    margin-top: 15px;
  }
  .mr-xl-15 {
    margin-right: 15px;
  }
  .ml-xl-15 {
    margin-left: 15px;
  }
  .mx-xl-15 {
    margin-right: 15px;
    margin-left: 15px;
  }
  .my-xl-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .p-xl-15 {
    padding: 15px;
  }
  .px-xl-15 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .py-xl-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pr-xl-15 {
    padding-right: 15px;
  }
  .pl-xl-15 {
    padding-left: 15px;
  }
  .pt-xl-15 {
    padding-top: 15px;
  }
  .pb-xl-15 {
    padding-bottom: 15px;
  }
  .fs-xl-15 {
    font-size: 15px;
  }
  .w-xl-15 {
    width: 15px;
  }
  .h-xl-15 {
    height: 15px;
  }
}
.lh-16 {
  line-height: 16px;
}

.grid-cols-16 {
  grid-template-columns: repeat(16, 1fr);
}

.line-height-16 {
  line-height: 16px;
}

.gap-16 {
  gap: 16px;
}

.gap-x-16 {
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.gap-y-16 {
  row-gap: 16px;
}

.rounded-16 {
  border-radius: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mt-16 {
  margin-top: 16px;
}

.mr-16 {
  margin-right: 16px;
}

.ml-16 {
  margin-left: 16px;
}

.mx-16 {
  margin-right: 16px;
  margin-left: 16px;
}

.my-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.p-16 {
  padding: 16px;
}

.px-16 {
  padding-right: 16px;
  padding-left: 16px;
}

.py-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.pr-16 {
  padding-right: 16px;
}

.pl-16 {
  padding-left: 16px;
}

.pt-16 {
  padding-top: 16px;
}

.pb-16 {
  padding-bottom: 16px;
}

.fs-16 {
  font-size: 16px;
}

.w-16 {
  width: 16px;
}

.h-16 {
  height: 16px;
}

@media (min-width: 576px) {
  .lh-sm-16 {
    line-height: 16px;
  }
  .line-height-sm-16 {
    line-height: 16px;
  }
  .grid-cols-sm-16 {
    grid-template-columns: repeat(16, 1fr);
  }
  .gap-sm-16 {
    gap: 16px;
  }
  .gap-x-sm-16 {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .gap-y-sm-16 {
    row-gap: 16px;
  }
  .rounded-sm-16 {
    border-radius: 16px;
  }
  .mb-sm-16 {
    margin-bottom: 16px;
  }
  .mt-sm-16 {
    margin-top: 16px;
  }
  .mr-sm-16 {
    margin-right: 16px;
  }
  .ml-sm-16 {
    margin-left: 16px;
  }
  .mx-sm-16 {
    margin-right: 16px;
    margin-left: 16px;
  }
  .my-sm-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .p-sm-16 {
    padding: 16px;
  }
  .px-sm-16 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .py-sm-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .pr-sm-16 {
    padding-right: 16px;
  }
  .pl-sm-16 {
    padding-left: 16px;
  }
  .pt-sm-16 {
    padding-top: 16px;
  }
  .pb-sm-16 {
    padding-bottom: 16px;
  }
  .fs-sm-16 {
    font-size: 16px;
  }
  .w-sm-16 {
    width: 16px;
  }
  .h-sm-16 {
    height: 16px;
  }
}
@media (min-width: 768px) {
  .lh-md-16 {
    line-height: 16px;
  }
  .line-height-md-16 {
    line-height: 16px;
  }
  .grid-cols-md-16 {
    grid-template-columns: repeat(16, 1fr);
  }
  .gap-md-16 {
    gap: 16px;
  }
  .gap-x-md-16 {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .gap-y-md-16 {
    row-gap: 16px;
  }
  .rounded-md-16 {
    border-radius: 16px;
  }
  .mb-md-16 {
    margin-bottom: 16px;
  }
  .mt-md-16 {
    margin-top: 16px;
  }
  .mr-md-16 {
    margin-right: 16px;
  }
  .ml-md-16 {
    margin-left: 16px;
  }
  .mx-md-16 {
    margin-right: 16px;
    margin-left: 16px;
  }
  .my-md-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .p-md-16 {
    padding: 16px;
  }
  .px-md-16 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .py-md-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .pr-md-16 {
    padding-right: 16px;
  }
  .pl-md-16 {
    padding-left: 16px;
  }
  .pt-md-16 {
    padding-top: 16px;
  }
  .pb-md-16 {
    padding-bottom: 16px;
  }
  .fs-md-16 {
    font-size: 16px;
  }
  .w-md-16 {
    width: 16px;
  }
  .h-md-16 {
    height: 16px;
  }
}
@media (min-width: 992px) {
  .lh-lg-16 {
    line-height: 16px;
  }
  .line-height-lg-16 {
    line-height: 16px;
  }
  .grid-cols-lg-16 {
    grid-template-columns: repeat(16, 1fr);
  }
  .gap-lg-16 {
    gap: 16px;
  }
  .gap-x-lg-16 {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .gap-y-lg-16 {
    row-gap: 16px;
  }
  .rounded-lg-16 {
    border-radius: 16px;
  }
  .mb-lg-16 {
    margin-bottom: 16px;
  }
  .mt-lg-16 {
    margin-top: 16px;
  }
  .mr-lg-16 {
    margin-right: 16px;
  }
  .ml-lg-16 {
    margin-left: 16px;
  }
  .mx-lg-16 {
    margin-right: 16px;
    margin-left: 16px;
  }
  .my-lg-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .p-lg-16 {
    padding: 16px;
  }
  .px-lg-16 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .py-lg-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .pr-lg-16 {
    padding-right: 16px;
  }
  .pl-lg-16 {
    padding-left: 16px;
  }
  .pt-lg-16 {
    padding-top: 16px;
  }
  .pb-lg-16 {
    padding-bottom: 16px;
  }
  .fs-lg-16 {
    font-size: 16px;
  }
  .w-lg-16 {
    width: 16px;
  }
  .h-lg-16 {
    height: 16px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-16 {
    line-height: 16px;
  }
  .line-height-xl-16 {
    line-height: 16px;
  }
  .grid-cols-xl-16 {
    grid-template-columns: repeat(16, 1fr);
  }
  .gap-xl-16 {
    gap: 16px;
  }
  .gap-x-xl-16 {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .gap-y-xl-16 {
    row-gap: 16px;
  }
  .rounded-xl-16 {
    border-radius: 16px;
  }
  .mb-xl-16 {
    margin-bottom: 16px;
  }
  .mt-xl-16 {
    margin-top: 16px;
  }
  .mr-xl-16 {
    margin-right: 16px;
  }
  .ml-xl-16 {
    margin-left: 16px;
  }
  .mx-xl-16 {
    margin-right: 16px;
    margin-left: 16px;
  }
  .my-xl-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .p-xl-16 {
    padding: 16px;
  }
  .px-xl-16 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .py-xl-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .pr-xl-16 {
    padding-right: 16px;
  }
  .pl-xl-16 {
    padding-left: 16px;
  }
  .pt-xl-16 {
    padding-top: 16px;
  }
  .pb-xl-16 {
    padding-bottom: 16px;
  }
  .fs-xl-16 {
    font-size: 16px;
  }
  .w-xl-16 {
    width: 16px;
  }
  .h-xl-16 {
    height: 16px;
  }
}
.lh-17 {
  line-height: 17px;
}

.grid-cols-17 {
  grid-template-columns: repeat(17, 1fr);
}

.line-height-17 {
  line-height: 17px;
}

.gap-17 {
  gap: 17px;
}

.gap-x-17 {
  -moz-column-gap: 17px;
       column-gap: 17px;
}

.gap-y-17 {
  row-gap: 17px;
}

.rounded-17 {
  border-radius: 17px;
}

.mb-17 {
  margin-bottom: 17px;
}

.mt-17 {
  margin-top: 17px;
}

.mr-17 {
  margin-right: 17px;
}

.ml-17 {
  margin-left: 17px;
}

.mx-17 {
  margin-right: 17px;
  margin-left: 17px;
}

.my-17 {
  margin-top: 17px;
  margin-bottom: 17px;
}

.p-17 {
  padding: 17px;
}

.px-17 {
  padding-right: 17px;
  padding-left: 17px;
}

.py-17 {
  padding-top: 17px;
  padding-bottom: 17px;
}

.pr-17 {
  padding-right: 17px;
}

.pl-17 {
  padding-left: 17px;
}

.pt-17 {
  padding-top: 17px;
}

.pb-17 {
  padding-bottom: 17px;
}

.fs-17 {
  font-size: 17px;
}

.w-17 {
  width: 17px;
}

.h-17 {
  height: 17px;
}

@media (min-width: 576px) {
  .lh-sm-17 {
    line-height: 17px;
  }
  .line-height-sm-17 {
    line-height: 17px;
  }
  .grid-cols-sm-17 {
    grid-template-columns: repeat(17, 1fr);
  }
  .gap-sm-17 {
    gap: 17px;
  }
  .gap-x-sm-17 {
    -moz-column-gap: 17px;
         column-gap: 17px;
  }
  .gap-y-sm-17 {
    row-gap: 17px;
  }
  .rounded-sm-17 {
    border-radius: 17px;
  }
  .mb-sm-17 {
    margin-bottom: 17px;
  }
  .mt-sm-17 {
    margin-top: 17px;
  }
  .mr-sm-17 {
    margin-right: 17px;
  }
  .ml-sm-17 {
    margin-left: 17px;
  }
  .mx-sm-17 {
    margin-right: 17px;
    margin-left: 17px;
  }
  .my-sm-17 {
    margin-top: 17px;
    margin-bottom: 17px;
  }
  .p-sm-17 {
    padding: 17px;
  }
  .px-sm-17 {
    padding-right: 17px;
    padding-left: 17px;
  }
  .py-sm-17 {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .pr-sm-17 {
    padding-right: 17px;
  }
  .pl-sm-17 {
    padding-left: 17px;
  }
  .pt-sm-17 {
    padding-top: 17px;
  }
  .pb-sm-17 {
    padding-bottom: 17px;
  }
  .fs-sm-17 {
    font-size: 17px;
  }
  .w-sm-17 {
    width: 17px;
  }
  .h-sm-17 {
    height: 17px;
  }
}
@media (min-width: 768px) {
  .lh-md-17 {
    line-height: 17px;
  }
  .line-height-md-17 {
    line-height: 17px;
  }
  .grid-cols-md-17 {
    grid-template-columns: repeat(17, 1fr);
  }
  .gap-md-17 {
    gap: 17px;
  }
  .gap-x-md-17 {
    -moz-column-gap: 17px;
         column-gap: 17px;
  }
  .gap-y-md-17 {
    row-gap: 17px;
  }
  .rounded-md-17 {
    border-radius: 17px;
  }
  .mb-md-17 {
    margin-bottom: 17px;
  }
  .mt-md-17 {
    margin-top: 17px;
  }
  .mr-md-17 {
    margin-right: 17px;
  }
  .ml-md-17 {
    margin-left: 17px;
  }
  .mx-md-17 {
    margin-right: 17px;
    margin-left: 17px;
  }
  .my-md-17 {
    margin-top: 17px;
    margin-bottom: 17px;
  }
  .p-md-17 {
    padding: 17px;
  }
  .px-md-17 {
    padding-right: 17px;
    padding-left: 17px;
  }
  .py-md-17 {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .pr-md-17 {
    padding-right: 17px;
  }
  .pl-md-17 {
    padding-left: 17px;
  }
  .pt-md-17 {
    padding-top: 17px;
  }
  .pb-md-17 {
    padding-bottom: 17px;
  }
  .fs-md-17 {
    font-size: 17px;
  }
  .w-md-17 {
    width: 17px;
  }
  .h-md-17 {
    height: 17px;
  }
}
@media (min-width: 992px) {
  .lh-lg-17 {
    line-height: 17px;
  }
  .line-height-lg-17 {
    line-height: 17px;
  }
  .grid-cols-lg-17 {
    grid-template-columns: repeat(17, 1fr);
  }
  .gap-lg-17 {
    gap: 17px;
  }
  .gap-x-lg-17 {
    -moz-column-gap: 17px;
         column-gap: 17px;
  }
  .gap-y-lg-17 {
    row-gap: 17px;
  }
  .rounded-lg-17 {
    border-radius: 17px;
  }
  .mb-lg-17 {
    margin-bottom: 17px;
  }
  .mt-lg-17 {
    margin-top: 17px;
  }
  .mr-lg-17 {
    margin-right: 17px;
  }
  .ml-lg-17 {
    margin-left: 17px;
  }
  .mx-lg-17 {
    margin-right: 17px;
    margin-left: 17px;
  }
  .my-lg-17 {
    margin-top: 17px;
    margin-bottom: 17px;
  }
  .p-lg-17 {
    padding: 17px;
  }
  .px-lg-17 {
    padding-right: 17px;
    padding-left: 17px;
  }
  .py-lg-17 {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .pr-lg-17 {
    padding-right: 17px;
  }
  .pl-lg-17 {
    padding-left: 17px;
  }
  .pt-lg-17 {
    padding-top: 17px;
  }
  .pb-lg-17 {
    padding-bottom: 17px;
  }
  .fs-lg-17 {
    font-size: 17px;
  }
  .w-lg-17 {
    width: 17px;
  }
  .h-lg-17 {
    height: 17px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-17 {
    line-height: 17px;
  }
  .line-height-xl-17 {
    line-height: 17px;
  }
  .grid-cols-xl-17 {
    grid-template-columns: repeat(17, 1fr);
  }
  .gap-xl-17 {
    gap: 17px;
  }
  .gap-x-xl-17 {
    -moz-column-gap: 17px;
         column-gap: 17px;
  }
  .gap-y-xl-17 {
    row-gap: 17px;
  }
  .rounded-xl-17 {
    border-radius: 17px;
  }
  .mb-xl-17 {
    margin-bottom: 17px;
  }
  .mt-xl-17 {
    margin-top: 17px;
  }
  .mr-xl-17 {
    margin-right: 17px;
  }
  .ml-xl-17 {
    margin-left: 17px;
  }
  .mx-xl-17 {
    margin-right: 17px;
    margin-left: 17px;
  }
  .my-xl-17 {
    margin-top: 17px;
    margin-bottom: 17px;
  }
  .p-xl-17 {
    padding: 17px;
  }
  .px-xl-17 {
    padding-right: 17px;
    padding-left: 17px;
  }
  .py-xl-17 {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .pr-xl-17 {
    padding-right: 17px;
  }
  .pl-xl-17 {
    padding-left: 17px;
  }
  .pt-xl-17 {
    padding-top: 17px;
  }
  .pb-xl-17 {
    padding-bottom: 17px;
  }
  .fs-xl-17 {
    font-size: 17px;
  }
  .w-xl-17 {
    width: 17px;
  }
  .h-xl-17 {
    height: 17px;
  }
}
.lh-18 {
  line-height: 18px;
}

.grid-cols-18 {
  grid-template-columns: repeat(18, 1fr);
}

.line-height-18 {
  line-height: 18px;
}

.gap-18 {
  gap: 18px;
}

.gap-x-18 {
  -moz-column-gap: 18px;
       column-gap: 18px;
}

.gap-y-18 {
  row-gap: 18px;
}

.rounded-18 {
  border-radius: 18px;
}

.mb-18 {
  margin-bottom: 18px;
}

.mt-18 {
  margin-top: 18px;
}

.mr-18 {
  margin-right: 18px;
}

.ml-18 {
  margin-left: 18px;
}

.mx-18 {
  margin-right: 18px;
  margin-left: 18px;
}

.my-18 {
  margin-top: 18px;
  margin-bottom: 18px;
}

.p-18 {
  padding: 18px;
}

.px-18 {
  padding-right: 18px;
  padding-left: 18px;
}

.py-18 {
  padding-top: 18px;
  padding-bottom: 18px;
}

.pr-18 {
  padding-right: 18px;
}

.pl-18 {
  padding-left: 18px;
}

.pt-18 {
  padding-top: 18px;
}

.pb-18 {
  padding-bottom: 18px;
}

.fs-18 {
  font-size: 18px;
}

.w-18 {
  width: 18px;
}

.h-18 {
  height: 18px;
}

@media (min-width: 576px) {
  .lh-sm-18 {
    line-height: 18px;
  }
  .line-height-sm-18 {
    line-height: 18px;
  }
  .grid-cols-sm-18 {
    grid-template-columns: repeat(18, 1fr);
  }
  .gap-sm-18 {
    gap: 18px;
  }
  .gap-x-sm-18 {
    -moz-column-gap: 18px;
         column-gap: 18px;
  }
  .gap-y-sm-18 {
    row-gap: 18px;
  }
  .rounded-sm-18 {
    border-radius: 18px;
  }
  .mb-sm-18 {
    margin-bottom: 18px;
  }
  .mt-sm-18 {
    margin-top: 18px;
  }
  .mr-sm-18 {
    margin-right: 18px;
  }
  .ml-sm-18 {
    margin-left: 18px;
  }
  .mx-sm-18 {
    margin-right: 18px;
    margin-left: 18px;
  }
  .my-sm-18 {
    margin-top: 18px;
    margin-bottom: 18px;
  }
  .p-sm-18 {
    padding: 18px;
  }
  .px-sm-18 {
    padding-right: 18px;
    padding-left: 18px;
  }
  .py-sm-18 {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .pr-sm-18 {
    padding-right: 18px;
  }
  .pl-sm-18 {
    padding-left: 18px;
  }
  .pt-sm-18 {
    padding-top: 18px;
  }
  .pb-sm-18 {
    padding-bottom: 18px;
  }
  .fs-sm-18 {
    font-size: 18px;
  }
  .w-sm-18 {
    width: 18px;
  }
  .h-sm-18 {
    height: 18px;
  }
}
@media (min-width: 768px) {
  .lh-md-18 {
    line-height: 18px;
  }
  .line-height-md-18 {
    line-height: 18px;
  }
  .grid-cols-md-18 {
    grid-template-columns: repeat(18, 1fr);
  }
  .gap-md-18 {
    gap: 18px;
  }
  .gap-x-md-18 {
    -moz-column-gap: 18px;
         column-gap: 18px;
  }
  .gap-y-md-18 {
    row-gap: 18px;
  }
  .rounded-md-18 {
    border-radius: 18px;
  }
  .mb-md-18 {
    margin-bottom: 18px;
  }
  .mt-md-18 {
    margin-top: 18px;
  }
  .mr-md-18 {
    margin-right: 18px;
  }
  .ml-md-18 {
    margin-left: 18px;
  }
  .mx-md-18 {
    margin-right: 18px;
    margin-left: 18px;
  }
  .my-md-18 {
    margin-top: 18px;
    margin-bottom: 18px;
  }
  .p-md-18 {
    padding: 18px;
  }
  .px-md-18 {
    padding-right: 18px;
    padding-left: 18px;
  }
  .py-md-18 {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .pr-md-18 {
    padding-right: 18px;
  }
  .pl-md-18 {
    padding-left: 18px;
  }
  .pt-md-18 {
    padding-top: 18px;
  }
  .pb-md-18 {
    padding-bottom: 18px;
  }
  .fs-md-18 {
    font-size: 18px;
  }
  .w-md-18 {
    width: 18px;
  }
  .h-md-18 {
    height: 18px;
  }
}
@media (min-width: 992px) {
  .lh-lg-18 {
    line-height: 18px;
  }
  .line-height-lg-18 {
    line-height: 18px;
  }
  .grid-cols-lg-18 {
    grid-template-columns: repeat(18, 1fr);
  }
  .gap-lg-18 {
    gap: 18px;
  }
  .gap-x-lg-18 {
    -moz-column-gap: 18px;
         column-gap: 18px;
  }
  .gap-y-lg-18 {
    row-gap: 18px;
  }
  .rounded-lg-18 {
    border-radius: 18px;
  }
  .mb-lg-18 {
    margin-bottom: 18px;
  }
  .mt-lg-18 {
    margin-top: 18px;
  }
  .mr-lg-18 {
    margin-right: 18px;
  }
  .ml-lg-18 {
    margin-left: 18px;
  }
  .mx-lg-18 {
    margin-right: 18px;
    margin-left: 18px;
  }
  .my-lg-18 {
    margin-top: 18px;
    margin-bottom: 18px;
  }
  .p-lg-18 {
    padding: 18px;
  }
  .px-lg-18 {
    padding-right: 18px;
    padding-left: 18px;
  }
  .py-lg-18 {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .pr-lg-18 {
    padding-right: 18px;
  }
  .pl-lg-18 {
    padding-left: 18px;
  }
  .pt-lg-18 {
    padding-top: 18px;
  }
  .pb-lg-18 {
    padding-bottom: 18px;
  }
  .fs-lg-18 {
    font-size: 18px;
  }
  .w-lg-18 {
    width: 18px;
  }
  .h-lg-18 {
    height: 18px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-18 {
    line-height: 18px;
  }
  .line-height-xl-18 {
    line-height: 18px;
  }
  .grid-cols-xl-18 {
    grid-template-columns: repeat(18, 1fr);
  }
  .gap-xl-18 {
    gap: 18px;
  }
  .gap-x-xl-18 {
    -moz-column-gap: 18px;
         column-gap: 18px;
  }
  .gap-y-xl-18 {
    row-gap: 18px;
  }
  .rounded-xl-18 {
    border-radius: 18px;
  }
  .mb-xl-18 {
    margin-bottom: 18px;
  }
  .mt-xl-18 {
    margin-top: 18px;
  }
  .mr-xl-18 {
    margin-right: 18px;
  }
  .ml-xl-18 {
    margin-left: 18px;
  }
  .mx-xl-18 {
    margin-right: 18px;
    margin-left: 18px;
  }
  .my-xl-18 {
    margin-top: 18px;
    margin-bottom: 18px;
  }
  .p-xl-18 {
    padding: 18px;
  }
  .px-xl-18 {
    padding-right: 18px;
    padding-left: 18px;
  }
  .py-xl-18 {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .pr-xl-18 {
    padding-right: 18px;
  }
  .pl-xl-18 {
    padding-left: 18px;
  }
  .pt-xl-18 {
    padding-top: 18px;
  }
  .pb-xl-18 {
    padding-bottom: 18px;
  }
  .fs-xl-18 {
    font-size: 18px;
  }
  .w-xl-18 {
    width: 18px;
  }
  .h-xl-18 {
    height: 18px;
  }
}
.lh-19 {
  line-height: 19px;
}

.grid-cols-19 {
  grid-template-columns: repeat(19, 1fr);
}

.line-height-19 {
  line-height: 19px;
}

.gap-19 {
  gap: 19px;
}

.gap-x-19 {
  -moz-column-gap: 19px;
       column-gap: 19px;
}

.gap-y-19 {
  row-gap: 19px;
}

.rounded-19 {
  border-radius: 19px;
}

.mb-19 {
  margin-bottom: 19px;
}

.mt-19 {
  margin-top: 19px;
}

.mr-19 {
  margin-right: 19px;
}

.ml-19 {
  margin-left: 19px;
}

.mx-19 {
  margin-right: 19px;
  margin-left: 19px;
}

.my-19 {
  margin-top: 19px;
  margin-bottom: 19px;
}

.p-19 {
  padding: 19px;
}

.px-19 {
  padding-right: 19px;
  padding-left: 19px;
}

.py-19 {
  padding-top: 19px;
  padding-bottom: 19px;
}

.pr-19 {
  padding-right: 19px;
}

.pl-19 {
  padding-left: 19px;
}

.pt-19 {
  padding-top: 19px;
}

.pb-19 {
  padding-bottom: 19px;
}

.fs-19 {
  font-size: 19px;
}

.w-19 {
  width: 19px;
}

.h-19 {
  height: 19px;
}

@media (min-width: 576px) {
  .lh-sm-19 {
    line-height: 19px;
  }
  .line-height-sm-19 {
    line-height: 19px;
  }
  .grid-cols-sm-19 {
    grid-template-columns: repeat(19, 1fr);
  }
  .gap-sm-19 {
    gap: 19px;
  }
  .gap-x-sm-19 {
    -moz-column-gap: 19px;
         column-gap: 19px;
  }
  .gap-y-sm-19 {
    row-gap: 19px;
  }
  .rounded-sm-19 {
    border-radius: 19px;
  }
  .mb-sm-19 {
    margin-bottom: 19px;
  }
  .mt-sm-19 {
    margin-top: 19px;
  }
  .mr-sm-19 {
    margin-right: 19px;
  }
  .ml-sm-19 {
    margin-left: 19px;
  }
  .mx-sm-19 {
    margin-right: 19px;
    margin-left: 19px;
  }
  .my-sm-19 {
    margin-top: 19px;
    margin-bottom: 19px;
  }
  .p-sm-19 {
    padding: 19px;
  }
  .px-sm-19 {
    padding-right: 19px;
    padding-left: 19px;
  }
  .py-sm-19 {
    padding-top: 19px;
    padding-bottom: 19px;
  }
  .pr-sm-19 {
    padding-right: 19px;
  }
  .pl-sm-19 {
    padding-left: 19px;
  }
  .pt-sm-19 {
    padding-top: 19px;
  }
  .pb-sm-19 {
    padding-bottom: 19px;
  }
  .fs-sm-19 {
    font-size: 19px;
  }
  .w-sm-19 {
    width: 19px;
  }
  .h-sm-19 {
    height: 19px;
  }
}
@media (min-width: 768px) {
  .lh-md-19 {
    line-height: 19px;
  }
  .line-height-md-19 {
    line-height: 19px;
  }
  .grid-cols-md-19 {
    grid-template-columns: repeat(19, 1fr);
  }
  .gap-md-19 {
    gap: 19px;
  }
  .gap-x-md-19 {
    -moz-column-gap: 19px;
         column-gap: 19px;
  }
  .gap-y-md-19 {
    row-gap: 19px;
  }
  .rounded-md-19 {
    border-radius: 19px;
  }
  .mb-md-19 {
    margin-bottom: 19px;
  }
  .mt-md-19 {
    margin-top: 19px;
  }
  .mr-md-19 {
    margin-right: 19px;
  }
  .ml-md-19 {
    margin-left: 19px;
  }
  .mx-md-19 {
    margin-right: 19px;
    margin-left: 19px;
  }
  .my-md-19 {
    margin-top: 19px;
    margin-bottom: 19px;
  }
  .p-md-19 {
    padding: 19px;
  }
  .px-md-19 {
    padding-right: 19px;
    padding-left: 19px;
  }
  .py-md-19 {
    padding-top: 19px;
    padding-bottom: 19px;
  }
  .pr-md-19 {
    padding-right: 19px;
  }
  .pl-md-19 {
    padding-left: 19px;
  }
  .pt-md-19 {
    padding-top: 19px;
  }
  .pb-md-19 {
    padding-bottom: 19px;
  }
  .fs-md-19 {
    font-size: 19px;
  }
  .w-md-19 {
    width: 19px;
  }
  .h-md-19 {
    height: 19px;
  }
}
@media (min-width: 992px) {
  .lh-lg-19 {
    line-height: 19px;
  }
  .line-height-lg-19 {
    line-height: 19px;
  }
  .grid-cols-lg-19 {
    grid-template-columns: repeat(19, 1fr);
  }
  .gap-lg-19 {
    gap: 19px;
  }
  .gap-x-lg-19 {
    -moz-column-gap: 19px;
         column-gap: 19px;
  }
  .gap-y-lg-19 {
    row-gap: 19px;
  }
  .rounded-lg-19 {
    border-radius: 19px;
  }
  .mb-lg-19 {
    margin-bottom: 19px;
  }
  .mt-lg-19 {
    margin-top: 19px;
  }
  .mr-lg-19 {
    margin-right: 19px;
  }
  .ml-lg-19 {
    margin-left: 19px;
  }
  .mx-lg-19 {
    margin-right: 19px;
    margin-left: 19px;
  }
  .my-lg-19 {
    margin-top: 19px;
    margin-bottom: 19px;
  }
  .p-lg-19 {
    padding: 19px;
  }
  .px-lg-19 {
    padding-right: 19px;
    padding-left: 19px;
  }
  .py-lg-19 {
    padding-top: 19px;
    padding-bottom: 19px;
  }
  .pr-lg-19 {
    padding-right: 19px;
  }
  .pl-lg-19 {
    padding-left: 19px;
  }
  .pt-lg-19 {
    padding-top: 19px;
  }
  .pb-lg-19 {
    padding-bottom: 19px;
  }
  .fs-lg-19 {
    font-size: 19px;
  }
  .w-lg-19 {
    width: 19px;
  }
  .h-lg-19 {
    height: 19px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-19 {
    line-height: 19px;
  }
  .line-height-xl-19 {
    line-height: 19px;
  }
  .grid-cols-xl-19 {
    grid-template-columns: repeat(19, 1fr);
  }
  .gap-xl-19 {
    gap: 19px;
  }
  .gap-x-xl-19 {
    -moz-column-gap: 19px;
         column-gap: 19px;
  }
  .gap-y-xl-19 {
    row-gap: 19px;
  }
  .rounded-xl-19 {
    border-radius: 19px;
  }
  .mb-xl-19 {
    margin-bottom: 19px;
  }
  .mt-xl-19 {
    margin-top: 19px;
  }
  .mr-xl-19 {
    margin-right: 19px;
  }
  .ml-xl-19 {
    margin-left: 19px;
  }
  .mx-xl-19 {
    margin-right: 19px;
    margin-left: 19px;
  }
  .my-xl-19 {
    margin-top: 19px;
    margin-bottom: 19px;
  }
  .p-xl-19 {
    padding: 19px;
  }
  .px-xl-19 {
    padding-right: 19px;
    padding-left: 19px;
  }
  .py-xl-19 {
    padding-top: 19px;
    padding-bottom: 19px;
  }
  .pr-xl-19 {
    padding-right: 19px;
  }
  .pl-xl-19 {
    padding-left: 19px;
  }
  .pt-xl-19 {
    padding-top: 19px;
  }
  .pb-xl-19 {
    padding-bottom: 19px;
  }
  .fs-xl-19 {
    font-size: 19px;
  }
  .w-xl-19 {
    width: 19px;
  }
  .h-xl-19 {
    height: 19px;
  }
}
.lh-20 {
  line-height: 20px;
}

.grid-cols-20 {
  grid-template-columns: repeat(20, 1fr);
}

.line-height-20 {
  line-height: 20px;
}

.gap-20 {
  gap: 20px;
}

.gap-x-20 {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.gap-y-20 {
  row-gap: 20px;
}

.rounded-20 {
  border-radius: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mx-20 {
  margin-right: 20px;
  margin-left: 20px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.p-20 {
  padding: 20px;
}

.px-20 {
  padding-right: 20px;
  padding-left: 20px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.fs-20 {
  font-size: 20px;
}

.w-20 {
  width: 20px;
}

.h-20 {
  height: 20px;
}

@media (min-width: 576px) {
  .lh-sm-20 {
    line-height: 20px;
  }
  .line-height-sm-20 {
    line-height: 20px;
  }
  .grid-cols-sm-20 {
    grid-template-columns: repeat(20, 1fr);
  }
  .gap-sm-20 {
    gap: 20px;
  }
  .gap-x-sm-20 {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .gap-y-sm-20 {
    row-gap: 20px;
  }
  .rounded-sm-20 {
    border-radius: 20px;
  }
  .mb-sm-20 {
    margin-bottom: 20px;
  }
  .mt-sm-20 {
    margin-top: 20px;
  }
  .mr-sm-20 {
    margin-right: 20px;
  }
  .ml-sm-20 {
    margin-left: 20px;
  }
  .mx-sm-20 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .my-sm-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .p-sm-20 {
    padding: 20px;
  }
  .px-sm-20 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .py-sm-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pr-sm-20 {
    padding-right: 20px;
  }
  .pl-sm-20 {
    padding-left: 20px;
  }
  .pt-sm-20 {
    padding-top: 20px;
  }
  .pb-sm-20 {
    padding-bottom: 20px;
  }
  .fs-sm-20 {
    font-size: 20px;
  }
  .w-sm-20 {
    width: 20px;
  }
  .h-sm-20 {
    height: 20px;
  }
}
@media (min-width: 768px) {
  .lh-md-20 {
    line-height: 20px;
  }
  .line-height-md-20 {
    line-height: 20px;
  }
  .grid-cols-md-20 {
    grid-template-columns: repeat(20, 1fr);
  }
  .gap-md-20 {
    gap: 20px;
  }
  .gap-x-md-20 {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .gap-y-md-20 {
    row-gap: 20px;
  }
  .rounded-md-20 {
    border-radius: 20px;
  }
  .mb-md-20 {
    margin-bottom: 20px;
  }
  .mt-md-20 {
    margin-top: 20px;
  }
  .mr-md-20 {
    margin-right: 20px;
  }
  .ml-md-20 {
    margin-left: 20px;
  }
  .mx-md-20 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .my-md-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .p-md-20 {
    padding: 20px;
  }
  .px-md-20 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .py-md-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pr-md-20 {
    padding-right: 20px;
  }
  .pl-md-20 {
    padding-left: 20px;
  }
  .pt-md-20 {
    padding-top: 20px;
  }
  .pb-md-20 {
    padding-bottom: 20px;
  }
  .fs-md-20 {
    font-size: 20px;
  }
  .w-md-20 {
    width: 20px;
  }
  .h-md-20 {
    height: 20px;
  }
}
@media (min-width: 992px) {
  .lh-lg-20 {
    line-height: 20px;
  }
  .line-height-lg-20 {
    line-height: 20px;
  }
  .grid-cols-lg-20 {
    grid-template-columns: repeat(20, 1fr);
  }
  .gap-lg-20 {
    gap: 20px;
  }
  .gap-x-lg-20 {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .gap-y-lg-20 {
    row-gap: 20px;
  }
  .rounded-lg-20 {
    border-radius: 20px;
  }
  .mb-lg-20 {
    margin-bottom: 20px;
  }
  .mt-lg-20 {
    margin-top: 20px;
  }
  .mr-lg-20 {
    margin-right: 20px;
  }
  .ml-lg-20 {
    margin-left: 20px;
  }
  .mx-lg-20 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .my-lg-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .p-lg-20 {
    padding: 20px;
  }
  .px-lg-20 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .py-lg-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pr-lg-20 {
    padding-right: 20px;
  }
  .pl-lg-20 {
    padding-left: 20px;
  }
  .pt-lg-20 {
    padding-top: 20px;
  }
  .pb-lg-20 {
    padding-bottom: 20px;
  }
  .fs-lg-20 {
    font-size: 20px;
  }
  .w-lg-20 {
    width: 20px;
  }
  .h-lg-20 {
    height: 20px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-20 {
    line-height: 20px;
  }
  .line-height-xl-20 {
    line-height: 20px;
  }
  .grid-cols-xl-20 {
    grid-template-columns: repeat(20, 1fr);
  }
  .gap-xl-20 {
    gap: 20px;
  }
  .gap-x-xl-20 {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .gap-y-xl-20 {
    row-gap: 20px;
  }
  .rounded-xl-20 {
    border-radius: 20px;
  }
  .mb-xl-20 {
    margin-bottom: 20px;
  }
  .mt-xl-20 {
    margin-top: 20px;
  }
  .mr-xl-20 {
    margin-right: 20px;
  }
  .ml-xl-20 {
    margin-left: 20px;
  }
  .mx-xl-20 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .my-xl-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .p-xl-20 {
    padding: 20px;
  }
  .px-xl-20 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .py-xl-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pr-xl-20 {
    padding-right: 20px;
  }
  .pl-xl-20 {
    padding-left: 20px;
  }
  .pt-xl-20 {
    padding-top: 20px;
  }
  .pb-xl-20 {
    padding-bottom: 20px;
  }
  .fs-xl-20 {
    font-size: 20px;
  }
  .w-xl-20 {
    width: 20px;
  }
  .h-xl-20 {
    height: 20px;
  }
}
.lh-21 {
  line-height: 21px;
}

.grid-cols-21 {
  grid-template-columns: repeat(21, 1fr);
}

.line-height-21 {
  line-height: 21px;
}

.gap-21 {
  gap: 21px;
}

.gap-x-21 {
  -moz-column-gap: 21px;
       column-gap: 21px;
}

.gap-y-21 {
  row-gap: 21px;
}

.rounded-21 {
  border-radius: 21px;
}

.mb-21 {
  margin-bottom: 21px;
}

.mt-21 {
  margin-top: 21px;
}

.mr-21 {
  margin-right: 21px;
}

.ml-21 {
  margin-left: 21px;
}

.mx-21 {
  margin-right: 21px;
  margin-left: 21px;
}

.my-21 {
  margin-top: 21px;
  margin-bottom: 21px;
}

.p-21 {
  padding: 21px;
}

.px-21 {
  padding-right: 21px;
  padding-left: 21px;
}

.py-21 {
  padding-top: 21px;
  padding-bottom: 21px;
}

.pr-21 {
  padding-right: 21px;
}

.pl-21 {
  padding-left: 21px;
}

.pt-21 {
  padding-top: 21px;
}

.pb-21 {
  padding-bottom: 21px;
}

.fs-21 {
  font-size: 21px;
}

.w-21 {
  width: 21px;
}

.h-21 {
  height: 21px;
}

@media (min-width: 576px) {
  .lh-sm-21 {
    line-height: 21px;
  }
  .line-height-sm-21 {
    line-height: 21px;
  }
  .grid-cols-sm-21 {
    grid-template-columns: repeat(21, 1fr);
  }
  .gap-sm-21 {
    gap: 21px;
  }
  .gap-x-sm-21 {
    -moz-column-gap: 21px;
         column-gap: 21px;
  }
  .gap-y-sm-21 {
    row-gap: 21px;
  }
  .rounded-sm-21 {
    border-radius: 21px;
  }
  .mb-sm-21 {
    margin-bottom: 21px;
  }
  .mt-sm-21 {
    margin-top: 21px;
  }
  .mr-sm-21 {
    margin-right: 21px;
  }
  .ml-sm-21 {
    margin-left: 21px;
  }
  .mx-sm-21 {
    margin-right: 21px;
    margin-left: 21px;
  }
  .my-sm-21 {
    margin-top: 21px;
    margin-bottom: 21px;
  }
  .p-sm-21 {
    padding: 21px;
  }
  .px-sm-21 {
    padding-right: 21px;
    padding-left: 21px;
  }
  .py-sm-21 {
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .pr-sm-21 {
    padding-right: 21px;
  }
  .pl-sm-21 {
    padding-left: 21px;
  }
  .pt-sm-21 {
    padding-top: 21px;
  }
  .pb-sm-21 {
    padding-bottom: 21px;
  }
  .fs-sm-21 {
    font-size: 21px;
  }
  .w-sm-21 {
    width: 21px;
  }
  .h-sm-21 {
    height: 21px;
  }
}
@media (min-width: 768px) {
  .lh-md-21 {
    line-height: 21px;
  }
  .line-height-md-21 {
    line-height: 21px;
  }
  .grid-cols-md-21 {
    grid-template-columns: repeat(21, 1fr);
  }
  .gap-md-21 {
    gap: 21px;
  }
  .gap-x-md-21 {
    -moz-column-gap: 21px;
         column-gap: 21px;
  }
  .gap-y-md-21 {
    row-gap: 21px;
  }
  .rounded-md-21 {
    border-radius: 21px;
  }
  .mb-md-21 {
    margin-bottom: 21px;
  }
  .mt-md-21 {
    margin-top: 21px;
  }
  .mr-md-21 {
    margin-right: 21px;
  }
  .ml-md-21 {
    margin-left: 21px;
  }
  .mx-md-21 {
    margin-right: 21px;
    margin-left: 21px;
  }
  .my-md-21 {
    margin-top: 21px;
    margin-bottom: 21px;
  }
  .p-md-21 {
    padding: 21px;
  }
  .px-md-21 {
    padding-right: 21px;
    padding-left: 21px;
  }
  .py-md-21 {
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .pr-md-21 {
    padding-right: 21px;
  }
  .pl-md-21 {
    padding-left: 21px;
  }
  .pt-md-21 {
    padding-top: 21px;
  }
  .pb-md-21 {
    padding-bottom: 21px;
  }
  .fs-md-21 {
    font-size: 21px;
  }
  .w-md-21 {
    width: 21px;
  }
  .h-md-21 {
    height: 21px;
  }
}
@media (min-width: 992px) {
  .lh-lg-21 {
    line-height: 21px;
  }
  .line-height-lg-21 {
    line-height: 21px;
  }
  .grid-cols-lg-21 {
    grid-template-columns: repeat(21, 1fr);
  }
  .gap-lg-21 {
    gap: 21px;
  }
  .gap-x-lg-21 {
    -moz-column-gap: 21px;
         column-gap: 21px;
  }
  .gap-y-lg-21 {
    row-gap: 21px;
  }
  .rounded-lg-21 {
    border-radius: 21px;
  }
  .mb-lg-21 {
    margin-bottom: 21px;
  }
  .mt-lg-21 {
    margin-top: 21px;
  }
  .mr-lg-21 {
    margin-right: 21px;
  }
  .ml-lg-21 {
    margin-left: 21px;
  }
  .mx-lg-21 {
    margin-right: 21px;
    margin-left: 21px;
  }
  .my-lg-21 {
    margin-top: 21px;
    margin-bottom: 21px;
  }
  .p-lg-21 {
    padding: 21px;
  }
  .px-lg-21 {
    padding-right: 21px;
    padding-left: 21px;
  }
  .py-lg-21 {
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .pr-lg-21 {
    padding-right: 21px;
  }
  .pl-lg-21 {
    padding-left: 21px;
  }
  .pt-lg-21 {
    padding-top: 21px;
  }
  .pb-lg-21 {
    padding-bottom: 21px;
  }
  .fs-lg-21 {
    font-size: 21px;
  }
  .w-lg-21 {
    width: 21px;
  }
  .h-lg-21 {
    height: 21px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-21 {
    line-height: 21px;
  }
  .line-height-xl-21 {
    line-height: 21px;
  }
  .grid-cols-xl-21 {
    grid-template-columns: repeat(21, 1fr);
  }
  .gap-xl-21 {
    gap: 21px;
  }
  .gap-x-xl-21 {
    -moz-column-gap: 21px;
         column-gap: 21px;
  }
  .gap-y-xl-21 {
    row-gap: 21px;
  }
  .rounded-xl-21 {
    border-radius: 21px;
  }
  .mb-xl-21 {
    margin-bottom: 21px;
  }
  .mt-xl-21 {
    margin-top: 21px;
  }
  .mr-xl-21 {
    margin-right: 21px;
  }
  .ml-xl-21 {
    margin-left: 21px;
  }
  .mx-xl-21 {
    margin-right: 21px;
    margin-left: 21px;
  }
  .my-xl-21 {
    margin-top: 21px;
    margin-bottom: 21px;
  }
  .p-xl-21 {
    padding: 21px;
  }
  .px-xl-21 {
    padding-right: 21px;
    padding-left: 21px;
  }
  .py-xl-21 {
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .pr-xl-21 {
    padding-right: 21px;
  }
  .pl-xl-21 {
    padding-left: 21px;
  }
  .pt-xl-21 {
    padding-top: 21px;
  }
  .pb-xl-21 {
    padding-bottom: 21px;
  }
  .fs-xl-21 {
    font-size: 21px;
  }
  .w-xl-21 {
    width: 21px;
  }
  .h-xl-21 {
    height: 21px;
  }
}
.lh-22 {
  line-height: 22px;
}

.grid-cols-22 {
  grid-template-columns: repeat(22, 1fr);
}

.line-height-22 {
  line-height: 22px;
}

.gap-22 {
  gap: 22px;
}

.gap-x-22 {
  -moz-column-gap: 22px;
       column-gap: 22px;
}

.gap-y-22 {
  row-gap: 22px;
}

.rounded-22 {
  border-radius: 22px;
}

.mb-22 {
  margin-bottom: 22px;
}

.mt-22 {
  margin-top: 22px;
}

.mr-22 {
  margin-right: 22px;
}

.ml-22 {
  margin-left: 22px;
}

.mx-22 {
  margin-right: 22px;
  margin-left: 22px;
}

.my-22 {
  margin-top: 22px;
  margin-bottom: 22px;
}

.p-22 {
  padding: 22px;
}

.px-22 {
  padding-right: 22px;
  padding-left: 22px;
}

.py-22 {
  padding-top: 22px;
  padding-bottom: 22px;
}

.pr-22 {
  padding-right: 22px;
}

.pl-22 {
  padding-left: 22px;
}

.pt-22 {
  padding-top: 22px;
}

.pb-22 {
  padding-bottom: 22px;
}

.fs-22 {
  font-size: 22px;
}

.w-22 {
  width: 22px;
}

.h-22 {
  height: 22px;
}

@media (min-width: 576px) {
  .lh-sm-22 {
    line-height: 22px;
  }
  .line-height-sm-22 {
    line-height: 22px;
  }
  .grid-cols-sm-22 {
    grid-template-columns: repeat(22, 1fr);
  }
  .gap-sm-22 {
    gap: 22px;
  }
  .gap-x-sm-22 {
    -moz-column-gap: 22px;
         column-gap: 22px;
  }
  .gap-y-sm-22 {
    row-gap: 22px;
  }
  .rounded-sm-22 {
    border-radius: 22px;
  }
  .mb-sm-22 {
    margin-bottom: 22px;
  }
  .mt-sm-22 {
    margin-top: 22px;
  }
  .mr-sm-22 {
    margin-right: 22px;
  }
  .ml-sm-22 {
    margin-left: 22px;
  }
  .mx-sm-22 {
    margin-right: 22px;
    margin-left: 22px;
  }
  .my-sm-22 {
    margin-top: 22px;
    margin-bottom: 22px;
  }
  .p-sm-22 {
    padding: 22px;
  }
  .px-sm-22 {
    padding-right: 22px;
    padding-left: 22px;
  }
  .py-sm-22 {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .pr-sm-22 {
    padding-right: 22px;
  }
  .pl-sm-22 {
    padding-left: 22px;
  }
  .pt-sm-22 {
    padding-top: 22px;
  }
  .pb-sm-22 {
    padding-bottom: 22px;
  }
  .fs-sm-22 {
    font-size: 22px;
  }
  .w-sm-22 {
    width: 22px;
  }
  .h-sm-22 {
    height: 22px;
  }
}
@media (min-width: 768px) {
  .lh-md-22 {
    line-height: 22px;
  }
  .line-height-md-22 {
    line-height: 22px;
  }
  .grid-cols-md-22 {
    grid-template-columns: repeat(22, 1fr);
  }
  .gap-md-22 {
    gap: 22px;
  }
  .gap-x-md-22 {
    -moz-column-gap: 22px;
         column-gap: 22px;
  }
  .gap-y-md-22 {
    row-gap: 22px;
  }
  .rounded-md-22 {
    border-radius: 22px;
  }
  .mb-md-22 {
    margin-bottom: 22px;
  }
  .mt-md-22 {
    margin-top: 22px;
  }
  .mr-md-22 {
    margin-right: 22px;
  }
  .ml-md-22 {
    margin-left: 22px;
  }
  .mx-md-22 {
    margin-right: 22px;
    margin-left: 22px;
  }
  .my-md-22 {
    margin-top: 22px;
    margin-bottom: 22px;
  }
  .p-md-22 {
    padding: 22px;
  }
  .px-md-22 {
    padding-right: 22px;
    padding-left: 22px;
  }
  .py-md-22 {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .pr-md-22 {
    padding-right: 22px;
  }
  .pl-md-22 {
    padding-left: 22px;
  }
  .pt-md-22 {
    padding-top: 22px;
  }
  .pb-md-22 {
    padding-bottom: 22px;
  }
  .fs-md-22 {
    font-size: 22px;
  }
  .w-md-22 {
    width: 22px;
  }
  .h-md-22 {
    height: 22px;
  }
}
@media (min-width: 992px) {
  .lh-lg-22 {
    line-height: 22px;
  }
  .line-height-lg-22 {
    line-height: 22px;
  }
  .grid-cols-lg-22 {
    grid-template-columns: repeat(22, 1fr);
  }
  .gap-lg-22 {
    gap: 22px;
  }
  .gap-x-lg-22 {
    -moz-column-gap: 22px;
         column-gap: 22px;
  }
  .gap-y-lg-22 {
    row-gap: 22px;
  }
  .rounded-lg-22 {
    border-radius: 22px;
  }
  .mb-lg-22 {
    margin-bottom: 22px;
  }
  .mt-lg-22 {
    margin-top: 22px;
  }
  .mr-lg-22 {
    margin-right: 22px;
  }
  .ml-lg-22 {
    margin-left: 22px;
  }
  .mx-lg-22 {
    margin-right: 22px;
    margin-left: 22px;
  }
  .my-lg-22 {
    margin-top: 22px;
    margin-bottom: 22px;
  }
  .p-lg-22 {
    padding: 22px;
  }
  .px-lg-22 {
    padding-right: 22px;
    padding-left: 22px;
  }
  .py-lg-22 {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .pr-lg-22 {
    padding-right: 22px;
  }
  .pl-lg-22 {
    padding-left: 22px;
  }
  .pt-lg-22 {
    padding-top: 22px;
  }
  .pb-lg-22 {
    padding-bottom: 22px;
  }
  .fs-lg-22 {
    font-size: 22px;
  }
  .w-lg-22 {
    width: 22px;
  }
  .h-lg-22 {
    height: 22px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-22 {
    line-height: 22px;
  }
  .line-height-xl-22 {
    line-height: 22px;
  }
  .grid-cols-xl-22 {
    grid-template-columns: repeat(22, 1fr);
  }
  .gap-xl-22 {
    gap: 22px;
  }
  .gap-x-xl-22 {
    -moz-column-gap: 22px;
         column-gap: 22px;
  }
  .gap-y-xl-22 {
    row-gap: 22px;
  }
  .rounded-xl-22 {
    border-radius: 22px;
  }
  .mb-xl-22 {
    margin-bottom: 22px;
  }
  .mt-xl-22 {
    margin-top: 22px;
  }
  .mr-xl-22 {
    margin-right: 22px;
  }
  .ml-xl-22 {
    margin-left: 22px;
  }
  .mx-xl-22 {
    margin-right: 22px;
    margin-left: 22px;
  }
  .my-xl-22 {
    margin-top: 22px;
    margin-bottom: 22px;
  }
  .p-xl-22 {
    padding: 22px;
  }
  .px-xl-22 {
    padding-right: 22px;
    padding-left: 22px;
  }
  .py-xl-22 {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .pr-xl-22 {
    padding-right: 22px;
  }
  .pl-xl-22 {
    padding-left: 22px;
  }
  .pt-xl-22 {
    padding-top: 22px;
  }
  .pb-xl-22 {
    padding-bottom: 22px;
  }
  .fs-xl-22 {
    font-size: 22px;
  }
  .w-xl-22 {
    width: 22px;
  }
  .h-xl-22 {
    height: 22px;
  }
}
.lh-23 {
  line-height: 23px;
}

.grid-cols-23 {
  grid-template-columns: repeat(23, 1fr);
}

.line-height-23 {
  line-height: 23px;
}

.gap-23 {
  gap: 23px;
}

.gap-x-23 {
  -moz-column-gap: 23px;
       column-gap: 23px;
}

.gap-y-23 {
  row-gap: 23px;
}

.rounded-23 {
  border-radius: 23px;
}

.mb-23 {
  margin-bottom: 23px;
}

.mt-23 {
  margin-top: 23px;
}

.mr-23 {
  margin-right: 23px;
}

.ml-23 {
  margin-left: 23px;
}

.mx-23 {
  margin-right: 23px;
  margin-left: 23px;
}

.my-23 {
  margin-top: 23px;
  margin-bottom: 23px;
}

.p-23 {
  padding: 23px;
}

.px-23 {
  padding-right: 23px;
  padding-left: 23px;
}

.py-23 {
  padding-top: 23px;
  padding-bottom: 23px;
}

.pr-23 {
  padding-right: 23px;
}

.pl-23 {
  padding-left: 23px;
}

.pt-23 {
  padding-top: 23px;
}

.pb-23 {
  padding-bottom: 23px;
}

.fs-23 {
  font-size: 23px;
}

.w-23 {
  width: 23px;
}

.h-23 {
  height: 23px;
}

@media (min-width: 576px) {
  .lh-sm-23 {
    line-height: 23px;
  }
  .line-height-sm-23 {
    line-height: 23px;
  }
  .grid-cols-sm-23 {
    grid-template-columns: repeat(23, 1fr);
  }
  .gap-sm-23 {
    gap: 23px;
  }
  .gap-x-sm-23 {
    -moz-column-gap: 23px;
         column-gap: 23px;
  }
  .gap-y-sm-23 {
    row-gap: 23px;
  }
  .rounded-sm-23 {
    border-radius: 23px;
  }
  .mb-sm-23 {
    margin-bottom: 23px;
  }
  .mt-sm-23 {
    margin-top: 23px;
  }
  .mr-sm-23 {
    margin-right: 23px;
  }
  .ml-sm-23 {
    margin-left: 23px;
  }
  .mx-sm-23 {
    margin-right: 23px;
    margin-left: 23px;
  }
  .my-sm-23 {
    margin-top: 23px;
    margin-bottom: 23px;
  }
  .p-sm-23 {
    padding: 23px;
  }
  .px-sm-23 {
    padding-right: 23px;
    padding-left: 23px;
  }
  .py-sm-23 {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .pr-sm-23 {
    padding-right: 23px;
  }
  .pl-sm-23 {
    padding-left: 23px;
  }
  .pt-sm-23 {
    padding-top: 23px;
  }
  .pb-sm-23 {
    padding-bottom: 23px;
  }
  .fs-sm-23 {
    font-size: 23px;
  }
  .w-sm-23 {
    width: 23px;
  }
  .h-sm-23 {
    height: 23px;
  }
}
@media (min-width: 768px) {
  .lh-md-23 {
    line-height: 23px;
  }
  .line-height-md-23 {
    line-height: 23px;
  }
  .grid-cols-md-23 {
    grid-template-columns: repeat(23, 1fr);
  }
  .gap-md-23 {
    gap: 23px;
  }
  .gap-x-md-23 {
    -moz-column-gap: 23px;
         column-gap: 23px;
  }
  .gap-y-md-23 {
    row-gap: 23px;
  }
  .rounded-md-23 {
    border-radius: 23px;
  }
  .mb-md-23 {
    margin-bottom: 23px;
  }
  .mt-md-23 {
    margin-top: 23px;
  }
  .mr-md-23 {
    margin-right: 23px;
  }
  .ml-md-23 {
    margin-left: 23px;
  }
  .mx-md-23 {
    margin-right: 23px;
    margin-left: 23px;
  }
  .my-md-23 {
    margin-top: 23px;
    margin-bottom: 23px;
  }
  .p-md-23 {
    padding: 23px;
  }
  .px-md-23 {
    padding-right: 23px;
    padding-left: 23px;
  }
  .py-md-23 {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .pr-md-23 {
    padding-right: 23px;
  }
  .pl-md-23 {
    padding-left: 23px;
  }
  .pt-md-23 {
    padding-top: 23px;
  }
  .pb-md-23 {
    padding-bottom: 23px;
  }
  .fs-md-23 {
    font-size: 23px;
  }
  .w-md-23 {
    width: 23px;
  }
  .h-md-23 {
    height: 23px;
  }
}
@media (min-width: 992px) {
  .lh-lg-23 {
    line-height: 23px;
  }
  .line-height-lg-23 {
    line-height: 23px;
  }
  .grid-cols-lg-23 {
    grid-template-columns: repeat(23, 1fr);
  }
  .gap-lg-23 {
    gap: 23px;
  }
  .gap-x-lg-23 {
    -moz-column-gap: 23px;
         column-gap: 23px;
  }
  .gap-y-lg-23 {
    row-gap: 23px;
  }
  .rounded-lg-23 {
    border-radius: 23px;
  }
  .mb-lg-23 {
    margin-bottom: 23px;
  }
  .mt-lg-23 {
    margin-top: 23px;
  }
  .mr-lg-23 {
    margin-right: 23px;
  }
  .ml-lg-23 {
    margin-left: 23px;
  }
  .mx-lg-23 {
    margin-right: 23px;
    margin-left: 23px;
  }
  .my-lg-23 {
    margin-top: 23px;
    margin-bottom: 23px;
  }
  .p-lg-23 {
    padding: 23px;
  }
  .px-lg-23 {
    padding-right: 23px;
    padding-left: 23px;
  }
  .py-lg-23 {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .pr-lg-23 {
    padding-right: 23px;
  }
  .pl-lg-23 {
    padding-left: 23px;
  }
  .pt-lg-23 {
    padding-top: 23px;
  }
  .pb-lg-23 {
    padding-bottom: 23px;
  }
  .fs-lg-23 {
    font-size: 23px;
  }
  .w-lg-23 {
    width: 23px;
  }
  .h-lg-23 {
    height: 23px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-23 {
    line-height: 23px;
  }
  .line-height-xl-23 {
    line-height: 23px;
  }
  .grid-cols-xl-23 {
    grid-template-columns: repeat(23, 1fr);
  }
  .gap-xl-23 {
    gap: 23px;
  }
  .gap-x-xl-23 {
    -moz-column-gap: 23px;
         column-gap: 23px;
  }
  .gap-y-xl-23 {
    row-gap: 23px;
  }
  .rounded-xl-23 {
    border-radius: 23px;
  }
  .mb-xl-23 {
    margin-bottom: 23px;
  }
  .mt-xl-23 {
    margin-top: 23px;
  }
  .mr-xl-23 {
    margin-right: 23px;
  }
  .ml-xl-23 {
    margin-left: 23px;
  }
  .mx-xl-23 {
    margin-right: 23px;
    margin-left: 23px;
  }
  .my-xl-23 {
    margin-top: 23px;
    margin-bottom: 23px;
  }
  .p-xl-23 {
    padding: 23px;
  }
  .px-xl-23 {
    padding-right: 23px;
    padding-left: 23px;
  }
  .py-xl-23 {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .pr-xl-23 {
    padding-right: 23px;
  }
  .pl-xl-23 {
    padding-left: 23px;
  }
  .pt-xl-23 {
    padding-top: 23px;
  }
  .pb-xl-23 {
    padding-bottom: 23px;
  }
  .fs-xl-23 {
    font-size: 23px;
  }
  .w-xl-23 {
    width: 23px;
  }
  .h-xl-23 {
    height: 23px;
  }
}
.lh-24 {
  line-height: 24px;
}

.grid-cols-24 {
  grid-template-columns: repeat(24, 1fr);
}

.line-height-24 {
  line-height: 24px;
}

.gap-24 {
  gap: 24px;
}

.gap-x-24 {
  -moz-column-gap: 24px;
       column-gap: 24px;
}

.gap-y-24 {
  row-gap: 24px;
}

.rounded-24 {
  border-radius: 24px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mt-24 {
  margin-top: 24px;
}

.mr-24 {
  margin-right: 24px;
}

.ml-24 {
  margin-left: 24px;
}

.mx-24 {
  margin-right: 24px;
  margin-left: 24px;
}

.my-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.p-24 {
  padding: 24px;
}

.px-24 {
  padding-right: 24px;
  padding-left: 24px;
}

.py-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.pr-24 {
  padding-right: 24px;
}

.pl-24 {
  padding-left: 24px;
}

.pt-24 {
  padding-top: 24px;
}

.pb-24 {
  padding-bottom: 24px;
}

.fs-24 {
  font-size: 24px;
}

.w-24 {
  width: 24px;
}

.h-24 {
  height: 24px;
}

@media (min-width: 576px) {
  .lh-sm-24 {
    line-height: 24px;
  }
  .line-height-sm-24 {
    line-height: 24px;
  }
  .grid-cols-sm-24 {
    grid-template-columns: repeat(24, 1fr);
  }
  .gap-sm-24 {
    gap: 24px;
  }
  .gap-x-sm-24 {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .gap-y-sm-24 {
    row-gap: 24px;
  }
  .rounded-sm-24 {
    border-radius: 24px;
  }
  .mb-sm-24 {
    margin-bottom: 24px;
  }
  .mt-sm-24 {
    margin-top: 24px;
  }
  .mr-sm-24 {
    margin-right: 24px;
  }
  .ml-sm-24 {
    margin-left: 24px;
  }
  .mx-sm-24 {
    margin-right: 24px;
    margin-left: 24px;
  }
  .my-sm-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .p-sm-24 {
    padding: 24px;
  }
  .px-sm-24 {
    padding-right: 24px;
    padding-left: 24px;
  }
  .py-sm-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .pr-sm-24 {
    padding-right: 24px;
  }
  .pl-sm-24 {
    padding-left: 24px;
  }
  .pt-sm-24 {
    padding-top: 24px;
  }
  .pb-sm-24 {
    padding-bottom: 24px;
  }
  .fs-sm-24 {
    font-size: 24px;
  }
  .w-sm-24 {
    width: 24px;
  }
  .h-sm-24 {
    height: 24px;
  }
}
@media (min-width: 768px) {
  .lh-md-24 {
    line-height: 24px;
  }
  .line-height-md-24 {
    line-height: 24px;
  }
  .grid-cols-md-24 {
    grid-template-columns: repeat(24, 1fr);
  }
  .gap-md-24 {
    gap: 24px;
  }
  .gap-x-md-24 {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .gap-y-md-24 {
    row-gap: 24px;
  }
  .rounded-md-24 {
    border-radius: 24px;
  }
  .mb-md-24 {
    margin-bottom: 24px;
  }
  .mt-md-24 {
    margin-top: 24px;
  }
  .mr-md-24 {
    margin-right: 24px;
  }
  .ml-md-24 {
    margin-left: 24px;
  }
  .mx-md-24 {
    margin-right: 24px;
    margin-left: 24px;
  }
  .my-md-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .p-md-24 {
    padding: 24px;
  }
  .px-md-24 {
    padding-right: 24px;
    padding-left: 24px;
  }
  .py-md-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .pr-md-24 {
    padding-right: 24px;
  }
  .pl-md-24 {
    padding-left: 24px;
  }
  .pt-md-24 {
    padding-top: 24px;
  }
  .pb-md-24 {
    padding-bottom: 24px;
  }
  .fs-md-24 {
    font-size: 24px;
  }
  .w-md-24 {
    width: 24px;
  }
  .h-md-24 {
    height: 24px;
  }
}
@media (min-width: 992px) {
  .lh-lg-24 {
    line-height: 24px;
  }
  .line-height-lg-24 {
    line-height: 24px;
  }
  .grid-cols-lg-24 {
    grid-template-columns: repeat(24, 1fr);
  }
  .gap-lg-24 {
    gap: 24px;
  }
  .gap-x-lg-24 {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .gap-y-lg-24 {
    row-gap: 24px;
  }
  .rounded-lg-24 {
    border-radius: 24px;
  }
  .mb-lg-24 {
    margin-bottom: 24px;
  }
  .mt-lg-24 {
    margin-top: 24px;
  }
  .mr-lg-24 {
    margin-right: 24px;
  }
  .ml-lg-24 {
    margin-left: 24px;
  }
  .mx-lg-24 {
    margin-right: 24px;
    margin-left: 24px;
  }
  .my-lg-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .p-lg-24 {
    padding: 24px;
  }
  .px-lg-24 {
    padding-right: 24px;
    padding-left: 24px;
  }
  .py-lg-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .pr-lg-24 {
    padding-right: 24px;
  }
  .pl-lg-24 {
    padding-left: 24px;
  }
  .pt-lg-24 {
    padding-top: 24px;
  }
  .pb-lg-24 {
    padding-bottom: 24px;
  }
  .fs-lg-24 {
    font-size: 24px;
  }
  .w-lg-24 {
    width: 24px;
  }
  .h-lg-24 {
    height: 24px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-24 {
    line-height: 24px;
  }
  .line-height-xl-24 {
    line-height: 24px;
  }
  .grid-cols-xl-24 {
    grid-template-columns: repeat(24, 1fr);
  }
  .gap-xl-24 {
    gap: 24px;
  }
  .gap-x-xl-24 {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .gap-y-xl-24 {
    row-gap: 24px;
  }
  .rounded-xl-24 {
    border-radius: 24px;
  }
  .mb-xl-24 {
    margin-bottom: 24px;
  }
  .mt-xl-24 {
    margin-top: 24px;
  }
  .mr-xl-24 {
    margin-right: 24px;
  }
  .ml-xl-24 {
    margin-left: 24px;
  }
  .mx-xl-24 {
    margin-right: 24px;
    margin-left: 24px;
  }
  .my-xl-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .p-xl-24 {
    padding: 24px;
  }
  .px-xl-24 {
    padding-right: 24px;
    padding-left: 24px;
  }
  .py-xl-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .pr-xl-24 {
    padding-right: 24px;
  }
  .pl-xl-24 {
    padding-left: 24px;
  }
  .pt-xl-24 {
    padding-top: 24px;
  }
  .pb-xl-24 {
    padding-bottom: 24px;
  }
  .fs-xl-24 {
    font-size: 24px;
  }
  .w-xl-24 {
    width: 24px;
  }
  .h-xl-24 {
    height: 24px;
  }
}
.lh-25 {
  line-height: 25px;
}

.grid-cols-25 {
  grid-template-columns: repeat(25, 1fr);
}

.line-height-25 {
  line-height: 25px;
}

.gap-25 {
  gap: 25px;
}

.gap-x-25 {
  -moz-column-gap: 25px;
       column-gap: 25px;
}

.gap-y-25 {
  row-gap: 25px;
}

.rounded-25 {
  border-radius: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mt-25 {
  margin-top: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.mx-25 {
  margin-right: 25px;
  margin-left: 25px;
}

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.p-25 {
  padding: 25px;
}

.px-25 {
  padding-right: 25px;
  padding-left: 25px;
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.fs-25 {
  font-size: 25px;
}

.w-25 {
  width: 25px;
}

.h-25 {
  height: 25px;
}

@media (min-width: 576px) {
  .lh-sm-25 {
    line-height: 25px;
  }
  .line-height-sm-25 {
    line-height: 25px;
  }
  .grid-cols-sm-25 {
    grid-template-columns: repeat(25, 1fr);
  }
  .gap-sm-25 {
    gap: 25px;
  }
  .gap-x-sm-25 {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .gap-y-sm-25 {
    row-gap: 25px;
  }
  .rounded-sm-25 {
    border-radius: 25px;
  }
  .mb-sm-25 {
    margin-bottom: 25px;
  }
  .mt-sm-25 {
    margin-top: 25px;
  }
  .mr-sm-25 {
    margin-right: 25px;
  }
  .ml-sm-25 {
    margin-left: 25px;
  }
  .mx-sm-25 {
    margin-right: 25px;
    margin-left: 25px;
  }
  .my-sm-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .p-sm-25 {
    padding: 25px;
  }
  .px-sm-25 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .py-sm-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .pr-sm-25 {
    padding-right: 25px;
  }
  .pl-sm-25 {
    padding-left: 25px;
  }
  .pt-sm-25 {
    padding-top: 25px;
  }
  .pb-sm-25 {
    padding-bottom: 25px;
  }
  .fs-sm-25 {
    font-size: 25px;
  }
  .w-sm-25 {
    width: 25px;
  }
  .h-sm-25 {
    height: 25px;
  }
}
@media (min-width: 768px) {
  .lh-md-25 {
    line-height: 25px;
  }
  .line-height-md-25 {
    line-height: 25px;
  }
  .grid-cols-md-25 {
    grid-template-columns: repeat(25, 1fr);
  }
  .gap-md-25 {
    gap: 25px;
  }
  .gap-x-md-25 {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .gap-y-md-25 {
    row-gap: 25px;
  }
  .rounded-md-25 {
    border-radius: 25px;
  }
  .mb-md-25 {
    margin-bottom: 25px;
  }
  .mt-md-25 {
    margin-top: 25px;
  }
  .mr-md-25 {
    margin-right: 25px;
  }
  .ml-md-25 {
    margin-left: 25px;
  }
  .mx-md-25 {
    margin-right: 25px;
    margin-left: 25px;
  }
  .my-md-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .p-md-25 {
    padding: 25px;
  }
  .px-md-25 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .py-md-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .pr-md-25 {
    padding-right: 25px;
  }
  .pl-md-25 {
    padding-left: 25px;
  }
  .pt-md-25 {
    padding-top: 25px;
  }
  .pb-md-25 {
    padding-bottom: 25px;
  }
  .fs-md-25 {
    font-size: 25px;
  }
  .w-md-25 {
    width: 25px;
  }
  .h-md-25 {
    height: 25px;
  }
}
@media (min-width: 992px) {
  .lh-lg-25 {
    line-height: 25px;
  }
  .line-height-lg-25 {
    line-height: 25px;
  }
  .grid-cols-lg-25 {
    grid-template-columns: repeat(25, 1fr);
  }
  .gap-lg-25 {
    gap: 25px;
  }
  .gap-x-lg-25 {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .gap-y-lg-25 {
    row-gap: 25px;
  }
  .rounded-lg-25 {
    border-radius: 25px;
  }
  .mb-lg-25 {
    margin-bottom: 25px;
  }
  .mt-lg-25 {
    margin-top: 25px;
  }
  .mr-lg-25 {
    margin-right: 25px;
  }
  .ml-lg-25 {
    margin-left: 25px;
  }
  .mx-lg-25 {
    margin-right: 25px;
    margin-left: 25px;
  }
  .my-lg-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .p-lg-25 {
    padding: 25px;
  }
  .px-lg-25 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .py-lg-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .pr-lg-25 {
    padding-right: 25px;
  }
  .pl-lg-25 {
    padding-left: 25px;
  }
  .pt-lg-25 {
    padding-top: 25px;
  }
  .pb-lg-25 {
    padding-bottom: 25px;
  }
  .fs-lg-25 {
    font-size: 25px;
  }
  .w-lg-25 {
    width: 25px;
  }
  .h-lg-25 {
    height: 25px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-25 {
    line-height: 25px;
  }
  .line-height-xl-25 {
    line-height: 25px;
  }
  .grid-cols-xl-25 {
    grid-template-columns: repeat(25, 1fr);
  }
  .gap-xl-25 {
    gap: 25px;
  }
  .gap-x-xl-25 {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .gap-y-xl-25 {
    row-gap: 25px;
  }
  .rounded-xl-25 {
    border-radius: 25px;
  }
  .mb-xl-25 {
    margin-bottom: 25px;
  }
  .mt-xl-25 {
    margin-top: 25px;
  }
  .mr-xl-25 {
    margin-right: 25px;
  }
  .ml-xl-25 {
    margin-left: 25px;
  }
  .mx-xl-25 {
    margin-right: 25px;
    margin-left: 25px;
  }
  .my-xl-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .p-xl-25 {
    padding: 25px;
  }
  .px-xl-25 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .py-xl-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .pr-xl-25 {
    padding-right: 25px;
  }
  .pl-xl-25 {
    padding-left: 25px;
  }
  .pt-xl-25 {
    padding-top: 25px;
  }
  .pb-xl-25 {
    padding-bottom: 25px;
  }
  .fs-xl-25 {
    font-size: 25px;
  }
  .w-xl-25 {
    width: 25px;
  }
  .h-xl-25 {
    height: 25px;
  }
}
.lh-26 {
  line-height: 26px;
}

.grid-cols-26 {
  grid-template-columns: repeat(26, 1fr);
}

.line-height-26 {
  line-height: 26px;
}

.gap-26 {
  gap: 26px;
}

.gap-x-26 {
  -moz-column-gap: 26px;
       column-gap: 26px;
}

.gap-y-26 {
  row-gap: 26px;
}

.rounded-26 {
  border-radius: 26px;
}

.mb-26 {
  margin-bottom: 26px;
}

.mt-26 {
  margin-top: 26px;
}

.mr-26 {
  margin-right: 26px;
}

.ml-26 {
  margin-left: 26px;
}

.mx-26 {
  margin-right: 26px;
  margin-left: 26px;
}

.my-26 {
  margin-top: 26px;
  margin-bottom: 26px;
}

.p-26 {
  padding: 26px;
}

.px-26 {
  padding-right: 26px;
  padding-left: 26px;
}

.py-26 {
  padding-top: 26px;
  padding-bottom: 26px;
}

.pr-26 {
  padding-right: 26px;
}

.pl-26 {
  padding-left: 26px;
}

.pt-26 {
  padding-top: 26px;
}

.pb-26 {
  padding-bottom: 26px;
}

.fs-26 {
  font-size: 26px;
}

.w-26 {
  width: 26px;
}

.h-26 {
  height: 26px;
}

@media (min-width: 576px) {
  .lh-sm-26 {
    line-height: 26px;
  }
  .line-height-sm-26 {
    line-height: 26px;
  }
  .grid-cols-sm-26 {
    grid-template-columns: repeat(26, 1fr);
  }
  .gap-sm-26 {
    gap: 26px;
  }
  .gap-x-sm-26 {
    -moz-column-gap: 26px;
         column-gap: 26px;
  }
  .gap-y-sm-26 {
    row-gap: 26px;
  }
  .rounded-sm-26 {
    border-radius: 26px;
  }
  .mb-sm-26 {
    margin-bottom: 26px;
  }
  .mt-sm-26 {
    margin-top: 26px;
  }
  .mr-sm-26 {
    margin-right: 26px;
  }
  .ml-sm-26 {
    margin-left: 26px;
  }
  .mx-sm-26 {
    margin-right: 26px;
    margin-left: 26px;
  }
  .my-sm-26 {
    margin-top: 26px;
    margin-bottom: 26px;
  }
  .p-sm-26 {
    padding: 26px;
  }
  .px-sm-26 {
    padding-right: 26px;
    padding-left: 26px;
  }
  .py-sm-26 {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .pr-sm-26 {
    padding-right: 26px;
  }
  .pl-sm-26 {
    padding-left: 26px;
  }
  .pt-sm-26 {
    padding-top: 26px;
  }
  .pb-sm-26 {
    padding-bottom: 26px;
  }
  .fs-sm-26 {
    font-size: 26px;
  }
  .w-sm-26 {
    width: 26px;
  }
  .h-sm-26 {
    height: 26px;
  }
}
@media (min-width: 768px) {
  .lh-md-26 {
    line-height: 26px;
  }
  .line-height-md-26 {
    line-height: 26px;
  }
  .grid-cols-md-26 {
    grid-template-columns: repeat(26, 1fr);
  }
  .gap-md-26 {
    gap: 26px;
  }
  .gap-x-md-26 {
    -moz-column-gap: 26px;
         column-gap: 26px;
  }
  .gap-y-md-26 {
    row-gap: 26px;
  }
  .rounded-md-26 {
    border-radius: 26px;
  }
  .mb-md-26 {
    margin-bottom: 26px;
  }
  .mt-md-26 {
    margin-top: 26px;
  }
  .mr-md-26 {
    margin-right: 26px;
  }
  .ml-md-26 {
    margin-left: 26px;
  }
  .mx-md-26 {
    margin-right: 26px;
    margin-left: 26px;
  }
  .my-md-26 {
    margin-top: 26px;
    margin-bottom: 26px;
  }
  .p-md-26 {
    padding: 26px;
  }
  .px-md-26 {
    padding-right: 26px;
    padding-left: 26px;
  }
  .py-md-26 {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .pr-md-26 {
    padding-right: 26px;
  }
  .pl-md-26 {
    padding-left: 26px;
  }
  .pt-md-26 {
    padding-top: 26px;
  }
  .pb-md-26 {
    padding-bottom: 26px;
  }
  .fs-md-26 {
    font-size: 26px;
  }
  .w-md-26 {
    width: 26px;
  }
  .h-md-26 {
    height: 26px;
  }
}
@media (min-width: 992px) {
  .lh-lg-26 {
    line-height: 26px;
  }
  .line-height-lg-26 {
    line-height: 26px;
  }
  .grid-cols-lg-26 {
    grid-template-columns: repeat(26, 1fr);
  }
  .gap-lg-26 {
    gap: 26px;
  }
  .gap-x-lg-26 {
    -moz-column-gap: 26px;
         column-gap: 26px;
  }
  .gap-y-lg-26 {
    row-gap: 26px;
  }
  .rounded-lg-26 {
    border-radius: 26px;
  }
  .mb-lg-26 {
    margin-bottom: 26px;
  }
  .mt-lg-26 {
    margin-top: 26px;
  }
  .mr-lg-26 {
    margin-right: 26px;
  }
  .ml-lg-26 {
    margin-left: 26px;
  }
  .mx-lg-26 {
    margin-right: 26px;
    margin-left: 26px;
  }
  .my-lg-26 {
    margin-top: 26px;
    margin-bottom: 26px;
  }
  .p-lg-26 {
    padding: 26px;
  }
  .px-lg-26 {
    padding-right: 26px;
    padding-left: 26px;
  }
  .py-lg-26 {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .pr-lg-26 {
    padding-right: 26px;
  }
  .pl-lg-26 {
    padding-left: 26px;
  }
  .pt-lg-26 {
    padding-top: 26px;
  }
  .pb-lg-26 {
    padding-bottom: 26px;
  }
  .fs-lg-26 {
    font-size: 26px;
  }
  .w-lg-26 {
    width: 26px;
  }
  .h-lg-26 {
    height: 26px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-26 {
    line-height: 26px;
  }
  .line-height-xl-26 {
    line-height: 26px;
  }
  .grid-cols-xl-26 {
    grid-template-columns: repeat(26, 1fr);
  }
  .gap-xl-26 {
    gap: 26px;
  }
  .gap-x-xl-26 {
    -moz-column-gap: 26px;
         column-gap: 26px;
  }
  .gap-y-xl-26 {
    row-gap: 26px;
  }
  .rounded-xl-26 {
    border-radius: 26px;
  }
  .mb-xl-26 {
    margin-bottom: 26px;
  }
  .mt-xl-26 {
    margin-top: 26px;
  }
  .mr-xl-26 {
    margin-right: 26px;
  }
  .ml-xl-26 {
    margin-left: 26px;
  }
  .mx-xl-26 {
    margin-right: 26px;
    margin-left: 26px;
  }
  .my-xl-26 {
    margin-top: 26px;
    margin-bottom: 26px;
  }
  .p-xl-26 {
    padding: 26px;
  }
  .px-xl-26 {
    padding-right: 26px;
    padding-left: 26px;
  }
  .py-xl-26 {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .pr-xl-26 {
    padding-right: 26px;
  }
  .pl-xl-26 {
    padding-left: 26px;
  }
  .pt-xl-26 {
    padding-top: 26px;
  }
  .pb-xl-26 {
    padding-bottom: 26px;
  }
  .fs-xl-26 {
    font-size: 26px;
  }
  .w-xl-26 {
    width: 26px;
  }
  .h-xl-26 {
    height: 26px;
  }
}
.lh-27 {
  line-height: 27px;
}

.grid-cols-27 {
  grid-template-columns: repeat(27, 1fr);
}

.line-height-27 {
  line-height: 27px;
}

.gap-27 {
  gap: 27px;
}

.gap-x-27 {
  -moz-column-gap: 27px;
       column-gap: 27px;
}

.gap-y-27 {
  row-gap: 27px;
}

.rounded-27 {
  border-radius: 27px;
}

.mb-27 {
  margin-bottom: 27px;
}

.mt-27 {
  margin-top: 27px;
}

.mr-27 {
  margin-right: 27px;
}

.ml-27 {
  margin-left: 27px;
}

.mx-27 {
  margin-right: 27px;
  margin-left: 27px;
}

.my-27 {
  margin-top: 27px;
  margin-bottom: 27px;
}

.p-27 {
  padding: 27px;
}

.px-27 {
  padding-right: 27px;
  padding-left: 27px;
}

.py-27 {
  padding-top: 27px;
  padding-bottom: 27px;
}

.pr-27 {
  padding-right: 27px;
}

.pl-27 {
  padding-left: 27px;
}

.pt-27 {
  padding-top: 27px;
}

.pb-27 {
  padding-bottom: 27px;
}

.fs-27 {
  font-size: 27px;
}

.w-27 {
  width: 27px;
}

.h-27 {
  height: 27px;
}

@media (min-width: 576px) {
  .lh-sm-27 {
    line-height: 27px;
  }
  .line-height-sm-27 {
    line-height: 27px;
  }
  .grid-cols-sm-27 {
    grid-template-columns: repeat(27, 1fr);
  }
  .gap-sm-27 {
    gap: 27px;
  }
  .gap-x-sm-27 {
    -moz-column-gap: 27px;
         column-gap: 27px;
  }
  .gap-y-sm-27 {
    row-gap: 27px;
  }
  .rounded-sm-27 {
    border-radius: 27px;
  }
  .mb-sm-27 {
    margin-bottom: 27px;
  }
  .mt-sm-27 {
    margin-top: 27px;
  }
  .mr-sm-27 {
    margin-right: 27px;
  }
  .ml-sm-27 {
    margin-left: 27px;
  }
  .mx-sm-27 {
    margin-right: 27px;
    margin-left: 27px;
  }
  .my-sm-27 {
    margin-top: 27px;
    margin-bottom: 27px;
  }
  .p-sm-27 {
    padding: 27px;
  }
  .px-sm-27 {
    padding-right: 27px;
    padding-left: 27px;
  }
  .py-sm-27 {
    padding-top: 27px;
    padding-bottom: 27px;
  }
  .pr-sm-27 {
    padding-right: 27px;
  }
  .pl-sm-27 {
    padding-left: 27px;
  }
  .pt-sm-27 {
    padding-top: 27px;
  }
  .pb-sm-27 {
    padding-bottom: 27px;
  }
  .fs-sm-27 {
    font-size: 27px;
  }
  .w-sm-27 {
    width: 27px;
  }
  .h-sm-27 {
    height: 27px;
  }
}
@media (min-width: 768px) {
  .lh-md-27 {
    line-height: 27px;
  }
  .line-height-md-27 {
    line-height: 27px;
  }
  .grid-cols-md-27 {
    grid-template-columns: repeat(27, 1fr);
  }
  .gap-md-27 {
    gap: 27px;
  }
  .gap-x-md-27 {
    -moz-column-gap: 27px;
         column-gap: 27px;
  }
  .gap-y-md-27 {
    row-gap: 27px;
  }
  .rounded-md-27 {
    border-radius: 27px;
  }
  .mb-md-27 {
    margin-bottom: 27px;
  }
  .mt-md-27 {
    margin-top: 27px;
  }
  .mr-md-27 {
    margin-right: 27px;
  }
  .ml-md-27 {
    margin-left: 27px;
  }
  .mx-md-27 {
    margin-right: 27px;
    margin-left: 27px;
  }
  .my-md-27 {
    margin-top: 27px;
    margin-bottom: 27px;
  }
  .p-md-27 {
    padding: 27px;
  }
  .px-md-27 {
    padding-right: 27px;
    padding-left: 27px;
  }
  .py-md-27 {
    padding-top: 27px;
    padding-bottom: 27px;
  }
  .pr-md-27 {
    padding-right: 27px;
  }
  .pl-md-27 {
    padding-left: 27px;
  }
  .pt-md-27 {
    padding-top: 27px;
  }
  .pb-md-27 {
    padding-bottom: 27px;
  }
  .fs-md-27 {
    font-size: 27px;
  }
  .w-md-27 {
    width: 27px;
  }
  .h-md-27 {
    height: 27px;
  }
}
@media (min-width: 992px) {
  .lh-lg-27 {
    line-height: 27px;
  }
  .line-height-lg-27 {
    line-height: 27px;
  }
  .grid-cols-lg-27 {
    grid-template-columns: repeat(27, 1fr);
  }
  .gap-lg-27 {
    gap: 27px;
  }
  .gap-x-lg-27 {
    -moz-column-gap: 27px;
         column-gap: 27px;
  }
  .gap-y-lg-27 {
    row-gap: 27px;
  }
  .rounded-lg-27 {
    border-radius: 27px;
  }
  .mb-lg-27 {
    margin-bottom: 27px;
  }
  .mt-lg-27 {
    margin-top: 27px;
  }
  .mr-lg-27 {
    margin-right: 27px;
  }
  .ml-lg-27 {
    margin-left: 27px;
  }
  .mx-lg-27 {
    margin-right: 27px;
    margin-left: 27px;
  }
  .my-lg-27 {
    margin-top: 27px;
    margin-bottom: 27px;
  }
  .p-lg-27 {
    padding: 27px;
  }
  .px-lg-27 {
    padding-right: 27px;
    padding-left: 27px;
  }
  .py-lg-27 {
    padding-top: 27px;
    padding-bottom: 27px;
  }
  .pr-lg-27 {
    padding-right: 27px;
  }
  .pl-lg-27 {
    padding-left: 27px;
  }
  .pt-lg-27 {
    padding-top: 27px;
  }
  .pb-lg-27 {
    padding-bottom: 27px;
  }
  .fs-lg-27 {
    font-size: 27px;
  }
  .w-lg-27 {
    width: 27px;
  }
  .h-lg-27 {
    height: 27px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-27 {
    line-height: 27px;
  }
  .line-height-xl-27 {
    line-height: 27px;
  }
  .grid-cols-xl-27 {
    grid-template-columns: repeat(27, 1fr);
  }
  .gap-xl-27 {
    gap: 27px;
  }
  .gap-x-xl-27 {
    -moz-column-gap: 27px;
         column-gap: 27px;
  }
  .gap-y-xl-27 {
    row-gap: 27px;
  }
  .rounded-xl-27 {
    border-radius: 27px;
  }
  .mb-xl-27 {
    margin-bottom: 27px;
  }
  .mt-xl-27 {
    margin-top: 27px;
  }
  .mr-xl-27 {
    margin-right: 27px;
  }
  .ml-xl-27 {
    margin-left: 27px;
  }
  .mx-xl-27 {
    margin-right: 27px;
    margin-left: 27px;
  }
  .my-xl-27 {
    margin-top: 27px;
    margin-bottom: 27px;
  }
  .p-xl-27 {
    padding: 27px;
  }
  .px-xl-27 {
    padding-right: 27px;
    padding-left: 27px;
  }
  .py-xl-27 {
    padding-top: 27px;
    padding-bottom: 27px;
  }
  .pr-xl-27 {
    padding-right: 27px;
  }
  .pl-xl-27 {
    padding-left: 27px;
  }
  .pt-xl-27 {
    padding-top: 27px;
  }
  .pb-xl-27 {
    padding-bottom: 27px;
  }
  .fs-xl-27 {
    font-size: 27px;
  }
  .w-xl-27 {
    width: 27px;
  }
  .h-xl-27 {
    height: 27px;
  }
}
.lh-28 {
  line-height: 28px;
}

.grid-cols-28 {
  grid-template-columns: repeat(28, 1fr);
}

.line-height-28 {
  line-height: 28px;
}

.gap-28 {
  gap: 28px;
}

.gap-x-28 {
  -moz-column-gap: 28px;
       column-gap: 28px;
}

.gap-y-28 {
  row-gap: 28px;
}

.rounded-28 {
  border-radius: 28px;
}

.mb-28 {
  margin-bottom: 28px;
}

.mt-28 {
  margin-top: 28px;
}

.mr-28 {
  margin-right: 28px;
}

.ml-28 {
  margin-left: 28px;
}

.mx-28 {
  margin-right: 28px;
  margin-left: 28px;
}

.my-28 {
  margin-top: 28px;
  margin-bottom: 28px;
}

.p-28 {
  padding: 28px;
}

.px-28 {
  padding-right: 28px;
  padding-left: 28px;
}

.py-28 {
  padding-top: 28px;
  padding-bottom: 28px;
}

.pr-28 {
  padding-right: 28px;
}

.pl-28 {
  padding-left: 28px;
}

.pt-28 {
  padding-top: 28px;
}

.pb-28 {
  padding-bottom: 28px;
}

.fs-28 {
  font-size: 28px;
}

.w-28 {
  width: 28px;
}

.h-28 {
  height: 28px;
}

@media (min-width: 576px) {
  .lh-sm-28 {
    line-height: 28px;
  }
  .line-height-sm-28 {
    line-height: 28px;
  }
  .grid-cols-sm-28 {
    grid-template-columns: repeat(28, 1fr);
  }
  .gap-sm-28 {
    gap: 28px;
  }
  .gap-x-sm-28 {
    -moz-column-gap: 28px;
         column-gap: 28px;
  }
  .gap-y-sm-28 {
    row-gap: 28px;
  }
  .rounded-sm-28 {
    border-radius: 28px;
  }
  .mb-sm-28 {
    margin-bottom: 28px;
  }
  .mt-sm-28 {
    margin-top: 28px;
  }
  .mr-sm-28 {
    margin-right: 28px;
  }
  .ml-sm-28 {
    margin-left: 28px;
  }
  .mx-sm-28 {
    margin-right: 28px;
    margin-left: 28px;
  }
  .my-sm-28 {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .p-sm-28 {
    padding: 28px;
  }
  .px-sm-28 {
    padding-right: 28px;
    padding-left: 28px;
  }
  .py-sm-28 {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .pr-sm-28 {
    padding-right: 28px;
  }
  .pl-sm-28 {
    padding-left: 28px;
  }
  .pt-sm-28 {
    padding-top: 28px;
  }
  .pb-sm-28 {
    padding-bottom: 28px;
  }
  .fs-sm-28 {
    font-size: 28px;
  }
  .w-sm-28 {
    width: 28px;
  }
  .h-sm-28 {
    height: 28px;
  }
}
@media (min-width: 768px) {
  .lh-md-28 {
    line-height: 28px;
  }
  .line-height-md-28 {
    line-height: 28px;
  }
  .grid-cols-md-28 {
    grid-template-columns: repeat(28, 1fr);
  }
  .gap-md-28 {
    gap: 28px;
  }
  .gap-x-md-28 {
    -moz-column-gap: 28px;
         column-gap: 28px;
  }
  .gap-y-md-28 {
    row-gap: 28px;
  }
  .rounded-md-28 {
    border-radius: 28px;
  }
  .mb-md-28 {
    margin-bottom: 28px;
  }
  .mt-md-28 {
    margin-top: 28px;
  }
  .mr-md-28 {
    margin-right: 28px;
  }
  .ml-md-28 {
    margin-left: 28px;
  }
  .mx-md-28 {
    margin-right: 28px;
    margin-left: 28px;
  }
  .my-md-28 {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .p-md-28 {
    padding: 28px;
  }
  .px-md-28 {
    padding-right: 28px;
    padding-left: 28px;
  }
  .py-md-28 {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .pr-md-28 {
    padding-right: 28px;
  }
  .pl-md-28 {
    padding-left: 28px;
  }
  .pt-md-28 {
    padding-top: 28px;
  }
  .pb-md-28 {
    padding-bottom: 28px;
  }
  .fs-md-28 {
    font-size: 28px;
  }
  .w-md-28 {
    width: 28px;
  }
  .h-md-28 {
    height: 28px;
  }
}
@media (min-width: 992px) {
  .lh-lg-28 {
    line-height: 28px;
  }
  .line-height-lg-28 {
    line-height: 28px;
  }
  .grid-cols-lg-28 {
    grid-template-columns: repeat(28, 1fr);
  }
  .gap-lg-28 {
    gap: 28px;
  }
  .gap-x-lg-28 {
    -moz-column-gap: 28px;
         column-gap: 28px;
  }
  .gap-y-lg-28 {
    row-gap: 28px;
  }
  .rounded-lg-28 {
    border-radius: 28px;
  }
  .mb-lg-28 {
    margin-bottom: 28px;
  }
  .mt-lg-28 {
    margin-top: 28px;
  }
  .mr-lg-28 {
    margin-right: 28px;
  }
  .ml-lg-28 {
    margin-left: 28px;
  }
  .mx-lg-28 {
    margin-right: 28px;
    margin-left: 28px;
  }
  .my-lg-28 {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .p-lg-28 {
    padding: 28px;
  }
  .px-lg-28 {
    padding-right: 28px;
    padding-left: 28px;
  }
  .py-lg-28 {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .pr-lg-28 {
    padding-right: 28px;
  }
  .pl-lg-28 {
    padding-left: 28px;
  }
  .pt-lg-28 {
    padding-top: 28px;
  }
  .pb-lg-28 {
    padding-bottom: 28px;
  }
  .fs-lg-28 {
    font-size: 28px;
  }
  .w-lg-28 {
    width: 28px;
  }
  .h-lg-28 {
    height: 28px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-28 {
    line-height: 28px;
  }
  .line-height-xl-28 {
    line-height: 28px;
  }
  .grid-cols-xl-28 {
    grid-template-columns: repeat(28, 1fr);
  }
  .gap-xl-28 {
    gap: 28px;
  }
  .gap-x-xl-28 {
    -moz-column-gap: 28px;
         column-gap: 28px;
  }
  .gap-y-xl-28 {
    row-gap: 28px;
  }
  .rounded-xl-28 {
    border-radius: 28px;
  }
  .mb-xl-28 {
    margin-bottom: 28px;
  }
  .mt-xl-28 {
    margin-top: 28px;
  }
  .mr-xl-28 {
    margin-right: 28px;
  }
  .ml-xl-28 {
    margin-left: 28px;
  }
  .mx-xl-28 {
    margin-right: 28px;
    margin-left: 28px;
  }
  .my-xl-28 {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .p-xl-28 {
    padding: 28px;
  }
  .px-xl-28 {
    padding-right: 28px;
    padding-left: 28px;
  }
  .py-xl-28 {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .pr-xl-28 {
    padding-right: 28px;
  }
  .pl-xl-28 {
    padding-left: 28px;
  }
  .pt-xl-28 {
    padding-top: 28px;
  }
  .pb-xl-28 {
    padding-bottom: 28px;
  }
  .fs-xl-28 {
    font-size: 28px;
  }
  .w-xl-28 {
    width: 28px;
  }
  .h-xl-28 {
    height: 28px;
  }
}
.lh-29 {
  line-height: 29px;
}

.grid-cols-29 {
  grid-template-columns: repeat(29, 1fr);
}

.line-height-29 {
  line-height: 29px;
}

.gap-29 {
  gap: 29px;
}

.gap-x-29 {
  -moz-column-gap: 29px;
       column-gap: 29px;
}

.gap-y-29 {
  row-gap: 29px;
}

.rounded-29 {
  border-radius: 29px;
}

.mb-29 {
  margin-bottom: 29px;
}

.mt-29 {
  margin-top: 29px;
}

.mr-29 {
  margin-right: 29px;
}

.ml-29 {
  margin-left: 29px;
}

.mx-29 {
  margin-right: 29px;
  margin-left: 29px;
}

.my-29 {
  margin-top: 29px;
  margin-bottom: 29px;
}

.p-29 {
  padding: 29px;
}

.px-29 {
  padding-right: 29px;
  padding-left: 29px;
}

.py-29 {
  padding-top: 29px;
  padding-bottom: 29px;
}

.pr-29 {
  padding-right: 29px;
}

.pl-29 {
  padding-left: 29px;
}

.pt-29 {
  padding-top: 29px;
}

.pb-29 {
  padding-bottom: 29px;
}

.fs-29 {
  font-size: 29px;
}

.w-29 {
  width: 29px;
}

.h-29 {
  height: 29px;
}

@media (min-width: 576px) {
  .lh-sm-29 {
    line-height: 29px;
  }
  .line-height-sm-29 {
    line-height: 29px;
  }
  .grid-cols-sm-29 {
    grid-template-columns: repeat(29, 1fr);
  }
  .gap-sm-29 {
    gap: 29px;
  }
  .gap-x-sm-29 {
    -moz-column-gap: 29px;
         column-gap: 29px;
  }
  .gap-y-sm-29 {
    row-gap: 29px;
  }
  .rounded-sm-29 {
    border-radius: 29px;
  }
  .mb-sm-29 {
    margin-bottom: 29px;
  }
  .mt-sm-29 {
    margin-top: 29px;
  }
  .mr-sm-29 {
    margin-right: 29px;
  }
  .ml-sm-29 {
    margin-left: 29px;
  }
  .mx-sm-29 {
    margin-right: 29px;
    margin-left: 29px;
  }
  .my-sm-29 {
    margin-top: 29px;
    margin-bottom: 29px;
  }
  .p-sm-29 {
    padding: 29px;
  }
  .px-sm-29 {
    padding-right: 29px;
    padding-left: 29px;
  }
  .py-sm-29 {
    padding-top: 29px;
    padding-bottom: 29px;
  }
  .pr-sm-29 {
    padding-right: 29px;
  }
  .pl-sm-29 {
    padding-left: 29px;
  }
  .pt-sm-29 {
    padding-top: 29px;
  }
  .pb-sm-29 {
    padding-bottom: 29px;
  }
  .fs-sm-29 {
    font-size: 29px;
  }
  .w-sm-29 {
    width: 29px;
  }
  .h-sm-29 {
    height: 29px;
  }
}
@media (min-width: 768px) {
  .lh-md-29 {
    line-height: 29px;
  }
  .line-height-md-29 {
    line-height: 29px;
  }
  .grid-cols-md-29 {
    grid-template-columns: repeat(29, 1fr);
  }
  .gap-md-29 {
    gap: 29px;
  }
  .gap-x-md-29 {
    -moz-column-gap: 29px;
         column-gap: 29px;
  }
  .gap-y-md-29 {
    row-gap: 29px;
  }
  .rounded-md-29 {
    border-radius: 29px;
  }
  .mb-md-29 {
    margin-bottom: 29px;
  }
  .mt-md-29 {
    margin-top: 29px;
  }
  .mr-md-29 {
    margin-right: 29px;
  }
  .ml-md-29 {
    margin-left: 29px;
  }
  .mx-md-29 {
    margin-right: 29px;
    margin-left: 29px;
  }
  .my-md-29 {
    margin-top: 29px;
    margin-bottom: 29px;
  }
  .p-md-29 {
    padding: 29px;
  }
  .px-md-29 {
    padding-right: 29px;
    padding-left: 29px;
  }
  .py-md-29 {
    padding-top: 29px;
    padding-bottom: 29px;
  }
  .pr-md-29 {
    padding-right: 29px;
  }
  .pl-md-29 {
    padding-left: 29px;
  }
  .pt-md-29 {
    padding-top: 29px;
  }
  .pb-md-29 {
    padding-bottom: 29px;
  }
  .fs-md-29 {
    font-size: 29px;
  }
  .w-md-29 {
    width: 29px;
  }
  .h-md-29 {
    height: 29px;
  }
}
@media (min-width: 992px) {
  .lh-lg-29 {
    line-height: 29px;
  }
  .line-height-lg-29 {
    line-height: 29px;
  }
  .grid-cols-lg-29 {
    grid-template-columns: repeat(29, 1fr);
  }
  .gap-lg-29 {
    gap: 29px;
  }
  .gap-x-lg-29 {
    -moz-column-gap: 29px;
         column-gap: 29px;
  }
  .gap-y-lg-29 {
    row-gap: 29px;
  }
  .rounded-lg-29 {
    border-radius: 29px;
  }
  .mb-lg-29 {
    margin-bottom: 29px;
  }
  .mt-lg-29 {
    margin-top: 29px;
  }
  .mr-lg-29 {
    margin-right: 29px;
  }
  .ml-lg-29 {
    margin-left: 29px;
  }
  .mx-lg-29 {
    margin-right: 29px;
    margin-left: 29px;
  }
  .my-lg-29 {
    margin-top: 29px;
    margin-bottom: 29px;
  }
  .p-lg-29 {
    padding: 29px;
  }
  .px-lg-29 {
    padding-right: 29px;
    padding-left: 29px;
  }
  .py-lg-29 {
    padding-top: 29px;
    padding-bottom: 29px;
  }
  .pr-lg-29 {
    padding-right: 29px;
  }
  .pl-lg-29 {
    padding-left: 29px;
  }
  .pt-lg-29 {
    padding-top: 29px;
  }
  .pb-lg-29 {
    padding-bottom: 29px;
  }
  .fs-lg-29 {
    font-size: 29px;
  }
  .w-lg-29 {
    width: 29px;
  }
  .h-lg-29 {
    height: 29px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-29 {
    line-height: 29px;
  }
  .line-height-xl-29 {
    line-height: 29px;
  }
  .grid-cols-xl-29 {
    grid-template-columns: repeat(29, 1fr);
  }
  .gap-xl-29 {
    gap: 29px;
  }
  .gap-x-xl-29 {
    -moz-column-gap: 29px;
         column-gap: 29px;
  }
  .gap-y-xl-29 {
    row-gap: 29px;
  }
  .rounded-xl-29 {
    border-radius: 29px;
  }
  .mb-xl-29 {
    margin-bottom: 29px;
  }
  .mt-xl-29 {
    margin-top: 29px;
  }
  .mr-xl-29 {
    margin-right: 29px;
  }
  .ml-xl-29 {
    margin-left: 29px;
  }
  .mx-xl-29 {
    margin-right: 29px;
    margin-left: 29px;
  }
  .my-xl-29 {
    margin-top: 29px;
    margin-bottom: 29px;
  }
  .p-xl-29 {
    padding: 29px;
  }
  .px-xl-29 {
    padding-right: 29px;
    padding-left: 29px;
  }
  .py-xl-29 {
    padding-top: 29px;
    padding-bottom: 29px;
  }
  .pr-xl-29 {
    padding-right: 29px;
  }
  .pl-xl-29 {
    padding-left: 29px;
  }
  .pt-xl-29 {
    padding-top: 29px;
  }
  .pb-xl-29 {
    padding-bottom: 29px;
  }
  .fs-xl-29 {
    font-size: 29px;
  }
  .w-xl-29 {
    width: 29px;
  }
  .h-xl-29 {
    height: 29px;
  }
}
.lh-30 {
  line-height: 30px;
}

.grid-cols-30 {
  grid-template-columns: repeat(30, 1fr);
}

.line-height-30 {
  line-height: 30px;
}

.gap-30 {
  gap: 30px;
}

.gap-x-30 {
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.gap-y-30 {
  row-gap: 30px;
}

.rounded-30 {
  border-radius: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mx-30 {
  margin-right: 30px;
  margin-left: 30px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.p-30 {
  padding: 30px;
}

.px-30 {
  padding-right: 30px;
  padding-left: 30px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.fs-30 {
  font-size: 30px;
}

.w-30 {
  width: 30px;
}

.h-30 {
  height: 30px;
}

@media (min-width: 576px) {
  .lh-sm-30 {
    line-height: 30px;
  }
  .line-height-sm-30 {
    line-height: 30px;
  }
  .grid-cols-sm-30 {
    grid-template-columns: repeat(30, 1fr);
  }
  .gap-sm-30 {
    gap: 30px;
  }
  .gap-x-sm-30 {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .gap-y-sm-30 {
    row-gap: 30px;
  }
  .rounded-sm-30 {
    border-radius: 30px;
  }
  .mb-sm-30 {
    margin-bottom: 30px;
  }
  .mt-sm-30 {
    margin-top: 30px;
  }
  .mr-sm-30 {
    margin-right: 30px;
  }
  .ml-sm-30 {
    margin-left: 30px;
  }
  .mx-sm-30 {
    margin-right: 30px;
    margin-left: 30px;
  }
  .my-sm-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .p-sm-30 {
    padding: 30px;
  }
  .px-sm-30 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .py-sm-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pr-sm-30 {
    padding-right: 30px;
  }
  .pl-sm-30 {
    padding-left: 30px;
  }
  .pt-sm-30 {
    padding-top: 30px;
  }
  .pb-sm-30 {
    padding-bottom: 30px;
  }
  .fs-sm-30 {
    font-size: 30px;
  }
  .w-sm-30 {
    width: 30px;
  }
  .h-sm-30 {
    height: 30px;
  }
}
@media (min-width: 768px) {
  .lh-md-30 {
    line-height: 30px;
  }
  .line-height-md-30 {
    line-height: 30px;
  }
  .grid-cols-md-30 {
    grid-template-columns: repeat(30, 1fr);
  }
  .gap-md-30 {
    gap: 30px;
  }
  .gap-x-md-30 {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .gap-y-md-30 {
    row-gap: 30px;
  }
  .rounded-md-30 {
    border-radius: 30px;
  }
  .mb-md-30 {
    margin-bottom: 30px;
  }
  .mt-md-30 {
    margin-top: 30px;
  }
  .mr-md-30 {
    margin-right: 30px;
  }
  .ml-md-30 {
    margin-left: 30px;
  }
  .mx-md-30 {
    margin-right: 30px;
    margin-left: 30px;
  }
  .my-md-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .p-md-30 {
    padding: 30px;
  }
  .px-md-30 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .py-md-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pr-md-30 {
    padding-right: 30px;
  }
  .pl-md-30 {
    padding-left: 30px;
  }
  .pt-md-30 {
    padding-top: 30px;
  }
  .pb-md-30 {
    padding-bottom: 30px;
  }
  .fs-md-30 {
    font-size: 30px;
  }
  .w-md-30 {
    width: 30px;
  }
  .h-md-30 {
    height: 30px;
  }
}
@media (min-width: 992px) {
  .lh-lg-30 {
    line-height: 30px;
  }
  .line-height-lg-30 {
    line-height: 30px;
  }
  .grid-cols-lg-30 {
    grid-template-columns: repeat(30, 1fr);
  }
  .gap-lg-30 {
    gap: 30px;
  }
  .gap-x-lg-30 {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .gap-y-lg-30 {
    row-gap: 30px;
  }
  .rounded-lg-30 {
    border-radius: 30px;
  }
  .mb-lg-30 {
    margin-bottom: 30px;
  }
  .mt-lg-30 {
    margin-top: 30px;
  }
  .mr-lg-30 {
    margin-right: 30px;
  }
  .ml-lg-30 {
    margin-left: 30px;
  }
  .mx-lg-30 {
    margin-right: 30px;
    margin-left: 30px;
  }
  .my-lg-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .p-lg-30 {
    padding: 30px;
  }
  .px-lg-30 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .py-lg-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pr-lg-30 {
    padding-right: 30px;
  }
  .pl-lg-30 {
    padding-left: 30px;
  }
  .pt-lg-30 {
    padding-top: 30px;
  }
  .pb-lg-30 {
    padding-bottom: 30px;
  }
  .fs-lg-30 {
    font-size: 30px;
  }
  .w-lg-30 {
    width: 30px;
  }
  .h-lg-30 {
    height: 30px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-30 {
    line-height: 30px;
  }
  .line-height-xl-30 {
    line-height: 30px;
  }
  .grid-cols-xl-30 {
    grid-template-columns: repeat(30, 1fr);
  }
  .gap-xl-30 {
    gap: 30px;
  }
  .gap-x-xl-30 {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .gap-y-xl-30 {
    row-gap: 30px;
  }
  .rounded-xl-30 {
    border-radius: 30px;
  }
  .mb-xl-30 {
    margin-bottom: 30px;
  }
  .mt-xl-30 {
    margin-top: 30px;
  }
  .mr-xl-30 {
    margin-right: 30px;
  }
  .ml-xl-30 {
    margin-left: 30px;
  }
  .mx-xl-30 {
    margin-right: 30px;
    margin-left: 30px;
  }
  .my-xl-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .p-xl-30 {
    padding: 30px;
  }
  .px-xl-30 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .py-xl-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pr-xl-30 {
    padding-right: 30px;
  }
  .pl-xl-30 {
    padding-left: 30px;
  }
  .pt-xl-30 {
    padding-top: 30px;
  }
  .pb-xl-30 {
    padding-bottom: 30px;
  }
  .fs-xl-30 {
    font-size: 30px;
  }
  .w-xl-30 {
    width: 30px;
  }
  .h-xl-30 {
    height: 30px;
  }
}
.lh-31 {
  line-height: 31px;
}

.grid-cols-31 {
  grid-template-columns: repeat(31, 1fr);
}

.line-height-31 {
  line-height: 31px;
}

.gap-31 {
  gap: 31px;
}

.gap-x-31 {
  -moz-column-gap: 31px;
       column-gap: 31px;
}

.gap-y-31 {
  row-gap: 31px;
}

.rounded-31 {
  border-radius: 31px;
}

.mb-31 {
  margin-bottom: 31px;
}

.mt-31 {
  margin-top: 31px;
}

.mr-31 {
  margin-right: 31px;
}

.ml-31 {
  margin-left: 31px;
}

.mx-31 {
  margin-right: 31px;
  margin-left: 31px;
}

.my-31 {
  margin-top: 31px;
  margin-bottom: 31px;
}

.p-31 {
  padding: 31px;
}

.px-31 {
  padding-right: 31px;
  padding-left: 31px;
}

.py-31 {
  padding-top: 31px;
  padding-bottom: 31px;
}

.pr-31 {
  padding-right: 31px;
}

.pl-31 {
  padding-left: 31px;
}

.pt-31 {
  padding-top: 31px;
}

.pb-31 {
  padding-bottom: 31px;
}

.fs-31 {
  font-size: 31px;
}

.w-31 {
  width: 31px;
}

.h-31 {
  height: 31px;
}

@media (min-width: 576px) {
  .lh-sm-31 {
    line-height: 31px;
  }
  .line-height-sm-31 {
    line-height: 31px;
  }
  .grid-cols-sm-31 {
    grid-template-columns: repeat(31, 1fr);
  }
  .gap-sm-31 {
    gap: 31px;
  }
  .gap-x-sm-31 {
    -moz-column-gap: 31px;
         column-gap: 31px;
  }
  .gap-y-sm-31 {
    row-gap: 31px;
  }
  .rounded-sm-31 {
    border-radius: 31px;
  }
  .mb-sm-31 {
    margin-bottom: 31px;
  }
  .mt-sm-31 {
    margin-top: 31px;
  }
  .mr-sm-31 {
    margin-right: 31px;
  }
  .ml-sm-31 {
    margin-left: 31px;
  }
  .mx-sm-31 {
    margin-right: 31px;
    margin-left: 31px;
  }
  .my-sm-31 {
    margin-top: 31px;
    margin-bottom: 31px;
  }
  .p-sm-31 {
    padding: 31px;
  }
  .px-sm-31 {
    padding-right: 31px;
    padding-left: 31px;
  }
  .py-sm-31 {
    padding-top: 31px;
    padding-bottom: 31px;
  }
  .pr-sm-31 {
    padding-right: 31px;
  }
  .pl-sm-31 {
    padding-left: 31px;
  }
  .pt-sm-31 {
    padding-top: 31px;
  }
  .pb-sm-31 {
    padding-bottom: 31px;
  }
  .fs-sm-31 {
    font-size: 31px;
  }
  .w-sm-31 {
    width: 31px;
  }
  .h-sm-31 {
    height: 31px;
  }
}
@media (min-width: 768px) {
  .lh-md-31 {
    line-height: 31px;
  }
  .line-height-md-31 {
    line-height: 31px;
  }
  .grid-cols-md-31 {
    grid-template-columns: repeat(31, 1fr);
  }
  .gap-md-31 {
    gap: 31px;
  }
  .gap-x-md-31 {
    -moz-column-gap: 31px;
         column-gap: 31px;
  }
  .gap-y-md-31 {
    row-gap: 31px;
  }
  .rounded-md-31 {
    border-radius: 31px;
  }
  .mb-md-31 {
    margin-bottom: 31px;
  }
  .mt-md-31 {
    margin-top: 31px;
  }
  .mr-md-31 {
    margin-right: 31px;
  }
  .ml-md-31 {
    margin-left: 31px;
  }
  .mx-md-31 {
    margin-right: 31px;
    margin-left: 31px;
  }
  .my-md-31 {
    margin-top: 31px;
    margin-bottom: 31px;
  }
  .p-md-31 {
    padding: 31px;
  }
  .px-md-31 {
    padding-right: 31px;
    padding-left: 31px;
  }
  .py-md-31 {
    padding-top: 31px;
    padding-bottom: 31px;
  }
  .pr-md-31 {
    padding-right: 31px;
  }
  .pl-md-31 {
    padding-left: 31px;
  }
  .pt-md-31 {
    padding-top: 31px;
  }
  .pb-md-31 {
    padding-bottom: 31px;
  }
  .fs-md-31 {
    font-size: 31px;
  }
  .w-md-31 {
    width: 31px;
  }
  .h-md-31 {
    height: 31px;
  }
}
@media (min-width: 992px) {
  .lh-lg-31 {
    line-height: 31px;
  }
  .line-height-lg-31 {
    line-height: 31px;
  }
  .grid-cols-lg-31 {
    grid-template-columns: repeat(31, 1fr);
  }
  .gap-lg-31 {
    gap: 31px;
  }
  .gap-x-lg-31 {
    -moz-column-gap: 31px;
         column-gap: 31px;
  }
  .gap-y-lg-31 {
    row-gap: 31px;
  }
  .rounded-lg-31 {
    border-radius: 31px;
  }
  .mb-lg-31 {
    margin-bottom: 31px;
  }
  .mt-lg-31 {
    margin-top: 31px;
  }
  .mr-lg-31 {
    margin-right: 31px;
  }
  .ml-lg-31 {
    margin-left: 31px;
  }
  .mx-lg-31 {
    margin-right: 31px;
    margin-left: 31px;
  }
  .my-lg-31 {
    margin-top: 31px;
    margin-bottom: 31px;
  }
  .p-lg-31 {
    padding: 31px;
  }
  .px-lg-31 {
    padding-right: 31px;
    padding-left: 31px;
  }
  .py-lg-31 {
    padding-top: 31px;
    padding-bottom: 31px;
  }
  .pr-lg-31 {
    padding-right: 31px;
  }
  .pl-lg-31 {
    padding-left: 31px;
  }
  .pt-lg-31 {
    padding-top: 31px;
  }
  .pb-lg-31 {
    padding-bottom: 31px;
  }
  .fs-lg-31 {
    font-size: 31px;
  }
  .w-lg-31 {
    width: 31px;
  }
  .h-lg-31 {
    height: 31px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-31 {
    line-height: 31px;
  }
  .line-height-xl-31 {
    line-height: 31px;
  }
  .grid-cols-xl-31 {
    grid-template-columns: repeat(31, 1fr);
  }
  .gap-xl-31 {
    gap: 31px;
  }
  .gap-x-xl-31 {
    -moz-column-gap: 31px;
         column-gap: 31px;
  }
  .gap-y-xl-31 {
    row-gap: 31px;
  }
  .rounded-xl-31 {
    border-radius: 31px;
  }
  .mb-xl-31 {
    margin-bottom: 31px;
  }
  .mt-xl-31 {
    margin-top: 31px;
  }
  .mr-xl-31 {
    margin-right: 31px;
  }
  .ml-xl-31 {
    margin-left: 31px;
  }
  .mx-xl-31 {
    margin-right: 31px;
    margin-left: 31px;
  }
  .my-xl-31 {
    margin-top: 31px;
    margin-bottom: 31px;
  }
  .p-xl-31 {
    padding: 31px;
  }
  .px-xl-31 {
    padding-right: 31px;
    padding-left: 31px;
  }
  .py-xl-31 {
    padding-top: 31px;
    padding-bottom: 31px;
  }
  .pr-xl-31 {
    padding-right: 31px;
  }
  .pl-xl-31 {
    padding-left: 31px;
  }
  .pt-xl-31 {
    padding-top: 31px;
  }
  .pb-xl-31 {
    padding-bottom: 31px;
  }
  .fs-xl-31 {
    font-size: 31px;
  }
  .w-xl-31 {
    width: 31px;
  }
  .h-xl-31 {
    height: 31px;
  }
}
.lh-32 {
  line-height: 32px;
}

.grid-cols-32 {
  grid-template-columns: repeat(32, 1fr);
}

.line-height-32 {
  line-height: 32px;
}

.gap-32 {
  gap: 32px;
}

.gap-x-32 {
  -moz-column-gap: 32px;
       column-gap: 32px;
}

.gap-y-32 {
  row-gap: 32px;
}

.rounded-32 {
  border-radius: 32px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mt-32 {
  margin-top: 32px;
}

.mr-32 {
  margin-right: 32px;
}

.ml-32 {
  margin-left: 32px;
}

.mx-32 {
  margin-right: 32px;
  margin-left: 32px;
}

.my-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.p-32 {
  padding: 32px;
}

.px-32 {
  padding-right: 32px;
  padding-left: 32px;
}

.py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.pr-32 {
  padding-right: 32px;
}

.pl-32 {
  padding-left: 32px;
}

.pt-32 {
  padding-top: 32px;
}

.pb-32 {
  padding-bottom: 32px;
}

.fs-32 {
  font-size: 32px;
}

.w-32 {
  width: 32px;
}

.h-32 {
  height: 32px;
}

@media (min-width: 576px) {
  .lh-sm-32 {
    line-height: 32px;
  }
  .line-height-sm-32 {
    line-height: 32px;
  }
  .grid-cols-sm-32 {
    grid-template-columns: repeat(32, 1fr);
  }
  .gap-sm-32 {
    gap: 32px;
  }
  .gap-x-sm-32 {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
  .gap-y-sm-32 {
    row-gap: 32px;
  }
  .rounded-sm-32 {
    border-radius: 32px;
  }
  .mb-sm-32 {
    margin-bottom: 32px;
  }
  .mt-sm-32 {
    margin-top: 32px;
  }
  .mr-sm-32 {
    margin-right: 32px;
  }
  .ml-sm-32 {
    margin-left: 32px;
  }
  .mx-sm-32 {
    margin-right: 32px;
    margin-left: 32px;
  }
  .my-sm-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .p-sm-32 {
    padding: 32px;
  }
  .px-sm-32 {
    padding-right: 32px;
    padding-left: 32px;
  }
  .py-sm-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .pr-sm-32 {
    padding-right: 32px;
  }
  .pl-sm-32 {
    padding-left: 32px;
  }
  .pt-sm-32 {
    padding-top: 32px;
  }
  .pb-sm-32 {
    padding-bottom: 32px;
  }
  .fs-sm-32 {
    font-size: 32px;
  }
  .w-sm-32 {
    width: 32px;
  }
  .h-sm-32 {
    height: 32px;
  }
}
@media (min-width: 768px) {
  .lh-md-32 {
    line-height: 32px;
  }
  .line-height-md-32 {
    line-height: 32px;
  }
  .grid-cols-md-32 {
    grid-template-columns: repeat(32, 1fr);
  }
  .gap-md-32 {
    gap: 32px;
  }
  .gap-x-md-32 {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
  .gap-y-md-32 {
    row-gap: 32px;
  }
  .rounded-md-32 {
    border-radius: 32px;
  }
  .mb-md-32 {
    margin-bottom: 32px;
  }
  .mt-md-32 {
    margin-top: 32px;
  }
  .mr-md-32 {
    margin-right: 32px;
  }
  .ml-md-32 {
    margin-left: 32px;
  }
  .mx-md-32 {
    margin-right: 32px;
    margin-left: 32px;
  }
  .my-md-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .p-md-32 {
    padding: 32px;
  }
  .px-md-32 {
    padding-right: 32px;
    padding-left: 32px;
  }
  .py-md-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .pr-md-32 {
    padding-right: 32px;
  }
  .pl-md-32 {
    padding-left: 32px;
  }
  .pt-md-32 {
    padding-top: 32px;
  }
  .pb-md-32 {
    padding-bottom: 32px;
  }
  .fs-md-32 {
    font-size: 32px;
  }
  .w-md-32 {
    width: 32px;
  }
  .h-md-32 {
    height: 32px;
  }
}
@media (min-width: 992px) {
  .lh-lg-32 {
    line-height: 32px;
  }
  .line-height-lg-32 {
    line-height: 32px;
  }
  .grid-cols-lg-32 {
    grid-template-columns: repeat(32, 1fr);
  }
  .gap-lg-32 {
    gap: 32px;
  }
  .gap-x-lg-32 {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
  .gap-y-lg-32 {
    row-gap: 32px;
  }
  .rounded-lg-32 {
    border-radius: 32px;
  }
  .mb-lg-32 {
    margin-bottom: 32px;
  }
  .mt-lg-32 {
    margin-top: 32px;
  }
  .mr-lg-32 {
    margin-right: 32px;
  }
  .ml-lg-32 {
    margin-left: 32px;
  }
  .mx-lg-32 {
    margin-right: 32px;
    margin-left: 32px;
  }
  .my-lg-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .p-lg-32 {
    padding: 32px;
  }
  .px-lg-32 {
    padding-right: 32px;
    padding-left: 32px;
  }
  .py-lg-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .pr-lg-32 {
    padding-right: 32px;
  }
  .pl-lg-32 {
    padding-left: 32px;
  }
  .pt-lg-32 {
    padding-top: 32px;
  }
  .pb-lg-32 {
    padding-bottom: 32px;
  }
  .fs-lg-32 {
    font-size: 32px;
  }
  .w-lg-32 {
    width: 32px;
  }
  .h-lg-32 {
    height: 32px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-32 {
    line-height: 32px;
  }
  .line-height-xl-32 {
    line-height: 32px;
  }
  .grid-cols-xl-32 {
    grid-template-columns: repeat(32, 1fr);
  }
  .gap-xl-32 {
    gap: 32px;
  }
  .gap-x-xl-32 {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
  .gap-y-xl-32 {
    row-gap: 32px;
  }
  .rounded-xl-32 {
    border-radius: 32px;
  }
  .mb-xl-32 {
    margin-bottom: 32px;
  }
  .mt-xl-32 {
    margin-top: 32px;
  }
  .mr-xl-32 {
    margin-right: 32px;
  }
  .ml-xl-32 {
    margin-left: 32px;
  }
  .mx-xl-32 {
    margin-right: 32px;
    margin-left: 32px;
  }
  .my-xl-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .p-xl-32 {
    padding: 32px;
  }
  .px-xl-32 {
    padding-right: 32px;
    padding-left: 32px;
  }
  .py-xl-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .pr-xl-32 {
    padding-right: 32px;
  }
  .pl-xl-32 {
    padding-left: 32px;
  }
  .pt-xl-32 {
    padding-top: 32px;
  }
  .pb-xl-32 {
    padding-bottom: 32px;
  }
  .fs-xl-32 {
    font-size: 32px;
  }
  .w-xl-32 {
    width: 32px;
  }
  .h-xl-32 {
    height: 32px;
  }
}
.lh-33 {
  line-height: 33px;
}

.grid-cols-33 {
  grid-template-columns: repeat(33, 1fr);
}

.line-height-33 {
  line-height: 33px;
}

.gap-33 {
  gap: 33px;
}

.gap-x-33 {
  -moz-column-gap: 33px;
       column-gap: 33px;
}

.gap-y-33 {
  row-gap: 33px;
}

.rounded-33 {
  border-radius: 33px;
}

.mb-33 {
  margin-bottom: 33px;
}

.mt-33 {
  margin-top: 33px;
}

.mr-33 {
  margin-right: 33px;
}

.ml-33 {
  margin-left: 33px;
}

.mx-33 {
  margin-right: 33px;
  margin-left: 33px;
}

.my-33 {
  margin-top: 33px;
  margin-bottom: 33px;
}

.p-33 {
  padding: 33px;
}

.px-33 {
  padding-right: 33px;
  padding-left: 33px;
}

.py-33 {
  padding-top: 33px;
  padding-bottom: 33px;
}

.pr-33 {
  padding-right: 33px;
}

.pl-33 {
  padding-left: 33px;
}

.pt-33 {
  padding-top: 33px;
}

.pb-33 {
  padding-bottom: 33px;
}

.fs-33 {
  font-size: 33px;
}

.w-33 {
  width: 33px;
}

.h-33 {
  height: 33px;
}

@media (min-width: 576px) {
  .lh-sm-33 {
    line-height: 33px;
  }
  .line-height-sm-33 {
    line-height: 33px;
  }
  .grid-cols-sm-33 {
    grid-template-columns: repeat(33, 1fr);
  }
  .gap-sm-33 {
    gap: 33px;
  }
  .gap-x-sm-33 {
    -moz-column-gap: 33px;
         column-gap: 33px;
  }
  .gap-y-sm-33 {
    row-gap: 33px;
  }
  .rounded-sm-33 {
    border-radius: 33px;
  }
  .mb-sm-33 {
    margin-bottom: 33px;
  }
  .mt-sm-33 {
    margin-top: 33px;
  }
  .mr-sm-33 {
    margin-right: 33px;
  }
  .ml-sm-33 {
    margin-left: 33px;
  }
  .mx-sm-33 {
    margin-right: 33px;
    margin-left: 33px;
  }
  .my-sm-33 {
    margin-top: 33px;
    margin-bottom: 33px;
  }
  .p-sm-33 {
    padding: 33px;
  }
  .px-sm-33 {
    padding-right: 33px;
    padding-left: 33px;
  }
  .py-sm-33 {
    padding-top: 33px;
    padding-bottom: 33px;
  }
  .pr-sm-33 {
    padding-right: 33px;
  }
  .pl-sm-33 {
    padding-left: 33px;
  }
  .pt-sm-33 {
    padding-top: 33px;
  }
  .pb-sm-33 {
    padding-bottom: 33px;
  }
  .fs-sm-33 {
    font-size: 33px;
  }
  .w-sm-33 {
    width: 33px;
  }
  .h-sm-33 {
    height: 33px;
  }
}
@media (min-width: 768px) {
  .lh-md-33 {
    line-height: 33px;
  }
  .line-height-md-33 {
    line-height: 33px;
  }
  .grid-cols-md-33 {
    grid-template-columns: repeat(33, 1fr);
  }
  .gap-md-33 {
    gap: 33px;
  }
  .gap-x-md-33 {
    -moz-column-gap: 33px;
         column-gap: 33px;
  }
  .gap-y-md-33 {
    row-gap: 33px;
  }
  .rounded-md-33 {
    border-radius: 33px;
  }
  .mb-md-33 {
    margin-bottom: 33px;
  }
  .mt-md-33 {
    margin-top: 33px;
  }
  .mr-md-33 {
    margin-right: 33px;
  }
  .ml-md-33 {
    margin-left: 33px;
  }
  .mx-md-33 {
    margin-right: 33px;
    margin-left: 33px;
  }
  .my-md-33 {
    margin-top: 33px;
    margin-bottom: 33px;
  }
  .p-md-33 {
    padding: 33px;
  }
  .px-md-33 {
    padding-right: 33px;
    padding-left: 33px;
  }
  .py-md-33 {
    padding-top: 33px;
    padding-bottom: 33px;
  }
  .pr-md-33 {
    padding-right: 33px;
  }
  .pl-md-33 {
    padding-left: 33px;
  }
  .pt-md-33 {
    padding-top: 33px;
  }
  .pb-md-33 {
    padding-bottom: 33px;
  }
  .fs-md-33 {
    font-size: 33px;
  }
  .w-md-33 {
    width: 33px;
  }
  .h-md-33 {
    height: 33px;
  }
}
@media (min-width: 992px) {
  .lh-lg-33 {
    line-height: 33px;
  }
  .line-height-lg-33 {
    line-height: 33px;
  }
  .grid-cols-lg-33 {
    grid-template-columns: repeat(33, 1fr);
  }
  .gap-lg-33 {
    gap: 33px;
  }
  .gap-x-lg-33 {
    -moz-column-gap: 33px;
         column-gap: 33px;
  }
  .gap-y-lg-33 {
    row-gap: 33px;
  }
  .rounded-lg-33 {
    border-radius: 33px;
  }
  .mb-lg-33 {
    margin-bottom: 33px;
  }
  .mt-lg-33 {
    margin-top: 33px;
  }
  .mr-lg-33 {
    margin-right: 33px;
  }
  .ml-lg-33 {
    margin-left: 33px;
  }
  .mx-lg-33 {
    margin-right: 33px;
    margin-left: 33px;
  }
  .my-lg-33 {
    margin-top: 33px;
    margin-bottom: 33px;
  }
  .p-lg-33 {
    padding: 33px;
  }
  .px-lg-33 {
    padding-right: 33px;
    padding-left: 33px;
  }
  .py-lg-33 {
    padding-top: 33px;
    padding-bottom: 33px;
  }
  .pr-lg-33 {
    padding-right: 33px;
  }
  .pl-lg-33 {
    padding-left: 33px;
  }
  .pt-lg-33 {
    padding-top: 33px;
  }
  .pb-lg-33 {
    padding-bottom: 33px;
  }
  .fs-lg-33 {
    font-size: 33px;
  }
  .w-lg-33 {
    width: 33px;
  }
  .h-lg-33 {
    height: 33px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-33 {
    line-height: 33px;
  }
  .line-height-xl-33 {
    line-height: 33px;
  }
  .grid-cols-xl-33 {
    grid-template-columns: repeat(33, 1fr);
  }
  .gap-xl-33 {
    gap: 33px;
  }
  .gap-x-xl-33 {
    -moz-column-gap: 33px;
         column-gap: 33px;
  }
  .gap-y-xl-33 {
    row-gap: 33px;
  }
  .rounded-xl-33 {
    border-radius: 33px;
  }
  .mb-xl-33 {
    margin-bottom: 33px;
  }
  .mt-xl-33 {
    margin-top: 33px;
  }
  .mr-xl-33 {
    margin-right: 33px;
  }
  .ml-xl-33 {
    margin-left: 33px;
  }
  .mx-xl-33 {
    margin-right: 33px;
    margin-left: 33px;
  }
  .my-xl-33 {
    margin-top: 33px;
    margin-bottom: 33px;
  }
  .p-xl-33 {
    padding: 33px;
  }
  .px-xl-33 {
    padding-right: 33px;
    padding-left: 33px;
  }
  .py-xl-33 {
    padding-top: 33px;
    padding-bottom: 33px;
  }
  .pr-xl-33 {
    padding-right: 33px;
  }
  .pl-xl-33 {
    padding-left: 33px;
  }
  .pt-xl-33 {
    padding-top: 33px;
  }
  .pb-xl-33 {
    padding-bottom: 33px;
  }
  .fs-xl-33 {
    font-size: 33px;
  }
  .w-xl-33 {
    width: 33px;
  }
  .h-xl-33 {
    height: 33px;
  }
}
.lh-34 {
  line-height: 34px;
}

.grid-cols-34 {
  grid-template-columns: repeat(34, 1fr);
}

.line-height-34 {
  line-height: 34px;
}

.gap-34 {
  gap: 34px;
}

.gap-x-34 {
  -moz-column-gap: 34px;
       column-gap: 34px;
}

.gap-y-34 {
  row-gap: 34px;
}

.rounded-34 {
  border-radius: 34px;
}

.mb-34 {
  margin-bottom: 34px;
}

.mt-34 {
  margin-top: 34px;
}

.mr-34 {
  margin-right: 34px;
}

.ml-34 {
  margin-left: 34px;
}

.mx-34 {
  margin-right: 34px;
  margin-left: 34px;
}

.my-34 {
  margin-top: 34px;
  margin-bottom: 34px;
}

.p-34 {
  padding: 34px;
}

.px-34 {
  padding-right: 34px;
  padding-left: 34px;
}

.py-34 {
  padding-top: 34px;
  padding-bottom: 34px;
}

.pr-34 {
  padding-right: 34px;
}

.pl-34 {
  padding-left: 34px;
}

.pt-34 {
  padding-top: 34px;
}

.pb-34 {
  padding-bottom: 34px;
}

.fs-34 {
  font-size: 34px;
}

.w-34 {
  width: 34px;
}

.h-34 {
  height: 34px;
}

@media (min-width: 576px) {
  .lh-sm-34 {
    line-height: 34px;
  }
  .line-height-sm-34 {
    line-height: 34px;
  }
  .grid-cols-sm-34 {
    grid-template-columns: repeat(34, 1fr);
  }
  .gap-sm-34 {
    gap: 34px;
  }
  .gap-x-sm-34 {
    -moz-column-gap: 34px;
         column-gap: 34px;
  }
  .gap-y-sm-34 {
    row-gap: 34px;
  }
  .rounded-sm-34 {
    border-radius: 34px;
  }
  .mb-sm-34 {
    margin-bottom: 34px;
  }
  .mt-sm-34 {
    margin-top: 34px;
  }
  .mr-sm-34 {
    margin-right: 34px;
  }
  .ml-sm-34 {
    margin-left: 34px;
  }
  .mx-sm-34 {
    margin-right: 34px;
    margin-left: 34px;
  }
  .my-sm-34 {
    margin-top: 34px;
    margin-bottom: 34px;
  }
  .p-sm-34 {
    padding: 34px;
  }
  .px-sm-34 {
    padding-right: 34px;
    padding-left: 34px;
  }
  .py-sm-34 {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .pr-sm-34 {
    padding-right: 34px;
  }
  .pl-sm-34 {
    padding-left: 34px;
  }
  .pt-sm-34 {
    padding-top: 34px;
  }
  .pb-sm-34 {
    padding-bottom: 34px;
  }
  .fs-sm-34 {
    font-size: 34px;
  }
  .w-sm-34 {
    width: 34px;
  }
  .h-sm-34 {
    height: 34px;
  }
}
@media (min-width: 768px) {
  .lh-md-34 {
    line-height: 34px;
  }
  .line-height-md-34 {
    line-height: 34px;
  }
  .grid-cols-md-34 {
    grid-template-columns: repeat(34, 1fr);
  }
  .gap-md-34 {
    gap: 34px;
  }
  .gap-x-md-34 {
    -moz-column-gap: 34px;
         column-gap: 34px;
  }
  .gap-y-md-34 {
    row-gap: 34px;
  }
  .rounded-md-34 {
    border-radius: 34px;
  }
  .mb-md-34 {
    margin-bottom: 34px;
  }
  .mt-md-34 {
    margin-top: 34px;
  }
  .mr-md-34 {
    margin-right: 34px;
  }
  .ml-md-34 {
    margin-left: 34px;
  }
  .mx-md-34 {
    margin-right: 34px;
    margin-left: 34px;
  }
  .my-md-34 {
    margin-top: 34px;
    margin-bottom: 34px;
  }
  .p-md-34 {
    padding: 34px;
  }
  .px-md-34 {
    padding-right: 34px;
    padding-left: 34px;
  }
  .py-md-34 {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .pr-md-34 {
    padding-right: 34px;
  }
  .pl-md-34 {
    padding-left: 34px;
  }
  .pt-md-34 {
    padding-top: 34px;
  }
  .pb-md-34 {
    padding-bottom: 34px;
  }
  .fs-md-34 {
    font-size: 34px;
  }
  .w-md-34 {
    width: 34px;
  }
  .h-md-34 {
    height: 34px;
  }
}
@media (min-width: 992px) {
  .lh-lg-34 {
    line-height: 34px;
  }
  .line-height-lg-34 {
    line-height: 34px;
  }
  .grid-cols-lg-34 {
    grid-template-columns: repeat(34, 1fr);
  }
  .gap-lg-34 {
    gap: 34px;
  }
  .gap-x-lg-34 {
    -moz-column-gap: 34px;
         column-gap: 34px;
  }
  .gap-y-lg-34 {
    row-gap: 34px;
  }
  .rounded-lg-34 {
    border-radius: 34px;
  }
  .mb-lg-34 {
    margin-bottom: 34px;
  }
  .mt-lg-34 {
    margin-top: 34px;
  }
  .mr-lg-34 {
    margin-right: 34px;
  }
  .ml-lg-34 {
    margin-left: 34px;
  }
  .mx-lg-34 {
    margin-right: 34px;
    margin-left: 34px;
  }
  .my-lg-34 {
    margin-top: 34px;
    margin-bottom: 34px;
  }
  .p-lg-34 {
    padding: 34px;
  }
  .px-lg-34 {
    padding-right: 34px;
    padding-left: 34px;
  }
  .py-lg-34 {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .pr-lg-34 {
    padding-right: 34px;
  }
  .pl-lg-34 {
    padding-left: 34px;
  }
  .pt-lg-34 {
    padding-top: 34px;
  }
  .pb-lg-34 {
    padding-bottom: 34px;
  }
  .fs-lg-34 {
    font-size: 34px;
  }
  .w-lg-34 {
    width: 34px;
  }
  .h-lg-34 {
    height: 34px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-34 {
    line-height: 34px;
  }
  .line-height-xl-34 {
    line-height: 34px;
  }
  .grid-cols-xl-34 {
    grid-template-columns: repeat(34, 1fr);
  }
  .gap-xl-34 {
    gap: 34px;
  }
  .gap-x-xl-34 {
    -moz-column-gap: 34px;
         column-gap: 34px;
  }
  .gap-y-xl-34 {
    row-gap: 34px;
  }
  .rounded-xl-34 {
    border-radius: 34px;
  }
  .mb-xl-34 {
    margin-bottom: 34px;
  }
  .mt-xl-34 {
    margin-top: 34px;
  }
  .mr-xl-34 {
    margin-right: 34px;
  }
  .ml-xl-34 {
    margin-left: 34px;
  }
  .mx-xl-34 {
    margin-right: 34px;
    margin-left: 34px;
  }
  .my-xl-34 {
    margin-top: 34px;
    margin-bottom: 34px;
  }
  .p-xl-34 {
    padding: 34px;
  }
  .px-xl-34 {
    padding-right: 34px;
    padding-left: 34px;
  }
  .py-xl-34 {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .pr-xl-34 {
    padding-right: 34px;
  }
  .pl-xl-34 {
    padding-left: 34px;
  }
  .pt-xl-34 {
    padding-top: 34px;
  }
  .pb-xl-34 {
    padding-bottom: 34px;
  }
  .fs-xl-34 {
    font-size: 34px;
  }
  .w-xl-34 {
    width: 34px;
  }
  .h-xl-34 {
    height: 34px;
  }
}
.lh-35 {
  line-height: 35px;
}

.grid-cols-35 {
  grid-template-columns: repeat(35, 1fr);
}

.line-height-35 {
  line-height: 35px;
}

.gap-35 {
  gap: 35px;
}

.gap-x-35 {
  -moz-column-gap: 35px;
       column-gap: 35px;
}

.gap-y-35 {
  row-gap: 35px;
}

.rounded-35 {
  border-radius: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mt-35 {
  margin-top: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.mx-35 {
  margin-right: 35px;
  margin-left: 35px;
}

.my-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.p-35 {
  padding: 35px;
}

.px-35 {
  padding-right: 35px;
  padding-left: 35px;
}

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.pl-35 {
  padding-left: 35px;
}

.pt-35 {
  padding-top: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.fs-35 {
  font-size: 35px;
}

.w-35 {
  width: 35px;
}

.h-35 {
  height: 35px;
}

@media (min-width: 576px) {
  .lh-sm-35 {
    line-height: 35px;
  }
  .line-height-sm-35 {
    line-height: 35px;
  }
  .grid-cols-sm-35 {
    grid-template-columns: repeat(35, 1fr);
  }
  .gap-sm-35 {
    gap: 35px;
  }
  .gap-x-sm-35 {
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
  .gap-y-sm-35 {
    row-gap: 35px;
  }
  .rounded-sm-35 {
    border-radius: 35px;
  }
  .mb-sm-35 {
    margin-bottom: 35px;
  }
  .mt-sm-35 {
    margin-top: 35px;
  }
  .mr-sm-35 {
    margin-right: 35px;
  }
  .ml-sm-35 {
    margin-left: 35px;
  }
  .mx-sm-35 {
    margin-right: 35px;
    margin-left: 35px;
  }
  .my-sm-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .p-sm-35 {
    padding: 35px;
  }
  .px-sm-35 {
    padding-right: 35px;
    padding-left: 35px;
  }
  .py-sm-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .pr-sm-35 {
    padding-right: 35px;
  }
  .pl-sm-35 {
    padding-left: 35px;
  }
  .pt-sm-35 {
    padding-top: 35px;
  }
  .pb-sm-35 {
    padding-bottom: 35px;
  }
  .fs-sm-35 {
    font-size: 35px;
  }
  .w-sm-35 {
    width: 35px;
  }
  .h-sm-35 {
    height: 35px;
  }
}
@media (min-width: 768px) {
  .lh-md-35 {
    line-height: 35px;
  }
  .line-height-md-35 {
    line-height: 35px;
  }
  .grid-cols-md-35 {
    grid-template-columns: repeat(35, 1fr);
  }
  .gap-md-35 {
    gap: 35px;
  }
  .gap-x-md-35 {
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
  .gap-y-md-35 {
    row-gap: 35px;
  }
  .rounded-md-35 {
    border-radius: 35px;
  }
  .mb-md-35 {
    margin-bottom: 35px;
  }
  .mt-md-35 {
    margin-top: 35px;
  }
  .mr-md-35 {
    margin-right: 35px;
  }
  .ml-md-35 {
    margin-left: 35px;
  }
  .mx-md-35 {
    margin-right: 35px;
    margin-left: 35px;
  }
  .my-md-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .p-md-35 {
    padding: 35px;
  }
  .px-md-35 {
    padding-right: 35px;
    padding-left: 35px;
  }
  .py-md-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .pr-md-35 {
    padding-right: 35px;
  }
  .pl-md-35 {
    padding-left: 35px;
  }
  .pt-md-35 {
    padding-top: 35px;
  }
  .pb-md-35 {
    padding-bottom: 35px;
  }
  .fs-md-35 {
    font-size: 35px;
  }
  .w-md-35 {
    width: 35px;
  }
  .h-md-35 {
    height: 35px;
  }
}
@media (min-width: 992px) {
  .lh-lg-35 {
    line-height: 35px;
  }
  .line-height-lg-35 {
    line-height: 35px;
  }
  .grid-cols-lg-35 {
    grid-template-columns: repeat(35, 1fr);
  }
  .gap-lg-35 {
    gap: 35px;
  }
  .gap-x-lg-35 {
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
  .gap-y-lg-35 {
    row-gap: 35px;
  }
  .rounded-lg-35 {
    border-radius: 35px;
  }
  .mb-lg-35 {
    margin-bottom: 35px;
  }
  .mt-lg-35 {
    margin-top: 35px;
  }
  .mr-lg-35 {
    margin-right: 35px;
  }
  .ml-lg-35 {
    margin-left: 35px;
  }
  .mx-lg-35 {
    margin-right: 35px;
    margin-left: 35px;
  }
  .my-lg-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .p-lg-35 {
    padding: 35px;
  }
  .px-lg-35 {
    padding-right: 35px;
    padding-left: 35px;
  }
  .py-lg-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .pr-lg-35 {
    padding-right: 35px;
  }
  .pl-lg-35 {
    padding-left: 35px;
  }
  .pt-lg-35 {
    padding-top: 35px;
  }
  .pb-lg-35 {
    padding-bottom: 35px;
  }
  .fs-lg-35 {
    font-size: 35px;
  }
  .w-lg-35 {
    width: 35px;
  }
  .h-lg-35 {
    height: 35px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-35 {
    line-height: 35px;
  }
  .line-height-xl-35 {
    line-height: 35px;
  }
  .grid-cols-xl-35 {
    grid-template-columns: repeat(35, 1fr);
  }
  .gap-xl-35 {
    gap: 35px;
  }
  .gap-x-xl-35 {
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
  .gap-y-xl-35 {
    row-gap: 35px;
  }
  .rounded-xl-35 {
    border-radius: 35px;
  }
  .mb-xl-35 {
    margin-bottom: 35px;
  }
  .mt-xl-35 {
    margin-top: 35px;
  }
  .mr-xl-35 {
    margin-right: 35px;
  }
  .ml-xl-35 {
    margin-left: 35px;
  }
  .mx-xl-35 {
    margin-right: 35px;
    margin-left: 35px;
  }
  .my-xl-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .p-xl-35 {
    padding: 35px;
  }
  .px-xl-35 {
    padding-right: 35px;
    padding-left: 35px;
  }
  .py-xl-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .pr-xl-35 {
    padding-right: 35px;
  }
  .pl-xl-35 {
    padding-left: 35px;
  }
  .pt-xl-35 {
    padding-top: 35px;
  }
  .pb-xl-35 {
    padding-bottom: 35px;
  }
  .fs-xl-35 {
    font-size: 35px;
  }
  .w-xl-35 {
    width: 35px;
  }
  .h-xl-35 {
    height: 35px;
  }
}
.lh-36 {
  line-height: 36px;
}

.grid-cols-36 {
  grid-template-columns: repeat(36, 1fr);
}

.line-height-36 {
  line-height: 36px;
}

.gap-36 {
  gap: 36px;
}

.gap-x-36 {
  -moz-column-gap: 36px;
       column-gap: 36px;
}

.gap-y-36 {
  row-gap: 36px;
}

.rounded-36 {
  border-radius: 36px;
}

.mb-36 {
  margin-bottom: 36px;
}

.mt-36 {
  margin-top: 36px;
}

.mr-36 {
  margin-right: 36px;
}

.ml-36 {
  margin-left: 36px;
}

.mx-36 {
  margin-right: 36px;
  margin-left: 36px;
}

.my-36 {
  margin-top: 36px;
  margin-bottom: 36px;
}

.p-36 {
  padding: 36px;
}

.px-36 {
  padding-right: 36px;
  padding-left: 36px;
}

.py-36 {
  padding-top: 36px;
  padding-bottom: 36px;
}

.pr-36 {
  padding-right: 36px;
}

.pl-36 {
  padding-left: 36px;
}

.pt-36 {
  padding-top: 36px;
}

.pb-36 {
  padding-bottom: 36px;
}

.fs-36 {
  font-size: 36px;
}

.w-36 {
  width: 36px;
}

.h-36 {
  height: 36px;
}

@media (min-width: 576px) {
  .lh-sm-36 {
    line-height: 36px;
  }
  .line-height-sm-36 {
    line-height: 36px;
  }
  .grid-cols-sm-36 {
    grid-template-columns: repeat(36, 1fr);
  }
  .gap-sm-36 {
    gap: 36px;
  }
  .gap-x-sm-36 {
    -moz-column-gap: 36px;
         column-gap: 36px;
  }
  .gap-y-sm-36 {
    row-gap: 36px;
  }
  .rounded-sm-36 {
    border-radius: 36px;
  }
  .mb-sm-36 {
    margin-bottom: 36px;
  }
  .mt-sm-36 {
    margin-top: 36px;
  }
  .mr-sm-36 {
    margin-right: 36px;
  }
  .ml-sm-36 {
    margin-left: 36px;
  }
  .mx-sm-36 {
    margin-right: 36px;
    margin-left: 36px;
  }
  .my-sm-36 {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .p-sm-36 {
    padding: 36px;
  }
  .px-sm-36 {
    padding-right: 36px;
    padding-left: 36px;
  }
  .py-sm-36 {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .pr-sm-36 {
    padding-right: 36px;
  }
  .pl-sm-36 {
    padding-left: 36px;
  }
  .pt-sm-36 {
    padding-top: 36px;
  }
  .pb-sm-36 {
    padding-bottom: 36px;
  }
  .fs-sm-36 {
    font-size: 36px;
  }
  .w-sm-36 {
    width: 36px;
  }
  .h-sm-36 {
    height: 36px;
  }
}
@media (min-width: 768px) {
  .lh-md-36 {
    line-height: 36px;
  }
  .line-height-md-36 {
    line-height: 36px;
  }
  .grid-cols-md-36 {
    grid-template-columns: repeat(36, 1fr);
  }
  .gap-md-36 {
    gap: 36px;
  }
  .gap-x-md-36 {
    -moz-column-gap: 36px;
         column-gap: 36px;
  }
  .gap-y-md-36 {
    row-gap: 36px;
  }
  .rounded-md-36 {
    border-radius: 36px;
  }
  .mb-md-36 {
    margin-bottom: 36px;
  }
  .mt-md-36 {
    margin-top: 36px;
  }
  .mr-md-36 {
    margin-right: 36px;
  }
  .ml-md-36 {
    margin-left: 36px;
  }
  .mx-md-36 {
    margin-right: 36px;
    margin-left: 36px;
  }
  .my-md-36 {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .p-md-36 {
    padding: 36px;
  }
  .px-md-36 {
    padding-right: 36px;
    padding-left: 36px;
  }
  .py-md-36 {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .pr-md-36 {
    padding-right: 36px;
  }
  .pl-md-36 {
    padding-left: 36px;
  }
  .pt-md-36 {
    padding-top: 36px;
  }
  .pb-md-36 {
    padding-bottom: 36px;
  }
  .fs-md-36 {
    font-size: 36px;
  }
  .w-md-36 {
    width: 36px;
  }
  .h-md-36 {
    height: 36px;
  }
}
@media (min-width: 992px) {
  .lh-lg-36 {
    line-height: 36px;
  }
  .line-height-lg-36 {
    line-height: 36px;
  }
  .grid-cols-lg-36 {
    grid-template-columns: repeat(36, 1fr);
  }
  .gap-lg-36 {
    gap: 36px;
  }
  .gap-x-lg-36 {
    -moz-column-gap: 36px;
         column-gap: 36px;
  }
  .gap-y-lg-36 {
    row-gap: 36px;
  }
  .rounded-lg-36 {
    border-radius: 36px;
  }
  .mb-lg-36 {
    margin-bottom: 36px;
  }
  .mt-lg-36 {
    margin-top: 36px;
  }
  .mr-lg-36 {
    margin-right: 36px;
  }
  .ml-lg-36 {
    margin-left: 36px;
  }
  .mx-lg-36 {
    margin-right: 36px;
    margin-left: 36px;
  }
  .my-lg-36 {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .p-lg-36 {
    padding: 36px;
  }
  .px-lg-36 {
    padding-right: 36px;
    padding-left: 36px;
  }
  .py-lg-36 {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .pr-lg-36 {
    padding-right: 36px;
  }
  .pl-lg-36 {
    padding-left: 36px;
  }
  .pt-lg-36 {
    padding-top: 36px;
  }
  .pb-lg-36 {
    padding-bottom: 36px;
  }
  .fs-lg-36 {
    font-size: 36px;
  }
  .w-lg-36 {
    width: 36px;
  }
  .h-lg-36 {
    height: 36px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-36 {
    line-height: 36px;
  }
  .line-height-xl-36 {
    line-height: 36px;
  }
  .grid-cols-xl-36 {
    grid-template-columns: repeat(36, 1fr);
  }
  .gap-xl-36 {
    gap: 36px;
  }
  .gap-x-xl-36 {
    -moz-column-gap: 36px;
         column-gap: 36px;
  }
  .gap-y-xl-36 {
    row-gap: 36px;
  }
  .rounded-xl-36 {
    border-radius: 36px;
  }
  .mb-xl-36 {
    margin-bottom: 36px;
  }
  .mt-xl-36 {
    margin-top: 36px;
  }
  .mr-xl-36 {
    margin-right: 36px;
  }
  .ml-xl-36 {
    margin-left: 36px;
  }
  .mx-xl-36 {
    margin-right: 36px;
    margin-left: 36px;
  }
  .my-xl-36 {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .p-xl-36 {
    padding: 36px;
  }
  .px-xl-36 {
    padding-right: 36px;
    padding-left: 36px;
  }
  .py-xl-36 {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .pr-xl-36 {
    padding-right: 36px;
  }
  .pl-xl-36 {
    padding-left: 36px;
  }
  .pt-xl-36 {
    padding-top: 36px;
  }
  .pb-xl-36 {
    padding-bottom: 36px;
  }
  .fs-xl-36 {
    font-size: 36px;
  }
  .w-xl-36 {
    width: 36px;
  }
  .h-xl-36 {
    height: 36px;
  }
}
.lh-37 {
  line-height: 37px;
}

.grid-cols-37 {
  grid-template-columns: repeat(37, 1fr);
}

.line-height-37 {
  line-height: 37px;
}

.gap-37 {
  gap: 37px;
}

.gap-x-37 {
  -moz-column-gap: 37px;
       column-gap: 37px;
}

.gap-y-37 {
  row-gap: 37px;
}

.rounded-37 {
  border-radius: 37px;
}

.mb-37 {
  margin-bottom: 37px;
}

.mt-37 {
  margin-top: 37px;
}

.mr-37 {
  margin-right: 37px;
}

.ml-37 {
  margin-left: 37px;
}

.mx-37 {
  margin-right: 37px;
  margin-left: 37px;
}

.my-37 {
  margin-top: 37px;
  margin-bottom: 37px;
}

.p-37 {
  padding: 37px;
}

.px-37 {
  padding-right: 37px;
  padding-left: 37px;
}

.py-37 {
  padding-top: 37px;
  padding-bottom: 37px;
}

.pr-37 {
  padding-right: 37px;
}

.pl-37 {
  padding-left: 37px;
}

.pt-37 {
  padding-top: 37px;
}

.pb-37 {
  padding-bottom: 37px;
}

.fs-37 {
  font-size: 37px;
}

.w-37 {
  width: 37px;
}

.h-37 {
  height: 37px;
}

@media (min-width: 576px) {
  .lh-sm-37 {
    line-height: 37px;
  }
  .line-height-sm-37 {
    line-height: 37px;
  }
  .grid-cols-sm-37 {
    grid-template-columns: repeat(37, 1fr);
  }
  .gap-sm-37 {
    gap: 37px;
  }
  .gap-x-sm-37 {
    -moz-column-gap: 37px;
         column-gap: 37px;
  }
  .gap-y-sm-37 {
    row-gap: 37px;
  }
  .rounded-sm-37 {
    border-radius: 37px;
  }
  .mb-sm-37 {
    margin-bottom: 37px;
  }
  .mt-sm-37 {
    margin-top: 37px;
  }
  .mr-sm-37 {
    margin-right: 37px;
  }
  .ml-sm-37 {
    margin-left: 37px;
  }
  .mx-sm-37 {
    margin-right: 37px;
    margin-left: 37px;
  }
  .my-sm-37 {
    margin-top: 37px;
    margin-bottom: 37px;
  }
  .p-sm-37 {
    padding: 37px;
  }
  .px-sm-37 {
    padding-right: 37px;
    padding-left: 37px;
  }
  .py-sm-37 {
    padding-top: 37px;
    padding-bottom: 37px;
  }
  .pr-sm-37 {
    padding-right: 37px;
  }
  .pl-sm-37 {
    padding-left: 37px;
  }
  .pt-sm-37 {
    padding-top: 37px;
  }
  .pb-sm-37 {
    padding-bottom: 37px;
  }
  .fs-sm-37 {
    font-size: 37px;
  }
  .w-sm-37 {
    width: 37px;
  }
  .h-sm-37 {
    height: 37px;
  }
}
@media (min-width: 768px) {
  .lh-md-37 {
    line-height: 37px;
  }
  .line-height-md-37 {
    line-height: 37px;
  }
  .grid-cols-md-37 {
    grid-template-columns: repeat(37, 1fr);
  }
  .gap-md-37 {
    gap: 37px;
  }
  .gap-x-md-37 {
    -moz-column-gap: 37px;
         column-gap: 37px;
  }
  .gap-y-md-37 {
    row-gap: 37px;
  }
  .rounded-md-37 {
    border-radius: 37px;
  }
  .mb-md-37 {
    margin-bottom: 37px;
  }
  .mt-md-37 {
    margin-top: 37px;
  }
  .mr-md-37 {
    margin-right: 37px;
  }
  .ml-md-37 {
    margin-left: 37px;
  }
  .mx-md-37 {
    margin-right: 37px;
    margin-left: 37px;
  }
  .my-md-37 {
    margin-top: 37px;
    margin-bottom: 37px;
  }
  .p-md-37 {
    padding: 37px;
  }
  .px-md-37 {
    padding-right: 37px;
    padding-left: 37px;
  }
  .py-md-37 {
    padding-top: 37px;
    padding-bottom: 37px;
  }
  .pr-md-37 {
    padding-right: 37px;
  }
  .pl-md-37 {
    padding-left: 37px;
  }
  .pt-md-37 {
    padding-top: 37px;
  }
  .pb-md-37 {
    padding-bottom: 37px;
  }
  .fs-md-37 {
    font-size: 37px;
  }
  .w-md-37 {
    width: 37px;
  }
  .h-md-37 {
    height: 37px;
  }
}
@media (min-width: 992px) {
  .lh-lg-37 {
    line-height: 37px;
  }
  .line-height-lg-37 {
    line-height: 37px;
  }
  .grid-cols-lg-37 {
    grid-template-columns: repeat(37, 1fr);
  }
  .gap-lg-37 {
    gap: 37px;
  }
  .gap-x-lg-37 {
    -moz-column-gap: 37px;
         column-gap: 37px;
  }
  .gap-y-lg-37 {
    row-gap: 37px;
  }
  .rounded-lg-37 {
    border-radius: 37px;
  }
  .mb-lg-37 {
    margin-bottom: 37px;
  }
  .mt-lg-37 {
    margin-top: 37px;
  }
  .mr-lg-37 {
    margin-right: 37px;
  }
  .ml-lg-37 {
    margin-left: 37px;
  }
  .mx-lg-37 {
    margin-right: 37px;
    margin-left: 37px;
  }
  .my-lg-37 {
    margin-top: 37px;
    margin-bottom: 37px;
  }
  .p-lg-37 {
    padding: 37px;
  }
  .px-lg-37 {
    padding-right: 37px;
    padding-left: 37px;
  }
  .py-lg-37 {
    padding-top: 37px;
    padding-bottom: 37px;
  }
  .pr-lg-37 {
    padding-right: 37px;
  }
  .pl-lg-37 {
    padding-left: 37px;
  }
  .pt-lg-37 {
    padding-top: 37px;
  }
  .pb-lg-37 {
    padding-bottom: 37px;
  }
  .fs-lg-37 {
    font-size: 37px;
  }
  .w-lg-37 {
    width: 37px;
  }
  .h-lg-37 {
    height: 37px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-37 {
    line-height: 37px;
  }
  .line-height-xl-37 {
    line-height: 37px;
  }
  .grid-cols-xl-37 {
    grid-template-columns: repeat(37, 1fr);
  }
  .gap-xl-37 {
    gap: 37px;
  }
  .gap-x-xl-37 {
    -moz-column-gap: 37px;
         column-gap: 37px;
  }
  .gap-y-xl-37 {
    row-gap: 37px;
  }
  .rounded-xl-37 {
    border-radius: 37px;
  }
  .mb-xl-37 {
    margin-bottom: 37px;
  }
  .mt-xl-37 {
    margin-top: 37px;
  }
  .mr-xl-37 {
    margin-right: 37px;
  }
  .ml-xl-37 {
    margin-left: 37px;
  }
  .mx-xl-37 {
    margin-right: 37px;
    margin-left: 37px;
  }
  .my-xl-37 {
    margin-top: 37px;
    margin-bottom: 37px;
  }
  .p-xl-37 {
    padding: 37px;
  }
  .px-xl-37 {
    padding-right: 37px;
    padding-left: 37px;
  }
  .py-xl-37 {
    padding-top: 37px;
    padding-bottom: 37px;
  }
  .pr-xl-37 {
    padding-right: 37px;
  }
  .pl-xl-37 {
    padding-left: 37px;
  }
  .pt-xl-37 {
    padding-top: 37px;
  }
  .pb-xl-37 {
    padding-bottom: 37px;
  }
  .fs-xl-37 {
    font-size: 37px;
  }
  .w-xl-37 {
    width: 37px;
  }
  .h-xl-37 {
    height: 37px;
  }
}
.lh-38 {
  line-height: 38px;
}

.grid-cols-38 {
  grid-template-columns: repeat(38, 1fr);
}

.line-height-38 {
  line-height: 38px;
}

.gap-38 {
  gap: 38px;
}

.gap-x-38 {
  -moz-column-gap: 38px;
       column-gap: 38px;
}

.gap-y-38 {
  row-gap: 38px;
}

.rounded-38 {
  border-radius: 38px;
}

.mb-38 {
  margin-bottom: 38px;
}

.mt-38 {
  margin-top: 38px;
}

.mr-38 {
  margin-right: 38px;
}

.ml-38 {
  margin-left: 38px;
}

.mx-38 {
  margin-right: 38px;
  margin-left: 38px;
}

.my-38 {
  margin-top: 38px;
  margin-bottom: 38px;
}

.p-38 {
  padding: 38px;
}

.px-38 {
  padding-right: 38px;
  padding-left: 38px;
}

.py-38 {
  padding-top: 38px;
  padding-bottom: 38px;
}

.pr-38 {
  padding-right: 38px;
}

.pl-38 {
  padding-left: 38px;
}

.pt-38 {
  padding-top: 38px;
}

.pb-38 {
  padding-bottom: 38px;
}

.fs-38 {
  font-size: 38px;
}

.w-38 {
  width: 38px;
}

.h-38 {
  height: 38px;
}

@media (min-width: 576px) {
  .lh-sm-38 {
    line-height: 38px;
  }
  .line-height-sm-38 {
    line-height: 38px;
  }
  .grid-cols-sm-38 {
    grid-template-columns: repeat(38, 1fr);
  }
  .gap-sm-38 {
    gap: 38px;
  }
  .gap-x-sm-38 {
    -moz-column-gap: 38px;
         column-gap: 38px;
  }
  .gap-y-sm-38 {
    row-gap: 38px;
  }
  .rounded-sm-38 {
    border-radius: 38px;
  }
  .mb-sm-38 {
    margin-bottom: 38px;
  }
  .mt-sm-38 {
    margin-top: 38px;
  }
  .mr-sm-38 {
    margin-right: 38px;
  }
  .ml-sm-38 {
    margin-left: 38px;
  }
  .mx-sm-38 {
    margin-right: 38px;
    margin-left: 38px;
  }
  .my-sm-38 {
    margin-top: 38px;
    margin-bottom: 38px;
  }
  .p-sm-38 {
    padding: 38px;
  }
  .px-sm-38 {
    padding-right: 38px;
    padding-left: 38px;
  }
  .py-sm-38 {
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .pr-sm-38 {
    padding-right: 38px;
  }
  .pl-sm-38 {
    padding-left: 38px;
  }
  .pt-sm-38 {
    padding-top: 38px;
  }
  .pb-sm-38 {
    padding-bottom: 38px;
  }
  .fs-sm-38 {
    font-size: 38px;
  }
  .w-sm-38 {
    width: 38px;
  }
  .h-sm-38 {
    height: 38px;
  }
}
@media (min-width: 768px) {
  .lh-md-38 {
    line-height: 38px;
  }
  .line-height-md-38 {
    line-height: 38px;
  }
  .grid-cols-md-38 {
    grid-template-columns: repeat(38, 1fr);
  }
  .gap-md-38 {
    gap: 38px;
  }
  .gap-x-md-38 {
    -moz-column-gap: 38px;
         column-gap: 38px;
  }
  .gap-y-md-38 {
    row-gap: 38px;
  }
  .rounded-md-38 {
    border-radius: 38px;
  }
  .mb-md-38 {
    margin-bottom: 38px;
  }
  .mt-md-38 {
    margin-top: 38px;
  }
  .mr-md-38 {
    margin-right: 38px;
  }
  .ml-md-38 {
    margin-left: 38px;
  }
  .mx-md-38 {
    margin-right: 38px;
    margin-left: 38px;
  }
  .my-md-38 {
    margin-top: 38px;
    margin-bottom: 38px;
  }
  .p-md-38 {
    padding: 38px;
  }
  .px-md-38 {
    padding-right: 38px;
    padding-left: 38px;
  }
  .py-md-38 {
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .pr-md-38 {
    padding-right: 38px;
  }
  .pl-md-38 {
    padding-left: 38px;
  }
  .pt-md-38 {
    padding-top: 38px;
  }
  .pb-md-38 {
    padding-bottom: 38px;
  }
  .fs-md-38 {
    font-size: 38px;
  }
  .w-md-38 {
    width: 38px;
  }
  .h-md-38 {
    height: 38px;
  }
}
@media (min-width: 992px) {
  .lh-lg-38 {
    line-height: 38px;
  }
  .line-height-lg-38 {
    line-height: 38px;
  }
  .grid-cols-lg-38 {
    grid-template-columns: repeat(38, 1fr);
  }
  .gap-lg-38 {
    gap: 38px;
  }
  .gap-x-lg-38 {
    -moz-column-gap: 38px;
         column-gap: 38px;
  }
  .gap-y-lg-38 {
    row-gap: 38px;
  }
  .rounded-lg-38 {
    border-radius: 38px;
  }
  .mb-lg-38 {
    margin-bottom: 38px;
  }
  .mt-lg-38 {
    margin-top: 38px;
  }
  .mr-lg-38 {
    margin-right: 38px;
  }
  .ml-lg-38 {
    margin-left: 38px;
  }
  .mx-lg-38 {
    margin-right: 38px;
    margin-left: 38px;
  }
  .my-lg-38 {
    margin-top: 38px;
    margin-bottom: 38px;
  }
  .p-lg-38 {
    padding: 38px;
  }
  .px-lg-38 {
    padding-right: 38px;
    padding-left: 38px;
  }
  .py-lg-38 {
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .pr-lg-38 {
    padding-right: 38px;
  }
  .pl-lg-38 {
    padding-left: 38px;
  }
  .pt-lg-38 {
    padding-top: 38px;
  }
  .pb-lg-38 {
    padding-bottom: 38px;
  }
  .fs-lg-38 {
    font-size: 38px;
  }
  .w-lg-38 {
    width: 38px;
  }
  .h-lg-38 {
    height: 38px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-38 {
    line-height: 38px;
  }
  .line-height-xl-38 {
    line-height: 38px;
  }
  .grid-cols-xl-38 {
    grid-template-columns: repeat(38, 1fr);
  }
  .gap-xl-38 {
    gap: 38px;
  }
  .gap-x-xl-38 {
    -moz-column-gap: 38px;
         column-gap: 38px;
  }
  .gap-y-xl-38 {
    row-gap: 38px;
  }
  .rounded-xl-38 {
    border-radius: 38px;
  }
  .mb-xl-38 {
    margin-bottom: 38px;
  }
  .mt-xl-38 {
    margin-top: 38px;
  }
  .mr-xl-38 {
    margin-right: 38px;
  }
  .ml-xl-38 {
    margin-left: 38px;
  }
  .mx-xl-38 {
    margin-right: 38px;
    margin-left: 38px;
  }
  .my-xl-38 {
    margin-top: 38px;
    margin-bottom: 38px;
  }
  .p-xl-38 {
    padding: 38px;
  }
  .px-xl-38 {
    padding-right: 38px;
    padding-left: 38px;
  }
  .py-xl-38 {
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .pr-xl-38 {
    padding-right: 38px;
  }
  .pl-xl-38 {
    padding-left: 38px;
  }
  .pt-xl-38 {
    padding-top: 38px;
  }
  .pb-xl-38 {
    padding-bottom: 38px;
  }
  .fs-xl-38 {
    font-size: 38px;
  }
  .w-xl-38 {
    width: 38px;
  }
  .h-xl-38 {
    height: 38px;
  }
}
.lh-39 {
  line-height: 39px;
}

.grid-cols-39 {
  grid-template-columns: repeat(39, 1fr);
}

.line-height-39 {
  line-height: 39px;
}

.gap-39 {
  gap: 39px;
}

.gap-x-39 {
  -moz-column-gap: 39px;
       column-gap: 39px;
}

.gap-y-39 {
  row-gap: 39px;
}

.rounded-39 {
  border-radius: 39px;
}

.mb-39 {
  margin-bottom: 39px;
}

.mt-39 {
  margin-top: 39px;
}

.mr-39 {
  margin-right: 39px;
}

.ml-39 {
  margin-left: 39px;
}

.mx-39 {
  margin-right: 39px;
  margin-left: 39px;
}

.my-39 {
  margin-top: 39px;
  margin-bottom: 39px;
}

.p-39 {
  padding: 39px;
}

.px-39 {
  padding-right: 39px;
  padding-left: 39px;
}

.py-39 {
  padding-top: 39px;
  padding-bottom: 39px;
}

.pr-39 {
  padding-right: 39px;
}

.pl-39 {
  padding-left: 39px;
}

.pt-39 {
  padding-top: 39px;
}

.pb-39 {
  padding-bottom: 39px;
}

.fs-39 {
  font-size: 39px;
}

.w-39 {
  width: 39px;
}

.h-39 {
  height: 39px;
}

@media (min-width: 576px) {
  .lh-sm-39 {
    line-height: 39px;
  }
  .line-height-sm-39 {
    line-height: 39px;
  }
  .grid-cols-sm-39 {
    grid-template-columns: repeat(39, 1fr);
  }
  .gap-sm-39 {
    gap: 39px;
  }
  .gap-x-sm-39 {
    -moz-column-gap: 39px;
         column-gap: 39px;
  }
  .gap-y-sm-39 {
    row-gap: 39px;
  }
  .rounded-sm-39 {
    border-radius: 39px;
  }
  .mb-sm-39 {
    margin-bottom: 39px;
  }
  .mt-sm-39 {
    margin-top: 39px;
  }
  .mr-sm-39 {
    margin-right: 39px;
  }
  .ml-sm-39 {
    margin-left: 39px;
  }
  .mx-sm-39 {
    margin-right: 39px;
    margin-left: 39px;
  }
  .my-sm-39 {
    margin-top: 39px;
    margin-bottom: 39px;
  }
  .p-sm-39 {
    padding: 39px;
  }
  .px-sm-39 {
    padding-right: 39px;
    padding-left: 39px;
  }
  .py-sm-39 {
    padding-top: 39px;
    padding-bottom: 39px;
  }
  .pr-sm-39 {
    padding-right: 39px;
  }
  .pl-sm-39 {
    padding-left: 39px;
  }
  .pt-sm-39 {
    padding-top: 39px;
  }
  .pb-sm-39 {
    padding-bottom: 39px;
  }
  .fs-sm-39 {
    font-size: 39px;
  }
  .w-sm-39 {
    width: 39px;
  }
  .h-sm-39 {
    height: 39px;
  }
}
@media (min-width: 768px) {
  .lh-md-39 {
    line-height: 39px;
  }
  .line-height-md-39 {
    line-height: 39px;
  }
  .grid-cols-md-39 {
    grid-template-columns: repeat(39, 1fr);
  }
  .gap-md-39 {
    gap: 39px;
  }
  .gap-x-md-39 {
    -moz-column-gap: 39px;
         column-gap: 39px;
  }
  .gap-y-md-39 {
    row-gap: 39px;
  }
  .rounded-md-39 {
    border-radius: 39px;
  }
  .mb-md-39 {
    margin-bottom: 39px;
  }
  .mt-md-39 {
    margin-top: 39px;
  }
  .mr-md-39 {
    margin-right: 39px;
  }
  .ml-md-39 {
    margin-left: 39px;
  }
  .mx-md-39 {
    margin-right: 39px;
    margin-left: 39px;
  }
  .my-md-39 {
    margin-top: 39px;
    margin-bottom: 39px;
  }
  .p-md-39 {
    padding: 39px;
  }
  .px-md-39 {
    padding-right: 39px;
    padding-left: 39px;
  }
  .py-md-39 {
    padding-top: 39px;
    padding-bottom: 39px;
  }
  .pr-md-39 {
    padding-right: 39px;
  }
  .pl-md-39 {
    padding-left: 39px;
  }
  .pt-md-39 {
    padding-top: 39px;
  }
  .pb-md-39 {
    padding-bottom: 39px;
  }
  .fs-md-39 {
    font-size: 39px;
  }
  .w-md-39 {
    width: 39px;
  }
  .h-md-39 {
    height: 39px;
  }
}
@media (min-width: 992px) {
  .lh-lg-39 {
    line-height: 39px;
  }
  .line-height-lg-39 {
    line-height: 39px;
  }
  .grid-cols-lg-39 {
    grid-template-columns: repeat(39, 1fr);
  }
  .gap-lg-39 {
    gap: 39px;
  }
  .gap-x-lg-39 {
    -moz-column-gap: 39px;
         column-gap: 39px;
  }
  .gap-y-lg-39 {
    row-gap: 39px;
  }
  .rounded-lg-39 {
    border-radius: 39px;
  }
  .mb-lg-39 {
    margin-bottom: 39px;
  }
  .mt-lg-39 {
    margin-top: 39px;
  }
  .mr-lg-39 {
    margin-right: 39px;
  }
  .ml-lg-39 {
    margin-left: 39px;
  }
  .mx-lg-39 {
    margin-right: 39px;
    margin-left: 39px;
  }
  .my-lg-39 {
    margin-top: 39px;
    margin-bottom: 39px;
  }
  .p-lg-39 {
    padding: 39px;
  }
  .px-lg-39 {
    padding-right: 39px;
    padding-left: 39px;
  }
  .py-lg-39 {
    padding-top: 39px;
    padding-bottom: 39px;
  }
  .pr-lg-39 {
    padding-right: 39px;
  }
  .pl-lg-39 {
    padding-left: 39px;
  }
  .pt-lg-39 {
    padding-top: 39px;
  }
  .pb-lg-39 {
    padding-bottom: 39px;
  }
  .fs-lg-39 {
    font-size: 39px;
  }
  .w-lg-39 {
    width: 39px;
  }
  .h-lg-39 {
    height: 39px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-39 {
    line-height: 39px;
  }
  .line-height-xl-39 {
    line-height: 39px;
  }
  .grid-cols-xl-39 {
    grid-template-columns: repeat(39, 1fr);
  }
  .gap-xl-39 {
    gap: 39px;
  }
  .gap-x-xl-39 {
    -moz-column-gap: 39px;
         column-gap: 39px;
  }
  .gap-y-xl-39 {
    row-gap: 39px;
  }
  .rounded-xl-39 {
    border-radius: 39px;
  }
  .mb-xl-39 {
    margin-bottom: 39px;
  }
  .mt-xl-39 {
    margin-top: 39px;
  }
  .mr-xl-39 {
    margin-right: 39px;
  }
  .ml-xl-39 {
    margin-left: 39px;
  }
  .mx-xl-39 {
    margin-right: 39px;
    margin-left: 39px;
  }
  .my-xl-39 {
    margin-top: 39px;
    margin-bottom: 39px;
  }
  .p-xl-39 {
    padding: 39px;
  }
  .px-xl-39 {
    padding-right: 39px;
    padding-left: 39px;
  }
  .py-xl-39 {
    padding-top: 39px;
    padding-bottom: 39px;
  }
  .pr-xl-39 {
    padding-right: 39px;
  }
  .pl-xl-39 {
    padding-left: 39px;
  }
  .pt-xl-39 {
    padding-top: 39px;
  }
  .pb-xl-39 {
    padding-bottom: 39px;
  }
  .fs-xl-39 {
    font-size: 39px;
  }
  .w-xl-39 {
    width: 39px;
  }
  .h-xl-39 {
    height: 39px;
  }
}
.lh-40 {
  line-height: 40px;
}

.grid-cols-40 {
  grid-template-columns: repeat(40, 1fr);
}

.line-height-40 {
  line-height: 40px;
}

.gap-40 {
  gap: 40px;
}

.gap-x-40 {
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.gap-y-40 {
  row-gap: 40px;
}

.rounded-40 {
  border-radius: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mx-40 {
  margin-right: 40px;
  margin-left: 40px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.p-40 {
  padding: 40px;
}

.px-40 {
  padding-right: 40px;
  padding-left: 40px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.fs-40 {
  font-size: 40px;
}

.w-40 {
  width: 40px;
}

.h-40 {
  height: 40px;
}

@media (min-width: 576px) {
  .lh-sm-40 {
    line-height: 40px;
  }
  .line-height-sm-40 {
    line-height: 40px;
  }
  .grid-cols-sm-40 {
    grid-template-columns: repeat(40, 1fr);
  }
  .gap-sm-40 {
    gap: 40px;
  }
  .gap-x-sm-40 {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .gap-y-sm-40 {
    row-gap: 40px;
  }
  .rounded-sm-40 {
    border-radius: 40px;
  }
  .mb-sm-40 {
    margin-bottom: 40px;
  }
  .mt-sm-40 {
    margin-top: 40px;
  }
  .mr-sm-40 {
    margin-right: 40px;
  }
  .ml-sm-40 {
    margin-left: 40px;
  }
  .mx-sm-40 {
    margin-right: 40px;
    margin-left: 40px;
  }
  .my-sm-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .p-sm-40 {
    padding: 40px;
  }
  .px-sm-40 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .py-sm-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pr-sm-40 {
    padding-right: 40px;
  }
  .pl-sm-40 {
    padding-left: 40px;
  }
  .pt-sm-40 {
    padding-top: 40px;
  }
  .pb-sm-40 {
    padding-bottom: 40px;
  }
  .fs-sm-40 {
    font-size: 40px;
  }
  .w-sm-40 {
    width: 40px;
  }
  .h-sm-40 {
    height: 40px;
  }
}
@media (min-width: 768px) {
  .lh-md-40 {
    line-height: 40px;
  }
  .line-height-md-40 {
    line-height: 40px;
  }
  .grid-cols-md-40 {
    grid-template-columns: repeat(40, 1fr);
  }
  .gap-md-40 {
    gap: 40px;
  }
  .gap-x-md-40 {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .gap-y-md-40 {
    row-gap: 40px;
  }
  .rounded-md-40 {
    border-radius: 40px;
  }
  .mb-md-40 {
    margin-bottom: 40px;
  }
  .mt-md-40 {
    margin-top: 40px;
  }
  .mr-md-40 {
    margin-right: 40px;
  }
  .ml-md-40 {
    margin-left: 40px;
  }
  .mx-md-40 {
    margin-right: 40px;
    margin-left: 40px;
  }
  .my-md-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .p-md-40 {
    padding: 40px;
  }
  .px-md-40 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .py-md-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pr-md-40 {
    padding-right: 40px;
  }
  .pl-md-40 {
    padding-left: 40px;
  }
  .pt-md-40 {
    padding-top: 40px;
  }
  .pb-md-40 {
    padding-bottom: 40px;
  }
  .fs-md-40 {
    font-size: 40px;
  }
  .w-md-40 {
    width: 40px;
  }
  .h-md-40 {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .lh-lg-40 {
    line-height: 40px;
  }
  .line-height-lg-40 {
    line-height: 40px;
  }
  .grid-cols-lg-40 {
    grid-template-columns: repeat(40, 1fr);
  }
  .gap-lg-40 {
    gap: 40px;
  }
  .gap-x-lg-40 {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .gap-y-lg-40 {
    row-gap: 40px;
  }
  .rounded-lg-40 {
    border-radius: 40px;
  }
  .mb-lg-40 {
    margin-bottom: 40px;
  }
  .mt-lg-40 {
    margin-top: 40px;
  }
  .mr-lg-40 {
    margin-right: 40px;
  }
  .ml-lg-40 {
    margin-left: 40px;
  }
  .mx-lg-40 {
    margin-right: 40px;
    margin-left: 40px;
  }
  .my-lg-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .p-lg-40 {
    padding: 40px;
  }
  .px-lg-40 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .py-lg-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pr-lg-40 {
    padding-right: 40px;
  }
  .pl-lg-40 {
    padding-left: 40px;
  }
  .pt-lg-40 {
    padding-top: 40px;
  }
  .pb-lg-40 {
    padding-bottom: 40px;
  }
  .fs-lg-40 {
    font-size: 40px;
  }
  .w-lg-40 {
    width: 40px;
  }
  .h-lg-40 {
    height: 40px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-40 {
    line-height: 40px;
  }
  .line-height-xl-40 {
    line-height: 40px;
  }
  .grid-cols-xl-40 {
    grid-template-columns: repeat(40, 1fr);
  }
  .gap-xl-40 {
    gap: 40px;
  }
  .gap-x-xl-40 {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .gap-y-xl-40 {
    row-gap: 40px;
  }
  .rounded-xl-40 {
    border-radius: 40px;
  }
  .mb-xl-40 {
    margin-bottom: 40px;
  }
  .mt-xl-40 {
    margin-top: 40px;
  }
  .mr-xl-40 {
    margin-right: 40px;
  }
  .ml-xl-40 {
    margin-left: 40px;
  }
  .mx-xl-40 {
    margin-right: 40px;
    margin-left: 40px;
  }
  .my-xl-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .p-xl-40 {
    padding: 40px;
  }
  .px-xl-40 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .py-xl-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pr-xl-40 {
    padding-right: 40px;
  }
  .pl-xl-40 {
    padding-left: 40px;
  }
  .pt-xl-40 {
    padding-top: 40px;
  }
  .pb-xl-40 {
    padding-bottom: 40px;
  }
  .fs-xl-40 {
    font-size: 40px;
  }
  .w-xl-40 {
    width: 40px;
  }
  .h-xl-40 {
    height: 40px;
  }
}
.lh-41 {
  line-height: 41px;
}

.grid-cols-41 {
  grid-template-columns: repeat(41, 1fr);
}

.line-height-41 {
  line-height: 41px;
}

.gap-41 {
  gap: 41px;
}

.gap-x-41 {
  -moz-column-gap: 41px;
       column-gap: 41px;
}

.gap-y-41 {
  row-gap: 41px;
}

.rounded-41 {
  border-radius: 41px;
}

.mb-41 {
  margin-bottom: 41px;
}

.mt-41 {
  margin-top: 41px;
}

.mr-41 {
  margin-right: 41px;
}

.ml-41 {
  margin-left: 41px;
}

.mx-41 {
  margin-right: 41px;
  margin-left: 41px;
}

.my-41 {
  margin-top: 41px;
  margin-bottom: 41px;
}

.p-41 {
  padding: 41px;
}

.px-41 {
  padding-right: 41px;
  padding-left: 41px;
}

.py-41 {
  padding-top: 41px;
  padding-bottom: 41px;
}

.pr-41 {
  padding-right: 41px;
}

.pl-41 {
  padding-left: 41px;
}

.pt-41 {
  padding-top: 41px;
}

.pb-41 {
  padding-bottom: 41px;
}

.fs-41 {
  font-size: 41px;
}

.w-41 {
  width: 41px;
}

.h-41 {
  height: 41px;
}

@media (min-width: 576px) {
  .lh-sm-41 {
    line-height: 41px;
  }
  .line-height-sm-41 {
    line-height: 41px;
  }
  .grid-cols-sm-41 {
    grid-template-columns: repeat(41, 1fr);
  }
  .gap-sm-41 {
    gap: 41px;
  }
  .gap-x-sm-41 {
    -moz-column-gap: 41px;
         column-gap: 41px;
  }
  .gap-y-sm-41 {
    row-gap: 41px;
  }
  .rounded-sm-41 {
    border-radius: 41px;
  }
  .mb-sm-41 {
    margin-bottom: 41px;
  }
  .mt-sm-41 {
    margin-top: 41px;
  }
  .mr-sm-41 {
    margin-right: 41px;
  }
  .ml-sm-41 {
    margin-left: 41px;
  }
  .mx-sm-41 {
    margin-right: 41px;
    margin-left: 41px;
  }
  .my-sm-41 {
    margin-top: 41px;
    margin-bottom: 41px;
  }
  .p-sm-41 {
    padding: 41px;
  }
  .px-sm-41 {
    padding-right: 41px;
    padding-left: 41px;
  }
  .py-sm-41 {
    padding-top: 41px;
    padding-bottom: 41px;
  }
  .pr-sm-41 {
    padding-right: 41px;
  }
  .pl-sm-41 {
    padding-left: 41px;
  }
  .pt-sm-41 {
    padding-top: 41px;
  }
  .pb-sm-41 {
    padding-bottom: 41px;
  }
  .fs-sm-41 {
    font-size: 41px;
  }
  .w-sm-41 {
    width: 41px;
  }
  .h-sm-41 {
    height: 41px;
  }
}
@media (min-width: 768px) {
  .lh-md-41 {
    line-height: 41px;
  }
  .line-height-md-41 {
    line-height: 41px;
  }
  .grid-cols-md-41 {
    grid-template-columns: repeat(41, 1fr);
  }
  .gap-md-41 {
    gap: 41px;
  }
  .gap-x-md-41 {
    -moz-column-gap: 41px;
         column-gap: 41px;
  }
  .gap-y-md-41 {
    row-gap: 41px;
  }
  .rounded-md-41 {
    border-radius: 41px;
  }
  .mb-md-41 {
    margin-bottom: 41px;
  }
  .mt-md-41 {
    margin-top: 41px;
  }
  .mr-md-41 {
    margin-right: 41px;
  }
  .ml-md-41 {
    margin-left: 41px;
  }
  .mx-md-41 {
    margin-right: 41px;
    margin-left: 41px;
  }
  .my-md-41 {
    margin-top: 41px;
    margin-bottom: 41px;
  }
  .p-md-41 {
    padding: 41px;
  }
  .px-md-41 {
    padding-right: 41px;
    padding-left: 41px;
  }
  .py-md-41 {
    padding-top: 41px;
    padding-bottom: 41px;
  }
  .pr-md-41 {
    padding-right: 41px;
  }
  .pl-md-41 {
    padding-left: 41px;
  }
  .pt-md-41 {
    padding-top: 41px;
  }
  .pb-md-41 {
    padding-bottom: 41px;
  }
  .fs-md-41 {
    font-size: 41px;
  }
  .w-md-41 {
    width: 41px;
  }
  .h-md-41 {
    height: 41px;
  }
}
@media (min-width: 992px) {
  .lh-lg-41 {
    line-height: 41px;
  }
  .line-height-lg-41 {
    line-height: 41px;
  }
  .grid-cols-lg-41 {
    grid-template-columns: repeat(41, 1fr);
  }
  .gap-lg-41 {
    gap: 41px;
  }
  .gap-x-lg-41 {
    -moz-column-gap: 41px;
         column-gap: 41px;
  }
  .gap-y-lg-41 {
    row-gap: 41px;
  }
  .rounded-lg-41 {
    border-radius: 41px;
  }
  .mb-lg-41 {
    margin-bottom: 41px;
  }
  .mt-lg-41 {
    margin-top: 41px;
  }
  .mr-lg-41 {
    margin-right: 41px;
  }
  .ml-lg-41 {
    margin-left: 41px;
  }
  .mx-lg-41 {
    margin-right: 41px;
    margin-left: 41px;
  }
  .my-lg-41 {
    margin-top: 41px;
    margin-bottom: 41px;
  }
  .p-lg-41 {
    padding: 41px;
  }
  .px-lg-41 {
    padding-right: 41px;
    padding-left: 41px;
  }
  .py-lg-41 {
    padding-top: 41px;
    padding-bottom: 41px;
  }
  .pr-lg-41 {
    padding-right: 41px;
  }
  .pl-lg-41 {
    padding-left: 41px;
  }
  .pt-lg-41 {
    padding-top: 41px;
  }
  .pb-lg-41 {
    padding-bottom: 41px;
  }
  .fs-lg-41 {
    font-size: 41px;
  }
  .w-lg-41 {
    width: 41px;
  }
  .h-lg-41 {
    height: 41px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-41 {
    line-height: 41px;
  }
  .line-height-xl-41 {
    line-height: 41px;
  }
  .grid-cols-xl-41 {
    grid-template-columns: repeat(41, 1fr);
  }
  .gap-xl-41 {
    gap: 41px;
  }
  .gap-x-xl-41 {
    -moz-column-gap: 41px;
         column-gap: 41px;
  }
  .gap-y-xl-41 {
    row-gap: 41px;
  }
  .rounded-xl-41 {
    border-radius: 41px;
  }
  .mb-xl-41 {
    margin-bottom: 41px;
  }
  .mt-xl-41 {
    margin-top: 41px;
  }
  .mr-xl-41 {
    margin-right: 41px;
  }
  .ml-xl-41 {
    margin-left: 41px;
  }
  .mx-xl-41 {
    margin-right: 41px;
    margin-left: 41px;
  }
  .my-xl-41 {
    margin-top: 41px;
    margin-bottom: 41px;
  }
  .p-xl-41 {
    padding: 41px;
  }
  .px-xl-41 {
    padding-right: 41px;
    padding-left: 41px;
  }
  .py-xl-41 {
    padding-top: 41px;
    padding-bottom: 41px;
  }
  .pr-xl-41 {
    padding-right: 41px;
  }
  .pl-xl-41 {
    padding-left: 41px;
  }
  .pt-xl-41 {
    padding-top: 41px;
  }
  .pb-xl-41 {
    padding-bottom: 41px;
  }
  .fs-xl-41 {
    font-size: 41px;
  }
  .w-xl-41 {
    width: 41px;
  }
  .h-xl-41 {
    height: 41px;
  }
}
.lh-42 {
  line-height: 42px;
}

.grid-cols-42 {
  grid-template-columns: repeat(42, 1fr);
}

.line-height-42 {
  line-height: 42px;
}

.gap-42 {
  gap: 42px;
}

.gap-x-42 {
  -moz-column-gap: 42px;
       column-gap: 42px;
}

.gap-y-42 {
  row-gap: 42px;
}

.rounded-42 {
  border-radius: 42px;
}

.mb-42 {
  margin-bottom: 42px;
}

.mt-42 {
  margin-top: 42px;
}

.mr-42 {
  margin-right: 42px;
}

.ml-42 {
  margin-left: 42px;
}

.mx-42 {
  margin-right: 42px;
  margin-left: 42px;
}

.my-42 {
  margin-top: 42px;
  margin-bottom: 42px;
}

.p-42 {
  padding: 42px;
}

.px-42 {
  padding-right: 42px;
  padding-left: 42px;
}

.py-42 {
  padding-top: 42px;
  padding-bottom: 42px;
}

.pr-42 {
  padding-right: 42px;
}

.pl-42 {
  padding-left: 42px;
}

.pt-42 {
  padding-top: 42px;
}

.pb-42 {
  padding-bottom: 42px;
}

.fs-42 {
  font-size: 42px;
}

.w-42 {
  width: 42px;
}

.h-42 {
  height: 42px;
}

@media (min-width: 576px) {
  .lh-sm-42 {
    line-height: 42px;
  }
  .line-height-sm-42 {
    line-height: 42px;
  }
  .grid-cols-sm-42 {
    grid-template-columns: repeat(42, 1fr);
  }
  .gap-sm-42 {
    gap: 42px;
  }
  .gap-x-sm-42 {
    -moz-column-gap: 42px;
         column-gap: 42px;
  }
  .gap-y-sm-42 {
    row-gap: 42px;
  }
  .rounded-sm-42 {
    border-radius: 42px;
  }
  .mb-sm-42 {
    margin-bottom: 42px;
  }
  .mt-sm-42 {
    margin-top: 42px;
  }
  .mr-sm-42 {
    margin-right: 42px;
  }
  .ml-sm-42 {
    margin-left: 42px;
  }
  .mx-sm-42 {
    margin-right: 42px;
    margin-left: 42px;
  }
  .my-sm-42 {
    margin-top: 42px;
    margin-bottom: 42px;
  }
  .p-sm-42 {
    padding: 42px;
  }
  .px-sm-42 {
    padding-right: 42px;
    padding-left: 42px;
  }
  .py-sm-42 {
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .pr-sm-42 {
    padding-right: 42px;
  }
  .pl-sm-42 {
    padding-left: 42px;
  }
  .pt-sm-42 {
    padding-top: 42px;
  }
  .pb-sm-42 {
    padding-bottom: 42px;
  }
  .fs-sm-42 {
    font-size: 42px;
  }
  .w-sm-42 {
    width: 42px;
  }
  .h-sm-42 {
    height: 42px;
  }
}
@media (min-width: 768px) {
  .lh-md-42 {
    line-height: 42px;
  }
  .line-height-md-42 {
    line-height: 42px;
  }
  .grid-cols-md-42 {
    grid-template-columns: repeat(42, 1fr);
  }
  .gap-md-42 {
    gap: 42px;
  }
  .gap-x-md-42 {
    -moz-column-gap: 42px;
         column-gap: 42px;
  }
  .gap-y-md-42 {
    row-gap: 42px;
  }
  .rounded-md-42 {
    border-radius: 42px;
  }
  .mb-md-42 {
    margin-bottom: 42px;
  }
  .mt-md-42 {
    margin-top: 42px;
  }
  .mr-md-42 {
    margin-right: 42px;
  }
  .ml-md-42 {
    margin-left: 42px;
  }
  .mx-md-42 {
    margin-right: 42px;
    margin-left: 42px;
  }
  .my-md-42 {
    margin-top: 42px;
    margin-bottom: 42px;
  }
  .p-md-42 {
    padding: 42px;
  }
  .px-md-42 {
    padding-right: 42px;
    padding-left: 42px;
  }
  .py-md-42 {
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .pr-md-42 {
    padding-right: 42px;
  }
  .pl-md-42 {
    padding-left: 42px;
  }
  .pt-md-42 {
    padding-top: 42px;
  }
  .pb-md-42 {
    padding-bottom: 42px;
  }
  .fs-md-42 {
    font-size: 42px;
  }
  .w-md-42 {
    width: 42px;
  }
  .h-md-42 {
    height: 42px;
  }
}
@media (min-width: 992px) {
  .lh-lg-42 {
    line-height: 42px;
  }
  .line-height-lg-42 {
    line-height: 42px;
  }
  .grid-cols-lg-42 {
    grid-template-columns: repeat(42, 1fr);
  }
  .gap-lg-42 {
    gap: 42px;
  }
  .gap-x-lg-42 {
    -moz-column-gap: 42px;
         column-gap: 42px;
  }
  .gap-y-lg-42 {
    row-gap: 42px;
  }
  .rounded-lg-42 {
    border-radius: 42px;
  }
  .mb-lg-42 {
    margin-bottom: 42px;
  }
  .mt-lg-42 {
    margin-top: 42px;
  }
  .mr-lg-42 {
    margin-right: 42px;
  }
  .ml-lg-42 {
    margin-left: 42px;
  }
  .mx-lg-42 {
    margin-right: 42px;
    margin-left: 42px;
  }
  .my-lg-42 {
    margin-top: 42px;
    margin-bottom: 42px;
  }
  .p-lg-42 {
    padding: 42px;
  }
  .px-lg-42 {
    padding-right: 42px;
    padding-left: 42px;
  }
  .py-lg-42 {
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .pr-lg-42 {
    padding-right: 42px;
  }
  .pl-lg-42 {
    padding-left: 42px;
  }
  .pt-lg-42 {
    padding-top: 42px;
  }
  .pb-lg-42 {
    padding-bottom: 42px;
  }
  .fs-lg-42 {
    font-size: 42px;
  }
  .w-lg-42 {
    width: 42px;
  }
  .h-lg-42 {
    height: 42px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-42 {
    line-height: 42px;
  }
  .line-height-xl-42 {
    line-height: 42px;
  }
  .grid-cols-xl-42 {
    grid-template-columns: repeat(42, 1fr);
  }
  .gap-xl-42 {
    gap: 42px;
  }
  .gap-x-xl-42 {
    -moz-column-gap: 42px;
         column-gap: 42px;
  }
  .gap-y-xl-42 {
    row-gap: 42px;
  }
  .rounded-xl-42 {
    border-radius: 42px;
  }
  .mb-xl-42 {
    margin-bottom: 42px;
  }
  .mt-xl-42 {
    margin-top: 42px;
  }
  .mr-xl-42 {
    margin-right: 42px;
  }
  .ml-xl-42 {
    margin-left: 42px;
  }
  .mx-xl-42 {
    margin-right: 42px;
    margin-left: 42px;
  }
  .my-xl-42 {
    margin-top: 42px;
    margin-bottom: 42px;
  }
  .p-xl-42 {
    padding: 42px;
  }
  .px-xl-42 {
    padding-right: 42px;
    padding-left: 42px;
  }
  .py-xl-42 {
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .pr-xl-42 {
    padding-right: 42px;
  }
  .pl-xl-42 {
    padding-left: 42px;
  }
  .pt-xl-42 {
    padding-top: 42px;
  }
  .pb-xl-42 {
    padding-bottom: 42px;
  }
  .fs-xl-42 {
    font-size: 42px;
  }
  .w-xl-42 {
    width: 42px;
  }
  .h-xl-42 {
    height: 42px;
  }
}
.lh-43 {
  line-height: 43px;
}

.grid-cols-43 {
  grid-template-columns: repeat(43, 1fr);
}

.line-height-43 {
  line-height: 43px;
}

.gap-43 {
  gap: 43px;
}

.gap-x-43 {
  -moz-column-gap: 43px;
       column-gap: 43px;
}

.gap-y-43 {
  row-gap: 43px;
}

.rounded-43 {
  border-radius: 43px;
}

.mb-43 {
  margin-bottom: 43px;
}

.mt-43 {
  margin-top: 43px;
}

.mr-43 {
  margin-right: 43px;
}

.ml-43 {
  margin-left: 43px;
}

.mx-43 {
  margin-right: 43px;
  margin-left: 43px;
}

.my-43 {
  margin-top: 43px;
  margin-bottom: 43px;
}

.p-43 {
  padding: 43px;
}

.px-43 {
  padding-right: 43px;
  padding-left: 43px;
}

.py-43 {
  padding-top: 43px;
  padding-bottom: 43px;
}

.pr-43 {
  padding-right: 43px;
}

.pl-43 {
  padding-left: 43px;
}

.pt-43 {
  padding-top: 43px;
}

.pb-43 {
  padding-bottom: 43px;
}

.fs-43 {
  font-size: 43px;
}

.w-43 {
  width: 43px;
}

.h-43 {
  height: 43px;
}

@media (min-width: 576px) {
  .lh-sm-43 {
    line-height: 43px;
  }
  .line-height-sm-43 {
    line-height: 43px;
  }
  .grid-cols-sm-43 {
    grid-template-columns: repeat(43, 1fr);
  }
  .gap-sm-43 {
    gap: 43px;
  }
  .gap-x-sm-43 {
    -moz-column-gap: 43px;
         column-gap: 43px;
  }
  .gap-y-sm-43 {
    row-gap: 43px;
  }
  .rounded-sm-43 {
    border-radius: 43px;
  }
  .mb-sm-43 {
    margin-bottom: 43px;
  }
  .mt-sm-43 {
    margin-top: 43px;
  }
  .mr-sm-43 {
    margin-right: 43px;
  }
  .ml-sm-43 {
    margin-left: 43px;
  }
  .mx-sm-43 {
    margin-right: 43px;
    margin-left: 43px;
  }
  .my-sm-43 {
    margin-top: 43px;
    margin-bottom: 43px;
  }
  .p-sm-43 {
    padding: 43px;
  }
  .px-sm-43 {
    padding-right: 43px;
    padding-left: 43px;
  }
  .py-sm-43 {
    padding-top: 43px;
    padding-bottom: 43px;
  }
  .pr-sm-43 {
    padding-right: 43px;
  }
  .pl-sm-43 {
    padding-left: 43px;
  }
  .pt-sm-43 {
    padding-top: 43px;
  }
  .pb-sm-43 {
    padding-bottom: 43px;
  }
  .fs-sm-43 {
    font-size: 43px;
  }
  .w-sm-43 {
    width: 43px;
  }
  .h-sm-43 {
    height: 43px;
  }
}
@media (min-width: 768px) {
  .lh-md-43 {
    line-height: 43px;
  }
  .line-height-md-43 {
    line-height: 43px;
  }
  .grid-cols-md-43 {
    grid-template-columns: repeat(43, 1fr);
  }
  .gap-md-43 {
    gap: 43px;
  }
  .gap-x-md-43 {
    -moz-column-gap: 43px;
         column-gap: 43px;
  }
  .gap-y-md-43 {
    row-gap: 43px;
  }
  .rounded-md-43 {
    border-radius: 43px;
  }
  .mb-md-43 {
    margin-bottom: 43px;
  }
  .mt-md-43 {
    margin-top: 43px;
  }
  .mr-md-43 {
    margin-right: 43px;
  }
  .ml-md-43 {
    margin-left: 43px;
  }
  .mx-md-43 {
    margin-right: 43px;
    margin-left: 43px;
  }
  .my-md-43 {
    margin-top: 43px;
    margin-bottom: 43px;
  }
  .p-md-43 {
    padding: 43px;
  }
  .px-md-43 {
    padding-right: 43px;
    padding-left: 43px;
  }
  .py-md-43 {
    padding-top: 43px;
    padding-bottom: 43px;
  }
  .pr-md-43 {
    padding-right: 43px;
  }
  .pl-md-43 {
    padding-left: 43px;
  }
  .pt-md-43 {
    padding-top: 43px;
  }
  .pb-md-43 {
    padding-bottom: 43px;
  }
  .fs-md-43 {
    font-size: 43px;
  }
  .w-md-43 {
    width: 43px;
  }
  .h-md-43 {
    height: 43px;
  }
}
@media (min-width: 992px) {
  .lh-lg-43 {
    line-height: 43px;
  }
  .line-height-lg-43 {
    line-height: 43px;
  }
  .grid-cols-lg-43 {
    grid-template-columns: repeat(43, 1fr);
  }
  .gap-lg-43 {
    gap: 43px;
  }
  .gap-x-lg-43 {
    -moz-column-gap: 43px;
         column-gap: 43px;
  }
  .gap-y-lg-43 {
    row-gap: 43px;
  }
  .rounded-lg-43 {
    border-radius: 43px;
  }
  .mb-lg-43 {
    margin-bottom: 43px;
  }
  .mt-lg-43 {
    margin-top: 43px;
  }
  .mr-lg-43 {
    margin-right: 43px;
  }
  .ml-lg-43 {
    margin-left: 43px;
  }
  .mx-lg-43 {
    margin-right: 43px;
    margin-left: 43px;
  }
  .my-lg-43 {
    margin-top: 43px;
    margin-bottom: 43px;
  }
  .p-lg-43 {
    padding: 43px;
  }
  .px-lg-43 {
    padding-right: 43px;
    padding-left: 43px;
  }
  .py-lg-43 {
    padding-top: 43px;
    padding-bottom: 43px;
  }
  .pr-lg-43 {
    padding-right: 43px;
  }
  .pl-lg-43 {
    padding-left: 43px;
  }
  .pt-lg-43 {
    padding-top: 43px;
  }
  .pb-lg-43 {
    padding-bottom: 43px;
  }
  .fs-lg-43 {
    font-size: 43px;
  }
  .w-lg-43 {
    width: 43px;
  }
  .h-lg-43 {
    height: 43px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-43 {
    line-height: 43px;
  }
  .line-height-xl-43 {
    line-height: 43px;
  }
  .grid-cols-xl-43 {
    grid-template-columns: repeat(43, 1fr);
  }
  .gap-xl-43 {
    gap: 43px;
  }
  .gap-x-xl-43 {
    -moz-column-gap: 43px;
         column-gap: 43px;
  }
  .gap-y-xl-43 {
    row-gap: 43px;
  }
  .rounded-xl-43 {
    border-radius: 43px;
  }
  .mb-xl-43 {
    margin-bottom: 43px;
  }
  .mt-xl-43 {
    margin-top: 43px;
  }
  .mr-xl-43 {
    margin-right: 43px;
  }
  .ml-xl-43 {
    margin-left: 43px;
  }
  .mx-xl-43 {
    margin-right: 43px;
    margin-left: 43px;
  }
  .my-xl-43 {
    margin-top: 43px;
    margin-bottom: 43px;
  }
  .p-xl-43 {
    padding: 43px;
  }
  .px-xl-43 {
    padding-right: 43px;
    padding-left: 43px;
  }
  .py-xl-43 {
    padding-top: 43px;
    padding-bottom: 43px;
  }
  .pr-xl-43 {
    padding-right: 43px;
  }
  .pl-xl-43 {
    padding-left: 43px;
  }
  .pt-xl-43 {
    padding-top: 43px;
  }
  .pb-xl-43 {
    padding-bottom: 43px;
  }
  .fs-xl-43 {
    font-size: 43px;
  }
  .w-xl-43 {
    width: 43px;
  }
  .h-xl-43 {
    height: 43px;
  }
}
.lh-44 {
  line-height: 44px;
}

.grid-cols-44 {
  grid-template-columns: repeat(44, 1fr);
}

.line-height-44 {
  line-height: 44px;
}

.gap-44 {
  gap: 44px;
}

.gap-x-44 {
  -moz-column-gap: 44px;
       column-gap: 44px;
}

.gap-y-44 {
  row-gap: 44px;
}

.rounded-44 {
  border-radius: 44px;
}

.mb-44 {
  margin-bottom: 44px;
}

.mt-44 {
  margin-top: 44px;
}

.mr-44 {
  margin-right: 44px;
}

.ml-44 {
  margin-left: 44px;
}

.mx-44 {
  margin-right: 44px;
  margin-left: 44px;
}

.my-44 {
  margin-top: 44px;
  margin-bottom: 44px;
}

.p-44 {
  padding: 44px;
}

.px-44 {
  padding-right: 44px;
  padding-left: 44px;
}

.py-44 {
  padding-top: 44px;
  padding-bottom: 44px;
}

.pr-44 {
  padding-right: 44px;
}

.pl-44 {
  padding-left: 44px;
}

.pt-44 {
  padding-top: 44px;
}

.pb-44 {
  padding-bottom: 44px;
}

.fs-44 {
  font-size: 44px;
}

.w-44 {
  width: 44px;
}

.h-44 {
  height: 44px;
}

@media (min-width: 576px) {
  .lh-sm-44 {
    line-height: 44px;
  }
  .line-height-sm-44 {
    line-height: 44px;
  }
  .grid-cols-sm-44 {
    grid-template-columns: repeat(44, 1fr);
  }
  .gap-sm-44 {
    gap: 44px;
  }
  .gap-x-sm-44 {
    -moz-column-gap: 44px;
         column-gap: 44px;
  }
  .gap-y-sm-44 {
    row-gap: 44px;
  }
  .rounded-sm-44 {
    border-radius: 44px;
  }
  .mb-sm-44 {
    margin-bottom: 44px;
  }
  .mt-sm-44 {
    margin-top: 44px;
  }
  .mr-sm-44 {
    margin-right: 44px;
  }
  .ml-sm-44 {
    margin-left: 44px;
  }
  .mx-sm-44 {
    margin-right: 44px;
    margin-left: 44px;
  }
  .my-sm-44 {
    margin-top: 44px;
    margin-bottom: 44px;
  }
  .p-sm-44 {
    padding: 44px;
  }
  .px-sm-44 {
    padding-right: 44px;
    padding-left: 44px;
  }
  .py-sm-44 {
    padding-top: 44px;
    padding-bottom: 44px;
  }
  .pr-sm-44 {
    padding-right: 44px;
  }
  .pl-sm-44 {
    padding-left: 44px;
  }
  .pt-sm-44 {
    padding-top: 44px;
  }
  .pb-sm-44 {
    padding-bottom: 44px;
  }
  .fs-sm-44 {
    font-size: 44px;
  }
  .w-sm-44 {
    width: 44px;
  }
  .h-sm-44 {
    height: 44px;
  }
}
@media (min-width: 768px) {
  .lh-md-44 {
    line-height: 44px;
  }
  .line-height-md-44 {
    line-height: 44px;
  }
  .grid-cols-md-44 {
    grid-template-columns: repeat(44, 1fr);
  }
  .gap-md-44 {
    gap: 44px;
  }
  .gap-x-md-44 {
    -moz-column-gap: 44px;
         column-gap: 44px;
  }
  .gap-y-md-44 {
    row-gap: 44px;
  }
  .rounded-md-44 {
    border-radius: 44px;
  }
  .mb-md-44 {
    margin-bottom: 44px;
  }
  .mt-md-44 {
    margin-top: 44px;
  }
  .mr-md-44 {
    margin-right: 44px;
  }
  .ml-md-44 {
    margin-left: 44px;
  }
  .mx-md-44 {
    margin-right: 44px;
    margin-left: 44px;
  }
  .my-md-44 {
    margin-top: 44px;
    margin-bottom: 44px;
  }
  .p-md-44 {
    padding: 44px;
  }
  .px-md-44 {
    padding-right: 44px;
    padding-left: 44px;
  }
  .py-md-44 {
    padding-top: 44px;
    padding-bottom: 44px;
  }
  .pr-md-44 {
    padding-right: 44px;
  }
  .pl-md-44 {
    padding-left: 44px;
  }
  .pt-md-44 {
    padding-top: 44px;
  }
  .pb-md-44 {
    padding-bottom: 44px;
  }
  .fs-md-44 {
    font-size: 44px;
  }
  .w-md-44 {
    width: 44px;
  }
  .h-md-44 {
    height: 44px;
  }
}
@media (min-width: 992px) {
  .lh-lg-44 {
    line-height: 44px;
  }
  .line-height-lg-44 {
    line-height: 44px;
  }
  .grid-cols-lg-44 {
    grid-template-columns: repeat(44, 1fr);
  }
  .gap-lg-44 {
    gap: 44px;
  }
  .gap-x-lg-44 {
    -moz-column-gap: 44px;
         column-gap: 44px;
  }
  .gap-y-lg-44 {
    row-gap: 44px;
  }
  .rounded-lg-44 {
    border-radius: 44px;
  }
  .mb-lg-44 {
    margin-bottom: 44px;
  }
  .mt-lg-44 {
    margin-top: 44px;
  }
  .mr-lg-44 {
    margin-right: 44px;
  }
  .ml-lg-44 {
    margin-left: 44px;
  }
  .mx-lg-44 {
    margin-right: 44px;
    margin-left: 44px;
  }
  .my-lg-44 {
    margin-top: 44px;
    margin-bottom: 44px;
  }
  .p-lg-44 {
    padding: 44px;
  }
  .px-lg-44 {
    padding-right: 44px;
    padding-left: 44px;
  }
  .py-lg-44 {
    padding-top: 44px;
    padding-bottom: 44px;
  }
  .pr-lg-44 {
    padding-right: 44px;
  }
  .pl-lg-44 {
    padding-left: 44px;
  }
  .pt-lg-44 {
    padding-top: 44px;
  }
  .pb-lg-44 {
    padding-bottom: 44px;
  }
  .fs-lg-44 {
    font-size: 44px;
  }
  .w-lg-44 {
    width: 44px;
  }
  .h-lg-44 {
    height: 44px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-44 {
    line-height: 44px;
  }
  .line-height-xl-44 {
    line-height: 44px;
  }
  .grid-cols-xl-44 {
    grid-template-columns: repeat(44, 1fr);
  }
  .gap-xl-44 {
    gap: 44px;
  }
  .gap-x-xl-44 {
    -moz-column-gap: 44px;
         column-gap: 44px;
  }
  .gap-y-xl-44 {
    row-gap: 44px;
  }
  .rounded-xl-44 {
    border-radius: 44px;
  }
  .mb-xl-44 {
    margin-bottom: 44px;
  }
  .mt-xl-44 {
    margin-top: 44px;
  }
  .mr-xl-44 {
    margin-right: 44px;
  }
  .ml-xl-44 {
    margin-left: 44px;
  }
  .mx-xl-44 {
    margin-right: 44px;
    margin-left: 44px;
  }
  .my-xl-44 {
    margin-top: 44px;
    margin-bottom: 44px;
  }
  .p-xl-44 {
    padding: 44px;
  }
  .px-xl-44 {
    padding-right: 44px;
    padding-left: 44px;
  }
  .py-xl-44 {
    padding-top: 44px;
    padding-bottom: 44px;
  }
  .pr-xl-44 {
    padding-right: 44px;
  }
  .pl-xl-44 {
    padding-left: 44px;
  }
  .pt-xl-44 {
    padding-top: 44px;
  }
  .pb-xl-44 {
    padding-bottom: 44px;
  }
  .fs-xl-44 {
    font-size: 44px;
  }
  .w-xl-44 {
    width: 44px;
  }
  .h-xl-44 {
    height: 44px;
  }
}
.lh-45 {
  line-height: 45px;
}

.grid-cols-45 {
  grid-template-columns: repeat(45, 1fr);
}

.line-height-45 {
  line-height: 45px;
}

.gap-45 {
  gap: 45px;
}

.gap-x-45 {
  -moz-column-gap: 45px;
       column-gap: 45px;
}

.gap-y-45 {
  row-gap: 45px;
}

.rounded-45 {
  border-radius: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mt-45 {
  margin-top: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.mx-45 {
  margin-right: 45px;
  margin-left: 45px;
}

.my-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.p-45 {
  padding: 45px;
}

.px-45 {
  padding-right: 45px;
  padding-left: 45px;
}

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.pl-45 {
  padding-left: 45px;
}

.pt-45 {
  padding-top: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.fs-45 {
  font-size: 45px;
}

.w-45 {
  width: 45px;
}

.h-45 {
  height: 45px;
}

@media (min-width: 576px) {
  .lh-sm-45 {
    line-height: 45px;
  }
  .line-height-sm-45 {
    line-height: 45px;
  }
  .grid-cols-sm-45 {
    grid-template-columns: repeat(45, 1fr);
  }
  .gap-sm-45 {
    gap: 45px;
  }
  .gap-x-sm-45 {
    -moz-column-gap: 45px;
         column-gap: 45px;
  }
  .gap-y-sm-45 {
    row-gap: 45px;
  }
  .rounded-sm-45 {
    border-radius: 45px;
  }
  .mb-sm-45 {
    margin-bottom: 45px;
  }
  .mt-sm-45 {
    margin-top: 45px;
  }
  .mr-sm-45 {
    margin-right: 45px;
  }
  .ml-sm-45 {
    margin-left: 45px;
  }
  .mx-sm-45 {
    margin-right: 45px;
    margin-left: 45px;
  }
  .my-sm-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .p-sm-45 {
    padding: 45px;
  }
  .px-sm-45 {
    padding-right: 45px;
    padding-left: 45px;
  }
  .py-sm-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .pr-sm-45 {
    padding-right: 45px;
  }
  .pl-sm-45 {
    padding-left: 45px;
  }
  .pt-sm-45 {
    padding-top: 45px;
  }
  .pb-sm-45 {
    padding-bottom: 45px;
  }
  .fs-sm-45 {
    font-size: 45px;
  }
  .w-sm-45 {
    width: 45px;
  }
  .h-sm-45 {
    height: 45px;
  }
}
@media (min-width: 768px) {
  .lh-md-45 {
    line-height: 45px;
  }
  .line-height-md-45 {
    line-height: 45px;
  }
  .grid-cols-md-45 {
    grid-template-columns: repeat(45, 1fr);
  }
  .gap-md-45 {
    gap: 45px;
  }
  .gap-x-md-45 {
    -moz-column-gap: 45px;
         column-gap: 45px;
  }
  .gap-y-md-45 {
    row-gap: 45px;
  }
  .rounded-md-45 {
    border-radius: 45px;
  }
  .mb-md-45 {
    margin-bottom: 45px;
  }
  .mt-md-45 {
    margin-top: 45px;
  }
  .mr-md-45 {
    margin-right: 45px;
  }
  .ml-md-45 {
    margin-left: 45px;
  }
  .mx-md-45 {
    margin-right: 45px;
    margin-left: 45px;
  }
  .my-md-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .p-md-45 {
    padding: 45px;
  }
  .px-md-45 {
    padding-right: 45px;
    padding-left: 45px;
  }
  .py-md-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .pr-md-45 {
    padding-right: 45px;
  }
  .pl-md-45 {
    padding-left: 45px;
  }
  .pt-md-45 {
    padding-top: 45px;
  }
  .pb-md-45 {
    padding-bottom: 45px;
  }
  .fs-md-45 {
    font-size: 45px;
  }
  .w-md-45 {
    width: 45px;
  }
  .h-md-45 {
    height: 45px;
  }
}
@media (min-width: 992px) {
  .lh-lg-45 {
    line-height: 45px;
  }
  .line-height-lg-45 {
    line-height: 45px;
  }
  .grid-cols-lg-45 {
    grid-template-columns: repeat(45, 1fr);
  }
  .gap-lg-45 {
    gap: 45px;
  }
  .gap-x-lg-45 {
    -moz-column-gap: 45px;
         column-gap: 45px;
  }
  .gap-y-lg-45 {
    row-gap: 45px;
  }
  .rounded-lg-45 {
    border-radius: 45px;
  }
  .mb-lg-45 {
    margin-bottom: 45px;
  }
  .mt-lg-45 {
    margin-top: 45px;
  }
  .mr-lg-45 {
    margin-right: 45px;
  }
  .ml-lg-45 {
    margin-left: 45px;
  }
  .mx-lg-45 {
    margin-right: 45px;
    margin-left: 45px;
  }
  .my-lg-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .p-lg-45 {
    padding: 45px;
  }
  .px-lg-45 {
    padding-right: 45px;
    padding-left: 45px;
  }
  .py-lg-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .pr-lg-45 {
    padding-right: 45px;
  }
  .pl-lg-45 {
    padding-left: 45px;
  }
  .pt-lg-45 {
    padding-top: 45px;
  }
  .pb-lg-45 {
    padding-bottom: 45px;
  }
  .fs-lg-45 {
    font-size: 45px;
  }
  .w-lg-45 {
    width: 45px;
  }
  .h-lg-45 {
    height: 45px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-45 {
    line-height: 45px;
  }
  .line-height-xl-45 {
    line-height: 45px;
  }
  .grid-cols-xl-45 {
    grid-template-columns: repeat(45, 1fr);
  }
  .gap-xl-45 {
    gap: 45px;
  }
  .gap-x-xl-45 {
    -moz-column-gap: 45px;
         column-gap: 45px;
  }
  .gap-y-xl-45 {
    row-gap: 45px;
  }
  .rounded-xl-45 {
    border-radius: 45px;
  }
  .mb-xl-45 {
    margin-bottom: 45px;
  }
  .mt-xl-45 {
    margin-top: 45px;
  }
  .mr-xl-45 {
    margin-right: 45px;
  }
  .ml-xl-45 {
    margin-left: 45px;
  }
  .mx-xl-45 {
    margin-right: 45px;
    margin-left: 45px;
  }
  .my-xl-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .p-xl-45 {
    padding: 45px;
  }
  .px-xl-45 {
    padding-right: 45px;
    padding-left: 45px;
  }
  .py-xl-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .pr-xl-45 {
    padding-right: 45px;
  }
  .pl-xl-45 {
    padding-left: 45px;
  }
  .pt-xl-45 {
    padding-top: 45px;
  }
  .pb-xl-45 {
    padding-bottom: 45px;
  }
  .fs-xl-45 {
    font-size: 45px;
  }
  .w-xl-45 {
    width: 45px;
  }
  .h-xl-45 {
    height: 45px;
  }
}
.lh-46 {
  line-height: 46px;
}

.grid-cols-46 {
  grid-template-columns: repeat(46, 1fr);
}

.line-height-46 {
  line-height: 46px;
}

.gap-46 {
  gap: 46px;
}

.gap-x-46 {
  -moz-column-gap: 46px;
       column-gap: 46px;
}

.gap-y-46 {
  row-gap: 46px;
}

.rounded-46 {
  border-radius: 46px;
}

.mb-46 {
  margin-bottom: 46px;
}

.mt-46 {
  margin-top: 46px;
}

.mr-46 {
  margin-right: 46px;
}

.ml-46 {
  margin-left: 46px;
}

.mx-46 {
  margin-right: 46px;
  margin-left: 46px;
}

.my-46 {
  margin-top: 46px;
  margin-bottom: 46px;
}

.p-46 {
  padding: 46px;
}

.px-46 {
  padding-right: 46px;
  padding-left: 46px;
}

.py-46 {
  padding-top: 46px;
  padding-bottom: 46px;
}

.pr-46 {
  padding-right: 46px;
}

.pl-46 {
  padding-left: 46px;
}

.pt-46 {
  padding-top: 46px;
}

.pb-46 {
  padding-bottom: 46px;
}

.fs-46 {
  font-size: 46px;
}

.w-46 {
  width: 46px;
}

.h-46 {
  height: 46px;
}

@media (min-width: 576px) {
  .lh-sm-46 {
    line-height: 46px;
  }
  .line-height-sm-46 {
    line-height: 46px;
  }
  .grid-cols-sm-46 {
    grid-template-columns: repeat(46, 1fr);
  }
  .gap-sm-46 {
    gap: 46px;
  }
  .gap-x-sm-46 {
    -moz-column-gap: 46px;
         column-gap: 46px;
  }
  .gap-y-sm-46 {
    row-gap: 46px;
  }
  .rounded-sm-46 {
    border-radius: 46px;
  }
  .mb-sm-46 {
    margin-bottom: 46px;
  }
  .mt-sm-46 {
    margin-top: 46px;
  }
  .mr-sm-46 {
    margin-right: 46px;
  }
  .ml-sm-46 {
    margin-left: 46px;
  }
  .mx-sm-46 {
    margin-right: 46px;
    margin-left: 46px;
  }
  .my-sm-46 {
    margin-top: 46px;
    margin-bottom: 46px;
  }
  .p-sm-46 {
    padding: 46px;
  }
  .px-sm-46 {
    padding-right: 46px;
    padding-left: 46px;
  }
  .py-sm-46 {
    padding-top: 46px;
    padding-bottom: 46px;
  }
  .pr-sm-46 {
    padding-right: 46px;
  }
  .pl-sm-46 {
    padding-left: 46px;
  }
  .pt-sm-46 {
    padding-top: 46px;
  }
  .pb-sm-46 {
    padding-bottom: 46px;
  }
  .fs-sm-46 {
    font-size: 46px;
  }
  .w-sm-46 {
    width: 46px;
  }
  .h-sm-46 {
    height: 46px;
  }
}
@media (min-width: 768px) {
  .lh-md-46 {
    line-height: 46px;
  }
  .line-height-md-46 {
    line-height: 46px;
  }
  .grid-cols-md-46 {
    grid-template-columns: repeat(46, 1fr);
  }
  .gap-md-46 {
    gap: 46px;
  }
  .gap-x-md-46 {
    -moz-column-gap: 46px;
         column-gap: 46px;
  }
  .gap-y-md-46 {
    row-gap: 46px;
  }
  .rounded-md-46 {
    border-radius: 46px;
  }
  .mb-md-46 {
    margin-bottom: 46px;
  }
  .mt-md-46 {
    margin-top: 46px;
  }
  .mr-md-46 {
    margin-right: 46px;
  }
  .ml-md-46 {
    margin-left: 46px;
  }
  .mx-md-46 {
    margin-right: 46px;
    margin-left: 46px;
  }
  .my-md-46 {
    margin-top: 46px;
    margin-bottom: 46px;
  }
  .p-md-46 {
    padding: 46px;
  }
  .px-md-46 {
    padding-right: 46px;
    padding-left: 46px;
  }
  .py-md-46 {
    padding-top: 46px;
    padding-bottom: 46px;
  }
  .pr-md-46 {
    padding-right: 46px;
  }
  .pl-md-46 {
    padding-left: 46px;
  }
  .pt-md-46 {
    padding-top: 46px;
  }
  .pb-md-46 {
    padding-bottom: 46px;
  }
  .fs-md-46 {
    font-size: 46px;
  }
  .w-md-46 {
    width: 46px;
  }
  .h-md-46 {
    height: 46px;
  }
}
@media (min-width: 992px) {
  .lh-lg-46 {
    line-height: 46px;
  }
  .line-height-lg-46 {
    line-height: 46px;
  }
  .grid-cols-lg-46 {
    grid-template-columns: repeat(46, 1fr);
  }
  .gap-lg-46 {
    gap: 46px;
  }
  .gap-x-lg-46 {
    -moz-column-gap: 46px;
         column-gap: 46px;
  }
  .gap-y-lg-46 {
    row-gap: 46px;
  }
  .rounded-lg-46 {
    border-radius: 46px;
  }
  .mb-lg-46 {
    margin-bottom: 46px;
  }
  .mt-lg-46 {
    margin-top: 46px;
  }
  .mr-lg-46 {
    margin-right: 46px;
  }
  .ml-lg-46 {
    margin-left: 46px;
  }
  .mx-lg-46 {
    margin-right: 46px;
    margin-left: 46px;
  }
  .my-lg-46 {
    margin-top: 46px;
    margin-bottom: 46px;
  }
  .p-lg-46 {
    padding: 46px;
  }
  .px-lg-46 {
    padding-right: 46px;
    padding-left: 46px;
  }
  .py-lg-46 {
    padding-top: 46px;
    padding-bottom: 46px;
  }
  .pr-lg-46 {
    padding-right: 46px;
  }
  .pl-lg-46 {
    padding-left: 46px;
  }
  .pt-lg-46 {
    padding-top: 46px;
  }
  .pb-lg-46 {
    padding-bottom: 46px;
  }
  .fs-lg-46 {
    font-size: 46px;
  }
  .w-lg-46 {
    width: 46px;
  }
  .h-lg-46 {
    height: 46px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-46 {
    line-height: 46px;
  }
  .line-height-xl-46 {
    line-height: 46px;
  }
  .grid-cols-xl-46 {
    grid-template-columns: repeat(46, 1fr);
  }
  .gap-xl-46 {
    gap: 46px;
  }
  .gap-x-xl-46 {
    -moz-column-gap: 46px;
         column-gap: 46px;
  }
  .gap-y-xl-46 {
    row-gap: 46px;
  }
  .rounded-xl-46 {
    border-radius: 46px;
  }
  .mb-xl-46 {
    margin-bottom: 46px;
  }
  .mt-xl-46 {
    margin-top: 46px;
  }
  .mr-xl-46 {
    margin-right: 46px;
  }
  .ml-xl-46 {
    margin-left: 46px;
  }
  .mx-xl-46 {
    margin-right: 46px;
    margin-left: 46px;
  }
  .my-xl-46 {
    margin-top: 46px;
    margin-bottom: 46px;
  }
  .p-xl-46 {
    padding: 46px;
  }
  .px-xl-46 {
    padding-right: 46px;
    padding-left: 46px;
  }
  .py-xl-46 {
    padding-top: 46px;
    padding-bottom: 46px;
  }
  .pr-xl-46 {
    padding-right: 46px;
  }
  .pl-xl-46 {
    padding-left: 46px;
  }
  .pt-xl-46 {
    padding-top: 46px;
  }
  .pb-xl-46 {
    padding-bottom: 46px;
  }
  .fs-xl-46 {
    font-size: 46px;
  }
  .w-xl-46 {
    width: 46px;
  }
  .h-xl-46 {
    height: 46px;
  }
}
.lh-47 {
  line-height: 47px;
}

.grid-cols-47 {
  grid-template-columns: repeat(47, 1fr);
}

.line-height-47 {
  line-height: 47px;
}

.gap-47 {
  gap: 47px;
}

.gap-x-47 {
  -moz-column-gap: 47px;
       column-gap: 47px;
}

.gap-y-47 {
  row-gap: 47px;
}

.rounded-47 {
  border-radius: 47px;
}

.mb-47 {
  margin-bottom: 47px;
}

.mt-47 {
  margin-top: 47px;
}

.mr-47 {
  margin-right: 47px;
}

.ml-47 {
  margin-left: 47px;
}

.mx-47 {
  margin-right: 47px;
  margin-left: 47px;
}

.my-47 {
  margin-top: 47px;
  margin-bottom: 47px;
}

.p-47 {
  padding: 47px;
}

.px-47 {
  padding-right: 47px;
  padding-left: 47px;
}

.py-47 {
  padding-top: 47px;
  padding-bottom: 47px;
}

.pr-47 {
  padding-right: 47px;
}

.pl-47 {
  padding-left: 47px;
}

.pt-47 {
  padding-top: 47px;
}

.pb-47 {
  padding-bottom: 47px;
}

.fs-47 {
  font-size: 47px;
}

.w-47 {
  width: 47px;
}

.h-47 {
  height: 47px;
}

@media (min-width: 576px) {
  .lh-sm-47 {
    line-height: 47px;
  }
  .line-height-sm-47 {
    line-height: 47px;
  }
  .grid-cols-sm-47 {
    grid-template-columns: repeat(47, 1fr);
  }
  .gap-sm-47 {
    gap: 47px;
  }
  .gap-x-sm-47 {
    -moz-column-gap: 47px;
         column-gap: 47px;
  }
  .gap-y-sm-47 {
    row-gap: 47px;
  }
  .rounded-sm-47 {
    border-radius: 47px;
  }
  .mb-sm-47 {
    margin-bottom: 47px;
  }
  .mt-sm-47 {
    margin-top: 47px;
  }
  .mr-sm-47 {
    margin-right: 47px;
  }
  .ml-sm-47 {
    margin-left: 47px;
  }
  .mx-sm-47 {
    margin-right: 47px;
    margin-left: 47px;
  }
  .my-sm-47 {
    margin-top: 47px;
    margin-bottom: 47px;
  }
  .p-sm-47 {
    padding: 47px;
  }
  .px-sm-47 {
    padding-right: 47px;
    padding-left: 47px;
  }
  .py-sm-47 {
    padding-top: 47px;
    padding-bottom: 47px;
  }
  .pr-sm-47 {
    padding-right: 47px;
  }
  .pl-sm-47 {
    padding-left: 47px;
  }
  .pt-sm-47 {
    padding-top: 47px;
  }
  .pb-sm-47 {
    padding-bottom: 47px;
  }
  .fs-sm-47 {
    font-size: 47px;
  }
  .w-sm-47 {
    width: 47px;
  }
  .h-sm-47 {
    height: 47px;
  }
}
@media (min-width: 768px) {
  .lh-md-47 {
    line-height: 47px;
  }
  .line-height-md-47 {
    line-height: 47px;
  }
  .grid-cols-md-47 {
    grid-template-columns: repeat(47, 1fr);
  }
  .gap-md-47 {
    gap: 47px;
  }
  .gap-x-md-47 {
    -moz-column-gap: 47px;
         column-gap: 47px;
  }
  .gap-y-md-47 {
    row-gap: 47px;
  }
  .rounded-md-47 {
    border-radius: 47px;
  }
  .mb-md-47 {
    margin-bottom: 47px;
  }
  .mt-md-47 {
    margin-top: 47px;
  }
  .mr-md-47 {
    margin-right: 47px;
  }
  .ml-md-47 {
    margin-left: 47px;
  }
  .mx-md-47 {
    margin-right: 47px;
    margin-left: 47px;
  }
  .my-md-47 {
    margin-top: 47px;
    margin-bottom: 47px;
  }
  .p-md-47 {
    padding: 47px;
  }
  .px-md-47 {
    padding-right: 47px;
    padding-left: 47px;
  }
  .py-md-47 {
    padding-top: 47px;
    padding-bottom: 47px;
  }
  .pr-md-47 {
    padding-right: 47px;
  }
  .pl-md-47 {
    padding-left: 47px;
  }
  .pt-md-47 {
    padding-top: 47px;
  }
  .pb-md-47 {
    padding-bottom: 47px;
  }
  .fs-md-47 {
    font-size: 47px;
  }
  .w-md-47 {
    width: 47px;
  }
  .h-md-47 {
    height: 47px;
  }
}
@media (min-width: 992px) {
  .lh-lg-47 {
    line-height: 47px;
  }
  .line-height-lg-47 {
    line-height: 47px;
  }
  .grid-cols-lg-47 {
    grid-template-columns: repeat(47, 1fr);
  }
  .gap-lg-47 {
    gap: 47px;
  }
  .gap-x-lg-47 {
    -moz-column-gap: 47px;
         column-gap: 47px;
  }
  .gap-y-lg-47 {
    row-gap: 47px;
  }
  .rounded-lg-47 {
    border-radius: 47px;
  }
  .mb-lg-47 {
    margin-bottom: 47px;
  }
  .mt-lg-47 {
    margin-top: 47px;
  }
  .mr-lg-47 {
    margin-right: 47px;
  }
  .ml-lg-47 {
    margin-left: 47px;
  }
  .mx-lg-47 {
    margin-right: 47px;
    margin-left: 47px;
  }
  .my-lg-47 {
    margin-top: 47px;
    margin-bottom: 47px;
  }
  .p-lg-47 {
    padding: 47px;
  }
  .px-lg-47 {
    padding-right: 47px;
    padding-left: 47px;
  }
  .py-lg-47 {
    padding-top: 47px;
    padding-bottom: 47px;
  }
  .pr-lg-47 {
    padding-right: 47px;
  }
  .pl-lg-47 {
    padding-left: 47px;
  }
  .pt-lg-47 {
    padding-top: 47px;
  }
  .pb-lg-47 {
    padding-bottom: 47px;
  }
  .fs-lg-47 {
    font-size: 47px;
  }
  .w-lg-47 {
    width: 47px;
  }
  .h-lg-47 {
    height: 47px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-47 {
    line-height: 47px;
  }
  .line-height-xl-47 {
    line-height: 47px;
  }
  .grid-cols-xl-47 {
    grid-template-columns: repeat(47, 1fr);
  }
  .gap-xl-47 {
    gap: 47px;
  }
  .gap-x-xl-47 {
    -moz-column-gap: 47px;
         column-gap: 47px;
  }
  .gap-y-xl-47 {
    row-gap: 47px;
  }
  .rounded-xl-47 {
    border-radius: 47px;
  }
  .mb-xl-47 {
    margin-bottom: 47px;
  }
  .mt-xl-47 {
    margin-top: 47px;
  }
  .mr-xl-47 {
    margin-right: 47px;
  }
  .ml-xl-47 {
    margin-left: 47px;
  }
  .mx-xl-47 {
    margin-right: 47px;
    margin-left: 47px;
  }
  .my-xl-47 {
    margin-top: 47px;
    margin-bottom: 47px;
  }
  .p-xl-47 {
    padding: 47px;
  }
  .px-xl-47 {
    padding-right: 47px;
    padding-left: 47px;
  }
  .py-xl-47 {
    padding-top: 47px;
    padding-bottom: 47px;
  }
  .pr-xl-47 {
    padding-right: 47px;
  }
  .pl-xl-47 {
    padding-left: 47px;
  }
  .pt-xl-47 {
    padding-top: 47px;
  }
  .pb-xl-47 {
    padding-bottom: 47px;
  }
  .fs-xl-47 {
    font-size: 47px;
  }
  .w-xl-47 {
    width: 47px;
  }
  .h-xl-47 {
    height: 47px;
  }
}
.lh-48 {
  line-height: 48px;
}

.grid-cols-48 {
  grid-template-columns: repeat(48, 1fr);
}

.line-height-48 {
  line-height: 48px;
}

.gap-48 {
  gap: 48px;
}

.gap-x-48 {
  -moz-column-gap: 48px;
       column-gap: 48px;
}

.gap-y-48 {
  row-gap: 48px;
}

.rounded-48 {
  border-radius: 48px;
}

.mb-48 {
  margin-bottom: 48px;
}

.mt-48 {
  margin-top: 48px;
}

.mr-48 {
  margin-right: 48px;
}

.ml-48 {
  margin-left: 48px;
}

.mx-48 {
  margin-right: 48px;
  margin-left: 48px;
}

.my-48 {
  margin-top: 48px;
  margin-bottom: 48px;
}

.p-48 {
  padding: 48px;
}

.px-48 {
  padding-right: 48px;
  padding-left: 48px;
}

.py-48 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.pr-48 {
  padding-right: 48px;
}

.pl-48 {
  padding-left: 48px;
}

.pt-48 {
  padding-top: 48px;
}

.pb-48 {
  padding-bottom: 48px;
}

.fs-48 {
  font-size: 48px;
}

.w-48 {
  width: 48px;
}

.h-48 {
  height: 48px;
}

@media (min-width: 576px) {
  .lh-sm-48 {
    line-height: 48px;
  }
  .line-height-sm-48 {
    line-height: 48px;
  }
  .grid-cols-sm-48 {
    grid-template-columns: repeat(48, 1fr);
  }
  .gap-sm-48 {
    gap: 48px;
  }
  .gap-x-sm-48 {
    -moz-column-gap: 48px;
         column-gap: 48px;
  }
  .gap-y-sm-48 {
    row-gap: 48px;
  }
  .rounded-sm-48 {
    border-radius: 48px;
  }
  .mb-sm-48 {
    margin-bottom: 48px;
  }
  .mt-sm-48 {
    margin-top: 48px;
  }
  .mr-sm-48 {
    margin-right: 48px;
  }
  .ml-sm-48 {
    margin-left: 48px;
  }
  .mx-sm-48 {
    margin-right: 48px;
    margin-left: 48px;
  }
  .my-sm-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .p-sm-48 {
    padding: 48px;
  }
  .px-sm-48 {
    padding-right: 48px;
    padding-left: 48px;
  }
  .py-sm-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .pr-sm-48 {
    padding-right: 48px;
  }
  .pl-sm-48 {
    padding-left: 48px;
  }
  .pt-sm-48 {
    padding-top: 48px;
  }
  .pb-sm-48 {
    padding-bottom: 48px;
  }
  .fs-sm-48 {
    font-size: 48px;
  }
  .w-sm-48 {
    width: 48px;
  }
  .h-sm-48 {
    height: 48px;
  }
}
@media (min-width: 768px) {
  .lh-md-48 {
    line-height: 48px;
  }
  .line-height-md-48 {
    line-height: 48px;
  }
  .grid-cols-md-48 {
    grid-template-columns: repeat(48, 1fr);
  }
  .gap-md-48 {
    gap: 48px;
  }
  .gap-x-md-48 {
    -moz-column-gap: 48px;
         column-gap: 48px;
  }
  .gap-y-md-48 {
    row-gap: 48px;
  }
  .rounded-md-48 {
    border-radius: 48px;
  }
  .mb-md-48 {
    margin-bottom: 48px;
  }
  .mt-md-48 {
    margin-top: 48px;
  }
  .mr-md-48 {
    margin-right: 48px;
  }
  .ml-md-48 {
    margin-left: 48px;
  }
  .mx-md-48 {
    margin-right: 48px;
    margin-left: 48px;
  }
  .my-md-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .p-md-48 {
    padding: 48px;
  }
  .px-md-48 {
    padding-right: 48px;
    padding-left: 48px;
  }
  .py-md-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .pr-md-48 {
    padding-right: 48px;
  }
  .pl-md-48 {
    padding-left: 48px;
  }
  .pt-md-48 {
    padding-top: 48px;
  }
  .pb-md-48 {
    padding-bottom: 48px;
  }
  .fs-md-48 {
    font-size: 48px;
  }
  .w-md-48 {
    width: 48px;
  }
  .h-md-48 {
    height: 48px;
  }
}
@media (min-width: 992px) {
  .lh-lg-48 {
    line-height: 48px;
  }
  .line-height-lg-48 {
    line-height: 48px;
  }
  .grid-cols-lg-48 {
    grid-template-columns: repeat(48, 1fr);
  }
  .gap-lg-48 {
    gap: 48px;
  }
  .gap-x-lg-48 {
    -moz-column-gap: 48px;
         column-gap: 48px;
  }
  .gap-y-lg-48 {
    row-gap: 48px;
  }
  .rounded-lg-48 {
    border-radius: 48px;
  }
  .mb-lg-48 {
    margin-bottom: 48px;
  }
  .mt-lg-48 {
    margin-top: 48px;
  }
  .mr-lg-48 {
    margin-right: 48px;
  }
  .ml-lg-48 {
    margin-left: 48px;
  }
  .mx-lg-48 {
    margin-right: 48px;
    margin-left: 48px;
  }
  .my-lg-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .p-lg-48 {
    padding: 48px;
  }
  .px-lg-48 {
    padding-right: 48px;
    padding-left: 48px;
  }
  .py-lg-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .pr-lg-48 {
    padding-right: 48px;
  }
  .pl-lg-48 {
    padding-left: 48px;
  }
  .pt-lg-48 {
    padding-top: 48px;
  }
  .pb-lg-48 {
    padding-bottom: 48px;
  }
  .fs-lg-48 {
    font-size: 48px;
  }
  .w-lg-48 {
    width: 48px;
  }
  .h-lg-48 {
    height: 48px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-48 {
    line-height: 48px;
  }
  .line-height-xl-48 {
    line-height: 48px;
  }
  .grid-cols-xl-48 {
    grid-template-columns: repeat(48, 1fr);
  }
  .gap-xl-48 {
    gap: 48px;
  }
  .gap-x-xl-48 {
    -moz-column-gap: 48px;
         column-gap: 48px;
  }
  .gap-y-xl-48 {
    row-gap: 48px;
  }
  .rounded-xl-48 {
    border-radius: 48px;
  }
  .mb-xl-48 {
    margin-bottom: 48px;
  }
  .mt-xl-48 {
    margin-top: 48px;
  }
  .mr-xl-48 {
    margin-right: 48px;
  }
  .ml-xl-48 {
    margin-left: 48px;
  }
  .mx-xl-48 {
    margin-right: 48px;
    margin-left: 48px;
  }
  .my-xl-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .p-xl-48 {
    padding: 48px;
  }
  .px-xl-48 {
    padding-right: 48px;
    padding-left: 48px;
  }
  .py-xl-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .pr-xl-48 {
    padding-right: 48px;
  }
  .pl-xl-48 {
    padding-left: 48px;
  }
  .pt-xl-48 {
    padding-top: 48px;
  }
  .pb-xl-48 {
    padding-bottom: 48px;
  }
  .fs-xl-48 {
    font-size: 48px;
  }
  .w-xl-48 {
    width: 48px;
  }
  .h-xl-48 {
    height: 48px;
  }
}
.lh-49 {
  line-height: 49px;
}

.grid-cols-49 {
  grid-template-columns: repeat(49, 1fr);
}

.line-height-49 {
  line-height: 49px;
}

.gap-49 {
  gap: 49px;
}

.gap-x-49 {
  -moz-column-gap: 49px;
       column-gap: 49px;
}

.gap-y-49 {
  row-gap: 49px;
}

.rounded-49 {
  border-radius: 49px;
}

.mb-49 {
  margin-bottom: 49px;
}

.mt-49 {
  margin-top: 49px;
}

.mr-49 {
  margin-right: 49px;
}

.ml-49 {
  margin-left: 49px;
}

.mx-49 {
  margin-right: 49px;
  margin-left: 49px;
}

.my-49 {
  margin-top: 49px;
  margin-bottom: 49px;
}

.p-49 {
  padding: 49px;
}

.px-49 {
  padding-right: 49px;
  padding-left: 49px;
}

.py-49 {
  padding-top: 49px;
  padding-bottom: 49px;
}

.pr-49 {
  padding-right: 49px;
}

.pl-49 {
  padding-left: 49px;
}

.pt-49 {
  padding-top: 49px;
}

.pb-49 {
  padding-bottom: 49px;
}

.fs-49 {
  font-size: 49px;
}

.w-49 {
  width: 49px;
}

.h-49 {
  height: 49px;
}

@media (min-width: 576px) {
  .lh-sm-49 {
    line-height: 49px;
  }
  .line-height-sm-49 {
    line-height: 49px;
  }
  .grid-cols-sm-49 {
    grid-template-columns: repeat(49, 1fr);
  }
  .gap-sm-49 {
    gap: 49px;
  }
  .gap-x-sm-49 {
    -moz-column-gap: 49px;
         column-gap: 49px;
  }
  .gap-y-sm-49 {
    row-gap: 49px;
  }
  .rounded-sm-49 {
    border-radius: 49px;
  }
  .mb-sm-49 {
    margin-bottom: 49px;
  }
  .mt-sm-49 {
    margin-top: 49px;
  }
  .mr-sm-49 {
    margin-right: 49px;
  }
  .ml-sm-49 {
    margin-left: 49px;
  }
  .mx-sm-49 {
    margin-right: 49px;
    margin-left: 49px;
  }
  .my-sm-49 {
    margin-top: 49px;
    margin-bottom: 49px;
  }
  .p-sm-49 {
    padding: 49px;
  }
  .px-sm-49 {
    padding-right: 49px;
    padding-left: 49px;
  }
  .py-sm-49 {
    padding-top: 49px;
    padding-bottom: 49px;
  }
  .pr-sm-49 {
    padding-right: 49px;
  }
  .pl-sm-49 {
    padding-left: 49px;
  }
  .pt-sm-49 {
    padding-top: 49px;
  }
  .pb-sm-49 {
    padding-bottom: 49px;
  }
  .fs-sm-49 {
    font-size: 49px;
  }
  .w-sm-49 {
    width: 49px;
  }
  .h-sm-49 {
    height: 49px;
  }
}
@media (min-width: 768px) {
  .lh-md-49 {
    line-height: 49px;
  }
  .line-height-md-49 {
    line-height: 49px;
  }
  .grid-cols-md-49 {
    grid-template-columns: repeat(49, 1fr);
  }
  .gap-md-49 {
    gap: 49px;
  }
  .gap-x-md-49 {
    -moz-column-gap: 49px;
         column-gap: 49px;
  }
  .gap-y-md-49 {
    row-gap: 49px;
  }
  .rounded-md-49 {
    border-radius: 49px;
  }
  .mb-md-49 {
    margin-bottom: 49px;
  }
  .mt-md-49 {
    margin-top: 49px;
  }
  .mr-md-49 {
    margin-right: 49px;
  }
  .ml-md-49 {
    margin-left: 49px;
  }
  .mx-md-49 {
    margin-right: 49px;
    margin-left: 49px;
  }
  .my-md-49 {
    margin-top: 49px;
    margin-bottom: 49px;
  }
  .p-md-49 {
    padding: 49px;
  }
  .px-md-49 {
    padding-right: 49px;
    padding-left: 49px;
  }
  .py-md-49 {
    padding-top: 49px;
    padding-bottom: 49px;
  }
  .pr-md-49 {
    padding-right: 49px;
  }
  .pl-md-49 {
    padding-left: 49px;
  }
  .pt-md-49 {
    padding-top: 49px;
  }
  .pb-md-49 {
    padding-bottom: 49px;
  }
  .fs-md-49 {
    font-size: 49px;
  }
  .w-md-49 {
    width: 49px;
  }
  .h-md-49 {
    height: 49px;
  }
}
@media (min-width: 992px) {
  .lh-lg-49 {
    line-height: 49px;
  }
  .line-height-lg-49 {
    line-height: 49px;
  }
  .grid-cols-lg-49 {
    grid-template-columns: repeat(49, 1fr);
  }
  .gap-lg-49 {
    gap: 49px;
  }
  .gap-x-lg-49 {
    -moz-column-gap: 49px;
         column-gap: 49px;
  }
  .gap-y-lg-49 {
    row-gap: 49px;
  }
  .rounded-lg-49 {
    border-radius: 49px;
  }
  .mb-lg-49 {
    margin-bottom: 49px;
  }
  .mt-lg-49 {
    margin-top: 49px;
  }
  .mr-lg-49 {
    margin-right: 49px;
  }
  .ml-lg-49 {
    margin-left: 49px;
  }
  .mx-lg-49 {
    margin-right: 49px;
    margin-left: 49px;
  }
  .my-lg-49 {
    margin-top: 49px;
    margin-bottom: 49px;
  }
  .p-lg-49 {
    padding: 49px;
  }
  .px-lg-49 {
    padding-right: 49px;
    padding-left: 49px;
  }
  .py-lg-49 {
    padding-top: 49px;
    padding-bottom: 49px;
  }
  .pr-lg-49 {
    padding-right: 49px;
  }
  .pl-lg-49 {
    padding-left: 49px;
  }
  .pt-lg-49 {
    padding-top: 49px;
  }
  .pb-lg-49 {
    padding-bottom: 49px;
  }
  .fs-lg-49 {
    font-size: 49px;
  }
  .w-lg-49 {
    width: 49px;
  }
  .h-lg-49 {
    height: 49px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-49 {
    line-height: 49px;
  }
  .line-height-xl-49 {
    line-height: 49px;
  }
  .grid-cols-xl-49 {
    grid-template-columns: repeat(49, 1fr);
  }
  .gap-xl-49 {
    gap: 49px;
  }
  .gap-x-xl-49 {
    -moz-column-gap: 49px;
         column-gap: 49px;
  }
  .gap-y-xl-49 {
    row-gap: 49px;
  }
  .rounded-xl-49 {
    border-radius: 49px;
  }
  .mb-xl-49 {
    margin-bottom: 49px;
  }
  .mt-xl-49 {
    margin-top: 49px;
  }
  .mr-xl-49 {
    margin-right: 49px;
  }
  .ml-xl-49 {
    margin-left: 49px;
  }
  .mx-xl-49 {
    margin-right: 49px;
    margin-left: 49px;
  }
  .my-xl-49 {
    margin-top: 49px;
    margin-bottom: 49px;
  }
  .p-xl-49 {
    padding: 49px;
  }
  .px-xl-49 {
    padding-right: 49px;
    padding-left: 49px;
  }
  .py-xl-49 {
    padding-top: 49px;
    padding-bottom: 49px;
  }
  .pr-xl-49 {
    padding-right: 49px;
  }
  .pl-xl-49 {
    padding-left: 49px;
  }
  .pt-xl-49 {
    padding-top: 49px;
  }
  .pb-xl-49 {
    padding-bottom: 49px;
  }
  .fs-xl-49 {
    font-size: 49px;
  }
  .w-xl-49 {
    width: 49px;
  }
  .h-xl-49 {
    height: 49px;
  }
}
.lh-50 {
  line-height: 50px;
}

.grid-cols-50 {
  grid-template-columns: repeat(50, 1fr);
}

.line-height-50 {
  line-height: 50px;
}

.gap-50 {
  gap: 50px;
}

.gap-x-50 {
  -moz-column-gap: 50px;
       column-gap: 50px;
}

.gap-y-50 {
  row-gap: 50px;
}

.rounded-50 {
  border-radius: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-50 {
  margin-top: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.mx-50 {
  margin-right: 50px;
  margin-left: 50px;
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.p-50 {
  padding: 50px;
}

.px-50 {
  padding-right: 50px;
  padding-left: 50px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.fs-50 {
  font-size: 50px;
}

.w-50 {
  width: 50px;
}

.h-50 {
  height: 50px;
}

@media (min-width: 576px) {
  .lh-sm-50 {
    line-height: 50px;
  }
  .line-height-sm-50 {
    line-height: 50px;
  }
  .grid-cols-sm-50 {
    grid-template-columns: repeat(50, 1fr);
  }
  .gap-sm-50 {
    gap: 50px;
  }
  .gap-x-sm-50 {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .gap-y-sm-50 {
    row-gap: 50px;
  }
  .rounded-sm-50 {
    border-radius: 50px;
  }
  .mb-sm-50 {
    margin-bottom: 50px;
  }
  .mt-sm-50 {
    margin-top: 50px;
  }
  .mr-sm-50 {
    margin-right: 50px;
  }
  .ml-sm-50 {
    margin-left: 50px;
  }
  .mx-sm-50 {
    margin-right: 50px;
    margin-left: 50px;
  }
  .my-sm-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .p-sm-50 {
    padding: 50px;
  }
  .px-sm-50 {
    padding-right: 50px;
    padding-left: 50px;
  }
  .py-sm-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pr-sm-50 {
    padding-right: 50px;
  }
  .pl-sm-50 {
    padding-left: 50px;
  }
  .pt-sm-50 {
    padding-top: 50px;
  }
  .pb-sm-50 {
    padding-bottom: 50px;
  }
  .fs-sm-50 {
    font-size: 50px;
  }
  .w-sm-50 {
    width: 50px;
  }
  .h-sm-50 {
    height: 50px;
  }
}
@media (min-width: 768px) {
  .lh-md-50 {
    line-height: 50px;
  }
  .line-height-md-50 {
    line-height: 50px;
  }
  .grid-cols-md-50 {
    grid-template-columns: repeat(50, 1fr);
  }
  .gap-md-50 {
    gap: 50px;
  }
  .gap-x-md-50 {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .gap-y-md-50 {
    row-gap: 50px;
  }
  .rounded-md-50 {
    border-radius: 50px;
  }
  .mb-md-50 {
    margin-bottom: 50px;
  }
  .mt-md-50 {
    margin-top: 50px;
  }
  .mr-md-50 {
    margin-right: 50px;
  }
  .ml-md-50 {
    margin-left: 50px;
  }
  .mx-md-50 {
    margin-right: 50px;
    margin-left: 50px;
  }
  .my-md-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .p-md-50 {
    padding: 50px;
  }
  .px-md-50 {
    padding-right: 50px;
    padding-left: 50px;
  }
  .py-md-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pr-md-50 {
    padding-right: 50px;
  }
  .pl-md-50 {
    padding-left: 50px;
  }
  .pt-md-50 {
    padding-top: 50px;
  }
  .pb-md-50 {
    padding-bottom: 50px;
  }
  .fs-md-50 {
    font-size: 50px;
  }
  .w-md-50 {
    width: 50px;
  }
  .h-md-50 {
    height: 50px;
  }
}
@media (min-width: 992px) {
  .lh-lg-50 {
    line-height: 50px;
  }
  .line-height-lg-50 {
    line-height: 50px;
  }
  .grid-cols-lg-50 {
    grid-template-columns: repeat(50, 1fr);
  }
  .gap-lg-50 {
    gap: 50px;
  }
  .gap-x-lg-50 {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .gap-y-lg-50 {
    row-gap: 50px;
  }
  .rounded-lg-50 {
    border-radius: 50px;
  }
  .mb-lg-50 {
    margin-bottom: 50px;
  }
  .mt-lg-50 {
    margin-top: 50px;
  }
  .mr-lg-50 {
    margin-right: 50px;
  }
  .ml-lg-50 {
    margin-left: 50px;
  }
  .mx-lg-50 {
    margin-right: 50px;
    margin-left: 50px;
  }
  .my-lg-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .p-lg-50 {
    padding: 50px;
  }
  .px-lg-50 {
    padding-right: 50px;
    padding-left: 50px;
  }
  .py-lg-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pr-lg-50 {
    padding-right: 50px;
  }
  .pl-lg-50 {
    padding-left: 50px;
  }
  .pt-lg-50 {
    padding-top: 50px;
  }
  .pb-lg-50 {
    padding-bottom: 50px;
  }
  .fs-lg-50 {
    font-size: 50px;
  }
  .w-lg-50 {
    width: 50px;
  }
  .h-lg-50 {
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-50 {
    line-height: 50px;
  }
  .line-height-xl-50 {
    line-height: 50px;
  }
  .grid-cols-xl-50 {
    grid-template-columns: repeat(50, 1fr);
  }
  .gap-xl-50 {
    gap: 50px;
  }
  .gap-x-xl-50 {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .gap-y-xl-50 {
    row-gap: 50px;
  }
  .rounded-xl-50 {
    border-radius: 50px;
  }
  .mb-xl-50 {
    margin-bottom: 50px;
  }
  .mt-xl-50 {
    margin-top: 50px;
  }
  .mr-xl-50 {
    margin-right: 50px;
  }
  .ml-xl-50 {
    margin-left: 50px;
  }
  .mx-xl-50 {
    margin-right: 50px;
    margin-left: 50px;
  }
  .my-xl-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .p-xl-50 {
    padding: 50px;
  }
  .px-xl-50 {
    padding-right: 50px;
    padding-left: 50px;
  }
  .py-xl-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pr-xl-50 {
    padding-right: 50px;
  }
  .pl-xl-50 {
    padding-left: 50px;
  }
  .pt-xl-50 {
    padding-top: 50px;
  }
  .pb-xl-50 {
    padding-bottom: 50px;
  }
  .fs-xl-50 {
    font-size: 50px;
  }
  .w-xl-50 {
    width: 50px;
  }
  .h-xl-50 {
    height: 50px;
  }
}
.lh-51 {
  line-height: 51px;
}

.grid-cols-51 {
  grid-template-columns: repeat(51, 1fr);
}

.line-height-51 {
  line-height: 51px;
}

.gap-51 {
  gap: 51px;
}

.gap-x-51 {
  -moz-column-gap: 51px;
       column-gap: 51px;
}

.gap-y-51 {
  row-gap: 51px;
}

.rounded-51 {
  border-radius: 51px;
}

.mb-51 {
  margin-bottom: 51px;
}

.mt-51 {
  margin-top: 51px;
}

.mr-51 {
  margin-right: 51px;
}

.ml-51 {
  margin-left: 51px;
}

.mx-51 {
  margin-right: 51px;
  margin-left: 51px;
}

.my-51 {
  margin-top: 51px;
  margin-bottom: 51px;
}

.p-51 {
  padding: 51px;
}

.px-51 {
  padding-right: 51px;
  padding-left: 51px;
}

.py-51 {
  padding-top: 51px;
  padding-bottom: 51px;
}

.pr-51 {
  padding-right: 51px;
}

.pl-51 {
  padding-left: 51px;
}

.pt-51 {
  padding-top: 51px;
}

.pb-51 {
  padding-bottom: 51px;
}

.fs-51 {
  font-size: 51px;
}

.w-51 {
  width: 51px;
}

.h-51 {
  height: 51px;
}

@media (min-width: 576px) {
  .lh-sm-51 {
    line-height: 51px;
  }
  .line-height-sm-51 {
    line-height: 51px;
  }
  .grid-cols-sm-51 {
    grid-template-columns: repeat(51, 1fr);
  }
  .gap-sm-51 {
    gap: 51px;
  }
  .gap-x-sm-51 {
    -moz-column-gap: 51px;
         column-gap: 51px;
  }
  .gap-y-sm-51 {
    row-gap: 51px;
  }
  .rounded-sm-51 {
    border-radius: 51px;
  }
  .mb-sm-51 {
    margin-bottom: 51px;
  }
  .mt-sm-51 {
    margin-top: 51px;
  }
  .mr-sm-51 {
    margin-right: 51px;
  }
  .ml-sm-51 {
    margin-left: 51px;
  }
  .mx-sm-51 {
    margin-right: 51px;
    margin-left: 51px;
  }
  .my-sm-51 {
    margin-top: 51px;
    margin-bottom: 51px;
  }
  .p-sm-51 {
    padding: 51px;
  }
  .px-sm-51 {
    padding-right: 51px;
    padding-left: 51px;
  }
  .py-sm-51 {
    padding-top: 51px;
    padding-bottom: 51px;
  }
  .pr-sm-51 {
    padding-right: 51px;
  }
  .pl-sm-51 {
    padding-left: 51px;
  }
  .pt-sm-51 {
    padding-top: 51px;
  }
  .pb-sm-51 {
    padding-bottom: 51px;
  }
  .fs-sm-51 {
    font-size: 51px;
  }
  .w-sm-51 {
    width: 51px;
  }
  .h-sm-51 {
    height: 51px;
  }
}
@media (min-width: 768px) {
  .lh-md-51 {
    line-height: 51px;
  }
  .line-height-md-51 {
    line-height: 51px;
  }
  .grid-cols-md-51 {
    grid-template-columns: repeat(51, 1fr);
  }
  .gap-md-51 {
    gap: 51px;
  }
  .gap-x-md-51 {
    -moz-column-gap: 51px;
         column-gap: 51px;
  }
  .gap-y-md-51 {
    row-gap: 51px;
  }
  .rounded-md-51 {
    border-radius: 51px;
  }
  .mb-md-51 {
    margin-bottom: 51px;
  }
  .mt-md-51 {
    margin-top: 51px;
  }
  .mr-md-51 {
    margin-right: 51px;
  }
  .ml-md-51 {
    margin-left: 51px;
  }
  .mx-md-51 {
    margin-right: 51px;
    margin-left: 51px;
  }
  .my-md-51 {
    margin-top: 51px;
    margin-bottom: 51px;
  }
  .p-md-51 {
    padding: 51px;
  }
  .px-md-51 {
    padding-right: 51px;
    padding-left: 51px;
  }
  .py-md-51 {
    padding-top: 51px;
    padding-bottom: 51px;
  }
  .pr-md-51 {
    padding-right: 51px;
  }
  .pl-md-51 {
    padding-left: 51px;
  }
  .pt-md-51 {
    padding-top: 51px;
  }
  .pb-md-51 {
    padding-bottom: 51px;
  }
  .fs-md-51 {
    font-size: 51px;
  }
  .w-md-51 {
    width: 51px;
  }
  .h-md-51 {
    height: 51px;
  }
}
@media (min-width: 992px) {
  .lh-lg-51 {
    line-height: 51px;
  }
  .line-height-lg-51 {
    line-height: 51px;
  }
  .grid-cols-lg-51 {
    grid-template-columns: repeat(51, 1fr);
  }
  .gap-lg-51 {
    gap: 51px;
  }
  .gap-x-lg-51 {
    -moz-column-gap: 51px;
         column-gap: 51px;
  }
  .gap-y-lg-51 {
    row-gap: 51px;
  }
  .rounded-lg-51 {
    border-radius: 51px;
  }
  .mb-lg-51 {
    margin-bottom: 51px;
  }
  .mt-lg-51 {
    margin-top: 51px;
  }
  .mr-lg-51 {
    margin-right: 51px;
  }
  .ml-lg-51 {
    margin-left: 51px;
  }
  .mx-lg-51 {
    margin-right: 51px;
    margin-left: 51px;
  }
  .my-lg-51 {
    margin-top: 51px;
    margin-bottom: 51px;
  }
  .p-lg-51 {
    padding: 51px;
  }
  .px-lg-51 {
    padding-right: 51px;
    padding-left: 51px;
  }
  .py-lg-51 {
    padding-top: 51px;
    padding-bottom: 51px;
  }
  .pr-lg-51 {
    padding-right: 51px;
  }
  .pl-lg-51 {
    padding-left: 51px;
  }
  .pt-lg-51 {
    padding-top: 51px;
  }
  .pb-lg-51 {
    padding-bottom: 51px;
  }
  .fs-lg-51 {
    font-size: 51px;
  }
  .w-lg-51 {
    width: 51px;
  }
  .h-lg-51 {
    height: 51px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-51 {
    line-height: 51px;
  }
  .line-height-xl-51 {
    line-height: 51px;
  }
  .grid-cols-xl-51 {
    grid-template-columns: repeat(51, 1fr);
  }
  .gap-xl-51 {
    gap: 51px;
  }
  .gap-x-xl-51 {
    -moz-column-gap: 51px;
         column-gap: 51px;
  }
  .gap-y-xl-51 {
    row-gap: 51px;
  }
  .rounded-xl-51 {
    border-radius: 51px;
  }
  .mb-xl-51 {
    margin-bottom: 51px;
  }
  .mt-xl-51 {
    margin-top: 51px;
  }
  .mr-xl-51 {
    margin-right: 51px;
  }
  .ml-xl-51 {
    margin-left: 51px;
  }
  .mx-xl-51 {
    margin-right: 51px;
    margin-left: 51px;
  }
  .my-xl-51 {
    margin-top: 51px;
    margin-bottom: 51px;
  }
  .p-xl-51 {
    padding: 51px;
  }
  .px-xl-51 {
    padding-right: 51px;
    padding-left: 51px;
  }
  .py-xl-51 {
    padding-top: 51px;
    padding-bottom: 51px;
  }
  .pr-xl-51 {
    padding-right: 51px;
  }
  .pl-xl-51 {
    padding-left: 51px;
  }
  .pt-xl-51 {
    padding-top: 51px;
  }
  .pb-xl-51 {
    padding-bottom: 51px;
  }
  .fs-xl-51 {
    font-size: 51px;
  }
  .w-xl-51 {
    width: 51px;
  }
  .h-xl-51 {
    height: 51px;
  }
}
.lh-52 {
  line-height: 52px;
}

.grid-cols-52 {
  grid-template-columns: repeat(52, 1fr);
}

.line-height-52 {
  line-height: 52px;
}

.gap-52 {
  gap: 52px;
}

.gap-x-52 {
  -moz-column-gap: 52px;
       column-gap: 52px;
}

.gap-y-52 {
  row-gap: 52px;
}

.rounded-52 {
  border-radius: 52px;
}

.mb-52 {
  margin-bottom: 52px;
}

.mt-52 {
  margin-top: 52px;
}

.mr-52 {
  margin-right: 52px;
}

.ml-52 {
  margin-left: 52px;
}

.mx-52 {
  margin-right: 52px;
  margin-left: 52px;
}

.my-52 {
  margin-top: 52px;
  margin-bottom: 52px;
}

.p-52 {
  padding: 52px;
}

.px-52 {
  padding-right: 52px;
  padding-left: 52px;
}

.py-52 {
  padding-top: 52px;
  padding-bottom: 52px;
}

.pr-52 {
  padding-right: 52px;
}

.pl-52 {
  padding-left: 52px;
}

.pt-52 {
  padding-top: 52px;
}

.pb-52 {
  padding-bottom: 52px;
}

.fs-52 {
  font-size: 52px;
}

.w-52 {
  width: 52px;
}

.h-52 {
  height: 52px;
}

@media (min-width: 576px) {
  .lh-sm-52 {
    line-height: 52px;
  }
  .line-height-sm-52 {
    line-height: 52px;
  }
  .grid-cols-sm-52 {
    grid-template-columns: repeat(52, 1fr);
  }
  .gap-sm-52 {
    gap: 52px;
  }
  .gap-x-sm-52 {
    -moz-column-gap: 52px;
         column-gap: 52px;
  }
  .gap-y-sm-52 {
    row-gap: 52px;
  }
  .rounded-sm-52 {
    border-radius: 52px;
  }
  .mb-sm-52 {
    margin-bottom: 52px;
  }
  .mt-sm-52 {
    margin-top: 52px;
  }
  .mr-sm-52 {
    margin-right: 52px;
  }
  .ml-sm-52 {
    margin-left: 52px;
  }
  .mx-sm-52 {
    margin-right: 52px;
    margin-left: 52px;
  }
  .my-sm-52 {
    margin-top: 52px;
    margin-bottom: 52px;
  }
  .p-sm-52 {
    padding: 52px;
  }
  .px-sm-52 {
    padding-right: 52px;
    padding-left: 52px;
  }
  .py-sm-52 {
    padding-top: 52px;
    padding-bottom: 52px;
  }
  .pr-sm-52 {
    padding-right: 52px;
  }
  .pl-sm-52 {
    padding-left: 52px;
  }
  .pt-sm-52 {
    padding-top: 52px;
  }
  .pb-sm-52 {
    padding-bottom: 52px;
  }
  .fs-sm-52 {
    font-size: 52px;
  }
  .w-sm-52 {
    width: 52px;
  }
  .h-sm-52 {
    height: 52px;
  }
}
@media (min-width: 768px) {
  .lh-md-52 {
    line-height: 52px;
  }
  .line-height-md-52 {
    line-height: 52px;
  }
  .grid-cols-md-52 {
    grid-template-columns: repeat(52, 1fr);
  }
  .gap-md-52 {
    gap: 52px;
  }
  .gap-x-md-52 {
    -moz-column-gap: 52px;
         column-gap: 52px;
  }
  .gap-y-md-52 {
    row-gap: 52px;
  }
  .rounded-md-52 {
    border-radius: 52px;
  }
  .mb-md-52 {
    margin-bottom: 52px;
  }
  .mt-md-52 {
    margin-top: 52px;
  }
  .mr-md-52 {
    margin-right: 52px;
  }
  .ml-md-52 {
    margin-left: 52px;
  }
  .mx-md-52 {
    margin-right: 52px;
    margin-left: 52px;
  }
  .my-md-52 {
    margin-top: 52px;
    margin-bottom: 52px;
  }
  .p-md-52 {
    padding: 52px;
  }
  .px-md-52 {
    padding-right: 52px;
    padding-left: 52px;
  }
  .py-md-52 {
    padding-top: 52px;
    padding-bottom: 52px;
  }
  .pr-md-52 {
    padding-right: 52px;
  }
  .pl-md-52 {
    padding-left: 52px;
  }
  .pt-md-52 {
    padding-top: 52px;
  }
  .pb-md-52 {
    padding-bottom: 52px;
  }
  .fs-md-52 {
    font-size: 52px;
  }
  .w-md-52 {
    width: 52px;
  }
  .h-md-52 {
    height: 52px;
  }
}
@media (min-width: 992px) {
  .lh-lg-52 {
    line-height: 52px;
  }
  .line-height-lg-52 {
    line-height: 52px;
  }
  .grid-cols-lg-52 {
    grid-template-columns: repeat(52, 1fr);
  }
  .gap-lg-52 {
    gap: 52px;
  }
  .gap-x-lg-52 {
    -moz-column-gap: 52px;
         column-gap: 52px;
  }
  .gap-y-lg-52 {
    row-gap: 52px;
  }
  .rounded-lg-52 {
    border-radius: 52px;
  }
  .mb-lg-52 {
    margin-bottom: 52px;
  }
  .mt-lg-52 {
    margin-top: 52px;
  }
  .mr-lg-52 {
    margin-right: 52px;
  }
  .ml-lg-52 {
    margin-left: 52px;
  }
  .mx-lg-52 {
    margin-right: 52px;
    margin-left: 52px;
  }
  .my-lg-52 {
    margin-top: 52px;
    margin-bottom: 52px;
  }
  .p-lg-52 {
    padding: 52px;
  }
  .px-lg-52 {
    padding-right: 52px;
    padding-left: 52px;
  }
  .py-lg-52 {
    padding-top: 52px;
    padding-bottom: 52px;
  }
  .pr-lg-52 {
    padding-right: 52px;
  }
  .pl-lg-52 {
    padding-left: 52px;
  }
  .pt-lg-52 {
    padding-top: 52px;
  }
  .pb-lg-52 {
    padding-bottom: 52px;
  }
  .fs-lg-52 {
    font-size: 52px;
  }
  .w-lg-52 {
    width: 52px;
  }
  .h-lg-52 {
    height: 52px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-52 {
    line-height: 52px;
  }
  .line-height-xl-52 {
    line-height: 52px;
  }
  .grid-cols-xl-52 {
    grid-template-columns: repeat(52, 1fr);
  }
  .gap-xl-52 {
    gap: 52px;
  }
  .gap-x-xl-52 {
    -moz-column-gap: 52px;
         column-gap: 52px;
  }
  .gap-y-xl-52 {
    row-gap: 52px;
  }
  .rounded-xl-52 {
    border-radius: 52px;
  }
  .mb-xl-52 {
    margin-bottom: 52px;
  }
  .mt-xl-52 {
    margin-top: 52px;
  }
  .mr-xl-52 {
    margin-right: 52px;
  }
  .ml-xl-52 {
    margin-left: 52px;
  }
  .mx-xl-52 {
    margin-right: 52px;
    margin-left: 52px;
  }
  .my-xl-52 {
    margin-top: 52px;
    margin-bottom: 52px;
  }
  .p-xl-52 {
    padding: 52px;
  }
  .px-xl-52 {
    padding-right: 52px;
    padding-left: 52px;
  }
  .py-xl-52 {
    padding-top: 52px;
    padding-bottom: 52px;
  }
  .pr-xl-52 {
    padding-right: 52px;
  }
  .pl-xl-52 {
    padding-left: 52px;
  }
  .pt-xl-52 {
    padding-top: 52px;
  }
  .pb-xl-52 {
    padding-bottom: 52px;
  }
  .fs-xl-52 {
    font-size: 52px;
  }
  .w-xl-52 {
    width: 52px;
  }
  .h-xl-52 {
    height: 52px;
  }
}
.lh-53 {
  line-height: 53px;
}

.grid-cols-53 {
  grid-template-columns: repeat(53, 1fr);
}

.line-height-53 {
  line-height: 53px;
}

.gap-53 {
  gap: 53px;
}

.gap-x-53 {
  -moz-column-gap: 53px;
       column-gap: 53px;
}

.gap-y-53 {
  row-gap: 53px;
}

.rounded-53 {
  border-radius: 53px;
}

.mb-53 {
  margin-bottom: 53px;
}

.mt-53 {
  margin-top: 53px;
}

.mr-53 {
  margin-right: 53px;
}

.ml-53 {
  margin-left: 53px;
}

.mx-53 {
  margin-right: 53px;
  margin-left: 53px;
}

.my-53 {
  margin-top: 53px;
  margin-bottom: 53px;
}

.p-53 {
  padding: 53px;
}

.px-53 {
  padding-right: 53px;
  padding-left: 53px;
}

.py-53 {
  padding-top: 53px;
  padding-bottom: 53px;
}

.pr-53 {
  padding-right: 53px;
}

.pl-53 {
  padding-left: 53px;
}

.pt-53 {
  padding-top: 53px;
}

.pb-53 {
  padding-bottom: 53px;
}

.fs-53 {
  font-size: 53px;
}

.w-53 {
  width: 53px;
}

.h-53 {
  height: 53px;
}

@media (min-width: 576px) {
  .lh-sm-53 {
    line-height: 53px;
  }
  .line-height-sm-53 {
    line-height: 53px;
  }
  .grid-cols-sm-53 {
    grid-template-columns: repeat(53, 1fr);
  }
  .gap-sm-53 {
    gap: 53px;
  }
  .gap-x-sm-53 {
    -moz-column-gap: 53px;
         column-gap: 53px;
  }
  .gap-y-sm-53 {
    row-gap: 53px;
  }
  .rounded-sm-53 {
    border-radius: 53px;
  }
  .mb-sm-53 {
    margin-bottom: 53px;
  }
  .mt-sm-53 {
    margin-top: 53px;
  }
  .mr-sm-53 {
    margin-right: 53px;
  }
  .ml-sm-53 {
    margin-left: 53px;
  }
  .mx-sm-53 {
    margin-right: 53px;
    margin-left: 53px;
  }
  .my-sm-53 {
    margin-top: 53px;
    margin-bottom: 53px;
  }
  .p-sm-53 {
    padding: 53px;
  }
  .px-sm-53 {
    padding-right: 53px;
    padding-left: 53px;
  }
  .py-sm-53 {
    padding-top: 53px;
    padding-bottom: 53px;
  }
  .pr-sm-53 {
    padding-right: 53px;
  }
  .pl-sm-53 {
    padding-left: 53px;
  }
  .pt-sm-53 {
    padding-top: 53px;
  }
  .pb-sm-53 {
    padding-bottom: 53px;
  }
  .fs-sm-53 {
    font-size: 53px;
  }
  .w-sm-53 {
    width: 53px;
  }
  .h-sm-53 {
    height: 53px;
  }
}
@media (min-width: 768px) {
  .lh-md-53 {
    line-height: 53px;
  }
  .line-height-md-53 {
    line-height: 53px;
  }
  .grid-cols-md-53 {
    grid-template-columns: repeat(53, 1fr);
  }
  .gap-md-53 {
    gap: 53px;
  }
  .gap-x-md-53 {
    -moz-column-gap: 53px;
         column-gap: 53px;
  }
  .gap-y-md-53 {
    row-gap: 53px;
  }
  .rounded-md-53 {
    border-radius: 53px;
  }
  .mb-md-53 {
    margin-bottom: 53px;
  }
  .mt-md-53 {
    margin-top: 53px;
  }
  .mr-md-53 {
    margin-right: 53px;
  }
  .ml-md-53 {
    margin-left: 53px;
  }
  .mx-md-53 {
    margin-right: 53px;
    margin-left: 53px;
  }
  .my-md-53 {
    margin-top: 53px;
    margin-bottom: 53px;
  }
  .p-md-53 {
    padding: 53px;
  }
  .px-md-53 {
    padding-right: 53px;
    padding-left: 53px;
  }
  .py-md-53 {
    padding-top: 53px;
    padding-bottom: 53px;
  }
  .pr-md-53 {
    padding-right: 53px;
  }
  .pl-md-53 {
    padding-left: 53px;
  }
  .pt-md-53 {
    padding-top: 53px;
  }
  .pb-md-53 {
    padding-bottom: 53px;
  }
  .fs-md-53 {
    font-size: 53px;
  }
  .w-md-53 {
    width: 53px;
  }
  .h-md-53 {
    height: 53px;
  }
}
@media (min-width: 992px) {
  .lh-lg-53 {
    line-height: 53px;
  }
  .line-height-lg-53 {
    line-height: 53px;
  }
  .grid-cols-lg-53 {
    grid-template-columns: repeat(53, 1fr);
  }
  .gap-lg-53 {
    gap: 53px;
  }
  .gap-x-lg-53 {
    -moz-column-gap: 53px;
         column-gap: 53px;
  }
  .gap-y-lg-53 {
    row-gap: 53px;
  }
  .rounded-lg-53 {
    border-radius: 53px;
  }
  .mb-lg-53 {
    margin-bottom: 53px;
  }
  .mt-lg-53 {
    margin-top: 53px;
  }
  .mr-lg-53 {
    margin-right: 53px;
  }
  .ml-lg-53 {
    margin-left: 53px;
  }
  .mx-lg-53 {
    margin-right: 53px;
    margin-left: 53px;
  }
  .my-lg-53 {
    margin-top: 53px;
    margin-bottom: 53px;
  }
  .p-lg-53 {
    padding: 53px;
  }
  .px-lg-53 {
    padding-right: 53px;
    padding-left: 53px;
  }
  .py-lg-53 {
    padding-top: 53px;
    padding-bottom: 53px;
  }
  .pr-lg-53 {
    padding-right: 53px;
  }
  .pl-lg-53 {
    padding-left: 53px;
  }
  .pt-lg-53 {
    padding-top: 53px;
  }
  .pb-lg-53 {
    padding-bottom: 53px;
  }
  .fs-lg-53 {
    font-size: 53px;
  }
  .w-lg-53 {
    width: 53px;
  }
  .h-lg-53 {
    height: 53px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-53 {
    line-height: 53px;
  }
  .line-height-xl-53 {
    line-height: 53px;
  }
  .grid-cols-xl-53 {
    grid-template-columns: repeat(53, 1fr);
  }
  .gap-xl-53 {
    gap: 53px;
  }
  .gap-x-xl-53 {
    -moz-column-gap: 53px;
         column-gap: 53px;
  }
  .gap-y-xl-53 {
    row-gap: 53px;
  }
  .rounded-xl-53 {
    border-radius: 53px;
  }
  .mb-xl-53 {
    margin-bottom: 53px;
  }
  .mt-xl-53 {
    margin-top: 53px;
  }
  .mr-xl-53 {
    margin-right: 53px;
  }
  .ml-xl-53 {
    margin-left: 53px;
  }
  .mx-xl-53 {
    margin-right: 53px;
    margin-left: 53px;
  }
  .my-xl-53 {
    margin-top: 53px;
    margin-bottom: 53px;
  }
  .p-xl-53 {
    padding: 53px;
  }
  .px-xl-53 {
    padding-right: 53px;
    padding-left: 53px;
  }
  .py-xl-53 {
    padding-top: 53px;
    padding-bottom: 53px;
  }
  .pr-xl-53 {
    padding-right: 53px;
  }
  .pl-xl-53 {
    padding-left: 53px;
  }
  .pt-xl-53 {
    padding-top: 53px;
  }
  .pb-xl-53 {
    padding-bottom: 53px;
  }
  .fs-xl-53 {
    font-size: 53px;
  }
  .w-xl-53 {
    width: 53px;
  }
  .h-xl-53 {
    height: 53px;
  }
}
.lh-54 {
  line-height: 54px;
}

.grid-cols-54 {
  grid-template-columns: repeat(54, 1fr);
}

.line-height-54 {
  line-height: 54px;
}

.gap-54 {
  gap: 54px;
}

.gap-x-54 {
  -moz-column-gap: 54px;
       column-gap: 54px;
}

.gap-y-54 {
  row-gap: 54px;
}

.rounded-54 {
  border-radius: 54px;
}

.mb-54 {
  margin-bottom: 54px;
}

.mt-54 {
  margin-top: 54px;
}

.mr-54 {
  margin-right: 54px;
}

.ml-54 {
  margin-left: 54px;
}

.mx-54 {
  margin-right: 54px;
  margin-left: 54px;
}

.my-54 {
  margin-top: 54px;
  margin-bottom: 54px;
}

.p-54 {
  padding: 54px;
}

.px-54 {
  padding-right: 54px;
  padding-left: 54px;
}

.py-54 {
  padding-top: 54px;
  padding-bottom: 54px;
}

.pr-54 {
  padding-right: 54px;
}

.pl-54 {
  padding-left: 54px;
}

.pt-54 {
  padding-top: 54px;
}

.pb-54 {
  padding-bottom: 54px;
}

.fs-54 {
  font-size: 54px;
}

.w-54 {
  width: 54px;
}

.h-54 {
  height: 54px;
}

@media (min-width: 576px) {
  .lh-sm-54 {
    line-height: 54px;
  }
  .line-height-sm-54 {
    line-height: 54px;
  }
  .grid-cols-sm-54 {
    grid-template-columns: repeat(54, 1fr);
  }
  .gap-sm-54 {
    gap: 54px;
  }
  .gap-x-sm-54 {
    -moz-column-gap: 54px;
         column-gap: 54px;
  }
  .gap-y-sm-54 {
    row-gap: 54px;
  }
  .rounded-sm-54 {
    border-radius: 54px;
  }
  .mb-sm-54 {
    margin-bottom: 54px;
  }
  .mt-sm-54 {
    margin-top: 54px;
  }
  .mr-sm-54 {
    margin-right: 54px;
  }
  .ml-sm-54 {
    margin-left: 54px;
  }
  .mx-sm-54 {
    margin-right: 54px;
    margin-left: 54px;
  }
  .my-sm-54 {
    margin-top: 54px;
    margin-bottom: 54px;
  }
  .p-sm-54 {
    padding: 54px;
  }
  .px-sm-54 {
    padding-right: 54px;
    padding-left: 54px;
  }
  .py-sm-54 {
    padding-top: 54px;
    padding-bottom: 54px;
  }
  .pr-sm-54 {
    padding-right: 54px;
  }
  .pl-sm-54 {
    padding-left: 54px;
  }
  .pt-sm-54 {
    padding-top: 54px;
  }
  .pb-sm-54 {
    padding-bottom: 54px;
  }
  .fs-sm-54 {
    font-size: 54px;
  }
  .w-sm-54 {
    width: 54px;
  }
  .h-sm-54 {
    height: 54px;
  }
}
@media (min-width: 768px) {
  .lh-md-54 {
    line-height: 54px;
  }
  .line-height-md-54 {
    line-height: 54px;
  }
  .grid-cols-md-54 {
    grid-template-columns: repeat(54, 1fr);
  }
  .gap-md-54 {
    gap: 54px;
  }
  .gap-x-md-54 {
    -moz-column-gap: 54px;
         column-gap: 54px;
  }
  .gap-y-md-54 {
    row-gap: 54px;
  }
  .rounded-md-54 {
    border-radius: 54px;
  }
  .mb-md-54 {
    margin-bottom: 54px;
  }
  .mt-md-54 {
    margin-top: 54px;
  }
  .mr-md-54 {
    margin-right: 54px;
  }
  .ml-md-54 {
    margin-left: 54px;
  }
  .mx-md-54 {
    margin-right: 54px;
    margin-left: 54px;
  }
  .my-md-54 {
    margin-top: 54px;
    margin-bottom: 54px;
  }
  .p-md-54 {
    padding: 54px;
  }
  .px-md-54 {
    padding-right: 54px;
    padding-left: 54px;
  }
  .py-md-54 {
    padding-top: 54px;
    padding-bottom: 54px;
  }
  .pr-md-54 {
    padding-right: 54px;
  }
  .pl-md-54 {
    padding-left: 54px;
  }
  .pt-md-54 {
    padding-top: 54px;
  }
  .pb-md-54 {
    padding-bottom: 54px;
  }
  .fs-md-54 {
    font-size: 54px;
  }
  .w-md-54 {
    width: 54px;
  }
  .h-md-54 {
    height: 54px;
  }
}
@media (min-width: 992px) {
  .lh-lg-54 {
    line-height: 54px;
  }
  .line-height-lg-54 {
    line-height: 54px;
  }
  .grid-cols-lg-54 {
    grid-template-columns: repeat(54, 1fr);
  }
  .gap-lg-54 {
    gap: 54px;
  }
  .gap-x-lg-54 {
    -moz-column-gap: 54px;
         column-gap: 54px;
  }
  .gap-y-lg-54 {
    row-gap: 54px;
  }
  .rounded-lg-54 {
    border-radius: 54px;
  }
  .mb-lg-54 {
    margin-bottom: 54px;
  }
  .mt-lg-54 {
    margin-top: 54px;
  }
  .mr-lg-54 {
    margin-right: 54px;
  }
  .ml-lg-54 {
    margin-left: 54px;
  }
  .mx-lg-54 {
    margin-right: 54px;
    margin-left: 54px;
  }
  .my-lg-54 {
    margin-top: 54px;
    margin-bottom: 54px;
  }
  .p-lg-54 {
    padding: 54px;
  }
  .px-lg-54 {
    padding-right: 54px;
    padding-left: 54px;
  }
  .py-lg-54 {
    padding-top: 54px;
    padding-bottom: 54px;
  }
  .pr-lg-54 {
    padding-right: 54px;
  }
  .pl-lg-54 {
    padding-left: 54px;
  }
  .pt-lg-54 {
    padding-top: 54px;
  }
  .pb-lg-54 {
    padding-bottom: 54px;
  }
  .fs-lg-54 {
    font-size: 54px;
  }
  .w-lg-54 {
    width: 54px;
  }
  .h-lg-54 {
    height: 54px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-54 {
    line-height: 54px;
  }
  .line-height-xl-54 {
    line-height: 54px;
  }
  .grid-cols-xl-54 {
    grid-template-columns: repeat(54, 1fr);
  }
  .gap-xl-54 {
    gap: 54px;
  }
  .gap-x-xl-54 {
    -moz-column-gap: 54px;
         column-gap: 54px;
  }
  .gap-y-xl-54 {
    row-gap: 54px;
  }
  .rounded-xl-54 {
    border-radius: 54px;
  }
  .mb-xl-54 {
    margin-bottom: 54px;
  }
  .mt-xl-54 {
    margin-top: 54px;
  }
  .mr-xl-54 {
    margin-right: 54px;
  }
  .ml-xl-54 {
    margin-left: 54px;
  }
  .mx-xl-54 {
    margin-right: 54px;
    margin-left: 54px;
  }
  .my-xl-54 {
    margin-top: 54px;
    margin-bottom: 54px;
  }
  .p-xl-54 {
    padding: 54px;
  }
  .px-xl-54 {
    padding-right: 54px;
    padding-left: 54px;
  }
  .py-xl-54 {
    padding-top: 54px;
    padding-bottom: 54px;
  }
  .pr-xl-54 {
    padding-right: 54px;
  }
  .pl-xl-54 {
    padding-left: 54px;
  }
  .pt-xl-54 {
    padding-top: 54px;
  }
  .pb-xl-54 {
    padding-bottom: 54px;
  }
  .fs-xl-54 {
    font-size: 54px;
  }
  .w-xl-54 {
    width: 54px;
  }
  .h-xl-54 {
    height: 54px;
  }
}
.lh-55 {
  line-height: 55px;
}

.grid-cols-55 {
  grid-template-columns: repeat(55, 1fr);
}

.line-height-55 {
  line-height: 55px;
}

.gap-55 {
  gap: 55px;
}

.gap-x-55 {
  -moz-column-gap: 55px;
       column-gap: 55px;
}

.gap-y-55 {
  row-gap: 55px;
}

.rounded-55 {
  border-radius: 55px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mt-55 {
  margin-top: 55px;
}

.mr-55 {
  margin-right: 55px;
}

.ml-55 {
  margin-left: 55px;
}

.mx-55 {
  margin-right: 55px;
  margin-left: 55px;
}

.my-55 {
  margin-top: 55px;
  margin-bottom: 55px;
}

.p-55 {
  padding: 55px;
}

.px-55 {
  padding-right: 55px;
  padding-left: 55px;
}

.py-55 {
  padding-top: 55px;
  padding-bottom: 55px;
}

.pr-55 {
  padding-right: 55px;
}

.pl-55 {
  padding-left: 55px;
}

.pt-55 {
  padding-top: 55px;
}

.pb-55 {
  padding-bottom: 55px;
}

.fs-55 {
  font-size: 55px;
}

.w-55 {
  width: 55px;
}

.h-55 {
  height: 55px;
}

@media (min-width: 576px) {
  .lh-sm-55 {
    line-height: 55px;
  }
  .line-height-sm-55 {
    line-height: 55px;
  }
  .grid-cols-sm-55 {
    grid-template-columns: repeat(55, 1fr);
  }
  .gap-sm-55 {
    gap: 55px;
  }
  .gap-x-sm-55 {
    -moz-column-gap: 55px;
         column-gap: 55px;
  }
  .gap-y-sm-55 {
    row-gap: 55px;
  }
  .rounded-sm-55 {
    border-radius: 55px;
  }
  .mb-sm-55 {
    margin-bottom: 55px;
  }
  .mt-sm-55 {
    margin-top: 55px;
  }
  .mr-sm-55 {
    margin-right: 55px;
  }
  .ml-sm-55 {
    margin-left: 55px;
  }
  .mx-sm-55 {
    margin-right: 55px;
    margin-left: 55px;
  }
  .my-sm-55 {
    margin-top: 55px;
    margin-bottom: 55px;
  }
  .p-sm-55 {
    padding: 55px;
  }
  .px-sm-55 {
    padding-right: 55px;
    padding-left: 55px;
  }
  .py-sm-55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .pr-sm-55 {
    padding-right: 55px;
  }
  .pl-sm-55 {
    padding-left: 55px;
  }
  .pt-sm-55 {
    padding-top: 55px;
  }
  .pb-sm-55 {
    padding-bottom: 55px;
  }
  .fs-sm-55 {
    font-size: 55px;
  }
  .w-sm-55 {
    width: 55px;
  }
  .h-sm-55 {
    height: 55px;
  }
}
@media (min-width: 768px) {
  .lh-md-55 {
    line-height: 55px;
  }
  .line-height-md-55 {
    line-height: 55px;
  }
  .grid-cols-md-55 {
    grid-template-columns: repeat(55, 1fr);
  }
  .gap-md-55 {
    gap: 55px;
  }
  .gap-x-md-55 {
    -moz-column-gap: 55px;
         column-gap: 55px;
  }
  .gap-y-md-55 {
    row-gap: 55px;
  }
  .rounded-md-55 {
    border-radius: 55px;
  }
  .mb-md-55 {
    margin-bottom: 55px;
  }
  .mt-md-55 {
    margin-top: 55px;
  }
  .mr-md-55 {
    margin-right: 55px;
  }
  .ml-md-55 {
    margin-left: 55px;
  }
  .mx-md-55 {
    margin-right: 55px;
    margin-left: 55px;
  }
  .my-md-55 {
    margin-top: 55px;
    margin-bottom: 55px;
  }
  .p-md-55 {
    padding: 55px;
  }
  .px-md-55 {
    padding-right: 55px;
    padding-left: 55px;
  }
  .py-md-55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .pr-md-55 {
    padding-right: 55px;
  }
  .pl-md-55 {
    padding-left: 55px;
  }
  .pt-md-55 {
    padding-top: 55px;
  }
  .pb-md-55 {
    padding-bottom: 55px;
  }
  .fs-md-55 {
    font-size: 55px;
  }
  .w-md-55 {
    width: 55px;
  }
  .h-md-55 {
    height: 55px;
  }
}
@media (min-width: 992px) {
  .lh-lg-55 {
    line-height: 55px;
  }
  .line-height-lg-55 {
    line-height: 55px;
  }
  .grid-cols-lg-55 {
    grid-template-columns: repeat(55, 1fr);
  }
  .gap-lg-55 {
    gap: 55px;
  }
  .gap-x-lg-55 {
    -moz-column-gap: 55px;
         column-gap: 55px;
  }
  .gap-y-lg-55 {
    row-gap: 55px;
  }
  .rounded-lg-55 {
    border-radius: 55px;
  }
  .mb-lg-55 {
    margin-bottom: 55px;
  }
  .mt-lg-55 {
    margin-top: 55px;
  }
  .mr-lg-55 {
    margin-right: 55px;
  }
  .ml-lg-55 {
    margin-left: 55px;
  }
  .mx-lg-55 {
    margin-right: 55px;
    margin-left: 55px;
  }
  .my-lg-55 {
    margin-top: 55px;
    margin-bottom: 55px;
  }
  .p-lg-55 {
    padding: 55px;
  }
  .px-lg-55 {
    padding-right: 55px;
    padding-left: 55px;
  }
  .py-lg-55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .pr-lg-55 {
    padding-right: 55px;
  }
  .pl-lg-55 {
    padding-left: 55px;
  }
  .pt-lg-55 {
    padding-top: 55px;
  }
  .pb-lg-55 {
    padding-bottom: 55px;
  }
  .fs-lg-55 {
    font-size: 55px;
  }
  .w-lg-55 {
    width: 55px;
  }
  .h-lg-55 {
    height: 55px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-55 {
    line-height: 55px;
  }
  .line-height-xl-55 {
    line-height: 55px;
  }
  .grid-cols-xl-55 {
    grid-template-columns: repeat(55, 1fr);
  }
  .gap-xl-55 {
    gap: 55px;
  }
  .gap-x-xl-55 {
    -moz-column-gap: 55px;
         column-gap: 55px;
  }
  .gap-y-xl-55 {
    row-gap: 55px;
  }
  .rounded-xl-55 {
    border-radius: 55px;
  }
  .mb-xl-55 {
    margin-bottom: 55px;
  }
  .mt-xl-55 {
    margin-top: 55px;
  }
  .mr-xl-55 {
    margin-right: 55px;
  }
  .ml-xl-55 {
    margin-left: 55px;
  }
  .mx-xl-55 {
    margin-right: 55px;
    margin-left: 55px;
  }
  .my-xl-55 {
    margin-top: 55px;
    margin-bottom: 55px;
  }
  .p-xl-55 {
    padding: 55px;
  }
  .px-xl-55 {
    padding-right: 55px;
    padding-left: 55px;
  }
  .py-xl-55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .pr-xl-55 {
    padding-right: 55px;
  }
  .pl-xl-55 {
    padding-left: 55px;
  }
  .pt-xl-55 {
    padding-top: 55px;
  }
  .pb-xl-55 {
    padding-bottom: 55px;
  }
  .fs-xl-55 {
    font-size: 55px;
  }
  .w-xl-55 {
    width: 55px;
  }
  .h-xl-55 {
    height: 55px;
  }
}
.lh-56 {
  line-height: 56px;
}

.grid-cols-56 {
  grid-template-columns: repeat(56, 1fr);
}

.line-height-56 {
  line-height: 56px;
}

.gap-56 {
  gap: 56px;
}

.gap-x-56 {
  -moz-column-gap: 56px;
       column-gap: 56px;
}

.gap-y-56 {
  row-gap: 56px;
}

.rounded-56 {
  border-radius: 56px;
}

.mb-56 {
  margin-bottom: 56px;
}

.mt-56 {
  margin-top: 56px;
}

.mr-56 {
  margin-right: 56px;
}

.ml-56 {
  margin-left: 56px;
}

.mx-56 {
  margin-right: 56px;
  margin-left: 56px;
}

.my-56 {
  margin-top: 56px;
  margin-bottom: 56px;
}

.p-56 {
  padding: 56px;
}

.px-56 {
  padding-right: 56px;
  padding-left: 56px;
}

.py-56 {
  padding-top: 56px;
  padding-bottom: 56px;
}

.pr-56 {
  padding-right: 56px;
}

.pl-56 {
  padding-left: 56px;
}

.pt-56 {
  padding-top: 56px;
}

.pb-56 {
  padding-bottom: 56px;
}

.fs-56 {
  font-size: 56px;
}

.w-56 {
  width: 56px;
}

.h-56 {
  height: 56px;
}

@media (min-width: 576px) {
  .lh-sm-56 {
    line-height: 56px;
  }
  .line-height-sm-56 {
    line-height: 56px;
  }
  .grid-cols-sm-56 {
    grid-template-columns: repeat(56, 1fr);
  }
  .gap-sm-56 {
    gap: 56px;
  }
  .gap-x-sm-56 {
    -moz-column-gap: 56px;
         column-gap: 56px;
  }
  .gap-y-sm-56 {
    row-gap: 56px;
  }
  .rounded-sm-56 {
    border-radius: 56px;
  }
  .mb-sm-56 {
    margin-bottom: 56px;
  }
  .mt-sm-56 {
    margin-top: 56px;
  }
  .mr-sm-56 {
    margin-right: 56px;
  }
  .ml-sm-56 {
    margin-left: 56px;
  }
  .mx-sm-56 {
    margin-right: 56px;
    margin-left: 56px;
  }
  .my-sm-56 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .p-sm-56 {
    padding: 56px;
  }
  .px-sm-56 {
    padding-right: 56px;
    padding-left: 56px;
  }
  .py-sm-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .pr-sm-56 {
    padding-right: 56px;
  }
  .pl-sm-56 {
    padding-left: 56px;
  }
  .pt-sm-56 {
    padding-top: 56px;
  }
  .pb-sm-56 {
    padding-bottom: 56px;
  }
  .fs-sm-56 {
    font-size: 56px;
  }
  .w-sm-56 {
    width: 56px;
  }
  .h-sm-56 {
    height: 56px;
  }
}
@media (min-width: 768px) {
  .lh-md-56 {
    line-height: 56px;
  }
  .line-height-md-56 {
    line-height: 56px;
  }
  .grid-cols-md-56 {
    grid-template-columns: repeat(56, 1fr);
  }
  .gap-md-56 {
    gap: 56px;
  }
  .gap-x-md-56 {
    -moz-column-gap: 56px;
         column-gap: 56px;
  }
  .gap-y-md-56 {
    row-gap: 56px;
  }
  .rounded-md-56 {
    border-radius: 56px;
  }
  .mb-md-56 {
    margin-bottom: 56px;
  }
  .mt-md-56 {
    margin-top: 56px;
  }
  .mr-md-56 {
    margin-right: 56px;
  }
  .ml-md-56 {
    margin-left: 56px;
  }
  .mx-md-56 {
    margin-right: 56px;
    margin-left: 56px;
  }
  .my-md-56 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .p-md-56 {
    padding: 56px;
  }
  .px-md-56 {
    padding-right: 56px;
    padding-left: 56px;
  }
  .py-md-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .pr-md-56 {
    padding-right: 56px;
  }
  .pl-md-56 {
    padding-left: 56px;
  }
  .pt-md-56 {
    padding-top: 56px;
  }
  .pb-md-56 {
    padding-bottom: 56px;
  }
  .fs-md-56 {
    font-size: 56px;
  }
  .w-md-56 {
    width: 56px;
  }
  .h-md-56 {
    height: 56px;
  }
}
@media (min-width: 992px) {
  .lh-lg-56 {
    line-height: 56px;
  }
  .line-height-lg-56 {
    line-height: 56px;
  }
  .grid-cols-lg-56 {
    grid-template-columns: repeat(56, 1fr);
  }
  .gap-lg-56 {
    gap: 56px;
  }
  .gap-x-lg-56 {
    -moz-column-gap: 56px;
         column-gap: 56px;
  }
  .gap-y-lg-56 {
    row-gap: 56px;
  }
  .rounded-lg-56 {
    border-radius: 56px;
  }
  .mb-lg-56 {
    margin-bottom: 56px;
  }
  .mt-lg-56 {
    margin-top: 56px;
  }
  .mr-lg-56 {
    margin-right: 56px;
  }
  .ml-lg-56 {
    margin-left: 56px;
  }
  .mx-lg-56 {
    margin-right: 56px;
    margin-left: 56px;
  }
  .my-lg-56 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .p-lg-56 {
    padding: 56px;
  }
  .px-lg-56 {
    padding-right: 56px;
    padding-left: 56px;
  }
  .py-lg-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .pr-lg-56 {
    padding-right: 56px;
  }
  .pl-lg-56 {
    padding-left: 56px;
  }
  .pt-lg-56 {
    padding-top: 56px;
  }
  .pb-lg-56 {
    padding-bottom: 56px;
  }
  .fs-lg-56 {
    font-size: 56px;
  }
  .w-lg-56 {
    width: 56px;
  }
  .h-lg-56 {
    height: 56px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-56 {
    line-height: 56px;
  }
  .line-height-xl-56 {
    line-height: 56px;
  }
  .grid-cols-xl-56 {
    grid-template-columns: repeat(56, 1fr);
  }
  .gap-xl-56 {
    gap: 56px;
  }
  .gap-x-xl-56 {
    -moz-column-gap: 56px;
         column-gap: 56px;
  }
  .gap-y-xl-56 {
    row-gap: 56px;
  }
  .rounded-xl-56 {
    border-radius: 56px;
  }
  .mb-xl-56 {
    margin-bottom: 56px;
  }
  .mt-xl-56 {
    margin-top: 56px;
  }
  .mr-xl-56 {
    margin-right: 56px;
  }
  .ml-xl-56 {
    margin-left: 56px;
  }
  .mx-xl-56 {
    margin-right: 56px;
    margin-left: 56px;
  }
  .my-xl-56 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .p-xl-56 {
    padding: 56px;
  }
  .px-xl-56 {
    padding-right: 56px;
    padding-left: 56px;
  }
  .py-xl-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .pr-xl-56 {
    padding-right: 56px;
  }
  .pl-xl-56 {
    padding-left: 56px;
  }
  .pt-xl-56 {
    padding-top: 56px;
  }
  .pb-xl-56 {
    padding-bottom: 56px;
  }
  .fs-xl-56 {
    font-size: 56px;
  }
  .w-xl-56 {
    width: 56px;
  }
  .h-xl-56 {
    height: 56px;
  }
}
.lh-57 {
  line-height: 57px;
}

.grid-cols-57 {
  grid-template-columns: repeat(57, 1fr);
}

.line-height-57 {
  line-height: 57px;
}

.gap-57 {
  gap: 57px;
}

.gap-x-57 {
  -moz-column-gap: 57px;
       column-gap: 57px;
}

.gap-y-57 {
  row-gap: 57px;
}

.rounded-57 {
  border-radius: 57px;
}

.mb-57 {
  margin-bottom: 57px;
}

.mt-57 {
  margin-top: 57px;
}

.mr-57 {
  margin-right: 57px;
}

.ml-57 {
  margin-left: 57px;
}

.mx-57 {
  margin-right: 57px;
  margin-left: 57px;
}

.my-57 {
  margin-top: 57px;
  margin-bottom: 57px;
}

.p-57 {
  padding: 57px;
}

.px-57 {
  padding-right: 57px;
  padding-left: 57px;
}

.py-57 {
  padding-top: 57px;
  padding-bottom: 57px;
}

.pr-57 {
  padding-right: 57px;
}

.pl-57 {
  padding-left: 57px;
}

.pt-57 {
  padding-top: 57px;
}

.pb-57 {
  padding-bottom: 57px;
}

.fs-57 {
  font-size: 57px;
}

.w-57 {
  width: 57px;
}

.h-57 {
  height: 57px;
}

@media (min-width: 576px) {
  .lh-sm-57 {
    line-height: 57px;
  }
  .line-height-sm-57 {
    line-height: 57px;
  }
  .grid-cols-sm-57 {
    grid-template-columns: repeat(57, 1fr);
  }
  .gap-sm-57 {
    gap: 57px;
  }
  .gap-x-sm-57 {
    -moz-column-gap: 57px;
         column-gap: 57px;
  }
  .gap-y-sm-57 {
    row-gap: 57px;
  }
  .rounded-sm-57 {
    border-radius: 57px;
  }
  .mb-sm-57 {
    margin-bottom: 57px;
  }
  .mt-sm-57 {
    margin-top: 57px;
  }
  .mr-sm-57 {
    margin-right: 57px;
  }
  .ml-sm-57 {
    margin-left: 57px;
  }
  .mx-sm-57 {
    margin-right: 57px;
    margin-left: 57px;
  }
  .my-sm-57 {
    margin-top: 57px;
    margin-bottom: 57px;
  }
  .p-sm-57 {
    padding: 57px;
  }
  .px-sm-57 {
    padding-right: 57px;
    padding-left: 57px;
  }
  .py-sm-57 {
    padding-top: 57px;
    padding-bottom: 57px;
  }
  .pr-sm-57 {
    padding-right: 57px;
  }
  .pl-sm-57 {
    padding-left: 57px;
  }
  .pt-sm-57 {
    padding-top: 57px;
  }
  .pb-sm-57 {
    padding-bottom: 57px;
  }
  .fs-sm-57 {
    font-size: 57px;
  }
  .w-sm-57 {
    width: 57px;
  }
  .h-sm-57 {
    height: 57px;
  }
}
@media (min-width: 768px) {
  .lh-md-57 {
    line-height: 57px;
  }
  .line-height-md-57 {
    line-height: 57px;
  }
  .grid-cols-md-57 {
    grid-template-columns: repeat(57, 1fr);
  }
  .gap-md-57 {
    gap: 57px;
  }
  .gap-x-md-57 {
    -moz-column-gap: 57px;
         column-gap: 57px;
  }
  .gap-y-md-57 {
    row-gap: 57px;
  }
  .rounded-md-57 {
    border-radius: 57px;
  }
  .mb-md-57 {
    margin-bottom: 57px;
  }
  .mt-md-57 {
    margin-top: 57px;
  }
  .mr-md-57 {
    margin-right: 57px;
  }
  .ml-md-57 {
    margin-left: 57px;
  }
  .mx-md-57 {
    margin-right: 57px;
    margin-left: 57px;
  }
  .my-md-57 {
    margin-top: 57px;
    margin-bottom: 57px;
  }
  .p-md-57 {
    padding: 57px;
  }
  .px-md-57 {
    padding-right: 57px;
    padding-left: 57px;
  }
  .py-md-57 {
    padding-top: 57px;
    padding-bottom: 57px;
  }
  .pr-md-57 {
    padding-right: 57px;
  }
  .pl-md-57 {
    padding-left: 57px;
  }
  .pt-md-57 {
    padding-top: 57px;
  }
  .pb-md-57 {
    padding-bottom: 57px;
  }
  .fs-md-57 {
    font-size: 57px;
  }
  .w-md-57 {
    width: 57px;
  }
  .h-md-57 {
    height: 57px;
  }
}
@media (min-width: 992px) {
  .lh-lg-57 {
    line-height: 57px;
  }
  .line-height-lg-57 {
    line-height: 57px;
  }
  .grid-cols-lg-57 {
    grid-template-columns: repeat(57, 1fr);
  }
  .gap-lg-57 {
    gap: 57px;
  }
  .gap-x-lg-57 {
    -moz-column-gap: 57px;
         column-gap: 57px;
  }
  .gap-y-lg-57 {
    row-gap: 57px;
  }
  .rounded-lg-57 {
    border-radius: 57px;
  }
  .mb-lg-57 {
    margin-bottom: 57px;
  }
  .mt-lg-57 {
    margin-top: 57px;
  }
  .mr-lg-57 {
    margin-right: 57px;
  }
  .ml-lg-57 {
    margin-left: 57px;
  }
  .mx-lg-57 {
    margin-right: 57px;
    margin-left: 57px;
  }
  .my-lg-57 {
    margin-top: 57px;
    margin-bottom: 57px;
  }
  .p-lg-57 {
    padding: 57px;
  }
  .px-lg-57 {
    padding-right: 57px;
    padding-left: 57px;
  }
  .py-lg-57 {
    padding-top: 57px;
    padding-bottom: 57px;
  }
  .pr-lg-57 {
    padding-right: 57px;
  }
  .pl-lg-57 {
    padding-left: 57px;
  }
  .pt-lg-57 {
    padding-top: 57px;
  }
  .pb-lg-57 {
    padding-bottom: 57px;
  }
  .fs-lg-57 {
    font-size: 57px;
  }
  .w-lg-57 {
    width: 57px;
  }
  .h-lg-57 {
    height: 57px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-57 {
    line-height: 57px;
  }
  .line-height-xl-57 {
    line-height: 57px;
  }
  .grid-cols-xl-57 {
    grid-template-columns: repeat(57, 1fr);
  }
  .gap-xl-57 {
    gap: 57px;
  }
  .gap-x-xl-57 {
    -moz-column-gap: 57px;
         column-gap: 57px;
  }
  .gap-y-xl-57 {
    row-gap: 57px;
  }
  .rounded-xl-57 {
    border-radius: 57px;
  }
  .mb-xl-57 {
    margin-bottom: 57px;
  }
  .mt-xl-57 {
    margin-top: 57px;
  }
  .mr-xl-57 {
    margin-right: 57px;
  }
  .ml-xl-57 {
    margin-left: 57px;
  }
  .mx-xl-57 {
    margin-right: 57px;
    margin-left: 57px;
  }
  .my-xl-57 {
    margin-top: 57px;
    margin-bottom: 57px;
  }
  .p-xl-57 {
    padding: 57px;
  }
  .px-xl-57 {
    padding-right: 57px;
    padding-left: 57px;
  }
  .py-xl-57 {
    padding-top: 57px;
    padding-bottom: 57px;
  }
  .pr-xl-57 {
    padding-right: 57px;
  }
  .pl-xl-57 {
    padding-left: 57px;
  }
  .pt-xl-57 {
    padding-top: 57px;
  }
  .pb-xl-57 {
    padding-bottom: 57px;
  }
  .fs-xl-57 {
    font-size: 57px;
  }
  .w-xl-57 {
    width: 57px;
  }
  .h-xl-57 {
    height: 57px;
  }
}
.lh-58 {
  line-height: 58px;
}

.grid-cols-58 {
  grid-template-columns: repeat(58, 1fr);
}

.line-height-58 {
  line-height: 58px;
}

.gap-58 {
  gap: 58px;
}

.gap-x-58 {
  -moz-column-gap: 58px;
       column-gap: 58px;
}

.gap-y-58 {
  row-gap: 58px;
}

.rounded-58 {
  border-radius: 58px;
}

.mb-58 {
  margin-bottom: 58px;
}

.mt-58 {
  margin-top: 58px;
}

.mr-58 {
  margin-right: 58px;
}

.ml-58 {
  margin-left: 58px;
}

.mx-58 {
  margin-right: 58px;
  margin-left: 58px;
}

.my-58 {
  margin-top: 58px;
  margin-bottom: 58px;
}

.p-58 {
  padding: 58px;
}

.px-58 {
  padding-right: 58px;
  padding-left: 58px;
}

.py-58 {
  padding-top: 58px;
  padding-bottom: 58px;
}

.pr-58 {
  padding-right: 58px;
}

.pl-58 {
  padding-left: 58px;
}

.pt-58 {
  padding-top: 58px;
}

.pb-58 {
  padding-bottom: 58px;
}

.fs-58 {
  font-size: 58px;
}

.w-58 {
  width: 58px;
}

.h-58 {
  height: 58px;
}

@media (min-width: 576px) {
  .lh-sm-58 {
    line-height: 58px;
  }
  .line-height-sm-58 {
    line-height: 58px;
  }
  .grid-cols-sm-58 {
    grid-template-columns: repeat(58, 1fr);
  }
  .gap-sm-58 {
    gap: 58px;
  }
  .gap-x-sm-58 {
    -moz-column-gap: 58px;
         column-gap: 58px;
  }
  .gap-y-sm-58 {
    row-gap: 58px;
  }
  .rounded-sm-58 {
    border-radius: 58px;
  }
  .mb-sm-58 {
    margin-bottom: 58px;
  }
  .mt-sm-58 {
    margin-top: 58px;
  }
  .mr-sm-58 {
    margin-right: 58px;
  }
  .ml-sm-58 {
    margin-left: 58px;
  }
  .mx-sm-58 {
    margin-right: 58px;
    margin-left: 58px;
  }
  .my-sm-58 {
    margin-top: 58px;
    margin-bottom: 58px;
  }
  .p-sm-58 {
    padding: 58px;
  }
  .px-sm-58 {
    padding-right: 58px;
    padding-left: 58px;
  }
  .py-sm-58 {
    padding-top: 58px;
    padding-bottom: 58px;
  }
  .pr-sm-58 {
    padding-right: 58px;
  }
  .pl-sm-58 {
    padding-left: 58px;
  }
  .pt-sm-58 {
    padding-top: 58px;
  }
  .pb-sm-58 {
    padding-bottom: 58px;
  }
  .fs-sm-58 {
    font-size: 58px;
  }
  .w-sm-58 {
    width: 58px;
  }
  .h-sm-58 {
    height: 58px;
  }
}
@media (min-width: 768px) {
  .lh-md-58 {
    line-height: 58px;
  }
  .line-height-md-58 {
    line-height: 58px;
  }
  .grid-cols-md-58 {
    grid-template-columns: repeat(58, 1fr);
  }
  .gap-md-58 {
    gap: 58px;
  }
  .gap-x-md-58 {
    -moz-column-gap: 58px;
         column-gap: 58px;
  }
  .gap-y-md-58 {
    row-gap: 58px;
  }
  .rounded-md-58 {
    border-radius: 58px;
  }
  .mb-md-58 {
    margin-bottom: 58px;
  }
  .mt-md-58 {
    margin-top: 58px;
  }
  .mr-md-58 {
    margin-right: 58px;
  }
  .ml-md-58 {
    margin-left: 58px;
  }
  .mx-md-58 {
    margin-right: 58px;
    margin-left: 58px;
  }
  .my-md-58 {
    margin-top: 58px;
    margin-bottom: 58px;
  }
  .p-md-58 {
    padding: 58px;
  }
  .px-md-58 {
    padding-right: 58px;
    padding-left: 58px;
  }
  .py-md-58 {
    padding-top: 58px;
    padding-bottom: 58px;
  }
  .pr-md-58 {
    padding-right: 58px;
  }
  .pl-md-58 {
    padding-left: 58px;
  }
  .pt-md-58 {
    padding-top: 58px;
  }
  .pb-md-58 {
    padding-bottom: 58px;
  }
  .fs-md-58 {
    font-size: 58px;
  }
  .w-md-58 {
    width: 58px;
  }
  .h-md-58 {
    height: 58px;
  }
}
@media (min-width: 992px) {
  .lh-lg-58 {
    line-height: 58px;
  }
  .line-height-lg-58 {
    line-height: 58px;
  }
  .grid-cols-lg-58 {
    grid-template-columns: repeat(58, 1fr);
  }
  .gap-lg-58 {
    gap: 58px;
  }
  .gap-x-lg-58 {
    -moz-column-gap: 58px;
         column-gap: 58px;
  }
  .gap-y-lg-58 {
    row-gap: 58px;
  }
  .rounded-lg-58 {
    border-radius: 58px;
  }
  .mb-lg-58 {
    margin-bottom: 58px;
  }
  .mt-lg-58 {
    margin-top: 58px;
  }
  .mr-lg-58 {
    margin-right: 58px;
  }
  .ml-lg-58 {
    margin-left: 58px;
  }
  .mx-lg-58 {
    margin-right: 58px;
    margin-left: 58px;
  }
  .my-lg-58 {
    margin-top: 58px;
    margin-bottom: 58px;
  }
  .p-lg-58 {
    padding: 58px;
  }
  .px-lg-58 {
    padding-right: 58px;
    padding-left: 58px;
  }
  .py-lg-58 {
    padding-top: 58px;
    padding-bottom: 58px;
  }
  .pr-lg-58 {
    padding-right: 58px;
  }
  .pl-lg-58 {
    padding-left: 58px;
  }
  .pt-lg-58 {
    padding-top: 58px;
  }
  .pb-lg-58 {
    padding-bottom: 58px;
  }
  .fs-lg-58 {
    font-size: 58px;
  }
  .w-lg-58 {
    width: 58px;
  }
  .h-lg-58 {
    height: 58px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-58 {
    line-height: 58px;
  }
  .line-height-xl-58 {
    line-height: 58px;
  }
  .grid-cols-xl-58 {
    grid-template-columns: repeat(58, 1fr);
  }
  .gap-xl-58 {
    gap: 58px;
  }
  .gap-x-xl-58 {
    -moz-column-gap: 58px;
         column-gap: 58px;
  }
  .gap-y-xl-58 {
    row-gap: 58px;
  }
  .rounded-xl-58 {
    border-radius: 58px;
  }
  .mb-xl-58 {
    margin-bottom: 58px;
  }
  .mt-xl-58 {
    margin-top: 58px;
  }
  .mr-xl-58 {
    margin-right: 58px;
  }
  .ml-xl-58 {
    margin-left: 58px;
  }
  .mx-xl-58 {
    margin-right: 58px;
    margin-left: 58px;
  }
  .my-xl-58 {
    margin-top: 58px;
    margin-bottom: 58px;
  }
  .p-xl-58 {
    padding: 58px;
  }
  .px-xl-58 {
    padding-right: 58px;
    padding-left: 58px;
  }
  .py-xl-58 {
    padding-top: 58px;
    padding-bottom: 58px;
  }
  .pr-xl-58 {
    padding-right: 58px;
  }
  .pl-xl-58 {
    padding-left: 58px;
  }
  .pt-xl-58 {
    padding-top: 58px;
  }
  .pb-xl-58 {
    padding-bottom: 58px;
  }
  .fs-xl-58 {
    font-size: 58px;
  }
  .w-xl-58 {
    width: 58px;
  }
  .h-xl-58 {
    height: 58px;
  }
}
.lh-59 {
  line-height: 59px;
}

.grid-cols-59 {
  grid-template-columns: repeat(59, 1fr);
}

.line-height-59 {
  line-height: 59px;
}

.gap-59 {
  gap: 59px;
}

.gap-x-59 {
  -moz-column-gap: 59px;
       column-gap: 59px;
}

.gap-y-59 {
  row-gap: 59px;
}

.rounded-59 {
  border-radius: 59px;
}

.mb-59 {
  margin-bottom: 59px;
}

.mt-59 {
  margin-top: 59px;
}

.mr-59 {
  margin-right: 59px;
}

.ml-59 {
  margin-left: 59px;
}

.mx-59 {
  margin-right: 59px;
  margin-left: 59px;
}

.my-59 {
  margin-top: 59px;
  margin-bottom: 59px;
}

.p-59 {
  padding: 59px;
}

.px-59 {
  padding-right: 59px;
  padding-left: 59px;
}

.py-59 {
  padding-top: 59px;
  padding-bottom: 59px;
}

.pr-59 {
  padding-right: 59px;
}

.pl-59 {
  padding-left: 59px;
}

.pt-59 {
  padding-top: 59px;
}

.pb-59 {
  padding-bottom: 59px;
}

.fs-59 {
  font-size: 59px;
}

.w-59 {
  width: 59px;
}

.h-59 {
  height: 59px;
}

@media (min-width: 576px) {
  .lh-sm-59 {
    line-height: 59px;
  }
  .line-height-sm-59 {
    line-height: 59px;
  }
  .grid-cols-sm-59 {
    grid-template-columns: repeat(59, 1fr);
  }
  .gap-sm-59 {
    gap: 59px;
  }
  .gap-x-sm-59 {
    -moz-column-gap: 59px;
         column-gap: 59px;
  }
  .gap-y-sm-59 {
    row-gap: 59px;
  }
  .rounded-sm-59 {
    border-radius: 59px;
  }
  .mb-sm-59 {
    margin-bottom: 59px;
  }
  .mt-sm-59 {
    margin-top: 59px;
  }
  .mr-sm-59 {
    margin-right: 59px;
  }
  .ml-sm-59 {
    margin-left: 59px;
  }
  .mx-sm-59 {
    margin-right: 59px;
    margin-left: 59px;
  }
  .my-sm-59 {
    margin-top: 59px;
    margin-bottom: 59px;
  }
  .p-sm-59 {
    padding: 59px;
  }
  .px-sm-59 {
    padding-right: 59px;
    padding-left: 59px;
  }
  .py-sm-59 {
    padding-top: 59px;
    padding-bottom: 59px;
  }
  .pr-sm-59 {
    padding-right: 59px;
  }
  .pl-sm-59 {
    padding-left: 59px;
  }
  .pt-sm-59 {
    padding-top: 59px;
  }
  .pb-sm-59 {
    padding-bottom: 59px;
  }
  .fs-sm-59 {
    font-size: 59px;
  }
  .w-sm-59 {
    width: 59px;
  }
  .h-sm-59 {
    height: 59px;
  }
}
@media (min-width: 768px) {
  .lh-md-59 {
    line-height: 59px;
  }
  .line-height-md-59 {
    line-height: 59px;
  }
  .grid-cols-md-59 {
    grid-template-columns: repeat(59, 1fr);
  }
  .gap-md-59 {
    gap: 59px;
  }
  .gap-x-md-59 {
    -moz-column-gap: 59px;
         column-gap: 59px;
  }
  .gap-y-md-59 {
    row-gap: 59px;
  }
  .rounded-md-59 {
    border-radius: 59px;
  }
  .mb-md-59 {
    margin-bottom: 59px;
  }
  .mt-md-59 {
    margin-top: 59px;
  }
  .mr-md-59 {
    margin-right: 59px;
  }
  .ml-md-59 {
    margin-left: 59px;
  }
  .mx-md-59 {
    margin-right: 59px;
    margin-left: 59px;
  }
  .my-md-59 {
    margin-top: 59px;
    margin-bottom: 59px;
  }
  .p-md-59 {
    padding: 59px;
  }
  .px-md-59 {
    padding-right: 59px;
    padding-left: 59px;
  }
  .py-md-59 {
    padding-top: 59px;
    padding-bottom: 59px;
  }
  .pr-md-59 {
    padding-right: 59px;
  }
  .pl-md-59 {
    padding-left: 59px;
  }
  .pt-md-59 {
    padding-top: 59px;
  }
  .pb-md-59 {
    padding-bottom: 59px;
  }
  .fs-md-59 {
    font-size: 59px;
  }
  .w-md-59 {
    width: 59px;
  }
  .h-md-59 {
    height: 59px;
  }
}
@media (min-width: 992px) {
  .lh-lg-59 {
    line-height: 59px;
  }
  .line-height-lg-59 {
    line-height: 59px;
  }
  .grid-cols-lg-59 {
    grid-template-columns: repeat(59, 1fr);
  }
  .gap-lg-59 {
    gap: 59px;
  }
  .gap-x-lg-59 {
    -moz-column-gap: 59px;
         column-gap: 59px;
  }
  .gap-y-lg-59 {
    row-gap: 59px;
  }
  .rounded-lg-59 {
    border-radius: 59px;
  }
  .mb-lg-59 {
    margin-bottom: 59px;
  }
  .mt-lg-59 {
    margin-top: 59px;
  }
  .mr-lg-59 {
    margin-right: 59px;
  }
  .ml-lg-59 {
    margin-left: 59px;
  }
  .mx-lg-59 {
    margin-right: 59px;
    margin-left: 59px;
  }
  .my-lg-59 {
    margin-top: 59px;
    margin-bottom: 59px;
  }
  .p-lg-59 {
    padding: 59px;
  }
  .px-lg-59 {
    padding-right: 59px;
    padding-left: 59px;
  }
  .py-lg-59 {
    padding-top: 59px;
    padding-bottom: 59px;
  }
  .pr-lg-59 {
    padding-right: 59px;
  }
  .pl-lg-59 {
    padding-left: 59px;
  }
  .pt-lg-59 {
    padding-top: 59px;
  }
  .pb-lg-59 {
    padding-bottom: 59px;
  }
  .fs-lg-59 {
    font-size: 59px;
  }
  .w-lg-59 {
    width: 59px;
  }
  .h-lg-59 {
    height: 59px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-59 {
    line-height: 59px;
  }
  .line-height-xl-59 {
    line-height: 59px;
  }
  .grid-cols-xl-59 {
    grid-template-columns: repeat(59, 1fr);
  }
  .gap-xl-59 {
    gap: 59px;
  }
  .gap-x-xl-59 {
    -moz-column-gap: 59px;
         column-gap: 59px;
  }
  .gap-y-xl-59 {
    row-gap: 59px;
  }
  .rounded-xl-59 {
    border-radius: 59px;
  }
  .mb-xl-59 {
    margin-bottom: 59px;
  }
  .mt-xl-59 {
    margin-top: 59px;
  }
  .mr-xl-59 {
    margin-right: 59px;
  }
  .ml-xl-59 {
    margin-left: 59px;
  }
  .mx-xl-59 {
    margin-right: 59px;
    margin-left: 59px;
  }
  .my-xl-59 {
    margin-top: 59px;
    margin-bottom: 59px;
  }
  .p-xl-59 {
    padding: 59px;
  }
  .px-xl-59 {
    padding-right: 59px;
    padding-left: 59px;
  }
  .py-xl-59 {
    padding-top: 59px;
    padding-bottom: 59px;
  }
  .pr-xl-59 {
    padding-right: 59px;
  }
  .pl-xl-59 {
    padding-left: 59px;
  }
  .pt-xl-59 {
    padding-top: 59px;
  }
  .pb-xl-59 {
    padding-bottom: 59px;
  }
  .fs-xl-59 {
    font-size: 59px;
  }
  .w-xl-59 {
    width: 59px;
  }
  .h-xl-59 {
    height: 59px;
  }
}
.lh-60 {
  line-height: 60px;
}

.grid-cols-60 {
  grid-template-columns: repeat(60, 1fr);
}

.line-height-60 {
  line-height: 60px;
}

.gap-60 {
  gap: 60px;
}

.gap-x-60 {
  -moz-column-gap: 60px;
       column-gap: 60px;
}

.gap-y-60 {
  row-gap: 60px;
}

.rounded-60 {
  border-radius: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-60 {
  margin-top: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.mx-60 {
  margin-right: 60px;
  margin-left: 60px;
}

.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.p-60 {
  padding: 60px;
}

.px-60 {
  padding-right: 60px;
  padding-left: 60px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.pl-60 {
  padding-left: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.fs-60 {
  font-size: 60px;
}

.w-60 {
  width: 60px;
}

.h-60 {
  height: 60px;
}

@media (min-width: 576px) {
  .lh-sm-60 {
    line-height: 60px;
  }
  .line-height-sm-60 {
    line-height: 60px;
  }
  .grid-cols-sm-60 {
    grid-template-columns: repeat(60, 1fr);
  }
  .gap-sm-60 {
    gap: 60px;
  }
  .gap-x-sm-60 {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .gap-y-sm-60 {
    row-gap: 60px;
  }
  .rounded-sm-60 {
    border-radius: 60px;
  }
  .mb-sm-60 {
    margin-bottom: 60px;
  }
  .mt-sm-60 {
    margin-top: 60px;
  }
  .mr-sm-60 {
    margin-right: 60px;
  }
  .ml-sm-60 {
    margin-left: 60px;
  }
  .mx-sm-60 {
    margin-right: 60px;
    margin-left: 60px;
  }
  .my-sm-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .p-sm-60 {
    padding: 60px;
  }
  .px-sm-60 {
    padding-right: 60px;
    padding-left: 60px;
  }
  .py-sm-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pr-sm-60 {
    padding-right: 60px;
  }
  .pl-sm-60 {
    padding-left: 60px;
  }
  .pt-sm-60 {
    padding-top: 60px;
  }
  .pb-sm-60 {
    padding-bottom: 60px;
  }
  .fs-sm-60 {
    font-size: 60px;
  }
  .w-sm-60 {
    width: 60px;
  }
  .h-sm-60 {
    height: 60px;
  }
}
@media (min-width: 768px) {
  .lh-md-60 {
    line-height: 60px;
  }
  .line-height-md-60 {
    line-height: 60px;
  }
  .grid-cols-md-60 {
    grid-template-columns: repeat(60, 1fr);
  }
  .gap-md-60 {
    gap: 60px;
  }
  .gap-x-md-60 {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .gap-y-md-60 {
    row-gap: 60px;
  }
  .rounded-md-60 {
    border-radius: 60px;
  }
  .mb-md-60 {
    margin-bottom: 60px;
  }
  .mt-md-60 {
    margin-top: 60px;
  }
  .mr-md-60 {
    margin-right: 60px;
  }
  .ml-md-60 {
    margin-left: 60px;
  }
  .mx-md-60 {
    margin-right: 60px;
    margin-left: 60px;
  }
  .my-md-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .p-md-60 {
    padding: 60px;
  }
  .px-md-60 {
    padding-right: 60px;
    padding-left: 60px;
  }
  .py-md-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pr-md-60 {
    padding-right: 60px;
  }
  .pl-md-60 {
    padding-left: 60px;
  }
  .pt-md-60 {
    padding-top: 60px;
  }
  .pb-md-60 {
    padding-bottom: 60px;
  }
  .fs-md-60 {
    font-size: 60px;
  }
  .w-md-60 {
    width: 60px;
  }
  .h-md-60 {
    height: 60px;
  }
}
@media (min-width: 992px) {
  .lh-lg-60 {
    line-height: 60px;
  }
  .line-height-lg-60 {
    line-height: 60px;
  }
  .grid-cols-lg-60 {
    grid-template-columns: repeat(60, 1fr);
  }
  .gap-lg-60 {
    gap: 60px;
  }
  .gap-x-lg-60 {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .gap-y-lg-60 {
    row-gap: 60px;
  }
  .rounded-lg-60 {
    border-radius: 60px;
  }
  .mb-lg-60 {
    margin-bottom: 60px;
  }
  .mt-lg-60 {
    margin-top: 60px;
  }
  .mr-lg-60 {
    margin-right: 60px;
  }
  .ml-lg-60 {
    margin-left: 60px;
  }
  .mx-lg-60 {
    margin-right: 60px;
    margin-left: 60px;
  }
  .my-lg-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .p-lg-60 {
    padding: 60px;
  }
  .px-lg-60 {
    padding-right: 60px;
    padding-left: 60px;
  }
  .py-lg-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pr-lg-60 {
    padding-right: 60px;
  }
  .pl-lg-60 {
    padding-left: 60px;
  }
  .pt-lg-60 {
    padding-top: 60px;
  }
  .pb-lg-60 {
    padding-bottom: 60px;
  }
  .fs-lg-60 {
    font-size: 60px;
  }
  .w-lg-60 {
    width: 60px;
  }
  .h-lg-60 {
    height: 60px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-60 {
    line-height: 60px;
  }
  .line-height-xl-60 {
    line-height: 60px;
  }
  .grid-cols-xl-60 {
    grid-template-columns: repeat(60, 1fr);
  }
  .gap-xl-60 {
    gap: 60px;
  }
  .gap-x-xl-60 {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .gap-y-xl-60 {
    row-gap: 60px;
  }
  .rounded-xl-60 {
    border-radius: 60px;
  }
  .mb-xl-60 {
    margin-bottom: 60px;
  }
  .mt-xl-60 {
    margin-top: 60px;
  }
  .mr-xl-60 {
    margin-right: 60px;
  }
  .ml-xl-60 {
    margin-left: 60px;
  }
  .mx-xl-60 {
    margin-right: 60px;
    margin-left: 60px;
  }
  .my-xl-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .p-xl-60 {
    padding: 60px;
  }
  .px-xl-60 {
    padding-right: 60px;
    padding-left: 60px;
  }
  .py-xl-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pr-xl-60 {
    padding-right: 60px;
  }
  .pl-xl-60 {
    padding-left: 60px;
  }
  .pt-xl-60 {
    padding-top: 60px;
  }
  .pb-xl-60 {
    padding-bottom: 60px;
  }
  .fs-xl-60 {
    font-size: 60px;
  }
  .w-xl-60 {
    width: 60px;
  }
  .h-xl-60 {
    height: 60px;
  }
}
.lh-61 {
  line-height: 61px;
}

.grid-cols-61 {
  grid-template-columns: repeat(61, 1fr);
}

.line-height-61 {
  line-height: 61px;
}

.gap-61 {
  gap: 61px;
}

.gap-x-61 {
  -moz-column-gap: 61px;
       column-gap: 61px;
}

.gap-y-61 {
  row-gap: 61px;
}

.rounded-61 {
  border-radius: 61px;
}

.mb-61 {
  margin-bottom: 61px;
}

.mt-61 {
  margin-top: 61px;
}

.mr-61 {
  margin-right: 61px;
}

.ml-61 {
  margin-left: 61px;
}

.mx-61 {
  margin-right: 61px;
  margin-left: 61px;
}

.my-61 {
  margin-top: 61px;
  margin-bottom: 61px;
}

.p-61 {
  padding: 61px;
}

.px-61 {
  padding-right: 61px;
  padding-left: 61px;
}

.py-61 {
  padding-top: 61px;
  padding-bottom: 61px;
}

.pr-61 {
  padding-right: 61px;
}

.pl-61 {
  padding-left: 61px;
}

.pt-61 {
  padding-top: 61px;
}

.pb-61 {
  padding-bottom: 61px;
}

.fs-61 {
  font-size: 61px;
}

.w-61 {
  width: 61px;
}

.h-61 {
  height: 61px;
}

@media (min-width: 576px) {
  .lh-sm-61 {
    line-height: 61px;
  }
  .line-height-sm-61 {
    line-height: 61px;
  }
  .grid-cols-sm-61 {
    grid-template-columns: repeat(61, 1fr);
  }
  .gap-sm-61 {
    gap: 61px;
  }
  .gap-x-sm-61 {
    -moz-column-gap: 61px;
         column-gap: 61px;
  }
  .gap-y-sm-61 {
    row-gap: 61px;
  }
  .rounded-sm-61 {
    border-radius: 61px;
  }
  .mb-sm-61 {
    margin-bottom: 61px;
  }
  .mt-sm-61 {
    margin-top: 61px;
  }
  .mr-sm-61 {
    margin-right: 61px;
  }
  .ml-sm-61 {
    margin-left: 61px;
  }
  .mx-sm-61 {
    margin-right: 61px;
    margin-left: 61px;
  }
  .my-sm-61 {
    margin-top: 61px;
    margin-bottom: 61px;
  }
  .p-sm-61 {
    padding: 61px;
  }
  .px-sm-61 {
    padding-right: 61px;
    padding-left: 61px;
  }
  .py-sm-61 {
    padding-top: 61px;
    padding-bottom: 61px;
  }
  .pr-sm-61 {
    padding-right: 61px;
  }
  .pl-sm-61 {
    padding-left: 61px;
  }
  .pt-sm-61 {
    padding-top: 61px;
  }
  .pb-sm-61 {
    padding-bottom: 61px;
  }
  .fs-sm-61 {
    font-size: 61px;
  }
  .w-sm-61 {
    width: 61px;
  }
  .h-sm-61 {
    height: 61px;
  }
}
@media (min-width: 768px) {
  .lh-md-61 {
    line-height: 61px;
  }
  .line-height-md-61 {
    line-height: 61px;
  }
  .grid-cols-md-61 {
    grid-template-columns: repeat(61, 1fr);
  }
  .gap-md-61 {
    gap: 61px;
  }
  .gap-x-md-61 {
    -moz-column-gap: 61px;
         column-gap: 61px;
  }
  .gap-y-md-61 {
    row-gap: 61px;
  }
  .rounded-md-61 {
    border-radius: 61px;
  }
  .mb-md-61 {
    margin-bottom: 61px;
  }
  .mt-md-61 {
    margin-top: 61px;
  }
  .mr-md-61 {
    margin-right: 61px;
  }
  .ml-md-61 {
    margin-left: 61px;
  }
  .mx-md-61 {
    margin-right: 61px;
    margin-left: 61px;
  }
  .my-md-61 {
    margin-top: 61px;
    margin-bottom: 61px;
  }
  .p-md-61 {
    padding: 61px;
  }
  .px-md-61 {
    padding-right: 61px;
    padding-left: 61px;
  }
  .py-md-61 {
    padding-top: 61px;
    padding-bottom: 61px;
  }
  .pr-md-61 {
    padding-right: 61px;
  }
  .pl-md-61 {
    padding-left: 61px;
  }
  .pt-md-61 {
    padding-top: 61px;
  }
  .pb-md-61 {
    padding-bottom: 61px;
  }
  .fs-md-61 {
    font-size: 61px;
  }
  .w-md-61 {
    width: 61px;
  }
  .h-md-61 {
    height: 61px;
  }
}
@media (min-width: 992px) {
  .lh-lg-61 {
    line-height: 61px;
  }
  .line-height-lg-61 {
    line-height: 61px;
  }
  .grid-cols-lg-61 {
    grid-template-columns: repeat(61, 1fr);
  }
  .gap-lg-61 {
    gap: 61px;
  }
  .gap-x-lg-61 {
    -moz-column-gap: 61px;
         column-gap: 61px;
  }
  .gap-y-lg-61 {
    row-gap: 61px;
  }
  .rounded-lg-61 {
    border-radius: 61px;
  }
  .mb-lg-61 {
    margin-bottom: 61px;
  }
  .mt-lg-61 {
    margin-top: 61px;
  }
  .mr-lg-61 {
    margin-right: 61px;
  }
  .ml-lg-61 {
    margin-left: 61px;
  }
  .mx-lg-61 {
    margin-right: 61px;
    margin-left: 61px;
  }
  .my-lg-61 {
    margin-top: 61px;
    margin-bottom: 61px;
  }
  .p-lg-61 {
    padding: 61px;
  }
  .px-lg-61 {
    padding-right: 61px;
    padding-left: 61px;
  }
  .py-lg-61 {
    padding-top: 61px;
    padding-bottom: 61px;
  }
  .pr-lg-61 {
    padding-right: 61px;
  }
  .pl-lg-61 {
    padding-left: 61px;
  }
  .pt-lg-61 {
    padding-top: 61px;
  }
  .pb-lg-61 {
    padding-bottom: 61px;
  }
  .fs-lg-61 {
    font-size: 61px;
  }
  .w-lg-61 {
    width: 61px;
  }
  .h-lg-61 {
    height: 61px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-61 {
    line-height: 61px;
  }
  .line-height-xl-61 {
    line-height: 61px;
  }
  .grid-cols-xl-61 {
    grid-template-columns: repeat(61, 1fr);
  }
  .gap-xl-61 {
    gap: 61px;
  }
  .gap-x-xl-61 {
    -moz-column-gap: 61px;
         column-gap: 61px;
  }
  .gap-y-xl-61 {
    row-gap: 61px;
  }
  .rounded-xl-61 {
    border-radius: 61px;
  }
  .mb-xl-61 {
    margin-bottom: 61px;
  }
  .mt-xl-61 {
    margin-top: 61px;
  }
  .mr-xl-61 {
    margin-right: 61px;
  }
  .ml-xl-61 {
    margin-left: 61px;
  }
  .mx-xl-61 {
    margin-right: 61px;
    margin-left: 61px;
  }
  .my-xl-61 {
    margin-top: 61px;
    margin-bottom: 61px;
  }
  .p-xl-61 {
    padding: 61px;
  }
  .px-xl-61 {
    padding-right: 61px;
    padding-left: 61px;
  }
  .py-xl-61 {
    padding-top: 61px;
    padding-bottom: 61px;
  }
  .pr-xl-61 {
    padding-right: 61px;
  }
  .pl-xl-61 {
    padding-left: 61px;
  }
  .pt-xl-61 {
    padding-top: 61px;
  }
  .pb-xl-61 {
    padding-bottom: 61px;
  }
  .fs-xl-61 {
    font-size: 61px;
  }
  .w-xl-61 {
    width: 61px;
  }
  .h-xl-61 {
    height: 61px;
  }
}
.lh-62 {
  line-height: 62px;
}

.grid-cols-62 {
  grid-template-columns: repeat(62, 1fr);
}

.line-height-62 {
  line-height: 62px;
}

.gap-62 {
  gap: 62px;
}

.gap-x-62 {
  -moz-column-gap: 62px;
       column-gap: 62px;
}

.gap-y-62 {
  row-gap: 62px;
}

.rounded-62 {
  border-radius: 62px;
}

.mb-62 {
  margin-bottom: 62px;
}

.mt-62 {
  margin-top: 62px;
}

.mr-62 {
  margin-right: 62px;
}

.ml-62 {
  margin-left: 62px;
}

.mx-62 {
  margin-right: 62px;
  margin-left: 62px;
}

.my-62 {
  margin-top: 62px;
  margin-bottom: 62px;
}

.p-62 {
  padding: 62px;
}

.px-62 {
  padding-right: 62px;
  padding-left: 62px;
}

.py-62 {
  padding-top: 62px;
  padding-bottom: 62px;
}

.pr-62 {
  padding-right: 62px;
}

.pl-62 {
  padding-left: 62px;
}

.pt-62 {
  padding-top: 62px;
}

.pb-62 {
  padding-bottom: 62px;
}

.fs-62 {
  font-size: 62px;
}

.w-62 {
  width: 62px;
}

.h-62 {
  height: 62px;
}

@media (min-width: 576px) {
  .lh-sm-62 {
    line-height: 62px;
  }
  .line-height-sm-62 {
    line-height: 62px;
  }
  .grid-cols-sm-62 {
    grid-template-columns: repeat(62, 1fr);
  }
  .gap-sm-62 {
    gap: 62px;
  }
  .gap-x-sm-62 {
    -moz-column-gap: 62px;
         column-gap: 62px;
  }
  .gap-y-sm-62 {
    row-gap: 62px;
  }
  .rounded-sm-62 {
    border-radius: 62px;
  }
  .mb-sm-62 {
    margin-bottom: 62px;
  }
  .mt-sm-62 {
    margin-top: 62px;
  }
  .mr-sm-62 {
    margin-right: 62px;
  }
  .ml-sm-62 {
    margin-left: 62px;
  }
  .mx-sm-62 {
    margin-right: 62px;
    margin-left: 62px;
  }
  .my-sm-62 {
    margin-top: 62px;
    margin-bottom: 62px;
  }
  .p-sm-62 {
    padding: 62px;
  }
  .px-sm-62 {
    padding-right: 62px;
    padding-left: 62px;
  }
  .py-sm-62 {
    padding-top: 62px;
    padding-bottom: 62px;
  }
  .pr-sm-62 {
    padding-right: 62px;
  }
  .pl-sm-62 {
    padding-left: 62px;
  }
  .pt-sm-62 {
    padding-top: 62px;
  }
  .pb-sm-62 {
    padding-bottom: 62px;
  }
  .fs-sm-62 {
    font-size: 62px;
  }
  .w-sm-62 {
    width: 62px;
  }
  .h-sm-62 {
    height: 62px;
  }
}
@media (min-width: 768px) {
  .lh-md-62 {
    line-height: 62px;
  }
  .line-height-md-62 {
    line-height: 62px;
  }
  .grid-cols-md-62 {
    grid-template-columns: repeat(62, 1fr);
  }
  .gap-md-62 {
    gap: 62px;
  }
  .gap-x-md-62 {
    -moz-column-gap: 62px;
         column-gap: 62px;
  }
  .gap-y-md-62 {
    row-gap: 62px;
  }
  .rounded-md-62 {
    border-radius: 62px;
  }
  .mb-md-62 {
    margin-bottom: 62px;
  }
  .mt-md-62 {
    margin-top: 62px;
  }
  .mr-md-62 {
    margin-right: 62px;
  }
  .ml-md-62 {
    margin-left: 62px;
  }
  .mx-md-62 {
    margin-right: 62px;
    margin-left: 62px;
  }
  .my-md-62 {
    margin-top: 62px;
    margin-bottom: 62px;
  }
  .p-md-62 {
    padding: 62px;
  }
  .px-md-62 {
    padding-right: 62px;
    padding-left: 62px;
  }
  .py-md-62 {
    padding-top: 62px;
    padding-bottom: 62px;
  }
  .pr-md-62 {
    padding-right: 62px;
  }
  .pl-md-62 {
    padding-left: 62px;
  }
  .pt-md-62 {
    padding-top: 62px;
  }
  .pb-md-62 {
    padding-bottom: 62px;
  }
  .fs-md-62 {
    font-size: 62px;
  }
  .w-md-62 {
    width: 62px;
  }
  .h-md-62 {
    height: 62px;
  }
}
@media (min-width: 992px) {
  .lh-lg-62 {
    line-height: 62px;
  }
  .line-height-lg-62 {
    line-height: 62px;
  }
  .grid-cols-lg-62 {
    grid-template-columns: repeat(62, 1fr);
  }
  .gap-lg-62 {
    gap: 62px;
  }
  .gap-x-lg-62 {
    -moz-column-gap: 62px;
         column-gap: 62px;
  }
  .gap-y-lg-62 {
    row-gap: 62px;
  }
  .rounded-lg-62 {
    border-radius: 62px;
  }
  .mb-lg-62 {
    margin-bottom: 62px;
  }
  .mt-lg-62 {
    margin-top: 62px;
  }
  .mr-lg-62 {
    margin-right: 62px;
  }
  .ml-lg-62 {
    margin-left: 62px;
  }
  .mx-lg-62 {
    margin-right: 62px;
    margin-left: 62px;
  }
  .my-lg-62 {
    margin-top: 62px;
    margin-bottom: 62px;
  }
  .p-lg-62 {
    padding: 62px;
  }
  .px-lg-62 {
    padding-right: 62px;
    padding-left: 62px;
  }
  .py-lg-62 {
    padding-top: 62px;
    padding-bottom: 62px;
  }
  .pr-lg-62 {
    padding-right: 62px;
  }
  .pl-lg-62 {
    padding-left: 62px;
  }
  .pt-lg-62 {
    padding-top: 62px;
  }
  .pb-lg-62 {
    padding-bottom: 62px;
  }
  .fs-lg-62 {
    font-size: 62px;
  }
  .w-lg-62 {
    width: 62px;
  }
  .h-lg-62 {
    height: 62px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-62 {
    line-height: 62px;
  }
  .line-height-xl-62 {
    line-height: 62px;
  }
  .grid-cols-xl-62 {
    grid-template-columns: repeat(62, 1fr);
  }
  .gap-xl-62 {
    gap: 62px;
  }
  .gap-x-xl-62 {
    -moz-column-gap: 62px;
         column-gap: 62px;
  }
  .gap-y-xl-62 {
    row-gap: 62px;
  }
  .rounded-xl-62 {
    border-radius: 62px;
  }
  .mb-xl-62 {
    margin-bottom: 62px;
  }
  .mt-xl-62 {
    margin-top: 62px;
  }
  .mr-xl-62 {
    margin-right: 62px;
  }
  .ml-xl-62 {
    margin-left: 62px;
  }
  .mx-xl-62 {
    margin-right: 62px;
    margin-left: 62px;
  }
  .my-xl-62 {
    margin-top: 62px;
    margin-bottom: 62px;
  }
  .p-xl-62 {
    padding: 62px;
  }
  .px-xl-62 {
    padding-right: 62px;
    padding-left: 62px;
  }
  .py-xl-62 {
    padding-top: 62px;
    padding-bottom: 62px;
  }
  .pr-xl-62 {
    padding-right: 62px;
  }
  .pl-xl-62 {
    padding-left: 62px;
  }
  .pt-xl-62 {
    padding-top: 62px;
  }
  .pb-xl-62 {
    padding-bottom: 62px;
  }
  .fs-xl-62 {
    font-size: 62px;
  }
  .w-xl-62 {
    width: 62px;
  }
  .h-xl-62 {
    height: 62px;
  }
}
.lh-63 {
  line-height: 63px;
}

.grid-cols-63 {
  grid-template-columns: repeat(63, 1fr);
}

.line-height-63 {
  line-height: 63px;
}

.gap-63 {
  gap: 63px;
}

.gap-x-63 {
  -moz-column-gap: 63px;
       column-gap: 63px;
}

.gap-y-63 {
  row-gap: 63px;
}

.rounded-63 {
  border-radius: 63px;
}

.mb-63 {
  margin-bottom: 63px;
}

.mt-63 {
  margin-top: 63px;
}

.mr-63 {
  margin-right: 63px;
}

.ml-63 {
  margin-left: 63px;
}

.mx-63 {
  margin-right: 63px;
  margin-left: 63px;
}

.my-63 {
  margin-top: 63px;
  margin-bottom: 63px;
}

.p-63 {
  padding: 63px;
}

.px-63 {
  padding-right: 63px;
  padding-left: 63px;
}

.py-63 {
  padding-top: 63px;
  padding-bottom: 63px;
}

.pr-63 {
  padding-right: 63px;
}

.pl-63 {
  padding-left: 63px;
}

.pt-63 {
  padding-top: 63px;
}

.pb-63 {
  padding-bottom: 63px;
}

.fs-63 {
  font-size: 63px;
}

.w-63 {
  width: 63px;
}

.h-63 {
  height: 63px;
}

@media (min-width: 576px) {
  .lh-sm-63 {
    line-height: 63px;
  }
  .line-height-sm-63 {
    line-height: 63px;
  }
  .grid-cols-sm-63 {
    grid-template-columns: repeat(63, 1fr);
  }
  .gap-sm-63 {
    gap: 63px;
  }
  .gap-x-sm-63 {
    -moz-column-gap: 63px;
         column-gap: 63px;
  }
  .gap-y-sm-63 {
    row-gap: 63px;
  }
  .rounded-sm-63 {
    border-radius: 63px;
  }
  .mb-sm-63 {
    margin-bottom: 63px;
  }
  .mt-sm-63 {
    margin-top: 63px;
  }
  .mr-sm-63 {
    margin-right: 63px;
  }
  .ml-sm-63 {
    margin-left: 63px;
  }
  .mx-sm-63 {
    margin-right: 63px;
    margin-left: 63px;
  }
  .my-sm-63 {
    margin-top: 63px;
    margin-bottom: 63px;
  }
  .p-sm-63 {
    padding: 63px;
  }
  .px-sm-63 {
    padding-right: 63px;
    padding-left: 63px;
  }
  .py-sm-63 {
    padding-top: 63px;
    padding-bottom: 63px;
  }
  .pr-sm-63 {
    padding-right: 63px;
  }
  .pl-sm-63 {
    padding-left: 63px;
  }
  .pt-sm-63 {
    padding-top: 63px;
  }
  .pb-sm-63 {
    padding-bottom: 63px;
  }
  .fs-sm-63 {
    font-size: 63px;
  }
  .w-sm-63 {
    width: 63px;
  }
  .h-sm-63 {
    height: 63px;
  }
}
@media (min-width: 768px) {
  .lh-md-63 {
    line-height: 63px;
  }
  .line-height-md-63 {
    line-height: 63px;
  }
  .grid-cols-md-63 {
    grid-template-columns: repeat(63, 1fr);
  }
  .gap-md-63 {
    gap: 63px;
  }
  .gap-x-md-63 {
    -moz-column-gap: 63px;
         column-gap: 63px;
  }
  .gap-y-md-63 {
    row-gap: 63px;
  }
  .rounded-md-63 {
    border-radius: 63px;
  }
  .mb-md-63 {
    margin-bottom: 63px;
  }
  .mt-md-63 {
    margin-top: 63px;
  }
  .mr-md-63 {
    margin-right: 63px;
  }
  .ml-md-63 {
    margin-left: 63px;
  }
  .mx-md-63 {
    margin-right: 63px;
    margin-left: 63px;
  }
  .my-md-63 {
    margin-top: 63px;
    margin-bottom: 63px;
  }
  .p-md-63 {
    padding: 63px;
  }
  .px-md-63 {
    padding-right: 63px;
    padding-left: 63px;
  }
  .py-md-63 {
    padding-top: 63px;
    padding-bottom: 63px;
  }
  .pr-md-63 {
    padding-right: 63px;
  }
  .pl-md-63 {
    padding-left: 63px;
  }
  .pt-md-63 {
    padding-top: 63px;
  }
  .pb-md-63 {
    padding-bottom: 63px;
  }
  .fs-md-63 {
    font-size: 63px;
  }
  .w-md-63 {
    width: 63px;
  }
  .h-md-63 {
    height: 63px;
  }
}
@media (min-width: 992px) {
  .lh-lg-63 {
    line-height: 63px;
  }
  .line-height-lg-63 {
    line-height: 63px;
  }
  .grid-cols-lg-63 {
    grid-template-columns: repeat(63, 1fr);
  }
  .gap-lg-63 {
    gap: 63px;
  }
  .gap-x-lg-63 {
    -moz-column-gap: 63px;
         column-gap: 63px;
  }
  .gap-y-lg-63 {
    row-gap: 63px;
  }
  .rounded-lg-63 {
    border-radius: 63px;
  }
  .mb-lg-63 {
    margin-bottom: 63px;
  }
  .mt-lg-63 {
    margin-top: 63px;
  }
  .mr-lg-63 {
    margin-right: 63px;
  }
  .ml-lg-63 {
    margin-left: 63px;
  }
  .mx-lg-63 {
    margin-right: 63px;
    margin-left: 63px;
  }
  .my-lg-63 {
    margin-top: 63px;
    margin-bottom: 63px;
  }
  .p-lg-63 {
    padding: 63px;
  }
  .px-lg-63 {
    padding-right: 63px;
    padding-left: 63px;
  }
  .py-lg-63 {
    padding-top: 63px;
    padding-bottom: 63px;
  }
  .pr-lg-63 {
    padding-right: 63px;
  }
  .pl-lg-63 {
    padding-left: 63px;
  }
  .pt-lg-63 {
    padding-top: 63px;
  }
  .pb-lg-63 {
    padding-bottom: 63px;
  }
  .fs-lg-63 {
    font-size: 63px;
  }
  .w-lg-63 {
    width: 63px;
  }
  .h-lg-63 {
    height: 63px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-63 {
    line-height: 63px;
  }
  .line-height-xl-63 {
    line-height: 63px;
  }
  .grid-cols-xl-63 {
    grid-template-columns: repeat(63, 1fr);
  }
  .gap-xl-63 {
    gap: 63px;
  }
  .gap-x-xl-63 {
    -moz-column-gap: 63px;
         column-gap: 63px;
  }
  .gap-y-xl-63 {
    row-gap: 63px;
  }
  .rounded-xl-63 {
    border-radius: 63px;
  }
  .mb-xl-63 {
    margin-bottom: 63px;
  }
  .mt-xl-63 {
    margin-top: 63px;
  }
  .mr-xl-63 {
    margin-right: 63px;
  }
  .ml-xl-63 {
    margin-left: 63px;
  }
  .mx-xl-63 {
    margin-right: 63px;
    margin-left: 63px;
  }
  .my-xl-63 {
    margin-top: 63px;
    margin-bottom: 63px;
  }
  .p-xl-63 {
    padding: 63px;
  }
  .px-xl-63 {
    padding-right: 63px;
    padding-left: 63px;
  }
  .py-xl-63 {
    padding-top: 63px;
    padding-bottom: 63px;
  }
  .pr-xl-63 {
    padding-right: 63px;
  }
  .pl-xl-63 {
    padding-left: 63px;
  }
  .pt-xl-63 {
    padding-top: 63px;
  }
  .pb-xl-63 {
    padding-bottom: 63px;
  }
  .fs-xl-63 {
    font-size: 63px;
  }
  .w-xl-63 {
    width: 63px;
  }
  .h-xl-63 {
    height: 63px;
  }
}
.lh-64 {
  line-height: 64px;
}

.grid-cols-64 {
  grid-template-columns: repeat(64, 1fr);
}

.line-height-64 {
  line-height: 64px;
}

.gap-64 {
  gap: 64px;
}

.gap-x-64 {
  -moz-column-gap: 64px;
       column-gap: 64px;
}

.gap-y-64 {
  row-gap: 64px;
}

.rounded-64 {
  border-radius: 64px;
}

.mb-64 {
  margin-bottom: 64px;
}

.mt-64 {
  margin-top: 64px;
}

.mr-64 {
  margin-right: 64px;
}

.ml-64 {
  margin-left: 64px;
}

.mx-64 {
  margin-right: 64px;
  margin-left: 64px;
}

.my-64 {
  margin-top: 64px;
  margin-bottom: 64px;
}

.p-64 {
  padding: 64px;
}

.px-64 {
  padding-right: 64px;
  padding-left: 64px;
}

.py-64 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.pr-64 {
  padding-right: 64px;
}

.pl-64 {
  padding-left: 64px;
}

.pt-64 {
  padding-top: 64px;
}

.pb-64 {
  padding-bottom: 64px;
}

.fs-64 {
  font-size: 64px;
}

.w-64 {
  width: 64px;
}

.h-64 {
  height: 64px;
}

@media (min-width: 576px) {
  .lh-sm-64 {
    line-height: 64px;
  }
  .line-height-sm-64 {
    line-height: 64px;
  }
  .grid-cols-sm-64 {
    grid-template-columns: repeat(64, 1fr);
  }
  .gap-sm-64 {
    gap: 64px;
  }
  .gap-x-sm-64 {
    -moz-column-gap: 64px;
         column-gap: 64px;
  }
  .gap-y-sm-64 {
    row-gap: 64px;
  }
  .rounded-sm-64 {
    border-radius: 64px;
  }
  .mb-sm-64 {
    margin-bottom: 64px;
  }
  .mt-sm-64 {
    margin-top: 64px;
  }
  .mr-sm-64 {
    margin-right: 64px;
  }
  .ml-sm-64 {
    margin-left: 64px;
  }
  .mx-sm-64 {
    margin-right: 64px;
    margin-left: 64px;
  }
  .my-sm-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .p-sm-64 {
    padding: 64px;
  }
  .px-sm-64 {
    padding-right: 64px;
    padding-left: 64px;
  }
  .py-sm-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .pr-sm-64 {
    padding-right: 64px;
  }
  .pl-sm-64 {
    padding-left: 64px;
  }
  .pt-sm-64 {
    padding-top: 64px;
  }
  .pb-sm-64 {
    padding-bottom: 64px;
  }
  .fs-sm-64 {
    font-size: 64px;
  }
  .w-sm-64 {
    width: 64px;
  }
  .h-sm-64 {
    height: 64px;
  }
}
@media (min-width: 768px) {
  .lh-md-64 {
    line-height: 64px;
  }
  .line-height-md-64 {
    line-height: 64px;
  }
  .grid-cols-md-64 {
    grid-template-columns: repeat(64, 1fr);
  }
  .gap-md-64 {
    gap: 64px;
  }
  .gap-x-md-64 {
    -moz-column-gap: 64px;
         column-gap: 64px;
  }
  .gap-y-md-64 {
    row-gap: 64px;
  }
  .rounded-md-64 {
    border-radius: 64px;
  }
  .mb-md-64 {
    margin-bottom: 64px;
  }
  .mt-md-64 {
    margin-top: 64px;
  }
  .mr-md-64 {
    margin-right: 64px;
  }
  .ml-md-64 {
    margin-left: 64px;
  }
  .mx-md-64 {
    margin-right: 64px;
    margin-left: 64px;
  }
  .my-md-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .p-md-64 {
    padding: 64px;
  }
  .px-md-64 {
    padding-right: 64px;
    padding-left: 64px;
  }
  .py-md-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .pr-md-64 {
    padding-right: 64px;
  }
  .pl-md-64 {
    padding-left: 64px;
  }
  .pt-md-64 {
    padding-top: 64px;
  }
  .pb-md-64 {
    padding-bottom: 64px;
  }
  .fs-md-64 {
    font-size: 64px;
  }
  .w-md-64 {
    width: 64px;
  }
  .h-md-64 {
    height: 64px;
  }
}
@media (min-width: 992px) {
  .lh-lg-64 {
    line-height: 64px;
  }
  .line-height-lg-64 {
    line-height: 64px;
  }
  .grid-cols-lg-64 {
    grid-template-columns: repeat(64, 1fr);
  }
  .gap-lg-64 {
    gap: 64px;
  }
  .gap-x-lg-64 {
    -moz-column-gap: 64px;
         column-gap: 64px;
  }
  .gap-y-lg-64 {
    row-gap: 64px;
  }
  .rounded-lg-64 {
    border-radius: 64px;
  }
  .mb-lg-64 {
    margin-bottom: 64px;
  }
  .mt-lg-64 {
    margin-top: 64px;
  }
  .mr-lg-64 {
    margin-right: 64px;
  }
  .ml-lg-64 {
    margin-left: 64px;
  }
  .mx-lg-64 {
    margin-right: 64px;
    margin-left: 64px;
  }
  .my-lg-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .p-lg-64 {
    padding: 64px;
  }
  .px-lg-64 {
    padding-right: 64px;
    padding-left: 64px;
  }
  .py-lg-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .pr-lg-64 {
    padding-right: 64px;
  }
  .pl-lg-64 {
    padding-left: 64px;
  }
  .pt-lg-64 {
    padding-top: 64px;
  }
  .pb-lg-64 {
    padding-bottom: 64px;
  }
  .fs-lg-64 {
    font-size: 64px;
  }
  .w-lg-64 {
    width: 64px;
  }
  .h-lg-64 {
    height: 64px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-64 {
    line-height: 64px;
  }
  .line-height-xl-64 {
    line-height: 64px;
  }
  .grid-cols-xl-64 {
    grid-template-columns: repeat(64, 1fr);
  }
  .gap-xl-64 {
    gap: 64px;
  }
  .gap-x-xl-64 {
    -moz-column-gap: 64px;
         column-gap: 64px;
  }
  .gap-y-xl-64 {
    row-gap: 64px;
  }
  .rounded-xl-64 {
    border-radius: 64px;
  }
  .mb-xl-64 {
    margin-bottom: 64px;
  }
  .mt-xl-64 {
    margin-top: 64px;
  }
  .mr-xl-64 {
    margin-right: 64px;
  }
  .ml-xl-64 {
    margin-left: 64px;
  }
  .mx-xl-64 {
    margin-right: 64px;
    margin-left: 64px;
  }
  .my-xl-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .p-xl-64 {
    padding: 64px;
  }
  .px-xl-64 {
    padding-right: 64px;
    padding-left: 64px;
  }
  .py-xl-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .pr-xl-64 {
    padding-right: 64px;
  }
  .pl-xl-64 {
    padding-left: 64px;
  }
  .pt-xl-64 {
    padding-top: 64px;
  }
  .pb-xl-64 {
    padding-bottom: 64px;
  }
  .fs-xl-64 {
    font-size: 64px;
  }
  .w-xl-64 {
    width: 64px;
  }
  .h-xl-64 {
    height: 64px;
  }
}
.lh-65 {
  line-height: 65px;
}

.grid-cols-65 {
  grid-template-columns: repeat(65, 1fr);
}

.line-height-65 {
  line-height: 65px;
}

.gap-65 {
  gap: 65px;
}

.gap-x-65 {
  -moz-column-gap: 65px;
       column-gap: 65px;
}

.gap-y-65 {
  row-gap: 65px;
}

.rounded-65 {
  border-radius: 65px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mt-65 {
  margin-top: 65px;
}

.mr-65 {
  margin-right: 65px;
}

.ml-65 {
  margin-left: 65px;
}

.mx-65 {
  margin-right: 65px;
  margin-left: 65px;
}

.my-65 {
  margin-top: 65px;
  margin-bottom: 65px;
}

.p-65 {
  padding: 65px;
}

.px-65 {
  padding-right: 65px;
  padding-left: 65px;
}

.py-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.pr-65 {
  padding-right: 65px;
}

.pl-65 {
  padding-left: 65px;
}

.pt-65 {
  padding-top: 65px;
}

.pb-65 {
  padding-bottom: 65px;
}

.fs-65 {
  font-size: 65px;
}

.w-65 {
  width: 65px;
}

.h-65 {
  height: 65px;
}

@media (min-width: 576px) {
  .lh-sm-65 {
    line-height: 65px;
  }
  .line-height-sm-65 {
    line-height: 65px;
  }
  .grid-cols-sm-65 {
    grid-template-columns: repeat(65, 1fr);
  }
  .gap-sm-65 {
    gap: 65px;
  }
  .gap-x-sm-65 {
    -moz-column-gap: 65px;
         column-gap: 65px;
  }
  .gap-y-sm-65 {
    row-gap: 65px;
  }
  .rounded-sm-65 {
    border-radius: 65px;
  }
  .mb-sm-65 {
    margin-bottom: 65px;
  }
  .mt-sm-65 {
    margin-top: 65px;
  }
  .mr-sm-65 {
    margin-right: 65px;
  }
  .ml-sm-65 {
    margin-left: 65px;
  }
  .mx-sm-65 {
    margin-right: 65px;
    margin-left: 65px;
  }
  .my-sm-65 {
    margin-top: 65px;
    margin-bottom: 65px;
  }
  .p-sm-65 {
    padding: 65px;
  }
  .px-sm-65 {
    padding-right: 65px;
    padding-left: 65px;
  }
  .py-sm-65 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .pr-sm-65 {
    padding-right: 65px;
  }
  .pl-sm-65 {
    padding-left: 65px;
  }
  .pt-sm-65 {
    padding-top: 65px;
  }
  .pb-sm-65 {
    padding-bottom: 65px;
  }
  .fs-sm-65 {
    font-size: 65px;
  }
  .w-sm-65 {
    width: 65px;
  }
  .h-sm-65 {
    height: 65px;
  }
}
@media (min-width: 768px) {
  .lh-md-65 {
    line-height: 65px;
  }
  .line-height-md-65 {
    line-height: 65px;
  }
  .grid-cols-md-65 {
    grid-template-columns: repeat(65, 1fr);
  }
  .gap-md-65 {
    gap: 65px;
  }
  .gap-x-md-65 {
    -moz-column-gap: 65px;
         column-gap: 65px;
  }
  .gap-y-md-65 {
    row-gap: 65px;
  }
  .rounded-md-65 {
    border-radius: 65px;
  }
  .mb-md-65 {
    margin-bottom: 65px;
  }
  .mt-md-65 {
    margin-top: 65px;
  }
  .mr-md-65 {
    margin-right: 65px;
  }
  .ml-md-65 {
    margin-left: 65px;
  }
  .mx-md-65 {
    margin-right: 65px;
    margin-left: 65px;
  }
  .my-md-65 {
    margin-top: 65px;
    margin-bottom: 65px;
  }
  .p-md-65 {
    padding: 65px;
  }
  .px-md-65 {
    padding-right: 65px;
    padding-left: 65px;
  }
  .py-md-65 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .pr-md-65 {
    padding-right: 65px;
  }
  .pl-md-65 {
    padding-left: 65px;
  }
  .pt-md-65 {
    padding-top: 65px;
  }
  .pb-md-65 {
    padding-bottom: 65px;
  }
  .fs-md-65 {
    font-size: 65px;
  }
  .w-md-65 {
    width: 65px;
  }
  .h-md-65 {
    height: 65px;
  }
}
@media (min-width: 992px) {
  .lh-lg-65 {
    line-height: 65px;
  }
  .line-height-lg-65 {
    line-height: 65px;
  }
  .grid-cols-lg-65 {
    grid-template-columns: repeat(65, 1fr);
  }
  .gap-lg-65 {
    gap: 65px;
  }
  .gap-x-lg-65 {
    -moz-column-gap: 65px;
         column-gap: 65px;
  }
  .gap-y-lg-65 {
    row-gap: 65px;
  }
  .rounded-lg-65 {
    border-radius: 65px;
  }
  .mb-lg-65 {
    margin-bottom: 65px;
  }
  .mt-lg-65 {
    margin-top: 65px;
  }
  .mr-lg-65 {
    margin-right: 65px;
  }
  .ml-lg-65 {
    margin-left: 65px;
  }
  .mx-lg-65 {
    margin-right: 65px;
    margin-left: 65px;
  }
  .my-lg-65 {
    margin-top: 65px;
    margin-bottom: 65px;
  }
  .p-lg-65 {
    padding: 65px;
  }
  .px-lg-65 {
    padding-right: 65px;
    padding-left: 65px;
  }
  .py-lg-65 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .pr-lg-65 {
    padding-right: 65px;
  }
  .pl-lg-65 {
    padding-left: 65px;
  }
  .pt-lg-65 {
    padding-top: 65px;
  }
  .pb-lg-65 {
    padding-bottom: 65px;
  }
  .fs-lg-65 {
    font-size: 65px;
  }
  .w-lg-65 {
    width: 65px;
  }
  .h-lg-65 {
    height: 65px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-65 {
    line-height: 65px;
  }
  .line-height-xl-65 {
    line-height: 65px;
  }
  .grid-cols-xl-65 {
    grid-template-columns: repeat(65, 1fr);
  }
  .gap-xl-65 {
    gap: 65px;
  }
  .gap-x-xl-65 {
    -moz-column-gap: 65px;
         column-gap: 65px;
  }
  .gap-y-xl-65 {
    row-gap: 65px;
  }
  .rounded-xl-65 {
    border-radius: 65px;
  }
  .mb-xl-65 {
    margin-bottom: 65px;
  }
  .mt-xl-65 {
    margin-top: 65px;
  }
  .mr-xl-65 {
    margin-right: 65px;
  }
  .ml-xl-65 {
    margin-left: 65px;
  }
  .mx-xl-65 {
    margin-right: 65px;
    margin-left: 65px;
  }
  .my-xl-65 {
    margin-top: 65px;
    margin-bottom: 65px;
  }
  .p-xl-65 {
    padding: 65px;
  }
  .px-xl-65 {
    padding-right: 65px;
    padding-left: 65px;
  }
  .py-xl-65 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .pr-xl-65 {
    padding-right: 65px;
  }
  .pl-xl-65 {
    padding-left: 65px;
  }
  .pt-xl-65 {
    padding-top: 65px;
  }
  .pb-xl-65 {
    padding-bottom: 65px;
  }
  .fs-xl-65 {
    font-size: 65px;
  }
  .w-xl-65 {
    width: 65px;
  }
  .h-xl-65 {
    height: 65px;
  }
}
.lh-66 {
  line-height: 66px;
}

.grid-cols-66 {
  grid-template-columns: repeat(66, 1fr);
}

.line-height-66 {
  line-height: 66px;
}

.gap-66 {
  gap: 66px;
}

.gap-x-66 {
  -moz-column-gap: 66px;
       column-gap: 66px;
}

.gap-y-66 {
  row-gap: 66px;
}

.rounded-66 {
  border-radius: 66px;
}

.mb-66 {
  margin-bottom: 66px;
}

.mt-66 {
  margin-top: 66px;
}

.mr-66 {
  margin-right: 66px;
}

.ml-66 {
  margin-left: 66px;
}

.mx-66 {
  margin-right: 66px;
  margin-left: 66px;
}

.my-66 {
  margin-top: 66px;
  margin-bottom: 66px;
}

.p-66 {
  padding: 66px;
}

.px-66 {
  padding-right: 66px;
  padding-left: 66px;
}

.py-66 {
  padding-top: 66px;
  padding-bottom: 66px;
}

.pr-66 {
  padding-right: 66px;
}

.pl-66 {
  padding-left: 66px;
}

.pt-66 {
  padding-top: 66px;
}

.pb-66 {
  padding-bottom: 66px;
}

.fs-66 {
  font-size: 66px;
}

.w-66 {
  width: 66px;
}

.h-66 {
  height: 66px;
}

@media (min-width: 576px) {
  .lh-sm-66 {
    line-height: 66px;
  }
  .line-height-sm-66 {
    line-height: 66px;
  }
  .grid-cols-sm-66 {
    grid-template-columns: repeat(66, 1fr);
  }
  .gap-sm-66 {
    gap: 66px;
  }
  .gap-x-sm-66 {
    -moz-column-gap: 66px;
         column-gap: 66px;
  }
  .gap-y-sm-66 {
    row-gap: 66px;
  }
  .rounded-sm-66 {
    border-radius: 66px;
  }
  .mb-sm-66 {
    margin-bottom: 66px;
  }
  .mt-sm-66 {
    margin-top: 66px;
  }
  .mr-sm-66 {
    margin-right: 66px;
  }
  .ml-sm-66 {
    margin-left: 66px;
  }
  .mx-sm-66 {
    margin-right: 66px;
    margin-left: 66px;
  }
  .my-sm-66 {
    margin-top: 66px;
    margin-bottom: 66px;
  }
  .p-sm-66 {
    padding: 66px;
  }
  .px-sm-66 {
    padding-right: 66px;
    padding-left: 66px;
  }
  .py-sm-66 {
    padding-top: 66px;
    padding-bottom: 66px;
  }
  .pr-sm-66 {
    padding-right: 66px;
  }
  .pl-sm-66 {
    padding-left: 66px;
  }
  .pt-sm-66 {
    padding-top: 66px;
  }
  .pb-sm-66 {
    padding-bottom: 66px;
  }
  .fs-sm-66 {
    font-size: 66px;
  }
  .w-sm-66 {
    width: 66px;
  }
  .h-sm-66 {
    height: 66px;
  }
}
@media (min-width: 768px) {
  .lh-md-66 {
    line-height: 66px;
  }
  .line-height-md-66 {
    line-height: 66px;
  }
  .grid-cols-md-66 {
    grid-template-columns: repeat(66, 1fr);
  }
  .gap-md-66 {
    gap: 66px;
  }
  .gap-x-md-66 {
    -moz-column-gap: 66px;
         column-gap: 66px;
  }
  .gap-y-md-66 {
    row-gap: 66px;
  }
  .rounded-md-66 {
    border-radius: 66px;
  }
  .mb-md-66 {
    margin-bottom: 66px;
  }
  .mt-md-66 {
    margin-top: 66px;
  }
  .mr-md-66 {
    margin-right: 66px;
  }
  .ml-md-66 {
    margin-left: 66px;
  }
  .mx-md-66 {
    margin-right: 66px;
    margin-left: 66px;
  }
  .my-md-66 {
    margin-top: 66px;
    margin-bottom: 66px;
  }
  .p-md-66 {
    padding: 66px;
  }
  .px-md-66 {
    padding-right: 66px;
    padding-left: 66px;
  }
  .py-md-66 {
    padding-top: 66px;
    padding-bottom: 66px;
  }
  .pr-md-66 {
    padding-right: 66px;
  }
  .pl-md-66 {
    padding-left: 66px;
  }
  .pt-md-66 {
    padding-top: 66px;
  }
  .pb-md-66 {
    padding-bottom: 66px;
  }
  .fs-md-66 {
    font-size: 66px;
  }
  .w-md-66 {
    width: 66px;
  }
  .h-md-66 {
    height: 66px;
  }
}
@media (min-width: 992px) {
  .lh-lg-66 {
    line-height: 66px;
  }
  .line-height-lg-66 {
    line-height: 66px;
  }
  .grid-cols-lg-66 {
    grid-template-columns: repeat(66, 1fr);
  }
  .gap-lg-66 {
    gap: 66px;
  }
  .gap-x-lg-66 {
    -moz-column-gap: 66px;
         column-gap: 66px;
  }
  .gap-y-lg-66 {
    row-gap: 66px;
  }
  .rounded-lg-66 {
    border-radius: 66px;
  }
  .mb-lg-66 {
    margin-bottom: 66px;
  }
  .mt-lg-66 {
    margin-top: 66px;
  }
  .mr-lg-66 {
    margin-right: 66px;
  }
  .ml-lg-66 {
    margin-left: 66px;
  }
  .mx-lg-66 {
    margin-right: 66px;
    margin-left: 66px;
  }
  .my-lg-66 {
    margin-top: 66px;
    margin-bottom: 66px;
  }
  .p-lg-66 {
    padding: 66px;
  }
  .px-lg-66 {
    padding-right: 66px;
    padding-left: 66px;
  }
  .py-lg-66 {
    padding-top: 66px;
    padding-bottom: 66px;
  }
  .pr-lg-66 {
    padding-right: 66px;
  }
  .pl-lg-66 {
    padding-left: 66px;
  }
  .pt-lg-66 {
    padding-top: 66px;
  }
  .pb-lg-66 {
    padding-bottom: 66px;
  }
  .fs-lg-66 {
    font-size: 66px;
  }
  .w-lg-66 {
    width: 66px;
  }
  .h-lg-66 {
    height: 66px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-66 {
    line-height: 66px;
  }
  .line-height-xl-66 {
    line-height: 66px;
  }
  .grid-cols-xl-66 {
    grid-template-columns: repeat(66, 1fr);
  }
  .gap-xl-66 {
    gap: 66px;
  }
  .gap-x-xl-66 {
    -moz-column-gap: 66px;
         column-gap: 66px;
  }
  .gap-y-xl-66 {
    row-gap: 66px;
  }
  .rounded-xl-66 {
    border-radius: 66px;
  }
  .mb-xl-66 {
    margin-bottom: 66px;
  }
  .mt-xl-66 {
    margin-top: 66px;
  }
  .mr-xl-66 {
    margin-right: 66px;
  }
  .ml-xl-66 {
    margin-left: 66px;
  }
  .mx-xl-66 {
    margin-right: 66px;
    margin-left: 66px;
  }
  .my-xl-66 {
    margin-top: 66px;
    margin-bottom: 66px;
  }
  .p-xl-66 {
    padding: 66px;
  }
  .px-xl-66 {
    padding-right: 66px;
    padding-left: 66px;
  }
  .py-xl-66 {
    padding-top: 66px;
    padding-bottom: 66px;
  }
  .pr-xl-66 {
    padding-right: 66px;
  }
  .pl-xl-66 {
    padding-left: 66px;
  }
  .pt-xl-66 {
    padding-top: 66px;
  }
  .pb-xl-66 {
    padding-bottom: 66px;
  }
  .fs-xl-66 {
    font-size: 66px;
  }
  .w-xl-66 {
    width: 66px;
  }
  .h-xl-66 {
    height: 66px;
  }
}
.lh-67 {
  line-height: 67px;
}

.grid-cols-67 {
  grid-template-columns: repeat(67, 1fr);
}

.line-height-67 {
  line-height: 67px;
}

.gap-67 {
  gap: 67px;
}

.gap-x-67 {
  -moz-column-gap: 67px;
       column-gap: 67px;
}

.gap-y-67 {
  row-gap: 67px;
}

.rounded-67 {
  border-radius: 67px;
}

.mb-67 {
  margin-bottom: 67px;
}

.mt-67 {
  margin-top: 67px;
}

.mr-67 {
  margin-right: 67px;
}

.ml-67 {
  margin-left: 67px;
}

.mx-67 {
  margin-right: 67px;
  margin-left: 67px;
}

.my-67 {
  margin-top: 67px;
  margin-bottom: 67px;
}

.p-67 {
  padding: 67px;
}

.px-67 {
  padding-right: 67px;
  padding-left: 67px;
}

.py-67 {
  padding-top: 67px;
  padding-bottom: 67px;
}

.pr-67 {
  padding-right: 67px;
}

.pl-67 {
  padding-left: 67px;
}

.pt-67 {
  padding-top: 67px;
}

.pb-67 {
  padding-bottom: 67px;
}

.fs-67 {
  font-size: 67px;
}

.w-67 {
  width: 67px;
}

.h-67 {
  height: 67px;
}

@media (min-width: 576px) {
  .lh-sm-67 {
    line-height: 67px;
  }
  .line-height-sm-67 {
    line-height: 67px;
  }
  .grid-cols-sm-67 {
    grid-template-columns: repeat(67, 1fr);
  }
  .gap-sm-67 {
    gap: 67px;
  }
  .gap-x-sm-67 {
    -moz-column-gap: 67px;
         column-gap: 67px;
  }
  .gap-y-sm-67 {
    row-gap: 67px;
  }
  .rounded-sm-67 {
    border-radius: 67px;
  }
  .mb-sm-67 {
    margin-bottom: 67px;
  }
  .mt-sm-67 {
    margin-top: 67px;
  }
  .mr-sm-67 {
    margin-right: 67px;
  }
  .ml-sm-67 {
    margin-left: 67px;
  }
  .mx-sm-67 {
    margin-right: 67px;
    margin-left: 67px;
  }
  .my-sm-67 {
    margin-top: 67px;
    margin-bottom: 67px;
  }
  .p-sm-67 {
    padding: 67px;
  }
  .px-sm-67 {
    padding-right: 67px;
    padding-left: 67px;
  }
  .py-sm-67 {
    padding-top: 67px;
    padding-bottom: 67px;
  }
  .pr-sm-67 {
    padding-right: 67px;
  }
  .pl-sm-67 {
    padding-left: 67px;
  }
  .pt-sm-67 {
    padding-top: 67px;
  }
  .pb-sm-67 {
    padding-bottom: 67px;
  }
  .fs-sm-67 {
    font-size: 67px;
  }
  .w-sm-67 {
    width: 67px;
  }
  .h-sm-67 {
    height: 67px;
  }
}
@media (min-width: 768px) {
  .lh-md-67 {
    line-height: 67px;
  }
  .line-height-md-67 {
    line-height: 67px;
  }
  .grid-cols-md-67 {
    grid-template-columns: repeat(67, 1fr);
  }
  .gap-md-67 {
    gap: 67px;
  }
  .gap-x-md-67 {
    -moz-column-gap: 67px;
         column-gap: 67px;
  }
  .gap-y-md-67 {
    row-gap: 67px;
  }
  .rounded-md-67 {
    border-radius: 67px;
  }
  .mb-md-67 {
    margin-bottom: 67px;
  }
  .mt-md-67 {
    margin-top: 67px;
  }
  .mr-md-67 {
    margin-right: 67px;
  }
  .ml-md-67 {
    margin-left: 67px;
  }
  .mx-md-67 {
    margin-right: 67px;
    margin-left: 67px;
  }
  .my-md-67 {
    margin-top: 67px;
    margin-bottom: 67px;
  }
  .p-md-67 {
    padding: 67px;
  }
  .px-md-67 {
    padding-right: 67px;
    padding-left: 67px;
  }
  .py-md-67 {
    padding-top: 67px;
    padding-bottom: 67px;
  }
  .pr-md-67 {
    padding-right: 67px;
  }
  .pl-md-67 {
    padding-left: 67px;
  }
  .pt-md-67 {
    padding-top: 67px;
  }
  .pb-md-67 {
    padding-bottom: 67px;
  }
  .fs-md-67 {
    font-size: 67px;
  }
  .w-md-67 {
    width: 67px;
  }
  .h-md-67 {
    height: 67px;
  }
}
@media (min-width: 992px) {
  .lh-lg-67 {
    line-height: 67px;
  }
  .line-height-lg-67 {
    line-height: 67px;
  }
  .grid-cols-lg-67 {
    grid-template-columns: repeat(67, 1fr);
  }
  .gap-lg-67 {
    gap: 67px;
  }
  .gap-x-lg-67 {
    -moz-column-gap: 67px;
         column-gap: 67px;
  }
  .gap-y-lg-67 {
    row-gap: 67px;
  }
  .rounded-lg-67 {
    border-radius: 67px;
  }
  .mb-lg-67 {
    margin-bottom: 67px;
  }
  .mt-lg-67 {
    margin-top: 67px;
  }
  .mr-lg-67 {
    margin-right: 67px;
  }
  .ml-lg-67 {
    margin-left: 67px;
  }
  .mx-lg-67 {
    margin-right: 67px;
    margin-left: 67px;
  }
  .my-lg-67 {
    margin-top: 67px;
    margin-bottom: 67px;
  }
  .p-lg-67 {
    padding: 67px;
  }
  .px-lg-67 {
    padding-right: 67px;
    padding-left: 67px;
  }
  .py-lg-67 {
    padding-top: 67px;
    padding-bottom: 67px;
  }
  .pr-lg-67 {
    padding-right: 67px;
  }
  .pl-lg-67 {
    padding-left: 67px;
  }
  .pt-lg-67 {
    padding-top: 67px;
  }
  .pb-lg-67 {
    padding-bottom: 67px;
  }
  .fs-lg-67 {
    font-size: 67px;
  }
  .w-lg-67 {
    width: 67px;
  }
  .h-lg-67 {
    height: 67px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-67 {
    line-height: 67px;
  }
  .line-height-xl-67 {
    line-height: 67px;
  }
  .grid-cols-xl-67 {
    grid-template-columns: repeat(67, 1fr);
  }
  .gap-xl-67 {
    gap: 67px;
  }
  .gap-x-xl-67 {
    -moz-column-gap: 67px;
         column-gap: 67px;
  }
  .gap-y-xl-67 {
    row-gap: 67px;
  }
  .rounded-xl-67 {
    border-radius: 67px;
  }
  .mb-xl-67 {
    margin-bottom: 67px;
  }
  .mt-xl-67 {
    margin-top: 67px;
  }
  .mr-xl-67 {
    margin-right: 67px;
  }
  .ml-xl-67 {
    margin-left: 67px;
  }
  .mx-xl-67 {
    margin-right: 67px;
    margin-left: 67px;
  }
  .my-xl-67 {
    margin-top: 67px;
    margin-bottom: 67px;
  }
  .p-xl-67 {
    padding: 67px;
  }
  .px-xl-67 {
    padding-right: 67px;
    padding-left: 67px;
  }
  .py-xl-67 {
    padding-top: 67px;
    padding-bottom: 67px;
  }
  .pr-xl-67 {
    padding-right: 67px;
  }
  .pl-xl-67 {
    padding-left: 67px;
  }
  .pt-xl-67 {
    padding-top: 67px;
  }
  .pb-xl-67 {
    padding-bottom: 67px;
  }
  .fs-xl-67 {
    font-size: 67px;
  }
  .w-xl-67 {
    width: 67px;
  }
  .h-xl-67 {
    height: 67px;
  }
}
.lh-68 {
  line-height: 68px;
}

.grid-cols-68 {
  grid-template-columns: repeat(68, 1fr);
}

.line-height-68 {
  line-height: 68px;
}

.gap-68 {
  gap: 68px;
}

.gap-x-68 {
  -moz-column-gap: 68px;
       column-gap: 68px;
}

.gap-y-68 {
  row-gap: 68px;
}

.rounded-68 {
  border-radius: 68px;
}

.mb-68 {
  margin-bottom: 68px;
}

.mt-68 {
  margin-top: 68px;
}

.mr-68 {
  margin-right: 68px;
}

.ml-68 {
  margin-left: 68px;
}

.mx-68 {
  margin-right: 68px;
  margin-left: 68px;
}

.my-68 {
  margin-top: 68px;
  margin-bottom: 68px;
}

.p-68 {
  padding: 68px;
}

.px-68 {
  padding-right: 68px;
  padding-left: 68px;
}

.py-68 {
  padding-top: 68px;
  padding-bottom: 68px;
}

.pr-68 {
  padding-right: 68px;
}

.pl-68 {
  padding-left: 68px;
}

.pt-68 {
  padding-top: 68px;
}

.pb-68 {
  padding-bottom: 68px;
}

.fs-68 {
  font-size: 68px;
}

.w-68 {
  width: 68px;
}

.h-68 {
  height: 68px;
}

@media (min-width: 576px) {
  .lh-sm-68 {
    line-height: 68px;
  }
  .line-height-sm-68 {
    line-height: 68px;
  }
  .grid-cols-sm-68 {
    grid-template-columns: repeat(68, 1fr);
  }
  .gap-sm-68 {
    gap: 68px;
  }
  .gap-x-sm-68 {
    -moz-column-gap: 68px;
         column-gap: 68px;
  }
  .gap-y-sm-68 {
    row-gap: 68px;
  }
  .rounded-sm-68 {
    border-radius: 68px;
  }
  .mb-sm-68 {
    margin-bottom: 68px;
  }
  .mt-sm-68 {
    margin-top: 68px;
  }
  .mr-sm-68 {
    margin-right: 68px;
  }
  .ml-sm-68 {
    margin-left: 68px;
  }
  .mx-sm-68 {
    margin-right: 68px;
    margin-left: 68px;
  }
  .my-sm-68 {
    margin-top: 68px;
    margin-bottom: 68px;
  }
  .p-sm-68 {
    padding: 68px;
  }
  .px-sm-68 {
    padding-right: 68px;
    padding-left: 68px;
  }
  .py-sm-68 {
    padding-top: 68px;
    padding-bottom: 68px;
  }
  .pr-sm-68 {
    padding-right: 68px;
  }
  .pl-sm-68 {
    padding-left: 68px;
  }
  .pt-sm-68 {
    padding-top: 68px;
  }
  .pb-sm-68 {
    padding-bottom: 68px;
  }
  .fs-sm-68 {
    font-size: 68px;
  }
  .w-sm-68 {
    width: 68px;
  }
  .h-sm-68 {
    height: 68px;
  }
}
@media (min-width: 768px) {
  .lh-md-68 {
    line-height: 68px;
  }
  .line-height-md-68 {
    line-height: 68px;
  }
  .grid-cols-md-68 {
    grid-template-columns: repeat(68, 1fr);
  }
  .gap-md-68 {
    gap: 68px;
  }
  .gap-x-md-68 {
    -moz-column-gap: 68px;
         column-gap: 68px;
  }
  .gap-y-md-68 {
    row-gap: 68px;
  }
  .rounded-md-68 {
    border-radius: 68px;
  }
  .mb-md-68 {
    margin-bottom: 68px;
  }
  .mt-md-68 {
    margin-top: 68px;
  }
  .mr-md-68 {
    margin-right: 68px;
  }
  .ml-md-68 {
    margin-left: 68px;
  }
  .mx-md-68 {
    margin-right: 68px;
    margin-left: 68px;
  }
  .my-md-68 {
    margin-top: 68px;
    margin-bottom: 68px;
  }
  .p-md-68 {
    padding: 68px;
  }
  .px-md-68 {
    padding-right: 68px;
    padding-left: 68px;
  }
  .py-md-68 {
    padding-top: 68px;
    padding-bottom: 68px;
  }
  .pr-md-68 {
    padding-right: 68px;
  }
  .pl-md-68 {
    padding-left: 68px;
  }
  .pt-md-68 {
    padding-top: 68px;
  }
  .pb-md-68 {
    padding-bottom: 68px;
  }
  .fs-md-68 {
    font-size: 68px;
  }
  .w-md-68 {
    width: 68px;
  }
  .h-md-68 {
    height: 68px;
  }
}
@media (min-width: 992px) {
  .lh-lg-68 {
    line-height: 68px;
  }
  .line-height-lg-68 {
    line-height: 68px;
  }
  .grid-cols-lg-68 {
    grid-template-columns: repeat(68, 1fr);
  }
  .gap-lg-68 {
    gap: 68px;
  }
  .gap-x-lg-68 {
    -moz-column-gap: 68px;
         column-gap: 68px;
  }
  .gap-y-lg-68 {
    row-gap: 68px;
  }
  .rounded-lg-68 {
    border-radius: 68px;
  }
  .mb-lg-68 {
    margin-bottom: 68px;
  }
  .mt-lg-68 {
    margin-top: 68px;
  }
  .mr-lg-68 {
    margin-right: 68px;
  }
  .ml-lg-68 {
    margin-left: 68px;
  }
  .mx-lg-68 {
    margin-right: 68px;
    margin-left: 68px;
  }
  .my-lg-68 {
    margin-top: 68px;
    margin-bottom: 68px;
  }
  .p-lg-68 {
    padding: 68px;
  }
  .px-lg-68 {
    padding-right: 68px;
    padding-left: 68px;
  }
  .py-lg-68 {
    padding-top: 68px;
    padding-bottom: 68px;
  }
  .pr-lg-68 {
    padding-right: 68px;
  }
  .pl-lg-68 {
    padding-left: 68px;
  }
  .pt-lg-68 {
    padding-top: 68px;
  }
  .pb-lg-68 {
    padding-bottom: 68px;
  }
  .fs-lg-68 {
    font-size: 68px;
  }
  .w-lg-68 {
    width: 68px;
  }
  .h-lg-68 {
    height: 68px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-68 {
    line-height: 68px;
  }
  .line-height-xl-68 {
    line-height: 68px;
  }
  .grid-cols-xl-68 {
    grid-template-columns: repeat(68, 1fr);
  }
  .gap-xl-68 {
    gap: 68px;
  }
  .gap-x-xl-68 {
    -moz-column-gap: 68px;
         column-gap: 68px;
  }
  .gap-y-xl-68 {
    row-gap: 68px;
  }
  .rounded-xl-68 {
    border-radius: 68px;
  }
  .mb-xl-68 {
    margin-bottom: 68px;
  }
  .mt-xl-68 {
    margin-top: 68px;
  }
  .mr-xl-68 {
    margin-right: 68px;
  }
  .ml-xl-68 {
    margin-left: 68px;
  }
  .mx-xl-68 {
    margin-right: 68px;
    margin-left: 68px;
  }
  .my-xl-68 {
    margin-top: 68px;
    margin-bottom: 68px;
  }
  .p-xl-68 {
    padding: 68px;
  }
  .px-xl-68 {
    padding-right: 68px;
    padding-left: 68px;
  }
  .py-xl-68 {
    padding-top: 68px;
    padding-bottom: 68px;
  }
  .pr-xl-68 {
    padding-right: 68px;
  }
  .pl-xl-68 {
    padding-left: 68px;
  }
  .pt-xl-68 {
    padding-top: 68px;
  }
  .pb-xl-68 {
    padding-bottom: 68px;
  }
  .fs-xl-68 {
    font-size: 68px;
  }
  .w-xl-68 {
    width: 68px;
  }
  .h-xl-68 {
    height: 68px;
  }
}
.lh-69 {
  line-height: 69px;
}

.grid-cols-69 {
  grid-template-columns: repeat(69, 1fr);
}

.line-height-69 {
  line-height: 69px;
}

.gap-69 {
  gap: 69px;
}

.gap-x-69 {
  -moz-column-gap: 69px;
       column-gap: 69px;
}

.gap-y-69 {
  row-gap: 69px;
}

.rounded-69 {
  border-radius: 69px;
}

.mb-69 {
  margin-bottom: 69px;
}

.mt-69 {
  margin-top: 69px;
}

.mr-69 {
  margin-right: 69px;
}

.ml-69 {
  margin-left: 69px;
}

.mx-69 {
  margin-right: 69px;
  margin-left: 69px;
}

.my-69 {
  margin-top: 69px;
  margin-bottom: 69px;
}

.p-69 {
  padding: 69px;
}

.px-69 {
  padding-right: 69px;
  padding-left: 69px;
}

.py-69 {
  padding-top: 69px;
  padding-bottom: 69px;
}

.pr-69 {
  padding-right: 69px;
}

.pl-69 {
  padding-left: 69px;
}

.pt-69 {
  padding-top: 69px;
}

.pb-69 {
  padding-bottom: 69px;
}

.fs-69 {
  font-size: 69px;
}

.w-69 {
  width: 69px;
}

.h-69 {
  height: 69px;
}

@media (min-width: 576px) {
  .lh-sm-69 {
    line-height: 69px;
  }
  .line-height-sm-69 {
    line-height: 69px;
  }
  .grid-cols-sm-69 {
    grid-template-columns: repeat(69, 1fr);
  }
  .gap-sm-69 {
    gap: 69px;
  }
  .gap-x-sm-69 {
    -moz-column-gap: 69px;
         column-gap: 69px;
  }
  .gap-y-sm-69 {
    row-gap: 69px;
  }
  .rounded-sm-69 {
    border-radius: 69px;
  }
  .mb-sm-69 {
    margin-bottom: 69px;
  }
  .mt-sm-69 {
    margin-top: 69px;
  }
  .mr-sm-69 {
    margin-right: 69px;
  }
  .ml-sm-69 {
    margin-left: 69px;
  }
  .mx-sm-69 {
    margin-right: 69px;
    margin-left: 69px;
  }
  .my-sm-69 {
    margin-top: 69px;
    margin-bottom: 69px;
  }
  .p-sm-69 {
    padding: 69px;
  }
  .px-sm-69 {
    padding-right: 69px;
    padding-left: 69px;
  }
  .py-sm-69 {
    padding-top: 69px;
    padding-bottom: 69px;
  }
  .pr-sm-69 {
    padding-right: 69px;
  }
  .pl-sm-69 {
    padding-left: 69px;
  }
  .pt-sm-69 {
    padding-top: 69px;
  }
  .pb-sm-69 {
    padding-bottom: 69px;
  }
  .fs-sm-69 {
    font-size: 69px;
  }
  .w-sm-69 {
    width: 69px;
  }
  .h-sm-69 {
    height: 69px;
  }
}
@media (min-width: 768px) {
  .lh-md-69 {
    line-height: 69px;
  }
  .line-height-md-69 {
    line-height: 69px;
  }
  .grid-cols-md-69 {
    grid-template-columns: repeat(69, 1fr);
  }
  .gap-md-69 {
    gap: 69px;
  }
  .gap-x-md-69 {
    -moz-column-gap: 69px;
         column-gap: 69px;
  }
  .gap-y-md-69 {
    row-gap: 69px;
  }
  .rounded-md-69 {
    border-radius: 69px;
  }
  .mb-md-69 {
    margin-bottom: 69px;
  }
  .mt-md-69 {
    margin-top: 69px;
  }
  .mr-md-69 {
    margin-right: 69px;
  }
  .ml-md-69 {
    margin-left: 69px;
  }
  .mx-md-69 {
    margin-right: 69px;
    margin-left: 69px;
  }
  .my-md-69 {
    margin-top: 69px;
    margin-bottom: 69px;
  }
  .p-md-69 {
    padding: 69px;
  }
  .px-md-69 {
    padding-right: 69px;
    padding-left: 69px;
  }
  .py-md-69 {
    padding-top: 69px;
    padding-bottom: 69px;
  }
  .pr-md-69 {
    padding-right: 69px;
  }
  .pl-md-69 {
    padding-left: 69px;
  }
  .pt-md-69 {
    padding-top: 69px;
  }
  .pb-md-69 {
    padding-bottom: 69px;
  }
  .fs-md-69 {
    font-size: 69px;
  }
  .w-md-69 {
    width: 69px;
  }
  .h-md-69 {
    height: 69px;
  }
}
@media (min-width: 992px) {
  .lh-lg-69 {
    line-height: 69px;
  }
  .line-height-lg-69 {
    line-height: 69px;
  }
  .grid-cols-lg-69 {
    grid-template-columns: repeat(69, 1fr);
  }
  .gap-lg-69 {
    gap: 69px;
  }
  .gap-x-lg-69 {
    -moz-column-gap: 69px;
         column-gap: 69px;
  }
  .gap-y-lg-69 {
    row-gap: 69px;
  }
  .rounded-lg-69 {
    border-radius: 69px;
  }
  .mb-lg-69 {
    margin-bottom: 69px;
  }
  .mt-lg-69 {
    margin-top: 69px;
  }
  .mr-lg-69 {
    margin-right: 69px;
  }
  .ml-lg-69 {
    margin-left: 69px;
  }
  .mx-lg-69 {
    margin-right: 69px;
    margin-left: 69px;
  }
  .my-lg-69 {
    margin-top: 69px;
    margin-bottom: 69px;
  }
  .p-lg-69 {
    padding: 69px;
  }
  .px-lg-69 {
    padding-right: 69px;
    padding-left: 69px;
  }
  .py-lg-69 {
    padding-top: 69px;
    padding-bottom: 69px;
  }
  .pr-lg-69 {
    padding-right: 69px;
  }
  .pl-lg-69 {
    padding-left: 69px;
  }
  .pt-lg-69 {
    padding-top: 69px;
  }
  .pb-lg-69 {
    padding-bottom: 69px;
  }
  .fs-lg-69 {
    font-size: 69px;
  }
  .w-lg-69 {
    width: 69px;
  }
  .h-lg-69 {
    height: 69px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-69 {
    line-height: 69px;
  }
  .line-height-xl-69 {
    line-height: 69px;
  }
  .grid-cols-xl-69 {
    grid-template-columns: repeat(69, 1fr);
  }
  .gap-xl-69 {
    gap: 69px;
  }
  .gap-x-xl-69 {
    -moz-column-gap: 69px;
         column-gap: 69px;
  }
  .gap-y-xl-69 {
    row-gap: 69px;
  }
  .rounded-xl-69 {
    border-radius: 69px;
  }
  .mb-xl-69 {
    margin-bottom: 69px;
  }
  .mt-xl-69 {
    margin-top: 69px;
  }
  .mr-xl-69 {
    margin-right: 69px;
  }
  .ml-xl-69 {
    margin-left: 69px;
  }
  .mx-xl-69 {
    margin-right: 69px;
    margin-left: 69px;
  }
  .my-xl-69 {
    margin-top: 69px;
    margin-bottom: 69px;
  }
  .p-xl-69 {
    padding: 69px;
  }
  .px-xl-69 {
    padding-right: 69px;
    padding-left: 69px;
  }
  .py-xl-69 {
    padding-top: 69px;
    padding-bottom: 69px;
  }
  .pr-xl-69 {
    padding-right: 69px;
  }
  .pl-xl-69 {
    padding-left: 69px;
  }
  .pt-xl-69 {
    padding-top: 69px;
  }
  .pb-xl-69 {
    padding-bottom: 69px;
  }
  .fs-xl-69 {
    font-size: 69px;
  }
  .w-xl-69 {
    width: 69px;
  }
  .h-xl-69 {
    height: 69px;
  }
}
.lh-70 {
  line-height: 70px;
}

.grid-cols-70 {
  grid-template-columns: repeat(70, 1fr);
}

.line-height-70 {
  line-height: 70px;
}

.gap-70 {
  gap: 70px;
}

.gap-x-70 {
  -moz-column-gap: 70px;
       column-gap: 70px;
}

.gap-y-70 {
  row-gap: 70px;
}

.rounded-70 {
  border-radius: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mt-70 {
  margin-top: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.ml-70 {
  margin-left: 70px;
}

.mx-70 {
  margin-right: 70px;
  margin-left: 70px;
}

.my-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.p-70 {
  padding: 70px;
}

.px-70 {
  padding-right: 70px;
  padding-left: 70px;
}

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pr-70 {
  padding-right: 70px;
}

.pl-70 {
  padding-left: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.fs-70 {
  font-size: 70px;
}

.w-70 {
  width: 70px;
}

.h-70 {
  height: 70px;
}

@media (min-width: 576px) {
  .lh-sm-70 {
    line-height: 70px;
  }
  .line-height-sm-70 {
    line-height: 70px;
  }
  .grid-cols-sm-70 {
    grid-template-columns: repeat(70, 1fr);
  }
  .gap-sm-70 {
    gap: 70px;
  }
  .gap-x-sm-70 {
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
  .gap-y-sm-70 {
    row-gap: 70px;
  }
  .rounded-sm-70 {
    border-radius: 70px;
  }
  .mb-sm-70 {
    margin-bottom: 70px;
  }
  .mt-sm-70 {
    margin-top: 70px;
  }
  .mr-sm-70 {
    margin-right: 70px;
  }
  .ml-sm-70 {
    margin-left: 70px;
  }
  .mx-sm-70 {
    margin-right: 70px;
    margin-left: 70px;
  }
  .my-sm-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .p-sm-70 {
    padding: 70px;
  }
  .px-sm-70 {
    padding-right: 70px;
    padding-left: 70px;
  }
  .py-sm-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .pr-sm-70 {
    padding-right: 70px;
  }
  .pl-sm-70 {
    padding-left: 70px;
  }
  .pt-sm-70 {
    padding-top: 70px;
  }
  .pb-sm-70 {
    padding-bottom: 70px;
  }
  .fs-sm-70 {
    font-size: 70px;
  }
  .w-sm-70 {
    width: 70px;
  }
  .h-sm-70 {
    height: 70px;
  }
}
@media (min-width: 768px) {
  .lh-md-70 {
    line-height: 70px;
  }
  .line-height-md-70 {
    line-height: 70px;
  }
  .grid-cols-md-70 {
    grid-template-columns: repeat(70, 1fr);
  }
  .gap-md-70 {
    gap: 70px;
  }
  .gap-x-md-70 {
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
  .gap-y-md-70 {
    row-gap: 70px;
  }
  .rounded-md-70 {
    border-radius: 70px;
  }
  .mb-md-70 {
    margin-bottom: 70px;
  }
  .mt-md-70 {
    margin-top: 70px;
  }
  .mr-md-70 {
    margin-right: 70px;
  }
  .ml-md-70 {
    margin-left: 70px;
  }
  .mx-md-70 {
    margin-right: 70px;
    margin-left: 70px;
  }
  .my-md-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .p-md-70 {
    padding: 70px;
  }
  .px-md-70 {
    padding-right: 70px;
    padding-left: 70px;
  }
  .py-md-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .pr-md-70 {
    padding-right: 70px;
  }
  .pl-md-70 {
    padding-left: 70px;
  }
  .pt-md-70 {
    padding-top: 70px;
  }
  .pb-md-70 {
    padding-bottom: 70px;
  }
  .fs-md-70 {
    font-size: 70px;
  }
  .w-md-70 {
    width: 70px;
  }
  .h-md-70 {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .lh-lg-70 {
    line-height: 70px;
  }
  .line-height-lg-70 {
    line-height: 70px;
  }
  .grid-cols-lg-70 {
    grid-template-columns: repeat(70, 1fr);
  }
  .gap-lg-70 {
    gap: 70px;
  }
  .gap-x-lg-70 {
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
  .gap-y-lg-70 {
    row-gap: 70px;
  }
  .rounded-lg-70 {
    border-radius: 70px;
  }
  .mb-lg-70 {
    margin-bottom: 70px;
  }
  .mt-lg-70 {
    margin-top: 70px;
  }
  .mr-lg-70 {
    margin-right: 70px;
  }
  .ml-lg-70 {
    margin-left: 70px;
  }
  .mx-lg-70 {
    margin-right: 70px;
    margin-left: 70px;
  }
  .my-lg-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .p-lg-70 {
    padding: 70px;
  }
  .px-lg-70 {
    padding-right: 70px;
    padding-left: 70px;
  }
  .py-lg-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .pr-lg-70 {
    padding-right: 70px;
  }
  .pl-lg-70 {
    padding-left: 70px;
  }
  .pt-lg-70 {
    padding-top: 70px;
  }
  .pb-lg-70 {
    padding-bottom: 70px;
  }
  .fs-lg-70 {
    font-size: 70px;
  }
  .w-lg-70 {
    width: 70px;
  }
  .h-lg-70 {
    height: 70px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-70 {
    line-height: 70px;
  }
  .line-height-xl-70 {
    line-height: 70px;
  }
  .grid-cols-xl-70 {
    grid-template-columns: repeat(70, 1fr);
  }
  .gap-xl-70 {
    gap: 70px;
  }
  .gap-x-xl-70 {
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
  .gap-y-xl-70 {
    row-gap: 70px;
  }
  .rounded-xl-70 {
    border-radius: 70px;
  }
  .mb-xl-70 {
    margin-bottom: 70px;
  }
  .mt-xl-70 {
    margin-top: 70px;
  }
  .mr-xl-70 {
    margin-right: 70px;
  }
  .ml-xl-70 {
    margin-left: 70px;
  }
  .mx-xl-70 {
    margin-right: 70px;
    margin-left: 70px;
  }
  .my-xl-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .p-xl-70 {
    padding: 70px;
  }
  .px-xl-70 {
    padding-right: 70px;
    padding-left: 70px;
  }
  .py-xl-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .pr-xl-70 {
    padding-right: 70px;
  }
  .pl-xl-70 {
    padding-left: 70px;
  }
  .pt-xl-70 {
    padding-top: 70px;
  }
  .pb-xl-70 {
    padding-bottom: 70px;
  }
  .fs-xl-70 {
    font-size: 70px;
  }
  .w-xl-70 {
    width: 70px;
  }
  .h-xl-70 {
    height: 70px;
  }
}
.lh-71 {
  line-height: 71px;
}

.grid-cols-71 {
  grid-template-columns: repeat(71, 1fr);
}

.line-height-71 {
  line-height: 71px;
}

.gap-71 {
  gap: 71px;
}

.gap-x-71 {
  -moz-column-gap: 71px;
       column-gap: 71px;
}

.gap-y-71 {
  row-gap: 71px;
}

.rounded-71 {
  border-radius: 71px;
}

.mb-71 {
  margin-bottom: 71px;
}

.mt-71 {
  margin-top: 71px;
}

.mr-71 {
  margin-right: 71px;
}

.ml-71 {
  margin-left: 71px;
}

.mx-71 {
  margin-right: 71px;
  margin-left: 71px;
}

.my-71 {
  margin-top: 71px;
  margin-bottom: 71px;
}

.p-71 {
  padding: 71px;
}

.px-71 {
  padding-right: 71px;
  padding-left: 71px;
}

.py-71 {
  padding-top: 71px;
  padding-bottom: 71px;
}

.pr-71 {
  padding-right: 71px;
}

.pl-71 {
  padding-left: 71px;
}

.pt-71 {
  padding-top: 71px;
}

.pb-71 {
  padding-bottom: 71px;
}

.fs-71 {
  font-size: 71px;
}

.w-71 {
  width: 71px;
}

.h-71 {
  height: 71px;
}

@media (min-width: 576px) {
  .lh-sm-71 {
    line-height: 71px;
  }
  .line-height-sm-71 {
    line-height: 71px;
  }
  .grid-cols-sm-71 {
    grid-template-columns: repeat(71, 1fr);
  }
  .gap-sm-71 {
    gap: 71px;
  }
  .gap-x-sm-71 {
    -moz-column-gap: 71px;
         column-gap: 71px;
  }
  .gap-y-sm-71 {
    row-gap: 71px;
  }
  .rounded-sm-71 {
    border-radius: 71px;
  }
  .mb-sm-71 {
    margin-bottom: 71px;
  }
  .mt-sm-71 {
    margin-top: 71px;
  }
  .mr-sm-71 {
    margin-right: 71px;
  }
  .ml-sm-71 {
    margin-left: 71px;
  }
  .mx-sm-71 {
    margin-right: 71px;
    margin-left: 71px;
  }
  .my-sm-71 {
    margin-top: 71px;
    margin-bottom: 71px;
  }
  .p-sm-71 {
    padding: 71px;
  }
  .px-sm-71 {
    padding-right: 71px;
    padding-left: 71px;
  }
  .py-sm-71 {
    padding-top: 71px;
    padding-bottom: 71px;
  }
  .pr-sm-71 {
    padding-right: 71px;
  }
  .pl-sm-71 {
    padding-left: 71px;
  }
  .pt-sm-71 {
    padding-top: 71px;
  }
  .pb-sm-71 {
    padding-bottom: 71px;
  }
  .fs-sm-71 {
    font-size: 71px;
  }
  .w-sm-71 {
    width: 71px;
  }
  .h-sm-71 {
    height: 71px;
  }
}
@media (min-width: 768px) {
  .lh-md-71 {
    line-height: 71px;
  }
  .line-height-md-71 {
    line-height: 71px;
  }
  .grid-cols-md-71 {
    grid-template-columns: repeat(71, 1fr);
  }
  .gap-md-71 {
    gap: 71px;
  }
  .gap-x-md-71 {
    -moz-column-gap: 71px;
         column-gap: 71px;
  }
  .gap-y-md-71 {
    row-gap: 71px;
  }
  .rounded-md-71 {
    border-radius: 71px;
  }
  .mb-md-71 {
    margin-bottom: 71px;
  }
  .mt-md-71 {
    margin-top: 71px;
  }
  .mr-md-71 {
    margin-right: 71px;
  }
  .ml-md-71 {
    margin-left: 71px;
  }
  .mx-md-71 {
    margin-right: 71px;
    margin-left: 71px;
  }
  .my-md-71 {
    margin-top: 71px;
    margin-bottom: 71px;
  }
  .p-md-71 {
    padding: 71px;
  }
  .px-md-71 {
    padding-right: 71px;
    padding-left: 71px;
  }
  .py-md-71 {
    padding-top: 71px;
    padding-bottom: 71px;
  }
  .pr-md-71 {
    padding-right: 71px;
  }
  .pl-md-71 {
    padding-left: 71px;
  }
  .pt-md-71 {
    padding-top: 71px;
  }
  .pb-md-71 {
    padding-bottom: 71px;
  }
  .fs-md-71 {
    font-size: 71px;
  }
  .w-md-71 {
    width: 71px;
  }
  .h-md-71 {
    height: 71px;
  }
}
@media (min-width: 992px) {
  .lh-lg-71 {
    line-height: 71px;
  }
  .line-height-lg-71 {
    line-height: 71px;
  }
  .grid-cols-lg-71 {
    grid-template-columns: repeat(71, 1fr);
  }
  .gap-lg-71 {
    gap: 71px;
  }
  .gap-x-lg-71 {
    -moz-column-gap: 71px;
         column-gap: 71px;
  }
  .gap-y-lg-71 {
    row-gap: 71px;
  }
  .rounded-lg-71 {
    border-radius: 71px;
  }
  .mb-lg-71 {
    margin-bottom: 71px;
  }
  .mt-lg-71 {
    margin-top: 71px;
  }
  .mr-lg-71 {
    margin-right: 71px;
  }
  .ml-lg-71 {
    margin-left: 71px;
  }
  .mx-lg-71 {
    margin-right: 71px;
    margin-left: 71px;
  }
  .my-lg-71 {
    margin-top: 71px;
    margin-bottom: 71px;
  }
  .p-lg-71 {
    padding: 71px;
  }
  .px-lg-71 {
    padding-right: 71px;
    padding-left: 71px;
  }
  .py-lg-71 {
    padding-top: 71px;
    padding-bottom: 71px;
  }
  .pr-lg-71 {
    padding-right: 71px;
  }
  .pl-lg-71 {
    padding-left: 71px;
  }
  .pt-lg-71 {
    padding-top: 71px;
  }
  .pb-lg-71 {
    padding-bottom: 71px;
  }
  .fs-lg-71 {
    font-size: 71px;
  }
  .w-lg-71 {
    width: 71px;
  }
  .h-lg-71 {
    height: 71px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-71 {
    line-height: 71px;
  }
  .line-height-xl-71 {
    line-height: 71px;
  }
  .grid-cols-xl-71 {
    grid-template-columns: repeat(71, 1fr);
  }
  .gap-xl-71 {
    gap: 71px;
  }
  .gap-x-xl-71 {
    -moz-column-gap: 71px;
         column-gap: 71px;
  }
  .gap-y-xl-71 {
    row-gap: 71px;
  }
  .rounded-xl-71 {
    border-radius: 71px;
  }
  .mb-xl-71 {
    margin-bottom: 71px;
  }
  .mt-xl-71 {
    margin-top: 71px;
  }
  .mr-xl-71 {
    margin-right: 71px;
  }
  .ml-xl-71 {
    margin-left: 71px;
  }
  .mx-xl-71 {
    margin-right: 71px;
    margin-left: 71px;
  }
  .my-xl-71 {
    margin-top: 71px;
    margin-bottom: 71px;
  }
  .p-xl-71 {
    padding: 71px;
  }
  .px-xl-71 {
    padding-right: 71px;
    padding-left: 71px;
  }
  .py-xl-71 {
    padding-top: 71px;
    padding-bottom: 71px;
  }
  .pr-xl-71 {
    padding-right: 71px;
  }
  .pl-xl-71 {
    padding-left: 71px;
  }
  .pt-xl-71 {
    padding-top: 71px;
  }
  .pb-xl-71 {
    padding-bottom: 71px;
  }
  .fs-xl-71 {
    font-size: 71px;
  }
  .w-xl-71 {
    width: 71px;
  }
  .h-xl-71 {
    height: 71px;
  }
}
.lh-72 {
  line-height: 72px;
}

.grid-cols-72 {
  grid-template-columns: repeat(72, 1fr);
}

.line-height-72 {
  line-height: 72px;
}

.gap-72 {
  gap: 72px;
}

.gap-x-72 {
  -moz-column-gap: 72px;
       column-gap: 72px;
}

.gap-y-72 {
  row-gap: 72px;
}

.rounded-72 {
  border-radius: 72px;
}

.mb-72 {
  margin-bottom: 72px;
}

.mt-72 {
  margin-top: 72px;
}

.mr-72 {
  margin-right: 72px;
}

.ml-72 {
  margin-left: 72px;
}

.mx-72 {
  margin-right: 72px;
  margin-left: 72px;
}

.my-72 {
  margin-top: 72px;
  margin-bottom: 72px;
}

.p-72 {
  padding: 72px;
}

.px-72 {
  padding-right: 72px;
  padding-left: 72px;
}

.py-72 {
  padding-top: 72px;
  padding-bottom: 72px;
}

.pr-72 {
  padding-right: 72px;
}

.pl-72 {
  padding-left: 72px;
}

.pt-72 {
  padding-top: 72px;
}

.pb-72 {
  padding-bottom: 72px;
}

.fs-72 {
  font-size: 72px;
}

.w-72 {
  width: 72px;
}

.h-72 {
  height: 72px;
}

@media (min-width: 576px) {
  .lh-sm-72 {
    line-height: 72px;
  }
  .line-height-sm-72 {
    line-height: 72px;
  }
  .grid-cols-sm-72 {
    grid-template-columns: repeat(72, 1fr);
  }
  .gap-sm-72 {
    gap: 72px;
  }
  .gap-x-sm-72 {
    -moz-column-gap: 72px;
         column-gap: 72px;
  }
  .gap-y-sm-72 {
    row-gap: 72px;
  }
  .rounded-sm-72 {
    border-radius: 72px;
  }
  .mb-sm-72 {
    margin-bottom: 72px;
  }
  .mt-sm-72 {
    margin-top: 72px;
  }
  .mr-sm-72 {
    margin-right: 72px;
  }
  .ml-sm-72 {
    margin-left: 72px;
  }
  .mx-sm-72 {
    margin-right: 72px;
    margin-left: 72px;
  }
  .my-sm-72 {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .p-sm-72 {
    padding: 72px;
  }
  .px-sm-72 {
    padding-right: 72px;
    padding-left: 72px;
  }
  .py-sm-72 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .pr-sm-72 {
    padding-right: 72px;
  }
  .pl-sm-72 {
    padding-left: 72px;
  }
  .pt-sm-72 {
    padding-top: 72px;
  }
  .pb-sm-72 {
    padding-bottom: 72px;
  }
  .fs-sm-72 {
    font-size: 72px;
  }
  .w-sm-72 {
    width: 72px;
  }
  .h-sm-72 {
    height: 72px;
  }
}
@media (min-width: 768px) {
  .lh-md-72 {
    line-height: 72px;
  }
  .line-height-md-72 {
    line-height: 72px;
  }
  .grid-cols-md-72 {
    grid-template-columns: repeat(72, 1fr);
  }
  .gap-md-72 {
    gap: 72px;
  }
  .gap-x-md-72 {
    -moz-column-gap: 72px;
         column-gap: 72px;
  }
  .gap-y-md-72 {
    row-gap: 72px;
  }
  .rounded-md-72 {
    border-radius: 72px;
  }
  .mb-md-72 {
    margin-bottom: 72px;
  }
  .mt-md-72 {
    margin-top: 72px;
  }
  .mr-md-72 {
    margin-right: 72px;
  }
  .ml-md-72 {
    margin-left: 72px;
  }
  .mx-md-72 {
    margin-right: 72px;
    margin-left: 72px;
  }
  .my-md-72 {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .p-md-72 {
    padding: 72px;
  }
  .px-md-72 {
    padding-right: 72px;
    padding-left: 72px;
  }
  .py-md-72 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .pr-md-72 {
    padding-right: 72px;
  }
  .pl-md-72 {
    padding-left: 72px;
  }
  .pt-md-72 {
    padding-top: 72px;
  }
  .pb-md-72 {
    padding-bottom: 72px;
  }
  .fs-md-72 {
    font-size: 72px;
  }
  .w-md-72 {
    width: 72px;
  }
  .h-md-72 {
    height: 72px;
  }
}
@media (min-width: 992px) {
  .lh-lg-72 {
    line-height: 72px;
  }
  .line-height-lg-72 {
    line-height: 72px;
  }
  .grid-cols-lg-72 {
    grid-template-columns: repeat(72, 1fr);
  }
  .gap-lg-72 {
    gap: 72px;
  }
  .gap-x-lg-72 {
    -moz-column-gap: 72px;
         column-gap: 72px;
  }
  .gap-y-lg-72 {
    row-gap: 72px;
  }
  .rounded-lg-72 {
    border-radius: 72px;
  }
  .mb-lg-72 {
    margin-bottom: 72px;
  }
  .mt-lg-72 {
    margin-top: 72px;
  }
  .mr-lg-72 {
    margin-right: 72px;
  }
  .ml-lg-72 {
    margin-left: 72px;
  }
  .mx-lg-72 {
    margin-right: 72px;
    margin-left: 72px;
  }
  .my-lg-72 {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .p-lg-72 {
    padding: 72px;
  }
  .px-lg-72 {
    padding-right: 72px;
    padding-left: 72px;
  }
  .py-lg-72 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .pr-lg-72 {
    padding-right: 72px;
  }
  .pl-lg-72 {
    padding-left: 72px;
  }
  .pt-lg-72 {
    padding-top: 72px;
  }
  .pb-lg-72 {
    padding-bottom: 72px;
  }
  .fs-lg-72 {
    font-size: 72px;
  }
  .w-lg-72 {
    width: 72px;
  }
  .h-lg-72 {
    height: 72px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-72 {
    line-height: 72px;
  }
  .line-height-xl-72 {
    line-height: 72px;
  }
  .grid-cols-xl-72 {
    grid-template-columns: repeat(72, 1fr);
  }
  .gap-xl-72 {
    gap: 72px;
  }
  .gap-x-xl-72 {
    -moz-column-gap: 72px;
         column-gap: 72px;
  }
  .gap-y-xl-72 {
    row-gap: 72px;
  }
  .rounded-xl-72 {
    border-radius: 72px;
  }
  .mb-xl-72 {
    margin-bottom: 72px;
  }
  .mt-xl-72 {
    margin-top: 72px;
  }
  .mr-xl-72 {
    margin-right: 72px;
  }
  .ml-xl-72 {
    margin-left: 72px;
  }
  .mx-xl-72 {
    margin-right: 72px;
    margin-left: 72px;
  }
  .my-xl-72 {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .p-xl-72 {
    padding: 72px;
  }
  .px-xl-72 {
    padding-right: 72px;
    padding-left: 72px;
  }
  .py-xl-72 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .pr-xl-72 {
    padding-right: 72px;
  }
  .pl-xl-72 {
    padding-left: 72px;
  }
  .pt-xl-72 {
    padding-top: 72px;
  }
  .pb-xl-72 {
    padding-bottom: 72px;
  }
  .fs-xl-72 {
    font-size: 72px;
  }
  .w-xl-72 {
    width: 72px;
  }
  .h-xl-72 {
    height: 72px;
  }
}
.lh-73 {
  line-height: 73px;
}

.grid-cols-73 {
  grid-template-columns: repeat(73, 1fr);
}

.line-height-73 {
  line-height: 73px;
}

.gap-73 {
  gap: 73px;
}

.gap-x-73 {
  -moz-column-gap: 73px;
       column-gap: 73px;
}

.gap-y-73 {
  row-gap: 73px;
}

.rounded-73 {
  border-radius: 73px;
}

.mb-73 {
  margin-bottom: 73px;
}

.mt-73 {
  margin-top: 73px;
}

.mr-73 {
  margin-right: 73px;
}

.ml-73 {
  margin-left: 73px;
}

.mx-73 {
  margin-right: 73px;
  margin-left: 73px;
}

.my-73 {
  margin-top: 73px;
  margin-bottom: 73px;
}

.p-73 {
  padding: 73px;
}

.px-73 {
  padding-right: 73px;
  padding-left: 73px;
}

.py-73 {
  padding-top: 73px;
  padding-bottom: 73px;
}

.pr-73 {
  padding-right: 73px;
}

.pl-73 {
  padding-left: 73px;
}

.pt-73 {
  padding-top: 73px;
}

.pb-73 {
  padding-bottom: 73px;
}

.fs-73 {
  font-size: 73px;
}

.w-73 {
  width: 73px;
}

.h-73 {
  height: 73px;
}

@media (min-width: 576px) {
  .lh-sm-73 {
    line-height: 73px;
  }
  .line-height-sm-73 {
    line-height: 73px;
  }
  .grid-cols-sm-73 {
    grid-template-columns: repeat(73, 1fr);
  }
  .gap-sm-73 {
    gap: 73px;
  }
  .gap-x-sm-73 {
    -moz-column-gap: 73px;
         column-gap: 73px;
  }
  .gap-y-sm-73 {
    row-gap: 73px;
  }
  .rounded-sm-73 {
    border-radius: 73px;
  }
  .mb-sm-73 {
    margin-bottom: 73px;
  }
  .mt-sm-73 {
    margin-top: 73px;
  }
  .mr-sm-73 {
    margin-right: 73px;
  }
  .ml-sm-73 {
    margin-left: 73px;
  }
  .mx-sm-73 {
    margin-right: 73px;
    margin-left: 73px;
  }
  .my-sm-73 {
    margin-top: 73px;
    margin-bottom: 73px;
  }
  .p-sm-73 {
    padding: 73px;
  }
  .px-sm-73 {
    padding-right: 73px;
    padding-left: 73px;
  }
  .py-sm-73 {
    padding-top: 73px;
    padding-bottom: 73px;
  }
  .pr-sm-73 {
    padding-right: 73px;
  }
  .pl-sm-73 {
    padding-left: 73px;
  }
  .pt-sm-73 {
    padding-top: 73px;
  }
  .pb-sm-73 {
    padding-bottom: 73px;
  }
  .fs-sm-73 {
    font-size: 73px;
  }
  .w-sm-73 {
    width: 73px;
  }
  .h-sm-73 {
    height: 73px;
  }
}
@media (min-width: 768px) {
  .lh-md-73 {
    line-height: 73px;
  }
  .line-height-md-73 {
    line-height: 73px;
  }
  .grid-cols-md-73 {
    grid-template-columns: repeat(73, 1fr);
  }
  .gap-md-73 {
    gap: 73px;
  }
  .gap-x-md-73 {
    -moz-column-gap: 73px;
         column-gap: 73px;
  }
  .gap-y-md-73 {
    row-gap: 73px;
  }
  .rounded-md-73 {
    border-radius: 73px;
  }
  .mb-md-73 {
    margin-bottom: 73px;
  }
  .mt-md-73 {
    margin-top: 73px;
  }
  .mr-md-73 {
    margin-right: 73px;
  }
  .ml-md-73 {
    margin-left: 73px;
  }
  .mx-md-73 {
    margin-right: 73px;
    margin-left: 73px;
  }
  .my-md-73 {
    margin-top: 73px;
    margin-bottom: 73px;
  }
  .p-md-73 {
    padding: 73px;
  }
  .px-md-73 {
    padding-right: 73px;
    padding-left: 73px;
  }
  .py-md-73 {
    padding-top: 73px;
    padding-bottom: 73px;
  }
  .pr-md-73 {
    padding-right: 73px;
  }
  .pl-md-73 {
    padding-left: 73px;
  }
  .pt-md-73 {
    padding-top: 73px;
  }
  .pb-md-73 {
    padding-bottom: 73px;
  }
  .fs-md-73 {
    font-size: 73px;
  }
  .w-md-73 {
    width: 73px;
  }
  .h-md-73 {
    height: 73px;
  }
}
@media (min-width: 992px) {
  .lh-lg-73 {
    line-height: 73px;
  }
  .line-height-lg-73 {
    line-height: 73px;
  }
  .grid-cols-lg-73 {
    grid-template-columns: repeat(73, 1fr);
  }
  .gap-lg-73 {
    gap: 73px;
  }
  .gap-x-lg-73 {
    -moz-column-gap: 73px;
         column-gap: 73px;
  }
  .gap-y-lg-73 {
    row-gap: 73px;
  }
  .rounded-lg-73 {
    border-radius: 73px;
  }
  .mb-lg-73 {
    margin-bottom: 73px;
  }
  .mt-lg-73 {
    margin-top: 73px;
  }
  .mr-lg-73 {
    margin-right: 73px;
  }
  .ml-lg-73 {
    margin-left: 73px;
  }
  .mx-lg-73 {
    margin-right: 73px;
    margin-left: 73px;
  }
  .my-lg-73 {
    margin-top: 73px;
    margin-bottom: 73px;
  }
  .p-lg-73 {
    padding: 73px;
  }
  .px-lg-73 {
    padding-right: 73px;
    padding-left: 73px;
  }
  .py-lg-73 {
    padding-top: 73px;
    padding-bottom: 73px;
  }
  .pr-lg-73 {
    padding-right: 73px;
  }
  .pl-lg-73 {
    padding-left: 73px;
  }
  .pt-lg-73 {
    padding-top: 73px;
  }
  .pb-lg-73 {
    padding-bottom: 73px;
  }
  .fs-lg-73 {
    font-size: 73px;
  }
  .w-lg-73 {
    width: 73px;
  }
  .h-lg-73 {
    height: 73px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-73 {
    line-height: 73px;
  }
  .line-height-xl-73 {
    line-height: 73px;
  }
  .grid-cols-xl-73 {
    grid-template-columns: repeat(73, 1fr);
  }
  .gap-xl-73 {
    gap: 73px;
  }
  .gap-x-xl-73 {
    -moz-column-gap: 73px;
         column-gap: 73px;
  }
  .gap-y-xl-73 {
    row-gap: 73px;
  }
  .rounded-xl-73 {
    border-radius: 73px;
  }
  .mb-xl-73 {
    margin-bottom: 73px;
  }
  .mt-xl-73 {
    margin-top: 73px;
  }
  .mr-xl-73 {
    margin-right: 73px;
  }
  .ml-xl-73 {
    margin-left: 73px;
  }
  .mx-xl-73 {
    margin-right: 73px;
    margin-left: 73px;
  }
  .my-xl-73 {
    margin-top: 73px;
    margin-bottom: 73px;
  }
  .p-xl-73 {
    padding: 73px;
  }
  .px-xl-73 {
    padding-right: 73px;
    padding-left: 73px;
  }
  .py-xl-73 {
    padding-top: 73px;
    padding-bottom: 73px;
  }
  .pr-xl-73 {
    padding-right: 73px;
  }
  .pl-xl-73 {
    padding-left: 73px;
  }
  .pt-xl-73 {
    padding-top: 73px;
  }
  .pb-xl-73 {
    padding-bottom: 73px;
  }
  .fs-xl-73 {
    font-size: 73px;
  }
  .w-xl-73 {
    width: 73px;
  }
  .h-xl-73 {
    height: 73px;
  }
}
.lh-74 {
  line-height: 74px;
}

.grid-cols-74 {
  grid-template-columns: repeat(74, 1fr);
}

.line-height-74 {
  line-height: 74px;
}

.gap-74 {
  gap: 74px;
}

.gap-x-74 {
  -moz-column-gap: 74px;
       column-gap: 74px;
}

.gap-y-74 {
  row-gap: 74px;
}

.rounded-74 {
  border-radius: 74px;
}

.mb-74 {
  margin-bottom: 74px;
}

.mt-74 {
  margin-top: 74px;
}

.mr-74 {
  margin-right: 74px;
}

.ml-74 {
  margin-left: 74px;
}

.mx-74 {
  margin-right: 74px;
  margin-left: 74px;
}

.my-74 {
  margin-top: 74px;
  margin-bottom: 74px;
}

.p-74 {
  padding: 74px;
}

.px-74 {
  padding-right: 74px;
  padding-left: 74px;
}

.py-74 {
  padding-top: 74px;
  padding-bottom: 74px;
}

.pr-74 {
  padding-right: 74px;
}

.pl-74 {
  padding-left: 74px;
}

.pt-74 {
  padding-top: 74px;
}

.pb-74 {
  padding-bottom: 74px;
}

.fs-74 {
  font-size: 74px;
}

.w-74 {
  width: 74px;
}

.h-74 {
  height: 74px;
}

@media (min-width: 576px) {
  .lh-sm-74 {
    line-height: 74px;
  }
  .line-height-sm-74 {
    line-height: 74px;
  }
  .grid-cols-sm-74 {
    grid-template-columns: repeat(74, 1fr);
  }
  .gap-sm-74 {
    gap: 74px;
  }
  .gap-x-sm-74 {
    -moz-column-gap: 74px;
         column-gap: 74px;
  }
  .gap-y-sm-74 {
    row-gap: 74px;
  }
  .rounded-sm-74 {
    border-radius: 74px;
  }
  .mb-sm-74 {
    margin-bottom: 74px;
  }
  .mt-sm-74 {
    margin-top: 74px;
  }
  .mr-sm-74 {
    margin-right: 74px;
  }
  .ml-sm-74 {
    margin-left: 74px;
  }
  .mx-sm-74 {
    margin-right: 74px;
    margin-left: 74px;
  }
  .my-sm-74 {
    margin-top: 74px;
    margin-bottom: 74px;
  }
  .p-sm-74 {
    padding: 74px;
  }
  .px-sm-74 {
    padding-right: 74px;
    padding-left: 74px;
  }
  .py-sm-74 {
    padding-top: 74px;
    padding-bottom: 74px;
  }
  .pr-sm-74 {
    padding-right: 74px;
  }
  .pl-sm-74 {
    padding-left: 74px;
  }
  .pt-sm-74 {
    padding-top: 74px;
  }
  .pb-sm-74 {
    padding-bottom: 74px;
  }
  .fs-sm-74 {
    font-size: 74px;
  }
  .w-sm-74 {
    width: 74px;
  }
  .h-sm-74 {
    height: 74px;
  }
}
@media (min-width: 768px) {
  .lh-md-74 {
    line-height: 74px;
  }
  .line-height-md-74 {
    line-height: 74px;
  }
  .grid-cols-md-74 {
    grid-template-columns: repeat(74, 1fr);
  }
  .gap-md-74 {
    gap: 74px;
  }
  .gap-x-md-74 {
    -moz-column-gap: 74px;
         column-gap: 74px;
  }
  .gap-y-md-74 {
    row-gap: 74px;
  }
  .rounded-md-74 {
    border-radius: 74px;
  }
  .mb-md-74 {
    margin-bottom: 74px;
  }
  .mt-md-74 {
    margin-top: 74px;
  }
  .mr-md-74 {
    margin-right: 74px;
  }
  .ml-md-74 {
    margin-left: 74px;
  }
  .mx-md-74 {
    margin-right: 74px;
    margin-left: 74px;
  }
  .my-md-74 {
    margin-top: 74px;
    margin-bottom: 74px;
  }
  .p-md-74 {
    padding: 74px;
  }
  .px-md-74 {
    padding-right: 74px;
    padding-left: 74px;
  }
  .py-md-74 {
    padding-top: 74px;
    padding-bottom: 74px;
  }
  .pr-md-74 {
    padding-right: 74px;
  }
  .pl-md-74 {
    padding-left: 74px;
  }
  .pt-md-74 {
    padding-top: 74px;
  }
  .pb-md-74 {
    padding-bottom: 74px;
  }
  .fs-md-74 {
    font-size: 74px;
  }
  .w-md-74 {
    width: 74px;
  }
  .h-md-74 {
    height: 74px;
  }
}
@media (min-width: 992px) {
  .lh-lg-74 {
    line-height: 74px;
  }
  .line-height-lg-74 {
    line-height: 74px;
  }
  .grid-cols-lg-74 {
    grid-template-columns: repeat(74, 1fr);
  }
  .gap-lg-74 {
    gap: 74px;
  }
  .gap-x-lg-74 {
    -moz-column-gap: 74px;
         column-gap: 74px;
  }
  .gap-y-lg-74 {
    row-gap: 74px;
  }
  .rounded-lg-74 {
    border-radius: 74px;
  }
  .mb-lg-74 {
    margin-bottom: 74px;
  }
  .mt-lg-74 {
    margin-top: 74px;
  }
  .mr-lg-74 {
    margin-right: 74px;
  }
  .ml-lg-74 {
    margin-left: 74px;
  }
  .mx-lg-74 {
    margin-right: 74px;
    margin-left: 74px;
  }
  .my-lg-74 {
    margin-top: 74px;
    margin-bottom: 74px;
  }
  .p-lg-74 {
    padding: 74px;
  }
  .px-lg-74 {
    padding-right: 74px;
    padding-left: 74px;
  }
  .py-lg-74 {
    padding-top: 74px;
    padding-bottom: 74px;
  }
  .pr-lg-74 {
    padding-right: 74px;
  }
  .pl-lg-74 {
    padding-left: 74px;
  }
  .pt-lg-74 {
    padding-top: 74px;
  }
  .pb-lg-74 {
    padding-bottom: 74px;
  }
  .fs-lg-74 {
    font-size: 74px;
  }
  .w-lg-74 {
    width: 74px;
  }
  .h-lg-74 {
    height: 74px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-74 {
    line-height: 74px;
  }
  .line-height-xl-74 {
    line-height: 74px;
  }
  .grid-cols-xl-74 {
    grid-template-columns: repeat(74, 1fr);
  }
  .gap-xl-74 {
    gap: 74px;
  }
  .gap-x-xl-74 {
    -moz-column-gap: 74px;
         column-gap: 74px;
  }
  .gap-y-xl-74 {
    row-gap: 74px;
  }
  .rounded-xl-74 {
    border-radius: 74px;
  }
  .mb-xl-74 {
    margin-bottom: 74px;
  }
  .mt-xl-74 {
    margin-top: 74px;
  }
  .mr-xl-74 {
    margin-right: 74px;
  }
  .ml-xl-74 {
    margin-left: 74px;
  }
  .mx-xl-74 {
    margin-right: 74px;
    margin-left: 74px;
  }
  .my-xl-74 {
    margin-top: 74px;
    margin-bottom: 74px;
  }
  .p-xl-74 {
    padding: 74px;
  }
  .px-xl-74 {
    padding-right: 74px;
    padding-left: 74px;
  }
  .py-xl-74 {
    padding-top: 74px;
    padding-bottom: 74px;
  }
  .pr-xl-74 {
    padding-right: 74px;
  }
  .pl-xl-74 {
    padding-left: 74px;
  }
  .pt-xl-74 {
    padding-top: 74px;
  }
  .pb-xl-74 {
    padding-bottom: 74px;
  }
  .fs-xl-74 {
    font-size: 74px;
  }
  .w-xl-74 {
    width: 74px;
  }
  .h-xl-74 {
    height: 74px;
  }
}
.lh-75 {
  line-height: 75px;
}

.grid-cols-75 {
  grid-template-columns: repeat(75, 1fr);
}

.line-height-75 {
  line-height: 75px;
}

.gap-75 {
  gap: 75px;
}

.gap-x-75 {
  -moz-column-gap: 75px;
       column-gap: 75px;
}

.gap-y-75 {
  row-gap: 75px;
}

.rounded-75 {
  border-radius: 75px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mt-75 {
  margin-top: 75px;
}

.mr-75 {
  margin-right: 75px;
}

.ml-75 {
  margin-left: 75px;
}

.mx-75 {
  margin-right: 75px;
  margin-left: 75px;
}

.my-75 {
  margin-top: 75px;
  margin-bottom: 75px;
}

.p-75 {
  padding: 75px;
}

.px-75 {
  padding-right: 75px;
  padding-left: 75px;
}

.py-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.pr-75 {
  padding-right: 75px;
}

.pl-75 {
  padding-left: 75px;
}

.pt-75 {
  padding-top: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.fs-75 {
  font-size: 75px;
}

.w-75 {
  width: 75px;
}

.h-75 {
  height: 75px;
}

@media (min-width: 576px) {
  .lh-sm-75 {
    line-height: 75px;
  }
  .line-height-sm-75 {
    line-height: 75px;
  }
  .grid-cols-sm-75 {
    grid-template-columns: repeat(75, 1fr);
  }
  .gap-sm-75 {
    gap: 75px;
  }
  .gap-x-sm-75 {
    -moz-column-gap: 75px;
         column-gap: 75px;
  }
  .gap-y-sm-75 {
    row-gap: 75px;
  }
  .rounded-sm-75 {
    border-radius: 75px;
  }
  .mb-sm-75 {
    margin-bottom: 75px;
  }
  .mt-sm-75 {
    margin-top: 75px;
  }
  .mr-sm-75 {
    margin-right: 75px;
  }
  .ml-sm-75 {
    margin-left: 75px;
  }
  .mx-sm-75 {
    margin-right: 75px;
    margin-left: 75px;
  }
  .my-sm-75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .p-sm-75 {
    padding: 75px;
  }
  .px-sm-75 {
    padding-right: 75px;
    padding-left: 75px;
  }
  .py-sm-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .pr-sm-75 {
    padding-right: 75px;
  }
  .pl-sm-75 {
    padding-left: 75px;
  }
  .pt-sm-75 {
    padding-top: 75px;
  }
  .pb-sm-75 {
    padding-bottom: 75px;
  }
  .fs-sm-75 {
    font-size: 75px;
  }
  .w-sm-75 {
    width: 75px;
  }
  .h-sm-75 {
    height: 75px;
  }
}
@media (min-width: 768px) {
  .lh-md-75 {
    line-height: 75px;
  }
  .line-height-md-75 {
    line-height: 75px;
  }
  .grid-cols-md-75 {
    grid-template-columns: repeat(75, 1fr);
  }
  .gap-md-75 {
    gap: 75px;
  }
  .gap-x-md-75 {
    -moz-column-gap: 75px;
         column-gap: 75px;
  }
  .gap-y-md-75 {
    row-gap: 75px;
  }
  .rounded-md-75 {
    border-radius: 75px;
  }
  .mb-md-75 {
    margin-bottom: 75px;
  }
  .mt-md-75 {
    margin-top: 75px;
  }
  .mr-md-75 {
    margin-right: 75px;
  }
  .ml-md-75 {
    margin-left: 75px;
  }
  .mx-md-75 {
    margin-right: 75px;
    margin-left: 75px;
  }
  .my-md-75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .p-md-75 {
    padding: 75px;
  }
  .px-md-75 {
    padding-right: 75px;
    padding-left: 75px;
  }
  .py-md-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .pr-md-75 {
    padding-right: 75px;
  }
  .pl-md-75 {
    padding-left: 75px;
  }
  .pt-md-75 {
    padding-top: 75px;
  }
  .pb-md-75 {
    padding-bottom: 75px;
  }
  .fs-md-75 {
    font-size: 75px;
  }
  .w-md-75 {
    width: 75px;
  }
  .h-md-75 {
    height: 75px;
  }
}
@media (min-width: 992px) {
  .lh-lg-75 {
    line-height: 75px;
  }
  .line-height-lg-75 {
    line-height: 75px;
  }
  .grid-cols-lg-75 {
    grid-template-columns: repeat(75, 1fr);
  }
  .gap-lg-75 {
    gap: 75px;
  }
  .gap-x-lg-75 {
    -moz-column-gap: 75px;
         column-gap: 75px;
  }
  .gap-y-lg-75 {
    row-gap: 75px;
  }
  .rounded-lg-75 {
    border-radius: 75px;
  }
  .mb-lg-75 {
    margin-bottom: 75px;
  }
  .mt-lg-75 {
    margin-top: 75px;
  }
  .mr-lg-75 {
    margin-right: 75px;
  }
  .ml-lg-75 {
    margin-left: 75px;
  }
  .mx-lg-75 {
    margin-right: 75px;
    margin-left: 75px;
  }
  .my-lg-75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .p-lg-75 {
    padding: 75px;
  }
  .px-lg-75 {
    padding-right: 75px;
    padding-left: 75px;
  }
  .py-lg-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .pr-lg-75 {
    padding-right: 75px;
  }
  .pl-lg-75 {
    padding-left: 75px;
  }
  .pt-lg-75 {
    padding-top: 75px;
  }
  .pb-lg-75 {
    padding-bottom: 75px;
  }
  .fs-lg-75 {
    font-size: 75px;
  }
  .w-lg-75 {
    width: 75px;
  }
  .h-lg-75 {
    height: 75px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-75 {
    line-height: 75px;
  }
  .line-height-xl-75 {
    line-height: 75px;
  }
  .grid-cols-xl-75 {
    grid-template-columns: repeat(75, 1fr);
  }
  .gap-xl-75 {
    gap: 75px;
  }
  .gap-x-xl-75 {
    -moz-column-gap: 75px;
         column-gap: 75px;
  }
  .gap-y-xl-75 {
    row-gap: 75px;
  }
  .rounded-xl-75 {
    border-radius: 75px;
  }
  .mb-xl-75 {
    margin-bottom: 75px;
  }
  .mt-xl-75 {
    margin-top: 75px;
  }
  .mr-xl-75 {
    margin-right: 75px;
  }
  .ml-xl-75 {
    margin-left: 75px;
  }
  .mx-xl-75 {
    margin-right: 75px;
    margin-left: 75px;
  }
  .my-xl-75 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .p-xl-75 {
    padding: 75px;
  }
  .px-xl-75 {
    padding-right: 75px;
    padding-left: 75px;
  }
  .py-xl-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .pr-xl-75 {
    padding-right: 75px;
  }
  .pl-xl-75 {
    padding-left: 75px;
  }
  .pt-xl-75 {
    padding-top: 75px;
  }
  .pb-xl-75 {
    padding-bottom: 75px;
  }
  .fs-xl-75 {
    font-size: 75px;
  }
  .w-xl-75 {
    width: 75px;
  }
  .h-xl-75 {
    height: 75px;
  }
}
.lh-76 {
  line-height: 76px;
}

.grid-cols-76 {
  grid-template-columns: repeat(76, 1fr);
}

.line-height-76 {
  line-height: 76px;
}

.gap-76 {
  gap: 76px;
}

.gap-x-76 {
  -moz-column-gap: 76px;
       column-gap: 76px;
}

.gap-y-76 {
  row-gap: 76px;
}

.rounded-76 {
  border-radius: 76px;
}

.mb-76 {
  margin-bottom: 76px;
}

.mt-76 {
  margin-top: 76px;
}

.mr-76 {
  margin-right: 76px;
}

.ml-76 {
  margin-left: 76px;
}

.mx-76 {
  margin-right: 76px;
  margin-left: 76px;
}

.my-76 {
  margin-top: 76px;
  margin-bottom: 76px;
}

.p-76 {
  padding: 76px;
}

.px-76 {
  padding-right: 76px;
  padding-left: 76px;
}

.py-76 {
  padding-top: 76px;
  padding-bottom: 76px;
}

.pr-76 {
  padding-right: 76px;
}

.pl-76 {
  padding-left: 76px;
}

.pt-76 {
  padding-top: 76px;
}

.pb-76 {
  padding-bottom: 76px;
}

.fs-76 {
  font-size: 76px;
}

.w-76 {
  width: 76px;
}

.h-76 {
  height: 76px;
}

@media (min-width: 576px) {
  .lh-sm-76 {
    line-height: 76px;
  }
  .line-height-sm-76 {
    line-height: 76px;
  }
  .grid-cols-sm-76 {
    grid-template-columns: repeat(76, 1fr);
  }
  .gap-sm-76 {
    gap: 76px;
  }
  .gap-x-sm-76 {
    -moz-column-gap: 76px;
         column-gap: 76px;
  }
  .gap-y-sm-76 {
    row-gap: 76px;
  }
  .rounded-sm-76 {
    border-radius: 76px;
  }
  .mb-sm-76 {
    margin-bottom: 76px;
  }
  .mt-sm-76 {
    margin-top: 76px;
  }
  .mr-sm-76 {
    margin-right: 76px;
  }
  .ml-sm-76 {
    margin-left: 76px;
  }
  .mx-sm-76 {
    margin-right: 76px;
    margin-left: 76px;
  }
  .my-sm-76 {
    margin-top: 76px;
    margin-bottom: 76px;
  }
  .p-sm-76 {
    padding: 76px;
  }
  .px-sm-76 {
    padding-right: 76px;
    padding-left: 76px;
  }
  .py-sm-76 {
    padding-top: 76px;
    padding-bottom: 76px;
  }
  .pr-sm-76 {
    padding-right: 76px;
  }
  .pl-sm-76 {
    padding-left: 76px;
  }
  .pt-sm-76 {
    padding-top: 76px;
  }
  .pb-sm-76 {
    padding-bottom: 76px;
  }
  .fs-sm-76 {
    font-size: 76px;
  }
  .w-sm-76 {
    width: 76px;
  }
  .h-sm-76 {
    height: 76px;
  }
}
@media (min-width: 768px) {
  .lh-md-76 {
    line-height: 76px;
  }
  .line-height-md-76 {
    line-height: 76px;
  }
  .grid-cols-md-76 {
    grid-template-columns: repeat(76, 1fr);
  }
  .gap-md-76 {
    gap: 76px;
  }
  .gap-x-md-76 {
    -moz-column-gap: 76px;
         column-gap: 76px;
  }
  .gap-y-md-76 {
    row-gap: 76px;
  }
  .rounded-md-76 {
    border-radius: 76px;
  }
  .mb-md-76 {
    margin-bottom: 76px;
  }
  .mt-md-76 {
    margin-top: 76px;
  }
  .mr-md-76 {
    margin-right: 76px;
  }
  .ml-md-76 {
    margin-left: 76px;
  }
  .mx-md-76 {
    margin-right: 76px;
    margin-left: 76px;
  }
  .my-md-76 {
    margin-top: 76px;
    margin-bottom: 76px;
  }
  .p-md-76 {
    padding: 76px;
  }
  .px-md-76 {
    padding-right: 76px;
    padding-left: 76px;
  }
  .py-md-76 {
    padding-top: 76px;
    padding-bottom: 76px;
  }
  .pr-md-76 {
    padding-right: 76px;
  }
  .pl-md-76 {
    padding-left: 76px;
  }
  .pt-md-76 {
    padding-top: 76px;
  }
  .pb-md-76 {
    padding-bottom: 76px;
  }
  .fs-md-76 {
    font-size: 76px;
  }
  .w-md-76 {
    width: 76px;
  }
  .h-md-76 {
    height: 76px;
  }
}
@media (min-width: 992px) {
  .lh-lg-76 {
    line-height: 76px;
  }
  .line-height-lg-76 {
    line-height: 76px;
  }
  .grid-cols-lg-76 {
    grid-template-columns: repeat(76, 1fr);
  }
  .gap-lg-76 {
    gap: 76px;
  }
  .gap-x-lg-76 {
    -moz-column-gap: 76px;
         column-gap: 76px;
  }
  .gap-y-lg-76 {
    row-gap: 76px;
  }
  .rounded-lg-76 {
    border-radius: 76px;
  }
  .mb-lg-76 {
    margin-bottom: 76px;
  }
  .mt-lg-76 {
    margin-top: 76px;
  }
  .mr-lg-76 {
    margin-right: 76px;
  }
  .ml-lg-76 {
    margin-left: 76px;
  }
  .mx-lg-76 {
    margin-right: 76px;
    margin-left: 76px;
  }
  .my-lg-76 {
    margin-top: 76px;
    margin-bottom: 76px;
  }
  .p-lg-76 {
    padding: 76px;
  }
  .px-lg-76 {
    padding-right: 76px;
    padding-left: 76px;
  }
  .py-lg-76 {
    padding-top: 76px;
    padding-bottom: 76px;
  }
  .pr-lg-76 {
    padding-right: 76px;
  }
  .pl-lg-76 {
    padding-left: 76px;
  }
  .pt-lg-76 {
    padding-top: 76px;
  }
  .pb-lg-76 {
    padding-bottom: 76px;
  }
  .fs-lg-76 {
    font-size: 76px;
  }
  .w-lg-76 {
    width: 76px;
  }
  .h-lg-76 {
    height: 76px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-76 {
    line-height: 76px;
  }
  .line-height-xl-76 {
    line-height: 76px;
  }
  .grid-cols-xl-76 {
    grid-template-columns: repeat(76, 1fr);
  }
  .gap-xl-76 {
    gap: 76px;
  }
  .gap-x-xl-76 {
    -moz-column-gap: 76px;
         column-gap: 76px;
  }
  .gap-y-xl-76 {
    row-gap: 76px;
  }
  .rounded-xl-76 {
    border-radius: 76px;
  }
  .mb-xl-76 {
    margin-bottom: 76px;
  }
  .mt-xl-76 {
    margin-top: 76px;
  }
  .mr-xl-76 {
    margin-right: 76px;
  }
  .ml-xl-76 {
    margin-left: 76px;
  }
  .mx-xl-76 {
    margin-right: 76px;
    margin-left: 76px;
  }
  .my-xl-76 {
    margin-top: 76px;
    margin-bottom: 76px;
  }
  .p-xl-76 {
    padding: 76px;
  }
  .px-xl-76 {
    padding-right: 76px;
    padding-left: 76px;
  }
  .py-xl-76 {
    padding-top: 76px;
    padding-bottom: 76px;
  }
  .pr-xl-76 {
    padding-right: 76px;
  }
  .pl-xl-76 {
    padding-left: 76px;
  }
  .pt-xl-76 {
    padding-top: 76px;
  }
  .pb-xl-76 {
    padding-bottom: 76px;
  }
  .fs-xl-76 {
    font-size: 76px;
  }
  .w-xl-76 {
    width: 76px;
  }
  .h-xl-76 {
    height: 76px;
  }
}
.lh-77 {
  line-height: 77px;
}

.grid-cols-77 {
  grid-template-columns: repeat(77, 1fr);
}

.line-height-77 {
  line-height: 77px;
}

.gap-77 {
  gap: 77px;
}

.gap-x-77 {
  -moz-column-gap: 77px;
       column-gap: 77px;
}

.gap-y-77 {
  row-gap: 77px;
}

.rounded-77 {
  border-radius: 77px;
}

.mb-77 {
  margin-bottom: 77px;
}

.mt-77 {
  margin-top: 77px;
}

.mr-77 {
  margin-right: 77px;
}

.ml-77 {
  margin-left: 77px;
}

.mx-77 {
  margin-right: 77px;
  margin-left: 77px;
}

.my-77 {
  margin-top: 77px;
  margin-bottom: 77px;
}

.p-77 {
  padding: 77px;
}

.px-77 {
  padding-right: 77px;
  padding-left: 77px;
}

.py-77 {
  padding-top: 77px;
  padding-bottom: 77px;
}

.pr-77 {
  padding-right: 77px;
}

.pl-77 {
  padding-left: 77px;
}

.pt-77 {
  padding-top: 77px;
}

.pb-77 {
  padding-bottom: 77px;
}

.fs-77 {
  font-size: 77px;
}

.w-77 {
  width: 77px;
}

.h-77 {
  height: 77px;
}

@media (min-width: 576px) {
  .lh-sm-77 {
    line-height: 77px;
  }
  .line-height-sm-77 {
    line-height: 77px;
  }
  .grid-cols-sm-77 {
    grid-template-columns: repeat(77, 1fr);
  }
  .gap-sm-77 {
    gap: 77px;
  }
  .gap-x-sm-77 {
    -moz-column-gap: 77px;
         column-gap: 77px;
  }
  .gap-y-sm-77 {
    row-gap: 77px;
  }
  .rounded-sm-77 {
    border-radius: 77px;
  }
  .mb-sm-77 {
    margin-bottom: 77px;
  }
  .mt-sm-77 {
    margin-top: 77px;
  }
  .mr-sm-77 {
    margin-right: 77px;
  }
  .ml-sm-77 {
    margin-left: 77px;
  }
  .mx-sm-77 {
    margin-right: 77px;
    margin-left: 77px;
  }
  .my-sm-77 {
    margin-top: 77px;
    margin-bottom: 77px;
  }
  .p-sm-77 {
    padding: 77px;
  }
  .px-sm-77 {
    padding-right: 77px;
    padding-left: 77px;
  }
  .py-sm-77 {
    padding-top: 77px;
    padding-bottom: 77px;
  }
  .pr-sm-77 {
    padding-right: 77px;
  }
  .pl-sm-77 {
    padding-left: 77px;
  }
  .pt-sm-77 {
    padding-top: 77px;
  }
  .pb-sm-77 {
    padding-bottom: 77px;
  }
  .fs-sm-77 {
    font-size: 77px;
  }
  .w-sm-77 {
    width: 77px;
  }
  .h-sm-77 {
    height: 77px;
  }
}
@media (min-width: 768px) {
  .lh-md-77 {
    line-height: 77px;
  }
  .line-height-md-77 {
    line-height: 77px;
  }
  .grid-cols-md-77 {
    grid-template-columns: repeat(77, 1fr);
  }
  .gap-md-77 {
    gap: 77px;
  }
  .gap-x-md-77 {
    -moz-column-gap: 77px;
         column-gap: 77px;
  }
  .gap-y-md-77 {
    row-gap: 77px;
  }
  .rounded-md-77 {
    border-radius: 77px;
  }
  .mb-md-77 {
    margin-bottom: 77px;
  }
  .mt-md-77 {
    margin-top: 77px;
  }
  .mr-md-77 {
    margin-right: 77px;
  }
  .ml-md-77 {
    margin-left: 77px;
  }
  .mx-md-77 {
    margin-right: 77px;
    margin-left: 77px;
  }
  .my-md-77 {
    margin-top: 77px;
    margin-bottom: 77px;
  }
  .p-md-77 {
    padding: 77px;
  }
  .px-md-77 {
    padding-right: 77px;
    padding-left: 77px;
  }
  .py-md-77 {
    padding-top: 77px;
    padding-bottom: 77px;
  }
  .pr-md-77 {
    padding-right: 77px;
  }
  .pl-md-77 {
    padding-left: 77px;
  }
  .pt-md-77 {
    padding-top: 77px;
  }
  .pb-md-77 {
    padding-bottom: 77px;
  }
  .fs-md-77 {
    font-size: 77px;
  }
  .w-md-77 {
    width: 77px;
  }
  .h-md-77 {
    height: 77px;
  }
}
@media (min-width: 992px) {
  .lh-lg-77 {
    line-height: 77px;
  }
  .line-height-lg-77 {
    line-height: 77px;
  }
  .grid-cols-lg-77 {
    grid-template-columns: repeat(77, 1fr);
  }
  .gap-lg-77 {
    gap: 77px;
  }
  .gap-x-lg-77 {
    -moz-column-gap: 77px;
         column-gap: 77px;
  }
  .gap-y-lg-77 {
    row-gap: 77px;
  }
  .rounded-lg-77 {
    border-radius: 77px;
  }
  .mb-lg-77 {
    margin-bottom: 77px;
  }
  .mt-lg-77 {
    margin-top: 77px;
  }
  .mr-lg-77 {
    margin-right: 77px;
  }
  .ml-lg-77 {
    margin-left: 77px;
  }
  .mx-lg-77 {
    margin-right: 77px;
    margin-left: 77px;
  }
  .my-lg-77 {
    margin-top: 77px;
    margin-bottom: 77px;
  }
  .p-lg-77 {
    padding: 77px;
  }
  .px-lg-77 {
    padding-right: 77px;
    padding-left: 77px;
  }
  .py-lg-77 {
    padding-top: 77px;
    padding-bottom: 77px;
  }
  .pr-lg-77 {
    padding-right: 77px;
  }
  .pl-lg-77 {
    padding-left: 77px;
  }
  .pt-lg-77 {
    padding-top: 77px;
  }
  .pb-lg-77 {
    padding-bottom: 77px;
  }
  .fs-lg-77 {
    font-size: 77px;
  }
  .w-lg-77 {
    width: 77px;
  }
  .h-lg-77 {
    height: 77px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-77 {
    line-height: 77px;
  }
  .line-height-xl-77 {
    line-height: 77px;
  }
  .grid-cols-xl-77 {
    grid-template-columns: repeat(77, 1fr);
  }
  .gap-xl-77 {
    gap: 77px;
  }
  .gap-x-xl-77 {
    -moz-column-gap: 77px;
         column-gap: 77px;
  }
  .gap-y-xl-77 {
    row-gap: 77px;
  }
  .rounded-xl-77 {
    border-radius: 77px;
  }
  .mb-xl-77 {
    margin-bottom: 77px;
  }
  .mt-xl-77 {
    margin-top: 77px;
  }
  .mr-xl-77 {
    margin-right: 77px;
  }
  .ml-xl-77 {
    margin-left: 77px;
  }
  .mx-xl-77 {
    margin-right: 77px;
    margin-left: 77px;
  }
  .my-xl-77 {
    margin-top: 77px;
    margin-bottom: 77px;
  }
  .p-xl-77 {
    padding: 77px;
  }
  .px-xl-77 {
    padding-right: 77px;
    padding-left: 77px;
  }
  .py-xl-77 {
    padding-top: 77px;
    padding-bottom: 77px;
  }
  .pr-xl-77 {
    padding-right: 77px;
  }
  .pl-xl-77 {
    padding-left: 77px;
  }
  .pt-xl-77 {
    padding-top: 77px;
  }
  .pb-xl-77 {
    padding-bottom: 77px;
  }
  .fs-xl-77 {
    font-size: 77px;
  }
  .w-xl-77 {
    width: 77px;
  }
  .h-xl-77 {
    height: 77px;
  }
}
.lh-78 {
  line-height: 78px;
}

.grid-cols-78 {
  grid-template-columns: repeat(78, 1fr);
}

.line-height-78 {
  line-height: 78px;
}

.gap-78 {
  gap: 78px;
}

.gap-x-78 {
  -moz-column-gap: 78px;
       column-gap: 78px;
}

.gap-y-78 {
  row-gap: 78px;
}

.rounded-78 {
  border-radius: 78px;
}

.mb-78 {
  margin-bottom: 78px;
}

.mt-78 {
  margin-top: 78px;
}

.mr-78 {
  margin-right: 78px;
}

.ml-78 {
  margin-left: 78px;
}

.mx-78 {
  margin-right: 78px;
  margin-left: 78px;
}

.my-78 {
  margin-top: 78px;
  margin-bottom: 78px;
}

.p-78 {
  padding: 78px;
}

.px-78 {
  padding-right: 78px;
  padding-left: 78px;
}

.py-78 {
  padding-top: 78px;
  padding-bottom: 78px;
}

.pr-78 {
  padding-right: 78px;
}

.pl-78 {
  padding-left: 78px;
}

.pt-78 {
  padding-top: 78px;
}

.pb-78 {
  padding-bottom: 78px;
}

.fs-78 {
  font-size: 78px;
}

.w-78 {
  width: 78px;
}

.h-78 {
  height: 78px;
}

@media (min-width: 576px) {
  .lh-sm-78 {
    line-height: 78px;
  }
  .line-height-sm-78 {
    line-height: 78px;
  }
  .grid-cols-sm-78 {
    grid-template-columns: repeat(78, 1fr);
  }
  .gap-sm-78 {
    gap: 78px;
  }
  .gap-x-sm-78 {
    -moz-column-gap: 78px;
         column-gap: 78px;
  }
  .gap-y-sm-78 {
    row-gap: 78px;
  }
  .rounded-sm-78 {
    border-radius: 78px;
  }
  .mb-sm-78 {
    margin-bottom: 78px;
  }
  .mt-sm-78 {
    margin-top: 78px;
  }
  .mr-sm-78 {
    margin-right: 78px;
  }
  .ml-sm-78 {
    margin-left: 78px;
  }
  .mx-sm-78 {
    margin-right: 78px;
    margin-left: 78px;
  }
  .my-sm-78 {
    margin-top: 78px;
    margin-bottom: 78px;
  }
  .p-sm-78 {
    padding: 78px;
  }
  .px-sm-78 {
    padding-right: 78px;
    padding-left: 78px;
  }
  .py-sm-78 {
    padding-top: 78px;
    padding-bottom: 78px;
  }
  .pr-sm-78 {
    padding-right: 78px;
  }
  .pl-sm-78 {
    padding-left: 78px;
  }
  .pt-sm-78 {
    padding-top: 78px;
  }
  .pb-sm-78 {
    padding-bottom: 78px;
  }
  .fs-sm-78 {
    font-size: 78px;
  }
  .w-sm-78 {
    width: 78px;
  }
  .h-sm-78 {
    height: 78px;
  }
}
@media (min-width: 768px) {
  .lh-md-78 {
    line-height: 78px;
  }
  .line-height-md-78 {
    line-height: 78px;
  }
  .grid-cols-md-78 {
    grid-template-columns: repeat(78, 1fr);
  }
  .gap-md-78 {
    gap: 78px;
  }
  .gap-x-md-78 {
    -moz-column-gap: 78px;
         column-gap: 78px;
  }
  .gap-y-md-78 {
    row-gap: 78px;
  }
  .rounded-md-78 {
    border-radius: 78px;
  }
  .mb-md-78 {
    margin-bottom: 78px;
  }
  .mt-md-78 {
    margin-top: 78px;
  }
  .mr-md-78 {
    margin-right: 78px;
  }
  .ml-md-78 {
    margin-left: 78px;
  }
  .mx-md-78 {
    margin-right: 78px;
    margin-left: 78px;
  }
  .my-md-78 {
    margin-top: 78px;
    margin-bottom: 78px;
  }
  .p-md-78 {
    padding: 78px;
  }
  .px-md-78 {
    padding-right: 78px;
    padding-left: 78px;
  }
  .py-md-78 {
    padding-top: 78px;
    padding-bottom: 78px;
  }
  .pr-md-78 {
    padding-right: 78px;
  }
  .pl-md-78 {
    padding-left: 78px;
  }
  .pt-md-78 {
    padding-top: 78px;
  }
  .pb-md-78 {
    padding-bottom: 78px;
  }
  .fs-md-78 {
    font-size: 78px;
  }
  .w-md-78 {
    width: 78px;
  }
  .h-md-78 {
    height: 78px;
  }
}
@media (min-width: 992px) {
  .lh-lg-78 {
    line-height: 78px;
  }
  .line-height-lg-78 {
    line-height: 78px;
  }
  .grid-cols-lg-78 {
    grid-template-columns: repeat(78, 1fr);
  }
  .gap-lg-78 {
    gap: 78px;
  }
  .gap-x-lg-78 {
    -moz-column-gap: 78px;
         column-gap: 78px;
  }
  .gap-y-lg-78 {
    row-gap: 78px;
  }
  .rounded-lg-78 {
    border-radius: 78px;
  }
  .mb-lg-78 {
    margin-bottom: 78px;
  }
  .mt-lg-78 {
    margin-top: 78px;
  }
  .mr-lg-78 {
    margin-right: 78px;
  }
  .ml-lg-78 {
    margin-left: 78px;
  }
  .mx-lg-78 {
    margin-right: 78px;
    margin-left: 78px;
  }
  .my-lg-78 {
    margin-top: 78px;
    margin-bottom: 78px;
  }
  .p-lg-78 {
    padding: 78px;
  }
  .px-lg-78 {
    padding-right: 78px;
    padding-left: 78px;
  }
  .py-lg-78 {
    padding-top: 78px;
    padding-bottom: 78px;
  }
  .pr-lg-78 {
    padding-right: 78px;
  }
  .pl-lg-78 {
    padding-left: 78px;
  }
  .pt-lg-78 {
    padding-top: 78px;
  }
  .pb-lg-78 {
    padding-bottom: 78px;
  }
  .fs-lg-78 {
    font-size: 78px;
  }
  .w-lg-78 {
    width: 78px;
  }
  .h-lg-78 {
    height: 78px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-78 {
    line-height: 78px;
  }
  .line-height-xl-78 {
    line-height: 78px;
  }
  .grid-cols-xl-78 {
    grid-template-columns: repeat(78, 1fr);
  }
  .gap-xl-78 {
    gap: 78px;
  }
  .gap-x-xl-78 {
    -moz-column-gap: 78px;
         column-gap: 78px;
  }
  .gap-y-xl-78 {
    row-gap: 78px;
  }
  .rounded-xl-78 {
    border-radius: 78px;
  }
  .mb-xl-78 {
    margin-bottom: 78px;
  }
  .mt-xl-78 {
    margin-top: 78px;
  }
  .mr-xl-78 {
    margin-right: 78px;
  }
  .ml-xl-78 {
    margin-left: 78px;
  }
  .mx-xl-78 {
    margin-right: 78px;
    margin-left: 78px;
  }
  .my-xl-78 {
    margin-top: 78px;
    margin-bottom: 78px;
  }
  .p-xl-78 {
    padding: 78px;
  }
  .px-xl-78 {
    padding-right: 78px;
    padding-left: 78px;
  }
  .py-xl-78 {
    padding-top: 78px;
    padding-bottom: 78px;
  }
  .pr-xl-78 {
    padding-right: 78px;
  }
  .pl-xl-78 {
    padding-left: 78px;
  }
  .pt-xl-78 {
    padding-top: 78px;
  }
  .pb-xl-78 {
    padding-bottom: 78px;
  }
  .fs-xl-78 {
    font-size: 78px;
  }
  .w-xl-78 {
    width: 78px;
  }
  .h-xl-78 {
    height: 78px;
  }
}
.lh-79 {
  line-height: 79px;
}

.grid-cols-79 {
  grid-template-columns: repeat(79, 1fr);
}

.line-height-79 {
  line-height: 79px;
}

.gap-79 {
  gap: 79px;
}

.gap-x-79 {
  -moz-column-gap: 79px;
       column-gap: 79px;
}

.gap-y-79 {
  row-gap: 79px;
}

.rounded-79 {
  border-radius: 79px;
}

.mb-79 {
  margin-bottom: 79px;
}

.mt-79 {
  margin-top: 79px;
}

.mr-79 {
  margin-right: 79px;
}

.ml-79 {
  margin-left: 79px;
}

.mx-79 {
  margin-right: 79px;
  margin-left: 79px;
}

.my-79 {
  margin-top: 79px;
  margin-bottom: 79px;
}

.p-79 {
  padding: 79px;
}

.px-79 {
  padding-right: 79px;
  padding-left: 79px;
}

.py-79 {
  padding-top: 79px;
  padding-bottom: 79px;
}

.pr-79 {
  padding-right: 79px;
}

.pl-79 {
  padding-left: 79px;
}

.pt-79 {
  padding-top: 79px;
}

.pb-79 {
  padding-bottom: 79px;
}

.fs-79 {
  font-size: 79px;
}

.w-79 {
  width: 79px;
}

.h-79 {
  height: 79px;
}

@media (min-width: 576px) {
  .lh-sm-79 {
    line-height: 79px;
  }
  .line-height-sm-79 {
    line-height: 79px;
  }
  .grid-cols-sm-79 {
    grid-template-columns: repeat(79, 1fr);
  }
  .gap-sm-79 {
    gap: 79px;
  }
  .gap-x-sm-79 {
    -moz-column-gap: 79px;
         column-gap: 79px;
  }
  .gap-y-sm-79 {
    row-gap: 79px;
  }
  .rounded-sm-79 {
    border-radius: 79px;
  }
  .mb-sm-79 {
    margin-bottom: 79px;
  }
  .mt-sm-79 {
    margin-top: 79px;
  }
  .mr-sm-79 {
    margin-right: 79px;
  }
  .ml-sm-79 {
    margin-left: 79px;
  }
  .mx-sm-79 {
    margin-right: 79px;
    margin-left: 79px;
  }
  .my-sm-79 {
    margin-top: 79px;
    margin-bottom: 79px;
  }
  .p-sm-79 {
    padding: 79px;
  }
  .px-sm-79 {
    padding-right: 79px;
    padding-left: 79px;
  }
  .py-sm-79 {
    padding-top: 79px;
    padding-bottom: 79px;
  }
  .pr-sm-79 {
    padding-right: 79px;
  }
  .pl-sm-79 {
    padding-left: 79px;
  }
  .pt-sm-79 {
    padding-top: 79px;
  }
  .pb-sm-79 {
    padding-bottom: 79px;
  }
  .fs-sm-79 {
    font-size: 79px;
  }
  .w-sm-79 {
    width: 79px;
  }
  .h-sm-79 {
    height: 79px;
  }
}
@media (min-width: 768px) {
  .lh-md-79 {
    line-height: 79px;
  }
  .line-height-md-79 {
    line-height: 79px;
  }
  .grid-cols-md-79 {
    grid-template-columns: repeat(79, 1fr);
  }
  .gap-md-79 {
    gap: 79px;
  }
  .gap-x-md-79 {
    -moz-column-gap: 79px;
         column-gap: 79px;
  }
  .gap-y-md-79 {
    row-gap: 79px;
  }
  .rounded-md-79 {
    border-radius: 79px;
  }
  .mb-md-79 {
    margin-bottom: 79px;
  }
  .mt-md-79 {
    margin-top: 79px;
  }
  .mr-md-79 {
    margin-right: 79px;
  }
  .ml-md-79 {
    margin-left: 79px;
  }
  .mx-md-79 {
    margin-right: 79px;
    margin-left: 79px;
  }
  .my-md-79 {
    margin-top: 79px;
    margin-bottom: 79px;
  }
  .p-md-79 {
    padding: 79px;
  }
  .px-md-79 {
    padding-right: 79px;
    padding-left: 79px;
  }
  .py-md-79 {
    padding-top: 79px;
    padding-bottom: 79px;
  }
  .pr-md-79 {
    padding-right: 79px;
  }
  .pl-md-79 {
    padding-left: 79px;
  }
  .pt-md-79 {
    padding-top: 79px;
  }
  .pb-md-79 {
    padding-bottom: 79px;
  }
  .fs-md-79 {
    font-size: 79px;
  }
  .w-md-79 {
    width: 79px;
  }
  .h-md-79 {
    height: 79px;
  }
}
@media (min-width: 992px) {
  .lh-lg-79 {
    line-height: 79px;
  }
  .line-height-lg-79 {
    line-height: 79px;
  }
  .grid-cols-lg-79 {
    grid-template-columns: repeat(79, 1fr);
  }
  .gap-lg-79 {
    gap: 79px;
  }
  .gap-x-lg-79 {
    -moz-column-gap: 79px;
         column-gap: 79px;
  }
  .gap-y-lg-79 {
    row-gap: 79px;
  }
  .rounded-lg-79 {
    border-radius: 79px;
  }
  .mb-lg-79 {
    margin-bottom: 79px;
  }
  .mt-lg-79 {
    margin-top: 79px;
  }
  .mr-lg-79 {
    margin-right: 79px;
  }
  .ml-lg-79 {
    margin-left: 79px;
  }
  .mx-lg-79 {
    margin-right: 79px;
    margin-left: 79px;
  }
  .my-lg-79 {
    margin-top: 79px;
    margin-bottom: 79px;
  }
  .p-lg-79 {
    padding: 79px;
  }
  .px-lg-79 {
    padding-right: 79px;
    padding-left: 79px;
  }
  .py-lg-79 {
    padding-top: 79px;
    padding-bottom: 79px;
  }
  .pr-lg-79 {
    padding-right: 79px;
  }
  .pl-lg-79 {
    padding-left: 79px;
  }
  .pt-lg-79 {
    padding-top: 79px;
  }
  .pb-lg-79 {
    padding-bottom: 79px;
  }
  .fs-lg-79 {
    font-size: 79px;
  }
  .w-lg-79 {
    width: 79px;
  }
  .h-lg-79 {
    height: 79px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-79 {
    line-height: 79px;
  }
  .line-height-xl-79 {
    line-height: 79px;
  }
  .grid-cols-xl-79 {
    grid-template-columns: repeat(79, 1fr);
  }
  .gap-xl-79 {
    gap: 79px;
  }
  .gap-x-xl-79 {
    -moz-column-gap: 79px;
         column-gap: 79px;
  }
  .gap-y-xl-79 {
    row-gap: 79px;
  }
  .rounded-xl-79 {
    border-radius: 79px;
  }
  .mb-xl-79 {
    margin-bottom: 79px;
  }
  .mt-xl-79 {
    margin-top: 79px;
  }
  .mr-xl-79 {
    margin-right: 79px;
  }
  .ml-xl-79 {
    margin-left: 79px;
  }
  .mx-xl-79 {
    margin-right: 79px;
    margin-left: 79px;
  }
  .my-xl-79 {
    margin-top: 79px;
    margin-bottom: 79px;
  }
  .p-xl-79 {
    padding: 79px;
  }
  .px-xl-79 {
    padding-right: 79px;
    padding-left: 79px;
  }
  .py-xl-79 {
    padding-top: 79px;
    padding-bottom: 79px;
  }
  .pr-xl-79 {
    padding-right: 79px;
  }
  .pl-xl-79 {
    padding-left: 79px;
  }
  .pt-xl-79 {
    padding-top: 79px;
  }
  .pb-xl-79 {
    padding-bottom: 79px;
  }
  .fs-xl-79 {
    font-size: 79px;
  }
  .w-xl-79 {
    width: 79px;
  }
  .h-xl-79 {
    height: 79px;
  }
}
.lh-80 {
  line-height: 80px;
}

.grid-cols-80 {
  grid-template-columns: repeat(80, 1fr);
}

.line-height-80 {
  line-height: 80px;
}

.gap-80 {
  gap: 80px;
}

.gap-x-80 {
  -moz-column-gap: 80px;
       column-gap: 80px;
}

.gap-y-80 {
  row-gap: 80px;
}

.rounded-80 {
  border-radius: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-80 {
  margin-top: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.ml-80 {
  margin-left: 80px;
}

.mx-80 {
  margin-right: 80px;
  margin-left: 80px;
}

.my-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.p-80 {
  padding: 80px;
}

.px-80 {
  padding-right: 80px;
  padding-left: 80px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.pl-80 {
  padding-left: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.fs-80 {
  font-size: 80px;
}

.w-80 {
  width: 80px;
}

.h-80 {
  height: 80px;
}

@media (min-width: 576px) {
  .lh-sm-80 {
    line-height: 80px;
  }
  .line-height-sm-80 {
    line-height: 80px;
  }
  .grid-cols-sm-80 {
    grid-template-columns: repeat(80, 1fr);
  }
  .gap-sm-80 {
    gap: 80px;
  }
  .gap-x-sm-80 {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  .gap-y-sm-80 {
    row-gap: 80px;
  }
  .rounded-sm-80 {
    border-radius: 80px;
  }
  .mb-sm-80 {
    margin-bottom: 80px;
  }
  .mt-sm-80 {
    margin-top: 80px;
  }
  .mr-sm-80 {
    margin-right: 80px;
  }
  .ml-sm-80 {
    margin-left: 80px;
  }
  .mx-sm-80 {
    margin-right: 80px;
    margin-left: 80px;
  }
  .my-sm-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .p-sm-80 {
    padding: 80px;
  }
  .px-sm-80 {
    padding-right: 80px;
    padding-left: 80px;
  }
  .py-sm-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pr-sm-80 {
    padding-right: 80px;
  }
  .pl-sm-80 {
    padding-left: 80px;
  }
  .pt-sm-80 {
    padding-top: 80px;
  }
  .pb-sm-80 {
    padding-bottom: 80px;
  }
  .fs-sm-80 {
    font-size: 80px;
  }
  .w-sm-80 {
    width: 80px;
  }
  .h-sm-80 {
    height: 80px;
  }
}
@media (min-width: 768px) {
  .lh-md-80 {
    line-height: 80px;
  }
  .line-height-md-80 {
    line-height: 80px;
  }
  .grid-cols-md-80 {
    grid-template-columns: repeat(80, 1fr);
  }
  .gap-md-80 {
    gap: 80px;
  }
  .gap-x-md-80 {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  .gap-y-md-80 {
    row-gap: 80px;
  }
  .rounded-md-80 {
    border-radius: 80px;
  }
  .mb-md-80 {
    margin-bottom: 80px;
  }
  .mt-md-80 {
    margin-top: 80px;
  }
  .mr-md-80 {
    margin-right: 80px;
  }
  .ml-md-80 {
    margin-left: 80px;
  }
  .mx-md-80 {
    margin-right: 80px;
    margin-left: 80px;
  }
  .my-md-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .p-md-80 {
    padding: 80px;
  }
  .px-md-80 {
    padding-right: 80px;
    padding-left: 80px;
  }
  .py-md-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pr-md-80 {
    padding-right: 80px;
  }
  .pl-md-80 {
    padding-left: 80px;
  }
  .pt-md-80 {
    padding-top: 80px;
  }
  .pb-md-80 {
    padding-bottom: 80px;
  }
  .fs-md-80 {
    font-size: 80px;
  }
  .w-md-80 {
    width: 80px;
  }
  .h-md-80 {
    height: 80px;
  }
}
@media (min-width: 992px) {
  .lh-lg-80 {
    line-height: 80px;
  }
  .line-height-lg-80 {
    line-height: 80px;
  }
  .grid-cols-lg-80 {
    grid-template-columns: repeat(80, 1fr);
  }
  .gap-lg-80 {
    gap: 80px;
  }
  .gap-x-lg-80 {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  .gap-y-lg-80 {
    row-gap: 80px;
  }
  .rounded-lg-80 {
    border-radius: 80px;
  }
  .mb-lg-80 {
    margin-bottom: 80px;
  }
  .mt-lg-80 {
    margin-top: 80px;
  }
  .mr-lg-80 {
    margin-right: 80px;
  }
  .ml-lg-80 {
    margin-left: 80px;
  }
  .mx-lg-80 {
    margin-right: 80px;
    margin-left: 80px;
  }
  .my-lg-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .p-lg-80 {
    padding: 80px;
  }
  .px-lg-80 {
    padding-right: 80px;
    padding-left: 80px;
  }
  .py-lg-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pr-lg-80 {
    padding-right: 80px;
  }
  .pl-lg-80 {
    padding-left: 80px;
  }
  .pt-lg-80 {
    padding-top: 80px;
  }
  .pb-lg-80 {
    padding-bottom: 80px;
  }
  .fs-lg-80 {
    font-size: 80px;
  }
  .w-lg-80 {
    width: 80px;
  }
  .h-lg-80 {
    height: 80px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-80 {
    line-height: 80px;
  }
  .line-height-xl-80 {
    line-height: 80px;
  }
  .grid-cols-xl-80 {
    grid-template-columns: repeat(80, 1fr);
  }
  .gap-xl-80 {
    gap: 80px;
  }
  .gap-x-xl-80 {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  .gap-y-xl-80 {
    row-gap: 80px;
  }
  .rounded-xl-80 {
    border-radius: 80px;
  }
  .mb-xl-80 {
    margin-bottom: 80px;
  }
  .mt-xl-80 {
    margin-top: 80px;
  }
  .mr-xl-80 {
    margin-right: 80px;
  }
  .ml-xl-80 {
    margin-left: 80px;
  }
  .mx-xl-80 {
    margin-right: 80px;
    margin-left: 80px;
  }
  .my-xl-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .p-xl-80 {
    padding: 80px;
  }
  .px-xl-80 {
    padding-right: 80px;
    padding-left: 80px;
  }
  .py-xl-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pr-xl-80 {
    padding-right: 80px;
  }
  .pl-xl-80 {
    padding-left: 80px;
  }
  .pt-xl-80 {
    padding-top: 80px;
  }
  .pb-xl-80 {
    padding-bottom: 80px;
  }
  .fs-xl-80 {
    font-size: 80px;
  }
  .w-xl-80 {
    width: 80px;
  }
  .h-xl-80 {
    height: 80px;
  }
}
.lh-81 {
  line-height: 81px;
}

.grid-cols-81 {
  grid-template-columns: repeat(81, 1fr);
}

.line-height-81 {
  line-height: 81px;
}

.gap-81 {
  gap: 81px;
}

.gap-x-81 {
  -moz-column-gap: 81px;
       column-gap: 81px;
}

.gap-y-81 {
  row-gap: 81px;
}

.rounded-81 {
  border-radius: 81px;
}

.mb-81 {
  margin-bottom: 81px;
}

.mt-81 {
  margin-top: 81px;
}

.mr-81 {
  margin-right: 81px;
}

.ml-81 {
  margin-left: 81px;
}

.mx-81 {
  margin-right: 81px;
  margin-left: 81px;
}

.my-81 {
  margin-top: 81px;
  margin-bottom: 81px;
}

.p-81 {
  padding: 81px;
}

.px-81 {
  padding-right: 81px;
  padding-left: 81px;
}

.py-81 {
  padding-top: 81px;
  padding-bottom: 81px;
}

.pr-81 {
  padding-right: 81px;
}

.pl-81 {
  padding-left: 81px;
}

.pt-81 {
  padding-top: 81px;
}

.pb-81 {
  padding-bottom: 81px;
}

.fs-81 {
  font-size: 81px;
}

.w-81 {
  width: 81px;
}

.h-81 {
  height: 81px;
}

@media (min-width: 576px) {
  .lh-sm-81 {
    line-height: 81px;
  }
  .line-height-sm-81 {
    line-height: 81px;
  }
  .grid-cols-sm-81 {
    grid-template-columns: repeat(81, 1fr);
  }
  .gap-sm-81 {
    gap: 81px;
  }
  .gap-x-sm-81 {
    -moz-column-gap: 81px;
         column-gap: 81px;
  }
  .gap-y-sm-81 {
    row-gap: 81px;
  }
  .rounded-sm-81 {
    border-radius: 81px;
  }
  .mb-sm-81 {
    margin-bottom: 81px;
  }
  .mt-sm-81 {
    margin-top: 81px;
  }
  .mr-sm-81 {
    margin-right: 81px;
  }
  .ml-sm-81 {
    margin-left: 81px;
  }
  .mx-sm-81 {
    margin-right: 81px;
    margin-left: 81px;
  }
  .my-sm-81 {
    margin-top: 81px;
    margin-bottom: 81px;
  }
  .p-sm-81 {
    padding: 81px;
  }
  .px-sm-81 {
    padding-right: 81px;
    padding-left: 81px;
  }
  .py-sm-81 {
    padding-top: 81px;
    padding-bottom: 81px;
  }
  .pr-sm-81 {
    padding-right: 81px;
  }
  .pl-sm-81 {
    padding-left: 81px;
  }
  .pt-sm-81 {
    padding-top: 81px;
  }
  .pb-sm-81 {
    padding-bottom: 81px;
  }
  .fs-sm-81 {
    font-size: 81px;
  }
  .w-sm-81 {
    width: 81px;
  }
  .h-sm-81 {
    height: 81px;
  }
}
@media (min-width: 768px) {
  .lh-md-81 {
    line-height: 81px;
  }
  .line-height-md-81 {
    line-height: 81px;
  }
  .grid-cols-md-81 {
    grid-template-columns: repeat(81, 1fr);
  }
  .gap-md-81 {
    gap: 81px;
  }
  .gap-x-md-81 {
    -moz-column-gap: 81px;
         column-gap: 81px;
  }
  .gap-y-md-81 {
    row-gap: 81px;
  }
  .rounded-md-81 {
    border-radius: 81px;
  }
  .mb-md-81 {
    margin-bottom: 81px;
  }
  .mt-md-81 {
    margin-top: 81px;
  }
  .mr-md-81 {
    margin-right: 81px;
  }
  .ml-md-81 {
    margin-left: 81px;
  }
  .mx-md-81 {
    margin-right: 81px;
    margin-left: 81px;
  }
  .my-md-81 {
    margin-top: 81px;
    margin-bottom: 81px;
  }
  .p-md-81 {
    padding: 81px;
  }
  .px-md-81 {
    padding-right: 81px;
    padding-left: 81px;
  }
  .py-md-81 {
    padding-top: 81px;
    padding-bottom: 81px;
  }
  .pr-md-81 {
    padding-right: 81px;
  }
  .pl-md-81 {
    padding-left: 81px;
  }
  .pt-md-81 {
    padding-top: 81px;
  }
  .pb-md-81 {
    padding-bottom: 81px;
  }
  .fs-md-81 {
    font-size: 81px;
  }
  .w-md-81 {
    width: 81px;
  }
  .h-md-81 {
    height: 81px;
  }
}
@media (min-width: 992px) {
  .lh-lg-81 {
    line-height: 81px;
  }
  .line-height-lg-81 {
    line-height: 81px;
  }
  .grid-cols-lg-81 {
    grid-template-columns: repeat(81, 1fr);
  }
  .gap-lg-81 {
    gap: 81px;
  }
  .gap-x-lg-81 {
    -moz-column-gap: 81px;
         column-gap: 81px;
  }
  .gap-y-lg-81 {
    row-gap: 81px;
  }
  .rounded-lg-81 {
    border-radius: 81px;
  }
  .mb-lg-81 {
    margin-bottom: 81px;
  }
  .mt-lg-81 {
    margin-top: 81px;
  }
  .mr-lg-81 {
    margin-right: 81px;
  }
  .ml-lg-81 {
    margin-left: 81px;
  }
  .mx-lg-81 {
    margin-right: 81px;
    margin-left: 81px;
  }
  .my-lg-81 {
    margin-top: 81px;
    margin-bottom: 81px;
  }
  .p-lg-81 {
    padding: 81px;
  }
  .px-lg-81 {
    padding-right: 81px;
    padding-left: 81px;
  }
  .py-lg-81 {
    padding-top: 81px;
    padding-bottom: 81px;
  }
  .pr-lg-81 {
    padding-right: 81px;
  }
  .pl-lg-81 {
    padding-left: 81px;
  }
  .pt-lg-81 {
    padding-top: 81px;
  }
  .pb-lg-81 {
    padding-bottom: 81px;
  }
  .fs-lg-81 {
    font-size: 81px;
  }
  .w-lg-81 {
    width: 81px;
  }
  .h-lg-81 {
    height: 81px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-81 {
    line-height: 81px;
  }
  .line-height-xl-81 {
    line-height: 81px;
  }
  .grid-cols-xl-81 {
    grid-template-columns: repeat(81, 1fr);
  }
  .gap-xl-81 {
    gap: 81px;
  }
  .gap-x-xl-81 {
    -moz-column-gap: 81px;
         column-gap: 81px;
  }
  .gap-y-xl-81 {
    row-gap: 81px;
  }
  .rounded-xl-81 {
    border-radius: 81px;
  }
  .mb-xl-81 {
    margin-bottom: 81px;
  }
  .mt-xl-81 {
    margin-top: 81px;
  }
  .mr-xl-81 {
    margin-right: 81px;
  }
  .ml-xl-81 {
    margin-left: 81px;
  }
  .mx-xl-81 {
    margin-right: 81px;
    margin-left: 81px;
  }
  .my-xl-81 {
    margin-top: 81px;
    margin-bottom: 81px;
  }
  .p-xl-81 {
    padding: 81px;
  }
  .px-xl-81 {
    padding-right: 81px;
    padding-left: 81px;
  }
  .py-xl-81 {
    padding-top: 81px;
    padding-bottom: 81px;
  }
  .pr-xl-81 {
    padding-right: 81px;
  }
  .pl-xl-81 {
    padding-left: 81px;
  }
  .pt-xl-81 {
    padding-top: 81px;
  }
  .pb-xl-81 {
    padding-bottom: 81px;
  }
  .fs-xl-81 {
    font-size: 81px;
  }
  .w-xl-81 {
    width: 81px;
  }
  .h-xl-81 {
    height: 81px;
  }
}
.lh-82 {
  line-height: 82px;
}

.grid-cols-82 {
  grid-template-columns: repeat(82, 1fr);
}

.line-height-82 {
  line-height: 82px;
}

.gap-82 {
  gap: 82px;
}

.gap-x-82 {
  -moz-column-gap: 82px;
       column-gap: 82px;
}

.gap-y-82 {
  row-gap: 82px;
}

.rounded-82 {
  border-radius: 82px;
}

.mb-82 {
  margin-bottom: 82px;
}

.mt-82 {
  margin-top: 82px;
}

.mr-82 {
  margin-right: 82px;
}

.ml-82 {
  margin-left: 82px;
}

.mx-82 {
  margin-right: 82px;
  margin-left: 82px;
}

.my-82 {
  margin-top: 82px;
  margin-bottom: 82px;
}

.p-82 {
  padding: 82px;
}

.px-82 {
  padding-right: 82px;
  padding-left: 82px;
}

.py-82 {
  padding-top: 82px;
  padding-bottom: 82px;
}

.pr-82 {
  padding-right: 82px;
}

.pl-82 {
  padding-left: 82px;
}

.pt-82 {
  padding-top: 82px;
}

.pb-82 {
  padding-bottom: 82px;
}

.fs-82 {
  font-size: 82px;
}

.w-82 {
  width: 82px;
}

.h-82 {
  height: 82px;
}

@media (min-width: 576px) {
  .lh-sm-82 {
    line-height: 82px;
  }
  .line-height-sm-82 {
    line-height: 82px;
  }
  .grid-cols-sm-82 {
    grid-template-columns: repeat(82, 1fr);
  }
  .gap-sm-82 {
    gap: 82px;
  }
  .gap-x-sm-82 {
    -moz-column-gap: 82px;
         column-gap: 82px;
  }
  .gap-y-sm-82 {
    row-gap: 82px;
  }
  .rounded-sm-82 {
    border-radius: 82px;
  }
  .mb-sm-82 {
    margin-bottom: 82px;
  }
  .mt-sm-82 {
    margin-top: 82px;
  }
  .mr-sm-82 {
    margin-right: 82px;
  }
  .ml-sm-82 {
    margin-left: 82px;
  }
  .mx-sm-82 {
    margin-right: 82px;
    margin-left: 82px;
  }
  .my-sm-82 {
    margin-top: 82px;
    margin-bottom: 82px;
  }
  .p-sm-82 {
    padding: 82px;
  }
  .px-sm-82 {
    padding-right: 82px;
    padding-left: 82px;
  }
  .py-sm-82 {
    padding-top: 82px;
    padding-bottom: 82px;
  }
  .pr-sm-82 {
    padding-right: 82px;
  }
  .pl-sm-82 {
    padding-left: 82px;
  }
  .pt-sm-82 {
    padding-top: 82px;
  }
  .pb-sm-82 {
    padding-bottom: 82px;
  }
  .fs-sm-82 {
    font-size: 82px;
  }
  .w-sm-82 {
    width: 82px;
  }
  .h-sm-82 {
    height: 82px;
  }
}
@media (min-width: 768px) {
  .lh-md-82 {
    line-height: 82px;
  }
  .line-height-md-82 {
    line-height: 82px;
  }
  .grid-cols-md-82 {
    grid-template-columns: repeat(82, 1fr);
  }
  .gap-md-82 {
    gap: 82px;
  }
  .gap-x-md-82 {
    -moz-column-gap: 82px;
         column-gap: 82px;
  }
  .gap-y-md-82 {
    row-gap: 82px;
  }
  .rounded-md-82 {
    border-radius: 82px;
  }
  .mb-md-82 {
    margin-bottom: 82px;
  }
  .mt-md-82 {
    margin-top: 82px;
  }
  .mr-md-82 {
    margin-right: 82px;
  }
  .ml-md-82 {
    margin-left: 82px;
  }
  .mx-md-82 {
    margin-right: 82px;
    margin-left: 82px;
  }
  .my-md-82 {
    margin-top: 82px;
    margin-bottom: 82px;
  }
  .p-md-82 {
    padding: 82px;
  }
  .px-md-82 {
    padding-right: 82px;
    padding-left: 82px;
  }
  .py-md-82 {
    padding-top: 82px;
    padding-bottom: 82px;
  }
  .pr-md-82 {
    padding-right: 82px;
  }
  .pl-md-82 {
    padding-left: 82px;
  }
  .pt-md-82 {
    padding-top: 82px;
  }
  .pb-md-82 {
    padding-bottom: 82px;
  }
  .fs-md-82 {
    font-size: 82px;
  }
  .w-md-82 {
    width: 82px;
  }
  .h-md-82 {
    height: 82px;
  }
}
@media (min-width: 992px) {
  .lh-lg-82 {
    line-height: 82px;
  }
  .line-height-lg-82 {
    line-height: 82px;
  }
  .grid-cols-lg-82 {
    grid-template-columns: repeat(82, 1fr);
  }
  .gap-lg-82 {
    gap: 82px;
  }
  .gap-x-lg-82 {
    -moz-column-gap: 82px;
         column-gap: 82px;
  }
  .gap-y-lg-82 {
    row-gap: 82px;
  }
  .rounded-lg-82 {
    border-radius: 82px;
  }
  .mb-lg-82 {
    margin-bottom: 82px;
  }
  .mt-lg-82 {
    margin-top: 82px;
  }
  .mr-lg-82 {
    margin-right: 82px;
  }
  .ml-lg-82 {
    margin-left: 82px;
  }
  .mx-lg-82 {
    margin-right: 82px;
    margin-left: 82px;
  }
  .my-lg-82 {
    margin-top: 82px;
    margin-bottom: 82px;
  }
  .p-lg-82 {
    padding: 82px;
  }
  .px-lg-82 {
    padding-right: 82px;
    padding-left: 82px;
  }
  .py-lg-82 {
    padding-top: 82px;
    padding-bottom: 82px;
  }
  .pr-lg-82 {
    padding-right: 82px;
  }
  .pl-lg-82 {
    padding-left: 82px;
  }
  .pt-lg-82 {
    padding-top: 82px;
  }
  .pb-lg-82 {
    padding-bottom: 82px;
  }
  .fs-lg-82 {
    font-size: 82px;
  }
  .w-lg-82 {
    width: 82px;
  }
  .h-lg-82 {
    height: 82px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-82 {
    line-height: 82px;
  }
  .line-height-xl-82 {
    line-height: 82px;
  }
  .grid-cols-xl-82 {
    grid-template-columns: repeat(82, 1fr);
  }
  .gap-xl-82 {
    gap: 82px;
  }
  .gap-x-xl-82 {
    -moz-column-gap: 82px;
         column-gap: 82px;
  }
  .gap-y-xl-82 {
    row-gap: 82px;
  }
  .rounded-xl-82 {
    border-radius: 82px;
  }
  .mb-xl-82 {
    margin-bottom: 82px;
  }
  .mt-xl-82 {
    margin-top: 82px;
  }
  .mr-xl-82 {
    margin-right: 82px;
  }
  .ml-xl-82 {
    margin-left: 82px;
  }
  .mx-xl-82 {
    margin-right: 82px;
    margin-left: 82px;
  }
  .my-xl-82 {
    margin-top: 82px;
    margin-bottom: 82px;
  }
  .p-xl-82 {
    padding: 82px;
  }
  .px-xl-82 {
    padding-right: 82px;
    padding-left: 82px;
  }
  .py-xl-82 {
    padding-top: 82px;
    padding-bottom: 82px;
  }
  .pr-xl-82 {
    padding-right: 82px;
  }
  .pl-xl-82 {
    padding-left: 82px;
  }
  .pt-xl-82 {
    padding-top: 82px;
  }
  .pb-xl-82 {
    padding-bottom: 82px;
  }
  .fs-xl-82 {
    font-size: 82px;
  }
  .w-xl-82 {
    width: 82px;
  }
  .h-xl-82 {
    height: 82px;
  }
}
.lh-83 {
  line-height: 83px;
}

.grid-cols-83 {
  grid-template-columns: repeat(83, 1fr);
}

.line-height-83 {
  line-height: 83px;
}

.gap-83 {
  gap: 83px;
}

.gap-x-83 {
  -moz-column-gap: 83px;
       column-gap: 83px;
}

.gap-y-83 {
  row-gap: 83px;
}

.rounded-83 {
  border-radius: 83px;
}

.mb-83 {
  margin-bottom: 83px;
}

.mt-83 {
  margin-top: 83px;
}

.mr-83 {
  margin-right: 83px;
}

.ml-83 {
  margin-left: 83px;
}

.mx-83 {
  margin-right: 83px;
  margin-left: 83px;
}

.my-83 {
  margin-top: 83px;
  margin-bottom: 83px;
}

.p-83 {
  padding: 83px;
}

.px-83 {
  padding-right: 83px;
  padding-left: 83px;
}

.py-83 {
  padding-top: 83px;
  padding-bottom: 83px;
}

.pr-83 {
  padding-right: 83px;
}

.pl-83 {
  padding-left: 83px;
}

.pt-83 {
  padding-top: 83px;
}

.pb-83 {
  padding-bottom: 83px;
}

.fs-83 {
  font-size: 83px;
}

.w-83 {
  width: 83px;
}

.h-83 {
  height: 83px;
}

@media (min-width: 576px) {
  .lh-sm-83 {
    line-height: 83px;
  }
  .line-height-sm-83 {
    line-height: 83px;
  }
  .grid-cols-sm-83 {
    grid-template-columns: repeat(83, 1fr);
  }
  .gap-sm-83 {
    gap: 83px;
  }
  .gap-x-sm-83 {
    -moz-column-gap: 83px;
         column-gap: 83px;
  }
  .gap-y-sm-83 {
    row-gap: 83px;
  }
  .rounded-sm-83 {
    border-radius: 83px;
  }
  .mb-sm-83 {
    margin-bottom: 83px;
  }
  .mt-sm-83 {
    margin-top: 83px;
  }
  .mr-sm-83 {
    margin-right: 83px;
  }
  .ml-sm-83 {
    margin-left: 83px;
  }
  .mx-sm-83 {
    margin-right: 83px;
    margin-left: 83px;
  }
  .my-sm-83 {
    margin-top: 83px;
    margin-bottom: 83px;
  }
  .p-sm-83 {
    padding: 83px;
  }
  .px-sm-83 {
    padding-right: 83px;
    padding-left: 83px;
  }
  .py-sm-83 {
    padding-top: 83px;
    padding-bottom: 83px;
  }
  .pr-sm-83 {
    padding-right: 83px;
  }
  .pl-sm-83 {
    padding-left: 83px;
  }
  .pt-sm-83 {
    padding-top: 83px;
  }
  .pb-sm-83 {
    padding-bottom: 83px;
  }
  .fs-sm-83 {
    font-size: 83px;
  }
  .w-sm-83 {
    width: 83px;
  }
  .h-sm-83 {
    height: 83px;
  }
}
@media (min-width: 768px) {
  .lh-md-83 {
    line-height: 83px;
  }
  .line-height-md-83 {
    line-height: 83px;
  }
  .grid-cols-md-83 {
    grid-template-columns: repeat(83, 1fr);
  }
  .gap-md-83 {
    gap: 83px;
  }
  .gap-x-md-83 {
    -moz-column-gap: 83px;
         column-gap: 83px;
  }
  .gap-y-md-83 {
    row-gap: 83px;
  }
  .rounded-md-83 {
    border-radius: 83px;
  }
  .mb-md-83 {
    margin-bottom: 83px;
  }
  .mt-md-83 {
    margin-top: 83px;
  }
  .mr-md-83 {
    margin-right: 83px;
  }
  .ml-md-83 {
    margin-left: 83px;
  }
  .mx-md-83 {
    margin-right: 83px;
    margin-left: 83px;
  }
  .my-md-83 {
    margin-top: 83px;
    margin-bottom: 83px;
  }
  .p-md-83 {
    padding: 83px;
  }
  .px-md-83 {
    padding-right: 83px;
    padding-left: 83px;
  }
  .py-md-83 {
    padding-top: 83px;
    padding-bottom: 83px;
  }
  .pr-md-83 {
    padding-right: 83px;
  }
  .pl-md-83 {
    padding-left: 83px;
  }
  .pt-md-83 {
    padding-top: 83px;
  }
  .pb-md-83 {
    padding-bottom: 83px;
  }
  .fs-md-83 {
    font-size: 83px;
  }
  .w-md-83 {
    width: 83px;
  }
  .h-md-83 {
    height: 83px;
  }
}
@media (min-width: 992px) {
  .lh-lg-83 {
    line-height: 83px;
  }
  .line-height-lg-83 {
    line-height: 83px;
  }
  .grid-cols-lg-83 {
    grid-template-columns: repeat(83, 1fr);
  }
  .gap-lg-83 {
    gap: 83px;
  }
  .gap-x-lg-83 {
    -moz-column-gap: 83px;
         column-gap: 83px;
  }
  .gap-y-lg-83 {
    row-gap: 83px;
  }
  .rounded-lg-83 {
    border-radius: 83px;
  }
  .mb-lg-83 {
    margin-bottom: 83px;
  }
  .mt-lg-83 {
    margin-top: 83px;
  }
  .mr-lg-83 {
    margin-right: 83px;
  }
  .ml-lg-83 {
    margin-left: 83px;
  }
  .mx-lg-83 {
    margin-right: 83px;
    margin-left: 83px;
  }
  .my-lg-83 {
    margin-top: 83px;
    margin-bottom: 83px;
  }
  .p-lg-83 {
    padding: 83px;
  }
  .px-lg-83 {
    padding-right: 83px;
    padding-left: 83px;
  }
  .py-lg-83 {
    padding-top: 83px;
    padding-bottom: 83px;
  }
  .pr-lg-83 {
    padding-right: 83px;
  }
  .pl-lg-83 {
    padding-left: 83px;
  }
  .pt-lg-83 {
    padding-top: 83px;
  }
  .pb-lg-83 {
    padding-bottom: 83px;
  }
  .fs-lg-83 {
    font-size: 83px;
  }
  .w-lg-83 {
    width: 83px;
  }
  .h-lg-83 {
    height: 83px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-83 {
    line-height: 83px;
  }
  .line-height-xl-83 {
    line-height: 83px;
  }
  .grid-cols-xl-83 {
    grid-template-columns: repeat(83, 1fr);
  }
  .gap-xl-83 {
    gap: 83px;
  }
  .gap-x-xl-83 {
    -moz-column-gap: 83px;
         column-gap: 83px;
  }
  .gap-y-xl-83 {
    row-gap: 83px;
  }
  .rounded-xl-83 {
    border-radius: 83px;
  }
  .mb-xl-83 {
    margin-bottom: 83px;
  }
  .mt-xl-83 {
    margin-top: 83px;
  }
  .mr-xl-83 {
    margin-right: 83px;
  }
  .ml-xl-83 {
    margin-left: 83px;
  }
  .mx-xl-83 {
    margin-right: 83px;
    margin-left: 83px;
  }
  .my-xl-83 {
    margin-top: 83px;
    margin-bottom: 83px;
  }
  .p-xl-83 {
    padding: 83px;
  }
  .px-xl-83 {
    padding-right: 83px;
    padding-left: 83px;
  }
  .py-xl-83 {
    padding-top: 83px;
    padding-bottom: 83px;
  }
  .pr-xl-83 {
    padding-right: 83px;
  }
  .pl-xl-83 {
    padding-left: 83px;
  }
  .pt-xl-83 {
    padding-top: 83px;
  }
  .pb-xl-83 {
    padding-bottom: 83px;
  }
  .fs-xl-83 {
    font-size: 83px;
  }
  .w-xl-83 {
    width: 83px;
  }
  .h-xl-83 {
    height: 83px;
  }
}
.lh-84 {
  line-height: 84px;
}

.grid-cols-84 {
  grid-template-columns: repeat(84, 1fr);
}

.line-height-84 {
  line-height: 84px;
}

.gap-84 {
  gap: 84px;
}

.gap-x-84 {
  -moz-column-gap: 84px;
       column-gap: 84px;
}

.gap-y-84 {
  row-gap: 84px;
}

.rounded-84 {
  border-radius: 84px;
}

.mb-84 {
  margin-bottom: 84px;
}

.mt-84 {
  margin-top: 84px;
}

.mr-84 {
  margin-right: 84px;
}

.ml-84 {
  margin-left: 84px;
}

.mx-84 {
  margin-right: 84px;
  margin-left: 84px;
}

.my-84 {
  margin-top: 84px;
  margin-bottom: 84px;
}

.p-84 {
  padding: 84px;
}

.px-84 {
  padding-right: 84px;
  padding-left: 84px;
}

.py-84 {
  padding-top: 84px;
  padding-bottom: 84px;
}

.pr-84 {
  padding-right: 84px;
}

.pl-84 {
  padding-left: 84px;
}

.pt-84 {
  padding-top: 84px;
}

.pb-84 {
  padding-bottom: 84px;
}

.fs-84 {
  font-size: 84px;
}

.w-84 {
  width: 84px;
}

.h-84 {
  height: 84px;
}

@media (min-width: 576px) {
  .lh-sm-84 {
    line-height: 84px;
  }
  .line-height-sm-84 {
    line-height: 84px;
  }
  .grid-cols-sm-84 {
    grid-template-columns: repeat(84, 1fr);
  }
  .gap-sm-84 {
    gap: 84px;
  }
  .gap-x-sm-84 {
    -moz-column-gap: 84px;
         column-gap: 84px;
  }
  .gap-y-sm-84 {
    row-gap: 84px;
  }
  .rounded-sm-84 {
    border-radius: 84px;
  }
  .mb-sm-84 {
    margin-bottom: 84px;
  }
  .mt-sm-84 {
    margin-top: 84px;
  }
  .mr-sm-84 {
    margin-right: 84px;
  }
  .ml-sm-84 {
    margin-left: 84px;
  }
  .mx-sm-84 {
    margin-right: 84px;
    margin-left: 84px;
  }
  .my-sm-84 {
    margin-top: 84px;
    margin-bottom: 84px;
  }
  .p-sm-84 {
    padding: 84px;
  }
  .px-sm-84 {
    padding-right: 84px;
    padding-left: 84px;
  }
  .py-sm-84 {
    padding-top: 84px;
    padding-bottom: 84px;
  }
  .pr-sm-84 {
    padding-right: 84px;
  }
  .pl-sm-84 {
    padding-left: 84px;
  }
  .pt-sm-84 {
    padding-top: 84px;
  }
  .pb-sm-84 {
    padding-bottom: 84px;
  }
  .fs-sm-84 {
    font-size: 84px;
  }
  .w-sm-84 {
    width: 84px;
  }
  .h-sm-84 {
    height: 84px;
  }
}
@media (min-width: 768px) {
  .lh-md-84 {
    line-height: 84px;
  }
  .line-height-md-84 {
    line-height: 84px;
  }
  .grid-cols-md-84 {
    grid-template-columns: repeat(84, 1fr);
  }
  .gap-md-84 {
    gap: 84px;
  }
  .gap-x-md-84 {
    -moz-column-gap: 84px;
         column-gap: 84px;
  }
  .gap-y-md-84 {
    row-gap: 84px;
  }
  .rounded-md-84 {
    border-radius: 84px;
  }
  .mb-md-84 {
    margin-bottom: 84px;
  }
  .mt-md-84 {
    margin-top: 84px;
  }
  .mr-md-84 {
    margin-right: 84px;
  }
  .ml-md-84 {
    margin-left: 84px;
  }
  .mx-md-84 {
    margin-right: 84px;
    margin-left: 84px;
  }
  .my-md-84 {
    margin-top: 84px;
    margin-bottom: 84px;
  }
  .p-md-84 {
    padding: 84px;
  }
  .px-md-84 {
    padding-right: 84px;
    padding-left: 84px;
  }
  .py-md-84 {
    padding-top: 84px;
    padding-bottom: 84px;
  }
  .pr-md-84 {
    padding-right: 84px;
  }
  .pl-md-84 {
    padding-left: 84px;
  }
  .pt-md-84 {
    padding-top: 84px;
  }
  .pb-md-84 {
    padding-bottom: 84px;
  }
  .fs-md-84 {
    font-size: 84px;
  }
  .w-md-84 {
    width: 84px;
  }
  .h-md-84 {
    height: 84px;
  }
}
@media (min-width: 992px) {
  .lh-lg-84 {
    line-height: 84px;
  }
  .line-height-lg-84 {
    line-height: 84px;
  }
  .grid-cols-lg-84 {
    grid-template-columns: repeat(84, 1fr);
  }
  .gap-lg-84 {
    gap: 84px;
  }
  .gap-x-lg-84 {
    -moz-column-gap: 84px;
         column-gap: 84px;
  }
  .gap-y-lg-84 {
    row-gap: 84px;
  }
  .rounded-lg-84 {
    border-radius: 84px;
  }
  .mb-lg-84 {
    margin-bottom: 84px;
  }
  .mt-lg-84 {
    margin-top: 84px;
  }
  .mr-lg-84 {
    margin-right: 84px;
  }
  .ml-lg-84 {
    margin-left: 84px;
  }
  .mx-lg-84 {
    margin-right: 84px;
    margin-left: 84px;
  }
  .my-lg-84 {
    margin-top: 84px;
    margin-bottom: 84px;
  }
  .p-lg-84 {
    padding: 84px;
  }
  .px-lg-84 {
    padding-right: 84px;
    padding-left: 84px;
  }
  .py-lg-84 {
    padding-top: 84px;
    padding-bottom: 84px;
  }
  .pr-lg-84 {
    padding-right: 84px;
  }
  .pl-lg-84 {
    padding-left: 84px;
  }
  .pt-lg-84 {
    padding-top: 84px;
  }
  .pb-lg-84 {
    padding-bottom: 84px;
  }
  .fs-lg-84 {
    font-size: 84px;
  }
  .w-lg-84 {
    width: 84px;
  }
  .h-lg-84 {
    height: 84px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-84 {
    line-height: 84px;
  }
  .line-height-xl-84 {
    line-height: 84px;
  }
  .grid-cols-xl-84 {
    grid-template-columns: repeat(84, 1fr);
  }
  .gap-xl-84 {
    gap: 84px;
  }
  .gap-x-xl-84 {
    -moz-column-gap: 84px;
         column-gap: 84px;
  }
  .gap-y-xl-84 {
    row-gap: 84px;
  }
  .rounded-xl-84 {
    border-radius: 84px;
  }
  .mb-xl-84 {
    margin-bottom: 84px;
  }
  .mt-xl-84 {
    margin-top: 84px;
  }
  .mr-xl-84 {
    margin-right: 84px;
  }
  .ml-xl-84 {
    margin-left: 84px;
  }
  .mx-xl-84 {
    margin-right: 84px;
    margin-left: 84px;
  }
  .my-xl-84 {
    margin-top: 84px;
    margin-bottom: 84px;
  }
  .p-xl-84 {
    padding: 84px;
  }
  .px-xl-84 {
    padding-right: 84px;
    padding-left: 84px;
  }
  .py-xl-84 {
    padding-top: 84px;
    padding-bottom: 84px;
  }
  .pr-xl-84 {
    padding-right: 84px;
  }
  .pl-xl-84 {
    padding-left: 84px;
  }
  .pt-xl-84 {
    padding-top: 84px;
  }
  .pb-xl-84 {
    padding-bottom: 84px;
  }
  .fs-xl-84 {
    font-size: 84px;
  }
  .w-xl-84 {
    width: 84px;
  }
  .h-xl-84 {
    height: 84px;
  }
}
.lh-85 {
  line-height: 85px;
}

.grid-cols-85 {
  grid-template-columns: repeat(85, 1fr);
}

.line-height-85 {
  line-height: 85px;
}

.gap-85 {
  gap: 85px;
}

.gap-x-85 {
  -moz-column-gap: 85px;
       column-gap: 85px;
}

.gap-y-85 {
  row-gap: 85px;
}

.rounded-85 {
  border-radius: 85px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mt-85 {
  margin-top: 85px;
}

.mr-85 {
  margin-right: 85px;
}

.ml-85 {
  margin-left: 85px;
}

.mx-85 {
  margin-right: 85px;
  margin-left: 85px;
}

.my-85 {
  margin-top: 85px;
  margin-bottom: 85px;
}

.p-85 {
  padding: 85px;
}

.px-85 {
  padding-right: 85px;
  padding-left: 85px;
}

.py-85 {
  padding-top: 85px;
  padding-bottom: 85px;
}

.pr-85 {
  padding-right: 85px;
}

.pl-85 {
  padding-left: 85px;
}

.pt-85 {
  padding-top: 85px;
}

.pb-85 {
  padding-bottom: 85px;
}

.fs-85 {
  font-size: 85px;
}

.w-85 {
  width: 85px;
}

.h-85 {
  height: 85px;
}

@media (min-width: 576px) {
  .lh-sm-85 {
    line-height: 85px;
  }
  .line-height-sm-85 {
    line-height: 85px;
  }
  .grid-cols-sm-85 {
    grid-template-columns: repeat(85, 1fr);
  }
  .gap-sm-85 {
    gap: 85px;
  }
  .gap-x-sm-85 {
    -moz-column-gap: 85px;
         column-gap: 85px;
  }
  .gap-y-sm-85 {
    row-gap: 85px;
  }
  .rounded-sm-85 {
    border-radius: 85px;
  }
  .mb-sm-85 {
    margin-bottom: 85px;
  }
  .mt-sm-85 {
    margin-top: 85px;
  }
  .mr-sm-85 {
    margin-right: 85px;
  }
  .ml-sm-85 {
    margin-left: 85px;
  }
  .mx-sm-85 {
    margin-right: 85px;
    margin-left: 85px;
  }
  .my-sm-85 {
    margin-top: 85px;
    margin-bottom: 85px;
  }
  .p-sm-85 {
    padding: 85px;
  }
  .px-sm-85 {
    padding-right: 85px;
    padding-left: 85px;
  }
  .py-sm-85 {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .pr-sm-85 {
    padding-right: 85px;
  }
  .pl-sm-85 {
    padding-left: 85px;
  }
  .pt-sm-85 {
    padding-top: 85px;
  }
  .pb-sm-85 {
    padding-bottom: 85px;
  }
  .fs-sm-85 {
    font-size: 85px;
  }
  .w-sm-85 {
    width: 85px;
  }
  .h-sm-85 {
    height: 85px;
  }
}
@media (min-width: 768px) {
  .lh-md-85 {
    line-height: 85px;
  }
  .line-height-md-85 {
    line-height: 85px;
  }
  .grid-cols-md-85 {
    grid-template-columns: repeat(85, 1fr);
  }
  .gap-md-85 {
    gap: 85px;
  }
  .gap-x-md-85 {
    -moz-column-gap: 85px;
         column-gap: 85px;
  }
  .gap-y-md-85 {
    row-gap: 85px;
  }
  .rounded-md-85 {
    border-radius: 85px;
  }
  .mb-md-85 {
    margin-bottom: 85px;
  }
  .mt-md-85 {
    margin-top: 85px;
  }
  .mr-md-85 {
    margin-right: 85px;
  }
  .ml-md-85 {
    margin-left: 85px;
  }
  .mx-md-85 {
    margin-right: 85px;
    margin-left: 85px;
  }
  .my-md-85 {
    margin-top: 85px;
    margin-bottom: 85px;
  }
  .p-md-85 {
    padding: 85px;
  }
  .px-md-85 {
    padding-right: 85px;
    padding-left: 85px;
  }
  .py-md-85 {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .pr-md-85 {
    padding-right: 85px;
  }
  .pl-md-85 {
    padding-left: 85px;
  }
  .pt-md-85 {
    padding-top: 85px;
  }
  .pb-md-85 {
    padding-bottom: 85px;
  }
  .fs-md-85 {
    font-size: 85px;
  }
  .w-md-85 {
    width: 85px;
  }
  .h-md-85 {
    height: 85px;
  }
}
@media (min-width: 992px) {
  .lh-lg-85 {
    line-height: 85px;
  }
  .line-height-lg-85 {
    line-height: 85px;
  }
  .grid-cols-lg-85 {
    grid-template-columns: repeat(85, 1fr);
  }
  .gap-lg-85 {
    gap: 85px;
  }
  .gap-x-lg-85 {
    -moz-column-gap: 85px;
         column-gap: 85px;
  }
  .gap-y-lg-85 {
    row-gap: 85px;
  }
  .rounded-lg-85 {
    border-radius: 85px;
  }
  .mb-lg-85 {
    margin-bottom: 85px;
  }
  .mt-lg-85 {
    margin-top: 85px;
  }
  .mr-lg-85 {
    margin-right: 85px;
  }
  .ml-lg-85 {
    margin-left: 85px;
  }
  .mx-lg-85 {
    margin-right: 85px;
    margin-left: 85px;
  }
  .my-lg-85 {
    margin-top: 85px;
    margin-bottom: 85px;
  }
  .p-lg-85 {
    padding: 85px;
  }
  .px-lg-85 {
    padding-right: 85px;
    padding-left: 85px;
  }
  .py-lg-85 {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .pr-lg-85 {
    padding-right: 85px;
  }
  .pl-lg-85 {
    padding-left: 85px;
  }
  .pt-lg-85 {
    padding-top: 85px;
  }
  .pb-lg-85 {
    padding-bottom: 85px;
  }
  .fs-lg-85 {
    font-size: 85px;
  }
  .w-lg-85 {
    width: 85px;
  }
  .h-lg-85 {
    height: 85px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-85 {
    line-height: 85px;
  }
  .line-height-xl-85 {
    line-height: 85px;
  }
  .grid-cols-xl-85 {
    grid-template-columns: repeat(85, 1fr);
  }
  .gap-xl-85 {
    gap: 85px;
  }
  .gap-x-xl-85 {
    -moz-column-gap: 85px;
         column-gap: 85px;
  }
  .gap-y-xl-85 {
    row-gap: 85px;
  }
  .rounded-xl-85 {
    border-radius: 85px;
  }
  .mb-xl-85 {
    margin-bottom: 85px;
  }
  .mt-xl-85 {
    margin-top: 85px;
  }
  .mr-xl-85 {
    margin-right: 85px;
  }
  .ml-xl-85 {
    margin-left: 85px;
  }
  .mx-xl-85 {
    margin-right: 85px;
    margin-left: 85px;
  }
  .my-xl-85 {
    margin-top: 85px;
    margin-bottom: 85px;
  }
  .p-xl-85 {
    padding: 85px;
  }
  .px-xl-85 {
    padding-right: 85px;
    padding-left: 85px;
  }
  .py-xl-85 {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .pr-xl-85 {
    padding-right: 85px;
  }
  .pl-xl-85 {
    padding-left: 85px;
  }
  .pt-xl-85 {
    padding-top: 85px;
  }
  .pb-xl-85 {
    padding-bottom: 85px;
  }
  .fs-xl-85 {
    font-size: 85px;
  }
  .w-xl-85 {
    width: 85px;
  }
  .h-xl-85 {
    height: 85px;
  }
}
.lh-86 {
  line-height: 86px;
}

.grid-cols-86 {
  grid-template-columns: repeat(86, 1fr);
}

.line-height-86 {
  line-height: 86px;
}

.gap-86 {
  gap: 86px;
}

.gap-x-86 {
  -moz-column-gap: 86px;
       column-gap: 86px;
}

.gap-y-86 {
  row-gap: 86px;
}

.rounded-86 {
  border-radius: 86px;
}

.mb-86 {
  margin-bottom: 86px;
}

.mt-86 {
  margin-top: 86px;
}

.mr-86 {
  margin-right: 86px;
}

.ml-86 {
  margin-left: 86px;
}

.mx-86 {
  margin-right: 86px;
  margin-left: 86px;
}

.my-86 {
  margin-top: 86px;
  margin-bottom: 86px;
}

.p-86 {
  padding: 86px;
}

.px-86 {
  padding-right: 86px;
  padding-left: 86px;
}

.py-86 {
  padding-top: 86px;
  padding-bottom: 86px;
}

.pr-86 {
  padding-right: 86px;
}

.pl-86 {
  padding-left: 86px;
}

.pt-86 {
  padding-top: 86px;
}

.pb-86 {
  padding-bottom: 86px;
}

.fs-86 {
  font-size: 86px;
}

.w-86 {
  width: 86px;
}

.h-86 {
  height: 86px;
}

@media (min-width: 576px) {
  .lh-sm-86 {
    line-height: 86px;
  }
  .line-height-sm-86 {
    line-height: 86px;
  }
  .grid-cols-sm-86 {
    grid-template-columns: repeat(86, 1fr);
  }
  .gap-sm-86 {
    gap: 86px;
  }
  .gap-x-sm-86 {
    -moz-column-gap: 86px;
         column-gap: 86px;
  }
  .gap-y-sm-86 {
    row-gap: 86px;
  }
  .rounded-sm-86 {
    border-radius: 86px;
  }
  .mb-sm-86 {
    margin-bottom: 86px;
  }
  .mt-sm-86 {
    margin-top: 86px;
  }
  .mr-sm-86 {
    margin-right: 86px;
  }
  .ml-sm-86 {
    margin-left: 86px;
  }
  .mx-sm-86 {
    margin-right: 86px;
    margin-left: 86px;
  }
  .my-sm-86 {
    margin-top: 86px;
    margin-bottom: 86px;
  }
  .p-sm-86 {
    padding: 86px;
  }
  .px-sm-86 {
    padding-right: 86px;
    padding-left: 86px;
  }
  .py-sm-86 {
    padding-top: 86px;
    padding-bottom: 86px;
  }
  .pr-sm-86 {
    padding-right: 86px;
  }
  .pl-sm-86 {
    padding-left: 86px;
  }
  .pt-sm-86 {
    padding-top: 86px;
  }
  .pb-sm-86 {
    padding-bottom: 86px;
  }
  .fs-sm-86 {
    font-size: 86px;
  }
  .w-sm-86 {
    width: 86px;
  }
  .h-sm-86 {
    height: 86px;
  }
}
@media (min-width: 768px) {
  .lh-md-86 {
    line-height: 86px;
  }
  .line-height-md-86 {
    line-height: 86px;
  }
  .grid-cols-md-86 {
    grid-template-columns: repeat(86, 1fr);
  }
  .gap-md-86 {
    gap: 86px;
  }
  .gap-x-md-86 {
    -moz-column-gap: 86px;
         column-gap: 86px;
  }
  .gap-y-md-86 {
    row-gap: 86px;
  }
  .rounded-md-86 {
    border-radius: 86px;
  }
  .mb-md-86 {
    margin-bottom: 86px;
  }
  .mt-md-86 {
    margin-top: 86px;
  }
  .mr-md-86 {
    margin-right: 86px;
  }
  .ml-md-86 {
    margin-left: 86px;
  }
  .mx-md-86 {
    margin-right: 86px;
    margin-left: 86px;
  }
  .my-md-86 {
    margin-top: 86px;
    margin-bottom: 86px;
  }
  .p-md-86 {
    padding: 86px;
  }
  .px-md-86 {
    padding-right: 86px;
    padding-left: 86px;
  }
  .py-md-86 {
    padding-top: 86px;
    padding-bottom: 86px;
  }
  .pr-md-86 {
    padding-right: 86px;
  }
  .pl-md-86 {
    padding-left: 86px;
  }
  .pt-md-86 {
    padding-top: 86px;
  }
  .pb-md-86 {
    padding-bottom: 86px;
  }
  .fs-md-86 {
    font-size: 86px;
  }
  .w-md-86 {
    width: 86px;
  }
  .h-md-86 {
    height: 86px;
  }
}
@media (min-width: 992px) {
  .lh-lg-86 {
    line-height: 86px;
  }
  .line-height-lg-86 {
    line-height: 86px;
  }
  .grid-cols-lg-86 {
    grid-template-columns: repeat(86, 1fr);
  }
  .gap-lg-86 {
    gap: 86px;
  }
  .gap-x-lg-86 {
    -moz-column-gap: 86px;
         column-gap: 86px;
  }
  .gap-y-lg-86 {
    row-gap: 86px;
  }
  .rounded-lg-86 {
    border-radius: 86px;
  }
  .mb-lg-86 {
    margin-bottom: 86px;
  }
  .mt-lg-86 {
    margin-top: 86px;
  }
  .mr-lg-86 {
    margin-right: 86px;
  }
  .ml-lg-86 {
    margin-left: 86px;
  }
  .mx-lg-86 {
    margin-right: 86px;
    margin-left: 86px;
  }
  .my-lg-86 {
    margin-top: 86px;
    margin-bottom: 86px;
  }
  .p-lg-86 {
    padding: 86px;
  }
  .px-lg-86 {
    padding-right: 86px;
    padding-left: 86px;
  }
  .py-lg-86 {
    padding-top: 86px;
    padding-bottom: 86px;
  }
  .pr-lg-86 {
    padding-right: 86px;
  }
  .pl-lg-86 {
    padding-left: 86px;
  }
  .pt-lg-86 {
    padding-top: 86px;
  }
  .pb-lg-86 {
    padding-bottom: 86px;
  }
  .fs-lg-86 {
    font-size: 86px;
  }
  .w-lg-86 {
    width: 86px;
  }
  .h-lg-86 {
    height: 86px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-86 {
    line-height: 86px;
  }
  .line-height-xl-86 {
    line-height: 86px;
  }
  .grid-cols-xl-86 {
    grid-template-columns: repeat(86, 1fr);
  }
  .gap-xl-86 {
    gap: 86px;
  }
  .gap-x-xl-86 {
    -moz-column-gap: 86px;
         column-gap: 86px;
  }
  .gap-y-xl-86 {
    row-gap: 86px;
  }
  .rounded-xl-86 {
    border-radius: 86px;
  }
  .mb-xl-86 {
    margin-bottom: 86px;
  }
  .mt-xl-86 {
    margin-top: 86px;
  }
  .mr-xl-86 {
    margin-right: 86px;
  }
  .ml-xl-86 {
    margin-left: 86px;
  }
  .mx-xl-86 {
    margin-right: 86px;
    margin-left: 86px;
  }
  .my-xl-86 {
    margin-top: 86px;
    margin-bottom: 86px;
  }
  .p-xl-86 {
    padding: 86px;
  }
  .px-xl-86 {
    padding-right: 86px;
    padding-left: 86px;
  }
  .py-xl-86 {
    padding-top: 86px;
    padding-bottom: 86px;
  }
  .pr-xl-86 {
    padding-right: 86px;
  }
  .pl-xl-86 {
    padding-left: 86px;
  }
  .pt-xl-86 {
    padding-top: 86px;
  }
  .pb-xl-86 {
    padding-bottom: 86px;
  }
  .fs-xl-86 {
    font-size: 86px;
  }
  .w-xl-86 {
    width: 86px;
  }
  .h-xl-86 {
    height: 86px;
  }
}
.lh-87 {
  line-height: 87px;
}

.grid-cols-87 {
  grid-template-columns: repeat(87, 1fr);
}

.line-height-87 {
  line-height: 87px;
}

.gap-87 {
  gap: 87px;
}

.gap-x-87 {
  -moz-column-gap: 87px;
       column-gap: 87px;
}

.gap-y-87 {
  row-gap: 87px;
}

.rounded-87 {
  border-radius: 87px;
}

.mb-87 {
  margin-bottom: 87px;
}

.mt-87 {
  margin-top: 87px;
}

.mr-87 {
  margin-right: 87px;
}

.ml-87 {
  margin-left: 87px;
}

.mx-87 {
  margin-right: 87px;
  margin-left: 87px;
}

.my-87 {
  margin-top: 87px;
  margin-bottom: 87px;
}

.p-87 {
  padding: 87px;
}

.px-87 {
  padding-right: 87px;
  padding-left: 87px;
}

.py-87 {
  padding-top: 87px;
  padding-bottom: 87px;
}

.pr-87 {
  padding-right: 87px;
}

.pl-87 {
  padding-left: 87px;
}

.pt-87 {
  padding-top: 87px;
}

.pb-87 {
  padding-bottom: 87px;
}

.fs-87 {
  font-size: 87px;
}

.w-87 {
  width: 87px;
}

.h-87 {
  height: 87px;
}

@media (min-width: 576px) {
  .lh-sm-87 {
    line-height: 87px;
  }
  .line-height-sm-87 {
    line-height: 87px;
  }
  .grid-cols-sm-87 {
    grid-template-columns: repeat(87, 1fr);
  }
  .gap-sm-87 {
    gap: 87px;
  }
  .gap-x-sm-87 {
    -moz-column-gap: 87px;
         column-gap: 87px;
  }
  .gap-y-sm-87 {
    row-gap: 87px;
  }
  .rounded-sm-87 {
    border-radius: 87px;
  }
  .mb-sm-87 {
    margin-bottom: 87px;
  }
  .mt-sm-87 {
    margin-top: 87px;
  }
  .mr-sm-87 {
    margin-right: 87px;
  }
  .ml-sm-87 {
    margin-left: 87px;
  }
  .mx-sm-87 {
    margin-right: 87px;
    margin-left: 87px;
  }
  .my-sm-87 {
    margin-top: 87px;
    margin-bottom: 87px;
  }
  .p-sm-87 {
    padding: 87px;
  }
  .px-sm-87 {
    padding-right: 87px;
    padding-left: 87px;
  }
  .py-sm-87 {
    padding-top: 87px;
    padding-bottom: 87px;
  }
  .pr-sm-87 {
    padding-right: 87px;
  }
  .pl-sm-87 {
    padding-left: 87px;
  }
  .pt-sm-87 {
    padding-top: 87px;
  }
  .pb-sm-87 {
    padding-bottom: 87px;
  }
  .fs-sm-87 {
    font-size: 87px;
  }
  .w-sm-87 {
    width: 87px;
  }
  .h-sm-87 {
    height: 87px;
  }
}
@media (min-width: 768px) {
  .lh-md-87 {
    line-height: 87px;
  }
  .line-height-md-87 {
    line-height: 87px;
  }
  .grid-cols-md-87 {
    grid-template-columns: repeat(87, 1fr);
  }
  .gap-md-87 {
    gap: 87px;
  }
  .gap-x-md-87 {
    -moz-column-gap: 87px;
         column-gap: 87px;
  }
  .gap-y-md-87 {
    row-gap: 87px;
  }
  .rounded-md-87 {
    border-radius: 87px;
  }
  .mb-md-87 {
    margin-bottom: 87px;
  }
  .mt-md-87 {
    margin-top: 87px;
  }
  .mr-md-87 {
    margin-right: 87px;
  }
  .ml-md-87 {
    margin-left: 87px;
  }
  .mx-md-87 {
    margin-right: 87px;
    margin-left: 87px;
  }
  .my-md-87 {
    margin-top: 87px;
    margin-bottom: 87px;
  }
  .p-md-87 {
    padding: 87px;
  }
  .px-md-87 {
    padding-right: 87px;
    padding-left: 87px;
  }
  .py-md-87 {
    padding-top: 87px;
    padding-bottom: 87px;
  }
  .pr-md-87 {
    padding-right: 87px;
  }
  .pl-md-87 {
    padding-left: 87px;
  }
  .pt-md-87 {
    padding-top: 87px;
  }
  .pb-md-87 {
    padding-bottom: 87px;
  }
  .fs-md-87 {
    font-size: 87px;
  }
  .w-md-87 {
    width: 87px;
  }
  .h-md-87 {
    height: 87px;
  }
}
@media (min-width: 992px) {
  .lh-lg-87 {
    line-height: 87px;
  }
  .line-height-lg-87 {
    line-height: 87px;
  }
  .grid-cols-lg-87 {
    grid-template-columns: repeat(87, 1fr);
  }
  .gap-lg-87 {
    gap: 87px;
  }
  .gap-x-lg-87 {
    -moz-column-gap: 87px;
         column-gap: 87px;
  }
  .gap-y-lg-87 {
    row-gap: 87px;
  }
  .rounded-lg-87 {
    border-radius: 87px;
  }
  .mb-lg-87 {
    margin-bottom: 87px;
  }
  .mt-lg-87 {
    margin-top: 87px;
  }
  .mr-lg-87 {
    margin-right: 87px;
  }
  .ml-lg-87 {
    margin-left: 87px;
  }
  .mx-lg-87 {
    margin-right: 87px;
    margin-left: 87px;
  }
  .my-lg-87 {
    margin-top: 87px;
    margin-bottom: 87px;
  }
  .p-lg-87 {
    padding: 87px;
  }
  .px-lg-87 {
    padding-right: 87px;
    padding-left: 87px;
  }
  .py-lg-87 {
    padding-top: 87px;
    padding-bottom: 87px;
  }
  .pr-lg-87 {
    padding-right: 87px;
  }
  .pl-lg-87 {
    padding-left: 87px;
  }
  .pt-lg-87 {
    padding-top: 87px;
  }
  .pb-lg-87 {
    padding-bottom: 87px;
  }
  .fs-lg-87 {
    font-size: 87px;
  }
  .w-lg-87 {
    width: 87px;
  }
  .h-lg-87 {
    height: 87px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-87 {
    line-height: 87px;
  }
  .line-height-xl-87 {
    line-height: 87px;
  }
  .grid-cols-xl-87 {
    grid-template-columns: repeat(87, 1fr);
  }
  .gap-xl-87 {
    gap: 87px;
  }
  .gap-x-xl-87 {
    -moz-column-gap: 87px;
         column-gap: 87px;
  }
  .gap-y-xl-87 {
    row-gap: 87px;
  }
  .rounded-xl-87 {
    border-radius: 87px;
  }
  .mb-xl-87 {
    margin-bottom: 87px;
  }
  .mt-xl-87 {
    margin-top: 87px;
  }
  .mr-xl-87 {
    margin-right: 87px;
  }
  .ml-xl-87 {
    margin-left: 87px;
  }
  .mx-xl-87 {
    margin-right: 87px;
    margin-left: 87px;
  }
  .my-xl-87 {
    margin-top: 87px;
    margin-bottom: 87px;
  }
  .p-xl-87 {
    padding: 87px;
  }
  .px-xl-87 {
    padding-right: 87px;
    padding-left: 87px;
  }
  .py-xl-87 {
    padding-top: 87px;
    padding-bottom: 87px;
  }
  .pr-xl-87 {
    padding-right: 87px;
  }
  .pl-xl-87 {
    padding-left: 87px;
  }
  .pt-xl-87 {
    padding-top: 87px;
  }
  .pb-xl-87 {
    padding-bottom: 87px;
  }
  .fs-xl-87 {
    font-size: 87px;
  }
  .w-xl-87 {
    width: 87px;
  }
  .h-xl-87 {
    height: 87px;
  }
}
.lh-88 {
  line-height: 88px;
}

.grid-cols-88 {
  grid-template-columns: repeat(88, 1fr);
}

.line-height-88 {
  line-height: 88px;
}

.gap-88 {
  gap: 88px;
}

.gap-x-88 {
  -moz-column-gap: 88px;
       column-gap: 88px;
}

.gap-y-88 {
  row-gap: 88px;
}

.rounded-88 {
  border-radius: 88px;
}

.mb-88 {
  margin-bottom: 88px;
}

.mt-88 {
  margin-top: 88px;
}

.mr-88 {
  margin-right: 88px;
}

.ml-88 {
  margin-left: 88px;
}

.mx-88 {
  margin-right: 88px;
  margin-left: 88px;
}

.my-88 {
  margin-top: 88px;
  margin-bottom: 88px;
}

.p-88 {
  padding: 88px;
}

.px-88 {
  padding-right: 88px;
  padding-left: 88px;
}

.py-88 {
  padding-top: 88px;
  padding-bottom: 88px;
}

.pr-88 {
  padding-right: 88px;
}

.pl-88 {
  padding-left: 88px;
}

.pt-88 {
  padding-top: 88px;
}

.pb-88 {
  padding-bottom: 88px;
}

.fs-88 {
  font-size: 88px;
}

.w-88 {
  width: 88px;
}

.h-88 {
  height: 88px;
}

@media (min-width: 576px) {
  .lh-sm-88 {
    line-height: 88px;
  }
  .line-height-sm-88 {
    line-height: 88px;
  }
  .grid-cols-sm-88 {
    grid-template-columns: repeat(88, 1fr);
  }
  .gap-sm-88 {
    gap: 88px;
  }
  .gap-x-sm-88 {
    -moz-column-gap: 88px;
         column-gap: 88px;
  }
  .gap-y-sm-88 {
    row-gap: 88px;
  }
  .rounded-sm-88 {
    border-radius: 88px;
  }
  .mb-sm-88 {
    margin-bottom: 88px;
  }
  .mt-sm-88 {
    margin-top: 88px;
  }
  .mr-sm-88 {
    margin-right: 88px;
  }
  .ml-sm-88 {
    margin-left: 88px;
  }
  .mx-sm-88 {
    margin-right: 88px;
    margin-left: 88px;
  }
  .my-sm-88 {
    margin-top: 88px;
    margin-bottom: 88px;
  }
  .p-sm-88 {
    padding: 88px;
  }
  .px-sm-88 {
    padding-right: 88px;
    padding-left: 88px;
  }
  .py-sm-88 {
    padding-top: 88px;
    padding-bottom: 88px;
  }
  .pr-sm-88 {
    padding-right: 88px;
  }
  .pl-sm-88 {
    padding-left: 88px;
  }
  .pt-sm-88 {
    padding-top: 88px;
  }
  .pb-sm-88 {
    padding-bottom: 88px;
  }
  .fs-sm-88 {
    font-size: 88px;
  }
  .w-sm-88 {
    width: 88px;
  }
  .h-sm-88 {
    height: 88px;
  }
}
@media (min-width: 768px) {
  .lh-md-88 {
    line-height: 88px;
  }
  .line-height-md-88 {
    line-height: 88px;
  }
  .grid-cols-md-88 {
    grid-template-columns: repeat(88, 1fr);
  }
  .gap-md-88 {
    gap: 88px;
  }
  .gap-x-md-88 {
    -moz-column-gap: 88px;
         column-gap: 88px;
  }
  .gap-y-md-88 {
    row-gap: 88px;
  }
  .rounded-md-88 {
    border-radius: 88px;
  }
  .mb-md-88 {
    margin-bottom: 88px;
  }
  .mt-md-88 {
    margin-top: 88px;
  }
  .mr-md-88 {
    margin-right: 88px;
  }
  .ml-md-88 {
    margin-left: 88px;
  }
  .mx-md-88 {
    margin-right: 88px;
    margin-left: 88px;
  }
  .my-md-88 {
    margin-top: 88px;
    margin-bottom: 88px;
  }
  .p-md-88 {
    padding: 88px;
  }
  .px-md-88 {
    padding-right: 88px;
    padding-left: 88px;
  }
  .py-md-88 {
    padding-top: 88px;
    padding-bottom: 88px;
  }
  .pr-md-88 {
    padding-right: 88px;
  }
  .pl-md-88 {
    padding-left: 88px;
  }
  .pt-md-88 {
    padding-top: 88px;
  }
  .pb-md-88 {
    padding-bottom: 88px;
  }
  .fs-md-88 {
    font-size: 88px;
  }
  .w-md-88 {
    width: 88px;
  }
  .h-md-88 {
    height: 88px;
  }
}
@media (min-width: 992px) {
  .lh-lg-88 {
    line-height: 88px;
  }
  .line-height-lg-88 {
    line-height: 88px;
  }
  .grid-cols-lg-88 {
    grid-template-columns: repeat(88, 1fr);
  }
  .gap-lg-88 {
    gap: 88px;
  }
  .gap-x-lg-88 {
    -moz-column-gap: 88px;
         column-gap: 88px;
  }
  .gap-y-lg-88 {
    row-gap: 88px;
  }
  .rounded-lg-88 {
    border-radius: 88px;
  }
  .mb-lg-88 {
    margin-bottom: 88px;
  }
  .mt-lg-88 {
    margin-top: 88px;
  }
  .mr-lg-88 {
    margin-right: 88px;
  }
  .ml-lg-88 {
    margin-left: 88px;
  }
  .mx-lg-88 {
    margin-right: 88px;
    margin-left: 88px;
  }
  .my-lg-88 {
    margin-top: 88px;
    margin-bottom: 88px;
  }
  .p-lg-88 {
    padding: 88px;
  }
  .px-lg-88 {
    padding-right: 88px;
    padding-left: 88px;
  }
  .py-lg-88 {
    padding-top: 88px;
    padding-bottom: 88px;
  }
  .pr-lg-88 {
    padding-right: 88px;
  }
  .pl-lg-88 {
    padding-left: 88px;
  }
  .pt-lg-88 {
    padding-top: 88px;
  }
  .pb-lg-88 {
    padding-bottom: 88px;
  }
  .fs-lg-88 {
    font-size: 88px;
  }
  .w-lg-88 {
    width: 88px;
  }
  .h-lg-88 {
    height: 88px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-88 {
    line-height: 88px;
  }
  .line-height-xl-88 {
    line-height: 88px;
  }
  .grid-cols-xl-88 {
    grid-template-columns: repeat(88, 1fr);
  }
  .gap-xl-88 {
    gap: 88px;
  }
  .gap-x-xl-88 {
    -moz-column-gap: 88px;
         column-gap: 88px;
  }
  .gap-y-xl-88 {
    row-gap: 88px;
  }
  .rounded-xl-88 {
    border-radius: 88px;
  }
  .mb-xl-88 {
    margin-bottom: 88px;
  }
  .mt-xl-88 {
    margin-top: 88px;
  }
  .mr-xl-88 {
    margin-right: 88px;
  }
  .ml-xl-88 {
    margin-left: 88px;
  }
  .mx-xl-88 {
    margin-right: 88px;
    margin-left: 88px;
  }
  .my-xl-88 {
    margin-top: 88px;
    margin-bottom: 88px;
  }
  .p-xl-88 {
    padding: 88px;
  }
  .px-xl-88 {
    padding-right: 88px;
    padding-left: 88px;
  }
  .py-xl-88 {
    padding-top: 88px;
    padding-bottom: 88px;
  }
  .pr-xl-88 {
    padding-right: 88px;
  }
  .pl-xl-88 {
    padding-left: 88px;
  }
  .pt-xl-88 {
    padding-top: 88px;
  }
  .pb-xl-88 {
    padding-bottom: 88px;
  }
  .fs-xl-88 {
    font-size: 88px;
  }
  .w-xl-88 {
    width: 88px;
  }
  .h-xl-88 {
    height: 88px;
  }
}
.lh-89 {
  line-height: 89px;
}

.grid-cols-89 {
  grid-template-columns: repeat(89, 1fr);
}

.line-height-89 {
  line-height: 89px;
}

.gap-89 {
  gap: 89px;
}

.gap-x-89 {
  -moz-column-gap: 89px;
       column-gap: 89px;
}

.gap-y-89 {
  row-gap: 89px;
}

.rounded-89 {
  border-radius: 89px;
}

.mb-89 {
  margin-bottom: 89px;
}

.mt-89 {
  margin-top: 89px;
}

.mr-89 {
  margin-right: 89px;
}

.ml-89 {
  margin-left: 89px;
}

.mx-89 {
  margin-right: 89px;
  margin-left: 89px;
}

.my-89 {
  margin-top: 89px;
  margin-bottom: 89px;
}

.p-89 {
  padding: 89px;
}

.px-89 {
  padding-right: 89px;
  padding-left: 89px;
}

.py-89 {
  padding-top: 89px;
  padding-bottom: 89px;
}

.pr-89 {
  padding-right: 89px;
}

.pl-89 {
  padding-left: 89px;
}

.pt-89 {
  padding-top: 89px;
}

.pb-89 {
  padding-bottom: 89px;
}

.fs-89 {
  font-size: 89px;
}

.w-89 {
  width: 89px;
}

.h-89 {
  height: 89px;
}

@media (min-width: 576px) {
  .lh-sm-89 {
    line-height: 89px;
  }
  .line-height-sm-89 {
    line-height: 89px;
  }
  .grid-cols-sm-89 {
    grid-template-columns: repeat(89, 1fr);
  }
  .gap-sm-89 {
    gap: 89px;
  }
  .gap-x-sm-89 {
    -moz-column-gap: 89px;
         column-gap: 89px;
  }
  .gap-y-sm-89 {
    row-gap: 89px;
  }
  .rounded-sm-89 {
    border-radius: 89px;
  }
  .mb-sm-89 {
    margin-bottom: 89px;
  }
  .mt-sm-89 {
    margin-top: 89px;
  }
  .mr-sm-89 {
    margin-right: 89px;
  }
  .ml-sm-89 {
    margin-left: 89px;
  }
  .mx-sm-89 {
    margin-right: 89px;
    margin-left: 89px;
  }
  .my-sm-89 {
    margin-top: 89px;
    margin-bottom: 89px;
  }
  .p-sm-89 {
    padding: 89px;
  }
  .px-sm-89 {
    padding-right: 89px;
    padding-left: 89px;
  }
  .py-sm-89 {
    padding-top: 89px;
    padding-bottom: 89px;
  }
  .pr-sm-89 {
    padding-right: 89px;
  }
  .pl-sm-89 {
    padding-left: 89px;
  }
  .pt-sm-89 {
    padding-top: 89px;
  }
  .pb-sm-89 {
    padding-bottom: 89px;
  }
  .fs-sm-89 {
    font-size: 89px;
  }
  .w-sm-89 {
    width: 89px;
  }
  .h-sm-89 {
    height: 89px;
  }
}
@media (min-width: 768px) {
  .lh-md-89 {
    line-height: 89px;
  }
  .line-height-md-89 {
    line-height: 89px;
  }
  .grid-cols-md-89 {
    grid-template-columns: repeat(89, 1fr);
  }
  .gap-md-89 {
    gap: 89px;
  }
  .gap-x-md-89 {
    -moz-column-gap: 89px;
         column-gap: 89px;
  }
  .gap-y-md-89 {
    row-gap: 89px;
  }
  .rounded-md-89 {
    border-radius: 89px;
  }
  .mb-md-89 {
    margin-bottom: 89px;
  }
  .mt-md-89 {
    margin-top: 89px;
  }
  .mr-md-89 {
    margin-right: 89px;
  }
  .ml-md-89 {
    margin-left: 89px;
  }
  .mx-md-89 {
    margin-right: 89px;
    margin-left: 89px;
  }
  .my-md-89 {
    margin-top: 89px;
    margin-bottom: 89px;
  }
  .p-md-89 {
    padding: 89px;
  }
  .px-md-89 {
    padding-right: 89px;
    padding-left: 89px;
  }
  .py-md-89 {
    padding-top: 89px;
    padding-bottom: 89px;
  }
  .pr-md-89 {
    padding-right: 89px;
  }
  .pl-md-89 {
    padding-left: 89px;
  }
  .pt-md-89 {
    padding-top: 89px;
  }
  .pb-md-89 {
    padding-bottom: 89px;
  }
  .fs-md-89 {
    font-size: 89px;
  }
  .w-md-89 {
    width: 89px;
  }
  .h-md-89 {
    height: 89px;
  }
}
@media (min-width: 992px) {
  .lh-lg-89 {
    line-height: 89px;
  }
  .line-height-lg-89 {
    line-height: 89px;
  }
  .grid-cols-lg-89 {
    grid-template-columns: repeat(89, 1fr);
  }
  .gap-lg-89 {
    gap: 89px;
  }
  .gap-x-lg-89 {
    -moz-column-gap: 89px;
         column-gap: 89px;
  }
  .gap-y-lg-89 {
    row-gap: 89px;
  }
  .rounded-lg-89 {
    border-radius: 89px;
  }
  .mb-lg-89 {
    margin-bottom: 89px;
  }
  .mt-lg-89 {
    margin-top: 89px;
  }
  .mr-lg-89 {
    margin-right: 89px;
  }
  .ml-lg-89 {
    margin-left: 89px;
  }
  .mx-lg-89 {
    margin-right: 89px;
    margin-left: 89px;
  }
  .my-lg-89 {
    margin-top: 89px;
    margin-bottom: 89px;
  }
  .p-lg-89 {
    padding: 89px;
  }
  .px-lg-89 {
    padding-right: 89px;
    padding-left: 89px;
  }
  .py-lg-89 {
    padding-top: 89px;
    padding-bottom: 89px;
  }
  .pr-lg-89 {
    padding-right: 89px;
  }
  .pl-lg-89 {
    padding-left: 89px;
  }
  .pt-lg-89 {
    padding-top: 89px;
  }
  .pb-lg-89 {
    padding-bottom: 89px;
  }
  .fs-lg-89 {
    font-size: 89px;
  }
  .w-lg-89 {
    width: 89px;
  }
  .h-lg-89 {
    height: 89px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-89 {
    line-height: 89px;
  }
  .line-height-xl-89 {
    line-height: 89px;
  }
  .grid-cols-xl-89 {
    grid-template-columns: repeat(89, 1fr);
  }
  .gap-xl-89 {
    gap: 89px;
  }
  .gap-x-xl-89 {
    -moz-column-gap: 89px;
         column-gap: 89px;
  }
  .gap-y-xl-89 {
    row-gap: 89px;
  }
  .rounded-xl-89 {
    border-radius: 89px;
  }
  .mb-xl-89 {
    margin-bottom: 89px;
  }
  .mt-xl-89 {
    margin-top: 89px;
  }
  .mr-xl-89 {
    margin-right: 89px;
  }
  .ml-xl-89 {
    margin-left: 89px;
  }
  .mx-xl-89 {
    margin-right: 89px;
    margin-left: 89px;
  }
  .my-xl-89 {
    margin-top: 89px;
    margin-bottom: 89px;
  }
  .p-xl-89 {
    padding: 89px;
  }
  .px-xl-89 {
    padding-right: 89px;
    padding-left: 89px;
  }
  .py-xl-89 {
    padding-top: 89px;
    padding-bottom: 89px;
  }
  .pr-xl-89 {
    padding-right: 89px;
  }
  .pl-xl-89 {
    padding-left: 89px;
  }
  .pt-xl-89 {
    padding-top: 89px;
  }
  .pb-xl-89 {
    padding-bottom: 89px;
  }
  .fs-xl-89 {
    font-size: 89px;
  }
  .w-xl-89 {
    width: 89px;
  }
  .h-xl-89 {
    height: 89px;
  }
}
.lh-90 {
  line-height: 90px;
}

.grid-cols-90 {
  grid-template-columns: repeat(90, 1fr);
}

.line-height-90 {
  line-height: 90px;
}

.gap-90 {
  gap: 90px;
}

.gap-x-90 {
  -moz-column-gap: 90px;
       column-gap: 90px;
}

.gap-y-90 {
  row-gap: 90px;
}

.rounded-90 {
  border-radius: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mt-90 {
  margin-top: 90px;
}

.mr-90 {
  margin-right: 90px;
}

.ml-90 {
  margin-left: 90px;
}

.mx-90 {
  margin-right: 90px;
  margin-left: 90px;
}

.my-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.p-90 {
  padding: 90px;
}

.px-90 {
  padding-right: 90px;
  padding-left: 90px;
}

.py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.pr-90 {
  padding-right: 90px;
}

.pl-90 {
  padding-left: 90px;
}

.pt-90 {
  padding-top: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.fs-90 {
  font-size: 90px;
}

.w-90 {
  width: 90px;
}

.h-90 {
  height: 90px;
}

@media (min-width: 576px) {
  .lh-sm-90 {
    line-height: 90px;
  }
  .line-height-sm-90 {
    line-height: 90px;
  }
  .grid-cols-sm-90 {
    grid-template-columns: repeat(90, 1fr);
  }
  .gap-sm-90 {
    gap: 90px;
  }
  .gap-x-sm-90 {
    -moz-column-gap: 90px;
         column-gap: 90px;
  }
  .gap-y-sm-90 {
    row-gap: 90px;
  }
  .rounded-sm-90 {
    border-radius: 90px;
  }
  .mb-sm-90 {
    margin-bottom: 90px;
  }
  .mt-sm-90 {
    margin-top: 90px;
  }
  .mr-sm-90 {
    margin-right: 90px;
  }
  .ml-sm-90 {
    margin-left: 90px;
  }
  .mx-sm-90 {
    margin-right: 90px;
    margin-left: 90px;
  }
  .my-sm-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .p-sm-90 {
    padding: 90px;
  }
  .px-sm-90 {
    padding-right: 90px;
    padding-left: 90px;
  }
  .py-sm-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .pr-sm-90 {
    padding-right: 90px;
  }
  .pl-sm-90 {
    padding-left: 90px;
  }
  .pt-sm-90 {
    padding-top: 90px;
  }
  .pb-sm-90 {
    padding-bottom: 90px;
  }
  .fs-sm-90 {
    font-size: 90px;
  }
  .w-sm-90 {
    width: 90px;
  }
  .h-sm-90 {
    height: 90px;
  }
}
@media (min-width: 768px) {
  .lh-md-90 {
    line-height: 90px;
  }
  .line-height-md-90 {
    line-height: 90px;
  }
  .grid-cols-md-90 {
    grid-template-columns: repeat(90, 1fr);
  }
  .gap-md-90 {
    gap: 90px;
  }
  .gap-x-md-90 {
    -moz-column-gap: 90px;
         column-gap: 90px;
  }
  .gap-y-md-90 {
    row-gap: 90px;
  }
  .rounded-md-90 {
    border-radius: 90px;
  }
  .mb-md-90 {
    margin-bottom: 90px;
  }
  .mt-md-90 {
    margin-top: 90px;
  }
  .mr-md-90 {
    margin-right: 90px;
  }
  .ml-md-90 {
    margin-left: 90px;
  }
  .mx-md-90 {
    margin-right: 90px;
    margin-left: 90px;
  }
  .my-md-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .p-md-90 {
    padding: 90px;
  }
  .px-md-90 {
    padding-right: 90px;
    padding-left: 90px;
  }
  .py-md-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .pr-md-90 {
    padding-right: 90px;
  }
  .pl-md-90 {
    padding-left: 90px;
  }
  .pt-md-90 {
    padding-top: 90px;
  }
  .pb-md-90 {
    padding-bottom: 90px;
  }
  .fs-md-90 {
    font-size: 90px;
  }
  .w-md-90 {
    width: 90px;
  }
  .h-md-90 {
    height: 90px;
  }
}
@media (min-width: 992px) {
  .lh-lg-90 {
    line-height: 90px;
  }
  .line-height-lg-90 {
    line-height: 90px;
  }
  .grid-cols-lg-90 {
    grid-template-columns: repeat(90, 1fr);
  }
  .gap-lg-90 {
    gap: 90px;
  }
  .gap-x-lg-90 {
    -moz-column-gap: 90px;
         column-gap: 90px;
  }
  .gap-y-lg-90 {
    row-gap: 90px;
  }
  .rounded-lg-90 {
    border-radius: 90px;
  }
  .mb-lg-90 {
    margin-bottom: 90px;
  }
  .mt-lg-90 {
    margin-top: 90px;
  }
  .mr-lg-90 {
    margin-right: 90px;
  }
  .ml-lg-90 {
    margin-left: 90px;
  }
  .mx-lg-90 {
    margin-right: 90px;
    margin-left: 90px;
  }
  .my-lg-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .p-lg-90 {
    padding: 90px;
  }
  .px-lg-90 {
    padding-right: 90px;
    padding-left: 90px;
  }
  .py-lg-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .pr-lg-90 {
    padding-right: 90px;
  }
  .pl-lg-90 {
    padding-left: 90px;
  }
  .pt-lg-90 {
    padding-top: 90px;
  }
  .pb-lg-90 {
    padding-bottom: 90px;
  }
  .fs-lg-90 {
    font-size: 90px;
  }
  .w-lg-90 {
    width: 90px;
  }
  .h-lg-90 {
    height: 90px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-90 {
    line-height: 90px;
  }
  .line-height-xl-90 {
    line-height: 90px;
  }
  .grid-cols-xl-90 {
    grid-template-columns: repeat(90, 1fr);
  }
  .gap-xl-90 {
    gap: 90px;
  }
  .gap-x-xl-90 {
    -moz-column-gap: 90px;
         column-gap: 90px;
  }
  .gap-y-xl-90 {
    row-gap: 90px;
  }
  .rounded-xl-90 {
    border-radius: 90px;
  }
  .mb-xl-90 {
    margin-bottom: 90px;
  }
  .mt-xl-90 {
    margin-top: 90px;
  }
  .mr-xl-90 {
    margin-right: 90px;
  }
  .ml-xl-90 {
    margin-left: 90px;
  }
  .mx-xl-90 {
    margin-right: 90px;
    margin-left: 90px;
  }
  .my-xl-90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .p-xl-90 {
    padding: 90px;
  }
  .px-xl-90 {
    padding-right: 90px;
    padding-left: 90px;
  }
  .py-xl-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .pr-xl-90 {
    padding-right: 90px;
  }
  .pl-xl-90 {
    padding-left: 90px;
  }
  .pt-xl-90 {
    padding-top: 90px;
  }
  .pb-xl-90 {
    padding-bottom: 90px;
  }
  .fs-xl-90 {
    font-size: 90px;
  }
  .w-xl-90 {
    width: 90px;
  }
  .h-xl-90 {
    height: 90px;
  }
}
.lh-91 {
  line-height: 91px;
}

.grid-cols-91 {
  grid-template-columns: repeat(91, 1fr);
}

.line-height-91 {
  line-height: 91px;
}

.gap-91 {
  gap: 91px;
}

.gap-x-91 {
  -moz-column-gap: 91px;
       column-gap: 91px;
}

.gap-y-91 {
  row-gap: 91px;
}

.rounded-91 {
  border-radius: 91px;
}

.mb-91 {
  margin-bottom: 91px;
}

.mt-91 {
  margin-top: 91px;
}

.mr-91 {
  margin-right: 91px;
}

.ml-91 {
  margin-left: 91px;
}

.mx-91 {
  margin-right: 91px;
  margin-left: 91px;
}

.my-91 {
  margin-top: 91px;
  margin-bottom: 91px;
}

.p-91 {
  padding: 91px;
}

.px-91 {
  padding-right: 91px;
  padding-left: 91px;
}

.py-91 {
  padding-top: 91px;
  padding-bottom: 91px;
}

.pr-91 {
  padding-right: 91px;
}

.pl-91 {
  padding-left: 91px;
}

.pt-91 {
  padding-top: 91px;
}

.pb-91 {
  padding-bottom: 91px;
}

.fs-91 {
  font-size: 91px;
}

.w-91 {
  width: 91px;
}

.h-91 {
  height: 91px;
}

@media (min-width: 576px) {
  .lh-sm-91 {
    line-height: 91px;
  }
  .line-height-sm-91 {
    line-height: 91px;
  }
  .grid-cols-sm-91 {
    grid-template-columns: repeat(91, 1fr);
  }
  .gap-sm-91 {
    gap: 91px;
  }
  .gap-x-sm-91 {
    -moz-column-gap: 91px;
         column-gap: 91px;
  }
  .gap-y-sm-91 {
    row-gap: 91px;
  }
  .rounded-sm-91 {
    border-radius: 91px;
  }
  .mb-sm-91 {
    margin-bottom: 91px;
  }
  .mt-sm-91 {
    margin-top: 91px;
  }
  .mr-sm-91 {
    margin-right: 91px;
  }
  .ml-sm-91 {
    margin-left: 91px;
  }
  .mx-sm-91 {
    margin-right: 91px;
    margin-left: 91px;
  }
  .my-sm-91 {
    margin-top: 91px;
    margin-bottom: 91px;
  }
  .p-sm-91 {
    padding: 91px;
  }
  .px-sm-91 {
    padding-right: 91px;
    padding-left: 91px;
  }
  .py-sm-91 {
    padding-top: 91px;
    padding-bottom: 91px;
  }
  .pr-sm-91 {
    padding-right: 91px;
  }
  .pl-sm-91 {
    padding-left: 91px;
  }
  .pt-sm-91 {
    padding-top: 91px;
  }
  .pb-sm-91 {
    padding-bottom: 91px;
  }
  .fs-sm-91 {
    font-size: 91px;
  }
  .w-sm-91 {
    width: 91px;
  }
  .h-sm-91 {
    height: 91px;
  }
}
@media (min-width: 768px) {
  .lh-md-91 {
    line-height: 91px;
  }
  .line-height-md-91 {
    line-height: 91px;
  }
  .grid-cols-md-91 {
    grid-template-columns: repeat(91, 1fr);
  }
  .gap-md-91 {
    gap: 91px;
  }
  .gap-x-md-91 {
    -moz-column-gap: 91px;
         column-gap: 91px;
  }
  .gap-y-md-91 {
    row-gap: 91px;
  }
  .rounded-md-91 {
    border-radius: 91px;
  }
  .mb-md-91 {
    margin-bottom: 91px;
  }
  .mt-md-91 {
    margin-top: 91px;
  }
  .mr-md-91 {
    margin-right: 91px;
  }
  .ml-md-91 {
    margin-left: 91px;
  }
  .mx-md-91 {
    margin-right: 91px;
    margin-left: 91px;
  }
  .my-md-91 {
    margin-top: 91px;
    margin-bottom: 91px;
  }
  .p-md-91 {
    padding: 91px;
  }
  .px-md-91 {
    padding-right: 91px;
    padding-left: 91px;
  }
  .py-md-91 {
    padding-top: 91px;
    padding-bottom: 91px;
  }
  .pr-md-91 {
    padding-right: 91px;
  }
  .pl-md-91 {
    padding-left: 91px;
  }
  .pt-md-91 {
    padding-top: 91px;
  }
  .pb-md-91 {
    padding-bottom: 91px;
  }
  .fs-md-91 {
    font-size: 91px;
  }
  .w-md-91 {
    width: 91px;
  }
  .h-md-91 {
    height: 91px;
  }
}
@media (min-width: 992px) {
  .lh-lg-91 {
    line-height: 91px;
  }
  .line-height-lg-91 {
    line-height: 91px;
  }
  .grid-cols-lg-91 {
    grid-template-columns: repeat(91, 1fr);
  }
  .gap-lg-91 {
    gap: 91px;
  }
  .gap-x-lg-91 {
    -moz-column-gap: 91px;
         column-gap: 91px;
  }
  .gap-y-lg-91 {
    row-gap: 91px;
  }
  .rounded-lg-91 {
    border-radius: 91px;
  }
  .mb-lg-91 {
    margin-bottom: 91px;
  }
  .mt-lg-91 {
    margin-top: 91px;
  }
  .mr-lg-91 {
    margin-right: 91px;
  }
  .ml-lg-91 {
    margin-left: 91px;
  }
  .mx-lg-91 {
    margin-right: 91px;
    margin-left: 91px;
  }
  .my-lg-91 {
    margin-top: 91px;
    margin-bottom: 91px;
  }
  .p-lg-91 {
    padding: 91px;
  }
  .px-lg-91 {
    padding-right: 91px;
    padding-left: 91px;
  }
  .py-lg-91 {
    padding-top: 91px;
    padding-bottom: 91px;
  }
  .pr-lg-91 {
    padding-right: 91px;
  }
  .pl-lg-91 {
    padding-left: 91px;
  }
  .pt-lg-91 {
    padding-top: 91px;
  }
  .pb-lg-91 {
    padding-bottom: 91px;
  }
  .fs-lg-91 {
    font-size: 91px;
  }
  .w-lg-91 {
    width: 91px;
  }
  .h-lg-91 {
    height: 91px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-91 {
    line-height: 91px;
  }
  .line-height-xl-91 {
    line-height: 91px;
  }
  .grid-cols-xl-91 {
    grid-template-columns: repeat(91, 1fr);
  }
  .gap-xl-91 {
    gap: 91px;
  }
  .gap-x-xl-91 {
    -moz-column-gap: 91px;
         column-gap: 91px;
  }
  .gap-y-xl-91 {
    row-gap: 91px;
  }
  .rounded-xl-91 {
    border-radius: 91px;
  }
  .mb-xl-91 {
    margin-bottom: 91px;
  }
  .mt-xl-91 {
    margin-top: 91px;
  }
  .mr-xl-91 {
    margin-right: 91px;
  }
  .ml-xl-91 {
    margin-left: 91px;
  }
  .mx-xl-91 {
    margin-right: 91px;
    margin-left: 91px;
  }
  .my-xl-91 {
    margin-top: 91px;
    margin-bottom: 91px;
  }
  .p-xl-91 {
    padding: 91px;
  }
  .px-xl-91 {
    padding-right: 91px;
    padding-left: 91px;
  }
  .py-xl-91 {
    padding-top: 91px;
    padding-bottom: 91px;
  }
  .pr-xl-91 {
    padding-right: 91px;
  }
  .pl-xl-91 {
    padding-left: 91px;
  }
  .pt-xl-91 {
    padding-top: 91px;
  }
  .pb-xl-91 {
    padding-bottom: 91px;
  }
  .fs-xl-91 {
    font-size: 91px;
  }
  .w-xl-91 {
    width: 91px;
  }
  .h-xl-91 {
    height: 91px;
  }
}
.lh-92 {
  line-height: 92px;
}

.grid-cols-92 {
  grid-template-columns: repeat(92, 1fr);
}

.line-height-92 {
  line-height: 92px;
}

.gap-92 {
  gap: 92px;
}

.gap-x-92 {
  -moz-column-gap: 92px;
       column-gap: 92px;
}

.gap-y-92 {
  row-gap: 92px;
}

.rounded-92 {
  border-radius: 92px;
}

.mb-92 {
  margin-bottom: 92px;
}

.mt-92 {
  margin-top: 92px;
}

.mr-92 {
  margin-right: 92px;
}

.ml-92 {
  margin-left: 92px;
}

.mx-92 {
  margin-right: 92px;
  margin-left: 92px;
}

.my-92 {
  margin-top: 92px;
  margin-bottom: 92px;
}

.p-92 {
  padding: 92px;
}

.px-92 {
  padding-right: 92px;
  padding-left: 92px;
}

.py-92 {
  padding-top: 92px;
  padding-bottom: 92px;
}

.pr-92 {
  padding-right: 92px;
}

.pl-92 {
  padding-left: 92px;
}

.pt-92 {
  padding-top: 92px;
}

.pb-92 {
  padding-bottom: 92px;
}

.fs-92 {
  font-size: 92px;
}

.w-92 {
  width: 92px;
}

.h-92 {
  height: 92px;
}

@media (min-width: 576px) {
  .lh-sm-92 {
    line-height: 92px;
  }
  .line-height-sm-92 {
    line-height: 92px;
  }
  .grid-cols-sm-92 {
    grid-template-columns: repeat(92, 1fr);
  }
  .gap-sm-92 {
    gap: 92px;
  }
  .gap-x-sm-92 {
    -moz-column-gap: 92px;
         column-gap: 92px;
  }
  .gap-y-sm-92 {
    row-gap: 92px;
  }
  .rounded-sm-92 {
    border-radius: 92px;
  }
  .mb-sm-92 {
    margin-bottom: 92px;
  }
  .mt-sm-92 {
    margin-top: 92px;
  }
  .mr-sm-92 {
    margin-right: 92px;
  }
  .ml-sm-92 {
    margin-left: 92px;
  }
  .mx-sm-92 {
    margin-right: 92px;
    margin-left: 92px;
  }
  .my-sm-92 {
    margin-top: 92px;
    margin-bottom: 92px;
  }
  .p-sm-92 {
    padding: 92px;
  }
  .px-sm-92 {
    padding-right: 92px;
    padding-left: 92px;
  }
  .py-sm-92 {
    padding-top: 92px;
    padding-bottom: 92px;
  }
  .pr-sm-92 {
    padding-right: 92px;
  }
  .pl-sm-92 {
    padding-left: 92px;
  }
  .pt-sm-92 {
    padding-top: 92px;
  }
  .pb-sm-92 {
    padding-bottom: 92px;
  }
  .fs-sm-92 {
    font-size: 92px;
  }
  .w-sm-92 {
    width: 92px;
  }
  .h-sm-92 {
    height: 92px;
  }
}
@media (min-width: 768px) {
  .lh-md-92 {
    line-height: 92px;
  }
  .line-height-md-92 {
    line-height: 92px;
  }
  .grid-cols-md-92 {
    grid-template-columns: repeat(92, 1fr);
  }
  .gap-md-92 {
    gap: 92px;
  }
  .gap-x-md-92 {
    -moz-column-gap: 92px;
         column-gap: 92px;
  }
  .gap-y-md-92 {
    row-gap: 92px;
  }
  .rounded-md-92 {
    border-radius: 92px;
  }
  .mb-md-92 {
    margin-bottom: 92px;
  }
  .mt-md-92 {
    margin-top: 92px;
  }
  .mr-md-92 {
    margin-right: 92px;
  }
  .ml-md-92 {
    margin-left: 92px;
  }
  .mx-md-92 {
    margin-right: 92px;
    margin-left: 92px;
  }
  .my-md-92 {
    margin-top: 92px;
    margin-bottom: 92px;
  }
  .p-md-92 {
    padding: 92px;
  }
  .px-md-92 {
    padding-right: 92px;
    padding-left: 92px;
  }
  .py-md-92 {
    padding-top: 92px;
    padding-bottom: 92px;
  }
  .pr-md-92 {
    padding-right: 92px;
  }
  .pl-md-92 {
    padding-left: 92px;
  }
  .pt-md-92 {
    padding-top: 92px;
  }
  .pb-md-92 {
    padding-bottom: 92px;
  }
  .fs-md-92 {
    font-size: 92px;
  }
  .w-md-92 {
    width: 92px;
  }
  .h-md-92 {
    height: 92px;
  }
}
@media (min-width: 992px) {
  .lh-lg-92 {
    line-height: 92px;
  }
  .line-height-lg-92 {
    line-height: 92px;
  }
  .grid-cols-lg-92 {
    grid-template-columns: repeat(92, 1fr);
  }
  .gap-lg-92 {
    gap: 92px;
  }
  .gap-x-lg-92 {
    -moz-column-gap: 92px;
         column-gap: 92px;
  }
  .gap-y-lg-92 {
    row-gap: 92px;
  }
  .rounded-lg-92 {
    border-radius: 92px;
  }
  .mb-lg-92 {
    margin-bottom: 92px;
  }
  .mt-lg-92 {
    margin-top: 92px;
  }
  .mr-lg-92 {
    margin-right: 92px;
  }
  .ml-lg-92 {
    margin-left: 92px;
  }
  .mx-lg-92 {
    margin-right: 92px;
    margin-left: 92px;
  }
  .my-lg-92 {
    margin-top: 92px;
    margin-bottom: 92px;
  }
  .p-lg-92 {
    padding: 92px;
  }
  .px-lg-92 {
    padding-right: 92px;
    padding-left: 92px;
  }
  .py-lg-92 {
    padding-top: 92px;
    padding-bottom: 92px;
  }
  .pr-lg-92 {
    padding-right: 92px;
  }
  .pl-lg-92 {
    padding-left: 92px;
  }
  .pt-lg-92 {
    padding-top: 92px;
  }
  .pb-lg-92 {
    padding-bottom: 92px;
  }
  .fs-lg-92 {
    font-size: 92px;
  }
  .w-lg-92 {
    width: 92px;
  }
  .h-lg-92 {
    height: 92px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-92 {
    line-height: 92px;
  }
  .line-height-xl-92 {
    line-height: 92px;
  }
  .grid-cols-xl-92 {
    grid-template-columns: repeat(92, 1fr);
  }
  .gap-xl-92 {
    gap: 92px;
  }
  .gap-x-xl-92 {
    -moz-column-gap: 92px;
         column-gap: 92px;
  }
  .gap-y-xl-92 {
    row-gap: 92px;
  }
  .rounded-xl-92 {
    border-radius: 92px;
  }
  .mb-xl-92 {
    margin-bottom: 92px;
  }
  .mt-xl-92 {
    margin-top: 92px;
  }
  .mr-xl-92 {
    margin-right: 92px;
  }
  .ml-xl-92 {
    margin-left: 92px;
  }
  .mx-xl-92 {
    margin-right: 92px;
    margin-left: 92px;
  }
  .my-xl-92 {
    margin-top: 92px;
    margin-bottom: 92px;
  }
  .p-xl-92 {
    padding: 92px;
  }
  .px-xl-92 {
    padding-right: 92px;
    padding-left: 92px;
  }
  .py-xl-92 {
    padding-top: 92px;
    padding-bottom: 92px;
  }
  .pr-xl-92 {
    padding-right: 92px;
  }
  .pl-xl-92 {
    padding-left: 92px;
  }
  .pt-xl-92 {
    padding-top: 92px;
  }
  .pb-xl-92 {
    padding-bottom: 92px;
  }
  .fs-xl-92 {
    font-size: 92px;
  }
  .w-xl-92 {
    width: 92px;
  }
  .h-xl-92 {
    height: 92px;
  }
}
.lh-93 {
  line-height: 93px;
}

.grid-cols-93 {
  grid-template-columns: repeat(93, 1fr);
}

.line-height-93 {
  line-height: 93px;
}

.gap-93 {
  gap: 93px;
}

.gap-x-93 {
  -moz-column-gap: 93px;
       column-gap: 93px;
}

.gap-y-93 {
  row-gap: 93px;
}

.rounded-93 {
  border-radius: 93px;
}

.mb-93 {
  margin-bottom: 93px;
}

.mt-93 {
  margin-top: 93px;
}

.mr-93 {
  margin-right: 93px;
}

.ml-93 {
  margin-left: 93px;
}

.mx-93 {
  margin-right: 93px;
  margin-left: 93px;
}

.my-93 {
  margin-top: 93px;
  margin-bottom: 93px;
}

.p-93 {
  padding: 93px;
}

.px-93 {
  padding-right: 93px;
  padding-left: 93px;
}

.py-93 {
  padding-top: 93px;
  padding-bottom: 93px;
}

.pr-93 {
  padding-right: 93px;
}

.pl-93 {
  padding-left: 93px;
}

.pt-93 {
  padding-top: 93px;
}

.pb-93 {
  padding-bottom: 93px;
}

.fs-93 {
  font-size: 93px;
}

.w-93 {
  width: 93px;
}

.h-93 {
  height: 93px;
}

@media (min-width: 576px) {
  .lh-sm-93 {
    line-height: 93px;
  }
  .line-height-sm-93 {
    line-height: 93px;
  }
  .grid-cols-sm-93 {
    grid-template-columns: repeat(93, 1fr);
  }
  .gap-sm-93 {
    gap: 93px;
  }
  .gap-x-sm-93 {
    -moz-column-gap: 93px;
         column-gap: 93px;
  }
  .gap-y-sm-93 {
    row-gap: 93px;
  }
  .rounded-sm-93 {
    border-radius: 93px;
  }
  .mb-sm-93 {
    margin-bottom: 93px;
  }
  .mt-sm-93 {
    margin-top: 93px;
  }
  .mr-sm-93 {
    margin-right: 93px;
  }
  .ml-sm-93 {
    margin-left: 93px;
  }
  .mx-sm-93 {
    margin-right: 93px;
    margin-left: 93px;
  }
  .my-sm-93 {
    margin-top: 93px;
    margin-bottom: 93px;
  }
  .p-sm-93 {
    padding: 93px;
  }
  .px-sm-93 {
    padding-right: 93px;
    padding-left: 93px;
  }
  .py-sm-93 {
    padding-top: 93px;
    padding-bottom: 93px;
  }
  .pr-sm-93 {
    padding-right: 93px;
  }
  .pl-sm-93 {
    padding-left: 93px;
  }
  .pt-sm-93 {
    padding-top: 93px;
  }
  .pb-sm-93 {
    padding-bottom: 93px;
  }
  .fs-sm-93 {
    font-size: 93px;
  }
  .w-sm-93 {
    width: 93px;
  }
  .h-sm-93 {
    height: 93px;
  }
}
@media (min-width: 768px) {
  .lh-md-93 {
    line-height: 93px;
  }
  .line-height-md-93 {
    line-height: 93px;
  }
  .grid-cols-md-93 {
    grid-template-columns: repeat(93, 1fr);
  }
  .gap-md-93 {
    gap: 93px;
  }
  .gap-x-md-93 {
    -moz-column-gap: 93px;
         column-gap: 93px;
  }
  .gap-y-md-93 {
    row-gap: 93px;
  }
  .rounded-md-93 {
    border-radius: 93px;
  }
  .mb-md-93 {
    margin-bottom: 93px;
  }
  .mt-md-93 {
    margin-top: 93px;
  }
  .mr-md-93 {
    margin-right: 93px;
  }
  .ml-md-93 {
    margin-left: 93px;
  }
  .mx-md-93 {
    margin-right: 93px;
    margin-left: 93px;
  }
  .my-md-93 {
    margin-top: 93px;
    margin-bottom: 93px;
  }
  .p-md-93 {
    padding: 93px;
  }
  .px-md-93 {
    padding-right: 93px;
    padding-left: 93px;
  }
  .py-md-93 {
    padding-top: 93px;
    padding-bottom: 93px;
  }
  .pr-md-93 {
    padding-right: 93px;
  }
  .pl-md-93 {
    padding-left: 93px;
  }
  .pt-md-93 {
    padding-top: 93px;
  }
  .pb-md-93 {
    padding-bottom: 93px;
  }
  .fs-md-93 {
    font-size: 93px;
  }
  .w-md-93 {
    width: 93px;
  }
  .h-md-93 {
    height: 93px;
  }
}
@media (min-width: 992px) {
  .lh-lg-93 {
    line-height: 93px;
  }
  .line-height-lg-93 {
    line-height: 93px;
  }
  .grid-cols-lg-93 {
    grid-template-columns: repeat(93, 1fr);
  }
  .gap-lg-93 {
    gap: 93px;
  }
  .gap-x-lg-93 {
    -moz-column-gap: 93px;
         column-gap: 93px;
  }
  .gap-y-lg-93 {
    row-gap: 93px;
  }
  .rounded-lg-93 {
    border-radius: 93px;
  }
  .mb-lg-93 {
    margin-bottom: 93px;
  }
  .mt-lg-93 {
    margin-top: 93px;
  }
  .mr-lg-93 {
    margin-right: 93px;
  }
  .ml-lg-93 {
    margin-left: 93px;
  }
  .mx-lg-93 {
    margin-right: 93px;
    margin-left: 93px;
  }
  .my-lg-93 {
    margin-top: 93px;
    margin-bottom: 93px;
  }
  .p-lg-93 {
    padding: 93px;
  }
  .px-lg-93 {
    padding-right: 93px;
    padding-left: 93px;
  }
  .py-lg-93 {
    padding-top: 93px;
    padding-bottom: 93px;
  }
  .pr-lg-93 {
    padding-right: 93px;
  }
  .pl-lg-93 {
    padding-left: 93px;
  }
  .pt-lg-93 {
    padding-top: 93px;
  }
  .pb-lg-93 {
    padding-bottom: 93px;
  }
  .fs-lg-93 {
    font-size: 93px;
  }
  .w-lg-93 {
    width: 93px;
  }
  .h-lg-93 {
    height: 93px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-93 {
    line-height: 93px;
  }
  .line-height-xl-93 {
    line-height: 93px;
  }
  .grid-cols-xl-93 {
    grid-template-columns: repeat(93, 1fr);
  }
  .gap-xl-93 {
    gap: 93px;
  }
  .gap-x-xl-93 {
    -moz-column-gap: 93px;
         column-gap: 93px;
  }
  .gap-y-xl-93 {
    row-gap: 93px;
  }
  .rounded-xl-93 {
    border-radius: 93px;
  }
  .mb-xl-93 {
    margin-bottom: 93px;
  }
  .mt-xl-93 {
    margin-top: 93px;
  }
  .mr-xl-93 {
    margin-right: 93px;
  }
  .ml-xl-93 {
    margin-left: 93px;
  }
  .mx-xl-93 {
    margin-right: 93px;
    margin-left: 93px;
  }
  .my-xl-93 {
    margin-top: 93px;
    margin-bottom: 93px;
  }
  .p-xl-93 {
    padding: 93px;
  }
  .px-xl-93 {
    padding-right: 93px;
    padding-left: 93px;
  }
  .py-xl-93 {
    padding-top: 93px;
    padding-bottom: 93px;
  }
  .pr-xl-93 {
    padding-right: 93px;
  }
  .pl-xl-93 {
    padding-left: 93px;
  }
  .pt-xl-93 {
    padding-top: 93px;
  }
  .pb-xl-93 {
    padding-bottom: 93px;
  }
  .fs-xl-93 {
    font-size: 93px;
  }
  .w-xl-93 {
    width: 93px;
  }
  .h-xl-93 {
    height: 93px;
  }
}
.lh-94 {
  line-height: 94px;
}

.grid-cols-94 {
  grid-template-columns: repeat(94, 1fr);
}

.line-height-94 {
  line-height: 94px;
}

.gap-94 {
  gap: 94px;
}

.gap-x-94 {
  -moz-column-gap: 94px;
       column-gap: 94px;
}

.gap-y-94 {
  row-gap: 94px;
}

.rounded-94 {
  border-radius: 94px;
}

.mb-94 {
  margin-bottom: 94px;
}

.mt-94 {
  margin-top: 94px;
}

.mr-94 {
  margin-right: 94px;
}

.ml-94 {
  margin-left: 94px;
}

.mx-94 {
  margin-right: 94px;
  margin-left: 94px;
}

.my-94 {
  margin-top: 94px;
  margin-bottom: 94px;
}

.p-94 {
  padding: 94px;
}

.px-94 {
  padding-right: 94px;
  padding-left: 94px;
}

.py-94 {
  padding-top: 94px;
  padding-bottom: 94px;
}

.pr-94 {
  padding-right: 94px;
}

.pl-94 {
  padding-left: 94px;
}

.pt-94 {
  padding-top: 94px;
}

.pb-94 {
  padding-bottom: 94px;
}

.fs-94 {
  font-size: 94px;
}

.w-94 {
  width: 94px;
}

.h-94 {
  height: 94px;
}

@media (min-width: 576px) {
  .lh-sm-94 {
    line-height: 94px;
  }
  .line-height-sm-94 {
    line-height: 94px;
  }
  .grid-cols-sm-94 {
    grid-template-columns: repeat(94, 1fr);
  }
  .gap-sm-94 {
    gap: 94px;
  }
  .gap-x-sm-94 {
    -moz-column-gap: 94px;
         column-gap: 94px;
  }
  .gap-y-sm-94 {
    row-gap: 94px;
  }
  .rounded-sm-94 {
    border-radius: 94px;
  }
  .mb-sm-94 {
    margin-bottom: 94px;
  }
  .mt-sm-94 {
    margin-top: 94px;
  }
  .mr-sm-94 {
    margin-right: 94px;
  }
  .ml-sm-94 {
    margin-left: 94px;
  }
  .mx-sm-94 {
    margin-right: 94px;
    margin-left: 94px;
  }
  .my-sm-94 {
    margin-top: 94px;
    margin-bottom: 94px;
  }
  .p-sm-94 {
    padding: 94px;
  }
  .px-sm-94 {
    padding-right: 94px;
    padding-left: 94px;
  }
  .py-sm-94 {
    padding-top: 94px;
    padding-bottom: 94px;
  }
  .pr-sm-94 {
    padding-right: 94px;
  }
  .pl-sm-94 {
    padding-left: 94px;
  }
  .pt-sm-94 {
    padding-top: 94px;
  }
  .pb-sm-94 {
    padding-bottom: 94px;
  }
  .fs-sm-94 {
    font-size: 94px;
  }
  .w-sm-94 {
    width: 94px;
  }
  .h-sm-94 {
    height: 94px;
  }
}
@media (min-width: 768px) {
  .lh-md-94 {
    line-height: 94px;
  }
  .line-height-md-94 {
    line-height: 94px;
  }
  .grid-cols-md-94 {
    grid-template-columns: repeat(94, 1fr);
  }
  .gap-md-94 {
    gap: 94px;
  }
  .gap-x-md-94 {
    -moz-column-gap: 94px;
         column-gap: 94px;
  }
  .gap-y-md-94 {
    row-gap: 94px;
  }
  .rounded-md-94 {
    border-radius: 94px;
  }
  .mb-md-94 {
    margin-bottom: 94px;
  }
  .mt-md-94 {
    margin-top: 94px;
  }
  .mr-md-94 {
    margin-right: 94px;
  }
  .ml-md-94 {
    margin-left: 94px;
  }
  .mx-md-94 {
    margin-right: 94px;
    margin-left: 94px;
  }
  .my-md-94 {
    margin-top: 94px;
    margin-bottom: 94px;
  }
  .p-md-94 {
    padding: 94px;
  }
  .px-md-94 {
    padding-right: 94px;
    padding-left: 94px;
  }
  .py-md-94 {
    padding-top: 94px;
    padding-bottom: 94px;
  }
  .pr-md-94 {
    padding-right: 94px;
  }
  .pl-md-94 {
    padding-left: 94px;
  }
  .pt-md-94 {
    padding-top: 94px;
  }
  .pb-md-94 {
    padding-bottom: 94px;
  }
  .fs-md-94 {
    font-size: 94px;
  }
  .w-md-94 {
    width: 94px;
  }
  .h-md-94 {
    height: 94px;
  }
}
@media (min-width: 992px) {
  .lh-lg-94 {
    line-height: 94px;
  }
  .line-height-lg-94 {
    line-height: 94px;
  }
  .grid-cols-lg-94 {
    grid-template-columns: repeat(94, 1fr);
  }
  .gap-lg-94 {
    gap: 94px;
  }
  .gap-x-lg-94 {
    -moz-column-gap: 94px;
         column-gap: 94px;
  }
  .gap-y-lg-94 {
    row-gap: 94px;
  }
  .rounded-lg-94 {
    border-radius: 94px;
  }
  .mb-lg-94 {
    margin-bottom: 94px;
  }
  .mt-lg-94 {
    margin-top: 94px;
  }
  .mr-lg-94 {
    margin-right: 94px;
  }
  .ml-lg-94 {
    margin-left: 94px;
  }
  .mx-lg-94 {
    margin-right: 94px;
    margin-left: 94px;
  }
  .my-lg-94 {
    margin-top: 94px;
    margin-bottom: 94px;
  }
  .p-lg-94 {
    padding: 94px;
  }
  .px-lg-94 {
    padding-right: 94px;
    padding-left: 94px;
  }
  .py-lg-94 {
    padding-top: 94px;
    padding-bottom: 94px;
  }
  .pr-lg-94 {
    padding-right: 94px;
  }
  .pl-lg-94 {
    padding-left: 94px;
  }
  .pt-lg-94 {
    padding-top: 94px;
  }
  .pb-lg-94 {
    padding-bottom: 94px;
  }
  .fs-lg-94 {
    font-size: 94px;
  }
  .w-lg-94 {
    width: 94px;
  }
  .h-lg-94 {
    height: 94px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-94 {
    line-height: 94px;
  }
  .line-height-xl-94 {
    line-height: 94px;
  }
  .grid-cols-xl-94 {
    grid-template-columns: repeat(94, 1fr);
  }
  .gap-xl-94 {
    gap: 94px;
  }
  .gap-x-xl-94 {
    -moz-column-gap: 94px;
         column-gap: 94px;
  }
  .gap-y-xl-94 {
    row-gap: 94px;
  }
  .rounded-xl-94 {
    border-radius: 94px;
  }
  .mb-xl-94 {
    margin-bottom: 94px;
  }
  .mt-xl-94 {
    margin-top: 94px;
  }
  .mr-xl-94 {
    margin-right: 94px;
  }
  .ml-xl-94 {
    margin-left: 94px;
  }
  .mx-xl-94 {
    margin-right: 94px;
    margin-left: 94px;
  }
  .my-xl-94 {
    margin-top: 94px;
    margin-bottom: 94px;
  }
  .p-xl-94 {
    padding: 94px;
  }
  .px-xl-94 {
    padding-right: 94px;
    padding-left: 94px;
  }
  .py-xl-94 {
    padding-top: 94px;
    padding-bottom: 94px;
  }
  .pr-xl-94 {
    padding-right: 94px;
  }
  .pl-xl-94 {
    padding-left: 94px;
  }
  .pt-xl-94 {
    padding-top: 94px;
  }
  .pb-xl-94 {
    padding-bottom: 94px;
  }
  .fs-xl-94 {
    font-size: 94px;
  }
  .w-xl-94 {
    width: 94px;
  }
  .h-xl-94 {
    height: 94px;
  }
}
.lh-95 {
  line-height: 95px;
}

.grid-cols-95 {
  grid-template-columns: repeat(95, 1fr);
}

.line-height-95 {
  line-height: 95px;
}

.gap-95 {
  gap: 95px;
}

.gap-x-95 {
  -moz-column-gap: 95px;
       column-gap: 95px;
}

.gap-y-95 {
  row-gap: 95px;
}

.rounded-95 {
  border-radius: 95px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mt-95 {
  margin-top: 95px;
}

.mr-95 {
  margin-right: 95px;
}

.ml-95 {
  margin-left: 95px;
}

.mx-95 {
  margin-right: 95px;
  margin-left: 95px;
}

.my-95 {
  margin-top: 95px;
  margin-bottom: 95px;
}

.p-95 {
  padding: 95px;
}

.px-95 {
  padding-right: 95px;
  padding-left: 95px;
}

.py-95 {
  padding-top: 95px;
  padding-bottom: 95px;
}

.pr-95 {
  padding-right: 95px;
}

.pl-95 {
  padding-left: 95px;
}

.pt-95 {
  padding-top: 95px;
}

.pb-95 {
  padding-bottom: 95px;
}

.fs-95 {
  font-size: 95px;
}

.w-95 {
  width: 95px;
}

.h-95 {
  height: 95px;
}

@media (min-width: 576px) {
  .lh-sm-95 {
    line-height: 95px;
  }
  .line-height-sm-95 {
    line-height: 95px;
  }
  .grid-cols-sm-95 {
    grid-template-columns: repeat(95, 1fr);
  }
  .gap-sm-95 {
    gap: 95px;
  }
  .gap-x-sm-95 {
    -moz-column-gap: 95px;
         column-gap: 95px;
  }
  .gap-y-sm-95 {
    row-gap: 95px;
  }
  .rounded-sm-95 {
    border-radius: 95px;
  }
  .mb-sm-95 {
    margin-bottom: 95px;
  }
  .mt-sm-95 {
    margin-top: 95px;
  }
  .mr-sm-95 {
    margin-right: 95px;
  }
  .ml-sm-95 {
    margin-left: 95px;
  }
  .mx-sm-95 {
    margin-right: 95px;
    margin-left: 95px;
  }
  .my-sm-95 {
    margin-top: 95px;
    margin-bottom: 95px;
  }
  .p-sm-95 {
    padding: 95px;
  }
  .px-sm-95 {
    padding-right: 95px;
    padding-left: 95px;
  }
  .py-sm-95 {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .pr-sm-95 {
    padding-right: 95px;
  }
  .pl-sm-95 {
    padding-left: 95px;
  }
  .pt-sm-95 {
    padding-top: 95px;
  }
  .pb-sm-95 {
    padding-bottom: 95px;
  }
  .fs-sm-95 {
    font-size: 95px;
  }
  .w-sm-95 {
    width: 95px;
  }
  .h-sm-95 {
    height: 95px;
  }
}
@media (min-width: 768px) {
  .lh-md-95 {
    line-height: 95px;
  }
  .line-height-md-95 {
    line-height: 95px;
  }
  .grid-cols-md-95 {
    grid-template-columns: repeat(95, 1fr);
  }
  .gap-md-95 {
    gap: 95px;
  }
  .gap-x-md-95 {
    -moz-column-gap: 95px;
         column-gap: 95px;
  }
  .gap-y-md-95 {
    row-gap: 95px;
  }
  .rounded-md-95 {
    border-radius: 95px;
  }
  .mb-md-95 {
    margin-bottom: 95px;
  }
  .mt-md-95 {
    margin-top: 95px;
  }
  .mr-md-95 {
    margin-right: 95px;
  }
  .ml-md-95 {
    margin-left: 95px;
  }
  .mx-md-95 {
    margin-right: 95px;
    margin-left: 95px;
  }
  .my-md-95 {
    margin-top: 95px;
    margin-bottom: 95px;
  }
  .p-md-95 {
    padding: 95px;
  }
  .px-md-95 {
    padding-right: 95px;
    padding-left: 95px;
  }
  .py-md-95 {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .pr-md-95 {
    padding-right: 95px;
  }
  .pl-md-95 {
    padding-left: 95px;
  }
  .pt-md-95 {
    padding-top: 95px;
  }
  .pb-md-95 {
    padding-bottom: 95px;
  }
  .fs-md-95 {
    font-size: 95px;
  }
  .w-md-95 {
    width: 95px;
  }
  .h-md-95 {
    height: 95px;
  }
}
@media (min-width: 992px) {
  .lh-lg-95 {
    line-height: 95px;
  }
  .line-height-lg-95 {
    line-height: 95px;
  }
  .grid-cols-lg-95 {
    grid-template-columns: repeat(95, 1fr);
  }
  .gap-lg-95 {
    gap: 95px;
  }
  .gap-x-lg-95 {
    -moz-column-gap: 95px;
         column-gap: 95px;
  }
  .gap-y-lg-95 {
    row-gap: 95px;
  }
  .rounded-lg-95 {
    border-radius: 95px;
  }
  .mb-lg-95 {
    margin-bottom: 95px;
  }
  .mt-lg-95 {
    margin-top: 95px;
  }
  .mr-lg-95 {
    margin-right: 95px;
  }
  .ml-lg-95 {
    margin-left: 95px;
  }
  .mx-lg-95 {
    margin-right: 95px;
    margin-left: 95px;
  }
  .my-lg-95 {
    margin-top: 95px;
    margin-bottom: 95px;
  }
  .p-lg-95 {
    padding: 95px;
  }
  .px-lg-95 {
    padding-right: 95px;
    padding-left: 95px;
  }
  .py-lg-95 {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .pr-lg-95 {
    padding-right: 95px;
  }
  .pl-lg-95 {
    padding-left: 95px;
  }
  .pt-lg-95 {
    padding-top: 95px;
  }
  .pb-lg-95 {
    padding-bottom: 95px;
  }
  .fs-lg-95 {
    font-size: 95px;
  }
  .w-lg-95 {
    width: 95px;
  }
  .h-lg-95 {
    height: 95px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-95 {
    line-height: 95px;
  }
  .line-height-xl-95 {
    line-height: 95px;
  }
  .grid-cols-xl-95 {
    grid-template-columns: repeat(95, 1fr);
  }
  .gap-xl-95 {
    gap: 95px;
  }
  .gap-x-xl-95 {
    -moz-column-gap: 95px;
         column-gap: 95px;
  }
  .gap-y-xl-95 {
    row-gap: 95px;
  }
  .rounded-xl-95 {
    border-radius: 95px;
  }
  .mb-xl-95 {
    margin-bottom: 95px;
  }
  .mt-xl-95 {
    margin-top: 95px;
  }
  .mr-xl-95 {
    margin-right: 95px;
  }
  .ml-xl-95 {
    margin-left: 95px;
  }
  .mx-xl-95 {
    margin-right: 95px;
    margin-left: 95px;
  }
  .my-xl-95 {
    margin-top: 95px;
    margin-bottom: 95px;
  }
  .p-xl-95 {
    padding: 95px;
  }
  .px-xl-95 {
    padding-right: 95px;
    padding-left: 95px;
  }
  .py-xl-95 {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .pr-xl-95 {
    padding-right: 95px;
  }
  .pl-xl-95 {
    padding-left: 95px;
  }
  .pt-xl-95 {
    padding-top: 95px;
  }
  .pb-xl-95 {
    padding-bottom: 95px;
  }
  .fs-xl-95 {
    font-size: 95px;
  }
  .w-xl-95 {
    width: 95px;
  }
  .h-xl-95 {
    height: 95px;
  }
}
.lh-96 {
  line-height: 96px;
}

.grid-cols-96 {
  grid-template-columns: repeat(96, 1fr);
}

.line-height-96 {
  line-height: 96px;
}

.gap-96 {
  gap: 96px;
}

.gap-x-96 {
  -moz-column-gap: 96px;
       column-gap: 96px;
}

.gap-y-96 {
  row-gap: 96px;
}

.rounded-96 {
  border-radius: 96px;
}

.mb-96 {
  margin-bottom: 96px;
}

.mt-96 {
  margin-top: 96px;
}

.mr-96 {
  margin-right: 96px;
}

.ml-96 {
  margin-left: 96px;
}

.mx-96 {
  margin-right: 96px;
  margin-left: 96px;
}

.my-96 {
  margin-top: 96px;
  margin-bottom: 96px;
}

.p-96 {
  padding: 96px;
}

.px-96 {
  padding-right: 96px;
  padding-left: 96px;
}

.py-96 {
  padding-top: 96px;
  padding-bottom: 96px;
}

.pr-96 {
  padding-right: 96px;
}

.pl-96 {
  padding-left: 96px;
}

.pt-96 {
  padding-top: 96px;
}

.pb-96 {
  padding-bottom: 96px;
}

.fs-96 {
  font-size: 96px;
}

.w-96 {
  width: 96px;
}

.h-96 {
  height: 96px;
}

@media (min-width: 576px) {
  .lh-sm-96 {
    line-height: 96px;
  }
  .line-height-sm-96 {
    line-height: 96px;
  }
  .grid-cols-sm-96 {
    grid-template-columns: repeat(96, 1fr);
  }
  .gap-sm-96 {
    gap: 96px;
  }
  .gap-x-sm-96 {
    -moz-column-gap: 96px;
         column-gap: 96px;
  }
  .gap-y-sm-96 {
    row-gap: 96px;
  }
  .rounded-sm-96 {
    border-radius: 96px;
  }
  .mb-sm-96 {
    margin-bottom: 96px;
  }
  .mt-sm-96 {
    margin-top: 96px;
  }
  .mr-sm-96 {
    margin-right: 96px;
  }
  .ml-sm-96 {
    margin-left: 96px;
  }
  .mx-sm-96 {
    margin-right: 96px;
    margin-left: 96px;
  }
  .my-sm-96 {
    margin-top: 96px;
    margin-bottom: 96px;
  }
  .p-sm-96 {
    padding: 96px;
  }
  .px-sm-96 {
    padding-right: 96px;
    padding-left: 96px;
  }
  .py-sm-96 {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .pr-sm-96 {
    padding-right: 96px;
  }
  .pl-sm-96 {
    padding-left: 96px;
  }
  .pt-sm-96 {
    padding-top: 96px;
  }
  .pb-sm-96 {
    padding-bottom: 96px;
  }
  .fs-sm-96 {
    font-size: 96px;
  }
  .w-sm-96 {
    width: 96px;
  }
  .h-sm-96 {
    height: 96px;
  }
}
@media (min-width: 768px) {
  .lh-md-96 {
    line-height: 96px;
  }
  .line-height-md-96 {
    line-height: 96px;
  }
  .grid-cols-md-96 {
    grid-template-columns: repeat(96, 1fr);
  }
  .gap-md-96 {
    gap: 96px;
  }
  .gap-x-md-96 {
    -moz-column-gap: 96px;
         column-gap: 96px;
  }
  .gap-y-md-96 {
    row-gap: 96px;
  }
  .rounded-md-96 {
    border-radius: 96px;
  }
  .mb-md-96 {
    margin-bottom: 96px;
  }
  .mt-md-96 {
    margin-top: 96px;
  }
  .mr-md-96 {
    margin-right: 96px;
  }
  .ml-md-96 {
    margin-left: 96px;
  }
  .mx-md-96 {
    margin-right: 96px;
    margin-left: 96px;
  }
  .my-md-96 {
    margin-top: 96px;
    margin-bottom: 96px;
  }
  .p-md-96 {
    padding: 96px;
  }
  .px-md-96 {
    padding-right: 96px;
    padding-left: 96px;
  }
  .py-md-96 {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .pr-md-96 {
    padding-right: 96px;
  }
  .pl-md-96 {
    padding-left: 96px;
  }
  .pt-md-96 {
    padding-top: 96px;
  }
  .pb-md-96 {
    padding-bottom: 96px;
  }
  .fs-md-96 {
    font-size: 96px;
  }
  .w-md-96 {
    width: 96px;
  }
  .h-md-96 {
    height: 96px;
  }
}
@media (min-width: 992px) {
  .lh-lg-96 {
    line-height: 96px;
  }
  .line-height-lg-96 {
    line-height: 96px;
  }
  .grid-cols-lg-96 {
    grid-template-columns: repeat(96, 1fr);
  }
  .gap-lg-96 {
    gap: 96px;
  }
  .gap-x-lg-96 {
    -moz-column-gap: 96px;
         column-gap: 96px;
  }
  .gap-y-lg-96 {
    row-gap: 96px;
  }
  .rounded-lg-96 {
    border-radius: 96px;
  }
  .mb-lg-96 {
    margin-bottom: 96px;
  }
  .mt-lg-96 {
    margin-top: 96px;
  }
  .mr-lg-96 {
    margin-right: 96px;
  }
  .ml-lg-96 {
    margin-left: 96px;
  }
  .mx-lg-96 {
    margin-right: 96px;
    margin-left: 96px;
  }
  .my-lg-96 {
    margin-top: 96px;
    margin-bottom: 96px;
  }
  .p-lg-96 {
    padding: 96px;
  }
  .px-lg-96 {
    padding-right: 96px;
    padding-left: 96px;
  }
  .py-lg-96 {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .pr-lg-96 {
    padding-right: 96px;
  }
  .pl-lg-96 {
    padding-left: 96px;
  }
  .pt-lg-96 {
    padding-top: 96px;
  }
  .pb-lg-96 {
    padding-bottom: 96px;
  }
  .fs-lg-96 {
    font-size: 96px;
  }
  .w-lg-96 {
    width: 96px;
  }
  .h-lg-96 {
    height: 96px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-96 {
    line-height: 96px;
  }
  .line-height-xl-96 {
    line-height: 96px;
  }
  .grid-cols-xl-96 {
    grid-template-columns: repeat(96, 1fr);
  }
  .gap-xl-96 {
    gap: 96px;
  }
  .gap-x-xl-96 {
    -moz-column-gap: 96px;
         column-gap: 96px;
  }
  .gap-y-xl-96 {
    row-gap: 96px;
  }
  .rounded-xl-96 {
    border-radius: 96px;
  }
  .mb-xl-96 {
    margin-bottom: 96px;
  }
  .mt-xl-96 {
    margin-top: 96px;
  }
  .mr-xl-96 {
    margin-right: 96px;
  }
  .ml-xl-96 {
    margin-left: 96px;
  }
  .mx-xl-96 {
    margin-right: 96px;
    margin-left: 96px;
  }
  .my-xl-96 {
    margin-top: 96px;
    margin-bottom: 96px;
  }
  .p-xl-96 {
    padding: 96px;
  }
  .px-xl-96 {
    padding-right: 96px;
    padding-left: 96px;
  }
  .py-xl-96 {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .pr-xl-96 {
    padding-right: 96px;
  }
  .pl-xl-96 {
    padding-left: 96px;
  }
  .pt-xl-96 {
    padding-top: 96px;
  }
  .pb-xl-96 {
    padding-bottom: 96px;
  }
  .fs-xl-96 {
    font-size: 96px;
  }
  .w-xl-96 {
    width: 96px;
  }
  .h-xl-96 {
    height: 96px;
  }
}
.lh-97 {
  line-height: 97px;
}

.grid-cols-97 {
  grid-template-columns: repeat(97, 1fr);
}

.line-height-97 {
  line-height: 97px;
}

.gap-97 {
  gap: 97px;
}

.gap-x-97 {
  -moz-column-gap: 97px;
       column-gap: 97px;
}

.gap-y-97 {
  row-gap: 97px;
}

.rounded-97 {
  border-radius: 97px;
}

.mb-97 {
  margin-bottom: 97px;
}

.mt-97 {
  margin-top: 97px;
}

.mr-97 {
  margin-right: 97px;
}

.ml-97 {
  margin-left: 97px;
}

.mx-97 {
  margin-right: 97px;
  margin-left: 97px;
}

.my-97 {
  margin-top: 97px;
  margin-bottom: 97px;
}

.p-97 {
  padding: 97px;
}

.px-97 {
  padding-right: 97px;
  padding-left: 97px;
}

.py-97 {
  padding-top: 97px;
  padding-bottom: 97px;
}

.pr-97 {
  padding-right: 97px;
}

.pl-97 {
  padding-left: 97px;
}

.pt-97 {
  padding-top: 97px;
}

.pb-97 {
  padding-bottom: 97px;
}

.fs-97 {
  font-size: 97px;
}

.w-97 {
  width: 97px;
}

.h-97 {
  height: 97px;
}

@media (min-width: 576px) {
  .lh-sm-97 {
    line-height: 97px;
  }
  .line-height-sm-97 {
    line-height: 97px;
  }
  .grid-cols-sm-97 {
    grid-template-columns: repeat(97, 1fr);
  }
  .gap-sm-97 {
    gap: 97px;
  }
  .gap-x-sm-97 {
    -moz-column-gap: 97px;
         column-gap: 97px;
  }
  .gap-y-sm-97 {
    row-gap: 97px;
  }
  .rounded-sm-97 {
    border-radius: 97px;
  }
  .mb-sm-97 {
    margin-bottom: 97px;
  }
  .mt-sm-97 {
    margin-top: 97px;
  }
  .mr-sm-97 {
    margin-right: 97px;
  }
  .ml-sm-97 {
    margin-left: 97px;
  }
  .mx-sm-97 {
    margin-right: 97px;
    margin-left: 97px;
  }
  .my-sm-97 {
    margin-top: 97px;
    margin-bottom: 97px;
  }
  .p-sm-97 {
    padding: 97px;
  }
  .px-sm-97 {
    padding-right: 97px;
    padding-left: 97px;
  }
  .py-sm-97 {
    padding-top: 97px;
    padding-bottom: 97px;
  }
  .pr-sm-97 {
    padding-right: 97px;
  }
  .pl-sm-97 {
    padding-left: 97px;
  }
  .pt-sm-97 {
    padding-top: 97px;
  }
  .pb-sm-97 {
    padding-bottom: 97px;
  }
  .fs-sm-97 {
    font-size: 97px;
  }
  .w-sm-97 {
    width: 97px;
  }
  .h-sm-97 {
    height: 97px;
  }
}
@media (min-width: 768px) {
  .lh-md-97 {
    line-height: 97px;
  }
  .line-height-md-97 {
    line-height: 97px;
  }
  .grid-cols-md-97 {
    grid-template-columns: repeat(97, 1fr);
  }
  .gap-md-97 {
    gap: 97px;
  }
  .gap-x-md-97 {
    -moz-column-gap: 97px;
         column-gap: 97px;
  }
  .gap-y-md-97 {
    row-gap: 97px;
  }
  .rounded-md-97 {
    border-radius: 97px;
  }
  .mb-md-97 {
    margin-bottom: 97px;
  }
  .mt-md-97 {
    margin-top: 97px;
  }
  .mr-md-97 {
    margin-right: 97px;
  }
  .ml-md-97 {
    margin-left: 97px;
  }
  .mx-md-97 {
    margin-right: 97px;
    margin-left: 97px;
  }
  .my-md-97 {
    margin-top: 97px;
    margin-bottom: 97px;
  }
  .p-md-97 {
    padding: 97px;
  }
  .px-md-97 {
    padding-right: 97px;
    padding-left: 97px;
  }
  .py-md-97 {
    padding-top: 97px;
    padding-bottom: 97px;
  }
  .pr-md-97 {
    padding-right: 97px;
  }
  .pl-md-97 {
    padding-left: 97px;
  }
  .pt-md-97 {
    padding-top: 97px;
  }
  .pb-md-97 {
    padding-bottom: 97px;
  }
  .fs-md-97 {
    font-size: 97px;
  }
  .w-md-97 {
    width: 97px;
  }
  .h-md-97 {
    height: 97px;
  }
}
@media (min-width: 992px) {
  .lh-lg-97 {
    line-height: 97px;
  }
  .line-height-lg-97 {
    line-height: 97px;
  }
  .grid-cols-lg-97 {
    grid-template-columns: repeat(97, 1fr);
  }
  .gap-lg-97 {
    gap: 97px;
  }
  .gap-x-lg-97 {
    -moz-column-gap: 97px;
         column-gap: 97px;
  }
  .gap-y-lg-97 {
    row-gap: 97px;
  }
  .rounded-lg-97 {
    border-radius: 97px;
  }
  .mb-lg-97 {
    margin-bottom: 97px;
  }
  .mt-lg-97 {
    margin-top: 97px;
  }
  .mr-lg-97 {
    margin-right: 97px;
  }
  .ml-lg-97 {
    margin-left: 97px;
  }
  .mx-lg-97 {
    margin-right: 97px;
    margin-left: 97px;
  }
  .my-lg-97 {
    margin-top: 97px;
    margin-bottom: 97px;
  }
  .p-lg-97 {
    padding: 97px;
  }
  .px-lg-97 {
    padding-right: 97px;
    padding-left: 97px;
  }
  .py-lg-97 {
    padding-top: 97px;
    padding-bottom: 97px;
  }
  .pr-lg-97 {
    padding-right: 97px;
  }
  .pl-lg-97 {
    padding-left: 97px;
  }
  .pt-lg-97 {
    padding-top: 97px;
  }
  .pb-lg-97 {
    padding-bottom: 97px;
  }
  .fs-lg-97 {
    font-size: 97px;
  }
  .w-lg-97 {
    width: 97px;
  }
  .h-lg-97 {
    height: 97px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-97 {
    line-height: 97px;
  }
  .line-height-xl-97 {
    line-height: 97px;
  }
  .grid-cols-xl-97 {
    grid-template-columns: repeat(97, 1fr);
  }
  .gap-xl-97 {
    gap: 97px;
  }
  .gap-x-xl-97 {
    -moz-column-gap: 97px;
         column-gap: 97px;
  }
  .gap-y-xl-97 {
    row-gap: 97px;
  }
  .rounded-xl-97 {
    border-radius: 97px;
  }
  .mb-xl-97 {
    margin-bottom: 97px;
  }
  .mt-xl-97 {
    margin-top: 97px;
  }
  .mr-xl-97 {
    margin-right: 97px;
  }
  .ml-xl-97 {
    margin-left: 97px;
  }
  .mx-xl-97 {
    margin-right: 97px;
    margin-left: 97px;
  }
  .my-xl-97 {
    margin-top: 97px;
    margin-bottom: 97px;
  }
  .p-xl-97 {
    padding: 97px;
  }
  .px-xl-97 {
    padding-right: 97px;
    padding-left: 97px;
  }
  .py-xl-97 {
    padding-top: 97px;
    padding-bottom: 97px;
  }
  .pr-xl-97 {
    padding-right: 97px;
  }
  .pl-xl-97 {
    padding-left: 97px;
  }
  .pt-xl-97 {
    padding-top: 97px;
  }
  .pb-xl-97 {
    padding-bottom: 97px;
  }
  .fs-xl-97 {
    font-size: 97px;
  }
  .w-xl-97 {
    width: 97px;
  }
  .h-xl-97 {
    height: 97px;
  }
}
.lh-98 {
  line-height: 98px;
}

.grid-cols-98 {
  grid-template-columns: repeat(98, 1fr);
}

.line-height-98 {
  line-height: 98px;
}

.gap-98 {
  gap: 98px;
}

.gap-x-98 {
  -moz-column-gap: 98px;
       column-gap: 98px;
}

.gap-y-98 {
  row-gap: 98px;
}

.rounded-98 {
  border-radius: 98px;
}

.mb-98 {
  margin-bottom: 98px;
}

.mt-98 {
  margin-top: 98px;
}

.mr-98 {
  margin-right: 98px;
}

.ml-98 {
  margin-left: 98px;
}

.mx-98 {
  margin-right: 98px;
  margin-left: 98px;
}

.my-98 {
  margin-top: 98px;
  margin-bottom: 98px;
}

.p-98 {
  padding: 98px;
}

.px-98 {
  padding-right: 98px;
  padding-left: 98px;
}

.py-98 {
  padding-top: 98px;
  padding-bottom: 98px;
}

.pr-98 {
  padding-right: 98px;
}

.pl-98 {
  padding-left: 98px;
}

.pt-98 {
  padding-top: 98px;
}

.pb-98 {
  padding-bottom: 98px;
}

.fs-98 {
  font-size: 98px;
}

.w-98 {
  width: 98px;
}

.h-98 {
  height: 98px;
}

@media (min-width: 576px) {
  .lh-sm-98 {
    line-height: 98px;
  }
  .line-height-sm-98 {
    line-height: 98px;
  }
  .grid-cols-sm-98 {
    grid-template-columns: repeat(98, 1fr);
  }
  .gap-sm-98 {
    gap: 98px;
  }
  .gap-x-sm-98 {
    -moz-column-gap: 98px;
         column-gap: 98px;
  }
  .gap-y-sm-98 {
    row-gap: 98px;
  }
  .rounded-sm-98 {
    border-radius: 98px;
  }
  .mb-sm-98 {
    margin-bottom: 98px;
  }
  .mt-sm-98 {
    margin-top: 98px;
  }
  .mr-sm-98 {
    margin-right: 98px;
  }
  .ml-sm-98 {
    margin-left: 98px;
  }
  .mx-sm-98 {
    margin-right: 98px;
    margin-left: 98px;
  }
  .my-sm-98 {
    margin-top: 98px;
    margin-bottom: 98px;
  }
  .p-sm-98 {
    padding: 98px;
  }
  .px-sm-98 {
    padding-right: 98px;
    padding-left: 98px;
  }
  .py-sm-98 {
    padding-top: 98px;
    padding-bottom: 98px;
  }
  .pr-sm-98 {
    padding-right: 98px;
  }
  .pl-sm-98 {
    padding-left: 98px;
  }
  .pt-sm-98 {
    padding-top: 98px;
  }
  .pb-sm-98 {
    padding-bottom: 98px;
  }
  .fs-sm-98 {
    font-size: 98px;
  }
  .w-sm-98 {
    width: 98px;
  }
  .h-sm-98 {
    height: 98px;
  }
}
@media (min-width: 768px) {
  .lh-md-98 {
    line-height: 98px;
  }
  .line-height-md-98 {
    line-height: 98px;
  }
  .grid-cols-md-98 {
    grid-template-columns: repeat(98, 1fr);
  }
  .gap-md-98 {
    gap: 98px;
  }
  .gap-x-md-98 {
    -moz-column-gap: 98px;
         column-gap: 98px;
  }
  .gap-y-md-98 {
    row-gap: 98px;
  }
  .rounded-md-98 {
    border-radius: 98px;
  }
  .mb-md-98 {
    margin-bottom: 98px;
  }
  .mt-md-98 {
    margin-top: 98px;
  }
  .mr-md-98 {
    margin-right: 98px;
  }
  .ml-md-98 {
    margin-left: 98px;
  }
  .mx-md-98 {
    margin-right: 98px;
    margin-left: 98px;
  }
  .my-md-98 {
    margin-top: 98px;
    margin-bottom: 98px;
  }
  .p-md-98 {
    padding: 98px;
  }
  .px-md-98 {
    padding-right: 98px;
    padding-left: 98px;
  }
  .py-md-98 {
    padding-top: 98px;
    padding-bottom: 98px;
  }
  .pr-md-98 {
    padding-right: 98px;
  }
  .pl-md-98 {
    padding-left: 98px;
  }
  .pt-md-98 {
    padding-top: 98px;
  }
  .pb-md-98 {
    padding-bottom: 98px;
  }
  .fs-md-98 {
    font-size: 98px;
  }
  .w-md-98 {
    width: 98px;
  }
  .h-md-98 {
    height: 98px;
  }
}
@media (min-width: 992px) {
  .lh-lg-98 {
    line-height: 98px;
  }
  .line-height-lg-98 {
    line-height: 98px;
  }
  .grid-cols-lg-98 {
    grid-template-columns: repeat(98, 1fr);
  }
  .gap-lg-98 {
    gap: 98px;
  }
  .gap-x-lg-98 {
    -moz-column-gap: 98px;
         column-gap: 98px;
  }
  .gap-y-lg-98 {
    row-gap: 98px;
  }
  .rounded-lg-98 {
    border-radius: 98px;
  }
  .mb-lg-98 {
    margin-bottom: 98px;
  }
  .mt-lg-98 {
    margin-top: 98px;
  }
  .mr-lg-98 {
    margin-right: 98px;
  }
  .ml-lg-98 {
    margin-left: 98px;
  }
  .mx-lg-98 {
    margin-right: 98px;
    margin-left: 98px;
  }
  .my-lg-98 {
    margin-top: 98px;
    margin-bottom: 98px;
  }
  .p-lg-98 {
    padding: 98px;
  }
  .px-lg-98 {
    padding-right: 98px;
    padding-left: 98px;
  }
  .py-lg-98 {
    padding-top: 98px;
    padding-bottom: 98px;
  }
  .pr-lg-98 {
    padding-right: 98px;
  }
  .pl-lg-98 {
    padding-left: 98px;
  }
  .pt-lg-98 {
    padding-top: 98px;
  }
  .pb-lg-98 {
    padding-bottom: 98px;
  }
  .fs-lg-98 {
    font-size: 98px;
  }
  .w-lg-98 {
    width: 98px;
  }
  .h-lg-98 {
    height: 98px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-98 {
    line-height: 98px;
  }
  .line-height-xl-98 {
    line-height: 98px;
  }
  .grid-cols-xl-98 {
    grid-template-columns: repeat(98, 1fr);
  }
  .gap-xl-98 {
    gap: 98px;
  }
  .gap-x-xl-98 {
    -moz-column-gap: 98px;
         column-gap: 98px;
  }
  .gap-y-xl-98 {
    row-gap: 98px;
  }
  .rounded-xl-98 {
    border-radius: 98px;
  }
  .mb-xl-98 {
    margin-bottom: 98px;
  }
  .mt-xl-98 {
    margin-top: 98px;
  }
  .mr-xl-98 {
    margin-right: 98px;
  }
  .ml-xl-98 {
    margin-left: 98px;
  }
  .mx-xl-98 {
    margin-right: 98px;
    margin-left: 98px;
  }
  .my-xl-98 {
    margin-top: 98px;
    margin-bottom: 98px;
  }
  .p-xl-98 {
    padding: 98px;
  }
  .px-xl-98 {
    padding-right: 98px;
    padding-left: 98px;
  }
  .py-xl-98 {
    padding-top: 98px;
    padding-bottom: 98px;
  }
  .pr-xl-98 {
    padding-right: 98px;
  }
  .pl-xl-98 {
    padding-left: 98px;
  }
  .pt-xl-98 {
    padding-top: 98px;
  }
  .pb-xl-98 {
    padding-bottom: 98px;
  }
  .fs-xl-98 {
    font-size: 98px;
  }
  .w-xl-98 {
    width: 98px;
  }
  .h-xl-98 {
    height: 98px;
  }
}
.lh-99 {
  line-height: 99px;
}

.grid-cols-99 {
  grid-template-columns: repeat(99, 1fr);
}

.line-height-99 {
  line-height: 99px;
}

.gap-99 {
  gap: 99px;
}

.gap-x-99 {
  -moz-column-gap: 99px;
       column-gap: 99px;
}

.gap-y-99 {
  row-gap: 99px;
}

.rounded-99 {
  border-radius: 99px;
}

.mb-99 {
  margin-bottom: 99px;
}

.mt-99 {
  margin-top: 99px;
}

.mr-99 {
  margin-right: 99px;
}

.ml-99 {
  margin-left: 99px;
}

.mx-99 {
  margin-right: 99px;
  margin-left: 99px;
}

.my-99 {
  margin-top: 99px;
  margin-bottom: 99px;
}

.p-99 {
  padding: 99px;
}

.px-99 {
  padding-right: 99px;
  padding-left: 99px;
}

.py-99 {
  padding-top: 99px;
  padding-bottom: 99px;
}

.pr-99 {
  padding-right: 99px;
}

.pl-99 {
  padding-left: 99px;
}

.pt-99 {
  padding-top: 99px;
}

.pb-99 {
  padding-bottom: 99px;
}

.fs-99 {
  font-size: 99px;
}

.w-99 {
  width: 99px;
}

.h-99 {
  height: 99px;
}

@media (min-width: 576px) {
  .lh-sm-99 {
    line-height: 99px;
  }
  .line-height-sm-99 {
    line-height: 99px;
  }
  .grid-cols-sm-99 {
    grid-template-columns: repeat(99, 1fr);
  }
  .gap-sm-99 {
    gap: 99px;
  }
  .gap-x-sm-99 {
    -moz-column-gap: 99px;
         column-gap: 99px;
  }
  .gap-y-sm-99 {
    row-gap: 99px;
  }
  .rounded-sm-99 {
    border-radius: 99px;
  }
  .mb-sm-99 {
    margin-bottom: 99px;
  }
  .mt-sm-99 {
    margin-top: 99px;
  }
  .mr-sm-99 {
    margin-right: 99px;
  }
  .ml-sm-99 {
    margin-left: 99px;
  }
  .mx-sm-99 {
    margin-right: 99px;
    margin-left: 99px;
  }
  .my-sm-99 {
    margin-top: 99px;
    margin-bottom: 99px;
  }
  .p-sm-99 {
    padding: 99px;
  }
  .px-sm-99 {
    padding-right: 99px;
    padding-left: 99px;
  }
  .py-sm-99 {
    padding-top: 99px;
    padding-bottom: 99px;
  }
  .pr-sm-99 {
    padding-right: 99px;
  }
  .pl-sm-99 {
    padding-left: 99px;
  }
  .pt-sm-99 {
    padding-top: 99px;
  }
  .pb-sm-99 {
    padding-bottom: 99px;
  }
  .fs-sm-99 {
    font-size: 99px;
  }
  .w-sm-99 {
    width: 99px;
  }
  .h-sm-99 {
    height: 99px;
  }
}
@media (min-width: 768px) {
  .lh-md-99 {
    line-height: 99px;
  }
  .line-height-md-99 {
    line-height: 99px;
  }
  .grid-cols-md-99 {
    grid-template-columns: repeat(99, 1fr);
  }
  .gap-md-99 {
    gap: 99px;
  }
  .gap-x-md-99 {
    -moz-column-gap: 99px;
         column-gap: 99px;
  }
  .gap-y-md-99 {
    row-gap: 99px;
  }
  .rounded-md-99 {
    border-radius: 99px;
  }
  .mb-md-99 {
    margin-bottom: 99px;
  }
  .mt-md-99 {
    margin-top: 99px;
  }
  .mr-md-99 {
    margin-right: 99px;
  }
  .ml-md-99 {
    margin-left: 99px;
  }
  .mx-md-99 {
    margin-right: 99px;
    margin-left: 99px;
  }
  .my-md-99 {
    margin-top: 99px;
    margin-bottom: 99px;
  }
  .p-md-99 {
    padding: 99px;
  }
  .px-md-99 {
    padding-right: 99px;
    padding-left: 99px;
  }
  .py-md-99 {
    padding-top: 99px;
    padding-bottom: 99px;
  }
  .pr-md-99 {
    padding-right: 99px;
  }
  .pl-md-99 {
    padding-left: 99px;
  }
  .pt-md-99 {
    padding-top: 99px;
  }
  .pb-md-99 {
    padding-bottom: 99px;
  }
  .fs-md-99 {
    font-size: 99px;
  }
  .w-md-99 {
    width: 99px;
  }
  .h-md-99 {
    height: 99px;
  }
}
@media (min-width: 992px) {
  .lh-lg-99 {
    line-height: 99px;
  }
  .line-height-lg-99 {
    line-height: 99px;
  }
  .grid-cols-lg-99 {
    grid-template-columns: repeat(99, 1fr);
  }
  .gap-lg-99 {
    gap: 99px;
  }
  .gap-x-lg-99 {
    -moz-column-gap: 99px;
         column-gap: 99px;
  }
  .gap-y-lg-99 {
    row-gap: 99px;
  }
  .rounded-lg-99 {
    border-radius: 99px;
  }
  .mb-lg-99 {
    margin-bottom: 99px;
  }
  .mt-lg-99 {
    margin-top: 99px;
  }
  .mr-lg-99 {
    margin-right: 99px;
  }
  .ml-lg-99 {
    margin-left: 99px;
  }
  .mx-lg-99 {
    margin-right: 99px;
    margin-left: 99px;
  }
  .my-lg-99 {
    margin-top: 99px;
    margin-bottom: 99px;
  }
  .p-lg-99 {
    padding: 99px;
  }
  .px-lg-99 {
    padding-right: 99px;
    padding-left: 99px;
  }
  .py-lg-99 {
    padding-top: 99px;
    padding-bottom: 99px;
  }
  .pr-lg-99 {
    padding-right: 99px;
  }
  .pl-lg-99 {
    padding-left: 99px;
  }
  .pt-lg-99 {
    padding-top: 99px;
  }
  .pb-lg-99 {
    padding-bottom: 99px;
  }
  .fs-lg-99 {
    font-size: 99px;
  }
  .w-lg-99 {
    width: 99px;
  }
  .h-lg-99 {
    height: 99px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-99 {
    line-height: 99px;
  }
  .line-height-xl-99 {
    line-height: 99px;
  }
  .grid-cols-xl-99 {
    grid-template-columns: repeat(99, 1fr);
  }
  .gap-xl-99 {
    gap: 99px;
  }
  .gap-x-xl-99 {
    -moz-column-gap: 99px;
         column-gap: 99px;
  }
  .gap-y-xl-99 {
    row-gap: 99px;
  }
  .rounded-xl-99 {
    border-radius: 99px;
  }
  .mb-xl-99 {
    margin-bottom: 99px;
  }
  .mt-xl-99 {
    margin-top: 99px;
  }
  .mr-xl-99 {
    margin-right: 99px;
  }
  .ml-xl-99 {
    margin-left: 99px;
  }
  .mx-xl-99 {
    margin-right: 99px;
    margin-left: 99px;
  }
  .my-xl-99 {
    margin-top: 99px;
    margin-bottom: 99px;
  }
  .p-xl-99 {
    padding: 99px;
  }
  .px-xl-99 {
    padding-right: 99px;
    padding-left: 99px;
  }
  .py-xl-99 {
    padding-top: 99px;
    padding-bottom: 99px;
  }
  .pr-xl-99 {
    padding-right: 99px;
  }
  .pl-xl-99 {
    padding-left: 99px;
  }
  .pt-xl-99 {
    padding-top: 99px;
  }
  .pb-xl-99 {
    padding-bottom: 99px;
  }
  .fs-xl-99 {
    font-size: 99px;
  }
  .w-xl-99 {
    width: 99px;
  }
  .h-xl-99 {
    height: 99px;
  }
}
.lh-100 {
  line-height: 100px;
}

.grid-cols-100 {
  grid-template-columns: repeat(100, 1fr);
}

.line-height-100 {
  line-height: 100px;
}

.gap-100 {
  gap: 100px;
}

.gap-x-100 {
  -moz-column-gap: 100px;
       column-gap: 100px;
}

.gap-y-100 {
  row-gap: 100px;
}

.rounded-100 {
  border-radius: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-100 {
  margin-top: 100px;
}

.mr-100 {
  margin-right: 100px;
}

.ml-100 {
  margin-left: 100px;
}

.mx-100 {
  margin-right: 100px;
  margin-left: 100px;
}

.my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.p-100 {
  padding: 100px;
}

.px-100 {
  padding-right: 100px;
  padding-left: 100px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.pl-100 {
  padding-left: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.fs-100 {
  font-size: 100px;
}

.w-100 {
  width: 100px;
}

.h-100 {
  height: 100px;
}

@media (min-width: 576px) {
  .lh-sm-100 {
    line-height: 100px;
  }
  .line-height-sm-100 {
    line-height: 100px;
  }
  .grid-cols-sm-100 {
    grid-template-columns: repeat(100, 1fr);
  }
  .gap-sm-100 {
    gap: 100px;
  }
  .gap-x-sm-100 {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
  .gap-y-sm-100 {
    row-gap: 100px;
  }
  .rounded-sm-100 {
    border-radius: 100px;
  }
  .mb-sm-100 {
    margin-bottom: 100px;
  }
  .mt-sm-100 {
    margin-top: 100px;
  }
  .mr-sm-100 {
    margin-right: 100px;
  }
  .ml-sm-100 {
    margin-left: 100px;
  }
  .mx-sm-100 {
    margin-right: 100px;
    margin-left: 100px;
  }
  .my-sm-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .p-sm-100 {
    padding: 100px;
  }
  .px-sm-100 {
    padding-right: 100px;
    padding-left: 100px;
  }
  .py-sm-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pr-sm-100 {
    padding-right: 100px;
  }
  .pl-sm-100 {
    padding-left: 100px;
  }
  .pt-sm-100 {
    padding-top: 100px;
  }
  .pb-sm-100 {
    padding-bottom: 100px;
  }
  .fs-sm-100 {
    font-size: 100px;
  }
  .w-sm-100 {
    width: 100px;
  }
  .h-sm-100 {
    height: 100px;
  }
}
@media (min-width: 768px) {
  .lh-md-100 {
    line-height: 100px;
  }
  .line-height-md-100 {
    line-height: 100px;
  }
  .grid-cols-md-100 {
    grid-template-columns: repeat(100, 1fr);
  }
  .gap-md-100 {
    gap: 100px;
  }
  .gap-x-md-100 {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
  .gap-y-md-100 {
    row-gap: 100px;
  }
  .rounded-md-100 {
    border-radius: 100px;
  }
  .mb-md-100 {
    margin-bottom: 100px;
  }
  .mt-md-100 {
    margin-top: 100px;
  }
  .mr-md-100 {
    margin-right: 100px;
  }
  .ml-md-100 {
    margin-left: 100px;
  }
  .mx-md-100 {
    margin-right: 100px;
    margin-left: 100px;
  }
  .my-md-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .p-md-100 {
    padding: 100px;
  }
  .px-md-100 {
    padding-right: 100px;
    padding-left: 100px;
  }
  .py-md-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pr-md-100 {
    padding-right: 100px;
  }
  .pl-md-100 {
    padding-left: 100px;
  }
  .pt-md-100 {
    padding-top: 100px;
  }
  .pb-md-100 {
    padding-bottom: 100px;
  }
  .fs-md-100 {
    font-size: 100px;
  }
  .w-md-100 {
    width: 100px;
  }
  .h-md-100 {
    height: 100px;
  }
}
@media (min-width: 992px) {
  .lh-lg-100 {
    line-height: 100px;
  }
  .line-height-lg-100 {
    line-height: 100px;
  }
  .grid-cols-lg-100 {
    grid-template-columns: repeat(100, 1fr);
  }
  .gap-lg-100 {
    gap: 100px;
  }
  .gap-x-lg-100 {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
  .gap-y-lg-100 {
    row-gap: 100px;
  }
  .rounded-lg-100 {
    border-radius: 100px;
  }
  .mb-lg-100 {
    margin-bottom: 100px;
  }
  .mt-lg-100 {
    margin-top: 100px;
  }
  .mr-lg-100 {
    margin-right: 100px;
  }
  .ml-lg-100 {
    margin-left: 100px;
  }
  .mx-lg-100 {
    margin-right: 100px;
    margin-left: 100px;
  }
  .my-lg-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .p-lg-100 {
    padding: 100px;
  }
  .px-lg-100 {
    padding-right: 100px;
    padding-left: 100px;
  }
  .py-lg-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pr-lg-100 {
    padding-right: 100px;
  }
  .pl-lg-100 {
    padding-left: 100px;
  }
  .pt-lg-100 {
    padding-top: 100px;
  }
  .pb-lg-100 {
    padding-bottom: 100px;
  }
  .fs-lg-100 {
    font-size: 100px;
  }
  .w-lg-100 {
    width: 100px;
  }
  .h-lg-100 {
    height: 100px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-100 {
    line-height: 100px;
  }
  .line-height-xl-100 {
    line-height: 100px;
  }
  .grid-cols-xl-100 {
    grid-template-columns: repeat(100, 1fr);
  }
  .gap-xl-100 {
    gap: 100px;
  }
  .gap-x-xl-100 {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
  .gap-y-xl-100 {
    row-gap: 100px;
  }
  .rounded-xl-100 {
    border-radius: 100px;
  }
  .mb-xl-100 {
    margin-bottom: 100px;
  }
  .mt-xl-100 {
    margin-top: 100px;
  }
  .mr-xl-100 {
    margin-right: 100px;
  }
  .ml-xl-100 {
    margin-left: 100px;
  }
  .mx-xl-100 {
    margin-right: 100px;
    margin-left: 100px;
  }
  .my-xl-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .p-xl-100 {
    padding: 100px;
  }
  .px-xl-100 {
    padding-right: 100px;
    padding-left: 100px;
  }
  .py-xl-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pr-xl-100 {
    padding-right: 100px;
  }
  .pl-xl-100 {
    padding-left: 100px;
  }
  .pt-xl-100 {
    padding-top: 100px;
  }
  .pb-xl-100 {
    padding-bottom: 100px;
  }
  .fs-xl-100 {
    font-size: 100px;
  }
  .w-xl-100 {
    width: 100px;
  }
  .h-xl-100 {
    height: 100px;
  }
}
.lh-101 {
  line-height: 101px;
}

.grid-cols-101 {
  grid-template-columns: repeat(101, 1fr);
}

.line-height-101 {
  line-height: 101px;
}

.gap-101 {
  gap: 101px;
}

.gap-x-101 {
  -moz-column-gap: 101px;
       column-gap: 101px;
}

.gap-y-101 {
  row-gap: 101px;
}

.rounded-101 {
  border-radius: 101px;
}

.mb-101 {
  margin-bottom: 101px;
}

.mt-101 {
  margin-top: 101px;
}

.mr-101 {
  margin-right: 101px;
}

.ml-101 {
  margin-left: 101px;
}

.mx-101 {
  margin-right: 101px;
  margin-left: 101px;
}

.my-101 {
  margin-top: 101px;
  margin-bottom: 101px;
}

.p-101 {
  padding: 101px;
}

.px-101 {
  padding-right: 101px;
  padding-left: 101px;
}

.py-101 {
  padding-top: 101px;
  padding-bottom: 101px;
}

.pr-101 {
  padding-right: 101px;
}

.pl-101 {
  padding-left: 101px;
}

.pt-101 {
  padding-top: 101px;
}

.pb-101 {
  padding-bottom: 101px;
}

.fs-101 {
  font-size: 101px;
}

.w-101 {
  width: 101px;
}

.h-101 {
  height: 101px;
}

@media (min-width: 576px) {
  .lh-sm-101 {
    line-height: 101px;
  }
  .line-height-sm-101 {
    line-height: 101px;
  }
  .grid-cols-sm-101 {
    grid-template-columns: repeat(101, 1fr);
  }
  .gap-sm-101 {
    gap: 101px;
  }
  .gap-x-sm-101 {
    -moz-column-gap: 101px;
         column-gap: 101px;
  }
  .gap-y-sm-101 {
    row-gap: 101px;
  }
  .rounded-sm-101 {
    border-radius: 101px;
  }
  .mb-sm-101 {
    margin-bottom: 101px;
  }
  .mt-sm-101 {
    margin-top: 101px;
  }
  .mr-sm-101 {
    margin-right: 101px;
  }
  .ml-sm-101 {
    margin-left: 101px;
  }
  .mx-sm-101 {
    margin-right: 101px;
    margin-left: 101px;
  }
  .my-sm-101 {
    margin-top: 101px;
    margin-bottom: 101px;
  }
  .p-sm-101 {
    padding: 101px;
  }
  .px-sm-101 {
    padding-right: 101px;
    padding-left: 101px;
  }
  .py-sm-101 {
    padding-top: 101px;
    padding-bottom: 101px;
  }
  .pr-sm-101 {
    padding-right: 101px;
  }
  .pl-sm-101 {
    padding-left: 101px;
  }
  .pt-sm-101 {
    padding-top: 101px;
  }
  .pb-sm-101 {
    padding-bottom: 101px;
  }
  .fs-sm-101 {
    font-size: 101px;
  }
  .w-sm-101 {
    width: 101px;
  }
  .h-sm-101 {
    height: 101px;
  }
}
@media (min-width: 768px) {
  .lh-md-101 {
    line-height: 101px;
  }
  .line-height-md-101 {
    line-height: 101px;
  }
  .grid-cols-md-101 {
    grid-template-columns: repeat(101, 1fr);
  }
  .gap-md-101 {
    gap: 101px;
  }
  .gap-x-md-101 {
    -moz-column-gap: 101px;
         column-gap: 101px;
  }
  .gap-y-md-101 {
    row-gap: 101px;
  }
  .rounded-md-101 {
    border-radius: 101px;
  }
  .mb-md-101 {
    margin-bottom: 101px;
  }
  .mt-md-101 {
    margin-top: 101px;
  }
  .mr-md-101 {
    margin-right: 101px;
  }
  .ml-md-101 {
    margin-left: 101px;
  }
  .mx-md-101 {
    margin-right: 101px;
    margin-left: 101px;
  }
  .my-md-101 {
    margin-top: 101px;
    margin-bottom: 101px;
  }
  .p-md-101 {
    padding: 101px;
  }
  .px-md-101 {
    padding-right: 101px;
    padding-left: 101px;
  }
  .py-md-101 {
    padding-top: 101px;
    padding-bottom: 101px;
  }
  .pr-md-101 {
    padding-right: 101px;
  }
  .pl-md-101 {
    padding-left: 101px;
  }
  .pt-md-101 {
    padding-top: 101px;
  }
  .pb-md-101 {
    padding-bottom: 101px;
  }
  .fs-md-101 {
    font-size: 101px;
  }
  .w-md-101 {
    width: 101px;
  }
  .h-md-101 {
    height: 101px;
  }
}
@media (min-width: 992px) {
  .lh-lg-101 {
    line-height: 101px;
  }
  .line-height-lg-101 {
    line-height: 101px;
  }
  .grid-cols-lg-101 {
    grid-template-columns: repeat(101, 1fr);
  }
  .gap-lg-101 {
    gap: 101px;
  }
  .gap-x-lg-101 {
    -moz-column-gap: 101px;
         column-gap: 101px;
  }
  .gap-y-lg-101 {
    row-gap: 101px;
  }
  .rounded-lg-101 {
    border-radius: 101px;
  }
  .mb-lg-101 {
    margin-bottom: 101px;
  }
  .mt-lg-101 {
    margin-top: 101px;
  }
  .mr-lg-101 {
    margin-right: 101px;
  }
  .ml-lg-101 {
    margin-left: 101px;
  }
  .mx-lg-101 {
    margin-right: 101px;
    margin-left: 101px;
  }
  .my-lg-101 {
    margin-top: 101px;
    margin-bottom: 101px;
  }
  .p-lg-101 {
    padding: 101px;
  }
  .px-lg-101 {
    padding-right: 101px;
    padding-left: 101px;
  }
  .py-lg-101 {
    padding-top: 101px;
    padding-bottom: 101px;
  }
  .pr-lg-101 {
    padding-right: 101px;
  }
  .pl-lg-101 {
    padding-left: 101px;
  }
  .pt-lg-101 {
    padding-top: 101px;
  }
  .pb-lg-101 {
    padding-bottom: 101px;
  }
  .fs-lg-101 {
    font-size: 101px;
  }
  .w-lg-101 {
    width: 101px;
  }
  .h-lg-101 {
    height: 101px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-101 {
    line-height: 101px;
  }
  .line-height-xl-101 {
    line-height: 101px;
  }
  .grid-cols-xl-101 {
    grid-template-columns: repeat(101, 1fr);
  }
  .gap-xl-101 {
    gap: 101px;
  }
  .gap-x-xl-101 {
    -moz-column-gap: 101px;
         column-gap: 101px;
  }
  .gap-y-xl-101 {
    row-gap: 101px;
  }
  .rounded-xl-101 {
    border-radius: 101px;
  }
  .mb-xl-101 {
    margin-bottom: 101px;
  }
  .mt-xl-101 {
    margin-top: 101px;
  }
  .mr-xl-101 {
    margin-right: 101px;
  }
  .ml-xl-101 {
    margin-left: 101px;
  }
  .mx-xl-101 {
    margin-right: 101px;
    margin-left: 101px;
  }
  .my-xl-101 {
    margin-top: 101px;
    margin-bottom: 101px;
  }
  .p-xl-101 {
    padding: 101px;
  }
  .px-xl-101 {
    padding-right: 101px;
    padding-left: 101px;
  }
  .py-xl-101 {
    padding-top: 101px;
    padding-bottom: 101px;
  }
  .pr-xl-101 {
    padding-right: 101px;
  }
  .pl-xl-101 {
    padding-left: 101px;
  }
  .pt-xl-101 {
    padding-top: 101px;
  }
  .pb-xl-101 {
    padding-bottom: 101px;
  }
  .fs-xl-101 {
    font-size: 101px;
  }
  .w-xl-101 {
    width: 101px;
  }
  .h-xl-101 {
    height: 101px;
  }
}
.lh-102 {
  line-height: 102px;
}

.grid-cols-102 {
  grid-template-columns: repeat(102, 1fr);
}

.line-height-102 {
  line-height: 102px;
}

.gap-102 {
  gap: 102px;
}

.gap-x-102 {
  -moz-column-gap: 102px;
       column-gap: 102px;
}

.gap-y-102 {
  row-gap: 102px;
}

.rounded-102 {
  border-radius: 102px;
}

.mb-102 {
  margin-bottom: 102px;
}

.mt-102 {
  margin-top: 102px;
}

.mr-102 {
  margin-right: 102px;
}

.ml-102 {
  margin-left: 102px;
}

.mx-102 {
  margin-right: 102px;
  margin-left: 102px;
}

.my-102 {
  margin-top: 102px;
  margin-bottom: 102px;
}

.p-102 {
  padding: 102px;
}

.px-102 {
  padding-right: 102px;
  padding-left: 102px;
}

.py-102 {
  padding-top: 102px;
  padding-bottom: 102px;
}

.pr-102 {
  padding-right: 102px;
}

.pl-102 {
  padding-left: 102px;
}

.pt-102 {
  padding-top: 102px;
}

.pb-102 {
  padding-bottom: 102px;
}

.fs-102 {
  font-size: 102px;
}

.w-102 {
  width: 102px;
}

.h-102 {
  height: 102px;
}

@media (min-width: 576px) {
  .lh-sm-102 {
    line-height: 102px;
  }
  .line-height-sm-102 {
    line-height: 102px;
  }
  .grid-cols-sm-102 {
    grid-template-columns: repeat(102, 1fr);
  }
  .gap-sm-102 {
    gap: 102px;
  }
  .gap-x-sm-102 {
    -moz-column-gap: 102px;
         column-gap: 102px;
  }
  .gap-y-sm-102 {
    row-gap: 102px;
  }
  .rounded-sm-102 {
    border-radius: 102px;
  }
  .mb-sm-102 {
    margin-bottom: 102px;
  }
  .mt-sm-102 {
    margin-top: 102px;
  }
  .mr-sm-102 {
    margin-right: 102px;
  }
  .ml-sm-102 {
    margin-left: 102px;
  }
  .mx-sm-102 {
    margin-right: 102px;
    margin-left: 102px;
  }
  .my-sm-102 {
    margin-top: 102px;
    margin-bottom: 102px;
  }
  .p-sm-102 {
    padding: 102px;
  }
  .px-sm-102 {
    padding-right: 102px;
    padding-left: 102px;
  }
  .py-sm-102 {
    padding-top: 102px;
    padding-bottom: 102px;
  }
  .pr-sm-102 {
    padding-right: 102px;
  }
  .pl-sm-102 {
    padding-left: 102px;
  }
  .pt-sm-102 {
    padding-top: 102px;
  }
  .pb-sm-102 {
    padding-bottom: 102px;
  }
  .fs-sm-102 {
    font-size: 102px;
  }
  .w-sm-102 {
    width: 102px;
  }
  .h-sm-102 {
    height: 102px;
  }
}
@media (min-width: 768px) {
  .lh-md-102 {
    line-height: 102px;
  }
  .line-height-md-102 {
    line-height: 102px;
  }
  .grid-cols-md-102 {
    grid-template-columns: repeat(102, 1fr);
  }
  .gap-md-102 {
    gap: 102px;
  }
  .gap-x-md-102 {
    -moz-column-gap: 102px;
         column-gap: 102px;
  }
  .gap-y-md-102 {
    row-gap: 102px;
  }
  .rounded-md-102 {
    border-radius: 102px;
  }
  .mb-md-102 {
    margin-bottom: 102px;
  }
  .mt-md-102 {
    margin-top: 102px;
  }
  .mr-md-102 {
    margin-right: 102px;
  }
  .ml-md-102 {
    margin-left: 102px;
  }
  .mx-md-102 {
    margin-right: 102px;
    margin-left: 102px;
  }
  .my-md-102 {
    margin-top: 102px;
    margin-bottom: 102px;
  }
  .p-md-102 {
    padding: 102px;
  }
  .px-md-102 {
    padding-right: 102px;
    padding-left: 102px;
  }
  .py-md-102 {
    padding-top: 102px;
    padding-bottom: 102px;
  }
  .pr-md-102 {
    padding-right: 102px;
  }
  .pl-md-102 {
    padding-left: 102px;
  }
  .pt-md-102 {
    padding-top: 102px;
  }
  .pb-md-102 {
    padding-bottom: 102px;
  }
  .fs-md-102 {
    font-size: 102px;
  }
  .w-md-102 {
    width: 102px;
  }
  .h-md-102 {
    height: 102px;
  }
}
@media (min-width: 992px) {
  .lh-lg-102 {
    line-height: 102px;
  }
  .line-height-lg-102 {
    line-height: 102px;
  }
  .grid-cols-lg-102 {
    grid-template-columns: repeat(102, 1fr);
  }
  .gap-lg-102 {
    gap: 102px;
  }
  .gap-x-lg-102 {
    -moz-column-gap: 102px;
         column-gap: 102px;
  }
  .gap-y-lg-102 {
    row-gap: 102px;
  }
  .rounded-lg-102 {
    border-radius: 102px;
  }
  .mb-lg-102 {
    margin-bottom: 102px;
  }
  .mt-lg-102 {
    margin-top: 102px;
  }
  .mr-lg-102 {
    margin-right: 102px;
  }
  .ml-lg-102 {
    margin-left: 102px;
  }
  .mx-lg-102 {
    margin-right: 102px;
    margin-left: 102px;
  }
  .my-lg-102 {
    margin-top: 102px;
    margin-bottom: 102px;
  }
  .p-lg-102 {
    padding: 102px;
  }
  .px-lg-102 {
    padding-right: 102px;
    padding-left: 102px;
  }
  .py-lg-102 {
    padding-top: 102px;
    padding-bottom: 102px;
  }
  .pr-lg-102 {
    padding-right: 102px;
  }
  .pl-lg-102 {
    padding-left: 102px;
  }
  .pt-lg-102 {
    padding-top: 102px;
  }
  .pb-lg-102 {
    padding-bottom: 102px;
  }
  .fs-lg-102 {
    font-size: 102px;
  }
  .w-lg-102 {
    width: 102px;
  }
  .h-lg-102 {
    height: 102px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-102 {
    line-height: 102px;
  }
  .line-height-xl-102 {
    line-height: 102px;
  }
  .grid-cols-xl-102 {
    grid-template-columns: repeat(102, 1fr);
  }
  .gap-xl-102 {
    gap: 102px;
  }
  .gap-x-xl-102 {
    -moz-column-gap: 102px;
         column-gap: 102px;
  }
  .gap-y-xl-102 {
    row-gap: 102px;
  }
  .rounded-xl-102 {
    border-radius: 102px;
  }
  .mb-xl-102 {
    margin-bottom: 102px;
  }
  .mt-xl-102 {
    margin-top: 102px;
  }
  .mr-xl-102 {
    margin-right: 102px;
  }
  .ml-xl-102 {
    margin-left: 102px;
  }
  .mx-xl-102 {
    margin-right: 102px;
    margin-left: 102px;
  }
  .my-xl-102 {
    margin-top: 102px;
    margin-bottom: 102px;
  }
  .p-xl-102 {
    padding: 102px;
  }
  .px-xl-102 {
    padding-right: 102px;
    padding-left: 102px;
  }
  .py-xl-102 {
    padding-top: 102px;
    padding-bottom: 102px;
  }
  .pr-xl-102 {
    padding-right: 102px;
  }
  .pl-xl-102 {
    padding-left: 102px;
  }
  .pt-xl-102 {
    padding-top: 102px;
  }
  .pb-xl-102 {
    padding-bottom: 102px;
  }
  .fs-xl-102 {
    font-size: 102px;
  }
  .w-xl-102 {
    width: 102px;
  }
  .h-xl-102 {
    height: 102px;
  }
}
.lh-103 {
  line-height: 103px;
}

.grid-cols-103 {
  grid-template-columns: repeat(103, 1fr);
}

.line-height-103 {
  line-height: 103px;
}

.gap-103 {
  gap: 103px;
}

.gap-x-103 {
  -moz-column-gap: 103px;
       column-gap: 103px;
}

.gap-y-103 {
  row-gap: 103px;
}

.rounded-103 {
  border-radius: 103px;
}

.mb-103 {
  margin-bottom: 103px;
}

.mt-103 {
  margin-top: 103px;
}

.mr-103 {
  margin-right: 103px;
}

.ml-103 {
  margin-left: 103px;
}

.mx-103 {
  margin-right: 103px;
  margin-left: 103px;
}

.my-103 {
  margin-top: 103px;
  margin-bottom: 103px;
}

.p-103 {
  padding: 103px;
}

.px-103 {
  padding-right: 103px;
  padding-left: 103px;
}

.py-103 {
  padding-top: 103px;
  padding-bottom: 103px;
}

.pr-103 {
  padding-right: 103px;
}

.pl-103 {
  padding-left: 103px;
}

.pt-103 {
  padding-top: 103px;
}

.pb-103 {
  padding-bottom: 103px;
}

.fs-103 {
  font-size: 103px;
}

.w-103 {
  width: 103px;
}

.h-103 {
  height: 103px;
}

@media (min-width: 576px) {
  .lh-sm-103 {
    line-height: 103px;
  }
  .line-height-sm-103 {
    line-height: 103px;
  }
  .grid-cols-sm-103 {
    grid-template-columns: repeat(103, 1fr);
  }
  .gap-sm-103 {
    gap: 103px;
  }
  .gap-x-sm-103 {
    -moz-column-gap: 103px;
         column-gap: 103px;
  }
  .gap-y-sm-103 {
    row-gap: 103px;
  }
  .rounded-sm-103 {
    border-radius: 103px;
  }
  .mb-sm-103 {
    margin-bottom: 103px;
  }
  .mt-sm-103 {
    margin-top: 103px;
  }
  .mr-sm-103 {
    margin-right: 103px;
  }
  .ml-sm-103 {
    margin-left: 103px;
  }
  .mx-sm-103 {
    margin-right: 103px;
    margin-left: 103px;
  }
  .my-sm-103 {
    margin-top: 103px;
    margin-bottom: 103px;
  }
  .p-sm-103 {
    padding: 103px;
  }
  .px-sm-103 {
    padding-right: 103px;
    padding-left: 103px;
  }
  .py-sm-103 {
    padding-top: 103px;
    padding-bottom: 103px;
  }
  .pr-sm-103 {
    padding-right: 103px;
  }
  .pl-sm-103 {
    padding-left: 103px;
  }
  .pt-sm-103 {
    padding-top: 103px;
  }
  .pb-sm-103 {
    padding-bottom: 103px;
  }
  .fs-sm-103 {
    font-size: 103px;
  }
  .w-sm-103 {
    width: 103px;
  }
  .h-sm-103 {
    height: 103px;
  }
}
@media (min-width: 768px) {
  .lh-md-103 {
    line-height: 103px;
  }
  .line-height-md-103 {
    line-height: 103px;
  }
  .grid-cols-md-103 {
    grid-template-columns: repeat(103, 1fr);
  }
  .gap-md-103 {
    gap: 103px;
  }
  .gap-x-md-103 {
    -moz-column-gap: 103px;
         column-gap: 103px;
  }
  .gap-y-md-103 {
    row-gap: 103px;
  }
  .rounded-md-103 {
    border-radius: 103px;
  }
  .mb-md-103 {
    margin-bottom: 103px;
  }
  .mt-md-103 {
    margin-top: 103px;
  }
  .mr-md-103 {
    margin-right: 103px;
  }
  .ml-md-103 {
    margin-left: 103px;
  }
  .mx-md-103 {
    margin-right: 103px;
    margin-left: 103px;
  }
  .my-md-103 {
    margin-top: 103px;
    margin-bottom: 103px;
  }
  .p-md-103 {
    padding: 103px;
  }
  .px-md-103 {
    padding-right: 103px;
    padding-left: 103px;
  }
  .py-md-103 {
    padding-top: 103px;
    padding-bottom: 103px;
  }
  .pr-md-103 {
    padding-right: 103px;
  }
  .pl-md-103 {
    padding-left: 103px;
  }
  .pt-md-103 {
    padding-top: 103px;
  }
  .pb-md-103 {
    padding-bottom: 103px;
  }
  .fs-md-103 {
    font-size: 103px;
  }
  .w-md-103 {
    width: 103px;
  }
  .h-md-103 {
    height: 103px;
  }
}
@media (min-width: 992px) {
  .lh-lg-103 {
    line-height: 103px;
  }
  .line-height-lg-103 {
    line-height: 103px;
  }
  .grid-cols-lg-103 {
    grid-template-columns: repeat(103, 1fr);
  }
  .gap-lg-103 {
    gap: 103px;
  }
  .gap-x-lg-103 {
    -moz-column-gap: 103px;
         column-gap: 103px;
  }
  .gap-y-lg-103 {
    row-gap: 103px;
  }
  .rounded-lg-103 {
    border-radius: 103px;
  }
  .mb-lg-103 {
    margin-bottom: 103px;
  }
  .mt-lg-103 {
    margin-top: 103px;
  }
  .mr-lg-103 {
    margin-right: 103px;
  }
  .ml-lg-103 {
    margin-left: 103px;
  }
  .mx-lg-103 {
    margin-right: 103px;
    margin-left: 103px;
  }
  .my-lg-103 {
    margin-top: 103px;
    margin-bottom: 103px;
  }
  .p-lg-103 {
    padding: 103px;
  }
  .px-lg-103 {
    padding-right: 103px;
    padding-left: 103px;
  }
  .py-lg-103 {
    padding-top: 103px;
    padding-bottom: 103px;
  }
  .pr-lg-103 {
    padding-right: 103px;
  }
  .pl-lg-103 {
    padding-left: 103px;
  }
  .pt-lg-103 {
    padding-top: 103px;
  }
  .pb-lg-103 {
    padding-bottom: 103px;
  }
  .fs-lg-103 {
    font-size: 103px;
  }
  .w-lg-103 {
    width: 103px;
  }
  .h-lg-103 {
    height: 103px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-103 {
    line-height: 103px;
  }
  .line-height-xl-103 {
    line-height: 103px;
  }
  .grid-cols-xl-103 {
    grid-template-columns: repeat(103, 1fr);
  }
  .gap-xl-103 {
    gap: 103px;
  }
  .gap-x-xl-103 {
    -moz-column-gap: 103px;
         column-gap: 103px;
  }
  .gap-y-xl-103 {
    row-gap: 103px;
  }
  .rounded-xl-103 {
    border-radius: 103px;
  }
  .mb-xl-103 {
    margin-bottom: 103px;
  }
  .mt-xl-103 {
    margin-top: 103px;
  }
  .mr-xl-103 {
    margin-right: 103px;
  }
  .ml-xl-103 {
    margin-left: 103px;
  }
  .mx-xl-103 {
    margin-right: 103px;
    margin-left: 103px;
  }
  .my-xl-103 {
    margin-top: 103px;
    margin-bottom: 103px;
  }
  .p-xl-103 {
    padding: 103px;
  }
  .px-xl-103 {
    padding-right: 103px;
    padding-left: 103px;
  }
  .py-xl-103 {
    padding-top: 103px;
    padding-bottom: 103px;
  }
  .pr-xl-103 {
    padding-right: 103px;
  }
  .pl-xl-103 {
    padding-left: 103px;
  }
  .pt-xl-103 {
    padding-top: 103px;
  }
  .pb-xl-103 {
    padding-bottom: 103px;
  }
  .fs-xl-103 {
    font-size: 103px;
  }
  .w-xl-103 {
    width: 103px;
  }
  .h-xl-103 {
    height: 103px;
  }
}
.lh-104 {
  line-height: 104px;
}

.grid-cols-104 {
  grid-template-columns: repeat(104, 1fr);
}

.line-height-104 {
  line-height: 104px;
}

.gap-104 {
  gap: 104px;
}

.gap-x-104 {
  -moz-column-gap: 104px;
       column-gap: 104px;
}

.gap-y-104 {
  row-gap: 104px;
}

.rounded-104 {
  border-radius: 104px;
}

.mb-104 {
  margin-bottom: 104px;
}

.mt-104 {
  margin-top: 104px;
}

.mr-104 {
  margin-right: 104px;
}

.ml-104 {
  margin-left: 104px;
}

.mx-104 {
  margin-right: 104px;
  margin-left: 104px;
}

.my-104 {
  margin-top: 104px;
  margin-bottom: 104px;
}

.p-104 {
  padding: 104px;
}

.px-104 {
  padding-right: 104px;
  padding-left: 104px;
}

.py-104 {
  padding-top: 104px;
  padding-bottom: 104px;
}

.pr-104 {
  padding-right: 104px;
}

.pl-104 {
  padding-left: 104px;
}

.pt-104 {
  padding-top: 104px;
}

.pb-104 {
  padding-bottom: 104px;
}

.fs-104 {
  font-size: 104px;
}

.w-104 {
  width: 104px;
}

.h-104 {
  height: 104px;
}

@media (min-width: 576px) {
  .lh-sm-104 {
    line-height: 104px;
  }
  .line-height-sm-104 {
    line-height: 104px;
  }
  .grid-cols-sm-104 {
    grid-template-columns: repeat(104, 1fr);
  }
  .gap-sm-104 {
    gap: 104px;
  }
  .gap-x-sm-104 {
    -moz-column-gap: 104px;
         column-gap: 104px;
  }
  .gap-y-sm-104 {
    row-gap: 104px;
  }
  .rounded-sm-104 {
    border-radius: 104px;
  }
  .mb-sm-104 {
    margin-bottom: 104px;
  }
  .mt-sm-104 {
    margin-top: 104px;
  }
  .mr-sm-104 {
    margin-right: 104px;
  }
  .ml-sm-104 {
    margin-left: 104px;
  }
  .mx-sm-104 {
    margin-right: 104px;
    margin-left: 104px;
  }
  .my-sm-104 {
    margin-top: 104px;
    margin-bottom: 104px;
  }
  .p-sm-104 {
    padding: 104px;
  }
  .px-sm-104 {
    padding-right: 104px;
    padding-left: 104px;
  }
  .py-sm-104 {
    padding-top: 104px;
    padding-bottom: 104px;
  }
  .pr-sm-104 {
    padding-right: 104px;
  }
  .pl-sm-104 {
    padding-left: 104px;
  }
  .pt-sm-104 {
    padding-top: 104px;
  }
  .pb-sm-104 {
    padding-bottom: 104px;
  }
  .fs-sm-104 {
    font-size: 104px;
  }
  .w-sm-104 {
    width: 104px;
  }
  .h-sm-104 {
    height: 104px;
  }
}
@media (min-width: 768px) {
  .lh-md-104 {
    line-height: 104px;
  }
  .line-height-md-104 {
    line-height: 104px;
  }
  .grid-cols-md-104 {
    grid-template-columns: repeat(104, 1fr);
  }
  .gap-md-104 {
    gap: 104px;
  }
  .gap-x-md-104 {
    -moz-column-gap: 104px;
         column-gap: 104px;
  }
  .gap-y-md-104 {
    row-gap: 104px;
  }
  .rounded-md-104 {
    border-radius: 104px;
  }
  .mb-md-104 {
    margin-bottom: 104px;
  }
  .mt-md-104 {
    margin-top: 104px;
  }
  .mr-md-104 {
    margin-right: 104px;
  }
  .ml-md-104 {
    margin-left: 104px;
  }
  .mx-md-104 {
    margin-right: 104px;
    margin-left: 104px;
  }
  .my-md-104 {
    margin-top: 104px;
    margin-bottom: 104px;
  }
  .p-md-104 {
    padding: 104px;
  }
  .px-md-104 {
    padding-right: 104px;
    padding-left: 104px;
  }
  .py-md-104 {
    padding-top: 104px;
    padding-bottom: 104px;
  }
  .pr-md-104 {
    padding-right: 104px;
  }
  .pl-md-104 {
    padding-left: 104px;
  }
  .pt-md-104 {
    padding-top: 104px;
  }
  .pb-md-104 {
    padding-bottom: 104px;
  }
  .fs-md-104 {
    font-size: 104px;
  }
  .w-md-104 {
    width: 104px;
  }
  .h-md-104 {
    height: 104px;
  }
}
@media (min-width: 992px) {
  .lh-lg-104 {
    line-height: 104px;
  }
  .line-height-lg-104 {
    line-height: 104px;
  }
  .grid-cols-lg-104 {
    grid-template-columns: repeat(104, 1fr);
  }
  .gap-lg-104 {
    gap: 104px;
  }
  .gap-x-lg-104 {
    -moz-column-gap: 104px;
         column-gap: 104px;
  }
  .gap-y-lg-104 {
    row-gap: 104px;
  }
  .rounded-lg-104 {
    border-radius: 104px;
  }
  .mb-lg-104 {
    margin-bottom: 104px;
  }
  .mt-lg-104 {
    margin-top: 104px;
  }
  .mr-lg-104 {
    margin-right: 104px;
  }
  .ml-lg-104 {
    margin-left: 104px;
  }
  .mx-lg-104 {
    margin-right: 104px;
    margin-left: 104px;
  }
  .my-lg-104 {
    margin-top: 104px;
    margin-bottom: 104px;
  }
  .p-lg-104 {
    padding: 104px;
  }
  .px-lg-104 {
    padding-right: 104px;
    padding-left: 104px;
  }
  .py-lg-104 {
    padding-top: 104px;
    padding-bottom: 104px;
  }
  .pr-lg-104 {
    padding-right: 104px;
  }
  .pl-lg-104 {
    padding-left: 104px;
  }
  .pt-lg-104 {
    padding-top: 104px;
  }
  .pb-lg-104 {
    padding-bottom: 104px;
  }
  .fs-lg-104 {
    font-size: 104px;
  }
  .w-lg-104 {
    width: 104px;
  }
  .h-lg-104 {
    height: 104px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-104 {
    line-height: 104px;
  }
  .line-height-xl-104 {
    line-height: 104px;
  }
  .grid-cols-xl-104 {
    grid-template-columns: repeat(104, 1fr);
  }
  .gap-xl-104 {
    gap: 104px;
  }
  .gap-x-xl-104 {
    -moz-column-gap: 104px;
         column-gap: 104px;
  }
  .gap-y-xl-104 {
    row-gap: 104px;
  }
  .rounded-xl-104 {
    border-radius: 104px;
  }
  .mb-xl-104 {
    margin-bottom: 104px;
  }
  .mt-xl-104 {
    margin-top: 104px;
  }
  .mr-xl-104 {
    margin-right: 104px;
  }
  .ml-xl-104 {
    margin-left: 104px;
  }
  .mx-xl-104 {
    margin-right: 104px;
    margin-left: 104px;
  }
  .my-xl-104 {
    margin-top: 104px;
    margin-bottom: 104px;
  }
  .p-xl-104 {
    padding: 104px;
  }
  .px-xl-104 {
    padding-right: 104px;
    padding-left: 104px;
  }
  .py-xl-104 {
    padding-top: 104px;
    padding-bottom: 104px;
  }
  .pr-xl-104 {
    padding-right: 104px;
  }
  .pl-xl-104 {
    padding-left: 104px;
  }
  .pt-xl-104 {
    padding-top: 104px;
  }
  .pb-xl-104 {
    padding-bottom: 104px;
  }
  .fs-xl-104 {
    font-size: 104px;
  }
  .w-xl-104 {
    width: 104px;
  }
  .h-xl-104 {
    height: 104px;
  }
}
.lh-105 {
  line-height: 105px;
}

.grid-cols-105 {
  grid-template-columns: repeat(105, 1fr);
}

.line-height-105 {
  line-height: 105px;
}

.gap-105 {
  gap: 105px;
}

.gap-x-105 {
  -moz-column-gap: 105px;
       column-gap: 105px;
}

.gap-y-105 {
  row-gap: 105px;
}

.rounded-105 {
  border-radius: 105px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mt-105 {
  margin-top: 105px;
}

.mr-105 {
  margin-right: 105px;
}

.ml-105 {
  margin-left: 105px;
}

.mx-105 {
  margin-right: 105px;
  margin-left: 105px;
}

.my-105 {
  margin-top: 105px;
  margin-bottom: 105px;
}

.p-105 {
  padding: 105px;
}

.px-105 {
  padding-right: 105px;
  padding-left: 105px;
}

.py-105 {
  padding-top: 105px;
  padding-bottom: 105px;
}

.pr-105 {
  padding-right: 105px;
}

.pl-105 {
  padding-left: 105px;
}

.pt-105 {
  padding-top: 105px;
}

.pb-105 {
  padding-bottom: 105px;
}

.fs-105 {
  font-size: 105px;
}

.w-105 {
  width: 105px;
}

.h-105 {
  height: 105px;
}

@media (min-width: 576px) {
  .lh-sm-105 {
    line-height: 105px;
  }
  .line-height-sm-105 {
    line-height: 105px;
  }
  .grid-cols-sm-105 {
    grid-template-columns: repeat(105, 1fr);
  }
  .gap-sm-105 {
    gap: 105px;
  }
  .gap-x-sm-105 {
    -moz-column-gap: 105px;
         column-gap: 105px;
  }
  .gap-y-sm-105 {
    row-gap: 105px;
  }
  .rounded-sm-105 {
    border-radius: 105px;
  }
  .mb-sm-105 {
    margin-bottom: 105px;
  }
  .mt-sm-105 {
    margin-top: 105px;
  }
  .mr-sm-105 {
    margin-right: 105px;
  }
  .ml-sm-105 {
    margin-left: 105px;
  }
  .mx-sm-105 {
    margin-right: 105px;
    margin-left: 105px;
  }
  .my-sm-105 {
    margin-top: 105px;
    margin-bottom: 105px;
  }
  .p-sm-105 {
    padding: 105px;
  }
  .px-sm-105 {
    padding-right: 105px;
    padding-left: 105px;
  }
  .py-sm-105 {
    padding-top: 105px;
    padding-bottom: 105px;
  }
  .pr-sm-105 {
    padding-right: 105px;
  }
  .pl-sm-105 {
    padding-left: 105px;
  }
  .pt-sm-105 {
    padding-top: 105px;
  }
  .pb-sm-105 {
    padding-bottom: 105px;
  }
  .fs-sm-105 {
    font-size: 105px;
  }
  .w-sm-105 {
    width: 105px;
  }
  .h-sm-105 {
    height: 105px;
  }
}
@media (min-width: 768px) {
  .lh-md-105 {
    line-height: 105px;
  }
  .line-height-md-105 {
    line-height: 105px;
  }
  .grid-cols-md-105 {
    grid-template-columns: repeat(105, 1fr);
  }
  .gap-md-105 {
    gap: 105px;
  }
  .gap-x-md-105 {
    -moz-column-gap: 105px;
         column-gap: 105px;
  }
  .gap-y-md-105 {
    row-gap: 105px;
  }
  .rounded-md-105 {
    border-radius: 105px;
  }
  .mb-md-105 {
    margin-bottom: 105px;
  }
  .mt-md-105 {
    margin-top: 105px;
  }
  .mr-md-105 {
    margin-right: 105px;
  }
  .ml-md-105 {
    margin-left: 105px;
  }
  .mx-md-105 {
    margin-right: 105px;
    margin-left: 105px;
  }
  .my-md-105 {
    margin-top: 105px;
    margin-bottom: 105px;
  }
  .p-md-105 {
    padding: 105px;
  }
  .px-md-105 {
    padding-right: 105px;
    padding-left: 105px;
  }
  .py-md-105 {
    padding-top: 105px;
    padding-bottom: 105px;
  }
  .pr-md-105 {
    padding-right: 105px;
  }
  .pl-md-105 {
    padding-left: 105px;
  }
  .pt-md-105 {
    padding-top: 105px;
  }
  .pb-md-105 {
    padding-bottom: 105px;
  }
  .fs-md-105 {
    font-size: 105px;
  }
  .w-md-105 {
    width: 105px;
  }
  .h-md-105 {
    height: 105px;
  }
}
@media (min-width: 992px) {
  .lh-lg-105 {
    line-height: 105px;
  }
  .line-height-lg-105 {
    line-height: 105px;
  }
  .grid-cols-lg-105 {
    grid-template-columns: repeat(105, 1fr);
  }
  .gap-lg-105 {
    gap: 105px;
  }
  .gap-x-lg-105 {
    -moz-column-gap: 105px;
         column-gap: 105px;
  }
  .gap-y-lg-105 {
    row-gap: 105px;
  }
  .rounded-lg-105 {
    border-radius: 105px;
  }
  .mb-lg-105 {
    margin-bottom: 105px;
  }
  .mt-lg-105 {
    margin-top: 105px;
  }
  .mr-lg-105 {
    margin-right: 105px;
  }
  .ml-lg-105 {
    margin-left: 105px;
  }
  .mx-lg-105 {
    margin-right: 105px;
    margin-left: 105px;
  }
  .my-lg-105 {
    margin-top: 105px;
    margin-bottom: 105px;
  }
  .p-lg-105 {
    padding: 105px;
  }
  .px-lg-105 {
    padding-right: 105px;
    padding-left: 105px;
  }
  .py-lg-105 {
    padding-top: 105px;
    padding-bottom: 105px;
  }
  .pr-lg-105 {
    padding-right: 105px;
  }
  .pl-lg-105 {
    padding-left: 105px;
  }
  .pt-lg-105 {
    padding-top: 105px;
  }
  .pb-lg-105 {
    padding-bottom: 105px;
  }
  .fs-lg-105 {
    font-size: 105px;
  }
  .w-lg-105 {
    width: 105px;
  }
  .h-lg-105 {
    height: 105px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-105 {
    line-height: 105px;
  }
  .line-height-xl-105 {
    line-height: 105px;
  }
  .grid-cols-xl-105 {
    grid-template-columns: repeat(105, 1fr);
  }
  .gap-xl-105 {
    gap: 105px;
  }
  .gap-x-xl-105 {
    -moz-column-gap: 105px;
         column-gap: 105px;
  }
  .gap-y-xl-105 {
    row-gap: 105px;
  }
  .rounded-xl-105 {
    border-radius: 105px;
  }
  .mb-xl-105 {
    margin-bottom: 105px;
  }
  .mt-xl-105 {
    margin-top: 105px;
  }
  .mr-xl-105 {
    margin-right: 105px;
  }
  .ml-xl-105 {
    margin-left: 105px;
  }
  .mx-xl-105 {
    margin-right: 105px;
    margin-left: 105px;
  }
  .my-xl-105 {
    margin-top: 105px;
    margin-bottom: 105px;
  }
  .p-xl-105 {
    padding: 105px;
  }
  .px-xl-105 {
    padding-right: 105px;
    padding-left: 105px;
  }
  .py-xl-105 {
    padding-top: 105px;
    padding-bottom: 105px;
  }
  .pr-xl-105 {
    padding-right: 105px;
  }
  .pl-xl-105 {
    padding-left: 105px;
  }
  .pt-xl-105 {
    padding-top: 105px;
  }
  .pb-xl-105 {
    padding-bottom: 105px;
  }
  .fs-xl-105 {
    font-size: 105px;
  }
  .w-xl-105 {
    width: 105px;
  }
  .h-xl-105 {
    height: 105px;
  }
}
.lh-106 {
  line-height: 106px;
}

.grid-cols-106 {
  grid-template-columns: repeat(106, 1fr);
}

.line-height-106 {
  line-height: 106px;
}

.gap-106 {
  gap: 106px;
}

.gap-x-106 {
  -moz-column-gap: 106px;
       column-gap: 106px;
}

.gap-y-106 {
  row-gap: 106px;
}

.rounded-106 {
  border-radius: 106px;
}

.mb-106 {
  margin-bottom: 106px;
}

.mt-106 {
  margin-top: 106px;
}

.mr-106 {
  margin-right: 106px;
}

.ml-106 {
  margin-left: 106px;
}

.mx-106 {
  margin-right: 106px;
  margin-left: 106px;
}

.my-106 {
  margin-top: 106px;
  margin-bottom: 106px;
}

.p-106 {
  padding: 106px;
}

.px-106 {
  padding-right: 106px;
  padding-left: 106px;
}

.py-106 {
  padding-top: 106px;
  padding-bottom: 106px;
}

.pr-106 {
  padding-right: 106px;
}

.pl-106 {
  padding-left: 106px;
}

.pt-106 {
  padding-top: 106px;
}

.pb-106 {
  padding-bottom: 106px;
}

.fs-106 {
  font-size: 106px;
}

.w-106 {
  width: 106px;
}

.h-106 {
  height: 106px;
}

@media (min-width: 576px) {
  .lh-sm-106 {
    line-height: 106px;
  }
  .line-height-sm-106 {
    line-height: 106px;
  }
  .grid-cols-sm-106 {
    grid-template-columns: repeat(106, 1fr);
  }
  .gap-sm-106 {
    gap: 106px;
  }
  .gap-x-sm-106 {
    -moz-column-gap: 106px;
         column-gap: 106px;
  }
  .gap-y-sm-106 {
    row-gap: 106px;
  }
  .rounded-sm-106 {
    border-radius: 106px;
  }
  .mb-sm-106 {
    margin-bottom: 106px;
  }
  .mt-sm-106 {
    margin-top: 106px;
  }
  .mr-sm-106 {
    margin-right: 106px;
  }
  .ml-sm-106 {
    margin-left: 106px;
  }
  .mx-sm-106 {
    margin-right: 106px;
    margin-left: 106px;
  }
  .my-sm-106 {
    margin-top: 106px;
    margin-bottom: 106px;
  }
  .p-sm-106 {
    padding: 106px;
  }
  .px-sm-106 {
    padding-right: 106px;
    padding-left: 106px;
  }
  .py-sm-106 {
    padding-top: 106px;
    padding-bottom: 106px;
  }
  .pr-sm-106 {
    padding-right: 106px;
  }
  .pl-sm-106 {
    padding-left: 106px;
  }
  .pt-sm-106 {
    padding-top: 106px;
  }
  .pb-sm-106 {
    padding-bottom: 106px;
  }
  .fs-sm-106 {
    font-size: 106px;
  }
  .w-sm-106 {
    width: 106px;
  }
  .h-sm-106 {
    height: 106px;
  }
}
@media (min-width: 768px) {
  .lh-md-106 {
    line-height: 106px;
  }
  .line-height-md-106 {
    line-height: 106px;
  }
  .grid-cols-md-106 {
    grid-template-columns: repeat(106, 1fr);
  }
  .gap-md-106 {
    gap: 106px;
  }
  .gap-x-md-106 {
    -moz-column-gap: 106px;
         column-gap: 106px;
  }
  .gap-y-md-106 {
    row-gap: 106px;
  }
  .rounded-md-106 {
    border-radius: 106px;
  }
  .mb-md-106 {
    margin-bottom: 106px;
  }
  .mt-md-106 {
    margin-top: 106px;
  }
  .mr-md-106 {
    margin-right: 106px;
  }
  .ml-md-106 {
    margin-left: 106px;
  }
  .mx-md-106 {
    margin-right: 106px;
    margin-left: 106px;
  }
  .my-md-106 {
    margin-top: 106px;
    margin-bottom: 106px;
  }
  .p-md-106 {
    padding: 106px;
  }
  .px-md-106 {
    padding-right: 106px;
    padding-left: 106px;
  }
  .py-md-106 {
    padding-top: 106px;
    padding-bottom: 106px;
  }
  .pr-md-106 {
    padding-right: 106px;
  }
  .pl-md-106 {
    padding-left: 106px;
  }
  .pt-md-106 {
    padding-top: 106px;
  }
  .pb-md-106 {
    padding-bottom: 106px;
  }
  .fs-md-106 {
    font-size: 106px;
  }
  .w-md-106 {
    width: 106px;
  }
  .h-md-106 {
    height: 106px;
  }
}
@media (min-width: 992px) {
  .lh-lg-106 {
    line-height: 106px;
  }
  .line-height-lg-106 {
    line-height: 106px;
  }
  .grid-cols-lg-106 {
    grid-template-columns: repeat(106, 1fr);
  }
  .gap-lg-106 {
    gap: 106px;
  }
  .gap-x-lg-106 {
    -moz-column-gap: 106px;
         column-gap: 106px;
  }
  .gap-y-lg-106 {
    row-gap: 106px;
  }
  .rounded-lg-106 {
    border-radius: 106px;
  }
  .mb-lg-106 {
    margin-bottom: 106px;
  }
  .mt-lg-106 {
    margin-top: 106px;
  }
  .mr-lg-106 {
    margin-right: 106px;
  }
  .ml-lg-106 {
    margin-left: 106px;
  }
  .mx-lg-106 {
    margin-right: 106px;
    margin-left: 106px;
  }
  .my-lg-106 {
    margin-top: 106px;
    margin-bottom: 106px;
  }
  .p-lg-106 {
    padding: 106px;
  }
  .px-lg-106 {
    padding-right: 106px;
    padding-left: 106px;
  }
  .py-lg-106 {
    padding-top: 106px;
    padding-bottom: 106px;
  }
  .pr-lg-106 {
    padding-right: 106px;
  }
  .pl-lg-106 {
    padding-left: 106px;
  }
  .pt-lg-106 {
    padding-top: 106px;
  }
  .pb-lg-106 {
    padding-bottom: 106px;
  }
  .fs-lg-106 {
    font-size: 106px;
  }
  .w-lg-106 {
    width: 106px;
  }
  .h-lg-106 {
    height: 106px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-106 {
    line-height: 106px;
  }
  .line-height-xl-106 {
    line-height: 106px;
  }
  .grid-cols-xl-106 {
    grid-template-columns: repeat(106, 1fr);
  }
  .gap-xl-106 {
    gap: 106px;
  }
  .gap-x-xl-106 {
    -moz-column-gap: 106px;
         column-gap: 106px;
  }
  .gap-y-xl-106 {
    row-gap: 106px;
  }
  .rounded-xl-106 {
    border-radius: 106px;
  }
  .mb-xl-106 {
    margin-bottom: 106px;
  }
  .mt-xl-106 {
    margin-top: 106px;
  }
  .mr-xl-106 {
    margin-right: 106px;
  }
  .ml-xl-106 {
    margin-left: 106px;
  }
  .mx-xl-106 {
    margin-right: 106px;
    margin-left: 106px;
  }
  .my-xl-106 {
    margin-top: 106px;
    margin-bottom: 106px;
  }
  .p-xl-106 {
    padding: 106px;
  }
  .px-xl-106 {
    padding-right: 106px;
    padding-left: 106px;
  }
  .py-xl-106 {
    padding-top: 106px;
    padding-bottom: 106px;
  }
  .pr-xl-106 {
    padding-right: 106px;
  }
  .pl-xl-106 {
    padding-left: 106px;
  }
  .pt-xl-106 {
    padding-top: 106px;
  }
  .pb-xl-106 {
    padding-bottom: 106px;
  }
  .fs-xl-106 {
    font-size: 106px;
  }
  .w-xl-106 {
    width: 106px;
  }
  .h-xl-106 {
    height: 106px;
  }
}
.lh-107 {
  line-height: 107px;
}

.grid-cols-107 {
  grid-template-columns: repeat(107, 1fr);
}

.line-height-107 {
  line-height: 107px;
}

.gap-107 {
  gap: 107px;
}

.gap-x-107 {
  -moz-column-gap: 107px;
       column-gap: 107px;
}

.gap-y-107 {
  row-gap: 107px;
}

.rounded-107 {
  border-radius: 107px;
}

.mb-107 {
  margin-bottom: 107px;
}

.mt-107 {
  margin-top: 107px;
}

.mr-107 {
  margin-right: 107px;
}

.ml-107 {
  margin-left: 107px;
}

.mx-107 {
  margin-right: 107px;
  margin-left: 107px;
}

.my-107 {
  margin-top: 107px;
  margin-bottom: 107px;
}

.p-107 {
  padding: 107px;
}

.px-107 {
  padding-right: 107px;
  padding-left: 107px;
}

.py-107 {
  padding-top: 107px;
  padding-bottom: 107px;
}

.pr-107 {
  padding-right: 107px;
}

.pl-107 {
  padding-left: 107px;
}

.pt-107 {
  padding-top: 107px;
}

.pb-107 {
  padding-bottom: 107px;
}

.fs-107 {
  font-size: 107px;
}

.w-107 {
  width: 107px;
}

.h-107 {
  height: 107px;
}

@media (min-width: 576px) {
  .lh-sm-107 {
    line-height: 107px;
  }
  .line-height-sm-107 {
    line-height: 107px;
  }
  .grid-cols-sm-107 {
    grid-template-columns: repeat(107, 1fr);
  }
  .gap-sm-107 {
    gap: 107px;
  }
  .gap-x-sm-107 {
    -moz-column-gap: 107px;
         column-gap: 107px;
  }
  .gap-y-sm-107 {
    row-gap: 107px;
  }
  .rounded-sm-107 {
    border-radius: 107px;
  }
  .mb-sm-107 {
    margin-bottom: 107px;
  }
  .mt-sm-107 {
    margin-top: 107px;
  }
  .mr-sm-107 {
    margin-right: 107px;
  }
  .ml-sm-107 {
    margin-left: 107px;
  }
  .mx-sm-107 {
    margin-right: 107px;
    margin-left: 107px;
  }
  .my-sm-107 {
    margin-top: 107px;
    margin-bottom: 107px;
  }
  .p-sm-107 {
    padding: 107px;
  }
  .px-sm-107 {
    padding-right: 107px;
    padding-left: 107px;
  }
  .py-sm-107 {
    padding-top: 107px;
    padding-bottom: 107px;
  }
  .pr-sm-107 {
    padding-right: 107px;
  }
  .pl-sm-107 {
    padding-left: 107px;
  }
  .pt-sm-107 {
    padding-top: 107px;
  }
  .pb-sm-107 {
    padding-bottom: 107px;
  }
  .fs-sm-107 {
    font-size: 107px;
  }
  .w-sm-107 {
    width: 107px;
  }
  .h-sm-107 {
    height: 107px;
  }
}
@media (min-width: 768px) {
  .lh-md-107 {
    line-height: 107px;
  }
  .line-height-md-107 {
    line-height: 107px;
  }
  .grid-cols-md-107 {
    grid-template-columns: repeat(107, 1fr);
  }
  .gap-md-107 {
    gap: 107px;
  }
  .gap-x-md-107 {
    -moz-column-gap: 107px;
         column-gap: 107px;
  }
  .gap-y-md-107 {
    row-gap: 107px;
  }
  .rounded-md-107 {
    border-radius: 107px;
  }
  .mb-md-107 {
    margin-bottom: 107px;
  }
  .mt-md-107 {
    margin-top: 107px;
  }
  .mr-md-107 {
    margin-right: 107px;
  }
  .ml-md-107 {
    margin-left: 107px;
  }
  .mx-md-107 {
    margin-right: 107px;
    margin-left: 107px;
  }
  .my-md-107 {
    margin-top: 107px;
    margin-bottom: 107px;
  }
  .p-md-107 {
    padding: 107px;
  }
  .px-md-107 {
    padding-right: 107px;
    padding-left: 107px;
  }
  .py-md-107 {
    padding-top: 107px;
    padding-bottom: 107px;
  }
  .pr-md-107 {
    padding-right: 107px;
  }
  .pl-md-107 {
    padding-left: 107px;
  }
  .pt-md-107 {
    padding-top: 107px;
  }
  .pb-md-107 {
    padding-bottom: 107px;
  }
  .fs-md-107 {
    font-size: 107px;
  }
  .w-md-107 {
    width: 107px;
  }
  .h-md-107 {
    height: 107px;
  }
}
@media (min-width: 992px) {
  .lh-lg-107 {
    line-height: 107px;
  }
  .line-height-lg-107 {
    line-height: 107px;
  }
  .grid-cols-lg-107 {
    grid-template-columns: repeat(107, 1fr);
  }
  .gap-lg-107 {
    gap: 107px;
  }
  .gap-x-lg-107 {
    -moz-column-gap: 107px;
         column-gap: 107px;
  }
  .gap-y-lg-107 {
    row-gap: 107px;
  }
  .rounded-lg-107 {
    border-radius: 107px;
  }
  .mb-lg-107 {
    margin-bottom: 107px;
  }
  .mt-lg-107 {
    margin-top: 107px;
  }
  .mr-lg-107 {
    margin-right: 107px;
  }
  .ml-lg-107 {
    margin-left: 107px;
  }
  .mx-lg-107 {
    margin-right: 107px;
    margin-left: 107px;
  }
  .my-lg-107 {
    margin-top: 107px;
    margin-bottom: 107px;
  }
  .p-lg-107 {
    padding: 107px;
  }
  .px-lg-107 {
    padding-right: 107px;
    padding-left: 107px;
  }
  .py-lg-107 {
    padding-top: 107px;
    padding-bottom: 107px;
  }
  .pr-lg-107 {
    padding-right: 107px;
  }
  .pl-lg-107 {
    padding-left: 107px;
  }
  .pt-lg-107 {
    padding-top: 107px;
  }
  .pb-lg-107 {
    padding-bottom: 107px;
  }
  .fs-lg-107 {
    font-size: 107px;
  }
  .w-lg-107 {
    width: 107px;
  }
  .h-lg-107 {
    height: 107px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-107 {
    line-height: 107px;
  }
  .line-height-xl-107 {
    line-height: 107px;
  }
  .grid-cols-xl-107 {
    grid-template-columns: repeat(107, 1fr);
  }
  .gap-xl-107 {
    gap: 107px;
  }
  .gap-x-xl-107 {
    -moz-column-gap: 107px;
         column-gap: 107px;
  }
  .gap-y-xl-107 {
    row-gap: 107px;
  }
  .rounded-xl-107 {
    border-radius: 107px;
  }
  .mb-xl-107 {
    margin-bottom: 107px;
  }
  .mt-xl-107 {
    margin-top: 107px;
  }
  .mr-xl-107 {
    margin-right: 107px;
  }
  .ml-xl-107 {
    margin-left: 107px;
  }
  .mx-xl-107 {
    margin-right: 107px;
    margin-left: 107px;
  }
  .my-xl-107 {
    margin-top: 107px;
    margin-bottom: 107px;
  }
  .p-xl-107 {
    padding: 107px;
  }
  .px-xl-107 {
    padding-right: 107px;
    padding-left: 107px;
  }
  .py-xl-107 {
    padding-top: 107px;
    padding-bottom: 107px;
  }
  .pr-xl-107 {
    padding-right: 107px;
  }
  .pl-xl-107 {
    padding-left: 107px;
  }
  .pt-xl-107 {
    padding-top: 107px;
  }
  .pb-xl-107 {
    padding-bottom: 107px;
  }
  .fs-xl-107 {
    font-size: 107px;
  }
  .w-xl-107 {
    width: 107px;
  }
  .h-xl-107 {
    height: 107px;
  }
}
.lh-108 {
  line-height: 108px;
}

.grid-cols-108 {
  grid-template-columns: repeat(108, 1fr);
}

.line-height-108 {
  line-height: 108px;
}

.gap-108 {
  gap: 108px;
}

.gap-x-108 {
  -moz-column-gap: 108px;
       column-gap: 108px;
}

.gap-y-108 {
  row-gap: 108px;
}

.rounded-108 {
  border-radius: 108px;
}

.mb-108 {
  margin-bottom: 108px;
}

.mt-108 {
  margin-top: 108px;
}

.mr-108 {
  margin-right: 108px;
}

.ml-108 {
  margin-left: 108px;
}

.mx-108 {
  margin-right: 108px;
  margin-left: 108px;
}

.my-108 {
  margin-top: 108px;
  margin-bottom: 108px;
}

.p-108 {
  padding: 108px;
}

.px-108 {
  padding-right: 108px;
  padding-left: 108px;
}

.py-108 {
  padding-top: 108px;
  padding-bottom: 108px;
}

.pr-108 {
  padding-right: 108px;
}

.pl-108 {
  padding-left: 108px;
}

.pt-108 {
  padding-top: 108px;
}

.pb-108 {
  padding-bottom: 108px;
}

.fs-108 {
  font-size: 108px;
}

.w-108 {
  width: 108px;
}

.h-108 {
  height: 108px;
}

@media (min-width: 576px) {
  .lh-sm-108 {
    line-height: 108px;
  }
  .line-height-sm-108 {
    line-height: 108px;
  }
  .grid-cols-sm-108 {
    grid-template-columns: repeat(108, 1fr);
  }
  .gap-sm-108 {
    gap: 108px;
  }
  .gap-x-sm-108 {
    -moz-column-gap: 108px;
         column-gap: 108px;
  }
  .gap-y-sm-108 {
    row-gap: 108px;
  }
  .rounded-sm-108 {
    border-radius: 108px;
  }
  .mb-sm-108 {
    margin-bottom: 108px;
  }
  .mt-sm-108 {
    margin-top: 108px;
  }
  .mr-sm-108 {
    margin-right: 108px;
  }
  .ml-sm-108 {
    margin-left: 108px;
  }
  .mx-sm-108 {
    margin-right: 108px;
    margin-left: 108px;
  }
  .my-sm-108 {
    margin-top: 108px;
    margin-bottom: 108px;
  }
  .p-sm-108 {
    padding: 108px;
  }
  .px-sm-108 {
    padding-right: 108px;
    padding-left: 108px;
  }
  .py-sm-108 {
    padding-top: 108px;
    padding-bottom: 108px;
  }
  .pr-sm-108 {
    padding-right: 108px;
  }
  .pl-sm-108 {
    padding-left: 108px;
  }
  .pt-sm-108 {
    padding-top: 108px;
  }
  .pb-sm-108 {
    padding-bottom: 108px;
  }
  .fs-sm-108 {
    font-size: 108px;
  }
  .w-sm-108 {
    width: 108px;
  }
  .h-sm-108 {
    height: 108px;
  }
}
@media (min-width: 768px) {
  .lh-md-108 {
    line-height: 108px;
  }
  .line-height-md-108 {
    line-height: 108px;
  }
  .grid-cols-md-108 {
    grid-template-columns: repeat(108, 1fr);
  }
  .gap-md-108 {
    gap: 108px;
  }
  .gap-x-md-108 {
    -moz-column-gap: 108px;
         column-gap: 108px;
  }
  .gap-y-md-108 {
    row-gap: 108px;
  }
  .rounded-md-108 {
    border-radius: 108px;
  }
  .mb-md-108 {
    margin-bottom: 108px;
  }
  .mt-md-108 {
    margin-top: 108px;
  }
  .mr-md-108 {
    margin-right: 108px;
  }
  .ml-md-108 {
    margin-left: 108px;
  }
  .mx-md-108 {
    margin-right: 108px;
    margin-left: 108px;
  }
  .my-md-108 {
    margin-top: 108px;
    margin-bottom: 108px;
  }
  .p-md-108 {
    padding: 108px;
  }
  .px-md-108 {
    padding-right: 108px;
    padding-left: 108px;
  }
  .py-md-108 {
    padding-top: 108px;
    padding-bottom: 108px;
  }
  .pr-md-108 {
    padding-right: 108px;
  }
  .pl-md-108 {
    padding-left: 108px;
  }
  .pt-md-108 {
    padding-top: 108px;
  }
  .pb-md-108 {
    padding-bottom: 108px;
  }
  .fs-md-108 {
    font-size: 108px;
  }
  .w-md-108 {
    width: 108px;
  }
  .h-md-108 {
    height: 108px;
  }
}
@media (min-width: 992px) {
  .lh-lg-108 {
    line-height: 108px;
  }
  .line-height-lg-108 {
    line-height: 108px;
  }
  .grid-cols-lg-108 {
    grid-template-columns: repeat(108, 1fr);
  }
  .gap-lg-108 {
    gap: 108px;
  }
  .gap-x-lg-108 {
    -moz-column-gap: 108px;
         column-gap: 108px;
  }
  .gap-y-lg-108 {
    row-gap: 108px;
  }
  .rounded-lg-108 {
    border-radius: 108px;
  }
  .mb-lg-108 {
    margin-bottom: 108px;
  }
  .mt-lg-108 {
    margin-top: 108px;
  }
  .mr-lg-108 {
    margin-right: 108px;
  }
  .ml-lg-108 {
    margin-left: 108px;
  }
  .mx-lg-108 {
    margin-right: 108px;
    margin-left: 108px;
  }
  .my-lg-108 {
    margin-top: 108px;
    margin-bottom: 108px;
  }
  .p-lg-108 {
    padding: 108px;
  }
  .px-lg-108 {
    padding-right: 108px;
    padding-left: 108px;
  }
  .py-lg-108 {
    padding-top: 108px;
    padding-bottom: 108px;
  }
  .pr-lg-108 {
    padding-right: 108px;
  }
  .pl-lg-108 {
    padding-left: 108px;
  }
  .pt-lg-108 {
    padding-top: 108px;
  }
  .pb-lg-108 {
    padding-bottom: 108px;
  }
  .fs-lg-108 {
    font-size: 108px;
  }
  .w-lg-108 {
    width: 108px;
  }
  .h-lg-108 {
    height: 108px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-108 {
    line-height: 108px;
  }
  .line-height-xl-108 {
    line-height: 108px;
  }
  .grid-cols-xl-108 {
    grid-template-columns: repeat(108, 1fr);
  }
  .gap-xl-108 {
    gap: 108px;
  }
  .gap-x-xl-108 {
    -moz-column-gap: 108px;
         column-gap: 108px;
  }
  .gap-y-xl-108 {
    row-gap: 108px;
  }
  .rounded-xl-108 {
    border-radius: 108px;
  }
  .mb-xl-108 {
    margin-bottom: 108px;
  }
  .mt-xl-108 {
    margin-top: 108px;
  }
  .mr-xl-108 {
    margin-right: 108px;
  }
  .ml-xl-108 {
    margin-left: 108px;
  }
  .mx-xl-108 {
    margin-right: 108px;
    margin-left: 108px;
  }
  .my-xl-108 {
    margin-top: 108px;
    margin-bottom: 108px;
  }
  .p-xl-108 {
    padding: 108px;
  }
  .px-xl-108 {
    padding-right: 108px;
    padding-left: 108px;
  }
  .py-xl-108 {
    padding-top: 108px;
    padding-bottom: 108px;
  }
  .pr-xl-108 {
    padding-right: 108px;
  }
  .pl-xl-108 {
    padding-left: 108px;
  }
  .pt-xl-108 {
    padding-top: 108px;
  }
  .pb-xl-108 {
    padding-bottom: 108px;
  }
  .fs-xl-108 {
    font-size: 108px;
  }
  .w-xl-108 {
    width: 108px;
  }
  .h-xl-108 {
    height: 108px;
  }
}
.lh-109 {
  line-height: 109px;
}

.grid-cols-109 {
  grid-template-columns: repeat(109, 1fr);
}

.line-height-109 {
  line-height: 109px;
}

.gap-109 {
  gap: 109px;
}

.gap-x-109 {
  -moz-column-gap: 109px;
       column-gap: 109px;
}

.gap-y-109 {
  row-gap: 109px;
}

.rounded-109 {
  border-radius: 109px;
}

.mb-109 {
  margin-bottom: 109px;
}

.mt-109 {
  margin-top: 109px;
}

.mr-109 {
  margin-right: 109px;
}

.ml-109 {
  margin-left: 109px;
}

.mx-109 {
  margin-right: 109px;
  margin-left: 109px;
}

.my-109 {
  margin-top: 109px;
  margin-bottom: 109px;
}

.p-109 {
  padding: 109px;
}

.px-109 {
  padding-right: 109px;
  padding-left: 109px;
}

.py-109 {
  padding-top: 109px;
  padding-bottom: 109px;
}

.pr-109 {
  padding-right: 109px;
}

.pl-109 {
  padding-left: 109px;
}

.pt-109 {
  padding-top: 109px;
}

.pb-109 {
  padding-bottom: 109px;
}

.fs-109 {
  font-size: 109px;
}

.w-109 {
  width: 109px;
}

.h-109 {
  height: 109px;
}

@media (min-width: 576px) {
  .lh-sm-109 {
    line-height: 109px;
  }
  .line-height-sm-109 {
    line-height: 109px;
  }
  .grid-cols-sm-109 {
    grid-template-columns: repeat(109, 1fr);
  }
  .gap-sm-109 {
    gap: 109px;
  }
  .gap-x-sm-109 {
    -moz-column-gap: 109px;
         column-gap: 109px;
  }
  .gap-y-sm-109 {
    row-gap: 109px;
  }
  .rounded-sm-109 {
    border-radius: 109px;
  }
  .mb-sm-109 {
    margin-bottom: 109px;
  }
  .mt-sm-109 {
    margin-top: 109px;
  }
  .mr-sm-109 {
    margin-right: 109px;
  }
  .ml-sm-109 {
    margin-left: 109px;
  }
  .mx-sm-109 {
    margin-right: 109px;
    margin-left: 109px;
  }
  .my-sm-109 {
    margin-top: 109px;
    margin-bottom: 109px;
  }
  .p-sm-109 {
    padding: 109px;
  }
  .px-sm-109 {
    padding-right: 109px;
    padding-left: 109px;
  }
  .py-sm-109 {
    padding-top: 109px;
    padding-bottom: 109px;
  }
  .pr-sm-109 {
    padding-right: 109px;
  }
  .pl-sm-109 {
    padding-left: 109px;
  }
  .pt-sm-109 {
    padding-top: 109px;
  }
  .pb-sm-109 {
    padding-bottom: 109px;
  }
  .fs-sm-109 {
    font-size: 109px;
  }
  .w-sm-109 {
    width: 109px;
  }
  .h-sm-109 {
    height: 109px;
  }
}
@media (min-width: 768px) {
  .lh-md-109 {
    line-height: 109px;
  }
  .line-height-md-109 {
    line-height: 109px;
  }
  .grid-cols-md-109 {
    grid-template-columns: repeat(109, 1fr);
  }
  .gap-md-109 {
    gap: 109px;
  }
  .gap-x-md-109 {
    -moz-column-gap: 109px;
         column-gap: 109px;
  }
  .gap-y-md-109 {
    row-gap: 109px;
  }
  .rounded-md-109 {
    border-radius: 109px;
  }
  .mb-md-109 {
    margin-bottom: 109px;
  }
  .mt-md-109 {
    margin-top: 109px;
  }
  .mr-md-109 {
    margin-right: 109px;
  }
  .ml-md-109 {
    margin-left: 109px;
  }
  .mx-md-109 {
    margin-right: 109px;
    margin-left: 109px;
  }
  .my-md-109 {
    margin-top: 109px;
    margin-bottom: 109px;
  }
  .p-md-109 {
    padding: 109px;
  }
  .px-md-109 {
    padding-right: 109px;
    padding-left: 109px;
  }
  .py-md-109 {
    padding-top: 109px;
    padding-bottom: 109px;
  }
  .pr-md-109 {
    padding-right: 109px;
  }
  .pl-md-109 {
    padding-left: 109px;
  }
  .pt-md-109 {
    padding-top: 109px;
  }
  .pb-md-109 {
    padding-bottom: 109px;
  }
  .fs-md-109 {
    font-size: 109px;
  }
  .w-md-109 {
    width: 109px;
  }
  .h-md-109 {
    height: 109px;
  }
}
@media (min-width: 992px) {
  .lh-lg-109 {
    line-height: 109px;
  }
  .line-height-lg-109 {
    line-height: 109px;
  }
  .grid-cols-lg-109 {
    grid-template-columns: repeat(109, 1fr);
  }
  .gap-lg-109 {
    gap: 109px;
  }
  .gap-x-lg-109 {
    -moz-column-gap: 109px;
         column-gap: 109px;
  }
  .gap-y-lg-109 {
    row-gap: 109px;
  }
  .rounded-lg-109 {
    border-radius: 109px;
  }
  .mb-lg-109 {
    margin-bottom: 109px;
  }
  .mt-lg-109 {
    margin-top: 109px;
  }
  .mr-lg-109 {
    margin-right: 109px;
  }
  .ml-lg-109 {
    margin-left: 109px;
  }
  .mx-lg-109 {
    margin-right: 109px;
    margin-left: 109px;
  }
  .my-lg-109 {
    margin-top: 109px;
    margin-bottom: 109px;
  }
  .p-lg-109 {
    padding: 109px;
  }
  .px-lg-109 {
    padding-right: 109px;
    padding-left: 109px;
  }
  .py-lg-109 {
    padding-top: 109px;
    padding-bottom: 109px;
  }
  .pr-lg-109 {
    padding-right: 109px;
  }
  .pl-lg-109 {
    padding-left: 109px;
  }
  .pt-lg-109 {
    padding-top: 109px;
  }
  .pb-lg-109 {
    padding-bottom: 109px;
  }
  .fs-lg-109 {
    font-size: 109px;
  }
  .w-lg-109 {
    width: 109px;
  }
  .h-lg-109 {
    height: 109px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-109 {
    line-height: 109px;
  }
  .line-height-xl-109 {
    line-height: 109px;
  }
  .grid-cols-xl-109 {
    grid-template-columns: repeat(109, 1fr);
  }
  .gap-xl-109 {
    gap: 109px;
  }
  .gap-x-xl-109 {
    -moz-column-gap: 109px;
         column-gap: 109px;
  }
  .gap-y-xl-109 {
    row-gap: 109px;
  }
  .rounded-xl-109 {
    border-radius: 109px;
  }
  .mb-xl-109 {
    margin-bottom: 109px;
  }
  .mt-xl-109 {
    margin-top: 109px;
  }
  .mr-xl-109 {
    margin-right: 109px;
  }
  .ml-xl-109 {
    margin-left: 109px;
  }
  .mx-xl-109 {
    margin-right: 109px;
    margin-left: 109px;
  }
  .my-xl-109 {
    margin-top: 109px;
    margin-bottom: 109px;
  }
  .p-xl-109 {
    padding: 109px;
  }
  .px-xl-109 {
    padding-right: 109px;
    padding-left: 109px;
  }
  .py-xl-109 {
    padding-top: 109px;
    padding-bottom: 109px;
  }
  .pr-xl-109 {
    padding-right: 109px;
  }
  .pl-xl-109 {
    padding-left: 109px;
  }
  .pt-xl-109 {
    padding-top: 109px;
  }
  .pb-xl-109 {
    padding-bottom: 109px;
  }
  .fs-xl-109 {
    font-size: 109px;
  }
  .w-xl-109 {
    width: 109px;
  }
  .h-xl-109 {
    height: 109px;
  }
}
.lh-110 {
  line-height: 110px;
}

.grid-cols-110 {
  grid-template-columns: repeat(110, 1fr);
}

.line-height-110 {
  line-height: 110px;
}

.gap-110 {
  gap: 110px;
}

.gap-x-110 {
  -moz-column-gap: 110px;
       column-gap: 110px;
}

.gap-y-110 {
  row-gap: 110px;
}

.rounded-110 {
  border-radius: 110px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mt-110 {
  margin-top: 110px;
}

.mr-110 {
  margin-right: 110px;
}

.ml-110 {
  margin-left: 110px;
}

.mx-110 {
  margin-right: 110px;
  margin-left: 110px;
}

.my-110 {
  margin-top: 110px;
  margin-bottom: 110px;
}

.p-110 {
  padding: 110px;
}

.px-110 {
  padding-right: 110px;
  padding-left: 110px;
}

.py-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.pr-110 {
  padding-right: 110px;
}

.pl-110 {
  padding-left: 110px;
}

.pt-110 {
  padding-top: 110px;
}

.pb-110 {
  padding-bottom: 110px;
}

.fs-110 {
  font-size: 110px;
}

.w-110 {
  width: 110px;
}

.h-110 {
  height: 110px;
}

@media (min-width: 576px) {
  .lh-sm-110 {
    line-height: 110px;
  }
  .line-height-sm-110 {
    line-height: 110px;
  }
  .grid-cols-sm-110 {
    grid-template-columns: repeat(110, 1fr);
  }
  .gap-sm-110 {
    gap: 110px;
  }
  .gap-x-sm-110 {
    -moz-column-gap: 110px;
         column-gap: 110px;
  }
  .gap-y-sm-110 {
    row-gap: 110px;
  }
  .rounded-sm-110 {
    border-radius: 110px;
  }
  .mb-sm-110 {
    margin-bottom: 110px;
  }
  .mt-sm-110 {
    margin-top: 110px;
  }
  .mr-sm-110 {
    margin-right: 110px;
  }
  .ml-sm-110 {
    margin-left: 110px;
  }
  .mx-sm-110 {
    margin-right: 110px;
    margin-left: 110px;
  }
  .my-sm-110 {
    margin-top: 110px;
    margin-bottom: 110px;
  }
  .p-sm-110 {
    padding: 110px;
  }
  .px-sm-110 {
    padding-right: 110px;
    padding-left: 110px;
  }
  .py-sm-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .pr-sm-110 {
    padding-right: 110px;
  }
  .pl-sm-110 {
    padding-left: 110px;
  }
  .pt-sm-110 {
    padding-top: 110px;
  }
  .pb-sm-110 {
    padding-bottom: 110px;
  }
  .fs-sm-110 {
    font-size: 110px;
  }
  .w-sm-110 {
    width: 110px;
  }
  .h-sm-110 {
    height: 110px;
  }
}
@media (min-width: 768px) {
  .lh-md-110 {
    line-height: 110px;
  }
  .line-height-md-110 {
    line-height: 110px;
  }
  .grid-cols-md-110 {
    grid-template-columns: repeat(110, 1fr);
  }
  .gap-md-110 {
    gap: 110px;
  }
  .gap-x-md-110 {
    -moz-column-gap: 110px;
         column-gap: 110px;
  }
  .gap-y-md-110 {
    row-gap: 110px;
  }
  .rounded-md-110 {
    border-radius: 110px;
  }
  .mb-md-110 {
    margin-bottom: 110px;
  }
  .mt-md-110 {
    margin-top: 110px;
  }
  .mr-md-110 {
    margin-right: 110px;
  }
  .ml-md-110 {
    margin-left: 110px;
  }
  .mx-md-110 {
    margin-right: 110px;
    margin-left: 110px;
  }
  .my-md-110 {
    margin-top: 110px;
    margin-bottom: 110px;
  }
  .p-md-110 {
    padding: 110px;
  }
  .px-md-110 {
    padding-right: 110px;
    padding-left: 110px;
  }
  .py-md-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .pr-md-110 {
    padding-right: 110px;
  }
  .pl-md-110 {
    padding-left: 110px;
  }
  .pt-md-110 {
    padding-top: 110px;
  }
  .pb-md-110 {
    padding-bottom: 110px;
  }
  .fs-md-110 {
    font-size: 110px;
  }
  .w-md-110 {
    width: 110px;
  }
  .h-md-110 {
    height: 110px;
  }
}
@media (min-width: 992px) {
  .lh-lg-110 {
    line-height: 110px;
  }
  .line-height-lg-110 {
    line-height: 110px;
  }
  .grid-cols-lg-110 {
    grid-template-columns: repeat(110, 1fr);
  }
  .gap-lg-110 {
    gap: 110px;
  }
  .gap-x-lg-110 {
    -moz-column-gap: 110px;
         column-gap: 110px;
  }
  .gap-y-lg-110 {
    row-gap: 110px;
  }
  .rounded-lg-110 {
    border-radius: 110px;
  }
  .mb-lg-110 {
    margin-bottom: 110px;
  }
  .mt-lg-110 {
    margin-top: 110px;
  }
  .mr-lg-110 {
    margin-right: 110px;
  }
  .ml-lg-110 {
    margin-left: 110px;
  }
  .mx-lg-110 {
    margin-right: 110px;
    margin-left: 110px;
  }
  .my-lg-110 {
    margin-top: 110px;
    margin-bottom: 110px;
  }
  .p-lg-110 {
    padding: 110px;
  }
  .px-lg-110 {
    padding-right: 110px;
    padding-left: 110px;
  }
  .py-lg-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .pr-lg-110 {
    padding-right: 110px;
  }
  .pl-lg-110 {
    padding-left: 110px;
  }
  .pt-lg-110 {
    padding-top: 110px;
  }
  .pb-lg-110 {
    padding-bottom: 110px;
  }
  .fs-lg-110 {
    font-size: 110px;
  }
  .w-lg-110 {
    width: 110px;
  }
  .h-lg-110 {
    height: 110px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-110 {
    line-height: 110px;
  }
  .line-height-xl-110 {
    line-height: 110px;
  }
  .grid-cols-xl-110 {
    grid-template-columns: repeat(110, 1fr);
  }
  .gap-xl-110 {
    gap: 110px;
  }
  .gap-x-xl-110 {
    -moz-column-gap: 110px;
         column-gap: 110px;
  }
  .gap-y-xl-110 {
    row-gap: 110px;
  }
  .rounded-xl-110 {
    border-radius: 110px;
  }
  .mb-xl-110 {
    margin-bottom: 110px;
  }
  .mt-xl-110 {
    margin-top: 110px;
  }
  .mr-xl-110 {
    margin-right: 110px;
  }
  .ml-xl-110 {
    margin-left: 110px;
  }
  .mx-xl-110 {
    margin-right: 110px;
    margin-left: 110px;
  }
  .my-xl-110 {
    margin-top: 110px;
    margin-bottom: 110px;
  }
  .p-xl-110 {
    padding: 110px;
  }
  .px-xl-110 {
    padding-right: 110px;
    padding-left: 110px;
  }
  .py-xl-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .pr-xl-110 {
    padding-right: 110px;
  }
  .pl-xl-110 {
    padding-left: 110px;
  }
  .pt-xl-110 {
    padding-top: 110px;
  }
  .pb-xl-110 {
    padding-bottom: 110px;
  }
  .fs-xl-110 {
    font-size: 110px;
  }
  .w-xl-110 {
    width: 110px;
  }
  .h-xl-110 {
    height: 110px;
  }
}
.lh-111 {
  line-height: 111px;
}

.grid-cols-111 {
  grid-template-columns: repeat(111, 1fr);
}

.line-height-111 {
  line-height: 111px;
}

.gap-111 {
  gap: 111px;
}

.gap-x-111 {
  -moz-column-gap: 111px;
       column-gap: 111px;
}

.gap-y-111 {
  row-gap: 111px;
}

.rounded-111 {
  border-radius: 111px;
}

.mb-111 {
  margin-bottom: 111px;
}

.mt-111 {
  margin-top: 111px;
}

.mr-111 {
  margin-right: 111px;
}

.ml-111 {
  margin-left: 111px;
}

.mx-111 {
  margin-right: 111px;
  margin-left: 111px;
}

.my-111 {
  margin-top: 111px;
  margin-bottom: 111px;
}

.p-111 {
  padding: 111px;
}

.px-111 {
  padding-right: 111px;
  padding-left: 111px;
}

.py-111 {
  padding-top: 111px;
  padding-bottom: 111px;
}

.pr-111 {
  padding-right: 111px;
}

.pl-111 {
  padding-left: 111px;
}

.pt-111 {
  padding-top: 111px;
}

.pb-111 {
  padding-bottom: 111px;
}

.fs-111 {
  font-size: 111px;
}

.w-111 {
  width: 111px;
}

.h-111 {
  height: 111px;
}

@media (min-width: 576px) {
  .lh-sm-111 {
    line-height: 111px;
  }
  .line-height-sm-111 {
    line-height: 111px;
  }
  .grid-cols-sm-111 {
    grid-template-columns: repeat(111, 1fr);
  }
  .gap-sm-111 {
    gap: 111px;
  }
  .gap-x-sm-111 {
    -moz-column-gap: 111px;
         column-gap: 111px;
  }
  .gap-y-sm-111 {
    row-gap: 111px;
  }
  .rounded-sm-111 {
    border-radius: 111px;
  }
  .mb-sm-111 {
    margin-bottom: 111px;
  }
  .mt-sm-111 {
    margin-top: 111px;
  }
  .mr-sm-111 {
    margin-right: 111px;
  }
  .ml-sm-111 {
    margin-left: 111px;
  }
  .mx-sm-111 {
    margin-right: 111px;
    margin-left: 111px;
  }
  .my-sm-111 {
    margin-top: 111px;
    margin-bottom: 111px;
  }
  .p-sm-111 {
    padding: 111px;
  }
  .px-sm-111 {
    padding-right: 111px;
    padding-left: 111px;
  }
  .py-sm-111 {
    padding-top: 111px;
    padding-bottom: 111px;
  }
  .pr-sm-111 {
    padding-right: 111px;
  }
  .pl-sm-111 {
    padding-left: 111px;
  }
  .pt-sm-111 {
    padding-top: 111px;
  }
  .pb-sm-111 {
    padding-bottom: 111px;
  }
  .fs-sm-111 {
    font-size: 111px;
  }
  .w-sm-111 {
    width: 111px;
  }
  .h-sm-111 {
    height: 111px;
  }
}
@media (min-width: 768px) {
  .lh-md-111 {
    line-height: 111px;
  }
  .line-height-md-111 {
    line-height: 111px;
  }
  .grid-cols-md-111 {
    grid-template-columns: repeat(111, 1fr);
  }
  .gap-md-111 {
    gap: 111px;
  }
  .gap-x-md-111 {
    -moz-column-gap: 111px;
         column-gap: 111px;
  }
  .gap-y-md-111 {
    row-gap: 111px;
  }
  .rounded-md-111 {
    border-radius: 111px;
  }
  .mb-md-111 {
    margin-bottom: 111px;
  }
  .mt-md-111 {
    margin-top: 111px;
  }
  .mr-md-111 {
    margin-right: 111px;
  }
  .ml-md-111 {
    margin-left: 111px;
  }
  .mx-md-111 {
    margin-right: 111px;
    margin-left: 111px;
  }
  .my-md-111 {
    margin-top: 111px;
    margin-bottom: 111px;
  }
  .p-md-111 {
    padding: 111px;
  }
  .px-md-111 {
    padding-right: 111px;
    padding-left: 111px;
  }
  .py-md-111 {
    padding-top: 111px;
    padding-bottom: 111px;
  }
  .pr-md-111 {
    padding-right: 111px;
  }
  .pl-md-111 {
    padding-left: 111px;
  }
  .pt-md-111 {
    padding-top: 111px;
  }
  .pb-md-111 {
    padding-bottom: 111px;
  }
  .fs-md-111 {
    font-size: 111px;
  }
  .w-md-111 {
    width: 111px;
  }
  .h-md-111 {
    height: 111px;
  }
}
@media (min-width: 992px) {
  .lh-lg-111 {
    line-height: 111px;
  }
  .line-height-lg-111 {
    line-height: 111px;
  }
  .grid-cols-lg-111 {
    grid-template-columns: repeat(111, 1fr);
  }
  .gap-lg-111 {
    gap: 111px;
  }
  .gap-x-lg-111 {
    -moz-column-gap: 111px;
         column-gap: 111px;
  }
  .gap-y-lg-111 {
    row-gap: 111px;
  }
  .rounded-lg-111 {
    border-radius: 111px;
  }
  .mb-lg-111 {
    margin-bottom: 111px;
  }
  .mt-lg-111 {
    margin-top: 111px;
  }
  .mr-lg-111 {
    margin-right: 111px;
  }
  .ml-lg-111 {
    margin-left: 111px;
  }
  .mx-lg-111 {
    margin-right: 111px;
    margin-left: 111px;
  }
  .my-lg-111 {
    margin-top: 111px;
    margin-bottom: 111px;
  }
  .p-lg-111 {
    padding: 111px;
  }
  .px-lg-111 {
    padding-right: 111px;
    padding-left: 111px;
  }
  .py-lg-111 {
    padding-top: 111px;
    padding-bottom: 111px;
  }
  .pr-lg-111 {
    padding-right: 111px;
  }
  .pl-lg-111 {
    padding-left: 111px;
  }
  .pt-lg-111 {
    padding-top: 111px;
  }
  .pb-lg-111 {
    padding-bottom: 111px;
  }
  .fs-lg-111 {
    font-size: 111px;
  }
  .w-lg-111 {
    width: 111px;
  }
  .h-lg-111 {
    height: 111px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-111 {
    line-height: 111px;
  }
  .line-height-xl-111 {
    line-height: 111px;
  }
  .grid-cols-xl-111 {
    grid-template-columns: repeat(111, 1fr);
  }
  .gap-xl-111 {
    gap: 111px;
  }
  .gap-x-xl-111 {
    -moz-column-gap: 111px;
         column-gap: 111px;
  }
  .gap-y-xl-111 {
    row-gap: 111px;
  }
  .rounded-xl-111 {
    border-radius: 111px;
  }
  .mb-xl-111 {
    margin-bottom: 111px;
  }
  .mt-xl-111 {
    margin-top: 111px;
  }
  .mr-xl-111 {
    margin-right: 111px;
  }
  .ml-xl-111 {
    margin-left: 111px;
  }
  .mx-xl-111 {
    margin-right: 111px;
    margin-left: 111px;
  }
  .my-xl-111 {
    margin-top: 111px;
    margin-bottom: 111px;
  }
  .p-xl-111 {
    padding: 111px;
  }
  .px-xl-111 {
    padding-right: 111px;
    padding-left: 111px;
  }
  .py-xl-111 {
    padding-top: 111px;
    padding-bottom: 111px;
  }
  .pr-xl-111 {
    padding-right: 111px;
  }
  .pl-xl-111 {
    padding-left: 111px;
  }
  .pt-xl-111 {
    padding-top: 111px;
  }
  .pb-xl-111 {
    padding-bottom: 111px;
  }
  .fs-xl-111 {
    font-size: 111px;
  }
  .w-xl-111 {
    width: 111px;
  }
  .h-xl-111 {
    height: 111px;
  }
}
.lh-112 {
  line-height: 112px;
}

.grid-cols-112 {
  grid-template-columns: repeat(112, 1fr);
}

.line-height-112 {
  line-height: 112px;
}

.gap-112 {
  gap: 112px;
}

.gap-x-112 {
  -moz-column-gap: 112px;
       column-gap: 112px;
}

.gap-y-112 {
  row-gap: 112px;
}

.rounded-112 {
  border-radius: 112px;
}

.mb-112 {
  margin-bottom: 112px;
}

.mt-112 {
  margin-top: 112px;
}

.mr-112 {
  margin-right: 112px;
}

.ml-112 {
  margin-left: 112px;
}

.mx-112 {
  margin-right: 112px;
  margin-left: 112px;
}

.my-112 {
  margin-top: 112px;
  margin-bottom: 112px;
}

.p-112 {
  padding: 112px;
}

.px-112 {
  padding-right: 112px;
  padding-left: 112px;
}

.py-112 {
  padding-top: 112px;
  padding-bottom: 112px;
}

.pr-112 {
  padding-right: 112px;
}

.pl-112 {
  padding-left: 112px;
}

.pt-112 {
  padding-top: 112px;
}

.pb-112 {
  padding-bottom: 112px;
}

.fs-112 {
  font-size: 112px;
}

.w-112 {
  width: 112px;
}

.h-112 {
  height: 112px;
}

@media (min-width: 576px) {
  .lh-sm-112 {
    line-height: 112px;
  }
  .line-height-sm-112 {
    line-height: 112px;
  }
  .grid-cols-sm-112 {
    grid-template-columns: repeat(112, 1fr);
  }
  .gap-sm-112 {
    gap: 112px;
  }
  .gap-x-sm-112 {
    -moz-column-gap: 112px;
         column-gap: 112px;
  }
  .gap-y-sm-112 {
    row-gap: 112px;
  }
  .rounded-sm-112 {
    border-radius: 112px;
  }
  .mb-sm-112 {
    margin-bottom: 112px;
  }
  .mt-sm-112 {
    margin-top: 112px;
  }
  .mr-sm-112 {
    margin-right: 112px;
  }
  .ml-sm-112 {
    margin-left: 112px;
  }
  .mx-sm-112 {
    margin-right: 112px;
    margin-left: 112px;
  }
  .my-sm-112 {
    margin-top: 112px;
    margin-bottom: 112px;
  }
  .p-sm-112 {
    padding: 112px;
  }
  .px-sm-112 {
    padding-right: 112px;
    padding-left: 112px;
  }
  .py-sm-112 {
    padding-top: 112px;
    padding-bottom: 112px;
  }
  .pr-sm-112 {
    padding-right: 112px;
  }
  .pl-sm-112 {
    padding-left: 112px;
  }
  .pt-sm-112 {
    padding-top: 112px;
  }
  .pb-sm-112 {
    padding-bottom: 112px;
  }
  .fs-sm-112 {
    font-size: 112px;
  }
  .w-sm-112 {
    width: 112px;
  }
  .h-sm-112 {
    height: 112px;
  }
}
@media (min-width: 768px) {
  .lh-md-112 {
    line-height: 112px;
  }
  .line-height-md-112 {
    line-height: 112px;
  }
  .grid-cols-md-112 {
    grid-template-columns: repeat(112, 1fr);
  }
  .gap-md-112 {
    gap: 112px;
  }
  .gap-x-md-112 {
    -moz-column-gap: 112px;
         column-gap: 112px;
  }
  .gap-y-md-112 {
    row-gap: 112px;
  }
  .rounded-md-112 {
    border-radius: 112px;
  }
  .mb-md-112 {
    margin-bottom: 112px;
  }
  .mt-md-112 {
    margin-top: 112px;
  }
  .mr-md-112 {
    margin-right: 112px;
  }
  .ml-md-112 {
    margin-left: 112px;
  }
  .mx-md-112 {
    margin-right: 112px;
    margin-left: 112px;
  }
  .my-md-112 {
    margin-top: 112px;
    margin-bottom: 112px;
  }
  .p-md-112 {
    padding: 112px;
  }
  .px-md-112 {
    padding-right: 112px;
    padding-left: 112px;
  }
  .py-md-112 {
    padding-top: 112px;
    padding-bottom: 112px;
  }
  .pr-md-112 {
    padding-right: 112px;
  }
  .pl-md-112 {
    padding-left: 112px;
  }
  .pt-md-112 {
    padding-top: 112px;
  }
  .pb-md-112 {
    padding-bottom: 112px;
  }
  .fs-md-112 {
    font-size: 112px;
  }
  .w-md-112 {
    width: 112px;
  }
  .h-md-112 {
    height: 112px;
  }
}
@media (min-width: 992px) {
  .lh-lg-112 {
    line-height: 112px;
  }
  .line-height-lg-112 {
    line-height: 112px;
  }
  .grid-cols-lg-112 {
    grid-template-columns: repeat(112, 1fr);
  }
  .gap-lg-112 {
    gap: 112px;
  }
  .gap-x-lg-112 {
    -moz-column-gap: 112px;
         column-gap: 112px;
  }
  .gap-y-lg-112 {
    row-gap: 112px;
  }
  .rounded-lg-112 {
    border-radius: 112px;
  }
  .mb-lg-112 {
    margin-bottom: 112px;
  }
  .mt-lg-112 {
    margin-top: 112px;
  }
  .mr-lg-112 {
    margin-right: 112px;
  }
  .ml-lg-112 {
    margin-left: 112px;
  }
  .mx-lg-112 {
    margin-right: 112px;
    margin-left: 112px;
  }
  .my-lg-112 {
    margin-top: 112px;
    margin-bottom: 112px;
  }
  .p-lg-112 {
    padding: 112px;
  }
  .px-lg-112 {
    padding-right: 112px;
    padding-left: 112px;
  }
  .py-lg-112 {
    padding-top: 112px;
    padding-bottom: 112px;
  }
  .pr-lg-112 {
    padding-right: 112px;
  }
  .pl-lg-112 {
    padding-left: 112px;
  }
  .pt-lg-112 {
    padding-top: 112px;
  }
  .pb-lg-112 {
    padding-bottom: 112px;
  }
  .fs-lg-112 {
    font-size: 112px;
  }
  .w-lg-112 {
    width: 112px;
  }
  .h-lg-112 {
    height: 112px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-112 {
    line-height: 112px;
  }
  .line-height-xl-112 {
    line-height: 112px;
  }
  .grid-cols-xl-112 {
    grid-template-columns: repeat(112, 1fr);
  }
  .gap-xl-112 {
    gap: 112px;
  }
  .gap-x-xl-112 {
    -moz-column-gap: 112px;
         column-gap: 112px;
  }
  .gap-y-xl-112 {
    row-gap: 112px;
  }
  .rounded-xl-112 {
    border-radius: 112px;
  }
  .mb-xl-112 {
    margin-bottom: 112px;
  }
  .mt-xl-112 {
    margin-top: 112px;
  }
  .mr-xl-112 {
    margin-right: 112px;
  }
  .ml-xl-112 {
    margin-left: 112px;
  }
  .mx-xl-112 {
    margin-right: 112px;
    margin-left: 112px;
  }
  .my-xl-112 {
    margin-top: 112px;
    margin-bottom: 112px;
  }
  .p-xl-112 {
    padding: 112px;
  }
  .px-xl-112 {
    padding-right: 112px;
    padding-left: 112px;
  }
  .py-xl-112 {
    padding-top: 112px;
    padding-bottom: 112px;
  }
  .pr-xl-112 {
    padding-right: 112px;
  }
  .pl-xl-112 {
    padding-left: 112px;
  }
  .pt-xl-112 {
    padding-top: 112px;
  }
  .pb-xl-112 {
    padding-bottom: 112px;
  }
  .fs-xl-112 {
    font-size: 112px;
  }
  .w-xl-112 {
    width: 112px;
  }
  .h-xl-112 {
    height: 112px;
  }
}
.lh-113 {
  line-height: 113px;
}

.grid-cols-113 {
  grid-template-columns: repeat(113, 1fr);
}

.line-height-113 {
  line-height: 113px;
}

.gap-113 {
  gap: 113px;
}

.gap-x-113 {
  -moz-column-gap: 113px;
       column-gap: 113px;
}

.gap-y-113 {
  row-gap: 113px;
}

.rounded-113 {
  border-radius: 113px;
}

.mb-113 {
  margin-bottom: 113px;
}

.mt-113 {
  margin-top: 113px;
}

.mr-113 {
  margin-right: 113px;
}

.ml-113 {
  margin-left: 113px;
}

.mx-113 {
  margin-right: 113px;
  margin-left: 113px;
}

.my-113 {
  margin-top: 113px;
  margin-bottom: 113px;
}

.p-113 {
  padding: 113px;
}

.px-113 {
  padding-right: 113px;
  padding-left: 113px;
}

.py-113 {
  padding-top: 113px;
  padding-bottom: 113px;
}

.pr-113 {
  padding-right: 113px;
}

.pl-113 {
  padding-left: 113px;
}

.pt-113 {
  padding-top: 113px;
}

.pb-113 {
  padding-bottom: 113px;
}

.fs-113 {
  font-size: 113px;
}

.w-113 {
  width: 113px;
}

.h-113 {
  height: 113px;
}

@media (min-width: 576px) {
  .lh-sm-113 {
    line-height: 113px;
  }
  .line-height-sm-113 {
    line-height: 113px;
  }
  .grid-cols-sm-113 {
    grid-template-columns: repeat(113, 1fr);
  }
  .gap-sm-113 {
    gap: 113px;
  }
  .gap-x-sm-113 {
    -moz-column-gap: 113px;
         column-gap: 113px;
  }
  .gap-y-sm-113 {
    row-gap: 113px;
  }
  .rounded-sm-113 {
    border-radius: 113px;
  }
  .mb-sm-113 {
    margin-bottom: 113px;
  }
  .mt-sm-113 {
    margin-top: 113px;
  }
  .mr-sm-113 {
    margin-right: 113px;
  }
  .ml-sm-113 {
    margin-left: 113px;
  }
  .mx-sm-113 {
    margin-right: 113px;
    margin-left: 113px;
  }
  .my-sm-113 {
    margin-top: 113px;
    margin-bottom: 113px;
  }
  .p-sm-113 {
    padding: 113px;
  }
  .px-sm-113 {
    padding-right: 113px;
    padding-left: 113px;
  }
  .py-sm-113 {
    padding-top: 113px;
    padding-bottom: 113px;
  }
  .pr-sm-113 {
    padding-right: 113px;
  }
  .pl-sm-113 {
    padding-left: 113px;
  }
  .pt-sm-113 {
    padding-top: 113px;
  }
  .pb-sm-113 {
    padding-bottom: 113px;
  }
  .fs-sm-113 {
    font-size: 113px;
  }
  .w-sm-113 {
    width: 113px;
  }
  .h-sm-113 {
    height: 113px;
  }
}
@media (min-width: 768px) {
  .lh-md-113 {
    line-height: 113px;
  }
  .line-height-md-113 {
    line-height: 113px;
  }
  .grid-cols-md-113 {
    grid-template-columns: repeat(113, 1fr);
  }
  .gap-md-113 {
    gap: 113px;
  }
  .gap-x-md-113 {
    -moz-column-gap: 113px;
         column-gap: 113px;
  }
  .gap-y-md-113 {
    row-gap: 113px;
  }
  .rounded-md-113 {
    border-radius: 113px;
  }
  .mb-md-113 {
    margin-bottom: 113px;
  }
  .mt-md-113 {
    margin-top: 113px;
  }
  .mr-md-113 {
    margin-right: 113px;
  }
  .ml-md-113 {
    margin-left: 113px;
  }
  .mx-md-113 {
    margin-right: 113px;
    margin-left: 113px;
  }
  .my-md-113 {
    margin-top: 113px;
    margin-bottom: 113px;
  }
  .p-md-113 {
    padding: 113px;
  }
  .px-md-113 {
    padding-right: 113px;
    padding-left: 113px;
  }
  .py-md-113 {
    padding-top: 113px;
    padding-bottom: 113px;
  }
  .pr-md-113 {
    padding-right: 113px;
  }
  .pl-md-113 {
    padding-left: 113px;
  }
  .pt-md-113 {
    padding-top: 113px;
  }
  .pb-md-113 {
    padding-bottom: 113px;
  }
  .fs-md-113 {
    font-size: 113px;
  }
  .w-md-113 {
    width: 113px;
  }
  .h-md-113 {
    height: 113px;
  }
}
@media (min-width: 992px) {
  .lh-lg-113 {
    line-height: 113px;
  }
  .line-height-lg-113 {
    line-height: 113px;
  }
  .grid-cols-lg-113 {
    grid-template-columns: repeat(113, 1fr);
  }
  .gap-lg-113 {
    gap: 113px;
  }
  .gap-x-lg-113 {
    -moz-column-gap: 113px;
         column-gap: 113px;
  }
  .gap-y-lg-113 {
    row-gap: 113px;
  }
  .rounded-lg-113 {
    border-radius: 113px;
  }
  .mb-lg-113 {
    margin-bottom: 113px;
  }
  .mt-lg-113 {
    margin-top: 113px;
  }
  .mr-lg-113 {
    margin-right: 113px;
  }
  .ml-lg-113 {
    margin-left: 113px;
  }
  .mx-lg-113 {
    margin-right: 113px;
    margin-left: 113px;
  }
  .my-lg-113 {
    margin-top: 113px;
    margin-bottom: 113px;
  }
  .p-lg-113 {
    padding: 113px;
  }
  .px-lg-113 {
    padding-right: 113px;
    padding-left: 113px;
  }
  .py-lg-113 {
    padding-top: 113px;
    padding-bottom: 113px;
  }
  .pr-lg-113 {
    padding-right: 113px;
  }
  .pl-lg-113 {
    padding-left: 113px;
  }
  .pt-lg-113 {
    padding-top: 113px;
  }
  .pb-lg-113 {
    padding-bottom: 113px;
  }
  .fs-lg-113 {
    font-size: 113px;
  }
  .w-lg-113 {
    width: 113px;
  }
  .h-lg-113 {
    height: 113px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-113 {
    line-height: 113px;
  }
  .line-height-xl-113 {
    line-height: 113px;
  }
  .grid-cols-xl-113 {
    grid-template-columns: repeat(113, 1fr);
  }
  .gap-xl-113 {
    gap: 113px;
  }
  .gap-x-xl-113 {
    -moz-column-gap: 113px;
         column-gap: 113px;
  }
  .gap-y-xl-113 {
    row-gap: 113px;
  }
  .rounded-xl-113 {
    border-radius: 113px;
  }
  .mb-xl-113 {
    margin-bottom: 113px;
  }
  .mt-xl-113 {
    margin-top: 113px;
  }
  .mr-xl-113 {
    margin-right: 113px;
  }
  .ml-xl-113 {
    margin-left: 113px;
  }
  .mx-xl-113 {
    margin-right: 113px;
    margin-left: 113px;
  }
  .my-xl-113 {
    margin-top: 113px;
    margin-bottom: 113px;
  }
  .p-xl-113 {
    padding: 113px;
  }
  .px-xl-113 {
    padding-right: 113px;
    padding-left: 113px;
  }
  .py-xl-113 {
    padding-top: 113px;
    padding-bottom: 113px;
  }
  .pr-xl-113 {
    padding-right: 113px;
  }
  .pl-xl-113 {
    padding-left: 113px;
  }
  .pt-xl-113 {
    padding-top: 113px;
  }
  .pb-xl-113 {
    padding-bottom: 113px;
  }
  .fs-xl-113 {
    font-size: 113px;
  }
  .w-xl-113 {
    width: 113px;
  }
  .h-xl-113 {
    height: 113px;
  }
}
.lh-114 {
  line-height: 114px;
}

.grid-cols-114 {
  grid-template-columns: repeat(114, 1fr);
}

.line-height-114 {
  line-height: 114px;
}

.gap-114 {
  gap: 114px;
}

.gap-x-114 {
  -moz-column-gap: 114px;
       column-gap: 114px;
}

.gap-y-114 {
  row-gap: 114px;
}

.rounded-114 {
  border-radius: 114px;
}

.mb-114 {
  margin-bottom: 114px;
}

.mt-114 {
  margin-top: 114px;
}

.mr-114 {
  margin-right: 114px;
}

.ml-114 {
  margin-left: 114px;
}

.mx-114 {
  margin-right: 114px;
  margin-left: 114px;
}

.my-114 {
  margin-top: 114px;
  margin-bottom: 114px;
}

.p-114 {
  padding: 114px;
}

.px-114 {
  padding-right: 114px;
  padding-left: 114px;
}

.py-114 {
  padding-top: 114px;
  padding-bottom: 114px;
}

.pr-114 {
  padding-right: 114px;
}

.pl-114 {
  padding-left: 114px;
}

.pt-114 {
  padding-top: 114px;
}

.pb-114 {
  padding-bottom: 114px;
}

.fs-114 {
  font-size: 114px;
}

.w-114 {
  width: 114px;
}

.h-114 {
  height: 114px;
}

@media (min-width: 576px) {
  .lh-sm-114 {
    line-height: 114px;
  }
  .line-height-sm-114 {
    line-height: 114px;
  }
  .grid-cols-sm-114 {
    grid-template-columns: repeat(114, 1fr);
  }
  .gap-sm-114 {
    gap: 114px;
  }
  .gap-x-sm-114 {
    -moz-column-gap: 114px;
         column-gap: 114px;
  }
  .gap-y-sm-114 {
    row-gap: 114px;
  }
  .rounded-sm-114 {
    border-radius: 114px;
  }
  .mb-sm-114 {
    margin-bottom: 114px;
  }
  .mt-sm-114 {
    margin-top: 114px;
  }
  .mr-sm-114 {
    margin-right: 114px;
  }
  .ml-sm-114 {
    margin-left: 114px;
  }
  .mx-sm-114 {
    margin-right: 114px;
    margin-left: 114px;
  }
  .my-sm-114 {
    margin-top: 114px;
    margin-bottom: 114px;
  }
  .p-sm-114 {
    padding: 114px;
  }
  .px-sm-114 {
    padding-right: 114px;
    padding-left: 114px;
  }
  .py-sm-114 {
    padding-top: 114px;
    padding-bottom: 114px;
  }
  .pr-sm-114 {
    padding-right: 114px;
  }
  .pl-sm-114 {
    padding-left: 114px;
  }
  .pt-sm-114 {
    padding-top: 114px;
  }
  .pb-sm-114 {
    padding-bottom: 114px;
  }
  .fs-sm-114 {
    font-size: 114px;
  }
  .w-sm-114 {
    width: 114px;
  }
  .h-sm-114 {
    height: 114px;
  }
}
@media (min-width: 768px) {
  .lh-md-114 {
    line-height: 114px;
  }
  .line-height-md-114 {
    line-height: 114px;
  }
  .grid-cols-md-114 {
    grid-template-columns: repeat(114, 1fr);
  }
  .gap-md-114 {
    gap: 114px;
  }
  .gap-x-md-114 {
    -moz-column-gap: 114px;
         column-gap: 114px;
  }
  .gap-y-md-114 {
    row-gap: 114px;
  }
  .rounded-md-114 {
    border-radius: 114px;
  }
  .mb-md-114 {
    margin-bottom: 114px;
  }
  .mt-md-114 {
    margin-top: 114px;
  }
  .mr-md-114 {
    margin-right: 114px;
  }
  .ml-md-114 {
    margin-left: 114px;
  }
  .mx-md-114 {
    margin-right: 114px;
    margin-left: 114px;
  }
  .my-md-114 {
    margin-top: 114px;
    margin-bottom: 114px;
  }
  .p-md-114 {
    padding: 114px;
  }
  .px-md-114 {
    padding-right: 114px;
    padding-left: 114px;
  }
  .py-md-114 {
    padding-top: 114px;
    padding-bottom: 114px;
  }
  .pr-md-114 {
    padding-right: 114px;
  }
  .pl-md-114 {
    padding-left: 114px;
  }
  .pt-md-114 {
    padding-top: 114px;
  }
  .pb-md-114 {
    padding-bottom: 114px;
  }
  .fs-md-114 {
    font-size: 114px;
  }
  .w-md-114 {
    width: 114px;
  }
  .h-md-114 {
    height: 114px;
  }
}
@media (min-width: 992px) {
  .lh-lg-114 {
    line-height: 114px;
  }
  .line-height-lg-114 {
    line-height: 114px;
  }
  .grid-cols-lg-114 {
    grid-template-columns: repeat(114, 1fr);
  }
  .gap-lg-114 {
    gap: 114px;
  }
  .gap-x-lg-114 {
    -moz-column-gap: 114px;
         column-gap: 114px;
  }
  .gap-y-lg-114 {
    row-gap: 114px;
  }
  .rounded-lg-114 {
    border-radius: 114px;
  }
  .mb-lg-114 {
    margin-bottom: 114px;
  }
  .mt-lg-114 {
    margin-top: 114px;
  }
  .mr-lg-114 {
    margin-right: 114px;
  }
  .ml-lg-114 {
    margin-left: 114px;
  }
  .mx-lg-114 {
    margin-right: 114px;
    margin-left: 114px;
  }
  .my-lg-114 {
    margin-top: 114px;
    margin-bottom: 114px;
  }
  .p-lg-114 {
    padding: 114px;
  }
  .px-lg-114 {
    padding-right: 114px;
    padding-left: 114px;
  }
  .py-lg-114 {
    padding-top: 114px;
    padding-bottom: 114px;
  }
  .pr-lg-114 {
    padding-right: 114px;
  }
  .pl-lg-114 {
    padding-left: 114px;
  }
  .pt-lg-114 {
    padding-top: 114px;
  }
  .pb-lg-114 {
    padding-bottom: 114px;
  }
  .fs-lg-114 {
    font-size: 114px;
  }
  .w-lg-114 {
    width: 114px;
  }
  .h-lg-114 {
    height: 114px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-114 {
    line-height: 114px;
  }
  .line-height-xl-114 {
    line-height: 114px;
  }
  .grid-cols-xl-114 {
    grid-template-columns: repeat(114, 1fr);
  }
  .gap-xl-114 {
    gap: 114px;
  }
  .gap-x-xl-114 {
    -moz-column-gap: 114px;
         column-gap: 114px;
  }
  .gap-y-xl-114 {
    row-gap: 114px;
  }
  .rounded-xl-114 {
    border-radius: 114px;
  }
  .mb-xl-114 {
    margin-bottom: 114px;
  }
  .mt-xl-114 {
    margin-top: 114px;
  }
  .mr-xl-114 {
    margin-right: 114px;
  }
  .ml-xl-114 {
    margin-left: 114px;
  }
  .mx-xl-114 {
    margin-right: 114px;
    margin-left: 114px;
  }
  .my-xl-114 {
    margin-top: 114px;
    margin-bottom: 114px;
  }
  .p-xl-114 {
    padding: 114px;
  }
  .px-xl-114 {
    padding-right: 114px;
    padding-left: 114px;
  }
  .py-xl-114 {
    padding-top: 114px;
    padding-bottom: 114px;
  }
  .pr-xl-114 {
    padding-right: 114px;
  }
  .pl-xl-114 {
    padding-left: 114px;
  }
  .pt-xl-114 {
    padding-top: 114px;
  }
  .pb-xl-114 {
    padding-bottom: 114px;
  }
  .fs-xl-114 {
    font-size: 114px;
  }
  .w-xl-114 {
    width: 114px;
  }
  .h-xl-114 {
    height: 114px;
  }
}
.lh-115 {
  line-height: 115px;
}

.grid-cols-115 {
  grid-template-columns: repeat(115, 1fr);
}

.line-height-115 {
  line-height: 115px;
}

.gap-115 {
  gap: 115px;
}

.gap-x-115 {
  -moz-column-gap: 115px;
       column-gap: 115px;
}

.gap-y-115 {
  row-gap: 115px;
}

.rounded-115 {
  border-radius: 115px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mt-115 {
  margin-top: 115px;
}

.mr-115 {
  margin-right: 115px;
}

.ml-115 {
  margin-left: 115px;
}

.mx-115 {
  margin-right: 115px;
  margin-left: 115px;
}

.my-115 {
  margin-top: 115px;
  margin-bottom: 115px;
}

.p-115 {
  padding: 115px;
}

.px-115 {
  padding-right: 115px;
  padding-left: 115px;
}

.py-115 {
  padding-top: 115px;
  padding-bottom: 115px;
}

.pr-115 {
  padding-right: 115px;
}

.pl-115 {
  padding-left: 115px;
}

.pt-115 {
  padding-top: 115px;
}

.pb-115 {
  padding-bottom: 115px;
}

.fs-115 {
  font-size: 115px;
}

.w-115 {
  width: 115px;
}

.h-115 {
  height: 115px;
}

@media (min-width: 576px) {
  .lh-sm-115 {
    line-height: 115px;
  }
  .line-height-sm-115 {
    line-height: 115px;
  }
  .grid-cols-sm-115 {
    grid-template-columns: repeat(115, 1fr);
  }
  .gap-sm-115 {
    gap: 115px;
  }
  .gap-x-sm-115 {
    -moz-column-gap: 115px;
         column-gap: 115px;
  }
  .gap-y-sm-115 {
    row-gap: 115px;
  }
  .rounded-sm-115 {
    border-radius: 115px;
  }
  .mb-sm-115 {
    margin-bottom: 115px;
  }
  .mt-sm-115 {
    margin-top: 115px;
  }
  .mr-sm-115 {
    margin-right: 115px;
  }
  .ml-sm-115 {
    margin-left: 115px;
  }
  .mx-sm-115 {
    margin-right: 115px;
    margin-left: 115px;
  }
  .my-sm-115 {
    margin-top: 115px;
    margin-bottom: 115px;
  }
  .p-sm-115 {
    padding: 115px;
  }
  .px-sm-115 {
    padding-right: 115px;
    padding-left: 115px;
  }
  .py-sm-115 {
    padding-top: 115px;
    padding-bottom: 115px;
  }
  .pr-sm-115 {
    padding-right: 115px;
  }
  .pl-sm-115 {
    padding-left: 115px;
  }
  .pt-sm-115 {
    padding-top: 115px;
  }
  .pb-sm-115 {
    padding-bottom: 115px;
  }
  .fs-sm-115 {
    font-size: 115px;
  }
  .w-sm-115 {
    width: 115px;
  }
  .h-sm-115 {
    height: 115px;
  }
}
@media (min-width: 768px) {
  .lh-md-115 {
    line-height: 115px;
  }
  .line-height-md-115 {
    line-height: 115px;
  }
  .grid-cols-md-115 {
    grid-template-columns: repeat(115, 1fr);
  }
  .gap-md-115 {
    gap: 115px;
  }
  .gap-x-md-115 {
    -moz-column-gap: 115px;
         column-gap: 115px;
  }
  .gap-y-md-115 {
    row-gap: 115px;
  }
  .rounded-md-115 {
    border-radius: 115px;
  }
  .mb-md-115 {
    margin-bottom: 115px;
  }
  .mt-md-115 {
    margin-top: 115px;
  }
  .mr-md-115 {
    margin-right: 115px;
  }
  .ml-md-115 {
    margin-left: 115px;
  }
  .mx-md-115 {
    margin-right: 115px;
    margin-left: 115px;
  }
  .my-md-115 {
    margin-top: 115px;
    margin-bottom: 115px;
  }
  .p-md-115 {
    padding: 115px;
  }
  .px-md-115 {
    padding-right: 115px;
    padding-left: 115px;
  }
  .py-md-115 {
    padding-top: 115px;
    padding-bottom: 115px;
  }
  .pr-md-115 {
    padding-right: 115px;
  }
  .pl-md-115 {
    padding-left: 115px;
  }
  .pt-md-115 {
    padding-top: 115px;
  }
  .pb-md-115 {
    padding-bottom: 115px;
  }
  .fs-md-115 {
    font-size: 115px;
  }
  .w-md-115 {
    width: 115px;
  }
  .h-md-115 {
    height: 115px;
  }
}
@media (min-width: 992px) {
  .lh-lg-115 {
    line-height: 115px;
  }
  .line-height-lg-115 {
    line-height: 115px;
  }
  .grid-cols-lg-115 {
    grid-template-columns: repeat(115, 1fr);
  }
  .gap-lg-115 {
    gap: 115px;
  }
  .gap-x-lg-115 {
    -moz-column-gap: 115px;
         column-gap: 115px;
  }
  .gap-y-lg-115 {
    row-gap: 115px;
  }
  .rounded-lg-115 {
    border-radius: 115px;
  }
  .mb-lg-115 {
    margin-bottom: 115px;
  }
  .mt-lg-115 {
    margin-top: 115px;
  }
  .mr-lg-115 {
    margin-right: 115px;
  }
  .ml-lg-115 {
    margin-left: 115px;
  }
  .mx-lg-115 {
    margin-right: 115px;
    margin-left: 115px;
  }
  .my-lg-115 {
    margin-top: 115px;
    margin-bottom: 115px;
  }
  .p-lg-115 {
    padding: 115px;
  }
  .px-lg-115 {
    padding-right: 115px;
    padding-left: 115px;
  }
  .py-lg-115 {
    padding-top: 115px;
    padding-bottom: 115px;
  }
  .pr-lg-115 {
    padding-right: 115px;
  }
  .pl-lg-115 {
    padding-left: 115px;
  }
  .pt-lg-115 {
    padding-top: 115px;
  }
  .pb-lg-115 {
    padding-bottom: 115px;
  }
  .fs-lg-115 {
    font-size: 115px;
  }
  .w-lg-115 {
    width: 115px;
  }
  .h-lg-115 {
    height: 115px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-115 {
    line-height: 115px;
  }
  .line-height-xl-115 {
    line-height: 115px;
  }
  .grid-cols-xl-115 {
    grid-template-columns: repeat(115, 1fr);
  }
  .gap-xl-115 {
    gap: 115px;
  }
  .gap-x-xl-115 {
    -moz-column-gap: 115px;
         column-gap: 115px;
  }
  .gap-y-xl-115 {
    row-gap: 115px;
  }
  .rounded-xl-115 {
    border-radius: 115px;
  }
  .mb-xl-115 {
    margin-bottom: 115px;
  }
  .mt-xl-115 {
    margin-top: 115px;
  }
  .mr-xl-115 {
    margin-right: 115px;
  }
  .ml-xl-115 {
    margin-left: 115px;
  }
  .mx-xl-115 {
    margin-right: 115px;
    margin-left: 115px;
  }
  .my-xl-115 {
    margin-top: 115px;
    margin-bottom: 115px;
  }
  .p-xl-115 {
    padding: 115px;
  }
  .px-xl-115 {
    padding-right: 115px;
    padding-left: 115px;
  }
  .py-xl-115 {
    padding-top: 115px;
    padding-bottom: 115px;
  }
  .pr-xl-115 {
    padding-right: 115px;
  }
  .pl-xl-115 {
    padding-left: 115px;
  }
  .pt-xl-115 {
    padding-top: 115px;
  }
  .pb-xl-115 {
    padding-bottom: 115px;
  }
  .fs-xl-115 {
    font-size: 115px;
  }
  .w-xl-115 {
    width: 115px;
  }
  .h-xl-115 {
    height: 115px;
  }
}
.lh-116 {
  line-height: 116px;
}

.grid-cols-116 {
  grid-template-columns: repeat(116, 1fr);
}

.line-height-116 {
  line-height: 116px;
}

.gap-116 {
  gap: 116px;
}

.gap-x-116 {
  -moz-column-gap: 116px;
       column-gap: 116px;
}

.gap-y-116 {
  row-gap: 116px;
}

.rounded-116 {
  border-radius: 116px;
}

.mb-116 {
  margin-bottom: 116px;
}

.mt-116 {
  margin-top: 116px;
}

.mr-116 {
  margin-right: 116px;
}

.ml-116 {
  margin-left: 116px;
}

.mx-116 {
  margin-right: 116px;
  margin-left: 116px;
}

.my-116 {
  margin-top: 116px;
  margin-bottom: 116px;
}

.p-116 {
  padding: 116px;
}

.px-116 {
  padding-right: 116px;
  padding-left: 116px;
}

.py-116 {
  padding-top: 116px;
  padding-bottom: 116px;
}

.pr-116 {
  padding-right: 116px;
}

.pl-116 {
  padding-left: 116px;
}

.pt-116 {
  padding-top: 116px;
}

.pb-116 {
  padding-bottom: 116px;
}

.fs-116 {
  font-size: 116px;
}

.w-116 {
  width: 116px;
}

.h-116 {
  height: 116px;
}

@media (min-width: 576px) {
  .lh-sm-116 {
    line-height: 116px;
  }
  .line-height-sm-116 {
    line-height: 116px;
  }
  .grid-cols-sm-116 {
    grid-template-columns: repeat(116, 1fr);
  }
  .gap-sm-116 {
    gap: 116px;
  }
  .gap-x-sm-116 {
    -moz-column-gap: 116px;
         column-gap: 116px;
  }
  .gap-y-sm-116 {
    row-gap: 116px;
  }
  .rounded-sm-116 {
    border-radius: 116px;
  }
  .mb-sm-116 {
    margin-bottom: 116px;
  }
  .mt-sm-116 {
    margin-top: 116px;
  }
  .mr-sm-116 {
    margin-right: 116px;
  }
  .ml-sm-116 {
    margin-left: 116px;
  }
  .mx-sm-116 {
    margin-right: 116px;
    margin-left: 116px;
  }
  .my-sm-116 {
    margin-top: 116px;
    margin-bottom: 116px;
  }
  .p-sm-116 {
    padding: 116px;
  }
  .px-sm-116 {
    padding-right: 116px;
    padding-left: 116px;
  }
  .py-sm-116 {
    padding-top: 116px;
    padding-bottom: 116px;
  }
  .pr-sm-116 {
    padding-right: 116px;
  }
  .pl-sm-116 {
    padding-left: 116px;
  }
  .pt-sm-116 {
    padding-top: 116px;
  }
  .pb-sm-116 {
    padding-bottom: 116px;
  }
  .fs-sm-116 {
    font-size: 116px;
  }
  .w-sm-116 {
    width: 116px;
  }
  .h-sm-116 {
    height: 116px;
  }
}
@media (min-width: 768px) {
  .lh-md-116 {
    line-height: 116px;
  }
  .line-height-md-116 {
    line-height: 116px;
  }
  .grid-cols-md-116 {
    grid-template-columns: repeat(116, 1fr);
  }
  .gap-md-116 {
    gap: 116px;
  }
  .gap-x-md-116 {
    -moz-column-gap: 116px;
         column-gap: 116px;
  }
  .gap-y-md-116 {
    row-gap: 116px;
  }
  .rounded-md-116 {
    border-radius: 116px;
  }
  .mb-md-116 {
    margin-bottom: 116px;
  }
  .mt-md-116 {
    margin-top: 116px;
  }
  .mr-md-116 {
    margin-right: 116px;
  }
  .ml-md-116 {
    margin-left: 116px;
  }
  .mx-md-116 {
    margin-right: 116px;
    margin-left: 116px;
  }
  .my-md-116 {
    margin-top: 116px;
    margin-bottom: 116px;
  }
  .p-md-116 {
    padding: 116px;
  }
  .px-md-116 {
    padding-right: 116px;
    padding-left: 116px;
  }
  .py-md-116 {
    padding-top: 116px;
    padding-bottom: 116px;
  }
  .pr-md-116 {
    padding-right: 116px;
  }
  .pl-md-116 {
    padding-left: 116px;
  }
  .pt-md-116 {
    padding-top: 116px;
  }
  .pb-md-116 {
    padding-bottom: 116px;
  }
  .fs-md-116 {
    font-size: 116px;
  }
  .w-md-116 {
    width: 116px;
  }
  .h-md-116 {
    height: 116px;
  }
}
@media (min-width: 992px) {
  .lh-lg-116 {
    line-height: 116px;
  }
  .line-height-lg-116 {
    line-height: 116px;
  }
  .grid-cols-lg-116 {
    grid-template-columns: repeat(116, 1fr);
  }
  .gap-lg-116 {
    gap: 116px;
  }
  .gap-x-lg-116 {
    -moz-column-gap: 116px;
         column-gap: 116px;
  }
  .gap-y-lg-116 {
    row-gap: 116px;
  }
  .rounded-lg-116 {
    border-radius: 116px;
  }
  .mb-lg-116 {
    margin-bottom: 116px;
  }
  .mt-lg-116 {
    margin-top: 116px;
  }
  .mr-lg-116 {
    margin-right: 116px;
  }
  .ml-lg-116 {
    margin-left: 116px;
  }
  .mx-lg-116 {
    margin-right: 116px;
    margin-left: 116px;
  }
  .my-lg-116 {
    margin-top: 116px;
    margin-bottom: 116px;
  }
  .p-lg-116 {
    padding: 116px;
  }
  .px-lg-116 {
    padding-right: 116px;
    padding-left: 116px;
  }
  .py-lg-116 {
    padding-top: 116px;
    padding-bottom: 116px;
  }
  .pr-lg-116 {
    padding-right: 116px;
  }
  .pl-lg-116 {
    padding-left: 116px;
  }
  .pt-lg-116 {
    padding-top: 116px;
  }
  .pb-lg-116 {
    padding-bottom: 116px;
  }
  .fs-lg-116 {
    font-size: 116px;
  }
  .w-lg-116 {
    width: 116px;
  }
  .h-lg-116 {
    height: 116px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-116 {
    line-height: 116px;
  }
  .line-height-xl-116 {
    line-height: 116px;
  }
  .grid-cols-xl-116 {
    grid-template-columns: repeat(116, 1fr);
  }
  .gap-xl-116 {
    gap: 116px;
  }
  .gap-x-xl-116 {
    -moz-column-gap: 116px;
         column-gap: 116px;
  }
  .gap-y-xl-116 {
    row-gap: 116px;
  }
  .rounded-xl-116 {
    border-radius: 116px;
  }
  .mb-xl-116 {
    margin-bottom: 116px;
  }
  .mt-xl-116 {
    margin-top: 116px;
  }
  .mr-xl-116 {
    margin-right: 116px;
  }
  .ml-xl-116 {
    margin-left: 116px;
  }
  .mx-xl-116 {
    margin-right: 116px;
    margin-left: 116px;
  }
  .my-xl-116 {
    margin-top: 116px;
    margin-bottom: 116px;
  }
  .p-xl-116 {
    padding: 116px;
  }
  .px-xl-116 {
    padding-right: 116px;
    padding-left: 116px;
  }
  .py-xl-116 {
    padding-top: 116px;
    padding-bottom: 116px;
  }
  .pr-xl-116 {
    padding-right: 116px;
  }
  .pl-xl-116 {
    padding-left: 116px;
  }
  .pt-xl-116 {
    padding-top: 116px;
  }
  .pb-xl-116 {
    padding-bottom: 116px;
  }
  .fs-xl-116 {
    font-size: 116px;
  }
  .w-xl-116 {
    width: 116px;
  }
  .h-xl-116 {
    height: 116px;
  }
}
.lh-117 {
  line-height: 117px;
}

.grid-cols-117 {
  grid-template-columns: repeat(117, 1fr);
}

.line-height-117 {
  line-height: 117px;
}

.gap-117 {
  gap: 117px;
}

.gap-x-117 {
  -moz-column-gap: 117px;
       column-gap: 117px;
}

.gap-y-117 {
  row-gap: 117px;
}

.rounded-117 {
  border-radius: 117px;
}

.mb-117 {
  margin-bottom: 117px;
}

.mt-117 {
  margin-top: 117px;
}

.mr-117 {
  margin-right: 117px;
}

.ml-117 {
  margin-left: 117px;
}

.mx-117 {
  margin-right: 117px;
  margin-left: 117px;
}

.my-117 {
  margin-top: 117px;
  margin-bottom: 117px;
}

.p-117 {
  padding: 117px;
}

.px-117 {
  padding-right: 117px;
  padding-left: 117px;
}

.py-117 {
  padding-top: 117px;
  padding-bottom: 117px;
}

.pr-117 {
  padding-right: 117px;
}

.pl-117 {
  padding-left: 117px;
}

.pt-117 {
  padding-top: 117px;
}

.pb-117 {
  padding-bottom: 117px;
}

.fs-117 {
  font-size: 117px;
}

.w-117 {
  width: 117px;
}

.h-117 {
  height: 117px;
}

@media (min-width: 576px) {
  .lh-sm-117 {
    line-height: 117px;
  }
  .line-height-sm-117 {
    line-height: 117px;
  }
  .grid-cols-sm-117 {
    grid-template-columns: repeat(117, 1fr);
  }
  .gap-sm-117 {
    gap: 117px;
  }
  .gap-x-sm-117 {
    -moz-column-gap: 117px;
         column-gap: 117px;
  }
  .gap-y-sm-117 {
    row-gap: 117px;
  }
  .rounded-sm-117 {
    border-radius: 117px;
  }
  .mb-sm-117 {
    margin-bottom: 117px;
  }
  .mt-sm-117 {
    margin-top: 117px;
  }
  .mr-sm-117 {
    margin-right: 117px;
  }
  .ml-sm-117 {
    margin-left: 117px;
  }
  .mx-sm-117 {
    margin-right: 117px;
    margin-left: 117px;
  }
  .my-sm-117 {
    margin-top: 117px;
    margin-bottom: 117px;
  }
  .p-sm-117 {
    padding: 117px;
  }
  .px-sm-117 {
    padding-right: 117px;
    padding-left: 117px;
  }
  .py-sm-117 {
    padding-top: 117px;
    padding-bottom: 117px;
  }
  .pr-sm-117 {
    padding-right: 117px;
  }
  .pl-sm-117 {
    padding-left: 117px;
  }
  .pt-sm-117 {
    padding-top: 117px;
  }
  .pb-sm-117 {
    padding-bottom: 117px;
  }
  .fs-sm-117 {
    font-size: 117px;
  }
  .w-sm-117 {
    width: 117px;
  }
  .h-sm-117 {
    height: 117px;
  }
}
@media (min-width: 768px) {
  .lh-md-117 {
    line-height: 117px;
  }
  .line-height-md-117 {
    line-height: 117px;
  }
  .grid-cols-md-117 {
    grid-template-columns: repeat(117, 1fr);
  }
  .gap-md-117 {
    gap: 117px;
  }
  .gap-x-md-117 {
    -moz-column-gap: 117px;
         column-gap: 117px;
  }
  .gap-y-md-117 {
    row-gap: 117px;
  }
  .rounded-md-117 {
    border-radius: 117px;
  }
  .mb-md-117 {
    margin-bottom: 117px;
  }
  .mt-md-117 {
    margin-top: 117px;
  }
  .mr-md-117 {
    margin-right: 117px;
  }
  .ml-md-117 {
    margin-left: 117px;
  }
  .mx-md-117 {
    margin-right: 117px;
    margin-left: 117px;
  }
  .my-md-117 {
    margin-top: 117px;
    margin-bottom: 117px;
  }
  .p-md-117 {
    padding: 117px;
  }
  .px-md-117 {
    padding-right: 117px;
    padding-left: 117px;
  }
  .py-md-117 {
    padding-top: 117px;
    padding-bottom: 117px;
  }
  .pr-md-117 {
    padding-right: 117px;
  }
  .pl-md-117 {
    padding-left: 117px;
  }
  .pt-md-117 {
    padding-top: 117px;
  }
  .pb-md-117 {
    padding-bottom: 117px;
  }
  .fs-md-117 {
    font-size: 117px;
  }
  .w-md-117 {
    width: 117px;
  }
  .h-md-117 {
    height: 117px;
  }
}
@media (min-width: 992px) {
  .lh-lg-117 {
    line-height: 117px;
  }
  .line-height-lg-117 {
    line-height: 117px;
  }
  .grid-cols-lg-117 {
    grid-template-columns: repeat(117, 1fr);
  }
  .gap-lg-117 {
    gap: 117px;
  }
  .gap-x-lg-117 {
    -moz-column-gap: 117px;
         column-gap: 117px;
  }
  .gap-y-lg-117 {
    row-gap: 117px;
  }
  .rounded-lg-117 {
    border-radius: 117px;
  }
  .mb-lg-117 {
    margin-bottom: 117px;
  }
  .mt-lg-117 {
    margin-top: 117px;
  }
  .mr-lg-117 {
    margin-right: 117px;
  }
  .ml-lg-117 {
    margin-left: 117px;
  }
  .mx-lg-117 {
    margin-right: 117px;
    margin-left: 117px;
  }
  .my-lg-117 {
    margin-top: 117px;
    margin-bottom: 117px;
  }
  .p-lg-117 {
    padding: 117px;
  }
  .px-lg-117 {
    padding-right: 117px;
    padding-left: 117px;
  }
  .py-lg-117 {
    padding-top: 117px;
    padding-bottom: 117px;
  }
  .pr-lg-117 {
    padding-right: 117px;
  }
  .pl-lg-117 {
    padding-left: 117px;
  }
  .pt-lg-117 {
    padding-top: 117px;
  }
  .pb-lg-117 {
    padding-bottom: 117px;
  }
  .fs-lg-117 {
    font-size: 117px;
  }
  .w-lg-117 {
    width: 117px;
  }
  .h-lg-117 {
    height: 117px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-117 {
    line-height: 117px;
  }
  .line-height-xl-117 {
    line-height: 117px;
  }
  .grid-cols-xl-117 {
    grid-template-columns: repeat(117, 1fr);
  }
  .gap-xl-117 {
    gap: 117px;
  }
  .gap-x-xl-117 {
    -moz-column-gap: 117px;
         column-gap: 117px;
  }
  .gap-y-xl-117 {
    row-gap: 117px;
  }
  .rounded-xl-117 {
    border-radius: 117px;
  }
  .mb-xl-117 {
    margin-bottom: 117px;
  }
  .mt-xl-117 {
    margin-top: 117px;
  }
  .mr-xl-117 {
    margin-right: 117px;
  }
  .ml-xl-117 {
    margin-left: 117px;
  }
  .mx-xl-117 {
    margin-right: 117px;
    margin-left: 117px;
  }
  .my-xl-117 {
    margin-top: 117px;
    margin-bottom: 117px;
  }
  .p-xl-117 {
    padding: 117px;
  }
  .px-xl-117 {
    padding-right: 117px;
    padding-left: 117px;
  }
  .py-xl-117 {
    padding-top: 117px;
    padding-bottom: 117px;
  }
  .pr-xl-117 {
    padding-right: 117px;
  }
  .pl-xl-117 {
    padding-left: 117px;
  }
  .pt-xl-117 {
    padding-top: 117px;
  }
  .pb-xl-117 {
    padding-bottom: 117px;
  }
  .fs-xl-117 {
    font-size: 117px;
  }
  .w-xl-117 {
    width: 117px;
  }
  .h-xl-117 {
    height: 117px;
  }
}
.lh-118 {
  line-height: 118px;
}

.grid-cols-118 {
  grid-template-columns: repeat(118, 1fr);
}

.line-height-118 {
  line-height: 118px;
}

.gap-118 {
  gap: 118px;
}

.gap-x-118 {
  -moz-column-gap: 118px;
       column-gap: 118px;
}

.gap-y-118 {
  row-gap: 118px;
}

.rounded-118 {
  border-radius: 118px;
}

.mb-118 {
  margin-bottom: 118px;
}

.mt-118 {
  margin-top: 118px;
}

.mr-118 {
  margin-right: 118px;
}

.ml-118 {
  margin-left: 118px;
}

.mx-118 {
  margin-right: 118px;
  margin-left: 118px;
}

.my-118 {
  margin-top: 118px;
  margin-bottom: 118px;
}

.p-118 {
  padding: 118px;
}

.px-118 {
  padding-right: 118px;
  padding-left: 118px;
}

.py-118 {
  padding-top: 118px;
  padding-bottom: 118px;
}

.pr-118 {
  padding-right: 118px;
}

.pl-118 {
  padding-left: 118px;
}

.pt-118 {
  padding-top: 118px;
}

.pb-118 {
  padding-bottom: 118px;
}

.fs-118 {
  font-size: 118px;
}

.w-118 {
  width: 118px;
}

.h-118 {
  height: 118px;
}

@media (min-width: 576px) {
  .lh-sm-118 {
    line-height: 118px;
  }
  .line-height-sm-118 {
    line-height: 118px;
  }
  .grid-cols-sm-118 {
    grid-template-columns: repeat(118, 1fr);
  }
  .gap-sm-118 {
    gap: 118px;
  }
  .gap-x-sm-118 {
    -moz-column-gap: 118px;
         column-gap: 118px;
  }
  .gap-y-sm-118 {
    row-gap: 118px;
  }
  .rounded-sm-118 {
    border-radius: 118px;
  }
  .mb-sm-118 {
    margin-bottom: 118px;
  }
  .mt-sm-118 {
    margin-top: 118px;
  }
  .mr-sm-118 {
    margin-right: 118px;
  }
  .ml-sm-118 {
    margin-left: 118px;
  }
  .mx-sm-118 {
    margin-right: 118px;
    margin-left: 118px;
  }
  .my-sm-118 {
    margin-top: 118px;
    margin-bottom: 118px;
  }
  .p-sm-118 {
    padding: 118px;
  }
  .px-sm-118 {
    padding-right: 118px;
    padding-left: 118px;
  }
  .py-sm-118 {
    padding-top: 118px;
    padding-bottom: 118px;
  }
  .pr-sm-118 {
    padding-right: 118px;
  }
  .pl-sm-118 {
    padding-left: 118px;
  }
  .pt-sm-118 {
    padding-top: 118px;
  }
  .pb-sm-118 {
    padding-bottom: 118px;
  }
  .fs-sm-118 {
    font-size: 118px;
  }
  .w-sm-118 {
    width: 118px;
  }
  .h-sm-118 {
    height: 118px;
  }
}
@media (min-width: 768px) {
  .lh-md-118 {
    line-height: 118px;
  }
  .line-height-md-118 {
    line-height: 118px;
  }
  .grid-cols-md-118 {
    grid-template-columns: repeat(118, 1fr);
  }
  .gap-md-118 {
    gap: 118px;
  }
  .gap-x-md-118 {
    -moz-column-gap: 118px;
         column-gap: 118px;
  }
  .gap-y-md-118 {
    row-gap: 118px;
  }
  .rounded-md-118 {
    border-radius: 118px;
  }
  .mb-md-118 {
    margin-bottom: 118px;
  }
  .mt-md-118 {
    margin-top: 118px;
  }
  .mr-md-118 {
    margin-right: 118px;
  }
  .ml-md-118 {
    margin-left: 118px;
  }
  .mx-md-118 {
    margin-right: 118px;
    margin-left: 118px;
  }
  .my-md-118 {
    margin-top: 118px;
    margin-bottom: 118px;
  }
  .p-md-118 {
    padding: 118px;
  }
  .px-md-118 {
    padding-right: 118px;
    padding-left: 118px;
  }
  .py-md-118 {
    padding-top: 118px;
    padding-bottom: 118px;
  }
  .pr-md-118 {
    padding-right: 118px;
  }
  .pl-md-118 {
    padding-left: 118px;
  }
  .pt-md-118 {
    padding-top: 118px;
  }
  .pb-md-118 {
    padding-bottom: 118px;
  }
  .fs-md-118 {
    font-size: 118px;
  }
  .w-md-118 {
    width: 118px;
  }
  .h-md-118 {
    height: 118px;
  }
}
@media (min-width: 992px) {
  .lh-lg-118 {
    line-height: 118px;
  }
  .line-height-lg-118 {
    line-height: 118px;
  }
  .grid-cols-lg-118 {
    grid-template-columns: repeat(118, 1fr);
  }
  .gap-lg-118 {
    gap: 118px;
  }
  .gap-x-lg-118 {
    -moz-column-gap: 118px;
         column-gap: 118px;
  }
  .gap-y-lg-118 {
    row-gap: 118px;
  }
  .rounded-lg-118 {
    border-radius: 118px;
  }
  .mb-lg-118 {
    margin-bottom: 118px;
  }
  .mt-lg-118 {
    margin-top: 118px;
  }
  .mr-lg-118 {
    margin-right: 118px;
  }
  .ml-lg-118 {
    margin-left: 118px;
  }
  .mx-lg-118 {
    margin-right: 118px;
    margin-left: 118px;
  }
  .my-lg-118 {
    margin-top: 118px;
    margin-bottom: 118px;
  }
  .p-lg-118 {
    padding: 118px;
  }
  .px-lg-118 {
    padding-right: 118px;
    padding-left: 118px;
  }
  .py-lg-118 {
    padding-top: 118px;
    padding-bottom: 118px;
  }
  .pr-lg-118 {
    padding-right: 118px;
  }
  .pl-lg-118 {
    padding-left: 118px;
  }
  .pt-lg-118 {
    padding-top: 118px;
  }
  .pb-lg-118 {
    padding-bottom: 118px;
  }
  .fs-lg-118 {
    font-size: 118px;
  }
  .w-lg-118 {
    width: 118px;
  }
  .h-lg-118 {
    height: 118px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-118 {
    line-height: 118px;
  }
  .line-height-xl-118 {
    line-height: 118px;
  }
  .grid-cols-xl-118 {
    grid-template-columns: repeat(118, 1fr);
  }
  .gap-xl-118 {
    gap: 118px;
  }
  .gap-x-xl-118 {
    -moz-column-gap: 118px;
         column-gap: 118px;
  }
  .gap-y-xl-118 {
    row-gap: 118px;
  }
  .rounded-xl-118 {
    border-radius: 118px;
  }
  .mb-xl-118 {
    margin-bottom: 118px;
  }
  .mt-xl-118 {
    margin-top: 118px;
  }
  .mr-xl-118 {
    margin-right: 118px;
  }
  .ml-xl-118 {
    margin-left: 118px;
  }
  .mx-xl-118 {
    margin-right: 118px;
    margin-left: 118px;
  }
  .my-xl-118 {
    margin-top: 118px;
    margin-bottom: 118px;
  }
  .p-xl-118 {
    padding: 118px;
  }
  .px-xl-118 {
    padding-right: 118px;
    padding-left: 118px;
  }
  .py-xl-118 {
    padding-top: 118px;
    padding-bottom: 118px;
  }
  .pr-xl-118 {
    padding-right: 118px;
  }
  .pl-xl-118 {
    padding-left: 118px;
  }
  .pt-xl-118 {
    padding-top: 118px;
  }
  .pb-xl-118 {
    padding-bottom: 118px;
  }
  .fs-xl-118 {
    font-size: 118px;
  }
  .w-xl-118 {
    width: 118px;
  }
  .h-xl-118 {
    height: 118px;
  }
}
.lh-119 {
  line-height: 119px;
}

.grid-cols-119 {
  grid-template-columns: repeat(119, 1fr);
}

.line-height-119 {
  line-height: 119px;
}

.gap-119 {
  gap: 119px;
}

.gap-x-119 {
  -moz-column-gap: 119px;
       column-gap: 119px;
}

.gap-y-119 {
  row-gap: 119px;
}

.rounded-119 {
  border-radius: 119px;
}

.mb-119 {
  margin-bottom: 119px;
}

.mt-119 {
  margin-top: 119px;
}

.mr-119 {
  margin-right: 119px;
}

.ml-119 {
  margin-left: 119px;
}

.mx-119 {
  margin-right: 119px;
  margin-left: 119px;
}

.my-119 {
  margin-top: 119px;
  margin-bottom: 119px;
}

.p-119 {
  padding: 119px;
}

.px-119 {
  padding-right: 119px;
  padding-left: 119px;
}

.py-119 {
  padding-top: 119px;
  padding-bottom: 119px;
}

.pr-119 {
  padding-right: 119px;
}

.pl-119 {
  padding-left: 119px;
}

.pt-119 {
  padding-top: 119px;
}

.pb-119 {
  padding-bottom: 119px;
}

.fs-119 {
  font-size: 119px;
}

.w-119 {
  width: 119px;
}

.h-119 {
  height: 119px;
}

@media (min-width: 576px) {
  .lh-sm-119 {
    line-height: 119px;
  }
  .line-height-sm-119 {
    line-height: 119px;
  }
  .grid-cols-sm-119 {
    grid-template-columns: repeat(119, 1fr);
  }
  .gap-sm-119 {
    gap: 119px;
  }
  .gap-x-sm-119 {
    -moz-column-gap: 119px;
         column-gap: 119px;
  }
  .gap-y-sm-119 {
    row-gap: 119px;
  }
  .rounded-sm-119 {
    border-radius: 119px;
  }
  .mb-sm-119 {
    margin-bottom: 119px;
  }
  .mt-sm-119 {
    margin-top: 119px;
  }
  .mr-sm-119 {
    margin-right: 119px;
  }
  .ml-sm-119 {
    margin-left: 119px;
  }
  .mx-sm-119 {
    margin-right: 119px;
    margin-left: 119px;
  }
  .my-sm-119 {
    margin-top: 119px;
    margin-bottom: 119px;
  }
  .p-sm-119 {
    padding: 119px;
  }
  .px-sm-119 {
    padding-right: 119px;
    padding-left: 119px;
  }
  .py-sm-119 {
    padding-top: 119px;
    padding-bottom: 119px;
  }
  .pr-sm-119 {
    padding-right: 119px;
  }
  .pl-sm-119 {
    padding-left: 119px;
  }
  .pt-sm-119 {
    padding-top: 119px;
  }
  .pb-sm-119 {
    padding-bottom: 119px;
  }
  .fs-sm-119 {
    font-size: 119px;
  }
  .w-sm-119 {
    width: 119px;
  }
  .h-sm-119 {
    height: 119px;
  }
}
@media (min-width: 768px) {
  .lh-md-119 {
    line-height: 119px;
  }
  .line-height-md-119 {
    line-height: 119px;
  }
  .grid-cols-md-119 {
    grid-template-columns: repeat(119, 1fr);
  }
  .gap-md-119 {
    gap: 119px;
  }
  .gap-x-md-119 {
    -moz-column-gap: 119px;
         column-gap: 119px;
  }
  .gap-y-md-119 {
    row-gap: 119px;
  }
  .rounded-md-119 {
    border-radius: 119px;
  }
  .mb-md-119 {
    margin-bottom: 119px;
  }
  .mt-md-119 {
    margin-top: 119px;
  }
  .mr-md-119 {
    margin-right: 119px;
  }
  .ml-md-119 {
    margin-left: 119px;
  }
  .mx-md-119 {
    margin-right: 119px;
    margin-left: 119px;
  }
  .my-md-119 {
    margin-top: 119px;
    margin-bottom: 119px;
  }
  .p-md-119 {
    padding: 119px;
  }
  .px-md-119 {
    padding-right: 119px;
    padding-left: 119px;
  }
  .py-md-119 {
    padding-top: 119px;
    padding-bottom: 119px;
  }
  .pr-md-119 {
    padding-right: 119px;
  }
  .pl-md-119 {
    padding-left: 119px;
  }
  .pt-md-119 {
    padding-top: 119px;
  }
  .pb-md-119 {
    padding-bottom: 119px;
  }
  .fs-md-119 {
    font-size: 119px;
  }
  .w-md-119 {
    width: 119px;
  }
  .h-md-119 {
    height: 119px;
  }
}
@media (min-width: 992px) {
  .lh-lg-119 {
    line-height: 119px;
  }
  .line-height-lg-119 {
    line-height: 119px;
  }
  .grid-cols-lg-119 {
    grid-template-columns: repeat(119, 1fr);
  }
  .gap-lg-119 {
    gap: 119px;
  }
  .gap-x-lg-119 {
    -moz-column-gap: 119px;
         column-gap: 119px;
  }
  .gap-y-lg-119 {
    row-gap: 119px;
  }
  .rounded-lg-119 {
    border-radius: 119px;
  }
  .mb-lg-119 {
    margin-bottom: 119px;
  }
  .mt-lg-119 {
    margin-top: 119px;
  }
  .mr-lg-119 {
    margin-right: 119px;
  }
  .ml-lg-119 {
    margin-left: 119px;
  }
  .mx-lg-119 {
    margin-right: 119px;
    margin-left: 119px;
  }
  .my-lg-119 {
    margin-top: 119px;
    margin-bottom: 119px;
  }
  .p-lg-119 {
    padding: 119px;
  }
  .px-lg-119 {
    padding-right: 119px;
    padding-left: 119px;
  }
  .py-lg-119 {
    padding-top: 119px;
    padding-bottom: 119px;
  }
  .pr-lg-119 {
    padding-right: 119px;
  }
  .pl-lg-119 {
    padding-left: 119px;
  }
  .pt-lg-119 {
    padding-top: 119px;
  }
  .pb-lg-119 {
    padding-bottom: 119px;
  }
  .fs-lg-119 {
    font-size: 119px;
  }
  .w-lg-119 {
    width: 119px;
  }
  .h-lg-119 {
    height: 119px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-119 {
    line-height: 119px;
  }
  .line-height-xl-119 {
    line-height: 119px;
  }
  .grid-cols-xl-119 {
    grid-template-columns: repeat(119, 1fr);
  }
  .gap-xl-119 {
    gap: 119px;
  }
  .gap-x-xl-119 {
    -moz-column-gap: 119px;
         column-gap: 119px;
  }
  .gap-y-xl-119 {
    row-gap: 119px;
  }
  .rounded-xl-119 {
    border-radius: 119px;
  }
  .mb-xl-119 {
    margin-bottom: 119px;
  }
  .mt-xl-119 {
    margin-top: 119px;
  }
  .mr-xl-119 {
    margin-right: 119px;
  }
  .ml-xl-119 {
    margin-left: 119px;
  }
  .mx-xl-119 {
    margin-right: 119px;
    margin-left: 119px;
  }
  .my-xl-119 {
    margin-top: 119px;
    margin-bottom: 119px;
  }
  .p-xl-119 {
    padding: 119px;
  }
  .px-xl-119 {
    padding-right: 119px;
    padding-left: 119px;
  }
  .py-xl-119 {
    padding-top: 119px;
    padding-bottom: 119px;
  }
  .pr-xl-119 {
    padding-right: 119px;
  }
  .pl-xl-119 {
    padding-left: 119px;
  }
  .pt-xl-119 {
    padding-top: 119px;
  }
  .pb-xl-119 {
    padding-bottom: 119px;
  }
  .fs-xl-119 {
    font-size: 119px;
  }
  .w-xl-119 {
    width: 119px;
  }
  .h-xl-119 {
    height: 119px;
  }
}
.lh-120 {
  line-height: 120px;
}

.grid-cols-120 {
  grid-template-columns: repeat(120, 1fr);
}

.line-height-120 {
  line-height: 120px;
}

.gap-120 {
  gap: 120px;
}

.gap-x-120 {
  -moz-column-gap: 120px;
       column-gap: 120px;
}

.gap-y-120 {
  row-gap: 120px;
}

.rounded-120 {
  border-radius: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mt-120 {
  margin-top: 120px;
}

.mr-120 {
  margin-right: 120px;
}

.ml-120 {
  margin-left: 120px;
}

.mx-120 {
  margin-right: 120px;
  margin-left: 120px;
}

.my-120 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.p-120 {
  padding: 120px;
}

.px-120 {
  padding-right: 120px;
  padding-left: 120px;
}

.py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.pr-120 {
  padding-right: 120px;
}

.pl-120 {
  padding-left: 120px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.fs-120 {
  font-size: 120px;
}

.w-120 {
  width: 120px;
}

.h-120 {
  height: 120px;
}

@media (min-width: 576px) {
  .lh-sm-120 {
    line-height: 120px;
  }
  .line-height-sm-120 {
    line-height: 120px;
  }
  .grid-cols-sm-120 {
    grid-template-columns: repeat(120, 1fr);
  }
  .gap-sm-120 {
    gap: 120px;
  }
  .gap-x-sm-120 {
    -moz-column-gap: 120px;
         column-gap: 120px;
  }
  .gap-y-sm-120 {
    row-gap: 120px;
  }
  .rounded-sm-120 {
    border-radius: 120px;
  }
  .mb-sm-120 {
    margin-bottom: 120px;
  }
  .mt-sm-120 {
    margin-top: 120px;
  }
  .mr-sm-120 {
    margin-right: 120px;
  }
  .ml-sm-120 {
    margin-left: 120px;
  }
  .mx-sm-120 {
    margin-right: 120px;
    margin-left: 120px;
  }
  .my-sm-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .p-sm-120 {
    padding: 120px;
  }
  .px-sm-120 {
    padding-right: 120px;
    padding-left: 120px;
  }
  .py-sm-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .pr-sm-120 {
    padding-right: 120px;
  }
  .pl-sm-120 {
    padding-left: 120px;
  }
  .pt-sm-120 {
    padding-top: 120px;
  }
  .pb-sm-120 {
    padding-bottom: 120px;
  }
  .fs-sm-120 {
    font-size: 120px;
  }
  .w-sm-120 {
    width: 120px;
  }
  .h-sm-120 {
    height: 120px;
  }
}
@media (min-width: 768px) {
  .lh-md-120 {
    line-height: 120px;
  }
  .line-height-md-120 {
    line-height: 120px;
  }
  .grid-cols-md-120 {
    grid-template-columns: repeat(120, 1fr);
  }
  .gap-md-120 {
    gap: 120px;
  }
  .gap-x-md-120 {
    -moz-column-gap: 120px;
         column-gap: 120px;
  }
  .gap-y-md-120 {
    row-gap: 120px;
  }
  .rounded-md-120 {
    border-radius: 120px;
  }
  .mb-md-120 {
    margin-bottom: 120px;
  }
  .mt-md-120 {
    margin-top: 120px;
  }
  .mr-md-120 {
    margin-right: 120px;
  }
  .ml-md-120 {
    margin-left: 120px;
  }
  .mx-md-120 {
    margin-right: 120px;
    margin-left: 120px;
  }
  .my-md-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .p-md-120 {
    padding: 120px;
  }
  .px-md-120 {
    padding-right: 120px;
    padding-left: 120px;
  }
  .py-md-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .pr-md-120 {
    padding-right: 120px;
  }
  .pl-md-120 {
    padding-left: 120px;
  }
  .pt-md-120 {
    padding-top: 120px;
  }
  .pb-md-120 {
    padding-bottom: 120px;
  }
  .fs-md-120 {
    font-size: 120px;
  }
  .w-md-120 {
    width: 120px;
  }
  .h-md-120 {
    height: 120px;
  }
}
@media (min-width: 992px) {
  .lh-lg-120 {
    line-height: 120px;
  }
  .line-height-lg-120 {
    line-height: 120px;
  }
  .grid-cols-lg-120 {
    grid-template-columns: repeat(120, 1fr);
  }
  .gap-lg-120 {
    gap: 120px;
  }
  .gap-x-lg-120 {
    -moz-column-gap: 120px;
         column-gap: 120px;
  }
  .gap-y-lg-120 {
    row-gap: 120px;
  }
  .rounded-lg-120 {
    border-radius: 120px;
  }
  .mb-lg-120 {
    margin-bottom: 120px;
  }
  .mt-lg-120 {
    margin-top: 120px;
  }
  .mr-lg-120 {
    margin-right: 120px;
  }
  .ml-lg-120 {
    margin-left: 120px;
  }
  .mx-lg-120 {
    margin-right: 120px;
    margin-left: 120px;
  }
  .my-lg-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .p-lg-120 {
    padding: 120px;
  }
  .px-lg-120 {
    padding-right: 120px;
    padding-left: 120px;
  }
  .py-lg-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .pr-lg-120 {
    padding-right: 120px;
  }
  .pl-lg-120 {
    padding-left: 120px;
  }
  .pt-lg-120 {
    padding-top: 120px;
  }
  .pb-lg-120 {
    padding-bottom: 120px;
  }
  .fs-lg-120 {
    font-size: 120px;
  }
  .w-lg-120 {
    width: 120px;
  }
  .h-lg-120 {
    height: 120px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-120 {
    line-height: 120px;
  }
  .line-height-xl-120 {
    line-height: 120px;
  }
  .grid-cols-xl-120 {
    grid-template-columns: repeat(120, 1fr);
  }
  .gap-xl-120 {
    gap: 120px;
  }
  .gap-x-xl-120 {
    -moz-column-gap: 120px;
         column-gap: 120px;
  }
  .gap-y-xl-120 {
    row-gap: 120px;
  }
  .rounded-xl-120 {
    border-radius: 120px;
  }
  .mb-xl-120 {
    margin-bottom: 120px;
  }
  .mt-xl-120 {
    margin-top: 120px;
  }
  .mr-xl-120 {
    margin-right: 120px;
  }
  .ml-xl-120 {
    margin-left: 120px;
  }
  .mx-xl-120 {
    margin-right: 120px;
    margin-left: 120px;
  }
  .my-xl-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .p-xl-120 {
    padding: 120px;
  }
  .px-xl-120 {
    padding-right: 120px;
    padding-left: 120px;
  }
  .py-xl-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .pr-xl-120 {
    padding-right: 120px;
  }
  .pl-xl-120 {
    padding-left: 120px;
  }
  .pt-xl-120 {
    padding-top: 120px;
  }
  .pb-xl-120 {
    padding-bottom: 120px;
  }
  .fs-xl-120 {
    font-size: 120px;
  }
  .w-xl-120 {
    width: 120px;
  }
  .h-xl-120 {
    height: 120px;
  }
}
.lh-121 {
  line-height: 121px;
}

.grid-cols-121 {
  grid-template-columns: repeat(121, 1fr);
}

.line-height-121 {
  line-height: 121px;
}

.gap-121 {
  gap: 121px;
}

.gap-x-121 {
  -moz-column-gap: 121px;
       column-gap: 121px;
}

.gap-y-121 {
  row-gap: 121px;
}

.rounded-121 {
  border-radius: 121px;
}

.mb-121 {
  margin-bottom: 121px;
}

.mt-121 {
  margin-top: 121px;
}

.mr-121 {
  margin-right: 121px;
}

.ml-121 {
  margin-left: 121px;
}

.mx-121 {
  margin-right: 121px;
  margin-left: 121px;
}

.my-121 {
  margin-top: 121px;
  margin-bottom: 121px;
}

.p-121 {
  padding: 121px;
}

.px-121 {
  padding-right: 121px;
  padding-left: 121px;
}

.py-121 {
  padding-top: 121px;
  padding-bottom: 121px;
}

.pr-121 {
  padding-right: 121px;
}

.pl-121 {
  padding-left: 121px;
}

.pt-121 {
  padding-top: 121px;
}

.pb-121 {
  padding-bottom: 121px;
}

.fs-121 {
  font-size: 121px;
}

.w-121 {
  width: 121px;
}

.h-121 {
  height: 121px;
}

@media (min-width: 576px) {
  .lh-sm-121 {
    line-height: 121px;
  }
  .line-height-sm-121 {
    line-height: 121px;
  }
  .grid-cols-sm-121 {
    grid-template-columns: repeat(121, 1fr);
  }
  .gap-sm-121 {
    gap: 121px;
  }
  .gap-x-sm-121 {
    -moz-column-gap: 121px;
         column-gap: 121px;
  }
  .gap-y-sm-121 {
    row-gap: 121px;
  }
  .rounded-sm-121 {
    border-radius: 121px;
  }
  .mb-sm-121 {
    margin-bottom: 121px;
  }
  .mt-sm-121 {
    margin-top: 121px;
  }
  .mr-sm-121 {
    margin-right: 121px;
  }
  .ml-sm-121 {
    margin-left: 121px;
  }
  .mx-sm-121 {
    margin-right: 121px;
    margin-left: 121px;
  }
  .my-sm-121 {
    margin-top: 121px;
    margin-bottom: 121px;
  }
  .p-sm-121 {
    padding: 121px;
  }
  .px-sm-121 {
    padding-right: 121px;
    padding-left: 121px;
  }
  .py-sm-121 {
    padding-top: 121px;
    padding-bottom: 121px;
  }
  .pr-sm-121 {
    padding-right: 121px;
  }
  .pl-sm-121 {
    padding-left: 121px;
  }
  .pt-sm-121 {
    padding-top: 121px;
  }
  .pb-sm-121 {
    padding-bottom: 121px;
  }
  .fs-sm-121 {
    font-size: 121px;
  }
  .w-sm-121 {
    width: 121px;
  }
  .h-sm-121 {
    height: 121px;
  }
}
@media (min-width: 768px) {
  .lh-md-121 {
    line-height: 121px;
  }
  .line-height-md-121 {
    line-height: 121px;
  }
  .grid-cols-md-121 {
    grid-template-columns: repeat(121, 1fr);
  }
  .gap-md-121 {
    gap: 121px;
  }
  .gap-x-md-121 {
    -moz-column-gap: 121px;
         column-gap: 121px;
  }
  .gap-y-md-121 {
    row-gap: 121px;
  }
  .rounded-md-121 {
    border-radius: 121px;
  }
  .mb-md-121 {
    margin-bottom: 121px;
  }
  .mt-md-121 {
    margin-top: 121px;
  }
  .mr-md-121 {
    margin-right: 121px;
  }
  .ml-md-121 {
    margin-left: 121px;
  }
  .mx-md-121 {
    margin-right: 121px;
    margin-left: 121px;
  }
  .my-md-121 {
    margin-top: 121px;
    margin-bottom: 121px;
  }
  .p-md-121 {
    padding: 121px;
  }
  .px-md-121 {
    padding-right: 121px;
    padding-left: 121px;
  }
  .py-md-121 {
    padding-top: 121px;
    padding-bottom: 121px;
  }
  .pr-md-121 {
    padding-right: 121px;
  }
  .pl-md-121 {
    padding-left: 121px;
  }
  .pt-md-121 {
    padding-top: 121px;
  }
  .pb-md-121 {
    padding-bottom: 121px;
  }
  .fs-md-121 {
    font-size: 121px;
  }
  .w-md-121 {
    width: 121px;
  }
  .h-md-121 {
    height: 121px;
  }
}
@media (min-width: 992px) {
  .lh-lg-121 {
    line-height: 121px;
  }
  .line-height-lg-121 {
    line-height: 121px;
  }
  .grid-cols-lg-121 {
    grid-template-columns: repeat(121, 1fr);
  }
  .gap-lg-121 {
    gap: 121px;
  }
  .gap-x-lg-121 {
    -moz-column-gap: 121px;
         column-gap: 121px;
  }
  .gap-y-lg-121 {
    row-gap: 121px;
  }
  .rounded-lg-121 {
    border-radius: 121px;
  }
  .mb-lg-121 {
    margin-bottom: 121px;
  }
  .mt-lg-121 {
    margin-top: 121px;
  }
  .mr-lg-121 {
    margin-right: 121px;
  }
  .ml-lg-121 {
    margin-left: 121px;
  }
  .mx-lg-121 {
    margin-right: 121px;
    margin-left: 121px;
  }
  .my-lg-121 {
    margin-top: 121px;
    margin-bottom: 121px;
  }
  .p-lg-121 {
    padding: 121px;
  }
  .px-lg-121 {
    padding-right: 121px;
    padding-left: 121px;
  }
  .py-lg-121 {
    padding-top: 121px;
    padding-bottom: 121px;
  }
  .pr-lg-121 {
    padding-right: 121px;
  }
  .pl-lg-121 {
    padding-left: 121px;
  }
  .pt-lg-121 {
    padding-top: 121px;
  }
  .pb-lg-121 {
    padding-bottom: 121px;
  }
  .fs-lg-121 {
    font-size: 121px;
  }
  .w-lg-121 {
    width: 121px;
  }
  .h-lg-121 {
    height: 121px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-121 {
    line-height: 121px;
  }
  .line-height-xl-121 {
    line-height: 121px;
  }
  .grid-cols-xl-121 {
    grid-template-columns: repeat(121, 1fr);
  }
  .gap-xl-121 {
    gap: 121px;
  }
  .gap-x-xl-121 {
    -moz-column-gap: 121px;
         column-gap: 121px;
  }
  .gap-y-xl-121 {
    row-gap: 121px;
  }
  .rounded-xl-121 {
    border-radius: 121px;
  }
  .mb-xl-121 {
    margin-bottom: 121px;
  }
  .mt-xl-121 {
    margin-top: 121px;
  }
  .mr-xl-121 {
    margin-right: 121px;
  }
  .ml-xl-121 {
    margin-left: 121px;
  }
  .mx-xl-121 {
    margin-right: 121px;
    margin-left: 121px;
  }
  .my-xl-121 {
    margin-top: 121px;
    margin-bottom: 121px;
  }
  .p-xl-121 {
    padding: 121px;
  }
  .px-xl-121 {
    padding-right: 121px;
    padding-left: 121px;
  }
  .py-xl-121 {
    padding-top: 121px;
    padding-bottom: 121px;
  }
  .pr-xl-121 {
    padding-right: 121px;
  }
  .pl-xl-121 {
    padding-left: 121px;
  }
  .pt-xl-121 {
    padding-top: 121px;
  }
  .pb-xl-121 {
    padding-bottom: 121px;
  }
  .fs-xl-121 {
    font-size: 121px;
  }
  .w-xl-121 {
    width: 121px;
  }
  .h-xl-121 {
    height: 121px;
  }
}
.lh-122 {
  line-height: 122px;
}

.grid-cols-122 {
  grid-template-columns: repeat(122, 1fr);
}

.line-height-122 {
  line-height: 122px;
}

.gap-122 {
  gap: 122px;
}

.gap-x-122 {
  -moz-column-gap: 122px;
       column-gap: 122px;
}

.gap-y-122 {
  row-gap: 122px;
}

.rounded-122 {
  border-radius: 122px;
}

.mb-122 {
  margin-bottom: 122px;
}

.mt-122 {
  margin-top: 122px;
}

.mr-122 {
  margin-right: 122px;
}

.ml-122 {
  margin-left: 122px;
}

.mx-122 {
  margin-right: 122px;
  margin-left: 122px;
}

.my-122 {
  margin-top: 122px;
  margin-bottom: 122px;
}

.p-122 {
  padding: 122px;
}

.px-122 {
  padding-right: 122px;
  padding-left: 122px;
}

.py-122 {
  padding-top: 122px;
  padding-bottom: 122px;
}

.pr-122 {
  padding-right: 122px;
}

.pl-122 {
  padding-left: 122px;
}

.pt-122 {
  padding-top: 122px;
}

.pb-122 {
  padding-bottom: 122px;
}

.fs-122 {
  font-size: 122px;
}

.w-122 {
  width: 122px;
}

.h-122 {
  height: 122px;
}

@media (min-width: 576px) {
  .lh-sm-122 {
    line-height: 122px;
  }
  .line-height-sm-122 {
    line-height: 122px;
  }
  .grid-cols-sm-122 {
    grid-template-columns: repeat(122, 1fr);
  }
  .gap-sm-122 {
    gap: 122px;
  }
  .gap-x-sm-122 {
    -moz-column-gap: 122px;
         column-gap: 122px;
  }
  .gap-y-sm-122 {
    row-gap: 122px;
  }
  .rounded-sm-122 {
    border-radius: 122px;
  }
  .mb-sm-122 {
    margin-bottom: 122px;
  }
  .mt-sm-122 {
    margin-top: 122px;
  }
  .mr-sm-122 {
    margin-right: 122px;
  }
  .ml-sm-122 {
    margin-left: 122px;
  }
  .mx-sm-122 {
    margin-right: 122px;
    margin-left: 122px;
  }
  .my-sm-122 {
    margin-top: 122px;
    margin-bottom: 122px;
  }
  .p-sm-122 {
    padding: 122px;
  }
  .px-sm-122 {
    padding-right: 122px;
    padding-left: 122px;
  }
  .py-sm-122 {
    padding-top: 122px;
    padding-bottom: 122px;
  }
  .pr-sm-122 {
    padding-right: 122px;
  }
  .pl-sm-122 {
    padding-left: 122px;
  }
  .pt-sm-122 {
    padding-top: 122px;
  }
  .pb-sm-122 {
    padding-bottom: 122px;
  }
  .fs-sm-122 {
    font-size: 122px;
  }
  .w-sm-122 {
    width: 122px;
  }
  .h-sm-122 {
    height: 122px;
  }
}
@media (min-width: 768px) {
  .lh-md-122 {
    line-height: 122px;
  }
  .line-height-md-122 {
    line-height: 122px;
  }
  .grid-cols-md-122 {
    grid-template-columns: repeat(122, 1fr);
  }
  .gap-md-122 {
    gap: 122px;
  }
  .gap-x-md-122 {
    -moz-column-gap: 122px;
         column-gap: 122px;
  }
  .gap-y-md-122 {
    row-gap: 122px;
  }
  .rounded-md-122 {
    border-radius: 122px;
  }
  .mb-md-122 {
    margin-bottom: 122px;
  }
  .mt-md-122 {
    margin-top: 122px;
  }
  .mr-md-122 {
    margin-right: 122px;
  }
  .ml-md-122 {
    margin-left: 122px;
  }
  .mx-md-122 {
    margin-right: 122px;
    margin-left: 122px;
  }
  .my-md-122 {
    margin-top: 122px;
    margin-bottom: 122px;
  }
  .p-md-122 {
    padding: 122px;
  }
  .px-md-122 {
    padding-right: 122px;
    padding-left: 122px;
  }
  .py-md-122 {
    padding-top: 122px;
    padding-bottom: 122px;
  }
  .pr-md-122 {
    padding-right: 122px;
  }
  .pl-md-122 {
    padding-left: 122px;
  }
  .pt-md-122 {
    padding-top: 122px;
  }
  .pb-md-122 {
    padding-bottom: 122px;
  }
  .fs-md-122 {
    font-size: 122px;
  }
  .w-md-122 {
    width: 122px;
  }
  .h-md-122 {
    height: 122px;
  }
}
@media (min-width: 992px) {
  .lh-lg-122 {
    line-height: 122px;
  }
  .line-height-lg-122 {
    line-height: 122px;
  }
  .grid-cols-lg-122 {
    grid-template-columns: repeat(122, 1fr);
  }
  .gap-lg-122 {
    gap: 122px;
  }
  .gap-x-lg-122 {
    -moz-column-gap: 122px;
         column-gap: 122px;
  }
  .gap-y-lg-122 {
    row-gap: 122px;
  }
  .rounded-lg-122 {
    border-radius: 122px;
  }
  .mb-lg-122 {
    margin-bottom: 122px;
  }
  .mt-lg-122 {
    margin-top: 122px;
  }
  .mr-lg-122 {
    margin-right: 122px;
  }
  .ml-lg-122 {
    margin-left: 122px;
  }
  .mx-lg-122 {
    margin-right: 122px;
    margin-left: 122px;
  }
  .my-lg-122 {
    margin-top: 122px;
    margin-bottom: 122px;
  }
  .p-lg-122 {
    padding: 122px;
  }
  .px-lg-122 {
    padding-right: 122px;
    padding-left: 122px;
  }
  .py-lg-122 {
    padding-top: 122px;
    padding-bottom: 122px;
  }
  .pr-lg-122 {
    padding-right: 122px;
  }
  .pl-lg-122 {
    padding-left: 122px;
  }
  .pt-lg-122 {
    padding-top: 122px;
  }
  .pb-lg-122 {
    padding-bottom: 122px;
  }
  .fs-lg-122 {
    font-size: 122px;
  }
  .w-lg-122 {
    width: 122px;
  }
  .h-lg-122 {
    height: 122px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-122 {
    line-height: 122px;
  }
  .line-height-xl-122 {
    line-height: 122px;
  }
  .grid-cols-xl-122 {
    grid-template-columns: repeat(122, 1fr);
  }
  .gap-xl-122 {
    gap: 122px;
  }
  .gap-x-xl-122 {
    -moz-column-gap: 122px;
         column-gap: 122px;
  }
  .gap-y-xl-122 {
    row-gap: 122px;
  }
  .rounded-xl-122 {
    border-radius: 122px;
  }
  .mb-xl-122 {
    margin-bottom: 122px;
  }
  .mt-xl-122 {
    margin-top: 122px;
  }
  .mr-xl-122 {
    margin-right: 122px;
  }
  .ml-xl-122 {
    margin-left: 122px;
  }
  .mx-xl-122 {
    margin-right: 122px;
    margin-left: 122px;
  }
  .my-xl-122 {
    margin-top: 122px;
    margin-bottom: 122px;
  }
  .p-xl-122 {
    padding: 122px;
  }
  .px-xl-122 {
    padding-right: 122px;
    padding-left: 122px;
  }
  .py-xl-122 {
    padding-top: 122px;
    padding-bottom: 122px;
  }
  .pr-xl-122 {
    padding-right: 122px;
  }
  .pl-xl-122 {
    padding-left: 122px;
  }
  .pt-xl-122 {
    padding-top: 122px;
  }
  .pb-xl-122 {
    padding-bottom: 122px;
  }
  .fs-xl-122 {
    font-size: 122px;
  }
  .w-xl-122 {
    width: 122px;
  }
  .h-xl-122 {
    height: 122px;
  }
}
.lh-123 {
  line-height: 123px;
}

.grid-cols-123 {
  grid-template-columns: repeat(123, 1fr);
}

.line-height-123 {
  line-height: 123px;
}

.gap-123 {
  gap: 123px;
}

.gap-x-123 {
  -moz-column-gap: 123px;
       column-gap: 123px;
}

.gap-y-123 {
  row-gap: 123px;
}

.rounded-123 {
  border-radius: 123px;
}

.mb-123 {
  margin-bottom: 123px;
}

.mt-123 {
  margin-top: 123px;
}

.mr-123 {
  margin-right: 123px;
}

.ml-123 {
  margin-left: 123px;
}

.mx-123 {
  margin-right: 123px;
  margin-left: 123px;
}

.my-123 {
  margin-top: 123px;
  margin-bottom: 123px;
}

.p-123 {
  padding: 123px;
}

.px-123 {
  padding-right: 123px;
  padding-left: 123px;
}

.py-123 {
  padding-top: 123px;
  padding-bottom: 123px;
}

.pr-123 {
  padding-right: 123px;
}

.pl-123 {
  padding-left: 123px;
}

.pt-123 {
  padding-top: 123px;
}

.pb-123 {
  padding-bottom: 123px;
}

.fs-123 {
  font-size: 123px;
}

.w-123 {
  width: 123px;
}

.h-123 {
  height: 123px;
}

@media (min-width: 576px) {
  .lh-sm-123 {
    line-height: 123px;
  }
  .line-height-sm-123 {
    line-height: 123px;
  }
  .grid-cols-sm-123 {
    grid-template-columns: repeat(123, 1fr);
  }
  .gap-sm-123 {
    gap: 123px;
  }
  .gap-x-sm-123 {
    -moz-column-gap: 123px;
         column-gap: 123px;
  }
  .gap-y-sm-123 {
    row-gap: 123px;
  }
  .rounded-sm-123 {
    border-radius: 123px;
  }
  .mb-sm-123 {
    margin-bottom: 123px;
  }
  .mt-sm-123 {
    margin-top: 123px;
  }
  .mr-sm-123 {
    margin-right: 123px;
  }
  .ml-sm-123 {
    margin-left: 123px;
  }
  .mx-sm-123 {
    margin-right: 123px;
    margin-left: 123px;
  }
  .my-sm-123 {
    margin-top: 123px;
    margin-bottom: 123px;
  }
  .p-sm-123 {
    padding: 123px;
  }
  .px-sm-123 {
    padding-right: 123px;
    padding-left: 123px;
  }
  .py-sm-123 {
    padding-top: 123px;
    padding-bottom: 123px;
  }
  .pr-sm-123 {
    padding-right: 123px;
  }
  .pl-sm-123 {
    padding-left: 123px;
  }
  .pt-sm-123 {
    padding-top: 123px;
  }
  .pb-sm-123 {
    padding-bottom: 123px;
  }
  .fs-sm-123 {
    font-size: 123px;
  }
  .w-sm-123 {
    width: 123px;
  }
  .h-sm-123 {
    height: 123px;
  }
}
@media (min-width: 768px) {
  .lh-md-123 {
    line-height: 123px;
  }
  .line-height-md-123 {
    line-height: 123px;
  }
  .grid-cols-md-123 {
    grid-template-columns: repeat(123, 1fr);
  }
  .gap-md-123 {
    gap: 123px;
  }
  .gap-x-md-123 {
    -moz-column-gap: 123px;
         column-gap: 123px;
  }
  .gap-y-md-123 {
    row-gap: 123px;
  }
  .rounded-md-123 {
    border-radius: 123px;
  }
  .mb-md-123 {
    margin-bottom: 123px;
  }
  .mt-md-123 {
    margin-top: 123px;
  }
  .mr-md-123 {
    margin-right: 123px;
  }
  .ml-md-123 {
    margin-left: 123px;
  }
  .mx-md-123 {
    margin-right: 123px;
    margin-left: 123px;
  }
  .my-md-123 {
    margin-top: 123px;
    margin-bottom: 123px;
  }
  .p-md-123 {
    padding: 123px;
  }
  .px-md-123 {
    padding-right: 123px;
    padding-left: 123px;
  }
  .py-md-123 {
    padding-top: 123px;
    padding-bottom: 123px;
  }
  .pr-md-123 {
    padding-right: 123px;
  }
  .pl-md-123 {
    padding-left: 123px;
  }
  .pt-md-123 {
    padding-top: 123px;
  }
  .pb-md-123 {
    padding-bottom: 123px;
  }
  .fs-md-123 {
    font-size: 123px;
  }
  .w-md-123 {
    width: 123px;
  }
  .h-md-123 {
    height: 123px;
  }
}
@media (min-width: 992px) {
  .lh-lg-123 {
    line-height: 123px;
  }
  .line-height-lg-123 {
    line-height: 123px;
  }
  .grid-cols-lg-123 {
    grid-template-columns: repeat(123, 1fr);
  }
  .gap-lg-123 {
    gap: 123px;
  }
  .gap-x-lg-123 {
    -moz-column-gap: 123px;
         column-gap: 123px;
  }
  .gap-y-lg-123 {
    row-gap: 123px;
  }
  .rounded-lg-123 {
    border-radius: 123px;
  }
  .mb-lg-123 {
    margin-bottom: 123px;
  }
  .mt-lg-123 {
    margin-top: 123px;
  }
  .mr-lg-123 {
    margin-right: 123px;
  }
  .ml-lg-123 {
    margin-left: 123px;
  }
  .mx-lg-123 {
    margin-right: 123px;
    margin-left: 123px;
  }
  .my-lg-123 {
    margin-top: 123px;
    margin-bottom: 123px;
  }
  .p-lg-123 {
    padding: 123px;
  }
  .px-lg-123 {
    padding-right: 123px;
    padding-left: 123px;
  }
  .py-lg-123 {
    padding-top: 123px;
    padding-bottom: 123px;
  }
  .pr-lg-123 {
    padding-right: 123px;
  }
  .pl-lg-123 {
    padding-left: 123px;
  }
  .pt-lg-123 {
    padding-top: 123px;
  }
  .pb-lg-123 {
    padding-bottom: 123px;
  }
  .fs-lg-123 {
    font-size: 123px;
  }
  .w-lg-123 {
    width: 123px;
  }
  .h-lg-123 {
    height: 123px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-123 {
    line-height: 123px;
  }
  .line-height-xl-123 {
    line-height: 123px;
  }
  .grid-cols-xl-123 {
    grid-template-columns: repeat(123, 1fr);
  }
  .gap-xl-123 {
    gap: 123px;
  }
  .gap-x-xl-123 {
    -moz-column-gap: 123px;
         column-gap: 123px;
  }
  .gap-y-xl-123 {
    row-gap: 123px;
  }
  .rounded-xl-123 {
    border-radius: 123px;
  }
  .mb-xl-123 {
    margin-bottom: 123px;
  }
  .mt-xl-123 {
    margin-top: 123px;
  }
  .mr-xl-123 {
    margin-right: 123px;
  }
  .ml-xl-123 {
    margin-left: 123px;
  }
  .mx-xl-123 {
    margin-right: 123px;
    margin-left: 123px;
  }
  .my-xl-123 {
    margin-top: 123px;
    margin-bottom: 123px;
  }
  .p-xl-123 {
    padding: 123px;
  }
  .px-xl-123 {
    padding-right: 123px;
    padding-left: 123px;
  }
  .py-xl-123 {
    padding-top: 123px;
    padding-bottom: 123px;
  }
  .pr-xl-123 {
    padding-right: 123px;
  }
  .pl-xl-123 {
    padding-left: 123px;
  }
  .pt-xl-123 {
    padding-top: 123px;
  }
  .pb-xl-123 {
    padding-bottom: 123px;
  }
  .fs-xl-123 {
    font-size: 123px;
  }
  .w-xl-123 {
    width: 123px;
  }
  .h-xl-123 {
    height: 123px;
  }
}
.lh-124 {
  line-height: 124px;
}

.grid-cols-124 {
  grid-template-columns: repeat(124, 1fr);
}

.line-height-124 {
  line-height: 124px;
}

.gap-124 {
  gap: 124px;
}

.gap-x-124 {
  -moz-column-gap: 124px;
       column-gap: 124px;
}

.gap-y-124 {
  row-gap: 124px;
}

.rounded-124 {
  border-radius: 124px;
}

.mb-124 {
  margin-bottom: 124px;
}

.mt-124 {
  margin-top: 124px;
}

.mr-124 {
  margin-right: 124px;
}

.ml-124 {
  margin-left: 124px;
}

.mx-124 {
  margin-right: 124px;
  margin-left: 124px;
}

.my-124 {
  margin-top: 124px;
  margin-bottom: 124px;
}

.p-124 {
  padding: 124px;
}

.px-124 {
  padding-right: 124px;
  padding-left: 124px;
}

.py-124 {
  padding-top: 124px;
  padding-bottom: 124px;
}

.pr-124 {
  padding-right: 124px;
}

.pl-124 {
  padding-left: 124px;
}

.pt-124 {
  padding-top: 124px;
}

.pb-124 {
  padding-bottom: 124px;
}

.fs-124 {
  font-size: 124px;
}

.w-124 {
  width: 124px;
}

.h-124 {
  height: 124px;
}

@media (min-width: 576px) {
  .lh-sm-124 {
    line-height: 124px;
  }
  .line-height-sm-124 {
    line-height: 124px;
  }
  .grid-cols-sm-124 {
    grid-template-columns: repeat(124, 1fr);
  }
  .gap-sm-124 {
    gap: 124px;
  }
  .gap-x-sm-124 {
    -moz-column-gap: 124px;
         column-gap: 124px;
  }
  .gap-y-sm-124 {
    row-gap: 124px;
  }
  .rounded-sm-124 {
    border-radius: 124px;
  }
  .mb-sm-124 {
    margin-bottom: 124px;
  }
  .mt-sm-124 {
    margin-top: 124px;
  }
  .mr-sm-124 {
    margin-right: 124px;
  }
  .ml-sm-124 {
    margin-left: 124px;
  }
  .mx-sm-124 {
    margin-right: 124px;
    margin-left: 124px;
  }
  .my-sm-124 {
    margin-top: 124px;
    margin-bottom: 124px;
  }
  .p-sm-124 {
    padding: 124px;
  }
  .px-sm-124 {
    padding-right: 124px;
    padding-left: 124px;
  }
  .py-sm-124 {
    padding-top: 124px;
    padding-bottom: 124px;
  }
  .pr-sm-124 {
    padding-right: 124px;
  }
  .pl-sm-124 {
    padding-left: 124px;
  }
  .pt-sm-124 {
    padding-top: 124px;
  }
  .pb-sm-124 {
    padding-bottom: 124px;
  }
  .fs-sm-124 {
    font-size: 124px;
  }
  .w-sm-124 {
    width: 124px;
  }
  .h-sm-124 {
    height: 124px;
  }
}
@media (min-width: 768px) {
  .lh-md-124 {
    line-height: 124px;
  }
  .line-height-md-124 {
    line-height: 124px;
  }
  .grid-cols-md-124 {
    grid-template-columns: repeat(124, 1fr);
  }
  .gap-md-124 {
    gap: 124px;
  }
  .gap-x-md-124 {
    -moz-column-gap: 124px;
         column-gap: 124px;
  }
  .gap-y-md-124 {
    row-gap: 124px;
  }
  .rounded-md-124 {
    border-radius: 124px;
  }
  .mb-md-124 {
    margin-bottom: 124px;
  }
  .mt-md-124 {
    margin-top: 124px;
  }
  .mr-md-124 {
    margin-right: 124px;
  }
  .ml-md-124 {
    margin-left: 124px;
  }
  .mx-md-124 {
    margin-right: 124px;
    margin-left: 124px;
  }
  .my-md-124 {
    margin-top: 124px;
    margin-bottom: 124px;
  }
  .p-md-124 {
    padding: 124px;
  }
  .px-md-124 {
    padding-right: 124px;
    padding-left: 124px;
  }
  .py-md-124 {
    padding-top: 124px;
    padding-bottom: 124px;
  }
  .pr-md-124 {
    padding-right: 124px;
  }
  .pl-md-124 {
    padding-left: 124px;
  }
  .pt-md-124 {
    padding-top: 124px;
  }
  .pb-md-124 {
    padding-bottom: 124px;
  }
  .fs-md-124 {
    font-size: 124px;
  }
  .w-md-124 {
    width: 124px;
  }
  .h-md-124 {
    height: 124px;
  }
}
@media (min-width: 992px) {
  .lh-lg-124 {
    line-height: 124px;
  }
  .line-height-lg-124 {
    line-height: 124px;
  }
  .grid-cols-lg-124 {
    grid-template-columns: repeat(124, 1fr);
  }
  .gap-lg-124 {
    gap: 124px;
  }
  .gap-x-lg-124 {
    -moz-column-gap: 124px;
         column-gap: 124px;
  }
  .gap-y-lg-124 {
    row-gap: 124px;
  }
  .rounded-lg-124 {
    border-radius: 124px;
  }
  .mb-lg-124 {
    margin-bottom: 124px;
  }
  .mt-lg-124 {
    margin-top: 124px;
  }
  .mr-lg-124 {
    margin-right: 124px;
  }
  .ml-lg-124 {
    margin-left: 124px;
  }
  .mx-lg-124 {
    margin-right: 124px;
    margin-left: 124px;
  }
  .my-lg-124 {
    margin-top: 124px;
    margin-bottom: 124px;
  }
  .p-lg-124 {
    padding: 124px;
  }
  .px-lg-124 {
    padding-right: 124px;
    padding-left: 124px;
  }
  .py-lg-124 {
    padding-top: 124px;
    padding-bottom: 124px;
  }
  .pr-lg-124 {
    padding-right: 124px;
  }
  .pl-lg-124 {
    padding-left: 124px;
  }
  .pt-lg-124 {
    padding-top: 124px;
  }
  .pb-lg-124 {
    padding-bottom: 124px;
  }
  .fs-lg-124 {
    font-size: 124px;
  }
  .w-lg-124 {
    width: 124px;
  }
  .h-lg-124 {
    height: 124px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-124 {
    line-height: 124px;
  }
  .line-height-xl-124 {
    line-height: 124px;
  }
  .grid-cols-xl-124 {
    grid-template-columns: repeat(124, 1fr);
  }
  .gap-xl-124 {
    gap: 124px;
  }
  .gap-x-xl-124 {
    -moz-column-gap: 124px;
         column-gap: 124px;
  }
  .gap-y-xl-124 {
    row-gap: 124px;
  }
  .rounded-xl-124 {
    border-radius: 124px;
  }
  .mb-xl-124 {
    margin-bottom: 124px;
  }
  .mt-xl-124 {
    margin-top: 124px;
  }
  .mr-xl-124 {
    margin-right: 124px;
  }
  .ml-xl-124 {
    margin-left: 124px;
  }
  .mx-xl-124 {
    margin-right: 124px;
    margin-left: 124px;
  }
  .my-xl-124 {
    margin-top: 124px;
    margin-bottom: 124px;
  }
  .p-xl-124 {
    padding: 124px;
  }
  .px-xl-124 {
    padding-right: 124px;
    padding-left: 124px;
  }
  .py-xl-124 {
    padding-top: 124px;
    padding-bottom: 124px;
  }
  .pr-xl-124 {
    padding-right: 124px;
  }
  .pl-xl-124 {
    padding-left: 124px;
  }
  .pt-xl-124 {
    padding-top: 124px;
  }
  .pb-xl-124 {
    padding-bottom: 124px;
  }
  .fs-xl-124 {
    font-size: 124px;
  }
  .w-xl-124 {
    width: 124px;
  }
  .h-xl-124 {
    height: 124px;
  }
}
.lh-125 {
  line-height: 125px;
}

.grid-cols-125 {
  grid-template-columns: repeat(125, 1fr);
}

.line-height-125 {
  line-height: 125px;
}

.gap-125 {
  gap: 125px;
}

.gap-x-125 {
  -moz-column-gap: 125px;
       column-gap: 125px;
}

.gap-y-125 {
  row-gap: 125px;
}

.rounded-125 {
  border-radius: 125px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mt-125 {
  margin-top: 125px;
}

.mr-125 {
  margin-right: 125px;
}

.ml-125 {
  margin-left: 125px;
}

.mx-125 {
  margin-right: 125px;
  margin-left: 125px;
}

.my-125 {
  margin-top: 125px;
  margin-bottom: 125px;
}

.p-125 {
  padding: 125px;
}

.px-125 {
  padding-right: 125px;
  padding-left: 125px;
}

.py-125 {
  padding-top: 125px;
  padding-bottom: 125px;
}

.pr-125 {
  padding-right: 125px;
}

.pl-125 {
  padding-left: 125px;
}

.pt-125 {
  padding-top: 125px;
}

.pb-125 {
  padding-bottom: 125px;
}

.fs-125 {
  font-size: 125px;
}

.w-125 {
  width: 125px;
}

.h-125 {
  height: 125px;
}

@media (min-width: 576px) {
  .lh-sm-125 {
    line-height: 125px;
  }
  .line-height-sm-125 {
    line-height: 125px;
  }
  .grid-cols-sm-125 {
    grid-template-columns: repeat(125, 1fr);
  }
  .gap-sm-125 {
    gap: 125px;
  }
  .gap-x-sm-125 {
    -moz-column-gap: 125px;
         column-gap: 125px;
  }
  .gap-y-sm-125 {
    row-gap: 125px;
  }
  .rounded-sm-125 {
    border-radius: 125px;
  }
  .mb-sm-125 {
    margin-bottom: 125px;
  }
  .mt-sm-125 {
    margin-top: 125px;
  }
  .mr-sm-125 {
    margin-right: 125px;
  }
  .ml-sm-125 {
    margin-left: 125px;
  }
  .mx-sm-125 {
    margin-right: 125px;
    margin-left: 125px;
  }
  .my-sm-125 {
    margin-top: 125px;
    margin-bottom: 125px;
  }
  .p-sm-125 {
    padding: 125px;
  }
  .px-sm-125 {
    padding-right: 125px;
    padding-left: 125px;
  }
  .py-sm-125 {
    padding-top: 125px;
    padding-bottom: 125px;
  }
  .pr-sm-125 {
    padding-right: 125px;
  }
  .pl-sm-125 {
    padding-left: 125px;
  }
  .pt-sm-125 {
    padding-top: 125px;
  }
  .pb-sm-125 {
    padding-bottom: 125px;
  }
  .fs-sm-125 {
    font-size: 125px;
  }
  .w-sm-125 {
    width: 125px;
  }
  .h-sm-125 {
    height: 125px;
  }
}
@media (min-width: 768px) {
  .lh-md-125 {
    line-height: 125px;
  }
  .line-height-md-125 {
    line-height: 125px;
  }
  .grid-cols-md-125 {
    grid-template-columns: repeat(125, 1fr);
  }
  .gap-md-125 {
    gap: 125px;
  }
  .gap-x-md-125 {
    -moz-column-gap: 125px;
         column-gap: 125px;
  }
  .gap-y-md-125 {
    row-gap: 125px;
  }
  .rounded-md-125 {
    border-radius: 125px;
  }
  .mb-md-125 {
    margin-bottom: 125px;
  }
  .mt-md-125 {
    margin-top: 125px;
  }
  .mr-md-125 {
    margin-right: 125px;
  }
  .ml-md-125 {
    margin-left: 125px;
  }
  .mx-md-125 {
    margin-right: 125px;
    margin-left: 125px;
  }
  .my-md-125 {
    margin-top: 125px;
    margin-bottom: 125px;
  }
  .p-md-125 {
    padding: 125px;
  }
  .px-md-125 {
    padding-right: 125px;
    padding-left: 125px;
  }
  .py-md-125 {
    padding-top: 125px;
    padding-bottom: 125px;
  }
  .pr-md-125 {
    padding-right: 125px;
  }
  .pl-md-125 {
    padding-left: 125px;
  }
  .pt-md-125 {
    padding-top: 125px;
  }
  .pb-md-125 {
    padding-bottom: 125px;
  }
  .fs-md-125 {
    font-size: 125px;
  }
  .w-md-125 {
    width: 125px;
  }
  .h-md-125 {
    height: 125px;
  }
}
@media (min-width: 992px) {
  .lh-lg-125 {
    line-height: 125px;
  }
  .line-height-lg-125 {
    line-height: 125px;
  }
  .grid-cols-lg-125 {
    grid-template-columns: repeat(125, 1fr);
  }
  .gap-lg-125 {
    gap: 125px;
  }
  .gap-x-lg-125 {
    -moz-column-gap: 125px;
         column-gap: 125px;
  }
  .gap-y-lg-125 {
    row-gap: 125px;
  }
  .rounded-lg-125 {
    border-radius: 125px;
  }
  .mb-lg-125 {
    margin-bottom: 125px;
  }
  .mt-lg-125 {
    margin-top: 125px;
  }
  .mr-lg-125 {
    margin-right: 125px;
  }
  .ml-lg-125 {
    margin-left: 125px;
  }
  .mx-lg-125 {
    margin-right: 125px;
    margin-left: 125px;
  }
  .my-lg-125 {
    margin-top: 125px;
    margin-bottom: 125px;
  }
  .p-lg-125 {
    padding: 125px;
  }
  .px-lg-125 {
    padding-right: 125px;
    padding-left: 125px;
  }
  .py-lg-125 {
    padding-top: 125px;
    padding-bottom: 125px;
  }
  .pr-lg-125 {
    padding-right: 125px;
  }
  .pl-lg-125 {
    padding-left: 125px;
  }
  .pt-lg-125 {
    padding-top: 125px;
  }
  .pb-lg-125 {
    padding-bottom: 125px;
  }
  .fs-lg-125 {
    font-size: 125px;
  }
  .w-lg-125 {
    width: 125px;
  }
  .h-lg-125 {
    height: 125px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-125 {
    line-height: 125px;
  }
  .line-height-xl-125 {
    line-height: 125px;
  }
  .grid-cols-xl-125 {
    grid-template-columns: repeat(125, 1fr);
  }
  .gap-xl-125 {
    gap: 125px;
  }
  .gap-x-xl-125 {
    -moz-column-gap: 125px;
         column-gap: 125px;
  }
  .gap-y-xl-125 {
    row-gap: 125px;
  }
  .rounded-xl-125 {
    border-radius: 125px;
  }
  .mb-xl-125 {
    margin-bottom: 125px;
  }
  .mt-xl-125 {
    margin-top: 125px;
  }
  .mr-xl-125 {
    margin-right: 125px;
  }
  .ml-xl-125 {
    margin-left: 125px;
  }
  .mx-xl-125 {
    margin-right: 125px;
    margin-left: 125px;
  }
  .my-xl-125 {
    margin-top: 125px;
    margin-bottom: 125px;
  }
  .p-xl-125 {
    padding: 125px;
  }
  .px-xl-125 {
    padding-right: 125px;
    padding-left: 125px;
  }
  .py-xl-125 {
    padding-top: 125px;
    padding-bottom: 125px;
  }
  .pr-xl-125 {
    padding-right: 125px;
  }
  .pl-xl-125 {
    padding-left: 125px;
  }
  .pt-xl-125 {
    padding-top: 125px;
  }
  .pb-xl-125 {
    padding-bottom: 125px;
  }
  .fs-xl-125 {
    font-size: 125px;
  }
  .w-xl-125 {
    width: 125px;
  }
  .h-xl-125 {
    height: 125px;
  }
}
.lh-126 {
  line-height: 126px;
}

.grid-cols-126 {
  grid-template-columns: repeat(126, 1fr);
}

.line-height-126 {
  line-height: 126px;
}

.gap-126 {
  gap: 126px;
}

.gap-x-126 {
  -moz-column-gap: 126px;
       column-gap: 126px;
}

.gap-y-126 {
  row-gap: 126px;
}

.rounded-126 {
  border-radius: 126px;
}

.mb-126 {
  margin-bottom: 126px;
}

.mt-126 {
  margin-top: 126px;
}

.mr-126 {
  margin-right: 126px;
}

.ml-126 {
  margin-left: 126px;
}

.mx-126 {
  margin-right: 126px;
  margin-left: 126px;
}

.my-126 {
  margin-top: 126px;
  margin-bottom: 126px;
}

.p-126 {
  padding: 126px;
}

.px-126 {
  padding-right: 126px;
  padding-left: 126px;
}

.py-126 {
  padding-top: 126px;
  padding-bottom: 126px;
}

.pr-126 {
  padding-right: 126px;
}

.pl-126 {
  padding-left: 126px;
}

.pt-126 {
  padding-top: 126px;
}

.pb-126 {
  padding-bottom: 126px;
}

.fs-126 {
  font-size: 126px;
}

.w-126 {
  width: 126px;
}

.h-126 {
  height: 126px;
}

@media (min-width: 576px) {
  .lh-sm-126 {
    line-height: 126px;
  }
  .line-height-sm-126 {
    line-height: 126px;
  }
  .grid-cols-sm-126 {
    grid-template-columns: repeat(126, 1fr);
  }
  .gap-sm-126 {
    gap: 126px;
  }
  .gap-x-sm-126 {
    -moz-column-gap: 126px;
         column-gap: 126px;
  }
  .gap-y-sm-126 {
    row-gap: 126px;
  }
  .rounded-sm-126 {
    border-radius: 126px;
  }
  .mb-sm-126 {
    margin-bottom: 126px;
  }
  .mt-sm-126 {
    margin-top: 126px;
  }
  .mr-sm-126 {
    margin-right: 126px;
  }
  .ml-sm-126 {
    margin-left: 126px;
  }
  .mx-sm-126 {
    margin-right: 126px;
    margin-left: 126px;
  }
  .my-sm-126 {
    margin-top: 126px;
    margin-bottom: 126px;
  }
  .p-sm-126 {
    padding: 126px;
  }
  .px-sm-126 {
    padding-right: 126px;
    padding-left: 126px;
  }
  .py-sm-126 {
    padding-top: 126px;
    padding-bottom: 126px;
  }
  .pr-sm-126 {
    padding-right: 126px;
  }
  .pl-sm-126 {
    padding-left: 126px;
  }
  .pt-sm-126 {
    padding-top: 126px;
  }
  .pb-sm-126 {
    padding-bottom: 126px;
  }
  .fs-sm-126 {
    font-size: 126px;
  }
  .w-sm-126 {
    width: 126px;
  }
  .h-sm-126 {
    height: 126px;
  }
}
@media (min-width: 768px) {
  .lh-md-126 {
    line-height: 126px;
  }
  .line-height-md-126 {
    line-height: 126px;
  }
  .grid-cols-md-126 {
    grid-template-columns: repeat(126, 1fr);
  }
  .gap-md-126 {
    gap: 126px;
  }
  .gap-x-md-126 {
    -moz-column-gap: 126px;
         column-gap: 126px;
  }
  .gap-y-md-126 {
    row-gap: 126px;
  }
  .rounded-md-126 {
    border-radius: 126px;
  }
  .mb-md-126 {
    margin-bottom: 126px;
  }
  .mt-md-126 {
    margin-top: 126px;
  }
  .mr-md-126 {
    margin-right: 126px;
  }
  .ml-md-126 {
    margin-left: 126px;
  }
  .mx-md-126 {
    margin-right: 126px;
    margin-left: 126px;
  }
  .my-md-126 {
    margin-top: 126px;
    margin-bottom: 126px;
  }
  .p-md-126 {
    padding: 126px;
  }
  .px-md-126 {
    padding-right: 126px;
    padding-left: 126px;
  }
  .py-md-126 {
    padding-top: 126px;
    padding-bottom: 126px;
  }
  .pr-md-126 {
    padding-right: 126px;
  }
  .pl-md-126 {
    padding-left: 126px;
  }
  .pt-md-126 {
    padding-top: 126px;
  }
  .pb-md-126 {
    padding-bottom: 126px;
  }
  .fs-md-126 {
    font-size: 126px;
  }
  .w-md-126 {
    width: 126px;
  }
  .h-md-126 {
    height: 126px;
  }
}
@media (min-width: 992px) {
  .lh-lg-126 {
    line-height: 126px;
  }
  .line-height-lg-126 {
    line-height: 126px;
  }
  .grid-cols-lg-126 {
    grid-template-columns: repeat(126, 1fr);
  }
  .gap-lg-126 {
    gap: 126px;
  }
  .gap-x-lg-126 {
    -moz-column-gap: 126px;
         column-gap: 126px;
  }
  .gap-y-lg-126 {
    row-gap: 126px;
  }
  .rounded-lg-126 {
    border-radius: 126px;
  }
  .mb-lg-126 {
    margin-bottom: 126px;
  }
  .mt-lg-126 {
    margin-top: 126px;
  }
  .mr-lg-126 {
    margin-right: 126px;
  }
  .ml-lg-126 {
    margin-left: 126px;
  }
  .mx-lg-126 {
    margin-right: 126px;
    margin-left: 126px;
  }
  .my-lg-126 {
    margin-top: 126px;
    margin-bottom: 126px;
  }
  .p-lg-126 {
    padding: 126px;
  }
  .px-lg-126 {
    padding-right: 126px;
    padding-left: 126px;
  }
  .py-lg-126 {
    padding-top: 126px;
    padding-bottom: 126px;
  }
  .pr-lg-126 {
    padding-right: 126px;
  }
  .pl-lg-126 {
    padding-left: 126px;
  }
  .pt-lg-126 {
    padding-top: 126px;
  }
  .pb-lg-126 {
    padding-bottom: 126px;
  }
  .fs-lg-126 {
    font-size: 126px;
  }
  .w-lg-126 {
    width: 126px;
  }
  .h-lg-126 {
    height: 126px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-126 {
    line-height: 126px;
  }
  .line-height-xl-126 {
    line-height: 126px;
  }
  .grid-cols-xl-126 {
    grid-template-columns: repeat(126, 1fr);
  }
  .gap-xl-126 {
    gap: 126px;
  }
  .gap-x-xl-126 {
    -moz-column-gap: 126px;
         column-gap: 126px;
  }
  .gap-y-xl-126 {
    row-gap: 126px;
  }
  .rounded-xl-126 {
    border-radius: 126px;
  }
  .mb-xl-126 {
    margin-bottom: 126px;
  }
  .mt-xl-126 {
    margin-top: 126px;
  }
  .mr-xl-126 {
    margin-right: 126px;
  }
  .ml-xl-126 {
    margin-left: 126px;
  }
  .mx-xl-126 {
    margin-right: 126px;
    margin-left: 126px;
  }
  .my-xl-126 {
    margin-top: 126px;
    margin-bottom: 126px;
  }
  .p-xl-126 {
    padding: 126px;
  }
  .px-xl-126 {
    padding-right: 126px;
    padding-left: 126px;
  }
  .py-xl-126 {
    padding-top: 126px;
    padding-bottom: 126px;
  }
  .pr-xl-126 {
    padding-right: 126px;
  }
  .pl-xl-126 {
    padding-left: 126px;
  }
  .pt-xl-126 {
    padding-top: 126px;
  }
  .pb-xl-126 {
    padding-bottom: 126px;
  }
  .fs-xl-126 {
    font-size: 126px;
  }
  .w-xl-126 {
    width: 126px;
  }
  .h-xl-126 {
    height: 126px;
  }
}
.lh-127 {
  line-height: 127px;
}

.grid-cols-127 {
  grid-template-columns: repeat(127, 1fr);
}

.line-height-127 {
  line-height: 127px;
}

.gap-127 {
  gap: 127px;
}

.gap-x-127 {
  -moz-column-gap: 127px;
       column-gap: 127px;
}

.gap-y-127 {
  row-gap: 127px;
}

.rounded-127 {
  border-radius: 127px;
}

.mb-127 {
  margin-bottom: 127px;
}

.mt-127 {
  margin-top: 127px;
}

.mr-127 {
  margin-right: 127px;
}

.ml-127 {
  margin-left: 127px;
}

.mx-127 {
  margin-right: 127px;
  margin-left: 127px;
}

.my-127 {
  margin-top: 127px;
  margin-bottom: 127px;
}

.p-127 {
  padding: 127px;
}

.px-127 {
  padding-right: 127px;
  padding-left: 127px;
}

.py-127 {
  padding-top: 127px;
  padding-bottom: 127px;
}

.pr-127 {
  padding-right: 127px;
}

.pl-127 {
  padding-left: 127px;
}

.pt-127 {
  padding-top: 127px;
}

.pb-127 {
  padding-bottom: 127px;
}

.fs-127 {
  font-size: 127px;
}

.w-127 {
  width: 127px;
}

.h-127 {
  height: 127px;
}

@media (min-width: 576px) {
  .lh-sm-127 {
    line-height: 127px;
  }
  .line-height-sm-127 {
    line-height: 127px;
  }
  .grid-cols-sm-127 {
    grid-template-columns: repeat(127, 1fr);
  }
  .gap-sm-127 {
    gap: 127px;
  }
  .gap-x-sm-127 {
    -moz-column-gap: 127px;
         column-gap: 127px;
  }
  .gap-y-sm-127 {
    row-gap: 127px;
  }
  .rounded-sm-127 {
    border-radius: 127px;
  }
  .mb-sm-127 {
    margin-bottom: 127px;
  }
  .mt-sm-127 {
    margin-top: 127px;
  }
  .mr-sm-127 {
    margin-right: 127px;
  }
  .ml-sm-127 {
    margin-left: 127px;
  }
  .mx-sm-127 {
    margin-right: 127px;
    margin-left: 127px;
  }
  .my-sm-127 {
    margin-top: 127px;
    margin-bottom: 127px;
  }
  .p-sm-127 {
    padding: 127px;
  }
  .px-sm-127 {
    padding-right: 127px;
    padding-left: 127px;
  }
  .py-sm-127 {
    padding-top: 127px;
    padding-bottom: 127px;
  }
  .pr-sm-127 {
    padding-right: 127px;
  }
  .pl-sm-127 {
    padding-left: 127px;
  }
  .pt-sm-127 {
    padding-top: 127px;
  }
  .pb-sm-127 {
    padding-bottom: 127px;
  }
  .fs-sm-127 {
    font-size: 127px;
  }
  .w-sm-127 {
    width: 127px;
  }
  .h-sm-127 {
    height: 127px;
  }
}
@media (min-width: 768px) {
  .lh-md-127 {
    line-height: 127px;
  }
  .line-height-md-127 {
    line-height: 127px;
  }
  .grid-cols-md-127 {
    grid-template-columns: repeat(127, 1fr);
  }
  .gap-md-127 {
    gap: 127px;
  }
  .gap-x-md-127 {
    -moz-column-gap: 127px;
         column-gap: 127px;
  }
  .gap-y-md-127 {
    row-gap: 127px;
  }
  .rounded-md-127 {
    border-radius: 127px;
  }
  .mb-md-127 {
    margin-bottom: 127px;
  }
  .mt-md-127 {
    margin-top: 127px;
  }
  .mr-md-127 {
    margin-right: 127px;
  }
  .ml-md-127 {
    margin-left: 127px;
  }
  .mx-md-127 {
    margin-right: 127px;
    margin-left: 127px;
  }
  .my-md-127 {
    margin-top: 127px;
    margin-bottom: 127px;
  }
  .p-md-127 {
    padding: 127px;
  }
  .px-md-127 {
    padding-right: 127px;
    padding-left: 127px;
  }
  .py-md-127 {
    padding-top: 127px;
    padding-bottom: 127px;
  }
  .pr-md-127 {
    padding-right: 127px;
  }
  .pl-md-127 {
    padding-left: 127px;
  }
  .pt-md-127 {
    padding-top: 127px;
  }
  .pb-md-127 {
    padding-bottom: 127px;
  }
  .fs-md-127 {
    font-size: 127px;
  }
  .w-md-127 {
    width: 127px;
  }
  .h-md-127 {
    height: 127px;
  }
}
@media (min-width: 992px) {
  .lh-lg-127 {
    line-height: 127px;
  }
  .line-height-lg-127 {
    line-height: 127px;
  }
  .grid-cols-lg-127 {
    grid-template-columns: repeat(127, 1fr);
  }
  .gap-lg-127 {
    gap: 127px;
  }
  .gap-x-lg-127 {
    -moz-column-gap: 127px;
         column-gap: 127px;
  }
  .gap-y-lg-127 {
    row-gap: 127px;
  }
  .rounded-lg-127 {
    border-radius: 127px;
  }
  .mb-lg-127 {
    margin-bottom: 127px;
  }
  .mt-lg-127 {
    margin-top: 127px;
  }
  .mr-lg-127 {
    margin-right: 127px;
  }
  .ml-lg-127 {
    margin-left: 127px;
  }
  .mx-lg-127 {
    margin-right: 127px;
    margin-left: 127px;
  }
  .my-lg-127 {
    margin-top: 127px;
    margin-bottom: 127px;
  }
  .p-lg-127 {
    padding: 127px;
  }
  .px-lg-127 {
    padding-right: 127px;
    padding-left: 127px;
  }
  .py-lg-127 {
    padding-top: 127px;
    padding-bottom: 127px;
  }
  .pr-lg-127 {
    padding-right: 127px;
  }
  .pl-lg-127 {
    padding-left: 127px;
  }
  .pt-lg-127 {
    padding-top: 127px;
  }
  .pb-lg-127 {
    padding-bottom: 127px;
  }
  .fs-lg-127 {
    font-size: 127px;
  }
  .w-lg-127 {
    width: 127px;
  }
  .h-lg-127 {
    height: 127px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-127 {
    line-height: 127px;
  }
  .line-height-xl-127 {
    line-height: 127px;
  }
  .grid-cols-xl-127 {
    grid-template-columns: repeat(127, 1fr);
  }
  .gap-xl-127 {
    gap: 127px;
  }
  .gap-x-xl-127 {
    -moz-column-gap: 127px;
         column-gap: 127px;
  }
  .gap-y-xl-127 {
    row-gap: 127px;
  }
  .rounded-xl-127 {
    border-radius: 127px;
  }
  .mb-xl-127 {
    margin-bottom: 127px;
  }
  .mt-xl-127 {
    margin-top: 127px;
  }
  .mr-xl-127 {
    margin-right: 127px;
  }
  .ml-xl-127 {
    margin-left: 127px;
  }
  .mx-xl-127 {
    margin-right: 127px;
    margin-left: 127px;
  }
  .my-xl-127 {
    margin-top: 127px;
    margin-bottom: 127px;
  }
  .p-xl-127 {
    padding: 127px;
  }
  .px-xl-127 {
    padding-right: 127px;
    padding-left: 127px;
  }
  .py-xl-127 {
    padding-top: 127px;
    padding-bottom: 127px;
  }
  .pr-xl-127 {
    padding-right: 127px;
  }
  .pl-xl-127 {
    padding-left: 127px;
  }
  .pt-xl-127 {
    padding-top: 127px;
  }
  .pb-xl-127 {
    padding-bottom: 127px;
  }
  .fs-xl-127 {
    font-size: 127px;
  }
  .w-xl-127 {
    width: 127px;
  }
  .h-xl-127 {
    height: 127px;
  }
}
.lh-128 {
  line-height: 128px;
}

.grid-cols-128 {
  grid-template-columns: repeat(128, 1fr);
}

.line-height-128 {
  line-height: 128px;
}

.gap-128 {
  gap: 128px;
}

.gap-x-128 {
  -moz-column-gap: 128px;
       column-gap: 128px;
}

.gap-y-128 {
  row-gap: 128px;
}

.rounded-128 {
  border-radius: 128px;
}

.mb-128 {
  margin-bottom: 128px;
}

.mt-128 {
  margin-top: 128px;
}

.mr-128 {
  margin-right: 128px;
}

.ml-128 {
  margin-left: 128px;
}

.mx-128 {
  margin-right: 128px;
  margin-left: 128px;
}

.my-128 {
  margin-top: 128px;
  margin-bottom: 128px;
}

.p-128 {
  padding: 128px;
}

.px-128 {
  padding-right: 128px;
  padding-left: 128px;
}

.py-128 {
  padding-top: 128px;
  padding-bottom: 128px;
}

.pr-128 {
  padding-right: 128px;
}

.pl-128 {
  padding-left: 128px;
}

.pt-128 {
  padding-top: 128px;
}

.pb-128 {
  padding-bottom: 128px;
}

.fs-128 {
  font-size: 128px;
}

.w-128 {
  width: 128px;
}

.h-128 {
  height: 128px;
}

@media (min-width: 576px) {
  .lh-sm-128 {
    line-height: 128px;
  }
  .line-height-sm-128 {
    line-height: 128px;
  }
  .grid-cols-sm-128 {
    grid-template-columns: repeat(128, 1fr);
  }
  .gap-sm-128 {
    gap: 128px;
  }
  .gap-x-sm-128 {
    -moz-column-gap: 128px;
         column-gap: 128px;
  }
  .gap-y-sm-128 {
    row-gap: 128px;
  }
  .rounded-sm-128 {
    border-radius: 128px;
  }
  .mb-sm-128 {
    margin-bottom: 128px;
  }
  .mt-sm-128 {
    margin-top: 128px;
  }
  .mr-sm-128 {
    margin-right: 128px;
  }
  .ml-sm-128 {
    margin-left: 128px;
  }
  .mx-sm-128 {
    margin-right: 128px;
    margin-left: 128px;
  }
  .my-sm-128 {
    margin-top: 128px;
    margin-bottom: 128px;
  }
  .p-sm-128 {
    padding: 128px;
  }
  .px-sm-128 {
    padding-right: 128px;
    padding-left: 128px;
  }
  .py-sm-128 {
    padding-top: 128px;
    padding-bottom: 128px;
  }
  .pr-sm-128 {
    padding-right: 128px;
  }
  .pl-sm-128 {
    padding-left: 128px;
  }
  .pt-sm-128 {
    padding-top: 128px;
  }
  .pb-sm-128 {
    padding-bottom: 128px;
  }
  .fs-sm-128 {
    font-size: 128px;
  }
  .w-sm-128 {
    width: 128px;
  }
  .h-sm-128 {
    height: 128px;
  }
}
@media (min-width: 768px) {
  .lh-md-128 {
    line-height: 128px;
  }
  .line-height-md-128 {
    line-height: 128px;
  }
  .grid-cols-md-128 {
    grid-template-columns: repeat(128, 1fr);
  }
  .gap-md-128 {
    gap: 128px;
  }
  .gap-x-md-128 {
    -moz-column-gap: 128px;
         column-gap: 128px;
  }
  .gap-y-md-128 {
    row-gap: 128px;
  }
  .rounded-md-128 {
    border-radius: 128px;
  }
  .mb-md-128 {
    margin-bottom: 128px;
  }
  .mt-md-128 {
    margin-top: 128px;
  }
  .mr-md-128 {
    margin-right: 128px;
  }
  .ml-md-128 {
    margin-left: 128px;
  }
  .mx-md-128 {
    margin-right: 128px;
    margin-left: 128px;
  }
  .my-md-128 {
    margin-top: 128px;
    margin-bottom: 128px;
  }
  .p-md-128 {
    padding: 128px;
  }
  .px-md-128 {
    padding-right: 128px;
    padding-left: 128px;
  }
  .py-md-128 {
    padding-top: 128px;
    padding-bottom: 128px;
  }
  .pr-md-128 {
    padding-right: 128px;
  }
  .pl-md-128 {
    padding-left: 128px;
  }
  .pt-md-128 {
    padding-top: 128px;
  }
  .pb-md-128 {
    padding-bottom: 128px;
  }
  .fs-md-128 {
    font-size: 128px;
  }
  .w-md-128 {
    width: 128px;
  }
  .h-md-128 {
    height: 128px;
  }
}
@media (min-width: 992px) {
  .lh-lg-128 {
    line-height: 128px;
  }
  .line-height-lg-128 {
    line-height: 128px;
  }
  .grid-cols-lg-128 {
    grid-template-columns: repeat(128, 1fr);
  }
  .gap-lg-128 {
    gap: 128px;
  }
  .gap-x-lg-128 {
    -moz-column-gap: 128px;
         column-gap: 128px;
  }
  .gap-y-lg-128 {
    row-gap: 128px;
  }
  .rounded-lg-128 {
    border-radius: 128px;
  }
  .mb-lg-128 {
    margin-bottom: 128px;
  }
  .mt-lg-128 {
    margin-top: 128px;
  }
  .mr-lg-128 {
    margin-right: 128px;
  }
  .ml-lg-128 {
    margin-left: 128px;
  }
  .mx-lg-128 {
    margin-right: 128px;
    margin-left: 128px;
  }
  .my-lg-128 {
    margin-top: 128px;
    margin-bottom: 128px;
  }
  .p-lg-128 {
    padding: 128px;
  }
  .px-lg-128 {
    padding-right: 128px;
    padding-left: 128px;
  }
  .py-lg-128 {
    padding-top: 128px;
    padding-bottom: 128px;
  }
  .pr-lg-128 {
    padding-right: 128px;
  }
  .pl-lg-128 {
    padding-left: 128px;
  }
  .pt-lg-128 {
    padding-top: 128px;
  }
  .pb-lg-128 {
    padding-bottom: 128px;
  }
  .fs-lg-128 {
    font-size: 128px;
  }
  .w-lg-128 {
    width: 128px;
  }
  .h-lg-128 {
    height: 128px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-128 {
    line-height: 128px;
  }
  .line-height-xl-128 {
    line-height: 128px;
  }
  .grid-cols-xl-128 {
    grid-template-columns: repeat(128, 1fr);
  }
  .gap-xl-128 {
    gap: 128px;
  }
  .gap-x-xl-128 {
    -moz-column-gap: 128px;
         column-gap: 128px;
  }
  .gap-y-xl-128 {
    row-gap: 128px;
  }
  .rounded-xl-128 {
    border-radius: 128px;
  }
  .mb-xl-128 {
    margin-bottom: 128px;
  }
  .mt-xl-128 {
    margin-top: 128px;
  }
  .mr-xl-128 {
    margin-right: 128px;
  }
  .ml-xl-128 {
    margin-left: 128px;
  }
  .mx-xl-128 {
    margin-right: 128px;
    margin-left: 128px;
  }
  .my-xl-128 {
    margin-top: 128px;
    margin-bottom: 128px;
  }
  .p-xl-128 {
    padding: 128px;
  }
  .px-xl-128 {
    padding-right: 128px;
    padding-left: 128px;
  }
  .py-xl-128 {
    padding-top: 128px;
    padding-bottom: 128px;
  }
  .pr-xl-128 {
    padding-right: 128px;
  }
  .pl-xl-128 {
    padding-left: 128px;
  }
  .pt-xl-128 {
    padding-top: 128px;
  }
  .pb-xl-128 {
    padding-bottom: 128px;
  }
  .fs-xl-128 {
    font-size: 128px;
  }
  .w-xl-128 {
    width: 128px;
  }
  .h-xl-128 {
    height: 128px;
  }
}
.lh-129 {
  line-height: 129px;
}

.grid-cols-129 {
  grid-template-columns: repeat(129, 1fr);
}

.line-height-129 {
  line-height: 129px;
}

.gap-129 {
  gap: 129px;
}

.gap-x-129 {
  -moz-column-gap: 129px;
       column-gap: 129px;
}

.gap-y-129 {
  row-gap: 129px;
}

.rounded-129 {
  border-radius: 129px;
}

.mb-129 {
  margin-bottom: 129px;
}

.mt-129 {
  margin-top: 129px;
}

.mr-129 {
  margin-right: 129px;
}

.ml-129 {
  margin-left: 129px;
}

.mx-129 {
  margin-right: 129px;
  margin-left: 129px;
}

.my-129 {
  margin-top: 129px;
  margin-bottom: 129px;
}

.p-129 {
  padding: 129px;
}

.px-129 {
  padding-right: 129px;
  padding-left: 129px;
}

.py-129 {
  padding-top: 129px;
  padding-bottom: 129px;
}

.pr-129 {
  padding-right: 129px;
}

.pl-129 {
  padding-left: 129px;
}

.pt-129 {
  padding-top: 129px;
}

.pb-129 {
  padding-bottom: 129px;
}

.fs-129 {
  font-size: 129px;
}

.w-129 {
  width: 129px;
}

.h-129 {
  height: 129px;
}

@media (min-width: 576px) {
  .lh-sm-129 {
    line-height: 129px;
  }
  .line-height-sm-129 {
    line-height: 129px;
  }
  .grid-cols-sm-129 {
    grid-template-columns: repeat(129, 1fr);
  }
  .gap-sm-129 {
    gap: 129px;
  }
  .gap-x-sm-129 {
    -moz-column-gap: 129px;
         column-gap: 129px;
  }
  .gap-y-sm-129 {
    row-gap: 129px;
  }
  .rounded-sm-129 {
    border-radius: 129px;
  }
  .mb-sm-129 {
    margin-bottom: 129px;
  }
  .mt-sm-129 {
    margin-top: 129px;
  }
  .mr-sm-129 {
    margin-right: 129px;
  }
  .ml-sm-129 {
    margin-left: 129px;
  }
  .mx-sm-129 {
    margin-right: 129px;
    margin-left: 129px;
  }
  .my-sm-129 {
    margin-top: 129px;
    margin-bottom: 129px;
  }
  .p-sm-129 {
    padding: 129px;
  }
  .px-sm-129 {
    padding-right: 129px;
    padding-left: 129px;
  }
  .py-sm-129 {
    padding-top: 129px;
    padding-bottom: 129px;
  }
  .pr-sm-129 {
    padding-right: 129px;
  }
  .pl-sm-129 {
    padding-left: 129px;
  }
  .pt-sm-129 {
    padding-top: 129px;
  }
  .pb-sm-129 {
    padding-bottom: 129px;
  }
  .fs-sm-129 {
    font-size: 129px;
  }
  .w-sm-129 {
    width: 129px;
  }
  .h-sm-129 {
    height: 129px;
  }
}
@media (min-width: 768px) {
  .lh-md-129 {
    line-height: 129px;
  }
  .line-height-md-129 {
    line-height: 129px;
  }
  .grid-cols-md-129 {
    grid-template-columns: repeat(129, 1fr);
  }
  .gap-md-129 {
    gap: 129px;
  }
  .gap-x-md-129 {
    -moz-column-gap: 129px;
         column-gap: 129px;
  }
  .gap-y-md-129 {
    row-gap: 129px;
  }
  .rounded-md-129 {
    border-radius: 129px;
  }
  .mb-md-129 {
    margin-bottom: 129px;
  }
  .mt-md-129 {
    margin-top: 129px;
  }
  .mr-md-129 {
    margin-right: 129px;
  }
  .ml-md-129 {
    margin-left: 129px;
  }
  .mx-md-129 {
    margin-right: 129px;
    margin-left: 129px;
  }
  .my-md-129 {
    margin-top: 129px;
    margin-bottom: 129px;
  }
  .p-md-129 {
    padding: 129px;
  }
  .px-md-129 {
    padding-right: 129px;
    padding-left: 129px;
  }
  .py-md-129 {
    padding-top: 129px;
    padding-bottom: 129px;
  }
  .pr-md-129 {
    padding-right: 129px;
  }
  .pl-md-129 {
    padding-left: 129px;
  }
  .pt-md-129 {
    padding-top: 129px;
  }
  .pb-md-129 {
    padding-bottom: 129px;
  }
  .fs-md-129 {
    font-size: 129px;
  }
  .w-md-129 {
    width: 129px;
  }
  .h-md-129 {
    height: 129px;
  }
}
@media (min-width: 992px) {
  .lh-lg-129 {
    line-height: 129px;
  }
  .line-height-lg-129 {
    line-height: 129px;
  }
  .grid-cols-lg-129 {
    grid-template-columns: repeat(129, 1fr);
  }
  .gap-lg-129 {
    gap: 129px;
  }
  .gap-x-lg-129 {
    -moz-column-gap: 129px;
         column-gap: 129px;
  }
  .gap-y-lg-129 {
    row-gap: 129px;
  }
  .rounded-lg-129 {
    border-radius: 129px;
  }
  .mb-lg-129 {
    margin-bottom: 129px;
  }
  .mt-lg-129 {
    margin-top: 129px;
  }
  .mr-lg-129 {
    margin-right: 129px;
  }
  .ml-lg-129 {
    margin-left: 129px;
  }
  .mx-lg-129 {
    margin-right: 129px;
    margin-left: 129px;
  }
  .my-lg-129 {
    margin-top: 129px;
    margin-bottom: 129px;
  }
  .p-lg-129 {
    padding: 129px;
  }
  .px-lg-129 {
    padding-right: 129px;
    padding-left: 129px;
  }
  .py-lg-129 {
    padding-top: 129px;
    padding-bottom: 129px;
  }
  .pr-lg-129 {
    padding-right: 129px;
  }
  .pl-lg-129 {
    padding-left: 129px;
  }
  .pt-lg-129 {
    padding-top: 129px;
  }
  .pb-lg-129 {
    padding-bottom: 129px;
  }
  .fs-lg-129 {
    font-size: 129px;
  }
  .w-lg-129 {
    width: 129px;
  }
  .h-lg-129 {
    height: 129px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-129 {
    line-height: 129px;
  }
  .line-height-xl-129 {
    line-height: 129px;
  }
  .grid-cols-xl-129 {
    grid-template-columns: repeat(129, 1fr);
  }
  .gap-xl-129 {
    gap: 129px;
  }
  .gap-x-xl-129 {
    -moz-column-gap: 129px;
         column-gap: 129px;
  }
  .gap-y-xl-129 {
    row-gap: 129px;
  }
  .rounded-xl-129 {
    border-radius: 129px;
  }
  .mb-xl-129 {
    margin-bottom: 129px;
  }
  .mt-xl-129 {
    margin-top: 129px;
  }
  .mr-xl-129 {
    margin-right: 129px;
  }
  .ml-xl-129 {
    margin-left: 129px;
  }
  .mx-xl-129 {
    margin-right: 129px;
    margin-left: 129px;
  }
  .my-xl-129 {
    margin-top: 129px;
    margin-bottom: 129px;
  }
  .p-xl-129 {
    padding: 129px;
  }
  .px-xl-129 {
    padding-right: 129px;
    padding-left: 129px;
  }
  .py-xl-129 {
    padding-top: 129px;
    padding-bottom: 129px;
  }
  .pr-xl-129 {
    padding-right: 129px;
  }
  .pl-xl-129 {
    padding-left: 129px;
  }
  .pt-xl-129 {
    padding-top: 129px;
  }
  .pb-xl-129 {
    padding-bottom: 129px;
  }
  .fs-xl-129 {
    font-size: 129px;
  }
  .w-xl-129 {
    width: 129px;
  }
  .h-xl-129 {
    height: 129px;
  }
}
.lh-130 {
  line-height: 130px;
}

.grid-cols-130 {
  grid-template-columns: repeat(130, 1fr);
}

.line-height-130 {
  line-height: 130px;
}

.gap-130 {
  gap: 130px;
}

.gap-x-130 {
  -moz-column-gap: 130px;
       column-gap: 130px;
}

.gap-y-130 {
  row-gap: 130px;
}

.rounded-130 {
  border-radius: 130px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mt-130 {
  margin-top: 130px;
}

.mr-130 {
  margin-right: 130px;
}

.ml-130 {
  margin-left: 130px;
}

.mx-130 {
  margin-right: 130px;
  margin-left: 130px;
}

.my-130 {
  margin-top: 130px;
  margin-bottom: 130px;
}

.p-130 {
  padding: 130px;
}

.px-130 {
  padding-right: 130px;
  padding-left: 130px;
}

.py-130 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.pr-130 {
  padding-right: 130px;
}

.pl-130 {
  padding-left: 130px;
}

.pt-130 {
  padding-top: 130px;
}

.pb-130 {
  padding-bottom: 130px;
}

.fs-130 {
  font-size: 130px;
}

.w-130 {
  width: 130px;
}

.h-130 {
  height: 130px;
}

@media (min-width: 576px) {
  .lh-sm-130 {
    line-height: 130px;
  }
  .line-height-sm-130 {
    line-height: 130px;
  }
  .grid-cols-sm-130 {
    grid-template-columns: repeat(130, 1fr);
  }
  .gap-sm-130 {
    gap: 130px;
  }
  .gap-x-sm-130 {
    -moz-column-gap: 130px;
         column-gap: 130px;
  }
  .gap-y-sm-130 {
    row-gap: 130px;
  }
  .rounded-sm-130 {
    border-radius: 130px;
  }
  .mb-sm-130 {
    margin-bottom: 130px;
  }
  .mt-sm-130 {
    margin-top: 130px;
  }
  .mr-sm-130 {
    margin-right: 130px;
  }
  .ml-sm-130 {
    margin-left: 130px;
  }
  .mx-sm-130 {
    margin-right: 130px;
    margin-left: 130px;
  }
  .my-sm-130 {
    margin-top: 130px;
    margin-bottom: 130px;
  }
  .p-sm-130 {
    padding: 130px;
  }
  .px-sm-130 {
    padding-right: 130px;
    padding-left: 130px;
  }
  .py-sm-130 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .pr-sm-130 {
    padding-right: 130px;
  }
  .pl-sm-130 {
    padding-left: 130px;
  }
  .pt-sm-130 {
    padding-top: 130px;
  }
  .pb-sm-130 {
    padding-bottom: 130px;
  }
  .fs-sm-130 {
    font-size: 130px;
  }
  .w-sm-130 {
    width: 130px;
  }
  .h-sm-130 {
    height: 130px;
  }
}
@media (min-width: 768px) {
  .lh-md-130 {
    line-height: 130px;
  }
  .line-height-md-130 {
    line-height: 130px;
  }
  .grid-cols-md-130 {
    grid-template-columns: repeat(130, 1fr);
  }
  .gap-md-130 {
    gap: 130px;
  }
  .gap-x-md-130 {
    -moz-column-gap: 130px;
         column-gap: 130px;
  }
  .gap-y-md-130 {
    row-gap: 130px;
  }
  .rounded-md-130 {
    border-radius: 130px;
  }
  .mb-md-130 {
    margin-bottom: 130px;
  }
  .mt-md-130 {
    margin-top: 130px;
  }
  .mr-md-130 {
    margin-right: 130px;
  }
  .ml-md-130 {
    margin-left: 130px;
  }
  .mx-md-130 {
    margin-right: 130px;
    margin-left: 130px;
  }
  .my-md-130 {
    margin-top: 130px;
    margin-bottom: 130px;
  }
  .p-md-130 {
    padding: 130px;
  }
  .px-md-130 {
    padding-right: 130px;
    padding-left: 130px;
  }
  .py-md-130 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .pr-md-130 {
    padding-right: 130px;
  }
  .pl-md-130 {
    padding-left: 130px;
  }
  .pt-md-130 {
    padding-top: 130px;
  }
  .pb-md-130 {
    padding-bottom: 130px;
  }
  .fs-md-130 {
    font-size: 130px;
  }
  .w-md-130 {
    width: 130px;
  }
  .h-md-130 {
    height: 130px;
  }
}
@media (min-width: 992px) {
  .lh-lg-130 {
    line-height: 130px;
  }
  .line-height-lg-130 {
    line-height: 130px;
  }
  .grid-cols-lg-130 {
    grid-template-columns: repeat(130, 1fr);
  }
  .gap-lg-130 {
    gap: 130px;
  }
  .gap-x-lg-130 {
    -moz-column-gap: 130px;
         column-gap: 130px;
  }
  .gap-y-lg-130 {
    row-gap: 130px;
  }
  .rounded-lg-130 {
    border-radius: 130px;
  }
  .mb-lg-130 {
    margin-bottom: 130px;
  }
  .mt-lg-130 {
    margin-top: 130px;
  }
  .mr-lg-130 {
    margin-right: 130px;
  }
  .ml-lg-130 {
    margin-left: 130px;
  }
  .mx-lg-130 {
    margin-right: 130px;
    margin-left: 130px;
  }
  .my-lg-130 {
    margin-top: 130px;
    margin-bottom: 130px;
  }
  .p-lg-130 {
    padding: 130px;
  }
  .px-lg-130 {
    padding-right: 130px;
    padding-left: 130px;
  }
  .py-lg-130 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .pr-lg-130 {
    padding-right: 130px;
  }
  .pl-lg-130 {
    padding-left: 130px;
  }
  .pt-lg-130 {
    padding-top: 130px;
  }
  .pb-lg-130 {
    padding-bottom: 130px;
  }
  .fs-lg-130 {
    font-size: 130px;
  }
  .w-lg-130 {
    width: 130px;
  }
  .h-lg-130 {
    height: 130px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-130 {
    line-height: 130px;
  }
  .line-height-xl-130 {
    line-height: 130px;
  }
  .grid-cols-xl-130 {
    grid-template-columns: repeat(130, 1fr);
  }
  .gap-xl-130 {
    gap: 130px;
  }
  .gap-x-xl-130 {
    -moz-column-gap: 130px;
         column-gap: 130px;
  }
  .gap-y-xl-130 {
    row-gap: 130px;
  }
  .rounded-xl-130 {
    border-radius: 130px;
  }
  .mb-xl-130 {
    margin-bottom: 130px;
  }
  .mt-xl-130 {
    margin-top: 130px;
  }
  .mr-xl-130 {
    margin-right: 130px;
  }
  .ml-xl-130 {
    margin-left: 130px;
  }
  .mx-xl-130 {
    margin-right: 130px;
    margin-left: 130px;
  }
  .my-xl-130 {
    margin-top: 130px;
    margin-bottom: 130px;
  }
  .p-xl-130 {
    padding: 130px;
  }
  .px-xl-130 {
    padding-right: 130px;
    padding-left: 130px;
  }
  .py-xl-130 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .pr-xl-130 {
    padding-right: 130px;
  }
  .pl-xl-130 {
    padding-left: 130px;
  }
  .pt-xl-130 {
    padding-top: 130px;
  }
  .pb-xl-130 {
    padding-bottom: 130px;
  }
  .fs-xl-130 {
    font-size: 130px;
  }
  .w-xl-130 {
    width: 130px;
  }
  .h-xl-130 {
    height: 130px;
  }
}
.lh-131 {
  line-height: 131px;
}

.grid-cols-131 {
  grid-template-columns: repeat(131, 1fr);
}

.line-height-131 {
  line-height: 131px;
}

.gap-131 {
  gap: 131px;
}

.gap-x-131 {
  -moz-column-gap: 131px;
       column-gap: 131px;
}

.gap-y-131 {
  row-gap: 131px;
}

.rounded-131 {
  border-radius: 131px;
}

.mb-131 {
  margin-bottom: 131px;
}

.mt-131 {
  margin-top: 131px;
}

.mr-131 {
  margin-right: 131px;
}

.ml-131 {
  margin-left: 131px;
}

.mx-131 {
  margin-right: 131px;
  margin-left: 131px;
}

.my-131 {
  margin-top: 131px;
  margin-bottom: 131px;
}

.p-131 {
  padding: 131px;
}

.px-131 {
  padding-right: 131px;
  padding-left: 131px;
}

.py-131 {
  padding-top: 131px;
  padding-bottom: 131px;
}

.pr-131 {
  padding-right: 131px;
}

.pl-131 {
  padding-left: 131px;
}

.pt-131 {
  padding-top: 131px;
}

.pb-131 {
  padding-bottom: 131px;
}

.fs-131 {
  font-size: 131px;
}

.w-131 {
  width: 131px;
}

.h-131 {
  height: 131px;
}

@media (min-width: 576px) {
  .lh-sm-131 {
    line-height: 131px;
  }
  .line-height-sm-131 {
    line-height: 131px;
  }
  .grid-cols-sm-131 {
    grid-template-columns: repeat(131, 1fr);
  }
  .gap-sm-131 {
    gap: 131px;
  }
  .gap-x-sm-131 {
    -moz-column-gap: 131px;
         column-gap: 131px;
  }
  .gap-y-sm-131 {
    row-gap: 131px;
  }
  .rounded-sm-131 {
    border-radius: 131px;
  }
  .mb-sm-131 {
    margin-bottom: 131px;
  }
  .mt-sm-131 {
    margin-top: 131px;
  }
  .mr-sm-131 {
    margin-right: 131px;
  }
  .ml-sm-131 {
    margin-left: 131px;
  }
  .mx-sm-131 {
    margin-right: 131px;
    margin-left: 131px;
  }
  .my-sm-131 {
    margin-top: 131px;
    margin-bottom: 131px;
  }
  .p-sm-131 {
    padding: 131px;
  }
  .px-sm-131 {
    padding-right: 131px;
    padding-left: 131px;
  }
  .py-sm-131 {
    padding-top: 131px;
    padding-bottom: 131px;
  }
  .pr-sm-131 {
    padding-right: 131px;
  }
  .pl-sm-131 {
    padding-left: 131px;
  }
  .pt-sm-131 {
    padding-top: 131px;
  }
  .pb-sm-131 {
    padding-bottom: 131px;
  }
  .fs-sm-131 {
    font-size: 131px;
  }
  .w-sm-131 {
    width: 131px;
  }
  .h-sm-131 {
    height: 131px;
  }
}
@media (min-width: 768px) {
  .lh-md-131 {
    line-height: 131px;
  }
  .line-height-md-131 {
    line-height: 131px;
  }
  .grid-cols-md-131 {
    grid-template-columns: repeat(131, 1fr);
  }
  .gap-md-131 {
    gap: 131px;
  }
  .gap-x-md-131 {
    -moz-column-gap: 131px;
         column-gap: 131px;
  }
  .gap-y-md-131 {
    row-gap: 131px;
  }
  .rounded-md-131 {
    border-radius: 131px;
  }
  .mb-md-131 {
    margin-bottom: 131px;
  }
  .mt-md-131 {
    margin-top: 131px;
  }
  .mr-md-131 {
    margin-right: 131px;
  }
  .ml-md-131 {
    margin-left: 131px;
  }
  .mx-md-131 {
    margin-right: 131px;
    margin-left: 131px;
  }
  .my-md-131 {
    margin-top: 131px;
    margin-bottom: 131px;
  }
  .p-md-131 {
    padding: 131px;
  }
  .px-md-131 {
    padding-right: 131px;
    padding-left: 131px;
  }
  .py-md-131 {
    padding-top: 131px;
    padding-bottom: 131px;
  }
  .pr-md-131 {
    padding-right: 131px;
  }
  .pl-md-131 {
    padding-left: 131px;
  }
  .pt-md-131 {
    padding-top: 131px;
  }
  .pb-md-131 {
    padding-bottom: 131px;
  }
  .fs-md-131 {
    font-size: 131px;
  }
  .w-md-131 {
    width: 131px;
  }
  .h-md-131 {
    height: 131px;
  }
}
@media (min-width: 992px) {
  .lh-lg-131 {
    line-height: 131px;
  }
  .line-height-lg-131 {
    line-height: 131px;
  }
  .grid-cols-lg-131 {
    grid-template-columns: repeat(131, 1fr);
  }
  .gap-lg-131 {
    gap: 131px;
  }
  .gap-x-lg-131 {
    -moz-column-gap: 131px;
         column-gap: 131px;
  }
  .gap-y-lg-131 {
    row-gap: 131px;
  }
  .rounded-lg-131 {
    border-radius: 131px;
  }
  .mb-lg-131 {
    margin-bottom: 131px;
  }
  .mt-lg-131 {
    margin-top: 131px;
  }
  .mr-lg-131 {
    margin-right: 131px;
  }
  .ml-lg-131 {
    margin-left: 131px;
  }
  .mx-lg-131 {
    margin-right: 131px;
    margin-left: 131px;
  }
  .my-lg-131 {
    margin-top: 131px;
    margin-bottom: 131px;
  }
  .p-lg-131 {
    padding: 131px;
  }
  .px-lg-131 {
    padding-right: 131px;
    padding-left: 131px;
  }
  .py-lg-131 {
    padding-top: 131px;
    padding-bottom: 131px;
  }
  .pr-lg-131 {
    padding-right: 131px;
  }
  .pl-lg-131 {
    padding-left: 131px;
  }
  .pt-lg-131 {
    padding-top: 131px;
  }
  .pb-lg-131 {
    padding-bottom: 131px;
  }
  .fs-lg-131 {
    font-size: 131px;
  }
  .w-lg-131 {
    width: 131px;
  }
  .h-lg-131 {
    height: 131px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-131 {
    line-height: 131px;
  }
  .line-height-xl-131 {
    line-height: 131px;
  }
  .grid-cols-xl-131 {
    grid-template-columns: repeat(131, 1fr);
  }
  .gap-xl-131 {
    gap: 131px;
  }
  .gap-x-xl-131 {
    -moz-column-gap: 131px;
         column-gap: 131px;
  }
  .gap-y-xl-131 {
    row-gap: 131px;
  }
  .rounded-xl-131 {
    border-radius: 131px;
  }
  .mb-xl-131 {
    margin-bottom: 131px;
  }
  .mt-xl-131 {
    margin-top: 131px;
  }
  .mr-xl-131 {
    margin-right: 131px;
  }
  .ml-xl-131 {
    margin-left: 131px;
  }
  .mx-xl-131 {
    margin-right: 131px;
    margin-left: 131px;
  }
  .my-xl-131 {
    margin-top: 131px;
    margin-bottom: 131px;
  }
  .p-xl-131 {
    padding: 131px;
  }
  .px-xl-131 {
    padding-right: 131px;
    padding-left: 131px;
  }
  .py-xl-131 {
    padding-top: 131px;
    padding-bottom: 131px;
  }
  .pr-xl-131 {
    padding-right: 131px;
  }
  .pl-xl-131 {
    padding-left: 131px;
  }
  .pt-xl-131 {
    padding-top: 131px;
  }
  .pb-xl-131 {
    padding-bottom: 131px;
  }
  .fs-xl-131 {
    font-size: 131px;
  }
  .w-xl-131 {
    width: 131px;
  }
  .h-xl-131 {
    height: 131px;
  }
}
.lh-132 {
  line-height: 132px;
}

.grid-cols-132 {
  grid-template-columns: repeat(132, 1fr);
}

.line-height-132 {
  line-height: 132px;
}

.gap-132 {
  gap: 132px;
}

.gap-x-132 {
  -moz-column-gap: 132px;
       column-gap: 132px;
}

.gap-y-132 {
  row-gap: 132px;
}

.rounded-132 {
  border-radius: 132px;
}

.mb-132 {
  margin-bottom: 132px;
}

.mt-132 {
  margin-top: 132px;
}

.mr-132 {
  margin-right: 132px;
}

.ml-132 {
  margin-left: 132px;
}

.mx-132 {
  margin-right: 132px;
  margin-left: 132px;
}

.my-132 {
  margin-top: 132px;
  margin-bottom: 132px;
}

.p-132 {
  padding: 132px;
}

.px-132 {
  padding-right: 132px;
  padding-left: 132px;
}

.py-132 {
  padding-top: 132px;
  padding-bottom: 132px;
}

.pr-132 {
  padding-right: 132px;
}

.pl-132 {
  padding-left: 132px;
}

.pt-132 {
  padding-top: 132px;
}

.pb-132 {
  padding-bottom: 132px;
}

.fs-132 {
  font-size: 132px;
}

.w-132 {
  width: 132px;
}

.h-132 {
  height: 132px;
}

@media (min-width: 576px) {
  .lh-sm-132 {
    line-height: 132px;
  }
  .line-height-sm-132 {
    line-height: 132px;
  }
  .grid-cols-sm-132 {
    grid-template-columns: repeat(132, 1fr);
  }
  .gap-sm-132 {
    gap: 132px;
  }
  .gap-x-sm-132 {
    -moz-column-gap: 132px;
         column-gap: 132px;
  }
  .gap-y-sm-132 {
    row-gap: 132px;
  }
  .rounded-sm-132 {
    border-radius: 132px;
  }
  .mb-sm-132 {
    margin-bottom: 132px;
  }
  .mt-sm-132 {
    margin-top: 132px;
  }
  .mr-sm-132 {
    margin-right: 132px;
  }
  .ml-sm-132 {
    margin-left: 132px;
  }
  .mx-sm-132 {
    margin-right: 132px;
    margin-left: 132px;
  }
  .my-sm-132 {
    margin-top: 132px;
    margin-bottom: 132px;
  }
  .p-sm-132 {
    padding: 132px;
  }
  .px-sm-132 {
    padding-right: 132px;
    padding-left: 132px;
  }
  .py-sm-132 {
    padding-top: 132px;
    padding-bottom: 132px;
  }
  .pr-sm-132 {
    padding-right: 132px;
  }
  .pl-sm-132 {
    padding-left: 132px;
  }
  .pt-sm-132 {
    padding-top: 132px;
  }
  .pb-sm-132 {
    padding-bottom: 132px;
  }
  .fs-sm-132 {
    font-size: 132px;
  }
  .w-sm-132 {
    width: 132px;
  }
  .h-sm-132 {
    height: 132px;
  }
}
@media (min-width: 768px) {
  .lh-md-132 {
    line-height: 132px;
  }
  .line-height-md-132 {
    line-height: 132px;
  }
  .grid-cols-md-132 {
    grid-template-columns: repeat(132, 1fr);
  }
  .gap-md-132 {
    gap: 132px;
  }
  .gap-x-md-132 {
    -moz-column-gap: 132px;
         column-gap: 132px;
  }
  .gap-y-md-132 {
    row-gap: 132px;
  }
  .rounded-md-132 {
    border-radius: 132px;
  }
  .mb-md-132 {
    margin-bottom: 132px;
  }
  .mt-md-132 {
    margin-top: 132px;
  }
  .mr-md-132 {
    margin-right: 132px;
  }
  .ml-md-132 {
    margin-left: 132px;
  }
  .mx-md-132 {
    margin-right: 132px;
    margin-left: 132px;
  }
  .my-md-132 {
    margin-top: 132px;
    margin-bottom: 132px;
  }
  .p-md-132 {
    padding: 132px;
  }
  .px-md-132 {
    padding-right: 132px;
    padding-left: 132px;
  }
  .py-md-132 {
    padding-top: 132px;
    padding-bottom: 132px;
  }
  .pr-md-132 {
    padding-right: 132px;
  }
  .pl-md-132 {
    padding-left: 132px;
  }
  .pt-md-132 {
    padding-top: 132px;
  }
  .pb-md-132 {
    padding-bottom: 132px;
  }
  .fs-md-132 {
    font-size: 132px;
  }
  .w-md-132 {
    width: 132px;
  }
  .h-md-132 {
    height: 132px;
  }
}
@media (min-width: 992px) {
  .lh-lg-132 {
    line-height: 132px;
  }
  .line-height-lg-132 {
    line-height: 132px;
  }
  .grid-cols-lg-132 {
    grid-template-columns: repeat(132, 1fr);
  }
  .gap-lg-132 {
    gap: 132px;
  }
  .gap-x-lg-132 {
    -moz-column-gap: 132px;
         column-gap: 132px;
  }
  .gap-y-lg-132 {
    row-gap: 132px;
  }
  .rounded-lg-132 {
    border-radius: 132px;
  }
  .mb-lg-132 {
    margin-bottom: 132px;
  }
  .mt-lg-132 {
    margin-top: 132px;
  }
  .mr-lg-132 {
    margin-right: 132px;
  }
  .ml-lg-132 {
    margin-left: 132px;
  }
  .mx-lg-132 {
    margin-right: 132px;
    margin-left: 132px;
  }
  .my-lg-132 {
    margin-top: 132px;
    margin-bottom: 132px;
  }
  .p-lg-132 {
    padding: 132px;
  }
  .px-lg-132 {
    padding-right: 132px;
    padding-left: 132px;
  }
  .py-lg-132 {
    padding-top: 132px;
    padding-bottom: 132px;
  }
  .pr-lg-132 {
    padding-right: 132px;
  }
  .pl-lg-132 {
    padding-left: 132px;
  }
  .pt-lg-132 {
    padding-top: 132px;
  }
  .pb-lg-132 {
    padding-bottom: 132px;
  }
  .fs-lg-132 {
    font-size: 132px;
  }
  .w-lg-132 {
    width: 132px;
  }
  .h-lg-132 {
    height: 132px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-132 {
    line-height: 132px;
  }
  .line-height-xl-132 {
    line-height: 132px;
  }
  .grid-cols-xl-132 {
    grid-template-columns: repeat(132, 1fr);
  }
  .gap-xl-132 {
    gap: 132px;
  }
  .gap-x-xl-132 {
    -moz-column-gap: 132px;
         column-gap: 132px;
  }
  .gap-y-xl-132 {
    row-gap: 132px;
  }
  .rounded-xl-132 {
    border-radius: 132px;
  }
  .mb-xl-132 {
    margin-bottom: 132px;
  }
  .mt-xl-132 {
    margin-top: 132px;
  }
  .mr-xl-132 {
    margin-right: 132px;
  }
  .ml-xl-132 {
    margin-left: 132px;
  }
  .mx-xl-132 {
    margin-right: 132px;
    margin-left: 132px;
  }
  .my-xl-132 {
    margin-top: 132px;
    margin-bottom: 132px;
  }
  .p-xl-132 {
    padding: 132px;
  }
  .px-xl-132 {
    padding-right: 132px;
    padding-left: 132px;
  }
  .py-xl-132 {
    padding-top: 132px;
    padding-bottom: 132px;
  }
  .pr-xl-132 {
    padding-right: 132px;
  }
  .pl-xl-132 {
    padding-left: 132px;
  }
  .pt-xl-132 {
    padding-top: 132px;
  }
  .pb-xl-132 {
    padding-bottom: 132px;
  }
  .fs-xl-132 {
    font-size: 132px;
  }
  .w-xl-132 {
    width: 132px;
  }
  .h-xl-132 {
    height: 132px;
  }
}
.lh-133 {
  line-height: 133px;
}

.grid-cols-133 {
  grid-template-columns: repeat(133, 1fr);
}

.line-height-133 {
  line-height: 133px;
}

.gap-133 {
  gap: 133px;
}

.gap-x-133 {
  -moz-column-gap: 133px;
       column-gap: 133px;
}

.gap-y-133 {
  row-gap: 133px;
}

.rounded-133 {
  border-radius: 133px;
}

.mb-133 {
  margin-bottom: 133px;
}

.mt-133 {
  margin-top: 133px;
}

.mr-133 {
  margin-right: 133px;
}

.ml-133 {
  margin-left: 133px;
}

.mx-133 {
  margin-right: 133px;
  margin-left: 133px;
}

.my-133 {
  margin-top: 133px;
  margin-bottom: 133px;
}

.p-133 {
  padding: 133px;
}

.px-133 {
  padding-right: 133px;
  padding-left: 133px;
}

.py-133 {
  padding-top: 133px;
  padding-bottom: 133px;
}

.pr-133 {
  padding-right: 133px;
}

.pl-133 {
  padding-left: 133px;
}

.pt-133 {
  padding-top: 133px;
}

.pb-133 {
  padding-bottom: 133px;
}

.fs-133 {
  font-size: 133px;
}

.w-133 {
  width: 133px;
}

.h-133 {
  height: 133px;
}

@media (min-width: 576px) {
  .lh-sm-133 {
    line-height: 133px;
  }
  .line-height-sm-133 {
    line-height: 133px;
  }
  .grid-cols-sm-133 {
    grid-template-columns: repeat(133, 1fr);
  }
  .gap-sm-133 {
    gap: 133px;
  }
  .gap-x-sm-133 {
    -moz-column-gap: 133px;
         column-gap: 133px;
  }
  .gap-y-sm-133 {
    row-gap: 133px;
  }
  .rounded-sm-133 {
    border-radius: 133px;
  }
  .mb-sm-133 {
    margin-bottom: 133px;
  }
  .mt-sm-133 {
    margin-top: 133px;
  }
  .mr-sm-133 {
    margin-right: 133px;
  }
  .ml-sm-133 {
    margin-left: 133px;
  }
  .mx-sm-133 {
    margin-right: 133px;
    margin-left: 133px;
  }
  .my-sm-133 {
    margin-top: 133px;
    margin-bottom: 133px;
  }
  .p-sm-133 {
    padding: 133px;
  }
  .px-sm-133 {
    padding-right: 133px;
    padding-left: 133px;
  }
  .py-sm-133 {
    padding-top: 133px;
    padding-bottom: 133px;
  }
  .pr-sm-133 {
    padding-right: 133px;
  }
  .pl-sm-133 {
    padding-left: 133px;
  }
  .pt-sm-133 {
    padding-top: 133px;
  }
  .pb-sm-133 {
    padding-bottom: 133px;
  }
  .fs-sm-133 {
    font-size: 133px;
  }
  .w-sm-133 {
    width: 133px;
  }
  .h-sm-133 {
    height: 133px;
  }
}
@media (min-width: 768px) {
  .lh-md-133 {
    line-height: 133px;
  }
  .line-height-md-133 {
    line-height: 133px;
  }
  .grid-cols-md-133 {
    grid-template-columns: repeat(133, 1fr);
  }
  .gap-md-133 {
    gap: 133px;
  }
  .gap-x-md-133 {
    -moz-column-gap: 133px;
         column-gap: 133px;
  }
  .gap-y-md-133 {
    row-gap: 133px;
  }
  .rounded-md-133 {
    border-radius: 133px;
  }
  .mb-md-133 {
    margin-bottom: 133px;
  }
  .mt-md-133 {
    margin-top: 133px;
  }
  .mr-md-133 {
    margin-right: 133px;
  }
  .ml-md-133 {
    margin-left: 133px;
  }
  .mx-md-133 {
    margin-right: 133px;
    margin-left: 133px;
  }
  .my-md-133 {
    margin-top: 133px;
    margin-bottom: 133px;
  }
  .p-md-133 {
    padding: 133px;
  }
  .px-md-133 {
    padding-right: 133px;
    padding-left: 133px;
  }
  .py-md-133 {
    padding-top: 133px;
    padding-bottom: 133px;
  }
  .pr-md-133 {
    padding-right: 133px;
  }
  .pl-md-133 {
    padding-left: 133px;
  }
  .pt-md-133 {
    padding-top: 133px;
  }
  .pb-md-133 {
    padding-bottom: 133px;
  }
  .fs-md-133 {
    font-size: 133px;
  }
  .w-md-133 {
    width: 133px;
  }
  .h-md-133 {
    height: 133px;
  }
}
@media (min-width: 992px) {
  .lh-lg-133 {
    line-height: 133px;
  }
  .line-height-lg-133 {
    line-height: 133px;
  }
  .grid-cols-lg-133 {
    grid-template-columns: repeat(133, 1fr);
  }
  .gap-lg-133 {
    gap: 133px;
  }
  .gap-x-lg-133 {
    -moz-column-gap: 133px;
         column-gap: 133px;
  }
  .gap-y-lg-133 {
    row-gap: 133px;
  }
  .rounded-lg-133 {
    border-radius: 133px;
  }
  .mb-lg-133 {
    margin-bottom: 133px;
  }
  .mt-lg-133 {
    margin-top: 133px;
  }
  .mr-lg-133 {
    margin-right: 133px;
  }
  .ml-lg-133 {
    margin-left: 133px;
  }
  .mx-lg-133 {
    margin-right: 133px;
    margin-left: 133px;
  }
  .my-lg-133 {
    margin-top: 133px;
    margin-bottom: 133px;
  }
  .p-lg-133 {
    padding: 133px;
  }
  .px-lg-133 {
    padding-right: 133px;
    padding-left: 133px;
  }
  .py-lg-133 {
    padding-top: 133px;
    padding-bottom: 133px;
  }
  .pr-lg-133 {
    padding-right: 133px;
  }
  .pl-lg-133 {
    padding-left: 133px;
  }
  .pt-lg-133 {
    padding-top: 133px;
  }
  .pb-lg-133 {
    padding-bottom: 133px;
  }
  .fs-lg-133 {
    font-size: 133px;
  }
  .w-lg-133 {
    width: 133px;
  }
  .h-lg-133 {
    height: 133px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-133 {
    line-height: 133px;
  }
  .line-height-xl-133 {
    line-height: 133px;
  }
  .grid-cols-xl-133 {
    grid-template-columns: repeat(133, 1fr);
  }
  .gap-xl-133 {
    gap: 133px;
  }
  .gap-x-xl-133 {
    -moz-column-gap: 133px;
         column-gap: 133px;
  }
  .gap-y-xl-133 {
    row-gap: 133px;
  }
  .rounded-xl-133 {
    border-radius: 133px;
  }
  .mb-xl-133 {
    margin-bottom: 133px;
  }
  .mt-xl-133 {
    margin-top: 133px;
  }
  .mr-xl-133 {
    margin-right: 133px;
  }
  .ml-xl-133 {
    margin-left: 133px;
  }
  .mx-xl-133 {
    margin-right: 133px;
    margin-left: 133px;
  }
  .my-xl-133 {
    margin-top: 133px;
    margin-bottom: 133px;
  }
  .p-xl-133 {
    padding: 133px;
  }
  .px-xl-133 {
    padding-right: 133px;
    padding-left: 133px;
  }
  .py-xl-133 {
    padding-top: 133px;
    padding-bottom: 133px;
  }
  .pr-xl-133 {
    padding-right: 133px;
  }
  .pl-xl-133 {
    padding-left: 133px;
  }
  .pt-xl-133 {
    padding-top: 133px;
  }
  .pb-xl-133 {
    padding-bottom: 133px;
  }
  .fs-xl-133 {
    font-size: 133px;
  }
  .w-xl-133 {
    width: 133px;
  }
  .h-xl-133 {
    height: 133px;
  }
}
.lh-134 {
  line-height: 134px;
}

.grid-cols-134 {
  grid-template-columns: repeat(134, 1fr);
}

.line-height-134 {
  line-height: 134px;
}

.gap-134 {
  gap: 134px;
}

.gap-x-134 {
  -moz-column-gap: 134px;
       column-gap: 134px;
}

.gap-y-134 {
  row-gap: 134px;
}

.rounded-134 {
  border-radius: 134px;
}

.mb-134 {
  margin-bottom: 134px;
}

.mt-134 {
  margin-top: 134px;
}

.mr-134 {
  margin-right: 134px;
}

.ml-134 {
  margin-left: 134px;
}

.mx-134 {
  margin-right: 134px;
  margin-left: 134px;
}

.my-134 {
  margin-top: 134px;
  margin-bottom: 134px;
}

.p-134 {
  padding: 134px;
}

.px-134 {
  padding-right: 134px;
  padding-left: 134px;
}

.py-134 {
  padding-top: 134px;
  padding-bottom: 134px;
}

.pr-134 {
  padding-right: 134px;
}

.pl-134 {
  padding-left: 134px;
}

.pt-134 {
  padding-top: 134px;
}

.pb-134 {
  padding-bottom: 134px;
}

.fs-134 {
  font-size: 134px;
}

.w-134 {
  width: 134px;
}

.h-134 {
  height: 134px;
}

@media (min-width: 576px) {
  .lh-sm-134 {
    line-height: 134px;
  }
  .line-height-sm-134 {
    line-height: 134px;
  }
  .grid-cols-sm-134 {
    grid-template-columns: repeat(134, 1fr);
  }
  .gap-sm-134 {
    gap: 134px;
  }
  .gap-x-sm-134 {
    -moz-column-gap: 134px;
         column-gap: 134px;
  }
  .gap-y-sm-134 {
    row-gap: 134px;
  }
  .rounded-sm-134 {
    border-radius: 134px;
  }
  .mb-sm-134 {
    margin-bottom: 134px;
  }
  .mt-sm-134 {
    margin-top: 134px;
  }
  .mr-sm-134 {
    margin-right: 134px;
  }
  .ml-sm-134 {
    margin-left: 134px;
  }
  .mx-sm-134 {
    margin-right: 134px;
    margin-left: 134px;
  }
  .my-sm-134 {
    margin-top: 134px;
    margin-bottom: 134px;
  }
  .p-sm-134 {
    padding: 134px;
  }
  .px-sm-134 {
    padding-right: 134px;
    padding-left: 134px;
  }
  .py-sm-134 {
    padding-top: 134px;
    padding-bottom: 134px;
  }
  .pr-sm-134 {
    padding-right: 134px;
  }
  .pl-sm-134 {
    padding-left: 134px;
  }
  .pt-sm-134 {
    padding-top: 134px;
  }
  .pb-sm-134 {
    padding-bottom: 134px;
  }
  .fs-sm-134 {
    font-size: 134px;
  }
  .w-sm-134 {
    width: 134px;
  }
  .h-sm-134 {
    height: 134px;
  }
}
@media (min-width: 768px) {
  .lh-md-134 {
    line-height: 134px;
  }
  .line-height-md-134 {
    line-height: 134px;
  }
  .grid-cols-md-134 {
    grid-template-columns: repeat(134, 1fr);
  }
  .gap-md-134 {
    gap: 134px;
  }
  .gap-x-md-134 {
    -moz-column-gap: 134px;
         column-gap: 134px;
  }
  .gap-y-md-134 {
    row-gap: 134px;
  }
  .rounded-md-134 {
    border-radius: 134px;
  }
  .mb-md-134 {
    margin-bottom: 134px;
  }
  .mt-md-134 {
    margin-top: 134px;
  }
  .mr-md-134 {
    margin-right: 134px;
  }
  .ml-md-134 {
    margin-left: 134px;
  }
  .mx-md-134 {
    margin-right: 134px;
    margin-left: 134px;
  }
  .my-md-134 {
    margin-top: 134px;
    margin-bottom: 134px;
  }
  .p-md-134 {
    padding: 134px;
  }
  .px-md-134 {
    padding-right: 134px;
    padding-left: 134px;
  }
  .py-md-134 {
    padding-top: 134px;
    padding-bottom: 134px;
  }
  .pr-md-134 {
    padding-right: 134px;
  }
  .pl-md-134 {
    padding-left: 134px;
  }
  .pt-md-134 {
    padding-top: 134px;
  }
  .pb-md-134 {
    padding-bottom: 134px;
  }
  .fs-md-134 {
    font-size: 134px;
  }
  .w-md-134 {
    width: 134px;
  }
  .h-md-134 {
    height: 134px;
  }
}
@media (min-width: 992px) {
  .lh-lg-134 {
    line-height: 134px;
  }
  .line-height-lg-134 {
    line-height: 134px;
  }
  .grid-cols-lg-134 {
    grid-template-columns: repeat(134, 1fr);
  }
  .gap-lg-134 {
    gap: 134px;
  }
  .gap-x-lg-134 {
    -moz-column-gap: 134px;
         column-gap: 134px;
  }
  .gap-y-lg-134 {
    row-gap: 134px;
  }
  .rounded-lg-134 {
    border-radius: 134px;
  }
  .mb-lg-134 {
    margin-bottom: 134px;
  }
  .mt-lg-134 {
    margin-top: 134px;
  }
  .mr-lg-134 {
    margin-right: 134px;
  }
  .ml-lg-134 {
    margin-left: 134px;
  }
  .mx-lg-134 {
    margin-right: 134px;
    margin-left: 134px;
  }
  .my-lg-134 {
    margin-top: 134px;
    margin-bottom: 134px;
  }
  .p-lg-134 {
    padding: 134px;
  }
  .px-lg-134 {
    padding-right: 134px;
    padding-left: 134px;
  }
  .py-lg-134 {
    padding-top: 134px;
    padding-bottom: 134px;
  }
  .pr-lg-134 {
    padding-right: 134px;
  }
  .pl-lg-134 {
    padding-left: 134px;
  }
  .pt-lg-134 {
    padding-top: 134px;
  }
  .pb-lg-134 {
    padding-bottom: 134px;
  }
  .fs-lg-134 {
    font-size: 134px;
  }
  .w-lg-134 {
    width: 134px;
  }
  .h-lg-134 {
    height: 134px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-134 {
    line-height: 134px;
  }
  .line-height-xl-134 {
    line-height: 134px;
  }
  .grid-cols-xl-134 {
    grid-template-columns: repeat(134, 1fr);
  }
  .gap-xl-134 {
    gap: 134px;
  }
  .gap-x-xl-134 {
    -moz-column-gap: 134px;
         column-gap: 134px;
  }
  .gap-y-xl-134 {
    row-gap: 134px;
  }
  .rounded-xl-134 {
    border-radius: 134px;
  }
  .mb-xl-134 {
    margin-bottom: 134px;
  }
  .mt-xl-134 {
    margin-top: 134px;
  }
  .mr-xl-134 {
    margin-right: 134px;
  }
  .ml-xl-134 {
    margin-left: 134px;
  }
  .mx-xl-134 {
    margin-right: 134px;
    margin-left: 134px;
  }
  .my-xl-134 {
    margin-top: 134px;
    margin-bottom: 134px;
  }
  .p-xl-134 {
    padding: 134px;
  }
  .px-xl-134 {
    padding-right: 134px;
    padding-left: 134px;
  }
  .py-xl-134 {
    padding-top: 134px;
    padding-bottom: 134px;
  }
  .pr-xl-134 {
    padding-right: 134px;
  }
  .pl-xl-134 {
    padding-left: 134px;
  }
  .pt-xl-134 {
    padding-top: 134px;
  }
  .pb-xl-134 {
    padding-bottom: 134px;
  }
  .fs-xl-134 {
    font-size: 134px;
  }
  .w-xl-134 {
    width: 134px;
  }
  .h-xl-134 {
    height: 134px;
  }
}
.lh-135 {
  line-height: 135px;
}

.grid-cols-135 {
  grid-template-columns: repeat(135, 1fr);
}

.line-height-135 {
  line-height: 135px;
}

.gap-135 {
  gap: 135px;
}

.gap-x-135 {
  -moz-column-gap: 135px;
       column-gap: 135px;
}

.gap-y-135 {
  row-gap: 135px;
}

.rounded-135 {
  border-radius: 135px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mt-135 {
  margin-top: 135px;
}

.mr-135 {
  margin-right: 135px;
}

.ml-135 {
  margin-left: 135px;
}

.mx-135 {
  margin-right: 135px;
  margin-left: 135px;
}

.my-135 {
  margin-top: 135px;
  margin-bottom: 135px;
}

.p-135 {
  padding: 135px;
}

.px-135 {
  padding-right: 135px;
  padding-left: 135px;
}

.py-135 {
  padding-top: 135px;
  padding-bottom: 135px;
}

.pr-135 {
  padding-right: 135px;
}

.pl-135 {
  padding-left: 135px;
}

.pt-135 {
  padding-top: 135px;
}

.pb-135 {
  padding-bottom: 135px;
}

.fs-135 {
  font-size: 135px;
}

.w-135 {
  width: 135px;
}

.h-135 {
  height: 135px;
}

@media (min-width: 576px) {
  .lh-sm-135 {
    line-height: 135px;
  }
  .line-height-sm-135 {
    line-height: 135px;
  }
  .grid-cols-sm-135 {
    grid-template-columns: repeat(135, 1fr);
  }
  .gap-sm-135 {
    gap: 135px;
  }
  .gap-x-sm-135 {
    -moz-column-gap: 135px;
         column-gap: 135px;
  }
  .gap-y-sm-135 {
    row-gap: 135px;
  }
  .rounded-sm-135 {
    border-radius: 135px;
  }
  .mb-sm-135 {
    margin-bottom: 135px;
  }
  .mt-sm-135 {
    margin-top: 135px;
  }
  .mr-sm-135 {
    margin-right: 135px;
  }
  .ml-sm-135 {
    margin-left: 135px;
  }
  .mx-sm-135 {
    margin-right: 135px;
    margin-left: 135px;
  }
  .my-sm-135 {
    margin-top: 135px;
    margin-bottom: 135px;
  }
  .p-sm-135 {
    padding: 135px;
  }
  .px-sm-135 {
    padding-right: 135px;
    padding-left: 135px;
  }
  .py-sm-135 {
    padding-top: 135px;
    padding-bottom: 135px;
  }
  .pr-sm-135 {
    padding-right: 135px;
  }
  .pl-sm-135 {
    padding-left: 135px;
  }
  .pt-sm-135 {
    padding-top: 135px;
  }
  .pb-sm-135 {
    padding-bottom: 135px;
  }
  .fs-sm-135 {
    font-size: 135px;
  }
  .w-sm-135 {
    width: 135px;
  }
  .h-sm-135 {
    height: 135px;
  }
}
@media (min-width: 768px) {
  .lh-md-135 {
    line-height: 135px;
  }
  .line-height-md-135 {
    line-height: 135px;
  }
  .grid-cols-md-135 {
    grid-template-columns: repeat(135, 1fr);
  }
  .gap-md-135 {
    gap: 135px;
  }
  .gap-x-md-135 {
    -moz-column-gap: 135px;
         column-gap: 135px;
  }
  .gap-y-md-135 {
    row-gap: 135px;
  }
  .rounded-md-135 {
    border-radius: 135px;
  }
  .mb-md-135 {
    margin-bottom: 135px;
  }
  .mt-md-135 {
    margin-top: 135px;
  }
  .mr-md-135 {
    margin-right: 135px;
  }
  .ml-md-135 {
    margin-left: 135px;
  }
  .mx-md-135 {
    margin-right: 135px;
    margin-left: 135px;
  }
  .my-md-135 {
    margin-top: 135px;
    margin-bottom: 135px;
  }
  .p-md-135 {
    padding: 135px;
  }
  .px-md-135 {
    padding-right: 135px;
    padding-left: 135px;
  }
  .py-md-135 {
    padding-top: 135px;
    padding-bottom: 135px;
  }
  .pr-md-135 {
    padding-right: 135px;
  }
  .pl-md-135 {
    padding-left: 135px;
  }
  .pt-md-135 {
    padding-top: 135px;
  }
  .pb-md-135 {
    padding-bottom: 135px;
  }
  .fs-md-135 {
    font-size: 135px;
  }
  .w-md-135 {
    width: 135px;
  }
  .h-md-135 {
    height: 135px;
  }
}
@media (min-width: 992px) {
  .lh-lg-135 {
    line-height: 135px;
  }
  .line-height-lg-135 {
    line-height: 135px;
  }
  .grid-cols-lg-135 {
    grid-template-columns: repeat(135, 1fr);
  }
  .gap-lg-135 {
    gap: 135px;
  }
  .gap-x-lg-135 {
    -moz-column-gap: 135px;
         column-gap: 135px;
  }
  .gap-y-lg-135 {
    row-gap: 135px;
  }
  .rounded-lg-135 {
    border-radius: 135px;
  }
  .mb-lg-135 {
    margin-bottom: 135px;
  }
  .mt-lg-135 {
    margin-top: 135px;
  }
  .mr-lg-135 {
    margin-right: 135px;
  }
  .ml-lg-135 {
    margin-left: 135px;
  }
  .mx-lg-135 {
    margin-right: 135px;
    margin-left: 135px;
  }
  .my-lg-135 {
    margin-top: 135px;
    margin-bottom: 135px;
  }
  .p-lg-135 {
    padding: 135px;
  }
  .px-lg-135 {
    padding-right: 135px;
    padding-left: 135px;
  }
  .py-lg-135 {
    padding-top: 135px;
    padding-bottom: 135px;
  }
  .pr-lg-135 {
    padding-right: 135px;
  }
  .pl-lg-135 {
    padding-left: 135px;
  }
  .pt-lg-135 {
    padding-top: 135px;
  }
  .pb-lg-135 {
    padding-bottom: 135px;
  }
  .fs-lg-135 {
    font-size: 135px;
  }
  .w-lg-135 {
    width: 135px;
  }
  .h-lg-135 {
    height: 135px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-135 {
    line-height: 135px;
  }
  .line-height-xl-135 {
    line-height: 135px;
  }
  .grid-cols-xl-135 {
    grid-template-columns: repeat(135, 1fr);
  }
  .gap-xl-135 {
    gap: 135px;
  }
  .gap-x-xl-135 {
    -moz-column-gap: 135px;
         column-gap: 135px;
  }
  .gap-y-xl-135 {
    row-gap: 135px;
  }
  .rounded-xl-135 {
    border-radius: 135px;
  }
  .mb-xl-135 {
    margin-bottom: 135px;
  }
  .mt-xl-135 {
    margin-top: 135px;
  }
  .mr-xl-135 {
    margin-right: 135px;
  }
  .ml-xl-135 {
    margin-left: 135px;
  }
  .mx-xl-135 {
    margin-right: 135px;
    margin-left: 135px;
  }
  .my-xl-135 {
    margin-top: 135px;
    margin-bottom: 135px;
  }
  .p-xl-135 {
    padding: 135px;
  }
  .px-xl-135 {
    padding-right: 135px;
    padding-left: 135px;
  }
  .py-xl-135 {
    padding-top: 135px;
    padding-bottom: 135px;
  }
  .pr-xl-135 {
    padding-right: 135px;
  }
  .pl-xl-135 {
    padding-left: 135px;
  }
  .pt-xl-135 {
    padding-top: 135px;
  }
  .pb-xl-135 {
    padding-bottom: 135px;
  }
  .fs-xl-135 {
    font-size: 135px;
  }
  .w-xl-135 {
    width: 135px;
  }
  .h-xl-135 {
    height: 135px;
  }
}
.lh-136 {
  line-height: 136px;
}

.grid-cols-136 {
  grid-template-columns: repeat(136, 1fr);
}

.line-height-136 {
  line-height: 136px;
}

.gap-136 {
  gap: 136px;
}

.gap-x-136 {
  -moz-column-gap: 136px;
       column-gap: 136px;
}

.gap-y-136 {
  row-gap: 136px;
}

.rounded-136 {
  border-radius: 136px;
}

.mb-136 {
  margin-bottom: 136px;
}

.mt-136 {
  margin-top: 136px;
}

.mr-136 {
  margin-right: 136px;
}

.ml-136 {
  margin-left: 136px;
}

.mx-136 {
  margin-right: 136px;
  margin-left: 136px;
}

.my-136 {
  margin-top: 136px;
  margin-bottom: 136px;
}

.p-136 {
  padding: 136px;
}

.px-136 {
  padding-right: 136px;
  padding-left: 136px;
}

.py-136 {
  padding-top: 136px;
  padding-bottom: 136px;
}

.pr-136 {
  padding-right: 136px;
}

.pl-136 {
  padding-left: 136px;
}

.pt-136 {
  padding-top: 136px;
}

.pb-136 {
  padding-bottom: 136px;
}

.fs-136 {
  font-size: 136px;
}

.w-136 {
  width: 136px;
}

.h-136 {
  height: 136px;
}

@media (min-width: 576px) {
  .lh-sm-136 {
    line-height: 136px;
  }
  .line-height-sm-136 {
    line-height: 136px;
  }
  .grid-cols-sm-136 {
    grid-template-columns: repeat(136, 1fr);
  }
  .gap-sm-136 {
    gap: 136px;
  }
  .gap-x-sm-136 {
    -moz-column-gap: 136px;
         column-gap: 136px;
  }
  .gap-y-sm-136 {
    row-gap: 136px;
  }
  .rounded-sm-136 {
    border-radius: 136px;
  }
  .mb-sm-136 {
    margin-bottom: 136px;
  }
  .mt-sm-136 {
    margin-top: 136px;
  }
  .mr-sm-136 {
    margin-right: 136px;
  }
  .ml-sm-136 {
    margin-left: 136px;
  }
  .mx-sm-136 {
    margin-right: 136px;
    margin-left: 136px;
  }
  .my-sm-136 {
    margin-top: 136px;
    margin-bottom: 136px;
  }
  .p-sm-136 {
    padding: 136px;
  }
  .px-sm-136 {
    padding-right: 136px;
    padding-left: 136px;
  }
  .py-sm-136 {
    padding-top: 136px;
    padding-bottom: 136px;
  }
  .pr-sm-136 {
    padding-right: 136px;
  }
  .pl-sm-136 {
    padding-left: 136px;
  }
  .pt-sm-136 {
    padding-top: 136px;
  }
  .pb-sm-136 {
    padding-bottom: 136px;
  }
  .fs-sm-136 {
    font-size: 136px;
  }
  .w-sm-136 {
    width: 136px;
  }
  .h-sm-136 {
    height: 136px;
  }
}
@media (min-width: 768px) {
  .lh-md-136 {
    line-height: 136px;
  }
  .line-height-md-136 {
    line-height: 136px;
  }
  .grid-cols-md-136 {
    grid-template-columns: repeat(136, 1fr);
  }
  .gap-md-136 {
    gap: 136px;
  }
  .gap-x-md-136 {
    -moz-column-gap: 136px;
         column-gap: 136px;
  }
  .gap-y-md-136 {
    row-gap: 136px;
  }
  .rounded-md-136 {
    border-radius: 136px;
  }
  .mb-md-136 {
    margin-bottom: 136px;
  }
  .mt-md-136 {
    margin-top: 136px;
  }
  .mr-md-136 {
    margin-right: 136px;
  }
  .ml-md-136 {
    margin-left: 136px;
  }
  .mx-md-136 {
    margin-right: 136px;
    margin-left: 136px;
  }
  .my-md-136 {
    margin-top: 136px;
    margin-bottom: 136px;
  }
  .p-md-136 {
    padding: 136px;
  }
  .px-md-136 {
    padding-right: 136px;
    padding-left: 136px;
  }
  .py-md-136 {
    padding-top: 136px;
    padding-bottom: 136px;
  }
  .pr-md-136 {
    padding-right: 136px;
  }
  .pl-md-136 {
    padding-left: 136px;
  }
  .pt-md-136 {
    padding-top: 136px;
  }
  .pb-md-136 {
    padding-bottom: 136px;
  }
  .fs-md-136 {
    font-size: 136px;
  }
  .w-md-136 {
    width: 136px;
  }
  .h-md-136 {
    height: 136px;
  }
}
@media (min-width: 992px) {
  .lh-lg-136 {
    line-height: 136px;
  }
  .line-height-lg-136 {
    line-height: 136px;
  }
  .grid-cols-lg-136 {
    grid-template-columns: repeat(136, 1fr);
  }
  .gap-lg-136 {
    gap: 136px;
  }
  .gap-x-lg-136 {
    -moz-column-gap: 136px;
         column-gap: 136px;
  }
  .gap-y-lg-136 {
    row-gap: 136px;
  }
  .rounded-lg-136 {
    border-radius: 136px;
  }
  .mb-lg-136 {
    margin-bottom: 136px;
  }
  .mt-lg-136 {
    margin-top: 136px;
  }
  .mr-lg-136 {
    margin-right: 136px;
  }
  .ml-lg-136 {
    margin-left: 136px;
  }
  .mx-lg-136 {
    margin-right: 136px;
    margin-left: 136px;
  }
  .my-lg-136 {
    margin-top: 136px;
    margin-bottom: 136px;
  }
  .p-lg-136 {
    padding: 136px;
  }
  .px-lg-136 {
    padding-right: 136px;
    padding-left: 136px;
  }
  .py-lg-136 {
    padding-top: 136px;
    padding-bottom: 136px;
  }
  .pr-lg-136 {
    padding-right: 136px;
  }
  .pl-lg-136 {
    padding-left: 136px;
  }
  .pt-lg-136 {
    padding-top: 136px;
  }
  .pb-lg-136 {
    padding-bottom: 136px;
  }
  .fs-lg-136 {
    font-size: 136px;
  }
  .w-lg-136 {
    width: 136px;
  }
  .h-lg-136 {
    height: 136px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-136 {
    line-height: 136px;
  }
  .line-height-xl-136 {
    line-height: 136px;
  }
  .grid-cols-xl-136 {
    grid-template-columns: repeat(136, 1fr);
  }
  .gap-xl-136 {
    gap: 136px;
  }
  .gap-x-xl-136 {
    -moz-column-gap: 136px;
         column-gap: 136px;
  }
  .gap-y-xl-136 {
    row-gap: 136px;
  }
  .rounded-xl-136 {
    border-radius: 136px;
  }
  .mb-xl-136 {
    margin-bottom: 136px;
  }
  .mt-xl-136 {
    margin-top: 136px;
  }
  .mr-xl-136 {
    margin-right: 136px;
  }
  .ml-xl-136 {
    margin-left: 136px;
  }
  .mx-xl-136 {
    margin-right: 136px;
    margin-left: 136px;
  }
  .my-xl-136 {
    margin-top: 136px;
    margin-bottom: 136px;
  }
  .p-xl-136 {
    padding: 136px;
  }
  .px-xl-136 {
    padding-right: 136px;
    padding-left: 136px;
  }
  .py-xl-136 {
    padding-top: 136px;
    padding-bottom: 136px;
  }
  .pr-xl-136 {
    padding-right: 136px;
  }
  .pl-xl-136 {
    padding-left: 136px;
  }
  .pt-xl-136 {
    padding-top: 136px;
  }
  .pb-xl-136 {
    padding-bottom: 136px;
  }
  .fs-xl-136 {
    font-size: 136px;
  }
  .w-xl-136 {
    width: 136px;
  }
  .h-xl-136 {
    height: 136px;
  }
}
.lh-137 {
  line-height: 137px;
}

.grid-cols-137 {
  grid-template-columns: repeat(137, 1fr);
}

.line-height-137 {
  line-height: 137px;
}

.gap-137 {
  gap: 137px;
}

.gap-x-137 {
  -moz-column-gap: 137px;
       column-gap: 137px;
}

.gap-y-137 {
  row-gap: 137px;
}

.rounded-137 {
  border-radius: 137px;
}

.mb-137 {
  margin-bottom: 137px;
}

.mt-137 {
  margin-top: 137px;
}

.mr-137 {
  margin-right: 137px;
}

.ml-137 {
  margin-left: 137px;
}

.mx-137 {
  margin-right: 137px;
  margin-left: 137px;
}

.my-137 {
  margin-top: 137px;
  margin-bottom: 137px;
}

.p-137 {
  padding: 137px;
}

.px-137 {
  padding-right: 137px;
  padding-left: 137px;
}

.py-137 {
  padding-top: 137px;
  padding-bottom: 137px;
}

.pr-137 {
  padding-right: 137px;
}

.pl-137 {
  padding-left: 137px;
}

.pt-137 {
  padding-top: 137px;
}

.pb-137 {
  padding-bottom: 137px;
}

.fs-137 {
  font-size: 137px;
}

.w-137 {
  width: 137px;
}

.h-137 {
  height: 137px;
}

@media (min-width: 576px) {
  .lh-sm-137 {
    line-height: 137px;
  }
  .line-height-sm-137 {
    line-height: 137px;
  }
  .grid-cols-sm-137 {
    grid-template-columns: repeat(137, 1fr);
  }
  .gap-sm-137 {
    gap: 137px;
  }
  .gap-x-sm-137 {
    -moz-column-gap: 137px;
         column-gap: 137px;
  }
  .gap-y-sm-137 {
    row-gap: 137px;
  }
  .rounded-sm-137 {
    border-radius: 137px;
  }
  .mb-sm-137 {
    margin-bottom: 137px;
  }
  .mt-sm-137 {
    margin-top: 137px;
  }
  .mr-sm-137 {
    margin-right: 137px;
  }
  .ml-sm-137 {
    margin-left: 137px;
  }
  .mx-sm-137 {
    margin-right: 137px;
    margin-left: 137px;
  }
  .my-sm-137 {
    margin-top: 137px;
    margin-bottom: 137px;
  }
  .p-sm-137 {
    padding: 137px;
  }
  .px-sm-137 {
    padding-right: 137px;
    padding-left: 137px;
  }
  .py-sm-137 {
    padding-top: 137px;
    padding-bottom: 137px;
  }
  .pr-sm-137 {
    padding-right: 137px;
  }
  .pl-sm-137 {
    padding-left: 137px;
  }
  .pt-sm-137 {
    padding-top: 137px;
  }
  .pb-sm-137 {
    padding-bottom: 137px;
  }
  .fs-sm-137 {
    font-size: 137px;
  }
  .w-sm-137 {
    width: 137px;
  }
  .h-sm-137 {
    height: 137px;
  }
}
@media (min-width: 768px) {
  .lh-md-137 {
    line-height: 137px;
  }
  .line-height-md-137 {
    line-height: 137px;
  }
  .grid-cols-md-137 {
    grid-template-columns: repeat(137, 1fr);
  }
  .gap-md-137 {
    gap: 137px;
  }
  .gap-x-md-137 {
    -moz-column-gap: 137px;
         column-gap: 137px;
  }
  .gap-y-md-137 {
    row-gap: 137px;
  }
  .rounded-md-137 {
    border-radius: 137px;
  }
  .mb-md-137 {
    margin-bottom: 137px;
  }
  .mt-md-137 {
    margin-top: 137px;
  }
  .mr-md-137 {
    margin-right: 137px;
  }
  .ml-md-137 {
    margin-left: 137px;
  }
  .mx-md-137 {
    margin-right: 137px;
    margin-left: 137px;
  }
  .my-md-137 {
    margin-top: 137px;
    margin-bottom: 137px;
  }
  .p-md-137 {
    padding: 137px;
  }
  .px-md-137 {
    padding-right: 137px;
    padding-left: 137px;
  }
  .py-md-137 {
    padding-top: 137px;
    padding-bottom: 137px;
  }
  .pr-md-137 {
    padding-right: 137px;
  }
  .pl-md-137 {
    padding-left: 137px;
  }
  .pt-md-137 {
    padding-top: 137px;
  }
  .pb-md-137 {
    padding-bottom: 137px;
  }
  .fs-md-137 {
    font-size: 137px;
  }
  .w-md-137 {
    width: 137px;
  }
  .h-md-137 {
    height: 137px;
  }
}
@media (min-width: 992px) {
  .lh-lg-137 {
    line-height: 137px;
  }
  .line-height-lg-137 {
    line-height: 137px;
  }
  .grid-cols-lg-137 {
    grid-template-columns: repeat(137, 1fr);
  }
  .gap-lg-137 {
    gap: 137px;
  }
  .gap-x-lg-137 {
    -moz-column-gap: 137px;
         column-gap: 137px;
  }
  .gap-y-lg-137 {
    row-gap: 137px;
  }
  .rounded-lg-137 {
    border-radius: 137px;
  }
  .mb-lg-137 {
    margin-bottom: 137px;
  }
  .mt-lg-137 {
    margin-top: 137px;
  }
  .mr-lg-137 {
    margin-right: 137px;
  }
  .ml-lg-137 {
    margin-left: 137px;
  }
  .mx-lg-137 {
    margin-right: 137px;
    margin-left: 137px;
  }
  .my-lg-137 {
    margin-top: 137px;
    margin-bottom: 137px;
  }
  .p-lg-137 {
    padding: 137px;
  }
  .px-lg-137 {
    padding-right: 137px;
    padding-left: 137px;
  }
  .py-lg-137 {
    padding-top: 137px;
    padding-bottom: 137px;
  }
  .pr-lg-137 {
    padding-right: 137px;
  }
  .pl-lg-137 {
    padding-left: 137px;
  }
  .pt-lg-137 {
    padding-top: 137px;
  }
  .pb-lg-137 {
    padding-bottom: 137px;
  }
  .fs-lg-137 {
    font-size: 137px;
  }
  .w-lg-137 {
    width: 137px;
  }
  .h-lg-137 {
    height: 137px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-137 {
    line-height: 137px;
  }
  .line-height-xl-137 {
    line-height: 137px;
  }
  .grid-cols-xl-137 {
    grid-template-columns: repeat(137, 1fr);
  }
  .gap-xl-137 {
    gap: 137px;
  }
  .gap-x-xl-137 {
    -moz-column-gap: 137px;
         column-gap: 137px;
  }
  .gap-y-xl-137 {
    row-gap: 137px;
  }
  .rounded-xl-137 {
    border-radius: 137px;
  }
  .mb-xl-137 {
    margin-bottom: 137px;
  }
  .mt-xl-137 {
    margin-top: 137px;
  }
  .mr-xl-137 {
    margin-right: 137px;
  }
  .ml-xl-137 {
    margin-left: 137px;
  }
  .mx-xl-137 {
    margin-right: 137px;
    margin-left: 137px;
  }
  .my-xl-137 {
    margin-top: 137px;
    margin-bottom: 137px;
  }
  .p-xl-137 {
    padding: 137px;
  }
  .px-xl-137 {
    padding-right: 137px;
    padding-left: 137px;
  }
  .py-xl-137 {
    padding-top: 137px;
    padding-bottom: 137px;
  }
  .pr-xl-137 {
    padding-right: 137px;
  }
  .pl-xl-137 {
    padding-left: 137px;
  }
  .pt-xl-137 {
    padding-top: 137px;
  }
  .pb-xl-137 {
    padding-bottom: 137px;
  }
  .fs-xl-137 {
    font-size: 137px;
  }
  .w-xl-137 {
    width: 137px;
  }
  .h-xl-137 {
    height: 137px;
  }
}
.lh-138 {
  line-height: 138px;
}

.grid-cols-138 {
  grid-template-columns: repeat(138, 1fr);
}

.line-height-138 {
  line-height: 138px;
}

.gap-138 {
  gap: 138px;
}

.gap-x-138 {
  -moz-column-gap: 138px;
       column-gap: 138px;
}

.gap-y-138 {
  row-gap: 138px;
}

.rounded-138 {
  border-radius: 138px;
}

.mb-138 {
  margin-bottom: 138px;
}

.mt-138 {
  margin-top: 138px;
}

.mr-138 {
  margin-right: 138px;
}

.ml-138 {
  margin-left: 138px;
}

.mx-138 {
  margin-right: 138px;
  margin-left: 138px;
}

.my-138 {
  margin-top: 138px;
  margin-bottom: 138px;
}

.p-138 {
  padding: 138px;
}

.px-138 {
  padding-right: 138px;
  padding-left: 138px;
}

.py-138 {
  padding-top: 138px;
  padding-bottom: 138px;
}

.pr-138 {
  padding-right: 138px;
}

.pl-138 {
  padding-left: 138px;
}

.pt-138 {
  padding-top: 138px;
}

.pb-138 {
  padding-bottom: 138px;
}

.fs-138 {
  font-size: 138px;
}

.w-138 {
  width: 138px;
}

.h-138 {
  height: 138px;
}

@media (min-width: 576px) {
  .lh-sm-138 {
    line-height: 138px;
  }
  .line-height-sm-138 {
    line-height: 138px;
  }
  .grid-cols-sm-138 {
    grid-template-columns: repeat(138, 1fr);
  }
  .gap-sm-138 {
    gap: 138px;
  }
  .gap-x-sm-138 {
    -moz-column-gap: 138px;
         column-gap: 138px;
  }
  .gap-y-sm-138 {
    row-gap: 138px;
  }
  .rounded-sm-138 {
    border-radius: 138px;
  }
  .mb-sm-138 {
    margin-bottom: 138px;
  }
  .mt-sm-138 {
    margin-top: 138px;
  }
  .mr-sm-138 {
    margin-right: 138px;
  }
  .ml-sm-138 {
    margin-left: 138px;
  }
  .mx-sm-138 {
    margin-right: 138px;
    margin-left: 138px;
  }
  .my-sm-138 {
    margin-top: 138px;
    margin-bottom: 138px;
  }
  .p-sm-138 {
    padding: 138px;
  }
  .px-sm-138 {
    padding-right: 138px;
    padding-left: 138px;
  }
  .py-sm-138 {
    padding-top: 138px;
    padding-bottom: 138px;
  }
  .pr-sm-138 {
    padding-right: 138px;
  }
  .pl-sm-138 {
    padding-left: 138px;
  }
  .pt-sm-138 {
    padding-top: 138px;
  }
  .pb-sm-138 {
    padding-bottom: 138px;
  }
  .fs-sm-138 {
    font-size: 138px;
  }
  .w-sm-138 {
    width: 138px;
  }
  .h-sm-138 {
    height: 138px;
  }
}
@media (min-width: 768px) {
  .lh-md-138 {
    line-height: 138px;
  }
  .line-height-md-138 {
    line-height: 138px;
  }
  .grid-cols-md-138 {
    grid-template-columns: repeat(138, 1fr);
  }
  .gap-md-138 {
    gap: 138px;
  }
  .gap-x-md-138 {
    -moz-column-gap: 138px;
         column-gap: 138px;
  }
  .gap-y-md-138 {
    row-gap: 138px;
  }
  .rounded-md-138 {
    border-radius: 138px;
  }
  .mb-md-138 {
    margin-bottom: 138px;
  }
  .mt-md-138 {
    margin-top: 138px;
  }
  .mr-md-138 {
    margin-right: 138px;
  }
  .ml-md-138 {
    margin-left: 138px;
  }
  .mx-md-138 {
    margin-right: 138px;
    margin-left: 138px;
  }
  .my-md-138 {
    margin-top: 138px;
    margin-bottom: 138px;
  }
  .p-md-138 {
    padding: 138px;
  }
  .px-md-138 {
    padding-right: 138px;
    padding-left: 138px;
  }
  .py-md-138 {
    padding-top: 138px;
    padding-bottom: 138px;
  }
  .pr-md-138 {
    padding-right: 138px;
  }
  .pl-md-138 {
    padding-left: 138px;
  }
  .pt-md-138 {
    padding-top: 138px;
  }
  .pb-md-138 {
    padding-bottom: 138px;
  }
  .fs-md-138 {
    font-size: 138px;
  }
  .w-md-138 {
    width: 138px;
  }
  .h-md-138 {
    height: 138px;
  }
}
@media (min-width: 992px) {
  .lh-lg-138 {
    line-height: 138px;
  }
  .line-height-lg-138 {
    line-height: 138px;
  }
  .grid-cols-lg-138 {
    grid-template-columns: repeat(138, 1fr);
  }
  .gap-lg-138 {
    gap: 138px;
  }
  .gap-x-lg-138 {
    -moz-column-gap: 138px;
         column-gap: 138px;
  }
  .gap-y-lg-138 {
    row-gap: 138px;
  }
  .rounded-lg-138 {
    border-radius: 138px;
  }
  .mb-lg-138 {
    margin-bottom: 138px;
  }
  .mt-lg-138 {
    margin-top: 138px;
  }
  .mr-lg-138 {
    margin-right: 138px;
  }
  .ml-lg-138 {
    margin-left: 138px;
  }
  .mx-lg-138 {
    margin-right: 138px;
    margin-left: 138px;
  }
  .my-lg-138 {
    margin-top: 138px;
    margin-bottom: 138px;
  }
  .p-lg-138 {
    padding: 138px;
  }
  .px-lg-138 {
    padding-right: 138px;
    padding-left: 138px;
  }
  .py-lg-138 {
    padding-top: 138px;
    padding-bottom: 138px;
  }
  .pr-lg-138 {
    padding-right: 138px;
  }
  .pl-lg-138 {
    padding-left: 138px;
  }
  .pt-lg-138 {
    padding-top: 138px;
  }
  .pb-lg-138 {
    padding-bottom: 138px;
  }
  .fs-lg-138 {
    font-size: 138px;
  }
  .w-lg-138 {
    width: 138px;
  }
  .h-lg-138 {
    height: 138px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-138 {
    line-height: 138px;
  }
  .line-height-xl-138 {
    line-height: 138px;
  }
  .grid-cols-xl-138 {
    grid-template-columns: repeat(138, 1fr);
  }
  .gap-xl-138 {
    gap: 138px;
  }
  .gap-x-xl-138 {
    -moz-column-gap: 138px;
         column-gap: 138px;
  }
  .gap-y-xl-138 {
    row-gap: 138px;
  }
  .rounded-xl-138 {
    border-radius: 138px;
  }
  .mb-xl-138 {
    margin-bottom: 138px;
  }
  .mt-xl-138 {
    margin-top: 138px;
  }
  .mr-xl-138 {
    margin-right: 138px;
  }
  .ml-xl-138 {
    margin-left: 138px;
  }
  .mx-xl-138 {
    margin-right: 138px;
    margin-left: 138px;
  }
  .my-xl-138 {
    margin-top: 138px;
    margin-bottom: 138px;
  }
  .p-xl-138 {
    padding: 138px;
  }
  .px-xl-138 {
    padding-right: 138px;
    padding-left: 138px;
  }
  .py-xl-138 {
    padding-top: 138px;
    padding-bottom: 138px;
  }
  .pr-xl-138 {
    padding-right: 138px;
  }
  .pl-xl-138 {
    padding-left: 138px;
  }
  .pt-xl-138 {
    padding-top: 138px;
  }
  .pb-xl-138 {
    padding-bottom: 138px;
  }
  .fs-xl-138 {
    font-size: 138px;
  }
  .w-xl-138 {
    width: 138px;
  }
  .h-xl-138 {
    height: 138px;
  }
}
.lh-139 {
  line-height: 139px;
}

.grid-cols-139 {
  grid-template-columns: repeat(139, 1fr);
}

.line-height-139 {
  line-height: 139px;
}

.gap-139 {
  gap: 139px;
}

.gap-x-139 {
  -moz-column-gap: 139px;
       column-gap: 139px;
}

.gap-y-139 {
  row-gap: 139px;
}

.rounded-139 {
  border-radius: 139px;
}

.mb-139 {
  margin-bottom: 139px;
}

.mt-139 {
  margin-top: 139px;
}

.mr-139 {
  margin-right: 139px;
}

.ml-139 {
  margin-left: 139px;
}

.mx-139 {
  margin-right: 139px;
  margin-left: 139px;
}

.my-139 {
  margin-top: 139px;
  margin-bottom: 139px;
}

.p-139 {
  padding: 139px;
}

.px-139 {
  padding-right: 139px;
  padding-left: 139px;
}

.py-139 {
  padding-top: 139px;
  padding-bottom: 139px;
}

.pr-139 {
  padding-right: 139px;
}

.pl-139 {
  padding-left: 139px;
}

.pt-139 {
  padding-top: 139px;
}

.pb-139 {
  padding-bottom: 139px;
}

.fs-139 {
  font-size: 139px;
}

.w-139 {
  width: 139px;
}

.h-139 {
  height: 139px;
}

@media (min-width: 576px) {
  .lh-sm-139 {
    line-height: 139px;
  }
  .line-height-sm-139 {
    line-height: 139px;
  }
  .grid-cols-sm-139 {
    grid-template-columns: repeat(139, 1fr);
  }
  .gap-sm-139 {
    gap: 139px;
  }
  .gap-x-sm-139 {
    -moz-column-gap: 139px;
         column-gap: 139px;
  }
  .gap-y-sm-139 {
    row-gap: 139px;
  }
  .rounded-sm-139 {
    border-radius: 139px;
  }
  .mb-sm-139 {
    margin-bottom: 139px;
  }
  .mt-sm-139 {
    margin-top: 139px;
  }
  .mr-sm-139 {
    margin-right: 139px;
  }
  .ml-sm-139 {
    margin-left: 139px;
  }
  .mx-sm-139 {
    margin-right: 139px;
    margin-left: 139px;
  }
  .my-sm-139 {
    margin-top: 139px;
    margin-bottom: 139px;
  }
  .p-sm-139 {
    padding: 139px;
  }
  .px-sm-139 {
    padding-right: 139px;
    padding-left: 139px;
  }
  .py-sm-139 {
    padding-top: 139px;
    padding-bottom: 139px;
  }
  .pr-sm-139 {
    padding-right: 139px;
  }
  .pl-sm-139 {
    padding-left: 139px;
  }
  .pt-sm-139 {
    padding-top: 139px;
  }
  .pb-sm-139 {
    padding-bottom: 139px;
  }
  .fs-sm-139 {
    font-size: 139px;
  }
  .w-sm-139 {
    width: 139px;
  }
  .h-sm-139 {
    height: 139px;
  }
}
@media (min-width: 768px) {
  .lh-md-139 {
    line-height: 139px;
  }
  .line-height-md-139 {
    line-height: 139px;
  }
  .grid-cols-md-139 {
    grid-template-columns: repeat(139, 1fr);
  }
  .gap-md-139 {
    gap: 139px;
  }
  .gap-x-md-139 {
    -moz-column-gap: 139px;
         column-gap: 139px;
  }
  .gap-y-md-139 {
    row-gap: 139px;
  }
  .rounded-md-139 {
    border-radius: 139px;
  }
  .mb-md-139 {
    margin-bottom: 139px;
  }
  .mt-md-139 {
    margin-top: 139px;
  }
  .mr-md-139 {
    margin-right: 139px;
  }
  .ml-md-139 {
    margin-left: 139px;
  }
  .mx-md-139 {
    margin-right: 139px;
    margin-left: 139px;
  }
  .my-md-139 {
    margin-top: 139px;
    margin-bottom: 139px;
  }
  .p-md-139 {
    padding: 139px;
  }
  .px-md-139 {
    padding-right: 139px;
    padding-left: 139px;
  }
  .py-md-139 {
    padding-top: 139px;
    padding-bottom: 139px;
  }
  .pr-md-139 {
    padding-right: 139px;
  }
  .pl-md-139 {
    padding-left: 139px;
  }
  .pt-md-139 {
    padding-top: 139px;
  }
  .pb-md-139 {
    padding-bottom: 139px;
  }
  .fs-md-139 {
    font-size: 139px;
  }
  .w-md-139 {
    width: 139px;
  }
  .h-md-139 {
    height: 139px;
  }
}
@media (min-width: 992px) {
  .lh-lg-139 {
    line-height: 139px;
  }
  .line-height-lg-139 {
    line-height: 139px;
  }
  .grid-cols-lg-139 {
    grid-template-columns: repeat(139, 1fr);
  }
  .gap-lg-139 {
    gap: 139px;
  }
  .gap-x-lg-139 {
    -moz-column-gap: 139px;
         column-gap: 139px;
  }
  .gap-y-lg-139 {
    row-gap: 139px;
  }
  .rounded-lg-139 {
    border-radius: 139px;
  }
  .mb-lg-139 {
    margin-bottom: 139px;
  }
  .mt-lg-139 {
    margin-top: 139px;
  }
  .mr-lg-139 {
    margin-right: 139px;
  }
  .ml-lg-139 {
    margin-left: 139px;
  }
  .mx-lg-139 {
    margin-right: 139px;
    margin-left: 139px;
  }
  .my-lg-139 {
    margin-top: 139px;
    margin-bottom: 139px;
  }
  .p-lg-139 {
    padding: 139px;
  }
  .px-lg-139 {
    padding-right: 139px;
    padding-left: 139px;
  }
  .py-lg-139 {
    padding-top: 139px;
    padding-bottom: 139px;
  }
  .pr-lg-139 {
    padding-right: 139px;
  }
  .pl-lg-139 {
    padding-left: 139px;
  }
  .pt-lg-139 {
    padding-top: 139px;
  }
  .pb-lg-139 {
    padding-bottom: 139px;
  }
  .fs-lg-139 {
    font-size: 139px;
  }
  .w-lg-139 {
    width: 139px;
  }
  .h-lg-139 {
    height: 139px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-139 {
    line-height: 139px;
  }
  .line-height-xl-139 {
    line-height: 139px;
  }
  .grid-cols-xl-139 {
    grid-template-columns: repeat(139, 1fr);
  }
  .gap-xl-139 {
    gap: 139px;
  }
  .gap-x-xl-139 {
    -moz-column-gap: 139px;
         column-gap: 139px;
  }
  .gap-y-xl-139 {
    row-gap: 139px;
  }
  .rounded-xl-139 {
    border-radius: 139px;
  }
  .mb-xl-139 {
    margin-bottom: 139px;
  }
  .mt-xl-139 {
    margin-top: 139px;
  }
  .mr-xl-139 {
    margin-right: 139px;
  }
  .ml-xl-139 {
    margin-left: 139px;
  }
  .mx-xl-139 {
    margin-right: 139px;
    margin-left: 139px;
  }
  .my-xl-139 {
    margin-top: 139px;
    margin-bottom: 139px;
  }
  .p-xl-139 {
    padding: 139px;
  }
  .px-xl-139 {
    padding-right: 139px;
    padding-left: 139px;
  }
  .py-xl-139 {
    padding-top: 139px;
    padding-bottom: 139px;
  }
  .pr-xl-139 {
    padding-right: 139px;
  }
  .pl-xl-139 {
    padding-left: 139px;
  }
  .pt-xl-139 {
    padding-top: 139px;
  }
  .pb-xl-139 {
    padding-bottom: 139px;
  }
  .fs-xl-139 {
    font-size: 139px;
  }
  .w-xl-139 {
    width: 139px;
  }
  .h-xl-139 {
    height: 139px;
  }
}
.lh-140 {
  line-height: 140px;
}

.grid-cols-140 {
  grid-template-columns: repeat(140, 1fr);
}

.line-height-140 {
  line-height: 140px;
}

.gap-140 {
  gap: 140px;
}

.gap-x-140 {
  -moz-column-gap: 140px;
       column-gap: 140px;
}

.gap-y-140 {
  row-gap: 140px;
}

.rounded-140 {
  border-radius: 140px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mt-140 {
  margin-top: 140px;
}

.mr-140 {
  margin-right: 140px;
}

.ml-140 {
  margin-left: 140px;
}

.mx-140 {
  margin-right: 140px;
  margin-left: 140px;
}

.my-140 {
  margin-top: 140px;
  margin-bottom: 140px;
}

.p-140 {
  padding: 140px;
}

.px-140 {
  padding-right: 140px;
  padding-left: 140px;
}

.py-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.pr-140 {
  padding-right: 140px;
}

.pl-140 {
  padding-left: 140px;
}

.pt-140 {
  padding-top: 140px;
}

.pb-140 {
  padding-bottom: 140px;
}

.fs-140 {
  font-size: 140px;
}

.w-140 {
  width: 140px;
}

.h-140 {
  height: 140px;
}

@media (min-width: 576px) {
  .lh-sm-140 {
    line-height: 140px;
  }
  .line-height-sm-140 {
    line-height: 140px;
  }
  .grid-cols-sm-140 {
    grid-template-columns: repeat(140, 1fr);
  }
  .gap-sm-140 {
    gap: 140px;
  }
  .gap-x-sm-140 {
    -moz-column-gap: 140px;
         column-gap: 140px;
  }
  .gap-y-sm-140 {
    row-gap: 140px;
  }
  .rounded-sm-140 {
    border-radius: 140px;
  }
  .mb-sm-140 {
    margin-bottom: 140px;
  }
  .mt-sm-140 {
    margin-top: 140px;
  }
  .mr-sm-140 {
    margin-right: 140px;
  }
  .ml-sm-140 {
    margin-left: 140px;
  }
  .mx-sm-140 {
    margin-right: 140px;
    margin-left: 140px;
  }
  .my-sm-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .p-sm-140 {
    padding: 140px;
  }
  .px-sm-140 {
    padding-right: 140px;
    padding-left: 140px;
  }
  .py-sm-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .pr-sm-140 {
    padding-right: 140px;
  }
  .pl-sm-140 {
    padding-left: 140px;
  }
  .pt-sm-140 {
    padding-top: 140px;
  }
  .pb-sm-140 {
    padding-bottom: 140px;
  }
  .fs-sm-140 {
    font-size: 140px;
  }
  .w-sm-140 {
    width: 140px;
  }
  .h-sm-140 {
    height: 140px;
  }
}
@media (min-width: 768px) {
  .lh-md-140 {
    line-height: 140px;
  }
  .line-height-md-140 {
    line-height: 140px;
  }
  .grid-cols-md-140 {
    grid-template-columns: repeat(140, 1fr);
  }
  .gap-md-140 {
    gap: 140px;
  }
  .gap-x-md-140 {
    -moz-column-gap: 140px;
         column-gap: 140px;
  }
  .gap-y-md-140 {
    row-gap: 140px;
  }
  .rounded-md-140 {
    border-radius: 140px;
  }
  .mb-md-140 {
    margin-bottom: 140px;
  }
  .mt-md-140 {
    margin-top: 140px;
  }
  .mr-md-140 {
    margin-right: 140px;
  }
  .ml-md-140 {
    margin-left: 140px;
  }
  .mx-md-140 {
    margin-right: 140px;
    margin-left: 140px;
  }
  .my-md-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .p-md-140 {
    padding: 140px;
  }
  .px-md-140 {
    padding-right: 140px;
    padding-left: 140px;
  }
  .py-md-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .pr-md-140 {
    padding-right: 140px;
  }
  .pl-md-140 {
    padding-left: 140px;
  }
  .pt-md-140 {
    padding-top: 140px;
  }
  .pb-md-140 {
    padding-bottom: 140px;
  }
  .fs-md-140 {
    font-size: 140px;
  }
  .w-md-140 {
    width: 140px;
  }
  .h-md-140 {
    height: 140px;
  }
}
@media (min-width: 992px) {
  .lh-lg-140 {
    line-height: 140px;
  }
  .line-height-lg-140 {
    line-height: 140px;
  }
  .grid-cols-lg-140 {
    grid-template-columns: repeat(140, 1fr);
  }
  .gap-lg-140 {
    gap: 140px;
  }
  .gap-x-lg-140 {
    -moz-column-gap: 140px;
         column-gap: 140px;
  }
  .gap-y-lg-140 {
    row-gap: 140px;
  }
  .rounded-lg-140 {
    border-radius: 140px;
  }
  .mb-lg-140 {
    margin-bottom: 140px;
  }
  .mt-lg-140 {
    margin-top: 140px;
  }
  .mr-lg-140 {
    margin-right: 140px;
  }
  .ml-lg-140 {
    margin-left: 140px;
  }
  .mx-lg-140 {
    margin-right: 140px;
    margin-left: 140px;
  }
  .my-lg-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .p-lg-140 {
    padding: 140px;
  }
  .px-lg-140 {
    padding-right: 140px;
    padding-left: 140px;
  }
  .py-lg-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .pr-lg-140 {
    padding-right: 140px;
  }
  .pl-lg-140 {
    padding-left: 140px;
  }
  .pt-lg-140 {
    padding-top: 140px;
  }
  .pb-lg-140 {
    padding-bottom: 140px;
  }
  .fs-lg-140 {
    font-size: 140px;
  }
  .w-lg-140 {
    width: 140px;
  }
  .h-lg-140 {
    height: 140px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-140 {
    line-height: 140px;
  }
  .line-height-xl-140 {
    line-height: 140px;
  }
  .grid-cols-xl-140 {
    grid-template-columns: repeat(140, 1fr);
  }
  .gap-xl-140 {
    gap: 140px;
  }
  .gap-x-xl-140 {
    -moz-column-gap: 140px;
         column-gap: 140px;
  }
  .gap-y-xl-140 {
    row-gap: 140px;
  }
  .rounded-xl-140 {
    border-radius: 140px;
  }
  .mb-xl-140 {
    margin-bottom: 140px;
  }
  .mt-xl-140 {
    margin-top: 140px;
  }
  .mr-xl-140 {
    margin-right: 140px;
  }
  .ml-xl-140 {
    margin-left: 140px;
  }
  .mx-xl-140 {
    margin-right: 140px;
    margin-left: 140px;
  }
  .my-xl-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .p-xl-140 {
    padding: 140px;
  }
  .px-xl-140 {
    padding-right: 140px;
    padding-left: 140px;
  }
  .py-xl-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .pr-xl-140 {
    padding-right: 140px;
  }
  .pl-xl-140 {
    padding-left: 140px;
  }
  .pt-xl-140 {
    padding-top: 140px;
  }
  .pb-xl-140 {
    padding-bottom: 140px;
  }
  .fs-xl-140 {
    font-size: 140px;
  }
  .w-xl-140 {
    width: 140px;
  }
  .h-xl-140 {
    height: 140px;
  }
}
.lh-141 {
  line-height: 141px;
}

.grid-cols-141 {
  grid-template-columns: repeat(141, 1fr);
}

.line-height-141 {
  line-height: 141px;
}

.gap-141 {
  gap: 141px;
}

.gap-x-141 {
  -moz-column-gap: 141px;
       column-gap: 141px;
}

.gap-y-141 {
  row-gap: 141px;
}

.rounded-141 {
  border-radius: 141px;
}

.mb-141 {
  margin-bottom: 141px;
}

.mt-141 {
  margin-top: 141px;
}

.mr-141 {
  margin-right: 141px;
}

.ml-141 {
  margin-left: 141px;
}

.mx-141 {
  margin-right: 141px;
  margin-left: 141px;
}

.my-141 {
  margin-top: 141px;
  margin-bottom: 141px;
}

.p-141 {
  padding: 141px;
}

.px-141 {
  padding-right: 141px;
  padding-left: 141px;
}

.py-141 {
  padding-top: 141px;
  padding-bottom: 141px;
}

.pr-141 {
  padding-right: 141px;
}

.pl-141 {
  padding-left: 141px;
}

.pt-141 {
  padding-top: 141px;
}

.pb-141 {
  padding-bottom: 141px;
}

.fs-141 {
  font-size: 141px;
}

.w-141 {
  width: 141px;
}

.h-141 {
  height: 141px;
}

@media (min-width: 576px) {
  .lh-sm-141 {
    line-height: 141px;
  }
  .line-height-sm-141 {
    line-height: 141px;
  }
  .grid-cols-sm-141 {
    grid-template-columns: repeat(141, 1fr);
  }
  .gap-sm-141 {
    gap: 141px;
  }
  .gap-x-sm-141 {
    -moz-column-gap: 141px;
         column-gap: 141px;
  }
  .gap-y-sm-141 {
    row-gap: 141px;
  }
  .rounded-sm-141 {
    border-radius: 141px;
  }
  .mb-sm-141 {
    margin-bottom: 141px;
  }
  .mt-sm-141 {
    margin-top: 141px;
  }
  .mr-sm-141 {
    margin-right: 141px;
  }
  .ml-sm-141 {
    margin-left: 141px;
  }
  .mx-sm-141 {
    margin-right: 141px;
    margin-left: 141px;
  }
  .my-sm-141 {
    margin-top: 141px;
    margin-bottom: 141px;
  }
  .p-sm-141 {
    padding: 141px;
  }
  .px-sm-141 {
    padding-right: 141px;
    padding-left: 141px;
  }
  .py-sm-141 {
    padding-top: 141px;
    padding-bottom: 141px;
  }
  .pr-sm-141 {
    padding-right: 141px;
  }
  .pl-sm-141 {
    padding-left: 141px;
  }
  .pt-sm-141 {
    padding-top: 141px;
  }
  .pb-sm-141 {
    padding-bottom: 141px;
  }
  .fs-sm-141 {
    font-size: 141px;
  }
  .w-sm-141 {
    width: 141px;
  }
  .h-sm-141 {
    height: 141px;
  }
}
@media (min-width: 768px) {
  .lh-md-141 {
    line-height: 141px;
  }
  .line-height-md-141 {
    line-height: 141px;
  }
  .grid-cols-md-141 {
    grid-template-columns: repeat(141, 1fr);
  }
  .gap-md-141 {
    gap: 141px;
  }
  .gap-x-md-141 {
    -moz-column-gap: 141px;
         column-gap: 141px;
  }
  .gap-y-md-141 {
    row-gap: 141px;
  }
  .rounded-md-141 {
    border-radius: 141px;
  }
  .mb-md-141 {
    margin-bottom: 141px;
  }
  .mt-md-141 {
    margin-top: 141px;
  }
  .mr-md-141 {
    margin-right: 141px;
  }
  .ml-md-141 {
    margin-left: 141px;
  }
  .mx-md-141 {
    margin-right: 141px;
    margin-left: 141px;
  }
  .my-md-141 {
    margin-top: 141px;
    margin-bottom: 141px;
  }
  .p-md-141 {
    padding: 141px;
  }
  .px-md-141 {
    padding-right: 141px;
    padding-left: 141px;
  }
  .py-md-141 {
    padding-top: 141px;
    padding-bottom: 141px;
  }
  .pr-md-141 {
    padding-right: 141px;
  }
  .pl-md-141 {
    padding-left: 141px;
  }
  .pt-md-141 {
    padding-top: 141px;
  }
  .pb-md-141 {
    padding-bottom: 141px;
  }
  .fs-md-141 {
    font-size: 141px;
  }
  .w-md-141 {
    width: 141px;
  }
  .h-md-141 {
    height: 141px;
  }
}
@media (min-width: 992px) {
  .lh-lg-141 {
    line-height: 141px;
  }
  .line-height-lg-141 {
    line-height: 141px;
  }
  .grid-cols-lg-141 {
    grid-template-columns: repeat(141, 1fr);
  }
  .gap-lg-141 {
    gap: 141px;
  }
  .gap-x-lg-141 {
    -moz-column-gap: 141px;
         column-gap: 141px;
  }
  .gap-y-lg-141 {
    row-gap: 141px;
  }
  .rounded-lg-141 {
    border-radius: 141px;
  }
  .mb-lg-141 {
    margin-bottom: 141px;
  }
  .mt-lg-141 {
    margin-top: 141px;
  }
  .mr-lg-141 {
    margin-right: 141px;
  }
  .ml-lg-141 {
    margin-left: 141px;
  }
  .mx-lg-141 {
    margin-right: 141px;
    margin-left: 141px;
  }
  .my-lg-141 {
    margin-top: 141px;
    margin-bottom: 141px;
  }
  .p-lg-141 {
    padding: 141px;
  }
  .px-lg-141 {
    padding-right: 141px;
    padding-left: 141px;
  }
  .py-lg-141 {
    padding-top: 141px;
    padding-bottom: 141px;
  }
  .pr-lg-141 {
    padding-right: 141px;
  }
  .pl-lg-141 {
    padding-left: 141px;
  }
  .pt-lg-141 {
    padding-top: 141px;
  }
  .pb-lg-141 {
    padding-bottom: 141px;
  }
  .fs-lg-141 {
    font-size: 141px;
  }
  .w-lg-141 {
    width: 141px;
  }
  .h-lg-141 {
    height: 141px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-141 {
    line-height: 141px;
  }
  .line-height-xl-141 {
    line-height: 141px;
  }
  .grid-cols-xl-141 {
    grid-template-columns: repeat(141, 1fr);
  }
  .gap-xl-141 {
    gap: 141px;
  }
  .gap-x-xl-141 {
    -moz-column-gap: 141px;
         column-gap: 141px;
  }
  .gap-y-xl-141 {
    row-gap: 141px;
  }
  .rounded-xl-141 {
    border-radius: 141px;
  }
  .mb-xl-141 {
    margin-bottom: 141px;
  }
  .mt-xl-141 {
    margin-top: 141px;
  }
  .mr-xl-141 {
    margin-right: 141px;
  }
  .ml-xl-141 {
    margin-left: 141px;
  }
  .mx-xl-141 {
    margin-right: 141px;
    margin-left: 141px;
  }
  .my-xl-141 {
    margin-top: 141px;
    margin-bottom: 141px;
  }
  .p-xl-141 {
    padding: 141px;
  }
  .px-xl-141 {
    padding-right: 141px;
    padding-left: 141px;
  }
  .py-xl-141 {
    padding-top: 141px;
    padding-bottom: 141px;
  }
  .pr-xl-141 {
    padding-right: 141px;
  }
  .pl-xl-141 {
    padding-left: 141px;
  }
  .pt-xl-141 {
    padding-top: 141px;
  }
  .pb-xl-141 {
    padding-bottom: 141px;
  }
  .fs-xl-141 {
    font-size: 141px;
  }
  .w-xl-141 {
    width: 141px;
  }
  .h-xl-141 {
    height: 141px;
  }
}
.lh-142 {
  line-height: 142px;
}

.grid-cols-142 {
  grid-template-columns: repeat(142, 1fr);
}

.line-height-142 {
  line-height: 142px;
}

.gap-142 {
  gap: 142px;
}

.gap-x-142 {
  -moz-column-gap: 142px;
       column-gap: 142px;
}

.gap-y-142 {
  row-gap: 142px;
}

.rounded-142 {
  border-radius: 142px;
}

.mb-142 {
  margin-bottom: 142px;
}

.mt-142 {
  margin-top: 142px;
}

.mr-142 {
  margin-right: 142px;
}

.ml-142 {
  margin-left: 142px;
}

.mx-142 {
  margin-right: 142px;
  margin-left: 142px;
}

.my-142 {
  margin-top: 142px;
  margin-bottom: 142px;
}

.p-142 {
  padding: 142px;
}

.px-142 {
  padding-right: 142px;
  padding-left: 142px;
}

.py-142 {
  padding-top: 142px;
  padding-bottom: 142px;
}

.pr-142 {
  padding-right: 142px;
}

.pl-142 {
  padding-left: 142px;
}

.pt-142 {
  padding-top: 142px;
}

.pb-142 {
  padding-bottom: 142px;
}

.fs-142 {
  font-size: 142px;
}

.w-142 {
  width: 142px;
}

.h-142 {
  height: 142px;
}

@media (min-width: 576px) {
  .lh-sm-142 {
    line-height: 142px;
  }
  .line-height-sm-142 {
    line-height: 142px;
  }
  .grid-cols-sm-142 {
    grid-template-columns: repeat(142, 1fr);
  }
  .gap-sm-142 {
    gap: 142px;
  }
  .gap-x-sm-142 {
    -moz-column-gap: 142px;
         column-gap: 142px;
  }
  .gap-y-sm-142 {
    row-gap: 142px;
  }
  .rounded-sm-142 {
    border-radius: 142px;
  }
  .mb-sm-142 {
    margin-bottom: 142px;
  }
  .mt-sm-142 {
    margin-top: 142px;
  }
  .mr-sm-142 {
    margin-right: 142px;
  }
  .ml-sm-142 {
    margin-left: 142px;
  }
  .mx-sm-142 {
    margin-right: 142px;
    margin-left: 142px;
  }
  .my-sm-142 {
    margin-top: 142px;
    margin-bottom: 142px;
  }
  .p-sm-142 {
    padding: 142px;
  }
  .px-sm-142 {
    padding-right: 142px;
    padding-left: 142px;
  }
  .py-sm-142 {
    padding-top: 142px;
    padding-bottom: 142px;
  }
  .pr-sm-142 {
    padding-right: 142px;
  }
  .pl-sm-142 {
    padding-left: 142px;
  }
  .pt-sm-142 {
    padding-top: 142px;
  }
  .pb-sm-142 {
    padding-bottom: 142px;
  }
  .fs-sm-142 {
    font-size: 142px;
  }
  .w-sm-142 {
    width: 142px;
  }
  .h-sm-142 {
    height: 142px;
  }
}
@media (min-width: 768px) {
  .lh-md-142 {
    line-height: 142px;
  }
  .line-height-md-142 {
    line-height: 142px;
  }
  .grid-cols-md-142 {
    grid-template-columns: repeat(142, 1fr);
  }
  .gap-md-142 {
    gap: 142px;
  }
  .gap-x-md-142 {
    -moz-column-gap: 142px;
         column-gap: 142px;
  }
  .gap-y-md-142 {
    row-gap: 142px;
  }
  .rounded-md-142 {
    border-radius: 142px;
  }
  .mb-md-142 {
    margin-bottom: 142px;
  }
  .mt-md-142 {
    margin-top: 142px;
  }
  .mr-md-142 {
    margin-right: 142px;
  }
  .ml-md-142 {
    margin-left: 142px;
  }
  .mx-md-142 {
    margin-right: 142px;
    margin-left: 142px;
  }
  .my-md-142 {
    margin-top: 142px;
    margin-bottom: 142px;
  }
  .p-md-142 {
    padding: 142px;
  }
  .px-md-142 {
    padding-right: 142px;
    padding-left: 142px;
  }
  .py-md-142 {
    padding-top: 142px;
    padding-bottom: 142px;
  }
  .pr-md-142 {
    padding-right: 142px;
  }
  .pl-md-142 {
    padding-left: 142px;
  }
  .pt-md-142 {
    padding-top: 142px;
  }
  .pb-md-142 {
    padding-bottom: 142px;
  }
  .fs-md-142 {
    font-size: 142px;
  }
  .w-md-142 {
    width: 142px;
  }
  .h-md-142 {
    height: 142px;
  }
}
@media (min-width: 992px) {
  .lh-lg-142 {
    line-height: 142px;
  }
  .line-height-lg-142 {
    line-height: 142px;
  }
  .grid-cols-lg-142 {
    grid-template-columns: repeat(142, 1fr);
  }
  .gap-lg-142 {
    gap: 142px;
  }
  .gap-x-lg-142 {
    -moz-column-gap: 142px;
         column-gap: 142px;
  }
  .gap-y-lg-142 {
    row-gap: 142px;
  }
  .rounded-lg-142 {
    border-radius: 142px;
  }
  .mb-lg-142 {
    margin-bottom: 142px;
  }
  .mt-lg-142 {
    margin-top: 142px;
  }
  .mr-lg-142 {
    margin-right: 142px;
  }
  .ml-lg-142 {
    margin-left: 142px;
  }
  .mx-lg-142 {
    margin-right: 142px;
    margin-left: 142px;
  }
  .my-lg-142 {
    margin-top: 142px;
    margin-bottom: 142px;
  }
  .p-lg-142 {
    padding: 142px;
  }
  .px-lg-142 {
    padding-right: 142px;
    padding-left: 142px;
  }
  .py-lg-142 {
    padding-top: 142px;
    padding-bottom: 142px;
  }
  .pr-lg-142 {
    padding-right: 142px;
  }
  .pl-lg-142 {
    padding-left: 142px;
  }
  .pt-lg-142 {
    padding-top: 142px;
  }
  .pb-lg-142 {
    padding-bottom: 142px;
  }
  .fs-lg-142 {
    font-size: 142px;
  }
  .w-lg-142 {
    width: 142px;
  }
  .h-lg-142 {
    height: 142px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-142 {
    line-height: 142px;
  }
  .line-height-xl-142 {
    line-height: 142px;
  }
  .grid-cols-xl-142 {
    grid-template-columns: repeat(142, 1fr);
  }
  .gap-xl-142 {
    gap: 142px;
  }
  .gap-x-xl-142 {
    -moz-column-gap: 142px;
         column-gap: 142px;
  }
  .gap-y-xl-142 {
    row-gap: 142px;
  }
  .rounded-xl-142 {
    border-radius: 142px;
  }
  .mb-xl-142 {
    margin-bottom: 142px;
  }
  .mt-xl-142 {
    margin-top: 142px;
  }
  .mr-xl-142 {
    margin-right: 142px;
  }
  .ml-xl-142 {
    margin-left: 142px;
  }
  .mx-xl-142 {
    margin-right: 142px;
    margin-left: 142px;
  }
  .my-xl-142 {
    margin-top: 142px;
    margin-bottom: 142px;
  }
  .p-xl-142 {
    padding: 142px;
  }
  .px-xl-142 {
    padding-right: 142px;
    padding-left: 142px;
  }
  .py-xl-142 {
    padding-top: 142px;
    padding-bottom: 142px;
  }
  .pr-xl-142 {
    padding-right: 142px;
  }
  .pl-xl-142 {
    padding-left: 142px;
  }
  .pt-xl-142 {
    padding-top: 142px;
  }
  .pb-xl-142 {
    padding-bottom: 142px;
  }
  .fs-xl-142 {
    font-size: 142px;
  }
  .w-xl-142 {
    width: 142px;
  }
  .h-xl-142 {
    height: 142px;
  }
}
.lh-143 {
  line-height: 143px;
}

.grid-cols-143 {
  grid-template-columns: repeat(143, 1fr);
}

.line-height-143 {
  line-height: 143px;
}

.gap-143 {
  gap: 143px;
}

.gap-x-143 {
  -moz-column-gap: 143px;
       column-gap: 143px;
}

.gap-y-143 {
  row-gap: 143px;
}

.rounded-143 {
  border-radius: 143px;
}

.mb-143 {
  margin-bottom: 143px;
}

.mt-143 {
  margin-top: 143px;
}

.mr-143 {
  margin-right: 143px;
}

.ml-143 {
  margin-left: 143px;
}

.mx-143 {
  margin-right: 143px;
  margin-left: 143px;
}

.my-143 {
  margin-top: 143px;
  margin-bottom: 143px;
}

.p-143 {
  padding: 143px;
}

.px-143 {
  padding-right: 143px;
  padding-left: 143px;
}

.py-143 {
  padding-top: 143px;
  padding-bottom: 143px;
}

.pr-143 {
  padding-right: 143px;
}

.pl-143 {
  padding-left: 143px;
}

.pt-143 {
  padding-top: 143px;
}

.pb-143 {
  padding-bottom: 143px;
}

.fs-143 {
  font-size: 143px;
}

.w-143 {
  width: 143px;
}

.h-143 {
  height: 143px;
}

@media (min-width: 576px) {
  .lh-sm-143 {
    line-height: 143px;
  }
  .line-height-sm-143 {
    line-height: 143px;
  }
  .grid-cols-sm-143 {
    grid-template-columns: repeat(143, 1fr);
  }
  .gap-sm-143 {
    gap: 143px;
  }
  .gap-x-sm-143 {
    -moz-column-gap: 143px;
         column-gap: 143px;
  }
  .gap-y-sm-143 {
    row-gap: 143px;
  }
  .rounded-sm-143 {
    border-radius: 143px;
  }
  .mb-sm-143 {
    margin-bottom: 143px;
  }
  .mt-sm-143 {
    margin-top: 143px;
  }
  .mr-sm-143 {
    margin-right: 143px;
  }
  .ml-sm-143 {
    margin-left: 143px;
  }
  .mx-sm-143 {
    margin-right: 143px;
    margin-left: 143px;
  }
  .my-sm-143 {
    margin-top: 143px;
    margin-bottom: 143px;
  }
  .p-sm-143 {
    padding: 143px;
  }
  .px-sm-143 {
    padding-right: 143px;
    padding-left: 143px;
  }
  .py-sm-143 {
    padding-top: 143px;
    padding-bottom: 143px;
  }
  .pr-sm-143 {
    padding-right: 143px;
  }
  .pl-sm-143 {
    padding-left: 143px;
  }
  .pt-sm-143 {
    padding-top: 143px;
  }
  .pb-sm-143 {
    padding-bottom: 143px;
  }
  .fs-sm-143 {
    font-size: 143px;
  }
  .w-sm-143 {
    width: 143px;
  }
  .h-sm-143 {
    height: 143px;
  }
}
@media (min-width: 768px) {
  .lh-md-143 {
    line-height: 143px;
  }
  .line-height-md-143 {
    line-height: 143px;
  }
  .grid-cols-md-143 {
    grid-template-columns: repeat(143, 1fr);
  }
  .gap-md-143 {
    gap: 143px;
  }
  .gap-x-md-143 {
    -moz-column-gap: 143px;
         column-gap: 143px;
  }
  .gap-y-md-143 {
    row-gap: 143px;
  }
  .rounded-md-143 {
    border-radius: 143px;
  }
  .mb-md-143 {
    margin-bottom: 143px;
  }
  .mt-md-143 {
    margin-top: 143px;
  }
  .mr-md-143 {
    margin-right: 143px;
  }
  .ml-md-143 {
    margin-left: 143px;
  }
  .mx-md-143 {
    margin-right: 143px;
    margin-left: 143px;
  }
  .my-md-143 {
    margin-top: 143px;
    margin-bottom: 143px;
  }
  .p-md-143 {
    padding: 143px;
  }
  .px-md-143 {
    padding-right: 143px;
    padding-left: 143px;
  }
  .py-md-143 {
    padding-top: 143px;
    padding-bottom: 143px;
  }
  .pr-md-143 {
    padding-right: 143px;
  }
  .pl-md-143 {
    padding-left: 143px;
  }
  .pt-md-143 {
    padding-top: 143px;
  }
  .pb-md-143 {
    padding-bottom: 143px;
  }
  .fs-md-143 {
    font-size: 143px;
  }
  .w-md-143 {
    width: 143px;
  }
  .h-md-143 {
    height: 143px;
  }
}
@media (min-width: 992px) {
  .lh-lg-143 {
    line-height: 143px;
  }
  .line-height-lg-143 {
    line-height: 143px;
  }
  .grid-cols-lg-143 {
    grid-template-columns: repeat(143, 1fr);
  }
  .gap-lg-143 {
    gap: 143px;
  }
  .gap-x-lg-143 {
    -moz-column-gap: 143px;
         column-gap: 143px;
  }
  .gap-y-lg-143 {
    row-gap: 143px;
  }
  .rounded-lg-143 {
    border-radius: 143px;
  }
  .mb-lg-143 {
    margin-bottom: 143px;
  }
  .mt-lg-143 {
    margin-top: 143px;
  }
  .mr-lg-143 {
    margin-right: 143px;
  }
  .ml-lg-143 {
    margin-left: 143px;
  }
  .mx-lg-143 {
    margin-right: 143px;
    margin-left: 143px;
  }
  .my-lg-143 {
    margin-top: 143px;
    margin-bottom: 143px;
  }
  .p-lg-143 {
    padding: 143px;
  }
  .px-lg-143 {
    padding-right: 143px;
    padding-left: 143px;
  }
  .py-lg-143 {
    padding-top: 143px;
    padding-bottom: 143px;
  }
  .pr-lg-143 {
    padding-right: 143px;
  }
  .pl-lg-143 {
    padding-left: 143px;
  }
  .pt-lg-143 {
    padding-top: 143px;
  }
  .pb-lg-143 {
    padding-bottom: 143px;
  }
  .fs-lg-143 {
    font-size: 143px;
  }
  .w-lg-143 {
    width: 143px;
  }
  .h-lg-143 {
    height: 143px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-143 {
    line-height: 143px;
  }
  .line-height-xl-143 {
    line-height: 143px;
  }
  .grid-cols-xl-143 {
    grid-template-columns: repeat(143, 1fr);
  }
  .gap-xl-143 {
    gap: 143px;
  }
  .gap-x-xl-143 {
    -moz-column-gap: 143px;
         column-gap: 143px;
  }
  .gap-y-xl-143 {
    row-gap: 143px;
  }
  .rounded-xl-143 {
    border-radius: 143px;
  }
  .mb-xl-143 {
    margin-bottom: 143px;
  }
  .mt-xl-143 {
    margin-top: 143px;
  }
  .mr-xl-143 {
    margin-right: 143px;
  }
  .ml-xl-143 {
    margin-left: 143px;
  }
  .mx-xl-143 {
    margin-right: 143px;
    margin-left: 143px;
  }
  .my-xl-143 {
    margin-top: 143px;
    margin-bottom: 143px;
  }
  .p-xl-143 {
    padding: 143px;
  }
  .px-xl-143 {
    padding-right: 143px;
    padding-left: 143px;
  }
  .py-xl-143 {
    padding-top: 143px;
    padding-bottom: 143px;
  }
  .pr-xl-143 {
    padding-right: 143px;
  }
  .pl-xl-143 {
    padding-left: 143px;
  }
  .pt-xl-143 {
    padding-top: 143px;
  }
  .pb-xl-143 {
    padding-bottom: 143px;
  }
  .fs-xl-143 {
    font-size: 143px;
  }
  .w-xl-143 {
    width: 143px;
  }
  .h-xl-143 {
    height: 143px;
  }
}
.lh-144 {
  line-height: 144px;
}

.grid-cols-144 {
  grid-template-columns: repeat(144, 1fr);
}

.line-height-144 {
  line-height: 144px;
}

.gap-144 {
  gap: 144px;
}

.gap-x-144 {
  -moz-column-gap: 144px;
       column-gap: 144px;
}

.gap-y-144 {
  row-gap: 144px;
}

.rounded-144 {
  border-radius: 144px;
}

.mb-144 {
  margin-bottom: 144px;
}

.mt-144 {
  margin-top: 144px;
}

.mr-144 {
  margin-right: 144px;
}

.ml-144 {
  margin-left: 144px;
}

.mx-144 {
  margin-right: 144px;
  margin-left: 144px;
}

.my-144 {
  margin-top: 144px;
  margin-bottom: 144px;
}

.p-144 {
  padding: 144px;
}

.px-144 {
  padding-right: 144px;
  padding-left: 144px;
}

.py-144 {
  padding-top: 144px;
  padding-bottom: 144px;
}

.pr-144 {
  padding-right: 144px;
}

.pl-144 {
  padding-left: 144px;
}

.pt-144 {
  padding-top: 144px;
}

.pb-144 {
  padding-bottom: 144px;
}

.fs-144 {
  font-size: 144px;
}

.w-144 {
  width: 144px;
}

.h-144 {
  height: 144px;
}

@media (min-width: 576px) {
  .lh-sm-144 {
    line-height: 144px;
  }
  .line-height-sm-144 {
    line-height: 144px;
  }
  .grid-cols-sm-144 {
    grid-template-columns: repeat(144, 1fr);
  }
  .gap-sm-144 {
    gap: 144px;
  }
  .gap-x-sm-144 {
    -moz-column-gap: 144px;
         column-gap: 144px;
  }
  .gap-y-sm-144 {
    row-gap: 144px;
  }
  .rounded-sm-144 {
    border-radius: 144px;
  }
  .mb-sm-144 {
    margin-bottom: 144px;
  }
  .mt-sm-144 {
    margin-top: 144px;
  }
  .mr-sm-144 {
    margin-right: 144px;
  }
  .ml-sm-144 {
    margin-left: 144px;
  }
  .mx-sm-144 {
    margin-right: 144px;
    margin-left: 144px;
  }
  .my-sm-144 {
    margin-top: 144px;
    margin-bottom: 144px;
  }
  .p-sm-144 {
    padding: 144px;
  }
  .px-sm-144 {
    padding-right: 144px;
    padding-left: 144px;
  }
  .py-sm-144 {
    padding-top: 144px;
    padding-bottom: 144px;
  }
  .pr-sm-144 {
    padding-right: 144px;
  }
  .pl-sm-144 {
    padding-left: 144px;
  }
  .pt-sm-144 {
    padding-top: 144px;
  }
  .pb-sm-144 {
    padding-bottom: 144px;
  }
  .fs-sm-144 {
    font-size: 144px;
  }
  .w-sm-144 {
    width: 144px;
  }
  .h-sm-144 {
    height: 144px;
  }
}
@media (min-width: 768px) {
  .lh-md-144 {
    line-height: 144px;
  }
  .line-height-md-144 {
    line-height: 144px;
  }
  .grid-cols-md-144 {
    grid-template-columns: repeat(144, 1fr);
  }
  .gap-md-144 {
    gap: 144px;
  }
  .gap-x-md-144 {
    -moz-column-gap: 144px;
         column-gap: 144px;
  }
  .gap-y-md-144 {
    row-gap: 144px;
  }
  .rounded-md-144 {
    border-radius: 144px;
  }
  .mb-md-144 {
    margin-bottom: 144px;
  }
  .mt-md-144 {
    margin-top: 144px;
  }
  .mr-md-144 {
    margin-right: 144px;
  }
  .ml-md-144 {
    margin-left: 144px;
  }
  .mx-md-144 {
    margin-right: 144px;
    margin-left: 144px;
  }
  .my-md-144 {
    margin-top: 144px;
    margin-bottom: 144px;
  }
  .p-md-144 {
    padding: 144px;
  }
  .px-md-144 {
    padding-right: 144px;
    padding-left: 144px;
  }
  .py-md-144 {
    padding-top: 144px;
    padding-bottom: 144px;
  }
  .pr-md-144 {
    padding-right: 144px;
  }
  .pl-md-144 {
    padding-left: 144px;
  }
  .pt-md-144 {
    padding-top: 144px;
  }
  .pb-md-144 {
    padding-bottom: 144px;
  }
  .fs-md-144 {
    font-size: 144px;
  }
  .w-md-144 {
    width: 144px;
  }
  .h-md-144 {
    height: 144px;
  }
}
@media (min-width: 992px) {
  .lh-lg-144 {
    line-height: 144px;
  }
  .line-height-lg-144 {
    line-height: 144px;
  }
  .grid-cols-lg-144 {
    grid-template-columns: repeat(144, 1fr);
  }
  .gap-lg-144 {
    gap: 144px;
  }
  .gap-x-lg-144 {
    -moz-column-gap: 144px;
         column-gap: 144px;
  }
  .gap-y-lg-144 {
    row-gap: 144px;
  }
  .rounded-lg-144 {
    border-radius: 144px;
  }
  .mb-lg-144 {
    margin-bottom: 144px;
  }
  .mt-lg-144 {
    margin-top: 144px;
  }
  .mr-lg-144 {
    margin-right: 144px;
  }
  .ml-lg-144 {
    margin-left: 144px;
  }
  .mx-lg-144 {
    margin-right: 144px;
    margin-left: 144px;
  }
  .my-lg-144 {
    margin-top: 144px;
    margin-bottom: 144px;
  }
  .p-lg-144 {
    padding: 144px;
  }
  .px-lg-144 {
    padding-right: 144px;
    padding-left: 144px;
  }
  .py-lg-144 {
    padding-top: 144px;
    padding-bottom: 144px;
  }
  .pr-lg-144 {
    padding-right: 144px;
  }
  .pl-lg-144 {
    padding-left: 144px;
  }
  .pt-lg-144 {
    padding-top: 144px;
  }
  .pb-lg-144 {
    padding-bottom: 144px;
  }
  .fs-lg-144 {
    font-size: 144px;
  }
  .w-lg-144 {
    width: 144px;
  }
  .h-lg-144 {
    height: 144px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-144 {
    line-height: 144px;
  }
  .line-height-xl-144 {
    line-height: 144px;
  }
  .grid-cols-xl-144 {
    grid-template-columns: repeat(144, 1fr);
  }
  .gap-xl-144 {
    gap: 144px;
  }
  .gap-x-xl-144 {
    -moz-column-gap: 144px;
         column-gap: 144px;
  }
  .gap-y-xl-144 {
    row-gap: 144px;
  }
  .rounded-xl-144 {
    border-radius: 144px;
  }
  .mb-xl-144 {
    margin-bottom: 144px;
  }
  .mt-xl-144 {
    margin-top: 144px;
  }
  .mr-xl-144 {
    margin-right: 144px;
  }
  .ml-xl-144 {
    margin-left: 144px;
  }
  .mx-xl-144 {
    margin-right: 144px;
    margin-left: 144px;
  }
  .my-xl-144 {
    margin-top: 144px;
    margin-bottom: 144px;
  }
  .p-xl-144 {
    padding: 144px;
  }
  .px-xl-144 {
    padding-right: 144px;
    padding-left: 144px;
  }
  .py-xl-144 {
    padding-top: 144px;
    padding-bottom: 144px;
  }
  .pr-xl-144 {
    padding-right: 144px;
  }
  .pl-xl-144 {
    padding-left: 144px;
  }
  .pt-xl-144 {
    padding-top: 144px;
  }
  .pb-xl-144 {
    padding-bottom: 144px;
  }
  .fs-xl-144 {
    font-size: 144px;
  }
  .w-xl-144 {
    width: 144px;
  }
  .h-xl-144 {
    height: 144px;
  }
}
.lh-145 {
  line-height: 145px;
}

.grid-cols-145 {
  grid-template-columns: repeat(145, 1fr);
}

.line-height-145 {
  line-height: 145px;
}

.gap-145 {
  gap: 145px;
}

.gap-x-145 {
  -moz-column-gap: 145px;
       column-gap: 145px;
}

.gap-y-145 {
  row-gap: 145px;
}

.rounded-145 {
  border-radius: 145px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mt-145 {
  margin-top: 145px;
}

.mr-145 {
  margin-right: 145px;
}

.ml-145 {
  margin-left: 145px;
}

.mx-145 {
  margin-right: 145px;
  margin-left: 145px;
}

.my-145 {
  margin-top: 145px;
  margin-bottom: 145px;
}

.p-145 {
  padding: 145px;
}

.px-145 {
  padding-right: 145px;
  padding-left: 145px;
}

.py-145 {
  padding-top: 145px;
  padding-bottom: 145px;
}

.pr-145 {
  padding-right: 145px;
}

.pl-145 {
  padding-left: 145px;
}

.pt-145 {
  padding-top: 145px;
}

.pb-145 {
  padding-bottom: 145px;
}

.fs-145 {
  font-size: 145px;
}

.w-145 {
  width: 145px;
}

.h-145 {
  height: 145px;
}

@media (min-width: 576px) {
  .lh-sm-145 {
    line-height: 145px;
  }
  .line-height-sm-145 {
    line-height: 145px;
  }
  .grid-cols-sm-145 {
    grid-template-columns: repeat(145, 1fr);
  }
  .gap-sm-145 {
    gap: 145px;
  }
  .gap-x-sm-145 {
    -moz-column-gap: 145px;
         column-gap: 145px;
  }
  .gap-y-sm-145 {
    row-gap: 145px;
  }
  .rounded-sm-145 {
    border-radius: 145px;
  }
  .mb-sm-145 {
    margin-bottom: 145px;
  }
  .mt-sm-145 {
    margin-top: 145px;
  }
  .mr-sm-145 {
    margin-right: 145px;
  }
  .ml-sm-145 {
    margin-left: 145px;
  }
  .mx-sm-145 {
    margin-right: 145px;
    margin-left: 145px;
  }
  .my-sm-145 {
    margin-top: 145px;
    margin-bottom: 145px;
  }
  .p-sm-145 {
    padding: 145px;
  }
  .px-sm-145 {
    padding-right: 145px;
    padding-left: 145px;
  }
  .py-sm-145 {
    padding-top: 145px;
    padding-bottom: 145px;
  }
  .pr-sm-145 {
    padding-right: 145px;
  }
  .pl-sm-145 {
    padding-left: 145px;
  }
  .pt-sm-145 {
    padding-top: 145px;
  }
  .pb-sm-145 {
    padding-bottom: 145px;
  }
  .fs-sm-145 {
    font-size: 145px;
  }
  .w-sm-145 {
    width: 145px;
  }
  .h-sm-145 {
    height: 145px;
  }
}
@media (min-width: 768px) {
  .lh-md-145 {
    line-height: 145px;
  }
  .line-height-md-145 {
    line-height: 145px;
  }
  .grid-cols-md-145 {
    grid-template-columns: repeat(145, 1fr);
  }
  .gap-md-145 {
    gap: 145px;
  }
  .gap-x-md-145 {
    -moz-column-gap: 145px;
         column-gap: 145px;
  }
  .gap-y-md-145 {
    row-gap: 145px;
  }
  .rounded-md-145 {
    border-radius: 145px;
  }
  .mb-md-145 {
    margin-bottom: 145px;
  }
  .mt-md-145 {
    margin-top: 145px;
  }
  .mr-md-145 {
    margin-right: 145px;
  }
  .ml-md-145 {
    margin-left: 145px;
  }
  .mx-md-145 {
    margin-right: 145px;
    margin-left: 145px;
  }
  .my-md-145 {
    margin-top: 145px;
    margin-bottom: 145px;
  }
  .p-md-145 {
    padding: 145px;
  }
  .px-md-145 {
    padding-right: 145px;
    padding-left: 145px;
  }
  .py-md-145 {
    padding-top: 145px;
    padding-bottom: 145px;
  }
  .pr-md-145 {
    padding-right: 145px;
  }
  .pl-md-145 {
    padding-left: 145px;
  }
  .pt-md-145 {
    padding-top: 145px;
  }
  .pb-md-145 {
    padding-bottom: 145px;
  }
  .fs-md-145 {
    font-size: 145px;
  }
  .w-md-145 {
    width: 145px;
  }
  .h-md-145 {
    height: 145px;
  }
}
@media (min-width: 992px) {
  .lh-lg-145 {
    line-height: 145px;
  }
  .line-height-lg-145 {
    line-height: 145px;
  }
  .grid-cols-lg-145 {
    grid-template-columns: repeat(145, 1fr);
  }
  .gap-lg-145 {
    gap: 145px;
  }
  .gap-x-lg-145 {
    -moz-column-gap: 145px;
         column-gap: 145px;
  }
  .gap-y-lg-145 {
    row-gap: 145px;
  }
  .rounded-lg-145 {
    border-radius: 145px;
  }
  .mb-lg-145 {
    margin-bottom: 145px;
  }
  .mt-lg-145 {
    margin-top: 145px;
  }
  .mr-lg-145 {
    margin-right: 145px;
  }
  .ml-lg-145 {
    margin-left: 145px;
  }
  .mx-lg-145 {
    margin-right: 145px;
    margin-left: 145px;
  }
  .my-lg-145 {
    margin-top: 145px;
    margin-bottom: 145px;
  }
  .p-lg-145 {
    padding: 145px;
  }
  .px-lg-145 {
    padding-right: 145px;
    padding-left: 145px;
  }
  .py-lg-145 {
    padding-top: 145px;
    padding-bottom: 145px;
  }
  .pr-lg-145 {
    padding-right: 145px;
  }
  .pl-lg-145 {
    padding-left: 145px;
  }
  .pt-lg-145 {
    padding-top: 145px;
  }
  .pb-lg-145 {
    padding-bottom: 145px;
  }
  .fs-lg-145 {
    font-size: 145px;
  }
  .w-lg-145 {
    width: 145px;
  }
  .h-lg-145 {
    height: 145px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-145 {
    line-height: 145px;
  }
  .line-height-xl-145 {
    line-height: 145px;
  }
  .grid-cols-xl-145 {
    grid-template-columns: repeat(145, 1fr);
  }
  .gap-xl-145 {
    gap: 145px;
  }
  .gap-x-xl-145 {
    -moz-column-gap: 145px;
         column-gap: 145px;
  }
  .gap-y-xl-145 {
    row-gap: 145px;
  }
  .rounded-xl-145 {
    border-radius: 145px;
  }
  .mb-xl-145 {
    margin-bottom: 145px;
  }
  .mt-xl-145 {
    margin-top: 145px;
  }
  .mr-xl-145 {
    margin-right: 145px;
  }
  .ml-xl-145 {
    margin-left: 145px;
  }
  .mx-xl-145 {
    margin-right: 145px;
    margin-left: 145px;
  }
  .my-xl-145 {
    margin-top: 145px;
    margin-bottom: 145px;
  }
  .p-xl-145 {
    padding: 145px;
  }
  .px-xl-145 {
    padding-right: 145px;
    padding-left: 145px;
  }
  .py-xl-145 {
    padding-top: 145px;
    padding-bottom: 145px;
  }
  .pr-xl-145 {
    padding-right: 145px;
  }
  .pl-xl-145 {
    padding-left: 145px;
  }
  .pt-xl-145 {
    padding-top: 145px;
  }
  .pb-xl-145 {
    padding-bottom: 145px;
  }
  .fs-xl-145 {
    font-size: 145px;
  }
  .w-xl-145 {
    width: 145px;
  }
  .h-xl-145 {
    height: 145px;
  }
}
.lh-146 {
  line-height: 146px;
}

.grid-cols-146 {
  grid-template-columns: repeat(146, 1fr);
}

.line-height-146 {
  line-height: 146px;
}

.gap-146 {
  gap: 146px;
}

.gap-x-146 {
  -moz-column-gap: 146px;
       column-gap: 146px;
}

.gap-y-146 {
  row-gap: 146px;
}

.rounded-146 {
  border-radius: 146px;
}

.mb-146 {
  margin-bottom: 146px;
}

.mt-146 {
  margin-top: 146px;
}

.mr-146 {
  margin-right: 146px;
}

.ml-146 {
  margin-left: 146px;
}

.mx-146 {
  margin-right: 146px;
  margin-left: 146px;
}

.my-146 {
  margin-top: 146px;
  margin-bottom: 146px;
}

.p-146 {
  padding: 146px;
}

.px-146 {
  padding-right: 146px;
  padding-left: 146px;
}

.py-146 {
  padding-top: 146px;
  padding-bottom: 146px;
}

.pr-146 {
  padding-right: 146px;
}

.pl-146 {
  padding-left: 146px;
}

.pt-146 {
  padding-top: 146px;
}

.pb-146 {
  padding-bottom: 146px;
}

.fs-146 {
  font-size: 146px;
}

.w-146 {
  width: 146px;
}

.h-146 {
  height: 146px;
}

@media (min-width: 576px) {
  .lh-sm-146 {
    line-height: 146px;
  }
  .line-height-sm-146 {
    line-height: 146px;
  }
  .grid-cols-sm-146 {
    grid-template-columns: repeat(146, 1fr);
  }
  .gap-sm-146 {
    gap: 146px;
  }
  .gap-x-sm-146 {
    -moz-column-gap: 146px;
         column-gap: 146px;
  }
  .gap-y-sm-146 {
    row-gap: 146px;
  }
  .rounded-sm-146 {
    border-radius: 146px;
  }
  .mb-sm-146 {
    margin-bottom: 146px;
  }
  .mt-sm-146 {
    margin-top: 146px;
  }
  .mr-sm-146 {
    margin-right: 146px;
  }
  .ml-sm-146 {
    margin-left: 146px;
  }
  .mx-sm-146 {
    margin-right: 146px;
    margin-left: 146px;
  }
  .my-sm-146 {
    margin-top: 146px;
    margin-bottom: 146px;
  }
  .p-sm-146 {
    padding: 146px;
  }
  .px-sm-146 {
    padding-right: 146px;
    padding-left: 146px;
  }
  .py-sm-146 {
    padding-top: 146px;
    padding-bottom: 146px;
  }
  .pr-sm-146 {
    padding-right: 146px;
  }
  .pl-sm-146 {
    padding-left: 146px;
  }
  .pt-sm-146 {
    padding-top: 146px;
  }
  .pb-sm-146 {
    padding-bottom: 146px;
  }
  .fs-sm-146 {
    font-size: 146px;
  }
  .w-sm-146 {
    width: 146px;
  }
  .h-sm-146 {
    height: 146px;
  }
}
@media (min-width: 768px) {
  .lh-md-146 {
    line-height: 146px;
  }
  .line-height-md-146 {
    line-height: 146px;
  }
  .grid-cols-md-146 {
    grid-template-columns: repeat(146, 1fr);
  }
  .gap-md-146 {
    gap: 146px;
  }
  .gap-x-md-146 {
    -moz-column-gap: 146px;
         column-gap: 146px;
  }
  .gap-y-md-146 {
    row-gap: 146px;
  }
  .rounded-md-146 {
    border-radius: 146px;
  }
  .mb-md-146 {
    margin-bottom: 146px;
  }
  .mt-md-146 {
    margin-top: 146px;
  }
  .mr-md-146 {
    margin-right: 146px;
  }
  .ml-md-146 {
    margin-left: 146px;
  }
  .mx-md-146 {
    margin-right: 146px;
    margin-left: 146px;
  }
  .my-md-146 {
    margin-top: 146px;
    margin-bottom: 146px;
  }
  .p-md-146 {
    padding: 146px;
  }
  .px-md-146 {
    padding-right: 146px;
    padding-left: 146px;
  }
  .py-md-146 {
    padding-top: 146px;
    padding-bottom: 146px;
  }
  .pr-md-146 {
    padding-right: 146px;
  }
  .pl-md-146 {
    padding-left: 146px;
  }
  .pt-md-146 {
    padding-top: 146px;
  }
  .pb-md-146 {
    padding-bottom: 146px;
  }
  .fs-md-146 {
    font-size: 146px;
  }
  .w-md-146 {
    width: 146px;
  }
  .h-md-146 {
    height: 146px;
  }
}
@media (min-width: 992px) {
  .lh-lg-146 {
    line-height: 146px;
  }
  .line-height-lg-146 {
    line-height: 146px;
  }
  .grid-cols-lg-146 {
    grid-template-columns: repeat(146, 1fr);
  }
  .gap-lg-146 {
    gap: 146px;
  }
  .gap-x-lg-146 {
    -moz-column-gap: 146px;
         column-gap: 146px;
  }
  .gap-y-lg-146 {
    row-gap: 146px;
  }
  .rounded-lg-146 {
    border-radius: 146px;
  }
  .mb-lg-146 {
    margin-bottom: 146px;
  }
  .mt-lg-146 {
    margin-top: 146px;
  }
  .mr-lg-146 {
    margin-right: 146px;
  }
  .ml-lg-146 {
    margin-left: 146px;
  }
  .mx-lg-146 {
    margin-right: 146px;
    margin-left: 146px;
  }
  .my-lg-146 {
    margin-top: 146px;
    margin-bottom: 146px;
  }
  .p-lg-146 {
    padding: 146px;
  }
  .px-lg-146 {
    padding-right: 146px;
    padding-left: 146px;
  }
  .py-lg-146 {
    padding-top: 146px;
    padding-bottom: 146px;
  }
  .pr-lg-146 {
    padding-right: 146px;
  }
  .pl-lg-146 {
    padding-left: 146px;
  }
  .pt-lg-146 {
    padding-top: 146px;
  }
  .pb-lg-146 {
    padding-bottom: 146px;
  }
  .fs-lg-146 {
    font-size: 146px;
  }
  .w-lg-146 {
    width: 146px;
  }
  .h-lg-146 {
    height: 146px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-146 {
    line-height: 146px;
  }
  .line-height-xl-146 {
    line-height: 146px;
  }
  .grid-cols-xl-146 {
    grid-template-columns: repeat(146, 1fr);
  }
  .gap-xl-146 {
    gap: 146px;
  }
  .gap-x-xl-146 {
    -moz-column-gap: 146px;
         column-gap: 146px;
  }
  .gap-y-xl-146 {
    row-gap: 146px;
  }
  .rounded-xl-146 {
    border-radius: 146px;
  }
  .mb-xl-146 {
    margin-bottom: 146px;
  }
  .mt-xl-146 {
    margin-top: 146px;
  }
  .mr-xl-146 {
    margin-right: 146px;
  }
  .ml-xl-146 {
    margin-left: 146px;
  }
  .mx-xl-146 {
    margin-right: 146px;
    margin-left: 146px;
  }
  .my-xl-146 {
    margin-top: 146px;
    margin-bottom: 146px;
  }
  .p-xl-146 {
    padding: 146px;
  }
  .px-xl-146 {
    padding-right: 146px;
    padding-left: 146px;
  }
  .py-xl-146 {
    padding-top: 146px;
    padding-bottom: 146px;
  }
  .pr-xl-146 {
    padding-right: 146px;
  }
  .pl-xl-146 {
    padding-left: 146px;
  }
  .pt-xl-146 {
    padding-top: 146px;
  }
  .pb-xl-146 {
    padding-bottom: 146px;
  }
  .fs-xl-146 {
    font-size: 146px;
  }
  .w-xl-146 {
    width: 146px;
  }
  .h-xl-146 {
    height: 146px;
  }
}
.lh-147 {
  line-height: 147px;
}

.grid-cols-147 {
  grid-template-columns: repeat(147, 1fr);
}

.line-height-147 {
  line-height: 147px;
}

.gap-147 {
  gap: 147px;
}

.gap-x-147 {
  -moz-column-gap: 147px;
       column-gap: 147px;
}

.gap-y-147 {
  row-gap: 147px;
}

.rounded-147 {
  border-radius: 147px;
}

.mb-147 {
  margin-bottom: 147px;
}

.mt-147 {
  margin-top: 147px;
}

.mr-147 {
  margin-right: 147px;
}

.ml-147 {
  margin-left: 147px;
}

.mx-147 {
  margin-right: 147px;
  margin-left: 147px;
}

.my-147 {
  margin-top: 147px;
  margin-bottom: 147px;
}

.p-147 {
  padding: 147px;
}

.px-147 {
  padding-right: 147px;
  padding-left: 147px;
}

.py-147 {
  padding-top: 147px;
  padding-bottom: 147px;
}

.pr-147 {
  padding-right: 147px;
}

.pl-147 {
  padding-left: 147px;
}

.pt-147 {
  padding-top: 147px;
}

.pb-147 {
  padding-bottom: 147px;
}

.fs-147 {
  font-size: 147px;
}

.w-147 {
  width: 147px;
}

.h-147 {
  height: 147px;
}

@media (min-width: 576px) {
  .lh-sm-147 {
    line-height: 147px;
  }
  .line-height-sm-147 {
    line-height: 147px;
  }
  .grid-cols-sm-147 {
    grid-template-columns: repeat(147, 1fr);
  }
  .gap-sm-147 {
    gap: 147px;
  }
  .gap-x-sm-147 {
    -moz-column-gap: 147px;
         column-gap: 147px;
  }
  .gap-y-sm-147 {
    row-gap: 147px;
  }
  .rounded-sm-147 {
    border-radius: 147px;
  }
  .mb-sm-147 {
    margin-bottom: 147px;
  }
  .mt-sm-147 {
    margin-top: 147px;
  }
  .mr-sm-147 {
    margin-right: 147px;
  }
  .ml-sm-147 {
    margin-left: 147px;
  }
  .mx-sm-147 {
    margin-right: 147px;
    margin-left: 147px;
  }
  .my-sm-147 {
    margin-top: 147px;
    margin-bottom: 147px;
  }
  .p-sm-147 {
    padding: 147px;
  }
  .px-sm-147 {
    padding-right: 147px;
    padding-left: 147px;
  }
  .py-sm-147 {
    padding-top: 147px;
    padding-bottom: 147px;
  }
  .pr-sm-147 {
    padding-right: 147px;
  }
  .pl-sm-147 {
    padding-left: 147px;
  }
  .pt-sm-147 {
    padding-top: 147px;
  }
  .pb-sm-147 {
    padding-bottom: 147px;
  }
  .fs-sm-147 {
    font-size: 147px;
  }
  .w-sm-147 {
    width: 147px;
  }
  .h-sm-147 {
    height: 147px;
  }
}
@media (min-width: 768px) {
  .lh-md-147 {
    line-height: 147px;
  }
  .line-height-md-147 {
    line-height: 147px;
  }
  .grid-cols-md-147 {
    grid-template-columns: repeat(147, 1fr);
  }
  .gap-md-147 {
    gap: 147px;
  }
  .gap-x-md-147 {
    -moz-column-gap: 147px;
         column-gap: 147px;
  }
  .gap-y-md-147 {
    row-gap: 147px;
  }
  .rounded-md-147 {
    border-radius: 147px;
  }
  .mb-md-147 {
    margin-bottom: 147px;
  }
  .mt-md-147 {
    margin-top: 147px;
  }
  .mr-md-147 {
    margin-right: 147px;
  }
  .ml-md-147 {
    margin-left: 147px;
  }
  .mx-md-147 {
    margin-right: 147px;
    margin-left: 147px;
  }
  .my-md-147 {
    margin-top: 147px;
    margin-bottom: 147px;
  }
  .p-md-147 {
    padding: 147px;
  }
  .px-md-147 {
    padding-right: 147px;
    padding-left: 147px;
  }
  .py-md-147 {
    padding-top: 147px;
    padding-bottom: 147px;
  }
  .pr-md-147 {
    padding-right: 147px;
  }
  .pl-md-147 {
    padding-left: 147px;
  }
  .pt-md-147 {
    padding-top: 147px;
  }
  .pb-md-147 {
    padding-bottom: 147px;
  }
  .fs-md-147 {
    font-size: 147px;
  }
  .w-md-147 {
    width: 147px;
  }
  .h-md-147 {
    height: 147px;
  }
}
@media (min-width: 992px) {
  .lh-lg-147 {
    line-height: 147px;
  }
  .line-height-lg-147 {
    line-height: 147px;
  }
  .grid-cols-lg-147 {
    grid-template-columns: repeat(147, 1fr);
  }
  .gap-lg-147 {
    gap: 147px;
  }
  .gap-x-lg-147 {
    -moz-column-gap: 147px;
         column-gap: 147px;
  }
  .gap-y-lg-147 {
    row-gap: 147px;
  }
  .rounded-lg-147 {
    border-radius: 147px;
  }
  .mb-lg-147 {
    margin-bottom: 147px;
  }
  .mt-lg-147 {
    margin-top: 147px;
  }
  .mr-lg-147 {
    margin-right: 147px;
  }
  .ml-lg-147 {
    margin-left: 147px;
  }
  .mx-lg-147 {
    margin-right: 147px;
    margin-left: 147px;
  }
  .my-lg-147 {
    margin-top: 147px;
    margin-bottom: 147px;
  }
  .p-lg-147 {
    padding: 147px;
  }
  .px-lg-147 {
    padding-right: 147px;
    padding-left: 147px;
  }
  .py-lg-147 {
    padding-top: 147px;
    padding-bottom: 147px;
  }
  .pr-lg-147 {
    padding-right: 147px;
  }
  .pl-lg-147 {
    padding-left: 147px;
  }
  .pt-lg-147 {
    padding-top: 147px;
  }
  .pb-lg-147 {
    padding-bottom: 147px;
  }
  .fs-lg-147 {
    font-size: 147px;
  }
  .w-lg-147 {
    width: 147px;
  }
  .h-lg-147 {
    height: 147px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-147 {
    line-height: 147px;
  }
  .line-height-xl-147 {
    line-height: 147px;
  }
  .grid-cols-xl-147 {
    grid-template-columns: repeat(147, 1fr);
  }
  .gap-xl-147 {
    gap: 147px;
  }
  .gap-x-xl-147 {
    -moz-column-gap: 147px;
         column-gap: 147px;
  }
  .gap-y-xl-147 {
    row-gap: 147px;
  }
  .rounded-xl-147 {
    border-radius: 147px;
  }
  .mb-xl-147 {
    margin-bottom: 147px;
  }
  .mt-xl-147 {
    margin-top: 147px;
  }
  .mr-xl-147 {
    margin-right: 147px;
  }
  .ml-xl-147 {
    margin-left: 147px;
  }
  .mx-xl-147 {
    margin-right: 147px;
    margin-left: 147px;
  }
  .my-xl-147 {
    margin-top: 147px;
    margin-bottom: 147px;
  }
  .p-xl-147 {
    padding: 147px;
  }
  .px-xl-147 {
    padding-right: 147px;
    padding-left: 147px;
  }
  .py-xl-147 {
    padding-top: 147px;
    padding-bottom: 147px;
  }
  .pr-xl-147 {
    padding-right: 147px;
  }
  .pl-xl-147 {
    padding-left: 147px;
  }
  .pt-xl-147 {
    padding-top: 147px;
  }
  .pb-xl-147 {
    padding-bottom: 147px;
  }
  .fs-xl-147 {
    font-size: 147px;
  }
  .w-xl-147 {
    width: 147px;
  }
  .h-xl-147 {
    height: 147px;
  }
}
.lh-148 {
  line-height: 148px;
}

.grid-cols-148 {
  grid-template-columns: repeat(148, 1fr);
}

.line-height-148 {
  line-height: 148px;
}

.gap-148 {
  gap: 148px;
}

.gap-x-148 {
  -moz-column-gap: 148px;
       column-gap: 148px;
}

.gap-y-148 {
  row-gap: 148px;
}

.rounded-148 {
  border-radius: 148px;
}

.mb-148 {
  margin-bottom: 148px;
}

.mt-148 {
  margin-top: 148px;
}

.mr-148 {
  margin-right: 148px;
}

.ml-148 {
  margin-left: 148px;
}

.mx-148 {
  margin-right: 148px;
  margin-left: 148px;
}

.my-148 {
  margin-top: 148px;
  margin-bottom: 148px;
}

.p-148 {
  padding: 148px;
}

.px-148 {
  padding-right: 148px;
  padding-left: 148px;
}

.py-148 {
  padding-top: 148px;
  padding-bottom: 148px;
}

.pr-148 {
  padding-right: 148px;
}

.pl-148 {
  padding-left: 148px;
}

.pt-148 {
  padding-top: 148px;
}

.pb-148 {
  padding-bottom: 148px;
}

.fs-148 {
  font-size: 148px;
}

.w-148 {
  width: 148px;
}

.h-148 {
  height: 148px;
}

@media (min-width: 576px) {
  .lh-sm-148 {
    line-height: 148px;
  }
  .line-height-sm-148 {
    line-height: 148px;
  }
  .grid-cols-sm-148 {
    grid-template-columns: repeat(148, 1fr);
  }
  .gap-sm-148 {
    gap: 148px;
  }
  .gap-x-sm-148 {
    -moz-column-gap: 148px;
         column-gap: 148px;
  }
  .gap-y-sm-148 {
    row-gap: 148px;
  }
  .rounded-sm-148 {
    border-radius: 148px;
  }
  .mb-sm-148 {
    margin-bottom: 148px;
  }
  .mt-sm-148 {
    margin-top: 148px;
  }
  .mr-sm-148 {
    margin-right: 148px;
  }
  .ml-sm-148 {
    margin-left: 148px;
  }
  .mx-sm-148 {
    margin-right: 148px;
    margin-left: 148px;
  }
  .my-sm-148 {
    margin-top: 148px;
    margin-bottom: 148px;
  }
  .p-sm-148 {
    padding: 148px;
  }
  .px-sm-148 {
    padding-right: 148px;
    padding-left: 148px;
  }
  .py-sm-148 {
    padding-top: 148px;
    padding-bottom: 148px;
  }
  .pr-sm-148 {
    padding-right: 148px;
  }
  .pl-sm-148 {
    padding-left: 148px;
  }
  .pt-sm-148 {
    padding-top: 148px;
  }
  .pb-sm-148 {
    padding-bottom: 148px;
  }
  .fs-sm-148 {
    font-size: 148px;
  }
  .w-sm-148 {
    width: 148px;
  }
  .h-sm-148 {
    height: 148px;
  }
}
@media (min-width: 768px) {
  .lh-md-148 {
    line-height: 148px;
  }
  .line-height-md-148 {
    line-height: 148px;
  }
  .grid-cols-md-148 {
    grid-template-columns: repeat(148, 1fr);
  }
  .gap-md-148 {
    gap: 148px;
  }
  .gap-x-md-148 {
    -moz-column-gap: 148px;
         column-gap: 148px;
  }
  .gap-y-md-148 {
    row-gap: 148px;
  }
  .rounded-md-148 {
    border-radius: 148px;
  }
  .mb-md-148 {
    margin-bottom: 148px;
  }
  .mt-md-148 {
    margin-top: 148px;
  }
  .mr-md-148 {
    margin-right: 148px;
  }
  .ml-md-148 {
    margin-left: 148px;
  }
  .mx-md-148 {
    margin-right: 148px;
    margin-left: 148px;
  }
  .my-md-148 {
    margin-top: 148px;
    margin-bottom: 148px;
  }
  .p-md-148 {
    padding: 148px;
  }
  .px-md-148 {
    padding-right: 148px;
    padding-left: 148px;
  }
  .py-md-148 {
    padding-top: 148px;
    padding-bottom: 148px;
  }
  .pr-md-148 {
    padding-right: 148px;
  }
  .pl-md-148 {
    padding-left: 148px;
  }
  .pt-md-148 {
    padding-top: 148px;
  }
  .pb-md-148 {
    padding-bottom: 148px;
  }
  .fs-md-148 {
    font-size: 148px;
  }
  .w-md-148 {
    width: 148px;
  }
  .h-md-148 {
    height: 148px;
  }
}
@media (min-width: 992px) {
  .lh-lg-148 {
    line-height: 148px;
  }
  .line-height-lg-148 {
    line-height: 148px;
  }
  .grid-cols-lg-148 {
    grid-template-columns: repeat(148, 1fr);
  }
  .gap-lg-148 {
    gap: 148px;
  }
  .gap-x-lg-148 {
    -moz-column-gap: 148px;
         column-gap: 148px;
  }
  .gap-y-lg-148 {
    row-gap: 148px;
  }
  .rounded-lg-148 {
    border-radius: 148px;
  }
  .mb-lg-148 {
    margin-bottom: 148px;
  }
  .mt-lg-148 {
    margin-top: 148px;
  }
  .mr-lg-148 {
    margin-right: 148px;
  }
  .ml-lg-148 {
    margin-left: 148px;
  }
  .mx-lg-148 {
    margin-right: 148px;
    margin-left: 148px;
  }
  .my-lg-148 {
    margin-top: 148px;
    margin-bottom: 148px;
  }
  .p-lg-148 {
    padding: 148px;
  }
  .px-lg-148 {
    padding-right: 148px;
    padding-left: 148px;
  }
  .py-lg-148 {
    padding-top: 148px;
    padding-bottom: 148px;
  }
  .pr-lg-148 {
    padding-right: 148px;
  }
  .pl-lg-148 {
    padding-left: 148px;
  }
  .pt-lg-148 {
    padding-top: 148px;
  }
  .pb-lg-148 {
    padding-bottom: 148px;
  }
  .fs-lg-148 {
    font-size: 148px;
  }
  .w-lg-148 {
    width: 148px;
  }
  .h-lg-148 {
    height: 148px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-148 {
    line-height: 148px;
  }
  .line-height-xl-148 {
    line-height: 148px;
  }
  .grid-cols-xl-148 {
    grid-template-columns: repeat(148, 1fr);
  }
  .gap-xl-148 {
    gap: 148px;
  }
  .gap-x-xl-148 {
    -moz-column-gap: 148px;
         column-gap: 148px;
  }
  .gap-y-xl-148 {
    row-gap: 148px;
  }
  .rounded-xl-148 {
    border-radius: 148px;
  }
  .mb-xl-148 {
    margin-bottom: 148px;
  }
  .mt-xl-148 {
    margin-top: 148px;
  }
  .mr-xl-148 {
    margin-right: 148px;
  }
  .ml-xl-148 {
    margin-left: 148px;
  }
  .mx-xl-148 {
    margin-right: 148px;
    margin-left: 148px;
  }
  .my-xl-148 {
    margin-top: 148px;
    margin-bottom: 148px;
  }
  .p-xl-148 {
    padding: 148px;
  }
  .px-xl-148 {
    padding-right: 148px;
    padding-left: 148px;
  }
  .py-xl-148 {
    padding-top: 148px;
    padding-bottom: 148px;
  }
  .pr-xl-148 {
    padding-right: 148px;
  }
  .pl-xl-148 {
    padding-left: 148px;
  }
  .pt-xl-148 {
    padding-top: 148px;
  }
  .pb-xl-148 {
    padding-bottom: 148px;
  }
  .fs-xl-148 {
    font-size: 148px;
  }
  .w-xl-148 {
    width: 148px;
  }
  .h-xl-148 {
    height: 148px;
  }
}
.lh-149 {
  line-height: 149px;
}

.grid-cols-149 {
  grid-template-columns: repeat(149, 1fr);
}

.line-height-149 {
  line-height: 149px;
}

.gap-149 {
  gap: 149px;
}

.gap-x-149 {
  -moz-column-gap: 149px;
       column-gap: 149px;
}

.gap-y-149 {
  row-gap: 149px;
}

.rounded-149 {
  border-radius: 149px;
}

.mb-149 {
  margin-bottom: 149px;
}

.mt-149 {
  margin-top: 149px;
}

.mr-149 {
  margin-right: 149px;
}

.ml-149 {
  margin-left: 149px;
}

.mx-149 {
  margin-right: 149px;
  margin-left: 149px;
}

.my-149 {
  margin-top: 149px;
  margin-bottom: 149px;
}

.p-149 {
  padding: 149px;
}

.px-149 {
  padding-right: 149px;
  padding-left: 149px;
}

.py-149 {
  padding-top: 149px;
  padding-bottom: 149px;
}

.pr-149 {
  padding-right: 149px;
}

.pl-149 {
  padding-left: 149px;
}

.pt-149 {
  padding-top: 149px;
}

.pb-149 {
  padding-bottom: 149px;
}

.fs-149 {
  font-size: 149px;
}

.w-149 {
  width: 149px;
}

.h-149 {
  height: 149px;
}

@media (min-width: 576px) {
  .lh-sm-149 {
    line-height: 149px;
  }
  .line-height-sm-149 {
    line-height: 149px;
  }
  .grid-cols-sm-149 {
    grid-template-columns: repeat(149, 1fr);
  }
  .gap-sm-149 {
    gap: 149px;
  }
  .gap-x-sm-149 {
    -moz-column-gap: 149px;
         column-gap: 149px;
  }
  .gap-y-sm-149 {
    row-gap: 149px;
  }
  .rounded-sm-149 {
    border-radius: 149px;
  }
  .mb-sm-149 {
    margin-bottom: 149px;
  }
  .mt-sm-149 {
    margin-top: 149px;
  }
  .mr-sm-149 {
    margin-right: 149px;
  }
  .ml-sm-149 {
    margin-left: 149px;
  }
  .mx-sm-149 {
    margin-right: 149px;
    margin-left: 149px;
  }
  .my-sm-149 {
    margin-top: 149px;
    margin-bottom: 149px;
  }
  .p-sm-149 {
    padding: 149px;
  }
  .px-sm-149 {
    padding-right: 149px;
    padding-left: 149px;
  }
  .py-sm-149 {
    padding-top: 149px;
    padding-bottom: 149px;
  }
  .pr-sm-149 {
    padding-right: 149px;
  }
  .pl-sm-149 {
    padding-left: 149px;
  }
  .pt-sm-149 {
    padding-top: 149px;
  }
  .pb-sm-149 {
    padding-bottom: 149px;
  }
  .fs-sm-149 {
    font-size: 149px;
  }
  .w-sm-149 {
    width: 149px;
  }
  .h-sm-149 {
    height: 149px;
  }
}
@media (min-width: 768px) {
  .lh-md-149 {
    line-height: 149px;
  }
  .line-height-md-149 {
    line-height: 149px;
  }
  .grid-cols-md-149 {
    grid-template-columns: repeat(149, 1fr);
  }
  .gap-md-149 {
    gap: 149px;
  }
  .gap-x-md-149 {
    -moz-column-gap: 149px;
         column-gap: 149px;
  }
  .gap-y-md-149 {
    row-gap: 149px;
  }
  .rounded-md-149 {
    border-radius: 149px;
  }
  .mb-md-149 {
    margin-bottom: 149px;
  }
  .mt-md-149 {
    margin-top: 149px;
  }
  .mr-md-149 {
    margin-right: 149px;
  }
  .ml-md-149 {
    margin-left: 149px;
  }
  .mx-md-149 {
    margin-right: 149px;
    margin-left: 149px;
  }
  .my-md-149 {
    margin-top: 149px;
    margin-bottom: 149px;
  }
  .p-md-149 {
    padding: 149px;
  }
  .px-md-149 {
    padding-right: 149px;
    padding-left: 149px;
  }
  .py-md-149 {
    padding-top: 149px;
    padding-bottom: 149px;
  }
  .pr-md-149 {
    padding-right: 149px;
  }
  .pl-md-149 {
    padding-left: 149px;
  }
  .pt-md-149 {
    padding-top: 149px;
  }
  .pb-md-149 {
    padding-bottom: 149px;
  }
  .fs-md-149 {
    font-size: 149px;
  }
  .w-md-149 {
    width: 149px;
  }
  .h-md-149 {
    height: 149px;
  }
}
@media (min-width: 992px) {
  .lh-lg-149 {
    line-height: 149px;
  }
  .line-height-lg-149 {
    line-height: 149px;
  }
  .grid-cols-lg-149 {
    grid-template-columns: repeat(149, 1fr);
  }
  .gap-lg-149 {
    gap: 149px;
  }
  .gap-x-lg-149 {
    -moz-column-gap: 149px;
         column-gap: 149px;
  }
  .gap-y-lg-149 {
    row-gap: 149px;
  }
  .rounded-lg-149 {
    border-radius: 149px;
  }
  .mb-lg-149 {
    margin-bottom: 149px;
  }
  .mt-lg-149 {
    margin-top: 149px;
  }
  .mr-lg-149 {
    margin-right: 149px;
  }
  .ml-lg-149 {
    margin-left: 149px;
  }
  .mx-lg-149 {
    margin-right: 149px;
    margin-left: 149px;
  }
  .my-lg-149 {
    margin-top: 149px;
    margin-bottom: 149px;
  }
  .p-lg-149 {
    padding: 149px;
  }
  .px-lg-149 {
    padding-right: 149px;
    padding-left: 149px;
  }
  .py-lg-149 {
    padding-top: 149px;
    padding-bottom: 149px;
  }
  .pr-lg-149 {
    padding-right: 149px;
  }
  .pl-lg-149 {
    padding-left: 149px;
  }
  .pt-lg-149 {
    padding-top: 149px;
  }
  .pb-lg-149 {
    padding-bottom: 149px;
  }
  .fs-lg-149 {
    font-size: 149px;
  }
  .w-lg-149 {
    width: 149px;
  }
  .h-lg-149 {
    height: 149px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-149 {
    line-height: 149px;
  }
  .line-height-xl-149 {
    line-height: 149px;
  }
  .grid-cols-xl-149 {
    grid-template-columns: repeat(149, 1fr);
  }
  .gap-xl-149 {
    gap: 149px;
  }
  .gap-x-xl-149 {
    -moz-column-gap: 149px;
         column-gap: 149px;
  }
  .gap-y-xl-149 {
    row-gap: 149px;
  }
  .rounded-xl-149 {
    border-radius: 149px;
  }
  .mb-xl-149 {
    margin-bottom: 149px;
  }
  .mt-xl-149 {
    margin-top: 149px;
  }
  .mr-xl-149 {
    margin-right: 149px;
  }
  .ml-xl-149 {
    margin-left: 149px;
  }
  .mx-xl-149 {
    margin-right: 149px;
    margin-left: 149px;
  }
  .my-xl-149 {
    margin-top: 149px;
    margin-bottom: 149px;
  }
  .p-xl-149 {
    padding: 149px;
  }
  .px-xl-149 {
    padding-right: 149px;
    padding-left: 149px;
  }
  .py-xl-149 {
    padding-top: 149px;
    padding-bottom: 149px;
  }
  .pr-xl-149 {
    padding-right: 149px;
  }
  .pl-xl-149 {
    padding-left: 149px;
  }
  .pt-xl-149 {
    padding-top: 149px;
  }
  .pb-xl-149 {
    padding-bottom: 149px;
  }
  .fs-xl-149 {
    font-size: 149px;
  }
  .w-xl-149 {
    width: 149px;
  }
  .h-xl-149 {
    height: 149px;
  }
}
.lh-150 {
  line-height: 150px;
}

.grid-cols-150 {
  grid-template-columns: repeat(150, 1fr);
}

.line-height-150 {
  line-height: 150px;
}

.gap-150 {
  gap: 150px;
}

.gap-x-150 {
  -moz-column-gap: 150px;
       column-gap: 150px;
}

.gap-y-150 {
  row-gap: 150px;
}

.rounded-150 {
  border-radius: 150px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mt-150 {
  margin-top: 150px;
}

.mr-150 {
  margin-right: 150px;
}

.ml-150 {
  margin-left: 150px;
}

.mx-150 {
  margin-right: 150px;
  margin-left: 150px;
}

.my-150 {
  margin-top: 150px;
  margin-bottom: 150px;
}

.p-150 {
  padding: 150px;
}

.px-150 {
  padding-right: 150px;
  padding-left: 150px;
}

.py-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.pr-150 {
  padding-right: 150px;
}

.pl-150 {
  padding-left: 150px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.fs-150 {
  font-size: 150px;
}

.w-150 {
  width: 150px;
}

.h-150 {
  height: 150px;
}

@media (min-width: 576px) {
  .lh-sm-150 {
    line-height: 150px;
  }
  .line-height-sm-150 {
    line-height: 150px;
  }
  .grid-cols-sm-150 {
    grid-template-columns: repeat(150, 1fr);
  }
  .gap-sm-150 {
    gap: 150px;
  }
  .gap-x-sm-150 {
    -moz-column-gap: 150px;
         column-gap: 150px;
  }
  .gap-y-sm-150 {
    row-gap: 150px;
  }
  .rounded-sm-150 {
    border-radius: 150px;
  }
  .mb-sm-150 {
    margin-bottom: 150px;
  }
  .mt-sm-150 {
    margin-top: 150px;
  }
  .mr-sm-150 {
    margin-right: 150px;
  }
  .ml-sm-150 {
    margin-left: 150px;
  }
  .mx-sm-150 {
    margin-right: 150px;
    margin-left: 150px;
  }
  .my-sm-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .p-sm-150 {
    padding: 150px;
  }
  .px-sm-150 {
    padding-right: 150px;
    padding-left: 150px;
  }
  .py-sm-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .pr-sm-150 {
    padding-right: 150px;
  }
  .pl-sm-150 {
    padding-left: 150px;
  }
  .pt-sm-150 {
    padding-top: 150px;
  }
  .pb-sm-150 {
    padding-bottom: 150px;
  }
  .fs-sm-150 {
    font-size: 150px;
  }
  .w-sm-150 {
    width: 150px;
  }
  .h-sm-150 {
    height: 150px;
  }
}
@media (min-width: 768px) {
  .lh-md-150 {
    line-height: 150px;
  }
  .line-height-md-150 {
    line-height: 150px;
  }
  .grid-cols-md-150 {
    grid-template-columns: repeat(150, 1fr);
  }
  .gap-md-150 {
    gap: 150px;
  }
  .gap-x-md-150 {
    -moz-column-gap: 150px;
         column-gap: 150px;
  }
  .gap-y-md-150 {
    row-gap: 150px;
  }
  .rounded-md-150 {
    border-radius: 150px;
  }
  .mb-md-150 {
    margin-bottom: 150px;
  }
  .mt-md-150 {
    margin-top: 150px;
  }
  .mr-md-150 {
    margin-right: 150px;
  }
  .ml-md-150 {
    margin-left: 150px;
  }
  .mx-md-150 {
    margin-right: 150px;
    margin-left: 150px;
  }
  .my-md-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .p-md-150 {
    padding: 150px;
  }
  .px-md-150 {
    padding-right: 150px;
    padding-left: 150px;
  }
  .py-md-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .pr-md-150 {
    padding-right: 150px;
  }
  .pl-md-150 {
    padding-left: 150px;
  }
  .pt-md-150 {
    padding-top: 150px;
  }
  .pb-md-150 {
    padding-bottom: 150px;
  }
  .fs-md-150 {
    font-size: 150px;
  }
  .w-md-150 {
    width: 150px;
  }
  .h-md-150 {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .lh-lg-150 {
    line-height: 150px;
  }
  .line-height-lg-150 {
    line-height: 150px;
  }
  .grid-cols-lg-150 {
    grid-template-columns: repeat(150, 1fr);
  }
  .gap-lg-150 {
    gap: 150px;
  }
  .gap-x-lg-150 {
    -moz-column-gap: 150px;
         column-gap: 150px;
  }
  .gap-y-lg-150 {
    row-gap: 150px;
  }
  .rounded-lg-150 {
    border-radius: 150px;
  }
  .mb-lg-150 {
    margin-bottom: 150px;
  }
  .mt-lg-150 {
    margin-top: 150px;
  }
  .mr-lg-150 {
    margin-right: 150px;
  }
  .ml-lg-150 {
    margin-left: 150px;
  }
  .mx-lg-150 {
    margin-right: 150px;
    margin-left: 150px;
  }
  .my-lg-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .p-lg-150 {
    padding: 150px;
  }
  .px-lg-150 {
    padding-right: 150px;
    padding-left: 150px;
  }
  .py-lg-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .pr-lg-150 {
    padding-right: 150px;
  }
  .pl-lg-150 {
    padding-left: 150px;
  }
  .pt-lg-150 {
    padding-top: 150px;
  }
  .pb-lg-150 {
    padding-bottom: 150px;
  }
  .fs-lg-150 {
    font-size: 150px;
  }
  .w-lg-150 {
    width: 150px;
  }
  .h-lg-150 {
    height: 150px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-150 {
    line-height: 150px;
  }
  .line-height-xl-150 {
    line-height: 150px;
  }
  .grid-cols-xl-150 {
    grid-template-columns: repeat(150, 1fr);
  }
  .gap-xl-150 {
    gap: 150px;
  }
  .gap-x-xl-150 {
    -moz-column-gap: 150px;
         column-gap: 150px;
  }
  .gap-y-xl-150 {
    row-gap: 150px;
  }
  .rounded-xl-150 {
    border-radius: 150px;
  }
  .mb-xl-150 {
    margin-bottom: 150px;
  }
  .mt-xl-150 {
    margin-top: 150px;
  }
  .mr-xl-150 {
    margin-right: 150px;
  }
  .ml-xl-150 {
    margin-left: 150px;
  }
  .mx-xl-150 {
    margin-right: 150px;
    margin-left: 150px;
  }
  .my-xl-150 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .p-xl-150 {
    padding: 150px;
  }
  .px-xl-150 {
    padding-right: 150px;
    padding-left: 150px;
  }
  .py-xl-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .pr-xl-150 {
    padding-right: 150px;
  }
  .pl-xl-150 {
    padding-left: 150px;
  }
  .pt-xl-150 {
    padding-top: 150px;
  }
  .pb-xl-150 {
    padding-bottom: 150px;
  }
  .fs-xl-150 {
    font-size: 150px;
  }
  .w-xl-150 {
    width: 150px;
  }
  .h-xl-150 {
    height: 150px;
  }
}
.lh-151 {
  line-height: 151px;
}

.grid-cols-151 {
  grid-template-columns: repeat(151, 1fr);
}

.line-height-151 {
  line-height: 151px;
}

.gap-151 {
  gap: 151px;
}

.gap-x-151 {
  -moz-column-gap: 151px;
       column-gap: 151px;
}

.gap-y-151 {
  row-gap: 151px;
}

.rounded-151 {
  border-radius: 151px;
}

.mb-151 {
  margin-bottom: 151px;
}

.mt-151 {
  margin-top: 151px;
}

.mr-151 {
  margin-right: 151px;
}

.ml-151 {
  margin-left: 151px;
}

.mx-151 {
  margin-right: 151px;
  margin-left: 151px;
}

.my-151 {
  margin-top: 151px;
  margin-bottom: 151px;
}

.p-151 {
  padding: 151px;
}

.px-151 {
  padding-right: 151px;
  padding-left: 151px;
}

.py-151 {
  padding-top: 151px;
  padding-bottom: 151px;
}

.pr-151 {
  padding-right: 151px;
}

.pl-151 {
  padding-left: 151px;
}

.pt-151 {
  padding-top: 151px;
}

.pb-151 {
  padding-bottom: 151px;
}

.fs-151 {
  font-size: 151px;
}

.w-151 {
  width: 151px;
}

.h-151 {
  height: 151px;
}

@media (min-width: 576px) {
  .lh-sm-151 {
    line-height: 151px;
  }
  .line-height-sm-151 {
    line-height: 151px;
  }
  .grid-cols-sm-151 {
    grid-template-columns: repeat(151, 1fr);
  }
  .gap-sm-151 {
    gap: 151px;
  }
  .gap-x-sm-151 {
    -moz-column-gap: 151px;
         column-gap: 151px;
  }
  .gap-y-sm-151 {
    row-gap: 151px;
  }
  .rounded-sm-151 {
    border-radius: 151px;
  }
  .mb-sm-151 {
    margin-bottom: 151px;
  }
  .mt-sm-151 {
    margin-top: 151px;
  }
  .mr-sm-151 {
    margin-right: 151px;
  }
  .ml-sm-151 {
    margin-left: 151px;
  }
  .mx-sm-151 {
    margin-right: 151px;
    margin-left: 151px;
  }
  .my-sm-151 {
    margin-top: 151px;
    margin-bottom: 151px;
  }
  .p-sm-151 {
    padding: 151px;
  }
  .px-sm-151 {
    padding-right: 151px;
    padding-left: 151px;
  }
  .py-sm-151 {
    padding-top: 151px;
    padding-bottom: 151px;
  }
  .pr-sm-151 {
    padding-right: 151px;
  }
  .pl-sm-151 {
    padding-left: 151px;
  }
  .pt-sm-151 {
    padding-top: 151px;
  }
  .pb-sm-151 {
    padding-bottom: 151px;
  }
  .fs-sm-151 {
    font-size: 151px;
  }
  .w-sm-151 {
    width: 151px;
  }
  .h-sm-151 {
    height: 151px;
  }
}
@media (min-width: 768px) {
  .lh-md-151 {
    line-height: 151px;
  }
  .line-height-md-151 {
    line-height: 151px;
  }
  .grid-cols-md-151 {
    grid-template-columns: repeat(151, 1fr);
  }
  .gap-md-151 {
    gap: 151px;
  }
  .gap-x-md-151 {
    -moz-column-gap: 151px;
         column-gap: 151px;
  }
  .gap-y-md-151 {
    row-gap: 151px;
  }
  .rounded-md-151 {
    border-radius: 151px;
  }
  .mb-md-151 {
    margin-bottom: 151px;
  }
  .mt-md-151 {
    margin-top: 151px;
  }
  .mr-md-151 {
    margin-right: 151px;
  }
  .ml-md-151 {
    margin-left: 151px;
  }
  .mx-md-151 {
    margin-right: 151px;
    margin-left: 151px;
  }
  .my-md-151 {
    margin-top: 151px;
    margin-bottom: 151px;
  }
  .p-md-151 {
    padding: 151px;
  }
  .px-md-151 {
    padding-right: 151px;
    padding-left: 151px;
  }
  .py-md-151 {
    padding-top: 151px;
    padding-bottom: 151px;
  }
  .pr-md-151 {
    padding-right: 151px;
  }
  .pl-md-151 {
    padding-left: 151px;
  }
  .pt-md-151 {
    padding-top: 151px;
  }
  .pb-md-151 {
    padding-bottom: 151px;
  }
  .fs-md-151 {
    font-size: 151px;
  }
  .w-md-151 {
    width: 151px;
  }
  .h-md-151 {
    height: 151px;
  }
}
@media (min-width: 992px) {
  .lh-lg-151 {
    line-height: 151px;
  }
  .line-height-lg-151 {
    line-height: 151px;
  }
  .grid-cols-lg-151 {
    grid-template-columns: repeat(151, 1fr);
  }
  .gap-lg-151 {
    gap: 151px;
  }
  .gap-x-lg-151 {
    -moz-column-gap: 151px;
         column-gap: 151px;
  }
  .gap-y-lg-151 {
    row-gap: 151px;
  }
  .rounded-lg-151 {
    border-radius: 151px;
  }
  .mb-lg-151 {
    margin-bottom: 151px;
  }
  .mt-lg-151 {
    margin-top: 151px;
  }
  .mr-lg-151 {
    margin-right: 151px;
  }
  .ml-lg-151 {
    margin-left: 151px;
  }
  .mx-lg-151 {
    margin-right: 151px;
    margin-left: 151px;
  }
  .my-lg-151 {
    margin-top: 151px;
    margin-bottom: 151px;
  }
  .p-lg-151 {
    padding: 151px;
  }
  .px-lg-151 {
    padding-right: 151px;
    padding-left: 151px;
  }
  .py-lg-151 {
    padding-top: 151px;
    padding-bottom: 151px;
  }
  .pr-lg-151 {
    padding-right: 151px;
  }
  .pl-lg-151 {
    padding-left: 151px;
  }
  .pt-lg-151 {
    padding-top: 151px;
  }
  .pb-lg-151 {
    padding-bottom: 151px;
  }
  .fs-lg-151 {
    font-size: 151px;
  }
  .w-lg-151 {
    width: 151px;
  }
  .h-lg-151 {
    height: 151px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-151 {
    line-height: 151px;
  }
  .line-height-xl-151 {
    line-height: 151px;
  }
  .grid-cols-xl-151 {
    grid-template-columns: repeat(151, 1fr);
  }
  .gap-xl-151 {
    gap: 151px;
  }
  .gap-x-xl-151 {
    -moz-column-gap: 151px;
         column-gap: 151px;
  }
  .gap-y-xl-151 {
    row-gap: 151px;
  }
  .rounded-xl-151 {
    border-radius: 151px;
  }
  .mb-xl-151 {
    margin-bottom: 151px;
  }
  .mt-xl-151 {
    margin-top: 151px;
  }
  .mr-xl-151 {
    margin-right: 151px;
  }
  .ml-xl-151 {
    margin-left: 151px;
  }
  .mx-xl-151 {
    margin-right: 151px;
    margin-left: 151px;
  }
  .my-xl-151 {
    margin-top: 151px;
    margin-bottom: 151px;
  }
  .p-xl-151 {
    padding: 151px;
  }
  .px-xl-151 {
    padding-right: 151px;
    padding-left: 151px;
  }
  .py-xl-151 {
    padding-top: 151px;
    padding-bottom: 151px;
  }
  .pr-xl-151 {
    padding-right: 151px;
  }
  .pl-xl-151 {
    padding-left: 151px;
  }
  .pt-xl-151 {
    padding-top: 151px;
  }
  .pb-xl-151 {
    padding-bottom: 151px;
  }
  .fs-xl-151 {
    font-size: 151px;
  }
  .w-xl-151 {
    width: 151px;
  }
  .h-xl-151 {
    height: 151px;
  }
}
.lh-152 {
  line-height: 152px;
}

.grid-cols-152 {
  grid-template-columns: repeat(152, 1fr);
}

.line-height-152 {
  line-height: 152px;
}

.gap-152 {
  gap: 152px;
}

.gap-x-152 {
  -moz-column-gap: 152px;
       column-gap: 152px;
}

.gap-y-152 {
  row-gap: 152px;
}

.rounded-152 {
  border-radius: 152px;
}

.mb-152 {
  margin-bottom: 152px;
}

.mt-152 {
  margin-top: 152px;
}

.mr-152 {
  margin-right: 152px;
}

.ml-152 {
  margin-left: 152px;
}

.mx-152 {
  margin-right: 152px;
  margin-left: 152px;
}

.my-152 {
  margin-top: 152px;
  margin-bottom: 152px;
}

.p-152 {
  padding: 152px;
}

.px-152 {
  padding-right: 152px;
  padding-left: 152px;
}

.py-152 {
  padding-top: 152px;
  padding-bottom: 152px;
}

.pr-152 {
  padding-right: 152px;
}

.pl-152 {
  padding-left: 152px;
}

.pt-152 {
  padding-top: 152px;
}

.pb-152 {
  padding-bottom: 152px;
}

.fs-152 {
  font-size: 152px;
}

.w-152 {
  width: 152px;
}

.h-152 {
  height: 152px;
}

@media (min-width: 576px) {
  .lh-sm-152 {
    line-height: 152px;
  }
  .line-height-sm-152 {
    line-height: 152px;
  }
  .grid-cols-sm-152 {
    grid-template-columns: repeat(152, 1fr);
  }
  .gap-sm-152 {
    gap: 152px;
  }
  .gap-x-sm-152 {
    -moz-column-gap: 152px;
         column-gap: 152px;
  }
  .gap-y-sm-152 {
    row-gap: 152px;
  }
  .rounded-sm-152 {
    border-radius: 152px;
  }
  .mb-sm-152 {
    margin-bottom: 152px;
  }
  .mt-sm-152 {
    margin-top: 152px;
  }
  .mr-sm-152 {
    margin-right: 152px;
  }
  .ml-sm-152 {
    margin-left: 152px;
  }
  .mx-sm-152 {
    margin-right: 152px;
    margin-left: 152px;
  }
  .my-sm-152 {
    margin-top: 152px;
    margin-bottom: 152px;
  }
  .p-sm-152 {
    padding: 152px;
  }
  .px-sm-152 {
    padding-right: 152px;
    padding-left: 152px;
  }
  .py-sm-152 {
    padding-top: 152px;
    padding-bottom: 152px;
  }
  .pr-sm-152 {
    padding-right: 152px;
  }
  .pl-sm-152 {
    padding-left: 152px;
  }
  .pt-sm-152 {
    padding-top: 152px;
  }
  .pb-sm-152 {
    padding-bottom: 152px;
  }
  .fs-sm-152 {
    font-size: 152px;
  }
  .w-sm-152 {
    width: 152px;
  }
  .h-sm-152 {
    height: 152px;
  }
}
@media (min-width: 768px) {
  .lh-md-152 {
    line-height: 152px;
  }
  .line-height-md-152 {
    line-height: 152px;
  }
  .grid-cols-md-152 {
    grid-template-columns: repeat(152, 1fr);
  }
  .gap-md-152 {
    gap: 152px;
  }
  .gap-x-md-152 {
    -moz-column-gap: 152px;
         column-gap: 152px;
  }
  .gap-y-md-152 {
    row-gap: 152px;
  }
  .rounded-md-152 {
    border-radius: 152px;
  }
  .mb-md-152 {
    margin-bottom: 152px;
  }
  .mt-md-152 {
    margin-top: 152px;
  }
  .mr-md-152 {
    margin-right: 152px;
  }
  .ml-md-152 {
    margin-left: 152px;
  }
  .mx-md-152 {
    margin-right: 152px;
    margin-left: 152px;
  }
  .my-md-152 {
    margin-top: 152px;
    margin-bottom: 152px;
  }
  .p-md-152 {
    padding: 152px;
  }
  .px-md-152 {
    padding-right: 152px;
    padding-left: 152px;
  }
  .py-md-152 {
    padding-top: 152px;
    padding-bottom: 152px;
  }
  .pr-md-152 {
    padding-right: 152px;
  }
  .pl-md-152 {
    padding-left: 152px;
  }
  .pt-md-152 {
    padding-top: 152px;
  }
  .pb-md-152 {
    padding-bottom: 152px;
  }
  .fs-md-152 {
    font-size: 152px;
  }
  .w-md-152 {
    width: 152px;
  }
  .h-md-152 {
    height: 152px;
  }
}
@media (min-width: 992px) {
  .lh-lg-152 {
    line-height: 152px;
  }
  .line-height-lg-152 {
    line-height: 152px;
  }
  .grid-cols-lg-152 {
    grid-template-columns: repeat(152, 1fr);
  }
  .gap-lg-152 {
    gap: 152px;
  }
  .gap-x-lg-152 {
    -moz-column-gap: 152px;
         column-gap: 152px;
  }
  .gap-y-lg-152 {
    row-gap: 152px;
  }
  .rounded-lg-152 {
    border-radius: 152px;
  }
  .mb-lg-152 {
    margin-bottom: 152px;
  }
  .mt-lg-152 {
    margin-top: 152px;
  }
  .mr-lg-152 {
    margin-right: 152px;
  }
  .ml-lg-152 {
    margin-left: 152px;
  }
  .mx-lg-152 {
    margin-right: 152px;
    margin-left: 152px;
  }
  .my-lg-152 {
    margin-top: 152px;
    margin-bottom: 152px;
  }
  .p-lg-152 {
    padding: 152px;
  }
  .px-lg-152 {
    padding-right: 152px;
    padding-left: 152px;
  }
  .py-lg-152 {
    padding-top: 152px;
    padding-bottom: 152px;
  }
  .pr-lg-152 {
    padding-right: 152px;
  }
  .pl-lg-152 {
    padding-left: 152px;
  }
  .pt-lg-152 {
    padding-top: 152px;
  }
  .pb-lg-152 {
    padding-bottom: 152px;
  }
  .fs-lg-152 {
    font-size: 152px;
  }
  .w-lg-152 {
    width: 152px;
  }
  .h-lg-152 {
    height: 152px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-152 {
    line-height: 152px;
  }
  .line-height-xl-152 {
    line-height: 152px;
  }
  .grid-cols-xl-152 {
    grid-template-columns: repeat(152, 1fr);
  }
  .gap-xl-152 {
    gap: 152px;
  }
  .gap-x-xl-152 {
    -moz-column-gap: 152px;
         column-gap: 152px;
  }
  .gap-y-xl-152 {
    row-gap: 152px;
  }
  .rounded-xl-152 {
    border-radius: 152px;
  }
  .mb-xl-152 {
    margin-bottom: 152px;
  }
  .mt-xl-152 {
    margin-top: 152px;
  }
  .mr-xl-152 {
    margin-right: 152px;
  }
  .ml-xl-152 {
    margin-left: 152px;
  }
  .mx-xl-152 {
    margin-right: 152px;
    margin-left: 152px;
  }
  .my-xl-152 {
    margin-top: 152px;
    margin-bottom: 152px;
  }
  .p-xl-152 {
    padding: 152px;
  }
  .px-xl-152 {
    padding-right: 152px;
    padding-left: 152px;
  }
  .py-xl-152 {
    padding-top: 152px;
    padding-bottom: 152px;
  }
  .pr-xl-152 {
    padding-right: 152px;
  }
  .pl-xl-152 {
    padding-left: 152px;
  }
  .pt-xl-152 {
    padding-top: 152px;
  }
  .pb-xl-152 {
    padding-bottom: 152px;
  }
  .fs-xl-152 {
    font-size: 152px;
  }
  .w-xl-152 {
    width: 152px;
  }
  .h-xl-152 {
    height: 152px;
  }
}
.lh-153 {
  line-height: 153px;
}

.grid-cols-153 {
  grid-template-columns: repeat(153, 1fr);
}

.line-height-153 {
  line-height: 153px;
}

.gap-153 {
  gap: 153px;
}

.gap-x-153 {
  -moz-column-gap: 153px;
       column-gap: 153px;
}

.gap-y-153 {
  row-gap: 153px;
}

.rounded-153 {
  border-radius: 153px;
}

.mb-153 {
  margin-bottom: 153px;
}

.mt-153 {
  margin-top: 153px;
}

.mr-153 {
  margin-right: 153px;
}

.ml-153 {
  margin-left: 153px;
}

.mx-153 {
  margin-right: 153px;
  margin-left: 153px;
}

.my-153 {
  margin-top: 153px;
  margin-bottom: 153px;
}

.p-153 {
  padding: 153px;
}

.px-153 {
  padding-right: 153px;
  padding-left: 153px;
}

.py-153 {
  padding-top: 153px;
  padding-bottom: 153px;
}

.pr-153 {
  padding-right: 153px;
}

.pl-153 {
  padding-left: 153px;
}

.pt-153 {
  padding-top: 153px;
}

.pb-153 {
  padding-bottom: 153px;
}

.fs-153 {
  font-size: 153px;
}

.w-153 {
  width: 153px;
}

.h-153 {
  height: 153px;
}

@media (min-width: 576px) {
  .lh-sm-153 {
    line-height: 153px;
  }
  .line-height-sm-153 {
    line-height: 153px;
  }
  .grid-cols-sm-153 {
    grid-template-columns: repeat(153, 1fr);
  }
  .gap-sm-153 {
    gap: 153px;
  }
  .gap-x-sm-153 {
    -moz-column-gap: 153px;
         column-gap: 153px;
  }
  .gap-y-sm-153 {
    row-gap: 153px;
  }
  .rounded-sm-153 {
    border-radius: 153px;
  }
  .mb-sm-153 {
    margin-bottom: 153px;
  }
  .mt-sm-153 {
    margin-top: 153px;
  }
  .mr-sm-153 {
    margin-right: 153px;
  }
  .ml-sm-153 {
    margin-left: 153px;
  }
  .mx-sm-153 {
    margin-right: 153px;
    margin-left: 153px;
  }
  .my-sm-153 {
    margin-top: 153px;
    margin-bottom: 153px;
  }
  .p-sm-153 {
    padding: 153px;
  }
  .px-sm-153 {
    padding-right: 153px;
    padding-left: 153px;
  }
  .py-sm-153 {
    padding-top: 153px;
    padding-bottom: 153px;
  }
  .pr-sm-153 {
    padding-right: 153px;
  }
  .pl-sm-153 {
    padding-left: 153px;
  }
  .pt-sm-153 {
    padding-top: 153px;
  }
  .pb-sm-153 {
    padding-bottom: 153px;
  }
  .fs-sm-153 {
    font-size: 153px;
  }
  .w-sm-153 {
    width: 153px;
  }
  .h-sm-153 {
    height: 153px;
  }
}
@media (min-width: 768px) {
  .lh-md-153 {
    line-height: 153px;
  }
  .line-height-md-153 {
    line-height: 153px;
  }
  .grid-cols-md-153 {
    grid-template-columns: repeat(153, 1fr);
  }
  .gap-md-153 {
    gap: 153px;
  }
  .gap-x-md-153 {
    -moz-column-gap: 153px;
         column-gap: 153px;
  }
  .gap-y-md-153 {
    row-gap: 153px;
  }
  .rounded-md-153 {
    border-radius: 153px;
  }
  .mb-md-153 {
    margin-bottom: 153px;
  }
  .mt-md-153 {
    margin-top: 153px;
  }
  .mr-md-153 {
    margin-right: 153px;
  }
  .ml-md-153 {
    margin-left: 153px;
  }
  .mx-md-153 {
    margin-right: 153px;
    margin-left: 153px;
  }
  .my-md-153 {
    margin-top: 153px;
    margin-bottom: 153px;
  }
  .p-md-153 {
    padding: 153px;
  }
  .px-md-153 {
    padding-right: 153px;
    padding-left: 153px;
  }
  .py-md-153 {
    padding-top: 153px;
    padding-bottom: 153px;
  }
  .pr-md-153 {
    padding-right: 153px;
  }
  .pl-md-153 {
    padding-left: 153px;
  }
  .pt-md-153 {
    padding-top: 153px;
  }
  .pb-md-153 {
    padding-bottom: 153px;
  }
  .fs-md-153 {
    font-size: 153px;
  }
  .w-md-153 {
    width: 153px;
  }
  .h-md-153 {
    height: 153px;
  }
}
@media (min-width: 992px) {
  .lh-lg-153 {
    line-height: 153px;
  }
  .line-height-lg-153 {
    line-height: 153px;
  }
  .grid-cols-lg-153 {
    grid-template-columns: repeat(153, 1fr);
  }
  .gap-lg-153 {
    gap: 153px;
  }
  .gap-x-lg-153 {
    -moz-column-gap: 153px;
         column-gap: 153px;
  }
  .gap-y-lg-153 {
    row-gap: 153px;
  }
  .rounded-lg-153 {
    border-radius: 153px;
  }
  .mb-lg-153 {
    margin-bottom: 153px;
  }
  .mt-lg-153 {
    margin-top: 153px;
  }
  .mr-lg-153 {
    margin-right: 153px;
  }
  .ml-lg-153 {
    margin-left: 153px;
  }
  .mx-lg-153 {
    margin-right: 153px;
    margin-left: 153px;
  }
  .my-lg-153 {
    margin-top: 153px;
    margin-bottom: 153px;
  }
  .p-lg-153 {
    padding: 153px;
  }
  .px-lg-153 {
    padding-right: 153px;
    padding-left: 153px;
  }
  .py-lg-153 {
    padding-top: 153px;
    padding-bottom: 153px;
  }
  .pr-lg-153 {
    padding-right: 153px;
  }
  .pl-lg-153 {
    padding-left: 153px;
  }
  .pt-lg-153 {
    padding-top: 153px;
  }
  .pb-lg-153 {
    padding-bottom: 153px;
  }
  .fs-lg-153 {
    font-size: 153px;
  }
  .w-lg-153 {
    width: 153px;
  }
  .h-lg-153 {
    height: 153px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-153 {
    line-height: 153px;
  }
  .line-height-xl-153 {
    line-height: 153px;
  }
  .grid-cols-xl-153 {
    grid-template-columns: repeat(153, 1fr);
  }
  .gap-xl-153 {
    gap: 153px;
  }
  .gap-x-xl-153 {
    -moz-column-gap: 153px;
         column-gap: 153px;
  }
  .gap-y-xl-153 {
    row-gap: 153px;
  }
  .rounded-xl-153 {
    border-radius: 153px;
  }
  .mb-xl-153 {
    margin-bottom: 153px;
  }
  .mt-xl-153 {
    margin-top: 153px;
  }
  .mr-xl-153 {
    margin-right: 153px;
  }
  .ml-xl-153 {
    margin-left: 153px;
  }
  .mx-xl-153 {
    margin-right: 153px;
    margin-left: 153px;
  }
  .my-xl-153 {
    margin-top: 153px;
    margin-bottom: 153px;
  }
  .p-xl-153 {
    padding: 153px;
  }
  .px-xl-153 {
    padding-right: 153px;
    padding-left: 153px;
  }
  .py-xl-153 {
    padding-top: 153px;
    padding-bottom: 153px;
  }
  .pr-xl-153 {
    padding-right: 153px;
  }
  .pl-xl-153 {
    padding-left: 153px;
  }
  .pt-xl-153 {
    padding-top: 153px;
  }
  .pb-xl-153 {
    padding-bottom: 153px;
  }
  .fs-xl-153 {
    font-size: 153px;
  }
  .w-xl-153 {
    width: 153px;
  }
  .h-xl-153 {
    height: 153px;
  }
}
.lh-154 {
  line-height: 154px;
}

.grid-cols-154 {
  grid-template-columns: repeat(154, 1fr);
}

.line-height-154 {
  line-height: 154px;
}

.gap-154 {
  gap: 154px;
}

.gap-x-154 {
  -moz-column-gap: 154px;
       column-gap: 154px;
}

.gap-y-154 {
  row-gap: 154px;
}

.rounded-154 {
  border-radius: 154px;
}

.mb-154 {
  margin-bottom: 154px;
}

.mt-154 {
  margin-top: 154px;
}

.mr-154 {
  margin-right: 154px;
}

.ml-154 {
  margin-left: 154px;
}

.mx-154 {
  margin-right: 154px;
  margin-left: 154px;
}

.my-154 {
  margin-top: 154px;
  margin-bottom: 154px;
}

.p-154 {
  padding: 154px;
}

.px-154 {
  padding-right: 154px;
  padding-left: 154px;
}

.py-154 {
  padding-top: 154px;
  padding-bottom: 154px;
}

.pr-154 {
  padding-right: 154px;
}

.pl-154 {
  padding-left: 154px;
}

.pt-154 {
  padding-top: 154px;
}

.pb-154 {
  padding-bottom: 154px;
}

.fs-154 {
  font-size: 154px;
}

.w-154 {
  width: 154px;
}

.h-154 {
  height: 154px;
}

@media (min-width: 576px) {
  .lh-sm-154 {
    line-height: 154px;
  }
  .line-height-sm-154 {
    line-height: 154px;
  }
  .grid-cols-sm-154 {
    grid-template-columns: repeat(154, 1fr);
  }
  .gap-sm-154 {
    gap: 154px;
  }
  .gap-x-sm-154 {
    -moz-column-gap: 154px;
         column-gap: 154px;
  }
  .gap-y-sm-154 {
    row-gap: 154px;
  }
  .rounded-sm-154 {
    border-radius: 154px;
  }
  .mb-sm-154 {
    margin-bottom: 154px;
  }
  .mt-sm-154 {
    margin-top: 154px;
  }
  .mr-sm-154 {
    margin-right: 154px;
  }
  .ml-sm-154 {
    margin-left: 154px;
  }
  .mx-sm-154 {
    margin-right: 154px;
    margin-left: 154px;
  }
  .my-sm-154 {
    margin-top: 154px;
    margin-bottom: 154px;
  }
  .p-sm-154 {
    padding: 154px;
  }
  .px-sm-154 {
    padding-right: 154px;
    padding-left: 154px;
  }
  .py-sm-154 {
    padding-top: 154px;
    padding-bottom: 154px;
  }
  .pr-sm-154 {
    padding-right: 154px;
  }
  .pl-sm-154 {
    padding-left: 154px;
  }
  .pt-sm-154 {
    padding-top: 154px;
  }
  .pb-sm-154 {
    padding-bottom: 154px;
  }
  .fs-sm-154 {
    font-size: 154px;
  }
  .w-sm-154 {
    width: 154px;
  }
  .h-sm-154 {
    height: 154px;
  }
}
@media (min-width: 768px) {
  .lh-md-154 {
    line-height: 154px;
  }
  .line-height-md-154 {
    line-height: 154px;
  }
  .grid-cols-md-154 {
    grid-template-columns: repeat(154, 1fr);
  }
  .gap-md-154 {
    gap: 154px;
  }
  .gap-x-md-154 {
    -moz-column-gap: 154px;
         column-gap: 154px;
  }
  .gap-y-md-154 {
    row-gap: 154px;
  }
  .rounded-md-154 {
    border-radius: 154px;
  }
  .mb-md-154 {
    margin-bottom: 154px;
  }
  .mt-md-154 {
    margin-top: 154px;
  }
  .mr-md-154 {
    margin-right: 154px;
  }
  .ml-md-154 {
    margin-left: 154px;
  }
  .mx-md-154 {
    margin-right: 154px;
    margin-left: 154px;
  }
  .my-md-154 {
    margin-top: 154px;
    margin-bottom: 154px;
  }
  .p-md-154 {
    padding: 154px;
  }
  .px-md-154 {
    padding-right: 154px;
    padding-left: 154px;
  }
  .py-md-154 {
    padding-top: 154px;
    padding-bottom: 154px;
  }
  .pr-md-154 {
    padding-right: 154px;
  }
  .pl-md-154 {
    padding-left: 154px;
  }
  .pt-md-154 {
    padding-top: 154px;
  }
  .pb-md-154 {
    padding-bottom: 154px;
  }
  .fs-md-154 {
    font-size: 154px;
  }
  .w-md-154 {
    width: 154px;
  }
  .h-md-154 {
    height: 154px;
  }
}
@media (min-width: 992px) {
  .lh-lg-154 {
    line-height: 154px;
  }
  .line-height-lg-154 {
    line-height: 154px;
  }
  .grid-cols-lg-154 {
    grid-template-columns: repeat(154, 1fr);
  }
  .gap-lg-154 {
    gap: 154px;
  }
  .gap-x-lg-154 {
    -moz-column-gap: 154px;
         column-gap: 154px;
  }
  .gap-y-lg-154 {
    row-gap: 154px;
  }
  .rounded-lg-154 {
    border-radius: 154px;
  }
  .mb-lg-154 {
    margin-bottom: 154px;
  }
  .mt-lg-154 {
    margin-top: 154px;
  }
  .mr-lg-154 {
    margin-right: 154px;
  }
  .ml-lg-154 {
    margin-left: 154px;
  }
  .mx-lg-154 {
    margin-right: 154px;
    margin-left: 154px;
  }
  .my-lg-154 {
    margin-top: 154px;
    margin-bottom: 154px;
  }
  .p-lg-154 {
    padding: 154px;
  }
  .px-lg-154 {
    padding-right: 154px;
    padding-left: 154px;
  }
  .py-lg-154 {
    padding-top: 154px;
    padding-bottom: 154px;
  }
  .pr-lg-154 {
    padding-right: 154px;
  }
  .pl-lg-154 {
    padding-left: 154px;
  }
  .pt-lg-154 {
    padding-top: 154px;
  }
  .pb-lg-154 {
    padding-bottom: 154px;
  }
  .fs-lg-154 {
    font-size: 154px;
  }
  .w-lg-154 {
    width: 154px;
  }
  .h-lg-154 {
    height: 154px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-154 {
    line-height: 154px;
  }
  .line-height-xl-154 {
    line-height: 154px;
  }
  .grid-cols-xl-154 {
    grid-template-columns: repeat(154, 1fr);
  }
  .gap-xl-154 {
    gap: 154px;
  }
  .gap-x-xl-154 {
    -moz-column-gap: 154px;
         column-gap: 154px;
  }
  .gap-y-xl-154 {
    row-gap: 154px;
  }
  .rounded-xl-154 {
    border-radius: 154px;
  }
  .mb-xl-154 {
    margin-bottom: 154px;
  }
  .mt-xl-154 {
    margin-top: 154px;
  }
  .mr-xl-154 {
    margin-right: 154px;
  }
  .ml-xl-154 {
    margin-left: 154px;
  }
  .mx-xl-154 {
    margin-right: 154px;
    margin-left: 154px;
  }
  .my-xl-154 {
    margin-top: 154px;
    margin-bottom: 154px;
  }
  .p-xl-154 {
    padding: 154px;
  }
  .px-xl-154 {
    padding-right: 154px;
    padding-left: 154px;
  }
  .py-xl-154 {
    padding-top: 154px;
    padding-bottom: 154px;
  }
  .pr-xl-154 {
    padding-right: 154px;
  }
  .pl-xl-154 {
    padding-left: 154px;
  }
  .pt-xl-154 {
    padding-top: 154px;
  }
  .pb-xl-154 {
    padding-bottom: 154px;
  }
  .fs-xl-154 {
    font-size: 154px;
  }
  .w-xl-154 {
    width: 154px;
  }
  .h-xl-154 {
    height: 154px;
  }
}
.lh-155 {
  line-height: 155px;
}

.grid-cols-155 {
  grid-template-columns: repeat(155, 1fr);
}

.line-height-155 {
  line-height: 155px;
}

.gap-155 {
  gap: 155px;
}

.gap-x-155 {
  -moz-column-gap: 155px;
       column-gap: 155px;
}

.gap-y-155 {
  row-gap: 155px;
}

.rounded-155 {
  border-radius: 155px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mt-155 {
  margin-top: 155px;
}

.mr-155 {
  margin-right: 155px;
}

.ml-155 {
  margin-left: 155px;
}

.mx-155 {
  margin-right: 155px;
  margin-left: 155px;
}

.my-155 {
  margin-top: 155px;
  margin-bottom: 155px;
}

.p-155 {
  padding: 155px;
}

.px-155 {
  padding-right: 155px;
  padding-left: 155px;
}

.py-155 {
  padding-top: 155px;
  padding-bottom: 155px;
}

.pr-155 {
  padding-right: 155px;
}

.pl-155 {
  padding-left: 155px;
}

.pt-155 {
  padding-top: 155px;
}

.pb-155 {
  padding-bottom: 155px;
}

.fs-155 {
  font-size: 155px;
}

.w-155 {
  width: 155px;
}

.h-155 {
  height: 155px;
}

@media (min-width: 576px) {
  .lh-sm-155 {
    line-height: 155px;
  }
  .line-height-sm-155 {
    line-height: 155px;
  }
  .grid-cols-sm-155 {
    grid-template-columns: repeat(155, 1fr);
  }
  .gap-sm-155 {
    gap: 155px;
  }
  .gap-x-sm-155 {
    -moz-column-gap: 155px;
         column-gap: 155px;
  }
  .gap-y-sm-155 {
    row-gap: 155px;
  }
  .rounded-sm-155 {
    border-radius: 155px;
  }
  .mb-sm-155 {
    margin-bottom: 155px;
  }
  .mt-sm-155 {
    margin-top: 155px;
  }
  .mr-sm-155 {
    margin-right: 155px;
  }
  .ml-sm-155 {
    margin-left: 155px;
  }
  .mx-sm-155 {
    margin-right: 155px;
    margin-left: 155px;
  }
  .my-sm-155 {
    margin-top: 155px;
    margin-bottom: 155px;
  }
  .p-sm-155 {
    padding: 155px;
  }
  .px-sm-155 {
    padding-right: 155px;
    padding-left: 155px;
  }
  .py-sm-155 {
    padding-top: 155px;
    padding-bottom: 155px;
  }
  .pr-sm-155 {
    padding-right: 155px;
  }
  .pl-sm-155 {
    padding-left: 155px;
  }
  .pt-sm-155 {
    padding-top: 155px;
  }
  .pb-sm-155 {
    padding-bottom: 155px;
  }
  .fs-sm-155 {
    font-size: 155px;
  }
  .w-sm-155 {
    width: 155px;
  }
  .h-sm-155 {
    height: 155px;
  }
}
@media (min-width: 768px) {
  .lh-md-155 {
    line-height: 155px;
  }
  .line-height-md-155 {
    line-height: 155px;
  }
  .grid-cols-md-155 {
    grid-template-columns: repeat(155, 1fr);
  }
  .gap-md-155 {
    gap: 155px;
  }
  .gap-x-md-155 {
    -moz-column-gap: 155px;
         column-gap: 155px;
  }
  .gap-y-md-155 {
    row-gap: 155px;
  }
  .rounded-md-155 {
    border-radius: 155px;
  }
  .mb-md-155 {
    margin-bottom: 155px;
  }
  .mt-md-155 {
    margin-top: 155px;
  }
  .mr-md-155 {
    margin-right: 155px;
  }
  .ml-md-155 {
    margin-left: 155px;
  }
  .mx-md-155 {
    margin-right: 155px;
    margin-left: 155px;
  }
  .my-md-155 {
    margin-top: 155px;
    margin-bottom: 155px;
  }
  .p-md-155 {
    padding: 155px;
  }
  .px-md-155 {
    padding-right: 155px;
    padding-left: 155px;
  }
  .py-md-155 {
    padding-top: 155px;
    padding-bottom: 155px;
  }
  .pr-md-155 {
    padding-right: 155px;
  }
  .pl-md-155 {
    padding-left: 155px;
  }
  .pt-md-155 {
    padding-top: 155px;
  }
  .pb-md-155 {
    padding-bottom: 155px;
  }
  .fs-md-155 {
    font-size: 155px;
  }
  .w-md-155 {
    width: 155px;
  }
  .h-md-155 {
    height: 155px;
  }
}
@media (min-width: 992px) {
  .lh-lg-155 {
    line-height: 155px;
  }
  .line-height-lg-155 {
    line-height: 155px;
  }
  .grid-cols-lg-155 {
    grid-template-columns: repeat(155, 1fr);
  }
  .gap-lg-155 {
    gap: 155px;
  }
  .gap-x-lg-155 {
    -moz-column-gap: 155px;
         column-gap: 155px;
  }
  .gap-y-lg-155 {
    row-gap: 155px;
  }
  .rounded-lg-155 {
    border-radius: 155px;
  }
  .mb-lg-155 {
    margin-bottom: 155px;
  }
  .mt-lg-155 {
    margin-top: 155px;
  }
  .mr-lg-155 {
    margin-right: 155px;
  }
  .ml-lg-155 {
    margin-left: 155px;
  }
  .mx-lg-155 {
    margin-right: 155px;
    margin-left: 155px;
  }
  .my-lg-155 {
    margin-top: 155px;
    margin-bottom: 155px;
  }
  .p-lg-155 {
    padding: 155px;
  }
  .px-lg-155 {
    padding-right: 155px;
    padding-left: 155px;
  }
  .py-lg-155 {
    padding-top: 155px;
    padding-bottom: 155px;
  }
  .pr-lg-155 {
    padding-right: 155px;
  }
  .pl-lg-155 {
    padding-left: 155px;
  }
  .pt-lg-155 {
    padding-top: 155px;
  }
  .pb-lg-155 {
    padding-bottom: 155px;
  }
  .fs-lg-155 {
    font-size: 155px;
  }
  .w-lg-155 {
    width: 155px;
  }
  .h-lg-155 {
    height: 155px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-155 {
    line-height: 155px;
  }
  .line-height-xl-155 {
    line-height: 155px;
  }
  .grid-cols-xl-155 {
    grid-template-columns: repeat(155, 1fr);
  }
  .gap-xl-155 {
    gap: 155px;
  }
  .gap-x-xl-155 {
    -moz-column-gap: 155px;
         column-gap: 155px;
  }
  .gap-y-xl-155 {
    row-gap: 155px;
  }
  .rounded-xl-155 {
    border-radius: 155px;
  }
  .mb-xl-155 {
    margin-bottom: 155px;
  }
  .mt-xl-155 {
    margin-top: 155px;
  }
  .mr-xl-155 {
    margin-right: 155px;
  }
  .ml-xl-155 {
    margin-left: 155px;
  }
  .mx-xl-155 {
    margin-right: 155px;
    margin-left: 155px;
  }
  .my-xl-155 {
    margin-top: 155px;
    margin-bottom: 155px;
  }
  .p-xl-155 {
    padding: 155px;
  }
  .px-xl-155 {
    padding-right: 155px;
    padding-left: 155px;
  }
  .py-xl-155 {
    padding-top: 155px;
    padding-bottom: 155px;
  }
  .pr-xl-155 {
    padding-right: 155px;
  }
  .pl-xl-155 {
    padding-left: 155px;
  }
  .pt-xl-155 {
    padding-top: 155px;
  }
  .pb-xl-155 {
    padding-bottom: 155px;
  }
  .fs-xl-155 {
    font-size: 155px;
  }
  .w-xl-155 {
    width: 155px;
  }
  .h-xl-155 {
    height: 155px;
  }
}
.lh-156 {
  line-height: 156px;
}

.grid-cols-156 {
  grid-template-columns: repeat(156, 1fr);
}

.line-height-156 {
  line-height: 156px;
}

.gap-156 {
  gap: 156px;
}

.gap-x-156 {
  -moz-column-gap: 156px;
       column-gap: 156px;
}

.gap-y-156 {
  row-gap: 156px;
}

.rounded-156 {
  border-radius: 156px;
}

.mb-156 {
  margin-bottom: 156px;
}

.mt-156 {
  margin-top: 156px;
}

.mr-156 {
  margin-right: 156px;
}

.ml-156 {
  margin-left: 156px;
}

.mx-156 {
  margin-right: 156px;
  margin-left: 156px;
}

.my-156 {
  margin-top: 156px;
  margin-bottom: 156px;
}

.p-156 {
  padding: 156px;
}

.px-156 {
  padding-right: 156px;
  padding-left: 156px;
}

.py-156 {
  padding-top: 156px;
  padding-bottom: 156px;
}

.pr-156 {
  padding-right: 156px;
}

.pl-156 {
  padding-left: 156px;
}

.pt-156 {
  padding-top: 156px;
}

.pb-156 {
  padding-bottom: 156px;
}

.fs-156 {
  font-size: 156px;
}

.w-156 {
  width: 156px;
}

.h-156 {
  height: 156px;
}

@media (min-width: 576px) {
  .lh-sm-156 {
    line-height: 156px;
  }
  .line-height-sm-156 {
    line-height: 156px;
  }
  .grid-cols-sm-156 {
    grid-template-columns: repeat(156, 1fr);
  }
  .gap-sm-156 {
    gap: 156px;
  }
  .gap-x-sm-156 {
    -moz-column-gap: 156px;
         column-gap: 156px;
  }
  .gap-y-sm-156 {
    row-gap: 156px;
  }
  .rounded-sm-156 {
    border-radius: 156px;
  }
  .mb-sm-156 {
    margin-bottom: 156px;
  }
  .mt-sm-156 {
    margin-top: 156px;
  }
  .mr-sm-156 {
    margin-right: 156px;
  }
  .ml-sm-156 {
    margin-left: 156px;
  }
  .mx-sm-156 {
    margin-right: 156px;
    margin-left: 156px;
  }
  .my-sm-156 {
    margin-top: 156px;
    margin-bottom: 156px;
  }
  .p-sm-156 {
    padding: 156px;
  }
  .px-sm-156 {
    padding-right: 156px;
    padding-left: 156px;
  }
  .py-sm-156 {
    padding-top: 156px;
    padding-bottom: 156px;
  }
  .pr-sm-156 {
    padding-right: 156px;
  }
  .pl-sm-156 {
    padding-left: 156px;
  }
  .pt-sm-156 {
    padding-top: 156px;
  }
  .pb-sm-156 {
    padding-bottom: 156px;
  }
  .fs-sm-156 {
    font-size: 156px;
  }
  .w-sm-156 {
    width: 156px;
  }
  .h-sm-156 {
    height: 156px;
  }
}
@media (min-width: 768px) {
  .lh-md-156 {
    line-height: 156px;
  }
  .line-height-md-156 {
    line-height: 156px;
  }
  .grid-cols-md-156 {
    grid-template-columns: repeat(156, 1fr);
  }
  .gap-md-156 {
    gap: 156px;
  }
  .gap-x-md-156 {
    -moz-column-gap: 156px;
         column-gap: 156px;
  }
  .gap-y-md-156 {
    row-gap: 156px;
  }
  .rounded-md-156 {
    border-radius: 156px;
  }
  .mb-md-156 {
    margin-bottom: 156px;
  }
  .mt-md-156 {
    margin-top: 156px;
  }
  .mr-md-156 {
    margin-right: 156px;
  }
  .ml-md-156 {
    margin-left: 156px;
  }
  .mx-md-156 {
    margin-right: 156px;
    margin-left: 156px;
  }
  .my-md-156 {
    margin-top: 156px;
    margin-bottom: 156px;
  }
  .p-md-156 {
    padding: 156px;
  }
  .px-md-156 {
    padding-right: 156px;
    padding-left: 156px;
  }
  .py-md-156 {
    padding-top: 156px;
    padding-bottom: 156px;
  }
  .pr-md-156 {
    padding-right: 156px;
  }
  .pl-md-156 {
    padding-left: 156px;
  }
  .pt-md-156 {
    padding-top: 156px;
  }
  .pb-md-156 {
    padding-bottom: 156px;
  }
  .fs-md-156 {
    font-size: 156px;
  }
  .w-md-156 {
    width: 156px;
  }
  .h-md-156 {
    height: 156px;
  }
}
@media (min-width: 992px) {
  .lh-lg-156 {
    line-height: 156px;
  }
  .line-height-lg-156 {
    line-height: 156px;
  }
  .grid-cols-lg-156 {
    grid-template-columns: repeat(156, 1fr);
  }
  .gap-lg-156 {
    gap: 156px;
  }
  .gap-x-lg-156 {
    -moz-column-gap: 156px;
         column-gap: 156px;
  }
  .gap-y-lg-156 {
    row-gap: 156px;
  }
  .rounded-lg-156 {
    border-radius: 156px;
  }
  .mb-lg-156 {
    margin-bottom: 156px;
  }
  .mt-lg-156 {
    margin-top: 156px;
  }
  .mr-lg-156 {
    margin-right: 156px;
  }
  .ml-lg-156 {
    margin-left: 156px;
  }
  .mx-lg-156 {
    margin-right: 156px;
    margin-left: 156px;
  }
  .my-lg-156 {
    margin-top: 156px;
    margin-bottom: 156px;
  }
  .p-lg-156 {
    padding: 156px;
  }
  .px-lg-156 {
    padding-right: 156px;
    padding-left: 156px;
  }
  .py-lg-156 {
    padding-top: 156px;
    padding-bottom: 156px;
  }
  .pr-lg-156 {
    padding-right: 156px;
  }
  .pl-lg-156 {
    padding-left: 156px;
  }
  .pt-lg-156 {
    padding-top: 156px;
  }
  .pb-lg-156 {
    padding-bottom: 156px;
  }
  .fs-lg-156 {
    font-size: 156px;
  }
  .w-lg-156 {
    width: 156px;
  }
  .h-lg-156 {
    height: 156px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-156 {
    line-height: 156px;
  }
  .line-height-xl-156 {
    line-height: 156px;
  }
  .grid-cols-xl-156 {
    grid-template-columns: repeat(156, 1fr);
  }
  .gap-xl-156 {
    gap: 156px;
  }
  .gap-x-xl-156 {
    -moz-column-gap: 156px;
         column-gap: 156px;
  }
  .gap-y-xl-156 {
    row-gap: 156px;
  }
  .rounded-xl-156 {
    border-radius: 156px;
  }
  .mb-xl-156 {
    margin-bottom: 156px;
  }
  .mt-xl-156 {
    margin-top: 156px;
  }
  .mr-xl-156 {
    margin-right: 156px;
  }
  .ml-xl-156 {
    margin-left: 156px;
  }
  .mx-xl-156 {
    margin-right: 156px;
    margin-left: 156px;
  }
  .my-xl-156 {
    margin-top: 156px;
    margin-bottom: 156px;
  }
  .p-xl-156 {
    padding: 156px;
  }
  .px-xl-156 {
    padding-right: 156px;
    padding-left: 156px;
  }
  .py-xl-156 {
    padding-top: 156px;
    padding-bottom: 156px;
  }
  .pr-xl-156 {
    padding-right: 156px;
  }
  .pl-xl-156 {
    padding-left: 156px;
  }
  .pt-xl-156 {
    padding-top: 156px;
  }
  .pb-xl-156 {
    padding-bottom: 156px;
  }
  .fs-xl-156 {
    font-size: 156px;
  }
  .w-xl-156 {
    width: 156px;
  }
  .h-xl-156 {
    height: 156px;
  }
}
.lh-157 {
  line-height: 157px;
}

.grid-cols-157 {
  grid-template-columns: repeat(157, 1fr);
}

.line-height-157 {
  line-height: 157px;
}

.gap-157 {
  gap: 157px;
}

.gap-x-157 {
  -moz-column-gap: 157px;
       column-gap: 157px;
}

.gap-y-157 {
  row-gap: 157px;
}

.rounded-157 {
  border-radius: 157px;
}

.mb-157 {
  margin-bottom: 157px;
}

.mt-157 {
  margin-top: 157px;
}

.mr-157 {
  margin-right: 157px;
}

.ml-157 {
  margin-left: 157px;
}

.mx-157 {
  margin-right: 157px;
  margin-left: 157px;
}

.my-157 {
  margin-top: 157px;
  margin-bottom: 157px;
}

.p-157 {
  padding: 157px;
}

.px-157 {
  padding-right: 157px;
  padding-left: 157px;
}

.py-157 {
  padding-top: 157px;
  padding-bottom: 157px;
}

.pr-157 {
  padding-right: 157px;
}

.pl-157 {
  padding-left: 157px;
}

.pt-157 {
  padding-top: 157px;
}

.pb-157 {
  padding-bottom: 157px;
}

.fs-157 {
  font-size: 157px;
}

.w-157 {
  width: 157px;
}

.h-157 {
  height: 157px;
}

@media (min-width: 576px) {
  .lh-sm-157 {
    line-height: 157px;
  }
  .line-height-sm-157 {
    line-height: 157px;
  }
  .grid-cols-sm-157 {
    grid-template-columns: repeat(157, 1fr);
  }
  .gap-sm-157 {
    gap: 157px;
  }
  .gap-x-sm-157 {
    -moz-column-gap: 157px;
         column-gap: 157px;
  }
  .gap-y-sm-157 {
    row-gap: 157px;
  }
  .rounded-sm-157 {
    border-radius: 157px;
  }
  .mb-sm-157 {
    margin-bottom: 157px;
  }
  .mt-sm-157 {
    margin-top: 157px;
  }
  .mr-sm-157 {
    margin-right: 157px;
  }
  .ml-sm-157 {
    margin-left: 157px;
  }
  .mx-sm-157 {
    margin-right: 157px;
    margin-left: 157px;
  }
  .my-sm-157 {
    margin-top: 157px;
    margin-bottom: 157px;
  }
  .p-sm-157 {
    padding: 157px;
  }
  .px-sm-157 {
    padding-right: 157px;
    padding-left: 157px;
  }
  .py-sm-157 {
    padding-top: 157px;
    padding-bottom: 157px;
  }
  .pr-sm-157 {
    padding-right: 157px;
  }
  .pl-sm-157 {
    padding-left: 157px;
  }
  .pt-sm-157 {
    padding-top: 157px;
  }
  .pb-sm-157 {
    padding-bottom: 157px;
  }
  .fs-sm-157 {
    font-size: 157px;
  }
  .w-sm-157 {
    width: 157px;
  }
  .h-sm-157 {
    height: 157px;
  }
}
@media (min-width: 768px) {
  .lh-md-157 {
    line-height: 157px;
  }
  .line-height-md-157 {
    line-height: 157px;
  }
  .grid-cols-md-157 {
    grid-template-columns: repeat(157, 1fr);
  }
  .gap-md-157 {
    gap: 157px;
  }
  .gap-x-md-157 {
    -moz-column-gap: 157px;
         column-gap: 157px;
  }
  .gap-y-md-157 {
    row-gap: 157px;
  }
  .rounded-md-157 {
    border-radius: 157px;
  }
  .mb-md-157 {
    margin-bottom: 157px;
  }
  .mt-md-157 {
    margin-top: 157px;
  }
  .mr-md-157 {
    margin-right: 157px;
  }
  .ml-md-157 {
    margin-left: 157px;
  }
  .mx-md-157 {
    margin-right: 157px;
    margin-left: 157px;
  }
  .my-md-157 {
    margin-top: 157px;
    margin-bottom: 157px;
  }
  .p-md-157 {
    padding: 157px;
  }
  .px-md-157 {
    padding-right: 157px;
    padding-left: 157px;
  }
  .py-md-157 {
    padding-top: 157px;
    padding-bottom: 157px;
  }
  .pr-md-157 {
    padding-right: 157px;
  }
  .pl-md-157 {
    padding-left: 157px;
  }
  .pt-md-157 {
    padding-top: 157px;
  }
  .pb-md-157 {
    padding-bottom: 157px;
  }
  .fs-md-157 {
    font-size: 157px;
  }
  .w-md-157 {
    width: 157px;
  }
  .h-md-157 {
    height: 157px;
  }
}
@media (min-width: 992px) {
  .lh-lg-157 {
    line-height: 157px;
  }
  .line-height-lg-157 {
    line-height: 157px;
  }
  .grid-cols-lg-157 {
    grid-template-columns: repeat(157, 1fr);
  }
  .gap-lg-157 {
    gap: 157px;
  }
  .gap-x-lg-157 {
    -moz-column-gap: 157px;
         column-gap: 157px;
  }
  .gap-y-lg-157 {
    row-gap: 157px;
  }
  .rounded-lg-157 {
    border-radius: 157px;
  }
  .mb-lg-157 {
    margin-bottom: 157px;
  }
  .mt-lg-157 {
    margin-top: 157px;
  }
  .mr-lg-157 {
    margin-right: 157px;
  }
  .ml-lg-157 {
    margin-left: 157px;
  }
  .mx-lg-157 {
    margin-right: 157px;
    margin-left: 157px;
  }
  .my-lg-157 {
    margin-top: 157px;
    margin-bottom: 157px;
  }
  .p-lg-157 {
    padding: 157px;
  }
  .px-lg-157 {
    padding-right: 157px;
    padding-left: 157px;
  }
  .py-lg-157 {
    padding-top: 157px;
    padding-bottom: 157px;
  }
  .pr-lg-157 {
    padding-right: 157px;
  }
  .pl-lg-157 {
    padding-left: 157px;
  }
  .pt-lg-157 {
    padding-top: 157px;
  }
  .pb-lg-157 {
    padding-bottom: 157px;
  }
  .fs-lg-157 {
    font-size: 157px;
  }
  .w-lg-157 {
    width: 157px;
  }
  .h-lg-157 {
    height: 157px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-157 {
    line-height: 157px;
  }
  .line-height-xl-157 {
    line-height: 157px;
  }
  .grid-cols-xl-157 {
    grid-template-columns: repeat(157, 1fr);
  }
  .gap-xl-157 {
    gap: 157px;
  }
  .gap-x-xl-157 {
    -moz-column-gap: 157px;
         column-gap: 157px;
  }
  .gap-y-xl-157 {
    row-gap: 157px;
  }
  .rounded-xl-157 {
    border-radius: 157px;
  }
  .mb-xl-157 {
    margin-bottom: 157px;
  }
  .mt-xl-157 {
    margin-top: 157px;
  }
  .mr-xl-157 {
    margin-right: 157px;
  }
  .ml-xl-157 {
    margin-left: 157px;
  }
  .mx-xl-157 {
    margin-right: 157px;
    margin-left: 157px;
  }
  .my-xl-157 {
    margin-top: 157px;
    margin-bottom: 157px;
  }
  .p-xl-157 {
    padding: 157px;
  }
  .px-xl-157 {
    padding-right: 157px;
    padding-left: 157px;
  }
  .py-xl-157 {
    padding-top: 157px;
    padding-bottom: 157px;
  }
  .pr-xl-157 {
    padding-right: 157px;
  }
  .pl-xl-157 {
    padding-left: 157px;
  }
  .pt-xl-157 {
    padding-top: 157px;
  }
  .pb-xl-157 {
    padding-bottom: 157px;
  }
  .fs-xl-157 {
    font-size: 157px;
  }
  .w-xl-157 {
    width: 157px;
  }
  .h-xl-157 {
    height: 157px;
  }
}
.lh-158 {
  line-height: 158px;
}

.grid-cols-158 {
  grid-template-columns: repeat(158, 1fr);
}

.line-height-158 {
  line-height: 158px;
}

.gap-158 {
  gap: 158px;
}

.gap-x-158 {
  -moz-column-gap: 158px;
       column-gap: 158px;
}

.gap-y-158 {
  row-gap: 158px;
}

.rounded-158 {
  border-radius: 158px;
}

.mb-158 {
  margin-bottom: 158px;
}

.mt-158 {
  margin-top: 158px;
}

.mr-158 {
  margin-right: 158px;
}

.ml-158 {
  margin-left: 158px;
}

.mx-158 {
  margin-right: 158px;
  margin-left: 158px;
}

.my-158 {
  margin-top: 158px;
  margin-bottom: 158px;
}

.p-158 {
  padding: 158px;
}

.px-158 {
  padding-right: 158px;
  padding-left: 158px;
}

.py-158 {
  padding-top: 158px;
  padding-bottom: 158px;
}

.pr-158 {
  padding-right: 158px;
}

.pl-158 {
  padding-left: 158px;
}

.pt-158 {
  padding-top: 158px;
}

.pb-158 {
  padding-bottom: 158px;
}

.fs-158 {
  font-size: 158px;
}

.w-158 {
  width: 158px;
}

.h-158 {
  height: 158px;
}

@media (min-width: 576px) {
  .lh-sm-158 {
    line-height: 158px;
  }
  .line-height-sm-158 {
    line-height: 158px;
  }
  .grid-cols-sm-158 {
    grid-template-columns: repeat(158, 1fr);
  }
  .gap-sm-158 {
    gap: 158px;
  }
  .gap-x-sm-158 {
    -moz-column-gap: 158px;
         column-gap: 158px;
  }
  .gap-y-sm-158 {
    row-gap: 158px;
  }
  .rounded-sm-158 {
    border-radius: 158px;
  }
  .mb-sm-158 {
    margin-bottom: 158px;
  }
  .mt-sm-158 {
    margin-top: 158px;
  }
  .mr-sm-158 {
    margin-right: 158px;
  }
  .ml-sm-158 {
    margin-left: 158px;
  }
  .mx-sm-158 {
    margin-right: 158px;
    margin-left: 158px;
  }
  .my-sm-158 {
    margin-top: 158px;
    margin-bottom: 158px;
  }
  .p-sm-158 {
    padding: 158px;
  }
  .px-sm-158 {
    padding-right: 158px;
    padding-left: 158px;
  }
  .py-sm-158 {
    padding-top: 158px;
    padding-bottom: 158px;
  }
  .pr-sm-158 {
    padding-right: 158px;
  }
  .pl-sm-158 {
    padding-left: 158px;
  }
  .pt-sm-158 {
    padding-top: 158px;
  }
  .pb-sm-158 {
    padding-bottom: 158px;
  }
  .fs-sm-158 {
    font-size: 158px;
  }
  .w-sm-158 {
    width: 158px;
  }
  .h-sm-158 {
    height: 158px;
  }
}
@media (min-width: 768px) {
  .lh-md-158 {
    line-height: 158px;
  }
  .line-height-md-158 {
    line-height: 158px;
  }
  .grid-cols-md-158 {
    grid-template-columns: repeat(158, 1fr);
  }
  .gap-md-158 {
    gap: 158px;
  }
  .gap-x-md-158 {
    -moz-column-gap: 158px;
         column-gap: 158px;
  }
  .gap-y-md-158 {
    row-gap: 158px;
  }
  .rounded-md-158 {
    border-radius: 158px;
  }
  .mb-md-158 {
    margin-bottom: 158px;
  }
  .mt-md-158 {
    margin-top: 158px;
  }
  .mr-md-158 {
    margin-right: 158px;
  }
  .ml-md-158 {
    margin-left: 158px;
  }
  .mx-md-158 {
    margin-right: 158px;
    margin-left: 158px;
  }
  .my-md-158 {
    margin-top: 158px;
    margin-bottom: 158px;
  }
  .p-md-158 {
    padding: 158px;
  }
  .px-md-158 {
    padding-right: 158px;
    padding-left: 158px;
  }
  .py-md-158 {
    padding-top: 158px;
    padding-bottom: 158px;
  }
  .pr-md-158 {
    padding-right: 158px;
  }
  .pl-md-158 {
    padding-left: 158px;
  }
  .pt-md-158 {
    padding-top: 158px;
  }
  .pb-md-158 {
    padding-bottom: 158px;
  }
  .fs-md-158 {
    font-size: 158px;
  }
  .w-md-158 {
    width: 158px;
  }
  .h-md-158 {
    height: 158px;
  }
}
@media (min-width: 992px) {
  .lh-lg-158 {
    line-height: 158px;
  }
  .line-height-lg-158 {
    line-height: 158px;
  }
  .grid-cols-lg-158 {
    grid-template-columns: repeat(158, 1fr);
  }
  .gap-lg-158 {
    gap: 158px;
  }
  .gap-x-lg-158 {
    -moz-column-gap: 158px;
         column-gap: 158px;
  }
  .gap-y-lg-158 {
    row-gap: 158px;
  }
  .rounded-lg-158 {
    border-radius: 158px;
  }
  .mb-lg-158 {
    margin-bottom: 158px;
  }
  .mt-lg-158 {
    margin-top: 158px;
  }
  .mr-lg-158 {
    margin-right: 158px;
  }
  .ml-lg-158 {
    margin-left: 158px;
  }
  .mx-lg-158 {
    margin-right: 158px;
    margin-left: 158px;
  }
  .my-lg-158 {
    margin-top: 158px;
    margin-bottom: 158px;
  }
  .p-lg-158 {
    padding: 158px;
  }
  .px-lg-158 {
    padding-right: 158px;
    padding-left: 158px;
  }
  .py-lg-158 {
    padding-top: 158px;
    padding-bottom: 158px;
  }
  .pr-lg-158 {
    padding-right: 158px;
  }
  .pl-lg-158 {
    padding-left: 158px;
  }
  .pt-lg-158 {
    padding-top: 158px;
  }
  .pb-lg-158 {
    padding-bottom: 158px;
  }
  .fs-lg-158 {
    font-size: 158px;
  }
  .w-lg-158 {
    width: 158px;
  }
  .h-lg-158 {
    height: 158px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-158 {
    line-height: 158px;
  }
  .line-height-xl-158 {
    line-height: 158px;
  }
  .grid-cols-xl-158 {
    grid-template-columns: repeat(158, 1fr);
  }
  .gap-xl-158 {
    gap: 158px;
  }
  .gap-x-xl-158 {
    -moz-column-gap: 158px;
         column-gap: 158px;
  }
  .gap-y-xl-158 {
    row-gap: 158px;
  }
  .rounded-xl-158 {
    border-radius: 158px;
  }
  .mb-xl-158 {
    margin-bottom: 158px;
  }
  .mt-xl-158 {
    margin-top: 158px;
  }
  .mr-xl-158 {
    margin-right: 158px;
  }
  .ml-xl-158 {
    margin-left: 158px;
  }
  .mx-xl-158 {
    margin-right: 158px;
    margin-left: 158px;
  }
  .my-xl-158 {
    margin-top: 158px;
    margin-bottom: 158px;
  }
  .p-xl-158 {
    padding: 158px;
  }
  .px-xl-158 {
    padding-right: 158px;
    padding-left: 158px;
  }
  .py-xl-158 {
    padding-top: 158px;
    padding-bottom: 158px;
  }
  .pr-xl-158 {
    padding-right: 158px;
  }
  .pl-xl-158 {
    padding-left: 158px;
  }
  .pt-xl-158 {
    padding-top: 158px;
  }
  .pb-xl-158 {
    padding-bottom: 158px;
  }
  .fs-xl-158 {
    font-size: 158px;
  }
  .w-xl-158 {
    width: 158px;
  }
  .h-xl-158 {
    height: 158px;
  }
}
.lh-159 {
  line-height: 159px;
}

.grid-cols-159 {
  grid-template-columns: repeat(159, 1fr);
}

.line-height-159 {
  line-height: 159px;
}

.gap-159 {
  gap: 159px;
}

.gap-x-159 {
  -moz-column-gap: 159px;
       column-gap: 159px;
}

.gap-y-159 {
  row-gap: 159px;
}

.rounded-159 {
  border-radius: 159px;
}

.mb-159 {
  margin-bottom: 159px;
}

.mt-159 {
  margin-top: 159px;
}

.mr-159 {
  margin-right: 159px;
}

.ml-159 {
  margin-left: 159px;
}

.mx-159 {
  margin-right: 159px;
  margin-left: 159px;
}

.my-159 {
  margin-top: 159px;
  margin-bottom: 159px;
}

.p-159 {
  padding: 159px;
}

.px-159 {
  padding-right: 159px;
  padding-left: 159px;
}

.py-159 {
  padding-top: 159px;
  padding-bottom: 159px;
}

.pr-159 {
  padding-right: 159px;
}

.pl-159 {
  padding-left: 159px;
}

.pt-159 {
  padding-top: 159px;
}

.pb-159 {
  padding-bottom: 159px;
}

.fs-159 {
  font-size: 159px;
}

.w-159 {
  width: 159px;
}

.h-159 {
  height: 159px;
}

@media (min-width: 576px) {
  .lh-sm-159 {
    line-height: 159px;
  }
  .line-height-sm-159 {
    line-height: 159px;
  }
  .grid-cols-sm-159 {
    grid-template-columns: repeat(159, 1fr);
  }
  .gap-sm-159 {
    gap: 159px;
  }
  .gap-x-sm-159 {
    -moz-column-gap: 159px;
         column-gap: 159px;
  }
  .gap-y-sm-159 {
    row-gap: 159px;
  }
  .rounded-sm-159 {
    border-radius: 159px;
  }
  .mb-sm-159 {
    margin-bottom: 159px;
  }
  .mt-sm-159 {
    margin-top: 159px;
  }
  .mr-sm-159 {
    margin-right: 159px;
  }
  .ml-sm-159 {
    margin-left: 159px;
  }
  .mx-sm-159 {
    margin-right: 159px;
    margin-left: 159px;
  }
  .my-sm-159 {
    margin-top: 159px;
    margin-bottom: 159px;
  }
  .p-sm-159 {
    padding: 159px;
  }
  .px-sm-159 {
    padding-right: 159px;
    padding-left: 159px;
  }
  .py-sm-159 {
    padding-top: 159px;
    padding-bottom: 159px;
  }
  .pr-sm-159 {
    padding-right: 159px;
  }
  .pl-sm-159 {
    padding-left: 159px;
  }
  .pt-sm-159 {
    padding-top: 159px;
  }
  .pb-sm-159 {
    padding-bottom: 159px;
  }
  .fs-sm-159 {
    font-size: 159px;
  }
  .w-sm-159 {
    width: 159px;
  }
  .h-sm-159 {
    height: 159px;
  }
}
@media (min-width: 768px) {
  .lh-md-159 {
    line-height: 159px;
  }
  .line-height-md-159 {
    line-height: 159px;
  }
  .grid-cols-md-159 {
    grid-template-columns: repeat(159, 1fr);
  }
  .gap-md-159 {
    gap: 159px;
  }
  .gap-x-md-159 {
    -moz-column-gap: 159px;
         column-gap: 159px;
  }
  .gap-y-md-159 {
    row-gap: 159px;
  }
  .rounded-md-159 {
    border-radius: 159px;
  }
  .mb-md-159 {
    margin-bottom: 159px;
  }
  .mt-md-159 {
    margin-top: 159px;
  }
  .mr-md-159 {
    margin-right: 159px;
  }
  .ml-md-159 {
    margin-left: 159px;
  }
  .mx-md-159 {
    margin-right: 159px;
    margin-left: 159px;
  }
  .my-md-159 {
    margin-top: 159px;
    margin-bottom: 159px;
  }
  .p-md-159 {
    padding: 159px;
  }
  .px-md-159 {
    padding-right: 159px;
    padding-left: 159px;
  }
  .py-md-159 {
    padding-top: 159px;
    padding-bottom: 159px;
  }
  .pr-md-159 {
    padding-right: 159px;
  }
  .pl-md-159 {
    padding-left: 159px;
  }
  .pt-md-159 {
    padding-top: 159px;
  }
  .pb-md-159 {
    padding-bottom: 159px;
  }
  .fs-md-159 {
    font-size: 159px;
  }
  .w-md-159 {
    width: 159px;
  }
  .h-md-159 {
    height: 159px;
  }
}
@media (min-width: 992px) {
  .lh-lg-159 {
    line-height: 159px;
  }
  .line-height-lg-159 {
    line-height: 159px;
  }
  .grid-cols-lg-159 {
    grid-template-columns: repeat(159, 1fr);
  }
  .gap-lg-159 {
    gap: 159px;
  }
  .gap-x-lg-159 {
    -moz-column-gap: 159px;
         column-gap: 159px;
  }
  .gap-y-lg-159 {
    row-gap: 159px;
  }
  .rounded-lg-159 {
    border-radius: 159px;
  }
  .mb-lg-159 {
    margin-bottom: 159px;
  }
  .mt-lg-159 {
    margin-top: 159px;
  }
  .mr-lg-159 {
    margin-right: 159px;
  }
  .ml-lg-159 {
    margin-left: 159px;
  }
  .mx-lg-159 {
    margin-right: 159px;
    margin-left: 159px;
  }
  .my-lg-159 {
    margin-top: 159px;
    margin-bottom: 159px;
  }
  .p-lg-159 {
    padding: 159px;
  }
  .px-lg-159 {
    padding-right: 159px;
    padding-left: 159px;
  }
  .py-lg-159 {
    padding-top: 159px;
    padding-bottom: 159px;
  }
  .pr-lg-159 {
    padding-right: 159px;
  }
  .pl-lg-159 {
    padding-left: 159px;
  }
  .pt-lg-159 {
    padding-top: 159px;
  }
  .pb-lg-159 {
    padding-bottom: 159px;
  }
  .fs-lg-159 {
    font-size: 159px;
  }
  .w-lg-159 {
    width: 159px;
  }
  .h-lg-159 {
    height: 159px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-159 {
    line-height: 159px;
  }
  .line-height-xl-159 {
    line-height: 159px;
  }
  .grid-cols-xl-159 {
    grid-template-columns: repeat(159, 1fr);
  }
  .gap-xl-159 {
    gap: 159px;
  }
  .gap-x-xl-159 {
    -moz-column-gap: 159px;
         column-gap: 159px;
  }
  .gap-y-xl-159 {
    row-gap: 159px;
  }
  .rounded-xl-159 {
    border-radius: 159px;
  }
  .mb-xl-159 {
    margin-bottom: 159px;
  }
  .mt-xl-159 {
    margin-top: 159px;
  }
  .mr-xl-159 {
    margin-right: 159px;
  }
  .ml-xl-159 {
    margin-left: 159px;
  }
  .mx-xl-159 {
    margin-right: 159px;
    margin-left: 159px;
  }
  .my-xl-159 {
    margin-top: 159px;
    margin-bottom: 159px;
  }
  .p-xl-159 {
    padding: 159px;
  }
  .px-xl-159 {
    padding-right: 159px;
    padding-left: 159px;
  }
  .py-xl-159 {
    padding-top: 159px;
    padding-bottom: 159px;
  }
  .pr-xl-159 {
    padding-right: 159px;
  }
  .pl-xl-159 {
    padding-left: 159px;
  }
  .pt-xl-159 {
    padding-top: 159px;
  }
  .pb-xl-159 {
    padding-bottom: 159px;
  }
  .fs-xl-159 {
    font-size: 159px;
  }
  .w-xl-159 {
    width: 159px;
  }
  .h-xl-159 {
    height: 159px;
  }
}
.lh-160 {
  line-height: 160px;
}

.grid-cols-160 {
  grid-template-columns: repeat(160, 1fr);
}

.line-height-160 {
  line-height: 160px;
}

.gap-160 {
  gap: 160px;
}

.gap-x-160 {
  -moz-column-gap: 160px;
       column-gap: 160px;
}

.gap-y-160 {
  row-gap: 160px;
}

.rounded-160 {
  border-radius: 160px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mt-160 {
  margin-top: 160px;
}

.mr-160 {
  margin-right: 160px;
}

.ml-160 {
  margin-left: 160px;
}

.mx-160 {
  margin-right: 160px;
  margin-left: 160px;
}

.my-160 {
  margin-top: 160px;
  margin-bottom: 160px;
}

.p-160 {
  padding: 160px;
}

.px-160 {
  padding-right: 160px;
  padding-left: 160px;
}

.py-160 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.pr-160 {
  padding-right: 160px;
}

.pl-160 {
  padding-left: 160px;
}

.pt-160 {
  padding-top: 160px;
}

.pb-160 {
  padding-bottom: 160px;
}

.fs-160 {
  font-size: 160px;
}

.w-160 {
  width: 160px;
}

.h-160 {
  height: 160px;
}

@media (min-width: 576px) {
  .lh-sm-160 {
    line-height: 160px;
  }
  .line-height-sm-160 {
    line-height: 160px;
  }
  .grid-cols-sm-160 {
    grid-template-columns: repeat(160, 1fr);
  }
  .gap-sm-160 {
    gap: 160px;
  }
  .gap-x-sm-160 {
    -moz-column-gap: 160px;
         column-gap: 160px;
  }
  .gap-y-sm-160 {
    row-gap: 160px;
  }
  .rounded-sm-160 {
    border-radius: 160px;
  }
  .mb-sm-160 {
    margin-bottom: 160px;
  }
  .mt-sm-160 {
    margin-top: 160px;
  }
  .mr-sm-160 {
    margin-right: 160px;
  }
  .ml-sm-160 {
    margin-left: 160px;
  }
  .mx-sm-160 {
    margin-right: 160px;
    margin-left: 160px;
  }
  .my-sm-160 {
    margin-top: 160px;
    margin-bottom: 160px;
  }
  .p-sm-160 {
    padding: 160px;
  }
  .px-sm-160 {
    padding-right: 160px;
    padding-left: 160px;
  }
  .py-sm-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .pr-sm-160 {
    padding-right: 160px;
  }
  .pl-sm-160 {
    padding-left: 160px;
  }
  .pt-sm-160 {
    padding-top: 160px;
  }
  .pb-sm-160 {
    padding-bottom: 160px;
  }
  .fs-sm-160 {
    font-size: 160px;
  }
  .w-sm-160 {
    width: 160px;
  }
  .h-sm-160 {
    height: 160px;
  }
}
@media (min-width: 768px) {
  .lh-md-160 {
    line-height: 160px;
  }
  .line-height-md-160 {
    line-height: 160px;
  }
  .grid-cols-md-160 {
    grid-template-columns: repeat(160, 1fr);
  }
  .gap-md-160 {
    gap: 160px;
  }
  .gap-x-md-160 {
    -moz-column-gap: 160px;
         column-gap: 160px;
  }
  .gap-y-md-160 {
    row-gap: 160px;
  }
  .rounded-md-160 {
    border-radius: 160px;
  }
  .mb-md-160 {
    margin-bottom: 160px;
  }
  .mt-md-160 {
    margin-top: 160px;
  }
  .mr-md-160 {
    margin-right: 160px;
  }
  .ml-md-160 {
    margin-left: 160px;
  }
  .mx-md-160 {
    margin-right: 160px;
    margin-left: 160px;
  }
  .my-md-160 {
    margin-top: 160px;
    margin-bottom: 160px;
  }
  .p-md-160 {
    padding: 160px;
  }
  .px-md-160 {
    padding-right: 160px;
    padding-left: 160px;
  }
  .py-md-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .pr-md-160 {
    padding-right: 160px;
  }
  .pl-md-160 {
    padding-left: 160px;
  }
  .pt-md-160 {
    padding-top: 160px;
  }
  .pb-md-160 {
    padding-bottom: 160px;
  }
  .fs-md-160 {
    font-size: 160px;
  }
  .w-md-160 {
    width: 160px;
  }
  .h-md-160 {
    height: 160px;
  }
}
@media (min-width: 992px) {
  .lh-lg-160 {
    line-height: 160px;
  }
  .line-height-lg-160 {
    line-height: 160px;
  }
  .grid-cols-lg-160 {
    grid-template-columns: repeat(160, 1fr);
  }
  .gap-lg-160 {
    gap: 160px;
  }
  .gap-x-lg-160 {
    -moz-column-gap: 160px;
         column-gap: 160px;
  }
  .gap-y-lg-160 {
    row-gap: 160px;
  }
  .rounded-lg-160 {
    border-radius: 160px;
  }
  .mb-lg-160 {
    margin-bottom: 160px;
  }
  .mt-lg-160 {
    margin-top: 160px;
  }
  .mr-lg-160 {
    margin-right: 160px;
  }
  .ml-lg-160 {
    margin-left: 160px;
  }
  .mx-lg-160 {
    margin-right: 160px;
    margin-left: 160px;
  }
  .my-lg-160 {
    margin-top: 160px;
    margin-bottom: 160px;
  }
  .p-lg-160 {
    padding: 160px;
  }
  .px-lg-160 {
    padding-right: 160px;
    padding-left: 160px;
  }
  .py-lg-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .pr-lg-160 {
    padding-right: 160px;
  }
  .pl-lg-160 {
    padding-left: 160px;
  }
  .pt-lg-160 {
    padding-top: 160px;
  }
  .pb-lg-160 {
    padding-bottom: 160px;
  }
  .fs-lg-160 {
    font-size: 160px;
  }
  .w-lg-160 {
    width: 160px;
  }
  .h-lg-160 {
    height: 160px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-160 {
    line-height: 160px;
  }
  .line-height-xl-160 {
    line-height: 160px;
  }
  .grid-cols-xl-160 {
    grid-template-columns: repeat(160, 1fr);
  }
  .gap-xl-160 {
    gap: 160px;
  }
  .gap-x-xl-160 {
    -moz-column-gap: 160px;
         column-gap: 160px;
  }
  .gap-y-xl-160 {
    row-gap: 160px;
  }
  .rounded-xl-160 {
    border-radius: 160px;
  }
  .mb-xl-160 {
    margin-bottom: 160px;
  }
  .mt-xl-160 {
    margin-top: 160px;
  }
  .mr-xl-160 {
    margin-right: 160px;
  }
  .ml-xl-160 {
    margin-left: 160px;
  }
  .mx-xl-160 {
    margin-right: 160px;
    margin-left: 160px;
  }
  .my-xl-160 {
    margin-top: 160px;
    margin-bottom: 160px;
  }
  .p-xl-160 {
    padding: 160px;
  }
  .px-xl-160 {
    padding-right: 160px;
    padding-left: 160px;
  }
  .py-xl-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .pr-xl-160 {
    padding-right: 160px;
  }
  .pl-xl-160 {
    padding-left: 160px;
  }
  .pt-xl-160 {
    padding-top: 160px;
  }
  .pb-xl-160 {
    padding-bottom: 160px;
  }
  .fs-xl-160 {
    font-size: 160px;
  }
  .w-xl-160 {
    width: 160px;
  }
  .h-xl-160 {
    height: 160px;
  }
}
.lh-161 {
  line-height: 161px;
}

.grid-cols-161 {
  grid-template-columns: repeat(161, 1fr);
}

.line-height-161 {
  line-height: 161px;
}

.gap-161 {
  gap: 161px;
}

.gap-x-161 {
  -moz-column-gap: 161px;
       column-gap: 161px;
}

.gap-y-161 {
  row-gap: 161px;
}

.rounded-161 {
  border-radius: 161px;
}

.mb-161 {
  margin-bottom: 161px;
}

.mt-161 {
  margin-top: 161px;
}

.mr-161 {
  margin-right: 161px;
}

.ml-161 {
  margin-left: 161px;
}

.mx-161 {
  margin-right: 161px;
  margin-left: 161px;
}

.my-161 {
  margin-top: 161px;
  margin-bottom: 161px;
}

.p-161 {
  padding: 161px;
}

.px-161 {
  padding-right: 161px;
  padding-left: 161px;
}

.py-161 {
  padding-top: 161px;
  padding-bottom: 161px;
}

.pr-161 {
  padding-right: 161px;
}

.pl-161 {
  padding-left: 161px;
}

.pt-161 {
  padding-top: 161px;
}

.pb-161 {
  padding-bottom: 161px;
}

.fs-161 {
  font-size: 161px;
}

.w-161 {
  width: 161px;
}

.h-161 {
  height: 161px;
}

@media (min-width: 576px) {
  .lh-sm-161 {
    line-height: 161px;
  }
  .line-height-sm-161 {
    line-height: 161px;
  }
  .grid-cols-sm-161 {
    grid-template-columns: repeat(161, 1fr);
  }
  .gap-sm-161 {
    gap: 161px;
  }
  .gap-x-sm-161 {
    -moz-column-gap: 161px;
         column-gap: 161px;
  }
  .gap-y-sm-161 {
    row-gap: 161px;
  }
  .rounded-sm-161 {
    border-radius: 161px;
  }
  .mb-sm-161 {
    margin-bottom: 161px;
  }
  .mt-sm-161 {
    margin-top: 161px;
  }
  .mr-sm-161 {
    margin-right: 161px;
  }
  .ml-sm-161 {
    margin-left: 161px;
  }
  .mx-sm-161 {
    margin-right: 161px;
    margin-left: 161px;
  }
  .my-sm-161 {
    margin-top: 161px;
    margin-bottom: 161px;
  }
  .p-sm-161 {
    padding: 161px;
  }
  .px-sm-161 {
    padding-right: 161px;
    padding-left: 161px;
  }
  .py-sm-161 {
    padding-top: 161px;
    padding-bottom: 161px;
  }
  .pr-sm-161 {
    padding-right: 161px;
  }
  .pl-sm-161 {
    padding-left: 161px;
  }
  .pt-sm-161 {
    padding-top: 161px;
  }
  .pb-sm-161 {
    padding-bottom: 161px;
  }
  .fs-sm-161 {
    font-size: 161px;
  }
  .w-sm-161 {
    width: 161px;
  }
  .h-sm-161 {
    height: 161px;
  }
}
@media (min-width: 768px) {
  .lh-md-161 {
    line-height: 161px;
  }
  .line-height-md-161 {
    line-height: 161px;
  }
  .grid-cols-md-161 {
    grid-template-columns: repeat(161, 1fr);
  }
  .gap-md-161 {
    gap: 161px;
  }
  .gap-x-md-161 {
    -moz-column-gap: 161px;
         column-gap: 161px;
  }
  .gap-y-md-161 {
    row-gap: 161px;
  }
  .rounded-md-161 {
    border-radius: 161px;
  }
  .mb-md-161 {
    margin-bottom: 161px;
  }
  .mt-md-161 {
    margin-top: 161px;
  }
  .mr-md-161 {
    margin-right: 161px;
  }
  .ml-md-161 {
    margin-left: 161px;
  }
  .mx-md-161 {
    margin-right: 161px;
    margin-left: 161px;
  }
  .my-md-161 {
    margin-top: 161px;
    margin-bottom: 161px;
  }
  .p-md-161 {
    padding: 161px;
  }
  .px-md-161 {
    padding-right: 161px;
    padding-left: 161px;
  }
  .py-md-161 {
    padding-top: 161px;
    padding-bottom: 161px;
  }
  .pr-md-161 {
    padding-right: 161px;
  }
  .pl-md-161 {
    padding-left: 161px;
  }
  .pt-md-161 {
    padding-top: 161px;
  }
  .pb-md-161 {
    padding-bottom: 161px;
  }
  .fs-md-161 {
    font-size: 161px;
  }
  .w-md-161 {
    width: 161px;
  }
  .h-md-161 {
    height: 161px;
  }
}
@media (min-width: 992px) {
  .lh-lg-161 {
    line-height: 161px;
  }
  .line-height-lg-161 {
    line-height: 161px;
  }
  .grid-cols-lg-161 {
    grid-template-columns: repeat(161, 1fr);
  }
  .gap-lg-161 {
    gap: 161px;
  }
  .gap-x-lg-161 {
    -moz-column-gap: 161px;
         column-gap: 161px;
  }
  .gap-y-lg-161 {
    row-gap: 161px;
  }
  .rounded-lg-161 {
    border-radius: 161px;
  }
  .mb-lg-161 {
    margin-bottom: 161px;
  }
  .mt-lg-161 {
    margin-top: 161px;
  }
  .mr-lg-161 {
    margin-right: 161px;
  }
  .ml-lg-161 {
    margin-left: 161px;
  }
  .mx-lg-161 {
    margin-right: 161px;
    margin-left: 161px;
  }
  .my-lg-161 {
    margin-top: 161px;
    margin-bottom: 161px;
  }
  .p-lg-161 {
    padding: 161px;
  }
  .px-lg-161 {
    padding-right: 161px;
    padding-left: 161px;
  }
  .py-lg-161 {
    padding-top: 161px;
    padding-bottom: 161px;
  }
  .pr-lg-161 {
    padding-right: 161px;
  }
  .pl-lg-161 {
    padding-left: 161px;
  }
  .pt-lg-161 {
    padding-top: 161px;
  }
  .pb-lg-161 {
    padding-bottom: 161px;
  }
  .fs-lg-161 {
    font-size: 161px;
  }
  .w-lg-161 {
    width: 161px;
  }
  .h-lg-161 {
    height: 161px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-161 {
    line-height: 161px;
  }
  .line-height-xl-161 {
    line-height: 161px;
  }
  .grid-cols-xl-161 {
    grid-template-columns: repeat(161, 1fr);
  }
  .gap-xl-161 {
    gap: 161px;
  }
  .gap-x-xl-161 {
    -moz-column-gap: 161px;
         column-gap: 161px;
  }
  .gap-y-xl-161 {
    row-gap: 161px;
  }
  .rounded-xl-161 {
    border-radius: 161px;
  }
  .mb-xl-161 {
    margin-bottom: 161px;
  }
  .mt-xl-161 {
    margin-top: 161px;
  }
  .mr-xl-161 {
    margin-right: 161px;
  }
  .ml-xl-161 {
    margin-left: 161px;
  }
  .mx-xl-161 {
    margin-right: 161px;
    margin-left: 161px;
  }
  .my-xl-161 {
    margin-top: 161px;
    margin-bottom: 161px;
  }
  .p-xl-161 {
    padding: 161px;
  }
  .px-xl-161 {
    padding-right: 161px;
    padding-left: 161px;
  }
  .py-xl-161 {
    padding-top: 161px;
    padding-bottom: 161px;
  }
  .pr-xl-161 {
    padding-right: 161px;
  }
  .pl-xl-161 {
    padding-left: 161px;
  }
  .pt-xl-161 {
    padding-top: 161px;
  }
  .pb-xl-161 {
    padding-bottom: 161px;
  }
  .fs-xl-161 {
    font-size: 161px;
  }
  .w-xl-161 {
    width: 161px;
  }
  .h-xl-161 {
    height: 161px;
  }
}
.lh-162 {
  line-height: 162px;
}

.grid-cols-162 {
  grid-template-columns: repeat(162, 1fr);
}

.line-height-162 {
  line-height: 162px;
}

.gap-162 {
  gap: 162px;
}

.gap-x-162 {
  -moz-column-gap: 162px;
       column-gap: 162px;
}

.gap-y-162 {
  row-gap: 162px;
}

.rounded-162 {
  border-radius: 162px;
}

.mb-162 {
  margin-bottom: 162px;
}

.mt-162 {
  margin-top: 162px;
}

.mr-162 {
  margin-right: 162px;
}

.ml-162 {
  margin-left: 162px;
}

.mx-162 {
  margin-right: 162px;
  margin-left: 162px;
}

.my-162 {
  margin-top: 162px;
  margin-bottom: 162px;
}

.p-162 {
  padding: 162px;
}

.px-162 {
  padding-right: 162px;
  padding-left: 162px;
}

.py-162 {
  padding-top: 162px;
  padding-bottom: 162px;
}

.pr-162 {
  padding-right: 162px;
}

.pl-162 {
  padding-left: 162px;
}

.pt-162 {
  padding-top: 162px;
}

.pb-162 {
  padding-bottom: 162px;
}

.fs-162 {
  font-size: 162px;
}

.w-162 {
  width: 162px;
}

.h-162 {
  height: 162px;
}

@media (min-width: 576px) {
  .lh-sm-162 {
    line-height: 162px;
  }
  .line-height-sm-162 {
    line-height: 162px;
  }
  .grid-cols-sm-162 {
    grid-template-columns: repeat(162, 1fr);
  }
  .gap-sm-162 {
    gap: 162px;
  }
  .gap-x-sm-162 {
    -moz-column-gap: 162px;
         column-gap: 162px;
  }
  .gap-y-sm-162 {
    row-gap: 162px;
  }
  .rounded-sm-162 {
    border-radius: 162px;
  }
  .mb-sm-162 {
    margin-bottom: 162px;
  }
  .mt-sm-162 {
    margin-top: 162px;
  }
  .mr-sm-162 {
    margin-right: 162px;
  }
  .ml-sm-162 {
    margin-left: 162px;
  }
  .mx-sm-162 {
    margin-right: 162px;
    margin-left: 162px;
  }
  .my-sm-162 {
    margin-top: 162px;
    margin-bottom: 162px;
  }
  .p-sm-162 {
    padding: 162px;
  }
  .px-sm-162 {
    padding-right: 162px;
    padding-left: 162px;
  }
  .py-sm-162 {
    padding-top: 162px;
    padding-bottom: 162px;
  }
  .pr-sm-162 {
    padding-right: 162px;
  }
  .pl-sm-162 {
    padding-left: 162px;
  }
  .pt-sm-162 {
    padding-top: 162px;
  }
  .pb-sm-162 {
    padding-bottom: 162px;
  }
  .fs-sm-162 {
    font-size: 162px;
  }
  .w-sm-162 {
    width: 162px;
  }
  .h-sm-162 {
    height: 162px;
  }
}
@media (min-width: 768px) {
  .lh-md-162 {
    line-height: 162px;
  }
  .line-height-md-162 {
    line-height: 162px;
  }
  .grid-cols-md-162 {
    grid-template-columns: repeat(162, 1fr);
  }
  .gap-md-162 {
    gap: 162px;
  }
  .gap-x-md-162 {
    -moz-column-gap: 162px;
         column-gap: 162px;
  }
  .gap-y-md-162 {
    row-gap: 162px;
  }
  .rounded-md-162 {
    border-radius: 162px;
  }
  .mb-md-162 {
    margin-bottom: 162px;
  }
  .mt-md-162 {
    margin-top: 162px;
  }
  .mr-md-162 {
    margin-right: 162px;
  }
  .ml-md-162 {
    margin-left: 162px;
  }
  .mx-md-162 {
    margin-right: 162px;
    margin-left: 162px;
  }
  .my-md-162 {
    margin-top: 162px;
    margin-bottom: 162px;
  }
  .p-md-162 {
    padding: 162px;
  }
  .px-md-162 {
    padding-right: 162px;
    padding-left: 162px;
  }
  .py-md-162 {
    padding-top: 162px;
    padding-bottom: 162px;
  }
  .pr-md-162 {
    padding-right: 162px;
  }
  .pl-md-162 {
    padding-left: 162px;
  }
  .pt-md-162 {
    padding-top: 162px;
  }
  .pb-md-162 {
    padding-bottom: 162px;
  }
  .fs-md-162 {
    font-size: 162px;
  }
  .w-md-162 {
    width: 162px;
  }
  .h-md-162 {
    height: 162px;
  }
}
@media (min-width: 992px) {
  .lh-lg-162 {
    line-height: 162px;
  }
  .line-height-lg-162 {
    line-height: 162px;
  }
  .grid-cols-lg-162 {
    grid-template-columns: repeat(162, 1fr);
  }
  .gap-lg-162 {
    gap: 162px;
  }
  .gap-x-lg-162 {
    -moz-column-gap: 162px;
         column-gap: 162px;
  }
  .gap-y-lg-162 {
    row-gap: 162px;
  }
  .rounded-lg-162 {
    border-radius: 162px;
  }
  .mb-lg-162 {
    margin-bottom: 162px;
  }
  .mt-lg-162 {
    margin-top: 162px;
  }
  .mr-lg-162 {
    margin-right: 162px;
  }
  .ml-lg-162 {
    margin-left: 162px;
  }
  .mx-lg-162 {
    margin-right: 162px;
    margin-left: 162px;
  }
  .my-lg-162 {
    margin-top: 162px;
    margin-bottom: 162px;
  }
  .p-lg-162 {
    padding: 162px;
  }
  .px-lg-162 {
    padding-right: 162px;
    padding-left: 162px;
  }
  .py-lg-162 {
    padding-top: 162px;
    padding-bottom: 162px;
  }
  .pr-lg-162 {
    padding-right: 162px;
  }
  .pl-lg-162 {
    padding-left: 162px;
  }
  .pt-lg-162 {
    padding-top: 162px;
  }
  .pb-lg-162 {
    padding-bottom: 162px;
  }
  .fs-lg-162 {
    font-size: 162px;
  }
  .w-lg-162 {
    width: 162px;
  }
  .h-lg-162 {
    height: 162px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-162 {
    line-height: 162px;
  }
  .line-height-xl-162 {
    line-height: 162px;
  }
  .grid-cols-xl-162 {
    grid-template-columns: repeat(162, 1fr);
  }
  .gap-xl-162 {
    gap: 162px;
  }
  .gap-x-xl-162 {
    -moz-column-gap: 162px;
         column-gap: 162px;
  }
  .gap-y-xl-162 {
    row-gap: 162px;
  }
  .rounded-xl-162 {
    border-radius: 162px;
  }
  .mb-xl-162 {
    margin-bottom: 162px;
  }
  .mt-xl-162 {
    margin-top: 162px;
  }
  .mr-xl-162 {
    margin-right: 162px;
  }
  .ml-xl-162 {
    margin-left: 162px;
  }
  .mx-xl-162 {
    margin-right: 162px;
    margin-left: 162px;
  }
  .my-xl-162 {
    margin-top: 162px;
    margin-bottom: 162px;
  }
  .p-xl-162 {
    padding: 162px;
  }
  .px-xl-162 {
    padding-right: 162px;
    padding-left: 162px;
  }
  .py-xl-162 {
    padding-top: 162px;
    padding-bottom: 162px;
  }
  .pr-xl-162 {
    padding-right: 162px;
  }
  .pl-xl-162 {
    padding-left: 162px;
  }
  .pt-xl-162 {
    padding-top: 162px;
  }
  .pb-xl-162 {
    padding-bottom: 162px;
  }
  .fs-xl-162 {
    font-size: 162px;
  }
  .w-xl-162 {
    width: 162px;
  }
  .h-xl-162 {
    height: 162px;
  }
}
.lh-163 {
  line-height: 163px;
}

.grid-cols-163 {
  grid-template-columns: repeat(163, 1fr);
}

.line-height-163 {
  line-height: 163px;
}

.gap-163 {
  gap: 163px;
}

.gap-x-163 {
  -moz-column-gap: 163px;
       column-gap: 163px;
}

.gap-y-163 {
  row-gap: 163px;
}

.rounded-163 {
  border-radius: 163px;
}

.mb-163 {
  margin-bottom: 163px;
}

.mt-163 {
  margin-top: 163px;
}

.mr-163 {
  margin-right: 163px;
}

.ml-163 {
  margin-left: 163px;
}

.mx-163 {
  margin-right: 163px;
  margin-left: 163px;
}

.my-163 {
  margin-top: 163px;
  margin-bottom: 163px;
}

.p-163 {
  padding: 163px;
}

.px-163 {
  padding-right: 163px;
  padding-left: 163px;
}

.py-163 {
  padding-top: 163px;
  padding-bottom: 163px;
}

.pr-163 {
  padding-right: 163px;
}

.pl-163 {
  padding-left: 163px;
}

.pt-163 {
  padding-top: 163px;
}

.pb-163 {
  padding-bottom: 163px;
}

.fs-163 {
  font-size: 163px;
}

.w-163 {
  width: 163px;
}

.h-163 {
  height: 163px;
}

@media (min-width: 576px) {
  .lh-sm-163 {
    line-height: 163px;
  }
  .line-height-sm-163 {
    line-height: 163px;
  }
  .grid-cols-sm-163 {
    grid-template-columns: repeat(163, 1fr);
  }
  .gap-sm-163 {
    gap: 163px;
  }
  .gap-x-sm-163 {
    -moz-column-gap: 163px;
         column-gap: 163px;
  }
  .gap-y-sm-163 {
    row-gap: 163px;
  }
  .rounded-sm-163 {
    border-radius: 163px;
  }
  .mb-sm-163 {
    margin-bottom: 163px;
  }
  .mt-sm-163 {
    margin-top: 163px;
  }
  .mr-sm-163 {
    margin-right: 163px;
  }
  .ml-sm-163 {
    margin-left: 163px;
  }
  .mx-sm-163 {
    margin-right: 163px;
    margin-left: 163px;
  }
  .my-sm-163 {
    margin-top: 163px;
    margin-bottom: 163px;
  }
  .p-sm-163 {
    padding: 163px;
  }
  .px-sm-163 {
    padding-right: 163px;
    padding-left: 163px;
  }
  .py-sm-163 {
    padding-top: 163px;
    padding-bottom: 163px;
  }
  .pr-sm-163 {
    padding-right: 163px;
  }
  .pl-sm-163 {
    padding-left: 163px;
  }
  .pt-sm-163 {
    padding-top: 163px;
  }
  .pb-sm-163 {
    padding-bottom: 163px;
  }
  .fs-sm-163 {
    font-size: 163px;
  }
  .w-sm-163 {
    width: 163px;
  }
  .h-sm-163 {
    height: 163px;
  }
}
@media (min-width: 768px) {
  .lh-md-163 {
    line-height: 163px;
  }
  .line-height-md-163 {
    line-height: 163px;
  }
  .grid-cols-md-163 {
    grid-template-columns: repeat(163, 1fr);
  }
  .gap-md-163 {
    gap: 163px;
  }
  .gap-x-md-163 {
    -moz-column-gap: 163px;
         column-gap: 163px;
  }
  .gap-y-md-163 {
    row-gap: 163px;
  }
  .rounded-md-163 {
    border-radius: 163px;
  }
  .mb-md-163 {
    margin-bottom: 163px;
  }
  .mt-md-163 {
    margin-top: 163px;
  }
  .mr-md-163 {
    margin-right: 163px;
  }
  .ml-md-163 {
    margin-left: 163px;
  }
  .mx-md-163 {
    margin-right: 163px;
    margin-left: 163px;
  }
  .my-md-163 {
    margin-top: 163px;
    margin-bottom: 163px;
  }
  .p-md-163 {
    padding: 163px;
  }
  .px-md-163 {
    padding-right: 163px;
    padding-left: 163px;
  }
  .py-md-163 {
    padding-top: 163px;
    padding-bottom: 163px;
  }
  .pr-md-163 {
    padding-right: 163px;
  }
  .pl-md-163 {
    padding-left: 163px;
  }
  .pt-md-163 {
    padding-top: 163px;
  }
  .pb-md-163 {
    padding-bottom: 163px;
  }
  .fs-md-163 {
    font-size: 163px;
  }
  .w-md-163 {
    width: 163px;
  }
  .h-md-163 {
    height: 163px;
  }
}
@media (min-width: 992px) {
  .lh-lg-163 {
    line-height: 163px;
  }
  .line-height-lg-163 {
    line-height: 163px;
  }
  .grid-cols-lg-163 {
    grid-template-columns: repeat(163, 1fr);
  }
  .gap-lg-163 {
    gap: 163px;
  }
  .gap-x-lg-163 {
    -moz-column-gap: 163px;
         column-gap: 163px;
  }
  .gap-y-lg-163 {
    row-gap: 163px;
  }
  .rounded-lg-163 {
    border-radius: 163px;
  }
  .mb-lg-163 {
    margin-bottom: 163px;
  }
  .mt-lg-163 {
    margin-top: 163px;
  }
  .mr-lg-163 {
    margin-right: 163px;
  }
  .ml-lg-163 {
    margin-left: 163px;
  }
  .mx-lg-163 {
    margin-right: 163px;
    margin-left: 163px;
  }
  .my-lg-163 {
    margin-top: 163px;
    margin-bottom: 163px;
  }
  .p-lg-163 {
    padding: 163px;
  }
  .px-lg-163 {
    padding-right: 163px;
    padding-left: 163px;
  }
  .py-lg-163 {
    padding-top: 163px;
    padding-bottom: 163px;
  }
  .pr-lg-163 {
    padding-right: 163px;
  }
  .pl-lg-163 {
    padding-left: 163px;
  }
  .pt-lg-163 {
    padding-top: 163px;
  }
  .pb-lg-163 {
    padding-bottom: 163px;
  }
  .fs-lg-163 {
    font-size: 163px;
  }
  .w-lg-163 {
    width: 163px;
  }
  .h-lg-163 {
    height: 163px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-163 {
    line-height: 163px;
  }
  .line-height-xl-163 {
    line-height: 163px;
  }
  .grid-cols-xl-163 {
    grid-template-columns: repeat(163, 1fr);
  }
  .gap-xl-163 {
    gap: 163px;
  }
  .gap-x-xl-163 {
    -moz-column-gap: 163px;
         column-gap: 163px;
  }
  .gap-y-xl-163 {
    row-gap: 163px;
  }
  .rounded-xl-163 {
    border-radius: 163px;
  }
  .mb-xl-163 {
    margin-bottom: 163px;
  }
  .mt-xl-163 {
    margin-top: 163px;
  }
  .mr-xl-163 {
    margin-right: 163px;
  }
  .ml-xl-163 {
    margin-left: 163px;
  }
  .mx-xl-163 {
    margin-right: 163px;
    margin-left: 163px;
  }
  .my-xl-163 {
    margin-top: 163px;
    margin-bottom: 163px;
  }
  .p-xl-163 {
    padding: 163px;
  }
  .px-xl-163 {
    padding-right: 163px;
    padding-left: 163px;
  }
  .py-xl-163 {
    padding-top: 163px;
    padding-bottom: 163px;
  }
  .pr-xl-163 {
    padding-right: 163px;
  }
  .pl-xl-163 {
    padding-left: 163px;
  }
  .pt-xl-163 {
    padding-top: 163px;
  }
  .pb-xl-163 {
    padding-bottom: 163px;
  }
  .fs-xl-163 {
    font-size: 163px;
  }
  .w-xl-163 {
    width: 163px;
  }
  .h-xl-163 {
    height: 163px;
  }
}
.lh-164 {
  line-height: 164px;
}

.grid-cols-164 {
  grid-template-columns: repeat(164, 1fr);
}

.line-height-164 {
  line-height: 164px;
}

.gap-164 {
  gap: 164px;
}

.gap-x-164 {
  -moz-column-gap: 164px;
       column-gap: 164px;
}

.gap-y-164 {
  row-gap: 164px;
}

.rounded-164 {
  border-radius: 164px;
}

.mb-164 {
  margin-bottom: 164px;
}

.mt-164 {
  margin-top: 164px;
}

.mr-164 {
  margin-right: 164px;
}

.ml-164 {
  margin-left: 164px;
}

.mx-164 {
  margin-right: 164px;
  margin-left: 164px;
}

.my-164 {
  margin-top: 164px;
  margin-bottom: 164px;
}

.p-164 {
  padding: 164px;
}

.px-164 {
  padding-right: 164px;
  padding-left: 164px;
}

.py-164 {
  padding-top: 164px;
  padding-bottom: 164px;
}

.pr-164 {
  padding-right: 164px;
}

.pl-164 {
  padding-left: 164px;
}

.pt-164 {
  padding-top: 164px;
}

.pb-164 {
  padding-bottom: 164px;
}

.fs-164 {
  font-size: 164px;
}

.w-164 {
  width: 164px;
}

.h-164 {
  height: 164px;
}

@media (min-width: 576px) {
  .lh-sm-164 {
    line-height: 164px;
  }
  .line-height-sm-164 {
    line-height: 164px;
  }
  .grid-cols-sm-164 {
    grid-template-columns: repeat(164, 1fr);
  }
  .gap-sm-164 {
    gap: 164px;
  }
  .gap-x-sm-164 {
    -moz-column-gap: 164px;
         column-gap: 164px;
  }
  .gap-y-sm-164 {
    row-gap: 164px;
  }
  .rounded-sm-164 {
    border-radius: 164px;
  }
  .mb-sm-164 {
    margin-bottom: 164px;
  }
  .mt-sm-164 {
    margin-top: 164px;
  }
  .mr-sm-164 {
    margin-right: 164px;
  }
  .ml-sm-164 {
    margin-left: 164px;
  }
  .mx-sm-164 {
    margin-right: 164px;
    margin-left: 164px;
  }
  .my-sm-164 {
    margin-top: 164px;
    margin-bottom: 164px;
  }
  .p-sm-164 {
    padding: 164px;
  }
  .px-sm-164 {
    padding-right: 164px;
    padding-left: 164px;
  }
  .py-sm-164 {
    padding-top: 164px;
    padding-bottom: 164px;
  }
  .pr-sm-164 {
    padding-right: 164px;
  }
  .pl-sm-164 {
    padding-left: 164px;
  }
  .pt-sm-164 {
    padding-top: 164px;
  }
  .pb-sm-164 {
    padding-bottom: 164px;
  }
  .fs-sm-164 {
    font-size: 164px;
  }
  .w-sm-164 {
    width: 164px;
  }
  .h-sm-164 {
    height: 164px;
  }
}
@media (min-width: 768px) {
  .lh-md-164 {
    line-height: 164px;
  }
  .line-height-md-164 {
    line-height: 164px;
  }
  .grid-cols-md-164 {
    grid-template-columns: repeat(164, 1fr);
  }
  .gap-md-164 {
    gap: 164px;
  }
  .gap-x-md-164 {
    -moz-column-gap: 164px;
         column-gap: 164px;
  }
  .gap-y-md-164 {
    row-gap: 164px;
  }
  .rounded-md-164 {
    border-radius: 164px;
  }
  .mb-md-164 {
    margin-bottom: 164px;
  }
  .mt-md-164 {
    margin-top: 164px;
  }
  .mr-md-164 {
    margin-right: 164px;
  }
  .ml-md-164 {
    margin-left: 164px;
  }
  .mx-md-164 {
    margin-right: 164px;
    margin-left: 164px;
  }
  .my-md-164 {
    margin-top: 164px;
    margin-bottom: 164px;
  }
  .p-md-164 {
    padding: 164px;
  }
  .px-md-164 {
    padding-right: 164px;
    padding-left: 164px;
  }
  .py-md-164 {
    padding-top: 164px;
    padding-bottom: 164px;
  }
  .pr-md-164 {
    padding-right: 164px;
  }
  .pl-md-164 {
    padding-left: 164px;
  }
  .pt-md-164 {
    padding-top: 164px;
  }
  .pb-md-164 {
    padding-bottom: 164px;
  }
  .fs-md-164 {
    font-size: 164px;
  }
  .w-md-164 {
    width: 164px;
  }
  .h-md-164 {
    height: 164px;
  }
}
@media (min-width: 992px) {
  .lh-lg-164 {
    line-height: 164px;
  }
  .line-height-lg-164 {
    line-height: 164px;
  }
  .grid-cols-lg-164 {
    grid-template-columns: repeat(164, 1fr);
  }
  .gap-lg-164 {
    gap: 164px;
  }
  .gap-x-lg-164 {
    -moz-column-gap: 164px;
         column-gap: 164px;
  }
  .gap-y-lg-164 {
    row-gap: 164px;
  }
  .rounded-lg-164 {
    border-radius: 164px;
  }
  .mb-lg-164 {
    margin-bottom: 164px;
  }
  .mt-lg-164 {
    margin-top: 164px;
  }
  .mr-lg-164 {
    margin-right: 164px;
  }
  .ml-lg-164 {
    margin-left: 164px;
  }
  .mx-lg-164 {
    margin-right: 164px;
    margin-left: 164px;
  }
  .my-lg-164 {
    margin-top: 164px;
    margin-bottom: 164px;
  }
  .p-lg-164 {
    padding: 164px;
  }
  .px-lg-164 {
    padding-right: 164px;
    padding-left: 164px;
  }
  .py-lg-164 {
    padding-top: 164px;
    padding-bottom: 164px;
  }
  .pr-lg-164 {
    padding-right: 164px;
  }
  .pl-lg-164 {
    padding-left: 164px;
  }
  .pt-lg-164 {
    padding-top: 164px;
  }
  .pb-lg-164 {
    padding-bottom: 164px;
  }
  .fs-lg-164 {
    font-size: 164px;
  }
  .w-lg-164 {
    width: 164px;
  }
  .h-lg-164 {
    height: 164px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-164 {
    line-height: 164px;
  }
  .line-height-xl-164 {
    line-height: 164px;
  }
  .grid-cols-xl-164 {
    grid-template-columns: repeat(164, 1fr);
  }
  .gap-xl-164 {
    gap: 164px;
  }
  .gap-x-xl-164 {
    -moz-column-gap: 164px;
         column-gap: 164px;
  }
  .gap-y-xl-164 {
    row-gap: 164px;
  }
  .rounded-xl-164 {
    border-radius: 164px;
  }
  .mb-xl-164 {
    margin-bottom: 164px;
  }
  .mt-xl-164 {
    margin-top: 164px;
  }
  .mr-xl-164 {
    margin-right: 164px;
  }
  .ml-xl-164 {
    margin-left: 164px;
  }
  .mx-xl-164 {
    margin-right: 164px;
    margin-left: 164px;
  }
  .my-xl-164 {
    margin-top: 164px;
    margin-bottom: 164px;
  }
  .p-xl-164 {
    padding: 164px;
  }
  .px-xl-164 {
    padding-right: 164px;
    padding-left: 164px;
  }
  .py-xl-164 {
    padding-top: 164px;
    padding-bottom: 164px;
  }
  .pr-xl-164 {
    padding-right: 164px;
  }
  .pl-xl-164 {
    padding-left: 164px;
  }
  .pt-xl-164 {
    padding-top: 164px;
  }
  .pb-xl-164 {
    padding-bottom: 164px;
  }
  .fs-xl-164 {
    font-size: 164px;
  }
  .w-xl-164 {
    width: 164px;
  }
  .h-xl-164 {
    height: 164px;
  }
}
.lh-165 {
  line-height: 165px;
}

.grid-cols-165 {
  grid-template-columns: repeat(165, 1fr);
}

.line-height-165 {
  line-height: 165px;
}

.gap-165 {
  gap: 165px;
}

.gap-x-165 {
  -moz-column-gap: 165px;
       column-gap: 165px;
}

.gap-y-165 {
  row-gap: 165px;
}

.rounded-165 {
  border-radius: 165px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mt-165 {
  margin-top: 165px;
}

.mr-165 {
  margin-right: 165px;
}

.ml-165 {
  margin-left: 165px;
}

.mx-165 {
  margin-right: 165px;
  margin-left: 165px;
}

.my-165 {
  margin-top: 165px;
  margin-bottom: 165px;
}

.p-165 {
  padding: 165px;
}

.px-165 {
  padding-right: 165px;
  padding-left: 165px;
}

.py-165 {
  padding-top: 165px;
  padding-bottom: 165px;
}

.pr-165 {
  padding-right: 165px;
}

.pl-165 {
  padding-left: 165px;
}

.pt-165 {
  padding-top: 165px;
}

.pb-165 {
  padding-bottom: 165px;
}

.fs-165 {
  font-size: 165px;
}

.w-165 {
  width: 165px;
}

.h-165 {
  height: 165px;
}

@media (min-width: 576px) {
  .lh-sm-165 {
    line-height: 165px;
  }
  .line-height-sm-165 {
    line-height: 165px;
  }
  .grid-cols-sm-165 {
    grid-template-columns: repeat(165, 1fr);
  }
  .gap-sm-165 {
    gap: 165px;
  }
  .gap-x-sm-165 {
    -moz-column-gap: 165px;
         column-gap: 165px;
  }
  .gap-y-sm-165 {
    row-gap: 165px;
  }
  .rounded-sm-165 {
    border-radius: 165px;
  }
  .mb-sm-165 {
    margin-bottom: 165px;
  }
  .mt-sm-165 {
    margin-top: 165px;
  }
  .mr-sm-165 {
    margin-right: 165px;
  }
  .ml-sm-165 {
    margin-left: 165px;
  }
  .mx-sm-165 {
    margin-right: 165px;
    margin-left: 165px;
  }
  .my-sm-165 {
    margin-top: 165px;
    margin-bottom: 165px;
  }
  .p-sm-165 {
    padding: 165px;
  }
  .px-sm-165 {
    padding-right: 165px;
    padding-left: 165px;
  }
  .py-sm-165 {
    padding-top: 165px;
    padding-bottom: 165px;
  }
  .pr-sm-165 {
    padding-right: 165px;
  }
  .pl-sm-165 {
    padding-left: 165px;
  }
  .pt-sm-165 {
    padding-top: 165px;
  }
  .pb-sm-165 {
    padding-bottom: 165px;
  }
  .fs-sm-165 {
    font-size: 165px;
  }
  .w-sm-165 {
    width: 165px;
  }
  .h-sm-165 {
    height: 165px;
  }
}
@media (min-width: 768px) {
  .lh-md-165 {
    line-height: 165px;
  }
  .line-height-md-165 {
    line-height: 165px;
  }
  .grid-cols-md-165 {
    grid-template-columns: repeat(165, 1fr);
  }
  .gap-md-165 {
    gap: 165px;
  }
  .gap-x-md-165 {
    -moz-column-gap: 165px;
         column-gap: 165px;
  }
  .gap-y-md-165 {
    row-gap: 165px;
  }
  .rounded-md-165 {
    border-radius: 165px;
  }
  .mb-md-165 {
    margin-bottom: 165px;
  }
  .mt-md-165 {
    margin-top: 165px;
  }
  .mr-md-165 {
    margin-right: 165px;
  }
  .ml-md-165 {
    margin-left: 165px;
  }
  .mx-md-165 {
    margin-right: 165px;
    margin-left: 165px;
  }
  .my-md-165 {
    margin-top: 165px;
    margin-bottom: 165px;
  }
  .p-md-165 {
    padding: 165px;
  }
  .px-md-165 {
    padding-right: 165px;
    padding-left: 165px;
  }
  .py-md-165 {
    padding-top: 165px;
    padding-bottom: 165px;
  }
  .pr-md-165 {
    padding-right: 165px;
  }
  .pl-md-165 {
    padding-left: 165px;
  }
  .pt-md-165 {
    padding-top: 165px;
  }
  .pb-md-165 {
    padding-bottom: 165px;
  }
  .fs-md-165 {
    font-size: 165px;
  }
  .w-md-165 {
    width: 165px;
  }
  .h-md-165 {
    height: 165px;
  }
}
@media (min-width: 992px) {
  .lh-lg-165 {
    line-height: 165px;
  }
  .line-height-lg-165 {
    line-height: 165px;
  }
  .grid-cols-lg-165 {
    grid-template-columns: repeat(165, 1fr);
  }
  .gap-lg-165 {
    gap: 165px;
  }
  .gap-x-lg-165 {
    -moz-column-gap: 165px;
         column-gap: 165px;
  }
  .gap-y-lg-165 {
    row-gap: 165px;
  }
  .rounded-lg-165 {
    border-radius: 165px;
  }
  .mb-lg-165 {
    margin-bottom: 165px;
  }
  .mt-lg-165 {
    margin-top: 165px;
  }
  .mr-lg-165 {
    margin-right: 165px;
  }
  .ml-lg-165 {
    margin-left: 165px;
  }
  .mx-lg-165 {
    margin-right: 165px;
    margin-left: 165px;
  }
  .my-lg-165 {
    margin-top: 165px;
    margin-bottom: 165px;
  }
  .p-lg-165 {
    padding: 165px;
  }
  .px-lg-165 {
    padding-right: 165px;
    padding-left: 165px;
  }
  .py-lg-165 {
    padding-top: 165px;
    padding-bottom: 165px;
  }
  .pr-lg-165 {
    padding-right: 165px;
  }
  .pl-lg-165 {
    padding-left: 165px;
  }
  .pt-lg-165 {
    padding-top: 165px;
  }
  .pb-lg-165 {
    padding-bottom: 165px;
  }
  .fs-lg-165 {
    font-size: 165px;
  }
  .w-lg-165 {
    width: 165px;
  }
  .h-lg-165 {
    height: 165px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-165 {
    line-height: 165px;
  }
  .line-height-xl-165 {
    line-height: 165px;
  }
  .grid-cols-xl-165 {
    grid-template-columns: repeat(165, 1fr);
  }
  .gap-xl-165 {
    gap: 165px;
  }
  .gap-x-xl-165 {
    -moz-column-gap: 165px;
         column-gap: 165px;
  }
  .gap-y-xl-165 {
    row-gap: 165px;
  }
  .rounded-xl-165 {
    border-radius: 165px;
  }
  .mb-xl-165 {
    margin-bottom: 165px;
  }
  .mt-xl-165 {
    margin-top: 165px;
  }
  .mr-xl-165 {
    margin-right: 165px;
  }
  .ml-xl-165 {
    margin-left: 165px;
  }
  .mx-xl-165 {
    margin-right: 165px;
    margin-left: 165px;
  }
  .my-xl-165 {
    margin-top: 165px;
    margin-bottom: 165px;
  }
  .p-xl-165 {
    padding: 165px;
  }
  .px-xl-165 {
    padding-right: 165px;
    padding-left: 165px;
  }
  .py-xl-165 {
    padding-top: 165px;
    padding-bottom: 165px;
  }
  .pr-xl-165 {
    padding-right: 165px;
  }
  .pl-xl-165 {
    padding-left: 165px;
  }
  .pt-xl-165 {
    padding-top: 165px;
  }
  .pb-xl-165 {
    padding-bottom: 165px;
  }
  .fs-xl-165 {
    font-size: 165px;
  }
  .w-xl-165 {
    width: 165px;
  }
  .h-xl-165 {
    height: 165px;
  }
}
.lh-166 {
  line-height: 166px;
}

.grid-cols-166 {
  grid-template-columns: repeat(166, 1fr);
}

.line-height-166 {
  line-height: 166px;
}

.gap-166 {
  gap: 166px;
}

.gap-x-166 {
  -moz-column-gap: 166px;
       column-gap: 166px;
}

.gap-y-166 {
  row-gap: 166px;
}

.rounded-166 {
  border-radius: 166px;
}

.mb-166 {
  margin-bottom: 166px;
}

.mt-166 {
  margin-top: 166px;
}

.mr-166 {
  margin-right: 166px;
}

.ml-166 {
  margin-left: 166px;
}

.mx-166 {
  margin-right: 166px;
  margin-left: 166px;
}

.my-166 {
  margin-top: 166px;
  margin-bottom: 166px;
}

.p-166 {
  padding: 166px;
}

.px-166 {
  padding-right: 166px;
  padding-left: 166px;
}

.py-166 {
  padding-top: 166px;
  padding-bottom: 166px;
}

.pr-166 {
  padding-right: 166px;
}

.pl-166 {
  padding-left: 166px;
}

.pt-166 {
  padding-top: 166px;
}

.pb-166 {
  padding-bottom: 166px;
}

.fs-166 {
  font-size: 166px;
}

.w-166 {
  width: 166px;
}

.h-166 {
  height: 166px;
}

@media (min-width: 576px) {
  .lh-sm-166 {
    line-height: 166px;
  }
  .line-height-sm-166 {
    line-height: 166px;
  }
  .grid-cols-sm-166 {
    grid-template-columns: repeat(166, 1fr);
  }
  .gap-sm-166 {
    gap: 166px;
  }
  .gap-x-sm-166 {
    -moz-column-gap: 166px;
         column-gap: 166px;
  }
  .gap-y-sm-166 {
    row-gap: 166px;
  }
  .rounded-sm-166 {
    border-radius: 166px;
  }
  .mb-sm-166 {
    margin-bottom: 166px;
  }
  .mt-sm-166 {
    margin-top: 166px;
  }
  .mr-sm-166 {
    margin-right: 166px;
  }
  .ml-sm-166 {
    margin-left: 166px;
  }
  .mx-sm-166 {
    margin-right: 166px;
    margin-left: 166px;
  }
  .my-sm-166 {
    margin-top: 166px;
    margin-bottom: 166px;
  }
  .p-sm-166 {
    padding: 166px;
  }
  .px-sm-166 {
    padding-right: 166px;
    padding-left: 166px;
  }
  .py-sm-166 {
    padding-top: 166px;
    padding-bottom: 166px;
  }
  .pr-sm-166 {
    padding-right: 166px;
  }
  .pl-sm-166 {
    padding-left: 166px;
  }
  .pt-sm-166 {
    padding-top: 166px;
  }
  .pb-sm-166 {
    padding-bottom: 166px;
  }
  .fs-sm-166 {
    font-size: 166px;
  }
  .w-sm-166 {
    width: 166px;
  }
  .h-sm-166 {
    height: 166px;
  }
}
@media (min-width: 768px) {
  .lh-md-166 {
    line-height: 166px;
  }
  .line-height-md-166 {
    line-height: 166px;
  }
  .grid-cols-md-166 {
    grid-template-columns: repeat(166, 1fr);
  }
  .gap-md-166 {
    gap: 166px;
  }
  .gap-x-md-166 {
    -moz-column-gap: 166px;
         column-gap: 166px;
  }
  .gap-y-md-166 {
    row-gap: 166px;
  }
  .rounded-md-166 {
    border-radius: 166px;
  }
  .mb-md-166 {
    margin-bottom: 166px;
  }
  .mt-md-166 {
    margin-top: 166px;
  }
  .mr-md-166 {
    margin-right: 166px;
  }
  .ml-md-166 {
    margin-left: 166px;
  }
  .mx-md-166 {
    margin-right: 166px;
    margin-left: 166px;
  }
  .my-md-166 {
    margin-top: 166px;
    margin-bottom: 166px;
  }
  .p-md-166 {
    padding: 166px;
  }
  .px-md-166 {
    padding-right: 166px;
    padding-left: 166px;
  }
  .py-md-166 {
    padding-top: 166px;
    padding-bottom: 166px;
  }
  .pr-md-166 {
    padding-right: 166px;
  }
  .pl-md-166 {
    padding-left: 166px;
  }
  .pt-md-166 {
    padding-top: 166px;
  }
  .pb-md-166 {
    padding-bottom: 166px;
  }
  .fs-md-166 {
    font-size: 166px;
  }
  .w-md-166 {
    width: 166px;
  }
  .h-md-166 {
    height: 166px;
  }
}
@media (min-width: 992px) {
  .lh-lg-166 {
    line-height: 166px;
  }
  .line-height-lg-166 {
    line-height: 166px;
  }
  .grid-cols-lg-166 {
    grid-template-columns: repeat(166, 1fr);
  }
  .gap-lg-166 {
    gap: 166px;
  }
  .gap-x-lg-166 {
    -moz-column-gap: 166px;
         column-gap: 166px;
  }
  .gap-y-lg-166 {
    row-gap: 166px;
  }
  .rounded-lg-166 {
    border-radius: 166px;
  }
  .mb-lg-166 {
    margin-bottom: 166px;
  }
  .mt-lg-166 {
    margin-top: 166px;
  }
  .mr-lg-166 {
    margin-right: 166px;
  }
  .ml-lg-166 {
    margin-left: 166px;
  }
  .mx-lg-166 {
    margin-right: 166px;
    margin-left: 166px;
  }
  .my-lg-166 {
    margin-top: 166px;
    margin-bottom: 166px;
  }
  .p-lg-166 {
    padding: 166px;
  }
  .px-lg-166 {
    padding-right: 166px;
    padding-left: 166px;
  }
  .py-lg-166 {
    padding-top: 166px;
    padding-bottom: 166px;
  }
  .pr-lg-166 {
    padding-right: 166px;
  }
  .pl-lg-166 {
    padding-left: 166px;
  }
  .pt-lg-166 {
    padding-top: 166px;
  }
  .pb-lg-166 {
    padding-bottom: 166px;
  }
  .fs-lg-166 {
    font-size: 166px;
  }
  .w-lg-166 {
    width: 166px;
  }
  .h-lg-166 {
    height: 166px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-166 {
    line-height: 166px;
  }
  .line-height-xl-166 {
    line-height: 166px;
  }
  .grid-cols-xl-166 {
    grid-template-columns: repeat(166, 1fr);
  }
  .gap-xl-166 {
    gap: 166px;
  }
  .gap-x-xl-166 {
    -moz-column-gap: 166px;
         column-gap: 166px;
  }
  .gap-y-xl-166 {
    row-gap: 166px;
  }
  .rounded-xl-166 {
    border-radius: 166px;
  }
  .mb-xl-166 {
    margin-bottom: 166px;
  }
  .mt-xl-166 {
    margin-top: 166px;
  }
  .mr-xl-166 {
    margin-right: 166px;
  }
  .ml-xl-166 {
    margin-left: 166px;
  }
  .mx-xl-166 {
    margin-right: 166px;
    margin-left: 166px;
  }
  .my-xl-166 {
    margin-top: 166px;
    margin-bottom: 166px;
  }
  .p-xl-166 {
    padding: 166px;
  }
  .px-xl-166 {
    padding-right: 166px;
    padding-left: 166px;
  }
  .py-xl-166 {
    padding-top: 166px;
    padding-bottom: 166px;
  }
  .pr-xl-166 {
    padding-right: 166px;
  }
  .pl-xl-166 {
    padding-left: 166px;
  }
  .pt-xl-166 {
    padding-top: 166px;
  }
  .pb-xl-166 {
    padding-bottom: 166px;
  }
  .fs-xl-166 {
    font-size: 166px;
  }
  .w-xl-166 {
    width: 166px;
  }
  .h-xl-166 {
    height: 166px;
  }
}
.lh-167 {
  line-height: 167px;
}

.grid-cols-167 {
  grid-template-columns: repeat(167, 1fr);
}

.line-height-167 {
  line-height: 167px;
}

.gap-167 {
  gap: 167px;
}

.gap-x-167 {
  -moz-column-gap: 167px;
       column-gap: 167px;
}

.gap-y-167 {
  row-gap: 167px;
}

.rounded-167 {
  border-radius: 167px;
}

.mb-167 {
  margin-bottom: 167px;
}

.mt-167 {
  margin-top: 167px;
}

.mr-167 {
  margin-right: 167px;
}

.ml-167 {
  margin-left: 167px;
}

.mx-167 {
  margin-right: 167px;
  margin-left: 167px;
}

.my-167 {
  margin-top: 167px;
  margin-bottom: 167px;
}

.p-167 {
  padding: 167px;
}

.px-167 {
  padding-right: 167px;
  padding-left: 167px;
}

.py-167 {
  padding-top: 167px;
  padding-bottom: 167px;
}

.pr-167 {
  padding-right: 167px;
}

.pl-167 {
  padding-left: 167px;
}

.pt-167 {
  padding-top: 167px;
}

.pb-167 {
  padding-bottom: 167px;
}

.fs-167 {
  font-size: 167px;
}

.w-167 {
  width: 167px;
}

.h-167 {
  height: 167px;
}

@media (min-width: 576px) {
  .lh-sm-167 {
    line-height: 167px;
  }
  .line-height-sm-167 {
    line-height: 167px;
  }
  .grid-cols-sm-167 {
    grid-template-columns: repeat(167, 1fr);
  }
  .gap-sm-167 {
    gap: 167px;
  }
  .gap-x-sm-167 {
    -moz-column-gap: 167px;
         column-gap: 167px;
  }
  .gap-y-sm-167 {
    row-gap: 167px;
  }
  .rounded-sm-167 {
    border-radius: 167px;
  }
  .mb-sm-167 {
    margin-bottom: 167px;
  }
  .mt-sm-167 {
    margin-top: 167px;
  }
  .mr-sm-167 {
    margin-right: 167px;
  }
  .ml-sm-167 {
    margin-left: 167px;
  }
  .mx-sm-167 {
    margin-right: 167px;
    margin-left: 167px;
  }
  .my-sm-167 {
    margin-top: 167px;
    margin-bottom: 167px;
  }
  .p-sm-167 {
    padding: 167px;
  }
  .px-sm-167 {
    padding-right: 167px;
    padding-left: 167px;
  }
  .py-sm-167 {
    padding-top: 167px;
    padding-bottom: 167px;
  }
  .pr-sm-167 {
    padding-right: 167px;
  }
  .pl-sm-167 {
    padding-left: 167px;
  }
  .pt-sm-167 {
    padding-top: 167px;
  }
  .pb-sm-167 {
    padding-bottom: 167px;
  }
  .fs-sm-167 {
    font-size: 167px;
  }
  .w-sm-167 {
    width: 167px;
  }
  .h-sm-167 {
    height: 167px;
  }
}
@media (min-width: 768px) {
  .lh-md-167 {
    line-height: 167px;
  }
  .line-height-md-167 {
    line-height: 167px;
  }
  .grid-cols-md-167 {
    grid-template-columns: repeat(167, 1fr);
  }
  .gap-md-167 {
    gap: 167px;
  }
  .gap-x-md-167 {
    -moz-column-gap: 167px;
         column-gap: 167px;
  }
  .gap-y-md-167 {
    row-gap: 167px;
  }
  .rounded-md-167 {
    border-radius: 167px;
  }
  .mb-md-167 {
    margin-bottom: 167px;
  }
  .mt-md-167 {
    margin-top: 167px;
  }
  .mr-md-167 {
    margin-right: 167px;
  }
  .ml-md-167 {
    margin-left: 167px;
  }
  .mx-md-167 {
    margin-right: 167px;
    margin-left: 167px;
  }
  .my-md-167 {
    margin-top: 167px;
    margin-bottom: 167px;
  }
  .p-md-167 {
    padding: 167px;
  }
  .px-md-167 {
    padding-right: 167px;
    padding-left: 167px;
  }
  .py-md-167 {
    padding-top: 167px;
    padding-bottom: 167px;
  }
  .pr-md-167 {
    padding-right: 167px;
  }
  .pl-md-167 {
    padding-left: 167px;
  }
  .pt-md-167 {
    padding-top: 167px;
  }
  .pb-md-167 {
    padding-bottom: 167px;
  }
  .fs-md-167 {
    font-size: 167px;
  }
  .w-md-167 {
    width: 167px;
  }
  .h-md-167 {
    height: 167px;
  }
}
@media (min-width: 992px) {
  .lh-lg-167 {
    line-height: 167px;
  }
  .line-height-lg-167 {
    line-height: 167px;
  }
  .grid-cols-lg-167 {
    grid-template-columns: repeat(167, 1fr);
  }
  .gap-lg-167 {
    gap: 167px;
  }
  .gap-x-lg-167 {
    -moz-column-gap: 167px;
         column-gap: 167px;
  }
  .gap-y-lg-167 {
    row-gap: 167px;
  }
  .rounded-lg-167 {
    border-radius: 167px;
  }
  .mb-lg-167 {
    margin-bottom: 167px;
  }
  .mt-lg-167 {
    margin-top: 167px;
  }
  .mr-lg-167 {
    margin-right: 167px;
  }
  .ml-lg-167 {
    margin-left: 167px;
  }
  .mx-lg-167 {
    margin-right: 167px;
    margin-left: 167px;
  }
  .my-lg-167 {
    margin-top: 167px;
    margin-bottom: 167px;
  }
  .p-lg-167 {
    padding: 167px;
  }
  .px-lg-167 {
    padding-right: 167px;
    padding-left: 167px;
  }
  .py-lg-167 {
    padding-top: 167px;
    padding-bottom: 167px;
  }
  .pr-lg-167 {
    padding-right: 167px;
  }
  .pl-lg-167 {
    padding-left: 167px;
  }
  .pt-lg-167 {
    padding-top: 167px;
  }
  .pb-lg-167 {
    padding-bottom: 167px;
  }
  .fs-lg-167 {
    font-size: 167px;
  }
  .w-lg-167 {
    width: 167px;
  }
  .h-lg-167 {
    height: 167px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-167 {
    line-height: 167px;
  }
  .line-height-xl-167 {
    line-height: 167px;
  }
  .grid-cols-xl-167 {
    grid-template-columns: repeat(167, 1fr);
  }
  .gap-xl-167 {
    gap: 167px;
  }
  .gap-x-xl-167 {
    -moz-column-gap: 167px;
         column-gap: 167px;
  }
  .gap-y-xl-167 {
    row-gap: 167px;
  }
  .rounded-xl-167 {
    border-radius: 167px;
  }
  .mb-xl-167 {
    margin-bottom: 167px;
  }
  .mt-xl-167 {
    margin-top: 167px;
  }
  .mr-xl-167 {
    margin-right: 167px;
  }
  .ml-xl-167 {
    margin-left: 167px;
  }
  .mx-xl-167 {
    margin-right: 167px;
    margin-left: 167px;
  }
  .my-xl-167 {
    margin-top: 167px;
    margin-bottom: 167px;
  }
  .p-xl-167 {
    padding: 167px;
  }
  .px-xl-167 {
    padding-right: 167px;
    padding-left: 167px;
  }
  .py-xl-167 {
    padding-top: 167px;
    padding-bottom: 167px;
  }
  .pr-xl-167 {
    padding-right: 167px;
  }
  .pl-xl-167 {
    padding-left: 167px;
  }
  .pt-xl-167 {
    padding-top: 167px;
  }
  .pb-xl-167 {
    padding-bottom: 167px;
  }
  .fs-xl-167 {
    font-size: 167px;
  }
  .w-xl-167 {
    width: 167px;
  }
  .h-xl-167 {
    height: 167px;
  }
}
.lh-168 {
  line-height: 168px;
}

.grid-cols-168 {
  grid-template-columns: repeat(168, 1fr);
}

.line-height-168 {
  line-height: 168px;
}

.gap-168 {
  gap: 168px;
}

.gap-x-168 {
  -moz-column-gap: 168px;
       column-gap: 168px;
}

.gap-y-168 {
  row-gap: 168px;
}

.rounded-168 {
  border-radius: 168px;
}

.mb-168 {
  margin-bottom: 168px;
}

.mt-168 {
  margin-top: 168px;
}

.mr-168 {
  margin-right: 168px;
}

.ml-168 {
  margin-left: 168px;
}

.mx-168 {
  margin-right: 168px;
  margin-left: 168px;
}

.my-168 {
  margin-top: 168px;
  margin-bottom: 168px;
}

.p-168 {
  padding: 168px;
}

.px-168 {
  padding-right: 168px;
  padding-left: 168px;
}

.py-168 {
  padding-top: 168px;
  padding-bottom: 168px;
}

.pr-168 {
  padding-right: 168px;
}

.pl-168 {
  padding-left: 168px;
}

.pt-168 {
  padding-top: 168px;
}

.pb-168 {
  padding-bottom: 168px;
}

.fs-168 {
  font-size: 168px;
}

.w-168 {
  width: 168px;
}

.h-168 {
  height: 168px;
}

@media (min-width: 576px) {
  .lh-sm-168 {
    line-height: 168px;
  }
  .line-height-sm-168 {
    line-height: 168px;
  }
  .grid-cols-sm-168 {
    grid-template-columns: repeat(168, 1fr);
  }
  .gap-sm-168 {
    gap: 168px;
  }
  .gap-x-sm-168 {
    -moz-column-gap: 168px;
         column-gap: 168px;
  }
  .gap-y-sm-168 {
    row-gap: 168px;
  }
  .rounded-sm-168 {
    border-radius: 168px;
  }
  .mb-sm-168 {
    margin-bottom: 168px;
  }
  .mt-sm-168 {
    margin-top: 168px;
  }
  .mr-sm-168 {
    margin-right: 168px;
  }
  .ml-sm-168 {
    margin-left: 168px;
  }
  .mx-sm-168 {
    margin-right: 168px;
    margin-left: 168px;
  }
  .my-sm-168 {
    margin-top: 168px;
    margin-bottom: 168px;
  }
  .p-sm-168 {
    padding: 168px;
  }
  .px-sm-168 {
    padding-right: 168px;
    padding-left: 168px;
  }
  .py-sm-168 {
    padding-top: 168px;
    padding-bottom: 168px;
  }
  .pr-sm-168 {
    padding-right: 168px;
  }
  .pl-sm-168 {
    padding-left: 168px;
  }
  .pt-sm-168 {
    padding-top: 168px;
  }
  .pb-sm-168 {
    padding-bottom: 168px;
  }
  .fs-sm-168 {
    font-size: 168px;
  }
  .w-sm-168 {
    width: 168px;
  }
  .h-sm-168 {
    height: 168px;
  }
}
@media (min-width: 768px) {
  .lh-md-168 {
    line-height: 168px;
  }
  .line-height-md-168 {
    line-height: 168px;
  }
  .grid-cols-md-168 {
    grid-template-columns: repeat(168, 1fr);
  }
  .gap-md-168 {
    gap: 168px;
  }
  .gap-x-md-168 {
    -moz-column-gap: 168px;
         column-gap: 168px;
  }
  .gap-y-md-168 {
    row-gap: 168px;
  }
  .rounded-md-168 {
    border-radius: 168px;
  }
  .mb-md-168 {
    margin-bottom: 168px;
  }
  .mt-md-168 {
    margin-top: 168px;
  }
  .mr-md-168 {
    margin-right: 168px;
  }
  .ml-md-168 {
    margin-left: 168px;
  }
  .mx-md-168 {
    margin-right: 168px;
    margin-left: 168px;
  }
  .my-md-168 {
    margin-top: 168px;
    margin-bottom: 168px;
  }
  .p-md-168 {
    padding: 168px;
  }
  .px-md-168 {
    padding-right: 168px;
    padding-left: 168px;
  }
  .py-md-168 {
    padding-top: 168px;
    padding-bottom: 168px;
  }
  .pr-md-168 {
    padding-right: 168px;
  }
  .pl-md-168 {
    padding-left: 168px;
  }
  .pt-md-168 {
    padding-top: 168px;
  }
  .pb-md-168 {
    padding-bottom: 168px;
  }
  .fs-md-168 {
    font-size: 168px;
  }
  .w-md-168 {
    width: 168px;
  }
  .h-md-168 {
    height: 168px;
  }
}
@media (min-width: 992px) {
  .lh-lg-168 {
    line-height: 168px;
  }
  .line-height-lg-168 {
    line-height: 168px;
  }
  .grid-cols-lg-168 {
    grid-template-columns: repeat(168, 1fr);
  }
  .gap-lg-168 {
    gap: 168px;
  }
  .gap-x-lg-168 {
    -moz-column-gap: 168px;
         column-gap: 168px;
  }
  .gap-y-lg-168 {
    row-gap: 168px;
  }
  .rounded-lg-168 {
    border-radius: 168px;
  }
  .mb-lg-168 {
    margin-bottom: 168px;
  }
  .mt-lg-168 {
    margin-top: 168px;
  }
  .mr-lg-168 {
    margin-right: 168px;
  }
  .ml-lg-168 {
    margin-left: 168px;
  }
  .mx-lg-168 {
    margin-right: 168px;
    margin-left: 168px;
  }
  .my-lg-168 {
    margin-top: 168px;
    margin-bottom: 168px;
  }
  .p-lg-168 {
    padding: 168px;
  }
  .px-lg-168 {
    padding-right: 168px;
    padding-left: 168px;
  }
  .py-lg-168 {
    padding-top: 168px;
    padding-bottom: 168px;
  }
  .pr-lg-168 {
    padding-right: 168px;
  }
  .pl-lg-168 {
    padding-left: 168px;
  }
  .pt-lg-168 {
    padding-top: 168px;
  }
  .pb-lg-168 {
    padding-bottom: 168px;
  }
  .fs-lg-168 {
    font-size: 168px;
  }
  .w-lg-168 {
    width: 168px;
  }
  .h-lg-168 {
    height: 168px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-168 {
    line-height: 168px;
  }
  .line-height-xl-168 {
    line-height: 168px;
  }
  .grid-cols-xl-168 {
    grid-template-columns: repeat(168, 1fr);
  }
  .gap-xl-168 {
    gap: 168px;
  }
  .gap-x-xl-168 {
    -moz-column-gap: 168px;
         column-gap: 168px;
  }
  .gap-y-xl-168 {
    row-gap: 168px;
  }
  .rounded-xl-168 {
    border-radius: 168px;
  }
  .mb-xl-168 {
    margin-bottom: 168px;
  }
  .mt-xl-168 {
    margin-top: 168px;
  }
  .mr-xl-168 {
    margin-right: 168px;
  }
  .ml-xl-168 {
    margin-left: 168px;
  }
  .mx-xl-168 {
    margin-right: 168px;
    margin-left: 168px;
  }
  .my-xl-168 {
    margin-top: 168px;
    margin-bottom: 168px;
  }
  .p-xl-168 {
    padding: 168px;
  }
  .px-xl-168 {
    padding-right: 168px;
    padding-left: 168px;
  }
  .py-xl-168 {
    padding-top: 168px;
    padding-bottom: 168px;
  }
  .pr-xl-168 {
    padding-right: 168px;
  }
  .pl-xl-168 {
    padding-left: 168px;
  }
  .pt-xl-168 {
    padding-top: 168px;
  }
  .pb-xl-168 {
    padding-bottom: 168px;
  }
  .fs-xl-168 {
    font-size: 168px;
  }
  .w-xl-168 {
    width: 168px;
  }
  .h-xl-168 {
    height: 168px;
  }
}
.lh-169 {
  line-height: 169px;
}

.grid-cols-169 {
  grid-template-columns: repeat(169, 1fr);
}

.line-height-169 {
  line-height: 169px;
}

.gap-169 {
  gap: 169px;
}

.gap-x-169 {
  -moz-column-gap: 169px;
       column-gap: 169px;
}

.gap-y-169 {
  row-gap: 169px;
}

.rounded-169 {
  border-radius: 169px;
}

.mb-169 {
  margin-bottom: 169px;
}

.mt-169 {
  margin-top: 169px;
}

.mr-169 {
  margin-right: 169px;
}

.ml-169 {
  margin-left: 169px;
}

.mx-169 {
  margin-right: 169px;
  margin-left: 169px;
}

.my-169 {
  margin-top: 169px;
  margin-bottom: 169px;
}

.p-169 {
  padding: 169px;
}

.px-169 {
  padding-right: 169px;
  padding-left: 169px;
}

.py-169 {
  padding-top: 169px;
  padding-bottom: 169px;
}

.pr-169 {
  padding-right: 169px;
}

.pl-169 {
  padding-left: 169px;
}

.pt-169 {
  padding-top: 169px;
}

.pb-169 {
  padding-bottom: 169px;
}

.fs-169 {
  font-size: 169px;
}

.w-169 {
  width: 169px;
}

.h-169 {
  height: 169px;
}

@media (min-width: 576px) {
  .lh-sm-169 {
    line-height: 169px;
  }
  .line-height-sm-169 {
    line-height: 169px;
  }
  .grid-cols-sm-169 {
    grid-template-columns: repeat(169, 1fr);
  }
  .gap-sm-169 {
    gap: 169px;
  }
  .gap-x-sm-169 {
    -moz-column-gap: 169px;
         column-gap: 169px;
  }
  .gap-y-sm-169 {
    row-gap: 169px;
  }
  .rounded-sm-169 {
    border-radius: 169px;
  }
  .mb-sm-169 {
    margin-bottom: 169px;
  }
  .mt-sm-169 {
    margin-top: 169px;
  }
  .mr-sm-169 {
    margin-right: 169px;
  }
  .ml-sm-169 {
    margin-left: 169px;
  }
  .mx-sm-169 {
    margin-right: 169px;
    margin-left: 169px;
  }
  .my-sm-169 {
    margin-top: 169px;
    margin-bottom: 169px;
  }
  .p-sm-169 {
    padding: 169px;
  }
  .px-sm-169 {
    padding-right: 169px;
    padding-left: 169px;
  }
  .py-sm-169 {
    padding-top: 169px;
    padding-bottom: 169px;
  }
  .pr-sm-169 {
    padding-right: 169px;
  }
  .pl-sm-169 {
    padding-left: 169px;
  }
  .pt-sm-169 {
    padding-top: 169px;
  }
  .pb-sm-169 {
    padding-bottom: 169px;
  }
  .fs-sm-169 {
    font-size: 169px;
  }
  .w-sm-169 {
    width: 169px;
  }
  .h-sm-169 {
    height: 169px;
  }
}
@media (min-width: 768px) {
  .lh-md-169 {
    line-height: 169px;
  }
  .line-height-md-169 {
    line-height: 169px;
  }
  .grid-cols-md-169 {
    grid-template-columns: repeat(169, 1fr);
  }
  .gap-md-169 {
    gap: 169px;
  }
  .gap-x-md-169 {
    -moz-column-gap: 169px;
         column-gap: 169px;
  }
  .gap-y-md-169 {
    row-gap: 169px;
  }
  .rounded-md-169 {
    border-radius: 169px;
  }
  .mb-md-169 {
    margin-bottom: 169px;
  }
  .mt-md-169 {
    margin-top: 169px;
  }
  .mr-md-169 {
    margin-right: 169px;
  }
  .ml-md-169 {
    margin-left: 169px;
  }
  .mx-md-169 {
    margin-right: 169px;
    margin-left: 169px;
  }
  .my-md-169 {
    margin-top: 169px;
    margin-bottom: 169px;
  }
  .p-md-169 {
    padding: 169px;
  }
  .px-md-169 {
    padding-right: 169px;
    padding-left: 169px;
  }
  .py-md-169 {
    padding-top: 169px;
    padding-bottom: 169px;
  }
  .pr-md-169 {
    padding-right: 169px;
  }
  .pl-md-169 {
    padding-left: 169px;
  }
  .pt-md-169 {
    padding-top: 169px;
  }
  .pb-md-169 {
    padding-bottom: 169px;
  }
  .fs-md-169 {
    font-size: 169px;
  }
  .w-md-169 {
    width: 169px;
  }
  .h-md-169 {
    height: 169px;
  }
}
@media (min-width: 992px) {
  .lh-lg-169 {
    line-height: 169px;
  }
  .line-height-lg-169 {
    line-height: 169px;
  }
  .grid-cols-lg-169 {
    grid-template-columns: repeat(169, 1fr);
  }
  .gap-lg-169 {
    gap: 169px;
  }
  .gap-x-lg-169 {
    -moz-column-gap: 169px;
         column-gap: 169px;
  }
  .gap-y-lg-169 {
    row-gap: 169px;
  }
  .rounded-lg-169 {
    border-radius: 169px;
  }
  .mb-lg-169 {
    margin-bottom: 169px;
  }
  .mt-lg-169 {
    margin-top: 169px;
  }
  .mr-lg-169 {
    margin-right: 169px;
  }
  .ml-lg-169 {
    margin-left: 169px;
  }
  .mx-lg-169 {
    margin-right: 169px;
    margin-left: 169px;
  }
  .my-lg-169 {
    margin-top: 169px;
    margin-bottom: 169px;
  }
  .p-lg-169 {
    padding: 169px;
  }
  .px-lg-169 {
    padding-right: 169px;
    padding-left: 169px;
  }
  .py-lg-169 {
    padding-top: 169px;
    padding-bottom: 169px;
  }
  .pr-lg-169 {
    padding-right: 169px;
  }
  .pl-lg-169 {
    padding-left: 169px;
  }
  .pt-lg-169 {
    padding-top: 169px;
  }
  .pb-lg-169 {
    padding-bottom: 169px;
  }
  .fs-lg-169 {
    font-size: 169px;
  }
  .w-lg-169 {
    width: 169px;
  }
  .h-lg-169 {
    height: 169px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-169 {
    line-height: 169px;
  }
  .line-height-xl-169 {
    line-height: 169px;
  }
  .grid-cols-xl-169 {
    grid-template-columns: repeat(169, 1fr);
  }
  .gap-xl-169 {
    gap: 169px;
  }
  .gap-x-xl-169 {
    -moz-column-gap: 169px;
         column-gap: 169px;
  }
  .gap-y-xl-169 {
    row-gap: 169px;
  }
  .rounded-xl-169 {
    border-radius: 169px;
  }
  .mb-xl-169 {
    margin-bottom: 169px;
  }
  .mt-xl-169 {
    margin-top: 169px;
  }
  .mr-xl-169 {
    margin-right: 169px;
  }
  .ml-xl-169 {
    margin-left: 169px;
  }
  .mx-xl-169 {
    margin-right: 169px;
    margin-left: 169px;
  }
  .my-xl-169 {
    margin-top: 169px;
    margin-bottom: 169px;
  }
  .p-xl-169 {
    padding: 169px;
  }
  .px-xl-169 {
    padding-right: 169px;
    padding-left: 169px;
  }
  .py-xl-169 {
    padding-top: 169px;
    padding-bottom: 169px;
  }
  .pr-xl-169 {
    padding-right: 169px;
  }
  .pl-xl-169 {
    padding-left: 169px;
  }
  .pt-xl-169 {
    padding-top: 169px;
  }
  .pb-xl-169 {
    padding-bottom: 169px;
  }
  .fs-xl-169 {
    font-size: 169px;
  }
  .w-xl-169 {
    width: 169px;
  }
  .h-xl-169 {
    height: 169px;
  }
}
.lh-170 {
  line-height: 170px;
}

.grid-cols-170 {
  grid-template-columns: repeat(170, 1fr);
}

.line-height-170 {
  line-height: 170px;
}

.gap-170 {
  gap: 170px;
}

.gap-x-170 {
  -moz-column-gap: 170px;
       column-gap: 170px;
}

.gap-y-170 {
  row-gap: 170px;
}

.rounded-170 {
  border-radius: 170px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mt-170 {
  margin-top: 170px;
}

.mr-170 {
  margin-right: 170px;
}

.ml-170 {
  margin-left: 170px;
}

.mx-170 {
  margin-right: 170px;
  margin-left: 170px;
}

.my-170 {
  margin-top: 170px;
  margin-bottom: 170px;
}

.p-170 {
  padding: 170px;
}

.px-170 {
  padding-right: 170px;
  padding-left: 170px;
}

.py-170 {
  padding-top: 170px;
  padding-bottom: 170px;
}

.pr-170 {
  padding-right: 170px;
}

.pl-170 {
  padding-left: 170px;
}

.pt-170 {
  padding-top: 170px;
}

.pb-170 {
  padding-bottom: 170px;
}

.fs-170 {
  font-size: 170px;
}

.w-170 {
  width: 170px;
}

.h-170 {
  height: 170px;
}

@media (min-width: 576px) {
  .lh-sm-170 {
    line-height: 170px;
  }
  .line-height-sm-170 {
    line-height: 170px;
  }
  .grid-cols-sm-170 {
    grid-template-columns: repeat(170, 1fr);
  }
  .gap-sm-170 {
    gap: 170px;
  }
  .gap-x-sm-170 {
    -moz-column-gap: 170px;
         column-gap: 170px;
  }
  .gap-y-sm-170 {
    row-gap: 170px;
  }
  .rounded-sm-170 {
    border-radius: 170px;
  }
  .mb-sm-170 {
    margin-bottom: 170px;
  }
  .mt-sm-170 {
    margin-top: 170px;
  }
  .mr-sm-170 {
    margin-right: 170px;
  }
  .ml-sm-170 {
    margin-left: 170px;
  }
  .mx-sm-170 {
    margin-right: 170px;
    margin-left: 170px;
  }
  .my-sm-170 {
    margin-top: 170px;
    margin-bottom: 170px;
  }
  .p-sm-170 {
    padding: 170px;
  }
  .px-sm-170 {
    padding-right: 170px;
    padding-left: 170px;
  }
  .py-sm-170 {
    padding-top: 170px;
    padding-bottom: 170px;
  }
  .pr-sm-170 {
    padding-right: 170px;
  }
  .pl-sm-170 {
    padding-left: 170px;
  }
  .pt-sm-170 {
    padding-top: 170px;
  }
  .pb-sm-170 {
    padding-bottom: 170px;
  }
  .fs-sm-170 {
    font-size: 170px;
  }
  .w-sm-170 {
    width: 170px;
  }
  .h-sm-170 {
    height: 170px;
  }
}
@media (min-width: 768px) {
  .lh-md-170 {
    line-height: 170px;
  }
  .line-height-md-170 {
    line-height: 170px;
  }
  .grid-cols-md-170 {
    grid-template-columns: repeat(170, 1fr);
  }
  .gap-md-170 {
    gap: 170px;
  }
  .gap-x-md-170 {
    -moz-column-gap: 170px;
         column-gap: 170px;
  }
  .gap-y-md-170 {
    row-gap: 170px;
  }
  .rounded-md-170 {
    border-radius: 170px;
  }
  .mb-md-170 {
    margin-bottom: 170px;
  }
  .mt-md-170 {
    margin-top: 170px;
  }
  .mr-md-170 {
    margin-right: 170px;
  }
  .ml-md-170 {
    margin-left: 170px;
  }
  .mx-md-170 {
    margin-right: 170px;
    margin-left: 170px;
  }
  .my-md-170 {
    margin-top: 170px;
    margin-bottom: 170px;
  }
  .p-md-170 {
    padding: 170px;
  }
  .px-md-170 {
    padding-right: 170px;
    padding-left: 170px;
  }
  .py-md-170 {
    padding-top: 170px;
    padding-bottom: 170px;
  }
  .pr-md-170 {
    padding-right: 170px;
  }
  .pl-md-170 {
    padding-left: 170px;
  }
  .pt-md-170 {
    padding-top: 170px;
  }
  .pb-md-170 {
    padding-bottom: 170px;
  }
  .fs-md-170 {
    font-size: 170px;
  }
  .w-md-170 {
    width: 170px;
  }
  .h-md-170 {
    height: 170px;
  }
}
@media (min-width: 992px) {
  .lh-lg-170 {
    line-height: 170px;
  }
  .line-height-lg-170 {
    line-height: 170px;
  }
  .grid-cols-lg-170 {
    grid-template-columns: repeat(170, 1fr);
  }
  .gap-lg-170 {
    gap: 170px;
  }
  .gap-x-lg-170 {
    -moz-column-gap: 170px;
         column-gap: 170px;
  }
  .gap-y-lg-170 {
    row-gap: 170px;
  }
  .rounded-lg-170 {
    border-radius: 170px;
  }
  .mb-lg-170 {
    margin-bottom: 170px;
  }
  .mt-lg-170 {
    margin-top: 170px;
  }
  .mr-lg-170 {
    margin-right: 170px;
  }
  .ml-lg-170 {
    margin-left: 170px;
  }
  .mx-lg-170 {
    margin-right: 170px;
    margin-left: 170px;
  }
  .my-lg-170 {
    margin-top: 170px;
    margin-bottom: 170px;
  }
  .p-lg-170 {
    padding: 170px;
  }
  .px-lg-170 {
    padding-right: 170px;
    padding-left: 170px;
  }
  .py-lg-170 {
    padding-top: 170px;
    padding-bottom: 170px;
  }
  .pr-lg-170 {
    padding-right: 170px;
  }
  .pl-lg-170 {
    padding-left: 170px;
  }
  .pt-lg-170 {
    padding-top: 170px;
  }
  .pb-lg-170 {
    padding-bottom: 170px;
  }
  .fs-lg-170 {
    font-size: 170px;
  }
  .w-lg-170 {
    width: 170px;
  }
  .h-lg-170 {
    height: 170px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-170 {
    line-height: 170px;
  }
  .line-height-xl-170 {
    line-height: 170px;
  }
  .grid-cols-xl-170 {
    grid-template-columns: repeat(170, 1fr);
  }
  .gap-xl-170 {
    gap: 170px;
  }
  .gap-x-xl-170 {
    -moz-column-gap: 170px;
         column-gap: 170px;
  }
  .gap-y-xl-170 {
    row-gap: 170px;
  }
  .rounded-xl-170 {
    border-radius: 170px;
  }
  .mb-xl-170 {
    margin-bottom: 170px;
  }
  .mt-xl-170 {
    margin-top: 170px;
  }
  .mr-xl-170 {
    margin-right: 170px;
  }
  .ml-xl-170 {
    margin-left: 170px;
  }
  .mx-xl-170 {
    margin-right: 170px;
    margin-left: 170px;
  }
  .my-xl-170 {
    margin-top: 170px;
    margin-bottom: 170px;
  }
  .p-xl-170 {
    padding: 170px;
  }
  .px-xl-170 {
    padding-right: 170px;
    padding-left: 170px;
  }
  .py-xl-170 {
    padding-top: 170px;
    padding-bottom: 170px;
  }
  .pr-xl-170 {
    padding-right: 170px;
  }
  .pl-xl-170 {
    padding-left: 170px;
  }
  .pt-xl-170 {
    padding-top: 170px;
  }
  .pb-xl-170 {
    padding-bottom: 170px;
  }
  .fs-xl-170 {
    font-size: 170px;
  }
  .w-xl-170 {
    width: 170px;
  }
  .h-xl-170 {
    height: 170px;
  }
}
.lh-171 {
  line-height: 171px;
}

.grid-cols-171 {
  grid-template-columns: repeat(171, 1fr);
}

.line-height-171 {
  line-height: 171px;
}

.gap-171 {
  gap: 171px;
}

.gap-x-171 {
  -moz-column-gap: 171px;
       column-gap: 171px;
}

.gap-y-171 {
  row-gap: 171px;
}

.rounded-171 {
  border-radius: 171px;
}

.mb-171 {
  margin-bottom: 171px;
}

.mt-171 {
  margin-top: 171px;
}

.mr-171 {
  margin-right: 171px;
}

.ml-171 {
  margin-left: 171px;
}

.mx-171 {
  margin-right: 171px;
  margin-left: 171px;
}

.my-171 {
  margin-top: 171px;
  margin-bottom: 171px;
}

.p-171 {
  padding: 171px;
}

.px-171 {
  padding-right: 171px;
  padding-left: 171px;
}

.py-171 {
  padding-top: 171px;
  padding-bottom: 171px;
}

.pr-171 {
  padding-right: 171px;
}

.pl-171 {
  padding-left: 171px;
}

.pt-171 {
  padding-top: 171px;
}

.pb-171 {
  padding-bottom: 171px;
}

.fs-171 {
  font-size: 171px;
}

.w-171 {
  width: 171px;
}

.h-171 {
  height: 171px;
}

@media (min-width: 576px) {
  .lh-sm-171 {
    line-height: 171px;
  }
  .line-height-sm-171 {
    line-height: 171px;
  }
  .grid-cols-sm-171 {
    grid-template-columns: repeat(171, 1fr);
  }
  .gap-sm-171 {
    gap: 171px;
  }
  .gap-x-sm-171 {
    -moz-column-gap: 171px;
         column-gap: 171px;
  }
  .gap-y-sm-171 {
    row-gap: 171px;
  }
  .rounded-sm-171 {
    border-radius: 171px;
  }
  .mb-sm-171 {
    margin-bottom: 171px;
  }
  .mt-sm-171 {
    margin-top: 171px;
  }
  .mr-sm-171 {
    margin-right: 171px;
  }
  .ml-sm-171 {
    margin-left: 171px;
  }
  .mx-sm-171 {
    margin-right: 171px;
    margin-left: 171px;
  }
  .my-sm-171 {
    margin-top: 171px;
    margin-bottom: 171px;
  }
  .p-sm-171 {
    padding: 171px;
  }
  .px-sm-171 {
    padding-right: 171px;
    padding-left: 171px;
  }
  .py-sm-171 {
    padding-top: 171px;
    padding-bottom: 171px;
  }
  .pr-sm-171 {
    padding-right: 171px;
  }
  .pl-sm-171 {
    padding-left: 171px;
  }
  .pt-sm-171 {
    padding-top: 171px;
  }
  .pb-sm-171 {
    padding-bottom: 171px;
  }
  .fs-sm-171 {
    font-size: 171px;
  }
  .w-sm-171 {
    width: 171px;
  }
  .h-sm-171 {
    height: 171px;
  }
}
@media (min-width: 768px) {
  .lh-md-171 {
    line-height: 171px;
  }
  .line-height-md-171 {
    line-height: 171px;
  }
  .grid-cols-md-171 {
    grid-template-columns: repeat(171, 1fr);
  }
  .gap-md-171 {
    gap: 171px;
  }
  .gap-x-md-171 {
    -moz-column-gap: 171px;
         column-gap: 171px;
  }
  .gap-y-md-171 {
    row-gap: 171px;
  }
  .rounded-md-171 {
    border-radius: 171px;
  }
  .mb-md-171 {
    margin-bottom: 171px;
  }
  .mt-md-171 {
    margin-top: 171px;
  }
  .mr-md-171 {
    margin-right: 171px;
  }
  .ml-md-171 {
    margin-left: 171px;
  }
  .mx-md-171 {
    margin-right: 171px;
    margin-left: 171px;
  }
  .my-md-171 {
    margin-top: 171px;
    margin-bottom: 171px;
  }
  .p-md-171 {
    padding: 171px;
  }
  .px-md-171 {
    padding-right: 171px;
    padding-left: 171px;
  }
  .py-md-171 {
    padding-top: 171px;
    padding-bottom: 171px;
  }
  .pr-md-171 {
    padding-right: 171px;
  }
  .pl-md-171 {
    padding-left: 171px;
  }
  .pt-md-171 {
    padding-top: 171px;
  }
  .pb-md-171 {
    padding-bottom: 171px;
  }
  .fs-md-171 {
    font-size: 171px;
  }
  .w-md-171 {
    width: 171px;
  }
  .h-md-171 {
    height: 171px;
  }
}
@media (min-width: 992px) {
  .lh-lg-171 {
    line-height: 171px;
  }
  .line-height-lg-171 {
    line-height: 171px;
  }
  .grid-cols-lg-171 {
    grid-template-columns: repeat(171, 1fr);
  }
  .gap-lg-171 {
    gap: 171px;
  }
  .gap-x-lg-171 {
    -moz-column-gap: 171px;
         column-gap: 171px;
  }
  .gap-y-lg-171 {
    row-gap: 171px;
  }
  .rounded-lg-171 {
    border-radius: 171px;
  }
  .mb-lg-171 {
    margin-bottom: 171px;
  }
  .mt-lg-171 {
    margin-top: 171px;
  }
  .mr-lg-171 {
    margin-right: 171px;
  }
  .ml-lg-171 {
    margin-left: 171px;
  }
  .mx-lg-171 {
    margin-right: 171px;
    margin-left: 171px;
  }
  .my-lg-171 {
    margin-top: 171px;
    margin-bottom: 171px;
  }
  .p-lg-171 {
    padding: 171px;
  }
  .px-lg-171 {
    padding-right: 171px;
    padding-left: 171px;
  }
  .py-lg-171 {
    padding-top: 171px;
    padding-bottom: 171px;
  }
  .pr-lg-171 {
    padding-right: 171px;
  }
  .pl-lg-171 {
    padding-left: 171px;
  }
  .pt-lg-171 {
    padding-top: 171px;
  }
  .pb-lg-171 {
    padding-bottom: 171px;
  }
  .fs-lg-171 {
    font-size: 171px;
  }
  .w-lg-171 {
    width: 171px;
  }
  .h-lg-171 {
    height: 171px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-171 {
    line-height: 171px;
  }
  .line-height-xl-171 {
    line-height: 171px;
  }
  .grid-cols-xl-171 {
    grid-template-columns: repeat(171, 1fr);
  }
  .gap-xl-171 {
    gap: 171px;
  }
  .gap-x-xl-171 {
    -moz-column-gap: 171px;
         column-gap: 171px;
  }
  .gap-y-xl-171 {
    row-gap: 171px;
  }
  .rounded-xl-171 {
    border-radius: 171px;
  }
  .mb-xl-171 {
    margin-bottom: 171px;
  }
  .mt-xl-171 {
    margin-top: 171px;
  }
  .mr-xl-171 {
    margin-right: 171px;
  }
  .ml-xl-171 {
    margin-left: 171px;
  }
  .mx-xl-171 {
    margin-right: 171px;
    margin-left: 171px;
  }
  .my-xl-171 {
    margin-top: 171px;
    margin-bottom: 171px;
  }
  .p-xl-171 {
    padding: 171px;
  }
  .px-xl-171 {
    padding-right: 171px;
    padding-left: 171px;
  }
  .py-xl-171 {
    padding-top: 171px;
    padding-bottom: 171px;
  }
  .pr-xl-171 {
    padding-right: 171px;
  }
  .pl-xl-171 {
    padding-left: 171px;
  }
  .pt-xl-171 {
    padding-top: 171px;
  }
  .pb-xl-171 {
    padding-bottom: 171px;
  }
  .fs-xl-171 {
    font-size: 171px;
  }
  .w-xl-171 {
    width: 171px;
  }
  .h-xl-171 {
    height: 171px;
  }
}
.lh-172 {
  line-height: 172px;
}

.grid-cols-172 {
  grid-template-columns: repeat(172, 1fr);
}

.line-height-172 {
  line-height: 172px;
}

.gap-172 {
  gap: 172px;
}

.gap-x-172 {
  -moz-column-gap: 172px;
       column-gap: 172px;
}

.gap-y-172 {
  row-gap: 172px;
}

.rounded-172 {
  border-radius: 172px;
}

.mb-172 {
  margin-bottom: 172px;
}

.mt-172 {
  margin-top: 172px;
}

.mr-172 {
  margin-right: 172px;
}

.ml-172 {
  margin-left: 172px;
}

.mx-172 {
  margin-right: 172px;
  margin-left: 172px;
}

.my-172 {
  margin-top: 172px;
  margin-bottom: 172px;
}

.p-172 {
  padding: 172px;
}

.px-172 {
  padding-right: 172px;
  padding-left: 172px;
}

.py-172 {
  padding-top: 172px;
  padding-bottom: 172px;
}

.pr-172 {
  padding-right: 172px;
}

.pl-172 {
  padding-left: 172px;
}

.pt-172 {
  padding-top: 172px;
}

.pb-172 {
  padding-bottom: 172px;
}

.fs-172 {
  font-size: 172px;
}

.w-172 {
  width: 172px;
}

.h-172 {
  height: 172px;
}

@media (min-width: 576px) {
  .lh-sm-172 {
    line-height: 172px;
  }
  .line-height-sm-172 {
    line-height: 172px;
  }
  .grid-cols-sm-172 {
    grid-template-columns: repeat(172, 1fr);
  }
  .gap-sm-172 {
    gap: 172px;
  }
  .gap-x-sm-172 {
    -moz-column-gap: 172px;
         column-gap: 172px;
  }
  .gap-y-sm-172 {
    row-gap: 172px;
  }
  .rounded-sm-172 {
    border-radius: 172px;
  }
  .mb-sm-172 {
    margin-bottom: 172px;
  }
  .mt-sm-172 {
    margin-top: 172px;
  }
  .mr-sm-172 {
    margin-right: 172px;
  }
  .ml-sm-172 {
    margin-left: 172px;
  }
  .mx-sm-172 {
    margin-right: 172px;
    margin-left: 172px;
  }
  .my-sm-172 {
    margin-top: 172px;
    margin-bottom: 172px;
  }
  .p-sm-172 {
    padding: 172px;
  }
  .px-sm-172 {
    padding-right: 172px;
    padding-left: 172px;
  }
  .py-sm-172 {
    padding-top: 172px;
    padding-bottom: 172px;
  }
  .pr-sm-172 {
    padding-right: 172px;
  }
  .pl-sm-172 {
    padding-left: 172px;
  }
  .pt-sm-172 {
    padding-top: 172px;
  }
  .pb-sm-172 {
    padding-bottom: 172px;
  }
  .fs-sm-172 {
    font-size: 172px;
  }
  .w-sm-172 {
    width: 172px;
  }
  .h-sm-172 {
    height: 172px;
  }
}
@media (min-width: 768px) {
  .lh-md-172 {
    line-height: 172px;
  }
  .line-height-md-172 {
    line-height: 172px;
  }
  .grid-cols-md-172 {
    grid-template-columns: repeat(172, 1fr);
  }
  .gap-md-172 {
    gap: 172px;
  }
  .gap-x-md-172 {
    -moz-column-gap: 172px;
         column-gap: 172px;
  }
  .gap-y-md-172 {
    row-gap: 172px;
  }
  .rounded-md-172 {
    border-radius: 172px;
  }
  .mb-md-172 {
    margin-bottom: 172px;
  }
  .mt-md-172 {
    margin-top: 172px;
  }
  .mr-md-172 {
    margin-right: 172px;
  }
  .ml-md-172 {
    margin-left: 172px;
  }
  .mx-md-172 {
    margin-right: 172px;
    margin-left: 172px;
  }
  .my-md-172 {
    margin-top: 172px;
    margin-bottom: 172px;
  }
  .p-md-172 {
    padding: 172px;
  }
  .px-md-172 {
    padding-right: 172px;
    padding-left: 172px;
  }
  .py-md-172 {
    padding-top: 172px;
    padding-bottom: 172px;
  }
  .pr-md-172 {
    padding-right: 172px;
  }
  .pl-md-172 {
    padding-left: 172px;
  }
  .pt-md-172 {
    padding-top: 172px;
  }
  .pb-md-172 {
    padding-bottom: 172px;
  }
  .fs-md-172 {
    font-size: 172px;
  }
  .w-md-172 {
    width: 172px;
  }
  .h-md-172 {
    height: 172px;
  }
}
@media (min-width: 992px) {
  .lh-lg-172 {
    line-height: 172px;
  }
  .line-height-lg-172 {
    line-height: 172px;
  }
  .grid-cols-lg-172 {
    grid-template-columns: repeat(172, 1fr);
  }
  .gap-lg-172 {
    gap: 172px;
  }
  .gap-x-lg-172 {
    -moz-column-gap: 172px;
         column-gap: 172px;
  }
  .gap-y-lg-172 {
    row-gap: 172px;
  }
  .rounded-lg-172 {
    border-radius: 172px;
  }
  .mb-lg-172 {
    margin-bottom: 172px;
  }
  .mt-lg-172 {
    margin-top: 172px;
  }
  .mr-lg-172 {
    margin-right: 172px;
  }
  .ml-lg-172 {
    margin-left: 172px;
  }
  .mx-lg-172 {
    margin-right: 172px;
    margin-left: 172px;
  }
  .my-lg-172 {
    margin-top: 172px;
    margin-bottom: 172px;
  }
  .p-lg-172 {
    padding: 172px;
  }
  .px-lg-172 {
    padding-right: 172px;
    padding-left: 172px;
  }
  .py-lg-172 {
    padding-top: 172px;
    padding-bottom: 172px;
  }
  .pr-lg-172 {
    padding-right: 172px;
  }
  .pl-lg-172 {
    padding-left: 172px;
  }
  .pt-lg-172 {
    padding-top: 172px;
  }
  .pb-lg-172 {
    padding-bottom: 172px;
  }
  .fs-lg-172 {
    font-size: 172px;
  }
  .w-lg-172 {
    width: 172px;
  }
  .h-lg-172 {
    height: 172px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-172 {
    line-height: 172px;
  }
  .line-height-xl-172 {
    line-height: 172px;
  }
  .grid-cols-xl-172 {
    grid-template-columns: repeat(172, 1fr);
  }
  .gap-xl-172 {
    gap: 172px;
  }
  .gap-x-xl-172 {
    -moz-column-gap: 172px;
         column-gap: 172px;
  }
  .gap-y-xl-172 {
    row-gap: 172px;
  }
  .rounded-xl-172 {
    border-radius: 172px;
  }
  .mb-xl-172 {
    margin-bottom: 172px;
  }
  .mt-xl-172 {
    margin-top: 172px;
  }
  .mr-xl-172 {
    margin-right: 172px;
  }
  .ml-xl-172 {
    margin-left: 172px;
  }
  .mx-xl-172 {
    margin-right: 172px;
    margin-left: 172px;
  }
  .my-xl-172 {
    margin-top: 172px;
    margin-bottom: 172px;
  }
  .p-xl-172 {
    padding: 172px;
  }
  .px-xl-172 {
    padding-right: 172px;
    padding-left: 172px;
  }
  .py-xl-172 {
    padding-top: 172px;
    padding-bottom: 172px;
  }
  .pr-xl-172 {
    padding-right: 172px;
  }
  .pl-xl-172 {
    padding-left: 172px;
  }
  .pt-xl-172 {
    padding-top: 172px;
  }
  .pb-xl-172 {
    padding-bottom: 172px;
  }
  .fs-xl-172 {
    font-size: 172px;
  }
  .w-xl-172 {
    width: 172px;
  }
  .h-xl-172 {
    height: 172px;
  }
}
.lh-173 {
  line-height: 173px;
}

.grid-cols-173 {
  grid-template-columns: repeat(173, 1fr);
}

.line-height-173 {
  line-height: 173px;
}

.gap-173 {
  gap: 173px;
}

.gap-x-173 {
  -moz-column-gap: 173px;
       column-gap: 173px;
}

.gap-y-173 {
  row-gap: 173px;
}

.rounded-173 {
  border-radius: 173px;
}

.mb-173 {
  margin-bottom: 173px;
}

.mt-173 {
  margin-top: 173px;
}

.mr-173 {
  margin-right: 173px;
}

.ml-173 {
  margin-left: 173px;
}

.mx-173 {
  margin-right: 173px;
  margin-left: 173px;
}

.my-173 {
  margin-top: 173px;
  margin-bottom: 173px;
}

.p-173 {
  padding: 173px;
}

.px-173 {
  padding-right: 173px;
  padding-left: 173px;
}

.py-173 {
  padding-top: 173px;
  padding-bottom: 173px;
}

.pr-173 {
  padding-right: 173px;
}

.pl-173 {
  padding-left: 173px;
}

.pt-173 {
  padding-top: 173px;
}

.pb-173 {
  padding-bottom: 173px;
}

.fs-173 {
  font-size: 173px;
}

.w-173 {
  width: 173px;
}

.h-173 {
  height: 173px;
}

@media (min-width: 576px) {
  .lh-sm-173 {
    line-height: 173px;
  }
  .line-height-sm-173 {
    line-height: 173px;
  }
  .grid-cols-sm-173 {
    grid-template-columns: repeat(173, 1fr);
  }
  .gap-sm-173 {
    gap: 173px;
  }
  .gap-x-sm-173 {
    -moz-column-gap: 173px;
         column-gap: 173px;
  }
  .gap-y-sm-173 {
    row-gap: 173px;
  }
  .rounded-sm-173 {
    border-radius: 173px;
  }
  .mb-sm-173 {
    margin-bottom: 173px;
  }
  .mt-sm-173 {
    margin-top: 173px;
  }
  .mr-sm-173 {
    margin-right: 173px;
  }
  .ml-sm-173 {
    margin-left: 173px;
  }
  .mx-sm-173 {
    margin-right: 173px;
    margin-left: 173px;
  }
  .my-sm-173 {
    margin-top: 173px;
    margin-bottom: 173px;
  }
  .p-sm-173 {
    padding: 173px;
  }
  .px-sm-173 {
    padding-right: 173px;
    padding-left: 173px;
  }
  .py-sm-173 {
    padding-top: 173px;
    padding-bottom: 173px;
  }
  .pr-sm-173 {
    padding-right: 173px;
  }
  .pl-sm-173 {
    padding-left: 173px;
  }
  .pt-sm-173 {
    padding-top: 173px;
  }
  .pb-sm-173 {
    padding-bottom: 173px;
  }
  .fs-sm-173 {
    font-size: 173px;
  }
  .w-sm-173 {
    width: 173px;
  }
  .h-sm-173 {
    height: 173px;
  }
}
@media (min-width: 768px) {
  .lh-md-173 {
    line-height: 173px;
  }
  .line-height-md-173 {
    line-height: 173px;
  }
  .grid-cols-md-173 {
    grid-template-columns: repeat(173, 1fr);
  }
  .gap-md-173 {
    gap: 173px;
  }
  .gap-x-md-173 {
    -moz-column-gap: 173px;
         column-gap: 173px;
  }
  .gap-y-md-173 {
    row-gap: 173px;
  }
  .rounded-md-173 {
    border-radius: 173px;
  }
  .mb-md-173 {
    margin-bottom: 173px;
  }
  .mt-md-173 {
    margin-top: 173px;
  }
  .mr-md-173 {
    margin-right: 173px;
  }
  .ml-md-173 {
    margin-left: 173px;
  }
  .mx-md-173 {
    margin-right: 173px;
    margin-left: 173px;
  }
  .my-md-173 {
    margin-top: 173px;
    margin-bottom: 173px;
  }
  .p-md-173 {
    padding: 173px;
  }
  .px-md-173 {
    padding-right: 173px;
    padding-left: 173px;
  }
  .py-md-173 {
    padding-top: 173px;
    padding-bottom: 173px;
  }
  .pr-md-173 {
    padding-right: 173px;
  }
  .pl-md-173 {
    padding-left: 173px;
  }
  .pt-md-173 {
    padding-top: 173px;
  }
  .pb-md-173 {
    padding-bottom: 173px;
  }
  .fs-md-173 {
    font-size: 173px;
  }
  .w-md-173 {
    width: 173px;
  }
  .h-md-173 {
    height: 173px;
  }
}
@media (min-width: 992px) {
  .lh-lg-173 {
    line-height: 173px;
  }
  .line-height-lg-173 {
    line-height: 173px;
  }
  .grid-cols-lg-173 {
    grid-template-columns: repeat(173, 1fr);
  }
  .gap-lg-173 {
    gap: 173px;
  }
  .gap-x-lg-173 {
    -moz-column-gap: 173px;
         column-gap: 173px;
  }
  .gap-y-lg-173 {
    row-gap: 173px;
  }
  .rounded-lg-173 {
    border-radius: 173px;
  }
  .mb-lg-173 {
    margin-bottom: 173px;
  }
  .mt-lg-173 {
    margin-top: 173px;
  }
  .mr-lg-173 {
    margin-right: 173px;
  }
  .ml-lg-173 {
    margin-left: 173px;
  }
  .mx-lg-173 {
    margin-right: 173px;
    margin-left: 173px;
  }
  .my-lg-173 {
    margin-top: 173px;
    margin-bottom: 173px;
  }
  .p-lg-173 {
    padding: 173px;
  }
  .px-lg-173 {
    padding-right: 173px;
    padding-left: 173px;
  }
  .py-lg-173 {
    padding-top: 173px;
    padding-bottom: 173px;
  }
  .pr-lg-173 {
    padding-right: 173px;
  }
  .pl-lg-173 {
    padding-left: 173px;
  }
  .pt-lg-173 {
    padding-top: 173px;
  }
  .pb-lg-173 {
    padding-bottom: 173px;
  }
  .fs-lg-173 {
    font-size: 173px;
  }
  .w-lg-173 {
    width: 173px;
  }
  .h-lg-173 {
    height: 173px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-173 {
    line-height: 173px;
  }
  .line-height-xl-173 {
    line-height: 173px;
  }
  .grid-cols-xl-173 {
    grid-template-columns: repeat(173, 1fr);
  }
  .gap-xl-173 {
    gap: 173px;
  }
  .gap-x-xl-173 {
    -moz-column-gap: 173px;
         column-gap: 173px;
  }
  .gap-y-xl-173 {
    row-gap: 173px;
  }
  .rounded-xl-173 {
    border-radius: 173px;
  }
  .mb-xl-173 {
    margin-bottom: 173px;
  }
  .mt-xl-173 {
    margin-top: 173px;
  }
  .mr-xl-173 {
    margin-right: 173px;
  }
  .ml-xl-173 {
    margin-left: 173px;
  }
  .mx-xl-173 {
    margin-right: 173px;
    margin-left: 173px;
  }
  .my-xl-173 {
    margin-top: 173px;
    margin-bottom: 173px;
  }
  .p-xl-173 {
    padding: 173px;
  }
  .px-xl-173 {
    padding-right: 173px;
    padding-left: 173px;
  }
  .py-xl-173 {
    padding-top: 173px;
    padding-bottom: 173px;
  }
  .pr-xl-173 {
    padding-right: 173px;
  }
  .pl-xl-173 {
    padding-left: 173px;
  }
  .pt-xl-173 {
    padding-top: 173px;
  }
  .pb-xl-173 {
    padding-bottom: 173px;
  }
  .fs-xl-173 {
    font-size: 173px;
  }
  .w-xl-173 {
    width: 173px;
  }
  .h-xl-173 {
    height: 173px;
  }
}
.lh-174 {
  line-height: 174px;
}

.grid-cols-174 {
  grid-template-columns: repeat(174, 1fr);
}

.line-height-174 {
  line-height: 174px;
}

.gap-174 {
  gap: 174px;
}

.gap-x-174 {
  -moz-column-gap: 174px;
       column-gap: 174px;
}

.gap-y-174 {
  row-gap: 174px;
}

.rounded-174 {
  border-radius: 174px;
}

.mb-174 {
  margin-bottom: 174px;
}

.mt-174 {
  margin-top: 174px;
}

.mr-174 {
  margin-right: 174px;
}

.ml-174 {
  margin-left: 174px;
}

.mx-174 {
  margin-right: 174px;
  margin-left: 174px;
}

.my-174 {
  margin-top: 174px;
  margin-bottom: 174px;
}

.p-174 {
  padding: 174px;
}

.px-174 {
  padding-right: 174px;
  padding-left: 174px;
}

.py-174 {
  padding-top: 174px;
  padding-bottom: 174px;
}

.pr-174 {
  padding-right: 174px;
}

.pl-174 {
  padding-left: 174px;
}

.pt-174 {
  padding-top: 174px;
}

.pb-174 {
  padding-bottom: 174px;
}

.fs-174 {
  font-size: 174px;
}

.w-174 {
  width: 174px;
}

.h-174 {
  height: 174px;
}

@media (min-width: 576px) {
  .lh-sm-174 {
    line-height: 174px;
  }
  .line-height-sm-174 {
    line-height: 174px;
  }
  .grid-cols-sm-174 {
    grid-template-columns: repeat(174, 1fr);
  }
  .gap-sm-174 {
    gap: 174px;
  }
  .gap-x-sm-174 {
    -moz-column-gap: 174px;
         column-gap: 174px;
  }
  .gap-y-sm-174 {
    row-gap: 174px;
  }
  .rounded-sm-174 {
    border-radius: 174px;
  }
  .mb-sm-174 {
    margin-bottom: 174px;
  }
  .mt-sm-174 {
    margin-top: 174px;
  }
  .mr-sm-174 {
    margin-right: 174px;
  }
  .ml-sm-174 {
    margin-left: 174px;
  }
  .mx-sm-174 {
    margin-right: 174px;
    margin-left: 174px;
  }
  .my-sm-174 {
    margin-top: 174px;
    margin-bottom: 174px;
  }
  .p-sm-174 {
    padding: 174px;
  }
  .px-sm-174 {
    padding-right: 174px;
    padding-left: 174px;
  }
  .py-sm-174 {
    padding-top: 174px;
    padding-bottom: 174px;
  }
  .pr-sm-174 {
    padding-right: 174px;
  }
  .pl-sm-174 {
    padding-left: 174px;
  }
  .pt-sm-174 {
    padding-top: 174px;
  }
  .pb-sm-174 {
    padding-bottom: 174px;
  }
  .fs-sm-174 {
    font-size: 174px;
  }
  .w-sm-174 {
    width: 174px;
  }
  .h-sm-174 {
    height: 174px;
  }
}
@media (min-width: 768px) {
  .lh-md-174 {
    line-height: 174px;
  }
  .line-height-md-174 {
    line-height: 174px;
  }
  .grid-cols-md-174 {
    grid-template-columns: repeat(174, 1fr);
  }
  .gap-md-174 {
    gap: 174px;
  }
  .gap-x-md-174 {
    -moz-column-gap: 174px;
         column-gap: 174px;
  }
  .gap-y-md-174 {
    row-gap: 174px;
  }
  .rounded-md-174 {
    border-radius: 174px;
  }
  .mb-md-174 {
    margin-bottom: 174px;
  }
  .mt-md-174 {
    margin-top: 174px;
  }
  .mr-md-174 {
    margin-right: 174px;
  }
  .ml-md-174 {
    margin-left: 174px;
  }
  .mx-md-174 {
    margin-right: 174px;
    margin-left: 174px;
  }
  .my-md-174 {
    margin-top: 174px;
    margin-bottom: 174px;
  }
  .p-md-174 {
    padding: 174px;
  }
  .px-md-174 {
    padding-right: 174px;
    padding-left: 174px;
  }
  .py-md-174 {
    padding-top: 174px;
    padding-bottom: 174px;
  }
  .pr-md-174 {
    padding-right: 174px;
  }
  .pl-md-174 {
    padding-left: 174px;
  }
  .pt-md-174 {
    padding-top: 174px;
  }
  .pb-md-174 {
    padding-bottom: 174px;
  }
  .fs-md-174 {
    font-size: 174px;
  }
  .w-md-174 {
    width: 174px;
  }
  .h-md-174 {
    height: 174px;
  }
}
@media (min-width: 992px) {
  .lh-lg-174 {
    line-height: 174px;
  }
  .line-height-lg-174 {
    line-height: 174px;
  }
  .grid-cols-lg-174 {
    grid-template-columns: repeat(174, 1fr);
  }
  .gap-lg-174 {
    gap: 174px;
  }
  .gap-x-lg-174 {
    -moz-column-gap: 174px;
         column-gap: 174px;
  }
  .gap-y-lg-174 {
    row-gap: 174px;
  }
  .rounded-lg-174 {
    border-radius: 174px;
  }
  .mb-lg-174 {
    margin-bottom: 174px;
  }
  .mt-lg-174 {
    margin-top: 174px;
  }
  .mr-lg-174 {
    margin-right: 174px;
  }
  .ml-lg-174 {
    margin-left: 174px;
  }
  .mx-lg-174 {
    margin-right: 174px;
    margin-left: 174px;
  }
  .my-lg-174 {
    margin-top: 174px;
    margin-bottom: 174px;
  }
  .p-lg-174 {
    padding: 174px;
  }
  .px-lg-174 {
    padding-right: 174px;
    padding-left: 174px;
  }
  .py-lg-174 {
    padding-top: 174px;
    padding-bottom: 174px;
  }
  .pr-lg-174 {
    padding-right: 174px;
  }
  .pl-lg-174 {
    padding-left: 174px;
  }
  .pt-lg-174 {
    padding-top: 174px;
  }
  .pb-lg-174 {
    padding-bottom: 174px;
  }
  .fs-lg-174 {
    font-size: 174px;
  }
  .w-lg-174 {
    width: 174px;
  }
  .h-lg-174 {
    height: 174px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-174 {
    line-height: 174px;
  }
  .line-height-xl-174 {
    line-height: 174px;
  }
  .grid-cols-xl-174 {
    grid-template-columns: repeat(174, 1fr);
  }
  .gap-xl-174 {
    gap: 174px;
  }
  .gap-x-xl-174 {
    -moz-column-gap: 174px;
         column-gap: 174px;
  }
  .gap-y-xl-174 {
    row-gap: 174px;
  }
  .rounded-xl-174 {
    border-radius: 174px;
  }
  .mb-xl-174 {
    margin-bottom: 174px;
  }
  .mt-xl-174 {
    margin-top: 174px;
  }
  .mr-xl-174 {
    margin-right: 174px;
  }
  .ml-xl-174 {
    margin-left: 174px;
  }
  .mx-xl-174 {
    margin-right: 174px;
    margin-left: 174px;
  }
  .my-xl-174 {
    margin-top: 174px;
    margin-bottom: 174px;
  }
  .p-xl-174 {
    padding: 174px;
  }
  .px-xl-174 {
    padding-right: 174px;
    padding-left: 174px;
  }
  .py-xl-174 {
    padding-top: 174px;
    padding-bottom: 174px;
  }
  .pr-xl-174 {
    padding-right: 174px;
  }
  .pl-xl-174 {
    padding-left: 174px;
  }
  .pt-xl-174 {
    padding-top: 174px;
  }
  .pb-xl-174 {
    padding-bottom: 174px;
  }
  .fs-xl-174 {
    font-size: 174px;
  }
  .w-xl-174 {
    width: 174px;
  }
  .h-xl-174 {
    height: 174px;
  }
}
.lh-175 {
  line-height: 175px;
}

.grid-cols-175 {
  grid-template-columns: repeat(175, 1fr);
}

.line-height-175 {
  line-height: 175px;
}

.gap-175 {
  gap: 175px;
}

.gap-x-175 {
  -moz-column-gap: 175px;
       column-gap: 175px;
}

.gap-y-175 {
  row-gap: 175px;
}

.rounded-175 {
  border-radius: 175px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mt-175 {
  margin-top: 175px;
}

.mr-175 {
  margin-right: 175px;
}

.ml-175 {
  margin-left: 175px;
}

.mx-175 {
  margin-right: 175px;
  margin-left: 175px;
}

.my-175 {
  margin-top: 175px;
  margin-bottom: 175px;
}

.p-175 {
  padding: 175px;
}

.px-175 {
  padding-right: 175px;
  padding-left: 175px;
}

.py-175 {
  padding-top: 175px;
  padding-bottom: 175px;
}

.pr-175 {
  padding-right: 175px;
}

.pl-175 {
  padding-left: 175px;
}

.pt-175 {
  padding-top: 175px;
}

.pb-175 {
  padding-bottom: 175px;
}

.fs-175 {
  font-size: 175px;
}

.w-175 {
  width: 175px;
}

.h-175 {
  height: 175px;
}

@media (min-width: 576px) {
  .lh-sm-175 {
    line-height: 175px;
  }
  .line-height-sm-175 {
    line-height: 175px;
  }
  .grid-cols-sm-175 {
    grid-template-columns: repeat(175, 1fr);
  }
  .gap-sm-175 {
    gap: 175px;
  }
  .gap-x-sm-175 {
    -moz-column-gap: 175px;
         column-gap: 175px;
  }
  .gap-y-sm-175 {
    row-gap: 175px;
  }
  .rounded-sm-175 {
    border-radius: 175px;
  }
  .mb-sm-175 {
    margin-bottom: 175px;
  }
  .mt-sm-175 {
    margin-top: 175px;
  }
  .mr-sm-175 {
    margin-right: 175px;
  }
  .ml-sm-175 {
    margin-left: 175px;
  }
  .mx-sm-175 {
    margin-right: 175px;
    margin-left: 175px;
  }
  .my-sm-175 {
    margin-top: 175px;
    margin-bottom: 175px;
  }
  .p-sm-175 {
    padding: 175px;
  }
  .px-sm-175 {
    padding-right: 175px;
    padding-left: 175px;
  }
  .py-sm-175 {
    padding-top: 175px;
    padding-bottom: 175px;
  }
  .pr-sm-175 {
    padding-right: 175px;
  }
  .pl-sm-175 {
    padding-left: 175px;
  }
  .pt-sm-175 {
    padding-top: 175px;
  }
  .pb-sm-175 {
    padding-bottom: 175px;
  }
  .fs-sm-175 {
    font-size: 175px;
  }
  .w-sm-175 {
    width: 175px;
  }
  .h-sm-175 {
    height: 175px;
  }
}
@media (min-width: 768px) {
  .lh-md-175 {
    line-height: 175px;
  }
  .line-height-md-175 {
    line-height: 175px;
  }
  .grid-cols-md-175 {
    grid-template-columns: repeat(175, 1fr);
  }
  .gap-md-175 {
    gap: 175px;
  }
  .gap-x-md-175 {
    -moz-column-gap: 175px;
         column-gap: 175px;
  }
  .gap-y-md-175 {
    row-gap: 175px;
  }
  .rounded-md-175 {
    border-radius: 175px;
  }
  .mb-md-175 {
    margin-bottom: 175px;
  }
  .mt-md-175 {
    margin-top: 175px;
  }
  .mr-md-175 {
    margin-right: 175px;
  }
  .ml-md-175 {
    margin-left: 175px;
  }
  .mx-md-175 {
    margin-right: 175px;
    margin-left: 175px;
  }
  .my-md-175 {
    margin-top: 175px;
    margin-bottom: 175px;
  }
  .p-md-175 {
    padding: 175px;
  }
  .px-md-175 {
    padding-right: 175px;
    padding-left: 175px;
  }
  .py-md-175 {
    padding-top: 175px;
    padding-bottom: 175px;
  }
  .pr-md-175 {
    padding-right: 175px;
  }
  .pl-md-175 {
    padding-left: 175px;
  }
  .pt-md-175 {
    padding-top: 175px;
  }
  .pb-md-175 {
    padding-bottom: 175px;
  }
  .fs-md-175 {
    font-size: 175px;
  }
  .w-md-175 {
    width: 175px;
  }
  .h-md-175 {
    height: 175px;
  }
}
@media (min-width: 992px) {
  .lh-lg-175 {
    line-height: 175px;
  }
  .line-height-lg-175 {
    line-height: 175px;
  }
  .grid-cols-lg-175 {
    grid-template-columns: repeat(175, 1fr);
  }
  .gap-lg-175 {
    gap: 175px;
  }
  .gap-x-lg-175 {
    -moz-column-gap: 175px;
         column-gap: 175px;
  }
  .gap-y-lg-175 {
    row-gap: 175px;
  }
  .rounded-lg-175 {
    border-radius: 175px;
  }
  .mb-lg-175 {
    margin-bottom: 175px;
  }
  .mt-lg-175 {
    margin-top: 175px;
  }
  .mr-lg-175 {
    margin-right: 175px;
  }
  .ml-lg-175 {
    margin-left: 175px;
  }
  .mx-lg-175 {
    margin-right: 175px;
    margin-left: 175px;
  }
  .my-lg-175 {
    margin-top: 175px;
    margin-bottom: 175px;
  }
  .p-lg-175 {
    padding: 175px;
  }
  .px-lg-175 {
    padding-right: 175px;
    padding-left: 175px;
  }
  .py-lg-175 {
    padding-top: 175px;
    padding-bottom: 175px;
  }
  .pr-lg-175 {
    padding-right: 175px;
  }
  .pl-lg-175 {
    padding-left: 175px;
  }
  .pt-lg-175 {
    padding-top: 175px;
  }
  .pb-lg-175 {
    padding-bottom: 175px;
  }
  .fs-lg-175 {
    font-size: 175px;
  }
  .w-lg-175 {
    width: 175px;
  }
  .h-lg-175 {
    height: 175px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-175 {
    line-height: 175px;
  }
  .line-height-xl-175 {
    line-height: 175px;
  }
  .grid-cols-xl-175 {
    grid-template-columns: repeat(175, 1fr);
  }
  .gap-xl-175 {
    gap: 175px;
  }
  .gap-x-xl-175 {
    -moz-column-gap: 175px;
         column-gap: 175px;
  }
  .gap-y-xl-175 {
    row-gap: 175px;
  }
  .rounded-xl-175 {
    border-radius: 175px;
  }
  .mb-xl-175 {
    margin-bottom: 175px;
  }
  .mt-xl-175 {
    margin-top: 175px;
  }
  .mr-xl-175 {
    margin-right: 175px;
  }
  .ml-xl-175 {
    margin-left: 175px;
  }
  .mx-xl-175 {
    margin-right: 175px;
    margin-left: 175px;
  }
  .my-xl-175 {
    margin-top: 175px;
    margin-bottom: 175px;
  }
  .p-xl-175 {
    padding: 175px;
  }
  .px-xl-175 {
    padding-right: 175px;
    padding-left: 175px;
  }
  .py-xl-175 {
    padding-top: 175px;
    padding-bottom: 175px;
  }
  .pr-xl-175 {
    padding-right: 175px;
  }
  .pl-xl-175 {
    padding-left: 175px;
  }
  .pt-xl-175 {
    padding-top: 175px;
  }
  .pb-xl-175 {
    padding-bottom: 175px;
  }
  .fs-xl-175 {
    font-size: 175px;
  }
  .w-xl-175 {
    width: 175px;
  }
  .h-xl-175 {
    height: 175px;
  }
}
.lh-176 {
  line-height: 176px;
}

.grid-cols-176 {
  grid-template-columns: repeat(176, 1fr);
}

.line-height-176 {
  line-height: 176px;
}

.gap-176 {
  gap: 176px;
}

.gap-x-176 {
  -moz-column-gap: 176px;
       column-gap: 176px;
}

.gap-y-176 {
  row-gap: 176px;
}

.rounded-176 {
  border-radius: 176px;
}

.mb-176 {
  margin-bottom: 176px;
}

.mt-176 {
  margin-top: 176px;
}

.mr-176 {
  margin-right: 176px;
}

.ml-176 {
  margin-left: 176px;
}

.mx-176 {
  margin-right: 176px;
  margin-left: 176px;
}

.my-176 {
  margin-top: 176px;
  margin-bottom: 176px;
}

.p-176 {
  padding: 176px;
}

.px-176 {
  padding-right: 176px;
  padding-left: 176px;
}

.py-176 {
  padding-top: 176px;
  padding-bottom: 176px;
}

.pr-176 {
  padding-right: 176px;
}

.pl-176 {
  padding-left: 176px;
}

.pt-176 {
  padding-top: 176px;
}

.pb-176 {
  padding-bottom: 176px;
}

.fs-176 {
  font-size: 176px;
}

.w-176 {
  width: 176px;
}

.h-176 {
  height: 176px;
}

@media (min-width: 576px) {
  .lh-sm-176 {
    line-height: 176px;
  }
  .line-height-sm-176 {
    line-height: 176px;
  }
  .grid-cols-sm-176 {
    grid-template-columns: repeat(176, 1fr);
  }
  .gap-sm-176 {
    gap: 176px;
  }
  .gap-x-sm-176 {
    -moz-column-gap: 176px;
         column-gap: 176px;
  }
  .gap-y-sm-176 {
    row-gap: 176px;
  }
  .rounded-sm-176 {
    border-radius: 176px;
  }
  .mb-sm-176 {
    margin-bottom: 176px;
  }
  .mt-sm-176 {
    margin-top: 176px;
  }
  .mr-sm-176 {
    margin-right: 176px;
  }
  .ml-sm-176 {
    margin-left: 176px;
  }
  .mx-sm-176 {
    margin-right: 176px;
    margin-left: 176px;
  }
  .my-sm-176 {
    margin-top: 176px;
    margin-bottom: 176px;
  }
  .p-sm-176 {
    padding: 176px;
  }
  .px-sm-176 {
    padding-right: 176px;
    padding-left: 176px;
  }
  .py-sm-176 {
    padding-top: 176px;
    padding-bottom: 176px;
  }
  .pr-sm-176 {
    padding-right: 176px;
  }
  .pl-sm-176 {
    padding-left: 176px;
  }
  .pt-sm-176 {
    padding-top: 176px;
  }
  .pb-sm-176 {
    padding-bottom: 176px;
  }
  .fs-sm-176 {
    font-size: 176px;
  }
  .w-sm-176 {
    width: 176px;
  }
  .h-sm-176 {
    height: 176px;
  }
}
@media (min-width: 768px) {
  .lh-md-176 {
    line-height: 176px;
  }
  .line-height-md-176 {
    line-height: 176px;
  }
  .grid-cols-md-176 {
    grid-template-columns: repeat(176, 1fr);
  }
  .gap-md-176 {
    gap: 176px;
  }
  .gap-x-md-176 {
    -moz-column-gap: 176px;
         column-gap: 176px;
  }
  .gap-y-md-176 {
    row-gap: 176px;
  }
  .rounded-md-176 {
    border-radius: 176px;
  }
  .mb-md-176 {
    margin-bottom: 176px;
  }
  .mt-md-176 {
    margin-top: 176px;
  }
  .mr-md-176 {
    margin-right: 176px;
  }
  .ml-md-176 {
    margin-left: 176px;
  }
  .mx-md-176 {
    margin-right: 176px;
    margin-left: 176px;
  }
  .my-md-176 {
    margin-top: 176px;
    margin-bottom: 176px;
  }
  .p-md-176 {
    padding: 176px;
  }
  .px-md-176 {
    padding-right: 176px;
    padding-left: 176px;
  }
  .py-md-176 {
    padding-top: 176px;
    padding-bottom: 176px;
  }
  .pr-md-176 {
    padding-right: 176px;
  }
  .pl-md-176 {
    padding-left: 176px;
  }
  .pt-md-176 {
    padding-top: 176px;
  }
  .pb-md-176 {
    padding-bottom: 176px;
  }
  .fs-md-176 {
    font-size: 176px;
  }
  .w-md-176 {
    width: 176px;
  }
  .h-md-176 {
    height: 176px;
  }
}
@media (min-width: 992px) {
  .lh-lg-176 {
    line-height: 176px;
  }
  .line-height-lg-176 {
    line-height: 176px;
  }
  .grid-cols-lg-176 {
    grid-template-columns: repeat(176, 1fr);
  }
  .gap-lg-176 {
    gap: 176px;
  }
  .gap-x-lg-176 {
    -moz-column-gap: 176px;
         column-gap: 176px;
  }
  .gap-y-lg-176 {
    row-gap: 176px;
  }
  .rounded-lg-176 {
    border-radius: 176px;
  }
  .mb-lg-176 {
    margin-bottom: 176px;
  }
  .mt-lg-176 {
    margin-top: 176px;
  }
  .mr-lg-176 {
    margin-right: 176px;
  }
  .ml-lg-176 {
    margin-left: 176px;
  }
  .mx-lg-176 {
    margin-right: 176px;
    margin-left: 176px;
  }
  .my-lg-176 {
    margin-top: 176px;
    margin-bottom: 176px;
  }
  .p-lg-176 {
    padding: 176px;
  }
  .px-lg-176 {
    padding-right: 176px;
    padding-left: 176px;
  }
  .py-lg-176 {
    padding-top: 176px;
    padding-bottom: 176px;
  }
  .pr-lg-176 {
    padding-right: 176px;
  }
  .pl-lg-176 {
    padding-left: 176px;
  }
  .pt-lg-176 {
    padding-top: 176px;
  }
  .pb-lg-176 {
    padding-bottom: 176px;
  }
  .fs-lg-176 {
    font-size: 176px;
  }
  .w-lg-176 {
    width: 176px;
  }
  .h-lg-176 {
    height: 176px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-176 {
    line-height: 176px;
  }
  .line-height-xl-176 {
    line-height: 176px;
  }
  .grid-cols-xl-176 {
    grid-template-columns: repeat(176, 1fr);
  }
  .gap-xl-176 {
    gap: 176px;
  }
  .gap-x-xl-176 {
    -moz-column-gap: 176px;
         column-gap: 176px;
  }
  .gap-y-xl-176 {
    row-gap: 176px;
  }
  .rounded-xl-176 {
    border-radius: 176px;
  }
  .mb-xl-176 {
    margin-bottom: 176px;
  }
  .mt-xl-176 {
    margin-top: 176px;
  }
  .mr-xl-176 {
    margin-right: 176px;
  }
  .ml-xl-176 {
    margin-left: 176px;
  }
  .mx-xl-176 {
    margin-right: 176px;
    margin-left: 176px;
  }
  .my-xl-176 {
    margin-top: 176px;
    margin-bottom: 176px;
  }
  .p-xl-176 {
    padding: 176px;
  }
  .px-xl-176 {
    padding-right: 176px;
    padding-left: 176px;
  }
  .py-xl-176 {
    padding-top: 176px;
    padding-bottom: 176px;
  }
  .pr-xl-176 {
    padding-right: 176px;
  }
  .pl-xl-176 {
    padding-left: 176px;
  }
  .pt-xl-176 {
    padding-top: 176px;
  }
  .pb-xl-176 {
    padding-bottom: 176px;
  }
  .fs-xl-176 {
    font-size: 176px;
  }
  .w-xl-176 {
    width: 176px;
  }
  .h-xl-176 {
    height: 176px;
  }
}
.lh-177 {
  line-height: 177px;
}

.grid-cols-177 {
  grid-template-columns: repeat(177, 1fr);
}

.line-height-177 {
  line-height: 177px;
}

.gap-177 {
  gap: 177px;
}

.gap-x-177 {
  -moz-column-gap: 177px;
       column-gap: 177px;
}

.gap-y-177 {
  row-gap: 177px;
}

.rounded-177 {
  border-radius: 177px;
}

.mb-177 {
  margin-bottom: 177px;
}

.mt-177 {
  margin-top: 177px;
}

.mr-177 {
  margin-right: 177px;
}

.ml-177 {
  margin-left: 177px;
}

.mx-177 {
  margin-right: 177px;
  margin-left: 177px;
}

.my-177 {
  margin-top: 177px;
  margin-bottom: 177px;
}

.p-177 {
  padding: 177px;
}

.px-177 {
  padding-right: 177px;
  padding-left: 177px;
}

.py-177 {
  padding-top: 177px;
  padding-bottom: 177px;
}

.pr-177 {
  padding-right: 177px;
}

.pl-177 {
  padding-left: 177px;
}

.pt-177 {
  padding-top: 177px;
}

.pb-177 {
  padding-bottom: 177px;
}

.fs-177 {
  font-size: 177px;
}

.w-177 {
  width: 177px;
}

.h-177 {
  height: 177px;
}

@media (min-width: 576px) {
  .lh-sm-177 {
    line-height: 177px;
  }
  .line-height-sm-177 {
    line-height: 177px;
  }
  .grid-cols-sm-177 {
    grid-template-columns: repeat(177, 1fr);
  }
  .gap-sm-177 {
    gap: 177px;
  }
  .gap-x-sm-177 {
    -moz-column-gap: 177px;
         column-gap: 177px;
  }
  .gap-y-sm-177 {
    row-gap: 177px;
  }
  .rounded-sm-177 {
    border-radius: 177px;
  }
  .mb-sm-177 {
    margin-bottom: 177px;
  }
  .mt-sm-177 {
    margin-top: 177px;
  }
  .mr-sm-177 {
    margin-right: 177px;
  }
  .ml-sm-177 {
    margin-left: 177px;
  }
  .mx-sm-177 {
    margin-right: 177px;
    margin-left: 177px;
  }
  .my-sm-177 {
    margin-top: 177px;
    margin-bottom: 177px;
  }
  .p-sm-177 {
    padding: 177px;
  }
  .px-sm-177 {
    padding-right: 177px;
    padding-left: 177px;
  }
  .py-sm-177 {
    padding-top: 177px;
    padding-bottom: 177px;
  }
  .pr-sm-177 {
    padding-right: 177px;
  }
  .pl-sm-177 {
    padding-left: 177px;
  }
  .pt-sm-177 {
    padding-top: 177px;
  }
  .pb-sm-177 {
    padding-bottom: 177px;
  }
  .fs-sm-177 {
    font-size: 177px;
  }
  .w-sm-177 {
    width: 177px;
  }
  .h-sm-177 {
    height: 177px;
  }
}
@media (min-width: 768px) {
  .lh-md-177 {
    line-height: 177px;
  }
  .line-height-md-177 {
    line-height: 177px;
  }
  .grid-cols-md-177 {
    grid-template-columns: repeat(177, 1fr);
  }
  .gap-md-177 {
    gap: 177px;
  }
  .gap-x-md-177 {
    -moz-column-gap: 177px;
         column-gap: 177px;
  }
  .gap-y-md-177 {
    row-gap: 177px;
  }
  .rounded-md-177 {
    border-radius: 177px;
  }
  .mb-md-177 {
    margin-bottom: 177px;
  }
  .mt-md-177 {
    margin-top: 177px;
  }
  .mr-md-177 {
    margin-right: 177px;
  }
  .ml-md-177 {
    margin-left: 177px;
  }
  .mx-md-177 {
    margin-right: 177px;
    margin-left: 177px;
  }
  .my-md-177 {
    margin-top: 177px;
    margin-bottom: 177px;
  }
  .p-md-177 {
    padding: 177px;
  }
  .px-md-177 {
    padding-right: 177px;
    padding-left: 177px;
  }
  .py-md-177 {
    padding-top: 177px;
    padding-bottom: 177px;
  }
  .pr-md-177 {
    padding-right: 177px;
  }
  .pl-md-177 {
    padding-left: 177px;
  }
  .pt-md-177 {
    padding-top: 177px;
  }
  .pb-md-177 {
    padding-bottom: 177px;
  }
  .fs-md-177 {
    font-size: 177px;
  }
  .w-md-177 {
    width: 177px;
  }
  .h-md-177 {
    height: 177px;
  }
}
@media (min-width: 992px) {
  .lh-lg-177 {
    line-height: 177px;
  }
  .line-height-lg-177 {
    line-height: 177px;
  }
  .grid-cols-lg-177 {
    grid-template-columns: repeat(177, 1fr);
  }
  .gap-lg-177 {
    gap: 177px;
  }
  .gap-x-lg-177 {
    -moz-column-gap: 177px;
         column-gap: 177px;
  }
  .gap-y-lg-177 {
    row-gap: 177px;
  }
  .rounded-lg-177 {
    border-radius: 177px;
  }
  .mb-lg-177 {
    margin-bottom: 177px;
  }
  .mt-lg-177 {
    margin-top: 177px;
  }
  .mr-lg-177 {
    margin-right: 177px;
  }
  .ml-lg-177 {
    margin-left: 177px;
  }
  .mx-lg-177 {
    margin-right: 177px;
    margin-left: 177px;
  }
  .my-lg-177 {
    margin-top: 177px;
    margin-bottom: 177px;
  }
  .p-lg-177 {
    padding: 177px;
  }
  .px-lg-177 {
    padding-right: 177px;
    padding-left: 177px;
  }
  .py-lg-177 {
    padding-top: 177px;
    padding-bottom: 177px;
  }
  .pr-lg-177 {
    padding-right: 177px;
  }
  .pl-lg-177 {
    padding-left: 177px;
  }
  .pt-lg-177 {
    padding-top: 177px;
  }
  .pb-lg-177 {
    padding-bottom: 177px;
  }
  .fs-lg-177 {
    font-size: 177px;
  }
  .w-lg-177 {
    width: 177px;
  }
  .h-lg-177 {
    height: 177px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-177 {
    line-height: 177px;
  }
  .line-height-xl-177 {
    line-height: 177px;
  }
  .grid-cols-xl-177 {
    grid-template-columns: repeat(177, 1fr);
  }
  .gap-xl-177 {
    gap: 177px;
  }
  .gap-x-xl-177 {
    -moz-column-gap: 177px;
         column-gap: 177px;
  }
  .gap-y-xl-177 {
    row-gap: 177px;
  }
  .rounded-xl-177 {
    border-radius: 177px;
  }
  .mb-xl-177 {
    margin-bottom: 177px;
  }
  .mt-xl-177 {
    margin-top: 177px;
  }
  .mr-xl-177 {
    margin-right: 177px;
  }
  .ml-xl-177 {
    margin-left: 177px;
  }
  .mx-xl-177 {
    margin-right: 177px;
    margin-left: 177px;
  }
  .my-xl-177 {
    margin-top: 177px;
    margin-bottom: 177px;
  }
  .p-xl-177 {
    padding: 177px;
  }
  .px-xl-177 {
    padding-right: 177px;
    padding-left: 177px;
  }
  .py-xl-177 {
    padding-top: 177px;
    padding-bottom: 177px;
  }
  .pr-xl-177 {
    padding-right: 177px;
  }
  .pl-xl-177 {
    padding-left: 177px;
  }
  .pt-xl-177 {
    padding-top: 177px;
  }
  .pb-xl-177 {
    padding-bottom: 177px;
  }
  .fs-xl-177 {
    font-size: 177px;
  }
  .w-xl-177 {
    width: 177px;
  }
  .h-xl-177 {
    height: 177px;
  }
}
.lh-178 {
  line-height: 178px;
}

.grid-cols-178 {
  grid-template-columns: repeat(178, 1fr);
}

.line-height-178 {
  line-height: 178px;
}

.gap-178 {
  gap: 178px;
}

.gap-x-178 {
  -moz-column-gap: 178px;
       column-gap: 178px;
}

.gap-y-178 {
  row-gap: 178px;
}

.rounded-178 {
  border-radius: 178px;
}

.mb-178 {
  margin-bottom: 178px;
}

.mt-178 {
  margin-top: 178px;
}

.mr-178 {
  margin-right: 178px;
}

.ml-178 {
  margin-left: 178px;
}

.mx-178 {
  margin-right: 178px;
  margin-left: 178px;
}

.my-178 {
  margin-top: 178px;
  margin-bottom: 178px;
}

.p-178 {
  padding: 178px;
}

.px-178 {
  padding-right: 178px;
  padding-left: 178px;
}

.py-178 {
  padding-top: 178px;
  padding-bottom: 178px;
}

.pr-178 {
  padding-right: 178px;
}

.pl-178 {
  padding-left: 178px;
}

.pt-178 {
  padding-top: 178px;
}

.pb-178 {
  padding-bottom: 178px;
}

.fs-178 {
  font-size: 178px;
}

.w-178 {
  width: 178px;
}

.h-178 {
  height: 178px;
}

@media (min-width: 576px) {
  .lh-sm-178 {
    line-height: 178px;
  }
  .line-height-sm-178 {
    line-height: 178px;
  }
  .grid-cols-sm-178 {
    grid-template-columns: repeat(178, 1fr);
  }
  .gap-sm-178 {
    gap: 178px;
  }
  .gap-x-sm-178 {
    -moz-column-gap: 178px;
         column-gap: 178px;
  }
  .gap-y-sm-178 {
    row-gap: 178px;
  }
  .rounded-sm-178 {
    border-radius: 178px;
  }
  .mb-sm-178 {
    margin-bottom: 178px;
  }
  .mt-sm-178 {
    margin-top: 178px;
  }
  .mr-sm-178 {
    margin-right: 178px;
  }
  .ml-sm-178 {
    margin-left: 178px;
  }
  .mx-sm-178 {
    margin-right: 178px;
    margin-left: 178px;
  }
  .my-sm-178 {
    margin-top: 178px;
    margin-bottom: 178px;
  }
  .p-sm-178 {
    padding: 178px;
  }
  .px-sm-178 {
    padding-right: 178px;
    padding-left: 178px;
  }
  .py-sm-178 {
    padding-top: 178px;
    padding-bottom: 178px;
  }
  .pr-sm-178 {
    padding-right: 178px;
  }
  .pl-sm-178 {
    padding-left: 178px;
  }
  .pt-sm-178 {
    padding-top: 178px;
  }
  .pb-sm-178 {
    padding-bottom: 178px;
  }
  .fs-sm-178 {
    font-size: 178px;
  }
  .w-sm-178 {
    width: 178px;
  }
  .h-sm-178 {
    height: 178px;
  }
}
@media (min-width: 768px) {
  .lh-md-178 {
    line-height: 178px;
  }
  .line-height-md-178 {
    line-height: 178px;
  }
  .grid-cols-md-178 {
    grid-template-columns: repeat(178, 1fr);
  }
  .gap-md-178 {
    gap: 178px;
  }
  .gap-x-md-178 {
    -moz-column-gap: 178px;
         column-gap: 178px;
  }
  .gap-y-md-178 {
    row-gap: 178px;
  }
  .rounded-md-178 {
    border-radius: 178px;
  }
  .mb-md-178 {
    margin-bottom: 178px;
  }
  .mt-md-178 {
    margin-top: 178px;
  }
  .mr-md-178 {
    margin-right: 178px;
  }
  .ml-md-178 {
    margin-left: 178px;
  }
  .mx-md-178 {
    margin-right: 178px;
    margin-left: 178px;
  }
  .my-md-178 {
    margin-top: 178px;
    margin-bottom: 178px;
  }
  .p-md-178 {
    padding: 178px;
  }
  .px-md-178 {
    padding-right: 178px;
    padding-left: 178px;
  }
  .py-md-178 {
    padding-top: 178px;
    padding-bottom: 178px;
  }
  .pr-md-178 {
    padding-right: 178px;
  }
  .pl-md-178 {
    padding-left: 178px;
  }
  .pt-md-178 {
    padding-top: 178px;
  }
  .pb-md-178 {
    padding-bottom: 178px;
  }
  .fs-md-178 {
    font-size: 178px;
  }
  .w-md-178 {
    width: 178px;
  }
  .h-md-178 {
    height: 178px;
  }
}
@media (min-width: 992px) {
  .lh-lg-178 {
    line-height: 178px;
  }
  .line-height-lg-178 {
    line-height: 178px;
  }
  .grid-cols-lg-178 {
    grid-template-columns: repeat(178, 1fr);
  }
  .gap-lg-178 {
    gap: 178px;
  }
  .gap-x-lg-178 {
    -moz-column-gap: 178px;
         column-gap: 178px;
  }
  .gap-y-lg-178 {
    row-gap: 178px;
  }
  .rounded-lg-178 {
    border-radius: 178px;
  }
  .mb-lg-178 {
    margin-bottom: 178px;
  }
  .mt-lg-178 {
    margin-top: 178px;
  }
  .mr-lg-178 {
    margin-right: 178px;
  }
  .ml-lg-178 {
    margin-left: 178px;
  }
  .mx-lg-178 {
    margin-right: 178px;
    margin-left: 178px;
  }
  .my-lg-178 {
    margin-top: 178px;
    margin-bottom: 178px;
  }
  .p-lg-178 {
    padding: 178px;
  }
  .px-lg-178 {
    padding-right: 178px;
    padding-left: 178px;
  }
  .py-lg-178 {
    padding-top: 178px;
    padding-bottom: 178px;
  }
  .pr-lg-178 {
    padding-right: 178px;
  }
  .pl-lg-178 {
    padding-left: 178px;
  }
  .pt-lg-178 {
    padding-top: 178px;
  }
  .pb-lg-178 {
    padding-bottom: 178px;
  }
  .fs-lg-178 {
    font-size: 178px;
  }
  .w-lg-178 {
    width: 178px;
  }
  .h-lg-178 {
    height: 178px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-178 {
    line-height: 178px;
  }
  .line-height-xl-178 {
    line-height: 178px;
  }
  .grid-cols-xl-178 {
    grid-template-columns: repeat(178, 1fr);
  }
  .gap-xl-178 {
    gap: 178px;
  }
  .gap-x-xl-178 {
    -moz-column-gap: 178px;
         column-gap: 178px;
  }
  .gap-y-xl-178 {
    row-gap: 178px;
  }
  .rounded-xl-178 {
    border-radius: 178px;
  }
  .mb-xl-178 {
    margin-bottom: 178px;
  }
  .mt-xl-178 {
    margin-top: 178px;
  }
  .mr-xl-178 {
    margin-right: 178px;
  }
  .ml-xl-178 {
    margin-left: 178px;
  }
  .mx-xl-178 {
    margin-right: 178px;
    margin-left: 178px;
  }
  .my-xl-178 {
    margin-top: 178px;
    margin-bottom: 178px;
  }
  .p-xl-178 {
    padding: 178px;
  }
  .px-xl-178 {
    padding-right: 178px;
    padding-left: 178px;
  }
  .py-xl-178 {
    padding-top: 178px;
    padding-bottom: 178px;
  }
  .pr-xl-178 {
    padding-right: 178px;
  }
  .pl-xl-178 {
    padding-left: 178px;
  }
  .pt-xl-178 {
    padding-top: 178px;
  }
  .pb-xl-178 {
    padding-bottom: 178px;
  }
  .fs-xl-178 {
    font-size: 178px;
  }
  .w-xl-178 {
    width: 178px;
  }
  .h-xl-178 {
    height: 178px;
  }
}
.lh-179 {
  line-height: 179px;
}

.grid-cols-179 {
  grid-template-columns: repeat(179, 1fr);
}

.line-height-179 {
  line-height: 179px;
}

.gap-179 {
  gap: 179px;
}

.gap-x-179 {
  -moz-column-gap: 179px;
       column-gap: 179px;
}

.gap-y-179 {
  row-gap: 179px;
}

.rounded-179 {
  border-radius: 179px;
}

.mb-179 {
  margin-bottom: 179px;
}

.mt-179 {
  margin-top: 179px;
}

.mr-179 {
  margin-right: 179px;
}

.ml-179 {
  margin-left: 179px;
}

.mx-179 {
  margin-right: 179px;
  margin-left: 179px;
}

.my-179 {
  margin-top: 179px;
  margin-bottom: 179px;
}

.p-179 {
  padding: 179px;
}

.px-179 {
  padding-right: 179px;
  padding-left: 179px;
}

.py-179 {
  padding-top: 179px;
  padding-bottom: 179px;
}

.pr-179 {
  padding-right: 179px;
}

.pl-179 {
  padding-left: 179px;
}

.pt-179 {
  padding-top: 179px;
}

.pb-179 {
  padding-bottom: 179px;
}

.fs-179 {
  font-size: 179px;
}

.w-179 {
  width: 179px;
}

.h-179 {
  height: 179px;
}

@media (min-width: 576px) {
  .lh-sm-179 {
    line-height: 179px;
  }
  .line-height-sm-179 {
    line-height: 179px;
  }
  .grid-cols-sm-179 {
    grid-template-columns: repeat(179, 1fr);
  }
  .gap-sm-179 {
    gap: 179px;
  }
  .gap-x-sm-179 {
    -moz-column-gap: 179px;
         column-gap: 179px;
  }
  .gap-y-sm-179 {
    row-gap: 179px;
  }
  .rounded-sm-179 {
    border-radius: 179px;
  }
  .mb-sm-179 {
    margin-bottom: 179px;
  }
  .mt-sm-179 {
    margin-top: 179px;
  }
  .mr-sm-179 {
    margin-right: 179px;
  }
  .ml-sm-179 {
    margin-left: 179px;
  }
  .mx-sm-179 {
    margin-right: 179px;
    margin-left: 179px;
  }
  .my-sm-179 {
    margin-top: 179px;
    margin-bottom: 179px;
  }
  .p-sm-179 {
    padding: 179px;
  }
  .px-sm-179 {
    padding-right: 179px;
    padding-left: 179px;
  }
  .py-sm-179 {
    padding-top: 179px;
    padding-bottom: 179px;
  }
  .pr-sm-179 {
    padding-right: 179px;
  }
  .pl-sm-179 {
    padding-left: 179px;
  }
  .pt-sm-179 {
    padding-top: 179px;
  }
  .pb-sm-179 {
    padding-bottom: 179px;
  }
  .fs-sm-179 {
    font-size: 179px;
  }
  .w-sm-179 {
    width: 179px;
  }
  .h-sm-179 {
    height: 179px;
  }
}
@media (min-width: 768px) {
  .lh-md-179 {
    line-height: 179px;
  }
  .line-height-md-179 {
    line-height: 179px;
  }
  .grid-cols-md-179 {
    grid-template-columns: repeat(179, 1fr);
  }
  .gap-md-179 {
    gap: 179px;
  }
  .gap-x-md-179 {
    -moz-column-gap: 179px;
         column-gap: 179px;
  }
  .gap-y-md-179 {
    row-gap: 179px;
  }
  .rounded-md-179 {
    border-radius: 179px;
  }
  .mb-md-179 {
    margin-bottom: 179px;
  }
  .mt-md-179 {
    margin-top: 179px;
  }
  .mr-md-179 {
    margin-right: 179px;
  }
  .ml-md-179 {
    margin-left: 179px;
  }
  .mx-md-179 {
    margin-right: 179px;
    margin-left: 179px;
  }
  .my-md-179 {
    margin-top: 179px;
    margin-bottom: 179px;
  }
  .p-md-179 {
    padding: 179px;
  }
  .px-md-179 {
    padding-right: 179px;
    padding-left: 179px;
  }
  .py-md-179 {
    padding-top: 179px;
    padding-bottom: 179px;
  }
  .pr-md-179 {
    padding-right: 179px;
  }
  .pl-md-179 {
    padding-left: 179px;
  }
  .pt-md-179 {
    padding-top: 179px;
  }
  .pb-md-179 {
    padding-bottom: 179px;
  }
  .fs-md-179 {
    font-size: 179px;
  }
  .w-md-179 {
    width: 179px;
  }
  .h-md-179 {
    height: 179px;
  }
}
@media (min-width: 992px) {
  .lh-lg-179 {
    line-height: 179px;
  }
  .line-height-lg-179 {
    line-height: 179px;
  }
  .grid-cols-lg-179 {
    grid-template-columns: repeat(179, 1fr);
  }
  .gap-lg-179 {
    gap: 179px;
  }
  .gap-x-lg-179 {
    -moz-column-gap: 179px;
         column-gap: 179px;
  }
  .gap-y-lg-179 {
    row-gap: 179px;
  }
  .rounded-lg-179 {
    border-radius: 179px;
  }
  .mb-lg-179 {
    margin-bottom: 179px;
  }
  .mt-lg-179 {
    margin-top: 179px;
  }
  .mr-lg-179 {
    margin-right: 179px;
  }
  .ml-lg-179 {
    margin-left: 179px;
  }
  .mx-lg-179 {
    margin-right: 179px;
    margin-left: 179px;
  }
  .my-lg-179 {
    margin-top: 179px;
    margin-bottom: 179px;
  }
  .p-lg-179 {
    padding: 179px;
  }
  .px-lg-179 {
    padding-right: 179px;
    padding-left: 179px;
  }
  .py-lg-179 {
    padding-top: 179px;
    padding-bottom: 179px;
  }
  .pr-lg-179 {
    padding-right: 179px;
  }
  .pl-lg-179 {
    padding-left: 179px;
  }
  .pt-lg-179 {
    padding-top: 179px;
  }
  .pb-lg-179 {
    padding-bottom: 179px;
  }
  .fs-lg-179 {
    font-size: 179px;
  }
  .w-lg-179 {
    width: 179px;
  }
  .h-lg-179 {
    height: 179px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-179 {
    line-height: 179px;
  }
  .line-height-xl-179 {
    line-height: 179px;
  }
  .grid-cols-xl-179 {
    grid-template-columns: repeat(179, 1fr);
  }
  .gap-xl-179 {
    gap: 179px;
  }
  .gap-x-xl-179 {
    -moz-column-gap: 179px;
         column-gap: 179px;
  }
  .gap-y-xl-179 {
    row-gap: 179px;
  }
  .rounded-xl-179 {
    border-radius: 179px;
  }
  .mb-xl-179 {
    margin-bottom: 179px;
  }
  .mt-xl-179 {
    margin-top: 179px;
  }
  .mr-xl-179 {
    margin-right: 179px;
  }
  .ml-xl-179 {
    margin-left: 179px;
  }
  .mx-xl-179 {
    margin-right: 179px;
    margin-left: 179px;
  }
  .my-xl-179 {
    margin-top: 179px;
    margin-bottom: 179px;
  }
  .p-xl-179 {
    padding: 179px;
  }
  .px-xl-179 {
    padding-right: 179px;
    padding-left: 179px;
  }
  .py-xl-179 {
    padding-top: 179px;
    padding-bottom: 179px;
  }
  .pr-xl-179 {
    padding-right: 179px;
  }
  .pl-xl-179 {
    padding-left: 179px;
  }
  .pt-xl-179 {
    padding-top: 179px;
  }
  .pb-xl-179 {
    padding-bottom: 179px;
  }
  .fs-xl-179 {
    font-size: 179px;
  }
  .w-xl-179 {
    width: 179px;
  }
  .h-xl-179 {
    height: 179px;
  }
}
.lh-180 {
  line-height: 180px;
}

.grid-cols-180 {
  grid-template-columns: repeat(180, 1fr);
}

.line-height-180 {
  line-height: 180px;
}

.gap-180 {
  gap: 180px;
}

.gap-x-180 {
  -moz-column-gap: 180px;
       column-gap: 180px;
}

.gap-y-180 {
  row-gap: 180px;
}

.rounded-180 {
  border-radius: 180px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mt-180 {
  margin-top: 180px;
}

.mr-180 {
  margin-right: 180px;
}

.ml-180 {
  margin-left: 180px;
}

.mx-180 {
  margin-right: 180px;
  margin-left: 180px;
}

.my-180 {
  margin-top: 180px;
  margin-bottom: 180px;
}

.p-180 {
  padding: 180px;
}

.px-180 {
  padding-right: 180px;
  padding-left: 180px;
}

.py-180 {
  padding-top: 180px;
  padding-bottom: 180px;
}

.pr-180 {
  padding-right: 180px;
}

.pl-180 {
  padding-left: 180px;
}

.pt-180 {
  padding-top: 180px;
}

.pb-180 {
  padding-bottom: 180px;
}

.fs-180 {
  font-size: 180px;
}

.w-180 {
  width: 180px;
}

.h-180 {
  height: 180px;
}

@media (min-width: 576px) {
  .lh-sm-180 {
    line-height: 180px;
  }
  .line-height-sm-180 {
    line-height: 180px;
  }
  .grid-cols-sm-180 {
    grid-template-columns: repeat(180, 1fr);
  }
  .gap-sm-180 {
    gap: 180px;
  }
  .gap-x-sm-180 {
    -moz-column-gap: 180px;
         column-gap: 180px;
  }
  .gap-y-sm-180 {
    row-gap: 180px;
  }
  .rounded-sm-180 {
    border-radius: 180px;
  }
  .mb-sm-180 {
    margin-bottom: 180px;
  }
  .mt-sm-180 {
    margin-top: 180px;
  }
  .mr-sm-180 {
    margin-right: 180px;
  }
  .ml-sm-180 {
    margin-left: 180px;
  }
  .mx-sm-180 {
    margin-right: 180px;
    margin-left: 180px;
  }
  .my-sm-180 {
    margin-top: 180px;
    margin-bottom: 180px;
  }
  .p-sm-180 {
    padding: 180px;
  }
  .px-sm-180 {
    padding-right: 180px;
    padding-left: 180px;
  }
  .py-sm-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .pr-sm-180 {
    padding-right: 180px;
  }
  .pl-sm-180 {
    padding-left: 180px;
  }
  .pt-sm-180 {
    padding-top: 180px;
  }
  .pb-sm-180 {
    padding-bottom: 180px;
  }
  .fs-sm-180 {
    font-size: 180px;
  }
  .w-sm-180 {
    width: 180px;
  }
  .h-sm-180 {
    height: 180px;
  }
}
@media (min-width: 768px) {
  .lh-md-180 {
    line-height: 180px;
  }
  .line-height-md-180 {
    line-height: 180px;
  }
  .grid-cols-md-180 {
    grid-template-columns: repeat(180, 1fr);
  }
  .gap-md-180 {
    gap: 180px;
  }
  .gap-x-md-180 {
    -moz-column-gap: 180px;
         column-gap: 180px;
  }
  .gap-y-md-180 {
    row-gap: 180px;
  }
  .rounded-md-180 {
    border-radius: 180px;
  }
  .mb-md-180 {
    margin-bottom: 180px;
  }
  .mt-md-180 {
    margin-top: 180px;
  }
  .mr-md-180 {
    margin-right: 180px;
  }
  .ml-md-180 {
    margin-left: 180px;
  }
  .mx-md-180 {
    margin-right: 180px;
    margin-left: 180px;
  }
  .my-md-180 {
    margin-top: 180px;
    margin-bottom: 180px;
  }
  .p-md-180 {
    padding: 180px;
  }
  .px-md-180 {
    padding-right: 180px;
    padding-left: 180px;
  }
  .py-md-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .pr-md-180 {
    padding-right: 180px;
  }
  .pl-md-180 {
    padding-left: 180px;
  }
  .pt-md-180 {
    padding-top: 180px;
  }
  .pb-md-180 {
    padding-bottom: 180px;
  }
  .fs-md-180 {
    font-size: 180px;
  }
  .w-md-180 {
    width: 180px;
  }
  .h-md-180 {
    height: 180px;
  }
}
@media (min-width: 992px) {
  .lh-lg-180 {
    line-height: 180px;
  }
  .line-height-lg-180 {
    line-height: 180px;
  }
  .grid-cols-lg-180 {
    grid-template-columns: repeat(180, 1fr);
  }
  .gap-lg-180 {
    gap: 180px;
  }
  .gap-x-lg-180 {
    -moz-column-gap: 180px;
         column-gap: 180px;
  }
  .gap-y-lg-180 {
    row-gap: 180px;
  }
  .rounded-lg-180 {
    border-radius: 180px;
  }
  .mb-lg-180 {
    margin-bottom: 180px;
  }
  .mt-lg-180 {
    margin-top: 180px;
  }
  .mr-lg-180 {
    margin-right: 180px;
  }
  .ml-lg-180 {
    margin-left: 180px;
  }
  .mx-lg-180 {
    margin-right: 180px;
    margin-left: 180px;
  }
  .my-lg-180 {
    margin-top: 180px;
    margin-bottom: 180px;
  }
  .p-lg-180 {
    padding: 180px;
  }
  .px-lg-180 {
    padding-right: 180px;
    padding-left: 180px;
  }
  .py-lg-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .pr-lg-180 {
    padding-right: 180px;
  }
  .pl-lg-180 {
    padding-left: 180px;
  }
  .pt-lg-180 {
    padding-top: 180px;
  }
  .pb-lg-180 {
    padding-bottom: 180px;
  }
  .fs-lg-180 {
    font-size: 180px;
  }
  .w-lg-180 {
    width: 180px;
  }
  .h-lg-180 {
    height: 180px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-180 {
    line-height: 180px;
  }
  .line-height-xl-180 {
    line-height: 180px;
  }
  .grid-cols-xl-180 {
    grid-template-columns: repeat(180, 1fr);
  }
  .gap-xl-180 {
    gap: 180px;
  }
  .gap-x-xl-180 {
    -moz-column-gap: 180px;
         column-gap: 180px;
  }
  .gap-y-xl-180 {
    row-gap: 180px;
  }
  .rounded-xl-180 {
    border-radius: 180px;
  }
  .mb-xl-180 {
    margin-bottom: 180px;
  }
  .mt-xl-180 {
    margin-top: 180px;
  }
  .mr-xl-180 {
    margin-right: 180px;
  }
  .ml-xl-180 {
    margin-left: 180px;
  }
  .mx-xl-180 {
    margin-right: 180px;
    margin-left: 180px;
  }
  .my-xl-180 {
    margin-top: 180px;
    margin-bottom: 180px;
  }
  .p-xl-180 {
    padding: 180px;
  }
  .px-xl-180 {
    padding-right: 180px;
    padding-left: 180px;
  }
  .py-xl-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .pr-xl-180 {
    padding-right: 180px;
  }
  .pl-xl-180 {
    padding-left: 180px;
  }
  .pt-xl-180 {
    padding-top: 180px;
  }
  .pb-xl-180 {
    padding-bottom: 180px;
  }
  .fs-xl-180 {
    font-size: 180px;
  }
  .w-xl-180 {
    width: 180px;
  }
  .h-xl-180 {
    height: 180px;
  }
}
.lh-181 {
  line-height: 181px;
}

.grid-cols-181 {
  grid-template-columns: repeat(181, 1fr);
}

.line-height-181 {
  line-height: 181px;
}

.gap-181 {
  gap: 181px;
}

.gap-x-181 {
  -moz-column-gap: 181px;
       column-gap: 181px;
}

.gap-y-181 {
  row-gap: 181px;
}

.rounded-181 {
  border-radius: 181px;
}

.mb-181 {
  margin-bottom: 181px;
}

.mt-181 {
  margin-top: 181px;
}

.mr-181 {
  margin-right: 181px;
}

.ml-181 {
  margin-left: 181px;
}

.mx-181 {
  margin-right: 181px;
  margin-left: 181px;
}

.my-181 {
  margin-top: 181px;
  margin-bottom: 181px;
}

.p-181 {
  padding: 181px;
}

.px-181 {
  padding-right: 181px;
  padding-left: 181px;
}

.py-181 {
  padding-top: 181px;
  padding-bottom: 181px;
}

.pr-181 {
  padding-right: 181px;
}

.pl-181 {
  padding-left: 181px;
}

.pt-181 {
  padding-top: 181px;
}

.pb-181 {
  padding-bottom: 181px;
}

.fs-181 {
  font-size: 181px;
}

.w-181 {
  width: 181px;
}

.h-181 {
  height: 181px;
}

@media (min-width: 576px) {
  .lh-sm-181 {
    line-height: 181px;
  }
  .line-height-sm-181 {
    line-height: 181px;
  }
  .grid-cols-sm-181 {
    grid-template-columns: repeat(181, 1fr);
  }
  .gap-sm-181 {
    gap: 181px;
  }
  .gap-x-sm-181 {
    -moz-column-gap: 181px;
         column-gap: 181px;
  }
  .gap-y-sm-181 {
    row-gap: 181px;
  }
  .rounded-sm-181 {
    border-radius: 181px;
  }
  .mb-sm-181 {
    margin-bottom: 181px;
  }
  .mt-sm-181 {
    margin-top: 181px;
  }
  .mr-sm-181 {
    margin-right: 181px;
  }
  .ml-sm-181 {
    margin-left: 181px;
  }
  .mx-sm-181 {
    margin-right: 181px;
    margin-left: 181px;
  }
  .my-sm-181 {
    margin-top: 181px;
    margin-bottom: 181px;
  }
  .p-sm-181 {
    padding: 181px;
  }
  .px-sm-181 {
    padding-right: 181px;
    padding-left: 181px;
  }
  .py-sm-181 {
    padding-top: 181px;
    padding-bottom: 181px;
  }
  .pr-sm-181 {
    padding-right: 181px;
  }
  .pl-sm-181 {
    padding-left: 181px;
  }
  .pt-sm-181 {
    padding-top: 181px;
  }
  .pb-sm-181 {
    padding-bottom: 181px;
  }
  .fs-sm-181 {
    font-size: 181px;
  }
  .w-sm-181 {
    width: 181px;
  }
  .h-sm-181 {
    height: 181px;
  }
}
@media (min-width: 768px) {
  .lh-md-181 {
    line-height: 181px;
  }
  .line-height-md-181 {
    line-height: 181px;
  }
  .grid-cols-md-181 {
    grid-template-columns: repeat(181, 1fr);
  }
  .gap-md-181 {
    gap: 181px;
  }
  .gap-x-md-181 {
    -moz-column-gap: 181px;
         column-gap: 181px;
  }
  .gap-y-md-181 {
    row-gap: 181px;
  }
  .rounded-md-181 {
    border-radius: 181px;
  }
  .mb-md-181 {
    margin-bottom: 181px;
  }
  .mt-md-181 {
    margin-top: 181px;
  }
  .mr-md-181 {
    margin-right: 181px;
  }
  .ml-md-181 {
    margin-left: 181px;
  }
  .mx-md-181 {
    margin-right: 181px;
    margin-left: 181px;
  }
  .my-md-181 {
    margin-top: 181px;
    margin-bottom: 181px;
  }
  .p-md-181 {
    padding: 181px;
  }
  .px-md-181 {
    padding-right: 181px;
    padding-left: 181px;
  }
  .py-md-181 {
    padding-top: 181px;
    padding-bottom: 181px;
  }
  .pr-md-181 {
    padding-right: 181px;
  }
  .pl-md-181 {
    padding-left: 181px;
  }
  .pt-md-181 {
    padding-top: 181px;
  }
  .pb-md-181 {
    padding-bottom: 181px;
  }
  .fs-md-181 {
    font-size: 181px;
  }
  .w-md-181 {
    width: 181px;
  }
  .h-md-181 {
    height: 181px;
  }
}
@media (min-width: 992px) {
  .lh-lg-181 {
    line-height: 181px;
  }
  .line-height-lg-181 {
    line-height: 181px;
  }
  .grid-cols-lg-181 {
    grid-template-columns: repeat(181, 1fr);
  }
  .gap-lg-181 {
    gap: 181px;
  }
  .gap-x-lg-181 {
    -moz-column-gap: 181px;
         column-gap: 181px;
  }
  .gap-y-lg-181 {
    row-gap: 181px;
  }
  .rounded-lg-181 {
    border-radius: 181px;
  }
  .mb-lg-181 {
    margin-bottom: 181px;
  }
  .mt-lg-181 {
    margin-top: 181px;
  }
  .mr-lg-181 {
    margin-right: 181px;
  }
  .ml-lg-181 {
    margin-left: 181px;
  }
  .mx-lg-181 {
    margin-right: 181px;
    margin-left: 181px;
  }
  .my-lg-181 {
    margin-top: 181px;
    margin-bottom: 181px;
  }
  .p-lg-181 {
    padding: 181px;
  }
  .px-lg-181 {
    padding-right: 181px;
    padding-left: 181px;
  }
  .py-lg-181 {
    padding-top: 181px;
    padding-bottom: 181px;
  }
  .pr-lg-181 {
    padding-right: 181px;
  }
  .pl-lg-181 {
    padding-left: 181px;
  }
  .pt-lg-181 {
    padding-top: 181px;
  }
  .pb-lg-181 {
    padding-bottom: 181px;
  }
  .fs-lg-181 {
    font-size: 181px;
  }
  .w-lg-181 {
    width: 181px;
  }
  .h-lg-181 {
    height: 181px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-181 {
    line-height: 181px;
  }
  .line-height-xl-181 {
    line-height: 181px;
  }
  .grid-cols-xl-181 {
    grid-template-columns: repeat(181, 1fr);
  }
  .gap-xl-181 {
    gap: 181px;
  }
  .gap-x-xl-181 {
    -moz-column-gap: 181px;
         column-gap: 181px;
  }
  .gap-y-xl-181 {
    row-gap: 181px;
  }
  .rounded-xl-181 {
    border-radius: 181px;
  }
  .mb-xl-181 {
    margin-bottom: 181px;
  }
  .mt-xl-181 {
    margin-top: 181px;
  }
  .mr-xl-181 {
    margin-right: 181px;
  }
  .ml-xl-181 {
    margin-left: 181px;
  }
  .mx-xl-181 {
    margin-right: 181px;
    margin-left: 181px;
  }
  .my-xl-181 {
    margin-top: 181px;
    margin-bottom: 181px;
  }
  .p-xl-181 {
    padding: 181px;
  }
  .px-xl-181 {
    padding-right: 181px;
    padding-left: 181px;
  }
  .py-xl-181 {
    padding-top: 181px;
    padding-bottom: 181px;
  }
  .pr-xl-181 {
    padding-right: 181px;
  }
  .pl-xl-181 {
    padding-left: 181px;
  }
  .pt-xl-181 {
    padding-top: 181px;
  }
  .pb-xl-181 {
    padding-bottom: 181px;
  }
  .fs-xl-181 {
    font-size: 181px;
  }
  .w-xl-181 {
    width: 181px;
  }
  .h-xl-181 {
    height: 181px;
  }
}
.lh-182 {
  line-height: 182px;
}

.grid-cols-182 {
  grid-template-columns: repeat(182, 1fr);
}

.line-height-182 {
  line-height: 182px;
}

.gap-182 {
  gap: 182px;
}

.gap-x-182 {
  -moz-column-gap: 182px;
       column-gap: 182px;
}

.gap-y-182 {
  row-gap: 182px;
}

.rounded-182 {
  border-radius: 182px;
}

.mb-182 {
  margin-bottom: 182px;
}

.mt-182 {
  margin-top: 182px;
}

.mr-182 {
  margin-right: 182px;
}

.ml-182 {
  margin-left: 182px;
}

.mx-182 {
  margin-right: 182px;
  margin-left: 182px;
}

.my-182 {
  margin-top: 182px;
  margin-bottom: 182px;
}

.p-182 {
  padding: 182px;
}

.px-182 {
  padding-right: 182px;
  padding-left: 182px;
}

.py-182 {
  padding-top: 182px;
  padding-bottom: 182px;
}

.pr-182 {
  padding-right: 182px;
}

.pl-182 {
  padding-left: 182px;
}

.pt-182 {
  padding-top: 182px;
}

.pb-182 {
  padding-bottom: 182px;
}

.fs-182 {
  font-size: 182px;
}

.w-182 {
  width: 182px;
}

.h-182 {
  height: 182px;
}

@media (min-width: 576px) {
  .lh-sm-182 {
    line-height: 182px;
  }
  .line-height-sm-182 {
    line-height: 182px;
  }
  .grid-cols-sm-182 {
    grid-template-columns: repeat(182, 1fr);
  }
  .gap-sm-182 {
    gap: 182px;
  }
  .gap-x-sm-182 {
    -moz-column-gap: 182px;
         column-gap: 182px;
  }
  .gap-y-sm-182 {
    row-gap: 182px;
  }
  .rounded-sm-182 {
    border-radius: 182px;
  }
  .mb-sm-182 {
    margin-bottom: 182px;
  }
  .mt-sm-182 {
    margin-top: 182px;
  }
  .mr-sm-182 {
    margin-right: 182px;
  }
  .ml-sm-182 {
    margin-left: 182px;
  }
  .mx-sm-182 {
    margin-right: 182px;
    margin-left: 182px;
  }
  .my-sm-182 {
    margin-top: 182px;
    margin-bottom: 182px;
  }
  .p-sm-182 {
    padding: 182px;
  }
  .px-sm-182 {
    padding-right: 182px;
    padding-left: 182px;
  }
  .py-sm-182 {
    padding-top: 182px;
    padding-bottom: 182px;
  }
  .pr-sm-182 {
    padding-right: 182px;
  }
  .pl-sm-182 {
    padding-left: 182px;
  }
  .pt-sm-182 {
    padding-top: 182px;
  }
  .pb-sm-182 {
    padding-bottom: 182px;
  }
  .fs-sm-182 {
    font-size: 182px;
  }
  .w-sm-182 {
    width: 182px;
  }
  .h-sm-182 {
    height: 182px;
  }
}
@media (min-width: 768px) {
  .lh-md-182 {
    line-height: 182px;
  }
  .line-height-md-182 {
    line-height: 182px;
  }
  .grid-cols-md-182 {
    grid-template-columns: repeat(182, 1fr);
  }
  .gap-md-182 {
    gap: 182px;
  }
  .gap-x-md-182 {
    -moz-column-gap: 182px;
         column-gap: 182px;
  }
  .gap-y-md-182 {
    row-gap: 182px;
  }
  .rounded-md-182 {
    border-radius: 182px;
  }
  .mb-md-182 {
    margin-bottom: 182px;
  }
  .mt-md-182 {
    margin-top: 182px;
  }
  .mr-md-182 {
    margin-right: 182px;
  }
  .ml-md-182 {
    margin-left: 182px;
  }
  .mx-md-182 {
    margin-right: 182px;
    margin-left: 182px;
  }
  .my-md-182 {
    margin-top: 182px;
    margin-bottom: 182px;
  }
  .p-md-182 {
    padding: 182px;
  }
  .px-md-182 {
    padding-right: 182px;
    padding-left: 182px;
  }
  .py-md-182 {
    padding-top: 182px;
    padding-bottom: 182px;
  }
  .pr-md-182 {
    padding-right: 182px;
  }
  .pl-md-182 {
    padding-left: 182px;
  }
  .pt-md-182 {
    padding-top: 182px;
  }
  .pb-md-182 {
    padding-bottom: 182px;
  }
  .fs-md-182 {
    font-size: 182px;
  }
  .w-md-182 {
    width: 182px;
  }
  .h-md-182 {
    height: 182px;
  }
}
@media (min-width: 992px) {
  .lh-lg-182 {
    line-height: 182px;
  }
  .line-height-lg-182 {
    line-height: 182px;
  }
  .grid-cols-lg-182 {
    grid-template-columns: repeat(182, 1fr);
  }
  .gap-lg-182 {
    gap: 182px;
  }
  .gap-x-lg-182 {
    -moz-column-gap: 182px;
         column-gap: 182px;
  }
  .gap-y-lg-182 {
    row-gap: 182px;
  }
  .rounded-lg-182 {
    border-radius: 182px;
  }
  .mb-lg-182 {
    margin-bottom: 182px;
  }
  .mt-lg-182 {
    margin-top: 182px;
  }
  .mr-lg-182 {
    margin-right: 182px;
  }
  .ml-lg-182 {
    margin-left: 182px;
  }
  .mx-lg-182 {
    margin-right: 182px;
    margin-left: 182px;
  }
  .my-lg-182 {
    margin-top: 182px;
    margin-bottom: 182px;
  }
  .p-lg-182 {
    padding: 182px;
  }
  .px-lg-182 {
    padding-right: 182px;
    padding-left: 182px;
  }
  .py-lg-182 {
    padding-top: 182px;
    padding-bottom: 182px;
  }
  .pr-lg-182 {
    padding-right: 182px;
  }
  .pl-lg-182 {
    padding-left: 182px;
  }
  .pt-lg-182 {
    padding-top: 182px;
  }
  .pb-lg-182 {
    padding-bottom: 182px;
  }
  .fs-lg-182 {
    font-size: 182px;
  }
  .w-lg-182 {
    width: 182px;
  }
  .h-lg-182 {
    height: 182px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-182 {
    line-height: 182px;
  }
  .line-height-xl-182 {
    line-height: 182px;
  }
  .grid-cols-xl-182 {
    grid-template-columns: repeat(182, 1fr);
  }
  .gap-xl-182 {
    gap: 182px;
  }
  .gap-x-xl-182 {
    -moz-column-gap: 182px;
         column-gap: 182px;
  }
  .gap-y-xl-182 {
    row-gap: 182px;
  }
  .rounded-xl-182 {
    border-radius: 182px;
  }
  .mb-xl-182 {
    margin-bottom: 182px;
  }
  .mt-xl-182 {
    margin-top: 182px;
  }
  .mr-xl-182 {
    margin-right: 182px;
  }
  .ml-xl-182 {
    margin-left: 182px;
  }
  .mx-xl-182 {
    margin-right: 182px;
    margin-left: 182px;
  }
  .my-xl-182 {
    margin-top: 182px;
    margin-bottom: 182px;
  }
  .p-xl-182 {
    padding: 182px;
  }
  .px-xl-182 {
    padding-right: 182px;
    padding-left: 182px;
  }
  .py-xl-182 {
    padding-top: 182px;
    padding-bottom: 182px;
  }
  .pr-xl-182 {
    padding-right: 182px;
  }
  .pl-xl-182 {
    padding-left: 182px;
  }
  .pt-xl-182 {
    padding-top: 182px;
  }
  .pb-xl-182 {
    padding-bottom: 182px;
  }
  .fs-xl-182 {
    font-size: 182px;
  }
  .w-xl-182 {
    width: 182px;
  }
  .h-xl-182 {
    height: 182px;
  }
}
.lh-183 {
  line-height: 183px;
}

.grid-cols-183 {
  grid-template-columns: repeat(183, 1fr);
}

.line-height-183 {
  line-height: 183px;
}

.gap-183 {
  gap: 183px;
}

.gap-x-183 {
  -moz-column-gap: 183px;
       column-gap: 183px;
}

.gap-y-183 {
  row-gap: 183px;
}

.rounded-183 {
  border-radius: 183px;
}

.mb-183 {
  margin-bottom: 183px;
}

.mt-183 {
  margin-top: 183px;
}

.mr-183 {
  margin-right: 183px;
}

.ml-183 {
  margin-left: 183px;
}

.mx-183 {
  margin-right: 183px;
  margin-left: 183px;
}

.my-183 {
  margin-top: 183px;
  margin-bottom: 183px;
}

.p-183 {
  padding: 183px;
}

.px-183 {
  padding-right: 183px;
  padding-left: 183px;
}

.py-183 {
  padding-top: 183px;
  padding-bottom: 183px;
}

.pr-183 {
  padding-right: 183px;
}

.pl-183 {
  padding-left: 183px;
}

.pt-183 {
  padding-top: 183px;
}

.pb-183 {
  padding-bottom: 183px;
}

.fs-183 {
  font-size: 183px;
}

.w-183 {
  width: 183px;
}

.h-183 {
  height: 183px;
}

@media (min-width: 576px) {
  .lh-sm-183 {
    line-height: 183px;
  }
  .line-height-sm-183 {
    line-height: 183px;
  }
  .grid-cols-sm-183 {
    grid-template-columns: repeat(183, 1fr);
  }
  .gap-sm-183 {
    gap: 183px;
  }
  .gap-x-sm-183 {
    -moz-column-gap: 183px;
         column-gap: 183px;
  }
  .gap-y-sm-183 {
    row-gap: 183px;
  }
  .rounded-sm-183 {
    border-radius: 183px;
  }
  .mb-sm-183 {
    margin-bottom: 183px;
  }
  .mt-sm-183 {
    margin-top: 183px;
  }
  .mr-sm-183 {
    margin-right: 183px;
  }
  .ml-sm-183 {
    margin-left: 183px;
  }
  .mx-sm-183 {
    margin-right: 183px;
    margin-left: 183px;
  }
  .my-sm-183 {
    margin-top: 183px;
    margin-bottom: 183px;
  }
  .p-sm-183 {
    padding: 183px;
  }
  .px-sm-183 {
    padding-right: 183px;
    padding-left: 183px;
  }
  .py-sm-183 {
    padding-top: 183px;
    padding-bottom: 183px;
  }
  .pr-sm-183 {
    padding-right: 183px;
  }
  .pl-sm-183 {
    padding-left: 183px;
  }
  .pt-sm-183 {
    padding-top: 183px;
  }
  .pb-sm-183 {
    padding-bottom: 183px;
  }
  .fs-sm-183 {
    font-size: 183px;
  }
  .w-sm-183 {
    width: 183px;
  }
  .h-sm-183 {
    height: 183px;
  }
}
@media (min-width: 768px) {
  .lh-md-183 {
    line-height: 183px;
  }
  .line-height-md-183 {
    line-height: 183px;
  }
  .grid-cols-md-183 {
    grid-template-columns: repeat(183, 1fr);
  }
  .gap-md-183 {
    gap: 183px;
  }
  .gap-x-md-183 {
    -moz-column-gap: 183px;
         column-gap: 183px;
  }
  .gap-y-md-183 {
    row-gap: 183px;
  }
  .rounded-md-183 {
    border-radius: 183px;
  }
  .mb-md-183 {
    margin-bottom: 183px;
  }
  .mt-md-183 {
    margin-top: 183px;
  }
  .mr-md-183 {
    margin-right: 183px;
  }
  .ml-md-183 {
    margin-left: 183px;
  }
  .mx-md-183 {
    margin-right: 183px;
    margin-left: 183px;
  }
  .my-md-183 {
    margin-top: 183px;
    margin-bottom: 183px;
  }
  .p-md-183 {
    padding: 183px;
  }
  .px-md-183 {
    padding-right: 183px;
    padding-left: 183px;
  }
  .py-md-183 {
    padding-top: 183px;
    padding-bottom: 183px;
  }
  .pr-md-183 {
    padding-right: 183px;
  }
  .pl-md-183 {
    padding-left: 183px;
  }
  .pt-md-183 {
    padding-top: 183px;
  }
  .pb-md-183 {
    padding-bottom: 183px;
  }
  .fs-md-183 {
    font-size: 183px;
  }
  .w-md-183 {
    width: 183px;
  }
  .h-md-183 {
    height: 183px;
  }
}
@media (min-width: 992px) {
  .lh-lg-183 {
    line-height: 183px;
  }
  .line-height-lg-183 {
    line-height: 183px;
  }
  .grid-cols-lg-183 {
    grid-template-columns: repeat(183, 1fr);
  }
  .gap-lg-183 {
    gap: 183px;
  }
  .gap-x-lg-183 {
    -moz-column-gap: 183px;
         column-gap: 183px;
  }
  .gap-y-lg-183 {
    row-gap: 183px;
  }
  .rounded-lg-183 {
    border-radius: 183px;
  }
  .mb-lg-183 {
    margin-bottom: 183px;
  }
  .mt-lg-183 {
    margin-top: 183px;
  }
  .mr-lg-183 {
    margin-right: 183px;
  }
  .ml-lg-183 {
    margin-left: 183px;
  }
  .mx-lg-183 {
    margin-right: 183px;
    margin-left: 183px;
  }
  .my-lg-183 {
    margin-top: 183px;
    margin-bottom: 183px;
  }
  .p-lg-183 {
    padding: 183px;
  }
  .px-lg-183 {
    padding-right: 183px;
    padding-left: 183px;
  }
  .py-lg-183 {
    padding-top: 183px;
    padding-bottom: 183px;
  }
  .pr-lg-183 {
    padding-right: 183px;
  }
  .pl-lg-183 {
    padding-left: 183px;
  }
  .pt-lg-183 {
    padding-top: 183px;
  }
  .pb-lg-183 {
    padding-bottom: 183px;
  }
  .fs-lg-183 {
    font-size: 183px;
  }
  .w-lg-183 {
    width: 183px;
  }
  .h-lg-183 {
    height: 183px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-183 {
    line-height: 183px;
  }
  .line-height-xl-183 {
    line-height: 183px;
  }
  .grid-cols-xl-183 {
    grid-template-columns: repeat(183, 1fr);
  }
  .gap-xl-183 {
    gap: 183px;
  }
  .gap-x-xl-183 {
    -moz-column-gap: 183px;
         column-gap: 183px;
  }
  .gap-y-xl-183 {
    row-gap: 183px;
  }
  .rounded-xl-183 {
    border-radius: 183px;
  }
  .mb-xl-183 {
    margin-bottom: 183px;
  }
  .mt-xl-183 {
    margin-top: 183px;
  }
  .mr-xl-183 {
    margin-right: 183px;
  }
  .ml-xl-183 {
    margin-left: 183px;
  }
  .mx-xl-183 {
    margin-right: 183px;
    margin-left: 183px;
  }
  .my-xl-183 {
    margin-top: 183px;
    margin-bottom: 183px;
  }
  .p-xl-183 {
    padding: 183px;
  }
  .px-xl-183 {
    padding-right: 183px;
    padding-left: 183px;
  }
  .py-xl-183 {
    padding-top: 183px;
    padding-bottom: 183px;
  }
  .pr-xl-183 {
    padding-right: 183px;
  }
  .pl-xl-183 {
    padding-left: 183px;
  }
  .pt-xl-183 {
    padding-top: 183px;
  }
  .pb-xl-183 {
    padding-bottom: 183px;
  }
  .fs-xl-183 {
    font-size: 183px;
  }
  .w-xl-183 {
    width: 183px;
  }
  .h-xl-183 {
    height: 183px;
  }
}
.lh-184 {
  line-height: 184px;
}

.grid-cols-184 {
  grid-template-columns: repeat(184, 1fr);
}

.line-height-184 {
  line-height: 184px;
}

.gap-184 {
  gap: 184px;
}

.gap-x-184 {
  -moz-column-gap: 184px;
       column-gap: 184px;
}

.gap-y-184 {
  row-gap: 184px;
}

.rounded-184 {
  border-radius: 184px;
}

.mb-184 {
  margin-bottom: 184px;
}

.mt-184 {
  margin-top: 184px;
}

.mr-184 {
  margin-right: 184px;
}

.ml-184 {
  margin-left: 184px;
}

.mx-184 {
  margin-right: 184px;
  margin-left: 184px;
}

.my-184 {
  margin-top: 184px;
  margin-bottom: 184px;
}

.p-184 {
  padding: 184px;
}

.px-184 {
  padding-right: 184px;
  padding-left: 184px;
}

.py-184 {
  padding-top: 184px;
  padding-bottom: 184px;
}

.pr-184 {
  padding-right: 184px;
}

.pl-184 {
  padding-left: 184px;
}

.pt-184 {
  padding-top: 184px;
}

.pb-184 {
  padding-bottom: 184px;
}

.fs-184 {
  font-size: 184px;
}

.w-184 {
  width: 184px;
}

.h-184 {
  height: 184px;
}

@media (min-width: 576px) {
  .lh-sm-184 {
    line-height: 184px;
  }
  .line-height-sm-184 {
    line-height: 184px;
  }
  .grid-cols-sm-184 {
    grid-template-columns: repeat(184, 1fr);
  }
  .gap-sm-184 {
    gap: 184px;
  }
  .gap-x-sm-184 {
    -moz-column-gap: 184px;
         column-gap: 184px;
  }
  .gap-y-sm-184 {
    row-gap: 184px;
  }
  .rounded-sm-184 {
    border-radius: 184px;
  }
  .mb-sm-184 {
    margin-bottom: 184px;
  }
  .mt-sm-184 {
    margin-top: 184px;
  }
  .mr-sm-184 {
    margin-right: 184px;
  }
  .ml-sm-184 {
    margin-left: 184px;
  }
  .mx-sm-184 {
    margin-right: 184px;
    margin-left: 184px;
  }
  .my-sm-184 {
    margin-top: 184px;
    margin-bottom: 184px;
  }
  .p-sm-184 {
    padding: 184px;
  }
  .px-sm-184 {
    padding-right: 184px;
    padding-left: 184px;
  }
  .py-sm-184 {
    padding-top: 184px;
    padding-bottom: 184px;
  }
  .pr-sm-184 {
    padding-right: 184px;
  }
  .pl-sm-184 {
    padding-left: 184px;
  }
  .pt-sm-184 {
    padding-top: 184px;
  }
  .pb-sm-184 {
    padding-bottom: 184px;
  }
  .fs-sm-184 {
    font-size: 184px;
  }
  .w-sm-184 {
    width: 184px;
  }
  .h-sm-184 {
    height: 184px;
  }
}
@media (min-width: 768px) {
  .lh-md-184 {
    line-height: 184px;
  }
  .line-height-md-184 {
    line-height: 184px;
  }
  .grid-cols-md-184 {
    grid-template-columns: repeat(184, 1fr);
  }
  .gap-md-184 {
    gap: 184px;
  }
  .gap-x-md-184 {
    -moz-column-gap: 184px;
         column-gap: 184px;
  }
  .gap-y-md-184 {
    row-gap: 184px;
  }
  .rounded-md-184 {
    border-radius: 184px;
  }
  .mb-md-184 {
    margin-bottom: 184px;
  }
  .mt-md-184 {
    margin-top: 184px;
  }
  .mr-md-184 {
    margin-right: 184px;
  }
  .ml-md-184 {
    margin-left: 184px;
  }
  .mx-md-184 {
    margin-right: 184px;
    margin-left: 184px;
  }
  .my-md-184 {
    margin-top: 184px;
    margin-bottom: 184px;
  }
  .p-md-184 {
    padding: 184px;
  }
  .px-md-184 {
    padding-right: 184px;
    padding-left: 184px;
  }
  .py-md-184 {
    padding-top: 184px;
    padding-bottom: 184px;
  }
  .pr-md-184 {
    padding-right: 184px;
  }
  .pl-md-184 {
    padding-left: 184px;
  }
  .pt-md-184 {
    padding-top: 184px;
  }
  .pb-md-184 {
    padding-bottom: 184px;
  }
  .fs-md-184 {
    font-size: 184px;
  }
  .w-md-184 {
    width: 184px;
  }
  .h-md-184 {
    height: 184px;
  }
}
@media (min-width: 992px) {
  .lh-lg-184 {
    line-height: 184px;
  }
  .line-height-lg-184 {
    line-height: 184px;
  }
  .grid-cols-lg-184 {
    grid-template-columns: repeat(184, 1fr);
  }
  .gap-lg-184 {
    gap: 184px;
  }
  .gap-x-lg-184 {
    -moz-column-gap: 184px;
         column-gap: 184px;
  }
  .gap-y-lg-184 {
    row-gap: 184px;
  }
  .rounded-lg-184 {
    border-radius: 184px;
  }
  .mb-lg-184 {
    margin-bottom: 184px;
  }
  .mt-lg-184 {
    margin-top: 184px;
  }
  .mr-lg-184 {
    margin-right: 184px;
  }
  .ml-lg-184 {
    margin-left: 184px;
  }
  .mx-lg-184 {
    margin-right: 184px;
    margin-left: 184px;
  }
  .my-lg-184 {
    margin-top: 184px;
    margin-bottom: 184px;
  }
  .p-lg-184 {
    padding: 184px;
  }
  .px-lg-184 {
    padding-right: 184px;
    padding-left: 184px;
  }
  .py-lg-184 {
    padding-top: 184px;
    padding-bottom: 184px;
  }
  .pr-lg-184 {
    padding-right: 184px;
  }
  .pl-lg-184 {
    padding-left: 184px;
  }
  .pt-lg-184 {
    padding-top: 184px;
  }
  .pb-lg-184 {
    padding-bottom: 184px;
  }
  .fs-lg-184 {
    font-size: 184px;
  }
  .w-lg-184 {
    width: 184px;
  }
  .h-lg-184 {
    height: 184px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-184 {
    line-height: 184px;
  }
  .line-height-xl-184 {
    line-height: 184px;
  }
  .grid-cols-xl-184 {
    grid-template-columns: repeat(184, 1fr);
  }
  .gap-xl-184 {
    gap: 184px;
  }
  .gap-x-xl-184 {
    -moz-column-gap: 184px;
         column-gap: 184px;
  }
  .gap-y-xl-184 {
    row-gap: 184px;
  }
  .rounded-xl-184 {
    border-radius: 184px;
  }
  .mb-xl-184 {
    margin-bottom: 184px;
  }
  .mt-xl-184 {
    margin-top: 184px;
  }
  .mr-xl-184 {
    margin-right: 184px;
  }
  .ml-xl-184 {
    margin-left: 184px;
  }
  .mx-xl-184 {
    margin-right: 184px;
    margin-left: 184px;
  }
  .my-xl-184 {
    margin-top: 184px;
    margin-bottom: 184px;
  }
  .p-xl-184 {
    padding: 184px;
  }
  .px-xl-184 {
    padding-right: 184px;
    padding-left: 184px;
  }
  .py-xl-184 {
    padding-top: 184px;
    padding-bottom: 184px;
  }
  .pr-xl-184 {
    padding-right: 184px;
  }
  .pl-xl-184 {
    padding-left: 184px;
  }
  .pt-xl-184 {
    padding-top: 184px;
  }
  .pb-xl-184 {
    padding-bottom: 184px;
  }
  .fs-xl-184 {
    font-size: 184px;
  }
  .w-xl-184 {
    width: 184px;
  }
  .h-xl-184 {
    height: 184px;
  }
}
.lh-185 {
  line-height: 185px;
}

.grid-cols-185 {
  grid-template-columns: repeat(185, 1fr);
}

.line-height-185 {
  line-height: 185px;
}

.gap-185 {
  gap: 185px;
}

.gap-x-185 {
  -moz-column-gap: 185px;
       column-gap: 185px;
}

.gap-y-185 {
  row-gap: 185px;
}

.rounded-185 {
  border-radius: 185px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mt-185 {
  margin-top: 185px;
}

.mr-185 {
  margin-right: 185px;
}

.ml-185 {
  margin-left: 185px;
}

.mx-185 {
  margin-right: 185px;
  margin-left: 185px;
}

.my-185 {
  margin-top: 185px;
  margin-bottom: 185px;
}

.p-185 {
  padding: 185px;
}

.px-185 {
  padding-right: 185px;
  padding-left: 185px;
}

.py-185 {
  padding-top: 185px;
  padding-bottom: 185px;
}

.pr-185 {
  padding-right: 185px;
}

.pl-185 {
  padding-left: 185px;
}

.pt-185 {
  padding-top: 185px;
}

.pb-185 {
  padding-bottom: 185px;
}

.fs-185 {
  font-size: 185px;
}

.w-185 {
  width: 185px;
}

.h-185 {
  height: 185px;
}

@media (min-width: 576px) {
  .lh-sm-185 {
    line-height: 185px;
  }
  .line-height-sm-185 {
    line-height: 185px;
  }
  .grid-cols-sm-185 {
    grid-template-columns: repeat(185, 1fr);
  }
  .gap-sm-185 {
    gap: 185px;
  }
  .gap-x-sm-185 {
    -moz-column-gap: 185px;
         column-gap: 185px;
  }
  .gap-y-sm-185 {
    row-gap: 185px;
  }
  .rounded-sm-185 {
    border-radius: 185px;
  }
  .mb-sm-185 {
    margin-bottom: 185px;
  }
  .mt-sm-185 {
    margin-top: 185px;
  }
  .mr-sm-185 {
    margin-right: 185px;
  }
  .ml-sm-185 {
    margin-left: 185px;
  }
  .mx-sm-185 {
    margin-right: 185px;
    margin-left: 185px;
  }
  .my-sm-185 {
    margin-top: 185px;
    margin-bottom: 185px;
  }
  .p-sm-185 {
    padding: 185px;
  }
  .px-sm-185 {
    padding-right: 185px;
    padding-left: 185px;
  }
  .py-sm-185 {
    padding-top: 185px;
    padding-bottom: 185px;
  }
  .pr-sm-185 {
    padding-right: 185px;
  }
  .pl-sm-185 {
    padding-left: 185px;
  }
  .pt-sm-185 {
    padding-top: 185px;
  }
  .pb-sm-185 {
    padding-bottom: 185px;
  }
  .fs-sm-185 {
    font-size: 185px;
  }
  .w-sm-185 {
    width: 185px;
  }
  .h-sm-185 {
    height: 185px;
  }
}
@media (min-width: 768px) {
  .lh-md-185 {
    line-height: 185px;
  }
  .line-height-md-185 {
    line-height: 185px;
  }
  .grid-cols-md-185 {
    grid-template-columns: repeat(185, 1fr);
  }
  .gap-md-185 {
    gap: 185px;
  }
  .gap-x-md-185 {
    -moz-column-gap: 185px;
         column-gap: 185px;
  }
  .gap-y-md-185 {
    row-gap: 185px;
  }
  .rounded-md-185 {
    border-radius: 185px;
  }
  .mb-md-185 {
    margin-bottom: 185px;
  }
  .mt-md-185 {
    margin-top: 185px;
  }
  .mr-md-185 {
    margin-right: 185px;
  }
  .ml-md-185 {
    margin-left: 185px;
  }
  .mx-md-185 {
    margin-right: 185px;
    margin-left: 185px;
  }
  .my-md-185 {
    margin-top: 185px;
    margin-bottom: 185px;
  }
  .p-md-185 {
    padding: 185px;
  }
  .px-md-185 {
    padding-right: 185px;
    padding-left: 185px;
  }
  .py-md-185 {
    padding-top: 185px;
    padding-bottom: 185px;
  }
  .pr-md-185 {
    padding-right: 185px;
  }
  .pl-md-185 {
    padding-left: 185px;
  }
  .pt-md-185 {
    padding-top: 185px;
  }
  .pb-md-185 {
    padding-bottom: 185px;
  }
  .fs-md-185 {
    font-size: 185px;
  }
  .w-md-185 {
    width: 185px;
  }
  .h-md-185 {
    height: 185px;
  }
}
@media (min-width: 992px) {
  .lh-lg-185 {
    line-height: 185px;
  }
  .line-height-lg-185 {
    line-height: 185px;
  }
  .grid-cols-lg-185 {
    grid-template-columns: repeat(185, 1fr);
  }
  .gap-lg-185 {
    gap: 185px;
  }
  .gap-x-lg-185 {
    -moz-column-gap: 185px;
         column-gap: 185px;
  }
  .gap-y-lg-185 {
    row-gap: 185px;
  }
  .rounded-lg-185 {
    border-radius: 185px;
  }
  .mb-lg-185 {
    margin-bottom: 185px;
  }
  .mt-lg-185 {
    margin-top: 185px;
  }
  .mr-lg-185 {
    margin-right: 185px;
  }
  .ml-lg-185 {
    margin-left: 185px;
  }
  .mx-lg-185 {
    margin-right: 185px;
    margin-left: 185px;
  }
  .my-lg-185 {
    margin-top: 185px;
    margin-bottom: 185px;
  }
  .p-lg-185 {
    padding: 185px;
  }
  .px-lg-185 {
    padding-right: 185px;
    padding-left: 185px;
  }
  .py-lg-185 {
    padding-top: 185px;
    padding-bottom: 185px;
  }
  .pr-lg-185 {
    padding-right: 185px;
  }
  .pl-lg-185 {
    padding-left: 185px;
  }
  .pt-lg-185 {
    padding-top: 185px;
  }
  .pb-lg-185 {
    padding-bottom: 185px;
  }
  .fs-lg-185 {
    font-size: 185px;
  }
  .w-lg-185 {
    width: 185px;
  }
  .h-lg-185 {
    height: 185px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-185 {
    line-height: 185px;
  }
  .line-height-xl-185 {
    line-height: 185px;
  }
  .grid-cols-xl-185 {
    grid-template-columns: repeat(185, 1fr);
  }
  .gap-xl-185 {
    gap: 185px;
  }
  .gap-x-xl-185 {
    -moz-column-gap: 185px;
         column-gap: 185px;
  }
  .gap-y-xl-185 {
    row-gap: 185px;
  }
  .rounded-xl-185 {
    border-radius: 185px;
  }
  .mb-xl-185 {
    margin-bottom: 185px;
  }
  .mt-xl-185 {
    margin-top: 185px;
  }
  .mr-xl-185 {
    margin-right: 185px;
  }
  .ml-xl-185 {
    margin-left: 185px;
  }
  .mx-xl-185 {
    margin-right: 185px;
    margin-left: 185px;
  }
  .my-xl-185 {
    margin-top: 185px;
    margin-bottom: 185px;
  }
  .p-xl-185 {
    padding: 185px;
  }
  .px-xl-185 {
    padding-right: 185px;
    padding-left: 185px;
  }
  .py-xl-185 {
    padding-top: 185px;
    padding-bottom: 185px;
  }
  .pr-xl-185 {
    padding-right: 185px;
  }
  .pl-xl-185 {
    padding-left: 185px;
  }
  .pt-xl-185 {
    padding-top: 185px;
  }
  .pb-xl-185 {
    padding-bottom: 185px;
  }
  .fs-xl-185 {
    font-size: 185px;
  }
  .w-xl-185 {
    width: 185px;
  }
  .h-xl-185 {
    height: 185px;
  }
}
.lh-186 {
  line-height: 186px;
}

.grid-cols-186 {
  grid-template-columns: repeat(186, 1fr);
}

.line-height-186 {
  line-height: 186px;
}

.gap-186 {
  gap: 186px;
}

.gap-x-186 {
  -moz-column-gap: 186px;
       column-gap: 186px;
}

.gap-y-186 {
  row-gap: 186px;
}

.rounded-186 {
  border-radius: 186px;
}

.mb-186 {
  margin-bottom: 186px;
}

.mt-186 {
  margin-top: 186px;
}

.mr-186 {
  margin-right: 186px;
}

.ml-186 {
  margin-left: 186px;
}

.mx-186 {
  margin-right: 186px;
  margin-left: 186px;
}

.my-186 {
  margin-top: 186px;
  margin-bottom: 186px;
}

.p-186 {
  padding: 186px;
}

.px-186 {
  padding-right: 186px;
  padding-left: 186px;
}

.py-186 {
  padding-top: 186px;
  padding-bottom: 186px;
}

.pr-186 {
  padding-right: 186px;
}

.pl-186 {
  padding-left: 186px;
}

.pt-186 {
  padding-top: 186px;
}

.pb-186 {
  padding-bottom: 186px;
}

.fs-186 {
  font-size: 186px;
}

.w-186 {
  width: 186px;
}

.h-186 {
  height: 186px;
}

@media (min-width: 576px) {
  .lh-sm-186 {
    line-height: 186px;
  }
  .line-height-sm-186 {
    line-height: 186px;
  }
  .grid-cols-sm-186 {
    grid-template-columns: repeat(186, 1fr);
  }
  .gap-sm-186 {
    gap: 186px;
  }
  .gap-x-sm-186 {
    -moz-column-gap: 186px;
         column-gap: 186px;
  }
  .gap-y-sm-186 {
    row-gap: 186px;
  }
  .rounded-sm-186 {
    border-radius: 186px;
  }
  .mb-sm-186 {
    margin-bottom: 186px;
  }
  .mt-sm-186 {
    margin-top: 186px;
  }
  .mr-sm-186 {
    margin-right: 186px;
  }
  .ml-sm-186 {
    margin-left: 186px;
  }
  .mx-sm-186 {
    margin-right: 186px;
    margin-left: 186px;
  }
  .my-sm-186 {
    margin-top: 186px;
    margin-bottom: 186px;
  }
  .p-sm-186 {
    padding: 186px;
  }
  .px-sm-186 {
    padding-right: 186px;
    padding-left: 186px;
  }
  .py-sm-186 {
    padding-top: 186px;
    padding-bottom: 186px;
  }
  .pr-sm-186 {
    padding-right: 186px;
  }
  .pl-sm-186 {
    padding-left: 186px;
  }
  .pt-sm-186 {
    padding-top: 186px;
  }
  .pb-sm-186 {
    padding-bottom: 186px;
  }
  .fs-sm-186 {
    font-size: 186px;
  }
  .w-sm-186 {
    width: 186px;
  }
  .h-sm-186 {
    height: 186px;
  }
}
@media (min-width: 768px) {
  .lh-md-186 {
    line-height: 186px;
  }
  .line-height-md-186 {
    line-height: 186px;
  }
  .grid-cols-md-186 {
    grid-template-columns: repeat(186, 1fr);
  }
  .gap-md-186 {
    gap: 186px;
  }
  .gap-x-md-186 {
    -moz-column-gap: 186px;
         column-gap: 186px;
  }
  .gap-y-md-186 {
    row-gap: 186px;
  }
  .rounded-md-186 {
    border-radius: 186px;
  }
  .mb-md-186 {
    margin-bottom: 186px;
  }
  .mt-md-186 {
    margin-top: 186px;
  }
  .mr-md-186 {
    margin-right: 186px;
  }
  .ml-md-186 {
    margin-left: 186px;
  }
  .mx-md-186 {
    margin-right: 186px;
    margin-left: 186px;
  }
  .my-md-186 {
    margin-top: 186px;
    margin-bottom: 186px;
  }
  .p-md-186 {
    padding: 186px;
  }
  .px-md-186 {
    padding-right: 186px;
    padding-left: 186px;
  }
  .py-md-186 {
    padding-top: 186px;
    padding-bottom: 186px;
  }
  .pr-md-186 {
    padding-right: 186px;
  }
  .pl-md-186 {
    padding-left: 186px;
  }
  .pt-md-186 {
    padding-top: 186px;
  }
  .pb-md-186 {
    padding-bottom: 186px;
  }
  .fs-md-186 {
    font-size: 186px;
  }
  .w-md-186 {
    width: 186px;
  }
  .h-md-186 {
    height: 186px;
  }
}
@media (min-width: 992px) {
  .lh-lg-186 {
    line-height: 186px;
  }
  .line-height-lg-186 {
    line-height: 186px;
  }
  .grid-cols-lg-186 {
    grid-template-columns: repeat(186, 1fr);
  }
  .gap-lg-186 {
    gap: 186px;
  }
  .gap-x-lg-186 {
    -moz-column-gap: 186px;
         column-gap: 186px;
  }
  .gap-y-lg-186 {
    row-gap: 186px;
  }
  .rounded-lg-186 {
    border-radius: 186px;
  }
  .mb-lg-186 {
    margin-bottom: 186px;
  }
  .mt-lg-186 {
    margin-top: 186px;
  }
  .mr-lg-186 {
    margin-right: 186px;
  }
  .ml-lg-186 {
    margin-left: 186px;
  }
  .mx-lg-186 {
    margin-right: 186px;
    margin-left: 186px;
  }
  .my-lg-186 {
    margin-top: 186px;
    margin-bottom: 186px;
  }
  .p-lg-186 {
    padding: 186px;
  }
  .px-lg-186 {
    padding-right: 186px;
    padding-left: 186px;
  }
  .py-lg-186 {
    padding-top: 186px;
    padding-bottom: 186px;
  }
  .pr-lg-186 {
    padding-right: 186px;
  }
  .pl-lg-186 {
    padding-left: 186px;
  }
  .pt-lg-186 {
    padding-top: 186px;
  }
  .pb-lg-186 {
    padding-bottom: 186px;
  }
  .fs-lg-186 {
    font-size: 186px;
  }
  .w-lg-186 {
    width: 186px;
  }
  .h-lg-186 {
    height: 186px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-186 {
    line-height: 186px;
  }
  .line-height-xl-186 {
    line-height: 186px;
  }
  .grid-cols-xl-186 {
    grid-template-columns: repeat(186, 1fr);
  }
  .gap-xl-186 {
    gap: 186px;
  }
  .gap-x-xl-186 {
    -moz-column-gap: 186px;
         column-gap: 186px;
  }
  .gap-y-xl-186 {
    row-gap: 186px;
  }
  .rounded-xl-186 {
    border-radius: 186px;
  }
  .mb-xl-186 {
    margin-bottom: 186px;
  }
  .mt-xl-186 {
    margin-top: 186px;
  }
  .mr-xl-186 {
    margin-right: 186px;
  }
  .ml-xl-186 {
    margin-left: 186px;
  }
  .mx-xl-186 {
    margin-right: 186px;
    margin-left: 186px;
  }
  .my-xl-186 {
    margin-top: 186px;
    margin-bottom: 186px;
  }
  .p-xl-186 {
    padding: 186px;
  }
  .px-xl-186 {
    padding-right: 186px;
    padding-left: 186px;
  }
  .py-xl-186 {
    padding-top: 186px;
    padding-bottom: 186px;
  }
  .pr-xl-186 {
    padding-right: 186px;
  }
  .pl-xl-186 {
    padding-left: 186px;
  }
  .pt-xl-186 {
    padding-top: 186px;
  }
  .pb-xl-186 {
    padding-bottom: 186px;
  }
  .fs-xl-186 {
    font-size: 186px;
  }
  .w-xl-186 {
    width: 186px;
  }
  .h-xl-186 {
    height: 186px;
  }
}
.lh-187 {
  line-height: 187px;
}

.grid-cols-187 {
  grid-template-columns: repeat(187, 1fr);
}

.line-height-187 {
  line-height: 187px;
}

.gap-187 {
  gap: 187px;
}

.gap-x-187 {
  -moz-column-gap: 187px;
       column-gap: 187px;
}

.gap-y-187 {
  row-gap: 187px;
}

.rounded-187 {
  border-radius: 187px;
}

.mb-187 {
  margin-bottom: 187px;
}

.mt-187 {
  margin-top: 187px;
}

.mr-187 {
  margin-right: 187px;
}

.ml-187 {
  margin-left: 187px;
}

.mx-187 {
  margin-right: 187px;
  margin-left: 187px;
}

.my-187 {
  margin-top: 187px;
  margin-bottom: 187px;
}

.p-187 {
  padding: 187px;
}

.px-187 {
  padding-right: 187px;
  padding-left: 187px;
}

.py-187 {
  padding-top: 187px;
  padding-bottom: 187px;
}

.pr-187 {
  padding-right: 187px;
}

.pl-187 {
  padding-left: 187px;
}

.pt-187 {
  padding-top: 187px;
}

.pb-187 {
  padding-bottom: 187px;
}

.fs-187 {
  font-size: 187px;
}

.w-187 {
  width: 187px;
}

.h-187 {
  height: 187px;
}

@media (min-width: 576px) {
  .lh-sm-187 {
    line-height: 187px;
  }
  .line-height-sm-187 {
    line-height: 187px;
  }
  .grid-cols-sm-187 {
    grid-template-columns: repeat(187, 1fr);
  }
  .gap-sm-187 {
    gap: 187px;
  }
  .gap-x-sm-187 {
    -moz-column-gap: 187px;
         column-gap: 187px;
  }
  .gap-y-sm-187 {
    row-gap: 187px;
  }
  .rounded-sm-187 {
    border-radius: 187px;
  }
  .mb-sm-187 {
    margin-bottom: 187px;
  }
  .mt-sm-187 {
    margin-top: 187px;
  }
  .mr-sm-187 {
    margin-right: 187px;
  }
  .ml-sm-187 {
    margin-left: 187px;
  }
  .mx-sm-187 {
    margin-right: 187px;
    margin-left: 187px;
  }
  .my-sm-187 {
    margin-top: 187px;
    margin-bottom: 187px;
  }
  .p-sm-187 {
    padding: 187px;
  }
  .px-sm-187 {
    padding-right: 187px;
    padding-left: 187px;
  }
  .py-sm-187 {
    padding-top: 187px;
    padding-bottom: 187px;
  }
  .pr-sm-187 {
    padding-right: 187px;
  }
  .pl-sm-187 {
    padding-left: 187px;
  }
  .pt-sm-187 {
    padding-top: 187px;
  }
  .pb-sm-187 {
    padding-bottom: 187px;
  }
  .fs-sm-187 {
    font-size: 187px;
  }
  .w-sm-187 {
    width: 187px;
  }
  .h-sm-187 {
    height: 187px;
  }
}
@media (min-width: 768px) {
  .lh-md-187 {
    line-height: 187px;
  }
  .line-height-md-187 {
    line-height: 187px;
  }
  .grid-cols-md-187 {
    grid-template-columns: repeat(187, 1fr);
  }
  .gap-md-187 {
    gap: 187px;
  }
  .gap-x-md-187 {
    -moz-column-gap: 187px;
         column-gap: 187px;
  }
  .gap-y-md-187 {
    row-gap: 187px;
  }
  .rounded-md-187 {
    border-radius: 187px;
  }
  .mb-md-187 {
    margin-bottom: 187px;
  }
  .mt-md-187 {
    margin-top: 187px;
  }
  .mr-md-187 {
    margin-right: 187px;
  }
  .ml-md-187 {
    margin-left: 187px;
  }
  .mx-md-187 {
    margin-right: 187px;
    margin-left: 187px;
  }
  .my-md-187 {
    margin-top: 187px;
    margin-bottom: 187px;
  }
  .p-md-187 {
    padding: 187px;
  }
  .px-md-187 {
    padding-right: 187px;
    padding-left: 187px;
  }
  .py-md-187 {
    padding-top: 187px;
    padding-bottom: 187px;
  }
  .pr-md-187 {
    padding-right: 187px;
  }
  .pl-md-187 {
    padding-left: 187px;
  }
  .pt-md-187 {
    padding-top: 187px;
  }
  .pb-md-187 {
    padding-bottom: 187px;
  }
  .fs-md-187 {
    font-size: 187px;
  }
  .w-md-187 {
    width: 187px;
  }
  .h-md-187 {
    height: 187px;
  }
}
@media (min-width: 992px) {
  .lh-lg-187 {
    line-height: 187px;
  }
  .line-height-lg-187 {
    line-height: 187px;
  }
  .grid-cols-lg-187 {
    grid-template-columns: repeat(187, 1fr);
  }
  .gap-lg-187 {
    gap: 187px;
  }
  .gap-x-lg-187 {
    -moz-column-gap: 187px;
         column-gap: 187px;
  }
  .gap-y-lg-187 {
    row-gap: 187px;
  }
  .rounded-lg-187 {
    border-radius: 187px;
  }
  .mb-lg-187 {
    margin-bottom: 187px;
  }
  .mt-lg-187 {
    margin-top: 187px;
  }
  .mr-lg-187 {
    margin-right: 187px;
  }
  .ml-lg-187 {
    margin-left: 187px;
  }
  .mx-lg-187 {
    margin-right: 187px;
    margin-left: 187px;
  }
  .my-lg-187 {
    margin-top: 187px;
    margin-bottom: 187px;
  }
  .p-lg-187 {
    padding: 187px;
  }
  .px-lg-187 {
    padding-right: 187px;
    padding-left: 187px;
  }
  .py-lg-187 {
    padding-top: 187px;
    padding-bottom: 187px;
  }
  .pr-lg-187 {
    padding-right: 187px;
  }
  .pl-lg-187 {
    padding-left: 187px;
  }
  .pt-lg-187 {
    padding-top: 187px;
  }
  .pb-lg-187 {
    padding-bottom: 187px;
  }
  .fs-lg-187 {
    font-size: 187px;
  }
  .w-lg-187 {
    width: 187px;
  }
  .h-lg-187 {
    height: 187px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-187 {
    line-height: 187px;
  }
  .line-height-xl-187 {
    line-height: 187px;
  }
  .grid-cols-xl-187 {
    grid-template-columns: repeat(187, 1fr);
  }
  .gap-xl-187 {
    gap: 187px;
  }
  .gap-x-xl-187 {
    -moz-column-gap: 187px;
         column-gap: 187px;
  }
  .gap-y-xl-187 {
    row-gap: 187px;
  }
  .rounded-xl-187 {
    border-radius: 187px;
  }
  .mb-xl-187 {
    margin-bottom: 187px;
  }
  .mt-xl-187 {
    margin-top: 187px;
  }
  .mr-xl-187 {
    margin-right: 187px;
  }
  .ml-xl-187 {
    margin-left: 187px;
  }
  .mx-xl-187 {
    margin-right: 187px;
    margin-left: 187px;
  }
  .my-xl-187 {
    margin-top: 187px;
    margin-bottom: 187px;
  }
  .p-xl-187 {
    padding: 187px;
  }
  .px-xl-187 {
    padding-right: 187px;
    padding-left: 187px;
  }
  .py-xl-187 {
    padding-top: 187px;
    padding-bottom: 187px;
  }
  .pr-xl-187 {
    padding-right: 187px;
  }
  .pl-xl-187 {
    padding-left: 187px;
  }
  .pt-xl-187 {
    padding-top: 187px;
  }
  .pb-xl-187 {
    padding-bottom: 187px;
  }
  .fs-xl-187 {
    font-size: 187px;
  }
  .w-xl-187 {
    width: 187px;
  }
  .h-xl-187 {
    height: 187px;
  }
}
.lh-188 {
  line-height: 188px;
}

.grid-cols-188 {
  grid-template-columns: repeat(188, 1fr);
}

.line-height-188 {
  line-height: 188px;
}

.gap-188 {
  gap: 188px;
}

.gap-x-188 {
  -moz-column-gap: 188px;
       column-gap: 188px;
}

.gap-y-188 {
  row-gap: 188px;
}

.rounded-188 {
  border-radius: 188px;
}

.mb-188 {
  margin-bottom: 188px;
}

.mt-188 {
  margin-top: 188px;
}

.mr-188 {
  margin-right: 188px;
}

.ml-188 {
  margin-left: 188px;
}

.mx-188 {
  margin-right: 188px;
  margin-left: 188px;
}

.my-188 {
  margin-top: 188px;
  margin-bottom: 188px;
}

.p-188 {
  padding: 188px;
}

.px-188 {
  padding-right: 188px;
  padding-left: 188px;
}

.py-188 {
  padding-top: 188px;
  padding-bottom: 188px;
}

.pr-188 {
  padding-right: 188px;
}

.pl-188 {
  padding-left: 188px;
}

.pt-188 {
  padding-top: 188px;
}

.pb-188 {
  padding-bottom: 188px;
}

.fs-188 {
  font-size: 188px;
}

.w-188 {
  width: 188px;
}

.h-188 {
  height: 188px;
}

@media (min-width: 576px) {
  .lh-sm-188 {
    line-height: 188px;
  }
  .line-height-sm-188 {
    line-height: 188px;
  }
  .grid-cols-sm-188 {
    grid-template-columns: repeat(188, 1fr);
  }
  .gap-sm-188 {
    gap: 188px;
  }
  .gap-x-sm-188 {
    -moz-column-gap: 188px;
         column-gap: 188px;
  }
  .gap-y-sm-188 {
    row-gap: 188px;
  }
  .rounded-sm-188 {
    border-radius: 188px;
  }
  .mb-sm-188 {
    margin-bottom: 188px;
  }
  .mt-sm-188 {
    margin-top: 188px;
  }
  .mr-sm-188 {
    margin-right: 188px;
  }
  .ml-sm-188 {
    margin-left: 188px;
  }
  .mx-sm-188 {
    margin-right: 188px;
    margin-left: 188px;
  }
  .my-sm-188 {
    margin-top: 188px;
    margin-bottom: 188px;
  }
  .p-sm-188 {
    padding: 188px;
  }
  .px-sm-188 {
    padding-right: 188px;
    padding-left: 188px;
  }
  .py-sm-188 {
    padding-top: 188px;
    padding-bottom: 188px;
  }
  .pr-sm-188 {
    padding-right: 188px;
  }
  .pl-sm-188 {
    padding-left: 188px;
  }
  .pt-sm-188 {
    padding-top: 188px;
  }
  .pb-sm-188 {
    padding-bottom: 188px;
  }
  .fs-sm-188 {
    font-size: 188px;
  }
  .w-sm-188 {
    width: 188px;
  }
  .h-sm-188 {
    height: 188px;
  }
}
@media (min-width: 768px) {
  .lh-md-188 {
    line-height: 188px;
  }
  .line-height-md-188 {
    line-height: 188px;
  }
  .grid-cols-md-188 {
    grid-template-columns: repeat(188, 1fr);
  }
  .gap-md-188 {
    gap: 188px;
  }
  .gap-x-md-188 {
    -moz-column-gap: 188px;
         column-gap: 188px;
  }
  .gap-y-md-188 {
    row-gap: 188px;
  }
  .rounded-md-188 {
    border-radius: 188px;
  }
  .mb-md-188 {
    margin-bottom: 188px;
  }
  .mt-md-188 {
    margin-top: 188px;
  }
  .mr-md-188 {
    margin-right: 188px;
  }
  .ml-md-188 {
    margin-left: 188px;
  }
  .mx-md-188 {
    margin-right: 188px;
    margin-left: 188px;
  }
  .my-md-188 {
    margin-top: 188px;
    margin-bottom: 188px;
  }
  .p-md-188 {
    padding: 188px;
  }
  .px-md-188 {
    padding-right: 188px;
    padding-left: 188px;
  }
  .py-md-188 {
    padding-top: 188px;
    padding-bottom: 188px;
  }
  .pr-md-188 {
    padding-right: 188px;
  }
  .pl-md-188 {
    padding-left: 188px;
  }
  .pt-md-188 {
    padding-top: 188px;
  }
  .pb-md-188 {
    padding-bottom: 188px;
  }
  .fs-md-188 {
    font-size: 188px;
  }
  .w-md-188 {
    width: 188px;
  }
  .h-md-188 {
    height: 188px;
  }
}
@media (min-width: 992px) {
  .lh-lg-188 {
    line-height: 188px;
  }
  .line-height-lg-188 {
    line-height: 188px;
  }
  .grid-cols-lg-188 {
    grid-template-columns: repeat(188, 1fr);
  }
  .gap-lg-188 {
    gap: 188px;
  }
  .gap-x-lg-188 {
    -moz-column-gap: 188px;
         column-gap: 188px;
  }
  .gap-y-lg-188 {
    row-gap: 188px;
  }
  .rounded-lg-188 {
    border-radius: 188px;
  }
  .mb-lg-188 {
    margin-bottom: 188px;
  }
  .mt-lg-188 {
    margin-top: 188px;
  }
  .mr-lg-188 {
    margin-right: 188px;
  }
  .ml-lg-188 {
    margin-left: 188px;
  }
  .mx-lg-188 {
    margin-right: 188px;
    margin-left: 188px;
  }
  .my-lg-188 {
    margin-top: 188px;
    margin-bottom: 188px;
  }
  .p-lg-188 {
    padding: 188px;
  }
  .px-lg-188 {
    padding-right: 188px;
    padding-left: 188px;
  }
  .py-lg-188 {
    padding-top: 188px;
    padding-bottom: 188px;
  }
  .pr-lg-188 {
    padding-right: 188px;
  }
  .pl-lg-188 {
    padding-left: 188px;
  }
  .pt-lg-188 {
    padding-top: 188px;
  }
  .pb-lg-188 {
    padding-bottom: 188px;
  }
  .fs-lg-188 {
    font-size: 188px;
  }
  .w-lg-188 {
    width: 188px;
  }
  .h-lg-188 {
    height: 188px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-188 {
    line-height: 188px;
  }
  .line-height-xl-188 {
    line-height: 188px;
  }
  .grid-cols-xl-188 {
    grid-template-columns: repeat(188, 1fr);
  }
  .gap-xl-188 {
    gap: 188px;
  }
  .gap-x-xl-188 {
    -moz-column-gap: 188px;
         column-gap: 188px;
  }
  .gap-y-xl-188 {
    row-gap: 188px;
  }
  .rounded-xl-188 {
    border-radius: 188px;
  }
  .mb-xl-188 {
    margin-bottom: 188px;
  }
  .mt-xl-188 {
    margin-top: 188px;
  }
  .mr-xl-188 {
    margin-right: 188px;
  }
  .ml-xl-188 {
    margin-left: 188px;
  }
  .mx-xl-188 {
    margin-right: 188px;
    margin-left: 188px;
  }
  .my-xl-188 {
    margin-top: 188px;
    margin-bottom: 188px;
  }
  .p-xl-188 {
    padding: 188px;
  }
  .px-xl-188 {
    padding-right: 188px;
    padding-left: 188px;
  }
  .py-xl-188 {
    padding-top: 188px;
    padding-bottom: 188px;
  }
  .pr-xl-188 {
    padding-right: 188px;
  }
  .pl-xl-188 {
    padding-left: 188px;
  }
  .pt-xl-188 {
    padding-top: 188px;
  }
  .pb-xl-188 {
    padding-bottom: 188px;
  }
  .fs-xl-188 {
    font-size: 188px;
  }
  .w-xl-188 {
    width: 188px;
  }
  .h-xl-188 {
    height: 188px;
  }
}
.lh-189 {
  line-height: 189px;
}

.grid-cols-189 {
  grid-template-columns: repeat(189, 1fr);
}

.line-height-189 {
  line-height: 189px;
}

.gap-189 {
  gap: 189px;
}

.gap-x-189 {
  -moz-column-gap: 189px;
       column-gap: 189px;
}

.gap-y-189 {
  row-gap: 189px;
}

.rounded-189 {
  border-radius: 189px;
}

.mb-189 {
  margin-bottom: 189px;
}

.mt-189 {
  margin-top: 189px;
}

.mr-189 {
  margin-right: 189px;
}

.ml-189 {
  margin-left: 189px;
}

.mx-189 {
  margin-right: 189px;
  margin-left: 189px;
}

.my-189 {
  margin-top: 189px;
  margin-bottom: 189px;
}

.p-189 {
  padding: 189px;
}

.px-189 {
  padding-right: 189px;
  padding-left: 189px;
}

.py-189 {
  padding-top: 189px;
  padding-bottom: 189px;
}

.pr-189 {
  padding-right: 189px;
}

.pl-189 {
  padding-left: 189px;
}

.pt-189 {
  padding-top: 189px;
}

.pb-189 {
  padding-bottom: 189px;
}

.fs-189 {
  font-size: 189px;
}

.w-189 {
  width: 189px;
}

.h-189 {
  height: 189px;
}

@media (min-width: 576px) {
  .lh-sm-189 {
    line-height: 189px;
  }
  .line-height-sm-189 {
    line-height: 189px;
  }
  .grid-cols-sm-189 {
    grid-template-columns: repeat(189, 1fr);
  }
  .gap-sm-189 {
    gap: 189px;
  }
  .gap-x-sm-189 {
    -moz-column-gap: 189px;
         column-gap: 189px;
  }
  .gap-y-sm-189 {
    row-gap: 189px;
  }
  .rounded-sm-189 {
    border-radius: 189px;
  }
  .mb-sm-189 {
    margin-bottom: 189px;
  }
  .mt-sm-189 {
    margin-top: 189px;
  }
  .mr-sm-189 {
    margin-right: 189px;
  }
  .ml-sm-189 {
    margin-left: 189px;
  }
  .mx-sm-189 {
    margin-right: 189px;
    margin-left: 189px;
  }
  .my-sm-189 {
    margin-top: 189px;
    margin-bottom: 189px;
  }
  .p-sm-189 {
    padding: 189px;
  }
  .px-sm-189 {
    padding-right: 189px;
    padding-left: 189px;
  }
  .py-sm-189 {
    padding-top: 189px;
    padding-bottom: 189px;
  }
  .pr-sm-189 {
    padding-right: 189px;
  }
  .pl-sm-189 {
    padding-left: 189px;
  }
  .pt-sm-189 {
    padding-top: 189px;
  }
  .pb-sm-189 {
    padding-bottom: 189px;
  }
  .fs-sm-189 {
    font-size: 189px;
  }
  .w-sm-189 {
    width: 189px;
  }
  .h-sm-189 {
    height: 189px;
  }
}
@media (min-width: 768px) {
  .lh-md-189 {
    line-height: 189px;
  }
  .line-height-md-189 {
    line-height: 189px;
  }
  .grid-cols-md-189 {
    grid-template-columns: repeat(189, 1fr);
  }
  .gap-md-189 {
    gap: 189px;
  }
  .gap-x-md-189 {
    -moz-column-gap: 189px;
         column-gap: 189px;
  }
  .gap-y-md-189 {
    row-gap: 189px;
  }
  .rounded-md-189 {
    border-radius: 189px;
  }
  .mb-md-189 {
    margin-bottom: 189px;
  }
  .mt-md-189 {
    margin-top: 189px;
  }
  .mr-md-189 {
    margin-right: 189px;
  }
  .ml-md-189 {
    margin-left: 189px;
  }
  .mx-md-189 {
    margin-right: 189px;
    margin-left: 189px;
  }
  .my-md-189 {
    margin-top: 189px;
    margin-bottom: 189px;
  }
  .p-md-189 {
    padding: 189px;
  }
  .px-md-189 {
    padding-right: 189px;
    padding-left: 189px;
  }
  .py-md-189 {
    padding-top: 189px;
    padding-bottom: 189px;
  }
  .pr-md-189 {
    padding-right: 189px;
  }
  .pl-md-189 {
    padding-left: 189px;
  }
  .pt-md-189 {
    padding-top: 189px;
  }
  .pb-md-189 {
    padding-bottom: 189px;
  }
  .fs-md-189 {
    font-size: 189px;
  }
  .w-md-189 {
    width: 189px;
  }
  .h-md-189 {
    height: 189px;
  }
}
@media (min-width: 992px) {
  .lh-lg-189 {
    line-height: 189px;
  }
  .line-height-lg-189 {
    line-height: 189px;
  }
  .grid-cols-lg-189 {
    grid-template-columns: repeat(189, 1fr);
  }
  .gap-lg-189 {
    gap: 189px;
  }
  .gap-x-lg-189 {
    -moz-column-gap: 189px;
         column-gap: 189px;
  }
  .gap-y-lg-189 {
    row-gap: 189px;
  }
  .rounded-lg-189 {
    border-radius: 189px;
  }
  .mb-lg-189 {
    margin-bottom: 189px;
  }
  .mt-lg-189 {
    margin-top: 189px;
  }
  .mr-lg-189 {
    margin-right: 189px;
  }
  .ml-lg-189 {
    margin-left: 189px;
  }
  .mx-lg-189 {
    margin-right: 189px;
    margin-left: 189px;
  }
  .my-lg-189 {
    margin-top: 189px;
    margin-bottom: 189px;
  }
  .p-lg-189 {
    padding: 189px;
  }
  .px-lg-189 {
    padding-right: 189px;
    padding-left: 189px;
  }
  .py-lg-189 {
    padding-top: 189px;
    padding-bottom: 189px;
  }
  .pr-lg-189 {
    padding-right: 189px;
  }
  .pl-lg-189 {
    padding-left: 189px;
  }
  .pt-lg-189 {
    padding-top: 189px;
  }
  .pb-lg-189 {
    padding-bottom: 189px;
  }
  .fs-lg-189 {
    font-size: 189px;
  }
  .w-lg-189 {
    width: 189px;
  }
  .h-lg-189 {
    height: 189px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-189 {
    line-height: 189px;
  }
  .line-height-xl-189 {
    line-height: 189px;
  }
  .grid-cols-xl-189 {
    grid-template-columns: repeat(189, 1fr);
  }
  .gap-xl-189 {
    gap: 189px;
  }
  .gap-x-xl-189 {
    -moz-column-gap: 189px;
         column-gap: 189px;
  }
  .gap-y-xl-189 {
    row-gap: 189px;
  }
  .rounded-xl-189 {
    border-radius: 189px;
  }
  .mb-xl-189 {
    margin-bottom: 189px;
  }
  .mt-xl-189 {
    margin-top: 189px;
  }
  .mr-xl-189 {
    margin-right: 189px;
  }
  .ml-xl-189 {
    margin-left: 189px;
  }
  .mx-xl-189 {
    margin-right: 189px;
    margin-left: 189px;
  }
  .my-xl-189 {
    margin-top: 189px;
    margin-bottom: 189px;
  }
  .p-xl-189 {
    padding: 189px;
  }
  .px-xl-189 {
    padding-right: 189px;
    padding-left: 189px;
  }
  .py-xl-189 {
    padding-top: 189px;
    padding-bottom: 189px;
  }
  .pr-xl-189 {
    padding-right: 189px;
  }
  .pl-xl-189 {
    padding-left: 189px;
  }
  .pt-xl-189 {
    padding-top: 189px;
  }
  .pb-xl-189 {
    padding-bottom: 189px;
  }
  .fs-xl-189 {
    font-size: 189px;
  }
  .w-xl-189 {
    width: 189px;
  }
  .h-xl-189 {
    height: 189px;
  }
}
.lh-190 {
  line-height: 190px;
}

.grid-cols-190 {
  grid-template-columns: repeat(190, 1fr);
}

.line-height-190 {
  line-height: 190px;
}

.gap-190 {
  gap: 190px;
}

.gap-x-190 {
  -moz-column-gap: 190px;
       column-gap: 190px;
}

.gap-y-190 {
  row-gap: 190px;
}

.rounded-190 {
  border-radius: 190px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mt-190 {
  margin-top: 190px;
}

.mr-190 {
  margin-right: 190px;
}

.ml-190 {
  margin-left: 190px;
}

.mx-190 {
  margin-right: 190px;
  margin-left: 190px;
}

.my-190 {
  margin-top: 190px;
  margin-bottom: 190px;
}

.p-190 {
  padding: 190px;
}

.px-190 {
  padding-right: 190px;
  padding-left: 190px;
}

.py-190 {
  padding-top: 190px;
  padding-bottom: 190px;
}

.pr-190 {
  padding-right: 190px;
}

.pl-190 {
  padding-left: 190px;
}

.pt-190 {
  padding-top: 190px;
}

.pb-190 {
  padding-bottom: 190px;
}

.fs-190 {
  font-size: 190px;
}

.w-190 {
  width: 190px;
}

.h-190 {
  height: 190px;
}

@media (min-width: 576px) {
  .lh-sm-190 {
    line-height: 190px;
  }
  .line-height-sm-190 {
    line-height: 190px;
  }
  .grid-cols-sm-190 {
    grid-template-columns: repeat(190, 1fr);
  }
  .gap-sm-190 {
    gap: 190px;
  }
  .gap-x-sm-190 {
    -moz-column-gap: 190px;
         column-gap: 190px;
  }
  .gap-y-sm-190 {
    row-gap: 190px;
  }
  .rounded-sm-190 {
    border-radius: 190px;
  }
  .mb-sm-190 {
    margin-bottom: 190px;
  }
  .mt-sm-190 {
    margin-top: 190px;
  }
  .mr-sm-190 {
    margin-right: 190px;
  }
  .ml-sm-190 {
    margin-left: 190px;
  }
  .mx-sm-190 {
    margin-right: 190px;
    margin-left: 190px;
  }
  .my-sm-190 {
    margin-top: 190px;
    margin-bottom: 190px;
  }
  .p-sm-190 {
    padding: 190px;
  }
  .px-sm-190 {
    padding-right: 190px;
    padding-left: 190px;
  }
  .py-sm-190 {
    padding-top: 190px;
    padding-bottom: 190px;
  }
  .pr-sm-190 {
    padding-right: 190px;
  }
  .pl-sm-190 {
    padding-left: 190px;
  }
  .pt-sm-190 {
    padding-top: 190px;
  }
  .pb-sm-190 {
    padding-bottom: 190px;
  }
  .fs-sm-190 {
    font-size: 190px;
  }
  .w-sm-190 {
    width: 190px;
  }
  .h-sm-190 {
    height: 190px;
  }
}
@media (min-width: 768px) {
  .lh-md-190 {
    line-height: 190px;
  }
  .line-height-md-190 {
    line-height: 190px;
  }
  .grid-cols-md-190 {
    grid-template-columns: repeat(190, 1fr);
  }
  .gap-md-190 {
    gap: 190px;
  }
  .gap-x-md-190 {
    -moz-column-gap: 190px;
         column-gap: 190px;
  }
  .gap-y-md-190 {
    row-gap: 190px;
  }
  .rounded-md-190 {
    border-radius: 190px;
  }
  .mb-md-190 {
    margin-bottom: 190px;
  }
  .mt-md-190 {
    margin-top: 190px;
  }
  .mr-md-190 {
    margin-right: 190px;
  }
  .ml-md-190 {
    margin-left: 190px;
  }
  .mx-md-190 {
    margin-right: 190px;
    margin-left: 190px;
  }
  .my-md-190 {
    margin-top: 190px;
    margin-bottom: 190px;
  }
  .p-md-190 {
    padding: 190px;
  }
  .px-md-190 {
    padding-right: 190px;
    padding-left: 190px;
  }
  .py-md-190 {
    padding-top: 190px;
    padding-bottom: 190px;
  }
  .pr-md-190 {
    padding-right: 190px;
  }
  .pl-md-190 {
    padding-left: 190px;
  }
  .pt-md-190 {
    padding-top: 190px;
  }
  .pb-md-190 {
    padding-bottom: 190px;
  }
  .fs-md-190 {
    font-size: 190px;
  }
  .w-md-190 {
    width: 190px;
  }
  .h-md-190 {
    height: 190px;
  }
}
@media (min-width: 992px) {
  .lh-lg-190 {
    line-height: 190px;
  }
  .line-height-lg-190 {
    line-height: 190px;
  }
  .grid-cols-lg-190 {
    grid-template-columns: repeat(190, 1fr);
  }
  .gap-lg-190 {
    gap: 190px;
  }
  .gap-x-lg-190 {
    -moz-column-gap: 190px;
         column-gap: 190px;
  }
  .gap-y-lg-190 {
    row-gap: 190px;
  }
  .rounded-lg-190 {
    border-radius: 190px;
  }
  .mb-lg-190 {
    margin-bottom: 190px;
  }
  .mt-lg-190 {
    margin-top: 190px;
  }
  .mr-lg-190 {
    margin-right: 190px;
  }
  .ml-lg-190 {
    margin-left: 190px;
  }
  .mx-lg-190 {
    margin-right: 190px;
    margin-left: 190px;
  }
  .my-lg-190 {
    margin-top: 190px;
    margin-bottom: 190px;
  }
  .p-lg-190 {
    padding: 190px;
  }
  .px-lg-190 {
    padding-right: 190px;
    padding-left: 190px;
  }
  .py-lg-190 {
    padding-top: 190px;
    padding-bottom: 190px;
  }
  .pr-lg-190 {
    padding-right: 190px;
  }
  .pl-lg-190 {
    padding-left: 190px;
  }
  .pt-lg-190 {
    padding-top: 190px;
  }
  .pb-lg-190 {
    padding-bottom: 190px;
  }
  .fs-lg-190 {
    font-size: 190px;
  }
  .w-lg-190 {
    width: 190px;
  }
  .h-lg-190 {
    height: 190px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-190 {
    line-height: 190px;
  }
  .line-height-xl-190 {
    line-height: 190px;
  }
  .grid-cols-xl-190 {
    grid-template-columns: repeat(190, 1fr);
  }
  .gap-xl-190 {
    gap: 190px;
  }
  .gap-x-xl-190 {
    -moz-column-gap: 190px;
         column-gap: 190px;
  }
  .gap-y-xl-190 {
    row-gap: 190px;
  }
  .rounded-xl-190 {
    border-radius: 190px;
  }
  .mb-xl-190 {
    margin-bottom: 190px;
  }
  .mt-xl-190 {
    margin-top: 190px;
  }
  .mr-xl-190 {
    margin-right: 190px;
  }
  .ml-xl-190 {
    margin-left: 190px;
  }
  .mx-xl-190 {
    margin-right: 190px;
    margin-left: 190px;
  }
  .my-xl-190 {
    margin-top: 190px;
    margin-bottom: 190px;
  }
  .p-xl-190 {
    padding: 190px;
  }
  .px-xl-190 {
    padding-right: 190px;
    padding-left: 190px;
  }
  .py-xl-190 {
    padding-top: 190px;
    padding-bottom: 190px;
  }
  .pr-xl-190 {
    padding-right: 190px;
  }
  .pl-xl-190 {
    padding-left: 190px;
  }
  .pt-xl-190 {
    padding-top: 190px;
  }
  .pb-xl-190 {
    padding-bottom: 190px;
  }
  .fs-xl-190 {
    font-size: 190px;
  }
  .w-xl-190 {
    width: 190px;
  }
  .h-xl-190 {
    height: 190px;
  }
}
.lh-191 {
  line-height: 191px;
}

.grid-cols-191 {
  grid-template-columns: repeat(191, 1fr);
}

.line-height-191 {
  line-height: 191px;
}

.gap-191 {
  gap: 191px;
}

.gap-x-191 {
  -moz-column-gap: 191px;
       column-gap: 191px;
}

.gap-y-191 {
  row-gap: 191px;
}

.rounded-191 {
  border-radius: 191px;
}

.mb-191 {
  margin-bottom: 191px;
}

.mt-191 {
  margin-top: 191px;
}

.mr-191 {
  margin-right: 191px;
}

.ml-191 {
  margin-left: 191px;
}

.mx-191 {
  margin-right: 191px;
  margin-left: 191px;
}

.my-191 {
  margin-top: 191px;
  margin-bottom: 191px;
}

.p-191 {
  padding: 191px;
}

.px-191 {
  padding-right: 191px;
  padding-left: 191px;
}

.py-191 {
  padding-top: 191px;
  padding-bottom: 191px;
}

.pr-191 {
  padding-right: 191px;
}

.pl-191 {
  padding-left: 191px;
}

.pt-191 {
  padding-top: 191px;
}

.pb-191 {
  padding-bottom: 191px;
}

.fs-191 {
  font-size: 191px;
}

.w-191 {
  width: 191px;
}

.h-191 {
  height: 191px;
}

@media (min-width: 576px) {
  .lh-sm-191 {
    line-height: 191px;
  }
  .line-height-sm-191 {
    line-height: 191px;
  }
  .grid-cols-sm-191 {
    grid-template-columns: repeat(191, 1fr);
  }
  .gap-sm-191 {
    gap: 191px;
  }
  .gap-x-sm-191 {
    -moz-column-gap: 191px;
         column-gap: 191px;
  }
  .gap-y-sm-191 {
    row-gap: 191px;
  }
  .rounded-sm-191 {
    border-radius: 191px;
  }
  .mb-sm-191 {
    margin-bottom: 191px;
  }
  .mt-sm-191 {
    margin-top: 191px;
  }
  .mr-sm-191 {
    margin-right: 191px;
  }
  .ml-sm-191 {
    margin-left: 191px;
  }
  .mx-sm-191 {
    margin-right: 191px;
    margin-left: 191px;
  }
  .my-sm-191 {
    margin-top: 191px;
    margin-bottom: 191px;
  }
  .p-sm-191 {
    padding: 191px;
  }
  .px-sm-191 {
    padding-right: 191px;
    padding-left: 191px;
  }
  .py-sm-191 {
    padding-top: 191px;
    padding-bottom: 191px;
  }
  .pr-sm-191 {
    padding-right: 191px;
  }
  .pl-sm-191 {
    padding-left: 191px;
  }
  .pt-sm-191 {
    padding-top: 191px;
  }
  .pb-sm-191 {
    padding-bottom: 191px;
  }
  .fs-sm-191 {
    font-size: 191px;
  }
  .w-sm-191 {
    width: 191px;
  }
  .h-sm-191 {
    height: 191px;
  }
}
@media (min-width: 768px) {
  .lh-md-191 {
    line-height: 191px;
  }
  .line-height-md-191 {
    line-height: 191px;
  }
  .grid-cols-md-191 {
    grid-template-columns: repeat(191, 1fr);
  }
  .gap-md-191 {
    gap: 191px;
  }
  .gap-x-md-191 {
    -moz-column-gap: 191px;
         column-gap: 191px;
  }
  .gap-y-md-191 {
    row-gap: 191px;
  }
  .rounded-md-191 {
    border-radius: 191px;
  }
  .mb-md-191 {
    margin-bottom: 191px;
  }
  .mt-md-191 {
    margin-top: 191px;
  }
  .mr-md-191 {
    margin-right: 191px;
  }
  .ml-md-191 {
    margin-left: 191px;
  }
  .mx-md-191 {
    margin-right: 191px;
    margin-left: 191px;
  }
  .my-md-191 {
    margin-top: 191px;
    margin-bottom: 191px;
  }
  .p-md-191 {
    padding: 191px;
  }
  .px-md-191 {
    padding-right: 191px;
    padding-left: 191px;
  }
  .py-md-191 {
    padding-top: 191px;
    padding-bottom: 191px;
  }
  .pr-md-191 {
    padding-right: 191px;
  }
  .pl-md-191 {
    padding-left: 191px;
  }
  .pt-md-191 {
    padding-top: 191px;
  }
  .pb-md-191 {
    padding-bottom: 191px;
  }
  .fs-md-191 {
    font-size: 191px;
  }
  .w-md-191 {
    width: 191px;
  }
  .h-md-191 {
    height: 191px;
  }
}
@media (min-width: 992px) {
  .lh-lg-191 {
    line-height: 191px;
  }
  .line-height-lg-191 {
    line-height: 191px;
  }
  .grid-cols-lg-191 {
    grid-template-columns: repeat(191, 1fr);
  }
  .gap-lg-191 {
    gap: 191px;
  }
  .gap-x-lg-191 {
    -moz-column-gap: 191px;
         column-gap: 191px;
  }
  .gap-y-lg-191 {
    row-gap: 191px;
  }
  .rounded-lg-191 {
    border-radius: 191px;
  }
  .mb-lg-191 {
    margin-bottom: 191px;
  }
  .mt-lg-191 {
    margin-top: 191px;
  }
  .mr-lg-191 {
    margin-right: 191px;
  }
  .ml-lg-191 {
    margin-left: 191px;
  }
  .mx-lg-191 {
    margin-right: 191px;
    margin-left: 191px;
  }
  .my-lg-191 {
    margin-top: 191px;
    margin-bottom: 191px;
  }
  .p-lg-191 {
    padding: 191px;
  }
  .px-lg-191 {
    padding-right: 191px;
    padding-left: 191px;
  }
  .py-lg-191 {
    padding-top: 191px;
    padding-bottom: 191px;
  }
  .pr-lg-191 {
    padding-right: 191px;
  }
  .pl-lg-191 {
    padding-left: 191px;
  }
  .pt-lg-191 {
    padding-top: 191px;
  }
  .pb-lg-191 {
    padding-bottom: 191px;
  }
  .fs-lg-191 {
    font-size: 191px;
  }
  .w-lg-191 {
    width: 191px;
  }
  .h-lg-191 {
    height: 191px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-191 {
    line-height: 191px;
  }
  .line-height-xl-191 {
    line-height: 191px;
  }
  .grid-cols-xl-191 {
    grid-template-columns: repeat(191, 1fr);
  }
  .gap-xl-191 {
    gap: 191px;
  }
  .gap-x-xl-191 {
    -moz-column-gap: 191px;
         column-gap: 191px;
  }
  .gap-y-xl-191 {
    row-gap: 191px;
  }
  .rounded-xl-191 {
    border-radius: 191px;
  }
  .mb-xl-191 {
    margin-bottom: 191px;
  }
  .mt-xl-191 {
    margin-top: 191px;
  }
  .mr-xl-191 {
    margin-right: 191px;
  }
  .ml-xl-191 {
    margin-left: 191px;
  }
  .mx-xl-191 {
    margin-right: 191px;
    margin-left: 191px;
  }
  .my-xl-191 {
    margin-top: 191px;
    margin-bottom: 191px;
  }
  .p-xl-191 {
    padding: 191px;
  }
  .px-xl-191 {
    padding-right: 191px;
    padding-left: 191px;
  }
  .py-xl-191 {
    padding-top: 191px;
    padding-bottom: 191px;
  }
  .pr-xl-191 {
    padding-right: 191px;
  }
  .pl-xl-191 {
    padding-left: 191px;
  }
  .pt-xl-191 {
    padding-top: 191px;
  }
  .pb-xl-191 {
    padding-bottom: 191px;
  }
  .fs-xl-191 {
    font-size: 191px;
  }
  .w-xl-191 {
    width: 191px;
  }
  .h-xl-191 {
    height: 191px;
  }
}
.lh-192 {
  line-height: 192px;
}

.grid-cols-192 {
  grid-template-columns: repeat(192, 1fr);
}

.line-height-192 {
  line-height: 192px;
}

.gap-192 {
  gap: 192px;
}

.gap-x-192 {
  -moz-column-gap: 192px;
       column-gap: 192px;
}

.gap-y-192 {
  row-gap: 192px;
}

.rounded-192 {
  border-radius: 192px;
}

.mb-192 {
  margin-bottom: 192px;
}

.mt-192 {
  margin-top: 192px;
}

.mr-192 {
  margin-right: 192px;
}

.ml-192 {
  margin-left: 192px;
}

.mx-192 {
  margin-right: 192px;
  margin-left: 192px;
}

.my-192 {
  margin-top: 192px;
  margin-bottom: 192px;
}

.p-192 {
  padding: 192px;
}

.px-192 {
  padding-right: 192px;
  padding-left: 192px;
}

.py-192 {
  padding-top: 192px;
  padding-bottom: 192px;
}

.pr-192 {
  padding-right: 192px;
}

.pl-192 {
  padding-left: 192px;
}

.pt-192 {
  padding-top: 192px;
}

.pb-192 {
  padding-bottom: 192px;
}

.fs-192 {
  font-size: 192px;
}

.w-192 {
  width: 192px;
}

.h-192 {
  height: 192px;
}

@media (min-width: 576px) {
  .lh-sm-192 {
    line-height: 192px;
  }
  .line-height-sm-192 {
    line-height: 192px;
  }
  .grid-cols-sm-192 {
    grid-template-columns: repeat(192, 1fr);
  }
  .gap-sm-192 {
    gap: 192px;
  }
  .gap-x-sm-192 {
    -moz-column-gap: 192px;
         column-gap: 192px;
  }
  .gap-y-sm-192 {
    row-gap: 192px;
  }
  .rounded-sm-192 {
    border-radius: 192px;
  }
  .mb-sm-192 {
    margin-bottom: 192px;
  }
  .mt-sm-192 {
    margin-top: 192px;
  }
  .mr-sm-192 {
    margin-right: 192px;
  }
  .ml-sm-192 {
    margin-left: 192px;
  }
  .mx-sm-192 {
    margin-right: 192px;
    margin-left: 192px;
  }
  .my-sm-192 {
    margin-top: 192px;
    margin-bottom: 192px;
  }
  .p-sm-192 {
    padding: 192px;
  }
  .px-sm-192 {
    padding-right: 192px;
    padding-left: 192px;
  }
  .py-sm-192 {
    padding-top: 192px;
    padding-bottom: 192px;
  }
  .pr-sm-192 {
    padding-right: 192px;
  }
  .pl-sm-192 {
    padding-left: 192px;
  }
  .pt-sm-192 {
    padding-top: 192px;
  }
  .pb-sm-192 {
    padding-bottom: 192px;
  }
  .fs-sm-192 {
    font-size: 192px;
  }
  .w-sm-192 {
    width: 192px;
  }
  .h-sm-192 {
    height: 192px;
  }
}
@media (min-width: 768px) {
  .lh-md-192 {
    line-height: 192px;
  }
  .line-height-md-192 {
    line-height: 192px;
  }
  .grid-cols-md-192 {
    grid-template-columns: repeat(192, 1fr);
  }
  .gap-md-192 {
    gap: 192px;
  }
  .gap-x-md-192 {
    -moz-column-gap: 192px;
         column-gap: 192px;
  }
  .gap-y-md-192 {
    row-gap: 192px;
  }
  .rounded-md-192 {
    border-radius: 192px;
  }
  .mb-md-192 {
    margin-bottom: 192px;
  }
  .mt-md-192 {
    margin-top: 192px;
  }
  .mr-md-192 {
    margin-right: 192px;
  }
  .ml-md-192 {
    margin-left: 192px;
  }
  .mx-md-192 {
    margin-right: 192px;
    margin-left: 192px;
  }
  .my-md-192 {
    margin-top: 192px;
    margin-bottom: 192px;
  }
  .p-md-192 {
    padding: 192px;
  }
  .px-md-192 {
    padding-right: 192px;
    padding-left: 192px;
  }
  .py-md-192 {
    padding-top: 192px;
    padding-bottom: 192px;
  }
  .pr-md-192 {
    padding-right: 192px;
  }
  .pl-md-192 {
    padding-left: 192px;
  }
  .pt-md-192 {
    padding-top: 192px;
  }
  .pb-md-192 {
    padding-bottom: 192px;
  }
  .fs-md-192 {
    font-size: 192px;
  }
  .w-md-192 {
    width: 192px;
  }
  .h-md-192 {
    height: 192px;
  }
}
@media (min-width: 992px) {
  .lh-lg-192 {
    line-height: 192px;
  }
  .line-height-lg-192 {
    line-height: 192px;
  }
  .grid-cols-lg-192 {
    grid-template-columns: repeat(192, 1fr);
  }
  .gap-lg-192 {
    gap: 192px;
  }
  .gap-x-lg-192 {
    -moz-column-gap: 192px;
         column-gap: 192px;
  }
  .gap-y-lg-192 {
    row-gap: 192px;
  }
  .rounded-lg-192 {
    border-radius: 192px;
  }
  .mb-lg-192 {
    margin-bottom: 192px;
  }
  .mt-lg-192 {
    margin-top: 192px;
  }
  .mr-lg-192 {
    margin-right: 192px;
  }
  .ml-lg-192 {
    margin-left: 192px;
  }
  .mx-lg-192 {
    margin-right: 192px;
    margin-left: 192px;
  }
  .my-lg-192 {
    margin-top: 192px;
    margin-bottom: 192px;
  }
  .p-lg-192 {
    padding: 192px;
  }
  .px-lg-192 {
    padding-right: 192px;
    padding-left: 192px;
  }
  .py-lg-192 {
    padding-top: 192px;
    padding-bottom: 192px;
  }
  .pr-lg-192 {
    padding-right: 192px;
  }
  .pl-lg-192 {
    padding-left: 192px;
  }
  .pt-lg-192 {
    padding-top: 192px;
  }
  .pb-lg-192 {
    padding-bottom: 192px;
  }
  .fs-lg-192 {
    font-size: 192px;
  }
  .w-lg-192 {
    width: 192px;
  }
  .h-lg-192 {
    height: 192px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-192 {
    line-height: 192px;
  }
  .line-height-xl-192 {
    line-height: 192px;
  }
  .grid-cols-xl-192 {
    grid-template-columns: repeat(192, 1fr);
  }
  .gap-xl-192 {
    gap: 192px;
  }
  .gap-x-xl-192 {
    -moz-column-gap: 192px;
         column-gap: 192px;
  }
  .gap-y-xl-192 {
    row-gap: 192px;
  }
  .rounded-xl-192 {
    border-radius: 192px;
  }
  .mb-xl-192 {
    margin-bottom: 192px;
  }
  .mt-xl-192 {
    margin-top: 192px;
  }
  .mr-xl-192 {
    margin-right: 192px;
  }
  .ml-xl-192 {
    margin-left: 192px;
  }
  .mx-xl-192 {
    margin-right: 192px;
    margin-left: 192px;
  }
  .my-xl-192 {
    margin-top: 192px;
    margin-bottom: 192px;
  }
  .p-xl-192 {
    padding: 192px;
  }
  .px-xl-192 {
    padding-right: 192px;
    padding-left: 192px;
  }
  .py-xl-192 {
    padding-top: 192px;
    padding-bottom: 192px;
  }
  .pr-xl-192 {
    padding-right: 192px;
  }
  .pl-xl-192 {
    padding-left: 192px;
  }
  .pt-xl-192 {
    padding-top: 192px;
  }
  .pb-xl-192 {
    padding-bottom: 192px;
  }
  .fs-xl-192 {
    font-size: 192px;
  }
  .w-xl-192 {
    width: 192px;
  }
  .h-xl-192 {
    height: 192px;
  }
}
.lh-193 {
  line-height: 193px;
}

.grid-cols-193 {
  grid-template-columns: repeat(193, 1fr);
}

.line-height-193 {
  line-height: 193px;
}

.gap-193 {
  gap: 193px;
}

.gap-x-193 {
  -moz-column-gap: 193px;
       column-gap: 193px;
}

.gap-y-193 {
  row-gap: 193px;
}

.rounded-193 {
  border-radius: 193px;
}

.mb-193 {
  margin-bottom: 193px;
}

.mt-193 {
  margin-top: 193px;
}

.mr-193 {
  margin-right: 193px;
}

.ml-193 {
  margin-left: 193px;
}

.mx-193 {
  margin-right: 193px;
  margin-left: 193px;
}

.my-193 {
  margin-top: 193px;
  margin-bottom: 193px;
}

.p-193 {
  padding: 193px;
}

.px-193 {
  padding-right: 193px;
  padding-left: 193px;
}

.py-193 {
  padding-top: 193px;
  padding-bottom: 193px;
}

.pr-193 {
  padding-right: 193px;
}

.pl-193 {
  padding-left: 193px;
}

.pt-193 {
  padding-top: 193px;
}

.pb-193 {
  padding-bottom: 193px;
}

.fs-193 {
  font-size: 193px;
}

.w-193 {
  width: 193px;
}

.h-193 {
  height: 193px;
}

@media (min-width: 576px) {
  .lh-sm-193 {
    line-height: 193px;
  }
  .line-height-sm-193 {
    line-height: 193px;
  }
  .grid-cols-sm-193 {
    grid-template-columns: repeat(193, 1fr);
  }
  .gap-sm-193 {
    gap: 193px;
  }
  .gap-x-sm-193 {
    -moz-column-gap: 193px;
         column-gap: 193px;
  }
  .gap-y-sm-193 {
    row-gap: 193px;
  }
  .rounded-sm-193 {
    border-radius: 193px;
  }
  .mb-sm-193 {
    margin-bottom: 193px;
  }
  .mt-sm-193 {
    margin-top: 193px;
  }
  .mr-sm-193 {
    margin-right: 193px;
  }
  .ml-sm-193 {
    margin-left: 193px;
  }
  .mx-sm-193 {
    margin-right: 193px;
    margin-left: 193px;
  }
  .my-sm-193 {
    margin-top: 193px;
    margin-bottom: 193px;
  }
  .p-sm-193 {
    padding: 193px;
  }
  .px-sm-193 {
    padding-right: 193px;
    padding-left: 193px;
  }
  .py-sm-193 {
    padding-top: 193px;
    padding-bottom: 193px;
  }
  .pr-sm-193 {
    padding-right: 193px;
  }
  .pl-sm-193 {
    padding-left: 193px;
  }
  .pt-sm-193 {
    padding-top: 193px;
  }
  .pb-sm-193 {
    padding-bottom: 193px;
  }
  .fs-sm-193 {
    font-size: 193px;
  }
  .w-sm-193 {
    width: 193px;
  }
  .h-sm-193 {
    height: 193px;
  }
}
@media (min-width: 768px) {
  .lh-md-193 {
    line-height: 193px;
  }
  .line-height-md-193 {
    line-height: 193px;
  }
  .grid-cols-md-193 {
    grid-template-columns: repeat(193, 1fr);
  }
  .gap-md-193 {
    gap: 193px;
  }
  .gap-x-md-193 {
    -moz-column-gap: 193px;
         column-gap: 193px;
  }
  .gap-y-md-193 {
    row-gap: 193px;
  }
  .rounded-md-193 {
    border-radius: 193px;
  }
  .mb-md-193 {
    margin-bottom: 193px;
  }
  .mt-md-193 {
    margin-top: 193px;
  }
  .mr-md-193 {
    margin-right: 193px;
  }
  .ml-md-193 {
    margin-left: 193px;
  }
  .mx-md-193 {
    margin-right: 193px;
    margin-left: 193px;
  }
  .my-md-193 {
    margin-top: 193px;
    margin-bottom: 193px;
  }
  .p-md-193 {
    padding: 193px;
  }
  .px-md-193 {
    padding-right: 193px;
    padding-left: 193px;
  }
  .py-md-193 {
    padding-top: 193px;
    padding-bottom: 193px;
  }
  .pr-md-193 {
    padding-right: 193px;
  }
  .pl-md-193 {
    padding-left: 193px;
  }
  .pt-md-193 {
    padding-top: 193px;
  }
  .pb-md-193 {
    padding-bottom: 193px;
  }
  .fs-md-193 {
    font-size: 193px;
  }
  .w-md-193 {
    width: 193px;
  }
  .h-md-193 {
    height: 193px;
  }
}
@media (min-width: 992px) {
  .lh-lg-193 {
    line-height: 193px;
  }
  .line-height-lg-193 {
    line-height: 193px;
  }
  .grid-cols-lg-193 {
    grid-template-columns: repeat(193, 1fr);
  }
  .gap-lg-193 {
    gap: 193px;
  }
  .gap-x-lg-193 {
    -moz-column-gap: 193px;
         column-gap: 193px;
  }
  .gap-y-lg-193 {
    row-gap: 193px;
  }
  .rounded-lg-193 {
    border-radius: 193px;
  }
  .mb-lg-193 {
    margin-bottom: 193px;
  }
  .mt-lg-193 {
    margin-top: 193px;
  }
  .mr-lg-193 {
    margin-right: 193px;
  }
  .ml-lg-193 {
    margin-left: 193px;
  }
  .mx-lg-193 {
    margin-right: 193px;
    margin-left: 193px;
  }
  .my-lg-193 {
    margin-top: 193px;
    margin-bottom: 193px;
  }
  .p-lg-193 {
    padding: 193px;
  }
  .px-lg-193 {
    padding-right: 193px;
    padding-left: 193px;
  }
  .py-lg-193 {
    padding-top: 193px;
    padding-bottom: 193px;
  }
  .pr-lg-193 {
    padding-right: 193px;
  }
  .pl-lg-193 {
    padding-left: 193px;
  }
  .pt-lg-193 {
    padding-top: 193px;
  }
  .pb-lg-193 {
    padding-bottom: 193px;
  }
  .fs-lg-193 {
    font-size: 193px;
  }
  .w-lg-193 {
    width: 193px;
  }
  .h-lg-193 {
    height: 193px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-193 {
    line-height: 193px;
  }
  .line-height-xl-193 {
    line-height: 193px;
  }
  .grid-cols-xl-193 {
    grid-template-columns: repeat(193, 1fr);
  }
  .gap-xl-193 {
    gap: 193px;
  }
  .gap-x-xl-193 {
    -moz-column-gap: 193px;
         column-gap: 193px;
  }
  .gap-y-xl-193 {
    row-gap: 193px;
  }
  .rounded-xl-193 {
    border-radius: 193px;
  }
  .mb-xl-193 {
    margin-bottom: 193px;
  }
  .mt-xl-193 {
    margin-top: 193px;
  }
  .mr-xl-193 {
    margin-right: 193px;
  }
  .ml-xl-193 {
    margin-left: 193px;
  }
  .mx-xl-193 {
    margin-right: 193px;
    margin-left: 193px;
  }
  .my-xl-193 {
    margin-top: 193px;
    margin-bottom: 193px;
  }
  .p-xl-193 {
    padding: 193px;
  }
  .px-xl-193 {
    padding-right: 193px;
    padding-left: 193px;
  }
  .py-xl-193 {
    padding-top: 193px;
    padding-bottom: 193px;
  }
  .pr-xl-193 {
    padding-right: 193px;
  }
  .pl-xl-193 {
    padding-left: 193px;
  }
  .pt-xl-193 {
    padding-top: 193px;
  }
  .pb-xl-193 {
    padding-bottom: 193px;
  }
  .fs-xl-193 {
    font-size: 193px;
  }
  .w-xl-193 {
    width: 193px;
  }
  .h-xl-193 {
    height: 193px;
  }
}
.lh-194 {
  line-height: 194px;
}

.grid-cols-194 {
  grid-template-columns: repeat(194, 1fr);
}

.line-height-194 {
  line-height: 194px;
}

.gap-194 {
  gap: 194px;
}

.gap-x-194 {
  -moz-column-gap: 194px;
       column-gap: 194px;
}

.gap-y-194 {
  row-gap: 194px;
}

.rounded-194 {
  border-radius: 194px;
}

.mb-194 {
  margin-bottom: 194px;
}

.mt-194 {
  margin-top: 194px;
}

.mr-194 {
  margin-right: 194px;
}

.ml-194 {
  margin-left: 194px;
}

.mx-194 {
  margin-right: 194px;
  margin-left: 194px;
}

.my-194 {
  margin-top: 194px;
  margin-bottom: 194px;
}

.p-194 {
  padding: 194px;
}

.px-194 {
  padding-right: 194px;
  padding-left: 194px;
}

.py-194 {
  padding-top: 194px;
  padding-bottom: 194px;
}

.pr-194 {
  padding-right: 194px;
}

.pl-194 {
  padding-left: 194px;
}

.pt-194 {
  padding-top: 194px;
}

.pb-194 {
  padding-bottom: 194px;
}

.fs-194 {
  font-size: 194px;
}

.w-194 {
  width: 194px;
}

.h-194 {
  height: 194px;
}

@media (min-width: 576px) {
  .lh-sm-194 {
    line-height: 194px;
  }
  .line-height-sm-194 {
    line-height: 194px;
  }
  .grid-cols-sm-194 {
    grid-template-columns: repeat(194, 1fr);
  }
  .gap-sm-194 {
    gap: 194px;
  }
  .gap-x-sm-194 {
    -moz-column-gap: 194px;
         column-gap: 194px;
  }
  .gap-y-sm-194 {
    row-gap: 194px;
  }
  .rounded-sm-194 {
    border-radius: 194px;
  }
  .mb-sm-194 {
    margin-bottom: 194px;
  }
  .mt-sm-194 {
    margin-top: 194px;
  }
  .mr-sm-194 {
    margin-right: 194px;
  }
  .ml-sm-194 {
    margin-left: 194px;
  }
  .mx-sm-194 {
    margin-right: 194px;
    margin-left: 194px;
  }
  .my-sm-194 {
    margin-top: 194px;
    margin-bottom: 194px;
  }
  .p-sm-194 {
    padding: 194px;
  }
  .px-sm-194 {
    padding-right: 194px;
    padding-left: 194px;
  }
  .py-sm-194 {
    padding-top: 194px;
    padding-bottom: 194px;
  }
  .pr-sm-194 {
    padding-right: 194px;
  }
  .pl-sm-194 {
    padding-left: 194px;
  }
  .pt-sm-194 {
    padding-top: 194px;
  }
  .pb-sm-194 {
    padding-bottom: 194px;
  }
  .fs-sm-194 {
    font-size: 194px;
  }
  .w-sm-194 {
    width: 194px;
  }
  .h-sm-194 {
    height: 194px;
  }
}
@media (min-width: 768px) {
  .lh-md-194 {
    line-height: 194px;
  }
  .line-height-md-194 {
    line-height: 194px;
  }
  .grid-cols-md-194 {
    grid-template-columns: repeat(194, 1fr);
  }
  .gap-md-194 {
    gap: 194px;
  }
  .gap-x-md-194 {
    -moz-column-gap: 194px;
         column-gap: 194px;
  }
  .gap-y-md-194 {
    row-gap: 194px;
  }
  .rounded-md-194 {
    border-radius: 194px;
  }
  .mb-md-194 {
    margin-bottom: 194px;
  }
  .mt-md-194 {
    margin-top: 194px;
  }
  .mr-md-194 {
    margin-right: 194px;
  }
  .ml-md-194 {
    margin-left: 194px;
  }
  .mx-md-194 {
    margin-right: 194px;
    margin-left: 194px;
  }
  .my-md-194 {
    margin-top: 194px;
    margin-bottom: 194px;
  }
  .p-md-194 {
    padding: 194px;
  }
  .px-md-194 {
    padding-right: 194px;
    padding-left: 194px;
  }
  .py-md-194 {
    padding-top: 194px;
    padding-bottom: 194px;
  }
  .pr-md-194 {
    padding-right: 194px;
  }
  .pl-md-194 {
    padding-left: 194px;
  }
  .pt-md-194 {
    padding-top: 194px;
  }
  .pb-md-194 {
    padding-bottom: 194px;
  }
  .fs-md-194 {
    font-size: 194px;
  }
  .w-md-194 {
    width: 194px;
  }
  .h-md-194 {
    height: 194px;
  }
}
@media (min-width: 992px) {
  .lh-lg-194 {
    line-height: 194px;
  }
  .line-height-lg-194 {
    line-height: 194px;
  }
  .grid-cols-lg-194 {
    grid-template-columns: repeat(194, 1fr);
  }
  .gap-lg-194 {
    gap: 194px;
  }
  .gap-x-lg-194 {
    -moz-column-gap: 194px;
         column-gap: 194px;
  }
  .gap-y-lg-194 {
    row-gap: 194px;
  }
  .rounded-lg-194 {
    border-radius: 194px;
  }
  .mb-lg-194 {
    margin-bottom: 194px;
  }
  .mt-lg-194 {
    margin-top: 194px;
  }
  .mr-lg-194 {
    margin-right: 194px;
  }
  .ml-lg-194 {
    margin-left: 194px;
  }
  .mx-lg-194 {
    margin-right: 194px;
    margin-left: 194px;
  }
  .my-lg-194 {
    margin-top: 194px;
    margin-bottom: 194px;
  }
  .p-lg-194 {
    padding: 194px;
  }
  .px-lg-194 {
    padding-right: 194px;
    padding-left: 194px;
  }
  .py-lg-194 {
    padding-top: 194px;
    padding-bottom: 194px;
  }
  .pr-lg-194 {
    padding-right: 194px;
  }
  .pl-lg-194 {
    padding-left: 194px;
  }
  .pt-lg-194 {
    padding-top: 194px;
  }
  .pb-lg-194 {
    padding-bottom: 194px;
  }
  .fs-lg-194 {
    font-size: 194px;
  }
  .w-lg-194 {
    width: 194px;
  }
  .h-lg-194 {
    height: 194px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-194 {
    line-height: 194px;
  }
  .line-height-xl-194 {
    line-height: 194px;
  }
  .grid-cols-xl-194 {
    grid-template-columns: repeat(194, 1fr);
  }
  .gap-xl-194 {
    gap: 194px;
  }
  .gap-x-xl-194 {
    -moz-column-gap: 194px;
         column-gap: 194px;
  }
  .gap-y-xl-194 {
    row-gap: 194px;
  }
  .rounded-xl-194 {
    border-radius: 194px;
  }
  .mb-xl-194 {
    margin-bottom: 194px;
  }
  .mt-xl-194 {
    margin-top: 194px;
  }
  .mr-xl-194 {
    margin-right: 194px;
  }
  .ml-xl-194 {
    margin-left: 194px;
  }
  .mx-xl-194 {
    margin-right: 194px;
    margin-left: 194px;
  }
  .my-xl-194 {
    margin-top: 194px;
    margin-bottom: 194px;
  }
  .p-xl-194 {
    padding: 194px;
  }
  .px-xl-194 {
    padding-right: 194px;
    padding-left: 194px;
  }
  .py-xl-194 {
    padding-top: 194px;
    padding-bottom: 194px;
  }
  .pr-xl-194 {
    padding-right: 194px;
  }
  .pl-xl-194 {
    padding-left: 194px;
  }
  .pt-xl-194 {
    padding-top: 194px;
  }
  .pb-xl-194 {
    padding-bottom: 194px;
  }
  .fs-xl-194 {
    font-size: 194px;
  }
  .w-xl-194 {
    width: 194px;
  }
  .h-xl-194 {
    height: 194px;
  }
}
.lh-195 {
  line-height: 195px;
}

.grid-cols-195 {
  grid-template-columns: repeat(195, 1fr);
}

.line-height-195 {
  line-height: 195px;
}

.gap-195 {
  gap: 195px;
}

.gap-x-195 {
  -moz-column-gap: 195px;
       column-gap: 195px;
}

.gap-y-195 {
  row-gap: 195px;
}

.rounded-195 {
  border-radius: 195px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mt-195 {
  margin-top: 195px;
}

.mr-195 {
  margin-right: 195px;
}

.ml-195 {
  margin-left: 195px;
}

.mx-195 {
  margin-right: 195px;
  margin-left: 195px;
}

.my-195 {
  margin-top: 195px;
  margin-bottom: 195px;
}

.p-195 {
  padding: 195px;
}

.px-195 {
  padding-right: 195px;
  padding-left: 195px;
}

.py-195 {
  padding-top: 195px;
  padding-bottom: 195px;
}

.pr-195 {
  padding-right: 195px;
}

.pl-195 {
  padding-left: 195px;
}

.pt-195 {
  padding-top: 195px;
}

.pb-195 {
  padding-bottom: 195px;
}

.fs-195 {
  font-size: 195px;
}

.w-195 {
  width: 195px;
}

.h-195 {
  height: 195px;
}

@media (min-width: 576px) {
  .lh-sm-195 {
    line-height: 195px;
  }
  .line-height-sm-195 {
    line-height: 195px;
  }
  .grid-cols-sm-195 {
    grid-template-columns: repeat(195, 1fr);
  }
  .gap-sm-195 {
    gap: 195px;
  }
  .gap-x-sm-195 {
    -moz-column-gap: 195px;
         column-gap: 195px;
  }
  .gap-y-sm-195 {
    row-gap: 195px;
  }
  .rounded-sm-195 {
    border-radius: 195px;
  }
  .mb-sm-195 {
    margin-bottom: 195px;
  }
  .mt-sm-195 {
    margin-top: 195px;
  }
  .mr-sm-195 {
    margin-right: 195px;
  }
  .ml-sm-195 {
    margin-left: 195px;
  }
  .mx-sm-195 {
    margin-right: 195px;
    margin-left: 195px;
  }
  .my-sm-195 {
    margin-top: 195px;
    margin-bottom: 195px;
  }
  .p-sm-195 {
    padding: 195px;
  }
  .px-sm-195 {
    padding-right: 195px;
    padding-left: 195px;
  }
  .py-sm-195 {
    padding-top: 195px;
    padding-bottom: 195px;
  }
  .pr-sm-195 {
    padding-right: 195px;
  }
  .pl-sm-195 {
    padding-left: 195px;
  }
  .pt-sm-195 {
    padding-top: 195px;
  }
  .pb-sm-195 {
    padding-bottom: 195px;
  }
  .fs-sm-195 {
    font-size: 195px;
  }
  .w-sm-195 {
    width: 195px;
  }
  .h-sm-195 {
    height: 195px;
  }
}
@media (min-width: 768px) {
  .lh-md-195 {
    line-height: 195px;
  }
  .line-height-md-195 {
    line-height: 195px;
  }
  .grid-cols-md-195 {
    grid-template-columns: repeat(195, 1fr);
  }
  .gap-md-195 {
    gap: 195px;
  }
  .gap-x-md-195 {
    -moz-column-gap: 195px;
         column-gap: 195px;
  }
  .gap-y-md-195 {
    row-gap: 195px;
  }
  .rounded-md-195 {
    border-radius: 195px;
  }
  .mb-md-195 {
    margin-bottom: 195px;
  }
  .mt-md-195 {
    margin-top: 195px;
  }
  .mr-md-195 {
    margin-right: 195px;
  }
  .ml-md-195 {
    margin-left: 195px;
  }
  .mx-md-195 {
    margin-right: 195px;
    margin-left: 195px;
  }
  .my-md-195 {
    margin-top: 195px;
    margin-bottom: 195px;
  }
  .p-md-195 {
    padding: 195px;
  }
  .px-md-195 {
    padding-right: 195px;
    padding-left: 195px;
  }
  .py-md-195 {
    padding-top: 195px;
    padding-bottom: 195px;
  }
  .pr-md-195 {
    padding-right: 195px;
  }
  .pl-md-195 {
    padding-left: 195px;
  }
  .pt-md-195 {
    padding-top: 195px;
  }
  .pb-md-195 {
    padding-bottom: 195px;
  }
  .fs-md-195 {
    font-size: 195px;
  }
  .w-md-195 {
    width: 195px;
  }
  .h-md-195 {
    height: 195px;
  }
}
@media (min-width: 992px) {
  .lh-lg-195 {
    line-height: 195px;
  }
  .line-height-lg-195 {
    line-height: 195px;
  }
  .grid-cols-lg-195 {
    grid-template-columns: repeat(195, 1fr);
  }
  .gap-lg-195 {
    gap: 195px;
  }
  .gap-x-lg-195 {
    -moz-column-gap: 195px;
         column-gap: 195px;
  }
  .gap-y-lg-195 {
    row-gap: 195px;
  }
  .rounded-lg-195 {
    border-radius: 195px;
  }
  .mb-lg-195 {
    margin-bottom: 195px;
  }
  .mt-lg-195 {
    margin-top: 195px;
  }
  .mr-lg-195 {
    margin-right: 195px;
  }
  .ml-lg-195 {
    margin-left: 195px;
  }
  .mx-lg-195 {
    margin-right: 195px;
    margin-left: 195px;
  }
  .my-lg-195 {
    margin-top: 195px;
    margin-bottom: 195px;
  }
  .p-lg-195 {
    padding: 195px;
  }
  .px-lg-195 {
    padding-right: 195px;
    padding-left: 195px;
  }
  .py-lg-195 {
    padding-top: 195px;
    padding-bottom: 195px;
  }
  .pr-lg-195 {
    padding-right: 195px;
  }
  .pl-lg-195 {
    padding-left: 195px;
  }
  .pt-lg-195 {
    padding-top: 195px;
  }
  .pb-lg-195 {
    padding-bottom: 195px;
  }
  .fs-lg-195 {
    font-size: 195px;
  }
  .w-lg-195 {
    width: 195px;
  }
  .h-lg-195 {
    height: 195px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-195 {
    line-height: 195px;
  }
  .line-height-xl-195 {
    line-height: 195px;
  }
  .grid-cols-xl-195 {
    grid-template-columns: repeat(195, 1fr);
  }
  .gap-xl-195 {
    gap: 195px;
  }
  .gap-x-xl-195 {
    -moz-column-gap: 195px;
         column-gap: 195px;
  }
  .gap-y-xl-195 {
    row-gap: 195px;
  }
  .rounded-xl-195 {
    border-radius: 195px;
  }
  .mb-xl-195 {
    margin-bottom: 195px;
  }
  .mt-xl-195 {
    margin-top: 195px;
  }
  .mr-xl-195 {
    margin-right: 195px;
  }
  .ml-xl-195 {
    margin-left: 195px;
  }
  .mx-xl-195 {
    margin-right: 195px;
    margin-left: 195px;
  }
  .my-xl-195 {
    margin-top: 195px;
    margin-bottom: 195px;
  }
  .p-xl-195 {
    padding: 195px;
  }
  .px-xl-195 {
    padding-right: 195px;
    padding-left: 195px;
  }
  .py-xl-195 {
    padding-top: 195px;
    padding-bottom: 195px;
  }
  .pr-xl-195 {
    padding-right: 195px;
  }
  .pl-xl-195 {
    padding-left: 195px;
  }
  .pt-xl-195 {
    padding-top: 195px;
  }
  .pb-xl-195 {
    padding-bottom: 195px;
  }
  .fs-xl-195 {
    font-size: 195px;
  }
  .w-xl-195 {
    width: 195px;
  }
  .h-xl-195 {
    height: 195px;
  }
}
.lh-196 {
  line-height: 196px;
}

.grid-cols-196 {
  grid-template-columns: repeat(196, 1fr);
}

.line-height-196 {
  line-height: 196px;
}

.gap-196 {
  gap: 196px;
}

.gap-x-196 {
  -moz-column-gap: 196px;
       column-gap: 196px;
}

.gap-y-196 {
  row-gap: 196px;
}

.rounded-196 {
  border-radius: 196px;
}

.mb-196 {
  margin-bottom: 196px;
}

.mt-196 {
  margin-top: 196px;
}

.mr-196 {
  margin-right: 196px;
}

.ml-196 {
  margin-left: 196px;
}

.mx-196 {
  margin-right: 196px;
  margin-left: 196px;
}

.my-196 {
  margin-top: 196px;
  margin-bottom: 196px;
}

.p-196 {
  padding: 196px;
}

.px-196 {
  padding-right: 196px;
  padding-left: 196px;
}

.py-196 {
  padding-top: 196px;
  padding-bottom: 196px;
}

.pr-196 {
  padding-right: 196px;
}

.pl-196 {
  padding-left: 196px;
}

.pt-196 {
  padding-top: 196px;
}

.pb-196 {
  padding-bottom: 196px;
}

.fs-196 {
  font-size: 196px;
}

.w-196 {
  width: 196px;
}

.h-196 {
  height: 196px;
}

@media (min-width: 576px) {
  .lh-sm-196 {
    line-height: 196px;
  }
  .line-height-sm-196 {
    line-height: 196px;
  }
  .grid-cols-sm-196 {
    grid-template-columns: repeat(196, 1fr);
  }
  .gap-sm-196 {
    gap: 196px;
  }
  .gap-x-sm-196 {
    -moz-column-gap: 196px;
         column-gap: 196px;
  }
  .gap-y-sm-196 {
    row-gap: 196px;
  }
  .rounded-sm-196 {
    border-radius: 196px;
  }
  .mb-sm-196 {
    margin-bottom: 196px;
  }
  .mt-sm-196 {
    margin-top: 196px;
  }
  .mr-sm-196 {
    margin-right: 196px;
  }
  .ml-sm-196 {
    margin-left: 196px;
  }
  .mx-sm-196 {
    margin-right: 196px;
    margin-left: 196px;
  }
  .my-sm-196 {
    margin-top: 196px;
    margin-bottom: 196px;
  }
  .p-sm-196 {
    padding: 196px;
  }
  .px-sm-196 {
    padding-right: 196px;
    padding-left: 196px;
  }
  .py-sm-196 {
    padding-top: 196px;
    padding-bottom: 196px;
  }
  .pr-sm-196 {
    padding-right: 196px;
  }
  .pl-sm-196 {
    padding-left: 196px;
  }
  .pt-sm-196 {
    padding-top: 196px;
  }
  .pb-sm-196 {
    padding-bottom: 196px;
  }
  .fs-sm-196 {
    font-size: 196px;
  }
  .w-sm-196 {
    width: 196px;
  }
  .h-sm-196 {
    height: 196px;
  }
}
@media (min-width: 768px) {
  .lh-md-196 {
    line-height: 196px;
  }
  .line-height-md-196 {
    line-height: 196px;
  }
  .grid-cols-md-196 {
    grid-template-columns: repeat(196, 1fr);
  }
  .gap-md-196 {
    gap: 196px;
  }
  .gap-x-md-196 {
    -moz-column-gap: 196px;
         column-gap: 196px;
  }
  .gap-y-md-196 {
    row-gap: 196px;
  }
  .rounded-md-196 {
    border-radius: 196px;
  }
  .mb-md-196 {
    margin-bottom: 196px;
  }
  .mt-md-196 {
    margin-top: 196px;
  }
  .mr-md-196 {
    margin-right: 196px;
  }
  .ml-md-196 {
    margin-left: 196px;
  }
  .mx-md-196 {
    margin-right: 196px;
    margin-left: 196px;
  }
  .my-md-196 {
    margin-top: 196px;
    margin-bottom: 196px;
  }
  .p-md-196 {
    padding: 196px;
  }
  .px-md-196 {
    padding-right: 196px;
    padding-left: 196px;
  }
  .py-md-196 {
    padding-top: 196px;
    padding-bottom: 196px;
  }
  .pr-md-196 {
    padding-right: 196px;
  }
  .pl-md-196 {
    padding-left: 196px;
  }
  .pt-md-196 {
    padding-top: 196px;
  }
  .pb-md-196 {
    padding-bottom: 196px;
  }
  .fs-md-196 {
    font-size: 196px;
  }
  .w-md-196 {
    width: 196px;
  }
  .h-md-196 {
    height: 196px;
  }
}
@media (min-width: 992px) {
  .lh-lg-196 {
    line-height: 196px;
  }
  .line-height-lg-196 {
    line-height: 196px;
  }
  .grid-cols-lg-196 {
    grid-template-columns: repeat(196, 1fr);
  }
  .gap-lg-196 {
    gap: 196px;
  }
  .gap-x-lg-196 {
    -moz-column-gap: 196px;
         column-gap: 196px;
  }
  .gap-y-lg-196 {
    row-gap: 196px;
  }
  .rounded-lg-196 {
    border-radius: 196px;
  }
  .mb-lg-196 {
    margin-bottom: 196px;
  }
  .mt-lg-196 {
    margin-top: 196px;
  }
  .mr-lg-196 {
    margin-right: 196px;
  }
  .ml-lg-196 {
    margin-left: 196px;
  }
  .mx-lg-196 {
    margin-right: 196px;
    margin-left: 196px;
  }
  .my-lg-196 {
    margin-top: 196px;
    margin-bottom: 196px;
  }
  .p-lg-196 {
    padding: 196px;
  }
  .px-lg-196 {
    padding-right: 196px;
    padding-left: 196px;
  }
  .py-lg-196 {
    padding-top: 196px;
    padding-bottom: 196px;
  }
  .pr-lg-196 {
    padding-right: 196px;
  }
  .pl-lg-196 {
    padding-left: 196px;
  }
  .pt-lg-196 {
    padding-top: 196px;
  }
  .pb-lg-196 {
    padding-bottom: 196px;
  }
  .fs-lg-196 {
    font-size: 196px;
  }
  .w-lg-196 {
    width: 196px;
  }
  .h-lg-196 {
    height: 196px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-196 {
    line-height: 196px;
  }
  .line-height-xl-196 {
    line-height: 196px;
  }
  .grid-cols-xl-196 {
    grid-template-columns: repeat(196, 1fr);
  }
  .gap-xl-196 {
    gap: 196px;
  }
  .gap-x-xl-196 {
    -moz-column-gap: 196px;
         column-gap: 196px;
  }
  .gap-y-xl-196 {
    row-gap: 196px;
  }
  .rounded-xl-196 {
    border-radius: 196px;
  }
  .mb-xl-196 {
    margin-bottom: 196px;
  }
  .mt-xl-196 {
    margin-top: 196px;
  }
  .mr-xl-196 {
    margin-right: 196px;
  }
  .ml-xl-196 {
    margin-left: 196px;
  }
  .mx-xl-196 {
    margin-right: 196px;
    margin-left: 196px;
  }
  .my-xl-196 {
    margin-top: 196px;
    margin-bottom: 196px;
  }
  .p-xl-196 {
    padding: 196px;
  }
  .px-xl-196 {
    padding-right: 196px;
    padding-left: 196px;
  }
  .py-xl-196 {
    padding-top: 196px;
    padding-bottom: 196px;
  }
  .pr-xl-196 {
    padding-right: 196px;
  }
  .pl-xl-196 {
    padding-left: 196px;
  }
  .pt-xl-196 {
    padding-top: 196px;
  }
  .pb-xl-196 {
    padding-bottom: 196px;
  }
  .fs-xl-196 {
    font-size: 196px;
  }
  .w-xl-196 {
    width: 196px;
  }
  .h-xl-196 {
    height: 196px;
  }
}
.lh-197 {
  line-height: 197px;
}

.grid-cols-197 {
  grid-template-columns: repeat(197, 1fr);
}

.line-height-197 {
  line-height: 197px;
}

.gap-197 {
  gap: 197px;
}

.gap-x-197 {
  -moz-column-gap: 197px;
       column-gap: 197px;
}

.gap-y-197 {
  row-gap: 197px;
}

.rounded-197 {
  border-radius: 197px;
}

.mb-197 {
  margin-bottom: 197px;
}

.mt-197 {
  margin-top: 197px;
}

.mr-197 {
  margin-right: 197px;
}

.ml-197 {
  margin-left: 197px;
}

.mx-197 {
  margin-right: 197px;
  margin-left: 197px;
}

.my-197 {
  margin-top: 197px;
  margin-bottom: 197px;
}

.p-197 {
  padding: 197px;
}

.px-197 {
  padding-right: 197px;
  padding-left: 197px;
}

.py-197 {
  padding-top: 197px;
  padding-bottom: 197px;
}

.pr-197 {
  padding-right: 197px;
}

.pl-197 {
  padding-left: 197px;
}

.pt-197 {
  padding-top: 197px;
}

.pb-197 {
  padding-bottom: 197px;
}

.fs-197 {
  font-size: 197px;
}

.w-197 {
  width: 197px;
}

.h-197 {
  height: 197px;
}

@media (min-width: 576px) {
  .lh-sm-197 {
    line-height: 197px;
  }
  .line-height-sm-197 {
    line-height: 197px;
  }
  .grid-cols-sm-197 {
    grid-template-columns: repeat(197, 1fr);
  }
  .gap-sm-197 {
    gap: 197px;
  }
  .gap-x-sm-197 {
    -moz-column-gap: 197px;
         column-gap: 197px;
  }
  .gap-y-sm-197 {
    row-gap: 197px;
  }
  .rounded-sm-197 {
    border-radius: 197px;
  }
  .mb-sm-197 {
    margin-bottom: 197px;
  }
  .mt-sm-197 {
    margin-top: 197px;
  }
  .mr-sm-197 {
    margin-right: 197px;
  }
  .ml-sm-197 {
    margin-left: 197px;
  }
  .mx-sm-197 {
    margin-right: 197px;
    margin-left: 197px;
  }
  .my-sm-197 {
    margin-top: 197px;
    margin-bottom: 197px;
  }
  .p-sm-197 {
    padding: 197px;
  }
  .px-sm-197 {
    padding-right: 197px;
    padding-left: 197px;
  }
  .py-sm-197 {
    padding-top: 197px;
    padding-bottom: 197px;
  }
  .pr-sm-197 {
    padding-right: 197px;
  }
  .pl-sm-197 {
    padding-left: 197px;
  }
  .pt-sm-197 {
    padding-top: 197px;
  }
  .pb-sm-197 {
    padding-bottom: 197px;
  }
  .fs-sm-197 {
    font-size: 197px;
  }
  .w-sm-197 {
    width: 197px;
  }
  .h-sm-197 {
    height: 197px;
  }
}
@media (min-width: 768px) {
  .lh-md-197 {
    line-height: 197px;
  }
  .line-height-md-197 {
    line-height: 197px;
  }
  .grid-cols-md-197 {
    grid-template-columns: repeat(197, 1fr);
  }
  .gap-md-197 {
    gap: 197px;
  }
  .gap-x-md-197 {
    -moz-column-gap: 197px;
         column-gap: 197px;
  }
  .gap-y-md-197 {
    row-gap: 197px;
  }
  .rounded-md-197 {
    border-radius: 197px;
  }
  .mb-md-197 {
    margin-bottom: 197px;
  }
  .mt-md-197 {
    margin-top: 197px;
  }
  .mr-md-197 {
    margin-right: 197px;
  }
  .ml-md-197 {
    margin-left: 197px;
  }
  .mx-md-197 {
    margin-right: 197px;
    margin-left: 197px;
  }
  .my-md-197 {
    margin-top: 197px;
    margin-bottom: 197px;
  }
  .p-md-197 {
    padding: 197px;
  }
  .px-md-197 {
    padding-right: 197px;
    padding-left: 197px;
  }
  .py-md-197 {
    padding-top: 197px;
    padding-bottom: 197px;
  }
  .pr-md-197 {
    padding-right: 197px;
  }
  .pl-md-197 {
    padding-left: 197px;
  }
  .pt-md-197 {
    padding-top: 197px;
  }
  .pb-md-197 {
    padding-bottom: 197px;
  }
  .fs-md-197 {
    font-size: 197px;
  }
  .w-md-197 {
    width: 197px;
  }
  .h-md-197 {
    height: 197px;
  }
}
@media (min-width: 992px) {
  .lh-lg-197 {
    line-height: 197px;
  }
  .line-height-lg-197 {
    line-height: 197px;
  }
  .grid-cols-lg-197 {
    grid-template-columns: repeat(197, 1fr);
  }
  .gap-lg-197 {
    gap: 197px;
  }
  .gap-x-lg-197 {
    -moz-column-gap: 197px;
         column-gap: 197px;
  }
  .gap-y-lg-197 {
    row-gap: 197px;
  }
  .rounded-lg-197 {
    border-radius: 197px;
  }
  .mb-lg-197 {
    margin-bottom: 197px;
  }
  .mt-lg-197 {
    margin-top: 197px;
  }
  .mr-lg-197 {
    margin-right: 197px;
  }
  .ml-lg-197 {
    margin-left: 197px;
  }
  .mx-lg-197 {
    margin-right: 197px;
    margin-left: 197px;
  }
  .my-lg-197 {
    margin-top: 197px;
    margin-bottom: 197px;
  }
  .p-lg-197 {
    padding: 197px;
  }
  .px-lg-197 {
    padding-right: 197px;
    padding-left: 197px;
  }
  .py-lg-197 {
    padding-top: 197px;
    padding-bottom: 197px;
  }
  .pr-lg-197 {
    padding-right: 197px;
  }
  .pl-lg-197 {
    padding-left: 197px;
  }
  .pt-lg-197 {
    padding-top: 197px;
  }
  .pb-lg-197 {
    padding-bottom: 197px;
  }
  .fs-lg-197 {
    font-size: 197px;
  }
  .w-lg-197 {
    width: 197px;
  }
  .h-lg-197 {
    height: 197px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-197 {
    line-height: 197px;
  }
  .line-height-xl-197 {
    line-height: 197px;
  }
  .grid-cols-xl-197 {
    grid-template-columns: repeat(197, 1fr);
  }
  .gap-xl-197 {
    gap: 197px;
  }
  .gap-x-xl-197 {
    -moz-column-gap: 197px;
         column-gap: 197px;
  }
  .gap-y-xl-197 {
    row-gap: 197px;
  }
  .rounded-xl-197 {
    border-radius: 197px;
  }
  .mb-xl-197 {
    margin-bottom: 197px;
  }
  .mt-xl-197 {
    margin-top: 197px;
  }
  .mr-xl-197 {
    margin-right: 197px;
  }
  .ml-xl-197 {
    margin-left: 197px;
  }
  .mx-xl-197 {
    margin-right: 197px;
    margin-left: 197px;
  }
  .my-xl-197 {
    margin-top: 197px;
    margin-bottom: 197px;
  }
  .p-xl-197 {
    padding: 197px;
  }
  .px-xl-197 {
    padding-right: 197px;
    padding-left: 197px;
  }
  .py-xl-197 {
    padding-top: 197px;
    padding-bottom: 197px;
  }
  .pr-xl-197 {
    padding-right: 197px;
  }
  .pl-xl-197 {
    padding-left: 197px;
  }
  .pt-xl-197 {
    padding-top: 197px;
  }
  .pb-xl-197 {
    padding-bottom: 197px;
  }
  .fs-xl-197 {
    font-size: 197px;
  }
  .w-xl-197 {
    width: 197px;
  }
  .h-xl-197 {
    height: 197px;
  }
}
.lh-198 {
  line-height: 198px;
}

.grid-cols-198 {
  grid-template-columns: repeat(198, 1fr);
}

.line-height-198 {
  line-height: 198px;
}

.gap-198 {
  gap: 198px;
}

.gap-x-198 {
  -moz-column-gap: 198px;
       column-gap: 198px;
}

.gap-y-198 {
  row-gap: 198px;
}

.rounded-198 {
  border-radius: 198px;
}

.mb-198 {
  margin-bottom: 198px;
}

.mt-198 {
  margin-top: 198px;
}

.mr-198 {
  margin-right: 198px;
}

.ml-198 {
  margin-left: 198px;
}

.mx-198 {
  margin-right: 198px;
  margin-left: 198px;
}

.my-198 {
  margin-top: 198px;
  margin-bottom: 198px;
}

.p-198 {
  padding: 198px;
}

.px-198 {
  padding-right: 198px;
  padding-left: 198px;
}

.py-198 {
  padding-top: 198px;
  padding-bottom: 198px;
}

.pr-198 {
  padding-right: 198px;
}

.pl-198 {
  padding-left: 198px;
}

.pt-198 {
  padding-top: 198px;
}

.pb-198 {
  padding-bottom: 198px;
}

.fs-198 {
  font-size: 198px;
}

.w-198 {
  width: 198px;
}

.h-198 {
  height: 198px;
}

@media (min-width: 576px) {
  .lh-sm-198 {
    line-height: 198px;
  }
  .line-height-sm-198 {
    line-height: 198px;
  }
  .grid-cols-sm-198 {
    grid-template-columns: repeat(198, 1fr);
  }
  .gap-sm-198 {
    gap: 198px;
  }
  .gap-x-sm-198 {
    -moz-column-gap: 198px;
         column-gap: 198px;
  }
  .gap-y-sm-198 {
    row-gap: 198px;
  }
  .rounded-sm-198 {
    border-radius: 198px;
  }
  .mb-sm-198 {
    margin-bottom: 198px;
  }
  .mt-sm-198 {
    margin-top: 198px;
  }
  .mr-sm-198 {
    margin-right: 198px;
  }
  .ml-sm-198 {
    margin-left: 198px;
  }
  .mx-sm-198 {
    margin-right: 198px;
    margin-left: 198px;
  }
  .my-sm-198 {
    margin-top: 198px;
    margin-bottom: 198px;
  }
  .p-sm-198 {
    padding: 198px;
  }
  .px-sm-198 {
    padding-right: 198px;
    padding-left: 198px;
  }
  .py-sm-198 {
    padding-top: 198px;
    padding-bottom: 198px;
  }
  .pr-sm-198 {
    padding-right: 198px;
  }
  .pl-sm-198 {
    padding-left: 198px;
  }
  .pt-sm-198 {
    padding-top: 198px;
  }
  .pb-sm-198 {
    padding-bottom: 198px;
  }
  .fs-sm-198 {
    font-size: 198px;
  }
  .w-sm-198 {
    width: 198px;
  }
  .h-sm-198 {
    height: 198px;
  }
}
@media (min-width: 768px) {
  .lh-md-198 {
    line-height: 198px;
  }
  .line-height-md-198 {
    line-height: 198px;
  }
  .grid-cols-md-198 {
    grid-template-columns: repeat(198, 1fr);
  }
  .gap-md-198 {
    gap: 198px;
  }
  .gap-x-md-198 {
    -moz-column-gap: 198px;
         column-gap: 198px;
  }
  .gap-y-md-198 {
    row-gap: 198px;
  }
  .rounded-md-198 {
    border-radius: 198px;
  }
  .mb-md-198 {
    margin-bottom: 198px;
  }
  .mt-md-198 {
    margin-top: 198px;
  }
  .mr-md-198 {
    margin-right: 198px;
  }
  .ml-md-198 {
    margin-left: 198px;
  }
  .mx-md-198 {
    margin-right: 198px;
    margin-left: 198px;
  }
  .my-md-198 {
    margin-top: 198px;
    margin-bottom: 198px;
  }
  .p-md-198 {
    padding: 198px;
  }
  .px-md-198 {
    padding-right: 198px;
    padding-left: 198px;
  }
  .py-md-198 {
    padding-top: 198px;
    padding-bottom: 198px;
  }
  .pr-md-198 {
    padding-right: 198px;
  }
  .pl-md-198 {
    padding-left: 198px;
  }
  .pt-md-198 {
    padding-top: 198px;
  }
  .pb-md-198 {
    padding-bottom: 198px;
  }
  .fs-md-198 {
    font-size: 198px;
  }
  .w-md-198 {
    width: 198px;
  }
  .h-md-198 {
    height: 198px;
  }
}
@media (min-width: 992px) {
  .lh-lg-198 {
    line-height: 198px;
  }
  .line-height-lg-198 {
    line-height: 198px;
  }
  .grid-cols-lg-198 {
    grid-template-columns: repeat(198, 1fr);
  }
  .gap-lg-198 {
    gap: 198px;
  }
  .gap-x-lg-198 {
    -moz-column-gap: 198px;
         column-gap: 198px;
  }
  .gap-y-lg-198 {
    row-gap: 198px;
  }
  .rounded-lg-198 {
    border-radius: 198px;
  }
  .mb-lg-198 {
    margin-bottom: 198px;
  }
  .mt-lg-198 {
    margin-top: 198px;
  }
  .mr-lg-198 {
    margin-right: 198px;
  }
  .ml-lg-198 {
    margin-left: 198px;
  }
  .mx-lg-198 {
    margin-right: 198px;
    margin-left: 198px;
  }
  .my-lg-198 {
    margin-top: 198px;
    margin-bottom: 198px;
  }
  .p-lg-198 {
    padding: 198px;
  }
  .px-lg-198 {
    padding-right: 198px;
    padding-left: 198px;
  }
  .py-lg-198 {
    padding-top: 198px;
    padding-bottom: 198px;
  }
  .pr-lg-198 {
    padding-right: 198px;
  }
  .pl-lg-198 {
    padding-left: 198px;
  }
  .pt-lg-198 {
    padding-top: 198px;
  }
  .pb-lg-198 {
    padding-bottom: 198px;
  }
  .fs-lg-198 {
    font-size: 198px;
  }
  .w-lg-198 {
    width: 198px;
  }
  .h-lg-198 {
    height: 198px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-198 {
    line-height: 198px;
  }
  .line-height-xl-198 {
    line-height: 198px;
  }
  .grid-cols-xl-198 {
    grid-template-columns: repeat(198, 1fr);
  }
  .gap-xl-198 {
    gap: 198px;
  }
  .gap-x-xl-198 {
    -moz-column-gap: 198px;
         column-gap: 198px;
  }
  .gap-y-xl-198 {
    row-gap: 198px;
  }
  .rounded-xl-198 {
    border-radius: 198px;
  }
  .mb-xl-198 {
    margin-bottom: 198px;
  }
  .mt-xl-198 {
    margin-top: 198px;
  }
  .mr-xl-198 {
    margin-right: 198px;
  }
  .ml-xl-198 {
    margin-left: 198px;
  }
  .mx-xl-198 {
    margin-right: 198px;
    margin-left: 198px;
  }
  .my-xl-198 {
    margin-top: 198px;
    margin-bottom: 198px;
  }
  .p-xl-198 {
    padding: 198px;
  }
  .px-xl-198 {
    padding-right: 198px;
    padding-left: 198px;
  }
  .py-xl-198 {
    padding-top: 198px;
    padding-bottom: 198px;
  }
  .pr-xl-198 {
    padding-right: 198px;
  }
  .pl-xl-198 {
    padding-left: 198px;
  }
  .pt-xl-198 {
    padding-top: 198px;
  }
  .pb-xl-198 {
    padding-bottom: 198px;
  }
  .fs-xl-198 {
    font-size: 198px;
  }
  .w-xl-198 {
    width: 198px;
  }
  .h-xl-198 {
    height: 198px;
  }
}
.lh-199 {
  line-height: 199px;
}

.grid-cols-199 {
  grid-template-columns: repeat(199, 1fr);
}

.line-height-199 {
  line-height: 199px;
}

.gap-199 {
  gap: 199px;
}

.gap-x-199 {
  -moz-column-gap: 199px;
       column-gap: 199px;
}

.gap-y-199 {
  row-gap: 199px;
}

.rounded-199 {
  border-radius: 199px;
}

.mb-199 {
  margin-bottom: 199px;
}

.mt-199 {
  margin-top: 199px;
}

.mr-199 {
  margin-right: 199px;
}

.ml-199 {
  margin-left: 199px;
}

.mx-199 {
  margin-right: 199px;
  margin-left: 199px;
}

.my-199 {
  margin-top: 199px;
  margin-bottom: 199px;
}

.p-199 {
  padding: 199px;
}

.px-199 {
  padding-right: 199px;
  padding-left: 199px;
}

.py-199 {
  padding-top: 199px;
  padding-bottom: 199px;
}

.pr-199 {
  padding-right: 199px;
}

.pl-199 {
  padding-left: 199px;
}

.pt-199 {
  padding-top: 199px;
}

.pb-199 {
  padding-bottom: 199px;
}

.fs-199 {
  font-size: 199px;
}

.w-199 {
  width: 199px;
}

.h-199 {
  height: 199px;
}

@media (min-width: 576px) {
  .lh-sm-199 {
    line-height: 199px;
  }
  .line-height-sm-199 {
    line-height: 199px;
  }
  .grid-cols-sm-199 {
    grid-template-columns: repeat(199, 1fr);
  }
  .gap-sm-199 {
    gap: 199px;
  }
  .gap-x-sm-199 {
    -moz-column-gap: 199px;
         column-gap: 199px;
  }
  .gap-y-sm-199 {
    row-gap: 199px;
  }
  .rounded-sm-199 {
    border-radius: 199px;
  }
  .mb-sm-199 {
    margin-bottom: 199px;
  }
  .mt-sm-199 {
    margin-top: 199px;
  }
  .mr-sm-199 {
    margin-right: 199px;
  }
  .ml-sm-199 {
    margin-left: 199px;
  }
  .mx-sm-199 {
    margin-right: 199px;
    margin-left: 199px;
  }
  .my-sm-199 {
    margin-top: 199px;
    margin-bottom: 199px;
  }
  .p-sm-199 {
    padding: 199px;
  }
  .px-sm-199 {
    padding-right: 199px;
    padding-left: 199px;
  }
  .py-sm-199 {
    padding-top: 199px;
    padding-bottom: 199px;
  }
  .pr-sm-199 {
    padding-right: 199px;
  }
  .pl-sm-199 {
    padding-left: 199px;
  }
  .pt-sm-199 {
    padding-top: 199px;
  }
  .pb-sm-199 {
    padding-bottom: 199px;
  }
  .fs-sm-199 {
    font-size: 199px;
  }
  .w-sm-199 {
    width: 199px;
  }
  .h-sm-199 {
    height: 199px;
  }
}
@media (min-width: 768px) {
  .lh-md-199 {
    line-height: 199px;
  }
  .line-height-md-199 {
    line-height: 199px;
  }
  .grid-cols-md-199 {
    grid-template-columns: repeat(199, 1fr);
  }
  .gap-md-199 {
    gap: 199px;
  }
  .gap-x-md-199 {
    -moz-column-gap: 199px;
         column-gap: 199px;
  }
  .gap-y-md-199 {
    row-gap: 199px;
  }
  .rounded-md-199 {
    border-radius: 199px;
  }
  .mb-md-199 {
    margin-bottom: 199px;
  }
  .mt-md-199 {
    margin-top: 199px;
  }
  .mr-md-199 {
    margin-right: 199px;
  }
  .ml-md-199 {
    margin-left: 199px;
  }
  .mx-md-199 {
    margin-right: 199px;
    margin-left: 199px;
  }
  .my-md-199 {
    margin-top: 199px;
    margin-bottom: 199px;
  }
  .p-md-199 {
    padding: 199px;
  }
  .px-md-199 {
    padding-right: 199px;
    padding-left: 199px;
  }
  .py-md-199 {
    padding-top: 199px;
    padding-bottom: 199px;
  }
  .pr-md-199 {
    padding-right: 199px;
  }
  .pl-md-199 {
    padding-left: 199px;
  }
  .pt-md-199 {
    padding-top: 199px;
  }
  .pb-md-199 {
    padding-bottom: 199px;
  }
  .fs-md-199 {
    font-size: 199px;
  }
  .w-md-199 {
    width: 199px;
  }
  .h-md-199 {
    height: 199px;
  }
}
@media (min-width: 992px) {
  .lh-lg-199 {
    line-height: 199px;
  }
  .line-height-lg-199 {
    line-height: 199px;
  }
  .grid-cols-lg-199 {
    grid-template-columns: repeat(199, 1fr);
  }
  .gap-lg-199 {
    gap: 199px;
  }
  .gap-x-lg-199 {
    -moz-column-gap: 199px;
         column-gap: 199px;
  }
  .gap-y-lg-199 {
    row-gap: 199px;
  }
  .rounded-lg-199 {
    border-radius: 199px;
  }
  .mb-lg-199 {
    margin-bottom: 199px;
  }
  .mt-lg-199 {
    margin-top: 199px;
  }
  .mr-lg-199 {
    margin-right: 199px;
  }
  .ml-lg-199 {
    margin-left: 199px;
  }
  .mx-lg-199 {
    margin-right: 199px;
    margin-left: 199px;
  }
  .my-lg-199 {
    margin-top: 199px;
    margin-bottom: 199px;
  }
  .p-lg-199 {
    padding: 199px;
  }
  .px-lg-199 {
    padding-right: 199px;
    padding-left: 199px;
  }
  .py-lg-199 {
    padding-top: 199px;
    padding-bottom: 199px;
  }
  .pr-lg-199 {
    padding-right: 199px;
  }
  .pl-lg-199 {
    padding-left: 199px;
  }
  .pt-lg-199 {
    padding-top: 199px;
  }
  .pb-lg-199 {
    padding-bottom: 199px;
  }
  .fs-lg-199 {
    font-size: 199px;
  }
  .w-lg-199 {
    width: 199px;
  }
  .h-lg-199 {
    height: 199px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-199 {
    line-height: 199px;
  }
  .line-height-xl-199 {
    line-height: 199px;
  }
  .grid-cols-xl-199 {
    grid-template-columns: repeat(199, 1fr);
  }
  .gap-xl-199 {
    gap: 199px;
  }
  .gap-x-xl-199 {
    -moz-column-gap: 199px;
         column-gap: 199px;
  }
  .gap-y-xl-199 {
    row-gap: 199px;
  }
  .rounded-xl-199 {
    border-radius: 199px;
  }
  .mb-xl-199 {
    margin-bottom: 199px;
  }
  .mt-xl-199 {
    margin-top: 199px;
  }
  .mr-xl-199 {
    margin-right: 199px;
  }
  .ml-xl-199 {
    margin-left: 199px;
  }
  .mx-xl-199 {
    margin-right: 199px;
    margin-left: 199px;
  }
  .my-xl-199 {
    margin-top: 199px;
    margin-bottom: 199px;
  }
  .p-xl-199 {
    padding: 199px;
  }
  .px-xl-199 {
    padding-right: 199px;
    padding-left: 199px;
  }
  .py-xl-199 {
    padding-top: 199px;
    padding-bottom: 199px;
  }
  .pr-xl-199 {
    padding-right: 199px;
  }
  .pl-xl-199 {
    padding-left: 199px;
  }
  .pt-xl-199 {
    padding-top: 199px;
  }
  .pb-xl-199 {
    padding-bottom: 199px;
  }
  .fs-xl-199 {
    font-size: 199px;
  }
  .w-xl-199 {
    width: 199px;
  }
  .h-xl-199 {
    height: 199px;
  }
}
.lh-200 {
  line-height: 200px;
}

.grid-cols-200 {
  grid-template-columns: repeat(200, 1fr);
}

.line-height-200 {
  line-height: 200px;
}

.gap-200 {
  gap: 200px;
}

.gap-x-200 {
  -moz-column-gap: 200px;
       column-gap: 200px;
}

.gap-y-200 {
  row-gap: 200px;
}

.rounded-200 {
  border-radius: 200px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mt-200 {
  margin-top: 200px;
}

.mr-200 {
  margin-right: 200px;
}

.ml-200 {
  margin-left: 200px;
}

.mx-200 {
  margin-right: 200px;
  margin-left: 200px;
}

.my-200 {
  margin-top: 200px;
  margin-bottom: 200px;
}

.p-200 {
  padding: 200px;
}

.px-200 {
  padding-right: 200px;
  padding-left: 200px;
}

.py-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.pr-200 {
  padding-right: 200px;
}

.pl-200 {
  padding-left: 200px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-200 {
  padding-bottom: 200px;
}

.fs-200 {
  font-size: 200px;
}

.w-200 {
  width: 200px;
}

.h-200 {
  height: 200px;
}

@media (min-width: 576px) {
  .lh-sm-200 {
    line-height: 200px;
  }
  .line-height-sm-200 {
    line-height: 200px;
  }
  .grid-cols-sm-200 {
    grid-template-columns: repeat(200, 1fr);
  }
  .gap-sm-200 {
    gap: 200px;
  }
  .gap-x-sm-200 {
    -moz-column-gap: 200px;
         column-gap: 200px;
  }
  .gap-y-sm-200 {
    row-gap: 200px;
  }
  .rounded-sm-200 {
    border-radius: 200px;
  }
  .mb-sm-200 {
    margin-bottom: 200px;
  }
  .mt-sm-200 {
    margin-top: 200px;
  }
  .mr-sm-200 {
    margin-right: 200px;
  }
  .ml-sm-200 {
    margin-left: 200px;
  }
  .mx-sm-200 {
    margin-right: 200px;
    margin-left: 200px;
  }
  .my-sm-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .p-sm-200 {
    padding: 200px;
  }
  .px-sm-200 {
    padding-right: 200px;
    padding-left: 200px;
  }
  .py-sm-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .pr-sm-200 {
    padding-right: 200px;
  }
  .pl-sm-200 {
    padding-left: 200px;
  }
  .pt-sm-200 {
    padding-top: 200px;
  }
  .pb-sm-200 {
    padding-bottom: 200px;
  }
  .fs-sm-200 {
    font-size: 200px;
  }
  .w-sm-200 {
    width: 200px;
  }
  .h-sm-200 {
    height: 200px;
  }
}
@media (min-width: 768px) {
  .lh-md-200 {
    line-height: 200px;
  }
  .line-height-md-200 {
    line-height: 200px;
  }
  .grid-cols-md-200 {
    grid-template-columns: repeat(200, 1fr);
  }
  .gap-md-200 {
    gap: 200px;
  }
  .gap-x-md-200 {
    -moz-column-gap: 200px;
         column-gap: 200px;
  }
  .gap-y-md-200 {
    row-gap: 200px;
  }
  .rounded-md-200 {
    border-radius: 200px;
  }
  .mb-md-200 {
    margin-bottom: 200px;
  }
  .mt-md-200 {
    margin-top: 200px;
  }
  .mr-md-200 {
    margin-right: 200px;
  }
  .ml-md-200 {
    margin-left: 200px;
  }
  .mx-md-200 {
    margin-right: 200px;
    margin-left: 200px;
  }
  .my-md-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .p-md-200 {
    padding: 200px;
  }
  .px-md-200 {
    padding-right: 200px;
    padding-left: 200px;
  }
  .py-md-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .pr-md-200 {
    padding-right: 200px;
  }
  .pl-md-200 {
    padding-left: 200px;
  }
  .pt-md-200 {
    padding-top: 200px;
  }
  .pb-md-200 {
    padding-bottom: 200px;
  }
  .fs-md-200 {
    font-size: 200px;
  }
  .w-md-200 {
    width: 200px;
  }
  .h-md-200 {
    height: 200px;
  }
}
@media (min-width: 992px) {
  .lh-lg-200 {
    line-height: 200px;
  }
  .line-height-lg-200 {
    line-height: 200px;
  }
  .grid-cols-lg-200 {
    grid-template-columns: repeat(200, 1fr);
  }
  .gap-lg-200 {
    gap: 200px;
  }
  .gap-x-lg-200 {
    -moz-column-gap: 200px;
         column-gap: 200px;
  }
  .gap-y-lg-200 {
    row-gap: 200px;
  }
  .rounded-lg-200 {
    border-radius: 200px;
  }
  .mb-lg-200 {
    margin-bottom: 200px;
  }
  .mt-lg-200 {
    margin-top: 200px;
  }
  .mr-lg-200 {
    margin-right: 200px;
  }
  .ml-lg-200 {
    margin-left: 200px;
  }
  .mx-lg-200 {
    margin-right: 200px;
    margin-left: 200px;
  }
  .my-lg-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .p-lg-200 {
    padding: 200px;
  }
  .px-lg-200 {
    padding-right: 200px;
    padding-left: 200px;
  }
  .py-lg-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .pr-lg-200 {
    padding-right: 200px;
  }
  .pl-lg-200 {
    padding-left: 200px;
  }
  .pt-lg-200 {
    padding-top: 200px;
  }
  .pb-lg-200 {
    padding-bottom: 200px;
  }
  .fs-lg-200 {
    font-size: 200px;
  }
  .w-lg-200 {
    width: 200px;
  }
  .h-lg-200 {
    height: 200px;
  }
}
@media (min-width: 1200px) {
  .lh-xl-200 {
    line-height: 200px;
  }
  .line-height-xl-200 {
    line-height: 200px;
  }
  .grid-cols-xl-200 {
    grid-template-columns: repeat(200, 1fr);
  }
  .gap-xl-200 {
    gap: 200px;
  }
  .gap-x-xl-200 {
    -moz-column-gap: 200px;
         column-gap: 200px;
  }
  .gap-y-xl-200 {
    row-gap: 200px;
  }
  .rounded-xl-200 {
    border-radius: 200px;
  }
  .mb-xl-200 {
    margin-bottom: 200px;
  }
  .mt-xl-200 {
    margin-top: 200px;
  }
  .mr-xl-200 {
    margin-right: 200px;
  }
  .ml-xl-200 {
    margin-left: 200px;
  }
  .mx-xl-200 {
    margin-right: 200px;
    margin-left: 200px;
  }
  .my-xl-200 {
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .p-xl-200 {
    padding: 200px;
  }
  .px-xl-200 {
    padding-right: 200px;
    padding-left: 200px;
  }
  .py-xl-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .pr-xl-200 {
    padding-right: 200px;
  }
  .pl-xl-200 {
    padding-left: 200px;
  }
  .pt-xl-200 {
    padding-top: 200px;
  }
  .pb-xl-200 {
    padding-bottom: 200px;
  }
  .fs-xl-200 {
    font-size: 200px;
  }
  .w-xl-200 {
    width: 200px;
  }
  .h-xl-200 {
    height: 200px;
  }
}
.line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-6 {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-7 {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-8 {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-9 {
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-10 {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #272727;
  font-size: 14px;
  line-height: 1.7142857143;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  body {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 20px;
    line-height: 1.6;
  }
}
body {
  font-weight: 500;
}

@media screen and (max-width: 575px) {
  .container {
    padding: 0 20px;
  }
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
}

input,
select,
textarea,
button {
  border: none;
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

img {
  max-width: 100%;
  height: auto;
}

.lh-normal {
  line-height: normal;
}

.heading-title {
  font-size: 28px;
  color: #0052b4;
  font-weight: 500;
  line-height: 1.2857142857;
  text-transform: uppercase;
}
@media screen and (min-width: 1200px) {
  .heading-title {
    font-size: 36px;
    line-height: 1.3333333333;
  }
}
@media screen and (max-width: 767px) {
  .heading-title br {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .heading-title-recruitment {
    line-height: 64px;
    font-size: 48px;
  }
}
.heading-title-2 {
  color: #0052b4;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .heading-title-2 {
    font-size: 24px;
    line-height: 34px;
  }
}

.section-padding .heading-title-2 {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .section-padding .heading-title-2 {
    font-size: 20px;
  }
}

.border-color-gray {
  border-color: #cfcfcf;
}

.button-assest {
  border-radius: 32px;
  border: 1px solid #38b34a;
  background: #effffb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease;
  min-height: 48px;
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: 600;
  color: #272727;
  padding: 8px 20px;
  text-transform: uppercase;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 575px) {
  .button-assest--full-mb {
    width: 100% !important;
  }
}
.button-assest:hover, .button-assest.active {
  background: #38b34a;
  color: #fff;
}
.button-assest:hover svg path, .button-assest.active svg path {
  fill: #fff;
}
.button-assest svg {
  flex-shrink: 0;
}
@media screen and (min-width: 1200px) {
  .button-assest {
    font-size: 18px;
    line-height: 1.3333333333;
  }
}

.cursor-pointer {
  cursor: pointer;
}

.overlay-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  display: none;
}
.overlay-backdrop.active {
  display: block;
}

.w-fit-content,
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.inset-0 {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.img-shadow, .section-film-layer img, .section-grid-same-ldp img {
  box-shadow: 15px 15px 10px -10px rgba(0, 0, 0, 0.25);
}

.logo-brands {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 32px;
  justify-content: center;
  max-width: 660px;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .logo-brands {
    gap: 40px;
  }
}
.logo-brands .logo-item {
  width: 80px;
  height: 80px;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 1200px) {
  .logo-brands .logo-item {
    width: 100px;
    height: 100px;
  }
}
.logo-brands .logo-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.back-to-top {
  position: fixed;
  bottom: 3%;
  right: 15px;
  width: 44px;
  height: 44px;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .back-to-top {
    width: 64px;
    height: 64px;
  }
}
@media screen and (min-width: 1200px) {
  .back-to-top {
    width: 94px;
    height: 94px;
  }
}

.swal2-container {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

@media screen and (max-width: 991px) {
  .brs br {
    display: none;
  }
}

.header {
  padding: 16px 0;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(0);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.header.scrolled {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.header.hidden {
  transform: translateY(-100%);
}
@media screen and (min-width: 1200px) {
  .header {
    padding: 0;
  }
}
.header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (min-width: 1200px) {
  .header__container {
    gap: 24px;
  }
}
.header__logo {
  max-width: 72px;
  max-height: 72px;
}
.header__logo-img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1200px) {
  .header__logo-img {
    width: 72px;
    height: 72px;
  }
}
.header__hamburger {
  cursor: pointer;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 20;
}
.header__hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #272727;
  border-radius: 10px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
.header__hamburger span:not(:last-child) {
  margin-bottom: 5px;
}
.header__hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 10px);
}
.header__hamburger.active span:nth-child(2) {
  opacity: 0;
}
.header__hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(0px, -5px);
}
.header__main {
  flex: 1;
}
.header__top {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 8px;
  padding: 20px 0;
  border-top: 1px solid #c6c6c6;
}
@media screen and (min-width: 1200px) {
  .header__top {
    margin: 0;
    border: 0;
    justify-content: flex-start;
    border-bottom: 1px solid #cfcfcf;
    padding: 17px 0;
  }
}
.header__language {
  margin-top: 0;
  flex-basis: unset;
  order: unset;
}
.header__language .dropdown-item {
  color: #d0d0d0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  padding: 10px 15px;
  width: 100%;
}
.header__language .dropdown-item:hover, .header__language .dropdown-item.active {
  background: #effffb;
  color: #28b168;
}
.header__language-btn {
  display: inline-flex;
}
.header__language-btn::after {
  display: none;
}
.header__socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0 32px;
  padding: 0 32px;
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
}
.header__socials-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  transition: all 0.3s ease-in-out;
}
.header__socials-link.youtube:hover svg path {
  fill: #ff0000;
}
.header__socials-link.facebook:hover svg path {
  fill: #1877f3;
}
.header__socials-link.linkedin:hover svg path {
  fill: #0077b5;
}
.header__socials-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__search-btn {
  position: relative;
  display: flex;
  align-items: center;
}
.header__search .icon-search {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header__search .icon-search.hidden-icon {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.header__search .search-pc {
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  display: none;
  gap: 8px;
}
.header__search .search-pc.active {
  display: flex;
  align-items: center;
}
.header__search .search-pc .header__search-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  flex-shrink: 0;
}
.header__search .search-pc input {
  height: 32px;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  border-bottom: 1px solid rgb(97, 97, 99);
}
.header__nav {
  display: flex;
  gap: 24px;
  width: 100%;
  flex-direction: row;
  margin-top: 0;
  padding: 0;
}
.header__nav::-webkit-scrollbar {
  display: none;
}
.header__nav-item:hover .header__submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header__nav-item.no-child .header__nav-link::after {
  display: none;
}
.header__nav-item:hover .header__nav-link::after {
  opacity: 1;
  visibility: visible;
}
.header__nav-link {
  color: #272727;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  padding: 22px 0 18px;
  position: relative;
  display: inline-flex;
  position: relative;
}
.header__nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  border-bottom: 10px solid #28b168;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  opacity: 0;
  visibility: hidden;
}
.header__main-mobile, #offcanvasSearch {
  overflow-y: auto;
  height: calc(100vh - 72px);
}
.header__main-mobile::-webkit-scrollbar, #offcanvasSearch::-webkit-scrollbar {
  display: none;
}
.header__main-mobile .accordion-item, #offcanvasSearch .accordion-item {
  border: 0;
  border-bottom: 1px solid #acc9ec;
  border-radius: 0;
}
.header__main-mobile .accordion-button, #offcanvasSearch .accordion-button {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #28b168;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
}
.header__main-mobile .accordion-button::after, #offcanvasSearch .accordion-button::after {
  --bs-accordion-btn-icon: url('../images/icon-input.png');
  --bs-accordion-btn-active-icon: url('../images/icon-input.png');
  --bs-accordion-btn-icon-width: 13px;
  background-size: 14px;
}
.header__main-mobile .accordion-button.no-child::after, #offcanvasSearch .accordion-button.no-child::after {
  display: none;
}
.header__main-mobile .lang, #offcanvasSearch .lang {
  color: #d0d0d0;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}
.header__main-mobile .lang .active, #offcanvasSearch .lang .active {
  color: #28b168;
}
.header .offcanvas-backdrop {
  top: 73px;
}

.header__submenu {
  display: none;
}
@media screen and (min-width: 1200px) {
  .header__submenu {
    display: block;
    position: absolute;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    top: 100%;
    left: 0;
    z-index: 99;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    padding: 40px 0;
    background: #28b168;
    color: #fff;
    pointer-events: none;
  }
  .header__submenu a {
    color: #fff;
  }
  .header__submenu .container {
    display: grid;
    grid-template-columns: max-content 820px;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
  }
  .header__submenu .main-list {
    position: relative;
  }
  .header__submenu .main-list .category-link {
    padding: 12px 20px;
    background: #effffb;
    color: #272727;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header__submenu .main-list .category-link:hover {
    color: #28b168;
  }
  .header__submenu .main-list .category-link svg {
    flex-shrink: 0;
  }
  .header__submenu .main-list .category-list {
    position: relative;
  }
  .header__submenu.header__submenu--1 {
    min-height: 440px;
  }
  .header__submenu.header__submenu--1 .main-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    height: 100%;
    width: -moz-max-content;
    width: max-content;
  }
  .header__submenu.header__submenu--1 .category.active .category-link {
    background: white;
  }
  .header__submenu.header__submenu--1 .category.active .category-list {
    opacity: 1;
    visibility: visible;
  }
  .header__submenu.header__submenu--1 .category.active .category-list-item.active > a {
    color: #272727;
    background: #effffb;
    padding: 8px 12px;
  }
  .header__submenu.header__submenu--1 .category.active .category-list-item.active > a svg path {
    fill: #28b168;
  }
  .header__submenu.header__submenu--1 .category.active .category-list-item.active ul {
    opacity: 1;
    visibility: visible;
  }
  .header__submenu.header__submenu--1 .category.active .category-list-item.active ul li.active a {
    padding-left: 20px;
  }
  .header__submenu.header__submenu--1 .category.active .category-list-item.active ul li.active svg {
    opacity: 1;
    left: 0;
    visibility: visible;
  }
  .header__submenu.header__submenu--1 .category-list {
    position: absolute;
    top: 0;
    left: 100%;
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid rgba(239, 255, 251, 0.2);
    height: 100%;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 8px;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .header__submenu.header__submenu--1 .category-list-item {
    width: 100%;
  }
  .header__submenu.header__submenu--1 .category-list-item > a {
    padding: 8px 0;
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    background: transparent;
  }
  .header__submenu.header__submenu--1 .category-list-item ul {
    position: absolute;
    top: 0;
    left: 100%;
    width: -moz-max-content;
    width: max-content;
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid rgba(239, 255, 251, 0.2);
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: 100%;
    max-width: 240px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .header__submenu.header__submenu--1 .category-list-item ul.active {
    opacity: 1;
    visibility: visible;
  }
  .header__submenu.header__submenu--1 .category-list-item ul a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    text-transform: none;
    width: 100%;
    overflow: hidden;
  }
  .header__submenu.header__submenu--1 .category-list-item ul a svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
    opacity: 0;
    visibility: hidden;
    flex-shrink: 0;
    transition: all 0.3s ease;
  }
  .header__submenu.header__submenu--1 .category-list-item ul a:hover {
    font-weight: 700;
    padding-left: 20px;
  }
  .header__submenu.header__submenu--1 .category-list-item ul a:hover svg {
    opacity: 1;
    visibility: visible;
    left: 0;
  }
  .header__submenu.header__submenu--1 .category-link {
    width: 300px;
    transition: background 0.3s ease;
  }
}
.header__submenu h2, .header__submenu .h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.footer {
  background: #28b168;
  color: #fff;
  padding: 60px 0;
  font-size: 16px;
  line-height: 150%;
}
@media screen and (min-width: 1200px) {
  .footer {
    font-size: 18px;
    padding-bottom: 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .footer .container {
    max-width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .footer .container {
    max-width: 1344px;
  }
}
.footer a, .footer__link {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
}
.footer a:hover, .footer__link:hover {
  color: #0052b4;
}
.footer__logo {
  max-width: 95px;
  max-height: 95px;
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .footer__logo img {
    width: 100px;
    height: 100px;
    aspect-ratio: 1/1;
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
}
@media screen and (min-width: 1200px) {
  .footer__logo {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.footer__list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: grid;
  gap: 24px;
}
@media screen and (min-width: 992px) {
  .footer__list {
    gap: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__list {
    margin-bottom: 0;
  }
}
.footer__item {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
@media screen and (min-width: 1200px) {
  .footer__item {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  .footer .accordion {
    display: block;
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .accordion {
    display: grid;
    grid-template-columns: repeat(6, auto);
    gap: 27px;
  }
}
.footer .accordion-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid white;
}
.footer .accordion-item:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.footer .accordion-item:last-child {
  border-bottom: none;
}
@media screen and (min-width: 1200px) {
  .footer .accordion-item.groups .accordion-item:not(:first-child) {
    margin-top: 40px;
  }
}
@media screen and (min-width: 992px) {
  .footer .accordion-item {
    border: 0 !important;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
}
.footer .accordion-button {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  outline: none;
  box-shadow: none;
  padding: 24px 0 20px;
  background: transparent;
  border: 0;
  font-size: 16px;
  line-height: 28px;
}
.footer .accordion-button.no-children::after {
  display: none;
}
.footer .accordion-button::after {
  --bs-accordion-btn-icon: url('../images/footer-accordiorn.png');
  --bs-accordion-btn-active-icon: url('../images/footer-accordiorn.png');
  --bs-accordion-btn-icon-width: 13px;
  --bs-accordion-btn-icon-height: 15px;
  background-size: 13px;
}
@media screen and (min-width: 992px) {
  .footer .accordion-button {
    cursor: auto;
    padding: 0 0 20px;
    border: 0 !important;
  }
  .footer .accordion-button::after {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .footer .accordion-button {
    font-size: 18px;
    line-height: 150%;
  }
}
.footer__policy {
  gap: 48px;
}
.footer__policy .copyright {
  border-top: 1px solid #fff;
}
@media screen and (min-width: 992px) {
  .footer__policy {
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 48px;
  }
  .footer__policy .links a {
    display: inline-block;
    line-height: 1;
  }
  .footer__policy .links a:not(:last-child) {
    padding-right: 16px;
    margin-right: 16px;
    border-right: 1px solid #fff;
  }
  .footer__policy .socials {
    margin-left: auto;
  }
  .footer__policy .copyright {
    flex-basis: 100%;
    padding-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__policy {
    gap: 24px;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 22px 0;
    border-top: 1px solid #fff;
    margin-top: 40px;
  }
  .footer__policy .copyright {
    flex-basis: unset;
    border-top: none;
    padding: 0;
    order: 1;
  }
  .footer__policy .links {
    order: 2;
    flex: 1;
  }
  .footer__policy .socials {
    order: 3;
  }
}
.footer .links {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
@media screen and (min-width: 1200px) {
  .footer .links {
    font-size: 18px;
    line-height: 150%;
  }
}

#feedback {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  padding: 12px 4px;
  position: fixed;
  top: 40%;
  right: 0;
  background: #008dd0;
  z-index: 98;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}
@media screen and (min-width: 992px) {
  #feedback {
    font-size: 16px;
    padding: 16px 8px;
  }
}

.product-package-type-site .banner-section-content:after {
  display: none;
}

.banner-section {
  height: 600px;
}
@media screen and (min-width: 1200px) {
  .banner-section {
    height: 598px;
  }
}
.banner-section-content {
  padding-top: 68px;
  padding-bottom: 40px;
}
.banner-section-content:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(180deg, rgba(34, 187, 187, 0) 0%, rgba(34, 187, 116, 0.32) 26.92%, rgba(18, 166, 81, 0.85) 100%);
}
@media screen and (min-width: 768px) {
  .banner-section-content {
    padding-top: 40px;
    /* 	&::after {
    	background: linear-gradient(
    		180deg,
    		rgba(34, 187, 187, 0) 0%,
    		rgba(34, 187, 116, 0.24) 26.92%,
    		rgba(18, 166, 81, 0.85) 100%
    	);
    } */
  }
}
.banner-section .icon-next-section {
  position: absolute;
  bottom: 5%;
  right: 5%;
  width: 44px;
  height: 44px;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
  z-index: 4;
}
@media screen and (min-width: 768px) {
  .banner-section .icon-next-section {
    width: 64px;
    height: 64px;
  }
}
@media screen and (min-width: 1200px) {
  .banner-section .icon-next-section {
    width: 94px;
    height: 94px;
    bottom: 11%;
  }
}

.heading-title-banner {
  text-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  font-size: 32px;
  line-height: 48px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  margin: 12px 0;
}
@media screen and (min-width: 992px) {
  .heading-title-banner br {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .heading-title-banner {
    font-size: 48px;
    line-height: 64px;
  }
}

.heading-subtitle-banner {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
@media screen and (min-width: 1200px) {
  .heading-subtitle-banner {
    font-size: 20px;
    line-height: 32px;
  }
}

.heading-desc-banner {
  color: #fff;
  font-weight: 500;
  line-height: 24px;
  font-size: 16px;
  max-width: 85%;
}
@media screen and (min-width: 1200px) {
  .heading-desc-banner {
    font-size: 24px;
    line-height: 1.41;
  }
}

.news__cards {
  border: 1px solid #cfcfcf;
  background: #f9fcfb;
}
.news__cards .news__image {
  overflow: hidden;
  position: relative;
  padding-bottom: 74%;
}
@media screen and (min-width: 1200px) {
  .news__cards .news__image {
    padding-bottom: 160px;
  }
}
.news__cards .news__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news__cards .news__date {
  color: #888;
}
.news__cards .news__date .icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.news__cards .news__title:hover {
  color: #28b168;
}

.all-news-section .news__image {
  padding-bottom: 215px;
}
@media screen and (min-width: 1200px) {
  .all-news-section .news__image {
    padding-bottom: 220px;
  }
}

.breadcrumb-item {
  color: #888;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 24px;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  background-image: url(../images/breadcrumb-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 8px;
  background-position: center center;
  position: absolute;
  top: 9px;
  left: 8px;
}
@media screen and (min-width: 1200px) {
  .breadcrumb-item {
    font-size: 16px;
  }
}
.breadcrumb-item.active {
  color: #292929;
  font-weight: 700;
}

.pagination {
  justify-content: center;
  gap: 16px;
}
@media screen and (min-width: 1200px) {
  .pagination {
    gap: 45px;
  }
}
.pagination-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.pagination .page-item.disabled .page-link {
  border: 1px solid #d2d5d8;
  background: #f9fcfb;
}
.pagination .page-item.next .page-link {
  background: #28b168;
}
.pagination .page-item.next .page-link svg path {
  fill: #fff;
}
.pagination .page-item.active .page-link {
  background: #28b168;
  color: #fff;
}
.pagination .page-link {
  color: #272727;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  outline: 0;
}

.product-component {
  background: #f4f5f7;
}
.product-component img {
  width: 100%;
  height: 241px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .product-component img {
    height: 200px;
  }
}
.product-component .button-assest {
  max-width: 90%;
  margin-inline: auto;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .product-component .button-assest {
    max-width: 100%;
  }
}

.contact-form-section {
  color: #effffb;
  background-color: #006c4b;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .contact-form-section h3 br, .contact-form-section .h3 br {
    display: none;
  }
}
.contact-form-section .image {
  margin-left: -20px;
}
@media screen and (min-width: 992px) {
  .contact-form-section .image {
    position: absolute;
    left: 0;
    width: 42.7604166667%;
  }
}
@media screen and (min-width: 992px) {
  .contact-form-section .wrapper {
    grid-template-columns: 36% 1fr;
    gap: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .contact-form-section .wrapper {
    gap: 100px;
  }
}
.contact-form-section .title {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  text-transform: uppercase;
}
@media screen and (min-width: 1200px) {
  .contact-form-section .title {
    font-size: 36px;
    font-weight: 700;
    line-height: 52px;
  }
}
.contact-form-section .select-wrapper {
  position: relative;
}
.contact-form-section .select-wrapper:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/icon-input.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  width: 15px;
  height: 15px;
}
.contact-form-section input,
.contact-form-section select,
.contact-form-section .form-control {
  background: #f2f2f2;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding: 10px 16px !important;
  display: block;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-height: auto;
  height: auto;
  border-radius: 0;
  outline: none;
  box-shadow: none;
}
@media screen and (min-width: 1200px) {
  .contact-form-section input,
  .contact-form-section select,
  .contact-form-section .form-control {
    font-size: 18px;
    line-height: 28px;
  }
}
.contact-form-section input::-moz-placeholder, .contact-form-section select::-moz-placeholder, .contact-form-section .form-control::-moz-placeholder {
  color: rgba(115, 116, 120, 0);
}
.contact-form-section input::placeholder,
.contact-form-section select::placeholder,
.contact-form-section .form-control::placeholder {
  color: rgba(115, 116, 120, 0);
}
.contact-form-section input:focus ~ label,
.contact-form-section select:focus ~ label,
.contact-form-section .form-control:focus ~ label {
  transform: unset;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.contact-form-section input ~ label,
.contact-form-section select ~ label,
.contact-form-section .form-control ~ label {
  font-size: 14px;
  line-height: 24px;
  color: rgba(115, 116, 120, 0.5);
  padding: 10px 16px !important;
  transition: none;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 1200px) {
  .contact-form-section input ~ label,
  .contact-form-section select ~ label,
  .contact-form-section .form-control ~ label {
    font-size: 18px;
    line-height: 28px;
  }
}
.contact-form-section textarea {
  background: #f2f2f2;
  padding: 10px 16px !important;
  display: block;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-height: auto;
  height: auto;
  border-radius: 0;
  outline: none;
  box-shadow: none;
}
.contact-form-section textarea::-moz-placeholder {
  color: rgba(115, 116, 120, 0.5);
}
.contact-form-section textarea::placeholder {
  color: rgba(115, 116, 120, 0.5);
}
.contact-form-section .form-floating > .form-control:not(:-moz-placeholder) ~ label {
  display: none;
}
.contact-form-section .form-floating > .form-control:not(:placeholder-shown) ~ label {
  display: none;
}
.contact-form-section select {
  color: rgba(115, 116, 120, 0.5);
  padding-right: 30px;
}
.contact-form-section textarea {
  min-height: 97px;
}

.hero-banner {
  position: relative;
  color: #fff;
  padding: 48px 4px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .hero-banner {
    align-items: center;
  }
}
.hero-banner .banner__container {
  position: relative;
  z-index: 1;
}
.hero-banner .banner__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 686px;
}
@media screen and (min-width: 1200px) {
  .hero-banner .banner__content {
    gap: 20px;
  }
}
.hero-banner .banner__subtitle {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (min-width: 1200px) {
  .hero-banner .banner__subtitle {
    font-size: 20px;
    line-height: 32px;
  }
}
.hero-banner .banner__title {
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 1200px) {
  .hero-banner .banner__title {
    font-size: 48px;
    line-height: 64px;
  }
}
.hero-banner .banner__desc {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}
@media screen and (min-width: 1200px) {
  .hero-banner .banner__desc {
    font-size: 24px;
    line-height: 34px;
  }
}
.hero-banner .banner__btn {
  padding: 8px 20px;
  border-radius: 50px;
  background: linear-gradient(180deg, #2ecc71 0%, #27ae60 50%, #228b22 100%);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  height: 48px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 46px;
  cursor: pointer;
}
.hero-banner .banner__btn:hover, .hero-banner .banner__btn:focus {
  box-shadow: 0 6px 24px 0 rgba(39, 174, 96, 0.18);
}
@media screen and (min-width: 1200px) {
  .hero-banner .banner__btn {
    font-size: 18px;
    line-height: 28px;
    margin-top: 38px;
  }
}
.hero-banner .chatbot {
  position: fixed;
  bottom: 2%;
  right: 23px;
  z-index: 1;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgba(81, 152, 255, 0.3);
}
@media screen and (min-width: 768px) {
  .hero-banner .chatbot {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-banner .chatbot {
    width: 94px;
    height: 94px;
    bottom: 13%;
  }
}
@media screen and (min-width: 1440px) {
  .hero-banner .chatbot {
    bottom: 23%;
  }
}
.hero-banner .chatbot__icon {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  background: #008dd0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .hero-banner .chatbot__icon {
    height: 45px;
    width: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-banner .chatbot__icon {
    width: 60px;
    height: 60px;
  }
}
.hero-banner .chatbot__icon svg,
.hero-banner .chatbot__icon img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .hero-banner .chatbot__icon svg,
  .hero-banner .chatbot__icon img {
    height: 35px;
    width: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-banner .chatbot__icon svg,
  .hero-banner .chatbot__icon img {
    width: auto;
    height: auto;
  }
}
.hero-banner .floating {
  width: 42px;
  height: 42px;
  position: absolute;
  bottom: 18%;
  right: 23px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .hero-banner .floating {
    width: 60px;
    height: 60px;
    bottom: 85px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-banner .floating {
    bottom: 130px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-banner .floating {
    width: 94px;
    height: 94px;
  }
}
.hero-banner .floating__icon svg {
  width: 100%;
  height: 100%;
}
.hero-banner__video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.hero-banner__video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  min-width: 100%;
  min-height: 100%;
  width: max(100%, 177.78vh);
  height: max(100%, 56.25vw);
  pointer-events: none;
  border: none;
}

.partner-section {
  padding: 60px 0;
  background: #f9fcfb;
}
@media screen and (min-width: 1200px) {
  .partner-section {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1440px) {
  .partner-section {
    padding: 120px 0 80px;
  }
}
.partner-section .partner__title {
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .partner-section .partner__title {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .partner-section .partner__title {
    margin-bottom: 64px;
  }
}
.partner-section .partner__desc {
  margin-bottom: 40px;
}
.partner-section .partner__desc > * {
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .partner-section .partner__desc {
    margin-bottom: 64px;
  }
}

.feature-section {
  padding: 40px 0;
}
@media screen and (min-width: 1200px) {
  .feature-section {
    padding: 80px 0 60px;
  }
}
.feature-section .feature__title {
  margin-bottom: 40px;
}
@media screen and (min-width: 1200px) {
  .feature-section .feature__title {
    margin-bottom: 64px;
  }
}
.feature-section .feature__list {
  display: grid;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .feature-section .feature__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media screen and (min-width: 992px) {
  .feature-section .feature__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.feature-section .feature__item {
  position: relative;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
}
.feature-section .feature__item:hover .feature__image img {
  transform: scale(1.1);
}
.feature-section .feature__item:hover .feature__name svg {
  transform: rotate(-45deg);
}
.feature-section .feature__image {
  position: relative;
  height: 200px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .feature-section .feature__image {
    height: 246px;
  }
}
.feature-section .feature__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.feature-section .feature__content {
  background: linear-gradient(180deg, #2ecc71 0%, #27ae60 50%, #228b22 100%);
  padding: 21px 16px;
  min-height: 76px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}
@media screen and (min-width: 1200px) {
  .feature-section .feature__content {
    padding-left: 19px;
    padding-right: 19px;
    min-height: 98px;
  }
}
.feature-section .feature__name {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.feature-section .feature__name > div {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.feature-section .feature__name svg {
  transition: all 0.3s ease;
}
@media screen and (min-width: 1200px) {
  .feature-section .feature__name {
    font-size: 18px;
    line-height: 28px;
    gap: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .operating-section {
    padding: 60px 0 80px;
  }
}

.category-section {
  background: #f9fcfb;
  position: relative;
  overflow: hidden;
}
.category-section .category__item {
  padding: 60px 0;
  display: grid;
  gap: 40px;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .category-section .category__item {
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
  }
  .category-section .category__item:nth-of-type(even) .category__content {
    order: 2;
  }
  .category-section .category__item:nth-of-type(even) .category__image {
    order: 1;
  }
}
@media screen and (min-width: 992px) {
  .category-section .category__item {
    grid-template-columns: 48.9166666667% 42.4166666667%;
    padding: 60px 0;
  }
  .category-section .category__item:first-child {
    align-items: center;
  }
  .category-section .category__item:nth-of-type(even) {
    grid-template-columns: 42.4166666667% 48.9166666667%;
  }
}
@media screen and (min-width: 1200px) {
  .category-section .category__item:first-child {
    padding-top: 80px;
  }
}
.category-section .category__title {
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .category-section .category__title {
    margin-bottom: 32px;
  }
}
.category-section .category__desc {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .category-section .category__desc {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1400px) {
  .category-section .category__desc {
    margin-bottom: 64px;
  }
}
.category-section .category__image {
  box-shadow: 15px 15px 10px -10px rgba(0, 0, 0, 0.25);
}

.about-section {
  position: relative;
  overflow: hidden;
  padding: 40px 0;
}
@media screen and (min-width: 1200px) {
  .about-section {
    padding: 80px 0 64px;
  }
}
.about-section .about__container {
  display: grid;
  gap: 40px;
}
@media screen and (min-width: 992px) {
  .about-section .about__container {
    justify-content: space-between;
    grid-template-columns: 42.5% 48.8333333333%;
  }
}
.about-section .about__title {
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .about-section .about__title {
    margin-bottom: 32px;
  }
}
.about-section .about__list {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 110px);
}
@media screen and (min-width: 768px) {
  .about-section .about__list {
    grid-template-rows: repeat(2, 181px);
  }
}
@media screen and (min-width: 1200px) {
  .about-section .about__list {
    gap: 24px;
  }
}
.about-section .about__item {
  position: relative;
  overflow: hidden;
}
.about-section .about__item:hover img {
  transform: scale(1.1);
}
.about-section .about__item:hover .about__name svg {
  transform: rotate(-45deg);
}
.about-section .about__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(34, 187, 187, 0) 56.99%, #27ae60 87.82%);
  height: 100%;
  width: 100%;
  z-index: 1;
}
.about-section .about__item:nth-of-type(1) {
  grid-row: 1/3;
}
.about-section .about__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.about-section .about__name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px;
  border-radius: 10px;
  color: #efffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  z-index: 2;
  transition: all 0.3s ease;
}
.about-section .about__name svg {
  flex-shrink: 0;
  width: 12px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1200px) {
  .about-section .about__name svg {
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .about-section .about__name {
    font-size: 20px;
    line-height: 28px;
    padding: 24px;
  }
}

.about-feature-section {
  padding: 40px 0;
  border-top: 1px solid #c6c6c6;
}
@media screen and (min-width: 1200px) {
  .about-feature-section {
    padding: 64px 0 80px;
  }
}

.brand-section {
  position: relative;
  overflow: hidden;
  padding: 40px 0;
}
@media screen and (min-width: 1200px) {
  .brand-section {
    padding: 88px 0;
  }
}
.brand-section .heading-title {
  margin-bottom: 40px;
}
@media screen and (min-width: 1200px) {
  .brand-section .heading-title {
    margin-bottom: 64px;
  }
}
.brand-section .swiper {
  padding: 14px 0;
}
.brand-section .brand {
  /* 	&__track {
  	width: var(--width);
  	transform: var(--transform);
  }
  &__list {
  	display: flex;
  	align-items: center;
  	gap: 20px;
  	animation: scroll var(--duration) linear var(--delay) var(--iteration-count);
  	animation-play-state: var(--play);
  	animation-delay: var(--delay);
  	animation-direction: var(--direction);
  	min-width: var(--min-width);
  } */
}
.brand-section .brand__item {
  width: 180px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.brand-section .brand__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

/*
@keyframes scroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-100%);
	}
}
 */
.rule-section .heading, .sustainable-development .list-certificate .system-section .heading {
  max-width: 1036px;
  margin: 0 auto;
}
.rule-section .rule__list, .sustainable-development .list-certificate .system-section .rule__list {
  max-width: 649px;
  margin: 0;
}
.rule-section .rule__item:not(:last-child), .sustainable-development .list-certificate .system-section .rule__item:not(:last-child) {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #acc9ec;
}

.responsibility-section .list-child, .section-film-layer .list-child, .section-why-need .list-child, .responsibility-section .d__content ul, .section-film-layer .d__content ul, .section-why-need .d__content ul, .d__content .responsibility-section ul, .d__content .section-film-layer ul, .d__content .section-why-need ul, .policy-section .list-child, .policy-section .d__content ul, .d__content .policy-section ul, .product-process-section .list-child, .product-process-section .d__content ul, .d__content .product-process-section ul {
  background: url("../images/responsibility-line.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
}
.responsibility-section .list-child > div:first-child, .section-film-layer .list-child > div:first-child, .section-why-need .list-child > div:first-child, .responsibility-section .d__content ul > div:first-child, .section-film-layer .d__content ul > div:first-child, .section-why-need .d__content ul > div:first-child, .d__content .responsibility-section ul > div:first-child, .d__content .section-film-layer ul > div:first-child, .d__content .section-why-need ul > div:first-child, .policy-section .list-child > div:first-child, .policy-section .d__content ul > div:first-child, .d__content .policy-section ul > div:first-child, .product-process-section .list-child > div:first-child, .product-process-section .d__content ul > div:first-child, .d__content .product-process-section ul > div:first-child {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .responsibility-section .d__item, .section-film-layer .d__item, .section-why-need .d__item, .policy-section .d__item, .product-process-section .d__item {
    grid-template-columns: 50% 42.4166666667%;
    justify-content: space-between;
    align-items: start;
  }
  .responsibility-section .d__item:nth-of-type(even), .section-film-layer .d__item:nth-of-type(even), .section-why-need .d__item:nth-of-type(even), .policy-section .d__item:nth-of-type(even), .product-process-section .d__item:nth-of-type(even) {
    grid-template-columns: 42.4166666667% 50%;
  }
  .responsibility-section .d__item:nth-of-type(even) .d__img, .section-film-layer .d__item:nth-of-type(even) .d__img, .section-why-need .d__item:nth-of-type(even) .d__img, .policy-section .d__item:nth-of-type(even) .d__img, .product-process-section .d__item:nth-of-type(even) .d__img {
    order: -1;
  }
}
@media screen and (min-width: 768px) {
  .responsibility-section .d__item-2, .section-film-layer .d__item-2, .section-why-need .d__item-2, .policy-section .d__item-2, .product-process-section .d__item-2 {
    grid-template-columns: 51.6666666667% 42.4166666667%;
  }
  .responsibility-section .d__item-2:nth-of-type(even), .section-film-layer .d__item-2:nth-of-type(even), .section-why-need .d__item-2:nth-of-type(even), .policy-section .d__item-2:nth-of-type(even), .product-process-section .d__item-2:nth-of-type(even) {
    grid-template-columns: 42.4166666667% 51.6666666667%;
  }
  .responsibility-section .d__item-2:nth-of-type(even) .d__img, .section-film-layer .d__item-2:nth-of-type(even) .d__img, .section-why-need .d__item-2:nth-of-type(even) .d__img, .policy-section .d__item-2:nth-of-type(even) .d__img, .product-process-section .d__item-2:nth-of-type(even) .d__img {
    order: -1;
  }
}
.responsibility-section .d__img img, .section-film-layer .d__img img, .section-why-need .d__img img, .policy-section .d__img img, .product-process-section .d__img img {
  box-shadow: 15px 15px 10px -10px rgba(0, 0, 0, 0.25);
}

.quote-section {
  background: #effffb;
  padding: 56px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .quote-section br {
    display: none;
  }
}
.quote-section .wrapper {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .quote-section {
    padding: 54px 0 58px;
  }
}
@media screen and (min-width: 768px) {
  .quote-section .quote-content {
    margin: 24px auto;
  }
}
@media screen and (min-width: 1200px) {
  .quote-section .quote-content {
    margin: 41px auto 45px;
  }
}
.quote-section .quote-icon {
  width: 40px;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  .quote-section .quote-icon {
    width: 62px;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1200px) {
  .quote-section .quote-icon {
    width: 85px;
    height: 68px;
  }
}
.quote-section .quote-icon:last-child {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .quote-section .quote-icon:last-child {
    align-self: flex-end;
  }
}

.policy-section .list-child, .policy-section .d__content ul, .d__content .policy-section ul, .product-process-section .list-child, .product-process-section .d__content ul, .d__content .product-process-section ul {
  background-color: #fff;
}
.policy-section .list-child > div:first-child, .policy-section .d__content ul > div:first-child, .d__content .policy-section ul > div:first-child, .product-process-section .list-child > div:first-child, .product-process-section .d__content ul > div:first-child, .d__content .product-process-section ul > div:first-child {
  padding-top: 8px;
}
@media screen and (min-width: 1200px) {
  .policy-section .list-child > div:first-child, .policy-section .d__content ul > div:first-child, .d__content .policy-section ul > div:first-child, .product-process-section .list-child > div:first-child, .product-process-section .d__content ul > div:first-child, .d__content .product-process-section ul > div:first-child {
    padding-top: 12px;
  }
}

.join__list {
  display: flex;
  justify-content: space-between;
}

.join__item {
  width: 100%;
  min-height: 160px;
}

.position-recruitment-list .join__list {
  justify-content: unset;
}

@media screen and (max-width: 767px) {
  .d__item-2 {
    grid-template-columns: unset !important;
  }
}
.who-us-site .container-custom {
  max-width: 984px;
}
.who-us-site .quote-section--long {
  padding-bottom: 60px;
  padding-top: 60px;
}
@media screen and (min-width: 1200px) {
  .who-us-site .quote-section--long .quote-content {
    margin-top: 20px;
  }
}

.mission-section .mission {
  display: grid;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .mission-section .mission {
    align-items: center;
    justify-content: space-between;
    grid-template-columns: 51.6666666667% 42.4166666667%;
  }
}
.mission-section .mission__image img {
  box-shadow: 15px 15px 10px -10px rgba(0, 0, 0, 0.25);
}

.leadership-section .bg-gradient-color {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%), linear-gradient(180deg, #e6e6e6 0%, #d1d1d1 100%);
}
.leadership-section .leadership-avatar {
  max-height: 290px;
}
@media screen and (min-width: 992px) {
  .leadership-section .leadership-avatar {
    width: 54.5112781955%;
    aspect-ratio: 1/1;
  }
}
.leadership-section .list {
  display: grid;
  gap: 16px 24px;
}
@media screen and (min-width: 992px) {
  .leadership-section .list {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-rows: auto;
    justify-content: space-between;
    gap: 64px 24px;
  }
}
@media screen and (min-width: 992px) {
  .leadership-section .item:nth-of-type(1) {
    grid-column: 1/5;
    grid-row: 1;
  }
  .leadership-section .item:nth-of-type(2) {
    grid-column: 5/9;
    grid-row: 1;
  }
  .leadership-section .item:nth-of-type(3) {
    grid-column: 9/13;
    grid-row: 1;
  }
  .leadership-section .item:nth-of-type(4) {
    grid-column: 1/4;
  }
  .leadership-section .item:nth-of-type(5) {
    grid-column: 4/7;
  }
  .leadership-section .item:nth-of-type(6) {
    grid-column: 7/10;
  }
  .leadership-section .item:nth-of-type(7) {
    grid-column: 10/13;
  }
  .leadership-section .item:nth-of-type(8) {
    grid-column: 1/4;
  }
  .leadership-section .item:nth-of-type(9) {
    grid-column: 4/7;
  }
  .leadership-section .item:nth-of-type(10) {
    grid-column: 7/10;
  }
  .leadership-section .item:nth-of-type(11) {
    grid-column: 10/13;
  }
}
.leadership-section .item-image {
  position: relative;
  padding-bottom: 73.87%;
}
@media screen and (min-width: 992px) {
  .leadership-section .item-image {
    padding-bottom: 78.2%;
  }
}
@media screen and (min-width: 992px) {
  .leadership-section .item-image.prefix-image {
    padding-bottom: 85.2%;
  }
}
.leadership-section .item-image img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: calc(100% - 12px);
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: bottom;
     object-position: bottom;
}
@media screen and (min-width: 1200px) {
  .leadership-section {
    font-size: 18px;
    line-height: 28px;
  }
}

@media screen and (min-width: 992px) {
  .value-section .container {
    grid-template-columns: 42.4166666667% 50%;
    justify-content: space-between;
  }
}
.value-section .value__image img {
  box-shadow: 15px 15px 10px -10px rgba(0, 0, 0, 0.25);
}
.value-section .accordion-item {
  border: 0;
  border-bottom: 1px solid #acc9ec;
}
.value-section .accordion-item:first-child {
  padding-top: 0;
}
.value-section .accordion-button {
  box-shadow: none;
}
.value-section .accordion-button::after {
  --bs-accordion-btn-active-icon: url(../images/accordion-minus.png);
  --bs-accordion-btn-icon: url(../images/accordion-plus.png);
  flex-shrink: 0;
  align-self: stretch;
  width: 24px;
  height: 24px;
  transform: unset !important;
  transition: unset;
  background-size: auto;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
}
@media screen and (min-width: 1200px) {
  .value-section .accordion-button::after {
    width: 32px;
    height: 32px;
  }
}

.section-no-name .img {
  position: relative;
  padding-bottom: 71.25%;
}
.section-no-name .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.timeline-section .wrapper-slide {
  padding-top: 12px;
}
.timeline-section .wrapper-slide::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 87px;
  width: 2px;
  height: 100%;
  background: #28b168;
}
.timeline-section .wrapper-slide::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 80px;
  width: 16px;
  height: 16px;
  background-image: url(../images/up-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (min-width: 992px) {
  .timeline-section .wrapper-slide::before {
    top: 200px;
    left: calc(100% - 15px);
    transform: rotate(90deg);
    width: 24px;
    height: 24px;
  }
  .timeline-section .wrapper-slide::after {
    width: 100%;
    height: 4px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 210px;
  }
}
.timeline-section .swiper {
  height: 322px;
}
@media screen and (min-width: 992px) {
  .timeline-section .swiper {
    height: auto;
  }
}
@media screen and (min-width: 992px) {
  .timeline-section .swiper-wrapper {
    align-items: stretch;
  }
}
.timeline-section .swiper-slide {
  height: auto;
}
.timeline-section .timeline__item {
  display: flex;
  gap: 53px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .timeline-section .timeline__item {
    flex-direction: column;
    gap: 76px;
    height: 100%;
  }
}
.timeline-section .timeline__item-year-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.timeline-section .timeline__item-year-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 1px dashed #28b168;
  width: 100%;
  right: -37px;
}
@media screen and (min-width: 992px) {
  .timeline-section .timeline__item-year-wrapper::after {
    border: 2px dashed #28b168;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 30px;
    bottom: -20px;
    right: unset;
    top: unset;
  }
}
.timeline-section .timeline__item-year {
  color: #f9fcfb;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  background: #28b168;
  border-radius: 50%;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 3px solid #effffb;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .timeline-section .timeline__item-year {
    width: 164px;
    height: 164px;
    font-size: 36px;
    font-weight: 800;
    line-height: 52px;
    border: 12px solid #effffb;
    margin: 0 auto;
    filter: drop-shadow(2px 4px 10px rgba(0, 0, 0, 0.12));
  }
}
.timeline-section .timeline__item-year span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  padding: 4px;
  background: #fff;
  border-radius: 50%;
  right: -42px;
  border: 1px solid #28b168;
  z-index: 2;
}
.timeline-section .timeline__item-year span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background: #28b168;
  border-radius: 50%;
}
@media screen and (min-width: 992px) {
  .timeline-section .timeline__item-year span {
    height: 32px;
    width: 32px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -64px;
    right: unset;
    top: unset;
  }
  .timeline-section .timeline__item-year span::after {
    width: 24px;
    height: 24px;
  }
}
.timeline-section .timeline__item-description {
  border-radius: 8px;
  background: #effffb;
  padding: 8px;
}
@media screen and (min-width: 768px) {
  .timeline-section .timeline__item-description {
    padding: 12px;
  }
}
@media screen and (min-width: 992px) {
  .timeline-section .timeline__item-description {
    padding: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .timeline-section .timeline__item-description {
    padding: 20px;
  }
}

.pround-site .policy-section .heading-title, .pround-site .product-process-section .heading-title {
  text-transform: initial;
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
}
@media screen and (min-width: 1200px) {
  .pround-site .policy-section .heading-title, .pround-site .product-process-section .heading-title {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 500;
    line-height: 52px;
  }
}
@media screen and (max-width: 767px) {
  .pround-site .policy-section .d__item .d__img, .pround-site .product-process-section .d__item .d__img {
    order: -1;
  }
}
@media screen and (min-width: 768px) {
  .pround-site .policy-section .d__item, .pround-site .product-process-section .d__item {
    grid-template-columns: 51.6666666667% 42.4166666667%;
  }
  .pround-site .policy-section .d__item:nth-of-type(even), .pround-site .product-process-section .d__item:nth-of-type(even) {
    grid-template-columns: 42.4166666667% 51.6666666667%;
  }
}

@media screen and (min-width: 768px) {
  .section-grid-same .d__item {
    grid-template-columns: 51.6666666667% 42.4166666667% !important;
    justify-content: space-between;
  }
  .section-grid-same .d__item:nth-of-type(even) {
    grid-template-columns: 42.4166666667% 51.6666666667% !important;
  }
}

.career-site .join__item, .position-recruitment-list .join__item {
  border: 1px solid #babcc6;
  background: #fff;
}
.career-site .join__item *, .position-recruitment-list .join__item * {
  transition: all 0.3s ease;
}
.career-site .join__item:hover, .position-recruitment-list .join__item:hover {
  border-color: #28b168;
  background: #28b168;
}
.career-site .join__item:hover .title, .position-recruitment-list .join__item:hover .title {
  color: #fff;
}
.career-site .join__item:hover .status, .position-recruitment-list .join__item:hover .status {
  background: #effffb;
  color: #3c3c41;
}
.career-site .join__item:hover .location, .position-recruitment-list .join__item:hover .location {
  color: #fff;
}
.career-site .join__item:hover svg path, .position-recruitment-list .join__item:hover svg path {
  fill: #fff;
}

.capabillities-site .list-child > div:first-child, .capabillities-site .d__content ul > div:first-child, .d__content .capabillities-site ul > div:first-child, .production-capacity-site .list-child > div:first-child, .production-capacity-site .d__content ul > div:first-child, .d__content .production-capacity-site ul > div:first-child {
  padding-top: 8px;
}
@media screen and (min-width: 1200px) {
  .capabillities-site .list-child > div:first-child, .capabillities-site .d__content ul > div:first-child, .d__content .capabillities-site ul > div:first-child, .production-capacity-site .list-child > div:first-child, .production-capacity-site .d__content ul > div:first-child, .d__content .production-capacity-site ul > div:first-child {
    padding-top: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .capabillities-site .quote-section--system .wrapper, .production-capacity-site .quote-section--system .wrapper {
    max-width: 77.333333%;
  }
}

@media screen and (min-width: 768px) {
  .production-capacity-site .section-grid-same .d__item {
    grid-template-columns: 50% 42.4166666667% !important;
  }
  .production-capacity-site .section-grid-same .d__item:nth-of-type(even) {
    grid-template-columns: 42.4166666667% 50% !important;
  }
}
.production-capacity-site .c-bx {
  display: grid;
}
@media screen and (min-width: 768px) {
  .production-capacity-site .c-bx {
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
  }
}
.production-capacity-site .c-bx .c-bx-item {
  position: relative;
  background-image: url("../images/line-c-bx.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: left center;
}
@media screen and (min-width: 1200px) {
  .production-capacity-site .quote-section--long .wrapper {
    max-width: 74.333333%;
  }
  .production-capacity-site .quote-section--long .wrapper .quote-content {
    max-width: 100%;
  }
}

.product-process-section .list-child, .product-process-section .d__content ul, .d__content .product-process-section ul {
  padding-left: 20px;
  position: relative;
}
.product-process-section .list-child > div, .product-process-section .d__content ul > div, .d__content .product-process-section ul > div {
  position: relative;
}
.product-process-section .list-child > div::before, .product-process-section .d__content ul > div::before, .d__content .product-process-section ul > div::before {
  content: "";
  width: 8px;
  height: 8px;
  left: -24px;
  top: 16px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #28b168;
  position: absolute;
}
.product-process-section .list-child > div:not(:last-child)::after, .product-process-section .d__content ul > div:not(:last-child)::after, .d__content .product-process-section ul > div:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 22px;
  left: -20px;
  height: 100%;
  width: 1px;
  background-color: #28b168;
}
@media screen and (min-width: 768px) {
  .product-process-section .list-child > div, .product-process-section .d__content ul > div, .d__content .product-process-section ul > div {
    padding-left: 6px;
  }
  .product-process-section .list-child > div::before, .product-process-section .d__content ul > div::before, .d__content .product-process-section ul > div::before {
    top: 23px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .product-process-section .list-child > div:not(:last-child)::after, .product-process-section .d__content ul > div:not(:last-child)::after, .d__content .product-process-section ul > div:not(:last-child)::after {
    top: 28px;
  }
}

.sustainable-development {
  position: relative;
  overflow: hidden;
}
.sustainable-development .slogan-section {
  max-width: 1024px;
  margin: 0 auto;
}
.sustainable-development .d__list {
  margin-bottom: 80px;
}
@media screen and (min-width: 1200px) {
  .sustainable-development .d__list {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 768px) {
  .sustainable-development .d__list:not(.even) .d__item {
    grid-template-columns: 42.4166666667% 50%;
  }
  .sustainable-development .d__list:not(.even) .d__item .d__content {
    order: 1;
  }
}
.sustainable-development .list-certificate::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  background-color: rgb(249, 252, 251);
  pointer-events: none;
  transform: translateX(-50%);
}
.sustainable-development .list-certificate .system-section {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}

.news-feature-section .news__main, .event-section .news__main {
  display: grid;
  gap: 24px;
}
.news-feature-section .news__main .icon, .event-section .news__main .icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.news-feature-section .news__main .news__image, .event-section .news__main .news__image {
  padding-bottom: 68%;
  position: relative;
}
.news-feature-section .news__main .news__image img, .event-section .news__main .news__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-feature-section .news__main .news__title, .event-section .news__main .news__title {
  font-size: 20px;
  line-height: 32px;
}
@media screen and (min-width: 1200px) {
  .news-feature-section .news__main .news__title, .event-section .news__main .news__title {
    font-size: 36px;
    line-height: 52px;
  }
}
@media screen and (min-width: 768px) {
  .news-feature-section .news__main, .event-section .news__main {
    grid-template-columns: 48.275862069% 1fr;
    justify-content: space-between;
    align-items: center;
  }
}
.news-feature-section .news__main, .event-section .news__main {
  border: 1px solid #cfcfcf;
  background: #f9fcfb;
}
.news-feature-section .news__item, .event-section .news__item {
  display: grid;
  grid-template-columns: 120px 1fr;
  justify-content: space-between;
  gap: 12px;
}
@media screen and (min-width: 1200px) {
  .news-feature-section .news__item, .event-section .news__item {
    grid-template-columns: 220px 1fr;
    gap: 24px;
  }
}
.news-feature-section .news__item .news__image img, .event-section .news__item .news__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-feature-section .news__date, .event-section .news__date {
  color: rgb(136, 136, 136);
}

.blog-section .news__cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.blog-section .news__image {
  padding-bottom: 68%;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .blog-section .news__image {
    padding-bottom: 350px;
  }
}

@media screen and (min-width: 768px) {
  .event-section .event__list {
    grid-template-columns: 49% 1fr;
  }
}
.event-section .event__list .news__main {
  grid-template-columns: 1fr !important;
}
@media screen and (min-width: 1200px) {
  .event-section .event__list .news__main {
    padding-bottom: 52px;
  }
}
.event-section .event__list .news__main .news__title {
  font-size: 20px;
  line-height: 34px;
}
.event-section .event__list .news__main .news__image {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1200px) {
  .event-section .event__list .news__main .news__image {
    padding-bottom: 350px;
  }
}
@media screen and (min-width: 768px) {
  .event-section .event__thumbs {
    max-height: 514px;
    overflow-y: auto;
    padding-right: 12px;
  }
  .event-section .event__thumbs::-webkit-scrollbar {
    width: 4px;
    border-radius: 10px;
    background: #f4f5f7;
  }
  .event-section .event__thumbs::-webkit-scrollbar-thumb {
    background: #cfcfcf;
    border-radius: 10px;
  }
}

.news-detail-site .wrapper {
  display: grid;
  gap: 60px;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .news-detail-site .wrapper {
    grid-template-columns: 1fr 35%;
    gap: 23px;
  }
}
@media screen and (min-width: 992px) {
  .news-detail-site .wrapper {
    grid-template-columns: 63% 32%;
  }
}
@media screen and (max-width: 767px) {
  .news-detail-site .news__related .news__image {
    padding-bottom: 215px;
  }
}
@media screen and (min-width: 1200px) {
  .news-detail-site .news__related .news__image {
    padding-bottom: 220px;
  }
}

.product-site ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-site .category-selected {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.product-site .category-selected__item {
  color: #272727;
}
.product-site .category-selected__item:not(.category-selected__delete) {
  padding-right: 12px;
  margin-right: 12px;
  border-right: 1px solid #cfcfcf;
}
.product-site .category-selected__delete {
  color: #0052b4;
}
@media screen and (min-width: 992px) {
  .product-site .product__main-wrapper {
    grid-template-columns: 248px 1fr;
    gap: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .product-site .product__main-wrapper {
    gap: 33px;
  }
}
.product-site .sidebar .form-search {
  padding: 7px 10px;
  position: relative;
  height: 46px;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-site .sidebar .form-search input {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  outline: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
}
@media screen and (min-width: 1200px) {
  .product-site .sidebar .form-search input {
    line-height: 18px;
  }
}
.product-site .sidebar .form-search input::-moz-placeholder {
  color: rgba(115, 116, 120, 0.5);
}
.product-site .sidebar .form-search input::placeholder {
  color: rgba(115, 116, 120, 0.5);
}
.product-site .sidebar .accordion-categories {
  height: 100vh;
  background: #fff;
  max-width: 390px;
  padding: 20px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .product-site .sidebar .accordion-categories {
    max-width: 100%;
    padding: 0;
    height: auto;
  }
}
.product-site .sidebar .accordion-parent {
  position: relative;
  display: grid;
  align-content: start;
  gap: 12px;
  height: calc(100% - 40px);
  overflow-y: auto;
}
@media screen and (min-width: 1200px) {
  .product-site .sidebar .accordion-parent {
    gap: 24px;
  }
}
.product-site .sidebar .accordion-item {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.product-site .sidebar .accordion-header {
  background: #effffb;
  padding: 8px 12px;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none;
  color: #28b168;
  color: var(--Green, #28b168);
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.product-site .sidebar .accordion-checkmark {
  display: inline-block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background: transparent;
  border-radius: 4px;
  border: 1px solid #cfcfcf;
  position: relative;
}
.product-site .sidebar .accordion-checkmark::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #fff;
  transform: rotate(45deg);
  transition: all 0.3s ease;
  height: 10px;
  width: 6px;
  display: none;
}
.product-site .sidebar .accordion-input {
  display: none;
}
.product-site .sidebar .accordion-input:checked + .accordion-label {
  color: #28b168;
}
.product-site .sidebar .accordion-input:checked + .accordion-checkmark {
  background: #28b168;
  border-color: #28b168;
  color: #28b168;
}
.product-site .sidebar .accordion-input:checked + .accordion-checkmark::after {
  display: block;
}
.product-site .sidebar .accordion-label {
  cursor: pointer;
  position: relative;
}
.product-site .sidebar .accordion-button {
  padding: 0;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  color: #28b168;
}
.product-site .sidebar .accordion-button svg {
  transition: all 0.1s ease;
}
.product-site .sidebar .accordion-button::after {
  display: none;
}
.product-site .sidebar .accordion-button:not(.collapsed) svg {
  transform: rotate(180deg);
}
.product-site .sidebar .accordion-button .icon {
  height: 20px;
  width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.product-site .sidebar .accordion-body {
  margin: 20px 12px 0 12px;
  padding: 0 0 0 12px;
  border-left: 1px solid #cfcfcf;
}
.product-site .sidebar .accordion-body .accordion-input:checked + .accordion-label .accordion-checkmark {
  background: #28b168;
  border-color: #28b168;
}
.product-site .sidebar .accordion-body .accordion-input:checked + .accordion-label .accordion-checkmark::after {
  display: block;
}

.btn-group-sort .dropdown-toggle {
  font-size: 14px;
}
@media screen and (min-width: 1200px) {
  .btn-group-sort .dropdown-toggle {
    font-size: 16px;
  }
}
.btn-group-sort .dropdown-toggle::after {
  display: none;
}
.btn-group-sort .dropdown-menu {
  padding: 12px 16px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  border: 0;
  font-size: 14px;
}
@media screen and (min-width: 1200px) {
  .btn-group-sort .dropdown-menu {
    font-size: 16px;
  }
}
.btn-group-sort .dropdown-item {
  padding: 4px 7px;
  color: #272727;
  text-align: center;
}
.btn-group-sort .dropdown-item:not(:last-child) {
  margin-bottom: 4px;
}
.btn-group-sort .dropdown-item:hover, .btn-group-sort .dropdown-item.active {
  background: rgb(239, 255, 251);
}

.product-detail-site .product__wrapper {
  display: grid;
  gap: 40px;
}
@media (min-width: 768px) {
  .product-detail-site .product__wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .product-detail-site .product__wrapper .product__slides,
  .product-detail-site .product__wrapper .product__information {
    flex-grow: 1;
    width: calc(50% - 10px);
  }
}
@media (min-width: 992px) {
  .product-detail-site .product__wrapper {
    gap: 40px;
  }
  .product-detail-site .product__wrapper .product__slides,
  .product-detail-site .product__wrapper .product__information {
    width: calc(50% - 20px);
  }
}
.product-detail-site .product__slides .swiper-button-prev,
.product-detail-site .product__slides .swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
}
@media (min-width: 1200px) {
  .product-detail-site .product__slides .swiper-button-prev,
  .product-detail-site .product__slides .swiper-button-next {
    height: 48px;
    width: 48px;
  }
}
.product-detail-site .product__slides .swiper-button-prev::after,
.product-detail-site .product__slides .swiper-button-next::after {
  display: none;
}
@media (min-width: 1200px) {
  .product-detail-site .product__slides .swiper-slide:nth-child(n+4) {
    display: none;
  }
}
.product-detail-site .product__slides .product__slide--main .image {
  position: relative;
  background: #fff;
  padding-bottom: 270px;
  cursor: pointer;
}
@media (min-width: 576px) {
  .product-detail-site .product__slides .product__slide--main .image {
    padding-bottom: 63.8%;
  }
}
.product-detail-site .product__slides .product__slide--main .image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.product-detail-site .product__slides .product__slide--thumbs {
  position: relative;
  overflow: hidden;
}
.product-detail-site .product__slides .product__slide--thumbs .swiper {
  width: 59.9431818182%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .product-detail-site .product__slides .product__slide--thumbs .swiper {
    width: 84.8275862069%;
  }
}
@media (min-width: 1200px) {
  .product-detail-site .product__slides .product__slide--thumbs .swiper {
    width: 364px;
    margin: unset;
  }
}
.product-detail-site .product__slides .product__slide--thumbs .swiper-slide {
  height: 48px;
  border: 1px solid transparent;
  padding: 4px;
}
@media (min-width: 576px) {
  .product-detail-site .product__slides .product__slide--thumbs .swiper-slide {
    height: 68px;
  }
}
@media (min-width: 768px) {
  .product-detail-site .product__slides .product__slide--thumbs .swiper-slide {
    height: 80px;
  }
}
@media (min-width: 1200px) {
  .product-detail-site .product__slides .product__slide--thumbs .swiper-slide {
    width: 108px;
  }
}
.product-detail-site .product__slides .product__slide--thumbs .swiper-slide .image {
  height: 100%;
  width: 100%;
}
.product-detail-site .product__slides .product__slide--thumbs .swiper-slide .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.product-detail-site .product__slides .product__slide--thumbs .swiper-slide-thumb-active {
  border: 1px solid #28b168;
  background: #effffb;
}
.product-detail-site .product__slides .product__slide--thumbs [class*=swiper-button-] {
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.product-detail-site .product__slides .product__slide--thumbs [class*=swiper-button-].swiper-button-prev {
  left: 0;
}
.product-detail-site .product__slides .product__slide--thumbs [class*=swiper-button-].swiper-button-next {
  right: 0;
}
.product-detail-site .product__slides .product__slide--thumbs .wrapper-thumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.product-detail-site .product__slides .product__slide--thumbs .wrapper-thumbs .total-slides {
  width: 108px;
  height: 80px;
  padding: 4px;
  flex-shrink: 0;
  cursor: pointer;
}
.product-detail-site .product__slides .product__slide--thumbs .wrapper-thumbs .total-slides span {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eceef1;
  color: #888;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}
.product-detail-site .product__content table {
  --bs-table-bg-type: #fff;
  --bs-table-striped-bg: #effffb;
  border: 1px solid #e7eaed;
  box-shadow: none;
}
.product-detail-site .product__content table tr td:first-child {
  color: #616161 !important;
  min-width: 100px;
}
@media screen and (min-width: 1200px) {
  .product-detail-site .product__content table tr td:first-child {
    min-width: 170px;
  }
}

.product__related [class*=swiper-button-] {
  transform: unset;
  margin: 0;
  width: 40px;
  height: 40px;
  display: none;
  position: static;
  flex-shrink: 0;
}
@media screen and (min-width: 1200px) {
  .product__related [class*=swiper-button-] {
    width: 48px;
    height: 48px;
  }
}
.product__related [class*=swiper-button-]::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .product__related [class*=swiper-button-] {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .product__related .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
  }
}
.product__related .swiper-wrapper {
  align-items: stretch;
}
.product__related .swiper-swiper {
  height: auto;
}
.product__related .swiper-slide {
  height: auto;
}
.product__related .swiper-slide .product-component {
  height: 100%;
}
.product__related .swiper-slide .product-component img {
  height: 205px;
}
@media screen and (min-width: 1200px) {
  .product__related .swiper-slide .product-component img {
    height: 200px;
  }
}
@media screen and (min-width: 992px) {
  .product__related .swiper-slide {
    width: 293px;
  }
}
@media screen and (min-width: 992px) {
  .product__related .swiper.bg-linear::before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 9;
    width: 117px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #f9fcfb 100%);
  }
}

.quality__standard .quality__item {
  position: relative;
}
.quality__standard .quality__item:not(:first-child) {
  padding-left: 20px;
}
.quality__standard .quality__item:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #d9d9d9;
}
@media screen and (min-width: 1200px) {
  .quality__standard .quality__item:not(:first-child)::before {
    height: 8px;
    width: 8px;
  }
}
.quality__standard .quality__item .icon {
  height: 16px;
  width: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .quality__standard .quality__item .icon {
    height: 20px;
    width: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .quality__standard .quality__item .icon {
    height: 24px;
    width: 24px;
  }
}

.product-package-type-site .package {
  display: grid;
  align-items: start;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .product-package-type-site .package {
    grid-template-columns: 40% 1fr;
    justify-content: space-between;
  }
}
@media screen and (min-width: 992px) {
  .product-package-type-site .package {
    grid-template-columns: 33.9166666667% 51.6666666667%;
  }
}

.box-contact {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
  box-shadow: 4px 8px 8px -10px rgba(0, 0, 0, 0.12);
}
@media screen and (min-width: 768px) {
  .box-contact {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .box-contact {
    gap: 24px;
    grid-template-columns: max-content minmax(auto, 760px);
    justify-content: space-between;
  }
}
@media screen and (min-width: 1200px) {
  .box-contact h3, .box-contact .h3 {
    text-transform: uppercase;
  }
}
.box-contact .contact-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 992px) {
  .box-contact .contact-item {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .box-contact .contact-item {
    gap: 40px;
  }
}
.box-contact .contact-item a {
  text-decoration: underline;
}
.box-contact .contact-item .icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.box-contact .contact-item .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.box-contact .contact-item .text {
  margin-left: 36px;
}

.maps-section .maps {
  height: 460px;
}
.maps-section .maps iframe {
  width: 100%;
  height: 100%;
}
.maps-section .map-item {
  border: 1px solid #acc9ec;
}
.maps-section .map-item .button-assest:hover svg path {
  fill: transparent;
  stroke: #fff;
}

.contact-site .box-page-content {
  background: #fff;
}
@media screen and (min-width: 1200px) {
  .contact-site .box-page-content {
    background-color: #f9fcfb;
  }
}

@media screen and (min-width: 768px) {
  .terms-site .terms-section {
    display: grid;
    grid-template-columns: 1fr 33.9166666667%;
    align-items: start;
  }
}
@media screen and (min-width: 1200px) {
  .terms-site .terms-section {
    grid-template-columns: 1fr 380px;
    gap: 60px;
  }
}
.terms-site .terms-aside {
  color: #272727;
  font-size: 18px;
  font-weight: 700;
  line-height: 34px;
  border: 1px solid #28b168;
  background: #f9fcfb;
  order: -1;
}
.terms-site .terms-aside [data-target],
.terms-site .terms-aside a {
  color: #272727;
}
.terms-site .terms-aside [data-target].active,
.terms-site .terms-aside a.active {
  color: #0052b4;
}
@media screen and (min-width: 768px) {
  .terms-site .terms-aside {
    order: 0;
    position: sticky;
    top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .terms-site .terms-aside {
    font-size: 20px;
    line-height: 34px;
  }
}
.terms-site .terms-scrollspy {
  position: relative;
  scroll-behavior: smooth;
}
@media screen and (max-width: 767px) {
  .terms-site .terms-scrollspy h2:not(.heading-title), .terms-site .terms-scrollspy .h2:not(.heading-title),
  .terms-site .terms-scrollspy h3:not(.heading-title),
  .terms-site .terms-scrollspy .h3:not(.heading-title),
  .terms-site .terms-scrollspy h4:not(.heading-title),
  .terms-site .terms-scrollspy .h4:not(.heading-title),
  .terms-site .terms-scrollspy h5:not(.heading-title),
  .terms-site .terms-scrollspy .h5:not(.heading-title),
  .terms-site .terms-scrollspy h6:not(.heading-title),
  .terms-site .terms-scrollspy .h6:not(.heading-title) {
    font-size: 18px;
    line-height: 28px;
  }
}

.qa-site .qa-list {
  max-width: 860px;
  margin: 0 auto;
}
.qa-site .qa-list .accordion {
  outline: 0;
}
.qa-site .qa-list .accordion-item {
  outline: 0;
  border-radius: 0 !important;
  border: 0;
  border-top: 1px solid #acc9ec;
  padding: 24px 0;
}
@media screen and (min-width: 1200px) {
  .qa-site .qa-list .accordion-item {
    padding: 40px 0;
  }
}
.qa-site .qa-list .accordion-item:not(:last-child) {
  border-bottom: 1px solid #acc9ec;
}
.qa-site .qa-list .accordion-button {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  gap: 20px;
  color: #0052b4;
  padding: 0;
  background: transparent;
  border: 0 !important;
  outline: none;
  box-shadow: none;
  background: transparent;
}
@media screen and (min-width: 1200px) {
  .qa-site .qa-list .accordion-button {
    font-size: 24px;
    line-height: 34px;
  }
}
.qa-site .qa-list .accordion-button::after {
  --bs-accordion-btn-icon: url('../images/accordion-plus.png');
  --bs-accordion-btn-active-icon: url('../images/accordion-minus.png');
  --bs-accordion-btn-icon-width: 21px;
  --bs-accordion-btn-icon-height: 21px;
  background-size: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: none;
  background-position: center;
}
.qa-site .qa-list .accordion-button .number {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #28b168;
  background: #effffb;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  color: #28b168;
}
.qa-site .qa-list .accordion-body {
  padding: 20px 0 0;
}
@media screen and (min-width: 1200px) {
  .qa-site .quote-section .wrapper {
    max-width: 88.333333%;
  }
}

.search-recruitment {
  width: 100%;
}
.search-recruitment-form {
  width: 100%;
  display: grid;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .search-recruitment-form {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 992px) {
  .search-recruitment-form {
    grid-template-columns: 320px 320px;
  }
}
.search-recruitment .box-search {
  position: relative;
}
.search-recruitment .box-search .btn-search {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-recruitment input,
.search-recruitment select {
  background-color: rgb(242, 242, 242);
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  padding: 10px 48px 10px 10px;
  border: none;
  width: 100%;
  display: block;
  height: 48px;
}
@media screen and (min-width: 768px) {
  .search-recruitment input,
  .search-recruitment select {
    padding: 10px 48px 10px 16px;
  }
}
@media screen and (min-width: 1200px) {
  .search-recruitment input,
  .search-recruitment select {
    font-size: 18px;
    line-height: 28px;
  }
}
.search-recruitment input:focus,
.search-recruitment select:focus {
  outline: none;
}
.search-recruitment input::-moz-placeholder, .search-recruitment select::-moz-placeholder {
  color: rgba(115, 116, 120, 0.5);
}
.search-recruitment input:-moz-placeholder, .search-recruitment select:-moz-placeholder {
  color: rgba(115, 116, 120, 0.5);
}
.search-recruitment input::placeholder, .search-recruitment input:placeholder-shown,
.search-recruitment select::placeholder,
.search-recruitment select:placeholder-shown {
  color: rgba(115, 116, 120, 0.5);
}
.search-recruitment select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../images/icon-input.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 30px;
}

.careers-detail-content ol,
.careers-detail-content ul {
  padding-left: 0;
  margin-bottom: 40px;
  list-style-position: inside;
}

.wrapper-careers-detail {
  display: grid;
}
@media screen and (min-width: 992px) {
  .wrapper-careers-detail {
    gap: 24px;
    grid-template-columns: 1fr 30%;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1200px) {
  .wrapper-careers-detail {
    gap: 60px;
  }
}
.wrapper-careers-detail .content-desc a {
  color: #272727;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  text-decoration-line: underline;
}
.wrapper-careers-detail .content-desc a:hover, .wrapper-careers-detail .content-desc a.active {
  color: #0052b4;
}

.careers-detail-sidebar .apply-cv {
  margin: 40px 0;
  padding: 40px 0;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}
.careers-detail-sidebar .apply-cv .heading-title {
  color: #28b168;
  font-weight: 500;
}
@media screen and (min-width: 1200px) {
  .careers-detail-sidebar .apply-cv .heading-title {
    font-weight: 700;
  }
}
.careers-detail-sidebar .apply-cv button {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .careers-detail-sidebar .apply-cv button {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.careers-detail-sidebar .apply-cv .form-group > label,
.careers-detail-sidebar .apply-cv .form-group .label {
  margin-bottom: 8px;
  display: block;
  color: #272727;
  font-size: 16px;
  line-height: 32px;
}
.careers-detail-sidebar .apply-cv .form-group > label sup,
.careers-detail-sidebar .apply-cv .form-group .label sup {
  color: #e55a5a;
}
@media screen and (min-width: 1200px) {
  .careers-detail-sidebar .apply-cv .form-group > label,
  .careers-detail-sidebar .apply-cv .form-group .label {
    font-size: 20px;
    line-height: 32px;
  }
}
.careers-detail-sidebar .apply-cv .form-group .input-file-upload input {
  display: none;
}
.careers-detail-sidebar .apply-cv .form-group .input-file-upload > div {
  padding: 8px 20px;
  color: #272727;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  min-height: 48px;
  border-radius: 32px;
  border: 1px solid #cfcfcf;
  background: #f9fcfb;
}
@media screen and (min-width: 992px) {
  .careers-detail-sidebar .apply-cv .form-group .input-file-upload > div {
    font-size: 16px;
    line-height: 24px;
    text-transform: none;
  }
}
.careers-detail-sidebar .apply-cv .form-group input,
.careers-detail-sidebar .apply-cv .form-group textarea {
  background: #f2f2f2;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  width: 100%;
  display: block;
}
.careers-detail-sidebar .apply-cv .form-group input::-moz-placeholder, .careers-detail-sidebar .apply-cv .form-group textarea::-moz-placeholder {
  color: rgba(115, 116, 120, 0.5);
}
.careers-detail-sidebar .apply-cv .form-group input::placeholder,
.careers-detail-sidebar .apply-cv .form-group textarea::placeholder {
  color: rgba(115, 116, 120, 0.5);
}

.d__content ul {
  list-style: none;
  padding-left: 20px;
}
.d__content ul li {
  padding: 8px 20px 8px 44px;
  position: relative;
}
.d__content ul li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 16px;
  width: 24px;
  height: 24px;
  background: url(../images/icon-li.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 1200px) {
  .d__content ul li {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .d__content ul li::before {
    top: 18px;
  }
}
.d__content ul li ul {
  background: transparent !important;
  padding-left: 20px;
  list-style: initial;
}
.d__content ul li ul li {
  background: transparent;
}
.d__content ul li ul li::before {
  display: none;
}
.d__content ol {
  padding-left: 45px;
  margin: 0;
  list-style-type: decimal-leading-zero;
}
@media screen and (min-width: 1200px) {
  .d__content ol {
    padding-left: 65px;
  }
}
.d__content ol li {
  position: relative;
  padding: 8px 0 8px 10px;
}
@media screen and (min-width: 1200px) {
  .d__content ol li {
    padding: 12px 0 12px 10px;
  }
}
.d__content ol li::marker {
  min-width: 35px;
  display: inline-block;
  counter-increment: section;
  color: #28b168;
  font-weight: 700;
}
.d__content ol li::before {
  content: "";
  width: 8px;
  height: 8px;
  left: -45px;
  top: 16px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #28b168;
  position: absolute;
}
@media screen and (min-width: 1200px) {
  .d__content ol li::before {
    left: -65px;
    top: 24px;
  }
}
.d__content ol li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 22px;
  left: -41.5px;
  height: 100%;
  width: 1px;
  background-color: #28b168;
}
@media screen and (min-width: 1200px) {
  .d__content ol li:not(:last-child)::after {
    left: -61.5px;
    top: 25px;
  }
}

.search-mobile-page {
  min-height: 60vh;
  padding: 80px 0 85px;
  background: rgb(249, 252, 251);
}
.search-mobile-page .box-search {
  position: relative;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 52px;
  background-color: rgb(242, 242, 242);
}
.search-mobile-page .box-search input {
  border: 0;
  height: 100%;
  display: block;
  width: 100%;
  outline: none;
  background: transparent;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  padding: 0;
  box-shadow: none;
}
.search-mobile-page .box-search input::-moz-placeholder {
  color: rgba(115, 116, 120, 0.5);
}
.search-mobile-page .box-search input::placeholder {
  color: rgba(115, 116, 120, 0.5);
}
.search-mobile-page .box-search svg {
  flex-shrink: 0;
}
.search-mobile-page .btn-search {
  background: var(--Light, rgb(239, 255, 251));
  border: 1px solid var(--Green, rgb(40, 177, 104));
  color: rgb(39, 39, 39);
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
  text-transform: uppercase;
  height: 48px;
  text-align: center;
  border-radius: 60px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 190px;
}
.search-mobile-page-content .container {
  max-width: 624px;
}
.search-mobile-page .container-search-result {
  max-width: 924px;
}
.search-mobile-page .search-result-list .item:hover .item-title {
  color: #0052b4;
}
.search-mobile-page .search-result-list .item-image {
  width: 120px;
  height: 80px;
  overflow: hidden;
  flex-shrink: 0;
}
@media screen and (min-width: 1200px) {
  .search-mobile-page .search-result-list .item-image {
    width: 180px;
    height: 120px;
  }
}
.search-mobile-page .search-result-list .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.search-mobile-page .search-result-list .item-title:hover {
  color: #0052b4;
}

.content-theme-coffee {
  background: #b15a25 !important;
}

.content-theme-milk {
  background: #92d051 !important;
}

.content-theme-paper {
  background: #df9c6b !important;
}

.content-theme-noodle {
  background: #fff2ad !important;
}

.contact-form-section .select-wrapper:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNCAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuODkzMyAxMkwwIDBMNy4xMTAzMiAzLjcwNTgzTDE0IDAuMTU5Mzk1TDYuODkzMyAxMloiIGZpbGw9IiMyNzI3MjciLz4KPC9zdmc+Cg==);
}

.sustainable-development {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}
.sustainable-development .text {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .sustainable-development .text {
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .sustainable-development .text {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (min-width: 768px) {
  .sustainable-development .list {
    display: flex;
  }
}
.sustainable-development .item {
  display: flex;
  align-items: center;
  gap: 20px;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 768px) {
  .sustainable-development .item {
    flex-direction: column;
  }
}
.sustainable-development .item:nth-of-type(1) .icon {
  background: #fcca98;
}
.sustainable-development .item:nth-of-type(2) .icon {
  background: #bfed9d;
}
.sustainable-development .item:nth-of-type(3) .icon {
  background: #a3d9bc;
}
.sustainable-development .item:nth-of-type(4) .icon {
  background: #a2b3c6;
}
@media screen and (min-width: 768px) {
  .sustainable-development .item:not(:first-child) {
    margin-left: -20px;
  }
}
@media screen and (min-width: 1200px) {
  .sustainable-development .item:not(:first-child) {
    margin-left: -54px;
  }
}
.sustainable-development .item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 160px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 20px 50px rgba(20, 38, 75, 0.12);
  position: relative;
  isolation: isolate;
  flex-shrink: 0;
  color: #272727;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .sustainable-development .item .icon {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .sustainable-development .item .icon {
    font-size: 32px;
    line-height: 137.5%;
    gap: 20px;
  }
}
.sustainable-development .item .icon svg,
.sustainable-development .item .icon img {
  width: 41px;
  height: 41px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1200px) {
  .sustainable-development .item .icon svg,
  .sustainable-development .item .icon img {
    width: 64px;
    height: 64px;
  }
}
@media (max-width: 767px) {
  .sustainable-development .item {
    width: 100%;
    margin-left: 0 !important;
  }
  .sustainable-development .item:not(:last-child) {
    margin-bottom: -20px;
  }
  .sustainable-development .text br {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .section-grid-same-ldp .d__item {
    grid-template-columns: 50% 42.4166666667% !important;
    justify-content: space-between;
  }
  .section-grid-same-ldp .d__item:nth-of-type(even) {
    grid-template-columns: 42.4166666667% 50% !important;
  }
}
.banner-ldp {
  min-height: 600px;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-ldp .banner-ldp-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 20px 0;
}
@media screen and (min-width: 1200px) {
  .banner-ldp .banner-ldp-content {
    gap: 20px;
  }
}
.banner-ldp .heading-subtitle {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 12px;
}
@media screen and (min-width: 1200px) {
  .banner-ldp .heading-subtitle {
    font-size: 32px;
    line-height: 32px;
  }
}
.banner-ldp .heading-title {
  color: #fff;
  font-size: 32px;
  font-weight: 800;
  line-height: 48px;
}
@media screen and (min-width: 1200px) {
  .banner-ldp .heading-title {
    font-size: 52px;
    font-weight: 800;
    line-height: 72px;
  }
}

.ldp .container.partner__container {
  max-width: 1020px;
}
.ldp .contact-form-section .button-assest {
  background-color: #fff;
}
.ldp .contact-form-section .button-assest.cta-coffee {
  border: 1px solid #b15a25;
  background: #fcf0d6;
}
.ldp .contact-form-section .button-assest.cta-coffee svg path {
  fill: #b15a25;
}
.ldp .contact-form-section .button-assest.cta-snack {
  border: 1px solid #ffc548;
  background: #fff;
}
.ldp .contact-form-section .button-assest.cta-snack svg path {
  fill: #ffc548;
}
.ldp .contact-form-section .button-assest.cta-milk {
  border: 1px solid currentColor;
  background: #effffb;
  color: #0052b4;
}
.ldp .contact-form-section .button-assest.cta-milk svg path {
  fill: currentColor;
}
.ldp .contact-form-section .button-assest.cta-paper {
  border: 1px solid #df9c6b;
  background: #fff;
}
.ldp .contact-form-section .button-assest.cta-paper svg path {
  fill: #df9c6b;
}
.ldp .contact-form-section .button-assest.cta-noodle {
  border: 1px solid #d60e13;
  background: #fff2ad;
}
.ldp .contact-form-section .button-assest.cta-noodle svg path {
  fill: #d60e13;
}
.ldp .contact-form-section .button-assest:hover {
  border-color: #fff;
  background: inherit;
  color: currentColor;
}
.ldp .contact-form-section .button-assest:hover svg path {
  fill: #fff;
}

.container {
  max-width: 1224px;
}

@media screen and (max-width: 575px) {
  .button-assest {
    min-width: 90%;
  }
}
.button-assest:hover {
  background: inherit;
  color: currentColor;
}
.button-assest.cta-coffee {
  border: 1px solid #b15a25;
  background: linear-gradient(0deg, rgba(255, 128, 0, 0.1) 0%, rgba(255, 128, 0, 0.1) 100%);
}
.button-assest.cta-coffee svg path {
  fill: #b15a25;
}
.button-assest.cta-snack {
  border: 1px solid #ffc548;
  background: linear-gradient(0deg, rgba(255, 128, 0, 0.1) 0%, rgba(255, 128, 0, 0.1) 100%), #fff;
}
.button-assest.cta-snack svg path {
  fill: #ffc548;
}
.button-assest.cta-milk {
  border: 1px solid currentColor;
  background: #effffb;
  color: #0052b4;
}
.button-assest.cta-milk svg path {
  fill: currentColor;
}
.button-assest.cta-paper {
  border: 1px solid #df9c6b;
  background: #ffe4bd;
}
.button-assest.cta-paper svg path {
  fill: #df9c6b;
}
.button-assest.cta-noodle {
  border: 1px solid #d60e13;
  background: linear-gradient(0deg, rgba(235, 34, 39, 0.1) 0%, rgba(235, 34, 39, 0.1) 100%), #fff;
}
.button-assest.cta-noodle svg path {
  fill: #d60e13;
}

.section-ldp-2 {
  background: #fcf0d6;
}
.section-ldp-2 .item {
  background: #b15a25;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (min-width: 1200px) {
  .section-ldp-2 .item {
    font-size: 20px;
    line-height: 32px;
  }
}

.section-ldp-2 {
  background: #fcf0d6;
}
.section-ldp-2 .item p {
  margin-bottom: 12px;
}
.section-ldp-2 .item ul {
  padding-left: 24px;
  position: relative;
  margin-bottom: 0;
}
.section-ldp-2 .item ul::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: url(../images/line-ul.png) no-repeat left top;
  background-size: cover;
  z-index: 2;
}
.section-ldp-2 .item ul li {
  padding: 8px 0 8px 35px;
  position: relative;
  list-style: none;
}
@media screen and (min-width: 1200px) {
  .section-ldp-2 .item ul li {
    padding-left: 44px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.section-ldp-2 .item ul li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2IiBmaWxsPSJub25lIj4KICA8bWFzayBpZD0ibWFzazBfMV83MjUxIiBzdHlsZT0ibWFzay10eXBlOmx1bWluYW5jZSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMCIgeT0iMCIgd2lkdGg9IjI2IiBoZWlnaHQ9IjI2Ij4KICAgIDxwYXRoIGQ9Ik0xMi45OTk0IDI0Ljk5ODdDMTQuNTc1NCAyNS4wMDA3IDE2LjEzNjMgMjQuNjkxMiAxNy41OTI0IDI0LjA4OEMxOS4wNDg1IDIzLjQ4NDkgMjAuMzcxMSAyMi41OTk5IDIxLjQ4NDEgMjEuNDg0MUMyMi41OTk5IDIwLjM3MTEgMjMuNDg0OSAxOS4wNDg1IDI0LjA4OCAxNy41OTI0QzI0LjY5MTIgMTYuMTM2MyAyNS4wMDA3IDE0LjU3NTQgMjQuOTk4NyAxMi45OTk0QzI1LjAwMDcgMTEuNDIzMyAyNC42OTEyIDkuODYyMzkgMjQuMDg4IDguNDA2M0MyMy40ODQ5IDYuOTUwMjIgMjIuNTk5OSA1LjYyNzY2IDIxLjQ4NDEgNC41MTQ2MkMyMC4zNzExIDMuMzk4NzggMTkuMDQ4NSAyLjUxMzg2IDE3LjU5MjQgMS45MTA3MUMxNi4xMzYzIDEuMzA3NTYgMTQuNTc1NCAwLjk5ODA2NiAxMi45OTk0IDEuMDAwMDFDMTEuNDIzMyAwLjk5ODA2NiA5Ljg2MjM5IDEuMzA3NTYgOC40MDYzIDEuOTEwNzFDNi45NTAyMiAyLjUxMzg2IDUuNjI3NjYgMy4zOTg3OCA0LjUxNDYyIDQuNTE0NjJDMy4zOTg3OCA1LjYyNzY2IDIuNTEzODYgNi45NTAyMiAxLjkxMDcxIDguNDA2M0MxLjMwNzU2IDkuODYyMzkgMC45OTgwNjYgMTEuNDIzMyAxLjAwMDAxIDEyLjk5OTRDMC45OTgwNjYgMTQuNTc1NCAxLjMwNzU2IDE2LjEzNjMgMS45MTA3MSAxNy41OTI0QzIuNTEzODYgMTkuMDQ4NSAzLjM5ODc4IDIwLjM3MTEgNC41MTQ2MiAyMS40ODQxQzUuNjI3NjYgMjIuNTk5OSA2Ljk1MDIyIDIzLjQ4NDkgOC40MDYzIDI0LjA4OEM5Ljg2MjM5IDI0LjY5MTIgMTEuNDIzMyAyNS4wMDA3IDEyLjk5OTQgMjQuOTk4N1oiIGZpbGw9IndoaXRlIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgogICAgPHBhdGggZD0iTTguMTk5NzEgMTNMMTEuNzk5NSAxNi41OTk4TDE4Ljk5OTEgOS40MDAxNSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KICA8L21hc2s+CiAgPGcgbWFzaz0idXJsKCNtYXNrMF8xXzcyNTEpIj4KICAgIDxwYXRoIGQ9Ik0tMS4zOTM1NSAtMS4zOTkyOUgyNy40MDQ5VjI3LjM5OTFILTEuMzkzNTVWLTEuMzk5MjlaIiBmaWxsPSJ3aGl0ZSIvPgogIDwvZz4KPC9zdmc+");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 18px;
}
@media screen and (min-width: 1200px) {
  .section-ldp-2 .item ul li::before {
    width: 24px;
    height: 24px;
  }
}
.section-ldp-2 .item:nth-of-type(1) {
  font-size: 20px;
  line-height: 32px;
}
@media screen and (min-width: 1200px) {
  .section-ldp-2 .item:nth-of-type(1) {
    font-size: 24px;
    line-height: 40px;
  }
}

.section-why-need {
  background: #92d051;
  color: #272727;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (min-width: 1200px) {
  .section-why-need {
    font-size: 20px;
    line-height: 32px;
  }
}
.section-why-need .wrapper {
  max-width: 900px;
  margin: 0 auto;
}
.section-why-need .d__content ul {
  background-image: url("../images/responsibility-line-black.png");
  margin-bottom: 0;
}
.section-why-need .d__content ul li::before {
  background-image: url(../images/icon-li-black.png);
}
.section-why-need .wrapper {
  max-width: 900px;
  margin: 0 auto;
}
.section-why-need .d__content ul {
  background-image: url("../images/responsibility-line-black.png");
  margin-bottom: 0;
}
.section-why-need .d__content ul li::before {
  background-image: url(../images/icon-li-black.png);
}
.section-why-need .description p {
  margin-bottom: 12px;
}

.section-coffee-flavor {
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  position: relative;
  padding: 60px 0;
  min-height: 600px;
}
@media screen and (min-width: 1200px) {
  .section-coffee-flavor {
    font-size: 48px;
    line-height: 60px;
    padding: 80px 0;
    min-height: 800px;
  }
}

.section-safety-food .heading-title {
  color: #272727;
}
@media screen and (min-width: 992px) {
  .section-safety-food.english .desc:nth-of-type(2) {
    justify-content: flex-end;
  }
}
.section-safety-food .img {
  display: none;
  border-radius: 12px;
  overflow: hidden;
  width: 268px;
  height: 162px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.section-safety-food .img:nth-of-type(1) {
  left: 0;
}
.section-safety-food .img:nth-of-type(2) {
  right: 0;
}
@media screen and (min-width: 1200px) {
  .section-safety-food .img {
    display: inline-block;
  }
}
.section-safety-food .safety-food-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  gap: 200px 30px;
  max-width: 664px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .section-safety-food .safety-food-wrapper {
    gap: 254px 72px;
  }
}
.section-safety-food .safety-food-wrapper .desc {
  color: #272727;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  padding: 10px 16px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12);
  max-width: 296px;
  min-height: 140px;
  align-items: center;
  display: flex;
}
@media screen and (min-width: 992px) {
  .section-safety-food .safety-food-wrapper .desc {
    font-size: 20px;
    line-height: 32px;
    padding: 10px 48px 10px 24px;
    min-height: 148px;
  }
  .section-safety-food .safety-food-wrapper .desc:nth-of-type(even) {
    padding: 10px 10px 10px 48px;
  }
}
.section-safety-food .wheel {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 239px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  background: conic-gradient(#09d0d9 0deg, #09d0d9 90deg, #0ecf99 90deg, #0ecf99 180deg, #7cca61 180deg, #7cca61 270deg, #009dd9 270deg, #009dd9 360deg);
}
.section-safety-food .wheel.wheel-noodle {
  background: conic-gradient(#b73803 0deg, #b73803 90deg, #b19c8d 90deg, #b19c8d 180deg, #45668d 180deg, #45668d 270deg, #f79320 270deg, #f79320 360deg);
}
.section-safety-food .wheel.wheel-noodle::after {
  background: center/contain no-repeat url("../images/icon-wheel-nd.png");
}
@media screen and (min-width: 992px) {
  .section-safety-food .wheel {
    width: 325px;
  }
}
.section-safety-food .wheel::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: center/contain no-repeat url("../images/icon-wheel.png");
  width: 58.898px;
  height: 49.794px;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .section-safety-food .wheel::after {
    width: 94px;
    height: 87px;
  }
}
.section-safety-food .wheel .wheel__axis [class*=wheel__axis--] {
  position: absolute;
  background: #ffc548;
  z-index: 1;
}
.section-safety-food .wheel .wheel__axis--x {
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  left: 0;
}
.section-safety-food .wheel .wheel__axis--y {
  height: 100%;
  width: 1px;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
}
.section-safety-food .wheel .wheel__label {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 700;
  text-align: center;
  z-index: 1;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
@media screen and (min-width: 992px) {
  .section-safety-food .wheel .wheel__label {
    font-size: 20px;
    line-height: 24px;
  }
}
.section-safety-food .wheel [class*=wheel__label--] {
  position: absolute;
  width: -moz-max-content;
  width: max-content;
}
.section-safety-food .wheel .wheel__label--item:nth-of-type(1) {
  top: 53px;
  left: 33px;
}
@media screen and (min-width: 992px) {
  .section-safety-food .wheel .wheel__label--item:nth-of-type(1) {
    top: 71px;
    left: 50px;
  }
}
.section-safety-food .wheel .wheel__label--item:nth-of-type(1).english {
  top: 53px;
  left: 15px;
}
@media screen and (min-width: 992px) {
  .section-safety-food .wheel .wheel__label--item:nth-of-type(1).english {
    top: 63px;
    left: 26px;
  }
}
.section-safety-food .wheel .wheel__label--item:nth-of-type(2) {
  top: 51px;
  right: 21px;
}
@media screen and (min-width: 992px) {
  .section-safety-food .wheel .wheel__label--item:nth-of-type(2) {
    top: 70px;
    right: 34px;
  }
}
.section-safety-food .wheel .wheel__label--item:nth-of-type(2).english {
  top: 40px;
}
@media screen and (min-width: 992px) {
  .section-safety-food .wheel .wheel__label--item:nth-of-type(2).english {
    top: 60px;
    right: 37px;
  }
}
.section-safety-food .wheel .wheel__label--item:nth-of-type(3) {
  bottom: 41px;
  left: 35px;
}
@media screen and (min-width: 992px) {
  .section-safety-food .wheel .wheel__label--item:nth-of-type(3) {
    bottom: 68px;
    left: 49px;
  }
}
.section-safety-food .wheel .wheel__label--item:nth-of-type(3).english {
  left: 32px;
}
@media screen and (min-width: 992px) {
  .section-safety-food .wheel .wheel__label--item:nth-of-type(3).english {
    left: 45px;
    bottom: 58px;
  }
}
.section-safety-food .wheel .wheel__label--item:nth-of-type(4) {
  bottom: 53px;
  right: 21px;
}
@media screen and (min-width: 992px) {
  .section-safety-food .wheel .wheel__label--item:nth-of-type(4) {
    bottom: 80px;
    right: 36px;
  }
}
.section-safety-food .wheel .wheel__label--item:nth-of-type(4).english {
  bottom: 63px;
  right: 24px;
}
@media screen and (min-width: 992px) {
  .section-safety-food .wheel .wheel__label--item:nth-of-type(4).english {
    bottom: 83px;
    right: 38px;
  }
}
.section-safety-food .wheel .wheel__arrows {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.section-safety-food .wheel .wheel__arrows svg {
  width: 140px;
  height: 140px;
  stroke: #fff;
  opacity: 0.8;
}

.section-film-layer .d__content ul {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMiIgaGVpZ2h0PSIyODAiIHZpZXdCb3g9IjAgMCAyIDI4MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGxpbmUgeDE9IjEiIHkxPSI0LjM3MTE0ZS0wOCIgeDI9IjAuOTk5OTg4IiB5Mj0iMjgwIiBzdHJva2U9InVybCgjcGFpbnQwX2xpbmVhcl8xXzU4OTEpIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1kYXNoYXJyYXk9IjQgOCIvPgo8ZGVmcz4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzFfNTg5MSIgeDE9Ii0wLjUiIHkxPSItMi4xODU1N2UtMDgiIHgyPSItMC41MDAwMTIiIHkyPSIyODAiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0ZGODAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CjxzdG9wIG9mZnNldD0iMC41NSIgc3RvcC1jb2xvcj0iI0ZGODAwMCIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGRjgwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=");
}
.section-film-layer .d__content ul li::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNiAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9Im1hc2swXzEwXzUwNzEiIHN0eWxlPSJtYXNrLXR5cGU6bHVtaW5hbmNlIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjYiIGhlaWdodD0iMjYiPgo8cGF0aCBkPSJNMTIuOTk5NCAyNC45OTg3QzE0LjU3NTQgMjUuMDAwNyAxNi4xMzYzIDI0LjY5MTIgMTcuNTkyNCAyNC4wODhDMTkuMDQ4NSAyMy40ODQ5IDIwLjM3MTEgMjIuNTk5OSAyMS40ODQxIDIxLjQ4NDFDMjIuNTk5OSAyMC4zNzExIDIzLjQ4NDkgMTkuMDQ4NSAyNC4wODggMTcuNTkyNEMyNC42OTEyIDE2LjEzNjMgMjUuMDAwNyAxNC41NzU0IDI0Ljk5ODcgMTIuOTk5NEMyNS4wMDA3IDExLjQyMzMgMjQuNjkxMiA5Ljg2MjM5IDI0LjA4OCA4LjQwNjNDMjMuNDg0OSA2Ljk1MDIyIDIyLjU5OTkgNS42Mjc2NiAyMS40ODQxIDQuNTE0NjJDMjAuMzcxMSAzLjM5ODc4IDE5LjA0ODUgMi41MTM4NiAxNy41OTI0IDEuOTEwNzFDMTYuMTM2MyAxLjMwNzU2IDE0LjU3NTQgMC45OTgwNjYgMTIuOTk5NCAxLjAwMDAxQzExLjQyMzMgMC45OTgwNjYgOS44NjIzOSAxLjMwNzU2IDguNDA2MyAxLjkxMDcxQzYuOTUwMjIgMi41MTM4NiA1LjYyNzY2IDMuMzk4NzggNC41MTQ2MiA0LjUxNDYyQzMuMzk4NzggNS42Mjc2NiAyLjUxMzg2IDYuOTUwMjIgMS45MTA3MSA4LjQwNjNDMS4zMDc1NiA5Ljg2MjM5IDAuOTk4MDY2IDExLjQyMzMgMS4wMDAwMSAxMi45OTk0QzAuOTk4MDY2IDE0LjU3NTQgMS4zMDc1NiAxNi4xMzYzIDEuOTEwNzEgMTcuNTkyNEMyLjUxMzg2IDE5LjA0ODUgMy4zOTg3OCAyMC4zNzExIDQuNTE0NjIgMjEuNDg0MUM1LjYyNzY2IDIyLjU5OTkgNi45NTAyMiAyMy40ODQ5IDguNDA2MyAyNC4wODhDOS44NjIzOSAyNC42OTEyIDExLjQyMzMgMjUuMDAwNyAxMi45OTk0IDI0Ljk5ODdaIiBmaWxsPSJ3aGl0ZSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTguMTk5NzEgMTNMMTEuNzk5NSAxNi41OTk4TDE4Ljk5OTEgOS40MDAxNSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swXzEwXzUwNzEpIj4KPHBhdGggZD0iTS0xLjM5MzU1IC0xLjM5OTI5SDI3LjQwNDlWMjcuMzk5MUgtMS4zOTM1NVYtMS4zOTkyOVoiIGZpbGw9IiNGRkM1NDgiLz4KPC9nPgo8L3N2Zz4K");
}
.section-film-layer .desc p {
  margin-bottom: 12px;
}

.section-food-packaging {
  padding: 182px 0;
}
@media screen and (min-width: 768px) {
  .section-food-packaging {
    padding: 200px 0;
  }
}
@media screen and (min-width: 1200px) {
  .section-food-packaging {
    padding: 225px 0 310px;
  }
}
.section-food-packaging h3, .section-food-packaging .h3 {
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 12px;
}
@media screen and (min-width: 1200px) {
  .section-food-packaging h3, .section-food-packaging .h3 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 32px;
  }
}
.section-food-packaging h2, .section-food-packaging .h2 {
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}
@media screen and (min-width: 1200px) {
  .section-food-packaging h2, .section-food-packaging .h2 {
    font-size: 56px;
    line-height: 72px;
    font-weight: 500;
  }
}
.section-pe-film {
  color: #272727;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  min-height: 600px;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (min-width: 1200px) {
  .section-pe-film {
    font-size: 32px;
    line-height: 48px;
    min-height: 732px;
    padding: 65px 0;
  }
}
.section-pe-film h2, .section-pe-film .h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
@media screen and (min-width: 1200px) {
  .section-pe-film h2, .section-pe-film .h2 {
    font-size: 48px;
    line-height: 64px;
  }
}
.section-pe-film .content {
  padding: 20px;
  background: #92d051;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 570px;
}
@media screen and (min-width: 1200px) {
  .section-pe-film .content {
    padding: 40px;
  }
}

@media screen and (max-width: 767px) {
  .d__item-2 {
    grid-template-columns: unset !important;
  }
}/*# sourceMappingURL=style.css.map */