/*! 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.
 */

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

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

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

.tailwind-apply body {
  margin: 0;
}

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

.tailwind-apply main {
  display: block;
}

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

.tailwind-apply 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.
 */

.tailwind-apply 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.
 */

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

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

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

.tailwind-apply 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.
 */

.tailwind-apply 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.
 */

.tailwind-apply b,
.tailwind-apply 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.
 */

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

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

.tailwind-apply small {
  font-size: 80%;
}

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

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

.tailwind-apply sub {
  bottom: -0.25em;
}

.tailwind-apply sup {
  top: -0.5em;
}

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

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

.tailwind-apply img {
  border-style: none;
}

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

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

.tailwind-apply button,
.tailwind-apply input,
.tailwind-apply optgroup,
.tailwind-apply select,
.tailwind-apply 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.
 */

.tailwind-apply button,
.tailwind-apply input { /* 1 */
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

.tailwind-apply 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.
 */

.tailwind-apply 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.
 */

.tailwind-apply progress {
  vertical-align: baseline;
}

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

.tailwind-apply textarea {
  overflow: auto;
}

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

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

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

.tailwind-apply [type="number"]::-webkit-inner-spin-button,
.tailwind-apply [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

.tailwind-apply [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.
 */

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

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

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

.tailwind-apply details {
  display: block;
}

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

.tailwind-apply summary {
  display: list-item;
}

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

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

.tailwind-apply template {
  display: none;
}

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

.tailwind-apply [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.
 */

/**
 * 1. Prevent padding and border from affecting element width
 * https://goo.gl/pYtbK7
 * 2. Change the default font family in all browsers (opinionated)
 */

.tailwind-apply html {
  box-sizing: border-box; /* 1 */
  font-family: sans-serif; /* 2 */
}

.tailwind-apply *,
.tailwind-apply *::before,
.tailwind-apply *::after {
  box-sizing: inherit;
}

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

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

.tailwind-apply button {
  background: transparent;
  padding: 0;
}

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

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

.tailwind-apply fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the system font stack 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.
 */

.tailwind-apply html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 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
 */

.tailwind-apply *,
.tailwind-apply *::before,
.tailwind-apply *::after {
  border-width: 0;
  border-style: solid;
  border-color: #ebebeb;
}

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

.tailwind-apply 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
 */

.tailwind-apply img {
  border-style: solid;
}

.tailwind-apply textarea {
  resize: vertical;
}

.tailwind-apply input::-webkit-input-placeholder, .tailwind-apply textarea::-webkit-input-placeholder {
  color: #a0aec0;
}

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

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

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

.tailwind-apply input::placeholder,
.tailwind-apply textarea::placeholder {
  color: #a0aec0;
}

.tailwind-apply button,
.tailwind-apply [role="button"] {
  cursor: pointer;
}

.tailwind-apply table {
  border-collapse: collapse;
}

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

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

.tailwind-apply 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.
 */

.tailwind-apply button,
.tailwind-apply input,
.tailwind-apply optgroup,
.tailwind-apply select,
.tailwind-apply 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.
 */

.tailwind-apply pre,
.tailwind-apply code,
.tailwind-apply kbd,
.tailwind-apply samp {
  font-family: 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
 */

.tailwind-apply img,
.tailwind-apply svg,
.tailwind-apply video,
.tailwind-apply canvas,
.tailwind-apply audio,
.tailwind-apply iframe,
.tailwind-apply embed,
.tailwind-apply 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
 */

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

.tailwind-apply .tw-container {
  width: 100%;
}

@media (min-width: 576px) {
  .tailwind-apply .tw-container {
    max-width: 576px;
  }
}

@media (min-width: 768px) {
  .tailwind-apply .tw-container {
    max-width: 768px;
  }
}

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

@media (min-width: 1200px) {
  .tailwind-apply .tw-container {
    max-width: 1200px;
  }
}

.tailwind-apply h1,.tailwind-apply h2,.tailwind-apply h3,.tailwind-apply h4,.tailwind-apply h5,.tailwind-apply h6,.tailwind-apply .h1,.tailwind-apply .h2,.tailwind-apply .h3,.tailwind-apply .h4,.tailwind-apply .h5,.tailwind-apply .h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: none;
  line-height: 1.5;
  color: inherit;
}

.tailwind-apply h1, .tailwind-apply h2, .tailwind-apply h3, .tailwind-apply .h1, .tailwind-apply .h2, .tailwind-apply .h3 {
  line-height: 1.25;
}

.tailwind-apply h1, .tailwind-apply .h1 { font-size: 1.5rem
}

.tailwind-apply h2, .tailwind-apply .h2 { font-size: 1.25rem
}

.tailwind-apply h3, .tailwind-apply .h3 { font-size: 1.25rem
}

.tailwind-apply h4, .tailwind-apply .h4 { font-size: 1rem
}

.tailwind-apply h5, .tailwind-apply .h5 { font-size: 1rem
}

.tailwind-apply h6, .tailwind-apply .h6 { font-size: 1rem
}

@media (min-width: 576px) {
  .tailwind-apply h1, .tailwind-apply .h1 { font-size: 1.875rem
  }

  .tailwind-apply h2, .tailwind-apply .h2 { font-size: 1.5rem
  }

  .tailwind-apply h3, .tailwind-apply .h3 { font-size: 1.25rem
  }

  .tailwind-apply h4, .tailwind-apply .h4 { font-size: 1.125rem
  }

  .tailwind-apply h5, .tailwind-apply .h5 { font-size: 1rem
  }

  .tailwind-apply h6, .tailwind-apply .h6 { font-size: 1rem
  }
}

@media (min-width: 768px) {
  .tailwind-apply h1, .tailwind-apply .h1 { font-size: 2.25rem
  }

  .tailwind-apply h2, .tailwind-apply .h2 { font-size: 1.875rem
  }

  .tailwind-apply h3, .tailwind-apply .h3 { font-size: 1.5rem
  }

  .tailwind-apply h4, .tailwind-apply .h4 { font-size: 1.25rem
  }

  .tailwind-apply h5, .tailwind-apply .h5 { font-size: 1.125rem
  }

  .tailwind-apply h6, .tailwind-apply .h6 { font-size: 1rem
  }
}

@media (min-width: 1024px) {
  .tailwind-apply h1, .tailwind-apply .h1 { font-size: 3rem
  }

  .tailwind-apply h2, .tailwind-apply .h2 { font-size: 2.25rem
  }

  .tailwind-apply h3, .tailwind-apply .h3 { font-size: 1.875rem
  }

  .tailwind-apply h4, .tailwind-apply .h4 { font-size: 1.5rem
  }

  .tailwind-apply h5, .tailwind-apply .h5 { font-size: 1.25rem
  }

  .tailwind-apply h6, .tailwind-apply .h6 { font-size: 1.125rem
  }
}

.tailwind-apply p {
  font-size: 0.875rem;
}

@media (min-width: 576px) {

.tailwind-apply p {
    font-size: 1rem
}
  }

.tailwind-apply ul {
  list-style: disc;
  padding-left: 2.5rem;
}

.tailwind-apply ol {
  padding-left: 2rem;
}

.tailwind-apply ol > li {
    padding-left: 0.5rem;
  }

.tailwind-apply em {
  font-style: italic;
}

.tailwind-apply {
  font-size: 0.875rem;
}

@media (min-width: 576px) {

.tailwind-apply {
    font-size: 1rem
}
  }

.tailwind-apply .rm-button {
  font-size: 0.875rem;
  background-color: #cd150b;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border-radius: 0.25rem;
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  transition-duration: .15s;
  transition-timing-function: ease-in-out;
  -webkit-transition-property: all;
  transition-property: all;
}

.tailwind-apply .rm-button:hover {
    background-color: #B41C39;
    -webkit-transition-duration: .15s;
            transition-duration: .15s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    transition-duration: .15s;
    transition-timing-function: ease-in-out;
    -webkit-transition-property: all;
    transition-property: all;
  }

@media (min-width: 768px) {

.tailwind-apply .rm-button {
    font-size: 1rem;

    padding-left: 1.5rem;

    padding-right: 1.5rem
}
  }

.tailwind-apply .rm-button.\+white {
  background-color: #fff;
  color: #5486cb;
}

.tailwind-apply .rm-button.\+coupon {
  background-color: #fff;
  font-size: 1rem;
  text-transform: none;
  text-align: left;
  border: 2px dashed #6cb2eb;
}

@media (min-width: 768px) {

.tailwind-apply .rm-button.\+coupon {
    font-size: 1.125rem
}
  }

.tailwind-apply .rm-button.\+hollow {
  background-color: transparent;
  border-width: 2px;
  line-height: 1;
}

@media (min-width: 768px) {

.tailwind-apply .rm-button.\+hollow {
    padding-top: 12px;

    padding-bottom: 12px
}
  }

.tailwind-apply .rm-hero-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.tailwind-apply .rm-hero .hero-headlines { color: #fff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  }

.tailwind-apply .rm-hero .hero-content {
    margin-bottom: -185px;
  }

@media (min-width: 768px) {

.tailwind-apply .rm-hero .hero-content { margin-bottom: -120px
  }
    }

@media (min-width: 768px) {

.tailwind-apply .rm-hero .hero-content { margin-bottom: -90px
  }
    }

.tailwind-apply .rm-hero .hero-content .hero-intro { padding-bottom: 1rem;
    }

.tailwind-apply .rm-hero .hero-content .hero-value-props {
      list-style-type: none;
      padding-left: 0;
    }

@media (min-width: 768px) {

.tailwind-apply .rm-hero .hero-content .hero-value-props li {
          width: 33.33333%
      }

          .tailwind-apply .rm-hero .hero-content .hero-value-props li:not(:nth-child(1)) {
            margin-left: 1.5rem;
          }
            @media (min-width: 1024px) {

          .tailwind-apply .rm-hero .hero-content .hero-value-props li:not(:nth-child(1)) { margin-left: 3rem
          }
            }
        }

.tailwind-apply .rm-hero .hero-content .hero-value-props li:nth-child(1) { border-top-width: 4px; border-color: #ebebeb;
      }

.tailwind-apply .rm-hero .hero-content .hero-value-props li:nth-child(2) { border-top-width: 4px; border-color: #8ecbe1;
      }

.tailwind-apply .rm-hero .hero-content .hero-value-props li:nth-child(3) { border-top-width: 4px; border-color: #6cb2eb; padding-bottom: 0;
      }

.tailwind-apply .rm-hero-actions {
  padding: 200px 0 48px 0;
}

@media (min-width: 768px) {

.tailwind-apply .rm-hero-actions { padding: 120px 0 24px 0
}
  }

@media (min-width: 1024px) {

.tailwind-apply .rm-hero-actions { padding: 100px 0 34px 0
}
  }

.tailwind-apply .JumpList {
  margin-top: -40px;
}

@media (min-width: 768px) {

.tailwind-apply .JumpList { margin-top: 0px
}
  }

.tailwind-apply .JumpList {
  /* relative in place for browsers that don't understand sticky */
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
  position: relative;
  z-index: 10;
}

/* The jump link list */

.tailwind-apply .JumpList ul {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: none;
    list-style-type: none;
    padding-left: 0;
  }

.tailwind-apply .JumpList ul li:first-child {
      padding-top: 58px;
    }

@media (min-width: 768px) {

.tailwind-apply .JumpList {
    box-shadow: none;

    border-bottom-width: 2px;

    border-color: #ebebeb
}

    .tailwind-apply .JumpList ul {
      position: relative;
      box-shadow: none;
      display: -webkit-box;
      display: flex;
    }
  }

.tailwind-apply .JumpList button {
    position: relative;
    white-space: nowrap;
  }

.tailwind-apply .JumpList button svg {
      -webkit-transition: all 0.2s;
      transition: all 0.2s;
    }

.tailwind-apply .JumpList.open button {
      border-width: 4px;
      border-color: #6cb2eb;
      border-bottom: 4px solid #6cb2eb;
    }

.tailwind-apply .JumpList.open ul {
      box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
      display: block;
      border-width: 4px;
      border-color: #6cb2eb;
      border-top-width: 0;
    }

@media (min-width: 768px) {

.tailwind-apply .JumpList.open ul {
        border-width: 0;

        box-shadow: none
    }
      }

.tailwind-apply .JumpList.open button {
      z-index: 10;
    }

.tailwind-apply .JumpList.open button .Jump_toggleIcon {
        -webkit-transform: scaleY(-1);
                transform: scaleY(-1);
      }

.tailwind-apply .JumpList.open::after {
      /* content: ''; */
      position: absolute;
      left: 0;
      right: 0;
      background-color: #fff;
      bottom: -5px;
      height: 10px;
    }

@media (min-width: 768px) {
      .tailwind-apply .JumpList.open ul {
        display: -webkit-box;
        display: flex;
      }
    }

.tailwind-apply .no-js .JumpList ul {
    max-height: none;
    position: relative
  }

.tailwind-apply .JumpList .jump-item {
    font-size: 1rem;
    color: #6cb2eb;
    font-weight: 600;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

@media (min-width: 768px) {

.tailwind-apply .JumpList .jump-item {
      font-size: 1.125rem
  }
    }

@media (min-width: 1024px) {

.tailwind-apply .JumpList .jump-item {
      font-size: 1.25rem
  }
    }

.tailwind-apply .JumpList .jump-item:hover {
      color: #5486cb;
    }

.tailwind-apply #price-bell {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.25rem;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  padding-bottom: 50%;
}

@media (min-width: 576px) {

.tailwind-apply #price-bell { margin-top: 4rem
}
  }

@media (min-width: 768px) {

.tailwind-apply #price-bell { margin-top: 0
}
  }

@media (min-width: 1024px) {

.tailwind-apply #price-bell {
    margin-top: 3rem;

    padding-bottom: 35%
}
  }

.tailwind-apply #price-bell .price-bell-prices {
    list-style-type: none;
    padding-left: 0;
    display: -webkit-box;
    display: flex;
    justify-content: space-around;
    display: flex;
  }

@media (min-width: 1024px) {

.tailwind-apply #price-bell .price-bell-prices {
      padding: 0 90px
  }

      .tailwind-apply #price-bell .price-bell-prices li { margin-top: -24px;
      }
    }

.tailwind-apply #price-bell .price-bell-prices li:nth-child(2) {
      margin: -55px 20px 0;
    }

@media screen and (min-width: 400px) {

.tailwind-apply #price-bell .price-bell-prices li:nth-child(2) { margin: -85px 25px 0
    }
      }

@media (min-width: 576px) {

.tailwind-apply #price-bell .price-bell-prices li:nth-child(2) { margin: -105px 50px 0
    }
      }

@media (min-width: 768px) {

.tailwind-apply #price-bell .price-bell-prices li:nth-child(2) { margin: -55px 35px 0 45px
    }
      }

@media (min-width: 1024px) {

.tailwind-apply #price-bell .price-bell-prices li:nth-child(2) { margin-top: -100px
    }
      }

.tailwind-apply .price-details-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: -350px;
}

@media (min-width: 576px) {

.tailwind-apply .price-details-list { margin-bottom: -280px
}
  }

@media (min-width: 768px) {

.tailwind-apply .price-details-list { margin-bottom: -220px
}
  }

@media (min-width: 1024px) {

.tailwind-apply .price-details-list { margin-bottom: -125px
}
  }

@media (min-width: 1024px) {

.tailwind-apply .price-details-list li {
      width: 33.33333%
  }
        @media (min-width: 1024px) {

      .tailwind-apply .price-details-list li:not(:nth-child(1)) {
          margin-left: 3rem
      }
        }
    }

.tailwind-apply .price-details-bottom {
  padding: 190px 0;
}

@media (min-width: 576px) {

.tailwind-apply .price-details-bottom { padding: 155px 0
}
  }

@media (min-width: 768px) {

.tailwind-apply .price-details-bottom { padding: 130px 0
}
  }

@media (min-width: 1024px) {

.tailwind-apply .price-details-bottom { padding: 80px 0
}
  }

.tailwind-apply .Wysi p { padding-bottom: 0.5rem;
  }

.tailwind-apply .transition {
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.tailwind-apply .transition-all {
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-property: all;
  transition-property: all;
}

.tailwind-apply .rm-container {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 480px;
}

@media (min-width: 576px) {

.tailwind-apply .rm-container {
    max-width: 640px
}
  }

@media (min-width: 768px) {

.tailwind-apply .rm-container {
    padding-left: 1rem;

    padding-right: 1rem;

    max-width: 720px
}
  }

@media (min-width: 1024px) {

.tailwind-apply .rm-container {
    padding-left: 1.25rem;

    padding-right: 1.25rem;

    max-width: 960px
}
  }

@media (min-width: 1200px) {

.tailwind-apply .rm-container {
    max-width: 1200px
}
  }

.tailwind-apply .rm-page {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 768px) {

.tailwind-apply .rm-page {
    padding-top: 1.5rem;

    padding-bottom: 1.5rem
}
  }

@media (min-width: 1024px) {

.tailwind-apply .rm-page {
    padding-top: 1.875rem;

    padding-bottom: 1.875rem
}
  }

.tailwind-apply .rm-section {
  background-color: #fff;
}

.tailwind-apply .rm-section a {
    color: #6cb2eb;
    -webkit-transition-duration: .15s;
            transition-duration: .15s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    transition-duration: .15s;
    transition-timing-function: ease-in-out;
    -webkit-transition-property: all;
    transition-property: all;
  }

.tailwind-apply .rm-section a:hover {
      color: #5486cb;
      -webkit-transition-duration: .15s;
              transition-duration: .15s;
      -webkit-transition-timing-function: ease-in-out;
              transition-timing-function: ease-in-out;
      transition-duration: .15s;
      transition-timing-function: ease-in-out;
      -webkit-transition-property: all;
      transition-property: all;
    }

.tailwind-apply .rm-section-title {
  font-size: 0.875rem;
  color: #6cb2eb;
  padding-bottom: 0.75rem;
  text-transform: uppercase;
}

.tailwind-apply .rm-section-headline {
  font-weight: 700;
  color: #2E2E38;
}

.tailwind-apply .blue-gradient {
  background-image: -webkit-gradient(linear, left top, right top, from(#8ecbe1), to(rgba(84,134,203, 0.9)));
  background-image: linear-gradient(to right, #8ecbe1, rgba(84,134,203, 0.9));
}

.tailwind-apply .tw-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.tailwind-apply .tw-not-sr-only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.tailwind-apply .focus\:tw-sr-only:focus {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.tailwind-apply .focus\:tw-not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.tailwind-apply .tw-appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.tailwind-apply .tw-bg-fixed {
  background-attachment: fixed;
}

.tailwind-apply .tw-bg-local {
  background-attachment: local;
}

.tailwind-apply .tw-bg-scroll {
  background-attachment: scroll;
}

.tailwind-apply .tw-bg-transparent {
  background-color: transparent;
}

.tailwind-apply .tw-bg-black {
  background-color: #22292f;
}

.tailwind-apply .tw-bg-white {
  background-color: #fff;
}

.tailwind-apply .tw-bg-gray-100 {
  background-color: #faf8f8;
}

.tailwind-apply .tw-bg-gray-200 {
  background-color: #f5f4f4;
}

.tailwind-apply .tw-bg-gray-300 {
  background-color: #ebebeb;
}

.tailwind-apply .tw-bg-gray-400 {
  background-color: #c6c3c3;
}

.tailwind-apply .tw-bg-gray-500 {
  background-color: #a4a0a0;
}

.tailwind-apply .tw-bg-gray-600 {
  background-color: #7b7777;
}

.tailwind-apply .tw-bg-gray-700 {
  background-color: #544f4f;
}

.tailwind-apply .tw-bg-gray-800 {
  background-color: #2E2E38;
}

.tailwind-apply .tw-bg-red-500 {
  background-color: #cd150b;
}

.tailwind-apply .tw-bg-red-700 {
  background-color: #B41C39;
}

.tailwind-apply .tw-bg-orange-500 {
  background-color: #F4811F;
}

.tailwind-apply .tw-bg-green-500 {
  background-color: #8BBD58;
}

.tailwind-apply .tw-bg-blue-100 {
  background-color: #8ecbe1;
}

.tailwind-apply .tw-bg-blue-300 {
  background-color: #6cb2eb;
}

.tailwind-apply .tw-bg-blue-500 {
  background-color: #5486cb;
}

.tailwind-apply .tw-bg-blue-700 {
  background-color: #2779bd;
}

.tailwind-apply .hover\:tw-bg-transparent:hover {
  background-color: transparent;
}

.tailwind-apply .hover\:tw-bg-black:hover {
  background-color: #22292f;
}

.tailwind-apply .hover\:tw-bg-white:hover {
  background-color: #fff;
}

.tailwind-apply .hover\:tw-bg-gray-100:hover {
  background-color: #faf8f8;
}

.tailwind-apply .hover\:tw-bg-gray-200:hover {
  background-color: #f5f4f4;
}

.tailwind-apply .hover\:tw-bg-gray-300:hover {
  background-color: #ebebeb;
}

.tailwind-apply .hover\:tw-bg-gray-400:hover {
  background-color: #c6c3c3;
}

.tailwind-apply .hover\:tw-bg-gray-500:hover {
  background-color: #a4a0a0;
}

.tailwind-apply .hover\:tw-bg-gray-600:hover {
  background-color: #7b7777;
}

.tailwind-apply .hover\:tw-bg-gray-700:hover {
  background-color: #544f4f;
}

.tailwind-apply .hover\:tw-bg-gray-800:hover {
  background-color: #2E2E38;
}

.tailwind-apply .hover\:tw-bg-red-500:hover {
  background-color: #cd150b;
}

.tailwind-apply .hover\:tw-bg-red-700:hover {
  background-color: #B41C39;
}

.tailwind-apply .hover\:tw-bg-orange-500:hover {
  background-color: #F4811F;
}

.tailwind-apply .hover\:tw-bg-green-500:hover {
  background-color: #8BBD58;
}

.tailwind-apply .hover\:tw-bg-blue-100:hover {
  background-color: #8ecbe1;
}

.tailwind-apply .hover\:tw-bg-blue-300:hover {
  background-color: #6cb2eb;
}

.tailwind-apply .hover\:tw-bg-blue-500:hover {
  background-color: #5486cb;
}

.tailwind-apply .hover\:tw-bg-blue-700:hover {
  background-color: #2779bd;
}

.tailwind-apply .tw-bg-bottom {
  background-position: bottom;
}

.tailwind-apply .tw-bg-center {
  background-position: center;
}

.tailwind-apply .tw-bg-left {
  background-position: left;
}

.tailwind-apply .tw-bg-left-bottom {
  background-position: left bottom;
}

.tailwind-apply .tw-bg-left-top {
  background-position: left top;
}

.tailwind-apply .tw-bg-right {
  background-position: right;
}

.tailwind-apply .tw-bg-right-bottom {
  background-position: right bottom;
}

.tailwind-apply .tw-bg-right-top {
  background-position: right top;
}

.tailwind-apply .tw-bg-top {
  background-position: top;
}

.tailwind-apply .tw-bg-repeat {
  background-repeat: repeat;
}

.tailwind-apply .tw-bg-no-repeat {
  background-repeat: no-repeat;
}

.tailwind-apply .tw-bg-repeat-x {
  background-repeat: repeat-x;
}

.tailwind-apply .tw-bg-repeat-y {
  background-repeat: repeat-y;
}

.tailwind-apply .tw-bg-repeat-round {
  background-repeat: round;
}

.tailwind-apply .tw-bg-repeat-space {
  background-repeat: space;
}

.tailwind-apply .tw-bg-auto {
  background-size: auto;
}

.tailwind-apply .tw-bg-cover {
  background-size: cover;
}

.tailwind-apply .tw-bg-contain {
  background-size: contain;
}

.tailwind-apply .tw-border-collapse {
  border-collapse: collapse;
}

.tailwind-apply .tw-border-separate {
  border-collapse: separate;
}

.tailwind-apply .tw-border-transparent {
  border-color: transparent;
}

.tailwind-apply .tw-border-black {
  border-color: #22292f;
}

.tailwind-apply .tw-border-white {
  border-color: #fff;
}

.tailwind-apply .tw-border-gray-100 {
  border-color: #faf8f8;
}

.tailwind-apply .tw-border-gray-200 {
  border-color: #f5f4f4;
}

.tailwind-apply .tw-border-gray-300 {
  border-color: #ebebeb;
}

.tailwind-apply .tw-border-gray-400 {
  border-color: #c6c3c3;
}

.tailwind-apply .tw-border-gray-500 {
  border-color: #a4a0a0;
}

.tailwind-apply .tw-border-gray-600 {
  border-color: #7b7777;
}

.tailwind-apply .tw-border-gray-700 {
  border-color: #544f4f;
}

.tailwind-apply .tw-border-gray-800 {
  border-color: #2E2E38;
}

.tailwind-apply .tw-border-red-500 {
  border-color: #cd150b;
}

.tailwind-apply .tw-border-red-700 {
  border-color: #B41C39;
}

.tailwind-apply .tw-border-orange-500 {
  border-color: #F4811F;
}

.tailwind-apply .tw-border-green-500 {
  border-color: #8BBD58;
}

.tailwind-apply .tw-border-blue-100 {
  border-color: #8ecbe1;
}

.tailwind-apply .tw-border-blue-300 {
  border-color: #6cb2eb;
}

.tailwind-apply .tw-border-blue-500 {
  border-color: #5486cb;
}

.tailwind-apply .tw-border-blue-700 {
  border-color: #2779bd;
}

.tailwind-apply .hover\:tw-border-transparent:hover {
  border-color: transparent;
}

.tailwind-apply .hover\:tw-border-black:hover {
  border-color: #22292f;
}

.tailwind-apply .hover\:tw-border-white:hover {
  border-color: #fff;
}

.tailwind-apply .hover\:tw-border-gray-100:hover {
  border-color: #faf8f8;
}

.tailwind-apply .hover\:tw-border-gray-200:hover {
  border-color: #f5f4f4;
}

.tailwind-apply .hover\:tw-border-gray-300:hover {
  border-color: #ebebeb;
}

.tailwind-apply .hover\:tw-border-gray-400:hover {
  border-color: #c6c3c3;
}

.tailwind-apply .hover\:tw-border-gray-500:hover {
  border-color: #a4a0a0;
}

.tailwind-apply .hover\:tw-border-gray-600:hover {
  border-color: #7b7777;
}

.tailwind-apply .hover\:tw-border-gray-700:hover {
  border-color: #544f4f;
}

.tailwind-apply .hover\:tw-border-gray-800:hover {
  border-color: #2E2E38;
}

.tailwind-apply .hover\:tw-border-red-500:hover {
  border-color: #cd150b;
}

.tailwind-apply .hover\:tw-border-red-700:hover {
  border-color: #B41C39;
}

.tailwind-apply .hover\:tw-border-orange-500:hover {
  border-color: #F4811F;
}

.tailwind-apply .hover\:tw-border-green-500:hover {
  border-color: #8BBD58;
}

.tailwind-apply .hover\:tw-border-blue-100:hover {
  border-color: #8ecbe1;
}

.tailwind-apply .hover\:tw-border-blue-300:hover {
  border-color: #6cb2eb;
}

.tailwind-apply .hover\:tw-border-blue-500:hover {
  border-color: #5486cb;
}

.tailwind-apply .hover\:tw-border-blue-700:hover {
  border-color: #2779bd;
}

.tailwind-apply .tw-rounded-none {
  border-radius: 0;
}

.tailwind-apply .tw-rounded-sm {
  border-radius: 0.125rem;
}

.tailwind-apply .tw-rounded {
  border-radius: 0.25rem;
}

.tailwind-apply .tw-rounded-lg {
  border-radius: 0.5rem;
}

.tailwind-apply .tw-rounded-full {
  border-radius: 9999px;
}

.tailwind-apply .tw-rounded-t-none {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.tailwind-apply .tw-rounded-r-none {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.tailwind-apply .tw-rounded-b-none {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.tailwind-apply .tw-rounded-l-none {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.tailwind-apply .tw-rounded-t-sm {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.tailwind-apply .tw-rounded-r-sm {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.tailwind-apply .tw-rounded-b-sm {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.tailwind-apply .tw-rounded-l-sm {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.tailwind-apply .tw-rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.tailwind-apply .tw-rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.tailwind-apply .tw-rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.tailwind-apply .tw-rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.tailwind-apply .tw-rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.tailwind-apply .tw-rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.tailwind-apply .tw-rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.tailwind-apply .tw-rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.tailwind-apply .tw-rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.tailwind-apply .tw-rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.tailwind-apply .tw-rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.tailwind-apply .tw-rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.tailwind-apply .tw-rounded-tl-none {
  border-top-left-radius: 0;
}

.tailwind-apply .tw-rounded-tr-none {
  border-top-right-radius: 0;
}

.tailwind-apply .tw-rounded-br-none {
  border-bottom-right-radius: 0;
}

.tailwind-apply .tw-rounded-bl-none {
  border-bottom-left-radius: 0;
}

.tailwind-apply .tw-rounded-tl-sm {
  border-top-left-radius: 0.125rem;
}

.tailwind-apply .tw-rounded-tr-sm {
  border-top-right-radius: 0.125rem;
}

.tailwind-apply .tw-rounded-br-sm {
  border-bottom-right-radius: 0.125rem;
}

.tailwind-apply .tw-rounded-bl-sm {
  border-bottom-left-radius: 0.125rem;
}

.tailwind-apply .tw-rounded-tl {
  border-top-left-radius: 0.25rem;
}

.tailwind-apply .tw-rounded-tr {
  border-top-right-radius: 0.25rem;
}

.tailwind-apply .tw-rounded-br {
  border-bottom-right-radius: 0.25rem;
}

.tailwind-apply .tw-rounded-bl {
  border-bottom-left-radius: 0.25rem;
}

.tailwind-apply .tw-rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}

.tailwind-apply .tw-rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}

.tailwind-apply .tw-rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}

.tailwind-apply .tw-rounded-bl-lg {
  border-bottom-left-radius: 0.5rem;
}

.tailwind-apply .tw-rounded-tl-full {
  border-top-left-radius: 9999px;
}

.tailwind-apply .tw-rounded-tr-full {
  border-top-right-radius: 9999px;
}

.tailwind-apply .tw-rounded-br-full {
  border-bottom-right-radius: 9999px;
}

.tailwind-apply .tw-rounded-bl-full {
  border-bottom-left-radius: 9999px;
}

.tailwind-apply .tw-border-solid {
  border-style: solid;
}

.tailwind-apply .tw-border-dashed {
  border-style: dashed;
}

.tailwind-apply .tw-border-dotted {
  border-style: dotted;
}

.tailwind-apply .tw-border-double {
  border-style: double;
}

.tailwind-apply .tw-border-none {
  border-style: none;
}

.tailwind-apply .tw-border-0 {
  border-width: 0;
}

.tailwind-apply .tw-border-2 {
  border-width: 2px;
}

.tailwind-apply .tw-border-4 {
  border-width: 4px;
}

.tailwind-apply .tw-border-8 {
  border-width: 8px;
}

.tailwind-apply .tw-border {
  border-width: 1px;
}

.tailwind-apply .tw-border-t-0 {
  border-top-width: 0;
}

.tailwind-apply .tw-border-r-0 {
  border-right-width: 0;
}

.tailwind-apply .tw-border-b-0 {
  border-bottom-width: 0;
}

.tailwind-apply .tw-border-l-0 {
  border-left-width: 0;
}

.tailwind-apply .tw-border-t-2 {
  border-top-width: 2px;
}

.tailwind-apply .tw-border-r-2 {
  border-right-width: 2px;
}

.tailwind-apply .tw-border-b-2 {
  border-bottom-width: 2px;
}

.tailwind-apply .tw-border-l-2 {
  border-left-width: 2px;
}

.tailwind-apply .tw-border-t-4 {
  border-top-width: 4px;
}

.tailwind-apply .tw-border-r-4 {
  border-right-width: 4px;
}

.tailwind-apply .tw-border-b-4 {
  border-bottom-width: 4px;
}

.tailwind-apply .tw-border-l-4 {
  border-left-width: 4px;
}

.tailwind-apply .tw-border-t-8 {
  border-top-width: 8px;
}

.tailwind-apply .tw-border-r-8 {
  border-right-width: 8px;
}

.tailwind-apply .tw-border-b-8 {
  border-bottom-width: 8px;
}

.tailwind-apply .tw-border-l-8 {
  border-left-width: 8px;
}

.tailwind-apply .tw-border-t {
  border-top-width: 1px;
}

.tailwind-apply .tw-border-r {
  border-right-width: 1px;
}

.tailwind-apply .tw-border-b {
  border-bottom-width: 1px;
}

.tailwind-apply .tw-border-l {
  border-left-width: 1px;
}

.tailwind-apply .tw-cursor-auto {
  cursor: auto;
}

.tailwind-apply .tw-cursor-default {
  cursor: default;
}

.tailwind-apply .tw-cursor-pointer {
  cursor: pointer;
}

.tailwind-apply .tw-cursor-wait {
  cursor: wait;
}

.tailwind-apply .tw-cursor-text {
  cursor: text;
}

.tailwind-apply .tw-cursor-move {
  cursor: move;
}

.tailwind-apply .tw-cursor-not-allowed {
  cursor: not-allowed;
}

.tailwind-apply .hover\:tw-cursor-auto:hover {
  cursor: auto;
}

.tailwind-apply .hover\:tw-cursor-default:hover {
  cursor: default;
}

.tailwind-apply .hover\:tw-cursor-pointer:hover {
  cursor: pointer;
}

.tailwind-apply .hover\:tw-cursor-wait:hover {
  cursor: wait;
}

.tailwind-apply .hover\:tw-cursor-text:hover {
  cursor: text;
}

.tailwind-apply .hover\:tw-cursor-move:hover {
  cursor: move;
}

.tailwind-apply .hover\:tw-cursor-not-allowed:hover {
  cursor: not-allowed;
}

.tailwind-apply .tw-block {
  display: block;
}

.tailwind-apply .tw-inline-block {
  display: inline-block;
}

.tailwind-apply .tw-inline {
  display: inline;
}

.tailwind-apply .tw-flex {
  display: -webkit-box;
  display: flex;
}

.tailwind-apply .tw-inline-flex {
  display: -webkit-inline-box;
  display: inline-flex;
}

.tailwind-apply .tw-table {
  display: table;
}

.tailwind-apply .tw-table-row {
  display: table-row;
}

.tailwind-apply .tw-table-cell {
  display: table-cell;
}

.tailwind-apply .tw-hidden {
  display: none;
}

.tailwind-apply .tw-flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.tailwind-apply .tw-flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}

.tailwind-apply .tw-flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.tailwind-apply .tw-flex-col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
}

.tailwind-apply .tw-flex-wrap {
  flex-wrap: wrap;
}

.tailwind-apply .tw-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.tailwind-apply .tw-flex-no-wrap {
  flex-wrap: nowrap;
}

.tailwind-apply .tw-items-start {
  -webkit-box-align: start;
          align-items: flex-start;
}

.tailwind-apply .tw-items-end {
  -webkit-box-align: end;
          align-items: flex-end;
}

.tailwind-apply .tw-items-center {
  -webkit-box-align: center;
          align-items: center;
}

.tailwind-apply .tw-items-baseline {
  -webkit-box-align: baseline;
          align-items: baseline;
}

.tailwind-apply .tw-items-stretch {
  -webkit-box-align: stretch;
          align-items: stretch;
}

.tailwind-apply .tw-self-auto {
  align-self: auto;
}

.tailwind-apply .tw-self-start {
  align-self: flex-start;
}

.tailwind-apply .tw-self-end {
  align-self: flex-end;
}

.tailwind-apply .tw-self-center {
  align-self: center;
}

.tailwind-apply .tw-self-stretch {
  align-self: stretch;
}

.tailwind-apply .tw-justify-start {
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.tailwind-apply .tw-justify-end {
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.tailwind-apply .tw-justify-center {
  -webkit-box-pack: center;
          justify-content: center;
}

.tailwind-apply .tw-justify-between {
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.tailwind-apply .tw-justify-around {
  justify-content: space-around;
}

.tailwind-apply .tw-content-center {
  align-content: center;
}

.tailwind-apply .tw-content-start {
  align-content: flex-start;
}

.tailwind-apply .tw-content-end {
  align-content: flex-end;
}

.tailwind-apply .tw-content-between {
  align-content: space-between;
}

.tailwind-apply .tw-content-around {
  align-content: space-around;
}

.tailwind-apply .tw-flex-1 {
  -webkit-box-flex: 1;
          flex: 1 1 0%;
}

.tailwind-apply .tw-flex-auto {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}

.tailwind-apply .tw-flex-initial {
  -webkit-box-flex: 0;
          flex: 0 1 auto;
}

.tailwind-apply .tw-flex-none {
  -webkit-box-flex: 0;
          flex: none;
}

.tailwind-apply .tw-flex-grow-0 {
  -webkit-box-flex: 0;
          flex-grow: 0;
}

.tailwind-apply .tw-flex-grow {
  -webkit-box-flex: 1;
          flex-grow: 1;
}

.tailwind-apply .tw-flex-shrink-0 {
  flex-shrink: 0;
}

.tailwind-apply .tw-flex-shrink {
  flex-shrink: 1;
}

.tailwind-apply .tw-float-right {
  float: right;
}

.tailwind-apply .tw-float-left {
  float: left;
}

.tailwind-apply .tw-float-none {
  float: none;
}

.tailwind-apply .tw-clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.tailwind-apply .tw-font-sans {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.tailwind-apply .tw-font-serif {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
}

.tailwind-apply .tw-font-mono {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.tailwind-apply .tw-font-heading {
  font-family: "Open Sans", sans-serif;
}

.tailwind-apply .tw-font-icon {
  font-family: booster;
}

.tailwind-apply .tw-font-normal {
  font-weight: 400;
}

.tailwind-apply .tw-font-semibold {
  font-weight: 600;
}

.tailwind-apply .tw-font-bold {
  font-weight: 700;
}

.tailwind-apply .tw-h-16 {
  height: 16px;
}

.tailwind-apply .tw-h-24 {
  height: 24px;
}

.tailwind-apply .tw-h-32 {
  height: 32px;
}

.tailwind-apply .tw-h-40 {
  height: 40px;
}

.tailwind-apply .tw-h-48 {
  height: 48px;
}

.tailwind-apply .tw-h-60 {
  height: 60px;
}

.tailwind-apply .tw-h-80 {
  height: 80px;
}

.tailwind-apply .tw-h-100 {
  height: 100px;
}

.tailwind-apply .tw-h-180 {
  height: 180px;
}

.tailwind-apply .tw-h-240 {
  height: 240px;
}

.tailwind-apply .tw-h-300 {
  height: 300px;
}

.tailwind-apply .tw-h-320 {
  height: 320px;
}

.tailwind-apply .tw-h-360 {
  height: 360px;
}

.tailwind-apply .tw-h-400 {
  height: 400px;
}

.tailwind-apply .tw-h-480 {
  height: 480px;
}

.tailwind-apply .tw-h-auto {
  height: auto;
}

.tailwind-apply .tw-h-px {
  height: 1px;
}

.tailwind-apply .tw-h-full {
  height: 100%;
}

.tailwind-apply .tw-h-screen {
  height: 100vh;
}

.tailwind-apply .tw-leading-none {
  line-height: 1;
}

.tailwind-apply .tw-leading-tight {
  line-height: 1.25;
}

.tailwind-apply .tw-leading-snug {
  line-height: 1.375;
}

.tailwind-apply .tw-leading-normal {
  line-height: 1.5;
}

.tailwind-apply .tw-leading-relaxed {
  line-height: 1.625;
}

.tailwind-apply .tw-leading-loose {
  line-height: 2;
}

.tailwind-apply .tw-list-inside {
  list-style-position: inside;
}

.tailwind-apply .tw-list-outside {
  list-style-position: outside;
}

.tailwind-apply .tw-list-none {
  list-style-type: none;
}

.tailwind-apply .tw-list-disc {
  list-style-type: disc;
}

.tailwind-apply .tw-list-decimal {
  list-style-type: decimal;
}

.tailwind-apply .tw-m-0 {
  margin: 0;
}

.tailwind-apply .tw-m-1 {
  margin: 0.25rem;
}

.tailwind-apply .tw-m-2 {
  margin: 0.5rem;
}

.tailwind-apply .tw-m-3 {
  margin: 0.75rem;
}

.tailwind-apply .tw-m-4 {
  margin: 1rem;
}

.tailwind-apply .tw-m-5 {
  margin: 1.25rem;
}

.tailwind-apply .tw-m-6 {
  margin: 1.5rem;
}

.tailwind-apply .tw-m-7 {
  margin: 1.875rem;
}

.tailwind-apply .tw-m-8 {
  margin: 2.25rem;
}

.tailwind-apply .tw-m-10 {
  margin: 3rem;
}

.tailwind-apply .tw-m-12 {
  margin: 4rem;
}

.tailwind-apply .tw-m-14 {
  margin: 5rem;
}

.tailwind-apply .tw-m-auto {
  margin: auto;
}

.tailwind-apply .tw-m-px {
  margin: 1px;
}

.tailwind-apply .tw--m-1 {
  margin: -0.25rem;
}

.tailwind-apply .tw--m-2 {
  margin: -0.5rem;
}

.tailwind-apply .tw--m-3 {
  margin: -0.75rem;
}

.tailwind-apply .tw--m-4 {
  margin: -1rem;
}

.tailwind-apply .tw--m-5 {
  margin: -1.25rem;
}

.tailwind-apply .tw--m-6 {
  margin: -1.5rem;
}

.tailwind-apply .tw--m-7 {
  margin: -1.875rem;
}

.tailwind-apply .tw--m-8 {
  margin: -2.25rem;
}

.tailwind-apply .tw--m-10 {
  margin: -3rem;
}

.tailwind-apply .tw--m-12 {
  margin: -4rem;
}

.tailwind-apply .tw--m-14 {
  margin: -5rem;
}

.tailwind-apply .tw--m-px {
  margin: -1px;
}

.tailwind-apply .tw-my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.tailwind-apply .tw-mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.tailwind-apply .tw-my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.tailwind-apply .tw-mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.tailwind-apply .tw-my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.tailwind-apply .tw-mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.tailwind-apply .tw-my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.tailwind-apply .tw-mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.tailwind-apply .tw-my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.tailwind-apply .tw-mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.tailwind-apply .tw-my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.tailwind-apply .tw-mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.tailwind-apply .tw-my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.tailwind-apply .tw-mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.tailwind-apply .tw-my-7 {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.tailwind-apply .tw-mx-7 {
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}

.tailwind-apply .tw-my-8 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.tailwind-apply .tw-mx-8 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.tailwind-apply .tw-my-10 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.tailwind-apply .tw-mx-10 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.tailwind-apply .tw-my-12 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.tailwind-apply .tw-mx-12 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.tailwind-apply .tw-my-14 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.tailwind-apply .tw-mx-14 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.tailwind-apply .tw-my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.tailwind-apply .tw-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.tailwind-apply .tw-my-px {
  margin-top: 1px;
  margin-bottom: 1px;
}

.tailwind-apply .tw-mx-px {
  margin-left: 1px;
  margin-right: 1px;
}

.tailwind-apply .tw--my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.tailwind-apply .tw--mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.tailwind-apply .tw--my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.tailwind-apply .tw--mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.tailwind-apply .tw--my-3 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.tailwind-apply .tw--mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.tailwind-apply .tw--my-4 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.tailwind-apply .tw--mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.tailwind-apply .tw--my-5 {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.tailwind-apply .tw--mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.tailwind-apply .tw--my-6 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.tailwind-apply .tw--mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.tailwind-apply .tw--my-7 {
  margin-top: -1.875rem;
  margin-bottom: -1.875rem;
}

.tailwind-apply .tw--mx-7 {
  margin-left: -1.875rem;
  margin-right: -1.875rem;
}

.tailwind-apply .tw--my-8 {
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

.tailwind-apply .tw--mx-8 {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

.tailwind-apply .tw--my-10 {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.tailwind-apply .tw--mx-10 {
  margin-left: -3rem;
  margin-right: -3rem;
}

.tailwind-apply .tw--my-12 {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.tailwind-apply .tw--mx-12 {
  margin-left: -4rem;
  margin-right: -4rem;
}

.tailwind-apply .tw--my-14 {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.tailwind-apply .tw--mx-14 {
  margin-left: -5rem;
  margin-right: -5rem;
}

.tailwind-apply .tw--my-px {
  margin-top: -1px;
  margin-bottom: -1px;
}

.tailwind-apply .tw--mx-px {
  margin-left: -1px;
  margin-right: -1px;
}

.tailwind-apply .tw-mt-0 {
  margin-top: 0;
}

.tailwind-apply .tw-mr-0 {
  margin-right: 0;
}

.tailwind-apply .tw-mb-0 {
  margin-bottom: 0;
}

.tailwind-apply .tw-ml-0 {
  margin-left: 0;
}

.tailwind-apply .tw-mt-1 {
  margin-top: 0.25rem;
}

.tailwind-apply .tw-mr-1 {
  margin-right: 0.25rem;
}

.tailwind-apply .tw-mb-1 {
  margin-bottom: 0.25rem;
}

.tailwind-apply .tw-ml-1 {
  margin-left: 0.25rem;
}

.tailwind-apply .tw-mt-2 {
  margin-top: 0.5rem;
}

.tailwind-apply .tw-mr-2 {
  margin-right: 0.5rem;
}

.tailwind-apply .tw-mb-2 {
  margin-bottom: 0.5rem;
}

.tailwind-apply .tw-ml-2 {
  margin-left: 0.5rem;
}

.tailwind-apply .tw-mt-3 {
  margin-top: 0.75rem;
}

.tailwind-apply .tw-mr-3 {
  margin-right: 0.75rem;
}

.tailwind-apply .tw-mb-3 {
  margin-bottom: 0.75rem;
}

.tailwind-apply .tw-ml-3 {
  margin-left: 0.75rem;
}

.tailwind-apply .tw-mt-4 {
  margin-top: 1rem;
}

.tailwind-apply .tw-mr-4 {
  margin-right: 1rem;
}

.tailwind-apply .tw-mb-4 {
  margin-bottom: 1rem;
}

.tailwind-apply .tw-ml-4 {
  margin-left: 1rem;
}

.tailwind-apply .tw-mt-5 {
  margin-top: 1.25rem;
}

.tailwind-apply .tw-mr-5 {
  margin-right: 1.25rem;
}

.tailwind-apply .tw-mb-5 {
  margin-bottom: 1.25rem;
}

.tailwind-apply .tw-ml-5 {
  margin-left: 1.25rem;
}

.tailwind-apply .tw-mt-6 {
  margin-top: 1.5rem;
}

.tailwind-apply .tw-mr-6 {
  margin-right: 1.5rem;
}

.tailwind-apply .tw-mb-6 {
  margin-bottom: 1.5rem;
}

.tailwind-apply .tw-ml-6 {
  margin-left: 1.5rem;
}

.tailwind-apply .tw-mt-7 {
  margin-top: 1.875rem;
}

.tailwind-apply .tw-mr-7 {
  margin-right: 1.875rem;
}

.tailwind-apply .tw-mb-7 {
  margin-bottom: 1.875rem;
}

.tailwind-apply .tw-ml-7 {
  margin-left: 1.875rem;
}

.tailwind-apply .tw-mt-8 {
  margin-top: 2.25rem;
}

.tailwind-apply .tw-mr-8 {
  margin-right: 2.25rem;
}

.tailwind-apply .tw-mb-8 {
  margin-bottom: 2.25rem;
}

.tailwind-apply .tw-ml-8 {
  margin-left: 2.25rem;
}

.tailwind-apply .tw-mt-10 {
  margin-top: 3rem;
}

.tailwind-apply .tw-mr-10 {
  margin-right: 3rem;
}

.tailwind-apply .tw-mb-10 {
  margin-bottom: 3rem;
}

.tailwind-apply .tw-ml-10 {
  margin-left: 3rem;
}

.tailwind-apply .tw-mt-12 {
  margin-top: 4rem;
}

.tailwind-apply .tw-mr-12 {
  margin-right: 4rem;
}

.tailwind-apply .tw-mb-12 {
  margin-bottom: 4rem;
}

.tailwind-apply .tw-ml-12 {
  margin-left: 4rem;
}

.tailwind-apply .tw-mt-14 {
  margin-top: 5rem;
}

.tailwind-apply .tw-mr-14 {
  margin-right: 5rem;
}

.tailwind-apply .tw-mb-14 {
  margin-bottom: 5rem;
}

.tailwind-apply .tw-ml-14 {
  margin-left: 5rem;
}

.tailwind-apply .tw-mt-auto {
  margin-top: auto;
}

.tailwind-apply .tw-mr-auto {
  margin-right: auto;
}

.tailwind-apply .tw-mb-auto {
  margin-bottom: auto;
}

.tailwind-apply .tw-ml-auto {
  margin-left: auto;
}

.tailwind-apply .tw-mt-px {
  margin-top: 1px;
}

.tailwind-apply .tw-mr-px {
  margin-right: 1px;
}

.tailwind-apply .tw-mb-px {
  margin-bottom: 1px;
}

.tailwind-apply .tw-ml-px {
  margin-left: 1px;
}

.tailwind-apply .tw--mt-1 {
  margin-top: -0.25rem;
}

.tailwind-apply .tw--mr-1 {
  margin-right: -0.25rem;
}

.tailwind-apply .tw--mb-1 {
  margin-bottom: -0.25rem;
}

.tailwind-apply .tw--ml-1 {
  margin-left: -0.25rem;
}

.tailwind-apply .tw--mt-2 {
  margin-top: -0.5rem;
}

.tailwind-apply .tw--mr-2 {
  margin-right: -0.5rem;
}

.tailwind-apply .tw--mb-2 {
  margin-bottom: -0.5rem;
}

.tailwind-apply .tw--ml-2 {
  margin-left: -0.5rem;
}

.tailwind-apply .tw--mt-3 {
  margin-top: -0.75rem;
}

.tailwind-apply .tw--mr-3 {
  margin-right: -0.75rem;
}

.tailwind-apply .tw--mb-3 {
  margin-bottom: -0.75rem;
}

.tailwind-apply .tw--ml-3 {
  margin-left: -0.75rem;
}

.tailwind-apply .tw--mt-4 {
  margin-top: -1rem;
}

.tailwind-apply .tw--mr-4 {
  margin-right: -1rem;
}

.tailwind-apply .tw--mb-4 {
  margin-bottom: -1rem;
}

.tailwind-apply .tw--ml-4 {
  margin-left: -1rem;
}

.tailwind-apply .tw--mt-5 {
  margin-top: -1.25rem;
}

.tailwind-apply .tw--mr-5 {
  margin-right: -1.25rem;
}

.tailwind-apply .tw--mb-5 {
  margin-bottom: -1.25rem;
}

.tailwind-apply .tw--ml-5 {
  margin-left: -1.25rem;
}

.tailwind-apply .tw--mt-6 {
  margin-top: -1.5rem;
}

.tailwind-apply .tw--mr-6 {
  margin-right: -1.5rem;
}

.tailwind-apply .tw--mb-6 {
  margin-bottom: -1.5rem;
}

.tailwind-apply .tw--ml-6 {
  margin-left: -1.5rem;
}

.tailwind-apply .tw--mt-7 {
  margin-top: -1.875rem;
}

.tailwind-apply .tw--mr-7 {
  margin-right: -1.875rem;
}

.tailwind-apply .tw--mb-7 {
  margin-bottom: -1.875rem;
}

.tailwind-apply .tw--ml-7 {
  margin-left: -1.875rem;
}

.tailwind-apply .tw--mt-8 {
  margin-top: -2.25rem;
}

.tailwind-apply .tw--mr-8 {
  margin-right: -2.25rem;
}

.tailwind-apply .tw--mb-8 {
  margin-bottom: -2.25rem;
}

.tailwind-apply .tw--ml-8 {
  margin-left: -2.25rem;
}

.tailwind-apply .tw--mt-10 {
  margin-top: -3rem;
}

.tailwind-apply .tw--mr-10 {
  margin-right: -3rem;
}

.tailwind-apply .tw--mb-10 {
  margin-bottom: -3rem;
}

.tailwind-apply .tw--ml-10 {
  margin-left: -3rem;
}

.tailwind-apply .tw--mt-12 {
  margin-top: -4rem;
}

.tailwind-apply .tw--mr-12 {
  margin-right: -4rem;
}

.tailwind-apply .tw--mb-12 {
  margin-bottom: -4rem;
}

.tailwind-apply .tw--ml-12 {
  margin-left: -4rem;
}

.tailwind-apply .tw--mt-14 {
  margin-top: -5rem;
}

.tailwind-apply .tw--mr-14 {
  margin-right: -5rem;
}

.tailwind-apply .tw--mb-14 {
  margin-bottom: -5rem;
}

.tailwind-apply .tw--ml-14 {
  margin-left: -5rem;
}

.tailwind-apply .tw--mt-px {
  margin-top: -1px;
}

.tailwind-apply .tw--mr-px {
  margin-right: -1px;
}

.tailwind-apply .tw--mb-px {
  margin-bottom: -1px;
}

.tailwind-apply .tw--ml-px {
  margin-left: -1px;
}

.tailwind-apply .tw-max-h-full {
  max-height: 100%;
}

.tailwind-apply .tw-max-h-screen {
  max-height: 100vh;
}

.tailwind-apply .tw-max-w-240 {
  max-width: 240px;
}

.tailwind-apply .tw-max-w-300 {
  max-width: 300px;
}

.tailwind-apply .tw-max-w-320 {
  max-width: 320px;
}

.tailwind-apply .tw-max-w-360 {
  max-width: 360px;
}

.tailwind-apply .tw-max-w-400 {
  max-width: 400px;
}

.tailwind-apply .tw-max-w-480 {
  max-width: 480px;
}

.tailwind-apply .tw-max-w-560 {
  max-width: 560px;
}

.tailwind-apply .tw-max-w-640 {
  max-width: 640px;
}

.tailwind-apply .tw-max-w-720 {
  max-width: 720px;
}

.tailwind-apply .tw-max-w-800 {
  max-width: 800px;
}

.tailwind-apply .tw-max-w-880 {
  max-width: 880px;
}

.tailwind-apply .tw-max-w-960 {
  max-width: 960px;
}

.tailwind-apply .tw-max-w-1200 {
  max-width: 1200px;
}

.tailwind-apply .tw-max-w-none {
  max-width: none;
}

.tailwind-apply .tw-max-w-full {
  max-width: 100%;
}

.tailwind-apply .tw-min-h-0 {
  min-height: 0;
}

.tailwind-apply .tw-min-h-full {
  min-height: 100%;
}

.tailwind-apply .tw-min-h-screen {
  min-height: 100vh;
}

.tailwind-apply .tw-min-w-0 {
  min-width: 0;
}

.tailwind-apply .tw-min-w-full {
  min-width: 100%;
}

.tailwind-apply .tw-opacity-0 {
  opacity: 0;
}

.tailwind-apply .tw-opacity-25 {
  opacity: 0.25;
}

.tailwind-apply .tw-opacity-50 {
  opacity: 0.5;
}

.tailwind-apply .tw-opacity-75 {
  opacity: 0.75;
}

.tailwind-apply .tw-opacity-100 {
  opacity: 1;
}

.tailwind-apply .tw-outline-none {
  outline: 0;
}

.tailwind-apply .focus\:tw-outline-none:focus {
  outline: 0;
}

.tailwind-apply .tw-overflow-auto {
  overflow: auto;
}

.tailwind-apply .tw-overflow-hidden {
  overflow: hidden;
}

.tailwind-apply .tw-overflow-visible {
  overflow: visible;
}

.tailwind-apply .tw-overflow-scroll {
  overflow: scroll;
}

.tailwind-apply .tw-overflow-x-auto {
  overflow-x: auto;
}

.tailwind-apply .tw-overflow-y-auto {
  overflow-y: auto;
}

.tailwind-apply .tw-overflow-x-hidden {
  overflow-x: hidden;
}

.tailwind-apply .tw-overflow-y-hidden {
  overflow-y: hidden;
}

.tailwind-apply .tw-overflow-x-visible {
  overflow-x: visible;
}

.tailwind-apply .tw-overflow-y-visible {
  overflow-y: visible;
}

.tailwind-apply .tw-overflow-x-scroll {
  overflow-x: scroll;
}

.tailwind-apply .tw-overflow-y-scroll {
  overflow-y: scroll;
}

.tailwind-apply .tw-scrolling-touch {
  -webkit-overflow-scrolling: touch;
}

.tailwind-apply .tw-scrolling-auto {
  -webkit-overflow-scrolling: auto;
}

.tailwind-apply .tw-p-0 {
  padding: 0;
}

.tailwind-apply .tw-p-1 {
  padding: 0.25rem;
}

.tailwind-apply .tw-p-2 {
  padding: 0.5rem;
}

.tailwind-apply .tw-p-3 {
  padding: 0.75rem;
}

.tailwind-apply .tw-p-4 {
  padding: 1rem;
}

.tailwind-apply .tw-p-5 {
  padding: 1.25rem;
}

.tailwind-apply .tw-p-6 {
  padding: 1.5rem;
}

.tailwind-apply .tw-p-7 {
  padding: 1.875rem;
}

.tailwind-apply .tw-p-8 {
  padding: 2.25rem;
}

.tailwind-apply .tw-p-10 {
  padding: 3rem;
}

.tailwind-apply .tw-p-12 {
  padding: 4rem;
}

.tailwind-apply .tw-p-14 {
  padding: 5rem;
}

.tailwind-apply .tw-p-px {
  padding: 1px;
}

.tailwind-apply .tw-py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.tailwind-apply .tw-px-0 {
  padding-left: 0;
  padding-right: 0;
}

.tailwind-apply .tw-py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.tailwind-apply .tw-px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.tailwind-apply .tw-py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.tailwind-apply .tw-px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.tailwind-apply .tw-py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.tailwind-apply .tw-px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.tailwind-apply .tw-py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.tailwind-apply .tw-px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.tailwind-apply .tw-py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.tailwind-apply .tw-px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.tailwind-apply .tw-py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.tailwind-apply .tw-px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.tailwind-apply .tw-py-7 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.tailwind-apply .tw-px-7 {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.tailwind-apply .tw-py-8 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.tailwind-apply .tw-px-8 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.tailwind-apply .tw-py-10 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.tailwind-apply .tw-px-10 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.tailwind-apply .tw-py-12 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.tailwind-apply .tw-px-12 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.tailwind-apply .tw-py-14 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.tailwind-apply .tw-px-14 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.tailwind-apply .tw-py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}

.tailwind-apply .tw-px-px {
  padding-left: 1px;
  padding-right: 1px;
}

.tailwind-apply .tw-pt-0 {
  padding-top: 0;
}

.tailwind-apply .tw-pr-0 {
  padding-right: 0;
}

.tailwind-apply .tw-pb-0 {
  padding-bottom: 0;
}

.tailwind-apply .tw-pl-0 {
  padding-left: 0;
}

.tailwind-apply .tw-pt-1 {
  padding-top: 0.25rem;
}

.tailwind-apply .tw-pr-1 {
  padding-right: 0.25rem;
}

.tailwind-apply .tw-pb-1 {
  padding-bottom: 0.25rem;
}

.tailwind-apply .tw-pl-1 {
  padding-left: 0.25rem;
}

.tailwind-apply .tw-pt-2 {
  padding-top: 0.5rem;
}

.tailwind-apply .tw-pr-2 {
  padding-right: 0.5rem;
}

.tailwind-apply .tw-pb-2 {
  padding-bottom: 0.5rem;
}

.tailwind-apply .tw-pl-2 {
  padding-left: 0.5rem;
}

.tailwind-apply .tw-pt-3 {
  padding-top: 0.75rem;
}

.tailwind-apply .tw-pr-3 {
  padding-right: 0.75rem;
}

.tailwind-apply .tw-pb-3 {
  padding-bottom: 0.75rem;
}

.tailwind-apply .tw-pl-3 {
  padding-left: 0.75rem;
}

.tailwind-apply .tw-pt-4 {
  padding-top: 1rem;
}

.tailwind-apply .tw-pr-4 {
  padding-right: 1rem;
}

.tailwind-apply .tw-pb-4 {
  padding-bottom: 1rem;
}

.tailwind-apply .tw-pl-4 {
  padding-left: 1rem;
}

.tailwind-apply .tw-pt-5 {
  padding-top: 1.25rem;
}

.tailwind-apply .tw-pr-5 {
  padding-right: 1.25rem;
}

.tailwind-apply .tw-pb-5 {
  padding-bottom: 1.25rem;
}

.tailwind-apply .tw-pl-5 {
  padding-left: 1.25rem;
}

.tailwind-apply .tw-pt-6 {
  padding-top: 1.5rem;
}

.tailwind-apply .tw-pr-6 {
  padding-right: 1.5rem;
}

.tailwind-apply .tw-pb-6 {
  padding-bottom: 1.5rem;
}

.tailwind-apply .tw-pl-6 {
  padding-left: 1.5rem;
}

.tailwind-apply .tw-pt-7 {
  padding-top: 1.875rem;
}

.tailwind-apply .tw-pr-7 {
  padding-right: 1.875rem;
}

.tailwind-apply .tw-pb-7 {
  padding-bottom: 1.875rem;
}

.tailwind-apply .tw-pl-7 {
  padding-left: 1.875rem;
}

.tailwind-apply .tw-pt-8 {
  padding-top: 2.25rem;
}

.tailwind-apply .tw-pr-8 {
  padding-right: 2.25rem;
}

.tailwind-apply .tw-pb-8 {
  padding-bottom: 2.25rem;
}

.tailwind-apply .tw-pl-8 {
  padding-left: 2.25rem;
}

.tailwind-apply .tw-pt-10 {
  padding-top: 3rem;
}

.tailwind-apply .tw-pr-10 {
  padding-right: 3rem;
}

.tailwind-apply .tw-pb-10 {
  padding-bottom: 3rem;
}

.tailwind-apply .tw-pl-10 {
  padding-left: 3rem;
}

.tailwind-apply .tw-pt-12 {
  padding-top: 4rem;
}

.tailwind-apply .tw-pr-12 {
  padding-right: 4rem;
}

.tailwind-apply .tw-pb-12 {
  padding-bottom: 4rem;
}

.tailwind-apply .tw-pl-12 {
  padding-left: 4rem;
}

.tailwind-apply .tw-pt-14 {
  padding-top: 5rem;
}

.tailwind-apply .tw-pr-14 {
  padding-right: 5rem;
}

.tailwind-apply .tw-pb-14 {
  padding-bottom: 5rem;
}

.tailwind-apply .tw-pl-14 {
  padding-left: 5rem;
}

.tailwind-apply .tw-pt-px {
  padding-top: 1px;
}

.tailwind-apply .tw-pr-px {
  padding-right: 1px;
}

.tailwind-apply .tw-pb-px {
  padding-bottom: 1px;
}

.tailwind-apply .tw-pl-px {
  padding-left: 1px;
}

.tailwind-apply .tw-placeholder-transparent::-webkit-input-placeholder {
  color: transparent;
}

.tailwind-apply .tw-placeholder-transparent::-moz-placeholder {
  color: transparent;
}

.tailwind-apply .tw-placeholder-transparent:-ms-input-placeholder {
  color: transparent;
}

.tailwind-apply .tw-placeholder-transparent::-ms-input-placeholder {
  color: transparent;
}

.tailwind-apply .tw-placeholder-transparent::placeholder {
  color: transparent;
}

.tailwind-apply .tw-placeholder-black::-webkit-input-placeholder {
  color: #22292f;
}

.tailwind-apply .tw-placeholder-black::-moz-placeholder {
  color: #22292f;
}

.tailwind-apply .tw-placeholder-black:-ms-input-placeholder {
  color: #22292f;
}

.tailwind-apply .tw-placeholder-black::-ms-input-placeholder {
  color: #22292f;
}

.tailwind-apply .tw-placeholder-black::placeholder {
  color: #22292f;
}

.tailwind-apply .tw-placeholder-white::-webkit-input-placeholder {
  color: #fff;
}

.tailwind-apply .tw-placeholder-white::-moz-placeholder {
  color: #fff;
}

.tailwind-apply .tw-placeholder-white:-ms-input-placeholder {
  color: #fff;
}

.tailwind-apply .tw-placeholder-white::-ms-input-placeholder {
  color: #fff;
}

.tailwind-apply .tw-placeholder-white::placeholder {
  color: #fff;
}

.tailwind-apply .tw-placeholder-gray-100::-webkit-input-placeholder {
  color: #faf8f8;
}

.tailwind-apply .tw-placeholder-gray-100::-moz-placeholder {
  color: #faf8f8;
}

.tailwind-apply .tw-placeholder-gray-100:-ms-input-placeholder {
  color: #faf8f8;
}

.tailwind-apply .tw-placeholder-gray-100::-ms-input-placeholder {
  color: #faf8f8;
}

.tailwind-apply .tw-placeholder-gray-100::placeholder {
  color: #faf8f8;
}

.tailwind-apply .tw-placeholder-gray-200::-webkit-input-placeholder {
  color: #f5f4f4;
}

.tailwind-apply .tw-placeholder-gray-200::-moz-placeholder {
  color: #f5f4f4;
}

.tailwind-apply .tw-placeholder-gray-200:-ms-input-placeholder {
  color: #f5f4f4;
}

.tailwind-apply .tw-placeholder-gray-200::-ms-input-placeholder {
  color: #f5f4f4;
}

.tailwind-apply .tw-placeholder-gray-200::placeholder {
  color: #f5f4f4;
}

.tailwind-apply .tw-placeholder-gray-300::-webkit-input-placeholder {
  color: #ebebeb;
}

.tailwind-apply .tw-placeholder-gray-300::-moz-placeholder {
  color: #ebebeb;
}

.tailwind-apply .tw-placeholder-gray-300:-ms-input-placeholder {
  color: #ebebeb;
}

.tailwind-apply .tw-placeholder-gray-300::-ms-input-placeholder {
  color: #ebebeb;
}

.tailwind-apply .tw-placeholder-gray-300::placeholder {
  color: #ebebeb;
}

.tailwind-apply .tw-placeholder-gray-400::-webkit-input-placeholder {
  color: #c6c3c3;
}

.tailwind-apply .tw-placeholder-gray-400::-moz-placeholder {
  color: #c6c3c3;
}

.tailwind-apply .tw-placeholder-gray-400:-ms-input-placeholder {
  color: #c6c3c3;
}

.tailwind-apply .tw-placeholder-gray-400::-ms-input-placeholder {
  color: #c6c3c3;
}

.tailwind-apply .tw-placeholder-gray-400::placeholder {
  color: #c6c3c3;
}

.tailwind-apply .tw-placeholder-gray-500::-webkit-input-placeholder {
  color: #a4a0a0;
}

.tailwind-apply .tw-placeholder-gray-500::-moz-placeholder {
  color: #a4a0a0;
}

.tailwind-apply .tw-placeholder-gray-500:-ms-input-placeholder {
  color: #a4a0a0;
}

.tailwind-apply .tw-placeholder-gray-500::-ms-input-placeholder {
  color: #a4a0a0;
}

.tailwind-apply .tw-placeholder-gray-500::placeholder {
  color: #a4a0a0;
}

.tailwind-apply .tw-placeholder-gray-600::-webkit-input-placeholder {
  color: #7b7777;
}

.tailwind-apply .tw-placeholder-gray-600::-moz-placeholder {
  color: #7b7777;
}

.tailwind-apply .tw-placeholder-gray-600:-ms-input-placeholder {
  color: #7b7777;
}

.tailwind-apply .tw-placeholder-gray-600::-ms-input-placeholder {
  color: #7b7777;
}

.tailwind-apply .tw-placeholder-gray-600::placeholder {
  color: #7b7777;
}

.tailwind-apply .tw-placeholder-gray-700::-webkit-input-placeholder {
  color: #544f4f;
}

.tailwind-apply .tw-placeholder-gray-700::-moz-placeholder {
  color: #544f4f;
}

.tailwind-apply .tw-placeholder-gray-700:-ms-input-placeholder {
  color: #544f4f;
}

.tailwind-apply .tw-placeholder-gray-700::-ms-input-placeholder {
  color: #544f4f;
}

.tailwind-apply .tw-placeholder-gray-700::placeholder {
  color: #544f4f;
}

.tailwind-apply .tw-placeholder-gray-800::-webkit-input-placeholder {
  color: #2E2E38;
}

.tailwind-apply .tw-placeholder-gray-800::-moz-placeholder {
  color: #2E2E38;
}

.tailwind-apply .tw-placeholder-gray-800:-ms-input-placeholder {
  color: #2E2E38;
}

.tailwind-apply .tw-placeholder-gray-800::-ms-input-placeholder {
  color: #2E2E38;
}

.tailwind-apply .tw-placeholder-gray-800::placeholder {
  color: #2E2E38;
}

.tailwind-apply .tw-placeholder-red-500::-webkit-input-placeholder {
  color: #cd150b;
}

.tailwind-apply .tw-placeholder-red-500::-moz-placeholder {
  color: #cd150b;
}

.tailwind-apply .tw-placeholder-red-500:-ms-input-placeholder {
  color: #cd150b;
}

.tailwind-apply .tw-placeholder-red-500::-ms-input-placeholder {
  color: #cd150b;
}

.tailwind-apply .tw-placeholder-red-500::placeholder {
  color: #cd150b;
}

.tailwind-apply .tw-placeholder-red-700::-webkit-input-placeholder {
  color: #B41C39;
}

.tailwind-apply .tw-placeholder-red-700::-moz-placeholder {
  color: #B41C39;
}

.tailwind-apply .tw-placeholder-red-700:-ms-input-placeholder {
  color: #B41C39;
}

.tailwind-apply .tw-placeholder-red-700::-ms-input-placeholder {
  color: #B41C39;
}

.tailwind-apply .tw-placeholder-red-700::placeholder {
  color: #B41C39;
}

.tailwind-apply .tw-placeholder-orange-500::-webkit-input-placeholder {
  color: #F4811F;
}

.tailwind-apply .tw-placeholder-orange-500::-moz-placeholder {
  color: #F4811F;
}

.tailwind-apply .tw-placeholder-orange-500:-ms-input-placeholder {
  color: #F4811F;
}

.tailwind-apply .tw-placeholder-orange-500::-ms-input-placeholder {
  color: #F4811F;
}

.tailwind-apply .tw-placeholder-orange-500::placeholder {
  color: #F4811F;
}

.tailwind-apply .tw-placeholder-green-500::-webkit-input-placeholder {
  color: #8BBD58;
}

.tailwind-apply .tw-placeholder-green-500::-moz-placeholder {
  color: #8BBD58;
}

.tailwind-apply .tw-placeholder-green-500:-ms-input-placeholder {
  color: #8BBD58;
}

.tailwind-apply .tw-placeholder-green-500::-ms-input-placeholder {
  color: #8BBD58;
}

.tailwind-apply .tw-placeholder-green-500::placeholder {
  color: #8BBD58;
}

.tailwind-apply .tw-placeholder-blue-100::-webkit-input-placeholder {
  color: #8ecbe1;
}

.tailwind-apply .tw-placeholder-blue-100::-moz-placeholder {
  color: #8ecbe1;
}

.tailwind-apply .tw-placeholder-blue-100:-ms-input-placeholder {
  color: #8ecbe1;
}

.tailwind-apply .tw-placeholder-blue-100::-ms-input-placeholder {
  color: #8ecbe1;
}

.tailwind-apply .tw-placeholder-blue-100::placeholder {
  color: #8ecbe1;
}

.tailwind-apply .tw-placeholder-blue-300::-webkit-input-placeholder {
  color: #6cb2eb;
}

.tailwind-apply .tw-placeholder-blue-300::-moz-placeholder {
  color: #6cb2eb;
}

.tailwind-apply .tw-placeholder-blue-300:-ms-input-placeholder {
  color: #6cb2eb;
}

.tailwind-apply .tw-placeholder-blue-300::-ms-input-placeholder {
  color: #6cb2eb;
}

.tailwind-apply .tw-placeholder-blue-300::placeholder {
  color: #6cb2eb;
}

.tailwind-apply .tw-placeholder-blue-500::-webkit-input-placeholder {
  color: #5486cb;
}

.tailwind-apply .tw-placeholder-blue-500::-moz-placeholder {
  color: #5486cb;
}

.tailwind-apply .tw-placeholder-blue-500:-ms-input-placeholder {
  color: #5486cb;
}

.tailwind-apply .tw-placeholder-blue-500::-ms-input-placeholder {
  color: #5486cb;
}

.tailwind-apply .tw-placeholder-blue-500::placeholder {
  color: #5486cb;
}

.tailwind-apply .tw-placeholder-blue-700::-webkit-input-placeholder {
  color: #2779bd;
}

.tailwind-apply .tw-placeholder-blue-700::-moz-placeholder {
  color: #2779bd;
}

.tailwind-apply .tw-placeholder-blue-700:-ms-input-placeholder {
  color: #2779bd;
}

.tailwind-apply .tw-placeholder-blue-700::-ms-input-placeholder {
  color: #2779bd;
}

.tailwind-apply .tw-placeholder-blue-700::placeholder {
  color: #2779bd;
}

.tailwind-apply .focus\:tw-placeholder-transparent:focus::-webkit-input-placeholder {
  color: transparent;
}

.tailwind-apply .focus\:tw-placeholder-transparent:focus::-moz-placeholder {
  color: transparent;
}

.tailwind-apply .focus\:tw-placeholder-transparent:focus:-ms-input-placeholder {
  color: transparent;
}

.tailwind-apply .focus\:tw-placeholder-transparent:focus::-ms-input-placeholder {
  color: transparent;
}

.tailwind-apply .focus\:tw-placeholder-transparent:focus::placeholder {
  color: transparent;
}

.tailwind-apply .focus\:tw-placeholder-black:focus::-webkit-input-placeholder {
  color: #22292f;
}

.tailwind-apply .focus\:tw-placeholder-black:focus::-moz-placeholder {
  color: #22292f;
}

.tailwind-apply .focus\:tw-placeholder-black:focus:-ms-input-placeholder {
  color: #22292f;
}

.tailwind-apply .focus\:tw-placeholder-black:focus::-ms-input-placeholder {
  color: #22292f;
}

.tailwind-apply .focus\:tw-placeholder-black:focus::placeholder {
  color: #22292f;
}

.tailwind-apply .focus\:tw-placeholder-white:focus::-webkit-input-placeholder {
  color: #fff;
}

.tailwind-apply .focus\:tw-placeholder-white:focus::-moz-placeholder {
  color: #fff;
}

.tailwind-apply .focus\:tw-placeholder-white:focus:-ms-input-placeholder {
  color: #fff;
}

.tailwind-apply .focus\:tw-placeholder-white:focus::-ms-input-placeholder {
  color: #fff;
}

.tailwind-apply .focus\:tw-placeholder-white:focus::placeholder {
  color: #fff;
}

.tailwind-apply .focus\:tw-placeholder-gray-100:focus::-webkit-input-placeholder {
  color: #faf8f8;
}

.tailwind-apply .focus\:tw-placeholder-gray-100:focus::-moz-placeholder {
  color: #faf8f8;
}

.tailwind-apply .focus\:tw-placeholder-gray-100:focus:-ms-input-placeholder {
  color: #faf8f8;
}

.tailwind-apply .focus\:tw-placeholder-gray-100:focus::-ms-input-placeholder {
  color: #faf8f8;
}

.tailwind-apply .focus\:tw-placeholder-gray-100:focus::placeholder {
  color: #faf8f8;
}

.tailwind-apply .focus\:tw-placeholder-gray-200:focus::-webkit-input-placeholder {
  color: #f5f4f4;
}

.tailwind-apply .focus\:tw-placeholder-gray-200:focus::-moz-placeholder {
  color: #f5f4f4;
}

.tailwind-apply .focus\:tw-placeholder-gray-200:focus:-ms-input-placeholder {
  color: #f5f4f4;
}

.tailwind-apply .focus\:tw-placeholder-gray-200:focus::-ms-input-placeholder {
  color: #f5f4f4;
}

.tailwind-apply .focus\:tw-placeholder-gray-200:focus::placeholder {
  color: #f5f4f4;
}

.tailwind-apply .focus\:tw-placeholder-gray-300:focus::-webkit-input-placeholder {
  color: #ebebeb;
}

.tailwind-apply .focus\:tw-placeholder-gray-300:focus::-moz-placeholder {
  color: #ebebeb;
}

.tailwind-apply .focus\:tw-placeholder-gray-300:focus:-ms-input-placeholder {
  color: #ebebeb;
}

.tailwind-apply .focus\:tw-placeholder-gray-300:focus::-ms-input-placeholder {
  color: #ebebeb;
}

.tailwind-apply .focus\:tw-placeholder-gray-300:focus::placeholder {
  color: #ebebeb;
}

.tailwind-apply .focus\:tw-placeholder-gray-400:focus::-webkit-input-placeholder {
  color: #c6c3c3;
}

.tailwind-apply .focus\:tw-placeholder-gray-400:focus::-moz-placeholder {
  color: #c6c3c3;
}

.tailwind-apply .focus\:tw-placeholder-gray-400:focus:-ms-input-placeholder {
  color: #c6c3c3;
}

.tailwind-apply .focus\:tw-placeholder-gray-400:focus::-ms-input-placeholder {
  color: #c6c3c3;
}

.tailwind-apply .focus\:tw-placeholder-gray-400:focus::placeholder {
  color: #c6c3c3;
}

.tailwind-apply .focus\:tw-placeholder-gray-500:focus::-webkit-input-placeholder {
  color: #a4a0a0;
}

.tailwind-apply .focus\:tw-placeholder-gray-500:focus::-moz-placeholder {
  color: #a4a0a0;
}

.tailwind-apply .focus\:tw-placeholder-gray-500:focus:-ms-input-placeholder {
  color: #a4a0a0;
}

.tailwind-apply .focus\:tw-placeholder-gray-500:focus::-ms-input-placeholder {
  color: #a4a0a0;
}

.tailwind-apply .focus\:tw-placeholder-gray-500:focus::placeholder {
  color: #a4a0a0;
}

.tailwind-apply .focus\:tw-placeholder-gray-600:focus::-webkit-input-placeholder {
  color: #7b7777;
}

.tailwind-apply .focus\:tw-placeholder-gray-600:focus::-moz-placeholder {
  color: #7b7777;
}

.tailwind-apply .focus\:tw-placeholder-gray-600:focus:-ms-input-placeholder {
  color: #7b7777;
}

.tailwind-apply .focus\:tw-placeholder-gray-600:focus::-ms-input-placeholder {
  color: #7b7777;
}

.tailwind-apply .focus\:tw-placeholder-gray-600:focus::placeholder {
  color: #7b7777;
}

.tailwind-apply .focus\:tw-placeholder-gray-700:focus::-webkit-input-placeholder {
  color: #544f4f;
}

.tailwind-apply .focus\:tw-placeholder-gray-700:focus::-moz-placeholder {
  color: #544f4f;
}

.tailwind-apply .focus\:tw-placeholder-gray-700:focus:-ms-input-placeholder {
  color: #544f4f;
}

.tailwind-apply .focus\:tw-placeholder-gray-700:focus::-ms-input-placeholder {
  color: #544f4f;
}

.tailwind-apply .focus\:tw-placeholder-gray-700:focus::placeholder {
  color: #544f4f;
}

.tailwind-apply .focus\:tw-placeholder-gray-800:focus::-webkit-input-placeholder {
  color: #2E2E38;
}

.tailwind-apply .focus\:tw-placeholder-gray-800:focus::-moz-placeholder {
  color: #2E2E38;
}

.tailwind-apply .focus\:tw-placeholder-gray-800:focus:-ms-input-placeholder {
  color: #2E2E38;
}

.tailwind-apply .focus\:tw-placeholder-gray-800:focus::-ms-input-placeholder {
  color: #2E2E38;
}

.tailwind-apply .focus\:tw-placeholder-gray-800:focus::placeholder {
  color: #2E2E38;
}

.tailwind-apply .focus\:tw-placeholder-red-500:focus::-webkit-input-placeholder {
  color: #cd150b;
}

.tailwind-apply .focus\:tw-placeholder-red-500:focus::-moz-placeholder {
  color: #cd150b;
}

.tailwind-apply .focus\:tw-placeholder-red-500:focus:-ms-input-placeholder {
  color: #cd150b;
}

.tailwind-apply .focus\:tw-placeholder-red-500:focus::-ms-input-placeholder {
  color: #cd150b;
}

.tailwind-apply .focus\:tw-placeholder-red-500:focus::placeholder {
  color: #cd150b;
}

.tailwind-apply .focus\:tw-placeholder-red-700:focus::-webkit-input-placeholder {
  color: #B41C39;
}

.tailwind-apply .focus\:tw-placeholder-red-700:focus::-moz-placeholder {
  color: #B41C39;
}

.tailwind-apply .focus\:tw-placeholder-red-700:focus:-ms-input-placeholder {
  color: #B41C39;
}

.tailwind-apply .focus\:tw-placeholder-red-700:focus::-ms-input-placeholder {
  color: #B41C39;
}

.tailwind-apply .focus\:tw-placeholder-red-700:focus::placeholder {
  color: #B41C39;
}

.tailwind-apply .focus\:tw-placeholder-orange-500:focus::-webkit-input-placeholder {
  color: #F4811F;
}

.tailwind-apply .focus\:tw-placeholder-orange-500:focus::-moz-placeholder {
  color: #F4811F;
}

.tailwind-apply .focus\:tw-placeholder-orange-500:focus:-ms-input-placeholder {
  color: #F4811F;
}

.tailwind-apply .focus\:tw-placeholder-orange-500:focus::-ms-input-placeholder {
  color: #F4811F;
}

.tailwind-apply .focus\:tw-placeholder-orange-500:focus::placeholder {
  color: #F4811F;
}

.tailwind-apply .focus\:tw-placeholder-green-500:focus::-webkit-input-placeholder {
  color: #8BBD58;
}

.tailwind-apply .focus\:tw-placeholder-green-500:focus::-moz-placeholder {
  color: #8BBD58;
}

.tailwind-apply .focus\:tw-placeholder-green-500:focus:-ms-input-placeholder {
  color: #8BBD58;
}

.tailwind-apply .focus\:tw-placeholder-green-500:focus::-ms-input-placeholder {
  color: #8BBD58;
}

.tailwind-apply .focus\:tw-placeholder-green-500:focus::placeholder {
  color: #8BBD58;
}

.tailwind-apply .focus\:tw-placeholder-blue-100:focus::-webkit-input-placeholder {
  color: #8ecbe1;
}

.tailwind-apply .focus\:tw-placeholder-blue-100:focus::-moz-placeholder {
  color: #8ecbe1;
}

.tailwind-apply .focus\:tw-placeholder-blue-100:focus:-ms-input-placeholder {
  color: #8ecbe1;
}

.tailwind-apply .focus\:tw-placeholder-blue-100:focus::-ms-input-placeholder {
  color: #8ecbe1;
}

.tailwind-apply .focus\:tw-placeholder-blue-100:focus::placeholder {
  color: #8ecbe1;
}

.tailwind-apply .focus\:tw-placeholder-blue-300:focus::-webkit-input-placeholder {
  color: #6cb2eb;
}

.tailwind-apply .focus\:tw-placeholder-blue-300:focus::-moz-placeholder {
  color: #6cb2eb;
}

.tailwind-apply .focus\:tw-placeholder-blue-300:focus:-ms-input-placeholder {
  color: #6cb2eb;
}

.tailwind-apply .focus\:tw-placeholder-blue-300:focus::-ms-input-placeholder {
  color: #6cb2eb;
}

.tailwind-apply .focus\:tw-placeholder-blue-300:focus::placeholder {
  color: #6cb2eb;
}

.tailwind-apply .focus\:tw-placeholder-blue-500:focus::-webkit-input-placeholder {
  color: #5486cb;
}

.tailwind-apply .focus\:tw-placeholder-blue-500:focus::-moz-placeholder {
  color: #5486cb;
}

.tailwind-apply .focus\:tw-placeholder-blue-500:focus:-ms-input-placeholder {
  color: #5486cb;
}

.tailwind-apply .focus\:tw-placeholder-blue-500:focus::-ms-input-placeholder {
  color: #5486cb;
}

.tailwind-apply .focus\:tw-placeholder-blue-500:focus::placeholder {
  color: #5486cb;
}

.tailwind-apply .focus\:tw-placeholder-blue-700:focus::-webkit-input-placeholder {
  color: #2779bd;
}

.tailwind-apply .focus\:tw-placeholder-blue-700:focus::-moz-placeholder {
  color: #2779bd;
}

.tailwind-apply .focus\:tw-placeholder-blue-700:focus:-ms-input-placeholder {
  color: #2779bd;
}

.tailwind-apply .focus\:tw-placeholder-blue-700:focus::-ms-input-placeholder {
  color: #2779bd;
}

.tailwind-apply .focus\:tw-placeholder-blue-700:focus::placeholder {
  color: #2779bd;
}

.tailwind-apply .tw-pointer-events-none {
  pointer-events: none;
}

.tailwind-apply .tw-pointer-events-auto {
  pointer-events: auto;
}

.tailwind-apply .tw-static {
  position: static;
}

.tailwind-apply .tw-fixed {
  position: fixed;
}

.tailwind-apply .tw-absolute {
  position: absolute;
}

.tailwind-apply .tw-relative {
  position: relative;
}

.tailwind-apply .tw-sticky {
  position: -webkit-sticky;
  position: sticky;
}

.tailwind-apply .tw-inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.tailwind-apply .tw-inset-auto {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.tailwind-apply .tw-inset-y-0 {
  top: 0;
  bottom: 0;
}

.tailwind-apply .tw-inset-x-0 {
  right: 0;
  left: 0;
}

.tailwind-apply .tw-inset-y-auto {
  top: auto;
  bottom: auto;
}

.tailwind-apply .tw-inset-x-auto {
  right: auto;
  left: auto;
}

.tailwind-apply .tw-top-0 {
  top: 0;
}

.tailwind-apply .tw-right-0 {
  right: 0;
}

.tailwind-apply .tw-bottom-0 {
  bottom: 0;
}

.tailwind-apply .tw-left-0 {
  left: 0;
}

.tailwind-apply .tw-top-auto {
  top: auto;
}

.tailwind-apply .tw-right-auto {
  right: auto;
}

.tailwind-apply .tw-bottom-auto {
  bottom: auto;
}

.tailwind-apply .tw-left-auto {
  left: auto;
}

.tailwind-apply .tw-shadow {
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
}

.tailwind-apply .tw-shadow-md {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
}

.tailwind-apply .tw-shadow-lg {
  box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
}

.tailwind-apply .tw-shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
}

.tailwind-apply .tw-shadow-none {
  box-shadow: none;
}

.tailwind-apply .tw-fill-current {
  fill: currentColor;
}

.tailwind-apply .tw-stroke-current {
  stroke: currentColor;
}

.tailwind-apply .tw-text-left {
  text-align: left;
}

.tailwind-apply .tw-text-center {
  text-align: center;
}

.tailwind-apply .tw-text-right {
  text-align: right;
}

.tailwind-apply .tw-text-justify {
  text-align: justify;
}

.tailwind-apply .tw-text-transparent {
  color: transparent;
}

.tailwind-apply .tw-text-black {
  color: #22292f;
}

.tailwind-apply .tw-text-white {
  color: #fff;
}

.tailwind-apply .tw-text-gray-100 {
  color: #faf8f8;
}

.tailwind-apply .tw-text-gray-200 {
  color: #f5f4f4;
}

.tailwind-apply .tw-text-gray-300 {
  color: #ebebeb;
}

.tailwind-apply .tw-text-gray-400 {
  color: #c6c3c3;
}

.tailwind-apply .tw-text-gray-500 {
  color: #a4a0a0;
}

.tailwind-apply .tw-text-gray-600 {
  color: #7b7777;
}

.tailwind-apply .tw-text-gray-700 {
  color: #544f4f;
}

.tailwind-apply .tw-text-gray-800 {
  color: #2E2E38;
}

.tailwind-apply .tw-text-red-500 {
  color: #cd150b;
}

.tailwind-apply .tw-text-red-700 {
  color: #B41C39;
}

.tailwind-apply .tw-text-orange-500 {
  color: #F4811F;
}

.tailwind-apply .tw-text-green-500 {
  color: #8BBD58;
}

.tailwind-apply .tw-text-blue-100 {
  color: #8ecbe1;
}

.tailwind-apply .tw-text-blue-300 {
  color: #6cb2eb;
}

.tailwind-apply .tw-text-blue-500 {
  color: #5486cb;
}

.tailwind-apply .tw-text-blue-700 {
  color: #2779bd;
}

.tailwind-apply .hover\:tw-text-transparent:hover {
  color: transparent;
}

.tailwind-apply .hover\:tw-text-black:hover {
  color: #22292f;
}

.tailwind-apply .hover\:tw-text-white:hover {
  color: #fff;
}

.tailwind-apply .hover\:tw-text-gray-100:hover {
  color: #faf8f8;
}

.tailwind-apply .hover\:tw-text-gray-200:hover {
  color: #f5f4f4;
}

.tailwind-apply .hover\:tw-text-gray-300:hover {
  color: #ebebeb;
}

.tailwind-apply .hover\:tw-text-gray-400:hover {
  color: #c6c3c3;
}

.tailwind-apply .hover\:tw-text-gray-500:hover {
  color: #a4a0a0;
}

.tailwind-apply .hover\:tw-text-gray-600:hover {
  color: #7b7777;
}

.tailwind-apply .hover\:tw-text-gray-700:hover {
  color: #544f4f;
}

.tailwind-apply .hover\:tw-text-gray-800:hover {
  color: #2E2E38;
}

.tailwind-apply .hover\:tw-text-red-500:hover {
  color: #cd150b;
}

.tailwind-apply .hover\:tw-text-red-700:hover {
  color: #B41C39;
}

.tailwind-apply .hover\:tw-text-orange-500:hover {
  color: #F4811F;
}

.tailwind-apply .hover\:tw-text-green-500:hover {
  color: #8BBD58;
}

.tailwind-apply .hover\:tw-text-blue-100:hover {
  color: #8ecbe1;
}

.tailwind-apply .hover\:tw-text-blue-300:hover {
  color: #6cb2eb;
}

.tailwind-apply .hover\:tw-text-blue-500:hover {
  color: #5486cb;
}

.tailwind-apply .hover\:tw-text-blue-700:hover {
  color: #2779bd;
}

.tailwind-apply .tw-text-xs {
  font-size: 0.75rem;
}

.tailwind-apply .tw-text-sm {
  font-size: 0.875rem;
}

.tailwind-apply .tw-text-base {
  font-size: 1rem;
}

.tailwind-apply .tw-text-lg {
  font-size: 1.125rem;
}

.tailwind-apply .tw-text-xl {
  font-size: 1.25rem;
}

.tailwind-apply .tw-text-2xl {
  font-size: 1.5rem;
}

.tailwind-apply .tw-text-3xl {
  font-size: 1.875rem;
}

.tailwind-apply .tw-text-4xl {
  font-size: 2.25rem;
}

.tailwind-apply .tw-text-5xl {
  font-size: 3rem;
}

.tailwind-apply .tw-text-6xl {
  font-size: 4rem;
}

.tailwind-apply .tw-italic {
  font-style: italic;
}

.tailwind-apply .tw-not-italic {
  font-style: normal;
}

.tailwind-apply .tw-uppercase {
  text-transform: uppercase;
}

.tailwind-apply .tw-lowercase {
  text-transform: lowercase;
}

.tailwind-apply .tw-capitalize {
  text-transform: capitalize;
}

.tailwind-apply .tw-normal-case {
  text-transform: none;
}

.tailwind-apply .tw-underline {
  text-decoration: underline;
}

.tailwind-apply .tw-line-through {
  text-decoration: line-through;
}

.tailwind-apply .tw-no-underline {
  text-decoration: none;
}

.tailwind-apply .hover\:tw-underline:hover {
  text-decoration: underline;
}

.tailwind-apply .hover\:tw-line-through:hover {
  text-decoration: line-through;
}

.tailwind-apply .hover\:tw-no-underline:hover {
  text-decoration: none;
}

.tailwind-apply .tw-antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tailwind-apply .tw-subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.tailwind-apply .tw-tracking-tighter {
  letter-spacing: -0.05em;
}

.tailwind-apply .tw-tracking-tight {
  letter-spacing: -0.025em;
}

.tailwind-apply .tw-tracking-normal {
  letter-spacing: 0;
}

.tailwind-apply .tw-tracking-wide {
  letter-spacing: 0.025em;
}

.tailwind-apply .tw-tracking-wider {
  letter-spacing: 0.05em;
}

.tailwind-apply .tw-tracking-widest {
  letter-spacing: 0.1em;
}

.tailwind-apply .tw-select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.tailwind-apply .tw-select-text {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.tailwind-apply .tw-select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
}

.tailwind-apply .tw-select-auto {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.tailwind-apply .tw-align-baseline {
  vertical-align: baseline;
}

.tailwind-apply .tw-align-top {
  vertical-align: top;
}

.tailwind-apply .tw-align-middle {
  vertical-align: middle;
}

.tailwind-apply .tw-align-bottom {
  vertical-align: bottom;
}

.tailwind-apply .tw-align-text-top {
  vertical-align: text-top;
}

.tailwind-apply .tw-align-text-bottom {
  vertical-align: text-bottom;
}

.tailwind-apply .tw-visible {
  visibility: visible;
}

.tailwind-apply .tw-invisible {
  visibility: hidden;
}

.tailwind-apply .tw-whitespace-normal {
  white-space: normal;
}

.tailwind-apply .tw-whitespace-no-wrap {
  white-space: nowrap;
}

.tailwind-apply .tw-whitespace-pre {
  white-space: pre;
}

.tailwind-apply .tw-whitespace-pre-line {
  white-space: pre-line;
}

.tailwind-apply .tw-whitespace-pre-wrap {
  white-space: pre-wrap;
}

.tailwind-apply .tw-break-normal {
  overflow-wrap: normal;
  word-break: normal;
}

.tailwind-apply .tw-break-words {
  overflow-wrap: break-word;
}

.tailwind-apply .tw-break-all {
  word-break: break-all;
}

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

.tailwind-apply .tw-w-16 {
  width: 16px;
}

.tailwind-apply .tw-w-24 {
  width: 24px;
}

.tailwind-apply .tw-w-32 {
  width: 32px;
}

.tailwind-apply .tw-w-40 {
  width: 40px;
}

.tailwind-apply .tw-w-48 {
  width: 48px;
}

.tailwind-apply .tw-w-60 {
  width: 60px;
}

.tailwind-apply .tw-w-80 {
  width: 80px;
}

.tailwind-apply .tw-w-100 {
  width: 100px;
}

.tailwind-apply .tw-w-180 {
  width: 180px;
}

.tailwind-apply .tw-w-240 {
  width: 240px;
}

.tailwind-apply .tw-w-280 {
  width: 280px;
}

.tailwind-apply .tw-w-300 {
  width: 300px;
}

.tailwind-apply .tw-w-320 {
  width: 320px;
}

.tailwind-apply .tw-w-360 {
  width: 360px;
}

.tailwind-apply .tw-w-400 {
  width: 400px;
}

.tailwind-apply .tw-w-480 {
  width: 480px;
}

.tailwind-apply .tw-w-560 {
  width: 560px;
}

.tailwind-apply .tw-w-640 {
  width: 640px;
}

.tailwind-apply .tw-w-720 {
  width: 720px;
}

.tailwind-apply .tw-w-800 {
  width: 800px;
}

.tailwind-apply .tw-w-auto {
  width: auto;
}

.tailwind-apply .tw-w-px {
  width: 1px;
}

.tailwind-apply .tw-w-1\/2 {
  width: 50%;
}

.tailwind-apply .tw-w-1\/3 {
  width: 33.33333%;
}

.tailwind-apply .tw-w-2\/3 {
  width: 66.66667%;
}

.tailwind-apply .tw-w-1\/4 {
  width: 25%;
}

.tailwind-apply .tw-w-3\/4 {
  width: 75%;
}

.tailwind-apply .tw-w-1\/5 {
  width: 20%;
}

.tailwind-apply .tw-w-2\/5 {
  width: 40%;
}

.tailwind-apply .tw-w-3\/5 {
  width: 60%;
}

.tailwind-apply .tw-w-4\/5 {
  width: 80%;
}

.tailwind-apply .tw-w-1\/6 {
  width: 16.66667%;
}

.tailwind-apply .tw-w-5\/6 {
  width: 83.33333%;
}

.tailwind-apply .tw-w-full {
  width: 100%;
}

.tailwind-apply .tw-w-screen {
  width: 100vw;
}

.tailwind-apply .tw-z-0 {
  z-index: 0;
}

.tailwind-apply .tw-z-10 {
  z-index: 10;
}

.tailwind-apply .tw-z-20 {
  z-index: 20;
}

.tailwind-apply .tw-z-30 {
  z-index: 30;
}

.tailwind-apply .tw-z-40 {
  z-index: 40;
}

.tailwind-apply .tw-z-50 {
  z-index: 50;
}

.tailwind-apply .tw-z-auto {
  z-index: auto;
}

@media (min-width: 576px) {
  .tailwind-apply .sm\:tw-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .tailwind-apply .sm\:tw-not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .tailwind-apply .sm\:focus\:tw-sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .tailwind-apply .sm\:focus\:tw-not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .tailwind-apply .sm\:tw-bg-transparent {
    background-color: transparent;
  }

  .tailwind-apply .sm\:tw-bg-black {
    background-color: #22292f;
  }

  .tailwind-apply .sm\:tw-bg-white {
    background-color: #fff;
  }

  .tailwind-apply .sm\:tw-bg-gray-100 {
    background-color: #faf8f8;
  }

  .tailwind-apply .sm\:tw-bg-gray-200 {
    background-color: #f5f4f4;
  }

  .tailwind-apply .sm\:tw-bg-gray-300 {
    background-color: #ebebeb;
  }

  .tailwind-apply .sm\:tw-bg-gray-400 {
    background-color: #c6c3c3;
  }

  .tailwind-apply .sm\:tw-bg-gray-500 {
    background-color: #a4a0a0;
  }

  .tailwind-apply .sm\:tw-bg-gray-600 {
    background-color: #7b7777;
  }

  .tailwind-apply .sm\:tw-bg-gray-700 {
    background-color: #544f4f;
  }

  .tailwind-apply .sm\:tw-bg-gray-800 {
    background-color: #2E2E38;
  }

  .tailwind-apply .sm\:tw-bg-red-500 {
    background-color: #cd150b;
  }

  .tailwind-apply .sm\:tw-bg-red-700 {
    background-color: #B41C39;
  }

  .tailwind-apply .sm\:tw-bg-orange-500 {
    background-color: #F4811F;
  }

  .tailwind-apply .sm\:tw-bg-green-500 {
    background-color: #8BBD58;
  }

  .tailwind-apply .sm\:tw-bg-blue-100 {
    background-color: #8ecbe1;
  }

  .tailwind-apply .sm\:tw-bg-blue-300 {
    background-color: #6cb2eb;
  }

  .tailwind-apply .sm\:tw-bg-blue-500 {
    background-color: #5486cb;
  }

  .tailwind-apply .sm\:tw-bg-blue-700 {
    background-color: #2779bd;
  }

  .tailwind-apply .sm\:hover\:tw-bg-transparent:hover {
    background-color: transparent;
  }

  .tailwind-apply .sm\:hover\:tw-bg-black:hover {
    background-color: #22292f;
  }

  .tailwind-apply .sm\:hover\:tw-bg-white:hover {
    background-color: #fff;
  }

  .tailwind-apply .sm\:hover\:tw-bg-gray-100:hover {
    background-color: #faf8f8;
  }

  .tailwind-apply .sm\:hover\:tw-bg-gray-200:hover {
    background-color: #f5f4f4;
  }

  .tailwind-apply .sm\:hover\:tw-bg-gray-300:hover {
    background-color: #ebebeb;
  }

  .tailwind-apply .sm\:hover\:tw-bg-gray-400:hover {
    background-color: #c6c3c3;
  }

  .tailwind-apply .sm\:hover\:tw-bg-gray-500:hover {
    background-color: #a4a0a0;
  }

  .tailwind-apply .sm\:hover\:tw-bg-gray-600:hover {
    background-color: #7b7777;
  }

  .tailwind-apply .sm\:hover\:tw-bg-gray-700:hover {
    background-color: #544f4f;
  }

  .tailwind-apply .sm\:hover\:tw-bg-gray-800:hover {
    background-color: #2E2E38;
  }

  .tailwind-apply .sm\:hover\:tw-bg-red-500:hover {
    background-color: #cd150b;
  }

  .tailwind-apply .sm\:hover\:tw-bg-red-700:hover {
    background-color: #B41C39;
  }

  .tailwind-apply .sm\:hover\:tw-bg-orange-500:hover {
    background-color: #F4811F;
  }

  .tailwind-apply .sm\:hover\:tw-bg-green-500:hover {
    background-color: #8BBD58;
  }

  .tailwind-apply .sm\:hover\:tw-bg-blue-100:hover {
    background-color: #8ecbe1;
  }

  .tailwind-apply .sm\:hover\:tw-bg-blue-300:hover {
    background-color: #6cb2eb;
  }

  .tailwind-apply .sm\:hover\:tw-bg-blue-500:hover {
    background-color: #5486cb;
  }

  .tailwind-apply .sm\:hover\:tw-bg-blue-700:hover {
    background-color: #2779bd;
  }

  .tailwind-apply .sm\:tw-bg-bottom {
    background-position: bottom;
  }

  .tailwind-apply .sm\:tw-bg-center {
    background-position: center;
  }

  .tailwind-apply .sm\:tw-bg-left {
    background-position: left;
  }

  .tailwind-apply .sm\:tw-bg-left-bottom {
    background-position: left bottom;
  }

  .tailwind-apply .sm\:tw-bg-left-top {
    background-position: left top;
  }

  .tailwind-apply .sm\:tw-bg-right {
    background-position: right;
  }

  .tailwind-apply .sm\:tw-bg-right-bottom {
    background-position: right bottom;
  }

  .tailwind-apply .sm\:tw-bg-right-top {
    background-position: right top;
  }

  .tailwind-apply .sm\:tw-bg-top {
    background-position: top;
  }

  .tailwind-apply .sm\:tw-bg-repeat {
    background-repeat: repeat;
  }

  .tailwind-apply .sm\:tw-bg-no-repeat {
    background-repeat: no-repeat;
  }

  .tailwind-apply .sm\:tw-bg-repeat-x {
    background-repeat: repeat-x;
  }

  .tailwind-apply .sm\:tw-bg-repeat-y {
    background-repeat: repeat-y;
  }

  .tailwind-apply .sm\:tw-bg-repeat-round {
    background-repeat: round;
  }

  .tailwind-apply .sm\:tw-bg-repeat-space {
    background-repeat: space;
  }

  .tailwind-apply .sm\:tw-bg-auto {
    background-size: auto;
  }

  .tailwind-apply .sm\:tw-bg-cover {
    background-size: cover;
  }

  .tailwind-apply .sm\:tw-bg-contain {
    background-size: contain;
  }

  .tailwind-apply .sm\:tw-border-collapse {
    border-collapse: collapse;
  }

  .tailwind-apply .sm\:tw-border-separate {
    border-collapse: separate;
  }

  .tailwind-apply .sm\:tw-border-transparent {
    border-color: transparent;
  }

  .tailwind-apply .sm\:tw-border-black {
    border-color: #22292f;
  }

  .tailwind-apply .sm\:tw-border-white {
    border-color: #fff;
  }

  .tailwind-apply .sm\:tw-border-gray-100 {
    border-color: #faf8f8;
  }

  .tailwind-apply .sm\:tw-border-gray-200 {
    border-color: #f5f4f4;
  }

  .tailwind-apply .sm\:tw-border-gray-300 {
    border-color: #ebebeb;
  }

  .tailwind-apply .sm\:tw-border-gray-400 {
    border-color: #c6c3c3;
  }

  .tailwind-apply .sm\:tw-border-gray-500 {
    border-color: #a4a0a0;
  }

  .tailwind-apply .sm\:tw-border-gray-600 {
    border-color: #7b7777;
  }

  .tailwind-apply .sm\:tw-border-gray-700 {
    border-color: #544f4f;
  }

  .tailwind-apply .sm\:tw-border-gray-800 {
    border-color: #2E2E38;
  }

  .tailwind-apply .sm\:tw-border-red-500 {
    border-color: #cd150b;
  }

  .tailwind-apply .sm\:tw-border-red-700 {
    border-color: #B41C39;
  }

  .tailwind-apply .sm\:tw-border-orange-500 {
    border-color: #F4811F;
  }

  .tailwind-apply .sm\:tw-border-green-500 {
    border-color: #8BBD58;
  }

  .tailwind-apply .sm\:tw-border-blue-100 {
    border-color: #8ecbe1;
  }

  .tailwind-apply .sm\:tw-border-blue-300 {
    border-color: #6cb2eb;
  }

  .tailwind-apply .sm\:tw-border-blue-500 {
    border-color: #5486cb;
  }

  .tailwind-apply .sm\:tw-border-blue-700 {
    border-color: #2779bd;
  }

  .tailwind-apply .sm\:hover\:tw-border-transparent:hover {
    border-color: transparent;
  }

  .tailwind-apply .sm\:hover\:tw-border-black:hover {
    border-color: #22292f;
  }

  .tailwind-apply .sm\:hover\:tw-border-white:hover {
    border-color: #fff;
  }

  .tailwind-apply .sm\:hover\:tw-border-gray-100:hover {
    border-color: #faf8f8;
  }

  .tailwind-apply .sm\:hover\:tw-border-gray-200:hover {
    border-color: #f5f4f4;
  }

  .tailwind-apply .sm\:hover\:tw-border-gray-300:hover {
    border-color: #ebebeb;
  }

  .tailwind-apply .sm\:hover\:tw-border-gray-400:hover {
    border-color: #c6c3c3;
  }

  .tailwind-apply .sm\:hover\:tw-border-gray-500:hover {
    border-color: #a4a0a0;
  }

  .tailwind-apply .sm\:hover\:tw-border-gray-600:hover {
    border-color: #7b7777;
  }

  .tailwind-apply .sm\:hover\:tw-border-gray-700:hover {
    border-color: #544f4f;
  }

  .tailwind-apply .sm\:hover\:tw-border-gray-800:hover {
    border-color: #2E2E38;
  }

  .tailwind-apply .sm\:hover\:tw-border-red-500:hover {
    border-color: #cd150b;
  }

  .tailwind-apply .sm\:hover\:tw-border-red-700:hover {
    border-color: #B41C39;
  }

  .tailwind-apply .sm\:hover\:tw-border-orange-500:hover {
    border-color: #F4811F;
  }

  .tailwind-apply .sm\:hover\:tw-border-green-500:hover {
    border-color: #8BBD58;
  }

  .tailwind-apply .sm\:hover\:tw-border-blue-100:hover {
    border-color: #8ecbe1;
  }

  .tailwind-apply .sm\:hover\:tw-border-blue-300:hover {
    border-color: #6cb2eb;
  }

  .tailwind-apply .sm\:hover\:tw-border-blue-500:hover {
    border-color: #5486cb;
  }

  .tailwind-apply .sm\:hover\:tw-border-blue-700:hover {
    border-color: #2779bd;
  }

  .tailwind-apply .sm\:tw-block {
    display: block;
  }

  .tailwind-apply .sm\:tw-inline-block {
    display: inline-block;
  }

  .tailwind-apply .sm\:tw-inline {
    display: inline;
  }

  .tailwind-apply .sm\:tw-flex {
    display: -webkit-box;
    display: flex;
  }

  .tailwind-apply .sm\:tw-inline-flex {
    display: -webkit-inline-box;
    display: inline-flex;
  }

  .tailwind-apply .sm\:tw-table {
    display: table;
  }

  .tailwind-apply .sm\:tw-table-row {
    display: table-row;
  }

  .tailwind-apply .sm\:tw-table-cell {
    display: table-cell;
  }

  .tailwind-apply .sm\:tw-hidden {
    display: none;
  }

  .tailwind-apply .sm\:tw-flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .tailwind-apply .sm\:tw-flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .tailwind-apply .sm\:tw-flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .tailwind-apply .sm\:tw-flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .tailwind-apply .sm\:tw-flex-wrap {
    flex-wrap: wrap;
  }

  .tailwind-apply .sm\:tw-flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .tailwind-apply .sm\:tw-flex-no-wrap {
    flex-wrap: nowrap;
  }

  .tailwind-apply .sm\:tw-items-start {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .tailwind-apply .sm\:tw-items-end {
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .tailwind-apply .sm\:tw-items-center {
    -webkit-box-align: center;
            align-items: center;
  }

  .tailwind-apply .sm\:tw-items-baseline {
    -webkit-box-align: baseline;
            align-items: baseline;
  }

  .tailwind-apply .sm\:tw-items-stretch {
    -webkit-box-align: stretch;
            align-items: stretch;
  }

  .tailwind-apply .sm\:tw-self-auto {
    align-self: auto;
  }

  .tailwind-apply .sm\:tw-self-start {
    align-self: flex-start;
  }

  .tailwind-apply .sm\:tw-self-end {
    align-self: flex-end;
  }

  .tailwind-apply .sm\:tw-self-center {
    align-self: center;
  }

  .tailwind-apply .sm\:tw-self-stretch {
    align-self: stretch;
  }

  .tailwind-apply .sm\:tw-justify-start {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .tailwind-apply .sm\:tw-justify-end {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }

  .tailwind-apply .sm\:tw-justify-center {
    -webkit-box-pack: center;
            justify-content: center;
  }

  .tailwind-apply .sm\:tw-justify-between {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .tailwind-apply .sm\:tw-justify-around {
    justify-content: space-around;
  }

  .tailwind-apply .sm\:tw-content-center {
    align-content: center;
  }

  .tailwind-apply .sm\:tw-content-start {
    align-content: flex-start;
  }

  .tailwind-apply .sm\:tw-content-end {
    align-content: flex-end;
  }

  .tailwind-apply .sm\:tw-content-between {
    align-content: space-between;
  }

  .tailwind-apply .sm\:tw-content-around {
    align-content: space-around;
  }

  .tailwind-apply .sm\:tw-flex-1 {
    -webkit-box-flex: 1;
            flex: 1 1 0%;
  }

  .tailwind-apply .sm\:tw-flex-auto {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

  .tailwind-apply .sm\:tw-flex-initial {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
  }

  .tailwind-apply .sm\:tw-flex-none {
    -webkit-box-flex: 0;
            flex: none;
  }

  .tailwind-apply .sm\:tw-flex-grow-0 {
    -webkit-box-flex: 0;
            flex-grow: 0;
  }

  .tailwind-apply .sm\:tw-flex-grow {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .tailwind-apply .sm\:tw-flex-shrink-0 {
    flex-shrink: 0;
  }

  .tailwind-apply .sm\:tw-flex-shrink {
    flex-shrink: 1;
  }

  .tailwind-apply .sm\:tw-float-right {
    float: right;
  }

  .tailwind-apply .sm\:tw-float-left {
    float: left;
  }

  .tailwind-apply .sm\:tw-float-none {
    float: none;
  }

  .tailwind-apply .sm\:tw-clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .tailwind-apply .sm\:tw-font-sans {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .tailwind-apply .sm\:tw-font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .tailwind-apply .sm\:tw-font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .tailwind-apply .sm\:tw-font-heading {
    font-family: "Open Sans", sans-serif;
  }

  .tailwind-apply .sm\:tw-font-icon {
    font-family: booster;
  }

  .tailwind-apply .sm\:tw-leading-none {
    line-height: 1;
  }

  .tailwind-apply .sm\:tw-leading-tight {
    line-height: 1.25;
  }

  .tailwind-apply .sm\:tw-leading-snug {
    line-height: 1.375;
  }

  .tailwind-apply .sm\:tw-leading-normal {
    line-height: 1.5;
  }

  .tailwind-apply .sm\:tw-leading-relaxed {
    line-height: 1.625;
  }

  .tailwind-apply .sm\:tw-leading-loose {
    line-height: 2;
  }

  .tailwind-apply .sm\:tw-m-0 {
    margin: 0;
  }

  .tailwind-apply .sm\:tw-m-1 {
    margin: 0.25rem;
  }

  .tailwind-apply .sm\:tw-m-2 {
    margin: 0.5rem;
  }

  .tailwind-apply .sm\:tw-m-3 {
    margin: 0.75rem;
  }

  .tailwind-apply .sm\:tw-m-4 {
    margin: 1rem;
  }

  .tailwind-apply .sm\:tw-m-5 {
    margin: 1.25rem;
  }

  .tailwind-apply .sm\:tw-m-6 {
    margin: 1.5rem;
  }

  .tailwind-apply .sm\:tw-m-7 {
    margin: 1.875rem;
  }

  .tailwind-apply .sm\:tw-m-8 {
    margin: 2.25rem;
  }

  .tailwind-apply .sm\:tw-m-10 {
    margin: 3rem;
  }

  .tailwind-apply .sm\:tw-m-12 {
    margin: 4rem;
  }

  .tailwind-apply .sm\:tw-m-14 {
    margin: 5rem;
  }

  .tailwind-apply .sm\:tw-m-auto {
    margin: auto;
  }

  .tailwind-apply .sm\:tw-m-px {
    margin: 1px;
  }

  .tailwind-apply .sm\:tw--m-1 {
    margin: -0.25rem;
  }

  .tailwind-apply .sm\:tw--m-2 {
    margin: -0.5rem;
  }

  .tailwind-apply .sm\:tw--m-3 {
    margin: -0.75rem;
  }

  .tailwind-apply .sm\:tw--m-4 {
    margin: -1rem;
  }

  .tailwind-apply .sm\:tw--m-5 {
    margin: -1.25rem;
  }

  .tailwind-apply .sm\:tw--m-6 {
    margin: -1.5rem;
  }

  .tailwind-apply .sm\:tw--m-7 {
    margin: -1.875rem;
  }

  .tailwind-apply .sm\:tw--m-8 {
    margin: -2.25rem;
  }

  .tailwind-apply .sm\:tw--m-10 {
    margin: -3rem;
  }

  .tailwind-apply .sm\:tw--m-12 {
    margin: -4rem;
  }

  .tailwind-apply .sm\:tw--m-14 {
    margin: -5rem;
  }

  .tailwind-apply .sm\:tw--m-px {
    margin: -1px;
  }

  .tailwind-apply .sm\:tw-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .tailwind-apply .sm\:tw-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .tailwind-apply .sm\:tw-my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .tailwind-apply .sm\:tw-mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .tailwind-apply .sm\:tw-my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .tailwind-apply .sm\:tw-mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .tailwind-apply .sm\:tw-my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .tailwind-apply .sm\:tw-mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .tailwind-apply .sm\:tw-my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .tailwind-apply .sm\:tw-mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .tailwind-apply .sm\:tw-my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .tailwind-apply .sm\:tw-mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .tailwind-apply .sm\:tw-my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .tailwind-apply .sm\:tw-mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .tailwind-apply .sm\:tw-my-7 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .tailwind-apply .sm\:tw-mx-7 {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .tailwind-apply .sm\:tw-my-8 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .tailwind-apply .sm\:tw-mx-8 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .tailwind-apply .sm\:tw-my-10 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .tailwind-apply .sm\:tw-mx-10 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .tailwind-apply .sm\:tw-my-12 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .tailwind-apply .sm\:tw-mx-12 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .tailwind-apply .sm\:tw-my-14 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .tailwind-apply .sm\:tw-mx-14 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .tailwind-apply .sm\:tw-my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .tailwind-apply .sm\:tw-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .tailwind-apply .sm\:tw-my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .tailwind-apply .sm\:tw-mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .tailwind-apply .sm\:tw--my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .tailwind-apply .sm\:tw--mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .tailwind-apply .sm\:tw--my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .tailwind-apply .sm\:tw--mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .tailwind-apply .sm\:tw--my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .tailwind-apply .sm\:tw--mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .tailwind-apply .sm\:tw--my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .tailwind-apply .sm\:tw--mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .tailwind-apply .sm\:tw--my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .tailwind-apply .sm\:tw--mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .tailwind-apply .sm\:tw--my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .tailwind-apply .sm\:tw--mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .tailwind-apply .sm\:tw--my-7 {
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .tailwind-apply .sm\:tw--mx-7 {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .tailwind-apply .sm\:tw--my-8 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .tailwind-apply .sm\:tw--mx-8 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .tailwind-apply .sm\:tw--my-10 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .tailwind-apply .sm\:tw--mx-10 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .tailwind-apply .sm\:tw--my-12 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .tailwind-apply .sm\:tw--mx-12 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .tailwind-apply .sm\:tw--my-14 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .tailwind-apply .sm\:tw--mx-14 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .tailwind-apply .sm\:tw--my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .tailwind-apply .sm\:tw--mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .tailwind-apply .sm\:tw-mt-0 {
    margin-top: 0;
  }

  .tailwind-apply .sm\:tw-mr-0 {
    margin-right: 0;
  }

  .tailwind-apply .sm\:tw-mb-0 {
    margin-bottom: 0;
  }

  .tailwind-apply .sm\:tw-ml-0 {
    margin-left: 0;
  }

  .tailwind-apply .sm\:tw-mt-1 {
    margin-top: 0.25rem;
  }

  .tailwind-apply .sm\:tw-mr-1 {
    margin-right: 0.25rem;
  }

  .tailwind-apply .sm\:tw-mb-1 {
    margin-bottom: 0.25rem;
  }

  .tailwind-apply .sm\:tw-ml-1 {
    margin-left: 0.25rem;
  }

  .tailwind-apply .sm\:tw-mt-2 {
    margin-top: 0.5rem;
  }

  .tailwind-apply .sm\:tw-mr-2 {
    margin-right: 0.5rem;
  }

  .tailwind-apply .sm\:tw-mb-2 {
    margin-bottom: 0.5rem;
  }

  .tailwind-apply .sm\:tw-ml-2 {
    margin-left: 0.5rem;
  }

  .tailwind-apply .sm\:tw-mt-3 {
    margin-top: 0.75rem;
  }

  .tailwind-apply .sm\:tw-mr-3 {
    margin-right: 0.75rem;
  }

  .tailwind-apply .sm\:tw-mb-3 {
    margin-bottom: 0.75rem;
  }

  .tailwind-apply .sm\:tw-ml-3 {
    margin-left: 0.75rem;
  }

  .tailwind-apply .sm\:tw-mt-4 {
    margin-top: 1rem;
  }

  .tailwind-apply .sm\:tw-mr-4 {
    margin-right: 1rem;
  }

  .tailwind-apply .sm\:tw-mb-4 {
    margin-bottom: 1rem;
  }

  .tailwind-apply .sm\:tw-ml-4 {
    margin-left: 1rem;
  }

  .tailwind-apply .sm\:tw-mt-5 {
    margin-top: 1.25rem;
  }

  .tailwind-apply .sm\:tw-mr-5 {
    margin-right: 1.25rem;
  }

  .tailwind-apply .sm\:tw-mb-5 {
    margin-bottom: 1.25rem;
  }

  .tailwind-apply .sm\:tw-ml-5 {
    margin-left: 1.25rem;
  }

  .tailwind-apply .sm\:tw-mt-6 {
    margin-top: 1.5rem;
  }

  .tailwind-apply .sm\:tw-mr-6 {
    margin-right: 1.5rem;
  }

  .tailwind-apply .sm\:tw-mb-6 {
    margin-bottom: 1.5rem;
  }

  .tailwind-apply .sm\:tw-ml-6 {
    margin-left: 1.5rem;
  }

  .tailwind-apply .sm\:tw-mt-7 {
    margin-top: 1.875rem;
  }

  .tailwind-apply .sm\:tw-mr-7 {
    margin-right: 1.875rem;
  }

  .tailwind-apply .sm\:tw-mb-7 {
    margin-bottom: 1.875rem;
  }

  .tailwind-apply .sm\:tw-ml-7 {
    margin-left: 1.875rem;
  }

  .tailwind-apply .sm\:tw-mt-8 {
    margin-top: 2.25rem;
  }

  .tailwind-apply .sm\:tw-mr-8 {
    margin-right: 2.25rem;
  }

  .tailwind-apply .sm\:tw-mb-8 {
    margin-bottom: 2.25rem;
  }

  .tailwind-apply .sm\:tw-ml-8 {
    margin-left: 2.25rem;
  }

  .tailwind-apply .sm\:tw-mt-10 {
    margin-top: 3rem;
  }

  .tailwind-apply .sm\:tw-mr-10 {
    margin-right: 3rem;
  }

  .tailwind-apply .sm\:tw-mb-10 {
    margin-bottom: 3rem;
  }

  .tailwind-apply .sm\:tw-ml-10 {
    margin-left: 3rem;
  }

  .tailwind-apply .sm\:tw-mt-12 {
    margin-top: 4rem;
  }

  .tailwind-apply .sm\:tw-mr-12 {
    margin-right: 4rem;
  }

  .tailwind-apply .sm\:tw-mb-12 {
    margin-bottom: 4rem;
  }

  .tailwind-apply .sm\:tw-ml-12 {
    margin-left: 4rem;
  }

  .tailwind-apply .sm\:tw-mt-14 {
    margin-top: 5rem;
  }

  .tailwind-apply .sm\:tw-mr-14 {
    margin-right: 5rem;
  }

  .tailwind-apply .sm\:tw-mb-14 {
    margin-bottom: 5rem;
  }

  .tailwind-apply .sm\:tw-ml-14 {
    margin-left: 5rem;
  }

  .tailwind-apply .sm\:tw-mt-auto {
    margin-top: auto;
  }

  .tailwind-apply .sm\:tw-mr-auto {
    margin-right: auto;
  }

  .tailwind-apply .sm\:tw-mb-auto {
    margin-bottom: auto;
  }

  .tailwind-apply .sm\:tw-ml-auto {
    margin-left: auto;
  }

  .tailwind-apply .sm\:tw-mt-px {
    margin-top: 1px;
  }

  .tailwind-apply .sm\:tw-mr-px {
    margin-right: 1px;
  }

  .tailwind-apply .sm\:tw-mb-px {
    margin-bottom: 1px;
  }

  .tailwind-apply .sm\:tw-ml-px {
    margin-left: 1px;
  }

  .tailwind-apply .sm\:tw--mt-1 {
    margin-top: -0.25rem;
  }

  .tailwind-apply .sm\:tw--mr-1 {
    margin-right: -0.25rem;
  }

  .tailwind-apply .sm\:tw--mb-1 {
    margin-bottom: -0.25rem;
  }

  .tailwind-apply .sm\:tw--ml-1 {
    margin-left: -0.25rem;
  }

  .tailwind-apply .sm\:tw--mt-2 {
    margin-top: -0.5rem;
  }

  .tailwind-apply .sm\:tw--mr-2 {
    margin-right: -0.5rem;
  }

  .tailwind-apply .sm\:tw--mb-2 {
    margin-bottom: -0.5rem;
  }

  .tailwind-apply .sm\:tw--ml-2 {
    margin-left: -0.5rem;
  }

  .tailwind-apply .sm\:tw--mt-3 {
    margin-top: -0.75rem;
  }

  .tailwind-apply .sm\:tw--mr-3 {
    margin-right: -0.75rem;
  }

  .tailwind-apply .sm\:tw--mb-3 {
    margin-bottom: -0.75rem;
  }

  .tailwind-apply .sm\:tw--ml-3 {
    margin-left: -0.75rem;
  }

  .tailwind-apply .sm\:tw--mt-4 {
    margin-top: -1rem;
  }

  .tailwind-apply .sm\:tw--mr-4 {
    margin-right: -1rem;
  }

  .tailwind-apply .sm\:tw--mb-4 {
    margin-bottom: -1rem;
  }

  .tailwind-apply .sm\:tw--ml-4 {
    margin-left: -1rem;
  }

  .tailwind-apply .sm\:tw--mt-5 {
    margin-top: -1.25rem;
  }

  .tailwind-apply .sm\:tw--mr-5 {
    margin-right: -1.25rem;
  }

  .tailwind-apply .sm\:tw--mb-5 {
    margin-bottom: -1.25rem;
  }

  .tailwind-apply .sm\:tw--ml-5 {
    margin-left: -1.25rem;
  }

  .tailwind-apply .sm\:tw--mt-6 {
    margin-top: -1.5rem;
  }

  .tailwind-apply .sm\:tw--mr-6 {
    margin-right: -1.5rem;
  }

  .tailwind-apply .sm\:tw--mb-6 {
    margin-bottom: -1.5rem;
  }

  .tailwind-apply .sm\:tw--ml-6 {
    margin-left: -1.5rem;
  }

  .tailwind-apply .sm\:tw--mt-7 {
    margin-top: -1.875rem;
  }

  .tailwind-apply .sm\:tw--mr-7 {
    margin-right: -1.875rem;
  }

  .tailwind-apply .sm\:tw--mb-7 {
    margin-bottom: -1.875rem;
  }

  .tailwind-apply .sm\:tw--ml-7 {
    margin-left: -1.875rem;
  }

  .tailwind-apply .sm\:tw--mt-8 {
    margin-top: -2.25rem;
  }

  .tailwind-apply .sm\:tw--mr-8 {
    margin-right: -2.25rem;
  }

  .tailwind-apply .sm\:tw--mb-8 {
    margin-bottom: -2.25rem;
  }

  .tailwind-apply .sm\:tw--ml-8 {
    margin-left: -2.25rem;
  }

  .tailwind-apply .sm\:tw--mt-10 {
    margin-top: -3rem;
  }

  .tailwind-apply .sm\:tw--mr-10 {
    margin-right: -3rem;
  }

  .tailwind-apply .sm\:tw--mb-10 {
    margin-bottom: -3rem;
  }

  .tailwind-apply .sm\:tw--ml-10 {
    margin-left: -3rem;
  }

  .tailwind-apply .sm\:tw--mt-12 {
    margin-top: -4rem;
  }

  .tailwind-apply .sm\:tw--mr-12 {
    margin-right: -4rem;
  }

  .tailwind-apply .sm\:tw--mb-12 {
    margin-bottom: -4rem;
  }

  .tailwind-apply .sm\:tw--ml-12 {
    margin-left: -4rem;
  }

  .tailwind-apply .sm\:tw--mt-14 {
    margin-top: -5rem;
  }

  .tailwind-apply .sm\:tw--mr-14 {
    margin-right: -5rem;
  }

  .tailwind-apply .sm\:tw--mb-14 {
    margin-bottom: -5rem;
  }

  .tailwind-apply .sm\:tw--ml-14 {
    margin-left: -5rem;
  }

  .tailwind-apply .sm\:tw--mt-px {
    margin-top: -1px;
  }

  .tailwind-apply .sm\:tw--mr-px {
    margin-right: -1px;
  }

  .tailwind-apply .sm\:tw--mb-px {
    margin-bottom: -1px;
  }

  .tailwind-apply .sm\:tw--ml-px {
    margin-left: -1px;
  }

  .tailwind-apply .sm\:tw-max-w-240 {
    max-width: 240px;
  }

  .tailwind-apply .sm\:tw-max-w-300 {
    max-width: 300px;
  }

  .tailwind-apply .sm\:tw-max-w-320 {
    max-width: 320px;
  }

  .tailwind-apply .sm\:tw-max-w-360 {
    max-width: 360px;
  }

  .tailwind-apply .sm\:tw-max-w-400 {
    max-width: 400px;
  }

  .tailwind-apply .sm\:tw-max-w-480 {
    max-width: 480px;
  }

  .tailwind-apply .sm\:tw-max-w-560 {
    max-width: 560px;
  }

  .tailwind-apply .sm\:tw-max-w-640 {
    max-width: 640px;
  }

  .tailwind-apply .sm\:tw-max-w-720 {
    max-width: 720px;
  }

  .tailwind-apply .sm\:tw-max-w-800 {
    max-width: 800px;
  }

  .tailwind-apply .sm\:tw-max-w-880 {
    max-width: 880px;
  }

  .tailwind-apply .sm\:tw-max-w-960 {
    max-width: 960px;
  }

  .tailwind-apply .sm\:tw-max-w-1200 {
    max-width: 1200px;
  }

  .tailwind-apply .sm\:tw-max-w-none {
    max-width: none;
  }

  .tailwind-apply .sm\:tw-max-w-full {
    max-width: 100%;
  }

  .tailwind-apply .sm\:tw-min-h-0 {
    min-height: 0;
  }

  .tailwind-apply .sm\:tw-min-h-full {
    min-height: 100%;
  }

  .tailwind-apply .sm\:tw-min-h-screen {
    min-height: 100vh;
  }

  .tailwind-apply .sm\:tw-p-0 {
    padding: 0;
  }

  .tailwind-apply .sm\:tw-p-1 {
    padding: 0.25rem;
  }

  .tailwind-apply .sm\:tw-p-2 {
    padding: 0.5rem;
  }

  .tailwind-apply .sm\:tw-p-3 {
    padding: 0.75rem;
  }

  .tailwind-apply .sm\:tw-p-4 {
    padding: 1rem;
  }

  .tailwind-apply .sm\:tw-p-5 {
    padding: 1.25rem;
  }

  .tailwind-apply .sm\:tw-p-6 {
    padding: 1.5rem;
  }

  .tailwind-apply .sm\:tw-p-7 {
    padding: 1.875rem;
  }

  .tailwind-apply .sm\:tw-p-8 {
    padding: 2.25rem;
  }

  .tailwind-apply .sm\:tw-p-10 {
    padding: 3rem;
  }

  .tailwind-apply .sm\:tw-p-12 {
    padding: 4rem;
  }

  .tailwind-apply .sm\:tw-p-14 {
    padding: 5rem;
  }

  .tailwind-apply .sm\:tw-p-px {
    padding: 1px;
  }

  .tailwind-apply .sm\:tw-py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .tailwind-apply .sm\:tw-px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .tailwind-apply .sm\:tw-py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .tailwind-apply .sm\:tw-px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .tailwind-apply .sm\:tw-py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .tailwind-apply .sm\:tw-px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .tailwind-apply .sm\:tw-py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .tailwind-apply .sm\:tw-px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .tailwind-apply .sm\:tw-py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .tailwind-apply .sm\:tw-px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tailwind-apply .sm\:tw-py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .tailwind-apply .sm\:tw-px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .tailwind-apply .sm\:tw-py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .tailwind-apply .sm\:tw-px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .tailwind-apply .sm\:tw-py-7 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .tailwind-apply .sm\:tw-px-7 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .tailwind-apply .sm\:tw-py-8 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .tailwind-apply .sm\:tw-px-8 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .tailwind-apply .sm\:tw-py-10 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .tailwind-apply .sm\:tw-px-10 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .tailwind-apply .sm\:tw-py-12 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .tailwind-apply .sm\:tw-px-12 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .tailwind-apply .sm\:tw-py-14 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .tailwind-apply .sm\:tw-px-14 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .tailwind-apply .sm\:tw-py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .tailwind-apply .sm\:tw-px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .tailwind-apply .sm\:tw-pt-0 {
    padding-top: 0;
  }

  .tailwind-apply .sm\:tw-pr-0 {
    padding-right: 0;
  }

  .tailwind-apply .sm\:tw-pb-0 {
    padding-bottom: 0;
  }

  .tailwind-apply .sm\:tw-pl-0 {
    padding-left: 0;
  }

  .tailwind-apply .sm\:tw-pt-1 {
    padding-top: 0.25rem;
  }

  .tailwind-apply .sm\:tw-pr-1 {
    padding-right: 0.25rem;
  }

  .tailwind-apply .sm\:tw-pb-1 {
    padding-bottom: 0.25rem;
  }

  .tailwind-apply .sm\:tw-pl-1 {
    padding-left: 0.25rem;
  }

  .tailwind-apply .sm\:tw-pt-2 {
    padding-top: 0.5rem;
  }

  .tailwind-apply .sm\:tw-pr-2 {
    padding-right: 0.5rem;
  }

  .tailwind-apply .sm\:tw-pb-2 {
    padding-bottom: 0.5rem;
  }

  .tailwind-apply .sm\:tw-pl-2 {
    padding-left: 0.5rem;
  }

  .tailwind-apply .sm\:tw-pt-3 {
    padding-top: 0.75rem;
  }

  .tailwind-apply .sm\:tw-pr-3 {
    padding-right: 0.75rem;
  }

  .tailwind-apply .sm\:tw-pb-3 {
    padding-bottom: 0.75rem;
  }

  .tailwind-apply .sm\:tw-pl-3 {
    padding-left: 0.75rem;
  }

  .tailwind-apply .sm\:tw-pt-4 {
    padding-top: 1rem;
  }

  .tailwind-apply .sm\:tw-pr-4 {
    padding-right: 1rem;
  }

  .tailwind-apply .sm\:tw-pb-4 {
    padding-bottom: 1rem;
  }

  .tailwind-apply .sm\:tw-pl-4 {
    padding-left: 1rem;
  }

  .tailwind-apply .sm\:tw-pt-5 {
    padding-top: 1.25rem;
  }

  .tailwind-apply .sm\:tw-pr-5 {
    padding-right: 1.25rem;
  }

  .tailwind-apply .sm\:tw-pb-5 {
    padding-bottom: 1.25rem;
  }

  .tailwind-apply .sm\:tw-pl-5 {
    padding-left: 1.25rem;
  }

  .tailwind-apply .sm\:tw-pt-6 {
    padding-top: 1.5rem;
  }

  .tailwind-apply .sm\:tw-pr-6 {
    padding-right: 1.5rem;
  }

  .tailwind-apply .sm\:tw-pb-6 {
    padding-bottom: 1.5rem;
  }

  .tailwind-apply .sm\:tw-pl-6 {
    padding-left: 1.5rem;
  }

  .tailwind-apply .sm\:tw-pt-7 {
    padding-top: 1.875rem;
  }

  .tailwind-apply .sm\:tw-pr-7 {
    padding-right: 1.875rem;
  }

  .tailwind-apply .sm\:tw-pb-7 {
    padding-bottom: 1.875rem;
  }

  .tailwind-apply .sm\:tw-pl-7 {
    padding-left: 1.875rem;
  }

  .tailwind-apply .sm\:tw-pt-8 {
    padding-top: 2.25rem;
  }

  .tailwind-apply .sm\:tw-pr-8 {
    padding-right: 2.25rem;
  }

  .tailwind-apply .sm\:tw-pb-8 {
    padding-bottom: 2.25rem;
  }

  .tailwind-apply .sm\:tw-pl-8 {
    padding-left: 2.25rem;
  }

  .tailwind-apply .sm\:tw-pt-10 {
    padding-top: 3rem;
  }

  .tailwind-apply .sm\:tw-pr-10 {
    padding-right: 3rem;
  }

  .tailwind-apply .sm\:tw-pb-10 {
    padding-bottom: 3rem;
  }

  .tailwind-apply .sm\:tw-pl-10 {
    padding-left: 3rem;
  }

  .tailwind-apply .sm\:tw-pt-12 {
    padding-top: 4rem;
  }

  .tailwind-apply .sm\:tw-pr-12 {
    padding-right: 4rem;
  }

  .tailwind-apply .sm\:tw-pb-12 {
    padding-bottom: 4rem;
  }

  .tailwind-apply .sm\:tw-pl-12 {
    padding-left: 4rem;
  }

  .tailwind-apply .sm\:tw-pt-14 {
    padding-top: 5rem;
  }

  .tailwind-apply .sm\:tw-pr-14 {
    padding-right: 5rem;
  }

  .tailwind-apply .sm\:tw-pb-14 {
    padding-bottom: 5rem;
  }

  .tailwind-apply .sm\:tw-pl-14 {
    padding-left: 5rem;
  }

  .tailwind-apply .sm\:tw-pt-px {
    padding-top: 1px;
  }

  .tailwind-apply .sm\:tw-pr-px {
    padding-right: 1px;
  }

  .tailwind-apply .sm\:tw-pb-px {
    padding-bottom: 1px;
  }

  .tailwind-apply .sm\:tw-pl-px {
    padding-left: 1px;
  }

  .tailwind-apply .sm\:tw-placeholder-transparent::-webkit-input-placeholder {
    color: transparent;
  }

  .tailwind-apply .sm\:tw-placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .tailwind-apply .sm\:tw-placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .tailwind-apply .sm\:tw-placeholder-transparent::-ms-input-placeholder {
    color: transparent;
  }

  .tailwind-apply .sm\:tw-placeholder-transparent::placeholder {
    color: transparent;
  }

  .tailwind-apply .sm\:tw-placeholder-black::-webkit-input-placeholder {
    color: #22292f;
  }

  .tailwind-apply .sm\:tw-placeholder-black::-moz-placeholder {
    color: #22292f;
  }

  .tailwind-apply .sm\:tw-placeholder-black:-ms-input-placeholder {
    color: #22292f;
  }

  .tailwind-apply .sm\:tw-placeholder-black::-ms-input-placeholder {
    color: #22292f;
  }

  .tailwind-apply .sm\:tw-placeholder-black::placeholder {
    color: #22292f;
  }

  .tailwind-apply .sm\:tw-placeholder-white::-webkit-input-placeholder {
    color: #fff;
  }

  .tailwind-apply .sm\:tw-placeholder-white::-moz-placeholder {
    color: #fff;
  }

  .tailwind-apply .sm\:tw-placeholder-white:-ms-input-placeholder {
    color: #fff;
  }

  .tailwind-apply .sm\:tw-placeholder-white::-ms-input-placeholder {
    color: #fff;
  }

  .tailwind-apply .sm\:tw-placeholder-white::placeholder {
    color: #fff;
  }

  .tailwind-apply .sm\:tw-placeholder-gray-100::-webkit-input-placeholder {
    color: #faf8f8;
  }

  .tailwind-apply .sm\:tw-placeholder-gray-100::-moz-placeholder {
    color: #faf8f8;
  }

  .tailwind-apply .sm\:tw-placeholder-gray-100:-ms-input-placeholder {
    color: #faf8f8;
  }

  .tailwind-apply .sm\:tw-placeholder-gray-100::-ms-input-placeholder {
    color: #faf8f8;
  }

  .tailwind-apply .sm\:tw-placeholder-gray-100::placeholder {
    color: #faf8f8;
  }

  .tailwind-apply .sm\:tw-placeholder-gray-200::-webkit-input-placeholder {
    color: #f5f4f4;
  }

  .tailwind-apply .sm\:tw-placeholder-gray-200::-moz-placeholder {
    color: #f5f4f4;
  }

  .tailwind-apply .sm\:tw-placeholder-gray-200:-ms-input-placeholder {
    color: #f5f4f4;
  }

  .tailwind-apply .sm\:tw-placeholder-gray-200::-ms-input-placeholder {
    color: #f5f4f4;
  }

  .tailwind-apply .sm\:tw-placeholder-gray-200::placeholder {
    color: #f5f4f4;
  }

  .tailwind-apply .sm\:tw-placeholder-gray-300::-webkit-input-placeholder {
    color: #ebebeb;
  }

  .tailwind-apply .sm\:tw-placeholder-gray-300::-moz-placeholder {
    color: #ebebeb;
  }

  .tailwind-apply .sm\:tw-placeholder-gray-300:-ms-input-placeholder {
    color: #ebebeb;
  }

  .tailwind-apply .sm\:tw-placeholder-gray-300::-ms-input-placeholder {
    color: #ebebeb;
  }

  .tailwind-apply .sm\:tw-placeholder-gray-300::placeholder {
    color: #ebebeb;
  }

  .tailwind-apply .sm\:tw-placeholder-gray-400::-webkit-input-placeholder {
    color: #c6c3c3;
  }

  .tailwind-apply .sm\:tw-placeholder-gray-400::-moz-placeholder {
    color: #c6c3c3;
  }

  .tailwind-apply .sm\:tw-placeholder-gray-400:-ms-input-placeholder {
    color: #c6c3c3;
  }

  .tailwind-apply .sm\:tw-placeholder-gray-400::-ms-input-placeholder {
    color: #c6c3c3;
  }

  .tailwind-apply .sm\:tw-placeholder-gray-400::placeholder {
    color: #c6c3c3;
  }

  .tailwind-apply .sm\:tw-placeholder-gray-500::-webkit-input-placeholder {
    color: #a4a0a0;
  }

  .tailwind-apply .sm\:tw-placeholder-gray-500::-moz-placeholder {
    color: #a4a0a0;
  }

  .tailwind-apply .sm\:tw-placeholder-gray-500:-ms-input-placeholder {
    color: #a4a0a0;
  }

  .tailwind-apply .sm\:tw-placeholder-gray-500::-ms-input-placeholder {
    color: #a4a0a0;
  }

  .tailwind-apply .sm\:tw-placeholder-gray-500::placeholder {
    color: #a4a0a0;
  }

  .tailwind-apply .sm\:tw-placeholder-gray-600::-webkit-input-placeholder {
    color: #7b7777;
  }

  .tailwind-apply .sm\:tw-placeholder-gray-600::-moz-placeholder {
    color: #7b7777;
  }

  .tailwind-apply .sm\:tw-placeholder-gray-600:-ms-input-placeholder {
    color: #7b7777;
  }

  .tailwind-apply .sm\:tw-placeholder-gray-600::-ms-input-placeholder {
    color: #7b7777;
  }

  .tailwind-apply .sm\:tw-placeholder-gray-600::placeholder {
    color: #7b7777;
  }

  .tailwind-apply .sm\:tw-placeholder-gray-700::-webkit-input-placeholder {
    color: #544f4f;
  }

  .tailwind-apply .sm\:tw-placeholder-gray-700::-moz-placeholder {
    color: #544f4f;
  }

  .tailwind-apply .sm\:tw-placeholder-gray-700:-ms-input-placeholder {
    color: #544f4f;
  }

  .tailwind-apply .sm\:tw-placeholder-gray-700::-ms-input-placeholder {
    color: #544f4f;
  }

  .tailwind-apply .sm\:tw-placeholder-gray-700::placeholder {
    color: #544f4f;
  }

  .tailwind-apply .sm\:tw-placeholder-gray-800::-webkit-input-placeholder {
    color: #2E2E38;
  }

  .tailwind-apply .sm\:tw-placeholder-gray-800::-moz-placeholder {
    color: #2E2E38;
  }

  .tailwind-apply .sm\:tw-placeholder-gray-800:-ms-input-placeholder {
    color: #2E2E38;
  }

  .tailwind-apply .sm\:tw-placeholder-gray-800::-ms-input-placeholder {
    color: #2E2E38;
  }

  .tailwind-apply .sm\:tw-placeholder-gray-800::placeholder {
    color: #2E2E38;
  }

  .tailwind-apply .sm\:tw-placeholder-red-500::-webkit-input-placeholder {
    color: #cd150b;
  }

  .tailwind-apply .sm\:tw-placeholder-red-500::-moz-placeholder {
    color: #cd150b;
  }

  .tailwind-apply .sm\:tw-placeholder-red-500:-ms-input-placeholder {
    color: #cd150b;
  }

  .tailwind-apply .sm\:tw-placeholder-red-500::-ms-input-placeholder {
    color: #cd150b;
  }

  .tailwind-apply .sm\:tw-placeholder-red-500::placeholder {
    color: #cd150b;
  }

  .tailwind-apply .sm\:tw-placeholder-red-700::-webkit-input-placeholder {
    color: #B41C39;
  }

  .tailwind-apply .sm\:tw-placeholder-red-700::-moz-placeholder {
    color: #B41C39;
  }

  .tailwind-apply .sm\:tw-placeholder-red-700:-ms-input-placeholder {
    color: #B41C39;
  }

  .tailwind-apply .sm\:tw-placeholder-red-700::-ms-input-placeholder {
    color: #B41C39;
  }

  .tailwind-apply .sm\:tw-placeholder-red-700::placeholder {
    color: #B41C39;
  }

  .tailwind-apply .sm\:tw-placeholder-orange-500::-webkit-input-placeholder {
    color: #F4811F;
  }

  .tailwind-apply .sm\:tw-placeholder-orange-500::-moz-placeholder {
    color: #F4811F;
  }

  .tailwind-apply .sm\:tw-placeholder-orange-500:-ms-input-placeholder {
    color: #F4811F;
  }

  .tailwind-apply .sm\:tw-placeholder-orange-500::-ms-input-placeholder {
    color: #F4811F;
  }

  .tailwind-apply .sm\:tw-placeholder-orange-500::placeholder {
    color: #F4811F;
  }

  .tailwind-apply .sm\:tw-placeholder-green-500::-webkit-input-placeholder {
    color: #8BBD58;
  }

  .tailwind-apply .sm\:tw-placeholder-green-500::-moz-placeholder {
    color: #8BBD58;
  }

  .tailwind-apply .sm\:tw-placeholder-green-500:-ms-input-placeholder {
    color: #8BBD58;
  }

  .tailwind-apply .sm\:tw-placeholder-green-500::-ms-input-placeholder {
    color: #8BBD58;
  }

  .tailwind-apply .sm\:tw-placeholder-green-500::placeholder {
    color: #8BBD58;
  }

  .tailwind-apply .sm\:tw-placeholder-blue-100::-webkit-input-placeholder {
    color: #8ecbe1;
  }

  .tailwind-apply .sm\:tw-placeholder-blue-100::-moz-placeholder {
    color: #8ecbe1;
  }

  .tailwind-apply .sm\:tw-placeholder-blue-100:-ms-input-placeholder {
    color: #8ecbe1;
  }

  .tailwind-apply .sm\:tw-placeholder-blue-100::-ms-input-placeholder {
    color: #8ecbe1;
  }

  .tailwind-apply .sm\:tw-placeholder-blue-100::placeholder {
    color: #8ecbe1;
  }

  .tailwind-apply .sm\:tw-placeholder-blue-300::-webkit-input-placeholder {
    color: #6cb2eb;
  }

  .tailwind-apply .sm\:tw-placeholder-blue-300::-moz-placeholder {
    color: #6cb2eb;
  }

  .tailwind-apply .sm\:tw-placeholder-blue-300:-ms-input-placeholder {
    color: #6cb2eb;
  }

  .tailwind-apply .sm\:tw-placeholder-blue-300::-ms-input-placeholder {
    color: #6cb2eb;
  }

  .tailwind-apply .sm\:tw-placeholder-blue-300::placeholder {
    color: #6cb2eb;
  }

  .tailwind-apply .sm\:tw-placeholder-blue-500::-webkit-input-placeholder {
    color: #5486cb;
  }

  .tailwind-apply .sm\:tw-placeholder-blue-500::-moz-placeholder {
    color: #5486cb;
  }

  .tailwind-apply .sm\:tw-placeholder-blue-500:-ms-input-placeholder {
    color: #5486cb;
  }

  .tailwind-apply .sm\:tw-placeholder-blue-500::-ms-input-placeholder {
    color: #5486cb;
  }

  .tailwind-apply .sm\:tw-placeholder-blue-500::placeholder {
    color: #5486cb;
  }

  .tailwind-apply .sm\:tw-placeholder-blue-700::-webkit-input-placeholder {
    color: #2779bd;
  }

  .tailwind-apply .sm\:tw-placeholder-blue-700::-moz-placeholder {
    color: #2779bd;
  }

  .tailwind-apply .sm\:tw-placeholder-blue-700:-ms-input-placeholder {
    color: #2779bd;
  }

  .tailwind-apply .sm\:tw-placeholder-blue-700::-ms-input-placeholder {
    color: #2779bd;
  }

  .tailwind-apply .sm\:tw-placeholder-blue-700::placeholder {
    color: #2779bd;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-transparent:focus::-webkit-input-placeholder {
    color: transparent;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-transparent:focus::-ms-input-placeholder {
    color: transparent;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-black:focus::-webkit-input-placeholder {
    color: #22292f;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-black:focus::-moz-placeholder {
    color: #22292f;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-black:focus:-ms-input-placeholder {
    color: #22292f;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-black:focus::-ms-input-placeholder {
    color: #22292f;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-black:focus::placeholder {
    color: #22292f;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-white:focus::-webkit-input-placeholder {
    color: #fff;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-white:focus::-moz-placeholder {
    color: #fff;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-white:focus:-ms-input-placeholder {
    color: #fff;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-white:focus::-ms-input-placeholder {
    color: #fff;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-white:focus::placeholder {
    color: #fff;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-gray-100:focus::-webkit-input-placeholder {
    color: #faf8f8;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-gray-100:focus::-moz-placeholder {
    color: #faf8f8;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-gray-100:focus:-ms-input-placeholder {
    color: #faf8f8;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-gray-100:focus::-ms-input-placeholder {
    color: #faf8f8;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-gray-100:focus::placeholder {
    color: #faf8f8;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-gray-200:focus::-webkit-input-placeholder {
    color: #f5f4f4;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-gray-200:focus::-moz-placeholder {
    color: #f5f4f4;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-gray-200:focus:-ms-input-placeholder {
    color: #f5f4f4;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-gray-200:focus::-ms-input-placeholder {
    color: #f5f4f4;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-gray-200:focus::placeholder {
    color: #f5f4f4;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-gray-300:focus::-webkit-input-placeholder {
    color: #ebebeb;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-gray-300:focus::-moz-placeholder {
    color: #ebebeb;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-gray-300:focus:-ms-input-placeholder {
    color: #ebebeb;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-gray-300:focus::-ms-input-placeholder {
    color: #ebebeb;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-gray-300:focus::placeholder {
    color: #ebebeb;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-gray-400:focus::-webkit-input-placeholder {
    color: #c6c3c3;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-gray-400:focus::-moz-placeholder {
    color: #c6c3c3;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-gray-400:focus:-ms-input-placeholder {
    color: #c6c3c3;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-gray-400:focus::-ms-input-placeholder {
    color: #c6c3c3;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-gray-400:focus::placeholder {
    color: #c6c3c3;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-gray-500:focus::-webkit-input-placeholder {
    color: #a4a0a0;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-gray-500:focus::-moz-placeholder {
    color: #a4a0a0;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-gray-500:focus:-ms-input-placeholder {
    color: #a4a0a0;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-gray-500:focus::-ms-input-placeholder {
    color: #a4a0a0;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-gray-500:focus::placeholder {
    color: #a4a0a0;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-gray-600:focus::-webkit-input-placeholder {
    color: #7b7777;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-gray-600:focus::-moz-placeholder {
    color: #7b7777;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-gray-600:focus:-ms-input-placeholder {
    color: #7b7777;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-gray-600:focus::-ms-input-placeholder {
    color: #7b7777;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-gray-600:focus::placeholder {
    color: #7b7777;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-gray-700:focus::-webkit-input-placeholder {
    color: #544f4f;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-gray-700:focus::-moz-placeholder {
    color: #544f4f;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-gray-700:focus:-ms-input-placeholder {
    color: #544f4f;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-gray-700:focus::-ms-input-placeholder {
    color: #544f4f;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-gray-700:focus::placeholder {
    color: #544f4f;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-gray-800:focus::-webkit-input-placeholder {
    color: #2E2E38;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-gray-800:focus::-moz-placeholder {
    color: #2E2E38;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-gray-800:focus:-ms-input-placeholder {
    color: #2E2E38;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-gray-800:focus::-ms-input-placeholder {
    color: #2E2E38;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-gray-800:focus::placeholder {
    color: #2E2E38;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-red-500:focus::-webkit-input-placeholder {
    color: #cd150b;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-red-500:focus::-moz-placeholder {
    color: #cd150b;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-red-500:focus:-ms-input-placeholder {
    color: #cd150b;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-red-500:focus::-ms-input-placeholder {
    color: #cd150b;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-red-500:focus::placeholder {
    color: #cd150b;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-red-700:focus::-webkit-input-placeholder {
    color: #B41C39;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-red-700:focus::-moz-placeholder {
    color: #B41C39;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-red-700:focus:-ms-input-placeholder {
    color: #B41C39;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-red-700:focus::-ms-input-placeholder {
    color: #B41C39;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-red-700:focus::placeholder {
    color: #B41C39;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-orange-500:focus::-webkit-input-placeholder {
    color: #F4811F;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-orange-500:focus::-moz-placeholder {
    color: #F4811F;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-orange-500:focus:-ms-input-placeholder {
    color: #F4811F;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-orange-500:focus::-ms-input-placeholder {
    color: #F4811F;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-orange-500:focus::placeholder {
    color: #F4811F;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-green-500:focus::-webkit-input-placeholder {
    color: #8BBD58;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-green-500:focus::-moz-placeholder {
    color: #8BBD58;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-green-500:focus:-ms-input-placeholder {
    color: #8BBD58;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-green-500:focus::-ms-input-placeholder {
    color: #8BBD58;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-green-500:focus::placeholder {
    color: #8BBD58;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-blue-100:focus::-webkit-input-placeholder {
    color: #8ecbe1;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-blue-100:focus::-moz-placeholder {
    color: #8ecbe1;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-blue-100:focus:-ms-input-placeholder {
    color: #8ecbe1;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-blue-100:focus::-ms-input-placeholder {
    color: #8ecbe1;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-blue-100:focus::placeholder {
    color: #8ecbe1;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-blue-300:focus::-webkit-input-placeholder {
    color: #6cb2eb;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-blue-300:focus::-moz-placeholder {
    color: #6cb2eb;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-blue-300:focus:-ms-input-placeholder {
    color: #6cb2eb;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-blue-300:focus::-ms-input-placeholder {
    color: #6cb2eb;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-blue-300:focus::placeholder {
    color: #6cb2eb;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-blue-500:focus::-webkit-input-placeholder {
    color: #5486cb;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-blue-500:focus::-moz-placeholder {
    color: #5486cb;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-blue-500:focus:-ms-input-placeholder {
    color: #5486cb;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-blue-500:focus::-ms-input-placeholder {
    color: #5486cb;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-blue-500:focus::placeholder {
    color: #5486cb;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-blue-700:focus::-webkit-input-placeholder {
    color: #2779bd;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-blue-700:focus::-moz-placeholder {
    color: #2779bd;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-blue-700:focus:-ms-input-placeholder {
    color: #2779bd;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-blue-700:focus::-ms-input-placeholder {
    color: #2779bd;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-blue-700:focus::placeholder {
    color: #2779bd;
  }

  .tailwind-apply .sm\:tw-static {
    position: static;
  }

  .tailwind-apply .sm\:tw-fixed {
    position: fixed;
  }

  .tailwind-apply .sm\:tw-absolute {
    position: absolute;
  }

  .tailwind-apply .sm\:tw-relative {
    position: relative;
  }

  .tailwind-apply .sm\:tw-sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .tailwind-apply .sm\:tw-inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .tailwind-apply .sm\:tw-inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .tailwind-apply .sm\:tw-inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .tailwind-apply .sm\:tw-inset-x-0 {
    right: 0;
    left: 0;
  }

  .tailwind-apply .sm\:tw-inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .tailwind-apply .sm\:tw-inset-x-auto {
    right: auto;
    left: auto;
  }

  .tailwind-apply .sm\:tw-top-0 {
    top: 0;
  }

  .tailwind-apply .sm\:tw-right-0 {
    right: 0;
  }

  .tailwind-apply .sm\:tw-bottom-0 {
    bottom: 0;
  }

  .tailwind-apply .sm\:tw-left-0 {
    left: 0;
  }

  .tailwind-apply .sm\:tw-top-auto {
    top: auto;
  }

  .tailwind-apply .sm\:tw-right-auto {
    right: auto;
  }

  .tailwind-apply .sm\:tw-bottom-auto {
    bottom: auto;
  }

  .tailwind-apply .sm\:tw-left-auto {
    left: auto;
  }

  .tailwind-apply .sm\:tw-shadow {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
  }

  .tailwind-apply .sm\:tw-shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
  }

  .tailwind-apply .sm\:tw-shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
  }

  .tailwind-apply .sm\:tw-shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
  }

  .tailwind-apply .sm\:tw-shadow-none {
    box-shadow: none;
  }

  .tailwind-apply .sm\:tw-text-left {
    text-align: left;
  }

  .tailwind-apply .sm\:tw-text-center {
    text-align: center;
  }

  .tailwind-apply .sm\:tw-text-right {
    text-align: right;
  }

  .tailwind-apply .sm\:tw-text-justify {
    text-align: justify;
  }

  .tailwind-apply .sm\:tw-text-transparent {
    color: transparent;
  }

  .tailwind-apply .sm\:tw-text-black {
    color: #22292f;
  }

  .tailwind-apply .sm\:tw-text-white {
    color: #fff;
  }

  .tailwind-apply .sm\:tw-text-gray-100 {
    color: #faf8f8;
  }

  .tailwind-apply .sm\:tw-text-gray-200 {
    color: #f5f4f4;
  }

  .tailwind-apply .sm\:tw-text-gray-300 {
    color: #ebebeb;
  }

  .tailwind-apply .sm\:tw-text-gray-400 {
    color: #c6c3c3;
  }

  .tailwind-apply .sm\:tw-text-gray-500 {
    color: #a4a0a0;
  }

  .tailwind-apply .sm\:tw-text-gray-600 {
    color: #7b7777;
  }

  .tailwind-apply .sm\:tw-text-gray-700 {
    color: #544f4f;
  }

  .tailwind-apply .sm\:tw-text-gray-800 {
    color: #2E2E38;
  }

  .tailwind-apply .sm\:tw-text-red-500 {
    color: #cd150b;
  }

  .tailwind-apply .sm\:tw-text-red-700 {
    color: #B41C39;
  }

  .tailwind-apply .sm\:tw-text-orange-500 {
    color: #F4811F;
  }

  .tailwind-apply .sm\:tw-text-green-500 {
    color: #8BBD58;
  }

  .tailwind-apply .sm\:tw-text-blue-100 {
    color: #8ecbe1;
  }

  .tailwind-apply .sm\:tw-text-blue-300 {
    color: #6cb2eb;
  }

  .tailwind-apply .sm\:tw-text-blue-500 {
    color: #5486cb;
  }

  .tailwind-apply .sm\:tw-text-blue-700 {
    color: #2779bd;
  }

  .tailwind-apply .sm\:hover\:tw-text-transparent:hover {
    color: transparent;
  }

  .tailwind-apply .sm\:hover\:tw-text-black:hover {
    color: #22292f;
  }

  .tailwind-apply .sm\:hover\:tw-text-white:hover {
    color: #fff;
  }

  .tailwind-apply .sm\:hover\:tw-text-gray-100:hover {
    color: #faf8f8;
  }

  .tailwind-apply .sm\:hover\:tw-text-gray-200:hover {
    color: #f5f4f4;
  }

  .tailwind-apply .sm\:hover\:tw-text-gray-300:hover {
    color: #ebebeb;
  }

  .tailwind-apply .sm\:hover\:tw-text-gray-400:hover {
    color: #c6c3c3;
  }

  .tailwind-apply .sm\:hover\:tw-text-gray-500:hover {
    color: #a4a0a0;
  }

  .tailwind-apply .sm\:hover\:tw-text-gray-600:hover {
    color: #7b7777;
  }

  .tailwind-apply .sm\:hover\:tw-text-gray-700:hover {
    color: #544f4f;
  }

  .tailwind-apply .sm\:hover\:tw-text-gray-800:hover {
    color: #2E2E38;
  }

  .tailwind-apply .sm\:hover\:tw-text-red-500:hover {
    color: #cd150b;
  }

  .tailwind-apply .sm\:hover\:tw-text-red-700:hover {
    color: #B41C39;
  }

  .tailwind-apply .sm\:hover\:tw-text-orange-500:hover {
    color: #F4811F;
  }

  .tailwind-apply .sm\:hover\:tw-text-green-500:hover {
    color: #8BBD58;
  }

  .tailwind-apply .sm\:hover\:tw-text-blue-100:hover {
    color: #8ecbe1;
  }

  .tailwind-apply .sm\:hover\:tw-text-blue-300:hover {
    color: #6cb2eb;
  }

  .tailwind-apply .sm\:hover\:tw-text-blue-500:hover {
    color: #5486cb;
  }

  .tailwind-apply .sm\:hover\:tw-text-blue-700:hover {
    color: #2779bd;
  }

  .tailwind-apply .sm\:tw-text-xs {
    font-size: 0.75rem;
  }

  .tailwind-apply .sm\:tw-text-sm {
    font-size: 0.875rem;
  }

  .tailwind-apply .sm\:tw-text-base {
    font-size: 1rem;
  }

  .tailwind-apply .sm\:tw-text-lg {
    font-size: 1.125rem;
  }

  .tailwind-apply .sm\:tw-text-xl {
    font-size: 1.25rem;
  }

  .tailwind-apply .sm\:tw-text-2xl {
    font-size: 1.5rem;
  }

  .tailwind-apply .sm\:tw-text-3xl {
    font-size: 1.875rem;
  }

  .tailwind-apply .sm\:tw-text-4xl {
    font-size: 2.25rem;
  }

  .tailwind-apply .sm\:tw-text-5xl {
    font-size: 3rem;
  }

  .tailwind-apply .sm\:tw-text-6xl {
    font-size: 4rem;
  }

  .tailwind-apply .sm\:tw-italic {
    font-style: italic;
  }

  .tailwind-apply .sm\:tw-not-italic {
    font-style: normal;
  }

  .tailwind-apply .sm\:tw-uppercase {
    text-transform: uppercase;
  }

  .tailwind-apply .sm\:tw-lowercase {
    text-transform: lowercase;
  }

  .tailwind-apply .sm\:tw-capitalize {
    text-transform: capitalize;
  }

  .tailwind-apply .sm\:tw-normal-case {
    text-transform: none;
  }

  .tailwind-apply .sm\:tw-underline {
    text-decoration: underline;
  }

  .tailwind-apply .sm\:tw-line-through {
    text-decoration: line-through;
  }

  .tailwind-apply .sm\:tw-no-underline {
    text-decoration: none;
  }

  .tailwind-apply .sm\:hover\:tw-underline:hover {
    text-decoration: underline;
  }

  .tailwind-apply .sm\:hover\:tw-line-through:hover {
    text-decoration: line-through;
  }

  .tailwind-apply .sm\:hover\:tw-no-underline:hover {
    text-decoration: none;
  }

  .tailwind-apply .sm\:tw-align-baseline {
    vertical-align: baseline;
  }

  .tailwind-apply .sm\:tw-align-top {
    vertical-align: top;
  }

  .tailwind-apply .sm\:tw-align-middle {
    vertical-align: middle;
  }

  .tailwind-apply .sm\:tw-align-bottom {
    vertical-align: bottom;
  }

  .tailwind-apply .sm\:tw-align-text-top {
    vertical-align: text-top;
  }

  .tailwind-apply .sm\:tw-align-text-bottom {
    vertical-align: text-bottom;
  }

  .tailwind-apply .sm\:tw-visible {
    visibility: visible;
  }

  .tailwind-apply .sm\:tw-invisible {
    visibility: hidden;
  }

  .tailwind-apply .sm\:tw-break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .tailwind-apply .sm\:tw-break-words {
    overflow-wrap: break-word;
  }

  .tailwind-apply .sm\:tw-break-all {
    word-break: break-all;
  }

  .tailwind-apply .sm\:tw-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .tailwind-apply .sm\:tw-w-16 {
    width: 16px;
  }

  .tailwind-apply .sm\:tw-w-24 {
    width: 24px;
  }

  .tailwind-apply .sm\:tw-w-32 {
    width: 32px;
  }

  .tailwind-apply .sm\:tw-w-40 {
    width: 40px;
  }

  .tailwind-apply .sm\:tw-w-48 {
    width: 48px;
  }

  .tailwind-apply .sm\:tw-w-60 {
    width: 60px;
  }

  .tailwind-apply .sm\:tw-w-80 {
    width: 80px;
  }

  .tailwind-apply .sm\:tw-w-100 {
    width: 100px;
  }

  .tailwind-apply .sm\:tw-w-180 {
    width: 180px;
  }

  .tailwind-apply .sm\:tw-w-240 {
    width: 240px;
  }

  .tailwind-apply .sm\:tw-w-280 {
    width: 280px;
  }

  .tailwind-apply .sm\:tw-w-300 {
    width: 300px;
  }

  .tailwind-apply .sm\:tw-w-320 {
    width: 320px;
  }

  .tailwind-apply .sm\:tw-w-360 {
    width: 360px;
  }

  .tailwind-apply .sm\:tw-w-400 {
    width: 400px;
  }

  .tailwind-apply .sm\:tw-w-480 {
    width: 480px;
  }

  .tailwind-apply .sm\:tw-w-560 {
    width: 560px;
  }

  .tailwind-apply .sm\:tw-w-640 {
    width: 640px;
  }

  .tailwind-apply .sm\:tw-w-720 {
    width: 720px;
  }

  .tailwind-apply .sm\:tw-w-800 {
    width: 800px;
  }

  .tailwind-apply .sm\:tw-w-auto {
    width: auto;
  }

  .tailwind-apply .sm\:tw-w-px {
    width: 1px;
  }

  .tailwind-apply .sm\:tw-w-1\/2 {
    width: 50%;
  }

  .tailwind-apply .sm\:tw-w-1\/3 {
    width: 33.33333%;
  }

  .tailwind-apply .sm\:tw-w-2\/3 {
    width: 66.66667%;
  }

  .tailwind-apply .sm\:tw-w-1\/4 {
    width: 25%;
  }

  .tailwind-apply .sm\:tw-w-3\/4 {
    width: 75%;
  }

  .tailwind-apply .sm\:tw-w-1\/5 {
    width: 20%;
  }

  .tailwind-apply .sm\:tw-w-2\/5 {
    width: 40%;
  }

  .tailwind-apply .sm\:tw-w-3\/5 {
    width: 60%;
  }

  .tailwind-apply .sm\:tw-w-4\/5 {
    width: 80%;
  }

  .tailwind-apply .sm\:tw-w-1\/6 {
    width: 16.66667%;
  }

  .tailwind-apply .sm\:tw-w-5\/6 {
    width: 83.33333%;
  }

  .tailwind-apply .sm\:tw-w-full {
    width: 100%;
  }

  .tailwind-apply .sm\:tw-w-screen {
    width: 100vw;
  }

  .tailwind-apply .sm\:tw-z-0 {
    z-index: 0;
  }

  .tailwind-apply .sm\:tw-z-10 {
    z-index: 10;
  }

  .tailwind-apply .sm\:tw-z-20 {
    z-index: 20;
  }

  .tailwind-apply .sm\:tw-z-30 {
    z-index: 30;
  }

  .tailwind-apply .sm\:tw-z-40 {
    z-index: 40;
  }

  .tailwind-apply .sm\:tw-z-50 {
    z-index: 50;
  }

  .tailwind-apply .sm\:tw-z-auto {
    z-index: auto;
  }
}

@media (min-width: 768px) {
  .tailwind-apply .md\:tw-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .tailwind-apply .md\:tw-not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .tailwind-apply .md\:focus\:tw-sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .tailwind-apply .md\:focus\:tw-not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .tailwind-apply .md\:tw-bg-transparent {
    background-color: transparent;
  }

  .tailwind-apply .md\:tw-bg-black {
    background-color: #22292f;
  }

  .tailwind-apply .md\:tw-bg-white {
    background-color: #fff;
  }

  .tailwind-apply .md\:tw-bg-gray-100 {
    background-color: #faf8f8;
  }

  .tailwind-apply .md\:tw-bg-gray-200 {
    background-color: #f5f4f4;
  }

  .tailwind-apply .md\:tw-bg-gray-300 {
    background-color: #ebebeb;
  }

  .tailwind-apply .md\:tw-bg-gray-400 {
    background-color: #c6c3c3;
  }

  .tailwind-apply .md\:tw-bg-gray-500 {
    background-color: #a4a0a0;
  }

  .tailwind-apply .md\:tw-bg-gray-600 {
    background-color: #7b7777;
  }

  .tailwind-apply .md\:tw-bg-gray-700 {
    background-color: #544f4f;
  }

  .tailwind-apply .md\:tw-bg-gray-800 {
    background-color: #2E2E38;
  }

  .tailwind-apply .md\:tw-bg-red-500 {
    background-color: #cd150b;
  }

  .tailwind-apply .md\:tw-bg-red-700 {
    background-color: #B41C39;
  }

  .tailwind-apply .md\:tw-bg-orange-500 {
    background-color: #F4811F;
  }

  .tailwind-apply .md\:tw-bg-green-500 {
    background-color: #8BBD58;
  }

  .tailwind-apply .md\:tw-bg-blue-100 {
    background-color: #8ecbe1;
  }

  .tailwind-apply .md\:tw-bg-blue-300 {
    background-color: #6cb2eb;
  }

  .tailwind-apply .md\:tw-bg-blue-500 {
    background-color: #5486cb;
  }

  .tailwind-apply .md\:tw-bg-blue-700 {
    background-color: #2779bd;
  }

  .tailwind-apply .md\:hover\:tw-bg-transparent:hover {
    background-color: transparent;
  }

  .tailwind-apply .md\:hover\:tw-bg-black:hover {
    background-color: #22292f;
  }

  .tailwind-apply .md\:hover\:tw-bg-white:hover {
    background-color: #fff;
  }

  .tailwind-apply .md\:hover\:tw-bg-gray-100:hover {
    background-color: #faf8f8;
  }

  .tailwind-apply .md\:hover\:tw-bg-gray-200:hover {
    background-color: #f5f4f4;
  }

  .tailwind-apply .md\:hover\:tw-bg-gray-300:hover {
    background-color: #ebebeb;
  }

  .tailwind-apply .md\:hover\:tw-bg-gray-400:hover {
    background-color: #c6c3c3;
  }

  .tailwind-apply .md\:hover\:tw-bg-gray-500:hover {
    background-color: #a4a0a0;
  }

  .tailwind-apply .md\:hover\:tw-bg-gray-600:hover {
    background-color: #7b7777;
  }

  .tailwind-apply .md\:hover\:tw-bg-gray-700:hover {
    background-color: #544f4f;
  }

  .tailwind-apply .md\:hover\:tw-bg-gray-800:hover {
    background-color: #2E2E38;
  }

  .tailwind-apply .md\:hover\:tw-bg-red-500:hover {
    background-color: #cd150b;
  }

  .tailwind-apply .md\:hover\:tw-bg-red-700:hover {
    background-color: #B41C39;
  }

  .tailwind-apply .md\:hover\:tw-bg-orange-500:hover {
    background-color: #F4811F;
  }

  .tailwind-apply .md\:hover\:tw-bg-green-500:hover {
    background-color: #8BBD58;
  }

  .tailwind-apply .md\:hover\:tw-bg-blue-100:hover {
    background-color: #8ecbe1;
  }

  .tailwind-apply .md\:hover\:tw-bg-blue-300:hover {
    background-color: #6cb2eb;
  }

  .tailwind-apply .md\:hover\:tw-bg-blue-500:hover {
    background-color: #5486cb;
  }

  .tailwind-apply .md\:hover\:tw-bg-blue-700:hover {
    background-color: #2779bd;
  }

  .tailwind-apply .md\:tw-bg-bottom {
    background-position: bottom;
  }

  .tailwind-apply .md\:tw-bg-center {
    background-position: center;
  }

  .tailwind-apply .md\:tw-bg-left {
    background-position: left;
  }

  .tailwind-apply .md\:tw-bg-left-bottom {
    background-position: left bottom;
  }

  .tailwind-apply .md\:tw-bg-left-top {
    background-position: left top;
  }

  .tailwind-apply .md\:tw-bg-right {
    background-position: right;
  }

  .tailwind-apply .md\:tw-bg-right-bottom {
    background-position: right bottom;
  }

  .tailwind-apply .md\:tw-bg-right-top {
    background-position: right top;
  }

  .tailwind-apply .md\:tw-bg-top {
    background-position: top;
  }

  .tailwind-apply .md\:tw-bg-repeat {
    background-repeat: repeat;
  }

  .tailwind-apply .md\:tw-bg-no-repeat {
    background-repeat: no-repeat;
  }

  .tailwind-apply .md\:tw-bg-repeat-x {
    background-repeat: repeat-x;
  }

  .tailwind-apply .md\:tw-bg-repeat-y {
    background-repeat: repeat-y;
  }

  .tailwind-apply .md\:tw-bg-repeat-round {
    background-repeat: round;
  }

  .tailwind-apply .md\:tw-bg-repeat-space {
    background-repeat: space;
  }

  .tailwind-apply .md\:tw-bg-auto {
    background-size: auto;
  }

  .tailwind-apply .md\:tw-bg-cover {
    background-size: cover;
  }

  .tailwind-apply .md\:tw-bg-contain {
    background-size: contain;
  }

  .tailwind-apply .md\:tw-border-collapse {
    border-collapse: collapse;
  }

  .tailwind-apply .md\:tw-border-separate {
    border-collapse: separate;
  }

  .tailwind-apply .md\:tw-border-transparent {
    border-color: transparent;
  }

  .tailwind-apply .md\:tw-border-black {
    border-color: #22292f;
  }

  .tailwind-apply .md\:tw-border-white {
    border-color: #fff;
  }

  .tailwind-apply .md\:tw-border-gray-100 {
    border-color: #faf8f8;
  }

  .tailwind-apply .md\:tw-border-gray-200 {
    border-color: #f5f4f4;
  }

  .tailwind-apply .md\:tw-border-gray-300 {
    border-color: #ebebeb;
  }

  .tailwind-apply .md\:tw-border-gray-400 {
    border-color: #c6c3c3;
  }

  .tailwind-apply .md\:tw-border-gray-500 {
    border-color: #a4a0a0;
  }

  .tailwind-apply .md\:tw-border-gray-600 {
    border-color: #7b7777;
  }

  .tailwind-apply .md\:tw-border-gray-700 {
    border-color: #544f4f;
  }

  .tailwind-apply .md\:tw-border-gray-800 {
    border-color: #2E2E38;
  }

  .tailwind-apply .md\:tw-border-red-500 {
    border-color: #cd150b;
  }

  .tailwind-apply .md\:tw-border-red-700 {
    border-color: #B41C39;
  }

  .tailwind-apply .md\:tw-border-orange-500 {
    border-color: #F4811F;
  }

  .tailwind-apply .md\:tw-border-green-500 {
    border-color: #8BBD58;
  }

  .tailwind-apply .md\:tw-border-blue-100 {
    border-color: #8ecbe1;
  }

  .tailwind-apply .md\:tw-border-blue-300 {
    border-color: #6cb2eb;
  }

  .tailwind-apply .md\:tw-border-blue-500 {
    border-color: #5486cb;
  }

  .tailwind-apply .md\:tw-border-blue-700 {
    border-color: #2779bd;
  }

  .tailwind-apply .md\:hover\:tw-border-transparent:hover {
    border-color: transparent;
  }

  .tailwind-apply .md\:hover\:tw-border-black:hover {
    border-color: #22292f;
  }

  .tailwind-apply .md\:hover\:tw-border-white:hover {
    border-color: #fff;
  }

  .tailwind-apply .md\:hover\:tw-border-gray-100:hover {
    border-color: #faf8f8;
  }

  .tailwind-apply .md\:hover\:tw-border-gray-200:hover {
    border-color: #f5f4f4;
  }

  .tailwind-apply .md\:hover\:tw-border-gray-300:hover {
    border-color: #ebebeb;
  }

  .tailwind-apply .md\:hover\:tw-border-gray-400:hover {
    border-color: #c6c3c3;
  }

  .tailwind-apply .md\:hover\:tw-border-gray-500:hover {
    border-color: #a4a0a0;
  }

  .tailwind-apply .md\:hover\:tw-border-gray-600:hover {
    border-color: #7b7777;
  }

  .tailwind-apply .md\:hover\:tw-border-gray-700:hover {
    border-color: #544f4f;
  }

  .tailwind-apply .md\:hover\:tw-border-gray-800:hover {
    border-color: #2E2E38;
  }

  .tailwind-apply .md\:hover\:tw-border-red-500:hover {
    border-color: #cd150b;
  }

  .tailwind-apply .md\:hover\:tw-border-red-700:hover {
    border-color: #B41C39;
  }

  .tailwind-apply .md\:hover\:tw-border-orange-500:hover {
    border-color: #F4811F;
  }

  .tailwind-apply .md\:hover\:tw-border-green-500:hover {
    border-color: #8BBD58;
  }

  .tailwind-apply .md\:hover\:tw-border-blue-100:hover {
    border-color: #8ecbe1;
  }

  .tailwind-apply .md\:hover\:tw-border-blue-300:hover {
    border-color: #6cb2eb;
  }

  .tailwind-apply .md\:hover\:tw-border-blue-500:hover {
    border-color: #5486cb;
  }

  .tailwind-apply .md\:hover\:tw-border-blue-700:hover {
    border-color: #2779bd;
  }

  .tailwind-apply .md\:tw-block {
    display: block;
  }

  .tailwind-apply .md\:tw-inline-block {
    display: inline-block;
  }

  .tailwind-apply .md\:tw-inline {
    display: inline;
  }

  .tailwind-apply .md\:tw-flex {
    display: -webkit-box;
    display: flex;
  }

  .tailwind-apply .md\:tw-inline-flex {
    display: -webkit-inline-box;
    display: inline-flex;
  }

  .tailwind-apply .md\:tw-table {
    display: table;
  }

  .tailwind-apply .md\:tw-table-row {
    display: table-row;
  }

  .tailwind-apply .md\:tw-table-cell {
    display: table-cell;
  }

  .tailwind-apply .md\:tw-hidden {
    display: none;
  }

  .tailwind-apply .md\:tw-flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .tailwind-apply .md\:tw-flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .tailwind-apply .md\:tw-flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .tailwind-apply .md\:tw-flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .tailwind-apply .md\:tw-flex-wrap {
    flex-wrap: wrap;
  }

  .tailwind-apply .md\:tw-flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .tailwind-apply .md\:tw-flex-no-wrap {
    flex-wrap: nowrap;
  }

  .tailwind-apply .md\:tw-items-start {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .tailwind-apply .md\:tw-items-end {
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .tailwind-apply .md\:tw-items-center {
    -webkit-box-align: center;
            align-items: center;
  }

  .tailwind-apply .md\:tw-items-baseline {
    -webkit-box-align: baseline;
            align-items: baseline;
  }

  .tailwind-apply .md\:tw-items-stretch {
    -webkit-box-align: stretch;
            align-items: stretch;
  }

  .tailwind-apply .md\:tw-self-auto {
    align-self: auto;
  }

  .tailwind-apply .md\:tw-self-start {
    align-self: flex-start;
  }

  .tailwind-apply .md\:tw-self-end {
    align-self: flex-end;
  }

  .tailwind-apply .md\:tw-self-center {
    align-self: center;
  }

  .tailwind-apply .md\:tw-self-stretch {
    align-self: stretch;
  }

  .tailwind-apply .md\:tw-justify-start {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .tailwind-apply .md\:tw-justify-end {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }

  .tailwind-apply .md\:tw-justify-center {
    -webkit-box-pack: center;
            justify-content: center;
  }

  .tailwind-apply .md\:tw-justify-between {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .tailwind-apply .md\:tw-justify-around {
    justify-content: space-around;
  }

  .tailwind-apply .md\:tw-content-center {
    align-content: center;
  }

  .tailwind-apply .md\:tw-content-start {
    align-content: flex-start;
  }

  .tailwind-apply .md\:tw-content-end {
    align-content: flex-end;
  }

  .tailwind-apply .md\:tw-content-between {
    align-content: space-between;
  }

  .tailwind-apply .md\:tw-content-around {
    align-content: space-around;
  }

  .tailwind-apply .md\:tw-flex-1 {
    -webkit-box-flex: 1;
            flex: 1 1 0%;
  }

  .tailwind-apply .md\:tw-flex-auto {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

  .tailwind-apply .md\:tw-flex-initial {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
  }

  .tailwind-apply .md\:tw-flex-none {
    -webkit-box-flex: 0;
            flex: none;
  }

  .tailwind-apply .md\:tw-flex-grow-0 {
    -webkit-box-flex: 0;
            flex-grow: 0;
  }

  .tailwind-apply .md\:tw-flex-grow {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .tailwind-apply .md\:tw-flex-shrink-0 {
    flex-shrink: 0;
  }

  .tailwind-apply .md\:tw-flex-shrink {
    flex-shrink: 1;
  }

  .tailwind-apply .md\:tw-float-right {
    float: right;
  }

  .tailwind-apply .md\:tw-float-left {
    float: left;
  }

  .tailwind-apply .md\:tw-float-none {
    float: none;
  }

  .tailwind-apply .md\:tw-clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .tailwind-apply .md\:tw-font-sans {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .tailwind-apply .md\:tw-font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .tailwind-apply .md\:tw-font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .tailwind-apply .md\:tw-font-heading {
    font-family: "Open Sans", sans-serif;
  }

  .tailwind-apply .md\:tw-font-icon {
    font-family: booster;
  }

  .tailwind-apply .md\:tw-leading-none {
    line-height: 1;
  }

  .tailwind-apply .md\:tw-leading-tight {
    line-height: 1.25;
  }

  .tailwind-apply .md\:tw-leading-snug {
    line-height: 1.375;
  }

  .tailwind-apply .md\:tw-leading-normal {
    line-height: 1.5;
  }

  .tailwind-apply .md\:tw-leading-relaxed {
    line-height: 1.625;
  }

  .tailwind-apply .md\:tw-leading-loose {
    line-height: 2;
  }

  .tailwind-apply .md\:tw-m-0 {
    margin: 0;
  }

  .tailwind-apply .md\:tw-m-1 {
    margin: 0.25rem;
  }

  .tailwind-apply .md\:tw-m-2 {
    margin: 0.5rem;
  }

  .tailwind-apply .md\:tw-m-3 {
    margin: 0.75rem;
  }

  .tailwind-apply .md\:tw-m-4 {
    margin: 1rem;
  }

  .tailwind-apply .md\:tw-m-5 {
    margin: 1.25rem;
  }

  .tailwind-apply .md\:tw-m-6 {
    margin: 1.5rem;
  }

  .tailwind-apply .md\:tw-m-7 {
    margin: 1.875rem;
  }

  .tailwind-apply .md\:tw-m-8 {
    margin: 2.25rem;
  }

  .tailwind-apply .md\:tw-m-10 {
    margin: 3rem;
  }

  .tailwind-apply .md\:tw-m-12 {
    margin: 4rem;
  }

  .tailwind-apply .md\:tw-m-14 {
    margin: 5rem;
  }

  .tailwind-apply .md\:tw-m-auto {
    margin: auto;
  }

  .tailwind-apply .md\:tw-m-px {
    margin: 1px;
  }

  .tailwind-apply .md\:tw--m-1 {
    margin: -0.25rem;
  }

  .tailwind-apply .md\:tw--m-2 {
    margin: -0.5rem;
  }

  .tailwind-apply .md\:tw--m-3 {
    margin: -0.75rem;
  }

  .tailwind-apply .md\:tw--m-4 {
    margin: -1rem;
  }

  .tailwind-apply .md\:tw--m-5 {
    margin: -1.25rem;
  }

  .tailwind-apply .md\:tw--m-6 {
    margin: -1.5rem;
  }

  .tailwind-apply .md\:tw--m-7 {
    margin: -1.875rem;
  }

  .tailwind-apply .md\:tw--m-8 {
    margin: -2.25rem;
  }

  .tailwind-apply .md\:tw--m-10 {
    margin: -3rem;
  }

  .tailwind-apply .md\:tw--m-12 {
    margin: -4rem;
  }

  .tailwind-apply .md\:tw--m-14 {
    margin: -5rem;
  }

  .tailwind-apply .md\:tw--m-px {
    margin: -1px;
  }

  .tailwind-apply .md\:tw-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .tailwind-apply .md\:tw-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .tailwind-apply .md\:tw-my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .tailwind-apply .md\:tw-mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .tailwind-apply .md\:tw-my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .tailwind-apply .md\:tw-mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .tailwind-apply .md\:tw-my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .tailwind-apply .md\:tw-mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .tailwind-apply .md\:tw-my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .tailwind-apply .md\:tw-mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .tailwind-apply .md\:tw-my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .tailwind-apply .md\:tw-mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .tailwind-apply .md\:tw-my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .tailwind-apply .md\:tw-mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .tailwind-apply .md\:tw-my-7 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .tailwind-apply .md\:tw-mx-7 {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .tailwind-apply .md\:tw-my-8 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .tailwind-apply .md\:tw-mx-8 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .tailwind-apply .md\:tw-my-10 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .tailwind-apply .md\:tw-mx-10 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .tailwind-apply .md\:tw-my-12 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .tailwind-apply .md\:tw-mx-12 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .tailwind-apply .md\:tw-my-14 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .tailwind-apply .md\:tw-mx-14 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .tailwind-apply .md\:tw-my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .tailwind-apply .md\:tw-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .tailwind-apply .md\:tw-my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .tailwind-apply .md\:tw-mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .tailwind-apply .md\:tw--my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .tailwind-apply .md\:tw--mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .tailwind-apply .md\:tw--my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .tailwind-apply .md\:tw--mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .tailwind-apply .md\:tw--my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .tailwind-apply .md\:tw--mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .tailwind-apply .md\:tw--my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .tailwind-apply .md\:tw--mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .tailwind-apply .md\:tw--my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .tailwind-apply .md\:tw--mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .tailwind-apply .md\:tw--my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .tailwind-apply .md\:tw--mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .tailwind-apply .md\:tw--my-7 {
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .tailwind-apply .md\:tw--mx-7 {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .tailwind-apply .md\:tw--my-8 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .tailwind-apply .md\:tw--mx-8 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .tailwind-apply .md\:tw--my-10 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .tailwind-apply .md\:tw--mx-10 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .tailwind-apply .md\:tw--my-12 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .tailwind-apply .md\:tw--mx-12 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .tailwind-apply .md\:tw--my-14 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .tailwind-apply .md\:tw--mx-14 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .tailwind-apply .md\:tw--my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .tailwind-apply .md\:tw--mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .tailwind-apply .md\:tw-mt-0 {
    margin-top: 0;
  }

  .tailwind-apply .md\:tw-mr-0 {
    margin-right: 0;
  }

  .tailwind-apply .md\:tw-mb-0 {
    margin-bottom: 0;
  }

  .tailwind-apply .md\:tw-ml-0 {
    margin-left: 0;
  }

  .tailwind-apply .md\:tw-mt-1 {
    margin-top: 0.25rem;
  }

  .tailwind-apply .md\:tw-mr-1 {
    margin-right: 0.25rem;
  }

  .tailwind-apply .md\:tw-mb-1 {
    margin-bottom: 0.25rem;
  }

  .tailwind-apply .md\:tw-ml-1 {
    margin-left: 0.25rem;
  }

  .tailwind-apply .md\:tw-mt-2 {
    margin-top: 0.5rem;
  }

  .tailwind-apply .md\:tw-mr-2 {
    margin-right: 0.5rem;
  }

  .tailwind-apply .md\:tw-mb-2 {
    margin-bottom: 0.5rem;
  }

  .tailwind-apply .md\:tw-ml-2 {
    margin-left: 0.5rem;
  }

  .tailwind-apply .md\:tw-mt-3 {
    margin-top: 0.75rem;
  }

  .tailwind-apply .md\:tw-mr-3 {
    margin-right: 0.75rem;
  }

  .tailwind-apply .md\:tw-mb-3 {
    margin-bottom: 0.75rem;
  }

  .tailwind-apply .md\:tw-ml-3 {
    margin-left: 0.75rem;
  }

  .tailwind-apply .md\:tw-mt-4 {
    margin-top: 1rem;
  }

  .tailwind-apply .md\:tw-mr-4 {
    margin-right: 1rem;
  }

  .tailwind-apply .md\:tw-mb-4 {
    margin-bottom: 1rem;
  }

  .tailwind-apply .md\:tw-ml-4 {
    margin-left: 1rem;
  }

  .tailwind-apply .md\:tw-mt-5 {
    margin-top: 1.25rem;
  }

  .tailwind-apply .md\:tw-mr-5 {
    margin-right: 1.25rem;
  }

  .tailwind-apply .md\:tw-mb-5 {
    margin-bottom: 1.25rem;
  }

  .tailwind-apply .md\:tw-ml-5 {
    margin-left: 1.25rem;
  }

  .tailwind-apply .md\:tw-mt-6 {
    margin-top: 1.5rem;
  }

  .tailwind-apply .md\:tw-mr-6 {
    margin-right: 1.5rem;
  }

  .tailwind-apply .md\:tw-mb-6 {
    margin-bottom: 1.5rem;
  }

  .tailwind-apply .md\:tw-ml-6 {
    margin-left: 1.5rem;
  }

  .tailwind-apply .md\:tw-mt-7 {
    margin-top: 1.875rem;
  }

  .tailwind-apply .md\:tw-mr-7 {
    margin-right: 1.875rem;
  }

  .tailwind-apply .md\:tw-mb-7 {
    margin-bottom: 1.875rem;
  }

  .tailwind-apply .md\:tw-ml-7 {
    margin-left: 1.875rem;
  }

  .tailwind-apply .md\:tw-mt-8 {
    margin-top: 2.25rem;
  }

  .tailwind-apply .md\:tw-mr-8 {
    margin-right: 2.25rem;
  }

  .tailwind-apply .md\:tw-mb-8 {
    margin-bottom: 2.25rem;
  }

  .tailwind-apply .md\:tw-ml-8 {
    margin-left: 2.25rem;
  }

  .tailwind-apply .md\:tw-mt-10 {
    margin-top: 3rem;
  }

  .tailwind-apply .md\:tw-mr-10 {
    margin-right: 3rem;
  }

  .tailwind-apply .md\:tw-mb-10 {
    margin-bottom: 3rem;
  }

  .tailwind-apply .md\:tw-ml-10 {
    margin-left: 3rem;
  }

  .tailwind-apply .md\:tw-mt-12 {
    margin-top: 4rem;
  }

  .tailwind-apply .md\:tw-mr-12 {
    margin-right: 4rem;
  }

  .tailwind-apply .md\:tw-mb-12 {
    margin-bottom: 4rem;
  }

  .tailwind-apply .md\:tw-ml-12 {
    margin-left: 4rem;
  }

  .tailwind-apply .md\:tw-mt-14 {
    margin-top: 5rem;
  }

  .tailwind-apply .md\:tw-mr-14 {
    margin-right: 5rem;
  }

  .tailwind-apply .md\:tw-mb-14 {
    margin-bottom: 5rem;
  }

  .tailwind-apply .md\:tw-ml-14 {
    margin-left: 5rem;
  }

  .tailwind-apply .md\:tw-mt-auto {
    margin-top: auto;
  }

  .tailwind-apply .md\:tw-mr-auto {
    margin-right: auto;
  }

  .tailwind-apply .md\:tw-mb-auto {
    margin-bottom: auto;
  }

  .tailwind-apply .md\:tw-ml-auto {
    margin-left: auto;
  }

  .tailwind-apply .md\:tw-mt-px {
    margin-top: 1px;
  }

  .tailwind-apply .md\:tw-mr-px {
    margin-right: 1px;
  }

  .tailwind-apply .md\:tw-mb-px {
    margin-bottom: 1px;
  }

  .tailwind-apply .md\:tw-ml-px {
    margin-left: 1px;
  }

  .tailwind-apply .md\:tw--mt-1 {
    margin-top: -0.25rem;
  }

  .tailwind-apply .md\:tw--mr-1 {
    margin-right: -0.25rem;
  }

  .tailwind-apply .md\:tw--mb-1 {
    margin-bottom: -0.25rem;
  }

  .tailwind-apply .md\:tw--ml-1 {
    margin-left: -0.25rem;
  }

  .tailwind-apply .md\:tw--mt-2 {
    margin-top: -0.5rem;
  }

  .tailwind-apply .md\:tw--mr-2 {
    margin-right: -0.5rem;
  }

  .tailwind-apply .md\:tw--mb-2 {
    margin-bottom: -0.5rem;
  }

  .tailwind-apply .md\:tw--ml-2 {
    margin-left: -0.5rem;
  }

  .tailwind-apply .md\:tw--mt-3 {
    margin-top: -0.75rem;
  }

  .tailwind-apply .md\:tw--mr-3 {
    margin-right: -0.75rem;
  }

  .tailwind-apply .md\:tw--mb-3 {
    margin-bottom: -0.75rem;
  }

  .tailwind-apply .md\:tw--ml-3 {
    margin-left: -0.75rem;
  }

  .tailwind-apply .md\:tw--mt-4 {
    margin-top: -1rem;
  }

  .tailwind-apply .md\:tw--mr-4 {
    margin-right: -1rem;
  }

  .tailwind-apply .md\:tw--mb-4 {
    margin-bottom: -1rem;
  }

  .tailwind-apply .md\:tw--ml-4 {
    margin-left: -1rem;
  }

  .tailwind-apply .md\:tw--mt-5 {
    margin-top: -1.25rem;
  }

  .tailwind-apply .md\:tw--mr-5 {
    margin-right: -1.25rem;
  }

  .tailwind-apply .md\:tw--mb-5 {
    margin-bottom: -1.25rem;
  }

  .tailwind-apply .md\:tw--ml-5 {
    margin-left: -1.25rem;
  }

  .tailwind-apply .md\:tw--mt-6 {
    margin-top: -1.5rem;
  }

  .tailwind-apply .md\:tw--mr-6 {
    margin-right: -1.5rem;
  }

  .tailwind-apply .md\:tw--mb-6 {
    margin-bottom: -1.5rem;
  }

  .tailwind-apply .md\:tw--ml-6 {
    margin-left: -1.5rem;
  }

  .tailwind-apply .md\:tw--mt-7 {
    margin-top: -1.875rem;
  }

  .tailwind-apply .md\:tw--mr-7 {
    margin-right: -1.875rem;
  }

  .tailwind-apply .md\:tw--mb-7 {
    margin-bottom: -1.875rem;
  }

  .tailwind-apply .md\:tw--ml-7 {
    margin-left: -1.875rem;
  }

  .tailwind-apply .md\:tw--mt-8 {
    margin-top: -2.25rem;
  }

  .tailwind-apply .md\:tw--mr-8 {
    margin-right: -2.25rem;
  }

  .tailwind-apply .md\:tw--mb-8 {
    margin-bottom: -2.25rem;
  }

  .tailwind-apply .md\:tw--ml-8 {
    margin-left: -2.25rem;
  }

  .tailwind-apply .md\:tw--mt-10 {
    margin-top: -3rem;
  }

  .tailwind-apply .md\:tw--mr-10 {
    margin-right: -3rem;
  }

  .tailwind-apply .md\:tw--mb-10 {
    margin-bottom: -3rem;
  }

  .tailwind-apply .md\:tw--ml-10 {
    margin-left: -3rem;
  }

  .tailwind-apply .md\:tw--mt-12 {
    margin-top: -4rem;
  }

  .tailwind-apply .md\:tw--mr-12 {
    margin-right: -4rem;
  }

  .tailwind-apply .md\:tw--mb-12 {
    margin-bottom: -4rem;
  }

  .tailwind-apply .md\:tw--ml-12 {
    margin-left: -4rem;
  }

  .tailwind-apply .md\:tw--mt-14 {
    margin-top: -5rem;
  }

  .tailwind-apply .md\:tw--mr-14 {
    margin-right: -5rem;
  }

  .tailwind-apply .md\:tw--mb-14 {
    margin-bottom: -5rem;
  }

  .tailwind-apply .md\:tw--ml-14 {
    margin-left: -5rem;
  }

  .tailwind-apply .md\:tw--mt-px {
    margin-top: -1px;
  }

  .tailwind-apply .md\:tw--mr-px {
    margin-right: -1px;
  }

  .tailwind-apply .md\:tw--mb-px {
    margin-bottom: -1px;
  }

  .tailwind-apply .md\:tw--ml-px {
    margin-left: -1px;
  }

  .tailwind-apply .md\:tw-max-w-240 {
    max-width: 240px;
  }

  .tailwind-apply .md\:tw-max-w-300 {
    max-width: 300px;
  }

  .tailwind-apply .md\:tw-max-w-320 {
    max-width: 320px;
  }

  .tailwind-apply .md\:tw-max-w-360 {
    max-width: 360px;
  }

  .tailwind-apply .md\:tw-max-w-400 {
    max-width: 400px;
  }

  .tailwind-apply .md\:tw-max-w-480 {
    max-width: 480px;
  }

  .tailwind-apply .md\:tw-max-w-560 {
    max-width: 560px;
  }

  .tailwind-apply .md\:tw-max-w-640 {
    max-width: 640px;
  }

  .tailwind-apply .md\:tw-max-w-720 {
    max-width: 720px;
  }

  .tailwind-apply .md\:tw-max-w-800 {
    max-width: 800px;
  }

  .tailwind-apply .md\:tw-max-w-880 {
    max-width: 880px;
  }

  .tailwind-apply .md\:tw-max-w-960 {
    max-width: 960px;
  }

  .tailwind-apply .md\:tw-max-w-1200 {
    max-width: 1200px;
  }

  .tailwind-apply .md\:tw-max-w-none {
    max-width: none;
  }

  .tailwind-apply .md\:tw-max-w-full {
    max-width: 100%;
  }

  .tailwind-apply .md\:tw-min-h-0 {
    min-height: 0;
  }

  .tailwind-apply .md\:tw-min-h-full {
    min-height: 100%;
  }

  .tailwind-apply .md\:tw-min-h-screen {
    min-height: 100vh;
  }

  .tailwind-apply .md\:tw-p-0 {
    padding: 0;
  }

  .tailwind-apply .md\:tw-p-1 {
    padding: 0.25rem;
  }

  .tailwind-apply .md\:tw-p-2 {
    padding: 0.5rem;
  }

  .tailwind-apply .md\:tw-p-3 {
    padding: 0.75rem;
  }

  .tailwind-apply .md\:tw-p-4 {
    padding: 1rem;
  }

  .tailwind-apply .md\:tw-p-5 {
    padding: 1.25rem;
  }

  .tailwind-apply .md\:tw-p-6 {
    padding: 1.5rem;
  }

  .tailwind-apply .md\:tw-p-7 {
    padding: 1.875rem;
  }

  .tailwind-apply .md\:tw-p-8 {
    padding: 2.25rem;
  }

  .tailwind-apply .md\:tw-p-10 {
    padding: 3rem;
  }

  .tailwind-apply .md\:tw-p-12 {
    padding: 4rem;
  }

  .tailwind-apply .md\:tw-p-14 {
    padding: 5rem;
  }

  .tailwind-apply .md\:tw-p-px {
    padding: 1px;
  }

  .tailwind-apply .md\:tw-py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .tailwind-apply .md\:tw-px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .tailwind-apply .md\:tw-py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .tailwind-apply .md\:tw-px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .tailwind-apply .md\:tw-py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .tailwind-apply .md\:tw-px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .tailwind-apply .md\:tw-py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .tailwind-apply .md\:tw-px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .tailwind-apply .md\:tw-py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .tailwind-apply .md\:tw-px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tailwind-apply .md\:tw-py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .tailwind-apply .md\:tw-px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .tailwind-apply .md\:tw-py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .tailwind-apply .md\:tw-px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .tailwind-apply .md\:tw-py-7 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .tailwind-apply .md\:tw-px-7 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .tailwind-apply .md\:tw-py-8 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .tailwind-apply .md\:tw-px-8 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .tailwind-apply .md\:tw-py-10 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .tailwind-apply .md\:tw-px-10 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .tailwind-apply .md\:tw-py-12 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .tailwind-apply .md\:tw-px-12 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .tailwind-apply .md\:tw-py-14 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .tailwind-apply .md\:tw-px-14 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .tailwind-apply .md\:tw-py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .tailwind-apply .md\:tw-px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .tailwind-apply .md\:tw-pt-0 {
    padding-top: 0;
  }

  .tailwind-apply .md\:tw-pr-0 {
    padding-right: 0;
  }

  .tailwind-apply .md\:tw-pb-0 {
    padding-bottom: 0;
  }

  .tailwind-apply .md\:tw-pl-0 {
    padding-left: 0;
  }

  .tailwind-apply .md\:tw-pt-1 {
    padding-top: 0.25rem;
  }

  .tailwind-apply .md\:tw-pr-1 {
    padding-right: 0.25rem;
  }

  .tailwind-apply .md\:tw-pb-1 {
    padding-bottom: 0.25rem;
  }

  .tailwind-apply .md\:tw-pl-1 {
    padding-left: 0.25rem;
  }

  .tailwind-apply .md\:tw-pt-2 {
    padding-top: 0.5rem;
  }

  .tailwind-apply .md\:tw-pr-2 {
    padding-right: 0.5rem;
  }

  .tailwind-apply .md\:tw-pb-2 {
    padding-bottom: 0.5rem;
  }

  .tailwind-apply .md\:tw-pl-2 {
    padding-left: 0.5rem;
  }

  .tailwind-apply .md\:tw-pt-3 {
    padding-top: 0.75rem;
  }

  .tailwind-apply .md\:tw-pr-3 {
    padding-right: 0.75rem;
  }

  .tailwind-apply .md\:tw-pb-3 {
    padding-bottom: 0.75rem;
  }

  .tailwind-apply .md\:tw-pl-3 {
    padding-left: 0.75rem;
  }

  .tailwind-apply .md\:tw-pt-4 {
    padding-top: 1rem;
  }

  .tailwind-apply .md\:tw-pr-4 {
    padding-right: 1rem;
  }

  .tailwind-apply .md\:tw-pb-4 {
    padding-bottom: 1rem;
  }

  .tailwind-apply .md\:tw-pl-4 {
    padding-left: 1rem;
  }

  .tailwind-apply .md\:tw-pt-5 {
    padding-top: 1.25rem;
  }

  .tailwind-apply .md\:tw-pr-5 {
    padding-right: 1.25rem;
  }

  .tailwind-apply .md\:tw-pb-5 {
    padding-bottom: 1.25rem;
  }

  .tailwind-apply .md\:tw-pl-5 {
    padding-left: 1.25rem;
  }

  .tailwind-apply .md\:tw-pt-6 {
    padding-top: 1.5rem;
  }

  .tailwind-apply .md\:tw-pr-6 {
    padding-right: 1.5rem;
  }

  .tailwind-apply .md\:tw-pb-6 {
    padding-bottom: 1.5rem;
  }

  .tailwind-apply .md\:tw-pl-6 {
    padding-left: 1.5rem;
  }

  .tailwind-apply .md\:tw-pt-7 {
    padding-top: 1.875rem;
  }

  .tailwind-apply .md\:tw-pr-7 {
    padding-right: 1.875rem;
  }

  .tailwind-apply .md\:tw-pb-7 {
    padding-bottom: 1.875rem;
  }

  .tailwind-apply .md\:tw-pl-7 {
    padding-left: 1.875rem;
  }

  .tailwind-apply .md\:tw-pt-8 {
    padding-top: 2.25rem;
  }

  .tailwind-apply .md\:tw-pr-8 {
    padding-right: 2.25rem;
  }

  .tailwind-apply .md\:tw-pb-8 {
    padding-bottom: 2.25rem;
  }

  .tailwind-apply .md\:tw-pl-8 {
    padding-left: 2.25rem;
  }

  .tailwind-apply .md\:tw-pt-10 {
    padding-top: 3rem;
  }

  .tailwind-apply .md\:tw-pr-10 {
    padding-right: 3rem;
  }

  .tailwind-apply .md\:tw-pb-10 {
    padding-bottom: 3rem;
  }

  .tailwind-apply .md\:tw-pl-10 {
    padding-left: 3rem;
  }

  .tailwind-apply .md\:tw-pt-12 {
    padding-top: 4rem;
  }

  .tailwind-apply .md\:tw-pr-12 {
    padding-right: 4rem;
  }

  .tailwind-apply .md\:tw-pb-12 {
    padding-bottom: 4rem;
  }

  .tailwind-apply .md\:tw-pl-12 {
    padding-left: 4rem;
  }

  .tailwind-apply .md\:tw-pt-14 {
    padding-top: 5rem;
  }

  .tailwind-apply .md\:tw-pr-14 {
    padding-right: 5rem;
  }

  .tailwind-apply .md\:tw-pb-14 {
    padding-bottom: 5rem;
  }

  .tailwind-apply .md\:tw-pl-14 {
    padding-left: 5rem;
  }

  .tailwind-apply .md\:tw-pt-px {
    padding-top: 1px;
  }

  .tailwind-apply .md\:tw-pr-px {
    padding-right: 1px;
  }

  .tailwind-apply .md\:tw-pb-px {
    padding-bottom: 1px;
  }

  .tailwind-apply .md\:tw-pl-px {
    padding-left: 1px;
  }

  .tailwind-apply .md\:tw-placeholder-transparent::-webkit-input-placeholder {
    color: transparent;
  }

  .tailwind-apply .md\:tw-placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .tailwind-apply .md\:tw-placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .tailwind-apply .md\:tw-placeholder-transparent::-ms-input-placeholder {
    color: transparent;
  }

  .tailwind-apply .md\:tw-placeholder-transparent::placeholder {
    color: transparent;
  }

  .tailwind-apply .md\:tw-placeholder-black::-webkit-input-placeholder {
    color: #22292f;
  }

  .tailwind-apply .md\:tw-placeholder-black::-moz-placeholder {
    color: #22292f;
  }

  .tailwind-apply .md\:tw-placeholder-black:-ms-input-placeholder {
    color: #22292f;
  }

  .tailwind-apply .md\:tw-placeholder-black::-ms-input-placeholder {
    color: #22292f;
  }

  .tailwind-apply .md\:tw-placeholder-black::placeholder {
    color: #22292f;
  }

  .tailwind-apply .md\:tw-placeholder-white::-webkit-input-placeholder {
    color: #fff;
  }

  .tailwind-apply .md\:tw-placeholder-white::-moz-placeholder {
    color: #fff;
  }

  .tailwind-apply .md\:tw-placeholder-white:-ms-input-placeholder {
    color: #fff;
  }

  .tailwind-apply .md\:tw-placeholder-white::-ms-input-placeholder {
    color: #fff;
  }

  .tailwind-apply .md\:tw-placeholder-white::placeholder {
    color: #fff;
  }

  .tailwind-apply .md\:tw-placeholder-gray-100::-webkit-input-placeholder {
    color: #faf8f8;
  }

  .tailwind-apply .md\:tw-placeholder-gray-100::-moz-placeholder {
    color: #faf8f8;
  }

  .tailwind-apply .md\:tw-placeholder-gray-100:-ms-input-placeholder {
    color: #faf8f8;
  }

  .tailwind-apply .md\:tw-placeholder-gray-100::-ms-input-placeholder {
    color: #faf8f8;
  }

  .tailwind-apply .md\:tw-placeholder-gray-100::placeholder {
    color: #faf8f8;
  }

  .tailwind-apply .md\:tw-placeholder-gray-200::-webkit-input-placeholder {
    color: #f5f4f4;
  }

  .tailwind-apply .md\:tw-placeholder-gray-200::-moz-placeholder {
    color: #f5f4f4;
  }

  .tailwind-apply .md\:tw-placeholder-gray-200:-ms-input-placeholder {
    color: #f5f4f4;
  }

  .tailwind-apply .md\:tw-placeholder-gray-200::-ms-input-placeholder {
    color: #f5f4f4;
  }

  .tailwind-apply .md\:tw-placeholder-gray-200::placeholder {
    color: #f5f4f4;
  }

  .tailwind-apply .md\:tw-placeholder-gray-300::-webkit-input-placeholder {
    color: #ebebeb;
  }

  .tailwind-apply .md\:tw-placeholder-gray-300::-moz-placeholder {
    color: #ebebeb;
  }

  .tailwind-apply .md\:tw-placeholder-gray-300:-ms-input-placeholder {
    color: #ebebeb;
  }

  .tailwind-apply .md\:tw-placeholder-gray-300::-ms-input-placeholder {
    color: #ebebeb;
  }

  .tailwind-apply .md\:tw-placeholder-gray-300::placeholder {
    color: #ebebeb;
  }

  .tailwind-apply .md\:tw-placeholder-gray-400::-webkit-input-placeholder {
    color: #c6c3c3;
  }

  .tailwind-apply .md\:tw-placeholder-gray-400::-moz-placeholder {
    color: #c6c3c3;
  }

  .tailwind-apply .md\:tw-placeholder-gray-400:-ms-input-placeholder {
    color: #c6c3c3;
  }

  .tailwind-apply .md\:tw-placeholder-gray-400::-ms-input-placeholder {
    color: #c6c3c3;
  }

  .tailwind-apply .md\:tw-placeholder-gray-400::placeholder {
    color: #c6c3c3;
  }

  .tailwind-apply .md\:tw-placeholder-gray-500::-webkit-input-placeholder {
    color: #a4a0a0;
  }

  .tailwind-apply .md\:tw-placeholder-gray-500::-moz-placeholder {
    color: #a4a0a0;
  }

  .tailwind-apply .md\:tw-placeholder-gray-500:-ms-input-placeholder {
    color: #a4a0a0;
  }

  .tailwind-apply .md\:tw-placeholder-gray-500::-ms-input-placeholder {
    color: #a4a0a0;
  }

  .tailwind-apply .md\:tw-placeholder-gray-500::placeholder {
    color: #a4a0a0;
  }

  .tailwind-apply .md\:tw-placeholder-gray-600::-webkit-input-placeholder {
    color: #7b7777;
  }

  .tailwind-apply .md\:tw-placeholder-gray-600::-moz-placeholder {
    color: #7b7777;
  }

  .tailwind-apply .md\:tw-placeholder-gray-600:-ms-input-placeholder {
    color: #7b7777;
  }

  .tailwind-apply .md\:tw-placeholder-gray-600::-ms-input-placeholder {
    color: #7b7777;
  }

  .tailwind-apply .md\:tw-placeholder-gray-600::placeholder {
    color: #7b7777;
  }

  .tailwind-apply .md\:tw-placeholder-gray-700::-webkit-input-placeholder {
    color: #544f4f;
  }

  .tailwind-apply .md\:tw-placeholder-gray-700::-moz-placeholder {
    color: #544f4f;
  }

  .tailwind-apply .md\:tw-placeholder-gray-700:-ms-input-placeholder {
    color: #544f4f;
  }

  .tailwind-apply .md\:tw-placeholder-gray-700::-ms-input-placeholder {
    color: #544f4f;
  }

  .tailwind-apply .md\:tw-placeholder-gray-700::placeholder {
    color: #544f4f;
  }

  .tailwind-apply .md\:tw-placeholder-gray-800::-webkit-input-placeholder {
    color: #2E2E38;
  }

  .tailwind-apply .md\:tw-placeholder-gray-800::-moz-placeholder {
    color: #2E2E38;
  }

  .tailwind-apply .md\:tw-placeholder-gray-800:-ms-input-placeholder {
    color: #2E2E38;
  }

  .tailwind-apply .md\:tw-placeholder-gray-800::-ms-input-placeholder {
    color: #2E2E38;
  }

  .tailwind-apply .md\:tw-placeholder-gray-800::placeholder {
    color: #2E2E38;
  }

  .tailwind-apply .md\:tw-placeholder-red-500::-webkit-input-placeholder {
    color: #cd150b;
  }

  .tailwind-apply .md\:tw-placeholder-red-500::-moz-placeholder {
    color: #cd150b;
  }

  .tailwind-apply .md\:tw-placeholder-red-500:-ms-input-placeholder {
    color: #cd150b;
  }

  .tailwind-apply .md\:tw-placeholder-red-500::-ms-input-placeholder {
    color: #cd150b;
  }

  .tailwind-apply .md\:tw-placeholder-red-500::placeholder {
    color: #cd150b;
  }

  .tailwind-apply .md\:tw-placeholder-red-700::-webkit-input-placeholder {
    color: #B41C39;
  }

  .tailwind-apply .md\:tw-placeholder-red-700::-moz-placeholder {
    color: #B41C39;
  }

  .tailwind-apply .md\:tw-placeholder-red-700:-ms-input-placeholder {
    color: #B41C39;
  }

  .tailwind-apply .md\:tw-placeholder-red-700::-ms-input-placeholder {
    color: #B41C39;
  }

  .tailwind-apply .md\:tw-placeholder-red-700::placeholder {
    color: #B41C39;
  }

  .tailwind-apply .md\:tw-placeholder-orange-500::-webkit-input-placeholder {
    color: #F4811F;
  }

  .tailwind-apply .md\:tw-placeholder-orange-500::-moz-placeholder {
    color: #F4811F;
  }

  .tailwind-apply .md\:tw-placeholder-orange-500:-ms-input-placeholder {
    color: #F4811F;
  }

  .tailwind-apply .md\:tw-placeholder-orange-500::-ms-input-placeholder {
    color: #F4811F;
  }

  .tailwind-apply .md\:tw-placeholder-orange-500::placeholder {
    color: #F4811F;
  }

  .tailwind-apply .md\:tw-placeholder-green-500::-webkit-input-placeholder {
    color: #8BBD58;
  }

  .tailwind-apply .md\:tw-placeholder-green-500::-moz-placeholder {
    color: #8BBD58;
  }

  .tailwind-apply .md\:tw-placeholder-green-500:-ms-input-placeholder {
    color: #8BBD58;
  }

  .tailwind-apply .md\:tw-placeholder-green-500::-ms-input-placeholder {
    color: #8BBD58;
  }

  .tailwind-apply .md\:tw-placeholder-green-500::placeholder {
    color: #8BBD58;
  }

  .tailwind-apply .md\:tw-placeholder-blue-100::-webkit-input-placeholder {
    color: #8ecbe1;
  }

  .tailwind-apply .md\:tw-placeholder-blue-100::-moz-placeholder {
    color: #8ecbe1;
  }

  .tailwind-apply .md\:tw-placeholder-blue-100:-ms-input-placeholder {
    color: #8ecbe1;
  }

  .tailwind-apply .md\:tw-placeholder-blue-100::-ms-input-placeholder {
    color: #8ecbe1;
  }

  .tailwind-apply .md\:tw-placeholder-blue-100::placeholder {
    color: #8ecbe1;
  }

  .tailwind-apply .md\:tw-placeholder-blue-300::-webkit-input-placeholder {
    color: #6cb2eb;
  }

  .tailwind-apply .md\:tw-placeholder-blue-300::-moz-placeholder {
    color: #6cb2eb;
  }

  .tailwind-apply .md\:tw-placeholder-blue-300:-ms-input-placeholder {
    color: #6cb2eb;
  }

  .tailwind-apply .md\:tw-placeholder-blue-300::-ms-input-placeholder {
    color: #6cb2eb;
  }

  .tailwind-apply .md\:tw-placeholder-blue-300::placeholder {
    color: #6cb2eb;
  }

  .tailwind-apply .md\:tw-placeholder-blue-500::-webkit-input-placeholder {
    color: #5486cb;
  }

  .tailwind-apply .md\:tw-placeholder-blue-500::-moz-placeholder {
    color: #5486cb;
  }

  .tailwind-apply .md\:tw-placeholder-blue-500:-ms-input-placeholder {
    color: #5486cb;
  }

  .tailwind-apply .md\:tw-placeholder-blue-500::-ms-input-placeholder {
    color: #5486cb;
  }

  .tailwind-apply .md\:tw-placeholder-blue-500::placeholder {
    color: #5486cb;
  }

  .tailwind-apply .md\:tw-placeholder-blue-700::-webkit-input-placeholder {
    color: #2779bd;
  }

  .tailwind-apply .md\:tw-placeholder-blue-700::-moz-placeholder {
    color: #2779bd;
  }

  .tailwind-apply .md\:tw-placeholder-blue-700:-ms-input-placeholder {
    color: #2779bd;
  }

  .tailwind-apply .md\:tw-placeholder-blue-700::-ms-input-placeholder {
    color: #2779bd;
  }

  .tailwind-apply .md\:tw-placeholder-blue-700::placeholder {
    color: #2779bd;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-transparent:focus::-webkit-input-placeholder {
    color: transparent;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-transparent:focus::-ms-input-placeholder {
    color: transparent;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-black:focus::-webkit-input-placeholder {
    color: #22292f;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-black:focus::-moz-placeholder {
    color: #22292f;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-black:focus:-ms-input-placeholder {
    color: #22292f;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-black:focus::-ms-input-placeholder {
    color: #22292f;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-black:focus::placeholder {
    color: #22292f;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-white:focus::-webkit-input-placeholder {
    color: #fff;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-white:focus::-moz-placeholder {
    color: #fff;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-white:focus:-ms-input-placeholder {
    color: #fff;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-white:focus::-ms-input-placeholder {
    color: #fff;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-white:focus::placeholder {
    color: #fff;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-gray-100:focus::-webkit-input-placeholder {
    color: #faf8f8;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-gray-100:focus::-moz-placeholder {
    color: #faf8f8;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-gray-100:focus:-ms-input-placeholder {
    color: #faf8f8;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-gray-100:focus::-ms-input-placeholder {
    color: #faf8f8;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-gray-100:focus::placeholder {
    color: #faf8f8;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-gray-200:focus::-webkit-input-placeholder {
    color: #f5f4f4;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-gray-200:focus::-moz-placeholder {
    color: #f5f4f4;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-gray-200:focus:-ms-input-placeholder {
    color: #f5f4f4;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-gray-200:focus::-ms-input-placeholder {
    color: #f5f4f4;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-gray-200:focus::placeholder {
    color: #f5f4f4;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-gray-300:focus::-webkit-input-placeholder {
    color: #ebebeb;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-gray-300:focus::-moz-placeholder {
    color: #ebebeb;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-gray-300:focus:-ms-input-placeholder {
    color: #ebebeb;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-gray-300:focus::-ms-input-placeholder {
    color: #ebebeb;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-gray-300:focus::placeholder {
    color: #ebebeb;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-gray-400:focus::-webkit-input-placeholder {
    color: #c6c3c3;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-gray-400:focus::-moz-placeholder {
    color: #c6c3c3;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-gray-400:focus:-ms-input-placeholder {
    color: #c6c3c3;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-gray-400:focus::-ms-input-placeholder {
    color: #c6c3c3;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-gray-400:focus::placeholder {
    color: #c6c3c3;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-gray-500:focus::-webkit-input-placeholder {
    color: #a4a0a0;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-gray-500:focus::-moz-placeholder {
    color: #a4a0a0;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-gray-500:focus:-ms-input-placeholder {
    color: #a4a0a0;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-gray-500:focus::-ms-input-placeholder {
    color: #a4a0a0;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-gray-500:focus::placeholder {
    color: #a4a0a0;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-gray-600:focus::-webkit-input-placeholder {
    color: #7b7777;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-gray-600:focus::-moz-placeholder {
    color: #7b7777;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-gray-600:focus:-ms-input-placeholder {
    color: #7b7777;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-gray-600:focus::-ms-input-placeholder {
    color: #7b7777;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-gray-600:focus::placeholder {
    color: #7b7777;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-gray-700:focus::-webkit-input-placeholder {
    color: #544f4f;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-gray-700:focus::-moz-placeholder {
    color: #544f4f;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-gray-700:focus:-ms-input-placeholder {
    color: #544f4f;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-gray-700:focus::-ms-input-placeholder {
    color: #544f4f;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-gray-700:focus::placeholder {
    color: #544f4f;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-gray-800:focus::-webkit-input-placeholder {
    color: #2E2E38;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-gray-800:focus::-moz-placeholder {
    color: #2E2E38;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-gray-800:focus:-ms-input-placeholder {
    color: #2E2E38;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-gray-800:focus::-ms-input-placeholder {
    color: #2E2E38;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-gray-800:focus::placeholder {
    color: #2E2E38;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-red-500:focus::-webkit-input-placeholder {
    color: #cd150b;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-red-500:focus::-moz-placeholder {
    color: #cd150b;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-red-500:focus:-ms-input-placeholder {
    color: #cd150b;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-red-500:focus::-ms-input-placeholder {
    color: #cd150b;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-red-500:focus::placeholder {
    color: #cd150b;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-red-700:focus::-webkit-input-placeholder {
    color: #B41C39;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-red-700:focus::-moz-placeholder {
    color: #B41C39;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-red-700:focus:-ms-input-placeholder {
    color: #B41C39;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-red-700:focus::-ms-input-placeholder {
    color: #B41C39;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-red-700:focus::placeholder {
    color: #B41C39;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-orange-500:focus::-webkit-input-placeholder {
    color: #F4811F;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-orange-500:focus::-moz-placeholder {
    color: #F4811F;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-orange-500:focus:-ms-input-placeholder {
    color: #F4811F;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-orange-500:focus::-ms-input-placeholder {
    color: #F4811F;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-orange-500:focus::placeholder {
    color: #F4811F;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-green-500:focus::-webkit-input-placeholder {
    color: #8BBD58;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-green-500:focus::-moz-placeholder {
    color: #8BBD58;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-green-500:focus:-ms-input-placeholder {
    color: #8BBD58;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-green-500:focus::-ms-input-placeholder {
    color: #8BBD58;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-green-500:focus::placeholder {
    color: #8BBD58;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-blue-100:focus::-webkit-input-placeholder {
    color: #8ecbe1;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-blue-100:focus::-moz-placeholder {
    color: #8ecbe1;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-blue-100:focus:-ms-input-placeholder {
    color: #8ecbe1;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-blue-100:focus::-ms-input-placeholder {
    color: #8ecbe1;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-blue-100:focus::placeholder {
    color: #8ecbe1;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-blue-300:focus::-webkit-input-placeholder {
    color: #6cb2eb;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-blue-300:focus::-moz-placeholder {
    color: #6cb2eb;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-blue-300:focus:-ms-input-placeholder {
    color: #6cb2eb;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-blue-300:focus::-ms-input-placeholder {
    color: #6cb2eb;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-blue-300:focus::placeholder {
    color: #6cb2eb;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-blue-500:focus::-webkit-input-placeholder {
    color: #5486cb;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-blue-500:focus::-moz-placeholder {
    color: #5486cb;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-blue-500:focus:-ms-input-placeholder {
    color: #5486cb;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-blue-500:focus::-ms-input-placeholder {
    color: #5486cb;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-blue-500:focus::placeholder {
    color: #5486cb;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-blue-700:focus::-webkit-input-placeholder {
    color: #2779bd;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-blue-700:focus::-moz-placeholder {
    color: #2779bd;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-blue-700:focus:-ms-input-placeholder {
    color: #2779bd;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-blue-700:focus::-ms-input-placeholder {
    color: #2779bd;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-blue-700:focus::placeholder {
    color: #2779bd;
  }

  .tailwind-apply .md\:tw-static {
    position: static;
  }

  .tailwind-apply .md\:tw-fixed {
    position: fixed;
  }

  .tailwind-apply .md\:tw-absolute {
    position: absolute;
  }

  .tailwind-apply .md\:tw-relative {
    position: relative;
  }

  .tailwind-apply .md\:tw-sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .tailwind-apply .md\:tw-inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .tailwind-apply .md\:tw-inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .tailwind-apply .md\:tw-inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .tailwind-apply .md\:tw-inset-x-0 {
    right: 0;
    left: 0;
  }

  .tailwind-apply .md\:tw-inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .tailwind-apply .md\:tw-inset-x-auto {
    right: auto;
    left: auto;
  }

  .tailwind-apply .md\:tw-top-0 {
    top: 0;
  }

  .tailwind-apply .md\:tw-right-0 {
    right: 0;
  }

  .tailwind-apply .md\:tw-bottom-0 {
    bottom: 0;
  }

  .tailwind-apply .md\:tw-left-0 {
    left: 0;
  }

  .tailwind-apply .md\:tw-top-auto {
    top: auto;
  }

  .tailwind-apply .md\:tw-right-auto {
    right: auto;
  }

  .tailwind-apply .md\:tw-bottom-auto {
    bottom: auto;
  }

  .tailwind-apply .md\:tw-left-auto {
    left: auto;
  }

  .tailwind-apply .md\:tw-shadow {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
  }

  .tailwind-apply .md\:tw-shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
  }

  .tailwind-apply .md\:tw-shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
  }

  .tailwind-apply .md\:tw-shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
  }

  .tailwind-apply .md\:tw-shadow-none {
    box-shadow: none;
  }

  .tailwind-apply .md\:tw-text-left {
    text-align: left;
  }

  .tailwind-apply .md\:tw-text-center {
    text-align: center;
  }

  .tailwind-apply .md\:tw-text-right {
    text-align: right;
  }

  .tailwind-apply .md\:tw-text-justify {
    text-align: justify;
  }

  .tailwind-apply .md\:tw-text-transparent {
    color: transparent;
  }

  .tailwind-apply .md\:tw-text-black {
    color: #22292f;
  }

  .tailwind-apply .md\:tw-text-white {
    color: #fff;
  }

  .tailwind-apply .md\:tw-text-gray-100 {
    color: #faf8f8;
  }

  .tailwind-apply .md\:tw-text-gray-200 {
    color: #f5f4f4;
  }

  .tailwind-apply .md\:tw-text-gray-300 {
    color: #ebebeb;
  }

  .tailwind-apply .md\:tw-text-gray-400 {
    color: #c6c3c3;
  }

  .tailwind-apply .md\:tw-text-gray-500 {
    color: #a4a0a0;
  }

  .tailwind-apply .md\:tw-text-gray-600 {
    color: #7b7777;
  }

  .tailwind-apply .md\:tw-text-gray-700 {
    color: #544f4f;
  }

  .tailwind-apply .md\:tw-text-gray-800 {
    color: #2E2E38;
  }

  .tailwind-apply .md\:tw-text-red-500 {
    color: #cd150b;
  }

  .tailwind-apply .md\:tw-text-red-700 {
    color: #B41C39;
  }

  .tailwind-apply .md\:tw-text-orange-500 {
    color: #F4811F;
  }

  .tailwind-apply .md\:tw-text-green-500 {
    color: #8BBD58;
  }

  .tailwind-apply .md\:tw-text-blue-100 {
    color: #8ecbe1;
  }

  .tailwind-apply .md\:tw-text-blue-300 {
    color: #6cb2eb;
  }

  .tailwind-apply .md\:tw-text-blue-500 {
    color: #5486cb;
  }

  .tailwind-apply .md\:tw-text-blue-700 {
    color: #2779bd;
  }

  .tailwind-apply .md\:hover\:tw-text-transparent:hover {
    color: transparent;
  }

  .tailwind-apply .md\:hover\:tw-text-black:hover {
    color: #22292f;
  }

  .tailwind-apply .md\:hover\:tw-text-white:hover {
    color: #fff;
  }

  .tailwind-apply .md\:hover\:tw-text-gray-100:hover {
    color: #faf8f8;
  }

  .tailwind-apply .md\:hover\:tw-text-gray-200:hover {
    color: #f5f4f4;
  }

  .tailwind-apply .md\:hover\:tw-text-gray-300:hover {
    color: #ebebeb;
  }

  .tailwind-apply .md\:hover\:tw-text-gray-400:hover {
    color: #c6c3c3;
  }

  .tailwind-apply .md\:hover\:tw-text-gray-500:hover {
    color: #a4a0a0;
  }

  .tailwind-apply .md\:hover\:tw-text-gray-600:hover {
    color: #7b7777;
  }

  .tailwind-apply .md\:hover\:tw-text-gray-700:hover {
    color: #544f4f;
  }

  .tailwind-apply .md\:hover\:tw-text-gray-800:hover {
    color: #2E2E38;
  }

  .tailwind-apply .md\:hover\:tw-text-red-500:hover {
    color: #cd150b;
  }

  .tailwind-apply .md\:hover\:tw-text-red-700:hover {
    color: #B41C39;
  }

  .tailwind-apply .md\:hover\:tw-text-orange-500:hover {
    color: #F4811F;
  }

  .tailwind-apply .md\:hover\:tw-text-green-500:hover {
    color: #8BBD58;
  }

  .tailwind-apply .md\:hover\:tw-text-blue-100:hover {
    color: #8ecbe1;
  }

  .tailwind-apply .md\:hover\:tw-text-blue-300:hover {
    color: #6cb2eb;
  }

  .tailwind-apply .md\:hover\:tw-text-blue-500:hover {
    color: #5486cb;
  }

  .tailwind-apply .md\:hover\:tw-text-blue-700:hover {
    color: #2779bd;
  }

  .tailwind-apply .md\:tw-text-xs {
    font-size: 0.75rem;
  }

  .tailwind-apply .md\:tw-text-sm {
    font-size: 0.875rem;
  }

  .tailwind-apply .md\:tw-text-base {
    font-size: 1rem;
  }

  .tailwind-apply .md\:tw-text-lg {
    font-size: 1.125rem;
  }

  .tailwind-apply .md\:tw-text-xl {
    font-size: 1.25rem;
  }

  .tailwind-apply .md\:tw-text-2xl {
    font-size: 1.5rem;
  }

  .tailwind-apply .md\:tw-text-3xl {
    font-size: 1.875rem;
  }

  .tailwind-apply .md\:tw-text-4xl {
    font-size: 2.25rem;
  }

  .tailwind-apply .md\:tw-text-5xl {
    font-size: 3rem;
  }

  .tailwind-apply .md\:tw-text-6xl {
    font-size: 4rem;
  }

  .tailwind-apply .md\:tw-italic {
    font-style: italic;
  }

  .tailwind-apply .md\:tw-not-italic {
    font-style: normal;
  }

  .tailwind-apply .md\:tw-uppercase {
    text-transform: uppercase;
  }

  .tailwind-apply .md\:tw-lowercase {
    text-transform: lowercase;
  }

  .tailwind-apply .md\:tw-capitalize {
    text-transform: capitalize;
  }

  .tailwind-apply .md\:tw-normal-case {
    text-transform: none;
  }

  .tailwind-apply .md\:tw-underline {
    text-decoration: underline;
  }

  .tailwind-apply .md\:tw-line-through {
    text-decoration: line-through;
  }

  .tailwind-apply .md\:tw-no-underline {
    text-decoration: none;
  }

  .tailwind-apply .md\:hover\:tw-underline:hover {
    text-decoration: underline;
  }

  .tailwind-apply .md\:hover\:tw-line-through:hover {
    text-decoration: line-through;
  }

  .tailwind-apply .md\:hover\:tw-no-underline:hover {
    text-decoration: none;
  }

  .tailwind-apply .md\:tw-align-baseline {
    vertical-align: baseline;
  }

  .tailwind-apply .md\:tw-align-top {
    vertical-align: top;
  }

  .tailwind-apply .md\:tw-align-middle {
    vertical-align: middle;
  }

  .tailwind-apply .md\:tw-align-bottom {
    vertical-align: bottom;
  }

  .tailwind-apply .md\:tw-align-text-top {
    vertical-align: text-top;
  }

  .tailwind-apply .md\:tw-align-text-bottom {
    vertical-align: text-bottom;
  }

  .tailwind-apply .md\:tw-visible {
    visibility: visible;
  }

  .tailwind-apply .md\:tw-invisible {
    visibility: hidden;
  }

  .tailwind-apply .md\:tw-break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .tailwind-apply .md\:tw-break-words {
    overflow-wrap: break-word;
  }

  .tailwind-apply .md\:tw-break-all {
    word-break: break-all;
  }

  .tailwind-apply .md\:tw-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .tailwind-apply .md\:tw-w-16 {
    width: 16px;
  }

  .tailwind-apply .md\:tw-w-24 {
    width: 24px;
  }

  .tailwind-apply .md\:tw-w-32 {
    width: 32px;
  }

  .tailwind-apply .md\:tw-w-40 {
    width: 40px;
  }

  .tailwind-apply .md\:tw-w-48 {
    width: 48px;
  }

  .tailwind-apply .md\:tw-w-60 {
    width: 60px;
  }

  .tailwind-apply .md\:tw-w-80 {
    width: 80px;
  }

  .tailwind-apply .md\:tw-w-100 {
    width: 100px;
  }

  .tailwind-apply .md\:tw-w-180 {
    width: 180px;
  }

  .tailwind-apply .md\:tw-w-240 {
    width: 240px;
  }

  .tailwind-apply .md\:tw-w-280 {
    width: 280px;
  }

  .tailwind-apply .md\:tw-w-300 {
    width: 300px;
  }

  .tailwind-apply .md\:tw-w-320 {
    width: 320px;
  }

  .tailwind-apply .md\:tw-w-360 {
    width: 360px;
  }

  .tailwind-apply .md\:tw-w-400 {
    width: 400px;
  }

  .tailwind-apply .md\:tw-w-480 {
    width: 480px;
  }

  .tailwind-apply .md\:tw-w-560 {
    width: 560px;
  }

  .tailwind-apply .md\:tw-w-640 {
    width: 640px;
  }

  .tailwind-apply .md\:tw-w-720 {
    width: 720px;
  }

  .tailwind-apply .md\:tw-w-800 {
    width: 800px;
  }

  .tailwind-apply .md\:tw-w-auto {
    width: auto;
  }

  .tailwind-apply .md\:tw-w-px {
    width: 1px;
  }

  .tailwind-apply .md\:tw-w-1\/2 {
    width: 50%;
  }

  .tailwind-apply .md\:tw-w-1\/3 {
    width: 33.33333%;
  }

  .tailwind-apply .md\:tw-w-2\/3 {
    width: 66.66667%;
  }

  .tailwind-apply .md\:tw-w-1\/4 {
    width: 25%;
  }

  .tailwind-apply .md\:tw-w-3\/4 {
    width: 75%;
  }

  .tailwind-apply .md\:tw-w-1\/5 {
    width: 20%;
  }

  .tailwind-apply .md\:tw-w-2\/5 {
    width: 40%;
  }

  .tailwind-apply .md\:tw-w-3\/5 {
    width: 60%;
  }

  .tailwind-apply .md\:tw-w-4\/5 {
    width: 80%;
  }

  .tailwind-apply .md\:tw-w-1\/6 {
    width: 16.66667%;
  }

  .tailwind-apply .md\:tw-w-5\/6 {
    width: 83.33333%;
  }

  .tailwind-apply .md\:tw-w-full {
    width: 100%;
  }

  .tailwind-apply .md\:tw-w-screen {
    width: 100vw;
  }

  .tailwind-apply .md\:tw-z-0 {
    z-index: 0;
  }

  .tailwind-apply .md\:tw-z-10 {
    z-index: 10;
  }

  .tailwind-apply .md\:tw-z-20 {
    z-index: 20;
  }

  .tailwind-apply .md\:tw-z-30 {
    z-index: 30;
  }

  .tailwind-apply .md\:tw-z-40 {
    z-index: 40;
  }

  .tailwind-apply .md\:tw-z-50 {
    z-index: 50;
  }

  .tailwind-apply .md\:tw-z-auto {
    z-index: auto;
  }
}

@media (min-width: 1024px) {
  .tailwind-apply .lg\:tw-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .tailwind-apply .lg\:tw-not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .tailwind-apply .lg\:focus\:tw-sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .tailwind-apply .lg\:focus\:tw-not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .tailwind-apply .lg\:tw-bg-transparent {
    background-color: transparent;
  }

  .tailwind-apply .lg\:tw-bg-black {
    background-color: #22292f;
  }

  .tailwind-apply .lg\:tw-bg-white {
    background-color: #fff;
  }

  .tailwind-apply .lg\:tw-bg-gray-100 {
    background-color: #faf8f8;
  }

  .tailwind-apply .lg\:tw-bg-gray-200 {
    background-color: #f5f4f4;
  }

  .tailwind-apply .lg\:tw-bg-gray-300 {
    background-color: #ebebeb;
  }

  .tailwind-apply .lg\:tw-bg-gray-400 {
    background-color: #c6c3c3;
  }

  .tailwind-apply .lg\:tw-bg-gray-500 {
    background-color: #a4a0a0;
  }

  .tailwind-apply .lg\:tw-bg-gray-600 {
    background-color: #7b7777;
  }

  .tailwind-apply .lg\:tw-bg-gray-700 {
    background-color: #544f4f;
  }

  .tailwind-apply .lg\:tw-bg-gray-800 {
    background-color: #2E2E38;
  }

  .tailwind-apply .lg\:tw-bg-red-500 {
    background-color: #cd150b;
  }

  .tailwind-apply .lg\:tw-bg-red-700 {
    background-color: #B41C39;
  }

  .tailwind-apply .lg\:tw-bg-orange-500 {
    background-color: #F4811F;
  }

  .tailwind-apply .lg\:tw-bg-green-500 {
    background-color: #8BBD58;
  }

  .tailwind-apply .lg\:tw-bg-blue-100 {
    background-color: #8ecbe1;
  }

  .tailwind-apply .lg\:tw-bg-blue-300 {
    background-color: #6cb2eb;
  }

  .tailwind-apply .lg\:tw-bg-blue-500 {
    background-color: #5486cb;
  }

  .tailwind-apply .lg\:tw-bg-blue-700 {
    background-color: #2779bd;
  }

  .tailwind-apply .lg\:hover\:tw-bg-transparent:hover {
    background-color: transparent;
  }

  .tailwind-apply .lg\:hover\:tw-bg-black:hover {
    background-color: #22292f;
  }

  .tailwind-apply .lg\:hover\:tw-bg-white:hover {
    background-color: #fff;
  }

  .tailwind-apply .lg\:hover\:tw-bg-gray-100:hover {
    background-color: #faf8f8;
  }

  .tailwind-apply .lg\:hover\:tw-bg-gray-200:hover {
    background-color: #f5f4f4;
  }

  .tailwind-apply .lg\:hover\:tw-bg-gray-300:hover {
    background-color: #ebebeb;
  }

  .tailwind-apply .lg\:hover\:tw-bg-gray-400:hover {
    background-color: #c6c3c3;
  }

  .tailwind-apply .lg\:hover\:tw-bg-gray-500:hover {
    background-color: #a4a0a0;
  }

  .tailwind-apply .lg\:hover\:tw-bg-gray-600:hover {
    background-color: #7b7777;
  }

  .tailwind-apply .lg\:hover\:tw-bg-gray-700:hover {
    background-color: #544f4f;
  }

  .tailwind-apply .lg\:hover\:tw-bg-gray-800:hover {
    background-color: #2E2E38;
  }

  .tailwind-apply .lg\:hover\:tw-bg-red-500:hover {
    background-color: #cd150b;
  }

  .tailwind-apply .lg\:hover\:tw-bg-red-700:hover {
    background-color: #B41C39;
  }

  .tailwind-apply .lg\:hover\:tw-bg-orange-500:hover {
    background-color: #F4811F;
  }

  .tailwind-apply .lg\:hover\:tw-bg-green-500:hover {
    background-color: #8BBD58;
  }

  .tailwind-apply .lg\:hover\:tw-bg-blue-100:hover {
    background-color: #8ecbe1;
  }

  .tailwind-apply .lg\:hover\:tw-bg-blue-300:hover {
    background-color: #6cb2eb;
  }

  .tailwind-apply .lg\:hover\:tw-bg-blue-500:hover {
    background-color: #5486cb;
  }

  .tailwind-apply .lg\:hover\:tw-bg-blue-700:hover {
    background-color: #2779bd;
  }

  .tailwind-apply .lg\:tw-bg-bottom {
    background-position: bottom;
  }

  .tailwind-apply .lg\:tw-bg-center {
    background-position: center;
  }

  .tailwind-apply .lg\:tw-bg-left {
    background-position: left;
  }

  .tailwind-apply .lg\:tw-bg-left-bottom {
    background-position: left bottom;
  }

  .tailwind-apply .lg\:tw-bg-left-top {
    background-position: left top;
  }

  .tailwind-apply .lg\:tw-bg-right {
    background-position: right;
  }

  .tailwind-apply .lg\:tw-bg-right-bottom {
    background-position: right bottom;
  }

  .tailwind-apply .lg\:tw-bg-right-top {
    background-position: right top;
  }

  .tailwind-apply .lg\:tw-bg-top {
    background-position: top;
  }

  .tailwind-apply .lg\:tw-bg-repeat {
    background-repeat: repeat;
  }

  .tailwind-apply .lg\:tw-bg-no-repeat {
    background-repeat: no-repeat;
  }

  .tailwind-apply .lg\:tw-bg-repeat-x {
    background-repeat: repeat-x;
  }

  .tailwind-apply .lg\:tw-bg-repeat-y {
    background-repeat: repeat-y;
  }

  .tailwind-apply .lg\:tw-bg-repeat-round {
    background-repeat: round;
  }

  .tailwind-apply .lg\:tw-bg-repeat-space {
    background-repeat: space;
  }

  .tailwind-apply .lg\:tw-bg-auto {
    background-size: auto;
  }

  .tailwind-apply .lg\:tw-bg-cover {
    background-size: cover;
  }

  .tailwind-apply .lg\:tw-bg-contain {
    background-size: contain;
  }

  .tailwind-apply .lg\:tw-border-collapse {
    border-collapse: collapse;
  }

  .tailwind-apply .lg\:tw-border-separate {
    border-collapse: separate;
  }

  .tailwind-apply .lg\:tw-border-transparent {
    border-color: transparent;
  }

  .tailwind-apply .lg\:tw-border-black {
    border-color: #22292f;
  }

  .tailwind-apply .lg\:tw-border-white {
    border-color: #fff;
  }

  .tailwind-apply .lg\:tw-border-gray-100 {
    border-color: #faf8f8;
  }

  .tailwind-apply .lg\:tw-border-gray-200 {
    border-color: #f5f4f4;
  }

  .tailwind-apply .lg\:tw-border-gray-300 {
    border-color: #ebebeb;
  }

  .tailwind-apply .lg\:tw-border-gray-400 {
    border-color: #c6c3c3;
  }

  .tailwind-apply .lg\:tw-border-gray-500 {
    border-color: #a4a0a0;
  }

  .tailwind-apply .lg\:tw-border-gray-600 {
    border-color: #7b7777;
  }

  .tailwind-apply .lg\:tw-border-gray-700 {
    border-color: #544f4f;
  }

  .tailwind-apply .lg\:tw-border-gray-800 {
    border-color: #2E2E38;
  }

  .tailwind-apply .lg\:tw-border-red-500 {
    border-color: #cd150b;
  }

  .tailwind-apply .lg\:tw-border-red-700 {
    border-color: #B41C39;
  }

  .tailwind-apply .lg\:tw-border-orange-500 {
    border-color: #F4811F;
  }

  .tailwind-apply .lg\:tw-border-green-500 {
    border-color: #8BBD58;
  }

  .tailwind-apply .lg\:tw-border-blue-100 {
    border-color: #8ecbe1;
  }

  .tailwind-apply .lg\:tw-border-blue-300 {
    border-color: #6cb2eb;
  }

  .tailwind-apply .lg\:tw-border-blue-500 {
    border-color: #5486cb;
  }

  .tailwind-apply .lg\:tw-border-blue-700 {
    border-color: #2779bd;
  }

  .tailwind-apply .lg\:hover\:tw-border-transparent:hover {
    border-color: transparent;
  }

  .tailwind-apply .lg\:hover\:tw-border-black:hover {
    border-color: #22292f;
  }

  .tailwind-apply .lg\:hover\:tw-border-white:hover {
    border-color: #fff;
  }

  .tailwind-apply .lg\:hover\:tw-border-gray-100:hover {
    border-color: #faf8f8;
  }

  .tailwind-apply .lg\:hover\:tw-border-gray-200:hover {
    border-color: #f5f4f4;
  }

  .tailwind-apply .lg\:hover\:tw-border-gray-300:hover {
    border-color: #ebebeb;
  }

  .tailwind-apply .lg\:hover\:tw-border-gray-400:hover {
    border-color: #c6c3c3;
  }

  .tailwind-apply .lg\:hover\:tw-border-gray-500:hover {
    border-color: #a4a0a0;
  }

  .tailwind-apply .lg\:hover\:tw-border-gray-600:hover {
    border-color: #7b7777;
  }

  .tailwind-apply .lg\:hover\:tw-border-gray-700:hover {
    border-color: #544f4f;
  }

  .tailwind-apply .lg\:hover\:tw-border-gray-800:hover {
    border-color: #2E2E38;
  }

  .tailwind-apply .lg\:hover\:tw-border-red-500:hover {
    border-color: #cd150b;
  }

  .tailwind-apply .lg\:hover\:tw-border-red-700:hover {
    border-color: #B41C39;
  }

  .tailwind-apply .lg\:hover\:tw-border-orange-500:hover {
    border-color: #F4811F;
  }

  .tailwind-apply .lg\:hover\:tw-border-green-500:hover {
    border-color: #8BBD58;
  }

  .tailwind-apply .lg\:hover\:tw-border-blue-100:hover {
    border-color: #8ecbe1;
  }

  .tailwind-apply .lg\:hover\:tw-border-blue-300:hover {
    border-color: #6cb2eb;
  }

  .tailwind-apply .lg\:hover\:tw-border-blue-500:hover {
    border-color: #5486cb;
  }

  .tailwind-apply .lg\:hover\:tw-border-blue-700:hover {
    border-color: #2779bd;
  }

  .tailwind-apply .lg\:tw-block {
    display: block;
  }

  .tailwind-apply .lg\:tw-inline-block {
    display: inline-block;
  }

  .tailwind-apply .lg\:tw-inline {
    display: inline;
  }

  .tailwind-apply .lg\:tw-flex {
    display: -webkit-box;
    display: flex;
  }

  .tailwind-apply .lg\:tw-inline-flex {
    display: -webkit-inline-box;
    display: inline-flex;
  }

  .tailwind-apply .lg\:tw-table {
    display: table;
  }

  .tailwind-apply .lg\:tw-table-row {
    display: table-row;
  }

  .tailwind-apply .lg\:tw-table-cell {
    display: table-cell;
  }

  .tailwind-apply .lg\:tw-hidden {
    display: none;
  }

  .tailwind-apply .lg\:tw-flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .tailwind-apply .lg\:tw-flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .tailwind-apply .lg\:tw-flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .tailwind-apply .lg\:tw-flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .tailwind-apply .lg\:tw-flex-wrap {
    flex-wrap: wrap;
  }

  .tailwind-apply .lg\:tw-flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .tailwind-apply .lg\:tw-flex-no-wrap {
    flex-wrap: nowrap;
  }

  .tailwind-apply .lg\:tw-items-start {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .tailwind-apply .lg\:tw-items-end {
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .tailwind-apply .lg\:tw-items-center {
    -webkit-box-align: center;
            align-items: center;
  }

  .tailwind-apply .lg\:tw-items-baseline {
    -webkit-box-align: baseline;
            align-items: baseline;
  }

  .tailwind-apply .lg\:tw-items-stretch {
    -webkit-box-align: stretch;
            align-items: stretch;
  }

  .tailwind-apply .lg\:tw-self-auto {
    align-self: auto;
  }

  .tailwind-apply .lg\:tw-self-start {
    align-self: flex-start;
  }

  .tailwind-apply .lg\:tw-self-end {
    align-self: flex-end;
  }

  .tailwind-apply .lg\:tw-self-center {
    align-self: center;
  }

  .tailwind-apply .lg\:tw-self-stretch {
    align-self: stretch;
  }

  .tailwind-apply .lg\:tw-justify-start {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .tailwind-apply .lg\:tw-justify-end {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }

  .tailwind-apply .lg\:tw-justify-center {
    -webkit-box-pack: center;
            justify-content: center;
  }

  .tailwind-apply .lg\:tw-justify-between {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .tailwind-apply .lg\:tw-justify-around {
    justify-content: space-around;
  }

  .tailwind-apply .lg\:tw-content-center {
    align-content: center;
  }

  .tailwind-apply .lg\:tw-content-start {
    align-content: flex-start;
  }

  .tailwind-apply .lg\:tw-content-end {
    align-content: flex-end;
  }

  .tailwind-apply .lg\:tw-content-between {
    align-content: space-between;
  }

  .tailwind-apply .lg\:tw-content-around {
    align-content: space-around;
  }

  .tailwind-apply .lg\:tw-flex-1 {
    -webkit-box-flex: 1;
            flex: 1 1 0%;
  }

  .tailwind-apply .lg\:tw-flex-auto {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

  .tailwind-apply .lg\:tw-flex-initial {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
  }

  .tailwind-apply .lg\:tw-flex-none {
    -webkit-box-flex: 0;
            flex: none;
  }

  .tailwind-apply .lg\:tw-flex-grow-0 {
    -webkit-box-flex: 0;
            flex-grow: 0;
  }

  .tailwind-apply .lg\:tw-flex-grow {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .tailwind-apply .lg\:tw-flex-shrink-0 {
    flex-shrink: 0;
  }

  .tailwind-apply .lg\:tw-flex-shrink {
    flex-shrink: 1;
  }

  .tailwind-apply .lg\:tw-float-right {
    float: right;
  }

  .tailwind-apply .lg\:tw-float-left {
    float: left;
  }

  .tailwind-apply .lg\:tw-float-none {
    float: none;
  }

  .tailwind-apply .lg\:tw-clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .tailwind-apply .lg\:tw-font-sans {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .tailwind-apply .lg\:tw-font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .tailwind-apply .lg\:tw-font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .tailwind-apply .lg\:tw-font-heading {
    font-family: "Open Sans", sans-serif;
  }

  .tailwind-apply .lg\:tw-font-icon {
    font-family: booster;
  }

  .tailwind-apply .lg\:tw-leading-none {
    line-height: 1;
  }

  .tailwind-apply .lg\:tw-leading-tight {
    line-height: 1.25;
  }

  .tailwind-apply .lg\:tw-leading-snug {
    line-height: 1.375;
  }

  .tailwind-apply .lg\:tw-leading-normal {
    line-height: 1.5;
  }

  .tailwind-apply .lg\:tw-leading-relaxed {
    line-height: 1.625;
  }

  .tailwind-apply .lg\:tw-leading-loose {
    line-height: 2;
  }

  .tailwind-apply .lg\:tw-m-0 {
    margin: 0;
  }

  .tailwind-apply .lg\:tw-m-1 {
    margin: 0.25rem;
  }

  .tailwind-apply .lg\:tw-m-2 {
    margin: 0.5rem;
  }

  .tailwind-apply .lg\:tw-m-3 {
    margin: 0.75rem;
  }

  .tailwind-apply .lg\:tw-m-4 {
    margin: 1rem;
  }

  .tailwind-apply .lg\:tw-m-5 {
    margin: 1.25rem;
  }

  .tailwind-apply .lg\:tw-m-6 {
    margin: 1.5rem;
  }

  .tailwind-apply .lg\:tw-m-7 {
    margin: 1.875rem;
  }

  .tailwind-apply .lg\:tw-m-8 {
    margin: 2.25rem;
  }

  .tailwind-apply .lg\:tw-m-10 {
    margin: 3rem;
  }

  .tailwind-apply .lg\:tw-m-12 {
    margin: 4rem;
  }

  .tailwind-apply .lg\:tw-m-14 {
    margin: 5rem;
  }

  .tailwind-apply .lg\:tw-m-auto {
    margin: auto;
  }

  .tailwind-apply .lg\:tw-m-px {
    margin: 1px;
  }

  .tailwind-apply .lg\:tw--m-1 {
    margin: -0.25rem;
  }

  .tailwind-apply .lg\:tw--m-2 {
    margin: -0.5rem;
  }

  .tailwind-apply .lg\:tw--m-3 {
    margin: -0.75rem;
  }

  .tailwind-apply .lg\:tw--m-4 {
    margin: -1rem;
  }

  .tailwind-apply .lg\:tw--m-5 {
    margin: -1.25rem;
  }

  .tailwind-apply .lg\:tw--m-6 {
    margin: -1.5rem;
  }

  .tailwind-apply .lg\:tw--m-7 {
    margin: -1.875rem;
  }

  .tailwind-apply .lg\:tw--m-8 {
    margin: -2.25rem;
  }

  .tailwind-apply .lg\:tw--m-10 {
    margin: -3rem;
  }

  .tailwind-apply .lg\:tw--m-12 {
    margin: -4rem;
  }

  .tailwind-apply .lg\:tw--m-14 {
    margin: -5rem;
  }

  .tailwind-apply .lg\:tw--m-px {
    margin: -1px;
  }

  .tailwind-apply .lg\:tw-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .tailwind-apply .lg\:tw-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .tailwind-apply .lg\:tw-my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .tailwind-apply .lg\:tw-mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .tailwind-apply .lg\:tw-my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .tailwind-apply .lg\:tw-mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .tailwind-apply .lg\:tw-my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .tailwind-apply .lg\:tw-mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .tailwind-apply .lg\:tw-my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .tailwind-apply .lg\:tw-mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .tailwind-apply .lg\:tw-my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .tailwind-apply .lg\:tw-mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .tailwind-apply .lg\:tw-my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .tailwind-apply .lg\:tw-mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .tailwind-apply .lg\:tw-my-7 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .tailwind-apply .lg\:tw-mx-7 {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .tailwind-apply .lg\:tw-my-8 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .tailwind-apply .lg\:tw-mx-8 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .tailwind-apply .lg\:tw-my-10 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .tailwind-apply .lg\:tw-mx-10 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .tailwind-apply .lg\:tw-my-12 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .tailwind-apply .lg\:tw-mx-12 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .tailwind-apply .lg\:tw-my-14 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .tailwind-apply .lg\:tw-mx-14 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .tailwind-apply .lg\:tw-my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .tailwind-apply .lg\:tw-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .tailwind-apply .lg\:tw-my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .tailwind-apply .lg\:tw-mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .tailwind-apply .lg\:tw--my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .tailwind-apply .lg\:tw--mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .tailwind-apply .lg\:tw--my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .tailwind-apply .lg\:tw--mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .tailwind-apply .lg\:tw--my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .tailwind-apply .lg\:tw--mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .tailwind-apply .lg\:tw--my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .tailwind-apply .lg\:tw--mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .tailwind-apply .lg\:tw--my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .tailwind-apply .lg\:tw--mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .tailwind-apply .lg\:tw--my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .tailwind-apply .lg\:tw--mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .tailwind-apply .lg\:tw--my-7 {
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .tailwind-apply .lg\:tw--mx-7 {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .tailwind-apply .lg\:tw--my-8 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .tailwind-apply .lg\:tw--mx-8 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .tailwind-apply .lg\:tw--my-10 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .tailwind-apply .lg\:tw--mx-10 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .tailwind-apply .lg\:tw--my-12 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .tailwind-apply .lg\:tw--mx-12 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .tailwind-apply .lg\:tw--my-14 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .tailwind-apply .lg\:tw--mx-14 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .tailwind-apply .lg\:tw--my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .tailwind-apply .lg\:tw--mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .tailwind-apply .lg\:tw-mt-0 {
    margin-top: 0;
  }

  .tailwind-apply .lg\:tw-mr-0 {
    margin-right: 0;
  }

  .tailwind-apply .lg\:tw-mb-0 {
    margin-bottom: 0;
  }

  .tailwind-apply .lg\:tw-ml-0 {
    margin-left: 0;
  }

  .tailwind-apply .lg\:tw-mt-1 {
    margin-top: 0.25rem;
  }

  .tailwind-apply .lg\:tw-mr-1 {
    margin-right: 0.25rem;
  }

  .tailwind-apply .lg\:tw-mb-1 {
    margin-bottom: 0.25rem;
  }

  .tailwind-apply .lg\:tw-ml-1 {
    margin-left: 0.25rem;
  }

  .tailwind-apply .lg\:tw-mt-2 {
    margin-top: 0.5rem;
  }

  .tailwind-apply .lg\:tw-mr-2 {
    margin-right: 0.5rem;
  }

  .tailwind-apply .lg\:tw-mb-2 {
    margin-bottom: 0.5rem;
  }

  .tailwind-apply .lg\:tw-ml-2 {
    margin-left: 0.5rem;
  }

  .tailwind-apply .lg\:tw-mt-3 {
    margin-top: 0.75rem;
  }

  .tailwind-apply .lg\:tw-mr-3 {
    margin-right: 0.75rem;
  }

  .tailwind-apply .lg\:tw-mb-3 {
    margin-bottom: 0.75rem;
  }

  .tailwind-apply .lg\:tw-ml-3 {
    margin-left: 0.75rem;
  }

  .tailwind-apply .lg\:tw-mt-4 {
    margin-top: 1rem;
  }

  .tailwind-apply .lg\:tw-mr-4 {
    margin-right: 1rem;
  }

  .tailwind-apply .lg\:tw-mb-4 {
    margin-bottom: 1rem;
  }

  .tailwind-apply .lg\:tw-ml-4 {
    margin-left: 1rem;
  }

  .tailwind-apply .lg\:tw-mt-5 {
    margin-top: 1.25rem;
  }

  .tailwind-apply .lg\:tw-mr-5 {
    margin-right: 1.25rem;
  }

  .tailwind-apply .lg\:tw-mb-5 {
    margin-bottom: 1.25rem;
  }

  .tailwind-apply .lg\:tw-ml-5 {
    margin-left: 1.25rem;
  }

  .tailwind-apply .lg\:tw-mt-6 {
    margin-top: 1.5rem;
  }

  .tailwind-apply .lg\:tw-mr-6 {
    margin-right: 1.5rem;
  }

  .tailwind-apply .lg\:tw-mb-6 {
    margin-bottom: 1.5rem;
  }

  .tailwind-apply .lg\:tw-ml-6 {
    margin-left: 1.5rem;
  }

  .tailwind-apply .lg\:tw-mt-7 {
    margin-top: 1.875rem;
  }

  .tailwind-apply .lg\:tw-mr-7 {
    margin-right: 1.875rem;
  }

  .tailwind-apply .lg\:tw-mb-7 {
    margin-bottom: 1.875rem;
  }

  .tailwind-apply .lg\:tw-ml-7 {
    margin-left: 1.875rem;
  }

  .tailwind-apply .lg\:tw-mt-8 {
    margin-top: 2.25rem;
  }

  .tailwind-apply .lg\:tw-mr-8 {
    margin-right: 2.25rem;
  }

  .tailwind-apply .lg\:tw-mb-8 {
    margin-bottom: 2.25rem;
  }

  .tailwind-apply .lg\:tw-ml-8 {
    margin-left: 2.25rem;
  }

  .tailwind-apply .lg\:tw-mt-10 {
    margin-top: 3rem;
  }

  .tailwind-apply .lg\:tw-mr-10 {
    margin-right: 3rem;
  }

  .tailwind-apply .lg\:tw-mb-10 {
    margin-bottom: 3rem;
  }

  .tailwind-apply .lg\:tw-ml-10 {
    margin-left: 3rem;
  }

  .tailwind-apply .lg\:tw-mt-12 {
    margin-top: 4rem;
  }

  .tailwind-apply .lg\:tw-mr-12 {
    margin-right: 4rem;
  }

  .tailwind-apply .lg\:tw-mb-12 {
    margin-bottom: 4rem;
  }

  .tailwind-apply .lg\:tw-ml-12 {
    margin-left: 4rem;
  }

  .tailwind-apply .lg\:tw-mt-14 {
    margin-top: 5rem;
  }

  .tailwind-apply .lg\:tw-mr-14 {
    margin-right: 5rem;
  }

  .tailwind-apply .lg\:tw-mb-14 {
    margin-bottom: 5rem;
  }

  .tailwind-apply .lg\:tw-ml-14 {
    margin-left: 5rem;
  }

  .tailwind-apply .lg\:tw-mt-auto {
    margin-top: auto;
  }

  .tailwind-apply .lg\:tw-mr-auto {
    margin-right: auto;
  }

  .tailwind-apply .lg\:tw-mb-auto {
    margin-bottom: auto;
  }

  .tailwind-apply .lg\:tw-ml-auto {
    margin-left: auto;
  }

  .tailwind-apply .lg\:tw-mt-px {
    margin-top: 1px;
  }

  .tailwind-apply .lg\:tw-mr-px {
    margin-right: 1px;
  }

  .tailwind-apply .lg\:tw-mb-px {
    margin-bottom: 1px;
  }

  .tailwind-apply .lg\:tw-ml-px {
    margin-left: 1px;
  }

  .tailwind-apply .lg\:tw--mt-1 {
    margin-top: -0.25rem;
  }

  .tailwind-apply .lg\:tw--mr-1 {
    margin-right: -0.25rem;
  }

  .tailwind-apply .lg\:tw--mb-1 {
    margin-bottom: -0.25rem;
  }

  .tailwind-apply .lg\:tw--ml-1 {
    margin-left: -0.25rem;
  }

  .tailwind-apply .lg\:tw--mt-2 {
    margin-top: -0.5rem;
  }

  .tailwind-apply .lg\:tw--mr-2 {
    margin-right: -0.5rem;
  }

  .tailwind-apply .lg\:tw--mb-2 {
    margin-bottom: -0.5rem;
  }

  .tailwind-apply .lg\:tw--ml-2 {
    margin-left: -0.5rem;
  }

  .tailwind-apply .lg\:tw--mt-3 {
    margin-top: -0.75rem;
  }

  .tailwind-apply .lg\:tw--mr-3 {
    margin-right: -0.75rem;
  }

  .tailwind-apply .lg\:tw--mb-3 {
    margin-bottom: -0.75rem;
  }

  .tailwind-apply .lg\:tw--ml-3 {
    margin-left: -0.75rem;
  }

  .tailwind-apply .lg\:tw--mt-4 {
    margin-top: -1rem;
  }

  .tailwind-apply .lg\:tw--mr-4 {
    margin-right: -1rem;
  }

  .tailwind-apply .lg\:tw--mb-4 {
    margin-bottom: -1rem;
  }

  .tailwind-apply .lg\:tw--ml-4 {
    margin-left: -1rem;
  }

  .tailwind-apply .lg\:tw--mt-5 {
    margin-top: -1.25rem;
  }

  .tailwind-apply .lg\:tw--mr-5 {
    margin-right: -1.25rem;
  }

  .tailwind-apply .lg\:tw--mb-5 {
    margin-bottom: -1.25rem;
  }

  .tailwind-apply .lg\:tw--ml-5 {
    margin-left: -1.25rem;
  }

  .tailwind-apply .lg\:tw--mt-6 {
    margin-top: -1.5rem;
  }

  .tailwind-apply .lg\:tw--mr-6 {
    margin-right: -1.5rem;
  }

  .tailwind-apply .lg\:tw--mb-6 {
    margin-bottom: -1.5rem;
  }

  .tailwind-apply .lg\:tw--ml-6 {
    margin-left: -1.5rem;
  }

  .tailwind-apply .lg\:tw--mt-7 {
    margin-top: -1.875rem;
  }

  .tailwind-apply .lg\:tw--mr-7 {
    margin-right: -1.875rem;
  }

  .tailwind-apply .lg\:tw--mb-7 {
    margin-bottom: -1.875rem;
  }

  .tailwind-apply .lg\:tw--ml-7 {
    margin-left: -1.875rem;
  }

  .tailwind-apply .lg\:tw--mt-8 {
    margin-top: -2.25rem;
  }

  .tailwind-apply .lg\:tw--mr-8 {
    margin-right: -2.25rem;
  }

  .tailwind-apply .lg\:tw--mb-8 {
    margin-bottom: -2.25rem;
  }

  .tailwind-apply .lg\:tw--ml-8 {
    margin-left: -2.25rem;
  }

  .tailwind-apply .lg\:tw--mt-10 {
    margin-top: -3rem;
  }

  .tailwind-apply .lg\:tw--mr-10 {
    margin-right: -3rem;
  }

  .tailwind-apply .lg\:tw--mb-10 {
    margin-bottom: -3rem;
  }

  .tailwind-apply .lg\:tw--ml-10 {
    margin-left: -3rem;
  }

  .tailwind-apply .lg\:tw--mt-12 {
    margin-top: -4rem;
  }

  .tailwind-apply .lg\:tw--mr-12 {
    margin-right: -4rem;
  }

  .tailwind-apply .lg\:tw--mb-12 {
    margin-bottom: -4rem;
  }

  .tailwind-apply .lg\:tw--ml-12 {
    margin-left: -4rem;
  }

  .tailwind-apply .lg\:tw--mt-14 {
    margin-top: -5rem;
  }

  .tailwind-apply .lg\:tw--mr-14 {
    margin-right: -5rem;
  }

  .tailwind-apply .lg\:tw--mb-14 {
    margin-bottom: -5rem;
  }

  .tailwind-apply .lg\:tw--ml-14 {
    margin-left: -5rem;
  }

  .tailwind-apply .lg\:tw--mt-px {
    margin-top: -1px;
  }

  .tailwind-apply .lg\:tw--mr-px {
    margin-right: -1px;
  }

  .tailwind-apply .lg\:tw--mb-px {
    margin-bottom: -1px;
  }

  .tailwind-apply .lg\:tw--ml-px {
    margin-left: -1px;
  }

  .tailwind-apply .lg\:tw-max-w-240 {
    max-width: 240px;
  }

  .tailwind-apply .lg\:tw-max-w-300 {
    max-width: 300px;
  }

  .tailwind-apply .lg\:tw-max-w-320 {
    max-width: 320px;
  }

  .tailwind-apply .lg\:tw-max-w-360 {
    max-width: 360px;
  }

  .tailwind-apply .lg\:tw-max-w-400 {
    max-width: 400px;
  }

  .tailwind-apply .lg\:tw-max-w-480 {
    max-width: 480px;
  }

  .tailwind-apply .lg\:tw-max-w-560 {
    max-width: 560px;
  }

  .tailwind-apply .lg\:tw-max-w-640 {
    max-width: 640px;
  }

  .tailwind-apply .lg\:tw-max-w-720 {
    max-width: 720px;
  }

  .tailwind-apply .lg\:tw-max-w-800 {
    max-width: 800px;
  }

  .tailwind-apply .lg\:tw-max-w-880 {
    max-width: 880px;
  }

  .tailwind-apply .lg\:tw-max-w-960 {
    max-width: 960px;
  }

  .tailwind-apply .lg\:tw-max-w-1200 {
    max-width: 1200px;
  }

  .tailwind-apply .lg\:tw-max-w-none {
    max-width: none;
  }

  .tailwind-apply .lg\:tw-max-w-full {
    max-width: 100%;
  }

  .tailwind-apply .lg\:tw-min-h-0 {
    min-height: 0;
  }

  .tailwind-apply .lg\:tw-min-h-full {
    min-height: 100%;
  }

  .tailwind-apply .lg\:tw-min-h-screen {
    min-height: 100vh;
  }

  .tailwind-apply .lg\:tw-p-0 {
    padding: 0;
  }

  .tailwind-apply .lg\:tw-p-1 {
    padding: 0.25rem;
  }

  .tailwind-apply .lg\:tw-p-2 {
    padding: 0.5rem;
  }

  .tailwind-apply .lg\:tw-p-3 {
    padding: 0.75rem;
  }

  .tailwind-apply .lg\:tw-p-4 {
    padding: 1rem;
  }

  .tailwind-apply .lg\:tw-p-5 {
    padding: 1.25rem;
  }

  .tailwind-apply .lg\:tw-p-6 {
    padding: 1.5rem;
  }

  .tailwind-apply .lg\:tw-p-7 {
    padding: 1.875rem;
  }

  .tailwind-apply .lg\:tw-p-8 {
    padding: 2.25rem;
  }

  .tailwind-apply .lg\:tw-p-10 {
    padding: 3rem;
  }

  .tailwind-apply .lg\:tw-p-12 {
    padding: 4rem;
  }

  .tailwind-apply .lg\:tw-p-14 {
    padding: 5rem;
  }

  .tailwind-apply .lg\:tw-p-px {
    padding: 1px;
  }

  .tailwind-apply .lg\:tw-py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .tailwind-apply .lg\:tw-px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .tailwind-apply .lg\:tw-py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .tailwind-apply .lg\:tw-px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .tailwind-apply .lg\:tw-py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .tailwind-apply .lg\:tw-px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .tailwind-apply .lg\:tw-py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .tailwind-apply .lg\:tw-px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .tailwind-apply .lg\:tw-py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .tailwind-apply .lg\:tw-px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tailwind-apply .lg\:tw-py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .tailwind-apply .lg\:tw-px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .tailwind-apply .lg\:tw-py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .tailwind-apply .lg\:tw-px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .tailwind-apply .lg\:tw-py-7 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .tailwind-apply .lg\:tw-px-7 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .tailwind-apply .lg\:tw-py-8 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .tailwind-apply .lg\:tw-px-8 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .tailwind-apply .lg\:tw-py-10 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .tailwind-apply .lg\:tw-px-10 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .tailwind-apply .lg\:tw-py-12 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .tailwind-apply .lg\:tw-px-12 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .tailwind-apply .lg\:tw-py-14 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .tailwind-apply .lg\:tw-px-14 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .tailwind-apply .lg\:tw-py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .tailwind-apply .lg\:tw-px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .tailwind-apply .lg\:tw-pt-0 {
    padding-top: 0;
  }

  .tailwind-apply .lg\:tw-pr-0 {
    padding-right: 0;
  }

  .tailwind-apply .lg\:tw-pb-0 {
    padding-bottom: 0;
  }

  .tailwind-apply .lg\:tw-pl-0 {
    padding-left: 0;
  }

  .tailwind-apply .lg\:tw-pt-1 {
    padding-top: 0.25rem;
  }

  .tailwind-apply .lg\:tw-pr-1 {
    padding-right: 0.25rem;
  }

  .tailwind-apply .lg\:tw-pb-1 {
    padding-bottom: 0.25rem;
  }

  .tailwind-apply .lg\:tw-pl-1 {
    padding-left: 0.25rem;
  }

  .tailwind-apply .lg\:tw-pt-2 {
    padding-top: 0.5rem;
  }

  .tailwind-apply .lg\:tw-pr-2 {
    padding-right: 0.5rem;
  }

  .tailwind-apply .lg\:tw-pb-2 {
    padding-bottom: 0.5rem;
  }

  .tailwind-apply .lg\:tw-pl-2 {
    padding-left: 0.5rem;
  }

  .tailwind-apply .lg\:tw-pt-3 {
    padding-top: 0.75rem;
  }

  .tailwind-apply .lg\:tw-pr-3 {
    padding-right: 0.75rem;
  }

  .tailwind-apply .lg\:tw-pb-3 {
    padding-bottom: 0.75rem;
  }

  .tailwind-apply .lg\:tw-pl-3 {
    padding-left: 0.75rem;
  }

  .tailwind-apply .lg\:tw-pt-4 {
    padding-top: 1rem;
  }

  .tailwind-apply .lg\:tw-pr-4 {
    padding-right: 1rem;
  }

  .tailwind-apply .lg\:tw-pb-4 {
    padding-bottom: 1rem;
  }

  .tailwind-apply .lg\:tw-pl-4 {
    padding-left: 1rem;
  }

  .tailwind-apply .lg\:tw-pt-5 {
    padding-top: 1.25rem;
  }

  .tailwind-apply .lg\:tw-pr-5 {
    padding-right: 1.25rem;
  }

  .tailwind-apply .lg\:tw-pb-5 {
    padding-bottom: 1.25rem;
  }

  .tailwind-apply .lg\:tw-pl-5 {
    padding-left: 1.25rem;
  }

  .tailwind-apply .lg\:tw-pt-6 {
    padding-top: 1.5rem;
  }

  .tailwind-apply .lg\:tw-pr-6 {
    padding-right: 1.5rem;
  }

  .tailwind-apply .lg\:tw-pb-6 {
    padding-bottom: 1.5rem;
  }

  .tailwind-apply .lg\:tw-pl-6 {
    padding-left: 1.5rem;
  }

  .tailwind-apply .lg\:tw-pt-7 {
    padding-top: 1.875rem;
  }

  .tailwind-apply .lg\:tw-pr-7 {
    padding-right: 1.875rem;
  }

  .tailwind-apply .lg\:tw-pb-7 {
    padding-bottom: 1.875rem;
  }

  .tailwind-apply .lg\:tw-pl-7 {
    padding-left: 1.875rem;
  }

  .tailwind-apply .lg\:tw-pt-8 {
    padding-top: 2.25rem;
  }

  .tailwind-apply .lg\:tw-pr-8 {
    padding-right: 2.25rem;
  }

  .tailwind-apply .lg\:tw-pb-8 {
    padding-bottom: 2.25rem;
  }

  .tailwind-apply .lg\:tw-pl-8 {
    padding-left: 2.25rem;
  }

  .tailwind-apply .lg\:tw-pt-10 {
    padding-top: 3rem;
  }

  .tailwind-apply .lg\:tw-pr-10 {
    padding-right: 3rem;
  }

  .tailwind-apply .lg\:tw-pb-10 {
    padding-bottom: 3rem;
  }

  .tailwind-apply .lg\:tw-pl-10 {
    padding-left: 3rem;
  }

  .tailwind-apply .lg\:tw-pt-12 {
    padding-top: 4rem;
  }

  .tailwind-apply .lg\:tw-pr-12 {
    padding-right: 4rem;
  }

  .tailwind-apply .lg\:tw-pb-12 {
    padding-bottom: 4rem;
  }

  .tailwind-apply .lg\:tw-pl-12 {
    padding-left: 4rem;
  }

  .tailwind-apply .lg\:tw-pt-14 {
    padding-top: 5rem;
  }

  .tailwind-apply .lg\:tw-pr-14 {
    padding-right: 5rem;
  }

  .tailwind-apply .lg\:tw-pb-14 {
    padding-bottom: 5rem;
  }

  .tailwind-apply .lg\:tw-pl-14 {
    padding-left: 5rem;
  }

  .tailwind-apply .lg\:tw-pt-px {
    padding-top: 1px;
  }

  .tailwind-apply .lg\:tw-pr-px {
    padding-right: 1px;
  }

  .tailwind-apply .lg\:tw-pb-px {
    padding-bottom: 1px;
  }

  .tailwind-apply .lg\:tw-pl-px {
    padding-left: 1px;
  }

  .tailwind-apply .lg\:tw-placeholder-transparent::-webkit-input-placeholder {
    color: transparent;
  }

  .tailwind-apply .lg\:tw-placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .tailwind-apply .lg\:tw-placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .tailwind-apply .lg\:tw-placeholder-transparent::-ms-input-placeholder {
    color: transparent;
  }

  .tailwind-apply .lg\:tw-placeholder-transparent::placeholder {
    color: transparent;
  }

  .tailwind-apply .lg\:tw-placeholder-black::-webkit-input-placeholder {
    color: #22292f;
  }

  .tailwind-apply .lg\:tw-placeholder-black::-moz-placeholder {
    color: #22292f;
  }

  .tailwind-apply .lg\:tw-placeholder-black:-ms-input-placeholder {
    color: #22292f;
  }

  .tailwind-apply .lg\:tw-placeholder-black::-ms-input-placeholder {
    color: #22292f;
  }

  .tailwind-apply .lg\:tw-placeholder-black::placeholder {
    color: #22292f;
  }

  .tailwind-apply .lg\:tw-placeholder-white::-webkit-input-placeholder {
    color: #fff;
  }

  .tailwind-apply .lg\:tw-placeholder-white::-moz-placeholder {
    color: #fff;
  }

  .tailwind-apply .lg\:tw-placeholder-white:-ms-input-placeholder {
    color: #fff;
  }

  .tailwind-apply .lg\:tw-placeholder-white::-ms-input-placeholder {
    color: #fff;
  }

  .tailwind-apply .lg\:tw-placeholder-white::placeholder {
    color: #fff;
  }

  .tailwind-apply .lg\:tw-placeholder-gray-100::-webkit-input-placeholder {
    color: #faf8f8;
  }

  .tailwind-apply .lg\:tw-placeholder-gray-100::-moz-placeholder {
    color: #faf8f8;
  }

  .tailwind-apply .lg\:tw-placeholder-gray-100:-ms-input-placeholder {
    color: #faf8f8;
  }

  .tailwind-apply .lg\:tw-placeholder-gray-100::-ms-input-placeholder {
    color: #faf8f8;
  }

  .tailwind-apply .lg\:tw-placeholder-gray-100::placeholder {
    color: #faf8f8;
  }

  .tailwind-apply .lg\:tw-placeholder-gray-200::-webkit-input-placeholder {
    color: #f5f4f4;
  }

  .tailwind-apply .lg\:tw-placeholder-gray-200::-moz-placeholder {
    color: #f5f4f4;
  }

  .tailwind-apply .lg\:tw-placeholder-gray-200:-ms-input-placeholder {
    color: #f5f4f4;
  }

  .tailwind-apply .lg\:tw-placeholder-gray-200::-ms-input-placeholder {
    color: #f5f4f4;
  }

  .tailwind-apply .lg\:tw-placeholder-gray-200::placeholder {
    color: #f5f4f4;
  }

  .tailwind-apply .lg\:tw-placeholder-gray-300::-webkit-input-placeholder {
    color: #ebebeb;
  }

  .tailwind-apply .lg\:tw-placeholder-gray-300::-moz-placeholder {
    color: #ebebeb;
  }

  .tailwind-apply .lg\:tw-placeholder-gray-300:-ms-input-placeholder {
    color: #ebebeb;
  }

  .tailwind-apply .lg\:tw-placeholder-gray-300::-ms-input-placeholder {
    color: #ebebeb;
  }

  .tailwind-apply .lg\:tw-placeholder-gray-300::placeholder {
    color: #ebebeb;
  }

  .tailwind-apply .lg\:tw-placeholder-gray-400::-webkit-input-placeholder {
    color: #c6c3c3;
  }

  .tailwind-apply .lg\:tw-placeholder-gray-400::-moz-placeholder {
    color: #c6c3c3;
  }

  .tailwind-apply .lg\:tw-placeholder-gray-400:-ms-input-placeholder {
    color: #c6c3c3;
  }

  .tailwind-apply .lg\:tw-placeholder-gray-400::-ms-input-placeholder {
    color: #c6c3c3;
  }

  .tailwind-apply .lg\:tw-placeholder-gray-400::placeholder {
    color: #c6c3c3;
  }

  .tailwind-apply .lg\:tw-placeholder-gray-500::-webkit-input-placeholder {
    color: #a4a0a0;
  }

  .tailwind-apply .lg\:tw-placeholder-gray-500::-moz-placeholder {
    color: #a4a0a0;
  }

  .tailwind-apply .lg\:tw-placeholder-gray-500:-ms-input-placeholder {
    color: #a4a0a0;
  }

  .tailwind-apply .lg\:tw-placeholder-gray-500::-ms-input-placeholder {
    color: #a4a0a0;
  }

  .tailwind-apply .lg\:tw-placeholder-gray-500::placeholder {
    color: #a4a0a0;
  }

  .tailwind-apply .lg\:tw-placeholder-gray-600::-webkit-input-placeholder {
    color: #7b7777;
  }

  .tailwind-apply .lg\:tw-placeholder-gray-600::-moz-placeholder {
    color: #7b7777;
  }

  .tailwind-apply .lg\:tw-placeholder-gray-600:-ms-input-placeholder {
    color: #7b7777;
  }

  .tailwind-apply .lg\:tw-placeholder-gray-600::-ms-input-placeholder {
    color: #7b7777;
  }

  .tailwind-apply .lg\:tw-placeholder-gray-600::placeholder {
    color: #7b7777;
  }

  .tailwind-apply .lg\:tw-placeholder-gray-700::-webkit-input-placeholder {
    color: #544f4f;
  }

  .tailwind-apply .lg\:tw-placeholder-gray-700::-moz-placeholder {
    color: #544f4f;
  }

  .tailwind-apply .lg\:tw-placeholder-gray-700:-ms-input-placeholder {
    color: #544f4f;
  }

  .tailwind-apply .lg\:tw-placeholder-gray-700::-ms-input-placeholder {
    color: #544f4f;
  }

  .tailwind-apply .lg\:tw-placeholder-gray-700::placeholder {
    color: #544f4f;
  }

  .tailwind-apply .lg\:tw-placeholder-gray-800::-webkit-input-placeholder {
    color: #2E2E38;
  }

  .tailwind-apply .lg\:tw-placeholder-gray-800::-moz-placeholder {
    color: #2E2E38;
  }

  .tailwind-apply .lg\:tw-placeholder-gray-800:-ms-input-placeholder {
    color: #2E2E38;
  }

  .tailwind-apply .lg\:tw-placeholder-gray-800::-ms-input-placeholder {
    color: #2E2E38;
  }

  .tailwind-apply .lg\:tw-placeholder-gray-800::placeholder {
    color: #2E2E38;
  }

  .tailwind-apply .lg\:tw-placeholder-red-500::-webkit-input-placeholder {
    color: #cd150b;
  }

  .tailwind-apply .lg\:tw-placeholder-red-500::-moz-placeholder {
    color: #cd150b;
  }

  .tailwind-apply .lg\:tw-placeholder-red-500:-ms-input-placeholder {
    color: #cd150b;
  }

  .tailwind-apply .lg\:tw-placeholder-red-500::-ms-input-placeholder {
    color: #cd150b;
  }

  .tailwind-apply .lg\:tw-placeholder-red-500::placeholder {
    color: #cd150b;
  }

  .tailwind-apply .lg\:tw-placeholder-red-700::-webkit-input-placeholder {
    color: #B41C39;
  }

  .tailwind-apply .lg\:tw-placeholder-red-700::-moz-placeholder {
    color: #B41C39;
  }

  .tailwind-apply .lg\:tw-placeholder-red-700:-ms-input-placeholder {
    color: #B41C39;
  }

  .tailwind-apply .lg\:tw-placeholder-red-700::-ms-input-placeholder {
    color: #B41C39;
  }

  .tailwind-apply .lg\:tw-placeholder-red-700::placeholder {
    color: #B41C39;
  }

  .tailwind-apply .lg\:tw-placeholder-orange-500::-webkit-input-placeholder {
    color: #F4811F;
  }

  .tailwind-apply .lg\:tw-placeholder-orange-500::-moz-placeholder {
    color: #F4811F;
  }

  .tailwind-apply .lg\:tw-placeholder-orange-500:-ms-input-placeholder {
    color: #F4811F;
  }

  .tailwind-apply .lg\:tw-placeholder-orange-500::-ms-input-placeholder {
    color: #F4811F;
  }

  .tailwind-apply .lg\:tw-placeholder-orange-500::placeholder {
    color: #F4811F;
  }

  .tailwind-apply .lg\:tw-placeholder-green-500::-webkit-input-placeholder {
    color: #8BBD58;
  }

  .tailwind-apply .lg\:tw-placeholder-green-500::-moz-placeholder {
    color: #8BBD58;
  }

  .tailwind-apply .lg\:tw-placeholder-green-500:-ms-input-placeholder {
    color: #8BBD58;
  }

  .tailwind-apply .lg\:tw-placeholder-green-500::-ms-input-placeholder {
    color: #8BBD58;
  }

  .tailwind-apply .lg\:tw-placeholder-green-500::placeholder {
    color: #8BBD58;
  }

  .tailwind-apply .lg\:tw-placeholder-blue-100::-webkit-input-placeholder {
    color: #8ecbe1;
  }

  .tailwind-apply .lg\:tw-placeholder-blue-100::-moz-placeholder {
    color: #8ecbe1;
  }

  .tailwind-apply .lg\:tw-placeholder-blue-100:-ms-input-placeholder {
    color: #8ecbe1;
  }

  .tailwind-apply .lg\:tw-placeholder-blue-100::-ms-input-placeholder {
    color: #8ecbe1;
  }

  .tailwind-apply .lg\:tw-placeholder-blue-100::placeholder {
    color: #8ecbe1;
  }

  .tailwind-apply .lg\:tw-placeholder-blue-300::-webkit-input-placeholder {
    color: #6cb2eb;
  }

  .tailwind-apply .lg\:tw-placeholder-blue-300::-moz-placeholder {
    color: #6cb2eb;
  }

  .tailwind-apply .lg\:tw-placeholder-blue-300:-ms-input-placeholder {
    color: #6cb2eb;
  }

  .tailwind-apply .lg\:tw-placeholder-blue-300::-ms-input-placeholder {
    color: #6cb2eb;
  }

  .tailwind-apply .lg\:tw-placeholder-blue-300::placeholder {
    color: #6cb2eb;
  }

  .tailwind-apply .lg\:tw-placeholder-blue-500::-webkit-input-placeholder {
    color: #5486cb;
  }

  .tailwind-apply .lg\:tw-placeholder-blue-500::-moz-placeholder {
    color: #5486cb;
  }

  .tailwind-apply .lg\:tw-placeholder-blue-500:-ms-input-placeholder {
    color: #5486cb;
  }

  .tailwind-apply .lg\:tw-placeholder-blue-500::-ms-input-placeholder {
    color: #5486cb;
  }

  .tailwind-apply .lg\:tw-placeholder-blue-500::placeholder {
    color: #5486cb;
  }

  .tailwind-apply .lg\:tw-placeholder-blue-700::-webkit-input-placeholder {
    color: #2779bd;
  }

  .tailwind-apply .lg\:tw-placeholder-blue-700::-moz-placeholder {
    color: #2779bd;
  }

  .tailwind-apply .lg\:tw-placeholder-blue-700:-ms-input-placeholder {
    color: #2779bd;
  }

  .tailwind-apply .lg\:tw-placeholder-blue-700::-ms-input-placeholder {
    color: #2779bd;
  }

  .tailwind-apply .lg\:tw-placeholder-blue-700::placeholder {
    color: #2779bd;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-transparent:focus::-webkit-input-placeholder {
    color: transparent;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-transparent:focus::-ms-input-placeholder {
    color: transparent;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-black:focus::-webkit-input-placeholder {
    color: #22292f;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-black:focus::-moz-placeholder {
    color: #22292f;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-black:focus:-ms-input-placeholder {
    color: #22292f;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-black:focus::-ms-input-placeholder {
    color: #22292f;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-black:focus::placeholder {
    color: #22292f;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-white:focus::-webkit-input-placeholder {
    color: #fff;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-white:focus::-moz-placeholder {
    color: #fff;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-white:focus:-ms-input-placeholder {
    color: #fff;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-white:focus::-ms-input-placeholder {
    color: #fff;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-white:focus::placeholder {
    color: #fff;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-gray-100:focus::-webkit-input-placeholder {
    color: #faf8f8;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-gray-100:focus::-moz-placeholder {
    color: #faf8f8;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-gray-100:focus:-ms-input-placeholder {
    color: #faf8f8;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-gray-100:focus::-ms-input-placeholder {
    color: #faf8f8;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-gray-100:focus::placeholder {
    color: #faf8f8;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-gray-200:focus::-webkit-input-placeholder {
    color: #f5f4f4;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-gray-200:focus::-moz-placeholder {
    color: #f5f4f4;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-gray-200:focus:-ms-input-placeholder {
    color: #f5f4f4;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-gray-200:focus::-ms-input-placeholder {
    color: #f5f4f4;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-gray-200:focus::placeholder {
    color: #f5f4f4;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-gray-300:focus::-webkit-input-placeholder {
    color: #ebebeb;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-gray-300:focus::-moz-placeholder {
    color: #ebebeb;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-gray-300:focus:-ms-input-placeholder {
    color: #ebebeb;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-gray-300:focus::-ms-input-placeholder {
    color: #ebebeb;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-gray-300:focus::placeholder {
    color: #ebebeb;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-gray-400:focus::-webkit-input-placeholder {
    color: #c6c3c3;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-gray-400:focus::-moz-placeholder {
    color: #c6c3c3;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-gray-400:focus:-ms-input-placeholder {
    color: #c6c3c3;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-gray-400:focus::-ms-input-placeholder {
    color: #c6c3c3;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-gray-400:focus::placeholder {
    color: #c6c3c3;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-gray-500:focus::-webkit-input-placeholder {
    color: #a4a0a0;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-gray-500:focus::-moz-placeholder {
    color: #a4a0a0;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-gray-500:focus:-ms-input-placeholder {
    color: #a4a0a0;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-gray-500:focus::-ms-input-placeholder {
    color: #a4a0a0;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-gray-500:focus::placeholder {
    color: #a4a0a0;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-gray-600:focus::-webkit-input-placeholder {
    color: #7b7777;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-gray-600:focus::-moz-placeholder {
    color: #7b7777;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-gray-600:focus:-ms-input-placeholder {
    color: #7b7777;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-gray-600:focus::-ms-input-placeholder {
    color: #7b7777;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-gray-600:focus::placeholder {
    color: #7b7777;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-gray-700:focus::-webkit-input-placeholder {
    color: #544f4f;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-gray-700:focus::-moz-placeholder {
    color: #544f4f;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-gray-700:focus:-ms-input-placeholder {
    color: #544f4f;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-gray-700:focus::-ms-input-placeholder {
    color: #544f4f;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-gray-700:focus::placeholder {
    color: #544f4f;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-gray-800:focus::-webkit-input-placeholder {
    color: #2E2E38;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-gray-800:focus::-moz-placeholder {
    color: #2E2E38;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-gray-800:focus:-ms-input-placeholder {
    color: #2E2E38;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-gray-800:focus::-ms-input-placeholder {
    color: #2E2E38;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-gray-800:focus::placeholder {
    color: #2E2E38;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-red-500:focus::-webkit-input-placeholder {
    color: #cd150b;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-red-500:focus::-moz-placeholder {
    color: #cd150b;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-red-500:focus:-ms-input-placeholder {
    color: #cd150b;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-red-500:focus::-ms-input-placeholder {
    color: #cd150b;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-red-500:focus::placeholder {
    color: #cd150b;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-red-700:focus::-webkit-input-placeholder {
    color: #B41C39;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-red-700:focus::-moz-placeholder {
    color: #B41C39;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-red-700:focus:-ms-input-placeholder {
    color: #B41C39;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-red-700:focus::-ms-input-placeholder {
    color: #B41C39;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-red-700:focus::placeholder {
    color: #B41C39;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-orange-500:focus::-webkit-input-placeholder {
    color: #F4811F;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-orange-500:focus::-moz-placeholder {
    color: #F4811F;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-orange-500:focus:-ms-input-placeholder {
    color: #F4811F;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-orange-500:focus::-ms-input-placeholder {
    color: #F4811F;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-orange-500:focus::placeholder {
    color: #F4811F;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-green-500:focus::-webkit-input-placeholder {
    color: #8BBD58;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-green-500:focus::-moz-placeholder {
    color: #8BBD58;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-green-500:focus:-ms-input-placeholder {
    color: #8BBD58;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-green-500:focus::-ms-input-placeholder {
    color: #8BBD58;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-green-500:focus::placeholder {
    color: #8BBD58;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-blue-100:focus::-webkit-input-placeholder {
    color: #8ecbe1;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-blue-100:focus::-moz-placeholder {
    color: #8ecbe1;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-blue-100:focus:-ms-input-placeholder {
    color: #8ecbe1;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-blue-100:focus::-ms-input-placeholder {
    color: #8ecbe1;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-blue-100:focus::placeholder {
    color: #8ecbe1;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-blue-300:focus::-webkit-input-placeholder {
    color: #6cb2eb;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-blue-300:focus::-moz-placeholder {
    color: #6cb2eb;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-blue-300:focus:-ms-input-placeholder {
    color: #6cb2eb;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-blue-300:focus::-ms-input-placeholder {
    color: #6cb2eb;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-blue-300:focus::placeholder {
    color: #6cb2eb;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-blue-500:focus::-webkit-input-placeholder {
    color: #5486cb;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-blue-500:focus::-moz-placeholder {
    color: #5486cb;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-blue-500:focus:-ms-input-placeholder {
    color: #5486cb;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-blue-500:focus::-ms-input-placeholder {
    color: #5486cb;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-blue-500:focus::placeholder {
    color: #5486cb;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-blue-700:focus::-webkit-input-placeholder {
    color: #2779bd;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-blue-700:focus::-moz-placeholder {
    color: #2779bd;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-blue-700:focus:-ms-input-placeholder {
    color: #2779bd;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-blue-700:focus::-ms-input-placeholder {
    color: #2779bd;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-blue-700:focus::placeholder {
    color: #2779bd;
  }

  .tailwind-apply .lg\:tw-static {
    position: static;
  }

  .tailwind-apply .lg\:tw-fixed {
    position: fixed;
  }

  .tailwind-apply .lg\:tw-absolute {
    position: absolute;
  }

  .tailwind-apply .lg\:tw-relative {
    position: relative;
  }

  .tailwind-apply .lg\:tw-sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .tailwind-apply .lg\:tw-inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .tailwind-apply .lg\:tw-inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .tailwind-apply .lg\:tw-inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .tailwind-apply .lg\:tw-inset-x-0 {
    right: 0;
    left: 0;
  }

  .tailwind-apply .lg\:tw-inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .tailwind-apply .lg\:tw-inset-x-auto {
    right: auto;
    left: auto;
  }

  .tailwind-apply .lg\:tw-top-0 {
    top: 0;
  }

  .tailwind-apply .lg\:tw-right-0 {
    right: 0;
  }

  .tailwind-apply .lg\:tw-bottom-0 {
    bottom: 0;
  }

  .tailwind-apply .lg\:tw-left-0 {
    left: 0;
  }

  .tailwind-apply .lg\:tw-top-auto {
    top: auto;
  }

  .tailwind-apply .lg\:tw-right-auto {
    right: auto;
  }

  .tailwind-apply .lg\:tw-bottom-auto {
    bottom: auto;
  }

  .tailwind-apply .lg\:tw-left-auto {
    left: auto;
  }

  .tailwind-apply .lg\:tw-shadow {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
  }

  .tailwind-apply .lg\:tw-shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
  }

  .tailwind-apply .lg\:tw-shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
  }

  .tailwind-apply .lg\:tw-shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
  }

  .tailwind-apply .lg\:tw-shadow-none {
    box-shadow: none;
  }

  .tailwind-apply .lg\:tw-text-left {
    text-align: left;
  }

  .tailwind-apply .lg\:tw-text-center {
    text-align: center;
  }

  .tailwind-apply .lg\:tw-text-right {
    text-align: right;
  }

  .tailwind-apply .lg\:tw-text-justify {
    text-align: justify;
  }

  .tailwind-apply .lg\:tw-text-transparent {
    color: transparent;
  }

  .tailwind-apply .lg\:tw-text-black {
    color: #22292f;
  }

  .tailwind-apply .lg\:tw-text-white {
    color: #fff;
  }

  .tailwind-apply .lg\:tw-text-gray-100 {
    color: #faf8f8;
  }

  .tailwind-apply .lg\:tw-text-gray-200 {
    color: #f5f4f4;
  }

  .tailwind-apply .lg\:tw-text-gray-300 {
    color: #ebebeb;
  }

  .tailwind-apply .lg\:tw-text-gray-400 {
    color: #c6c3c3;
  }

  .tailwind-apply .lg\:tw-text-gray-500 {
    color: #a4a0a0;
  }

  .tailwind-apply .lg\:tw-text-gray-600 {
    color: #7b7777;
  }

  .tailwind-apply .lg\:tw-text-gray-700 {
    color: #544f4f;
  }

  .tailwind-apply .lg\:tw-text-gray-800 {
    color: #2E2E38;
  }

  .tailwind-apply .lg\:tw-text-red-500 {
    color: #cd150b;
  }

  .tailwind-apply .lg\:tw-text-red-700 {
    color: #B41C39;
  }

  .tailwind-apply .lg\:tw-text-orange-500 {
    color: #F4811F;
  }

  .tailwind-apply .lg\:tw-text-green-500 {
    color: #8BBD58;
  }

  .tailwind-apply .lg\:tw-text-blue-100 {
    color: #8ecbe1;
  }

  .tailwind-apply .lg\:tw-text-blue-300 {
    color: #6cb2eb;
  }

  .tailwind-apply .lg\:tw-text-blue-500 {
    color: #5486cb;
  }

  .tailwind-apply .lg\:tw-text-blue-700 {
    color: #2779bd;
  }

  .tailwind-apply .lg\:hover\:tw-text-transparent:hover {
    color: transparent;
  }

  .tailwind-apply .lg\:hover\:tw-text-black:hover {
    color: #22292f;
  }

  .tailwind-apply .lg\:hover\:tw-text-white:hover {
    color: #fff;
  }

  .tailwind-apply .lg\:hover\:tw-text-gray-100:hover {
    color: #faf8f8;
  }

  .tailwind-apply .lg\:hover\:tw-text-gray-200:hover {
    color: #f5f4f4;
  }

  .tailwind-apply .lg\:hover\:tw-text-gray-300:hover {
    color: #ebebeb;
  }

  .tailwind-apply .lg\:hover\:tw-text-gray-400:hover {
    color: #c6c3c3;
  }

  .tailwind-apply .lg\:hover\:tw-text-gray-500:hover {
    color: #a4a0a0;
  }

  .tailwind-apply .lg\:hover\:tw-text-gray-600:hover {
    color: #7b7777;
  }

  .tailwind-apply .lg\:hover\:tw-text-gray-700:hover {
    color: #544f4f;
  }

  .tailwind-apply .lg\:hover\:tw-text-gray-800:hover {
    color: #2E2E38;
  }

  .tailwind-apply .lg\:hover\:tw-text-red-500:hover {
    color: #cd150b;
  }

  .tailwind-apply .lg\:hover\:tw-text-red-700:hover {
    color: #B41C39;
  }

  .tailwind-apply .lg\:hover\:tw-text-orange-500:hover {
    color: #F4811F;
  }

  .tailwind-apply .lg\:hover\:tw-text-green-500:hover {
    color: #8BBD58;
  }

  .tailwind-apply .lg\:hover\:tw-text-blue-100:hover {
    color: #8ecbe1;
  }

  .tailwind-apply .lg\:hover\:tw-text-blue-300:hover {
    color: #6cb2eb;
  }

  .tailwind-apply .lg\:hover\:tw-text-blue-500:hover {
    color: #5486cb;
  }

  .tailwind-apply .lg\:hover\:tw-text-blue-700:hover {
    color: #2779bd;
  }

  .tailwind-apply .lg\:tw-text-xs {
    font-size: 0.75rem;
  }

  .tailwind-apply .lg\:tw-text-sm {
    font-size: 0.875rem;
  }

  .tailwind-apply .lg\:tw-text-base {
    font-size: 1rem;
  }

  .tailwind-apply .lg\:tw-text-lg {
    font-size: 1.125rem;
  }

  .tailwind-apply .lg\:tw-text-xl {
    font-size: 1.25rem;
  }

  .tailwind-apply .lg\:tw-text-2xl {
    font-size: 1.5rem;
  }

  .tailwind-apply .lg\:tw-text-3xl {
    font-size: 1.875rem;
  }

  .tailwind-apply .lg\:tw-text-4xl {
    font-size: 2.25rem;
  }

  .tailwind-apply .lg\:tw-text-5xl {
    font-size: 3rem;
  }

  .tailwind-apply .lg\:tw-text-6xl {
    font-size: 4rem;
  }

  .tailwind-apply .lg\:tw-italic {
    font-style: italic;
  }

  .tailwind-apply .lg\:tw-not-italic {
    font-style: normal;
  }

  .tailwind-apply .lg\:tw-uppercase {
    text-transform: uppercase;
  }

  .tailwind-apply .lg\:tw-lowercase {
    text-transform: lowercase;
  }

  .tailwind-apply .lg\:tw-capitalize {
    text-transform: capitalize;
  }

  .tailwind-apply .lg\:tw-normal-case {
    text-transform: none;
  }

  .tailwind-apply .lg\:tw-underline {
    text-decoration: underline;
  }

  .tailwind-apply .lg\:tw-line-through {
    text-decoration: line-through;
  }

  .tailwind-apply .lg\:tw-no-underline {
    text-decoration: none;
  }

  .tailwind-apply .lg\:hover\:tw-underline:hover {
    text-decoration: underline;
  }

  .tailwind-apply .lg\:hover\:tw-line-through:hover {
    text-decoration: line-through;
  }

  .tailwind-apply .lg\:hover\:tw-no-underline:hover {
    text-decoration: none;
  }

  .tailwind-apply .lg\:tw-align-baseline {
    vertical-align: baseline;
  }

  .tailwind-apply .lg\:tw-align-top {
    vertical-align: top;
  }

  .tailwind-apply .lg\:tw-align-middle {
    vertical-align: middle;
  }

  .tailwind-apply .lg\:tw-align-bottom {
    vertical-align: bottom;
  }

  .tailwind-apply .lg\:tw-align-text-top {
    vertical-align: text-top;
  }

  .tailwind-apply .lg\:tw-align-text-bottom {
    vertical-align: text-bottom;
  }

  .tailwind-apply .lg\:tw-visible {
    visibility: visible;
  }

  .tailwind-apply .lg\:tw-invisible {
    visibility: hidden;
  }

  .tailwind-apply .lg\:tw-break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .tailwind-apply .lg\:tw-break-words {
    overflow-wrap: break-word;
  }

  .tailwind-apply .lg\:tw-break-all {
    word-break: break-all;
  }

  .tailwind-apply .lg\:tw-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .tailwind-apply .lg\:tw-w-16 {
    width: 16px;
  }

  .tailwind-apply .lg\:tw-w-24 {
    width: 24px;
  }

  .tailwind-apply .lg\:tw-w-32 {
    width: 32px;
  }

  .tailwind-apply .lg\:tw-w-40 {
    width: 40px;
  }

  .tailwind-apply .lg\:tw-w-48 {
    width: 48px;
  }

  .tailwind-apply .lg\:tw-w-60 {
    width: 60px;
  }

  .tailwind-apply .lg\:tw-w-80 {
    width: 80px;
  }

  .tailwind-apply .lg\:tw-w-100 {
    width: 100px;
  }

  .tailwind-apply .lg\:tw-w-180 {
    width: 180px;
  }

  .tailwind-apply .lg\:tw-w-240 {
    width: 240px;
  }

  .tailwind-apply .lg\:tw-w-280 {
    width: 280px;
  }

  .tailwind-apply .lg\:tw-w-300 {
    width: 300px;
  }

  .tailwind-apply .lg\:tw-w-320 {
    width: 320px;
  }

  .tailwind-apply .lg\:tw-w-360 {
    width: 360px;
  }

  .tailwind-apply .lg\:tw-w-400 {
    width: 400px;
  }

  .tailwind-apply .lg\:tw-w-480 {
    width: 480px;
  }

  .tailwind-apply .lg\:tw-w-560 {
    width: 560px;
  }

  .tailwind-apply .lg\:tw-w-640 {
    width: 640px;
  }

  .tailwind-apply .lg\:tw-w-720 {
    width: 720px;
  }

  .tailwind-apply .lg\:tw-w-800 {
    width: 800px;
  }

  .tailwind-apply .lg\:tw-w-auto {
    width: auto;
  }

  .tailwind-apply .lg\:tw-w-px {
    width: 1px;
  }

  .tailwind-apply .lg\:tw-w-1\/2 {
    width: 50%;
  }

  .tailwind-apply .lg\:tw-w-1\/3 {
    width: 33.33333%;
  }

  .tailwind-apply .lg\:tw-w-2\/3 {
    width: 66.66667%;
  }

  .tailwind-apply .lg\:tw-w-1\/4 {
    width: 25%;
  }

  .tailwind-apply .lg\:tw-w-3\/4 {
    width: 75%;
  }

  .tailwind-apply .lg\:tw-w-1\/5 {
    width: 20%;
  }

  .tailwind-apply .lg\:tw-w-2\/5 {
    width: 40%;
  }

  .tailwind-apply .lg\:tw-w-3\/5 {
    width: 60%;
  }

  .tailwind-apply .lg\:tw-w-4\/5 {
    width: 80%;
  }

  .tailwind-apply .lg\:tw-w-1\/6 {
    width: 16.66667%;
  }

  .tailwind-apply .lg\:tw-w-5\/6 {
    width: 83.33333%;
  }

  .tailwind-apply .lg\:tw-w-full {
    width: 100%;
  }

  .tailwind-apply .lg\:tw-w-screen {
    width: 100vw;
  }

  .tailwind-apply .lg\:tw-z-0 {
    z-index: 0;
  }

  .tailwind-apply .lg\:tw-z-10 {
    z-index: 10;
  }

  .tailwind-apply .lg\:tw-z-20 {
    z-index: 20;
  }

  .tailwind-apply .lg\:tw-z-30 {
    z-index: 30;
  }

  .tailwind-apply .lg\:tw-z-40 {
    z-index: 40;
  }

  .tailwind-apply .lg\:tw-z-50 {
    z-index: 50;
  }

  .tailwind-apply .lg\:tw-z-auto {
    z-index: auto;
  }
}

@media (min-width: 1200px) {
  .tailwind-apply .xl\:tw-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .tailwind-apply .xl\:tw-not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .tailwind-apply .xl\:focus\:tw-sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .tailwind-apply .xl\:focus\:tw-not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .tailwind-apply .xl\:tw-bg-transparent {
    background-color: transparent;
  }

  .tailwind-apply .xl\:tw-bg-black {
    background-color: #22292f;
  }

  .tailwind-apply .xl\:tw-bg-white {
    background-color: #fff;
  }

  .tailwind-apply .xl\:tw-bg-gray-100 {
    background-color: #faf8f8;
  }

  .tailwind-apply .xl\:tw-bg-gray-200 {
    background-color: #f5f4f4;
  }

  .tailwind-apply .xl\:tw-bg-gray-300 {
    background-color: #ebebeb;
  }

  .tailwind-apply .xl\:tw-bg-gray-400 {
    background-color: #c6c3c3;
  }

  .tailwind-apply .xl\:tw-bg-gray-500 {
    background-color: #a4a0a0;
  }

  .tailwind-apply .xl\:tw-bg-gray-600 {
    background-color: #7b7777;
  }

  .tailwind-apply .xl\:tw-bg-gray-700 {
    background-color: #544f4f;
  }

  .tailwind-apply .xl\:tw-bg-gray-800 {
    background-color: #2E2E38;
  }

  .tailwind-apply .xl\:tw-bg-red-500 {
    background-color: #cd150b;
  }

  .tailwind-apply .xl\:tw-bg-red-700 {
    background-color: #B41C39;
  }

  .tailwind-apply .xl\:tw-bg-orange-500 {
    background-color: #F4811F;
  }

  .tailwind-apply .xl\:tw-bg-green-500 {
    background-color: #8BBD58;
  }

  .tailwind-apply .xl\:tw-bg-blue-100 {
    background-color: #8ecbe1;
  }

  .tailwind-apply .xl\:tw-bg-blue-300 {
    background-color: #6cb2eb;
  }

  .tailwind-apply .xl\:tw-bg-blue-500 {
    background-color: #5486cb;
  }

  .tailwind-apply .xl\:tw-bg-blue-700 {
    background-color: #2779bd;
  }

  .tailwind-apply .xl\:hover\:tw-bg-transparent:hover {
    background-color: transparent;
  }

  .tailwind-apply .xl\:hover\:tw-bg-black:hover {
    background-color: #22292f;
  }

  .tailwind-apply .xl\:hover\:tw-bg-white:hover {
    background-color: #fff;
  }

  .tailwind-apply .xl\:hover\:tw-bg-gray-100:hover {
    background-color: #faf8f8;
  }

  .tailwind-apply .xl\:hover\:tw-bg-gray-200:hover {
    background-color: #f5f4f4;
  }

  .tailwind-apply .xl\:hover\:tw-bg-gray-300:hover {
    background-color: #ebebeb;
  }

  .tailwind-apply .xl\:hover\:tw-bg-gray-400:hover {
    background-color: #c6c3c3;
  }

  .tailwind-apply .xl\:hover\:tw-bg-gray-500:hover {
    background-color: #a4a0a0;
  }

  .tailwind-apply .xl\:hover\:tw-bg-gray-600:hover {
    background-color: #7b7777;
  }

  .tailwind-apply .xl\:hover\:tw-bg-gray-700:hover {
    background-color: #544f4f;
  }

  .tailwind-apply .xl\:hover\:tw-bg-gray-800:hover {
    background-color: #2E2E38;
  }

  .tailwind-apply .xl\:hover\:tw-bg-red-500:hover {
    background-color: #cd150b;
  }

  .tailwind-apply .xl\:hover\:tw-bg-red-700:hover {
    background-color: #B41C39;
  }

  .tailwind-apply .xl\:hover\:tw-bg-orange-500:hover {
    background-color: #F4811F;
  }

  .tailwind-apply .xl\:hover\:tw-bg-green-500:hover {
    background-color: #8BBD58;
  }

  .tailwind-apply .xl\:hover\:tw-bg-blue-100:hover {
    background-color: #8ecbe1;
  }

  .tailwind-apply .xl\:hover\:tw-bg-blue-300:hover {
    background-color: #6cb2eb;
  }

  .tailwind-apply .xl\:hover\:tw-bg-blue-500:hover {
    background-color: #5486cb;
  }

  .tailwind-apply .xl\:hover\:tw-bg-blue-700:hover {
    background-color: #2779bd;
  }

  .tailwind-apply .xl\:tw-bg-bottom {
    background-position: bottom;
  }

  .tailwind-apply .xl\:tw-bg-center {
    background-position: center;
  }

  .tailwind-apply .xl\:tw-bg-left {
    background-position: left;
  }

  .tailwind-apply .xl\:tw-bg-left-bottom {
    background-position: left bottom;
  }

  .tailwind-apply .xl\:tw-bg-left-top {
    background-position: left top;
  }

  .tailwind-apply .xl\:tw-bg-right {
    background-position: right;
  }

  .tailwind-apply .xl\:tw-bg-right-bottom {
    background-position: right bottom;
  }

  .tailwind-apply .xl\:tw-bg-right-top {
    background-position: right top;
  }

  .tailwind-apply .xl\:tw-bg-top {
    background-position: top;
  }

  .tailwind-apply .xl\:tw-bg-repeat {
    background-repeat: repeat;
  }

  .tailwind-apply .xl\:tw-bg-no-repeat {
    background-repeat: no-repeat;
  }

  .tailwind-apply .xl\:tw-bg-repeat-x {
    background-repeat: repeat-x;
  }

  .tailwind-apply .xl\:tw-bg-repeat-y {
    background-repeat: repeat-y;
  }

  .tailwind-apply .xl\:tw-bg-repeat-round {
    background-repeat: round;
  }

  .tailwind-apply .xl\:tw-bg-repeat-space {
    background-repeat: space;
  }

  .tailwind-apply .xl\:tw-bg-auto {
    background-size: auto;
  }

  .tailwind-apply .xl\:tw-bg-cover {
    background-size: cover;
  }

  .tailwind-apply .xl\:tw-bg-contain {
    background-size: contain;
  }

  .tailwind-apply .xl\:tw-border-collapse {
    border-collapse: collapse;
  }

  .tailwind-apply .xl\:tw-border-separate {
    border-collapse: separate;
  }

  .tailwind-apply .xl\:tw-border-transparent {
    border-color: transparent;
  }

  .tailwind-apply .xl\:tw-border-black {
    border-color: #22292f;
  }

  .tailwind-apply .xl\:tw-border-white {
    border-color: #fff;
  }

  .tailwind-apply .xl\:tw-border-gray-100 {
    border-color: #faf8f8;
  }

  .tailwind-apply .xl\:tw-border-gray-200 {
    border-color: #f5f4f4;
  }

  .tailwind-apply .xl\:tw-border-gray-300 {
    border-color: #ebebeb;
  }

  .tailwind-apply .xl\:tw-border-gray-400 {
    border-color: #c6c3c3;
  }

  .tailwind-apply .xl\:tw-border-gray-500 {
    border-color: #a4a0a0;
  }

  .tailwind-apply .xl\:tw-border-gray-600 {
    border-color: #7b7777;
  }

  .tailwind-apply .xl\:tw-border-gray-700 {
    border-color: #544f4f;
  }

  .tailwind-apply .xl\:tw-border-gray-800 {
    border-color: #2E2E38;
  }

  .tailwind-apply .xl\:tw-border-red-500 {
    border-color: #cd150b;
  }

  .tailwind-apply .xl\:tw-border-red-700 {
    border-color: #B41C39;
  }

  .tailwind-apply .xl\:tw-border-orange-500 {
    border-color: #F4811F;
  }

  .tailwind-apply .xl\:tw-border-green-500 {
    border-color: #8BBD58;
  }

  .tailwind-apply .xl\:tw-border-blue-100 {
    border-color: #8ecbe1;
  }

  .tailwind-apply .xl\:tw-border-blue-300 {
    border-color: #6cb2eb;
  }

  .tailwind-apply .xl\:tw-border-blue-500 {
    border-color: #5486cb;
  }

  .tailwind-apply .xl\:tw-border-blue-700 {
    border-color: #2779bd;
  }

  .tailwind-apply .xl\:hover\:tw-border-transparent:hover {
    border-color: transparent;
  }

  .tailwind-apply .xl\:hover\:tw-border-black:hover {
    border-color: #22292f;
  }

  .tailwind-apply .xl\:hover\:tw-border-white:hover {
    border-color: #fff;
  }

  .tailwind-apply .xl\:hover\:tw-border-gray-100:hover {
    border-color: #faf8f8;
  }

  .tailwind-apply .xl\:hover\:tw-border-gray-200:hover {
    border-color: #f5f4f4;
  }

  .tailwind-apply .xl\:hover\:tw-border-gray-300:hover {
    border-color: #ebebeb;
  }

  .tailwind-apply .xl\:hover\:tw-border-gray-400:hover {
    border-color: #c6c3c3;
  }

  .tailwind-apply .xl\:hover\:tw-border-gray-500:hover {
    border-color: #a4a0a0;
  }

  .tailwind-apply .xl\:hover\:tw-border-gray-600:hover {
    border-color: #7b7777;
  }

  .tailwind-apply .xl\:hover\:tw-border-gray-700:hover {
    border-color: #544f4f;
  }

  .tailwind-apply .xl\:hover\:tw-border-gray-800:hover {
    border-color: #2E2E38;
  }

  .tailwind-apply .xl\:hover\:tw-border-red-500:hover {
    border-color: #cd150b;
  }

  .tailwind-apply .xl\:hover\:tw-border-red-700:hover {
    border-color: #B41C39;
  }

  .tailwind-apply .xl\:hover\:tw-border-orange-500:hover {
    border-color: #F4811F;
  }

  .tailwind-apply .xl\:hover\:tw-border-green-500:hover {
    border-color: #8BBD58;
  }

  .tailwind-apply .xl\:hover\:tw-border-blue-100:hover {
    border-color: #8ecbe1;
  }

  .tailwind-apply .xl\:hover\:tw-border-blue-300:hover {
    border-color: #6cb2eb;
  }

  .tailwind-apply .xl\:hover\:tw-border-blue-500:hover {
    border-color: #5486cb;
  }

  .tailwind-apply .xl\:hover\:tw-border-blue-700:hover {
    border-color: #2779bd;
  }

  .tailwind-apply .xl\:tw-block {
    display: block;
  }

  .tailwind-apply .xl\:tw-inline-block {
    display: inline-block;
  }

  .tailwind-apply .xl\:tw-inline {
    display: inline;
  }

  .tailwind-apply .xl\:tw-flex {
    display: -webkit-box;
    display: flex;
  }

  .tailwind-apply .xl\:tw-inline-flex {
    display: -webkit-inline-box;
    display: inline-flex;
  }

  .tailwind-apply .xl\:tw-table {
    display: table;
  }

  .tailwind-apply .xl\:tw-table-row {
    display: table-row;
  }

  .tailwind-apply .xl\:tw-table-cell {
    display: table-cell;
  }

  .tailwind-apply .xl\:tw-hidden {
    display: none;
  }

  .tailwind-apply .xl\:tw-flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .tailwind-apply .xl\:tw-flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }

  .tailwind-apply .xl\:tw-flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .tailwind-apply .xl\:tw-flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }

  .tailwind-apply .xl\:tw-flex-wrap {
    flex-wrap: wrap;
  }

  .tailwind-apply .xl\:tw-flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .tailwind-apply .xl\:tw-flex-no-wrap {
    flex-wrap: nowrap;
  }

  .tailwind-apply .xl\:tw-items-start {
    -webkit-box-align: start;
            align-items: flex-start;
  }

  .tailwind-apply .xl\:tw-items-end {
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .tailwind-apply .xl\:tw-items-center {
    -webkit-box-align: center;
            align-items: center;
  }

  .tailwind-apply .xl\:tw-items-baseline {
    -webkit-box-align: baseline;
            align-items: baseline;
  }

  .tailwind-apply .xl\:tw-items-stretch {
    -webkit-box-align: stretch;
            align-items: stretch;
  }

  .tailwind-apply .xl\:tw-self-auto {
    align-self: auto;
  }

  .tailwind-apply .xl\:tw-self-start {
    align-self: flex-start;
  }

  .tailwind-apply .xl\:tw-self-end {
    align-self: flex-end;
  }

  .tailwind-apply .xl\:tw-self-center {
    align-self: center;
  }

  .tailwind-apply .xl\:tw-self-stretch {
    align-self: stretch;
  }

  .tailwind-apply .xl\:tw-justify-start {
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .tailwind-apply .xl\:tw-justify-end {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }

  .tailwind-apply .xl\:tw-justify-center {
    -webkit-box-pack: center;
            justify-content: center;
  }

  .tailwind-apply .xl\:tw-justify-between {
    -webkit-box-pack: justify;
            justify-content: space-between;
  }

  .tailwind-apply .xl\:tw-justify-around {
    justify-content: space-around;
  }

  .tailwind-apply .xl\:tw-content-center {
    align-content: center;
  }

  .tailwind-apply .xl\:tw-content-start {
    align-content: flex-start;
  }

  .tailwind-apply .xl\:tw-content-end {
    align-content: flex-end;
  }

  .tailwind-apply .xl\:tw-content-between {
    align-content: space-between;
  }

  .tailwind-apply .xl\:tw-content-around {
    align-content: space-around;
  }

  .tailwind-apply .xl\:tw-flex-1 {
    -webkit-box-flex: 1;
            flex: 1 1 0%;
  }

  .tailwind-apply .xl\:tw-flex-auto {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }

  .tailwind-apply .xl\:tw-flex-initial {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
  }

  .tailwind-apply .xl\:tw-flex-none {
    -webkit-box-flex: 0;
            flex: none;
  }

  .tailwind-apply .xl\:tw-flex-grow-0 {
    -webkit-box-flex: 0;
            flex-grow: 0;
  }

  .tailwind-apply .xl\:tw-flex-grow {
    -webkit-box-flex: 1;
            flex-grow: 1;
  }

  .tailwind-apply .xl\:tw-flex-shrink-0 {
    flex-shrink: 0;
  }

  .tailwind-apply .xl\:tw-flex-shrink {
    flex-shrink: 1;
  }

  .tailwind-apply .xl\:tw-float-right {
    float: right;
  }

  .tailwind-apply .xl\:tw-float-left {
    float: left;
  }

  .tailwind-apply .xl\:tw-float-none {
    float: none;
  }

  .tailwind-apply .xl\:tw-clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .tailwind-apply .xl\:tw-font-sans {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .tailwind-apply .xl\:tw-font-serif {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .tailwind-apply .xl\:tw-font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .tailwind-apply .xl\:tw-font-heading {
    font-family: "Open Sans", sans-serif;
  }

  .tailwind-apply .xl\:tw-font-icon {
    font-family: booster;
  }

  .tailwind-apply .xl\:tw-leading-none {
    line-height: 1;
  }

  .tailwind-apply .xl\:tw-leading-tight {
    line-height: 1.25;
  }

  .tailwind-apply .xl\:tw-leading-snug {
    line-height: 1.375;
  }

  .tailwind-apply .xl\:tw-leading-normal {
    line-height: 1.5;
  }

  .tailwind-apply .xl\:tw-leading-relaxed {
    line-height: 1.625;
  }

  .tailwind-apply .xl\:tw-leading-loose {
    line-height: 2;
  }

  .tailwind-apply .xl\:tw-m-0 {
    margin: 0;
  }

  .tailwind-apply .xl\:tw-m-1 {
    margin: 0.25rem;
  }

  .tailwind-apply .xl\:tw-m-2 {
    margin: 0.5rem;
  }

  .tailwind-apply .xl\:tw-m-3 {
    margin: 0.75rem;
  }

  .tailwind-apply .xl\:tw-m-4 {
    margin: 1rem;
  }

  .tailwind-apply .xl\:tw-m-5 {
    margin: 1.25rem;
  }

  .tailwind-apply .xl\:tw-m-6 {
    margin: 1.5rem;
  }

  .tailwind-apply .xl\:tw-m-7 {
    margin: 1.875rem;
  }

  .tailwind-apply .xl\:tw-m-8 {
    margin: 2.25rem;
  }

  .tailwind-apply .xl\:tw-m-10 {
    margin: 3rem;
  }

  .tailwind-apply .xl\:tw-m-12 {
    margin: 4rem;
  }

  .tailwind-apply .xl\:tw-m-14 {
    margin: 5rem;
  }

  .tailwind-apply .xl\:tw-m-auto {
    margin: auto;
  }

  .tailwind-apply .xl\:tw-m-px {
    margin: 1px;
  }

  .tailwind-apply .xl\:tw--m-1 {
    margin: -0.25rem;
  }

  .tailwind-apply .xl\:tw--m-2 {
    margin: -0.5rem;
  }

  .tailwind-apply .xl\:tw--m-3 {
    margin: -0.75rem;
  }

  .tailwind-apply .xl\:tw--m-4 {
    margin: -1rem;
  }

  .tailwind-apply .xl\:tw--m-5 {
    margin: -1.25rem;
  }

  .tailwind-apply .xl\:tw--m-6 {
    margin: -1.5rem;
  }

  .tailwind-apply .xl\:tw--m-7 {
    margin: -1.875rem;
  }

  .tailwind-apply .xl\:tw--m-8 {
    margin: -2.25rem;
  }

  .tailwind-apply .xl\:tw--m-10 {
    margin: -3rem;
  }

  .tailwind-apply .xl\:tw--m-12 {
    margin: -4rem;
  }

  .tailwind-apply .xl\:tw--m-14 {
    margin: -5rem;
  }

  .tailwind-apply .xl\:tw--m-px {
    margin: -1px;
  }

  .tailwind-apply .xl\:tw-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .tailwind-apply .xl\:tw-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .tailwind-apply .xl\:tw-my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .tailwind-apply .xl\:tw-mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .tailwind-apply .xl\:tw-my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .tailwind-apply .xl\:tw-mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .tailwind-apply .xl\:tw-my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .tailwind-apply .xl\:tw-mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .tailwind-apply .xl\:tw-my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .tailwind-apply .xl\:tw-mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .tailwind-apply .xl\:tw-my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .tailwind-apply .xl\:tw-mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .tailwind-apply .xl\:tw-my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .tailwind-apply .xl\:tw-mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .tailwind-apply .xl\:tw-my-7 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .tailwind-apply .xl\:tw-mx-7 {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .tailwind-apply .xl\:tw-my-8 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .tailwind-apply .xl\:tw-mx-8 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .tailwind-apply .xl\:tw-my-10 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .tailwind-apply .xl\:tw-mx-10 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .tailwind-apply .xl\:tw-my-12 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .tailwind-apply .xl\:tw-mx-12 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .tailwind-apply .xl\:tw-my-14 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .tailwind-apply .xl\:tw-mx-14 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .tailwind-apply .xl\:tw-my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .tailwind-apply .xl\:tw-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .tailwind-apply .xl\:tw-my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .tailwind-apply .xl\:tw-mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .tailwind-apply .xl\:tw--my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .tailwind-apply .xl\:tw--mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .tailwind-apply .xl\:tw--my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .tailwind-apply .xl\:tw--mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .tailwind-apply .xl\:tw--my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .tailwind-apply .xl\:tw--mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .tailwind-apply .xl\:tw--my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .tailwind-apply .xl\:tw--mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .tailwind-apply .xl\:tw--my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .tailwind-apply .xl\:tw--mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .tailwind-apply .xl\:tw--my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .tailwind-apply .xl\:tw--mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .tailwind-apply .xl\:tw--my-7 {
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .tailwind-apply .xl\:tw--mx-7 {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .tailwind-apply .xl\:tw--my-8 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .tailwind-apply .xl\:tw--mx-8 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .tailwind-apply .xl\:tw--my-10 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .tailwind-apply .xl\:tw--mx-10 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .tailwind-apply .xl\:tw--my-12 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .tailwind-apply .xl\:tw--mx-12 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .tailwind-apply .xl\:tw--my-14 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .tailwind-apply .xl\:tw--mx-14 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .tailwind-apply .xl\:tw--my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .tailwind-apply .xl\:tw--mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .tailwind-apply .xl\:tw-mt-0 {
    margin-top: 0;
  }

  .tailwind-apply .xl\:tw-mr-0 {
    margin-right: 0;
  }

  .tailwind-apply .xl\:tw-mb-0 {
    margin-bottom: 0;
  }

  .tailwind-apply .xl\:tw-ml-0 {
    margin-left: 0;
  }

  .tailwind-apply .xl\:tw-mt-1 {
    margin-top: 0.25rem;
  }

  .tailwind-apply .xl\:tw-mr-1 {
    margin-right: 0.25rem;
  }

  .tailwind-apply .xl\:tw-mb-1 {
    margin-bottom: 0.25rem;
  }

  .tailwind-apply .xl\:tw-ml-1 {
    margin-left: 0.25rem;
  }

  .tailwind-apply .xl\:tw-mt-2 {
    margin-top: 0.5rem;
  }

  .tailwind-apply .xl\:tw-mr-2 {
    margin-right: 0.5rem;
  }

  .tailwind-apply .xl\:tw-mb-2 {
    margin-bottom: 0.5rem;
  }

  .tailwind-apply .xl\:tw-ml-2 {
    margin-left: 0.5rem;
  }

  .tailwind-apply .xl\:tw-mt-3 {
    margin-top: 0.75rem;
  }

  .tailwind-apply .xl\:tw-mr-3 {
    margin-right: 0.75rem;
  }

  .tailwind-apply .xl\:tw-mb-3 {
    margin-bottom: 0.75rem;
  }

  .tailwind-apply .xl\:tw-ml-3 {
    margin-left: 0.75rem;
  }

  .tailwind-apply .xl\:tw-mt-4 {
    margin-top: 1rem;
  }

  .tailwind-apply .xl\:tw-mr-4 {
    margin-right: 1rem;
  }

  .tailwind-apply .xl\:tw-mb-4 {
    margin-bottom: 1rem;
  }

  .tailwind-apply .xl\:tw-ml-4 {
    margin-left: 1rem;
  }

  .tailwind-apply .xl\:tw-mt-5 {
    margin-top: 1.25rem;
  }

  .tailwind-apply .xl\:tw-mr-5 {
    margin-right: 1.25rem;
  }

  .tailwind-apply .xl\:tw-mb-5 {
    margin-bottom: 1.25rem;
  }

  .tailwind-apply .xl\:tw-ml-5 {
    margin-left: 1.25rem;
  }

  .tailwind-apply .xl\:tw-mt-6 {
    margin-top: 1.5rem;
  }

  .tailwind-apply .xl\:tw-mr-6 {
    margin-right: 1.5rem;
  }

  .tailwind-apply .xl\:tw-mb-6 {
    margin-bottom: 1.5rem;
  }

  .tailwind-apply .xl\:tw-ml-6 {
    margin-left: 1.5rem;
  }

  .tailwind-apply .xl\:tw-mt-7 {
    margin-top: 1.875rem;
  }

  .tailwind-apply .xl\:tw-mr-7 {
    margin-right: 1.875rem;
  }

  .tailwind-apply .xl\:tw-mb-7 {
    margin-bottom: 1.875rem;
  }

  .tailwind-apply .xl\:tw-ml-7 {
    margin-left: 1.875rem;
  }

  .tailwind-apply .xl\:tw-mt-8 {
    margin-top: 2.25rem;
  }

  .tailwind-apply .xl\:tw-mr-8 {
    margin-right: 2.25rem;
  }

  .tailwind-apply .xl\:tw-mb-8 {
    margin-bottom: 2.25rem;
  }

  .tailwind-apply .xl\:tw-ml-8 {
    margin-left: 2.25rem;
  }

  .tailwind-apply .xl\:tw-mt-10 {
    margin-top: 3rem;
  }

  .tailwind-apply .xl\:tw-mr-10 {
    margin-right: 3rem;
  }

  .tailwind-apply .xl\:tw-mb-10 {
    margin-bottom: 3rem;
  }

  .tailwind-apply .xl\:tw-ml-10 {
    margin-left: 3rem;
  }

  .tailwind-apply .xl\:tw-mt-12 {
    margin-top: 4rem;
  }

  .tailwind-apply .xl\:tw-mr-12 {
    margin-right: 4rem;
  }

  .tailwind-apply .xl\:tw-mb-12 {
    margin-bottom: 4rem;
  }

  .tailwind-apply .xl\:tw-ml-12 {
    margin-left: 4rem;
  }

  .tailwind-apply .xl\:tw-mt-14 {
    margin-top: 5rem;
  }

  .tailwind-apply .xl\:tw-mr-14 {
    margin-right: 5rem;
  }

  .tailwind-apply .xl\:tw-mb-14 {
    margin-bottom: 5rem;
  }

  .tailwind-apply .xl\:tw-ml-14 {
    margin-left: 5rem;
  }

  .tailwind-apply .xl\:tw-mt-auto {
    margin-top: auto;
  }

  .tailwind-apply .xl\:tw-mr-auto {
    margin-right: auto;
  }

  .tailwind-apply .xl\:tw-mb-auto {
    margin-bottom: auto;
  }

  .tailwind-apply .xl\:tw-ml-auto {
    margin-left: auto;
  }

  .tailwind-apply .xl\:tw-mt-px {
    margin-top: 1px;
  }

  .tailwind-apply .xl\:tw-mr-px {
    margin-right: 1px;
  }

  .tailwind-apply .xl\:tw-mb-px {
    margin-bottom: 1px;
  }

  .tailwind-apply .xl\:tw-ml-px {
    margin-left: 1px;
  }

  .tailwind-apply .xl\:tw--mt-1 {
    margin-top: -0.25rem;
  }

  .tailwind-apply .xl\:tw--mr-1 {
    margin-right: -0.25rem;
  }

  .tailwind-apply .xl\:tw--mb-1 {
    margin-bottom: -0.25rem;
  }

  .tailwind-apply .xl\:tw--ml-1 {
    margin-left: -0.25rem;
  }

  .tailwind-apply .xl\:tw--mt-2 {
    margin-top: -0.5rem;
  }

  .tailwind-apply .xl\:tw--mr-2 {
    margin-right: -0.5rem;
  }

  .tailwind-apply .xl\:tw--mb-2 {
    margin-bottom: -0.5rem;
  }

  .tailwind-apply .xl\:tw--ml-2 {
    margin-left: -0.5rem;
  }

  .tailwind-apply .xl\:tw--mt-3 {
    margin-top: -0.75rem;
  }

  .tailwind-apply .xl\:tw--mr-3 {
    margin-right: -0.75rem;
  }

  .tailwind-apply .xl\:tw--mb-3 {
    margin-bottom: -0.75rem;
  }

  .tailwind-apply .xl\:tw--ml-3 {
    margin-left: -0.75rem;
  }

  .tailwind-apply .xl\:tw--mt-4 {
    margin-top: -1rem;
  }

  .tailwind-apply .xl\:tw--mr-4 {
    margin-right: -1rem;
  }

  .tailwind-apply .xl\:tw--mb-4 {
    margin-bottom: -1rem;
  }

  .tailwind-apply .xl\:tw--ml-4 {
    margin-left: -1rem;
  }

  .tailwind-apply .xl\:tw--mt-5 {
    margin-top: -1.25rem;
  }

  .tailwind-apply .xl\:tw--mr-5 {
    margin-right: -1.25rem;
  }

  .tailwind-apply .xl\:tw--mb-5 {
    margin-bottom: -1.25rem;
  }

  .tailwind-apply .xl\:tw--ml-5 {
    margin-left: -1.25rem;
  }

  .tailwind-apply .xl\:tw--mt-6 {
    margin-top: -1.5rem;
  }

  .tailwind-apply .xl\:tw--mr-6 {
    margin-right: -1.5rem;
  }

  .tailwind-apply .xl\:tw--mb-6 {
    margin-bottom: -1.5rem;
  }

  .tailwind-apply .xl\:tw--ml-6 {
    margin-left: -1.5rem;
  }

  .tailwind-apply .xl\:tw--mt-7 {
    margin-top: -1.875rem;
  }

  .tailwind-apply .xl\:tw--mr-7 {
    margin-right: -1.875rem;
  }

  .tailwind-apply .xl\:tw--mb-7 {
    margin-bottom: -1.875rem;
  }

  .tailwind-apply .xl\:tw--ml-7 {
    margin-left: -1.875rem;
  }

  .tailwind-apply .xl\:tw--mt-8 {
    margin-top: -2.25rem;
  }

  .tailwind-apply .xl\:tw--mr-8 {
    margin-right: -2.25rem;
  }

  .tailwind-apply .xl\:tw--mb-8 {
    margin-bottom: -2.25rem;
  }

  .tailwind-apply .xl\:tw--ml-8 {
    margin-left: -2.25rem;
  }

  .tailwind-apply .xl\:tw--mt-10 {
    margin-top: -3rem;
  }

  .tailwind-apply .xl\:tw--mr-10 {
    margin-right: -3rem;
  }

  .tailwind-apply .xl\:tw--mb-10 {
    margin-bottom: -3rem;
  }

  .tailwind-apply .xl\:tw--ml-10 {
    margin-left: -3rem;
  }

  .tailwind-apply .xl\:tw--mt-12 {
    margin-top: -4rem;
  }

  .tailwind-apply .xl\:tw--mr-12 {
    margin-right: -4rem;
  }

  .tailwind-apply .xl\:tw--mb-12 {
    margin-bottom: -4rem;
  }

  .tailwind-apply .xl\:tw--ml-12 {
    margin-left: -4rem;
  }

  .tailwind-apply .xl\:tw--mt-14 {
    margin-top: -5rem;
  }

  .tailwind-apply .xl\:tw--mr-14 {
    margin-right: -5rem;
  }

  .tailwind-apply .xl\:tw--mb-14 {
    margin-bottom: -5rem;
  }

  .tailwind-apply .xl\:tw--ml-14 {
    margin-left: -5rem;
  }

  .tailwind-apply .xl\:tw--mt-px {
    margin-top: -1px;
  }

  .tailwind-apply .xl\:tw--mr-px {
    margin-right: -1px;
  }

  .tailwind-apply .xl\:tw--mb-px {
    margin-bottom: -1px;
  }

  .tailwind-apply .xl\:tw--ml-px {
    margin-left: -1px;
  }

  .tailwind-apply .xl\:tw-max-w-240 {
    max-width: 240px;
  }

  .tailwind-apply .xl\:tw-max-w-300 {
    max-width: 300px;
  }

  .tailwind-apply .xl\:tw-max-w-320 {
    max-width: 320px;
  }

  .tailwind-apply .xl\:tw-max-w-360 {
    max-width: 360px;
  }

  .tailwind-apply .xl\:tw-max-w-400 {
    max-width: 400px;
  }

  .tailwind-apply .xl\:tw-max-w-480 {
    max-width: 480px;
  }

  .tailwind-apply .xl\:tw-max-w-560 {
    max-width: 560px;
  }

  .tailwind-apply .xl\:tw-max-w-640 {
    max-width: 640px;
  }

  .tailwind-apply .xl\:tw-max-w-720 {
    max-width: 720px;
  }

  .tailwind-apply .xl\:tw-max-w-800 {
    max-width: 800px;
  }

  .tailwind-apply .xl\:tw-max-w-880 {
    max-width: 880px;
  }

  .tailwind-apply .xl\:tw-max-w-960 {
    max-width: 960px;
  }

  .tailwind-apply .xl\:tw-max-w-1200 {
    max-width: 1200px;
  }

  .tailwind-apply .xl\:tw-max-w-none {
    max-width: none;
  }

  .tailwind-apply .xl\:tw-max-w-full {
    max-width: 100%;
  }

  .tailwind-apply .xl\:tw-min-h-0 {
    min-height: 0;
  }

  .tailwind-apply .xl\:tw-min-h-full {
    min-height: 100%;
  }

  .tailwind-apply .xl\:tw-min-h-screen {
    min-height: 100vh;
  }

  .tailwind-apply .xl\:tw-p-0 {
    padding: 0;
  }

  .tailwind-apply .xl\:tw-p-1 {
    padding: 0.25rem;
  }

  .tailwind-apply .xl\:tw-p-2 {
    padding: 0.5rem;
  }

  .tailwind-apply .xl\:tw-p-3 {
    padding: 0.75rem;
  }

  .tailwind-apply .xl\:tw-p-4 {
    padding: 1rem;
  }

  .tailwind-apply .xl\:tw-p-5 {
    padding: 1.25rem;
  }

  .tailwind-apply .xl\:tw-p-6 {
    padding: 1.5rem;
  }

  .tailwind-apply .xl\:tw-p-7 {
    padding: 1.875rem;
  }

  .tailwind-apply .xl\:tw-p-8 {
    padding: 2.25rem;
  }

  .tailwind-apply .xl\:tw-p-10 {
    padding: 3rem;
  }

  .tailwind-apply .xl\:tw-p-12 {
    padding: 4rem;
  }

  .tailwind-apply .xl\:tw-p-14 {
    padding: 5rem;
  }

  .tailwind-apply .xl\:tw-p-px {
    padding: 1px;
  }

  .tailwind-apply .xl\:tw-py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .tailwind-apply .xl\:tw-px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .tailwind-apply .xl\:tw-py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .tailwind-apply .xl\:tw-px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .tailwind-apply .xl\:tw-py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .tailwind-apply .xl\:tw-px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .tailwind-apply .xl\:tw-py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .tailwind-apply .xl\:tw-px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .tailwind-apply .xl\:tw-py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .tailwind-apply .xl\:tw-px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tailwind-apply .xl\:tw-py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .tailwind-apply .xl\:tw-px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .tailwind-apply .xl\:tw-py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .tailwind-apply .xl\:tw-px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .tailwind-apply .xl\:tw-py-7 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .tailwind-apply .xl\:tw-px-7 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .tailwind-apply .xl\:tw-py-8 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .tailwind-apply .xl\:tw-px-8 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .tailwind-apply .xl\:tw-py-10 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .tailwind-apply .xl\:tw-px-10 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .tailwind-apply .xl\:tw-py-12 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .tailwind-apply .xl\:tw-px-12 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .tailwind-apply .xl\:tw-py-14 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .tailwind-apply .xl\:tw-px-14 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .tailwind-apply .xl\:tw-py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .tailwind-apply .xl\:tw-px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .tailwind-apply .xl\:tw-pt-0 {
    padding-top: 0;
  }

  .tailwind-apply .xl\:tw-pr-0 {
    padding-right: 0;
  }

  .tailwind-apply .xl\:tw-pb-0 {
    padding-bottom: 0;
  }

  .tailwind-apply .xl\:tw-pl-0 {
    padding-left: 0;
  }

  .tailwind-apply .xl\:tw-pt-1 {
    padding-top: 0.25rem;
  }

  .tailwind-apply .xl\:tw-pr-1 {
    padding-right: 0.25rem;
  }

  .tailwind-apply .xl\:tw-pb-1 {
    padding-bottom: 0.25rem;
  }

  .tailwind-apply .xl\:tw-pl-1 {
    padding-left: 0.25rem;
  }

  .tailwind-apply .xl\:tw-pt-2 {
    padding-top: 0.5rem;
  }

  .tailwind-apply .xl\:tw-pr-2 {
    padding-right: 0.5rem;
  }

  .tailwind-apply .xl\:tw-pb-2 {
    padding-bottom: 0.5rem;
  }

  .tailwind-apply .xl\:tw-pl-2 {
    padding-left: 0.5rem;
  }

  .tailwind-apply .xl\:tw-pt-3 {
    padding-top: 0.75rem;
  }

  .tailwind-apply .xl\:tw-pr-3 {
    padding-right: 0.75rem;
  }

  .tailwind-apply .xl\:tw-pb-3 {
    padding-bottom: 0.75rem;
  }

  .tailwind-apply .xl\:tw-pl-3 {
    padding-left: 0.75rem;
  }

  .tailwind-apply .xl\:tw-pt-4 {
    padding-top: 1rem;
  }

  .tailwind-apply .xl\:tw-pr-4 {
    padding-right: 1rem;
  }

  .tailwind-apply .xl\:tw-pb-4 {
    padding-bottom: 1rem;
  }

  .tailwind-apply .xl\:tw-pl-4 {
    padding-left: 1rem;
  }

  .tailwind-apply .xl\:tw-pt-5 {
    padding-top: 1.25rem;
  }

  .tailwind-apply .xl\:tw-pr-5 {
    padding-right: 1.25rem;
  }

  .tailwind-apply .xl\:tw-pb-5 {
    padding-bottom: 1.25rem;
  }

  .tailwind-apply .xl\:tw-pl-5 {
    padding-left: 1.25rem;
  }

  .tailwind-apply .xl\:tw-pt-6 {
    padding-top: 1.5rem;
  }

  .tailwind-apply .xl\:tw-pr-6 {
    padding-right: 1.5rem;
  }

  .tailwind-apply .xl\:tw-pb-6 {
    padding-bottom: 1.5rem;
  }

  .tailwind-apply .xl\:tw-pl-6 {
    padding-left: 1.5rem;
  }

  .tailwind-apply .xl\:tw-pt-7 {
    padding-top: 1.875rem;
  }

  .tailwind-apply .xl\:tw-pr-7 {
    padding-right: 1.875rem;
  }

  .tailwind-apply .xl\:tw-pb-7 {
    padding-bottom: 1.875rem;
  }

  .tailwind-apply .xl\:tw-pl-7 {
    padding-left: 1.875rem;
  }

  .tailwind-apply .xl\:tw-pt-8 {
    padding-top: 2.25rem;
  }

  .tailwind-apply .xl\:tw-pr-8 {
    padding-right: 2.25rem;
  }

  .tailwind-apply .xl\:tw-pb-8 {
    padding-bottom: 2.25rem;
  }

  .tailwind-apply .xl\:tw-pl-8 {
    padding-left: 2.25rem;
  }

  .tailwind-apply .xl\:tw-pt-10 {
    padding-top: 3rem;
  }

  .tailwind-apply .xl\:tw-pr-10 {
    padding-right: 3rem;
  }

  .tailwind-apply .xl\:tw-pb-10 {
    padding-bottom: 3rem;
  }

  .tailwind-apply .xl\:tw-pl-10 {
    padding-left: 3rem;
  }

  .tailwind-apply .xl\:tw-pt-12 {
    padding-top: 4rem;
  }

  .tailwind-apply .xl\:tw-pr-12 {
    padding-right: 4rem;
  }

  .tailwind-apply .xl\:tw-pb-12 {
    padding-bottom: 4rem;
  }

  .tailwind-apply .xl\:tw-pl-12 {
    padding-left: 4rem;
  }

  .tailwind-apply .xl\:tw-pt-14 {
    padding-top: 5rem;
  }

  .tailwind-apply .xl\:tw-pr-14 {
    padding-right: 5rem;
  }

  .tailwind-apply .xl\:tw-pb-14 {
    padding-bottom: 5rem;
  }

  .tailwind-apply .xl\:tw-pl-14 {
    padding-left: 5rem;
  }

  .tailwind-apply .xl\:tw-pt-px {
    padding-top: 1px;
  }

  .tailwind-apply .xl\:tw-pr-px {
    padding-right: 1px;
  }

  .tailwind-apply .xl\:tw-pb-px {
    padding-bottom: 1px;
  }

  .tailwind-apply .xl\:tw-pl-px {
    padding-left: 1px;
  }

  .tailwind-apply .xl\:tw-placeholder-transparent::-webkit-input-placeholder {
    color: transparent;
  }

  .tailwind-apply .xl\:tw-placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .tailwind-apply .xl\:tw-placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .tailwind-apply .xl\:tw-placeholder-transparent::-ms-input-placeholder {
    color: transparent;
  }

  .tailwind-apply .xl\:tw-placeholder-transparent::placeholder {
    color: transparent;
  }

  .tailwind-apply .xl\:tw-placeholder-black::-webkit-input-placeholder {
    color: #22292f;
  }

  .tailwind-apply .xl\:tw-placeholder-black::-moz-placeholder {
    color: #22292f;
  }

  .tailwind-apply .xl\:tw-placeholder-black:-ms-input-placeholder {
    color: #22292f;
  }

  .tailwind-apply .xl\:tw-placeholder-black::-ms-input-placeholder {
    color: #22292f;
  }

  .tailwind-apply .xl\:tw-placeholder-black::placeholder {
    color: #22292f;
  }

  .tailwind-apply .xl\:tw-placeholder-white::-webkit-input-placeholder {
    color: #fff;
  }

  .tailwind-apply .xl\:tw-placeholder-white::-moz-placeholder {
    color: #fff;
  }

  .tailwind-apply .xl\:tw-placeholder-white:-ms-input-placeholder {
    color: #fff;
  }

  .tailwind-apply .xl\:tw-placeholder-white::-ms-input-placeholder {
    color: #fff;
  }

  .tailwind-apply .xl\:tw-placeholder-white::placeholder {
    color: #fff;
  }

  .tailwind-apply .xl\:tw-placeholder-gray-100::-webkit-input-placeholder {
    color: #faf8f8;
  }

  .tailwind-apply .xl\:tw-placeholder-gray-100::-moz-placeholder {
    color: #faf8f8;
  }

  .tailwind-apply .xl\:tw-placeholder-gray-100:-ms-input-placeholder {
    color: #faf8f8;
  }

  .tailwind-apply .xl\:tw-placeholder-gray-100::-ms-input-placeholder {
    color: #faf8f8;
  }

  .tailwind-apply .xl\:tw-placeholder-gray-100::placeholder {
    color: #faf8f8;
  }

  .tailwind-apply .xl\:tw-placeholder-gray-200::-webkit-input-placeholder {
    color: #f5f4f4;
  }

  .tailwind-apply .xl\:tw-placeholder-gray-200::-moz-placeholder {
    color: #f5f4f4;
  }

  .tailwind-apply .xl\:tw-placeholder-gray-200:-ms-input-placeholder {
    color: #f5f4f4;
  }

  .tailwind-apply .xl\:tw-placeholder-gray-200::-ms-input-placeholder {
    color: #f5f4f4;
  }

  .tailwind-apply .xl\:tw-placeholder-gray-200::placeholder {
    color: #f5f4f4;
  }

  .tailwind-apply .xl\:tw-placeholder-gray-300::-webkit-input-placeholder {
    color: #ebebeb;
  }

  .tailwind-apply .xl\:tw-placeholder-gray-300::-moz-placeholder {
    color: #ebebeb;
  }

  .tailwind-apply .xl\:tw-placeholder-gray-300:-ms-input-placeholder {
    color: #ebebeb;
  }

  .tailwind-apply .xl\:tw-placeholder-gray-300::-ms-input-placeholder {
    color: #ebebeb;
  }

  .tailwind-apply .xl\:tw-placeholder-gray-300::placeholder {
    color: #ebebeb;
  }

  .tailwind-apply .xl\:tw-placeholder-gray-400::-webkit-input-placeholder {
    color: #c6c3c3;
  }

  .tailwind-apply .xl\:tw-placeholder-gray-400::-moz-placeholder {
    color: #c6c3c3;
  }

  .tailwind-apply .xl\:tw-placeholder-gray-400:-ms-input-placeholder {
    color: #c6c3c3;
  }

  .tailwind-apply .xl\:tw-placeholder-gray-400::-ms-input-placeholder {
    color: #c6c3c3;
  }

  .tailwind-apply .xl\:tw-placeholder-gray-400::placeholder {
    color: #c6c3c3;
  }

  .tailwind-apply .xl\:tw-placeholder-gray-500::-webkit-input-placeholder {
    color: #a4a0a0;
  }

  .tailwind-apply .xl\:tw-placeholder-gray-500::-moz-placeholder {
    color: #a4a0a0;
  }

  .tailwind-apply .xl\:tw-placeholder-gray-500:-ms-input-placeholder {
    color: #a4a0a0;
  }

  .tailwind-apply .xl\:tw-placeholder-gray-500::-ms-input-placeholder {
    color: #a4a0a0;
  }

  .tailwind-apply .xl\:tw-placeholder-gray-500::placeholder {
    color: #a4a0a0;
  }

  .tailwind-apply .xl\:tw-placeholder-gray-600::-webkit-input-placeholder {
    color: #7b7777;
  }

  .tailwind-apply .xl\:tw-placeholder-gray-600::-moz-placeholder {
    color: #7b7777;
  }

  .tailwind-apply .xl\:tw-placeholder-gray-600:-ms-input-placeholder {
    color: #7b7777;
  }

  .tailwind-apply .xl\:tw-placeholder-gray-600::-ms-input-placeholder {
    color: #7b7777;
  }

  .tailwind-apply .xl\:tw-placeholder-gray-600::placeholder {
    color: #7b7777;
  }

  .tailwind-apply .xl\:tw-placeholder-gray-700::-webkit-input-placeholder {
    color: #544f4f;
  }

  .tailwind-apply .xl\:tw-placeholder-gray-700::-moz-placeholder {
    color: #544f4f;
  }

  .tailwind-apply .xl\:tw-placeholder-gray-700:-ms-input-placeholder {
    color: #544f4f;
  }

  .tailwind-apply .xl\:tw-placeholder-gray-700::-ms-input-placeholder {
    color: #544f4f;
  }

  .tailwind-apply .xl\:tw-placeholder-gray-700::placeholder {
    color: #544f4f;
  }

  .tailwind-apply .xl\:tw-placeholder-gray-800::-webkit-input-placeholder {
    color: #2E2E38;
  }

  .tailwind-apply .xl\:tw-placeholder-gray-800::-moz-placeholder {
    color: #2E2E38;
  }

  .tailwind-apply .xl\:tw-placeholder-gray-800:-ms-input-placeholder {
    color: #2E2E38;
  }

  .tailwind-apply .xl\:tw-placeholder-gray-800::-ms-input-placeholder {
    color: #2E2E38;
  }

  .tailwind-apply .xl\:tw-placeholder-gray-800::placeholder {
    color: #2E2E38;
  }

  .tailwind-apply .xl\:tw-placeholder-red-500::-webkit-input-placeholder {
    color: #cd150b;
  }

  .tailwind-apply .xl\:tw-placeholder-red-500::-moz-placeholder {
    color: #cd150b;
  }

  .tailwind-apply .xl\:tw-placeholder-red-500:-ms-input-placeholder {
    color: #cd150b;
  }

  .tailwind-apply .xl\:tw-placeholder-red-500::-ms-input-placeholder {
    color: #cd150b;
  }

  .tailwind-apply .xl\:tw-placeholder-red-500::placeholder {
    color: #cd150b;
  }

  .tailwind-apply .xl\:tw-placeholder-red-700::-webkit-input-placeholder {
    color: #B41C39;
  }

  .tailwind-apply .xl\:tw-placeholder-red-700::-moz-placeholder {
    color: #B41C39;
  }

  .tailwind-apply .xl\:tw-placeholder-red-700:-ms-input-placeholder {
    color: #B41C39;
  }

  .tailwind-apply .xl\:tw-placeholder-red-700::-ms-input-placeholder {
    color: #B41C39;
  }

  .tailwind-apply .xl\:tw-placeholder-red-700::placeholder {
    color: #B41C39;
  }

  .tailwind-apply .xl\:tw-placeholder-orange-500::-webkit-input-placeholder {
    color: #F4811F;
  }

  .tailwind-apply .xl\:tw-placeholder-orange-500::-moz-placeholder {
    color: #F4811F;
  }

  .tailwind-apply .xl\:tw-placeholder-orange-500:-ms-input-placeholder {
    color: #F4811F;
  }

  .tailwind-apply .xl\:tw-placeholder-orange-500::-ms-input-placeholder {
    color: #F4811F;
  }

  .tailwind-apply .xl\:tw-placeholder-orange-500::placeholder {
    color: #F4811F;
  }

  .tailwind-apply .xl\:tw-placeholder-green-500::-webkit-input-placeholder {
    color: #8BBD58;
  }

  .tailwind-apply .xl\:tw-placeholder-green-500::-moz-placeholder {
    color: #8BBD58;
  }

  .tailwind-apply .xl\:tw-placeholder-green-500:-ms-input-placeholder {
    color: #8BBD58;
  }

  .tailwind-apply .xl\:tw-placeholder-green-500::-ms-input-placeholder {
    color: #8BBD58;
  }

  .tailwind-apply .xl\:tw-placeholder-green-500::placeholder {
    color: #8BBD58;
  }

  .tailwind-apply .xl\:tw-placeholder-blue-100::-webkit-input-placeholder {
    color: #8ecbe1;
  }

  .tailwind-apply .xl\:tw-placeholder-blue-100::-moz-placeholder {
    color: #8ecbe1;
  }

  .tailwind-apply .xl\:tw-placeholder-blue-100:-ms-input-placeholder {
    color: #8ecbe1;
  }

  .tailwind-apply .xl\:tw-placeholder-blue-100::-ms-input-placeholder {
    color: #8ecbe1;
  }

  .tailwind-apply .xl\:tw-placeholder-blue-100::placeholder {
    color: #8ecbe1;
  }

  .tailwind-apply .xl\:tw-placeholder-blue-300::-webkit-input-placeholder {
    color: #6cb2eb;
  }

  .tailwind-apply .xl\:tw-placeholder-blue-300::-moz-placeholder {
    color: #6cb2eb;
  }

  .tailwind-apply .xl\:tw-placeholder-blue-300:-ms-input-placeholder {
    color: #6cb2eb;
  }

  .tailwind-apply .xl\:tw-placeholder-blue-300::-ms-input-placeholder {
    color: #6cb2eb;
  }

  .tailwind-apply .xl\:tw-placeholder-blue-300::placeholder {
    color: #6cb2eb;
  }

  .tailwind-apply .xl\:tw-placeholder-blue-500::-webkit-input-placeholder {
    color: #5486cb;
  }

  .tailwind-apply .xl\:tw-placeholder-blue-500::-moz-placeholder {
    color: #5486cb;
  }

  .tailwind-apply .xl\:tw-placeholder-blue-500:-ms-input-placeholder {
    color: #5486cb;
  }

  .tailwind-apply .xl\:tw-placeholder-blue-500::-ms-input-placeholder {
    color: #5486cb;
  }

  .tailwind-apply .xl\:tw-placeholder-blue-500::placeholder {
    color: #5486cb;
  }

  .tailwind-apply .xl\:tw-placeholder-blue-700::-webkit-input-placeholder {
    color: #2779bd;
  }

  .tailwind-apply .xl\:tw-placeholder-blue-700::-moz-placeholder {
    color: #2779bd;
  }

  .tailwind-apply .xl\:tw-placeholder-blue-700:-ms-input-placeholder {
    color: #2779bd;
  }

  .tailwind-apply .xl\:tw-placeholder-blue-700::-ms-input-placeholder {
    color: #2779bd;
  }

  .tailwind-apply .xl\:tw-placeholder-blue-700::placeholder {
    color: #2779bd;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-transparent:focus::-webkit-input-placeholder {
    color: transparent;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-transparent:focus::-ms-input-placeholder {
    color: transparent;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-black:focus::-webkit-input-placeholder {
    color: #22292f;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-black:focus::-moz-placeholder {
    color: #22292f;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-black:focus:-ms-input-placeholder {
    color: #22292f;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-black:focus::-ms-input-placeholder {
    color: #22292f;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-black:focus::placeholder {
    color: #22292f;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-white:focus::-webkit-input-placeholder {
    color: #fff;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-white:focus::-moz-placeholder {
    color: #fff;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-white:focus:-ms-input-placeholder {
    color: #fff;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-white:focus::-ms-input-placeholder {
    color: #fff;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-white:focus::placeholder {
    color: #fff;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-gray-100:focus::-webkit-input-placeholder {
    color: #faf8f8;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-gray-100:focus::-moz-placeholder {
    color: #faf8f8;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-gray-100:focus:-ms-input-placeholder {
    color: #faf8f8;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-gray-100:focus::-ms-input-placeholder {
    color: #faf8f8;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-gray-100:focus::placeholder {
    color: #faf8f8;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-gray-200:focus::-webkit-input-placeholder {
    color: #f5f4f4;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-gray-200:focus::-moz-placeholder {
    color: #f5f4f4;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-gray-200:focus:-ms-input-placeholder {
    color: #f5f4f4;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-gray-200:focus::-ms-input-placeholder {
    color: #f5f4f4;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-gray-200:focus::placeholder {
    color: #f5f4f4;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-gray-300:focus::-webkit-input-placeholder {
    color: #ebebeb;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-gray-300:focus::-moz-placeholder {
    color: #ebebeb;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-gray-300:focus:-ms-input-placeholder {
    color: #ebebeb;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-gray-300:focus::-ms-input-placeholder {
    color: #ebebeb;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-gray-300:focus::placeholder {
    color: #ebebeb;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-gray-400:focus::-webkit-input-placeholder {
    color: #c6c3c3;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-gray-400:focus::-moz-placeholder {
    color: #c6c3c3;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-gray-400:focus:-ms-input-placeholder {
    color: #c6c3c3;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-gray-400:focus::-ms-input-placeholder {
    color: #c6c3c3;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-gray-400:focus::placeholder {
    color: #c6c3c3;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-gray-500:focus::-webkit-input-placeholder {
    color: #a4a0a0;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-gray-500:focus::-moz-placeholder {
    color: #a4a0a0;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-gray-500:focus:-ms-input-placeholder {
    color: #a4a0a0;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-gray-500:focus::-ms-input-placeholder {
    color: #a4a0a0;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-gray-500:focus::placeholder {
    color: #a4a0a0;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-gray-600:focus::-webkit-input-placeholder {
    color: #7b7777;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-gray-600:focus::-moz-placeholder {
    color: #7b7777;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-gray-600:focus:-ms-input-placeholder {
    color: #7b7777;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-gray-600:focus::-ms-input-placeholder {
    color: #7b7777;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-gray-600:focus::placeholder {
    color: #7b7777;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-gray-700:focus::-webkit-input-placeholder {
    color: #544f4f;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-gray-700:focus::-moz-placeholder {
    color: #544f4f;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-gray-700:focus:-ms-input-placeholder {
    color: #544f4f;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-gray-700:focus::-ms-input-placeholder {
    color: #544f4f;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-gray-700:focus::placeholder {
    color: #544f4f;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-gray-800:focus::-webkit-input-placeholder {
    color: #2E2E38;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-gray-800:focus::-moz-placeholder {
    color: #2E2E38;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-gray-800:focus:-ms-input-placeholder {
    color: #2E2E38;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-gray-800:focus::-ms-input-placeholder {
    color: #2E2E38;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-gray-800:focus::placeholder {
    color: #2E2E38;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-red-500:focus::-webkit-input-placeholder {
    color: #cd150b;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-red-500:focus::-moz-placeholder {
    color: #cd150b;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-red-500:focus:-ms-input-placeholder {
    color: #cd150b;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-red-500:focus::-ms-input-placeholder {
    color: #cd150b;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-red-500:focus::placeholder {
    color: #cd150b;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-red-700:focus::-webkit-input-placeholder {
    color: #B41C39;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-red-700:focus::-moz-placeholder {
    color: #B41C39;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-red-700:focus:-ms-input-placeholder {
    color: #B41C39;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-red-700:focus::-ms-input-placeholder {
    color: #B41C39;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-red-700:focus::placeholder {
    color: #B41C39;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-orange-500:focus::-webkit-input-placeholder {
    color: #F4811F;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-orange-500:focus::-moz-placeholder {
    color: #F4811F;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-orange-500:focus:-ms-input-placeholder {
    color: #F4811F;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-orange-500:focus::-ms-input-placeholder {
    color: #F4811F;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-orange-500:focus::placeholder {
    color: #F4811F;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-green-500:focus::-webkit-input-placeholder {
    color: #8BBD58;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-green-500:focus::-moz-placeholder {
    color: #8BBD58;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-green-500:focus:-ms-input-placeholder {
    color: #8BBD58;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-green-500:focus::-ms-input-placeholder {
    color: #8BBD58;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-green-500:focus::placeholder {
    color: #8BBD58;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-blue-100:focus::-webkit-input-placeholder {
    color: #8ecbe1;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-blue-100:focus::-moz-placeholder {
    color: #8ecbe1;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-blue-100:focus:-ms-input-placeholder {
    color: #8ecbe1;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-blue-100:focus::-ms-input-placeholder {
    color: #8ecbe1;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-blue-100:focus::placeholder {
    color: #8ecbe1;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-blue-300:focus::-webkit-input-placeholder {
    color: #6cb2eb;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-blue-300:focus::-moz-placeholder {
    color: #6cb2eb;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-blue-300:focus:-ms-input-placeholder {
    color: #6cb2eb;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-blue-300:focus::-ms-input-placeholder {
    color: #6cb2eb;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-blue-300:focus::placeholder {
    color: #6cb2eb;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-blue-500:focus::-webkit-input-placeholder {
    color: #5486cb;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-blue-500:focus::-moz-placeholder {
    color: #5486cb;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-blue-500:focus:-ms-input-placeholder {
    color: #5486cb;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-blue-500:focus::-ms-input-placeholder {
    color: #5486cb;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-blue-500:focus::placeholder {
    color: #5486cb;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-blue-700:focus::-webkit-input-placeholder {
    color: #2779bd;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-blue-700:focus::-moz-placeholder {
    color: #2779bd;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-blue-700:focus:-ms-input-placeholder {
    color: #2779bd;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-blue-700:focus::-ms-input-placeholder {
    color: #2779bd;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-blue-700:focus::placeholder {
    color: #2779bd;
  }

  .tailwind-apply .xl\:tw-static {
    position: static;
  }

  .tailwind-apply .xl\:tw-fixed {
    position: fixed;
  }

  .tailwind-apply .xl\:tw-absolute {
    position: absolute;
  }

  .tailwind-apply .xl\:tw-relative {
    position: relative;
  }

  .tailwind-apply .xl\:tw-sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .tailwind-apply .xl\:tw-inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .tailwind-apply .xl\:tw-inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .tailwind-apply .xl\:tw-inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .tailwind-apply .xl\:tw-inset-x-0 {
    right: 0;
    left: 0;
  }

  .tailwind-apply .xl\:tw-inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .tailwind-apply .xl\:tw-inset-x-auto {
    right: auto;
    left: auto;
  }

  .tailwind-apply .xl\:tw-top-0 {
    top: 0;
  }

  .tailwind-apply .xl\:tw-right-0 {
    right: 0;
  }

  .tailwind-apply .xl\:tw-bottom-0 {
    bottom: 0;
  }

  .tailwind-apply .xl\:tw-left-0 {
    left: 0;
  }

  .tailwind-apply .xl\:tw-top-auto {
    top: auto;
  }

  .tailwind-apply .xl\:tw-right-auto {
    right: auto;
  }

  .tailwind-apply .xl\:tw-bottom-auto {
    bottom: auto;
  }

  .tailwind-apply .xl\:tw-left-auto {
    left: auto;
  }

  .tailwind-apply .xl\:tw-shadow {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
  }

  .tailwind-apply .xl\:tw-shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
  }

  .tailwind-apply .xl\:tw-shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
  }

  .tailwind-apply .xl\:tw-shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
  }

  .tailwind-apply .xl\:tw-shadow-none {
    box-shadow: none;
  }

  .tailwind-apply .xl\:tw-text-left {
    text-align: left;
  }

  .tailwind-apply .xl\:tw-text-center {
    text-align: center;
  }

  .tailwind-apply .xl\:tw-text-right {
    text-align: right;
  }

  .tailwind-apply .xl\:tw-text-justify {
    text-align: justify;
  }

  .tailwind-apply .xl\:tw-text-transparent {
    color: transparent;
  }

  .tailwind-apply .xl\:tw-text-black {
    color: #22292f;
  }

  .tailwind-apply .xl\:tw-text-white {
    color: #fff;
  }

  .tailwind-apply .xl\:tw-text-gray-100 {
    color: #faf8f8;
  }

  .tailwind-apply .xl\:tw-text-gray-200 {
    color: #f5f4f4;
  }

  .tailwind-apply .xl\:tw-text-gray-300 {
    color: #ebebeb;
  }

  .tailwind-apply .xl\:tw-text-gray-400 {
    color: #c6c3c3;
  }

  .tailwind-apply .xl\:tw-text-gray-500 {
    color: #a4a0a0;
  }

  .tailwind-apply .xl\:tw-text-gray-600 {
    color: #7b7777;
  }

  .tailwind-apply .xl\:tw-text-gray-700 {
    color: #544f4f;
  }

  .tailwind-apply .xl\:tw-text-gray-800 {
    color: #2E2E38;
  }

  .tailwind-apply .xl\:tw-text-red-500 {
    color: #cd150b;
  }

  .tailwind-apply .xl\:tw-text-red-700 {
    color: #B41C39;
  }

  .tailwind-apply .xl\:tw-text-orange-500 {
    color: #F4811F;
  }

  .tailwind-apply .xl\:tw-text-green-500 {
    color: #8BBD58;
  }

  .tailwind-apply .xl\:tw-text-blue-100 {
    color: #8ecbe1;
  }

  .tailwind-apply .xl\:tw-text-blue-300 {
    color: #6cb2eb;
  }

  .tailwind-apply .xl\:tw-text-blue-500 {
    color: #5486cb;
  }

  .tailwind-apply .xl\:tw-text-blue-700 {
    color: #2779bd;
  }

  .tailwind-apply .xl\:hover\:tw-text-transparent:hover {
    color: transparent;
  }

  .tailwind-apply .xl\:hover\:tw-text-black:hover {
    color: #22292f;
  }

  .tailwind-apply .xl\:hover\:tw-text-white:hover {
    color: #fff;
  }

  .tailwind-apply .xl\:hover\:tw-text-gray-100:hover {
    color: #faf8f8;
  }

  .tailwind-apply .xl\:hover\:tw-text-gray-200:hover {
    color: #f5f4f4;
  }

  .tailwind-apply .xl\:hover\:tw-text-gray-300:hover {
    color: #ebebeb;
  }

  .tailwind-apply .xl\:hover\:tw-text-gray-400:hover {
    color: #c6c3c3;
  }

  .tailwind-apply .xl\:hover\:tw-text-gray-500:hover {
    color: #a4a0a0;
  }

  .tailwind-apply .xl\:hover\:tw-text-gray-600:hover {
    color: #7b7777;
  }

  .tailwind-apply .xl\:hover\:tw-text-gray-700:hover {
    color: #544f4f;
  }

  .tailwind-apply .xl\:hover\:tw-text-gray-800:hover {
    color: #2E2E38;
  }

  .tailwind-apply .xl\:hover\:tw-text-red-500:hover {
    color: #cd150b;
  }

  .tailwind-apply .xl\:hover\:tw-text-red-700:hover {
    color: #B41C39;
  }

  .tailwind-apply .xl\:hover\:tw-text-orange-500:hover {
    color: #F4811F;
  }

  .tailwind-apply .xl\:hover\:tw-text-green-500:hover {
    color: #8BBD58;
  }

  .tailwind-apply .xl\:hover\:tw-text-blue-100:hover {
    color: #8ecbe1;
  }

  .tailwind-apply .xl\:hover\:tw-text-blue-300:hover {
    color: #6cb2eb;
  }

  .tailwind-apply .xl\:hover\:tw-text-blue-500:hover {
    color: #5486cb;
  }

  .tailwind-apply .xl\:hover\:tw-text-blue-700:hover {
    color: #2779bd;
  }

  .tailwind-apply .xl\:tw-text-xs {
    font-size: 0.75rem;
  }

  .tailwind-apply .xl\:tw-text-sm {
    font-size: 0.875rem;
  }

  .tailwind-apply .xl\:tw-text-base {
    font-size: 1rem;
  }

  .tailwind-apply .xl\:tw-text-lg {
    font-size: 1.125rem;
  }

  .tailwind-apply .xl\:tw-text-xl {
    font-size: 1.25rem;
  }

  .tailwind-apply .xl\:tw-text-2xl {
    font-size: 1.5rem;
  }

  .tailwind-apply .xl\:tw-text-3xl {
    font-size: 1.875rem;
  }

  .tailwind-apply .xl\:tw-text-4xl {
    font-size: 2.25rem;
  }

  .tailwind-apply .xl\:tw-text-5xl {
    font-size: 3rem;
  }

  .tailwind-apply .xl\:tw-text-6xl {
    font-size: 4rem;
  }

  .tailwind-apply .xl\:tw-italic {
    font-style: italic;
  }

  .tailwind-apply .xl\:tw-not-italic {
    font-style: normal;
  }

  .tailwind-apply .xl\:tw-uppercase {
    text-transform: uppercase;
  }

  .tailwind-apply .xl\:tw-lowercase {
    text-transform: lowercase;
  }

  .tailwind-apply .xl\:tw-capitalize {
    text-transform: capitalize;
  }

  .tailwind-apply .xl\:tw-normal-case {
    text-transform: none;
  }

  .tailwind-apply .xl\:tw-underline {
    text-decoration: underline;
  }

  .tailwind-apply .xl\:tw-line-through {
    text-decoration: line-through;
  }

  .tailwind-apply .xl\:tw-no-underline {
    text-decoration: none;
  }

  .tailwind-apply .xl\:hover\:tw-underline:hover {
    text-decoration: underline;
  }

  .tailwind-apply .xl\:hover\:tw-line-through:hover {
    text-decoration: line-through;
  }

  .tailwind-apply .xl\:hover\:tw-no-underline:hover {
    text-decoration: none;
  }

  .tailwind-apply .xl\:tw-align-baseline {
    vertical-align: baseline;
  }

  .tailwind-apply .xl\:tw-align-top {
    vertical-align: top;
  }

  .tailwind-apply .xl\:tw-align-middle {
    vertical-align: middle;
  }

  .tailwind-apply .xl\:tw-align-bottom {
    vertical-align: bottom;
  }

  .tailwind-apply .xl\:tw-align-text-top {
    vertical-align: text-top;
  }

  .tailwind-apply .xl\:tw-align-text-bottom {
    vertical-align: text-bottom;
  }

  .tailwind-apply .xl\:tw-visible {
    visibility: visible;
  }

  .tailwind-apply .xl\:tw-invisible {
    visibility: hidden;
  }

  .tailwind-apply .xl\:tw-break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .tailwind-apply .xl\:tw-break-words {
    overflow-wrap: break-word;
  }

  .tailwind-apply .xl\:tw-break-all {
    word-break: break-all;
  }

  .tailwind-apply .xl\:tw-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .tailwind-apply .xl\:tw-w-16 {
    width: 16px;
  }

  .tailwind-apply .xl\:tw-w-24 {
    width: 24px;
  }

  .tailwind-apply .xl\:tw-w-32 {
    width: 32px;
  }

  .tailwind-apply .xl\:tw-w-40 {
    width: 40px;
  }

  .tailwind-apply .xl\:tw-w-48 {
    width: 48px;
  }

  .tailwind-apply .xl\:tw-w-60 {
    width: 60px;
  }

  .tailwind-apply .xl\:tw-w-80 {
    width: 80px;
  }

  .tailwind-apply .xl\:tw-w-100 {
    width: 100px;
  }

  .tailwind-apply .xl\:tw-w-180 {
    width: 180px;
  }

  .tailwind-apply .xl\:tw-w-240 {
    width: 240px;
  }

  .tailwind-apply .xl\:tw-w-280 {
    width: 280px;
  }

  .tailwind-apply .xl\:tw-w-300 {
    width: 300px;
  }

  .tailwind-apply .xl\:tw-w-320 {
    width: 320px;
  }

  .tailwind-apply .xl\:tw-w-360 {
    width: 360px;
  }

  .tailwind-apply .xl\:tw-w-400 {
    width: 400px;
  }

  .tailwind-apply .xl\:tw-w-480 {
    width: 480px;
  }

  .tailwind-apply .xl\:tw-w-560 {
    width: 560px;
  }

  .tailwind-apply .xl\:tw-w-640 {
    width: 640px;
  }

  .tailwind-apply .xl\:tw-w-720 {
    width: 720px;
  }

  .tailwind-apply .xl\:tw-w-800 {
    width: 800px;
  }

  .tailwind-apply .xl\:tw-w-auto {
    width: auto;
  }

  .tailwind-apply .xl\:tw-w-px {
    width: 1px;
  }

  .tailwind-apply .xl\:tw-w-1\/2 {
    width: 50%;
  }

  .tailwind-apply .xl\:tw-w-1\/3 {
    width: 33.33333%;
  }

  .tailwind-apply .xl\:tw-w-2\/3 {
    width: 66.66667%;
  }

  .tailwind-apply .xl\:tw-w-1\/4 {
    width: 25%;
  }

  .tailwind-apply .xl\:tw-w-3\/4 {
    width: 75%;
  }

  .tailwind-apply .xl\:tw-w-1\/5 {
    width: 20%;
  }

  .tailwind-apply .xl\:tw-w-2\/5 {
    width: 40%;
  }

  .tailwind-apply .xl\:tw-w-3\/5 {
    width: 60%;
  }

  .tailwind-apply .xl\:tw-w-4\/5 {
    width: 80%;
  }

  .tailwind-apply .xl\:tw-w-1\/6 {
    width: 16.66667%;
  }

  .tailwind-apply .xl\:tw-w-5\/6 {
    width: 83.33333%;
  }

  .tailwind-apply .xl\:tw-w-full {
    width: 100%;
  }

  .tailwind-apply .xl\:tw-w-screen {
    width: 100vw;
  }

  .tailwind-apply .xl\:tw-z-0 {
    z-index: 0;
  }

  .tailwind-apply .xl\:tw-z-10 {
    z-index: 10;
  }

  .tailwind-apply .xl\:tw-z-20 {
    z-index: 20;
  }

  .tailwind-apply .xl\:tw-z-30 {
    z-index: 30;
  }

  .tailwind-apply .xl\:tw-z-40 {
    z-index: 40;
  }

  .tailwind-apply .xl\:tw-z-50 {
    z-index: 50;
  }

  .tailwind-apply .xl\:tw-z-auto {
    z-index: auto;
  }
}
