@charset "UTF-8";

/*
! tailwindcss v3.4.1 | 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 {
  -webkit-box-sizing: border-box;
          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: "Zen Kaku Gothic Antique", sans-serif;
  /* 4 */
  -webkit-font-feature-settings: normal;
          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 */
  -webkit-font-feature-settings: normal;
          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 */
  -webkit-font-feature-settings: inherit;
          font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

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

input::-ms-input-placeholder, textarea::-ms-input-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] {
  display: none;
}

html {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  /* 基本変えない */
  font-weight: 400;
  color: #1a1a1a;
}

@media (max-width: 767px){
  html{
    font-size: 4.266666666666667vw;
    /* 基本変えない */
  }
}

a,
  button{
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

a:hover,
  button:hover {
  opacity: 0.5;
}

img, video {
  -o-object-fit: cover;
     object-fit: cover;
}

/* ブロックエディタ読み込み用 */

*, ::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(147 197 253 / 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:  ;
}

::-ms-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(147 197 253 / 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:  ;
}

::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(147 197 253 / 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:  ;
}

.container{
  width: 100%;
}

@media (min-width: 768){
  .container{
    max-width: 768;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}

.\!none{
  display: none !important;
}

.none{
  display: none;
}

.sp{
  display: none;
}

.tablet{
  display: none;
}

.pc{
  display: none;
}

.not-sp{
  display: none;
}

@media (min-width: 1024px){
  .pc{
    display: block;
  }

  .pc-none{
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1023px){
  .tablet{
    display: block;
  }

  .tablet-none{
    display: none;
  }
}

@media (min-width: 768px){
  .not-sp{
    display: block;
  }

  .not-sp-none{
    display: none;
  }
}

@media (max-width: 767px){
  .sp{
    display: block;
  }

  .sp-none{
    display: none;
  }
}

.fixed{
  position: fixed;
}

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

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

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

.\!m-100{
  margin: 6.25rem !important;
}

.\!m-105{
  margin: 6.5625rem !important;
}

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

.\!m-110{
  margin: 6.875rem !important;
}

.\!m-115{
  margin: 7.1875rem !important;
}

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

.\!m-120{
  margin: 7.5rem !important;
}

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

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

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

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

.\!m-17{
  margin: 1.0625rem !important;
}

.\!m-18{
  margin: 1.125rem !important;
}

.\!m-19{
  margin: 1.1875rem !important;
}

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

.\!m-20{
  margin: 1.25rem !important;
}

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

.\!m-24{
  margin: 1.5rem !important;
}

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

.\!m-26{
  margin: 1.625rem !important;
}

.\!m-28{
  margin: 1.75rem !important;
}

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

.\!m-30{
  margin: 1.875rem !important;
}

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

.\!m-34{
  margin: 2.125rem !important;
}

.\!m-35{
  margin: 2.1875rem !important;
}

.\!m-36{
  margin: 2.25rem !important;
}

.\!m-38{
  margin: 2.375rem !important;
}

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

.\!m-40{
  margin: 2.5rem !important;
}

.\!m-44{
  margin: 2.75rem !important;
}

.\!m-45{
  margin: 2.8125rem !important;
}

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

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

.\!m-50{
  margin: 3.125rem !important;
}

.\!m-52{
  margin: 3.25rem !important;
}

.\!m-55{
  margin: 3.4375rem !important;
}

.\!m-56{
  margin: 3.5rem !important;
}

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

.\!m-60{
  margin: 3.75rem !important;
}

.\!m-65{
  margin: 4.0625rem !important;
}

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

.\!m-70{
  margin: 4.375rem !important;
}

.\!m-75{
  margin: 4.6875rem !important;
}

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

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

.\!m-85{
  margin: 5.3125rem !important;
}

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

.\!m-90{
  margin: 5.625rem !important;
}

.\!m-95{
  margin: 5.9375rem !important;
}

.m-0{
  margin: 0px;
}

.m-1{
  margin: 0.0625rem;
}

.m-10{
  margin: 0.625rem;
}

.m-100{
  margin: 6.25rem;
}

.m-105{
  margin: 6.5625rem;
}

.m-11{
  margin: 0.6875rem;
}

.m-110{
  margin: 6.875rem;
}

.m-115{
  margin: 7.1875rem;
}

.m-12{
  margin: 0.75rem;
}

.m-120{
  margin: 7.5rem;
}

.m-13{
  margin: 0.8125rem;
}

.m-14{
  margin: 0.875rem;
}

.m-15{
  margin: 0.9375rem;
}

.m-16{
  margin: 1rem;
}

.m-17{
  margin: 1.0625rem;
}

.m-18{
  margin: 1.125rem;
}

.m-19{
  margin: 1.1875rem;
}

.m-2{
  margin: 0.125rem;
}

.m-20{
  margin: 1.25rem;
}

.m-22{
  margin: 1.375rem;
}

.m-24{
  margin: 1.5rem;
}

.m-25{
  margin: 1.5625rem;
}

.m-26{
  margin: 1.625rem;
}

.m-28{
  margin: 1.75rem;
}

.m-3{
  margin: 0.1875rem;
}

.m-30{
  margin: 1.875rem;
}

.m-32{
  margin: 2rem;
}

.m-34{
  margin: 2.125rem;
}

.m-35{
  margin: 2.1875rem;
}

.m-36{
  margin: 2.25rem;
}

.m-38{
  margin: 2.375rem;
}

.m-4{
  margin: 0.25rem;
}

.m-40{
  margin: 2.5rem;
}

.m-44{
  margin: 2.75rem;
}

.m-45{
  margin: 2.8125rem;
}

.m-48{
  margin: 3rem;
}

.m-5{
  margin: 0.3125rem;
}

.m-50{
  margin: 3.125rem;
}

.m-52{
  margin: 3.25rem;
}

.m-55{
  margin: 3.4375rem;
}

.m-56{
  margin: 3.5rem;
}

.m-6{
  margin: 0.375rem;
}

.m-60{
  margin: 3.75rem;
}

.m-65{
  margin: 4.0625rem;
}

.m-7{
  margin: 0.4375rem;
}

.m-70{
  margin: 4.375rem;
}

.m-75{
  margin: 4.6875rem;
}

.m-8{
  margin: 0.5rem;
}

.m-80{
  margin: 5rem;
}

.m-85{
  margin: 5.3125rem;
}

.m-9{
  margin: 0.5625rem;
}

.m-90{
  margin: 5.625rem;
}

.m-95{
  margin: 5.9375rem;
}

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

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

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

.\!mx-100{
  margin-left: 6.25rem !important;
  margin-right: 6.25rem !important;
}

.\!mx-105{
  margin-left: 6.5625rem !important;
  margin-right: 6.5625rem !important;
}

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

.\!mx-110{
  margin-left: 6.875rem !important;
  margin-right: 6.875rem !important;
}

.\!mx-115{
  margin-left: 7.1875rem !important;
  margin-right: 7.1875rem !important;
}

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

.\!mx-120{
  margin-left: 7.5rem !important;
  margin-right: 7.5rem !important;
}

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

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

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

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

.\!mx-17{
  margin-left: 1.0625rem !important;
  margin-right: 1.0625rem !important;
}

.\!mx-18{
  margin-left: 1.125rem !important;
  margin-right: 1.125rem !important;
}

.\!mx-19{
  margin-left: 1.1875rem !important;
  margin-right: 1.1875rem !important;
}

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

.\!mx-20{
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}

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

.\!mx-24{
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

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

.\!mx-26{
  margin-left: 1.625rem !important;
  margin-right: 1.625rem !important;
}

.\!mx-28{
  margin-left: 1.75rem !important;
  margin-right: 1.75rem !important;
}

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

.\!mx-30{
  margin-left: 1.875rem !important;
  margin-right: 1.875rem !important;
}

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

.\!mx-34{
  margin-left: 2.125rem !important;
  margin-right: 2.125rem !important;
}

.\!mx-35{
  margin-left: 2.1875rem !important;
  margin-right: 2.1875rem !important;
}

.\!mx-36{
  margin-left: 2.25rem !important;
  margin-right: 2.25rem !important;
}

.\!mx-38{
  margin-left: 2.375rem !important;
  margin-right: 2.375rem !important;
}

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

.\!mx-40{
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

.\!mx-44{
  margin-left: 2.75rem !important;
  margin-right: 2.75rem !important;
}

.\!mx-45{
  margin-left: 2.8125rem !important;
  margin-right: 2.8125rem !important;
}

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

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

.\!mx-50{
  margin-left: 3.125rem !important;
  margin-right: 3.125rem !important;
}

.\!mx-52{
  margin-left: 3.25rem !important;
  margin-right: 3.25rem !important;
}

.\!mx-55{
  margin-left: 3.4375rem !important;
  margin-right: 3.4375rem !important;
}

.\!mx-56{
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important;
}

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

.\!mx-60{
  margin-left: 3.75rem !important;
  margin-right: 3.75rem !important;
}

.\!mx-65{
  margin-left: 4.0625rem !important;
  margin-right: 4.0625rem !important;
}

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

.\!mx-70{
  margin-left: 4.375rem !important;
  margin-right: 4.375rem !important;
}

.\!mx-75{
  margin-left: 4.6875rem !important;
  margin-right: 4.6875rem !important;
}

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

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

.\!mx-85{
  margin-left: 5.3125rem !important;
  margin-right: 5.3125rem !important;
}

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

.\!mx-90{
  margin-left: 5.625rem !important;
  margin-right: 5.625rem !important;
}

.\!mx-95{
  margin-left: 5.9375rem !important;
  margin-right: 5.9375rem !important;
}

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

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

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

.\!my-100{
  margin-top: 6.25rem !important;
  margin-bottom: 6.25rem !important;
}

.\!my-105{
  margin-top: 6.5625rem !important;
  margin-bottom: 6.5625rem !important;
}

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

.\!my-110{
  margin-top: 6.875rem !important;
  margin-bottom: 6.875rem !important;
}

.\!my-115{
  margin-top: 7.1875rem !important;
  margin-bottom: 7.1875rem !important;
}

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

.\!my-120{
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}

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

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

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

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

.\!my-17{
  margin-top: 1.0625rem !important;
  margin-bottom: 1.0625rem !important;
}

.\!my-18{
  margin-top: 1.125rem !important;
  margin-bottom: 1.125rem !important;
}

.\!my-19{
  margin-top: 1.1875rem !important;
  margin-bottom: 1.1875rem !important;
}

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

.\!my-20{
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

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

.\!my-24{
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

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

.\!my-26{
  margin-top: 1.625rem !important;
  margin-bottom: 1.625rem !important;
}

.\!my-28{
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}

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

.\!my-30{
  margin-top: 1.875rem !important;
  margin-bottom: 1.875rem !important;
}

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

.\!my-34{
  margin-top: 2.125rem !important;
  margin-bottom: 2.125rem !important;
}

.\!my-35{
  margin-top: 2.1875rem !important;
  margin-bottom: 2.1875rem !important;
}

.\!my-36{
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

.\!my-38{
  margin-top: 2.375rem !important;
  margin-bottom: 2.375rem !important;
}

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

.\!my-40{
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.\!my-44{
  margin-top: 2.75rem !important;
  margin-bottom: 2.75rem !important;
}

.\!my-45{
  margin-top: 2.8125rem !important;
  margin-bottom: 2.8125rem !important;
}

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

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

.\!my-50{
  margin-top: 3.125rem !important;
  margin-bottom: 3.125rem !important;
}

.\!my-52{
  margin-top: 3.25rem !important;
  margin-bottom: 3.25rem !important;
}

.\!my-55{
  margin-top: 3.4375rem !important;
  margin-bottom: 3.4375rem !important;
}

.\!my-56{
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

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

.\!my-60{
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important;
}

.\!my-65{
  margin-top: 4.0625rem !important;
  margin-bottom: 4.0625rem !important;
}

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

.\!my-70{
  margin-top: 4.375rem !important;
  margin-bottom: 4.375rem !important;
}

.\!my-75{
  margin-top: 4.6875rem !important;
  margin-bottom: 4.6875rem !important;
}

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

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

.\!my-85{
  margin-top: 5.3125rem !important;
  margin-bottom: 5.3125rem !important;
}

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

.\!my-90{
  margin-top: 5.625rem !important;
  margin-bottom: 5.625rem !important;
}

.\!my-95{
  margin-top: 5.9375rem !important;
  margin-bottom: 5.9375rem !important;
}

.mx-0{
  margin-left: 0px;
  margin-right: 0px;
}

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

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

.mx-100{
  margin-left: 6.25rem;
  margin-right: 6.25rem;
}

.mx-105{
  margin-left: 6.5625rem;
  margin-right: 6.5625rem;
}

.mx-11{
  margin-left: 0.6875rem;
  margin-right: 0.6875rem;
}

.mx-110{
  margin-left: 6.875rem;
  margin-right: 6.875rem;
}

.mx-115{
  margin-left: 7.1875rem;
  margin-right: 7.1875rem;
}

.mx-12{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-120{
  margin-left: 7.5rem;
  margin-right: 7.5rem;
}

.mx-13{
  margin-left: 0.8125rem;
  margin-right: 0.8125rem;
}

.mx-14{
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}

.mx-15{
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}

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

.mx-17{
  margin-left: 1.0625rem;
  margin-right: 1.0625rem;
}

.mx-18{
  margin-left: 1.125rem;
  margin-right: 1.125rem;
}

.mx-19{
  margin-left: 1.1875rem;
  margin-right: 1.1875rem;
}

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

.mx-20{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.mx-22{
  margin-left: 1.375rem;
  margin-right: 1.375rem;
}

.mx-24{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-25{
  margin-left: 1.5625rem;
  margin-right: 1.5625rem;
}

.mx-26{
  margin-left: 1.625rem;
  margin-right: 1.625rem;
}

.mx-28{
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

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

.mx-30{
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}

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

.mx-34{
  margin-left: 2.125rem;
  margin-right: 2.125rem;
}

.mx-35{
  margin-left: 2.1875rem;
  margin-right: 2.1875rem;
}

.mx-36{
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.mx-38{
  margin-left: 2.375rem;
  margin-right: 2.375rem;
}

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

.mx-40{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.mx-44{
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

.mx-45{
  margin-left: 2.8125rem;
  margin-right: 2.8125rem;
}

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

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

.mx-50{
  margin-left: 3.125rem;
  margin-right: 3.125rem;
}

.mx-52{
  margin-left: 3.25rem;
  margin-right: 3.25rem;
}

.mx-55{
  margin-left: 3.4375rem;
  margin-right: 3.4375rem;
}

.mx-56{
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

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

.mx-60{
  margin-left: 3.75rem;
  margin-right: 3.75rem;
}

.mx-65{
  margin-left: 4.0625rem;
  margin-right: 4.0625rem;
}

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

.mx-70{
  margin-left: 4.375rem;
  margin-right: 4.375rem;
}

.mx-75{
  margin-left: 4.6875rem;
  margin-right: 4.6875rem;
}

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

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

.mx-85{
  margin-left: 5.3125rem;
  margin-right: 5.3125rem;
}

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

.mx-90{
  margin-left: 5.625rem;
  margin-right: 5.625rem;
}

.mx-95{
  margin-left: 5.9375rem;
  margin-right: 5.9375rem;
}

.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}

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

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

.my-100{
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}

.my-105{
  margin-top: 6.5625rem;
  margin-bottom: 6.5625rem;
}

.my-11{
  margin-top: 0.6875rem;
  margin-bottom: 0.6875rem;
}

.my-110{
  margin-top: 6.875rem;
  margin-bottom: 6.875rem;
}

.my-115{
  margin-top: 7.1875rem;
  margin-bottom: 7.1875rem;
}

.my-12{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-120{
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}

.my-13{
  margin-top: 0.8125rem;
  margin-bottom: 0.8125rem;
}

.my-14{
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}

.my-15{
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}

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

.my-17{
  margin-top: 1.0625rem;
  margin-bottom: 1.0625rem;
}

.my-18{
  margin-top: 1.125rem;
  margin-bottom: 1.125rem;
}

.my-19{
  margin-top: 1.1875rem;
  margin-bottom: 1.1875rem;
}

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

.my-20{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-22{
  margin-top: 1.375rem;
  margin-bottom: 1.375rem;
}

.my-24{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-25{
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
}

.my-26{
  margin-top: 1.625rem;
  margin-bottom: 1.625rem;
}

.my-28{
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

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

.my-30{
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

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

.my-34{
  margin-top: 2.125rem;
  margin-bottom: 2.125rem;
}

.my-35{
  margin-top: 2.1875rem;
  margin-bottom: 2.1875rem;
}

.my-36{
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.my-38{
  margin-top: 2.375rem;
  margin-bottom: 2.375rem;
}

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

.my-40{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-44{
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.my-45{
  margin-top: 2.8125rem;
  margin-bottom: 2.8125rem;
}

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

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

.my-50{
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.my-52{
  margin-top: 3.25rem;
  margin-bottom: 3.25rem;
}

.my-55{
  margin-top: 3.4375rem;
  margin-bottom: 3.4375rem;
}

.my-56{
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

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

.my-60{
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.my-65{
  margin-top: 4.0625rem;
  margin-bottom: 4.0625rem;
}

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

.my-70{
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}

.my-75{
  margin-top: 4.6875rem;
  margin-bottom: 4.6875rem;
}

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

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

.my-85{
  margin-top: 5.3125rem;
  margin-bottom: 5.3125rem;
}

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

.my-90{
  margin-top: 5.625rem;
  margin-bottom: 5.625rem;
}

.my-95{
  margin-top: 5.9375rem;
  margin-bottom: 5.9375rem;
}

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

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

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

.\!mb-100{
  margin-bottom: 6.25rem !important;
}

.\!mb-105{
  margin-bottom: 6.5625rem !important;
}

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

.\!mb-110{
  margin-bottom: 6.875rem !important;
}

.\!mb-115{
  margin-bottom: 7.1875rem !important;
}

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

.\!mb-120{
  margin-bottom: 7.5rem !important;
}

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

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

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

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

.\!mb-17{
  margin-bottom: 1.0625rem !important;
}

.\!mb-18{
  margin-bottom: 1.125rem !important;
}

.\!mb-19{
  margin-bottom: 1.1875rem !important;
}

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

.\!mb-20{
  margin-bottom: 1.25rem !important;
}

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

.\!mb-24{
  margin-bottom: 1.5rem !important;
}

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

.\!mb-26{
  margin-bottom: 1.625rem !important;
}

.\!mb-28{
  margin-bottom: 1.75rem !important;
}

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

.\!mb-30{
  margin-bottom: 1.875rem !important;
}

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

.\!mb-34{
  margin-bottom: 2.125rem !important;
}

.\!mb-35{
  margin-bottom: 2.1875rem !important;
}

.\!mb-36{
  margin-bottom: 2.25rem !important;
}

.\!mb-38{
  margin-bottom: 2.375rem !important;
}

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

.\!mb-40{
  margin-bottom: 2.5rem !important;
}

.\!mb-44{
  margin-bottom: 2.75rem !important;
}

.\!mb-45{
  margin-bottom: 2.8125rem !important;
}

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

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

.\!mb-50{
  margin-bottom: 3.125rem !important;
}

.\!mb-52{
  margin-bottom: 3.25rem !important;
}

.\!mb-55{
  margin-bottom: 3.4375rem !important;
}

.\!mb-56{
  margin-bottom: 3.5rem !important;
}

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

.\!mb-60{
  margin-bottom: 3.75rem !important;
}

.\!mb-65{
  margin-bottom: 4.0625rem !important;
}

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

.\!mb-70{
  margin-bottom: 4.375rem !important;
}

.\!mb-75{
  margin-bottom: 4.6875rem !important;
}

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

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

.\!mb-85{
  margin-bottom: 5.3125rem !important;
}

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

.\!mb-90{
  margin-bottom: 5.625rem !important;
}

.\!mb-95{
  margin-bottom: 5.9375rem !important;
}

.\!ml-0{
  margin-left: 0px !important;
}

.\!ml-1{
  margin-left: 0.0625rem !important;
}

.\!ml-10{
  margin-left: 0.625rem !important;
}

.\!ml-100{
  margin-left: 6.25rem !important;
}

.\!ml-105{
  margin-left: 6.5625rem !important;
}

.\!ml-11{
  margin-left: 0.6875rem !important;
}

.\!ml-110{
  margin-left: 6.875rem !important;
}

.\!ml-115{
  margin-left: 7.1875rem !important;
}

.\!ml-12{
  margin-left: 0.75rem !important;
}

.\!ml-120{
  margin-left: 7.5rem !important;
}

.\!ml-13{
  margin-left: 0.8125rem !important;
}

.\!ml-14{
  margin-left: 0.875rem !important;
}

.\!ml-15{
  margin-left: 0.9375rem !important;
}

.\!ml-16{
  margin-left: 1rem !important;
}

.\!ml-17{
  margin-left: 1.0625rem !important;
}

.\!ml-18{
  margin-left: 1.125rem !important;
}

.\!ml-19{
  margin-left: 1.1875rem !important;
}

.\!ml-2{
  margin-left: 0.125rem !important;
}

.\!ml-20{
  margin-left: 1.25rem !important;
}

.\!ml-22{
  margin-left: 1.375rem !important;
}

.\!ml-24{
  margin-left: 1.5rem !important;
}

.\!ml-25{
  margin-left: 1.5625rem !important;
}

.\!ml-26{
  margin-left: 1.625rem !important;
}

.\!ml-28{
  margin-left: 1.75rem !important;
}

.\!ml-3{
  margin-left: 0.1875rem !important;
}

.\!ml-30{
  margin-left: 1.875rem !important;
}

.\!ml-32{
  margin-left: 2rem !important;
}

.\!ml-34{
  margin-left: 2.125rem !important;
}

.\!ml-35{
  margin-left: 2.1875rem !important;
}

.\!ml-36{
  margin-left: 2.25rem !important;
}

.\!ml-38{
  margin-left: 2.375rem !important;
}

.\!ml-4{
  margin-left: 0.25rem !important;
}

.\!ml-40{
  margin-left: 2.5rem !important;
}

.\!ml-44{
  margin-left: 2.75rem !important;
}

.\!ml-45{
  margin-left: 2.8125rem !important;
}

.\!ml-48{
  margin-left: 3rem !important;
}

.\!ml-5{
  margin-left: 0.3125rem !important;
}

.\!ml-50{
  margin-left: 3.125rem !important;
}

.\!ml-52{
  margin-left: 3.25rem !important;
}

.\!ml-55{
  margin-left: 3.4375rem !important;
}

.\!ml-56{
  margin-left: 3.5rem !important;
}

.\!ml-6{
  margin-left: 0.375rem !important;
}

.\!ml-60{
  margin-left: 3.75rem !important;
}

.\!ml-65{
  margin-left: 4.0625rem !important;
}

.\!ml-7{
  margin-left: 0.4375rem !important;
}

.\!ml-70{
  margin-left: 4.375rem !important;
}

.\!ml-75{
  margin-left: 4.6875rem !important;
}

.\!ml-8{
  margin-left: 0.5rem !important;
}

.\!ml-80{
  margin-left: 5rem !important;
}

.\!ml-85{
  margin-left: 5.3125rem !important;
}

.\!ml-9{
  margin-left: 0.5625rem !important;
}

.\!ml-90{
  margin-left: 5.625rem !important;
}

.\!ml-95{
  margin-left: 5.9375rem !important;
}

.\!mr-0{
  margin-right: 0px !important;
}

.\!mr-1{
  margin-right: 0.0625rem !important;
}

.\!mr-10{
  margin-right: 0.625rem !important;
}

.\!mr-100{
  margin-right: 6.25rem !important;
}

.\!mr-105{
  margin-right: 6.5625rem !important;
}

.\!mr-11{
  margin-right: 0.6875rem !important;
}

.\!mr-110{
  margin-right: 6.875rem !important;
}

.\!mr-115{
  margin-right: 7.1875rem !important;
}

.\!mr-12{
  margin-right: 0.75rem !important;
}

.\!mr-120{
  margin-right: 7.5rem !important;
}

.\!mr-13{
  margin-right: 0.8125rem !important;
}

.\!mr-14{
  margin-right: 0.875rem !important;
}

.\!mr-15{
  margin-right: 0.9375rem !important;
}

.\!mr-16{
  margin-right: 1rem !important;
}

.\!mr-17{
  margin-right: 1.0625rem !important;
}

.\!mr-18{
  margin-right: 1.125rem !important;
}

.\!mr-19{
  margin-right: 1.1875rem !important;
}

.\!mr-2{
  margin-right: 0.125rem !important;
}

.\!mr-20{
  margin-right: 1.25rem !important;
}

.\!mr-22{
  margin-right: 1.375rem !important;
}

.\!mr-24{
  margin-right: 1.5rem !important;
}

.\!mr-25{
  margin-right: 1.5625rem !important;
}

.\!mr-26{
  margin-right: 1.625rem !important;
}

.\!mr-28{
  margin-right: 1.75rem !important;
}

.\!mr-3{
  margin-right: 0.1875rem !important;
}

.\!mr-30{
  margin-right: 1.875rem !important;
}

.\!mr-32{
  margin-right: 2rem !important;
}

.\!mr-34{
  margin-right: 2.125rem !important;
}

.\!mr-35{
  margin-right: 2.1875rem !important;
}

.\!mr-36{
  margin-right: 2.25rem !important;
}

.\!mr-38{
  margin-right: 2.375rem !important;
}

.\!mr-4{
  margin-right: 0.25rem !important;
}

.\!mr-40{
  margin-right: 2.5rem !important;
}

.\!mr-44{
  margin-right: 2.75rem !important;
}

.\!mr-45{
  margin-right: 2.8125rem !important;
}

.\!mr-48{
  margin-right: 3rem !important;
}

.\!mr-5{
  margin-right: 0.3125rem !important;
}

.\!mr-50{
  margin-right: 3.125rem !important;
}

.\!mr-52{
  margin-right: 3.25rem !important;
}

.\!mr-55{
  margin-right: 3.4375rem !important;
}

.\!mr-56{
  margin-right: 3.5rem !important;
}

.\!mr-6{
  margin-right: 0.375rem !important;
}

.\!mr-60{
  margin-right: 3.75rem !important;
}

.\!mr-65{
  margin-right: 4.0625rem !important;
}

.\!mr-7{
  margin-right: 0.4375rem !important;
}

.\!mr-70{
  margin-right: 4.375rem !important;
}

.\!mr-75{
  margin-right: 4.6875rem !important;
}

.\!mr-8{
  margin-right: 0.5rem !important;
}

.\!mr-80{
  margin-right: 5rem !important;
}

.\!mr-85{
  margin-right: 5.3125rem !important;
}

.\!mr-9{
  margin-right: 0.5625rem !important;
}

.\!mr-90{
  margin-right: 5.625rem !important;
}

.\!mr-95{
  margin-right: 5.9375rem !important;
}

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

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

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

.\!mt-100{
  margin-top: 6.25rem !important;
}

.\!mt-105{
  margin-top: 6.5625rem !important;
}

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

.\!mt-110{
  margin-top: 6.875rem !important;
}

.\!mt-115{
  margin-top: 7.1875rem !important;
}

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

.\!mt-120{
  margin-top: 7.5rem !important;
}

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

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

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

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

.\!mt-17{
  margin-top: 1.0625rem !important;
}

.\!mt-18{
  margin-top: 1.125rem !important;
}

.\!mt-19{
  margin-top: 1.1875rem !important;
}

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

.\!mt-20{
  margin-top: 1.25rem !important;
}

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

.\!mt-24{
  margin-top: 1.5rem !important;
}

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

.\!mt-26{
  margin-top: 1.625rem !important;
}

.\!mt-28{
  margin-top: 1.75rem !important;
}

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

.\!mt-30{
  margin-top: 1.875rem !important;
}

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

.\!mt-34{
  margin-top: 2.125rem !important;
}

.\!mt-35{
  margin-top: 2.1875rem !important;
}

.\!mt-36{
  margin-top: 2.25rem !important;
}

.\!mt-38{
  margin-top: 2.375rem !important;
}

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

.\!mt-40{
  margin-top: 2.5rem !important;
}

.\!mt-44{
  margin-top: 2.75rem !important;
}

.\!mt-45{
  margin-top: 2.8125rem !important;
}

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

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

.\!mt-50{
  margin-top: 3.125rem !important;
}

.\!mt-52{
  margin-top: 3.25rem !important;
}

.\!mt-55{
  margin-top: 3.4375rem !important;
}

.\!mt-56{
  margin-top: 3.5rem !important;
}

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

.\!mt-60{
  margin-top: 3.75rem !important;
}

.\!mt-65{
  margin-top: 4.0625rem !important;
}

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

.\!mt-70{
  margin-top: 4.375rem !important;
}

.\!mt-75{
  margin-top: 4.6875rem !important;
}

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

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

.\!mt-85{
  margin-top: 5.3125rem !important;
}

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

.\!mt-90{
  margin-top: 5.625rem !important;
}

.\!mt-95{
  margin-top: 5.9375rem !important;
}

.mb-0{
  margin-bottom: 0px;
}

.mb-1{
  margin-bottom: 0.0625rem;
}

.mb-10{
  margin-bottom: 0.625rem;
}

.mb-100{
  margin-bottom: 6.25rem;
}

.mb-105{
  margin-bottom: 6.5625rem;
}

.mb-11{
  margin-bottom: 0.6875rem;
}

.mb-110{
  margin-bottom: 6.875rem;
}

.mb-115{
  margin-bottom: 7.1875rem;
}

.mb-12{
  margin-bottom: 0.75rem;
}

.mb-120{
  margin-bottom: 7.5rem;
}

.mb-13{
  margin-bottom: 0.8125rem;
}

.mb-14{
  margin-bottom: 0.875rem;
}

.mb-15{
  margin-bottom: 0.9375rem;
}

.mb-16{
  margin-bottom: 1rem;
}

.mb-17{
  margin-bottom: 1.0625rem;
}

.mb-18{
  margin-bottom: 1.125rem;
}

.mb-180{
  margin-bottom: 11.25rem;
}

.mb-19{
  margin-bottom: 1.1875rem;
}

.mb-2{
  margin-bottom: 0.125rem;
}

.mb-20{
  margin-bottom: 1.25rem;
}

.mb-22{
  margin-bottom: 1.375rem;
}

.mb-24{
  margin-bottom: 1.5rem;
}

.mb-25{
  margin-bottom: 1.5625rem;
}

.mb-26{
  margin-bottom: 1.625rem;
}

.mb-28{
  margin-bottom: 1.75rem;
}

.mb-3{
  margin-bottom: 0.1875rem;
}

.mb-30{
  margin-bottom: 1.875rem;
}

.mb-32{
  margin-bottom: 2rem;
}

.mb-34{
  margin-bottom: 2.125rem;
}

.mb-35{
  margin-bottom: 2.1875rem;
}

.mb-36{
  margin-bottom: 2.25rem;
}

.mb-38{
  margin-bottom: 2.375rem;
}

.mb-4{
  margin-bottom: 0.25rem;
}

.mb-40{
  margin-bottom: 2.5rem;
}

.mb-44{
  margin-bottom: 2.75rem;
}

.mb-45{
  margin-bottom: 2.8125rem;
}

.mb-48{
  margin-bottom: 3rem;
}

.mb-5{
  margin-bottom: 0.3125rem;
}

.mb-50{
  margin-bottom: 3.125rem;
}

.mb-52{
  margin-bottom: 3.25rem;
}

.mb-55{
  margin-bottom: 3.4375rem;
}

.mb-56{
  margin-bottom: 3.5rem;
}

.mb-6{
  margin-bottom: 0.375rem;
}

.mb-60{
  margin-bottom: 3.75rem;
}

.mb-65{
  margin-bottom: 4.0625rem;
}

.mb-7{
  margin-bottom: 0.4375rem;
}

.mb-70{
  margin-bottom: 4.375rem;
}

.mb-75{
  margin-bottom: 4.6875rem;
}

.mb-8{
  margin-bottom: 0.5rem;
}

.mb-80{
  margin-bottom: 5rem;
}

.mb-85{
  margin-bottom: 5.3125rem;
}

.mb-9{
  margin-bottom: 0.5625rem;
}

.mb-90{
  margin-bottom: 5.625rem;
}

.mb-95{
  margin-bottom: 5.9375rem;
}

.ml-0{
  margin-left: 0px;
}

.ml-1{
  margin-left: 0.0625rem;
}

.ml-10{
  margin-left: 0.625rem;
}

.ml-100{
  margin-left: 6.25rem;
}

.ml-105{
  margin-left: 6.5625rem;
}

.ml-11{
  margin-left: 0.6875rem;
}

.ml-110{
  margin-left: 6.875rem;
}

.ml-115{
  margin-left: 7.1875rem;
}

.ml-12{
  margin-left: 0.75rem;
}

.ml-120{
  margin-left: 7.5rem;
}

.ml-13{
  margin-left: 0.8125rem;
}

.ml-14{
  margin-left: 0.875rem;
}

.ml-15{
  margin-left: 0.9375rem;
}

.ml-16{
  margin-left: 1rem;
}

.ml-17{
  margin-left: 1.0625rem;
}

.ml-18{
  margin-left: 1.125rem;
}

.ml-19{
  margin-left: 1.1875rem;
}

.ml-2{
  margin-left: 0.125rem;
}

.ml-20{
  margin-left: 1.25rem;
}

.ml-22{
  margin-left: 1.375rem;
}

.ml-24{
  margin-left: 1.5rem;
}

.ml-25{
  margin-left: 1.5625rem;
}

.ml-26{
  margin-left: 1.625rem;
}

.ml-28{
  margin-left: 1.75rem;
}

.ml-3{
  margin-left: 0.1875rem;
}

.ml-30{
  margin-left: 1.875rem;
}

.ml-32{
  margin-left: 2rem;
}

.ml-34{
  margin-left: 2.125rem;
}

.ml-35{
  margin-left: 2.1875rem;
}

.ml-36{
  margin-left: 2.25rem;
}

.ml-38{
  margin-left: 2.375rem;
}

.ml-4{
  margin-left: 0.25rem;
}

.ml-40{
  margin-left: 2.5rem;
}

.ml-44{
  margin-left: 2.75rem;
}

.ml-45{
  margin-left: 2.8125rem;
}

.ml-48{
  margin-left: 3rem;
}

.ml-5{
  margin-left: 0.3125rem;
}

.ml-50{
  margin-left: 3.125rem;
}

.ml-52{
  margin-left: 3.25rem;
}

.ml-55{
  margin-left: 3.4375rem;
}

.ml-56{
  margin-left: 3.5rem;
}

.ml-6{
  margin-left: 0.375rem;
}

.ml-60{
  margin-left: 3.75rem;
}

.ml-65{
  margin-left: 4.0625rem;
}

.ml-7{
  margin-left: 0.4375rem;
}

.ml-70{
  margin-left: 4.375rem;
}

.ml-75{
  margin-left: 4.6875rem;
}

.ml-8{
  margin-left: 0.5rem;
}

.ml-80{
  margin-left: 5rem;
}

.ml-85{
  margin-left: 5.3125rem;
}

.ml-9{
  margin-left: 0.5625rem;
}

.ml-90{
  margin-left: 5.625rem;
}

.ml-95{
  margin-left: 5.9375rem;
}

.mr-0{
  margin-right: 0px;
}

.mr-1{
  margin-right: 0.0625rem;
}

.mr-10{
  margin-right: 0.625rem;
}

.mr-100{
  margin-right: 6.25rem;
}

.mr-105{
  margin-right: 6.5625rem;
}

.mr-11{
  margin-right: 0.6875rem;
}

.mr-110{
  margin-right: 6.875rem;
}

.mr-115{
  margin-right: 7.1875rem;
}

.mr-12{
  margin-right: 0.75rem;
}

.mr-120{
  margin-right: 7.5rem;
}

.mr-13{
  margin-right: 0.8125rem;
}

.mr-14{
  margin-right: 0.875rem;
}

.mr-15{
  margin-right: 0.9375rem;
}

.mr-16{
  margin-right: 1rem;
}

.mr-17{
  margin-right: 1.0625rem;
}

.mr-18{
  margin-right: 1.125rem;
}

.mr-19{
  margin-right: 1.1875rem;
}

.mr-2{
  margin-right: 0.125rem;
}

.mr-20{
  margin-right: 1.25rem;
}

.mr-22{
  margin-right: 1.375rem;
}

.mr-24{
  margin-right: 1.5rem;
}

.mr-25{
  margin-right: 1.5625rem;
}

.mr-26{
  margin-right: 1.625rem;
}

.mr-28{
  margin-right: 1.75rem;
}

.mr-3{
  margin-right: 0.1875rem;
}

.mr-30{
  margin-right: 1.875rem;
}

.mr-32{
  margin-right: 2rem;
}

.mr-34{
  margin-right: 2.125rem;
}

.mr-35{
  margin-right: 2.1875rem;
}

.mr-36{
  margin-right: 2.25rem;
}

.mr-38{
  margin-right: 2.375rem;
}

.mr-4{
  margin-right: 0.25rem;
}

.mr-40{
  margin-right: 2.5rem;
}

.mr-44{
  margin-right: 2.75rem;
}

.mr-45{
  margin-right: 2.8125rem;
}

.mr-48{
  margin-right: 3rem;
}

.mr-5{
  margin-right: 0.3125rem;
}

.mr-50{
  margin-right: 3.125rem;
}

.mr-52{
  margin-right: 3.25rem;
}

.mr-55{
  margin-right: 3.4375rem;
}

.mr-56{
  margin-right: 3.5rem;
}

.mr-6{
  margin-right: 0.375rem;
}

.mr-60{
  margin-right: 3.75rem;
}

.mr-65{
  margin-right: 4.0625rem;
}

.mr-7{
  margin-right: 0.4375rem;
}

.mr-70{
  margin-right: 4.375rem;
}

.mr-75{
  margin-right: 4.6875rem;
}

.mr-8{
  margin-right: 0.5rem;
}

.mr-80{
  margin-right: 5rem;
}

.mr-85{
  margin-right: 5.3125rem;
}

.mr-9{
  margin-right: 0.5625rem;
}

.mr-90{
  margin-right: 5.625rem;
}

.mr-95{
  margin-right: 5.9375rem;
}

.mt-0{
  margin-top: 0px;
}

.mt-1{
  margin-top: 0.0625rem;
}

.mt-10{
  margin-top: 0.625rem;
}

.mt-100{
  margin-top: 6.25rem;
}

.mt-105{
  margin-top: 6.5625rem;
}

.mt-106{
  margin-top: 6.625rem;
}

.mt-11{
  margin-top: 0.6875rem;
}

.mt-110{
  margin-top: 6.875rem;
}

.mt-115{
  margin-top: 7.1875rem;
}

.mt-12{
  margin-top: 0.75rem;
}

.mt-120{
  margin-top: 7.5rem;
}

.mt-13{
  margin-top: 0.8125rem;
}

.mt-14{
  margin-top: 0.875rem;
}

.mt-140{
  margin-top: 8.75rem;
}

.mt-15{
  margin-top: 0.9375rem;
}

.mt-150{
  margin-top: 9.375rem;
}

.mt-16{
  margin-top: 1rem;
}

.mt-17{
  margin-top: 1.0625rem;
}

.mt-18{
  margin-top: 1.125rem;
}

.mt-19{
  margin-top: 1.1875rem;
}

.mt-2{
  margin-top: 0.125rem;
}

.mt-20{
  margin-top: 1.25rem;
}

.mt-22{
  margin-top: 1.375rem;
}

.mt-24{
  margin-top: 1.5rem;
}

.mt-25{
  margin-top: 1.5625rem;
}

.mt-26{
  margin-top: 1.625rem;
}

.mt-28{
  margin-top: 1.75rem;
}

.mt-3{
  margin-top: 0.1875rem;
}

.mt-30{
  margin-top: 1.875rem;
}

.mt-32{
  margin-top: 2rem;
}

.mt-34{
  margin-top: 2.125rem;
}

.mt-35{
  margin-top: 2.1875rem;
}

.mt-36{
  margin-top: 2.25rem;
}

.mt-38{
  margin-top: 2.375rem;
}

.mt-4{
  margin-top: 0.25rem;
}

.mt-40{
  margin-top: 2.5rem;
}

.mt-44{
  margin-top: 2.75rem;
}

.mt-45{
  margin-top: 2.8125rem;
}

.mt-48{
  margin-top: 3rem;
}

.mt-5{
  margin-top: 0.3125rem;
}

.mt-50{
  margin-top: 3.125rem;
}

.mt-52{
  margin-top: 3.25rem;
}

.mt-55{
  margin-top: 3.4375rem;
}

.mt-56{
  margin-top: 3.5rem;
}

.mt-6{
  margin-top: 0.375rem;
}

.mt-60{
  margin-top: 3.75rem;
}

.mt-64{
  margin-top: 4rem;
}

.mt-65{
  margin-top: 4.0625rem;
}

.mt-7{
  margin-top: 0.4375rem;
}

.mt-70{
  margin-top: 4.375rem;
}

.mt-75{
  margin-top: 4.6875rem;
}

.mt-8{
  margin-top: 0.5rem;
}

.mt-80{
  margin-top: 5rem;
}

.mt-85{
  margin-top: 5.3125rem;
}

.mt-9{
  margin-top: 0.5625rem;
}

.mt-90{
  margin-top: 5.625rem;
}

.mt-95{
  margin-top: 5.9375rem;
}

.\!block{
  display: block !important;
}

.block{
  display: block;
}

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

.inline-block{
  display: inline-block;
}

.\!inline{
  display: inline !important;
}

.inline{
  display: inline;
}

.\!flex{
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.\!table{
  display: table !important;
}

.table{
  display: table;
}

.\!inline-table{
  display: inline-table !important;
}

.inline-table{
  display: inline-table;
}

.\!table-caption{
  display: table-caption !important;
}

.table-caption{
  display: table-caption;
}

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

.table-cell{
  display: table-cell;
}

.\!table-column{
  display: table-column !important;
}

.table-column{
  display: table-column;
}

.\!table-column-group{
  display: table-column-group !important;
}

.table-column-group{
  display: table-column-group;
}

.\!table-footer-group{
  display: table-footer-group !important;
}

.table-footer-group{
  display: table-footer-group;
}

.\!table-header-group{
  display: table-header-group !important;
}

.table-header-group{
  display: table-header-group;
}

.\!table-row-group{
  display: table-row-group !important;
}

.table-row-group{
  display: table-row-group;
}

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

.table-row{
  display: table-row;
}

.\!grid{
  display: -ms-grid !important;
  display: grid !important;
}

.grid{
  display: -ms-grid;
  display: grid;
}

.\!inline-grid{
  display: -ms-inline-grid !important;
  display: inline-grid !important;
}

.inline-grid{
  display: -ms-inline-grid;
  display: inline-grid;
}

.hidden{
  display: none;
}

.size-full{
  width: 100%;
  height: 100%;
}

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

.\!w-fit{
  width: -moz-fit-content !important;
  width: -webkit-fit-content !important;
  width: fit-content !important;
}

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

.\!w-max{
  width: -moz-max-content !important;
  width: -webkit-max-content !important;
  width: max-content !important;
}

.\!w-min{
  width: -moz-min-content !important;
  width: -webkit-min-content !important;
  width: min-content !important;
}

.w-auto{
  width: auto;
}

.w-fit{
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.w-full{
  width: 100%;
}

.w-max{
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
}

.w-min{
  width: -moz-min-content;
  width: -webkit-min-content;
  width: min-content;
}

.\!max-w-\[900px\]{
  max-width: 900px !important;
}

.shrink-0{
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.\!table-auto{
  table-layout: auto !important;
}

.table-auto{
  table-layout: auto;
}

.\!table-fixed{
  table-layout: fixed !important;
}

.table-fixed{
  table-layout: fixed;
}

.\!border-collapse{
  border-collapse: collapse !important;
}

.border-collapse{
  border-collapse: collapse;
}

.\!border-separate{
  border-collapse: separate !important;
}

.border-separate{
  border-collapse: separate;
}

.resize{
  resize: both;
}

.\!grid-cols-1{
  -ms-grid-columns: (minmax(0, 1fr))[1] !important;
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

.\!grid-cols-10{
  -ms-grid-columns: (minmax(0, 1fr))[10] !important;
  grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}

.\!grid-cols-11{
  -ms-grid-columns: (minmax(0, 1fr))[11] !important;
  grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}

.\!grid-cols-12{
  -ms-grid-columns: (minmax(0, 1fr))[12] !important;
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}

.\!grid-cols-2{
  -ms-grid-columns: (minmax(0, 1fr))[2] !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.\!grid-cols-3{
  -ms-grid-columns: (minmax(0, 1fr))[3] !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.\!grid-cols-4{
  -ms-grid-columns: (minmax(0, 1fr))[4] !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.\!grid-cols-5{
  -ms-grid-columns: (minmax(0, 1fr))[5] !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

.\!grid-cols-6{
  -ms-grid-columns: (minmax(0, 1fr))[6] !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

.\!grid-cols-7{
  -ms-grid-columns: (minmax(0, 1fr))[7] !important;
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}

.\!grid-cols-8{
  -ms-grid-columns: (minmax(0, 1fr))[8] !important;
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}

.\!grid-cols-9{
  -ms-grid-columns: (minmax(0, 1fr))[9] !important;
  grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}

.grid-cols-1{
  -ms-grid-columns: (minmax(0, 1fr))[1];
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-10{
  -ms-grid-columns: (minmax(0, 1fr))[10];
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-11{
  -ms-grid-columns: (minmax(0, 1fr))[11];
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-cols-12{
  -ms-grid-columns: (minmax(0, 1fr))[12];
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-2{
  -ms-grid-columns: (minmax(0, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3{
  -ms-grid-columns: (minmax(0, 1fr))[3];
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4{
  -ms-grid-columns: (minmax(0, 1fr))[4];
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5{
  -ms-grid-columns: (minmax(0, 1fr))[5];
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6{
  -ms-grid-columns: (minmax(0, 1fr))[6];
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7{
  -ms-grid-columns: (minmax(0, 1fr))[7];
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8{
  -ms-grid-columns: (minmax(0, 1fr))[8];
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-9{
  -ms-grid-columns: (minmax(0, 1fr))[9];
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.\!grid-rows-1{
  -ms-grid-rows: (minmax(0, 1fr))[1] !important;
  grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
}

.\!grid-rows-2{
  -ms-grid-rows: (minmax(0, 1fr))[2] !important;
  grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
}

.\!grid-rows-3{
  -ms-grid-rows: (minmax(0, 1fr))[3] !important;
  grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
}

.\!grid-rows-4{
  -ms-grid-rows: (minmax(0, 1fr))[4] !important;
  grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
}

.\!grid-rows-5{
  -ms-grid-rows: (minmax(0, 1fr))[5] !important;
  grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
}

.\!grid-rows-6{
  -ms-grid-rows: (minmax(0, 1fr))[6] !important;
  grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
}

.grid-rows-1{
  -ms-grid-rows: (minmax(0, 1fr))[1];
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.grid-rows-2{
  -ms-grid-rows: (minmax(0, 1fr))[2];
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.grid-rows-3{
  -ms-grid-rows: (minmax(0, 1fr))[3];
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.grid-rows-4{
  -ms-grid-rows: (minmax(0, 1fr))[4];
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.grid-rows-5{
  -ms-grid-rows: (minmax(0, 1fr))[5];
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.grid-rows-6{
  -ms-grid-rows: (minmax(0, 1fr))[6];
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.\!flex-row{
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-row{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.\!flex-row-reverse{
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-row-reverse{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.\!flex-col{
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-col{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.\!flex-col-reverse{
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-col-reverse{
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.flex-wrap{
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.\!items-start{
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.items-start{
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.\!items-end{
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.items-end{
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.\!items-center{
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.items-center{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.\!justify-normal{
  -webkit-box-pack: normal !important;
      -ms-flex-pack: normal !important;
          justify-content: normal !important;
}

.justify-normal{
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
}

.\!justify-start{
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-start{
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.\!justify-end{
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-end{
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.\!justify-center{
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-center{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.\!justify-between{
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-between{
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.\!justify-around{
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.justify-around{
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.\!gap-0{
  gap: 0px !important;
}

.\!gap-1{
  gap: 0.0625rem !important;
}

.\!gap-10{
  gap: 0.625rem !important;
}

.\!gap-11{
  gap: 0.6875rem !important;
}

.\!gap-12{
  gap: 0.75rem !important;
}

.\!gap-13{
  gap: 0.8125rem !important;
}

.\!gap-14{
  gap: 0.875rem !important;
}

.\!gap-15{
  gap: 0.9375rem !important;
}

.\!gap-16{
  gap: 1rem !important;
}

.\!gap-17{
  gap: 1.0625rem !important;
}

.\!gap-18{
  gap: 1.125rem !important;
}

.\!gap-19{
  gap: 1.1875rem !important;
}

.\!gap-2{
  gap: 0.125rem !important;
}

.\!gap-20{
  gap: 1.25rem !important;
}

.\!gap-22{
  gap: 1.375rem !important;
}

.\!gap-24{
  gap: 1.5rem !important;
}

.\!gap-25{
  gap: 1.5625rem !important;
}

.\!gap-26{
  gap: 1.625rem !important;
}

.\!gap-28{
  gap: 1.75rem !important;
}

.\!gap-3{
  gap: 0.1875rem !important;
}

.\!gap-30{
  gap: 1.875rem !important;
}

.\!gap-32{
  gap: 2rem !important;
}

.\!gap-34{
  gap: 2.125rem !important;
}

.\!gap-35{
  gap: 2.1875rem !important;
}

.\!gap-36{
  gap: 2.25rem !important;
}

.\!gap-38{
  gap: 2.375rem !important;
}

.\!gap-4{
  gap: 0.25rem !important;
}

.\!gap-40{
  gap: 2.5rem !important;
}

.\!gap-44{
  gap: 2.75rem !important;
}

.\!gap-45{
  gap: 2.8125rem !important;
}

.\!gap-48{
  gap: 3rem !important;
}

.\!gap-5{
  gap: 0.3125rem !important;
}

.\!gap-50{
  gap: 3.125rem !important;
}

.\!gap-52{
  gap: 3.25rem !important;
}

.\!gap-55{
  gap: 3.4375rem !important;
}

.\!gap-56{
  gap: 3.5rem !important;
}

.\!gap-6{
  gap: 0.375rem !important;
}

.\!gap-60{
  gap: 3.75rem !important;
}

.\!gap-64{
  gap: 4rem !important;
}

.\!gap-7{
  gap: 0.4375rem !important;
}

.\!gap-8{
  gap: 0.5rem !important;
}

.\!gap-9{
  gap: 0.5625rem !important;
}

.gap-0{
  gap: 0px;
}

.gap-1{
  gap: 0.0625rem;
}

.gap-10{
  gap: 0.625rem;
}

.gap-11{
  gap: 0.6875rem;
}

.gap-12{
  gap: 0.75rem;
}

.gap-13{
  gap: 0.8125rem;
}

.gap-135{
  gap: 8.4375rem;
}

.gap-14{
  gap: 0.875rem;
}

.gap-15{
  gap: 0.9375rem;
}

.gap-16{
  gap: 1rem;
}

.gap-17{
  gap: 1.0625rem;
}

.gap-18{
  gap: 1.125rem;
}

.gap-19{
  gap: 1.1875rem;
}

.gap-2{
  gap: 0.125rem;
}

.gap-20{
  gap: 1.25rem;
}

.gap-22{
  gap: 1.375rem;
}

.gap-24{
  gap: 1.5rem;
}

.gap-25{
  gap: 1.5625rem;
}

.gap-26{
  gap: 1.625rem;
}

.gap-28{
  gap: 1.75rem;
}

.gap-3{
  gap: 0.1875rem;
}

.gap-30{
  gap: 1.875rem;
}

.gap-32{
  gap: 2rem;
}

.gap-34{
  gap: 2.125rem;
}

.gap-35{
  gap: 2.1875rem;
}

.gap-36{
  gap: 2.25rem;
}

.gap-38{
  gap: 2.375rem;
}

.gap-4{
  gap: 0.25rem;
}

.gap-40{
  gap: 2.5rem;
}

.gap-44{
  gap: 2.75rem;
}

.gap-45{
  gap: 2.8125rem;
}

.gap-48{
  gap: 3rem;
}

.gap-5{
  gap: 0.3125rem;
}

.gap-50{
  gap: 3.125rem;
}

.gap-52{
  gap: 3.25rem;
}

.gap-55{
  gap: 3.4375rem;
}

.gap-56{
  gap: 3.5rem;
}

.gap-6{
  gap: 0.375rem;
}

.gap-60{
  gap: 3.75rem;
}

.gap-64{
  gap: 4rem;
}

.gap-7{
  gap: 0.4375rem;
}

.gap-8{
  gap: 0.5rem;
}

.gap-9{
  gap: 0.5625rem;
}

.\!gap-x-0{
  -moz-column-gap: 0px !important;
       -webkit-column-gap: 0px !important;
          column-gap: 0px !important;
}

.\!gap-x-1{
  -moz-column-gap: 0.0625rem !important;
       -webkit-column-gap: 0.0625rem !important;
          column-gap: 0.0625rem !important;
}

.\!gap-x-10{
  -moz-column-gap: 0.625rem !important;
       -webkit-column-gap: 0.625rem !important;
          column-gap: 0.625rem !important;
}

.\!gap-x-11{
  -moz-column-gap: 0.6875rem !important;
       -webkit-column-gap: 0.6875rem !important;
          column-gap: 0.6875rem !important;
}

.\!gap-x-12{
  -moz-column-gap: 0.75rem !important;
       -webkit-column-gap: 0.75rem !important;
          column-gap: 0.75rem !important;
}

.\!gap-x-13{
  -moz-column-gap: 0.8125rem !important;
       -webkit-column-gap: 0.8125rem !important;
          column-gap: 0.8125rem !important;
}

.\!gap-x-14{
  -moz-column-gap: 0.875rem !important;
       -webkit-column-gap: 0.875rem !important;
          column-gap: 0.875rem !important;
}

.\!gap-x-15{
  -moz-column-gap: 0.9375rem !important;
       -webkit-column-gap: 0.9375rem !important;
          column-gap: 0.9375rem !important;
}

.\!gap-x-16{
  -moz-column-gap: 1rem !important;
       -webkit-column-gap: 1rem !important;
          column-gap: 1rem !important;
}

.\!gap-x-17{
  -moz-column-gap: 1.0625rem !important;
       -webkit-column-gap: 1.0625rem !important;
          column-gap: 1.0625rem !important;
}

.\!gap-x-18{
  -moz-column-gap: 1.125rem !important;
       -webkit-column-gap: 1.125rem !important;
          column-gap: 1.125rem !important;
}

.\!gap-x-19{
  -moz-column-gap: 1.1875rem !important;
       -webkit-column-gap: 1.1875rem !important;
          column-gap: 1.1875rem !important;
}

.\!gap-x-2{
  -moz-column-gap: 0.125rem !important;
       -webkit-column-gap: 0.125rem !important;
          column-gap: 0.125rem !important;
}

.\!gap-x-20{
  -moz-column-gap: 1.25rem !important;
       -webkit-column-gap: 1.25rem !important;
          column-gap: 1.25rem !important;
}

.\!gap-x-22{
  -moz-column-gap: 1.375rem !important;
       -webkit-column-gap: 1.375rem !important;
          column-gap: 1.375rem !important;
}

.\!gap-x-24{
  -moz-column-gap: 1.5rem !important;
       -webkit-column-gap: 1.5rem !important;
          column-gap: 1.5rem !important;
}

.\!gap-x-25{
  -moz-column-gap: 1.5625rem !important;
       -webkit-column-gap: 1.5625rem !important;
          column-gap: 1.5625rem !important;
}

.\!gap-x-26{
  -moz-column-gap: 1.625rem !important;
       -webkit-column-gap: 1.625rem !important;
          column-gap: 1.625rem !important;
}

.\!gap-x-28{
  -moz-column-gap: 1.75rem !important;
       -webkit-column-gap: 1.75rem !important;
          column-gap: 1.75rem !important;
}

.\!gap-x-3{
  -moz-column-gap: 0.1875rem !important;
       -webkit-column-gap: 0.1875rem !important;
          column-gap: 0.1875rem !important;
}

.\!gap-x-30{
  -moz-column-gap: 1.875rem !important;
       -webkit-column-gap: 1.875rem !important;
          column-gap: 1.875rem !important;
}

.\!gap-x-32{
  -moz-column-gap: 2rem !important;
       -webkit-column-gap: 2rem !important;
          column-gap: 2rem !important;
}

.\!gap-x-34{
  -moz-column-gap: 2.125rem !important;
       -webkit-column-gap: 2.125rem !important;
          column-gap: 2.125rem !important;
}

.\!gap-x-35{
  -moz-column-gap: 2.1875rem !important;
       -webkit-column-gap: 2.1875rem !important;
          column-gap: 2.1875rem !important;
}

.\!gap-x-36{
  -moz-column-gap: 2.25rem !important;
       -webkit-column-gap: 2.25rem !important;
          column-gap: 2.25rem !important;
}

.\!gap-x-38{
  -moz-column-gap: 2.375rem !important;
       -webkit-column-gap: 2.375rem !important;
          column-gap: 2.375rem !important;
}

.\!gap-x-4{
  -moz-column-gap: 0.25rem !important;
       -webkit-column-gap: 0.25rem !important;
          column-gap: 0.25rem !important;
}

.\!gap-x-40{
  -moz-column-gap: 2.5rem !important;
       -webkit-column-gap: 2.5rem !important;
          column-gap: 2.5rem !important;
}

.\!gap-x-44{
  -moz-column-gap: 2.75rem !important;
       -webkit-column-gap: 2.75rem !important;
          column-gap: 2.75rem !important;
}

.\!gap-x-45{
  -moz-column-gap: 2.8125rem !important;
       -webkit-column-gap: 2.8125rem !important;
          column-gap: 2.8125rem !important;
}

.\!gap-x-48{
  -moz-column-gap: 3rem !important;
       -webkit-column-gap: 3rem !important;
          column-gap: 3rem !important;
}

.\!gap-x-5{
  -moz-column-gap: 0.3125rem !important;
       -webkit-column-gap: 0.3125rem !important;
          column-gap: 0.3125rem !important;
}

.\!gap-x-50{
  -moz-column-gap: 3.125rem !important;
       -webkit-column-gap: 3.125rem !important;
          column-gap: 3.125rem !important;
}

.\!gap-x-52{
  -moz-column-gap: 3.25rem !important;
       -webkit-column-gap: 3.25rem !important;
          column-gap: 3.25rem !important;
}

.\!gap-x-55{
  -moz-column-gap: 3.4375rem !important;
       -webkit-column-gap: 3.4375rem !important;
          column-gap: 3.4375rem !important;
}

.\!gap-x-56{
  -moz-column-gap: 3.5rem !important;
       -webkit-column-gap: 3.5rem !important;
          column-gap: 3.5rem !important;
}

.\!gap-x-6{
  -moz-column-gap: 0.375rem !important;
       -webkit-column-gap: 0.375rem !important;
          column-gap: 0.375rem !important;
}

.\!gap-x-60{
  -moz-column-gap: 3.75rem !important;
       -webkit-column-gap: 3.75rem !important;
          column-gap: 3.75rem !important;
}

.\!gap-x-64{
  -moz-column-gap: 4rem !important;
       -webkit-column-gap: 4rem !important;
          column-gap: 4rem !important;
}

.\!gap-x-7{
  -moz-column-gap: 0.4375rem !important;
       -webkit-column-gap: 0.4375rem !important;
          column-gap: 0.4375rem !important;
}

.\!gap-x-8{
  -moz-column-gap: 0.5rem !important;
       -webkit-column-gap: 0.5rem !important;
          column-gap: 0.5rem !important;
}

.\!gap-x-9{
  -moz-column-gap: 0.5625rem !important;
       -webkit-column-gap: 0.5625rem !important;
          column-gap: 0.5625rem !important;
}

.\!gap-y-0{
  row-gap: 0px !important;
}

.\!gap-y-1{
  row-gap: 0.0625rem !important;
}

.\!gap-y-10{
  row-gap: 0.625rem !important;
}

.\!gap-y-11{
  row-gap: 0.6875rem !important;
}

.\!gap-y-12{
  row-gap: 0.75rem !important;
}

.\!gap-y-13{
  row-gap: 0.8125rem !important;
}

.\!gap-y-14{
  row-gap: 0.875rem !important;
}

.\!gap-y-15{
  row-gap: 0.9375rem !important;
}

.\!gap-y-16{
  row-gap: 1rem !important;
}

.\!gap-y-17{
  row-gap: 1.0625rem !important;
}

.\!gap-y-18{
  row-gap: 1.125rem !important;
}

.\!gap-y-19{
  row-gap: 1.1875rem !important;
}

.\!gap-y-2{
  row-gap: 0.125rem !important;
}

.\!gap-y-20{
  row-gap: 1.25rem !important;
}

.\!gap-y-22{
  row-gap: 1.375rem !important;
}

.\!gap-y-24{
  row-gap: 1.5rem !important;
}

.\!gap-y-25{
  row-gap: 1.5625rem !important;
}

.\!gap-y-26{
  row-gap: 1.625rem !important;
}

.\!gap-y-28{
  row-gap: 1.75rem !important;
}

.\!gap-y-3{
  row-gap: 0.1875rem !important;
}

.\!gap-y-30{
  row-gap: 1.875rem !important;
}

.\!gap-y-32{
  row-gap: 2rem !important;
}

.\!gap-y-34{
  row-gap: 2.125rem !important;
}

.\!gap-y-35{
  row-gap: 2.1875rem !important;
}

.\!gap-y-36{
  row-gap: 2.25rem !important;
}

.\!gap-y-38{
  row-gap: 2.375rem !important;
}

.\!gap-y-4{
  row-gap: 0.25rem !important;
}

.\!gap-y-40{
  row-gap: 2.5rem !important;
}

.\!gap-y-44{
  row-gap: 2.75rem !important;
}

.\!gap-y-45{
  row-gap: 2.8125rem !important;
}

.\!gap-y-48{
  row-gap: 3rem !important;
}

.\!gap-y-5{
  row-gap: 0.3125rem !important;
}

.\!gap-y-50{
  row-gap: 3.125rem !important;
}

.\!gap-y-52{
  row-gap: 3.25rem !important;
}

.\!gap-y-55{
  row-gap: 3.4375rem !important;
}

.\!gap-y-56{
  row-gap: 3.5rem !important;
}

.\!gap-y-6{
  row-gap: 0.375rem !important;
}

.\!gap-y-60{
  row-gap: 3.75rem !important;
}

.\!gap-y-64{
  row-gap: 4rem !important;
}

.\!gap-y-7{
  row-gap: 0.4375rem !important;
}

.\!gap-y-8{
  row-gap: 0.5rem !important;
}

.\!gap-y-9{
  row-gap: 0.5625rem !important;
}

.gap-x-0{
  -moz-column-gap: 0px;
       -webkit-column-gap: 0px;
          column-gap: 0px;
}

.gap-x-1{
  -moz-column-gap: 0.0625rem;
       -webkit-column-gap: 0.0625rem;
          column-gap: 0.0625rem;
}

.gap-x-10{
  -moz-column-gap: 0.625rem;
       -webkit-column-gap: 0.625rem;
          column-gap: 0.625rem;
}

.gap-x-11{
  -moz-column-gap: 0.6875rem;
       -webkit-column-gap: 0.6875rem;
          column-gap: 0.6875rem;
}

.gap-x-12{
  -moz-column-gap: 0.75rem;
       -webkit-column-gap: 0.75rem;
          column-gap: 0.75rem;
}

.gap-x-13{
  -moz-column-gap: 0.8125rem;
       -webkit-column-gap: 0.8125rem;
          column-gap: 0.8125rem;
}

.gap-x-14{
  -moz-column-gap: 0.875rem;
       -webkit-column-gap: 0.875rem;
          column-gap: 0.875rem;
}

.gap-x-15{
  -moz-column-gap: 0.9375rem;
       -webkit-column-gap: 0.9375rem;
          column-gap: 0.9375rem;
}

.gap-x-16{
  -moz-column-gap: 1rem;
       -webkit-column-gap: 1rem;
          column-gap: 1rem;
}

.gap-x-17{
  -moz-column-gap: 1.0625rem;
       -webkit-column-gap: 1.0625rem;
          column-gap: 1.0625rem;
}

.gap-x-18{
  -moz-column-gap: 1.125rem;
       -webkit-column-gap: 1.125rem;
          column-gap: 1.125rem;
}

.gap-x-19{
  -moz-column-gap: 1.1875rem;
       -webkit-column-gap: 1.1875rem;
          column-gap: 1.1875rem;
}

.gap-x-2{
  -moz-column-gap: 0.125rem;
       -webkit-column-gap: 0.125rem;
          column-gap: 0.125rem;
}

.gap-x-20{
  -moz-column-gap: 1.25rem;
       -webkit-column-gap: 1.25rem;
          column-gap: 1.25rem;
}

.gap-x-22{
  -moz-column-gap: 1.375rem;
       -webkit-column-gap: 1.375rem;
          column-gap: 1.375rem;
}

.gap-x-24{
  -moz-column-gap: 1.5rem;
       -webkit-column-gap: 1.5rem;
          column-gap: 1.5rem;
}

.gap-x-25{
  -moz-column-gap: 1.5625rem;
       -webkit-column-gap: 1.5625rem;
          column-gap: 1.5625rem;
}

.gap-x-26{
  -moz-column-gap: 1.625rem;
       -webkit-column-gap: 1.625rem;
          column-gap: 1.625rem;
}

.gap-x-28{
  -moz-column-gap: 1.75rem;
       -webkit-column-gap: 1.75rem;
          column-gap: 1.75rem;
}

.gap-x-3{
  -moz-column-gap: 0.1875rem;
       -webkit-column-gap: 0.1875rem;
          column-gap: 0.1875rem;
}

.gap-x-30{
  -moz-column-gap: 1.875rem;
       -webkit-column-gap: 1.875rem;
          column-gap: 1.875rem;
}

.gap-x-32{
  -moz-column-gap: 2rem;
       -webkit-column-gap: 2rem;
          column-gap: 2rem;
}

.gap-x-34{
  -moz-column-gap: 2.125rem;
       -webkit-column-gap: 2.125rem;
          column-gap: 2.125rem;
}

.gap-x-35{
  -moz-column-gap: 2.1875rem;
       -webkit-column-gap: 2.1875rem;
          column-gap: 2.1875rem;
}

.gap-x-36{
  -moz-column-gap: 2.25rem;
       -webkit-column-gap: 2.25rem;
          column-gap: 2.25rem;
}

.gap-x-38{
  -moz-column-gap: 2.375rem;
       -webkit-column-gap: 2.375rem;
          column-gap: 2.375rem;
}

.gap-x-4{
  -moz-column-gap: 0.25rem;
       -webkit-column-gap: 0.25rem;
          column-gap: 0.25rem;
}

.gap-x-40{
  -moz-column-gap: 2.5rem;
       -webkit-column-gap: 2.5rem;
          column-gap: 2.5rem;
}

.gap-x-44{
  -moz-column-gap: 2.75rem;
       -webkit-column-gap: 2.75rem;
          column-gap: 2.75rem;
}

.gap-x-45{
  -moz-column-gap: 2.8125rem;
       -webkit-column-gap: 2.8125rem;
          column-gap: 2.8125rem;
}

.gap-x-48{
  -moz-column-gap: 3rem;
       -webkit-column-gap: 3rem;
          column-gap: 3rem;
}

.gap-x-5{
  -moz-column-gap: 0.3125rem;
       -webkit-column-gap: 0.3125rem;
          column-gap: 0.3125rem;
}

.gap-x-50{
  -moz-column-gap: 3.125rem;
       -webkit-column-gap: 3.125rem;
          column-gap: 3.125rem;
}

.gap-x-52{
  -moz-column-gap: 3.25rem;
       -webkit-column-gap: 3.25rem;
          column-gap: 3.25rem;
}

.gap-x-55{
  -moz-column-gap: 3.4375rem;
       -webkit-column-gap: 3.4375rem;
          column-gap: 3.4375rem;
}

.gap-x-56{
  -moz-column-gap: 3.5rem;
       -webkit-column-gap: 3.5rem;
          column-gap: 3.5rem;
}

.gap-x-6{
  -moz-column-gap: 0.375rem;
       -webkit-column-gap: 0.375rem;
          column-gap: 0.375rem;
}

.gap-x-60{
  -moz-column-gap: 3.75rem;
       -webkit-column-gap: 3.75rem;
          column-gap: 3.75rem;
}

.gap-x-64{
  -moz-column-gap: 4rem;
       -webkit-column-gap: 4rem;
          column-gap: 4rem;
}

.gap-x-7{
  -moz-column-gap: 0.4375rem;
       -webkit-column-gap: 0.4375rem;
          column-gap: 0.4375rem;
}

.gap-x-8{
  -moz-column-gap: 0.5rem;
       -webkit-column-gap: 0.5rem;
          column-gap: 0.5rem;
}

.gap-x-9{
  -moz-column-gap: 0.5625rem;
       -webkit-column-gap: 0.5625rem;
          column-gap: 0.5625rem;
}

.gap-y-0{
  row-gap: 0px;
}

.gap-y-1{
  row-gap: 0.0625rem;
}

.gap-y-10{
  row-gap: 0.625rem;
}

.gap-y-11{
  row-gap: 0.6875rem;
}

.gap-y-12{
  row-gap: 0.75rem;
}

.gap-y-13{
  row-gap: 0.8125rem;
}

.gap-y-14{
  row-gap: 0.875rem;
}

.gap-y-15{
  row-gap: 0.9375rem;
}

.gap-y-16{
  row-gap: 1rem;
}

.gap-y-17{
  row-gap: 1.0625rem;
}

.gap-y-18{
  row-gap: 1.125rem;
}

.gap-y-19{
  row-gap: 1.1875rem;
}

.gap-y-2{
  row-gap: 0.125rem;
}

.gap-y-20{
  row-gap: 1.25rem;
}

.gap-y-22{
  row-gap: 1.375rem;
}

.gap-y-24{
  row-gap: 1.5rem;
}

.gap-y-25{
  row-gap: 1.5625rem;
}

.gap-y-26{
  row-gap: 1.625rem;
}

.gap-y-28{
  row-gap: 1.75rem;
}

.gap-y-3{
  row-gap: 0.1875rem;
}

.gap-y-30{
  row-gap: 1.875rem;
}

.gap-y-32{
  row-gap: 2rem;
}

.gap-y-34{
  row-gap: 2.125rem;
}

.gap-y-35{
  row-gap: 2.1875rem;
}

.gap-y-36{
  row-gap: 2.25rem;
}

.gap-y-38{
  row-gap: 2.375rem;
}

.gap-y-4{
  row-gap: 0.25rem;
}

.gap-y-40{
  row-gap: 2.5rem;
}

.gap-y-44{
  row-gap: 2.75rem;
}

.gap-y-45{
  row-gap: 2.8125rem;
}

.gap-y-48{
  row-gap: 3rem;
}

.gap-y-5{
  row-gap: 0.3125rem;
}

.gap-y-50{
  row-gap: 3.125rem;
}

.gap-y-52{
  row-gap: 3.25rem;
}

.gap-y-55{
  row-gap: 3.4375rem;
}

.gap-y-56{
  row-gap: 3.5rem;
}

.gap-y-6{
  row-gap: 0.375rem;
}

.gap-y-60{
  row-gap: 3.75rem;
}

.gap-y-64{
  row-gap: 4rem;
}

.gap-y-7{
  row-gap: 0.4375rem;
}

.gap-y-8{
  row-gap: 0.5rem;
}

.gap-y-9{
  row-gap: 0.5625rem;
}

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

.overflow-auto{
  overflow: auto;
}

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

.overflow-hidden{
  overflow: hidden;
}

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

.overflow-visible{
  overflow: visible;
}

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

.overflow-scroll{
  overflow: scroll;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!rounded-10{
  border-radius: 0.625rem !important;
}

.\!rounded-12{
  border-radius: 0.75rem !important;
}

.\!rounded-14{
  border-radius: 0.875rem !important;
}

.\!rounded-15{
  border-radius: 0.9375rem !important;
}

.\!rounded-16{
  border-radius: 1rem !important;
}

.\!rounded-18{
  border-radius: 1.125rem !important;
}

.\!rounded-2{
  border-radius: 0.125rem !important;
}

.\!rounded-20{
  border-radius: 1.25rem !important;
}

.\!rounded-22{
  border-radius: 1.375rem !important;
}

.\!rounded-24{
  border-radius: 1.5rem !important;
}

.\!rounded-25{
  border-radius: 1.5625rem !important;
}

.\!rounded-26{
  border-radius: 1.625rem !important;
}

.\!rounded-28{
  border-radius: 1.75rem !important;
}

.\!rounded-30{
  border-radius: 1.875rem !important;
}

.\!rounded-32{
  border-radius: 2rem !important;
}

.\!rounded-4{
  border-radius: 0.25rem !important;
}

.\!rounded-5{
  border-radius: 0.3125rem !important;
}

.\!rounded-6{
  border-radius: 0.375rem !important;
}

.\!rounded-8{
  border-radius: 0.5rem !important;
}

.rounded-10{
  border-radius: 0.625rem;
}

.rounded-12{
  border-radius: 0.75rem;
}

.rounded-14{
  border-radius: 0.875rem;
}

.rounded-15{
  border-radius: 0.9375rem;
}

.rounded-16{
  border-radius: 1rem;
}

.rounded-18{
  border-radius: 1.125rem;
}

.rounded-2{
  border-radius: 0.125rem;
}

.rounded-20{
  border-radius: 1.25rem;
}

.rounded-22{
  border-radius: 1.375rem;
}

.rounded-24{
  border-radius: 1.5rem;
}

.rounded-25{
  border-radius: 1.5625rem;
}

.rounded-26{
  border-radius: 1.625rem;
}

.rounded-28{
  border-radius: 1.75rem;
}

.rounded-30{
  border-radius: 1.875rem;
}

.rounded-32{
  border-radius: 2rem;
}

.rounded-4{
  border-radius: 0.25rem;
}

.rounded-5{
  border-radius: 0.3125rem;
}

.rounded-6{
  border-radius: 0.375rem;
}

.rounded-8{
  border-radius: 0.5rem;
}

.border{
  border-width: 0.0625rem;
}

.\!border-main{
  --tw-border-opacity: 1 !important;
  border-color: rgb(26 26 26 / var(--tw-border-opacity)) !important;
}

.\!border-main-100{
  border-color: #1a1a1a1a !important;
}

.\!border-main-200{
  border-color: #1a1a1a33 !important;
}

.\!border-main-300{
  border-color: #1a1a1a4d !important;
}

.\!border-main-400{
  border-color: #1a1a1a66 !important;
}

.\!border-main-500{
  border-color: #1a1a1a80 !important;
}

.\!border-main-600{
  border-color: #1a1a1a99 !important;
}

.\!border-main-700{
  border-color: #1a1a1ab3 !important;
}

.\!border-main-800{
  border-color: #1a1a1acc !important;
}

.\!border-main-900{
  border-color: #1a1a1ae6 !important;
}

.border-main{
  --tw-border-opacity: 1;
  border-color: rgb(26 26 26 / var(--tw-border-opacity));
}

.border-main-100{
  border-color: #1a1a1a1a;
}

.border-main-200{
  border-color: #1a1a1a33;
}

.border-main-300{
  border-color: #1a1a1a4d;
}

.border-main-400{
  border-color: #1a1a1a66;
}

.border-main-500{
  border-color: #1a1a1a80;
}

.border-main-600{
  border-color: #1a1a1a99;
}

.border-main-700{
  border-color: #1a1a1ab3;
}

.border-main-800{
  border-color: #1a1a1acc;
}

.border-main-900{
  border-color: #1a1a1ae6;
}

.\!bg-gray{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity)) !important;
}

.\!bg-gray-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
}

.\!bg-gray-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity)) !important;
}

.\!bg-gray-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity)) !important;
}

.\!bg-gray-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity)) !important;
}

.\!bg-gray-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity)) !important;
}

.\!bg-gray-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity)) !important;
}

.\!bg-gray-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity)) !important;
}

.\!bg-gray-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity)) !important;
}

.\!bg-gray-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity)) !important;
}

.\!bg-main{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity)) !important;
}

.\!bg-main-100{
  background-color: #1a1a1a1a !important;
}

.\!bg-main-200{
  background-color: #1a1a1a33 !important;
}

.\!bg-main-300{
  background-color: #1a1a1a4d !important;
}

.\!bg-main-400{
  background-color: #1a1a1a66 !important;
}

.\!bg-main-500{
  background-color: #1a1a1a80 !important;
}

.\!bg-main-600{
  background-color: #1a1a1a99 !important;
}

.\!bg-main-700{
  background-color: #1a1a1ab3 !important;
}

.\!bg-main-800{
  background-color: #1a1a1acc !important;
}

.\!bg-main-900{
  background-color: #1a1a1ae6 !important;
}

.bg-beige{
  --tw-bg-opacity: 1;
  background-color: rgb(248 240 211 / var(--tw-bg-opacity));
}

.bg-gray{
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity));
}

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.bg-gray-400{
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}

.bg-gray-600{
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

.bg-gray-700{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.bg-lightYellow{
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 239 / var(--tw-bg-opacity));
}

.bg-main{
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity));
}

.bg-main-100{
  background-color: #1a1a1a1a;
}

.bg-main-200{
  background-color: #1a1a1a33;
}

.bg-main-300{
  background-color: #1a1a1a4d;
}

.bg-main-400{
  background-color: #1a1a1a66;
}

.bg-main-500{
  background-color: #1a1a1a80;
}

.bg-main-600{
  background-color: #1a1a1a99;
}

.bg-main-700{
  background-color: #1a1a1ab3;
}

.bg-main-800{
  background-color: #1a1a1acc;
}

.bg-main-900{
  background-color: #1a1a1ae6;
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-opacity-0{
  --tw-bg-opacity: 0;
}

.bg-opacity-10{
  --tw-bg-opacity: 0.1;
}

.bg-opacity-20{
  --tw-bg-opacity: 0.2;
}

.bg-opacity-30{
  --tw-bg-opacity: 0.3;
}

.bg-opacity-40{
  --tw-bg-opacity: 0.4;
}

.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

.bg-opacity-6{
  --tw-bg-opacity: 0.06;
}

.bg-opacity-60{
  --tw-bg-opacity: 0.6;
}

.bg-opacity-70{
  --tw-bg-opacity: 0.7;
}

.bg-opacity-80{
  --tw-bg-opacity: 0.8;
}

.bg-opacity-90{
  --tw-bg-opacity: 0.9;
}

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

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

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

.\!p-100{
  padding: 6.25rem !important;
}

.\!p-105{
  padding: 6.5625rem !important;
}

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

.\!p-110{
  padding: 6.875rem !important;
}

.\!p-115{
  padding: 7.1875rem !important;
}

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

.\!p-120{
  padding: 7.5rem !important;
}

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

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

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

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

.\!p-17{
  padding: 1.0625rem !important;
}

.\!p-18{
  padding: 1.125rem !important;
}

.\!p-19{
  padding: 1.1875rem !important;
}

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

.\!p-20{
  padding: 1.25rem !important;
}

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

.\!p-24{
  padding: 1.5rem !important;
}

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

.\!p-26{
  padding: 1.625rem !important;
}

.\!p-28{
  padding: 1.75rem !important;
}

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

.\!p-30{
  padding: 1.875rem !important;
}

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

.\!p-34{
  padding: 2.125rem !important;
}

.\!p-35{
  padding: 2.1875rem !important;
}

.\!p-36{
  padding: 2.25rem !important;
}

.\!p-38{
  padding: 2.375rem !important;
}

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

.\!p-40{
  padding: 2.5rem !important;
}

.\!p-44{
  padding: 2.75rem !important;
}

.\!p-45{
  padding: 2.8125rem !important;
}

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

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

.\!p-50{
  padding: 3.125rem !important;
}

.\!p-52{
  padding: 3.25rem !important;
}

.\!p-55{
  padding: 3.4375rem !important;
}

.\!p-56{
  padding: 3.5rem !important;
}

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

.\!p-60{
  padding: 3.75rem !important;
}

.\!p-65{
  padding: 4.0625rem !important;
}

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

.\!p-70{
  padding: 4.375rem !important;
}

.\!p-75{
  padding: 4.6875rem !important;
}

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

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

.\!p-85{
  padding: 5.3125rem !important;
}

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

.\!p-90{
  padding: 5.625rem !important;
}

.\!p-95{
  padding: 5.9375rem !important;
}

.p-0{
  padding: 0px;
}

.p-1{
  padding: 0.0625rem;
}

.p-10{
  padding: 0.625rem;
}

.p-100{
  padding: 6.25rem;
}

.p-105{
  padding: 6.5625rem;
}

.p-11{
  padding: 0.6875rem;
}

.p-110{
  padding: 6.875rem;
}

.p-115{
  padding: 7.1875rem;
}

.p-12{
  padding: 0.75rem;
}

.p-120{
  padding: 7.5rem;
}

.p-13{
  padding: 0.8125rem;
}

.p-14{
  padding: 0.875rem;
}

.p-15{
  padding: 0.9375rem;
}

.p-16{
  padding: 1rem;
}

.p-17{
  padding: 1.0625rem;
}

.p-18{
  padding: 1.125rem;
}

.p-19{
  padding: 1.1875rem;
}

.p-2{
  padding: 0.125rem;
}

.p-20{
  padding: 1.25rem;
}

.p-22{
  padding: 1.375rem;
}

.p-24{
  padding: 1.5rem;
}

.p-25{
  padding: 1.5625rem;
}

.p-26{
  padding: 1.625rem;
}

.p-28{
  padding: 1.75rem;
}

.p-3{
  padding: 0.1875rem;
}

.p-30{
  padding: 1.875rem;
}

.p-32{
  padding: 2rem;
}

.p-34{
  padding: 2.125rem;
}

.p-35{
  padding: 2.1875rem;
}

.p-36{
  padding: 2.25rem;
}

.p-38{
  padding: 2.375rem;
}

.p-4{
  padding: 0.25rem;
}

.p-40{
  padding: 2.5rem;
}

.p-44{
  padding: 2.75rem;
}

.p-45{
  padding: 2.8125rem;
}

.p-48{
  padding: 3rem;
}

.p-5{
  padding: 0.3125rem;
}

.p-50{
  padding: 3.125rem;
}

.p-52{
  padding: 3.25rem;
}

.p-55{
  padding: 3.4375rem;
}

.p-56{
  padding: 3.5rem;
}

.p-6{
  padding: 0.375rem;
}

.p-60{
  padding: 3.75rem;
}

.p-65{
  padding: 4.0625rem;
}

.p-7{
  padding: 0.4375rem;
}

.p-70{
  padding: 4.375rem;
}

.p-75{
  padding: 4.6875rem;
}

.p-8{
  padding: 0.5rem;
}

.p-80{
  padding: 5rem;
}

.p-85{
  padding: 5.3125rem;
}

.p-9{
  padding: 0.5625rem;
}

.p-90{
  padding: 5.625rem;
}

.p-95{
  padding: 5.9375rem;
}

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

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

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

.\!px-100{
  padding-left: 6.25rem !important;
  padding-right: 6.25rem !important;
}

.\!px-105{
  padding-left: 6.5625rem !important;
  padding-right: 6.5625rem !important;
}

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

.\!px-110{
  padding-left: 6.875rem !important;
  padding-right: 6.875rem !important;
}

.\!px-115{
  padding-left: 7.1875rem !important;
  padding-right: 7.1875rem !important;
}

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

.\!px-120{
  padding-left: 7.5rem !important;
  padding-right: 7.5rem !important;
}

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

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

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

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

.\!px-17{
  padding-left: 1.0625rem !important;
  padding-right: 1.0625rem !important;
}

.\!px-18{
  padding-left: 1.125rem !important;
  padding-right: 1.125rem !important;
}

.\!px-19{
  padding-left: 1.1875rem !important;
  padding-right: 1.1875rem !important;
}

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

.\!px-20{
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

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

.\!px-24{
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

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

.\!px-26{
  padding-left: 1.625rem !important;
  padding-right: 1.625rem !important;
}

.\!px-28{
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
}

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

.\!px-30{
  padding-left: 1.875rem !important;
  padding-right: 1.875rem !important;
}

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

.\!px-34{
  padding-left: 2.125rem !important;
  padding-right: 2.125rem !important;
}

.\!px-35{
  padding-left: 2.1875rem !important;
  padding-right: 2.1875rem !important;
}

.\!px-36{
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important;
}

.\!px-38{
  padding-left: 2.375rem !important;
  padding-right: 2.375rem !important;
}

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

.\!px-40{
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.\!px-44{
  padding-left: 2.75rem !important;
  padding-right: 2.75rem !important;
}

.\!px-45{
  padding-left: 2.8125rem !important;
  padding-right: 2.8125rem !important;
}

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

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

.\!px-50{
  padding-left: 3.125rem !important;
  padding-right: 3.125rem !important;
}

.\!px-52{
  padding-left: 3.25rem !important;
  padding-right: 3.25rem !important;
}

.\!px-55{
  padding-left: 3.4375rem !important;
  padding-right: 3.4375rem !important;
}

.\!px-56{
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}

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

.\!px-60{
  padding-left: 3.75rem !important;
  padding-right: 3.75rem !important;
}

.\!px-65{
  padding-left: 4.0625rem !important;
  padding-right: 4.0625rem !important;
}

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

.\!px-70{
  padding-left: 4.375rem !important;
  padding-right: 4.375rem !important;
}

.\!px-75{
  padding-left: 4.6875rem !important;
  padding-right: 4.6875rem !important;
}

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

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

.\!px-85{
  padding-left: 5.3125rem !important;
  padding-right: 5.3125rem !important;
}

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

.\!px-90{
  padding-left: 5.625rem !important;
  padding-right: 5.625rem !important;
}

.\!px-95{
  padding-left: 5.9375rem !important;
  padding-right: 5.9375rem !important;
}

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

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

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

.\!py-100{
  padding-top: 6.25rem !important;
  padding-bottom: 6.25rem !important;
}

.\!py-105{
  padding-top: 6.5625rem !important;
  padding-bottom: 6.5625rem !important;
}

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

.\!py-110{
  padding-top: 6.875rem !important;
  padding-bottom: 6.875rem !important;
}

.\!py-115{
  padding-top: 7.1875rem !important;
  padding-bottom: 7.1875rem !important;
}

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

.\!py-120{
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

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

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

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

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

.\!py-17{
  padding-top: 1.0625rem !important;
  padding-bottom: 1.0625rem !important;
}

.\!py-18{
  padding-top: 1.125rem !important;
  padding-bottom: 1.125rem !important;
}

.\!py-19{
  padding-top: 1.1875rem !important;
  padding-bottom: 1.1875rem !important;
}

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

.\!py-20{
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

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

.\!py-24{
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

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

.\!py-26{
  padding-top: 1.625rem !important;
  padding-bottom: 1.625rem !important;
}

.\!py-28{
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

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

.\!py-30{
  padding-top: 1.875rem !important;
  padding-bottom: 1.875rem !important;
}

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

.\!py-34{
  padding-top: 2.125rem !important;
  padding-bottom: 2.125rem !important;
}

.\!py-35{
  padding-top: 2.1875rem !important;
  padding-bottom: 2.1875rem !important;
}

.\!py-36{
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

.\!py-38{
  padding-top: 2.375rem !important;
  padding-bottom: 2.375rem !important;
}

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

.\!py-40{
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.\!py-44{
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}

.\!py-45{
  padding-top: 2.8125rem !important;
  padding-bottom: 2.8125rem !important;
}

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

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

.\!py-50{
  padding-top: 3.125rem !important;
  padding-bottom: 3.125rem !important;
}

.\!py-52{
  padding-top: 3.25rem !important;
  padding-bottom: 3.25rem !important;
}

.\!py-55{
  padding-top: 3.4375rem !important;
  padding-bottom: 3.4375rem !important;
}

.\!py-56{
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

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

.\!py-60{
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}

.\!py-65{
  padding-top: 4.0625rem !important;
  padding-bottom: 4.0625rem !important;
}

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

.\!py-70{
  padding-top: 4.375rem !important;
  padding-bottom: 4.375rem !important;
}

.\!py-75{
  padding-top: 4.6875rem !important;
  padding-bottom: 4.6875rem !important;
}

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

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

.\!py-85{
  padding-top: 5.3125rem !important;
  padding-bottom: 5.3125rem !important;
}

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

.\!py-90{
  padding-top: 5.625rem !important;
  padding-bottom: 5.625rem !important;
}

.\!py-95{
  padding-top: 5.9375rem !important;
  padding-bottom: 5.9375rem !important;
}

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

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

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

.px-100{
  padding-left: 6.25rem;
  padding-right: 6.25rem;
}

.px-105{
  padding-left: 6.5625rem;
  padding-right: 6.5625rem;
}

.px-11{
  padding-left: 0.6875rem;
  padding-right: 0.6875rem;
}

.px-110{
  padding-left: 6.875rem;
  padding-right: 6.875rem;
}

.px-115{
  padding-left: 7.1875rem;
  padding-right: 7.1875rem;
}

.px-12{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-120{
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}

.px-13{
  padding-left: 0.8125rem;
  padding-right: 0.8125rem;
}

.px-14{
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.px-15{
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

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

.px-17{
  padding-left: 1.0625rem;
  padding-right: 1.0625rem;
}

.px-18{
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}

.px-19{
  padding-left: 1.1875rem;
  padding-right: 1.1875rem;
}

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

.px-20{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-22{
  padding-left: 1.375rem;
  padding-right: 1.375rem;
}

.px-24{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-25{
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

.px-26{
  padding-left: 1.625rem;
  padding-right: 1.625rem;
}

.px-28{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

.px-30{
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

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

.px-34{
  padding-left: 2.125rem;
  padding-right: 2.125rem;
}

.px-35{
  padding-left: 2.1875rem;
  padding-right: 2.1875rem;
}

.px-36{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.px-38{
  padding-left: 2.375rem;
  padding-right: 2.375rem;
}

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

.px-40{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-44{
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.px-45{
  padding-left: 2.8125rem;
  padding-right: 2.8125rem;
}

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

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

.px-50{
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}

.px-52{
  padding-left: 3.25rem;
  padding-right: 3.25rem;
}

.px-55{
  padding-left: 3.4375rem;
  padding-right: 3.4375rem;
}

.px-56{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

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

.px-60{
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.px-65{
  padding-left: 4.0625rem;
  padding-right: 4.0625rem;
}

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

.px-70{
  padding-left: 4.375rem;
  padding-right: 4.375rem;
}

.px-75{
  padding-left: 4.6875rem;
  padding-right: 4.6875rem;
}

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

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

.px-85{
  padding-left: 5.3125rem;
  padding-right: 5.3125rem;
}

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

.px-90{
  padding-left: 5.625rem;
  padding-right: 5.625rem;
}

.px-95{
  padding-left: 5.9375rem;
  padding-right: 5.9375rem;
}

.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}

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

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

.py-100{
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.py-105{
  padding-top: 6.5625rem;
  padding-bottom: 6.5625rem;
}

.py-11{
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
}

.py-110{
  padding-top: 6.875rem;
  padding-bottom: 6.875rem;
}

.py-115{
  padding-top: 7.1875rem;
  padding-bottom: 7.1875rem;
}

.py-12{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-120{
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.py-13{
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
}

.py-14{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.py-15{
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

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

.py-17{
  padding-top: 1.0625rem;
  padding-bottom: 1.0625rem;
}

.py-18{
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}

.py-19{
  padding-top: 1.1875rem;
  padding-bottom: 1.1875rem;
}

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

.py-20{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-22{
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
}

.py-24{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-25{
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
}

.py-26{
  padding-top: 1.625rem;
  padding-bottom: 1.625rem;
}

.py-28{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

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

.py-30{
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

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

.py-34{
  padding-top: 2.125rem;
  padding-bottom: 2.125rem;
}

.py-35{
  padding-top: 2.1875rem;
  padding-bottom: 2.1875rem;
}

.py-36{
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.py-38{
  padding-top: 2.375rem;
  padding-bottom: 2.375rem;
}

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

.py-40{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-44{
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.py-45{
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
}

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

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

.py-50{
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.py-52{
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}

.py-55{
  padding-top: 3.4375rem;
  padding-bottom: 3.4375rem;
}

.py-56{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

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

.py-60{
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.py-65{
  padding-top: 4.0625rem;
  padding-bottom: 4.0625rem;
}

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

.py-70{
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}

.py-75{
  padding-top: 4.6875rem;
  padding-bottom: 4.6875rem;
}

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

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

.py-85{
  padding-top: 5.3125rem;
  padding-bottom: 5.3125rem;
}

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

.py-90{
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
}

.py-95{
  padding-top: 5.9375rem;
  padding-bottom: 5.9375rem;
}

.\!pb-0{
  padding-bottom: 0px !important;
}

.\!pb-1{
  padding-bottom: 0.0625rem !important;
}

.\!pb-10{
  padding-bottom: 0.625rem !important;
}

.\!pb-100{
  padding-bottom: 6.25rem !important;
}

.\!pb-105{
  padding-bottom: 6.5625rem !important;
}

.\!pb-11{
  padding-bottom: 0.6875rem !important;
}

.\!pb-110{
  padding-bottom: 6.875rem !important;
}

.\!pb-115{
  padding-bottom: 7.1875rem !important;
}

.\!pb-12{
  padding-bottom: 0.75rem !important;
}

.\!pb-120{
  padding-bottom: 7.5rem !important;
}

.\!pb-13{
  padding-bottom: 0.8125rem !important;
}

.\!pb-14{
  padding-bottom: 0.875rem !important;
}

.\!pb-15{
  padding-bottom: 0.9375rem !important;
}

.\!pb-16{
  padding-bottom: 1rem !important;
}

.\!pb-17{
  padding-bottom: 1.0625rem !important;
}

.\!pb-18{
  padding-bottom: 1.125rem !important;
}

.\!pb-19{
  padding-bottom: 1.1875rem !important;
}

.\!pb-2{
  padding-bottom: 0.125rem !important;
}

.\!pb-20{
  padding-bottom: 1.25rem !important;
}

.\!pb-22{
  padding-bottom: 1.375rem !important;
}

.\!pb-24{
  padding-bottom: 1.5rem !important;
}

.\!pb-25{
  padding-bottom: 1.5625rem !important;
}

.\!pb-26{
  padding-bottom: 1.625rem !important;
}

.\!pb-28{
  padding-bottom: 1.75rem !important;
}

.\!pb-3{
  padding-bottom: 0.1875rem !important;
}

.\!pb-30{
  padding-bottom: 1.875rem !important;
}

.\!pb-32{
  padding-bottom: 2rem !important;
}

.\!pb-34{
  padding-bottom: 2.125rem !important;
}

.\!pb-35{
  padding-bottom: 2.1875rem !important;
}

.\!pb-36{
  padding-bottom: 2.25rem !important;
}

.\!pb-38{
  padding-bottom: 2.375rem !important;
}

.\!pb-4{
  padding-bottom: 0.25rem !important;
}

.\!pb-40{
  padding-bottom: 2.5rem !important;
}

.\!pb-44{
  padding-bottom: 2.75rem !important;
}

.\!pb-45{
  padding-bottom: 2.8125rem !important;
}

.\!pb-48{
  padding-bottom: 3rem !important;
}

.\!pb-5{
  padding-bottom: 0.3125rem !important;
}

.\!pb-50{
  padding-bottom: 3.125rem !important;
}

.\!pb-52{
  padding-bottom: 3.25rem !important;
}

.\!pb-55{
  padding-bottom: 3.4375rem !important;
}

.\!pb-56{
  padding-bottom: 3.5rem !important;
}

.\!pb-6{
  padding-bottom: 0.375rem !important;
}

.\!pb-60{
  padding-bottom: 3.75rem !important;
}

.\!pb-65{
  padding-bottom: 4.0625rem !important;
}

.\!pb-7{
  padding-bottom: 0.4375rem !important;
}

.\!pb-70{
  padding-bottom: 4.375rem !important;
}

.\!pb-75{
  padding-bottom: 4.6875rem !important;
}

.\!pb-8{
  padding-bottom: 0.5rem !important;
}

.\!pb-80{
  padding-bottom: 5rem !important;
}

.\!pb-85{
  padding-bottom: 5.3125rem !important;
}

.\!pb-9{
  padding-bottom: 0.5625rem !important;
}

.\!pb-90{
  padding-bottom: 5.625rem !important;
}

.\!pb-95{
  padding-bottom: 5.9375rem !important;
}

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

.\!pl-1{
  padding-left: 0.0625rem !important;
}

.\!pl-10{
  padding-left: 0.625rem !important;
}

.\!pl-100{
  padding-left: 6.25rem !important;
}

.\!pl-105{
  padding-left: 6.5625rem !important;
}

.\!pl-11{
  padding-left: 0.6875rem !important;
}

.\!pl-110{
  padding-left: 6.875rem !important;
}

.\!pl-115{
  padding-left: 7.1875rem !important;
}

.\!pl-12{
  padding-left: 0.75rem !important;
}

.\!pl-120{
  padding-left: 7.5rem !important;
}

.\!pl-13{
  padding-left: 0.8125rem !important;
}

.\!pl-14{
  padding-left: 0.875rem !important;
}

.\!pl-15{
  padding-left: 0.9375rem !important;
}

.\!pl-16{
  padding-left: 1rem !important;
}

.\!pl-17{
  padding-left: 1.0625rem !important;
}

.\!pl-18{
  padding-left: 1.125rem !important;
}

.\!pl-19{
  padding-left: 1.1875rem !important;
}

.\!pl-2{
  padding-left: 0.125rem !important;
}

.\!pl-20{
  padding-left: 1.25rem !important;
}

.\!pl-22{
  padding-left: 1.375rem !important;
}

.\!pl-24{
  padding-left: 1.5rem !important;
}

.\!pl-25{
  padding-left: 1.5625rem !important;
}

.\!pl-26{
  padding-left: 1.625rem !important;
}

.\!pl-28{
  padding-left: 1.75rem !important;
}

.\!pl-3{
  padding-left: 0.1875rem !important;
}

.\!pl-30{
  padding-left: 1.875rem !important;
}

.\!pl-32{
  padding-left: 2rem !important;
}

.\!pl-34{
  padding-left: 2.125rem !important;
}

.\!pl-35{
  padding-left: 2.1875rem !important;
}

.\!pl-36{
  padding-left: 2.25rem !important;
}

.\!pl-38{
  padding-left: 2.375rem !important;
}

.\!pl-4{
  padding-left: 0.25rem !important;
}

.\!pl-40{
  padding-left: 2.5rem !important;
}

.\!pl-44{
  padding-left: 2.75rem !important;
}

.\!pl-45{
  padding-left: 2.8125rem !important;
}

.\!pl-48{
  padding-left: 3rem !important;
}

.\!pl-5{
  padding-left: 0.3125rem !important;
}

.\!pl-50{
  padding-left: 3.125rem !important;
}

.\!pl-52{
  padding-left: 3.25rem !important;
}

.\!pl-55{
  padding-left: 3.4375rem !important;
}

.\!pl-56{
  padding-left: 3.5rem !important;
}

.\!pl-6{
  padding-left: 0.375rem !important;
}

.\!pl-60{
  padding-left: 3.75rem !important;
}

.\!pl-65{
  padding-left: 4.0625rem !important;
}

.\!pl-7{
  padding-left: 0.4375rem !important;
}

.\!pl-70{
  padding-left: 4.375rem !important;
}

.\!pl-75{
  padding-left: 4.6875rem !important;
}

.\!pl-8{
  padding-left: 0.5rem !important;
}

.\!pl-80{
  padding-left: 5rem !important;
}

.\!pl-85{
  padding-left: 5.3125rem !important;
}

.\!pl-9{
  padding-left: 0.5625rem !important;
}

.\!pl-90{
  padding-left: 5.625rem !important;
}

.\!pl-95{
  padding-left: 5.9375rem !important;
}

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

.\!pr-1{
  padding-right: 0.0625rem !important;
}

.\!pr-10{
  padding-right: 0.625rem !important;
}

.\!pr-100{
  padding-right: 6.25rem !important;
}

.\!pr-105{
  padding-right: 6.5625rem !important;
}

.\!pr-11{
  padding-right: 0.6875rem !important;
}

.\!pr-110{
  padding-right: 6.875rem !important;
}

.\!pr-115{
  padding-right: 7.1875rem !important;
}

.\!pr-12{
  padding-right: 0.75rem !important;
}

.\!pr-120{
  padding-right: 7.5rem !important;
}

.\!pr-13{
  padding-right: 0.8125rem !important;
}

.\!pr-14{
  padding-right: 0.875rem !important;
}

.\!pr-15{
  padding-right: 0.9375rem !important;
}

.\!pr-16{
  padding-right: 1rem !important;
}

.\!pr-17{
  padding-right: 1.0625rem !important;
}

.\!pr-18{
  padding-right: 1.125rem !important;
}

.\!pr-19{
  padding-right: 1.1875rem !important;
}

.\!pr-2{
  padding-right: 0.125rem !important;
}

.\!pr-20{
  padding-right: 1.25rem !important;
}

.\!pr-22{
  padding-right: 1.375rem !important;
}

.\!pr-24{
  padding-right: 1.5rem !important;
}

.\!pr-25{
  padding-right: 1.5625rem !important;
}

.\!pr-26{
  padding-right: 1.625rem !important;
}

.\!pr-28{
  padding-right: 1.75rem !important;
}

.\!pr-3{
  padding-right: 0.1875rem !important;
}

.\!pr-30{
  padding-right: 1.875rem !important;
}

.\!pr-32{
  padding-right: 2rem !important;
}

.\!pr-34{
  padding-right: 2.125rem !important;
}

.\!pr-35{
  padding-right: 2.1875rem !important;
}

.\!pr-36{
  padding-right: 2.25rem !important;
}

.\!pr-38{
  padding-right: 2.375rem !important;
}

.\!pr-4{
  padding-right: 0.25rem !important;
}

.\!pr-40{
  padding-right: 2.5rem !important;
}

.\!pr-44{
  padding-right: 2.75rem !important;
}

.\!pr-45{
  padding-right: 2.8125rem !important;
}

.\!pr-48{
  padding-right: 3rem !important;
}

.\!pr-5{
  padding-right: 0.3125rem !important;
}

.\!pr-50{
  padding-right: 3.125rem !important;
}

.\!pr-52{
  padding-right: 3.25rem !important;
}

.\!pr-55{
  padding-right: 3.4375rem !important;
}

.\!pr-56{
  padding-right: 3.5rem !important;
}

.\!pr-6{
  padding-right: 0.375rem !important;
}

.\!pr-60{
  padding-right: 3.75rem !important;
}

.\!pr-65{
  padding-right: 4.0625rem !important;
}

.\!pr-7{
  padding-right: 0.4375rem !important;
}

.\!pr-70{
  padding-right: 4.375rem !important;
}

.\!pr-75{
  padding-right: 4.6875rem !important;
}

.\!pr-8{
  padding-right: 0.5rem !important;
}

.\!pr-80{
  padding-right: 5rem !important;
}

.\!pr-85{
  padding-right: 5.3125rem !important;
}

.\!pr-9{
  padding-right: 0.5625rem !important;
}

.\!pr-90{
  padding-right: 5.625rem !important;
}

.\!pr-95{
  padding-right: 5.9375rem !important;
}

.\!pt-0{
  padding-top: 0px !important;
}

.\!pt-1{
  padding-top: 0.0625rem !important;
}

.\!pt-10{
  padding-top: 0.625rem !important;
}

.\!pt-100{
  padding-top: 6.25rem !important;
}

.\!pt-105{
  padding-top: 6.5625rem !important;
}

.\!pt-11{
  padding-top: 0.6875rem !important;
}

.\!pt-110{
  padding-top: 6.875rem !important;
}

.\!pt-115{
  padding-top: 7.1875rem !important;
}

.\!pt-12{
  padding-top: 0.75rem !important;
}

.\!pt-120{
  padding-top: 7.5rem !important;
}

.\!pt-13{
  padding-top: 0.8125rem !important;
}

.\!pt-14{
  padding-top: 0.875rem !important;
}

.\!pt-15{
  padding-top: 0.9375rem !important;
}

.\!pt-16{
  padding-top: 1rem !important;
}

.\!pt-17{
  padding-top: 1.0625rem !important;
}

.\!pt-18{
  padding-top: 1.125rem !important;
}

.\!pt-19{
  padding-top: 1.1875rem !important;
}

.\!pt-2{
  padding-top: 0.125rem !important;
}

.\!pt-20{
  padding-top: 1.25rem !important;
}

.\!pt-22{
  padding-top: 1.375rem !important;
}

.\!pt-24{
  padding-top: 1.5rem !important;
}

.\!pt-25{
  padding-top: 1.5625rem !important;
}

.\!pt-26{
  padding-top: 1.625rem !important;
}

.\!pt-28{
  padding-top: 1.75rem !important;
}

.\!pt-3{
  padding-top: 0.1875rem !important;
}

.\!pt-30{
  padding-top: 1.875rem !important;
}

.\!pt-32{
  padding-top: 2rem !important;
}

.\!pt-34{
  padding-top: 2.125rem !important;
}

.\!pt-35{
  padding-top: 2.1875rem !important;
}

.\!pt-36{
  padding-top: 2.25rem !important;
}

.\!pt-38{
  padding-top: 2.375rem !important;
}

.\!pt-4{
  padding-top: 0.25rem !important;
}

.\!pt-40{
  padding-top: 2.5rem !important;
}

.\!pt-44{
  padding-top: 2.75rem !important;
}

.\!pt-45{
  padding-top: 2.8125rem !important;
}

.\!pt-48{
  padding-top: 3rem !important;
}

.\!pt-5{
  padding-top: 0.3125rem !important;
}

.\!pt-50{
  padding-top: 3.125rem !important;
}

.\!pt-52{
  padding-top: 3.25rem !important;
}

.\!pt-55{
  padding-top: 3.4375rem !important;
}

.\!pt-56{
  padding-top: 3.5rem !important;
}

.\!pt-6{
  padding-top: 0.375rem !important;
}

.\!pt-60{
  padding-top: 3.75rem !important;
}

.\!pt-65{
  padding-top: 4.0625rem !important;
}

.\!pt-7{
  padding-top: 0.4375rem !important;
}

.\!pt-70{
  padding-top: 4.375rem !important;
}

.\!pt-75{
  padding-top: 4.6875rem !important;
}

.\!pt-8{
  padding-top: 0.5rem !important;
}

.\!pt-80{
  padding-top: 5rem !important;
}

.\!pt-85{
  padding-top: 5.3125rem !important;
}

.\!pt-9{
  padding-top: 0.5625rem !important;
}

.\!pt-90{
  padding-top: 5.625rem !important;
}

.\!pt-95{
  padding-top: 5.9375rem !important;
}

.pb-0{
  padding-bottom: 0px;
}

.pb-1{
  padding-bottom: 0.0625rem;
}

.pb-10{
  padding-bottom: 0.625rem;
}

.pb-100{
  padding-bottom: 6.25rem;
}

.pb-105{
  padding-bottom: 6.5625rem;
}

.pb-11{
  padding-bottom: 0.6875rem;
}

.pb-110{
  padding-bottom: 6.875rem;
}

.pb-115{
  padding-bottom: 7.1875rem;
}

.pb-12{
  padding-bottom: 0.75rem;
}

.pb-120{
  padding-bottom: 7.5rem;
}

.pb-13{
  padding-bottom: 0.8125rem;
}

.pb-14{
  padding-bottom: 0.875rem;
}

.pb-15{
  padding-bottom: 0.9375rem;
}

.pb-16{
  padding-bottom: 1rem;
}

.pb-17{
  padding-bottom: 1.0625rem;
}

.pb-18{
  padding-bottom: 1.125rem;
}

.pb-19{
  padding-bottom: 1.1875rem;
}

.pb-2{
  padding-bottom: 0.125rem;
}

.pb-20{
  padding-bottom: 1.25rem;
}

.pb-22{
  padding-bottom: 1.375rem;
}

.pb-24{
  padding-bottom: 1.5rem;
}

.pb-25{
  padding-bottom: 1.5625rem;
}

.pb-26{
  padding-bottom: 1.625rem;
}

.pb-28{
  padding-bottom: 1.75rem;
}

.pb-3{
  padding-bottom: 0.1875rem;
}

.pb-30{
  padding-bottom: 1.875rem;
}

.pb-32{
  padding-bottom: 2rem;
}

.pb-34{
  padding-bottom: 2.125rem;
}

.pb-35{
  padding-bottom: 2.1875rem;
}

.pb-36{
  padding-bottom: 2.25rem;
}

.pb-38{
  padding-bottom: 2.375rem;
}

.pb-4{
  padding-bottom: 0.25rem;
}

.pb-40{
  padding-bottom: 2.5rem;
}

.pb-44{
  padding-bottom: 2.75rem;
}

.pb-45{
  padding-bottom: 2.8125rem;
}

.pb-48{
  padding-bottom: 3rem;
}

.pb-5{
  padding-bottom: 0.3125rem;
}

.pb-50{
  padding-bottom: 3.125rem;
}

.pb-52{
  padding-bottom: 3.25rem;
}

.pb-55{
  padding-bottom: 3.4375rem;
}

.pb-56{
  padding-bottom: 3.5rem;
}

.pb-6{
  padding-bottom: 0.375rem;
}

.pb-60{
  padding-bottom: 3.75rem;
}

.pb-65{
  padding-bottom: 4.0625rem;
}

.pb-7{
  padding-bottom: 0.4375rem;
}

.pb-70{
  padding-bottom: 4.375rem;
}

.pb-75{
  padding-bottom: 4.6875rem;
}

.pb-8{
  padding-bottom: 0.5rem;
}

.pb-80{
  padding-bottom: 5rem;
}

.pb-85{
  padding-bottom: 5.3125rem;
}

.pb-9{
  padding-bottom: 0.5625rem;
}

.pb-90{
  padding-bottom: 5.625rem;
}

.pb-95{
  padding-bottom: 5.9375rem;
}

.pl-0{
  padding-left: 0px;
}

.pl-1{
  padding-left: 0.0625rem;
}

.pl-10{
  padding-left: 0.625rem;
}

.pl-100{
  padding-left: 6.25rem;
}

.pl-105{
  padding-left: 6.5625rem;
}

.pl-11{
  padding-left: 0.6875rem;
}

.pl-110{
  padding-left: 6.875rem;
}

.pl-115{
  padding-left: 7.1875rem;
}

.pl-12{
  padding-left: 0.75rem;
}

.pl-120{
  padding-left: 7.5rem;
}

.pl-13{
  padding-left: 0.8125rem;
}

.pl-14{
  padding-left: 0.875rem;
}

.pl-15{
  padding-left: 0.9375rem;
}

.pl-16{
  padding-left: 1rem;
}

.pl-17{
  padding-left: 1.0625rem;
}

.pl-18{
  padding-left: 1.125rem;
}

.pl-19{
  padding-left: 1.1875rem;
}

.pl-2{
  padding-left: 0.125rem;
}

.pl-20{
  padding-left: 1.25rem;
}

.pl-22{
  padding-left: 1.375rem;
}

.pl-24{
  padding-left: 1.5rem;
}

.pl-25{
  padding-left: 1.5625rem;
}

.pl-26{
  padding-left: 1.625rem;
}

.pl-28{
  padding-left: 1.75rem;
}

.pl-3{
  padding-left: 0.1875rem;
}

.pl-30{
  padding-left: 1.875rem;
}

.pl-32{
  padding-left: 2rem;
}

.pl-34{
  padding-left: 2.125rem;
}

.pl-35{
  padding-left: 2.1875rem;
}

.pl-36{
  padding-left: 2.25rem;
}

.pl-38{
  padding-left: 2.375rem;
}

.pl-4{
  padding-left: 0.25rem;
}

.pl-40{
  padding-left: 2.5rem;
}

.pl-44{
  padding-left: 2.75rem;
}

.pl-45{
  padding-left: 2.8125rem;
}

.pl-48{
  padding-left: 3rem;
}

.pl-5{
  padding-left: 0.3125rem;
}

.pl-50{
  padding-left: 3.125rem;
}

.pl-52{
  padding-left: 3.25rem;
}

.pl-55{
  padding-left: 3.4375rem;
}

.pl-56{
  padding-left: 3.5rem;
}

.pl-6{
  padding-left: 0.375rem;
}

.pl-60{
  padding-left: 3.75rem;
}

.pl-65{
  padding-left: 4.0625rem;
}

.pl-7{
  padding-left: 0.4375rem;
}

.pl-70{
  padding-left: 4.375rem;
}

.pl-75{
  padding-left: 4.6875rem;
}

.pl-8{
  padding-left: 0.5rem;
}

.pl-80{
  padding-left: 5rem;
}

.pl-85{
  padding-left: 5.3125rem;
}

.pl-9{
  padding-left: 0.5625rem;
}

.pl-90{
  padding-left: 5.625rem;
}

.pl-95{
  padding-left: 5.9375rem;
}

.pr-0{
  padding-right: 0px;
}

.pr-1{
  padding-right: 0.0625rem;
}

.pr-10{
  padding-right: 0.625rem;
}

.pr-100{
  padding-right: 6.25rem;
}

.pr-105{
  padding-right: 6.5625rem;
}

.pr-11{
  padding-right: 0.6875rem;
}

.pr-110{
  padding-right: 6.875rem;
}

.pr-115{
  padding-right: 7.1875rem;
}

.pr-12{
  padding-right: 0.75rem;
}

.pr-120{
  padding-right: 7.5rem;
}

.pr-13{
  padding-right: 0.8125rem;
}

.pr-14{
  padding-right: 0.875rem;
}

.pr-15{
  padding-right: 0.9375rem;
}

.pr-16{
  padding-right: 1rem;
}

.pr-17{
  padding-right: 1.0625rem;
}

.pr-18{
  padding-right: 1.125rem;
}

.pr-19{
  padding-right: 1.1875rem;
}

.pr-2{
  padding-right: 0.125rem;
}

.pr-20{
  padding-right: 1.25rem;
}

.pr-22{
  padding-right: 1.375rem;
}

.pr-24{
  padding-right: 1.5rem;
}

.pr-25{
  padding-right: 1.5625rem;
}

.pr-26{
  padding-right: 1.625rem;
}

.pr-28{
  padding-right: 1.75rem;
}

.pr-3{
  padding-right: 0.1875rem;
}

.pr-30{
  padding-right: 1.875rem;
}

.pr-32{
  padding-right: 2rem;
}

.pr-34{
  padding-right: 2.125rem;
}

.pr-35{
  padding-right: 2.1875rem;
}

.pr-36{
  padding-right: 2.25rem;
}

.pr-38{
  padding-right: 2.375rem;
}

.pr-4{
  padding-right: 0.25rem;
}

.pr-40{
  padding-right: 2.5rem;
}

.pr-44{
  padding-right: 2.75rem;
}

.pr-45{
  padding-right: 2.8125rem;
}

.pr-48{
  padding-right: 3rem;
}

.pr-5{
  padding-right: 0.3125rem;
}

.pr-50{
  padding-right: 3.125rem;
}

.pr-52{
  padding-right: 3.25rem;
}

.pr-55{
  padding-right: 3.4375rem;
}

.pr-56{
  padding-right: 3.5rem;
}

.pr-6{
  padding-right: 0.375rem;
}

.pr-60{
  padding-right: 3.75rem;
}

.pr-65{
  padding-right: 4.0625rem;
}

.pr-7{
  padding-right: 0.4375rem;
}

.pr-70{
  padding-right: 4.375rem;
}

.pr-75{
  padding-right: 4.6875rem;
}

.pr-8{
  padding-right: 0.5rem;
}

.pr-80{
  padding-right: 5rem;
}

.pr-85{
  padding-right: 5.3125rem;
}

.pr-9{
  padding-right: 0.5625rem;
}

.pr-90{
  padding-right: 5.625rem;
}

.pr-95{
  padding-right: 5.9375rem;
}

.pt-0{
  padding-top: 0px;
}

.pt-1{
  padding-top: 0.0625rem;
}

.pt-10{
  padding-top: 0.625rem;
}

.pt-100{
  padding-top: 6.25rem;
}

.pt-105{
  padding-top: 6.5625rem;
}

.pt-11{
  padding-top: 0.6875rem;
}

.pt-110{
  padding-top: 6.875rem;
}

.pt-115{
  padding-top: 7.1875rem;
}

.pt-12{
  padding-top: 0.75rem;
}

.pt-120{
  padding-top: 7.5rem;
}

.pt-13{
  padding-top: 0.8125rem;
}

.pt-14{
  padding-top: 0.875rem;
}

.pt-15{
  padding-top: 0.9375rem;
}

.pt-16{
  padding-top: 1rem;
}

.pt-17{
  padding-top: 1.0625rem;
}

.pt-18{
  padding-top: 1.125rem;
}

.pt-180{
  padding-top: 11.25rem;
}

.pt-19{
  padding-top: 1.1875rem;
}

.pt-2{
  padding-top: 0.125rem;
}

.pt-20{
  padding-top: 1.25rem;
}

.pt-22{
  padding-top: 1.375rem;
}

.pt-24{
  padding-top: 1.5rem;
}

.pt-25{
  padding-top: 1.5625rem;
}

.pt-26{
  padding-top: 1.625rem;
}

.pt-28{
  padding-top: 1.75rem;
}

.pt-3{
  padding-top: 0.1875rem;
}

.pt-30{
  padding-top: 1.875rem;
}

.pt-32{
  padding-top: 2rem;
}

.pt-34{
  padding-top: 2.125rem;
}

.pt-35{
  padding-top: 2.1875rem;
}

.pt-36{
  padding-top: 2.25rem;
}

.pt-38{
  padding-top: 2.375rem;
}

.pt-4{
  padding-top: 0.25rem;
}

.pt-40{
  padding-top: 2.5rem;
}

.pt-44{
  padding-top: 2.75rem;
}

.pt-45{
  padding-top: 2.8125rem;
}

.pt-48{
  padding-top: 3rem;
}

.pt-5{
  padding-top: 0.3125rem;
}

.pt-50{
  padding-top: 3.125rem;
}

.pt-52{
  padding-top: 3.25rem;
}

.pt-55{
  padding-top: 3.4375rem;
}

.pt-56{
  padding-top: 3.5rem;
}

.pt-6{
  padding-top: 0.375rem;
}

.pt-60{
  padding-top: 3.75rem;
}

.pt-65{
  padding-top: 4.0625rem;
}

.pt-7{
  padding-top: 0.4375rem;
}

.pt-70{
  padding-top: 4.375rem;
}

.pt-75{
  padding-top: 4.6875rem;
}

.pt-8{
  padding-top: 0.5rem;
}

.pt-80{
  padding-top: 5rem;
}

.pt-85{
  padding-top: 5.3125rem;
}

.pt-9{
  padding-top: 0.5625rem;
}

.pt-90{
  padding-top: 5.625rem;
}

.pt-95{
  padding-top: 5.9375rem;
}

.\!text-left{
  text-align: left !important;
}

.text-left{
  text-align: left;
}

.\!text-center{
  text-align: center !important;
}

.text-center{
  text-align: center;
}

.\!text-right{
  text-align: right !important;
}

.text-right{
  text-align: right;
}

.\!text-10{
  font-size: 0.625rem !important;
}

.\!text-11{
  font-size: 0.6875rem !important;
}

.\!text-12{
  font-size: 0.75rem !important;
}

.\!text-13{
  font-size: 0.8125rem !important;
}

.\!text-14{
  font-size: 0.875rem !important;
}

.\!text-15{
  font-size: 0.9375rem !important;
}

.\!text-16{
  font-size: 1rem !important;
}

.\!text-17{
  font-size: 1.0625rem !important;
}

.\!text-18{
  font-size: 1.125rem !important;
}

.\!text-19{
  font-size: 1.1875rem !important;
}

.\!text-2{
  font-size: 0.125rem !important;
}

.\!text-20{
  font-size: 1.25rem !important;
}

.\!text-22{
  font-size: 1.375rem !important;
}

.\!text-24{
  font-size: 1.5rem !important;
}

.\!text-26{
  font-size: 1.625rem !important;
}

.\!text-28{
  font-size: 1.75rem !important;
}

.\!text-30{
  font-size: 1.875rem !important;
}

.\!text-32{
  font-size: 2rem !important;
}

.\!text-34{
  font-size: 2.125rem !important;
}

.\!text-36{
  font-size: 2.25rem !important;
}

.\!text-38{
  font-size: 2.375rem !important;
}

.\!text-4{
  font-size: 0.25rem !important;
}

.\!text-40{
  font-size: 2.5rem !important;
}

.\!text-42{
  font-size: 2.625rem !important;
}

.\!text-44{
  font-size: 2.75rem !important;
}

.\!text-46{
  font-size: 2.875rem !important;
}

.\!text-48{
  font-size: 3rem !important;
}

.\!text-50{
  font-size: 3.125rem !important;
}

.\!text-52{
  font-size: 3.25rem !important;
}

.\!text-54{
  font-size: 3.375rem !important;
}

.\!text-56{
  font-size: 3.5rem !important;
}

.\!text-58{
  font-size: 3.625rem !important;
}

.\!text-6{
  font-size: 0.375rem !important;
}

.\!text-60{
  font-size: 3.75rem !important;
}

.\!text-62{
  font-size: 3.875rem !important;
}

.\!text-64{
  font-size: 4rem !important;
}

.\!text-66{
  font-size: 4.125rem !important;
}

.\!text-68{
  font-size: 4.25rem !important;
}

.\!text-70{
  font-size: 4.375rem !important;
}

.\!text-72{
  font-size: 4.5rem !important;
}

.\!text-74{
  font-size: 4.625rem !important;
}

.\!text-76{
  font-size: 4.75rem !important;
}

.\!text-78{
  font-size: 4.875rem !important;
}

.\!text-8{
  font-size: 0.5rem !important;
}

.\!text-80{
  font-size: 5rem !important;
}

.\!text-base{
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

.text-10{
  font-size: 0.625rem;
}

.text-11{
  font-size: 0.6875rem;
}

.text-12{
  font-size: 0.75rem;
}

.text-13{
  font-size: 0.8125rem;
}

.text-14{
  font-size: 0.875rem;
}

.text-15{
  font-size: 0.9375rem;
}

.text-16{
  font-size: 1rem;
}

.text-17{
  font-size: 1.0625rem;
}

.text-18{
  font-size: 1.125rem;
}

.text-19{
  font-size: 1.1875rem;
}

.text-2{
  font-size: 0.125rem;
}

.text-20{
  font-size: 1.25rem;
}

.text-22{
  font-size: 1.375rem;
}

.text-24{
  font-size: 1.5rem;
}

.text-26{
  font-size: 1.625rem;
}

.text-28{
  font-size: 1.75rem;
}

.text-30{
  font-size: 1.875rem;
}

.text-32{
  font-size: 2rem;
}

.text-34{
  font-size: 2.125rem;
}

.text-36{
  font-size: 2.25rem;
}

.text-38{
  font-size: 2.375rem;
}

.text-4{
  font-size: 0.25rem;
}

.text-40{
  font-size: 2.5rem;
}

.text-42{
  font-size: 2.625rem;
}

.text-44{
  font-size: 2.75rem;
}

.text-46{
  font-size: 2.875rem;
}

.text-48{
  font-size: 3rem;
}

.text-50{
  font-size: 3.125rem;
}

.text-52{
  font-size: 3.25rem;
}

.text-54{
  font-size: 3.375rem;
}

.text-56{
  font-size: 3.5rem;
}

.text-58{
  font-size: 3.625rem;
}

.text-6{
  font-size: 0.375rem;
}

.text-60{
  font-size: 3.75rem;
}

.text-62{
  font-size: 3.875rem;
}

.text-64{
  font-size: 4rem;
}

.text-66{
  font-size: 4.125rem;
}

.text-68{
  font-size: 4.25rem;
}

.text-70{
  font-size: 4.375rem;
}

.text-72{
  font-size: 4.5rem;
}

.text-74{
  font-size: 4.625rem;
}

.text-76{
  font-size: 4.75rem;
}

.text-78{
  font-size: 4.875rem;
}

.text-8{
  font-size: 0.5rem;
}

.text-80{
  font-size: 5rem;
}

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

.\!font-black{
  font-weight: 900 !important;
}

.\!font-bold{
  font-weight: 700 !important;
}

.\!font-extrabold{
  font-weight: 800 !important;
}

.\!font-extralight{
  font-weight: 200 !important;
}

.\!font-light{
  font-weight: 300 !important;
}

.\!font-medium{
  font-weight: 500 !important;
}

.\!font-normal{
  font-weight: 400 !important;
}

.\!font-semibold{
  font-weight: 600 !important;
}

.\!font-thin{
  font-weight: 100 !important;
}

.font-black{
  font-weight: 900;
}

.font-bold{
  font-weight: 700;
}

.font-extrabold{
  font-weight: 800;
}

.font-extralight{
  font-weight: 200;
}

.font-light{
  font-weight: 300;
}

.font-medium{
  font-weight: 500;
}

.font-normal{
  font-weight: 400;
}

.font-semibold{
  font-weight: 600;
}

.font-thin{
  font-weight: 100;
}

.leading-\[2\]{
  line-height: 2;
}

.tracking-\[0\.1em\]{
  letter-spacing: 0.1em;
}

.\!text-base{
  --tw-text-opacity: 1 !important;
  color: rgb(26 26 26 / var(--tw-text-opacity)) !important;
}

.\!text-black{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.\!text-blue{
  color:  !important;
}

.\!text-green{
  color:  !important;
}

.\!text-main{
  --tw-text-opacity: 1 !important;
  color: rgb(26 26 26 / var(--tw-text-opacity)) !important;
}

.\!text-main-100{
  color: #1a1a1a1a !important;
}

.\!text-main-200{
  color: #1a1a1a33 !important;
}

.\!text-main-300{
  color: #1a1a1a4d !important;
}

.\!text-main-400{
  color: #1a1a1a66 !important;
}

.\!text-main-500{
  color: #1a1a1a80 !important;
}

.\!text-main-600{
  color: #1a1a1a99 !important;
}

.\!text-main-700{
  color: #1a1a1ab3 !important;
}

.\!text-main-800{
  color: #1a1a1acc !important;
}

.\!text-main-900{
  color: #1a1a1ae6 !important;
}

.\!text-red{
  --tw-text-opacity: 1 !important;
  color: rgb(247 0 0 / var(--tw-text-opacity)) !important;
}

.\!text-sub{
  color:  !important;
}

.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.\!text-yellow{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 0 / var(--tw-text-opacity)) !important;
}

.text-base{
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
}

.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-blue{
  color: ;
}

.text-default{
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
}

.text-gray{
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

.text-green{
  color: ;
}

.text-main{
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
}

.text-main-100{
  color: #1a1a1a1a;
}

.text-main-200{
  color: #1a1a1a33;
}

.text-main-300{
  color: #1a1a1a4d;
}

.text-main-400{
  color: #1a1a1a66;
}

.text-main-500{
  color: #1a1a1a80;
}

.text-main-600{
  color: #1a1a1a99;
}

.text-main-700{
  color: #1a1a1ab3;
}

.text-main-800{
  color: #1a1a1acc;
}

.text-main-900{
  color: #1a1a1ae6;
}

.text-red{
  --tw-text-opacity: 1;
  color: rgb(247 0 0 / var(--tw-text-opacity));
}

.text-sub{
  color: ;
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-yellow{
  --tw-text-opacity: 1;
  color: rgb(255 255 0 / var(--tw-text-opacity));
}

.underline{
  text-decoration-line: underline;
}

.\!font-thin{
  font-family: "Zen Kaku Gothic Antique", sans-serif !important;
  font-weight: 100 !important;
}

.font-thin{
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 100;
}

.\!font-extralight{
  font-family: "Zen Kaku Gothic Antique", sans-serif !important;
  font-weight: 200 !important;
}

.font-extralight{
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 200;
}

.\!font-light{
  font-family: "Zen Kaku Gothic Antique", sans-serif !important;
  font-weight: 300 !important;
}

.font-light{
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 300;
}

.\!font-normal{
  font-family: "Zen Kaku Gothic Antique", sans-serif !important;
  font-weight: 400 !important;
}

.font-normal{
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
}

.\!font-medium{
  font-family: "Zen Kaku Gothic Antique", sans-serif !important;
  font-weight: 500 !important;
}

.font-medium{
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
}

.\!font-semibold{
  font-family: "Zen Kaku Gothic Antique", sans-serif !important;
  font-weight: 600 !important;
}

.font-semibold{
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 600;
}

.\!font-bold{
  font-family: "Zen Kaku Gothic Antique", sans-serif !important;
  font-weight: 700 !important;
}

.font-bold{
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
}

.\!font-extrabold{
  font-family: "Zen Kaku Gothic Antique", sans-serif !important;
  font-weight: 800 !important;
}

.font-extrabold{
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 800;
}

.\!font-black{
  font-family: "Zen Kaku Gothic Antique", sans-serif !important;
  font-weight: 900 !important;
}

.font-black{
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
}

.font-thin-en{
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 100;
}

.font-extralight-en{
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 200;
}

.font-light-en{
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 300;
}

.font-normal-en{
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
}

.font-medium-en{
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
}

.font-semibold-en{
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 600;
}

.font-bold-en{
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
}

.font-extrabold-en{
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 800;
}

.font-black-en{
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 900;
}

.size-full{
  height: auto;
}

@media (max-width: 767px){
  .sp\:\!none{
    display: none !important;
  }

  .sp\:none{
    display: none;
  }

  .sp\:relative{
    position: relative;
  }

  .sp\:\!m-0{
    margin: 0px !important;
  }

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

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

  .sp\:\!m-100{
    margin: 6.25rem !important;
  }

  .sp\:\!m-105{
    margin: 6.5625rem !important;
  }

  .sp\:\!m-11{
    margin: 0.6875rem !important;
  }

  .sp\:\!m-110{
    margin: 6.875rem !important;
  }

  .sp\:\!m-115{
    margin: 7.1875rem !important;
  }

  .sp\:\!m-12{
    margin: 0.75rem !important;
  }

  .sp\:\!m-120{
    margin: 7.5rem !important;
  }

  .sp\:\!m-13{
    margin: 0.8125rem !important;
  }

  .sp\:\!m-14{
    margin: 0.875rem !important;
  }

  .sp\:\!m-15{
    margin: 0.9375rem !important;
  }

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

  .sp\:\!m-17{
    margin: 1.0625rem !important;
  }

  .sp\:\!m-18{
    margin: 1.125rem !important;
  }

  .sp\:\!m-19{
    margin: 1.1875rem !important;
  }

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

  .sp\:\!m-20{
    margin: 1.25rem !important;
  }

  .sp\:\!m-22{
    margin: 1.375rem !important;
  }

  .sp\:\!m-24{
    margin: 1.5rem !important;
  }

  .sp\:\!m-25{
    margin: 1.5625rem !important;
  }

  .sp\:\!m-26{
    margin: 1.625rem !important;
  }

  .sp\:\!m-28{
    margin: 1.75rem !important;
  }

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

  .sp\:\!m-30{
    margin: 1.875rem !important;
  }

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

  .sp\:\!m-34{
    margin: 2.125rem !important;
  }

  .sp\:\!m-35{
    margin: 2.1875rem !important;
  }

  .sp\:\!m-36{
    margin: 2.25rem !important;
  }

  .sp\:\!m-38{
    margin: 2.375rem !important;
  }

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

  .sp\:\!m-40{
    margin: 2.5rem !important;
  }

  .sp\:\!m-44{
    margin: 2.75rem !important;
  }

  .sp\:\!m-45{
    margin: 2.8125rem !important;
  }

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

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

  .sp\:\!m-50{
    margin: 3.125rem !important;
  }

  .sp\:\!m-52{
    margin: 3.25rem !important;
  }

  .sp\:\!m-55{
    margin: 3.4375rem !important;
  }

  .sp\:\!m-56{
    margin: 3.5rem !important;
  }

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

  .sp\:\!m-60{
    margin: 3.75rem !important;
  }

  .sp\:\!m-65{
    margin: 4.0625rem !important;
  }

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

  .sp\:\!m-70{
    margin: 4.375rem !important;
  }

  .sp\:\!m-75{
    margin: 4.6875rem !important;
  }

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

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

  .sp\:\!m-85{
    margin: 5.3125rem !important;
  }

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

  .sp\:\!m-90{
    margin: 5.625rem !important;
  }

  .sp\:\!m-95{
    margin: 5.9375rem !important;
  }

  .sp\:m-0{
    margin: 0px;
  }

  .sp\:m-1{
    margin: 0.0625rem;
  }

  .sp\:m-10{
    margin: 0.625rem;
  }

  .sp\:m-100{
    margin: 6.25rem;
  }

  .sp\:m-105{
    margin: 6.5625rem;
  }

  .sp\:m-11{
    margin: 0.6875rem;
  }

  .sp\:m-110{
    margin: 6.875rem;
  }

  .sp\:m-115{
    margin: 7.1875rem;
  }

  .sp\:m-12{
    margin: 0.75rem;
  }

  .sp\:m-120{
    margin: 7.5rem;
  }

  .sp\:m-13{
    margin: 0.8125rem;
  }

  .sp\:m-14{
    margin: 0.875rem;
  }

  .sp\:m-15{
    margin: 0.9375rem;
  }

  .sp\:m-16{
    margin: 1rem;
  }

  .sp\:m-17{
    margin: 1.0625rem;
  }

  .sp\:m-18{
    margin: 1.125rem;
  }

  .sp\:m-19{
    margin: 1.1875rem;
  }

  .sp\:m-2{
    margin: 0.125rem;
  }

  .sp\:m-20{
    margin: 1.25rem;
  }

  .sp\:m-22{
    margin: 1.375rem;
  }

  .sp\:m-24{
    margin: 1.5rem;
  }

  .sp\:m-25{
    margin: 1.5625rem;
  }

  .sp\:m-26{
    margin: 1.625rem;
  }

  .sp\:m-28{
    margin: 1.75rem;
  }

  .sp\:m-3{
    margin: 0.1875rem;
  }

  .sp\:m-30{
    margin: 1.875rem;
  }

  .sp\:m-32{
    margin: 2rem;
  }

  .sp\:m-34{
    margin: 2.125rem;
  }

  .sp\:m-35{
    margin: 2.1875rem;
  }

  .sp\:m-36{
    margin: 2.25rem;
  }

  .sp\:m-38{
    margin: 2.375rem;
  }

  .sp\:m-4{
    margin: 0.25rem;
  }

  .sp\:m-40{
    margin: 2.5rem;
  }

  .sp\:m-44{
    margin: 2.75rem;
  }

  .sp\:m-45{
    margin: 2.8125rem;
  }

  .sp\:m-48{
    margin: 3rem;
  }

  .sp\:m-5{
    margin: 0.3125rem;
  }

  .sp\:m-50{
    margin: 3.125rem;
  }

  .sp\:m-52{
    margin: 3.25rem;
  }

  .sp\:m-55{
    margin: 3.4375rem;
  }

  .sp\:m-56{
    margin: 3.5rem;
  }

  .sp\:m-6{
    margin: 0.375rem;
  }

  .sp\:m-60{
    margin: 3.75rem;
  }

  .sp\:m-65{
    margin: 4.0625rem;
  }

  .sp\:m-7{
    margin: 0.4375rem;
  }

  .sp\:m-70{
    margin: 4.375rem;
  }

  .sp\:m-75{
    margin: 4.6875rem;
  }

  .sp\:m-8{
    margin: 0.5rem;
  }

  .sp\:m-80{
    margin: 5rem;
  }

  .sp\:m-85{
    margin: 5.3125rem;
  }

  .sp\:m-9{
    margin: 0.5625rem;
  }

  .sp\:m-90{
    margin: 5.625rem;
  }

  .sp\:m-95{
    margin: 5.9375rem;
  }

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

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

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

  .sp\:\!mx-100{
    margin-left: 6.25rem !important;
    margin-right: 6.25rem !important;
  }

  .sp\:\!mx-105{
    margin-left: 6.5625rem !important;
    margin-right: 6.5625rem !important;
  }

  .sp\:\!mx-11{
    margin-left: 0.6875rem !important;
    margin-right: 0.6875rem !important;
  }

  .sp\:\!mx-110{
    margin-left: 6.875rem !important;
    margin-right: 6.875rem !important;
  }

  .sp\:\!mx-115{
    margin-left: 7.1875rem !important;
    margin-right: 7.1875rem !important;
  }

  .sp\:\!mx-12{
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .sp\:\!mx-120{
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }

  .sp\:\!mx-13{
    margin-left: 0.8125rem !important;
    margin-right: 0.8125rem !important;
  }

  .sp\:\!mx-14{
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }

  .sp\:\!mx-15{
    margin-left: 0.9375rem !important;
    margin-right: 0.9375rem !important;
  }

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

  .sp\:\!mx-17{
    margin-left: 1.0625rem !important;
    margin-right: 1.0625rem !important;
  }

  .sp\:\!mx-18{
    margin-left: 1.125rem !important;
    margin-right: 1.125rem !important;
  }

  .sp\:\!mx-19{
    margin-left: 1.1875rem !important;
    margin-right: 1.1875rem !important;
  }

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

  .sp\:\!mx-20{
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .sp\:\!mx-22{
    margin-left: 1.375rem !important;
    margin-right: 1.375rem !important;
  }

  .sp\:\!mx-24{
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .sp\:\!mx-25{
    margin-left: 1.5625rem !important;
    margin-right: 1.5625rem !important;
  }

  .sp\:\!mx-26{
    margin-left: 1.625rem !important;
    margin-right: 1.625rem !important;
  }

  .sp\:\!mx-28{
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }

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

  .sp\:\!mx-30{
    margin-left: 1.875rem !important;
    margin-right: 1.875rem !important;
  }

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

  .sp\:\!mx-34{
    margin-left: 2.125rem !important;
    margin-right: 2.125rem !important;
  }

  .sp\:\!mx-35{
    margin-left: 2.1875rem !important;
    margin-right: 2.1875rem !important;
  }

  .sp\:\!mx-36{
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }

  .sp\:\!mx-38{
    margin-left: 2.375rem !important;
    margin-right: 2.375rem !important;
  }

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

  .sp\:\!mx-40{
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .sp\:\!mx-44{
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .sp\:\!mx-45{
    margin-left: 2.8125rem !important;
    margin-right: 2.8125rem !important;
  }

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

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

  .sp\:\!mx-50{
    margin-left: 3.125rem !important;
    margin-right: 3.125rem !important;
  }

  .sp\:\!mx-52{
    margin-left: 3.25rem !important;
    margin-right: 3.25rem !important;
  }

  .sp\:\!mx-55{
    margin-left: 3.4375rem !important;
    margin-right: 3.4375rem !important;
  }

  .sp\:\!mx-56{
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

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

  .sp\:\!mx-60{
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important;
  }

  .sp\:\!mx-65{
    margin-left: 4.0625rem !important;
    margin-right: 4.0625rem !important;
  }

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

  .sp\:\!mx-70{
    margin-left: 4.375rem !important;
    margin-right: 4.375rem !important;
  }

  .sp\:\!mx-75{
    margin-left: 4.6875rem !important;
    margin-right: 4.6875rem !important;
  }

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

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

  .sp\:\!mx-85{
    margin-left: 5.3125rem !important;
    margin-right: 5.3125rem !important;
  }

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

  .sp\:\!mx-90{
    margin-left: 5.625rem !important;
    margin-right: 5.625rem !important;
  }

  .sp\:\!mx-95{
    margin-left: 5.9375rem !important;
    margin-right: 5.9375rem !important;
  }

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

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

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

  .sp\:\!my-100{
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }

  .sp\:\!my-105{
    margin-top: 6.5625rem !important;
    margin-bottom: 6.5625rem !important;
  }

  .sp\:\!my-11{
    margin-top: 0.6875rem !important;
    margin-bottom: 0.6875rem !important;
  }

  .sp\:\!my-110{
    margin-top: 6.875rem !important;
    margin-bottom: 6.875rem !important;
  }

  .sp\:\!my-115{
    margin-top: 7.1875rem !important;
    margin-bottom: 7.1875rem !important;
  }

  .sp\:\!my-12{
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .sp\:\!my-120{
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  .sp\:\!my-13{
    margin-top: 0.8125rem !important;
    margin-bottom: 0.8125rem !important;
  }

  .sp\:\!my-14{
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }

  .sp\:\!my-15{
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }

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

  .sp\:\!my-17{
    margin-top: 1.0625rem !important;
    margin-bottom: 1.0625rem !important;
  }

  .sp\:\!my-18{
    margin-top: 1.125rem !important;
    margin-bottom: 1.125rem !important;
  }

  .sp\:\!my-19{
    margin-top: 1.1875rem !important;
    margin-bottom: 1.1875rem !important;
  }

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

  .sp\:\!my-20{
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .sp\:\!my-22{
    margin-top: 1.375rem !important;
    margin-bottom: 1.375rem !important;
  }

  .sp\:\!my-24{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .sp\:\!my-25{
    margin-top: 1.5625rem !important;
    margin-bottom: 1.5625rem !important;
  }

  .sp\:\!my-26{
    margin-top: 1.625rem !important;
    margin-bottom: 1.625rem !important;
  }

  .sp\:\!my-28{
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

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

  .sp\:\!my-30{
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }

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

  .sp\:\!my-34{
    margin-top: 2.125rem !important;
    margin-bottom: 2.125rem !important;
  }

  .sp\:\!my-35{
    margin-top: 2.1875rem !important;
    margin-bottom: 2.1875rem !important;
  }

  .sp\:\!my-36{
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .sp\:\!my-38{
    margin-top: 2.375rem !important;
    margin-bottom: 2.375rem !important;
  }

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

  .sp\:\!my-40{
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .sp\:\!my-44{
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .sp\:\!my-45{
    margin-top: 2.8125rem !important;
    margin-bottom: 2.8125rem !important;
  }

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

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

  .sp\:\!my-50{
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }

  .sp\:\!my-52{
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }

  .sp\:\!my-55{
    margin-top: 3.4375rem !important;
    margin-bottom: 3.4375rem !important;
  }

  .sp\:\!my-56{
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

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

  .sp\:\!my-60{
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }

  .sp\:\!my-65{
    margin-top: 4.0625rem !important;
    margin-bottom: 4.0625rem !important;
  }

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

  .sp\:\!my-70{
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }

  .sp\:\!my-75{
    margin-top: 4.6875rem !important;
    margin-bottom: 4.6875rem !important;
  }

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

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

  .sp\:\!my-85{
    margin-top: 5.3125rem !important;
    margin-bottom: 5.3125rem !important;
  }

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

  .sp\:\!my-90{
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }

  .sp\:\!my-95{
    margin-top: 5.9375rem !important;
    margin-bottom: 5.9375rem !important;
  }

  .sp\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .sp\:mx-1{
    margin-left: 0.0625rem;
    margin-right: 0.0625rem;
  }

  .sp\:mx-10{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .sp\:mx-100{
    margin-left: 6.25rem;
    margin-right: 6.25rem;
  }

  .sp\:mx-105{
    margin-left: 6.5625rem;
    margin-right: 6.5625rem;
  }

  .sp\:mx-11{
    margin-left: 0.6875rem;
    margin-right: 0.6875rem;
  }

  .sp\:mx-110{
    margin-left: 6.875rem;
    margin-right: 6.875rem;
  }

  .sp\:mx-115{
    margin-left: 7.1875rem;
    margin-right: 7.1875rem;
  }

  .sp\:mx-12{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sp\:mx-120{
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }

  .sp\:mx-13{
    margin-left: 0.8125rem;
    margin-right: 0.8125rem;
  }

  .sp\:mx-14{
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .sp\:mx-15{
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }

  .sp\:mx-16{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sp\:mx-17{
    margin-left: 1.0625rem;
    margin-right: 1.0625rem;
  }

  .sp\:mx-18{
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }

  .sp\:mx-19{
    margin-left: 1.1875rem;
    margin-right: 1.1875rem;
  }

  .sp\:mx-2{
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .sp\:mx-20{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sp\:mx-22{
    margin-left: 1.375rem;
    margin-right: 1.375rem;
  }

  .sp\:mx-24{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sp\:mx-25{
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }

  .sp\:mx-26{
    margin-left: 1.625rem;
    margin-right: 1.625rem;
  }

  .sp\:mx-28{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .sp\:mx-3{
    margin-left: 0.1875rem;
    margin-right: 0.1875rem;
  }

  .sp\:mx-30{
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .sp\:mx-32{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sp\:mx-34{
    margin-left: 2.125rem;
    margin-right: 2.125rem;
  }

  .sp\:mx-35{
    margin-left: 2.1875rem;
    margin-right: 2.1875rem;
  }

  .sp\:mx-36{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .sp\:mx-38{
    margin-left: 2.375rem;
    margin-right: 2.375rem;
  }

  .sp\:mx-4{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sp\:mx-40{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sp\:mx-44{
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .sp\:mx-45{
    margin-left: 2.8125rem;
    margin-right: 2.8125rem;
  }

  .sp\:mx-48{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sp\:mx-5{
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }

  .sp\:mx-50{
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .sp\:mx-52{
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .sp\:mx-55{
    margin-left: 3.4375rem;
    margin-right: 3.4375rem;
  }

  .sp\:mx-56{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .sp\:mx-6{
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .sp\:mx-60{
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .sp\:mx-65{
    margin-left: 4.0625rem;
    margin-right: 4.0625rem;
  }

  .sp\:mx-7{
    margin-left: 0.4375rem;
    margin-right: 0.4375rem;
  }

  .sp\:mx-70{
    margin-left: 4.375rem;
    margin-right: 4.375rem;
  }

  .sp\:mx-75{
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }

  .sp\:mx-8{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sp\:mx-80{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sp\:mx-85{
    margin-left: 5.3125rem;
    margin-right: 5.3125rem;
  }

  .sp\:mx-9{
    margin-left: 0.5625rem;
    margin-right: 0.5625rem;
  }

  .sp\:mx-90{
    margin-left: 5.625rem;
    margin-right: 5.625rem;
  }

  .sp\:mx-95{
    margin-left: 5.9375rem;
    margin-right: 5.9375rem;
  }

  .sp\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sp\:my-1{
    margin-top: 0.0625rem;
    margin-bottom: 0.0625rem;
  }

  .sp\:my-10{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .sp\:my-100{
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

  .sp\:my-105{
    margin-top: 6.5625rem;
    margin-bottom: 6.5625rem;
  }

  .sp\:my-11{
    margin-top: 0.6875rem;
    margin-bottom: 0.6875rem;
  }

  .sp\:my-110{
    margin-top: 6.875rem;
    margin-bottom: 6.875rem;
  }

  .sp\:my-115{
    margin-top: 7.1875rem;
    margin-bottom: 7.1875rem;
  }

  .sp\:my-12{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sp\:my-120{
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .sp\:my-13{
    margin-top: 0.8125rem;
    margin-bottom: 0.8125rem;
  }

  .sp\:my-14{
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .sp\:my-15{
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }

  .sp\:my-16{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sp\:my-17{
    margin-top: 1.0625rem;
    margin-bottom: 1.0625rem;
  }

  .sp\:my-18{
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }

  .sp\:my-19{
    margin-top: 1.1875rem;
    margin-bottom: 1.1875rem;
  }

  .sp\:my-2{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .sp\:my-20{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sp\:my-22{
    margin-top: 1.375rem;
    margin-bottom: 1.375rem;
  }

  .sp\:my-24{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sp\:my-25{
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
  }

  .sp\:my-26{
    margin-top: 1.625rem;
    margin-bottom: 1.625rem;
  }

  .sp\:my-28{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .sp\:my-3{
    margin-top: 0.1875rem;
    margin-bottom: 0.1875rem;
  }

  .sp\:my-30{
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .sp\:my-32{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sp\:my-34{
    margin-top: 2.125rem;
    margin-bottom: 2.125rem;
  }

  .sp\:my-35{
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
  }

  .sp\:my-36{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .sp\:my-38{
    margin-top: 2.375rem;
    margin-bottom: 2.375rem;
  }

  .sp\:my-4{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sp\:my-40{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sp\:my-44{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .sp\:my-45{
    margin-top: 2.8125rem;
    margin-bottom: 2.8125rem;
  }

  .sp\:my-48{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sp\:my-5{
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
  }

  .sp\:my-50{
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .sp\:my-52{
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .sp\:my-55{
    margin-top: 3.4375rem;
    margin-bottom: 3.4375rem;
  }

  .sp\:my-56{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .sp\:my-6{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .sp\:my-60{
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .sp\:my-65{
    margin-top: 4.0625rem;
    margin-bottom: 4.0625rem;
  }

  .sp\:my-7{
    margin-top: 0.4375rem;
    margin-bottom: 0.4375rem;
  }

  .sp\:my-70{
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }

  .sp\:my-75{
    margin-top: 4.6875rem;
    margin-bottom: 4.6875rem;
  }

  .sp\:my-8{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sp\:my-80{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sp\:my-85{
    margin-top: 5.3125rem;
    margin-bottom: 5.3125rem;
  }

  .sp\:my-9{
    margin-top: 0.5625rem;
    margin-bottom: 0.5625rem;
  }

  .sp\:my-90{
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }

  .sp\:my-95{
    margin-top: 5.9375rem;
    margin-bottom: 5.9375rem;
  }

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

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

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

  .sp\:\!mb-100{
    margin-bottom: 6.25rem !important;
  }

  .sp\:\!mb-105{
    margin-bottom: 6.5625rem !important;
  }

  .sp\:\!mb-11{
    margin-bottom: 0.6875rem !important;
  }

  .sp\:\!mb-110{
    margin-bottom: 6.875rem !important;
  }

  .sp\:\!mb-115{
    margin-bottom: 7.1875rem !important;
  }

  .sp\:\!mb-12{
    margin-bottom: 0.75rem !important;
  }

  .sp\:\!mb-120{
    margin-bottom: 7.5rem !important;
  }

  .sp\:\!mb-13{
    margin-bottom: 0.8125rem !important;
  }

  .sp\:\!mb-14{
    margin-bottom: 0.875rem !important;
  }

  .sp\:\!mb-15{
    margin-bottom: 0.9375rem !important;
  }

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

  .sp\:\!mb-17{
    margin-bottom: 1.0625rem !important;
  }

  .sp\:\!mb-18{
    margin-bottom: 1.125rem !important;
  }

  .sp\:\!mb-19{
    margin-bottom: 1.1875rem !important;
  }

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

  .sp\:\!mb-20{
    margin-bottom: 1.25rem !important;
  }

  .sp\:\!mb-22{
    margin-bottom: 1.375rem !important;
  }

  .sp\:\!mb-24{
    margin-bottom: 1.5rem !important;
  }

  .sp\:\!mb-25{
    margin-bottom: 1.5625rem !important;
  }

  .sp\:\!mb-26{
    margin-bottom: 1.625rem !important;
  }

  .sp\:\!mb-28{
    margin-bottom: 1.75rem !important;
  }

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

  .sp\:\!mb-30{
    margin-bottom: 1.875rem !important;
  }

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

  .sp\:\!mb-34{
    margin-bottom: 2.125rem !important;
  }

  .sp\:\!mb-35{
    margin-bottom: 2.1875rem !important;
  }

  .sp\:\!mb-36{
    margin-bottom: 2.25rem !important;
  }

  .sp\:\!mb-38{
    margin-bottom: 2.375rem !important;
  }

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

  .sp\:\!mb-40{
    margin-bottom: 2.5rem !important;
  }

  .sp\:\!mb-44{
    margin-bottom: 2.75rem !important;
  }

  .sp\:\!mb-45{
    margin-bottom: 2.8125rem !important;
  }

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

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

  .sp\:\!mb-50{
    margin-bottom: 3.125rem !important;
  }

  .sp\:\!mb-52{
    margin-bottom: 3.25rem !important;
  }

  .sp\:\!mb-55{
    margin-bottom: 3.4375rem !important;
  }

  .sp\:\!mb-56{
    margin-bottom: 3.5rem !important;
  }

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

  .sp\:\!mb-60{
    margin-bottom: 3.75rem !important;
  }

  .sp\:\!mb-65{
    margin-bottom: 4.0625rem !important;
  }

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

  .sp\:\!mb-70{
    margin-bottom: 4.375rem !important;
  }

  .sp\:\!mb-75{
    margin-bottom: 4.6875rem !important;
  }

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

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

  .sp\:\!mb-85{
    margin-bottom: 5.3125rem !important;
  }

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

  .sp\:\!mb-90{
    margin-bottom: 5.625rem !important;
  }

  .sp\:\!mb-95{
    margin-bottom: 5.9375rem !important;
  }

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

  .sp\:\!ml-1{
    margin-left: 0.0625rem !important;
  }

  .sp\:\!ml-10{
    margin-left: 0.625rem !important;
  }

  .sp\:\!ml-100{
    margin-left: 6.25rem !important;
  }

  .sp\:\!ml-105{
    margin-left: 6.5625rem !important;
  }

  .sp\:\!ml-11{
    margin-left: 0.6875rem !important;
  }

  .sp\:\!ml-110{
    margin-left: 6.875rem !important;
  }

  .sp\:\!ml-115{
    margin-left: 7.1875rem !important;
  }

  .sp\:\!ml-12{
    margin-left: 0.75rem !important;
  }

  .sp\:\!ml-120{
    margin-left: 7.5rem !important;
  }

  .sp\:\!ml-13{
    margin-left: 0.8125rem !important;
  }

  .sp\:\!ml-14{
    margin-left: 0.875rem !important;
  }

  .sp\:\!ml-15{
    margin-left: 0.9375rem !important;
  }

  .sp\:\!ml-16{
    margin-left: 1rem !important;
  }

  .sp\:\!ml-17{
    margin-left: 1.0625rem !important;
  }

  .sp\:\!ml-18{
    margin-left: 1.125rem !important;
  }

  .sp\:\!ml-19{
    margin-left: 1.1875rem !important;
  }

  .sp\:\!ml-2{
    margin-left: 0.125rem !important;
  }

  .sp\:\!ml-20{
    margin-left: 1.25rem !important;
  }

  .sp\:\!ml-22{
    margin-left: 1.375rem !important;
  }

  .sp\:\!ml-24{
    margin-left: 1.5rem !important;
  }

  .sp\:\!ml-25{
    margin-left: 1.5625rem !important;
  }

  .sp\:\!ml-26{
    margin-left: 1.625rem !important;
  }

  .sp\:\!ml-28{
    margin-left: 1.75rem !important;
  }

  .sp\:\!ml-3{
    margin-left: 0.1875rem !important;
  }

  .sp\:\!ml-30{
    margin-left: 1.875rem !important;
  }

  .sp\:\!ml-32{
    margin-left: 2rem !important;
  }

  .sp\:\!ml-34{
    margin-left: 2.125rem !important;
  }

  .sp\:\!ml-35{
    margin-left: 2.1875rem !important;
  }

  .sp\:\!ml-36{
    margin-left: 2.25rem !important;
  }

  .sp\:\!ml-38{
    margin-left: 2.375rem !important;
  }

  .sp\:\!ml-4{
    margin-left: 0.25rem !important;
  }

  .sp\:\!ml-40{
    margin-left: 2.5rem !important;
  }

  .sp\:\!ml-44{
    margin-left: 2.75rem !important;
  }

  .sp\:\!ml-45{
    margin-left: 2.8125rem !important;
  }

  .sp\:\!ml-48{
    margin-left: 3rem !important;
  }

  .sp\:\!ml-5{
    margin-left: 0.3125rem !important;
  }

  .sp\:\!ml-50{
    margin-left: 3.125rem !important;
  }

  .sp\:\!ml-52{
    margin-left: 3.25rem !important;
  }

  .sp\:\!ml-55{
    margin-left: 3.4375rem !important;
  }

  .sp\:\!ml-56{
    margin-left: 3.5rem !important;
  }

  .sp\:\!ml-6{
    margin-left: 0.375rem !important;
  }

  .sp\:\!ml-60{
    margin-left: 3.75rem !important;
  }

  .sp\:\!ml-65{
    margin-left: 4.0625rem !important;
  }

  .sp\:\!ml-7{
    margin-left: 0.4375rem !important;
  }

  .sp\:\!ml-70{
    margin-left: 4.375rem !important;
  }

  .sp\:\!ml-75{
    margin-left: 4.6875rem !important;
  }

  .sp\:\!ml-8{
    margin-left: 0.5rem !important;
  }

  .sp\:\!ml-80{
    margin-left: 5rem !important;
  }

  .sp\:\!ml-85{
    margin-left: 5.3125rem !important;
  }

  .sp\:\!ml-9{
    margin-left: 0.5625rem !important;
  }

  .sp\:\!ml-90{
    margin-left: 5.625rem !important;
  }

  .sp\:\!ml-95{
    margin-left: 5.9375rem !important;
  }

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

  .sp\:\!mr-1{
    margin-right: 0.0625rem !important;
  }

  .sp\:\!mr-10{
    margin-right: 0.625rem !important;
  }

  .sp\:\!mr-100{
    margin-right: 6.25rem !important;
  }

  .sp\:\!mr-105{
    margin-right: 6.5625rem !important;
  }

  .sp\:\!mr-11{
    margin-right: 0.6875rem !important;
  }

  .sp\:\!mr-110{
    margin-right: 6.875rem !important;
  }

  .sp\:\!mr-115{
    margin-right: 7.1875rem !important;
  }

  .sp\:\!mr-12{
    margin-right: 0.75rem !important;
  }

  .sp\:\!mr-120{
    margin-right: 7.5rem !important;
  }

  .sp\:\!mr-13{
    margin-right: 0.8125rem !important;
  }

  .sp\:\!mr-14{
    margin-right: 0.875rem !important;
  }

  .sp\:\!mr-15{
    margin-right: 0.9375rem !important;
  }

  .sp\:\!mr-16{
    margin-right: 1rem !important;
  }

  .sp\:\!mr-17{
    margin-right: 1.0625rem !important;
  }

  .sp\:\!mr-18{
    margin-right: 1.125rem !important;
  }

  .sp\:\!mr-19{
    margin-right: 1.1875rem !important;
  }

  .sp\:\!mr-2{
    margin-right: 0.125rem !important;
  }

  .sp\:\!mr-20{
    margin-right: 1.25rem !important;
  }

  .sp\:\!mr-22{
    margin-right: 1.375rem !important;
  }

  .sp\:\!mr-24{
    margin-right: 1.5rem !important;
  }

  .sp\:\!mr-25{
    margin-right: 1.5625rem !important;
  }

  .sp\:\!mr-26{
    margin-right: 1.625rem !important;
  }

  .sp\:\!mr-28{
    margin-right: 1.75rem !important;
  }

  .sp\:\!mr-3{
    margin-right: 0.1875rem !important;
  }

  .sp\:\!mr-30{
    margin-right: 1.875rem !important;
  }

  .sp\:\!mr-32{
    margin-right: 2rem !important;
  }

  .sp\:\!mr-34{
    margin-right: 2.125rem !important;
  }

  .sp\:\!mr-35{
    margin-right: 2.1875rem !important;
  }

  .sp\:\!mr-36{
    margin-right: 2.25rem !important;
  }

  .sp\:\!mr-38{
    margin-right: 2.375rem !important;
  }

  .sp\:\!mr-4{
    margin-right: 0.25rem !important;
  }

  .sp\:\!mr-40{
    margin-right: 2.5rem !important;
  }

  .sp\:\!mr-44{
    margin-right: 2.75rem !important;
  }

  .sp\:\!mr-45{
    margin-right: 2.8125rem !important;
  }

  .sp\:\!mr-48{
    margin-right: 3rem !important;
  }

  .sp\:\!mr-5{
    margin-right: 0.3125rem !important;
  }

  .sp\:\!mr-50{
    margin-right: 3.125rem !important;
  }

  .sp\:\!mr-52{
    margin-right: 3.25rem !important;
  }

  .sp\:\!mr-55{
    margin-right: 3.4375rem !important;
  }

  .sp\:\!mr-56{
    margin-right: 3.5rem !important;
  }

  .sp\:\!mr-6{
    margin-right: 0.375rem !important;
  }

  .sp\:\!mr-60{
    margin-right: 3.75rem !important;
  }

  .sp\:\!mr-65{
    margin-right: 4.0625rem !important;
  }

  .sp\:\!mr-7{
    margin-right: 0.4375rem !important;
  }

  .sp\:\!mr-70{
    margin-right: 4.375rem !important;
  }

  .sp\:\!mr-75{
    margin-right: 4.6875rem !important;
  }

  .sp\:\!mr-8{
    margin-right: 0.5rem !important;
  }

  .sp\:\!mr-80{
    margin-right: 5rem !important;
  }

  .sp\:\!mr-85{
    margin-right: 5.3125rem !important;
  }

  .sp\:\!mr-9{
    margin-right: 0.5625rem !important;
  }

  .sp\:\!mr-90{
    margin-right: 5.625rem !important;
  }

  .sp\:\!mr-95{
    margin-right: 5.9375rem !important;
  }

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

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

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

  .sp\:\!mt-100{
    margin-top: 6.25rem !important;
  }

  .sp\:\!mt-105{
    margin-top: 6.5625rem !important;
  }

  .sp\:\!mt-11{
    margin-top: 0.6875rem !important;
  }

  .sp\:\!mt-110{
    margin-top: 6.875rem !important;
  }

  .sp\:\!mt-115{
    margin-top: 7.1875rem !important;
  }

  .sp\:\!mt-12{
    margin-top: 0.75rem !important;
  }

  .sp\:\!mt-120{
    margin-top: 7.5rem !important;
  }

  .sp\:\!mt-13{
    margin-top: 0.8125rem !important;
  }

  .sp\:\!mt-14{
    margin-top: 0.875rem !important;
  }

  .sp\:\!mt-15{
    margin-top: 0.9375rem !important;
  }

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

  .sp\:\!mt-17{
    margin-top: 1.0625rem !important;
  }

  .sp\:\!mt-18{
    margin-top: 1.125rem !important;
  }

  .sp\:\!mt-19{
    margin-top: 1.1875rem !important;
  }

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

  .sp\:\!mt-20{
    margin-top: 1.25rem !important;
  }

  .sp\:\!mt-22{
    margin-top: 1.375rem !important;
  }

  .sp\:\!mt-24{
    margin-top: 1.5rem !important;
  }

  .sp\:\!mt-25{
    margin-top: 1.5625rem !important;
  }

  .sp\:\!mt-26{
    margin-top: 1.625rem !important;
  }

  .sp\:\!mt-28{
    margin-top: 1.75rem !important;
  }

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

  .sp\:\!mt-30{
    margin-top: 1.875rem !important;
  }

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

  .sp\:\!mt-34{
    margin-top: 2.125rem !important;
  }

  .sp\:\!mt-35{
    margin-top: 2.1875rem !important;
  }

  .sp\:\!mt-36{
    margin-top: 2.25rem !important;
  }

  .sp\:\!mt-38{
    margin-top: 2.375rem !important;
  }

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

  .sp\:\!mt-40{
    margin-top: 2.5rem !important;
  }

  .sp\:\!mt-44{
    margin-top: 2.75rem !important;
  }

  .sp\:\!mt-45{
    margin-top: 2.8125rem !important;
  }

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

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

  .sp\:\!mt-50{
    margin-top: 3.125rem !important;
  }

  .sp\:\!mt-52{
    margin-top: 3.25rem !important;
  }

  .sp\:\!mt-55{
    margin-top: 3.4375rem !important;
  }

  .sp\:\!mt-56{
    margin-top: 3.5rem !important;
  }

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

  .sp\:\!mt-60{
    margin-top: 3.75rem !important;
  }

  .sp\:\!mt-65{
    margin-top: 4.0625rem !important;
  }

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

  .sp\:\!mt-70{
    margin-top: 4.375rem !important;
  }

  .sp\:\!mt-75{
    margin-top: 4.6875rem !important;
  }

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

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

  .sp\:\!mt-85{
    margin-top: 5.3125rem !important;
  }

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

  .sp\:\!mt-90{
    margin-top: 5.625rem !important;
  }

  .sp\:\!mt-95{
    margin-top: 5.9375rem !important;
  }

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

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

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

  .sp\:mb-100{
    margin-bottom: 6.25rem;
  }

  .sp\:mb-105{
    margin-bottom: 6.5625rem;
  }

  .sp\:mb-11{
    margin-bottom: 0.6875rem;
  }

  .sp\:mb-110{
    margin-bottom: 6.875rem;
  }

  .sp\:mb-115{
    margin-bottom: 7.1875rem;
  }

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

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

  .sp\:mb-13{
    margin-bottom: 0.8125rem;
  }

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

  .sp\:mb-15{
    margin-bottom: 0.9375rem;
  }

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

  .sp\:mb-17{
    margin-bottom: 1.0625rem;
  }

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

  .sp\:mb-19{
    margin-bottom: 1.1875rem;
  }

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

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

  .sp\:mb-22{
    margin-bottom: 1.375rem;
  }

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

  .sp\:mb-240{
    margin-bottom: 15rem;
  }

  .sp\:mb-25{
    margin-bottom: 1.5625rem;
  }

  .sp\:mb-26{
    margin-bottom: 1.625rem;
  }

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

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

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

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

  .sp\:mb-34{
    margin-bottom: 2.125rem;
  }

  .sp\:mb-35{
    margin-bottom: 2.1875rem;
  }

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

  .sp\:mb-38{
    margin-bottom: 2.375rem;
  }

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

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

  .sp\:mb-44{
    margin-bottom: 2.75rem;
  }

  .sp\:mb-45{
    margin-bottom: 2.8125rem;
  }

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

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

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

  .sp\:mb-52{
    margin-bottom: 3.25rem;
  }

  .sp\:mb-55{
    margin-bottom: 3.4375rem;
  }

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

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

  .sp\:mb-60{
    margin-bottom: 3.75rem;
  }

  .sp\:mb-65{
    margin-bottom: 4.0625rem;
  }

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

  .sp\:mb-70{
    margin-bottom: 4.375rem;
  }

  .sp\:mb-75{
    margin-bottom: 4.6875rem;
  }

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

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

  .sp\:mb-85{
    margin-bottom: 5.3125rem;
  }

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

  .sp\:mb-90{
    margin-bottom: 5.625rem;
  }

  .sp\:mb-95{
    margin-bottom: 5.9375rem;
  }

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

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

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

  .sp\:ml-100{
    margin-left: 6.25rem;
  }

  .sp\:ml-105{
    margin-left: 6.5625rem;
  }

  .sp\:ml-11{
    margin-left: 0.6875rem;
  }

  .sp\:ml-110{
    margin-left: 6.875rem;
  }

  .sp\:ml-115{
    margin-left: 7.1875rem;
  }

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

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

  .sp\:ml-13{
    margin-left: 0.8125rem;
  }

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

  .sp\:ml-15{
    margin-left: 0.9375rem;
  }

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

  .sp\:ml-17{
    margin-left: 1.0625rem;
  }

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

  .sp\:ml-19{
    margin-left: 1.1875rem;
  }

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

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

  .sp\:ml-22{
    margin-left: 1.375rem;
  }

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

  .sp\:ml-25{
    margin-left: 1.5625rem;
  }

  .sp\:ml-26{
    margin-left: 1.625rem;
  }

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

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

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

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

  .sp\:ml-34{
    margin-left: 2.125rem;
  }

  .sp\:ml-35{
    margin-left: 2.1875rem;
  }

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

  .sp\:ml-38{
    margin-left: 2.375rem;
  }

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

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

  .sp\:ml-44{
    margin-left: 2.75rem;
  }

  .sp\:ml-45{
    margin-left: 2.8125rem;
  }

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

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

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

  .sp\:ml-52{
    margin-left: 3.25rem;
  }

  .sp\:ml-55{
    margin-left: 3.4375rem;
  }

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

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

  .sp\:ml-60{
    margin-left: 3.75rem;
  }

  .sp\:ml-65{
    margin-left: 4.0625rem;
  }

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

  .sp\:ml-70{
    margin-left: 4.375rem;
  }

  .sp\:ml-75{
    margin-left: 4.6875rem;
  }

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

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

  .sp\:ml-85{
    margin-left: 5.3125rem;
  }

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

  .sp\:ml-90{
    margin-left: 5.625rem;
  }

  .sp\:ml-95{
    margin-left: 5.9375rem;
  }

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

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

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

  .sp\:mr-100{
    margin-right: 6.25rem;
  }

  .sp\:mr-105{
    margin-right: 6.5625rem;
  }

  .sp\:mr-11{
    margin-right: 0.6875rem;
  }

  .sp\:mr-110{
    margin-right: 6.875rem;
  }

  .sp\:mr-115{
    margin-right: 7.1875rem;
  }

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

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

  .sp\:mr-13{
    margin-right: 0.8125rem;
  }

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

  .sp\:mr-15{
    margin-right: 0.9375rem;
  }

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

  .sp\:mr-17{
    margin-right: 1.0625rem;
  }

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

  .sp\:mr-19{
    margin-right: 1.1875rem;
  }

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

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

  .sp\:mr-22{
    margin-right: 1.375rem;
  }

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

  .sp\:mr-25{
    margin-right: 1.5625rem;
  }

  .sp\:mr-26{
    margin-right: 1.625rem;
  }

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

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

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

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

  .sp\:mr-34{
    margin-right: 2.125rem;
  }

  .sp\:mr-35{
    margin-right: 2.1875rem;
  }

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

  .sp\:mr-38{
    margin-right: 2.375rem;
  }

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

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

  .sp\:mr-44{
    margin-right: 2.75rem;
  }

  .sp\:mr-45{
    margin-right: 2.8125rem;
  }

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

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

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

  .sp\:mr-52{
    margin-right: 3.25rem;
  }

  .sp\:mr-55{
    margin-right: 3.4375rem;
  }

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

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

  .sp\:mr-60{
    margin-right: 3.75rem;
  }

  .sp\:mr-65{
    margin-right: 4.0625rem;
  }

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

  .sp\:mr-70{
    margin-right: 4.375rem;
  }

  .sp\:mr-75{
    margin-right: 4.6875rem;
  }

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

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

  .sp\:mr-85{
    margin-right: 5.3125rem;
  }

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

  .sp\:mr-90{
    margin-right: 5.625rem;
  }

  .sp\:mr-95{
    margin-right: 5.9375rem;
  }

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

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

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

  .sp\:mt-100{
    margin-top: 6.25rem;
  }

  .sp\:mt-105{
    margin-top: 6.5625rem;
  }

  .sp\:mt-11{
    margin-top: 0.6875rem;
  }

  .sp\:mt-110{
    margin-top: 6.875rem;
  }

  .sp\:mt-115{
    margin-top: 7.1875rem;
  }

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

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

  .sp\:mt-13{
    margin-top: 0.8125rem;
  }

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

  .sp\:mt-15{
    margin-top: 0.9375rem;
  }

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

  .sp\:mt-17{
    margin-top: 1.0625rem;
  }

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

  .sp\:mt-19{
    margin-top: 1.1875rem;
  }

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

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

  .sp\:mt-22{
    margin-top: 1.375rem;
  }

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

  .sp\:mt-25{
    margin-top: 1.5625rem;
  }

  .sp\:mt-26{
    margin-top: 1.625rem;
  }

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

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

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

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

  .sp\:mt-34{
    margin-top: 2.125rem;
  }

  .sp\:mt-35{
    margin-top: 2.1875rem;
  }

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

  .sp\:mt-38{
    margin-top: 2.375rem;
  }

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

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

  .sp\:mt-44{
    margin-top: 2.75rem;
  }

  .sp\:mt-45{
    margin-top: 2.8125rem;
  }

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

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

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

  .sp\:mt-52{
    margin-top: 3.25rem;
  }

  .sp\:mt-55{
    margin-top: 3.4375rem;
  }

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

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

  .sp\:mt-60{
    margin-top: 3.75rem;
  }

  .sp\:mt-65{
    margin-top: 4.0625rem;
  }

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

  .sp\:mt-70{
    margin-top: 4.375rem;
  }

  .sp\:mt-75{
    margin-top: 4.6875rem;
  }

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

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

  .sp\:mt-85{
    margin-top: 5.3125rem;
  }

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

  .sp\:mt-90{
    margin-top: 5.625rem;
  }

  .sp\:mt-95{
    margin-top: 5.9375rem;
  }

  .sp\:\!block{
    display: block !important;
  }

  .sp\:block{
    display: block;
  }

  .sp\:\!inline-block{
    display: inline-block !important;
  }

  .sp\:inline-block{
    display: inline-block;
  }

  .sp\:\!inline{
    display: inline !important;
  }

  .sp\:inline{
    display: inline;
  }

  .sp\:\!flex{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .sp\:flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sp\:\!table{
    display: table !important;
  }

  .sp\:table{
    display: table;
  }

  .sp\:\!inline-table{
    display: inline-table !important;
  }

  .sp\:inline-table{
    display: inline-table;
  }

  .sp\:\!table-caption{
    display: table-caption !important;
  }

  .sp\:table-caption{
    display: table-caption;
  }

  .sp\:\!table-cell{
    display: table-cell !important;
  }

  .sp\:table-cell{
    display: table-cell;
  }

  .sp\:\!table-column{
    display: table-column !important;
  }

  .sp\:table-column{
    display: table-column;
  }

  .sp\:\!table-column-group{
    display: table-column-group !important;
  }

  .sp\:table-column-group{
    display: table-column-group;
  }

  .sp\:\!table-footer-group{
    display: table-footer-group !important;
  }

  .sp\:table-footer-group{
    display: table-footer-group;
  }

  .sp\:\!table-header-group{
    display: table-header-group !important;
  }

  .sp\:table-header-group{
    display: table-header-group;
  }

  .sp\:\!table-row-group{
    display: table-row-group !important;
  }

  .sp\:table-row-group{
    display: table-row-group;
  }

  .sp\:\!table-row{
    display: table-row !important;
  }

  .sp\:table-row{
    display: table-row;
  }

  .sp\:\!grid{
    display: -ms-grid !important;
    display: grid !important;
  }

  .sp\:grid{
    display: -ms-grid;
    display: grid;
  }

  .sp\:\!inline-grid{
    display: -ms-inline-grid !important;
    display: inline-grid !important;
  }

  .sp\:inline-grid{
    display: -ms-inline-grid;
    display: inline-grid;
  }

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

  .sp\:\!w-fit{
    width: -moz-fit-content !important;
    width: -webkit-fit-content !important;
    width: fit-content !important;
  }

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

  .sp\:\!w-max{
    width: -moz-max-content !important;
    width: -webkit-max-content !important;
    width: max-content !important;
  }

  .sp\:\!w-min{
    width: -moz-min-content !important;
    width: -webkit-min-content !important;
    width: min-content !important;
  }

  .sp\:w-auto{
    width: auto;
  }

  .sp\:w-fit{
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
  }

  .sp\:w-full{
    width: 100%;
  }

  .sp\:w-max{
    width: -moz-max-content;
    width: -webkit-max-content;
    width: max-content;
  }

  .sp\:w-min{
    width: -moz-min-content;
    width: -webkit-min-content;
    width: min-content;
  }

  .sp\:\!table-auto{
    table-layout: auto !important;
  }

  .sp\:table-auto{
    table-layout: auto;
  }

  .sp\:\!table-fixed{
    table-layout: fixed !important;
  }

  .sp\:table-fixed{
    table-layout: fixed;
  }

  .sp\:\!border-collapse{
    border-collapse: collapse !important;
  }

  .sp\:border-collapse{
    border-collapse: collapse;
  }

  .sp\:\!border-separate{
    border-collapse: separate !important;
  }

  .sp\:border-separate{
    border-collapse: separate;
  }

  .sp\:\!grid-cols-1{
    -ms-grid-columns: (minmax(0, 1fr))[1] !important;
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .sp\:\!grid-cols-10{
    -ms-grid-columns: (minmax(0, 1fr))[10] !important;
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .sp\:\!grid-cols-11{
    -ms-grid-columns: (minmax(0, 1fr))[11] !important;
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .sp\:\!grid-cols-12{
    -ms-grid-columns: (minmax(0, 1fr))[12] !important;
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .sp\:\!grid-cols-2{
    -ms-grid-columns: (minmax(0, 1fr))[2] !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .sp\:\!grid-cols-3{
    -ms-grid-columns: (minmax(0, 1fr))[3] !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .sp\:\!grid-cols-4{
    -ms-grid-columns: (minmax(0, 1fr))[4] !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .sp\:\!grid-cols-5{
    -ms-grid-columns: (minmax(0, 1fr))[5] !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .sp\:\!grid-cols-6{
    -ms-grid-columns: (minmax(0, 1fr))[6] !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .sp\:\!grid-cols-7{
    -ms-grid-columns: (minmax(0, 1fr))[7] !important;
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .sp\:\!grid-cols-8{
    -ms-grid-columns: (minmax(0, 1fr))[8] !important;
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .sp\:\!grid-cols-9{
    -ms-grid-columns: (minmax(0, 1fr))[9] !important;
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .sp\:grid-cols-1{
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sp\:grid-cols-10{
    -ms-grid-columns: (minmax(0, 1fr))[10];
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .sp\:grid-cols-11{
    -ms-grid-columns: (minmax(0, 1fr))[11];
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .sp\:grid-cols-12{
    -ms-grid-columns: (minmax(0, 1fr))[12];
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .sp\:grid-cols-2{
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sp\:grid-cols-3{
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sp\:grid-cols-4{
    -ms-grid-columns: (minmax(0, 1fr))[4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sp\:grid-cols-5{
    -ms-grid-columns: (minmax(0, 1fr))[5];
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sp\:grid-cols-6{
    -ms-grid-columns: (minmax(0, 1fr))[6];
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sp\:grid-cols-7{
    -ms-grid-columns: (minmax(0, 1fr))[7];
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .sp\:grid-cols-8{
    -ms-grid-columns: (minmax(0, 1fr))[8];
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .sp\:grid-cols-9{
    -ms-grid-columns: (minmax(0, 1fr))[9];
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .sp\:\!grid-rows-1{
    -ms-grid-rows: (minmax(0, 1fr))[1] !important;
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .sp\:\!grid-rows-2{
    -ms-grid-rows: (minmax(0, 1fr))[2] !important;
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .sp\:\!grid-rows-3{
    -ms-grid-rows: (minmax(0, 1fr))[3] !important;
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .sp\:\!grid-rows-4{
    -ms-grid-rows: (minmax(0, 1fr))[4] !important;
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .sp\:\!grid-rows-5{
    -ms-grid-rows: (minmax(0, 1fr))[5] !important;
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .sp\:\!grid-rows-6{
    -ms-grid-rows: (minmax(0, 1fr))[6] !important;
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .sp\:grid-rows-1{
    -ms-grid-rows: (minmax(0, 1fr))[1];
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .sp\:grid-rows-2{
    -ms-grid-rows: (minmax(0, 1fr))[2];
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .sp\:grid-rows-3{
    -ms-grid-rows: (minmax(0, 1fr))[3];
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .sp\:grid-rows-4{
    -ms-grid-rows: (minmax(0, 1fr))[4];
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .sp\:grid-rows-5{
    -ms-grid-rows: (minmax(0, 1fr))[5];
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .sp\:grid-rows-6{
    -ms-grid-rows: (minmax(0, 1fr))[6];
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .sp\:\!flex-row{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .sp\:flex-row{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .sp\:\!flex-row-reverse{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .sp\:flex-row-reverse{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .sp\:\!flex-col{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .sp\:flex-col{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .sp\:\!flex-col-reverse{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .sp\:flex-col-reverse{
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .sp\:\!items-start{
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .sp\:items-start{
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .sp\:\!items-end{
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .sp\:items-end{
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .sp\:\!items-center{
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .sp\:items-center{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .sp\:\!justify-normal{
    -webkit-box-pack: normal !important;
        -ms-flex-pack: normal !important;
            justify-content: normal !important;
  }

  .sp\:justify-normal{
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
  }

  .sp\:\!justify-start{
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .sp\:justify-start{
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .sp\:\!justify-end{
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .sp\:justify-end{
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .sp\:\!justify-center{
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .sp\:justify-center{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .sp\:\!justify-between{
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .sp\:justify-between{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .sp\:\!justify-around{
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .sp\:justify-around{
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .sp\:\!gap-0{
    gap: 0px !important;
  }

  .sp\:\!gap-1{
    gap: 0.0625rem !important;
  }

  .sp\:\!gap-10{
    gap: 0.625rem !important;
  }

  .sp\:\!gap-11{
    gap: 0.6875rem !important;
  }

  .sp\:\!gap-12{
    gap: 0.75rem !important;
  }

  .sp\:\!gap-13{
    gap: 0.8125rem !important;
  }

  .sp\:\!gap-14{
    gap: 0.875rem !important;
  }

  .sp\:\!gap-15{
    gap: 0.9375rem !important;
  }

  .sp\:\!gap-16{
    gap: 1rem !important;
  }

  .sp\:\!gap-17{
    gap: 1.0625rem !important;
  }

  .sp\:\!gap-18{
    gap: 1.125rem !important;
  }

  .sp\:\!gap-19{
    gap: 1.1875rem !important;
  }

  .sp\:\!gap-2{
    gap: 0.125rem !important;
  }

  .sp\:\!gap-20{
    gap: 1.25rem !important;
  }

  .sp\:\!gap-22{
    gap: 1.375rem !important;
  }

  .sp\:\!gap-24{
    gap: 1.5rem !important;
  }

  .sp\:\!gap-25{
    gap: 1.5625rem !important;
  }

  .sp\:\!gap-26{
    gap: 1.625rem !important;
  }

  .sp\:\!gap-28{
    gap: 1.75rem !important;
  }

  .sp\:\!gap-3{
    gap: 0.1875rem !important;
  }

  .sp\:\!gap-30{
    gap: 1.875rem !important;
  }

  .sp\:\!gap-32{
    gap: 2rem !important;
  }

  .sp\:\!gap-34{
    gap: 2.125rem !important;
  }

  .sp\:\!gap-35{
    gap: 2.1875rem !important;
  }

  .sp\:\!gap-36{
    gap: 2.25rem !important;
  }

  .sp\:\!gap-38{
    gap: 2.375rem !important;
  }

  .sp\:\!gap-4{
    gap: 0.25rem !important;
  }

  .sp\:\!gap-40{
    gap: 2.5rem !important;
  }

  .sp\:\!gap-44{
    gap: 2.75rem !important;
  }

  .sp\:\!gap-45{
    gap: 2.8125rem !important;
  }

  .sp\:\!gap-48{
    gap: 3rem !important;
  }

  .sp\:\!gap-5{
    gap: 0.3125rem !important;
  }

  .sp\:\!gap-50{
    gap: 3.125rem !important;
  }

  .sp\:\!gap-52{
    gap: 3.25rem !important;
  }

  .sp\:\!gap-55{
    gap: 3.4375rem !important;
  }

  .sp\:\!gap-56{
    gap: 3.5rem !important;
  }

  .sp\:\!gap-6{
    gap: 0.375rem !important;
  }

  .sp\:\!gap-60{
    gap: 3.75rem !important;
  }

  .sp\:\!gap-64{
    gap: 4rem !important;
  }

  .sp\:\!gap-7{
    gap: 0.4375rem !important;
  }

  .sp\:\!gap-8{
    gap: 0.5rem !important;
  }

  .sp\:\!gap-9{
    gap: 0.5625rem !important;
  }

  .sp\:gap-0{
    gap: 0px;
  }

  .sp\:gap-1{
    gap: 0.0625rem;
  }

  .sp\:gap-10{
    gap: 0.625rem;
  }

  .sp\:gap-11{
    gap: 0.6875rem;
  }

  .sp\:gap-12{
    gap: 0.75rem;
  }

  .sp\:gap-13{
    gap: 0.8125rem;
  }

  .sp\:gap-14{
    gap: 0.875rem;
  }

  .sp\:gap-15{
    gap: 0.9375rem;
  }

  .sp\:gap-16{
    gap: 1rem;
  }

  .sp\:gap-17{
    gap: 1.0625rem;
  }

  .sp\:gap-18{
    gap: 1.125rem;
  }

  .sp\:gap-19{
    gap: 1.1875rem;
  }

  .sp\:gap-2{
    gap: 0.125rem;
  }

  .sp\:gap-20{
    gap: 1.25rem;
  }

  .sp\:gap-22{
    gap: 1.375rem;
  }

  .sp\:gap-24{
    gap: 1.5rem;
  }

  .sp\:gap-25{
    gap: 1.5625rem;
  }

  .sp\:gap-26{
    gap: 1.625rem;
  }

  .sp\:gap-28{
    gap: 1.75rem;
  }

  .sp\:gap-3{
    gap: 0.1875rem;
  }

  .sp\:gap-30{
    gap: 1.875rem;
  }

  .sp\:gap-32{
    gap: 2rem;
  }

  .sp\:gap-34{
    gap: 2.125rem;
  }

  .sp\:gap-35{
    gap: 2.1875rem;
  }

  .sp\:gap-36{
    gap: 2.25rem;
  }

  .sp\:gap-38{
    gap: 2.375rem;
  }

  .sp\:gap-4{
    gap: 0.25rem;
  }

  .sp\:gap-40{
    gap: 2.5rem;
  }

  .sp\:gap-44{
    gap: 2.75rem;
  }

  .sp\:gap-45{
    gap: 2.8125rem;
  }

  .sp\:gap-48{
    gap: 3rem;
  }

  .sp\:gap-5{
    gap: 0.3125rem;
  }

  .sp\:gap-50{
    gap: 3.125rem;
  }

  .sp\:gap-52{
    gap: 3.25rem;
  }

  .sp\:gap-55{
    gap: 3.4375rem;
  }

  .sp\:gap-56{
    gap: 3.5rem;
  }

  .sp\:gap-6{
    gap: 0.375rem;
  }

  .sp\:gap-60{
    gap: 3.75rem;
  }

  .sp\:gap-64{
    gap: 4rem;
  }

  .sp\:gap-7{
    gap: 0.4375rem;
  }

  .sp\:gap-8{
    gap: 0.5rem;
  }

  .sp\:gap-9{
    gap: 0.5625rem;
  }

  .sp\:\!gap-x-0{
    -moz-column-gap: 0px !important;
         -webkit-column-gap: 0px !important;
            column-gap: 0px !important;
  }

  .sp\:\!gap-x-1{
    -moz-column-gap: 0.0625rem !important;
         -webkit-column-gap: 0.0625rem !important;
            column-gap: 0.0625rem !important;
  }

  .sp\:\!gap-x-10{
    -moz-column-gap: 0.625rem !important;
         -webkit-column-gap: 0.625rem !important;
            column-gap: 0.625rem !important;
  }

  .sp\:\!gap-x-11{
    -moz-column-gap: 0.6875rem !important;
         -webkit-column-gap: 0.6875rem !important;
            column-gap: 0.6875rem !important;
  }

  .sp\:\!gap-x-12{
    -moz-column-gap: 0.75rem !important;
         -webkit-column-gap: 0.75rem !important;
            column-gap: 0.75rem !important;
  }

  .sp\:\!gap-x-13{
    -moz-column-gap: 0.8125rem !important;
         -webkit-column-gap: 0.8125rem !important;
            column-gap: 0.8125rem !important;
  }

  .sp\:\!gap-x-14{
    -moz-column-gap: 0.875rem !important;
         -webkit-column-gap: 0.875rem !important;
            column-gap: 0.875rem !important;
  }

  .sp\:\!gap-x-15{
    -moz-column-gap: 0.9375rem !important;
         -webkit-column-gap: 0.9375rem !important;
            column-gap: 0.9375rem !important;
  }

  .sp\:\!gap-x-16{
    -moz-column-gap: 1rem !important;
         -webkit-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }

  .sp\:\!gap-x-17{
    -moz-column-gap: 1.0625rem !important;
         -webkit-column-gap: 1.0625rem !important;
            column-gap: 1.0625rem !important;
  }

  .sp\:\!gap-x-18{
    -moz-column-gap: 1.125rem !important;
         -webkit-column-gap: 1.125rem !important;
            column-gap: 1.125rem !important;
  }

  .sp\:\!gap-x-19{
    -moz-column-gap: 1.1875rem !important;
         -webkit-column-gap: 1.1875rem !important;
            column-gap: 1.1875rem !important;
  }

  .sp\:\!gap-x-2{
    -moz-column-gap: 0.125rem !important;
         -webkit-column-gap: 0.125rem !important;
            column-gap: 0.125rem !important;
  }

  .sp\:\!gap-x-20{
    -moz-column-gap: 1.25rem !important;
         -webkit-column-gap: 1.25rem !important;
            column-gap: 1.25rem !important;
  }

  .sp\:\!gap-x-22{
    -moz-column-gap: 1.375rem !important;
         -webkit-column-gap: 1.375rem !important;
            column-gap: 1.375rem !important;
  }

  .sp\:\!gap-x-24{
    -moz-column-gap: 1.5rem !important;
         -webkit-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }

  .sp\:\!gap-x-25{
    -moz-column-gap: 1.5625rem !important;
         -webkit-column-gap: 1.5625rem !important;
            column-gap: 1.5625rem !important;
  }

  .sp\:\!gap-x-26{
    -moz-column-gap: 1.625rem !important;
         -webkit-column-gap: 1.625rem !important;
            column-gap: 1.625rem !important;
  }

  .sp\:\!gap-x-28{
    -moz-column-gap: 1.75rem !important;
         -webkit-column-gap: 1.75rem !important;
            column-gap: 1.75rem !important;
  }

  .sp\:\!gap-x-3{
    -moz-column-gap: 0.1875rem !important;
         -webkit-column-gap: 0.1875rem !important;
            column-gap: 0.1875rem !important;
  }

  .sp\:\!gap-x-30{
    -moz-column-gap: 1.875rem !important;
         -webkit-column-gap: 1.875rem !important;
            column-gap: 1.875rem !important;
  }

  .sp\:\!gap-x-32{
    -moz-column-gap: 2rem !important;
         -webkit-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }

  .sp\:\!gap-x-34{
    -moz-column-gap: 2.125rem !important;
         -webkit-column-gap: 2.125rem !important;
            column-gap: 2.125rem !important;
  }

  .sp\:\!gap-x-35{
    -moz-column-gap: 2.1875rem !important;
         -webkit-column-gap: 2.1875rem !important;
            column-gap: 2.1875rem !important;
  }

  .sp\:\!gap-x-36{
    -moz-column-gap: 2.25rem !important;
         -webkit-column-gap: 2.25rem !important;
            column-gap: 2.25rem !important;
  }

  .sp\:\!gap-x-38{
    -moz-column-gap: 2.375rem !important;
         -webkit-column-gap: 2.375rem !important;
            column-gap: 2.375rem !important;
  }

  .sp\:\!gap-x-4{
    -moz-column-gap: 0.25rem !important;
         -webkit-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }

  .sp\:\!gap-x-40{
    -moz-column-gap: 2.5rem !important;
         -webkit-column-gap: 2.5rem !important;
            column-gap: 2.5rem !important;
  }

  .sp\:\!gap-x-44{
    -moz-column-gap: 2.75rem !important;
         -webkit-column-gap: 2.75rem !important;
            column-gap: 2.75rem !important;
  }

  .sp\:\!gap-x-45{
    -moz-column-gap: 2.8125rem !important;
         -webkit-column-gap: 2.8125rem !important;
            column-gap: 2.8125rem !important;
  }

  .sp\:\!gap-x-48{
    -moz-column-gap: 3rem !important;
         -webkit-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }

  .sp\:\!gap-x-5{
    -moz-column-gap: 0.3125rem !important;
         -webkit-column-gap: 0.3125rem !important;
            column-gap: 0.3125rem !important;
  }

  .sp\:\!gap-x-50{
    -moz-column-gap: 3.125rem !important;
         -webkit-column-gap: 3.125rem !important;
            column-gap: 3.125rem !important;
  }

  .sp\:\!gap-x-52{
    -moz-column-gap: 3.25rem !important;
         -webkit-column-gap: 3.25rem !important;
            column-gap: 3.25rem !important;
  }

  .sp\:\!gap-x-55{
    -moz-column-gap: 3.4375rem !important;
         -webkit-column-gap: 3.4375rem !important;
            column-gap: 3.4375rem !important;
  }

  .sp\:\!gap-x-56{
    -moz-column-gap: 3.5rem !important;
         -webkit-column-gap: 3.5rem !important;
            column-gap: 3.5rem !important;
  }

  .sp\:\!gap-x-6{
    -moz-column-gap: 0.375rem !important;
         -webkit-column-gap: 0.375rem !important;
            column-gap: 0.375rem !important;
  }

  .sp\:\!gap-x-60{
    -moz-column-gap: 3.75rem !important;
         -webkit-column-gap: 3.75rem !important;
            column-gap: 3.75rem !important;
  }

  .sp\:\!gap-x-64{
    -moz-column-gap: 4rem !important;
         -webkit-column-gap: 4rem !important;
            column-gap: 4rem !important;
  }

  .sp\:\!gap-x-7{
    -moz-column-gap: 0.4375rem !important;
         -webkit-column-gap: 0.4375rem !important;
            column-gap: 0.4375rem !important;
  }

  .sp\:\!gap-x-8{
    -moz-column-gap: 0.5rem !important;
         -webkit-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }

  .sp\:\!gap-x-9{
    -moz-column-gap: 0.5625rem !important;
         -webkit-column-gap: 0.5625rem !important;
            column-gap: 0.5625rem !important;
  }

  .sp\:\!gap-y-0{
    row-gap: 0px !important;
  }

  .sp\:\!gap-y-1{
    row-gap: 0.0625rem !important;
  }

  .sp\:\!gap-y-10{
    row-gap: 0.625rem !important;
  }

  .sp\:\!gap-y-11{
    row-gap: 0.6875rem !important;
  }

  .sp\:\!gap-y-12{
    row-gap: 0.75rem !important;
  }

  .sp\:\!gap-y-13{
    row-gap: 0.8125rem !important;
  }

  .sp\:\!gap-y-14{
    row-gap: 0.875rem !important;
  }

  .sp\:\!gap-y-15{
    row-gap: 0.9375rem !important;
  }

  .sp\:\!gap-y-16{
    row-gap: 1rem !important;
  }

  .sp\:\!gap-y-17{
    row-gap: 1.0625rem !important;
  }

  .sp\:\!gap-y-18{
    row-gap: 1.125rem !important;
  }

  .sp\:\!gap-y-19{
    row-gap: 1.1875rem !important;
  }

  .sp\:\!gap-y-2{
    row-gap: 0.125rem !important;
  }

  .sp\:\!gap-y-20{
    row-gap: 1.25rem !important;
  }

  .sp\:\!gap-y-22{
    row-gap: 1.375rem !important;
  }

  .sp\:\!gap-y-24{
    row-gap: 1.5rem !important;
  }

  .sp\:\!gap-y-25{
    row-gap: 1.5625rem !important;
  }

  .sp\:\!gap-y-26{
    row-gap: 1.625rem !important;
  }

  .sp\:\!gap-y-28{
    row-gap: 1.75rem !important;
  }

  .sp\:\!gap-y-3{
    row-gap: 0.1875rem !important;
  }

  .sp\:\!gap-y-30{
    row-gap: 1.875rem !important;
  }

  .sp\:\!gap-y-32{
    row-gap: 2rem !important;
  }

  .sp\:\!gap-y-34{
    row-gap: 2.125rem !important;
  }

  .sp\:\!gap-y-35{
    row-gap: 2.1875rem !important;
  }

  .sp\:\!gap-y-36{
    row-gap: 2.25rem !important;
  }

  .sp\:\!gap-y-38{
    row-gap: 2.375rem !important;
  }

  .sp\:\!gap-y-4{
    row-gap: 0.25rem !important;
  }

  .sp\:\!gap-y-40{
    row-gap: 2.5rem !important;
  }

  .sp\:\!gap-y-44{
    row-gap: 2.75rem !important;
  }

  .sp\:\!gap-y-45{
    row-gap: 2.8125rem !important;
  }

  .sp\:\!gap-y-48{
    row-gap: 3rem !important;
  }

  .sp\:\!gap-y-5{
    row-gap: 0.3125rem !important;
  }

  .sp\:\!gap-y-50{
    row-gap: 3.125rem !important;
  }

  .sp\:\!gap-y-52{
    row-gap: 3.25rem !important;
  }

  .sp\:\!gap-y-55{
    row-gap: 3.4375rem !important;
  }

  .sp\:\!gap-y-56{
    row-gap: 3.5rem !important;
  }

  .sp\:\!gap-y-6{
    row-gap: 0.375rem !important;
  }

  .sp\:\!gap-y-60{
    row-gap: 3.75rem !important;
  }

  .sp\:\!gap-y-64{
    row-gap: 4rem !important;
  }

  .sp\:\!gap-y-7{
    row-gap: 0.4375rem !important;
  }

  .sp\:\!gap-y-8{
    row-gap: 0.5rem !important;
  }

  .sp\:\!gap-y-9{
    row-gap: 0.5625rem !important;
  }

  .sp\:gap-x-0{
    -moz-column-gap: 0px;
         -webkit-column-gap: 0px;
            column-gap: 0px;
  }

  .sp\:gap-x-1{
    -moz-column-gap: 0.0625rem;
         -webkit-column-gap: 0.0625rem;
            column-gap: 0.0625rem;
  }

  .sp\:gap-x-10{
    -moz-column-gap: 0.625rem;
         -webkit-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }

  .sp\:gap-x-11{
    -moz-column-gap: 0.6875rem;
         -webkit-column-gap: 0.6875rem;
            column-gap: 0.6875rem;
  }

  .sp\:gap-x-12{
    -moz-column-gap: 0.75rem;
         -webkit-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }

  .sp\:gap-x-13{
    -moz-column-gap: 0.8125rem;
         -webkit-column-gap: 0.8125rem;
            column-gap: 0.8125rem;
  }

  .sp\:gap-x-14{
    -moz-column-gap: 0.875rem;
         -webkit-column-gap: 0.875rem;
            column-gap: 0.875rem;
  }

  .sp\:gap-x-15{
    -moz-column-gap: 0.9375rem;
         -webkit-column-gap: 0.9375rem;
            column-gap: 0.9375rem;
  }

  .sp\:gap-x-16{
    -moz-column-gap: 1rem;
         -webkit-column-gap: 1rem;
            column-gap: 1rem;
  }

  .sp\:gap-x-17{
    -moz-column-gap: 1.0625rem;
         -webkit-column-gap: 1.0625rem;
            column-gap: 1.0625rem;
  }

  .sp\:gap-x-18{
    -moz-column-gap: 1.125rem;
         -webkit-column-gap: 1.125rem;
            column-gap: 1.125rem;
  }

  .sp\:gap-x-19{
    -moz-column-gap: 1.1875rem;
         -webkit-column-gap: 1.1875rem;
            column-gap: 1.1875rem;
  }

  .sp\:gap-x-2{
    -moz-column-gap: 0.125rem;
         -webkit-column-gap: 0.125rem;
            column-gap: 0.125rem;
  }

  .sp\:gap-x-20{
    -moz-column-gap: 1.25rem;
         -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  .sp\:gap-x-22{
    -moz-column-gap: 1.375rem;
         -webkit-column-gap: 1.375rem;
            column-gap: 1.375rem;
  }

  .sp\:gap-x-24{
    -moz-column-gap: 1.5rem;
         -webkit-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }

  .sp\:gap-x-25{
    -moz-column-gap: 1.5625rem;
         -webkit-column-gap: 1.5625rem;
            column-gap: 1.5625rem;
  }

  .sp\:gap-x-26{
    -moz-column-gap: 1.625rem;
         -webkit-column-gap: 1.625rem;
            column-gap: 1.625rem;
  }

  .sp\:gap-x-28{
    -moz-column-gap: 1.75rem;
         -webkit-column-gap: 1.75rem;
            column-gap: 1.75rem;
  }

  .sp\:gap-x-3{
    -moz-column-gap: 0.1875rem;
         -webkit-column-gap: 0.1875rem;
            column-gap: 0.1875rem;
  }

  .sp\:gap-x-30{
    -moz-column-gap: 1.875rem;
         -webkit-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }

  .sp\:gap-x-32{
    -moz-column-gap: 2rem;
         -webkit-column-gap: 2rem;
            column-gap: 2rem;
  }

  .sp\:gap-x-34{
    -moz-column-gap: 2.125rem;
         -webkit-column-gap: 2.125rem;
            column-gap: 2.125rem;
  }

  .sp\:gap-x-35{
    -moz-column-gap: 2.1875rem;
         -webkit-column-gap: 2.1875rem;
            column-gap: 2.1875rem;
  }

  .sp\:gap-x-36{
    -moz-column-gap: 2.25rem;
         -webkit-column-gap: 2.25rem;
            column-gap: 2.25rem;
  }

  .sp\:gap-x-38{
    -moz-column-gap: 2.375rem;
         -webkit-column-gap: 2.375rem;
            column-gap: 2.375rem;
  }

  .sp\:gap-x-4{
    -moz-column-gap: 0.25rem;
         -webkit-column-gap: 0.25rem;
            column-gap: 0.25rem;
  }

  .sp\:gap-x-40{
    -moz-column-gap: 2.5rem;
         -webkit-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }

  .sp\:gap-x-44{
    -moz-column-gap: 2.75rem;
         -webkit-column-gap: 2.75rem;
            column-gap: 2.75rem;
  }

  .sp\:gap-x-45{
    -moz-column-gap: 2.8125rem;
         -webkit-column-gap: 2.8125rem;
            column-gap: 2.8125rem;
  }

  .sp\:gap-x-48{
    -moz-column-gap: 3rem;
         -webkit-column-gap: 3rem;
            column-gap: 3rem;
  }

  .sp\:gap-x-5{
    -moz-column-gap: 0.3125rem;
         -webkit-column-gap: 0.3125rem;
            column-gap: 0.3125rem;
  }

  .sp\:gap-x-50{
    -moz-column-gap: 3.125rem;
         -webkit-column-gap: 3.125rem;
            column-gap: 3.125rem;
  }

  .sp\:gap-x-52{
    -moz-column-gap: 3.25rem;
         -webkit-column-gap: 3.25rem;
            column-gap: 3.25rem;
  }

  .sp\:gap-x-55{
    -moz-column-gap: 3.4375rem;
         -webkit-column-gap: 3.4375rem;
            column-gap: 3.4375rem;
  }

  .sp\:gap-x-56{
    -moz-column-gap: 3.5rem;
         -webkit-column-gap: 3.5rem;
            column-gap: 3.5rem;
  }

  .sp\:gap-x-6{
    -moz-column-gap: 0.375rem;
         -webkit-column-gap: 0.375rem;
            column-gap: 0.375rem;
  }

  .sp\:gap-x-60{
    -moz-column-gap: 3.75rem;
         -webkit-column-gap: 3.75rem;
            column-gap: 3.75rem;
  }

  .sp\:gap-x-64{
    -moz-column-gap: 4rem;
         -webkit-column-gap: 4rem;
            column-gap: 4rem;
  }

  .sp\:gap-x-7{
    -moz-column-gap: 0.4375rem;
         -webkit-column-gap: 0.4375rem;
            column-gap: 0.4375rem;
  }

  .sp\:gap-x-8{
    -moz-column-gap: 0.5rem;
         -webkit-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }

  .sp\:gap-x-9{
    -moz-column-gap: 0.5625rem;
         -webkit-column-gap: 0.5625rem;
            column-gap: 0.5625rem;
  }

  .sp\:gap-y-0{
    row-gap: 0px;
  }

  .sp\:gap-y-1{
    row-gap: 0.0625rem;
  }

  .sp\:gap-y-10{
    row-gap: 0.625rem;
  }

  .sp\:gap-y-11{
    row-gap: 0.6875rem;
  }

  .sp\:gap-y-12{
    row-gap: 0.75rem;
  }

  .sp\:gap-y-13{
    row-gap: 0.8125rem;
  }

  .sp\:gap-y-14{
    row-gap: 0.875rem;
  }

  .sp\:gap-y-15{
    row-gap: 0.9375rem;
  }

  .sp\:gap-y-16{
    row-gap: 1rem;
  }

  .sp\:gap-y-17{
    row-gap: 1.0625rem;
  }

  .sp\:gap-y-18{
    row-gap: 1.125rem;
  }

  .sp\:gap-y-19{
    row-gap: 1.1875rem;
  }

  .sp\:gap-y-2{
    row-gap: 0.125rem;
  }

  .sp\:gap-y-20{
    row-gap: 1.25rem;
  }

  .sp\:gap-y-22{
    row-gap: 1.375rem;
  }

  .sp\:gap-y-24{
    row-gap: 1.5rem;
  }

  .sp\:gap-y-25{
    row-gap: 1.5625rem;
  }

  .sp\:gap-y-26{
    row-gap: 1.625rem;
  }

  .sp\:gap-y-28{
    row-gap: 1.75rem;
  }

  .sp\:gap-y-3{
    row-gap: 0.1875rem;
  }

  .sp\:gap-y-30{
    row-gap: 1.875rem;
  }

  .sp\:gap-y-32{
    row-gap: 2rem;
  }

  .sp\:gap-y-34{
    row-gap: 2.125rem;
  }

  .sp\:gap-y-35{
    row-gap: 2.1875rem;
  }

  .sp\:gap-y-36{
    row-gap: 2.25rem;
  }

  .sp\:gap-y-38{
    row-gap: 2.375rem;
  }

  .sp\:gap-y-4{
    row-gap: 0.25rem;
  }

  .sp\:gap-y-40{
    row-gap: 2.5rem;
  }

  .sp\:gap-y-44{
    row-gap: 2.75rem;
  }

  .sp\:gap-y-45{
    row-gap: 2.8125rem;
  }

  .sp\:gap-y-48{
    row-gap: 3rem;
  }

  .sp\:gap-y-5{
    row-gap: 0.3125rem;
  }

  .sp\:gap-y-50{
    row-gap: 3.125rem;
  }

  .sp\:gap-y-52{
    row-gap: 3.25rem;
  }

  .sp\:gap-y-55{
    row-gap: 3.4375rem;
  }

  .sp\:gap-y-56{
    row-gap: 3.5rem;
  }

  .sp\:gap-y-6{
    row-gap: 0.375rem;
  }

  .sp\:gap-y-60{
    row-gap: 3.75rem;
  }

  .sp\:gap-y-64{
    row-gap: 4rem;
  }

  .sp\:gap-y-7{
    row-gap: 0.4375rem;
  }

  .sp\:gap-y-8{
    row-gap: 0.5rem;
  }

  .sp\:gap-y-9{
    row-gap: 0.5625rem;
  }

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

  .sp\:overflow-auto{
    overflow: auto;
  }

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

  .sp\:overflow-hidden{
    overflow: hidden;
  }

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

  .sp\:overflow-visible{
    overflow: visible;
  }

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

  .sp\:overflow-scroll{
    overflow: scroll;
  }

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

  .sp\:overflow-x-auto{
    overflow-x: auto;
  }

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

  .sp\:overflow-y-auto{
    overflow-y: auto;
  }

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

  .sp\:overflow-x-hidden{
    overflow-x: hidden;
  }

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

  .sp\:overflow-y-hidden{
    overflow-y: hidden;
  }

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

  .sp\:overflow-x-visible{
    overflow-x: visible;
  }

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

  .sp\:overflow-y-visible{
    overflow-y: visible;
  }

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

  .sp\:overflow-x-scroll{
    overflow-x: scroll;
  }

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

  .sp\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .sp\:\!rounded-10{
    border-radius: 0.625rem !important;
  }

  .sp\:\!rounded-12{
    border-radius: 0.75rem !important;
  }

  .sp\:\!rounded-14{
    border-radius: 0.875rem !important;
  }

  .sp\:\!rounded-15{
    border-radius: 0.9375rem !important;
  }

  .sp\:\!rounded-16{
    border-radius: 1rem !important;
  }

  .sp\:\!rounded-18{
    border-radius: 1.125rem !important;
  }

  .sp\:\!rounded-2{
    border-radius: 0.125rem !important;
  }

  .sp\:\!rounded-20{
    border-radius: 1.25rem !important;
  }

  .sp\:\!rounded-22{
    border-radius: 1.375rem !important;
  }

  .sp\:\!rounded-24{
    border-radius: 1.5rem !important;
  }

  .sp\:\!rounded-25{
    border-radius: 1.5625rem !important;
  }

  .sp\:\!rounded-26{
    border-radius: 1.625rem !important;
  }

  .sp\:\!rounded-28{
    border-radius: 1.75rem !important;
  }

  .sp\:\!rounded-30{
    border-radius: 1.875rem !important;
  }

  .sp\:\!rounded-32{
    border-radius: 2rem !important;
  }

  .sp\:\!rounded-4{
    border-radius: 0.25rem !important;
  }

  .sp\:\!rounded-5{
    border-radius: 0.3125rem !important;
  }

  .sp\:\!rounded-6{
    border-radius: 0.375rem !important;
  }

  .sp\:\!rounded-8{
    border-radius: 0.5rem !important;
  }

  .sp\:rounded-10{
    border-radius: 0.625rem;
  }

  .sp\:rounded-12{
    border-radius: 0.75rem;
  }

  .sp\:rounded-14{
    border-radius: 0.875rem;
  }

  .sp\:rounded-15{
    border-radius: 0.9375rem;
  }

  .sp\:rounded-16{
    border-radius: 1rem;
  }

  .sp\:rounded-18{
    border-radius: 1.125rem;
  }

  .sp\:rounded-2{
    border-radius: 0.125rem;
  }

  .sp\:rounded-20{
    border-radius: 1.25rem;
  }

  .sp\:rounded-22{
    border-radius: 1.375rem;
  }

  .sp\:rounded-24{
    border-radius: 1.5rem;
  }

  .sp\:rounded-25{
    border-radius: 1.5625rem;
  }

  .sp\:rounded-26{
    border-radius: 1.625rem;
  }

  .sp\:rounded-28{
    border-radius: 1.75rem;
  }

  .sp\:rounded-30{
    border-radius: 1.875rem;
  }

  .sp\:rounded-32{
    border-radius: 2rem;
  }

  .sp\:rounded-4{
    border-radius: 0.25rem;
  }

  .sp\:rounded-5{
    border-radius: 0.3125rem;
  }

  .sp\:rounded-6{
    border-radius: 0.375rem;
  }

  .sp\:rounded-8{
    border-radius: 0.5rem;
  }

  .sp\:\!border-main{
    --tw-border-opacity: 1 !important;
    border-color: rgb(26 26 26 / var(--tw-border-opacity)) !important;
  }

  .sp\:\!border-main-100{
    border-color: #1a1a1a1a !important;
  }

  .sp\:\!border-main-200{
    border-color: #1a1a1a33 !important;
  }

  .sp\:\!border-main-300{
    border-color: #1a1a1a4d !important;
  }

  .sp\:\!border-main-400{
    border-color: #1a1a1a66 !important;
  }

  .sp\:\!border-main-500{
    border-color: #1a1a1a80 !important;
  }

  .sp\:\!border-main-600{
    border-color: #1a1a1a99 !important;
  }

  .sp\:\!border-main-700{
    border-color: #1a1a1ab3 !important;
  }

  .sp\:\!border-main-800{
    border-color: #1a1a1acc !important;
  }

  .sp\:\!border-main-900{
    border-color: #1a1a1ae6 !important;
  }

  .sp\:border-main{
    --tw-border-opacity: 1;
    border-color: rgb(26 26 26 / var(--tw-border-opacity));
  }

  .sp\:border-main-100{
    border-color: #1a1a1a1a;
  }

  .sp\:border-main-200{
    border-color: #1a1a1a33;
  }

  .sp\:border-main-300{
    border-color: #1a1a1a4d;
  }

  .sp\:border-main-400{
    border-color: #1a1a1a66;
  }

  .sp\:border-main-500{
    border-color: #1a1a1a80;
  }

  .sp\:border-main-600{
    border-color: #1a1a1a99;
  }

  .sp\:border-main-700{
    border-color: #1a1a1ab3;
  }

  .sp\:border-main-800{
    border-color: #1a1a1acc;
  }

  .sp\:border-main-900{
    border-color: #1a1a1ae6;
  }

  .sp\:\!bg-gray{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(153 153 153 / var(--tw-bg-opacity)) !important;
  }

  .sp\:\!bg-gray-100{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
  }

  .sp\:\!bg-gray-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity)) !important;
  }

  .sp\:\!bg-gray-300{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity)) !important;
  }

  .sp\:\!bg-gray-400{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(156 163 175 / var(--tw-bg-opacity)) !important;
  }

  .sp\:\!bg-gray-500{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(107 114 128 / var(--tw-bg-opacity)) !important;
  }

  .sp\:\!bg-gray-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity)) !important;
  }

  .sp\:\!bg-gray-700{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity)) !important;
  }

  .sp\:\!bg-gray-800{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity)) !important;
  }

  .sp\:\!bg-gray-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity)) !important;
  }

  .sp\:\!bg-main{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(26 26 26 / var(--tw-bg-opacity)) !important;
  }

  .sp\:\!bg-main-100{
    background-color: #1a1a1a1a !important;
  }

  .sp\:\!bg-main-200{
    background-color: #1a1a1a33 !important;
  }

  .sp\:\!bg-main-300{
    background-color: #1a1a1a4d !important;
  }

  .sp\:\!bg-main-400{
    background-color: #1a1a1a66 !important;
  }

  .sp\:\!bg-main-500{
    background-color: #1a1a1a80 !important;
  }

  .sp\:\!bg-main-600{
    background-color: #1a1a1a99 !important;
  }

  .sp\:\!bg-main-700{
    background-color: #1a1a1ab3 !important;
  }

  .sp\:\!bg-main-800{
    background-color: #1a1a1acc !important;
  }

  .sp\:\!bg-main-900{
    background-color: #1a1a1ae6 !important;
  }

  .sp\:bg-gray{
    --tw-bg-opacity: 1;
    background-color: rgb(153 153 153 / var(--tw-bg-opacity));
  }

  .sp\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  }

  .sp\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  }

  .sp\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity));
  }

  .sp\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgb(156 163 175 / var(--tw-bg-opacity));
  }

  .sp\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  }

  .sp\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity));
  }

  .sp\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  }

  .sp\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  }

  .sp\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  }

  .sp\:bg-main{
    --tw-bg-opacity: 1;
    background-color: rgb(26 26 26 / var(--tw-bg-opacity));
  }

  .sp\:bg-main-100{
    background-color: #1a1a1a1a;
  }

  .sp\:bg-main-200{
    background-color: #1a1a1a33;
  }

  .sp\:bg-main-300{
    background-color: #1a1a1a4d;
  }

  .sp\:bg-main-400{
    background-color: #1a1a1a66;
  }

  .sp\:bg-main-500{
    background-color: #1a1a1a80;
  }

  .sp\:bg-main-600{
    background-color: #1a1a1a99;
  }

  .sp\:bg-main-700{
    background-color: #1a1a1ab3;
  }

  .sp\:bg-main-800{
    background-color: #1a1a1acc;
  }

  .sp\:bg-main-900{
    background-color: #1a1a1ae6;
  }

  .sp\:\!p-0{
    padding: 0px !important;
  }

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

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

  .sp\:\!p-100{
    padding: 6.25rem !important;
  }

  .sp\:\!p-105{
    padding: 6.5625rem !important;
  }

  .sp\:\!p-11{
    padding: 0.6875rem !important;
  }

  .sp\:\!p-110{
    padding: 6.875rem !important;
  }

  .sp\:\!p-115{
    padding: 7.1875rem !important;
  }

  .sp\:\!p-12{
    padding: 0.75rem !important;
  }

  .sp\:\!p-120{
    padding: 7.5rem !important;
  }

  .sp\:\!p-13{
    padding: 0.8125rem !important;
  }

  .sp\:\!p-14{
    padding: 0.875rem !important;
  }

  .sp\:\!p-15{
    padding: 0.9375rem !important;
  }

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

  .sp\:\!p-17{
    padding: 1.0625rem !important;
  }

  .sp\:\!p-18{
    padding: 1.125rem !important;
  }

  .sp\:\!p-19{
    padding: 1.1875rem !important;
  }

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

  .sp\:\!p-20{
    padding: 1.25rem !important;
  }

  .sp\:\!p-22{
    padding: 1.375rem !important;
  }

  .sp\:\!p-24{
    padding: 1.5rem !important;
  }

  .sp\:\!p-25{
    padding: 1.5625rem !important;
  }

  .sp\:\!p-26{
    padding: 1.625rem !important;
  }

  .sp\:\!p-28{
    padding: 1.75rem !important;
  }

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

  .sp\:\!p-30{
    padding: 1.875rem !important;
  }

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

  .sp\:\!p-34{
    padding: 2.125rem !important;
  }

  .sp\:\!p-35{
    padding: 2.1875rem !important;
  }

  .sp\:\!p-36{
    padding: 2.25rem !important;
  }

  .sp\:\!p-38{
    padding: 2.375rem !important;
  }

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

  .sp\:\!p-40{
    padding: 2.5rem !important;
  }

  .sp\:\!p-44{
    padding: 2.75rem !important;
  }

  .sp\:\!p-45{
    padding: 2.8125rem !important;
  }

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

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

  .sp\:\!p-50{
    padding: 3.125rem !important;
  }

  .sp\:\!p-52{
    padding: 3.25rem !important;
  }

  .sp\:\!p-55{
    padding: 3.4375rem !important;
  }

  .sp\:\!p-56{
    padding: 3.5rem !important;
  }

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

  .sp\:\!p-60{
    padding: 3.75rem !important;
  }

  .sp\:\!p-65{
    padding: 4.0625rem !important;
  }

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

  .sp\:\!p-70{
    padding: 4.375rem !important;
  }

  .sp\:\!p-75{
    padding: 4.6875rem !important;
  }

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

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

  .sp\:\!p-85{
    padding: 5.3125rem !important;
  }

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

  .sp\:\!p-90{
    padding: 5.625rem !important;
  }

  .sp\:\!p-95{
    padding: 5.9375rem !important;
  }

  .sp\:p-0{
    padding: 0px;
  }

  .sp\:p-1{
    padding: 0.0625rem;
  }

  .sp\:p-10{
    padding: 0.625rem;
  }

  .sp\:p-100{
    padding: 6.25rem;
  }

  .sp\:p-105{
    padding: 6.5625rem;
  }

  .sp\:p-11{
    padding: 0.6875rem;
  }

  .sp\:p-110{
    padding: 6.875rem;
  }

  .sp\:p-115{
    padding: 7.1875rem;
  }

  .sp\:p-12{
    padding: 0.75rem;
  }

  .sp\:p-120{
    padding: 7.5rem;
  }

  .sp\:p-13{
    padding: 0.8125rem;
  }

  .sp\:p-14{
    padding: 0.875rem;
  }

  .sp\:p-15{
    padding: 0.9375rem;
  }

  .sp\:p-16{
    padding: 1rem;
  }

  .sp\:p-17{
    padding: 1.0625rem;
  }

  .sp\:p-18{
    padding: 1.125rem;
  }

  .sp\:p-19{
    padding: 1.1875rem;
  }

  .sp\:p-2{
    padding: 0.125rem;
  }

  .sp\:p-20{
    padding: 1.25rem;
  }

  .sp\:p-22{
    padding: 1.375rem;
  }

  .sp\:p-24{
    padding: 1.5rem;
  }

  .sp\:p-25{
    padding: 1.5625rem;
  }

  .sp\:p-26{
    padding: 1.625rem;
  }

  .sp\:p-28{
    padding: 1.75rem;
  }

  .sp\:p-3{
    padding: 0.1875rem;
  }

  .sp\:p-30{
    padding: 1.875rem;
  }

  .sp\:p-32{
    padding: 2rem;
  }

  .sp\:p-34{
    padding: 2.125rem;
  }

  .sp\:p-35{
    padding: 2.1875rem;
  }

  .sp\:p-36{
    padding: 2.25rem;
  }

  .sp\:p-38{
    padding: 2.375rem;
  }

  .sp\:p-4{
    padding: 0.25rem;
  }

  .sp\:p-40{
    padding: 2.5rem;
  }

  .sp\:p-44{
    padding: 2.75rem;
  }

  .sp\:p-45{
    padding: 2.8125rem;
  }

  .sp\:p-48{
    padding: 3rem;
  }

  .sp\:p-5{
    padding: 0.3125rem;
  }

  .sp\:p-50{
    padding: 3.125rem;
  }

  .sp\:p-52{
    padding: 3.25rem;
  }

  .sp\:p-55{
    padding: 3.4375rem;
  }

  .sp\:p-56{
    padding: 3.5rem;
  }

  .sp\:p-6{
    padding: 0.375rem;
  }

  .sp\:p-60{
    padding: 3.75rem;
  }

  .sp\:p-65{
    padding: 4.0625rem;
  }

  .sp\:p-7{
    padding: 0.4375rem;
  }

  .sp\:p-70{
    padding: 4.375rem;
  }

  .sp\:p-75{
    padding: 4.6875rem;
  }

  .sp\:p-8{
    padding: 0.5rem;
  }

  .sp\:p-80{
    padding: 5rem;
  }

  .sp\:p-85{
    padding: 5.3125rem;
  }

  .sp\:p-9{
    padding: 0.5625rem;
  }

  .sp\:p-90{
    padding: 5.625rem;
  }

  .sp\:p-95{
    padding: 5.9375rem;
  }

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

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

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

  .sp\:\!px-100{
    padding-left: 6.25rem !important;
    padding-right: 6.25rem !important;
  }

  .sp\:\!px-105{
    padding-left: 6.5625rem !important;
    padding-right: 6.5625rem !important;
  }

  .sp\:\!px-11{
    padding-left: 0.6875rem !important;
    padding-right: 0.6875rem !important;
  }

  .sp\:\!px-110{
    padding-left: 6.875rem !important;
    padding-right: 6.875rem !important;
  }

  .sp\:\!px-115{
    padding-left: 7.1875rem !important;
    padding-right: 7.1875rem !important;
  }

  .sp\:\!px-12{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .sp\:\!px-120{
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }

  .sp\:\!px-13{
    padding-left: 0.8125rem !important;
    padding-right: 0.8125rem !important;
  }

  .sp\:\!px-14{
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .sp\:\!px-15{
    padding-left: 0.9375rem !important;
    padding-right: 0.9375rem !important;
  }

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

  .sp\:\!px-17{
    padding-left: 1.0625rem !important;
    padding-right: 1.0625rem !important;
  }

  .sp\:\!px-18{
    padding-left: 1.125rem !important;
    padding-right: 1.125rem !important;
  }

  .sp\:\!px-19{
    padding-left: 1.1875rem !important;
    padding-right: 1.1875rem !important;
  }

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

  .sp\:\!px-20{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .sp\:\!px-22{
    padding-left: 1.375rem !important;
    padding-right: 1.375rem !important;
  }

  .sp\:\!px-24{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .sp\:\!px-25{
    padding-left: 1.5625rem !important;
    padding-right: 1.5625rem !important;
  }

  .sp\:\!px-26{
    padding-left: 1.625rem !important;
    padding-right: 1.625rem !important;
  }

  .sp\:\!px-28{
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

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

  .sp\:\!px-30{
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important;
  }

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

  .sp\:\!px-34{
    padding-left: 2.125rem !important;
    padding-right: 2.125rem !important;
  }

  .sp\:\!px-35{
    padding-left: 2.1875rem !important;
    padding-right: 2.1875rem !important;
  }

  .sp\:\!px-36{
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }

  .sp\:\!px-38{
    padding-left: 2.375rem !important;
    padding-right: 2.375rem !important;
  }

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

  .sp\:\!px-40{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .sp\:\!px-44{
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .sp\:\!px-45{
    padding-left: 2.8125rem !important;
    padding-right: 2.8125rem !important;
  }

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

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

  .sp\:\!px-50{
    padding-left: 3.125rem !important;
    padding-right: 3.125rem !important;
  }

  .sp\:\!px-52{
    padding-left: 3.25rem !important;
    padding-right: 3.25rem !important;
  }

  .sp\:\!px-55{
    padding-left: 3.4375rem !important;
    padding-right: 3.4375rem !important;
  }

  .sp\:\!px-56{
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

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

  .sp\:\!px-60{
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }

  .sp\:\!px-65{
    padding-left: 4.0625rem !important;
    padding-right: 4.0625rem !important;
  }

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

  .sp\:\!px-70{
    padding-left: 4.375rem !important;
    padding-right: 4.375rem !important;
  }

  .sp\:\!px-75{
    padding-left: 4.6875rem !important;
    padding-right: 4.6875rem !important;
  }

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

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

  .sp\:\!px-85{
    padding-left: 5.3125rem !important;
    padding-right: 5.3125rem !important;
  }

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

  .sp\:\!px-90{
    padding-left: 5.625rem !important;
    padding-right: 5.625rem !important;
  }

  .sp\:\!px-95{
    padding-left: 5.9375rem !important;
    padding-right: 5.9375rem !important;
  }

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

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

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

  .sp\:\!py-100{
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }

  .sp\:\!py-105{
    padding-top: 6.5625rem !important;
    padding-bottom: 6.5625rem !important;
  }

  .sp\:\!py-11{
    padding-top: 0.6875rem !important;
    padding-bottom: 0.6875rem !important;
  }

  .sp\:\!py-110{
    padding-top: 6.875rem !important;
    padding-bottom: 6.875rem !important;
  }

  .sp\:\!py-115{
    padding-top: 7.1875rem !important;
    padding-bottom: 7.1875rem !important;
  }

  .sp\:\!py-12{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .sp\:\!py-120{
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  .sp\:\!py-13{
    padding-top: 0.8125rem !important;
    padding-bottom: 0.8125rem !important;
  }

  .sp\:\!py-14{
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .sp\:\!py-15{
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }

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

  .sp\:\!py-17{
    padding-top: 1.0625rem !important;
    padding-bottom: 1.0625rem !important;
  }

  .sp\:\!py-18{
    padding-top: 1.125rem !important;
    padding-bottom: 1.125rem !important;
  }

  .sp\:\!py-19{
    padding-top: 1.1875rem !important;
    padding-bottom: 1.1875rem !important;
  }

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

  .sp\:\!py-20{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .sp\:\!py-22{
    padding-top: 1.375rem !important;
    padding-bottom: 1.375rem !important;
  }

  .sp\:\!py-24{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .sp\:\!py-25{
    padding-top: 1.5625rem !important;
    padding-bottom: 1.5625rem !important;
  }

  .sp\:\!py-26{
    padding-top: 1.625rem !important;
    padding-bottom: 1.625rem !important;
  }

  .sp\:\!py-28{
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

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

  .sp\:\!py-30{
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }

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

  .sp\:\!py-34{
    padding-top: 2.125rem !important;
    padding-bottom: 2.125rem !important;
  }

  .sp\:\!py-35{
    padding-top: 2.1875rem !important;
    padding-bottom: 2.1875rem !important;
  }

  .sp\:\!py-36{
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .sp\:\!py-38{
    padding-top: 2.375rem !important;
    padding-bottom: 2.375rem !important;
  }

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

  .sp\:\!py-40{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .sp\:\!py-44{
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .sp\:\!py-45{
    padding-top: 2.8125rem !important;
    padding-bottom: 2.8125rem !important;
  }

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

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

  .sp\:\!py-50{
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }

  .sp\:\!py-52{
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }

  .sp\:\!py-55{
    padding-top: 3.4375rem !important;
    padding-bottom: 3.4375rem !important;
  }

  .sp\:\!py-56{
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

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

  .sp\:\!py-60{
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }

  .sp\:\!py-65{
    padding-top: 4.0625rem !important;
    padding-bottom: 4.0625rem !important;
  }

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

  .sp\:\!py-70{
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }

  .sp\:\!py-75{
    padding-top: 4.6875rem !important;
    padding-bottom: 4.6875rem !important;
  }

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

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

  .sp\:\!py-85{
    padding-top: 5.3125rem !important;
    padding-bottom: 5.3125rem !important;
  }

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

  .sp\:\!py-90{
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }

  .sp\:\!py-95{
    padding-top: 5.9375rem !important;
    padding-bottom: 5.9375rem !important;
  }

  .sp\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .sp\:px-1{
    padding-left: 0.0625rem;
    padding-right: 0.0625rem;
  }

  .sp\:px-10{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .sp\:px-100{
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  .sp\:px-105{
    padding-left: 6.5625rem;
    padding-right: 6.5625rem;
  }

  .sp\:px-11{
    padding-left: 0.6875rem;
    padding-right: 0.6875rem;
  }

  .sp\:px-110{
    padding-left: 6.875rem;
    padding-right: 6.875rem;
  }

  .sp\:px-115{
    padding-left: 7.1875rem;
    padding-right: 7.1875rem;
  }

  .sp\:px-12{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sp\:px-120{
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }

  .sp\:px-13{
    padding-left: 0.8125rem;
    padding-right: 0.8125rem;
  }

  .sp\:px-14{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .sp\:px-15{
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .sp\:px-16{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sp\:px-17{
    padding-left: 1.0625rem;
    padding-right: 1.0625rem;
  }

  .sp\:px-18{
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .sp\:px-19{
    padding-left: 1.1875rem;
    padding-right: 1.1875rem;
  }

  .sp\:px-2{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .sp\:px-20{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sp\:px-22{
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }

  .sp\:px-24{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sp\:px-25{
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .sp\:px-26{
    padding-left: 1.625rem;
    padding-right: 1.625rem;
  }

  .sp\:px-28{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .sp\:px-3{
    padding-left: 0.1875rem;
    padding-right: 0.1875rem;
  }

  .sp\:px-30{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .sp\:px-32{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sp\:px-34{
    padding-left: 2.125rem;
    padding-right: 2.125rem;
  }

  .sp\:px-35{
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }

  .sp\:px-36{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .sp\:px-38{
    padding-left: 2.375rem;
    padding-right: 2.375rem;
  }

  .sp\:px-4{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sp\:px-40{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sp\:px-44{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .sp\:px-45{
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
  }

  .sp\:px-48{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sp\:px-5{
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }

  .sp\:px-50{
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .sp\:px-52{
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .sp\:px-55{
    padding-left: 3.4375rem;
    padding-right: 3.4375rem;
  }

  .sp\:px-56{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sp\:px-6{
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .sp\:px-60{
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .sp\:px-65{
    padding-left: 4.0625rem;
    padding-right: 4.0625rem;
  }

  .sp\:px-7{
    padding-left: 0.4375rem;
    padding-right: 0.4375rem;
  }

  .sp\:px-70{
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }

  .sp\:px-75{
    padding-left: 4.6875rem;
    padding-right: 4.6875rem;
  }

  .sp\:px-8{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sp\:px-80{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sp\:px-85{
    padding-left: 5.3125rem;
    padding-right: 5.3125rem;
  }

  .sp\:px-9{
    padding-left: 0.5625rem;
    padding-right: 0.5625rem;
  }

  .sp\:px-90{
    padding-left: 5.625rem;
    padding-right: 5.625rem;
  }

  .sp\:px-95{
    padding-left: 5.9375rem;
    padding-right: 5.9375rem;
  }

  .sp\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sp\:py-1{
    padding-top: 0.0625rem;
    padding-bottom: 0.0625rem;
  }

  .sp\:py-10{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .sp\:py-100{
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .sp\:py-105{
    padding-top: 6.5625rem;
    padding-bottom: 6.5625rem;
  }

  .sp\:py-11{
    padding-top: 0.6875rem;
    padding-bottom: 0.6875rem;
  }

  .sp\:py-110{
    padding-top: 6.875rem;
    padding-bottom: 6.875rem;
  }

  .sp\:py-115{
    padding-top: 7.1875rem;
    padding-bottom: 7.1875rem;
  }

  .sp\:py-12{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sp\:py-120{
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .sp\:py-13{
    padding-top: 0.8125rem;
    padding-bottom: 0.8125rem;
  }

  .sp\:py-14{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .sp\:py-15{
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }

  .sp\:py-16{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sp\:py-17{
    padding-top: 1.0625rem;
    padding-bottom: 1.0625rem;
  }

  .sp\:py-18{
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .sp\:py-19{
    padding-top: 1.1875rem;
    padding-bottom: 1.1875rem;
  }

  .sp\:py-2{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .sp\:py-20{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sp\:py-22{
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }

  .sp\:py-24{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sp\:py-25{
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }

  .sp\:py-26{
    padding-top: 1.625rem;
    padding-bottom: 1.625rem;
  }

  .sp\:py-28{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .sp\:py-3{
    padding-top: 0.1875rem;
    padding-bottom: 0.1875rem;
  }

  .sp\:py-30{
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .sp\:py-32{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sp\:py-34{
    padding-top: 2.125rem;
    padding-bottom: 2.125rem;
  }

  .sp\:py-35{
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
  }

  .sp\:py-36{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .sp\:py-38{
    padding-top: 2.375rem;
    padding-bottom: 2.375rem;
  }

  .sp\:py-4{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sp\:py-40{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sp\:py-44{
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .sp\:py-45{
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }

  .sp\:py-48{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sp\:py-5{
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }

  .sp\:py-50{
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .sp\:py-52{
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .sp\:py-55{
    padding-top: 3.4375rem;
    padding-bottom: 3.4375rem;
  }

  .sp\:py-56{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sp\:py-6{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .sp\:py-60{
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .sp\:py-65{
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }

  .sp\:py-7{
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
  }

  .sp\:py-70{
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  .sp\:py-75{
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }

  .sp\:py-8{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sp\:py-80{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sp\:py-85{
    padding-top: 5.3125rem;
    padding-bottom: 5.3125rem;
  }

  .sp\:py-9{
    padding-top: 0.5625rem;
    padding-bottom: 0.5625rem;
  }

  .sp\:py-90{
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }

  .sp\:py-95{
    padding-top: 5.9375rem;
    padding-bottom: 5.9375rem;
  }

  .sp\:\!pb-0{
    padding-bottom: 0px !important;
  }

  .sp\:\!pb-1{
    padding-bottom: 0.0625rem !important;
  }

  .sp\:\!pb-10{
    padding-bottom: 0.625rem !important;
  }

  .sp\:\!pb-100{
    padding-bottom: 6.25rem !important;
  }

  .sp\:\!pb-105{
    padding-bottom: 6.5625rem !important;
  }

  .sp\:\!pb-11{
    padding-bottom: 0.6875rem !important;
  }

  .sp\:\!pb-110{
    padding-bottom: 6.875rem !important;
  }

  .sp\:\!pb-115{
    padding-bottom: 7.1875rem !important;
  }

  .sp\:\!pb-12{
    padding-bottom: 0.75rem !important;
  }

  .sp\:\!pb-120{
    padding-bottom: 7.5rem !important;
  }

  .sp\:\!pb-13{
    padding-bottom: 0.8125rem !important;
  }

  .sp\:\!pb-14{
    padding-bottom: 0.875rem !important;
  }

  .sp\:\!pb-15{
    padding-bottom: 0.9375rem !important;
  }

  .sp\:\!pb-16{
    padding-bottom: 1rem !important;
  }

  .sp\:\!pb-17{
    padding-bottom: 1.0625rem !important;
  }

  .sp\:\!pb-18{
    padding-bottom: 1.125rem !important;
  }

  .sp\:\!pb-19{
    padding-bottom: 1.1875rem !important;
  }

  .sp\:\!pb-2{
    padding-bottom: 0.125rem !important;
  }

  .sp\:\!pb-20{
    padding-bottom: 1.25rem !important;
  }

  .sp\:\!pb-22{
    padding-bottom: 1.375rem !important;
  }

  .sp\:\!pb-24{
    padding-bottom: 1.5rem !important;
  }

  .sp\:\!pb-25{
    padding-bottom: 1.5625rem !important;
  }

  .sp\:\!pb-26{
    padding-bottom: 1.625rem !important;
  }

  .sp\:\!pb-28{
    padding-bottom: 1.75rem !important;
  }

  .sp\:\!pb-3{
    padding-bottom: 0.1875rem !important;
  }

  .sp\:\!pb-30{
    padding-bottom: 1.875rem !important;
  }

  .sp\:\!pb-32{
    padding-bottom: 2rem !important;
  }

  .sp\:\!pb-34{
    padding-bottom: 2.125rem !important;
  }

  .sp\:\!pb-35{
    padding-bottom: 2.1875rem !important;
  }

  .sp\:\!pb-36{
    padding-bottom: 2.25rem !important;
  }

  .sp\:\!pb-38{
    padding-bottom: 2.375rem !important;
  }

  .sp\:\!pb-4{
    padding-bottom: 0.25rem !important;
  }

  .sp\:\!pb-40{
    padding-bottom: 2.5rem !important;
  }

  .sp\:\!pb-44{
    padding-bottom: 2.75rem !important;
  }

  .sp\:\!pb-45{
    padding-bottom: 2.8125rem !important;
  }

  .sp\:\!pb-48{
    padding-bottom: 3rem !important;
  }

  .sp\:\!pb-5{
    padding-bottom: 0.3125rem !important;
  }

  .sp\:\!pb-50{
    padding-bottom: 3.125rem !important;
  }

  .sp\:\!pb-52{
    padding-bottom: 3.25rem !important;
  }

  .sp\:\!pb-55{
    padding-bottom: 3.4375rem !important;
  }

  .sp\:\!pb-56{
    padding-bottom: 3.5rem !important;
  }

  .sp\:\!pb-6{
    padding-bottom: 0.375rem !important;
  }

  .sp\:\!pb-60{
    padding-bottom: 3.75rem !important;
  }

  .sp\:\!pb-65{
    padding-bottom: 4.0625rem !important;
  }

  .sp\:\!pb-7{
    padding-bottom: 0.4375rem !important;
  }

  .sp\:\!pb-70{
    padding-bottom: 4.375rem !important;
  }

  .sp\:\!pb-75{
    padding-bottom: 4.6875rem !important;
  }

  .sp\:\!pb-8{
    padding-bottom: 0.5rem !important;
  }

  .sp\:\!pb-80{
    padding-bottom: 5rem !important;
  }

  .sp\:\!pb-85{
    padding-bottom: 5.3125rem !important;
  }

  .sp\:\!pb-9{
    padding-bottom: 0.5625rem !important;
  }

  .sp\:\!pb-90{
    padding-bottom: 5.625rem !important;
  }

  .sp\:\!pb-95{
    padding-bottom: 5.9375rem !important;
  }

  .sp\:\!pl-0{
    padding-left: 0px !important;
  }

  .sp\:\!pl-1{
    padding-left: 0.0625rem !important;
  }

  .sp\:\!pl-10{
    padding-left: 0.625rem !important;
  }

  .sp\:\!pl-100{
    padding-left: 6.25rem !important;
  }

  .sp\:\!pl-105{
    padding-left: 6.5625rem !important;
  }

  .sp\:\!pl-11{
    padding-left: 0.6875rem !important;
  }

  .sp\:\!pl-110{
    padding-left: 6.875rem !important;
  }

  .sp\:\!pl-115{
    padding-left: 7.1875rem !important;
  }

  .sp\:\!pl-12{
    padding-left: 0.75rem !important;
  }

  .sp\:\!pl-120{
    padding-left: 7.5rem !important;
  }

  .sp\:\!pl-13{
    padding-left: 0.8125rem !important;
  }

  .sp\:\!pl-14{
    padding-left: 0.875rem !important;
  }

  .sp\:\!pl-15{
    padding-left: 0.9375rem !important;
  }

  .sp\:\!pl-16{
    padding-left: 1rem !important;
  }

  .sp\:\!pl-17{
    padding-left: 1.0625rem !important;
  }

  .sp\:\!pl-18{
    padding-left: 1.125rem !important;
  }

  .sp\:\!pl-19{
    padding-left: 1.1875rem !important;
  }

  .sp\:\!pl-2{
    padding-left: 0.125rem !important;
  }

  .sp\:\!pl-20{
    padding-left: 1.25rem !important;
  }

  .sp\:\!pl-22{
    padding-left: 1.375rem !important;
  }

  .sp\:\!pl-24{
    padding-left: 1.5rem !important;
  }

  .sp\:\!pl-25{
    padding-left: 1.5625rem !important;
  }

  .sp\:\!pl-26{
    padding-left: 1.625rem !important;
  }

  .sp\:\!pl-28{
    padding-left: 1.75rem !important;
  }

  .sp\:\!pl-3{
    padding-left: 0.1875rem !important;
  }

  .sp\:\!pl-30{
    padding-left: 1.875rem !important;
  }

  .sp\:\!pl-32{
    padding-left: 2rem !important;
  }

  .sp\:\!pl-34{
    padding-left: 2.125rem !important;
  }

  .sp\:\!pl-35{
    padding-left: 2.1875rem !important;
  }

  .sp\:\!pl-36{
    padding-left: 2.25rem !important;
  }

  .sp\:\!pl-38{
    padding-left: 2.375rem !important;
  }

  .sp\:\!pl-4{
    padding-left: 0.25rem !important;
  }

  .sp\:\!pl-40{
    padding-left: 2.5rem !important;
  }

  .sp\:\!pl-44{
    padding-left: 2.75rem !important;
  }

  .sp\:\!pl-45{
    padding-left: 2.8125rem !important;
  }

  .sp\:\!pl-48{
    padding-left: 3rem !important;
  }

  .sp\:\!pl-5{
    padding-left: 0.3125rem !important;
  }

  .sp\:\!pl-50{
    padding-left: 3.125rem !important;
  }

  .sp\:\!pl-52{
    padding-left: 3.25rem !important;
  }

  .sp\:\!pl-55{
    padding-left: 3.4375rem !important;
  }

  .sp\:\!pl-56{
    padding-left: 3.5rem !important;
  }

  .sp\:\!pl-6{
    padding-left: 0.375rem !important;
  }

  .sp\:\!pl-60{
    padding-left: 3.75rem !important;
  }

  .sp\:\!pl-65{
    padding-left: 4.0625rem !important;
  }

  .sp\:\!pl-7{
    padding-left: 0.4375rem !important;
  }

  .sp\:\!pl-70{
    padding-left: 4.375rem !important;
  }

  .sp\:\!pl-75{
    padding-left: 4.6875rem !important;
  }

  .sp\:\!pl-8{
    padding-left: 0.5rem !important;
  }

  .sp\:\!pl-80{
    padding-left: 5rem !important;
  }

  .sp\:\!pl-85{
    padding-left: 5.3125rem !important;
  }

  .sp\:\!pl-9{
    padding-left: 0.5625rem !important;
  }

  .sp\:\!pl-90{
    padding-left: 5.625rem !important;
  }

  .sp\:\!pl-95{
    padding-left: 5.9375rem !important;
  }

  .sp\:\!pr-0{
    padding-right: 0px !important;
  }

  .sp\:\!pr-1{
    padding-right: 0.0625rem !important;
  }

  .sp\:\!pr-10{
    padding-right: 0.625rem !important;
  }

  .sp\:\!pr-100{
    padding-right: 6.25rem !important;
  }

  .sp\:\!pr-105{
    padding-right: 6.5625rem !important;
  }

  .sp\:\!pr-11{
    padding-right: 0.6875rem !important;
  }

  .sp\:\!pr-110{
    padding-right: 6.875rem !important;
  }

  .sp\:\!pr-115{
    padding-right: 7.1875rem !important;
  }

  .sp\:\!pr-12{
    padding-right: 0.75rem !important;
  }

  .sp\:\!pr-120{
    padding-right: 7.5rem !important;
  }

  .sp\:\!pr-13{
    padding-right: 0.8125rem !important;
  }

  .sp\:\!pr-14{
    padding-right: 0.875rem !important;
  }

  .sp\:\!pr-15{
    padding-right: 0.9375rem !important;
  }

  .sp\:\!pr-16{
    padding-right: 1rem !important;
  }

  .sp\:\!pr-17{
    padding-right: 1.0625rem !important;
  }

  .sp\:\!pr-18{
    padding-right: 1.125rem !important;
  }

  .sp\:\!pr-19{
    padding-right: 1.1875rem !important;
  }

  .sp\:\!pr-2{
    padding-right: 0.125rem !important;
  }

  .sp\:\!pr-20{
    padding-right: 1.25rem !important;
  }

  .sp\:\!pr-22{
    padding-right: 1.375rem !important;
  }

  .sp\:\!pr-24{
    padding-right: 1.5rem !important;
  }

  .sp\:\!pr-25{
    padding-right: 1.5625rem !important;
  }

  .sp\:\!pr-26{
    padding-right: 1.625rem !important;
  }

  .sp\:\!pr-28{
    padding-right: 1.75rem !important;
  }

  .sp\:\!pr-3{
    padding-right: 0.1875rem !important;
  }

  .sp\:\!pr-30{
    padding-right: 1.875rem !important;
  }

  .sp\:\!pr-32{
    padding-right: 2rem !important;
  }

  .sp\:\!pr-34{
    padding-right: 2.125rem !important;
  }

  .sp\:\!pr-35{
    padding-right: 2.1875rem !important;
  }

  .sp\:\!pr-36{
    padding-right: 2.25rem !important;
  }

  .sp\:\!pr-38{
    padding-right: 2.375rem !important;
  }

  .sp\:\!pr-4{
    padding-right: 0.25rem !important;
  }

  .sp\:\!pr-40{
    padding-right: 2.5rem !important;
  }

  .sp\:\!pr-44{
    padding-right: 2.75rem !important;
  }

  .sp\:\!pr-45{
    padding-right: 2.8125rem !important;
  }

  .sp\:\!pr-48{
    padding-right: 3rem !important;
  }

  .sp\:\!pr-5{
    padding-right: 0.3125rem !important;
  }

  .sp\:\!pr-50{
    padding-right: 3.125rem !important;
  }

  .sp\:\!pr-52{
    padding-right: 3.25rem !important;
  }

  .sp\:\!pr-55{
    padding-right: 3.4375rem !important;
  }

  .sp\:\!pr-56{
    padding-right: 3.5rem !important;
  }

  .sp\:\!pr-6{
    padding-right: 0.375rem !important;
  }

  .sp\:\!pr-60{
    padding-right: 3.75rem !important;
  }

  .sp\:\!pr-65{
    padding-right: 4.0625rem !important;
  }

  .sp\:\!pr-7{
    padding-right: 0.4375rem !important;
  }

  .sp\:\!pr-70{
    padding-right: 4.375rem !important;
  }

  .sp\:\!pr-75{
    padding-right: 4.6875rem !important;
  }

  .sp\:\!pr-8{
    padding-right: 0.5rem !important;
  }

  .sp\:\!pr-80{
    padding-right: 5rem !important;
  }

  .sp\:\!pr-85{
    padding-right: 5.3125rem !important;
  }

  .sp\:\!pr-9{
    padding-right: 0.5625rem !important;
  }

  .sp\:\!pr-90{
    padding-right: 5.625rem !important;
  }

  .sp\:\!pr-95{
    padding-right: 5.9375rem !important;
  }

  .sp\:\!pt-0{
    padding-top: 0px !important;
  }

  .sp\:\!pt-1{
    padding-top: 0.0625rem !important;
  }

  .sp\:\!pt-10{
    padding-top: 0.625rem !important;
  }

  .sp\:\!pt-100{
    padding-top: 6.25rem !important;
  }

  .sp\:\!pt-105{
    padding-top: 6.5625rem !important;
  }

  .sp\:\!pt-11{
    padding-top: 0.6875rem !important;
  }

  .sp\:\!pt-110{
    padding-top: 6.875rem !important;
  }

  .sp\:\!pt-115{
    padding-top: 7.1875rem !important;
  }

  .sp\:\!pt-12{
    padding-top: 0.75rem !important;
  }

  .sp\:\!pt-120{
    padding-top: 7.5rem !important;
  }

  .sp\:\!pt-13{
    padding-top: 0.8125rem !important;
  }

  .sp\:\!pt-14{
    padding-top: 0.875rem !important;
  }

  .sp\:\!pt-15{
    padding-top: 0.9375rem !important;
  }

  .sp\:\!pt-16{
    padding-top: 1rem !important;
  }

  .sp\:\!pt-17{
    padding-top: 1.0625rem !important;
  }

  .sp\:\!pt-18{
    padding-top: 1.125rem !important;
  }

  .sp\:\!pt-19{
    padding-top: 1.1875rem !important;
  }

  .sp\:\!pt-2{
    padding-top: 0.125rem !important;
  }

  .sp\:\!pt-20{
    padding-top: 1.25rem !important;
  }

  .sp\:\!pt-22{
    padding-top: 1.375rem !important;
  }

  .sp\:\!pt-24{
    padding-top: 1.5rem !important;
  }

  .sp\:\!pt-25{
    padding-top: 1.5625rem !important;
  }

  .sp\:\!pt-26{
    padding-top: 1.625rem !important;
  }

  .sp\:\!pt-28{
    padding-top: 1.75rem !important;
  }

  .sp\:\!pt-3{
    padding-top: 0.1875rem !important;
  }

  .sp\:\!pt-30{
    padding-top: 1.875rem !important;
  }

  .sp\:\!pt-32{
    padding-top: 2rem !important;
  }

  .sp\:\!pt-34{
    padding-top: 2.125rem !important;
  }

  .sp\:\!pt-35{
    padding-top: 2.1875rem !important;
  }

  .sp\:\!pt-36{
    padding-top: 2.25rem !important;
  }

  .sp\:\!pt-38{
    padding-top: 2.375rem !important;
  }

  .sp\:\!pt-4{
    padding-top: 0.25rem !important;
  }

  .sp\:\!pt-40{
    padding-top: 2.5rem !important;
  }

  .sp\:\!pt-44{
    padding-top: 2.75rem !important;
  }

  .sp\:\!pt-45{
    padding-top: 2.8125rem !important;
  }

  .sp\:\!pt-48{
    padding-top: 3rem !important;
  }

  .sp\:\!pt-5{
    padding-top: 0.3125rem !important;
  }

  .sp\:\!pt-50{
    padding-top: 3.125rem !important;
  }

  .sp\:\!pt-52{
    padding-top: 3.25rem !important;
  }

  .sp\:\!pt-55{
    padding-top: 3.4375rem !important;
  }

  .sp\:\!pt-56{
    padding-top: 3.5rem !important;
  }

  .sp\:\!pt-6{
    padding-top: 0.375rem !important;
  }

  .sp\:\!pt-60{
    padding-top: 3.75rem !important;
  }

  .sp\:\!pt-65{
    padding-top: 4.0625rem !important;
  }

  .sp\:\!pt-7{
    padding-top: 0.4375rem !important;
  }

  .sp\:\!pt-70{
    padding-top: 4.375rem !important;
  }

  .sp\:\!pt-75{
    padding-top: 4.6875rem !important;
  }

  .sp\:\!pt-8{
    padding-top: 0.5rem !important;
  }

  .sp\:\!pt-80{
    padding-top: 5rem !important;
  }

  .sp\:\!pt-85{
    padding-top: 5.3125rem !important;
  }

  .sp\:\!pt-9{
    padding-top: 0.5625rem !important;
  }

  .sp\:\!pt-90{
    padding-top: 5.625rem !important;
  }

  .sp\:\!pt-95{
    padding-top: 5.9375rem !important;
  }

  .sp\:pb-0{
    padding-bottom: 0px;
  }

  .sp\:pb-1{
    padding-bottom: 0.0625rem;
  }

  .sp\:pb-10{
    padding-bottom: 0.625rem;
  }

  .sp\:pb-100{
    padding-bottom: 6.25rem;
  }

  .sp\:pb-105{
    padding-bottom: 6.5625rem;
  }

  .sp\:pb-11{
    padding-bottom: 0.6875rem;
  }

  .sp\:pb-110{
    padding-bottom: 6.875rem;
  }

  .sp\:pb-115{
    padding-bottom: 7.1875rem;
  }

  .sp\:pb-12{
    padding-bottom: 0.75rem;
  }

  .sp\:pb-120{
    padding-bottom: 7.5rem;
  }

  .sp\:pb-13{
    padding-bottom: 0.8125rem;
  }

  .sp\:pb-14{
    padding-bottom: 0.875rem;
  }

  .sp\:pb-15{
    padding-bottom: 0.9375rem;
  }

  .sp\:pb-16{
    padding-bottom: 1rem;
  }

  .sp\:pb-17{
    padding-bottom: 1.0625rem;
  }

  .sp\:pb-18{
    padding-bottom: 1.125rem;
  }

  .sp\:pb-19{
    padding-bottom: 1.1875rem;
  }

  .sp\:pb-2{
    padding-bottom: 0.125rem;
  }

  .sp\:pb-20{
    padding-bottom: 1.25rem;
  }

  .sp\:pb-22{
    padding-bottom: 1.375rem;
  }

  .sp\:pb-24{
    padding-bottom: 1.5rem;
  }

  .sp\:pb-25{
    padding-bottom: 1.5625rem;
  }

  .sp\:pb-26{
    padding-bottom: 1.625rem;
  }

  .sp\:pb-28{
    padding-bottom: 1.75rem;
  }

  .sp\:pb-3{
    padding-bottom: 0.1875rem;
  }

  .sp\:pb-30{
    padding-bottom: 1.875rem;
  }

  .sp\:pb-32{
    padding-bottom: 2rem;
  }

  .sp\:pb-34{
    padding-bottom: 2.125rem;
  }

  .sp\:pb-35{
    padding-bottom: 2.1875rem;
  }

  .sp\:pb-36{
    padding-bottom: 2.25rem;
  }

  .sp\:pb-38{
    padding-bottom: 2.375rem;
  }

  .sp\:pb-4{
    padding-bottom: 0.25rem;
  }

  .sp\:pb-40{
    padding-bottom: 2.5rem;
  }

  .sp\:pb-44{
    padding-bottom: 2.75rem;
  }

  .sp\:pb-45{
    padding-bottom: 2.8125rem;
  }

  .sp\:pb-48{
    padding-bottom: 3rem;
  }

  .sp\:pb-5{
    padding-bottom: 0.3125rem;
  }

  .sp\:pb-50{
    padding-bottom: 3.125rem;
  }

  .sp\:pb-52{
    padding-bottom: 3.25rem;
  }

  .sp\:pb-55{
    padding-bottom: 3.4375rem;
  }

  .sp\:pb-56{
    padding-bottom: 3.5rem;
  }

  .sp\:pb-6{
    padding-bottom: 0.375rem;
  }

  .sp\:pb-60{
    padding-bottom: 3.75rem;
  }

  .sp\:pb-65{
    padding-bottom: 4.0625rem;
  }

  .sp\:pb-7{
    padding-bottom: 0.4375rem;
  }

  .sp\:pb-70{
    padding-bottom: 4.375rem;
  }

  .sp\:pb-75{
    padding-bottom: 4.6875rem;
  }

  .sp\:pb-8{
    padding-bottom: 0.5rem;
  }

  .sp\:pb-80{
    padding-bottom: 5rem;
  }

  .sp\:pb-85{
    padding-bottom: 5.3125rem;
  }

  .sp\:pb-9{
    padding-bottom: 0.5625rem;
  }

  .sp\:pb-90{
    padding-bottom: 5.625rem;
  }

  .sp\:pb-95{
    padding-bottom: 5.9375rem;
  }

  .sp\:pl-0{
    padding-left: 0px;
  }

  .sp\:pl-1{
    padding-left: 0.0625rem;
  }

  .sp\:pl-10{
    padding-left: 0.625rem;
  }

  .sp\:pl-100{
    padding-left: 6.25rem;
  }

  .sp\:pl-105{
    padding-left: 6.5625rem;
  }

  .sp\:pl-11{
    padding-left: 0.6875rem;
  }

  .sp\:pl-110{
    padding-left: 6.875rem;
  }

  .sp\:pl-115{
    padding-left: 7.1875rem;
  }

  .sp\:pl-12{
    padding-left: 0.75rem;
  }

  .sp\:pl-120{
    padding-left: 7.5rem;
  }

  .sp\:pl-13{
    padding-left: 0.8125rem;
  }

  .sp\:pl-14{
    padding-left: 0.875rem;
  }

  .sp\:pl-15{
    padding-left: 0.9375rem;
  }

  .sp\:pl-16{
    padding-left: 1rem;
  }

  .sp\:pl-17{
    padding-left: 1.0625rem;
  }

  .sp\:pl-18{
    padding-left: 1.125rem;
  }

  .sp\:pl-19{
    padding-left: 1.1875rem;
  }

  .sp\:pl-2{
    padding-left: 0.125rem;
  }

  .sp\:pl-20{
    padding-left: 1.25rem;
  }

  .sp\:pl-22{
    padding-left: 1.375rem;
  }

  .sp\:pl-24{
    padding-left: 1.5rem;
  }

  .sp\:pl-25{
    padding-left: 1.5625rem;
  }

  .sp\:pl-26{
    padding-left: 1.625rem;
  }

  .sp\:pl-28{
    padding-left: 1.75rem;
  }

  .sp\:pl-3{
    padding-left: 0.1875rem;
  }

  .sp\:pl-30{
    padding-left: 1.875rem;
  }

  .sp\:pl-32{
    padding-left: 2rem;
  }

  .sp\:pl-34{
    padding-left: 2.125rem;
  }

  .sp\:pl-35{
    padding-left: 2.1875rem;
  }

  .sp\:pl-36{
    padding-left: 2.25rem;
  }

  .sp\:pl-38{
    padding-left: 2.375rem;
  }

  .sp\:pl-4{
    padding-left: 0.25rem;
  }

  .sp\:pl-40{
    padding-left: 2.5rem;
  }

  .sp\:pl-44{
    padding-left: 2.75rem;
  }

  .sp\:pl-45{
    padding-left: 2.8125rem;
  }

  .sp\:pl-48{
    padding-left: 3rem;
  }

  .sp\:pl-5{
    padding-left: 0.3125rem;
  }

  .sp\:pl-50{
    padding-left: 3.125rem;
  }

  .sp\:pl-52{
    padding-left: 3.25rem;
  }

  .sp\:pl-55{
    padding-left: 3.4375rem;
  }

  .sp\:pl-56{
    padding-left: 3.5rem;
  }

  .sp\:pl-6{
    padding-left: 0.375rem;
  }

  .sp\:pl-60{
    padding-left: 3.75rem;
  }

  .sp\:pl-65{
    padding-left: 4.0625rem;
  }

  .sp\:pl-7{
    padding-left: 0.4375rem;
  }

  .sp\:pl-70{
    padding-left: 4.375rem;
  }

  .sp\:pl-75{
    padding-left: 4.6875rem;
  }

  .sp\:pl-8{
    padding-left: 0.5rem;
  }

  .sp\:pl-80{
    padding-left: 5rem;
  }

  .sp\:pl-85{
    padding-left: 5.3125rem;
  }

  .sp\:pl-9{
    padding-left: 0.5625rem;
  }

  .sp\:pl-90{
    padding-left: 5.625rem;
  }

  .sp\:pl-95{
    padding-left: 5.9375rem;
  }

  .sp\:pr-0{
    padding-right: 0px;
  }

  .sp\:pr-1{
    padding-right: 0.0625rem;
  }

  .sp\:pr-10{
    padding-right: 0.625rem;
  }

  .sp\:pr-100{
    padding-right: 6.25rem;
  }

  .sp\:pr-105{
    padding-right: 6.5625rem;
  }

  .sp\:pr-11{
    padding-right: 0.6875rem;
  }

  .sp\:pr-110{
    padding-right: 6.875rem;
  }

  .sp\:pr-115{
    padding-right: 7.1875rem;
  }

  .sp\:pr-12{
    padding-right: 0.75rem;
  }

  .sp\:pr-120{
    padding-right: 7.5rem;
  }

  .sp\:pr-13{
    padding-right: 0.8125rem;
  }

  .sp\:pr-14{
    padding-right: 0.875rem;
  }

  .sp\:pr-15{
    padding-right: 0.9375rem;
  }

  .sp\:pr-16{
    padding-right: 1rem;
  }

  .sp\:pr-17{
    padding-right: 1.0625rem;
  }

  .sp\:pr-18{
    padding-right: 1.125rem;
  }

  .sp\:pr-19{
    padding-right: 1.1875rem;
  }

  .sp\:pr-2{
    padding-right: 0.125rem;
  }

  .sp\:pr-20{
    padding-right: 1.25rem;
  }

  .sp\:pr-22{
    padding-right: 1.375rem;
  }

  .sp\:pr-24{
    padding-right: 1.5rem;
  }

  .sp\:pr-25{
    padding-right: 1.5625rem;
  }

  .sp\:pr-26{
    padding-right: 1.625rem;
  }

  .sp\:pr-28{
    padding-right: 1.75rem;
  }

  .sp\:pr-3{
    padding-right: 0.1875rem;
  }

  .sp\:pr-30{
    padding-right: 1.875rem;
  }

  .sp\:pr-32{
    padding-right: 2rem;
  }

  .sp\:pr-34{
    padding-right: 2.125rem;
  }

  .sp\:pr-35{
    padding-right: 2.1875rem;
  }

  .sp\:pr-36{
    padding-right: 2.25rem;
  }

  .sp\:pr-38{
    padding-right: 2.375rem;
  }

  .sp\:pr-4{
    padding-right: 0.25rem;
  }

  .sp\:pr-40{
    padding-right: 2.5rem;
  }

  .sp\:pr-44{
    padding-right: 2.75rem;
  }

  .sp\:pr-45{
    padding-right: 2.8125rem;
  }

  .sp\:pr-48{
    padding-right: 3rem;
  }

  .sp\:pr-5{
    padding-right: 0.3125rem;
  }

  .sp\:pr-50{
    padding-right: 3.125rem;
  }

  .sp\:pr-52{
    padding-right: 3.25rem;
  }

  .sp\:pr-55{
    padding-right: 3.4375rem;
  }

  .sp\:pr-56{
    padding-right: 3.5rem;
  }

  .sp\:pr-6{
    padding-right: 0.375rem;
  }

  .sp\:pr-60{
    padding-right: 3.75rem;
  }

  .sp\:pr-65{
    padding-right: 4.0625rem;
  }

  .sp\:pr-7{
    padding-right: 0.4375rem;
  }

  .sp\:pr-70{
    padding-right: 4.375rem;
  }

  .sp\:pr-75{
    padding-right: 4.6875rem;
  }

  .sp\:pr-8{
    padding-right: 0.5rem;
  }

  .sp\:pr-80{
    padding-right: 5rem;
  }

  .sp\:pr-85{
    padding-right: 5.3125rem;
  }

  .sp\:pr-9{
    padding-right: 0.5625rem;
  }

  .sp\:pr-90{
    padding-right: 5.625rem;
  }

  .sp\:pr-95{
    padding-right: 5.9375rem;
  }

  .sp\:pt-0{
    padding-top: 0px;
  }

  .sp\:pt-1{
    padding-top: 0.0625rem;
  }

  .sp\:pt-10{
    padding-top: 0.625rem;
  }

  .sp\:pt-100{
    padding-top: 6.25rem;
  }

  .sp\:pt-105{
    padding-top: 6.5625rem;
  }

  .sp\:pt-11{
    padding-top: 0.6875rem;
  }

  .sp\:pt-110{
    padding-top: 6.875rem;
  }

  .sp\:pt-115{
    padding-top: 7.1875rem;
  }

  .sp\:pt-12{
    padding-top: 0.75rem;
  }

  .sp\:pt-120{
    padding-top: 7.5rem;
  }

  .sp\:pt-13{
    padding-top: 0.8125rem;
  }

  .sp\:pt-14{
    padding-top: 0.875rem;
  }

  .sp\:pt-15{
    padding-top: 0.9375rem;
  }

  .sp\:pt-16{
    padding-top: 1rem;
  }

  .sp\:pt-17{
    padding-top: 1.0625rem;
  }

  .sp\:pt-18{
    padding-top: 1.125rem;
  }

  .sp\:pt-19{
    padding-top: 1.1875rem;
  }

  .sp\:pt-2{
    padding-top: 0.125rem;
  }

  .sp\:pt-20{
    padding-top: 1.25rem;
  }

  .sp\:pt-22{
    padding-top: 1.375rem;
  }

  .sp\:pt-24{
    padding-top: 1.5rem;
  }

  .sp\:pt-25{
    padding-top: 1.5625rem;
  }

  .sp\:pt-250{
    padding-top: 15.625rem;
  }

  .sp\:pt-26{
    padding-top: 1.625rem;
  }

  .sp\:pt-28{
    padding-top: 1.75rem;
  }

  .sp\:pt-3{
    padding-top: 0.1875rem;
  }

  .sp\:pt-30{
    padding-top: 1.875rem;
  }

  .sp\:pt-32{
    padding-top: 2rem;
  }

  .sp\:pt-34{
    padding-top: 2.125rem;
  }

  .sp\:pt-35{
    padding-top: 2.1875rem;
  }

  .sp\:pt-36{
    padding-top: 2.25rem;
  }

  .sp\:pt-38{
    padding-top: 2.375rem;
  }

  .sp\:pt-4{
    padding-top: 0.25rem;
  }

  .sp\:pt-40{
    padding-top: 2.5rem;
  }

  .sp\:pt-44{
    padding-top: 2.75rem;
  }

  .sp\:pt-45{
    padding-top: 2.8125rem;
  }

  .sp\:pt-48{
    padding-top: 3rem;
  }

  .sp\:pt-5{
    padding-top: 0.3125rem;
  }

  .sp\:pt-50{
    padding-top: 3.125rem;
  }

  .sp\:pt-52{
    padding-top: 3.25rem;
  }

  .sp\:pt-55{
    padding-top: 3.4375rem;
  }

  .sp\:pt-56{
    padding-top: 3.5rem;
  }

  .sp\:pt-6{
    padding-top: 0.375rem;
  }

  .sp\:pt-60{
    padding-top: 3.75rem;
  }

  .sp\:pt-65{
    padding-top: 4.0625rem;
  }

  .sp\:pt-7{
    padding-top: 0.4375rem;
  }

  .sp\:pt-70{
    padding-top: 4.375rem;
  }

  .sp\:pt-75{
    padding-top: 4.6875rem;
  }

  .sp\:pt-8{
    padding-top: 0.5rem;
  }

  .sp\:pt-80{
    padding-top: 5rem;
  }

  .sp\:pt-85{
    padding-top: 5.3125rem;
  }

  .sp\:pt-9{
    padding-top: 0.5625rem;
  }

  .sp\:pt-90{
    padding-top: 5.625rem;
  }

  .sp\:pt-95{
    padding-top: 5.9375rem;
  }

  .sp\:\!text-left{
    text-align: left !important;
  }

  .sp\:text-left{
    text-align: left;
  }

  .sp\:\!text-center{
    text-align: center !important;
  }

  .sp\:text-center{
    text-align: center;
  }

  .sp\:\!text-right{
    text-align: right !important;
  }

  .sp\:text-right{
    text-align: right;
  }

  .sp\:\!text-10{
    font-size: 0.625rem !important;
  }

  .sp\:\!text-11{
    font-size: 0.6875rem !important;
  }

  .sp\:\!text-12{
    font-size: 0.75rem !important;
  }

  .sp\:\!text-13{
    font-size: 0.8125rem !important;
  }

  .sp\:\!text-14{
    font-size: 0.875rem !important;
  }

  .sp\:\!text-15{
    font-size: 0.9375rem !important;
  }

  .sp\:\!text-16{
    font-size: 1rem !important;
  }

  .sp\:\!text-17{
    font-size: 1.0625rem !important;
  }

  .sp\:\!text-18{
    font-size: 1.125rem !important;
  }

  .sp\:\!text-19{
    font-size: 1.1875rem !important;
  }

  .sp\:\!text-2{
    font-size: 0.125rem !important;
  }

  .sp\:\!text-20{
    font-size: 1.25rem !important;
  }

  .sp\:\!text-22{
    font-size: 1.375rem !important;
  }

  .sp\:\!text-24{
    font-size: 1.5rem !important;
  }

  .sp\:\!text-26{
    font-size: 1.625rem !important;
  }

  .sp\:\!text-28{
    font-size: 1.75rem !important;
  }

  .sp\:\!text-30{
    font-size: 1.875rem !important;
  }

  .sp\:\!text-32{
    font-size: 2rem !important;
  }

  .sp\:\!text-34{
    font-size: 2.125rem !important;
  }

  .sp\:\!text-36{
    font-size: 2.25rem !important;
  }

  .sp\:\!text-38{
    font-size: 2.375rem !important;
  }

  .sp\:\!text-4{
    font-size: 0.25rem !important;
  }

  .sp\:\!text-40{
    font-size: 2.5rem !important;
  }

  .sp\:\!text-42{
    font-size: 2.625rem !important;
  }

  .sp\:\!text-44{
    font-size: 2.75rem !important;
  }

  .sp\:\!text-46{
    font-size: 2.875rem !important;
  }

  .sp\:\!text-48{
    font-size: 3rem !important;
  }

  .sp\:\!text-50{
    font-size: 3.125rem !important;
  }

  .sp\:\!text-52{
    font-size: 3.25rem !important;
  }

  .sp\:\!text-54{
    font-size: 3.375rem !important;
  }

  .sp\:\!text-56{
    font-size: 3.5rem !important;
  }

  .sp\:\!text-58{
    font-size: 3.625rem !important;
  }

  .sp\:\!text-6{
    font-size: 0.375rem !important;
  }

  .sp\:\!text-60{
    font-size: 3.75rem !important;
  }

  .sp\:\!text-62{
    font-size: 3.875rem !important;
  }

  .sp\:\!text-64{
    font-size: 4rem !important;
  }

  .sp\:\!text-66{
    font-size: 4.125rem !important;
  }

  .sp\:\!text-68{
    font-size: 4.25rem !important;
  }

  .sp\:\!text-70{
    font-size: 4.375rem !important;
  }

  .sp\:\!text-72{
    font-size: 4.5rem !important;
  }

  .sp\:\!text-74{
    font-size: 4.625rem !important;
  }

  .sp\:\!text-76{
    font-size: 4.75rem !important;
  }

  .sp\:\!text-78{
    font-size: 4.875rem !important;
  }

  .sp\:\!text-8{
    font-size: 0.5rem !important;
  }

  .sp\:\!text-80{
    font-size: 5rem !important;
  }

  .sp\:text-10{
    font-size: 0.625rem;
  }

  .sp\:text-11{
    font-size: 0.6875rem;
  }

  .sp\:text-12{
    font-size: 0.75rem;
  }

  .sp\:text-13{
    font-size: 0.8125rem;
  }

  .sp\:text-14{
    font-size: 0.875rem;
  }

  .sp\:text-15{
    font-size: 0.9375rem;
  }

  .sp\:text-16{
    font-size: 1rem;
  }

  .sp\:text-17{
    font-size: 1.0625rem;
  }

  .sp\:text-18{
    font-size: 1.125rem;
  }

  .sp\:text-19{
    font-size: 1.1875rem;
  }

  .sp\:text-2{
    font-size: 0.125rem;
  }

  .sp\:text-20{
    font-size: 1.25rem;
  }

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

  .sp\:text-24{
    font-size: 1.5rem;
  }

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

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

  .sp\:text-30{
    font-size: 1.875rem;
  }

  .sp\:text-32{
    font-size: 2rem;
  }

  .sp\:text-34{
    font-size: 2.125rem;
  }

  .sp\:text-36{
    font-size: 2.25rem;
  }

  .sp\:text-38{
    font-size: 2.375rem;
  }

  .sp\:text-4{
    font-size: 0.25rem;
  }

  .sp\:text-40{
    font-size: 2.5rem;
  }

  .sp\:text-42{
    font-size: 2.625rem;
  }

  .sp\:text-44{
    font-size: 2.75rem;
  }

  .sp\:text-46{
    font-size: 2.875rem;
  }

  .sp\:text-48{
    font-size: 3rem;
  }

  .sp\:text-50{
    font-size: 3.125rem;
  }

  .sp\:text-52{
    font-size: 3.25rem;
  }

  .sp\:text-54{
    font-size: 3.375rem;
  }

  .sp\:text-56{
    font-size: 3.5rem;
  }

  .sp\:text-58{
    font-size: 3.625rem;
  }

  .sp\:text-6{
    font-size: 0.375rem;
  }

  .sp\:text-60{
    font-size: 3.75rem;
  }

  .sp\:text-62{
    font-size: 3.875rem;
  }

  .sp\:text-64{
    font-size: 4rem;
  }

  .sp\:text-66{
    font-size: 4.125rem;
  }

  .sp\:text-68{
    font-size: 4.25rem;
  }

  .sp\:text-70{
    font-size: 4.375rem;
  }

  .sp\:text-72{
    font-size: 4.5rem;
  }

  .sp\:text-74{
    font-size: 4.625rem;
  }

  .sp\:text-76{
    font-size: 4.75rem;
  }

  .sp\:text-78{
    font-size: 4.875rem;
  }

  .sp\:text-8{
    font-size: 0.5rem;
  }

  .sp\:text-80{
    font-size: 5rem;
  }

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

  .sp\:\!font-black{
    font-weight: 900 !important;
  }

  .sp\:\!font-bold{
    font-weight: 700 !important;
  }

  .sp\:\!font-extrabold{
    font-weight: 800 !important;
  }

  .sp\:\!font-extralight{
    font-weight: 200 !important;
  }

  .sp\:\!font-light{
    font-weight: 300 !important;
  }

  .sp\:\!font-medium{
    font-weight: 500 !important;
  }

  .sp\:\!font-normal{
    font-weight: 400 !important;
  }

  .sp\:\!font-semibold{
    font-weight: 600 !important;
  }

  .sp\:\!font-thin{
    font-weight: 100 !important;
  }

  .sp\:font-black{
    font-weight: 900;
  }

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

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

  .sp\:font-extralight{
    font-weight: 200;
  }

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

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

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

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

  .sp\:font-thin{
    font-weight: 100;
  }

  .sp\:leading-\[1\.5\]{
    line-height: 1.5;
  }

  .sp\:leading-\[1\.8\]{
    line-height: 1.8;
  }

  .sp\:tracking-\[0\.06em\]{
    letter-spacing: 0.06em;
  }

  .sp\:\!text-main{
    --tw-text-opacity: 1 !important;
    color: rgb(26 26 26 / var(--tw-text-opacity)) !important;
  }

  .sp\:\!text-main-100{
    color: #1a1a1a1a !important;
  }

  .sp\:\!text-main-200{
    color: #1a1a1a33 !important;
  }

  .sp\:\!text-main-300{
    color: #1a1a1a4d !important;
  }

  .sp\:\!text-main-400{
    color: #1a1a1a66 !important;
  }

  .sp\:\!text-main-500{
    color: #1a1a1a80 !important;
  }

  .sp\:\!text-main-600{
    color: #1a1a1a99 !important;
  }

  .sp\:\!text-main-700{
    color: #1a1a1ab3 !important;
  }

  .sp\:\!text-main-800{
    color: #1a1a1acc !important;
  }

  .sp\:\!text-main-900{
    color: #1a1a1ae6 !important;
  }

  .sp\:text-base{
    --tw-text-opacity: 1;
    color: rgb(26 26 26 / var(--tw-text-opacity));
  }

  .sp\:text-black{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }

  .sp\:text-blue{
    color: ;
  }

  .sp\:text-green{
    color: ;
  }

  .sp\:text-main{
    --tw-text-opacity: 1;
    color: rgb(26 26 26 / var(--tw-text-opacity));
  }

  .sp\:text-main-100{
    color: #1a1a1a1a;
  }

  .sp\:text-main-200{
    color: #1a1a1a33;
  }

  .sp\:text-main-300{
    color: #1a1a1a4d;
  }

  .sp\:text-main-400{
    color: #1a1a1a66;
  }

  .sp\:text-main-500{
    color: #1a1a1a80;
  }

  .sp\:text-main-600{
    color: #1a1a1a99;
  }

  .sp\:text-main-700{
    color: #1a1a1ab3;
  }

  .sp\:text-main-800{
    color: #1a1a1acc;
  }

  .sp\:text-main-900{
    color: #1a1a1ae6;
  }

  .sp\:text-red{
    --tw-text-opacity: 1;
    color: rgb(247 0 0 / var(--tw-text-opacity));
  }

  .sp\:text-sub{
    color: ;
  }

  .sp\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .sp\:text-yellow{
    --tw-text-opacity: 1;
    color: rgb(255 255 0 / var(--tw-text-opacity));
  }

  .sp\:\!font-thin{
    font-family: "Zen Kaku Gothic Antique", sans-serif !important;
    font-weight: 100 !important;
  }

  .sp\:font-thin{
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 100;
  }

  .sp\:\!font-extralight{
    font-family: "Zen Kaku Gothic Antique", sans-serif !important;
    font-weight: 200 !important;
  }

  .sp\:font-extralight{
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 200;
  }

  .sp\:\!font-light{
    font-family: "Zen Kaku Gothic Antique", sans-serif !important;
    font-weight: 300 !important;
  }

  .sp\:font-light{
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 300;
  }

  .sp\:\!font-normal{
    font-family: "Zen Kaku Gothic Antique", sans-serif !important;
    font-weight: 400 !important;
  }

  .sp\:font-normal{
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 400;
  }

  .sp\:\!font-medium{
    font-family: "Zen Kaku Gothic Antique", sans-serif !important;
    font-weight: 500 !important;
  }

  .sp\:font-medium{
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 500;
  }

  .sp\:\!font-semibold{
    font-family: "Zen Kaku Gothic Antique", sans-serif !important;
    font-weight: 600 !important;
  }

  .sp\:font-semibold{
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 600;
  }

  .sp\:\!font-bold{
    font-family: "Zen Kaku Gothic Antique", sans-serif !important;
    font-weight: 700 !important;
  }

  .sp\:font-bold{
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
  }

  .sp\:\!font-extrabold{
    font-family: "Zen Kaku Gothic Antique", sans-serif !important;
    font-weight: 800 !important;
  }

  .sp\:font-extrabold{
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 800;
  }

  .sp\:\!font-black{
    font-family: "Zen Kaku Gothic Antique", sans-serif !important;
    font-weight: 900 !important;
  }

  .sp\:font-black{
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 900;
  }
}