/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

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

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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.
 */

[type="search"]::-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 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

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

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

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: Poppins, sans-serif; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

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

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a0aec0;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

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

table {
  border-collapse: collapse;
}

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

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

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

@media (min-width: 980px) {
  .columns, .columns-1-1, .columns-1-2, .columns-1-3, .columns-1-4, .columns-1-5, .columns-1-6, .columns-1-7, .columns-1-8, .columns-1-9, .columns-1-10, .columns-1-11, .columns-1-12 {
    display: flex;
    justify-content: space-between;
  }

  .columns > .column-1-12, .columns-1-12 > * {
    width: calc((100% - 550px) * 0.08333);
    flex-basis: calc((100% - 550px) * 0.08333);
  }

  .columns > .column-1-11, .columns-1-11 > * {
    width: calc((100% - 500px) * 0.0909);
    flex-basis: calc((100% - 500px) * 0.0909);
  }

  .columns > .column-1-10, .columns-1-10 > * {
    width: calc((100% - 450px) * 0.1);
    flex-basis: calc((100% - 450px) * 0.1);
  }

  .columns > .column-1-9, .columns-1-9 > * {
    width: calc((100% - 400px) * 0.11111);
    flex-basis: calc((100% - 400px) * 0.11111);
  }

  .columns > .column-1-8, .columns-1-8 > * {
    width: calc((100% - 350px) * 0.125);
    flex-basis: calc((100% - 350px) * 0.125);
  }

  .columns > .column-1-7, .columns-1-7 > * {
    width: calc((100% - 300px) * 0.14285);
    flex-basis: calc((100% - 300px) * 0.14285);
  }

  .columns > .column-1-6, .columns-1-6 > *, .columns > .column-2-12 {
    width: calc((100% - 250px) * 0.16666);
    flex-basis: calc((100% - 250px) * 0.16666);
  }

  .columns > .column-2-11 {
    width: calc((100% - 500px) * 0.18181 + 50px);
    flex-basis: calc((100% - 500px) * 0.18181 + 50px);
  }

  .columns > .column-1-5, .columns-1-5 > *, .columns > .column-2-10 {
    width: calc((100% - 200px) * 0.2);
    flex-basis: calc((100% - 200px) * 0.2);
  }

  .columns > .column-2-9 {
    width: calc((100% - 400px) * 0.22222 + 50px);
    flex-basis: calc((100% - 400px) * 0.22222 + 50px);
  }

  .columns > .column-1-4, .columns-1-4 > *, .columns > .column-2-8, .columns > .column-3-12 {
    width: calc((100% - 150px) * 0.25);
    flex-basis: calc((100% - 150px) * 0.25);
  }

  .columns > .column-3-11 {
    width: calc((100% - 500px) * 0.27272 + 100px);
    flex-basis: calc((100% - 500px) * 0.27272 + 100px);
  }

  .columns > .column-2-7 {
    width: calc((100% - 300px) * 0.28571 + 50px);
    flex-basis: calc((100% - 300px) * 0.28571 + 50px);
  }

  .columns > .column-3-10 {
    width: calc((100% - 450px) * 0.3 + 100px);
    flex-basis: calc((100% - 450px) * 0.3 + 100px);
  }

  .columns > .column-1-3, .columns-1-3 > *, .columns > .column-2-6, .columns > .column-3-9, .columns > .column-4-12 {
    width: calc((100% - 100px) * 0.33333);
    flex-basis: calc((100% - 100px) * 0.33333);
  }

  .columns > .column-4-11 {
    width: calc((100% - 500px) * 0.36363 + 150px);
    flex-basis: calc((100% - 500px) * 0.36363 + 150px);
  }

  .columns > .column-3-8 {
    width: calc((100% - 350px) * 0.375 + 100px);
    flex-basis: calc((100% - 350px) * 0.375 + 100px);
  }

  .columns > .column-golden-b {
    width: calc((100% - 50px) * 0.38196);
    flex-basis: calc((100% - 50px) * 0.38196);
  }

  .columns > .column-2-5, .columns > .column-4-10 {
    width: calc((100% - 200px) * 0.4 + 50px);
    flex-basis: calc((100% - 200px) * 0.4 + 50px);
  }

  .columns > .column-5-12 {
    width: calc((100% - 550px) * 0.41666 + 200px);
    flex-basis: calc((100% - 550px) * 0.41666 + 200px);
  }

  .columns > .column-3-7 {
    width: calc((100% - 300px) * 0.42857 + 100px);
    flex-basis: calc((100% - 300px) * 0.42857 + 100px);
  }

  .columns > .column-4-9 {
    width: calc((100% - 400px) * 0.44444 + 150px);
    flex-basis: calc((100% - 400px) * 0.44444 + 150px);
  }

  .columns > .column-5-11 {
    width: calc((100% - 500px) * 0.45454 + 200px);
    flex-basis: calc((100% - 500px) * 0.45454 + 200px);
  }

  .columns > .column-1-2, .columns-1-2 > *, .columns > .column-2-4, .columns > .column-3-6, .columns > .column-4-8, .columns > .column-5-10, .columns > .column-6-12 {
    width: calc((100% - 50px) * 0.5);
    flex-basis: calc((100% - 50px) * 0.5);
  }

  .columns > .column-6-11 {
    width: calc((100% - 500px) * 0.54545 + 250px);
    flex-basis: calc((100% - 500px) * 0.54545 + 250px);
  }

  .columns > .column-5-9 {
    width: calc((100% - 400px) * 0.55555 + 200px);
    flex-basis: calc((100% - 400px) * 0.55555 + 200px);
  }

  .columns > .column-4-7 {
    width: calc((100% - 300px) * 0.57142 + 150px);
    flex-basis: calc((100% - 300px) * 0.57142 + 150px);
  }

  .columns > .column-7-12 {
    width: calc((100% - 550px) * 0.58333 + 300px);
    flex-basis: calc((100% - 550px) * 0.58333 + 300px);
  }

  .columns > .column-3-5, .columns > .column-6-10 {
    width: calc((100% - 200px) * 0.6 + 100px);
    flex-basis: calc((100% - 200px) * 0.6 + 100px);
  }

  .columns > .column-golden-a {
    width: calc((100% - 50px) * 0.61803);
    flex-basis: calc((100% - 50px) * 0.61803);
  }

  .columns > .column-5-8 {
    width: calc((100% - 350px) * 0.625 + 200px);
    flex-basis: calc((100% - 350px) * 0.625 + 200px);
  }

  .columns > .column-7-11 {
    width: calc((100% - 500px) * 0.63636 + 300px);
    flex-basis: calc((100% - 500px) * 0.63636 + 300px);
  }

  .columns > .column-2-3, .columns > .column-4-6, .columns > .column-6-9, .columns > .column-8-12 {
    width: calc((100% - 100px) * 0.66666 + 50px);
    flex-basis: calc((100% - 100px) * 0.66666 + 50px);
  }

  .columns > .column-7-10 {
    width: calc((100% - 450px) * 0.7 + 300px);
    flex-basis: calc((100% - 450px) * 0.7 + 300px);
  }

  .columns > .column-5-7 {
    width: calc((100% - 300px) * 0.71428 + 200px);
    flex-basis: calc((100% - 300px) * 0.71428 + 200px);
  }

  .columns > .column-8-11 {
    width: calc((100% - 500px) * 0.72727 + 350px);
    flex-basis: calc((100% - 500px) * 0.72727 + 350px);
  }

  .columns > .column-3-4, .columns > .column-6-8, .columns > .column-9-12 {
    width: calc((100% - 150px) * 0.75 + 100px);
    flex-basis: calc((100% - 150px) * 0.75 + 100px);
  }

  .columns > .column-7-9 {
    width: calc((100% - 400px) * 0.77777 + 300px);
    flex-basis: calc((100% - 400px) * 0.77777 + 300px);
  }

  .columns > .column-4-5, .columns > .column-8-10 {
    width: calc((100% - 200px) * 0.8 + 150px);
    flex-basis: calc((100% - 200px) * 0.8 + 150px);
  }

  .columns > .column-9-11 {
    width: calc((100% - 500px) * 0.81818 + 400px);
    flex-basis: calc((100% - 500px) * 0.81818 + 400px);
  }

  .columns > .column-5-6, .columns > .column-10-12 {
    width: calc((100% - 250px) * 0.83333 + 200px);
    flex-basis: calc((100% - 250px) * 0.83333 + 200px);
  }

  .columns > .column-6-7 {
    width: calc((100% - 300px) * 0.85714 + 250px);
    flex-basis: calc((100% - 300px) * 0.85714 + 250px);
  }

  .columns > .column-7-8 {
    width: calc((100% - 350px) * 0.875 + 300px);
    flex-basis: calc((100% - 350px) * 0.875 + 300px);
  }

  .columns > .column-8-9 {
    width: calc((100% - 400px) * 0.88888 + 350px);
    flex-basis: calc((100% - 400px) * 0.88888 + 350px);
  }

  .columns > .column-9-10 {
    width: calc((100% - 450px) * 0.9 + 400px);
    flex-basis: calc((100% - 450px) * 0.9 + 400px);
  }

  .columns > .column-10-11 {
    width: calc((100% - 500px) * 0.90909 + 450px);
    flex-basis: calc((100% - 500px) * 0.90909 + 450px);
  }

  .columns > .column-11-12 {
    width: calc((100% - 550px) * 0.91666 + 500px);
    flex-basis: calc((100% - 550px) * 0.91666 + 500px);
  }

  .columns > .column-1-1, .columns-1-1 > *, .columns > .column-2-2, .columns > .column-3-3, .columns > .column-4-4, .columns > .column-5-5, .columns > .column-6-6, .columns > .column-7-7, .columns > .column-8-8, .columns > .column-9-9, .columns > .column-10-10, .columns > .column-11-11, .columns > .column-12-12 {
    width: 100%;
    flex-basis: 100%;
  }
}

@media (min-width: 768px) {
  .np-columns, .np-columns-1-1, .np-columns-1-2, .np-columns-1-3, .np-columns-1-4, .np-columns-1-5 {
    display: flex;
    justify-content: space-between;
  }

  .np-columns > .column-1-5, .np-columns-1-5 > * {
    width: calc((100% - 200px) * 0.2);
    flex-basis: calc((100% - 200px) * 0.2);
  }

  .np-columns > .column-1-4, .np-columns-1-4 > * {
    width: calc((100% - 150px) * 0.25);
    flex-basis: calc((100% - 150px) * 0.25);
  }

  .np-columns > .column-1-3, .np-columns-1-3 > * {
    width: calc((100% - 100px) * 0.33333);
    flex-basis: calc((100% - 100px) * 0.33333);
  }

  .np-columns > .column-golden-b {
    width: calc((100% - 50px) * 0.38196);
    flex-basis: calc((100% - 50px) * 0.38196);
  }

  .np-columns > .column-2-5 {
    width: calc((100% - 200px) * 0.4 + 50px);
    flex-basis: calc((100% - 200px) * 0.4 + 50px);
  }

  .np-columns > .column-1-2, .np-columns-1-2 > *, .np-columns > .column-2-4 {
    width: calc((100% - 50px) * 0.5);
    flex-basis: calc((100% - 50px) * 0.5);
  }

  .np-columns > .column-3-5 {
    width: calc((100% - 200px) * 0.6 + 100px);
    flex-basis: calc((100% - 200px) * 0.6 + 100px);
  }

  .np-columns > .column-golden-a {
    width: calc((100% - 50px) * 0.61803);
    flex-basis: calc((100% - 50px) * 0.61803);
  }

  .np-columns > .column-2-3 {
    width: calc((100% - 100px) * 0.66666 + 50px);
    flex-basis: calc((100% - 100px) * 0.66666 + 50px);
  }

  .np-columns > .column-3-4 {
    width: calc((100% - 150px) * 0.75 + 100px);
    flex-basis: calc((100% - 150px) * 0.75 + 100px);
  }

  .np-columns > .column-4-5 {
    width: calc((100% - 200px) * 0.8 + 150px);
    flex-basis: calc((100% - 200px) * 0.8 + 150px);
  }

  .np-columns > .column-1-1, .np-columns-1-1 > *, .np-columns > .column-2-2, .np-columns > .column-3-3, .np-columns > .column-4-4, .np-columns > .column-5-5 {
    width: 100%;
    flex-basis: 100%;
  }
}

@media (min-width: 980px) {
  .flex-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -12.5px;
    overflow: hidden;
  }

  .flex-grid > * {
    display: flex;
    flex-direction: column;
    width: calc(100%/3);
    padding: 12.5px;
    background-clip: content-box;
    background-origin: content-box;
  }
}

@media (min-width: 480px) and (max-width: 979px) {
  .flex-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -12.5px;
    overflow: hidden;
  }

  .flex-grid > * {
    display: flex;
    flex-direction: column;
    width: calc(100%/2);
    padding: 12.5px;
    background-clip: content-box;
    background-origin: content-box;
  }
}

@media (min-width: 768px) {
  .card-flex-grid {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
  }

  .card-flex-grid > * {
    display: flex;
    flex-direction: column;
    width: calc(100%/2);
  }
}

.bg-light-pink {
  background-color: #FBECF0 !important;
}

.bg-pink {
  background-color: #C3A7BD !important;
}

.bg-red {
  background-color: #F00 !important;
}

.bg-white {
  background-color: #FFF !important;
}

.bg-lightest-gray {
  background-color: #F5F5F5 !important;
}

.bg-lighter-gray {
  background-color: #CCC !important;
}

.bg-light-gray {
  background-color: #858585 !important;
}

.bg-gray {
  background-color: #6B6B6B !important;
}

.bg-dark-gray {
  background-color: #333 !important;
}

.bg-black {
  background-color: #000 !important;
}

.hover\:bg-light-pink:hover {
  background-color: #FBECF0 !important;
}

.hover\:bg-pink:hover {
  background-color: #C3A7BD !important;
}

.hover\:bg-red:hover {
  background-color: #F00 !important;
}

.hover\:bg-white:hover {
  background-color: #FFF !important;
}

.hover\:bg-lightest-gray:hover {
  background-color: #F5F5F5 !important;
}

.hover\:bg-lighter-gray:hover {
  background-color: #CCC !important;
}

.hover\:bg-light-gray:hover {
  background-color: #858585 !important;
}

.hover\:bg-gray:hover {
  background-color: #6B6B6B !important;
}

.hover\:bg-dark-gray:hover {
  background-color: #333 !important;
}

.hover\:bg-black:hover {
  background-color: #000 !important;
}

.focus\:bg-light-pink:focus {
  background-color: #FBECF0 !important;
}

.focus\:bg-pink:focus {
  background-color: #C3A7BD !important;
}

.focus\:bg-red:focus {
  background-color: #F00 !important;
}

.focus\:bg-white:focus {
  background-color: #FFF !important;
}

.focus\:bg-lightest-gray:focus {
  background-color: #F5F5F5 !important;
}

.focus\:bg-lighter-gray:focus {
  background-color: #CCC !important;
}

.focus\:bg-light-gray:focus {
  background-color: #858585 !important;
}

.focus\:bg-gray:focus {
  background-color: #6B6B6B !important;
}

.focus\:bg-dark-gray:focus {
  background-color: #333 !important;
}

.focus\:bg-black:focus {
  background-color: #000 !important;
}

.active\:bg-light-pink:active {
  background-color: #FBECF0 !important;
}

.active\:bg-pink:active {
  background-color: #C3A7BD !important;
}

.active\:bg-red:active {
  background-color: #F00 !important;
}

.active\:bg-white:active {
  background-color: #FFF !important;
}

.active\:bg-lightest-gray:active {
  background-color: #F5F5F5 !important;
}

.active\:bg-lighter-gray:active {
  background-color: #CCC !important;
}

.active\:bg-light-gray:active {
  background-color: #858585 !important;
}

.active\:bg-gray:active {
  background-color: #6B6B6B !important;
}

.active\:bg-dark-gray:active {
  background-color: #333 !important;
}

.active\:bg-black:active {
  background-color: #000 !important;
}

.bg-bottom {
  background-position: bottom !important;
}

.bg-center {
  background-position: center !important;
}

.bg-left {
  background-position: left !important;
}

.bg-left-bottom {
  background-position: left bottom !important;
}

.bg-left-top {
  background-position: left top !important;
}

.bg-right {
  background-position: right !important;
}

.bg-right-bottom {
  background-position: right bottom !important;
}

.bg-right-top {
  background-position: right top !important;
}

.bg-top {
  background-position: top !important;
}

.bg-auto {
  background-size: auto !important;
}

.bg-cover {
  background-size: cover !important;
}

.bg-contain {
  background-size: contain !important;
}

.border-light-pink {
  border-color: #FBECF0 !important;
}

.border-pink {
  border-color: #C3A7BD !important;
}

.border-red {
  border-color: #F00 !important;
}

.border-white {
  border-color: #FFF !important;
}

.border-lightest-gray {
  border-color: #F5F5F5 !important;
}

.border-lighter-gray {
  border-color: #CCC !important;
}

.border-light-gray {
  border-color: #858585 !important;
}

.border-gray {
  border-color: #6B6B6B !important;
}

.border-dark-gray {
  border-color: #333 !important;
}

.border-black {
  border-color: #000 !important;
}

.hover\:border-light-pink:hover {
  border-color: #FBECF0 !important;
}

.hover\:border-pink:hover {
  border-color: #C3A7BD !important;
}

.hover\:border-red:hover {
  border-color: #F00 !important;
}

.hover\:border-white:hover {
  border-color: #FFF !important;
}

.hover\:border-lightest-gray:hover {
  border-color: #F5F5F5 !important;
}

.hover\:border-lighter-gray:hover {
  border-color: #CCC !important;
}

.hover\:border-light-gray:hover {
  border-color: #858585 !important;
}

.hover\:border-gray:hover {
  border-color: #6B6B6B !important;
}

.hover\:border-dark-gray:hover {
  border-color: #333 !important;
}

.hover\:border-black:hover {
  border-color: #000 !important;
}

.focus\:border-light-pink:focus {
  border-color: #FBECF0 !important;
}

.focus\:border-pink:focus {
  border-color: #C3A7BD !important;
}

.focus\:border-red:focus {
  border-color: #F00 !important;
}

.focus\:border-white:focus {
  border-color: #FFF !important;
}

.focus\:border-lightest-gray:focus {
  border-color: #F5F5F5 !important;
}

.focus\:border-lighter-gray:focus {
  border-color: #CCC !important;
}

.focus\:border-light-gray:focus {
  border-color: #858585 !important;
}

.focus\:border-gray:focus {
  border-color: #6B6B6B !important;
}

.focus\:border-dark-gray:focus {
  border-color: #333 !important;
}

.focus\:border-black:focus {
  border-color: #000 !important;
}

.rounded-sm {
  border-radius: 4px !important;
}

.rounded {
  border-radius: 5px !important;
}

.rounded-full {
  border-radius: 9999px !important;
}

.rounded-t-sm {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

.rounded-r-sm {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.rounded-b-sm {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.rounded-l-sm {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.rounded-t {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

.rounded-r {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.rounded-b {
  border-bottom-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.rounded-l {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.rounded-t-full {
  border-top-left-radius: 9999px !important;
  border-top-right-radius: 9999px !important;
}

.rounded-r-full {
  border-top-right-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important;
}

.rounded-b-full {
  border-bottom-right-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.rounded-l-full {
  border-top-left-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.rounded-tl-sm {
  border-top-left-radius: 4px !important;
}

.rounded-tr-sm {
  border-top-right-radius: 4px !important;
}

.rounded-br-sm {
  border-bottom-right-radius: 4px !important;
}

.rounded-bl-sm {
  border-bottom-left-radius: 4px !important;
}

.rounded-tl {
  border-top-left-radius: 5px !important;
}

.rounded-tr {
  border-top-right-radius: 5px !important;
}

.rounded-br {
  border-bottom-right-radius: 5px !important;
}

.rounded-bl {
  border-bottom-left-radius: 5px !important;
}

.rounded-tl-full {
  border-top-left-radius: 9999px !important;
}

.rounded-tr-full {
  border-top-right-radius: 9999px !important;
}

.rounded-br-full {
  border-bottom-right-radius: 9999px !important;
}

.rounded-bl-full {
  border-bottom-left-radius: 9999px !important;
}

.border-solid {
  border-style: solid !important;
}

.border-dashed {
  border-style: dashed !important;
}

.border-dotted {
  border-style: dotted !important;
}

.border-double {
  border-style: double !important;
}

.border-none {
  border-style: none !important;
}

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

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

.border-t-none {
  border-top-width: 0 !important;
}

.border-r-none {
  border-right-width: 0 !important;
}

.border-b-none {
  border-bottom-width: 0 !important;
}

.border-l-none {
  border-left-width: 0 !important;
}

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

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

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

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

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

.cursor-default {
  cursor: default !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-wait {
  cursor: wait !important;
}

.cursor-text {
  cursor: text !important;
}

.cursor-move {
  cursor: move !important;
}

.cursor-not-allowed {
  cursor: not-allowed !important;
}

.block {
  display: block !important;
}

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

.inline {
  display: inline !important;
}

.flex {
  display: flex !important;
}

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

.table {
  display: table !important;
}

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

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

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

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

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

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

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

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

.flow-root {
  display: flow-root !important;
}

.grid {
  display: grid !important;
}

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

.contents {
  display: contents !important;
}

.hidden {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-1 {
  flex: 1 1 0% !important;
}

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

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

.flex-initial {
  flex: 0 1 auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}

.font-sans {
  font-family: Poppins, sans-serif !important;
}

.font-serif {
  font-family: PT Serif Caption, serif !important;
}

.font-cursive {
  font-family: Pinyon Script, cursive !important;
}

.font-normal {
  font-weight: 400 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.hover\:font-normal:hover {
  font-weight: 400 !important;
}

.hover\:font-medium:hover {
  font-weight: 500 !important;
}

.hover\:font-bold:hover {
  font-weight: 700 !important;
}

.focus\:font-normal:focus {
  font-weight: 400 !important;
}

.focus\:font-medium:focus {
  font-weight: 500 !important;
}

.focus\:font-bold:focus {
  font-weight: 700 !important;
}

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

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

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

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

.text-xs {
  font-size: 12px !important;
}

.text-sm {
  font-size: 14px !important;
}

.text-base {
  font-size: 16px !important;
}

.text-lg {
  font-size: 18px !important;
}

.text-xl {
  font-size: 20px !important;
}

.text-2xl {
  font-size: 24px !important;
}

.text-3xl {
  font-size: 32px !important;
}

.text-4xl {
  font-size: 48px !important;
}

.text-5xl {
  font-size: 56px !important;
}

.text-6xl {
  font-size: 64px !important;
}

.leading-none {
  line-height: 1 !important;
}

.leading-tight {
  line-height: 1.25 !important;
}

.leading-normal {
  line-height: 1.5 !important;
}

.leading-relaxed {
  line-height: 1.75 !important;
}

.leading-loose {
  line-height: 2 !important;
}

.list-none {
  list-style-type: none !important;
}

.list-disc {
  list-style-type: disc !important;
}

.list-decimal {
  list-style-type: decimal !important;
}

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

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

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

.m-15 {
  margin: 15px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-25 {
  margin: 25px !important;
}

.m-30 {
  margin: 30px !important;
}

.m-35 {
  margin: 35px !important;
}

.m-40 {
  margin: 40px !important;
}

.m-45 {
  margin: 45px !important;
}

.m-50 {
  margin: 50px !important;
}

.m-75 {
  margin: 75px !important;
}

.m-100 {
  margin: 100px !important;
}

.m-125 {
  margin: 125px !important;
}

.m-150 {
  margin: 150px !important;
}

.m-175 {
  margin: 175px !important;
}

.m-200 {
  margin: 200px !important;
}

.m-225 {
  margin: 225px !important;
}

.m-250 {
  margin: 250px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-h-0 {
  max-height: 0 !important;
}

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

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

.max-h-half-screen {
  max-height: 50vh !important;
}

.max-h-screen {
  max-height: 100vh !important;
}

.max-w-none {
  max-width: none !important;
}

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

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

.max-w-content {
  max-width: 1080px !important;
}

.max-w-wide {
  max-width: 1440px !important;
}

.max-w-screen {
  max-width: 100vw !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.scrolling-touch {
  -webkit-overflow-scrolling: touch !important;
}

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

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

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

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

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-35 {
  padding: 35px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-45 {
  padding: 45px !important;
}

.p-50 {
  padding: 50px !important;
}

.p-75 {
  padding: 75px !important;
}

.p-100 {
  padding: 100px !important;
}

.p-125 {
  padding: 125px !important;
}

.p-150 {
  padding: 150px !important;
}

.p-175 {
  padding: 175px !important;
}

.p-200 {
  padding: 200px !important;
}

.p-225 {
  padding: 225px !important;
}

.p-250 {
  padding: 250px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pr-0 {
  padding-right: 0 !important;
}

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

.pl-0 {
  padding-left: 0 !important;
}

.pt-5 {
  padding-top: 5px !important;
}

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

.pb-5 {
  padding-bottom: 5px !important;
}

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

.pt-10 {
  padding-top: 10px !important;
}

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

.pb-10 {
  padding-bottom: 10px !important;
}

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

.pt-15 {
  padding-top: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pt-125 {
  padding-top: 125px !important;
}

.pr-125 {
  padding-right: 125px !important;
}

.pb-125 {
  padding-bottom: 125px !important;
}

.pl-125 {
  padding-left: 125px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pr-150 {
  padding-right: 150px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pl-150 {
  padding-left: 150px !important;
}

.pt-175 {
  padding-top: 175px !important;
}

.pr-175 {
  padding-right: 175px !important;
}

.pb-175 {
  padding-bottom: 175px !important;
}

.pl-175 {
  padding-left: 175px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.pr-200 {
  padding-right: 200px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

.pl-200 {
  padding-left: 200px !important;
}

.pt-225 {
  padding-top: 225px !important;
}

.pr-225 {
  padding-right: 225px !important;
}

.pb-225 {
  padding-bottom: 225px !important;
}

.pl-225 {
  padding-left: 225px !important;
}

.pt-250 {
  padding-top: 250px !important;
}

.pr-250 {
  padding-right: 250px !important;
}

.pb-250 {
  padding-bottom: 250px !important;
}

.pl-250 {
  padding-left: 250px !important;
}

.pt-auto {
  padding-top: auto !important;
}

.pr-auto {
  padding-right: auto !important;
}

.pb-auto {
  padding-bottom: auto !important;
}

.pl-auto {
  padding-left: auto !important;
}

.placeholder-light-pink::-moz-placeholder {
  color: #FBECF0 !important;
}

.placeholder-light-pink:-ms-input-placeholder {
  color: #FBECF0 !important;
}

.placeholder-light-pink::placeholder {
  color: #FBECF0 !important;
}

.placeholder-pink::-moz-placeholder {
  color: #C3A7BD !important;
}

.placeholder-pink:-ms-input-placeholder {
  color: #C3A7BD !important;
}

.placeholder-pink::placeholder {
  color: #C3A7BD !important;
}

.placeholder-red::-moz-placeholder {
  color: #F00 !important;
}

.placeholder-red:-ms-input-placeholder {
  color: #F00 !important;
}

.placeholder-red::placeholder {
  color: #F00 !important;
}

.placeholder-white::-moz-placeholder {
  color: #FFF !important;
}

.placeholder-white:-ms-input-placeholder {
  color: #FFF !important;
}

.placeholder-white::placeholder {
  color: #FFF !important;
}

.placeholder-lightest-gray::-moz-placeholder {
  color: #F5F5F5 !important;
}

.placeholder-lightest-gray:-ms-input-placeholder {
  color: #F5F5F5 !important;
}

.placeholder-lightest-gray::placeholder {
  color: #F5F5F5 !important;
}

.placeholder-lighter-gray::-moz-placeholder {
  color: #CCC !important;
}

.placeholder-lighter-gray:-ms-input-placeholder {
  color: #CCC !important;
}

.placeholder-lighter-gray::placeholder {
  color: #CCC !important;
}

.placeholder-light-gray::-moz-placeholder {
  color: #858585 !important;
}

.placeholder-light-gray:-ms-input-placeholder {
  color: #858585 !important;
}

.placeholder-light-gray::placeholder {
  color: #858585 !important;
}

.placeholder-gray::-moz-placeholder {
  color: #6B6B6B !important;
}

.placeholder-gray:-ms-input-placeholder {
  color: #6B6B6B !important;
}

.placeholder-gray::placeholder {
  color: #6B6B6B !important;
}

.placeholder-dark-gray::-moz-placeholder {
  color: #333 !important;
}

.placeholder-dark-gray:-ms-input-placeholder {
  color: #333 !important;
}

.placeholder-dark-gray::placeholder {
  color: #333 !important;
}

.placeholder-black::-moz-placeholder {
  color: #000 !important;
}

.placeholder-black:-ms-input-placeholder {
  color: #000 !important;
}

.placeholder-black::placeholder {
  color: #000 !important;
}

.static {
  position: static !important;
}

.fixed {
  position: fixed !important;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

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

.inset-0 {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}

.inset-auto {
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
}

.inset-y-0 {
  top: 0 !important;
  bottom: 0 !important;
}

.inset-x-0 {
  right: 0 !important;
  left: 0 !important;
}

.inset-y-auto {
  top: auto !important;
  bottom: auto !important;
}

.inset-x-auto {
  right: auto !important;
  left: auto !important;
}

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

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

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

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

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

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

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

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

.shadow {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25) !important;
}

.hover\:shadow:hover {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25) !important;
}

.focus\:shadow:focus {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25) !important;
}

.text-left {
  text-align: left !important;
}

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

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}

.text-light-pink {
  --text-opacity: 1 !important;
  color: #FBECF0 !important;
  color: rgba(251, 236, 240, var(--text-opacity)) !important;
}

.text-pink {
  --text-opacity: 1 !important;
  color: #C3A7BD !important;
  color: rgba(195, 167, 189, var(--text-opacity)) !important;
}

.text-red {
  --text-opacity: 1 !important;
  color: #F00 !important;
  color: rgba(255, 0, 0, var(--text-opacity)) !important;
}

.text-white {
  --text-opacity: 1 !important;
  color: #FFF !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
}

.text-lightest-gray {
  --text-opacity: 1 !important;
  color: #F5F5F5 !important;
  color: rgba(245, 245, 245, var(--text-opacity)) !important;
}

.text-lighter-gray {
  --text-opacity: 1 !important;
  color: #CCC !important;
  color: rgba(204, 204, 204, var(--text-opacity)) !important;
}

.text-light-gray {
  --text-opacity: 1 !important;
  color: #858585 !important;
  color: rgba(133, 133, 133, var(--text-opacity)) !important;
}

.text-gray {
  --text-opacity: 1 !important;
  color: #6B6B6B !important;
  color: rgba(107, 107, 107, var(--text-opacity)) !important;
}

.text-dark-gray {
  --text-opacity: 1 !important;
  color: #333 !important;
  color: rgba(51, 51, 51, var(--text-opacity)) !important;
}

.text-black {
  --text-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--text-opacity)) !important;
}

.hover\:text-light-pink:hover {
  --text-opacity: 1 !important;
  color: #FBECF0 !important;
  color: rgba(251, 236, 240, var(--text-opacity)) !important;
}

.hover\:text-pink:hover {
  --text-opacity: 1 !important;
  color: #C3A7BD !important;
  color: rgba(195, 167, 189, var(--text-opacity)) !important;
}

.hover\:text-red:hover {
  --text-opacity: 1 !important;
  color: #F00 !important;
  color: rgba(255, 0, 0, var(--text-opacity)) !important;
}

.hover\:text-white:hover {
  --text-opacity: 1 !important;
  color: #FFF !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
}

.hover\:text-lightest-gray:hover {
  --text-opacity: 1 !important;
  color: #F5F5F5 !important;
  color: rgba(245, 245, 245, var(--text-opacity)) !important;
}

.hover\:text-lighter-gray:hover {
  --text-opacity: 1 !important;
  color: #CCC !important;
  color: rgba(204, 204, 204, var(--text-opacity)) !important;
}

.hover\:text-light-gray:hover {
  --text-opacity: 1 !important;
  color: #858585 !important;
  color: rgba(133, 133, 133, var(--text-opacity)) !important;
}

.hover\:text-gray:hover {
  --text-opacity: 1 !important;
  color: #6B6B6B !important;
  color: rgba(107, 107, 107, var(--text-opacity)) !important;
}

.hover\:text-dark-gray:hover {
  --text-opacity: 1 !important;
  color: #333 !important;
  color: rgba(51, 51, 51, var(--text-opacity)) !important;
}

.hover\:text-black:hover {
  --text-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--text-opacity)) !important;
}

.focus\:text-light-pink:focus {
  --text-opacity: 1 !important;
  color: #FBECF0 !important;
  color: rgba(251, 236, 240, var(--text-opacity)) !important;
}

.focus\:text-pink:focus {
  --text-opacity: 1 !important;
  color: #C3A7BD !important;
  color: rgba(195, 167, 189, var(--text-opacity)) !important;
}

.focus\:text-red:focus {
  --text-opacity: 1 !important;
  color: #F00 !important;
  color: rgba(255, 0, 0, var(--text-opacity)) !important;
}

.focus\:text-white:focus {
  --text-opacity: 1 !important;
  color: #FFF !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
}

.focus\:text-lightest-gray:focus {
  --text-opacity: 1 !important;
  color: #F5F5F5 !important;
  color: rgba(245, 245, 245, var(--text-opacity)) !important;
}

.focus\:text-lighter-gray:focus {
  --text-opacity: 1 !important;
  color: #CCC !important;
  color: rgba(204, 204, 204, var(--text-opacity)) !important;
}

.focus\:text-light-gray:focus {
  --text-opacity: 1 !important;
  color: #858585 !important;
  color: rgba(133, 133, 133, var(--text-opacity)) !important;
}

.focus\:text-gray:focus {
  --text-opacity: 1 !important;
  color: #6B6B6B !important;
  color: rgba(107, 107, 107, var(--text-opacity)) !important;
}

.focus\:text-dark-gray:focus {
  --text-opacity: 1 !important;
  color: #333 !important;
  color: rgba(51, 51, 51, var(--text-opacity)) !important;
}

.focus\:text-black:focus {
  --text-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--text-opacity)) !important;
}

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

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

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

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

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

.italic {
  font-style: italic !important;
}

.not-italic {
  font-style: normal !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.normal-case {
  text-transform: none !important;
}

.underline {
  text-decoration: underline !important;
}

.line-through {
  text-decoration: line-through !important;
}

.no-underline {
  text-decoration: none !important;
}

.hover\:underline:hover {
  text-decoration: underline !important;
}

.hover\:line-through:hover {
  text-decoration: line-through !important;
}

.hover\:no-underline:hover {
  text-decoration: none !important;
}

.focus\:underline:focus {
  text-decoration: underline !important;
}

.focus\:line-through:focus {
  text-decoration: line-through !important;
}

.focus\:no-underline:focus {
  text-decoration: none !important;
}

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.whitespace-normal {
  white-space: normal !important;
}

.whitespace-no-wrap {
  white-space: nowrap !important;
}

.whitespace-pre {
  white-space: pre !important;
}

.whitespace-pre-line {
  white-space: pre-line !important;
}

.whitespace-pre-wrap {
  white-space: pre-wrap !important;
}

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

.w-1-5 {
  width: 20% !important;
}

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

.w-1-3 {
  width: 33.333% !important;
}

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

.w-3-5 {
  width: 60% !important;
}

.w-2-3 {
  width: 66.666% !important;
}

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

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

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-99 {
  z-index: 99 !important;
}

.z-99999 {
  z-index: 99999 !important;
}

.z-auto {
  z-index: auto !important;
}

.has-light-pink-color {
  color: #FBECF0 !important;
}

.has-pink-color {
  color: #C3A7BD !important;
}

.has-red-color {
  color: #F00 !important;
}

.has-white-color {
  color: #FFF !important;
}

.has-lightest-gray-color {
  color: #F5F5F5 !important;
}

.has-lighter-gray-color {
  color: #CCC !important;
}

.has-light-gray-color {
  color: #858585 !important;
}

.has-gray-color {
  color: #6B6B6B !important;
}

.has-dark-gray-color {
  color: #333 !important;
}

.has-black-color {
  color: #000 !important;
}

@media (max-width: 979px) {
  .text-sm {
    font-size: 12px !important;
  }

  .text-base {
    font-size: 14px !important;
  }

  .text-lg {
    font-size: 16px !important;
  }

  .text-xl {
    font-size: 18px !important;
  }

  .text-2xl {
    font-size: 21px !important;
  }

  .text-3xl {
    font-size: 28px !important;
  }

  .text-4xl {
    font-size: 36px !important;
  }

  .text-5xl {
    font-size: 42px !important;
  }

  .text-6xl {
    font-size: 56px !important;
  }
}

.aspect-anamorphic, .aspect-double, .aspect-16-9, .aspect-golden, .aspect-3-2, .aspect-4-3, .aspect-5-4, .aspect-square {
  position: relative !important;
}

.aspect-anamorphic::before, .aspect-double::before, .aspect-16-9::before, .aspect-golden::before, .aspect-3-2::before, .aspect-4-3::before, .aspect-5-4::before, .aspect-square::before {
  content: " " !important;
  display: block !important;
}

.aspect-anamorphic > *, .aspect-double > *, .aspect-16-9 > *, .aspect-golden > *, .aspect-3-2 > *, .aspect-4-3 > *, .aspect-5-4 > *, .aspect-square > * {
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.aspect-anamorphic::before {
  padding-top: 41.84% !important;
}

.aspect-double::before {
  padding-top: 50% !important;
}

.aspect-16-9::before {
  padding-top: 56.25% !important;
}

.aspect-golden::before {
  padding-top: 61.8% !important;
}

.aspect-3-2::before {
  padding-top: 66.67% !important;
}

.aspect-4-3::before {
  padding-top: 75% !important;
}

.aspect-5-4::before {
  padding-top: 80% !important;
}

.aspect-square::before {
  padding-top: 100% !important;
}

.reset-font {
  font: inherit !important;
  font-size: 100% !important;
  vertical-align: baseline !important;
}

.reset-list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.unset-list {
  display: block !important;
  list-style-type: disc !important;
  margin-left: 40px !important;
}

.reset-box-model {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.reset-body-font {
  font-size: 62.5% !important;
}

.my-0-first-last *:first-child {
  margin-top: 0 !important;
}

.my-0-first-last *:last-child {
  margin-bottom: 0 !important;
}

.my-0-first *:first-child {
  margin-top: 0 !important;
}

.my-0-last *:last-child {
  margin-bottom: 0 !important;
}

.collapse-margin::before, .collapse-margin::after {
  content: normal !important;
  content: initial !important;
  display: inline !important;
  display: initial !important;
  overflow: visible !important;
  overflow: initial !important;
  height: auto !important;
  height: initial !important;
}

.uncollapse-margin::before, .uncollapse-margin::after {
  content: "\00a0" !important;
  display: block !important;
  overflow: hidden !important;
  height: 0 !important;
}

.underline-group, .underline-group *, .underline-group:hover, .underline-group:hover *, .underline-group:focus, .underline-group:focus *, .underline-group:active, .underline-group:active * {
  text-decoration: underline !important;
}

.no-hover, .no-hover *, .no-hover:hover, .no-hover:hover *, .no-hover:focus, .no-hover:focus *, .no-hover:active, .no-hover:active * {
  text-decoration: none !important;
}

.hover, .hover * {
  text-decoration: none !important;
}

.hover:hover, .hover:hover *, .hover:focus, .hover:focus *, .hover:active, .hover:active * {
  text-decoration: underline !important;
}

.cover-image {
  position: relative !important;
}

.cover-image::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  background-color: inherit !important;
  z-index: 1 !important;
}

.hide {
  display: none !important;
}

.show {
  display: inherit !important;
}

.from {
  text-transform: lowercase;
}

.y-center {
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.x-center {
  left: 50% !important;
  transform: translateX(-50%) !important;
}

.xy-center {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

body {
  color: #6B6B6B;
}

@media (min-width: 980px) {
  .site-header-wrapper {
    background-image: linear-gradient(to bottom, #FFF 50%, #FBECF0 50%, #FBECF0);
  }
}

hr {
  border-top: 1px solid #6B6B6B;
}

img, svg {
  display: inline-block;
}

/* Main column width */

/* Width of "wide" blocks */

.wp-block, .wp-block[data-align="wide"] {
  max-width: 1080px;
}

/* Width of "full-wide" blocks */

.wp-block[data-align="full"] {
  max-width: none;
}

body.mce-content-body.mceContentBody.wp-editor {
  margin: 10px;
}

html {
  font-size: 16px;
}

@media (max-width: 979px) {
  html {
    font-size: 14px;
  }
}

h1, h2, h3, h4, h5, h6, a {
  color: #C3A7BD;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.25;
}

h1 {
  font-size: 56px;
}

@media (max-width: 979px) {
  h1 {
    font-size: 42px;
  }
}

h2 {
  font-size: 48px;
}

@media (max-width: 979px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  font-size: 32px;
}

@media (max-width: 979px) {
  h3 {
    font-size: 28px;
  }
}

h4 {
  font-size: 24px;
}

@media (max-width: 979px) {
  h4 {
    font-size: 21px;
  }
}

h5 {
  font-size: 20px;
}

@media (max-width: 979px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 18px;
}

@media (max-width: 979px) {
  h6 {
    font-size: 16px;
  }
}

p {
  margin: 1em 0;
}

main ul, main ul.wp-block, main ol, main ol.wp-block, main dl, main dl.wp-block, .mce-content-body ul, .mce-content-body ul.wp-block, .mce-content-body ol, .mce-content-body ol.wp-block, .mce-content-body dl, .mce-content-body dl.wp-block, .block-editor-block-list__layout ul, .block-editor-block-list__layout ul.wp-block, .block-editor-block-list__layout ol, .block-editor-block-list__layout ol.wp-block, .block-editor-block-list__layout dl, .block-editor-block-list__layout dl.wp-block {
  margin-top: 1em;
  margin-bottom: 1em;
}

main ul, main ul.wp-block, main ol, main ol.wp-block, .mce-content-body ul, .mce-content-body ul.wp-block, .mce-content-body ol, .mce-content-body ol.wp-block, .block-editor-block-list__layout ul, .block-editor-block-list__layout ul.wp-block, .block-editor-block-list__layout ol, .block-editor-block-list__layout ol.wp-block {
  padding-left: 40px;
}

main ul, main ul.wp-block, .mce-content-body ul, .mce-content-body ul.wp-block, .block-editor-block-list__layout ul, .block-editor-block-list__layout ul.wp-block {
  list-style-type: disc;
}

main ol, main ol.wp-block, .mce-content-body ol, .mce-content-body ol.wp-block, .block-editor-block-list__layout ol, .block-editor-block-list__layout ol.wp-block {
  list-style-type: decimal;
}

.no-focus:focus {
  outline: none;
}

a, button, [type="submit"] {
  cursor: pointer;
  display: inline-block;
}

a:not([class*="btn"]):hover, a:not([class*="btn"]):hover *, a:not([class*="btn"]):focus, a:not([class*="btn"]):focus *, a:not([class*="btn"]):active, a:not([class*="btn"]):active *, .btn-link:hover, .btn-link:hover *, .btn-link:focus, .btn-link:focus *, .btn-link:active, .btn-link:active * {
  text-decoration: underline;
}

.btn:not(.btn-link), [type="submit"] {
  max-width: 100%;
  min-width: 150px;
  padding: 8px 12px;
  text-align: center;
  font-weight: 700;
  border-radius: 5px;
  font-size: 16px;
}

@media (max-width: 979px) {
  .btn:not(.btn-link), [type="submit"] {
    font-size: 14px;
  }
}

.btn-large:not(.btn-link) {
  min-width: 250px;
  padding: 10px 15px;
  font-size: 20px;
}

@media (max-width: 979px) {
  .btn-large:not(.btn-link) {
    font-size: 18px;
  }
}

.btn-link {
  display: inline-block;
  font-weight: bold;
  color: #333 !important;
}

.btn-link.text-pink {
  color: #C3A7BD !important;
}

.btn-link::after {
  content: "\0020\00BB";
}

.btn:not(.btn-link) {
  background-color: #C3A7BD;
  color: #FFF;
}

.btn:not(.btn-link):active, .btn:not(.btn-link):focus, .btn:not(.btn-link):hover {
  background-color: #FBECF0;
  color: #C3A7BD;
}

.btn-light-pink {
  background-color: #FBECF0 !important;
  color: #333 !important;
}

.btn-light-pink:active, .btn-light-pink:focus, .btn-light-pink:hover {
  background-color: #C3A7BD !important;
  color: #FFF !important;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.btn-pink, [type="submit"] {
  background-color: #C3A7BD !important;
  color: #FFF !important;
}

.woocommerce #respond input#submit.alt:active, .woocommerce #respond input#submit.alt:focus, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:active, .woocommerce a.button.alt:focus, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:active, .woocommerce button.button.alt:focus, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:active, .woocommerce input.button.alt:focus, .woocommerce input.button.alt:hover,
.btn-pink:active,
.btn-pink:focus,
.btn-pink:hover, [type="submit"]:active, [type="submit"]:focus, [type="submit"]:hover {
  background-color: #FBECF0 !important;
  color: #C3A7BD !important;
}

.btn-light-gray {
  background-color: #F5F5F5 !important;
  color: #6B6B6B !important;
}

.btn-light-gray:active, .btn-light-gray:focus, .btn-light-gray:hover {
  background-color: #6B6B6B !important;
  color: #FFF !important;
}

.btn-gray {
  background-color: #6B6B6B !important;
  color: #FFF !important;
}

.btn-gray:active, .btn-gray:focus, .btn-gray:hover {
  background-color: #CCC !important;
  color: #333 !important;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #C3A7BD !important;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="date"], input[type="month"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="number"], input[type="search"], input[type="tel"], input[type="color"], select, textarea {
  border: 1px solid #6B6B6B !important;
  border-radius: 4px !important;
  padding: 5px 12px !important;
  width: 100% !important;
}

label {
  font-size: 12px !important;
  line-height: 1.25 !important;
}

.gfield_required {
  color: #F00 !important;
}

.gform_fields > * {
  margin: 20px 0 !important;
}

.top_label div.ginput_container {
  margin-top: 2px !important;
}

.bottom_label div.ginput_container {
  margin-bottom: 2px !important;
}

@media (min-width: 980px) {
  .site-primary-navigation > ul > li {
    padding-left: 50px;
  }

  .site-primary-navigation > ul > li:first-child {
    padding-left: 0;
  }

  .site-primary-navigation .sub-menu {
    width: 250px;
    z-index: 100;
  }

  .site-primary-navigation .sub-menu li {
    border-top: 1px solid #6B6B6B;
    padding: 7px 0 !important;
  }

  .site-primary-navigation .sub-menu li:first-child {
    border: none;
  }
}

.show-primary-nav {
  position: absolute;
  top: 2px;
  right: 0;
  display: inline-block;
  padding: 10px 0;
}

.show-primary-nav > * {
  position: relative;
}

.show-primary-nav > *, .show-primary-nav > *:before, .show-primary-nav > *:after {
  display: block;
  width: 35px;
  height: 2px;
  background-color: #6B6B6B;
}

.show-primary-nav > *:before, .show-primary-nav > *:after {
  content: "";
  position: absolute;
  height: 10px;
}

.show-primary-nav > *:before {
  top: -10px;
  border-bottom: 8px solid #FFF;
}

.show-primary-nav > *:after {
  bottom: -10px;
  border-top: 8px solid #FFF;
}

@media (max-width: 979px) {
  .slider-controls {
    display: none;
  }
}

.slider-controls .prev, .slider-controls .next {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
  height: 75px;
  cursor: pointer;
}

.slider-controls .prev {
  left: 50px;
}

.slider-controls .next {
  right: 50px;
}

.tns-nav {
  text-align: center;
  padding-top: 10px;
}

.tns-nav button {
  margin: 10px;
  width: 10px;
  height: 10px;
  background-color: #CCC;
  border-radius: 9999px;
}

.tns-nav button:focus {
  outline: none;
}

.tns-nav button:hover, .tns-nav button.tns-nav-active {
  background-color: #C3A7BD;
}

.tns-nav button.tns-nav-active {
  width: 14px;
  height: 14px;
}

.nabc-hero {
  min-height: 500px;
  max-height: 650px;
}

.nabc-hero-content {
  position: relative;
}

.nabc-hero-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.has-watermark::before {
  content: " ";
  position: absolute;
  top: 50%;
  right: 20px;
  bottom: 0;
  left: 50%;
  z-index: 1;
  background-image: url(/assets/uploads/2020/10/nabc-watermark.svg);
  background-position: bottom right;
  background-repeat: no-repeat;
  opacity: .09;
}

@media (max-width: 979px) {
  .nabc-hero .bg-cover:nth-of-type(1), .nabc-hero .bg-cover:nth-of-type(2) {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
}

@media (min-width: 980px) {
  .nabc-testimonials .tns-item {
    position: relative;
    z-index: 0;
  }

  .nabc-testimonials .tns-item:not(.tns-center) .nabc-testimonial {
    filter: blur(1px);
    transform: scale(0.75) translateX(60%);
  }

  .nabc-testimonials .tns-center {
    z-index: 1;
  }

  .nabc-testimonials .tns-center ~ .tns-item .nabc-testimonial {
    transform: scale(0.75) translateX(-60%);
  }
}

.nabc-masonry .nabc-stone {
  padding-bottom: 10px;
  width: calc((100% - 20px) / 3);
}

@media (min-width: 480px) and (max-width: 979px) {
  .nabc-masonry .nabc-stone {
    width: calc((100% - 10px) / 2);
  }
}

@media (max-width: 479px) {
  .nabc-masonry .nabc-stone {
    width: 100%;
  }
}

.wp-block-quote {
  font-size: 14px;
  font-style: italic;
  border: 0;
  padding: 0;
}

@media (max-width: 979px) {
  .wp-block-quote {
    font-size: 12px;
    text-align: center;
  }
}

.wp-block-quote cite {
  color: #C3A7BD;
}

.wp-block-quote .is-style-large {
  font-size: 16px;
}

@media (max-width: 979px) {
  .wp-block-quote .is-style-large {
    font-size: 14px;
  }
}

@media (min-width: 980px) {
  .nm\:bg-light-pink {
    background-color: #FBECF0 !important;
  }

  .nm\:bg-pink {
    background-color: #C3A7BD !important;
  }

  .nm\:bg-red {
    background-color: #F00 !important;
  }

  .nm\:bg-white {
    background-color: #FFF !important;
  }

  .nm\:bg-lightest-gray {
    background-color: #F5F5F5 !important;
  }

  .nm\:bg-lighter-gray {
    background-color: #CCC !important;
  }

  .nm\:bg-light-gray {
    background-color: #858585 !important;
  }

  .nm\:bg-gray {
    background-color: #6B6B6B !important;
  }

  .nm\:bg-dark-gray {
    background-color: #333 !important;
  }

  .nm\:bg-black {
    background-color: #000 !important;
  }

  .nm\:hover\:bg-light-pink:hover {
    background-color: #FBECF0 !important;
  }

  .nm\:hover\:bg-pink:hover {
    background-color: #C3A7BD !important;
  }

  .nm\:hover\:bg-red:hover {
    background-color: #F00 !important;
  }

  .nm\:hover\:bg-white:hover {
    background-color: #FFF !important;
  }

  .nm\:hover\:bg-lightest-gray:hover {
    background-color: #F5F5F5 !important;
  }

  .nm\:hover\:bg-lighter-gray:hover {
    background-color: #CCC !important;
  }

  .nm\:hover\:bg-light-gray:hover {
    background-color: #858585 !important;
  }

  .nm\:hover\:bg-gray:hover {
    background-color: #6B6B6B !important;
  }

  .nm\:hover\:bg-dark-gray:hover {
    background-color: #333 !important;
  }

  .nm\:hover\:bg-black:hover {
    background-color: #000 !important;
  }

  .nm\:focus\:bg-light-pink:focus {
    background-color: #FBECF0 !important;
  }

  .nm\:focus\:bg-pink:focus {
    background-color: #C3A7BD !important;
  }

  .nm\:focus\:bg-red:focus {
    background-color: #F00 !important;
  }

  .nm\:focus\:bg-white:focus {
    background-color: #FFF !important;
  }

  .nm\:focus\:bg-lightest-gray:focus {
    background-color: #F5F5F5 !important;
  }

  .nm\:focus\:bg-lighter-gray:focus {
    background-color: #CCC !important;
  }

  .nm\:focus\:bg-light-gray:focus {
    background-color: #858585 !important;
  }

  .nm\:focus\:bg-gray:focus {
    background-color: #6B6B6B !important;
  }

  .nm\:focus\:bg-dark-gray:focus {
    background-color: #333 !important;
  }

  .nm\:focus\:bg-black:focus {
    background-color: #000 !important;
  }

  .nm\:active\:bg-light-pink:active {
    background-color: #FBECF0 !important;
  }

  .nm\:active\:bg-pink:active {
    background-color: #C3A7BD !important;
  }

  .nm\:active\:bg-red:active {
    background-color: #F00 !important;
  }

  .nm\:active\:bg-white:active {
    background-color: #FFF !important;
  }

  .nm\:active\:bg-lightest-gray:active {
    background-color: #F5F5F5 !important;
  }

  .nm\:active\:bg-lighter-gray:active {
    background-color: #CCC !important;
  }

  .nm\:active\:bg-light-gray:active {
    background-color: #858585 !important;
  }

  .nm\:active\:bg-gray:active {
    background-color: #6B6B6B !important;
  }

  .nm\:active\:bg-dark-gray:active {
    background-color: #333 !important;
  }

  .nm\:active\:bg-black:active {
    background-color: #000 !important;
  }

  .nm\:bg-bottom {
    background-position: bottom !important;
  }

  .nm\:bg-center {
    background-position: center !important;
  }

  .nm\:bg-left {
    background-position: left !important;
  }

  .nm\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .nm\:bg-left-top {
    background-position: left top !important;
  }

  .nm\:bg-right {
    background-position: right !important;
  }

  .nm\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .nm\:bg-right-top {
    background-position: right top !important;
  }

  .nm\:bg-top {
    background-position: top !important;
  }

  .nm\:border-light-pink {
    border-color: #FBECF0 !important;
  }

  .nm\:border-pink {
    border-color: #C3A7BD !important;
  }

  .nm\:border-red {
    border-color: #F00 !important;
  }

  .nm\:border-white {
    border-color: #FFF !important;
  }

  .nm\:border-lightest-gray {
    border-color: #F5F5F5 !important;
  }

  .nm\:border-lighter-gray {
    border-color: #CCC !important;
  }

  .nm\:border-light-gray {
    border-color: #858585 !important;
  }

  .nm\:border-gray {
    border-color: #6B6B6B !important;
  }

  .nm\:border-dark-gray {
    border-color: #333 !important;
  }

  .nm\:border-black {
    border-color: #000 !important;
  }

  .nm\:hover\:border-light-pink:hover {
    border-color: #FBECF0 !important;
  }

  .nm\:hover\:border-pink:hover {
    border-color: #C3A7BD !important;
  }

  .nm\:hover\:border-red:hover {
    border-color: #F00 !important;
  }

  .nm\:hover\:border-white:hover {
    border-color: #FFF !important;
  }

  .nm\:hover\:border-lightest-gray:hover {
    border-color: #F5F5F5 !important;
  }

  .nm\:hover\:border-lighter-gray:hover {
    border-color: #CCC !important;
  }

  .nm\:hover\:border-light-gray:hover {
    border-color: #858585 !important;
  }

  .nm\:hover\:border-gray:hover {
    border-color: #6B6B6B !important;
  }

  .nm\:hover\:border-dark-gray:hover {
    border-color: #333 !important;
  }

  .nm\:hover\:border-black:hover {
    border-color: #000 !important;
  }

  .nm\:focus\:border-light-pink:focus {
    border-color: #FBECF0 !important;
  }

  .nm\:focus\:border-pink:focus {
    border-color: #C3A7BD !important;
  }

  .nm\:focus\:border-red:focus {
    border-color: #F00 !important;
  }

  .nm\:focus\:border-white:focus {
    border-color: #FFF !important;
  }

  .nm\:focus\:border-lightest-gray:focus {
    border-color: #F5F5F5 !important;
  }

  .nm\:focus\:border-lighter-gray:focus {
    border-color: #CCC !important;
  }

  .nm\:focus\:border-light-gray:focus {
    border-color: #858585 !important;
  }

  .nm\:focus\:border-gray:focus {
    border-color: #6B6B6B !important;
  }

  .nm\:focus\:border-dark-gray:focus {
    border-color: #333 !important;
  }

  .nm\:focus\:border-black:focus {
    border-color: #000 !important;
  }

  .nm\:border-none {
    border-width: 0 !important;
  }

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

  .nm\:border-t-none {
    border-top-width: 0 !important;
  }

  .nm\:border-r-none {
    border-right-width: 0 !important;
  }

  .nm\:border-b-none {
    border-bottom-width: 0 !important;
  }

  .nm\:border-l-none {
    border-left-width: 0 !important;
  }

  .nm\:border-t {
    border-top-width: 1px !important;
  }

  .nm\:border-r {
    border-right-width: 1px !important;
  }

  .nm\:border-b {
    border-bottom-width: 1px !important;
  }

  .nm\:border-l {
    border-left-width: 1px !important;
  }

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

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

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

  .nm\:flex {
    display: flex !important;
  }

  .nm\:inline-flex {
    display: inline-flex !important;
  }

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

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

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

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

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

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

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

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

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

  .nm\:flow-root {
    display: flow-root !important;
  }

  .nm\:grid {
    display: grid !important;
  }

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

  .nm\:contents {
    display: contents !important;
  }

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

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

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

  .nm\:flex-col {
    flex-direction: column !important;
  }

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

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

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

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

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

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

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

  .nm\:float-right {
    float: right !important;
  }

  .nm\:float-left {
    float: left !important;
  }

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

  .nm\:clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .nm\:text-xs {
    font-size: 12px !important;
  }

  .nm\:text-sm {
    font-size: 14px !important;
  }

  .nm\:text-base {
    font-size: 16px !important;
  }

  .nm\:text-lg {
    font-size: 18px !important;
  }

  .nm\:text-xl {
    font-size: 20px !important;
  }

  .nm\:text-2xl {
    font-size: 24px !important;
  }

  .nm\:text-3xl {
    font-size: 32px !important;
  }

  .nm\:text-4xl {
    font-size: 48px !important;
  }

  .nm\:text-5xl {
    font-size: 56px !important;
  }

  .nm\:text-6xl {
    font-size: 64px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .nm\:mr-auto {
    margin-right: auto !important;
  }

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

  .nm\:ml-auto {
    margin-left: auto !important;
  }

  .nm\:max-w-none {
    max-width: none !important;
  }

  .nm\:max-w-half {
    max-width: 50% !important;
  }

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

  .nm\:max-w-content {
    max-width: 1080px !important;
  }

  .nm\:max-w-wide {
    max-width: 1440px !important;
  }

  .nm\:max-w-screen {
    max-width: 100vw !important;
  }

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

  .nm\:p-5 {
    padding: 5px !important;
  }

  .nm\:p-10 {
    padding: 10px !important;
  }

  .nm\:p-15 {
    padding: 15px !important;
  }

  .nm\:p-20 {
    padding: 20px !important;
  }

  .nm\:p-25 {
    padding: 25px !important;
  }

  .nm\:p-30 {
    padding: 30px !important;
  }

  .nm\:p-35 {
    padding: 35px !important;
  }

  .nm\:p-40 {
    padding: 40px !important;
  }

  .nm\:p-45 {
    padding: 45px !important;
  }

  .nm\:p-50 {
    padding: 50px !important;
  }

  .nm\:p-75 {
    padding: 75px !important;
  }

  .nm\:p-100 {
    padding: 100px !important;
  }

  .nm\:p-125 {
    padding: 125px !important;
  }

  .nm\:p-150 {
    padding: 150px !important;
  }

  .nm\:p-175 {
    padding: 175px !important;
  }

  .nm\:p-200 {
    padding: 200px !important;
  }

  .nm\:p-225 {
    padding: 225px !important;
  }

  .nm\:p-250 {
    padding: 250px !important;
  }

  .nm\:p-auto {
    padding: auto !important;
  }

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

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

  .nm\:py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

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

  .nm\:py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

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

  .nm\:py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .nm\:px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .nm\:py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .nm\:px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .nm\:py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .nm\:px-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .nm\:py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .nm\:px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .nm\:py-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .nm\:px-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  .nm\:py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .nm\:px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .nm\:py-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .nm\:px-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }

  .nm\:py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .nm\:px-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .nm\:py-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .nm\:px-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }

  .nm\:py-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .nm\:px-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .nm\:py-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }

  .nm\:px-125 {
    padding-left: 125px !important;
    padding-right: 125px !important;
  }

  .nm\:py-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .nm\:px-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }

  .nm\:py-175 {
    padding-top: 175px !important;
    padding-bottom: 175px !important;
  }

  .nm\:px-175 {
    padding-left: 175px !important;
    padding-right: 175px !important;
  }

  .nm\:py-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .nm\:px-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }

  .nm\:py-225 {
    padding-top: 225px !important;
    padding-bottom: 225px !important;
  }

  .nm\:px-225 {
    padding-left: 225px !important;
    padding-right: 225px !important;
  }

  .nm\:py-250 {
    padding-top: 250px !important;
    padding-bottom: 250px !important;
  }

  .nm\:px-250 {
    padding-left: 250px !important;
    padding-right: 250px !important;
  }

  .nm\:py-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .nm\:px-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .nm\:pt-0 {
    padding-top: 0 !important;
  }

  .nm\:pr-0 {
    padding-right: 0 !important;
  }

  .nm\:pb-0 {
    padding-bottom: 0 !important;
  }

  .nm\:pl-0 {
    padding-left: 0 !important;
  }

  .nm\:pt-5 {
    padding-top: 5px !important;
  }

  .nm\:pr-5 {
    padding-right: 5px !important;
  }

  .nm\:pb-5 {
    padding-bottom: 5px !important;
  }

  .nm\:pl-5 {
    padding-left: 5px !important;
  }

  .nm\:pt-10 {
    padding-top: 10px !important;
  }

  .nm\:pr-10 {
    padding-right: 10px !important;
  }

  .nm\:pb-10 {
    padding-bottom: 10px !important;
  }

  .nm\:pl-10 {
    padding-left: 10px !important;
  }

  .nm\:pt-15 {
    padding-top: 15px !important;
  }

  .nm\:pr-15 {
    padding-right: 15px !important;
  }

  .nm\:pb-15 {
    padding-bottom: 15px !important;
  }

  .nm\:pl-15 {
    padding-left: 15px !important;
  }

  .nm\:pt-20 {
    padding-top: 20px !important;
  }

  .nm\:pr-20 {
    padding-right: 20px !important;
  }

  .nm\:pb-20 {
    padding-bottom: 20px !important;
  }

  .nm\:pl-20 {
    padding-left: 20px !important;
  }

  .nm\:pt-25 {
    padding-top: 25px !important;
  }

  .nm\:pr-25 {
    padding-right: 25px !important;
  }

  .nm\:pb-25 {
    padding-bottom: 25px !important;
  }

  .nm\:pl-25 {
    padding-left: 25px !important;
  }

  .nm\:pt-30 {
    padding-top: 30px !important;
  }

  .nm\:pr-30 {
    padding-right: 30px !important;
  }

  .nm\:pb-30 {
    padding-bottom: 30px !important;
  }

  .nm\:pl-30 {
    padding-left: 30px !important;
  }

  .nm\:pt-35 {
    padding-top: 35px !important;
  }

  .nm\:pr-35 {
    padding-right: 35px !important;
  }

  .nm\:pb-35 {
    padding-bottom: 35px !important;
  }

  .nm\:pl-35 {
    padding-left: 35px !important;
  }

  .nm\:pt-40 {
    padding-top: 40px !important;
  }

  .nm\:pr-40 {
    padding-right: 40px !important;
  }

  .nm\:pb-40 {
    padding-bottom: 40px !important;
  }

  .nm\:pl-40 {
    padding-left: 40px !important;
  }

  .nm\:pt-45 {
    padding-top: 45px !important;
  }

  .nm\:pr-45 {
    padding-right: 45px !important;
  }

  .nm\:pb-45 {
    padding-bottom: 45px !important;
  }

  .nm\:pl-45 {
    padding-left: 45px !important;
  }

  .nm\:pt-50 {
    padding-top: 50px !important;
  }

  .nm\:pr-50 {
    padding-right: 50px !important;
  }

  .nm\:pb-50 {
    padding-bottom: 50px !important;
  }

  .nm\:pl-50 {
    padding-left: 50px !important;
  }

  .nm\:pt-75 {
    padding-top: 75px !important;
  }

  .nm\:pr-75 {
    padding-right: 75px !important;
  }

  .nm\:pb-75 {
    padding-bottom: 75px !important;
  }

  .nm\:pl-75 {
    padding-left: 75px !important;
  }

  .nm\:pt-100 {
    padding-top: 100px !important;
  }

  .nm\:pr-100 {
    padding-right: 100px !important;
  }

  .nm\:pb-100 {
    padding-bottom: 100px !important;
  }

  .nm\:pl-100 {
    padding-left: 100px !important;
  }

  .nm\:pt-125 {
    padding-top: 125px !important;
  }

  .nm\:pr-125 {
    padding-right: 125px !important;
  }

  .nm\:pb-125 {
    padding-bottom: 125px !important;
  }

  .nm\:pl-125 {
    padding-left: 125px !important;
  }

  .nm\:pt-150 {
    padding-top: 150px !important;
  }

  .nm\:pr-150 {
    padding-right: 150px !important;
  }

  .nm\:pb-150 {
    padding-bottom: 150px !important;
  }

  .nm\:pl-150 {
    padding-left: 150px !important;
  }

  .nm\:pt-175 {
    padding-top: 175px !important;
  }

  .nm\:pr-175 {
    padding-right: 175px !important;
  }

  .nm\:pb-175 {
    padding-bottom: 175px !important;
  }

  .nm\:pl-175 {
    padding-left: 175px !important;
  }

  .nm\:pt-200 {
    padding-top: 200px !important;
  }

  .nm\:pr-200 {
    padding-right: 200px !important;
  }

  .nm\:pb-200 {
    padding-bottom: 200px !important;
  }

  .nm\:pl-200 {
    padding-left: 200px !important;
  }

  .nm\:pt-225 {
    padding-top: 225px !important;
  }

  .nm\:pr-225 {
    padding-right: 225px !important;
  }

  .nm\:pb-225 {
    padding-bottom: 225px !important;
  }

  .nm\:pl-225 {
    padding-left: 225px !important;
  }

  .nm\:pt-250 {
    padding-top: 250px !important;
  }

  .nm\:pr-250 {
    padding-right: 250px !important;
  }

  .nm\:pb-250 {
    padding-bottom: 250px !important;
  }

  .nm\:pl-250 {
    padding-left: 250px !important;
  }

  .nm\:pt-auto {
    padding-top: auto !important;
  }

  .nm\:pr-auto {
    padding-right: auto !important;
  }

  .nm\:pb-auto {
    padding-bottom: auto !important;
  }

  .nm\:pl-auto {
    padding-left: auto !important;
  }

  .nm\:static {
    position: static !important;
  }

  .nm\:fixed {
    position: fixed !important;
  }

  .nm\:absolute {
    position: absolute !important;
  }

  .nm\:relative {
    position: relative !important;
  }

  .nm\:sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .nm\:text-left {
    text-align: left !important;
  }

  .nm\:text-center {
    text-align: center !important;
  }

  .nm\:text-right {
    text-align: right !important;
  }

  .nm\:text-justify {
    text-align: justify !important;
  }

  .nm\:text-light-pink {
    --text-opacity: 1 !important;
    color: #FBECF0 !important;
    color: rgba(251, 236, 240, var(--text-opacity)) !important;
  }

  .nm\:text-pink {
    --text-opacity: 1 !important;
    color: #C3A7BD !important;
    color: rgba(195, 167, 189, var(--text-opacity)) !important;
  }

  .nm\:text-red {
    --text-opacity: 1 !important;
    color: #F00 !important;
    color: rgba(255, 0, 0, var(--text-opacity)) !important;
  }

  .nm\:text-white {
    --text-opacity: 1 !important;
    color: #FFF !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .nm\:text-lightest-gray {
    --text-opacity: 1 !important;
    color: #F5F5F5 !important;
    color: rgba(245, 245, 245, var(--text-opacity)) !important;
  }

  .nm\:text-lighter-gray {
    --text-opacity: 1 !important;
    color: #CCC !important;
    color: rgba(204, 204, 204, var(--text-opacity)) !important;
  }

  .nm\:text-light-gray {
    --text-opacity: 1 !important;
    color: #858585 !important;
    color: rgba(133, 133, 133, var(--text-opacity)) !important;
  }

  .nm\:text-gray {
    --text-opacity: 1 !important;
    color: #6B6B6B !important;
    color: rgba(107, 107, 107, var(--text-opacity)) !important;
  }

  .nm\:text-dark-gray {
    --text-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--text-opacity)) !important;
  }

  .nm\:text-black {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .nm\:hover\:text-light-pink:hover {
    --text-opacity: 1 !important;
    color: #FBECF0 !important;
    color: rgba(251, 236, 240, var(--text-opacity)) !important;
  }

  .nm\:hover\:text-pink:hover {
    --text-opacity: 1 !important;
    color: #C3A7BD !important;
    color: rgba(195, 167, 189, var(--text-opacity)) !important;
  }

  .nm\:hover\:text-red:hover {
    --text-opacity: 1 !important;
    color: #F00 !important;
    color: rgba(255, 0, 0, var(--text-opacity)) !important;
  }

  .nm\:hover\:text-white:hover {
    --text-opacity: 1 !important;
    color: #FFF !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .nm\:hover\:text-lightest-gray:hover {
    --text-opacity: 1 !important;
    color: #F5F5F5 !important;
    color: rgba(245, 245, 245, var(--text-opacity)) !important;
  }

  .nm\:hover\:text-lighter-gray:hover {
    --text-opacity: 1 !important;
    color: #CCC !important;
    color: rgba(204, 204, 204, var(--text-opacity)) !important;
  }

  .nm\:hover\:text-light-gray:hover {
    --text-opacity: 1 !important;
    color: #858585 !important;
    color: rgba(133, 133, 133, var(--text-opacity)) !important;
  }

  .nm\:hover\:text-gray:hover {
    --text-opacity: 1 !important;
    color: #6B6B6B !important;
    color: rgba(107, 107, 107, var(--text-opacity)) !important;
  }

  .nm\:hover\:text-dark-gray:hover {
    --text-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--text-opacity)) !important;
  }

  .nm\:hover\:text-black:hover {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .nm\:focus\:text-light-pink:focus {
    --text-opacity: 1 !important;
    color: #FBECF0 !important;
    color: rgba(251, 236, 240, var(--text-opacity)) !important;
  }

  .nm\:focus\:text-pink:focus {
    --text-opacity: 1 !important;
    color: #C3A7BD !important;
    color: rgba(195, 167, 189, var(--text-opacity)) !important;
  }

  .nm\:focus\:text-red:focus {
    --text-opacity: 1 !important;
    color: #F00 !important;
    color: rgba(255, 0, 0, var(--text-opacity)) !important;
  }

  .nm\:focus\:text-white:focus {
    --text-opacity: 1 !important;
    color: #FFF !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .nm\:focus\:text-lightest-gray:focus {
    --text-opacity: 1 !important;
    color: #F5F5F5 !important;
    color: rgba(245, 245, 245, var(--text-opacity)) !important;
  }

  .nm\:focus\:text-lighter-gray:focus {
    --text-opacity: 1 !important;
    color: #CCC !important;
    color: rgba(204, 204, 204, var(--text-opacity)) !important;
  }

  .nm\:focus\:text-light-gray:focus {
    --text-opacity: 1 !important;
    color: #858585 !important;
    color: rgba(133, 133, 133, var(--text-opacity)) !important;
  }

  .nm\:focus\:text-gray:focus {
    --text-opacity: 1 !important;
    color: #6B6B6B !important;
    color: rgba(107, 107, 107, var(--text-opacity)) !important;
  }

  .nm\:focus\:text-dark-gray:focus {
    --text-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--text-opacity)) !important;
  }

  .nm\:focus\:text-black:focus {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

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

  .nm\:w-1-5 {
    width: 20% !important;
  }

  .nm\:w-1-4 {
    width: 25% !important;
  }

  .nm\:w-1-3 {
    width: 33.333% !important;
  }

  .nm\:w-1-2 {
    width: 50% !important;
  }

  .nm\:w-3-5 {
    width: 60% !important;
  }

  .nm\:w-2-3 {
    width: 66.666% !important;
  }

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

  .nm\:w-screen {
    width: 100vw !important;
  }
}

@media (max-width: 979px) {
  .m\:bg-light-pink {
    background-color: #FBECF0 !important;
  }

  .m\:bg-pink {
    background-color: #C3A7BD !important;
  }

  .m\:bg-red {
    background-color: #F00 !important;
  }

  .m\:bg-white {
    background-color: #FFF !important;
  }

  .m\:bg-lightest-gray {
    background-color: #F5F5F5 !important;
  }

  .m\:bg-lighter-gray {
    background-color: #CCC !important;
  }

  .m\:bg-light-gray {
    background-color: #858585 !important;
  }

  .m\:bg-gray {
    background-color: #6B6B6B !important;
  }

  .m\:bg-dark-gray {
    background-color: #333 !important;
  }

  .m\:bg-black {
    background-color: #000 !important;
  }

  .m\:hover\:bg-light-pink:hover {
    background-color: #FBECF0 !important;
  }

  .m\:hover\:bg-pink:hover {
    background-color: #C3A7BD !important;
  }

  .m\:hover\:bg-red:hover {
    background-color: #F00 !important;
  }

  .m\:hover\:bg-white:hover {
    background-color: #FFF !important;
  }

  .m\:hover\:bg-lightest-gray:hover {
    background-color: #F5F5F5 !important;
  }

  .m\:hover\:bg-lighter-gray:hover {
    background-color: #CCC !important;
  }

  .m\:hover\:bg-light-gray:hover {
    background-color: #858585 !important;
  }

  .m\:hover\:bg-gray:hover {
    background-color: #6B6B6B !important;
  }

  .m\:hover\:bg-dark-gray:hover {
    background-color: #333 !important;
  }

  .m\:hover\:bg-black:hover {
    background-color: #000 !important;
  }

  .m\:focus\:bg-light-pink:focus {
    background-color: #FBECF0 !important;
  }

  .m\:focus\:bg-pink:focus {
    background-color: #C3A7BD !important;
  }

  .m\:focus\:bg-red:focus {
    background-color: #F00 !important;
  }

  .m\:focus\:bg-white:focus {
    background-color: #FFF !important;
  }

  .m\:focus\:bg-lightest-gray:focus {
    background-color: #F5F5F5 !important;
  }

  .m\:focus\:bg-lighter-gray:focus {
    background-color: #CCC !important;
  }

  .m\:focus\:bg-light-gray:focus {
    background-color: #858585 !important;
  }

  .m\:focus\:bg-gray:focus {
    background-color: #6B6B6B !important;
  }

  .m\:focus\:bg-dark-gray:focus {
    background-color: #333 !important;
  }

  .m\:focus\:bg-black:focus {
    background-color: #000 !important;
  }

  .m\:active\:bg-light-pink:active {
    background-color: #FBECF0 !important;
  }

  .m\:active\:bg-pink:active {
    background-color: #C3A7BD !important;
  }

  .m\:active\:bg-red:active {
    background-color: #F00 !important;
  }

  .m\:active\:bg-white:active {
    background-color: #FFF !important;
  }

  .m\:active\:bg-lightest-gray:active {
    background-color: #F5F5F5 !important;
  }

  .m\:active\:bg-lighter-gray:active {
    background-color: #CCC !important;
  }

  .m\:active\:bg-light-gray:active {
    background-color: #858585 !important;
  }

  .m\:active\:bg-gray:active {
    background-color: #6B6B6B !important;
  }

  .m\:active\:bg-dark-gray:active {
    background-color: #333 !important;
  }

  .m\:active\:bg-black:active {
    background-color: #000 !important;
  }

  .m\:bg-bottom {
    background-position: bottom !important;
  }

  .m\:bg-center {
    background-position: center !important;
  }

  .m\:bg-left {
    background-position: left !important;
  }

  .m\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .m\:bg-left-top {
    background-position: left top !important;
  }

  .m\:bg-right {
    background-position: right !important;
  }

  .m\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .m\:bg-right-top {
    background-position: right top !important;
  }

  .m\:bg-top {
    background-position: top !important;
  }

  .m\:border-light-pink {
    border-color: #FBECF0 !important;
  }

  .m\:border-pink {
    border-color: #C3A7BD !important;
  }

  .m\:border-red {
    border-color: #F00 !important;
  }

  .m\:border-white {
    border-color: #FFF !important;
  }

  .m\:border-lightest-gray {
    border-color: #F5F5F5 !important;
  }

  .m\:border-lighter-gray {
    border-color: #CCC !important;
  }

  .m\:border-light-gray {
    border-color: #858585 !important;
  }

  .m\:border-gray {
    border-color: #6B6B6B !important;
  }

  .m\:border-dark-gray {
    border-color: #333 !important;
  }

  .m\:border-black {
    border-color: #000 !important;
  }

  .m\:hover\:border-light-pink:hover {
    border-color: #FBECF0 !important;
  }

  .m\:hover\:border-pink:hover {
    border-color: #C3A7BD !important;
  }

  .m\:hover\:border-red:hover {
    border-color: #F00 !important;
  }

  .m\:hover\:border-white:hover {
    border-color: #FFF !important;
  }

  .m\:hover\:border-lightest-gray:hover {
    border-color: #F5F5F5 !important;
  }

  .m\:hover\:border-lighter-gray:hover {
    border-color: #CCC !important;
  }

  .m\:hover\:border-light-gray:hover {
    border-color: #858585 !important;
  }

  .m\:hover\:border-gray:hover {
    border-color: #6B6B6B !important;
  }

  .m\:hover\:border-dark-gray:hover {
    border-color: #333 !important;
  }

  .m\:hover\:border-black:hover {
    border-color: #000 !important;
  }

  .m\:focus\:border-light-pink:focus {
    border-color: #FBECF0 !important;
  }

  .m\:focus\:border-pink:focus {
    border-color: #C3A7BD !important;
  }

  .m\:focus\:border-red:focus {
    border-color: #F00 !important;
  }

  .m\:focus\:border-white:focus {
    border-color: #FFF !important;
  }

  .m\:focus\:border-lightest-gray:focus {
    border-color: #F5F5F5 !important;
  }

  .m\:focus\:border-lighter-gray:focus {
    border-color: #CCC !important;
  }

  .m\:focus\:border-light-gray:focus {
    border-color: #858585 !important;
  }

  .m\:focus\:border-gray:focus {
    border-color: #6B6B6B !important;
  }

  .m\:focus\:border-dark-gray:focus {
    border-color: #333 !important;
  }

  .m\:focus\:border-black:focus {
    border-color: #000 !important;
  }

  .m\:border-none {
    border-width: 0 !important;
  }

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

  .m\:border-t-none {
    border-top-width: 0 !important;
  }

  .m\:border-r-none {
    border-right-width: 0 !important;
  }

  .m\:border-b-none {
    border-bottom-width: 0 !important;
  }

  .m\:border-l-none {
    border-left-width: 0 !important;
  }

  .m\:border-t {
    border-top-width: 1px !important;
  }

  .m\:border-r {
    border-right-width: 1px !important;
  }

  .m\:border-b {
    border-bottom-width: 1px !important;
  }

  .m\:border-l {
    border-left-width: 1px !important;
  }

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

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

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

  .m\:flex {
    display: flex !important;
  }

  .m\:inline-flex {
    display: inline-flex !important;
  }

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

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

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

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

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

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

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

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

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

  .m\:flow-root {
    display: flow-root !important;
  }

  .m\:grid {
    display: grid !important;
  }

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

  .m\:contents {
    display: contents !important;
  }

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

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

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

  .m\:flex-col {
    flex-direction: column !important;
  }

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

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

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

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

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

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

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

  .m\:float-right {
    float: right !important;
  }

  .m\:float-left {
    float: left !important;
  }

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

  .m\:clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .m\:text-xs {
    font-size: 12px !important;
  }

  .m\:text-sm {
    font-size: 14px !important;
  }

  .m\:text-base {
    font-size: 16px !important;
  }

  .m\:text-lg {
    font-size: 18px !important;
  }

  .m\:text-xl {
    font-size: 20px !important;
  }

  .m\:text-2xl {
    font-size: 24px !important;
  }

  .m\:text-3xl {
    font-size: 32px !important;
  }

  .m\:text-4xl {
    font-size: 48px !important;
  }

  .m\:text-5xl {
    font-size: 56px !important;
  }

  .m\:text-6xl {
    font-size: 64px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m\:mr-auto {
    margin-right: auto !important;
  }

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

  .m\:ml-auto {
    margin-left: auto !important;
  }

  .m\:max-w-none {
    max-width: none !important;
  }

  .m\:max-w-half {
    max-width: 50% !important;
  }

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

  .m\:max-w-content {
    max-width: 1080px !important;
  }

  .m\:max-w-wide {
    max-width: 1440px !important;
  }

  .m\:max-w-screen {
    max-width: 100vw !important;
  }

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

  .m\:p-5 {
    padding: 5px !important;
  }

  .m\:p-10 {
    padding: 10px !important;
  }

  .m\:p-15 {
    padding: 15px !important;
  }

  .m\:p-20 {
    padding: 20px !important;
  }

  .m\:p-25 {
    padding: 25px !important;
  }

  .m\:p-30 {
    padding: 30px !important;
  }

  .m\:p-35 {
    padding: 35px !important;
  }

  .m\:p-40 {
    padding: 40px !important;
  }

  .m\:p-45 {
    padding: 45px !important;
  }

  .m\:p-50 {
    padding: 50px !important;
  }

  .m\:p-75 {
    padding: 75px !important;
  }

  .m\:p-100 {
    padding: 100px !important;
  }

  .m\:p-125 {
    padding: 125px !important;
  }

  .m\:p-150 {
    padding: 150px !important;
  }

  .m\:p-175 {
    padding: 175px !important;
  }

  .m\:p-200 {
    padding: 200px !important;
  }

  .m\:p-225 {
    padding: 225px !important;
  }

  .m\:p-250 {
    padding: 250px !important;
  }

  .m\:p-auto {
    padding: auto !important;
  }

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

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

  .m\:py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

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

  .m\:py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

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

  .m\:py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .m\:px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .m\:py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .m\:px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .m\:py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .m\:px-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .m\:py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .m\:px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .m\:py-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .m\:px-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  .m\:py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .m\:px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .m\:py-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .m\:px-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }

  .m\:py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .m\:px-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .m\:py-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .m\:px-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }

  .m\:py-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .m\:px-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .m\:py-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }

  .m\:px-125 {
    padding-left: 125px !important;
    padding-right: 125px !important;
  }

  .m\:py-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .m\:px-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }

  .m\:py-175 {
    padding-top: 175px !important;
    padding-bottom: 175px !important;
  }

  .m\:px-175 {
    padding-left: 175px !important;
    padding-right: 175px !important;
  }

  .m\:py-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .m\:px-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }

  .m\:py-225 {
    padding-top: 225px !important;
    padding-bottom: 225px !important;
  }

  .m\:px-225 {
    padding-left: 225px !important;
    padding-right: 225px !important;
  }

  .m\:py-250 {
    padding-top: 250px !important;
    padding-bottom: 250px !important;
  }

  .m\:px-250 {
    padding-left: 250px !important;
    padding-right: 250px !important;
  }

  .m\:py-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .m\:px-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .m\:pt-0 {
    padding-top: 0 !important;
  }

  .m\:pr-0 {
    padding-right: 0 !important;
  }

  .m\:pb-0 {
    padding-bottom: 0 !important;
  }

  .m\:pl-0 {
    padding-left: 0 !important;
  }

  .m\:pt-5 {
    padding-top: 5px !important;
  }

  .m\:pr-5 {
    padding-right: 5px !important;
  }

  .m\:pb-5 {
    padding-bottom: 5px !important;
  }

  .m\:pl-5 {
    padding-left: 5px !important;
  }

  .m\:pt-10 {
    padding-top: 10px !important;
  }

  .m\:pr-10 {
    padding-right: 10px !important;
  }

  .m\:pb-10 {
    padding-bottom: 10px !important;
  }

  .m\:pl-10 {
    padding-left: 10px !important;
  }

  .m\:pt-15 {
    padding-top: 15px !important;
  }

  .m\:pr-15 {
    padding-right: 15px !important;
  }

  .m\:pb-15 {
    padding-bottom: 15px !important;
  }

  .m\:pl-15 {
    padding-left: 15px !important;
  }

  .m\:pt-20 {
    padding-top: 20px !important;
  }

  .m\:pr-20 {
    padding-right: 20px !important;
  }

  .m\:pb-20 {
    padding-bottom: 20px !important;
  }

  .m\:pl-20 {
    padding-left: 20px !important;
  }

  .m\:pt-25 {
    padding-top: 25px !important;
  }

  .m\:pr-25 {
    padding-right: 25px !important;
  }

  .m\:pb-25 {
    padding-bottom: 25px !important;
  }

  .m\:pl-25 {
    padding-left: 25px !important;
  }

  .m\:pt-30 {
    padding-top: 30px !important;
  }

  .m\:pr-30 {
    padding-right: 30px !important;
  }

  .m\:pb-30 {
    padding-bottom: 30px !important;
  }

  .m\:pl-30 {
    padding-left: 30px !important;
  }

  .m\:pt-35 {
    padding-top: 35px !important;
  }

  .m\:pr-35 {
    padding-right: 35px !important;
  }

  .m\:pb-35 {
    padding-bottom: 35px !important;
  }

  .m\:pl-35 {
    padding-left: 35px !important;
  }

  .m\:pt-40 {
    padding-top: 40px !important;
  }

  .m\:pr-40 {
    padding-right: 40px !important;
  }

  .m\:pb-40 {
    padding-bottom: 40px !important;
  }

  .m\:pl-40 {
    padding-left: 40px !important;
  }

  .m\:pt-45 {
    padding-top: 45px !important;
  }

  .m\:pr-45 {
    padding-right: 45px !important;
  }

  .m\:pb-45 {
    padding-bottom: 45px !important;
  }

  .m\:pl-45 {
    padding-left: 45px !important;
  }

  .m\:pt-50 {
    padding-top: 50px !important;
  }

  .m\:pr-50 {
    padding-right: 50px !important;
  }

  .m\:pb-50 {
    padding-bottom: 50px !important;
  }

  .m\:pl-50 {
    padding-left: 50px !important;
  }

  .m\:pt-75 {
    padding-top: 75px !important;
  }

  .m\:pr-75 {
    padding-right: 75px !important;
  }

  .m\:pb-75 {
    padding-bottom: 75px !important;
  }

  .m\:pl-75 {
    padding-left: 75px !important;
  }

  .m\:pt-100 {
    padding-top: 100px !important;
  }

  .m\:pr-100 {
    padding-right: 100px !important;
  }

  .m\:pb-100 {
    padding-bottom: 100px !important;
  }

  .m\:pl-100 {
    padding-left: 100px !important;
  }

  .m\:pt-125 {
    padding-top: 125px !important;
  }

  .m\:pr-125 {
    padding-right: 125px !important;
  }

  .m\:pb-125 {
    padding-bottom: 125px !important;
  }

  .m\:pl-125 {
    padding-left: 125px !important;
  }

  .m\:pt-150 {
    padding-top: 150px !important;
  }

  .m\:pr-150 {
    padding-right: 150px !important;
  }

  .m\:pb-150 {
    padding-bottom: 150px !important;
  }

  .m\:pl-150 {
    padding-left: 150px !important;
  }

  .m\:pt-175 {
    padding-top: 175px !important;
  }

  .m\:pr-175 {
    padding-right: 175px !important;
  }

  .m\:pb-175 {
    padding-bottom: 175px !important;
  }

  .m\:pl-175 {
    padding-left: 175px !important;
  }

  .m\:pt-200 {
    padding-top: 200px !important;
  }

  .m\:pr-200 {
    padding-right: 200px !important;
  }

  .m\:pb-200 {
    padding-bottom: 200px !important;
  }

  .m\:pl-200 {
    padding-left: 200px !important;
  }

  .m\:pt-225 {
    padding-top: 225px !important;
  }

  .m\:pr-225 {
    padding-right: 225px !important;
  }

  .m\:pb-225 {
    padding-bottom: 225px !important;
  }

  .m\:pl-225 {
    padding-left: 225px !important;
  }

  .m\:pt-250 {
    padding-top: 250px !important;
  }

  .m\:pr-250 {
    padding-right: 250px !important;
  }

  .m\:pb-250 {
    padding-bottom: 250px !important;
  }

  .m\:pl-250 {
    padding-left: 250px !important;
  }

  .m\:pt-auto {
    padding-top: auto !important;
  }

  .m\:pr-auto {
    padding-right: auto !important;
  }

  .m\:pb-auto {
    padding-bottom: auto !important;
  }

  .m\:pl-auto {
    padding-left: auto !important;
  }

  .m\:static {
    position: static !important;
  }

  .m\:fixed {
    position: fixed !important;
  }

  .m\:absolute {
    position: absolute !important;
  }

  .m\:relative {
    position: relative !important;
  }

  .m\:sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .m\:text-left {
    text-align: left !important;
  }

  .m\:text-center {
    text-align: center !important;
  }

  .m\:text-right {
    text-align: right !important;
  }

  .m\:text-justify {
    text-align: justify !important;
  }

  .m\:text-light-pink {
    --text-opacity: 1 !important;
    color: #FBECF0 !important;
    color: rgba(251, 236, 240, var(--text-opacity)) !important;
  }

  .m\:text-pink {
    --text-opacity: 1 !important;
    color: #C3A7BD !important;
    color: rgba(195, 167, 189, var(--text-opacity)) !important;
  }

  .m\:text-red {
    --text-opacity: 1 !important;
    color: #F00 !important;
    color: rgba(255, 0, 0, var(--text-opacity)) !important;
  }

  .m\:text-white {
    --text-opacity: 1 !important;
    color: #FFF !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .m\:text-lightest-gray {
    --text-opacity: 1 !important;
    color: #F5F5F5 !important;
    color: rgba(245, 245, 245, var(--text-opacity)) !important;
  }

  .m\:text-lighter-gray {
    --text-opacity: 1 !important;
    color: #CCC !important;
    color: rgba(204, 204, 204, var(--text-opacity)) !important;
  }

  .m\:text-light-gray {
    --text-opacity: 1 !important;
    color: #858585 !important;
    color: rgba(133, 133, 133, var(--text-opacity)) !important;
  }

  .m\:text-gray {
    --text-opacity: 1 !important;
    color: #6B6B6B !important;
    color: rgba(107, 107, 107, var(--text-opacity)) !important;
  }

  .m\:text-dark-gray {
    --text-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--text-opacity)) !important;
  }

  .m\:text-black {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .m\:hover\:text-light-pink:hover {
    --text-opacity: 1 !important;
    color: #FBECF0 !important;
    color: rgba(251, 236, 240, var(--text-opacity)) !important;
  }

  .m\:hover\:text-pink:hover {
    --text-opacity: 1 !important;
    color: #C3A7BD !important;
    color: rgba(195, 167, 189, var(--text-opacity)) !important;
  }

  .m\:hover\:text-red:hover {
    --text-opacity: 1 !important;
    color: #F00 !important;
    color: rgba(255, 0, 0, var(--text-opacity)) !important;
  }

  .m\:hover\:text-white:hover {
    --text-opacity: 1 !important;
    color: #FFF !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .m\:hover\:text-lightest-gray:hover {
    --text-opacity: 1 !important;
    color: #F5F5F5 !important;
    color: rgba(245, 245, 245, var(--text-opacity)) !important;
  }

  .m\:hover\:text-lighter-gray:hover {
    --text-opacity: 1 !important;
    color: #CCC !important;
    color: rgba(204, 204, 204, var(--text-opacity)) !important;
  }

  .m\:hover\:text-light-gray:hover {
    --text-opacity: 1 !important;
    color: #858585 !important;
    color: rgba(133, 133, 133, var(--text-opacity)) !important;
  }

  .m\:hover\:text-gray:hover {
    --text-opacity: 1 !important;
    color: #6B6B6B !important;
    color: rgba(107, 107, 107, var(--text-opacity)) !important;
  }

  .m\:hover\:text-dark-gray:hover {
    --text-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--text-opacity)) !important;
  }

  .m\:hover\:text-black:hover {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .m\:focus\:text-light-pink:focus {
    --text-opacity: 1 !important;
    color: #FBECF0 !important;
    color: rgba(251, 236, 240, var(--text-opacity)) !important;
  }

  .m\:focus\:text-pink:focus {
    --text-opacity: 1 !important;
    color: #C3A7BD !important;
    color: rgba(195, 167, 189, var(--text-opacity)) !important;
  }

  .m\:focus\:text-red:focus {
    --text-opacity: 1 !important;
    color: #F00 !important;
    color: rgba(255, 0, 0, var(--text-opacity)) !important;
  }

  .m\:focus\:text-white:focus {
    --text-opacity: 1 !important;
    color: #FFF !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .m\:focus\:text-lightest-gray:focus {
    --text-opacity: 1 !important;
    color: #F5F5F5 !important;
    color: rgba(245, 245, 245, var(--text-opacity)) !important;
  }

  .m\:focus\:text-lighter-gray:focus {
    --text-opacity: 1 !important;
    color: #CCC !important;
    color: rgba(204, 204, 204, var(--text-opacity)) !important;
  }

  .m\:focus\:text-light-gray:focus {
    --text-opacity: 1 !important;
    color: #858585 !important;
    color: rgba(133, 133, 133, var(--text-opacity)) !important;
  }

  .m\:focus\:text-gray:focus {
    --text-opacity: 1 !important;
    color: #6B6B6B !important;
    color: rgba(107, 107, 107, var(--text-opacity)) !important;
  }

  .m\:focus\:text-dark-gray:focus {
    --text-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--text-opacity)) !important;
  }

  .m\:focus\:text-black:focus {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

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

  .m\:w-1-5 {
    width: 20% !important;
  }

  .m\:w-1-4 {
    width: 25% !important;
  }

  .m\:w-1-3 {
    width: 33.333% !important;
  }

  .m\:w-1-2 {
    width: 50% !important;
  }

  .m\:w-3-5 {
    width: 60% !important;
  }

  .m\:w-2-3 {
    width: 66.666% !important;
  }

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

  .m\:w-screen {
    width: 100vw !important;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .t\:bg-light-pink {
    background-color: #FBECF0 !important;
  }

  .t\:bg-pink {
    background-color: #C3A7BD !important;
  }

  .t\:bg-red {
    background-color: #F00 !important;
  }

  .t\:bg-white {
    background-color: #FFF !important;
  }

  .t\:bg-lightest-gray {
    background-color: #F5F5F5 !important;
  }

  .t\:bg-lighter-gray {
    background-color: #CCC !important;
  }

  .t\:bg-light-gray {
    background-color: #858585 !important;
  }

  .t\:bg-gray {
    background-color: #6B6B6B !important;
  }

  .t\:bg-dark-gray {
    background-color: #333 !important;
  }

  .t\:bg-black {
    background-color: #000 !important;
  }

  .t\:hover\:bg-light-pink:hover {
    background-color: #FBECF0 !important;
  }

  .t\:hover\:bg-pink:hover {
    background-color: #C3A7BD !important;
  }

  .t\:hover\:bg-red:hover {
    background-color: #F00 !important;
  }

  .t\:hover\:bg-white:hover {
    background-color: #FFF !important;
  }

  .t\:hover\:bg-lightest-gray:hover {
    background-color: #F5F5F5 !important;
  }

  .t\:hover\:bg-lighter-gray:hover {
    background-color: #CCC !important;
  }

  .t\:hover\:bg-light-gray:hover {
    background-color: #858585 !important;
  }

  .t\:hover\:bg-gray:hover {
    background-color: #6B6B6B !important;
  }

  .t\:hover\:bg-dark-gray:hover {
    background-color: #333 !important;
  }

  .t\:hover\:bg-black:hover {
    background-color: #000 !important;
  }

  .t\:focus\:bg-light-pink:focus {
    background-color: #FBECF0 !important;
  }

  .t\:focus\:bg-pink:focus {
    background-color: #C3A7BD !important;
  }

  .t\:focus\:bg-red:focus {
    background-color: #F00 !important;
  }

  .t\:focus\:bg-white:focus {
    background-color: #FFF !important;
  }

  .t\:focus\:bg-lightest-gray:focus {
    background-color: #F5F5F5 !important;
  }

  .t\:focus\:bg-lighter-gray:focus {
    background-color: #CCC !important;
  }

  .t\:focus\:bg-light-gray:focus {
    background-color: #858585 !important;
  }

  .t\:focus\:bg-gray:focus {
    background-color: #6B6B6B !important;
  }

  .t\:focus\:bg-dark-gray:focus {
    background-color: #333 !important;
  }

  .t\:focus\:bg-black:focus {
    background-color: #000 !important;
  }

  .t\:active\:bg-light-pink:active {
    background-color: #FBECF0 !important;
  }

  .t\:active\:bg-pink:active {
    background-color: #C3A7BD !important;
  }

  .t\:active\:bg-red:active {
    background-color: #F00 !important;
  }

  .t\:active\:bg-white:active {
    background-color: #FFF !important;
  }

  .t\:active\:bg-lightest-gray:active {
    background-color: #F5F5F5 !important;
  }

  .t\:active\:bg-lighter-gray:active {
    background-color: #CCC !important;
  }

  .t\:active\:bg-light-gray:active {
    background-color: #858585 !important;
  }

  .t\:active\:bg-gray:active {
    background-color: #6B6B6B !important;
  }

  .t\:active\:bg-dark-gray:active {
    background-color: #333 !important;
  }

  .t\:active\:bg-black:active {
    background-color: #000 !important;
  }

  .t\:bg-bottom {
    background-position: bottom !important;
  }

  .t\:bg-center {
    background-position: center !important;
  }

  .t\:bg-left {
    background-position: left !important;
  }

  .t\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .t\:bg-left-top {
    background-position: left top !important;
  }

  .t\:bg-right {
    background-position: right !important;
  }

  .t\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .t\:bg-right-top {
    background-position: right top !important;
  }

  .t\:bg-top {
    background-position: top !important;
  }

  .t\:border-light-pink {
    border-color: #FBECF0 !important;
  }

  .t\:border-pink {
    border-color: #C3A7BD !important;
  }

  .t\:border-red {
    border-color: #F00 !important;
  }

  .t\:border-white {
    border-color: #FFF !important;
  }

  .t\:border-lightest-gray {
    border-color: #F5F5F5 !important;
  }

  .t\:border-lighter-gray {
    border-color: #CCC !important;
  }

  .t\:border-light-gray {
    border-color: #858585 !important;
  }

  .t\:border-gray {
    border-color: #6B6B6B !important;
  }

  .t\:border-dark-gray {
    border-color: #333 !important;
  }

  .t\:border-black {
    border-color: #000 !important;
  }

  .t\:hover\:border-light-pink:hover {
    border-color: #FBECF0 !important;
  }

  .t\:hover\:border-pink:hover {
    border-color: #C3A7BD !important;
  }

  .t\:hover\:border-red:hover {
    border-color: #F00 !important;
  }

  .t\:hover\:border-white:hover {
    border-color: #FFF !important;
  }

  .t\:hover\:border-lightest-gray:hover {
    border-color: #F5F5F5 !important;
  }

  .t\:hover\:border-lighter-gray:hover {
    border-color: #CCC !important;
  }

  .t\:hover\:border-light-gray:hover {
    border-color: #858585 !important;
  }

  .t\:hover\:border-gray:hover {
    border-color: #6B6B6B !important;
  }

  .t\:hover\:border-dark-gray:hover {
    border-color: #333 !important;
  }

  .t\:hover\:border-black:hover {
    border-color: #000 !important;
  }

  .t\:focus\:border-light-pink:focus {
    border-color: #FBECF0 !important;
  }

  .t\:focus\:border-pink:focus {
    border-color: #C3A7BD !important;
  }

  .t\:focus\:border-red:focus {
    border-color: #F00 !important;
  }

  .t\:focus\:border-white:focus {
    border-color: #FFF !important;
  }

  .t\:focus\:border-lightest-gray:focus {
    border-color: #F5F5F5 !important;
  }

  .t\:focus\:border-lighter-gray:focus {
    border-color: #CCC !important;
  }

  .t\:focus\:border-light-gray:focus {
    border-color: #858585 !important;
  }

  .t\:focus\:border-gray:focus {
    border-color: #6B6B6B !important;
  }

  .t\:focus\:border-dark-gray:focus {
    border-color: #333 !important;
  }

  .t\:focus\:border-black:focus {
    border-color: #000 !important;
  }

  .t\:border-none {
    border-width: 0 !important;
  }

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

  .t\:border-t-none {
    border-top-width: 0 !important;
  }

  .t\:border-r-none {
    border-right-width: 0 !important;
  }

  .t\:border-b-none {
    border-bottom-width: 0 !important;
  }

  .t\:border-l-none {
    border-left-width: 0 !important;
  }

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

  .t\:border-r {
    border-right-width: 1px !important;
  }

  .t\:border-b {
    border-bottom-width: 1px !important;
  }

  .t\:border-l {
    border-left-width: 1px !important;
  }

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

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

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

  .t\:flex {
    display: flex !important;
  }

  .t\:inline-flex {
    display: inline-flex !important;
  }

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

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

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

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

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

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

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

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

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

  .t\:flow-root {
    display: flow-root !important;
  }

  .t\:grid {
    display: grid !important;
  }

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

  .t\:contents {
    display: contents !important;
  }

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

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

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

  .t\:flex-col {
    flex-direction: column !important;
  }

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

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

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

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

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

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

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

  .t\:float-right {
    float: right !important;
  }

  .t\:float-left {
    float: left !important;
  }

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

  .t\:clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .t\:text-xs {
    font-size: 12px !important;
  }

  .t\:text-sm {
    font-size: 14px !important;
  }

  .t\:text-base {
    font-size: 16px !important;
  }

  .t\:text-lg {
    font-size: 18px !important;
  }

  .t\:text-xl {
    font-size: 20px !important;
  }

  .t\:text-2xl {
    font-size: 24px !important;
  }

  .t\:text-3xl {
    font-size: 32px !important;
  }

  .t\:text-4xl {
    font-size: 48px !important;
  }

  .t\:text-5xl {
    font-size: 56px !important;
  }

  .t\:text-6xl {
    font-size: 64px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .t\:mt-200 {
    margin-top: 200px !important;
  }

  .t\:mr-200 {
    margin-right: 200px !important;
  }

  .t\:mb-200 {
    margin-bottom: 200px !important;
  }

  .t\:ml-200 {
    margin-left: 200px !important;
  }

  .t\:mt-225 {
    margin-top: 225px !important;
  }

  .t\:mr-225 {
    margin-right: 225px !important;
  }

  .t\:mb-225 {
    margin-bottom: 225px !important;
  }

  .t\:ml-225 {
    margin-left: 225px !important;
  }

  .t\:mt-250 {
    margin-top: 250px !important;
  }

  .t\:mr-250 {
    margin-right: 250px !important;
  }

  .t\:mb-250 {
    margin-bottom: 250px !important;
  }

  .t\:ml-250 {
    margin-left: 250px !important;
  }

  .t\:mt-auto {
    margin-top: auto !important;
  }

  .t\:mr-auto {
    margin-right: auto !important;
  }

  .t\:mb-auto {
    margin-bottom: auto !important;
  }

  .t\:ml-auto {
    margin-left: auto !important;
  }

  .t\:max-w-none {
    max-width: none !important;
  }

  .t\:max-w-half {
    max-width: 50% !important;
  }

  .t\:max-w-full {
    max-width: 100% !important;
  }

  .t\:max-w-content {
    max-width: 1080px !important;
  }

  .t\:max-w-wide {
    max-width: 1440px !important;
  }

  .t\:max-w-screen {
    max-width: 100vw !important;
  }

  .t\:p-0 {
    padding: 0 !important;
  }

  .t\:p-5 {
    padding: 5px !important;
  }

  .t\:p-10 {
    padding: 10px !important;
  }

  .t\:p-15 {
    padding: 15px !important;
  }

  .t\:p-20 {
    padding: 20px !important;
  }

  .t\:p-25 {
    padding: 25px !important;
  }

  .t\:p-30 {
    padding: 30px !important;
  }

  .t\:p-35 {
    padding: 35px !important;
  }

  .t\:p-40 {
    padding: 40px !important;
  }

  .t\:p-45 {
    padding: 45px !important;
  }

  .t\:p-50 {
    padding: 50px !important;
  }

  .t\:p-75 {
    padding: 75px !important;
  }

  .t\:p-100 {
    padding: 100px !important;
  }

  .t\:p-125 {
    padding: 125px !important;
  }

  .t\:p-150 {
    padding: 150px !important;
  }

  .t\:p-175 {
    padding: 175px !important;
  }

  .t\:p-200 {
    padding: 200px !important;
  }

  .t\:p-225 {
    padding: 225px !important;
  }

  .t\:p-250 {
    padding: 250px !important;
  }

  .t\:p-auto {
    padding: auto !important;
  }

  .t\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .t\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .t\:py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .t\:px-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .t\:py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .t\:px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .t\:py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .t\:px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .t\:py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .t\:px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .t\:py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .t\:px-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .t\:py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .t\:px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .t\:py-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .t\:px-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  .t\:py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .t\:px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .t\:py-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .t\:px-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }

  .t\:py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .t\:px-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .t\:py-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .t\:px-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }

  .t\:py-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .t\:px-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .t\:py-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }

  .t\:px-125 {
    padding-left: 125px !important;
    padding-right: 125px !important;
  }

  .t\:py-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .t\:px-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }

  .t\:py-175 {
    padding-top: 175px !important;
    padding-bottom: 175px !important;
  }

  .t\:px-175 {
    padding-left: 175px !important;
    padding-right: 175px !important;
  }

  .t\:py-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .t\:px-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }

  .t\:py-225 {
    padding-top: 225px !important;
    padding-bottom: 225px !important;
  }

  .t\:px-225 {
    padding-left: 225px !important;
    padding-right: 225px !important;
  }

  .t\:py-250 {
    padding-top: 250px !important;
    padding-bottom: 250px !important;
  }

  .t\:px-250 {
    padding-left: 250px !important;
    padding-right: 250px !important;
  }

  .t\:py-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .t\:px-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .t\:pt-0 {
    padding-top: 0 !important;
  }

  .t\:pr-0 {
    padding-right: 0 !important;
  }

  .t\:pb-0 {
    padding-bottom: 0 !important;
  }

  .t\:pl-0 {
    padding-left: 0 !important;
  }

  .t\:pt-5 {
    padding-top: 5px !important;
  }

  .t\:pr-5 {
    padding-right: 5px !important;
  }

  .t\:pb-5 {
    padding-bottom: 5px !important;
  }

  .t\:pl-5 {
    padding-left: 5px !important;
  }

  .t\:pt-10 {
    padding-top: 10px !important;
  }

  .t\:pr-10 {
    padding-right: 10px !important;
  }

  .t\:pb-10 {
    padding-bottom: 10px !important;
  }

  .t\:pl-10 {
    padding-left: 10px !important;
  }

  .t\:pt-15 {
    padding-top: 15px !important;
  }

  .t\:pr-15 {
    padding-right: 15px !important;
  }

  .t\:pb-15 {
    padding-bottom: 15px !important;
  }

  .t\:pl-15 {
    padding-left: 15px !important;
  }

  .t\:pt-20 {
    padding-top: 20px !important;
  }

  .t\:pr-20 {
    padding-right: 20px !important;
  }

  .t\:pb-20 {
    padding-bottom: 20px !important;
  }

  .t\:pl-20 {
    padding-left: 20px !important;
  }

  .t\:pt-25 {
    padding-top: 25px !important;
  }

  .t\:pr-25 {
    padding-right: 25px !important;
  }

  .t\:pb-25 {
    padding-bottom: 25px !important;
  }

  .t\:pl-25 {
    padding-left: 25px !important;
  }

  .t\:pt-30 {
    padding-top: 30px !important;
  }

  .t\:pr-30 {
    padding-right: 30px !important;
  }

  .t\:pb-30 {
    padding-bottom: 30px !important;
  }

  .t\:pl-30 {
    padding-left: 30px !important;
  }

  .t\:pt-35 {
    padding-top: 35px !important;
  }

  .t\:pr-35 {
    padding-right: 35px !important;
  }

  .t\:pb-35 {
    padding-bottom: 35px !important;
  }

  .t\:pl-35 {
    padding-left: 35px !important;
  }

  .t\:pt-40 {
    padding-top: 40px !important;
  }

  .t\:pr-40 {
    padding-right: 40px !important;
  }

  .t\:pb-40 {
    padding-bottom: 40px !important;
  }

  .t\:pl-40 {
    padding-left: 40px !important;
  }

  .t\:pt-45 {
    padding-top: 45px !important;
  }

  .t\:pr-45 {
    padding-right: 45px !important;
  }

  .t\:pb-45 {
    padding-bottom: 45px !important;
  }

  .t\:pl-45 {
    padding-left: 45px !important;
  }

  .t\:pt-50 {
    padding-top: 50px !important;
  }

  .t\:pr-50 {
    padding-right: 50px !important;
  }

  .t\:pb-50 {
    padding-bottom: 50px !important;
  }

  .t\:pl-50 {
    padding-left: 50px !important;
  }

  .t\:pt-75 {
    padding-top: 75px !important;
  }

  .t\:pr-75 {
    padding-right: 75px !important;
  }

  .t\:pb-75 {
    padding-bottom: 75px !important;
  }

  .t\:pl-75 {
    padding-left: 75px !important;
  }

  .t\:pt-100 {
    padding-top: 100px !important;
  }

  .t\:pr-100 {
    padding-right: 100px !important;
  }

  .t\:pb-100 {
    padding-bottom: 100px !important;
  }

  .t\:pl-100 {
    padding-left: 100px !important;
  }

  .t\:pt-125 {
    padding-top: 125px !important;
  }

  .t\:pr-125 {
    padding-right: 125px !important;
  }

  .t\:pb-125 {
    padding-bottom: 125px !important;
  }

  .t\:pl-125 {
    padding-left: 125px !important;
  }

  .t\:pt-150 {
    padding-top: 150px !important;
  }

  .t\:pr-150 {
    padding-right: 150px !important;
  }

  .t\:pb-150 {
    padding-bottom: 150px !important;
  }

  .t\:pl-150 {
    padding-left: 150px !important;
  }

  .t\:pt-175 {
    padding-top: 175px !important;
  }

  .t\:pr-175 {
    padding-right: 175px !important;
  }

  .t\:pb-175 {
    padding-bottom: 175px !important;
  }

  .t\:pl-175 {
    padding-left: 175px !important;
  }

  .t\:pt-200 {
    padding-top: 200px !important;
  }

  .t\:pr-200 {
    padding-right: 200px !important;
  }

  .t\:pb-200 {
    padding-bottom: 200px !important;
  }

  .t\:pl-200 {
    padding-left: 200px !important;
  }

  .t\:pt-225 {
    padding-top: 225px !important;
  }

  .t\:pr-225 {
    padding-right: 225px !important;
  }

  .t\:pb-225 {
    padding-bottom: 225px !important;
  }

  .t\:pl-225 {
    padding-left: 225px !important;
  }

  .t\:pt-250 {
    padding-top: 250px !important;
  }

  .t\:pr-250 {
    padding-right: 250px !important;
  }

  .t\:pb-250 {
    padding-bottom: 250px !important;
  }

  .t\:pl-250 {
    padding-left: 250px !important;
  }

  .t\:pt-auto {
    padding-top: auto !important;
  }

  .t\:pr-auto {
    padding-right: auto !important;
  }

  .t\:pb-auto {
    padding-bottom: auto !important;
  }

  .t\:pl-auto {
    padding-left: auto !important;
  }

  .t\:static {
    position: static !important;
  }

  .t\:fixed {
    position: fixed !important;
  }

  .t\:absolute {
    position: absolute !important;
  }

  .t\:relative {
    position: relative !important;
  }

  .t\:sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .t\:text-left {
    text-align: left !important;
  }

  .t\:text-center {
    text-align: center !important;
  }

  .t\:text-right {
    text-align: right !important;
  }

  .t\:text-justify {
    text-align: justify !important;
  }

  .t\:text-light-pink {
    --text-opacity: 1 !important;
    color: #FBECF0 !important;
    color: rgba(251, 236, 240, var(--text-opacity)) !important;
  }

  .t\:text-pink {
    --text-opacity: 1 !important;
    color: #C3A7BD !important;
    color: rgba(195, 167, 189, var(--text-opacity)) !important;
  }

  .t\:text-red {
    --text-opacity: 1 !important;
    color: #F00 !important;
    color: rgba(255, 0, 0, var(--text-opacity)) !important;
  }

  .t\:text-white {
    --text-opacity: 1 !important;
    color: #FFF !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .t\:text-lightest-gray {
    --text-opacity: 1 !important;
    color: #F5F5F5 !important;
    color: rgba(245, 245, 245, var(--text-opacity)) !important;
  }

  .t\:text-lighter-gray {
    --text-opacity: 1 !important;
    color: #CCC !important;
    color: rgba(204, 204, 204, var(--text-opacity)) !important;
  }

  .t\:text-light-gray {
    --text-opacity: 1 !important;
    color: #858585 !important;
    color: rgba(133, 133, 133, var(--text-opacity)) !important;
  }

  .t\:text-gray {
    --text-opacity: 1 !important;
    color: #6B6B6B !important;
    color: rgba(107, 107, 107, var(--text-opacity)) !important;
  }

  .t\:text-dark-gray {
    --text-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--text-opacity)) !important;
  }

  .t\:text-black {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .t\:hover\:text-light-pink:hover {
    --text-opacity: 1 !important;
    color: #FBECF0 !important;
    color: rgba(251, 236, 240, var(--text-opacity)) !important;
  }

  .t\:hover\:text-pink:hover {
    --text-opacity: 1 !important;
    color: #C3A7BD !important;
    color: rgba(195, 167, 189, var(--text-opacity)) !important;
  }

  .t\:hover\:text-red:hover {
    --text-opacity: 1 !important;
    color: #F00 !important;
    color: rgba(255, 0, 0, var(--text-opacity)) !important;
  }

  .t\:hover\:text-white:hover {
    --text-opacity: 1 !important;
    color: #FFF !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .t\:hover\:text-lightest-gray:hover {
    --text-opacity: 1 !important;
    color: #F5F5F5 !important;
    color: rgba(245, 245, 245, var(--text-opacity)) !important;
  }

  .t\:hover\:text-lighter-gray:hover {
    --text-opacity: 1 !important;
    color: #CCC !important;
    color: rgba(204, 204, 204, var(--text-opacity)) !important;
  }

  .t\:hover\:text-light-gray:hover {
    --text-opacity: 1 !important;
    color: #858585 !important;
    color: rgba(133, 133, 133, var(--text-opacity)) !important;
  }

  .t\:hover\:text-gray:hover {
    --text-opacity: 1 !important;
    color: #6B6B6B !important;
    color: rgba(107, 107, 107, var(--text-opacity)) !important;
  }

  .t\:hover\:text-dark-gray:hover {
    --text-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--text-opacity)) !important;
  }

  .t\:hover\:text-black:hover {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .t\:focus\:text-light-pink:focus {
    --text-opacity: 1 !important;
    color: #FBECF0 !important;
    color: rgba(251, 236, 240, var(--text-opacity)) !important;
  }

  .t\:focus\:text-pink:focus {
    --text-opacity: 1 !important;
    color: #C3A7BD !important;
    color: rgba(195, 167, 189, var(--text-opacity)) !important;
  }

  .t\:focus\:text-red:focus {
    --text-opacity: 1 !important;
    color: #F00 !important;
    color: rgba(255, 0, 0, var(--text-opacity)) !important;
  }

  .t\:focus\:text-white:focus {
    --text-opacity: 1 !important;
    color: #FFF !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .t\:focus\:text-lightest-gray:focus {
    --text-opacity: 1 !important;
    color: #F5F5F5 !important;
    color: rgba(245, 245, 245, var(--text-opacity)) !important;
  }

  .t\:focus\:text-lighter-gray:focus {
    --text-opacity: 1 !important;
    color: #CCC !important;
    color: rgba(204, 204, 204, var(--text-opacity)) !important;
  }

  .t\:focus\:text-light-gray:focus {
    --text-opacity: 1 !important;
    color: #858585 !important;
    color: rgba(133, 133, 133, var(--text-opacity)) !important;
  }

  .t\:focus\:text-gray:focus {
    --text-opacity: 1 !important;
    color: #6B6B6B !important;
    color: rgba(107, 107, 107, var(--text-opacity)) !important;
  }

  .t\:focus\:text-dark-gray:focus {
    --text-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--text-opacity)) !important;
  }

  .t\:focus\:text-black:focus {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .t\:w-auto {
    width: auto !important;
  }

  .t\:w-1-5 {
    width: 20% !important;
  }

  .t\:w-1-4 {
    width: 25% !important;
  }

  .t\:w-1-3 {
    width: 33.333% !important;
  }

  .t\:w-1-2 {
    width: 50% !important;
  }

  .t\:w-3-5 {
    width: 60% !important;
  }

  .t\:w-2-3 {
    width: 66.666% !important;
  }

  .t\:w-full {
    width: 100% !important;
  }

  .t\:w-screen {
    width: 100vw !important;
  }
}

@media (min-width: 768px) {
  .np\:bg-light-pink {
    background-color: #FBECF0 !important;
  }

  .np\:bg-pink {
    background-color: #C3A7BD !important;
  }

  .np\:bg-red {
    background-color: #F00 !important;
  }

  .np\:bg-white {
    background-color: #FFF !important;
  }

  .np\:bg-lightest-gray {
    background-color: #F5F5F5 !important;
  }

  .np\:bg-lighter-gray {
    background-color: #CCC !important;
  }

  .np\:bg-light-gray {
    background-color: #858585 !important;
  }

  .np\:bg-gray {
    background-color: #6B6B6B !important;
  }

  .np\:bg-dark-gray {
    background-color: #333 !important;
  }

  .np\:bg-black {
    background-color: #000 !important;
  }

  .np\:hover\:bg-light-pink:hover {
    background-color: #FBECF0 !important;
  }

  .np\:hover\:bg-pink:hover {
    background-color: #C3A7BD !important;
  }

  .np\:hover\:bg-red:hover {
    background-color: #F00 !important;
  }

  .np\:hover\:bg-white:hover {
    background-color: #FFF !important;
  }

  .np\:hover\:bg-lightest-gray:hover {
    background-color: #F5F5F5 !important;
  }

  .np\:hover\:bg-lighter-gray:hover {
    background-color: #CCC !important;
  }

  .np\:hover\:bg-light-gray:hover {
    background-color: #858585 !important;
  }

  .np\:hover\:bg-gray:hover {
    background-color: #6B6B6B !important;
  }

  .np\:hover\:bg-dark-gray:hover {
    background-color: #333 !important;
  }

  .np\:hover\:bg-black:hover {
    background-color: #000 !important;
  }

  .np\:focus\:bg-light-pink:focus {
    background-color: #FBECF0 !important;
  }

  .np\:focus\:bg-pink:focus {
    background-color: #C3A7BD !important;
  }

  .np\:focus\:bg-red:focus {
    background-color: #F00 !important;
  }

  .np\:focus\:bg-white:focus {
    background-color: #FFF !important;
  }

  .np\:focus\:bg-lightest-gray:focus {
    background-color: #F5F5F5 !important;
  }

  .np\:focus\:bg-lighter-gray:focus {
    background-color: #CCC !important;
  }

  .np\:focus\:bg-light-gray:focus {
    background-color: #858585 !important;
  }

  .np\:focus\:bg-gray:focus {
    background-color: #6B6B6B !important;
  }

  .np\:focus\:bg-dark-gray:focus {
    background-color: #333 !important;
  }

  .np\:focus\:bg-black:focus {
    background-color: #000 !important;
  }

  .np\:active\:bg-light-pink:active {
    background-color: #FBECF0 !important;
  }

  .np\:active\:bg-pink:active {
    background-color: #C3A7BD !important;
  }

  .np\:active\:bg-red:active {
    background-color: #F00 !important;
  }

  .np\:active\:bg-white:active {
    background-color: #FFF !important;
  }

  .np\:active\:bg-lightest-gray:active {
    background-color: #F5F5F5 !important;
  }

  .np\:active\:bg-lighter-gray:active {
    background-color: #CCC !important;
  }

  .np\:active\:bg-light-gray:active {
    background-color: #858585 !important;
  }

  .np\:active\:bg-gray:active {
    background-color: #6B6B6B !important;
  }

  .np\:active\:bg-dark-gray:active {
    background-color: #333 !important;
  }

  .np\:active\:bg-black:active {
    background-color: #000 !important;
  }

  .np\:bg-bottom {
    background-position: bottom !important;
  }

  .np\:bg-center {
    background-position: center !important;
  }

  .np\:bg-left {
    background-position: left !important;
  }

  .np\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .np\:bg-left-top {
    background-position: left top !important;
  }

  .np\:bg-right {
    background-position: right !important;
  }

  .np\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .np\:bg-right-top {
    background-position: right top !important;
  }

  .np\:bg-top {
    background-position: top !important;
  }

  .np\:border-light-pink {
    border-color: #FBECF0 !important;
  }

  .np\:border-pink {
    border-color: #C3A7BD !important;
  }

  .np\:border-red {
    border-color: #F00 !important;
  }

  .np\:border-white {
    border-color: #FFF !important;
  }

  .np\:border-lightest-gray {
    border-color: #F5F5F5 !important;
  }

  .np\:border-lighter-gray {
    border-color: #CCC !important;
  }

  .np\:border-light-gray {
    border-color: #858585 !important;
  }

  .np\:border-gray {
    border-color: #6B6B6B !important;
  }

  .np\:border-dark-gray {
    border-color: #333 !important;
  }

  .np\:border-black {
    border-color: #000 !important;
  }

  .np\:hover\:border-light-pink:hover {
    border-color: #FBECF0 !important;
  }

  .np\:hover\:border-pink:hover {
    border-color: #C3A7BD !important;
  }

  .np\:hover\:border-red:hover {
    border-color: #F00 !important;
  }

  .np\:hover\:border-white:hover {
    border-color: #FFF !important;
  }

  .np\:hover\:border-lightest-gray:hover {
    border-color: #F5F5F5 !important;
  }

  .np\:hover\:border-lighter-gray:hover {
    border-color: #CCC !important;
  }

  .np\:hover\:border-light-gray:hover {
    border-color: #858585 !important;
  }

  .np\:hover\:border-gray:hover {
    border-color: #6B6B6B !important;
  }

  .np\:hover\:border-dark-gray:hover {
    border-color: #333 !important;
  }

  .np\:hover\:border-black:hover {
    border-color: #000 !important;
  }

  .np\:focus\:border-light-pink:focus {
    border-color: #FBECF0 !important;
  }

  .np\:focus\:border-pink:focus {
    border-color: #C3A7BD !important;
  }

  .np\:focus\:border-red:focus {
    border-color: #F00 !important;
  }

  .np\:focus\:border-white:focus {
    border-color: #FFF !important;
  }

  .np\:focus\:border-lightest-gray:focus {
    border-color: #F5F5F5 !important;
  }

  .np\:focus\:border-lighter-gray:focus {
    border-color: #CCC !important;
  }

  .np\:focus\:border-light-gray:focus {
    border-color: #858585 !important;
  }

  .np\:focus\:border-gray:focus {
    border-color: #6B6B6B !important;
  }

  .np\:focus\:border-dark-gray:focus {
    border-color: #333 !important;
  }

  .np\:focus\:border-black:focus {
    border-color: #000 !important;
  }

  .np\:border-none {
    border-width: 0 !important;
  }

  .np\:border {
    border-width: 1px !important;
  }

  .np\:border-t-none {
    border-top-width: 0 !important;
  }

  .np\:border-r-none {
    border-right-width: 0 !important;
  }

  .np\:border-b-none {
    border-bottom-width: 0 !important;
  }

  .np\:border-l-none {
    border-left-width: 0 !important;
  }

  .np\:border-t {
    border-top-width: 1px !important;
  }

  .np\:border-r {
    border-right-width: 1px !important;
  }

  .np\:border-b {
    border-bottom-width: 1px !important;
  }

  .np\:border-l {
    border-left-width: 1px !important;
  }

  .np\:block {
    display: block !important;
  }

  .np\:inline-block {
    display: inline-block !important;
  }

  .np\:inline {
    display: inline !important;
  }

  .np\:flex {
    display: flex !important;
  }

  .np\:inline-flex {
    display: inline-flex !important;
  }

  .np\:table {
    display: table !important;
  }

  .np\:table-caption {
    display: table-caption !important;
  }

  .np\:table-cell {
    display: table-cell !important;
  }

  .np\:table-column {
    display: table-column !important;
  }

  .np\:table-column-group {
    display: table-column-group !important;
  }

  .np\:table-footer-group {
    display: table-footer-group !important;
  }

  .np\:table-header-group {
    display: table-header-group !important;
  }

  .np\:table-row-group {
    display: table-row-group !important;
  }

  .np\:table-row {
    display: table-row !important;
  }

  .np\:flow-root {
    display: flow-root !important;
  }

  .np\:grid {
    display: grid !important;
  }

  .np\:inline-grid {
    display: inline-grid !important;
  }

  .np\:contents {
    display: contents !important;
  }

  .np\:hidden {
    display: none !important;
  }

  .np\:flex-row {
    flex-direction: row !important;
  }

  .np\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .np\:flex-col {
    flex-direction: column !important;
  }

  .np\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .np\:justify-start {
    justify-content: flex-start !important;
  }

  .np\:justify-end {
    justify-content: flex-end !important;
  }

  .np\:justify-center {
    justify-content: center !important;
  }

  .np\:justify-between {
    justify-content: space-between !important;
  }

  .np\:justify-around {
    justify-content: space-around !important;
  }

  .np\:justify-evenly {
    justify-content: space-evenly !important;
  }

  .np\:float-right {
    float: right !important;
  }

  .np\:float-left {
    float: left !important;
  }

  .np\:float-none {
    float: none !important;
  }

  .np\:clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .np\:text-xs {
    font-size: 12px !important;
  }

  .np\:text-sm {
    font-size: 14px !important;
  }

  .np\:text-base {
    font-size: 16px !important;
  }

  .np\:text-lg {
    font-size: 18px !important;
  }

  .np\:text-xl {
    font-size: 20px !important;
  }

  .np\:text-2xl {
    font-size: 24px !important;
  }

  .np\:text-3xl {
    font-size: 32px !important;
  }

  .np\:text-4xl {
    font-size: 48px !important;
  }

  .np\:text-5xl {
    font-size: 56px !important;
  }

  .np\:text-6xl {
    font-size: 64px !important;
  }

  .np\:m-0 {
    margin: 0 !important;
  }

  .np\:m-5 {
    margin: 5px !important;
  }

  .np\:m-10 {
    margin: 10px !important;
  }

  .np\:m-15 {
    margin: 15px !important;
  }

  .np\:m-20 {
    margin: 20px !important;
  }

  .np\:m-25 {
    margin: 25px !important;
  }

  .np\:m-30 {
    margin: 30px !important;
  }

  .np\:m-35 {
    margin: 35px !important;
  }

  .np\:m-40 {
    margin: 40px !important;
  }

  .np\:m-45 {
    margin: 45px !important;
  }

  .np\:m-50 {
    margin: 50px !important;
  }

  .np\:m-75 {
    margin: 75px !important;
  }

  .np\:m-100 {
    margin: 100px !important;
  }

  .np\:m-125 {
    margin: 125px !important;
  }

  .np\:m-150 {
    margin: 150px !important;
  }

  .np\:m-175 {
    margin: 175px !important;
  }

  .np\:m-200 {
    margin: 200px !important;
  }

  .np\:m-225 {
    margin: 225px !important;
  }

  .np\:m-250 {
    margin: 250px !important;
  }

  .np\:m-auto {
    margin: auto !important;
  }

  .np\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .np\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .np\:my-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .np\:mx-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .np\:my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .np\:mx-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .np\:my-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .np\:mx-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .np\:my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .np\:mx-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .np\:my-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .np\:mx-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .np\:my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .np\:mx-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .np\:my-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .np\:mx-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }

  .np\:my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .np\:mx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .np\:my-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .np\:mx-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }

  .np\:my-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .np\:mx-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .np\:my-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }

  .np\:mx-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }

  .np\:my-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .np\:mx-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .np\:my-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
  }

  .np\:mx-125 {
    margin-left: 125px !important;
    margin-right: 125px !important;
  }

  .np\:my-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }

  .np\:mx-150 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }

  .np\:my-175 {
    margin-top: 175px !important;
    margin-bottom: 175px !important;
  }

  .np\:mx-175 {
    margin-left: 175px !important;
    margin-right: 175px !important;
  }

  .np\:my-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  .np\:mx-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }

  .np\:my-225 {
    margin-top: 225px !important;
    margin-bottom: 225px !important;
  }

  .np\:mx-225 {
    margin-left: 225px !important;
    margin-right: 225px !important;
  }

  .np\:my-250 {
    margin-top: 250px !important;
    margin-bottom: 250px !important;
  }

  .np\:mx-250 {
    margin-left: 250px !important;
    margin-right: 250px !important;
  }

  .np\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .np\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .np\:mt-0 {
    margin-top: 0 !important;
  }

  .np\:mr-0 {
    margin-right: 0 !important;
  }

  .np\:mb-0 {
    margin-bottom: 0 !important;
  }

  .np\:ml-0 {
    margin-left: 0 !important;
  }

  .np\:mt-5 {
    margin-top: 5px !important;
  }

  .np\:mr-5 {
    margin-right: 5px !important;
  }

  .np\:mb-5 {
    margin-bottom: 5px !important;
  }

  .np\:ml-5 {
    margin-left: 5px !important;
  }

  .np\:mt-10 {
    margin-top: 10px !important;
  }

  .np\:mr-10 {
    margin-right: 10px !important;
  }

  .np\:mb-10 {
    margin-bottom: 10px !important;
  }

  .np\:ml-10 {
    margin-left: 10px !important;
  }

  .np\:mt-15 {
    margin-top: 15px !important;
  }

  .np\:mr-15 {
    margin-right: 15px !important;
  }

  .np\:mb-15 {
    margin-bottom: 15px !important;
  }

  .np\:ml-15 {
    margin-left: 15px !important;
  }

  .np\:mt-20 {
    margin-top: 20px !important;
  }

  .np\:mr-20 {
    margin-right: 20px !important;
  }

  .np\:mb-20 {
    margin-bottom: 20px !important;
  }

  .np\:ml-20 {
    margin-left: 20px !important;
  }

  .np\:mt-25 {
    margin-top: 25px !important;
  }

  .np\:mr-25 {
    margin-right: 25px !important;
  }

  .np\:mb-25 {
    margin-bottom: 25px !important;
  }

  .np\:ml-25 {
    margin-left: 25px !important;
  }

  .np\:mt-30 {
    margin-top: 30px !important;
  }

  .np\:mr-30 {
    margin-right: 30px !important;
  }

  .np\:mb-30 {
    margin-bottom: 30px !important;
  }

  .np\:ml-30 {
    margin-left: 30px !important;
  }

  .np\:mt-35 {
    margin-top: 35px !important;
  }

  .np\:mr-35 {
    margin-right: 35px !important;
  }

  .np\:mb-35 {
    margin-bottom: 35px !important;
  }

  .np\:ml-35 {
    margin-left: 35px !important;
  }

  .np\:mt-40 {
    margin-top: 40px !important;
  }

  .np\:mr-40 {
    margin-right: 40px !important;
  }

  .np\:mb-40 {
    margin-bottom: 40px !important;
  }

  .np\:ml-40 {
    margin-left: 40px !important;
  }

  .np\:mt-45 {
    margin-top: 45px !important;
  }

  .np\:mr-45 {
    margin-right: 45px !important;
  }

  .np\:mb-45 {
    margin-bottom: 45px !important;
  }

  .np\:ml-45 {
    margin-left: 45px !important;
  }

  .np\:mt-50 {
    margin-top: 50px !important;
  }

  .np\:mr-50 {
    margin-right: 50px !important;
  }

  .np\:mb-50 {
    margin-bottom: 50px !important;
  }

  .np\:ml-50 {
    margin-left: 50px !important;
  }

  .np\:mt-75 {
    margin-top: 75px !important;
  }

  .np\:mr-75 {
    margin-right: 75px !important;
  }

  .np\:mb-75 {
    margin-bottom: 75px !important;
  }

  .np\:ml-75 {
    margin-left: 75px !important;
  }

  .np\:mt-100 {
    margin-top: 100px !important;
  }

  .np\:mr-100 {
    margin-right: 100px !important;
  }

  .np\:mb-100 {
    margin-bottom: 100px !important;
  }

  .np\:ml-100 {
    margin-left: 100px !important;
  }

  .np\:mt-125 {
    margin-top: 125px !important;
  }

  .np\:mr-125 {
    margin-right: 125px !important;
  }

  .np\:mb-125 {
    margin-bottom: 125px !important;
  }

  .np\:ml-125 {
    margin-left: 125px !important;
  }

  .np\:mt-150 {
    margin-top: 150px !important;
  }

  .np\:mr-150 {
    margin-right: 150px !important;
  }

  .np\:mb-150 {
    margin-bottom: 150px !important;
  }

  .np\:ml-150 {
    margin-left: 150px !important;
  }

  .np\:mt-175 {
    margin-top: 175px !important;
  }

  .np\:mr-175 {
    margin-right: 175px !important;
  }

  .np\:mb-175 {
    margin-bottom: 175px !important;
  }

  .np\:ml-175 {
    margin-left: 175px !important;
  }

  .np\:mt-200 {
    margin-top: 200px !important;
  }

  .np\:mr-200 {
    margin-right: 200px !important;
  }

  .np\:mb-200 {
    margin-bottom: 200px !important;
  }

  .np\:ml-200 {
    margin-left: 200px !important;
  }

  .np\:mt-225 {
    margin-top: 225px !important;
  }

  .np\:mr-225 {
    margin-right: 225px !important;
  }

  .np\:mb-225 {
    margin-bottom: 225px !important;
  }

  .np\:ml-225 {
    margin-left: 225px !important;
  }

  .np\:mt-250 {
    margin-top: 250px !important;
  }

  .np\:mr-250 {
    margin-right: 250px !important;
  }

  .np\:mb-250 {
    margin-bottom: 250px !important;
  }

  .np\:ml-250 {
    margin-left: 250px !important;
  }

  .np\:mt-auto {
    margin-top: auto !important;
  }

  .np\:mr-auto {
    margin-right: auto !important;
  }

  .np\:mb-auto {
    margin-bottom: auto !important;
  }

  .np\:ml-auto {
    margin-left: auto !important;
  }

  .np\:max-w-none {
    max-width: none !important;
  }

  .np\:max-w-half {
    max-width: 50% !important;
  }

  .np\:max-w-full {
    max-width: 100% !important;
  }

  .np\:max-w-content {
    max-width: 1080px !important;
  }

  .np\:max-w-wide {
    max-width: 1440px !important;
  }

  .np\:max-w-screen {
    max-width: 100vw !important;
  }

  .np\:p-0 {
    padding: 0 !important;
  }

  .np\:p-5 {
    padding: 5px !important;
  }

  .np\:p-10 {
    padding: 10px !important;
  }

  .np\:p-15 {
    padding: 15px !important;
  }

  .np\:p-20 {
    padding: 20px !important;
  }

  .np\:p-25 {
    padding: 25px !important;
  }

  .np\:p-30 {
    padding: 30px !important;
  }

  .np\:p-35 {
    padding: 35px !important;
  }

  .np\:p-40 {
    padding: 40px !important;
  }

  .np\:p-45 {
    padding: 45px !important;
  }

  .np\:p-50 {
    padding: 50px !important;
  }

  .np\:p-75 {
    padding: 75px !important;
  }

  .np\:p-100 {
    padding: 100px !important;
  }

  .np\:p-125 {
    padding: 125px !important;
  }

  .np\:p-150 {
    padding: 150px !important;
  }

  .np\:p-175 {
    padding: 175px !important;
  }

  .np\:p-200 {
    padding: 200px !important;
  }

  .np\:p-225 {
    padding: 225px !important;
  }

  .np\:p-250 {
    padding: 250px !important;
  }

  .np\:p-auto {
    padding: auto !important;
  }

  .np\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .np\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .np\:py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .np\:px-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .np\:py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .np\:px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .np\:py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .np\:px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .np\:py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .np\:px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .np\:py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .np\:px-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .np\:py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .np\:px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .np\:py-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .np\:px-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  .np\:py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .np\:px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .np\:py-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .np\:px-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }

  .np\:py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .np\:px-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .np\:py-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .np\:px-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }

  .np\:py-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .np\:px-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .np\:py-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }

  .np\:px-125 {
    padding-left: 125px !important;
    padding-right: 125px !important;
  }

  .np\:py-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .np\:px-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }

  .np\:py-175 {
    padding-top: 175px !important;
    padding-bottom: 175px !important;
  }

  .np\:px-175 {
    padding-left: 175px !important;
    padding-right: 175px !important;
  }

  .np\:py-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .np\:px-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }

  .np\:py-225 {
    padding-top: 225px !important;
    padding-bottom: 225px !important;
  }

  .np\:px-225 {
    padding-left: 225px !important;
    padding-right: 225px !important;
  }

  .np\:py-250 {
    padding-top: 250px !important;
    padding-bottom: 250px !important;
  }

  .np\:px-250 {
    padding-left: 250px !important;
    padding-right: 250px !important;
  }

  .np\:py-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .np\:px-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .np\:pt-0 {
    padding-top: 0 !important;
  }

  .np\:pr-0 {
    padding-right: 0 !important;
  }

  .np\:pb-0 {
    padding-bottom: 0 !important;
  }

  .np\:pl-0 {
    padding-left: 0 !important;
  }

  .np\:pt-5 {
    padding-top: 5px !important;
  }

  .np\:pr-5 {
    padding-right: 5px !important;
  }

  .np\:pb-5 {
    padding-bottom: 5px !important;
  }

  .np\:pl-5 {
    padding-left: 5px !important;
  }

  .np\:pt-10 {
    padding-top: 10px !important;
  }

  .np\:pr-10 {
    padding-right: 10px !important;
  }

  .np\:pb-10 {
    padding-bottom: 10px !important;
  }

  .np\:pl-10 {
    padding-left: 10px !important;
  }

  .np\:pt-15 {
    padding-top: 15px !important;
  }

  .np\:pr-15 {
    padding-right: 15px !important;
  }

  .np\:pb-15 {
    padding-bottom: 15px !important;
  }

  .np\:pl-15 {
    padding-left: 15px !important;
  }

  .np\:pt-20 {
    padding-top: 20px !important;
  }

  .np\:pr-20 {
    padding-right: 20px !important;
  }

  .np\:pb-20 {
    padding-bottom: 20px !important;
  }

  .np\:pl-20 {
    padding-left: 20px !important;
  }

  .np\:pt-25 {
    padding-top: 25px !important;
  }

  .np\:pr-25 {
    padding-right: 25px !important;
  }

  .np\:pb-25 {
    padding-bottom: 25px !important;
  }

  .np\:pl-25 {
    padding-left: 25px !important;
  }

  .np\:pt-30 {
    padding-top: 30px !important;
  }

  .np\:pr-30 {
    padding-right: 30px !important;
  }

  .np\:pb-30 {
    padding-bottom: 30px !important;
  }

  .np\:pl-30 {
    padding-left: 30px !important;
  }

  .np\:pt-35 {
    padding-top: 35px !important;
  }

  .np\:pr-35 {
    padding-right: 35px !important;
  }

  .np\:pb-35 {
    padding-bottom: 35px !important;
  }

  .np\:pl-35 {
    padding-left: 35px !important;
  }

  .np\:pt-40 {
    padding-top: 40px !important;
  }

  .np\:pr-40 {
    padding-right: 40px !important;
  }

  .np\:pb-40 {
    padding-bottom: 40px !important;
  }

  .np\:pl-40 {
    padding-left: 40px !important;
  }

  .np\:pt-45 {
    padding-top: 45px !important;
  }

  .np\:pr-45 {
    padding-right: 45px !important;
  }

  .np\:pb-45 {
    padding-bottom: 45px !important;
  }

  .np\:pl-45 {
    padding-left: 45px !important;
  }

  .np\:pt-50 {
    padding-top: 50px !important;
  }

  .np\:pr-50 {
    padding-right: 50px !important;
  }

  .np\:pb-50 {
    padding-bottom: 50px !important;
  }

  .np\:pl-50 {
    padding-left: 50px !important;
  }

  .np\:pt-75 {
    padding-top: 75px !important;
  }

  .np\:pr-75 {
    padding-right: 75px !important;
  }

  .np\:pb-75 {
    padding-bottom: 75px !important;
  }

  .np\:pl-75 {
    padding-left: 75px !important;
  }

  .np\:pt-100 {
    padding-top: 100px !important;
  }

  .np\:pr-100 {
    padding-right: 100px !important;
  }

  .np\:pb-100 {
    padding-bottom: 100px !important;
  }

  .np\:pl-100 {
    padding-left: 100px !important;
  }

  .np\:pt-125 {
    padding-top: 125px !important;
  }

  .np\:pr-125 {
    padding-right: 125px !important;
  }

  .np\:pb-125 {
    padding-bottom: 125px !important;
  }

  .np\:pl-125 {
    padding-left: 125px !important;
  }

  .np\:pt-150 {
    padding-top: 150px !important;
  }

  .np\:pr-150 {
    padding-right: 150px !important;
  }

  .np\:pb-150 {
    padding-bottom: 150px !important;
  }

  .np\:pl-150 {
    padding-left: 150px !important;
  }

  .np\:pt-175 {
    padding-top: 175px !important;
  }

  .np\:pr-175 {
    padding-right: 175px !important;
  }

  .np\:pb-175 {
    padding-bottom: 175px !important;
  }

  .np\:pl-175 {
    padding-left: 175px !important;
  }

  .np\:pt-200 {
    padding-top: 200px !important;
  }

  .np\:pr-200 {
    padding-right: 200px !important;
  }

  .np\:pb-200 {
    padding-bottom: 200px !important;
  }

  .np\:pl-200 {
    padding-left: 200px !important;
  }

  .np\:pt-225 {
    padding-top: 225px !important;
  }

  .np\:pr-225 {
    padding-right: 225px !important;
  }

  .np\:pb-225 {
    padding-bottom: 225px !important;
  }

  .np\:pl-225 {
    padding-left: 225px !important;
  }

  .np\:pt-250 {
    padding-top: 250px !important;
  }

  .np\:pr-250 {
    padding-right: 250px !important;
  }

  .np\:pb-250 {
    padding-bottom: 250px !important;
  }

  .np\:pl-250 {
    padding-left: 250px !important;
  }

  .np\:pt-auto {
    padding-top: auto !important;
  }

  .np\:pr-auto {
    padding-right: auto !important;
  }

  .np\:pb-auto {
    padding-bottom: auto !important;
  }

  .np\:pl-auto {
    padding-left: auto !important;
  }

  .np\:static {
    position: static !important;
  }

  .np\:fixed {
    position: fixed !important;
  }

  .np\:absolute {
    position: absolute !important;
  }

  .np\:relative {
    position: relative !important;
  }

  .np\:sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .np\:text-left {
    text-align: left !important;
  }

  .np\:text-center {
    text-align: center !important;
  }

  .np\:text-right {
    text-align: right !important;
  }

  .np\:text-justify {
    text-align: justify !important;
  }

  .np\:text-light-pink {
    --text-opacity: 1 !important;
    color: #FBECF0 !important;
    color: rgba(251, 236, 240, var(--text-opacity)) !important;
  }

  .np\:text-pink {
    --text-opacity: 1 !important;
    color: #C3A7BD !important;
    color: rgba(195, 167, 189, var(--text-opacity)) !important;
  }

  .np\:text-red {
    --text-opacity: 1 !important;
    color: #F00 !important;
    color: rgba(255, 0, 0, var(--text-opacity)) !important;
  }

  .np\:text-white {
    --text-opacity: 1 !important;
    color: #FFF !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .np\:text-lightest-gray {
    --text-opacity: 1 !important;
    color: #F5F5F5 !important;
    color: rgba(245, 245, 245, var(--text-opacity)) !important;
  }

  .np\:text-lighter-gray {
    --text-opacity: 1 !important;
    color: #CCC !important;
    color: rgba(204, 204, 204, var(--text-opacity)) !important;
  }

  .np\:text-light-gray {
    --text-opacity: 1 !important;
    color: #858585 !important;
    color: rgba(133, 133, 133, var(--text-opacity)) !important;
  }

  .np\:text-gray {
    --text-opacity: 1 !important;
    color: #6B6B6B !important;
    color: rgba(107, 107, 107, var(--text-opacity)) !important;
  }

  .np\:text-dark-gray {
    --text-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--text-opacity)) !important;
  }

  .np\:text-black {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .np\:hover\:text-light-pink:hover {
    --text-opacity: 1 !important;
    color: #FBECF0 !important;
    color: rgba(251, 236, 240, var(--text-opacity)) !important;
  }

  .np\:hover\:text-pink:hover {
    --text-opacity: 1 !important;
    color: #C3A7BD !important;
    color: rgba(195, 167, 189, var(--text-opacity)) !important;
  }

  .np\:hover\:text-red:hover {
    --text-opacity: 1 !important;
    color: #F00 !important;
    color: rgba(255, 0, 0, var(--text-opacity)) !important;
  }

  .np\:hover\:text-white:hover {
    --text-opacity: 1 !important;
    color: #FFF !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .np\:hover\:text-lightest-gray:hover {
    --text-opacity: 1 !important;
    color: #F5F5F5 !important;
    color: rgba(245, 245, 245, var(--text-opacity)) !important;
  }

  .np\:hover\:text-lighter-gray:hover {
    --text-opacity: 1 !important;
    color: #CCC !important;
    color: rgba(204, 204, 204, var(--text-opacity)) !important;
  }

  .np\:hover\:text-light-gray:hover {
    --text-opacity: 1 !important;
    color: #858585 !important;
    color: rgba(133, 133, 133, var(--text-opacity)) !important;
  }

  .np\:hover\:text-gray:hover {
    --text-opacity: 1 !important;
    color: #6B6B6B !important;
    color: rgba(107, 107, 107, var(--text-opacity)) !important;
  }

  .np\:hover\:text-dark-gray:hover {
    --text-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--text-opacity)) !important;
  }

  .np\:hover\:text-black:hover {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .np\:focus\:text-light-pink:focus {
    --text-opacity: 1 !important;
    color: #FBECF0 !important;
    color: rgba(251, 236, 240, var(--text-opacity)) !important;
  }

  .np\:focus\:text-pink:focus {
    --text-opacity: 1 !important;
    color: #C3A7BD !important;
    color: rgba(195, 167, 189, var(--text-opacity)) !important;
  }

  .np\:focus\:text-red:focus {
    --text-opacity: 1 !important;
    color: #F00 !important;
    color: rgba(255, 0, 0, var(--text-opacity)) !important;
  }

  .np\:focus\:text-white:focus {
    --text-opacity: 1 !important;
    color: #FFF !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .np\:focus\:text-lightest-gray:focus {
    --text-opacity: 1 !important;
    color: #F5F5F5 !important;
    color: rgba(245, 245, 245, var(--text-opacity)) !important;
  }

  .np\:focus\:text-lighter-gray:focus {
    --text-opacity: 1 !important;
    color: #CCC !important;
    color: rgba(204, 204, 204, var(--text-opacity)) !important;
  }

  .np\:focus\:text-light-gray:focus {
    --text-opacity: 1 !important;
    color: #858585 !important;
    color: rgba(133, 133, 133, var(--text-opacity)) !important;
  }

  .np\:focus\:text-gray:focus {
    --text-opacity: 1 !important;
    color: #6B6B6B !important;
    color: rgba(107, 107, 107, var(--text-opacity)) !important;
  }

  .np\:focus\:text-dark-gray:focus {
    --text-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--text-opacity)) !important;
  }

  .np\:focus\:text-black:focus {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .np\:w-auto {
    width: auto !important;
  }

  .np\:w-1-5 {
    width: 20% !important;
  }

  .np\:w-1-4 {
    width: 25% !important;
  }

  .np\:w-1-3 {
    width: 33.333% !important;
  }

  .np\:w-1-2 {
    width: 50% !important;
  }

  .np\:w-3-5 {
    width: 60% !important;
  }

  .np\:w-2-3 {
    width: 66.666% !important;
  }

  .np\:w-full {
    width: 100% !important;
  }

  .np\:w-screen {
    width: 100vw !important;
  }
}

@media (max-width: 767px) {
  .p\:bg-light-pink {
    background-color: #FBECF0 !important;
  }

  .p\:bg-pink {
    background-color: #C3A7BD !important;
  }

  .p\:bg-red {
    background-color: #F00 !important;
  }

  .p\:bg-white {
    background-color: #FFF !important;
  }

  .p\:bg-lightest-gray {
    background-color: #F5F5F5 !important;
  }

  .p\:bg-lighter-gray {
    background-color: #CCC !important;
  }

  .p\:bg-light-gray {
    background-color: #858585 !important;
  }

  .p\:bg-gray {
    background-color: #6B6B6B !important;
  }

  .p\:bg-dark-gray {
    background-color: #333 !important;
  }

  .p\:bg-black {
    background-color: #000 !important;
  }

  .p\:hover\:bg-light-pink:hover {
    background-color: #FBECF0 !important;
  }

  .p\:hover\:bg-pink:hover {
    background-color: #C3A7BD !important;
  }

  .p\:hover\:bg-red:hover {
    background-color: #F00 !important;
  }

  .p\:hover\:bg-white:hover {
    background-color: #FFF !important;
  }

  .p\:hover\:bg-lightest-gray:hover {
    background-color: #F5F5F5 !important;
  }

  .p\:hover\:bg-lighter-gray:hover {
    background-color: #CCC !important;
  }

  .p\:hover\:bg-light-gray:hover {
    background-color: #858585 !important;
  }

  .p\:hover\:bg-gray:hover {
    background-color: #6B6B6B !important;
  }

  .p\:hover\:bg-dark-gray:hover {
    background-color: #333 !important;
  }

  .p\:hover\:bg-black:hover {
    background-color: #000 !important;
  }

  .p\:focus\:bg-light-pink:focus {
    background-color: #FBECF0 !important;
  }

  .p\:focus\:bg-pink:focus {
    background-color: #C3A7BD !important;
  }

  .p\:focus\:bg-red:focus {
    background-color: #F00 !important;
  }

  .p\:focus\:bg-white:focus {
    background-color: #FFF !important;
  }

  .p\:focus\:bg-lightest-gray:focus {
    background-color: #F5F5F5 !important;
  }

  .p\:focus\:bg-lighter-gray:focus {
    background-color: #CCC !important;
  }

  .p\:focus\:bg-light-gray:focus {
    background-color: #858585 !important;
  }

  .p\:focus\:bg-gray:focus {
    background-color: #6B6B6B !important;
  }

  .p\:focus\:bg-dark-gray:focus {
    background-color: #333 !important;
  }

  .p\:focus\:bg-black:focus {
    background-color: #000 !important;
  }

  .p\:active\:bg-light-pink:active {
    background-color: #FBECF0 !important;
  }

  .p\:active\:bg-pink:active {
    background-color: #C3A7BD !important;
  }

  .p\:active\:bg-red:active {
    background-color: #F00 !important;
  }

  .p\:active\:bg-white:active {
    background-color: #FFF !important;
  }

  .p\:active\:bg-lightest-gray:active {
    background-color: #F5F5F5 !important;
  }

  .p\:active\:bg-lighter-gray:active {
    background-color: #CCC !important;
  }

  .p\:active\:bg-light-gray:active {
    background-color: #858585 !important;
  }

  .p\:active\:bg-gray:active {
    background-color: #6B6B6B !important;
  }

  .p\:active\:bg-dark-gray:active {
    background-color: #333 !important;
  }

  .p\:active\:bg-black:active {
    background-color: #000 !important;
  }

  .p\:bg-bottom {
    background-position: bottom !important;
  }

  .p\:bg-center {
    background-position: center !important;
  }

  .p\:bg-left {
    background-position: left !important;
  }

  .p\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .p\:bg-left-top {
    background-position: left top !important;
  }

  .p\:bg-right {
    background-position: right !important;
  }

  .p\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .p\:bg-right-top {
    background-position: right top !important;
  }

  .p\:bg-top {
    background-position: top !important;
  }

  .p\:border-light-pink {
    border-color: #FBECF0 !important;
  }

  .p\:border-pink {
    border-color: #C3A7BD !important;
  }

  .p\:border-red {
    border-color: #F00 !important;
  }

  .p\:border-white {
    border-color: #FFF !important;
  }

  .p\:border-lightest-gray {
    border-color: #F5F5F5 !important;
  }

  .p\:border-lighter-gray {
    border-color: #CCC !important;
  }

  .p\:border-light-gray {
    border-color: #858585 !important;
  }

  .p\:border-gray {
    border-color: #6B6B6B !important;
  }

  .p\:border-dark-gray {
    border-color: #333 !important;
  }

  .p\:border-black {
    border-color: #000 !important;
  }

  .p\:hover\:border-light-pink:hover {
    border-color: #FBECF0 !important;
  }

  .p\:hover\:border-pink:hover {
    border-color: #C3A7BD !important;
  }

  .p\:hover\:border-red:hover {
    border-color: #F00 !important;
  }

  .p\:hover\:border-white:hover {
    border-color: #FFF !important;
  }

  .p\:hover\:border-lightest-gray:hover {
    border-color: #F5F5F5 !important;
  }

  .p\:hover\:border-lighter-gray:hover {
    border-color: #CCC !important;
  }

  .p\:hover\:border-light-gray:hover {
    border-color: #858585 !important;
  }

  .p\:hover\:border-gray:hover {
    border-color: #6B6B6B !important;
  }

  .p\:hover\:border-dark-gray:hover {
    border-color: #333 !important;
  }

  .p\:hover\:border-black:hover {
    border-color: #000 !important;
  }

  .p\:focus\:border-light-pink:focus {
    border-color: #FBECF0 !important;
  }

  .p\:focus\:border-pink:focus {
    border-color: #C3A7BD !important;
  }

  .p\:focus\:border-red:focus {
    border-color: #F00 !important;
  }

  .p\:focus\:border-white:focus {
    border-color: #FFF !important;
  }

  .p\:focus\:border-lightest-gray:focus {
    border-color: #F5F5F5 !important;
  }

  .p\:focus\:border-lighter-gray:focus {
    border-color: #CCC !important;
  }

  .p\:focus\:border-light-gray:focus {
    border-color: #858585 !important;
  }

  .p\:focus\:border-gray:focus {
    border-color: #6B6B6B !important;
  }

  .p\:focus\:border-dark-gray:focus {
    border-color: #333 !important;
  }

  .p\:focus\:border-black:focus {
    border-color: #000 !important;
  }

  .p\:border-none {
    border-width: 0 !important;
  }

  .p\:border {
    border-width: 1px !important;
  }

  .p\:border-t-none {
    border-top-width: 0 !important;
  }

  .p\:border-r-none {
    border-right-width: 0 !important;
  }

  .p\:border-b-none {
    border-bottom-width: 0 !important;
  }

  .p\:border-l-none {
    border-left-width: 0 !important;
  }

  .p\:border-t {
    border-top-width: 1px !important;
  }

  .p\:border-r {
    border-right-width: 1px !important;
  }

  .p\:border-b {
    border-bottom-width: 1px !important;
  }

  .p\:border-l {
    border-left-width: 1px !important;
  }

  .p\:block {
    display: block !important;
  }

  .p\:inline-block {
    display: inline-block !important;
  }

  .p\:inline {
    display: inline !important;
  }

  .p\:flex {
    display: flex !important;
  }

  .p\:inline-flex {
    display: inline-flex !important;
  }

  .p\:table {
    display: table !important;
  }

  .p\:table-caption {
    display: table-caption !important;
  }

  .p\:table-cell {
    display: table-cell !important;
  }

  .p\:table-column {
    display: table-column !important;
  }

  .p\:table-column-group {
    display: table-column-group !important;
  }

  .p\:table-footer-group {
    display: table-footer-group !important;
  }

  .p\:table-header-group {
    display: table-header-group !important;
  }

  .p\:table-row-group {
    display: table-row-group !important;
  }

  .p\:table-row {
    display: table-row !important;
  }

  .p\:flow-root {
    display: flow-root !important;
  }

  .p\:grid {
    display: grid !important;
  }

  .p\:inline-grid {
    display: inline-grid !important;
  }

  .p\:contents {
    display: contents !important;
  }

  .p\:hidden {
    display: none !important;
  }

  .p\:flex-row {
    flex-direction: row !important;
  }

  .p\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .p\:flex-col {
    flex-direction: column !important;
  }

  .p\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .p\:justify-start {
    justify-content: flex-start !important;
  }

  .p\:justify-end {
    justify-content: flex-end !important;
  }

  .p\:justify-center {
    justify-content: center !important;
  }

  .p\:justify-between {
    justify-content: space-between !important;
  }

  .p\:justify-around {
    justify-content: space-around !important;
  }

  .p\:justify-evenly {
    justify-content: space-evenly !important;
  }

  .p\:float-right {
    float: right !important;
  }

  .p\:float-left {
    float: left !important;
  }

  .p\:float-none {
    float: none !important;
  }

  .p\:clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .p\:text-xs {
    font-size: 12px !important;
  }

  .p\:text-sm {
    font-size: 14px !important;
  }

  .p\:text-base {
    font-size: 16px !important;
  }

  .p\:text-lg {
    font-size: 18px !important;
  }

  .p\:text-xl {
    font-size: 20px !important;
  }

  .p\:text-2xl {
    font-size: 24px !important;
  }

  .p\:text-3xl {
    font-size: 32px !important;
  }

  .p\:text-4xl {
    font-size: 48px !important;
  }

  .p\:text-5xl {
    font-size: 56px !important;
  }

  .p\:text-6xl {
    font-size: 64px !important;
  }

  .p\:m-0 {
    margin: 0 !important;
  }

  .p\:m-5 {
    margin: 5px !important;
  }

  .p\:m-10 {
    margin: 10px !important;
  }

  .p\:m-15 {
    margin: 15px !important;
  }

  .p\:m-20 {
    margin: 20px !important;
  }

  .p\:m-25 {
    margin: 25px !important;
  }

  .p\:m-30 {
    margin: 30px !important;
  }

  .p\:m-35 {
    margin: 35px !important;
  }

  .p\:m-40 {
    margin: 40px !important;
  }

  .p\:m-45 {
    margin: 45px !important;
  }

  .p\:m-50 {
    margin: 50px !important;
  }

  .p\:m-75 {
    margin: 75px !important;
  }

  .p\:m-100 {
    margin: 100px !important;
  }

  .p\:m-125 {
    margin: 125px !important;
  }

  .p\:m-150 {
    margin: 150px !important;
  }

  .p\:m-175 {
    margin: 175px !important;
  }

  .p\:m-200 {
    margin: 200px !important;
  }

  .p\:m-225 {
    margin: 225px !important;
  }

  .p\:m-250 {
    margin: 250px !important;
  }

  .p\:m-auto {
    margin: auto !important;
  }

  .p\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .p\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .p\:my-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .p\:mx-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .p\:my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .p\:mx-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .p\:my-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .p\:mx-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .p\:my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .p\:mx-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .p\:my-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .p\:mx-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .p\:my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .p\:mx-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .p\:my-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .p\:mx-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }

  .p\:my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .p\:mx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .p\:my-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .p\:mx-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }

  .p\:my-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .p\:mx-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .p\:my-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }

  .p\:mx-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }

  .p\:my-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .p\:mx-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .p\:my-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
  }

  .p\:mx-125 {
    margin-left: 125px !important;
    margin-right: 125px !important;
  }

  .p\:my-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }

  .p\:mx-150 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }

  .p\:my-175 {
    margin-top: 175px !important;
    margin-bottom: 175px !important;
  }

  .p\:mx-175 {
    margin-left: 175px !important;
    margin-right: 175px !important;
  }

  .p\:my-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  .p\:mx-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }

  .p\:my-225 {
    margin-top: 225px !important;
    margin-bottom: 225px !important;
  }

  .p\:mx-225 {
    margin-left: 225px !important;
    margin-right: 225px !important;
  }

  .p\:my-250 {
    margin-top: 250px !important;
    margin-bottom: 250px !important;
  }

  .p\:mx-250 {
    margin-left: 250px !important;
    margin-right: 250px !important;
  }

  .p\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .p\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .p\:mt-0 {
    margin-top: 0 !important;
  }

  .p\:mr-0 {
    margin-right: 0 !important;
  }

  .p\:mb-0 {
    margin-bottom: 0 !important;
  }

  .p\:ml-0 {
    margin-left: 0 !important;
  }

  .p\:mt-5 {
    margin-top: 5px !important;
  }

  .p\:mr-5 {
    margin-right: 5px !important;
  }

  .p\:mb-5 {
    margin-bottom: 5px !important;
  }

  .p\:ml-5 {
    margin-left: 5px !important;
  }

  .p\:mt-10 {
    margin-top: 10px !important;
  }

  .p\:mr-10 {
    margin-right: 10px !important;
  }

  .p\:mb-10 {
    margin-bottom: 10px !important;
  }

  .p\:ml-10 {
    margin-left: 10px !important;
  }

  .p\:mt-15 {
    margin-top: 15px !important;
  }

  .p\:mr-15 {
    margin-right: 15px !important;
  }

  .p\:mb-15 {
    margin-bottom: 15px !important;
  }

  .p\:ml-15 {
    margin-left: 15px !important;
  }

  .p\:mt-20 {
    margin-top: 20px !important;
  }

  .p\:mr-20 {
    margin-right: 20px !important;
  }

  .p\:mb-20 {
    margin-bottom: 20px !important;
  }

  .p\:ml-20 {
    margin-left: 20px !important;
  }

  .p\:mt-25 {
    margin-top: 25px !important;
  }

  .p\:mr-25 {
    margin-right: 25px !important;
  }

  .p\:mb-25 {
    margin-bottom: 25px !important;
  }

  .p\:ml-25 {
    margin-left: 25px !important;
  }

  .p\:mt-30 {
    margin-top: 30px !important;
  }

  .p\:mr-30 {
    margin-right: 30px !important;
  }

  .p\:mb-30 {
    margin-bottom: 30px !important;
  }

  .p\:ml-30 {
    margin-left: 30px !important;
  }

  .p\:mt-35 {
    margin-top: 35px !important;
  }

  .p\:mr-35 {
    margin-right: 35px !important;
  }

  .p\:mb-35 {
    margin-bottom: 35px !important;
  }

  .p\:ml-35 {
    margin-left: 35px !important;
  }

  .p\:mt-40 {
    margin-top: 40px !important;
  }

  .p\:mr-40 {
    margin-right: 40px !important;
  }

  .p\:mb-40 {
    margin-bottom: 40px !important;
  }

  .p\:ml-40 {
    margin-left: 40px !important;
  }

  .p\:mt-45 {
    margin-top: 45px !important;
  }

  .p\:mr-45 {
    margin-right: 45px !important;
  }

  .p\:mb-45 {
    margin-bottom: 45px !important;
  }

  .p\:ml-45 {
    margin-left: 45px !important;
  }

  .p\:mt-50 {
    margin-top: 50px !important;
  }

  .p\:mr-50 {
    margin-right: 50px !important;
  }

  .p\:mb-50 {
    margin-bottom: 50px !important;
  }

  .p\:ml-50 {
    margin-left: 50px !important;
  }

  .p\:mt-75 {
    margin-top: 75px !important;
  }

  .p\:mr-75 {
    margin-right: 75px !important;
  }

  .p\:mb-75 {
    margin-bottom: 75px !important;
  }

  .p\:ml-75 {
    margin-left: 75px !important;
  }

  .p\:mt-100 {
    margin-top: 100px !important;
  }

  .p\:mr-100 {
    margin-right: 100px !important;
  }

  .p\:mb-100 {
    margin-bottom: 100px !important;
  }

  .p\:ml-100 {
    margin-left: 100px !important;
  }

  .p\:mt-125 {
    margin-top: 125px !important;
  }

  .p\:mr-125 {
    margin-right: 125px !important;
  }

  .p\:mb-125 {
    margin-bottom: 125px !important;
  }

  .p\:ml-125 {
    margin-left: 125px !important;
  }

  .p\:mt-150 {
    margin-top: 150px !important;
  }

  .p\:mr-150 {
    margin-right: 150px !important;
  }

  .p\:mb-150 {
    margin-bottom: 150px !important;
  }

  .p\:ml-150 {
    margin-left: 150px !important;
  }

  .p\:mt-175 {
    margin-top: 175px !important;
  }

  .p\:mr-175 {
    margin-right: 175px !important;
  }

  .p\:mb-175 {
    margin-bottom: 175px !important;
  }

  .p\:ml-175 {
    margin-left: 175px !important;
  }

  .p\:mt-200 {
    margin-top: 200px !important;
  }

  .p\:mr-200 {
    margin-right: 200px !important;
  }

  .p\:mb-200 {
    margin-bottom: 200px !important;
  }

  .p\:ml-200 {
    margin-left: 200px !important;
  }

  .p\:mt-225 {
    margin-top: 225px !important;
  }

  .p\:mr-225 {
    margin-right: 225px !important;
  }

  .p\:mb-225 {
    margin-bottom: 225px !important;
  }

  .p\:ml-225 {
    margin-left: 225px !important;
  }

  .p\:mt-250 {
    margin-top: 250px !important;
  }

  .p\:mr-250 {
    margin-right: 250px !important;
  }

  .p\:mb-250 {
    margin-bottom: 250px !important;
  }

  .p\:ml-250 {
    margin-left: 250px !important;
  }

  .p\:mt-auto {
    margin-top: auto !important;
  }

  .p\:mr-auto {
    margin-right: auto !important;
  }

  .p\:mb-auto {
    margin-bottom: auto !important;
  }

  .p\:ml-auto {
    margin-left: auto !important;
  }

  .p\:max-w-none {
    max-width: none !important;
  }

  .p\:max-w-half {
    max-width: 50% !important;
  }

  .p\:max-w-full {
    max-width: 100% !important;
  }

  .p\:max-w-content {
    max-width: 1080px !important;
  }

  .p\:max-w-wide {
    max-width: 1440px !important;
  }

  .p\:max-w-screen {
    max-width: 100vw !important;
  }

  .p\:p-0 {
    padding: 0 !important;
  }

  .p\:p-5 {
    padding: 5px !important;
  }

  .p\:p-10 {
    padding: 10px !important;
  }

  .p\:p-15 {
    padding: 15px !important;
  }

  .p\:p-20 {
    padding: 20px !important;
  }

  .p\:p-25 {
    padding: 25px !important;
  }

  .p\:p-30 {
    padding: 30px !important;
  }

  .p\:p-35 {
    padding: 35px !important;
  }

  .p\:p-40 {
    padding: 40px !important;
  }

  .p\:p-45 {
    padding: 45px !important;
  }

  .p\:p-50 {
    padding: 50px !important;
  }

  .p\:p-75 {
    padding: 75px !important;
  }

  .p\:p-100 {
    padding: 100px !important;
  }

  .p\:p-125 {
    padding: 125px !important;
  }

  .p\:p-150 {
    padding: 150px !important;
  }

  .p\:p-175 {
    padding: 175px !important;
  }

  .p\:p-200 {
    padding: 200px !important;
  }

  .p\:p-225 {
    padding: 225px !important;
  }

  .p\:p-250 {
    padding: 250px !important;
  }

  .p\:p-auto {
    padding: auto !important;
  }

  .p\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .p\:py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .p\:px-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .p\:py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .p\:px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .p\:py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .p\:px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .p\:py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .p\:px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .p\:py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .p\:px-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .p\:py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .p\:px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .p\:py-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .p\:px-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  .p\:py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .p\:px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .p\:py-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .p\:px-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }

  .p\:py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .p\:px-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .p\:py-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .p\:px-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }

  .p\:py-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .p\:px-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .p\:py-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }

  .p\:px-125 {
    padding-left: 125px !important;
    padding-right: 125px !important;
  }

  .p\:py-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .p\:px-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }

  .p\:py-175 {
    padding-top: 175px !important;
    padding-bottom: 175px !important;
  }

  .p\:px-175 {
    padding-left: 175px !important;
    padding-right: 175px !important;
  }

  .p\:py-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .p\:px-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }

  .p\:py-225 {
    padding-top: 225px !important;
    padding-bottom: 225px !important;
  }

  .p\:px-225 {
    padding-left: 225px !important;
    padding-right: 225px !important;
  }

  .p\:py-250 {
    padding-top: 250px !important;
    padding-bottom: 250px !important;
  }

  .p\:px-250 {
    padding-left: 250px !important;
    padding-right: 250px !important;
  }

  .p\:py-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .p\:px-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .p\:pt-0 {
    padding-top: 0 !important;
  }

  .p\:pr-0 {
    padding-right: 0 !important;
  }

  .p\:pb-0 {
    padding-bottom: 0 !important;
  }

  .p\:pl-0 {
    padding-left: 0 !important;
  }

  .p\:pt-5 {
    padding-top: 5px !important;
  }

  .p\:pr-5 {
    padding-right: 5px !important;
  }

  .p\:pb-5 {
    padding-bottom: 5px !important;
  }

  .p\:pl-5 {
    padding-left: 5px !important;
  }

  .p\:pt-10 {
    padding-top: 10px !important;
  }

  .p\:pr-10 {
    padding-right: 10px !important;
  }

  .p\:pb-10 {
    padding-bottom: 10px !important;
  }

  .p\:pl-10 {
    padding-left: 10px !important;
  }

  .p\:pt-15 {
    padding-top: 15px !important;
  }

  .p\:pr-15 {
    padding-right: 15px !important;
  }

  .p\:pb-15 {
    padding-bottom: 15px !important;
  }

  .p\:pl-15 {
    padding-left: 15px !important;
  }

  .p\:pt-20 {
    padding-top: 20px !important;
  }

  .p\:pr-20 {
    padding-right: 20px !important;
  }

  .p\:pb-20 {
    padding-bottom: 20px !important;
  }

  .p\:pl-20 {
    padding-left: 20px !important;
  }

  .p\:pt-25 {
    padding-top: 25px !important;
  }

  .p\:pr-25 {
    padding-right: 25px !important;
  }

  .p\:pb-25 {
    padding-bottom: 25px !important;
  }

  .p\:pl-25 {
    padding-left: 25px !important;
  }

  .p\:pt-30 {
    padding-top: 30px !important;
  }

  .p\:pr-30 {
    padding-right: 30px !important;
  }

  .p\:pb-30 {
    padding-bottom: 30px !important;
  }

  .p\:pl-30 {
    padding-left: 30px !important;
  }

  .p\:pt-35 {
    padding-top: 35px !important;
  }

  .p\:pr-35 {
    padding-right: 35px !important;
  }

  .p\:pb-35 {
    padding-bottom: 35px !important;
  }

  .p\:pl-35 {
    padding-left: 35px !important;
  }

  .p\:pt-40 {
    padding-top: 40px !important;
  }

  .p\:pr-40 {
    padding-right: 40px !important;
  }

  .p\:pb-40 {
    padding-bottom: 40px !important;
  }

  .p\:pl-40 {
    padding-left: 40px !important;
  }

  .p\:pt-45 {
    padding-top: 45px !important;
  }

  .p\:pr-45 {
    padding-right: 45px !important;
  }

  .p\:pb-45 {
    padding-bottom: 45px !important;
  }

  .p\:pl-45 {
    padding-left: 45px !important;
  }

  .p\:pt-50 {
    padding-top: 50px !important;
  }

  .p\:pr-50 {
    padding-right: 50px !important;
  }

  .p\:pb-50 {
    padding-bottom: 50px !important;
  }

  .p\:pl-50 {
    padding-left: 50px !important;
  }

  .p\:pt-75 {
    padding-top: 75px !important;
  }

  .p\:pr-75 {
    padding-right: 75px !important;
  }

  .p\:pb-75 {
    padding-bottom: 75px !important;
  }

  .p\:pl-75 {
    padding-left: 75px !important;
  }

  .p\:pt-100 {
    padding-top: 100px !important;
  }

  .p\:pr-100 {
    padding-right: 100px !important;
  }

  .p\:pb-100 {
    padding-bottom: 100px !important;
  }

  .p\:pl-100 {
    padding-left: 100px !important;
  }

  .p\:pt-125 {
    padding-top: 125px !important;
  }

  .p\:pr-125 {
    padding-right: 125px !important;
  }

  .p\:pb-125 {
    padding-bottom: 125px !important;
  }

  .p\:pl-125 {
    padding-left: 125px !important;
  }

  .p\:pt-150 {
    padding-top: 150px !important;
  }

  .p\:pr-150 {
    padding-right: 150px !important;
  }

  .p\:pb-150 {
    padding-bottom: 150px !important;
  }

  .p\:pl-150 {
    padding-left: 150px !important;
  }

  .p\:pt-175 {
    padding-top: 175px !important;
  }

  .p\:pr-175 {
    padding-right: 175px !important;
  }

  .p\:pb-175 {
    padding-bottom: 175px !important;
  }

  .p\:pl-175 {
    padding-left: 175px !important;
  }

  .p\:pt-200 {
    padding-top: 200px !important;
  }

  .p\:pr-200 {
    padding-right: 200px !important;
  }

  .p\:pb-200 {
    padding-bottom: 200px !important;
  }

  .p\:pl-200 {
    padding-left: 200px !important;
  }

  .p\:pt-225 {
    padding-top: 225px !important;
  }

  .p\:pr-225 {
    padding-right: 225px !important;
  }

  .p\:pb-225 {
    padding-bottom: 225px !important;
  }

  .p\:pl-225 {
    padding-left: 225px !important;
  }

  .p\:pt-250 {
    padding-top: 250px !important;
  }

  .p\:pr-250 {
    padding-right: 250px !important;
  }

  .p\:pb-250 {
    padding-bottom: 250px !important;
  }

  .p\:pl-250 {
    padding-left: 250px !important;
  }

  .p\:pt-auto {
    padding-top: auto !important;
  }

  .p\:pr-auto {
    padding-right: auto !important;
  }

  .p\:pb-auto {
    padding-bottom: auto !important;
  }

  .p\:pl-auto {
    padding-left: auto !important;
  }

  .p\:static {
    position: static !important;
  }

  .p\:fixed {
    position: fixed !important;
  }

  .p\:absolute {
    position: absolute !important;
  }

  .p\:relative {
    position: relative !important;
  }

  .p\:sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .p\:text-left {
    text-align: left !important;
  }

  .p\:text-center {
    text-align: center !important;
  }

  .p\:text-right {
    text-align: right !important;
  }

  .p\:text-justify {
    text-align: justify !important;
  }

  .p\:text-light-pink {
    --text-opacity: 1 !important;
    color: #FBECF0 !important;
    color: rgba(251, 236, 240, var(--text-opacity)) !important;
  }

  .p\:text-pink {
    --text-opacity: 1 !important;
    color: #C3A7BD !important;
    color: rgba(195, 167, 189, var(--text-opacity)) !important;
  }

  .p\:text-red {
    --text-opacity: 1 !important;
    color: #F00 !important;
    color: rgba(255, 0, 0, var(--text-opacity)) !important;
  }

  .p\:text-white {
    --text-opacity: 1 !important;
    color: #FFF !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .p\:text-lightest-gray {
    --text-opacity: 1 !important;
    color: #F5F5F5 !important;
    color: rgba(245, 245, 245, var(--text-opacity)) !important;
  }

  .p\:text-lighter-gray {
    --text-opacity: 1 !important;
    color: #CCC !important;
    color: rgba(204, 204, 204, var(--text-opacity)) !important;
  }

  .p\:text-light-gray {
    --text-opacity: 1 !important;
    color: #858585 !important;
    color: rgba(133, 133, 133, var(--text-opacity)) !important;
  }

  .p\:text-gray {
    --text-opacity: 1 !important;
    color: #6B6B6B !important;
    color: rgba(107, 107, 107, var(--text-opacity)) !important;
  }

  .p\:text-dark-gray {
    --text-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--text-opacity)) !important;
  }

  .p\:text-black {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .p\:hover\:text-light-pink:hover {
    --text-opacity: 1 !important;
    color: #FBECF0 !important;
    color: rgba(251, 236, 240, var(--text-opacity)) !important;
  }

  .p\:hover\:text-pink:hover {
    --text-opacity: 1 !important;
    color: #C3A7BD !important;
    color: rgba(195, 167, 189, var(--text-opacity)) !important;
  }

  .p\:hover\:text-red:hover {
    --text-opacity: 1 !important;
    color: #F00 !important;
    color: rgba(255, 0, 0, var(--text-opacity)) !important;
  }

  .p\:hover\:text-white:hover {
    --text-opacity: 1 !important;
    color: #FFF !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .p\:hover\:text-lightest-gray:hover {
    --text-opacity: 1 !important;
    color: #F5F5F5 !important;
    color: rgba(245, 245, 245, var(--text-opacity)) !important;
  }

  .p\:hover\:text-lighter-gray:hover {
    --text-opacity: 1 !important;
    color: #CCC !important;
    color: rgba(204, 204, 204, var(--text-opacity)) !important;
  }

  .p\:hover\:text-light-gray:hover {
    --text-opacity: 1 !important;
    color: #858585 !important;
    color: rgba(133, 133, 133, var(--text-opacity)) !important;
  }

  .p\:hover\:text-gray:hover {
    --text-opacity: 1 !important;
    color: #6B6B6B !important;
    color: rgba(107, 107, 107, var(--text-opacity)) !important;
  }

  .p\:hover\:text-dark-gray:hover {
    --text-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--text-opacity)) !important;
  }

  .p\:hover\:text-black:hover {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .p\:focus\:text-light-pink:focus {
    --text-opacity: 1 !important;
    color: #FBECF0 !important;
    color: rgba(251, 236, 240, var(--text-opacity)) !important;
  }

  .p\:focus\:text-pink:focus {
    --text-opacity: 1 !important;
    color: #C3A7BD !important;
    color: rgba(195, 167, 189, var(--text-opacity)) !important;
  }

  .p\:focus\:text-red:focus {
    --text-opacity: 1 !important;
    color: #F00 !important;
    color: rgba(255, 0, 0, var(--text-opacity)) !important;
  }

  .p\:focus\:text-white:focus {
    --text-opacity: 1 !important;
    color: #FFF !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .p\:focus\:text-lightest-gray:focus {
    --text-opacity: 1 !important;
    color: #F5F5F5 !important;
    color: rgba(245, 245, 245, var(--text-opacity)) !important;
  }

  .p\:focus\:text-lighter-gray:focus {
    --text-opacity: 1 !important;
    color: #CCC !important;
    color: rgba(204, 204, 204, var(--text-opacity)) !important;
  }

  .p\:focus\:text-light-gray:focus {
    --text-opacity: 1 !important;
    color: #858585 !important;
    color: rgba(133, 133, 133, var(--text-opacity)) !important;
  }

  .p\:focus\:text-gray:focus {
    --text-opacity: 1 !important;
    color: #6B6B6B !important;
    color: rgba(107, 107, 107, var(--text-opacity)) !important;
  }

  .p\:focus\:text-dark-gray:focus {
    --text-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--text-opacity)) !important;
  }

  .p\:focus\:text-black:focus {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .p\:w-auto {
    width: auto !important;
  }

  .p\:w-1-5 {
    width: 20% !important;
  }

  .p\:w-1-4 {
    width: 25% !important;
  }

  .p\:w-1-3 {
    width: 33.333% !important;
  }

  .p\:w-1-2 {
    width: 50% !important;
  }

  .p\:w-3-5 {
    width: 60% !important;
  }

  .p\:w-2-3 {
    width: 66.666% !important;
  }

  .p\:w-full {
    width: 100% !important;
  }

  .p\:w-screen {
    width: 100vw !important;
  }
}

@media (min-width: 480px) and (max-width: 979px) {
  .ph\:bg-light-pink {
    background-color: #FBECF0 !important;
  }

  .ph\:bg-pink {
    background-color: #C3A7BD !important;
  }

  .ph\:bg-red {
    background-color: #F00 !important;
  }

  .ph\:bg-white {
    background-color: #FFF !important;
  }

  .ph\:bg-lightest-gray {
    background-color: #F5F5F5 !important;
  }

  .ph\:bg-lighter-gray {
    background-color: #CCC !important;
  }

  .ph\:bg-light-gray {
    background-color: #858585 !important;
  }

  .ph\:bg-gray {
    background-color: #6B6B6B !important;
  }

  .ph\:bg-dark-gray {
    background-color: #333 !important;
  }

  .ph\:bg-black {
    background-color: #000 !important;
  }

  .ph\:hover\:bg-light-pink:hover {
    background-color: #FBECF0 !important;
  }

  .ph\:hover\:bg-pink:hover {
    background-color: #C3A7BD !important;
  }

  .ph\:hover\:bg-red:hover {
    background-color: #F00 !important;
  }

  .ph\:hover\:bg-white:hover {
    background-color: #FFF !important;
  }

  .ph\:hover\:bg-lightest-gray:hover {
    background-color: #F5F5F5 !important;
  }

  .ph\:hover\:bg-lighter-gray:hover {
    background-color: #CCC !important;
  }

  .ph\:hover\:bg-light-gray:hover {
    background-color: #858585 !important;
  }

  .ph\:hover\:bg-gray:hover {
    background-color: #6B6B6B !important;
  }

  .ph\:hover\:bg-dark-gray:hover {
    background-color: #333 !important;
  }

  .ph\:hover\:bg-black:hover {
    background-color: #000 !important;
  }

  .ph\:focus\:bg-light-pink:focus {
    background-color: #FBECF0 !important;
  }

  .ph\:focus\:bg-pink:focus {
    background-color: #C3A7BD !important;
  }

  .ph\:focus\:bg-red:focus {
    background-color: #F00 !important;
  }

  .ph\:focus\:bg-white:focus {
    background-color: #FFF !important;
  }

  .ph\:focus\:bg-lightest-gray:focus {
    background-color: #F5F5F5 !important;
  }

  .ph\:focus\:bg-lighter-gray:focus {
    background-color: #CCC !important;
  }

  .ph\:focus\:bg-light-gray:focus {
    background-color: #858585 !important;
  }

  .ph\:focus\:bg-gray:focus {
    background-color: #6B6B6B !important;
  }

  .ph\:focus\:bg-dark-gray:focus {
    background-color: #333 !important;
  }

  .ph\:focus\:bg-black:focus {
    background-color: #000 !important;
  }

  .ph\:active\:bg-light-pink:active {
    background-color: #FBECF0 !important;
  }

  .ph\:active\:bg-pink:active {
    background-color: #C3A7BD !important;
  }

  .ph\:active\:bg-red:active {
    background-color: #F00 !important;
  }

  .ph\:active\:bg-white:active {
    background-color: #FFF !important;
  }

  .ph\:active\:bg-lightest-gray:active {
    background-color: #F5F5F5 !important;
  }

  .ph\:active\:bg-lighter-gray:active {
    background-color: #CCC !important;
  }

  .ph\:active\:bg-light-gray:active {
    background-color: #858585 !important;
  }

  .ph\:active\:bg-gray:active {
    background-color: #6B6B6B !important;
  }

  .ph\:active\:bg-dark-gray:active {
    background-color: #333 !important;
  }

  .ph\:active\:bg-black:active {
    background-color: #000 !important;
  }

  .ph\:bg-bottom {
    background-position: bottom !important;
  }

  .ph\:bg-center {
    background-position: center !important;
  }

  .ph\:bg-left {
    background-position: left !important;
  }

  .ph\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .ph\:bg-left-top {
    background-position: left top !important;
  }

  .ph\:bg-right {
    background-position: right !important;
  }

  .ph\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .ph\:bg-right-top {
    background-position: right top !important;
  }

  .ph\:bg-top {
    background-position: top !important;
  }

  .ph\:border-light-pink {
    border-color: #FBECF0 !important;
  }

  .ph\:border-pink {
    border-color: #C3A7BD !important;
  }

  .ph\:border-red {
    border-color: #F00 !important;
  }

  .ph\:border-white {
    border-color: #FFF !important;
  }

  .ph\:border-lightest-gray {
    border-color: #F5F5F5 !important;
  }

  .ph\:border-lighter-gray {
    border-color: #CCC !important;
  }

  .ph\:border-light-gray {
    border-color: #858585 !important;
  }

  .ph\:border-gray {
    border-color: #6B6B6B !important;
  }

  .ph\:border-dark-gray {
    border-color: #333 !important;
  }

  .ph\:border-black {
    border-color: #000 !important;
  }

  .ph\:hover\:border-light-pink:hover {
    border-color: #FBECF0 !important;
  }

  .ph\:hover\:border-pink:hover {
    border-color: #C3A7BD !important;
  }

  .ph\:hover\:border-red:hover {
    border-color: #F00 !important;
  }

  .ph\:hover\:border-white:hover {
    border-color: #FFF !important;
  }

  .ph\:hover\:border-lightest-gray:hover {
    border-color: #F5F5F5 !important;
  }

  .ph\:hover\:border-lighter-gray:hover {
    border-color: #CCC !important;
  }

  .ph\:hover\:border-light-gray:hover {
    border-color: #858585 !important;
  }

  .ph\:hover\:border-gray:hover {
    border-color: #6B6B6B !important;
  }

  .ph\:hover\:border-dark-gray:hover {
    border-color: #333 !important;
  }

  .ph\:hover\:border-black:hover {
    border-color: #000 !important;
  }

  .ph\:focus\:border-light-pink:focus {
    border-color: #FBECF0 !important;
  }

  .ph\:focus\:border-pink:focus {
    border-color: #C3A7BD !important;
  }

  .ph\:focus\:border-red:focus {
    border-color: #F00 !important;
  }

  .ph\:focus\:border-white:focus {
    border-color: #FFF !important;
  }

  .ph\:focus\:border-lightest-gray:focus {
    border-color: #F5F5F5 !important;
  }

  .ph\:focus\:border-lighter-gray:focus {
    border-color: #CCC !important;
  }

  .ph\:focus\:border-light-gray:focus {
    border-color: #858585 !important;
  }

  .ph\:focus\:border-gray:focus {
    border-color: #6B6B6B !important;
  }

  .ph\:focus\:border-dark-gray:focus {
    border-color: #333 !important;
  }

  .ph\:focus\:border-black:focus {
    border-color: #000 !important;
  }

  .ph\:border-none {
    border-width: 0 !important;
  }

  .ph\:border {
    border-width: 1px !important;
  }

  .ph\:border-t-none {
    border-top-width: 0 !important;
  }

  .ph\:border-r-none {
    border-right-width: 0 !important;
  }

  .ph\:border-b-none {
    border-bottom-width: 0 !important;
  }

  .ph\:border-l-none {
    border-left-width: 0 !important;
  }

  .ph\:border-t {
    border-top-width: 1px !important;
  }

  .ph\:border-r {
    border-right-width: 1px !important;
  }

  .ph\:border-b {
    border-bottom-width: 1px !important;
  }

  .ph\:border-l {
    border-left-width: 1px !important;
  }

  .ph\:block {
    display: block !important;
  }

  .ph\:inline-block {
    display: inline-block !important;
  }

  .ph\:inline {
    display: inline !important;
  }

  .ph\:flex {
    display: flex !important;
  }

  .ph\:inline-flex {
    display: inline-flex !important;
  }

  .ph\:table {
    display: table !important;
  }

  .ph\:table-caption {
    display: table-caption !important;
  }

  .ph\:table-cell {
    display: table-cell !important;
  }

  .ph\:table-column {
    display: table-column !important;
  }

  .ph\:table-column-group {
    display: table-column-group !important;
  }

  .ph\:table-footer-group {
    display: table-footer-group !important;
  }

  .ph\:table-header-group {
    display: table-header-group !important;
  }

  .ph\:table-row-group {
    display: table-row-group !important;
  }

  .ph\:table-row {
    display: table-row !important;
  }

  .ph\:flow-root {
    display: flow-root !important;
  }

  .ph\:grid {
    display: grid !important;
  }

  .ph\:inline-grid {
    display: inline-grid !important;
  }

  .ph\:contents {
    display: contents !important;
  }

  .ph\:hidden {
    display: none !important;
  }

  .ph\:flex-row {
    flex-direction: row !important;
  }

  .ph\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .ph\:flex-col {
    flex-direction: column !important;
  }

  .ph\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .ph\:justify-start {
    justify-content: flex-start !important;
  }

  .ph\:justify-end {
    justify-content: flex-end !important;
  }

  .ph\:justify-center {
    justify-content: center !important;
  }

  .ph\:justify-between {
    justify-content: space-between !important;
  }

  .ph\:justify-around {
    justify-content: space-around !important;
  }

  .ph\:justify-evenly {
    justify-content: space-evenly !important;
  }

  .ph\:float-right {
    float: right !important;
  }

  .ph\:float-left {
    float: left !important;
  }

  .ph\:float-none {
    float: none !important;
  }

  .ph\:clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .ph\:text-xs {
    font-size: 12px !important;
  }

  .ph\:text-sm {
    font-size: 14px !important;
  }

  .ph\:text-base {
    font-size: 16px !important;
  }

  .ph\:text-lg {
    font-size: 18px !important;
  }

  .ph\:text-xl {
    font-size: 20px !important;
  }

  .ph\:text-2xl {
    font-size: 24px !important;
  }

  .ph\:text-3xl {
    font-size: 32px !important;
  }

  .ph\:text-4xl {
    font-size: 48px !important;
  }

  .ph\:text-5xl {
    font-size: 56px !important;
  }

  .ph\:text-6xl {
    font-size: 64px !important;
  }

  .ph\:m-0 {
    margin: 0 !important;
  }

  .ph\:m-5 {
    margin: 5px !important;
  }

  .ph\:m-10 {
    margin: 10px !important;
  }

  .ph\:m-15 {
    margin: 15px !important;
  }

  .ph\:m-20 {
    margin: 20px !important;
  }

  .ph\:m-25 {
    margin: 25px !important;
  }

  .ph\:m-30 {
    margin: 30px !important;
  }

  .ph\:m-35 {
    margin: 35px !important;
  }

  .ph\:m-40 {
    margin: 40px !important;
  }

  .ph\:m-45 {
    margin: 45px !important;
  }

  .ph\:m-50 {
    margin: 50px !important;
  }

  .ph\:m-75 {
    margin: 75px !important;
  }

  .ph\:m-100 {
    margin: 100px !important;
  }

  .ph\:m-125 {
    margin: 125px !important;
  }

  .ph\:m-150 {
    margin: 150px !important;
  }

  .ph\:m-175 {
    margin: 175px !important;
  }

  .ph\:m-200 {
    margin: 200px !important;
  }

  .ph\:m-225 {
    margin: 225px !important;
  }

  .ph\:m-250 {
    margin: 250px !important;
  }

  .ph\:m-auto {
    margin: auto !important;
  }

  .ph\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .ph\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .ph\:my-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .ph\:mx-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .ph\:my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .ph\:mx-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .ph\:my-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .ph\:mx-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .ph\:my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .ph\:mx-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .ph\:my-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .ph\:mx-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .ph\:my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .ph\:mx-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .ph\:my-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .ph\:mx-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }

  .ph\:my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .ph\:mx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .ph\:my-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .ph\:mx-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }

  .ph\:my-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .ph\:mx-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .ph\:my-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }

  .ph\:mx-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }

  .ph\:my-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .ph\:mx-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .ph\:my-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
  }

  .ph\:mx-125 {
    margin-left: 125px !important;
    margin-right: 125px !important;
  }

  .ph\:my-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }

  .ph\:mx-150 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }

  .ph\:my-175 {
    margin-top: 175px !important;
    margin-bottom: 175px !important;
  }

  .ph\:mx-175 {
    margin-left: 175px !important;
    margin-right: 175px !important;
  }

  .ph\:my-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  .ph\:mx-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }

  .ph\:my-225 {
    margin-top: 225px !important;
    margin-bottom: 225px !important;
  }

  .ph\:mx-225 {
    margin-left: 225px !important;
    margin-right: 225px !important;
  }

  .ph\:my-250 {
    margin-top: 250px !important;
    margin-bottom: 250px !important;
  }

  .ph\:mx-250 {
    margin-left: 250px !important;
    margin-right: 250px !important;
  }

  .ph\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .ph\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .ph\:mt-0 {
    margin-top: 0 !important;
  }

  .ph\:mr-0 {
    margin-right: 0 !important;
  }

  .ph\:mb-0 {
    margin-bottom: 0 !important;
  }

  .ph\:ml-0 {
    margin-left: 0 !important;
  }

  .ph\:mt-5 {
    margin-top: 5px !important;
  }

  .ph\:mr-5 {
    margin-right: 5px !important;
  }

  .ph\:mb-5 {
    margin-bottom: 5px !important;
  }

  .ph\:ml-5 {
    margin-left: 5px !important;
  }

  .ph\:mt-10 {
    margin-top: 10px !important;
  }

  .ph\:mr-10 {
    margin-right: 10px !important;
  }

  .ph\:mb-10 {
    margin-bottom: 10px !important;
  }

  .ph\:ml-10 {
    margin-left: 10px !important;
  }

  .ph\:mt-15 {
    margin-top: 15px !important;
  }

  .ph\:mr-15 {
    margin-right: 15px !important;
  }

  .ph\:mb-15 {
    margin-bottom: 15px !important;
  }

  .ph\:ml-15 {
    margin-left: 15px !important;
  }

  .ph\:mt-20 {
    margin-top: 20px !important;
  }

  .ph\:mr-20 {
    margin-right: 20px !important;
  }

  .ph\:mb-20 {
    margin-bottom: 20px !important;
  }

  .ph\:ml-20 {
    margin-left: 20px !important;
  }

  .ph\:mt-25 {
    margin-top: 25px !important;
  }

  .ph\:mr-25 {
    margin-right: 25px !important;
  }

  .ph\:mb-25 {
    margin-bottom: 25px !important;
  }

  .ph\:ml-25 {
    margin-left: 25px !important;
  }

  .ph\:mt-30 {
    margin-top: 30px !important;
  }

  .ph\:mr-30 {
    margin-right: 30px !important;
  }

  .ph\:mb-30 {
    margin-bottom: 30px !important;
  }

  .ph\:ml-30 {
    margin-left: 30px !important;
  }

  .ph\:mt-35 {
    margin-top: 35px !important;
  }

  .ph\:mr-35 {
    margin-right: 35px !important;
  }

  .ph\:mb-35 {
    margin-bottom: 35px !important;
  }

  .ph\:ml-35 {
    margin-left: 35px !important;
  }

  .ph\:mt-40 {
    margin-top: 40px !important;
  }

  .ph\:mr-40 {
    margin-right: 40px !important;
  }

  .ph\:mb-40 {
    margin-bottom: 40px !important;
  }

  .ph\:ml-40 {
    margin-left: 40px !important;
  }

  .ph\:mt-45 {
    margin-top: 45px !important;
  }

  .ph\:mr-45 {
    margin-right: 45px !important;
  }

  .ph\:mb-45 {
    margin-bottom: 45px !important;
  }

  .ph\:ml-45 {
    margin-left: 45px !important;
  }

  .ph\:mt-50 {
    margin-top: 50px !important;
  }

  .ph\:mr-50 {
    margin-right: 50px !important;
  }

  .ph\:mb-50 {
    margin-bottom: 50px !important;
  }

  .ph\:ml-50 {
    margin-left: 50px !important;
  }

  .ph\:mt-75 {
    margin-top: 75px !important;
  }

  .ph\:mr-75 {
    margin-right: 75px !important;
  }

  .ph\:mb-75 {
    margin-bottom: 75px !important;
  }

  .ph\:ml-75 {
    margin-left: 75px !important;
  }

  .ph\:mt-100 {
    margin-top: 100px !important;
  }

  .ph\:mr-100 {
    margin-right: 100px !important;
  }

  .ph\:mb-100 {
    margin-bottom: 100px !important;
  }

  .ph\:ml-100 {
    margin-left: 100px !important;
  }

  .ph\:mt-125 {
    margin-top: 125px !important;
  }

  .ph\:mr-125 {
    margin-right: 125px !important;
  }

  .ph\:mb-125 {
    margin-bottom: 125px !important;
  }

  .ph\:ml-125 {
    margin-left: 125px !important;
  }

  .ph\:mt-150 {
    margin-top: 150px !important;
  }

  .ph\:mr-150 {
    margin-right: 150px !important;
  }

  .ph\:mb-150 {
    margin-bottom: 150px !important;
  }

  .ph\:ml-150 {
    margin-left: 150px !important;
  }

  .ph\:mt-175 {
    margin-top: 175px !important;
  }

  .ph\:mr-175 {
    margin-right: 175px !important;
  }

  .ph\:mb-175 {
    margin-bottom: 175px !important;
  }

  .ph\:ml-175 {
    margin-left: 175px !important;
  }

  .ph\:mt-200 {
    margin-top: 200px !important;
  }

  .ph\:mr-200 {
    margin-right: 200px !important;
  }

  .ph\:mb-200 {
    margin-bottom: 200px !important;
  }

  .ph\:ml-200 {
    margin-left: 200px !important;
  }

  .ph\:mt-225 {
    margin-top: 225px !important;
  }

  .ph\:mr-225 {
    margin-right: 225px !important;
  }

  .ph\:mb-225 {
    margin-bottom: 225px !important;
  }

  .ph\:ml-225 {
    margin-left: 225px !important;
  }

  .ph\:mt-250 {
    margin-top: 250px !important;
  }

  .ph\:mr-250 {
    margin-right: 250px !important;
  }

  .ph\:mb-250 {
    margin-bottom: 250px !important;
  }

  .ph\:ml-250 {
    margin-left: 250px !important;
  }

  .ph\:mt-auto {
    margin-top: auto !important;
  }

  .ph\:mr-auto {
    margin-right: auto !important;
  }

  .ph\:mb-auto {
    margin-bottom: auto !important;
  }

  .ph\:ml-auto {
    margin-left: auto !important;
  }

  .ph\:max-w-none {
    max-width: none !important;
  }

  .ph\:max-w-half {
    max-width: 50% !important;
  }

  .ph\:max-w-full {
    max-width: 100% !important;
  }

  .ph\:max-w-content {
    max-width: 1080px !important;
  }

  .ph\:max-w-wide {
    max-width: 1440px !important;
  }

  .ph\:max-w-screen {
    max-width: 100vw !important;
  }

  .ph\:p-0 {
    padding: 0 !important;
  }

  .ph\:p-5 {
    padding: 5px !important;
  }

  .ph\:p-10 {
    padding: 10px !important;
  }

  .ph\:p-15 {
    padding: 15px !important;
  }

  .ph\:p-20 {
    padding: 20px !important;
  }

  .ph\:p-25 {
    padding: 25px !important;
  }

  .ph\:p-30 {
    padding: 30px !important;
  }

  .ph\:p-35 {
    padding: 35px !important;
  }

  .ph\:p-40 {
    padding: 40px !important;
  }

  .ph\:p-45 {
    padding: 45px !important;
  }

  .ph\:p-50 {
    padding: 50px !important;
  }

  .ph\:p-75 {
    padding: 75px !important;
  }

  .ph\:p-100 {
    padding: 100px !important;
  }

  .ph\:p-125 {
    padding: 125px !important;
  }

  .ph\:p-150 {
    padding: 150px !important;
  }

  .ph\:p-175 {
    padding: 175px !important;
  }

  .ph\:p-200 {
    padding: 200px !important;
  }

  .ph\:p-225 {
    padding: 225px !important;
  }

  .ph\:p-250 {
    padding: 250px !important;
  }

  .ph\:p-auto {
    padding: auto !important;
  }

  .ph\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .ph\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .ph\:py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .ph\:px-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .ph\:py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .ph\:px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .ph\:py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .ph\:px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .ph\:py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .ph\:px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .ph\:py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .ph\:px-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .ph\:py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .ph\:px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .ph\:py-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .ph\:px-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  .ph\:py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .ph\:px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .ph\:py-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .ph\:px-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }

  .ph\:py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .ph\:px-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .ph\:py-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .ph\:px-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }

  .ph\:py-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .ph\:px-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .ph\:py-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }

  .ph\:px-125 {
    padding-left: 125px !important;
    padding-right: 125px !important;
  }

  .ph\:py-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .ph\:px-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }

  .ph\:py-175 {
    padding-top: 175px !important;
    padding-bottom: 175px !important;
  }

  .ph\:px-175 {
    padding-left: 175px !important;
    padding-right: 175px !important;
  }

  .ph\:py-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .ph\:px-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }

  .ph\:py-225 {
    padding-top: 225px !important;
    padding-bottom: 225px !important;
  }

  .ph\:px-225 {
    padding-left: 225px !important;
    padding-right: 225px !important;
  }

  .ph\:py-250 {
    padding-top: 250px !important;
    padding-bottom: 250px !important;
  }

  .ph\:px-250 {
    padding-left: 250px !important;
    padding-right: 250px !important;
  }

  .ph\:py-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .ph\:px-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .ph\:pt-0 {
    padding-top: 0 !important;
  }

  .ph\:pr-0 {
    padding-right: 0 !important;
  }

  .ph\:pb-0 {
    padding-bottom: 0 !important;
  }

  .ph\:pl-0 {
    padding-left: 0 !important;
  }

  .ph\:pt-5 {
    padding-top: 5px !important;
  }

  .ph\:pr-5 {
    padding-right: 5px !important;
  }

  .ph\:pb-5 {
    padding-bottom: 5px !important;
  }

  .ph\:pl-5 {
    padding-left: 5px !important;
  }

  .ph\:pt-10 {
    padding-top: 10px !important;
  }

  .ph\:pr-10 {
    padding-right: 10px !important;
  }

  .ph\:pb-10 {
    padding-bottom: 10px !important;
  }

  .ph\:pl-10 {
    padding-left: 10px !important;
  }

  .ph\:pt-15 {
    padding-top: 15px !important;
  }

  .ph\:pr-15 {
    padding-right: 15px !important;
  }

  .ph\:pb-15 {
    padding-bottom: 15px !important;
  }

  .ph\:pl-15 {
    padding-left: 15px !important;
  }

  .ph\:pt-20 {
    padding-top: 20px !important;
  }

  .ph\:pr-20 {
    padding-right: 20px !important;
  }

  .ph\:pb-20 {
    padding-bottom: 20px !important;
  }

  .ph\:pl-20 {
    padding-left: 20px !important;
  }

  .ph\:pt-25 {
    padding-top: 25px !important;
  }

  .ph\:pr-25 {
    padding-right: 25px !important;
  }

  .ph\:pb-25 {
    padding-bottom: 25px !important;
  }

  .ph\:pl-25 {
    padding-left: 25px !important;
  }

  .ph\:pt-30 {
    padding-top: 30px !important;
  }

  .ph\:pr-30 {
    padding-right: 30px !important;
  }

  .ph\:pb-30 {
    padding-bottom: 30px !important;
  }

  .ph\:pl-30 {
    padding-left: 30px !important;
  }

  .ph\:pt-35 {
    padding-top: 35px !important;
  }

  .ph\:pr-35 {
    padding-right: 35px !important;
  }

  .ph\:pb-35 {
    padding-bottom: 35px !important;
  }

  .ph\:pl-35 {
    padding-left: 35px !important;
  }

  .ph\:pt-40 {
    padding-top: 40px !important;
  }

  .ph\:pr-40 {
    padding-right: 40px !important;
  }

  .ph\:pb-40 {
    padding-bottom: 40px !important;
  }

  .ph\:pl-40 {
    padding-left: 40px !important;
  }

  .ph\:pt-45 {
    padding-top: 45px !important;
  }

  .ph\:pr-45 {
    padding-right: 45px !important;
  }

  .ph\:pb-45 {
    padding-bottom: 45px !important;
  }

  .ph\:pl-45 {
    padding-left: 45px !important;
  }

  .ph\:pt-50 {
    padding-top: 50px !important;
  }

  .ph\:pr-50 {
    padding-right: 50px !important;
  }

  .ph\:pb-50 {
    padding-bottom: 50px !important;
  }

  .ph\:pl-50 {
    padding-left: 50px !important;
  }

  .ph\:pt-75 {
    padding-top: 75px !important;
  }

  .ph\:pr-75 {
    padding-right: 75px !important;
  }

  .ph\:pb-75 {
    padding-bottom: 75px !important;
  }

  .ph\:pl-75 {
    padding-left: 75px !important;
  }

  .ph\:pt-100 {
    padding-top: 100px !important;
  }

  .ph\:pr-100 {
    padding-right: 100px !important;
  }

  .ph\:pb-100 {
    padding-bottom: 100px !important;
  }

  .ph\:pl-100 {
    padding-left: 100px !important;
  }

  .ph\:pt-125 {
    padding-top: 125px !important;
  }

  .ph\:pr-125 {
    padding-right: 125px !important;
  }

  .ph\:pb-125 {
    padding-bottom: 125px !important;
  }

  .ph\:pl-125 {
    padding-left: 125px !important;
  }

  .ph\:pt-150 {
    padding-top: 150px !important;
  }

  .ph\:pr-150 {
    padding-right: 150px !important;
  }

  .ph\:pb-150 {
    padding-bottom: 150px !important;
  }

  .ph\:pl-150 {
    padding-left: 150px !important;
  }

  .ph\:pt-175 {
    padding-top: 175px !important;
  }

  .ph\:pr-175 {
    padding-right: 175px !important;
  }

  .ph\:pb-175 {
    padding-bottom: 175px !important;
  }

  .ph\:pl-175 {
    padding-left: 175px !important;
  }

  .ph\:pt-200 {
    padding-top: 200px !important;
  }

  .ph\:pr-200 {
    padding-right: 200px !important;
  }

  .ph\:pb-200 {
    padding-bottom: 200px !important;
  }

  .ph\:pl-200 {
    padding-left: 200px !important;
  }

  .ph\:pt-225 {
    padding-top: 225px !important;
  }

  .ph\:pr-225 {
    padding-right: 225px !important;
  }

  .ph\:pb-225 {
    padding-bottom: 225px !important;
  }

  .ph\:pl-225 {
    padding-left: 225px !important;
  }

  .ph\:pt-250 {
    padding-top: 250px !important;
  }

  .ph\:pr-250 {
    padding-right: 250px !important;
  }

  .ph\:pb-250 {
    padding-bottom: 250px !important;
  }

  .ph\:pl-250 {
    padding-left: 250px !important;
  }

  .ph\:pt-auto {
    padding-top: auto !important;
  }

  .ph\:pr-auto {
    padding-right: auto !important;
  }

  .ph\:pb-auto {
    padding-bottom: auto !important;
  }

  .ph\:pl-auto {
    padding-left: auto !important;
  }

  .ph\:static {
    position: static !important;
  }

  .ph\:fixed {
    position: fixed !important;
  }

  .ph\:absolute {
    position: absolute !important;
  }

  .ph\:relative {
    position: relative !important;
  }

  .ph\:sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .ph\:text-left {
    text-align: left !important;
  }

  .ph\:text-center {
    text-align: center !important;
  }

  .ph\:text-right {
    text-align: right !important;
  }

  .ph\:text-justify {
    text-align: justify !important;
  }

  .ph\:text-light-pink {
    --text-opacity: 1 !important;
    color: #FBECF0 !important;
    color: rgba(251, 236, 240, var(--text-opacity)) !important;
  }

  .ph\:text-pink {
    --text-opacity: 1 !important;
    color: #C3A7BD !important;
    color: rgba(195, 167, 189, var(--text-opacity)) !important;
  }

  .ph\:text-red {
    --text-opacity: 1 !important;
    color: #F00 !important;
    color: rgba(255, 0, 0, var(--text-opacity)) !important;
  }

  .ph\:text-white {
    --text-opacity: 1 !important;
    color: #FFF !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .ph\:text-lightest-gray {
    --text-opacity: 1 !important;
    color: #F5F5F5 !important;
    color: rgba(245, 245, 245, var(--text-opacity)) !important;
  }

  .ph\:text-lighter-gray {
    --text-opacity: 1 !important;
    color: #CCC !important;
    color: rgba(204, 204, 204, var(--text-opacity)) !important;
  }

  .ph\:text-light-gray {
    --text-opacity: 1 !important;
    color: #858585 !important;
    color: rgba(133, 133, 133, var(--text-opacity)) !important;
  }

  .ph\:text-gray {
    --text-opacity: 1 !important;
    color: #6B6B6B !important;
    color: rgba(107, 107, 107, var(--text-opacity)) !important;
  }

  .ph\:text-dark-gray {
    --text-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--text-opacity)) !important;
  }

  .ph\:text-black {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .ph\:hover\:text-light-pink:hover {
    --text-opacity: 1 !important;
    color: #FBECF0 !important;
    color: rgba(251, 236, 240, var(--text-opacity)) !important;
  }

  .ph\:hover\:text-pink:hover {
    --text-opacity: 1 !important;
    color: #C3A7BD !important;
    color: rgba(195, 167, 189, var(--text-opacity)) !important;
  }

  .ph\:hover\:text-red:hover {
    --text-opacity: 1 !important;
    color: #F00 !important;
    color: rgba(255, 0, 0, var(--text-opacity)) !important;
  }

  .ph\:hover\:text-white:hover {
    --text-opacity: 1 !important;
    color: #FFF !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .ph\:hover\:text-lightest-gray:hover {
    --text-opacity: 1 !important;
    color: #F5F5F5 !important;
    color: rgba(245, 245, 245, var(--text-opacity)) !important;
  }

  .ph\:hover\:text-lighter-gray:hover {
    --text-opacity: 1 !important;
    color: #CCC !important;
    color: rgba(204, 204, 204, var(--text-opacity)) !important;
  }

  .ph\:hover\:text-light-gray:hover {
    --text-opacity: 1 !important;
    color: #858585 !important;
    color: rgba(133, 133, 133, var(--text-opacity)) !important;
  }

  .ph\:hover\:text-gray:hover {
    --text-opacity: 1 !important;
    color: #6B6B6B !important;
    color: rgba(107, 107, 107, var(--text-opacity)) !important;
  }

  .ph\:hover\:text-dark-gray:hover {
    --text-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--text-opacity)) !important;
  }

  .ph\:hover\:text-black:hover {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .ph\:focus\:text-light-pink:focus {
    --text-opacity: 1 !important;
    color: #FBECF0 !important;
    color: rgba(251, 236, 240, var(--text-opacity)) !important;
  }

  .ph\:focus\:text-pink:focus {
    --text-opacity: 1 !important;
    color: #C3A7BD !important;
    color: rgba(195, 167, 189, var(--text-opacity)) !important;
  }

  .ph\:focus\:text-red:focus {
    --text-opacity: 1 !important;
    color: #F00 !important;
    color: rgba(255, 0, 0, var(--text-opacity)) !important;
  }

  .ph\:focus\:text-white:focus {
    --text-opacity: 1 !important;
    color: #FFF !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .ph\:focus\:text-lightest-gray:focus {
    --text-opacity: 1 !important;
    color: #F5F5F5 !important;
    color: rgba(245, 245, 245, var(--text-opacity)) !important;
  }

  .ph\:focus\:text-lighter-gray:focus {
    --text-opacity: 1 !important;
    color: #CCC !important;
    color: rgba(204, 204, 204, var(--text-opacity)) !important;
  }

  .ph\:focus\:text-light-gray:focus {
    --text-opacity: 1 !important;
    color: #858585 !important;
    color: rgba(133, 133, 133, var(--text-opacity)) !important;
  }

  .ph\:focus\:text-gray:focus {
    --text-opacity: 1 !important;
    color: #6B6B6B !important;
    color: rgba(107, 107, 107, var(--text-opacity)) !important;
  }

  .ph\:focus\:text-dark-gray:focus {
    --text-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--text-opacity)) !important;
  }

  .ph\:focus\:text-black:focus {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .ph\:w-auto {
    width: auto !important;
  }

  .ph\:w-1-5 {
    width: 20% !important;
  }

  .ph\:w-1-4 {
    width: 25% !important;
  }

  .ph\:w-1-3 {
    width: 33.333% !important;
  }

  .ph\:w-1-2 {
    width: 50% !important;
  }

  .ph\:w-3-5 {
    width: 60% !important;
  }

  .ph\:w-2-3 {
    width: 66.666% !important;
  }

  .ph\:w-full {
    width: 100% !important;
  }

  .ph\:w-screen {
    width: 100vw !important;
  }
}

@media (max-width: 479px) {
  .pv\:bg-light-pink {
    background-color: #FBECF0 !important;
  }

  .pv\:bg-pink {
    background-color: #C3A7BD !important;
  }

  .pv\:bg-red {
    background-color: #F00 !important;
  }

  .pv\:bg-white {
    background-color: #FFF !important;
  }

  .pv\:bg-lightest-gray {
    background-color: #F5F5F5 !important;
  }

  .pv\:bg-lighter-gray {
    background-color: #CCC !important;
  }

  .pv\:bg-light-gray {
    background-color: #858585 !important;
  }

  .pv\:bg-gray {
    background-color: #6B6B6B !important;
  }

  .pv\:bg-dark-gray {
    background-color: #333 !important;
  }

  .pv\:bg-black {
    background-color: #000 !important;
  }

  .pv\:hover\:bg-light-pink:hover {
    background-color: #FBECF0 !important;
  }

  .pv\:hover\:bg-pink:hover {
    background-color: #C3A7BD !important;
  }

  .pv\:hover\:bg-red:hover {
    background-color: #F00 !important;
  }

  .pv\:hover\:bg-white:hover {
    background-color: #FFF !important;
  }

  .pv\:hover\:bg-lightest-gray:hover {
    background-color: #F5F5F5 !important;
  }

  .pv\:hover\:bg-lighter-gray:hover {
    background-color: #CCC !important;
  }

  .pv\:hover\:bg-light-gray:hover {
    background-color: #858585 !important;
  }

  .pv\:hover\:bg-gray:hover {
    background-color: #6B6B6B !important;
  }

  .pv\:hover\:bg-dark-gray:hover {
    background-color: #333 !important;
  }

  .pv\:hover\:bg-black:hover {
    background-color: #000 !important;
  }

  .pv\:focus\:bg-light-pink:focus {
    background-color: #FBECF0 !important;
  }

  .pv\:focus\:bg-pink:focus {
    background-color: #C3A7BD !important;
  }

  .pv\:focus\:bg-red:focus {
    background-color: #F00 !important;
  }

  .pv\:focus\:bg-white:focus {
    background-color: #FFF !important;
  }

  .pv\:focus\:bg-lightest-gray:focus {
    background-color: #F5F5F5 !important;
  }

  .pv\:focus\:bg-lighter-gray:focus {
    background-color: #CCC !important;
  }

  .pv\:focus\:bg-light-gray:focus {
    background-color: #858585 !important;
  }

  .pv\:focus\:bg-gray:focus {
    background-color: #6B6B6B !important;
  }

  .pv\:focus\:bg-dark-gray:focus {
    background-color: #333 !important;
  }

  .pv\:focus\:bg-black:focus {
    background-color: #000 !important;
  }

  .pv\:active\:bg-light-pink:active {
    background-color: #FBECF0 !important;
  }

  .pv\:active\:bg-pink:active {
    background-color: #C3A7BD !important;
  }

  .pv\:active\:bg-red:active {
    background-color: #F00 !important;
  }

  .pv\:active\:bg-white:active {
    background-color: #FFF !important;
  }

  .pv\:active\:bg-lightest-gray:active {
    background-color: #F5F5F5 !important;
  }

  .pv\:active\:bg-lighter-gray:active {
    background-color: #CCC !important;
  }

  .pv\:active\:bg-light-gray:active {
    background-color: #858585 !important;
  }

  .pv\:active\:bg-gray:active {
    background-color: #6B6B6B !important;
  }

  .pv\:active\:bg-dark-gray:active {
    background-color: #333 !important;
  }

  .pv\:active\:bg-black:active {
    background-color: #000 !important;
  }

  .pv\:bg-bottom {
    background-position: bottom !important;
  }

  .pv\:bg-center {
    background-position: center !important;
  }

  .pv\:bg-left {
    background-position: left !important;
  }

  .pv\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .pv\:bg-left-top {
    background-position: left top !important;
  }

  .pv\:bg-right {
    background-position: right !important;
  }

  .pv\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .pv\:bg-right-top {
    background-position: right top !important;
  }

  .pv\:bg-top {
    background-position: top !important;
  }

  .pv\:border-light-pink {
    border-color: #FBECF0 !important;
  }

  .pv\:border-pink {
    border-color: #C3A7BD !important;
  }

  .pv\:border-red {
    border-color: #F00 !important;
  }

  .pv\:border-white {
    border-color: #FFF !important;
  }

  .pv\:border-lightest-gray {
    border-color: #F5F5F5 !important;
  }

  .pv\:border-lighter-gray {
    border-color: #CCC !important;
  }

  .pv\:border-light-gray {
    border-color: #858585 !important;
  }

  .pv\:border-gray {
    border-color: #6B6B6B !important;
  }

  .pv\:border-dark-gray {
    border-color: #333 !important;
  }

  .pv\:border-black {
    border-color: #000 !important;
  }

  .pv\:hover\:border-light-pink:hover {
    border-color: #FBECF0 !important;
  }

  .pv\:hover\:border-pink:hover {
    border-color: #C3A7BD !important;
  }

  .pv\:hover\:border-red:hover {
    border-color: #F00 !important;
  }

  .pv\:hover\:border-white:hover {
    border-color: #FFF !important;
  }

  .pv\:hover\:border-lightest-gray:hover {
    border-color: #F5F5F5 !important;
  }

  .pv\:hover\:border-lighter-gray:hover {
    border-color: #CCC !important;
  }

  .pv\:hover\:border-light-gray:hover {
    border-color: #858585 !important;
  }

  .pv\:hover\:border-gray:hover {
    border-color: #6B6B6B !important;
  }

  .pv\:hover\:border-dark-gray:hover {
    border-color: #333 !important;
  }

  .pv\:hover\:border-black:hover {
    border-color: #000 !important;
  }

  .pv\:focus\:border-light-pink:focus {
    border-color: #FBECF0 !important;
  }

  .pv\:focus\:border-pink:focus {
    border-color: #C3A7BD !important;
  }

  .pv\:focus\:border-red:focus {
    border-color: #F00 !important;
  }

  .pv\:focus\:border-white:focus {
    border-color: #FFF !important;
  }

  .pv\:focus\:border-lightest-gray:focus {
    border-color: #F5F5F5 !important;
  }

  .pv\:focus\:border-lighter-gray:focus {
    border-color: #CCC !important;
  }

  .pv\:focus\:border-light-gray:focus {
    border-color: #858585 !important;
  }

  .pv\:focus\:border-gray:focus {
    border-color: #6B6B6B !important;
  }

  .pv\:focus\:border-dark-gray:focus {
    border-color: #333 !important;
  }

  .pv\:focus\:border-black:focus {
    border-color: #000 !important;
  }

  .pv\:border-none {
    border-width: 0 !important;
  }

  .pv\:border {
    border-width: 1px !important;
  }

  .pv\:border-t-none {
    border-top-width: 0 !important;
  }

  .pv\:border-r-none {
    border-right-width: 0 !important;
  }

  .pv\:border-b-none {
    border-bottom-width: 0 !important;
  }

  .pv\:border-l-none {
    border-left-width: 0 !important;
  }

  .pv\:border-t {
    border-top-width: 1px !important;
  }

  .pv\:border-r {
    border-right-width: 1px !important;
  }

  .pv\:border-b {
    border-bottom-width: 1px !important;
  }

  .pv\:border-l {
    border-left-width: 1px !important;
  }

  .pv\:block {
    display: block !important;
  }

  .pv\:inline-block {
    display: inline-block !important;
  }

  .pv\:inline {
    display: inline !important;
  }

  .pv\:flex {
    display: flex !important;
  }

  .pv\:inline-flex {
    display: inline-flex !important;
  }

  .pv\:table {
    display: table !important;
  }

  .pv\:table-caption {
    display: table-caption !important;
  }

  .pv\:table-cell {
    display: table-cell !important;
  }

  .pv\:table-column {
    display: table-column !important;
  }

  .pv\:table-column-group {
    display: table-column-group !important;
  }

  .pv\:table-footer-group {
    display: table-footer-group !important;
  }

  .pv\:table-header-group {
    display: table-header-group !important;
  }

  .pv\:table-row-group {
    display: table-row-group !important;
  }

  .pv\:table-row {
    display: table-row !important;
  }

  .pv\:flow-root {
    display: flow-root !important;
  }

  .pv\:grid {
    display: grid !important;
  }

  .pv\:inline-grid {
    display: inline-grid !important;
  }

  .pv\:contents {
    display: contents !important;
  }

  .pv\:hidden {
    display: none !important;
  }

  .pv\:flex-row {
    flex-direction: row !important;
  }

  .pv\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .pv\:flex-col {
    flex-direction: column !important;
  }

  .pv\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .pv\:justify-start {
    justify-content: flex-start !important;
  }

  .pv\:justify-end {
    justify-content: flex-end !important;
  }

  .pv\:justify-center {
    justify-content: center !important;
  }

  .pv\:justify-between {
    justify-content: space-between !important;
  }

  .pv\:justify-around {
    justify-content: space-around !important;
  }

  .pv\:justify-evenly {
    justify-content: space-evenly !important;
  }

  .pv\:float-right {
    float: right !important;
  }

  .pv\:float-left {
    float: left !important;
  }

  .pv\:float-none {
    float: none !important;
  }

  .pv\:clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .pv\:text-xs {
    font-size: 12px !important;
  }

  .pv\:text-sm {
    font-size: 14px !important;
  }

  .pv\:text-base {
    font-size: 16px !important;
  }

  .pv\:text-lg {
    font-size: 18px !important;
  }

  .pv\:text-xl {
    font-size: 20px !important;
  }

  .pv\:text-2xl {
    font-size: 24px !important;
  }

  .pv\:text-3xl {
    font-size: 32px !important;
  }

  .pv\:text-4xl {
    font-size: 48px !important;
  }

  .pv\:text-5xl {
    font-size: 56px !important;
  }

  .pv\:text-6xl {
    font-size: 64px !important;
  }

  .pv\:m-0 {
    margin: 0 !important;
  }

  .pv\:m-5 {
    margin: 5px !important;
  }

  .pv\:m-10 {
    margin: 10px !important;
  }

  .pv\:m-15 {
    margin: 15px !important;
  }

  .pv\:m-20 {
    margin: 20px !important;
  }

  .pv\:m-25 {
    margin: 25px !important;
  }

  .pv\:m-30 {
    margin: 30px !important;
  }

  .pv\:m-35 {
    margin: 35px !important;
  }

  .pv\:m-40 {
    margin: 40px !important;
  }

  .pv\:m-45 {
    margin: 45px !important;
  }

  .pv\:m-50 {
    margin: 50px !important;
  }

  .pv\:m-75 {
    margin: 75px !important;
  }

  .pv\:m-100 {
    margin: 100px !important;
  }

  .pv\:m-125 {
    margin: 125px !important;
  }

  .pv\:m-150 {
    margin: 150px !important;
  }

  .pv\:m-175 {
    margin: 175px !important;
  }

  .pv\:m-200 {
    margin: 200px !important;
  }

  .pv\:m-225 {
    margin: 225px !important;
  }

  .pv\:m-250 {
    margin: 250px !important;
  }

  .pv\:m-auto {
    margin: auto !important;
  }

  .pv\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .pv\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .pv\:my-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .pv\:mx-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .pv\:my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .pv\:mx-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .pv\:my-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .pv\:mx-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .pv\:my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .pv\:mx-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .pv\:my-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .pv\:mx-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .pv\:my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .pv\:mx-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .pv\:my-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .pv\:mx-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }

  .pv\:my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .pv\:mx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .pv\:my-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .pv\:mx-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }

  .pv\:my-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .pv\:mx-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .pv\:my-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }

  .pv\:mx-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }

  .pv\:my-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .pv\:mx-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .pv\:my-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
  }

  .pv\:mx-125 {
    margin-left: 125px !important;
    margin-right: 125px !important;
  }

  .pv\:my-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }

  .pv\:mx-150 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }

  .pv\:my-175 {
    margin-top: 175px !important;
    margin-bottom: 175px !important;
  }

  .pv\:mx-175 {
    margin-left: 175px !important;
    margin-right: 175px !important;
  }

  .pv\:my-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  .pv\:mx-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }

  .pv\:my-225 {
    margin-top: 225px !important;
    margin-bottom: 225px !important;
  }

  .pv\:mx-225 {
    margin-left: 225px !important;
    margin-right: 225px !important;
  }

  .pv\:my-250 {
    margin-top: 250px !important;
    margin-bottom: 250px !important;
  }

  .pv\:mx-250 {
    margin-left: 250px !important;
    margin-right: 250px !important;
  }

  .pv\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .pv\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .pv\:mt-0 {
    margin-top: 0 !important;
  }

  .pv\:mr-0 {
    margin-right: 0 !important;
  }

  .pv\:mb-0 {
    margin-bottom: 0 !important;
  }

  .pv\:ml-0 {
    margin-left: 0 !important;
  }

  .pv\:mt-5 {
    margin-top: 5px !important;
  }

  .pv\:mr-5 {
    margin-right: 5px !important;
  }

  .pv\:mb-5 {
    margin-bottom: 5px !important;
  }

  .pv\:ml-5 {
    margin-left: 5px !important;
  }

  .pv\:mt-10 {
    margin-top: 10px !important;
  }

  .pv\:mr-10 {
    margin-right: 10px !important;
  }

  .pv\:mb-10 {
    margin-bottom: 10px !important;
  }

  .pv\:ml-10 {
    margin-left: 10px !important;
  }

  .pv\:mt-15 {
    margin-top: 15px !important;
  }

  .pv\:mr-15 {
    margin-right: 15px !important;
  }

  .pv\:mb-15 {
    margin-bottom: 15px !important;
  }

  .pv\:ml-15 {
    margin-left: 15px !important;
  }

  .pv\:mt-20 {
    margin-top: 20px !important;
  }

  .pv\:mr-20 {
    margin-right: 20px !important;
  }

  .pv\:mb-20 {
    margin-bottom: 20px !important;
  }

  .pv\:ml-20 {
    margin-left: 20px !important;
  }

  .pv\:mt-25 {
    margin-top: 25px !important;
  }

  .pv\:mr-25 {
    margin-right: 25px !important;
  }

  .pv\:mb-25 {
    margin-bottom: 25px !important;
  }

  .pv\:ml-25 {
    margin-left: 25px !important;
  }

  .pv\:mt-30 {
    margin-top: 30px !important;
  }

  .pv\:mr-30 {
    margin-right: 30px !important;
  }

  .pv\:mb-30 {
    margin-bottom: 30px !important;
  }

  .pv\:ml-30 {
    margin-left: 30px !important;
  }

  .pv\:mt-35 {
    margin-top: 35px !important;
  }

  .pv\:mr-35 {
    margin-right: 35px !important;
  }

  .pv\:mb-35 {
    margin-bottom: 35px !important;
  }

  .pv\:ml-35 {
    margin-left: 35px !important;
  }

  .pv\:mt-40 {
    margin-top: 40px !important;
  }

  .pv\:mr-40 {
    margin-right: 40px !important;
  }

  .pv\:mb-40 {
    margin-bottom: 40px !important;
  }

  .pv\:ml-40 {
    margin-left: 40px !important;
  }

  .pv\:mt-45 {
    margin-top: 45px !important;
  }

  .pv\:mr-45 {
    margin-right: 45px !important;
  }

  .pv\:mb-45 {
    margin-bottom: 45px !important;
  }

  .pv\:ml-45 {
    margin-left: 45px !important;
  }

  .pv\:mt-50 {
    margin-top: 50px !important;
  }

  .pv\:mr-50 {
    margin-right: 50px !important;
  }

  .pv\:mb-50 {
    margin-bottom: 50px !important;
  }

  .pv\:ml-50 {
    margin-left: 50px !important;
  }

  .pv\:mt-75 {
    margin-top: 75px !important;
  }

  .pv\:mr-75 {
    margin-right: 75px !important;
  }

  .pv\:mb-75 {
    margin-bottom: 75px !important;
  }

  .pv\:ml-75 {
    margin-left: 75px !important;
  }

  .pv\:mt-100 {
    margin-top: 100px !important;
  }

  .pv\:mr-100 {
    margin-right: 100px !important;
  }

  .pv\:mb-100 {
    margin-bottom: 100px !important;
  }

  .pv\:ml-100 {
    margin-left: 100px !important;
  }

  .pv\:mt-125 {
    margin-top: 125px !important;
  }

  .pv\:mr-125 {
    margin-right: 125px !important;
  }

  .pv\:mb-125 {
    margin-bottom: 125px !important;
  }

  .pv\:ml-125 {
    margin-left: 125px !important;
  }

  .pv\:mt-150 {
    margin-top: 150px !important;
  }

  .pv\:mr-150 {
    margin-right: 150px !important;
  }

  .pv\:mb-150 {
    margin-bottom: 150px !important;
  }

  .pv\:ml-150 {
    margin-left: 150px !important;
  }

  .pv\:mt-175 {
    margin-top: 175px !important;
  }

  .pv\:mr-175 {
    margin-right: 175px !important;
  }

  .pv\:mb-175 {
    margin-bottom: 175px !important;
  }

  .pv\:ml-175 {
    margin-left: 175px !important;
  }

  .pv\:mt-200 {
    margin-top: 200px !important;
  }

  .pv\:mr-200 {
    margin-right: 200px !important;
  }

  .pv\:mb-200 {
    margin-bottom: 200px !important;
  }

  .pv\:ml-200 {
    margin-left: 200px !important;
  }

  .pv\:mt-225 {
    margin-top: 225px !important;
  }

  .pv\:mr-225 {
    margin-right: 225px !important;
  }

  .pv\:mb-225 {
    margin-bottom: 225px !important;
  }

  .pv\:ml-225 {
    margin-left: 225px !important;
  }

  .pv\:mt-250 {
    margin-top: 250px !important;
  }

  .pv\:mr-250 {
    margin-right: 250px !important;
  }

  .pv\:mb-250 {
    margin-bottom: 250px !important;
  }

  .pv\:ml-250 {
    margin-left: 250px !important;
  }

  .pv\:mt-auto {
    margin-top: auto !important;
  }

  .pv\:mr-auto {
    margin-right: auto !important;
  }

  .pv\:mb-auto {
    margin-bottom: auto !important;
  }

  .pv\:ml-auto {
    margin-left: auto !important;
  }

  .pv\:max-w-none {
    max-width: none !important;
  }

  .pv\:max-w-half {
    max-width: 50% !important;
  }

  .pv\:max-w-full {
    max-width: 100% !important;
  }

  .pv\:max-w-content {
    max-width: 1080px !important;
  }

  .pv\:max-w-wide {
    max-width: 1440px !important;
  }

  .pv\:max-w-screen {
    max-width: 100vw !important;
  }

  .pv\:p-0 {
    padding: 0 !important;
  }

  .pv\:p-5 {
    padding: 5px !important;
  }

  .pv\:p-10 {
    padding: 10px !important;
  }

  .pv\:p-15 {
    padding: 15px !important;
  }

  .pv\:p-20 {
    padding: 20px !important;
  }

  .pv\:p-25 {
    padding: 25px !important;
  }

  .pv\:p-30 {
    padding: 30px !important;
  }

  .pv\:p-35 {
    padding: 35px !important;
  }

  .pv\:p-40 {
    padding: 40px !important;
  }

  .pv\:p-45 {
    padding: 45px !important;
  }

  .pv\:p-50 {
    padding: 50px !important;
  }

  .pv\:p-75 {
    padding: 75px !important;
  }

  .pv\:p-100 {
    padding: 100px !important;
  }

  .pv\:p-125 {
    padding: 125px !important;
  }

  .pv\:p-150 {
    padding: 150px !important;
  }

  .pv\:p-175 {
    padding: 175px !important;
  }

  .pv\:p-200 {
    padding: 200px !important;
  }

  .pv\:p-225 {
    padding: 225px !important;
  }

  .pv\:p-250 {
    padding: 250px !important;
  }

  .pv\:p-auto {
    padding: auto !important;
  }

  .pv\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .pv\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .pv\:py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .pv\:px-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .pv\:py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .pv\:px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .pv\:py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .pv\:px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .pv\:py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .pv\:px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .pv\:py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .pv\:px-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .pv\:py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .pv\:px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .pv\:py-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .pv\:px-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  .pv\:py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .pv\:px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .pv\:py-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .pv\:px-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }

  .pv\:py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .pv\:px-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .pv\:py-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .pv\:px-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }

  .pv\:py-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .pv\:px-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .pv\:py-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }

  .pv\:px-125 {
    padding-left: 125px !important;
    padding-right: 125px !important;
  }

  .pv\:py-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .pv\:px-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }

  .pv\:py-175 {
    padding-top: 175px !important;
    padding-bottom: 175px !important;
  }

  .pv\:px-175 {
    padding-left: 175px !important;
    padding-right: 175px !important;
  }

  .pv\:py-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .pv\:px-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }

  .pv\:py-225 {
    padding-top: 225px !important;
    padding-bottom: 225px !important;
  }

  .pv\:px-225 {
    padding-left: 225px !important;
    padding-right: 225px !important;
  }

  .pv\:py-250 {
    padding-top: 250px !important;
    padding-bottom: 250px !important;
  }

  .pv\:px-250 {
    padding-left: 250px !important;
    padding-right: 250px !important;
  }

  .pv\:py-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }

  .pv\:px-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }

  .pv\:pt-0 {
    padding-top: 0 !important;
  }

  .pv\:pr-0 {
    padding-right: 0 !important;
  }

  .pv\:pb-0 {
    padding-bottom: 0 !important;
  }

  .pv\:pl-0 {
    padding-left: 0 !important;
  }

  .pv\:pt-5 {
    padding-top: 5px !important;
  }

  .pv\:pr-5 {
    padding-right: 5px !important;
  }

  .pv\:pb-5 {
    padding-bottom: 5px !important;
  }

  .pv\:pl-5 {
    padding-left: 5px !important;
  }

  .pv\:pt-10 {
    padding-top: 10px !important;
  }

  .pv\:pr-10 {
    padding-right: 10px !important;
  }

  .pv\:pb-10 {
    padding-bottom: 10px !important;
  }

  .pv\:pl-10 {
    padding-left: 10px !important;
  }

  .pv\:pt-15 {
    padding-top: 15px !important;
  }

  .pv\:pr-15 {
    padding-right: 15px !important;
  }

  .pv\:pb-15 {
    padding-bottom: 15px !important;
  }

  .pv\:pl-15 {
    padding-left: 15px !important;
  }

  .pv\:pt-20 {
    padding-top: 20px !important;
  }

  .pv\:pr-20 {
    padding-right: 20px !important;
  }

  .pv\:pb-20 {
    padding-bottom: 20px !important;
  }

  .pv\:pl-20 {
    padding-left: 20px !important;
  }

  .pv\:pt-25 {
    padding-top: 25px !important;
  }

  .pv\:pr-25 {
    padding-right: 25px !important;
  }

  .pv\:pb-25 {
    padding-bottom: 25px !important;
  }

  .pv\:pl-25 {
    padding-left: 25px !important;
  }

  .pv\:pt-30 {
    padding-top: 30px !important;
  }

  .pv\:pr-30 {
    padding-right: 30px !important;
  }

  .pv\:pb-30 {
    padding-bottom: 30px !important;
  }

  .pv\:pl-30 {
    padding-left: 30px !important;
  }

  .pv\:pt-35 {
    padding-top: 35px !important;
  }

  .pv\:pr-35 {
    padding-right: 35px !important;
  }

  .pv\:pb-35 {
    padding-bottom: 35px !important;
  }

  .pv\:pl-35 {
    padding-left: 35px !important;
  }

  .pv\:pt-40 {
    padding-top: 40px !important;
  }

  .pv\:pr-40 {
    padding-right: 40px !important;
  }

  .pv\:pb-40 {
    padding-bottom: 40px !important;
  }

  .pv\:pl-40 {
    padding-left: 40px !important;
  }

  .pv\:pt-45 {
    padding-top: 45px !important;
  }

  .pv\:pr-45 {
    padding-right: 45px !important;
  }

  .pv\:pb-45 {
    padding-bottom: 45px !important;
  }

  .pv\:pl-45 {
    padding-left: 45px !important;
  }

  .pv\:pt-50 {
    padding-top: 50px !important;
  }

  .pv\:pr-50 {
    padding-right: 50px !important;
  }

  .pv\:pb-50 {
    padding-bottom: 50px !important;
  }

  .pv\:pl-50 {
    padding-left: 50px !important;
  }

  .pv\:pt-75 {
    padding-top: 75px !important;
  }

  .pv\:pr-75 {
    padding-right: 75px !important;
  }

  .pv\:pb-75 {
    padding-bottom: 75px !important;
  }

  .pv\:pl-75 {
    padding-left: 75px !important;
  }

  .pv\:pt-100 {
    padding-top: 100px !important;
  }

  .pv\:pr-100 {
    padding-right: 100px !important;
  }

  .pv\:pb-100 {
    padding-bottom: 100px !important;
  }

  .pv\:pl-100 {
    padding-left: 100px !important;
  }

  .pv\:pt-125 {
    padding-top: 125px !important;
  }

  .pv\:pr-125 {
    padding-right: 125px !important;
  }

  .pv\:pb-125 {
    padding-bottom: 125px !important;
  }

  .pv\:pl-125 {
    padding-left: 125px !important;
  }

  .pv\:pt-150 {
    padding-top: 150px !important;
  }

  .pv\:pr-150 {
    padding-right: 150px !important;
  }

  .pv\:pb-150 {
    padding-bottom: 150px !important;
  }

  .pv\:pl-150 {
    padding-left: 150px !important;
  }

  .pv\:pt-175 {
    padding-top: 175px !important;
  }

  .pv\:pr-175 {
    padding-right: 175px !important;
  }

  .pv\:pb-175 {
    padding-bottom: 175px !important;
  }

  .pv\:pl-175 {
    padding-left: 175px !important;
  }

  .pv\:pt-200 {
    padding-top: 200px !important;
  }

  .pv\:pr-200 {
    padding-right: 200px !important;
  }

  .pv\:pb-200 {
    padding-bottom: 200px !important;
  }

  .pv\:pl-200 {
    padding-left: 200px !important;
  }

  .pv\:pt-225 {
    padding-top: 225px !important;
  }

  .pv\:pr-225 {
    padding-right: 225px !important;
  }

  .pv\:pb-225 {
    padding-bottom: 225px !important;
  }

  .pv\:pl-225 {
    padding-left: 225px !important;
  }

  .pv\:pt-250 {
    padding-top: 250px !important;
  }

  .pv\:pr-250 {
    padding-right: 250px !important;
  }

  .pv\:pb-250 {
    padding-bottom: 250px !important;
  }

  .pv\:pl-250 {
    padding-left: 250px !important;
  }

  .pv\:pt-auto {
    padding-top: auto !important;
  }

  .pv\:pr-auto {
    padding-right: auto !important;
  }

  .pv\:pb-auto {
    padding-bottom: auto !important;
  }

  .pv\:pl-auto {
    padding-left: auto !important;
  }

  .pv\:static {
    position: static !important;
  }

  .pv\:fixed {
    position: fixed !important;
  }

  .pv\:absolute {
    position: absolute !important;
  }

  .pv\:relative {
    position: relative !important;
  }

  .pv\:sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .pv\:text-left {
    text-align: left !important;
  }

  .pv\:text-center {
    text-align: center !important;
  }

  .pv\:text-right {
    text-align: right !important;
  }

  .pv\:text-justify {
    text-align: justify !important;
  }

  .pv\:text-light-pink {
    --text-opacity: 1 !important;
    color: #FBECF0 !important;
    color: rgba(251, 236, 240, var(--text-opacity)) !important;
  }

  .pv\:text-pink {
    --text-opacity: 1 !important;
    color: #C3A7BD !important;
    color: rgba(195, 167, 189, var(--text-opacity)) !important;
  }

  .pv\:text-red {
    --text-opacity: 1 !important;
    color: #F00 !important;
    color: rgba(255, 0, 0, var(--text-opacity)) !important;
  }

  .pv\:text-white {
    --text-opacity: 1 !important;
    color: #FFF !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .pv\:text-lightest-gray {
    --text-opacity: 1 !important;
    color: #F5F5F5 !important;
    color: rgba(245, 245, 245, var(--text-opacity)) !important;
  }

  .pv\:text-lighter-gray {
    --text-opacity: 1 !important;
    color: #CCC !important;
    color: rgba(204, 204, 204, var(--text-opacity)) !important;
  }

  .pv\:text-light-gray {
    --text-opacity: 1 !important;
    color: #858585 !important;
    color: rgba(133, 133, 133, var(--text-opacity)) !important;
  }

  .pv\:text-gray {
    --text-opacity: 1 !important;
    color: #6B6B6B !important;
    color: rgba(107, 107, 107, var(--text-opacity)) !important;
  }

  .pv\:text-dark-gray {
    --text-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--text-opacity)) !important;
  }

  .pv\:text-black {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .pv\:hover\:text-light-pink:hover {
    --text-opacity: 1 !important;
    color: #FBECF0 !important;
    color: rgba(251, 236, 240, var(--text-opacity)) !important;
  }

  .pv\:hover\:text-pink:hover {
    --text-opacity: 1 !important;
    color: #C3A7BD !important;
    color: rgba(195, 167, 189, var(--text-opacity)) !important;
  }

  .pv\:hover\:text-red:hover {
    --text-opacity: 1 !important;
    color: #F00 !important;
    color: rgba(255, 0, 0, var(--text-opacity)) !important;
  }

  .pv\:hover\:text-white:hover {
    --text-opacity: 1 !important;
    color: #FFF !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .pv\:hover\:text-lightest-gray:hover {
    --text-opacity: 1 !important;
    color: #F5F5F5 !important;
    color: rgba(245, 245, 245, var(--text-opacity)) !important;
  }

  .pv\:hover\:text-lighter-gray:hover {
    --text-opacity: 1 !important;
    color: #CCC !important;
    color: rgba(204, 204, 204, var(--text-opacity)) !important;
  }

  .pv\:hover\:text-light-gray:hover {
    --text-opacity: 1 !important;
    color: #858585 !important;
    color: rgba(133, 133, 133, var(--text-opacity)) !important;
  }

  .pv\:hover\:text-gray:hover {
    --text-opacity: 1 !important;
    color: #6B6B6B !important;
    color: rgba(107, 107, 107, var(--text-opacity)) !important;
  }

  .pv\:hover\:text-dark-gray:hover {
    --text-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--text-opacity)) !important;
  }

  .pv\:hover\:text-black:hover {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .pv\:focus\:text-light-pink:focus {
    --text-opacity: 1 !important;
    color: #FBECF0 !important;
    color: rgba(251, 236, 240, var(--text-opacity)) !important;
  }

  .pv\:focus\:text-pink:focus {
    --text-opacity: 1 !important;
    color: #C3A7BD !important;
    color: rgba(195, 167, 189, var(--text-opacity)) !important;
  }

  .pv\:focus\:text-red:focus {
    --text-opacity: 1 !important;
    color: #F00 !important;
    color: rgba(255, 0, 0, var(--text-opacity)) !important;
  }

  .pv\:focus\:text-white:focus {
    --text-opacity: 1 !important;
    color: #FFF !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .pv\:focus\:text-lightest-gray:focus {
    --text-opacity: 1 !important;
    color: #F5F5F5 !important;
    color: rgba(245, 245, 245, var(--text-opacity)) !important;
  }

  .pv\:focus\:text-lighter-gray:focus {
    --text-opacity: 1 !important;
    color: #CCC !important;
    color: rgba(204, 204, 204, var(--text-opacity)) !important;
  }

  .pv\:focus\:text-light-gray:focus {
    --text-opacity: 1 !important;
    color: #858585 !important;
    color: rgba(133, 133, 133, var(--text-opacity)) !important;
  }

  .pv\:focus\:text-gray:focus {
    --text-opacity: 1 !important;
    color: #6B6B6B !important;
    color: rgba(107, 107, 107, var(--text-opacity)) !important;
  }

  .pv\:focus\:text-dark-gray:focus {
    --text-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--text-opacity)) !important;
  }

  .pv\:focus\:text-black:focus {
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .pv\:w-auto {
    width: auto !important;
  }

  .pv\:w-1-5 {
    width: 20% !important;
  }

  .pv\:w-1-4 {
    width: 25% !important;
  }

  .pv\:w-1-3 {
    width: 33.333% !important;
  }

  .pv\:w-1-2 {
    width: 50% !important;
  }

  .pv\:w-3-5 {
    width: 60% !important;
  }

  .pv\:w-2-3 {
    width: 66.666% !important;
  }

  .pv\:w-full {
    width: 100% !important;
  }

  .pv\:w-screen {
    width: 100vw !important;
  }
}
