/*! 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;
  font-family: "Poppins", sans-serif;
  color: inherit;
}

.tailwind-apply h1, .tailwind-apply h2, .tailwind-apply h3, .tailwind-apply .h1, .tailwind-apply .h2, .tailwind-apply .h3 {
  line-height: 1.25;
  text-align: left;
  padding: 0;
}

.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;
  line-height: 1.4;
}

@media (min-width: 576px) {

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

@media (min-width: 768px) {

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

.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 .tw-absolute-center {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

.tailwind-apply .content-area p:not(:last-child) {
    margin-bottom: 0.5rem;
  }

.tailwind-apply .content-area h1, .tailwind-apply .content-area h2, .tailwind-apply .content-area h3, .tailwind-apply .content-area h4, .tailwind-apply .content-area h5, .tailwind-apply .content-area h6 {
    color: #EF4044;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

.tailwind-apply .rm-button {
  font-size: 0.875rem;
  display: block;
  background-color: #EF4044;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  -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;
  font-family: "Poppins", sans-serif;
  border-radius: 3px;
  padding: 11px;
}

.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;
    cursor: pointer;
  }

@media (min-width: 768px) {

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

    padding-left: 1.5rem;

    padding-right: 1.5rem
}
  }

.tailwind-apply .rm-button.\+green {
  background-color: #fff;
  border-width: 2px;
  border-color: #009838;
  color: #009838;
  font-weight: 700;
  line-height: 1;
  padding: 13px;
}

.tailwind-apply .rm-button.\+green:hover {
    background-color: #009838;
    color: #fff;
  }

.tailwind-apply .rm-button.\+blue {
  border-width: 2px;
  border-color: #0059AB;
  background-color: transparent;
  color: #0059AB;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.tailwind-apply .rm-button.\+blue:hover {
    background-color: #0059AB;
    color: #fff;
    -webkit-transition-duration: .15s;
            transition-duration: .15s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
  }

.tailwind-apply .rm-button.\+coupon {
  font-size: 1rem;
  text-transform: none;
  text-align: left;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  margin: 0;
  border: 2px dashed #009838;
}

@media (min-width: 768px) {

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

.tailwind-apply .rm-button.\+coupon:hover {
    cursor: auto;
  }

.tailwind-apply .rm-button.\+coupon .coupon_title {
    line-height: 1.32
  }

.tailwind-apply .rm-button.\+coupon .coupon-logo {
    margin-top: 0px;
  }

.tailwind-apply .rm-button.\+coupon.\+tab-coupon {
    margin-bottom: 1rem;
  }

@media (min-width: 1024px) {

.tailwind-apply .rm-button.\+coupon.\+tab-coupon { margin-right: 1rem
  }
    }

.tailwind-apply .rm-button.\+coupon.\+tab-coupon .coupon-logo {
      display: none;
      width: 60px;
    }

@media (min-width: 768px) {

.tailwind-apply .rm-button.\+coupon.\+tab-coupon .coupon-logo { display: block
    }
      }

.tailwind-apply .rm-button.\+coupon.\+tab-coupon .coupon-fineprint {
      display: none;
    }

@media (min-width: 1024px) {

.tailwind-apply .rm-button.\+coupon.\+tab-coupon .coupon-fineprint {
        display: block
    }
      }

.tailwind-apply .rm-button.\+coupon.\+tab-coupon .coupon-bottom {
      width: 100%;
    }

@media (min-width: 768px) {

.tailwind-apply .rm-button.\+coupon.\+tab-coupon .coupon-bottom {
        margin-bottom: 0px
    }
      }

.tailwind-apply .rm-button.\+simple {
  padding: 0;
  background-color: #0059AB;
}

.tailwind-apply .rm-button.\+text-link {
  text-transform: none;
  padding: 0;
  background: none;
}

.tailwind-apply .Drawer {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
}

.tailwind-apply .Drawer_toggle {
  background-color: #fff;
  color: #22292f;
}

.tailwind-apply .Drawer_toggle [focusable=false] {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }

.tailwind-apply .Drawer.open .Drawer_toggle [focusable=false] {
      -webkit-transform: scaleY(-1);
              transform: scaleY(-1);
    }

.tailwind-apply .Drawer_content {
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  position: absolute;
}

.tailwind-apply .Drawer.open .Drawer_content {
    border-top-width: 1px;
    /* Not using display: none because then the opacity transition doesn't work */
    max-height: none;
    position: relative;
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }

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

.tailwind-apply rm-hero-image-center {
  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: -100px;
  }

@media (min-width: 768px) {

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

.tailwind-apply .rm-hero .hero-content .hero-value-props {
      list-style-type: none;
      padding-left: 0;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      padding-top: 0.25rem;
      padding-bottom: 0.25rem;
    }

@media (min-width: 768px) {

.tailwind-apply .rm-hero .hero-content .hero-value-props {
        padding-left: 2.25rem;

        padding-right: 2.25rem;

        padding-top: 1.5rem;

        padding-bottom: 1.5rem
    }
      }

.tailwind-apply .rm-hero .hero-content .hero-value-props li {
        font-size: 1.125rem;
        font-weight: 700;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        line-height: 1.5;
      }

@media (min-width: 768px) {

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

          padding-top: 0.5rem;

          padding-bottom: 0.5rem;

          padding-left: 1.5rem;

          padding-right: 1.5rem
      }
        }

@media (min-width: 1024px) {

.tailwind-apply .rm-hero .hero-content .hero-value-props li { font-size: 1.25rem
      }
        }

@media (min-width: 768px) {
        .tailwind-apply .rm-hero .hero-content .hero-value-props li:nth-child(1) {
          padding-left: 0px;
        }

        .tailwind-apply .rm-hero .hero-content .hero-value-props li:nth-child(3) {
          padding-right: 0px;
        }
      }

.tailwind-apply .rm-hero .hero-content .hero-value-props li:nth-child(1),
      .tailwind-apply .rm-hero .hero-content .hero-value-props li:nth-child(2) {
        border-bottom-width: 2px;
        border-color: #c6c3c3;
      }

@media (min-width: 768px) {

.tailwind-apply .rm-hero .hero-content .hero-value-props li:nth-child(1),
      .tailwind-apply .rm-hero .hero-content .hero-value-props li:nth-child(2) {
          border-bottom-width: 0;

          border-right-width: 2px
      }
        }

.tailwind-apply .rm-hero .rm-hero-actions {
    padding: 150px 0 85px 0;
  }

@media (min-width: 576px) {

.tailwind-apply .rm-hero .rm-hero-actions { padding-bottom: 90px
  }
    }

@media (min-width: 768px) {

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

@media (min-width: 1024px) {

.tailwind-apply .rm-hero .rm-hero-actions { padding: 110px 0 150px
  }
    }

@media (min-width: 1200px) {

.tailwind-apply .rm-hero .rm-hero-actions { padding-bottom: 170px
  }
    }

.tailwind-apply .JumpList-container .coupon {
    margin: -10% 0 30px 0;
  }

@media (min-width: 576px) {

.tailwind-apply .JumpList-container .coupon {
      margin-top: -7%
  }
    }

@media (min-width: 1024px) {

.tailwind-apply .JumpList-container .coupon {
      margin: 0 36px 0
  }
    }

@media (min-width: 1024px) {

.tailwind-apply .JumpList-container {
    padding-top: 190px
}
  }

.tailwind-apply .JumpList-container .JumpList {
    position: relative;
    margin-bottom: -5%;
  }

@media (min-width: 1024px) {

.tailwind-apply .JumpList-container .JumpList {
      margin-bottom: -3%
  }
    }

@media (min-width: 1024px) {

.tailwind-apply .JumpList-container .hero-bottom {
      position: absolute;

      bottom: 130px
  }
    }

.tailwind-apply .JumpList-container.\+hide-coupon {
  padding-top: 1.5rem;
}

@media (min-width: 1024px) {

.tailwind-apply .JumpList-container.\+hide-coupon { padding-top: 140px
}
  }

.tailwind-apply .JumpList-container.\+hide-coupon .hero-bottom {
    width: 100%;
  }

@media (min-width: 1024px) {

.tailwind-apply .JumpList-container.\+hide-coupon .hero-bottom { bottom: 100px
  }
    }

@media (min-width: 1200px) {

.tailwind-apply .JumpList-container.\+hide-coupon .hero-bottom { bottom: 80px
  }
    }

.tailwind-apply .JumpList-container.\+hide-coupon .hero-van {
    width: 100%;
  }

.tailwind-apply .JumpList {
  /* relative in place for browsers that don't understand sticky */
  position: relative;
  z-index: 10;
}

@media (min-width: 768px) {

.tailwind-apply .JumpList { z-index: 0
}
  }

/* 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: 4px;

    border-color: #009838
}

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

.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 {
      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: #EF4044;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    text-decoration: underline;
    -webkit-transition-duration: .15s;
            transition-duration: .15s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    font-weight: 400;
  }

.tailwind-apply .JumpList .jump-item:hover {
      color: #B41C39;
      -webkit-transition-duration: .15s;
              transition-duration: .15s;
      -webkit-transition-timing-function: ease-in-out;
              transition-timing-function: ease-in-out;
    }

@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 .rm-link {
  background-color: transparent;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

.tailwind-apply .rm-link a { text-decoration: underline;
  }

.tailwind-apply .rm-link a, .tailwind-apply .rm-link span {
    -webkit-transition-duration: .15s;
            transition-duration: .15s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
  }

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

.tailwind-apply .rm-link:hover a, .tailwind-apply .rm-link:hover span {
      -webkit-transition-duration: .15s;
              transition-duration: .15s;
      -webkit-transition-timing-function: ease-in-out;
              transition-timing-function: ease-in-out;
    }

.tailwind-apply .rm-link.\+red a, .tailwind-apply .rm-link.\+red span { color: #EF4044;
    }

.tailwind-apply .rm-link.\+red:hover {
      background-color: transparent;
    }

.tailwind-apply .rm-link.\+red:hover a, .tailwind-apply .rm-link.\+red:hover span { color: #B41C39;
      }

.tailwind-apply .rm-link.\+red:hover svg {
        fill: #B41C39;
      }

.tailwind-apply .rm-link.\+red svg {
      -webkit-transition-duration: .15s;
              transition-duration: .15s;
      -webkit-transition-timing-function: ease-in-out;
              transition-timing-function: ease-in-out;
      fill: #EF4044;
    }

.tailwind-apply .rm-link.\+white a, .tailwind-apply .rm-link.\+white span { color: #fff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
    }

.tailwind-apply .rm-link.\+white:hover {
      background-color: transparent;
    }

.tailwind-apply .rm-link.\+white:hover a, .tailwind-apply .rm-link.\+white:hover span { color: #fff;
      }

.tailwind-apply .rm-link.\+white:hover svg { fill: white;
      }

.tailwind-apply .rm-link.\+white svg {
      -webkit-transition-duration: .15s;
              transition-duration: .15s;
      -webkit-transition-timing-function: ease-in-out;
              transition-timing-function: ease-in-out;
      fill: white;
    }

.tailwind-apply .rm-link.\+blue a, .tailwind-apply .rm-link.\+blue span { color: #0059AB;
    }

.tailwind-apply .rm-link.\+blue:hover {
      background-color: transparent;
    }

.tailwind-apply .rm-link.\+blue:hover a, .tailwind-apply .rm-link.\+blue:hover span { color: #003364;
      }

.tailwind-apply .rm-link.\+blue:hover svg { fill: #003364;
      }

.tailwind-apply .rm-link.\+blue svg {
      -webkit-transition-duration: .15s;
              transition-duration: .15s;
      -webkit-transition-timing-function: ease-in-out;
              transition-timing-function: ease-in-out;
      fill: #0059AB;
    }

.tailwind-apply .Local .rm-hero-actions {
    background-color: #fff;
    padding: 136px 0 36px 0;
  }

@media (min-width: 768px) {

.tailwind-apply .Local .rm-hero-actions { padding-top: 100px
  }
    }

@media (min-width: 1024px) {

.tailwind-apply .Local .rm-hero-actions { padding: 110px 0 48px
  }
    }

.tailwind-apply .Local .content-strip {
    background-image: url('truck-background.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

.tailwind-apply .Overview .rm-hero-actions {
    padding-bottom: 70px;
  }
  .childrens-promo-spacer { margin-top: -30px; }

@media (min-width: 768px) {

.tailwind-apply .Overview .rm-hero-actions { padding-bottom: 90px
  }
  .childrens-promo-spacer { margin-top: -50px; }
    }

@media (min-width: 1024px) {

.tailwind-apply .Overview .rm-hero-actions { padding-bottom: 130px
  }
  .childrens-promo-spacer { margin-top: -90px; }
    }

@media (min-width: 768px) {

.tailwind-apply .Overview .JumpList-container { padding-top: 120px
  }
    }

@media (min-width: 1024px) {

.tailwind-apply .Overview .JumpList-container {
      padding-top: 120px
  }
    }

.tailwind-apply .Overview .JumpList-container .coupon {
      margin: -5% auto 20px auto;
    }

@media (min-width: 768px) {

.tailwind-apply .Overview .hero-bottom {
      position: absolute;

      bottom: 130px
  }
    }

.tailwind-apply .Overview .hero-bottom.\+coupon-only {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
    }

@media (min-width: 768px) {

.tailwind-apply .Overview .hero-bottom.\+coupon-only { position: absolute; bottom: 0
    }
      }

@media (min-width: 768px) {

.tailwind-apply .Overview .hero-bottom.\+coupon-only { width: 80%;

        position: absolute;

        left: 50%;

        -webkit-transform: translateX(-50%);

                transform: translateX(-50%)
    }
      }

.tailwind-apply .Overview .rm-testimonial {
    z-index: 2;
  }

.tailwind-apply .Overview .rm-testimonial-reviews {
    width: 90%;
    z-index: 1;
  }

@media (min-width: 1024px) {

.tailwind-apply .Overview .rm-testimonial-reviews {
      width: 100%;

      margin: -180px -50px 0 auto;

      height: 250px
  }
    }

.tailwind-apply .Overview .google-reviews {
    height: 35px;
  }

.tailwind-apply .Overview .drawer-list {
    padding-left: 0px;
    list-style: none;
  }

.tailwind-apply .line-graph {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  padding-left: 0px;
}

.tailwind-apply .line-graph li {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    text-align: center;
    padding: 0.5rem;
    border-radius: 3px;
  }

@media (min-width: 768px) {

.tailwind-apply .line-graph li { padding: 6px 14px
  }
    }

.tailwind-apply .line-graph li:nth-child(1)  {
      -webkit-box-align: start;
              align-items: flex-start;
      margin-bottom: 70px;
    }

.tailwind-apply .line-graph li:nth-child(2)  {
      color: #fff;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: relative;
      background-color: #009838;
      margin-bottom: 100px;
      margin-right: -30%;
    }

.tailwind-apply .line-graph li:nth-child(2):after {
        position: absolute;
        content: '';
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-top: 10px solid #009838;
        bottom: -17px;
      }

.tailwind-apply .line-graph li:nth-child(3)  {
      color: #544f4f;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: relative;
      background-color: #c6c3c3;
      margin-top: 100px;
      margin-right: 0%;
    }

.tailwind-apply .line-graph li:nth-child(3):after {
        position: absolute;
        content: '';
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
        border-bottom: 10px solid #c6c3c3;
        border-top: 7px solid transparent;
        top: -17px;
      }

.tailwind-apply .line-graph li:nth-child(4)  {
      -webkit-box-align: end;
              align-items: flex-end;
      margin-top: -70px;
    }

.tailwind-apply .line-graph span {
    font-size: 0.75rem;
  }

.tailwind-apply .line-graph .price {
    font-weight: 700;
    font-size: 0.875rem;
    font-family: "Poppins", sans-serif;
    font-size: 1.125rem;
    letter-spacing: 0.5px;
  }

/* This style is applied in the event that the Competitor's Avg price is lower than Cooper's Avg price */

.tailwind-apply .line-graph.\+reverse li:nth-child(2)  {
      margin-right: -60%;
    }

.tailwind-apply .rm-process-step {
  padding: 0 0.5em 0.2em 0;
}

@media (min-width: 768px) {

.tailwind-apply .rm-process-step { padding: 0 0.4em 0.2em 0
}
  }

@media (min-width: 1024px) {

.tailwind-apply .rm-process-step { padding: 0 0.3em 0.2em 0
}
  }

.tailwind-apply .promo-form .wpcf7-submit {
    background-color: #EF4044;
    color: #fff;
    border-radius: 0.25rem;
  }

.tailwind-apply .Service .rm-testimonial {
    z-index: 2;
  }

.tailwind-apply .Service .rm-testimonial-reviews {
    width: 90%;
    z-index: 1;
  }

@media (min-width: 1024px) {

.tailwind-apply .Service .rm-testimonial-reviews {
      width: 100%;

      margin: -180px -50px 0 auto;

      height: 250px
  }
    }

.tailwind-apply .Service .google-reviews {
    height: 35px;
  }

.tailwind-apply .Service .callout_box {
    margin-bottom: -70px;
  }

@media (min-width: 1024px) {

.tailwind-apply .Service .callout_box {
      margin-bottom: -80px
  }
    }

.tailwind-apply #tabs {
  border-radius: 0;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
  border-style: none;
  padding: 0;
}

/* Tabnav */

.tailwind-apply #tabs .tabnav {
    display: -webkit-box;
    display: flex;
    padding-left: 0;
    list-style: none;
    background-color: #fff;
    border-style: none;
    padding: 0;
    border-right-width: 2px;
    background-image: none;
  }

.tailwind-apply #tabs .tabnav li {
      margin: 0;
      border-style: none;
      width: 33.33333%;
    }

.tailwind-apply #tabs .tabnav li:nth-last-child(1) a {
        border-right-width: 2px;
        border-color: #0059AB;
      }

.tailwind-apply #tabs .tabnav li a {
        font-family: "Poppins", sans-serif;
        font-size: 0.875rem;
        text-transform: uppercase;
        width: 100%;
        background-color: #fff;
        color: #0059AB;
        -webkit-transition-duration: .15s;
                transition-duration: .15s;
        -webkit-transition-timing-function: ease-in-out;
                transition-timing-function: ease-in-out;
        float: none;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center;
        -webkit-box-pack: center;
                justify-content: center;
        padding-left: 0.25rem;
        padding-right: 0.25rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        margin: 0;
        cursor: pointer;
        border-color: #0059AB;
        border-top-width: 2px;
        border-bottom-width: 2px;
        border-left-width: 2px;
      }

@media (min-width: 768px) {

.tailwind-apply #tabs .tabnav li a { font-size: 1rem; padding-left: 0.5rem; padding-right: 0.5rem; padding-top: 0.75rem; padding-bottom: 0.75rem
      }
        }

@media (min-width: 1024px) {

.tailwind-apply #tabs .tabnav li a { padding-top: 1rem; padding-bottom: 1rem
      }
        }

.tailwind-apply #tabs .tabnav li a:hover {
          -webkit-transition-duration: .15s;
                  transition-duration: .15s;
          -webkit-transition-timing-function: ease-in-out;
                  transition-timing-function: ease-in-out;
          background-color: #E4EEF7;
        }

.tailwind-apply #tabs .tabnav.\+3-tabs li {
        width: 33.33333%;
      }

.tailwind-apply #tabs .tabnav.\+4-tabs {
      width: 25%;
    }

/* Tab Content */

.tailwind-apply #tabs .tabcontent {
    padding: 1.25rem;
    padding-top: 1rem;
  }

@media (min-width: 576px) {

.tailwind-apply #tabs .tabcontent { padding: 1.5rem; padding-top: 1.25rem
  }
    }

@media (min-width: 768px) {

.tailwind-apply #tabs .tabcontent { padding: 1.875rem; padding-top: 1.5rem
  }
    }

@media (min-width: 1024px) {

.tailwind-apply #tabs .tabcontent { padding: 2.25rem; padding-top: 1.875rem
  }
    }

.tailwind-apply #tabs .tabcontent .service-links {
      padding-left: 0;
      list-style: none;
    }

.tailwind-apply #tabs .tabcontent .service-links li a {
          color: #EF4044;
          text-decoration: underline;
        }

.tailwind-apply #tabs .tabcontent .rm-testimonial-container {
      width: 100%;
      padding-left: 0;
      padding-right: 0;
      padding-top: 0;
      padding-bottom: 0;
    }

.tailwind-apply #tabs .tabcontent .rm-testimonial-container .rm-testimonial-reviews {
        display: none !important;
      }

/* Active Tab State */

.tailwind-apply #tabs .ui-tabs-active a {
      background-color: #0059AB !important;
      color: white !important;
    }

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

.tailwind-apply .Wysi ul {
    padding-bottom: 16px;
  }

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

@media (min-width: 576px) {

.tailwind-apply .Wysi ul li {
        font-size: 1rem
    }
      }

@media (min-width: 768px) {

.tailwind-apply .Wysi ul li {
        font-size: 1.125rem
    }
      }

.tailwind-apply .Wysi.\+white-links a {
      color: #fff;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-decoration: underline;
    }

@media (min-width: 768px) {

.tailwind-apply .Wysi.\+white-links a {
        font-size: 1.125rem
    }
      }

.tailwind-apply .Wysi.\+white-links a:hover {
        color: #fff;
      }

.tailwind-apply .Wysi .Wysi_textModifiers + div {
      margin-top: 0.75rem;
    }

.tailwind-apply .Wysi .Wysi_textModifiers *:last-child:first-child {
      margin-bottom: 0;
    }

.tailwind-apply .Wysi .Wysi_textModifiers *:last-child {
      margin-bottom: 0;
    }

.tailwind-apply .Wysi .loose-list li {
      margin-bottom: 0.75rem;
    }

.tailwind-apply .Wysi.\+flushLists ul, .tailwind-apply .Wysi.\+flushLists ol {
      margin-left: 0px
    }

.tailwind-apply .Wysi .two-col-list ul, .tailwind-apply .Wysi .two-col-list ol {
      overflow: hidden;
    }

@media (min-width: 576px) {

.tailwind-apply .Wysi .two-col-list ul, .tailwind-apply .Wysi .two-col-list ol {
        display: -webkit-box;
        display: flex;

        flex-wrap: wrap
    }

        .tailwind-apply .Wysi .two-col-list ul li, .tailwind-apply .Wysi .two-col-list ol li {
          width: 50%;
          padding-right: 0.75rem;
        }
          @media (min-width: 768px) {

        .tailwind-apply .Wysi .two-col-list ul li, .tailwind-apply .Wysi .two-col-list ol li {
            padding-right: 2.25rem
        }
          }
          @media (min-width: 1024px) {

        .tailwind-apply .Wysi .two-col-list ul li, .tailwind-apply .Wysi .two-col-list ol li {
            padding-right: 3rem
        }
          }
      }

@media (min-width: 768px) {

.tailwind-apply .Wysi .two-col-list ul, .tailwind-apply .Wysi .two-col-list ol {
        margin-left: 0
    }
      }

.tailwind-apply .Wysi.\+trimBottom *:last-child:not(li) {
      margin-bottom: 0;
      padding-bottom: 0;
    }

.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 .absolute-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.tailwind-apply .absolute-center-x {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tailwind-apply .absolute-center-y {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.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: 1.5rem;

    padding-right: 1.5rem;

    max-width: 720px
}
  }

@media (min-width: 1024px) {

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

    padding-right: 1.5rem;

    max-width: 960px
}
  }

@media (min-width: 1200px) {

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

    padding-right: 1.875rem;

    max-width: 1200px
}
  }

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

.tailwind-apply .rm-page ul, .tailwind-apply .rm-page ol {
  font-size: 1rem;
}

@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-page-lg {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 768px) {

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

    padding-bottom: 1.875rem
}
  }

@media (min-width: 1024px) {

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

    padding-bottom: 2.25rem
}
  }

@media (min-width: 1200px) {

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

    padding-bottom: 2.25rem
}
  }

.tailwind-apply .rm-title {
  letter-spacing: 0px;
}

.tailwind-apply .rm-section-title {
  font-size: 0.875rem;
  color: #009838;
  margin-bottom: 0.75rem;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) {

.tailwind-apply .rm-section-title {
    font-size: 1rem
}
  }

.tailwind-apply .rm-section-title:after {
    position: absolute;
    content: '';
    width: 60%;
    bottom: 3px;
    margin-left: 10px;
    border-bottom: 1px solid ;
  }

@media (min-width: 768px) {

.tailwind-apply .rm-section-title:after {
      width: 80%
  }
    }

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

/* Custom utility class to apply the 'Poppins' font. This is to avoid
  having to include the font in the tailwind config, since
  it's already hard-coded in header.php */

.tailwind-apply .font-poppins {
  font-family: "Poppins", sans-serif !important;
}

.tailwind-apply .list-reset {
  padding-left: 0;
  list-style: none;
}

.tailwind-apply .col-count-2 { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2;
}

.tailwind-apply .col-count-3 { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3;
}

.tailwind-apply .col-count-4 { -webkit-column-count: 4; -moz-column-count: 4; column-count: 4;
}

.tailwind-apply .col-width-sm { -webkit-column-width: 8em; -moz-column-width: 8em; column-width: 8em
}

.tailwind-apply .col-width-md { -webkit-column-width: 12em; -moz-column-width: 12em; column-width: 12em
}

.tailwind-apply .col-width-lg { -webkit-column-width: 16em; -moz-column-width: 16em; column-width: 16em
}

.tailwind-apply .col-gap-3 { -webkit-column-gap: 0.75rem; -moz-column-gap: 0.75rem; column-gap: 0.75rem
}

.tailwind-apply .col-gap-4 { -webkit-column-gap: 1rem; -moz-column-gap: 1rem; column-gap: 1rem
}

.tailwind-apply .col-gap-5 { -webkit-column-gap: 1.25rem; -moz-column-gap: 1.25rem; column-gap: 1.25rem
}

.tailwind-apply .col-gap-6 { -webkit-column-gap: 1.5rem; -moz-column-gap: 1.5rem; column-gap: 1.5rem
}

.tailwind-apply .col-gap-7 { -webkit-column-gap: 1.875rem; -moz-column-gap: 1.875rem; column-gap: 1.875rem
}

.tailwind-apply .col-gap-8 { -webkit-column-gap: 2.25rem; -moz-column-gap: 2.25rem; column-gap: 2.25rem
}

.tailwind-apply .col-gap-10 { -webkit-column-gap: 3rem; -moz-column-gap: 3rem; column-gap: 3rem
}

.tailwind-apply .col-gap-12 { -webkit-column-gap: 4rem; -moz-column-gap: 4rem; column-gap: 4rem
}

/* Needed to override heading colors */

.tailwind-apply .rm-heading-black {
  color: #383838 !important;
}

.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: #EF4044;
}

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

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

.tailwind-apply .tw-bg-green-300 {
  background-color: #149a484d;
}

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

.tailwind-apply .tw-bg-blue-500 {
  background-color: #0059AB;
}

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

.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: #EF4044;
}

.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-300:hover {
  background-color: #149a484d;
}

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

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

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

.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: #EF4044;
}

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

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

.tailwind-apply .tw-border-green-300 {
  border-color: #149a484d;
}

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

.tailwind-apply .tw-border-blue-500 {
  border-color: #0059AB;
}

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

.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: #EF4044;
}

.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-300:hover {
  border-color: #149a484d;
}

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

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

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

.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-order-1 {
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.tailwind-apply .tw-order-2 {
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.tailwind-apply .tw-order-3 {
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.tailwind-apply .tw-order-4 {
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.tailwind-apply .tw-order-5 {
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.tailwind-apply .tw-order-6 {
  -webkit-box-ordinal-group: 7;
          order: 6;
}

.tailwind-apply .tw-order-7 {
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.tailwind-apply .tw-order-8 {
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.tailwind-apply .tw-order-9 {
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.tailwind-apply .tw-order-10 {
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.tailwind-apply .tw-order-11 {
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.tailwind-apply .tw-order-12 {
  -webkit-box-ordinal-group: 13;
          order: 12;
}

.tailwind-apply .tw-order-first {
  -webkit-box-ordinal-group: -9998;
          order: -9999;
}

.tailwind-apply .tw-order-last {
  -webkit-box-ordinal-group: 10000;
          order: 9999;
}

.tailwind-apply .tw-order-none {
  -webkit-box-ordinal-group: 1;
          order: 0;
}

.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-4\/5 {
  max-width: 80%;
}

.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: #EF4044;
}

.tailwind-apply .tw-placeholder-red-500::-moz-placeholder {
  color: #EF4044;
}

.tailwind-apply .tw-placeholder-red-500:-ms-input-placeholder {
  color: #EF4044;
}

.tailwind-apply .tw-placeholder-red-500::-ms-input-placeholder {
  color: #EF4044;
}

.tailwind-apply .tw-placeholder-red-500::placeholder {
  color: #EF4044;
}

.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-300::-webkit-input-placeholder {
  color: #149a484d;
}

.tailwind-apply .tw-placeholder-green-300::-moz-placeholder {
  color: #149a484d;
}

.tailwind-apply .tw-placeholder-green-300:-ms-input-placeholder {
  color: #149a484d;
}

.tailwind-apply .tw-placeholder-green-300::-ms-input-placeholder {
  color: #149a484d;
}

.tailwind-apply .tw-placeholder-green-300::placeholder {
  color: #149a484d;
}

.tailwind-apply .tw-placeholder-green-500::-webkit-input-placeholder {
  color: #009838;
}

.tailwind-apply .tw-placeholder-green-500::-moz-placeholder {
  color: #009838;
}

.tailwind-apply .tw-placeholder-green-500:-ms-input-placeholder {
  color: #009838;
}

.tailwind-apply .tw-placeholder-green-500::-ms-input-placeholder {
  color: #009838;
}

.tailwind-apply .tw-placeholder-green-500::placeholder {
  color: #009838;
}

.tailwind-apply .tw-placeholder-blue-500::-webkit-input-placeholder {
  color: #0059AB;
}

.tailwind-apply .tw-placeholder-blue-500::-moz-placeholder {
  color: #0059AB;
}

.tailwind-apply .tw-placeholder-blue-500:-ms-input-placeholder {
  color: #0059AB;
}

.tailwind-apply .tw-placeholder-blue-500::-ms-input-placeholder {
  color: #0059AB;
}

.tailwind-apply .tw-placeholder-blue-500::placeholder {
  color: #0059AB;
}

.tailwind-apply .tw-placeholder-blue-700::-webkit-input-placeholder {
  color: #003364;
}

.tailwind-apply .tw-placeholder-blue-700::-moz-placeholder {
  color: #003364;
}

.tailwind-apply .tw-placeholder-blue-700:-ms-input-placeholder {
  color: #003364;
}

.tailwind-apply .tw-placeholder-blue-700::-ms-input-placeholder {
  color: #003364;
}

.tailwind-apply .tw-placeholder-blue-700::placeholder {
  color: #003364;
}

.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: #EF4044;
}

.tailwind-apply .focus\:tw-placeholder-red-500:focus::-moz-placeholder {
  color: #EF4044;
}

.tailwind-apply .focus\:tw-placeholder-red-500:focus:-ms-input-placeholder {
  color: #EF4044;
}

.tailwind-apply .focus\:tw-placeholder-red-500:focus::-ms-input-placeholder {
  color: #EF4044;
}

.tailwind-apply .focus\:tw-placeholder-red-500:focus::placeholder {
  color: #EF4044;
}

.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-300:focus::-webkit-input-placeholder {
  color: #149a484d;
}

.tailwind-apply .focus\:tw-placeholder-green-300:focus::-moz-placeholder {
  color: #149a484d;
}

.tailwind-apply .focus\:tw-placeholder-green-300:focus:-ms-input-placeholder {
  color: #149a484d;
}

.tailwind-apply .focus\:tw-placeholder-green-300:focus::-ms-input-placeholder {
  color: #149a484d;
}

.tailwind-apply .focus\:tw-placeholder-green-300:focus::placeholder {
  color: #149a484d;
}

.tailwind-apply .focus\:tw-placeholder-green-500:focus::-webkit-input-placeholder {
  color: #009838;
}

.tailwind-apply .focus\:tw-placeholder-green-500:focus::-moz-placeholder {
  color: #009838;
}

.tailwind-apply .focus\:tw-placeholder-green-500:focus:-ms-input-placeholder {
  color: #009838;
}

.tailwind-apply .focus\:tw-placeholder-green-500:focus::-ms-input-placeholder {
  color: #009838;
}

.tailwind-apply .focus\:tw-placeholder-green-500:focus::placeholder {
  color: #009838;
}

.tailwind-apply .focus\:tw-placeholder-blue-500:focus::-webkit-input-placeholder {
  color: #0059AB;
}

.tailwind-apply .focus\:tw-placeholder-blue-500:focus::-moz-placeholder {
  color: #0059AB;
}

.tailwind-apply .focus\:tw-placeholder-blue-500:focus:-ms-input-placeholder {
  color: #0059AB;
}

.tailwind-apply .focus\:tw-placeholder-blue-500:focus::-ms-input-placeholder {
  color: #0059AB;
}

.tailwind-apply .focus\:tw-placeholder-blue-500:focus::placeholder {
  color: #0059AB;
}

.tailwind-apply .focus\:tw-placeholder-blue-700:focus::-webkit-input-placeholder {
  color: #003364;
}

.tailwind-apply .focus\:tw-placeholder-blue-700:focus::-moz-placeholder {
  color: #003364;
}

.tailwind-apply .focus\:tw-placeholder-blue-700:focus:-ms-input-placeholder {
  color: #003364;
}

.tailwind-apply .focus\:tw-placeholder-blue-700:focus::-ms-input-placeholder {
  color: #003364;
}

.tailwind-apply .focus\:tw-placeholder-blue-700:focus::placeholder {
  color: #003364;
}

.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: #EF4044;
}

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

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

.tailwind-apply .tw-text-green-300 {
  color: #149a484d;
}

.tailwind-apply .tw-text-green-500 {
  color: #009838;
}

.tailwind-apply .tw-text-blue-500 {
  color: #0059AB;
}

.tailwind-apply .tw-text-blue-700 {
  color: #003364;
}

.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: #EF4044;
}

.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-300:hover {
  color: #149a484d;
}

.tailwind-apply .hover\:tw-text-green-500:hover {
  color: #009838;
}

.tailwind-apply .hover\:tw-text-blue-500:hover {
  color: #0059AB;
}

.tailwind-apply .hover\:tw-text-blue-700:hover {
  color: #003364;
}

.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\:col-count-2 { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2;
  }

  .tailwind-apply .sm\:col-count-3 { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3;
  }

  .tailwind-apply .sm\:col-count-4 { -webkit-column-count: 4; -moz-column-count: 4; column-count: 4;
  }

  .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: #EF4044;
  }

  .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-300 {
    background-color: #149a484d;
  }

  .tailwind-apply .sm\:tw-bg-green-500 {
    background-color: #009838;
  }

  .tailwind-apply .sm\:tw-bg-blue-500 {
    background-color: #0059AB;
  }

  .tailwind-apply .sm\:tw-bg-blue-700 {
    background-color: #003364;
  }

  .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: #EF4044;
  }

  .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-300:hover {
    background-color: #149a484d;
  }

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

  .tailwind-apply .sm\:hover\:tw-bg-blue-500:hover {
    background-color: #0059AB;
  }

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

  .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: #EF4044;
  }

  .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-300 {
    border-color: #149a484d;
  }

  .tailwind-apply .sm\:tw-border-green-500 {
    border-color: #009838;
  }

  .tailwind-apply .sm\:tw-border-blue-500 {
    border-color: #0059AB;
  }

  .tailwind-apply .sm\:tw-border-blue-700 {
    border-color: #003364;
  }

  .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: #EF4044;
  }

  .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-300:hover {
    border-color: #149a484d;
  }

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

  .tailwind-apply .sm\:hover\:tw-border-blue-500:hover {
    border-color: #0059AB;
  }

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

  .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-order-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .tailwind-apply .sm\:tw-order-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .tailwind-apply .sm\:tw-order-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .tailwind-apply .sm\:tw-order-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .tailwind-apply .sm\:tw-order-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .tailwind-apply .sm\:tw-order-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .tailwind-apply .sm\:tw-order-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .tailwind-apply .sm\:tw-order-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .tailwind-apply .sm\:tw-order-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .tailwind-apply .sm\:tw-order-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .tailwind-apply .sm\:tw-order-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .tailwind-apply .sm\:tw-order-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .tailwind-apply .sm\:tw-order-first {
    -webkit-box-ordinal-group: -9998;
            order: -9999;
  }

  .tailwind-apply .sm\:tw-order-last {
    -webkit-box-ordinal-group: 10000;
            order: 9999;
  }

  .tailwind-apply .sm\:tw-order-none {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .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-4\/5 {
    max-width: 80%;
  }

  .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: #EF4044;
  }

  .tailwind-apply .sm\:tw-placeholder-red-500::-moz-placeholder {
    color: #EF4044;
  }

  .tailwind-apply .sm\:tw-placeholder-red-500:-ms-input-placeholder {
    color: #EF4044;
  }

  .tailwind-apply .sm\:tw-placeholder-red-500::-ms-input-placeholder {
    color: #EF4044;
  }

  .tailwind-apply .sm\:tw-placeholder-red-500::placeholder {
    color: #EF4044;
  }

  .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-300::-webkit-input-placeholder {
    color: #149a484d;
  }

  .tailwind-apply .sm\:tw-placeholder-green-300::-moz-placeholder {
    color: #149a484d;
  }

  .tailwind-apply .sm\:tw-placeholder-green-300:-ms-input-placeholder {
    color: #149a484d;
  }

  .tailwind-apply .sm\:tw-placeholder-green-300::-ms-input-placeholder {
    color: #149a484d;
  }

  .tailwind-apply .sm\:tw-placeholder-green-300::placeholder {
    color: #149a484d;
  }

  .tailwind-apply .sm\:tw-placeholder-green-500::-webkit-input-placeholder {
    color: #009838;
  }

  .tailwind-apply .sm\:tw-placeholder-green-500::-moz-placeholder {
    color: #009838;
  }

  .tailwind-apply .sm\:tw-placeholder-green-500:-ms-input-placeholder {
    color: #009838;
  }

  .tailwind-apply .sm\:tw-placeholder-green-500::-ms-input-placeholder {
    color: #009838;
  }

  .tailwind-apply .sm\:tw-placeholder-green-500::placeholder {
    color: #009838;
  }

  .tailwind-apply .sm\:tw-placeholder-blue-500::-webkit-input-placeholder {
    color: #0059AB;
  }

  .tailwind-apply .sm\:tw-placeholder-blue-500::-moz-placeholder {
    color: #0059AB;
  }

  .tailwind-apply .sm\:tw-placeholder-blue-500:-ms-input-placeholder {
    color: #0059AB;
  }

  .tailwind-apply .sm\:tw-placeholder-blue-500::-ms-input-placeholder {
    color: #0059AB;
  }

  .tailwind-apply .sm\:tw-placeholder-blue-500::placeholder {
    color: #0059AB;
  }

  .tailwind-apply .sm\:tw-placeholder-blue-700::-webkit-input-placeholder {
    color: #003364;
  }

  .tailwind-apply .sm\:tw-placeholder-blue-700::-moz-placeholder {
    color: #003364;
  }

  .tailwind-apply .sm\:tw-placeholder-blue-700:-ms-input-placeholder {
    color: #003364;
  }

  .tailwind-apply .sm\:tw-placeholder-blue-700::-ms-input-placeholder {
    color: #003364;
  }

  .tailwind-apply .sm\:tw-placeholder-blue-700::placeholder {
    color: #003364;
  }

  .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: #EF4044;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-red-500:focus::-moz-placeholder {
    color: #EF4044;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-red-500:focus:-ms-input-placeholder {
    color: #EF4044;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-red-500:focus::-ms-input-placeholder {
    color: #EF4044;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-red-500:focus::placeholder {
    color: #EF4044;
  }

  .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-300:focus::-webkit-input-placeholder {
    color: #149a484d;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-green-300:focus::-moz-placeholder {
    color: #149a484d;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-green-300:focus:-ms-input-placeholder {
    color: #149a484d;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-green-300:focus::-ms-input-placeholder {
    color: #149a484d;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-green-300:focus::placeholder {
    color: #149a484d;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-green-500:focus::-webkit-input-placeholder {
    color: #009838;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-green-500:focus::-moz-placeholder {
    color: #009838;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-green-500:focus:-ms-input-placeholder {
    color: #009838;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-green-500:focus::-ms-input-placeholder {
    color: #009838;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-green-500:focus::placeholder {
    color: #009838;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-blue-500:focus::-webkit-input-placeholder {
    color: #0059AB;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-blue-500:focus::-moz-placeholder {
    color: #0059AB;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-blue-500:focus:-ms-input-placeholder {
    color: #0059AB;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-blue-500:focus::-ms-input-placeholder {
    color: #0059AB;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-blue-500:focus::placeholder {
    color: #0059AB;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-blue-700:focus::-webkit-input-placeholder {
    color: #003364;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-blue-700:focus::-moz-placeholder {
    color: #003364;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-blue-700:focus:-ms-input-placeholder {
    color: #003364;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-blue-700:focus::-ms-input-placeholder {
    color: #003364;
  }

  .tailwind-apply .sm\:focus\:tw-placeholder-blue-700:focus::placeholder {
    color: #003364;
  }

  .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: #EF4044;
  }

  .tailwind-apply .sm\:tw-text-red-700 {
    color: #B41C39;
  }

  .tailwind-apply .sm\:tw-text-orange-500 {
    color: #F4811F;
  }

  .tailwind-apply .sm\:tw-text-green-300 {
    color: #149a484d;
  }

  .tailwind-apply .sm\:tw-text-green-500 {
    color: #009838;
  }

  .tailwind-apply .sm\:tw-text-blue-500 {
    color: #0059AB;
  }

  .tailwind-apply .sm\:tw-text-blue-700 {
    color: #003364;
  }

  .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: #EF4044;
  }

  .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-300:hover {
    color: #149a484d;
  }

  .tailwind-apply .sm\:hover\:tw-text-green-500:hover {
    color: #009838;
  }

  .tailwind-apply .sm\:hover\:tw-text-blue-500:hover {
    color: #0059AB;
  }

  .tailwind-apply .sm\:hover\:tw-text-blue-700:hover {
    color: #003364;
  }

  .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\:col-count-2 { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2;
  }

  .tailwind-apply .md\:col-count-3 { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3;
  }

  .tailwind-apply .md\:col-count-4 { -webkit-column-count: 4; -moz-column-count: 4; column-count: 4;
  }

  .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: #EF4044;
  }

  .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-300 {
    background-color: #149a484d;
  }

  .tailwind-apply .md\:tw-bg-green-500 {
    background-color: #009838;
  }

  .tailwind-apply .md\:tw-bg-blue-500 {
    background-color: #0059AB;
  }

  .tailwind-apply .md\:tw-bg-blue-700 {
    background-color: #003364;
  }

  .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: #EF4044;
  }

  .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-300:hover {
    background-color: #149a484d;
  }

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

  .tailwind-apply .md\:hover\:tw-bg-blue-500:hover {
    background-color: #0059AB;
  }

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

  .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: #EF4044;
  }

  .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-300 {
    border-color: #149a484d;
  }

  .tailwind-apply .md\:tw-border-green-500 {
    border-color: #009838;
  }

  .tailwind-apply .md\:tw-border-blue-500 {
    border-color: #0059AB;
  }

  .tailwind-apply .md\:tw-border-blue-700 {
    border-color: #003364;
  }

  .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: #EF4044;
  }

  .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-300:hover {
    border-color: #149a484d;
  }

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

  .tailwind-apply .md\:hover\:tw-border-blue-500:hover {
    border-color: #0059AB;
  }

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

  .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-order-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .tailwind-apply .md\:tw-order-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .tailwind-apply .md\:tw-order-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .tailwind-apply .md\:tw-order-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .tailwind-apply .md\:tw-order-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .tailwind-apply .md\:tw-order-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .tailwind-apply .md\:tw-order-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .tailwind-apply .md\:tw-order-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .tailwind-apply .md\:tw-order-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .tailwind-apply .md\:tw-order-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .tailwind-apply .md\:tw-order-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .tailwind-apply .md\:tw-order-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .tailwind-apply .md\:tw-order-first {
    -webkit-box-ordinal-group: -9998;
            order: -9999;
  }

  .tailwind-apply .md\:tw-order-last {
    -webkit-box-ordinal-group: 10000;
            order: 9999;
  }

  .tailwind-apply .md\:tw-order-none {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .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-4\/5 {
    max-width: 80%;
  }

  .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: #EF4044;
  }

  .tailwind-apply .md\:tw-placeholder-red-500::-moz-placeholder {
    color: #EF4044;
  }

  .tailwind-apply .md\:tw-placeholder-red-500:-ms-input-placeholder {
    color: #EF4044;
  }

  .tailwind-apply .md\:tw-placeholder-red-500::-ms-input-placeholder {
    color: #EF4044;
  }

  .tailwind-apply .md\:tw-placeholder-red-500::placeholder {
    color: #EF4044;
  }

  .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-300::-webkit-input-placeholder {
    color: #149a484d;
  }

  .tailwind-apply .md\:tw-placeholder-green-300::-moz-placeholder {
    color: #149a484d;
  }

  .tailwind-apply .md\:tw-placeholder-green-300:-ms-input-placeholder {
    color: #149a484d;
  }

  .tailwind-apply .md\:tw-placeholder-green-300::-ms-input-placeholder {
    color: #149a484d;
  }

  .tailwind-apply .md\:tw-placeholder-green-300::placeholder {
    color: #149a484d;
  }

  .tailwind-apply .md\:tw-placeholder-green-500::-webkit-input-placeholder {
    color: #009838;
  }

  .tailwind-apply .md\:tw-placeholder-green-500::-moz-placeholder {
    color: #009838;
  }

  .tailwind-apply .md\:tw-placeholder-green-500:-ms-input-placeholder {
    color: #009838;
  }

  .tailwind-apply .md\:tw-placeholder-green-500::-ms-input-placeholder {
    color: #009838;
  }

  .tailwind-apply .md\:tw-placeholder-green-500::placeholder {
    color: #009838;
  }

  .tailwind-apply .md\:tw-placeholder-blue-500::-webkit-input-placeholder {
    color: #0059AB;
  }

  .tailwind-apply .md\:tw-placeholder-blue-500::-moz-placeholder {
    color: #0059AB;
  }

  .tailwind-apply .md\:tw-placeholder-blue-500:-ms-input-placeholder {
    color: #0059AB;
  }

  .tailwind-apply .md\:tw-placeholder-blue-500::-ms-input-placeholder {
    color: #0059AB;
  }

  .tailwind-apply .md\:tw-placeholder-blue-500::placeholder {
    color: #0059AB;
  }

  .tailwind-apply .md\:tw-placeholder-blue-700::-webkit-input-placeholder {
    color: #003364;
  }

  .tailwind-apply .md\:tw-placeholder-blue-700::-moz-placeholder {
    color: #003364;
  }

  .tailwind-apply .md\:tw-placeholder-blue-700:-ms-input-placeholder {
    color: #003364;
  }

  .tailwind-apply .md\:tw-placeholder-blue-700::-ms-input-placeholder {
    color: #003364;
  }

  .tailwind-apply .md\:tw-placeholder-blue-700::placeholder {
    color: #003364;
  }

  .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: #EF4044;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-red-500:focus::-moz-placeholder {
    color: #EF4044;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-red-500:focus:-ms-input-placeholder {
    color: #EF4044;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-red-500:focus::-ms-input-placeholder {
    color: #EF4044;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-red-500:focus::placeholder {
    color: #EF4044;
  }

  .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-300:focus::-webkit-input-placeholder {
    color: #149a484d;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-green-300:focus::-moz-placeholder {
    color: #149a484d;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-green-300:focus:-ms-input-placeholder {
    color: #149a484d;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-green-300:focus::-ms-input-placeholder {
    color: #149a484d;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-green-300:focus::placeholder {
    color: #149a484d;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-green-500:focus::-webkit-input-placeholder {
    color: #009838;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-green-500:focus::-moz-placeholder {
    color: #009838;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-green-500:focus:-ms-input-placeholder {
    color: #009838;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-green-500:focus::-ms-input-placeholder {
    color: #009838;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-green-500:focus::placeholder {
    color: #009838;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-blue-500:focus::-webkit-input-placeholder {
    color: #0059AB;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-blue-500:focus::-moz-placeholder {
    color: #0059AB;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-blue-500:focus:-ms-input-placeholder {
    color: #0059AB;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-blue-500:focus::-ms-input-placeholder {
    color: #0059AB;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-blue-500:focus::placeholder {
    color: #0059AB;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-blue-700:focus::-webkit-input-placeholder {
    color: #003364;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-blue-700:focus::-moz-placeholder {
    color: #003364;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-blue-700:focus:-ms-input-placeholder {
    color: #003364;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-blue-700:focus::-ms-input-placeholder {
    color: #003364;
  }

  .tailwind-apply .md\:focus\:tw-placeholder-blue-700:focus::placeholder {
    color: #003364;
  }

  .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: #EF4044;
  }

  .tailwind-apply .md\:tw-text-red-700 {
    color: #B41C39;
  }

  .tailwind-apply .md\:tw-text-orange-500 {
    color: #F4811F;
  }

  .tailwind-apply .md\:tw-text-green-300 {
    color: #149a484d;
  }

  .tailwind-apply .md\:tw-text-green-500 {
    color: #009838;
  }

  .tailwind-apply .md\:tw-text-blue-500 {
    color: #0059AB;
  }

  .tailwind-apply .md\:tw-text-blue-700 {
    color: #003364;
  }

  .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: #EF4044;
  }

  .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-300:hover {
    color: #149a484d;
  }

  .tailwind-apply .md\:hover\:tw-text-green-500:hover {
    color: #009838;
  }

  .tailwind-apply .md\:hover\:tw-text-blue-500:hover {
    color: #0059AB;
  }

  .tailwind-apply .md\:hover\:tw-text-blue-700:hover {
    color: #003364;
  }

  .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\:col-count-2 { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2;
  }

  .tailwind-apply .lg\:col-count-3 { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3;
  }

  .tailwind-apply .lg\:col-count-4 { -webkit-column-count: 4; -moz-column-count: 4; column-count: 4;
  }

  .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: #EF4044;
  }

  .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-300 {
    background-color: #149a484d;
  }

  .tailwind-apply .lg\:tw-bg-green-500 {
    background-color: #009838;
  }

  .tailwind-apply .lg\:tw-bg-blue-500 {
    background-color: #0059AB;
  }

  .tailwind-apply .lg\:tw-bg-blue-700 {
    background-color: #003364;
  }

  .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: #EF4044;
  }

  .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-300:hover {
    background-color: #149a484d;
  }

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

  .tailwind-apply .lg\:hover\:tw-bg-blue-500:hover {
    background-color: #0059AB;
  }

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

  .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: #EF4044;
  }

  .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-300 {
    border-color: #149a484d;
  }

  .tailwind-apply .lg\:tw-border-green-500 {
    border-color: #009838;
  }

  .tailwind-apply .lg\:tw-border-blue-500 {
    border-color: #0059AB;
  }

  .tailwind-apply .lg\:tw-border-blue-700 {
    border-color: #003364;
  }

  .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: #EF4044;
  }

  .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-300:hover {
    border-color: #149a484d;
  }

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

  .tailwind-apply .lg\:hover\:tw-border-blue-500:hover {
    border-color: #0059AB;
  }

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

  .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-order-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .tailwind-apply .lg\:tw-order-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .tailwind-apply .lg\:tw-order-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .tailwind-apply .lg\:tw-order-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .tailwind-apply .lg\:tw-order-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .tailwind-apply .lg\:tw-order-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .tailwind-apply .lg\:tw-order-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .tailwind-apply .lg\:tw-order-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .tailwind-apply .lg\:tw-order-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .tailwind-apply .lg\:tw-order-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .tailwind-apply .lg\:tw-order-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .tailwind-apply .lg\:tw-order-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .tailwind-apply .lg\:tw-order-first {
    -webkit-box-ordinal-group: -9998;
            order: -9999;
  }

  .tailwind-apply .lg\:tw-order-last {
    -webkit-box-ordinal-group: 10000;
            order: 9999;
  }

  .tailwind-apply .lg\:tw-order-none {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .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-4\/5 {
    max-width: 80%;
  }

  .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: #EF4044;
  }

  .tailwind-apply .lg\:tw-placeholder-red-500::-moz-placeholder {
    color: #EF4044;
  }

  .tailwind-apply .lg\:tw-placeholder-red-500:-ms-input-placeholder {
    color: #EF4044;
  }

  .tailwind-apply .lg\:tw-placeholder-red-500::-ms-input-placeholder {
    color: #EF4044;
  }

  .tailwind-apply .lg\:tw-placeholder-red-500::placeholder {
    color: #EF4044;
  }

  .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-300::-webkit-input-placeholder {
    color: #149a484d;
  }

  .tailwind-apply .lg\:tw-placeholder-green-300::-moz-placeholder {
    color: #149a484d;
  }

  .tailwind-apply .lg\:tw-placeholder-green-300:-ms-input-placeholder {
    color: #149a484d;
  }

  .tailwind-apply .lg\:tw-placeholder-green-300::-ms-input-placeholder {
    color: #149a484d;
  }

  .tailwind-apply .lg\:tw-placeholder-green-300::placeholder {
    color: #149a484d;
  }

  .tailwind-apply .lg\:tw-placeholder-green-500::-webkit-input-placeholder {
    color: #009838;
  }

  .tailwind-apply .lg\:tw-placeholder-green-500::-moz-placeholder {
    color: #009838;
  }

  .tailwind-apply .lg\:tw-placeholder-green-500:-ms-input-placeholder {
    color: #009838;
  }

  .tailwind-apply .lg\:tw-placeholder-green-500::-ms-input-placeholder {
    color: #009838;
  }

  .tailwind-apply .lg\:tw-placeholder-green-500::placeholder {
    color: #009838;
  }

  .tailwind-apply .lg\:tw-placeholder-blue-500::-webkit-input-placeholder {
    color: #0059AB;
  }

  .tailwind-apply .lg\:tw-placeholder-blue-500::-moz-placeholder {
    color: #0059AB;
  }

  .tailwind-apply .lg\:tw-placeholder-blue-500:-ms-input-placeholder {
    color: #0059AB;
  }

  .tailwind-apply .lg\:tw-placeholder-blue-500::-ms-input-placeholder {
    color: #0059AB;
  }

  .tailwind-apply .lg\:tw-placeholder-blue-500::placeholder {
    color: #0059AB;
  }

  .tailwind-apply .lg\:tw-placeholder-blue-700::-webkit-input-placeholder {
    color: #003364;
  }

  .tailwind-apply .lg\:tw-placeholder-blue-700::-moz-placeholder {
    color: #003364;
  }

  .tailwind-apply .lg\:tw-placeholder-blue-700:-ms-input-placeholder {
    color: #003364;
  }

  .tailwind-apply .lg\:tw-placeholder-blue-700::-ms-input-placeholder {
    color: #003364;
  }

  .tailwind-apply .lg\:tw-placeholder-blue-700::placeholder {
    color: #003364;
  }

  .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: #EF4044;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-red-500:focus::-moz-placeholder {
    color: #EF4044;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-red-500:focus:-ms-input-placeholder {
    color: #EF4044;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-red-500:focus::-ms-input-placeholder {
    color: #EF4044;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-red-500:focus::placeholder {
    color: #EF4044;
  }

  .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-300:focus::-webkit-input-placeholder {
    color: #149a484d;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-green-300:focus::-moz-placeholder {
    color: #149a484d;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-green-300:focus:-ms-input-placeholder {
    color: #149a484d;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-green-300:focus::-ms-input-placeholder {
    color: #149a484d;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-green-300:focus::placeholder {
    color: #149a484d;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-green-500:focus::-webkit-input-placeholder {
    color: #009838;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-green-500:focus::-moz-placeholder {
    color: #009838;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-green-500:focus:-ms-input-placeholder {
    color: #009838;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-green-500:focus::-ms-input-placeholder {
    color: #009838;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-green-500:focus::placeholder {
    color: #009838;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-blue-500:focus::-webkit-input-placeholder {
    color: #0059AB;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-blue-500:focus::-moz-placeholder {
    color: #0059AB;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-blue-500:focus:-ms-input-placeholder {
    color: #0059AB;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-blue-500:focus::-ms-input-placeholder {
    color: #0059AB;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-blue-500:focus::placeholder {
    color: #0059AB;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-blue-700:focus::-webkit-input-placeholder {
    color: #003364;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-blue-700:focus::-moz-placeholder {
    color: #003364;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-blue-700:focus:-ms-input-placeholder {
    color: #003364;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-blue-700:focus::-ms-input-placeholder {
    color: #003364;
  }

  .tailwind-apply .lg\:focus\:tw-placeholder-blue-700:focus::placeholder {
    color: #003364;
  }

  .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: #EF4044;
  }

  .tailwind-apply .lg\:tw-text-red-700 {
    color: #B41C39;
  }

  .tailwind-apply .lg\:tw-text-orange-500 {
    color: #F4811F;
  }

  .tailwind-apply .lg\:tw-text-green-300 {
    color: #149a484d;
  }

  .tailwind-apply .lg\:tw-text-green-500 {
    color: #009838;
  }

  .tailwind-apply .lg\:tw-text-blue-500 {
    color: #0059AB;
  }

  .tailwind-apply .lg\:tw-text-blue-700 {
    color: #003364;
  }

  .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: #EF4044;
  }

  .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-300:hover {
    color: #149a484d;
  }

  .tailwind-apply .lg\:hover\:tw-text-green-500:hover {
    color: #009838;
  }

  .tailwind-apply .lg\:hover\:tw-text-blue-500:hover {
    color: #0059AB;
  }

  .tailwind-apply .lg\:hover\:tw-text-blue-700:hover {
    color: #003364;
  }

  .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\:col-count-2 { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2;
  }

  .tailwind-apply .xl\:col-count-3 { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3;
  }

  .tailwind-apply .xl\:col-count-4 { -webkit-column-count: 4; -moz-column-count: 4; column-count: 4;
  }

  .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: #EF4044;
  }

  .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-300 {
    background-color: #149a484d;
  }

  .tailwind-apply .xl\:tw-bg-green-500 {
    background-color: #009838;
  }

  .tailwind-apply .xl\:tw-bg-blue-500 {
    background-color: #0059AB;
  }

  .tailwind-apply .xl\:tw-bg-blue-700 {
    background-color: #003364;
  }

  .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: #EF4044;
  }

  .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-300:hover {
    background-color: #149a484d;
  }

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

  .tailwind-apply .xl\:hover\:tw-bg-blue-500:hover {
    background-color: #0059AB;
  }

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

  .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: #EF4044;
  }

  .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-300 {
    border-color: #149a484d;
  }

  .tailwind-apply .xl\:tw-border-green-500 {
    border-color: #009838;
  }

  .tailwind-apply .xl\:tw-border-blue-500 {
    border-color: #0059AB;
  }

  .tailwind-apply .xl\:tw-border-blue-700 {
    border-color: #003364;
  }

  .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: #EF4044;
  }

  .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-300:hover {
    border-color: #149a484d;
  }

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

  .tailwind-apply .xl\:hover\:tw-border-blue-500:hover {
    border-color: #0059AB;
  }

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

  .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-order-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .tailwind-apply .xl\:tw-order-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .tailwind-apply .xl\:tw-order-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .tailwind-apply .xl\:tw-order-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .tailwind-apply .xl\:tw-order-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .tailwind-apply .xl\:tw-order-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .tailwind-apply .xl\:tw-order-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .tailwind-apply .xl\:tw-order-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .tailwind-apply .xl\:tw-order-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .tailwind-apply .xl\:tw-order-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .tailwind-apply .xl\:tw-order-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .tailwind-apply .xl\:tw-order-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  .tailwind-apply .xl\:tw-order-first {
    -webkit-box-ordinal-group: -9998;
            order: -9999;
  }

  .tailwind-apply .xl\:tw-order-last {
    -webkit-box-ordinal-group: 10000;
            order: 9999;
  }

  .tailwind-apply .xl\:tw-order-none {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .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-4\/5 {
    max-width: 80%;
  }

  .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: #EF4044;
  }

  .tailwind-apply .xl\:tw-placeholder-red-500::-moz-placeholder {
    color: #EF4044;
  }

  .tailwind-apply .xl\:tw-placeholder-red-500:-ms-input-placeholder {
    color: #EF4044;
  }

  .tailwind-apply .xl\:tw-placeholder-red-500::-ms-input-placeholder {
    color: #EF4044;
  }

  .tailwind-apply .xl\:tw-placeholder-red-500::placeholder {
    color: #EF4044;
  }

  .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-300::-webkit-input-placeholder {
    color: #149a484d;
  }

  .tailwind-apply .xl\:tw-placeholder-green-300::-moz-placeholder {
    color: #149a484d;
  }

  .tailwind-apply .xl\:tw-placeholder-green-300:-ms-input-placeholder {
    color: #149a484d;
  }

  .tailwind-apply .xl\:tw-placeholder-green-300::-ms-input-placeholder {
    color: #149a484d;
  }

  .tailwind-apply .xl\:tw-placeholder-green-300::placeholder {
    color: #149a484d;
  }

  .tailwind-apply .xl\:tw-placeholder-green-500::-webkit-input-placeholder {
    color: #009838;
  }

  .tailwind-apply .xl\:tw-placeholder-green-500::-moz-placeholder {
    color: #009838;
  }

  .tailwind-apply .xl\:tw-placeholder-green-500:-ms-input-placeholder {
    color: #009838;
  }

  .tailwind-apply .xl\:tw-placeholder-green-500::-ms-input-placeholder {
    color: #009838;
  }

  .tailwind-apply .xl\:tw-placeholder-green-500::placeholder {
    color: #009838;
  }

  .tailwind-apply .xl\:tw-placeholder-blue-500::-webkit-input-placeholder {
    color: #0059AB;
  }

  .tailwind-apply .xl\:tw-placeholder-blue-500::-moz-placeholder {
    color: #0059AB;
  }

  .tailwind-apply .xl\:tw-placeholder-blue-500:-ms-input-placeholder {
    color: #0059AB;
  }

  .tailwind-apply .xl\:tw-placeholder-blue-500::-ms-input-placeholder {
    color: #0059AB;
  }

  .tailwind-apply .xl\:tw-placeholder-blue-500::placeholder {
    color: #0059AB;
  }

  .tailwind-apply .xl\:tw-placeholder-blue-700::-webkit-input-placeholder {
    color: #003364;
  }

  .tailwind-apply .xl\:tw-placeholder-blue-700::-moz-placeholder {
    color: #003364;
  }

  .tailwind-apply .xl\:tw-placeholder-blue-700:-ms-input-placeholder {
    color: #003364;
  }

  .tailwind-apply .xl\:tw-placeholder-blue-700::-ms-input-placeholder {
    color: #003364;
  }

  .tailwind-apply .xl\:tw-placeholder-blue-700::placeholder {
    color: #003364;
  }

  .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: #EF4044;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-red-500:focus::-moz-placeholder {
    color: #EF4044;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-red-500:focus:-ms-input-placeholder {
    color: #EF4044;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-red-500:focus::-ms-input-placeholder {
    color: #EF4044;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-red-500:focus::placeholder {
    color: #EF4044;
  }

  .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-300:focus::-webkit-input-placeholder {
    color: #149a484d;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-green-300:focus::-moz-placeholder {
    color: #149a484d;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-green-300:focus:-ms-input-placeholder {
    color: #149a484d;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-green-300:focus::-ms-input-placeholder {
    color: #149a484d;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-green-300:focus::placeholder {
    color: #149a484d;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-green-500:focus::-webkit-input-placeholder {
    color: #009838;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-green-500:focus::-moz-placeholder {
    color: #009838;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-green-500:focus:-ms-input-placeholder {
    color: #009838;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-green-500:focus::-ms-input-placeholder {
    color: #009838;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-green-500:focus::placeholder {
    color: #009838;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-blue-500:focus::-webkit-input-placeholder {
    color: #0059AB;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-blue-500:focus::-moz-placeholder {
    color: #0059AB;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-blue-500:focus:-ms-input-placeholder {
    color: #0059AB;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-blue-500:focus::-ms-input-placeholder {
    color: #0059AB;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-blue-500:focus::placeholder {
    color: #0059AB;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-blue-700:focus::-webkit-input-placeholder {
    color: #003364;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-blue-700:focus::-moz-placeholder {
    color: #003364;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-blue-700:focus:-ms-input-placeholder {
    color: #003364;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-blue-700:focus::-ms-input-placeholder {
    color: #003364;
  }

  .tailwind-apply .xl\:focus\:tw-placeholder-blue-700:focus::placeholder {
    color: #003364;
  }

  .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: #EF4044;
  }

  .tailwind-apply .xl\:tw-text-red-700 {
    color: #B41C39;
  }

  .tailwind-apply .xl\:tw-text-orange-500 {
    color: #F4811F;
  }

  .tailwind-apply .xl\:tw-text-green-300 {
    color: #149a484d;
  }

  .tailwind-apply .xl\:tw-text-green-500 {
    color: #009838;
  }

  .tailwind-apply .xl\:tw-text-blue-500 {
    color: #0059AB;
  }

  .tailwind-apply .xl\:tw-text-blue-700 {
    color: #003364;
  }

  .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: #EF4044;
  }

  .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-300:hover {
    color: #149a484d;
  }

  .tailwind-apply .xl\:hover\:tw-text-green-500:hover {
    color: #009838;
  }

  .tailwind-apply .xl\:hover\:tw-text-blue-500:hover {
    color: #0059AB;
  }

  .tailwind-apply .xl\:hover\:tw-text-blue-700:hover {
    color: #003364;
  }

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

.header-wrapper.smaller .header-left-section {
  padding-top: 30px;
}

.rm-page .ui-tabs .ui-tabs-nav li {
  white-space: normal;
  text-align: center;
}

.childrens-promo .childrens-promo-inner .childrens-promo-logo {
  background-color: rgba(255, 255, 255, 0.8);
}

.childrens-promo .childrens-promo-inner .childrens-promo-logo-inner {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22241%22%20height%3D%2264%22%3E%3Cdefs%3E%3Cpath%20id%3D%22a%22%20d%3D%22M0%200h40.889v63.365H0z%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20transform%3D%22translate%280%20.635%29%22%3E%3Cmask%20id%3D%22b%22%20fill%3D%22%23fff%22%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%2F%3E%3C%2Fmask%3E%3Cpath%20fill%3D%22%23D02139%22%20d%3D%22M14.996%205.63A6.65%206.65%200%200%200%207.4.08a6.65%206.65%200%200%200-5.55%207.596%206.653%206.653%200%200%200%207.596%205.55%206.655%206.655%200%200%200%205.55-7.596%22%20mask%3D%22url%28%23b%29%22%2F%3E%3Cpath%20fill%3D%22%23005896%22%20d%3D%22M31.597%2021.855c-.363-2.728-2.679-4.787-5.354-4.432-2.672.355-4.593%202.979-4.229%205.706.363%202.729%202.863%204.488%205.54%204.135%202.672-.358%204.406-2.683%204.043-5.409%22%20mask%3D%22url%28%23b%29%22%2F%3E%3Cpath%20fill%3D%22%23005896%22%20d%3D%22M13.893%2021.57c.743%203.09%203.356%206.089%205.161%208.737.994%201.458%201.404%202.628%201.521%203.642.136%201.182-.077%203.245-2.146%204.738-2.1%201.518-7.623.668-10.416.022-.702-.164-1.21-.282-1.509-.314-1.921-.348-2.445.325-2.687.742-.384.663-.278%201.673.859%202.426%203.731%202.682%209.899%204.059%2014.171%203.822.688-.02.942-.058%201.599-.135.651-.124%201.409.325%201.577%201.141.964%204.627%202.075%209.886%204.804%2014.737%201.356%202.411%202.755%202.503%203.593%201.975%201.509-.951.396-3.216-.119-5.311-.471-1.923-1.615-6.912-1.645-10.223-.075-7.856%201.835-11.658%203.914-14.649%201.608-2.314%203.944-4.551%206.001-7.054.933-1.14%201.691-2.296%202.064-3.391.516-1.521.19-2.357-.486-2.716-1.106-.583-2.171.159-3.253%201.504-2.032%202.529-2.667%203.441-4.398%204.919-2.797%202.389-8.349%203.753-12.308-1.567-1.127-1.515-1.859-3.066-2.532-4.312-.574-1.057-1.357-2.511-2.617-2.308-1.528.246-1.568%201.824-1.148%203.575%22%20mask%3D%22url%28%23b%29%22%2F%3E%3Cpath%20fill%3D%22%23EB8F2D%22%20d%3D%22M6.504%2013.018a6.632%206.632%200%200%201-3.441-2.431%206.144%206.144%200%200%200-2.975%206.344%206.142%206.142%200%200%200%207.091%205.018%206.139%206.139%200%200%200%204.411-8.89%206.658%206.658%200%200%201-3.111.607%205.668%205.668%200%200%201-2.086-.47c-.087-.039-.134-.102-.121-.141.017-.049.118-.069.232-.037%22%20mask%3D%22url%28%23b%29%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23FBCE20%22%20d%3D%22M24.344%209.647a6.265%206.265%200%200%200-7.235-5.121%206.285%206.285%200%200%200-1.756.574c.229.782.34%201.617.292%202.482-.133%202.4-1.394%204.459-3.209%205.643a6.257%206.257%200%200%200%206.785%203.655%206.262%206.262%200%200%200%205.123-7.233%22%2F%3E%3Cpath%20fill%3D%22%23005896%22%20d%3D%22M100.515%2042.3c.53-.316.937-.7%201.028-1.327-.596.273-1.028-.339-1.028-.779%200-.553.205-.98.823-.98.638%200%20.875.594.875%201.139%200%201.008-.566%201.845-1.462%202.297l-.236-.35M48.932%2049.462c-.482.256-1.543.521-2.89.521-3.554%200-5.714-2.242-5.714-5.644%200-3.693%202.558-5.916%205.979-5.916%201.345%200%202.309.28%202.722.495l-.445%201.63c-.531-.234-1.263-.432-2.194-.432-2.274%200-3.92%201.43-3.92%204.12%200%202.459%201.447%204.033%203.903%204.033.831%200%201.696-.163%202.228-.412l.331%201.605M50.542%2038.011h2.062v4.811h.032a2.728%202.728%200%200%201%201.011-.931c.402-.229.881-.36%201.395-.36%201.38%200%202.827.91%202.827%203.504v4.764h-2.044v-4.535c0-1.175-.434-2.059-1.565-2.059-.797%200-1.36.528-1.572%201.147-.07.165-.084.38-.084.614v4.833h-2.062V38.011M60.039%2049.799h2.062v-8.088h-2.062v8.088Zm2.18-10.348c0%20.614-.451%201.097-1.166%201.097-.68%200-1.128-.483-1.128-1.097%200-.627.467-1.108%201.145-1.108.698%200%201.129.481%201.149%201.108ZM64.294%2049.798h2.06V38.011h-2.06zM73.975%2045.082c0-.165-.019-.364-.05-.532-.18-.795-.831-1.447-1.762-1.447-1.308%200-2.042%201.165-2.042%202.678%200%201.476.734%202.556%202.028%202.556.829%200%201.559-.564%201.758-1.445.049-.184.068-.381.068-.597v-1.213Zm2.039-7.071v9.517c0%20.826.037%201.721.07%202.271h-1.825l-.086-1.279h-.032c-.481.897-1.459%201.463-2.641%201.463-1.926%200-3.451-1.646-3.451-4.138-.024-2.707%201.674-4.314%203.617-4.314%201.114%200%201.913.461%202.275%201.059h.034v-4.579h2.039ZM78.21%2044.316c0-1.094-.018-1.875-.066-2.605h1.775l.068%201.543h.065c.399-1.148%201.348-1.723%202.209-1.723.198%200%20.314.015.483.043v1.93a2.965%202.965%200%200%200-.599-.066c-.978%200-1.645.629-1.825%201.543a3.376%203.376%200%200%200-.067.632v4.186H78.21v-5.483M88.968%2044.898c.019-.748-.31-1.976-1.672-1.976-1.264%200-1.798%201.145-1.877%201.976h3.549Zm-3.549%201.43c.048%201.461%201.193%202.093%202.489%202.093.95%200%201.627-.138%202.244-.369l.296%201.41c-.696.29-1.66.521-2.82.521-2.626%200-4.17-1.629-4.17-4.106%200-2.238%201.36-4.346%203.949-4.346%202.643%200%203.49%202.154%203.49%203.931%200%20.383-.033.682-.066.866h-5.412ZM92.54%2044.121c0-.928-.016-1.711-.064-2.41h1.793l.1%201.211h.049c.348-.627%201.227-1.391%202.575-1.391%201.409%200%202.869.91%202.869%203.468v4.8h-2.044v-4.567c0-1.165-.43-2.039-1.542-2.039-.813%200-1.376.577-1.594%201.192-.064.185-.084.431-.084.663v4.751H92.54v-5.678M103.564%2047.924c.463.28%201.345.577%202.075.577.901%200%201.296-.364%201.296-.896%200-.549-.332-.83-1.329-1.175-1.579-.553-2.243-1.411-2.225-2.363%200-1.424%201.178-2.536%203.056-2.536.896%200%201.674.232%202.141.477l-.396%201.448c-.349-.202-1-.467-1.711-.467-.73%200-1.128.348-1.128.849%200%20.514.379.763%201.408%201.128%201.461.532%202.142%201.275%202.163%202.474%200%201.46-1.15%202.543-3.293%202.543-.978%200-1.861-.252-2.459-.587l.402-1.472M116.585%2038.606v4.483h4.737v-4.483h2.044v11.193h-2.044v-4.934h-4.737v4.934h-2.039V38.606h2.039M127.215%2045.764c0%201.556.765%202.737%202.008%202.737%201.164%200%201.98-1.146%201.98-2.771%200-1.26-.565-2.708-1.959-2.708-1.448%200-2.029%201.397-2.029%202.742m6.096-.087c0%202.976-2.091%204.306-4.149%204.306-2.291%200-4.055-1.579-4.055-4.167%200-2.661%201.745-4.285%204.186-4.285%202.404%200%204.018%201.691%204.018%204.146M134.771%2047.924c.465.28%201.346.577%202.076.577.9%200%201.295-.364%201.295-.896%200-.549-.332-.83-1.328-1.175-1.578-.553-2.244-1.411-2.223-2.363%200-1.424%201.177-2.536%203.052-2.536.901%200%201.678.232%202.144.477l-.398%201.448a3.604%203.604%200%200%200-1.709-.467c-.731%200-1.132.348-1.132.849%200%20.514.382.763%201.411%201.128%201.462.532%202.141%201.275%202.16%202.474%200%201.46-1.146%202.543-3.288%202.543-.98%200-1.863-.252-2.458-.587l.398-1.472M143.838%2046.412c0%20.197.015.381.069.563a1.843%201.843%200%200%200%201.79%201.429c1.297%200%202.062-1.084%202.062-2.674%200-1.428-.701-2.592-2.013-2.592-.844%200-1.626.617-1.822%201.513a1.735%201.735%200%200%200-.086.513v1.248Zm-2.043-2.013c0-1.062-.032-1.922-.064-2.688h1.794l.097%201.247h.035c.596-.917%201.547-1.427%202.771-1.427%201.861%200%203.405%201.595%203.405%204.115%200%202.926-1.843%204.337-3.686%204.337-1.011%200-1.861-.433-2.276-1.083h-.033v4.187h-2.043v-8.688ZM151.631%2049.799h2.055v-8.088h-2.055v8.088Zm2.172-10.348c0%20.614-.448%201.097-1.164%201.097-.678%200-1.127-.483-1.127-1.097%200-.627.466-1.108%201.147-1.108.696%200%201.13.481%201.144%201.108ZM158.588%2039.632v2.079h1.945v1.53h-1.945v3.566c0%20.982.266%201.495%201.049%201.495.379%200%20.563-.033.796-.098l.032%201.56c-.299.118-.828.219-1.478.219-.745%200-1.377-.265-1.759-.679-.431-.471-.631-1.198-.631-2.261v-3.802h-1.166v-1.53h1.166v-1.492l1.991-.587M166.608%2045.845c-1.446-.029-2.82.282-2.82%201.51%200%20.799.513%201.165%201.163%201.165.81%200%201.407-.532%201.594-1.113.046-.15.063-.315.063-.449v-1.113Zm1.993%202.012c0%20.729.035%201.447.119%201.942h-1.845l-.132-.899h-.053c-.494.634-1.342%201.083-2.389%201.083-1.627%200-2.539-1.183-2.539-2.412%200-2.042%201.807-3.071%204.795-3.054v-.132c0-.529-.214-1.41-1.64-1.41-.797%200-1.627.247-2.18.596l-.397-1.328c.598-.366%201.644-.712%202.919-.712%202.597%200%203.342%201.643%203.342%203.4v2.926ZM170.58%2049.798h2.062V38.011h-2.062zM186.257%2049.348c-.481.232-1.538.496-2.896.496-3.541%200-5.692-2.217-5.692-5.623%200-3.673%202.566-5.889%205.973-5.889%201.339%200%202.283.282%202.696.497l-.429%201.621a5.502%205.502%200%200%200-2.186-.432c-2.266%200-3.903%201.424-3.903%204.103%200%202.467%201.422%204.021%203.888%204.021.811%200%201.671-.167%202.217-.4l.332%201.606M188.985%2045.643c0%201.552.778%202.728%202.004%202.728%201.156%200%201.965-1.123%201.965-2.761%200-1.257-.562-2.716-1.95-2.716-1.439%200-2.019%201.409-2.019%202.749Zm6.071-.082c0%202.959-2.084%204.283-4.134%204.283-2.266%200-4.036-1.552-4.036-4.152%200-2.645%201.736-4.267%204.169-4.267%202.398%200%204.001%201.687%204.001%204.136ZM196.48%2049.663h2.033V37.919h-2.033zM202.074%2045.643c0%201.552.776%202.728%202%202.728%201.158%200%201.97-1.123%201.97-2.761%200-1.257-.564-2.716-1.954-2.716-1.438%200-2.016%201.409-2.016%202.749Zm6.069-.082c0%202.959-2.084%204.283-4.134%204.283-2.268%200-4.038-1.552-4.038-4.152%200-2.645%201.738-4.267%204.17-4.267%202.398%200%204.002%201.687%204.002%204.136ZM209.569%2044.205c0-1.093-.019-1.887-.068-2.601h1.752l.084%201.523h.05c.397-1.12%201.338-1.702%202.216-1.702.2%200%20.313.017.479.051v1.903a3.084%203.084%200%200%200-.61-.054c-.96%200-1.638.614-1.821%201.54a3.555%203.555%200%200%200-.049.612v4.186h-2.033v-5.458M219.326%2045.725c-1.437-.013-2.812.282-2.812%201.505%200%20.795.514%201.159%201.159%201.159a1.67%201.67%200%200%200%201.603-1.109c.05-.148.05-.298.05-.447v-1.108Zm1.985%202.004c0%20.726.034%201.439.134%201.934h-1.837l-.148-.892h-.049c-.482.625-1.324%201.073-2.383%201.073-1.621%200-2.532-1.174-2.532-2.398%200-2.016%201.805-3.06%204.78-3.041v-.135c0-.53-.213-1.406-1.636-1.406-.793%200-1.623.248-2.166.596l-.398-1.324c.596-.363%201.638-.711%202.909-.711%202.583%200%203.326%201.639%203.326%203.409v2.895ZM228.608%2044.965c0-.167-.014-.38-.05-.544-.18-.78-.828-1.424-1.753-1.424-1.305%200-2.035%201.155-2.035%202.646%200%201.489.73%202.565%202.02%202.565.827%200%201.556-.564%201.752-1.441.052-.179.066-.379.066-.594v-1.208Zm2.035-7.046v9.477c0%20.827.033%201.721.068%202.267h-1.804l-.101-1.274h-.032c-.48.893-1.456%201.455-2.615%201.455-1.935%200-3.455-1.636-3.455-4.119-.016-2.695%201.668-4.3%203.606-4.3%201.108%200%201.901.447%202.264%201.042h.034v-4.548h2.035ZM234.167%2045.643c0%201.552.777%202.728%202.003%202.728%201.157%200%201.968-1.123%201.968-2.761%200-1.257-.562-2.716-1.951-2.716-1.439%200-2.02%201.409-2.02%202.749Zm6.073-.082c0%202.959-2.087%204.283-4.138%204.283-2.263%200-4.035-1.552-4.035-4.152%200-2.645%201.736-4.267%204.167-4.267%202.4%200%204.006%201.687%204.006%204.136ZM190.756%2028.715c.207.037.51.048.885.048%201.093%200%202.1-.399%202.1-1.589%200-1.116-.958-1.578-2.111-1.578h-.874v3.119Zm0-3.919h.959c1.116%200%201.771-.583%201.771-1.371%200-.959-.728-1.335-1.796-1.335-.485%200-.764.036-.934.072v2.634Zm-1.056-3.349c.461-.098%201.189-.17%201.93-.17%201.055%200%201.734.181%202.245.594.425.316.68.801.68%201.445%200%20.788-.523%201.48-1.384%201.795v.024c.776.195%201.686.838%201.686%202.051%200%20.704-.279%201.238-.691%201.638-.57.522-1.493.765-2.828.765a12.45%2012.45%200%200%201-1.638-.097v-8.045ZM200.018%2026.009c.012-.679-.28-1.735-1.48-1.735-1.08%200-1.553.995-1.638%201.735h3.118Zm-3.131.765c.025%201.444.947%202.038%202.014%202.038.765%200%201.226-.134%201.627-.303l.182.764c-.377.17-1.02.364-1.953.364-1.809%200-2.889-1.189-2.889-2.96%200-1.772%201.044-3.167%202.755-3.167%201.917%200%202.427%201.686%202.427%202.766%200%20.218-.025.388-.037.498h-4.126ZM202.376%2025.232c0-.606-.014-1.104-.05-1.589h.946l.062.971h.023c.292-.558.972-1.104%201.942-1.104.813%200%202.075.485%202.075%202.499v3.507h-1.068v-3.385c0-.947-.351-1.736-1.359-1.736-.703%200-1.25.498-1.432%201.092a1.58%201.58%200%200%200-.073.498v3.531h-1.066v-4.284M212.839%2026.009c.011-.679-.28-1.735-1.481-1.735-1.079%200-1.553.995-1.637%201.735h3.118Zm-3.131.765c.024%201.444.946%202.038%202.014%202.038.765%200%201.225-.134%201.626-.303l.182.764c-.376.17-1.019.364-1.953.364-1.808%200-2.888-1.189-2.888-2.96%200-1.772%201.043-3.167%202.754-3.167%201.917%200%202.427%201.686%202.427%202.766%200%20.218-.024.388-.036.498h-4.126ZM215.305%2029.516v-5.06h-.825v-.813h.825v-.316c0-1.553.91-2.56%202.56-2.56.546%200%201.19.17%201.493.388l-.303.814c-.255-.183-.717-.341-1.239-.341-1.128%200-1.455.789-1.455%201.723v.292h3.41v5.873h-1.056v-5.06h-2.354v5.06h-1.056M222.832%2021.956v1.687h1.529v.813h-1.529v3.167c0%20.728.206%201.14.801%201.14.279%200%20.485-.036.619-.072l.048.801c-.205.085-.534.145-.947.145-.497%200-.897-.158-1.152-.449-.303-.315-.412-.837-.412-1.529v-3.203h-.91v-.813h.91v-1.408l1.043-.279M225.564%2029.516h1.068v-5.873h-1.068v5.873Zm1.19-7.523c.011.364-.255.655-.681.655a.635.635%200%200%201-.643-.655c0-.376.28-.668.668-.668.401%200%20.656.292.656.668ZM228.405%2025.232c0-.606-.013-1.104-.049-1.589h.947l.061.971h.024c.291-.558.97-1.104%201.941-1.104.813%200%202.075.485%202.075%202.499v3.507h-1.067v-3.385c0-.947-.353-1.736-1.36-1.736-.704%200-1.25.498-1.431%201.092a1.523%201.523%200%200%200-.074.498v3.531h-1.067v-4.284M239.098%2025.961a1.54%201.54%200%200%200-.059-.486c-.195-.619-.717-1.128-1.493-1.128-1.019%200-1.747.861-1.747%202.22%200%201.153.582%202.111%201.735%202.111.655%200%201.25-.412%201.48-1.091a1.85%201.85%200%200%200%20.084-.571v-1.055Zm1.106-2.318a25.24%2025.24%200%200%200-.049%201.614v3.41c0%201.346-.266%202.172-.838%202.681-.57.534-1.395.704-2.135.704-.705%200-1.481-.17-1.954-.485l.268-.813c.388.242.994.461%201.723.461%201.091%200%201.893-.571%201.893-2.051v-.655h-.025c-.328.546-.958.983-1.868.983-1.456%200-2.5-1.238-2.5-2.864%200-1.99%201.298-3.118%202.645-3.118%201.02%200%201.578.533%201.832%201.019h.025l.047-.886h.936ZM33.328%2049.286c.087%200%20.174-.004.254-.008a.76.76%200%200%200%20.212-.048.333.333%200%200%200%20.15-.124.457.457%200%200%200%20.055-.241.34.34%200%200%200-.05-.199.3.3%200%200%200-.128-.115.506.506%200%200%200-.182-.058%201.237%201.237%200%200%200-.201-.015h-.525v.808h.415Zm.177-1.13c.301%200%20.528.063.673.179.144.124.219.303.219.552%200%20.225-.064.395-.193.502a.868.868%200%200%201-.478.19l.729%201.128h-.426l-.696-1.099h-.42v1.099h-.399v-2.551h.991Zm-1.804%202.009c.092.23.218.428.38.595.162.167.352.297.573.397.219.092.459.142.715.142.253%200%20.491-.05.708-.142.219-.1.406-.23.569-.397.162-.167.287-.365.379-.595.092-.224.138-.473.138-.744%200-.257-.046-.504-.138-.727a1.815%201.815%200%200%200-.379-.586%201.75%201.75%200%200%200-1.277-.534c-.256%200-.496.044-.715.142a1.735%201.735%200%200%200-.573.392%201.818%201.818%200%200%200-.38.586c-.091.223-.137.47-.137.727%200%20.271.046.52.137.744Zm-.358-1.601a2.182%202.182%200%200%201%201.177-1.147c.265-.111.551-.166.849-.166a2.188%202.188%200%200%201%201.543.624%202.171%202.171%200%200%201%20.647%201.546%202.178%202.178%200%200%201-.647%201.57%202.165%202.165%200%200%201-1.543.62%202.182%202.182%200%200%201-1.551-.62%202.124%202.124%200%200%201-.475-.697%202.162%202.162%200%200%201-.177-.873c0-.309.061-.59.177-.857Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  padding: 70px 0;
}

.childrens-promo .childrens-promo-inner .childrens-promo-content {
  background-color: rgba(0, 89, 171, 0.9);
}

.childrens-promo .childrens-promo-inner .childrens-promo-content p {
  font-size: inherit;
}

.careers-promo-content {
  background: rgba(31, 149, 69, 0.6);
}

@media (min-width: 768px) {
  .careers-promo-content {
    background: linear-gradient(transparent 6%, rgba(31, 149, 69, 0.6) 6%, rgba(31, 149, 69, 0.6) 94%, transparent 94%);
  }
}

@media (min-width: 1024px) {
  .careers-promo-content {
    background: linear-gradient(transparent 10%, rgba(31, 149, 69, 0.6) 10%, rgba(31, 149, 69, 0.6) 90%, transparent 90%);
  }
}

.careers-promo-image {
  display: flex;
}

.careers-promo-image::after {
  content: '';
  width: 100px;
  padding-bottom: 48%;
  background-image: url('/wp-content/themes/theme-3/img/leaf.png');
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
}

.careers-promo-image img {
  width: 100%;
  max-width: 400px;
}
