*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
@keyframes cinnamon-timer {
    from {
      stroke-dashoffset: 0 1885;
    }
    to {
      stroke-dasharray: 1885 1885;
    }
  }
body {
    font-family: var(--font-text), sans-serif;
  }
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    font-family: var(--font-title), sans-serif;
  }
h1 { font-size: var(--size-h1); }
h2 { font-size: var(--size-h2); }
h3 { font-size: var(--size-h3); }
h4 { font-size: var(--size-h4); }
h5 { font-size: var(--size-h5); }
h6 { font-size: var(--size-h6); }
p  { font-size: var(--size-p); }
.spice-text a:hover {
    transition: color 0.3s;
    color: var(--hover-color);
  }
.spice-text ul {
    list-style: disc;
    padding-left: 30px;
  }
.spice-text ol {
    list-style: decimal;
    padding-left: 30px;
  }
section .sp-move-up {
    opacity: 0;
    transform: translateY(5rem);
    transition: transform 0.8s, opacity 1s;
  }
section .sp-move-right {
    opacity: 0;
    transform: translateX(-5rem);
    transition: transform 0.8s, opacity 1s;
  }
section .sp-move-left {
    opacity: 0;
    transform: translateX(5rem);
    transition: transform 0.8s, opacity 1s;
  }
section .sp-hide {
    opacity: 0;
    transition: opacity 1s;
  }
section .sp-move-show {
    opacity: 1;
    transform: translate(0);
  }
section .sp-hide-show {
    opacity: 1;
  }
.spice-faq-close {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.8s, padding 0.8s;
    width: 100%;
    overflow: hidden;
  }
.spice-faq-open.spice-faq-response {
    grid-template-rows: 1fr;
    padding: 10px 0 30px 0;
  }
.spice-faq-open .sp-arrow {
    transform: rotate(90deg);
  }
.spice-faq-open .sp-plus {
    transform: rotate(45deg);
  }
.sp-arrow,
  .sp-plus {
    transition: transform 0.3s;
  }
.sp-filter-white {
    filter: brightness(0) invert(1);
  }
.sp-filter-black {
    filter: brightness(0);
  }
.sp-filter-purple {
    filter: brightness(94%) contrast(86%) invert(51%) sepia(73%) saturate(2594%) hue-rotate(222deg);
  }
.sp-filter-red {
    filter: brightness(85%) contrast(117%) invert(17%) sepia(83%) saturate(7410%) hue-rotate(348deg);
  }
.sp-filter-green {
    filter: brightness(95%) contrast(81%) invert(37%) sepia(81%) saturate(4160%) hue-rotate(132deg);
  }
.sp-normal-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
.spice-cinnamon-pag-circle {
    width: 12px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    border: 2px solid white;
    transition: background-color 0.4s;
    cursor: pointer;
  }
.spice-cinnamon-pag-circle.spice-active,
  .spice-cinnamon-pag-circle:hover {
    background-color: white;
  }
.spice-cinnamon-pag-circle.spice-active {
    cursor: default;
    box-shadow: 0 0 0 12px #33333390;
  }
@media (max-width: 800px) {
    .spice-cinnamon-pag-circle {
      width: 14px;
    }

    .spice-cinnamon-pag-circle.spice-active {
      box-shadow: 0 0 0 14px #33333390;
    }
  }
.spice-cinnamon-pag-num {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    border: 2px solid transparent;
    transition: border 0.4s;
    cursor: pointer;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2px;
    letter-spacing: 0.7px;
  }
.spice-cinnamon-pag-num.spice-active,
  .spice-cinnamon-pag-num:hover {
    border: 2px solid white;
  }
.spice-cinnamon-pag-num.spice-active {
    cursor: default;
  }
.spice-cinnamon-timer {
    animation: cinnamon-timer 10s linear forwards;
  }
.spice-modal {
    position: fixed;
    flex-direction: column;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.85);
    padding: 80px 40px;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    overflow-y: auto;
    inset: 0;
    width: 100vw;
    z-index: 999;
  }
@media (max-width: 1200px) {
    .spice-modal {
      padding: 60px 30px;
    }
  }
@media (max-width: 800px) {
    .spice-modal {
      padding: 60px 20px;
    }
  }
.spice-modal-box {
    background-color: #fff;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 60px 40px;
    width: 100%;
    max-width: 1600px;
  }
@media (max-width: 1200px) {
    .spice-modal-box {
      padding: 40px 20px;
    }
  }
@media (max-width: 800px) {
    .spice-modal-box {
      padding: 25px 15px;
    }
  }
.spice-modal-closing {
    padding-right: 20px;
    cursor: pointer;
  }
@media (max-width: 800px) {
    .spice-modal-closing {
      padding-right: 10px;
    }
  }
.spice-modal-box-content,
  .spice-modal-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
.spice-body-modal-open {
    overflow: hidden;
    height: 100svh;
  }
.spice-modal-close {
    display: none;
  }
.spice-modal-open {
    display: flex;
  }
.sp-absolute {
  position: absolute;
}
.sp-relative {
  position: relative;
}
.sp-bottom-1\/2 {
  bottom: 50%;
}
.sp-bottom-20 {
  bottom: 5rem;
}
.sp-left-0 {
  left: 0px;
}
.sp-right-40 {
  right: 10rem;
}
.sp-right-\[60px\] {
  right: 60px;
}
.sp-top-0 {
  top: 0px;
}
.sp-z-0 {
  z-index: 0;
}
.sp-z-10 {
  z-index: 10;
}
.sp-z-50 {
  z-index: 50;
}
.sp-mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.sp-mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.sp-mb-0 {
  margin-bottom: 0px;
}
.sp-mb-1 {
  margin-bottom: 0.25rem;
}
.sp-mb-10 {
  margin-bottom: 2.5rem;
}
.sp-mb-100px {
  margin-bottom: 100px;
}
.sp-mb-12 {
  margin-bottom: 3rem;
}
.sp-mb-14 {
  margin-bottom: 3.5rem;
}
.sp-mb-16 {
  margin-bottom: 4rem;
}
.sp-mb-18 {
  margin-bottom: 4.5rem;
}
.sp-mb-2 {
  margin-bottom: 0.5rem;
}
.sp-mb-20 {
  margin-bottom: 5rem;
}
.sp-mb-250px {
  margin-bottom: 250px;
}
.sp-mb-3 {
  margin-bottom: 0.75rem;
}
.sp-mb-30 {
  margin-bottom: 7.5rem;
}
.sp-mb-300px {
  margin-bottom: 300px;
}
.sp-mb-4 {
  margin-bottom: 1rem;
}
.sp-mb-40 {
  margin-bottom: 10rem;
}
.sp-mb-5 {
  margin-bottom: 1.25rem;
}
.sp-mb-50 {
  margin-bottom: 12.5rem;
}
.sp-mb-6 {
  margin-bottom: 1.5rem;
}
.sp-mb-7 {
  margin-bottom: 1.75rem;
}
.sp-mb-8 {
  margin-bottom: 2rem;
}
.sp-mb-9 {
  margin-bottom: 2.25rem;
}
.sp-ml-0 {
  margin-left: 0px;
}
.sp-ml-1 {
  margin-left: 0.25rem;
}
.sp-ml-10 {
  margin-left: 2.5rem;
}
.sp-ml-100px {
  margin-left: 100px;
}
.sp-ml-12 {
  margin-left: 3rem;
}
.sp-ml-14 {
  margin-left: 3.5rem;
}
.sp-ml-16 {
  margin-left: 4rem;
}
.sp-ml-18 {
  margin-left: 4.5rem;
}
.sp-ml-2 {
  margin-left: 0.5rem;
}
.sp-ml-20 {
  margin-left: 5rem;
}
.sp-ml-250px {
  margin-left: 250px;
}
.sp-ml-3 {
  margin-left: 0.75rem;
}
.sp-ml-30 {
  margin-left: 7.5rem;
}
.sp-ml-300px {
  margin-left: 300px;
}
.sp-ml-4 {
  margin-left: 1rem;
}
.sp-ml-40 {
  margin-left: 10rem;
}
.sp-ml-5 {
  margin-left: 1.25rem;
}
.sp-ml-50 {
  margin-left: 12.5rem;
}
.sp-ml-6 {
  margin-left: 1.5rem;
}
.sp-ml-7 {
  margin-left: 1.75rem;
}
.sp-ml-8 {
  margin-left: 2rem;
}
.sp-ml-9 {
  margin-left: 2.25rem;
}
.sp-ml-auto {
  margin-left: auto;
}
.sp-mr-0 {
  margin-right: 0px;
}
.sp-mr-1 {
  margin-right: 0.25rem;
}
.sp-mr-10 {
  margin-right: 2.5rem;
}
.sp-mr-100px {
  margin-right: 100px;
}
.sp-mr-12 {
  margin-right: 3rem;
}
.sp-mr-14 {
  margin-right: 3.5rem;
}
.sp-mr-16 {
  margin-right: 4rem;
}
.sp-mr-18 {
  margin-right: 4.5rem;
}
.sp-mr-2 {
  margin-right: 0.5rem;
}
.sp-mr-20 {
  margin-right: 5rem;
}
.sp-mr-250px {
  margin-right: 250px;
}
.sp-mr-3 {
  margin-right: 0.75rem;
}
.sp-mr-30 {
  margin-right: 7.5rem;
}
.sp-mr-300px {
  margin-right: 300px;
}
.sp-mr-4 {
  margin-right: 1rem;
}
.sp-mr-40 {
  margin-right: 10rem;
}
.sp-mr-5 {
  margin-right: 1.25rem;
}
.sp-mr-50 {
  margin-right: 12.5rem;
}
.sp-mr-6 {
  margin-right: 1.5rem;
}
.sp-mr-7 {
  margin-right: 1.75rem;
}
.sp-mr-8 {
  margin-right: 2rem;
}
.sp-mr-9 {
  margin-right: 2.25rem;
}
.sp-mr-auto {
  margin-right: auto;
}
.sp-mt-0 {
  margin-top: 0px;
}
.sp-mt-1 {
  margin-top: 0.25rem;
}
.sp-mt-10 {
  margin-top: 2.5rem;
}
.sp-mt-100px {
  margin-top: 100px;
}
.sp-mt-12 {
  margin-top: 3rem;
}
.sp-mt-14 {
  margin-top: 3.5rem;
}
.sp-mt-16 {
  margin-top: 4rem;
}
.sp-mt-18 {
  margin-top: 4.5rem;
}
.sp-mt-2 {
  margin-top: 0.5rem;
}
.sp-mt-20 {
  margin-top: 5rem;
}
.sp-mt-250px {
  margin-top: 250px;
}
.sp-mt-3 {
  margin-top: 0.75rem;
}
.sp-mt-30 {
  margin-top: 7.5rem;
}
.sp-mt-300px {
  margin-top: 300px;
}
.sp-mt-4 {
  margin-top: 1rem;
}
.sp-mt-40 {
  margin-top: 10rem;
}
.sp-mt-5 {
  margin-top: 1.25rem;
}
.sp-mt-50 {
  margin-top: 12.5rem;
}
.sp-mt-6 {
  margin-top: 1.5rem;
}
.sp-mt-7 {
  margin-top: 1.75rem;
}
.sp-mt-8 {
  margin-top: 2rem;
}
.sp-mt-9 {
  margin-top: 2.25rem;
}
.sp-mt-\[2px\] {
  margin-top: 2px;
}
.sp-flex {
  display: flex;
}
.sp-grid {
  display: grid;
}
.sp-hidden {
  display: none;
}
.sp-aspect-4\/3 {
  aspect-ratio: 4/3;
}
.sp-aspect-4\/5 {
  aspect-ratio: 4/5;
}
.sp-aspect-square {
  aspect-ratio: 1 / 1;
}
.sp-aspect-video {
  aspect-ratio: 16 / 9;
}
.sp-h-1000px {
  height: 1000px;
}
.sp-h-100px {
  height: 100px;
}
.sp-h-10px {
  height: 10px;
}
.sp-h-1200px {
  height: 1200px;
}
.sp-h-125px {
  height: 125px;
}
.sp-h-1400px {
  height: 1400px;
}
.sp-h-150px {
  height: 150px;
}
.sp-h-15px {
  height: 15px;
}
.sp-h-1600px {
  height: 1600px;
}
.sp-h-175px {
  height: 175px;
}
.sp-h-1800px {
  height: 1800px;
}
.sp-h-2000px {
  height: 2000px;
}
.sp-h-200px {
  height: 200px;
}
.sp-h-20px {
  height: 20px;
}
.sp-h-225px {
  height: 225px;
}
.sp-h-250px {
  height: 250px;
}
.sp-h-25px {
  height: 25px;
}
.sp-h-275px {
  height: 275px;
}
.sp-h-300px {
  height: 300px;
}
.sp-h-30px {
  height: 30px;
}
.sp-h-350px {
  height: 350px;
}
.sp-h-35px {
  height: 35px;
}
.sp-h-400px {
  height: 400px;
}
.sp-h-40px {
  height: 40px;
}
.sp-h-450px {
  height: 450px;
}
.sp-h-45px {
  height: 45px;
}
.sp-h-500px {
  height: 500px;
}
.sp-h-50px {
  height: 50px;
}
.sp-h-550px {
  height: 550px;
}
.sp-h-600px {
  height: 600px;
}
.sp-h-60px {
  height: 60px;
}
.sp-h-650px {
  height: 650px;
}
.sp-h-700px {
  height: 700px;
}
.sp-h-70px {
  height: 70px;
}
.sp-h-750px {
  height: 750px;
}
.sp-h-800px {
  height: 800px;
}
.sp-h-80px {
  height: 80px;
}
.sp-h-900px {
  height: 900px;
}
.sp-h-90px {
  height: 90px;
}
.sp-h-full {
  height: 100%;
}
.sp-h-svh {
  height: 100svh;
}
.sp-h-x2 {
  height: 200%;
}
.sp-h-x3 {
  height: 300%;
}
.sp-min-h-1000px {
  min-height: 1000px;
}
.sp-min-h-100px {
  min-height: 100px;
}
.sp-min-h-10px {
  min-height: 10px;
}
.sp-min-h-1200px {
  min-height: 1200px;
}
.sp-min-h-125px {
  min-height: 125px;
}
.sp-min-h-1400px {
  min-height: 1400px;
}
.sp-min-h-150px {
  min-height: 150px;
}
.sp-min-h-15px {
  min-height: 15px;
}
.sp-min-h-1600px {
  min-height: 1600px;
}
.sp-min-h-175px {
  min-height: 175px;
}
.sp-min-h-1800px {
  min-height: 1800px;
}
.sp-min-h-2000px {
  min-height: 2000px;
}
.sp-min-h-200px {
  min-height: 200px;
}
.sp-min-h-20px {
  min-height: 20px;
}
.sp-min-h-225px {
  min-height: 225px;
}
.sp-min-h-250px {
  min-height: 250px;
}
.sp-min-h-25px {
  min-height: 25px;
}
.sp-min-h-275px {
  min-height: 275px;
}
.sp-min-h-300px {
  min-height: 300px;
}
.sp-min-h-30px {
  min-height: 30px;
}
.sp-min-h-350px {
  min-height: 350px;
}
.sp-min-h-35px {
  min-height: 35px;
}
.sp-min-h-400px {
  min-height: 400px;
}
.sp-min-h-40px {
  min-height: 40px;
}
.sp-min-h-450px {
  min-height: 450px;
}
.sp-min-h-45px {
  min-height: 45px;
}
.sp-min-h-500px {
  min-height: 500px;
}
.sp-min-h-50px {
  min-height: 50px;
}
.sp-min-h-550px {
  min-height: 550px;
}
.sp-min-h-600px {
  min-height: 600px;
}
.sp-min-h-60px {
  min-height: 60px;
}
.sp-min-h-650px {
  min-height: 650px;
}
.sp-min-h-700px {
  min-height: 700px;
}
.sp-min-h-70px {
  min-height: 70px;
}
.sp-min-h-750px {
  min-height: 750px;
}
.sp-min-h-800px {
  min-height: 800px;
}
.sp-min-h-80px {
  min-height: 80px;
}
.sp-min-h-900px {
  min-height: 900px;
}
.sp-min-h-90px {
  min-height: 90px;
}
.sp-min-h-full {
  min-height: 100%;
}
.sp-min-h-svh {
  min-height: 100svh;
}
.sp-w-1\/2 {
  width: 50%;
}
.sp-w-1\/4 {
  width: 25%;
}
.sp-w-1000px {
  width: 1000px;
}
.sp-w-100px {
  width: 100px;
}
.sp-w-10px {
  width: 10px;
}
.sp-w-1200px {
  width: 1200px;
}
.sp-w-125px {
  width: 125px;
}
.sp-w-1400px {
  width: 1400px;
}
.sp-w-150px {
  width: 150px;
}
.sp-w-15px {
  width: 15px;
}
.sp-w-1600px {
  width: 1600px;
}
.sp-w-175px {
  width: 175px;
}
.sp-w-1800px {
  width: 1800px;
}
.sp-w-2000px {
  width: 2000px;
}
.sp-w-200px {
  width: 200px;
}
.sp-w-20px {
  width: 20px;
}
.sp-w-225px {
  width: 225px;
}
.sp-w-250px {
  width: 250px;
}
.sp-w-25px {
  width: 25px;
}
.sp-w-275px {
  width: 275px;
}
.sp-w-3\/4 {
  width: 75%;
}
.sp-w-300px {
  width: 300px;
}
.sp-w-30px {
  width: 30px;
}
.sp-w-350px {
  width: 350px;
}
.sp-w-35px {
  width: 35px;
}
.sp-w-400px {
  width: 400px;
}
.sp-w-40px {
  width: 40px;
}
.sp-w-450px {
  width: 450px;
}
.sp-w-45px {
  width: 45px;
}
.sp-w-500px {
  width: 500px;
}
.sp-w-50px {
  width: 50px;
}
.sp-w-550px {
  width: 550px;
}
.sp-w-6 {
  width: 1.5rem;
}
.sp-w-600px {
  width: 600px;
}
.sp-w-60px {
  width: 60px;
}
.sp-w-650px {
  width: 650px;
}
.sp-w-700px {
  width: 700px;
}
.sp-w-70px {
  width: 70px;
}
.sp-w-750px {
  width: 750px;
}
.sp-w-800px {
  width: 800px;
}
.sp-w-80px {
  width: 80px;
}
.sp-w-900px {
  width: 900px;
}
.sp-w-90px {
  width: 90px;
}
.sp-w-\[142px\] {
  width: 142px;
}
.sp-w-\[50px\] {
  width: 50px;
}
.sp-w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.sp-w-full {
  width: 100%;
}
.sp-w-svh {
  width: 100svh;
}
.sp-w-x2 {
  width: 200%;
}
.sp-w-x3 {
  width: 300%;
}
.sp-min-w-16 {
  min-width: 4rem;
}
.sp-min-w-72 {
  min-width: 18rem;
}
.sp-max-w-1000px {
  max-width: 1000px;
}
.sp-max-w-100px {
  max-width: 100px;
}
.sp-max-w-10px {
  max-width: 10px;
}
.sp-max-w-1200px {
  max-width: 1200px;
}
.sp-max-w-125px {
  max-width: 125px;
}
.sp-max-w-1400px {
  max-width: 1400px;
}
.sp-max-w-150px {
  max-width: 150px;
}
.sp-max-w-15px {
  max-width: 15px;
}
.sp-max-w-1600px {
  max-width: 1600px;
}
.sp-max-w-175px {
  max-width: 175px;
}
.sp-max-w-1800px {
  max-width: 1800px;
}
.sp-max-w-2000px {
  max-width: 2000px;
}
.sp-max-w-200px {
  max-width: 200px;
}
.sp-max-w-20px {
  max-width: 20px;
}
.sp-max-w-225px {
  max-width: 225px;
}
.sp-max-w-250px {
  max-width: 250px;
}
.sp-max-w-25px {
  max-width: 25px;
}
.sp-max-w-275px {
  max-width: 275px;
}
.sp-max-w-300px {
  max-width: 300px;
}
.sp-max-w-30px {
  max-width: 30px;
}
.sp-max-w-350px {
  max-width: 350px;
}
.sp-max-w-35px {
  max-width: 35px;
}
.sp-max-w-400px {
  max-width: 400px;
}
.sp-max-w-40px {
  max-width: 40px;
}
.sp-max-w-450px {
  max-width: 450px;
}
.sp-max-w-45px {
  max-width: 45px;
}
.sp-max-w-500px {
  max-width: 500px;
}
.sp-max-w-50px {
  max-width: 50px;
}
.sp-max-w-550px {
  max-width: 550px;
}
.sp-max-w-600px {
  max-width: 600px;
}
.sp-max-w-60px {
  max-width: 60px;
}
.sp-max-w-650px {
  max-width: 650px;
}
.sp-max-w-700px {
  max-width: 700px;
}
.sp-max-w-70px {
  max-width: 70px;
}
.sp-max-w-750px {
  max-width: 750px;
}
.sp-max-w-800px {
  max-width: 800px;
}
.sp-max-w-80px {
  max-width: 80px;
}
.sp-max-w-900px {
  max-width: 900px;
}
.sp-max-w-90px {
  max-width: 90px;
}
.sp-max-w-full {
  max-width: 100%;
}
.sp-max-w-svh {
  max-width: 100svh;
}
.sp-flex-1 {
  flex: 1 1 0%;
}
.sp-shrink-0 {
  flex-shrink: 0;
}
.sp-translate-x-1\/2 {
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.sp-translate-x-1\/2-m {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.sp-translate-x-100px {
  --tw-translate-x: 100px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.sp-translate-x-100px-m {
  --tw-translate-x: -100px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.sp-translate-x-150px {
  --tw-translate-x: 150px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.sp-translate-x-150px-m {
  --tw-translate-x: -150px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.sp-translate-x-200px {
  --tw-translate-x: 200px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.sp-translate-x-200px-m {
  --tw-translate-x: -200px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.sp-translate-x-50px {
  --tw-translate-x: 50px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.sp-translate-x-50px-m {
  --tw-translate-x: -50px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.sp-translate-x-70px {
  --tw-translate-x: 70px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.sp-translate-x-70px-m {
  --tw-translate-x: -70px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.sp-translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.sp-translate-x-full-m {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.sp-translate-y-1\/2 {
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.sp-translate-y-1\/2-m {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.sp-translate-y-100px {
  --tw-translate-y: 100px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.sp-translate-y-100px-m {
  --tw-translate-y: -100px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.sp-translate-y-150px {
  --tw-translate-y: 150px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.sp-translate-y-150px-m {
  --tw-translate-y: -150px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.sp-translate-y-200px {
  --tw-translate-y: 200px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.sp-translate-y-200px-m {
  --tw-translate-y: -200px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.sp-translate-y-50px {
  --tw-translate-y: 50px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.sp-translate-y-50px-m {
  --tw-translate-y: -50px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.sp-translate-y-70px {
  --tw-translate-y: 70px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.sp-translate-y-70px-m {
  --tw-translate-y: -70px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.sp-translate-y-full {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.sp-translate-y-full-m {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-sp-rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes sp-marquee-move-left {

  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}
.sp-animate-marquee-left {
  animation: sp-marquee-move-left 30s linear infinite;
}
@keyframes sp-marquee-move-right {

  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}
.sp-animate-marquee-right {
  animation: sp-marquee-move-right 30s linear infinite;
}
.sp-cursor-pointer {
  cursor: pointer;
}
.sp-select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.sp-grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.sp-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.sp-grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.sp-grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.sp-grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.sp-grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.sp-flex-row {
  flex-direction: row;
}
.sp-flex-row-reverse {
  flex-direction: row-reverse;
}
.sp-flex-col {
  flex-direction: column;
}
.sp-flex-col-reverse {
  flex-direction: column-reverse;
}
.sp-flex-wrap {
  flex-wrap: wrap;
}
.sp-place-items-start {
  place-items: start;
}
.sp-items-start {
  align-items: flex-start;
}
.sp-items-end {
  align-items: flex-end;
}
.sp-items-center {
  align-items: center;
}
.sp-justify-start {
  justify-content: flex-start;
}
.sp-justify-end {
  justify-content: flex-end;
}
.sp-justify-center {
  justify-content: center;
}
.sp-justify-between {
  justify-content: space-between;
}
.sp-justify-around {
  justify-content: space-around;
}
.sp-gap-0 {
  gap: 0px;
}
.sp-gap-1 {
  gap: 0.25rem;
}
.sp-gap-10 {
  gap: 2.5rem;
}
.sp-gap-100px {
  gap: 100px;
}
.sp-gap-12 {
  gap: 3rem;
}
.sp-gap-14 {
  gap: 3.5rem;
}
.sp-gap-16 {
  gap: 4rem;
}
.sp-gap-18 {
  gap: 4.5rem;
}
.sp-gap-2 {
  gap: 0.5rem;
}
.sp-gap-20 {
  gap: 5rem;
}
.sp-gap-250px {
  gap: 250px;
}
.sp-gap-3 {
  gap: 0.75rem;
}
.sp-gap-30 {
  gap: 7.5rem;
}
.sp-gap-300px {
  gap: 300px;
}
.sp-gap-4 {
  gap: 1rem;
}
.sp-gap-40 {
  gap: 10rem;
}
.sp-gap-5 {
  gap: 1.25rem;
}
.sp-gap-50 {
  gap: 12.5rem;
}
.sp-gap-6 {
  gap: 1.5rem;
}
.sp-gap-7 {
  gap: 1.75rem;
}
.sp-gap-8 {
  gap: 2rem;
}
.sp-gap-9 {
  gap: 2.25rem;
}
.sp-gap-x-0 {
  -moz-column-gap: 0px;
       column-gap: 0px;
}
.sp-gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.sp-gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.sp-gap-x-100px {
  -moz-column-gap: 100px;
       column-gap: 100px;
}
.sp-gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.sp-gap-x-14 {
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}
.sp-gap-x-16 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.sp-gap-x-18 {
  -moz-column-gap: 4.5rem;
       column-gap: 4.5rem;
}
.sp-gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.sp-gap-x-20 {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}
.sp-gap-x-250px {
  -moz-column-gap: 250px;
       column-gap: 250px;
}
.sp-gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.sp-gap-x-30 {
  -moz-column-gap: 7.5rem;
       column-gap: 7.5rem;
}
.sp-gap-x-300px {
  -moz-column-gap: 300px;
       column-gap: 300px;
}
.sp-gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.sp-gap-x-40 {
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}
.sp-gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.sp-gap-x-50 {
  -moz-column-gap: 12.5rem;
       column-gap: 12.5rem;
}
.sp-gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.sp-gap-x-7 {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}
.sp-gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.sp-gap-x-9 {
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}
.sp-gap-y-0 {
  row-gap: 0px;
}
.sp-gap-y-1 {
  row-gap: 0.25rem;
}
.sp-gap-y-10 {
  row-gap: 2.5rem;
}
.sp-gap-y-100px {
  row-gap: 100px;
}
.sp-gap-y-12 {
  row-gap: 3rem;
}
.sp-gap-y-14 {
  row-gap: 3.5rem;
}
.sp-gap-y-16 {
  row-gap: 4rem;
}
.sp-gap-y-18 {
  row-gap: 4.5rem;
}
.sp-gap-y-2 {
  row-gap: 0.5rem;
}
.sp-gap-y-20 {
  row-gap: 5rem;
}
.sp-gap-y-250px {
  row-gap: 250px;
}
.sp-gap-y-3 {
  row-gap: 0.75rem;
}
.sp-gap-y-30 {
  row-gap: 7.5rem;
}
.sp-gap-y-300px {
  row-gap: 300px;
}
.sp-gap-y-4 {
  row-gap: 1rem;
}
.sp-gap-y-40 {
  row-gap: 10rem;
}
.sp-gap-y-5 {
  row-gap: 1.25rem;
}
.sp-gap-y-50 {
  row-gap: 12.5rem;
}
.sp-gap-y-6 {
  row-gap: 1.5rem;
}
.sp-gap-y-7 {
  row-gap: 1.75rem;
}
.sp-gap-y-8 {
  row-gap: 2rem;
}
.sp-gap-y-9 {
  row-gap: 2.25rem;
}
.sp-overflow-hidden {
  overflow: hidden;
}
.sp-overflow-visible {
  overflow: visible;
}
.sp-overflow-x-auto {
  overflow-x: auto;
}
.sp-whitespace-nowrap {
  white-space: nowrap;
}
.sp-rounded-2xl {
  border-radius: 1rem;
}
.sp-rounded-32 {
  border-radius: 32px;
}
.sp-rounded-3xl {
  border-radius: 1.5rem;
}
.sp-rounded-48 {
  border-radius: 48px;
}
.sp-rounded-60 {
  border-radius: 60px;
}
.sp-rounded-80 {
  border-radius: 80px;
}
.sp-rounded-full {
  border-radius: 9999px;
}
.sp-rounded-lg {
  border-radius: 0.5rem;
}
.sp-rounded-md {
  border-radius: 0.375rem;
}
.sp-rounded-none {
  border-radius: 0px;
}
.sp-rounded-xl {
  border-radius: 0.75rem;
}
.sp-rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.sp-rounded-l-none {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.sp-rounded-r-none {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.sp-rounded-t-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.sp-rounded-bl-none {
  border-bottom-left-radius: 0px;
}
.sp-rounded-br-none {
  border-bottom-right-radius: 0px;
}
.sp-rounded-tl-none {
  border-top-left-radius: 0px;
}
.sp-rounded-tr-none {
  border-top-right-radius: 0px;
}
.sp-border-1 {
  border-width: 1px;
}
.sp-border-2 {
  border-width: 2px;
}
.sp-border-4 {
  border-width: 4px;
}
.sp-border-8 {
  border-width: 8px;
}
.sp-border-x-1 {
  border-left-width: 1px;
  border-right-width: 1px;
}
.sp-border-x-2 {
  border-left-width: 2px;
  border-right-width: 2px;
}
.sp-border-x-4 {
  border-left-width: 4px;
  border-right-width: 4px;
}
.sp-border-x-8 {
  border-left-width: 8px;
  border-right-width: 8px;
}
.sp-border-y-1 {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.sp-border-y-2 {
  border-top-width: 2px;
  border-bottom-width: 2px;
}
.sp-border-y-4 {
  border-top-width: 4px;
  border-bottom-width: 4px;
}
.sp-border-y-8 {
  border-top-width: 8px;
  border-bottom-width: 8px;
}
.sp-border-b-1 {
  border-bottom-width: 1px;
}
.sp-border-b-2 {
  border-bottom-width: 2px;
}
.sp-border-b-4 {
  border-bottom-width: 4px;
}
.sp-border-b-8 {
  border-bottom-width: 8px;
}
.sp-border-l-1 {
  border-left-width: 1px;
}
.sp-border-l-2 {
  border-left-width: 2px;
}
.sp-border-l-4 {
  border-left-width: 4px;
}
.sp-border-l-8 {
  border-left-width: 8px;
}
.sp-border-r-1 {
  border-right-width: 1px;
}
.sp-border-r-2 {
  border-right-width: 2px;
}
.sp-border-r-4 {
  border-right-width: 4px;
}
.sp-border-r-8 {
  border-right-width: 8px;
}
.sp-border-t-1 {
  border-top-width: 1px;
}
.sp-border-t-2 {
  border-top-width: 2px;
}
.sp-border-t-4 {
  border-top-width: 4px;
}
.sp-border-t-8 {
  border-top-width: 8px;
}
.sp-border-none {
  border-style: none;
}
.sp-bg-\[\#111\] {
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
}
.sp-bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.sp-object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.sp-object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.sp-object-center {
  -o-object-position: center;
     object-position: center;
}
.sp-p-1 {
  padding: 0.25rem;
}
.sp-px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.sp-pb-0 {
  padding-bottom: 0px;
}
.sp-pb-1 {
  padding-bottom: 0.25rem;
}
.sp-pb-10 {
  padding-bottom: 2.5rem;
}
.sp-pb-100px {
  padding-bottom: 100px;
}
.sp-pb-12 {
  padding-bottom: 3rem;
}
.sp-pb-14 {
  padding-bottom: 3.5rem;
}
.sp-pb-16 {
  padding-bottom: 4rem;
}
.sp-pb-18 {
  padding-bottom: 4.5rem;
}
.sp-pb-2 {
  padding-bottom: 0.5rem;
}
.sp-pb-20 {
  padding-bottom: 5rem;
}
.sp-pb-250px {
  padding-bottom: 250px;
}
.sp-pb-3 {
  padding-bottom: 0.75rem;
}
.sp-pb-30 {
  padding-bottom: 7.5rem;
}
.sp-pb-300px {
  padding-bottom: 300px;
}
.sp-pb-4 {
  padding-bottom: 1rem;
}
.sp-pb-40 {
  padding-bottom: 10rem;
}
.sp-pb-5 {
  padding-bottom: 1.25rem;
}
.sp-pb-50 {
  padding-bottom: 12.5rem;
}
.sp-pb-6 {
  padding-bottom: 1.5rem;
}
.sp-pb-7 {
  padding-bottom: 1.75rem;
}
.sp-pb-8 {
  padding-bottom: 2rem;
}
.sp-pb-9 {
  padding-bottom: 2.25rem;
}
.sp-pl-0 {
  padding-left: 0px;
}
.sp-pl-1 {
  padding-left: 0.25rem;
}
.sp-pl-10 {
  padding-left: 2.5rem;
}
.sp-pl-100px {
  padding-left: 100px;
}
.sp-pl-12 {
  padding-left: 3rem;
}
.sp-pl-14 {
  padding-left: 3.5rem;
}
.sp-pl-16 {
  padding-left: 4rem;
}
.sp-pl-18 {
  padding-left: 4.5rem;
}
.sp-pl-2 {
  padding-left: 0.5rem;
}
.sp-pl-20 {
  padding-left: 5rem;
}
.sp-pl-250px {
  padding-left: 250px;
}
.sp-pl-3 {
  padding-left: 0.75rem;
}
.sp-pl-30 {
  padding-left: 7.5rem;
}
.sp-pl-300px {
  padding-left: 300px;
}
.sp-pl-4 {
  padding-left: 1rem;
}
.sp-pl-40 {
  padding-left: 10rem;
}
.sp-pl-5 {
  padding-left: 1.25rem;
}
.sp-pl-50 {
  padding-left: 12.5rem;
}
.sp-pl-6 {
  padding-left: 1.5rem;
}
.sp-pl-7 {
  padding-left: 1.75rem;
}
.sp-pl-8 {
  padding-left: 2rem;
}
.sp-pl-9 {
  padding-left: 2.25rem;
}
.sp-pl-offsection {
  padding-left: calc((50% - 600px) - 40px);
}
.sp-pr-0 {
  padding-right: 0px;
}
.sp-pr-1 {
  padding-right: 0.25rem;
}
.sp-pr-10 {
  padding-right: 2.5rem;
}
.sp-pr-100px {
  padding-right: 100px;
}
.sp-pr-12 {
  padding-right: 3rem;
}
.sp-pr-14 {
  padding-right: 3.5rem;
}
.sp-pr-16 {
  padding-right: 4rem;
}
.sp-pr-18 {
  padding-right: 4.5rem;
}
.sp-pr-2 {
  padding-right: 0.5rem;
}
.sp-pr-20 {
  padding-right: 5rem;
}
.sp-pr-250px {
  padding-right: 250px;
}
.sp-pr-3 {
  padding-right: 0.75rem;
}
.sp-pr-30 {
  padding-right: 7.5rem;
}
.sp-pr-300px {
  padding-right: 300px;
}
.sp-pr-4 {
  padding-right: 1rem;
}
.sp-pr-40 {
  padding-right: 10rem;
}
.sp-pr-5 {
  padding-right: 1.25rem;
}
.sp-pr-50 {
  padding-right: 12.5rem;
}
.sp-pr-6 {
  padding-right: 1.5rem;
}
.sp-pr-7 {
  padding-right: 1.75rem;
}
.sp-pr-8 {
  padding-right: 2rem;
}
.sp-pr-9 {
  padding-right: 2.25rem;
}
.sp-pr-offsection {
  padding-right: calc((50% - 600px) - 40px);
}
.sp-pt-0 {
  padding-top: 0px;
}
.sp-pt-1 {
  padding-top: 0.25rem;
}
.sp-pt-10 {
  padding-top: 2.5rem;
}
.sp-pt-100px {
  padding-top: 100px;
}
.sp-pt-12 {
  padding-top: 3rem;
}
.sp-pt-14 {
  padding-top: 3.5rem;
}
.sp-pt-16 {
  padding-top: 4rem;
}
.sp-pt-18 {
  padding-top: 4.5rem;
}
.sp-pt-2 {
  padding-top: 0.5rem;
}
.sp-pt-20 {
  padding-top: 5rem;
}
.sp-pt-250px {
  padding-top: 250px;
}
.sp-pt-3 {
  padding-top: 0.75rem;
}
.sp-pt-30 {
  padding-top: 7.5rem;
}
.sp-pt-300px {
  padding-top: 300px;
}
.sp-pt-4 {
  padding-top: 1rem;
}
.sp-pt-40 {
  padding-top: 10rem;
}
.sp-pt-5 {
  padding-top: 1.25rem;
}
.sp-pt-50 {
  padding-top: 12.5rem;
}
.sp-pt-6 {
  padding-top: 1.5rem;
}
.sp-pt-7 {
  padding-top: 1.75rem;
}
.sp-pt-8 {
  padding-top: 2rem;
}
.sp-pt-9 {
  padding-top: 2.25rem;
}
.sp-text-left {
  text-align: left;
}
.sp-text-center {
  text-align: center;
}
.sp-text-right {
  text-align: right;
}
.sp-text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.sp-tracking-widest {
  letter-spacing: 0.1em;
}
.sp-text-default-color {
  color: var(--text-color);
}
.sp-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.sp-underline {
  text-decoration-line: underline;
}
.sp-no-underline {
  text-decoration-line: none;
}
.sp-opacity-0 {
  opacity: 0;
}
.sp-opacity-10 {
  opacity: 0.1;
}
.sp-opacity-100 {
  opacity: 1;
}
.sp-opacity-20 {
  opacity: 0.2;
}
.sp-opacity-30 {
  opacity: 0.3;
}
.sp-opacity-40 {
  opacity: 0.4;
}
.sp-opacity-50 {
  opacity: 0.5;
}
.sp-opacity-60 {
  opacity: 0.6;
}
.sp-opacity-70 {
  opacity: 0.7;
}
.sp-opacity-80 {
  opacity: 0.8;
}
.sp-opacity-90 {
  opacity: 0.9;
}
.sp-transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.sp-transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.sp-transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.sp-duration-0 {
  transition-duration: 0s;
}
.sp-duration-100 {
  transition-duration: 100ms;
}
.sp-duration-1000 {
  transition-duration: 1000ms;
}
.sp-duration-200 {
  transition-duration: 200ms;
}
.sp-duration-300 {
  transition-duration: 300ms;
}
.sp-duration-400 {
  transition-duration: 400ms;
}
.sp-duration-500 {
  transition-duration: 500ms;
}
.sp-duration-700 {
  transition-duration: 700ms;
}
.sp-rounded-tlbr-none {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
}
.sp-rounded-trbl-none {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* Custom component styles */

/* Bay component */
.spice-bay-cat.spice-bay-open {
  cursor: default;
}

.spice-bay-doc.spice-bay-open {
  display: flex;
}

.sp-group\/btn:hover .group-hover\/btn\:sp-filter-white {
    filter: brightness(0) invert(1);
  }

.sp-group:hover .group-hover\:sp-filter-white {
    filter: brightness(0) invert(1);
  }

.sp-group\/btn:hover .group-hover\/btn\:sp-filter-black {
    filter: brightness(0);
  }

.sp-group:hover .group-hover\:sp-filter-black {
    filter: brightness(0);
  }

.sp-group\/btn:hover .group-hover\/btn\:sp-filter-purple {
    filter: brightness(94%) contrast(86%) invert(51%) sepia(73%) saturate(2594%) hue-rotate(222deg);
  }

.sp-group:hover .group-hover\:sp-filter-purple {
    filter: brightness(94%) contrast(86%) invert(51%) sepia(73%) saturate(2594%) hue-rotate(222deg);
  }

.sp-group\/btn:hover .group-hover\/btn\:sp-filter-red {
    filter: brightness(85%) contrast(117%) invert(17%) sepia(83%) saturate(7410%) hue-rotate(348deg);
  }

.sp-group:hover .group-hover\:sp-filter-red {
    filter: brightness(85%) contrast(117%) invert(17%) sepia(83%) saturate(7410%) hue-rotate(348deg);
  }

.sp-group\/btn:hover .group-hover\/btn\:sp-filter-green {
    filter: brightness(95%) contrast(81%) invert(37%) sepia(81%) saturate(4160%) hue-rotate(132deg);
  }

.sp-group:hover .group-hover\:sp-filter-green {
    filter: brightness(95%) contrast(81%) invert(37%) sepia(81%) saturate(4160%) hue-rotate(132deg);
  }

.sp-group:hover .group-hover\:sp-scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.sp-group:hover .group-hover\:sp-opacity-0 {
  opacity: 0;
}

.sp-group:hover .group-hover\:sp-opacity-10 {
  opacity: 0.1;
}

.sp-group:hover .group-hover\:sp-opacity-100 {
  opacity: 1;
}

.sp-group:hover .group-hover\:sp-opacity-20 {
  opacity: 0.2;
}

.sp-group:hover .group-hover\:sp-opacity-30 {
  opacity: 0.3;
}

.sp-group:hover .group-hover\:sp-opacity-40 {
  opacity: 0.4;
}

.sp-group:hover .group-hover\:sp-opacity-50 {
  opacity: 0.5;
}

.sp-group:hover .group-hover\:sp-opacity-60 {
  opacity: 0.6;
}

.sp-group:hover .group-hover\:sp-opacity-70 {
  opacity: 0.7;
}

.sp-group:hover .group-hover\:sp-opacity-80 {
  opacity: 0.8;
}

.sp-group:hover .group-hover\:sp-opacity-90 {
  opacity: 0.9;
}

.titles\:sp-mb-0>h1 {
  margin-bottom: 0px;
}

.titles\:sp-mb-1>h1 {
  margin-bottom: 0.25rem;
}

.titles\:sp-mb-10>h1 {
  margin-bottom: 2.5rem;
}

.titles\:sp-mb-100px>h1 {
  margin-bottom: 100px;
}

.titles\:sp-mb-12>h1 {
  margin-bottom: 3rem;
}

.titles\:sp-mb-14>h1 {
  margin-bottom: 3.5rem;
}

.titles\:sp-mb-16>h1 {
  margin-bottom: 4rem;
}

.titles\:sp-mb-18>h1 {
  margin-bottom: 4.5rem;
}

.titles\:sp-mb-2>h1 {
  margin-bottom: 0.5rem;
}

.titles\:sp-mb-20>h1 {
  margin-bottom: 5rem;
}

.titles\:sp-mb-250px>h1 {
  margin-bottom: 250px;
}

.titles\:sp-mb-3>h1 {
  margin-bottom: 0.75rem;
}

.titles\:sp-mb-30>h1 {
  margin-bottom: 7.5rem;
}

.titles\:sp-mb-300px>h1 {
  margin-bottom: 300px;
}

.titles\:sp-mb-4>h1 {
  margin-bottom: 1rem;
}

.titles\:sp-mb-40>h1 {
  margin-bottom: 10rem;
}

.titles\:sp-mb-5>h1 {
  margin-bottom: 1.25rem;
}

.titles\:sp-mb-50>h1 {
  margin-bottom: 12.5rem;
}

.titles\:sp-mb-6>h1 {
  margin-bottom: 1.5rem;
}

.titles\:sp-mb-7>h1 {
  margin-bottom: 1.75rem;
}

.titles\:sp-mb-8>h1 {
  margin-bottom: 2rem;
}

.titles\:sp-mb-9>h1 {
  margin-bottom: 2.25rem;
}

.titles\:sp-mt-0>h1 {
  margin-top: 0px;
}

.titles\:sp-mt-1>h1 {
  margin-top: 0.25rem;
}

.titles\:sp-mt-10>h1 {
  margin-top: 2.5rem;
}

.titles\:sp-mt-100px>h1 {
  margin-top: 100px;
}

.titles\:sp-mt-12>h1 {
  margin-top: 3rem;
}

.titles\:sp-mt-14>h1 {
  margin-top: 3.5rem;
}

.titles\:sp-mt-16>h1 {
  margin-top: 4rem;
}

.titles\:sp-mt-18>h1 {
  margin-top: 4.5rem;
}

.titles\:sp-mt-2>h1 {
  margin-top: 0.5rem;
}

.titles\:sp-mt-20>h1 {
  margin-top: 5rem;
}

.titles\:sp-mt-250px>h1 {
  margin-top: 250px;
}

.titles\:sp-mt-3>h1 {
  margin-top: 0.75rem;
}

.titles\:sp-mt-30>h1 {
  margin-top: 7.5rem;
}

.titles\:sp-mt-300px>h1 {
  margin-top: 300px;
}

.titles\:sp-mt-4>h1 {
  margin-top: 1rem;
}

.titles\:sp-mt-40>h1 {
  margin-top: 10rem;
}

.titles\:sp-mt-5>h1 {
  margin-top: 1.25rem;
}

.titles\:sp-mt-50>h1 {
  margin-top: 12.5rem;
}

.titles\:sp-mt-6>h1 {
  margin-top: 1.5rem;
}

.titles\:sp-mt-7>h1 {
  margin-top: 1.75rem;
}

.titles\:sp-mt-8>h1 {
  margin-top: 2rem;
}

.titles\:sp-mt-9>h1 {
  margin-top: 2.25rem;
}

.titles\:sp-font-sp-secondary>h1 {
  font-family: var(--font-secondary);
}

.titles\:sp-font-sp-text>h1 {
  font-family: var(--font-text);
}

.titles\:sp-font-sp-title>h1 {
  font-family: var(--font-title);
}

.titles\:sp-text-22px>h1 {
  font-size: 1.375rem;
}

.titles\:sp-text-26px>h1 {
  font-size: 1.625rem;
}

.titles\:sp-text-28px>h1 {
  font-size: 1.75rem;
}

.titles\:sp-text-2xl>h1 {
  font-size: 1.5rem;
  line-height: 2rem;
}

.titles\:sp-text-3xl>h1 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.titles\:sp-text-4xl>h1 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.titles\:sp-text-5xl>h1 {
  font-size: 3rem;
  line-height: 1;
}

.titles\:sp-text-6xl>h1 {
  font-size: 3.75rem;
  line-height: 1;
}

.titles\:sp-text-7xl>h1 {
  font-size: 4.5rem;
  line-height: 1;
}

.titles\:sp-text-8xl>h1 {
  font-size: 6rem;
  line-height: 1;
}

.titles\:sp-text-9xl>h1 {
  font-size: 8rem;
  line-height: 1;
}

.titles\:sp-text-base>h1 {
  font-size: 1rem;
  line-height: 1.5rem;
}

.titles\:sp-text-lg>h1 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.titles\:sp-text-sm>h1 {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.titles\:sp-text-xl>h1 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.titles\:sp-text-xs>h1 {
  font-size: 0.75rem;
  line-height: 1rem;
}

.titles\:sp-font-bold>h1 {
  font-weight: 700;
}

.titles\:sp-font-extrabold>h1 {
  font-weight: 800;
}

.titles\:sp-font-light>h1 {
  font-weight: 300;
}

.titles\:sp-font-medium>h1 {
  font-weight: 500;
}

.titles\:sp-font-normal>h1 {
  font-weight: 400;
}

.titles\:sp-font-semibold>h1 {
  font-weight: 600;
}

.titles\:sp-leading-loose>h1 {
  line-height: 2;
}

.titles\:sp-leading-none>h1 {
  line-height: 1;
}

.titles\:sp-leading-normal>h1 {
  line-height: 1.5;
}

.titles\:sp-leading-relaxed>h1 {
  line-height: 1.625;
}

.titles\:sp-leading-snug>h1 {
  line-height: 1.375;
}

.titles\:sp-leading-tight>h1 {
  line-height: 1.25;
}

.titles\:sp-mb-0>h2 {
  margin-bottom: 0px;
}

.titles\:sp-mb-1>h2 {
  margin-bottom: 0.25rem;
}

.titles\:sp-mb-10>h2 {
  margin-bottom: 2.5rem;
}

.titles\:sp-mb-100px>h2 {
  margin-bottom: 100px;
}

.titles\:sp-mb-12>h2 {
  margin-bottom: 3rem;
}

.titles\:sp-mb-14>h2 {
  margin-bottom: 3.5rem;
}

.titles\:sp-mb-16>h2 {
  margin-bottom: 4rem;
}

.titles\:sp-mb-18>h2 {
  margin-bottom: 4.5rem;
}

.titles\:sp-mb-2>h2 {
  margin-bottom: 0.5rem;
}

.titles\:sp-mb-20>h2 {
  margin-bottom: 5rem;
}

.titles\:sp-mb-250px>h2 {
  margin-bottom: 250px;
}

.titles\:sp-mb-3>h2 {
  margin-bottom: 0.75rem;
}

.titles\:sp-mb-30>h2 {
  margin-bottom: 7.5rem;
}

.titles\:sp-mb-300px>h2 {
  margin-bottom: 300px;
}

.titles\:sp-mb-4>h2 {
  margin-bottom: 1rem;
}

.titles\:sp-mb-40>h2 {
  margin-bottom: 10rem;
}

.titles\:sp-mb-5>h2 {
  margin-bottom: 1.25rem;
}

.titles\:sp-mb-50>h2 {
  margin-bottom: 12.5rem;
}

.titles\:sp-mb-6>h2 {
  margin-bottom: 1.5rem;
}

.titles\:sp-mb-7>h2 {
  margin-bottom: 1.75rem;
}

.titles\:sp-mb-8>h2 {
  margin-bottom: 2rem;
}

.titles\:sp-mb-9>h2 {
  margin-bottom: 2.25rem;
}

.titles\:sp-mt-0>h2 {
  margin-top: 0px;
}

.titles\:sp-mt-1>h2 {
  margin-top: 0.25rem;
}

.titles\:sp-mt-10>h2 {
  margin-top: 2.5rem;
}

.titles\:sp-mt-100px>h2 {
  margin-top: 100px;
}

.titles\:sp-mt-12>h2 {
  margin-top: 3rem;
}

.titles\:sp-mt-14>h2 {
  margin-top: 3.5rem;
}

.titles\:sp-mt-16>h2 {
  margin-top: 4rem;
}

.titles\:sp-mt-18>h2 {
  margin-top: 4.5rem;
}

.titles\:sp-mt-2>h2 {
  margin-top: 0.5rem;
}

.titles\:sp-mt-20>h2 {
  margin-top: 5rem;
}

.titles\:sp-mt-250px>h2 {
  margin-top: 250px;
}

.titles\:sp-mt-3>h2 {
  margin-top: 0.75rem;
}

.titles\:sp-mt-30>h2 {
  margin-top: 7.5rem;
}

.titles\:sp-mt-300px>h2 {
  margin-top: 300px;
}

.titles\:sp-mt-4>h2 {
  margin-top: 1rem;
}

.titles\:sp-mt-40>h2 {
  margin-top: 10rem;
}

.titles\:sp-mt-5>h2 {
  margin-top: 1.25rem;
}

.titles\:sp-mt-50>h2 {
  margin-top: 12.5rem;
}

.titles\:sp-mt-6>h2 {
  margin-top: 1.5rem;
}

.titles\:sp-mt-7>h2 {
  margin-top: 1.75rem;
}

.titles\:sp-mt-8>h2 {
  margin-top: 2rem;
}

.titles\:sp-mt-9>h2 {
  margin-top: 2.25rem;
}

.titles\:sp-font-sp-secondary>h2 {
  font-family: var(--font-secondary);
}

.titles\:sp-font-sp-text>h2 {
  font-family: var(--font-text);
}

.titles\:sp-font-sp-title>h2 {
  font-family: var(--font-title);
}

.titles\:sp-text-22px>h2 {
  font-size: 1.375rem;
}

.titles\:sp-text-26px>h2 {
  font-size: 1.625rem;
}

.titles\:sp-text-28px>h2 {
  font-size: 1.75rem;
}

.titles\:sp-text-2xl>h2 {
  font-size: 1.5rem;
  line-height: 2rem;
}

.titles\:sp-text-3xl>h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.titles\:sp-text-4xl>h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.titles\:sp-text-5xl>h2 {
  font-size: 3rem;
  line-height: 1;
}

.titles\:sp-text-6xl>h2 {
  font-size: 3.75rem;
  line-height: 1;
}

.titles\:sp-text-7xl>h2 {
  font-size: 4.5rem;
  line-height: 1;
}

.titles\:sp-text-8xl>h2 {
  font-size: 6rem;
  line-height: 1;
}

.titles\:sp-text-9xl>h2 {
  font-size: 8rem;
  line-height: 1;
}

.titles\:sp-text-base>h2 {
  font-size: 1rem;
  line-height: 1.5rem;
}

.titles\:sp-text-lg>h2 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.titles\:sp-text-sm>h2 {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.titles\:sp-text-xl>h2 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.titles\:sp-text-xs>h2 {
  font-size: 0.75rem;
  line-height: 1rem;
}

.titles\:sp-font-bold>h2 {
  font-weight: 700;
}

.titles\:sp-font-extrabold>h2 {
  font-weight: 800;
}

.titles\:sp-font-light>h2 {
  font-weight: 300;
}

.titles\:sp-font-medium>h2 {
  font-weight: 500;
}

.titles\:sp-font-normal>h2 {
  font-weight: 400;
}

.titles\:sp-font-semibold>h2 {
  font-weight: 600;
}

.titles\:sp-leading-loose>h2 {
  line-height: 2;
}

.titles\:sp-leading-none>h2 {
  line-height: 1;
}

.titles\:sp-leading-normal>h2 {
  line-height: 1.5;
}

.titles\:sp-leading-relaxed>h2 {
  line-height: 1.625;
}

.titles\:sp-leading-snug>h2 {
  line-height: 1.375;
}

.titles\:sp-leading-tight>h2 {
  line-height: 1.25;
}

.titles\:sp-mb-0>h3 {
  margin-bottom: 0px;
}

.titles\:sp-mb-1>h3 {
  margin-bottom: 0.25rem;
}

.titles\:sp-mb-10>h3 {
  margin-bottom: 2.5rem;
}

.titles\:sp-mb-100px>h3 {
  margin-bottom: 100px;
}

.titles\:sp-mb-12>h3 {
  margin-bottom: 3rem;
}

.titles\:sp-mb-14>h3 {
  margin-bottom: 3.5rem;
}

.titles\:sp-mb-16>h3 {
  margin-bottom: 4rem;
}

.titles\:sp-mb-18>h3 {
  margin-bottom: 4.5rem;
}

.titles\:sp-mb-2>h3 {
  margin-bottom: 0.5rem;
}

.titles\:sp-mb-20>h3 {
  margin-bottom: 5rem;
}

.titles\:sp-mb-250px>h3 {
  margin-bottom: 250px;
}

.titles\:sp-mb-3>h3 {
  margin-bottom: 0.75rem;
}

.titles\:sp-mb-30>h3 {
  margin-bottom: 7.5rem;
}

.titles\:sp-mb-300px>h3 {
  margin-bottom: 300px;
}

.titles\:sp-mb-4>h3 {
  margin-bottom: 1rem;
}

.titles\:sp-mb-40>h3 {
  margin-bottom: 10rem;
}

.titles\:sp-mb-5>h3 {
  margin-bottom: 1.25rem;
}

.titles\:sp-mb-50>h3 {
  margin-bottom: 12.5rem;
}

.titles\:sp-mb-6>h3 {
  margin-bottom: 1.5rem;
}

.titles\:sp-mb-7>h3 {
  margin-bottom: 1.75rem;
}

.titles\:sp-mb-8>h3 {
  margin-bottom: 2rem;
}

.titles\:sp-mb-9>h3 {
  margin-bottom: 2.25rem;
}

.titles\:sp-mt-0>h3 {
  margin-top: 0px;
}

.titles\:sp-mt-1>h3 {
  margin-top: 0.25rem;
}

.titles\:sp-mt-10>h3 {
  margin-top: 2.5rem;
}

.titles\:sp-mt-100px>h3 {
  margin-top: 100px;
}

.titles\:sp-mt-12>h3 {
  margin-top: 3rem;
}

.titles\:sp-mt-14>h3 {
  margin-top: 3.5rem;
}

.titles\:sp-mt-16>h3 {
  margin-top: 4rem;
}

.titles\:sp-mt-18>h3 {
  margin-top: 4.5rem;
}

.titles\:sp-mt-2>h3 {
  margin-top: 0.5rem;
}

.titles\:sp-mt-20>h3 {
  margin-top: 5rem;
}

.titles\:sp-mt-250px>h3 {
  margin-top: 250px;
}

.titles\:sp-mt-3>h3 {
  margin-top: 0.75rem;
}

.titles\:sp-mt-30>h3 {
  margin-top: 7.5rem;
}

.titles\:sp-mt-300px>h3 {
  margin-top: 300px;
}

.titles\:sp-mt-4>h3 {
  margin-top: 1rem;
}

.titles\:sp-mt-40>h3 {
  margin-top: 10rem;
}

.titles\:sp-mt-5>h3 {
  margin-top: 1.25rem;
}

.titles\:sp-mt-50>h3 {
  margin-top: 12.5rem;
}

.titles\:sp-mt-6>h3 {
  margin-top: 1.5rem;
}

.titles\:sp-mt-7>h3 {
  margin-top: 1.75rem;
}

.titles\:sp-mt-8>h3 {
  margin-top: 2rem;
}

.titles\:sp-mt-9>h3 {
  margin-top: 2.25rem;
}

.titles\:sp-font-sp-secondary>h3 {
  font-family: var(--font-secondary);
}

.titles\:sp-font-sp-text>h3 {
  font-family: var(--font-text);
}

.titles\:sp-font-sp-title>h3 {
  font-family: var(--font-title);
}

.titles\:sp-text-22px>h3 {
  font-size: 1.375rem;
}

.titles\:sp-text-26px>h3 {
  font-size: 1.625rem;
}

.titles\:sp-text-28px>h3 {
  font-size: 1.75rem;
}

.titles\:sp-text-2xl>h3 {
  font-size: 1.5rem;
  line-height: 2rem;
}

.titles\:sp-text-3xl>h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.titles\:sp-text-4xl>h3 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.titles\:sp-text-5xl>h3 {
  font-size: 3rem;
  line-height: 1;
}

.titles\:sp-text-6xl>h3 {
  font-size: 3.75rem;
  line-height: 1;
}

.titles\:sp-text-7xl>h3 {
  font-size: 4.5rem;
  line-height: 1;
}

.titles\:sp-text-8xl>h3 {
  font-size: 6rem;
  line-height: 1;
}

.titles\:sp-text-9xl>h3 {
  font-size: 8rem;
  line-height: 1;
}

.titles\:sp-text-base>h3 {
  font-size: 1rem;
  line-height: 1.5rem;
}

.titles\:sp-text-lg>h3 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.titles\:sp-text-sm>h3 {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.titles\:sp-text-xl>h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.titles\:sp-text-xs>h3 {
  font-size: 0.75rem;
  line-height: 1rem;
}

.titles\:sp-font-bold>h3 {
  font-weight: 700;
}

.titles\:sp-font-extrabold>h3 {
  font-weight: 800;
}

.titles\:sp-font-light>h3 {
  font-weight: 300;
}

.titles\:sp-font-medium>h3 {
  font-weight: 500;
}

.titles\:sp-font-normal>h3 {
  font-weight: 400;
}

.titles\:sp-font-semibold>h3 {
  font-weight: 600;
}

.titles\:sp-leading-loose>h3 {
  line-height: 2;
}

.titles\:sp-leading-none>h3 {
  line-height: 1;
}

.titles\:sp-leading-normal>h3 {
  line-height: 1.5;
}

.titles\:sp-leading-relaxed>h3 {
  line-height: 1.625;
}

.titles\:sp-leading-snug>h3 {
  line-height: 1.375;
}

.titles\:sp-leading-tight>h3 {
  line-height: 1.25;
}

.titles\:sp-mb-0>h4 {
  margin-bottom: 0px;
}

.titles\:sp-mb-1>h4 {
  margin-bottom: 0.25rem;
}

.titles\:sp-mb-10>h4 {
  margin-bottom: 2.5rem;
}

.titles\:sp-mb-100px>h4 {
  margin-bottom: 100px;
}

.titles\:sp-mb-12>h4 {
  margin-bottom: 3rem;
}

.titles\:sp-mb-14>h4 {
  margin-bottom: 3.5rem;
}

.titles\:sp-mb-16>h4 {
  margin-bottom: 4rem;
}

.titles\:sp-mb-18>h4 {
  margin-bottom: 4.5rem;
}

.titles\:sp-mb-2>h4 {
  margin-bottom: 0.5rem;
}

.titles\:sp-mb-20>h4 {
  margin-bottom: 5rem;
}

.titles\:sp-mb-250px>h4 {
  margin-bottom: 250px;
}

.titles\:sp-mb-3>h4 {
  margin-bottom: 0.75rem;
}

.titles\:sp-mb-30>h4 {
  margin-bottom: 7.5rem;
}

.titles\:sp-mb-300px>h4 {
  margin-bottom: 300px;
}

.titles\:sp-mb-4>h4 {
  margin-bottom: 1rem;
}

.titles\:sp-mb-40>h4 {
  margin-bottom: 10rem;
}

.titles\:sp-mb-5>h4 {
  margin-bottom: 1.25rem;
}

.titles\:sp-mb-50>h4 {
  margin-bottom: 12.5rem;
}

.titles\:sp-mb-6>h4 {
  margin-bottom: 1.5rem;
}

.titles\:sp-mb-7>h4 {
  margin-bottom: 1.75rem;
}

.titles\:sp-mb-8>h4 {
  margin-bottom: 2rem;
}

.titles\:sp-mb-9>h4 {
  margin-bottom: 2.25rem;
}

.titles\:sp-mt-0>h4 {
  margin-top: 0px;
}

.titles\:sp-mt-1>h4 {
  margin-top: 0.25rem;
}

.titles\:sp-mt-10>h4 {
  margin-top: 2.5rem;
}

.titles\:sp-mt-100px>h4 {
  margin-top: 100px;
}

.titles\:sp-mt-12>h4 {
  margin-top: 3rem;
}

.titles\:sp-mt-14>h4 {
  margin-top: 3.5rem;
}

.titles\:sp-mt-16>h4 {
  margin-top: 4rem;
}

.titles\:sp-mt-18>h4 {
  margin-top: 4.5rem;
}

.titles\:sp-mt-2>h4 {
  margin-top: 0.5rem;
}

.titles\:sp-mt-20>h4 {
  margin-top: 5rem;
}

.titles\:sp-mt-250px>h4 {
  margin-top: 250px;
}

.titles\:sp-mt-3>h4 {
  margin-top: 0.75rem;
}

.titles\:sp-mt-30>h4 {
  margin-top: 7.5rem;
}

.titles\:sp-mt-300px>h4 {
  margin-top: 300px;
}

.titles\:sp-mt-4>h4 {
  margin-top: 1rem;
}

.titles\:sp-mt-40>h4 {
  margin-top: 10rem;
}

.titles\:sp-mt-5>h4 {
  margin-top: 1.25rem;
}

.titles\:sp-mt-50>h4 {
  margin-top: 12.5rem;
}

.titles\:sp-mt-6>h4 {
  margin-top: 1.5rem;
}

.titles\:sp-mt-7>h4 {
  margin-top: 1.75rem;
}

.titles\:sp-mt-8>h4 {
  margin-top: 2rem;
}

.titles\:sp-mt-9>h4 {
  margin-top: 2.25rem;
}

.titles\:sp-font-sp-secondary>h4 {
  font-family: var(--font-secondary);
}

.titles\:sp-font-sp-text>h4 {
  font-family: var(--font-text);
}

.titles\:sp-font-sp-title>h4 {
  font-family: var(--font-title);
}

.titles\:sp-text-22px>h4 {
  font-size: 1.375rem;
}

.titles\:sp-text-26px>h4 {
  font-size: 1.625rem;
}

.titles\:sp-text-28px>h4 {
  font-size: 1.75rem;
}

.titles\:sp-text-2xl>h4 {
  font-size: 1.5rem;
  line-height: 2rem;
}

.titles\:sp-text-3xl>h4 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.titles\:sp-text-4xl>h4 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.titles\:sp-text-5xl>h4 {
  font-size: 3rem;
  line-height: 1;
}

.titles\:sp-text-6xl>h4 {
  font-size: 3.75rem;
  line-height: 1;
}

.titles\:sp-text-7xl>h4 {
  font-size: 4.5rem;
  line-height: 1;
}

.titles\:sp-text-8xl>h4 {
  font-size: 6rem;
  line-height: 1;
}

.titles\:sp-text-9xl>h4 {
  font-size: 8rem;
  line-height: 1;
}

.titles\:sp-text-base>h4 {
  font-size: 1rem;
  line-height: 1.5rem;
}

.titles\:sp-text-lg>h4 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.titles\:sp-text-sm>h4 {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.titles\:sp-text-xl>h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.titles\:sp-text-xs>h4 {
  font-size: 0.75rem;
  line-height: 1rem;
}

.titles\:sp-font-bold>h4 {
  font-weight: 700;
}

.titles\:sp-font-extrabold>h4 {
  font-weight: 800;
}

.titles\:sp-font-light>h4 {
  font-weight: 300;
}

.titles\:sp-font-medium>h4 {
  font-weight: 500;
}

.titles\:sp-font-normal>h4 {
  font-weight: 400;
}

.titles\:sp-font-semibold>h4 {
  font-weight: 600;
}

.titles\:sp-leading-loose>h4 {
  line-height: 2;
}

.titles\:sp-leading-none>h4 {
  line-height: 1;
}

.titles\:sp-leading-normal>h4 {
  line-height: 1.5;
}

.titles\:sp-leading-relaxed>h4 {
  line-height: 1.625;
}

.titles\:sp-leading-snug>h4 {
  line-height: 1.375;
}

.titles\:sp-leading-tight>h4 {
  line-height: 1.25;
}

.titles\:sp-mb-0>h5 {
  margin-bottom: 0px;
}

.titles\:sp-mb-1>h5 {
  margin-bottom: 0.25rem;
}

.titles\:sp-mb-10>h5 {
  margin-bottom: 2.5rem;
}

.titles\:sp-mb-100px>h5 {
  margin-bottom: 100px;
}

.titles\:sp-mb-12>h5 {
  margin-bottom: 3rem;
}

.titles\:sp-mb-14>h5 {
  margin-bottom: 3.5rem;
}

.titles\:sp-mb-16>h5 {
  margin-bottom: 4rem;
}

.titles\:sp-mb-18>h5 {
  margin-bottom: 4.5rem;
}

.titles\:sp-mb-2>h5 {
  margin-bottom: 0.5rem;
}

.titles\:sp-mb-20>h5 {
  margin-bottom: 5rem;
}

.titles\:sp-mb-250px>h5 {
  margin-bottom: 250px;
}

.titles\:sp-mb-3>h5 {
  margin-bottom: 0.75rem;
}

.titles\:sp-mb-30>h5 {
  margin-bottom: 7.5rem;
}

.titles\:sp-mb-300px>h5 {
  margin-bottom: 300px;
}

.titles\:sp-mb-4>h5 {
  margin-bottom: 1rem;
}

.titles\:sp-mb-40>h5 {
  margin-bottom: 10rem;
}

.titles\:sp-mb-5>h5 {
  margin-bottom: 1.25rem;
}

.titles\:sp-mb-50>h5 {
  margin-bottom: 12.5rem;
}

.titles\:sp-mb-6>h5 {
  margin-bottom: 1.5rem;
}

.titles\:sp-mb-7>h5 {
  margin-bottom: 1.75rem;
}

.titles\:sp-mb-8>h5 {
  margin-bottom: 2rem;
}

.titles\:sp-mb-9>h5 {
  margin-bottom: 2.25rem;
}

.titles\:sp-mt-0>h5 {
  margin-top: 0px;
}

.titles\:sp-mt-1>h5 {
  margin-top: 0.25rem;
}

.titles\:sp-mt-10>h5 {
  margin-top: 2.5rem;
}

.titles\:sp-mt-100px>h5 {
  margin-top: 100px;
}

.titles\:sp-mt-12>h5 {
  margin-top: 3rem;
}

.titles\:sp-mt-14>h5 {
  margin-top: 3.5rem;
}

.titles\:sp-mt-16>h5 {
  margin-top: 4rem;
}

.titles\:sp-mt-18>h5 {
  margin-top: 4.5rem;
}

.titles\:sp-mt-2>h5 {
  margin-top: 0.5rem;
}

.titles\:sp-mt-20>h5 {
  margin-top: 5rem;
}

.titles\:sp-mt-250px>h5 {
  margin-top: 250px;
}

.titles\:sp-mt-3>h5 {
  margin-top: 0.75rem;
}

.titles\:sp-mt-30>h5 {
  margin-top: 7.5rem;
}

.titles\:sp-mt-300px>h5 {
  margin-top: 300px;
}

.titles\:sp-mt-4>h5 {
  margin-top: 1rem;
}

.titles\:sp-mt-40>h5 {
  margin-top: 10rem;
}

.titles\:sp-mt-5>h5 {
  margin-top: 1.25rem;
}

.titles\:sp-mt-50>h5 {
  margin-top: 12.5rem;
}

.titles\:sp-mt-6>h5 {
  margin-top: 1.5rem;
}

.titles\:sp-mt-7>h5 {
  margin-top: 1.75rem;
}

.titles\:sp-mt-8>h5 {
  margin-top: 2rem;
}

.titles\:sp-mt-9>h5 {
  margin-top: 2.25rem;
}

.titles\:sp-font-sp-secondary>h5 {
  font-family: var(--font-secondary);
}

.titles\:sp-font-sp-text>h5 {
  font-family: var(--font-text);
}

.titles\:sp-font-sp-title>h5 {
  font-family: var(--font-title);
}

.titles\:sp-text-22px>h5 {
  font-size: 1.375rem;
}

.titles\:sp-text-26px>h5 {
  font-size: 1.625rem;
}

.titles\:sp-text-28px>h5 {
  font-size: 1.75rem;
}

.titles\:sp-text-2xl>h5 {
  font-size: 1.5rem;
  line-height: 2rem;
}

.titles\:sp-text-3xl>h5 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.titles\:sp-text-4xl>h5 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.titles\:sp-text-5xl>h5 {
  font-size: 3rem;
  line-height: 1;
}

.titles\:sp-text-6xl>h5 {
  font-size: 3.75rem;
  line-height: 1;
}

.titles\:sp-text-7xl>h5 {
  font-size: 4.5rem;
  line-height: 1;
}

.titles\:sp-text-8xl>h5 {
  font-size: 6rem;
  line-height: 1;
}

.titles\:sp-text-9xl>h5 {
  font-size: 8rem;
  line-height: 1;
}

.titles\:sp-text-base>h5 {
  font-size: 1rem;
  line-height: 1.5rem;
}

.titles\:sp-text-lg>h5 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.titles\:sp-text-sm>h5 {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.titles\:sp-text-xl>h5 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.titles\:sp-text-xs>h5 {
  font-size: 0.75rem;
  line-height: 1rem;
}

.titles\:sp-font-bold>h5 {
  font-weight: 700;
}

.titles\:sp-font-extrabold>h5 {
  font-weight: 800;
}

.titles\:sp-font-light>h5 {
  font-weight: 300;
}

.titles\:sp-font-medium>h5 {
  font-weight: 500;
}

.titles\:sp-font-normal>h5 {
  font-weight: 400;
}

.titles\:sp-font-semibold>h5 {
  font-weight: 600;
}

.titles\:sp-leading-loose>h5 {
  line-height: 2;
}

.titles\:sp-leading-none>h5 {
  line-height: 1;
}

.titles\:sp-leading-normal>h5 {
  line-height: 1.5;
}

.titles\:sp-leading-relaxed>h5 {
  line-height: 1.625;
}

.titles\:sp-leading-snug>h5 {
  line-height: 1.375;
}

.titles\:sp-leading-tight>h5 {
  line-height: 1.25;
}

.titles\:sp-mb-0>h6 {
  margin-bottom: 0px;
}

.titles\:sp-mb-1>h6 {
  margin-bottom: 0.25rem;
}

.titles\:sp-mb-10>h6 {
  margin-bottom: 2.5rem;
}

.titles\:sp-mb-100px>h6 {
  margin-bottom: 100px;
}

.titles\:sp-mb-12>h6 {
  margin-bottom: 3rem;
}

.titles\:sp-mb-14>h6 {
  margin-bottom: 3.5rem;
}

.titles\:sp-mb-16>h6 {
  margin-bottom: 4rem;
}

.titles\:sp-mb-18>h6 {
  margin-bottom: 4.5rem;
}

.titles\:sp-mb-2>h6 {
  margin-bottom: 0.5rem;
}

.titles\:sp-mb-20>h6 {
  margin-bottom: 5rem;
}

.titles\:sp-mb-250px>h6 {
  margin-bottom: 250px;
}

.titles\:sp-mb-3>h6 {
  margin-bottom: 0.75rem;
}

.titles\:sp-mb-30>h6 {
  margin-bottom: 7.5rem;
}

.titles\:sp-mb-300px>h6 {
  margin-bottom: 300px;
}

.titles\:sp-mb-4>h6 {
  margin-bottom: 1rem;
}

.titles\:sp-mb-40>h6 {
  margin-bottom: 10rem;
}

.titles\:sp-mb-5>h6 {
  margin-bottom: 1.25rem;
}

.titles\:sp-mb-50>h6 {
  margin-bottom: 12.5rem;
}

.titles\:sp-mb-6>h6 {
  margin-bottom: 1.5rem;
}

.titles\:sp-mb-7>h6 {
  margin-bottom: 1.75rem;
}

.titles\:sp-mb-8>h6 {
  margin-bottom: 2rem;
}

.titles\:sp-mb-9>h6 {
  margin-bottom: 2.25rem;
}

.titles\:sp-mt-0>h6 {
  margin-top: 0px;
}

.titles\:sp-mt-1>h6 {
  margin-top: 0.25rem;
}

.titles\:sp-mt-10>h6 {
  margin-top: 2.5rem;
}

.titles\:sp-mt-100px>h6 {
  margin-top: 100px;
}

.titles\:sp-mt-12>h6 {
  margin-top: 3rem;
}

.titles\:sp-mt-14>h6 {
  margin-top: 3.5rem;
}

.titles\:sp-mt-16>h6 {
  margin-top: 4rem;
}

.titles\:sp-mt-18>h6 {
  margin-top: 4.5rem;
}

.titles\:sp-mt-2>h6 {
  margin-top: 0.5rem;
}

.titles\:sp-mt-20>h6 {
  margin-top: 5rem;
}

.titles\:sp-mt-250px>h6 {
  margin-top: 250px;
}

.titles\:sp-mt-3>h6 {
  margin-top: 0.75rem;
}

.titles\:sp-mt-30>h6 {
  margin-top: 7.5rem;
}

.titles\:sp-mt-300px>h6 {
  margin-top: 300px;
}

.titles\:sp-mt-4>h6 {
  margin-top: 1rem;
}

.titles\:sp-mt-40>h6 {
  margin-top: 10rem;
}

.titles\:sp-mt-5>h6 {
  margin-top: 1.25rem;
}

.titles\:sp-mt-50>h6 {
  margin-top: 12.5rem;
}

.titles\:sp-mt-6>h6 {
  margin-top: 1.5rem;
}

.titles\:sp-mt-7>h6 {
  margin-top: 1.75rem;
}

.titles\:sp-mt-8>h6 {
  margin-top: 2rem;
}

.titles\:sp-mt-9>h6 {
  margin-top: 2.25rem;
}

.titles\:sp-font-sp-secondary>h6 {
  font-family: var(--font-secondary);
}

.titles\:sp-font-sp-text>h6 {
  font-family: var(--font-text);
}

.titles\:sp-font-sp-title>h6 {
  font-family: var(--font-title);
}

.titles\:sp-text-22px>h6 {
  font-size: 1.375rem;
}

.titles\:sp-text-26px>h6 {
  font-size: 1.625rem;
}

.titles\:sp-text-28px>h6 {
  font-size: 1.75rem;
}

.titles\:sp-text-2xl>h6 {
  font-size: 1.5rem;
  line-height: 2rem;
}

.titles\:sp-text-3xl>h6 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.titles\:sp-text-4xl>h6 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.titles\:sp-text-5xl>h6 {
  font-size: 3rem;
  line-height: 1;
}

.titles\:sp-text-6xl>h6 {
  font-size: 3.75rem;
  line-height: 1;
}

.titles\:sp-text-7xl>h6 {
  font-size: 4.5rem;
  line-height: 1;
}

.titles\:sp-text-8xl>h6 {
  font-size: 6rem;
  line-height: 1;
}

.titles\:sp-text-9xl>h6 {
  font-size: 8rem;
  line-height: 1;
}

.titles\:sp-text-base>h6 {
  font-size: 1rem;
  line-height: 1.5rem;
}

.titles\:sp-text-lg>h6 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.titles\:sp-text-sm>h6 {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.titles\:sp-text-xl>h6 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.titles\:sp-text-xs>h6 {
  font-size: 0.75rem;
  line-height: 1rem;
}

.titles\:sp-font-bold>h6 {
  font-weight: 700;
}

.titles\:sp-font-extrabold>h6 {
  font-weight: 800;
}

.titles\:sp-font-light>h6 {
  font-weight: 300;
}

.titles\:sp-font-medium>h6 {
  font-weight: 500;
}

.titles\:sp-font-normal>h6 {
  font-weight: 400;
}

.titles\:sp-font-semibold>h6 {
  font-weight: 600;
}

.titles\:sp-leading-loose>h6 {
  line-height: 2;
}

.titles\:sp-leading-none>h6 {
  line-height: 1;
}

.titles\:sp-leading-normal>h6 {
  line-height: 1.5;
}

.titles\:sp-leading-relaxed>h6 {
  line-height: 1.625;
}

.titles\:sp-leading-snug>h6 {
  line-height: 1.375;
}

.titles\:sp-leading-tight>h6 {
  line-height: 1.25;
}

.texts\:sp-font-sp-secondary>p {
  font-family: var(--font-secondary);
}

.texts\:sp-font-sp-text>p {
  font-family: var(--font-text);
}

.texts\:sp-font-sp-title>p {
  font-family: var(--font-title);
}

.texts\:sp-text-22px>p {
  font-size: 1.375rem;
}

.texts\:sp-text-26px>p {
  font-size: 1.625rem;
}

.texts\:sp-text-28px>p {
  font-size: 1.75rem;
}

.texts\:sp-text-2xl>p {
  font-size: 1.5rem;
  line-height: 2rem;
}

.texts\:sp-text-3xl>p {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.texts\:sp-text-4xl>p {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.texts\:sp-text-5xl>p {
  font-size: 3rem;
  line-height: 1;
}

.texts\:sp-text-6xl>p {
  font-size: 3.75rem;
  line-height: 1;
}

.texts\:sp-text-7xl>p {
  font-size: 4.5rem;
  line-height: 1;
}

.texts\:sp-text-8xl>p {
  font-size: 6rem;
  line-height: 1;
}

.texts\:sp-text-9xl>p {
  font-size: 8rem;
  line-height: 1;
}

.texts\:sp-text-base>p {
  font-size: 1rem;
  line-height: 1.5rem;
}

.texts\:sp-text-lg>p {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.texts\:sp-text-sm>p {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.texts\:sp-text-xl>p {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.texts\:sp-text-xs>p {
  font-size: 0.75rem;
  line-height: 1rem;
}

.texts\:sp-font-bold>p {
  font-weight: 700;
}

.texts\:sp-font-extrabold>p {
  font-weight: 800;
}

.texts\:sp-font-light>p {
  font-weight: 300;
}

.texts\:sp-font-medium>p {
  font-weight: 500;
}

.texts\:sp-font-normal>p {
  font-weight: 400;
}

.texts\:sp-font-semibold>p {
  font-weight: 600;
}

.texts\:sp-leading-loose>p {
  line-height: 2;
}

.texts\:sp-leading-none>p {
  line-height: 1;
}

.texts\:sp-leading-normal>p {
  line-height: 1.5;
}

.texts\:sp-leading-relaxed>p {
  line-height: 1.625;
}

.texts\:sp-leading-snug>p {
  line-height: 1.375;
}

.texts\:sp-leading-tight>p {
  line-height: 1.25;
}

.texts\:sp-font-sp-secondary>a {
  font-family: var(--font-secondary);
}

.texts\:sp-font-sp-text>a {
  font-family: var(--font-text);
}

.texts\:sp-font-sp-title>a {
  font-family: var(--font-title);
}

.texts\:sp-text-22px>a {
  font-size: 1.375rem;
}

.texts\:sp-text-26px>a {
  font-size: 1.625rem;
}

.texts\:sp-text-28px>a {
  font-size: 1.75rem;
}

.texts\:sp-text-2xl>a {
  font-size: 1.5rem;
  line-height: 2rem;
}

.texts\:sp-text-3xl>a {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.texts\:sp-text-4xl>a {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.texts\:sp-text-5xl>a {
  font-size: 3rem;
  line-height: 1;
}

.texts\:sp-text-6xl>a {
  font-size: 3.75rem;
  line-height: 1;
}

.texts\:sp-text-7xl>a {
  font-size: 4.5rem;
  line-height: 1;
}

.texts\:sp-text-8xl>a {
  font-size: 6rem;
  line-height: 1;
}

.texts\:sp-text-9xl>a {
  font-size: 8rem;
  line-height: 1;
}

.texts\:sp-text-base>a {
  font-size: 1rem;
  line-height: 1.5rem;
}

.texts\:sp-text-lg>a {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.texts\:sp-text-sm>a {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.texts\:sp-text-xl>a {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.texts\:sp-text-xs>a {
  font-size: 0.75rem;
  line-height: 1rem;
}

.texts\:sp-font-bold>a {
  font-weight: 700;
}

.texts\:sp-font-extrabold>a {
  font-weight: 800;
}

.texts\:sp-font-light>a {
  font-weight: 300;
}

.texts\:sp-font-medium>a {
  font-weight: 500;
}

.texts\:sp-font-normal>a {
  font-weight: 400;
}

.texts\:sp-font-semibold>a {
  font-weight: 600;
}

.texts\:sp-leading-loose>a {
  line-height: 2;
}

.texts\:sp-leading-none>a {
  line-height: 1;
}

.texts\:sp-leading-normal>a {
  line-height: 1.5;
}

.texts\:sp-leading-relaxed>a {
  line-height: 1.625;
}

.texts\:sp-leading-snug>a {
  line-height: 1.375;
}

.texts\:sp-leading-tight>a {
  line-height: 1.25;
}

.texts\:sp-font-sp-secondary li {
  font-family: var(--font-secondary);
}

.texts\:sp-font-sp-text li {
  font-family: var(--font-text);
}

.texts\:sp-font-sp-title li {
  font-family: var(--font-title);
}

.texts\:sp-text-22px li {
  font-size: 1.375rem;
}

.texts\:sp-text-26px li {
  font-size: 1.625rem;
}

.texts\:sp-text-28px li {
  font-size: 1.75rem;
}

.texts\:sp-text-2xl li {
  font-size: 1.5rem;
  line-height: 2rem;
}

.texts\:sp-text-3xl li {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.texts\:sp-text-4xl li {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.texts\:sp-text-5xl li {
  font-size: 3rem;
  line-height: 1;
}

.texts\:sp-text-6xl li {
  font-size: 3.75rem;
  line-height: 1;
}

.texts\:sp-text-7xl li {
  font-size: 4.5rem;
  line-height: 1;
}

.texts\:sp-text-8xl li {
  font-size: 6rem;
  line-height: 1;
}

.texts\:sp-text-9xl li {
  font-size: 8rem;
  line-height: 1;
}

.texts\:sp-text-base li {
  font-size: 1rem;
  line-height: 1.5rem;
}

.texts\:sp-text-lg li {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.texts\:sp-text-sm li {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.texts\:sp-text-xl li {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.texts\:sp-text-xs li {
  font-size: 0.75rem;
  line-height: 1rem;
}

.texts\:sp-font-bold li {
  font-weight: 700;
}

.texts\:sp-font-extrabold li {
  font-weight: 800;
}

.texts\:sp-font-light li {
  font-weight: 300;
}

.texts\:sp-font-medium li {
  font-weight: 500;
}

.texts\:sp-font-normal li {
  font-weight: 400;
}

.texts\:sp-font-semibold li {
  font-weight: 600;
}

.texts\:sp-leading-loose li {
  line-height: 2;
}

.texts\:sp-leading-none li {
  line-height: 1;
}

.texts\:sp-leading-normal li {
  line-height: 1.5;
}

.texts\:sp-leading-relaxed li {
  line-height: 1.625;
}

.texts\:sp-leading-snug li {
  line-height: 1.375;
}

.texts\:sp-leading-tight li {
  line-height: 1.25;
}

.texts\:sp-font-sp-secondary ol {
  font-family: var(--font-secondary);
}

.texts\:sp-font-sp-text ol {
  font-family: var(--font-text);
}

.texts\:sp-font-sp-title ol {
  font-family: var(--font-title);
}

.texts\:sp-text-22px ol {
  font-size: 1.375rem;
}

.texts\:sp-text-26px ol {
  font-size: 1.625rem;
}

.texts\:sp-text-28px ol {
  font-size: 1.75rem;
}

.texts\:sp-text-2xl ol {
  font-size: 1.5rem;
  line-height: 2rem;
}

.texts\:sp-text-3xl ol {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.texts\:sp-text-4xl ol {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.texts\:sp-text-5xl ol {
  font-size: 3rem;
  line-height: 1;
}

.texts\:sp-text-6xl ol {
  font-size: 3.75rem;
  line-height: 1;
}

.texts\:sp-text-7xl ol {
  font-size: 4.5rem;
  line-height: 1;
}

.texts\:sp-text-8xl ol {
  font-size: 6rem;
  line-height: 1;
}

.texts\:sp-text-9xl ol {
  font-size: 8rem;
  line-height: 1;
}

.texts\:sp-text-base ol {
  font-size: 1rem;
  line-height: 1.5rem;
}

.texts\:sp-text-lg ol {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.texts\:sp-text-sm ol {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.texts\:sp-text-xl ol {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.texts\:sp-text-xs ol {
  font-size: 0.75rem;
  line-height: 1rem;
}

.texts\:sp-font-bold ol {
  font-weight: 700;
}

.texts\:sp-font-extrabold ol {
  font-weight: 800;
}

.texts\:sp-font-light ol {
  font-weight: 300;
}

.texts\:sp-font-medium ol {
  font-weight: 500;
}

.texts\:sp-font-normal ol {
  font-weight: 400;
}

.texts\:sp-font-semibold ol {
  font-weight: 600;
}

.texts\:sp-leading-loose ol {
  line-height: 2;
}

.texts\:sp-leading-none ol {
  line-height: 1;
}

.texts\:sp-leading-normal ol {
  line-height: 1.5;
}

.texts\:sp-leading-relaxed ol {
  line-height: 1.625;
}

.texts\:sp-leading-snug ol {
  line-height: 1.375;
}

.texts\:sp-leading-tight ol {
  line-height: 1.25;
}

@media (max-width: 1200px) {

  .lg\:sp-right-20 {
    right: 5rem;
  }

  .lg\:sp-right-\[40px\] {
    right: 40px;
  }

  .lg\:sp-mb-0 {
    margin-bottom: 0px;
  }

  .lg\:sp-mb-1 {
    margin-bottom: 0.25rem;
  }

  .lg\:sp-mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:sp-mb-100px {
    margin-bottom: 100px;
  }

  .lg\:sp-mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:sp-mb-14 {
    margin-bottom: 3.5rem;
  }

  .lg\:sp-mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:sp-mb-18 {
    margin-bottom: 4.5rem;
  }

  .lg\:sp-mb-2 {
    margin-bottom: 0.5rem;
  }

  .lg\:sp-mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:sp-mb-250px {
    margin-bottom: 250px;
  }

  .lg\:sp-mb-3 {
    margin-bottom: 0.75rem;
  }

  .lg\:sp-mb-30 {
    margin-bottom: 7.5rem;
  }

  .lg\:sp-mb-300px {
    margin-bottom: 300px;
  }

  .lg\:sp-mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:sp-mb-40 {
    margin-bottom: 10rem;
  }

  .lg\:sp-mb-5 {
    margin-bottom: 1.25rem;
  }

  .lg\:sp-mb-50 {
    margin-bottom: 12.5rem;
  }

  .lg\:sp-mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:sp-mb-7 {
    margin-bottom: 1.75rem;
  }

  .lg\:sp-mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:sp-mb-9 {
    margin-bottom: 2.25rem;
  }

  .lg\:sp-ml-0 {
    margin-left: 0px;
  }

  .lg\:sp-ml-1 {
    margin-left: 0.25rem;
  }

  .lg\:sp-ml-10 {
    margin-left: 2.5rem;
  }

  .lg\:sp-ml-100px {
    margin-left: 100px;
  }

  .lg\:sp-ml-12 {
    margin-left: 3rem;
  }

  .lg\:sp-ml-14 {
    margin-left: 3.5rem;
  }

  .lg\:sp-ml-16 {
    margin-left: 4rem;
  }

  .lg\:sp-ml-18 {
    margin-left: 4.5rem;
  }

  .lg\:sp-ml-2 {
    margin-left: 0.5rem;
  }

  .lg\:sp-ml-20 {
    margin-left: 5rem;
  }

  .lg\:sp-ml-250px {
    margin-left: 250px;
  }

  .lg\:sp-ml-3 {
    margin-left: 0.75rem;
  }

  .lg\:sp-ml-30 {
    margin-left: 7.5rem;
  }

  .lg\:sp-ml-300px {
    margin-left: 300px;
  }

  .lg\:sp-ml-4 {
    margin-left: 1rem;
  }

  .lg\:sp-ml-40 {
    margin-left: 10rem;
  }

  .lg\:sp-ml-5 {
    margin-left: 1.25rem;
  }

  .lg\:sp-ml-50 {
    margin-left: 12.5rem;
  }

  .lg\:sp-ml-6 {
    margin-left: 1.5rem;
  }

  .lg\:sp-ml-7 {
    margin-left: 1.75rem;
  }

  .lg\:sp-ml-8 {
    margin-left: 2rem;
  }

  .lg\:sp-ml-9 {
    margin-left: 2.25rem;
  }

  .lg\:sp-mr-0 {
    margin-right: 0px;
  }

  .lg\:sp-mr-1 {
    margin-right: 0.25rem;
  }

  .lg\:sp-mr-10 {
    margin-right: 2.5rem;
  }

  .lg\:sp-mr-100px {
    margin-right: 100px;
  }

  .lg\:sp-mr-12 {
    margin-right: 3rem;
  }

  .lg\:sp-mr-14 {
    margin-right: 3.5rem;
  }

  .lg\:sp-mr-16 {
    margin-right: 4rem;
  }

  .lg\:sp-mr-18 {
    margin-right: 4.5rem;
  }

  .lg\:sp-mr-2 {
    margin-right: 0.5rem;
  }

  .lg\:sp-mr-20 {
    margin-right: 5rem;
  }

  .lg\:sp-mr-250px {
    margin-right: 250px;
  }

  .lg\:sp-mr-3 {
    margin-right: 0.75rem;
  }

  .lg\:sp-mr-30 {
    margin-right: 7.5rem;
  }

  .lg\:sp-mr-300px {
    margin-right: 300px;
  }

  .lg\:sp-mr-4 {
    margin-right: 1rem;
  }

  .lg\:sp-mr-40 {
    margin-right: 10rem;
  }

  .lg\:sp-mr-5 {
    margin-right: 1.25rem;
  }

  .lg\:sp-mr-50 {
    margin-right: 12.5rem;
  }

  .lg\:sp-mr-6 {
    margin-right: 1.5rem;
  }

  .lg\:sp-mr-7 {
    margin-right: 1.75rem;
  }

  .lg\:sp-mr-8 {
    margin-right: 2rem;
  }

  .lg\:sp-mr-9 {
    margin-right: 2.25rem;
  }

  .lg\:sp-mt-0 {
    margin-top: 0px;
  }

  .lg\:sp-mt-1 {
    margin-top: 0.25rem;
  }

  .lg\:sp-mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:sp-mt-100px {
    margin-top: 100px;
  }

  .lg\:sp-mt-12 {
    margin-top: 3rem;
  }

  .lg\:sp-mt-14 {
    margin-top: 3.5rem;
  }

  .lg\:sp-mt-16 {
    margin-top: 4rem;
  }

  .lg\:sp-mt-18 {
    margin-top: 4.5rem;
  }

  .lg\:sp-mt-2 {
    margin-top: 0.5rem;
  }

  .lg\:sp-mt-20 {
    margin-top: 5rem;
  }

  .lg\:sp-mt-250px {
    margin-top: 250px;
  }

  .lg\:sp-mt-3 {
    margin-top: 0.75rem;
  }

  .lg\:sp-mt-30 {
    margin-top: 7.5rem;
  }

  .lg\:sp-mt-300px {
    margin-top: 300px;
  }

  .lg\:sp-mt-4 {
    margin-top: 1rem;
  }

  .lg\:sp-mt-40 {
    margin-top: 10rem;
  }

  .lg\:sp-mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:sp-mt-50 {
    margin-top: 12.5rem;
  }

  .lg\:sp-mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:sp-mt-7 {
    margin-top: 1.75rem;
  }

  .lg\:sp-mt-8 {
    margin-top: 2rem;
  }

  .lg\:sp-mt-9 {
    margin-top: 2.25rem;
  }

  .lg\:sp-hidden {
    display: none;
  }

  .lg\:sp-aspect-4\/3 {
    aspect-ratio: 4/3;
  }

  .lg\:sp-aspect-4\/5 {
    aspect-ratio: 4/5;
  }

  .lg\:sp-aspect-square {
    aspect-ratio: 1 / 1;
  }

  .lg\:sp-aspect-video {
    aspect-ratio: 16 / 9;
  }

  .lg\:sp-h-1000px {
    height: 1000px;
  }

  .lg\:sp-h-100px {
    height: 100px;
  }

  .lg\:sp-h-10px {
    height: 10px;
  }

  .lg\:sp-h-1200px {
    height: 1200px;
  }

  .lg\:sp-h-125px {
    height: 125px;
  }

  .lg\:sp-h-1400px {
    height: 1400px;
  }

  .lg\:sp-h-150px {
    height: 150px;
  }

  .lg\:sp-h-15px {
    height: 15px;
  }

  .lg\:sp-h-1600px {
    height: 1600px;
  }

  .lg\:sp-h-175px {
    height: 175px;
  }

  .lg\:sp-h-1800px {
    height: 1800px;
  }

  .lg\:sp-h-2000px {
    height: 2000px;
  }

  .lg\:sp-h-200px {
    height: 200px;
  }

  .lg\:sp-h-20px {
    height: 20px;
  }

  .lg\:sp-h-225px {
    height: 225px;
  }

  .lg\:sp-h-250px {
    height: 250px;
  }

  .lg\:sp-h-25px {
    height: 25px;
  }

  .lg\:sp-h-275px {
    height: 275px;
  }

  .lg\:sp-h-300px {
    height: 300px;
  }

  .lg\:sp-h-30px {
    height: 30px;
  }

  .lg\:sp-h-350px {
    height: 350px;
  }

  .lg\:sp-h-35px {
    height: 35px;
  }

  .lg\:sp-h-400px {
    height: 400px;
  }

  .lg\:sp-h-40px {
    height: 40px;
  }

  .lg\:sp-h-450px {
    height: 450px;
  }

  .lg\:sp-h-45px {
    height: 45px;
  }

  .lg\:sp-h-500px {
    height: 500px;
  }

  .lg\:sp-h-50px {
    height: 50px;
  }

  .lg\:sp-h-550px {
    height: 550px;
  }

  .lg\:sp-h-600px {
    height: 600px;
  }

  .lg\:sp-h-60px {
    height: 60px;
  }

  .lg\:sp-h-650px {
    height: 650px;
  }

  .lg\:sp-h-700px {
    height: 700px;
  }

  .lg\:sp-h-70px {
    height: 70px;
  }

  .lg\:sp-h-750px {
    height: 750px;
  }

  .lg\:sp-h-800px {
    height: 800px;
  }

  .lg\:sp-h-80px {
    height: 80px;
  }

  .lg\:sp-h-900px {
    height: 900px;
  }

  .lg\:sp-h-90px {
    height: 90px;
  }

  .lg\:sp-h-full {
    height: 100%;
  }

  .lg\:sp-h-svh {
    height: 100svh;
  }

  .lg\:sp-min-h-1000px {
    min-height: 1000px;
  }

  .lg\:sp-min-h-100px {
    min-height: 100px;
  }

  .lg\:sp-min-h-10px {
    min-height: 10px;
  }

  .lg\:sp-min-h-1200px {
    min-height: 1200px;
  }

  .lg\:sp-min-h-125px {
    min-height: 125px;
  }

  .lg\:sp-min-h-1400px {
    min-height: 1400px;
  }

  .lg\:sp-min-h-150px {
    min-height: 150px;
  }

  .lg\:sp-min-h-15px {
    min-height: 15px;
  }

  .lg\:sp-min-h-1600px {
    min-height: 1600px;
  }

  .lg\:sp-min-h-175px {
    min-height: 175px;
  }

  .lg\:sp-min-h-1800px {
    min-height: 1800px;
  }

  .lg\:sp-min-h-2000px {
    min-height: 2000px;
  }

  .lg\:sp-min-h-200px {
    min-height: 200px;
  }

  .lg\:sp-min-h-20px {
    min-height: 20px;
  }

  .lg\:sp-min-h-225px {
    min-height: 225px;
  }

  .lg\:sp-min-h-250px {
    min-height: 250px;
  }

  .lg\:sp-min-h-25px {
    min-height: 25px;
  }

  .lg\:sp-min-h-275px {
    min-height: 275px;
  }

  .lg\:sp-min-h-300px {
    min-height: 300px;
  }

  .lg\:sp-min-h-30px {
    min-height: 30px;
  }

  .lg\:sp-min-h-350px {
    min-height: 350px;
  }

  .lg\:sp-min-h-35px {
    min-height: 35px;
  }

  .lg\:sp-min-h-400px {
    min-height: 400px;
  }

  .lg\:sp-min-h-40px {
    min-height: 40px;
  }

  .lg\:sp-min-h-450px {
    min-height: 450px;
  }

  .lg\:sp-min-h-45px {
    min-height: 45px;
  }

  .lg\:sp-min-h-500px {
    min-height: 500px;
  }

  .lg\:sp-min-h-50px {
    min-height: 50px;
  }

  .lg\:sp-min-h-550px {
    min-height: 550px;
  }

  .lg\:sp-min-h-600px {
    min-height: 600px;
  }

  .lg\:sp-min-h-60px {
    min-height: 60px;
  }

  .lg\:sp-min-h-650px {
    min-height: 650px;
  }

  .lg\:sp-min-h-700px {
    min-height: 700px;
  }

  .lg\:sp-min-h-70px {
    min-height: 70px;
  }

  .lg\:sp-min-h-750px {
    min-height: 750px;
  }

  .lg\:sp-min-h-800px {
    min-height: 800px;
  }

  .lg\:sp-min-h-80px {
    min-height: 80px;
  }

  .lg\:sp-min-h-900px {
    min-height: 900px;
  }

  .lg\:sp-min-h-90px {
    min-height: 90px;
  }

  .lg\:sp-min-h-full {
    min-height: 100%;
  }

  .lg\:sp-min-h-svh {
    min-height: 100svh;
  }

  .lg\:sp-w-1\/2 {
    width: 50%;
  }

  .lg\:sp-w-1\/4 {
    width: 25%;
  }

  .lg\:sp-w-1000px {
    width: 1000px;
  }

  .lg\:sp-w-100px {
    width: 100px;
  }

  .lg\:sp-w-10px {
    width: 10px;
  }

  .lg\:sp-w-1200px {
    width: 1200px;
  }

  .lg\:sp-w-125px {
    width: 125px;
  }

  .lg\:sp-w-1400px {
    width: 1400px;
  }

  .lg\:sp-w-150px {
    width: 150px;
  }

  .lg\:sp-w-15px {
    width: 15px;
  }

  .lg\:sp-w-1600px {
    width: 1600px;
  }

  .lg\:sp-w-175px {
    width: 175px;
  }

  .lg\:sp-w-1800px {
    width: 1800px;
  }

  .lg\:sp-w-2000px {
    width: 2000px;
  }

  .lg\:sp-w-200px {
    width: 200px;
  }

  .lg\:sp-w-20px {
    width: 20px;
  }

  .lg\:sp-w-225px {
    width: 225px;
  }

  .lg\:sp-w-250px {
    width: 250px;
  }

  .lg\:sp-w-25px {
    width: 25px;
  }

  .lg\:sp-w-275px {
    width: 275px;
  }

  .lg\:sp-w-3\/4 {
    width: 75%;
  }

  .lg\:sp-w-300px {
    width: 300px;
  }

  .lg\:sp-w-30px {
    width: 30px;
  }

  .lg\:sp-w-350px {
    width: 350px;
  }

  .lg\:sp-w-35px {
    width: 35px;
  }

  .lg\:sp-w-400px {
    width: 400px;
  }

  .lg\:sp-w-40px {
    width: 40px;
  }

  .lg\:sp-w-450px {
    width: 450px;
  }

  .lg\:sp-w-45px {
    width: 45px;
  }

  .lg\:sp-w-500px {
    width: 500px;
  }

  .lg\:sp-w-50px {
    width: 50px;
  }

  .lg\:sp-w-550px {
    width: 550px;
  }

  .lg\:sp-w-600px {
    width: 600px;
  }

  .lg\:sp-w-60px {
    width: 60px;
  }

  .lg\:sp-w-650px {
    width: 650px;
  }

  .lg\:sp-w-700px {
    width: 700px;
  }

  .lg\:sp-w-70px {
    width: 70px;
  }

  .lg\:sp-w-750px {
    width: 750px;
  }

  .lg\:sp-w-800px {
    width: 800px;
  }

  .lg\:sp-w-80px {
    width: 80px;
  }

  .lg\:sp-w-900px {
    width: 900px;
  }

  .lg\:sp-w-90px {
    width: 90px;
  }

  .lg\:sp-w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .lg\:sp-w-full {
    width: 100%;
  }

  .lg\:sp-w-svh {
    width: 100svh;
  }

  .lg\:sp-max-w-1000px {
    max-width: 1000px;
  }

  .lg\:sp-max-w-100px {
    max-width: 100px;
  }

  .lg\:sp-max-w-10px {
    max-width: 10px;
  }

  .lg\:sp-max-w-1200px {
    max-width: 1200px;
  }

  .lg\:sp-max-w-125px {
    max-width: 125px;
  }

  .lg\:sp-max-w-1400px {
    max-width: 1400px;
  }

  .lg\:sp-max-w-150px {
    max-width: 150px;
  }

  .lg\:sp-max-w-15px {
    max-width: 15px;
  }

  .lg\:sp-max-w-1600px {
    max-width: 1600px;
  }

  .lg\:sp-max-w-175px {
    max-width: 175px;
  }

  .lg\:sp-max-w-1800px {
    max-width: 1800px;
  }

  .lg\:sp-max-w-2000px {
    max-width: 2000px;
  }

  .lg\:sp-max-w-200px {
    max-width: 200px;
  }

  .lg\:sp-max-w-20px {
    max-width: 20px;
  }

  .lg\:sp-max-w-225px {
    max-width: 225px;
  }

  .lg\:sp-max-w-250px {
    max-width: 250px;
  }

  .lg\:sp-max-w-25px {
    max-width: 25px;
  }

  .lg\:sp-max-w-275px {
    max-width: 275px;
  }

  .lg\:sp-max-w-300px {
    max-width: 300px;
  }

  .lg\:sp-max-w-30px {
    max-width: 30px;
  }

  .lg\:sp-max-w-350px {
    max-width: 350px;
  }

  .lg\:sp-max-w-35px {
    max-width: 35px;
  }

  .lg\:sp-max-w-400px {
    max-width: 400px;
  }

  .lg\:sp-max-w-40px {
    max-width: 40px;
  }

  .lg\:sp-max-w-450px {
    max-width: 450px;
  }

  .lg\:sp-max-w-45px {
    max-width: 45px;
  }

  .lg\:sp-max-w-500px {
    max-width: 500px;
  }

  .lg\:sp-max-w-50px {
    max-width: 50px;
  }

  .lg\:sp-max-w-550px {
    max-width: 550px;
  }

  .lg\:sp-max-w-600px {
    max-width: 600px;
  }

  .lg\:sp-max-w-60px {
    max-width: 60px;
  }

  .lg\:sp-max-w-650px {
    max-width: 650px;
  }

  .lg\:sp-max-w-700px {
    max-width: 700px;
  }

  .lg\:sp-max-w-70px {
    max-width: 70px;
  }

  .lg\:sp-max-w-750px {
    max-width: 750px;
  }

  .lg\:sp-max-w-800px {
    max-width: 800px;
  }

  .lg\:sp-max-w-80px {
    max-width: 80px;
  }

  .lg\:sp-max-w-900px {
    max-width: 900px;
  }

  .lg\:sp-max-w-90px {
    max-width: 90px;
  }

  .lg\:sp-max-w-full {
    max-width: 100%;
  }

  .lg\:sp-max-w-svh {
    max-width: 100svh;
  }

  .lg\:sp-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:sp-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:sp-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:sp-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:sp-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:sp-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:sp-flex-row {
    flex-direction: row;
  }

  .lg\:sp-flex-row-reverse {
    flex-direction: row-reverse;
  }

  .lg\:sp-flex-col {
    flex-direction: column;
  }

  .lg\:sp-flex-col-reverse {
    flex-direction: column-reverse;
  }

  .lg\:sp-items-start {
    align-items: flex-start;
  }

  .lg\:sp-items-end {
    align-items: flex-end;
  }

  .lg\:sp-items-center {
    align-items: center;
  }

  .lg\:sp-justify-start {
    justify-content: flex-start;
  }

  .lg\:sp-justify-end {
    justify-content: flex-end;
  }

  .lg\:sp-justify-center {
    justify-content: center;
  }

  .lg\:sp-justify-between {
    justify-content: space-between;
  }

  .lg\:sp-justify-around {
    justify-content: space-around;
  }

  .lg\:sp-gap-0 {
    gap: 0px;
  }

  .lg\:sp-gap-1 {
    gap: 0.25rem;
  }

  .lg\:sp-gap-10 {
    gap: 2.5rem;
  }

  .lg\:sp-gap-100px {
    gap: 100px;
  }

  .lg\:sp-gap-12 {
    gap: 3rem;
  }

  .lg\:sp-gap-14 {
    gap: 3.5rem;
  }

  .lg\:sp-gap-16 {
    gap: 4rem;
  }

  .lg\:sp-gap-18 {
    gap: 4.5rem;
  }

  .lg\:sp-gap-2 {
    gap: 0.5rem;
  }

  .lg\:sp-gap-20 {
    gap: 5rem;
  }

  .lg\:sp-gap-250px {
    gap: 250px;
  }

  .lg\:sp-gap-3 {
    gap: 0.75rem;
  }

  .lg\:sp-gap-30 {
    gap: 7.5rem;
  }

  .lg\:sp-gap-300px {
    gap: 300px;
  }

  .lg\:sp-gap-4 {
    gap: 1rem;
  }

  .lg\:sp-gap-40 {
    gap: 10rem;
  }

  .lg\:sp-gap-5 {
    gap: 1.25rem;
  }

  .lg\:sp-gap-50 {
    gap: 12.5rem;
  }

  .lg\:sp-gap-6 {
    gap: 1.5rem;
  }

  .lg\:sp-gap-7 {
    gap: 1.75rem;
  }

  .lg\:sp-gap-8 {
    gap: 2rem;
  }

  .lg\:sp-gap-9 {
    gap: 2.25rem;
  }

  .lg\:sp-gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .lg\:sp-gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .lg\:sp-gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .lg\:sp-gap-x-100px {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .lg\:sp-gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .lg\:sp-gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .lg\:sp-gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .lg\:sp-gap-x-18 {
    -moz-column-gap: 4.5rem;
         column-gap: 4.5rem;
  }

  .lg\:sp-gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .lg\:sp-gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .lg\:sp-gap-x-250px {
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .lg\:sp-gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .lg\:sp-gap-x-30 {
    -moz-column-gap: 7.5rem;
         column-gap: 7.5rem;
  }

  .lg\:sp-gap-x-300px {
    -moz-column-gap: 300px;
         column-gap: 300px;
  }

  .lg\:sp-gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .lg\:sp-gap-x-40 {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .lg\:sp-gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .lg\:sp-gap-x-50 {
    -moz-column-gap: 12.5rem;
         column-gap: 12.5rem;
  }

  .lg\:sp-gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .lg\:sp-gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .lg\:sp-gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lg\:sp-gap-x-9 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .lg\:sp-gap-y-0 {
    row-gap: 0px;
  }

  .lg\:sp-gap-y-1 {
    row-gap: 0.25rem;
  }

  .lg\:sp-gap-y-10 {
    row-gap: 2.5rem;
  }

  .lg\:sp-gap-y-100px {
    row-gap: 100px;
  }

  .lg\:sp-gap-y-12 {
    row-gap: 3rem;
  }

  .lg\:sp-gap-y-14 {
    row-gap: 3.5rem;
  }

  .lg\:sp-gap-y-16 {
    row-gap: 4rem;
  }

  .lg\:sp-gap-y-18 {
    row-gap: 4.5rem;
  }

  .lg\:sp-gap-y-2 {
    row-gap: 0.5rem;
  }

  .lg\:sp-gap-y-20 {
    row-gap: 5rem;
  }

  .lg\:sp-gap-y-250px {
    row-gap: 250px;
  }

  .lg\:sp-gap-y-3 {
    row-gap: 0.75rem;
  }

  .lg\:sp-gap-y-30 {
    row-gap: 7.5rem;
  }

  .lg\:sp-gap-y-300px {
    row-gap: 300px;
  }

  .lg\:sp-gap-y-4 {
    row-gap: 1rem;
  }

  .lg\:sp-gap-y-40 {
    row-gap: 10rem;
  }

  .lg\:sp-gap-y-5 {
    row-gap: 1.25rem;
  }

  .lg\:sp-gap-y-50 {
    row-gap: 12.5rem;
  }

  .lg\:sp-gap-y-6 {
    row-gap: 1.5rem;
  }

  .lg\:sp-gap-y-7 {
    row-gap: 1.75rem;
  }

  .lg\:sp-gap-y-8 {
    row-gap: 2rem;
  }

  .lg\:sp-gap-y-9 {
    row-gap: 2.25rem;
  }

  .lg\:sp-rounded-2xl {
    border-radius: 1rem;
  }

  .lg\:sp-rounded-32 {
    border-radius: 32px;
  }

  .lg\:sp-rounded-3xl {
    border-radius: 1.5rem;
  }

  .lg\:sp-rounded-48 {
    border-radius: 48px;
  }

  .lg\:sp-rounded-60 {
    border-radius: 60px;
  }

  .lg\:sp-rounded-80 {
    border-radius: 80px;
  }

  .lg\:sp-rounded-full {
    border-radius: 9999px;
  }

  .lg\:sp-rounded-lg {
    border-radius: 0.5rem;
  }

  .lg\:sp-rounded-md {
    border-radius: 0.375rem;
  }

  .lg\:sp-rounded-none {
    border-radius: 0px;
  }

  .lg\:sp-rounded-xl {
    border-radius: 0.75rem;
  }

  .lg\:sp-rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .lg\:sp-rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .lg\:sp-rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .lg\:sp-rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .lg\:sp-rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .lg\:sp-rounded-br-none {
    border-bottom-right-radius: 0px;
  }

  .lg\:sp-rounded-tl-none {
    border-top-left-radius: 0px;
  }

  .lg\:sp-rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .lg\:sp-border-none {
    border-style: none;
  }

  .lg\:sp-pb-0 {
    padding-bottom: 0px;
  }

  .lg\:sp-pb-1 {
    padding-bottom: 0.25rem;
  }

  .lg\:sp-pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg\:sp-pb-100px {
    padding-bottom: 100px;
  }

  .lg\:sp-pb-12 {
    padding-bottom: 3rem;
  }

  .lg\:sp-pb-14 {
    padding-bottom: 3.5rem;
  }

  .lg\:sp-pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:sp-pb-18 {
    padding-bottom: 4.5rem;
  }

  .lg\:sp-pb-2 {
    padding-bottom: 0.5rem;
  }

  .lg\:sp-pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:sp-pb-250px {
    padding-bottom: 250px;
  }

  .lg\:sp-pb-3 {
    padding-bottom: 0.75rem;
  }

  .lg\:sp-pb-30 {
    padding-bottom: 7.5rem;
  }

  .lg\:sp-pb-300px {
    padding-bottom: 300px;
  }

  .lg\:sp-pb-4 {
    padding-bottom: 1rem;
  }

  .lg\:sp-pb-40 {
    padding-bottom: 10rem;
  }

  .lg\:sp-pb-5 {
    padding-bottom: 1.25rem;
  }

  .lg\:sp-pb-50 {
    padding-bottom: 12.5rem;
  }

  .lg\:sp-pb-6 {
    padding-bottom: 1.5rem;
  }

  .lg\:sp-pb-7 {
    padding-bottom: 1.75rem;
  }

  .lg\:sp-pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:sp-pb-9 {
    padding-bottom: 2.25rem;
  }

  .lg\:sp-pl-0 {
    padding-left: 0px;
  }

  .lg\:sp-pl-1 {
    padding-left: 0.25rem;
  }

  .lg\:sp-pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:sp-pl-100px {
    padding-left: 100px;
  }

  .lg\:sp-pl-12 {
    padding-left: 3rem;
  }

  .lg\:sp-pl-14 {
    padding-left: 3.5rem;
  }

  .lg\:sp-pl-16 {
    padding-left: 4rem;
  }

  .lg\:sp-pl-18 {
    padding-left: 4.5rem;
  }

  .lg\:sp-pl-2 {
    padding-left: 0.5rem;
  }

  .lg\:sp-pl-20 {
    padding-left: 5rem;
  }

  .lg\:sp-pl-250px {
    padding-left: 250px;
  }

  .lg\:sp-pl-3 {
    padding-left: 0.75rem;
  }

  .lg\:sp-pl-30 {
    padding-left: 7.5rem;
  }

  .lg\:sp-pl-300px {
    padding-left: 300px;
  }

  .lg\:sp-pl-4 {
    padding-left: 1rem;
  }

  .lg\:sp-pl-40 {
    padding-left: 10rem;
  }

  .lg\:sp-pl-5 {
    padding-left: 1.25rem;
  }

  .lg\:sp-pl-50 {
    padding-left: 12.5rem;
  }

  .lg\:sp-pl-6 {
    padding-left: 1.5rem;
  }

  .lg\:sp-pl-7 {
    padding-left: 1.75rem;
  }

  .lg\:sp-pl-8 {
    padding-left: 2rem;
  }

  .lg\:sp-pl-9 {
    padding-left: 2.25rem;
  }

  .lg\:sp-pr-0 {
    padding-right: 0px;
  }

  .lg\:sp-pr-1 {
    padding-right: 0.25rem;
  }

  .lg\:sp-pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:sp-pr-100px {
    padding-right: 100px;
  }

  .lg\:sp-pr-12 {
    padding-right: 3rem;
  }

  .lg\:sp-pr-14 {
    padding-right: 3.5rem;
  }

  .lg\:sp-pr-16 {
    padding-right: 4rem;
  }

  .lg\:sp-pr-18 {
    padding-right: 4.5rem;
  }

  .lg\:sp-pr-2 {
    padding-right: 0.5rem;
  }

  .lg\:sp-pr-20 {
    padding-right: 5rem;
  }

  .lg\:sp-pr-250px {
    padding-right: 250px;
  }

  .lg\:sp-pr-3 {
    padding-right: 0.75rem;
  }

  .lg\:sp-pr-30 {
    padding-right: 7.5rem;
  }

  .lg\:sp-pr-300px {
    padding-right: 300px;
  }

  .lg\:sp-pr-4 {
    padding-right: 1rem;
  }

  .lg\:sp-pr-40 {
    padding-right: 10rem;
  }

  .lg\:sp-pr-5 {
    padding-right: 1.25rem;
  }

  .lg\:sp-pr-50 {
    padding-right: 12.5rem;
  }

  .lg\:sp-pr-6 {
    padding-right: 1.5rem;
  }

  .lg\:sp-pr-7 {
    padding-right: 1.75rem;
  }

  .lg\:sp-pr-8 {
    padding-right: 2rem;
  }

  .lg\:sp-pr-9 {
    padding-right: 2.25rem;
  }

  .lg\:sp-pt-0 {
    padding-top: 0px;
  }

  .lg\:sp-pt-1 {
    padding-top: 0.25rem;
  }

  .lg\:sp-pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:sp-pt-100px {
    padding-top: 100px;
  }

  .lg\:sp-pt-12 {
    padding-top: 3rem;
  }

  .lg\:sp-pt-14 {
    padding-top: 3.5rem;
  }

  .lg\:sp-pt-16 {
    padding-top: 4rem;
  }

  .lg\:sp-pt-18 {
    padding-top: 4.5rem;
  }

  .lg\:sp-pt-2 {
    padding-top: 0.5rem;
  }

  .lg\:sp-pt-20 {
    padding-top: 5rem;
  }

  .lg\:sp-pt-250px {
    padding-top: 250px;
  }

  .lg\:sp-pt-3 {
    padding-top: 0.75rem;
  }

  .lg\:sp-pt-30 {
    padding-top: 7.5rem;
  }

  .lg\:sp-pt-300px {
    padding-top: 300px;
  }

  .lg\:sp-pt-4 {
    padding-top: 1rem;
  }

  .lg\:sp-pt-40 {
    padding-top: 10rem;
  }

  .lg\:sp-pt-5 {
    padding-top: 1.25rem;
  }

  .lg\:sp-pt-50 {
    padding-top: 12.5rem;
  }

  .lg\:sp-pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:sp-pt-7 {
    padding-top: 1.75rem;
  }

  .lg\:sp-pt-8 {
    padding-top: 2rem;
  }

  .lg\:sp-pt-9 {
    padding-top: 2.25rem;
  }

  .lg\:sp-text-left {
    text-align: left;
  }

  .lg\:sp-text-center {
    text-align: center;
  }

  .lg\:sp-text-right {
    text-align: right;
  }

  .lg\:sp-rounded-tlbr-none {
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .lg\:sp-rounded-trbl-none {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:titles\:sp-mb-0>h1 {
    margin-bottom: 0px;
  }

  .lg\:titles\:sp-mb-1>h1 {
    margin-bottom: 0.25rem;
  }

  .lg\:titles\:sp-mb-10>h1 {
    margin-bottom: 2.5rem;
  }

  .lg\:titles\:sp-mb-100px>h1 {
    margin-bottom: 100px;
  }

  .lg\:titles\:sp-mb-12>h1 {
    margin-bottom: 3rem;
  }

  .lg\:titles\:sp-mb-14>h1 {
    margin-bottom: 3.5rem;
  }

  .lg\:titles\:sp-mb-16>h1 {
    margin-bottom: 4rem;
  }

  .lg\:titles\:sp-mb-18>h1 {
    margin-bottom: 4.5rem;
  }

  .lg\:titles\:sp-mb-2>h1 {
    margin-bottom: 0.5rem;
  }

  .lg\:titles\:sp-mb-20>h1 {
    margin-bottom: 5rem;
  }

  .lg\:titles\:sp-mb-250px>h1 {
    margin-bottom: 250px;
  }

  .lg\:titles\:sp-mb-3>h1 {
    margin-bottom: 0.75rem;
  }

  .lg\:titles\:sp-mb-30>h1 {
    margin-bottom: 7.5rem;
  }

  .lg\:titles\:sp-mb-300px>h1 {
    margin-bottom: 300px;
  }

  .lg\:titles\:sp-mb-4>h1 {
    margin-bottom: 1rem;
  }

  .lg\:titles\:sp-mb-40>h1 {
    margin-bottom: 10rem;
  }

  .lg\:titles\:sp-mb-5>h1 {
    margin-bottom: 1.25rem;
  }

  .lg\:titles\:sp-mb-50>h1 {
    margin-bottom: 12.5rem;
  }

  .lg\:titles\:sp-mb-6>h1 {
    margin-bottom: 1.5rem;
  }

  .lg\:titles\:sp-mb-7>h1 {
    margin-bottom: 1.75rem;
  }

  .lg\:titles\:sp-mb-8>h1 {
    margin-bottom: 2rem;
  }

  .lg\:titles\:sp-mb-9>h1 {
    margin-bottom: 2.25rem;
  }

  .lg\:titles\:sp-mt-0>h1 {
    margin-top: 0px;
  }

  .lg\:titles\:sp-mt-1>h1 {
    margin-top: 0.25rem;
  }

  .lg\:titles\:sp-mt-10>h1 {
    margin-top: 2.5rem;
  }

  .lg\:titles\:sp-mt-100px>h1 {
    margin-top: 100px;
  }

  .lg\:titles\:sp-mt-12>h1 {
    margin-top: 3rem;
  }

  .lg\:titles\:sp-mt-14>h1 {
    margin-top: 3.5rem;
  }

  .lg\:titles\:sp-mt-16>h1 {
    margin-top: 4rem;
  }

  .lg\:titles\:sp-mt-18>h1 {
    margin-top: 4.5rem;
  }

  .lg\:titles\:sp-mt-2>h1 {
    margin-top: 0.5rem;
  }

  .lg\:titles\:sp-mt-20>h1 {
    margin-top: 5rem;
  }

  .lg\:titles\:sp-mt-250px>h1 {
    margin-top: 250px;
  }

  .lg\:titles\:sp-mt-3>h1 {
    margin-top: 0.75rem;
  }

  .lg\:titles\:sp-mt-30>h1 {
    margin-top: 7.5rem;
  }

  .lg\:titles\:sp-mt-300px>h1 {
    margin-top: 300px;
  }

  .lg\:titles\:sp-mt-4>h1 {
    margin-top: 1rem;
  }

  .lg\:titles\:sp-mt-40>h1 {
    margin-top: 10rem;
  }

  .lg\:titles\:sp-mt-5>h1 {
    margin-top: 1.25rem;
  }

  .lg\:titles\:sp-mt-50>h1 {
    margin-top: 12.5rem;
  }

  .lg\:titles\:sp-mt-6>h1 {
    margin-top: 1.5rem;
  }

  .lg\:titles\:sp-mt-7>h1 {
    margin-top: 1.75rem;
  }

  .lg\:titles\:sp-mt-8>h1 {
    margin-top: 2rem;
  }

  .lg\:titles\:sp-mt-9>h1 {
    margin-top: 2.25rem;
  }

  .lg\:titles\:sp-text-22px>h1 {
    font-size: 1.375rem;
  }

  .lg\:titles\:sp-text-26px>h1 {
    font-size: 1.625rem;
  }

  .lg\:titles\:sp-text-28px>h1 {
    font-size: 1.75rem;
  }

  .lg\:titles\:sp-text-2xl>h1 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:titles\:sp-text-3xl>h1 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:titles\:sp-text-4xl>h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:titles\:sp-text-5xl>h1 {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:titles\:sp-text-6xl>h1 {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:titles\:sp-text-7xl>h1 {
    font-size: 4.5rem;
    line-height: 1;
  }

  .lg\:titles\:sp-text-8xl>h1 {
    font-size: 6rem;
    line-height: 1;
  }

  .lg\:titles\:sp-text-9xl>h1 {
    font-size: 8rem;
    line-height: 1;
  }

  .lg\:titles\:sp-text-base>h1 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:titles\:sp-text-lg>h1 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:titles\:sp-text-sm>h1 {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:titles\:sp-text-xl>h1 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:titles\:sp-text-xs>h1 {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .lg\:titles\:sp-font-bold>h1 {
    font-weight: 700;
  }

  .lg\:titles\:sp-font-extrabold>h1 {
    font-weight: 800;
  }

  .lg\:titles\:sp-font-light>h1 {
    font-weight: 300;
  }

  .lg\:titles\:sp-font-medium>h1 {
    font-weight: 500;
  }

  .lg\:titles\:sp-font-normal>h1 {
    font-weight: 400;
  }

  .lg\:titles\:sp-font-semibold>h1 {
    font-weight: 600;
  }

  .lg\:titles\:sp-leading-loose>h1 {
    line-height: 2;
  }

  .lg\:titles\:sp-leading-none>h1 {
    line-height: 1;
  }

  .lg\:titles\:sp-leading-normal>h1 {
    line-height: 1.5;
  }

  .lg\:titles\:sp-leading-relaxed>h1 {
    line-height: 1.625;
  }

  .lg\:titles\:sp-leading-snug>h1 {
    line-height: 1.375;
  }

  .lg\:titles\:sp-leading-tight>h1 {
    line-height: 1.25;
  }

  .lg\:titles\:sp-mb-0>h2 {
    margin-bottom: 0px;
  }

  .lg\:titles\:sp-mb-1>h2 {
    margin-bottom: 0.25rem;
  }

  .lg\:titles\:sp-mb-10>h2 {
    margin-bottom: 2.5rem;
  }

  .lg\:titles\:sp-mb-100px>h2 {
    margin-bottom: 100px;
  }

  .lg\:titles\:sp-mb-12>h2 {
    margin-bottom: 3rem;
  }

  .lg\:titles\:sp-mb-14>h2 {
    margin-bottom: 3.5rem;
  }

  .lg\:titles\:sp-mb-16>h2 {
    margin-bottom: 4rem;
  }

  .lg\:titles\:sp-mb-18>h2 {
    margin-bottom: 4.5rem;
  }

  .lg\:titles\:sp-mb-2>h2 {
    margin-bottom: 0.5rem;
  }

  .lg\:titles\:sp-mb-20>h2 {
    margin-bottom: 5rem;
  }

  .lg\:titles\:sp-mb-250px>h2 {
    margin-bottom: 250px;
  }

  .lg\:titles\:sp-mb-3>h2 {
    margin-bottom: 0.75rem;
  }

  .lg\:titles\:sp-mb-30>h2 {
    margin-bottom: 7.5rem;
  }

  .lg\:titles\:sp-mb-300px>h2 {
    margin-bottom: 300px;
  }

  .lg\:titles\:sp-mb-4>h2 {
    margin-bottom: 1rem;
  }

  .lg\:titles\:sp-mb-40>h2 {
    margin-bottom: 10rem;
  }

  .lg\:titles\:sp-mb-5>h2 {
    margin-bottom: 1.25rem;
  }

  .lg\:titles\:sp-mb-50>h2 {
    margin-bottom: 12.5rem;
  }

  .lg\:titles\:sp-mb-6>h2 {
    margin-bottom: 1.5rem;
  }

  .lg\:titles\:sp-mb-7>h2 {
    margin-bottom: 1.75rem;
  }

  .lg\:titles\:sp-mb-8>h2 {
    margin-bottom: 2rem;
  }

  .lg\:titles\:sp-mb-9>h2 {
    margin-bottom: 2.25rem;
  }

  .lg\:titles\:sp-mt-0>h2 {
    margin-top: 0px;
  }

  .lg\:titles\:sp-mt-1>h2 {
    margin-top: 0.25rem;
  }

  .lg\:titles\:sp-mt-10>h2 {
    margin-top: 2.5rem;
  }

  .lg\:titles\:sp-mt-100px>h2 {
    margin-top: 100px;
  }

  .lg\:titles\:sp-mt-12>h2 {
    margin-top: 3rem;
  }

  .lg\:titles\:sp-mt-14>h2 {
    margin-top: 3.5rem;
  }

  .lg\:titles\:sp-mt-16>h2 {
    margin-top: 4rem;
  }

  .lg\:titles\:sp-mt-18>h2 {
    margin-top: 4.5rem;
  }

  .lg\:titles\:sp-mt-2>h2 {
    margin-top: 0.5rem;
  }

  .lg\:titles\:sp-mt-20>h2 {
    margin-top: 5rem;
  }

  .lg\:titles\:sp-mt-250px>h2 {
    margin-top: 250px;
  }

  .lg\:titles\:sp-mt-3>h2 {
    margin-top: 0.75rem;
  }

  .lg\:titles\:sp-mt-30>h2 {
    margin-top: 7.5rem;
  }

  .lg\:titles\:sp-mt-300px>h2 {
    margin-top: 300px;
  }

  .lg\:titles\:sp-mt-4>h2 {
    margin-top: 1rem;
  }

  .lg\:titles\:sp-mt-40>h2 {
    margin-top: 10rem;
  }

  .lg\:titles\:sp-mt-5>h2 {
    margin-top: 1.25rem;
  }

  .lg\:titles\:sp-mt-50>h2 {
    margin-top: 12.5rem;
  }

  .lg\:titles\:sp-mt-6>h2 {
    margin-top: 1.5rem;
  }

  .lg\:titles\:sp-mt-7>h2 {
    margin-top: 1.75rem;
  }

  .lg\:titles\:sp-mt-8>h2 {
    margin-top: 2rem;
  }

  .lg\:titles\:sp-mt-9>h2 {
    margin-top: 2.25rem;
  }

  .lg\:titles\:sp-text-22px>h2 {
    font-size: 1.375rem;
  }

  .lg\:titles\:sp-text-26px>h2 {
    font-size: 1.625rem;
  }

  .lg\:titles\:sp-text-28px>h2 {
    font-size: 1.75rem;
  }

  .lg\:titles\:sp-text-2xl>h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:titles\:sp-text-3xl>h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:titles\:sp-text-4xl>h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:titles\:sp-text-5xl>h2 {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:titles\:sp-text-6xl>h2 {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:titles\:sp-text-7xl>h2 {
    font-size: 4.5rem;
    line-height: 1;
  }

  .lg\:titles\:sp-text-8xl>h2 {
    font-size: 6rem;
    line-height: 1;
  }

  .lg\:titles\:sp-text-9xl>h2 {
    font-size: 8rem;
    line-height: 1;
  }

  .lg\:titles\:sp-text-base>h2 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:titles\:sp-text-lg>h2 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:titles\:sp-text-sm>h2 {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:titles\:sp-text-xl>h2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:titles\:sp-text-xs>h2 {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .lg\:titles\:sp-font-bold>h2 {
    font-weight: 700;
  }

  .lg\:titles\:sp-font-extrabold>h2 {
    font-weight: 800;
  }

  .lg\:titles\:sp-font-light>h2 {
    font-weight: 300;
  }

  .lg\:titles\:sp-font-medium>h2 {
    font-weight: 500;
  }

  .lg\:titles\:sp-font-normal>h2 {
    font-weight: 400;
  }

  .lg\:titles\:sp-font-semibold>h2 {
    font-weight: 600;
  }

  .lg\:titles\:sp-leading-loose>h2 {
    line-height: 2;
  }

  .lg\:titles\:sp-leading-none>h2 {
    line-height: 1;
  }

  .lg\:titles\:sp-leading-normal>h2 {
    line-height: 1.5;
  }

  .lg\:titles\:sp-leading-relaxed>h2 {
    line-height: 1.625;
  }

  .lg\:titles\:sp-leading-snug>h2 {
    line-height: 1.375;
  }

  .lg\:titles\:sp-leading-tight>h2 {
    line-height: 1.25;
  }

  .lg\:titles\:sp-mb-0>h3 {
    margin-bottom: 0px;
  }

  .lg\:titles\:sp-mb-1>h3 {
    margin-bottom: 0.25rem;
  }

  .lg\:titles\:sp-mb-10>h3 {
    margin-bottom: 2.5rem;
  }

  .lg\:titles\:sp-mb-100px>h3 {
    margin-bottom: 100px;
  }

  .lg\:titles\:sp-mb-12>h3 {
    margin-bottom: 3rem;
  }

  .lg\:titles\:sp-mb-14>h3 {
    margin-bottom: 3.5rem;
  }

  .lg\:titles\:sp-mb-16>h3 {
    margin-bottom: 4rem;
  }

  .lg\:titles\:sp-mb-18>h3 {
    margin-bottom: 4.5rem;
  }

  .lg\:titles\:sp-mb-2>h3 {
    margin-bottom: 0.5rem;
  }

  .lg\:titles\:sp-mb-20>h3 {
    margin-bottom: 5rem;
  }

  .lg\:titles\:sp-mb-250px>h3 {
    margin-bottom: 250px;
  }

  .lg\:titles\:sp-mb-3>h3 {
    margin-bottom: 0.75rem;
  }

  .lg\:titles\:sp-mb-30>h3 {
    margin-bottom: 7.5rem;
  }

  .lg\:titles\:sp-mb-300px>h3 {
    margin-bottom: 300px;
  }

  .lg\:titles\:sp-mb-4>h3 {
    margin-bottom: 1rem;
  }

  .lg\:titles\:sp-mb-40>h3 {
    margin-bottom: 10rem;
  }

  .lg\:titles\:sp-mb-5>h3 {
    margin-bottom: 1.25rem;
  }

  .lg\:titles\:sp-mb-50>h3 {
    margin-bottom: 12.5rem;
  }

  .lg\:titles\:sp-mb-6>h3 {
    margin-bottom: 1.5rem;
  }

  .lg\:titles\:sp-mb-7>h3 {
    margin-bottom: 1.75rem;
  }

  .lg\:titles\:sp-mb-8>h3 {
    margin-bottom: 2rem;
  }

  .lg\:titles\:sp-mb-9>h3 {
    margin-bottom: 2.25rem;
  }

  .lg\:titles\:sp-mt-0>h3 {
    margin-top: 0px;
  }

  .lg\:titles\:sp-mt-1>h3 {
    margin-top: 0.25rem;
  }

  .lg\:titles\:sp-mt-10>h3 {
    margin-top: 2.5rem;
  }

  .lg\:titles\:sp-mt-100px>h3 {
    margin-top: 100px;
  }

  .lg\:titles\:sp-mt-12>h3 {
    margin-top: 3rem;
  }

  .lg\:titles\:sp-mt-14>h3 {
    margin-top: 3.5rem;
  }

  .lg\:titles\:sp-mt-16>h3 {
    margin-top: 4rem;
  }

  .lg\:titles\:sp-mt-18>h3 {
    margin-top: 4.5rem;
  }

  .lg\:titles\:sp-mt-2>h3 {
    margin-top: 0.5rem;
  }

  .lg\:titles\:sp-mt-20>h3 {
    margin-top: 5rem;
  }

  .lg\:titles\:sp-mt-250px>h3 {
    margin-top: 250px;
  }

  .lg\:titles\:sp-mt-3>h3 {
    margin-top: 0.75rem;
  }

  .lg\:titles\:sp-mt-30>h3 {
    margin-top: 7.5rem;
  }

  .lg\:titles\:sp-mt-300px>h3 {
    margin-top: 300px;
  }

  .lg\:titles\:sp-mt-4>h3 {
    margin-top: 1rem;
  }

  .lg\:titles\:sp-mt-40>h3 {
    margin-top: 10rem;
  }

  .lg\:titles\:sp-mt-5>h3 {
    margin-top: 1.25rem;
  }

  .lg\:titles\:sp-mt-50>h3 {
    margin-top: 12.5rem;
  }

  .lg\:titles\:sp-mt-6>h3 {
    margin-top: 1.5rem;
  }

  .lg\:titles\:sp-mt-7>h3 {
    margin-top: 1.75rem;
  }

  .lg\:titles\:sp-mt-8>h3 {
    margin-top: 2rem;
  }

  .lg\:titles\:sp-mt-9>h3 {
    margin-top: 2.25rem;
  }

  .lg\:titles\:sp-text-22px>h3 {
    font-size: 1.375rem;
  }

  .lg\:titles\:sp-text-26px>h3 {
    font-size: 1.625rem;
  }

  .lg\:titles\:sp-text-28px>h3 {
    font-size: 1.75rem;
  }

  .lg\:titles\:sp-text-2xl>h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:titles\:sp-text-3xl>h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:titles\:sp-text-4xl>h3 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:titles\:sp-text-5xl>h3 {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:titles\:sp-text-6xl>h3 {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:titles\:sp-text-7xl>h3 {
    font-size: 4.5rem;
    line-height: 1;
  }

  .lg\:titles\:sp-text-8xl>h3 {
    font-size: 6rem;
    line-height: 1;
  }

  .lg\:titles\:sp-text-9xl>h3 {
    font-size: 8rem;
    line-height: 1;
  }

  .lg\:titles\:sp-text-base>h3 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:titles\:sp-text-lg>h3 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:titles\:sp-text-sm>h3 {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:titles\:sp-text-xl>h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:titles\:sp-text-xs>h3 {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .lg\:titles\:sp-font-bold>h3 {
    font-weight: 700;
  }

  .lg\:titles\:sp-font-extrabold>h3 {
    font-weight: 800;
  }

  .lg\:titles\:sp-font-light>h3 {
    font-weight: 300;
  }

  .lg\:titles\:sp-font-medium>h3 {
    font-weight: 500;
  }

  .lg\:titles\:sp-font-normal>h3 {
    font-weight: 400;
  }

  .lg\:titles\:sp-font-semibold>h3 {
    font-weight: 600;
  }

  .lg\:titles\:sp-leading-loose>h3 {
    line-height: 2;
  }

  .lg\:titles\:sp-leading-none>h3 {
    line-height: 1;
  }

  .lg\:titles\:sp-leading-normal>h3 {
    line-height: 1.5;
  }

  .lg\:titles\:sp-leading-relaxed>h3 {
    line-height: 1.625;
  }

  .lg\:titles\:sp-leading-snug>h3 {
    line-height: 1.375;
  }

  .lg\:titles\:sp-leading-tight>h3 {
    line-height: 1.25;
  }

  .lg\:titles\:sp-mb-0>h4 {
    margin-bottom: 0px;
  }

  .lg\:titles\:sp-mb-1>h4 {
    margin-bottom: 0.25rem;
  }

  .lg\:titles\:sp-mb-10>h4 {
    margin-bottom: 2.5rem;
  }

  .lg\:titles\:sp-mb-100px>h4 {
    margin-bottom: 100px;
  }

  .lg\:titles\:sp-mb-12>h4 {
    margin-bottom: 3rem;
  }

  .lg\:titles\:sp-mb-14>h4 {
    margin-bottom: 3.5rem;
  }

  .lg\:titles\:sp-mb-16>h4 {
    margin-bottom: 4rem;
  }

  .lg\:titles\:sp-mb-18>h4 {
    margin-bottom: 4.5rem;
  }

  .lg\:titles\:sp-mb-2>h4 {
    margin-bottom: 0.5rem;
  }

  .lg\:titles\:sp-mb-20>h4 {
    margin-bottom: 5rem;
  }

  .lg\:titles\:sp-mb-250px>h4 {
    margin-bottom: 250px;
  }

  .lg\:titles\:sp-mb-3>h4 {
    margin-bottom: 0.75rem;
  }

  .lg\:titles\:sp-mb-30>h4 {
    margin-bottom: 7.5rem;
  }

  .lg\:titles\:sp-mb-300px>h4 {
    margin-bottom: 300px;
  }

  .lg\:titles\:sp-mb-4>h4 {
    margin-bottom: 1rem;
  }

  .lg\:titles\:sp-mb-40>h4 {
    margin-bottom: 10rem;
  }

  .lg\:titles\:sp-mb-5>h4 {
    margin-bottom: 1.25rem;
  }

  .lg\:titles\:sp-mb-50>h4 {
    margin-bottom: 12.5rem;
  }

  .lg\:titles\:sp-mb-6>h4 {
    margin-bottom: 1.5rem;
  }

  .lg\:titles\:sp-mb-7>h4 {
    margin-bottom: 1.75rem;
  }

  .lg\:titles\:sp-mb-8>h4 {
    margin-bottom: 2rem;
  }

  .lg\:titles\:sp-mb-9>h4 {
    margin-bottom: 2.25rem;
  }

  .lg\:titles\:sp-mt-0>h4 {
    margin-top: 0px;
  }

  .lg\:titles\:sp-mt-1>h4 {
    margin-top: 0.25rem;
  }

  .lg\:titles\:sp-mt-10>h4 {
    margin-top: 2.5rem;
  }

  .lg\:titles\:sp-mt-100px>h4 {
    margin-top: 100px;
  }

  .lg\:titles\:sp-mt-12>h4 {
    margin-top: 3rem;
  }

  .lg\:titles\:sp-mt-14>h4 {
    margin-top: 3.5rem;
  }

  .lg\:titles\:sp-mt-16>h4 {
    margin-top: 4rem;
  }

  .lg\:titles\:sp-mt-18>h4 {
    margin-top: 4.5rem;
  }

  .lg\:titles\:sp-mt-2>h4 {
    margin-top: 0.5rem;
  }

  .lg\:titles\:sp-mt-20>h4 {
    margin-top: 5rem;
  }

  .lg\:titles\:sp-mt-250px>h4 {
    margin-top: 250px;
  }

  .lg\:titles\:sp-mt-3>h4 {
    margin-top: 0.75rem;
  }

  .lg\:titles\:sp-mt-30>h4 {
    margin-top: 7.5rem;
  }

  .lg\:titles\:sp-mt-300px>h4 {
    margin-top: 300px;
  }

  .lg\:titles\:sp-mt-4>h4 {
    margin-top: 1rem;
  }

  .lg\:titles\:sp-mt-40>h4 {
    margin-top: 10rem;
  }

  .lg\:titles\:sp-mt-5>h4 {
    margin-top: 1.25rem;
  }

  .lg\:titles\:sp-mt-50>h4 {
    margin-top: 12.5rem;
  }

  .lg\:titles\:sp-mt-6>h4 {
    margin-top: 1.5rem;
  }

  .lg\:titles\:sp-mt-7>h4 {
    margin-top: 1.75rem;
  }

  .lg\:titles\:sp-mt-8>h4 {
    margin-top: 2rem;
  }

  .lg\:titles\:sp-mt-9>h4 {
    margin-top: 2.25rem;
  }

  .lg\:titles\:sp-text-22px>h4 {
    font-size: 1.375rem;
  }

  .lg\:titles\:sp-text-26px>h4 {
    font-size: 1.625rem;
  }

  .lg\:titles\:sp-text-28px>h4 {
    font-size: 1.75rem;
  }

  .lg\:titles\:sp-text-2xl>h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:titles\:sp-text-3xl>h4 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:titles\:sp-text-4xl>h4 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:titles\:sp-text-5xl>h4 {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:titles\:sp-text-6xl>h4 {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:titles\:sp-text-7xl>h4 {
    font-size: 4.5rem;
    line-height: 1;
  }

  .lg\:titles\:sp-text-8xl>h4 {
    font-size: 6rem;
    line-height: 1;
  }

  .lg\:titles\:sp-text-9xl>h4 {
    font-size: 8rem;
    line-height: 1;
  }

  .lg\:titles\:sp-text-base>h4 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:titles\:sp-text-lg>h4 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:titles\:sp-text-sm>h4 {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:titles\:sp-text-xl>h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:titles\:sp-text-xs>h4 {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .lg\:titles\:sp-font-bold>h4 {
    font-weight: 700;
  }

  .lg\:titles\:sp-font-extrabold>h4 {
    font-weight: 800;
  }

  .lg\:titles\:sp-font-light>h4 {
    font-weight: 300;
  }

  .lg\:titles\:sp-font-medium>h4 {
    font-weight: 500;
  }

  .lg\:titles\:sp-font-normal>h4 {
    font-weight: 400;
  }

  .lg\:titles\:sp-font-semibold>h4 {
    font-weight: 600;
  }

  .lg\:titles\:sp-leading-loose>h4 {
    line-height: 2;
  }

  .lg\:titles\:sp-leading-none>h4 {
    line-height: 1;
  }

  .lg\:titles\:sp-leading-normal>h4 {
    line-height: 1.5;
  }

  .lg\:titles\:sp-leading-relaxed>h4 {
    line-height: 1.625;
  }

  .lg\:titles\:sp-leading-snug>h4 {
    line-height: 1.375;
  }

  .lg\:titles\:sp-leading-tight>h4 {
    line-height: 1.25;
  }

  .lg\:titles\:sp-mb-0>h5 {
    margin-bottom: 0px;
  }

  .lg\:titles\:sp-mb-1>h5 {
    margin-bottom: 0.25rem;
  }

  .lg\:titles\:sp-mb-10>h5 {
    margin-bottom: 2.5rem;
  }

  .lg\:titles\:sp-mb-100px>h5 {
    margin-bottom: 100px;
  }

  .lg\:titles\:sp-mb-12>h5 {
    margin-bottom: 3rem;
  }

  .lg\:titles\:sp-mb-14>h5 {
    margin-bottom: 3.5rem;
  }

  .lg\:titles\:sp-mb-16>h5 {
    margin-bottom: 4rem;
  }

  .lg\:titles\:sp-mb-18>h5 {
    margin-bottom: 4.5rem;
  }

  .lg\:titles\:sp-mb-2>h5 {
    margin-bottom: 0.5rem;
  }

  .lg\:titles\:sp-mb-20>h5 {
    margin-bottom: 5rem;
  }

  .lg\:titles\:sp-mb-250px>h5 {
    margin-bottom: 250px;
  }

  .lg\:titles\:sp-mb-3>h5 {
    margin-bottom: 0.75rem;
  }

  .lg\:titles\:sp-mb-30>h5 {
    margin-bottom: 7.5rem;
  }

  .lg\:titles\:sp-mb-300px>h5 {
    margin-bottom: 300px;
  }

  .lg\:titles\:sp-mb-4>h5 {
    margin-bottom: 1rem;
  }

  .lg\:titles\:sp-mb-40>h5 {
    margin-bottom: 10rem;
  }

  .lg\:titles\:sp-mb-5>h5 {
    margin-bottom: 1.25rem;
  }

  .lg\:titles\:sp-mb-50>h5 {
    margin-bottom: 12.5rem;
  }

  .lg\:titles\:sp-mb-6>h5 {
    margin-bottom: 1.5rem;
  }

  .lg\:titles\:sp-mb-7>h5 {
    margin-bottom: 1.75rem;
  }

  .lg\:titles\:sp-mb-8>h5 {
    margin-bottom: 2rem;
  }

  .lg\:titles\:sp-mb-9>h5 {
    margin-bottom: 2.25rem;
  }

  .lg\:titles\:sp-mt-0>h5 {
    margin-top: 0px;
  }

  .lg\:titles\:sp-mt-1>h5 {
    margin-top: 0.25rem;
  }

  .lg\:titles\:sp-mt-10>h5 {
    margin-top: 2.5rem;
  }

  .lg\:titles\:sp-mt-100px>h5 {
    margin-top: 100px;
  }

  .lg\:titles\:sp-mt-12>h5 {
    margin-top: 3rem;
  }

  .lg\:titles\:sp-mt-14>h5 {
    margin-top: 3.5rem;
  }

  .lg\:titles\:sp-mt-16>h5 {
    margin-top: 4rem;
  }

  .lg\:titles\:sp-mt-18>h5 {
    margin-top: 4.5rem;
  }

  .lg\:titles\:sp-mt-2>h5 {
    margin-top: 0.5rem;
  }

  .lg\:titles\:sp-mt-20>h5 {
    margin-top: 5rem;
  }

  .lg\:titles\:sp-mt-250px>h5 {
    margin-top: 250px;
  }

  .lg\:titles\:sp-mt-3>h5 {
    margin-top: 0.75rem;
  }

  .lg\:titles\:sp-mt-30>h5 {
    margin-top: 7.5rem;
  }

  .lg\:titles\:sp-mt-300px>h5 {
    margin-top: 300px;
  }

  .lg\:titles\:sp-mt-4>h5 {
    margin-top: 1rem;
  }

  .lg\:titles\:sp-mt-40>h5 {
    margin-top: 10rem;
  }

  .lg\:titles\:sp-mt-5>h5 {
    margin-top: 1.25rem;
  }

  .lg\:titles\:sp-mt-50>h5 {
    margin-top: 12.5rem;
  }

  .lg\:titles\:sp-mt-6>h5 {
    margin-top: 1.5rem;
  }

  .lg\:titles\:sp-mt-7>h5 {
    margin-top: 1.75rem;
  }

  .lg\:titles\:sp-mt-8>h5 {
    margin-top: 2rem;
  }

  .lg\:titles\:sp-mt-9>h5 {
    margin-top: 2.25rem;
  }

  .lg\:titles\:sp-text-22px>h5 {
    font-size: 1.375rem;
  }

  .lg\:titles\:sp-text-26px>h5 {
    font-size: 1.625rem;
  }

  .lg\:titles\:sp-text-28px>h5 {
    font-size: 1.75rem;
  }

  .lg\:titles\:sp-text-2xl>h5 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:titles\:sp-text-3xl>h5 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:titles\:sp-text-4xl>h5 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:titles\:sp-text-5xl>h5 {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:titles\:sp-text-6xl>h5 {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:titles\:sp-text-7xl>h5 {
    font-size: 4.5rem;
    line-height: 1;
  }

  .lg\:titles\:sp-text-8xl>h5 {
    font-size: 6rem;
    line-height: 1;
  }

  .lg\:titles\:sp-text-9xl>h5 {
    font-size: 8rem;
    line-height: 1;
  }

  .lg\:titles\:sp-text-base>h5 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:titles\:sp-text-lg>h5 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:titles\:sp-text-sm>h5 {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:titles\:sp-text-xl>h5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:titles\:sp-text-xs>h5 {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .lg\:titles\:sp-font-bold>h5 {
    font-weight: 700;
  }

  .lg\:titles\:sp-font-extrabold>h5 {
    font-weight: 800;
  }

  .lg\:titles\:sp-font-light>h5 {
    font-weight: 300;
  }

  .lg\:titles\:sp-font-medium>h5 {
    font-weight: 500;
  }

  .lg\:titles\:sp-font-normal>h5 {
    font-weight: 400;
  }

  .lg\:titles\:sp-font-semibold>h5 {
    font-weight: 600;
  }

  .lg\:titles\:sp-leading-loose>h5 {
    line-height: 2;
  }

  .lg\:titles\:sp-leading-none>h5 {
    line-height: 1;
  }

  .lg\:titles\:sp-leading-normal>h5 {
    line-height: 1.5;
  }

  .lg\:titles\:sp-leading-relaxed>h5 {
    line-height: 1.625;
  }

  .lg\:titles\:sp-leading-snug>h5 {
    line-height: 1.375;
  }

  .lg\:titles\:sp-leading-tight>h5 {
    line-height: 1.25;
  }

  .lg\:titles\:sp-mb-0>h6 {
    margin-bottom: 0px;
  }

  .lg\:titles\:sp-mb-1>h6 {
    margin-bottom: 0.25rem;
  }

  .lg\:titles\:sp-mb-10>h6 {
    margin-bottom: 2.5rem;
  }

  .lg\:titles\:sp-mb-100px>h6 {
    margin-bottom: 100px;
  }

  .lg\:titles\:sp-mb-12>h6 {
    margin-bottom: 3rem;
  }

  .lg\:titles\:sp-mb-14>h6 {
    margin-bottom: 3.5rem;
  }

  .lg\:titles\:sp-mb-16>h6 {
    margin-bottom: 4rem;
  }

  .lg\:titles\:sp-mb-18>h6 {
    margin-bottom: 4.5rem;
  }

  .lg\:titles\:sp-mb-2>h6 {
    margin-bottom: 0.5rem;
  }

  .lg\:titles\:sp-mb-20>h6 {
    margin-bottom: 5rem;
  }

  .lg\:titles\:sp-mb-250px>h6 {
    margin-bottom: 250px;
  }

  .lg\:titles\:sp-mb-3>h6 {
    margin-bottom: 0.75rem;
  }

  .lg\:titles\:sp-mb-30>h6 {
    margin-bottom: 7.5rem;
  }

  .lg\:titles\:sp-mb-300px>h6 {
    margin-bottom: 300px;
  }

  .lg\:titles\:sp-mb-4>h6 {
    margin-bottom: 1rem;
  }

  .lg\:titles\:sp-mb-40>h6 {
    margin-bottom: 10rem;
  }

  .lg\:titles\:sp-mb-5>h6 {
    margin-bottom: 1.25rem;
  }

  .lg\:titles\:sp-mb-50>h6 {
    margin-bottom: 12.5rem;
  }

  .lg\:titles\:sp-mb-6>h6 {
    margin-bottom: 1.5rem;
  }

  .lg\:titles\:sp-mb-7>h6 {
    margin-bottom: 1.75rem;
  }

  .lg\:titles\:sp-mb-8>h6 {
    margin-bottom: 2rem;
  }

  .lg\:titles\:sp-mb-9>h6 {
    margin-bottom: 2.25rem;
  }

  .lg\:titles\:sp-mt-0>h6 {
    margin-top: 0px;
  }

  .lg\:titles\:sp-mt-1>h6 {
    margin-top: 0.25rem;
  }

  .lg\:titles\:sp-mt-10>h6 {
    margin-top: 2.5rem;
  }

  .lg\:titles\:sp-mt-100px>h6 {
    margin-top: 100px;
  }

  .lg\:titles\:sp-mt-12>h6 {
    margin-top: 3rem;
  }

  .lg\:titles\:sp-mt-14>h6 {
    margin-top: 3.5rem;
  }

  .lg\:titles\:sp-mt-16>h6 {
    margin-top: 4rem;
  }

  .lg\:titles\:sp-mt-18>h6 {
    margin-top: 4.5rem;
  }

  .lg\:titles\:sp-mt-2>h6 {
    margin-top: 0.5rem;
  }

  .lg\:titles\:sp-mt-20>h6 {
    margin-top: 5rem;
  }

  .lg\:titles\:sp-mt-250px>h6 {
    margin-top: 250px;
  }

  .lg\:titles\:sp-mt-3>h6 {
    margin-top: 0.75rem;
  }

  .lg\:titles\:sp-mt-30>h6 {
    margin-top: 7.5rem;
  }

  .lg\:titles\:sp-mt-300px>h6 {
    margin-top: 300px;
  }

  .lg\:titles\:sp-mt-4>h6 {
    margin-top: 1rem;
  }

  .lg\:titles\:sp-mt-40>h6 {
    margin-top: 10rem;
  }

  .lg\:titles\:sp-mt-5>h6 {
    margin-top: 1.25rem;
  }

  .lg\:titles\:sp-mt-50>h6 {
    margin-top: 12.5rem;
  }

  .lg\:titles\:sp-mt-6>h6 {
    margin-top: 1.5rem;
  }

  .lg\:titles\:sp-mt-7>h6 {
    margin-top: 1.75rem;
  }

  .lg\:titles\:sp-mt-8>h6 {
    margin-top: 2rem;
  }

  .lg\:titles\:sp-mt-9>h6 {
    margin-top: 2.25rem;
  }

  .lg\:titles\:sp-text-22px>h6 {
    font-size: 1.375rem;
  }

  .lg\:titles\:sp-text-26px>h6 {
    font-size: 1.625rem;
  }

  .lg\:titles\:sp-text-28px>h6 {
    font-size: 1.75rem;
  }

  .lg\:titles\:sp-text-2xl>h6 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:titles\:sp-text-3xl>h6 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:titles\:sp-text-4xl>h6 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:titles\:sp-text-5xl>h6 {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:titles\:sp-text-6xl>h6 {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:titles\:sp-text-7xl>h6 {
    font-size: 4.5rem;
    line-height: 1;
  }

  .lg\:titles\:sp-text-8xl>h6 {
    font-size: 6rem;
    line-height: 1;
  }

  .lg\:titles\:sp-text-9xl>h6 {
    font-size: 8rem;
    line-height: 1;
  }

  .lg\:titles\:sp-text-base>h6 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:titles\:sp-text-lg>h6 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:titles\:sp-text-sm>h6 {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:titles\:sp-text-xl>h6 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:titles\:sp-text-xs>h6 {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .lg\:titles\:sp-font-bold>h6 {
    font-weight: 700;
  }

  .lg\:titles\:sp-font-extrabold>h6 {
    font-weight: 800;
  }

  .lg\:titles\:sp-font-light>h6 {
    font-weight: 300;
  }

  .lg\:titles\:sp-font-medium>h6 {
    font-weight: 500;
  }

  .lg\:titles\:sp-font-normal>h6 {
    font-weight: 400;
  }

  .lg\:titles\:sp-font-semibold>h6 {
    font-weight: 600;
  }

  .lg\:titles\:sp-leading-loose>h6 {
    line-height: 2;
  }

  .lg\:titles\:sp-leading-none>h6 {
    line-height: 1;
  }

  .lg\:titles\:sp-leading-normal>h6 {
    line-height: 1.5;
  }

  .lg\:titles\:sp-leading-relaxed>h6 {
    line-height: 1.625;
  }

  .lg\:titles\:sp-leading-snug>h6 {
    line-height: 1.375;
  }

  .lg\:titles\:sp-leading-tight>h6 {
    line-height: 1.25;
  }

  .lg\:texts\:sp-text-22px>p {
    font-size: 1.375rem;
  }

  .lg\:texts\:sp-text-26px>p {
    font-size: 1.625rem;
  }

  .lg\:texts\:sp-text-28px>p {
    font-size: 1.75rem;
  }

  .lg\:texts\:sp-text-2xl>p {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:texts\:sp-text-3xl>p {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:texts\:sp-text-4xl>p {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:texts\:sp-text-5xl>p {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:texts\:sp-text-6xl>p {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:texts\:sp-text-7xl>p {
    font-size: 4.5rem;
    line-height: 1;
  }

  .lg\:texts\:sp-text-8xl>p {
    font-size: 6rem;
    line-height: 1;
  }

  .lg\:texts\:sp-text-9xl>p {
    font-size: 8rem;
    line-height: 1;
  }

  .lg\:texts\:sp-text-base>p {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:texts\:sp-text-lg>p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:texts\:sp-text-sm>p {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:texts\:sp-text-xl>p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:texts\:sp-text-xs>p {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .lg\:texts\:sp-font-bold>p {
    font-weight: 700;
  }

  .lg\:texts\:sp-font-extrabold>p {
    font-weight: 800;
  }

  .lg\:texts\:sp-font-light>p {
    font-weight: 300;
  }

  .lg\:texts\:sp-font-medium>p {
    font-weight: 500;
  }

  .lg\:texts\:sp-font-normal>p {
    font-weight: 400;
  }

  .lg\:texts\:sp-font-semibold>p {
    font-weight: 600;
  }

  .lg\:texts\:sp-leading-loose>p {
    line-height: 2;
  }

  .lg\:texts\:sp-leading-none>p {
    line-height: 1;
  }

  .lg\:texts\:sp-leading-normal>p {
    line-height: 1.5;
  }

  .lg\:texts\:sp-leading-relaxed>p {
    line-height: 1.625;
  }

  .lg\:texts\:sp-leading-snug>p {
    line-height: 1.375;
  }

  .lg\:texts\:sp-leading-tight>p {
    line-height: 1.25;
  }

  .lg\:texts\:sp-text-22px>a {
    font-size: 1.375rem;
  }

  .lg\:texts\:sp-text-26px>a {
    font-size: 1.625rem;
  }

  .lg\:texts\:sp-text-28px>a {
    font-size: 1.75rem;
  }

  .lg\:texts\:sp-text-2xl>a {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:texts\:sp-text-3xl>a {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:texts\:sp-text-4xl>a {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:texts\:sp-text-5xl>a {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:texts\:sp-text-6xl>a {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:texts\:sp-text-7xl>a {
    font-size: 4.5rem;
    line-height: 1;
  }

  .lg\:texts\:sp-text-8xl>a {
    font-size: 6rem;
    line-height: 1;
  }

  .lg\:texts\:sp-text-9xl>a {
    font-size: 8rem;
    line-height: 1;
  }

  .lg\:texts\:sp-text-base>a {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:texts\:sp-text-lg>a {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:texts\:sp-text-sm>a {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:texts\:sp-text-xl>a {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:texts\:sp-text-xs>a {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .lg\:texts\:sp-font-bold>a {
    font-weight: 700;
  }

  .lg\:texts\:sp-font-extrabold>a {
    font-weight: 800;
  }

  .lg\:texts\:sp-font-light>a {
    font-weight: 300;
  }

  .lg\:texts\:sp-font-medium>a {
    font-weight: 500;
  }

  .lg\:texts\:sp-font-normal>a {
    font-weight: 400;
  }

  .lg\:texts\:sp-font-semibold>a {
    font-weight: 600;
  }

  .lg\:texts\:sp-leading-loose>a {
    line-height: 2;
  }

  .lg\:texts\:sp-leading-none>a {
    line-height: 1;
  }

  .lg\:texts\:sp-leading-normal>a {
    line-height: 1.5;
  }

  .lg\:texts\:sp-leading-relaxed>a {
    line-height: 1.625;
  }

  .lg\:texts\:sp-leading-snug>a {
    line-height: 1.375;
  }

  .lg\:texts\:sp-leading-tight>a {
    line-height: 1.25;
  }

  .lg\:texts\:sp-text-22px li {
    font-size: 1.375rem;
  }

  .lg\:texts\:sp-text-26px li {
    font-size: 1.625rem;
  }

  .lg\:texts\:sp-text-28px li {
    font-size: 1.75rem;
  }

  .lg\:texts\:sp-text-2xl li {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:texts\:sp-text-3xl li {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:texts\:sp-text-4xl li {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:texts\:sp-text-5xl li {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:texts\:sp-text-6xl li {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:texts\:sp-text-7xl li {
    font-size: 4.5rem;
    line-height: 1;
  }

  .lg\:texts\:sp-text-8xl li {
    font-size: 6rem;
    line-height: 1;
  }

  .lg\:texts\:sp-text-9xl li {
    font-size: 8rem;
    line-height: 1;
  }

  .lg\:texts\:sp-text-base li {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:texts\:sp-text-lg li {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:texts\:sp-text-sm li {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:texts\:sp-text-xl li {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:texts\:sp-text-xs li {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .lg\:texts\:sp-font-bold li {
    font-weight: 700;
  }

  .lg\:texts\:sp-font-extrabold li {
    font-weight: 800;
  }

  .lg\:texts\:sp-font-light li {
    font-weight: 300;
  }

  .lg\:texts\:sp-font-medium li {
    font-weight: 500;
  }

  .lg\:texts\:sp-font-normal li {
    font-weight: 400;
  }

  .lg\:texts\:sp-font-semibold li {
    font-weight: 600;
  }

  .lg\:texts\:sp-leading-loose li {
    line-height: 2;
  }

  .lg\:texts\:sp-leading-none li {
    line-height: 1;
  }

  .lg\:texts\:sp-leading-normal li {
    line-height: 1.5;
  }

  .lg\:texts\:sp-leading-relaxed li {
    line-height: 1.625;
  }

  .lg\:texts\:sp-leading-snug li {
    line-height: 1.375;
  }

  .lg\:texts\:sp-leading-tight li {
    line-height: 1.25;
  }

  .lg\:texts\:sp-text-22px ol {
    font-size: 1.375rem;
  }

  .lg\:texts\:sp-text-26px ol {
    font-size: 1.625rem;
  }

  .lg\:texts\:sp-text-28px ol {
    font-size: 1.75rem;
  }

  .lg\:texts\:sp-text-2xl ol {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:texts\:sp-text-3xl ol {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:texts\:sp-text-4xl ol {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:texts\:sp-text-5xl ol {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:texts\:sp-text-6xl ol {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:texts\:sp-text-7xl ol {
    font-size: 4.5rem;
    line-height: 1;
  }

  .lg\:texts\:sp-text-8xl ol {
    font-size: 6rem;
    line-height: 1;
  }

  .lg\:texts\:sp-text-9xl ol {
    font-size: 8rem;
    line-height: 1;
  }

  .lg\:texts\:sp-text-base ol {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:texts\:sp-text-lg ol {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:texts\:sp-text-sm ol {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:texts\:sp-text-xl ol {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:texts\:sp-text-xs ol {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .lg\:texts\:sp-font-bold ol {
    font-weight: 700;
  }

  .lg\:texts\:sp-font-extrabold ol {
    font-weight: 800;
  }

  .lg\:texts\:sp-font-light ol {
    font-weight: 300;
  }

  .lg\:texts\:sp-font-medium ol {
    font-weight: 500;
  }

  .lg\:texts\:sp-font-normal ol {
    font-weight: 400;
  }

  .lg\:texts\:sp-font-semibold ol {
    font-weight: 600;
  }

  .lg\:texts\:sp-leading-loose ol {
    line-height: 2;
  }

  .lg\:texts\:sp-leading-none ol {
    line-height: 1;
  }

  .lg\:texts\:sp-leading-normal ol {
    line-height: 1.5;
  }

  .lg\:texts\:sp-leading-relaxed ol {
    line-height: 1.625;
  }

  .lg\:texts\:sp-leading-snug ol {
    line-height: 1.375;
  }

  .lg\:texts\:sp-leading-tight ol {
    line-height: 1.25;
  }
}

@media (max-width: 800px) {

  .sm\:sp-bottom-10 {
    bottom: 2.5rem;
  }

  .sm\:sp-right-1\/2 {
    right: 50%;
  }

  .sm\:sp-mb-0 {
    margin-bottom: 0px;
  }

  .sm\:sp-mb-1 {
    margin-bottom: 0.25rem;
  }

  .sm\:sp-mb-10 {
    margin-bottom: 2.5rem;
  }

  .sm\:sp-mb-100px {
    margin-bottom: 100px;
  }

  .sm\:sp-mb-12 {
    margin-bottom: 3rem;
  }

  .sm\:sp-mb-14 {
    margin-bottom: 3.5rem;
  }

  .sm\:sp-mb-16 {
    margin-bottom: 4rem;
  }

  .sm\:sp-mb-18 {
    margin-bottom: 4.5rem;
  }

  .sm\:sp-mb-2 {
    margin-bottom: 0.5rem;
  }

  .sm\:sp-mb-20 {
    margin-bottom: 5rem;
  }

  .sm\:sp-mb-250px {
    margin-bottom: 250px;
  }

  .sm\:sp-mb-3 {
    margin-bottom: 0.75rem;
  }

  .sm\:sp-mb-30 {
    margin-bottom: 7.5rem;
  }

  .sm\:sp-mb-300px {
    margin-bottom: 300px;
  }

  .sm\:sp-mb-4 {
    margin-bottom: 1rem;
  }

  .sm\:sp-mb-40 {
    margin-bottom: 10rem;
  }

  .sm\:sp-mb-5 {
    margin-bottom: 1.25rem;
  }

  .sm\:sp-mb-50 {
    margin-bottom: 12.5rem;
  }

  .sm\:sp-mb-6 {
    margin-bottom: 1.5rem;
  }

  .sm\:sp-mb-7 {
    margin-bottom: 1.75rem;
  }

  .sm\:sp-mb-8 {
    margin-bottom: 2rem;
  }

  .sm\:sp-mb-9 {
    margin-bottom: 2.25rem;
  }

  .sm\:sp-ml-0 {
    margin-left: 0px;
  }

  .sm\:sp-ml-1 {
    margin-left: 0.25rem;
  }

  .sm\:sp-ml-10 {
    margin-left: 2.5rem;
  }

  .sm\:sp-ml-100px {
    margin-left: 100px;
  }

  .sm\:sp-ml-12 {
    margin-left: 3rem;
  }

  .sm\:sp-ml-14 {
    margin-left: 3.5rem;
  }

  .sm\:sp-ml-16 {
    margin-left: 4rem;
  }

  .sm\:sp-ml-18 {
    margin-left: 4.5rem;
  }

  .sm\:sp-ml-2 {
    margin-left: 0.5rem;
  }

  .sm\:sp-ml-20 {
    margin-left: 5rem;
  }

  .sm\:sp-ml-250px {
    margin-left: 250px;
  }

  .sm\:sp-ml-3 {
    margin-left: 0.75rem;
  }

  .sm\:sp-ml-30 {
    margin-left: 7.5rem;
  }

  .sm\:sp-ml-300px {
    margin-left: 300px;
  }

  .sm\:sp-ml-4 {
    margin-left: 1rem;
  }

  .sm\:sp-ml-40 {
    margin-left: 10rem;
  }

  .sm\:sp-ml-5 {
    margin-left: 1.25rem;
  }

  .sm\:sp-ml-50 {
    margin-left: 12.5rem;
  }

  .sm\:sp-ml-6 {
    margin-left: 1.5rem;
  }

  .sm\:sp-ml-7 {
    margin-left: 1.75rem;
  }

  .sm\:sp-ml-8 {
    margin-left: 2rem;
  }

  .sm\:sp-ml-9 {
    margin-left: 2.25rem;
  }

  .sm\:sp-mr-0 {
    margin-right: 0px;
  }

  .sm\:sp-mr-1 {
    margin-right: 0.25rem;
  }

  .sm\:sp-mr-10 {
    margin-right: 2.5rem;
  }

  .sm\:sp-mr-100px {
    margin-right: 100px;
  }

  .sm\:sp-mr-12 {
    margin-right: 3rem;
  }

  .sm\:sp-mr-14 {
    margin-right: 3.5rem;
  }

  .sm\:sp-mr-16 {
    margin-right: 4rem;
  }

  .sm\:sp-mr-18 {
    margin-right: 4.5rem;
  }

  .sm\:sp-mr-2 {
    margin-right: 0.5rem;
  }

  .sm\:sp-mr-20 {
    margin-right: 5rem;
  }

  .sm\:sp-mr-250px {
    margin-right: 250px;
  }

  .sm\:sp-mr-3 {
    margin-right: 0.75rem;
  }

  .sm\:sp-mr-30 {
    margin-right: 7.5rem;
  }

  .sm\:sp-mr-300px {
    margin-right: 300px;
  }

  .sm\:sp-mr-4 {
    margin-right: 1rem;
  }

  .sm\:sp-mr-40 {
    margin-right: 10rem;
  }

  .sm\:sp-mr-5 {
    margin-right: 1.25rem;
  }

  .sm\:sp-mr-50 {
    margin-right: 12.5rem;
  }

  .sm\:sp-mr-6 {
    margin-right: 1.5rem;
  }

  .sm\:sp-mr-7 {
    margin-right: 1.75rem;
  }

  .sm\:sp-mr-8 {
    margin-right: 2rem;
  }

  .sm\:sp-mr-9 {
    margin-right: 2.25rem;
  }

  .sm\:sp-mt-0 {
    margin-top: 0px;
  }

  .sm\:sp-mt-1 {
    margin-top: 0.25rem;
  }

  .sm\:sp-mt-10 {
    margin-top: 2.5rem;
  }

  .sm\:sp-mt-100px {
    margin-top: 100px;
  }

  .sm\:sp-mt-12 {
    margin-top: 3rem;
  }

  .sm\:sp-mt-14 {
    margin-top: 3.5rem;
  }

  .sm\:sp-mt-16 {
    margin-top: 4rem;
  }

  .sm\:sp-mt-18 {
    margin-top: 4.5rem;
  }

  .sm\:sp-mt-2 {
    margin-top: 0.5rem;
  }

  .sm\:sp-mt-20 {
    margin-top: 5rem;
  }

  .sm\:sp-mt-250px {
    margin-top: 250px;
  }

  .sm\:sp-mt-3 {
    margin-top: 0.75rem;
  }

  .sm\:sp-mt-30 {
    margin-top: 7.5rem;
  }

  .sm\:sp-mt-300px {
    margin-top: 300px;
  }

  .sm\:sp-mt-4 {
    margin-top: 1rem;
  }

  .sm\:sp-mt-40 {
    margin-top: 10rem;
  }

  .sm\:sp-mt-5 {
    margin-top: 1.25rem;
  }

  .sm\:sp-mt-50 {
    margin-top: 12.5rem;
  }

  .sm\:sp-mt-6 {
    margin-top: 1.5rem;
  }

  .sm\:sp-mt-7 {
    margin-top: 1.75rem;
  }

  .sm\:sp-mt-8 {
    margin-top: 2rem;
  }

  .sm\:sp-mt-9 {
    margin-top: 2.25rem;
  }

  .sm\:sp-hidden {
    display: none;
  }

  .sm\:sp-aspect-4\/3 {
    aspect-ratio: 4/3;
  }

  .sm\:sp-aspect-4\/5 {
    aspect-ratio: 4/5;
  }

  .sm\:sp-aspect-square {
    aspect-ratio: 1 / 1;
  }

  .sm\:sp-aspect-video {
    aspect-ratio: 16 / 9;
  }

  .sm\:sp-h-1000px {
    height: 1000px;
  }

  .sm\:sp-h-100px {
    height: 100px;
  }

  .sm\:sp-h-10px {
    height: 10px;
  }

  .sm\:sp-h-1200px {
    height: 1200px;
  }

  .sm\:sp-h-125px {
    height: 125px;
  }

  .sm\:sp-h-1400px {
    height: 1400px;
  }

  .sm\:sp-h-150px {
    height: 150px;
  }

  .sm\:sp-h-15px {
    height: 15px;
  }

  .sm\:sp-h-1600px {
    height: 1600px;
  }

  .sm\:sp-h-175px {
    height: 175px;
  }

  .sm\:sp-h-1800px {
    height: 1800px;
  }

  .sm\:sp-h-2000px {
    height: 2000px;
  }

  .sm\:sp-h-200px {
    height: 200px;
  }

  .sm\:sp-h-20px {
    height: 20px;
  }

  .sm\:sp-h-225px {
    height: 225px;
  }

  .sm\:sp-h-250px {
    height: 250px;
  }

  .sm\:sp-h-25px {
    height: 25px;
  }

  .sm\:sp-h-275px {
    height: 275px;
  }

  .sm\:sp-h-300px {
    height: 300px;
  }

  .sm\:sp-h-30px {
    height: 30px;
  }

  .sm\:sp-h-350px {
    height: 350px;
  }

  .sm\:sp-h-35px {
    height: 35px;
  }

  .sm\:sp-h-400px {
    height: 400px;
  }

  .sm\:sp-h-40px {
    height: 40px;
  }

  .sm\:sp-h-450px {
    height: 450px;
  }

  .sm\:sp-h-45px {
    height: 45px;
  }

  .sm\:sp-h-500px {
    height: 500px;
  }

  .sm\:sp-h-50px {
    height: 50px;
  }

  .sm\:sp-h-550px {
    height: 550px;
  }

  .sm\:sp-h-600px {
    height: 600px;
  }

  .sm\:sp-h-60px {
    height: 60px;
  }

  .sm\:sp-h-650px {
    height: 650px;
  }

  .sm\:sp-h-700px {
    height: 700px;
  }

  .sm\:sp-h-70px {
    height: 70px;
  }

  .sm\:sp-h-750px {
    height: 750px;
  }

  .sm\:sp-h-800px {
    height: 800px;
  }

  .sm\:sp-h-80px {
    height: 80px;
  }

  .sm\:sp-h-900px {
    height: 900px;
  }

  .sm\:sp-h-90px {
    height: 90px;
  }

  .sm\:sp-h-full {
    height: 100%;
  }

  .sm\:sp-h-svh {
    height: 100svh;
  }

  .sm\:sp-min-h-1000px {
    min-height: 1000px;
  }

  .sm\:sp-min-h-100px {
    min-height: 100px;
  }

  .sm\:sp-min-h-10px {
    min-height: 10px;
  }

  .sm\:sp-min-h-1200px {
    min-height: 1200px;
  }

  .sm\:sp-min-h-125px {
    min-height: 125px;
  }

  .sm\:sp-min-h-1400px {
    min-height: 1400px;
  }

  .sm\:sp-min-h-150px {
    min-height: 150px;
  }

  .sm\:sp-min-h-15px {
    min-height: 15px;
  }

  .sm\:sp-min-h-1600px {
    min-height: 1600px;
  }

  .sm\:sp-min-h-175px {
    min-height: 175px;
  }

  .sm\:sp-min-h-1800px {
    min-height: 1800px;
  }

  .sm\:sp-min-h-2000px {
    min-height: 2000px;
  }

  .sm\:sp-min-h-200px {
    min-height: 200px;
  }

  .sm\:sp-min-h-20px {
    min-height: 20px;
  }

  .sm\:sp-min-h-225px {
    min-height: 225px;
  }

  .sm\:sp-min-h-250px {
    min-height: 250px;
  }

  .sm\:sp-min-h-25px {
    min-height: 25px;
  }

  .sm\:sp-min-h-275px {
    min-height: 275px;
  }

  .sm\:sp-min-h-300px {
    min-height: 300px;
  }

  .sm\:sp-min-h-30px {
    min-height: 30px;
  }

  .sm\:sp-min-h-350px {
    min-height: 350px;
  }

  .sm\:sp-min-h-35px {
    min-height: 35px;
  }

  .sm\:sp-min-h-400px {
    min-height: 400px;
  }

  .sm\:sp-min-h-40px {
    min-height: 40px;
  }

  .sm\:sp-min-h-450px {
    min-height: 450px;
  }

  .sm\:sp-min-h-45px {
    min-height: 45px;
  }

  .sm\:sp-min-h-500px {
    min-height: 500px;
  }

  .sm\:sp-min-h-50px {
    min-height: 50px;
  }

  .sm\:sp-min-h-550px {
    min-height: 550px;
  }

  .sm\:sp-min-h-600px {
    min-height: 600px;
  }

  .sm\:sp-min-h-60px {
    min-height: 60px;
  }

  .sm\:sp-min-h-650px {
    min-height: 650px;
  }

  .sm\:sp-min-h-700px {
    min-height: 700px;
  }

  .sm\:sp-min-h-70px {
    min-height: 70px;
  }

  .sm\:sp-min-h-750px {
    min-height: 750px;
  }

  .sm\:sp-min-h-800px {
    min-height: 800px;
  }

  .sm\:sp-min-h-80px {
    min-height: 80px;
  }

  .sm\:sp-min-h-900px {
    min-height: 900px;
  }

  .sm\:sp-min-h-90px {
    min-height: 90px;
  }

  .sm\:sp-min-h-full {
    min-height: 100%;
  }

  .sm\:sp-min-h-svh {
    min-height: 100svh;
  }

  .sm\:sp-w-1\/2 {
    width: 50%;
  }

  .sm\:sp-w-1\/4 {
    width: 25%;
  }

  .sm\:sp-w-3\/4 {
    width: 75%;
  }

  .sm\:sp-w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .sm\:sp-w-full {
    width: 100%;
  }

  .sm\:sp-max-w-1000px {
    max-width: 1000px;
  }

  .sm\:sp-max-w-100px {
    max-width: 100px;
  }

  .sm\:sp-max-w-10px {
    max-width: 10px;
  }

  .sm\:sp-max-w-1200px {
    max-width: 1200px;
  }

  .sm\:sp-max-w-125px {
    max-width: 125px;
  }

  .sm\:sp-max-w-1400px {
    max-width: 1400px;
  }

  .sm\:sp-max-w-150px {
    max-width: 150px;
  }

  .sm\:sp-max-w-15px {
    max-width: 15px;
  }

  .sm\:sp-max-w-1600px {
    max-width: 1600px;
  }

  .sm\:sp-max-w-175px {
    max-width: 175px;
  }

  .sm\:sp-max-w-1800px {
    max-width: 1800px;
  }

  .sm\:sp-max-w-2000px {
    max-width: 2000px;
  }

  .sm\:sp-max-w-200px {
    max-width: 200px;
  }

  .sm\:sp-max-w-20px {
    max-width: 20px;
  }

  .sm\:sp-max-w-225px {
    max-width: 225px;
  }

  .sm\:sp-max-w-250px {
    max-width: 250px;
  }

  .sm\:sp-max-w-25px {
    max-width: 25px;
  }

  .sm\:sp-max-w-275px {
    max-width: 275px;
  }

  .sm\:sp-max-w-300px {
    max-width: 300px;
  }

  .sm\:sp-max-w-30px {
    max-width: 30px;
  }

  .sm\:sp-max-w-350px {
    max-width: 350px;
  }

  .sm\:sp-max-w-35px {
    max-width: 35px;
  }

  .sm\:sp-max-w-400px {
    max-width: 400px;
  }

  .sm\:sp-max-w-40px {
    max-width: 40px;
  }

  .sm\:sp-max-w-450px {
    max-width: 450px;
  }

  .sm\:sp-max-w-45px {
    max-width: 45px;
  }

  .sm\:sp-max-w-500px {
    max-width: 500px;
  }

  .sm\:sp-max-w-50px {
    max-width: 50px;
  }

  .sm\:sp-max-w-550px {
    max-width: 550px;
  }

  .sm\:sp-max-w-600px {
    max-width: 600px;
  }

  .sm\:sp-max-w-60px {
    max-width: 60px;
  }

  .sm\:sp-max-w-650px {
    max-width: 650px;
  }

  .sm\:sp-max-w-700px {
    max-width: 700px;
  }

  .sm\:sp-max-w-70px {
    max-width: 70px;
  }

  .sm\:sp-max-w-750px {
    max-width: 750px;
  }

  .sm\:sp-max-w-800px {
    max-width: 800px;
  }

  .sm\:sp-max-w-80px {
    max-width: 80px;
  }

  .sm\:sp-max-w-900px {
    max-width: 900px;
  }

  .sm\:sp-max-w-90px {
    max-width: 90px;
  }

  .sm\:sp-max-w-full {
    max-width: 100%;
  }

  .sm\:sp-max-w-svh {
    max-width: 100svh;
  }

  .sm\:sp-translate-x-1\/2 {
    --tw-translate-x: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:sp-translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:sp-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:sp-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:sp-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:sp-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:sp-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sm\:sp-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sm\:sp-flex-row {
    flex-direction: row;
  }

  .sm\:sp-flex-row-reverse {
    flex-direction: row-reverse;
  }

  .sm\:sp-flex-col {
    flex-direction: column;
  }

  .sm\:sp-flex-col-reverse {
    flex-direction: column-reverse;
  }

  .sm\:sp-items-start {
    align-items: flex-start;
  }

  .sm\:sp-items-end {
    align-items: flex-end;
  }

  .sm\:sp-items-center {
    align-items: center;
  }

  .sm\:sp-justify-start {
    justify-content: flex-start;
  }

  .sm\:sp-justify-end {
    justify-content: flex-end;
  }

  .sm\:sp-justify-center {
    justify-content: center;
  }

  .sm\:sp-justify-between {
    justify-content: space-between;
  }

  .sm\:sp-justify-around {
    justify-content: space-around;
  }

  .sm\:sp-gap-0 {
    gap: 0px;
  }

  .sm\:sp-gap-1 {
    gap: 0.25rem;
  }

  .sm\:sp-gap-10 {
    gap: 2.5rem;
  }

  .sm\:sp-gap-100px {
    gap: 100px;
  }

  .sm\:sp-gap-12 {
    gap: 3rem;
  }

  .sm\:sp-gap-14 {
    gap: 3.5rem;
  }

  .sm\:sp-gap-16 {
    gap: 4rem;
  }

  .sm\:sp-gap-18 {
    gap: 4.5rem;
  }

  .sm\:sp-gap-2 {
    gap: 0.5rem;
  }

  .sm\:sp-gap-20 {
    gap: 5rem;
  }

  .sm\:sp-gap-250px {
    gap: 250px;
  }

  .sm\:sp-gap-3 {
    gap: 0.75rem;
  }

  .sm\:sp-gap-30 {
    gap: 7.5rem;
  }

  .sm\:sp-gap-300px {
    gap: 300px;
  }

  .sm\:sp-gap-4 {
    gap: 1rem;
  }

  .sm\:sp-gap-40 {
    gap: 10rem;
  }

  .sm\:sp-gap-5 {
    gap: 1.25rem;
  }

  .sm\:sp-gap-50 {
    gap: 12.5rem;
  }

  .sm\:sp-gap-6 {
    gap: 1.5rem;
  }

  .sm\:sp-gap-7 {
    gap: 1.75rem;
  }

  .sm\:sp-gap-8 {
    gap: 2rem;
  }

  .sm\:sp-gap-9 {
    gap: 2.25rem;
  }

  .sm\:sp-gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .sm\:sp-gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .sm\:sp-gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .sm\:sp-gap-x-100px {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

  .sm\:sp-gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .sm\:sp-gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .sm\:sp-gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .sm\:sp-gap-x-18 {
    -moz-column-gap: 4.5rem;
         column-gap: 4.5rem;
  }

  .sm\:sp-gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .sm\:sp-gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .sm\:sp-gap-x-250px {
    -moz-column-gap: 250px;
         column-gap: 250px;
  }

  .sm\:sp-gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .sm\:sp-gap-x-30 {
    -moz-column-gap: 7.5rem;
         column-gap: 7.5rem;
  }

  .sm\:sp-gap-x-300px {
    -moz-column-gap: 300px;
         column-gap: 300px;
  }

  .sm\:sp-gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .sm\:sp-gap-x-40 {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .sm\:sp-gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .sm\:sp-gap-x-50 {
    -moz-column-gap: 12.5rem;
         column-gap: 12.5rem;
  }

  .sm\:sp-gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .sm\:sp-gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .sm\:sp-gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .sm\:sp-gap-x-9 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .sm\:sp-gap-y-0 {
    row-gap: 0px;
  }

  .sm\:sp-gap-y-1 {
    row-gap: 0.25rem;
  }

  .sm\:sp-gap-y-10 {
    row-gap: 2.5rem;
  }

  .sm\:sp-gap-y-100px {
    row-gap: 100px;
  }

  .sm\:sp-gap-y-12 {
    row-gap: 3rem;
  }

  .sm\:sp-gap-y-14 {
    row-gap: 3.5rem;
  }

  .sm\:sp-gap-y-16 {
    row-gap: 4rem;
  }

  .sm\:sp-gap-y-18 {
    row-gap: 4.5rem;
  }

  .sm\:sp-gap-y-2 {
    row-gap: 0.5rem;
  }

  .sm\:sp-gap-y-20 {
    row-gap: 5rem;
  }

  .sm\:sp-gap-y-250px {
    row-gap: 250px;
  }

  .sm\:sp-gap-y-3 {
    row-gap: 0.75rem;
  }

  .sm\:sp-gap-y-30 {
    row-gap: 7.5rem;
  }

  .sm\:sp-gap-y-300px {
    row-gap: 300px;
  }

  .sm\:sp-gap-y-4 {
    row-gap: 1rem;
  }

  .sm\:sp-gap-y-40 {
    row-gap: 10rem;
  }

  .sm\:sp-gap-y-5 {
    row-gap: 1.25rem;
  }

  .sm\:sp-gap-y-50 {
    row-gap: 12.5rem;
  }

  .sm\:sp-gap-y-6 {
    row-gap: 1.5rem;
  }

  .sm\:sp-gap-y-7 {
    row-gap: 1.75rem;
  }

  .sm\:sp-gap-y-8 {
    row-gap: 2rem;
  }

  .sm\:sp-gap-y-9 {
    row-gap: 2.25rem;
  }

  .sm\:sp-rounded-2xl {
    border-radius: 1rem;
  }

  .sm\:sp-rounded-32 {
    border-radius: 32px;
  }

  .sm\:sp-rounded-3xl {
    border-radius: 1.5rem;
  }

  .sm\:sp-rounded-48 {
    border-radius: 48px;
  }

  .sm\:sp-rounded-60 {
    border-radius: 60px;
  }

  .sm\:sp-rounded-80 {
    border-radius: 80px;
  }

  .sm\:sp-rounded-full {
    border-radius: 9999px;
  }

  .sm\:sp-rounded-lg {
    border-radius: 0.5rem;
  }

  .sm\:sp-rounded-md {
    border-radius: 0.375rem;
  }

  .sm\:sp-rounded-none {
    border-radius: 0px;
  }

  .sm\:sp-rounded-xl {
    border-radius: 0.75rem;
  }

  .sm\:sp-rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .sm\:sp-rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .sm\:sp-rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .sm\:sp-rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .sm\:sp-rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .sm\:sp-rounded-br-none {
    border-bottom-right-radius: 0px;
  }

  .sm\:sp-rounded-tl-none {
    border-top-left-radius: 0px;
  }

  .sm\:sp-rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .sm\:sp-border-none {
    border-style: none;
  }

  .sm\:sp-pb-0 {
    padding-bottom: 0px;
  }

  .sm\:sp-pb-1 {
    padding-bottom: 0.25rem;
  }

  .sm\:sp-pb-10 {
    padding-bottom: 2.5rem;
  }

  .sm\:sp-pb-100px {
    padding-bottom: 100px;
  }

  .sm\:sp-pb-12 {
    padding-bottom: 3rem;
  }

  .sm\:sp-pb-14 {
    padding-bottom: 3.5rem;
  }

  .sm\:sp-pb-16 {
    padding-bottom: 4rem;
  }

  .sm\:sp-pb-18 {
    padding-bottom: 4.5rem;
  }

  .sm\:sp-pb-2 {
    padding-bottom: 0.5rem;
  }

  .sm\:sp-pb-20 {
    padding-bottom: 5rem;
  }

  .sm\:sp-pb-250px {
    padding-bottom: 250px;
  }

  .sm\:sp-pb-3 {
    padding-bottom: 0.75rem;
  }

  .sm\:sp-pb-30 {
    padding-bottom: 7.5rem;
  }

  .sm\:sp-pb-300px {
    padding-bottom: 300px;
  }

  .sm\:sp-pb-4 {
    padding-bottom: 1rem;
  }

  .sm\:sp-pb-40 {
    padding-bottom: 10rem;
  }

  .sm\:sp-pb-5 {
    padding-bottom: 1.25rem;
  }

  .sm\:sp-pb-50 {
    padding-bottom: 12.5rem;
  }

  .sm\:sp-pb-6 {
    padding-bottom: 1.5rem;
  }

  .sm\:sp-pb-7 {
    padding-bottom: 1.75rem;
  }

  .sm\:sp-pb-8 {
    padding-bottom: 2rem;
  }

  .sm\:sp-pb-9 {
    padding-bottom: 2.25rem;
  }

  .sm\:sp-pl-0 {
    padding-left: 0px;
  }

  .sm\:sp-pl-1 {
    padding-left: 0.25rem;
  }

  .sm\:sp-pl-10 {
    padding-left: 2.5rem;
  }

  .sm\:sp-pl-100px {
    padding-left: 100px;
  }

  .sm\:sp-pl-12 {
    padding-left: 3rem;
  }

  .sm\:sp-pl-14 {
    padding-left: 3.5rem;
  }

  .sm\:sp-pl-16 {
    padding-left: 4rem;
  }

  .sm\:sp-pl-18 {
    padding-left: 4.5rem;
  }

  .sm\:sp-pl-2 {
    padding-left: 0.5rem;
  }

  .sm\:sp-pl-20 {
    padding-left: 5rem;
  }

  .sm\:sp-pl-250px {
    padding-left: 250px;
  }

  .sm\:sp-pl-3 {
    padding-left: 0.75rem;
  }

  .sm\:sp-pl-30 {
    padding-left: 7.5rem;
  }

  .sm\:sp-pl-300px {
    padding-left: 300px;
  }

  .sm\:sp-pl-4 {
    padding-left: 1rem;
  }

  .sm\:sp-pl-40 {
    padding-left: 10rem;
  }

  .sm\:sp-pl-5 {
    padding-left: 1.25rem;
  }

  .sm\:sp-pl-50 {
    padding-left: 12.5rem;
  }

  .sm\:sp-pl-6 {
    padding-left: 1.5rem;
  }

  .sm\:sp-pl-7 {
    padding-left: 1.75rem;
  }

  .sm\:sp-pl-8 {
    padding-left: 2rem;
  }

  .sm\:sp-pl-9 {
    padding-left: 2.25rem;
  }

  .sm\:sp-pr-0 {
    padding-right: 0px;
  }

  .sm\:sp-pr-1 {
    padding-right: 0.25rem;
  }

  .sm\:sp-pr-10 {
    padding-right: 2.5rem;
  }

  .sm\:sp-pr-100px {
    padding-right: 100px;
  }

  .sm\:sp-pr-12 {
    padding-right: 3rem;
  }

  .sm\:sp-pr-14 {
    padding-right: 3.5rem;
  }

  .sm\:sp-pr-16 {
    padding-right: 4rem;
  }

  .sm\:sp-pr-18 {
    padding-right: 4.5rem;
  }

  .sm\:sp-pr-2 {
    padding-right: 0.5rem;
  }

  .sm\:sp-pr-20 {
    padding-right: 5rem;
  }

  .sm\:sp-pr-250px {
    padding-right: 250px;
  }

  .sm\:sp-pr-3 {
    padding-right: 0.75rem;
  }

  .sm\:sp-pr-30 {
    padding-right: 7.5rem;
  }

  .sm\:sp-pr-300px {
    padding-right: 300px;
  }

  .sm\:sp-pr-4 {
    padding-right: 1rem;
  }

  .sm\:sp-pr-40 {
    padding-right: 10rem;
  }

  .sm\:sp-pr-5 {
    padding-right: 1.25rem;
  }

  .sm\:sp-pr-50 {
    padding-right: 12.5rem;
  }

  .sm\:sp-pr-6 {
    padding-right: 1.5rem;
  }

  .sm\:sp-pr-7 {
    padding-right: 1.75rem;
  }

  .sm\:sp-pr-8 {
    padding-right: 2rem;
  }

  .sm\:sp-pr-9 {
    padding-right: 2.25rem;
  }

  .sm\:sp-pt-0 {
    padding-top: 0px;
  }

  .sm\:sp-pt-1 {
    padding-top: 0.25rem;
  }

  .sm\:sp-pt-10 {
    padding-top: 2.5rem;
  }

  .sm\:sp-pt-100px {
    padding-top: 100px;
  }

  .sm\:sp-pt-12 {
    padding-top: 3rem;
  }

  .sm\:sp-pt-14 {
    padding-top: 3.5rem;
  }

  .sm\:sp-pt-16 {
    padding-top: 4rem;
  }

  .sm\:sp-pt-18 {
    padding-top: 4.5rem;
  }

  .sm\:sp-pt-2 {
    padding-top: 0.5rem;
  }

  .sm\:sp-pt-20 {
    padding-top: 5rem;
  }

  .sm\:sp-pt-250px {
    padding-top: 250px;
  }

  .sm\:sp-pt-3 {
    padding-top: 0.75rem;
  }

  .sm\:sp-pt-30 {
    padding-top: 7.5rem;
  }

  .sm\:sp-pt-300px {
    padding-top: 300px;
  }

  .sm\:sp-pt-4 {
    padding-top: 1rem;
  }

  .sm\:sp-pt-40 {
    padding-top: 10rem;
  }

  .sm\:sp-pt-5 {
    padding-top: 1.25rem;
  }

  .sm\:sp-pt-50 {
    padding-top: 12.5rem;
  }

  .sm\:sp-pt-6 {
    padding-top: 1.5rem;
  }

  .sm\:sp-pt-7 {
    padding-top: 1.75rem;
  }

  .sm\:sp-pt-8 {
    padding-top: 2rem;
  }

  .sm\:sp-pt-9 {
    padding-top: 2.25rem;
  }

  .sm\:sp-text-left {
    text-align: left;
  }

  .sm\:sp-text-center {
    text-align: center;
  }

  .sm\:sp-text-right {
    text-align: right;
  }

  .sm\:sp-rounded-tlbr-none {
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .sm\:sp-rounded-trbl-none {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:titles\:sp-mb-0>h1 {
    margin-bottom: 0px;
  }

  .sm\:titles\:sp-mb-1>h1 {
    margin-bottom: 0.25rem;
  }

  .sm\:titles\:sp-mb-10>h1 {
    margin-bottom: 2.5rem;
  }

  .sm\:titles\:sp-mb-100px>h1 {
    margin-bottom: 100px;
  }

  .sm\:titles\:sp-mb-12>h1 {
    margin-bottom: 3rem;
  }

  .sm\:titles\:sp-mb-14>h1 {
    margin-bottom: 3.5rem;
  }

  .sm\:titles\:sp-mb-16>h1 {
    margin-bottom: 4rem;
  }

  .sm\:titles\:sp-mb-18>h1 {
    margin-bottom: 4.5rem;
  }

  .sm\:titles\:sp-mb-2>h1 {
    margin-bottom: 0.5rem;
  }

  .sm\:titles\:sp-mb-20>h1 {
    margin-bottom: 5rem;
  }

  .sm\:titles\:sp-mb-250px>h1 {
    margin-bottom: 250px;
  }

  .sm\:titles\:sp-mb-3>h1 {
    margin-bottom: 0.75rem;
  }

  .sm\:titles\:sp-mb-30>h1 {
    margin-bottom: 7.5rem;
  }

  .sm\:titles\:sp-mb-300px>h1 {
    margin-bottom: 300px;
  }

  .sm\:titles\:sp-mb-4>h1 {
    margin-bottom: 1rem;
  }

  .sm\:titles\:sp-mb-40>h1 {
    margin-bottom: 10rem;
  }

  .sm\:titles\:sp-mb-5>h1 {
    margin-bottom: 1.25rem;
  }

  .sm\:titles\:sp-mb-50>h1 {
    margin-bottom: 12.5rem;
  }

  .sm\:titles\:sp-mb-6>h1 {
    margin-bottom: 1.5rem;
  }

  .sm\:titles\:sp-mb-7>h1 {
    margin-bottom: 1.75rem;
  }

  .sm\:titles\:sp-mb-8>h1 {
    margin-bottom: 2rem;
  }

  .sm\:titles\:sp-mb-9>h1 {
    margin-bottom: 2.25rem;
  }

  .sm\:titles\:sp-mt-0>h1 {
    margin-top: 0px;
  }

  .sm\:titles\:sp-mt-1>h1 {
    margin-top: 0.25rem;
  }

  .sm\:titles\:sp-mt-10>h1 {
    margin-top: 2.5rem;
  }

  .sm\:titles\:sp-mt-100px>h1 {
    margin-top: 100px;
  }

  .sm\:titles\:sp-mt-12>h1 {
    margin-top: 3rem;
  }

  .sm\:titles\:sp-mt-14>h1 {
    margin-top: 3.5rem;
  }

  .sm\:titles\:sp-mt-16>h1 {
    margin-top: 4rem;
  }

  .sm\:titles\:sp-mt-18>h1 {
    margin-top: 4.5rem;
  }

  .sm\:titles\:sp-mt-2>h1 {
    margin-top: 0.5rem;
  }

  .sm\:titles\:sp-mt-20>h1 {
    margin-top: 5rem;
  }

  .sm\:titles\:sp-mt-250px>h1 {
    margin-top: 250px;
  }

  .sm\:titles\:sp-mt-3>h1 {
    margin-top: 0.75rem;
  }

  .sm\:titles\:sp-mt-30>h1 {
    margin-top: 7.5rem;
  }

  .sm\:titles\:sp-mt-300px>h1 {
    margin-top: 300px;
  }

  .sm\:titles\:sp-mt-4>h1 {
    margin-top: 1rem;
  }

  .sm\:titles\:sp-mt-40>h1 {
    margin-top: 10rem;
  }

  .sm\:titles\:sp-mt-5>h1 {
    margin-top: 1.25rem;
  }

  .sm\:titles\:sp-mt-50>h1 {
    margin-top: 12.5rem;
  }

  .sm\:titles\:sp-mt-6>h1 {
    margin-top: 1.5rem;
  }

  .sm\:titles\:sp-mt-7>h1 {
    margin-top: 1.75rem;
  }

  .sm\:titles\:sp-mt-8>h1 {
    margin-top: 2rem;
  }

  .sm\:titles\:sp-mt-9>h1 {
    margin-top: 2.25rem;
  }

  .sm\:titles\:sp-text-22px>h1 {
    font-size: 1.375rem;
  }

  .sm\:titles\:sp-text-26px>h1 {
    font-size: 1.625rem;
  }

  .sm\:titles\:sp-text-28px>h1 {
    font-size: 1.75rem;
  }

  .sm\:titles\:sp-text-2xl>h1 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:titles\:sp-text-3xl>h1 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:titles\:sp-text-4xl>h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:titles\:sp-text-5xl>h1 {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:titles\:sp-text-6xl>h1 {
    font-size: 3.75rem;
    line-height: 1;
  }

  .sm\:titles\:sp-text-7xl>h1 {
    font-size: 4.5rem;
    line-height: 1;
  }

  .sm\:titles\:sp-text-8xl>h1 {
    font-size: 6rem;
    line-height: 1;
  }

  .sm\:titles\:sp-text-9xl>h1 {
    font-size: 8rem;
    line-height: 1;
  }

  .sm\:titles\:sp-text-base>h1 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:titles\:sp-text-lg>h1 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:titles\:sp-text-sm>h1 {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:titles\:sp-text-xl>h1 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:titles\:sp-text-xs>h1 {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .sm\:titles\:sp-font-bold>h1 {
    font-weight: 700;
  }

  .sm\:titles\:sp-font-extrabold>h1 {
    font-weight: 800;
  }

  .sm\:titles\:sp-font-light>h1 {
    font-weight: 300;
  }

  .sm\:titles\:sp-font-medium>h1 {
    font-weight: 500;
  }

  .sm\:titles\:sp-font-normal>h1 {
    font-weight: 400;
  }

  .sm\:titles\:sp-font-semibold>h1 {
    font-weight: 600;
  }

  .sm\:titles\:sp-leading-loose>h1 {
    line-height: 2;
  }

  .sm\:titles\:sp-leading-none>h1 {
    line-height: 1;
  }

  .sm\:titles\:sp-leading-normal>h1 {
    line-height: 1.5;
  }

  .sm\:titles\:sp-leading-relaxed>h1 {
    line-height: 1.625;
  }

  .sm\:titles\:sp-leading-snug>h1 {
    line-height: 1.375;
  }

  .sm\:titles\:sp-leading-tight>h1 {
    line-height: 1.25;
  }

  .sm\:titles\:sp-mb-0>h2 {
    margin-bottom: 0px;
  }

  .sm\:titles\:sp-mb-1>h2 {
    margin-bottom: 0.25rem;
  }

  .sm\:titles\:sp-mb-10>h2 {
    margin-bottom: 2.5rem;
  }

  .sm\:titles\:sp-mb-100px>h2 {
    margin-bottom: 100px;
  }

  .sm\:titles\:sp-mb-12>h2 {
    margin-bottom: 3rem;
  }

  .sm\:titles\:sp-mb-14>h2 {
    margin-bottom: 3.5rem;
  }

  .sm\:titles\:sp-mb-16>h2 {
    margin-bottom: 4rem;
  }

  .sm\:titles\:sp-mb-18>h2 {
    margin-bottom: 4.5rem;
  }

  .sm\:titles\:sp-mb-2>h2 {
    margin-bottom: 0.5rem;
  }

  .sm\:titles\:sp-mb-20>h2 {
    margin-bottom: 5rem;
  }

  .sm\:titles\:sp-mb-250px>h2 {
    margin-bottom: 250px;
  }

  .sm\:titles\:sp-mb-3>h2 {
    margin-bottom: 0.75rem;
  }

  .sm\:titles\:sp-mb-30>h2 {
    margin-bottom: 7.5rem;
  }

  .sm\:titles\:sp-mb-300px>h2 {
    margin-bottom: 300px;
  }

  .sm\:titles\:sp-mb-4>h2 {
    margin-bottom: 1rem;
  }

  .sm\:titles\:sp-mb-40>h2 {
    margin-bottom: 10rem;
  }

  .sm\:titles\:sp-mb-5>h2 {
    margin-bottom: 1.25rem;
  }

  .sm\:titles\:sp-mb-50>h2 {
    margin-bottom: 12.5rem;
  }

  .sm\:titles\:sp-mb-6>h2 {
    margin-bottom: 1.5rem;
  }

  .sm\:titles\:sp-mb-7>h2 {
    margin-bottom: 1.75rem;
  }

  .sm\:titles\:sp-mb-8>h2 {
    margin-bottom: 2rem;
  }

  .sm\:titles\:sp-mb-9>h2 {
    margin-bottom: 2.25rem;
  }

  .sm\:titles\:sp-mt-0>h2 {
    margin-top: 0px;
  }

  .sm\:titles\:sp-mt-1>h2 {
    margin-top: 0.25rem;
  }

  .sm\:titles\:sp-mt-10>h2 {
    margin-top: 2.5rem;
  }

  .sm\:titles\:sp-mt-100px>h2 {
    margin-top: 100px;
  }

  .sm\:titles\:sp-mt-12>h2 {
    margin-top: 3rem;
  }

  .sm\:titles\:sp-mt-14>h2 {
    margin-top: 3.5rem;
  }

  .sm\:titles\:sp-mt-16>h2 {
    margin-top: 4rem;
  }

  .sm\:titles\:sp-mt-18>h2 {
    margin-top: 4.5rem;
  }

  .sm\:titles\:sp-mt-2>h2 {
    margin-top: 0.5rem;
  }

  .sm\:titles\:sp-mt-20>h2 {
    margin-top: 5rem;
  }

  .sm\:titles\:sp-mt-250px>h2 {
    margin-top: 250px;
  }

  .sm\:titles\:sp-mt-3>h2 {
    margin-top: 0.75rem;
  }

  .sm\:titles\:sp-mt-30>h2 {
    margin-top: 7.5rem;
  }

  .sm\:titles\:sp-mt-300px>h2 {
    margin-top: 300px;
  }

  .sm\:titles\:sp-mt-4>h2 {
    margin-top: 1rem;
  }

  .sm\:titles\:sp-mt-40>h2 {
    margin-top: 10rem;
  }

  .sm\:titles\:sp-mt-5>h2 {
    margin-top: 1.25rem;
  }

  .sm\:titles\:sp-mt-50>h2 {
    margin-top: 12.5rem;
  }

  .sm\:titles\:sp-mt-6>h2 {
    margin-top: 1.5rem;
  }

  .sm\:titles\:sp-mt-7>h2 {
    margin-top: 1.75rem;
  }

  .sm\:titles\:sp-mt-8>h2 {
    margin-top: 2rem;
  }

  .sm\:titles\:sp-mt-9>h2 {
    margin-top: 2.25rem;
  }

  .sm\:titles\:sp-text-22px>h2 {
    font-size: 1.375rem;
  }

  .sm\:titles\:sp-text-26px>h2 {
    font-size: 1.625rem;
  }

  .sm\:titles\:sp-text-28px>h2 {
    font-size: 1.75rem;
  }

  .sm\:titles\:sp-text-2xl>h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:titles\:sp-text-3xl>h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:titles\:sp-text-4xl>h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:titles\:sp-text-5xl>h2 {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:titles\:sp-text-6xl>h2 {
    font-size: 3.75rem;
    line-height: 1;
  }

  .sm\:titles\:sp-text-7xl>h2 {
    font-size: 4.5rem;
    line-height: 1;
  }

  .sm\:titles\:sp-text-8xl>h2 {
    font-size: 6rem;
    line-height: 1;
  }

  .sm\:titles\:sp-text-9xl>h2 {
    font-size: 8rem;
    line-height: 1;
  }

  .sm\:titles\:sp-text-base>h2 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:titles\:sp-text-lg>h2 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:titles\:sp-text-sm>h2 {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:titles\:sp-text-xl>h2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:titles\:sp-text-xs>h2 {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .sm\:titles\:sp-font-bold>h2 {
    font-weight: 700;
  }

  .sm\:titles\:sp-font-extrabold>h2 {
    font-weight: 800;
  }

  .sm\:titles\:sp-font-light>h2 {
    font-weight: 300;
  }

  .sm\:titles\:sp-font-medium>h2 {
    font-weight: 500;
  }

  .sm\:titles\:sp-font-normal>h2 {
    font-weight: 400;
  }

  .sm\:titles\:sp-font-semibold>h2 {
    font-weight: 600;
  }

  .sm\:titles\:sp-leading-loose>h2 {
    line-height: 2;
  }

  .sm\:titles\:sp-leading-none>h2 {
    line-height: 1;
  }

  .sm\:titles\:sp-leading-normal>h2 {
    line-height: 1.5;
  }

  .sm\:titles\:sp-leading-relaxed>h2 {
    line-height: 1.625;
  }

  .sm\:titles\:sp-leading-snug>h2 {
    line-height: 1.375;
  }

  .sm\:titles\:sp-leading-tight>h2 {
    line-height: 1.25;
  }

  .sm\:titles\:sp-mb-0>h3 {
    margin-bottom: 0px;
  }

  .sm\:titles\:sp-mb-1>h3 {
    margin-bottom: 0.25rem;
  }

  .sm\:titles\:sp-mb-10>h3 {
    margin-bottom: 2.5rem;
  }

  .sm\:titles\:sp-mb-100px>h3 {
    margin-bottom: 100px;
  }

  .sm\:titles\:sp-mb-12>h3 {
    margin-bottom: 3rem;
  }

  .sm\:titles\:sp-mb-14>h3 {
    margin-bottom: 3.5rem;
  }

  .sm\:titles\:sp-mb-16>h3 {
    margin-bottom: 4rem;
  }

  .sm\:titles\:sp-mb-18>h3 {
    margin-bottom: 4.5rem;
  }

  .sm\:titles\:sp-mb-2>h3 {
    margin-bottom: 0.5rem;
  }

  .sm\:titles\:sp-mb-20>h3 {
    margin-bottom: 5rem;
  }

  .sm\:titles\:sp-mb-250px>h3 {
    margin-bottom: 250px;
  }

  .sm\:titles\:sp-mb-3>h3 {
    margin-bottom: 0.75rem;
  }

  .sm\:titles\:sp-mb-30>h3 {
    margin-bottom: 7.5rem;
  }

  .sm\:titles\:sp-mb-300px>h3 {
    margin-bottom: 300px;
  }

  .sm\:titles\:sp-mb-4>h3 {
    margin-bottom: 1rem;
  }

  .sm\:titles\:sp-mb-40>h3 {
    margin-bottom: 10rem;
  }

  .sm\:titles\:sp-mb-5>h3 {
    margin-bottom: 1.25rem;
  }

  .sm\:titles\:sp-mb-50>h3 {
    margin-bottom: 12.5rem;
  }

  .sm\:titles\:sp-mb-6>h3 {
    margin-bottom: 1.5rem;
  }

  .sm\:titles\:sp-mb-7>h3 {
    margin-bottom: 1.75rem;
  }

  .sm\:titles\:sp-mb-8>h3 {
    margin-bottom: 2rem;
  }

  .sm\:titles\:sp-mb-9>h3 {
    margin-bottom: 2.25rem;
  }

  .sm\:titles\:sp-mt-0>h3 {
    margin-top: 0px;
  }

  .sm\:titles\:sp-mt-1>h3 {
    margin-top: 0.25rem;
  }

  .sm\:titles\:sp-mt-10>h3 {
    margin-top: 2.5rem;
  }

  .sm\:titles\:sp-mt-100px>h3 {
    margin-top: 100px;
  }

  .sm\:titles\:sp-mt-12>h3 {
    margin-top: 3rem;
  }

  .sm\:titles\:sp-mt-14>h3 {
    margin-top: 3.5rem;
  }

  .sm\:titles\:sp-mt-16>h3 {
    margin-top: 4rem;
  }

  .sm\:titles\:sp-mt-18>h3 {
    margin-top: 4.5rem;
  }

  .sm\:titles\:sp-mt-2>h3 {
    margin-top: 0.5rem;
  }

  .sm\:titles\:sp-mt-20>h3 {
    margin-top: 5rem;
  }

  .sm\:titles\:sp-mt-250px>h3 {
    margin-top: 250px;
  }

  .sm\:titles\:sp-mt-3>h3 {
    margin-top: 0.75rem;
  }

  .sm\:titles\:sp-mt-30>h3 {
    margin-top: 7.5rem;
  }

  .sm\:titles\:sp-mt-300px>h3 {
    margin-top: 300px;
  }

  .sm\:titles\:sp-mt-4>h3 {
    margin-top: 1rem;
  }

  .sm\:titles\:sp-mt-40>h3 {
    margin-top: 10rem;
  }

  .sm\:titles\:sp-mt-5>h3 {
    margin-top: 1.25rem;
  }

  .sm\:titles\:sp-mt-50>h3 {
    margin-top: 12.5rem;
  }

  .sm\:titles\:sp-mt-6>h3 {
    margin-top: 1.5rem;
  }

  .sm\:titles\:sp-mt-7>h3 {
    margin-top: 1.75rem;
  }

  .sm\:titles\:sp-mt-8>h3 {
    margin-top: 2rem;
  }

  .sm\:titles\:sp-mt-9>h3 {
    margin-top: 2.25rem;
  }

  .sm\:titles\:sp-text-22px>h3 {
    font-size: 1.375rem;
  }

  .sm\:titles\:sp-text-26px>h3 {
    font-size: 1.625rem;
  }

  .sm\:titles\:sp-text-28px>h3 {
    font-size: 1.75rem;
  }

  .sm\:titles\:sp-text-2xl>h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:titles\:sp-text-3xl>h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:titles\:sp-text-4xl>h3 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:titles\:sp-text-5xl>h3 {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:titles\:sp-text-6xl>h3 {
    font-size: 3.75rem;
    line-height: 1;
  }

  .sm\:titles\:sp-text-7xl>h3 {
    font-size: 4.5rem;
    line-height: 1;
  }

  .sm\:titles\:sp-text-8xl>h3 {
    font-size: 6rem;
    line-height: 1;
  }

  .sm\:titles\:sp-text-9xl>h3 {
    font-size: 8rem;
    line-height: 1;
  }

  .sm\:titles\:sp-text-base>h3 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:titles\:sp-text-lg>h3 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:titles\:sp-text-sm>h3 {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:titles\:sp-text-xl>h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:titles\:sp-text-xs>h3 {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .sm\:titles\:sp-font-bold>h3 {
    font-weight: 700;
  }

  .sm\:titles\:sp-font-extrabold>h3 {
    font-weight: 800;
  }

  .sm\:titles\:sp-font-light>h3 {
    font-weight: 300;
  }

  .sm\:titles\:sp-font-medium>h3 {
    font-weight: 500;
  }

  .sm\:titles\:sp-font-normal>h3 {
    font-weight: 400;
  }

  .sm\:titles\:sp-font-semibold>h3 {
    font-weight: 600;
  }

  .sm\:titles\:sp-leading-loose>h3 {
    line-height: 2;
  }

  .sm\:titles\:sp-leading-none>h3 {
    line-height: 1;
  }

  .sm\:titles\:sp-leading-normal>h3 {
    line-height: 1.5;
  }

  .sm\:titles\:sp-leading-relaxed>h3 {
    line-height: 1.625;
  }

  .sm\:titles\:sp-leading-snug>h3 {
    line-height: 1.375;
  }

  .sm\:titles\:sp-leading-tight>h3 {
    line-height: 1.25;
  }

  .sm\:titles\:sp-mb-0>h4 {
    margin-bottom: 0px;
  }

  .sm\:titles\:sp-mb-1>h4 {
    margin-bottom: 0.25rem;
  }

  .sm\:titles\:sp-mb-10>h4 {
    margin-bottom: 2.5rem;
  }

  .sm\:titles\:sp-mb-100px>h4 {
    margin-bottom: 100px;
  }

  .sm\:titles\:sp-mb-12>h4 {
    margin-bottom: 3rem;
  }

  .sm\:titles\:sp-mb-14>h4 {
    margin-bottom: 3.5rem;
  }

  .sm\:titles\:sp-mb-16>h4 {
    margin-bottom: 4rem;
  }

  .sm\:titles\:sp-mb-18>h4 {
    margin-bottom: 4.5rem;
  }

  .sm\:titles\:sp-mb-2>h4 {
    margin-bottom: 0.5rem;
  }

  .sm\:titles\:sp-mb-20>h4 {
    margin-bottom: 5rem;
  }

  .sm\:titles\:sp-mb-250px>h4 {
    margin-bottom: 250px;
  }

  .sm\:titles\:sp-mb-3>h4 {
    margin-bottom: 0.75rem;
  }

  .sm\:titles\:sp-mb-30>h4 {
    margin-bottom: 7.5rem;
  }

  .sm\:titles\:sp-mb-300px>h4 {
    margin-bottom: 300px;
  }

  .sm\:titles\:sp-mb-4>h4 {
    margin-bottom: 1rem;
  }

  .sm\:titles\:sp-mb-40>h4 {
    margin-bottom: 10rem;
  }

  .sm\:titles\:sp-mb-5>h4 {
    margin-bottom: 1.25rem;
  }

  .sm\:titles\:sp-mb-50>h4 {
    margin-bottom: 12.5rem;
  }

  .sm\:titles\:sp-mb-6>h4 {
    margin-bottom: 1.5rem;
  }

  .sm\:titles\:sp-mb-7>h4 {
    margin-bottom: 1.75rem;
  }

  .sm\:titles\:sp-mb-8>h4 {
    margin-bottom: 2rem;
  }

  .sm\:titles\:sp-mb-9>h4 {
    margin-bottom: 2.25rem;
  }

  .sm\:titles\:sp-mt-0>h4 {
    margin-top: 0px;
  }

  .sm\:titles\:sp-mt-1>h4 {
    margin-top: 0.25rem;
  }

  .sm\:titles\:sp-mt-10>h4 {
    margin-top: 2.5rem;
  }

  .sm\:titles\:sp-mt-100px>h4 {
    margin-top: 100px;
  }

  .sm\:titles\:sp-mt-12>h4 {
    margin-top: 3rem;
  }

  .sm\:titles\:sp-mt-14>h4 {
    margin-top: 3.5rem;
  }

  .sm\:titles\:sp-mt-16>h4 {
    margin-top: 4rem;
  }

  .sm\:titles\:sp-mt-18>h4 {
    margin-top: 4.5rem;
  }

  .sm\:titles\:sp-mt-2>h4 {
    margin-top: 0.5rem;
  }

  .sm\:titles\:sp-mt-20>h4 {
    margin-top: 5rem;
  }

  .sm\:titles\:sp-mt-250px>h4 {
    margin-top: 250px;
  }

  .sm\:titles\:sp-mt-3>h4 {
    margin-top: 0.75rem;
  }

  .sm\:titles\:sp-mt-30>h4 {
    margin-top: 7.5rem;
  }

  .sm\:titles\:sp-mt-300px>h4 {
    margin-top: 300px;
  }

  .sm\:titles\:sp-mt-4>h4 {
    margin-top: 1rem;
  }

  .sm\:titles\:sp-mt-40>h4 {
    margin-top: 10rem;
  }

  .sm\:titles\:sp-mt-5>h4 {
    margin-top: 1.25rem;
  }

  .sm\:titles\:sp-mt-50>h4 {
    margin-top: 12.5rem;
  }

  .sm\:titles\:sp-mt-6>h4 {
    margin-top: 1.5rem;
  }

  .sm\:titles\:sp-mt-7>h4 {
    margin-top: 1.75rem;
  }

  .sm\:titles\:sp-mt-8>h4 {
    margin-top: 2rem;
  }

  .sm\:titles\:sp-mt-9>h4 {
    margin-top: 2.25rem;
  }

  .sm\:titles\:sp-text-22px>h4 {
    font-size: 1.375rem;
  }

  .sm\:titles\:sp-text-26px>h4 {
    font-size: 1.625rem;
  }

  .sm\:titles\:sp-text-28px>h4 {
    font-size: 1.75rem;
  }

  .sm\:titles\:sp-text-2xl>h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:titles\:sp-text-3xl>h4 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:titles\:sp-text-4xl>h4 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:titles\:sp-text-5xl>h4 {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:titles\:sp-text-6xl>h4 {
    font-size: 3.75rem;
    line-height: 1;
  }

  .sm\:titles\:sp-text-7xl>h4 {
    font-size: 4.5rem;
    line-height: 1;
  }

  .sm\:titles\:sp-text-8xl>h4 {
    font-size: 6rem;
    line-height: 1;
  }

  .sm\:titles\:sp-text-9xl>h4 {
    font-size: 8rem;
    line-height: 1;
  }

  .sm\:titles\:sp-text-base>h4 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:titles\:sp-text-lg>h4 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:titles\:sp-text-sm>h4 {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:titles\:sp-text-xl>h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:titles\:sp-text-xs>h4 {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .sm\:titles\:sp-font-bold>h4 {
    font-weight: 700;
  }

  .sm\:titles\:sp-font-extrabold>h4 {
    font-weight: 800;
  }

  .sm\:titles\:sp-font-light>h4 {
    font-weight: 300;
  }

  .sm\:titles\:sp-font-medium>h4 {
    font-weight: 500;
  }

  .sm\:titles\:sp-font-normal>h4 {
    font-weight: 400;
  }

  .sm\:titles\:sp-font-semibold>h4 {
    font-weight: 600;
  }

  .sm\:titles\:sp-leading-loose>h4 {
    line-height: 2;
  }

  .sm\:titles\:sp-leading-none>h4 {
    line-height: 1;
  }

  .sm\:titles\:sp-leading-normal>h4 {
    line-height: 1.5;
  }

  .sm\:titles\:sp-leading-relaxed>h4 {
    line-height: 1.625;
  }

  .sm\:titles\:sp-leading-snug>h4 {
    line-height: 1.375;
  }

  .sm\:titles\:sp-leading-tight>h4 {
    line-height: 1.25;
  }

  .sm\:titles\:sp-mb-0>h5 {
    margin-bottom: 0px;
  }

  .sm\:titles\:sp-mb-1>h5 {
    margin-bottom: 0.25rem;
  }

  .sm\:titles\:sp-mb-10>h5 {
    margin-bottom: 2.5rem;
  }

  .sm\:titles\:sp-mb-100px>h5 {
    margin-bottom: 100px;
  }

  .sm\:titles\:sp-mb-12>h5 {
    margin-bottom: 3rem;
  }

  .sm\:titles\:sp-mb-14>h5 {
    margin-bottom: 3.5rem;
  }

  .sm\:titles\:sp-mb-16>h5 {
    margin-bottom: 4rem;
  }

  .sm\:titles\:sp-mb-18>h5 {
    margin-bottom: 4.5rem;
  }

  .sm\:titles\:sp-mb-2>h5 {
    margin-bottom: 0.5rem;
  }

  .sm\:titles\:sp-mb-20>h5 {
    margin-bottom: 5rem;
  }

  .sm\:titles\:sp-mb-250px>h5 {
    margin-bottom: 250px;
  }

  .sm\:titles\:sp-mb-3>h5 {
    margin-bottom: 0.75rem;
  }

  .sm\:titles\:sp-mb-30>h5 {
    margin-bottom: 7.5rem;
  }

  .sm\:titles\:sp-mb-300px>h5 {
    margin-bottom: 300px;
  }

  .sm\:titles\:sp-mb-4>h5 {
    margin-bottom: 1rem;
  }

  .sm\:titles\:sp-mb-40>h5 {
    margin-bottom: 10rem;
  }

  .sm\:titles\:sp-mb-5>h5 {
    margin-bottom: 1.25rem;
  }

  .sm\:titles\:sp-mb-50>h5 {
    margin-bottom: 12.5rem;
  }

  .sm\:titles\:sp-mb-6>h5 {
    margin-bottom: 1.5rem;
  }

  .sm\:titles\:sp-mb-7>h5 {
    margin-bottom: 1.75rem;
  }

  .sm\:titles\:sp-mb-8>h5 {
    margin-bottom: 2rem;
  }

  .sm\:titles\:sp-mb-9>h5 {
    margin-bottom: 2.25rem;
  }

  .sm\:titles\:sp-mt-0>h5 {
    margin-top: 0px;
  }

  .sm\:titles\:sp-mt-1>h5 {
    margin-top: 0.25rem;
  }

  .sm\:titles\:sp-mt-10>h5 {
    margin-top: 2.5rem;
  }

  .sm\:titles\:sp-mt-100px>h5 {
    margin-top: 100px;
  }

  .sm\:titles\:sp-mt-12>h5 {
    margin-top: 3rem;
  }

  .sm\:titles\:sp-mt-14>h5 {
    margin-top: 3.5rem;
  }

  .sm\:titles\:sp-mt-16>h5 {
    margin-top: 4rem;
  }

  .sm\:titles\:sp-mt-18>h5 {
    margin-top: 4.5rem;
  }

  .sm\:titles\:sp-mt-2>h5 {
    margin-top: 0.5rem;
  }

  .sm\:titles\:sp-mt-20>h5 {
    margin-top: 5rem;
  }

  .sm\:titles\:sp-mt-250px>h5 {
    margin-top: 250px;
  }

  .sm\:titles\:sp-mt-3>h5 {
    margin-top: 0.75rem;
  }

  .sm\:titles\:sp-mt-30>h5 {
    margin-top: 7.5rem;
  }

  .sm\:titles\:sp-mt-300px>h5 {
    margin-top: 300px;
  }

  .sm\:titles\:sp-mt-4>h5 {
    margin-top: 1rem;
  }

  .sm\:titles\:sp-mt-40>h5 {
    margin-top: 10rem;
  }

  .sm\:titles\:sp-mt-5>h5 {
    margin-top: 1.25rem;
  }

  .sm\:titles\:sp-mt-50>h5 {
    margin-top: 12.5rem;
  }

  .sm\:titles\:sp-mt-6>h5 {
    margin-top: 1.5rem;
  }

  .sm\:titles\:sp-mt-7>h5 {
    margin-top: 1.75rem;
  }

  .sm\:titles\:sp-mt-8>h5 {
    margin-top: 2rem;
  }

  .sm\:titles\:sp-mt-9>h5 {
    margin-top: 2.25rem;
  }

  .sm\:titles\:sp-text-22px>h5 {
    font-size: 1.375rem;
  }

  .sm\:titles\:sp-text-26px>h5 {
    font-size: 1.625rem;
  }

  .sm\:titles\:sp-text-28px>h5 {
    font-size: 1.75rem;
  }

  .sm\:titles\:sp-text-2xl>h5 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:titles\:sp-text-3xl>h5 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:titles\:sp-text-4xl>h5 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:titles\:sp-text-5xl>h5 {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:titles\:sp-text-6xl>h5 {
    font-size: 3.75rem;
    line-height: 1;
  }

  .sm\:titles\:sp-text-7xl>h5 {
    font-size: 4.5rem;
    line-height: 1;
  }

  .sm\:titles\:sp-text-8xl>h5 {
    font-size: 6rem;
    line-height: 1;
  }

  .sm\:titles\:sp-text-9xl>h5 {
    font-size: 8rem;
    line-height: 1;
  }

  .sm\:titles\:sp-text-base>h5 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:titles\:sp-text-lg>h5 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:titles\:sp-text-sm>h5 {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:titles\:sp-text-xl>h5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:titles\:sp-text-xs>h5 {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .sm\:titles\:sp-font-bold>h5 {
    font-weight: 700;
  }

  .sm\:titles\:sp-font-extrabold>h5 {
    font-weight: 800;
  }

  .sm\:titles\:sp-font-light>h5 {
    font-weight: 300;
  }

  .sm\:titles\:sp-font-medium>h5 {
    font-weight: 500;
  }

  .sm\:titles\:sp-font-normal>h5 {
    font-weight: 400;
  }

  .sm\:titles\:sp-font-semibold>h5 {
    font-weight: 600;
  }

  .sm\:titles\:sp-leading-loose>h5 {
    line-height: 2;
  }

  .sm\:titles\:sp-leading-none>h5 {
    line-height: 1;
  }

  .sm\:titles\:sp-leading-normal>h5 {
    line-height: 1.5;
  }

  .sm\:titles\:sp-leading-relaxed>h5 {
    line-height: 1.625;
  }

  .sm\:titles\:sp-leading-snug>h5 {
    line-height: 1.375;
  }

  .sm\:titles\:sp-leading-tight>h5 {
    line-height: 1.25;
  }

  .sm\:titles\:sp-mb-0>h6 {
    margin-bottom: 0px;
  }

  .sm\:titles\:sp-mb-1>h6 {
    margin-bottom: 0.25rem;
  }

  .sm\:titles\:sp-mb-10>h6 {
    margin-bottom: 2.5rem;
  }

  .sm\:titles\:sp-mb-100px>h6 {
    margin-bottom: 100px;
  }

  .sm\:titles\:sp-mb-12>h6 {
    margin-bottom: 3rem;
  }

  .sm\:titles\:sp-mb-14>h6 {
    margin-bottom: 3.5rem;
  }

  .sm\:titles\:sp-mb-16>h6 {
    margin-bottom: 4rem;
  }

  .sm\:titles\:sp-mb-18>h6 {
    margin-bottom: 4.5rem;
  }

  .sm\:titles\:sp-mb-2>h6 {
    margin-bottom: 0.5rem;
  }

  .sm\:titles\:sp-mb-20>h6 {
    margin-bottom: 5rem;
  }

  .sm\:titles\:sp-mb-250px>h6 {
    margin-bottom: 250px;
  }

  .sm\:titles\:sp-mb-3>h6 {
    margin-bottom: 0.75rem;
  }

  .sm\:titles\:sp-mb-30>h6 {
    margin-bottom: 7.5rem;
  }

  .sm\:titles\:sp-mb-300px>h6 {
    margin-bottom: 300px;
  }

  .sm\:titles\:sp-mb-4>h6 {
    margin-bottom: 1rem;
  }

  .sm\:titles\:sp-mb-40>h6 {
    margin-bottom: 10rem;
  }

  .sm\:titles\:sp-mb-5>h6 {
    margin-bottom: 1.25rem;
  }

  .sm\:titles\:sp-mb-50>h6 {
    margin-bottom: 12.5rem;
  }

  .sm\:titles\:sp-mb-6>h6 {
    margin-bottom: 1.5rem;
  }

  .sm\:titles\:sp-mb-7>h6 {
    margin-bottom: 1.75rem;
  }

  .sm\:titles\:sp-mb-8>h6 {
    margin-bottom: 2rem;
  }

  .sm\:titles\:sp-mb-9>h6 {
    margin-bottom: 2.25rem;
  }

  .sm\:titles\:sp-mt-0>h6 {
    margin-top: 0px;
  }

  .sm\:titles\:sp-mt-1>h6 {
    margin-top: 0.25rem;
  }

  .sm\:titles\:sp-mt-10>h6 {
    margin-top: 2.5rem;
  }

  .sm\:titles\:sp-mt-100px>h6 {
    margin-top: 100px;
  }

  .sm\:titles\:sp-mt-12>h6 {
    margin-top: 3rem;
  }

  .sm\:titles\:sp-mt-14>h6 {
    margin-top: 3.5rem;
  }

  .sm\:titles\:sp-mt-16>h6 {
    margin-top: 4rem;
  }

  .sm\:titles\:sp-mt-18>h6 {
    margin-top: 4.5rem;
  }

  .sm\:titles\:sp-mt-2>h6 {
    margin-top: 0.5rem;
  }

  .sm\:titles\:sp-mt-20>h6 {
    margin-top: 5rem;
  }

  .sm\:titles\:sp-mt-250px>h6 {
    margin-top: 250px;
  }

  .sm\:titles\:sp-mt-3>h6 {
    margin-top: 0.75rem;
  }

  .sm\:titles\:sp-mt-30>h6 {
    margin-top: 7.5rem;
  }

  .sm\:titles\:sp-mt-300px>h6 {
    margin-top: 300px;
  }

  .sm\:titles\:sp-mt-4>h6 {
    margin-top: 1rem;
  }

  .sm\:titles\:sp-mt-40>h6 {
    margin-top: 10rem;
  }

  .sm\:titles\:sp-mt-5>h6 {
    margin-top: 1.25rem;
  }

  .sm\:titles\:sp-mt-50>h6 {
    margin-top: 12.5rem;
  }

  .sm\:titles\:sp-mt-6>h6 {
    margin-top: 1.5rem;
  }

  .sm\:titles\:sp-mt-7>h6 {
    margin-top: 1.75rem;
  }

  .sm\:titles\:sp-mt-8>h6 {
    margin-top: 2rem;
  }

  .sm\:titles\:sp-mt-9>h6 {
    margin-top: 2.25rem;
  }

  .sm\:titles\:sp-text-22px>h6 {
    font-size: 1.375rem;
  }

  .sm\:titles\:sp-text-26px>h6 {
    font-size: 1.625rem;
  }

  .sm\:titles\:sp-text-28px>h6 {
    font-size: 1.75rem;
  }

  .sm\:titles\:sp-text-2xl>h6 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:titles\:sp-text-3xl>h6 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:titles\:sp-text-4xl>h6 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:titles\:sp-text-5xl>h6 {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:titles\:sp-text-6xl>h6 {
    font-size: 3.75rem;
    line-height: 1;
  }

  .sm\:titles\:sp-text-7xl>h6 {
    font-size: 4.5rem;
    line-height: 1;
  }

  .sm\:titles\:sp-text-8xl>h6 {
    font-size: 6rem;
    line-height: 1;
  }

  .sm\:titles\:sp-text-9xl>h6 {
    font-size: 8rem;
    line-height: 1;
  }

  .sm\:titles\:sp-text-base>h6 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:titles\:sp-text-lg>h6 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:titles\:sp-text-sm>h6 {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:titles\:sp-text-xl>h6 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:titles\:sp-text-xs>h6 {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .sm\:titles\:sp-font-bold>h6 {
    font-weight: 700;
  }

  .sm\:titles\:sp-font-extrabold>h6 {
    font-weight: 800;
  }

  .sm\:titles\:sp-font-light>h6 {
    font-weight: 300;
  }

  .sm\:titles\:sp-font-medium>h6 {
    font-weight: 500;
  }

  .sm\:titles\:sp-font-normal>h6 {
    font-weight: 400;
  }

  .sm\:titles\:sp-font-semibold>h6 {
    font-weight: 600;
  }

  .sm\:titles\:sp-leading-loose>h6 {
    line-height: 2;
  }

  .sm\:titles\:sp-leading-none>h6 {
    line-height: 1;
  }

  .sm\:titles\:sp-leading-normal>h6 {
    line-height: 1.5;
  }

  .sm\:titles\:sp-leading-relaxed>h6 {
    line-height: 1.625;
  }

  .sm\:titles\:sp-leading-snug>h6 {
    line-height: 1.375;
  }

  .sm\:titles\:sp-leading-tight>h6 {
    line-height: 1.25;
  }

  .sm\:texts\:sp-text-22px>p {
    font-size: 1.375rem;
  }

  .sm\:texts\:sp-text-26px>p {
    font-size: 1.625rem;
  }

  .sm\:texts\:sp-text-28px>p {
    font-size: 1.75rem;
  }

  .sm\:texts\:sp-text-2xl>p {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:texts\:sp-text-3xl>p {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:texts\:sp-text-4xl>p {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:texts\:sp-text-5xl>p {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:texts\:sp-text-6xl>p {
    font-size: 3.75rem;
    line-height: 1;
  }

  .sm\:texts\:sp-text-7xl>p {
    font-size: 4.5rem;
    line-height: 1;
  }

  .sm\:texts\:sp-text-8xl>p {
    font-size: 6rem;
    line-height: 1;
  }

  .sm\:texts\:sp-text-9xl>p {
    font-size: 8rem;
    line-height: 1;
  }

  .sm\:texts\:sp-text-base>p {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:texts\:sp-text-lg>p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:texts\:sp-text-sm>p {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:texts\:sp-text-xl>p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:texts\:sp-text-xs>p {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .sm\:texts\:sp-font-bold>p {
    font-weight: 700;
  }

  .sm\:texts\:sp-font-extrabold>p {
    font-weight: 800;
  }

  .sm\:texts\:sp-font-light>p {
    font-weight: 300;
  }

  .sm\:texts\:sp-font-medium>p {
    font-weight: 500;
  }

  .sm\:texts\:sp-font-normal>p {
    font-weight: 400;
  }

  .sm\:texts\:sp-font-semibold>p {
    font-weight: 600;
  }

  .sm\:texts\:sp-leading-loose>p {
    line-height: 2;
  }

  .sm\:texts\:sp-leading-none>p {
    line-height: 1;
  }

  .sm\:texts\:sp-leading-normal>p {
    line-height: 1.5;
  }

  .sm\:texts\:sp-leading-relaxed>p {
    line-height: 1.625;
  }

  .sm\:texts\:sp-leading-snug>p {
    line-height: 1.375;
  }

  .sm\:texts\:sp-leading-tight>p {
    line-height: 1.25;
  }

  .sm\:texts\:sp-text-22px>a {
    font-size: 1.375rem;
  }

  .sm\:texts\:sp-text-26px>a {
    font-size: 1.625rem;
  }

  .sm\:texts\:sp-text-28px>a {
    font-size: 1.75rem;
  }

  .sm\:texts\:sp-text-2xl>a {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:texts\:sp-text-3xl>a {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:texts\:sp-text-4xl>a {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:texts\:sp-text-5xl>a {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:texts\:sp-text-6xl>a {
    font-size: 3.75rem;
    line-height: 1;
  }

  .sm\:texts\:sp-text-7xl>a {
    font-size: 4.5rem;
    line-height: 1;
  }

  .sm\:texts\:sp-text-8xl>a {
    font-size: 6rem;
    line-height: 1;
  }

  .sm\:texts\:sp-text-9xl>a {
    font-size: 8rem;
    line-height: 1;
  }

  .sm\:texts\:sp-text-base>a {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:texts\:sp-text-lg>a {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:texts\:sp-text-sm>a {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:texts\:sp-text-xl>a {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:texts\:sp-text-xs>a {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .sm\:texts\:sp-font-bold>a {
    font-weight: 700;
  }

  .sm\:texts\:sp-font-extrabold>a {
    font-weight: 800;
  }

  .sm\:texts\:sp-font-light>a {
    font-weight: 300;
  }

  .sm\:texts\:sp-font-medium>a {
    font-weight: 500;
  }

  .sm\:texts\:sp-font-normal>a {
    font-weight: 400;
  }

  .sm\:texts\:sp-font-semibold>a {
    font-weight: 600;
  }

  .sm\:texts\:sp-leading-loose>a {
    line-height: 2;
  }

  .sm\:texts\:sp-leading-none>a {
    line-height: 1;
  }

  .sm\:texts\:sp-leading-normal>a {
    line-height: 1.5;
  }

  .sm\:texts\:sp-leading-relaxed>a {
    line-height: 1.625;
  }

  .sm\:texts\:sp-leading-snug>a {
    line-height: 1.375;
  }

  .sm\:texts\:sp-leading-tight>a {
    line-height: 1.25;
  }

  .sm\:texts\:sp-text-22px li {
    font-size: 1.375rem;
  }

  .sm\:texts\:sp-text-26px li {
    font-size: 1.625rem;
  }

  .sm\:texts\:sp-text-28px li {
    font-size: 1.75rem;
  }

  .sm\:texts\:sp-text-2xl li {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:texts\:sp-text-3xl li {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:texts\:sp-text-4xl li {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:texts\:sp-text-5xl li {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:texts\:sp-text-6xl li {
    font-size: 3.75rem;
    line-height: 1;
  }

  .sm\:texts\:sp-text-7xl li {
    font-size: 4.5rem;
    line-height: 1;
  }

  .sm\:texts\:sp-text-8xl li {
    font-size: 6rem;
    line-height: 1;
  }

  .sm\:texts\:sp-text-9xl li {
    font-size: 8rem;
    line-height: 1;
  }

  .sm\:texts\:sp-text-base li {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:texts\:sp-text-lg li {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:texts\:sp-text-sm li {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:texts\:sp-text-xl li {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:texts\:sp-text-xs li {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .sm\:texts\:sp-font-bold li {
    font-weight: 700;
  }

  .sm\:texts\:sp-font-extrabold li {
    font-weight: 800;
  }

  .sm\:texts\:sp-font-light li {
    font-weight: 300;
  }

  .sm\:texts\:sp-font-medium li {
    font-weight: 500;
  }

  .sm\:texts\:sp-font-normal li {
    font-weight: 400;
  }

  .sm\:texts\:sp-font-semibold li {
    font-weight: 600;
  }

  .sm\:texts\:sp-leading-loose li {
    line-height: 2;
  }

  .sm\:texts\:sp-leading-none li {
    line-height: 1;
  }

  .sm\:texts\:sp-leading-normal li {
    line-height: 1.5;
  }

  .sm\:texts\:sp-leading-relaxed li {
    line-height: 1.625;
  }

  .sm\:texts\:sp-leading-snug li {
    line-height: 1.375;
  }

  .sm\:texts\:sp-leading-tight li {
    line-height: 1.25;
  }

  .sm\:texts\:sp-text-22px ol {
    font-size: 1.375rem;
  }

  .sm\:texts\:sp-text-26px ol {
    font-size: 1.625rem;
  }

  .sm\:texts\:sp-text-28px ol {
    font-size: 1.75rem;
  }

  .sm\:texts\:sp-text-2xl ol {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:texts\:sp-text-3xl ol {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:texts\:sp-text-4xl ol {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:texts\:sp-text-5xl ol {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:texts\:sp-text-6xl ol {
    font-size: 3.75rem;
    line-height: 1;
  }

  .sm\:texts\:sp-text-7xl ol {
    font-size: 4.5rem;
    line-height: 1;
  }

  .sm\:texts\:sp-text-8xl ol {
    font-size: 6rem;
    line-height: 1;
  }

  .sm\:texts\:sp-text-9xl ol {
    font-size: 8rem;
    line-height: 1;
  }

  .sm\:texts\:sp-text-base ol {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:texts\:sp-text-lg ol {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:texts\:sp-text-sm ol {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:texts\:sp-text-xl ol {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:texts\:sp-text-xs ol {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .sm\:texts\:sp-font-bold ol {
    font-weight: 700;
  }

  .sm\:texts\:sp-font-extrabold ol {
    font-weight: 800;
  }

  .sm\:texts\:sp-font-light ol {
    font-weight: 300;
  }

  .sm\:texts\:sp-font-medium ol {
    font-weight: 500;
  }

  .sm\:texts\:sp-font-normal ol {
    font-weight: 400;
  }

  .sm\:texts\:sp-font-semibold ol {
    font-weight: 600;
  }

  .sm\:texts\:sp-leading-loose ol {
    line-height: 2;
  }

  .sm\:texts\:sp-leading-none ol {
    line-height: 1;
  }

  .sm\:texts\:sp-leading-normal ol {
    line-height: 1.5;
  }

  .sm\:texts\:sp-leading-relaxed ol {
    line-height: 1.625;
  }

  .sm\:texts\:sp-leading-snug ol {
    line-height: 1.375;
  }

  .sm\:texts\:sp-leading-tight ol {
    line-height: 1.25;
  }
}

.\[\&_\.frm\\_submit\]\:sp-flex .frm_submit {
  display: flex;
}

.\[\&_\.frm\\_submit\]\:sp-justify-start .frm_submit {
  justify-content: flex-start;
}

.\[\&_\.frm\\_submit\]\:sp-justify-end .frm_submit {
  justify-content: flex-end;
}

.\[\&_\.frm\\_submit\]\:sp-justify-center .frm_submit {
  justify-content: center;
}