/**
 * This injects Tailwind's base styles, which is a combination of
 * Normalize.css and some additional base styles.
 *
 * You can see the styles here:
 * https://github.com/tailwindcss/tailwindcss/blob/master/css/preflight.css
 *
 * If using `postcss-import`, use this import instead:
 *
 * @import "tailwindcss/preflight";
 */

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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

fieldset {
  padding: .35em .75em .625em;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

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

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

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

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

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

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

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

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

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  margin: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * Allow adding a border to an element by just adding a border-width.
 *
 * By default, the way the browser specifies that an element should have no
 * border is by setting it's border-style to `none` in the user-agent
 * stylesheet.
 *
 * In order to easily add borders to elements by just setting the `border-width`
 * property, we change the default border-style for all elements to `solid`, and
 * use border-width to hide them instead. This way our `border` utilities only
 * need to set the `border-width` property instead of the entire `border`
 * shorthand, making our border utilities much more straightforward to compose.
 *
 * https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
*::before,
*::after {
  border-width: 0;
  border-style: solid;
  border-color: #dae1e7;
}

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

input::-moz-placeholder, textarea::-moz-placeholder {
  color: inherit;
  opacity: .5;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
  opacity: .5;
}

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

table {
  border-collapse: collapse;
}

/**
 * This injects any component classes registered by plugins.
 *
 * If using `postcss-import`, use this import instead:
 *
 * @import "tailwindcss/components";
 */

.container {
  width: 100%;
}

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

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

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

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

/**
 * Here you would add any of your custom component classes; stuff that you'd
 * want loaded *before* the utilities so that the utilities could still
 * override them.
 *
 * Example:
 *
 * .btn { ... }
 * .form-input { ... }
 *
 * Or if using a preprocessor or `postcss-import`:
 *
 * @import "components/buttons";
 * @import "components/forms";
 */

/**
 * This injects all of Tailwind's utility classes, generated based on your
 * config file.
 *
 * If using `postcss-import`, use this import instead:
 *
 * @import "tailwindcss/utilities";
 */

.list-reset {
  list-style: none !important;
  padding: 0 !important;
}

.appearance-none {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}

.bg-fixed {
  background-attachment: fixed !important;
}

.bg-local {
  background-attachment: local !important;
}

.bg-scroll {
  background-attachment: scroll !important;
}

.bg-transparent {
  background-color: transparent !important;
}

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

.bg-grey-darkest {
  background-color: #455a64 !important;
}

.bg-grey-darker {
  background-color: #606f7b !important;
}

.bg-grey-dark {
  background-color: #8795a1 !important;
}

.bg-grey {
  background-color: #b8c2cc !important;
}

.bg-grey-light {
  background-color: #dae1e7 !important;
}

.bg-grey-lighter {
  background-color: #f1f5f8 !important;
}

.bg-grey-lightest {
  background-color: #f8fafc !important;
}

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

.bg-red-darkest {
  background-color: #3b0d0c !important;
}

.bg-red-darker {
  background-color: #621b18 !important;
}

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

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

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

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

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

.bg-orange-darkest {
  background-color: #462a16 !important;
}

.bg-orange-darker {
  background-color: #613b1f !important;
}

.bg-orange-dark {
  background-color: #de751f !important;
}

.bg-orange {
  background-color: #f6993f !important;
}

.bg-orange-light {
  background-color: #faad63 !important;
}

.bg-orange-lighter {
  background-color: #fcd9b6 !important;
}

.bg-orange-lightest {
  background-color: #fff5eb !important;
}

.bg-yellow-darkest {
  background-color: #453411 !important;
}

.bg-yellow-darker {
  background-color: #684f1d !important;
}

.bg-yellow-dark {
  background-color: #f2d024 !important;
}

.bg-yellow {
  background-color: #fc3 !important;
}

.bg-yellow-light {
  background-color: #fff382 !important;
}

.bg-yellow-lighter {
  background-color: #fff9c2 !important;
}

.bg-yellow-lightest {
  background-color: #fcfbeb !important;
}

.bg-green-darkest {
  background-color: #0f2f21 !important;
}

.bg-green-darker {
  background-color: #1a4731 !important;
}

.bg-green-dark {
  background-color: #1f9d55 !important;
}

.bg-green {
  background-color: #38c172 !important;
}

.bg-green-light {
  background-color: #51d88a !important;
}

.bg-green-lighter {
  background-color: #a2f5bf !important;
}

.bg-green-lightest {
  background-color: #e3fcec !important;
}

.bg-teal-darkest {
  background-color: #0d3331 !important;
}

.bg-teal-darker {
  background-color: #20504f !important;
}

.bg-teal-dark {
  background-color: #38a89d !important;
}

.bg-teal {
  background-color: #4dc0b5 !important;
}

.bg-teal-light {
  background-color: #64d5ca !important;
}

.bg-teal-lighter {
  background-color: #a0f0ed !important;
}

.bg-teal-lightest {
  background-color: #e8fffe !important;
}

.bg-blue-darkest {
  background-color: #12283a !important;
}

.bg-blue-darker {
  background-color: #1c3d5a !important;
}

.bg-blue-dark {
  background-color: #2779bd !important;
}

.bg-blue {
  background-color: #3490dc !important;
}

.bg-blue-light {
  background-color: #6cb2eb !important;
}

.bg-blue-lighter {
  background-color: #bcdefa !important;
}

.bg-blue-lightest {
  background-color: #eff8ff !important;
}

.bg-indigo-darkest {
  background-color: #191e38 !important;
}

.bg-indigo-darker {
  background-color: #2f365f !important;
}

.bg-indigo-dark {
  background-color: #5661b3 !important;
}

.bg-indigo {
  background-color: #6574cd !important;
}

.bg-indigo-light {
  background-color: #7886d7 !important;
}

.bg-indigo-lighter {
  background-color: #b2b7ff !important;
}

.bg-indigo-lightest {
  background-color: #e6e8ff !important;
}

.bg-purple-darkest {
  background-color: #21183c !important;
}

.bg-purple-darker {
  background-color: #382b5f !important;
}

.bg-purple-dark {
  background-color: #794acf !important;
}

.bg-purple {
  background-color: #9561e2 !important;
}

.bg-purple-light {
  background-color: #a779e9 !important;
}

.bg-purple-lighter {
  background-color: #d6bbfc !important;
}

.bg-purple-lightest {
  background-color: #f3ebff !important;
}

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

.bg-pink-darker {
  background-color: #6f213f !important;
}

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

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

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

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

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

.bg-turnkey-primary {
  background-color: #ff645a !important;
}

.bg-turnkey-primary-light {
  background-color: #ff746b !important;
}

.bg-turnkey-primary-dark {
  background-color: #ff3b2f !important;
}

.bg-turnkey-secondary {
  background-color: #fc3 !important;
}

.bg-turnkey-secondary-light {
  background-color: #ffd147 !important;
}

.bg-turnkey-secondary-dark {
  background-color: #ffc20d !important;
}

.bg-app-primary {
  background-color: #1b6d9f !important;
}

.bg-app-primary-light {
  background-color: #2080bb !important;
}

.bg-app-primary-dark {
  background-color: #185f8b !important;
}

.bg-app-secondary {
  background-color: #da3698 !important;
}

.bg-app-secondary-light {
  background-color: #de4aa2 !important;
}

.bg-app-secondary-dark {
  background-color: #c92587 !important;
}

.bg-info {
  background-color: #3da1de !important;
}

.bg-warning {
  background-color: #ff7c33 !important;
}

.bg-success {
  background-color: #1fb186 !important;
}

.bg-success-light {
  background-color: #24cb99 !important;
}

.bg-success-lighter {
  background-color: #4bdfb4 !important;
}

.bg-error-dark {
  background-color: #e01e1e !important;
}

.bg-error {
  background-color: #e53d3d !important;
}

.bg-error-light {
  background-color: #e85050 !important;
}

.bg-error-lighter {
  background-color: #ed7777 !important;
}

.bg-regular-font {
  background-color: #2f2e2e !important;
}

.bg-neutral-darker {
  background-color: #585656 !important;
}

.bg-neutral {
  background-color: #888585 !important;
}

.bg-neutral-lighter {
  background-color: #b8b6b6 !important;
}

.bg-neutral-extra-lighter {
  background-color: #f7f7f7 !important;
}

.hover\:bg-transparent:hover {
  background-color: transparent !important;
}

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

.hover\:bg-grey-darkest:hover {
  background-color: #455a64 !important;
}

.hover\:bg-grey-darker:hover {
  background-color: #606f7b !important;
}

.hover\:bg-grey-dark:hover {
  background-color: #8795a1 !important;
}

.hover\:bg-grey:hover {
  background-color: #b8c2cc !important;
}

.hover\:bg-grey-light:hover {
  background-color: #dae1e7 !important;
}

.hover\:bg-grey-lighter:hover {
  background-color: #f1f5f8 !important;
}

.hover\:bg-grey-lightest:hover {
  background-color: #f8fafc !important;
}

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

.hover\:bg-red-darkest:hover {
  background-color: #3b0d0c !important;
}

.hover\:bg-red-darker:hover {
  background-color: #621b18 !important;
}

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

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

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

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

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

.hover\:bg-orange-darkest:hover {
  background-color: #462a16 !important;
}

.hover\:bg-orange-darker:hover {
  background-color: #613b1f !important;
}

.hover\:bg-orange-dark:hover {
  background-color: #de751f !important;
}

.hover\:bg-orange:hover {
  background-color: #f6993f !important;
}

.hover\:bg-orange-light:hover {
  background-color: #faad63 !important;
}

.hover\:bg-orange-lighter:hover {
  background-color: #fcd9b6 !important;
}

.hover\:bg-orange-lightest:hover {
  background-color: #fff5eb !important;
}

.hover\:bg-yellow-darkest:hover {
  background-color: #453411 !important;
}

.hover\:bg-yellow-darker:hover {
  background-color: #684f1d !important;
}

.hover\:bg-yellow-dark:hover {
  background-color: #f2d024 !important;
}

.hover\:bg-yellow:hover {
  background-color: #fc3 !important;
}

.hover\:bg-yellow-light:hover {
  background-color: #fff382 !important;
}

.hover\:bg-yellow-lighter:hover {
  background-color: #fff9c2 !important;
}

.hover\:bg-yellow-lightest:hover {
  background-color: #fcfbeb !important;
}

.hover\:bg-green-darkest:hover {
  background-color: #0f2f21 !important;
}

.hover\:bg-green-darker:hover {
  background-color: #1a4731 !important;
}

.hover\:bg-green-dark:hover {
  background-color: #1f9d55 !important;
}

.hover\:bg-green:hover {
  background-color: #38c172 !important;
}

.hover\:bg-green-light:hover {
  background-color: #51d88a !important;
}

.hover\:bg-green-lighter:hover {
  background-color: #a2f5bf !important;
}

.hover\:bg-green-lightest:hover {
  background-color: #e3fcec !important;
}

.hover\:bg-teal-darkest:hover {
  background-color: #0d3331 !important;
}

.hover\:bg-teal-darker:hover {
  background-color: #20504f !important;
}

.hover\:bg-teal-dark:hover {
  background-color: #38a89d !important;
}

.hover\:bg-teal:hover {
  background-color: #4dc0b5 !important;
}

.hover\:bg-teal-light:hover {
  background-color: #64d5ca !important;
}

.hover\:bg-teal-lighter:hover {
  background-color: #a0f0ed !important;
}

.hover\:bg-teal-lightest:hover {
  background-color: #e8fffe !important;
}

.hover\:bg-blue-darkest:hover {
  background-color: #12283a !important;
}

.hover\:bg-blue-darker:hover {
  background-color: #1c3d5a !important;
}

.hover\:bg-blue-dark:hover {
  background-color: #2779bd !important;
}

.hover\:bg-blue:hover {
  background-color: #3490dc !important;
}

.hover\:bg-blue-light:hover {
  background-color: #6cb2eb !important;
}

.hover\:bg-blue-lighter:hover {
  background-color: #bcdefa !important;
}

.hover\:bg-blue-lightest:hover {
  background-color: #eff8ff !important;
}

.hover\:bg-indigo-darkest:hover {
  background-color: #191e38 !important;
}

.hover\:bg-indigo-darker:hover {
  background-color: #2f365f !important;
}

.hover\:bg-indigo-dark:hover {
  background-color: #5661b3 !important;
}

.hover\:bg-indigo:hover {
  background-color: #6574cd !important;
}

.hover\:bg-indigo-light:hover {
  background-color: #7886d7 !important;
}

.hover\:bg-indigo-lighter:hover {
  background-color: #b2b7ff !important;
}

.hover\:bg-indigo-lightest:hover {
  background-color: #e6e8ff !important;
}

.hover\:bg-purple-darkest:hover {
  background-color: #21183c !important;
}

.hover\:bg-purple-darker:hover {
  background-color: #382b5f !important;
}

.hover\:bg-purple-dark:hover {
  background-color: #794acf !important;
}

.hover\:bg-purple:hover {
  background-color: #9561e2 !important;
}

.hover\:bg-purple-light:hover {
  background-color: #a779e9 !important;
}

.hover\:bg-purple-lighter:hover {
  background-color: #d6bbfc !important;
}

.hover\:bg-purple-lightest:hover {
  background-color: #f3ebff !important;
}

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

.hover\:bg-pink-darker:hover {
  background-color: #6f213f !important;
}

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

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

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

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

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

.hover\:bg-turnkey-primary:hover {
  background-color: #ff645a !important;
}

.hover\:bg-turnkey-primary-light:hover {
  background-color: #ff746b !important;
}

.hover\:bg-turnkey-primary-dark:hover {
  background-color: #ff3b2f !important;
}

.hover\:bg-turnkey-secondary:hover {
  background-color: #fc3 !important;
}

.hover\:bg-turnkey-secondary-light:hover {
  background-color: #ffd147 !important;
}

.hover\:bg-turnkey-secondary-dark:hover {
  background-color: #ffc20d !important;
}

.hover\:bg-app-primary:hover {
  background-color: #1b6d9f !important;
}

.hover\:bg-app-primary-light:hover {
  background-color: #2080bb !important;
}

.hover\:bg-app-primary-dark:hover {
  background-color: #185f8b !important;
}

.hover\:bg-app-secondary:hover {
  background-color: #da3698 !important;
}

.hover\:bg-app-secondary-light:hover {
  background-color: #de4aa2 !important;
}

.hover\:bg-app-secondary-dark:hover {
  background-color: #c92587 !important;
}

.hover\:bg-info:hover {
  background-color: #3da1de !important;
}

.hover\:bg-warning:hover {
  background-color: #ff7c33 !important;
}

.hover\:bg-success:hover {
  background-color: #1fb186 !important;
}

.hover\:bg-success-light:hover {
  background-color: #24cb99 !important;
}

.hover\:bg-success-lighter:hover {
  background-color: #4bdfb4 !important;
}

.hover\:bg-error-dark:hover {
  background-color: #e01e1e !important;
}

.hover\:bg-error:hover {
  background-color: #e53d3d !important;
}

.hover\:bg-error-light:hover {
  background-color: #e85050 !important;
}

.hover\:bg-error-lighter:hover {
  background-color: #ed7777 !important;
}

.hover\:bg-regular-font:hover {
  background-color: #2f2e2e !important;
}

.hover\:bg-neutral-darker:hover {
  background-color: #585656 !important;
}

.hover\:bg-neutral:hover {
  background-color: #888585 !important;
}

.hover\:bg-neutral-lighter:hover {
  background-color: #b8b6b6 !important;
}

.hover\:bg-neutral-extra-lighter:hover {
  background-color: #f7f7f7 !important;
}

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

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

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

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

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

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

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

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

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

.bg-repeat {
  background-repeat: repeat !important;
}

.bg-no-repeat {
  background-repeat: no-repeat !important;
}

.bg-repeat-x {
  background-repeat: repeat-x !important;
}

.bg-repeat-y {
  background-repeat: repeat-y !important;
}

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

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

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

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

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

.border-transparent {
  border-color: transparent !important;
}

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

.border-grey-darkest {
  border-color: #455a64 !important;
}

.border-grey-darker {
  border-color: #606f7b !important;
}

.border-grey-dark {
  border-color: #8795a1 !important;
}

.border-grey {
  border-color: #b8c2cc !important;
}

.border-grey-light {
  border-color: #dae1e7 !important;
}

.border-grey-lighter {
  border-color: #f1f5f8 !important;
}

.border-grey-lightest {
  border-color: #f8fafc !important;
}

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

.border-red-darkest {
  border-color: #3b0d0c !important;
}

.border-red-darker {
  border-color: #621b18 !important;
}

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

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

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

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

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

.border-orange-darkest {
  border-color: #462a16 !important;
}

.border-orange-darker {
  border-color: #613b1f !important;
}

.border-orange-dark {
  border-color: #de751f !important;
}

.border-orange {
  border-color: #f6993f !important;
}

.border-orange-light {
  border-color: #faad63 !important;
}

.border-orange-lighter {
  border-color: #fcd9b6 !important;
}

.border-orange-lightest {
  border-color: #fff5eb !important;
}

.border-yellow-darkest {
  border-color: #453411 !important;
}

.border-yellow-darker {
  border-color: #684f1d !important;
}

.border-yellow-dark {
  border-color: #f2d024 !important;
}

.border-yellow {
  border-color: #fc3 !important;
}

.border-yellow-light {
  border-color: #fff382 !important;
}

.border-yellow-lighter {
  border-color: #fff9c2 !important;
}

.border-yellow-lightest {
  border-color: #fcfbeb !important;
}

.border-green-darkest {
  border-color: #0f2f21 !important;
}

.border-green-darker {
  border-color: #1a4731 !important;
}

.border-green-dark {
  border-color: #1f9d55 !important;
}

.border-green {
  border-color: #38c172 !important;
}

.border-green-light {
  border-color: #51d88a !important;
}

.border-green-lighter {
  border-color: #a2f5bf !important;
}

.border-green-lightest {
  border-color: #e3fcec !important;
}

.border-teal-darkest {
  border-color: #0d3331 !important;
}

.border-teal-darker {
  border-color: #20504f !important;
}

.border-teal-dark {
  border-color: #38a89d !important;
}

.border-teal {
  border-color: #4dc0b5 !important;
}

.border-teal-light {
  border-color: #64d5ca !important;
}

.border-teal-lighter {
  border-color: #a0f0ed !important;
}

.border-teal-lightest {
  border-color: #e8fffe !important;
}

.border-blue-darkest {
  border-color: #12283a !important;
}

.border-blue-darker {
  border-color: #1c3d5a !important;
}

.border-blue-dark {
  border-color: #2779bd !important;
}

.border-blue {
  border-color: #3490dc !important;
}

.border-blue-light {
  border-color: #6cb2eb !important;
}

.border-blue-lighter {
  border-color: #bcdefa !important;
}

.border-blue-lightest {
  border-color: #eff8ff !important;
}

.border-indigo-darkest {
  border-color: #191e38 !important;
}

.border-indigo-darker {
  border-color: #2f365f !important;
}

.border-indigo-dark {
  border-color: #5661b3 !important;
}

.border-indigo {
  border-color: #6574cd !important;
}

.border-indigo-light {
  border-color: #7886d7 !important;
}

.border-indigo-lighter {
  border-color: #b2b7ff !important;
}

.border-indigo-lightest {
  border-color: #e6e8ff !important;
}

.border-purple-darkest {
  border-color: #21183c !important;
}

.border-purple-darker {
  border-color: #382b5f !important;
}

.border-purple-dark {
  border-color: #794acf !important;
}

.border-purple {
  border-color: #9561e2 !important;
}

.border-purple-light {
  border-color: #a779e9 !important;
}

.border-purple-lighter {
  border-color: #d6bbfc !important;
}

.border-purple-lightest {
  border-color: #f3ebff !important;
}

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

.border-pink-darker {
  border-color: #6f213f !important;
}

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

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

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

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

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

.border-turnkey-primary {
  border-color: #ff645a !important;
}

.border-turnkey-primary-light {
  border-color: #ff746b !important;
}

.border-turnkey-primary-dark {
  border-color: #ff3b2f !important;
}

.border-turnkey-secondary {
  border-color: #fc3 !important;
}

.border-turnkey-secondary-light {
  border-color: #ffd147 !important;
}

.border-turnkey-secondary-dark {
  border-color: #ffc20d !important;
}

.border-app-primary {
  border-color: #1b6d9f !important;
}

.border-app-primary-light {
  border-color: #2080bb !important;
}

.border-app-primary-dark {
  border-color: #185f8b !important;
}

.border-app-secondary {
  border-color: #da3698 !important;
}

.border-app-secondary-light {
  border-color: #de4aa2 !important;
}

.border-app-secondary-dark {
  border-color: #c92587 !important;
}

.border-info {
  border-color: #3da1de !important;
}

.border-warning {
  border-color: #ff7c33 !important;
}

.border-success {
  border-color: #1fb186 !important;
}

.border-success-light {
  border-color: #24cb99 !important;
}

.border-success-lighter {
  border-color: #4bdfb4 !important;
}

.border-error-dark {
  border-color: #e01e1e !important;
}

.border-error {
  border-color: #e53d3d !important;
}

.border-error-light {
  border-color: #e85050 !important;
}

.border-error-lighter {
  border-color: #ed7777 !important;
}

.border-regular-font {
  border-color: #2f2e2e !important;
}

.border-neutral-darker {
  border-color: #585656 !important;
}

.border-neutral {
  border-color: #888585 !important;
}

.border-neutral-lighter {
  border-color: #b8b6b6 !important;
}

.border-neutral-extra-lighter {
  border-color: #f7f7f7 !important;
}

.hover\:border-transparent:hover {
  border-color: transparent !important;
}

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

.hover\:border-grey-darkest:hover {
  border-color: #455a64 !important;
}

.hover\:border-grey-darker:hover {
  border-color: #606f7b !important;
}

.hover\:border-grey-dark:hover {
  border-color: #8795a1 !important;
}

.hover\:border-grey:hover {
  border-color: #b8c2cc !important;
}

.hover\:border-grey-light:hover {
  border-color: #dae1e7 !important;
}

.hover\:border-grey-lighter:hover {
  border-color: #f1f5f8 !important;
}

.hover\:border-grey-lightest:hover {
  border-color: #f8fafc !important;
}

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

.hover\:border-red-darkest:hover {
  border-color: #3b0d0c !important;
}

.hover\:border-red-darker:hover {
  border-color: #621b18 !important;
}

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

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

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

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

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

.hover\:border-orange-darkest:hover {
  border-color: #462a16 !important;
}

.hover\:border-orange-darker:hover {
  border-color: #613b1f !important;
}

.hover\:border-orange-dark:hover {
  border-color: #de751f !important;
}

.hover\:border-orange:hover {
  border-color: #f6993f !important;
}

.hover\:border-orange-light:hover {
  border-color: #faad63 !important;
}

.hover\:border-orange-lighter:hover {
  border-color: #fcd9b6 !important;
}

.hover\:border-orange-lightest:hover {
  border-color: #fff5eb !important;
}

.hover\:border-yellow-darkest:hover {
  border-color: #453411 !important;
}

.hover\:border-yellow-darker:hover {
  border-color: #684f1d !important;
}

.hover\:border-yellow-dark:hover {
  border-color: #f2d024 !important;
}

.hover\:border-yellow:hover {
  border-color: #fc3 !important;
}

.hover\:border-yellow-light:hover {
  border-color: #fff382 !important;
}

.hover\:border-yellow-lighter:hover {
  border-color: #fff9c2 !important;
}

.hover\:border-yellow-lightest:hover {
  border-color: #fcfbeb !important;
}

.hover\:border-green-darkest:hover {
  border-color: #0f2f21 !important;
}

.hover\:border-green-darker:hover {
  border-color: #1a4731 !important;
}

.hover\:border-green-dark:hover {
  border-color: #1f9d55 !important;
}

.hover\:border-green:hover {
  border-color: #38c172 !important;
}

.hover\:border-green-light:hover {
  border-color: #51d88a !important;
}

.hover\:border-green-lighter:hover {
  border-color: #a2f5bf !important;
}

.hover\:border-green-lightest:hover {
  border-color: #e3fcec !important;
}

.hover\:border-teal-darkest:hover {
  border-color: #0d3331 !important;
}

.hover\:border-teal-darker:hover {
  border-color: #20504f !important;
}

.hover\:border-teal-dark:hover {
  border-color: #38a89d !important;
}

.hover\:border-teal:hover {
  border-color: #4dc0b5 !important;
}

.hover\:border-teal-light:hover {
  border-color: #64d5ca !important;
}

.hover\:border-teal-lighter:hover {
  border-color: #a0f0ed !important;
}

.hover\:border-teal-lightest:hover {
  border-color: #e8fffe !important;
}

.hover\:border-blue-darkest:hover {
  border-color: #12283a !important;
}

.hover\:border-blue-darker:hover {
  border-color: #1c3d5a !important;
}

.hover\:border-blue-dark:hover {
  border-color: #2779bd !important;
}

.hover\:border-blue:hover {
  border-color: #3490dc !important;
}

.hover\:border-blue-light:hover {
  border-color: #6cb2eb !important;
}

.hover\:border-blue-lighter:hover {
  border-color: #bcdefa !important;
}

.hover\:border-blue-lightest:hover {
  border-color: #eff8ff !important;
}

.hover\:border-indigo-darkest:hover {
  border-color: #191e38 !important;
}

.hover\:border-indigo-darker:hover {
  border-color: #2f365f !important;
}

.hover\:border-indigo-dark:hover {
  border-color: #5661b3 !important;
}

.hover\:border-indigo:hover {
  border-color: #6574cd !important;
}

.hover\:border-indigo-light:hover {
  border-color: #7886d7 !important;
}

.hover\:border-indigo-lighter:hover {
  border-color: #b2b7ff !important;
}

.hover\:border-indigo-lightest:hover {
  border-color: #e6e8ff !important;
}

.hover\:border-purple-darkest:hover {
  border-color: #21183c !important;
}

.hover\:border-purple-darker:hover {
  border-color: #382b5f !important;
}

.hover\:border-purple-dark:hover {
  border-color: #794acf !important;
}

.hover\:border-purple:hover {
  border-color: #9561e2 !important;
}

.hover\:border-purple-light:hover {
  border-color: #a779e9 !important;
}

.hover\:border-purple-lighter:hover {
  border-color: #d6bbfc !important;
}

.hover\:border-purple-lightest:hover {
  border-color: #f3ebff !important;
}

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

.hover\:border-pink-darker:hover {
  border-color: #6f213f !important;
}

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

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

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

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

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

.hover\:border-turnkey-primary:hover {
  border-color: #ff645a !important;
}

.hover\:border-turnkey-primary-light:hover {
  border-color: #ff746b !important;
}

.hover\:border-turnkey-primary-dark:hover {
  border-color: #ff3b2f !important;
}

.hover\:border-turnkey-secondary:hover {
  border-color: #fc3 !important;
}

.hover\:border-turnkey-secondary-light:hover {
  border-color: #ffd147 !important;
}

.hover\:border-turnkey-secondary-dark:hover {
  border-color: #ffc20d !important;
}

.hover\:border-app-primary:hover {
  border-color: #1b6d9f !important;
}

.hover\:border-app-primary-light:hover {
  border-color: #2080bb !important;
}

.hover\:border-app-primary-dark:hover {
  border-color: #185f8b !important;
}

.hover\:border-app-secondary:hover {
  border-color: #da3698 !important;
}

.hover\:border-app-secondary-light:hover {
  border-color: #de4aa2 !important;
}

.hover\:border-app-secondary-dark:hover {
  border-color: #c92587 !important;
}

.hover\:border-info:hover {
  border-color: #3da1de !important;
}

.hover\:border-warning:hover {
  border-color: #ff7c33 !important;
}

.hover\:border-success:hover {
  border-color: #1fb186 !important;
}

.hover\:border-success-light:hover {
  border-color: #24cb99 !important;
}

.hover\:border-success-lighter:hover {
  border-color: #4bdfb4 !important;
}

.hover\:border-error-dark:hover {
  border-color: #e01e1e !important;
}

.hover\:border-error:hover {
  border-color: #e53d3d !important;
}

.hover\:border-error-light:hover {
  border-color: #e85050 !important;
}

.hover\:border-error-lighter:hover {
  border-color: #ed7777 !important;
}

.hover\:border-regular-font:hover {
  border-color: #2f2e2e !important;
}

.hover\:border-neutral-darker:hover {
  border-color: #585656 !important;
}

.hover\:border-neutral:hover {
  border-color: #888585 !important;
}

.hover\:border-neutral-lighter:hover {
  border-color: #b8b6b6 !important;
}

.hover\:border-neutral-extra-lighter:hover {
  border-color: #f7f7f7 !important;
}

.rounded-none {
  border-radius: 0 !important;
}

.rounded-sm {
  border-radius: .125rem !important;
}

.rounded {
  border-radius: .25rem !important;
}

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

.rounded-xlg {
  border-radius: 1rem !important;
}

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

.rounded-t-none {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-r-none {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-b-none {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-l-none {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

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

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

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

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

.rounded-t {
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important;
}

.rounded-r {
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: .25rem !important;
}

.rounded-b {
  border-bottom-right-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important;
}

.rounded-l {
  border-top-left-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important;
}

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

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

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

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

.rounded-t-xlg {
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}

.rounded-r-xlg {
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}

.rounded-b-xlg {
  border-bottom-right-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

.rounded-l-xlg {
  border-top-left-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

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

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

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

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

.rounded-tl-none {
  border-top-left-radius: 0 !important;
}

.rounded-tr-none {
  border-top-right-radius: 0 !important;
}

.rounded-br-none {
  border-bottom-right-radius: 0 !important;
}

.rounded-bl-none {
  border-bottom-left-radius: 0 !important;
}

.rounded-tl-sm {
  border-top-left-radius: .125rem !important;
}

.rounded-tr-sm {
  border-top-right-radius: .125rem !important;
}

.rounded-br-sm {
  border-bottom-right-radius: .125rem !important;
}

.rounded-bl-sm {
  border-bottom-left-radius: .125rem !important;
}

.rounded-tl {
  border-top-left-radius: .25rem !important;
}

.rounded-tr {
  border-top-right-radius: .25rem !important;
}

.rounded-br {
  border-bottom-right-radius: .25rem !important;
}

.rounded-bl {
  border-bottom-left-radius: .25rem !important;
}

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

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

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

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

.rounded-tl-xlg {
  border-top-left-radius: 1rem !important;
}

.rounded-tr-xlg {
  border-top-right-radius: 1rem !important;
}

.rounded-br-xlg {
  border-bottom-right-radius: 1rem !important;
}

.rounded-bl-xlg {
  border-bottom-left-radius: 1rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block !important;
}

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

.inline {
  display: inline !important;
}

.table {
  display: table !important;
}

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

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

.hidden {
  display: none !important;
}

.flex {
  display: flex !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-no-grow {
  flex-grow: 0 !important;
}

.flex-no-shrink {
  flex-shrink: 0 !important;
}

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

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

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

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

.font-roboto {
  font-family: Roboto Light, sans-serif !important;
}

.font-condensed {
  font-family: Roboto Condensed Light, Roboto, sans-serif !important;
}

.font-awesome {
  font-family: FontAwesome !important;
}

.font-hairline {
  font-weight: 100 !important;
}

.font-thin {
  font-weight: 200 !important;
}

.font-light {
  font-weight: 300 !important;
}

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

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

.font-semibold {
  font-weight: 600 !important;
}

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

.font-extrabold {
  font-weight: 800 !important;
}

.font-black {
  font-weight: 900 !important;
}

.hover\:font-hairline:hover {
  font-weight: 100 !important;
}

.hover\:font-thin:hover {
  font-weight: 200 !important;
}

.hover\:font-light:hover {
  font-weight: 300 !important;
}

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

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

.hover\:font-semibold:hover {
  font-weight: 600 !important;
}

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

.hover\:font-extrabold:hover {
  font-weight: 800 !important;
}

.hover\:font-black:hover {
  font-weight: 900 !important;
}

.h-1 {
  height: .25rem !important;
}

.h-2 {
  height: .5rem !important;
}

.h-3 {
  height: .75rem !important;
}

.h-4 {
  height: 1rem !important;
}

.h-6 {
  height: 1.5rem !important;
}

.h-8 {
  height: 2rem !important;
}

.h-10 {
  height: 2.5rem !important;
}

.h-12 {
  height: 3rem !important;
}

.h-14 {
  height: 3.5rem !important;
}

.h-16 {
  height: 4rem !important;
}

.h-20 {
  height: 5rem !important;
}

.h-24 {
  height: 6rem !important;
}

.h-32 {
  height: 8rem !important;
}

.h-48 {
  height: 12rem !important;
}

.h-64 {
  height: 16rem !important;
}

.h-72 {
  height: 20rem !important;
}

.h-96 {
  height: 24rem !important;
}

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

.h-px {
  height: 1px !important;
}

.h-2px {
  height: 2px !important;
}

.h-16px {
  height: 16px !important;
}

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

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

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

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

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

.leading-thumbed {
  line-height: 1.7 !important;
}

.leading-chipsed {
  line-height: 1.9 !important;
}

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

.leading-huge {
  line-height: 12 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-h-24 {
  max-height: 6rem !important;
}

.max-h-30 {
  max-height: 7.5rem !important;
}

.max-h-64 {
  max-height: 16rem !important;
}

.max-h-95p {
  max-height: 95% !important;
}

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

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

.max-w-xxs {
  max-width: 10rem !important;
}

.max-w-xs {
  max-width: 20rem !important;
}

.max-w-sm {
  max-width: 30rem !important;
}

.max-w-md {
  max-width: 40rem !important;
}

.max-w-lg {
  max-width: 50rem !important;
}

.max-w-xl {
  max-width: 60rem !important;
}

.max-w-2xl {
  max-width: 70rem !important;
}

.max-w-3xl {
  max-width: 80rem !important;
}

.max-w-4xl {
  max-width: 90rem !important;
}

.max-w-5xl {
  max-width: 100rem !important;
}

.max-w-4\/5 {
  max-width: 80% !important;
}

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

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

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

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

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

.min-w-0 {
  min-width: 0 !important;
}

.min-w-6 {
  min-width: 1.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.opacity-37 {
  opacity: .37 !important;
}

.opacity-50 {
  opacity: .5 !important;
}

.opacity-66 {
  opacity: .66 !important;
}

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

.opacity-85 {
  opacity: .85 !important;
}

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

.hover\:opacity-0:hover {
  opacity: 0 !important;
}

.hover\:opacity-25:hover {
  opacity: .25 !important;
}

.hover\:opacity-37:hover {
  opacity: .37 !important;
}

.hover\:opacity-50:hover {
  opacity: .5 !important;
}

.hover\:opacity-66:hover {
  opacity: .66 !important;
}

.hover\:opacity-75:hover {
  opacity: .75 !important;
}

.hover\:opacity-85:hover {
  opacity: .85 !important;
}

.hover\:opacity-100:hover {
  opacity: 1 !important;
}

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

.focus\:outline-none:focus {
  outline: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-1 {
  padding: .25rem !important;
}

.p-2 {
  padding: .5rem !important;
}

.p-3 {
  padding: .75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.p-6 {
  padding: 1.5rem !important;
}

.p-8 {
  padding: 2rem !important;
}

.p-10 {
  padding: 2.5rem !important;
}

.p-12 {
  padding: 3rem !important;
}

.p-14 {
  padding: 3.5rem !important;
}

.p-16 {
  padding: 4rem !important;
}

.p-24 {
  padding: 6rem !important;
}

.p-28 {
  padding: 7rem !important;
}

.p-32 {
  padding: 8rem !important;
}

.p-48 {
  padding: 12rem !important;
}

.p-64 {
  padding: 16rem !important;
}

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

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

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

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

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

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

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

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

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

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

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

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

.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.px-12 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-14 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.px-14 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}

.py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.px-16 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.py-24 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.px-24 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.py-28 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.px-28 {
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}

.py-32 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.px-32 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.py-48 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

.px-48 {
  padding-left: 12rem !important;
  padding-right: 12rem !important;
}

.py-64 {
  padding-top: 16rem !important;
  padding-bottom: 16rem !important;
}

.px-64 {
  padding-left: 16rem !important;
  padding-right: 16rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-4 {
  padding-top: 1rem !important;
}

.pr-4 {
  padding-right: 1rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pl-4 {
  padding-left: 1rem !important;
}

.pt-6 {
  padding-top: 1.5rem !important;
}

.pr-6 {
  padding-right: 1.5rem !important;
}

.pb-6 {
  padding-bottom: 1.5rem !important;
}

.pl-6 {
  padding-left: 1.5rem !important;
}

.pt-8 {
  padding-top: 2rem !important;
}

.pr-8 {
  padding-right: 2rem !important;
}

.pb-8 {
  padding-bottom: 2rem !important;
}

.pl-8 {
  padding-left: 2rem !important;
}

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

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

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

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

.pt-12 {
  padding-top: 3rem !important;
}

.pr-12 {
  padding-right: 3rem !important;
}

.pb-12 {
  padding-bottom: 3rem !important;
}

.pl-12 {
  padding-left: 3rem !important;
}

.pt-14 {
  padding-top: 3.5rem !important;
}

.pr-14 {
  padding-right: 3.5rem !important;
}

.pb-14 {
  padding-bottom: 3.5rem !important;
}

.pl-14 {
  padding-left: 3.5rem !important;
}

.pt-16 {
  padding-top: 4rem !important;
}

.pr-16 {
  padding-right: 4rem !important;
}

.pb-16 {
  padding-bottom: 4rem !important;
}

.pl-16 {
  padding-left: 4rem !important;
}

.pt-24 {
  padding-top: 6rem !important;
}

.pr-24 {
  padding-right: 6rem !important;
}

.pb-24 {
  padding-bottom: 6rem !important;
}

.pl-24 {
  padding-left: 6rem !important;
}

.pt-28 {
  padding-top: 7rem !important;
}

.pr-28 {
  padding-right: 7rem !important;
}

.pb-28 {
  padding-bottom: 7rem !important;
}

.pl-28 {
  padding-left: 7rem !important;
}

.pt-32 {
  padding-top: 8rem !important;
}

.pr-32 {
  padding-right: 8rem !important;
}

.pb-32 {
  padding-bottom: 8rem !important;
}

.pl-32 {
  padding-left: 8rem !important;
}

.pt-48 {
  padding-top: 12rem !important;
}

.pr-48 {
  padding-right: 12rem !important;
}

.pb-48 {
  padding-bottom: 12rem !important;
}

.pl-48 {
  padding-left: 12rem !important;
}

.pt-64 {
  padding-top: 16rem !important;
}

.pr-64 {
  padding-right: 16rem !important;
}

.pb-64 {
  padding-bottom: 16rem !important;
}

.pl-64 {
  padding-left: 16rem !important;
}

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

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

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

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

.pointer-events-none {
  pointer-events: none !important;
}

.pointer-events-auto {
  pointer-events: auto !important;
}

.static {
  position: static !important;
}

.fixed {
  position: fixed !important;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.sticky {
  position: sticky !important;
}

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

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

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

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

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

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

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

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

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

.resize-y {
  resize: vertical !important;
}

.resize-x {
  resize: horizontal !important;
}

.resize {
  resize: both !important;
}

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

.shadow-md {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, .06) !important;
}

.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.fill-current {
  fill: currentColor !important;
}

.stroke-current {
  stroke: currentColor !important;
}

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

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

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

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

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

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

.text-transparent {
  color: transparent !important;
}

.text-black {
  color: #22292f !important;
}

.text-grey-darkest {
  color: #455a64 !important;
}

.text-grey-darker {
  color: #606f7b !important;
}

.text-grey-dark {
  color: #8795a1 !important;
}

.text-grey {
  color: #b8c2cc !important;
}

.text-grey-light {
  color: #dae1e7 !important;
}

.text-grey-lighter {
  color: #f1f5f8 !important;
}

.text-grey-lightest {
  color: #f8fafc !important;
}

.text-white {
  color: #fff !important;
}

.text-red-darkest {
  color: #3b0d0c !important;
}

.text-red-darker {
  color: #621b18 !important;
}

.text-red-dark {
  color: #cc1f1a !important;
}

.text-red {
  color: #e3342f !important;
}

.text-red-light {
  color: #ef5753 !important;
}

.text-red-lighter {
  color: #f9acaa !important;
}

.text-red-lightest {
  color: #fcebea !important;
}

.text-orange-darkest {
  color: #462a16 !important;
}

.text-orange-darker {
  color: #613b1f !important;
}

.text-orange-dark {
  color: #de751f !important;
}

.text-orange {
  color: #f6993f !important;
}

.text-orange-light {
  color: #faad63 !important;
}

.text-orange-lighter {
  color: #fcd9b6 !important;
}

.text-orange-lightest {
  color: #fff5eb !important;
}

.text-yellow-darkest {
  color: #453411 !important;
}

.text-yellow-darker {
  color: #684f1d !important;
}

.text-yellow-dark {
  color: #f2d024 !important;
}

.text-yellow {
  color: #fc3 !important;
}

.text-yellow-light {
  color: #fff382 !important;
}

.text-yellow-lighter {
  color: #fff9c2 !important;
}

.text-yellow-lightest {
  color: #fcfbeb !important;
}

.text-green-darkest {
  color: #0f2f21 !important;
}

.text-green-darker {
  color: #1a4731 !important;
}

.text-green-dark {
  color: #1f9d55 !important;
}

.text-green {
  color: #38c172 !important;
}

.text-green-light {
  color: #51d88a !important;
}

.text-green-lighter {
  color: #a2f5bf !important;
}

.text-green-lightest {
  color: #e3fcec !important;
}

.text-teal-darkest {
  color: #0d3331 !important;
}

.text-teal-darker {
  color: #20504f !important;
}

.text-teal-dark {
  color: #38a89d !important;
}

.text-teal {
  color: #4dc0b5 !important;
}

.text-teal-light {
  color: #64d5ca !important;
}

.text-teal-lighter {
  color: #a0f0ed !important;
}

.text-teal-lightest {
  color: #e8fffe !important;
}

.text-blue-darkest {
  color: #12283a !important;
}

.text-blue-darker {
  color: #1c3d5a !important;
}

.text-blue-dark {
  color: #2779bd !important;
}

.text-blue {
  color: #3490dc !important;
}

.text-blue-light {
  color: #6cb2eb !important;
}

.text-blue-lighter {
  color: #bcdefa !important;
}

.text-blue-lightest {
  color: #eff8ff !important;
}

.text-indigo-darkest {
  color: #191e38 !important;
}

.text-indigo-darker {
  color: #2f365f !important;
}

.text-indigo-dark {
  color: #5661b3 !important;
}

.text-indigo {
  color: #6574cd !important;
}

.text-indigo-light {
  color: #7886d7 !important;
}

.text-indigo-lighter {
  color: #b2b7ff !important;
}

.text-indigo-lightest {
  color: #e6e8ff !important;
}

.text-purple-darkest {
  color: #21183c !important;
}

.text-purple-darker {
  color: #382b5f !important;
}

.text-purple-dark {
  color: #794acf !important;
}

.text-purple {
  color: #9561e2 !important;
}

.text-purple-light {
  color: #a779e9 !important;
}

.text-purple-lighter {
  color: #d6bbfc !important;
}

.text-purple-lightest {
  color: #f3ebff !important;
}

.text-pink-darkest {
  color: #451225 !important;
}

.text-pink-darker {
  color: #6f213f !important;
}

.text-pink-dark {
  color: #eb5286 !important;
}

.text-pink {
  color: #f66d9b !important;
}

.text-pink-light {
  color: #fa7ea8 !important;
}

.text-pink-lighter {
  color: #ffbbca !important;
}

.text-pink-lightest {
  color: #ffebef !important;
}

.text-turnkey-primary {
  color: #ff645a !important;
}

.text-turnkey-primary-light {
  color: #ff746b !important;
}

.text-turnkey-primary-dark {
  color: #ff3b2f !important;
}

.text-turnkey-secondary {
  color: #fc3 !important;
}

.text-turnkey-secondary-light {
  color: #ffd147 !important;
}

.text-turnkey-secondary-dark {
  color: #ffc20d !important;
}

.text-app-primary {
  color: #1b6d9f !important;
}

.text-app-primary-light {
  color: #2080bb !important;
}

.text-app-primary-dark {
  color: #185f8b !important;
}

.text-app-secondary {
  color: #da3698 !important;
}

.text-app-secondary-light {
  color: #de4aa2 !important;
}

.text-app-secondary-dark {
  color: #c92587 !important;
}

.text-info {
  color: #3da1de !important;
}

.text-warning {
  color: #ff7c33 !important;
}

.text-success {
  color: #1fb186 !important;
}

.text-success-light {
  color: #24cb99 !important;
}

.text-success-lighter {
  color: #4bdfb4 !important;
}

.text-error-dark {
  color: #e01e1e !important;
}

.text-error {
  color: #e53d3d !important;
}

.text-error-light {
  color: #e85050 !important;
}

.text-error-lighter {
  color: #ed7777 !important;
}

.text-regular-font {
  color: #2f2e2e !important;
}

.text-neutral-darker {
  color: #585656 !important;
}

.text-neutral {
  color: #888585 !important;
}

.text-neutral-lighter {
  color: #b8b6b6 !important;
}

.text-neutral-extra-lighter {
  color: #f7f7f7 !important;
}

.hover\:text-transparent:hover {
  color: transparent !important;
}

.hover\:text-black:hover {
  color: #22292f !important;
}

.hover\:text-grey-darkest:hover {
  color: #455a64 !important;
}

.hover\:text-grey-darker:hover {
  color: #606f7b !important;
}

.hover\:text-grey-dark:hover {
  color: #8795a1 !important;
}

.hover\:text-grey:hover {
  color: #b8c2cc !important;
}

.hover\:text-grey-light:hover {
  color: #dae1e7 !important;
}

.hover\:text-grey-lighter:hover {
  color: #f1f5f8 !important;
}

.hover\:text-grey-lightest:hover {
  color: #f8fafc !important;
}

.hover\:text-white:hover {
  color: #fff !important;
}

.hover\:text-red-darkest:hover {
  color: #3b0d0c !important;
}

.hover\:text-red-darker:hover {
  color: #621b18 !important;
}

.hover\:text-red-dark:hover {
  color: #cc1f1a !important;
}

.hover\:text-red:hover {
  color: #e3342f !important;
}

.hover\:text-red-light:hover {
  color: #ef5753 !important;
}

.hover\:text-red-lighter:hover {
  color: #f9acaa !important;
}

.hover\:text-red-lightest:hover {
  color: #fcebea !important;
}

.hover\:text-orange-darkest:hover {
  color: #462a16 !important;
}

.hover\:text-orange-darker:hover {
  color: #613b1f !important;
}

.hover\:text-orange-dark:hover {
  color: #de751f !important;
}

.hover\:text-orange:hover {
  color: #f6993f !important;
}

.hover\:text-orange-light:hover {
  color: #faad63 !important;
}

.hover\:text-orange-lighter:hover {
  color: #fcd9b6 !important;
}

.hover\:text-orange-lightest:hover {
  color: #fff5eb !important;
}

.hover\:text-yellow-darkest:hover {
  color: #453411 !important;
}

.hover\:text-yellow-darker:hover {
  color: #684f1d !important;
}

.hover\:text-yellow-dark:hover {
  color: #f2d024 !important;
}

.hover\:text-yellow:hover {
  color: #fc3 !important;
}

.hover\:text-yellow-light:hover {
  color: #fff382 !important;
}

.hover\:text-yellow-lighter:hover {
  color: #fff9c2 !important;
}

.hover\:text-yellow-lightest:hover {
  color: #fcfbeb !important;
}

.hover\:text-green-darkest:hover {
  color: #0f2f21 !important;
}

.hover\:text-green-darker:hover {
  color: #1a4731 !important;
}

.hover\:text-green-dark:hover {
  color: #1f9d55 !important;
}

.hover\:text-green:hover {
  color: #38c172 !important;
}

.hover\:text-green-light:hover {
  color: #51d88a !important;
}

.hover\:text-green-lighter:hover {
  color: #a2f5bf !important;
}

.hover\:text-green-lightest:hover {
  color: #e3fcec !important;
}

.hover\:text-teal-darkest:hover {
  color: #0d3331 !important;
}

.hover\:text-teal-darker:hover {
  color: #20504f !important;
}

.hover\:text-teal-dark:hover {
  color: #38a89d !important;
}

.hover\:text-teal:hover {
  color: #4dc0b5 !important;
}

.hover\:text-teal-light:hover {
  color: #64d5ca !important;
}

.hover\:text-teal-lighter:hover {
  color: #a0f0ed !important;
}

.hover\:text-teal-lightest:hover {
  color: #e8fffe !important;
}

.hover\:text-blue-darkest:hover {
  color: #12283a !important;
}

.hover\:text-blue-darker:hover {
  color: #1c3d5a !important;
}

.hover\:text-blue-dark:hover {
  color: #2779bd !important;
}

.hover\:text-blue:hover {
  color: #3490dc !important;
}

.hover\:text-blue-light:hover {
  color: #6cb2eb !important;
}

.hover\:text-blue-lighter:hover {
  color: #bcdefa !important;
}

.hover\:text-blue-lightest:hover {
  color: #eff8ff !important;
}

.hover\:text-indigo-darkest:hover {
  color: #191e38 !important;
}

.hover\:text-indigo-darker:hover {
  color: #2f365f !important;
}

.hover\:text-indigo-dark:hover {
  color: #5661b3 !important;
}

.hover\:text-indigo:hover {
  color: #6574cd !important;
}

.hover\:text-indigo-light:hover {
  color: #7886d7 !important;
}

.hover\:text-indigo-lighter:hover {
  color: #b2b7ff !important;
}

.hover\:text-indigo-lightest:hover {
  color: #e6e8ff !important;
}

.hover\:text-purple-darkest:hover {
  color: #21183c !important;
}

.hover\:text-purple-darker:hover {
  color: #382b5f !important;
}

.hover\:text-purple-dark:hover {
  color: #794acf !important;
}

.hover\:text-purple:hover {
  color: #9561e2 !important;
}

.hover\:text-purple-light:hover {
  color: #a779e9 !important;
}

.hover\:text-purple-lighter:hover {
  color: #d6bbfc !important;
}

.hover\:text-purple-lightest:hover {
  color: #f3ebff !important;
}

.hover\:text-pink-darkest:hover {
  color: #451225 !important;
}

.hover\:text-pink-darker:hover {
  color: #6f213f !important;
}

.hover\:text-pink-dark:hover {
  color: #eb5286 !important;
}

.hover\:text-pink:hover {
  color: #f66d9b !important;
}

.hover\:text-pink-light:hover {
  color: #fa7ea8 !important;
}

.hover\:text-pink-lighter:hover {
  color: #ffbbca !important;
}

.hover\:text-pink-lightest:hover {
  color: #ffebef !important;
}

.hover\:text-turnkey-primary:hover {
  color: #ff645a !important;
}

.hover\:text-turnkey-primary-light:hover {
  color: #ff746b !important;
}

.hover\:text-turnkey-primary-dark:hover {
  color: #ff3b2f !important;
}

.hover\:text-turnkey-secondary:hover {
  color: #fc3 !important;
}

.hover\:text-turnkey-secondary-light:hover {
  color: #ffd147 !important;
}

.hover\:text-turnkey-secondary-dark:hover {
  color: #ffc20d !important;
}

.hover\:text-app-primary:hover {
  color: #1b6d9f !important;
}

.hover\:text-app-primary-light:hover {
  color: #2080bb !important;
}

.hover\:text-app-primary-dark:hover {
  color: #185f8b !important;
}

.hover\:text-app-secondary:hover {
  color: #da3698 !important;
}

.hover\:text-app-secondary-light:hover {
  color: #de4aa2 !important;
}

.hover\:text-app-secondary-dark:hover {
  color: #c92587 !important;
}

.hover\:text-info:hover {
  color: #3da1de !important;
}

.hover\:text-warning:hover {
  color: #ff7c33 !important;
}

.hover\:text-success:hover {
  color: #1fb186 !important;
}

.hover\:text-success-light:hover {
  color: #24cb99 !important;
}

.hover\:text-success-lighter:hover {
  color: #4bdfb4 !important;
}

.hover\:text-error-dark:hover {
  color: #e01e1e !important;
}

.hover\:text-error:hover {
  color: #e53d3d !important;
}

.hover\:text-error-light:hover {
  color: #e85050 !important;
}

.hover\:text-error-lighter:hover {
  color: #ed7777 !important;
}

.hover\:text-regular-font:hover {
  color: #2f2e2e !important;
}

.hover\:text-neutral-darker:hover {
  color: #585656 !important;
}

.hover\:text-neutral:hover {
  color: #888585 !important;
}

.hover\:text-neutral-lighter:hover {
  color: #b8b6b6 !important;
}

.hover\:text-neutral-extra-lighter:hover {
  color: #f7f7f7 !important;
}

.text-xxs {
  font-size: .625rem !important;
}

.text-xs {
  font-size: .75rem !important;
}

.text-sm {
  font-size: .875rem !important;
}

.text-base {
  font-size: 1rem !important;
}

.text-lg {
  font-size: 1.125rem !important;
}

.text-xl {
  font-size: 1.25rem !important;
}

.text-2xl {
  font-size: 1.5rem !important;
}

.text-3xl {
  font-size: 1.875rem !important;
}

.text-4xl {
  font-size: 2.25rem !important;
}

.text-5xl {
  font-size: 3rem !important;
}

.text-6xl {
  font-size: 3.75rem !important;
}

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

.roman {
  font-style: normal !important;
}

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

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

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

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

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

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

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

.antialiased {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
}

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

.hover\:roman:hover {
  font-style: normal !important;
}

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

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

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

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

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

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

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

.hover\:antialiased:hover {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.hover\:subpixel-antialiased:hover {
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
}

.tracking-tight {
  letter-spacing: -0.05em !important;
}

.tracking-normal {
  letter-spacing: 0 !important;
}

.tracking-wide {
  letter-spacing: .05em !important;
}

.select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.select-text {
  -webkit-user-select: text !important;
     -moz-user-select: text !important;
          user-select: text !important;
}

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

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

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

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

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

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

.break-words {
  word-wrap: break-word !important;
}

.break-normal {
  word-wrap: normal !important;
}

.truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.w-0 {
  width: 0 !important;
}

.w-1 {
  width: .25rem !important;
}

.w-2 {
  width: .5rem !important;
}

.w-3 {
  width: .75rem !important;
}

.w-4 {
  width: 1rem !important;
}

.w-5 {
  width: 1.25rem !important;
}

.w-6 {
  width: 1.5rem !important;
}

.w-8 {
  width: 2rem !important;
}

.w-10 {
  width: 2.5rem !important;
}

.w-12 {
  width: 3rem !important;
}

.w-13 {
  width: 3.25rem !important;
}

.w-14 {
  width: 3.5rem !important;
}

.w-16 {
  width: 4rem !important;
}

.w-18 {
  width: 4.5rem !important;
}

.w-20 {
  width: 5rem !important;
}

.w-24 {
  width: 6rem !important;
}

.w-32 {
  width: 8rem !important;
}

.w-40 {
  width: 10rem !important;
}

.w-48 {
  width: 12rem !important;
}

.w-56 {
  width: 14rem !important;
}

.w-64 {
  width: 16rem !important;
}

.w-72 {
  width: 18rem !important;
}

.w-88 {
  width: 22rem !important;
}

.w-120 {
  width: 30rem !important;
}

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

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

.w-16px {
  width: 16px !important;
}

.w-620px {
  width: 620px !important;
}

.w-640px {
  width: 640px !important;
}

.w-1\/2 {
  width: 50% !important;
}

.w-1\/3 {
  width: 33.33333% !important;
}

.w-2\/3 {
  width: 66.66667% !important;
}

.w-1\/4 {
  width: 25% !important;
}

.w-3\/4 {
  width: 75% !important;
}

.w-1\/5 {
  width: 20% !important;
}

.w-2\/5 {
  width: 40% !important;
}

.w-3\/5 {
  width: 60% !important;
}

.w-4\/5 {
  width: 80% !important;
}

.w-1\/6 {
  width: 16.66667% !important;
}

.w-5\/6 {
  width: 83.33333% !important;
}

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

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

.z-0 {
  z-index: 0 !important;
}

.z-10 {
  z-index: 10 !important;
}

.z-20 {
  z-index: 20 !important;
}

.z-30 {
  z-index: 30 !important;
}

.z-40 {
  z-index: 40 !important;
}

.z-50 {
  z-index: 50 !important;
}

.z-1000 {
  z-index: 1000 !important;
}

.z-auto {
  z-index: auto !important;
}

/**
 * Here you would add any custom utilities you need that don't come out of the
 * box with Tailwind.
 *
 * Example :
 *
 * .bg-pattern-graph-paper { ... }
 * .skew-45 { ... }
 *
 * Or if using a preprocessor or `postcss-import`:
 *
 * @import "utilities/background-patterns";
 * @import "utilities/skew-transforms";
 */

/*************************
 *  Fonts (basé sur https://material.io/design/typography/the-type-system.html)
**************************/

/* h1 {} - pas utile pour le moment : trop gros */

.font-h2 {
  font-family: Roboto Condensed Light, Roboto, sans-serif;
  font-weight: 300;
  font-size: 3.75rem;
  letter-spacing: -0.005rem;
}

.font-h3 {
  font-family: Roboto Condensed Light, Roboto, sans-serif;
  font-weight: 400;
  font-size: 3rem;
  letter-spacing: 0;
}

.font-h4 {
  font-family: Roboto Condensed Light, Roboto, sans-serif;
  font-weight: 400;
  font-size: 2.25rem;
  letter-spacing: .0025rem;
}

.font-h5 {
  font-family: Roboto Condensed Light, Roboto, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0;
}

.font-h6 {
  font-family: Roboto Condensed Light, Roboto, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: .0015rem;
}

.font-subtitle-1 {
  font-family: Roboto Light, sans-serif;
  font-weight: 400;
  font-size: .875rem;
  letter-spacing: .0015rem;
}

.font-subtitle-2 {
  font-family: Roboto Light, sans-serif;
  font-weight: 500;
  font-size: .75rem;
  letter-spacing: .001rem;
}

.font-body-1 {
  font-family: Roboto Light, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: .005rem;
}

.font-body-2 {
  font-family: Roboto Light, sans-serif;
  font-weight: 400;
  font-size: .875rem;
  letter-spacing: .0025rem;
}

.font-button {
  font-family: Roboto Light, sans-serif;
  font-weight: 500;
  font-size: .875rem;
  text-transform: uppercase;
  letter-spacing: .0075rem;
}

.font-caption {
  font-family: Roboto Light, sans-serif;
  font-weight: 400;
  font-size: .75rem;
  letter-spacing: .004rem;
}

.font-overline {
  font-family: Roboto Light, sans-serif;
  font-weight: 400;
  font-size: .625rem;
  text-transform: uppercase;
  letter-spacing: .015rem;
}

h2 {
  font-family: Roboto Condensed Light, Roboto, sans-serif;
  font-weight: 300;
  font-size: 3.75rem;
  letter-spacing: -0.005rem;
  font-size: 2.25rem;
}

h3 {
  font-family: Roboto Condensed Light, Roboto, sans-serif;
  font-weight: 400;
  font-size: 3rem;
  letter-spacing: 0;
  font-size: 1.5rem;
}

h4 {
  font-family: Roboto Condensed Light, Roboto, sans-serif;
  font-weight: 400;
  font-size: 2.25rem;
  letter-spacing: .0025rem;
  font-size: 1.25rem;
}

h5 {
  font-family: Roboto Condensed Light, Roboto, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-size: 1.125rem;
}

h6 {
  font-family: Roboto Condensed Light, Roboto, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: .0015rem;
  font-size: .875rem;
}

/***********
 * Generic
************/

a {
  cursor: pointer;
}

.info-message {
  display: block;
  color: #3da1de;
}

.warning-message {
  display: block;
  color: #ff7c33;
}

.success-message {
  display: block;
  color: #1fb186;
}

.error-message {
  display: block;
  color: #e53d3d;
}

.text-overflow-ellipsis {
  text-overflow: ellipsis;
}

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

.capitalize-first:first-letter {
  text-transform: uppercase !important;
}

.flex-2 {
  flex: 2 2 0;
}

.-pin-t-2px {
  top: -2px;
}

.-pin-t-6px {
  top: -6px;
}

.pin-t-2px {
  top: 2px;
}

.pin-t-8px {
  top: 8px;
}

.pin-t-4 {
  top: 1rem;
}

.pin-t-8 {
  top: 2rem;
}

.pin-t-12 {
  top: 3rem;
}

.pin-t-350px {
  top: 350px;
}

.pin-r-8px {
  right: 8px;
}

.pin-r-4 {
  right: 1rem;
}

.pin-l-15px {
  left: 15px;
}

.border-x-0 {
  border-left-width: 0px !important;
  border-right-width: 0px !important;
}

.border-y-0 {
  border-top-width: 0px !important;
  border-bottom-width: 0px !important;
}

.bg-none {
  background: none !important;
}

.indent-none {
  text-indent: 0;
}

.close-icon {
  content: "\f00d";
}

.info-icon {
  content: "\f05a";
}

.warn-icon {
  content: "\f071";
}

.error-icon {
  content: "\f057";
}

.fatal-icon {
  content: "\f05e";
}

.pin-l-48 {
  left: 12rem;
}

.pin-b-50px {
  bottom: 50px;
}

.pin-b-80px {
  bottom: 80px;
}

.pin-l-10 {
  left: 2.5rem !important;
}

.title {
  font-weight: 700;
  letter-spacing: .05em;
}

.title-uppercase {
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.turnkey-link {
  text-decoration: none;
  color: #ff645a;
}

.turnkey-link:hover {
  color: #ff746b;
}

/***********
 * Boutons
************/

/* Button Base : Default Size */

.kali-btn-md {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
  font-size: 1rem !important;
}

/* Button Base : Default Color */

.kali-btn-grey {
  border-color: #f1f5f8 !important;
  background-color: #f1f5f8 !important;
  color: #2f2e2e !important;
}

/* Button Base */

.kali-btn {
  /* Button Base */
  border-radius: .25rem;
  cursor: pointer;
  font-family: Roboto Light, sans-serif !important;
  font-weight: 500 !important;
  font-size: .875rem !important;
  text-transform: uppercase !important;
  letter-spacing: .0075rem !important;
  text-align: center !important;
  fill: currentColor !important;
  text-decoration: none !important;
  /* Default Type */
  border-width: 1px !important;
  /* Default Size */
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
  font-size: 1rem !important;
  /* Default Color */
  border-color: #f1f5f8 !important;
  background-color: #f1f5f8 !important;
  color: #2f2e2e !important;
}

.kali-btn *,
.kali-btn *::before,
.kali-btn *::after {
  cursor: pointer;
}

/* Button Type */

.kali-btn-outlined {
  border-width: 1px !important;
  border-color: #dae1e7 !important;
  background-color: transparent !important;
}

/* Button Size */

.kali-btn-lg {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.kali-btn-sm {
  padding-left: .5rem !important;
  padding-right: .5rem !important;
  padding-top: .25rem !important;
  padding-bottom: .25rem !important;
  font-size: .75rem !important;
}

/* Button Color */

.turnkey-btn-primary {
  border-color: #ff645a !important;
  background-color: #ff645a !important;
  color: #fff !important;
}

.turnkey-btn-primary-inverted {
  border-color: #ff645a !important;
  background-color: #fff !important;
  color: #ff645a !important;
}

.turnkey-btn-secondary {
  border-color: #fc3 !important;
  background-color: #fc3 !important;
  color: #fff !important;
}

.ghost-btn {
  border-radius: .25rem;
  background-color: #fff;
  color: #ff645a;
  font-family: Roboto Light, sans-serif;
  font-weight: 900;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ghost-btn-hover {
  border-radius: .25rem !important;
  background-color: #fff !important;
  color: #ff645a !important;
  font-family: Roboto Light, sans-serif !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  background-color: #f7f7f7 !important;
}

.ghost-btn:hover {
  border-radius: .25rem;
  background-color: #fff;
  color: #ff645a;
  font-family: Roboto Light, sans-serif;
  font-weight: 900;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7f7f7;
}

.ghost-btn:active {
  border-radius: .25rem;
  background-color: #fff;
  color: #ff645a;
  font-family: Roboto Light, sans-serif;
  font-weight: 900;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7f7f7;
}

.ghost-btn-disabled {
  border-radius: .25rem;
  background-color: #fff;
  color: #ff645a;
  font-family: Roboto Light, sans-serif;
  font-weight: 900;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #b8b6b6;
}

.ghost-btn:disabled {
  border-radius: .25rem;
  background-color: #fff;
  color: #ff645a;
  font-family: Roboto Light, sans-serif;
  font-weight: 900;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #b8b6b6;
}

.app-btn-primary {
  border-color: #1b6d9f !important;
  background-color: #1b6d9f !important;
  color: #fff !important;
}

.btn-error {
  border-color: #e53d3d !important;
  background-color: #e53d3d !important;
  color: #fff !important;
}

/* Button Hover */

/* Default Button Hover */

.kali-btn:hover,
.kali-btn.kali-btn-grey:hover {
  border-color: #dae1e7 !important;
  background-color: #dae1e7 !important;
}

.kali-btn.turnkey-btn-primary:hover {
  border-color: #ff3b2f !important;
  background-color: #ff3b2f !important;
}

.kali-btn.turnkey-btn-primary-inverted:hover {
  border-color: #ff3b2f !important;
  background-color: #f1f5f8 !important;
  color: #ff3b2f !important;
}

.kali-btn.turnkey-btn-secondary:hover {
  border-color: #ffc20d !important;
  background-color: #ffc20d !important;
}

.kali-btn.btn-error:hover {
  border-color: #e01e1e !important;
  background-color: #e01e1e !important;
}

/* Outlined Button Hover */

.kali-btn.kali-btn-outlined:hover,
.kali-btn.kali-btn-outlined.kali-btn-grey:hover {
  border-color: #b8c2cc !important;
  background-color: #f1f5f8 !important;
}

/* Disabled Button */

.kali-btn-disabled {
  opacity: .25;
  cursor: not-allowed;
}

.kali-btn-disabled *,
.kali-btn-disabled *::before,
.kali-btn-disabled *::after {
  cursor: not-allowed;
}

/* Chips */

.chips-primary {
  /* Button Base */
  border-radius: .25rem;
  cursor: pointer;
  font-family: Roboto Light, sans-serif;
  font-weight: 500;
  font-size: .875rem;
  text-transform: uppercase;
  letter-spacing: .0075rem;
  text-align: center;
  fill: currentColor;
  text-decoration: none;
  /* Default Type */
  border-width: 1px;
  /* Default Size */
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  /* Default Color */
  border-color: #f1f5f8;
  background-color: #f1f5f8;
  color: #2f2e2e;
  border-color: #1b6d9f;
  background-color: #1b6d9f;
  color: #fff;
  border-radius: 9999px !important;
  border-style: none !important;
}

.chips-primary:hover {
  background-color: #185f8b !important;
}

.chips-secondary {
  /* Button Base */
  border-radius: .25rem;
  cursor: pointer;
  font-family: Roboto Light, sans-serif;
  font-weight: 500;
  font-size: .875rem;
  text-transform: uppercase;
  letter-spacing: .0075rem;
  text-align: center;
  fill: currentColor;
  text-decoration: none;
  /* Default Type */
  border-width: 1px;
  /* Default Size */
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  /* Default Color */
  border-color: #f1f5f8;
  background-color: #f1f5f8;
  color: #2f2e2e;
  background-color: #da3698;
  color: #fff;
  border-radius: 9999px !important;
  border-style: none !important;
}

.chips-secondary:hover {
  background-color: #c92587 !important;
}

.kali-chips-disabled {
  opacity: .25;
  cursor: not-allowed !important;
}

.chips-primary.kali-chips-disabled:hover {
  background-color: #1b6d9f !important;
}

.chips-secondary.kali-chips-disabled:hover {
  background-color: #da3698 !important;
}

.metadata-chips {
  display: inline-block;
  color: #fff;
  background-color: #ff645a;
  max-width: 80%;
  border-radius: 1rem;
  margin: 10px 10px auto 0;
  padding: 5px 20px;
}

/***********
 * Cards
************/

.kali-card {
  background-color: #fff;
  border-radius: .25rem;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .06);
  padding: 1rem;
}

.kali-card .kali-card-title {
  font-family: Roboto Condensed Light, Roboto, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: .0015rem;
}

.questionnaire-card:hover {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, .06);
}

/* Badges */

.badge {
  padding-left: .25rem;
  padding-right: .25rem;
  padding-top: 1px;
  padding-bottom: 1px;
  border-radius: 9999px;
  font-size: .75rem;
}

.badge-app-primary {
  padding-left: .25rem;
  padding-right: .25rem;
  padding-top: 1px;
  padding-bottom: 1px;
  border-radius: 9999px;
  font-size: .75rem;
  background-color: #1b6d9f;
  color: #fff;
}

.badge-error {
  padding-left: .25rem;
  padding-right: .25rem;
  padding-top: 1px;
  padding-bottom: 1px;
  border-radius: 9999px;
  font-size: .75rem;
  background-color: #e53d3d;
  color: #fff;
}

/*************************
 *  Surcharge Primefaces
**************************/

.ui-icon {
  font-family: FontAwesome !important;
}

.ui-shadow {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
}

.ui-menu {
  background-color: #fff;
}

.ui-menu-list {
  background-color: #fff !important;
}

.ui-menu-list .ui-menuitem.menuchild-fullwidth .ui-menu-child {
  width: 100% !important;
}

.ui-menu .ui-menuitem {
  margin: 0 !important;
}

.ui-menuitem:hover {
  background-color: #f1f5f8 !important;
  border-radius: .25rem !important;
}

.ui-menuitem-link {
  display: flex !important;
  width: 100% !important;
  height: 100% !important;
  padding: .75rem !important;
  color: #2f2e2e !important;
  float: none !important;
}

/*************************************
/* Primefaces DataTable / TreeTable
**************************************/

/* Général */

.ui-datatable,
.ui-treetable {
  background-color: #fff;
  border-radius: .25rem;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .06);
  padding: 1rem;
  padding: 0;
  font-family: Roboto Condensed Light, Roboto, sans-serif;
}

.ui-datatable tr *,
.ui-treetable tr * {
  border-left-width: 0px !important;
  border-right-width: 0px !important;
}

.ui-datatable tbody td,
.ui-datatable thead th,
.ui-datatable tfoot td,
.ui-treetable tbody td,
.ui-treetable thead th,
.ui-treetable tfoot td {
  padding: .25rem !important;
}

.ui-datatable thead th,
.ui-datatable tfoot td,
.ui-treetable thead th,
.ui-treetable tfoot td {
  border-top-width: 0px !important;
  border-bottom-width: 0px !important;
}

/* thead */

.ui-datatable thead th,
.ui-treetable thead th {
  font-size: .875rem !important;
  text-transform: uppercase !important;
  overflow: visible !important;
}

.ui-datatable thead th:first-child,
.ui-treetable thead th:first-child {
  border-top-left-radius: .25rem !important;
}

.ui-datatable thead th:last-child,
.ui-treetable thead th:last-child {
  border-top-right-radius: .25rem !important;
}

.ui-datatable thead .second-row th,
.ui-treetable thead .second-row th {
  font-style: italic !important;
  text-transform: capitalize !important;
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
  border-radius: 0 !important;
}

/* tbody */

.ui-datatable tbody tr:hover,
.ui-treetable tbody tr:hover {
  background-color: #f1f5f8 !important;
}

/* tfoot */

.ui-datatable tfoot tr td,
.ui-treetable tfoot tr td {
  font-weight: 700;
  font-size: .875rem;
  text-transform: uppercase;
}

.ui-datatable tfoot tr td:first-child,
.ui-treetable tfoot tr td:first-child {
  border-bottom-left-radius: .25rem !important;
}

.ui-datatable tfoot tr td:last-child,
.ui-treetable tfoot tr td:last-child {
  border-bottom-right-radius: .25rem !important;
}

/**box shadowing**/

.shadow-outer-r-2px {
  box-shadow: 2px 0 rgba(0, 0, 0, .1);
}

.shadow-outer-b-2px {
  box-shadow: 0 2px rgba(0, 0, 0, .1);
}

.shadow-outer-t-2px {
  box-shadow: 0 -2px rgba(0, 0, 0, .1);
}

.shadow-outer-rb-2px {
  box-shadow: 2px 2px rgba(0, 0, 0, .1);
}

.shadow-outer-rt-2px {
  box-shadow: 2px -2px rgba(0, 0, 0, .1);
}

/**sticky rows**/

.sticky-header {
  position: sticky;
  background-color: white;
  top: 0;
  overflow: visible;
}

.sticky-footer {
  position: sticky;
  background-color: white;
  bottom: 0;
  font-weight: 700;
}

.sticky-table thead,
.sticky-table tfoot {
  z-index: 15;
}

.dynamic-sticky-cell.sticky-header,
.dynamic-sticky-cell.sticky-footer {
  z-index: 10;
}

.sticky-table {
  font-family: Roboto Condensed Light, Roboto, sans-serif;
}

.sticky-table .table-header,
.sticky-table .table-footer {
  font-size: .875rem;
  text-transform: uppercase;
}

.sticky-table .ui-icon {
  display: inline-block;
  margin: -3px 0 -3px 2px;
}

.sticky-table .table-header,
.sticky-table .table-footer,
.sticky-table .table-cell {
  padding: .5rem;
}

.sticky-table tfoot,
.sticky-table tfoot tr {
  position: sticky;
  bottom: 0px;
}

@media (min-width: 1200px) {
  .sticky-table .table-header,
  .sticky-table .table-footer,
  .sticky-table .table-cell {
    padding: 1rem;
  }
}

/* Pagination */

.ui-paginator.ui-paginator-top {
  display: none;
}

.ui-paginator.ui-paginator-bottom {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
  padding-top: .75rem !important;
  padding-bottom: .75rem !important;
}

.ui-paginator-page {
  color: #2f2e2e;
  font-family: Roboto Condensed Light, Roboto, sans-serif;
  font-size: .875rem;
}

.ui-paginator-page.ui-state-active {
  font-weight: 700;
  text-decoration: underline !important;
}

.ui-paginator-prev {
  background: url(/javax.faces.resource/v2/images/icons/rewind.svg.xhtml) no-repeat 48% 50%;
  width: 1.5rem;
}

.ui-paginator-first {
  background: url(/javax.faces.resource/v2/images/icons/skip-previous.svg.xhtml) no-repeat 48% 50%;
  width: 1.5rem;
  margin-right: .5rem !important;
}

.ui-paginator-next {
  background: url(/javax.faces.resource/v2/images/icons/fast-forward.svg.xhtml) no-repeat 48% 50%;
  width: 1.5rem;
}

.ui-paginator-last {
  background: url(/javax.faces.resource/v2/images/icons/skip-next.svg.xhtml) no-repeat 48% 50%;
  width: 1.5rem;
  margin-left: .5rem !important;
}

/* Suppléments */

.ui-datatable .ui-column-filter,
.ui-treetable .ui-column-filter {
  margin-left: 0 !important;
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
}

tr.ui-datatable-selectable.clickable:hover td,
tr.ui-treetable-selectable.clickable:hover td {
  cursor: pointer !important;
  color: #1b6d9f !important;
  background-color: #f1f5f8 !important;
}

.ui-datatable tbody tr.disabled,
.ui-treetable tbody tr.disabled {
  opacity: .5 !important;
  cursor: default !important;
  background-color: transparent !important;
}

/* Icônes de tri */

.ui-sortable-column-icon {
  text-align: left;
  vertical-align: middle;
  text-indent: 0 !important;
  margin-left: .5rem !important;
}

.ui-icon-carat-2-n-s:after {
  content: "\f0dc";
}

.ui-icon-triangle-1-n:after {
  content: "\f0de";
}

.ui-icon-triangle-1-s:after {
  content: "\f0dd";
}

/* Icônes de déroulement */

.ui-treetable-toggler {
  margin-right: .5rem;
  text-indent: 0 !important;
}

.ui-treetable-toggler.ui-icon-triangle-1-s:after {
  content: "\f107";
}

.ui-treetable-toggler.ui-icon-triangle-1-e:after {
  content: "\f105";
}

/*********************
 * Primefaces Panel
 *********************/

.ui-panel {
  border-radius: .5rem !important;
  padding: 0 !important;
}

.ui-panel-titlebar {
  background-color: #dae1e7 !important;
  font-size: .875rem !important;
  text-transform: uppercase !important;
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important;
}

.ui-overlaypanel-content {
  padding: 1rem !important;
}

/**************
 * Dashboard
 **************/

.pending {
  display: flex;
  height: 100%;
  text-align: center;
  align-items: center;
}

.NO_DATA {
  display: flex;
  height: 100%;
  text-align: center;
  align-items: center;
}

.PROCESSING_ERROR {
  display: flex;
  height: 100%;
  text-align: center;
  align-items: center;
}

div[id^="dashboard_"] div.widget {
  background-color: #fff !important;
  border-radius: .25rem !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  padding: 1rem !important;
}

/* Issue 208 : https://gitlab.com/skeepers/cx/cx-turnkey/opinions-front/-/issues/208 */

@supports not (display: grid) {
  div[id^="dashboard_"] div.widget {
    margin-bottom: 1rem !important;
  }
}

.highcharts-container {
  z-index: auto !important;
}

.highcharts-contextmenu  .highcharts-menu-item:hover {
  background-color: #ff645a !important;
}

div[id^="dashboard_"] div.component-title,
div[id^="dashboard_"] span.highcharts-title label.serie1,
div[id^="dashboard_"] svg text.highcharts-title,
div[id^="dashboard_"] div.oo-personalRank div.container div.header {
  font-family: Roboto Condensed Light, Roboto, sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.25rem !important;
  letter-spacing: .0015rem !important;
  color: #455a64 !important;
  fill: currentColor !important;
}

div[id^="dashboard_"] div.component-title {
  margin-bottom: 1.5rem;
  text-align: center;
}

div[id^="dashboard_"] table {
  text-align: left;
}

div[id^="dashboard_"] .widget .dataTable {
  height: 100%;
}

div[id^="dashboard_"] .widget .component-title + .dataTable {
  height: 80%;
}

div[id^="dashboard_"] .widget .dataTable td {
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

div[id^="dashboard_"] svg {
  font-family: Roboto Light, sans-serif !important;
}

div[id^="dashboard_"] .highcharts-axis-labels.highcharts-xaxis-labels text,
div[id^="dashboard_"] .highcharts-axis-labels.highcharts-yaxis-labels text {
  font-family: Roboto Light, sans-serif !important;
  font-weight: 400 !important;
  font-size: .875rem !important;
  letter-spacing: .0025rem !important;
  color: #2f2e2e !important;
}

div[id^="dashboard_"] .highcharts-legend .highcharts-legend-item {
  cursor: pointer !important;
}

div[id^="dashboard_"] .highcharts-legend .highcharts-legend-item text {
  font-family: Roboto Light, sans-serif !important;
  font-weight: 400 !important;
  font-size: .875rem !important;
  letter-spacing: .0025rem !important;
  color: #2f2e2e !important;
}

div[id^="dashboard_"] .col-2 .highcharts-subtitle label {
  font-size: 1.5rem !important;
}

@media (min-width: 992px) {
  div[id^="dashboard_"] .col-2 .highcharts-subtitle label {
    font-size: .875rem !important;
    line-height: 1 !important;
  }
}

@media (min-width: 1200px) {
  div[id^="dashboard_"] .col-2 .highcharts-subtitle label {
    font-size: .625rem !important;
    line-height: 1 !important;
  }
}

/***********
 * TabMenu
************/

.ui-tabmenu .ui-tabmenu-nav {
  padding: 0 !important;
}

.ui-tabmenu .ui-tabmenuitem.ui-state-default {
  top: 2px !important;
  border-color: #f1f5f8 !important;
  background-color: #f1f5f8 !important;
  color: #2f2e2e !important;
  border-width: 1px !important;
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important;
  text-transform: uppercase !important;
  font-size: .875rem !important;
  line-height: 1 !important;
  margin-right: .5rem !important;
}

.ui-tabmenu .ui-tabmenuitem.ui-state-active {
  background-color: #fff !important;
}

.ui-tabmenu .ui-tabmenuitem:not(.ui-state-active):hover {
  background-color: #dae1e7 !important;
  border-color: #dae1e7 !important;
}

.ui-tabmenu .ui-menuitem-link {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
  font-size: 1rem !important;
}

/******************
*******Growl*******
******************/

/*general*/

.ui-growl-message {
  color: #fff !important;
}

.ui-growl-title {
  text-transform: uppercase !important;
}

.ui-growl-image {
  background: none !important;
}

.ui-growl-item,
.ui-growl-item-container {
  border-radius: .5rem !important;
}

.ui-growl-image:before {
  font-family: FontAwesome !important;
  color: #fff !important;
  font-size: 2.25rem !important;
}

/*info growl*/

.ui-growl-info .ui-growl-item {
  background-color: #ff645a !important;
}

.ui-growl-image-info:before {
  content: "\f05a" !important;
}

/*warn growl*/

.ui-growl-warn .ui-growl-item {
  background-color: #ff7c33 !important;
}

.ui-growl-image-warn:before {
  content: "\f071" !important;
}

/*error growl*/

.ui-growl-error .ui-growl-item {
  background-color: #e53d3d !important;
}

.ui-growl-image-error:before {
  content: "\f057" !important;
}

/*fatal growl*/

.ui-growl-fatal .ui-growl-item {
  background-color: #e53d3d !important;
}

.ui-growl-image-fatal:before {
  content: "\f05e" !important;
}

/***************
* SelectOneMenu
****************/

.ui-selectonemenu,
.ui-selectonemenu-panel {
  border-width: 1px !important;
  border-color: #dae1e7 !important;
  background-color: #fff !important;
}

.ui-selectonemenu {
  border-radius: .25rem !important;
}

.ui-selectonemenu .ui-selectonemenu-label {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  padding-right: 1.5rem !important;
}

.ui-selectonemenu .ui-selectonemenu-trigger {
  background-color: #dae1e7 !important;
  width: 2rem !important;
  text-align: center !important;
}

.ui-selectonemenu .ui-selectonemenu-trigger .ui-icon {
  margin-top: .5rem !important;
  text-indent: 0 !important;
}

.ui-selectonemenu .ui-selectonemenu-trigger .ui-icon:after {
  content: "\f107";
}

.ui-selectonemenu-panel {
  z-index: 10 !important;
}

.ui-selectonemenu-panel .ui-selectonemenu-item {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
  color: #2f2e2e !important;
  float: none !important;
}

.ui-selectonemenu-panel .ui-selectonemenu-item.ui-state-highlight {
  color: #fff !important;
  background-color: #ff645a !important;
}

.ui-selectonemenu-panel .ui-selectonemenu-item.ui-state-highlight:hover {
  color: #fff !important;
  background-color: #ff3b2f !important;
}

.ui-selectonemenu-panel .ui-selectonemenu-item:hover {
  background-color: #f1f5f8 !important;
}

/* Force l'affichage de la scrollbar dans le SelectOneMenu pour faire comprendre à  l'utilisateur que ça défile (sauf sur FF/IE/Edge car impossible) */

.ui-selectonemenu-panel ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

.ui-selectonemenu-panel ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

/********
* Spinner
*********/

.ui-inputfield.ui-spinner-input {
  padding-right: 2rem !important;
}

.ui-spinner-button {
  cursor: pointer !important;
  width: 1.5rem !important;
}

.ui-spinner-button.ui-state-hover {
  background-color: #dae1e7 !important;
}

.ui-spinner-button.ui-state-active {
  color: #fff;
  background-color: #8795a1;
}

.ui-spinner-button .ui-icon {
  margin-top: .5rem !important;
  text-indent: 0 !important;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  text-indent: 0 !important;
}

.ui-spinner-button.ui-spinner-up .ui-icon {
  top: -10%;
  left: 25%;
}

.ui-spinner-button.ui-spinner-down .ui-icon {
  top: -60%;
  left: 25%;
}

/***************
* InputSwitch
****************/

.ui-inputswitch {
  border-width: 1px !important;
  border-color: #dae1e7 !important;
  background-color: #fff !important;
  border-radius: .25rem;
}

.ui-inputswitch.ui-inputswitch-checked {
  background-color: #ff645a !important;
}

.ui-inputswitch .ui-inputswitch-on {
  font-family: Roboto Light, sans-serif !important;
  font-weight: 400 !important;
  font-size: 1rem !important;
  letter-spacing: .005rem !important;
  color: #fff !important;
  padding: 0 !important;
  margin: 0 !important;
}

.ui-inputswitch .ui-inputswitch-on span {
  padding: 0 !important;
  margin: 0 !important;
  vertical-align: middle !important;
}

.ui-inputswitch .ui-inputswitch-off {
  font-family: Roboto Light, sans-serif !important;
  font-weight: 400 !important;
  font-size: 1rem !important;
  letter-spacing: .005rem !important;
  color: #2f2e2e !important;
  padding: 0 !important;
  margin: 0 !important;
}

.ui-inputswitch .ui-inputswitch-off span {
  padding: 0 !important;
  margin: 0 !important;
  vertical-align: middle !important;
}

.ui-inputswitch .ui-inputswitch-handle {
  border-width: 1px !important;
  background-color: #fff !important;
}

.ui-inputswitch .ui-inputswitch-handle.ui-state-focus {
  border-width: 1px !important;
  background-color: #dae1e7 !important;
}

/*******************
* MenuBar / Submenu
********************/

.ui-menubutton .ui-button {
  color: #2f2e2e !important;
}

.ui-menubutton-icon-dots-vertical {
  background: url('../images/icons/dots-vertical.png.xhtml?ln=v2') no-repeat !important;
  width: 1.5rem !important;
}

.ui-icon-right > a {
  display: flex !important;
  flex-direction: row-reverse !important;
}

.ui-menubar {
  height: 100% !important;
  padding: 0 !important;
  border-style: none !important;
  border-radius: 0 !important;
}

/* Todo - Remplacer le "Hack" : pt-1 permet de rapidement aligner le contenu verticalement */

.ui-menubar .ui-menuitem .ui-menuitem-link .ui-menuitem-text {
  padding-top: .25rem !important;
}

.ui-menubar .ui-menu-list .ui-menu-parent {
  border-radius: 0 !important;
}

.ui-menubar .ui-menu-list .ui-menu-parent .ui-submenu-link {
  height: 100% !important;
}

.ui-menubar .ui-menu-list .ui-menu-parent .ui-submenu-link .ui-menuitem-text {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

#user-menu .ui-menu .ui-menu-parent .ui-menu-child {
  width: 16rem !important;
}

#user-menu .ui-menu .ui-menu-parent .ui-menu-child .ui-menuitem-text {
  display: flex !important;
  align-items: center !important;
}

/***********************
* Normal & Modal Dialog
************************/

.ui-dialog {
  background-color: #fff;
  margin: .75rem;
  border-radius: .25rem;
  color: #2f2e2e;
}

.ui-dialog-titlebar {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  padding-top: 1.5rem !important;
  padding-bottom: .75rem !important;
  display: flex !important;
  align-items: baseline;
  font-family: Roboto Condensed Light, Roboto, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: .0015rem;
}

.ui-dialog-title {
  margin-right: auto !important;
}

.ui-dialog-titlebar-close {
  padding: 0 !important;
  margin-left: 1rem !important;
  text-decoration: none;
  color: #2f2e2e;
}

.ui-dialog-content {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  padding-top: .75rem !important;
  padding-bottom: 1.5rem !important;
}

.ui-dialog-footer {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  padding-top: .75rem !important;
  padding-bottom: .75rem !important;
}

.ui-dialog-mask {
  background-color: #22292f;
  opacity: .75;
}

.ui-icon-closethick {
  text-indent: 0 !important;
}

.ui-icon-closethick:before {
  font-family: FontAwesome !important;
  content: "\f00d" !important;
}

/* PasswordPanel */

.ui-password-panel {
  width: 100% !important;
  background-color: #585656 !important;
  color: #fff !important;
  font-size: .875rem !important;
  margin-top: 0 !important;
  padding: 1rem !important;
}

/*****************
 *  Header
******************/

/* Header Right */

#header-right {
  width: 100%;
}

@media (min-width: 992px) {
  #header-right {
    width: calc(100vw - 14rem); /* Largeur de la fenêtre moins la largeur de la zone du logo */
  }
}

/* Header : QuestionnaireList Menu */

#questionnaireListButton {
  width: 0;
  /* FIX - Sert à faire fonctionner l'overflow du titre du questionnaire quand celui-ci est trop long */
  min-width: 0;
  /* FIX - Sert à faire fonctionner la même chose mais sur FF */
}

#questionnaireListMenu {
  width: 100%;
  height: 3rem;
}

#questionnaireListMenu > ul {
  width: 100vw !important;
  overflow-y: auto !important;
  position: absolute !important;
  top: 3rem !important;
  max-height: calc(100vh - 3rem);
}

@media (min-width: 576px) {
  #questionnaireListMenu > ul {
    width: 100% !important;
  }
}

#user-menu .ui-menubar .ui-menu-list .ui-menu-parent {
  height: 3rem !important;
}

/*****************
 *  Sidebar Left
******************/

#sidebar-left {
  height: 100vh !important;
  padding-top: 8rem !important;
  width: 3.25rem !important;
  background-color: #fff !important;
  font-family: Roboto Condensed Light, Roboto, sans-serif !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  border-style: none !important;
  overflow-y: scroll !important;
}

#sidebar-left .ui-menuitem-link {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Sidebar-left : Titres Mesure / Analyser / Animer */

#sidebar-left .menu-group {
  width: auto !important;
  margin-left: .5rem !important;
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  background-color: transparent !important;
}

@media (min-width: 768px) {
  #sidebar-left {
    width: 4rem !important;
  }

  #sidebar-left .menu-group {
    margin-left: 1rem !important;
  }
}

@media (min-width: 992px) {
  #sidebar-left {
    width: 14rem !important;
  }

  #sidebar-left .menu-group {
    margin-left: 2.5rem !important;
  }
}

#sidebar-left .menu-group .ui-menuitem-link {
  color: #dae1e7 !important;
  font-weight: 700 !important;
  /* Style pour afficher une barre de séparation */
  width: 1.5rem !important;
  padding: 0 !important;
  margin: auto !important;
  background-color: #f1f5f8 !important;
}

@media (min-width: 992px) {
  #sidebar-left .menu-group .ui-menuitem-link {
    /* Style pour cacher la barre de séparation */
    width: auto !important;
    background-color: transparent !important;
  }
}

/* Sidebar-left : MenuItem */

#sidebar-left .ui-menuitem.current-page {
  background-color: #f1f5f8 !important;
  border-radius: .25rem !important;
}

#sidebar-left .ui-menuitem.current-page .ui-menuitem-link {
  color: #ff645a !important;
}

#sidebar-left .ui-menuitem.current-page:hover {
  background-color: #dae1e7 !important;
}

#sidebar-left .ui-menuitem-text {
  display: flex !important;
  align-items: center !important;
  padding-left: .5rem !important;
}

@media (min-width: 768px) {
  #sidebar-left .ui-menuitem-text {
    padding-left: 1rem !important;
  }
}

/* Sidebar-left : QuestionList Menu */

#questionListMenu {
  width: calc(100vw - 53px); /* 53px = largeur de la sidebar-left */
  position: fixed !important;
  height: 100vh !important;
  background-color: #fff !important;
  padding-top: 8rem !important;
  z-index: 20 !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  overflow-y: scroll !important;
  font-family: Roboto Condensed Light, Roboto, sans-serif !important;
}

#questionListMenu #visibility-btn-container {
  width: calc(100vw - 57px);
  padding-left: .3rem;
}

@media (min-width: 576px) {
  #questionListMenu {
    width: 30rem !important;
  }

  #questionListMenu #visibility-btn-container {
    width: 29rem !important;
  }
}

#questionListMenu .ui-menuitem-link {
  text-transform: uppercase !important;
  font-size: .875rem !important;
  font-weight: 700 !important;
}

#questionListMenu.with_inactive_questions .inactive-question {
  display: flex !important;
  color: rgba(69, 90, 100, .51) !important;
}

#questionListMenu .inactive-question {
  display: none !important;
}

/*****************
 *  Panneau de filtres
******************/

.filter-categories-row {
  text-decoration: none;
  padding: .5rem;
  margin: 1px;
  color: #2f2e2e;
  line-height: 2;
}

@media (min-width: 768px) {
  .filter-categories-row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.filter-categories-row:hover {
  background-color: #f1f5f8;
}

.filter-categories-row-active {
  background-color: #f1f5f8;
}

.filter-categories-row .filter-category-selected-values {
  /* Button Base */
  border-radius: .25rem;
  cursor: pointer;
  font-family: Roboto Light, sans-serif;
  font-weight: 500;
  font-size: .875rem;
  text-transform: uppercase;
  letter-spacing: .0075rem;
  text-align: center;
  fill: currentColor;
  text-decoration: none;
  /* Default Type */
  border-width: 1px;
  /* Default Size */
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  /* Default Color */
  border-color: #f1f5f8;
  background-color: #f1f5f8;
  color: #2f2e2e;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: .75rem;
  border-color: #ff645a;
  background-color: #ff645a;
  color: #fff;
  border-radius: 9999px;
}

.checkbox-active-value {
  background-color: #ff645a !important;
  color: #fff !important;
}

.checkbox-active-value:hover {
  background-color: #ff3b2f !important;
}

.checkbox-hidden-value-list input[type=checkbox] {
  display: none;
}

/*****************
 * SplineChart and TimelineBarChart
******************/

.timelinechart-wrapper {
  position: relative;
  background-color: #fff;
}

.timelinechart-btns-container {
  /* Positionnement absolute/static appliqué par timelineChart.js */
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  left: 15px;
  top: 8px;
}

/**************************************************************************************************
								Les Chips
**************************************************************************************************/

.mdl-chip {
  height: 2rem;
  line-height: 1.9;
  margin: .25rem;
  cursor: pointer;
  border-width: 1px;
  border-color: #dae1e7;
  border-radius: 1rem;
  display: inline-block;
  border-style: solid;
  white-space: nowrap;
  background: #f1f5f894;
}

.mdl-chip.chips-with-score .mdl-chip__link {
  font-weight: 700;
  color: #fff;
}

.mdl-chip__link {
  display: inline-block;
  text-decoration: none;
  color: #2f2e2e;
  padding-left: .75rem;
  padding-right: .75rem;
  border-radius: 1rem;
}

.mdl-chip__text {
  font-family: Roboto Condensed Light, Roboto, sans-serif;
  font-size: .75rem;
  display: inline-block;
  vertical-align: middle;
}

.mdl-chip__text__middle {
  line-height: 12;
  margin-left: .5rem;
  margin-right: .5rem;
  background-color: #b8c2cc;
  display: inline-block;
  vertical-align: middle;
  font-size: 1px;
  /*for Firefox*/
  display: -moz-inline-grid !important;
  width: 1px;
}

.mdl-chip__text__right {
  font-family: Roboto Condensed Light, Roboto, sans-serif;
  font-size: .75rem;
  display: inline-block;
  vertical-align: middle;
}

.mdl-chip:before {
  transform: translateZ(0);
  transition-duration: .5s;
  transition-property: color;
}

.mdl-chip:hover {
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, .24), 0px 0px 1px 0px rgba(0, 0, 0, .19);
  border-color: #455a6494;
}

.mdl-chip:active {
  background-color: #455a641a;
}

.mdl-chip--deletable {
  padding-right: 4px;
}

.mdl-chip--contact {
  padding-left: 0;
}

.selected-item {
  height: 2rem;
  display: inline-block;
  border-style: solid;
  white-space: nowrap;
  line-height: 1.9;
  padding-left: .75rem;
  padding-right: .25rem;
  margin: .25rem;
  cursor: pointer;
  border-width: 1px;
  border-radius: 1rem;
  background: #f8fafc;
  border-color: #455a6496;
}

.pending {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  background: url(/javax.faces.resource/images/spinner-rounds.svg.xhtml) no-repeat 50% 50%;
  min-height: 10px; /* Hauteur de l'image*/
  padding: 10px 0;
}

.actif {
  background-color: #eff8ff !important;
}

/**********************************
***      button radio           ***
***********************************/

.operators label {
  margin-right: 1rem;
  margin-left: .5rem;
}

input[type="radio"] {
  width: 22px;
  height: 29px;
  vertical-align: middle;
  cursor: pointer;
}

input[type="radio"]:checked {
  width: 22px;
  height: 29px;
  vertical-align: middle;
  cursor: pointer;
}

/***************************************
*        verbatims datatable           *
****************************************/

a.thumb_up:hover {
  color: #1fb186 !important;
}

a.thumb_down:hover {
  color: #e53d3d !important;
}

.thumb_up svg,
.thumb_down svg {
  fill: currentColor;
}

/**surcharge ui-autocomplete-panel **/

.ui-autocomplete-panel {
  background-color: #f8fafc !important;
  opacity: .85 !important;
}

.ui-autocomplete-item:hover {
  background-color: #dae1e7 !important;
}

/***************************************
*   verbatims scroll + async wrapper   *
****************************************/

.verbatims-list > div {
  min-height: 0 !important;
  display: flex;
  flex-direction: column;
}

/***************************************
*           popup repondant            *
****************************************/

.command-link {
  display: flex !important;
  align-items: center !important;
  font-size: .75rem !important;
  text-transform: uppercase !important;
}

.command-link a {
  color: #8795a1 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  margin-left: .25rem !important;
}

#repondant-popup_content {
  display: flex;
  flex-direction: column;
}

#detail-repondant-container #repondantOverview>div:nth-child(2) {
  min-height: 60vh;
}

/* calendrier */

/*************************
* Perso graphique du composant
*************************/

.kali .calendar-overlay {
  border-width: 0;
  width: 100%;
}

.kali .calendar-overlay table {
  width: 100%;
}

/* conteneur des calendrier (1, 2 ou 3 mois) */

.kali .calcontainer {
  background-color: #fff;
}

.kali .calcontainer.multi {
  padding: 0;
  width: 100%;
  display: flex;
}

.kali .calcontainer.groupcal {
  padding-top: 1rem;
  flex: 1 1 0%;
}

.kali .calendar .calweekdaycell {
  color: #606f7b;
}

/* Personnalisation des boutons de navigations (flèches + mois) */

.kali .calendar a.calnavleft {
  top: 1px;
  left: -2px;
}

.kali .calendar a.calnavright {
  top: 2px;
  right: -6px;
}

.kali .calendar a.calnav:hover,
.kali .calendar a.calnavleft:hover,
.kali .calendar a.calnavright:hover {
  box-shadow: none;
}

.kali .calendar a.calnav {
  color: #606f7b;
  font-weight: 700;
  font-size: .75rem;
}

/* Personnalisation des cellules (jours) */

.kali .calendar td.calcell {
  border-width: 0;
  background-color: #fff;
  color: #dae1e7;
  cursor: not-allowed;
}

.kali .calendar td.calcell a {
  color: #606f7b;
  cursor: pointer;
}

.kali .calendar td.calcell.oom {
  padding: 0;
}

.kali .calendar td.calcell.selected,
.kali .calendar td.calcell.selectable {
  padding: 0;
}

.kali .calendar td.calcell.selected a {
  background-color: #1b6d9f !important;
  color: #fff !important;
}

.kali .calendar td.calcell.selected.first a {
  border-radius: 10px 0 0 10px !important;
}

.kali .calendar td.calcell.selected.last a {
  border-radius: 0 10px 10px 0 !important;
}

.kali .calendar td.calcell.calcellhover a {
  background-color: #1b6d9f;
  color: #fff;
  font-weight: 400;
  padding: 0;
}

.kali .calendar td.calcell.today {
  background-color: #fff;
  border-radius: 10px;
}

.kali .calendar td.calcell.today a {
  background-color: #ff645a;
  color: #fff;
  border-radius: 10px;
}

.kali .calendar td.calcell.oom {
  background-color: #fff;
  color: #dae1e7;
}

/* cellules interdites */

.kali dd {
  color: #606f7b;
}

#calendar-popup .kali .calendar td.calcell.calcellhover.today a {
  background-color: #ff746b;
  color: #fff;
  font-weight: 400;
  padding: 0;
}

#calendar-popup .kali .calendar td.calcell.calcellhover a {
  background-color: #2080bb;
  color: #fff;
  font-weight: 400;
  padding: 0;
}

/* 2nd calendrier, mode comparaison */

#calendar-popup-comparaison .kali .calendar td.calcell.selected a {
  background-color: #da3698 !important;
  color: #fff !important;
}

#calendar-popup-comparaison .kali .calendar td.calcell.calcellhover a {
  background-color: #de4aa2;
  color: #fff;
}

#calendar-popup-comparaison .kali .calendar td.calcell.today {
  background-color: #fff;
  border-radius: 10px;
}

#calendar-popup-comparaison .kali .calendar td.calcell.today a {
  background-color: #ff645a;
  color: #fff;
  border-radius: 10px;
}

.period-selection-overlay {
  max-width: 100vw;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: .5rem;
  width: 100%;
  overflow-y: scroll;
  /* place la popup juste en dessous du header (header-top et header-bottom en .h-12 + 1px pour voir la bordure) */
  top: calc(2 * 3rem + 1px);
  /* activera le scroll si la hauteur restante est inférieure à la hauteur de l'écran moins la hauteur du header (header-top et header-bottom en .h-12 + 1px pour voir la bordure) */
  max-height: calc(100vh - 2 * 3rem - 1px);
}

/* Popup de navigation après clic sur les mois */

.kali .cal-nav {
  border-radius: .25rem !important;
  background-color: #fff !important;
  padding: .5rem !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.kali .cal-nav .cal-nav-btn {
  border-width: 0 !important;
  background: none !important;
  margin-top: .5rem !important;
}

.kali .cal-nav .cal-nav-btn button {
  /* Button Base */
  border-radius: .25rem !important;
  cursor: pointer !important;
  font-family: Roboto Light, sans-serif !important;
  font-weight: 500 !important;
  font-size: .875rem !important;
  text-transform: uppercase !important;
  letter-spacing: .0075rem !important;
  text-align: center !important;
  fill: currentColor !important;
  text-decoration: none !important;
  /* Default Type */
  border-width: 1px !important;
  /* Default Size */
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
  font-size: 1rem !important;
  /* Default Color */
  border-color: #f1f5f8 !important;
  background-color: #f1f5f8 !important;
  color: #2f2e2e !important;
  padding-left: .5rem !important;
  padding-right: .5rem !important;
  padding-top: .25rem !important;
  padding-bottom: .25rem !important;
  font-size: .75rem !important;
}

.kali .cal-nav .cal-nav-btn.default button {
  /* Button Base */
  border-radius: .25rem !important;
  cursor: pointer !important;
  font-family: Roboto Light, sans-serif !important;
  font-weight: 500 !important;
  font-size: .875rem !important;
  text-transform: uppercase !important;
  letter-spacing: .0075rem !important;
  text-align: center !important;
  fill: currentColor !important;
  text-decoration: none !important;
  /* Default Type */
  border-width: 1px !important;
  /* Default Size */
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
  font-size: 1rem !important;
  /* Default Color */
  border-color: #f1f5f8 !important;
  background-color: #f1f5f8 !important;
  color: #2f2e2e !important;
  padding-left: .5rem !important;
  padding-right: .5rem !important;
  padding-top: .25rem !important;
  padding-bottom: .25rem !important;
  font-size: .75rem !important;
  border-color: #ff645a !important;
  background-color: #ff645a !important;
  color: #fff !important;
}

.kali .cal-nav input,
.kali .cal-nav select {
  padding: .5rem !important;
  background-color: #f1f5f8 !important;
  border-radius: .25rem !important;
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
}

@media (min-width: 576px) {
  .period-selection-overlay {
    width: 640px;
  }
}

.ui-submenu-icon-lang {
  background: url('../images/icons/flag.png.xhtml?ln=v2&rv=df') no-repeat !important;
  width: 1.5rem !important;
  height: 1.5rem !important;
  margin-right: 1rem !important;
}

/*************************************
 * balise <em> : affichage verbatims *
 *************************************/

#verbatims_data em {
  font-style: italic;
  font-weight: 700;
}

/*************************
 * Sélection de la période
 *************************/

#calendar-popup .ui-selectonebutton .ui-button.ui-state-default.ui-state-active {
  border-color: #1b6d9f !important;
  background-color: #1b6d9f !important;
  color: #fff !important;
}

#calendar-popup .ui-selectonebutton .ui-button.ui-state-default.ui-state-active:hover {
  border-color: #185f8b !important;
  background-color: #185f8b !important;
}

#calendar-popup-comparaison .ui-selectonebutton .ui-button.ui-state-default.ui-state-active {
  background-color: #da3698 !important;
  border-color: #da3698 !important;
}

#calendar-popup-comparaison .ui-selectonebutton .ui-button.ui-state-default.ui-state-active:hover {
  border-color: #c92587 !important;
  background-color: #c92587 !important;
}

@media (max-width: 576px) {
  #standards-period-1 .ui-selectonebutton .ui-button.ui-state-default {
    width: 100% !important;
    margin-bottom: 0 !important;
    background-color: #fff !important;
    text-align: left !important;
  }

  #standards-period-1 .ui-selectonebutton .ui-button.ui-state-default:hover {
    border-color: #f1f5f8 !important;
    background-color: #f1f5f8 !important;
  }
}

/*************************
 * Primefaces SelectOneButton
 *************************/

.ui-selectonebutton .ui-button.ui-state-default {
  margin-right: 1rem !important;
  margin-bottom: 1rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
  font-size: 1rem !important;
  border-color: #f1f5f8 !important;
  background-color: #f1f5f8 !important;
  color: #2f2e2e !important;
  border-radius: .25rem !important;
}

.ui-selectonebutton .ui-button.ui-state-default:hover {
  border-color: #dae1e7 !important;
  background-color: #dae1e7 !important;
}

.ui-selectonebutton .ui-button.ui-state-default.ui-state-active {
  border-color: #ff645a !important;
  background-color: #ff645a !important;
  color: #fff !important;
}

.ui-selectonebutton .ui-button.ui-state-default.ui-state-active:hover {
  border-color: #ff645a !important;
  background-color: #ff3b2f !important;
}

/*************************
 * Primefaces PanelGrid
 *************************/

.ui-panelgrid-cell {
  border-style: none !important;
}

.ui-panelgrid-cell:empty {
  padding: 0 !important;
}

/*************************
 * Primefaces DatePicker
 *************************/

.ui-calendar.ui-trigger-calendar {
  display: flex !important;
}

.ui-calendar.ui-trigger-calendar .ui-inputfield.hasDatepicker {
  flex: 1 1 0% !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.ui-calendar.ui-trigger-calendar .ui-datepicker-trigger {
  background-color: #dae1e7 !important;
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: .25rem !important;
}

.ui-datepicker {
  background-color: #fff !important;
}

.ui-inputfield {
  width: 100% !important;
  padding: .5rem !important;
  border-width: 1px !important;
  border-color: #dae1e7 !important;
  border-radius: .25rem !important;
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  font-family: Roboto Light, sans-serif !important;
  font-weight: 400 !important;
  font-size: 1rem !important;
  letter-spacing: .005rem !important;
  color: #2f2e2e !important;
}

#new-action-plan-form tr td.ui-panelgrid-cell:nth-child(2) {
  display: block !important;
  width: 22rem !important;
}

#new-action-plan-form #new-category .ui-selectonemenu-label {
  text-overflow: ellipsis !important;
}

.action-plan-card {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #2f2e2e;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .06);
}

.action-plan-card:hover {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, .06);
}

/*************************
 * Primefaces Rating
 *************************/

.ui-rating-star a {
  background: url(/javax.faces.resource/v2/images/icons/star-outline.png.xhtml) no-repeat !important;
  width: 1.5rem !important;
  height: 1.5rem !important;
}

.ui-rating-star-on a {
  background: url(/javax.faces.resource/v2/images/icons/star.png.xhtml) no-repeat !important;
}

/*************************
 * Primefaces Button
 *************************/

.ui-button-text-only .ui-button-text {
  padding: 0 !important;
}

/*************************
 * Synthèse : Popup d'export
 *************************/

#export-choices tr:first-child label {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

#export-choices tr:last-child label {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

/*************************
 * Select Checkbox Menu
 *************************/

.ui-selectcheckboxmenu-custom {
  width: 100% !important;
  padding: .5rem !important;
  border-width: 1px !important;
  border-color: #dae1e7 !important;
  border-radius: .25rem !important;
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  font-family: Roboto Light, sans-serif !important;
  font-weight: 400 !important;
  font-size: 1rem !important;
  letter-spacing: .005rem !important;
  color: #2f2e2e !important;
}

.ui-selectcheckboxmenu-panel-custom {
  background-color: #fff;
  border-radius: .25rem;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .06);
  padding: 1rem;
}

.ui-selectcheckboxmenu-panel-custom .ui-selectcheckboxmenu-header {
  display: none;
}

.ui-selectcheckboxmenu-panel-custom .ui-selectcheckboxmenu-checked {
  background-color: #ff645a;
}

.ui-selectcheckboxmenu-panel.ui-selectcheckboxmenu-panel-custom .ui-selectcheckboxmenu-list-item label {
  padding-left: 0;
}

.ui-selectcheckboxmenu-panel-custom .ui-selectcheckboxmenu-checked label {
  color: #fff;
}

.ui-selectcheckboxmenu-panel-with-all-checkbox .ui-selectcheckboxmenu-header {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  border-bottom-width: 1px;
  border-color: #dae1e7;
}

.ui-selectcheckboxmenu-panel-with-all-checkbox .ui-selectcheckboxmenu-header .ui-chkbox {
  margin-right: .5rem;
  height: 20px;
}

.ui-selectcheckboxmenu-panel-with-all-checkbox .ui-selectcheckboxmenu-header .ui-chkbox .ui-chkbox-box .ui-chkbox-icon.ui-icon-check {
  line-height: 1;
  text-indent: 0 !important;
}

.ui-selectcheckboxmenu-panel-with-all-checkbox .ui-selectcheckboxmenu-header .ui-chkbox .ui-chkbox-box .ui-chkbox-icon.ui-icon-check::before {
  content: "\f00c";
}

.ui-selectcheckboxmenu-panel-with-all-checkbox .ui-selectcheckboxmenu-header .ui-chkbox .ui-chkbox-box {
  border-width: 1px;
  border-color: #585656;
  width: 20px;
  height: 20px;
}

.ui-selectcheckboxmenu-panel-with-all-checkbox .ui-selectcheckboxmenu-header .ui-chkbox .ui-chkbox-box.ui-state-active {
  border-color: #ff645a;
  background-color: #ff645a;
  color: #fff;
}

.ui-selectcheckboxmenu-panel-with-all-checkbox .ui-selectcheckboxmenu-filter-container {
  flex: 1 1 0%;
}

.ui-selectcheckboxmenu-panel-with-all-checkbox .ui-selectcheckboxmenu-header .ui-selectcheckboxmenu-filter-container .ui-icon::before {
  content: "\f002";
}

.ui-selectcheckboxmenu-panel-with-all-checkbox .ui-selectcheckboxmenu-header  .ui-selectcheckboxmenu-filter-container .ui-icon {
  line-height: 1;
  font-size: 1rem;
  height: 1rem;
  width: 1rem;
  margin-top: -0.5rem;
  color: #ff645a;
  text-indent: 0 !important;
  left: .5em;
  top: 50%;
}

.ui-selectcheckboxmenu-panel-with-all-checkbox .ui-selectcheckboxmenu-header .ui-selectcheckboxmenu-filter-container .ui-inputfield {
  text-indent: 1.5rem;
}

.lang-switcher {
  border-radius: .25rem;
  background-color: #fff;
  color: #ff645a;
  font-family: Roboto Light, sans-serif;
  font-weight: 900;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: .75rem;
}

.lang-switcher:hover,
.lang-switcher:active {
  border-radius: .25rem;
  background-color: #fff;
  color: #ff645a;
  font-family: Roboto Light, sans-serif;
  font-weight: 900;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7f7f7;
}

.lang-switcher:disabled {
  border-radius: .25rem;
  background-color: #fff;
  color: #ff645a;
  font-family: Roboto Light, sans-serif;
  font-weight: 900;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #b8b6b6;
}

#verbatims.ui-datatable .lang-switcher,
#interest-points .lang-switcher,
#tagcloud-lang-switcher-container.lang-switcher {
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: .75rem;
  width: 10rem;
  text-align: center;
  float: right;
}

.bool_checkbox.ui-chkbox .ui-chkbox-box .ui-chkbox-icon.ui-icon-check::before {
  content: "\f00c";
}

.bool_checkbox.ui-chkbox .ui-chkbox-box {
  border: 1px solid black;
  width: 20px;
  height: 20px;
}

.bool_checkbox.ui-chkbox .ui-chkbox-box.ui-state-active {
  border-color: #ff645a !important;
  background-color: #ff645a !important;
  color: #fff !important;
}

.bool_checkbox.ui-chkbox .ui-chkbox-box .ui-chkbox-icon.ui-icon-check {
  line-height: 1 !important;
  text-indent: 0 !important;
}

@media (min-width: 576px) {
  h2 {
    font-family: Roboto Condensed Light, Roboto, sans-serif;
    font-weight: 300;
    font-size: 3.75rem;
    letter-spacing: -0.005rem;
  }

  h3 {
    font-family: Roboto Condensed Light, Roboto, sans-serif;
    font-weight: 400;
    font-size: 3rem;
    letter-spacing: 0;
  }

  h4 {
    font-family: Roboto Condensed Light, Roboto, sans-serif;
    font-weight: 400;
    font-size: 2.25rem;
    letter-spacing: .0025rem;
  }

  h5 {
    font-family: Roboto Condensed Light, Roboto, sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    letter-spacing: 0;
  }

  h6 {
    font-family: Roboto Condensed Light, Roboto, sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    letter-spacing: .0015rem;
  }

  .font-subtitle-1 {
    font-family: Roboto Light, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: .0015rem;
  }

  .font-subtitle-2 {
    font-family: Roboto Light, sans-serif;
    font-weight: 500;
    font-size: .875rem;
    letter-spacing: .001rem;
  }
}

@media (min-width: 768px) {
  .lang-switcher {
    border-radius: .25rem;
    background-color: #fff;
    color: #ff645a;
    font-family: Roboto Light, sans-serif;
    font-weight: 900;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 1rem;
  }

  .ui-datatable tbody td,
  .ui-datatable thead th,
  .ui-datatable tfoot td,
  .ui-treetable tbody td,
  .ui-treetable thead th,
  .ui-treetable tfoot td {
    padding: .5rem !important;
  }

  #verbatims.ui-datatable .lang-switcher,
  #interest-points .lang-switcher,
  #tagcloud-lang-switcher-container.lang-switcher {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 1rem;
    width: 10rem;
    text-align: center;
    float: right;
  }
}

@media (min-width: 1200px) {
  .ui-datatable tbody td,
  .ui-datatable thead th,
  .ui-datatable tfoot td,
  .ui-treetable tbody td,
  .ui-treetable thead th,
  .ui-treetable tfoot td {
    padding: 1rem !important;
  }
}

@media (min-width: 576px) {
  .sm\:list-reset {
    list-style: none !important;
    padding: 0 !important;
  }

  .sm\:appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .sm\:bg-fixed {
    background-attachment: fixed !important;
  }

  .sm\:bg-local {
    background-attachment: local !important;
  }

  .sm\:bg-scroll {
    background-attachment: scroll !important;
  }

  .sm\:bg-transparent {
    background-color: transparent !important;
  }

  .sm\:bg-black {
    background-color: #22292f !important;
  }

  .sm\:bg-grey-darkest {
    background-color: #455a64 !important;
  }

  .sm\:bg-grey-darker {
    background-color: #606f7b !important;
  }

  .sm\:bg-grey-dark {
    background-color: #8795a1 !important;
  }

  .sm\:bg-grey {
    background-color: #b8c2cc !important;
  }

  .sm\:bg-grey-light {
    background-color: #dae1e7 !important;
  }

  .sm\:bg-grey-lighter {
    background-color: #f1f5f8 !important;
  }

  .sm\:bg-grey-lightest {
    background-color: #f8fafc !important;
  }

  .sm\:bg-white {
    background-color: #fff !important;
  }

  .sm\:bg-red-darkest {
    background-color: #3b0d0c !important;
  }

  .sm\:bg-red-darker {
    background-color: #621b18 !important;
  }

  .sm\:bg-red-dark {
    background-color: #cc1f1a !important;
  }

  .sm\:bg-red {
    background-color: #e3342f !important;
  }

  .sm\:bg-red-light {
    background-color: #ef5753 !important;
  }

  .sm\:bg-red-lighter {
    background-color: #f9acaa !important;
  }

  .sm\:bg-red-lightest {
    background-color: #fcebea !important;
  }

  .sm\:bg-orange-darkest {
    background-color: #462a16 !important;
  }

  .sm\:bg-orange-darker {
    background-color: #613b1f !important;
  }

  .sm\:bg-orange-dark {
    background-color: #de751f !important;
  }

  .sm\:bg-orange {
    background-color: #f6993f !important;
  }

  .sm\:bg-orange-light {
    background-color: #faad63 !important;
  }

  .sm\:bg-orange-lighter {
    background-color: #fcd9b6 !important;
  }

  .sm\:bg-orange-lightest {
    background-color: #fff5eb !important;
  }

  .sm\:bg-yellow-darkest {
    background-color: #453411 !important;
  }

  .sm\:bg-yellow-darker {
    background-color: #684f1d !important;
  }

  .sm\:bg-yellow-dark {
    background-color: #f2d024 !important;
  }

  .sm\:bg-yellow {
    background-color: #fc3 !important;
  }

  .sm\:bg-yellow-light {
    background-color: #fff382 !important;
  }

  .sm\:bg-yellow-lighter {
    background-color: #fff9c2 !important;
  }

  .sm\:bg-yellow-lightest {
    background-color: #fcfbeb !important;
  }

  .sm\:bg-green-darkest {
    background-color: #0f2f21 !important;
  }

  .sm\:bg-green-darker {
    background-color: #1a4731 !important;
  }

  .sm\:bg-green-dark {
    background-color: #1f9d55 !important;
  }

  .sm\:bg-green {
    background-color: #38c172 !important;
  }

  .sm\:bg-green-light {
    background-color: #51d88a !important;
  }

  .sm\:bg-green-lighter {
    background-color: #a2f5bf !important;
  }

  .sm\:bg-green-lightest {
    background-color: #e3fcec !important;
  }

  .sm\:bg-teal-darkest {
    background-color: #0d3331 !important;
  }

  .sm\:bg-teal-darker {
    background-color: #20504f !important;
  }

  .sm\:bg-teal-dark {
    background-color: #38a89d !important;
  }

  .sm\:bg-teal {
    background-color: #4dc0b5 !important;
  }

  .sm\:bg-teal-light {
    background-color: #64d5ca !important;
  }

  .sm\:bg-teal-lighter {
    background-color: #a0f0ed !important;
  }

  .sm\:bg-teal-lightest {
    background-color: #e8fffe !important;
  }

  .sm\:bg-blue-darkest {
    background-color: #12283a !important;
  }

  .sm\:bg-blue-darker {
    background-color: #1c3d5a !important;
  }

  .sm\:bg-blue-dark {
    background-color: #2779bd !important;
  }

  .sm\:bg-blue {
    background-color: #3490dc !important;
  }

  .sm\:bg-blue-light {
    background-color: #6cb2eb !important;
  }

  .sm\:bg-blue-lighter {
    background-color: #bcdefa !important;
  }

  .sm\:bg-blue-lightest {
    background-color: #eff8ff !important;
  }

  .sm\:bg-indigo-darkest {
    background-color: #191e38 !important;
  }

  .sm\:bg-indigo-darker {
    background-color: #2f365f !important;
  }

  .sm\:bg-indigo-dark {
    background-color: #5661b3 !important;
  }

  .sm\:bg-indigo {
    background-color: #6574cd !important;
  }

  .sm\:bg-indigo-light {
    background-color: #7886d7 !important;
  }

  .sm\:bg-indigo-lighter {
    background-color: #b2b7ff !important;
  }

  .sm\:bg-indigo-lightest {
    background-color: #e6e8ff !important;
  }

  .sm\:bg-purple-darkest {
    background-color: #21183c !important;
  }

  .sm\:bg-purple-darker {
    background-color: #382b5f !important;
  }

  .sm\:bg-purple-dark {
    background-color: #794acf !important;
  }

  .sm\:bg-purple {
    background-color: #9561e2 !important;
  }

  .sm\:bg-purple-light {
    background-color: #a779e9 !important;
  }

  .sm\:bg-purple-lighter {
    background-color: #d6bbfc !important;
  }

  .sm\:bg-purple-lightest {
    background-color: #f3ebff !important;
  }

  .sm\:bg-pink-darkest {
    background-color: #451225 !important;
  }

  .sm\:bg-pink-darker {
    background-color: #6f213f !important;
  }

  .sm\:bg-pink-dark {
    background-color: #eb5286 !important;
  }

  .sm\:bg-pink {
    background-color: #f66d9b !important;
  }

  .sm\:bg-pink-light {
    background-color: #fa7ea8 !important;
  }

  .sm\:bg-pink-lighter {
    background-color: #ffbbca !important;
  }

  .sm\:bg-pink-lightest {
    background-color: #ffebef !important;
  }

  .sm\:bg-turnkey-primary {
    background-color: #ff645a !important;
  }

  .sm\:bg-turnkey-primary-light {
    background-color: #ff746b !important;
  }

  .sm\:bg-turnkey-primary-dark {
    background-color: #ff3b2f !important;
  }

  .sm\:bg-turnkey-secondary {
    background-color: #fc3 !important;
  }

  .sm\:bg-turnkey-secondary-light {
    background-color: #ffd147 !important;
  }

  .sm\:bg-turnkey-secondary-dark {
    background-color: #ffc20d !important;
  }

  .sm\:bg-app-primary {
    background-color: #1b6d9f !important;
  }

  .sm\:bg-app-primary-light {
    background-color: #2080bb !important;
  }

  .sm\:bg-app-primary-dark {
    background-color: #185f8b !important;
  }

  .sm\:bg-app-secondary {
    background-color: #da3698 !important;
  }

  .sm\:bg-app-secondary-light {
    background-color: #de4aa2 !important;
  }

  .sm\:bg-app-secondary-dark {
    background-color: #c92587 !important;
  }

  .sm\:bg-info {
    background-color: #3da1de !important;
  }

  .sm\:bg-warning {
    background-color: #ff7c33 !important;
  }

  .sm\:bg-success {
    background-color: #1fb186 !important;
  }

  .sm\:bg-success-light {
    background-color: #24cb99 !important;
  }

  .sm\:bg-success-lighter {
    background-color: #4bdfb4 !important;
  }

  .sm\:bg-error-dark {
    background-color: #e01e1e !important;
  }

  .sm\:bg-error {
    background-color: #e53d3d !important;
  }

  .sm\:bg-error-light {
    background-color: #e85050 !important;
  }

  .sm\:bg-error-lighter {
    background-color: #ed7777 !important;
  }

  .sm\:bg-regular-font {
    background-color: #2f2e2e !important;
  }

  .sm\:bg-neutral-darker {
    background-color: #585656 !important;
  }

  .sm\:bg-neutral {
    background-color: #888585 !important;
  }

  .sm\:bg-neutral-lighter {
    background-color: #b8b6b6 !important;
  }

  .sm\:bg-neutral-extra-lighter {
    background-color: #f7f7f7 !important;
  }

  .sm\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }

  .sm\:hover\:bg-black:hover {
    background-color: #22292f !important;
  }

  .sm\:hover\:bg-grey-darkest:hover {
    background-color: #455a64 !important;
  }

  .sm\:hover\:bg-grey-darker:hover {
    background-color: #606f7b !important;
  }

  .sm\:hover\:bg-grey-dark:hover {
    background-color: #8795a1 !important;
  }

  .sm\:hover\:bg-grey:hover {
    background-color: #b8c2cc !important;
  }

  .sm\:hover\:bg-grey-light:hover {
    background-color: #dae1e7 !important;
  }

  .sm\:hover\:bg-grey-lighter:hover {
    background-color: #f1f5f8 !important;
  }

  .sm\:hover\:bg-grey-lightest:hover {
    background-color: #f8fafc !important;
  }

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

  .sm\:hover\:bg-red-darkest:hover {
    background-color: #3b0d0c !important;
  }

  .sm\:hover\:bg-red-darker:hover {
    background-color: #621b18 !important;
  }

  .sm\:hover\:bg-red-dark:hover {
    background-color: #cc1f1a !important;
  }

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

  .sm\:hover\:bg-red-light:hover {
    background-color: #ef5753 !important;
  }

  .sm\:hover\:bg-red-lighter:hover {
    background-color: #f9acaa !important;
  }

  .sm\:hover\:bg-red-lightest:hover {
    background-color: #fcebea !important;
  }

  .sm\:hover\:bg-orange-darkest:hover {
    background-color: #462a16 !important;
  }

  .sm\:hover\:bg-orange-darker:hover {
    background-color: #613b1f !important;
  }

  .sm\:hover\:bg-orange-dark:hover {
    background-color: #de751f !important;
  }

  .sm\:hover\:bg-orange:hover {
    background-color: #f6993f !important;
  }

  .sm\:hover\:bg-orange-light:hover {
    background-color: #faad63 !important;
  }

  .sm\:hover\:bg-orange-lighter:hover {
    background-color: #fcd9b6 !important;
  }

  .sm\:hover\:bg-orange-lightest:hover {
    background-color: #fff5eb !important;
  }

  .sm\:hover\:bg-yellow-darkest:hover {
    background-color: #453411 !important;
  }

  .sm\:hover\:bg-yellow-darker:hover {
    background-color: #684f1d !important;
  }

  .sm\:hover\:bg-yellow-dark:hover {
    background-color: #f2d024 !important;
  }

  .sm\:hover\:bg-yellow:hover {
    background-color: #fc3 !important;
  }

  .sm\:hover\:bg-yellow-light:hover {
    background-color: #fff382 !important;
  }

  .sm\:hover\:bg-yellow-lighter:hover {
    background-color: #fff9c2 !important;
  }

  .sm\:hover\:bg-yellow-lightest:hover {
    background-color: #fcfbeb !important;
  }

  .sm\:hover\:bg-green-darkest:hover {
    background-color: #0f2f21 !important;
  }

  .sm\:hover\:bg-green-darker:hover {
    background-color: #1a4731 !important;
  }

  .sm\:hover\:bg-green-dark:hover {
    background-color: #1f9d55 !important;
  }

  .sm\:hover\:bg-green:hover {
    background-color: #38c172 !important;
  }

  .sm\:hover\:bg-green-light:hover {
    background-color: #51d88a !important;
  }

  .sm\:hover\:bg-green-lighter:hover {
    background-color: #a2f5bf !important;
  }

  .sm\:hover\:bg-green-lightest:hover {
    background-color: #e3fcec !important;
  }

  .sm\:hover\:bg-teal-darkest:hover {
    background-color: #0d3331 !important;
  }

  .sm\:hover\:bg-teal-darker:hover {
    background-color: #20504f !important;
  }

  .sm\:hover\:bg-teal-dark:hover {
    background-color: #38a89d !important;
  }

  .sm\:hover\:bg-teal:hover {
    background-color: #4dc0b5 !important;
  }

  .sm\:hover\:bg-teal-light:hover {
    background-color: #64d5ca !important;
  }

  .sm\:hover\:bg-teal-lighter:hover {
    background-color: #a0f0ed !important;
  }

  .sm\:hover\:bg-teal-lightest:hover {
    background-color: #e8fffe !important;
  }

  .sm\:hover\:bg-blue-darkest:hover {
    background-color: #12283a !important;
  }

  .sm\:hover\:bg-blue-darker:hover {
    background-color: #1c3d5a !important;
  }

  .sm\:hover\:bg-blue-dark:hover {
    background-color: #2779bd !important;
  }

  .sm\:hover\:bg-blue:hover {
    background-color: #3490dc !important;
  }

  .sm\:hover\:bg-blue-light:hover {
    background-color: #6cb2eb !important;
  }

  .sm\:hover\:bg-blue-lighter:hover {
    background-color: #bcdefa !important;
  }

  .sm\:hover\:bg-blue-lightest:hover {
    background-color: #eff8ff !important;
  }

  .sm\:hover\:bg-indigo-darkest:hover {
    background-color: #191e38 !important;
  }

  .sm\:hover\:bg-indigo-darker:hover {
    background-color: #2f365f !important;
  }

  .sm\:hover\:bg-indigo-dark:hover {
    background-color: #5661b3 !important;
  }

  .sm\:hover\:bg-indigo:hover {
    background-color: #6574cd !important;
  }

  .sm\:hover\:bg-indigo-light:hover {
    background-color: #7886d7 !important;
  }

  .sm\:hover\:bg-indigo-lighter:hover {
    background-color: #b2b7ff !important;
  }

  .sm\:hover\:bg-indigo-lightest:hover {
    background-color: #e6e8ff !important;
  }

  .sm\:hover\:bg-purple-darkest:hover {
    background-color: #21183c !important;
  }

  .sm\:hover\:bg-purple-darker:hover {
    background-color: #382b5f !important;
  }

  .sm\:hover\:bg-purple-dark:hover {
    background-color: #794acf !important;
  }

  .sm\:hover\:bg-purple:hover {
    background-color: #9561e2 !important;
  }

  .sm\:hover\:bg-purple-light:hover {
    background-color: #a779e9 !important;
  }

  .sm\:hover\:bg-purple-lighter:hover {
    background-color: #d6bbfc !important;
  }

  .sm\:hover\:bg-purple-lightest:hover {
    background-color: #f3ebff !important;
  }

  .sm\:hover\:bg-pink-darkest:hover {
    background-color: #451225 !important;
  }

  .sm\:hover\:bg-pink-darker:hover {
    background-color: #6f213f !important;
  }

  .sm\:hover\:bg-pink-dark:hover {
    background-color: #eb5286 !important;
  }

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

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

  .sm\:hover\:bg-pink-lighter:hover {
    background-color: #ffbbca !important;
  }

  .sm\:hover\:bg-pink-lightest:hover {
    background-color: #ffebef !important;
  }

  .sm\:hover\:bg-turnkey-primary:hover {
    background-color: #ff645a !important;
  }

  .sm\:hover\:bg-turnkey-primary-light:hover {
    background-color: #ff746b !important;
  }

  .sm\:hover\:bg-turnkey-primary-dark:hover {
    background-color: #ff3b2f !important;
  }

  .sm\:hover\:bg-turnkey-secondary:hover {
    background-color: #fc3 !important;
  }

  .sm\:hover\:bg-turnkey-secondary-light:hover {
    background-color: #ffd147 !important;
  }

  .sm\:hover\:bg-turnkey-secondary-dark:hover {
    background-color: #ffc20d !important;
  }

  .sm\:hover\:bg-app-primary:hover {
    background-color: #1b6d9f !important;
  }

  .sm\:hover\:bg-app-primary-light:hover {
    background-color: #2080bb !important;
  }

  .sm\:hover\:bg-app-primary-dark:hover {
    background-color: #185f8b !important;
  }

  .sm\:hover\:bg-app-secondary:hover {
    background-color: #da3698 !important;
  }

  .sm\:hover\:bg-app-secondary-light:hover {
    background-color: #de4aa2 !important;
  }

  .sm\:hover\:bg-app-secondary-dark:hover {
    background-color: #c92587 !important;
  }

  .sm\:hover\:bg-info:hover {
    background-color: #3da1de !important;
  }

  .sm\:hover\:bg-warning:hover {
    background-color: #ff7c33 !important;
  }

  .sm\:hover\:bg-success:hover {
    background-color: #1fb186 !important;
  }

  .sm\:hover\:bg-success-light:hover {
    background-color: #24cb99 !important;
  }

  .sm\:hover\:bg-success-lighter:hover {
    background-color: #4bdfb4 !important;
  }

  .sm\:hover\:bg-error-dark:hover {
    background-color: #e01e1e !important;
  }

  .sm\:hover\:bg-error:hover {
    background-color: #e53d3d !important;
  }

  .sm\:hover\:bg-error-light:hover {
    background-color: #e85050 !important;
  }

  .sm\:hover\:bg-error-lighter:hover {
    background-color: #ed7777 !important;
  }

  .sm\:hover\:bg-regular-font:hover {
    background-color: #2f2e2e !important;
  }

  .sm\:hover\:bg-neutral-darker:hover {
    background-color: #585656 !important;
  }

  .sm\:hover\:bg-neutral:hover {
    background-color: #888585 !important;
  }

  .sm\:hover\:bg-neutral-lighter:hover {
    background-color: #b8b6b6 !important;
  }

  .sm\:hover\:bg-neutral-extra-lighter:hover {
    background-color: #f7f7f7 !important;
  }

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

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

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

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

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

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

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

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

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

  .sm\:bg-repeat {
    background-repeat: repeat !important;
  }

  .sm\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .sm\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .sm\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }

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

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

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

  .sm\:border-transparent {
    border-color: transparent !important;
  }

  .sm\:border-black {
    border-color: #22292f !important;
  }

  .sm\:border-grey-darkest {
    border-color: #455a64 !important;
  }

  .sm\:border-grey-darker {
    border-color: #606f7b !important;
  }

  .sm\:border-grey-dark {
    border-color: #8795a1 !important;
  }

  .sm\:border-grey {
    border-color: #b8c2cc !important;
  }

  .sm\:border-grey-light {
    border-color: #dae1e7 !important;
  }

  .sm\:border-grey-lighter {
    border-color: #f1f5f8 !important;
  }

  .sm\:border-grey-lightest {
    border-color: #f8fafc !important;
  }

  .sm\:border-white {
    border-color: #fff !important;
  }

  .sm\:border-red-darkest {
    border-color: #3b0d0c !important;
  }

  .sm\:border-red-darker {
    border-color: #621b18 !important;
  }

  .sm\:border-red-dark {
    border-color: #cc1f1a !important;
  }

  .sm\:border-red {
    border-color: #e3342f !important;
  }

  .sm\:border-red-light {
    border-color: #ef5753 !important;
  }

  .sm\:border-red-lighter {
    border-color: #f9acaa !important;
  }

  .sm\:border-red-lightest {
    border-color: #fcebea !important;
  }

  .sm\:border-orange-darkest {
    border-color: #462a16 !important;
  }

  .sm\:border-orange-darker {
    border-color: #613b1f !important;
  }

  .sm\:border-orange-dark {
    border-color: #de751f !important;
  }

  .sm\:border-orange {
    border-color: #f6993f !important;
  }

  .sm\:border-orange-light {
    border-color: #faad63 !important;
  }

  .sm\:border-orange-lighter {
    border-color: #fcd9b6 !important;
  }

  .sm\:border-orange-lightest {
    border-color: #fff5eb !important;
  }

  .sm\:border-yellow-darkest {
    border-color: #453411 !important;
  }

  .sm\:border-yellow-darker {
    border-color: #684f1d !important;
  }

  .sm\:border-yellow-dark {
    border-color: #f2d024 !important;
  }

  .sm\:border-yellow {
    border-color: #fc3 !important;
  }

  .sm\:border-yellow-light {
    border-color: #fff382 !important;
  }

  .sm\:border-yellow-lighter {
    border-color: #fff9c2 !important;
  }

  .sm\:border-yellow-lightest {
    border-color: #fcfbeb !important;
  }

  .sm\:border-green-darkest {
    border-color: #0f2f21 !important;
  }

  .sm\:border-green-darker {
    border-color: #1a4731 !important;
  }

  .sm\:border-green-dark {
    border-color: #1f9d55 !important;
  }

  .sm\:border-green {
    border-color: #38c172 !important;
  }

  .sm\:border-green-light {
    border-color: #51d88a !important;
  }

  .sm\:border-green-lighter {
    border-color: #a2f5bf !important;
  }

  .sm\:border-green-lightest {
    border-color: #e3fcec !important;
  }

  .sm\:border-teal-darkest {
    border-color: #0d3331 !important;
  }

  .sm\:border-teal-darker {
    border-color: #20504f !important;
  }

  .sm\:border-teal-dark {
    border-color: #38a89d !important;
  }

  .sm\:border-teal {
    border-color: #4dc0b5 !important;
  }

  .sm\:border-teal-light {
    border-color: #64d5ca !important;
  }

  .sm\:border-teal-lighter {
    border-color: #a0f0ed !important;
  }

  .sm\:border-teal-lightest {
    border-color: #e8fffe !important;
  }

  .sm\:border-blue-darkest {
    border-color: #12283a !important;
  }

  .sm\:border-blue-darker {
    border-color: #1c3d5a !important;
  }

  .sm\:border-blue-dark {
    border-color: #2779bd !important;
  }

  .sm\:border-blue {
    border-color: #3490dc !important;
  }

  .sm\:border-blue-light {
    border-color: #6cb2eb !important;
  }

  .sm\:border-blue-lighter {
    border-color: #bcdefa !important;
  }

  .sm\:border-blue-lightest {
    border-color: #eff8ff !important;
  }

  .sm\:border-indigo-darkest {
    border-color: #191e38 !important;
  }

  .sm\:border-indigo-darker {
    border-color: #2f365f !important;
  }

  .sm\:border-indigo-dark {
    border-color: #5661b3 !important;
  }

  .sm\:border-indigo {
    border-color: #6574cd !important;
  }

  .sm\:border-indigo-light {
    border-color: #7886d7 !important;
  }

  .sm\:border-indigo-lighter {
    border-color: #b2b7ff !important;
  }

  .sm\:border-indigo-lightest {
    border-color: #e6e8ff !important;
  }

  .sm\:border-purple-darkest {
    border-color: #21183c !important;
  }

  .sm\:border-purple-darker {
    border-color: #382b5f !important;
  }

  .sm\:border-purple-dark {
    border-color: #794acf !important;
  }

  .sm\:border-purple {
    border-color: #9561e2 !important;
  }

  .sm\:border-purple-light {
    border-color: #a779e9 !important;
  }

  .sm\:border-purple-lighter {
    border-color: #d6bbfc !important;
  }

  .sm\:border-purple-lightest {
    border-color: #f3ebff !important;
  }

  .sm\:border-pink-darkest {
    border-color: #451225 !important;
  }

  .sm\:border-pink-darker {
    border-color: #6f213f !important;
  }

  .sm\:border-pink-dark {
    border-color: #eb5286 !important;
  }

  .sm\:border-pink {
    border-color: #f66d9b !important;
  }

  .sm\:border-pink-light {
    border-color: #fa7ea8 !important;
  }

  .sm\:border-pink-lighter {
    border-color: #ffbbca !important;
  }

  .sm\:border-pink-lightest {
    border-color: #ffebef !important;
  }

  .sm\:border-turnkey-primary {
    border-color: #ff645a !important;
  }

  .sm\:border-turnkey-primary-light {
    border-color: #ff746b !important;
  }

  .sm\:border-turnkey-primary-dark {
    border-color: #ff3b2f !important;
  }

  .sm\:border-turnkey-secondary {
    border-color: #fc3 !important;
  }

  .sm\:border-turnkey-secondary-light {
    border-color: #ffd147 !important;
  }

  .sm\:border-turnkey-secondary-dark {
    border-color: #ffc20d !important;
  }

  .sm\:border-app-primary {
    border-color: #1b6d9f !important;
  }

  .sm\:border-app-primary-light {
    border-color: #2080bb !important;
  }

  .sm\:border-app-primary-dark {
    border-color: #185f8b !important;
  }

  .sm\:border-app-secondary {
    border-color: #da3698 !important;
  }

  .sm\:border-app-secondary-light {
    border-color: #de4aa2 !important;
  }

  .sm\:border-app-secondary-dark {
    border-color: #c92587 !important;
  }

  .sm\:border-info {
    border-color: #3da1de !important;
  }

  .sm\:border-warning {
    border-color: #ff7c33 !important;
  }

  .sm\:border-success {
    border-color: #1fb186 !important;
  }

  .sm\:border-success-light {
    border-color: #24cb99 !important;
  }

  .sm\:border-success-lighter {
    border-color: #4bdfb4 !important;
  }

  .sm\:border-error-dark {
    border-color: #e01e1e !important;
  }

  .sm\:border-error {
    border-color: #e53d3d !important;
  }

  .sm\:border-error-light {
    border-color: #e85050 !important;
  }

  .sm\:border-error-lighter {
    border-color: #ed7777 !important;
  }

  .sm\:border-regular-font {
    border-color: #2f2e2e !important;
  }

  .sm\:border-neutral-darker {
    border-color: #585656 !important;
  }

  .sm\:border-neutral {
    border-color: #888585 !important;
  }

  .sm\:border-neutral-lighter {
    border-color: #b8b6b6 !important;
  }

  .sm\:border-neutral-extra-lighter {
    border-color: #f7f7f7 !important;
  }

  .sm\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }

  .sm\:hover\:border-black:hover {
    border-color: #22292f !important;
  }

  .sm\:hover\:border-grey-darkest:hover {
    border-color: #455a64 !important;
  }

  .sm\:hover\:border-grey-darker:hover {
    border-color: #606f7b !important;
  }

  .sm\:hover\:border-grey-dark:hover {
    border-color: #8795a1 !important;
  }

  .sm\:hover\:border-grey:hover {
    border-color: #b8c2cc !important;
  }

  .sm\:hover\:border-grey-light:hover {
    border-color: #dae1e7 !important;
  }

  .sm\:hover\:border-grey-lighter:hover {
    border-color: #f1f5f8 !important;
  }

  .sm\:hover\:border-grey-lightest:hover {
    border-color: #f8fafc !important;
  }

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

  .sm\:hover\:border-red-darkest:hover {
    border-color: #3b0d0c !important;
  }

  .sm\:hover\:border-red-darker:hover {
    border-color: #621b18 !important;
  }

  .sm\:hover\:border-red-dark:hover {
    border-color: #cc1f1a !important;
  }

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

  .sm\:hover\:border-red-light:hover {
    border-color: #ef5753 !important;
  }

  .sm\:hover\:border-red-lighter:hover {
    border-color: #f9acaa !important;
  }

  .sm\:hover\:border-red-lightest:hover {
    border-color: #fcebea !important;
  }

  .sm\:hover\:border-orange-darkest:hover {
    border-color: #462a16 !important;
  }

  .sm\:hover\:border-orange-darker:hover {
    border-color: #613b1f !important;
  }

  .sm\:hover\:border-orange-dark:hover {
    border-color: #de751f !important;
  }

  .sm\:hover\:border-orange:hover {
    border-color: #f6993f !important;
  }

  .sm\:hover\:border-orange-light:hover {
    border-color: #faad63 !important;
  }

  .sm\:hover\:border-orange-lighter:hover {
    border-color: #fcd9b6 !important;
  }

  .sm\:hover\:border-orange-lightest:hover {
    border-color: #fff5eb !important;
  }

  .sm\:hover\:border-yellow-darkest:hover {
    border-color: #453411 !important;
  }

  .sm\:hover\:border-yellow-darker:hover {
    border-color: #684f1d !important;
  }

  .sm\:hover\:border-yellow-dark:hover {
    border-color: #f2d024 !important;
  }

  .sm\:hover\:border-yellow:hover {
    border-color: #fc3 !important;
  }

  .sm\:hover\:border-yellow-light:hover {
    border-color: #fff382 !important;
  }

  .sm\:hover\:border-yellow-lighter:hover {
    border-color: #fff9c2 !important;
  }

  .sm\:hover\:border-yellow-lightest:hover {
    border-color: #fcfbeb !important;
  }

  .sm\:hover\:border-green-darkest:hover {
    border-color: #0f2f21 !important;
  }

  .sm\:hover\:border-green-darker:hover {
    border-color: #1a4731 !important;
  }

  .sm\:hover\:border-green-dark:hover {
    border-color: #1f9d55 !important;
  }

  .sm\:hover\:border-green:hover {
    border-color: #38c172 !important;
  }

  .sm\:hover\:border-green-light:hover {
    border-color: #51d88a !important;
  }

  .sm\:hover\:border-green-lighter:hover {
    border-color: #a2f5bf !important;
  }

  .sm\:hover\:border-green-lightest:hover {
    border-color: #e3fcec !important;
  }

  .sm\:hover\:border-teal-darkest:hover {
    border-color: #0d3331 !important;
  }

  .sm\:hover\:border-teal-darker:hover {
    border-color: #20504f !important;
  }

  .sm\:hover\:border-teal-dark:hover {
    border-color: #38a89d !important;
  }

  .sm\:hover\:border-teal:hover {
    border-color: #4dc0b5 !important;
  }

  .sm\:hover\:border-teal-light:hover {
    border-color: #64d5ca !important;
  }

  .sm\:hover\:border-teal-lighter:hover {
    border-color: #a0f0ed !important;
  }

  .sm\:hover\:border-teal-lightest:hover {
    border-color: #e8fffe !important;
  }

  .sm\:hover\:border-blue-darkest:hover {
    border-color: #12283a !important;
  }

  .sm\:hover\:border-blue-darker:hover {
    border-color: #1c3d5a !important;
  }

  .sm\:hover\:border-blue-dark:hover {
    border-color: #2779bd !important;
  }

  .sm\:hover\:border-blue:hover {
    border-color: #3490dc !important;
  }

  .sm\:hover\:border-blue-light:hover {
    border-color: #6cb2eb !important;
  }

  .sm\:hover\:border-blue-lighter:hover {
    border-color: #bcdefa !important;
  }

  .sm\:hover\:border-blue-lightest:hover {
    border-color: #eff8ff !important;
  }

  .sm\:hover\:border-indigo-darkest:hover {
    border-color: #191e38 !important;
  }

  .sm\:hover\:border-indigo-darker:hover {
    border-color: #2f365f !important;
  }

  .sm\:hover\:border-indigo-dark:hover {
    border-color: #5661b3 !important;
  }

  .sm\:hover\:border-indigo:hover {
    border-color: #6574cd !important;
  }

  .sm\:hover\:border-indigo-light:hover {
    border-color: #7886d7 !important;
  }

  .sm\:hover\:border-indigo-lighter:hover {
    border-color: #b2b7ff !important;
  }

  .sm\:hover\:border-indigo-lightest:hover {
    border-color: #e6e8ff !important;
  }

  .sm\:hover\:border-purple-darkest:hover {
    border-color: #21183c !important;
  }

  .sm\:hover\:border-purple-darker:hover {
    border-color: #382b5f !important;
  }

  .sm\:hover\:border-purple-dark:hover {
    border-color: #794acf !important;
  }

  .sm\:hover\:border-purple:hover {
    border-color: #9561e2 !important;
  }

  .sm\:hover\:border-purple-light:hover {
    border-color: #a779e9 !important;
  }

  .sm\:hover\:border-purple-lighter:hover {
    border-color: #d6bbfc !important;
  }

  .sm\:hover\:border-purple-lightest:hover {
    border-color: #f3ebff !important;
  }

  .sm\:hover\:border-pink-darkest:hover {
    border-color: #451225 !important;
  }

  .sm\:hover\:border-pink-darker:hover {
    border-color: #6f213f !important;
  }

  .sm\:hover\:border-pink-dark:hover {
    border-color: #eb5286 !important;
  }

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

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

  .sm\:hover\:border-pink-lighter:hover {
    border-color: #ffbbca !important;
  }

  .sm\:hover\:border-pink-lightest:hover {
    border-color: #ffebef !important;
  }

  .sm\:hover\:border-turnkey-primary:hover {
    border-color: #ff645a !important;
  }

  .sm\:hover\:border-turnkey-primary-light:hover {
    border-color: #ff746b !important;
  }

  .sm\:hover\:border-turnkey-primary-dark:hover {
    border-color: #ff3b2f !important;
  }

  .sm\:hover\:border-turnkey-secondary:hover {
    border-color: #fc3 !important;
  }

  .sm\:hover\:border-turnkey-secondary-light:hover {
    border-color: #ffd147 !important;
  }

  .sm\:hover\:border-turnkey-secondary-dark:hover {
    border-color: #ffc20d !important;
  }

  .sm\:hover\:border-app-primary:hover {
    border-color: #1b6d9f !important;
  }

  .sm\:hover\:border-app-primary-light:hover {
    border-color: #2080bb !important;
  }

  .sm\:hover\:border-app-primary-dark:hover {
    border-color: #185f8b !important;
  }

  .sm\:hover\:border-app-secondary:hover {
    border-color: #da3698 !important;
  }

  .sm\:hover\:border-app-secondary-light:hover {
    border-color: #de4aa2 !important;
  }

  .sm\:hover\:border-app-secondary-dark:hover {
    border-color: #c92587 !important;
  }

  .sm\:hover\:border-info:hover {
    border-color: #3da1de !important;
  }

  .sm\:hover\:border-warning:hover {
    border-color: #ff7c33 !important;
  }

  .sm\:hover\:border-success:hover {
    border-color: #1fb186 !important;
  }

  .sm\:hover\:border-success-light:hover {
    border-color: #24cb99 !important;
  }

  .sm\:hover\:border-success-lighter:hover {
    border-color: #4bdfb4 !important;
  }

  .sm\:hover\:border-error-dark:hover {
    border-color: #e01e1e !important;
  }

  .sm\:hover\:border-error:hover {
    border-color: #e53d3d !important;
  }

  .sm\:hover\:border-error-light:hover {
    border-color: #e85050 !important;
  }

  .sm\:hover\:border-error-lighter:hover {
    border-color: #ed7777 !important;
  }

  .sm\:hover\:border-regular-font:hover {
    border-color: #2f2e2e !important;
  }

  .sm\:hover\:border-neutral-darker:hover {
    border-color: #585656 !important;
  }

  .sm\:hover\:border-neutral:hover {
    border-color: #888585 !important;
  }

  .sm\:hover\:border-neutral-lighter:hover {
    border-color: #b8b6b6 !important;
  }

  .sm\:hover\:border-neutral-extra-lighter:hover {
    border-color: #f7f7f7 !important;
  }

  .sm\:rounded-none {
    border-radius: 0 !important;
  }

  .sm\:rounded-sm {
    border-radius: .125rem !important;
  }

  .sm\:rounded {
    border-radius: .25rem !important;
  }

  .sm\:rounded-lg {
    border-radius: .5rem !important;
  }

  .sm\:rounded-xlg {
    border-radius: 1rem !important;
  }

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

  .sm\:rounded-t-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .sm\:rounded-r-none {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .sm\:rounded-b-none {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .sm\:rounded-l-none {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .sm\:rounded-t-sm {
    border-top-left-radius: .125rem !important;
    border-top-right-radius: .125rem !important;
  }

  .sm\:rounded-r-sm {
    border-top-right-radius: .125rem !important;
    border-bottom-right-radius: .125rem !important;
  }

  .sm\:rounded-b-sm {
    border-bottom-right-radius: .125rem !important;
    border-bottom-left-radius: .125rem !important;
  }

  .sm\:rounded-l-sm {
    border-top-left-radius: .125rem !important;
    border-bottom-left-radius: .125rem !important;
  }

  .sm\:rounded-t {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
  }

  .sm\:rounded-r {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
  }

  .sm\:rounded-b {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
  }

  .sm\:rounded-l {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
  }

  .sm\:rounded-t-lg {
    border-top-left-radius: .5rem !important;
    border-top-right-radius: .5rem !important;
  }

  .sm\:rounded-r-lg {
    border-top-right-radius: .5rem !important;
    border-bottom-right-radius: .5rem !important;
  }

  .sm\:rounded-b-lg {
    border-bottom-right-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
  }

  .sm\:rounded-l-lg {
    border-top-left-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
  }

  .sm\:rounded-t-xlg {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .sm\:rounded-r-xlg {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .sm\:rounded-b-xlg {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .sm\:rounded-l-xlg {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

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

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

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

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

  .sm\:rounded-tl-none {
    border-top-left-radius: 0 !important;
  }

  .sm\:rounded-tr-none {
    border-top-right-radius: 0 !important;
  }

  .sm\:rounded-br-none {
    border-bottom-right-radius: 0 !important;
  }

  .sm\:rounded-bl-none {
    border-bottom-left-radius: 0 !important;
  }

  .sm\:rounded-tl-sm {
    border-top-left-radius: .125rem !important;
  }

  .sm\:rounded-tr-sm {
    border-top-right-radius: .125rem !important;
  }

  .sm\:rounded-br-sm {
    border-bottom-right-radius: .125rem !important;
  }

  .sm\:rounded-bl-sm {
    border-bottom-left-radius: .125rem !important;
  }

  .sm\:rounded-tl {
    border-top-left-radius: .25rem !important;
  }

  .sm\:rounded-tr {
    border-top-right-radius: .25rem !important;
  }

  .sm\:rounded-br {
    border-bottom-right-radius: .25rem !important;
  }

  .sm\:rounded-bl {
    border-bottom-left-radius: .25rem !important;
  }

  .sm\:rounded-tl-lg {
    border-top-left-radius: .5rem !important;
  }

  .sm\:rounded-tr-lg {
    border-top-right-radius: .5rem !important;
  }

  .sm\:rounded-br-lg {
    border-bottom-right-radius: .5rem !important;
  }

  .sm\:rounded-bl-lg {
    border-bottom-left-radius: .5rem !important;
  }

  .sm\:rounded-tl-xlg {
    border-top-left-radius: 1rem !important;
  }

  .sm\:rounded-tr-xlg {
    border-top-right-radius: 1rem !important;
  }

  .sm\:rounded-br-xlg {
    border-bottom-right-radius: 1rem !important;
  }

  .sm\:rounded-bl-xlg {
    border-bottom-left-radius: 1rem !important;
  }

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

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

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

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

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

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

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

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

  .sm\:border-0 {
    border-width: 0 !important;
  }

  .sm\:border-2 {
    border-width: 2px !important;
  }

  .sm\:border-4 {
    border-width: 4px !important;
  }

  .sm\:border-8 {
    border-width: 8px !important;
  }

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

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

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

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

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

  .sm\:border-t-2 {
    border-top-width: 2px !important;
  }

  .sm\:border-r-2 {
    border-right-width: 2px !important;
  }

  .sm\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .sm\:border-l-2 {
    border-left-width: 2px !important;
  }

  .sm\:border-t-4 {
    border-top-width: 4px !important;
  }

  .sm\:border-r-4 {
    border-right-width: 4px !important;
  }

  .sm\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  .sm\:border-l-4 {
    border-left-width: 4px !important;
  }

  .sm\:border-t-8 {
    border-top-width: 8px !important;
  }

  .sm\:border-r-8 {
    border-right-width: 8px !important;
  }

  .sm\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  .sm\:border-l-8 {
    border-left-width: 8px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:flex {
    display: flex !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:flex-grow {
    flex-grow: 1 !important;
  }

  .sm\:flex-shrink {
    flex-shrink: 1 !important;
  }

  .sm\:flex-no-grow {
    flex-grow: 0 !important;
  }

  .sm\:flex-no-shrink {
    flex-shrink: 0 !important;
  }

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

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

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

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

  .sm\:font-roboto {
    font-family: Roboto Light, sans-serif !important;
  }

  .sm\:font-condensed {
    font-family: Roboto Condensed Light, Roboto, sans-serif !important;
  }

  .sm\:font-awesome {
    font-family: FontAwesome !important;
  }

  .sm\:font-hairline {
    font-weight: 100 !important;
  }

  .sm\:font-thin {
    font-weight: 200 !important;
  }

  .sm\:font-light {
    font-weight: 300 !important;
  }

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

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

  .sm\:font-semibold {
    font-weight: 600 !important;
  }

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

  .sm\:font-extrabold {
    font-weight: 800 !important;
  }

  .sm\:font-black {
    font-weight: 900 !important;
  }

  .sm\:hover\:font-hairline:hover {
    font-weight: 100 !important;
  }

  .sm\:hover\:font-thin:hover {
    font-weight: 200 !important;
  }

  .sm\:hover\:font-light:hover {
    font-weight: 300 !important;
  }

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

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

  .sm\:hover\:font-semibold:hover {
    font-weight: 600 !important;
  }

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

  .sm\:hover\:font-extrabold:hover {
    font-weight: 800 !important;
  }

  .sm\:hover\:font-black:hover {
    font-weight: 900 !important;
  }

  .sm\:h-1 {
    height: .25rem !important;
  }

  .sm\:h-2 {
    height: .5rem !important;
  }

  .sm\:h-3 {
    height: .75rem !important;
  }

  .sm\:h-4 {
    height: 1rem !important;
  }

  .sm\:h-6 {
    height: 1.5rem !important;
  }

  .sm\:h-8 {
    height: 2rem !important;
  }

  .sm\:h-10 {
    height: 2.5rem !important;
  }

  .sm\:h-12 {
    height: 3rem !important;
  }

  .sm\:h-14 {
    height: 3.5rem !important;
  }

  .sm\:h-16 {
    height: 4rem !important;
  }

  .sm\:h-20 {
    height: 5rem !important;
  }

  .sm\:h-24 {
    height: 6rem !important;
  }

  .sm\:h-32 {
    height: 8rem !important;
  }

  .sm\:h-48 {
    height: 12rem !important;
  }

  .sm\:h-64 {
    height: 16rem !important;
  }

  .sm\:h-72 {
    height: 20rem !important;
  }

  .sm\:h-96 {
    height: 24rem !important;
  }

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

  .sm\:h-px {
    height: 1px !important;
  }

  .sm\:h-2px {
    height: 2px !important;
  }

  .sm\:h-16px {
    height: 16px !important;
  }

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

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

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

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

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

  .sm\:leading-thumbed {
    line-height: 1.7 !important;
  }

  .sm\:leading-chipsed {
    line-height: 1.9 !important;
  }

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

  .sm\:leading-huge {
    line-height: 12 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:max-h-24 {
    max-height: 6rem !important;
  }

  .sm\:max-h-30 {
    max-height: 7.5rem !important;
  }

  .sm\:max-h-64 {
    max-height: 16rem !important;
  }

  .sm\:max-h-95p {
    max-height: 95% !important;
  }

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

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

  .sm\:max-w-xxs {
    max-width: 10rem !important;
  }

  .sm\:max-w-xs {
    max-width: 20rem !important;
  }

  .sm\:max-w-sm {
    max-width: 30rem !important;
  }

  .sm\:max-w-md {
    max-width: 40rem !important;
  }

  .sm\:max-w-lg {
    max-width: 50rem !important;
  }

  .sm\:max-w-xl {
    max-width: 60rem !important;
  }

  .sm\:max-w-2xl {
    max-width: 70rem !important;
  }

  .sm\:max-w-3xl {
    max-width: 80rem !important;
  }

  .sm\:max-w-4xl {
    max-width: 90rem !important;
  }

  .sm\:max-w-5xl {
    max-width: 100rem !important;
  }

  .sm\:max-w-4\/5 {
    max-width: 80% !important;
  }

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

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

  .sm\:min-h-0 {
    min-height: 0 !important;
  }

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

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

  .sm\:min-w-0 {
    min-width: 0 !important;
  }

  .sm\:min-w-6 {
    min-width: 1.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .sm\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .sm\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .sm\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .sm\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .sm\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .sm\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .sm\:-mt-0 {
    margin-top: 0 !important;
  }

  .sm\:-mr-0 {
    margin-right: 0 !important;
  }

  .sm\:-mb-0 {
    margin-bottom: 0 !important;
  }

  .sm\:-ml-0 {
    margin-left: 0 !important;
  }

  .sm\:-mt-1 {
    margin-top: -0.25rem !important;
  }

  .sm\:-mr-1 {
    margin-right: -0.25rem !important;
  }

  .sm\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .sm\:-ml-1 {
    margin-left: -0.25rem !important;
  }

  .sm\:-mt-2 {
    margin-top: -0.5rem !important;
  }

  .sm\:-mr-2 {
    margin-right: -0.5rem !important;
  }

  .sm\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .sm\:-ml-2 {
    margin-left: -0.5rem !important;
  }

  .sm\:-mt-3 {
    margin-top: -0.75rem !important;
  }

  .sm\:-mr-3 {
    margin-right: -0.75rem !important;
  }

  .sm\:-mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .sm\:-ml-3 {
    margin-left: -0.75rem !important;
  }

  .sm\:-mt-4 {
    margin-top: -1rem !important;
  }

  .sm\:-mr-4 {
    margin-right: -1rem !important;
  }

  .sm\:-mb-4 {
    margin-bottom: -1rem !important;
  }

  .sm\:-ml-4 {
    margin-left: -1rem !important;
  }

  .sm\:-mt-6 {
    margin-top: -1.5rem !important;
  }

  .sm\:-mr-6 {
    margin-right: -1.5rem !important;
  }

  .sm\:-mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .sm\:-ml-6 {
    margin-left: -1.5rem !important;
  }

  .sm\:-mt-8 {
    margin-top: -2rem !important;
  }

  .sm\:-mr-8 {
    margin-right: -2rem !important;
  }

  .sm\:-mb-8 {
    margin-bottom: -2rem !important;
  }

  .sm\:-ml-8 {
    margin-left: -2rem !important;
  }

  .sm\:-mt-px {
    margin-top: -1px !important;
  }

  .sm\:-mr-px {
    margin-right: -1px !important;
  }

  .sm\:-mb-px {
    margin-bottom: -1px !important;
  }

  .sm\:-ml-px {
    margin-left: -1px !important;
  }

  .sm\:opacity-0 {
    opacity: 0 !important;
  }

  .sm\:opacity-25 {
    opacity: .25 !important;
  }

  .sm\:opacity-37 {
    opacity: .37 !important;
  }

  .sm\:opacity-50 {
    opacity: .5 !important;
  }

  .sm\:opacity-66 {
    opacity: .66 !important;
  }

  .sm\:opacity-75 {
    opacity: .75 !important;
  }

  .sm\:opacity-85 {
    opacity: .85 !important;
  }

  .sm\:opacity-100 {
    opacity: 1 !important;
  }

  .sm\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }

  .sm\:hover\:opacity-25:hover {
    opacity: .25 !important;
  }

  .sm\:hover\:opacity-37:hover {
    opacity: .37 !important;
  }

  .sm\:hover\:opacity-50:hover {
    opacity: .5 !important;
  }

  .sm\:hover\:opacity-66:hover {
    opacity: .66 !important;
  }

  .sm\:hover\:opacity-75:hover {
    opacity: .75 !important;
  }

  .sm\:hover\:opacity-85:hover {
    opacity: .85 !important;
  }

  .sm\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }

  .sm\:overflow-auto {
    overflow: auto !important;
  }

  .sm\:overflow-hidden {
    overflow: hidden !important;
  }

  .sm\:overflow-visible {
    overflow: visible !important;
  }

  .sm\:overflow-scroll {
    overflow: scroll !important;
  }

  .sm\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .sm\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .sm\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .sm\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .sm\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .sm\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .sm\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .sm\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .sm\:scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }

  .sm\:scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }

  .sm\:p-0 {
    padding: 0 !important;
  }

  .sm\:p-1 {
    padding: .25rem !important;
  }

  .sm\:p-2 {
    padding: .5rem !important;
  }

  .sm\:p-3 {
    padding: .75rem !important;
  }

  .sm\:p-4 {
    padding: 1rem !important;
  }

  .sm\:p-6 {
    padding: 1.5rem !important;
  }

  .sm\:p-8 {
    padding: 2rem !important;
  }

  .sm\:p-10 {
    padding: 2.5rem !important;
  }

  .sm\:p-12 {
    padding: 3rem !important;
  }

  .sm\:p-14 {
    padding: 3.5rem !important;
  }

  .sm\:p-16 {
    padding: 4rem !important;
  }

  .sm\:p-24 {
    padding: 6rem !important;
  }

  .sm\:p-28 {
    padding: 7rem !important;
  }

  .sm\:p-32 {
    padding: 8rem !important;
  }

  .sm\:p-48 {
    padding: 12rem !important;
  }

  .sm\:p-64 {
    padding: 16rem !important;
  }

  .sm\:p-px {
    padding: 1px !important;
  }

  .sm\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .sm\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .sm\:py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .sm\:px-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .sm\:py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .sm\:px-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .sm\:py-3 {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
  }

  .sm\:px-3 {
    padding-left: .75rem !important;
    padding-right: .75rem !important;
  }

  .sm\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .sm\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .sm\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .sm\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .sm\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .sm\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .sm\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .sm\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .sm\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .sm\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .sm\:py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .sm\:px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .sm\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .sm\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .sm\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .sm\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .sm\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .sm\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .sm\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .sm\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .sm\:py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .sm\:px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .sm\:py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .sm\:px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .sm\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .sm\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .sm\:pt-0 {
    padding-top: 0 !important;
  }

  .sm\:pr-0 {
    padding-right: 0 !important;
  }

  .sm\:pb-0 {
    padding-bottom: 0 !important;
  }

  .sm\:pl-0 {
    padding-left: 0 !important;
  }

  .sm\:pt-1 {
    padding-top: .25rem !important;
  }

  .sm\:pr-1 {
    padding-right: .25rem !important;
  }

  .sm\:pb-1 {
    padding-bottom: .25rem !important;
  }

  .sm\:pl-1 {
    padding-left: .25rem !important;
  }

  .sm\:pt-2 {
    padding-top: .5rem !important;
  }

  .sm\:pr-2 {
    padding-right: .5rem !important;
  }

  .sm\:pb-2 {
    padding-bottom: .5rem !important;
  }

  .sm\:pl-2 {
    padding-left: .5rem !important;
  }

  .sm\:pt-3 {
    padding-top: .75rem !important;
  }

  .sm\:pr-3 {
    padding-right: .75rem !important;
  }

  .sm\:pb-3 {
    padding-bottom: .75rem !important;
  }

  .sm\:pl-3 {
    padding-left: .75rem !important;
  }

  .sm\:pt-4 {
    padding-top: 1rem !important;
  }

  .sm\:pr-4 {
    padding-right: 1rem !important;
  }

  .sm\:pb-4 {
    padding-bottom: 1rem !important;
  }

  .sm\:pl-4 {
    padding-left: 1rem !important;
  }

  .sm\:pt-6 {
    padding-top: 1.5rem !important;
  }

  .sm\:pr-6 {
    padding-right: 1.5rem !important;
  }

  .sm\:pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .sm\:pl-6 {
    padding-left: 1.5rem !important;
  }

  .sm\:pt-8 {
    padding-top: 2rem !important;
  }

  .sm\:pr-8 {
    padding-right: 2rem !important;
  }

  .sm\:pb-8 {
    padding-bottom: 2rem !important;
  }

  .sm\:pl-8 {
    padding-left: 2rem !important;
  }

  .sm\:pt-10 {
    padding-top: 2.5rem !important;
  }

  .sm\:pr-10 {
    padding-right: 2.5rem !important;
  }

  .sm\:pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .sm\:pl-10 {
    padding-left: 2.5rem !important;
  }

  .sm\:pt-12 {
    padding-top: 3rem !important;
  }

  .sm\:pr-12 {
    padding-right: 3rem !important;
  }

  .sm\:pb-12 {
    padding-bottom: 3rem !important;
  }

  .sm\:pl-12 {
    padding-left: 3rem !important;
  }

  .sm\:pt-14 {
    padding-top: 3.5rem !important;
  }

  .sm\:pr-14 {
    padding-right: 3.5rem !important;
  }

  .sm\:pb-14 {
    padding-bottom: 3.5rem !important;
  }

  .sm\:pl-14 {
    padding-left: 3.5rem !important;
  }

  .sm\:pt-16 {
    padding-top: 4rem !important;
  }

  .sm\:pr-16 {
    padding-right: 4rem !important;
  }

  .sm\:pb-16 {
    padding-bottom: 4rem !important;
  }

  .sm\:pl-16 {
    padding-left: 4rem !important;
  }

  .sm\:pt-24 {
    padding-top: 6rem !important;
  }

  .sm\:pr-24 {
    padding-right: 6rem !important;
  }

  .sm\:pb-24 {
    padding-bottom: 6rem !important;
  }

  .sm\:pl-24 {
    padding-left: 6rem !important;
  }

  .sm\:pt-28 {
    padding-top: 7rem !important;
  }

  .sm\:pr-28 {
    padding-right: 7rem !important;
  }

  .sm\:pb-28 {
    padding-bottom: 7rem !important;
  }

  .sm\:pl-28 {
    padding-left: 7rem !important;
  }

  .sm\:pt-32 {
    padding-top: 8rem !important;
  }

  .sm\:pr-32 {
    padding-right: 8rem !important;
  }

  .sm\:pb-32 {
    padding-bottom: 8rem !important;
  }

  .sm\:pl-32 {
    padding-left: 8rem !important;
  }

  .sm\:pt-48 {
    padding-top: 12rem !important;
  }

  .sm\:pr-48 {
    padding-right: 12rem !important;
  }

  .sm\:pb-48 {
    padding-bottom: 12rem !important;
  }

  .sm\:pl-48 {
    padding-left: 12rem !important;
  }

  .sm\:pt-64 {
    padding-top: 16rem !important;
  }

  .sm\:pr-64 {
    padding-right: 16rem !important;
  }

  .sm\:pb-64 {
    padding-bottom: 16rem !important;
  }

  .sm\:pl-64 {
    padding-left: 16rem !important;
  }

  .sm\:pt-px {
    padding-top: 1px !important;
  }

  .sm\:pr-px {
    padding-right: 1px !important;
  }

  .sm\:pb-px {
    padding-bottom: 1px !important;
  }

  .sm\:pl-px {
    padding-left: 1px !important;
  }

  .sm\:pointer-events-none {
    pointer-events: none !important;
  }

  .sm\:pointer-events-auto {
    pointer-events: auto !important;
  }

  .sm\:static {
    position: static !important;
  }

  .sm\:fixed {
    position: fixed !important;
  }

  .sm\:absolute {
    position: absolute !important;
  }

  .sm\:relative {
    position: relative !important;
  }

  .sm\:sticky {
    position: sticky !important;
  }

  .sm\:pin-none {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .sm\:pin {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .sm\:pin-y {
    top: 0 !important;
    bottom: 0 !important;
  }

  .sm\:pin-x {
    right: 0 !important;
    left: 0 !important;
  }

  .sm\:pin-t {
    top: 0 !important;
  }

  .sm\:pin-r {
    right: 0 !important;
  }

  .sm\:pin-b {
    bottom: 0 !important;
  }

  .sm\:pin-l {
    left: 0 !important;
  }

  .sm\:resize-none {
    resize: none !important;
  }

  .sm\:resize-y {
    resize: vertical !important;
  }

  .sm\:resize-x {
    resize: horizontal !important;
  }

  .sm\:resize {
    resize: both !important;
  }

  .sm\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }

  .sm\:shadow-md {
    box-shadow: 0px 6px 30px rgba(0, 0, 0, .06) !important;
  }

  .sm\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }

  .sm\:shadow-none {
    box-shadow: none !important;
  }

  .sm\:table-auto {
    table-layout: auto !important;
  }

  .sm\:table-fixed {
    table-layout: fixed !important;
  }

  .sm\:text-left {
    text-align: left !important;
  }

  .sm\:text-center {
    text-align: center !important;
  }

  .sm\:text-right {
    text-align: right !important;
  }

  .sm\:text-justify {
    text-align: justify !important;
  }

  .sm\:text-transparent {
    color: transparent !important;
  }

  .sm\:text-black {
    color: #22292f !important;
  }

  .sm\:text-grey-darkest {
    color: #455a64 !important;
  }

  .sm\:text-grey-darker {
    color: #606f7b !important;
  }

  .sm\:text-grey-dark {
    color: #8795a1 !important;
  }

  .sm\:text-grey {
    color: #b8c2cc !important;
  }

  .sm\:text-grey-light {
    color: #dae1e7 !important;
  }

  .sm\:text-grey-lighter {
    color: #f1f5f8 !important;
  }

  .sm\:text-grey-lightest {
    color: #f8fafc !important;
  }

  .sm\:text-white {
    color: #fff !important;
  }

  .sm\:text-red-darkest {
    color: #3b0d0c !important;
  }

  .sm\:text-red-darker {
    color: #621b18 !important;
  }

  .sm\:text-red-dark {
    color: #cc1f1a !important;
  }

  .sm\:text-red {
    color: #e3342f !important;
  }

  .sm\:text-red-light {
    color: #ef5753 !important;
  }

  .sm\:text-red-lighter {
    color: #f9acaa !important;
  }

  .sm\:text-red-lightest {
    color: #fcebea !important;
  }

  .sm\:text-orange-darkest {
    color: #462a16 !important;
  }

  .sm\:text-orange-darker {
    color: #613b1f !important;
  }

  .sm\:text-orange-dark {
    color: #de751f !important;
  }

  .sm\:text-orange {
    color: #f6993f !important;
  }

  .sm\:text-orange-light {
    color: #faad63 !important;
  }

  .sm\:text-orange-lighter {
    color: #fcd9b6 !important;
  }

  .sm\:text-orange-lightest {
    color: #fff5eb !important;
  }

  .sm\:text-yellow-darkest {
    color: #453411 !important;
  }

  .sm\:text-yellow-darker {
    color: #684f1d !important;
  }

  .sm\:text-yellow-dark {
    color: #f2d024 !important;
  }

  .sm\:text-yellow {
    color: #fc3 !important;
  }

  .sm\:text-yellow-light {
    color: #fff382 !important;
  }

  .sm\:text-yellow-lighter {
    color: #fff9c2 !important;
  }

  .sm\:text-yellow-lightest {
    color: #fcfbeb !important;
  }

  .sm\:text-green-darkest {
    color: #0f2f21 !important;
  }

  .sm\:text-green-darker {
    color: #1a4731 !important;
  }

  .sm\:text-green-dark {
    color: #1f9d55 !important;
  }

  .sm\:text-green {
    color: #38c172 !important;
  }

  .sm\:text-green-light {
    color: #51d88a !important;
  }

  .sm\:text-green-lighter {
    color: #a2f5bf !important;
  }

  .sm\:text-green-lightest {
    color: #e3fcec !important;
  }

  .sm\:text-teal-darkest {
    color: #0d3331 !important;
  }

  .sm\:text-teal-darker {
    color: #20504f !important;
  }

  .sm\:text-teal-dark {
    color: #38a89d !important;
  }

  .sm\:text-teal {
    color: #4dc0b5 !important;
  }

  .sm\:text-teal-light {
    color: #64d5ca !important;
  }

  .sm\:text-teal-lighter {
    color: #a0f0ed !important;
  }

  .sm\:text-teal-lightest {
    color: #e8fffe !important;
  }

  .sm\:text-blue-darkest {
    color: #12283a !important;
  }

  .sm\:text-blue-darker {
    color: #1c3d5a !important;
  }

  .sm\:text-blue-dark {
    color: #2779bd !important;
  }

  .sm\:text-blue {
    color: #3490dc !important;
  }

  .sm\:text-blue-light {
    color: #6cb2eb !important;
  }

  .sm\:text-blue-lighter {
    color: #bcdefa !important;
  }

  .sm\:text-blue-lightest {
    color: #eff8ff !important;
  }

  .sm\:text-indigo-darkest {
    color: #191e38 !important;
  }

  .sm\:text-indigo-darker {
    color: #2f365f !important;
  }

  .sm\:text-indigo-dark {
    color: #5661b3 !important;
  }

  .sm\:text-indigo {
    color: #6574cd !important;
  }

  .sm\:text-indigo-light {
    color: #7886d7 !important;
  }

  .sm\:text-indigo-lighter {
    color: #b2b7ff !important;
  }

  .sm\:text-indigo-lightest {
    color: #e6e8ff !important;
  }

  .sm\:text-purple-darkest {
    color: #21183c !important;
  }

  .sm\:text-purple-darker {
    color: #382b5f !important;
  }

  .sm\:text-purple-dark {
    color: #794acf !important;
  }

  .sm\:text-purple {
    color: #9561e2 !important;
  }

  .sm\:text-purple-light {
    color: #a779e9 !important;
  }

  .sm\:text-purple-lighter {
    color: #d6bbfc !important;
  }

  .sm\:text-purple-lightest {
    color: #f3ebff !important;
  }

  .sm\:text-pink-darkest {
    color: #451225 !important;
  }

  .sm\:text-pink-darker {
    color: #6f213f !important;
  }

  .sm\:text-pink-dark {
    color: #eb5286 !important;
  }

  .sm\:text-pink {
    color: #f66d9b !important;
  }

  .sm\:text-pink-light {
    color: #fa7ea8 !important;
  }

  .sm\:text-pink-lighter {
    color: #ffbbca !important;
  }

  .sm\:text-pink-lightest {
    color: #ffebef !important;
  }

  .sm\:text-turnkey-primary {
    color: #ff645a !important;
  }

  .sm\:text-turnkey-primary-light {
    color: #ff746b !important;
  }

  .sm\:text-turnkey-primary-dark {
    color: #ff3b2f !important;
  }

  .sm\:text-turnkey-secondary {
    color: #fc3 !important;
  }

  .sm\:text-turnkey-secondary-light {
    color: #ffd147 !important;
  }

  .sm\:text-turnkey-secondary-dark {
    color: #ffc20d !important;
  }

  .sm\:text-app-primary {
    color: #1b6d9f !important;
  }

  .sm\:text-app-primary-light {
    color: #2080bb !important;
  }

  .sm\:text-app-primary-dark {
    color: #185f8b !important;
  }

  .sm\:text-app-secondary {
    color: #da3698 !important;
  }

  .sm\:text-app-secondary-light {
    color: #de4aa2 !important;
  }

  .sm\:text-app-secondary-dark {
    color: #c92587 !important;
  }

  .sm\:text-info {
    color: #3da1de !important;
  }

  .sm\:text-warning {
    color: #ff7c33 !important;
  }

  .sm\:text-success {
    color: #1fb186 !important;
  }

  .sm\:text-success-light {
    color: #24cb99 !important;
  }

  .sm\:text-success-lighter {
    color: #4bdfb4 !important;
  }

  .sm\:text-error-dark {
    color: #e01e1e !important;
  }

  .sm\:text-error {
    color: #e53d3d !important;
  }

  .sm\:text-error-light {
    color: #e85050 !important;
  }

  .sm\:text-error-lighter {
    color: #ed7777 !important;
  }

  .sm\:text-regular-font {
    color: #2f2e2e !important;
  }

  .sm\:text-neutral-darker {
    color: #585656 !important;
  }

  .sm\:text-neutral {
    color: #888585 !important;
  }

  .sm\:text-neutral-lighter {
    color: #b8b6b6 !important;
  }

  .sm\:text-neutral-extra-lighter {
    color: #f7f7f7 !important;
  }

  .sm\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .sm\:hover\:text-black:hover {
    color: #22292f !important;
  }

  .sm\:hover\:text-grey-darkest:hover {
    color: #455a64 !important;
  }

  .sm\:hover\:text-grey-darker:hover {
    color: #606f7b !important;
  }

  .sm\:hover\:text-grey-dark:hover {
    color: #8795a1 !important;
  }

  .sm\:hover\:text-grey:hover {
    color: #b8c2cc !important;
  }

  .sm\:hover\:text-grey-light:hover {
    color: #dae1e7 !important;
  }

  .sm\:hover\:text-grey-lighter:hover {
    color: #f1f5f8 !important;
  }

  .sm\:hover\:text-grey-lightest:hover {
    color: #f8fafc !important;
  }

  .sm\:hover\:text-white:hover {
    color: #fff !important;
  }

  .sm\:hover\:text-red-darkest:hover {
    color: #3b0d0c !important;
  }

  .sm\:hover\:text-red-darker:hover {
    color: #621b18 !important;
  }

  .sm\:hover\:text-red-dark:hover {
    color: #cc1f1a !important;
  }

  .sm\:hover\:text-red:hover {
    color: #e3342f !important;
  }

  .sm\:hover\:text-red-light:hover {
    color: #ef5753 !important;
  }

  .sm\:hover\:text-red-lighter:hover {
    color: #f9acaa !important;
  }

  .sm\:hover\:text-red-lightest:hover {
    color: #fcebea !important;
  }

  .sm\:hover\:text-orange-darkest:hover {
    color: #462a16 !important;
  }

  .sm\:hover\:text-orange-darker:hover {
    color: #613b1f !important;
  }

  .sm\:hover\:text-orange-dark:hover {
    color: #de751f !important;
  }

  .sm\:hover\:text-orange:hover {
    color: #f6993f !important;
  }

  .sm\:hover\:text-orange-light:hover {
    color: #faad63 !important;
  }

  .sm\:hover\:text-orange-lighter:hover {
    color: #fcd9b6 !important;
  }

  .sm\:hover\:text-orange-lightest:hover {
    color: #fff5eb !important;
  }

  .sm\:hover\:text-yellow-darkest:hover {
    color: #453411 !important;
  }

  .sm\:hover\:text-yellow-darker:hover {
    color: #684f1d !important;
  }

  .sm\:hover\:text-yellow-dark:hover {
    color: #f2d024 !important;
  }

  .sm\:hover\:text-yellow:hover {
    color: #fc3 !important;
  }

  .sm\:hover\:text-yellow-light:hover {
    color: #fff382 !important;
  }

  .sm\:hover\:text-yellow-lighter:hover {
    color: #fff9c2 !important;
  }

  .sm\:hover\:text-yellow-lightest:hover {
    color: #fcfbeb !important;
  }

  .sm\:hover\:text-green-darkest:hover {
    color: #0f2f21 !important;
  }

  .sm\:hover\:text-green-darker:hover {
    color: #1a4731 !important;
  }

  .sm\:hover\:text-green-dark:hover {
    color: #1f9d55 !important;
  }

  .sm\:hover\:text-green:hover {
    color: #38c172 !important;
  }

  .sm\:hover\:text-green-light:hover {
    color: #51d88a !important;
  }

  .sm\:hover\:text-green-lighter:hover {
    color: #a2f5bf !important;
  }

  .sm\:hover\:text-green-lightest:hover {
    color: #e3fcec !important;
  }

  .sm\:hover\:text-teal-darkest:hover {
    color: #0d3331 !important;
  }

  .sm\:hover\:text-teal-darker:hover {
    color: #20504f !important;
  }

  .sm\:hover\:text-teal-dark:hover {
    color: #38a89d !important;
  }

  .sm\:hover\:text-teal:hover {
    color: #4dc0b5 !important;
  }

  .sm\:hover\:text-teal-light:hover {
    color: #64d5ca !important;
  }

  .sm\:hover\:text-teal-lighter:hover {
    color: #a0f0ed !important;
  }

  .sm\:hover\:text-teal-lightest:hover {
    color: #e8fffe !important;
  }

  .sm\:hover\:text-blue-darkest:hover {
    color: #12283a !important;
  }

  .sm\:hover\:text-blue-darker:hover {
    color: #1c3d5a !important;
  }

  .sm\:hover\:text-blue-dark:hover {
    color: #2779bd !important;
  }

  .sm\:hover\:text-blue:hover {
    color: #3490dc !important;
  }

  .sm\:hover\:text-blue-light:hover {
    color: #6cb2eb !important;
  }

  .sm\:hover\:text-blue-lighter:hover {
    color: #bcdefa !important;
  }

  .sm\:hover\:text-blue-lightest:hover {
    color: #eff8ff !important;
  }

  .sm\:hover\:text-indigo-darkest:hover {
    color: #191e38 !important;
  }

  .sm\:hover\:text-indigo-darker:hover {
    color: #2f365f !important;
  }

  .sm\:hover\:text-indigo-dark:hover {
    color: #5661b3 !important;
  }

  .sm\:hover\:text-indigo:hover {
    color: #6574cd !important;
  }

  .sm\:hover\:text-indigo-light:hover {
    color: #7886d7 !important;
  }

  .sm\:hover\:text-indigo-lighter:hover {
    color: #b2b7ff !important;
  }

  .sm\:hover\:text-indigo-lightest:hover {
    color: #e6e8ff !important;
  }

  .sm\:hover\:text-purple-darkest:hover {
    color: #21183c !important;
  }

  .sm\:hover\:text-purple-darker:hover {
    color: #382b5f !important;
  }

  .sm\:hover\:text-purple-dark:hover {
    color: #794acf !important;
  }

  .sm\:hover\:text-purple:hover {
    color: #9561e2 !important;
  }

  .sm\:hover\:text-purple-light:hover {
    color: #a779e9 !important;
  }

  .sm\:hover\:text-purple-lighter:hover {
    color: #d6bbfc !important;
  }

  .sm\:hover\:text-purple-lightest:hover {
    color: #f3ebff !important;
  }

  .sm\:hover\:text-pink-darkest:hover {
    color: #451225 !important;
  }

  .sm\:hover\:text-pink-darker:hover {
    color: #6f213f !important;
  }

  .sm\:hover\:text-pink-dark:hover {
    color: #eb5286 !important;
  }

  .sm\:hover\:text-pink:hover {
    color: #f66d9b !important;
  }

  .sm\:hover\:text-pink-light:hover {
    color: #fa7ea8 !important;
  }

  .sm\:hover\:text-pink-lighter:hover {
    color: #ffbbca !important;
  }

  .sm\:hover\:text-pink-lightest:hover {
    color: #ffebef !important;
  }

  .sm\:hover\:text-turnkey-primary:hover {
    color: #ff645a !important;
  }

  .sm\:hover\:text-turnkey-primary-light:hover {
    color: #ff746b !important;
  }

  .sm\:hover\:text-turnkey-primary-dark:hover {
    color: #ff3b2f !important;
  }

  .sm\:hover\:text-turnkey-secondary:hover {
    color: #fc3 !important;
  }

  .sm\:hover\:text-turnkey-secondary-light:hover {
    color: #ffd147 !important;
  }

  .sm\:hover\:text-turnkey-secondary-dark:hover {
    color: #ffc20d !important;
  }

  .sm\:hover\:text-app-primary:hover {
    color: #1b6d9f !important;
  }

  .sm\:hover\:text-app-primary-light:hover {
    color: #2080bb !important;
  }

  .sm\:hover\:text-app-primary-dark:hover {
    color: #185f8b !important;
  }

  .sm\:hover\:text-app-secondary:hover {
    color: #da3698 !important;
  }

  .sm\:hover\:text-app-secondary-light:hover {
    color: #de4aa2 !important;
  }

  .sm\:hover\:text-app-secondary-dark:hover {
    color: #c92587 !important;
  }

  .sm\:hover\:text-info:hover {
    color: #3da1de !important;
  }

  .sm\:hover\:text-warning:hover {
    color: #ff7c33 !important;
  }

  .sm\:hover\:text-success:hover {
    color: #1fb186 !important;
  }

  .sm\:hover\:text-success-light:hover {
    color: #24cb99 !important;
  }

  .sm\:hover\:text-success-lighter:hover {
    color: #4bdfb4 !important;
  }

  .sm\:hover\:text-error-dark:hover {
    color: #e01e1e !important;
  }

  .sm\:hover\:text-error:hover {
    color: #e53d3d !important;
  }

  .sm\:hover\:text-error-light:hover {
    color: #e85050 !important;
  }

  .sm\:hover\:text-error-lighter:hover {
    color: #ed7777 !important;
  }

  .sm\:hover\:text-regular-font:hover {
    color: #2f2e2e !important;
  }

  .sm\:hover\:text-neutral-darker:hover {
    color: #585656 !important;
  }

  .sm\:hover\:text-neutral:hover {
    color: #888585 !important;
  }

  .sm\:hover\:text-neutral-lighter:hover {
    color: #b8b6b6 !important;
  }

  .sm\:hover\:text-neutral-extra-lighter:hover {
    color: #f7f7f7 !important;
  }

  .sm\:text-xxs {
    font-size: .625rem !important;
  }

  .sm\:text-xs {
    font-size: .75rem !important;
  }

  .sm\:text-sm {
    font-size: .875rem !important;
  }

  .sm\:text-base {
    font-size: 1rem !important;
  }

  .sm\:text-lg {
    font-size: 1.125rem !important;
  }

  .sm\:text-xl {
    font-size: 1.25rem !important;
  }

  .sm\:text-2xl {
    font-size: 1.5rem !important;
  }

  .sm\:text-3xl {
    font-size: 1.875rem !important;
  }

  .sm\:text-4xl {
    font-size: 2.25rem !important;
  }

  .sm\:text-5xl {
    font-size: 3rem !important;
  }

  .sm\:text-6xl {
    font-size: 3.75rem !important;
  }

  .sm\:italic {
    font-style: italic !important;
  }

  .sm\:roman {
    font-style: normal !important;
  }

  .sm\:uppercase {
    text-transform: uppercase !important;
  }

  .sm\:lowercase {
    text-transform: lowercase !important;
  }

  .sm\:capitalize {
    text-transform: capitalize !important;
  }

  .sm\:normal-case {
    text-transform: none !important;
  }

  .sm\:underline {
    text-decoration: underline !important;
  }

  .sm\:line-through {
    text-decoration: line-through !important;
  }

  .sm\:no-underline {
    text-decoration: none !important;
  }

  .sm\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .sm\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .sm\:hover\:italic:hover {
    font-style: italic !important;
  }

  .sm\:hover\:roman:hover {
    font-style: normal !important;
  }

  .sm\:hover\:uppercase:hover {
    text-transform: uppercase !important;
  }

  .sm\:hover\:lowercase:hover {
    text-transform: lowercase !important;
  }

  .sm\:hover\:capitalize:hover {
    text-transform: capitalize !important;
  }

  .sm\:hover\:normal-case:hover {
    text-transform: none !important;
  }

  .sm\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .sm\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .sm\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .sm\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .sm\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .sm\:tracking-tight {
    letter-spacing: -0.05em !important;
  }

  .sm\:tracking-normal {
    letter-spacing: 0 !important;
  }

  .sm\:tracking-wide {
    letter-spacing: .05em !important;
  }

  .sm\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
  }

  .sm\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
            user-select: text !important;
  }

  .sm\:align-baseline {
    vertical-align: baseline !important;
  }

  .sm\:align-top {
    vertical-align: top !important;
  }

  .sm\:align-middle {
    vertical-align: middle !important;
  }

  .sm\:align-bottom {
    vertical-align: bottom !important;
  }

  .sm\:align-text-top {
    vertical-align: text-top !important;
  }

  .sm\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .sm\:visible {
    visibility: visible !important;
  }

  .sm\:invisible {
    visibility: hidden !important;
  }

  .sm\:whitespace-normal {
    white-space: normal !important;
  }

  .sm\:whitespace-no-wrap {
    white-space: nowrap !important;
  }

  .sm\:whitespace-pre {
    white-space: pre !important;
  }

  .sm\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .sm\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .sm\:break-words {
    word-wrap: break-word !important;
  }

  .sm\:break-normal {
    word-wrap: normal !important;
  }

  .sm\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .sm\:w-0 {
    width: 0 !important;
  }

  .sm\:w-1 {
    width: .25rem !important;
  }

  .sm\:w-2 {
    width: .5rem !important;
  }

  .sm\:w-3 {
    width: .75rem !important;
  }

  .sm\:w-4 {
    width: 1rem !important;
  }

  .sm\:w-5 {
    width: 1.25rem !important;
  }

  .sm\:w-6 {
    width: 1.5rem !important;
  }

  .sm\:w-8 {
    width: 2rem !important;
  }

  .sm\:w-10 {
    width: 2.5rem !important;
  }

  .sm\:w-12 {
    width: 3rem !important;
  }

  .sm\:w-13 {
    width: 3.25rem !important;
  }

  .sm\:w-14 {
    width: 3.5rem !important;
  }

  .sm\:w-16 {
    width: 4rem !important;
  }

  .sm\:w-18 {
    width: 4.5rem !important;
  }

  .sm\:w-20 {
    width: 5rem !important;
  }

  .sm\:w-24 {
    width: 6rem !important;
  }

  .sm\:w-32 {
    width: 8rem !important;
  }

  .sm\:w-40 {
    width: 10rem !important;
  }

  .sm\:w-48 {
    width: 12rem !important;
  }

  .sm\:w-56 {
    width: 14rem !important;
  }

  .sm\:w-64 {
    width: 16rem !important;
  }

  .sm\:w-72 {
    width: 18rem !important;
  }

  .sm\:w-88 {
    width: 22rem !important;
  }

  .sm\:w-120 {
    width: 30rem !important;
  }

  .sm\:w-auto {
    width: auto !important;
  }

  .sm\:w-px {
    width: 1px !important;
  }

  .sm\:w-16px {
    width: 16px !important;
  }

  .sm\:w-620px {
    width: 620px !important;
  }

  .sm\:w-640px {
    width: 640px !important;
  }

  .sm\:w-1\/2 {
    width: 50% !important;
  }

  .sm\:w-1\/3 {
    width: 33.33333% !important;
  }

  .sm\:w-2\/3 {
    width: 66.66667% !important;
  }

  .sm\:w-1\/4 {
    width: 25% !important;
  }

  .sm\:w-3\/4 {
    width: 75% !important;
  }

  .sm\:w-1\/5 {
    width: 20% !important;
  }

  .sm\:w-2\/5 {
    width: 40% !important;
  }

  .sm\:w-3\/5 {
    width: 60% !important;
  }

  .sm\:w-4\/5 {
    width: 80% !important;
  }

  .sm\:w-1\/6 {
    width: 16.66667% !important;
  }

  .sm\:w-5\/6 {
    width: 83.33333% !important;
  }

  .sm\:w-full {
    width: 100% !important;
  }

  .sm\:w-screen {
    width: 100vw !important;
  }

  .sm\:z-0 {
    z-index: 0 !important;
  }

  .sm\:z-10 {
    z-index: 10 !important;
  }

  .sm\:z-20 {
    z-index: 20 !important;
  }

  .sm\:z-30 {
    z-index: 30 !important;
  }

  .sm\:z-40 {
    z-index: 40 !important;
  }

  .sm\:z-50 {
    z-index: 50 !important;
  }

  .sm\:z-1000 {
    z-index: 1000 !important;
  }

  .sm\:z-auto {
    z-index: auto !important;
  }

  .sm\:pin-l-48 {
    left: 12rem;
  }

  .sm\:pin-b-50px {
    bottom: 50px;
  }

  .sm\:pin-b-80px {
    bottom: 80px;
  }

  .sm\:pin-l-10 {
    left: 2.5rem !important;
  }
}

@media (min-width: 768px) {
  .md\:list-reset {
    list-style: none !important;
    padding: 0 !important;
  }

  .md\:appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .md\:bg-fixed {
    background-attachment: fixed !important;
  }

  .md\:bg-local {
    background-attachment: local !important;
  }

  .md\:bg-scroll {
    background-attachment: scroll !important;
  }

  .md\:bg-transparent {
    background-color: transparent !important;
  }

  .md\:bg-black {
    background-color: #22292f !important;
  }

  .md\:bg-grey-darkest {
    background-color: #455a64 !important;
  }

  .md\:bg-grey-darker {
    background-color: #606f7b !important;
  }

  .md\:bg-grey-dark {
    background-color: #8795a1 !important;
  }

  .md\:bg-grey {
    background-color: #b8c2cc !important;
  }

  .md\:bg-grey-light {
    background-color: #dae1e7 !important;
  }

  .md\:bg-grey-lighter {
    background-color: #f1f5f8 !important;
  }

  .md\:bg-grey-lightest {
    background-color: #f8fafc !important;
  }

  .md\:bg-white {
    background-color: #fff !important;
  }

  .md\:bg-red-darkest {
    background-color: #3b0d0c !important;
  }

  .md\:bg-red-darker {
    background-color: #621b18 !important;
  }

  .md\:bg-red-dark {
    background-color: #cc1f1a !important;
  }

  .md\:bg-red {
    background-color: #e3342f !important;
  }

  .md\:bg-red-light {
    background-color: #ef5753 !important;
  }

  .md\:bg-red-lighter {
    background-color: #f9acaa !important;
  }

  .md\:bg-red-lightest {
    background-color: #fcebea !important;
  }

  .md\:bg-orange-darkest {
    background-color: #462a16 !important;
  }

  .md\:bg-orange-darker {
    background-color: #613b1f !important;
  }

  .md\:bg-orange-dark {
    background-color: #de751f !important;
  }

  .md\:bg-orange {
    background-color: #f6993f !important;
  }

  .md\:bg-orange-light {
    background-color: #faad63 !important;
  }

  .md\:bg-orange-lighter {
    background-color: #fcd9b6 !important;
  }

  .md\:bg-orange-lightest {
    background-color: #fff5eb !important;
  }

  .md\:bg-yellow-darkest {
    background-color: #453411 !important;
  }

  .md\:bg-yellow-darker {
    background-color: #684f1d !important;
  }

  .md\:bg-yellow-dark {
    background-color: #f2d024 !important;
  }

  .md\:bg-yellow {
    background-color: #fc3 !important;
  }

  .md\:bg-yellow-light {
    background-color: #fff382 !important;
  }

  .md\:bg-yellow-lighter {
    background-color: #fff9c2 !important;
  }

  .md\:bg-yellow-lightest {
    background-color: #fcfbeb !important;
  }

  .md\:bg-green-darkest {
    background-color: #0f2f21 !important;
  }

  .md\:bg-green-darker {
    background-color: #1a4731 !important;
  }

  .md\:bg-green-dark {
    background-color: #1f9d55 !important;
  }

  .md\:bg-green {
    background-color: #38c172 !important;
  }

  .md\:bg-green-light {
    background-color: #51d88a !important;
  }

  .md\:bg-green-lighter {
    background-color: #a2f5bf !important;
  }

  .md\:bg-green-lightest {
    background-color: #e3fcec !important;
  }

  .md\:bg-teal-darkest {
    background-color: #0d3331 !important;
  }

  .md\:bg-teal-darker {
    background-color: #20504f !important;
  }

  .md\:bg-teal-dark {
    background-color: #38a89d !important;
  }

  .md\:bg-teal {
    background-color: #4dc0b5 !important;
  }

  .md\:bg-teal-light {
    background-color: #64d5ca !important;
  }

  .md\:bg-teal-lighter {
    background-color: #a0f0ed !important;
  }

  .md\:bg-teal-lightest {
    background-color: #e8fffe !important;
  }

  .md\:bg-blue-darkest {
    background-color: #12283a !important;
  }

  .md\:bg-blue-darker {
    background-color: #1c3d5a !important;
  }

  .md\:bg-blue-dark {
    background-color: #2779bd !important;
  }

  .md\:bg-blue {
    background-color: #3490dc !important;
  }

  .md\:bg-blue-light {
    background-color: #6cb2eb !important;
  }

  .md\:bg-blue-lighter {
    background-color: #bcdefa !important;
  }

  .md\:bg-blue-lightest {
    background-color: #eff8ff !important;
  }

  .md\:bg-indigo-darkest {
    background-color: #191e38 !important;
  }

  .md\:bg-indigo-darker {
    background-color: #2f365f !important;
  }

  .md\:bg-indigo-dark {
    background-color: #5661b3 !important;
  }

  .md\:bg-indigo {
    background-color: #6574cd !important;
  }

  .md\:bg-indigo-light {
    background-color: #7886d7 !important;
  }

  .md\:bg-indigo-lighter {
    background-color: #b2b7ff !important;
  }

  .md\:bg-indigo-lightest {
    background-color: #e6e8ff !important;
  }

  .md\:bg-purple-darkest {
    background-color: #21183c !important;
  }

  .md\:bg-purple-darker {
    background-color: #382b5f !important;
  }

  .md\:bg-purple-dark {
    background-color: #794acf !important;
  }

  .md\:bg-purple {
    background-color: #9561e2 !important;
  }

  .md\:bg-purple-light {
    background-color: #a779e9 !important;
  }

  .md\:bg-purple-lighter {
    background-color: #d6bbfc !important;
  }

  .md\:bg-purple-lightest {
    background-color: #f3ebff !important;
  }

  .md\:bg-pink-darkest {
    background-color: #451225 !important;
  }

  .md\:bg-pink-darker {
    background-color: #6f213f !important;
  }

  .md\:bg-pink-dark {
    background-color: #eb5286 !important;
  }

  .md\:bg-pink {
    background-color: #f66d9b !important;
  }

  .md\:bg-pink-light {
    background-color: #fa7ea8 !important;
  }

  .md\:bg-pink-lighter {
    background-color: #ffbbca !important;
  }

  .md\:bg-pink-lightest {
    background-color: #ffebef !important;
  }

  .md\:bg-turnkey-primary {
    background-color: #ff645a !important;
  }

  .md\:bg-turnkey-primary-light {
    background-color: #ff746b !important;
  }

  .md\:bg-turnkey-primary-dark {
    background-color: #ff3b2f !important;
  }

  .md\:bg-turnkey-secondary {
    background-color: #fc3 !important;
  }

  .md\:bg-turnkey-secondary-light {
    background-color: #ffd147 !important;
  }

  .md\:bg-turnkey-secondary-dark {
    background-color: #ffc20d !important;
  }

  .md\:bg-app-primary {
    background-color: #1b6d9f !important;
  }

  .md\:bg-app-primary-light {
    background-color: #2080bb !important;
  }

  .md\:bg-app-primary-dark {
    background-color: #185f8b !important;
  }

  .md\:bg-app-secondary {
    background-color: #da3698 !important;
  }

  .md\:bg-app-secondary-light {
    background-color: #de4aa2 !important;
  }

  .md\:bg-app-secondary-dark {
    background-color: #c92587 !important;
  }

  .md\:bg-info {
    background-color: #3da1de !important;
  }

  .md\:bg-warning {
    background-color: #ff7c33 !important;
  }

  .md\:bg-success {
    background-color: #1fb186 !important;
  }

  .md\:bg-success-light {
    background-color: #24cb99 !important;
  }

  .md\:bg-success-lighter {
    background-color: #4bdfb4 !important;
  }

  .md\:bg-error-dark {
    background-color: #e01e1e !important;
  }

  .md\:bg-error {
    background-color: #e53d3d !important;
  }

  .md\:bg-error-light {
    background-color: #e85050 !important;
  }

  .md\:bg-error-lighter {
    background-color: #ed7777 !important;
  }

  .md\:bg-regular-font {
    background-color: #2f2e2e !important;
  }

  .md\:bg-neutral-darker {
    background-color: #585656 !important;
  }

  .md\:bg-neutral {
    background-color: #888585 !important;
  }

  .md\:bg-neutral-lighter {
    background-color: #b8b6b6 !important;
  }

  .md\:bg-neutral-extra-lighter {
    background-color: #f7f7f7 !important;
  }

  .md\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }

  .md\:hover\:bg-black:hover {
    background-color: #22292f !important;
  }

  .md\:hover\:bg-grey-darkest:hover {
    background-color: #455a64 !important;
  }

  .md\:hover\:bg-grey-darker:hover {
    background-color: #606f7b !important;
  }

  .md\:hover\:bg-grey-dark:hover {
    background-color: #8795a1 !important;
  }

  .md\:hover\:bg-grey:hover {
    background-color: #b8c2cc !important;
  }

  .md\:hover\:bg-grey-light:hover {
    background-color: #dae1e7 !important;
  }

  .md\:hover\:bg-grey-lighter:hover {
    background-color: #f1f5f8 !important;
  }

  .md\:hover\:bg-grey-lightest:hover {
    background-color: #f8fafc !important;
  }

  .md\:hover\:bg-white:hover {
    background-color: #fff !important;
  }

  .md\:hover\:bg-red-darkest:hover {
    background-color: #3b0d0c !important;
  }

  .md\:hover\:bg-red-darker:hover {
    background-color: #621b18 !important;
  }

  .md\:hover\:bg-red-dark:hover {
    background-color: #cc1f1a !important;
  }

  .md\:hover\:bg-red:hover {
    background-color: #e3342f !important;
  }

  .md\:hover\:bg-red-light:hover {
    background-color: #ef5753 !important;
  }

  .md\:hover\:bg-red-lighter:hover {
    background-color: #f9acaa !important;
  }

  .md\:hover\:bg-red-lightest:hover {
    background-color: #fcebea !important;
  }

  .md\:hover\:bg-orange-darkest:hover {
    background-color: #462a16 !important;
  }

  .md\:hover\:bg-orange-darker:hover {
    background-color: #613b1f !important;
  }

  .md\:hover\:bg-orange-dark:hover {
    background-color: #de751f !important;
  }

  .md\:hover\:bg-orange:hover {
    background-color: #f6993f !important;
  }

  .md\:hover\:bg-orange-light:hover {
    background-color: #faad63 !important;
  }

  .md\:hover\:bg-orange-lighter:hover {
    background-color: #fcd9b6 !important;
  }

  .md\:hover\:bg-orange-lightest:hover {
    background-color: #fff5eb !important;
  }

  .md\:hover\:bg-yellow-darkest:hover {
    background-color: #453411 !important;
  }

  .md\:hover\:bg-yellow-darker:hover {
    background-color: #684f1d !important;
  }

  .md\:hover\:bg-yellow-dark:hover {
    background-color: #f2d024 !important;
  }

  .md\:hover\:bg-yellow:hover {
    background-color: #fc3 !important;
  }

  .md\:hover\:bg-yellow-light:hover {
    background-color: #fff382 !important;
  }

  .md\:hover\:bg-yellow-lighter:hover {
    background-color: #fff9c2 !important;
  }

  .md\:hover\:bg-yellow-lightest:hover {
    background-color: #fcfbeb !important;
  }

  .md\:hover\:bg-green-darkest:hover {
    background-color: #0f2f21 !important;
  }

  .md\:hover\:bg-green-darker:hover {
    background-color: #1a4731 !important;
  }

  .md\:hover\:bg-green-dark:hover {
    background-color: #1f9d55 !important;
  }

  .md\:hover\:bg-green:hover {
    background-color: #38c172 !important;
  }

  .md\:hover\:bg-green-light:hover {
    background-color: #51d88a !important;
  }

  .md\:hover\:bg-green-lighter:hover {
    background-color: #a2f5bf !important;
  }

  .md\:hover\:bg-green-lightest:hover {
    background-color: #e3fcec !important;
  }

  .md\:hover\:bg-teal-darkest:hover {
    background-color: #0d3331 !important;
  }

  .md\:hover\:bg-teal-darker:hover {
    background-color: #20504f !important;
  }

  .md\:hover\:bg-teal-dark:hover {
    background-color: #38a89d !important;
  }

  .md\:hover\:bg-teal:hover {
    background-color: #4dc0b5 !important;
  }

  .md\:hover\:bg-teal-light:hover {
    background-color: #64d5ca !important;
  }

  .md\:hover\:bg-teal-lighter:hover {
    background-color: #a0f0ed !important;
  }

  .md\:hover\:bg-teal-lightest:hover {
    background-color: #e8fffe !important;
  }

  .md\:hover\:bg-blue-darkest:hover {
    background-color: #12283a !important;
  }

  .md\:hover\:bg-blue-darker:hover {
    background-color: #1c3d5a !important;
  }

  .md\:hover\:bg-blue-dark:hover {
    background-color: #2779bd !important;
  }

  .md\:hover\:bg-blue:hover {
    background-color: #3490dc !important;
  }

  .md\:hover\:bg-blue-light:hover {
    background-color: #6cb2eb !important;
  }

  .md\:hover\:bg-blue-lighter:hover {
    background-color: #bcdefa !important;
  }

  .md\:hover\:bg-blue-lightest:hover {
    background-color: #eff8ff !important;
  }

  .md\:hover\:bg-indigo-darkest:hover {
    background-color: #191e38 !important;
  }

  .md\:hover\:bg-indigo-darker:hover {
    background-color: #2f365f !important;
  }

  .md\:hover\:bg-indigo-dark:hover {
    background-color: #5661b3 !important;
  }

  .md\:hover\:bg-indigo:hover {
    background-color: #6574cd !important;
  }

  .md\:hover\:bg-indigo-light:hover {
    background-color: #7886d7 !important;
  }

  .md\:hover\:bg-indigo-lighter:hover {
    background-color: #b2b7ff !important;
  }

  .md\:hover\:bg-indigo-lightest:hover {
    background-color: #e6e8ff !important;
  }

  .md\:hover\:bg-purple-darkest:hover {
    background-color: #21183c !important;
  }

  .md\:hover\:bg-purple-darker:hover {
    background-color: #382b5f !important;
  }

  .md\:hover\:bg-purple-dark:hover {
    background-color: #794acf !important;
  }

  .md\:hover\:bg-purple:hover {
    background-color: #9561e2 !important;
  }

  .md\:hover\:bg-purple-light:hover {
    background-color: #a779e9 !important;
  }

  .md\:hover\:bg-purple-lighter:hover {
    background-color: #d6bbfc !important;
  }

  .md\:hover\:bg-purple-lightest:hover {
    background-color: #f3ebff !important;
  }

  .md\:hover\:bg-pink-darkest:hover {
    background-color: #451225 !important;
  }

  .md\:hover\:bg-pink-darker:hover {
    background-color: #6f213f !important;
  }

  .md\:hover\:bg-pink-dark:hover {
    background-color: #eb5286 !important;
  }

  .md\:hover\:bg-pink:hover {
    background-color: #f66d9b !important;
  }

  .md\:hover\:bg-pink-light:hover {
    background-color: #fa7ea8 !important;
  }

  .md\:hover\:bg-pink-lighter:hover {
    background-color: #ffbbca !important;
  }

  .md\:hover\:bg-pink-lightest:hover {
    background-color: #ffebef !important;
  }

  .md\:hover\:bg-turnkey-primary:hover {
    background-color: #ff645a !important;
  }

  .md\:hover\:bg-turnkey-primary-light:hover {
    background-color: #ff746b !important;
  }

  .md\:hover\:bg-turnkey-primary-dark:hover {
    background-color: #ff3b2f !important;
  }

  .md\:hover\:bg-turnkey-secondary:hover {
    background-color: #fc3 !important;
  }

  .md\:hover\:bg-turnkey-secondary-light:hover {
    background-color: #ffd147 !important;
  }

  .md\:hover\:bg-turnkey-secondary-dark:hover {
    background-color: #ffc20d !important;
  }

  .md\:hover\:bg-app-primary:hover {
    background-color: #1b6d9f !important;
  }

  .md\:hover\:bg-app-primary-light:hover {
    background-color: #2080bb !important;
  }

  .md\:hover\:bg-app-primary-dark:hover {
    background-color: #185f8b !important;
  }

  .md\:hover\:bg-app-secondary:hover {
    background-color: #da3698 !important;
  }

  .md\:hover\:bg-app-secondary-light:hover {
    background-color: #de4aa2 !important;
  }

  .md\:hover\:bg-app-secondary-dark:hover {
    background-color: #c92587 !important;
  }

  .md\:hover\:bg-info:hover {
    background-color: #3da1de !important;
  }

  .md\:hover\:bg-warning:hover {
    background-color: #ff7c33 !important;
  }

  .md\:hover\:bg-success:hover {
    background-color: #1fb186 !important;
  }

  .md\:hover\:bg-success-light:hover {
    background-color: #24cb99 !important;
  }

  .md\:hover\:bg-success-lighter:hover {
    background-color: #4bdfb4 !important;
  }

  .md\:hover\:bg-error-dark:hover {
    background-color: #e01e1e !important;
  }

  .md\:hover\:bg-error:hover {
    background-color: #e53d3d !important;
  }

  .md\:hover\:bg-error-light:hover {
    background-color: #e85050 !important;
  }

  .md\:hover\:bg-error-lighter:hover {
    background-color: #ed7777 !important;
  }

  .md\:hover\:bg-regular-font:hover {
    background-color: #2f2e2e !important;
  }

  .md\:hover\:bg-neutral-darker:hover {
    background-color: #585656 !important;
  }

  .md\:hover\:bg-neutral:hover {
    background-color: #888585 !important;
  }

  .md\:hover\:bg-neutral-lighter:hover {
    background-color: #b8b6b6 !important;
  }

  .md\:hover\:bg-neutral-extra-lighter:hover {
    background-color: #f7f7f7 !important;
  }

  .md\:bg-bottom {
    background-position: bottom !important;
  }

  .md\:bg-center {
    background-position: center !important;
  }

  .md\:bg-left {
    background-position: left !important;
  }

  .md\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .md\:bg-left-top {
    background-position: left top !important;
  }

  .md\:bg-right {
    background-position: right !important;
  }

  .md\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .md\:bg-right-top {
    background-position: right top !important;
  }

  .md\:bg-top {
    background-position: top !important;
  }

  .md\:bg-repeat {
    background-repeat: repeat !important;
  }

  .md\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .md\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .md\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .md\:bg-auto {
    background-size: auto !important;
  }

  .md\:bg-cover {
    background-size: cover !important;
  }

  .md\:bg-contain {
    background-size: contain !important;
  }

  .md\:border-transparent {
    border-color: transparent !important;
  }

  .md\:border-black {
    border-color: #22292f !important;
  }

  .md\:border-grey-darkest {
    border-color: #455a64 !important;
  }

  .md\:border-grey-darker {
    border-color: #606f7b !important;
  }

  .md\:border-grey-dark {
    border-color: #8795a1 !important;
  }

  .md\:border-grey {
    border-color: #b8c2cc !important;
  }

  .md\:border-grey-light {
    border-color: #dae1e7 !important;
  }

  .md\:border-grey-lighter {
    border-color: #f1f5f8 !important;
  }

  .md\:border-grey-lightest {
    border-color: #f8fafc !important;
  }

  .md\:border-white {
    border-color: #fff !important;
  }

  .md\:border-red-darkest {
    border-color: #3b0d0c !important;
  }

  .md\:border-red-darker {
    border-color: #621b18 !important;
  }

  .md\:border-red-dark {
    border-color: #cc1f1a !important;
  }

  .md\:border-red {
    border-color: #e3342f !important;
  }

  .md\:border-red-light {
    border-color: #ef5753 !important;
  }

  .md\:border-red-lighter {
    border-color: #f9acaa !important;
  }

  .md\:border-red-lightest {
    border-color: #fcebea !important;
  }

  .md\:border-orange-darkest {
    border-color: #462a16 !important;
  }

  .md\:border-orange-darker {
    border-color: #613b1f !important;
  }

  .md\:border-orange-dark {
    border-color: #de751f !important;
  }

  .md\:border-orange {
    border-color: #f6993f !important;
  }

  .md\:border-orange-light {
    border-color: #faad63 !important;
  }

  .md\:border-orange-lighter {
    border-color: #fcd9b6 !important;
  }

  .md\:border-orange-lightest {
    border-color: #fff5eb !important;
  }

  .md\:border-yellow-darkest {
    border-color: #453411 !important;
  }

  .md\:border-yellow-darker {
    border-color: #684f1d !important;
  }

  .md\:border-yellow-dark {
    border-color: #f2d024 !important;
  }

  .md\:border-yellow {
    border-color: #fc3 !important;
  }

  .md\:border-yellow-light {
    border-color: #fff382 !important;
  }

  .md\:border-yellow-lighter {
    border-color: #fff9c2 !important;
  }

  .md\:border-yellow-lightest {
    border-color: #fcfbeb !important;
  }

  .md\:border-green-darkest {
    border-color: #0f2f21 !important;
  }

  .md\:border-green-darker {
    border-color: #1a4731 !important;
  }

  .md\:border-green-dark {
    border-color: #1f9d55 !important;
  }

  .md\:border-green {
    border-color: #38c172 !important;
  }

  .md\:border-green-light {
    border-color: #51d88a !important;
  }

  .md\:border-green-lighter {
    border-color: #a2f5bf !important;
  }

  .md\:border-green-lightest {
    border-color: #e3fcec !important;
  }

  .md\:border-teal-darkest {
    border-color: #0d3331 !important;
  }

  .md\:border-teal-darker {
    border-color: #20504f !important;
  }

  .md\:border-teal-dark {
    border-color: #38a89d !important;
  }

  .md\:border-teal {
    border-color: #4dc0b5 !important;
  }

  .md\:border-teal-light {
    border-color: #64d5ca !important;
  }

  .md\:border-teal-lighter {
    border-color: #a0f0ed !important;
  }

  .md\:border-teal-lightest {
    border-color: #e8fffe !important;
  }

  .md\:border-blue-darkest {
    border-color: #12283a !important;
  }

  .md\:border-blue-darker {
    border-color: #1c3d5a !important;
  }

  .md\:border-blue-dark {
    border-color: #2779bd !important;
  }

  .md\:border-blue {
    border-color: #3490dc !important;
  }

  .md\:border-blue-light {
    border-color: #6cb2eb !important;
  }

  .md\:border-blue-lighter {
    border-color: #bcdefa !important;
  }

  .md\:border-blue-lightest {
    border-color: #eff8ff !important;
  }

  .md\:border-indigo-darkest {
    border-color: #191e38 !important;
  }

  .md\:border-indigo-darker {
    border-color: #2f365f !important;
  }

  .md\:border-indigo-dark {
    border-color: #5661b3 !important;
  }

  .md\:border-indigo {
    border-color: #6574cd !important;
  }

  .md\:border-indigo-light {
    border-color: #7886d7 !important;
  }

  .md\:border-indigo-lighter {
    border-color: #b2b7ff !important;
  }

  .md\:border-indigo-lightest {
    border-color: #e6e8ff !important;
  }

  .md\:border-purple-darkest {
    border-color: #21183c !important;
  }

  .md\:border-purple-darker {
    border-color: #382b5f !important;
  }

  .md\:border-purple-dark {
    border-color: #794acf !important;
  }

  .md\:border-purple {
    border-color: #9561e2 !important;
  }

  .md\:border-purple-light {
    border-color: #a779e9 !important;
  }

  .md\:border-purple-lighter {
    border-color: #d6bbfc !important;
  }

  .md\:border-purple-lightest {
    border-color: #f3ebff !important;
  }

  .md\:border-pink-darkest {
    border-color: #451225 !important;
  }

  .md\:border-pink-darker {
    border-color: #6f213f !important;
  }

  .md\:border-pink-dark {
    border-color: #eb5286 !important;
  }

  .md\:border-pink {
    border-color: #f66d9b !important;
  }

  .md\:border-pink-light {
    border-color: #fa7ea8 !important;
  }

  .md\:border-pink-lighter {
    border-color: #ffbbca !important;
  }

  .md\:border-pink-lightest {
    border-color: #ffebef !important;
  }

  .md\:border-turnkey-primary {
    border-color: #ff645a !important;
  }

  .md\:border-turnkey-primary-light {
    border-color: #ff746b !important;
  }

  .md\:border-turnkey-primary-dark {
    border-color: #ff3b2f !important;
  }

  .md\:border-turnkey-secondary {
    border-color: #fc3 !important;
  }

  .md\:border-turnkey-secondary-light {
    border-color: #ffd147 !important;
  }

  .md\:border-turnkey-secondary-dark {
    border-color: #ffc20d !important;
  }

  .md\:border-app-primary {
    border-color: #1b6d9f !important;
  }

  .md\:border-app-primary-light {
    border-color: #2080bb !important;
  }

  .md\:border-app-primary-dark {
    border-color: #185f8b !important;
  }

  .md\:border-app-secondary {
    border-color: #da3698 !important;
  }

  .md\:border-app-secondary-light {
    border-color: #de4aa2 !important;
  }

  .md\:border-app-secondary-dark {
    border-color: #c92587 !important;
  }

  .md\:border-info {
    border-color: #3da1de !important;
  }

  .md\:border-warning {
    border-color: #ff7c33 !important;
  }

  .md\:border-success {
    border-color: #1fb186 !important;
  }

  .md\:border-success-light {
    border-color: #24cb99 !important;
  }

  .md\:border-success-lighter {
    border-color: #4bdfb4 !important;
  }

  .md\:border-error-dark {
    border-color: #e01e1e !important;
  }

  .md\:border-error {
    border-color: #e53d3d !important;
  }

  .md\:border-error-light {
    border-color: #e85050 !important;
  }

  .md\:border-error-lighter {
    border-color: #ed7777 !important;
  }

  .md\:border-regular-font {
    border-color: #2f2e2e !important;
  }

  .md\:border-neutral-darker {
    border-color: #585656 !important;
  }

  .md\:border-neutral {
    border-color: #888585 !important;
  }

  .md\:border-neutral-lighter {
    border-color: #b8b6b6 !important;
  }

  .md\:border-neutral-extra-lighter {
    border-color: #f7f7f7 !important;
  }

  .md\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }

  .md\:hover\:border-black:hover {
    border-color: #22292f !important;
  }

  .md\:hover\:border-grey-darkest:hover {
    border-color: #455a64 !important;
  }

  .md\:hover\:border-grey-darker:hover {
    border-color: #606f7b !important;
  }

  .md\:hover\:border-grey-dark:hover {
    border-color: #8795a1 !important;
  }

  .md\:hover\:border-grey:hover {
    border-color: #b8c2cc !important;
  }

  .md\:hover\:border-grey-light:hover {
    border-color: #dae1e7 !important;
  }

  .md\:hover\:border-grey-lighter:hover {
    border-color: #f1f5f8 !important;
  }

  .md\:hover\:border-grey-lightest:hover {
    border-color: #f8fafc !important;
  }

  .md\:hover\:border-white:hover {
    border-color: #fff !important;
  }

  .md\:hover\:border-red-darkest:hover {
    border-color: #3b0d0c !important;
  }

  .md\:hover\:border-red-darker:hover {
    border-color: #621b18 !important;
  }

  .md\:hover\:border-red-dark:hover {
    border-color: #cc1f1a !important;
  }

  .md\:hover\:border-red:hover {
    border-color: #e3342f !important;
  }

  .md\:hover\:border-red-light:hover {
    border-color: #ef5753 !important;
  }

  .md\:hover\:border-red-lighter:hover {
    border-color: #f9acaa !important;
  }

  .md\:hover\:border-red-lightest:hover {
    border-color: #fcebea !important;
  }

  .md\:hover\:border-orange-darkest:hover {
    border-color: #462a16 !important;
  }

  .md\:hover\:border-orange-darker:hover {
    border-color: #613b1f !important;
  }

  .md\:hover\:border-orange-dark:hover {
    border-color: #de751f !important;
  }

  .md\:hover\:border-orange:hover {
    border-color: #f6993f !important;
  }

  .md\:hover\:border-orange-light:hover {
    border-color: #faad63 !important;
  }

  .md\:hover\:border-orange-lighter:hover {
    border-color: #fcd9b6 !important;
  }

  .md\:hover\:border-orange-lightest:hover {
    border-color: #fff5eb !important;
  }

  .md\:hover\:border-yellow-darkest:hover {
    border-color: #453411 !important;
  }

  .md\:hover\:border-yellow-darker:hover {
    border-color: #684f1d !important;
  }

  .md\:hover\:border-yellow-dark:hover {
    border-color: #f2d024 !important;
  }

  .md\:hover\:border-yellow:hover {
    border-color: #fc3 !important;
  }

  .md\:hover\:border-yellow-light:hover {
    border-color: #fff382 !important;
  }

  .md\:hover\:border-yellow-lighter:hover {
    border-color: #fff9c2 !important;
  }

  .md\:hover\:border-yellow-lightest:hover {
    border-color: #fcfbeb !important;
  }

  .md\:hover\:border-green-darkest:hover {
    border-color: #0f2f21 !important;
  }

  .md\:hover\:border-green-darker:hover {
    border-color: #1a4731 !important;
  }

  .md\:hover\:border-green-dark:hover {
    border-color: #1f9d55 !important;
  }

  .md\:hover\:border-green:hover {
    border-color: #38c172 !important;
  }

  .md\:hover\:border-green-light:hover {
    border-color: #51d88a !important;
  }

  .md\:hover\:border-green-lighter:hover {
    border-color: #a2f5bf !important;
  }

  .md\:hover\:border-green-lightest:hover {
    border-color: #e3fcec !important;
  }

  .md\:hover\:border-teal-darkest:hover {
    border-color: #0d3331 !important;
  }

  .md\:hover\:border-teal-darker:hover {
    border-color: #20504f !important;
  }

  .md\:hover\:border-teal-dark:hover {
    border-color: #38a89d !important;
  }

  .md\:hover\:border-teal:hover {
    border-color: #4dc0b5 !important;
  }

  .md\:hover\:border-teal-light:hover {
    border-color: #64d5ca !important;
  }

  .md\:hover\:border-teal-lighter:hover {
    border-color: #a0f0ed !important;
  }

  .md\:hover\:border-teal-lightest:hover {
    border-color: #e8fffe !important;
  }

  .md\:hover\:border-blue-darkest:hover {
    border-color: #12283a !important;
  }

  .md\:hover\:border-blue-darker:hover {
    border-color: #1c3d5a !important;
  }

  .md\:hover\:border-blue-dark:hover {
    border-color: #2779bd !important;
  }

  .md\:hover\:border-blue:hover {
    border-color: #3490dc !important;
  }

  .md\:hover\:border-blue-light:hover {
    border-color: #6cb2eb !important;
  }

  .md\:hover\:border-blue-lighter:hover {
    border-color: #bcdefa !important;
  }

  .md\:hover\:border-blue-lightest:hover {
    border-color: #eff8ff !important;
  }

  .md\:hover\:border-indigo-darkest:hover {
    border-color: #191e38 !important;
  }

  .md\:hover\:border-indigo-darker:hover {
    border-color: #2f365f !important;
  }

  .md\:hover\:border-indigo-dark:hover {
    border-color: #5661b3 !important;
  }

  .md\:hover\:border-indigo:hover {
    border-color: #6574cd !important;
  }

  .md\:hover\:border-indigo-light:hover {
    border-color: #7886d7 !important;
  }

  .md\:hover\:border-indigo-lighter:hover {
    border-color: #b2b7ff !important;
  }

  .md\:hover\:border-indigo-lightest:hover {
    border-color: #e6e8ff !important;
  }

  .md\:hover\:border-purple-darkest:hover {
    border-color: #21183c !important;
  }

  .md\:hover\:border-purple-darker:hover {
    border-color: #382b5f !important;
  }

  .md\:hover\:border-purple-dark:hover {
    border-color: #794acf !important;
  }

  .md\:hover\:border-purple:hover {
    border-color: #9561e2 !important;
  }

  .md\:hover\:border-purple-light:hover {
    border-color: #a779e9 !important;
  }

  .md\:hover\:border-purple-lighter:hover {
    border-color: #d6bbfc !important;
  }

  .md\:hover\:border-purple-lightest:hover {
    border-color: #f3ebff !important;
  }

  .md\:hover\:border-pink-darkest:hover {
    border-color: #451225 !important;
  }

  .md\:hover\:border-pink-darker:hover {
    border-color: #6f213f !important;
  }

  .md\:hover\:border-pink-dark:hover {
    border-color: #eb5286 !important;
  }

  .md\:hover\:border-pink:hover {
    border-color: #f66d9b !important;
  }

  .md\:hover\:border-pink-light:hover {
    border-color: #fa7ea8 !important;
  }

  .md\:hover\:border-pink-lighter:hover {
    border-color: #ffbbca !important;
  }

  .md\:hover\:border-pink-lightest:hover {
    border-color: #ffebef !important;
  }

  .md\:hover\:border-turnkey-primary:hover {
    border-color: #ff645a !important;
  }

  .md\:hover\:border-turnkey-primary-light:hover {
    border-color: #ff746b !important;
  }

  .md\:hover\:border-turnkey-primary-dark:hover {
    border-color: #ff3b2f !important;
  }

  .md\:hover\:border-turnkey-secondary:hover {
    border-color: #fc3 !important;
  }

  .md\:hover\:border-turnkey-secondary-light:hover {
    border-color: #ffd147 !important;
  }

  .md\:hover\:border-turnkey-secondary-dark:hover {
    border-color: #ffc20d !important;
  }

  .md\:hover\:border-app-primary:hover {
    border-color: #1b6d9f !important;
  }

  .md\:hover\:border-app-primary-light:hover {
    border-color: #2080bb !important;
  }

  .md\:hover\:border-app-primary-dark:hover {
    border-color: #185f8b !important;
  }

  .md\:hover\:border-app-secondary:hover {
    border-color: #da3698 !important;
  }

  .md\:hover\:border-app-secondary-light:hover {
    border-color: #de4aa2 !important;
  }

  .md\:hover\:border-app-secondary-dark:hover {
    border-color: #c92587 !important;
  }

  .md\:hover\:border-info:hover {
    border-color: #3da1de !important;
  }

  .md\:hover\:border-warning:hover {
    border-color: #ff7c33 !important;
  }

  .md\:hover\:border-success:hover {
    border-color: #1fb186 !important;
  }

  .md\:hover\:border-success-light:hover {
    border-color: #24cb99 !important;
  }

  .md\:hover\:border-success-lighter:hover {
    border-color: #4bdfb4 !important;
  }

  .md\:hover\:border-error-dark:hover {
    border-color: #e01e1e !important;
  }

  .md\:hover\:border-error:hover {
    border-color: #e53d3d !important;
  }

  .md\:hover\:border-error-light:hover {
    border-color: #e85050 !important;
  }

  .md\:hover\:border-error-lighter:hover {
    border-color: #ed7777 !important;
  }

  .md\:hover\:border-regular-font:hover {
    border-color: #2f2e2e !important;
  }

  .md\:hover\:border-neutral-darker:hover {
    border-color: #585656 !important;
  }

  .md\:hover\:border-neutral:hover {
    border-color: #888585 !important;
  }

  .md\:hover\:border-neutral-lighter:hover {
    border-color: #b8b6b6 !important;
  }

  .md\:hover\:border-neutral-extra-lighter:hover {
    border-color: #f7f7f7 !important;
  }

  .md\:rounded-none {
    border-radius: 0 !important;
  }

  .md\:rounded-sm {
    border-radius: .125rem !important;
  }

  .md\:rounded {
    border-radius: .25rem !important;
  }

  .md\:rounded-lg {
    border-radius: .5rem !important;
  }

  .md\:rounded-xlg {
    border-radius: 1rem !important;
  }

  .md\:rounded-full {
    border-radius: 9999px !important;
  }

  .md\:rounded-t-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .md\:rounded-r-none {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .md\:rounded-b-none {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .md\:rounded-l-none {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .md\:rounded-t-sm {
    border-top-left-radius: .125rem !important;
    border-top-right-radius: .125rem !important;
  }

  .md\:rounded-r-sm {
    border-top-right-radius: .125rem !important;
    border-bottom-right-radius: .125rem !important;
  }

  .md\:rounded-b-sm {
    border-bottom-right-radius: .125rem !important;
    border-bottom-left-radius: .125rem !important;
  }

  .md\:rounded-l-sm {
    border-top-left-radius: .125rem !important;
    border-bottom-left-radius: .125rem !important;
  }

  .md\:rounded-t {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
  }

  .md\:rounded-r {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
  }

  .md\:rounded-b {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
  }

  .md\:rounded-l {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
  }

  .md\:rounded-t-lg {
    border-top-left-radius: .5rem !important;
    border-top-right-radius: .5rem !important;
  }

  .md\:rounded-r-lg {
    border-top-right-radius: .5rem !important;
    border-bottom-right-radius: .5rem !important;
  }

  .md\:rounded-b-lg {
    border-bottom-right-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
  }

  .md\:rounded-l-lg {
    border-top-left-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
  }

  .md\:rounded-t-xlg {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .md\:rounded-r-xlg {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .md\:rounded-b-xlg {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .md\:rounded-l-xlg {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .md\:rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .md\:rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .md\:rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .md\:rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .md\:rounded-tl-none {
    border-top-left-radius: 0 !important;
  }

  .md\:rounded-tr-none {
    border-top-right-radius: 0 !important;
  }

  .md\:rounded-br-none {
    border-bottom-right-radius: 0 !important;
  }

  .md\:rounded-bl-none {
    border-bottom-left-radius: 0 !important;
  }

  .md\:rounded-tl-sm {
    border-top-left-radius: .125rem !important;
  }

  .md\:rounded-tr-sm {
    border-top-right-radius: .125rem !important;
  }

  .md\:rounded-br-sm {
    border-bottom-right-radius: .125rem !important;
  }

  .md\:rounded-bl-sm {
    border-bottom-left-radius: .125rem !important;
  }

  .md\:rounded-tl {
    border-top-left-radius: .25rem !important;
  }

  .md\:rounded-tr {
    border-top-right-radius: .25rem !important;
  }

  .md\:rounded-br {
    border-bottom-right-radius: .25rem !important;
  }

  .md\:rounded-bl {
    border-bottom-left-radius: .25rem !important;
  }

  .md\:rounded-tl-lg {
    border-top-left-radius: .5rem !important;
  }

  .md\:rounded-tr-lg {
    border-top-right-radius: .5rem !important;
  }

  .md\:rounded-br-lg {
    border-bottom-right-radius: .5rem !important;
  }

  .md\:rounded-bl-lg {
    border-bottom-left-radius: .5rem !important;
  }

  .md\:rounded-tl-xlg {
    border-top-left-radius: 1rem !important;
  }

  .md\:rounded-tr-xlg {
    border-top-right-radius: 1rem !important;
  }

  .md\:rounded-br-xlg {
    border-bottom-right-radius: 1rem !important;
  }

  .md\:rounded-bl-xlg {
    border-bottom-left-radius: 1rem !important;
  }

  .md\:rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .md\:rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .md\:rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .md\:rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .md\:border-solid {
    border-style: solid !important;
  }

  .md\:border-dashed {
    border-style: dashed !important;
  }

  .md\:border-dotted {
    border-style: dotted !important;
  }

  .md\:border-none {
    border-style: none !important;
  }

  .md\:border-0 {
    border-width: 0 !important;
  }

  .md\:border-2 {
    border-width: 2px !important;
  }

  .md\:border-4 {
    border-width: 4px !important;
  }

  .md\:border-8 {
    border-width: 8px !important;
  }

  .md\:border {
    border-width: 1px !important;
  }

  .md\:border-t-0 {
    border-top-width: 0 !important;
  }

  .md\:border-r-0 {
    border-right-width: 0 !important;
  }

  .md\:border-b-0 {
    border-bottom-width: 0 !important;
  }

  .md\:border-l-0 {
    border-left-width: 0 !important;
  }

  .md\:border-t-2 {
    border-top-width: 2px !important;
  }

  .md\:border-r-2 {
    border-right-width: 2px !important;
  }

  .md\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .md\:border-l-2 {
    border-left-width: 2px !important;
  }

  .md\:border-t-4 {
    border-top-width: 4px !important;
  }

  .md\:border-r-4 {
    border-right-width: 4px !important;
  }

  .md\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  .md\:border-l-4 {
    border-left-width: 4px !important;
  }

  .md\:border-t-8 {
    border-top-width: 8px !important;
  }

  .md\:border-r-8 {
    border-right-width: 8px !important;
  }

  .md\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  .md\:border-l-8 {
    border-left-width: 8px !important;
  }

  .md\:border-t {
    border-top-width: 1px !important;
  }

  .md\:border-r {
    border-right-width: 1px !important;
  }

  .md\:border-b {
    border-bottom-width: 1px !important;
  }

  .md\:border-l {
    border-left-width: 1px !important;
  }

  .md\:cursor-auto {
    cursor: auto !important;
  }

  .md\:cursor-default {
    cursor: default !important;
  }

  .md\:cursor-pointer {
    cursor: pointer !important;
  }

  .md\:cursor-wait {
    cursor: wait !important;
  }

  .md\:cursor-move {
    cursor: move !important;
  }

  .md\:cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .md\:block {
    display: block !important;
  }

  .md\:inline-block {
    display: inline-block !important;
  }

  .md\:inline {
    display: inline !important;
  }

  .md\:table {
    display: table !important;
  }

  .md\:table-row {
    display: table-row !important;
  }

  .md\:table-cell {
    display: table-cell !important;
  }

  .md\:hidden {
    display: none !important;
  }

  .md\:flex {
    display: flex !important;
  }

  .md\:inline-flex {
    display: inline-flex !important;
  }

  .md\:flex-row {
    flex-direction: row !important;
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .md\:flex-col {
    flex-direction: column !important;
  }

  .md\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .md\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .md\:flex-no-wrap {
    flex-wrap: nowrap !important;
  }

  .md\:items-start {
    align-items: flex-start !important;
  }

  .md\:items-end {
    align-items: flex-end !important;
  }

  .md\:items-center {
    align-items: center !important;
  }

  .md\:items-baseline {
    align-items: baseline !important;
  }

  .md\:items-stretch {
    align-items: stretch !important;
  }

  .md\:self-auto {
    align-self: auto !important;
  }

  .md\:self-start {
    align-self: flex-start !important;
  }

  .md\:self-end {
    align-self: flex-end !important;
  }

  .md\:self-center {
    align-self: center !important;
  }

  .md\:self-stretch {
    align-self: stretch !important;
  }

  .md\:justify-start {
    justify-content: flex-start !important;
  }

  .md\:justify-end {
    justify-content: flex-end !important;
  }

  .md\:justify-center {
    justify-content: center !important;
  }

  .md\:justify-between {
    justify-content: space-between !important;
  }

  .md\:justify-around {
    justify-content: space-around !important;
  }

  .md\:content-center {
    align-content: center !important;
  }

  .md\:content-start {
    align-content: flex-start !important;
  }

  .md\:content-end {
    align-content: flex-end !important;
  }

  .md\:content-between {
    align-content: space-between !important;
  }

  .md\:content-around {
    align-content: space-around !important;
  }

  .md\:flex-1 {
    flex: 1 1 0% !important;
  }

  .md\:flex-auto {
    flex: 1 1 auto !important;
  }

  .md\:flex-initial {
    flex: 0 1 auto !important;
  }

  .md\:flex-none {
    flex: none !important;
  }

  .md\:flex-grow {
    flex-grow: 1 !important;
  }

  .md\:flex-shrink {
    flex-shrink: 1 !important;
  }

  .md\:flex-no-grow {
    flex-grow: 0 !important;
  }

  .md\:flex-no-shrink {
    flex-shrink: 0 !important;
  }

  .md\:float-right {
    float: right !important;
  }

  .md\:float-left {
    float: left !important;
  }

  .md\:float-none {
    float: none !important;
  }

  .md\:clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .md\:font-roboto {
    font-family: Roboto Light, sans-serif !important;
  }

  .md\:font-condensed {
    font-family: Roboto Condensed Light, Roboto, sans-serif !important;
  }

  .md\:font-awesome {
    font-family: FontAwesome !important;
  }

  .md\:font-hairline {
    font-weight: 100 !important;
  }

  .md\:font-thin {
    font-weight: 200 !important;
  }

  .md\:font-light {
    font-weight: 300 !important;
  }

  .md\:font-normal {
    font-weight: 400 !important;
  }

  .md\:font-medium {
    font-weight: 500 !important;
  }

  .md\:font-semibold {
    font-weight: 600 !important;
  }

  .md\:font-bold {
    font-weight: 700 !important;
  }

  .md\:font-extrabold {
    font-weight: 800 !important;
  }

  .md\:font-black {
    font-weight: 900 !important;
  }

  .md\:hover\:font-hairline:hover {
    font-weight: 100 !important;
  }

  .md\:hover\:font-thin:hover {
    font-weight: 200 !important;
  }

  .md\:hover\:font-light:hover {
    font-weight: 300 !important;
  }

  .md\:hover\:font-normal:hover {
    font-weight: 400 !important;
  }

  .md\:hover\:font-medium:hover {
    font-weight: 500 !important;
  }

  .md\:hover\:font-semibold:hover {
    font-weight: 600 !important;
  }

  .md\:hover\:font-bold:hover {
    font-weight: 700 !important;
  }

  .md\:hover\:font-extrabold:hover {
    font-weight: 800 !important;
  }

  .md\:hover\:font-black:hover {
    font-weight: 900 !important;
  }

  .md\:h-1 {
    height: .25rem !important;
  }

  .md\:h-2 {
    height: .5rem !important;
  }

  .md\:h-3 {
    height: .75rem !important;
  }

  .md\:h-4 {
    height: 1rem !important;
  }

  .md\:h-6 {
    height: 1.5rem !important;
  }

  .md\:h-8 {
    height: 2rem !important;
  }

  .md\:h-10 {
    height: 2.5rem !important;
  }

  .md\:h-12 {
    height: 3rem !important;
  }

  .md\:h-14 {
    height: 3.5rem !important;
  }

  .md\:h-16 {
    height: 4rem !important;
  }

  .md\:h-20 {
    height: 5rem !important;
  }

  .md\:h-24 {
    height: 6rem !important;
  }

  .md\:h-32 {
    height: 8rem !important;
  }

  .md\:h-48 {
    height: 12rem !important;
  }

  .md\:h-64 {
    height: 16rem !important;
  }

  .md\:h-72 {
    height: 20rem !important;
  }

  .md\:h-96 {
    height: 24rem !important;
  }

  .md\:h-auto {
    height: auto !important;
  }

  .md\:h-px {
    height: 1px !important;
  }

  .md\:h-2px {
    height: 2px !important;
  }

  .md\:h-16px {
    height: 16px !important;
  }

  .md\:h-full {
    height: 100% !important;
  }

  .md\:h-screen {
    height: 100vh !important;
  }

  .md\:leading-none {
    line-height: 1 !important;
  }

  .md\:leading-tight {
    line-height: 1.25 !important;
  }

  .md\:leading-normal {
    line-height: 1.5 !important;
  }

  .md\:leading-thumbed {
    line-height: 1.7 !important;
  }

  .md\:leading-chipsed {
    line-height: 1.9 !important;
  }

  .md\:leading-loose {
    line-height: 2 !important;
  }

  .md\:leading-huge {
    line-height: 12 !important;
  }

  .md\:m-0 {
    margin: 0 !important;
  }

  .md\:m-1 {
    margin: .25rem !important;
  }

  .md\:m-2 {
    margin: .5rem !important;
  }

  .md\:m-3 {
    margin: .75rem !important;
  }

  .md\:m-4 {
    margin: 1rem !important;
  }

  .md\:m-6 {
    margin: 1.5rem !important;
  }

  .md\:m-8 {
    margin: 2rem !important;
  }

  .md\:m-10 {
    margin: 2.5rem !important;
  }

  .md\:m-12 {
    margin: 3rem !important;
  }

  .md\:m-13 {
    margin: 3.25rem !important;
  }

  .md\:m-14 {
    margin: 3.5rem !important;
  }

  .md\:m-16 {
    margin: 4rem !important;
  }

  .md\:m-24 {
    margin: 6rem !important;
  }

  .md\:m-32 {
    margin: 8rem !important;
  }

  .md\:m-48 {
    margin: 12rem !important;
  }

  .md\:m-64 {
    margin: 16rem !important;
  }

  .md\:m-auto {
    margin: auto !important;
  }

  .md\:m-px {
    margin: 1px !important;
  }

  .md\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .md\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .md\:my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .md\:mx-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .md\:my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .md\:mx-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .md\:my-3 {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important;
  }

  .md\:mx-3 {
    margin-left: .75rem !important;
    margin-right: .75rem !important;
  }

  .md\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .md\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .md\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .md\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .md\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .md\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .md\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .md\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .md\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .md\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .md\:my-13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }

  .md\:mx-13 {
    margin-left: 3.25rem !important;
    margin-right: 3.25rem !important;
  }

  .md\:my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .md\:mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .md\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .md\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .md\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .md\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .md\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .md\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .md\:my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .md\:mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .md\:my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .md\:mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .md\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .md\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .md\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .md\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .md\:mt-0 {
    margin-top: 0 !important;
  }

  .md\:mr-0 {
    margin-right: 0 !important;
  }

  .md\:mb-0 {
    margin-bottom: 0 !important;
  }

  .md\:ml-0 {
    margin-left: 0 !important;
  }

  .md\:mt-1 {
    margin-top: .25rem !important;
  }

  .md\:mr-1 {
    margin-right: .25rem !important;
  }

  .md\:mb-1 {
    margin-bottom: .25rem !important;
  }

  .md\:ml-1 {
    margin-left: .25rem !important;
  }

  .md\:mt-2 {
    margin-top: .5rem !important;
  }

  .md\:mr-2 {
    margin-right: .5rem !important;
  }

  .md\:mb-2 {
    margin-bottom: .5rem !important;
  }

  .md\:ml-2 {
    margin-left: .5rem !important;
  }

  .md\:mt-3 {
    margin-top: .75rem !important;
  }

  .md\:mr-3 {
    margin-right: .75rem !important;
  }

  .md\:mb-3 {
    margin-bottom: .75rem !important;
  }

  .md\:ml-3 {
    margin-left: .75rem !important;
  }

  .md\:mt-4 {
    margin-top: 1rem !important;
  }

  .md\:mr-4 {
    margin-right: 1rem !important;
  }

  .md\:mb-4 {
    margin-bottom: 1rem !important;
  }

  .md\:ml-4 {
    margin-left: 1rem !important;
  }

  .md\:mt-6 {
    margin-top: 1.5rem !important;
  }

  .md\:mr-6 {
    margin-right: 1.5rem !important;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .md\:ml-6 {
    margin-left: 1.5rem !important;
  }

  .md\:mt-8 {
    margin-top: 2rem !important;
  }

  .md\:mr-8 {
    margin-right: 2rem !important;
  }

  .md\:mb-8 {
    margin-bottom: 2rem !important;
  }

  .md\:ml-8 {
    margin-left: 2rem !important;
  }

  .md\:mt-10 {
    margin-top: 2.5rem !important;
  }

  .md\:mr-10 {
    margin-right: 2.5rem !important;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .md\:ml-10 {
    margin-left: 2.5rem !important;
  }

  .md\:mt-12 {
    margin-top: 3rem !important;
  }

  .md\:mr-12 {
    margin-right: 3rem !important;
  }

  .md\:mb-12 {
    margin-bottom: 3rem !important;
  }

  .md\:ml-12 {
    margin-left: 3rem !important;
  }

  .md\:mt-13 {
    margin-top: 3.25rem !important;
  }

  .md\:mr-13 {
    margin-right: 3.25rem !important;
  }

  .md\:mb-13 {
    margin-bottom: 3.25rem !important;
  }

  .md\:ml-13 {
    margin-left: 3.25rem !important;
  }

  .md\:mt-14 {
    margin-top: 3.5rem !important;
  }

  .md\:mr-14 {
    margin-right: 3.5rem !important;
  }

  .md\:mb-14 {
    margin-bottom: 3.5rem !important;
  }

  .md\:ml-14 {
    margin-left: 3.5rem !important;
  }

  .md\:mt-16 {
    margin-top: 4rem !important;
  }

  .md\:mr-16 {
    margin-right: 4rem !important;
  }

  .md\:mb-16 {
    margin-bottom: 4rem !important;
  }

  .md\:ml-16 {
    margin-left: 4rem !important;
  }

  .md\:mt-24 {
    margin-top: 6rem !important;
  }

  .md\:mr-24 {
    margin-right: 6rem !important;
  }

  .md\:mb-24 {
    margin-bottom: 6rem !important;
  }

  .md\:ml-24 {
    margin-left: 6rem !important;
  }

  .md\:mt-32 {
    margin-top: 8rem !important;
  }

  .md\:mr-32 {
    margin-right: 8rem !important;
  }

  .md\:mb-32 {
    margin-bottom: 8rem !important;
  }

  .md\:ml-32 {
    margin-left: 8rem !important;
  }

  .md\:mt-48 {
    margin-top: 12rem !important;
  }

  .md\:mr-48 {
    margin-right: 12rem !important;
  }

  .md\:mb-48 {
    margin-bottom: 12rem !important;
  }

  .md\:ml-48 {
    margin-left: 12rem !important;
  }

  .md\:mt-64 {
    margin-top: 16rem !important;
  }

  .md\:mr-64 {
    margin-right: 16rem !important;
  }

  .md\:mb-64 {
    margin-bottom: 16rem !important;
  }

  .md\:ml-64 {
    margin-left: 16rem !important;
  }

  .md\:mt-auto {
    margin-top: auto !important;
  }

  .md\:mr-auto {
    margin-right: auto !important;
  }

  .md\:mb-auto {
    margin-bottom: auto !important;
  }

  .md\:ml-auto {
    margin-left: auto !important;
  }

  .md\:mt-px {
    margin-top: 1px !important;
  }

  .md\:mr-px {
    margin-right: 1px !important;
  }

  .md\:mb-px {
    margin-bottom: 1px !important;
  }

  .md\:ml-px {
    margin-left: 1px !important;
  }

  .md\:max-h-24 {
    max-height: 6rem !important;
  }

  .md\:max-h-30 {
    max-height: 7.5rem !important;
  }

  .md\:max-h-64 {
    max-height: 16rem !important;
  }

  .md\:max-h-95p {
    max-height: 95% !important;
  }

  .md\:max-h-full {
    max-height: 100% !important;
  }

  .md\:max-h-screen {
    max-height: 100vh !important;
  }

  .md\:max-w-xxs {
    max-width: 10rem !important;
  }

  .md\:max-w-xs {
    max-width: 20rem !important;
  }

  .md\:max-w-sm {
    max-width: 30rem !important;
  }

  .md\:max-w-md {
    max-width: 40rem !important;
  }

  .md\:max-w-lg {
    max-width: 50rem !important;
  }

  .md\:max-w-xl {
    max-width: 60rem !important;
  }

  .md\:max-w-2xl {
    max-width: 70rem !important;
  }

  .md\:max-w-3xl {
    max-width: 80rem !important;
  }

  .md\:max-w-4xl {
    max-width: 90rem !important;
  }

  .md\:max-w-5xl {
    max-width: 100rem !important;
  }

  .md\:max-w-4\/5 {
    max-width: 80% !important;
  }

  .md\:max-w-full {
    max-width: 100% !important;
  }

  .md\:max-w-screen {
    max-width: 100vw !important;
  }

  .md\:min-h-0 {
    min-height: 0 !important;
  }

  .md\:min-h-full {
    min-height: 100% !important;
  }

  .md\:min-h-screen {
    min-height: 100vh !important;
  }

  .md\:min-w-0 {
    min-width: 0 !important;
  }

  .md\:min-w-6 {
    min-width: 1.5rem !important;
  }

  .md\:min-w-full {
    min-width: 100% !important;
  }

  .md\:-m-0 {
    margin: 0 !important;
  }

  .md\:-m-1 {
    margin: -0.25rem !important;
  }

  .md\:-m-2 {
    margin: -0.5rem !important;
  }

  .md\:-m-3 {
    margin: -0.75rem !important;
  }

  .md\:-m-4 {
    margin: -1rem !important;
  }

  .md\:-m-6 {
    margin: -1.5rem !important;
  }

  .md\:-m-8 {
    margin: -2rem !important;
  }

  .md\:-m-px {
    margin: -1px !important;
  }

  .md\:-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .md\:-mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .md\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .md\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .md\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .md\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .md\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .md\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .md\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .md\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .md\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .md\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .md\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .md\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .md\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .md\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .md\:-mt-0 {
    margin-top: 0 !important;
  }

  .md\:-mr-0 {
    margin-right: 0 !important;
  }

  .md\:-mb-0 {
    margin-bottom: 0 !important;
  }

  .md\:-ml-0 {
    margin-left: 0 !important;
  }

  .md\:-mt-1 {
    margin-top: -0.25rem !important;
  }

  .md\:-mr-1 {
    margin-right: -0.25rem !important;
  }

  .md\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .md\:-ml-1 {
    margin-left: -0.25rem !important;
  }

  .md\:-mt-2 {
    margin-top: -0.5rem !important;
  }

  .md\:-mr-2 {
    margin-right: -0.5rem !important;
  }

  .md\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .md\:-ml-2 {
    margin-left: -0.5rem !important;
  }

  .md\:-mt-3 {
    margin-top: -0.75rem !important;
  }

  .md\:-mr-3 {
    margin-right: -0.75rem !important;
  }

  .md\:-mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .md\:-ml-3 {
    margin-left: -0.75rem !important;
  }

  .md\:-mt-4 {
    margin-top: -1rem !important;
  }

  .md\:-mr-4 {
    margin-right: -1rem !important;
  }

  .md\:-mb-4 {
    margin-bottom: -1rem !important;
  }

  .md\:-ml-4 {
    margin-left: -1rem !important;
  }

  .md\:-mt-6 {
    margin-top: -1.5rem !important;
  }

  .md\:-mr-6 {
    margin-right: -1.5rem !important;
  }

  .md\:-mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .md\:-ml-6 {
    margin-left: -1.5rem !important;
  }

  .md\:-mt-8 {
    margin-top: -2rem !important;
  }

  .md\:-mr-8 {
    margin-right: -2rem !important;
  }

  .md\:-mb-8 {
    margin-bottom: -2rem !important;
  }

  .md\:-ml-8 {
    margin-left: -2rem !important;
  }

  .md\:-mt-px {
    margin-top: -1px !important;
  }

  .md\:-mr-px {
    margin-right: -1px !important;
  }

  .md\:-mb-px {
    margin-bottom: -1px !important;
  }

  .md\:-ml-px {
    margin-left: -1px !important;
  }

  .md\:opacity-0 {
    opacity: 0 !important;
  }

  .md\:opacity-25 {
    opacity: .25 !important;
  }

  .md\:opacity-37 {
    opacity: .37 !important;
  }

  .md\:opacity-50 {
    opacity: .5 !important;
  }

  .md\:opacity-66 {
    opacity: .66 !important;
  }

  .md\:opacity-75 {
    opacity: .75 !important;
  }

  .md\:opacity-85 {
    opacity: .85 !important;
  }

  .md\:opacity-100 {
    opacity: 1 !important;
  }

  .md\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }

  .md\:hover\:opacity-25:hover {
    opacity: .25 !important;
  }

  .md\:hover\:opacity-37:hover {
    opacity: .37 !important;
  }

  .md\:hover\:opacity-50:hover {
    opacity: .5 !important;
  }

  .md\:hover\:opacity-66:hover {
    opacity: .66 !important;
  }

  .md\:hover\:opacity-75:hover {
    opacity: .75 !important;
  }

  .md\:hover\:opacity-85:hover {
    opacity: .85 !important;
  }

  .md\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }

  .md\:overflow-auto {
    overflow: auto !important;
  }

  .md\:overflow-hidden {
    overflow: hidden !important;
  }

  .md\:overflow-visible {
    overflow: visible !important;
  }

  .md\:overflow-scroll {
    overflow: scroll !important;
  }

  .md\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .md\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .md\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .md\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .md\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .md\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .md\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .md\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .md\:scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }

  .md\:scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }

  .md\:p-0 {
    padding: 0 !important;
  }

  .md\:p-1 {
    padding: .25rem !important;
  }

  .md\:p-2 {
    padding: .5rem !important;
  }

  .md\:p-3 {
    padding: .75rem !important;
  }

  .md\:p-4 {
    padding: 1rem !important;
  }

  .md\:p-6 {
    padding: 1.5rem !important;
  }

  .md\:p-8 {
    padding: 2rem !important;
  }

  .md\:p-10 {
    padding: 2.5rem !important;
  }

  .md\:p-12 {
    padding: 3rem !important;
  }

  .md\:p-14 {
    padding: 3.5rem !important;
  }

  .md\:p-16 {
    padding: 4rem !important;
  }

  .md\:p-24 {
    padding: 6rem !important;
  }

  .md\:p-28 {
    padding: 7rem !important;
  }

  .md\:p-32 {
    padding: 8rem !important;
  }

  .md\:p-48 {
    padding: 12rem !important;
  }

  .md\:p-64 {
    padding: 16rem !important;
  }

  .md\:p-px {
    padding: 1px !important;
  }

  .md\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .md\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .md\:py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .md\:px-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .md\:py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .md\:px-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .md\:py-3 {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
  }

  .md\:px-3 {
    padding-left: .75rem !important;
    padding-right: .75rem !important;
  }

  .md\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .md\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .md\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .md\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .md\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .md\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .md\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .md\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .md\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .md\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .md\:py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .md\:px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .md\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .md\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .md\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .md\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .md\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .md\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .md\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .md\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .md\:py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .md\:px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .md\:py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .md\:px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .md\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .md\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .md\:pt-0 {
    padding-top: 0 !important;
  }

  .md\:pr-0 {
    padding-right: 0 !important;
  }

  .md\:pb-0 {
    padding-bottom: 0 !important;
  }

  .md\:pl-0 {
    padding-left: 0 !important;
  }

  .md\:pt-1 {
    padding-top: .25rem !important;
  }

  .md\:pr-1 {
    padding-right: .25rem !important;
  }

  .md\:pb-1 {
    padding-bottom: .25rem !important;
  }

  .md\:pl-1 {
    padding-left: .25rem !important;
  }

  .md\:pt-2 {
    padding-top: .5rem !important;
  }

  .md\:pr-2 {
    padding-right: .5rem !important;
  }

  .md\:pb-2 {
    padding-bottom: .5rem !important;
  }

  .md\:pl-2 {
    padding-left: .5rem !important;
  }

  .md\:pt-3 {
    padding-top: .75rem !important;
  }

  .md\:pr-3 {
    padding-right: .75rem !important;
  }

  .md\:pb-3 {
    padding-bottom: .75rem !important;
  }

  .md\:pl-3 {
    padding-left: .75rem !important;
  }

  .md\:pt-4 {
    padding-top: 1rem !important;
  }

  .md\:pr-4 {
    padding-right: 1rem !important;
  }

  .md\:pb-4 {
    padding-bottom: 1rem !important;
  }

  .md\:pl-4 {
    padding-left: 1rem !important;
  }

  .md\:pt-6 {
    padding-top: 1.5rem !important;
  }

  .md\:pr-6 {
    padding-right: 1.5rem !important;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .md\:pl-6 {
    padding-left: 1.5rem !important;
  }

  .md\:pt-8 {
    padding-top: 2rem !important;
  }

  .md\:pr-8 {
    padding-right: 2rem !important;
  }

  .md\:pb-8 {
    padding-bottom: 2rem !important;
  }

  .md\:pl-8 {
    padding-left: 2rem !important;
  }

  .md\:pt-10 {
    padding-top: 2.5rem !important;
  }

  .md\:pr-10 {
    padding-right: 2.5rem !important;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .md\:pl-10 {
    padding-left: 2.5rem !important;
  }

  .md\:pt-12 {
    padding-top: 3rem !important;
  }

  .md\:pr-12 {
    padding-right: 3rem !important;
  }

  .md\:pb-12 {
    padding-bottom: 3rem !important;
  }

  .md\:pl-12 {
    padding-left: 3rem !important;
  }

  .md\:pt-14 {
    padding-top: 3.5rem !important;
  }

  .md\:pr-14 {
    padding-right: 3.5rem !important;
  }

  .md\:pb-14 {
    padding-bottom: 3.5rem !important;
  }

  .md\:pl-14 {
    padding-left: 3.5rem !important;
  }

  .md\:pt-16 {
    padding-top: 4rem !important;
  }

  .md\:pr-16 {
    padding-right: 4rem !important;
  }

  .md\:pb-16 {
    padding-bottom: 4rem !important;
  }

  .md\:pl-16 {
    padding-left: 4rem !important;
  }

  .md\:pt-24 {
    padding-top: 6rem !important;
  }

  .md\:pr-24 {
    padding-right: 6rem !important;
  }

  .md\:pb-24 {
    padding-bottom: 6rem !important;
  }

  .md\:pl-24 {
    padding-left: 6rem !important;
  }

  .md\:pt-28 {
    padding-top: 7rem !important;
  }

  .md\:pr-28 {
    padding-right: 7rem !important;
  }

  .md\:pb-28 {
    padding-bottom: 7rem !important;
  }

  .md\:pl-28 {
    padding-left: 7rem !important;
  }

  .md\:pt-32 {
    padding-top: 8rem !important;
  }

  .md\:pr-32 {
    padding-right: 8rem !important;
  }

  .md\:pb-32 {
    padding-bottom: 8rem !important;
  }

  .md\:pl-32 {
    padding-left: 8rem !important;
  }

  .md\:pt-48 {
    padding-top: 12rem !important;
  }

  .md\:pr-48 {
    padding-right: 12rem !important;
  }

  .md\:pb-48 {
    padding-bottom: 12rem !important;
  }

  .md\:pl-48 {
    padding-left: 12rem !important;
  }

  .md\:pt-64 {
    padding-top: 16rem !important;
  }

  .md\:pr-64 {
    padding-right: 16rem !important;
  }

  .md\:pb-64 {
    padding-bottom: 16rem !important;
  }

  .md\:pl-64 {
    padding-left: 16rem !important;
  }

  .md\:pt-px {
    padding-top: 1px !important;
  }

  .md\:pr-px {
    padding-right: 1px !important;
  }

  .md\:pb-px {
    padding-bottom: 1px !important;
  }

  .md\:pl-px {
    padding-left: 1px !important;
  }

  .md\:pointer-events-none {
    pointer-events: none !important;
  }

  .md\:pointer-events-auto {
    pointer-events: auto !important;
  }

  .md\:static {
    position: static !important;
  }

  .md\:fixed {
    position: fixed !important;
  }

  .md\:absolute {
    position: absolute !important;
  }

  .md\:relative {
    position: relative !important;
  }

  .md\:sticky {
    position: sticky !important;
  }

  .md\:pin-none {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .md\:pin {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .md\:pin-y {
    top: 0 !important;
    bottom: 0 !important;
  }

  .md\:pin-x {
    right: 0 !important;
    left: 0 !important;
  }

  .md\:pin-t {
    top: 0 !important;
  }

  .md\:pin-r {
    right: 0 !important;
  }

  .md\:pin-b {
    bottom: 0 !important;
  }

  .md\:pin-l {
    left: 0 !important;
  }

  .md\:resize-none {
    resize: none !important;
  }

  .md\:resize-y {
    resize: vertical !important;
  }

  .md\:resize-x {
    resize: horizontal !important;
  }

  .md\:resize {
    resize: both !important;
  }

  .md\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }

  .md\:shadow-md {
    box-shadow: 0px 6px 30px rgba(0, 0, 0, .06) !important;
  }

  .md\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }

  .md\:shadow-none {
    box-shadow: none !important;
  }

  .md\:table-auto {
    table-layout: auto !important;
  }

  .md\:table-fixed {
    table-layout: fixed !important;
  }

  .md\:text-left {
    text-align: left !important;
  }

  .md\:text-center {
    text-align: center !important;
  }

  .md\:text-right {
    text-align: right !important;
  }

  .md\:text-justify {
    text-align: justify !important;
  }

  .md\:text-transparent {
    color: transparent !important;
  }

  .md\:text-black {
    color: #22292f !important;
  }

  .md\:text-grey-darkest {
    color: #455a64 !important;
  }

  .md\:text-grey-darker {
    color: #606f7b !important;
  }

  .md\:text-grey-dark {
    color: #8795a1 !important;
  }

  .md\:text-grey {
    color: #b8c2cc !important;
  }

  .md\:text-grey-light {
    color: #dae1e7 !important;
  }

  .md\:text-grey-lighter {
    color: #f1f5f8 !important;
  }

  .md\:text-grey-lightest {
    color: #f8fafc !important;
  }

  .md\:text-white {
    color: #fff !important;
  }

  .md\:text-red-darkest {
    color: #3b0d0c !important;
  }

  .md\:text-red-darker {
    color: #621b18 !important;
  }

  .md\:text-red-dark {
    color: #cc1f1a !important;
  }

  .md\:text-red {
    color: #e3342f !important;
  }

  .md\:text-red-light {
    color: #ef5753 !important;
  }

  .md\:text-red-lighter {
    color: #f9acaa !important;
  }

  .md\:text-red-lightest {
    color: #fcebea !important;
  }

  .md\:text-orange-darkest {
    color: #462a16 !important;
  }

  .md\:text-orange-darker {
    color: #613b1f !important;
  }

  .md\:text-orange-dark {
    color: #de751f !important;
  }

  .md\:text-orange {
    color: #f6993f !important;
  }

  .md\:text-orange-light {
    color: #faad63 !important;
  }

  .md\:text-orange-lighter {
    color: #fcd9b6 !important;
  }

  .md\:text-orange-lightest {
    color: #fff5eb !important;
  }

  .md\:text-yellow-darkest {
    color: #453411 !important;
  }

  .md\:text-yellow-darker {
    color: #684f1d !important;
  }

  .md\:text-yellow-dark {
    color: #f2d024 !important;
  }

  .md\:text-yellow {
    color: #fc3 !important;
  }

  .md\:text-yellow-light {
    color: #fff382 !important;
  }

  .md\:text-yellow-lighter {
    color: #fff9c2 !important;
  }

  .md\:text-yellow-lightest {
    color: #fcfbeb !important;
  }

  .md\:text-green-darkest {
    color: #0f2f21 !important;
  }

  .md\:text-green-darker {
    color: #1a4731 !important;
  }

  .md\:text-green-dark {
    color: #1f9d55 !important;
  }

  .md\:text-green {
    color: #38c172 !important;
  }

  .md\:text-green-light {
    color: #51d88a !important;
  }

  .md\:text-green-lighter {
    color: #a2f5bf !important;
  }

  .md\:text-green-lightest {
    color: #e3fcec !important;
  }

  .md\:text-teal-darkest {
    color: #0d3331 !important;
  }

  .md\:text-teal-darker {
    color: #20504f !important;
  }

  .md\:text-teal-dark {
    color: #38a89d !important;
  }

  .md\:text-teal {
    color: #4dc0b5 !important;
  }

  .md\:text-teal-light {
    color: #64d5ca !important;
  }

  .md\:text-teal-lighter {
    color: #a0f0ed !important;
  }

  .md\:text-teal-lightest {
    color: #e8fffe !important;
  }

  .md\:text-blue-darkest {
    color: #12283a !important;
  }

  .md\:text-blue-darker {
    color: #1c3d5a !important;
  }

  .md\:text-blue-dark {
    color: #2779bd !important;
  }

  .md\:text-blue {
    color: #3490dc !important;
  }

  .md\:text-blue-light {
    color: #6cb2eb !important;
  }

  .md\:text-blue-lighter {
    color: #bcdefa !important;
  }

  .md\:text-blue-lightest {
    color: #eff8ff !important;
  }

  .md\:text-indigo-darkest {
    color: #191e38 !important;
  }

  .md\:text-indigo-darker {
    color: #2f365f !important;
  }

  .md\:text-indigo-dark {
    color: #5661b3 !important;
  }

  .md\:text-indigo {
    color: #6574cd !important;
  }

  .md\:text-indigo-light {
    color: #7886d7 !important;
  }

  .md\:text-indigo-lighter {
    color: #b2b7ff !important;
  }

  .md\:text-indigo-lightest {
    color: #e6e8ff !important;
  }

  .md\:text-purple-darkest {
    color: #21183c !important;
  }

  .md\:text-purple-darker {
    color: #382b5f !important;
  }

  .md\:text-purple-dark {
    color: #794acf !important;
  }

  .md\:text-purple {
    color: #9561e2 !important;
  }

  .md\:text-purple-light {
    color: #a779e9 !important;
  }

  .md\:text-purple-lighter {
    color: #d6bbfc !important;
  }

  .md\:text-purple-lightest {
    color: #f3ebff !important;
  }

  .md\:text-pink-darkest {
    color: #451225 !important;
  }

  .md\:text-pink-darker {
    color: #6f213f !important;
  }

  .md\:text-pink-dark {
    color: #eb5286 !important;
  }

  .md\:text-pink {
    color: #f66d9b !important;
  }

  .md\:text-pink-light {
    color: #fa7ea8 !important;
  }

  .md\:text-pink-lighter {
    color: #ffbbca !important;
  }

  .md\:text-pink-lightest {
    color: #ffebef !important;
  }

  .md\:text-turnkey-primary {
    color: #ff645a !important;
  }

  .md\:text-turnkey-primary-light {
    color: #ff746b !important;
  }

  .md\:text-turnkey-primary-dark {
    color: #ff3b2f !important;
  }

  .md\:text-turnkey-secondary {
    color: #fc3 !important;
  }

  .md\:text-turnkey-secondary-light {
    color: #ffd147 !important;
  }

  .md\:text-turnkey-secondary-dark {
    color: #ffc20d !important;
  }

  .md\:text-app-primary {
    color: #1b6d9f !important;
  }

  .md\:text-app-primary-light {
    color: #2080bb !important;
  }

  .md\:text-app-primary-dark {
    color: #185f8b !important;
  }

  .md\:text-app-secondary {
    color: #da3698 !important;
  }

  .md\:text-app-secondary-light {
    color: #de4aa2 !important;
  }

  .md\:text-app-secondary-dark {
    color: #c92587 !important;
  }

  .md\:text-info {
    color: #3da1de !important;
  }

  .md\:text-warning {
    color: #ff7c33 !important;
  }

  .md\:text-success {
    color: #1fb186 !important;
  }

  .md\:text-success-light {
    color: #24cb99 !important;
  }

  .md\:text-success-lighter {
    color: #4bdfb4 !important;
  }

  .md\:text-error-dark {
    color: #e01e1e !important;
  }

  .md\:text-error {
    color: #e53d3d !important;
  }

  .md\:text-error-light {
    color: #e85050 !important;
  }

  .md\:text-error-lighter {
    color: #ed7777 !important;
  }

  .md\:text-regular-font {
    color: #2f2e2e !important;
  }

  .md\:text-neutral-darker {
    color: #585656 !important;
  }

  .md\:text-neutral {
    color: #888585 !important;
  }

  .md\:text-neutral-lighter {
    color: #b8b6b6 !important;
  }

  .md\:text-neutral-extra-lighter {
    color: #f7f7f7 !important;
  }

  .md\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .md\:hover\:text-black:hover {
    color: #22292f !important;
  }

  .md\:hover\:text-grey-darkest:hover {
    color: #455a64 !important;
  }

  .md\:hover\:text-grey-darker:hover {
    color: #606f7b !important;
  }

  .md\:hover\:text-grey-dark:hover {
    color: #8795a1 !important;
  }

  .md\:hover\:text-grey:hover {
    color: #b8c2cc !important;
  }

  .md\:hover\:text-grey-light:hover {
    color: #dae1e7 !important;
  }

  .md\:hover\:text-grey-lighter:hover {
    color: #f1f5f8 !important;
  }

  .md\:hover\:text-grey-lightest:hover {
    color: #f8fafc !important;
  }

  .md\:hover\:text-white:hover {
    color: #fff !important;
  }

  .md\:hover\:text-red-darkest:hover {
    color: #3b0d0c !important;
  }

  .md\:hover\:text-red-darker:hover {
    color: #621b18 !important;
  }

  .md\:hover\:text-red-dark:hover {
    color: #cc1f1a !important;
  }

  .md\:hover\:text-red:hover {
    color: #e3342f !important;
  }

  .md\:hover\:text-red-light:hover {
    color: #ef5753 !important;
  }

  .md\:hover\:text-red-lighter:hover {
    color: #f9acaa !important;
  }

  .md\:hover\:text-red-lightest:hover {
    color: #fcebea !important;
  }

  .md\:hover\:text-orange-darkest:hover {
    color: #462a16 !important;
  }

  .md\:hover\:text-orange-darker:hover {
    color: #613b1f !important;
  }

  .md\:hover\:text-orange-dark:hover {
    color: #de751f !important;
  }

  .md\:hover\:text-orange:hover {
    color: #f6993f !important;
  }

  .md\:hover\:text-orange-light:hover {
    color: #faad63 !important;
  }

  .md\:hover\:text-orange-lighter:hover {
    color: #fcd9b6 !important;
  }

  .md\:hover\:text-orange-lightest:hover {
    color: #fff5eb !important;
  }

  .md\:hover\:text-yellow-darkest:hover {
    color: #453411 !important;
  }

  .md\:hover\:text-yellow-darker:hover {
    color: #684f1d !important;
  }

  .md\:hover\:text-yellow-dark:hover {
    color: #f2d024 !important;
  }

  .md\:hover\:text-yellow:hover {
    color: #fc3 !important;
  }

  .md\:hover\:text-yellow-light:hover {
    color: #fff382 !important;
  }

  .md\:hover\:text-yellow-lighter:hover {
    color: #fff9c2 !important;
  }

  .md\:hover\:text-yellow-lightest:hover {
    color: #fcfbeb !important;
  }

  .md\:hover\:text-green-darkest:hover {
    color: #0f2f21 !important;
  }

  .md\:hover\:text-green-darker:hover {
    color: #1a4731 !important;
  }

  .md\:hover\:text-green-dark:hover {
    color: #1f9d55 !important;
  }

  .md\:hover\:text-green:hover {
    color: #38c172 !important;
  }

  .md\:hover\:text-green-light:hover {
    color: #51d88a !important;
  }

  .md\:hover\:text-green-lighter:hover {
    color: #a2f5bf !important;
  }

  .md\:hover\:text-green-lightest:hover {
    color: #e3fcec !important;
  }

  .md\:hover\:text-teal-darkest:hover {
    color: #0d3331 !important;
  }

  .md\:hover\:text-teal-darker:hover {
    color: #20504f !important;
  }

  .md\:hover\:text-teal-dark:hover {
    color: #38a89d !important;
  }

  .md\:hover\:text-teal:hover {
    color: #4dc0b5 !important;
  }

  .md\:hover\:text-teal-light:hover {
    color: #64d5ca !important;
  }

  .md\:hover\:text-teal-lighter:hover {
    color: #a0f0ed !important;
  }

  .md\:hover\:text-teal-lightest:hover {
    color: #e8fffe !important;
  }

  .md\:hover\:text-blue-darkest:hover {
    color: #12283a !important;
  }

  .md\:hover\:text-blue-darker:hover {
    color: #1c3d5a !important;
  }

  .md\:hover\:text-blue-dark:hover {
    color: #2779bd !important;
  }

  .md\:hover\:text-blue:hover {
    color: #3490dc !important;
  }

  .md\:hover\:text-blue-light:hover {
    color: #6cb2eb !important;
  }

  .md\:hover\:text-blue-lighter:hover {
    color: #bcdefa !important;
  }

  .md\:hover\:text-blue-lightest:hover {
    color: #eff8ff !important;
  }

  .md\:hover\:text-indigo-darkest:hover {
    color: #191e38 !important;
  }

  .md\:hover\:text-indigo-darker:hover {
    color: #2f365f !important;
  }

  .md\:hover\:text-indigo-dark:hover {
    color: #5661b3 !important;
  }

  .md\:hover\:text-indigo:hover {
    color: #6574cd !important;
  }

  .md\:hover\:text-indigo-light:hover {
    color: #7886d7 !important;
  }

  .md\:hover\:text-indigo-lighter:hover {
    color: #b2b7ff !important;
  }

  .md\:hover\:text-indigo-lightest:hover {
    color: #e6e8ff !important;
  }

  .md\:hover\:text-purple-darkest:hover {
    color: #21183c !important;
  }

  .md\:hover\:text-purple-darker:hover {
    color: #382b5f !important;
  }

  .md\:hover\:text-purple-dark:hover {
    color: #794acf !important;
  }

  .md\:hover\:text-purple:hover {
    color: #9561e2 !important;
  }

  .md\:hover\:text-purple-light:hover {
    color: #a779e9 !important;
  }

  .md\:hover\:text-purple-lighter:hover {
    color: #d6bbfc !important;
  }

  .md\:hover\:text-purple-lightest:hover {
    color: #f3ebff !important;
  }

  .md\:hover\:text-pink-darkest:hover {
    color: #451225 !important;
  }

  .md\:hover\:text-pink-darker:hover {
    color: #6f213f !important;
  }

  .md\:hover\:text-pink-dark:hover {
    color: #eb5286 !important;
  }

  .md\:hover\:text-pink:hover {
    color: #f66d9b !important;
  }

  .md\:hover\:text-pink-light:hover {
    color: #fa7ea8 !important;
  }

  .md\:hover\:text-pink-lighter:hover {
    color: #ffbbca !important;
  }

  .md\:hover\:text-pink-lightest:hover {
    color: #ffebef !important;
  }

  .md\:hover\:text-turnkey-primary:hover {
    color: #ff645a !important;
  }

  .md\:hover\:text-turnkey-primary-light:hover {
    color: #ff746b !important;
  }

  .md\:hover\:text-turnkey-primary-dark:hover {
    color: #ff3b2f !important;
  }

  .md\:hover\:text-turnkey-secondary:hover {
    color: #fc3 !important;
  }

  .md\:hover\:text-turnkey-secondary-light:hover {
    color: #ffd147 !important;
  }

  .md\:hover\:text-turnkey-secondary-dark:hover {
    color: #ffc20d !important;
  }

  .md\:hover\:text-app-primary:hover {
    color: #1b6d9f !important;
  }

  .md\:hover\:text-app-primary-light:hover {
    color: #2080bb !important;
  }

  .md\:hover\:text-app-primary-dark:hover {
    color: #185f8b !important;
  }

  .md\:hover\:text-app-secondary:hover {
    color: #da3698 !important;
  }

  .md\:hover\:text-app-secondary-light:hover {
    color: #de4aa2 !important;
  }

  .md\:hover\:text-app-secondary-dark:hover {
    color: #c92587 !important;
  }

  .md\:hover\:text-info:hover {
    color: #3da1de !important;
  }

  .md\:hover\:text-warning:hover {
    color: #ff7c33 !important;
  }

  .md\:hover\:text-success:hover {
    color: #1fb186 !important;
  }

  .md\:hover\:text-success-light:hover {
    color: #24cb99 !important;
  }

  .md\:hover\:text-success-lighter:hover {
    color: #4bdfb4 !important;
  }

  .md\:hover\:text-error-dark:hover {
    color: #e01e1e !important;
  }

  .md\:hover\:text-error:hover {
    color: #e53d3d !important;
  }

  .md\:hover\:text-error-light:hover {
    color: #e85050 !important;
  }

  .md\:hover\:text-error-lighter:hover {
    color: #ed7777 !important;
  }

  .md\:hover\:text-regular-font:hover {
    color: #2f2e2e !important;
  }

  .md\:hover\:text-neutral-darker:hover {
    color: #585656 !important;
  }

  .md\:hover\:text-neutral:hover {
    color: #888585 !important;
  }

  .md\:hover\:text-neutral-lighter:hover {
    color: #b8b6b6 !important;
  }

  .md\:hover\:text-neutral-extra-lighter:hover {
    color: #f7f7f7 !important;
  }

  .md\:text-xxs {
    font-size: .625rem !important;
  }

  .md\:text-xs {
    font-size: .75rem !important;
  }

  .md\:text-sm {
    font-size: .875rem !important;
  }

  .md\:text-base {
    font-size: 1rem !important;
  }

  .md\:text-lg {
    font-size: 1.125rem !important;
  }

  .md\:text-xl {
    font-size: 1.25rem !important;
  }

  .md\:text-2xl {
    font-size: 1.5rem !important;
  }

  .md\:text-3xl {
    font-size: 1.875rem !important;
  }

  .md\:text-4xl {
    font-size: 2.25rem !important;
  }

  .md\:text-5xl {
    font-size: 3rem !important;
  }

  .md\:text-6xl {
    font-size: 3.75rem !important;
  }

  .md\:italic {
    font-style: italic !important;
  }

  .md\:roman {
    font-style: normal !important;
  }

  .md\:uppercase {
    text-transform: uppercase !important;
  }

  .md\:lowercase {
    text-transform: lowercase !important;
  }

  .md\:capitalize {
    text-transform: capitalize !important;
  }

  .md\:normal-case {
    text-transform: none !important;
  }

  .md\:underline {
    text-decoration: underline !important;
  }

  .md\:line-through {
    text-decoration: line-through !important;
  }

  .md\:no-underline {
    text-decoration: none !important;
  }

  .md\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .md\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .md\:hover\:italic:hover {
    font-style: italic !important;
  }

  .md\:hover\:roman:hover {
    font-style: normal !important;
  }

  .md\:hover\:uppercase:hover {
    text-transform: uppercase !important;
  }

  .md\:hover\:lowercase:hover {
    text-transform: lowercase !important;
  }

  .md\:hover\:capitalize:hover {
    text-transform: capitalize !important;
  }

  .md\:hover\:normal-case:hover {
    text-transform: none !important;
  }

  .md\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .md\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .md\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .md\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .md\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .md\:tracking-tight {
    letter-spacing: -0.05em !important;
  }

  .md\:tracking-normal {
    letter-spacing: 0 !important;
  }

  .md\:tracking-wide {
    letter-spacing: .05em !important;
  }

  .md\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
  }

  .md\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
            user-select: text !important;
  }

  .md\:align-baseline {
    vertical-align: baseline !important;
  }

  .md\:align-top {
    vertical-align: top !important;
  }

  .md\:align-middle {
    vertical-align: middle !important;
  }

  .md\:align-bottom {
    vertical-align: bottom !important;
  }

  .md\:align-text-top {
    vertical-align: text-top !important;
  }

  .md\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .md\:visible {
    visibility: visible !important;
  }

  .md\:invisible {
    visibility: hidden !important;
  }

  .md\:whitespace-normal {
    white-space: normal !important;
  }

  .md\:whitespace-no-wrap {
    white-space: nowrap !important;
  }

  .md\:whitespace-pre {
    white-space: pre !important;
  }

  .md\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .md\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .md\:break-words {
    word-wrap: break-word !important;
  }

  .md\:break-normal {
    word-wrap: normal !important;
  }

  .md\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .md\:w-0 {
    width: 0 !important;
  }

  .md\:w-1 {
    width: .25rem !important;
  }

  .md\:w-2 {
    width: .5rem !important;
  }

  .md\:w-3 {
    width: .75rem !important;
  }

  .md\:w-4 {
    width: 1rem !important;
  }

  .md\:w-5 {
    width: 1.25rem !important;
  }

  .md\:w-6 {
    width: 1.5rem !important;
  }

  .md\:w-8 {
    width: 2rem !important;
  }

  .md\:w-10 {
    width: 2.5rem !important;
  }

  .md\:w-12 {
    width: 3rem !important;
  }

  .md\:w-13 {
    width: 3.25rem !important;
  }

  .md\:w-14 {
    width: 3.5rem !important;
  }

  .md\:w-16 {
    width: 4rem !important;
  }

  .md\:w-18 {
    width: 4.5rem !important;
  }

  .md\:w-20 {
    width: 5rem !important;
  }

  .md\:w-24 {
    width: 6rem !important;
  }

  .md\:w-32 {
    width: 8rem !important;
  }

  .md\:w-40 {
    width: 10rem !important;
  }

  .md\:w-48 {
    width: 12rem !important;
  }

  .md\:w-56 {
    width: 14rem !important;
  }

  .md\:w-64 {
    width: 16rem !important;
  }

  .md\:w-72 {
    width: 18rem !important;
  }

  .md\:w-88 {
    width: 22rem !important;
  }

  .md\:w-120 {
    width: 30rem !important;
  }

  .md\:w-auto {
    width: auto !important;
  }

  .md\:w-px {
    width: 1px !important;
  }

  .md\:w-16px {
    width: 16px !important;
  }

  .md\:w-620px {
    width: 620px !important;
  }

  .md\:w-640px {
    width: 640px !important;
  }

  .md\:w-1\/2 {
    width: 50% !important;
  }

  .md\:w-1\/3 {
    width: 33.33333% !important;
  }

  .md\:w-2\/3 {
    width: 66.66667% !important;
  }

  .md\:w-1\/4 {
    width: 25% !important;
  }

  .md\:w-3\/4 {
    width: 75% !important;
  }

  .md\:w-1\/5 {
    width: 20% !important;
  }

  .md\:w-2\/5 {
    width: 40% !important;
  }

  .md\:w-3\/5 {
    width: 60% !important;
  }

  .md\:w-4\/5 {
    width: 80% !important;
  }

  .md\:w-1\/6 {
    width: 16.66667% !important;
  }

  .md\:w-5\/6 {
    width: 83.33333% !important;
  }

  .md\:w-full {
    width: 100% !important;
  }

  .md\:w-screen {
    width: 100vw !important;
  }

  .md\:z-0 {
    z-index: 0 !important;
  }

  .md\:z-10 {
    z-index: 10 !important;
  }

  .md\:z-20 {
    z-index: 20 !important;
  }

  .md\:z-30 {
    z-index: 30 !important;
  }

  .md\:z-40 {
    z-index: 40 !important;
  }

  .md\:z-50 {
    z-index: 50 !important;
  }

  .md\:z-1000 {
    z-index: 1000 !important;
  }

  .md\:z-auto {
    z-index: auto !important;
  }

  .md\:pin-l-48 {
    left: 12rem;
  }

  .md\:pin-b-50px {
    bottom: 50px;
  }

  .md\:pin-b-80px {
    bottom: 80px;
  }

  .md\:pin-l-10 {
    left: 2.5rem !important;
  }
}

@media (min-width: 992px) {
  .lg\:list-reset {
    list-style: none !important;
    padding: 0 !important;
  }

  .lg\:appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .lg\:bg-fixed {
    background-attachment: fixed !important;
  }

  .lg\:bg-local {
    background-attachment: local !important;
  }

  .lg\:bg-scroll {
    background-attachment: scroll !important;
  }

  .lg\:bg-transparent {
    background-color: transparent !important;
  }

  .lg\:bg-black {
    background-color: #22292f !important;
  }

  .lg\:bg-grey-darkest {
    background-color: #455a64 !important;
  }

  .lg\:bg-grey-darker {
    background-color: #606f7b !important;
  }

  .lg\:bg-grey-dark {
    background-color: #8795a1 !important;
  }

  .lg\:bg-grey {
    background-color: #b8c2cc !important;
  }

  .lg\:bg-grey-light {
    background-color: #dae1e7 !important;
  }

  .lg\:bg-grey-lighter {
    background-color: #f1f5f8 !important;
  }

  .lg\:bg-grey-lightest {
    background-color: #f8fafc !important;
  }

  .lg\:bg-white {
    background-color: #fff !important;
  }

  .lg\:bg-red-darkest {
    background-color: #3b0d0c !important;
  }

  .lg\:bg-red-darker {
    background-color: #621b18 !important;
  }

  .lg\:bg-red-dark {
    background-color: #cc1f1a !important;
  }

  .lg\:bg-red {
    background-color: #e3342f !important;
  }

  .lg\:bg-red-light {
    background-color: #ef5753 !important;
  }

  .lg\:bg-red-lighter {
    background-color: #f9acaa !important;
  }

  .lg\:bg-red-lightest {
    background-color: #fcebea !important;
  }

  .lg\:bg-orange-darkest {
    background-color: #462a16 !important;
  }

  .lg\:bg-orange-darker {
    background-color: #613b1f !important;
  }

  .lg\:bg-orange-dark {
    background-color: #de751f !important;
  }

  .lg\:bg-orange {
    background-color: #f6993f !important;
  }

  .lg\:bg-orange-light {
    background-color: #faad63 !important;
  }

  .lg\:bg-orange-lighter {
    background-color: #fcd9b6 !important;
  }

  .lg\:bg-orange-lightest {
    background-color: #fff5eb !important;
  }

  .lg\:bg-yellow-darkest {
    background-color: #453411 !important;
  }

  .lg\:bg-yellow-darker {
    background-color: #684f1d !important;
  }

  .lg\:bg-yellow-dark {
    background-color: #f2d024 !important;
  }

  .lg\:bg-yellow {
    background-color: #fc3 !important;
  }

  .lg\:bg-yellow-light {
    background-color: #fff382 !important;
  }

  .lg\:bg-yellow-lighter {
    background-color: #fff9c2 !important;
  }

  .lg\:bg-yellow-lightest {
    background-color: #fcfbeb !important;
  }

  .lg\:bg-green-darkest {
    background-color: #0f2f21 !important;
  }

  .lg\:bg-green-darker {
    background-color: #1a4731 !important;
  }

  .lg\:bg-green-dark {
    background-color: #1f9d55 !important;
  }

  .lg\:bg-green {
    background-color: #38c172 !important;
  }

  .lg\:bg-green-light {
    background-color: #51d88a !important;
  }

  .lg\:bg-green-lighter {
    background-color: #a2f5bf !important;
  }

  .lg\:bg-green-lightest {
    background-color: #e3fcec !important;
  }

  .lg\:bg-teal-darkest {
    background-color: #0d3331 !important;
  }

  .lg\:bg-teal-darker {
    background-color: #20504f !important;
  }

  .lg\:bg-teal-dark {
    background-color: #38a89d !important;
  }

  .lg\:bg-teal {
    background-color: #4dc0b5 !important;
  }

  .lg\:bg-teal-light {
    background-color: #64d5ca !important;
  }

  .lg\:bg-teal-lighter {
    background-color: #a0f0ed !important;
  }

  .lg\:bg-teal-lightest {
    background-color: #e8fffe !important;
  }

  .lg\:bg-blue-darkest {
    background-color: #12283a !important;
  }

  .lg\:bg-blue-darker {
    background-color: #1c3d5a !important;
  }

  .lg\:bg-blue-dark {
    background-color: #2779bd !important;
  }

  .lg\:bg-blue {
    background-color: #3490dc !important;
  }

  .lg\:bg-blue-light {
    background-color: #6cb2eb !important;
  }

  .lg\:bg-blue-lighter {
    background-color: #bcdefa !important;
  }

  .lg\:bg-blue-lightest {
    background-color: #eff8ff !important;
  }

  .lg\:bg-indigo-darkest {
    background-color: #191e38 !important;
  }

  .lg\:bg-indigo-darker {
    background-color: #2f365f !important;
  }

  .lg\:bg-indigo-dark {
    background-color: #5661b3 !important;
  }

  .lg\:bg-indigo {
    background-color: #6574cd !important;
  }

  .lg\:bg-indigo-light {
    background-color: #7886d7 !important;
  }

  .lg\:bg-indigo-lighter {
    background-color: #b2b7ff !important;
  }

  .lg\:bg-indigo-lightest {
    background-color: #e6e8ff !important;
  }

  .lg\:bg-purple-darkest {
    background-color: #21183c !important;
  }

  .lg\:bg-purple-darker {
    background-color: #382b5f !important;
  }

  .lg\:bg-purple-dark {
    background-color: #794acf !important;
  }

  .lg\:bg-purple {
    background-color: #9561e2 !important;
  }

  .lg\:bg-purple-light {
    background-color: #a779e9 !important;
  }

  .lg\:bg-purple-lighter {
    background-color: #d6bbfc !important;
  }

  .lg\:bg-purple-lightest {
    background-color: #f3ebff !important;
  }

  .lg\:bg-pink-darkest {
    background-color: #451225 !important;
  }

  .lg\:bg-pink-darker {
    background-color: #6f213f !important;
  }

  .lg\:bg-pink-dark {
    background-color: #eb5286 !important;
  }

  .lg\:bg-pink {
    background-color: #f66d9b !important;
  }

  .lg\:bg-pink-light {
    background-color: #fa7ea8 !important;
  }

  .lg\:bg-pink-lighter {
    background-color: #ffbbca !important;
  }

  .lg\:bg-pink-lightest {
    background-color: #ffebef !important;
  }

  .lg\:bg-turnkey-primary {
    background-color: #ff645a !important;
  }

  .lg\:bg-turnkey-primary-light {
    background-color: #ff746b !important;
  }

  .lg\:bg-turnkey-primary-dark {
    background-color: #ff3b2f !important;
  }

  .lg\:bg-turnkey-secondary {
    background-color: #fc3 !important;
  }

  .lg\:bg-turnkey-secondary-light {
    background-color: #ffd147 !important;
  }

  .lg\:bg-turnkey-secondary-dark {
    background-color: #ffc20d !important;
  }

  .lg\:bg-app-primary {
    background-color: #1b6d9f !important;
  }

  .lg\:bg-app-primary-light {
    background-color: #2080bb !important;
  }

  .lg\:bg-app-primary-dark {
    background-color: #185f8b !important;
  }

  .lg\:bg-app-secondary {
    background-color: #da3698 !important;
  }

  .lg\:bg-app-secondary-light {
    background-color: #de4aa2 !important;
  }

  .lg\:bg-app-secondary-dark {
    background-color: #c92587 !important;
  }

  .lg\:bg-info {
    background-color: #3da1de !important;
  }

  .lg\:bg-warning {
    background-color: #ff7c33 !important;
  }

  .lg\:bg-success {
    background-color: #1fb186 !important;
  }

  .lg\:bg-success-light {
    background-color: #24cb99 !important;
  }

  .lg\:bg-success-lighter {
    background-color: #4bdfb4 !important;
  }

  .lg\:bg-error-dark {
    background-color: #e01e1e !important;
  }

  .lg\:bg-error {
    background-color: #e53d3d !important;
  }

  .lg\:bg-error-light {
    background-color: #e85050 !important;
  }

  .lg\:bg-error-lighter {
    background-color: #ed7777 !important;
  }

  .lg\:bg-regular-font {
    background-color: #2f2e2e !important;
  }

  .lg\:bg-neutral-darker {
    background-color: #585656 !important;
  }

  .lg\:bg-neutral {
    background-color: #888585 !important;
  }

  .lg\:bg-neutral-lighter {
    background-color: #b8b6b6 !important;
  }

  .lg\:bg-neutral-extra-lighter {
    background-color: #f7f7f7 !important;
  }

  .lg\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }

  .lg\:hover\:bg-black:hover {
    background-color: #22292f !important;
  }

  .lg\:hover\:bg-grey-darkest:hover {
    background-color: #455a64 !important;
  }

  .lg\:hover\:bg-grey-darker:hover {
    background-color: #606f7b !important;
  }

  .lg\:hover\:bg-grey-dark:hover {
    background-color: #8795a1 !important;
  }

  .lg\:hover\:bg-grey:hover {
    background-color: #b8c2cc !important;
  }

  .lg\:hover\:bg-grey-light:hover {
    background-color: #dae1e7 !important;
  }

  .lg\:hover\:bg-grey-lighter:hover {
    background-color: #f1f5f8 !important;
  }

  .lg\:hover\:bg-grey-lightest:hover {
    background-color: #f8fafc !important;
  }

  .lg\:hover\:bg-white:hover {
    background-color: #fff !important;
  }

  .lg\:hover\:bg-red-darkest:hover {
    background-color: #3b0d0c !important;
  }

  .lg\:hover\:bg-red-darker:hover {
    background-color: #621b18 !important;
  }

  .lg\:hover\:bg-red-dark:hover {
    background-color: #cc1f1a !important;
  }

  .lg\:hover\:bg-red:hover {
    background-color: #e3342f !important;
  }

  .lg\:hover\:bg-red-light:hover {
    background-color: #ef5753 !important;
  }

  .lg\:hover\:bg-red-lighter:hover {
    background-color: #f9acaa !important;
  }

  .lg\:hover\:bg-red-lightest:hover {
    background-color: #fcebea !important;
  }

  .lg\:hover\:bg-orange-darkest:hover {
    background-color: #462a16 !important;
  }

  .lg\:hover\:bg-orange-darker:hover {
    background-color: #613b1f !important;
  }

  .lg\:hover\:bg-orange-dark:hover {
    background-color: #de751f !important;
  }

  .lg\:hover\:bg-orange:hover {
    background-color: #f6993f !important;
  }

  .lg\:hover\:bg-orange-light:hover {
    background-color: #faad63 !important;
  }

  .lg\:hover\:bg-orange-lighter:hover {
    background-color: #fcd9b6 !important;
  }

  .lg\:hover\:bg-orange-lightest:hover {
    background-color: #fff5eb !important;
  }

  .lg\:hover\:bg-yellow-darkest:hover {
    background-color: #453411 !important;
  }

  .lg\:hover\:bg-yellow-darker:hover {
    background-color: #684f1d !important;
  }

  .lg\:hover\:bg-yellow-dark:hover {
    background-color: #f2d024 !important;
  }

  .lg\:hover\:bg-yellow:hover {
    background-color: #fc3 !important;
  }

  .lg\:hover\:bg-yellow-light:hover {
    background-color: #fff382 !important;
  }

  .lg\:hover\:bg-yellow-lighter:hover {
    background-color: #fff9c2 !important;
  }

  .lg\:hover\:bg-yellow-lightest:hover {
    background-color: #fcfbeb !important;
  }

  .lg\:hover\:bg-green-darkest:hover {
    background-color: #0f2f21 !important;
  }

  .lg\:hover\:bg-green-darker:hover {
    background-color: #1a4731 !important;
  }

  .lg\:hover\:bg-green-dark:hover {
    background-color: #1f9d55 !important;
  }

  .lg\:hover\:bg-green:hover {
    background-color: #38c172 !important;
  }

  .lg\:hover\:bg-green-light:hover {
    background-color: #51d88a !important;
  }

  .lg\:hover\:bg-green-lighter:hover {
    background-color: #a2f5bf !important;
  }

  .lg\:hover\:bg-green-lightest:hover {
    background-color: #e3fcec !important;
  }

  .lg\:hover\:bg-teal-darkest:hover {
    background-color: #0d3331 !important;
  }

  .lg\:hover\:bg-teal-darker:hover {
    background-color: #20504f !important;
  }

  .lg\:hover\:bg-teal-dark:hover {
    background-color: #38a89d !important;
  }

  .lg\:hover\:bg-teal:hover {
    background-color: #4dc0b5 !important;
  }

  .lg\:hover\:bg-teal-light:hover {
    background-color: #64d5ca !important;
  }

  .lg\:hover\:bg-teal-lighter:hover {
    background-color: #a0f0ed !important;
  }

  .lg\:hover\:bg-teal-lightest:hover {
    background-color: #e8fffe !important;
  }

  .lg\:hover\:bg-blue-darkest:hover {
    background-color: #12283a !important;
  }

  .lg\:hover\:bg-blue-darker:hover {
    background-color: #1c3d5a !important;
  }

  .lg\:hover\:bg-blue-dark:hover {
    background-color: #2779bd !important;
  }

  .lg\:hover\:bg-blue:hover {
    background-color: #3490dc !important;
  }

  .lg\:hover\:bg-blue-light:hover {
    background-color: #6cb2eb !important;
  }

  .lg\:hover\:bg-blue-lighter:hover {
    background-color: #bcdefa !important;
  }

  .lg\:hover\:bg-blue-lightest:hover {
    background-color: #eff8ff !important;
  }

  .lg\:hover\:bg-indigo-darkest:hover {
    background-color: #191e38 !important;
  }

  .lg\:hover\:bg-indigo-darker:hover {
    background-color: #2f365f !important;
  }

  .lg\:hover\:bg-indigo-dark:hover {
    background-color: #5661b3 !important;
  }

  .lg\:hover\:bg-indigo:hover {
    background-color: #6574cd !important;
  }

  .lg\:hover\:bg-indigo-light:hover {
    background-color: #7886d7 !important;
  }

  .lg\:hover\:bg-indigo-lighter:hover {
    background-color: #b2b7ff !important;
  }

  .lg\:hover\:bg-indigo-lightest:hover {
    background-color: #e6e8ff !important;
  }

  .lg\:hover\:bg-purple-darkest:hover {
    background-color: #21183c !important;
  }

  .lg\:hover\:bg-purple-darker:hover {
    background-color: #382b5f !important;
  }

  .lg\:hover\:bg-purple-dark:hover {
    background-color: #794acf !important;
  }

  .lg\:hover\:bg-purple:hover {
    background-color: #9561e2 !important;
  }

  .lg\:hover\:bg-purple-light:hover {
    background-color: #a779e9 !important;
  }

  .lg\:hover\:bg-purple-lighter:hover {
    background-color: #d6bbfc !important;
  }

  .lg\:hover\:bg-purple-lightest:hover {
    background-color: #f3ebff !important;
  }

  .lg\:hover\:bg-pink-darkest:hover {
    background-color: #451225 !important;
  }

  .lg\:hover\:bg-pink-darker:hover {
    background-color: #6f213f !important;
  }

  .lg\:hover\:bg-pink-dark:hover {
    background-color: #eb5286 !important;
  }

  .lg\:hover\:bg-pink:hover {
    background-color: #f66d9b !important;
  }

  .lg\:hover\:bg-pink-light:hover {
    background-color: #fa7ea8 !important;
  }

  .lg\:hover\:bg-pink-lighter:hover {
    background-color: #ffbbca !important;
  }

  .lg\:hover\:bg-pink-lightest:hover {
    background-color: #ffebef !important;
  }

  .lg\:hover\:bg-turnkey-primary:hover {
    background-color: #ff645a !important;
  }

  .lg\:hover\:bg-turnkey-primary-light:hover {
    background-color: #ff746b !important;
  }

  .lg\:hover\:bg-turnkey-primary-dark:hover {
    background-color: #ff3b2f !important;
  }

  .lg\:hover\:bg-turnkey-secondary:hover {
    background-color: #fc3 !important;
  }

  .lg\:hover\:bg-turnkey-secondary-light:hover {
    background-color: #ffd147 !important;
  }

  .lg\:hover\:bg-turnkey-secondary-dark:hover {
    background-color: #ffc20d !important;
  }

  .lg\:hover\:bg-app-primary:hover {
    background-color: #1b6d9f !important;
  }

  .lg\:hover\:bg-app-primary-light:hover {
    background-color: #2080bb !important;
  }

  .lg\:hover\:bg-app-primary-dark:hover {
    background-color: #185f8b !important;
  }

  .lg\:hover\:bg-app-secondary:hover {
    background-color: #da3698 !important;
  }

  .lg\:hover\:bg-app-secondary-light:hover {
    background-color: #de4aa2 !important;
  }

  .lg\:hover\:bg-app-secondary-dark:hover {
    background-color: #c92587 !important;
  }

  .lg\:hover\:bg-info:hover {
    background-color: #3da1de !important;
  }

  .lg\:hover\:bg-warning:hover {
    background-color: #ff7c33 !important;
  }

  .lg\:hover\:bg-success:hover {
    background-color: #1fb186 !important;
  }

  .lg\:hover\:bg-success-light:hover {
    background-color: #24cb99 !important;
  }

  .lg\:hover\:bg-success-lighter:hover {
    background-color: #4bdfb4 !important;
  }

  .lg\:hover\:bg-error-dark:hover {
    background-color: #e01e1e !important;
  }

  .lg\:hover\:bg-error:hover {
    background-color: #e53d3d !important;
  }

  .lg\:hover\:bg-error-light:hover {
    background-color: #e85050 !important;
  }

  .lg\:hover\:bg-error-lighter:hover {
    background-color: #ed7777 !important;
  }

  .lg\:hover\:bg-regular-font:hover {
    background-color: #2f2e2e !important;
  }

  .lg\:hover\:bg-neutral-darker:hover {
    background-color: #585656 !important;
  }

  .lg\:hover\:bg-neutral:hover {
    background-color: #888585 !important;
  }

  .lg\:hover\:bg-neutral-lighter:hover {
    background-color: #b8b6b6 !important;
  }

  .lg\:hover\:bg-neutral-extra-lighter:hover {
    background-color: #f7f7f7 !important;
  }

  .lg\:bg-bottom {
    background-position: bottom !important;
  }

  .lg\:bg-center {
    background-position: center !important;
  }

  .lg\:bg-left {
    background-position: left !important;
  }

  .lg\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .lg\:bg-left-top {
    background-position: left top !important;
  }

  .lg\:bg-right {
    background-position: right !important;
  }

  .lg\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .lg\:bg-right-top {
    background-position: right top !important;
  }

  .lg\:bg-top {
    background-position: top !important;
  }

  .lg\:bg-repeat {
    background-repeat: repeat !important;
  }

  .lg\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .lg\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .lg\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .lg\:bg-auto {
    background-size: auto !important;
  }

  .lg\:bg-cover {
    background-size: cover !important;
  }

  .lg\:bg-contain {
    background-size: contain !important;
  }

  .lg\:border-transparent {
    border-color: transparent !important;
  }

  .lg\:border-black {
    border-color: #22292f !important;
  }

  .lg\:border-grey-darkest {
    border-color: #455a64 !important;
  }

  .lg\:border-grey-darker {
    border-color: #606f7b !important;
  }

  .lg\:border-grey-dark {
    border-color: #8795a1 !important;
  }

  .lg\:border-grey {
    border-color: #b8c2cc !important;
  }

  .lg\:border-grey-light {
    border-color: #dae1e7 !important;
  }

  .lg\:border-grey-lighter {
    border-color: #f1f5f8 !important;
  }

  .lg\:border-grey-lightest {
    border-color: #f8fafc !important;
  }

  .lg\:border-white {
    border-color: #fff !important;
  }

  .lg\:border-red-darkest {
    border-color: #3b0d0c !important;
  }

  .lg\:border-red-darker {
    border-color: #621b18 !important;
  }

  .lg\:border-red-dark {
    border-color: #cc1f1a !important;
  }

  .lg\:border-red {
    border-color: #e3342f !important;
  }

  .lg\:border-red-light {
    border-color: #ef5753 !important;
  }

  .lg\:border-red-lighter {
    border-color: #f9acaa !important;
  }

  .lg\:border-red-lightest {
    border-color: #fcebea !important;
  }

  .lg\:border-orange-darkest {
    border-color: #462a16 !important;
  }

  .lg\:border-orange-darker {
    border-color: #613b1f !important;
  }

  .lg\:border-orange-dark {
    border-color: #de751f !important;
  }

  .lg\:border-orange {
    border-color: #f6993f !important;
  }

  .lg\:border-orange-light {
    border-color: #faad63 !important;
  }

  .lg\:border-orange-lighter {
    border-color: #fcd9b6 !important;
  }

  .lg\:border-orange-lightest {
    border-color: #fff5eb !important;
  }

  .lg\:border-yellow-darkest {
    border-color: #453411 !important;
  }

  .lg\:border-yellow-darker {
    border-color: #684f1d !important;
  }

  .lg\:border-yellow-dark {
    border-color: #f2d024 !important;
  }

  .lg\:border-yellow {
    border-color: #fc3 !important;
  }

  .lg\:border-yellow-light {
    border-color: #fff382 !important;
  }

  .lg\:border-yellow-lighter {
    border-color: #fff9c2 !important;
  }

  .lg\:border-yellow-lightest {
    border-color: #fcfbeb !important;
  }

  .lg\:border-green-darkest {
    border-color: #0f2f21 !important;
  }

  .lg\:border-green-darker {
    border-color: #1a4731 !important;
  }

  .lg\:border-green-dark {
    border-color: #1f9d55 !important;
  }

  .lg\:border-green {
    border-color: #38c172 !important;
  }

  .lg\:border-green-light {
    border-color: #51d88a !important;
  }

  .lg\:border-green-lighter {
    border-color: #a2f5bf !important;
  }

  .lg\:border-green-lightest {
    border-color: #e3fcec !important;
  }

  .lg\:border-teal-darkest {
    border-color: #0d3331 !important;
  }

  .lg\:border-teal-darker {
    border-color: #20504f !important;
  }

  .lg\:border-teal-dark {
    border-color: #38a89d !important;
  }

  .lg\:border-teal {
    border-color: #4dc0b5 !important;
  }

  .lg\:border-teal-light {
    border-color: #64d5ca !important;
  }

  .lg\:border-teal-lighter {
    border-color: #a0f0ed !important;
  }

  .lg\:border-teal-lightest {
    border-color: #e8fffe !important;
  }

  .lg\:border-blue-darkest {
    border-color: #12283a !important;
  }

  .lg\:border-blue-darker {
    border-color: #1c3d5a !important;
  }

  .lg\:border-blue-dark {
    border-color: #2779bd !important;
  }

  .lg\:border-blue {
    border-color: #3490dc !important;
  }

  .lg\:border-blue-light {
    border-color: #6cb2eb !important;
  }

  .lg\:border-blue-lighter {
    border-color: #bcdefa !important;
  }

  .lg\:border-blue-lightest {
    border-color: #eff8ff !important;
  }

  .lg\:border-indigo-darkest {
    border-color: #191e38 !important;
  }

  .lg\:border-indigo-darker {
    border-color: #2f365f !important;
  }

  .lg\:border-indigo-dark {
    border-color: #5661b3 !important;
  }

  .lg\:border-indigo {
    border-color: #6574cd !important;
  }

  .lg\:border-indigo-light {
    border-color: #7886d7 !important;
  }

  .lg\:border-indigo-lighter {
    border-color: #b2b7ff !important;
  }

  .lg\:border-indigo-lightest {
    border-color: #e6e8ff !important;
  }

  .lg\:border-purple-darkest {
    border-color: #21183c !important;
  }

  .lg\:border-purple-darker {
    border-color: #382b5f !important;
  }

  .lg\:border-purple-dark {
    border-color: #794acf !important;
  }

  .lg\:border-purple {
    border-color: #9561e2 !important;
  }

  .lg\:border-purple-light {
    border-color: #a779e9 !important;
  }

  .lg\:border-purple-lighter {
    border-color: #d6bbfc !important;
  }

  .lg\:border-purple-lightest {
    border-color: #f3ebff !important;
  }

  .lg\:border-pink-darkest {
    border-color: #451225 !important;
  }

  .lg\:border-pink-darker {
    border-color: #6f213f !important;
  }

  .lg\:border-pink-dark {
    border-color: #eb5286 !important;
  }

  .lg\:border-pink {
    border-color: #f66d9b !important;
  }

  .lg\:border-pink-light {
    border-color: #fa7ea8 !important;
  }

  .lg\:border-pink-lighter {
    border-color: #ffbbca !important;
  }

  .lg\:border-pink-lightest {
    border-color: #ffebef !important;
  }

  .lg\:border-turnkey-primary {
    border-color: #ff645a !important;
  }

  .lg\:border-turnkey-primary-light {
    border-color: #ff746b !important;
  }

  .lg\:border-turnkey-primary-dark {
    border-color: #ff3b2f !important;
  }

  .lg\:border-turnkey-secondary {
    border-color: #fc3 !important;
  }

  .lg\:border-turnkey-secondary-light {
    border-color: #ffd147 !important;
  }

  .lg\:border-turnkey-secondary-dark {
    border-color: #ffc20d !important;
  }

  .lg\:border-app-primary {
    border-color: #1b6d9f !important;
  }

  .lg\:border-app-primary-light {
    border-color: #2080bb !important;
  }

  .lg\:border-app-primary-dark {
    border-color: #185f8b !important;
  }

  .lg\:border-app-secondary {
    border-color: #da3698 !important;
  }

  .lg\:border-app-secondary-light {
    border-color: #de4aa2 !important;
  }

  .lg\:border-app-secondary-dark {
    border-color: #c92587 !important;
  }

  .lg\:border-info {
    border-color: #3da1de !important;
  }

  .lg\:border-warning {
    border-color: #ff7c33 !important;
  }

  .lg\:border-success {
    border-color: #1fb186 !important;
  }

  .lg\:border-success-light {
    border-color: #24cb99 !important;
  }

  .lg\:border-success-lighter {
    border-color: #4bdfb4 !important;
  }

  .lg\:border-error-dark {
    border-color: #e01e1e !important;
  }

  .lg\:border-error {
    border-color: #e53d3d !important;
  }

  .lg\:border-error-light {
    border-color: #e85050 !important;
  }

  .lg\:border-error-lighter {
    border-color: #ed7777 !important;
  }

  .lg\:border-regular-font {
    border-color: #2f2e2e !important;
  }

  .lg\:border-neutral-darker {
    border-color: #585656 !important;
  }

  .lg\:border-neutral {
    border-color: #888585 !important;
  }

  .lg\:border-neutral-lighter {
    border-color: #b8b6b6 !important;
  }

  .lg\:border-neutral-extra-lighter {
    border-color: #f7f7f7 !important;
  }

  .lg\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }

  .lg\:hover\:border-black:hover {
    border-color: #22292f !important;
  }

  .lg\:hover\:border-grey-darkest:hover {
    border-color: #455a64 !important;
  }

  .lg\:hover\:border-grey-darker:hover {
    border-color: #606f7b !important;
  }

  .lg\:hover\:border-grey-dark:hover {
    border-color: #8795a1 !important;
  }

  .lg\:hover\:border-grey:hover {
    border-color: #b8c2cc !important;
  }

  .lg\:hover\:border-grey-light:hover {
    border-color: #dae1e7 !important;
  }

  .lg\:hover\:border-grey-lighter:hover {
    border-color: #f1f5f8 !important;
  }

  .lg\:hover\:border-grey-lightest:hover {
    border-color: #f8fafc !important;
  }

  .lg\:hover\:border-white:hover {
    border-color: #fff !important;
  }

  .lg\:hover\:border-red-darkest:hover {
    border-color: #3b0d0c !important;
  }

  .lg\:hover\:border-red-darker:hover {
    border-color: #621b18 !important;
  }

  .lg\:hover\:border-red-dark:hover {
    border-color: #cc1f1a !important;
  }

  .lg\:hover\:border-red:hover {
    border-color: #e3342f !important;
  }

  .lg\:hover\:border-red-light:hover {
    border-color: #ef5753 !important;
  }

  .lg\:hover\:border-red-lighter:hover {
    border-color: #f9acaa !important;
  }

  .lg\:hover\:border-red-lightest:hover {
    border-color: #fcebea !important;
  }

  .lg\:hover\:border-orange-darkest:hover {
    border-color: #462a16 !important;
  }

  .lg\:hover\:border-orange-darker:hover {
    border-color: #613b1f !important;
  }

  .lg\:hover\:border-orange-dark:hover {
    border-color: #de751f !important;
  }

  .lg\:hover\:border-orange:hover {
    border-color: #f6993f !important;
  }

  .lg\:hover\:border-orange-light:hover {
    border-color: #faad63 !important;
  }

  .lg\:hover\:border-orange-lighter:hover {
    border-color: #fcd9b6 !important;
  }

  .lg\:hover\:border-orange-lightest:hover {
    border-color: #fff5eb !important;
  }

  .lg\:hover\:border-yellow-darkest:hover {
    border-color: #453411 !important;
  }

  .lg\:hover\:border-yellow-darker:hover {
    border-color: #684f1d !important;
  }

  .lg\:hover\:border-yellow-dark:hover {
    border-color: #f2d024 !important;
  }

  .lg\:hover\:border-yellow:hover {
    border-color: #fc3 !important;
  }

  .lg\:hover\:border-yellow-light:hover {
    border-color: #fff382 !important;
  }

  .lg\:hover\:border-yellow-lighter:hover {
    border-color: #fff9c2 !important;
  }

  .lg\:hover\:border-yellow-lightest:hover {
    border-color: #fcfbeb !important;
  }

  .lg\:hover\:border-green-darkest:hover {
    border-color: #0f2f21 !important;
  }

  .lg\:hover\:border-green-darker:hover {
    border-color: #1a4731 !important;
  }

  .lg\:hover\:border-green-dark:hover {
    border-color: #1f9d55 !important;
  }

  .lg\:hover\:border-green:hover {
    border-color: #38c172 !important;
  }

  .lg\:hover\:border-green-light:hover {
    border-color: #51d88a !important;
  }

  .lg\:hover\:border-green-lighter:hover {
    border-color: #a2f5bf !important;
  }

  .lg\:hover\:border-green-lightest:hover {
    border-color: #e3fcec !important;
  }

  .lg\:hover\:border-teal-darkest:hover {
    border-color: #0d3331 !important;
  }

  .lg\:hover\:border-teal-darker:hover {
    border-color: #20504f !important;
  }

  .lg\:hover\:border-teal-dark:hover {
    border-color: #38a89d !important;
  }

  .lg\:hover\:border-teal:hover {
    border-color: #4dc0b5 !important;
  }

  .lg\:hover\:border-teal-light:hover {
    border-color: #64d5ca !important;
  }

  .lg\:hover\:border-teal-lighter:hover {
    border-color: #a0f0ed !important;
  }

  .lg\:hover\:border-teal-lightest:hover {
    border-color: #e8fffe !important;
  }

  .lg\:hover\:border-blue-darkest:hover {
    border-color: #12283a !important;
  }

  .lg\:hover\:border-blue-darker:hover {
    border-color: #1c3d5a !important;
  }

  .lg\:hover\:border-blue-dark:hover {
    border-color: #2779bd !important;
  }

  .lg\:hover\:border-blue:hover {
    border-color: #3490dc !important;
  }

  .lg\:hover\:border-blue-light:hover {
    border-color: #6cb2eb !important;
  }

  .lg\:hover\:border-blue-lighter:hover {
    border-color: #bcdefa !important;
  }

  .lg\:hover\:border-blue-lightest:hover {
    border-color: #eff8ff !important;
  }

  .lg\:hover\:border-indigo-darkest:hover {
    border-color: #191e38 !important;
  }

  .lg\:hover\:border-indigo-darker:hover {
    border-color: #2f365f !important;
  }

  .lg\:hover\:border-indigo-dark:hover {
    border-color: #5661b3 !important;
  }

  .lg\:hover\:border-indigo:hover {
    border-color: #6574cd !important;
  }

  .lg\:hover\:border-indigo-light:hover {
    border-color: #7886d7 !important;
  }

  .lg\:hover\:border-indigo-lighter:hover {
    border-color: #b2b7ff !important;
  }

  .lg\:hover\:border-indigo-lightest:hover {
    border-color: #e6e8ff !important;
  }

  .lg\:hover\:border-purple-darkest:hover {
    border-color: #21183c !important;
  }

  .lg\:hover\:border-purple-darker:hover {
    border-color: #382b5f !important;
  }

  .lg\:hover\:border-purple-dark:hover {
    border-color: #794acf !important;
  }

  .lg\:hover\:border-purple:hover {
    border-color: #9561e2 !important;
  }

  .lg\:hover\:border-purple-light:hover {
    border-color: #a779e9 !important;
  }

  .lg\:hover\:border-purple-lighter:hover {
    border-color: #d6bbfc !important;
  }

  .lg\:hover\:border-purple-lightest:hover {
    border-color: #f3ebff !important;
  }

  .lg\:hover\:border-pink-darkest:hover {
    border-color: #451225 !important;
  }

  .lg\:hover\:border-pink-darker:hover {
    border-color: #6f213f !important;
  }

  .lg\:hover\:border-pink-dark:hover {
    border-color: #eb5286 !important;
  }

  .lg\:hover\:border-pink:hover {
    border-color: #f66d9b !important;
  }

  .lg\:hover\:border-pink-light:hover {
    border-color: #fa7ea8 !important;
  }

  .lg\:hover\:border-pink-lighter:hover {
    border-color: #ffbbca !important;
  }

  .lg\:hover\:border-pink-lightest:hover {
    border-color: #ffebef !important;
  }

  .lg\:hover\:border-turnkey-primary:hover {
    border-color: #ff645a !important;
  }

  .lg\:hover\:border-turnkey-primary-light:hover {
    border-color: #ff746b !important;
  }

  .lg\:hover\:border-turnkey-primary-dark:hover {
    border-color: #ff3b2f !important;
  }

  .lg\:hover\:border-turnkey-secondary:hover {
    border-color: #fc3 !important;
  }

  .lg\:hover\:border-turnkey-secondary-light:hover {
    border-color: #ffd147 !important;
  }

  .lg\:hover\:border-turnkey-secondary-dark:hover {
    border-color: #ffc20d !important;
  }

  .lg\:hover\:border-app-primary:hover {
    border-color: #1b6d9f !important;
  }

  .lg\:hover\:border-app-primary-light:hover {
    border-color: #2080bb !important;
  }

  .lg\:hover\:border-app-primary-dark:hover {
    border-color: #185f8b !important;
  }

  .lg\:hover\:border-app-secondary:hover {
    border-color: #da3698 !important;
  }

  .lg\:hover\:border-app-secondary-light:hover {
    border-color: #de4aa2 !important;
  }

  .lg\:hover\:border-app-secondary-dark:hover {
    border-color: #c92587 !important;
  }

  .lg\:hover\:border-info:hover {
    border-color: #3da1de !important;
  }

  .lg\:hover\:border-warning:hover {
    border-color: #ff7c33 !important;
  }

  .lg\:hover\:border-success:hover {
    border-color: #1fb186 !important;
  }

  .lg\:hover\:border-success-light:hover {
    border-color: #24cb99 !important;
  }

  .lg\:hover\:border-success-lighter:hover {
    border-color: #4bdfb4 !important;
  }

  .lg\:hover\:border-error-dark:hover {
    border-color: #e01e1e !important;
  }

  .lg\:hover\:border-error:hover {
    border-color: #e53d3d !important;
  }

  .lg\:hover\:border-error-light:hover {
    border-color: #e85050 !important;
  }

  .lg\:hover\:border-error-lighter:hover {
    border-color: #ed7777 !important;
  }

  .lg\:hover\:border-regular-font:hover {
    border-color: #2f2e2e !important;
  }

  .lg\:hover\:border-neutral-darker:hover {
    border-color: #585656 !important;
  }

  .lg\:hover\:border-neutral:hover {
    border-color: #888585 !important;
  }

  .lg\:hover\:border-neutral-lighter:hover {
    border-color: #b8b6b6 !important;
  }

  .lg\:hover\:border-neutral-extra-lighter:hover {
    border-color: #f7f7f7 !important;
  }

  .lg\:rounded-none {
    border-radius: 0 !important;
  }

  .lg\:rounded-sm {
    border-radius: .125rem !important;
  }

  .lg\:rounded {
    border-radius: .25rem !important;
  }

  .lg\:rounded-lg {
    border-radius: .5rem !important;
  }

  .lg\:rounded-xlg {
    border-radius: 1rem !important;
  }

  .lg\:rounded-full {
    border-radius: 9999px !important;
  }

  .lg\:rounded-t-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .lg\:rounded-r-none {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .lg\:rounded-b-none {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .lg\:rounded-l-none {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .lg\:rounded-t-sm {
    border-top-left-radius: .125rem !important;
    border-top-right-radius: .125rem !important;
  }

  .lg\:rounded-r-sm {
    border-top-right-radius: .125rem !important;
    border-bottom-right-radius: .125rem !important;
  }

  .lg\:rounded-b-sm {
    border-bottom-right-radius: .125rem !important;
    border-bottom-left-radius: .125rem !important;
  }

  .lg\:rounded-l-sm {
    border-top-left-radius: .125rem !important;
    border-bottom-left-radius: .125rem !important;
  }

  .lg\:rounded-t {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
  }

  .lg\:rounded-r {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
  }

  .lg\:rounded-b {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
  }

  .lg\:rounded-l {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
  }

  .lg\:rounded-t-lg {
    border-top-left-radius: .5rem !important;
    border-top-right-radius: .5rem !important;
  }

  .lg\:rounded-r-lg {
    border-top-right-radius: .5rem !important;
    border-bottom-right-radius: .5rem !important;
  }

  .lg\:rounded-b-lg {
    border-bottom-right-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
  }

  .lg\:rounded-l-lg {
    border-top-left-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
  }

  .lg\:rounded-t-xlg {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .lg\:rounded-r-xlg {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .lg\:rounded-b-xlg {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .lg\:rounded-l-xlg {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .lg\:rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .lg\:rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .lg\:rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:rounded-tl-none {
    border-top-left-radius: 0 !important;
  }

  .lg\:rounded-tr-none {
    border-top-right-radius: 0 !important;
  }

  .lg\:rounded-br-none {
    border-bottom-right-radius: 0 !important;
  }

  .lg\:rounded-bl-none {
    border-bottom-left-radius: 0 !important;
  }

  .lg\:rounded-tl-sm {
    border-top-left-radius: .125rem !important;
  }

  .lg\:rounded-tr-sm {
    border-top-right-radius: .125rem !important;
  }

  .lg\:rounded-br-sm {
    border-bottom-right-radius: .125rem !important;
  }

  .lg\:rounded-bl-sm {
    border-bottom-left-radius: .125rem !important;
  }

  .lg\:rounded-tl {
    border-top-left-radius: .25rem !important;
  }

  .lg\:rounded-tr {
    border-top-right-radius: .25rem !important;
  }

  .lg\:rounded-br {
    border-bottom-right-radius: .25rem !important;
  }

  .lg\:rounded-bl {
    border-bottom-left-radius: .25rem !important;
  }

  .lg\:rounded-tl-lg {
    border-top-left-radius: .5rem !important;
  }

  .lg\:rounded-tr-lg {
    border-top-right-radius: .5rem !important;
  }

  .lg\:rounded-br-lg {
    border-bottom-right-radius: .5rem !important;
  }

  .lg\:rounded-bl-lg {
    border-bottom-left-radius: .5rem !important;
  }

  .lg\:rounded-tl-xlg {
    border-top-left-radius: 1rem !important;
  }

  .lg\:rounded-tr-xlg {
    border-top-right-radius: 1rem !important;
  }

  .lg\:rounded-br-xlg {
    border-bottom-right-radius: 1rem !important;
  }

  .lg\:rounded-bl-xlg {
    border-bottom-left-radius: 1rem !important;
  }

  .lg\:rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .lg\:rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .lg\:rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .lg\:rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:border-solid {
    border-style: solid !important;
  }

  .lg\:border-dashed {
    border-style: dashed !important;
  }

  .lg\:border-dotted {
    border-style: dotted !important;
  }

  .lg\:border-none {
    border-style: none !important;
  }

  .lg\:border-0 {
    border-width: 0 !important;
  }

  .lg\:border-2 {
    border-width: 2px !important;
  }

  .lg\:border-4 {
    border-width: 4px !important;
  }

  .lg\:border-8 {
    border-width: 8px !important;
  }

  .lg\:border {
    border-width: 1px !important;
  }

  .lg\:border-t-0 {
    border-top-width: 0 !important;
  }

  .lg\:border-r-0 {
    border-right-width: 0 !important;
  }

  .lg\:border-b-0 {
    border-bottom-width: 0 !important;
  }

  .lg\:border-l-0 {
    border-left-width: 0 !important;
  }

  .lg\:border-t-2 {
    border-top-width: 2px !important;
  }

  .lg\:border-r-2 {
    border-right-width: 2px !important;
  }

  .lg\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .lg\:border-l-2 {
    border-left-width: 2px !important;
  }

  .lg\:border-t-4 {
    border-top-width: 4px !important;
  }

  .lg\:border-r-4 {
    border-right-width: 4px !important;
  }

  .lg\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  .lg\:border-l-4 {
    border-left-width: 4px !important;
  }

  .lg\:border-t-8 {
    border-top-width: 8px !important;
  }

  .lg\:border-r-8 {
    border-right-width: 8px !important;
  }

  .lg\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  .lg\:border-l-8 {
    border-left-width: 8px !important;
  }

  .lg\:border-t {
    border-top-width: 1px !important;
  }

  .lg\:border-r {
    border-right-width: 1px !important;
  }

  .lg\:border-b {
    border-bottom-width: 1px !important;
  }

  .lg\:border-l {
    border-left-width: 1px !important;
  }

  .lg\:cursor-auto {
    cursor: auto !important;
  }

  .lg\:cursor-default {
    cursor: default !important;
  }

  .lg\:cursor-pointer {
    cursor: pointer !important;
  }

  .lg\:cursor-wait {
    cursor: wait !important;
  }

  .lg\:cursor-move {
    cursor: move !important;
  }

  .lg\:cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .lg\:block {
    display: block !important;
  }

  .lg\:inline-block {
    display: inline-block !important;
  }

  .lg\:inline {
    display: inline !important;
  }

  .lg\:table {
    display: table !important;
  }

  .lg\:table-row {
    display: table-row !important;
  }

  .lg\:table-cell {
    display: table-cell !important;
  }

  .lg\:hidden {
    display: none !important;
  }

  .lg\:flex {
    display: flex !important;
  }

  .lg\:inline-flex {
    display: inline-flex !important;
  }

  .lg\:flex-row {
    flex-direction: row !important;
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .lg\:flex-col {
    flex-direction: column !important;
  }

  .lg\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .lg\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .lg\:flex-no-wrap {
    flex-wrap: nowrap !important;
  }

  .lg\:items-start {
    align-items: flex-start !important;
  }

  .lg\:items-end {
    align-items: flex-end !important;
  }

  .lg\:items-center {
    align-items: center !important;
  }

  .lg\:items-baseline {
    align-items: baseline !important;
  }

  .lg\:items-stretch {
    align-items: stretch !important;
  }

  .lg\:self-auto {
    align-self: auto !important;
  }

  .lg\:self-start {
    align-self: flex-start !important;
  }

  .lg\:self-end {
    align-self: flex-end !important;
  }

  .lg\:self-center {
    align-self: center !important;
  }

  .lg\:self-stretch {
    align-self: stretch !important;
  }

  .lg\:justify-start {
    justify-content: flex-start !important;
  }

  .lg\:justify-end {
    justify-content: flex-end !important;
  }

  .lg\:justify-center {
    justify-content: center !important;
  }

  .lg\:justify-between {
    justify-content: space-between !important;
  }

  .lg\:justify-around {
    justify-content: space-around !important;
  }

  .lg\:content-center {
    align-content: center !important;
  }

  .lg\:content-start {
    align-content: flex-start !important;
  }

  .lg\:content-end {
    align-content: flex-end !important;
  }

  .lg\:content-between {
    align-content: space-between !important;
  }

  .lg\:content-around {
    align-content: space-around !important;
  }

  .lg\:flex-1 {
    flex: 1 1 0% !important;
  }

  .lg\:flex-auto {
    flex: 1 1 auto !important;
  }

  .lg\:flex-initial {
    flex: 0 1 auto !important;
  }

  .lg\:flex-none {
    flex: none !important;
  }

  .lg\:flex-grow {
    flex-grow: 1 !important;
  }

  .lg\:flex-shrink {
    flex-shrink: 1 !important;
  }

  .lg\:flex-no-grow {
    flex-grow: 0 !important;
  }

  .lg\:flex-no-shrink {
    flex-shrink: 0 !important;
  }

  .lg\:float-right {
    float: right !important;
  }

  .lg\:float-left {
    float: left !important;
  }

  .lg\:float-none {
    float: none !important;
  }

  .lg\:clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .lg\:font-roboto {
    font-family: Roboto Light, sans-serif !important;
  }

  .lg\:font-condensed {
    font-family: Roboto Condensed Light, Roboto, sans-serif !important;
  }

  .lg\:font-awesome {
    font-family: FontAwesome !important;
  }

  .lg\:font-hairline {
    font-weight: 100 !important;
  }

  .lg\:font-thin {
    font-weight: 200 !important;
  }

  .lg\:font-light {
    font-weight: 300 !important;
  }

  .lg\:font-normal {
    font-weight: 400 !important;
  }

  .lg\:font-medium {
    font-weight: 500 !important;
  }

  .lg\:font-semibold {
    font-weight: 600 !important;
  }

  .lg\:font-bold {
    font-weight: 700 !important;
  }

  .lg\:font-extrabold {
    font-weight: 800 !important;
  }

  .lg\:font-black {
    font-weight: 900 !important;
  }

  .lg\:hover\:font-hairline:hover {
    font-weight: 100 !important;
  }

  .lg\:hover\:font-thin:hover {
    font-weight: 200 !important;
  }

  .lg\:hover\:font-light:hover {
    font-weight: 300 !important;
  }

  .lg\:hover\:font-normal:hover {
    font-weight: 400 !important;
  }

  .lg\:hover\:font-medium:hover {
    font-weight: 500 !important;
  }

  .lg\:hover\:font-semibold:hover {
    font-weight: 600 !important;
  }

  .lg\:hover\:font-bold:hover {
    font-weight: 700 !important;
  }

  .lg\:hover\:font-extrabold:hover {
    font-weight: 800 !important;
  }

  .lg\:hover\:font-black:hover {
    font-weight: 900 !important;
  }

  .lg\:h-1 {
    height: .25rem !important;
  }

  .lg\:h-2 {
    height: .5rem !important;
  }

  .lg\:h-3 {
    height: .75rem !important;
  }

  .lg\:h-4 {
    height: 1rem !important;
  }

  .lg\:h-6 {
    height: 1.5rem !important;
  }

  .lg\:h-8 {
    height: 2rem !important;
  }

  .lg\:h-10 {
    height: 2.5rem !important;
  }

  .lg\:h-12 {
    height: 3rem !important;
  }

  .lg\:h-14 {
    height: 3.5rem !important;
  }

  .lg\:h-16 {
    height: 4rem !important;
  }

  .lg\:h-20 {
    height: 5rem !important;
  }

  .lg\:h-24 {
    height: 6rem !important;
  }

  .lg\:h-32 {
    height: 8rem !important;
  }

  .lg\:h-48 {
    height: 12rem !important;
  }

  .lg\:h-64 {
    height: 16rem !important;
  }

  .lg\:h-72 {
    height: 20rem !important;
  }

  .lg\:h-96 {
    height: 24rem !important;
  }

  .lg\:h-auto {
    height: auto !important;
  }

  .lg\:h-px {
    height: 1px !important;
  }

  .lg\:h-2px {
    height: 2px !important;
  }

  .lg\:h-16px {
    height: 16px !important;
  }

  .lg\:h-full {
    height: 100% !important;
  }

  .lg\:h-screen {
    height: 100vh !important;
  }

  .lg\:leading-none {
    line-height: 1 !important;
  }

  .lg\:leading-tight {
    line-height: 1.25 !important;
  }

  .lg\:leading-normal {
    line-height: 1.5 !important;
  }

  .lg\:leading-thumbed {
    line-height: 1.7 !important;
  }

  .lg\:leading-chipsed {
    line-height: 1.9 !important;
  }

  .lg\:leading-loose {
    line-height: 2 !important;
  }

  .lg\:leading-huge {
    line-height: 12 !important;
  }

  .lg\:m-0 {
    margin: 0 !important;
  }

  .lg\:m-1 {
    margin: .25rem !important;
  }

  .lg\:m-2 {
    margin: .5rem !important;
  }

  .lg\:m-3 {
    margin: .75rem !important;
  }

  .lg\:m-4 {
    margin: 1rem !important;
  }

  .lg\:m-6 {
    margin: 1.5rem !important;
  }

  .lg\:m-8 {
    margin: 2rem !important;
  }

  .lg\:m-10 {
    margin: 2.5rem !important;
  }

  .lg\:m-12 {
    margin: 3rem !important;
  }

  .lg\:m-13 {
    margin: 3.25rem !important;
  }

  .lg\:m-14 {
    margin: 3.5rem !important;
  }

  .lg\:m-16 {
    margin: 4rem !important;
  }

  .lg\:m-24 {
    margin: 6rem !important;
  }

  .lg\:m-32 {
    margin: 8rem !important;
  }

  .lg\:m-48 {
    margin: 12rem !important;
  }

  .lg\:m-64 {
    margin: 16rem !important;
  }

  .lg\:m-auto {
    margin: auto !important;
  }

  .lg\:m-px {
    margin: 1px !important;
  }

  .lg\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .lg\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .lg\:my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .lg\:mx-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .lg\:my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .lg\:mx-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .lg\:my-3 {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important;
  }

  .lg\:mx-3 {
    margin-left: .75rem !important;
    margin-right: .75rem !important;
  }

  .lg\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .lg\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .lg\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .lg\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .lg\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .lg\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .lg\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .lg\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .lg\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .lg\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .lg\:my-13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }

  .lg\:mx-13 {
    margin-left: 3.25rem !important;
    margin-right: 3.25rem !important;
  }

  .lg\:my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .lg\:mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .lg\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .lg\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .lg\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .lg\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .lg\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .lg\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .lg\:my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .lg\:mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .lg\:my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .lg\:mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .lg\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .lg\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .lg\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .lg\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .lg\:mt-0 {
    margin-top: 0 !important;
  }

  .lg\:mr-0 {
    margin-right: 0 !important;
  }

  .lg\:mb-0 {
    margin-bottom: 0 !important;
  }

  .lg\:ml-0 {
    margin-left: 0 !important;
  }

  .lg\:mt-1 {
    margin-top: .25rem !important;
  }

  .lg\:mr-1 {
    margin-right: .25rem !important;
  }

  .lg\:mb-1 {
    margin-bottom: .25rem !important;
  }

  .lg\:ml-1 {
    margin-left: .25rem !important;
  }

  .lg\:mt-2 {
    margin-top: .5rem !important;
  }

  .lg\:mr-2 {
    margin-right: .5rem !important;
  }

  .lg\:mb-2 {
    margin-bottom: .5rem !important;
  }

  .lg\:ml-2 {
    margin-left: .5rem !important;
  }

  .lg\:mt-3 {
    margin-top: .75rem !important;
  }

  .lg\:mr-3 {
    margin-right: .75rem !important;
  }

  .lg\:mb-3 {
    margin-bottom: .75rem !important;
  }

  .lg\:ml-3 {
    margin-left: .75rem !important;
  }

  .lg\:mt-4 {
    margin-top: 1rem !important;
  }

  .lg\:mr-4 {
    margin-right: 1rem !important;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem !important;
  }

  .lg\:ml-4 {
    margin-left: 1rem !important;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem !important;
  }

  .lg\:mr-6 {
    margin-right: 1.5rem !important;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .lg\:ml-6 {
    margin-left: 1.5rem !important;
  }

  .lg\:mt-8 {
    margin-top: 2rem !important;
  }

  .lg\:mr-8 {
    margin-right: 2rem !important;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem !important;
  }

  .lg\:ml-8 {
    margin-left: 2rem !important;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem !important;
  }

  .lg\:mr-10 {
    margin-right: 2.5rem !important;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .lg\:ml-10 {
    margin-left: 2.5rem !important;
  }

  .lg\:mt-12 {
    margin-top: 3rem !important;
  }

  .lg\:mr-12 {
    margin-right: 3rem !important;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem !important;
  }

  .lg\:ml-12 {
    margin-left: 3rem !important;
  }

  .lg\:mt-13 {
    margin-top: 3.25rem !important;
  }

  .lg\:mr-13 {
    margin-right: 3.25rem !important;
  }

  .lg\:mb-13 {
    margin-bottom: 3.25rem !important;
  }

  .lg\:ml-13 {
    margin-left: 3.25rem !important;
  }

  .lg\:mt-14 {
    margin-top: 3.5rem !important;
  }

  .lg\:mr-14 {
    margin-right: 3.5rem !important;
  }

  .lg\:mb-14 {
    margin-bottom: 3.5rem !important;
  }

  .lg\:ml-14 {
    margin-left: 3.5rem !important;
  }

  .lg\:mt-16 {
    margin-top: 4rem !important;
  }

  .lg\:mr-16 {
    margin-right: 4rem !important;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem !important;
  }

  .lg\:ml-16 {
    margin-left: 4rem !important;
  }

  .lg\:mt-24 {
    margin-top: 6rem !important;
  }

  .lg\:mr-24 {
    margin-right: 6rem !important;
  }

  .lg\:mb-24 {
    margin-bottom: 6rem !important;
  }

  .lg\:ml-24 {
    margin-left: 6rem !important;
  }

  .lg\:mt-32 {
    margin-top: 8rem !important;
  }

  .lg\:mr-32 {
    margin-right: 8rem !important;
  }

  .lg\:mb-32 {
    margin-bottom: 8rem !important;
  }

  .lg\:ml-32 {
    margin-left: 8rem !important;
  }

  .lg\:mt-48 {
    margin-top: 12rem !important;
  }

  .lg\:mr-48 {
    margin-right: 12rem !important;
  }

  .lg\:mb-48 {
    margin-bottom: 12rem !important;
  }

  .lg\:ml-48 {
    margin-left: 12rem !important;
  }

  .lg\:mt-64 {
    margin-top: 16rem !important;
  }

  .lg\:mr-64 {
    margin-right: 16rem !important;
  }

  .lg\:mb-64 {
    margin-bottom: 16rem !important;
  }

  .lg\:ml-64 {
    margin-left: 16rem !important;
  }

  .lg\:mt-auto {
    margin-top: auto !important;
  }

  .lg\:mr-auto {
    margin-right: auto !important;
  }

  .lg\:mb-auto {
    margin-bottom: auto !important;
  }

  .lg\:ml-auto {
    margin-left: auto !important;
  }

  .lg\:mt-px {
    margin-top: 1px !important;
  }

  .lg\:mr-px {
    margin-right: 1px !important;
  }

  .lg\:mb-px {
    margin-bottom: 1px !important;
  }

  .lg\:ml-px {
    margin-left: 1px !important;
  }

  .lg\:max-h-24 {
    max-height: 6rem !important;
  }

  .lg\:max-h-30 {
    max-height: 7.5rem !important;
  }

  .lg\:max-h-64 {
    max-height: 16rem !important;
  }

  .lg\:max-h-95p {
    max-height: 95% !important;
  }

  .lg\:max-h-full {
    max-height: 100% !important;
  }

  .lg\:max-h-screen {
    max-height: 100vh !important;
  }

  .lg\:max-w-xxs {
    max-width: 10rem !important;
  }

  .lg\:max-w-xs {
    max-width: 20rem !important;
  }

  .lg\:max-w-sm {
    max-width: 30rem !important;
  }

  .lg\:max-w-md {
    max-width: 40rem !important;
  }

  .lg\:max-w-lg {
    max-width: 50rem !important;
  }

  .lg\:max-w-xl {
    max-width: 60rem !important;
  }

  .lg\:max-w-2xl {
    max-width: 70rem !important;
  }

  .lg\:max-w-3xl {
    max-width: 80rem !important;
  }

  .lg\:max-w-4xl {
    max-width: 90rem !important;
  }

  .lg\:max-w-5xl {
    max-width: 100rem !important;
  }

  .lg\:max-w-4\/5 {
    max-width: 80% !important;
  }

  .lg\:max-w-full {
    max-width: 100% !important;
  }

  .lg\:max-w-screen {
    max-width: 100vw !important;
  }

  .lg\:min-h-0 {
    min-height: 0 !important;
  }

  .lg\:min-h-full {
    min-height: 100% !important;
  }

  .lg\:min-h-screen {
    min-height: 100vh !important;
  }

  .lg\:min-w-0 {
    min-width: 0 !important;
  }

  .lg\:min-w-6 {
    min-width: 1.5rem !important;
  }

  .lg\:min-w-full {
    min-width: 100% !important;
  }

  .lg\:-m-0 {
    margin: 0 !important;
  }

  .lg\:-m-1 {
    margin: -0.25rem !important;
  }

  .lg\:-m-2 {
    margin: -0.5rem !important;
  }

  .lg\:-m-3 {
    margin: -0.75rem !important;
  }

  .lg\:-m-4 {
    margin: -1rem !important;
  }

  .lg\:-m-6 {
    margin: -1.5rem !important;
  }

  .lg\:-m-8 {
    margin: -2rem !important;
  }

  .lg\:-m-px {
    margin: -1px !important;
  }

  .lg\:-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .lg\:-mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .lg\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .lg\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .lg\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .lg\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .lg\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .lg\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .lg\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .lg\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .lg\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .lg\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .lg\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .lg\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .lg\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .lg\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .lg\:-mt-0 {
    margin-top: 0 !important;
  }

  .lg\:-mr-0 {
    margin-right: 0 !important;
  }

  .lg\:-mb-0 {
    margin-bottom: 0 !important;
  }

  .lg\:-ml-0 {
    margin-left: 0 !important;
  }

  .lg\:-mt-1 {
    margin-top: -0.25rem !important;
  }

  .lg\:-mr-1 {
    margin-right: -0.25rem !important;
  }

  .lg\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .lg\:-ml-1 {
    margin-left: -0.25rem !important;
  }

  .lg\:-mt-2 {
    margin-top: -0.5rem !important;
  }

  .lg\:-mr-2 {
    margin-right: -0.5rem !important;
  }

  .lg\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .lg\:-ml-2 {
    margin-left: -0.5rem !important;
  }

  .lg\:-mt-3 {
    margin-top: -0.75rem !important;
  }

  .lg\:-mr-3 {
    margin-right: -0.75rem !important;
  }

  .lg\:-mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .lg\:-ml-3 {
    margin-left: -0.75rem !important;
  }

  .lg\:-mt-4 {
    margin-top: -1rem !important;
  }

  .lg\:-mr-4 {
    margin-right: -1rem !important;
  }

  .lg\:-mb-4 {
    margin-bottom: -1rem !important;
  }

  .lg\:-ml-4 {
    margin-left: -1rem !important;
  }

  .lg\:-mt-6 {
    margin-top: -1.5rem !important;
  }

  .lg\:-mr-6 {
    margin-right: -1.5rem !important;
  }

  .lg\:-mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .lg\:-ml-6 {
    margin-left: -1.5rem !important;
  }

  .lg\:-mt-8 {
    margin-top: -2rem !important;
  }

  .lg\:-mr-8 {
    margin-right: -2rem !important;
  }

  .lg\:-mb-8 {
    margin-bottom: -2rem !important;
  }

  .lg\:-ml-8 {
    margin-left: -2rem !important;
  }

  .lg\:-mt-px {
    margin-top: -1px !important;
  }

  .lg\:-mr-px {
    margin-right: -1px !important;
  }

  .lg\:-mb-px {
    margin-bottom: -1px !important;
  }

  .lg\:-ml-px {
    margin-left: -1px !important;
  }

  .lg\:opacity-0 {
    opacity: 0 !important;
  }

  .lg\:opacity-25 {
    opacity: .25 !important;
  }

  .lg\:opacity-37 {
    opacity: .37 !important;
  }

  .lg\:opacity-50 {
    opacity: .5 !important;
  }

  .lg\:opacity-66 {
    opacity: .66 !important;
  }

  .lg\:opacity-75 {
    opacity: .75 !important;
  }

  .lg\:opacity-85 {
    opacity: .85 !important;
  }

  .lg\:opacity-100 {
    opacity: 1 !important;
  }

  .lg\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }

  .lg\:hover\:opacity-25:hover {
    opacity: .25 !important;
  }

  .lg\:hover\:opacity-37:hover {
    opacity: .37 !important;
  }

  .lg\:hover\:opacity-50:hover {
    opacity: .5 !important;
  }

  .lg\:hover\:opacity-66:hover {
    opacity: .66 !important;
  }

  .lg\:hover\:opacity-75:hover {
    opacity: .75 !important;
  }

  .lg\:hover\:opacity-85:hover {
    opacity: .85 !important;
  }

  .lg\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }

  .lg\:overflow-auto {
    overflow: auto !important;
  }

  .lg\:overflow-hidden {
    overflow: hidden !important;
  }

  .lg\:overflow-visible {
    overflow: visible !important;
  }

  .lg\:overflow-scroll {
    overflow: scroll !important;
  }

  .lg\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .lg\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .lg\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .lg\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .lg\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .lg\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .lg\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .lg\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .lg\:scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }

  .lg\:scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }

  .lg\:p-0 {
    padding: 0 !important;
  }

  .lg\:p-1 {
    padding: .25rem !important;
  }

  .lg\:p-2 {
    padding: .5rem !important;
  }

  .lg\:p-3 {
    padding: .75rem !important;
  }

  .lg\:p-4 {
    padding: 1rem !important;
  }

  .lg\:p-6 {
    padding: 1.5rem !important;
  }

  .lg\:p-8 {
    padding: 2rem !important;
  }

  .lg\:p-10 {
    padding: 2.5rem !important;
  }

  .lg\:p-12 {
    padding: 3rem !important;
  }

  .lg\:p-14 {
    padding: 3.5rem !important;
  }

  .lg\:p-16 {
    padding: 4rem !important;
  }

  .lg\:p-24 {
    padding: 6rem !important;
  }

  .lg\:p-28 {
    padding: 7rem !important;
  }

  .lg\:p-32 {
    padding: 8rem !important;
  }

  .lg\:p-48 {
    padding: 12rem !important;
  }

  .lg\:p-64 {
    padding: 16rem !important;
  }

  .lg\:p-px {
    padding: 1px !important;
  }

  .lg\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .lg\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .lg\:py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .lg\:px-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .lg\:py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .lg\:px-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .lg\:py-3 {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
  }

  .lg\:px-3 {
    padding-left: .75rem !important;
    padding-right: .75rem !important;
  }

  .lg\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .lg\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .lg\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .lg\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .lg\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .lg\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .lg\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .lg\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .lg\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .lg\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .lg\:py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .lg\:px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .lg\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .lg\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .lg\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .lg\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .lg\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .lg\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .lg\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .lg\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .lg\:py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .lg\:px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .lg\:py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .lg\:px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .lg\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .lg\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .lg\:pt-0 {
    padding-top: 0 !important;
  }

  .lg\:pr-0 {
    padding-right: 0 !important;
  }

  .lg\:pb-0 {
    padding-bottom: 0 !important;
  }

  .lg\:pl-0 {
    padding-left: 0 !important;
  }

  .lg\:pt-1 {
    padding-top: .25rem !important;
  }

  .lg\:pr-1 {
    padding-right: .25rem !important;
  }

  .lg\:pb-1 {
    padding-bottom: .25rem !important;
  }

  .lg\:pl-1 {
    padding-left: .25rem !important;
  }

  .lg\:pt-2 {
    padding-top: .5rem !important;
  }

  .lg\:pr-2 {
    padding-right: .5rem !important;
  }

  .lg\:pb-2 {
    padding-bottom: .5rem !important;
  }

  .lg\:pl-2 {
    padding-left: .5rem !important;
  }

  .lg\:pt-3 {
    padding-top: .75rem !important;
  }

  .lg\:pr-3 {
    padding-right: .75rem !important;
  }

  .lg\:pb-3 {
    padding-bottom: .75rem !important;
  }

  .lg\:pl-3 {
    padding-left: .75rem !important;
  }

  .lg\:pt-4 {
    padding-top: 1rem !important;
  }

  .lg\:pr-4 {
    padding-right: 1rem !important;
  }

  .lg\:pb-4 {
    padding-bottom: 1rem !important;
  }

  .lg\:pl-4 {
    padding-left: 1rem !important;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem !important;
  }

  .lg\:pr-6 {
    padding-right: 1.5rem !important;
  }

  .lg\:pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .lg\:pl-6 {
    padding-left: 1.5rem !important;
  }

  .lg\:pt-8 {
    padding-top: 2rem !important;
  }

  .lg\:pr-8 {
    padding-right: 2rem !important;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem !important;
  }

  .lg\:pl-8 {
    padding-left: 2rem !important;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem !important;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem !important;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem !important;
  }

  .lg\:pt-12 {
    padding-top: 3rem !important;
  }

  .lg\:pr-12 {
    padding-right: 3rem !important;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem !important;
  }

  .lg\:pl-12 {
    padding-left: 3rem !important;
  }

  .lg\:pt-14 {
    padding-top: 3.5rem !important;
  }

  .lg\:pr-14 {
    padding-right: 3.5rem !important;
  }

  .lg\:pb-14 {
    padding-bottom: 3.5rem !important;
  }

  .lg\:pl-14 {
    padding-left: 3.5rem !important;
  }

  .lg\:pt-16 {
    padding-top: 4rem !important;
  }

  .lg\:pr-16 {
    padding-right: 4rem !important;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem !important;
  }

  .lg\:pl-16 {
    padding-left: 4rem !important;
  }

  .lg\:pt-24 {
    padding-top: 6rem !important;
  }

  .lg\:pr-24 {
    padding-right: 6rem !important;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem !important;
  }

  .lg\:pl-24 {
    padding-left: 6rem !important;
  }

  .lg\:pt-28 {
    padding-top: 7rem !important;
  }

  .lg\:pr-28 {
    padding-right: 7rem !important;
  }

  .lg\:pb-28 {
    padding-bottom: 7rem !important;
  }

  .lg\:pl-28 {
    padding-left: 7rem !important;
  }

  .lg\:pt-32 {
    padding-top: 8rem !important;
  }

  .lg\:pr-32 {
    padding-right: 8rem !important;
  }

  .lg\:pb-32 {
    padding-bottom: 8rem !important;
  }

  .lg\:pl-32 {
    padding-left: 8rem !important;
  }

  .lg\:pt-48 {
    padding-top: 12rem !important;
  }

  .lg\:pr-48 {
    padding-right: 12rem !important;
  }

  .lg\:pb-48 {
    padding-bottom: 12rem !important;
  }

  .lg\:pl-48 {
    padding-left: 12rem !important;
  }

  .lg\:pt-64 {
    padding-top: 16rem !important;
  }

  .lg\:pr-64 {
    padding-right: 16rem !important;
  }

  .lg\:pb-64 {
    padding-bottom: 16rem !important;
  }

  .lg\:pl-64 {
    padding-left: 16rem !important;
  }

  .lg\:pt-px {
    padding-top: 1px !important;
  }

  .lg\:pr-px {
    padding-right: 1px !important;
  }

  .lg\:pb-px {
    padding-bottom: 1px !important;
  }

  .lg\:pl-px {
    padding-left: 1px !important;
  }

  .lg\:pointer-events-none {
    pointer-events: none !important;
  }

  .lg\:pointer-events-auto {
    pointer-events: auto !important;
  }

  .lg\:static {
    position: static !important;
  }

  .lg\:fixed {
    position: fixed !important;
  }

  .lg\:absolute {
    position: absolute !important;
  }

  .lg\:relative {
    position: relative !important;
  }

  .lg\:sticky {
    position: sticky !important;
  }

  .lg\:pin-none {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .lg\:pin {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .lg\:pin-y {
    top: 0 !important;
    bottom: 0 !important;
  }

  .lg\:pin-x {
    right: 0 !important;
    left: 0 !important;
  }

  .lg\:pin-t {
    top: 0 !important;
  }

  .lg\:pin-r {
    right: 0 !important;
  }

  .lg\:pin-b {
    bottom: 0 !important;
  }

  .lg\:pin-l {
    left: 0 !important;
  }

  .lg\:resize-none {
    resize: none !important;
  }

  .lg\:resize-y {
    resize: vertical !important;
  }

  .lg\:resize-x {
    resize: horizontal !important;
  }

  .lg\:resize {
    resize: both !important;
  }

  .lg\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }

  .lg\:shadow-md {
    box-shadow: 0px 6px 30px rgba(0, 0, 0, .06) !important;
  }

  .lg\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }

  .lg\:shadow-none {
    box-shadow: none !important;
  }

  .lg\:table-auto {
    table-layout: auto !important;
  }

  .lg\:table-fixed {
    table-layout: fixed !important;
  }

  .lg\:text-left {
    text-align: left !important;
  }

  .lg\:text-center {
    text-align: center !important;
  }

  .lg\:text-right {
    text-align: right !important;
  }

  .lg\:text-justify {
    text-align: justify !important;
  }

  .lg\:text-transparent {
    color: transparent !important;
  }

  .lg\:text-black {
    color: #22292f !important;
  }

  .lg\:text-grey-darkest {
    color: #455a64 !important;
  }

  .lg\:text-grey-darker {
    color: #606f7b !important;
  }

  .lg\:text-grey-dark {
    color: #8795a1 !important;
  }

  .lg\:text-grey {
    color: #b8c2cc !important;
  }

  .lg\:text-grey-light {
    color: #dae1e7 !important;
  }

  .lg\:text-grey-lighter {
    color: #f1f5f8 !important;
  }

  .lg\:text-grey-lightest {
    color: #f8fafc !important;
  }

  .lg\:text-white {
    color: #fff !important;
  }

  .lg\:text-red-darkest {
    color: #3b0d0c !important;
  }

  .lg\:text-red-darker {
    color: #621b18 !important;
  }

  .lg\:text-red-dark {
    color: #cc1f1a !important;
  }

  .lg\:text-red {
    color: #e3342f !important;
  }

  .lg\:text-red-light {
    color: #ef5753 !important;
  }

  .lg\:text-red-lighter {
    color: #f9acaa !important;
  }

  .lg\:text-red-lightest {
    color: #fcebea !important;
  }

  .lg\:text-orange-darkest {
    color: #462a16 !important;
  }

  .lg\:text-orange-darker {
    color: #613b1f !important;
  }

  .lg\:text-orange-dark {
    color: #de751f !important;
  }

  .lg\:text-orange {
    color: #f6993f !important;
  }

  .lg\:text-orange-light {
    color: #faad63 !important;
  }

  .lg\:text-orange-lighter {
    color: #fcd9b6 !important;
  }

  .lg\:text-orange-lightest {
    color: #fff5eb !important;
  }

  .lg\:text-yellow-darkest {
    color: #453411 !important;
  }

  .lg\:text-yellow-darker {
    color: #684f1d !important;
  }

  .lg\:text-yellow-dark {
    color: #f2d024 !important;
  }

  .lg\:text-yellow {
    color: #fc3 !important;
  }

  .lg\:text-yellow-light {
    color: #fff382 !important;
  }

  .lg\:text-yellow-lighter {
    color: #fff9c2 !important;
  }

  .lg\:text-yellow-lightest {
    color: #fcfbeb !important;
  }

  .lg\:text-green-darkest {
    color: #0f2f21 !important;
  }

  .lg\:text-green-darker {
    color: #1a4731 !important;
  }

  .lg\:text-green-dark {
    color: #1f9d55 !important;
  }

  .lg\:text-green {
    color: #38c172 !important;
  }

  .lg\:text-green-light {
    color: #51d88a !important;
  }

  .lg\:text-green-lighter {
    color: #a2f5bf !important;
  }

  .lg\:text-green-lightest {
    color: #e3fcec !important;
  }

  .lg\:text-teal-darkest {
    color: #0d3331 !important;
  }

  .lg\:text-teal-darker {
    color: #20504f !important;
  }

  .lg\:text-teal-dark {
    color: #38a89d !important;
  }

  .lg\:text-teal {
    color: #4dc0b5 !important;
  }

  .lg\:text-teal-light {
    color: #64d5ca !important;
  }

  .lg\:text-teal-lighter {
    color: #a0f0ed !important;
  }

  .lg\:text-teal-lightest {
    color: #e8fffe !important;
  }

  .lg\:text-blue-darkest {
    color: #12283a !important;
  }

  .lg\:text-blue-darker {
    color: #1c3d5a !important;
  }

  .lg\:text-blue-dark {
    color: #2779bd !important;
  }

  .lg\:text-blue {
    color: #3490dc !important;
  }

  .lg\:text-blue-light {
    color: #6cb2eb !important;
  }

  .lg\:text-blue-lighter {
    color: #bcdefa !important;
  }

  .lg\:text-blue-lightest {
    color: #eff8ff !important;
  }

  .lg\:text-indigo-darkest {
    color: #191e38 !important;
  }

  .lg\:text-indigo-darker {
    color: #2f365f !important;
  }

  .lg\:text-indigo-dark {
    color: #5661b3 !important;
  }

  .lg\:text-indigo {
    color: #6574cd !important;
  }

  .lg\:text-indigo-light {
    color: #7886d7 !important;
  }

  .lg\:text-indigo-lighter {
    color: #b2b7ff !important;
  }

  .lg\:text-indigo-lightest {
    color: #e6e8ff !important;
  }

  .lg\:text-purple-darkest {
    color: #21183c !important;
  }

  .lg\:text-purple-darker {
    color: #382b5f !important;
  }

  .lg\:text-purple-dark {
    color: #794acf !important;
  }

  .lg\:text-purple {
    color: #9561e2 !important;
  }

  .lg\:text-purple-light {
    color: #a779e9 !important;
  }

  .lg\:text-purple-lighter {
    color: #d6bbfc !important;
  }

  .lg\:text-purple-lightest {
    color: #f3ebff !important;
  }

  .lg\:text-pink-darkest {
    color: #451225 !important;
  }

  .lg\:text-pink-darker {
    color: #6f213f !important;
  }

  .lg\:text-pink-dark {
    color: #eb5286 !important;
  }

  .lg\:text-pink {
    color: #f66d9b !important;
  }

  .lg\:text-pink-light {
    color: #fa7ea8 !important;
  }

  .lg\:text-pink-lighter {
    color: #ffbbca !important;
  }

  .lg\:text-pink-lightest {
    color: #ffebef !important;
  }

  .lg\:text-turnkey-primary {
    color: #ff645a !important;
  }

  .lg\:text-turnkey-primary-light {
    color: #ff746b !important;
  }

  .lg\:text-turnkey-primary-dark {
    color: #ff3b2f !important;
  }

  .lg\:text-turnkey-secondary {
    color: #fc3 !important;
  }

  .lg\:text-turnkey-secondary-light {
    color: #ffd147 !important;
  }

  .lg\:text-turnkey-secondary-dark {
    color: #ffc20d !important;
  }

  .lg\:text-app-primary {
    color: #1b6d9f !important;
  }

  .lg\:text-app-primary-light {
    color: #2080bb !important;
  }

  .lg\:text-app-primary-dark {
    color: #185f8b !important;
  }

  .lg\:text-app-secondary {
    color: #da3698 !important;
  }

  .lg\:text-app-secondary-light {
    color: #de4aa2 !important;
  }

  .lg\:text-app-secondary-dark {
    color: #c92587 !important;
  }

  .lg\:text-info {
    color: #3da1de !important;
  }

  .lg\:text-warning {
    color: #ff7c33 !important;
  }

  .lg\:text-success {
    color: #1fb186 !important;
  }

  .lg\:text-success-light {
    color: #24cb99 !important;
  }

  .lg\:text-success-lighter {
    color: #4bdfb4 !important;
  }

  .lg\:text-error-dark {
    color: #e01e1e !important;
  }

  .lg\:text-error {
    color: #e53d3d !important;
  }

  .lg\:text-error-light {
    color: #e85050 !important;
  }

  .lg\:text-error-lighter {
    color: #ed7777 !important;
  }

  .lg\:text-regular-font {
    color: #2f2e2e !important;
  }

  .lg\:text-neutral-darker {
    color: #585656 !important;
  }

  .lg\:text-neutral {
    color: #888585 !important;
  }

  .lg\:text-neutral-lighter {
    color: #b8b6b6 !important;
  }

  .lg\:text-neutral-extra-lighter {
    color: #f7f7f7 !important;
  }

  .lg\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .lg\:hover\:text-black:hover {
    color: #22292f !important;
  }

  .lg\:hover\:text-grey-darkest:hover {
    color: #455a64 !important;
  }

  .lg\:hover\:text-grey-darker:hover {
    color: #606f7b !important;
  }

  .lg\:hover\:text-grey-dark:hover {
    color: #8795a1 !important;
  }

  .lg\:hover\:text-grey:hover {
    color: #b8c2cc !important;
  }

  .lg\:hover\:text-grey-light:hover {
    color: #dae1e7 !important;
  }

  .lg\:hover\:text-grey-lighter:hover {
    color: #f1f5f8 !important;
  }

  .lg\:hover\:text-grey-lightest:hover {
    color: #f8fafc !important;
  }

  .lg\:hover\:text-white:hover {
    color: #fff !important;
  }

  .lg\:hover\:text-red-darkest:hover {
    color: #3b0d0c !important;
  }

  .lg\:hover\:text-red-darker:hover {
    color: #621b18 !important;
  }

  .lg\:hover\:text-red-dark:hover {
    color: #cc1f1a !important;
  }

  .lg\:hover\:text-red:hover {
    color: #e3342f !important;
  }

  .lg\:hover\:text-red-light:hover {
    color: #ef5753 !important;
  }

  .lg\:hover\:text-red-lighter:hover {
    color: #f9acaa !important;
  }

  .lg\:hover\:text-red-lightest:hover {
    color: #fcebea !important;
  }

  .lg\:hover\:text-orange-darkest:hover {
    color: #462a16 !important;
  }

  .lg\:hover\:text-orange-darker:hover {
    color: #613b1f !important;
  }

  .lg\:hover\:text-orange-dark:hover {
    color: #de751f !important;
  }

  .lg\:hover\:text-orange:hover {
    color: #f6993f !important;
  }

  .lg\:hover\:text-orange-light:hover {
    color: #faad63 !important;
  }

  .lg\:hover\:text-orange-lighter:hover {
    color: #fcd9b6 !important;
  }

  .lg\:hover\:text-orange-lightest:hover {
    color: #fff5eb !important;
  }

  .lg\:hover\:text-yellow-darkest:hover {
    color: #453411 !important;
  }

  .lg\:hover\:text-yellow-darker:hover {
    color: #684f1d !important;
  }

  .lg\:hover\:text-yellow-dark:hover {
    color: #f2d024 !important;
  }

  .lg\:hover\:text-yellow:hover {
    color: #fc3 !important;
  }

  .lg\:hover\:text-yellow-light:hover {
    color: #fff382 !important;
  }

  .lg\:hover\:text-yellow-lighter:hover {
    color: #fff9c2 !important;
  }

  .lg\:hover\:text-yellow-lightest:hover {
    color: #fcfbeb !important;
  }

  .lg\:hover\:text-green-darkest:hover {
    color: #0f2f21 !important;
  }

  .lg\:hover\:text-green-darker:hover {
    color: #1a4731 !important;
  }

  .lg\:hover\:text-green-dark:hover {
    color: #1f9d55 !important;
  }

  .lg\:hover\:text-green:hover {
    color: #38c172 !important;
  }

  .lg\:hover\:text-green-light:hover {
    color: #51d88a !important;
  }

  .lg\:hover\:text-green-lighter:hover {
    color: #a2f5bf !important;
  }

  .lg\:hover\:text-green-lightest:hover {
    color: #e3fcec !important;
  }

  .lg\:hover\:text-teal-darkest:hover {
    color: #0d3331 !important;
  }

  .lg\:hover\:text-teal-darker:hover {
    color: #20504f !important;
  }

  .lg\:hover\:text-teal-dark:hover {
    color: #38a89d !important;
  }

  .lg\:hover\:text-teal:hover {
    color: #4dc0b5 !important;
  }

  .lg\:hover\:text-teal-light:hover {
    color: #64d5ca !important;
  }

  .lg\:hover\:text-teal-lighter:hover {
    color: #a0f0ed !important;
  }

  .lg\:hover\:text-teal-lightest:hover {
    color: #e8fffe !important;
  }

  .lg\:hover\:text-blue-darkest:hover {
    color: #12283a !important;
  }

  .lg\:hover\:text-blue-darker:hover {
    color: #1c3d5a !important;
  }

  .lg\:hover\:text-blue-dark:hover {
    color: #2779bd !important;
  }

  .lg\:hover\:text-blue:hover {
    color: #3490dc !important;
  }

  .lg\:hover\:text-blue-light:hover {
    color: #6cb2eb !important;
  }

  .lg\:hover\:text-blue-lighter:hover {
    color: #bcdefa !important;
  }

  .lg\:hover\:text-blue-lightest:hover {
    color: #eff8ff !important;
  }

  .lg\:hover\:text-indigo-darkest:hover {
    color: #191e38 !important;
  }

  .lg\:hover\:text-indigo-darker:hover {
    color: #2f365f !important;
  }

  .lg\:hover\:text-indigo-dark:hover {
    color: #5661b3 !important;
  }

  .lg\:hover\:text-indigo:hover {
    color: #6574cd !important;
  }

  .lg\:hover\:text-indigo-light:hover {
    color: #7886d7 !important;
  }

  .lg\:hover\:text-indigo-lighter:hover {
    color: #b2b7ff !important;
  }

  .lg\:hover\:text-indigo-lightest:hover {
    color: #e6e8ff !important;
  }

  .lg\:hover\:text-purple-darkest:hover {
    color: #21183c !important;
  }

  .lg\:hover\:text-purple-darker:hover {
    color: #382b5f !important;
  }

  .lg\:hover\:text-purple-dark:hover {
    color: #794acf !important;
  }

  .lg\:hover\:text-purple:hover {
    color: #9561e2 !important;
  }

  .lg\:hover\:text-purple-light:hover {
    color: #a779e9 !important;
  }

  .lg\:hover\:text-purple-lighter:hover {
    color: #d6bbfc !important;
  }

  .lg\:hover\:text-purple-lightest:hover {
    color: #f3ebff !important;
  }

  .lg\:hover\:text-pink-darkest:hover {
    color: #451225 !important;
  }

  .lg\:hover\:text-pink-darker:hover {
    color: #6f213f !important;
  }

  .lg\:hover\:text-pink-dark:hover {
    color: #eb5286 !important;
  }

  .lg\:hover\:text-pink:hover {
    color: #f66d9b !important;
  }

  .lg\:hover\:text-pink-light:hover {
    color: #fa7ea8 !important;
  }

  .lg\:hover\:text-pink-lighter:hover {
    color: #ffbbca !important;
  }

  .lg\:hover\:text-pink-lightest:hover {
    color: #ffebef !important;
  }

  .lg\:hover\:text-turnkey-primary:hover {
    color: #ff645a !important;
  }

  .lg\:hover\:text-turnkey-primary-light:hover {
    color: #ff746b !important;
  }

  .lg\:hover\:text-turnkey-primary-dark:hover {
    color: #ff3b2f !important;
  }

  .lg\:hover\:text-turnkey-secondary:hover {
    color: #fc3 !important;
  }

  .lg\:hover\:text-turnkey-secondary-light:hover {
    color: #ffd147 !important;
  }

  .lg\:hover\:text-turnkey-secondary-dark:hover {
    color: #ffc20d !important;
  }

  .lg\:hover\:text-app-primary:hover {
    color: #1b6d9f !important;
  }

  .lg\:hover\:text-app-primary-light:hover {
    color: #2080bb !important;
  }

  .lg\:hover\:text-app-primary-dark:hover {
    color: #185f8b !important;
  }

  .lg\:hover\:text-app-secondary:hover {
    color: #da3698 !important;
  }

  .lg\:hover\:text-app-secondary-light:hover {
    color: #de4aa2 !important;
  }

  .lg\:hover\:text-app-secondary-dark:hover {
    color: #c92587 !important;
  }

  .lg\:hover\:text-info:hover {
    color: #3da1de !important;
  }

  .lg\:hover\:text-warning:hover {
    color: #ff7c33 !important;
  }

  .lg\:hover\:text-success:hover {
    color: #1fb186 !important;
  }

  .lg\:hover\:text-success-light:hover {
    color: #24cb99 !important;
  }

  .lg\:hover\:text-success-lighter:hover {
    color: #4bdfb4 !important;
  }

  .lg\:hover\:text-error-dark:hover {
    color: #e01e1e !important;
  }

  .lg\:hover\:text-error:hover {
    color: #e53d3d !important;
  }

  .lg\:hover\:text-error-light:hover {
    color: #e85050 !important;
  }

  .lg\:hover\:text-error-lighter:hover {
    color: #ed7777 !important;
  }

  .lg\:hover\:text-regular-font:hover {
    color: #2f2e2e !important;
  }

  .lg\:hover\:text-neutral-darker:hover {
    color: #585656 !important;
  }

  .lg\:hover\:text-neutral:hover {
    color: #888585 !important;
  }

  .lg\:hover\:text-neutral-lighter:hover {
    color: #b8b6b6 !important;
  }

  .lg\:hover\:text-neutral-extra-lighter:hover {
    color: #f7f7f7 !important;
  }

  .lg\:text-xxs {
    font-size: .625rem !important;
  }

  .lg\:text-xs {
    font-size: .75rem !important;
  }

  .lg\:text-sm {
    font-size: .875rem !important;
  }

  .lg\:text-base {
    font-size: 1rem !important;
  }

  .lg\:text-lg {
    font-size: 1.125rem !important;
  }

  .lg\:text-xl {
    font-size: 1.25rem !important;
  }

  .lg\:text-2xl {
    font-size: 1.5rem !important;
  }

  .lg\:text-3xl {
    font-size: 1.875rem !important;
  }

  .lg\:text-4xl {
    font-size: 2.25rem !important;
  }

  .lg\:text-5xl {
    font-size: 3rem !important;
  }

  .lg\:text-6xl {
    font-size: 3.75rem !important;
  }

  .lg\:italic {
    font-style: italic !important;
  }

  .lg\:roman {
    font-style: normal !important;
  }

  .lg\:uppercase {
    text-transform: uppercase !important;
  }

  .lg\:lowercase {
    text-transform: lowercase !important;
  }

  .lg\:capitalize {
    text-transform: capitalize !important;
  }

  .lg\:normal-case {
    text-transform: none !important;
  }

  .lg\:underline {
    text-decoration: underline !important;
  }

  .lg\:line-through {
    text-decoration: line-through !important;
  }

  .lg\:no-underline {
    text-decoration: none !important;
  }

  .lg\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .lg\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .lg\:hover\:italic:hover {
    font-style: italic !important;
  }

  .lg\:hover\:roman:hover {
    font-style: normal !important;
  }

  .lg\:hover\:uppercase:hover {
    text-transform: uppercase !important;
  }

  .lg\:hover\:lowercase:hover {
    text-transform: lowercase !important;
  }

  .lg\:hover\:capitalize:hover {
    text-transform: capitalize !important;
  }

  .lg\:hover\:normal-case:hover {
    text-transform: none !important;
  }

  .lg\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .lg\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .lg\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .lg\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .lg\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .lg\:tracking-tight {
    letter-spacing: -0.05em !important;
  }

  .lg\:tracking-normal {
    letter-spacing: 0 !important;
  }

  .lg\:tracking-wide {
    letter-spacing: .05em !important;
  }

  .lg\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
  }

  .lg\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
            user-select: text !important;
  }

  .lg\:align-baseline {
    vertical-align: baseline !important;
  }

  .lg\:align-top {
    vertical-align: top !important;
  }

  .lg\:align-middle {
    vertical-align: middle !important;
  }

  .lg\:align-bottom {
    vertical-align: bottom !important;
  }

  .lg\:align-text-top {
    vertical-align: text-top !important;
  }

  .lg\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .lg\:visible {
    visibility: visible !important;
  }

  .lg\:invisible {
    visibility: hidden !important;
  }

  .lg\:whitespace-normal {
    white-space: normal !important;
  }

  .lg\:whitespace-no-wrap {
    white-space: nowrap !important;
  }

  .lg\:whitespace-pre {
    white-space: pre !important;
  }

  .lg\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .lg\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .lg\:break-words {
    word-wrap: break-word !important;
  }

  .lg\:break-normal {
    word-wrap: normal !important;
  }

  .lg\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .lg\:w-0 {
    width: 0 !important;
  }

  .lg\:w-1 {
    width: .25rem !important;
  }

  .lg\:w-2 {
    width: .5rem !important;
  }

  .lg\:w-3 {
    width: .75rem !important;
  }

  .lg\:w-4 {
    width: 1rem !important;
  }

  .lg\:w-5 {
    width: 1.25rem !important;
  }

  .lg\:w-6 {
    width: 1.5rem !important;
  }

  .lg\:w-8 {
    width: 2rem !important;
  }

  .lg\:w-10 {
    width: 2.5rem !important;
  }

  .lg\:w-12 {
    width: 3rem !important;
  }

  .lg\:w-13 {
    width: 3.25rem !important;
  }

  .lg\:w-14 {
    width: 3.5rem !important;
  }

  .lg\:w-16 {
    width: 4rem !important;
  }

  .lg\:w-18 {
    width: 4.5rem !important;
  }

  .lg\:w-20 {
    width: 5rem !important;
  }

  .lg\:w-24 {
    width: 6rem !important;
  }

  .lg\:w-32 {
    width: 8rem !important;
  }

  .lg\:w-40 {
    width: 10rem !important;
  }

  .lg\:w-48 {
    width: 12rem !important;
  }

  .lg\:w-56 {
    width: 14rem !important;
  }

  .lg\:w-64 {
    width: 16rem !important;
  }

  .lg\:w-72 {
    width: 18rem !important;
  }

  .lg\:w-88 {
    width: 22rem !important;
  }

  .lg\:w-120 {
    width: 30rem !important;
  }

  .lg\:w-auto {
    width: auto !important;
  }

  .lg\:w-px {
    width: 1px !important;
  }

  .lg\:w-16px {
    width: 16px !important;
  }

  .lg\:w-620px {
    width: 620px !important;
  }

  .lg\:w-640px {
    width: 640px !important;
  }

  .lg\:w-1\/2 {
    width: 50% !important;
  }

  .lg\:w-1\/3 {
    width: 33.33333% !important;
  }

  .lg\:w-2\/3 {
    width: 66.66667% !important;
  }

  .lg\:w-1\/4 {
    width: 25% !important;
  }

  .lg\:w-3\/4 {
    width: 75% !important;
  }

  .lg\:w-1\/5 {
    width: 20% !important;
  }

  .lg\:w-2\/5 {
    width: 40% !important;
  }

  .lg\:w-3\/5 {
    width: 60% !important;
  }

  .lg\:w-4\/5 {
    width: 80% !important;
  }

  .lg\:w-1\/6 {
    width: 16.66667% !important;
  }

  .lg\:w-5\/6 {
    width: 83.33333% !important;
  }

  .lg\:w-full {
    width: 100% !important;
  }

  .lg\:w-screen {
    width: 100vw !important;
  }

  .lg\:z-0 {
    z-index: 0 !important;
  }

  .lg\:z-10 {
    z-index: 10 !important;
  }

  .lg\:z-20 {
    z-index: 20 !important;
  }

  .lg\:z-30 {
    z-index: 30 !important;
  }

  .lg\:z-40 {
    z-index: 40 !important;
  }

  .lg\:z-50 {
    z-index: 50 !important;
  }

  .lg\:z-1000 {
    z-index: 1000 !important;
  }

  .lg\:z-auto {
    z-index: auto !important;
  }

  .lg\:pin-l-48 {
    left: 12rem;
  }

  .lg\:pin-b-50px {
    bottom: 50px;
  }

  .lg\:pin-b-80px {
    bottom: 80px;
  }

  .lg\:pin-l-10 {
    left: 2.5rem !important;
  }
}

@media (min-width: 1200px) {
  .xl\:list-reset {
    list-style: none !important;
    padding: 0 !important;
  }

  .xl\:appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .xl\:bg-fixed {
    background-attachment: fixed !important;
  }

  .xl\:bg-local {
    background-attachment: local !important;
  }

  .xl\:bg-scroll {
    background-attachment: scroll !important;
  }

  .xl\:bg-transparent {
    background-color: transparent !important;
  }

  .xl\:bg-black {
    background-color: #22292f !important;
  }

  .xl\:bg-grey-darkest {
    background-color: #455a64 !important;
  }

  .xl\:bg-grey-darker {
    background-color: #606f7b !important;
  }

  .xl\:bg-grey-dark {
    background-color: #8795a1 !important;
  }

  .xl\:bg-grey {
    background-color: #b8c2cc !important;
  }

  .xl\:bg-grey-light {
    background-color: #dae1e7 !important;
  }

  .xl\:bg-grey-lighter {
    background-color: #f1f5f8 !important;
  }

  .xl\:bg-grey-lightest {
    background-color: #f8fafc !important;
  }

  .xl\:bg-white {
    background-color: #fff !important;
  }

  .xl\:bg-red-darkest {
    background-color: #3b0d0c !important;
  }

  .xl\:bg-red-darker {
    background-color: #621b18 !important;
  }

  .xl\:bg-red-dark {
    background-color: #cc1f1a !important;
  }

  .xl\:bg-red {
    background-color: #e3342f !important;
  }

  .xl\:bg-red-light {
    background-color: #ef5753 !important;
  }

  .xl\:bg-red-lighter {
    background-color: #f9acaa !important;
  }

  .xl\:bg-red-lightest {
    background-color: #fcebea !important;
  }

  .xl\:bg-orange-darkest {
    background-color: #462a16 !important;
  }

  .xl\:bg-orange-darker {
    background-color: #613b1f !important;
  }

  .xl\:bg-orange-dark {
    background-color: #de751f !important;
  }

  .xl\:bg-orange {
    background-color: #f6993f !important;
  }

  .xl\:bg-orange-light {
    background-color: #faad63 !important;
  }

  .xl\:bg-orange-lighter {
    background-color: #fcd9b6 !important;
  }

  .xl\:bg-orange-lightest {
    background-color: #fff5eb !important;
  }

  .xl\:bg-yellow-darkest {
    background-color: #453411 !important;
  }

  .xl\:bg-yellow-darker {
    background-color: #684f1d !important;
  }

  .xl\:bg-yellow-dark {
    background-color: #f2d024 !important;
  }

  .xl\:bg-yellow {
    background-color: #fc3 !important;
  }

  .xl\:bg-yellow-light {
    background-color: #fff382 !important;
  }

  .xl\:bg-yellow-lighter {
    background-color: #fff9c2 !important;
  }

  .xl\:bg-yellow-lightest {
    background-color: #fcfbeb !important;
  }

  .xl\:bg-green-darkest {
    background-color: #0f2f21 !important;
  }

  .xl\:bg-green-darker {
    background-color: #1a4731 !important;
  }

  .xl\:bg-green-dark {
    background-color: #1f9d55 !important;
  }

  .xl\:bg-green {
    background-color: #38c172 !important;
  }

  .xl\:bg-green-light {
    background-color: #51d88a !important;
  }

  .xl\:bg-green-lighter {
    background-color: #a2f5bf !important;
  }

  .xl\:bg-green-lightest {
    background-color: #e3fcec !important;
  }

  .xl\:bg-teal-darkest {
    background-color: #0d3331 !important;
  }

  .xl\:bg-teal-darker {
    background-color: #20504f !important;
  }

  .xl\:bg-teal-dark {
    background-color: #38a89d !important;
  }

  .xl\:bg-teal {
    background-color: #4dc0b5 !important;
  }

  .xl\:bg-teal-light {
    background-color: #64d5ca !important;
  }

  .xl\:bg-teal-lighter {
    background-color: #a0f0ed !important;
  }

  .xl\:bg-teal-lightest {
    background-color: #e8fffe !important;
  }

  .xl\:bg-blue-darkest {
    background-color: #12283a !important;
  }

  .xl\:bg-blue-darker {
    background-color: #1c3d5a !important;
  }

  .xl\:bg-blue-dark {
    background-color: #2779bd !important;
  }

  .xl\:bg-blue {
    background-color: #3490dc !important;
  }

  .xl\:bg-blue-light {
    background-color: #6cb2eb !important;
  }

  .xl\:bg-blue-lighter {
    background-color: #bcdefa !important;
  }

  .xl\:bg-blue-lightest {
    background-color: #eff8ff !important;
  }

  .xl\:bg-indigo-darkest {
    background-color: #191e38 !important;
  }

  .xl\:bg-indigo-darker {
    background-color: #2f365f !important;
  }

  .xl\:bg-indigo-dark {
    background-color: #5661b3 !important;
  }

  .xl\:bg-indigo {
    background-color: #6574cd !important;
  }

  .xl\:bg-indigo-light {
    background-color: #7886d7 !important;
  }

  .xl\:bg-indigo-lighter {
    background-color: #b2b7ff !important;
  }

  .xl\:bg-indigo-lightest {
    background-color: #e6e8ff !important;
  }

  .xl\:bg-purple-darkest {
    background-color: #21183c !important;
  }

  .xl\:bg-purple-darker {
    background-color: #382b5f !important;
  }

  .xl\:bg-purple-dark {
    background-color: #794acf !important;
  }

  .xl\:bg-purple {
    background-color: #9561e2 !important;
  }

  .xl\:bg-purple-light {
    background-color: #a779e9 !important;
  }

  .xl\:bg-purple-lighter {
    background-color: #d6bbfc !important;
  }

  .xl\:bg-purple-lightest {
    background-color: #f3ebff !important;
  }

  .xl\:bg-pink-darkest {
    background-color: #451225 !important;
  }

  .xl\:bg-pink-darker {
    background-color: #6f213f !important;
  }

  .xl\:bg-pink-dark {
    background-color: #eb5286 !important;
  }

  .xl\:bg-pink {
    background-color: #f66d9b !important;
  }

  .xl\:bg-pink-light {
    background-color: #fa7ea8 !important;
  }

  .xl\:bg-pink-lighter {
    background-color: #ffbbca !important;
  }

  .xl\:bg-pink-lightest {
    background-color: #ffebef !important;
  }

  .xl\:bg-turnkey-primary {
    background-color: #ff645a !important;
  }

  .xl\:bg-turnkey-primary-light {
    background-color: #ff746b !important;
  }

  .xl\:bg-turnkey-primary-dark {
    background-color: #ff3b2f !important;
  }

  .xl\:bg-turnkey-secondary {
    background-color: #fc3 !important;
  }

  .xl\:bg-turnkey-secondary-light {
    background-color: #ffd147 !important;
  }

  .xl\:bg-turnkey-secondary-dark {
    background-color: #ffc20d !important;
  }

  .xl\:bg-app-primary {
    background-color: #1b6d9f !important;
  }

  .xl\:bg-app-primary-light {
    background-color: #2080bb !important;
  }

  .xl\:bg-app-primary-dark {
    background-color: #185f8b !important;
  }

  .xl\:bg-app-secondary {
    background-color: #da3698 !important;
  }

  .xl\:bg-app-secondary-light {
    background-color: #de4aa2 !important;
  }

  .xl\:bg-app-secondary-dark {
    background-color: #c92587 !important;
  }

  .xl\:bg-info {
    background-color: #3da1de !important;
  }

  .xl\:bg-warning {
    background-color: #ff7c33 !important;
  }

  .xl\:bg-success {
    background-color: #1fb186 !important;
  }

  .xl\:bg-success-light {
    background-color: #24cb99 !important;
  }

  .xl\:bg-success-lighter {
    background-color: #4bdfb4 !important;
  }

  .xl\:bg-error-dark {
    background-color: #e01e1e !important;
  }

  .xl\:bg-error {
    background-color: #e53d3d !important;
  }

  .xl\:bg-error-light {
    background-color: #e85050 !important;
  }

  .xl\:bg-error-lighter {
    background-color: #ed7777 !important;
  }

  .xl\:bg-regular-font {
    background-color: #2f2e2e !important;
  }

  .xl\:bg-neutral-darker {
    background-color: #585656 !important;
  }

  .xl\:bg-neutral {
    background-color: #888585 !important;
  }

  .xl\:bg-neutral-lighter {
    background-color: #b8b6b6 !important;
  }

  .xl\:bg-neutral-extra-lighter {
    background-color: #f7f7f7 !important;
  }

  .xl\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }

  .xl\:hover\:bg-black:hover {
    background-color: #22292f !important;
  }

  .xl\:hover\:bg-grey-darkest:hover {
    background-color: #455a64 !important;
  }

  .xl\:hover\:bg-grey-darker:hover {
    background-color: #606f7b !important;
  }

  .xl\:hover\:bg-grey-dark:hover {
    background-color: #8795a1 !important;
  }

  .xl\:hover\:bg-grey:hover {
    background-color: #b8c2cc !important;
  }

  .xl\:hover\:bg-grey-light:hover {
    background-color: #dae1e7 !important;
  }

  .xl\:hover\:bg-grey-lighter:hover {
    background-color: #f1f5f8 !important;
  }

  .xl\:hover\:bg-grey-lightest:hover {
    background-color: #f8fafc !important;
  }

  .xl\:hover\:bg-white:hover {
    background-color: #fff !important;
  }

  .xl\:hover\:bg-red-darkest:hover {
    background-color: #3b0d0c !important;
  }

  .xl\:hover\:bg-red-darker:hover {
    background-color: #621b18 !important;
  }

  .xl\:hover\:bg-red-dark:hover {
    background-color: #cc1f1a !important;
  }

  .xl\:hover\:bg-red:hover {
    background-color: #e3342f !important;
  }

  .xl\:hover\:bg-red-light:hover {
    background-color: #ef5753 !important;
  }

  .xl\:hover\:bg-red-lighter:hover {
    background-color: #f9acaa !important;
  }

  .xl\:hover\:bg-red-lightest:hover {
    background-color: #fcebea !important;
  }

  .xl\:hover\:bg-orange-darkest:hover {
    background-color: #462a16 !important;
  }

  .xl\:hover\:bg-orange-darker:hover {
    background-color: #613b1f !important;
  }

  .xl\:hover\:bg-orange-dark:hover {
    background-color: #de751f !important;
  }

  .xl\:hover\:bg-orange:hover {
    background-color: #f6993f !important;
  }

  .xl\:hover\:bg-orange-light:hover {
    background-color: #faad63 !important;
  }

  .xl\:hover\:bg-orange-lighter:hover {
    background-color: #fcd9b6 !important;
  }

  .xl\:hover\:bg-orange-lightest:hover {
    background-color: #fff5eb !important;
  }

  .xl\:hover\:bg-yellow-darkest:hover {
    background-color: #453411 !important;
  }

  .xl\:hover\:bg-yellow-darker:hover {
    background-color: #684f1d !important;
  }

  .xl\:hover\:bg-yellow-dark:hover {
    background-color: #f2d024 !important;
  }

  .xl\:hover\:bg-yellow:hover {
    background-color: #fc3 !important;
  }

  .xl\:hover\:bg-yellow-light:hover {
    background-color: #fff382 !important;
  }

  .xl\:hover\:bg-yellow-lighter:hover {
    background-color: #fff9c2 !important;
  }

  .xl\:hover\:bg-yellow-lightest:hover {
    background-color: #fcfbeb !important;
  }

  .xl\:hover\:bg-green-darkest:hover {
    background-color: #0f2f21 !important;
  }

  .xl\:hover\:bg-green-darker:hover {
    background-color: #1a4731 !important;
  }

  .xl\:hover\:bg-green-dark:hover {
    background-color: #1f9d55 !important;
  }

  .xl\:hover\:bg-green:hover {
    background-color: #38c172 !important;
  }

  .xl\:hover\:bg-green-light:hover {
    background-color: #51d88a !important;
  }

  .xl\:hover\:bg-green-lighter:hover {
    background-color: #a2f5bf !important;
  }

  .xl\:hover\:bg-green-lightest:hover {
    background-color: #e3fcec !important;
  }

  .xl\:hover\:bg-teal-darkest:hover {
    background-color: #0d3331 !important;
  }

  .xl\:hover\:bg-teal-darker:hover {
    background-color: #20504f !important;
  }

  .xl\:hover\:bg-teal-dark:hover {
    background-color: #38a89d !important;
  }

  .xl\:hover\:bg-teal:hover {
    background-color: #4dc0b5 !important;
  }

  .xl\:hover\:bg-teal-light:hover {
    background-color: #64d5ca !important;
  }

  .xl\:hover\:bg-teal-lighter:hover {
    background-color: #a0f0ed !important;
  }

  .xl\:hover\:bg-teal-lightest:hover {
    background-color: #e8fffe !important;
  }

  .xl\:hover\:bg-blue-darkest:hover {
    background-color: #12283a !important;
  }

  .xl\:hover\:bg-blue-darker:hover {
    background-color: #1c3d5a !important;
  }

  .xl\:hover\:bg-blue-dark:hover {
    background-color: #2779bd !important;
  }

  .xl\:hover\:bg-blue:hover {
    background-color: #3490dc !important;
  }

  .xl\:hover\:bg-blue-light:hover {
    background-color: #6cb2eb !important;
  }

  .xl\:hover\:bg-blue-lighter:hover {
    background-color: #bcdefa !important;
  }

  .xl\:hover\:bg-blue-lightest:hover {
    background-color: #eff8ff !important;
  }

  .xl\:hover\:bg-indigo-darkest:hover {
    background-color: #191e38 !important;
  }

  .xl\:hover\:bg-indigo-darker:hover {
    background-color: #2f365f !important;
  }

  .xl\:hover\:bg-indigo-dark:hover {
    background-color: #5661b3 !important;
  }

  .xl\:hover\:bg-indigo:hover {
    background-color: #6574cd !important;
  }

  .xl\:hover\:bg-indigo-light:hover {
    background-color: #7886d7 !important;
  }

  .xl\:hover\:bg-indigo-lighter:hover {
    background-color: #b2b7ff !important;
  }

  .xl\:hover\:bg-indigo-lightest:hover {
    background-color: #e6e8ff !important;
  }

  .xl\:hover\:bg-purple-darkest:hover {
    background-color: #21183c !important;
  }

  .xl\:hover\:bg-purple-darker:hover {
    background-color: #382b5f !important;
  }

  .xl\:hover\:bg-purple-dark:hover {
    background-color: #794acf !important;
  }

  .xl\:hover\:bg-purple:hover {
    background-color: #9561e2 !important;
  }

  .xl\:hover\:bg-purple-light:hover {
    background-color: #a779e9 !important;
  }

  .xl\:hover\:bg-purple-lighter:hover {
    background-color: #d6bbfc !important;
  }

  .xl\:hover\:bg-purple-lightest:hover {
    background-color: #f3ebff !important;
  }

  .xl\:hover\:bg-pink-darkest:hover {
    background-color: #451225 !important;
  }

  .xl\:hover\:bg-pink-darker:hover {
    background-color: #6f213f !important;
  }

  .xl\:hover\:bg-pink-dark:hover {
    background-color: #eb5286 !important;
  }

  .xl\:hover\:bg-pink:hover {
    background-color: #f66d9b !important;
  }

  .xl\:hover\:bg-pink-light:hover {
    background-color: #fa7ea8 !important;
  }

  .xl\:hover\:bg-pink-lighter:hover {
    background-color: #ffbbca !important;
  }

  .xl\:hover\:bg-pink-lightest:hover {
    background-color: #ffebef !important;
  }

  .xl\:hover\:bg-turnkey-primary:hover {
    background-color: #ff645a !important;
  }

  .xl\:hover\:bg-turnkey-primary-light:hover {
    background-color: #ff746b !important;
  }

  .xl\:hover\:bg-turnkey-primary-dark:hover {
    background-color: #ff3b2f !important;
  }

  .xl\:hover\:bg-turnkey-secondary:hover {
    background-color: #fc3 !important;
  }

  .xl\:hover\:bg-turnkey-secondary-light:hover {
    background-color: #ffd147 !important;
  }

  .xl\:hover\:bg-turnkey-secondary-dark:hover {
    background-color: #ffc20d !important;
  }

  .xl\:hover\:bg-app-primary:hover {
    background-color: #1b6d9f !important;
  }

  .xl\:hover\:bg-app-primary-light:hover {
    background-color: #2080bb !important;
  }

  .xl\:hover\:bg-app-primary-dark:hover {
    background-color: #185f8b !important;
  }

  .xl\:hover\:bg-app-secondary:hover {
    background-color: #da3698 !important;
  }

  .xl\:hover\:bg-app-secondary-light:hover {
    background-color: #de4aa2 !important;
  }

  .xl\:hover\:bg-app-secondary-dark:hover {
    background-color: #c92587 !important;
  }

  .xl\:hover\:bg-info:hover {
    background-color: #3da1de !important;
  }

  .xl\:hover\:bg-warning:hover {
    background-color: #ff7c33 !important;
  }

  .xl\:hover\:bg-success:hover {
    background-color: #1fb186 !important;
  }

  .xl\:hover\:bg-success-light:hover {
    background-color: #24cb99 !important;
  }

  .xl\:hover\:bg-success-lighter:hover {
    background-color: #4bdfb4 !important;
  }

  .xl\:hover\:bg-error-dark:hover {
    background-color: #e01e1e !important;
  }

  .xl\:hover\:bg-error:hover {
    background-color: #e53d3d !important;
  }

  .xl\:hover\:bg-error-light:hover {
    background-color: #e85050 !important;
  }

  .xl\:hover\:bg-error-lighter:hover {
    background-color: #ed7777 !important;
  }

  .xl\:hover\:bg-regular-font:hover {
    background-color: #2f2e2e !important;
  }

  .xl\:hover\:bg-neutral-darker:hover {
    background-color: #585656 !important;
  }

  .xl\:hover\:bg-neutral:hover {
    background-color: #888585 !important;
  }

  .xl\:hover\:bg-neutral-lighter:hover {
    background-color: #b8b6b6 !important;
  }

  .xl\:hover\:bg-neutral-extra-lighter:hover {
    background-color: #f7f7f7 !important;
  }

  .xl\:bg-bottom {
    background-position: bottom !important;
  }

  .xl\:bg-center {
    background-position: center !important;
  }

  .xl\:bg-left {
    background-position: left !important;
  }

  .xl\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .xl\:bg-left-top {
    background-position: left top !important;
  }

  .xl\:bg-right {
    background-position: right !important;
  }

  .xl\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .xl\:bg-right-top {
    background-position: right top !important;
  }

  .xl\:bg-top {
    background-position: top !important;
  }

  .xl\:bg-repeat {
    background-repeat: repeat !important;
  }

  .xl\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .xl\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .xl\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .xl\:bg-auto {
    background-size: auto !important;
  }

  .xl\:bg-cover {
    background-size: cover !important;
  }

  .xl\:bg-contain {
    background-size: contain !important;
  }

  .xl\:border-transparent {
    border-color: transparent !important;
  }

  .xl\:border-black {
    border-color: #22292f !important;
  }

  .xl\:border-grey-darkest {
    border-color: #455a64 !important;
  }

  .xl\:border-grey-darker {
    border-color: #606f7b !important;
  }

  .xl\:border-grey-dark {
    border-color: #8795a1 !important;
  }

  .xl\:border-grey {
    border-color: #b8c2cc !important;
  }

  .xl\:border-grey-light {
    border-color: #dae1e7 !important;
  }

  .xl\:border-grey-lighter {
    border-color: #f1f5f8 !important;
  }

  .xl\:border-grey-lightest {
    border-color: #f8fafc !important;
  }

  .xl\:border-white {
    border-color: #fff !important;
  }

  .xl\:border-red-darkest {
    border-color: #3b0d0c !important;
  }

  .xl\:border-red-darker {
    border-color: #621b18 !important;
  }

  .xl\:border-red-dark {
    border-color: #cc1f1a !important;
  }

  .xl\:border-red {
    border-color: #e3342f !important;
  }

  .xl\:border-red-light {
    border-color: #ef5753 !important;
  }

  .xl\:border-red-lighter {
    border-color: #f9acaa !important;
  }

  .xl\:border-red-lightest {
    border-color: #fcebea !important;
  }

  .xl\:border-orange-darkest {
    border-color: #462a16 !important;
  }

  .xl\:border-orange-darker {
    border-color: #613b1f !important;
  }

  .xl\:border-orange-dark {
    border-color: #de751f !important;
  }

  .xl\:border-orange {
    border-color: #f6993f !important;
  }

  .xl\:border-orange-light {
    border-color: #faad63 !important;
  }

  .xl\:border-orange-lighter {
    border-color: #fcd9b6 !important;
  }

  .xl\:border-orange-lightest {
    border-color: #fff5eb !important;
  }

  .xl\:border-yellow-darkest {
    border-color: #453411 !important;
  }

  .xl\:border-yellow-darker {
    border-color: #684f1d !important;
  }

  .xl\:border-yellow-dark {
    border-color: #f2d024 !important;
  }

  .xl\:border-yellow {
    border-color: #fc3 !important;
  }

  .xl\:border-yellow-light {
    border-color: #fff382 !important;
  }

  .xl\:border-yellow-lighter {
    border-color: #fff9c2 !important;
  }

  .xl\:border-yellow-lightest {
    border-color: #fcfbeb !important;
  }

  .xl\:border-green-darkest {
    border-color: #0f2f21 !important;
  }

  .xl\:border-green-darker {
    border-color: #1a4731 !important;
  }

  .xl\:border-green-dark {
    border-color: #1f9d55 !important;
  }

  .xl\:border-green {
    border-color: #38c172 !important;
  }

  .xl\:border-green-light {
    border-color: #51d88a !important;
  }

  .xl\:border-green-lighter {
    border-color: #a2f5bf !important;
  }

  .xl\:border-green-lightest {
    border-color: #e3fcec !important;
  }

  .xl\:border-teal-darkest {
    border-color: #0d3331 !important;
  }

  .xl\:border-teal-darker {
    border-color: #20504f !important;
  }

  .xl\:border-teal-dark {
    border-color: #38a89d !important;
  }

  .xl\:border-teal {
    border-color: #4dc0b5 !important;
  }

  .xl\:border-teal-light {
    border-color: #64d5ca !important;
  }

  .xl\:border-teal-lighter {
    border-color: #a0f0ed !important;
  }

  .xl\:border-teal-lightest {
    border-color: #e8fffe !important;
  }

  .xl\:border-blue-darkest {
    border-color: #12283a !important;
  }

  .xl\:border-blue-darker {
    border-color: #1c3d5a !important;
  }

  .xl\:border-blue-dark {
    border-color: #2779bd !important;
  }

  .xl\:border-blue {
    border-color: #3490dc !important;
  }

  .xl\:border-blue-light {
    border-color: #6cb2eb !important;
  }

  .xl\:border-blue-lighter {
    border-color: #bcdefa !important;
  }

  .xl\:border-blue-lightest {
    border-color: #eff8ff !important;
  }

  .xl\:border-indigo-darkest {
    border-color: #191e38 !important;
  }

  .xl\:border-indigo-darker {
    border-color: #2f365f !important;
  }

  .xl\:border-indigo-dark {
    border-color: #5661b3 !important;
  }

  .xl\:border-indigo {
    border-color: #6574cd !important;
  }

  .xl\:border-indigo-light {
    border-color: #7886d7 !important;
  }

  .xl\:border-indigo-lighter {
    border-color: #b2b7ff !important;
  }

  .xl\:border-indigo-lightest {
    border-color: #e6e8ff !important;
  }

  .xl\:border-purple-darkest {
    border-color: #21183c !important;
  }

  .xl\:border-purple-darker {
    border-color: #382b5f !important;
  }

  .xl\:border-purple-dark {
    border-color: #794acf !important;
  }

  .xl\:border-purple {
    border-color: #9561e2 !important;
  }

  .xl\:border-purple-light {
    border-color: #a779e9 !important;
  }

  .xl\:border-purple-lighter {
    border-color: #d6bbfc !important;
  }

  .xl\:border-purple-lightest {
    border-color: #f3ebff !important;
  }

  .xl\:border-pink-darkest {
    border-color: #451225 !important;
  }

  .xl\:border-pink-darker {
    border-color: #6f213f !important;
  }

  .xl\:border-pink-dark {
    border-color: #eb5286 !important;
  }

  .xl\:border-pink {
    border-color: #f66d9b !important;
  }

  .xl\:border-pink-light {
    border-color: #fa7ea8 !important;
  }

  .xl\:border-pink-lighter {
    border-color: #ffbbca !important;
  }

  .xl\:border-pink-lightest {
    border-color: #ffebef !important;
  }

  .xl\:border-turnkey-primary {
    border-color: #ff645a !important;
  }

  .xl\:border-turnkey-primary-light {
    border-color: #ff746b !important;
  }

  .xl\:border-turnkey-primary-dark {
    border-color: #ff3b2f !important;
  }

  .xl\:border-turnkey-secondary {
    border-color: #fc3 !important;
  }

  .xl\:border-turnkey-secondary-light {
    border-color: #ffd147 !important;
  }

  .xl\:border-turnkey-secondary-dark {
    border-color: #ffc20d !important;
  }

  .xl\:border-app-primary {
    border-color: #1b6d9f !important;
  }

  .xl\:border-app-primary-light {
    border-color: #2080bb !important;
  }

  .xl\:border-app-primary-dark {
    border-color: #185f8b !important;
  }

  .xl\:border-app-secondary {
    border-color: #da3698 !important;
  }

  .xl\:border-app-secondary-light {
    border-color: #de4aa2 !important;
  }

  .xl\:border-app-secondary-dark {
    border-color: #c92587 !important;
  }

  .xl\:border-info {
    border-color: #3da1de !important;
  }

  .xl\:border-warning {
    border-color: #ff7c33 !important;
  }

  .xl\:border-success {
    border-color: #1fb186 !important;
  }

  .xl\:border-success-light {
    border-color: #24cb99 !important;
  }

  .xl\:border-success-lighter {
    border-color: #4bdfb4 !important;
  }

  .xl\:border-error-dark {
    border-color: #e01e1e !important;
  }

  .xl\:border-error {
    border-color: #e53d3d !important;
  }

  .xl\:border-error-light {
    border-color: #e85050 !important;
  }

  .xl\:border-error-lighter {
    border-color: #ed7777 !important;
  }

  .xl\:border-regular-font {
    border-color: #2f2e2e !important;
  }

  .xl\:border-neutral-darker {
    border-color: #585656 !important;
  }

  .xl\:border-neutral {
    border-color: #888585 !important;
  }

  .xl\:border-neutral-lighter {
    border-color: #b8b6b6 !important;
  }

  .xl\:border-neutral-extra-lighter {
    border-color: #f7f7f7 !important;
  }

  .xl\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }

  .xl\:hover\:border-black:hover {
    border-color: #22292f !important;
  }

  .xl\:hover\:border-grey-darkest:hover {
    border-color: #455a64 !important;
  }

  .xl\:hover\:border-grey-darker:hover {
    border-color: #606f7b !important;
  }

  .xl\:hover\:border-grey-dark:hover {
    border-color: #8795a1 !important;
  }

  .xl\:hover\:border-grey:hover {
    border-color: #b8c2cc !important;
  }

  .xl\:hover\:border-grey-light:hover {
    border-color: #dae1e7 !important;
  }

  .xl\:hover\:border-grey-lighter:hover {
    border-color: #f1f5f8 !important;
  }

  .xl\:hover\:border-grey-lightest:hover {
    border-color: #f8fafc !important;
  }

  .xl\:hover\:border-white:hover {
    border-color: #fff !important;
  }

  .xl\:hover\:border-red-darkest:hover {
    border-color: #3b0d0c !important;
  }

  .xl\:hover\:border-red-darker:hover {
    border-color: #621b18 !important;
  }

  .xl\:hover\:border-red-dark:hover {
    border-color: #cc1f1a !important;
  }

  .xl\:hover\:border-red:hover {
    border-color: #e3342f !important;
  }

  .xl\:hover\:border-red-light:hover {
    border-color: #ef5753 !important;
  }

  .xl\:hover\:border-red-lighter:hover {
    border-color: #f9acaa !important;
  }

  .xl\:hover\:border-red-lightest:hover {
    border-color: #fcebea !important;
  }

  .xl\:hover\:border-orange-darkest:hover {
    border-color: #462a16 !important;
  }

  .xl\:hover\:border-orange-darker:hover {
    border-color: #613b1f !important;
  }

  .xl\:hover\:border-orange-dark:hover {
    border-color: #de751f !important;
  }

  .xl\:hover\:border-orange:hover {
    border-color: #f6993f !important;
  }

  .xl\:hover\:border-orange-light:hover {
    border-color: #faad63 !important;
  }

  .xl\:hover\:border-orange-lighter:hover {
    border-color: #fcd9b6 !important;
  }

  .xl\:hover\:border-orange-lightest:hover {
    border-color: #fff5eb !important;
  }

  .xl\:hover\:border-yellow-darkest:hover {
    border-color: #453411 !important;
  }

  .xl\:hover\:border-yellow-darker:hover {
    border-color: #684f1d !important;
  }

  .xl\:hover\:border-yellow-dark:hover {
    border-color: #f2d024 !important;
  }

  .xl\:hover\:border-yellow:hover {
    border-color: #fc3 !important;
  }

  .xl\:hover\:border-yellow-light:hover {
    border-color: #fff382 !important;
  }

  .xl\:hover\:border-yellow-lighter:hover {
    border-color: #fff9c2 !important;
  }

  .xl\:hover\:border-yellow-lightest:hover {
    border-color: #fcfbeb !important;
  }

  .xl\:hover\:border-green-darkest:hover {
    border-color: #0f2f21 !important;
  }

  .xl\:hover\:border-green-darker:hover {
    border-color: #1a4731 !important;
  }

  .xl\:hover\:border-green-dark:hover {
    border-color: #1f9d55 !important;
  }

  .xl\:hover\:border-green:hover {
    border-color: #38c172 !important;
  }

  .xl\:hover\:border-green-light:hover {
    border-color: #51d88a !important;
  }

  .xl\:hover\:border-green-lighter:hover {
    border-color: #a2f5bf !important;
  }

  .xl\:hover\:border-green-lightest:hover {
    border-color: #e3fcec !important;
  }

  .xl\:hover\:border-teal-darkest:hover {
    border-color: #0d3331 !important;
  }

  .xl\:hover\:border-teal-darker:hover {
    border-color: #20504f !important;
  }

  .xl\:hover\:border-teal-dark:hover {
    border-color: #38a89d !important;
  }

  .xl\:hover\:border-teal:hover {
    border-color: #4dc0b5 !important;
  }

  .xl\:hover\:border-teal-light:hover {
    border-color: #64d5ca !important;
  }

  .xl\:hover\:border-teal-lighter:hover {
    border-color: #a0f0ed !important;
  }

  .xl\:hover\:border-teal-lightest:hover {
    border-color: #e8fffe !important;
  }

  .xl\:hover\:border-blue-darkest:hover {
    border-color: #12283a !important;
  }

  .xl\:hover\:border-blue-darker:hover {
    border-color: #1c3d5a !important;
  }

  .xl\:hover\:border-blue-dark:hover {
    border-color: #2779bd !important;
  }

  .xl\:hover\:border-blue:hover {
    border-color: #3490dc !important;
  }

  .xl\:hover\:border-blue-light:hover {
    border-color: #6cb2eb !important;
  }

  .xl\:hover\:border-blue-lighter:hover {
    border-color: #bcdefa !important;
  }

  .xl\:hover\:border-blue-lightest:hover {
    border-color: #eff8ff !important;
  }

  .xl\:hover\:border-indigo-darkest:hover {
    border-color: #191e38 !important;
  }

  .xl\:hover\:border-indigo-darker:hover {
    border-color: #2f365f !important;
  }

  .xl\:hover\:border-indigo-dark:hover {
    border-color: #5661b3 !important;
  }

  .xl\:hover\:border-indigo:hover {
    border-color: #6574cd !important;
  }

  .xl\:hover\:border-indigo-light:hover {
    border-color: #7886d7 !important;
  }

  .xl\:hover\:border-indigo-lighter:hover {
    border-color: #b2b7ff !important;
  }

  .xl\:hover\:border-indigo-lightest:hover {
    border-color: #e6e8ff !important;
  }

  .xl\:hover\:border-purple-darkest:hover {
    border-color: #21183c !important;
  }

  .xl\:hover\:border-purple-darker:hover {
    border-color: #382b5f !important;
  }

  .xl\:hover\:border-purple-dark:hover {
    border-color: #794acf !important;
  }

  .xl\:hover\:border-purple:hover {
    border-color: #9561e2 !important;
  }

  .xl\:hover\:border-purple-light:hover {
    border-color: #a779e9 !important;
  }

  .xl\:hover\:border-purple-lighter:hover {
    border-color: #d6bbfc !important;
  }

  .xl\:hover\:border-purple-lightest:hover {
    border-color: #f3ebff !important;
  }

  .xl\:hover\:border-pink-darkest:hover {
    border-color: #451225 !important;
  }

  .xl\:hover\:border-pink-darker:hover {
    border-color: #6f213f !important;
  }

  .xl\:hover\:border-pink-dark:hover {
    border-color: #eb5286 !important;
  }

  .xl\:hover\:border-pink:hover {
    border-color: #f66d9b !important;
  }

  .xl\:hover\:border-pink-light:hover {
    border-color: #fa7ea8 !important;
  }

  .xl\:hover\:border-pink-lighter:hover {
    border-color: #ffbbca !important;
  }

  .xl\:hover\:border-pink-lightest:hover {
    border-color: #ffebef !important;
  }

  .xl\:hover\:border-turnkey-primary:hover {
    border-color: #ff645a !important;
  }

  .xl\:hover\:border-turnkey-primary-light:hover {
    border-color: #ff746b !important;
  }

  .xl\:hover\:border-turnkey-primary-dark:hover {
    border-color: #ff3b2f !important;
  }

  .xl\:hover\:border-turnkey-secondary:hover {
    border-color: #fc3 !important;
  }

  .xl\:hover\:border-turnkey-secondary-light:hover {
    border-color: #ffd147 !important;
  }

  .xl\:hover\:border-turnkey-secondary-dark:hover {
    border-color: #ffc20d !important;
  }

  .xl\:hover\:border-app-primary:hover {
    border-color: #1b6d9f !important;
  }

  .xl\:hover\:border-app-primary-light:hover {
    border-color: #2080bb !important;
  }

  .xl\:hover\:border-app-primary-dark:hover {
    border-color: #185f8b !important;
  }

  .xl\:hover\:border-app-secondary:hover {
    border-color: #da3698 !important;
  }

  .xl\:hover\:border-app-secondary-light:hover {
    border-color: #de4aa2 !important;
  }

  .xl\:hover\:border-app-secondary-dark:hover {
    border-color: #c92587 !important;
  }

  .xl\:hover\:border-info:hover {
    border-color: #3da1de !important;
  }

  .xl\:hover\:border-warning:hover {
    border-color: #ff7c33 !important;
  }

  .xl\:hover\:border-success:hover {
    border-color: #1fb186 !important;
  }

  .xl\:hover\:border-success-light:hover {
    border-color: #24cb99 !important;
  }

  .xl\:hover\:border-success-lighter:hover {
    border-color: #4bdfb4 !important;
  }

  .xl\:hover\:border-error-dark:hover {
    border-color: #e01e1e !important;
  }

  .xl\:hover\:border-error:hover {
    border-color: #e53d3d !important;
  }

  .xl\:hover\:border-error-light:hover {
    border-color: #e85050 !important;
  }

  .xl\:hover\:border-error-lighter:hover {
    border-color: #ed7777 !important;
  }

  .xl\:hover\:border-regular-font:hover {
    border-color: #2f2e2e !important;
  }

  .xl\:hover\:border-neutral-darker:hover {
    border-color: #585656 !important;
  }

  .xl\:hover\:border-neutral:hover {
    border-color: #888585 !important;
  }

  .xl\:hover\:border-neutral-lighter:hover {
    border-color: #b8b6b6 !important;
  }

  .xl\:hover\:border-neutral-extra-lighter:hover {
    border-color: #f7f7f7 !important;
  }

  .xl\:rounded-none {
    border-radius: 0 !important;
  }

  .xl\:rounded-sm {
    border-radius: .125rem !important;
  }

  .xl\:rounded {
    border-radius: .25rem !important;
  }

  .xl\:rounded-lg {
    border-radius: .5rem !important;
  }

  .xl\:rounded-xlg {
    border-radius: 1rem !important;
  }

  .xl\:rounded-full {
    border-radius: 9999px !important;
  }

  .xl\:rounded-t-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .xl\:rounded-r-none {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .xl\:rounded-b-none {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xl\:rounded-l-none {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xl\:rounded-t-sm {
    border-top-left-radius: .125rem !important;
    border-top-right-radius: .125rem !important;
  }

  .xl\:rounded-r-sm {
    border-top-right-radius: .125rem !important;
    border-bottom-right-radius: .125rem !important;
  }

  .xl\:rounded-b-sm {
    border-bottom-right-radius: .125rem !important;
    border-bottom-left-radius: .125rem !important;
  }

  .xl\:rounded-l-sm {
    border-top-left-radius: .125rem !important;
    border-bottom-left-radius: .125rem !important;
  }

  .xl\:rounded-t {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
  }

  .xl\:rounded-r {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
  }

  .xl\:rounded-b {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
  }

  .xl\:rounded-l {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
  }

  .xl\:rounded-t-lg {
    border-top-left-radius: .5rem !important;
    border-top-right-radius: .5rem !important;
  }

  .xl\:rounded-r-lg {
    border-top-right-radius: .5rem !important;
    border-bottom-right-radius: .5rem !important;
  }

  .xl\:rounded-b-lg {
    border-bottom-right-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
  }

  .xl\:rounded-l-lg {
    border-top-left-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
  }

  .xl\:rounded-t-xlg {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .xl\:rounded-r-xlg {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .xl\:rounded-b-xlg {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .xl\:rounded-l-xlg {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .xl\:rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .xl\:rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .xl\:rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:rounded-tl-none {
    border-top-left-radius: 0 !important;
  }

  .xl\:rounded-tr-none {
    border-top-right-radius: 0 !important;
  }

  .xl\:rounded-br-none {
    border-bottom-right-radius: 0 !important;
  }

  .xl\:rounded-bl-none {
    border-bottom-left-radius: 0 !important;
  }

  .xl\:rounded-tl-sm {
    border-top-left-radius: .125rem !important;
  }

  .xl\:rounded-tr-sm {
    border-top-right-radius: .125rem !important;
  }

  .xl\:rounded-br-sm {
    border-bottom-right-radius: .125rem !important;
  }

  .xl\:rounded-bl-sm {
    border-bottom-left-radius: .125rem !important;
  }

  .xl\:rounded-tl {
    border-top-left-radius: .25rem !important;
  }

  .xl\:rounded-tr {
    border-top-right-radius: .25rem !important;
  }

  .xl\:rounded-br {
    border-bottom-right-radius: .25rem !important;
  }

  .xl\:rounded-bl {
    border-bottom-left-radius: .25rem !important;
  }

  .xl\:rounded-tl-lg {
    border-top-left-radius: .5rem !important;
  }

  .xl\:rounded-tr-lg {
    border-top-right-radius: .5rem !important;
  }

  .xl\:rounded-br-lg {
    border-bottom-right-radius: .5rem !important;
  }

  .xl\:rounded-bl-lg {
    border-bottom-left-radius: .5rem !important;
  }

  .xl\:rounded-tl-xlg {
    border-top-left-radius: 1rem !important;
  }

  .xl\:rounded-tr-xlg {
    border-top-right-radius: 1rem !important;
  }

  .xl\:rounded-br-xlg {
    border-bottom-right-radius: 1rem !important;
  }

  .xl\:rounded-bl-xlg {
    border-bottom-left-radius: 1rem !important;
  }

  .xl\:rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .xl\:rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .xl\:rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .xl\:rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:border-solid {
    border-style: solid !important;
  }

  .xl\:border-dashed {
    border-style: dashed !important;
  }

  .xl\:border-dotted {
    border-style: dotted !important;
  }

  .xl\:border-none {
    border-style: none !important;
  }

  .xl\:border-0 {
    border-width: 0 !important;
  }

  .xl\:border-2 {
    border-width: 2px !important;
  }

  .xl\:border-4 {
    border-width: 4px !important;
  }

  .xl\:border-8 {
    border-width: 8px !important;
  }

  .xl\:border {
    border-width: 1px !important;
  }

  .xl\:border-t-0 {
    border-top-width: 0 !important;
  }

  .xl\:border-r-0 {
    border-right-width: 0 !important;
  }

  .xl\:border-b-0 {
    border-bottom-width: 0 !important;
  }

  .xl\:border-l-0 {
    border-left-width: 0 !important;
  }

  .xl\:border-t-2 {
    border-top-width: 2px !important;
  }

  .xl\:border-r-2 {
    border-right-width: 2px !important;
  }

  .xl\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .xl\:border-l-2 {
    border-left-width: 2px !important;
  }

  .xl\:border-t-4 {
    border-top-width: 4px !important;
  }

  .xl\:border-r-4 {
    border-right-width: 4px !important;
  }

  .xl\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  .xl\:border-l-4 {
    border-left-width: 4px !important;
  }

  .xl\:border-t-8 {
    border-top-width: 8px !important;
  }

  .xl\:border-r-8 {
    border-right-width: 8px !important;
  }

  .xl\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  .xl\:border-l-8 {
    border-left-width: 8px !important;
  }

  .xl\:border-t {
    border-top-width: 1px !important;
  }

  .xl\:border-r {
    border-right-width: 1px !important;
  }

  .xl\:border-b {
    border-bottom-width: 1px !important;
  }

  .xl\:border-l {
    border-left-width: 1px !important;
  }

  .xl\:cursor-auto {
    cursor: auto !important;
  }

  .xl\:cursor-default {
    cursor: default !important;
  }

  .xl\:cursor-pointer {
    cursor: pointer !important;
  }

  .xl\:cursor-wait {
    cursor: wait !important;
  }

  .xl\:cursor-move {
    cursor: move !important;
  }

  .xl\:cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .xl\:block {
    display: block !important;
  }

  .xl\:inline-block {
    display: inline-block !important;
  }

  .xl\:inline {
    display: inline !important;
  }

  .xl\:table {
    display: table !important;
  }

  .xl\:table-row {
    display: table-row !important;
  }

  .xl\:table-cell {
    display: table-cell !important;
  }

  .xl\:hidden {
    display: none !important;
  }

  .xl\:flex {
    display: flex !important;
  }

  .xl\:inline-flex {
    display: inline-flex !important;
  }

  .xl\:flex-row {
    flex-direction: row !important;
  }

  .xl\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .xl\:flex-col {
    flex-direction: column !important;
  }

  .xl\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .xl\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .xl\:flex-no-wrap {
    flex-wrap: nowrap !important;
  }

  .xl\:items-start {
    align-items: flex-start !important;
  }

  .xl\:items-end {
    align-items: flex-end !important;
  }

  .xl\:items-center {
    align-items: center !important;
  }

  .xl\:items-baseline {
    align-items: baseline !important;
  }

  .xl\:items-stretch {
    align-items: stretch !important;
  }

  .xl\:self-auto {
    align-self: auto !important;
  }

  .xl\:self-start {
    align-self: flex-start !important;
  }

  .xl\:self-end {
    align-self: flex-end !important;
  }

  .xl\:self-center {
    align-self: center !important;
  }

  .xl\:self-stretch {
    align-self: stretch !important;
  }

  .xl\:justify-start {
    justify-content: flex-start !important;
  }

  .xl\:justify-end {
    justify-content: flex-end !important;
  }

  .xl\:justify-center {
    justify-content: center !important;
  }

  .xl\:justify-between {
    justify-content: space-between !important;
  }

  .xl\:justify-around {
    justify-content: space-around !important;
  }

  .xl\:content-center {
    align-content: center !important;
  }

  .xl\:content-start {
    align-content: flex-start !important;
  }

  .xl\:content-end {
    align-content: flex-end !important;
  }

  .xl\:content-between {
    align-content: space-between !important;
  }

  .xl\:content-around {
    align-content: space-around !important;
  }

  .xl\:flex-1 {
    flex: 1 1 0% !important;
  }

  .xl\:flex-auto {
    flex: 1 1 auto !important;
  }

  .xl\:flex-initial {
    flex: 0 1 auto !important;
  }

  .xl\:flex-none {
    flex: none !important;
  }

  .xl\:flex-grow {
    flex-grow: 1 !important;
  }

  .xl\:flex-shrink {
    flex-shrink: 1 !important;
  }

  .xl\:flex-no-grow {
    flex-grow: 0 !important;
  }

  .xl\:flex-no-shrink {
    flex-shrink: 0 !important;
  }

  .xl\:float-right {
    float: right !important;
  }

  .xl\:float-left {
    float: left !important;
  }

  .xl\:float-none {
    float: none !important;
  }

  .xl\:clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .xl\:font-roboto {
    font-family: Roboto Light, sans-serif !important;
  }

  .xl\:font-condensed {
    font-family: Roboto Condensed Light, Roboto, sans-serif !important;
  }

  .xl\:font-awesome {
    font-family: FontAwesome !important;
  }

  .xl\:font-hairline {
    font-weight: 100 !important;
  }

  .xl\:font-thin {
    font-weight: 200 !important;
  }

  .xl\:font-light {
    font-weight: 300 !important;
  }

  .xl\:font-normal {
    font-weight: 400 !important;
  }

  .xl\:font-medium {
    font-weight: 500 !important;
  }

  .xl\:font-semibold {
    font-weight: 600 !important;
  }

  .xl\:font-bold {
    font-weight: 700 !important;
  }

  .xl\:font-extrabold {
    font-weight: 800 !important;
  }

  .xl\:font-black {
    font-weight: 900 !important;
  }

  .xl\:hover\:font-hairline:hover {
    font-weight: 100 !important;
  }

  .xl\:hover\:font-thin:hover {
    font-weight: 200 !important;
  }

  .xl\:hover\:font-light:hover {
    font-weight: 300 !important;
  }

  .xl\:hover\:font-normal:hover {
    font-weight: 400 !important;
  }

  .xl\:hover\:font-medium:hover {
    font-weight: 500 !important;
  }

  .xl\:hover\:font-semibold:hover {
    font-weight: 600 !important;
  }

  .xl\:hover\:font-bold:hover {
    font-weight: 700 !important;
  }

  .xl\:hover\:font-extrabold:hover {
    font-weight: 800 !important;
  }

  .xl\:hover\:font-black:hover {
    font-weight: 900 !important;
  }

  .xl\:h-1 {
    height: .25rem !important;
  }

  .xl\:h-2 {
    height: .5rem !important;
  }

  .xl\:h-3 {
    height: .75rem !important;
  }

  .xl\:h-4 {
    height: 1rem !important;
  }

  .xl\:h-6 {
    height: 1.5rem !important;
  }

  .xl\:h-8 {
    height: 2rem !important;
  }

  .xl\:h-10 {
    height: 2.5rem !important;
  }

  .xl\:h-12 {
    height: 3rem !important;
  }

  .xl\:h-14 {
    height: 3.5rem !important;
  }

  .xl\:h-16 {
    height: 4rem !important;
  }

  .xl\:h-20 {
    height: 5rem !important;
  }

  .xl\:h-24 {
    height: 6rem !important;
  }

  .xl\:h-32 {
    height: 8rem !important;
  }

  .xl\:h-48 {
    height: 12rem !important;
  }

  .xl\:h-64 {
    height: 16rem !important;
  }

  .xl\:h-72 {
    height: 20rem !important;
  }

  .xl\:h-96 {
    height: 24rem !important;
  }

  .xl\:h-auto {
    height: auto !important;
  }

  .xl\:h-px {
    height: 1px !important;
  }

  .xl\:h-2px {
    height: 2px !important;
  }

  .xl\:h-16px {
    height: 16px !important;
  }

  .xl\:h-full {
    height: 100% !important;
  }

  .xl\:h-screen {
    height: 100vh !important;
  }

  .xl\:leading-none {
    line-height: 1 !important;
  }

  .xl\:leading-tight {
    line-height: 1.25 !important;
  }

  .xl\:leading-normal {
    line-height: 1.5 !important;
  }

  .xl\:leading-thumbed {
    line-height: 1.7 !important;
  }

  .xl\:leading-chipsed {
    line-height: 1.9 !important;
  }

  .xl\:leading-loose {
    line-height: 2 !important;
  }

  .xl\:leading-huge {
    line-height: 12 !important;
  }

  .xl\:m-0 {
    margin: 0 !important;
  }

  .xl\:m-1 {
    margin: .25rem !important;
  }

  .xl\:m-2 {
    margin: .5rem !important;
  }

  .xl\:m-3 {
    margin: .75rem !important;
  }

  .xl\:m-4 {
    margin: 1rem !important;
  }

  .xl\:m-6 {
    margin: 1.5rem !important;
  }

  .xl\:m-8 {
    margin: 2rem !important;
  }

  .xl\:m-10 {
    margin: 2.5rem !important;
  }

  .xl\:m-12 {
    margin: 3rem !important;
  }

  .xl\:m-13 {
    margin: 3.25rem !important;
  }

  .xl\:m-14 {
    margin: 3.5rem !important;
  }

  .xl\:m-16 {
    margin: 4rem !important;
  }

  .xl\:m-24 {
    margin: 6rem !important;
  }

  .xl\:m-32 {
    margin: 8rem !important;
  }

  .xl\:m-48 {
    margin: 12rem !important;
  }

  .xl\:m-64 {
    margin: 16rem !important;
  }

  .xl\:m-auto {
    margin: auto !important;
  }

  .xl\:m-px {
    margin: 1px !important;
  }

  .xl\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .xl\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .xl\:my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .xl\:mx-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .xl\:my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }

  .xl\:mx-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

  .xl\:my-3 {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important;
  }

  .xl\:mx-3 {
    margin-left: .75rem !important;
    margin-right: .75rem !important;
  }

  .xl\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .xl\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .xl\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .xl\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .xl\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .xl\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .xl\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .xl\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .xl\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .xl\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .xl\:my-13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }

  .xl\:mx-13 {
    margin-left: 3.25rem !important;
    margin-right: 3.25rem !important;
  }

  .xl\:my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .xl\:mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .xl\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .xl\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .xl\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .xl\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .xl\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .xl\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .xl\:my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .xl\:mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .xl\:my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .xl\:mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .xl\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .xl\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .xl\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .xl\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .xl\:mt-0 {
    margin-top: 0 !important;
  }

  .xl\:mr-0 {
    margin-right: 0 !important;
  }

  .xl\:mb-0 {
    margin-bottom: 0 !important;
  }

  .xl\:ml-0 {
    margin-left: 0 !important;
  }

  .xl\:mt-1 {
    margin-top: .25rem !important;
  }

  .xl\:mr-1 {
    margin-right: .25rem !important;
  }

  .xl\:mb-1 {
    margin-bottom: .25rem !important;
  }

  .xl\:ml-1 {
    margin-left: .25rem !important;
  }

  .xl\:mt-2 {
    margin-top: .5rem !important;
  }

  .xl\:mr-2 {
    margin-right: .5rem !important;
  }

  .xl\:mb-2 {
    margin-bottom: .5rem !important;
  }

  .xl\:ml-2 {
    margin-left: .5rem !important;
  }

  .xl\:mt-3 {
    margin-top: .75rem !important;
  }

  .xl\:mr-3 {
    margin-right: .75rem !important;
  }

  .xl\:mb-3 {
    margin-bottom: .75rem !important;
  }

  .xl\:ml-3 {
    margin-left: .75rem !important;
  }

  .xl\:mt-4 {
    margin-top: 1rem !important;
  }

  .xl\:mr-4 {
    margin-right: 1rem !important;
  }

  .xl\:mb-4 {
    margin-bottom: 1rem !important;
  }

  .xl\:ml-4 {
    margin-left: 1rem !important;
  }

  .xl\:mt-6 {
    margin-top: 1.5rem !important;
  }

  .xl\:mr-6 {
    margin-right: 1.5rem !important;
  }

  .xl\:mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .xl\:ml-6 {
    margin-left: 1.5rem !important;
  }

  .xl\:mt-8 {
    margin-top: 2rem !important;
  }

  .xl\:mr-8 {
    margin-right: 2rem !important;
  }

  .xl\:mb-8 {
    margin-bottom: 2rem !important;
  }

  .xl\:ml-8 {
    margin-left: 2rem !important;
  }

  .xl\:mt-10 {
    margin-top: 2.5rem !important;
  }

  .xl\:mr-10 {
    margin-right: 2.5rem !important;
  }

  .xl\:mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .xl\:ml-10 {
    margin-left: 2.5rem !important;
  }

  .xl\:mt-12 {
    margin-top: 3rem !important;
  }

  .xl\:mr-12 {
    margin-right: 3rem !important;
  }

  .xl\:mb-12 {
    margin-bottom: 3rem !important;
  }

  .xl\:ml-12 {
    margin-left: 3rem !important;
  }

  .xl\:mt-13 {
    margin-top: 3.25rem !important;
  }

  .xl\:mr-13 {
    margin-right: 3.25rem !important;
  }

  .xl\:mb-13 {
    margin-bottom: 3.25rem !important;
  }

  .xl\:ml-13 {
    margin-left: 3.25rem !important;
  }

  .xl\:mt-14 {
    margin-top: 3.5rem !important;
  }

  .xl\:mr-14 {
    margin-right: 3.5rem !important;
  }

  .xl\:mb-14 {
    margin-bottom: 3.5rem !important;
  }

  .xl\:ml-14 {
    margin-left: 3.5rem !important;
  }

  .xl\:mt-16 {
    margin-top: 4rem !important;
  }

  .xl\:mr-16 {
    margin-right: 4rem !important;
  }

  .xl\:mb-16 {
    margin-bottom: 4rem !important;
  }

  .xl\:ml-16 {
    margin-left: 4rem !important;
  }

  .xl\:mt-24 {
    margin-top: 6rem !important;
  }

  .xl\:mr-24 {
    margin-right: 6rem !important;
  }

  .xl\:mb-24 {
    margin-bottom: 6rem !important;
  }

  .xl\:ml-24 {
    margin-left: 6rem !important;
  }

  .xl\:mt-32 {
    margin-top: 8rem !important;
  }

  .xl\:mr-32 {
    margin-right: 8rem !important;
  }

  .xl\:mb-32 {
    margin-bottom: 8rem !important;
  }

  .xl\:ml-32 {
    margin-left: 8rem !important;
  }

  .xl\:mt-48 {
    margin-top: 12rem !important;
  }

  .xl\:mr-48 {
    margin-right: 12rem !important;
  }

  .xl\:mb-48 {
    margin-bottom: 12rem !important;
  }

  .xl\:ml-48 {
    margin-left: 12rem !important;
  }

  .xl\:mt-64 {
    margin-top: 16rem !important;
  }

  .xl\:mr-64 {
    margin-right: 16rem !important;
  }

  .xl\:mb-64 {
    margin-bottom: 16rem !important;
  }

  .xl\:ml-64 {
    margin-left: 16rem !important;
  }

  .xl\:mt-auto {
    margin-top: auto !important;
  }

  .xl\:mr-auto {
    margin-right: auto !important;
  }

  .xl\:mb-auto {
    margin-bottom: auto !important;
  }

  .xl\:ml-auto {
    margin-left: auto !important;
  }

  .xl\:mt-px {
    margin-top: 1px !important;
  }

  .xl\:mr-px {
    margin-right: 1px !important;
  }

  .xl\:mb-px {
    margin-bottom: 1px !important;
  }

  .xl\:ml-px {
    margin-left: 1px !important;
  }

  .xl\:max-h-24 {
    max-height: 6rem !important;
  }

  .xl\:max-h-30 {
    max-height: 7.5rem !important;
  }

  .xl\:max-h-64 {
    max-height: 16rem !important;
  }

  .xl\:max-h-95p {
    max-height: 95% !important;
  }

  .xl\:max-h-full {
    max-height: 100% !important;
  }

  .xl\:max-h-screen {
    max-height: 100vh !important;
  }

  .xl\:max-w-xxs {
    max-width: 10rem !important;
  }

  .xl\:max-w-xs {
    max-width: 20rem !important;
  }

  .xl\:max-w-sm {
    max-width: 30rem !important;
  }

  .xl\:max-w-md {
    max-width: 40rem !important;
  }

  .xl\:max-w-lg {
    max-width: 50rem !important;
  }

  .xl\:max-w-xl {
    max-width: 60rem !important;
  }

  .xl\:max-w-2xl {
    max-width: 70rem !important;
  }

  .xl\:max-w-3xl {
    max-width: 80rem !important;
  }

  .xl\:max-w-4xl {
    max-width: 90rem !important;
  }

  .xl\:max-w-5xl {
    max-width: 100rem !important;
  }

  .xl\:max-w-4\/5 {
    max-width: 80% !important;
  }

  .xl\:max-w-full {
    max-width: 100% !important;
  }

  .xl\:max-w-screen {
    max-width: 100vw !important;
  }

  .xl\:min-h-0 {
    min-height: 0 !important;
  }

  .xl\:min-h-full {
    min-height: 100% !important;
  }

  .xl\:min-h-screen {
    min-height: 100vh !important;
  }

  .xl\:min-w-0 {
    min-width: 0 !important;
  }

  .xl\:min-w-6 {
    min-width: 1.5rem !important;
  }

  .xl\:min-w-full {
    min-width: 100% !important;
  }

  .xl\:-m-0 {
    margin: 0 !important;
  }

  .xl\:-m-1 {
    margin: -0.25rem !important;
  }

  .xl\:-m-2 {
    margin: -0.5rem !important;
  }

  .xl\:-m-3 {
    margin: -0.75rem !important;
  }

  .xl\:-m-4 {
    margin: -1rem !important;
  }

  .xl\:-m-6 {
    margin: -1.5rem !important;
  }

  .xl\:-m-8 {
    margin: -2rem !important;
  }

  .xl\:-m-px {
    margin: -1px !important;
  }

  .xl\:-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .xl\:-mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .xl\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .xl\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .xl\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .xl\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .xl\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .xl\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .xl\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .xl\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .xl\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .xl\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .xl\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .xl\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .xl\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .xl\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .xl\:-mt-0 {
    margin-top: 0 !important;
  }

  .xl\:-mr-0 {
    margin-right: 0 !important;
  }

  .xl\:-mb-0 {
    margin-bottom: 0 !important;
  }

  .xl\:-ml-0 {
    margin-left: 0 !important;
  }

  .xl\:-mt-1 {
    margin-top: -0.25rem !important;
  }

  .xl\:-mr-1 {
    margin-right: -0.25rem !important;
  }

  .xl\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .xl\:-ml-1 {
    margin-left: -0.25rem !important;
  }

  .xl\:-mt-2 {
    margin-top: -0.5rem !important;
  }

  .xl\:-mr-2 {
    margin-right: -0.5rem !important;
  }

  .xl\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .xl\:-ml-2 {
    margin-left: -0.5rem !important;
  }

  .xl\:-mt-3 {
    margin-top: -0.75rem !important;
  }

  .xl\:-mr-3 {
    margin-right: -0.75rem !important;
  }

  .xl\:-mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .xl\:-ml-3 {
    margin-left: -0.75rem !important;
  }

  .xl\:-mt-4 {
    margin-top: -1rem !important;
  }

  .xl\:-mr-4 {
    margin-right: -1rem !important;
  }

  .xl\:-mb-4 {
    margin-bottom: -1rem !important;
  }

  .xl\:-ml-4 {
    margin-left: -1rem !important;
  }

  .xl\:-mt-6 {
    margin-top: -1.5rem !important;
  }

  .xl\:-mr-6 {
    margin-right: -1.5rem !important;
  }

  .xl\:-mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .xl\:-ml-6 {
    margin-left: -1.5rem !important;
  }

  .xl\:-mt-8 {
    margin-top: -2rem !important;
  }

  .xl\:-mr-8 {
    margin-right: -2rem !important;
  }

  .xl\:-mb-8 {
    margin-bottom: -2rem !important;
  }

  .xl\:-ml-8 {
    margin-left: -2rem !important;
  }

  .xl\:-mt-px {
    margin-top: -1px !important;
  }

  .xl\:-mr-px {
    margin-right: -1px !important;
  }

  .xl\:-mb-px {
    margin-bottom: -1px !important;
  }

  .xl\:-ml-px {
    margin-left: -1px !important;
  }

  .xl\:opacity-0 {
    opacity: 0 !important;
  }

  .xl\:opacity-25 {
    opacity: .25 !important;
  }

  .xl\:opacity-37 {
    opacity: .37 !important;
  }

  .xl\:opacity-50 {
    opacity: .5 !important;
  }

  .xl\:opacity-66 {
    opacity: .66 !important;
  }

  .xl\:opacity-75 {
    opacity: .75 !important;
  }

  .xl\:opacity-85 {
    opacity: .85 !important;
  }

  .xl\:opacity-100 {
    opacity: 1 !important;
  }

  .xl\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }

  .xl\:hover\:opacity-25:hover {
    opacity: .25 !important;
  }

  .xl\:hover\:opacity-37:hover {
    opacity: .37 !important;
  }

  .xl\:hover\:opacity-50:hover {
    opacity: .5 !important;
  }

  .xl\:hover\:opacity-66:hover {
    opacity: .66 !important;
  }

  .xl\:hover\:opacity-75:hover {
    opacity: .75 !important;
  }

  .xl\:hover\:opacity-85:hover {
    opacity: .85 !important;
  }

  .xl\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }

  .xl\:overflow-auto {
    overflow: auto !important;
  }

  .xl\:overflow-hidden {
    overflow: hidden !important;
  }

  .xl\:overflow-visible {
    overflow: visible !important;
  }

  .xl\:overflow-scroll {
    overflow: scroll !important;
  }

  .xl\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .xl\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .xl\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .xl\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .xl\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .xl\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .xl\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .xl\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .xl\:scrolling-touch {
    -webkit-overflow-scrolling: touch !important;
  }

  .xl\:scrolling-auto {
    -webkit-overflow-scrolling: auto !important;
  }

  .xl\:p-0 {
    padding: 0 !important;
  }

  .xl\:p-1 {
    padding: .25rem !important;
  }

  .xl\:p-2 {
    padding: .5rem !important;
  }

  .xl\:p-3 {
    padding: .75rem !important;
  }

  .xl\:p-4 {
    padding: 1rem !important;
  }

  .xl\:p-6 {
    padding: 1.5rem !important;
  }

  .xl\:p-8 {
    padding: 2rem !important;
  }

  .xl\:p-10 {
    padding: 2.5rem !important;
  }

  .xl\:p-12 {
    padding: 3rem !important;
  }

  .xl\:p-14 {
    padding: 3.5rem !important;
  }

  .xl\:p-16 {
    padding: 4rem !important;
  }

  .xl\:p-24 {
    padding: 6rem !important;
  }

  .xl\:p-28 {
    padding: 7rem !important;
  }

  .xl\:p-32 {
    padding: 8rem !important;
  }

  .xl\:p-48 {
    padding: 12rem !important;
  }

  .xl\:p-64 {
    padding: 16rem !important;
  }

  .xl\:p-px {
    padding: 1px !important;
  }

  .xl\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .xl\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .xl\:py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .xl\:px-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .xl\:py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }

  .xl\:px-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .xl\:py-3 {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
  }

  .xl\:px-3 {
    padding-left: .75rem !important;
    padding-right: .75rem !important;
  }

  .xl\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .xl\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .xl\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .xl\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .xl\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .xl\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .xl\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .xl\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .xl\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .xl\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .xl\:py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .xl\:px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .xl\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .xl\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .xl\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .xl\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .xl\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .xl\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .xl\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .xl\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .xl\:py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .xl\:px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .xl\:py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .xl\:px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .xl\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .xl\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .xl\:pt-0 {
    padding-top: 0 !important;
  }

  .xl\:pr-0 {
    padding-right: 0 !important;
  }

  .xl\:pb-0 {
    padding-bottom: 0 !important;
  }

  .xl\:pl-0 {
    padding-left: 0 !important;
  }

  .xl\:pt-1 {
    padding-top: .25rem !important;
  }

  .xl\:pr-1 {
    padding-right: .25rem !important;
  }

  .xl\:pb-1 {
    padding-bottom: .25rem !important;
  }

  .xl\:pl-1 {
    padding-left: .25rem !important;
  }

  .xl\:pt-2 {
    padding-top: .5rem !important;
  }

  .xl\:pr-2 {
    padding-right: .5rem !important;
  }

  .xl\:pb-2 {
    padding-bottom: .5rem !important;
  }

  .xl\:pl-2 {
    padding-left: .5rem !important;
  }

  .xl\:pt-3 {
    padding-top: .75rem !important;
  }

  .xl\:pr-3 {
    padding-right: .75rem !important;
  }

  .xl\:pb-3 {
    padding-bottom: .75rem !important;
  }

  .xl\:pl-3 {
    padding-left: .75rem !important;
  }

  .xl\:pt-4 {
    padding-top: 1rem !important;
  }

  .xl\:pr-4 {
    padding-right: 1rem !important;
  }

  .xl\:pb-4 {
    padding-bottom: 1rem !important;
  }

  .xl\:pl-4 {
    padding-left: 1rem !important;
  }

  .xl\:pt-6 {
    padding-top: 1.5rem !important;
  }

  .xl\:pr-6 {
    padding-right: 1.5rem !important;
  }

  .xl\:pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .xl\:pl-6 {
    padding-left: 1.5rem !important;
  }

  .xl\:pt-8 {
    padding-top: 2rem !important;
  }

  .xl\:pr-8 {
    padding-right: 2rem !important;
  }

  .xl\:pb-8 {
    padding-bottom: 2rem !important;
  }

  .xl\:pl-8 {
    padding-left: 2rem !important;
  }

  .xl\:pt-10 {
    padding-top: 2.5rem !important;
  }

  .xl\:pr-10 {
    padding-right: 2.5rem !important;
  }

  .xl\:pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .xl\:pl-10 {
    padding-left: 2.5rem !important;
  }

  .xl\:pt-12 {
    padding-top: 3rem !important;
  }

  .xl\:pr-12 {
    padding-right: 3rem !important;
  }

  .xl\:pb-12 {
    padding-bottom: 3rem !important;
  }

  .xl\:pl-12 {
    padding-left: 3rem !important;
  }

  .xl\:pt-14 {
    padding-top: 3.5rem !important;
  }

  .xl\:pr-14 {
    padding-right: 3.5rem !important;
  }

  .xl\:pb-14 {
    padding-bottom: 3.5rem !important;
  }

  .xl\:pl-14 {
    padding-left: 3.5rem !important;
  }

  .xl\:pt-16 {
    padding-top: 4rem !important;
  }

  .xl\:pr-16 {
    padding-right: 4rem !important;
  }

  .xl\:pb-16 {
    padding-bottom: 4rem !important;
  }

  .xl\:pl-16 {
    padding-left: 4rem !important;
  }

  .xl\:pt-24 {
    padding-top: 6rem !important;
  }

  .xl\:pr-24 {
    padding-right: 6rem !important;
  }

  .xl\:pb-24 {
    padding-bottom: 6rem !important;
  }

  .xl\:pl-24 {
    padding-left: 6rem !important;
  }

  .xl\:pt-28 {
    padding-top: 7rem !important;
  }

  .xl\:pr-28 {
    padding-right: 7rem !important;
  }

  .xl\:pb-28 {
    padding-bottom: 7rem !important;
  }

  .xl\:pl-28 {
    padding-left: 7rem !important;
  }

  .xl\:pt-32 {
    padding-top: 8rem !important;
  }

  .xl\:pr-32 {
    padding-right: 8rem !important;
  }

  .xl\:pb-32 {
    padding-bottom: 8rem !important;
  }

  .xl\:pl-32 {
    padding-left: 8rem !important;
  }

  .xl\:pt-48 {
    padding-top: 12rem !important;
  }

  .xl\:pr-48 {
    padding-right: 12rem !important;
  }

  .xl\:pb-48 {
    padding-bottom: 12rem !important;
  }

  .xl\:pl-48 {
    padding-left: 12rem !important;
  }

  .xl\:pt-64 {
    padding-top: 16rem !important;
  }

  .xl\:pr-64 {
    padding-right: 16rem !important;
  }

  .xl\:pb-64 {
    padding-bottom: 16rem !important;
  }

  .xl\:pl-64 {
    padding-left: 16rem !important;
  }

  .xl\:pt-px {
    padding-top: 1px !important;
  }

  .xl\:pr-px {
    padding-right: 1px !important;
  }

  .xl\:pb-px {
    padding-bottom: 1px !important;
  }

  .xl\:pl-px {
    padding-left: 1px !important;
  }

  .xl\:pointer-events-none {
    pointer-events: none !important;
  }

  .xl\:pointer-events-auto {
    pointer-events: auto !important;
  }

  .xl\:static {
    position: static !important;
  }

  .xl\:fixed {
    position: fixed !important;
  }

  .xl\:absolute {
    position: absolute !important;
  }

  .xl\:relative {
    position: relative !important;
  }

  .xl\:sticky {
    position: sticky !important;
  }

  .xl\:pin-none {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .xl\:pin {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .xl\:pin-y {
    top: 0 !important;
    bottom: 0 !important;
  }

  .xl\:pin-x {
    right: 0 !important;
    left: 0 !important;
  }

  .xl\:pin-t {
    top: 0 !important;
  }

  .xl\:pin-r {
    right: 0 !important;
  }

  .xl\:pin-b {
    bottom: 0 !important;
  }

  .xl\:pin-l {
    left: 0 !important;
  }

  .xl\:resize-none {
    resize: none !important;
  }

  .xl\:resize-y {
    resize: vertical !important;
  }

  .xl\:resize-x {
    resize: horizontal !important;
  }

  .xl\:resize {
    resize: both !important;
  }

  .xl\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }

  .xl\:shadow-md {
    box-shadow: 0px 6px 30px rgba(0, 0, 0, .06) !important;
  }

  .xl\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
  }

  .xl\:shadow-none {
    box-shadow: none !important;
  }

  .xl\:table-auto {
    table-layout: auto !important;
  }

  .xl\:table-fixed {
    table-layout: fixed !important;
  }

  .xl\:text-left {
    text-align: left !important;
  }

  .xl\:text-center {
    text-align: center !important;
  }

  .xl\:text-right {
    text-align: right !important;
  }

  .xl\:text-justify {
    text-align: justify !important;
  }

  .xl\:text-transparent {
    color: transparent !important;
  }

  .xl\:text-black {
    color: #22292f !important;
  }

  .xl\:text-grey-darkest {
    color: #455a64 !important;
  }

  .xl\:text-grey-darker {
    color: #606f7b !important;
  }

  .xl\:text-grey-dark {
    color: #8795a1 !important;
  }

  .xl\:text-grey {
    color: #b8c2cc !important;
  }

  .xl\:text-grey-light {
    color: #dae1e7 !important;
  }

  .xl\:text-grey-lighter {
    color: #f1f5f8 !important;
  }

  .xl\:text-grey-lightest {
    color: #f8fafc !important;
  }

  .xl\:text-white {
    color: #fff !important;
  }

  .xl\:text-red-darkest {
    color: #3b0d0c !important;
  }

  .xl\:text-red-darker {
    color: #621b18 !important;
  }

  .xl\:text-red-dark {
    color: #cc1f1a !important;
  }

  .xl\:text-red {
    color: #e3342f !important;
  }

  .xl\:text-red-light {
    color: #ef5753 !important;
  }

  .xl\:text-red-lighter {
    color: #f9acaa !important;
  }

  .xl\:text-red-lightest {
    color: #fcebea !important;
  }

  .xl\:text-orange-darkest {
    color: #462a16 !important;
  }

  .xl\:text-orange-darker {
    color: #613b1f !important;
  }

  .xl\:text-orange-dark {
    color: #de751f !important;
  }

  .xl\:text-orange {
    color: #f6993f !important;
  }

  .xl\:text-orange-light {
    color: #faad63 !important;
  }

  .xl\:text-orange-lighter {
    color: #fcd9b6 !important;
  }

  .xl\:text-orange-lightest {
    color: #fff5eb !important;
  }

  .xl\:text-yellow-darkest {
    color: #453411 !important;
  }

  .xl\:text-yellow-darker {
    color: #684f1d !important;
  }

  .xl\:text-yellow-dark {
    color: #f2d024 !important;
  }

  .xl\:text-yellow {
    color: #fc3 !important;
  }

  .xl\:text-yellow-light {
    color: #fff382 !important;
  }

  .xl\:text-yellow-lighter {
    color: #fff9c2 !important;
  }

  .xl\:text-yellow-lightest {
    color: #fcfbeb !important;
  }

  .xl\:text-green-darkest {
    color: #0f2f21 !important;
  }

  .xl\:text-green-darker {
    color: #1a4731 !important;
  }

  .xl\:text-green-dark {
    color: #1f9d55 !important;
  }

  .xl\:text-green {
    color: #38c172 !important;
  }

  .xl\:text-green-light {
    color: #51d88a !important;
  }

  .xl\:text-green-lighter {
    color: #a2f5bf !important;
  }

  .xl\:text-green-lightest {
    color: #e3fcec !important;
  }

  .xl\:text-teal-darkest {
    color: #0d3331 !important;
  }

  .xl\:text-teal-darker {
    color: #20504f !important;
  }

  .xl\:text-teal-dark {
    color: #38a89d !important;
  }

  .xl\:text-teal {
    color: #4dc0b5 !important;
  }

  .xl\:text-teal-light {
    color: #64d5ca !important;
  }

  .xl\:text-teal-lighter {
    color: #a0f0ed !important;
  }

  .xl\:text-teal-lightest {
    color: #e8fffe !important;
  }

  .xl\:text-blue-darkest {
    color: #12283a !important;
  }

  .xl\:text-blue-darker {
    color: #1c3d5a !important;
  }

  .xl\:text-blue-dark {
    color: #2779bd !important;
  }

  .xl\:text-blue {
    color: #3490dc !important;
  }

  .xl\:text-blue-light {
    color: #6cb2eb !important;
  }

  .xl\:text-blue-lighter {
    color: #bcdefa !important;
  }

  .xl\:text-blue-lightest {
    color: #eff8ff !important;
  }

  .xl\:text-indigo-darkest {
    color: #191e38 !important;
  }

  .xl\:text-indigo-darker {
    color: #2f365f !important;
  }

  .xl\:text-indigo-dark {
    color: #5661b3 !important;
  }

  .xl\:text-indigo {
    color: #6574cd !important;
  }

  .xl\:text-indigo-light {
    color: #7886d7 !important;
  }

  .xl\:text-indigo-lighter {
    color: #b2b7ff !important;
  }

  .xl\:text-indigo-lightest {
    color: #e6e8ff !important;
  }

  .xl\:text-purple-darkest {
    color: #21183c !important;
  }

  .xl\:text-purple-darker {
    color: #382b5f !important;
  }

  .xl\:text-purple-dark {
    color: #794acf !important;
  }

  .xl\:text-purple {
    color: #9561e2 !important;
  }

  .xl\:text-purple-light {
    color: #a779e9 !important;
  }

  .xl\:text-purple-lighter {
    color: #d6bbfc !important;
  }

  .xl\:text-purple-lightest {
    color: #f3ebff !important;
  }

  .xl\:text-pink-darkest {
    color: #451225 !important;
  }

  .xl\:text-pink-darker {
    color: #6f213f !important;
  }

  .xl\:text-pink-dark {
    color: #eb5286 !important;
  }

  .xl\:text-pink {
    color: #f66d9b !important;
  }

  .xl\:text-pink-light {
    color: #fa7ea8 !important;
  }

  .xl\:text-pink-lighter {
    color: #ffbbca !important;
  }

  .xl\:text-pink-lightest {
    color: #ffebef !important;
  }

  .xl\:text-turnkey-primary {
    color: #ff645a !important;
  }

  .xl\:text-turnkey-primary-light {
    color: #ff746b !important;
  }

  .xl\:text-turnkey-primary-dark {
    color: #ff3b2f !important;
  }

  .xl\:text-turnkey-secondary {
    color: #fc3 !important;
  }

  .xl\:text-turnkey-secondary-light {
    color: #ffd147 !important;
  }

  .xl\:text-turnkey-secondary-dark {
    color: #ffc20d !important;
  }

  .xl\:text-app-primary {
    color: #1b6d9f !important;
  }

  .xl\:text-app-primary-light {
    color: #2080bb !important;
  }

  .xl\:text-app-primary-dark {
    color: #185f8b !important;
  }

  .xl\:text-app-secondary {
    color: #da3698 !important;
  }

  .xl\:text-app-secondary-light {
    color: #de4aa2 !important;
  }

  .xl\:text-app-secondary-dark {
    color: #c92587 !important;
  }

  .xl\:text-info {
    color: #3da1de !important;
  }

  .xl\:text-warning {
    color: #ff7c33 !important;
  }

  .xl\:text-success {
    color: #1fb186 !important;
  }

  .xl\:text-success-light {
    color: #24cb99 !important;
  }

  .xl\:text-success-lighter {
    color: #4bdfb4 !important;
  }

  .xl\:text-error-dark {
    color: #e01e1e !important;
  }

  .xl\:text-error {
    color: #e53d3d !important;
  }

  .xl\:text-error-light {
    color: #e85050 !important;
  }

  .xl\:text-error-lighter {
    color: #ed7777 !important;
  }

  .xl\:text-regular-font {
    color: #2f2e2e !important;
  }

  .xl\:text-neutral-darker {
    color: #585656 !important;
  }

  .xl\:text-neutral {
    color: #888585 !important;
  }

  .xl\:text-neutral-lighter {
    color: #b8b6b6 !important;
  }

  .xl\:text-neutral-extra-lighter {
    color: #f7f7f7 !important;
  }

  .xl\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .xl\:hover\:text-black:hover {
    color: #22292f !important;
  }

  .xl\:hover\:text-grey-darkest:hover {
    color: #455a64 !important;
  }

  .xl\:hover\:text-grey-darker:hover {
    color: #606f7b !important;
  }

  .xl\:hover\:text-grey-dark:hover {
    color: #8795a1 !important;
  }

  .xl\:hover\:text-grey:hover {
    color: #b8c2cc !important;
  }

  .xl\:hover\:text-grey-light:hover {
    color: #dae1e7 !important;
  }

  .xl\:hover\:text-grey-lighter:hover {
    color: #f1f5f8 !important;
  }

  .xl\:hover\:text-grey-lightest:hover {
    color: #f8fafc !important;
  }

  .xl\:hover\:text-white:hover {
    color: #fff !important;
  }

  .xl\:hover\:text-red-darkest:hover {
    color: #3b0d0c !important;
  }

  .xl\:hover\:text-red-darker:hover {
    color: #621b18 !important;
  }

  .xl\:hover\:text-red-dark:hover {
    color: #cc1f1a !important;
  }

  .xl\:hover\:text-red:hover {
    color: #e3342f !important;
  }

  .xl\:hover\:text-red-light:hover {
    color: #ef5753 !important;
  }

  .xl\:hover\:text-red-lighter:hover {
    color: #f9acaa !important;
  }

  .xl\:hover\:text-red-lightest:hover {
    color: #fcebea !important;
  }

  .xl\:hover\:text-orange-darkest:hover {
    color: #462a16 !important;
  }

  .xl\:hover\:text-orange-darker:hover {
    color: #613b1f !important;
  }

  .xl\:hover\:text-orange-dark:hover {
    color: #de751f !important;
  }

  .xl\:hover\:text-orange:hover {
    color: #f6993f !important;
  }

  .xl\:hover\:text-orange-light:hover {
    color: #faad63 !important;
  }

  .xl\:hover\:text-orange-lighter:hover {
    color: #fcd9b6 !important;
  }

  .xl\:hover\:text-orange-lightest:hover {
    color: #fff5eb !important;
  }

  .xl\:hover\:text-yellow-darkest:hover {
    color: #453411 !important;
  }

  .xl\:hover\:text-yellow-darker:hover {
    color: #684f1d !important;
  }

  .xl\:hover\:text-yellow-dark:hover {
    color: #f2d024 !important;
  }

  .xl\:hover\:text-yellow:hover {
    color: #fc3 !important;
  }

  .xl\:hover\:text-yellow-light:hover {
    color: #fff382 !important;
  }

  .xl\:hover\:text-yellow-lighter:hover {
    color: #fff9c2 !important;
  }

  .xl\:hover\:text-yellow-lightest:hover {
    color: #fcfbeb !important;
  }

  .xl\:hover\:text-green-darkest:hover {
    color: #0f2f21 !important;
  }

  .xl\:hover\:text-green-darker:hover {
    color: #1a4731 !important;
  }

  .xl\:hover\:text-green-dark:hover {
    color: #1f9d55 !important;
  }

  .xl\:hover\:text-green:hover {
    color: #38c172 !important;
  }

  .xl\:hover\:text-green-light:hover {
    color: #51d88a !important;
  }

  .xl\:hover\:text-green-lighter:hover {
    color: #a2f5bf !important;
  }

  .xl\:hover\:text-green-lightest:hover {
    color: #e3fcec !important;
  }

  .xl\:hover\:text-teal-darkest:hover {
    color: #0d3331 !important;
  }

  .xl\:hover\:text-teal-darker:hover {
    color: #20504f !important;
  }

  .xl\:hover\:text-teal-dark:hover {
    color: #38a89d !important;
  }

  .xl\:hover\:text-teal:hover {
    color: #4dc0b5 !important;
  }

  .xl\:hover\:text-teal-light:hover {
    color: #64d5ca !important;
  }

  .xl\:hover\:text-teal-lighter:hover {
    color: #a0f0ed !important;
  }

  .xl\:hover\:text-teal-lightest:hover {
    color: #e8fffe !important;
  }

  .xl\:hover\:text-blue-darkest:hover {
    color: #12283a !important;
  }

  .xl\:hover\:text-blue-darker:hover {
    color: #1c3d5a !important;
  }

  .xl\:hover\:text-blue-dark:hover {
    color: #2779bd !important;
  }

  .xl\:hover\:text-blue:hover {
    color: #3490dc !important;
  }

  .xl\:hover\:text-blue-light:hover {
    color: #6cb2eb !important;
  }

  .xl\:hover\:text-blue-lighter:hover {
    color: #bcdefa !important;
  }

  .xl\:hover\:text-blue-lightest:hover {
    color: #eff8ff !important;
  }

  .xl\:hover\:text-indigo-darkest:hover {
    color: #191e38 !important;
  }

  .xl\:hover\:text-indigo-darker:hover {
    color: #2f365f !important;
  }

  .xl\:hover\:text-indigo-dark:hover {
    color: #5661b3 !important;
  }

  .xl\:hover\:text-indigo:hover {
    color: #6574cd !important;
  }

  .xl\:hover\:text-indigo-light:hover {
    color: #7886d7 !important;
  }

  .xl\:hover\:text-indigo-lighter:hover {
    color: #b2b7ff !important;
  }

  .xl\:hover\:text-indigo-lightest:hover {
    color: #e6e8ff !important;
  }

  .xl\:hover\:text-purple-darkest:hover {
    color: #21183c !important;
  }

  .xl\:hover\:text-purple-darker:hover {
    color: #382b5f !important;
  }

  .xl\:hover\:text-purple-dark:hover {
    color: #794acf !important;
  }

  .xl\:hover\:text-purple:hover {
    color: #9561e2 !important;
  }

  .xl\:hover\:text-purple-light:hover {
    color: #a779e9 !important;
  }

  .xl\:hover\:text-purple-lighter:hover {
    color: #d6bbfc !important;
  }

  .xl\:hover\:text-purple-lightest:hover {
    color: #f3ebff !important;
  }

  .xl\:hover\:text-pink-darkest:hover {
    color: #451225 !important;
  }

  .xl\:hover\:text-pink-darker:hover {
    color: #6f213f !important;
  }

  .xl\:hover\:text-pink-dark:hover {
    color: #eb5286 !important;
  }

  .xl\:hover\:text-pink:hover {
    color: #f66d9b !important;
  }

  .xl\:hover\:text-pink-light:hover {
    color: #fa7ea8 !important;
  }

  .xl\:hover\:text-pink-lighter:hover {
    color: #ffbbca !important;
  }

  .xl\:hover\:text-pink-lightest:hover {
    color: #ffebef !important;
  }

  .xl\:hover\:text-turnkey-primary:hover {
    color: #ff645a !important;
  }

  .xl\:hover\:text-turnkey-primary-light:hover {
    color: #ff746b !important;
  }

  .xl\:hover\:text-turnkey-primary-dark:hover {
    color: #ff3b2f !important;
  }

  .xl\:hover\:text-turnkey-secondary:hover {
    color: #fc3 !important;
  }

  .xl\:hover\:text-turnkey-secondary-light:hover {
    color: #ffd147 !important;
  }

  .xl\:hover\:text-turnkey-secondary-dark:hover {
    color: #ffc20d !important;
  }

  .xl\:hover\:text-app-primary:hover {
    color: #1b6d9f !important;
  }

  .xl\:hover\:text-app-primary-light:hover {
    color: #2080bb !important;
  }

  .xl\:hover\:text-app-primary-dark:hover {
    color: #185f8b !important;
  }

  .xl\:hover\:text-app-secondary:hover {
    color: #da3698 !important;
  }

  .xl\:hover\:text-app-secondary-light:hover {
    color: #de4aa2 !important;
  }

  .xl\:hover\:text-app-secondary-dark:hover {
    color: #c92587 !important;
  }

  .xl\:hover\:text-info:hover {
    color: #3da1de !important;
  }

  .xl\:hover\:text-warning:hover {
    color: #ff7c33 !important;
  }

  .xl\:hover\:text-success:hover {
    color: #1fb186 !important;
  }

  .xl\:hover\:text-success-light:hover {
    color: #24cb99 !important;
  }

  .xl\:hover\:text-success-lighter:hover {
    color: #4bdfb4 !important;
  }

  .xl\:hover\:text-error-dark:hover {
    color: #e01e1e !important;
  }

  .xl\:hover\:text-error:hover {
    color: #e53d3d !important;
  }

  .xl\:hover\:text-error-light:hover {
    color: #e85050 !important;
  }

  .xl\:hover\:text-error-lighter:hover {
    color: #ed7777 !important;
  }

  .xl\:hover\:text-regular-font:hover {
    color: #2f2e2e !important;
  }

  .xl\:hover\:text-neutral-darker:hover {
    color: #585656 !important;
  }

  .xl\:hover\:text-neutral:hover {
    color: #888585 !important;
  }

  .xl\:hover\:text-neutral-lighter:hover {
    color: #b8b6b6 !important;
  }

  .xl\:hover\:text-neutral-extra-lighter:hover {
    color: #f7f7f7 !important;
  }

  .xl\:text-xxs {
    font-size: .625rem !important;
  }

  .xl\:text-xs {
    font-size: .75rem !important;
  }

  .xl\:text-sm {
    font-size: .875rem !important;
  }

  .xl\:text-base {
    font-size: 1rem !important;
  }

  .xl\:text-lg {
    font-size: 1.125rem !important;
  }

  .xl\:text-xl {
    font-size: 1.25rem !important;
  }

  .xl\:text-2xl {
    font-size: 1.5rem !important;
  }

  .xl\:text-3xl {
    font-size: 1.875rem !important;
  }

  .xl\:text-4xl {
    font-size: 2.25rem !important;
  }

  .xl\:text-5xl {
    font-size: 3rem !important;
  }

  .xl\:text-6xl {
    font-size: 3.75rem !important;
  }

  .xl\:italic {
    font-style: italic !important;
  }

  .xl\:roman {
    font-style: normal !important;
  }

  .xl\:uppercase {
    text-transform: uppercase !important;
  }

  .xl\:lowercase {
    text-transform: lowercase !important;
  }

  .xl\:capitalize {
    text-transform: capitalize !important;
  }

  .xl\:normal-case {
    text-transform: none !important;
  }

  .xl\:underline {
    text-decoration: underline !important;
  }

  .xl\:line-through {
    text-decoration: line-through !important;
  }

  .xl\:no-underline {
    text-decoration: none !important;
  }

  .xl\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .xl\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .xl\:hover\:italic:hover {
    font-style: italic !important;
  }

  .xl\:hover\:roman:hover {
    font-style: normal !important;
  }

  .xl\:hover\:uppercase:hover {
    text-transform: uppercase !important;
  }

  .xl\:hover\:lowercase:hover {
    text-transform: lowercase !important;
  }

  .xl\:hover\:capitalize:hover {
    text-transform: capitalize !important;
  }

  .xl\:hover\:normal-case:hover {
    text-transform: none !important;
  }

  .xl\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .xl\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .xl\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .xl\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .xl\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .xl\:tracking-tight {
    letter-spacing: -0.05em !important;
  }

  .xl\:tracking-normal {
    letter-spacing: 0 !important;
  }

  .xl\:tracking-wide {
    letter-spacing: .05em !important;
  }

  .xl\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
  }

  .xl\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
            user-select: text !important;
  }

  .xl\:align-baseline {
    vertical-align: baseline !important;
  }

  .xl\:align-top {
    vertical-align: top !important;
  }

  .xl\:align-middle {
    vertical-align: middle !important;
  }

  .xl\:align-bottom {
    vertical-align: bottom !important;
  }

  .xl\:align-text-top {
    vertical-align: text-top !important;
  }

  .xl\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .xl\:visible {
    visibility: visible !important;
  }

  .xl\:invisible {
    visibility: hidden !important;
  }

  .xl\:whitespace-normal {
    white-space: normal !important;
  }

  .xl\:whitespace-no-wrap {
    white-space: nowrap !important;
  }

  .xl\:whitespace-pre {
    white-space: pre !important;
  }

  .xl\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .xl\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .xl\:break-words {
    word-wrap: break-word !important;
  }

  .xl\:break-normal {
    word-wrap: normal !important;
  }

  .xl\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .xl\:w-0 {
    width: 0 !important;
  }

  .xl\:w-1 {
    width: .25rem !important;
  }

  .xl\:w-2 {
    width: .5rem !important;
  }

  .xl\:w-3 {
    width: .75rem !important;
  }

  .xl\:w-4 {
    width: 1rem !important;
  }

  .xl\:w-5 {
    width: 1.25rem !important;
  }

  .xl\:w-6 {
    width: 1.5rem !important;
  }

  .xl\:w-8 {
    width: 2rem !important;
  }

  .xl\:w-10 {
    width: 2.5rem !important;
  }

  .xl\:w-12 {
    width: 3rem !important;
  }

  .xl\:w-13 {
    width: 3.25rem !important;
  }

  .xl\:w-14 {
    width: 3.5rem !important;
  }

  .xl\:w-16 {
    width: 4rem !important;
  }

  .xl\:w-18 {
    width: 4.5rem !important;
  }

  .xl\:w-20 {
    width: 5rem !important;
  }

  .xl\:w-24 {
    width: 6rem !important;
  }

  .xl\:w-32 {
    width: 8rem !important;
  }

  .xl\:w-40 {
    width: 10rem !important;
  }

  .xl\:w-48 {
    width: 12rem !important;
  }

  .xl\:w-56 {
    width: 14rem !important;
  }

  .xl\:w-64 {
    width: 16rem !important;
  }

  .xl\:w-72 {
    width: 18rem !important;
  }

  .xl\:w-88 {
    width: 22rem !important;
  }

  .xl\:w-120 {
    width: 30rem !important;
  }

  .xl\:w-auto {
    width: auto !important;
  }

  .xl\:w-px {
    width: 1px !important;
  }

  .xl\:w-16px {
    width: 16px !important;
  }

  .xl\:w-620px {
    width: 620px !important;
  }

  .xl\:w-640px {
    width: 640px !important;
  }

  .xl\:w-1\/2 {
    width: 50% !important;
  }

  .xl\:w-1\/3 {
    width: 33.33333% !important;
  }

  .xl\:w-2\/3 {
    width: 66.66667% !important;
  }

  .xl\:w-1\/4 {
    width: 25% !important;
  }

  .xl\:w-3\/4 {
    width: 75% !important;
  }

  .xl\:w-1\/5 {
    width: 20% !important;
  }

  .xl\:w-2\/5 {
    width: 40% !important;
  }

  .xl\:w-3\/5 {
    width: 60% !important;
  }

  .xl\:w-4\/5 {
    width: 80% !important;
  }

  .xl\:w-1\/6 {
    width: 16.66667% !important;
  }

  .xl\:w-5\/6 {
    width: 83.33333% !important;
  }

  .xl\:w-full {
    width: 100% !important;
  }

  .xl\:w-screen {
    width: 100vw !important;
  }

  .xl\:z-0 {
    z-index: 0 !important;
  }

  .xl\:z-10 {
    z-index: 10 !important;
  }

  .xl\:z-20 {
    z-index: 20 !important;
  }

  .xl\:z-30 {
    z-index: 30 !important;
  }

  .xl\:z-40 {
    z-index: 40 !important;
  }

  .xl\:z-50 {
    z-index: 50 !important;
  }

  .xl\:z-1000 {
    z-index: 1000 !important;
  }

  .xl\:z-auto {
    z-index: auto !important;
  }

  .xl\:pin-l-48 {
    left: 12rem;
  }

  .xl\:pin-b-50px {
    bottom: 50px;
  }

  .xl\:pin-b-80px {
    bottom: 80px;
  }

  .xl\:pin-l-10 {
    left: 2.5rem !important;
  }
}
