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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

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

/**
 * 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,
hr,
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 {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the system font stack as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 * to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

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

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

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

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

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

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

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

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

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

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

table {
  border-collapse: collapse;
}

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

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

a {
  color: inherit;
  text-decoration: inherit;
}

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

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

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

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

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

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

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

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

.container {
  width: 100%;
}

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

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

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

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

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

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

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

.focus_not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

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

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

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

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

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

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

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

.bg-gray-100 {
  background-color: #f7fafc;
}

.bg-gray-200 {
  background-color: #edf2f7;
}

.bg-gray-300 {
  background-color: #e2e8f0;
}

.bg-gray-400 {
  background-color: #B8B8B8;
}

.bg-gray-500 {
  background-color: #a0aec0;
}

.bg-gray-600 {
  background-color: #718096;
}

.bg-gray-700 {
  background-color: #313131;
}

.bg-gray-800 {
  background-color: #2d3748;
}

.bg-gray-900 {
  background-color: #1a202c;
}

.bg-red-100 {
  background-color: #fff5f5;
}

.bg-red-200 {
  background-color: #fed7d7;
}

.bg-red-300 {
  background-color: #feb2b2;
}

.bg-red-400 {
  background-color: #fc8181;
}

.bg-red-500 {
  background-color: #f56565;
}

.bg-red-600 {
  background-color: #e53e3e;
}

.bg-red-700 {
  background-color: #c53030;
}

.bg-red-800 {
  background-color: #9b2c2c;
}

.bg-red-900 {
  background-color: #742a2a;
}

.bg-orange-100 {
  background-color: #fffaf0;
}

.bg-orange-200 {
  background-color: #feebc8;
}

.bg-orange-300 {
  background-color: #fbd38d;
}

.bg-orange-400 {
  background-color: #f6ad55;
}

.bg-orange-500 {
  background-color: #ed8936;
}

.bg-orange-600 {
  background-color: #dd6b20;
}

.bg-orange-700 {
  background-color: #c05621;
}

.bg-orange-800 {
  background-color: #9c4221;
}

.bg-orange-900 {
  background-color: #7b341e;
}

.bg-yellow-100 {
  background-color: #fffff0;
}

.bg-yellow-200 {
  background-color: #fefcbf;
}

.bg-yellow-300 {
  background-color: #faf089;
}

.bg-yellow-400 {
  background-color: #f6e05e;
}

.bg-yellow-500 {
  background-color: #ecc94b;
}

.bg-yellow-600 {
  background-color: #d69e2e;
}

.bg-yellow-700 {
  background-color: #b7791f;
}

.bg-yellow-800 {
  background-color: #975a16;
}

.bg-yellow-900 {
  background-color: #744210;
}

.bg-green-100 {
  background-color: #f0fff4;
}

.bg-green-200 {
  background-color: #c6f6d5;
}

.bg-green-300 {
  background-color: #9ae6b4;
}

.bg-green-400 {
  background-color: #68d391;
}

.bg-green-500 {
  background-color: #48bb78;
}

.bg-green-600 {
  background-color: #38a169;
}

.bg-green-700 {
  background-color: #2f855a;
}

.bg-green-800 {
  background-color: #276749;
}

.bg-green-900 {
  background-color: #22543d;
}

.bg-teal-100 {
  background-color: #e6fffa;
}

.bg-teal-200 {
  background-color: #b2f5ea;
}

.bg-teal-300 {
  background-color: #81e6d9;
}

.bg-teal-400 {
  background-color: #4fd1c5;
}

.bg-teal-500 {
  background-color: #38b2ac;
}

.bg-teal-600 {
  background-color: #319795;
}

.bg-teal-700 {
  background-color: #2c7a7b;
}

.bg-teal-800 {
  background-color: #285e61;
}

.bg-teal-900 {
  background-color: #234e52;
}

.bg-blue-100 {
  background-color: #ebf8ff;
}

.bg-blue-200 {
  background-color: #bee3f8;
}

.bg-blue-300 {
  background-color: #90cdf4;
}

.bg-blue-400 {
  background-color: #63b3ed;
}

.bg-blue-500 {
  background-color: #4299e1;
}

.bg-blue-600 {
  background-color: #3182ce;
}

.bg-blue-700 {
  background-color: #2b6cb0;
}

.bg-blue-800 {
  background-color: #2c5282;
}

.bg-blue-900 {
  background-color: #2B4780;
}

.bg-indigo-100 {
  background-color: #ebf4ff;
}

.bg-indigo-200 {
  background-color: #c3dafe;
}

.bg-indigo-300 {
  background-color: #a3bffa;
}

.bg-indigo-400 {
  background-color: #7f9cf5;
}

.bg-indigo-500 {
  background-color: #667eea;
}

.bg-indigo-600 {
  background-color: #5a67d8;
}

.bg-indigo-700 {
  background-color: #4c51bf;
}

.bg-indigo-800 {
  background-color: #434190;
}

.bg-indigo-900 {
  background-color: #3c366b;
}

.bg-purple-100 {
  background-color: #faf5ff;
}

.bg-purple-200 {
  background-color: #e9d8fd;
}

.bg-purple-300 {
  background-color: #d6bcfa;
}

.bg-purple-400 {
  background-color: #b794f4;
}

.bg-purple-500 {
  background-color: #9f7aea;
}

.bg-purple-600 {
  background-color: #805ad5;
}

.bg-purple-700 {
  background-color: #6b46c1;
}

.bg-purple-800 {
  background-color: #553c9a;
}

.bg-purple-900 {
  background-color: #44337a;
}

.bg-pink-100 {
  background-color: #fff5f7;
}

.bg-pink-200 {
  background-color: #fed7e2;
}

.bg-pink-300 {
  background-color: #fbb6ce;
}

.bg-pink-400 {
  background-color: #f687b3;
}

.bg-pink-500 {
  background-color: #ed64a6;
}

.bg-pink-600 {
  background-color: #d53f8c;
}

.bg-pink-700 {
  background-color: #b83280;
}

.bg-pink-800 {
  background-color: #97266d;
}

.bg-pink-900 {
  background-color: #702459;
}

.bg-brand {
  background-color: #FE2929;
}

.bg-brand-dark {
  background-color: #CB0000;
}

.bg-primary {
  background-color: #2D58AA;
}

.bg-primary-dark {
  background-color: #002577;
}

.bg-info {
  background-color: #2B73A3;
}

.bg-info-dark {
  background-color: #002577;
}

.bg-success {
  background-color: #0EDD66;
}

.bg-success-dark {
  background-color: #00AA33;
}

.bg-warning {
  background-color: #B1991A;
}

.bg-warning-dark {
  background-color: #7E6600;
}

.bg-danger {
  background-color: #FE2929;
}

.bg-danger-dark {
  background-color: #CB0000;
}

.bg-light {
  background-color: #F0F0F0;
}

.bg-dark {
  background-color: #454545;
}

.bg-darkest {
  background-color: #313131;
}

.bg-transparent-dark {
  background-color: rgba(0,0,0,0.6);
}

.bg-facebook {
  background-color: #3b5998;
}

.bg-twitter {
  background-color: #000000;
}

.bg-google {
  background-color: #DB4437;
}

.bg-linkedin {
  background-color: #0077B5;
}

.bg-adobe {
  background-color: #FF0000;
}

.bg-rss {
  background-color: #f26522;
}

.hover_bg-transparent:hover {
  background-color: transparent;
}

.hover_bg-black:hover {
  background-color: #000;
}

.hover_bg-white:hover {
  background-color: #fff;
}

.hover_bg-gray-100:hover {
  background-color: #f7fafc;
}

.hover_bg-gray-200:hover {
  background-color: #edf2f7;
}

.hover_bg-gray-300:hover {
  background-color: #e2e8f0;
}

.hover_bg-gray-400:hover {
  background-color: #B8B8B8;
}

.hover_bg-gray-500:hover {
  background-color: #a0aec0;
}

.hover_bg-gray-600:hover {
  background-color: #718096;
}

.hover_bg-gray-700:hover {
  background-color: #313131;
}

.hover_bg-gray-800:hover {
  background-color: #2d3748;
}

.hover_bg-gray-900:hover {
  background-color: #1a202c;
}

.hover_bg-red-100:hover {
  background-color: #fff5f5;
}

.hover_bg-red-200:hover {
  background-color: #fed7d7;
}

.hover_bg-red-300:hover {
  background-color: #feb2b2;
}

.hover_bg-red-400:hover {
  background-color: #fc8181;
}

.hover_bg-red-500:hover {
  background-color: #f56565;
}

.hover_bg-red-600:hover {
  background-color: #e53e3e;
}

.hover_bg-red-700:hover {
  background-color: #c53030;
}

.hover_bg-red-800:hover {
  background-color: #9b2c2c;
}

.hover_bg-red-900:hover {
  background-color: #742a2a;
}

.hover_bg-orange-100:hover {
  background-color: #fffaf0;
}

.hover_bg-orange-200:hover {
  background-color: #feebc8;
}

.hover_bg-orange-300:hover {
  background-color: #fbd38d;
}

.hover_bg-orange-400:hover {
  background-color: #f6ad55;
}

.hover_bg-orange-500:hover {
  background-color: #ed8936;
}

.hover_bg-orange-600:hover {
  background-color: #dd6b20;
}

.hover_bg-orange-700:hover {
  background-color: #c05621;
}

.hover_bg-orange-800:hover {
  background-color: #9c4221;
}

.hover_bg-orange-900:hover {
  background-color: #7b341e;
}

.hover_bg-yellow-100:hover {
  background-color: #fffff0;
}

.hover_bg-yellow-200:hover {
  background-color: #fefcbf;
}

.hover_bg-yellow-300:hover {
  background-color: #faf089;
}

.hover_bg-yellow-400:hover {
  background-color: #f6e05e;
}

.hover_bg-yellow-500:hover {
  background-color: #ecc94b;
}

.hover_bg-yellow-600:hover {
  background-color: #d69e2e;
}

.hover_bg-yellow-700:hover {
  background-color: #b7791f;
}

.hover_bg-yellow-800:hover {
  background-color: #975a16;
}

.hover_bg-yellow-900:hover {
  background-color: #744210;
}

.hover_bg-green-100:hover {
  background-color: #f0fff4;
}

.hover_bg-green-200:hover {
  background-color: #c6f6d5;
}

.hover_bg-green-300:hover {
  background-color: #9ae6b4;
}

.hover_bg-green-400:hover {
  background-color: #68d391;
}

.hover_bg-green-500:hover {
  background-color: #48bb78;
}

.hover_bg-green-600:hover {
  background-color: #38a169;
}

.hover_bg-green-700:hover {
  background-color: #2f855a;
}

.hover_bg-green-800:hover {
  background-color: #276749;
}

.hover_bg-green-900:hover {
  background-color: #22543d;
}

.hover_bg-teal-100:hover {
  background-color: #e6fffa;
}

.hover_bg-teal-200:hover {
  background-color: #b2f5ea;
}

.hover_bg-teal-300:hover {
  background-color: #81e6d9;
}

.hover_bg-teal-400:hover {
  background-color: #4fd1c5;
}

.hover_bg-teal-500:hover {
  background-color: #38b2ac;
}

.hover_bg-teal-600:hover {
  background-color: #319795;
}

.hover_bg-teal-700:hover {
  background-color: #2c7a7b;
}

.hover_bg-teal-800:hover {
  background-color: #285e61;
}

.hover_bg-teal-900:hover {
  background-color: #234e52;
}

.hover_bg-blue-100:hover {
  background-color: #ebf8ff;
}

.hover_bg-blue-200:hover {
  background-color: #bee3f8;
}

.hover_bg-blue-300:hover {
  background-color: #90cdf4;
}

.hover_bg-blue-400:hover {
  background-color: #63b3ed;
}

.hover_bg-blue-500:hover {
  background-color: #4299e1;
}

.hover_bg-blue-600:hover {
  background-color: #3182ce;
}

.hover_bg-blue-700:hover {
  background-color: #2b6cb0;
}

.hover_bg-blue-800:hover {
  background-color: #2c5282;
}

.hover_bg-blue-900:hover {
  background-color: #2B4780;
}

.hover_bg-indigo-100:hover {
  background-color: #ebf4ff;
}

.hover_bg-indigo-200:hover {
  background-color: #c3dafe;
}

.hover_bg-indigo-300:hover {
  background-color: #a3bffa;
}

.hover_bg-indigo-400:hover {
  background-color: #7f9cf5;
}

.hover_bg-indigo-500:hover {
  background-color: #667eea;
}

.hover_bg-indigo-600:hover {
  background-color: #5a67d8;
}

.hover_bg-indigo-700:hover {
  background-color: #4c51bf;
}

.hover_bg-indigo-800:hover {
  background-color: #434190;
}

.hover_bg-indigo-900:hover {
  background-color: #3c366b;
}

.hover_bg-purple-100:hover {
  background-color: #faf5ff;
}

.hover_bg-purple-200:hover {
  background-color: #e9d8fd;
}

.hover_bg-purple-300:hover {
  background-color: #d6bcfa;
}

.hover_bg-purple-400:hover {
  background-color: #b794f4;
}

.hover_bg-purple-500:hover {
  background-color: #9f7aea;
}

.hover_bg-purple-600:hover {
  background-color: #805ad5;
}

.hover_bg-purple-700:hover {
  background-color: #6b46c1;
}

.hover_bg-purple-800:hover {
  background-color: #553c9a;
}

.hover_bg-purple-900:hover {
  background-color: #44337a;
}

.hover_bg-pink-100:hover {
  background-color: #fff5f7;
}

.hover_bg-pink-200:hover {
  background-color: #fed7e2;
}

.hover_bg-pink-300:hover {
  background-color: #fbb6ce;
}

.hover_bg-pink-400:hover {
  background-color: #f687b3;
}

.hover_bg-pink-500:hover {
  background-color: #ed64a6;
}

.hover_bg-pink-600:hover {
  background-color: #d53f8c;
}

.hover_bg-pink-700:hover {
  background-color: #b83280;
}

.hover_bg-pink-800:hover {
  background-color: #97266d;
}

.hover_bg-pink-900:hover {
  background-color: #702459;
}

.hover_bg-brand:hover {
  background-color: #FE2929;
}

.hover_bg-brand-dark:hover {
  background-color: #CB0000;
}

.hover_bg-primary:hover {
  background-color: #2D58AA;
}

.hover_bg-primary-dark:hover {
  background-color: #002577;
}

.hover_bg-info:hover {
  background-color: #2B73A3;
}

.hover_bg-info-dark:hover {
  background-color: #002577;
}

.hover_bg-success:hover {
  background-color: #0EDD66;
}

.hover_bg-success-dark:hover {
  background-color: #00AA33;
}

.hover_bg-warning:hover {
  background-color: #B1991A;
}

.hover_bg-warning-dark:hover {
  background-color: #7E6600;
}

.hover_bg-danger:hover {
  background-color: #FE2929;
}

.hover_bg-danger-dark:hover {
  background-color: #CB0000;
}

.hover_bg-light:hover {
  background-color: #F0F0F0;
}

.hover_bg-dark:hover {
  background-color: #454545;
}

.hover_bg-darkest:hover {
  background-color: #313131;
}

.hover_bg-transparent-dark:hover {
  background-color: rgba(0,0,0,0.6);
}

.hover_bg-facebook:hover {
  background-color: #3b5998;
}

.hover_bg-twitter:hover {
  background-color: #000000;
}

.hover_bg-google:hover {
  background-color: #DB4437;
}

.hover_bg-linkedin:hover {
  background-color: #0077B5;
}

.hover_bg-adobe:hover {
  background-color: #FF0000;
}

.hover_bg-rss:hover {
  background-color: #f26522;
}

.focus_bg-transparent:focus {
  background-color: transparent;
}

.focus_bg-black:focus {
  background-color: #000;
}

.focus_bg-white:focus {
  background-color: #fff;
}

.focus_bg-gray-100:focus {
  background-color: #f7fafc;
}

.focus_bg-gray-200:focus {
  background-color: #edf2f7;
}

.focus_bg-gray-300:focus {
  background-color: #e2e8f0;
}

.focus_bg-gray-400:focus {
  background-color: #B8B8B8;
}

.focus_bg-gray-500:focus {
  background-color: #a0aec0;
}

.focus_bg-gray-600:focus {
  background-color: #718096;
}

.focus_bg-gray-700:focus {
  background-color: #313131;
}

.focus_bg-gray-800:focus {
  background-color: #2d3748;
}

.focus_bg-gray-900:focus {
  background-color: #1a202c;
}

.focus_bg-red-100:focus {
  background-color: #fff5f5;
}

.focus_bg-red-200:focus {
  background-color: #fed7d7;
}

.focus_bg-red-300:focus {
  background-color: #feb2b2;
}

.focus_bg-red-400:focus {
  background-color: #fc8181;
}

.focus_bg-red-500:focus {
  background-color: #f56565;
}

.focus_bg-red-600:focus {
  background-color: #e53e3e;
}

.focus_bg-red-700:focus {
  background-color: #c53030;
}

.focus_bg-red-800:focus {
  background-color: #9b2c2c;
}

.focus_bg-red-900:focus {
  background-color: #742a2a;
}

.focus_bg-orange-100:focus {
  background-color: #fffaf0;
}

.focus_bg-orange-200:focus {
  background-color: #feebc8;
}

.focus_bg-orange-300:focus {
  background-color: #fbd38d;
}

.focus_bg-orange-400:focus {
  background-color: #f6ad55;
}

.focus_bg-orange-500:focus {
  background-color: #ed8936;
}

.focus_bg-orange-600:focus {
  background-color: #dd6b20;
}

.focus_bg-orange-700:focus {
  background-color: #c05621;
}

.focus_bg-orange-800:focus {
  background-color: #9c4221;
}

.focus_bg-orange-900:focus {
  background-color: #7b341e;
}

.focus_bg-yellow-100:focus {
  background-color: #fffff0;
}

.focus_bg-yellow-200:focus {
  background-color: #fefcbf;
}

.focus_bg-yellow-300:focus {
  background-color: #faf089;
}

.focus_bg-yellow-400:focus {
  background-color: #f6e05e;
}

.focus_bg-yellow-500:focus {
  background-color: #ecc94b;
}

.focus_bg-yellow-600:focus {
  background-color: #d69e2e;
}

.focus_bg-yellow-700:focus {
  background-color: #b7791f;
}

.focus_bg-yellow-800:focus {
  background-color: #975a16;
}

.focus_bg-yellow-900:focus {
  background-color: #744210;
}

.focus_bg-green-100:focus {
  background-color: #f0fff4;
}

.focus_bg-green-200:focus {
  background-color: #c6f6d5;
}

.focus_bg-green-300:focus {
  background-color: #9ae6b4;
}

.focus_bg-green-400:focus {
  background-color: #68d391;
}

.focus_bg-green-500:focus {
  background-color: #48bb78;
}

.focus_bg-green-600:focus {
  background-color: #38a169;
}

.focus_bg-green-700:focus {
  background-color: #2f855a;
}

.focus_bg-green-800:focus {
  background-color: #276749;
}

.focus_bg-green-900:focus {
  background-color: #22543d;
}

.focus_bg-teal-100:focus {
  background-color: #e6fffa;
}

.focus_bg-teal-200:focus {
  background-color: #b2f5ea;
}

.focus_bg-teal-300:focus {
  background-color: #81e6d9;
}

.focus_bg-teal-400:focus {
  background-color: #4fd1c5;
}

.focus_bg-teal-500:focus {
  background-color: #38b2ac;
}

.focus_bg-teal-600:focus {
  background-color: #319795;
}

.focus_bg-teal-700:focus {
  background-color: #2c7a7b;
}

.focus_bg-teal-800:focus {
  background-color: #285e61;
}

.focus_bg-teal-900:focus {
  background-color: #234e52;
}

.focus_bg-blue-100:focus {
  background-color: #ebf8ff;
}

.focus_bg-blue-200:focus {
  background-color: #bee3f8;
}

.focus_bg-blue-300:focus {
  background-color: #90cdf4;
}

.focus_bg-blue-400:focus {
  background-color: #63b3ed;
}

.focus_bg-blue-500:focus {
  background-color: #4299e1;
}

.focus_bg-blue-600:focus {
  background-color: #3182ce;
}

.focus_bg-blue-700:focus {
  background-color: #2b6cb0;
}

.focus_bg-blue-800:focus {
  background-color: #2c5282;
}

.focus_bg-blue-900:focus {
  background-color: #2B4780;
}

.focus_bg-indigo-100:focus {
  background-color: #ebf4ff;
}

.focus_bg-indigo-200:focus {
  background-color: #c3dafe;
}

.focus_bg-indigo-300:focus {
  background-color: #a3bffa;
}

.focus_bg-indigo-400:focus {
  background-color: #7f9cf5;
}

.focus_bg-indigo-500:focus {
  background-color: #667eea;
}

.focus_bg-indigo-600:focus {
  background-color: #5a67d8;
}

.focus_bg-indigo-700:focus {
  background-color: #4c51bf;
}

.focus_bg-indigo-800:focus {
  background-color: #434190;
}

.focus_bg-indigo-900:focus {
  background-color: #3c366b;
}

.focus_bg-purple-100:focus {
  background-color: #faf5ff;
}

.focus_bg-purple-200:focus {
  background-color: #e9d8fd;
}

.focus_bg-purple-300:focus {
  background-color: #d6bcfa;
}

.focus_bg-purple-400:focus {
  background-color: #b794f4;
}

.focus_bg-purple-500:focus {
  background-color: #9f7aea;
}

.focus_bg-purple-600:focus {
  background-color: #805ad5;
}

.focus_bg-purple-700:focus {
  background-color: #6b46c1;
}

.focus_bg-purple-800:focus {
  background-color: #553c9a;
}

.focus_bg-purple-900:focus {
  background-color: #44337a;
}

.focus_bg-pink-100:focus {
  background-color: #fff5f7;
}

.focus_bg-pink-200:focus {
  background-color: #fed7e2;
}

.focus_bg-pink-300:focus {
  background-color: #fbb6ce;
}

.focus_bg-pink-400:focus {
  background-color: #f687b3;
}

.focus_bg-pink-500:focus {
  background-color: #ed64a6;
}

.focus_bg-pink-600:focus {
  background-color: #d53f8c;
}

.focus_bg-pink-700:focus {
  background-color: #b83280;
}

.focus_bg-pink-800:focus {
  background-color: #97266d;
}

.focus_bg-pink-900:focus {
  background-color: #702459;
}

.focus_bg-brand:focus {
  background-color: #FE2929;
}

.focus_bg-brand-dark:focus {
  background-color: #CB0000;
}

.focus_bg-primary:focus {
  background-color: #2D58AA;
}

.focus_bg-primary-dark:focus {
  background-color: #002577;
}

.focus_bg-info:focus {
  background-color: #2B73A3;
}

.focus_bg-info-dark:focus {
  background-color: #002577;
}

.focus_bg-success:focus {
  background-color: #0EDD66;
}

.focus_bg-success-dark:focus {
  background-color: #00AA33;
}

.focus_bg-warning:focus {
  background-color: #B1991A;
}

.focus_bg-warning-dark:focus {
  background-color: #7E6600;
}

.focus_bg-danger:focus {
  background-color: #FE2929;
}

.focus_bg-danger-dark:focus {
  background-color: #CB0000;
}

.focus_bg-light:focus {
  background-color: #F0F0F0;
}

.focus_bg-dark:focus {
  background-color: #454545;
}

.focus_bg-darkest:focus {
  background-color: #313131;
}

.focus_bg-transparent-dark:focus {
  background-color: rgba(0,0,0,0.6);
}

.focus_bg-facebook:focus {
  background-color: #3b5998;
}

.focus_bg-twitter:focus {
  background-color: #000000;
}

.focus_bg-google:focus {
  background-color: #DB4437;
}

.focus_bg-linkedin:focus {
  background-color: #0077B5;
}

.focus_bg-adobe:focus {
  background-color: #FF0000;
}

.focus_bg-rss:focus {
  background-color: #f26522;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-repeat-round {
  background-repeat: round;
}

.bg-repeat-space {
  background-repeat: space;
}

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

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

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

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

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

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

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

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

.border-gray-100 {
  border-color: #f7fafc;
}

.border-gray-200 {
  border-color: #edf2f7;
}

.border-gray-300 {
  border-color: #e2e8f0;
}

.border-gray-400 {
  border-color: #B8B8B8;
}

.border-gray-500 {
  border-color: #a0aec0;
}

.border-gray-600 {
  border-color: #718096;
}

.border-gray-700 {
  border-color: #313131;
}

.border-gray-800 {
  border-color: #2d3748;
}

.border-gray-900 {
  border-color: #1a202c;
}

.border-red-100 {
  border-color: #fff5f5;
}

.border-red-200 {
  border-color: #fed7d7;
}

.border-red-300 {
  border-color: #feb2b2;
}

.border-red-400 {
  border-color: #fc8181;
}

.border-red-500 {
  border-color: #f56565;
}

.border-red-600 {
  border-color: #e53e3e;
}

.border-red-700 {
  border-color: #c53030;
}

.border-red-800 {
  border-color: #9b2c2c;
}

.border-red-900 {
  border-color: #742a2a;
}

.border-orange-100 {
  border-color: #fffaf0;
}

.border-orange-200 {
  border-color: #feebc8;
}

.border-orange-300 {
  border-color: #fbd38d;
}

.border-orange-400 {
  border-color: #f6ad55;
}

.border-orange-500 {
  border-color: #ed8936;
}

.border-orange-600 {
  border-color: #dd6b20;
}

.border-orange-700 {
  border-color: #c05621;
}

.border-orange-800 {
  border-color: #9c4221;
}

.border-orange-900 {
  border-color: #7b341e;
}

.border-yellow-100 {
  border-color: #fffff0;
}

.border-yellow-200 {
  border-color: #fefcbf;
}

.border-yellow-300 {
  border-color: #faf089;
}

.border-yellow-400 {
  border-color: #f6e05e;
}

.border-yellow-500 {
  border-color: #ecc94b;
}

.border-yellow-600 {
  border-color: #d69e2e;
}

.border-yellow-700 {
  border-color: #b7791f;
}

.border-yellow-800 {
  border-color: #975a16;
}

.border-yellow-900 {
  border-color: #744210;
}

.border-green-100 {
  border-color: #f0fff4;
}

.border-green-200 {
  border-color: #c6f6d5;
}

.border-green-300 {
  border-color: #9ae6b4;
}

.border-green-400 {
  border-color: #68d391;
}

.border-green-500 {
  border-color: #48bb78;
}

.border-green-600 {
  border-color: #38a169;
}

.border-green-700 {
  border-color: #2f855a;
}

.border-green-800 {
  border-color: #276749;
}

.border-green-900 {
  border-color: #22543d;
}

.border-teal-100 {
  border-color: #e6fffa;
}

.border-teal-200 {
  border-color: #b2f5ea;
}

.border-teal-300 {
  border-color: #81e6d9;
}

.border-teal-400 {
  border-color: #4fd1c5;
}

.border-teal-500 {
  border-color: #38b2ac;
}

.border-teal-600 {
  border-color: #319795;
}

.border-teal-700 {
  border-color: #2c7a7b;
}

.border-teal-800 {
  border-color: #285e61;
}

.border-teal-900 {
  border-color: #234e52;
}

.border-blue-100 {
  border-color: #ebf8ff;
}

.border-blue-200 {
  border-color: #bee3f8;
}

.border-blue-300 {
  border-color: #90cdf4;
}

.border-blue-400 {
  border-color: #63b3ed;
}

.border-blue-500 {
  border-color: #4299e1;
}

.border-blue-600 {
  border-color: #3182ce;
}

.border-blue-700 {
  border-color: #2b6cb0;
}

.border-blue-800 {
  border-color: #2c5282;
}

.border-blue-900 {
  border-color: #2B4780;
}

.border-indigo-100 {
  border-color: #ebf4ff;
}

.border-indigo-200 {
  border-color: #c3dafe;
}

.border-indigo-300 {
  border-color: #a3bffa;
}

.border-indigo-400 {
  border-color: #7f9cf5;
}

.border-indigo-500 {
  border-color: #667eea;
}

.border-indigo-600 {
  border-color: #5a67d8;
}

.border-indigo-700 {
  border-color: #4c51bf;
}

.border-indigo-800 {
  border-color: #434190;
}

.border-indigo-900 {
  border-color: #3c366b;
}

.border-purple-100 {
  border-color: #faf5ff;
}

.border-purple-200 {
  border-color: #e9d8fd;
}

.border-purple-300 {
  border-color: #d6bcfa;
}

.border-purple-400 {
  border-color: #b794f4;
}

.border-purple-500 {
  border-color: #9f7aea;
}

.border-purple-600 {
  border-color: #805ad5;
}

.border-purple-700 {
  border-color: #6b46c1;
}

.border-purple-800 {
  border-color: #553c9a;
}

.border-purple-900 {
  border-color: #44337a;
}

.border-pink-100 {
  border-color: #fff5f7;
}

.border-pink-200 {
  border-color: #fed7e2;
}

.border-pink-300 {
  border-color: #fbb6ce;
}

.border-pink-400 {
  border-color: #f687b3;
}

.border-pink-500 {
  border-color: #ed64a6;
}

.border-pink-600 {
  border-color: #d53f8c;
}

.border-pink-700 {
  border-color: #b83280;
}

.border-pink-800 {
  border-color: #97266d;
}

.border-pink-900 {
  border-color: #702459;
}

.border-brand {
  border-color: #FE2929;
}

.border-brand-dark {
  border-color: #CB0000;
}

.border-primary {
  border-color: #2D58AA;
}

.border-primary-dark {
  border-color: #002577;
}

.border-info {
  border-color: #2B73A3;
}

.border-info-dark {
  border-color: #002577;
}

.border-success {
  border-color: #0EDD66;
}

.border-success-dark {
  border-color: #00AA33;
}

.border-warning {
  border-color: #B1991A;
}

.border-warning-dark {
  border-color: #7E6600;
}

.border-danger {
  border-color: #FE2929;
}

.border-danger-dark {
  border-color: #CB0000;
}

.border-light {
  border-color: #F0F0F0;
}

.border-dark {
  border-color: #454545;
}

.border-darkest {
  border-color: #313131;
}

.border-transparent-dark {
  border-color: rgba(0,0,0,0.6);
}

.border-facebook {
  border-color: #3b5998;
}

.border-twitter {
  border-color: #000000;
}

.border-google {
  border-color: #DB4437;
}

.border-linkedin {
  border-color: #0077B5;
}

.border-adobe {
  border-color: #FF0000;
}

.border-rss {
  border-color: #f26522;
}

.hover_border-transparent:hover {
  border-color: transparent;
}

.hover_border-black:hover {
  border-color: #000;
}

.hover_border-white:hover {
  border-color: #fff;
}

.hover_border-gray-100:hover {
  border-color: #f7fafc;
}

.hover_border-gray-200:hover {
  border-color: #edf2f7;
}

.hover_border-gray-300:hover {
  border-color: #e2e8f0;
}

.hover_border-gray-400:hover {
  border-color: #B8B8B8;
}

.hover_border-gray-500:hover {
  border-color: #a0aec0;
}

.hover_border-gray-600:hover {
  border-color: #718096;
}

.hover_border-gray-700:hover {
  border-color: #313131;
}

.hover_border-gray-800:hover {
  border-color: #2d3748;
}

.hover_border-gray-900:hover {
  border-color: #1a202c;
}

.hover_border-red-100:hover {
  border-color: #fff5f5;
}

.hover_border-red-200:hover {
  border-color: #fed7d7;
}

.hover_border-red-300:hover {
  border-color: #feb2b2;
}

.hover_border-red-400:hover {
  border-color: #fc8181;
}

.hover_border-red-500:hover {
  border-color: #f56565;
}

.hover_border-red-600:hover {
  border-color: #e53e3e;
}

.hover_border-red-700:hover {
  border-color: #c53030;
}

.hover_border-red-800:hover {
  border-color: #9b2c2c;
}

.hover_border-red-900:hover {
  border-color: #742a2a;
}

.hover_border-orange-100:hover {
  border-color: #fffaf0;
}

.hover_border-orange-200:hover {
  border-color: #feebc8;
}

.hover_border-orange-300:hover {
  border-color: #fbd38d;
}

.hover_border-orange-400:hover {
  border-color: #f6ad55;
}

.hover_border-orange-500:hover {
  border-color: #ed8936;
}

.hover_border-orange-600:hover {
  border-color: #dd6b20;
}

.hover_border-orange-700:hover {
  border-color: #c05621;
}

.hover_border-orange-800:hover {
  border-color: #9c4221;
}

.hover_border-orange-900:hover {
  border-color: #7b341e;
}

.hover_border-yellow-100:hover {
  border-color: #fffff0;
}

.hover_border-yellow-200:hover {
  border-color: #fefcbf;
}

.hover_border-yellow-300:hover {
  border-color: #faf089;
}

.hover_border-yellow-400:hover {
  border-color: #f6e05e;
}

.hover_border-yellow-500:hover {
  border-color: #ecc94b;
}

.hover_border-yellow-600:hover {
  border-color: #d69e2e;
}

.hover_border-yellow-700:hover {
  border-color: #b7791f;
}

.hover_border-yellow-800:hover {
  border-color: #975a16;
}

.hover_border-yellow-900:hover {
  border-color: #744210;
}

.hover_border-green-100:hover {
  border-color: #f0fff4;
}

.hover_border-green-200:hover {
  border-color: #c6f6d5;
}

.hover_border-green-300:hover {
  border-color: #9ae6b4;
}

.hover_border-green-400:hover {
  border-color: #68d391;
}

.hover_border-green-500:hover {
  border-color: #48bb78;
}

.hover_border-green-600:hover {
  border-color: #38a169;
}

.hover_border-green-700:hover {
  border-color: #2f855a;
}

.hover_border-green-800:hover {
  border-color: #276749;
}

.hover_border-green-900:hover {
  border-color: #22543d;
}

.hover_border-teal-100:hover {
  border-color: #e6fffa;
}

.hover_border-teal-200:hover {
  border-color: #b2f5ea;
}

.hover_border-teal-300:hover {
  border-color: #81e6d9;
}

.hover_border-teal-400:hover {
  border-color: #4fd1c5;
}

.hover_border-teal-500:hover {
  border-color: #38b2ac;
}

.hover_border-teal-600:hover {
  border-color: #319795;
}

.hover_border-teal-700:hover {
  border-color: #2c7a7b;
}

.hover_border-teal-800:hover {
  border-color: #285e61;
}

.hover_border-teal-900:hover {
  border-color: #234e52;
}

.hover_border-blue-100:hover {
  border-color: #ebf8ff;
}

.hover_border-blue-200:hover {
  border-color: #bee3f8;
}

.hover_border-blue-300:hover {
  border-color: #90cdf4;
}

.hover_border-blue-400:hover {
  border-color: #63b3ed;
}

.hover_border-blue-500:hover {
  border-color: #4299e1;
}

.hover_border-blue-600:hover {
  border-color: #3182ce;
}

.hover_border-blue-700:hover {
  border-color: #2b6cb0;
}

.hover_border-blue-800:hover {
  border-color: #2c5282;
}

.hover_border-blue-900:hover {
  border-color: #2B4780;
}

.hover_border-indigo-100:hover {
  border-color: #ebf4ff;
}

.hover_border-indigo-200:hover {
  border-color: #c3dafe;
}

.hover_border-indigo-300:hover {
  border-color: #a3bffa;
}

.hover_border-indigo-400:hover {
  border-color: #7f9cf5;
}

.hover_border-indigo-500:hover {
  border-color: #667eea;
}

.hover_border-indigo-600:hover {
  border-color: #5a67d8;
}

.hover_border-indigo-700:hover {
  border-color: #4c51bf;
}

.hover_border-indigo-800:hover {
  border-color: #434190;
}

.hover_border-indigo-900:hover {
  border-color: #3c366b;
}

.hover_border-purple-100:hover {
  border-color: #faf5ff;
}

.hover_border-purple-200:hover {
  border-color: #e9d8fd;
}

.hover_border-purple-300:hover {
  border-color: #d6bcfa;
}

.hover_border-purple-400:hover {
  border-color: #b794f4;
}

.hover_border-purple-500:hover {
  border-color: #9f7aea;
}

.hover_border-purple-600:hover {
  border-color: #805ad5;
}

.hover_border-purple-700:hover {
  border-color: #6b46c1;
}

.hover_border-purple-800:hover {
  border-color: #553c9a;
}

.hover_border-purple-900:hover {
  border-color: #44337a;
}

.hover_border-pink-100:hover {
  border-color: #fff5f7;
}

.hover_border-pink-200:hover {
  border-color: #fed7e2;
}

.hover_border-pink-300:hover {
  border-color: #fbb6ce;
}

.hover_border-pink-400:hover {
  border-color: #f687b3;
}

.hover_border-pink-500:hover {
  border-color: #ed64a6;
}

.hover_border-pink-600:hover {
  border-color: #d53f8c;
}

.hover_border-pink-700:hover {
  border-color: #b83280;
}

.hover_border-pink-800:hover {
  border-color: #97266d;
}

.hover_border-pink-900:hover {
  border-color: #702459;
}

.hover_border-brand:hover {
  border-color: #FE2929;
}

.hover_border-brand-dark:hover {
  border-color: #CB0000;
}

.hover_border-primary:hover {
  border-color: #2D58AA;
}

.hover_border-primary-dark:hover {
  border-color: #002577;
}

.hover_border-info:hover {
  border-color: #2B73A3;
}

.hover_border-info-dark:hover {
  border-color: #002577;
}

.hover_border-success:hover {
  border-color: #0EDD66;
}

.hover_border-success-dark:hover {
  border-color: #00AA33;
}

.hover_border-warning:hover {
  border-color: #B1991A;
}

.hover_border-warning-dark:hover {
  border-color: #7E6600;
}

.hover_border-danger:hover {
  border-color: #FE2929;
}

.hover_border-danger-dark:hover {
  border-color: #CB0000;
}

.hover_border-light:hover {
  border-color: #F0F0F0;
}

.hover_border-dark:hover {
  border-color: #454545;
}

.hover_border-darkest:hover {
  border-color: #313131;
}

.hover_border-transparent-dark:hover {
  border-color: rgba(0,0,0,0.6);
}

.hover_border-facebook:hover {
  border-color: #3b5998;
}

.hover_border-twitter:hover {
  border-color: #000000;
}

.hover_border-google:hover {
  border-color: #DB4437;
}

.hover_border-linkedin:hover {
  border-color: #0077B5;
}

.hover_border-adobe:hover {
  border-color: #FF0000;
}

.hover_border-rss:hover {
  border-color: #f26522;
}

.focus_border-transparent:focus {
  border-color: transparent;
}

.focus_border-black:focus {
  border-color: #000;
}

.focus_border-white:focus {
  border-color: #fff;
}

.focus_border-gray-100:focus {
  border-color: #f7fafc;
}

.focus_border-gray-200:focus {
  border-color: #edf2f7;
}

.focus_border-gray-300:focus {
  border-color: #e2e8f0;
}

.focus_border-gray-400:focus {
  border-color: #B8B8B8;
}

.focus_border-gray-500:focus {
  border-color: #a0aec0;
}

.focus_border-gray-600:focus {
  border-color: #718096;
}

.focus_border-gray-700:focus {
  border-color: #313131;
}

.focus_border-gray-800:focus {
  border-color: #2d3748;
}

.focus_border-gray-900:focus {
  border-color: #1a202c;
}

.focus_border-red-100:focus {
  border-color: #fff5f5;
}

.focus_border-red-200:focus {
  border-color: #fed7d7;
}

.focus_border-red-300:focus {
  border-color: #feb2b2;
}

.focus_border-red-400:focus {
  border-color: #fc8181;
}

.focus_border-red-500:focus {
  border-color: #f56565;
}

.focus_border-red-600:focus {
  border-color: #e53e3e;
}

.focus_border-red-700:focus {
  border-color: #c53030;
}

.focus_border-red-800:focus {
  border-color: #9b2c2c;
}

.focus_border-red-900:focus {
  border-color: #742a2a;
}

.focus_border-orange-100:focus {
  border-color: #fffaf0;
}

.focus_border-orange-200:focus {
  border-color: #feebc8;
}

.focus_border-orange-300:focus {
  border-color: #fbd38d;
}

.focus_border-orange-400:focus {
  border-color: #f6ad55;
}

.focus_border-orange-500:focus {
  border-color: #ed8936;
}

.focus_border-orange-600:focus {
  border-color: #dd6b20;
}

.focus_border-orange-700:focus {
  border-color: #c05621;
}

.focus_border-orange-800:focus {
  border-color: #9c4221;
}

.focus_border-orange-900:focus {
  border-color: #7b341e;
}

.focus_border-yellow-100:focus {
  border-color: #fffff0;
}

.focus_border-yellow-200:focus {
  border-color: #fefcbf;
}

.focus_border-yellow-300:focus {
  border-color: #faf089;
}

.focus_border-yellow-400:focus {
  border-color: #f6e05e;
}

.focus_border-yellow-500:focus {
  border-color: #ecc94b;
}

.focus_border-yellow-600:focus {
  border-color: #d69e2e;
}

.focus_border-yellow-700:focus {
  border-color: #b7791f;
}

.focus_border-yellow-800:focus {
  border-color: #975a16;
}

.focus_border-yellow-900:focus {
  border-color: #744210;
}

.focus_border-green-100:focus {
  border-color: #f0fff4;
}

.focus_border-green-200:focus {
  border-color: #c6f6d5;
}

.focus_border-green-300:focus {
  border-color: #9ae6b4;
}

.focus_border-green-400:focus {
  border-color: #68d391;
}

.focus_border-green-500:focus {
  border-color: #48bb78;
}

.focus_border-green-600:focus {
  border-color: #38a169;
}

.focus_border-green-700:focus {
  border-color: #2f855a;
}

.focus_border-green-800:focus {
  border-color: #276749;
}

.focus_border-green-900:focus {
  border-color: #22543d;
}

.focus_border-teal-100:focus {
  border-color: #e6fffa;
}

.focus_border-teal-200:focus {
  border-color: #b2f5ea;
}

.focus_border-teal-300:focus {
  border-color: #81e6d9;
}

.focus_border-teal-400:focus {
  border-color: #4fd1c5;
}

.focus_border-teal-500:focus {
  border-color: #38b2ac;
}

.focus_border-teal-600:focus {
  border-color: #319795;
}

.focus_border-teal-700:focus {
  border-color: #2c7a7b;
}

.focus_border-teal-800:focus {
  border-color: #285e61;
}

.focus_border-teal-900:focus {
  border-color: #234e52;
}

.focus_border-blue-100:focus {
  border-color: #ebf8ff;
}

.focus_border-blue-200:focus {
  border-color: #bee3f8;
}

.focus_border-blue-300:focus {
  border-color: #90cdf4;
}

.focus_border-blue-400:focus {
  border-color: #63b3ed;
}

.focus_border-blue-500:focus {
  border-color: #4299e1;
}

.focus_border-blue-600:focus {
  border-color: #3182ce;
}

.focus_border-blue-700:focus {
  border-color: #2b6cb0;
}

.focus_border-blue-800:focus {
  border-color: #2c5282;
}

.focus_border-blue-900:focus {
  border-color: #2B4780;
}

.focus_border-indigo-100:focus {
  border-color: #ebf4ff;
}

.focus_border-indigo-200:focus {
  border-color: #c3dafe;
}

.focus_border-indigo-300:focus {
  border-color: #a3bffa;
}

.focus_border-indigo-400:focus {
  border-color: #7f9cf5;
}

.focus_border-indigo-500:focus {
  border-color: #667eea;
}

.focus_border-indigo-600:focus {
  border-color: #5a67d8;
}

.focus_border-indigo-700:focus {
  border-color: #4c51bf;
}

.focus_border-indigo-800:focus {
  border-color: #434190;
}

.focus_border-indigo-900:focus {
  border-color: #3c366b;
}

.focus_border-purple-100:focus {
  border-color: #faf5ff;
}

.focus_border-purple-200:focus {
  border-color: #e9d8fd;
}

.focus_border-purple-300:focus {
  border-color: #d6bcfa;
}

.focus_border-purple-400:focus {
  border-color: #b794f4;
}

.focus_border-purple-500:focus {
  border-color: #9f7aea;
}

.focus_border-purple-600:focus {
  border-color: #805ad5;
}

.focus_border-purple-700:focus {
  border-color: #6b46c1;
}

.focus_border-purple-800:focus {
  border-color: #553c9a;
}

.focus_border-purple-900:focus {
  border-color: #44337a;
}

.focus_border-pink-100:focus {
  border-color: #fff5f7;
}

.focus_border-pink-200:focus {
  border-color: #fed7e2;
}

.focus_border-pink-300:focus {
  border-color: #fbb6ce;
}

.focus_border-pink-400:focus {
  border-color: #f687b3;
}

.focus_border-pink-500:focus {
  border-color: #ed64a6;
}

.focus_border-pink-600:focus {
  border-color: #d53f8c;
}

.focus_border-pink-700:focus {
  border-color: #b83280;
}

.focus_border-pink-800:focus {
  border-color: #97266d;
}

.focus_border-pink-900:focus {
  border-color: #702459;
}

.focus_border-brand:focus {
  border-color: #FE2929;
}

.focus_border-brand-dark:focus {
  border-color: #CB0000;
}

.focus_border-primary:focus {
  border-color: #2D58AA;
}

.focus_border-primary-dark:focus {
  border-color: #002577;
}

.focus_border-info:focus {
  border-color: #2B73A3;
}

.focus_border-info-dark:focus {
  border-color: #002577;
}

.focus_border-success:focus {
  border-color: #0EDD66;
}

.focus_border-success-dark:focus {
  border-color: #00AA33;
}

.focus_border-warning:focus {
  border-color: #B1991A;
}

.focus_border-warning-dark:focus {
  border-color: #7E6600;
}

.focus_border-danger:focus {
  border-color: #FE2929;
}

.focus_border-danger-dark:focus {
  border-color: #CB0000;
}

.focus_border-light:focus {
  border-color: #F0F0F0;
}

.focus_border-dark:focus {
  border-color: #454545;
}

.focus_border-darkest:focus {
  border-color: #313131;
}

.focus_border-transparent-dark:focus {
  border-color: rgba(0,0,0,0.6);
}

.focus_border-facebook:focus {
  border-color: #3b5998;
}

.focus_border-twitter:focus {
  border-color: #000000;
}

.focus_border-google:focus {
  border-color: #DB4437;
}

.focus_border-linkedin:focus {
  border-color: #0077B5;
}

.focus_border-adobe:focus {
  border-color: #FF0000;
}

.focus_border-rss:focus {
  border-color: #f26522;
}

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

.rounded-sm {
  border-radius: 0.147rem;
}

.rounded {
  border-radius: 0.294rem;
}

.rounded-lg {
  border-radius: 0.588rem;
}

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

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

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

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

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

.rounded-t-sm {
  border-top-left-radius: 0.147rem;
  border-top-right-radius: 0.147rem;
}

.rounded-r-sm {
  border-top-right-radius: 0.147rem;
  border-bottom-right-radius: 0.147rem;
}

.rounded-b-sm {
  border-bottom-right-radius: 0.147rem;
  border-bottom-left-radius: 0.147rem;
}

.rounded-l-sm {
  border-top-left-radius: 0.147rem;
  border-bottom-left-radius: 0.147rem;
}

.rounded-t {
  border-top-left-radius: 0.294rem;
  border-top-right-radius: 0.294rem;
}

.rounded-r {
  border-top-right-radius: 0.294rem;
  border-bottom-right-radius: 0.294rem;
}

.rounded-b {
  border-bottom-right-radius: 0.294rem;
  border-bottom-left-radius: 0.294rem;
}

.rounded-l {
  border-top-left-radius: 0.294rem;
  border-bottom-left-radius: 0.294rem;
}

.rounded-t-lg {
  border-top-left-radius: 0.588rem;
  border-top-right-radius: 0.588rem;
}

.rounded-r-lg {
  border-top-right-radius: 0.588rem;
  border-bottom-right-radius: 0.588rem;
}

.rounded-b-lg {
  border-bottom-right-radius: 0.588rem;
  border-bottom-left-radius: 0.588rem;
}

.rounded-l-lg {
  border-top-left-radius: 0.588rem;
  border-bottom-left-radius: 0.588rem;
}

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

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

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

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

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

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

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

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

.rounded-tl-sm {
  border-top-left-radius: 0.147rem;
}

.rounded-tr-sm {
  border-top-right-radius: 0.147rem;
}

.rounded-br-sm {
  border-bottom-right-radius: 0.147rem;
}

.rounded-bl-sm {
  border-bottom-left-radius: 0.147rem;
}

.rounded-tl {
  border-top-left-radius: 0.294rem;
}

.rounded-tr {
  border-top-right-radius: 0.294rem;
}

.rounded-br {
  border-bottom-right-radius: 0.294rem;
}

.rounded-bl {
  border-bottom-left-radius: 0.294rem;
}

.rounded-tl-lg {
  border-top-left-radius: 0.588rem;
}

.rounded-tr-lg {
  border-top-right-radius: 0.588rem;
}

.rounded-br-lg {
  border-bottom-right-radius: 0.588rem;
}

.rounded-bl-lg {
  border-bottom-left-radius: 0.588rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
  border-width: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cursor-auto {
  cursor: auto;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-wait {
  cursor: wait;
}

.cursor-text {
  cursor: text;
}

.cursor-move {
  cursor: move;
}

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

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

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

.hidden {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-none {
  flex: none;
}

.flex-grow-0 {
  flex-grow: 0;
}

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

.order-none {
  order: 0;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

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

.font-title {
  font-family: Inter, sans-serif;
}

.font-body {
  font-family: Inter, sans-serif;
}

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

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

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

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

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

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

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

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

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

.hover_font-hairline:hover {
  font-weight: 100;
}

.hover_font-thin:hover {
  font-weight: 200;
}

.hover_font-light:hover {
  font-weight: 300;
}

.hover_font-normal:hover {
  font-weight: 400;
}

.hover_font-medium:hover {
  font-weight: 500;
}

.hover_font-semibold:hover {
  font-weight: 600;
}

.hover_font-bold:hover {
  font-weight: 700;
}

.hover_font-extrabold:hover {
  font-weight: 800;
}

.hover_font-black:hover {
  font-weight: 900;
}

.focus_font-hairline:focus {
  font-weight: 100;
}

.focus_font-thin:focus {
  font-weight: 200;
}

.focus_font-light:focus {
  font-weight: 300;
}

.focus_font-normal:focus {
  font-weight: 400;
}

.focus_font-medium:focus {
  font-weight: 500;
}

.focus_font-semibold:focus {
  font-weight: 600;
}

.focus_font-bold:focus {
  font-weight: 700;
}

.focus_font-extrabold:focus {
  font-weight: 800;
}

.focus_font-black:focus {
  font-weight: 900;
}

.h-0 {
  height: 0;
}

.h-1 {
  height: 0.25rem;
}

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-32 {
  height: 8rem;
}

.h-40 {
  height: 10rem;
}

.h-48 {
  height: 12rem;
}

.h-56 {
  height: 14rem;
}

.h-64 {
  height: 16rem;
}

.h-auto {
  height: auto;
}

.h-px {
  height: 1px;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

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

.leading-snug {
  line-height: 1.375;
}

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

.leading-relaxed {
  line-height: 1.625;
}

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

.list-inside {
  list-style-position: inside;
}

.list-outside {
  list-style-position: outside;
}

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

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

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

.m-0 {
  margin: 0;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-4 {
  margin: 1rem;
}

.m-5 {
  margin: 1.25rem;
}

.m-6 {
  margin: 1.5rem;
}

.m-8 {
  margin: 2rem;
}

.m-10 {
  margin: 2.5rem;
}

.m-12 {
  margin: 3rem;
}

.m-16 {
  margin: 4rem;
}

.m-20 {
  margin: 5rem;
}

.m-24 {
  margin: 6rem;
}

.m-32 {
  margin: 8rem;
}

.m-40 {
  margin: 10rem;
}

.m-48 {
  margin: 12rem;
}

.m-56 {
  margin: 14rem;
}

.m-64 {
  margin: 16rem;
}

.m-auto {
  margin: auto;
}

.m-px {
  margin: 1px;
}

.-m-1 {
  margin: -0.25rem;
}

.-m-2 {
  margin: -0.5rem;
}

.-m-3 {
  margin: -0.75rem;
}

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

.-m-5 {
  margin: -1.25rem;
}

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

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

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

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

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

.-m-20 {
  margin: -5rem;
}

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

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

.-m-40 {
  margin: -10rem;
}

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

.-m-56 {
  margin: -14rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-xs {
  max-width: 20rem;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-6xl {
  max-width: 72rem;
}

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

.min-h-0 {
  min-height: 0;
}

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

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

.min-w-0 {
  min-width: 0;
}

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

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

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

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

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

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

.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.object-left {
  -o-object-position: left;
     object-position: left;
}

.object-left-bottom {
  -o-object-position: left bottom;
     object-position: left bottom;
}

.object-left-top {
  -o-object-position: left top;
     object-position: left top;
}

.object-right {
  -o-object-position: right;
     object-position: right;
}

.object-right-bottom {
  -o-object-position: right bottom;
     object-position: right bottom;
}

.object-right-top {
  -o-object-position: right top;
     object-position: right top;
}

.object-top {
  -o-object-position: top;
     object-position: top;
}

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-100 {
  opacity: 1;
}

.hover_opacity-0:hover {
  opacity: 0;
}

.hover_opacity-25:hover {
  opacity: 0.25;
}

.hover_opacity-50:hover {
  opacity: 0.5;
}

.hover_opacity-75:hover {
  opacity: 0.75;
}

.hover_opacity-100:hover {
  opacity: 1;
}

.focus_opacity-0:focus {
  opacity: 0;
}

.focus_opacity-25:focus {
  opacity: 0.25;
}

.focus_opacity-50:focus {
  opacity: 0.5;
}

.focus_opacity-75:focus {
  opacity: 0.75;
}

.focus_opacity-100:focus {
  opacity: 1;
}

.outline-none {
  outline: 0;
}

.focus_outline-none:focus {
  outline: 0;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

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

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

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

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

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

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

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

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

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

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

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-12 {
  padding: 3rem;
}

.p-16 {
  padding: 4rem;
}

.p-20 {
  padding: 5rem;
}

.p-24 {
  padding: 6rem;
}

.p-32 {
  padding: 8rem;
}

.p-40 {
  padding: 10rem;
}

.p-48 {
  padding: 12rem;
}

.p-56 {
  padding: 14rem;
}

.p-64 {
  padding: 16rem;
}

.p-px {
  padding: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.px-48 {
  padding-left: 12rem;
  padding-right: 12rem;
}

.py-56 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.px-56 {
  padding-left: 14rem;
  padding-right: 14rem;
}

.py-64 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.px-64 {
  padding-left: 16rem;
  padding-right: 16rem;
}

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

.px-px {
  padding-left: 1px;
  padding-right: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-8 {
  padding-top: 2rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pr-20 {
  padding-right: 5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pl-20 {
  padding-left: 5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pr-24 {
  padding-right: 6rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pl-24 {
  padding-left: 6rem;
}

.pt-32 {
  padding-top: 8rem;
}

.pr-32 {
  padding-right: 8rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pl-32 {
  padding-left: 8rem;
}

.pt-40 {
  padding-top: 10rem;
}

.pr-40 {
  padding-right: 10rem;
}

.pb-40 {
  padding-bottom: 10rem;
}

.pl-40 {
  padding-left: 10rem;
}

.pt-48 {
  padding-top: 12rem;
}

.pr-48 {
  padding-right: 12rem;
}

.pb-48 {
  padding-bottom: 12rem;
}

.pl-48 {
  padding-left: 12rem;
}

.pt-56 {
  padding-top: 14rem;
}

.pr-56 {
  padding-right: 14rem;
}

.pb-56 {
  padding-bottom: 14rem;
}

.pl-56 {
  padding-left: 14rem;
}

.pt-64 {
  padding-top: 16rem;
}

.pr-64 {
  padding-right: 16rem;
}

.pb-64 {
  padding-bottom: 16rem;
}

.pl-64 {
  padding-left: 16rem;
}

.pt-px {
  padding-top: 1px;
}

.pr-px {
  padding-right: 1px;
}

.pb-px {
  padding-bottom: 1px;
}

.pl-px {
  padding-left: 1px;
}

.placeholder-transparent::-webkit-input-placeholder {
  color: transparent;
}

.placeholder-transparent::-moz-placeholder {
  color: transparent;
}

.placeholder-transparent:-ms-input-placeholder {
  color: transparent;
}

.placeholder-transparent::-ms-input-placeholder {
  color: transparent;
}

.placeholder-transparent::placeholder {
  color: transparent;
}

.placeholder-black::-webkit-input-placeholder {
  color: #000;
}

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

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

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

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

.placeholder-white::-webkit-input-placeholder {
  color: #fff;
}

.placeholder-white::-moz-placeholder {
  color: #fff;
}

.placeholder-white:-ms-input-placeholder {
  color: #fff;
}

.placeholder-white::-ms-input-placeholder {
  color: #fff;
}

.placeholder-white::placeholder {
  color: #fff;
}

.placeholder-gray-100::-webkit-input-placeholder {
  color: #f7fafc;
}

.placeholder-gray-100::-moz-placeholder {
  color: #f7fafc;
}

.placeholder-gray-100:-ms-input-placeholder {
  color: #f7fafc;
}

.placeholder-gray-100::-ms-input-placeholder {
  color: #f7fafc;
}

.placeholder-gray-100::placeholder {
  color: #f7fafc;
}

.placeholder-gray-200::-webkit-input-placeholder {
  color: #edf2f7;
}

.placeholder-gray-200::-moz-placeholder {
  color: #edf2f7;
}

.placeholder-gray-200:-ms-input-placeholder {
  color: #edf2f7;
}

.placeholder-gray-200::-ms-input-placeholder {
  color: #edf2f7;
}

.placeholder-gray-200::placeholder {
  color: #edf2f7;
}

.placeholder-gray-300::-webkit-input-placeholder {
  color: #e2e8f0;
}

.placeholder-gray-300::-moz-placeholder {
  color: #e2e8f0;
}

.placeholder-gray-300:-ms-input-placeholder {
  color: #e2e8f0;
}

.placeholder-gray-300::-ms-input-placeholder {
  color: #e2e8f0;
}

.placeholder-gray-300::placeholder {
  color: #e2e8f0;
}

.placeholder-gray-400::-webkit-input-placeholder {
  color: #B8B8B8;
}

.placeholder-gray-400::-moz-placeholder {
  color: #B8B8B8;
}

.placeholder-gray-400:-ms-input-placeholder {
  color: #B8B8B8;
}

.placeholder-gray-400::-ms-input-placeholder {
  color: #B8B8B8;
}

.placeholder-gray-400::placeholder {
  color: #B8B8B8;
}

.placeholder-gray-500::-webkit-input-placeholder {
  color: #a0aec0;
}

.placeholder-gray-500::-moz-placeholder {
  color: #a0aec0;
}

.placeholder-gray-500:-ms-input-placeholder {
  color: #a0aec0;
}

.placeholder-gray-500::-ms-input-placeholder {
  color: #a0aec0;
}

.placeholder-gray-500::placeholder {
  color: #a0aec0;
}

.placeholder-gray-600::-webkit-input-placeholder {
  color: #718096;
}

.placeholder-gray-600::-moz-placeholder {
  color: #718096;
}

.placeholder-gray-600:-ms-input-placeholder {
  color: #718096;
}

.placeholder-gray-600::-ms-input-placeholder {
  color: #718096;
}

.placeholder-gray-600::placeholder {
  color: #718096;
}

.placeholder-gray-700::-webkit-input-placeholder {
  color: #313131;
}

.placeholder-gray-700::-moz-placeholder {
  color: #313131;
}

.placeholder-gray-700:-ms-input-placeholder {
  color: #313131;
}

.placeholder-gray-700::-ms-input-placeholder {
  color: #313131;
}

.placeholder-gray-700::placeholder {
  color: #313131;
}

.placeholder-gray-800::-webkit-input-placeholder {
  color: #2d3748;
}

.placeholder-gray-800::-moz-placeholder {
  color: #2d3748;
}

.placeholder-gray-800:-ms-input-placeholder {
  color: #2d3748;
}

.placeholder-gray-800::-ms-input-placeholder {
  color: #2d3748;
}

.placeholder-gray-800::placeholder {
  color: #2d3748;
}

.placeholder-gray-900::-webkit-input-placeholder {
  color: #1a202c;
}

.placeholder-gray-900::-moz-placeholder {
  color: #1a202c;
}

.placeholder-gray-900:-ms-input-placeholder {
  color: #1a202c;
}

.placeholder-gray-900::-ms-input-placeholder {
  color: #1a202c;
}

.placeholder-gray-900::placeholder {
  color: #1a202c;
}

.placeholder-red-100::-webkit-input-placeholder {
  color: #fff5f5;
}

.placeholder-red-100::-moz-placeholder {
  color: #fff5f5;
}

.placeholder-red-100:-ms-input-placeholder {
  color: #fff5f5;
}

.placeholder-red-100::-ms-input-placeholder {
  color: #fff5f5;
}

.placeholder-red-100::placeholder {
  color: #fff5f5;
}

.placeholder-red-200::-webkit-input-placeholder {
  color: #fed7d7;
}

.placeholder-red-200::-moz-placeholder {
  color: #fed7d7;
}

.placeholder-red-200:-ms-input-placeholder {
  color: #fed7d7;
}

.placeholder-red-200::-ms-input-placeholder {
  color: #fed7d7;
}

.placeholder-red-200::placeholder {
  color: #fed7d7;
}

.placeholder-red-300::-webkit-input-placeholder {
  color: #feb2b2;
}

.placeholder-red-300::-moz-placeholder {
  color: #feb2b2;
}

.placeholder-red-300:-ms-input-placeholder {
  color: #feb2b2;
}

.placeholder-red-300::-ms-input-placeholder {
  color: #feb2b2;
}

.placeholder-red-300::placeholder {
  color: #feb2b2;
}

.placeholder-red-400::-webkit-input-placeholder {
  color: #fc8181;
}

.placeholder-red-400::-moz-placeholder {
  color: #fc8181;
}

.placeholder-red-400:-ms-input-placeholder {
  color: #fc8181;
}

.placeholder-red-400::-ms-input-placeholder {
  color: #fc8181;
}

.placeholder-red-400::placeholder {
  color: #fc8181;
}

.placeholder-red-500::-webkit-input-placeholder {
  color: #f56565;
}

.placeholder-red-500::-moz-placeholder {
  color: #f56565;
}

.placeholder-red-500:-ms-input-placeholder {
  color: #f56565;
}

.placeholder-red-500::-ms-input-placeholder {
  color: #f56565;
}

.placeholder-red-500::placeholder {
  color: #f56565;
}

.placeholder-red-600::-webkit-input-placeholder {
  color: #e53e3e;
}

.placeholder-red-600::-moz-placeholder {
  color: #e53e3e;
}

.placeholder-red-600:-ms-input-placeholder {
  color: #e53e3e;
}

.placeholder-red-600::-ms-input-placeholder {
  color: #e53e3e;
}

.placeholder-red-600::placeholder {
  color: #e53e3e;
}

.placeholder-red-700::-webkit-input-placeholder {
  color: #c53030;
}

.placeholder-red-700::-moz-placeholder {
  color: #c53030;
}

.placeholder-red-700:-ms-input-placeholder {
  color: #c53030;
}

.placeholder-red-700::-ms-input-placeholder {
  color: #c53030;
}

.placeholder-red-700::placeholder {
  color: #c53030;
}

.placeholder-red-800::-webkit-input-placeholder {
  color: #9b2c2c;
}

.placeholder-red-800::-moz-placeholder {
  color: #9b2c2c;
}

.placeholder-red-800:-ms-input-placeholder {
  color: #9b2c2c;
}

.placeholder-red-800::-ms-input-placeholder {
  color: #9b2c2c;
}

.placeholder-red-800::placeholder {
  color: #9b2c2c;
}

.placeholder-red-900::-webkit-input-placeholder {
  color: #742a2a;
}

.placeholder-red-900::-moz-placeholder {
  color: #742a2a;
}

.placeholder-red-900:-ms-input-placeholder {
  color: #742a2a;
}

.placeholder-red-900::-ms-input-placeholder {
  color: #742a2a;
}

.placeholder-red-900::placeholder {
  color: #742a2a;
}

.placeholder-orange-100::-webkit-input-placeholder {
  color: #fffaf0;
}

.placeholder-orange-100::-moz-placeholder {
  color: #fffaf0;
}

.placeholder-orange-100:-ms-input-placeholder {
  color: #fffaf0;
}

.placeholder-orange-100::-ms-input-placeholder {
  color: #fffaf0;
}

.placeholder-orange-100::placeholder {
  color: #fffaf0;
}

.placeholder-orange-200::-webkit-input-placeholder {
  color: #feebc8;
}

.placeholder-orange-200::-moz-placeholder {
  color: #feebc8;
}

.placeholder-orange-200:-ms-input-placeholder {
  color: #feebc8;
}

.placeholder-orange-200::-ms-input-placeholder {
  color: #feebc8;
}

.placeholder-orange-200::placeholder {
  color: #feebc8;
}

.placeholder-orange-300::-webkit-input-placeholder {
  color: #fbd38d;
}

.placeholder-orange-300::-moz-placeholder {
  color: #fbd38d;
}

.placeholder-orange-300:-ms-input-placeholder {
  color: #fbd38d;
}

.placeholder-orange-300::-ms-input-placeholder {
  color: #fbd38d;
}

.placeholder-orange-300::placeholder {
  color: #fbd38d;
}

.placeholder-orange-400::-webkit-input-placeholder {
  color: #f6ad55;
}

.placeholder-orange-400::-moz-placeholder {
  color: #f6ad55;
}

.placeholder-orange-400:-ms-input-placeholder {
  color: #f6ad55;
}

.placeholder-orange-400::-ms-input-placeholder {
  color: #f6ad55;
}

.placeholder-orange-400::placeholder {
  color: #f6ad55;
}

.placeholder-orange-500::-webkit-input-placeholder {
  color: #ed8936;
}

.placeholder-orange-500::-moz-placeholder {
  color: #ed8936;
}

.placeholder-orange-500:-ms-input-placeholder {
  color: #ed8936;
}

.placeholder-orange-500::-ms-input-placeholder {
  color: #ed8936;
}

.placeholder-orange-500::placeholder {
  color: #ed8936;
}

.placeholder-orange-600::-webkit-input-placeholder {
  color: #dd6b20;
}

.placeholder-orange-600::-moz-placeholder {
  color: #dd6b20;
}

.placeholder-orange-600:-ms-input-placeholder {
  color: #dd6b20;
}

.placeholder-orange-600::-ms-input-placeholder {
  color: #dd6b20;
}

.placeholder-orange-600::placeholder {
  color: #dd6b20;
}

.placeholder-orange-700::-webkit-input-placeholder {
  color: #c05621;
}

.placeholder-orange-700::-moz-placeholder {
  color: #c05621;
}

.placeholder-orange-700:-ms-input-placeholder {
  color: #c05621;
}

.placeholder-orange-700::-ms-input-placeholder {
  color: #c05621;
}

.placeholder-orange-700::placeholder {
  color: #c05621;
}

.placeholder-orange-800::-webkit-input-placeholder {
  color: #9c4221;
}

.placeholder-orange-800::-moz-placeholder {
  color: #9c4221;
}

.placeholder-orange-800:-ms-input-placeholder {
  color: #9c4221;
}

.placeholder-orange-800::-ms-input-placeholder {
  color: #9c4221;
}

.placeholder-orange-800::placeholder {
  color: #9c4221;
}

.placeholder-orange-900::-webkit-input-placeholder {
  color: #7b341e;
}

.placeholder-orange-900::-moz-placeholder {
  color: #7b341e;
}

.placeholder-orange-900:-ms-input-placeholder {
  color: #7b341e;
}

.placeholder-orange-900::-ms-input-placeholder {
  color: #7b341e;
}

.placeholder-orange-900::placeholder {
  color: #7b341e;
}

.placeholder-yellow-100::-webkit-input-placeholder {
  color: #fffff0;
}

.placeholder-yellow-100::-moz-placeholder {
  color: #fffff0;
}

.placeholder-yellow-100:-ms-input-placeholder {
  color: #fffff0;
}

.placeholder-yellow-100::-ms-input-placeholder {
  color: #fffff0;
}

.placeholder-yellow-100::placeholder {
  color: #fffff0;
}

.placeholder-yellow-200::-webkit-input-placeholder {
  color: #fefcbf;
}

.placeholder-yellow-200::-moz-placeholder {
  color: #fefcbf;
}

.placeholder-yellow-200:-ms-input-placeholder {
  color: #fefcbf;
}

.placeholder-yellow-200::-ms-input-placeholder {
  color: #fefcbf;
}

.placeholder-yellow-200::placeholder {
  color: #fefcbf;
}

.placeholder-yellow-300::-webkit-input-placeholder {
  color: #faf089;
}

.placeholder-yellow-300::-moz-placeholder {
  color: #faf089;
}

.placeholder-yellow-300:-ms-input-placeholder {
  color: #faf089;
}

.placeholder-yellow-300::-ms-input-placeholder {
  color: #faf089;
}

.placeholder-yellow-300::placeholder {
  color: #faf089;
}

.placeholder-yellow-400::-webkit-input-placeholder {
  color: #f6e05e;
}

.placeholder-yellow-400::-moz-placeholder {
  color: #f6e05e;
}

.placeholder-yellow-400:-ms-input-placeholder {
  color: #f6e05e;
}

.placeholder-yellow-400::-ms-input-placeholder {
  color: #f6e05e;
}

.placeholder-yellow-400::placeholder {
  color: #f6e05e;
}

.placeholder-yellow-500::-webkit-input-placeholder {
  color: #ecc94b;
}

.placeholder-yellow-500::-moz-placeholder {
  color: #ecc94b;
}

.placeholder-yellow-500:-ms-input-placeholder {
  color: #ecc94b;
}

.placeholder-yellow-500::-ms-input-placeholder {
  color: #ecc94b;
}

.placeholder-yellow-500::placeholder {
  color: #ecc94b;
}

.placeholder-yellow-600::-webkit-input-placeholder {
  color: #d69e2e;
}

.placeholder-yellow-600::-moz-placeholder {
  color: #d69e2e;
}

.placeholder-yellow-600:-ms-input-placeholder {
  color: #d69e2e;
}

.placeholder-yellow-600::-ms-input-placeholder {
  color: #d69e2e;
}

.placeholder-yellow-600::placeholder {
  color: #d69e2e;
}

.placeholder-yellow-700::-webkit-input-placeholder {
  color: #b7791f;
}

.placeholder-yellow-700::-moz-placeholder {
  color: #b7791f;
}

.placeholder-yellow-700:-ms-input-placeholder {
  color: #b7791f;
}

.placeholder-yellow-700::-ms-input-placeholder {
  color: #b7791f;
}

.placeholder-yellow-700::placeholder {
  color: #b7791f;
}

.placeholder-yellow-800::-webkit-input-placeholder {
  color: #975a16;
}

.placeholder-yellow-800::-moz-placeholder {
  color: #975a16;
}

.placeholder-yellow-800:-ms-input-placeholder {
  color: #975a16;
}

.placeholder-yellow-800::-ms-input-placeholder {
  color: #975a16;
}

.placeholder-yellow-800::placeholder {
  color: #975a16;
}

.placeholder-yellow-900::-webkit-input-placeholder {
  color: #744210;
}

.placeholder-yellow-900::-moz-placeholder {
  color: #744210;
}

.placeholder-yellow-900:-ms-input-placeholder {
  color: #744210;
}

.placeholder-yellow-900::-ms-input-placeholder {
  color: #744210;
}

.placeholder-yellow-900::placeholder {
  color: #744210;
}

.placeholder-green-100::-webkit-input-placeholder {
  color: #f0fff4;
}

.placeholder-green-100::-moz-placeholder {
  color: #f0fff4;
}

.placeholder-green-100:-ms-input-placeholder {
  color: #f0fff4;
}

.placeholder-green-100::-ms-input-placeholder {
  color: #f0fff4;
}

.placeholder-green-100::placeholder {
  color: #f0fff4;
}

.placeholder-green-200::-webkit-input-placeholder {
  color: #c6f6d5;
}

.placeholder-green-200::-moz-placeholder {
  color: #c6f6d5;
}

.placeholder-green-200:-ms-input-placeholder {
  color: #c6f6d5;
}

.placeholder-green-200::-ms-input-placeholder {
  color: #c6f6d5;
}

.placeholder-green-200::placeholder {
  color: #c6f6d5;
}

.placeholder-green-300::-webkit-input-placeholder {
  color: #9ae6b4;
}

.placeholder-green-300::-moz-placeholder {
  color: #9ae6b4;
}

.placeholder-green-300:-ms-input-placeholder {
  color: #9ae6b4;
}

.placeholder-green-300::-ms-input-placeholder {
  color: #9ae6b4;
}

.placeholder-green-300::placeholder {
  color: #9ae6b4;
}

.placeholder-green-400::-webkit-input-placeholder {
  color: #68d391;
}

.placeholder-green-400::-moz-placeholder {
  color: #68d391;
}

.placeholder-green-400:-ms-input-placeholder {
  color: #68d391;
}

.placeholder-green-400::-ms-input-placeholder {
  color: #68d391;
}

.placeholder-green-400::placeholder {
  color: #68d391;
}

.placeholder-green-500::-webkit-input-placeholder {
  color: #48bb78;
}

.placeholder-green-500::-moz-placeholder {
  color: #48bb78;
}

.placeholder-green-500:-ms-input-placeholder {
  color: #48bb78;
}

.placeholder-green-500::-ms-input-placeholder {
  color: #48bb78;
}

.placeholder-green-500::placeholder {
  color: #48bb78;
}

.placeholder-green-600::-webkit-input-placeholder {
  color: #38a169;
}

.placeholder-green-600::-moz-placeholder {
  color: #38a169;
}

.placeholder-green-600:-ms-input-placeholder {
  color: #38a169;
}

.placeholder-green-600::-ms-input-placeholder {
  color: #38a169;
}

.placeholder-green-600::placeholder {
  color: #38a169;
}

.placeholder-green-700::-webkit-input-placeholder {
  color: #2f855a;
}

.placeholder-green-700::-moz-placeholder {
  color: #2f855a;
}

.placeholder-green-700:-ms-input-placeholder {
  color: #2f855a;
}

.placeholder-green-700::-ms-input-placeholder {
  color: #2f855a;
}

.placeholder-green-700::placeholder {
  color: #2f855a;
}

.placeholder-green-800::-webkit-input-placeholder {
  color: #276749;
}

.placeholder-green-800::-moz-placeholder {
  color: #276749;
}

.placeholder-green-800:-ms-input-placeholder {
  color: #276749;
}

.placeholder-green-800::-ms-input-placeholder {
  color: #276749;
}

.placeholder-green-800::placeholder {
  color: #276749;
}

.placeholder-green-900::-webkit-input-placeholder {
  color: #22543d;
}

.placeholder-green-900::-moz-placeholder {
  color: #22543d;
}

.placeholder-green-900:-ms-input-placeholder {
  color: #22543d;
}

.placeholder-green-900::-ms-input-placeholder {
  color: #22543d;
}

.placeholder-green-900::placeholder {
  color: #22543d;
}

.placeholder-teal-100::-webkit-input-placeholder {
  color: #e6fffa;
}

.placeholder-teal-100::-moz-placeholder {
  color: #e6fffa;
}

.placeholder-teal-100:-ms-input-placeholder {
  color: #e6fffa;
}

.placeholder-teal-100::-ms-input-placeholder {
  color: #e6fffa;
}

.placeholder-teal-100::placeholder {
  color: #e6fffa;
}

.placeholder-teal-200::-webkit-input-placeholder {
  color: #b2f5ea;
}

.placeholder-teal-200::-moz-placeholder {
  color: #b2f5ea;
}

.placeholder-teal-200:-ms-input-placeholder {
  color: #b2f5ea;
}

.placeholder-teal-200::-ms-input-placeholder {
  color: #b2f5ea;
}

.placeholder-teal-200::placeholder {
  color: #b2f5ea;
}

.placeholder-teal-300::-webkit-input-placeholder {
  color: #81e6d9;
}

.placeholder-teal-300::-moz-placeholder {
  color: #81e6d9;
}

.placeholder-teal-300:-ms-input-placeholder {
  color: #81e6d9;
}

.placeholder-teal-300::-ms-input-placeholder {
  color: #81e6d9;
}

.placeholder-teal-300::placeholder {
  color: #81e6d9;
}

.placeholder-teal-400::-webkit-input-placeholder {
  color: #4fd1c5;
}

.placeholder-teal-400::-moz-placeholder {
  color: #4fd1c5;
}

.placeholder-teal-400:-ms-input-placeholder {
  color: #4fd1c5;
}

.placeholder-teal-400::-ms-input-placeholder {
  color: #4fd1c5;
}

.placeholder-teal-400::placeholder {
  color: #4fd1c5;
}

.placeholder-teal-500::-webkit-input-placeholder {
  color: #38b2ac;
}

.placeholder-teal-500::-moz-placeholder {
  color: #38b2ac;
}

.placeholder-teal-500:-ms-input-placeholder {
  color: #38b2ac;
}

.placeholder-teal-500::-ms-input-placeholder {
  color: #38b2ac;
}

.placeholder-teal-500::placeholder {
  color: #38b2ac;
}

.placeholder-teal-600::-webkit-input-placeholder {
  color: #319795;
}

.placeholder-teal-600::-moz-placeholder {
  color: #319795;
}

.placeholder-teal-600:-ms-input-placeholder {
  color: #319795;
}

.placeholder-teal-600::-ms-input-placeholder {
  color: #319795;
}

.placeholder-teal-600::placeholder {
  color: #319795;
}

.placeholder-teal-700::-webkit-input-placeholder {
  color: #2c7a7b;
}

.placeholder-teal-700::-moz-placeholder {
  color: #2c7a7b;
}

.placeholder-teal-700:-ms-input-placeholder {
  color: #2c7a7b;
}

.placeholder-teal-700::-ms-input-placeholder {
  color: #2c7a7b;
}

.placeholder-teal-700::placeholder {
  color: #2c7a7b;
}

.placeholder-teal-800::-webkit-input-placeholder {
  color: #285e61;
}

.placeholder-teal-800::-moz-placeholder {
  color: #285e61;
}

.placeholder-teal-800:-ms-input-placeholder {
  color: #285e61;
}

.placeholder-teal-800::-ms-input-placeholder {
  color: #285e61;
}

.placeholder-teal-800::placeholder {
  color: #285e61;
}

.placeholder-teal-900::-webkit-input-placeholder {
  color: #234e52;
}

.placeholder-teal-900::-moz-placeholder {
  color: #234e52;
}

.placeholder-teal-900:-ms-input-placeholder {
  color: #234e52;
}

.placeholder-teal-900::-ms-input-placeholder {
  color: #234e52;
}

.placeholder-teal-900::placeholder {
  color: #234e52;
}

.placeholder-blue-100::-webkit-input-placeholder {
  color: #ebf8ff;
}

.placeholder-blue-100::-moz-placeholder {
  color: #ebf8ff;
}

.placeholder-blue-100:-ms-input-placeholder {
  color: #ebf8ff;
}

.placeholder-blue-100::-ms-input-placeholder {
  color: #ebf8ff;
}

.placeholder-blue-100::placeholder {
  color: #ebf8ff;
}

.placeholder-blue-200::-webkit-input-placeholder {
  color: #bee3f8;
}

.placeholder-blue-200::-moz-placeholder {
  color: #bee3f8;
}

.placeholder-blue-200:-ms-input-placeholder {
  color: #bee3f8;
}

.placeholder-blue-200::-ms-input-placeholder {
  color: #bee3f8;
}

.placeholder-blue-200::placeholder {
  color: #bee3f8;
}

.placeholder-blue-300::-webkit-input-placeholder {
  color: #90cdf4;
}

.placeholder-blue-300::-moz-placeholder {
  color: #90cdf4;
}

.placeholder-blue-300:-ms-input-placeholder {
  color: #90cdf4;
}

.placeholder-blue-300::-ms-input-placeholder {
  color: #90cdf4;
}

.placeholder-blue-300::placeholder {
  color: #90cdf4;
}

.placeholder-blue-400::-webkit-input-placeholder {
  color: #63b3ed;
}

.placeholder-blue-400::-moz-placeholder {
  color: #63b3ed;
}

.placeholder-blue-400:-ms-input-placeholder {
  color: #63b3ed;
}

.placeholder-blue-400::-ms-input-placeholder {
  color: #63b3ed;
}

.placeholder-blue-400::placeholder {
  color: #63b3ed;
}

.placeholder-blue-500::-webkit-input-placeholder {
  color: #4299e1;
}

.placeholder-blue-500::-moz-placeholder {
  color: #4299e1;
}

.placeholder-blue-500:-ms-input-placeholder {
  color: #4299e1;
}

.placeholder-blue-500::-ms-input-placeholder {
  color: #4299e1;
}

.placeholder-blue-500::placeholder {
  color: #4299e1;
}

.placeholder-blue-600::-webkit-input-placeholder {
  color: #3182ce;
}

.placeholder-blue-600::-moz-placeholder {
  color: #3182ce;
}

.placeholder-blue-600:-ms-input-placeholder {
  color: #3182ce;
}

.placeholder-blue-600::-ms-input-placeholder {
  color: #3182ce;
}

.placeholder-blue-600::placeholder {
  color: #3182ce;
}

.placeholder-blue-700::-webkit-input-placeholder {
  color: #2b6cb0;
}

.placeholder-blue-700::-moz-placeholder {
  color: #2b6cb0;
}

.placeholder-blue-700:-ms-input-placeholder {
  color: #2b6cb0;
}

.placeholder-blue-700::-ms-input-placeholder {
  color: #2b6cb0;
}

.placeholder-blue-700::placeholder {
  color: #2b6cb0;
}

.placeholder-blue-800::-webkit-input-placeholder {
  color: #2c5282;
}

.placeholder-blue-800::-moz-placeholder {
  color: #2c5282;
}

.placeholder-blue-800:-ms-input-placeholder {
  color: #2c5282;
}

.placeholder-blue-800::-ms-input-placeholder {
  color: #2c5282;
}

.placeholder-blue-800::placeholder {
  color: #2c5282;
}

.placeholder-blue-900::-webkit-input-placeholder {
  color: #2B4780;
}

.placeholder-blue-900::-moz-placeholder {
  color: #2B4780;
}

.placeholder-blue-900:-ms-input-placeholder {
  color: #2B4780;
}

.placeholder-blue-900::-ms-input-placeholder {
  color: #2B4780;
}

.placeholder-blue-900::placeholder {
  color: #2B4780;
}

.placeholder-indigo-100::-webkit-input-placeholder {
  color: #ebf4ff;
}

.placeholder-indigo-100::-moz-placeholder {
  color: #ebf4ff;
}

.placeholder-indigo-100:-ms-input-placeholder {
  color: #ebf4ff;
}

.placeholder-indigo-100::-ms-input-placeholder {
  color: #ebf4ff;
}

.placeholder-indigo-100::placeholder {
  color: #ebf4ff;
}

.placeholder-indigo-200::-webkit-input-placeholder {
  color: #c3dafe;
}

.placeholder-indigo-200::-moz-placeholder {
  color: #c3dafe;
}

.placeholder-indigo-200:-ms-input-placeholder {
  color: #c3dafe;
}

.placeholder-indigo-200::-ms-input-placeholder {
  color: #c3dafe;
}

.placeholder-indigo-200::placeholder {
  color: #c3dafe;
}

.placeholder-indigo-300::-webkit-input-placeholder {
  color: #a3bffa;
}

.placeholder-indigo-300::-moz-placeholder {
  color: #a3bffa;
}

.placeholder-indigo-300:-ms-input-placeholder {
  color: #a3bffa;
}

.placeholder-indigo-300::-ms-input-placeholder {
  color: #a3bffa;
}

.placeholder-indigo-300::placeholder {
  color: #a3bffa;
}

.placeholder-indigo-400::-webkit-input-placeholder {
  color: #7f9cf5;
}

.placeholder-indigo-400::-moz-placeholder {
  color: #7f9cf5;
}

.placeholder-indigo-400:-ms-input-placeholder {
  color: #7f9cf5;
}

.placeholder-indigo-400::-ms-input-placeholder {
  color: #7f9cf5;
}

.placeholder-indigo-400::placeholder {
  color: #7f9cf5;
}

.placeholder-indigo-500::-webkit-input-placeholder {
  color: #667eea;
}

.placeholder-indigo-500::-moz-placeholder {
  color: #667eea;
}

.placeholder-indigo-500:-ms-input-placeholder {
  color: #667eea;
}

.placeholder-indigo-500::-ms-input-placeholder {
  color: #667eea;
}

.placeholder-indigo-500::placeholder {
  color: #667eea;
}

.placeholder-indigo-600::-webkit-input-placeholder {
  color: #5a67d8;
}

.placeholder-indigo-600::-moz-placeholder {
  color: #5a67d8;
}

.placeholder-indigo-600:-ms-input-placeholder {
  color: #5a67d8;
}

.placeholder-indigo-600::-ms-input-placeholder {
  color: #5a67d8;
}

.placeholder-indigo-600::placeholder {
  color: #5a67d8;
}

.placeholder-indigo-700::-webkit-input-placeholder {
  color: #4c51bf;
}

.placeholder-indigo-700::-moz-placeholder {
  color: #4c51bf;
}

.placeholder-indigo-700:-ms-input-placeholder {
  color: #4c51bf;
}

.placeholder-indigo-700::-ms-input-placeholder {
  color: #4c51bf;
}

.placeholder-indigo-700::placeholder {
  color: #4c51bf;
}

.placeholder-indigo-800::-webkit-input-placeholder {
  color: #434190;
}

.placeholder-indigo-800::-moz-placeholder {
  color: #434190;
}

.placeholder-indigo-800:-ms-input-placeholder {
  color: #434190;
}

.placeholder-indigo-800::-ms-input-placeholder {
  color: #434190;
}

.placeholder-indigo-800::placeholder {
  color: #434190;
}

.placeholder-indigo-900::-webkit-input-placeholder {
  color: #3c366b;
}

.placeholder-indigo-900::-moz-placeholder {
  color: #3c366b;
}

.placeholder-indigo-900:-ms-input-placeholder {
  color: #3c366b;
}

.placeholder-indigo-900::-ms-input-placeholder {
  color: #3c366b;
}

.placeholder-indigo-900::placeholder {
  color: #3c366b;
}

.placeholder-purple-100::-webkit-input-placeholder {
  color: #faf5ff;
}

.placeholder-purple-100::-moz-placeholder {
  color: #faf5ff;
}

.placeholder-purple-100:-ms-input-placeholder {
  color: #faf5ff;
}

.placeholder-purple-100::-ms-input-placeholder {
  color: #faf5ff;
}

.placeholder-purple-100::placeholder {
  color: #faf5ff;
}

.placeholder-purple-200::-webkit-input-placeholder {
  color: #e9d8fd;
}

.placeholder-purple-200::-moz-placeholder {
  color: #e9d8fd;
}

.placeholder-purple-200:-ms-input-placeholder {
  color: #e9d8fd;
}

.placeholder-purple-200::-ms-input-placeholder {
  color: #e9d8fd;
}

.placeholder-purple-200::placeholder {
  color: #e9d8fd;
}

.placeholder-purple-300::-webkit-input-placeholder {
  color: #d6bcfa;
}

.placeholder-purple-300::-moz-placeholder {
  color: #d6bcfa;
}

.placeholder-purple-300:-ms-input-placeholder {
  color: #d6bcfa;
}

.placeholder-purple-300::-ms-input-placeholder {
  color: #d6bcfa;
}

.placeholder-purple-300::placeholder {
  color: #d6bcfa;
}

.placeholder-purple-400::-webkit-input-placeholder {
  color: #b794f4;
}

.placeholder-purple-400::-moz-placeholder {
  color: #b794f4;
}

.placeholder-purple-400:-ms-input-placeholder {
  color: #b794f4;
}

.placeholder-purple-400::-ms-input-placeholder {
  color: #b794f4;
}

.placeholder-purple-400::placeholder {
  color: #b794f4;
}

.placeholder-purple-500::-webkit-input-placeholder {
  color: #9f7aea;
}

.placeholder-purple-500::-moz-placeholder {
  color: #9f7aea;
}

.placeholder-purple-500:-ms-input-placeholder {
  color: #9f7aea;
}

.placeholder-purple-500::-ms-input-placeholder {
  color: #9f7aea;
}

.placeholder-purple-500::placeholder {
  color: #9f7aea;
}

.placeholder-purple-600::-webkit-input-placeholder {
  color: #805ad5;
}

.placeholder-purple-600::-moz-placeholder {
  color: #805ad5;
}

.placeholder-purple-600:-ms-input-placeholder {
  color: #805ad5;
}

.placeholder-purple-600::-ms-input-placeholder {
  color: #805ad5;
}

.placeholder-purple-600::placeholder {
  color: #805ad5;
}

.placeholder-purple-700::-webkit-input-placeholder {
  color: #6b46c1;
}

.placeholder-purple-700::-moz-placeholder {
  color: #6b46c1;
}

.placeholder-purple-700:-ms-input-placeholder {
  color: #6b46c1;
}

.placeholder-purple-700::-ms-input-placeholder {
  color: #6b46c1;
}

.placeholder-purple-700::placeholder {
  color: #6b46c1;
}

.placeholder-purple-800::-webkit-input-placeholder {
  color: #553c9a;
}

.placeholder-purple-800::-moz-placeholder {
  color: #553c9a;
}

.placeholder-purple-800:-ms-input-placeholder {
  color: #553c9a;
}

.placeholder-purple-800::-ms-input-placeholder {
  color: #553c9a;
}

.placeholder-purple-800::placeholder {
  color: #553c9a;
}

.placeholder-purple-900::-webkit-input-placeholder {
  color: #44337a;
}

.placeholder-purple-900::-moz-placeholder {
  color: #44337a;
}

.placeholder-purple-900:-ms-input-placeholder {
  color: #44337a;
}

.placeholder-purple-900::-ms-input-placeholder {
  color: #44337a;
}

.placeholder-purple-900::placeholder {
  color: #44337a;
}

.placeholder-pink-100::-webkit-input-placeholder {
  color: #fff5f7;
}

.placeholder-pink-100::-moz-placeholder {
  color: #fff5f7;
}

.placeholder-pink-100:-ms-input-placeholder {
  color: #fff5f7;
}

.placeholder-pink-100::-ms-input-placeholder {
  color: #fff5f7;
}

.placeholder-pink-100::placeholder {
  color: #fff5f7;
}

.placeholder-pink-200::-webkit-input-placeholder {
  color: #fed7e2;
}

.placeholder-pink-200::-moz-placeholder {
  color: #fed7e2;
}

.placeholder-pink-200:-ms-input-placeholder {
  color: #fed7e2;
}

.placeholder-pink-200::-ms-input-placeholder {
  color: #fed7e2;
}

.placeholder-pink-200::placeholder {
  color: #fed7e2;
}

.placeholder-pink-300::-webkit-input-placeholder {
  color: #fbb6ce;
}

.placeholder-pink-300::-moz-placeholder {
  color: #fbb6ce;
}

.placeholder-pink-300:-ms-input-placeholder {
  color: #fbb6ce;
}

.placeholder-pink-300::-ms-input-placeholder {
  color: #fbb6ce;
}

.placeholder-pink-300::placeholder {
  color: #fbb6ce;
}

.placeholder-pink-400::-webkit-input-placeholder {
  color: #f687b3;
}

.placeholder-pink-400::-moz-placeholder {
  color: #f687b3;
}

.placeholder-pink-400:-ms-input-placeholder {
  color: #f687b3;
}

.placeholder-pink-400::-ms-input-placeholder {
  color: #f687b3;
}

.placeholder-pink-400::placeholder {
  color: #f687b3;
}

.placeholder-pink-500::-webkit-input-placeholder {
  color: #ed64a6;
}

.placeholder-pink-500::-moz-placeholder {
  color: #ed64a6;
}

.placeholder-pink-500:-ms-input-placeholder {
  color: #ed64a6;
}

.placeholder-pink-500::-ms-input-placeholder {
  color: #ed64a6;
}

.placeholder-pink-500::placeholder {
  color: #ed64a6;
}

.placeholder-pink-600::-webkit-input-placeholder {
  color: #d53f8c;
}

.placeholder-pink-600::-moz-placeholder {
  color: #d53f8c;
}

.placeholder-pink-600:-ms-input-placeholder {
  color: #d53f8c;
}

.placeholder-pink-600::-ms-input-placeholder {
  color: #d53f8c;
}

.placeholder-pink-600::placeholder {
  color: #d53f8c;
}

.placeholder-pink-700::-webkit-input-placeholder {
  color: #b83280;
}

.placeholder-pink-700::-moz-placeholder {
  color: #b83280;
}

.placeholder-pink-700:-ms-input-placeholder {
  color: #b83280;
}

.placeholder-pink-700::-ms-input-placeholder {
  color: #b83280;
}

.placeholder-pink-700::placeholder {
  color: #b83280;
}

.placeholder-pink-800::-webkit-input-placeholder {
  color: #97266d;
}

.placeholder-pink-800::-moz-placeholder {
  color: #97266d;
}

.placeholder-pink-800:-ms-input-placeholder {
  color: #97266d;
}

.placeholder-pink-800::-ms-input-placeholder {
  color: #97266d;
}

.placeholder-pink-800::placeholder {
  color: #97266d;
}

.placeholder-pink-900::-webkit-input-placeholder {
  color: #702459;
}

.placeholder-pink-900::-moz-placeholder {
  color: #702459;
}

.placeholder-pink-900:-ms-input-placeholder {
  color: #702459;
}

.placeholder-pink-900::-ms-input-placeholder {
  color: #702459;
}

.placeholder-pink-900::placeholder {
  color: #702459;
}

.placeholder-brand::-webkit-input-placeholder {
  color: #FE2929;
}

.placeholder-brand::-moz-placeholder {
  color: #FE2929;
}

.placeholder-brand:-ms-input-placeholder {
  color: #FE2929;
}

.placeholder-brand::-ms-input-placeholder {
  color: #FE2929;
}

.placeholder-brand::placeholder {
  color: #FE2929;
}

.placeholder-brand-dark::-webkit-input-placeholder {
  color: #CB0000;
}

.placeholder-brand-dark::-moz-placeholder {
  color: #CB0000;
}

.placeholder-brand-dark:-ms-input-placeholder {
  color: #CB0000;
}

.placeholder-brand-dark::-ms-input-placeholder {
  color: #CB0000;
}

.placeholder-brand-dark::placeholder {
  color: #CB0000;
}

.placeholder-primary::-webkit-input-placeholder {
  color: #2D58AA;
}

.placeholder-primary::-moz-placeholder {
  color: #2D58AA;
}

.placeholder-primary:-ms-input-placeholder {
  color: #2D58AA;
}

.placeholder-primary::-ms-input-placeholder {
  color: #2D58AA;
}

.placeholder-primary::placeholder {
  color: #2D58AA;
}

.placeholder-primary-dark::-webkit-input-placeholder {
  color: #002577;
}

.placeholder-primary-dark::-moz-placeholder {
  color: #002577;
}

.placeholder-primary-dark:-ms-input-placeholder {
  color: #002577;
}

.placeholder-primary-dark::-ms-input-placeholder {
  color: #002577;
}

.placeholder-primary-dark::placeholder {
  color: #002577;
}

.placeholder-info::-webkit-input-placeholder {
  color: #2B73A3;
}

.placeholder-info::-moz-placeholder {
  color: #2B73A3;
}

.placeholder-info:-ms-input-placeholder {
  color: #2B73A3;
}

.placeholder-info::-ms-input-placeholder {
  color: #2B73A3;
}

.placeholder-info::placeholder {
  color: #2B73A3;
}

.placeholder-info-dark::-webkit-input-placeholder {
  color: #002577;
}

.placeholder-info-dark::-moz-placeholder {
  color: #002577;
}

.placeholder-info-dark:-ms-input-placeholder {
  color: #002577;
}

.placeholder-info-dark::-ms-input-placeholder {
  color: #002577;
}

.placeholder-info-dark::placeholder {
  color: #002577;
}

.placeholder-success::-webkit-input-placeholder {
  color: #0EDD66;
}

.placeholder-success::-moz-placeholder {
  color: #0EDD66;
}

.placeholder-success:-ms-input-placeholder {
  color: #0EDD66;
}

.placeholder-success::-ms-input-placeholder {
  color: #0EDD66;
}

.placeholder-success::placeholder {
  color: #0EDD66;
}

.placeholder-success-dark::-webkit-input-placeholder {
  color: #00AA33;
}

.placeholder-success-dark::-moz-placeholder {
  color: #00AA33;
}

.placeholder-success-dark:-ms-input-placeholder {
  color: #00AA33;
}

.placeholder-success-dark::-ms-input-placeholder {
  color: #00AA33;
}

.placeholder-success-dark::placeholder {
  color: #00AA33;
}

.placeholder-warning::-webkit-input-placeholder {
  color: #B1991A;
}

.placeholder-warning::-moz-placeholder {
  color: #B1991A;
}

.placeholder-warning:-ms-input-placeholder {
  color: #B1991A;
}

.placeholder-warning::-ms-input-placeholder {
  color: #B1991A;
}

.placeholder-warning::placeholder {
  color: #B1991A;
}

.placeholder-warning-dark::-webkit-input-placeholder {
  color: #7E6600;
}

.placeholder-warning-dark::-moz-placeholder {
  color: #7E6600;
}

.placeholder-warning-dark:-ms-input-placeholder {
  color: #7E6600;
}

.placeholder-warning-dark::-ms-input-placeholder {
  color: #7E6600;
}

.placeholder-warning-dark::placeholder {
  color: #7E6600;
}

.placeholder-danger::-webkit-input-placeholder {
  color: #FE2929;
}

.placeholder-danger::-moz-placeholder {
  color: #FE2929;
}

.placeholder-danger:-ms-input-placeholder {
  color: #FE2929;
}

.placeholder-danger::-ms-input-placeholder {
  color: #FE2929;
}

.placeholder-danger::placeholder {
  color: #FE2929;
}

.placeholder-danger-dark::-webkit-input-placeholder {
  color: #CB0000;
}

.placeholder-danger-dark::-moz-placeholder {
  color: #CB0000;
}

.placeholder-danger-dark:-ms-input-placeholder {
  color: #CB0000;
}

.placeholder-danger-dark::-ms-input-placeholder {
  color: #CB0000;
}

.placeholder-danger-dark::placeholder {
  color: #CB0000;
}

.placeholder-light::-webkit-input-placeholder {
  color: #F0F0F0;
}

.placeholder-light::-moz-placeholder {
  color: #F0F0F0;
}

.placeholder-light:-ms-input-placeholder {
  color: #F0F0F0;
}

.placeholder-light::-ms-input-placeholder {
  color: #F0F0F0;
}

.placeholder-light::placeholder {
  color: #F0F0F0;
}

.placeholder-dark::-webkit-input-placeholder {
  color: #454545;
}

.placeholder-dark::-moz-placeholder {
  color: #454545;
}

.placeholder-dark:-ms-input-placeholder {
  color: #454545;
}

.placeholder-dark::-ms-input-placeholder {
  color: #454545;
}

.placeholder-dark::placeholder {
  color: #454545;
}

.placeholder-darkest::-webkit-input-placeholder {
  color: #313131;
}

.placeholder-darkest::-moz-placeholder {
  color: #313131;
}

.placeholder-darkest:-ms-input-placeholder {
  color: #313131;
}

.placeholder-darkest::-ms-input-placeholder {
  color: #313131;
}

.placeholder-darkest::placeholder {
  color: #313131;
}

.placeholder-transparent-dark::-webkit-input-placeholder {
  color: rgba(0,0,0,0.6);
}

.placeholder-transparent-dark::-moz-placeholder {
  color: rgba(0,0,0,0.6);
}

.placeholder-transparent-dark:-ms-input-placeholder {
  color: rgba(0,0,0,0.6);
}

.placeholder-transparent-dark::-ms-input-placeholder {
  color: rgba(0,0,0,0.6);
}

.placeholder-transparent-dark::placeholder {
  color: rgba(0,0,0,0.6);
}

.placeholder-facebook::-webkit-input-placeholder {
  color: #3b5998;
}

.placeholder-facebook::-moz-placeholder {
  color: #3b5998;
}

.placeholder-facebook:-ms-input-placeholder {
  color: #3b5998;
}

.placeholder-facebook::-ms-input-placeholder {
  color: #3b5998;
}

.placeholder-facebook::placeholder {
  color: #3b5998;
}

.placeholder-twitter::-webkit-input-placeholder {
  color: #000000;
}

.placeholder-twitter::-moz-placeholder {
  color: #000000;
}

.placeholder-twitter:-ms-input-placeholder {
  color: #000000;
}

.placeholder-twitter::-ms-input-placeholder {
  color: #000000;
}

.placeholder-twitter::placeholder {
  color: #000000;
}

.placeholder-google::-webkit-input-placeholder {
  color: #DB4437;
}

.placeholder-google::-moz-placeholder {
  color: #DB4437;
}

.placeholder-google:-ms-input-placeholder {
  color: #DB4437;
}

.placeholder-google::-ms-input-placeholder {
  color: #DB4437;
}

.placeholder-google::placeholder {
  color: #DB4437;
}

.placeholder-linkedin::-webkit-input-placeholder {
  color: #0077B5;
}

.placeholder-linkedin::-moz-placeholder {
  color: #0077B5;
}

.placeholder-linkedin:-ms-input-placeholder {
  color: #0077B5;
}

.placeholder-linkedin::-ms-input-placeholder {
  color: #0077B5;
}

.placeholder-linkedin::placeholder {
  color: #0077B5;
}

.placeholder-adobe::-webkit-input-placeholder {
  color: #FF0000;
}

.placeholder-adobe::-moz-placeholder {
  color: #FF0000;
}

.placeholder-adobe:-ms-input-placeholder {
  color: #FF0000;
}

.placeholder-adobe::-ms-input-placeholder {
  color: #FF0000;
}

.placeholder-adobe::placeholder {
  color: #FF0000;
}

.placeholder-rss::-webkit-input-placeholder {
  color: #f26522;
}

.placeholder-rss::-moz-placeholder {
  color: #f26522;
}

.placeholder-rss:-ms-input-placeholder {
  color: #f26522;
}

.placeholder-rss::-ms-input-placeholder {
  color: #f26522;
}

.placeholder-rss::placeholder {
  color: #f26522;
}

.focus_placeholder-transparent:focus::-webkit-input-placeholder {
  color: transparent;
}

.focus_placeholder-transparent:focus::-moz-placeholder {
  color: transparent;
}

.focus_placeholder-transparent:focus:-ms-input-placeholder {
  color: transparent;
}

.focus_placeholder-transparent:focus::-ms-input-placeholder {
  color: transparent;
}

.focus_placeholder-transparent:focus::placeholder {
  color: transparent;
}

.focus_placeholder-black:focus::-webkit-input-placeholder {
  color: #000;
}

.focus_placeholder-black:focus::-moz-placeholder {
  color: #000;
}

.focus_placeholder-black:focus:-ms-input-placeholder {
  color: #000;
}

.focus_placeholder-black:focus::-ms-input-placeholder {
  color: #000;
}

.focus_placeholder-black:focus::placeholder {
  color: #000;
}

.focus_placeholder-white:focus::-webkit-input-placeholder {
  color: #fff;
}

.focus_placeholder-white:focus::-moz-placeholder {
  color: #fff;
}

.focus_placeholder-white:focus:-ms-input-placeholder {
  color: #fff;
}

.focus_placeholder-white:focus::-ms-input-placeholder {
  color: #fff;
}

.focus_placeholder-white:focus::placeholder {
  color: #fff;
}

.focus_placeholder-gray-100:focus::-webkit-input-placeholder {
  color: #f7fafc;
}

.focus_placeholder-gray-100:focus::-moz-placeholder {
  color: #f7fafc;
}

.focus_placeholder-gray-100:focus:-ms-input-placeholder {
  color: #f7fafc;
}

.focus_placeholder-gray-100:focus::-ms-input-placeholder {
  color: #f7fafc;
}

.focus_placeholder-gray-100:focus::placeholder {
  color: #f7fafc;
}

.focus_placeholder-gray-200:focus::-webkit-input-placeholder {
  color: #edf2f7;
}

.focus_placeholder-gray-200:focus::-moz-placeholder {
  color: #edf2f7;
}

.focus_placeholder-gray-200:focus:-ms-input-placeholder {
  color: #edf2f7;
}

.focus_placeholder-gray-200:focus::-ms-input-placeholder {
  color: #edf2f7;
}

.focus_placeholder-gray-200:focus::placeholder {
  color: #edf2f7;
}

.focus_placeholder-gray-300:focus::-webkit-input-placeholder {
  color: #e2e8f0;
}

.focus_placeholder-gray-300:focus::-moz-placeholder {
  color: #e2e8f0;
}

.focus_placeholder-gray-300:focus:-ms-input-placeholder {
  color: #e2e8f0;
}

.focus_placeholder-gray-300:focus::-ms-input-placeholder {
  color: #e2e8f0;
}

.focus_placeholder-gray-300:focus::placeholder {
  color: #e2e8f0;
}

.focus_placeholder-gray-400:focus::-webkit-input-placeholder {
  color: #B8B8B8;
}

.focus_placeholder-gray-400:focus::-moz-placeholder {
  color: #B8B8B8;
}

.focus_placeholder-gray-400:focus:-ms-input-placeholder {
  color: #B8B8B8;
}

.focus_placeholder-gray-400:focus::-ms-input-placeholder {
  color: #B8B8B8;
}

.focus_placeholder-gray-400:focus::placeholder {
  color: #B8B8B8;
}

.focus_placeholder-gray-500:focus::-webkit-input-placeholder {
  color: #a0aec0;
}

.focus_placeholder-gray-500:focus::-moz-placeholder {
  color: #a0aec0;
}

.focus_placeholder-gray-500:focus:-ms-input-placeholder {
  color: #a0aec0;
}

.focus_placeholder-gray-500:focus::-ms-input-placeholder {
  color: #a0aec0;
}

.focus_placeholder-gray-500:focus::placeholder {
  color: #a0aec0;
}

.focus_placeholder-gray-600:focus::-webkit-input-placeholder {
  color: #718096;
}

.focus_placeholder-gray-600:focus::-moz-placeholder {
  color: #718096;
}

.focus_placeholder-gray-600:focus:-ms-input-placeholder {
  color: #718096;
}

.focus_placeholder-gray-600:focus::-ms-input-placeholder {
  color: #718096;
}

.focus_placeholder-gray-600:focus::placeholder {
  color: #718096;
}

.focus_placeholder-gray-700:focus::-webkit-input-placeholder {
  color: #313131;
}

.focus_placeholder-gray-700:focus::-moz-placeholder {
  color: #313131;
}

.focus_placeholder-gray-700:focus:-ms-input-placeholder {
  color: #313131;
}

.focus_placeholder-gray-700:focus::-ms-input-placeholder {
  color: #313131;
}

.focus_placeholder-gray-700:focus::placeholder {
  color: #313131;
}

.focus_placeholder-gray-800:focus::-webkit-input-placeholder {
  color: #2d3748;
}

.focus_placeholder-gray-800:focus::-moz-placeholder {
  color: #2d3748;
}

.focus_placeholder-gray-800:focus:-ms-input-placeholder {
  color: #2d3748;
}

.focus_placeholder-gray-800:focus::-ms-input-placeholder {
  color: #2d3748;
}

.focus_placeholder-gray-800:focus::placeholder {
  color: #2d3748;
}

.focus_placeholder-gray-900:focus::-webkit-input-placeholder {
  color: #1a202c;
}

.focus_placeholder-gray-900:focus::-moz-placeholder {
  color: #1a202c;
}

.focus_placeholder-gray-900:focus:-ms-input-placeholder {
  color: #1a202c;
}

.focus_placeholder-gray-900:focus::-ms-input-placeholder {
  color: #1a202c;
}

.focus_placeholder-gray-900:focus::placeholder {
  color: #1a202c;
}

.focus_placeholder-red-100:focus::-webkit-input-placeholder {
  color: #fff5f5;
}

.focus_placeholder-red-100:focus::-moz-placeholder {
  color: #fff5f5;
}

.focus_placeholder-red-100:focus:-ms-input-placeholder {
  color: #fff5f5;
}

.focus_placeholder-red-100:focus::-ms-input-placeholder {
  color: #fff5f5;
}

.focus_placeholder-red-100:focus::placeholder {
  color: #fff5f5;
}

.focus_placeholder-red-200:focus::-webkit-input-placeholder {
  color: #fed7d7;
}

.focus_placeholder-red-200:focus::-moz-placeholder {
  color: #fed7d7;
}

.focus_placeholder-red-200:focus:-ms-input-placeholder {
  color: #fed7d7;
}

.focus_placeholder-red-200:focus::-ms-input-placeholder {
  color: #fed7d7;
}

.focus_placeholder-red-200:focus::placeholder {
  color: #fed7d7;
}

.focus_placeholder-red-300:focus::-webkit-input-placeholder {
  color: #feb2b2;
}

.focus_placeholder-red-300:focus::-moz-placeholder {
  color: #feb2b2;
}

.focus_placeholder-red-300:focus:-ms-input-placeholder {
  color: #feb2b2;
}

.focus_placeholder-red-300:focus::-ms-input-placeholder {
  color: #feb2b2;
}

.focus_placeholder-red-300:focus::placeholder {
  color: #feb2b2;
}

.focus_placeholder-red-400:focus::-webkit-input-placeholder {
  color: #fc8181;
}

.focus_placeholder-red-400:focus::-moz-placeholder {
  color: #fc8181;
}

.focus_placeholder-red-400:focus:-ms-input-placeholder {
  color: #fc8181;
}

.focus_placeholder-red-400:focus::-ms-input-placeholder {
  color: #fc8181;
}

.focus_placeholder-red-400:focus::placeholder {
  color: #fc8181;
}

.focus_placeholder-red-500:focus::-webkit-input-placeholder {
  color: #f56565;
}

.focus_placeholder-red-500:focus::-moz-placeholder {
  color: #f56565;
}

.focus_placeholder-red-500:focus:-ms-input-placeholder {
  color: #f56565;
}

.focus_placeholder-red-500:focus::-ms-input-placeholder {
  color: #f56565;
}

.focus_placeholder-red-500:focus::placeholder {
  color: #f56565;
}

.focus_placeholder-red-600:focus::-webkit-input-placeholder {
  color: #e53e3e;
}

.focus_placeholder-red-600:focus::-moz-placeholder {
  color: #e53e3e;
}

.focus_placeholder-red-600:focus:-ms-input-placeholder {
  color: #e53e3e;
}

.focus_placeholder-red-600:focus::-ms-input-placeholder {
  color: #e53e3e;
}

.focus_placeholder-red-600:focus::placeholder {
  color: #e53e3e;
}

.focus_placeholder-red-700:focus::-webkit-input-placeholder {
  color: #c53030;
}

.focus_placeholder-red-700:focus::-moz-placeholder {
  color: #c53030;
}

.focus_placeholder-red-700:focus:-ms-input-placeholder {
  color: #c53030;
}

.focus_placeholder-red-700:focus::-ms-input-placeholder {
  color: #c53030;
}

.focus_placeholder-red-700:focus::placeholder {
  color: #c53030;
}

.focus_placeholder-red-800:focus::-webkit-input-placeholder {
  color: #9b2c2c;
}

.focus_placeholder-red-800:focus::-moz-placeholder {
  color: #9b2c2c;
}

.focus_placeholder-red-800:focus:-ms-input-placeholder {
  color: #9b2c2c;
}

.focus_placeholder-red-800:focus::-ms-input-placeholder {
  color: #9b2c2c;
}

.focus_placeholder-red-800:focus::placeholder {
  color: #9b2c2c;
}

.focus_placeholder-red-900:focus::-webkit-input-placeholder {
  color: #742a2a;
}

.focus_placeholder-red-900:focus::-moz-placeholder {
  color: #742a2a;
}

.focus_placeholder-red-900:focus:-ms-input-placeholder {
  color: #742a2a;
}

.focus_placeholder-red-900:focus::-ms-input-placeholder {
  color: #742a2a;
}

.focus_placeholder-red-900:focus::placeholder {
  color: #742a2a;
}

.focus_placeholder-orange-100:focus::-webkit-input-placeholder {
  color: #fffaf0;
}

.focus_placeholder-orange-100:focus::-moz-placeholder {
  color: #fffaf0;
}

.focus_placeholder-orange-100:focus:-ms-input-placeholder {
  color: #fffaf0;
}

.focus_placeholder-orange-100:focus::-ms-input-placeholder {
  color: #fffaf0;
}

.focus_placeholder-orange-100:focus::placeholder {
  color: #fffaf0;
}

.focus_placeholder-orange-200:focus::-webkit-input-placeholder {
  color: #feebc8;
}

.focus_placeholder-orange-200:focus::-moz-placeholder {
  color: #feebc8;
}

.focus_placeholder-orange-200:focus:-ms-input-placeholder {
  color: #feebc8;
}

.focus_placeholder-orange-200:focus::-ms-input-placeholder {
  color: #feebc8;
}

.focus_placeholder-orange-200:focus::placeholder {
  color: #feebc8;
}

.focus_placeholder-orange-300:focus::-webkit-input-placeholder {
  color: #fbd38d;
}

.focus_placeholder-orange-300:focus::-moz-placeholder {
  color: #fbd38d;
}

.focus_placeholder-orange-300:focus:-ms-input-placeholder {
  color: #fbd38d;
}

.focus_placeholder-orange-300:focus::-ms-input-placeholder {
  color: #fbd38d;
}

.focus_placeholder-orange-300:focus::placeholder {
  color: #fbd38d;
}

.focus_placeholder-orange-400:focus::-webkit-input-placeholder {
  color: #f6ad55;
}

.focus_placeholder-orange-400:focus::-moz-placeholder {
  color: #f6ad55;
}

.focus_placeholder-orange-400:focus:-ms-input-placeholder {
  color: #f6ad55;
}

.focus_placeholder-orange-400:focus::-ms-input-placeholder {
  color: #f6ad55;
}

.focus_placeholder-orange-400:focus::placeholder {
  color: #f6ad55;
}

.focus_placeholder-orange-500:focus::-webkit-input-placeholder {
  color: #ed8936;
}

.focus_placeholder-orange-500:focus::-moz-placeholder {
  color: #ed8936;
}

.focus_placeholder-orange-500:focus:-ms-input-placeholder {
  color: #ed8936;
}

.focus_placeholder-orange-500:focus::-ms-input-placeholder {
  color: #ed8936;
}

.focus_placeholder-orange-500:focus::placeholder {
  color: #ed8936;
}

.focus_placeholder-orange-600:focus::-webkit-input-placeholder {
  color: #dd6b20;
}

.focus_placeholder-orange-600:focus::-moz-placeholder {
  color: #dd6b20;
}

.focus_placeholder-orange-600:focus:-ms-input-placeholder {
  color: #dd6b20;
}

.focus_placeholder-orange-600:focus::-ms-input-placeholder {
  color: #dd6b20;
}

.focus_placeholder-orange-600:focus::placeholder {
  color: #dd6b20;
}

.focus_placeholder-orange-700:focus::-webkit-input-placeholder {
  color: #c05621;
}

.focus_placeholder-orange-700:focus::-moz-placeholder {
  color: #c05621;
}

.focus_placeholder-orange-700:focus:-ms-input-placeholder {
  color: #c05621;
}

.focus_placeholder-orange-700:focus::-ms-input-placeholder {
  color: #c05621;
}

.focus_placeholder-orange-700:focus::placeholder {
  color: #c05621;
}

.focus_placeholder-orange-800:focus::-webkit-input-placeholder {
  color: #9c4221;
}

.focus_placeholder-orange-800:focus::-moz-placeholder {
  color: #9c4221;
}

.focus_placeholder-orange-800:focus:-ms-input-placeholder {
  color: #9c4221;
}

.focus_placeholder-orange-800:focus::-ms-input-placeholder {
  color: #9c4221;
}

.focus_placeholder-orange-800:focus::placeholder {
  color: #9c4221;
}

.focus_placeholder-orange-900:focus::-webkit-input-placeholder {
  color: #7b341e;
}

.focus_placeholder-orange-900:focus::-moz-placeholder {
  color: #7b341e;
}

.focus_placeholder-orange-900:focus:-ms-input-placeholder {
  color: #7b341e;
}

.focus_placeholder-orange-900:focus::-ms-input-placeholder {
  color: #7b341e;
}

.focus_placeholder-orange-900:focus::placeholder {
  color: #7b341e;
}

.focus_placeholder-yellow-100:focus::-webkit-input-placeholder {
  color: #fffff0;
}

.focus_placeholder-yellow-100:focus::-moz-placeholder {
  color: #fffff0;
}

.focus_placeholder-yellow-100:focus:-ms-input-placeholder {
  color: #fffff0;
}

.focus_placeholder-yellow-100:focus::-ms-input-placeholder {
  color: #fffff0;
}

.focus_placeholder-yellow-100:focus::placeholder {
  color: #fffff0;
}

.focus_placeholder-yellow-200:focus::-webkit-input-placeholder {
  color: #fefcbf;
}

.focus_placeholder-yellow-200:focus::-moz-placeholder {
  color: #fefcbf;
}

.focus_placeholder-yellow-200:focus:-ms-input-placeholder {
  color: #fefcbf;
}

.focus_placeholder-yellow-200:focus::-ms-input-placeholder {
  color: #fefcbf;
}

.focus_placeholder-yellow-200:focus::placeholder {
  color: #fefcbf;
}

.focus_placeholder-yellow-300:focus::-webkit-input-placeholder {
  color: #faf089;
}

.focus_placeholder-yellow-300:focus::-moz-placeholder {
  color: #faf089;
}

.focus_placeholder-yellow-300:focus:-ms-input-placeholder {
  color: #faf089;
}

.focus_placeholder-yellow-300:focus::-ms-input-placeholder {
  color: #faf089;
}

.focus_placeholder-yellow-300:focus::placeholder {
  color: #faf089;
}

.focus_placeholder-yellow-400:focus::-webkit-input-placeholder {
  color: #f6e05e;
}

.focus_placeholder-yellow-400:focus::-moz-placeholder {
  color: #f6e05e;
}

.focus_placeholder-yellow-400:focus:-ms-input-placeholder {
  color: #f6e05e;
}

.focus_placeholder-yellow-400:focus::-ms-input-placeholder {
  color: #f6e05e;
}

.focus_placeholder-yellow-400:focus::placeholder {
  color: #f6e05e;
}

.focus_placeholder-yellow-500:focus::-webkit-input-placeholder {
  color: #ecc94b;
}

.focus_placeholder-yellow-500:focus::-moz-placeholder {
  color: #ecc94b;
}

.focus_placeholder-yellow-500:focus:-ms-input-placeholder {
  color: #ecc94b;
}

.focus_placeholder-yellow-500:focus::-ms-input-placeholder {
  color: #ecc94b;
}

.focus_placeholder-yellow-500:focus::placeholder {
  color: #ecc94b;
}

.focus_placeholder-yellow-600:focus::-webkit-input-placeholder {
  color: #d69e2e;
}

.focus_placeholder-yellow-600:focus::-moz-placeholder {
  color: #d69e2e;
}

.focus_placeholder-yellow-600:focus:-ms-input-placeholder {
  color: #d69e2e;
}

.focus_placeholder-yellow-600:focus::-ms-input-placeholder {
  color: #d69e2e;
}

.focus_placeholder-yellow-600:focus::placeholder {
  color: #d69e2e;
}

.focus_placeholder-yellow-700:focus::-webkit-input-placeholder {
  color: #b7791f;
}

.focus_placeholder-yellow-700:focus::-moz-placeholder {
  color: #b7791f;
}

.focus_placeholder-yellow-700:focus:-ms-input-placeholder {
  color: #b7791f;
}

.focus_placeholder-yellow-700:focus::-ms-input-placeholder {
  color: #b7791f;
}

.focus_placeholder-yellow-700:focus::placeholder {
  color: #b7791f;
}

.focus_placeholder-yellow-800:focus::-webkit-input-placeholder {
  color: #975a16;
}

.focus_placeholder-yellow-800:focus::-moz-placeholder {
  color: #975a16;
}

.focus_placeholder-yellow-800:focus:-ms-input-placeholder {
  color: #975a16;
}

.focus_placeholder-yellow-800:focus::-ms-input-placeholder {
  color: #975a16;
}

.focus_placeholder-yellow-800:focus::placeholder {
  color: #975a16;
}

.focus_placeholder-yellow-900:focus::-webkit-input-placeholder {
  color: #744210;
}

.focus_placeholder-yellow-900:focus::-moz-placeholder {
  color: #744210;
}

.focus_placeholder-yellow-900:focus:-ms-input-placeholder {
  color: #744210;
}

.focus_placeholder-yellow-900:focus::-ms-input-placeholder {
  color: #744210;
}

.focus_placeholder-yellow-900:focus::placeholder {
  color: #744210;
}

.focus_placeholder-green-100:focus::-webkit-input-placeholder {
  color: #f0fff4;
}

.focus_placeholder-green-100:focus::-moz-placeholder {
  color: #f0fff4;
}

.focus_placeholder-green-100:focus:-ms-input-placeholder {
  color: #f0fff4;
}

.focus_placeholder-green-100:focus::-ms-input-placeholder {
  color: #f0fff4;
}

.focus_placeholder-green-100:focus::placeholder {
  color: #f0fff4;
}

.focus_placeholder-green-200:focus::-webkit-input-placeholder {
  color: #c6f6d5;
}

.focus_placeholder-green-200:focus::-moz-placeholder {
  color: #c6f6d5;
}

.focus_placeholder-green-200:focus:-ms-input-placeholder {
  color: #c6f6d5;
}

.focus_placeholder-green-200:focus::-ms-input-placeholder {
  color: #c6f6d5;
}

.focus_placeholder-green-200:focus::placeholder {
  color: #c6f6d5;
}

.focus_placeholder-green-300:focus::-webkit-input-placeholder {
  color: #9ae6b4;
}

.focus_placeholder-green-300:focus::-moz-placeholder {
  color: #9ae6b4;
}

.focus_placeholder-green-300:focus:-ms-input-placeholder {
  color: #9ae6b4;
}

.focus_placeholder-green-300:focus::-ms-input-placeholder {
  color: #9ae6b4;
}

.focus_placeholder-green-300:focus::placeholder {
  color: #9ae6b4;
}

.focus_placeholder-green-400:focus::-webkit-input-placeholder {
  color: #68d391;
}

.focus_placeholder-green-400:focus::-moz-placeholder {
  color: #68d391;
}

.focus_placeholder-green-400:focus:-ms-input-placeholder {
  color: #68d391;
}

.focus_placeholder-green-400:focus::-ms-input-placeholder {
  color: #68d391;
}

.focus_placeholder-green-400:focus::placeholder {
  color: #68d391;
}

.focus_placeholder-green-500:focus::-webkit-input-placeholder {
  color: #48bb78;
}

.focus_placeholder-green-500:focus::-moz-placeholder {
  color: #48bb78;
}

.focus_placeholder-green-500:focus:-ms-input-placeholder {
  color: #48bb78;
}

.focus_placeholder-green-500:focus::-ms-input-placeholder {
  color: #48bb78;
}

.focus_placeholder-green-500:focus::placeholder {
  color: #48bb78;
}

.focus_placeholder-green-600:focus::-webkit-input-placeholder {
  color: #38a169;
}

.focus_placeholder-green-600:focus::-moz-placeholder {
  color: #38a169;
}

.focus_placeholder-green-600:focus:-ms-input-placeholder {
  color: #38a169;
}

.focus_placeholder-green-600:focus::-ms-input-placeholder {
  color: #38a169;
}

.focus_placeholder-green-600:focus::placeholder {
  color: #38a169;
}

.focus_placeholder-green-700:focus::-webkit-input-placeholder {
  color: #2f855a;
}

.focus_placeholder-green-700:focus::-moz-placeholder {
  color: #2f855a;
}

.focus_placeholder-green-700:focus:-ms-input-placeholder {
  color: #2f855a;
}

.focus_placeholder-green-700:focus::-ms-input-placeholder {
  color: #2f855a;
}

.focus_placeholder-green-700:focus::placeholder {
  color: #2f855a;
}

.focus_placeholder-green-800:focus::-webkit-input-placeholder {
  color: #276749;
}

.focus_placeholder-green-800:focus::-moz-placeholder {
  color: #276749;
}

.focus_placeholder-green-800:focus:-ms-input-placeholder {
  color: #276749;
}

.focus_placeholder-green-800:focus::-ms-input-placeholder {
  color: #276749;
}

.focus_placeholder-green-800:focus::placeholder {
  color: #276749;
}

.focus_placeholder-green-900:focus::-webkit-input-placeholder {
  color: #22543d;
}

.focus_placeholder-green-900:focus::-moz-placeholder {
  color: #22543d;
}

.focus_placeholder-green-900:focus:-ms-input-placeholder {
  color: #22543d;
}

.focus_placeholder-green-900:focus::-ms-input-placeholder {
  color: #22543d;
}

.focus_placeholder-green-900:focus::placeholder {
  color: #22543d;
}

.focus_placeholder-teal-100:focus::-webkit-input-placeholder {
  color: #e6fffa;
}

.focus_placeholder-teal-100:focus::-moz-placeholder {
  color: #e6fffa;
}

.focus_placeholder-teal-100:focus:-ms-input-placeholder {
  color: #e6fffa;
}

.focus_placeholder-teal-100:focus::-ms-input-placeholder {
  color: #e6fffa;
}

.focus_placeholder-teal-100:focus::placeholder {
  color: #e6fffa;
}

.focus_placeholder-teal-200:focus::-webkit-input-placeholder {
  color: #b2f5ea;
}

.focus_placeholder-teal-200:focus::-moz-placeholder {
  color: #b2f5ea;
}

.focus_placeholder-teal-200:focus:-ms-input-placeholder {
  color: #b2f5ea;
}

.focus_placeholder-teal-200:focus::-ms-input-placeholder {
  color: #b2f5ea;
}

.focus_placeholder-teal-200:focus::placeholder {
  color: #b2f5ea;
}

.focus_placeholder-teal-300:focus::-webkit-input-placeholder {
  color: #81e6d9;
}

.focus_placeholder-teal-300:focus::-moz-placeholder {
  color: #81e6d9;
}

.focus_placeholder-teal-300:focus:-ms-input-placeholder {
  color: #81e6d9;
}

.focus_placeholder-teal-300:focus::-ms-input-placeholder {
  color: #81e6d9;
}

.focus_placeholder-teal-300:focus::placeholder {
  color: #81e6d9;
}

.focus_placeholder-teal-400:focus::-webkit-input-placeholder {
  color: #4fd1c5;
}

.focus_placeholder-teal-400:focus::-moz-placeholder {
  color: #4fd1c5;
}

.focus_placeholder-teal-400:focus:-ms-input-placeholder {
  color: #4fd1c5;
}

.focus_placeholder-teal-400:focus::-ms-input-placeholder {
  color: #4fd1c5;
}

.focus_placeholder-teal-400:focus::placeholder {
  color: #4fd1c5;
}

.focus_placeholder-teal-500:focus::-webkit-input-placeholder {
  color: #38b2ac;
}

.focus_placeholder-teal-500:focus::-moz-placeholder {
  color: #38b2ac;
}

.focus_placeholder-teal-500:focus:-ms-input-placeholder {
  color: #38b2ac;
}

.focus_placeholder-teal-500:focus::-ms-input-placeholder {
  color: #38b2ac;
}

.focus_placeholder-teal-500:focus::placeholder {
  color: #38b2ac;
}

.focus_placeholder-teal-600:focus::-webkit-input-placeholder {
  color: #319795;
}

.focus_placeholder-teal-600:focus::-moz-placeholder {
  color: #319795;
}

.focus_placeholder-teal-600:focus:-ms-input-placeholder {
  color: #319795;
}

.focus_placeholder-teal-600:focus::-ms-input-placeholder {
  color: #319795;
}

.focus_placeholder-teal-600:focus::placeholder {
  color: #319795;
}

.focus_placeholder-teal-700:focus::-webkit-input-placeholder {
  color: #2c7a7b;
}

.focus_placeholder-teal-700:focus::-moz-placeholder {
  color: #2c7a7b;
}

.focus_placeholder-teal-700:focus:-ms-input-placeholder {
  color: #2c7a7b;
}

.focus_placeholder-teal-700:focus::-ms-input-placeholder {
  color: #2c7a7b;
}

.focus_placeholder-teal-700:focus::placeholder {
  color: #2c7a7b;
}

.focus_placeholder-teal-800:focus::-webkit-input-placeholder {
  color: #285e61;
}

.focus_placeholder-teal-800:focus::-moz-placeholder {
  color: #285e61;
}

.focus_placeholder-teal-800:focus:-ms-input-placeholder {
  color: #285e61;
}

.focus_placeholder-teal-800:focus::-ms-input-placeholder {
  color: #285e61;
}

.focus_placeholder-teal-800:focus::placeholder {
  color: #285e61;
}

.focus_placeholder-teal-900:focus::-webkit-input-placeholder {
  color: #234e52;
}

.focus_placeholder-teal-900:focus::-moz-placeholder {
  color: #234e52;
}

.focus_placeholder-teal-900:focus:-ms-input-placeholder {
  color: #234e52;
}

.focus_placeholder-teal-900:focus::-ms-input-placeholder {
  color: #234e52;
}

.focus_placeholder-teal-900:focus::placeholder {
  color: #234e52;
}

.focus_placeholder-blue-100:focus::-webkit-input-placeholder {
  color: #ebf8ff;
}

.focus_placeholder-blue-100:focus::-moz-placeholder {
  color: #ebf8ff;
}

.focus_placeholder-blue-100:focus:-ms-input-placeholder {
  color: #ebf8ff;
}

.focus_placeholder-blue-100:focus::-ms-input-placeholder {
  color: #ebf8ff;
}

.focus_placeholder-blue-100:focus::placeholder {
  color: #ebf8ff;
}

.focus_placeholder-blue-200:focus::-webkit-input-placeholder {
  color: #bee3f8;
}

.focus_placeholder-blue-200:focus::-moz-placeholder {
  color: #bee3f8;
}

.focus_placeholder-blue-200:focus:-ms-input-placeholder {
  color: #bee3f8;
}

.focus_placeholder-blue-200:focus::-ms-input-placeholder {
  color: #bee3f8;
}

.focus_placeholder-blue-200:focus::placeholder {
  color: #bee3f8;
}

.focus_placeholder-blue-300:focus::-webkit-input-placeholder {
  color: #90cdf4;
}

.focus_placeholder-blue-300:focus::-moz-placeholder {
  color: #90cdf4;
}

.focus_placeholder-blue-300:focus:-ms-input-placeholder {
  color: #90cdf4;
}

.focus_placeholder-blue-300:focus::-ms-input-placeholder {
  color: #90cdf4;
}

.focus_placeholder-blue-300:focus::placeholder {
  color: #90cdf4;
}

.focus_placeholder-blue-400:focus::-webkit-input-placeholder {
  color: #63b3ed;
}

.focus_placeholder-blue-400:focus::-moz-placeholder {
  color: #63b3ed;
}

.focus_placeholder-blue-400:focus:-ms-input-placeholder {
  color: #63b3ed;
}

.focus_placeholder-blue-400:focus::-ms-input-placeholder {
  color: #63b3ed;
}

.focus_placeholder-blue-400:focus::placeholder {
  color: #63b3ed;
}

.focus_placeholder-blue-500:focus::-webkit-input-placeholder {
  color: #4299e1;
}

.focus_placeholder-blue-500:focus::-moz-placeholder {
  color: #4299e1;
}

.focus_placeholder-blue-500:focus:-ms-input-placeholder {
  color: #4299e1;
}

.focus_placeholder-blue-500:focus::-ms-input-placeholder {
  color: #4299e1;
}

.focus_placeholder-blue-500:focus::placeholder {
  color: #4299e1;
}

.focus_placeholder-blue-600:focus::-webkit-input-placeholder {
  color: #3182ce;
}

.focus_placeholder-blue-600:focus::-moz-placeholder {
  color: #3182ce;
}

.focus_placeholder-blue-600:focus:-ms-input-placeholder {
  color: #3182ce;
}

.focus_placeholder-blue-600:focus::-ms-input-placeholder {
  color: #3182ce;
}

.focus_placeholder-blue-600:focus::placeholder {
  color: #3182ce;
}

.focus_placeholder-blue-700:focus::-webkit-input-placeholder {
  color: #2b6cb0;
}

.focus_placeholder-blue-700:focus::-moz-placeholder {
  color: #2b6cb0;
}

.focus_placeholder-blue-700:focus:-ms-input-placeholder {
  color: #2b6cb0;
}

.focus_placeholder-blue-700:focus::-ms-input-placeholder {
  color: #2b6cb0;
}

.focus_placeholder-blue-700:focus::placeholder {
  color: #2b6cb0;
}

.focus_placeholder-blue-800:focus::-webkit-input-placeholder {
  color: #2c5282;
}

.focus_placeholder-blue-800:focus::-moz-placeholder {
  color: #2c5282;
}

.focus_placeholder-blue-800:focus:-ms-input-placeholder {
  color: #2c5282;
}

.focus_placeholder-blue-800:focus::-ms-input-placeholder {
  color: #2c5282;
}

.focus_placeholder-blue-800:focus::placeholder {
  color: #2c5282;
}

.focus_placeholder-blue-900:focus::-webkit-input-placeholder {
  color: #2B4780;
}

.focus_placeholder-blue-900:focus::-moz-placeholder {
  color: #2B4780;
}

.focus_placeholder-blue-900:focus:-ms-input-placeholder {
  color: #2B4780;
}

.focus_placeholder-blue-900:focus::-ms-input-placeholder {
  color: #2B4780;
}

.focus_placeholder-blue-900:focus::placeholder {
  color: #2B4780;
}

.focus_placeholder-indigo-100:focus::-webkit-input-placeholder {
  color: #ebf4ff;
}

.focus_placeholder-indigo-100:focus::-moz-placeholder {
  color: #ebf4ff;
}

.focus_placeholder-indigo-100:focus:-ms-input-placeholder {
  color: #ebf4ff;
}

.focus_placeholder-indigo-100:focus::-ms-input-placeholder {
  color: #ebf4ff;
}

.focus_placeholder-indigo-100:focus::placeholder {
  color: #ebf4ff;
}

.focus_placeholder-indigo-200:focus::-webkit-input-placeholder {
  color: #c3dafe;
}

.focus_placeholder-indigo-200:focus::-moz-placeholder {
  color: #c3dafe;
}

.focus_placeholder-indigo-200:focus:-ms-input-placeholder {
  color: #c3dafe;
}

.focus_placeholder-indigo-200:focus::-ms-input-placeholder {
  color: #c3dafe;
}

.focus_placeholder-indigo-200:focus::placeholder {
  color: #c3dafe;
}

.focus_placeholder-indigo-300:focus::-webkit-input-placeholder {
  color: #a3bffa;
}

.focus_placeholder-indigo-300:focus::-moz-placeholder {
  color: #a3bffa;
}

.focus_placeholder-indigo-300:focus:-ms-input-placeholder {
  color: #a3bffa;
}

.focus_placeholder-indigo-300:focus::-ms-input-placeholder {
  color: #a3bffa;
}

.focus_placeholder-indigo-300:focus::placeholder {
  color: #a3bffa;
}

.focus_placeholder-indigo-400:focus::-webkit-input-placeholder {
  color: #7f9cf5;
}

.focus_placeholder-indigo-400:focus::-moz-placeholder {
  color: #7f9cf5;
}

.focus_placeholder-indigo-400:focus:-ms-input-placeholder {
  color: #7f9cf5;
}

.focus_placeholder-indigo-400:focus::-ms-input-placeholder {
  color: #7f9cf5;
}

.focus_placeholder-indigo-400:focus::placeholder {
  color: #7f9cf5;
}

.focus_placeholder-indigo-500:focus::-webkit-input-placeholder {
  color: #667eea;
}

.focus_placeholder-indigo-500:focus::-moz-placeholder {
  color: #667eea;
}

.focus_placeholder-indigo-500:focus:-ms-input-placeholder {
  color: #667eea;
}

.focus_placeholder-indigo-500:focus::-ms-input-placeholder {
  color: #667eea;
}

.focus_placeholder-indigo-500:focus::placeholder {
  color: #667eea;
}

.focus_placeholder-indigo-600:focus::-webkit-input-placeholder {
  color: #5a67d8;
}

.focus_placeholder-indigo-600:focus::-moz-placeholder {
  color: #5a67d8;
}

.focus_placeholder-indigo-600:focus:-ms-input-placeholder {
  color: #5a67d8;
}

.focus_placeholder-indigo-600:focus::-ms-input-placeholder {
  color: #5a67d8;
}

.focus_placeholder-indigo-600:focus::placeholder {
  color: #5a67d8;
}

.focus_placeholder-indigo-700:focus::-webkit-input-placeholder {
  color: #4c51bf;
}

.focus_placeholder-indigo-700:focus::-moz-placeholder {
  color: #4c51bf;
}

.focus_placeholder-indigo-700:focus:-ms-input-placeholder {
  color: #4c51bf;
}

.focus_placeholder-indigo-700:focus::-ms-input-placeholder {
  color: #4c51bf;
}

.focus_placeholder-indigo-700:focus::placeholder {
  color: #4c51bf;
}

.focus_placeholder-indigo-800:focus::-webkit-input-placeholder {
  color: #434190;
}

.focus_placeholder-indigo-800:focus::-moz-placeholder {
  color: #434190;
}

.focus_placeholder-indigo-800:focus:-ms-input-placeholder {
  color: #434190;
}

.focus_placeholder-indigo-800:focus::-ms-input-placeholder {
  color: #434190;
}

.focus_placeholder-indigo-800:focus::placeholder {
  color: #434190;
}

.focus_placeholder-indigo-900:focus::-webkit-input-placeholder {
  color: #3c366b;
}

.focus_placeholder-indigo-900:focus::-moz-placeholder {
  color: #3c366b;
}

.focus_placeholder-indigo-900:focus:-ms-input-placeholder {
  color: #3c366b;
}

.focus_placeholder-indigo-900:focus::-ms-input-placeholder {
  color: #3c366b;
}

.focus_placeholder-indigo-900:focus::placeholder {
  color: #3c366b;
}

.focus_placeholder-purple-100:focus::-webkit-input-placeholder {
  color: #faf5ff;
}

.focus_placeholder-purple-100:focus::-moz-placeholder {
  color: #faf5ff;
}

.focus_placeholder-purple-100:focus:-ms-input-placeholder {
  color: #faf5ff;
}

.focus_placeholder-purple-100:focus::-ms-input-placeholder {
  color: #faf5ff;
}

.focus_placeholder-purple-100:focus::placeholder {
  color: #faf5ff;
}

.focus_placeholder-purple-200:focus::-webkit-input-placeholder {
  color: #e9d8fd;
}

.focus_placeholder-purple-200:focus::-moz-placeholder {
  color: #e9d8fd;
}

.focus_placeholder-purple-200:focus:-ms-input-placeholder {
  color: #e9d8fd;
}

.focus_placeholder-purple-200:focus::-ms-input-placeholder {
  color: #e9d8fd;
}

.focus_placeholder-purple-200:focus::placeholder {
  color: #e9d8fd;
}

.focus_placeholder-purple-300:focus::-webkit-input-placeholder {
  color: #d6bcfa;
}

.focus_placeholder-purple-300:focus::-moz-placeholder {
  color: #d6bcfa;
}

.focus_placeholder-purple-300:focus:-ms-input-placeholder {
  color: #d6bcfa;
}

.focus_placeholder-purple-300:focus::-ms-input-placeholder {
  color: #d6bcfa;
}

.focus_placeholder-purple-300:focus::placeholder {
  color: #d6bcfa;
}

.focus_placeholder-purple-400:focus::-webkit-input-placeholder {
  color: #b794f4;
}

.focus_placeholder-purple-400:focus::-moz-placeholder {
  color: #b794f4;
}

.focus_placeholder-purple-400:focus:-ms-input-placeholder {
  color: #b794f4;
}

.focus_placeholder-purple-400:focus::-ms-input-placeholder {
  color: #b794f4;
}

.focus_placeholder-purple-400:focus::placeholder {
  color: #b794f4;
}

.focus_placeholder-purple-500:focus::-webkit-input-placeholder {
  color: #9f7aea;
}

.focus_placeholder-purple-500:focus::-moz-placeholder {
  color: #9f7aea;
}

.focus_placeholder-purple-500:focus:-ms-input-placeholder {
  color: #9f7aea;
}

.focus_placeholder-purple-500:focus::-ms-input-placeholder {
  color: #9f7aea;
}

.focus_placeholder-purple-500:focus::placeholder {
  color: #9f7aea;
}

.focus_placeholder-purple-600:focus::-webkit-input-placeholder {
  color: #805ad5;
}

.focus_placeholder-purple-600:focus::-moz-placeholder {
  color: #805ad5;
}

.focus_placeholder-purple-600:focus:-ms-input-placeholder {
  color: #805ad5;
}

.focus_placeholder-purple-600:focus::-ms-input-placeholder {
  color: #805ad5;
}

.focus_placeholder-purple-600:focus::placeholder {
  color: #805ad5;
}

.focus_placeholder-purple-700:focus::-webkit-input-placeholder {
  color: #6b46c1;
}

.focus_placeholder-purple-700:focus::-moz-placeholder {
  color: #6b46c1;
}

.focus_placeholder-purple-700:focus:-ms-input-placeholder {
  color: #6b46c1;
}

.focus_placeholder-purple-700:focus::-ms-input-placeholder {
  color: #6b46c1;
}

.focus_placeholder-purple-700:focus::placeholder {
  color: #6b46c1;
}

.focus_placeholder-purple-800:focus::-webkit-input-placeholder {
  color: #553c9a;
}

.focus_placeholder-purple-800:focus::-moz-placeholder {
  color: #553c9a;
}

.focus_placeholder-purple-800:focus:-ms-input-placeholder {
  color: #553c9a;
}

.focus_placeholder-purple-800:focus::-ms-input-placeholder {
  color: #553c9a;
}

.focus_placeholder-purple-800:focus::placeholder {
  color: #553c9a;
}

.focus_placeholder-purple-900:focus::-webkit-input-placeholder {
  color: #44337a;
}

.focus_placeholder-purple-900:focus::-moz-placeholder {
  color: #44337a;
}

.focus_placeholder-purple-900:focus:-ms-input-placeholder {
  color: #44337a;
}

.focus_placeholder-purple-900:focus::-ms-input-placeholder {
  color: #44337a;
}

.focus_placeholder-purple-900:focus::placeholder {
  color: #44337a;
}

.focus_placeholder-pink-100:focus::-webkit-input-placeholder {
  color: #fff5f7;
}

.focus_placeholder-pink-100:focus::-moz-placeholder {
  color: #fff5f7;
}

.focus_placeholder-pink-100:focus:-ms-input-placeholder {
  color: #fff5f7;
}

.focus_placeholder-pink-100:focus::-ms-input-placeholder {
  color: #fff5f7;
}

.focus_placeholder-pink-100:focus::placeholder {
  color: #fff5f7;
}

.focus_placeholder-pink-200:focus::-webkit-input-placeholder {
  color: #fed7e2;
}

.focus_placeholder-pink-200:focus::-moz-placeholder {
  color: #fed7e2;
}

.focus_placeholder-pink-200:focus:-ms-input-placeholder {
  color: #fed7e2;
}

.focus_placeholder-pink-200:focus::-ms-input-placeholder {
  color: #fed7e2;
}

.focus_placeholder-pink-200:focus::placeholder {
  color: #fed7e2;
}

.focus_placeholder-pink-300:focus::-webkit-input-placeholder {
  color: #fbb6ce;
}

.focus_placeholder-pink-300:focus::-moz-placeholder {
  color: #fbb6ce;
}

.focus_placeholder-pink-300:focus:-ms-input-placeholder {
  color: #fbb6ce;
}

.focus_placeholder-pink-300:focus::-ms-input-placeholder {
  color: #fbb6ce;
}

.focus_placeholder-pink-300:focus::placeholder {
  color: #fbb6ce;
}

.focus_placeholder-pink-400:focus::-webkit-input-placeholder {
  color: #f687b3;
}

.focus_placeholder-pink-400:focus::-moz-placeholder {
  color: #f687b3;
}

.focus_placeholder-pink-400:focus:-ms-input-placeholder {
  color: #f687b3;
}

.focus_placeholder-pink-400:focus::-ms-input-placeholder {
  color: #f687b3;
}

.focus_placeholder-pink-400:focus::placeholder {
  color: #f687b3;
}

.focus_placeholder-pink-500:focus::-webkit-input-placeholder {
  color: #ed64a6;
}

.focus_placeholder-pink-500:focus::-moz-placeholder {
  color: #ed64a6;
}

.focus_placeholder-pink-500:focus:-ms-input-placeholder {
  color: #ed64a6;
}

.focus_placeholder-pink-500:focus::-ms-input-placeholder {
  color: #ed64a6;
}

.focus_placeholder-pink-500:focus::placeholder {
  color: #ed64a6;
}

.focus_placeholder-pink-600:focus::-webkit-input-placeholder {
  color: #d53f8c;
}

.focus_placeholder-pink-600:focus::-moz-placeholder {
  color: #d53f8c;
}

.focus_placeholder-pink-600:focus:-ms-input-placeholder {
  color: #d53f8c;
}

.focus_placeholder-pink-600:focus::-ms-input-placeholder {
  color: #d53f8c;
}

.focus_placeholder-pink-600:focus::placeholder {
  color: #d53f8c;
}

.focus_placeholder-pink-700:focus::-webkit-input-placeholder {
  color: #b83280;
}

.focus_placeholder-pink-700:focus::-moz-placeholder {
  color: #b83280;
}

.focus_placeholder-pink-700:focus:-ms-input-placeholder {
  color: #b83280;
}

.focus_placeholder-pink-700:focus::-ms-input-placeholder {
  color: #b83280;
}

.focus_placeholder-pink-700:focus::placeholder {
  color: #b83280;
}

.focus_placeholder-pink-800:focus::-webkit-input-placeholder {
  color: #97266d;
}

.focus_placeholder-pink-800:focus::-moz-placeholder {
  color: #97266d;
}

.focus_placeholder-pink-800:focus:-ms-input-placeholder {
  color: #97266d;
}

.focus_placeholder-pink-800:focus::-ms-input-placeholder {
  color: #97266d;
}

.focus_placeholder-pink-800:focus::placeholder {
  color: #97266d;
}

.focus_placeholder-pink-900:focus::-webkit-input-placeholder {
  color: #702459;
}

.focus_placeholder-pink-900:focus::-moz-placeholder {
  color: #702459;
}

.focus_placeholder-pink-900:focus:-ms-input-placeholder {
  color: #702459;
}

.focus_placeholder-pink-900:focus::-ms-input-placeholder {
  color: #702459;
}

.focus_placeholder-pink-900:focus::placeholder {
  color: #702459;
}

.focus_placeholder-brand:focus::-webkit-input-placeholder {
  color: #FE2929;
}

.focus_placeholder-brand:focus::-moz-placeholder {
  color: #FE2929;
}

.focus_placeholder-brand:focus:-ms-input-placeholder {
  color: #FE2929;
}

.focus_placeholder-brand:focus::-ms-input-placeholder {
  color: #FE2929;
}

.focus_placeholder-brand:focus::placeholder {
  color: #FE2929;
}

.focus_placeholder-brand-dark:focus::-webkit-input-placeholder {
  color: #CB0000;
}

.focus_placeholder-brand-dark:focus::-moz-placeholder {
  color: #CB0000;
}

.focus_placeholder-brand-dark:focus:-ms-input-placeholder {
  color: #CB0000;
}

.focus_placeholder-brand-dark:focus::-ms-input-placeholder {
  color: #CB0000;
}

.focus_placeholder-brand-dark:focus::placeholder {
  color: #CB0000;
}

.focus_placeholder-primary:focus::-webkit-input-placeholder {
  color: #2D58AA;
}

.focus_placeholder-primary:focus::-moz-placeholder {
  color: #2D58AA;
}

.focus_placeholder-primary:focus:-ms-input-placeholder {
  color: #2D58AA;
}

.focus_placeholder-primary:focus::-ms-input-placeholder {
  color: #2D58AA;
}

.focus_placeholder-primary:focus::placeholder {
  color: #2D58AA;
}

.focus_placeholder-primary-dark:focus::-webkit-input-placeholder {
  color: #002577;
}

.focus_placeholder-primary-dark:focus::-moz-placeholder {
  color: #002577;
}

.focus_placeholder-primary-dark:focus:-ms-input-placeholder {
  color: #002577;
}

.focus_placeholder-primary-dark:focus::-ms-input-placeholder {
  color: #002577;
}

.focus_placeholder-primary-dark:focus::placeholder {
  color: #002577;
}

.focus_placeholder-info:focus::-webkit-input-placeholder {
  color: #2B73A3;
}

.focus_placeholder-info:focus::-moz-placeholder {
  color: #2B73A3;
}

.focus_placeholder-info:focus:-ms-input-placeholder {
  color: #2B73A3;
}

.focus_placeholder-info:focus::-ms-input-placeholder {
  color: #2B73A3;
}

.focus_placeholder-info:focus::placeholder {
  color: #2B73A3;
}

.focus_placeholder-info-dark:focus::-webkit-input-placeholder {
  color: #002577;
}

.focus_placeholder-info-dark:focus::-moz-placeholder {
  color: #002577;
}

.focus_placeholder-info-dark:focus:-ms-input-placeholder {
  color: #002577;
}

.focus_placeholder-info-dark:focus::-ms-input-placeholder {
  color: #002577;
}

.focus_placeholder-info-dark:focus::placeholder {
  color: #002577;
}

.focus_placeholder-success:focus::-webkit-input-placeholder {
  color: #0EDD66;
}

.focus_placeholder-success:focus::-moz-placeholder {
  color: #0EDD66;
}

.focus_placeholder-success:focus:-ms-input-placeholder {
  color: #0EDD66;
}

.focus_placeholder-success:focus::-ms-input-placeholder {
  color: #0EDD66;
}

.focus_placeholder-success:focus::placeholder {
  color: #0EDD66;
}

.focus_placeholder-success-dark:focus::-webkit-input-placeholder {
  color: #00AA33;
}

.focus_placeholder-success-dark:focus::-moz-placeholder {
  color: #00AA33;
}

.focus_placeholder-success-dark:focus:-ms-input-placeholder {
  color: #00AA33;
}

.focus_placeholder-success-dark:focus::-ms-input-placeholder {
  color: #00AA33;
}

.focus_placeholder-success-dark:focus::placeholder {
  color: #00AA33;
}

.focus_placeholder-warning:focus::-webkit-input-placeholder {
  color: #B1991A;
}

.focus_placeholder-warning:focus::-moz-placeholder {
  color: #B1991A;
}

.focus_placeholder-warning:focus:-ms-input-placeholder {
  color: #B1991A;
}

.focus_placeholder-warning:focus::-ms-input-placeholder {
  color: #B1991A;
}

.focus_placeholder-warning:focus::placeholder {
  color: #B1991A;
}

.focus_placeholder-warning-dark:focus::-webkit-input-placeholder {
  color: #7E6600;
}

.focus_placeholder-warning-dark:focus::-moz-placeholder {
  color: #7E6600;
}

.focus_placeholder-warning-dark:focus:-ms-input-placeholder {
  color: #7E6600;
}

.focus_placeholder-warning-dark:focus::-ms-input-placeholder {
  color: #7E6600;
}

.focus_placeholder-warning-dark:focus::placeholder {
  color: #7E6600;
}

.focus_placeholder-danger:focus::-webkit-input-placeholder {
  color: #FE2929;
}

.focus_placeholder-danger:focus::-moz-placeholder {
  color: #FE2929;
}

.focus_placeholder-danger:focus:-ms-input-placeholder {
  color: #FE2929;
}

.focus_placeholder-danger:focus::-ms-input-placeholder {
  color: #FE2929;
}

.focus_placeholder-danger:focus::placeholder {
  color: #FE2929;
}

.focus_placeholder-danger-dark:focus::-webkit-input-placeholder {
  color: #CB0000;
}

.focus_placeholder-danger-dark:focus::-moz-placeholder {
  color: #CB0000;
}

.focus_placeholder-danger-dark:focus:-ms-input-placeholder {
  color: #CB0000;
}

.focus_placeholder-danger-dark:focus::-ms-input-placeholder {
  color: #CB0000;
}

.focus_placeholder-danger-dark:focus::placeholder {
  color: #CB0000;
}

.focus_placeholder-light:focus::-webkit-input-placeholder {
  color: #F0F0F0;
}

.focus_placeholder-light:focus::-moz-placeholder {
  color: #F0F0F0;
}

.focus_placeholder-light:focus:-ms-input-placeholder {
  color: #F0F0F0;
}

.focus_placeholder-light:focus::-ms-input-placeholder {
  color: #F0F0F0;
}

.focus_placeholder-light:focus::placeholder {
  color: #F0F0F0;
}

.focus_placeholder-dark:focus::-webkit-input-placeholder {
  color: #454545;
}

.focus_placeholder-dark:focus::-moz-placeholder {
  color: #454545;
}

.focus_placeholder-dark:focus:-ms-input-placeholder {
  color: #454545;
}

.focus_placeholder-dark:focus::-ms-input-placeholder {
  color: #454545;
}

.focus_placeholder-dark:focus::placeholder {
  color: #454545;
}

.focus_placeholder-darkest:focus::-webkit-input-placeholder {
  color: #313131;
}

.focus_placeholder-darkest:focus::-moz-placeholder {
  color: #313131;
}

.focus_placeholder-darkest:focus:-ms-input-placeholder {
  color: #313131;
}

.focus_placeholder-darkest:focus::-ms-input-placeholder {
  color: #313131;
}

.focus_placeholder-darkest:focus::placeholder {
  color: #313131;
}

.focus_placeholder-transparent-dark:focus::-webkit-input-placeholder {
  color: rgba(0,0,0,0.6);
}

.focus_placeholder-transparent-dark:focus::-moz-placeholder {
  color: rgba(0,0,0,0.6);
}

.focus_placeholder-transparent-dark:focus:-ms-input-placeholder {
  color: rgba(0,0,0,0.6);
}

.focus_placeholder-transparent-dark:focus::-ms-input-placeholder {
  color: rgba(0,0,0,0.6);
}

.focus_placeholder-transparent-dark:focus::placeholder {
  color: rgba(0,0,0,0.6);
}

.focus_placeholder-facebook:focus::-webkit-input-placeholder {
  color: #3b5998;
}

.focus_placeholder-facebook:focus::-moz-placeholder {
  color: #3b5998;
}

.focus_placeholder-facebook:focus:-ms-input-placeholder {
  color: #3b5998;
}

.focus_placeholder-facebook:focus::-ms-input-placeholder {
  color: #3b5998;
}

.focus_placeholder-facebook:focus::placeholder {
  color: #3b5998;
}

.focus_placeholder-twitter:focus::-webkit-input-placeholder {
  color: #000000;
}

.focus_placeholder-twitter:focus::-moz-placeholder {
  color: #000000;
}

.focus_placeholder-twitter:focus:-ms-input-placeholder {
  color: #000000;
}

.focus_placeholder-twitter:focus::-ms-input-placeholder {
  color: #000000;
}

.focus_placeholder-twitter:focus::placeholder {
  color: #000000;
}

.focus_placeholder-google:focus::-webkit-input-placeholder {
  color: #DB4437;
}

.focus_placeholder-google:focus::-moz-placeholder {
  color: #DB4437;
}

.focus_placeholder-google:focus:-ms-input-placeholder {
  color: #DB4437;
}

.focus_placeholder-google:focus::-ms-input-placeholder {
  color: #DB4437;
}

.focus_placeholder-google:focus::placeholder {
  color: #DB4437;
}

.focus_placeholder-linkedin:focus::-webkit-input-placeholder {
  color: #0077B5;
}

.focus_placeholder-linkedin:focus::-moz-placeholder {
  color: #0077B5;
}

.focus_placeholder-linkedin:focus:-ms-input-placeholder {
  color: #0077B5;
}

.focus_placeholder-linkedin:focus::-ms-input-placeholder {
  color: #0077B5;
}

.focus_placeholder-linkedin:focus::placeholder {
  color: #0077B5;
}

.focus_placeholder-adobe:focus::-webkit-input-placeholder {
  color: #FF0000;
}

.focus_placeholder-adobe:focus::-moz-placeholder {
  color: #FF0000;
}

.focus_placeholder-adobe:focus:-ms-input-placeholder {
  color: #FF0000;
}

.focus_placeholder-adobe:focus::-ms-input-placeholder {
  color: #FF0000;
}

.focus_placeholder-adobe:focus::placeholder {
  color: #FF0000;
}

.focus_placeholder-rss:focus::-webkit-input-placeholder {
  color: #f26522;
}

.focus_placeholder-rss:focus::-moz-placeholder {
  color: #f26522;
}

.focus_placeholder-rss:focus:-ms-input-placeholder {
  color: #f26522;
}

.focus_placeholder-rss:focus::-ms-input-placeholder {
  color: #f26522;
}

.focus_placeholder-rss:focus::placeholder {
  color: #f26522;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

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

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

.inset-1\/2 {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.-inset-1\/2 {
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}

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

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

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

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

.inset-y-1\/2 {
  top: 50%;
  bottom: 50%;
}

.inset-x-1\/2 {
  right: 50%;
  left: 50%;
}

.-inset-y-1\/2 {
  top: -50%;
  bottom: -50%;
}

.-inset-x-1\/2 {
  right: -50%;
  left: -50%;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.top-auto {
  top: auto;
}

.right-auto {
  right: auto;
}

.bottom-auto {
  bottom: auto;
}

.left-auto {
  left: auto;
}

.top-1\/2 {
  top: 50%;
}

.right-1\/2 {
  right: 50%;
}

.bottom-1\/2 {
  bottom: 50%;
}

.left-1\/2 {
  left: 50%;
}

.-top-1\/2 {
  top: -50%;
}

.-right-1\/2 {
  right: -50%;
}

.-bottom-1\/2 {
  bottom: -50%;
}

.-left-1\/2 {
  left: -50%;
}

.resize-none {
  resize: none;
}

.resize-y {
  resize: vertical;
}

.resize-x {
  resize: horizontal;
}

.resize {
  resize: both;
}

.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.shadow-outline {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.shadow-none {
  box-shadow: none;
}

.hover_shadow:hover {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.hover_shadow-md:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.hover_shadow-lg:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.hover_shadow-xl:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.hover_shadow-2xl:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.hover_shadow-inner:hover {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.hover_shadow-outline:hover {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.hover_shadow-none:hover {
  box-shadow: none;
}

.focus_shadow:focus {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.focus_shadow-md:focus {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.focus_shadow-lg:focus {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.focus_shadow-xl:focus {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.focus_shadow-2xl:focus {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.focus_shadow-inner:focus {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.focus_shadow-outline:focus {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.focus_shadow-none:focus {
  box-shadow: none;
}

.fill-current {
  fill: currentColor;
}

.stroke-current {
  stroke: currentColor;
}

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

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

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

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

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

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

.text-transparent {
  color: transparent;
}

.text-black {
  color: #000;
}

.text-white {
  color: #fff;
}

.text-gray-100 {
  color: #f7fafc;
}

.text-gray-200 {
  color: #edf2f7;
}

.text-gray-300 {
  color: #e2e8f0;
}

.text-gray-400 {
  color: #B8B8B8;
}

.text-gray-500 {
  color: #a0aec0;
}

.text-gray-600 {
  color: #718096;
}

.text-gray-700 {
  color: #313131;
}

.text-gray-800 {
  color: #2d3748;
}

.text-gray-900 {
  color: #1a202c;
}

.text-red-100 {
  color: #fff5f5;
}

.text-red-200 {
  color: #fed7d7;
}

.text-red-300 {
  color: #feb2b2;
}

.text-red-400 {
  color: #fc8181;
}

.text-red-500 {
  color: #f56565;
}

.text-red-600 {
  color: #e53e3e;
}

.text-red-700 {
  color: #c53030;
}

.text-red-800 {
  color: #9b2c2c;
}

.text-red-900 {
  color: #742a2a;
}

.text-orange-100 {
  color: #fffaf0;
}

.text-orange-200 {
  color: #feebc8;
}

.text-orange-300 {
  color: #fbd38d;
}

.text-orange-400 {
  color: #f6ad55;
}

.text-orange-500 {
  color: #ed8936;
}

.text-orange-600 {
  color: #dd6b20;
}

.text-orange-700 {
  color: #c05621;
}

.text-orange-800 {
  color: #9c4221;
}

.text-orange-900 {
  color: #7b341e;
}

.text-yellow-100 {
  color: #fffff0;
}

.text-yellow-200 {
  color: #fefcbf;
}

.text-yellow-300 {
  color: #faf089;
}

.text-yellow-400 {
  color: #f6e05e;
}

.text-yellow-500 {
  color: #ecc94b;
}

.text-yellow-600 {
  color: #d69e2e;
}

.text-yellow-700 {
  color: #b7791f;
}

.text-yellow-800 {
  color: #975a16;
}

.text-yellow-900 {
  color: #744210;
}

.text-green-100 {
  color: #f0fff4;
}

.text-green-200 {
  color: #c6f6d5;
}

.text-green-300 {
  color: #9ae6b4;
}

.text-green-400 {
  color: #68d391;
}

.text-green-500 {
  color: #48bb78;
}

.text-green-600 {
  color: #38a169;
}

.text-green-700 {
  color: #2f855a;
}

.text-green-800 {
  color: #276749;
}

.text-green-900 {
  color: #22543d;
}

.text-teal-100 {
  color: #e6fffa;
}

.text-teal-200 {
  color: #b2f5ea;
}

.text-teal-300 {
  color: #81e6d9;
}

.text-teal-400 {
  color: #4fd1c5;
}

.text-teal-500 {
  color: #38b2ac;
}

.text-teal-600 {
  color: #319795;
}

.text-teal-700 {
  color: #2c7a7b;
}

.text-teal-800 {
  color: #285e61;
}

.text-teal-900 {
  color: #234e52;
}

.text-blue-100 {
  color: #ebf8ff;
}

.text-blue-200 {
  color: #bee3f8;
}

.text-blue-300 {
  color: #90cdf4;
}

.text-blue-400 {
  color: #63b3ed;
}

.text-blue-500 {
  color: #4299e1;
}

.text-blue-600 {
  color: #3182ce;
}

.text-blue-700 {
  color: #2b6cb0;
}

.text-blue-800 {
  color: #2c5282;
}

.text-blue-900 {
  color: #2B4780;
}

.text-indigo-100 {
  color: #ebf4ff;
}

.text-indigo-200 {
  color: #c3dafe;
}

.text-indigo-300 {
  color: #a3bffa;
}

.text-indigo-400 {
  color: #7f9cf5;
}

.text-indigo-500 {
  color: #667eea;
}

.text-indigo-600 {
  color: #5a67d8;
}

.text-indigo-700 {
  color: #4c51bf;
}

.text-indigo-800 {
  color: #434190;
}

.text-indigo-900 {
  color: #3c366b;
}

.text-purple-100 {
  color: #faf5ff;
}

.text-purple-200 {
  color: #e9d8fd;
}

.text-purple-300 {
  color: #d6bcfa;
}

.text-purple-400 {
  color: #b794f4;
}

.text-purple-500 {
  color: #9f7aea;
}

.text-purple-600 {
  color: #805ad5;
}

.text-purple-700 {
  color: #6b46c1;
}

.text-purple-800 {
  color: #553c9a;
}

.text-purple-900 {
  color: #44337a;
}

.text-pink-100 {
  color: #fff5f7;
}

.text-pink-200 {
  color: #fed7e2;
}

.text-pink-300 {
  color: #fbb6ce;
}

.text-pink-400 {
  color: #f687b3;
}

.text-pink-500 {
  color: #ed64a6;
}

.text-pink-600 {
  color: #d53f8c;
}

.text-pink-700 {
  color: #b83280;
}

.text-pink-800 {
  color: #97266d;
}

.text-pink-900 {
  color: #702459;
}

.text-brand {
  color: #FE2929;
}

.text-brand-dark {
  color: #CB0000;
}

.text-primary {
  color: #2D58AA;
}

.text-primary-dark {
  color: #002577;
}

.text-info {
  color: #2B73A3;
}

.text-info-dark {
  color: #002577;
}

.text-success {
  color: #0EDD66;
}

.text-success-dark {
  color: #00AA33;
}

.text-warning {
  color: #B1991A;
}

.text-warning-dark {
  color: #7E6600;
}

.text-danger {
  color: #FE2929;
}

.text-danger-dark {
  color: #CB0000;
}

.text-light {
  color: #F0F0F0;
}

.text-dark {
  color: #454545;
}

.text-darkest {
  color: #313131;
}

.text-transparent-dark {
  color: rgba(0,0,0,0.6);
}

.text-facebook {
  color: #3b5998;
}

.text-twitter {
  color: #000000;
}

.text-google {
  color: #DB4437;
}

.text-linkedin {
  color: #0077B5;
}

.text-adobe {
  color: #FF0000;
}

.text-rss {
  color: #f26522;
}

.hover_text-transparent:hover {
  color: transparent;
}

.hover_text-black:hover {
  color: #000;
}

.hover_text-white:hover {
  color: #fff;
}

.hover_text-gray-100:hover {
  color: #f7fafc;
}

.hover_text-gray-200:hover {
  color: #edf2f7;
}

.hover_text-gray-300:hover {
  color: #e2e8f0;
}

.hover_text-gray-400:hover {
  color: #B8B8B8;
}

.hover_text-gray-500:hover {
  color: #a0aec0;
}

.hover_text-gray-600:hover {
  color: #718096;
}

.hover_text-gray-700:hover {
  color: #313131;
}

.hover_text-gray-800:hover {
  color: #2d3748;
}

.hover_text-gray-900:hover {
  color: #1a202c;
}

.hover_text-red-100:hover {
  color: #fff5f5;
}

.hover_text-red-200:hover {
  color: #fed7d7;
}

.hover_text-red-300:hover {
  color: #feb2b2;
}

.hover_text-red-400:hover {
  color: #fc8181;
}

.hover_text-red-500:hover {
  color: #f56565;
}

.hover_text-red-600:hover {
  color: #e53e3e;
}

.hover_text-red-700:hover {
  color: #c53030;
}

.hover_text-red-800:hover {
  color: #9b2c2c;
}

.hover_text-red-900:hover {
  color: #742a2a;
}

.hover_text-orange-100:hover {
  color: #fffaf0;
}

.hover_text-orange-200:hover {
  color: #feebc8;
}

.hover_text-orange-300:hover {
  color: #fbd38d;
}

.hover_text-orange-400:hover {
  color: #f6ad55;
}

.hover_text-orange-500:hover {
  color: #ed8936;
}

.hover_text-orange-600:hover {
  color: #dd6b20;
}

.hover_text-orange-700:hover {
  color: #c05621;
}

.hover_text-orange-800:hover {
  color: #9c4221;
}

.hover_text-orange-900:hover {
  color: #7b341e;
}

.hover_text-yellow-100:hover {
  color: #fffff0;
}

.hover_text-yellow-200:hover {
  color: #fefcbf;
}

.hover_text-yellow-300:hover {
  color: #faf089;
}

.hover_text-yellow-400:hover {
  color: #f6e05e;
}

.hover_text-yellow-500:hover {
  color: #ecc94b;
}

.hover_text-yellow-600:hover {
  color: #d69e2e;
}

.hover_text-yellow-700:hover {
  color: #b7791f;
}

.hover_text-yellow-800:hover {
  color: #975a16;
}

.hover_text-yellow-900:hover {
  color: #744210;
}

.hover_text-green-100:hover {
  color: #f0fff4;
}

.hover_text-green-200:hover {
  color: #c6f6d5;
}

.hover_text-green-300:hover {
  color: #9ae6b4;
}

.hover_text-green-400:hover {
  color: #68d391;
}

.hover_text-green-500:hover {
  color: #48bb78;
}

.hover_text-green-600:hover {
  color: #38a169;
}

.hover_text-green-700:hover {
  color: #2f855a;
}

.hover_text-green-800:hover {
  color: #276749;
}

.hover_text-green-900:hover {
  color: #22543d;
}

.hover_text-teal-100:hover {
  color: #e6fffa;
}

.hover_text-teal-200:hover {
  color: #b2f5ea;
}

.hover_text-teal-300:hover {
  color: #81e6d9;
}

.hover_text-teal-400:hover {
  color: #4fd1c5;
}

.hover_text-teal-500:hover {
  color: #38b2ac;
}

.hover_text-teal-600:hover {
  color: #319795;
}

.hover_text-teal-700:hover {
  color: #2c7a7b;
}

.hover_text-teal-800:hover {
  color: #285e61;
}

.hover_text-teal-900:hover {
  color: #234e52;
}

.hover_text-blue-100:hover {
  color: #ebf8ff;
}

.hover_text-blue-200:hover {
  color: #bee3f8;
}

.hover_text-blue-300:hover {
  color: #90cdf4;
}

.hover_text-blue-400:hover {
  color: #63b3ed;
}

.hover_text-blue-500:hover {
  color: #4299e1;
}

.hover_text-blue-600:hover {
  color: #3182ce;
}

.hover_text-blue-700:hover {
  color: #2b6cb0;
}

.hover_text-blue-800:hover {
  color: #2c5282;
}

.hover_text-blue-900:hover {
  color: #2B4780;
}

.hover_text-indigo-100:hover {
  color: #ebf4ff;
}

.hover_text-indigo-200:hover {
  color: #c3dafe;
}

.hover_text-indigo-300:hover {
  color: #a3bffa;
}

.hover_text-indigo-400:hover {
  color: #7f9cf5;
}

.hover_text-indigo-500:hover {
  color: #667eea;
}

.hover_text-indigo-600:hover {
  color: #5a67d8;
}

.hover_text-indigo-700:hover {
  color: #4c51bf;
}

.hover_text-indigo-800:hover {
  color: #434190;
}

.hover_text-indigo-900:hover {
  color: #3c366b;
}

.hover_text-purple-100:hover {
  color: #faf5ff;
}

.hover_text-purple-200:hover {
  color: #e9d8fd;
}

.hover_text-purple-300:hover {
  color: #d6bcfa;
}

.hover_text-purple-400:hover {
  color: #b794f4;
}

.hover_text-purple-500:hover {
  color: #9f7aea;
}

.hover_text-purple-600:hover {
  color: #805ad5;
}

.hover_text-purple-700:hover {
  color: #6b46c1;
}

.hover_text-purple-800:hover {
  color: #553c9a;
}

.hover_text-purple-900:hover {
  color: #44337a;
}

.hover_text-pink-100:hover {
  color: #fff5f7;
}

.hover_text-pink-200:hover {
  color: #fed7e2;
}

.hover_text-pink-300:hover {
  color: #fbb6ce;
}

.hover_text-pink-400:hover {
  color: #f687b3;
}

.hover_text-pink-500:hover {
  color: #ed64a6;
}

.hover_text-pink-600:hover {
  color: #d53f8c;
}

.hover_text-pink-700:hover {
  color: #b83280;
}

.hover_text-pink-800:hover {
  color: #97266d;
}

.hover_text-pink-900:hover {
  color: #702459;
}

.hover_text-brand:hover {
  color: #FE2929;
}

.hover_text-brand-dark:hover {
  color: #CB0000;
}

.hover_text-primary:hover {
  color: #2D58AA;
}

.hover_text-primary-dark:hover {
  color: #002577;
}

.hover_text-info:hover {
  color: #2B73A3;
}

.hover_text-info-dark:hover {
  color: #002577;
}

.hover_text-success:hover {
  color: #0EDD66;
}

.hover_text-success-dark:hover {
  color: #00AA33;
}

.hover_text-warning:hover {
  color: #B1991A;
}

.hover_text-warning-dark:hover {
  color: #7E6600;
}

.hover_text-danger:hover {
  color: #FE2929;
}

.hover_text-danger-dark:hover {
  color: #CB0000;
}

.hover_text-light:hover {
  color: #F0F0F0;
}

.hover_text-dark:hover {
  color: #454545;
}

.hover_text-darkest:hover {
  color: #313131;
}

.hover_text-transparent-dark:hover {
  color: rgba(0,0,0,0.6);
}

.hover_text-facebook:hover {
  color: #3b5998;
}

.hover_text-twitter:hover {
  color: #000000;
}

.hover_text-google:hover {
  color: #DB4437;
}

.hover_text-linkedin:hover {
  color: #0077B5;
}

.hover_text-adobe:hover {
  color: #FF0000;
}

.hover_text-rss:hover {
  color: #f26522;
}

.focus_text-transparent:focus {
  color: transparent;
}

.focus_text-black:focus {
  color: #000;
}

.focus_text-white:focus {
  color: #fff;
}

.focus_text-gray-100:focus {
  color: #f7fafc;
}

.focus_text-gray-200:focus {
  color: #edf2f7;
}

.focus_text-gray-300:focus {
  color: #e2e8f0;
}

.focus_text-gray-400:focus {
  color: #B8B8B8;
}

.focus_text-gray-500:focus {
  color: #a0aec0;
}

.focus_text-gray-600:focus {
  color: #718096;
}

.focus_text-gray-700:focus {
  color: #313131;
}

.focus_text-gray-800:focus {
  color: #2d3748;
}

.focus_text-gray-900:focus {
  color: #1a202c;
}

.focus_text-red-100:focus {
  color: #fff5f5;
}

.focus_text-red-200:focus {
  color: #fed7d7;
}

.focus_text-red-300:focus {
  color: #feb2b2;
}

.focus_text-red-400:focus {
  color: #fc8181;
}

.focus_text-red-500:focus {
  color: #f56565;
}

.focus_text-red-600:focus {
  color: #e53e3e;
}

.focus_text-red-700:focus {
  color: #c53030;
}

.focus_text-red-800:focus {
  color: #9b2c2c;
}

.focus_text-red-900:focus {
  color: #742a2a;
}

.focus_text-orange-100:focus {
  color: #fffaf0;
}

.focus_text-orange-200:focus {
  color: #feebc8;
}

.focus_text-orange-300:focus {
  color: #fbd38d;
}

.focus_text-orange-400:focus {
  color: #f6ad55;
}

.focus_text-orange-500:focus {
  color: #ed8936;
}

.focus_text-orange-600:focus {
  color: #dd6b20;
}

.focus_text-orange-700:focus {
  color: #c05621;
}

.focus_text-orange-800:focus {
  color: #9c4221;
}

.focus_text-orange-900:focus {
  color: #7b341e;
}

.focus_text-yellow-100:focus {
  color: #fffff0;
}

.focus_text-yellow-200:focus {
  color: #fefcbf;
}

.focus_text-yellow-300:focus {
  color: #faf089;
}

.focus_text-yellow-400:focus {
  color: #f6e05e;
}

.focus_text-yellow-500:focus {
  color: #ecc94b;
}

.focus_text-yellow-600:focus {
  color: #d69e2e;
}

.focus_text-yellow-700:focus {
  color: #b7791f;
}

.focus_text-yellow-800:focus {
  color: #975a16;
}

.focus_text-yellow-900:focus {
  color: #744210;
}

.focus_text-green-100:focus {
  color: #f0fff4;
}

.focus_text-green-200:focus {
  color: #c6f6d5;
}

.focus_text-green-300:focus {
  color: #9ae6b4;
}

.focus_text-green-400:focus {
  color: #68d391;
}

.focus_text-green-500:focus {
  color: #48bb78;
}

.focus_text-green-600:focus {
  color: #38a169;
}

.focus_text-green-700:focus {
  color: #2f855a;
}

.focus_text-green-800:focus {
  color: #276749;
}

.focus_text-green-900:focus {
  color: #22543d;
}

.focus_text-teal-100:focus {
  color: #e6fffa;
}

.focus_text-teal-200:focus {
  color: #b2f5ea;
}

.focus_text-teal-300:focus {
  color: #81e6d9;
}

.focus_text-teal-400:focus {
  color: #4fd1c5;
}

.focus_text-teal-500:focus {
  color: #38b2ac;
}

.focus_text-teal-600:focus {
  color: #319795;
}

.focus_text-teal-700:focus {
  color: #2c7a7b;
}

.focus_text-teal-800:focus {
  color: #285e61;
}

.focus_text-teal-900:focus {
  color: #234e52;
}

.focus_text-blue-100:focus {
  color: #ebf8ff;
}

.focus_text-blue-200:focus {
  color: #bee3f8;
}

.focus_text-blue-300:focus {
  color: #90cdf4;
}

.focus_text-blue-400:focus {
  color: #63b3ed;
}

.focus_text-blue-500:focus {
  color: #4299e1;
}

.focus_text-blue-600:focus {
  color: #3182ce;
}

.focus_text-blue-700:focus {
  color: #2b6cb0;
}

.focus_text-blue-800:focus {
  color: #2c5282;
}

.focus_text-blue-900:focus {
  color: #2B4780;
}

.focus_text-indigo-100:focus {
  color: #ebf4ff;
}

.focus_text-indigo-200:focus {
  color: #c3dafe;
}

.focus_text-indigo-300:focus {
  color: #a3bffa;
}

.focus_text-indigo-400:focus {
  color: #7f9cf5;
}

.focus_text-indigo-500:focus {
  color: #667eea;
}

.focus_text-indigo-600:focus {
  color: #5a67d8;
}

.focus_text-indigo-700:focus {
  color: #4c51bf;
}

.focus_text-indigo-800:focus {
  color: #434190;
}

.focus_text-indigo-900:focus {
  color: #3c366b;
}

.focus_text-purple-100:focus {
  color: #faf5ff;
}

.focus_text-purple-200:focus {
  color: #e9d8fd;
}

.focus_text-purple-300:focus {
  color: #d6bcfa;
}

.focus_text-purple-400:focus {
  color: #b794f4;
}

.focus_text-purple-500:focus {
  color: #9f7aea;
}

.focus_text-purple-600:focus {
  color: #805ad5;
}

.focus_text-purple-700:focus {
  color: #6b46c1;
}

.focus_text-purple-800:focus {
  color: #553c9a;
}

.focus_text-purple-900:focus {
  color: #44337a;
}

.focus_text-pink-100:focus {
  color: #fff5f7;
}

.focus_text-pink-200:focus {
  color: #fed7e2;
}

.focus_text-pink-300:focus {
  color: #fbb6ce;
}

.focus_text-pink-400:focus {
  color: #f687b3;
}

.focus_text-pink-500:focus {
  color: #ed64a6;
}

.focus_text-pink-600:focus {
  color: #d53f8c;
}

.focus_text-pink-700:focus {
  color: #b83280;
}

.focus_text-pink-800:focus {
  color: #97266d;
}

.focus_text-pink-900:focus {
  color: #702459;
}

.focus_text-brand:focus {
  color: #FE2929;
}

.focus_text-brand-dark:focus {
  color: #CB0000;
}

.focus_text-primary:focus {
  color: #2D58AA;
}

.focus_text-primary-dark:focus {
  color: #002577;
}

.focus_text-info:focus {
  color: #2B73A3;
}

.focus_text-info-dark:focus {
  color: #002577;
}

.focus_text-success:focus {
  color: #0EDD66;
}

.focus_text-success-dark:focus {
  color: #00AA33;
}

.focus_text-warning:focus {
  color: #B1991A;
}

.focus_text-warning-dark:focus {
  color: #7E6600;
}

.focus_text-danger:focus {
  color: #FE2929;
}

.focus_text-danger-dark:focus {
  color: #CB0000;
}

.focus_text-light:focus {
  color: #F0F0F0;
}

.focus_text-dark:focus {
  color: #454545;
}

.focus_text-darkest:focus {
  color: #313131;
}

.focus_text-transparent-dark:focus {
  color: rgba(0,0,0,0.6);
}

.focus_text-facebook:focus {
  color: #3b5998;
}

.focus_text-twitter:focus {
  color: #000000;
}

.focus_text-google:focus {
  color: #DB4437;
}

.focus_text-linkedin:focus {
  color: #0077B5;
}

.focus_text-adobe:focus {
  color: #FF0000;
}

.focus_text-rss:focus {
  color: #f26522;
}

.text-xs {
  font-size: 0.52rem;
}

.text-sm {
  font-size: 0.82rem;
}

.text-base {
  font-size: 1.063rem;
}

.text-lg {
  font-size: 1.18rem;
}

.text-xl {
  font-size: 1.41rem;
}

.text-2xl {
  font-size: 1.94rem;
}

.text-3xl {
  font-size: 2.12rem;
}

.text-4xl {
  font-size: 2.65rem;
}

.text-5xl {
  font-size: 2.94rem;
}

.text-6xl {
  font-size: 3.5rem;
}

.italic {
  font-style: italic;
}

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

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

.underline {
  text-decoration: underline;
}

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

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

.hover_underline:hover {
  text-decoration: underline;
}

.hover_line-through:hover {
  text-decoration: line-through;
}

.hover_no-underline:hover {
  text-decoration: none;
}

.focus_underline:focus {
  text-decoration: underline;
}

.focus_line-through:focus {
  text-decoration: line-through;
}

.focus_no-underline:focus {
  text-decoration: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.tracking-tighter {
  letter-spacing: -0.05em;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-normal {
  letter-spacing: 0;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.select-text {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
}

.select-auto {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

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

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

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

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

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

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

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

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

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

.whitespace-pre-line {
  white-space: pre-line;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.break-normal {
  overflow-wrap: normal;
  word-break: normal;
}

.break-words {
  overflow-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.w-0 {
  width: 0;
}

.w-1 {
  width: 0.25rem;
}

.w-2 {
  width: 0.5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-32 {
  width: 8rem;
}

.w-40 {
  width: 10rem;
}

.w-48 {
  width: 12rem;
}

.w-56 {
  width: 14rem;
}

.w-64 {
  width: 16rem;
}

.w-auto {
  width: auto;
}

.w-px {
  width: 1px;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-1\/4 {
  width: 25%;
}

.w-2\/4 {
  width: 50%;
}

.w-3\/4 {
  width: 75%;
}

.w-1\/5 {
  width: 20%;
}

.w-2\/5 {
  width: 40%;
}

.w-3\/5 {
  width: 60%;
}

.w-4\/5 {
  width: 80%;
}

.w-1\/6 {
  width: 16.666667%;
}

.w-2\/6 {
  width: 33.333333%;
}

.w-3\/6 {
  width: 50%;
}

.w-4\/6 {
  width: 66.666667%;
}

.w-5\/6 {
  width: 83.333333%;
}

.w-1\/12 {
  width: 8.333333%;
}

.w-2\/12 {
  width: 16.666667%;
}

.w-3\/12 {
  width: 25%;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-6\/12 {
  width: 50%;
}

.w-7\/12 {
  width: 58.333333%;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-9\/12 {
  width: 75%;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.w-1_2 {
  width: 50%;
}

.w-1_3 {
  width: 33.33333%;
}

.w-2_3 {
  width: 66.66666%;
}

.w-1_4 {
  width: 25%;
}

.w-1_5 {
  width: 20%;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-auto {
  z-index: auto;
}

.pretty * {
  box-sizing: border-box;
}

.pretty input:not([type=checkbox]):not([type=radio]) {
  display: none;
}

.pretty {
  position: relative;
  display: inline-block;
  margin-right: 1em;
  white-space: nowrap;
  line-height: 1;
}

.pretty input {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 1em;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.pretty .state label {
  position: initial;
  display: inline-block;
  font-weight: normal;
  margin: 0;
  text-indent: 1.5em;
  min-width: calc(1em + 2px);
}

.pretty .state label:before, .pretty .state label:after {
  content: "";
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  display: block;
  box-sizing: border-box;
  border-radius: 0;
  border: 1px solid transparent;
  z-index: 0;
  position: absolute;
  left: 0;
  top: calc((0% - (100% - 1em)) - 8%);
  background-color: transparent;
}

.pretty .state label:before {
  border-color: #bdc3c7;
}

.pretty .state.p-is-hover, .pretty .state.p-is-indeterminate {
  display: none;
}

@-webkit-keyframes zoom {
  0% {
    opacity: 0;
    transform: scale(0);
  }
}

@keyframes zoom {
  0% {
    opacity: 0;
    transform: scale(0);
  }
}

@-webkit-keyframes tada {
  0% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
    transform: scale(7);
  }

  38% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
    transform: scale(1);
  }

  55% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    transform: scale(1.5);
  }

  72% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    transform: scale(1);
  }

  81% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    transform: scale(1.24);
  }

  89% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    transform: scale(1);
  }

  95% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    transform: scale(1.04);
  }

  100% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    transform: scale(1);
  }
}

@keyframes tada {
  0% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
    transform: scale(7);
  }

  38% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
    transform: scale(1);
  }

  55% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    transform: scale(1.5);
  }

  72% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    transform: scale(1);
  }

  81% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    transform: scale(1.24);
  }

  89% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    transform: scale(1);
  }

  95% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    transform: scale(1.04);
  }

  100% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    transform: scale(1);
  }
}

@-webkit-keyframes jelly {
  0% {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(0.75, 1.25, 1);
  }

  40% {
    transform: scale3d(1.25, 0.75, 1);
  }

  50% {
    transform: scale3d(0.85, 1.15, 1);
  }

  65% {
    transform: scale3d(1.05, 0.95, 1);
  }

  75% {
    transform: scale3d(0.95, 1.05, 1);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes jelly {
  0% {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(0.75, 1.25, 1);
  }

  40% {
    transform: scale3d(1.25, 0.75, 1);
  }

  50% {
    transform: scale3d(0.85, 1.15, 1);
  }

  65% {
    transform: scale3d(1.05, 0.95, 1);
  }

  75% {
    transform: scale3d(0.95, 1.05, 1);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes rotate {
  0% {
    opacity: 0;
    transform: translateZ(-200px) rotate(-45deg);
  }

  100% {
    opacity: 1;
    transform: translateZ(0) rotate(0);
  }
}

@keyframes rotate {
  0% {
    opacity: 0;
    transform: translateZ(-200px) rotate(-45deg);
  }

  100% {
    opacity: 1;
    transform: translateZ(0) rotate(0);
  }
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0px 0px 0px 0px #bdc3c7;
  }

  100% {
    box-shadow: 0px 0px 0px 1.5em rgba(189, 195, 199, 0);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0px 0px 0px 0px #bdc3c7;
  }

  100% {
    box-shadow: 0px 0px 0px 1.5em rgba(189, 195, 199, 0);
  }
}

.pretty.p-default.p-fill .state label:after {
  transform: scale(1);
}

.pretty.p-default .state label:after {
  transform: scale(0.6);
}

.pretty.p-default input:checked ~ .state label:after {
  background-color: #bdc3c7 !important;
}

.pretty.p-default.p-thick .state label:before, .pretty.p-default.p-thick .state label:after {
  border-width: calc(1em / 7);
}

.pretty.p-default.p-thick .state label:after {
  transform: scale(0.4) !important;
}

.pretty.p-icon .state .icon {
  position: absolute;
  font-size: 1em;
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  left: 0;
  z-index: 1;
  text-align: center;
  line-height: normal;
  top: calc((0% - (100% - 1em)) - 8%);
  border: 1px solid transparent;
  opacity: 0;
}

.pretty.p-icon .state .icon:before {
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.pretty.p-icon input:checked ~ .state .icon {
  opacity: 1;
}

.pretty.p-icon input:checked ~ .state label:before {
  border-color: #5a656b;
}

.pretty.p-svg .state .svg {
  position: absolute;
  font-size: 1em;
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  left: 0;
  z-index: 1;
  text-align: center;
  line-height: normal;
  top: calc((0% - (100% - 1em)) - 8%);
  border: 1px solid transparent;
  opacity: 0;
}

.pretty.p-svg .state svg {
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.pretty.p-svg input:checked ~ .state .svg {
  opacity: 1;
}

.pretty.p-image .state img {
  opacity: 0;
  position: absolute;
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  top: 0;
  top: calc((0% - (100% - 1em)) - 8%);
  left: 0;
  z-index: 0;
  text-align: center;
  line-height: normal;
  transform: scale(0.8);
}

.pretty.p-image input:checked ~ .state img {
  opacity: 1;
}

.pretty.p-switch input {
  min-width: 2em;
}

.pretty.p-switch .state {
  position: relative;
}

.pretty.p-switch .state:before {
  content: "";
  border: 1px solid #bdc3c7;
  border-radius: 60px;
  width: 2em;
  box-sizing: unset;
  height: calc(1em + 2px);
  position: absolute;
  top: 0;
  top: calc((0% - (100% - 1em)) - 16%);
  z-index: 0;
  transition: all 0.5s ease;
}

.pretty.p-switch .state label {
  text-indent: 2.5em;
}

.pretty.p-switch .state label:before, .pretty.p-switch .state label:after {
  transition: all 0.5s ease;
  border-radius: 100%;
  left: 0;
  border-color: transparent;
  transform: scale(0.8);
}

.pretty.p-switch .state label:after {
  background-color: #bdc3c7 !important;
}

.pretty.p-switch input:checked ~ .state:before {
  border-color: #5a656b;
}

.pretty.p-switch input:checked ~ .state label:before {
  opacity: 0;
}

.pretty.p-switch input:checked ~ .state label:after {
  background-color: #5a656b !important;
  left: 1em;
}

.pretty.p-switch.p-fill input:checked ~ .state:before {
  border-color: #5a656b;
  background-color: #5a656b !important;
}

.pretty.p-switch.p-fill input:checked ~ .state label:before {
  opacity: 0;
}

.pretty.p-switch.p-fill input:checked ~ .state label:after {
  background-color: #fff !important;
  left: 1em;
}

.pretty.p-switch.p-slim .state:before {
  height: 0.1em;
  background: #bdc3c7 !important;
  top: calc(50% - 0.1em);
}

.pretty.p-switch.p-slim input:checked ~ .state:before {
  border-color: #5a656b;
  background-color: #5a656b !important;
}

.pretty.p-has-hover input:hover ~ .state:not(.p-is-hover) {
  display: none;
}

.pretty.p-has-hover input:hover ~ .state.p-is-hover {
  display: block;
}

.pretty.p-has-hover input:hover ~ .state.p-is-hover .icon {
  display: block;
}

.pretty.p-has-focus input:focus ~ .state label:before {
  box-shadow: 0px 0px 3px 0px #bdc3c7;
}

.pretty.p-has-indeterminate input[type=checkbox]:indeterminate ~ .state:not(.p-is-indeterminate) {
  display: none;
}

.pretty.p-has-indeterminate input[type=checkbox]:indeterminate ~ .state.p-is-indeterminate {
  display: block;
}

.pretty.p-has-indeterminate input[type=checkbox]:indeterminate ~ .state.p-is-indeterminate .icon {
  display: block;
  opacity: 1;
}

.pretty.p-toggle .state.p-on {
  opacity: 0;
  display: none;
}

.pretty.p-toggle .state.p-off,
.pretty.p-toggle .state .icon,
.pretty.p-toggle .state .svg,
.pretty.p-toggle .state img {
  opacity: 1;
  display: inherit;
}

.pretty.p-toggle .state.p-off .icon {
  color: #bdc3c7;
}

.pretty.p-toggle input:checked ~ .state.p-on {
  opacity: 1;
  display: inherit;
}

.pretty.p-toggle input:checked ~ .state.p-off {
  opacity: 0;
  display: none;
}

.pretty.p-plain input:checked ~ .state label:before, .pretty.p-plain.p-toggle .state label:before {
  content: none;
}

.pretty.p-plain.p-plain .icon {
  transform: scale(1.1);
}

.pretty.p-round .state label:before, .pretty.p-round .state label:after {
  border-radius: 100%;
}

.pretty.p-round.p-icon .state .icon {
  border-radius: 100%;
  overflow: hidden;
}

.pretty.p-round.p-icon .state .icon:before {
  transform: scale(0.8);
}

.pretty.p-curve .state label:before, .pretty.p-curve .state label:after {
  border-radius: 20%;
}

.pretty.p-smooth label:before,
.pretty.p-smooth label:after,
.pretty.p-smooth .icon,
.pretty.p-smooth .svg {
  transition: all 0.5s ease;
}

.pretty.p-smooth input:checked + .state label:after {
  transition: all 0.3s ease;
}

.pretty.p-smooth input:checked + .state .icon,
.pretty.p-smooth input:checked + .state .svg,
.pretty.p-smooth input:checked + .state img {
  -webkit-animation: zoom 0.2s ease;
          animation: zoom 0.2s ease;
}

.pretty.p-smooth.p-default input:checked + .state label:after {
  -webkit-animation: zoom 0.2s ease;
          animation: zoom 0.2s ease;
}

.pretty.p-smooth.p-plain input:checked + .state label:before {
  content: "";
  transform: scale(0);
  transition: all 0.5s ease;
}

.pretty.p-tada:not(.p-default) input:checked + .state .icon,
.pretty.p-tada:not(.p-default) input:checked + .state .svg,
.pretty.p-tada:not(.p-default) input:checked + .state img,
.pretty.p-tada:not(.p-default) input:checked + .state label:before,
.pretty.p-tada:not(.p-default) input:checked + .state label:after {
  -webkit-animation: tada 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1 alternate;
          animation: tada 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1 alternate;
  opacity: 1;
}

.pretty.p-jelly:not(.p-default) input:checked + .state .icon,
.pretty.p-jelly:not(.p-default) input:checked + .state .svg,
.pretty.p-jelly:not(.p-default) input:checked + .state img,
.pretty.p-jelly:not(.p-default) input:checked + .state label:before,
.pretty.p-jelly:not(.p-default) input:checked + .state label:after {
  -webkit-animation: jelly 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: jelly 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1;
}

.pretty.p-jelly:not(.p-default) input:checked + .state label:before {
  border-color: transparent;
}

.pretty.p-rotate:not(.p-default) input:checked ~ .state .icon,
.pretty.p-rotate:not(.p-default) input:checked ~ .state .svg,
.pretty.p-rotate:not(.p-default) input:checked ~ .state img,
.pretty.p-rotate:not(.p-default) input:checked ~ .state label:before,
.pretty.p-rotate:not(.p-default) input:checked ~ .state label:after {
  -webkit-animation: rotate 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: rotate 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1;
}

.pretty.p-rotate:not(.p-default) input:checked ~ .state label:before {
  border-color: transparent;
}

.pretty.p-pulse:not(.p-switch) input:checked ~ .state label:before {
  -webkit-animation: pulse 1s;
          animation: pulse 1s;
}

.pretty input[disabled] {
  cursor: not-allowed;
  display: none;
}

.pretty input[disabled] ~ * {
  opacity: 0.5;
}

.pretty.p-locked input {
  display: none;
  cursor: not-allowed;
}

.pretty input:checked ~ .state.p-primary label:after, .pretty.p-toggle .state.p-primary label:after {
  background-color: #428bca !important;
}

.pretty input:checked ~ .state.p-primary .icon,
.pretty input:checked ~ .state.p-primary .svg, .pretty.p-toggle .state.p-primary .icon,
.pretty.p-toggle .state.p-primary .svg {
  color: #fff;
  stroke: #fff;
}

.pretty input:checked ~ .state.p-primary-o label:before, .pretty.p-toggle .state.p-primary-o label:before {
  border-color: #428bca;
}

.pretty input:checked ~ .state.p-primary-o label:after, .pretty.p-toggle .state.p-primary-o label:after {
  background-color: transparent;
}

.pretty input:checked ~ .state.p-primary-o .icon,
.pretty input:checked ~ .state.p-primary-o .svg,
.pretty input:checked ~ .state.p-primary-o svg, .pretty.p-toggle .state.p-primary-o .icon,
.pretty.p-toggle .state.p-primary-o .svg,
.pretty.p-toggle .state.p-primary-o svg {
  color: #428bca;
  stroke: #428bca;
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-primary-o label:after {
  background-color: #428bca !important;
}

.pretty.p-switch input:checked ~ .state.p-primary:before {
  border-color: #428bca;
}

.pretty.p-switch.p-fill input:checked ~ .state.p-primary:before {
  background-color: #428bca !important;
}

.pretty.p-switch.p-slim input:checked ~ .state.p-primary:before {
  border-color: #245682;
  background-color: #245682 !important;
}

.pretty input:checked ~ .state.p-info label:after, .pretty.p-toggle .state.p-info label:after {
  background-color: #5bc0de !important;
}

.pretty input:checked ~ .state.p-info .icon,
.pretty input:checked ~ .state.p-info .svg, .pretty.p-toggle .state.p-info .icon,
.pretty.p-toggle .state.p-info .svg {
  color: #fff;
  stroke: #fff;
}

.pretty input:checked ~ .state.p-info-o label:before, .pretty.p-toggle .state.p-info-o label:before {
  border-color: #5bc0de;
}

.pretty input:checked ~ .state.p-info-o label:after, .pretty.p-toggle .state.p-info-o label:after {
  background-color: transparent;
}

.pretty input:checked ~ .state.p-info-o .icon,
.pretty input:checked ~ .state.p-info-o .svg,
.pretty input:checked ~ .state.p-info-o svg, .pretty.p-toggle .state.p-info-o .icon,
.pretty.p-toggle .state.p-info-o .svg,
.pretty.p-toggle .state.p-info-o svg {
  color: #5bc0de;
  stroke: #5bc0de;
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-info-o label:after {
  background-color: #5bc0de !important;
}

.pretty.p-switch input:checked ~ .state.p-info:before {
  border-color: #5bc0de;
}

.pretty.p-switch.p-fill input:checked ~ .state.p-info:before {
  background-color: #5bc0de !important;
}

.pretty.p-switch.p-slim input:checked ~ .state.p-info:before {
  border-color: #2390b0;
  background-color: #2390b0 !important;
}

.pretty input:checked ~ .state.p-success label:after, .pretty.p-toggle .state.p-success label:after {
  background-color: #5cb85c !important;
}

.pretty input:checked ~ .state.p-success .icon,
.pretty input:checked ~ .state.p-success .svg, .pretty.p-toggle .state.p-success .icon,
.pretty.p-toggle .state.p-success .svg {
  color: #fff;
  stroke: #fff;
}

.pretty input:checked ~ .state.p-success-o label:before, .pretty.p-toggle .state.p-success-o label:before {
  border-color: #5cb85c;
}

.pretty input:checked ~ .state.p-success-o label:after, .pretty.p-toggle .state.p-success-o label:after {
  background-color: transparent;
}

.pretty input:checked ~ .state.p-success-o .icon,
.pretty input:checked ~ .state.p-success-o .svg,
.pretty input:checked ~ .state.p-success-o svg, .pretty.p-toggle .state.p-success-o .icon,
.pretty.p-toggle .state.p-success-o .svg,
.pretty.p-toggle .state.p-success-o svg {
  color: #5cb85c;
  stroke: #5cb85c;
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-success-o label:after {
  background-color: #5cb85c !important;
}

.pretty.p-switch input:checked ~ .state.p-success:before {
  border-color: #5cb85c;
}

.pretty.p-switch.p-fill input:checked ~ .state.p-success:before {
  background-color: #5cb85c !important;
}

.pretty.p-switch.p-slim input:checked ~ .state.p-success:before {
  border-color: #357935;
  background-color: #357935 !important;
}

.pretty input:checked ~ .state.p-warning label:after, .pretty.p-toggle .state.p-warning label:after {
  background-color: #f0ad4e !important;
}

.pretty input:checked ~ .state.p-warning .icon,
.pretty input:checked ~ .state.p-warning .svg, .pretty.p-toggle .state.p-warning .icon,
.pretty.p-toggle .state.p-warning .svg {
  color: #fff;
  stroke: #fff;
}

.pretty input:checked ~ .state.p-warning-o label:before, .pretty.p-toggle .state.p-warning-o label:before {
  border-color: #f0ad4e;
}

.pretty input:checked ~ .state.p-warning-o label:after, .pretty.p-toggle .state.p-warning-o label:after {
  background-color: transparent;
}

.pretty input:checked ~ .state.p-warning-o .icon,
.pretty input:checked ~ .state.p-warning-o .svg,
.pretty input:checked ~ .state.p-warning-o svg, .pretty.p-toggle .state.p-warning-o .icon,
.pretty.p-toggle .state.p-warning-o .svg,
.pretty.p-toggle .state.p-warning-o svg {
  color: #f0ad4e;
  stroke: #f0ad4e;
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-warning-o label:after {
  background-color: #f0ad4e !important;
}

.pretty.p-switch input:checked ~ .state.p-warning:before {
  border-color: #f0ad4e;
}

.pretty.p-switch.p-fill input:checked ~ .state.p-warning:before {
  background-color: #f0ad4e !important;
}

.pretty.p-switch.p-slim input:checked ~ .state.p-warning:before {
  border-color: #c77c11;
  background-color: #c77c11 !important;
}

.pretty input:checked ~ .state.p-danger label:after, .pretty.p-toggle .state.p-danger label:after {
  background-color: #d9534f !important;
}

.pretty input:checked ~ .state.p-danger .icon,
.pretty input:checked ~ .state.p-danger .svg, .pretty.p-toggle .state.p-danger .icon,
.pretty.p-toggle .state.p-danger .svg {
  color: #fff;
  stroke: #fff;
}

.pretty input:checked ~ .state.p-danger-o label:before, .pretty.p-toggle .state.p-danger-o label:before {
  border-color: #d9534f;
}

.pretty input:checked ~ .state.p-danger-o label:after, .pretty.p-toggle .state.p-danger-o label:after {
  background-color: transparent;
}

.pretty input:checked ~ .state.p-danger-o .icon,
.pretty input:checked ~ .state.p-danger-o .svg,
.pretty input:checked ~ .state.p-danger-o svg, .pretty.p-toggle .state.p-danger-o .icon,
.pretty.p-toggle .state.p-danger-o .svg,
.pretty.p-toggle .state.p-danger-o svg {
  color: #d9534f;
  stroke: #d9534f;
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-danger-o label:after {
  background-color: #d9534f !important;
}

.pretty.p-switch input:checked ~ .state.p-danger:before {
  border-color: #d9534f;
}

.pretty.p-switch.p-fill input:checked ~ .state.p-danger:before {
  background-color: #d9534f !important;
}

.pretty.p-switch.p-slim input:checked ~ .state.p-danger:before {
  border-color: #a02622;
  background-color: #a02622 !important;
}

.pretty.p-bigger label:before,
.pretty.p-bigger label:after,
.pretty.p-bigger .icon,
.pretty.p-bigger .svg,
.pretty.p-bigger .img {
  font-size: 1.2em !important;
  top: calc((0% - (100% - 1em)) - 35%) !important;
}

.pretty.p-bigger label {
  text-indent: 1.7em;
}

@media print {
  .pretty .state:before,
.pretty .state label:before,
.pretty .state label:after,
.pretty .state .icon {
    color-adjust: exact;
    /* stylelint-disable */
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}

.button {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: inline-block;
  border-radius: 0.588rem;
  font-family: Inter, sans-serif;
}

.button:disabled, .button[disabled=disabled] {
  cursor: not-allowed;
}

.button.is-small {
  font-size: 0.52rem;
}

.button.is-transparent {
  background-color: transparent;
  color: #fff;
  border-width: 1px;
  border-color: #fff;
}

.button.is-primary {
  background-color: #2D58AA;
  color: #fff;
}

.button.is-primary:hover {
  background-color: #002577;
}

.button.is-info {
  background-color: #2D58AA;
  color: #fff;
}

.button.is-info:hover {
  background-color: #002577;
}

.button.is-success {
  background-color: #0EDD66;
  color: #fff;
}

.button.is-success:hover {
  background-color: #00AA33;
}

.button.is-warning {
  background-color: #B1991A;
  color: #fff;
}

.button.is-warning:hover {
  background-color: #7E6600;
}

.button.is-danger {
  background-color: #FE2929;
  color: #fff;
}

.button.is-danger:hover {
  background-color: #CB0000;
}

.aspect-ratio {
  width: 100%;
  height: 0;
}

.aspect-ratio.is-1-by-1 {
  padding-bottom: 100%;
}

.aspect-ratio.is-21-by-9 {
  padding-bottom: 42.85%;
}

.aspect-ratio.is-4-by-3 {
  padding-bottom: 75%;
}

.aspect-ratio.is-2-by-1 {
  padding-bottom: 50%;
}

.aspect-ratio.is-3-by-1 {
  padding-bottom: 33%;
}

.aspect-ratio.is-10-by-3 {
  padding-bottom: 30%;
}

.aspect-ratio.is-16-by-9 {
  padding-top: 56.25%;
}

.aspect-ratio-off {
  height: auto;
  padding-bottom: initial !important;
}

.input-group {
  display: block;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.input-group .label {
  display: block;
  width: 100%;
  color: #454545;
}

.input-group .input, .input-group .select {
  width: 100%;
  border-radius: 0.588rem;
  padding: 0.5rem;
  border-width: 1px;
  border-color: #B8B8B8;
  color: #454545;
  font-size: 0.82rem;
}

.input-group .select {
  -webkit-appearance: none;
}

.pretty label {
  color: #454545;
}

.help {
  font-size: 0.82rem;
  color: #454545;
}

ul.pagination {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
}

ul.pagination > .page-item:first-of-type > .page-link {
  border-top-left-radius: 0.588rem;
  border-bottom-left-radius: 0.588rem;
}

ul.pagination > .page-item:last-of-type > .page-link {
  border-top-right-radius: 0.588rem;
  border-bottom-right-radius: 0.588rem;
}

ul.pagination > .page-item > .page-link {
  display: block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-width: 1px;
  background-color: #fff;
}

ul.pagination > .page-item.disabled {
  color: #454545;
  cursor: not-allowed;
}

ul.pagination > .page-item.active > A, ul.pagination > .page-item.active > .page-link {
  background-color: #2D58AA;
  color: #fff;
}

.table {
  border-style: none;
}

.table th {
  background-color: #a0aec0;
}

.table td {
  margin: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border-style: none;
}

.table.is-striped tr:nth-child(even) {
  background-color: #e2e8f0;
}

.table.is-hoverable tr:hover {
  background-color: #f7fafc;
}

.table.is-fullwidth {
  width: 100%;
}

.table.is-narrow td {
  padding: 0.25rem;
}

.notification {
  border-left-width: 4px;
  padding: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.294rem;
}

.notification.is-danger {
  background-color: #fff5f5;
  border-color: #f56565;
  color: #742a2a;
}

.notification.is-warning {
  background-color: #fffaf0;
  border-color: #ed8936;
  color: #7b341e;
}

.notification.is-success {
  background-color: #f0fff4;
  border-color: #48bb78;
  color: #22543d;
}

ul.header-submenu {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  background-color: #fff;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-radius: 0.588rem;
}

@media (min-width: 768px) {
  ul.header-submenu {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-right: -1rem;
    height: 4rem;
  }
}

ul.header-submenu li.item {
  width: 100%;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

@media (min-width: 768px) {
  ul.header-submenu li.item {
    margin-right: 1rem;
    width: auto;
    margin-top: auto;
    margin-bottom: auto;
  }
}

ul.header-submenu li.item a {
  display: block;
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 0.588rem;
  display: inline-block;
  background-color: #2D58AA;
  color: #fff;
  font-family: Inter, sans-serif;
}

@media (min-width: 768px) {
  ul.header-submenu li.item a {
    width: auto;
  }
}

ul.header-submenu li.lesser-item {
  width: 50%;
  border-bottom-width: 1px;
  border-right-width: 1px;
  margin-bottom: 0.25rem;
  line-height: 2;
}

@media (min-width: 768px) {
  ul.header-submenu li.lesser-item {
    margin-right: 1rem;
    border-width: 0;
    width: auto;
  }
}

.modal {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  overflow: hidden;
}

.modal.is-active {
  display: flex;
}

.modal .modal-background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #000;
  opacity: 0.75;
}

.modal .modal-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0.294rem;
  z-index: 20;
  max-height: calc(100vh - 40px);
}

.modal .modal-card-head {
  font-size: 1.063rem;
  background-color: #F0F0F0;
  font-weight: 700;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom-width: 1px;
}

.modal .modal-card-body {
  font-size: 1.063rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.modal .modal-card-foot {
  font-size: 1.063rem;
  background-color: #F0F0F0;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top-width: 1px;
}

.static-page {
  margin-top: 1.5rem;
}

.static-page h1, .static-page h2, .static-page h3, .static-page h4, .static-page h5, .static-page h6 {
  font-weight: 700;
  text-transform: uppercase;
}

.static-page h1 {
  font-size: 1.94rem;
  border-bottom-width: 2px;
  border-color: #FE2929;
  margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
  .static-page h1 {
    font-size: 2.94rem;
  }
}

.static-page h2 {
  font-size: 1.41rem;
  border-bottom-width: 2px;
  border-color: #FE2929;
  margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
  .static-page h2 {
    font-size: 2.12rem;
  }
}

.static-page h3 {
  font-size: 1.18rem;
}

@media (min-width: 768px) {
  .static-page h3 {
    font-size: 1.41rem;
  }
}

@media (min-width: 768px) {
  .static-page h4 {
    font-size: 1.18rem;
  }
}

.static-page p {
  margin-bottom: 1.5rem;
}

.static-page strong {
  color: #FE2929;
}

.static-page ul {
  list-style: disc;
  margin-left: 1rem;
}

.static-page ul li p {
  margin-bottom: 0.25rem;
  margin-top: 0.25rem;
}

.static-page ol {
  list-style: decimal;
  margin-left: 1rem;
}

.static-page ol li p {
  margin-bottom: 0.25rem;
  margin-top: 0.25rem;
}

.alert {
  border-left-width: 2px;
  background-color: #fff;
  border-top-left-radius: 0.294rem;
  border-bottom-left-radius: 0.294rem;
  font-size: 0.82rem;
  padding: 0.75rem;
}

.alert.is-info {
  color: #2B73A3;
  border-color: #2B73A3;
}

.alert.is-primary {
  color: #2D58AA;
  border-color: #2D58AA;
}

.alert.is-warning {
  color: #B1991A;
  border-color: #B1991A;
}

.alert.is-danger {
  color: #FE2929;
  border-color: #FE2929;
}

.alert.is-success {
  color: #0EDD66;
  border-color: #0EDD66;
}

#main-menu .menu-item {
  display: none;
}

@media (min-width: 768px) {
  #main-menu .menu-item {
    display: block;
  }
}

#main-menu.is-active .menu-item {
  display: block;
}

.ck-content ul, .ck-content ol {
  margin-left: 2rem;
}

.ck-content ul {
  list-style-type: disc;
}

.ck-content ol {
  list-style-type: decimal;
}

.ck-content a {
  color: #2D58AA;
  text-decoration: underline;
}

html {
  font-family: Inter, sans-serif;
}

body {
  font-size: 17px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Inter, sans-serif;
}

h1.is-underlined, h2.is-underlined, h3.is-underlined, h4.is-underlined, h5.is-underlined, h6.is-underlined {
  border-bottom-width: 2px;
  border-color: #FE2929;
  margin-bottom: 0.75rem;
}

.title, .font-title {
  font-family: Inter, sans-serif;
}

.bg-image {
  background-size: cover;
  background-position: center;
}

.required:after {
  content: " *";
  color: #FE2929;
}

#application-footer {
  background-color: #000;
  padding: 0;
  color: #F0F0F0;
}

@media (min-width: 768px) {
  #application-footer {
    background: linear-gradient(to right, black 0%, black 50%, #000000 50%, #313131 50%, #313131 100%);
    /* W3C */
  }
}

#hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
}

article a {
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}

strong {
  font-weight: 700;
}

a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

@media (min-width: 640px) {
  .sm_sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

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

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

  .sm_focus_not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm_appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sm_bg-fixed {
    background-attachment: fixed;
  }

  .sm_bg-local {
    background-attachment: local;
  }

  .sm_bg-scroll {
    background-attachment: scroll;
  }

  .sm_bg-transparent {
    background-color: transparent;
  }

  .sm_bg-black {
    background-color: #000;
  }

  .sm_bg-white {
    background-color: #fff;
  }

  .sm_bg-gray-100 {
    background-color: #f7fafc;
  }

  .sm_bg-gray-200 {
    background-color: #edf2f7;
  }

  .sm_bg-gray-300 {
    background-color: #e2e8f0;
  }

  .sm_bg-gray-400 {
    background-color: #B8B8B8;
  }

  .sm_bg-gray-500 {
    background-color: #a0aec0;
  }

  .sm_bg-gray-600 {
    background-color: #718096;
  }

  .sm_bg-gray-700 {
    background-color: #313131;
  }

  .sm_bg-gray-800 {
    background-color: #2d3748;
  }

  .sm_bg-gray-900 {
    background-color: #1a202c;
  }

  .sm_bg-red-100 {
    background-color: #fff5f5;
  }

  .sm_bg-red-200 {
    background-color: #fed7d7;
  }

  .sm_bg-red-300 {
    background-color: #feb2b2;
  }

  .sm_bg-red-400 {
    background-color: #fc8181;
  }

  .sm_bg-red-500 {
    background-color: #f56565;
  }

  .sm_bg-red-600 {
    background-color: #e53e3e;
  }

  .sm_bg-red-700 {
    background-color: #c53030;
  }

  .sm_bg-red-800 {
    background-color: #9b2c2c;
  }

  .sm_bg-red-900 {
    background-color: #742a2a;
  }

  .sm_bg-orange-100 {
    background-color: #fffaf0;
  }

  .sm_bg-orange-200 {
    background-color: #feebc8;
  }

  .sm_bg-orange-300 {
    background-color: #fbd38d;
  }

  .sm_bg-orange-400 {
    background-color: #f6ad55;
  }

  .sm_bg-orange-500 {
    background-color: #ed8936;
  }

  .sm_bg-orange-600 {
    background-color: #dd6b20;
  }

  .sm_bg-orange-700 {
    background-color: #c05621;
  }

  .sm_bg-orange-800 {
    background-color: #9c4221;
  }

  .sm_bg-orange-900 {
    background-color: #7b341e;
  }

  .sm_bg-yellow-100 {
    background-color: #fffff0;
  }

  .sm_bg-yellow-200 {
    background-color: #fefcbf;
  }

  .sm_bg-yellow-300 {
    background-color: #faf089;
  }

  .sm_bg-yellow-400 {
    background-color: #f6e05e;
  }

  .sm_bg-yellow-500 {
    background-color: #ecc94b;
  }

  .sm_bg-yellow-600 {
    background-color: #d69e2e;
  }

  .sm_bg-yellow-700 {
    background-color: #b7791f;
  }

  .sm_bg-yellow-800 {
    background-color: #975a16;
  }

  .sm_bg-yellow-900 {
    background-color: #744210;
  }

  .sm_bg-green-100 {
    background-color: #f0fff4;
  }

  .sm_bg-green-200 {
    background-color: #c6f6d5;
  }

  .sm_bg-green-300 {
    background-color: #9ae6b4;
  }

  .sm_bg-green-400 {
    background-color: #68d391;
  }

  .sm_bg-green-500 {
    background-color: #48bb78;
  }

  .sm_bg-green-600 {
    background-color: #38a169;
  }

  .sm_bg-green-700 {
    background-color: #2f855a;
  }

  .sm_bg-green-800 {
    background-color: #276749;
  }

  .sm_bg-green-900 {
    background-color: #22543d;
  }

  .sm_bg-teal-100 {
    background-color: #e6fffa;
  }

  .sm_bg-teal-200 {
    background-color: #b2f5ea;
  }

  .sm_bg-teal-300 {
    background-color: #81e6d9;
  }

  .sm_bg-teal-400 {
    background-color: #4fd1c5;
  }

  .sm_bg-teal-500 {
    background-color: #38b2ac;
  }

  .sm_bg-teal-600 {
    background-color: #319795;
  }

  .sm_bg-teal-700 {
    background-color: #2c7a7b;
  }

  .sm_bg-teal-800 {
    background-color: #285e61;
  }

  .sm_bg-teal-900 {
    background-color: #234e52;
  }

  .sm_bg-blue-100 {
    background-color: #ebf8ff;
  }

  .sm_bg-blue-200 {
    background-color: #bee3f8;
  }

  .sm_bg-blue-300 {
    background-color: #90cdf4;
  }

  .sm_bg-blue-400 {
    background-color: #63b3ed;
  }

  .sm_bg-blue-500 {
    background-color: #4299e1;
  }

  .sm_bg-blue-600 {
    background-color: #3182ce;
  }

  .sm_bg-blue-700 {
    background-color: #2b6cb0;
  }

  .sm_bg-blue-800 {
    background-color: #2c5282;
  }

  .sm_bg-blue-900 {
    background-color: #2B4780;
  }

  .sm_bg-indigo-100 {
    background-color: #ebf4ff;
  }

  .sm_bg-indigo-200 {
    background-color: #c3dafe;
  }

  .sm_bg-indigo-300 {
    background-color: #a3bffa;
  }

  .sm_bg-indigo-400 {
    background-color: #7f9cf5;
  }

  .sm_bg-indigo-500 {
    background-color: #667eea;
  }

  .sm_bg-indigo-600 {
    background-color: #5a67d8;
  }

  .sm_bg-indigo-700 {
    background-color: #4c51bf;
  }

  .sm_bg-indigo-800 {
    background-color: #434190;
  }

  .sm_bg-indigo-900 {
    background-color: #3c366b;
  }

  .sm_bg-purple-100 {
    background-color: #faf5ff;
  }

  .sm_bg-purple-200 {
    background-color: #e9d8fd;
  }

  .sm_bg-purple-300 {
    background-color: #d6bcfa;
  }

  .sm_bg-purple-400 {
    background-color: #b794f4;
  }

  .sm_bg-purple-500 {
    background-color: #9f7aea;
  }

  .sm_bg-purple-600 {
    background-color: #805ad5;
  }

  .sm_bg-purple-700 {
    background-color: #6b46c1;
  }

  .sm_bg-purple-800 {
    background-color: #553c9a;
  }

  .sm_bg-purple-900 {
    background-color: #44337a;
  }

  .sm_bg-pink-100 {
    background-color: #fff5f7;
  }

  .sm_bg-pink-200 {
    background-color: #fed7e2;
  }

  .sm_bg-pink-300 {
    background-color: #fbb6ce;
  }

  .sm_bg-pink-400 {
    background-color: #f687b3;
  }

  .sm_bg-pink-500 {
    background-color: #ed64a6;
  }

  .sm_bg-pink-600 {
    background-color: #d53f8c;
  }

  .sm_bg-pink-700 {
    background-color: #b83280;
  }

  .sm_bg-pink-800 {
    background-color: #97266d;
  }

  .sm_bg-pink-900 {
    background-color: #702459;
  }

  .sm_bg-brand {
    background-color: #FE2929;
  }

  .sm_bg-brand-dark {
    background-color: #CB0000;
  }

  .sm_bg-primary {
    background-color: #2D58AA;
  }

  .sm_bg-primary-dark {
    background-color: #002577;
  }

  .sm_bg-info {
    background-color: #2B73A3;
  }

  .sm_bg-info-dark {
    background-color: #002577;
  }

  .sm_bg-success {
    background-color: #0EDD66;
  }

  .sm_bg-success-dark {
    background-color: #00AA33;
  }

  .sm_bg-warning {
    background-color: #B1991A;
  }

  .sm_bg-warning-dark {
    background-color: #7E6600;
  }

  .sm_bg-danger {
    background-color: #FE2929;
  }

  .sm_bg-danger-dark {
    background-color: #CB0000;
  }

  .sm_bg-light {
    background-color: #F0F0F0;
  }

  .sm_bg-dark {
    background-color: #454545;
  }

  .sm_bg-darkest {
    background-color: #313131;
  }

  .sm_bg-transparent-dark {
    background-color: rgba(0,0,0,0.6);
  }

  .sm_bg-facebook {
    background-color: #3b5998;
  }

  .sm_bg-twitter {
    background-color: #000000;
  }

  .sm_bg-google {
    background-color: #DB4437;
  }

  .sm_bg-linkedin {
    background-color: #0077B5;
  }

  .sm_bg-adobe {
    background-color: #FF0000;
  }

  .sm_bg-rss {
    background-color: #f26522;
  }

  .sm_hover_bg-transparent:hover {
    background-color: transparent;
  }

  .sm_hover_bg-black:hover {
    background-color: #000;
  }

  .sm_hover_bg-white:hover {
    background-color: #fff;
  }

  .sm_hover_bg-gray-100:hover {
    background-color: #f7fafc;
  }

  .sm_hover_bg-gray-200:hover {
    background-color: #edf2f7;
  }

  .sm_hover_bg-gray-300:hover {
    background-color: #e2e8f0;
  }

  .sm_hover_bg-gray-400:hover {
    background-color: #B8B8B8;
  }

  .sm_hover_bg-gray-500:hover {
    background-color: #a0aec0;
  }

  .sm_hover_bg-gray-600:hover {
    background-color: #718096;
  }

  .sm_hover_bg-gray-700:hover {
    background-color: #313131;
  }

  .sm_hover_bg-gray-800:hover {
    background-color: #2d3748;
  }

  .sm_hover_bg-gray-900:hover {
    background-color: #1a202c;
  }

  .sm_hover_bg-red-100:hover {
    background-color: #fff5f5;
  }

  .sm_hover_bg-red-200:hover {
    background-color: #fed7d7;
  }

  .sm_hover_bg-red-300:hover {
    background-color: #feb2b2;
  }

  .sm_hover_bg-red-400:hover {
    background-color: #fc8181;
  }

  .sm_hover_bg-red-500:hover {
    background-color: #f56565;
  }

  .sm_hover_bg-red-600:hover {
    background-color: #e53e3e;
  }

  .sm_hover_bg-red-700:hover {
    background-color: #c53030;
  }

  .sm_hover_bg-red-800:hover {
    background-color: #9b2c2c;
  }

  .sm_hover_bg-red-900:hover {
    background-color: #742a2a;
  }

  .sm_hover_bg-orange-100:hover {
    background-color: #fffaf0;
  }

  .sm_hover_bg-orange-200:hover {
    background-color: #feebc8;
  }

  .sm_hover_bg-orange-300:hover {
    background-color: #fbd38d;
  }

  .sm_hover_bg-orange-400:hover {
    background-color: #f6ad55;
  }

  .sm_hover_bg-orange-500:hover {
    background-color: #ed8936;
  }

  .sm_hover_bg-orange-600:hover {
    background-color: #dd6b20;
  }

  .sm_hover_bg-orange-700:hover {
    background-color: #c05621;
  }

  .sm_hover_bg-orange-800:hover {
    background-color: #9c4221;
  }

  .sm_hover_bg-orange-900:hover {
    background-color: #7b341e;
  }

  .sm_hover_bg-yellow-100:hover {
    background-color: #fffff0;
  }

  .sm_hover_bg-yellow-200:hover {
    background-color: #fefcbf;
  }

  .sm_hover_bg-yellow-300:hover {
    background-color: #faf089;
  }

  .sm_hover_bg-yellow-400:hover {
    background-color: #f6e05e;
  }

  .sm_hover_bg-yellow-500:hover {
    background-color: #ecc94b;
  }

  .sm_hover_bg-yellow-600:hover {
    background-color: #d69e2e;
  }

  .sm_hover_bg-yellow-700:hover {
    background-color: #b7791f;
  }

  .sm_hover_bg-yellow-800:hover {
    background-color: #975a16;
  }

  .sm_hover_bg-yellow-900:hover {
    background-color: #744210;
  }

  .sm_hover_bg-green-100:hover {
    background-color: #f0fff4;
  }

  .sm_hover_bg-green-200:hover {
    background-color: #c6f6d5;
  }

  .sm_hover_bg-green-300:hover {
    background-color: #9ae6b4;
  }

  .sm_hover_bg-green-400:hover {
    background-color: #68d391;
  }

  .sm_hover_bg-green-500:hover {
    background-color: #48bb78;
  }

  .sm_hover_bg-green-600:hover {
    background-color: #38a169;
  }

  .sm_hover_bg-green-700:hover {
    background-color: #2f855a;
  }

  .sm_hover_bg-green-800:hover {
    background-color: #276749;
  }

  .sm_hover_bg-green-900:hover {
    background-color: #22543d;
  }

  .sm_hover_bg-teal-100:hover {
    background-color: #e6fffa;
  }

  .sm_hover_bg-teal-200:hover {
    background-color: #b2f5ea;
  }

  .sm_hover_bg-teal-300:hover {
    background-color: #81e6d9;
  }

  .sm_hover_bg-teal-400:hover {
    background-color: #4fd1c5;
  }

  .sm_hover_bg-teal-500:hover {
    background-color: #38b2ac;
  }

  .sm_hover_bg-teal-600:hover {
    background-color: #319795;
  }

  .sm_hover_bg-teal-700:hover {
    background-color: #2c7a7b;
  }

  .sm_hover_bg-teal-800:hover {
    background-color: #285e61;
  }

  .sm_hover_bg-teal-900:hover {
    background-color: #234e52;
  }

  .sm_hover_bg-blue-100:hover {
    background-color: #ebf8ff;
  }

  .sm_hover_bg-blue-200:hover {
    background-color: #bee3f8;
  }

  .sm_hover_bg-blue-300:hover {
    background-color: #90cdf4;
  }

  .sm_hover_bg-blue-400:hover {
    background-color: #63b3ed;
  }

  .sm_hover_bg-blue-500:hover {
    background-color: #4299e1;
  }

  .sm_hover_bg-blue-600:hover {
    background-color: #3182ce;
  }

  .sm_hover_bg-blue-700:hover {
    background-color: #2b6cb0;
  }

  .sm_hover_bg-blue-800:hover {
    background-color: #2c5282;
  }

  .sm_hover_bg-blue-900:hover {
    background-color: #2B4780;
  }

  .sm_hover_bg-indigo-100:hover {
    background-color: #ebf4ff;
  }

  .sm_hover_bg-indigo-200:hover {
    background-color: #c3dafe;
  }

  .sm_hover_bg-indigo-300:hover {
    background-color: #a3bffa;
  }

  .sm_hover_bg-indigo-400:hover {
    background-color: #7f9cf5;
  }

  .sm_hover_bg-indigo-500:hover {
    background-color: #667eea;
  }

  .sm_hover_bg-indigo-600:hover {
    background-color: #5a67d8;
  }

  .sm_hover_bg-indigo-700:hover {
    background-color: #4c51bf;
  }

  .sm_hover_bg-indigo-800:hover {
    background-color: #434190;
  }

  .sm_hover_bg-indigo-900:hover {
    background-color: #3c366b;
  }

  .sm_hover_bg-purple-100:hover {
    background-color: #faf5ff;
  }

  .sm_hover_bg-purple-200:hover {
    background-color: #e9d8fd;
  }

  .sm_hover_bg-purple-300:hover {
    background-color: #d6bcfa;
  }

  .sm_hover_bg-purple-400:hover {
    background-color: #b794f4;
  }

  .sm_hover_bg-purple-500:hover {
    background-color: #9f7aea;
  }

  .sm_hover_bg-purple-600:hover {
    background-color: #805ad5;
  }

  .sm_hover_bg-purple-700:hover {
    background-color: #6b46c1;
  }

  .sm_hover_bg-purple-800:hover {
    background-color: #553c9a;
  }

  .sm_hover_bg-purple-900:hover {
    background-color: #44337a;
  }

  .sm_hover_bg-pink-100:hover {
    background-color: #fff5f7;
  }

  .sm_hover_bg-pink-200:hover {
    background-color: #fed7e2;
  }

  .sm_hover_bg-pink-300:hover {
    background-color: #fbb6ce;
  }

  .sm_hover_bg-pink-400:hover {
    background-color: #f687b3;
  }

  .sm_hover_bg-pink-500:hover {
    background-color: #ed64a6;
  }

  .sm_hover_bg-pink-600:hover {
    background-color: #d53f8c;
  }

  .sm_hover_bg-pink-700:hover {
    background-color: #b83280;
  }

  .sm_hover_bg-pink-800:hover {
    background-color: #97266d;
  }

  .sm_hover_bg-pink-900:hover {
    background-color: #702459;
  }

  .sm_hover_bg-brand:hover {
    background-color: #FE2929;
  }

  .sm_hover_bg-brand-dark:hover {
    background-color: #CB0000;
  }

  .sm_hover_bg-primary:hover {
    background-color: #2D58AA;
  }

  .sm_hover_bg-primary-dark:hover {
    background-color: #002577;
  }

  .sm_hover_bg-info:hover {
    background-color: #2B73A3;
  }

  .sm_hover_bg-info-dark:hover {
    background-color: #002577;
  }

  .sm_hover_bg-success:hover {
    background-color: #0EDD66;
  }

  .sm_hover_bg-success-dark:hover {
    background-color: #00AA33;
  }

  .sm_hover_bg-warning:hover {
    background-color: #B1991A;
  }

  .sm_hover_bg-warning-dark:hover {
    background-color: #7E6600;
  }

  .sm_hover_bg-danger:hover {
    background-color: #FE2929;
  }

  .sm_hover_bg-danger-dark:hover {
    background-color: #CB0000;
  }

  .sm_hover_bg-light:hover {
    background-color: #F0F0F0;
  }

  .sm_hover_bg-dark:hover {
    background-color: #454545;
  }

  .sm_hover_bg-darkest:hover {
    background-color: #313131;
  }

  .sm_hover_bg-transparent-dark:hover {
    background-color: rgba(0,0,0,0.6);
  }

  .sm_hover_bg-facebook:hover {
    background-color: #3b5998;
  }

  .sm_hover_bg-twitter:hover {
    background-color: #000000;
  }

  .sm_hover_bg-google:hover {
    background-color: #DB4437;
  }

  .sm_hover_bg-linkedin:hover {
    background-color: #0077B5;
  }

  .sm_hover_bg-adobe:hover {
    background-color: #FF0000;
  }

  .sm_hover_bg-rss:hover {
    background-color: #f26522;
  }

  .sm_focus_bg-transparent:focus {
    background-color: transparent;
  }

  .sm_focus_bg-black:focus {
    background-color: #000;
  }

  .sm_focus_bg-white:focus {
    background-color: #fff;
  }

  .sm_focus_bg-gray-100:focus {
    background-color: #f7fafc;
  }

  .sm_focus_bg-gray-200:focus {
    background-color: #edf2f7;
  }

  .sm_focus_bg-gray-300:focus {
    background-color: #e2e8f0;
  }

  .sm_focus_bg-gray-400:focus {
    background-color: #B8B8B8;
  }

  .sm_focus_bg-gray-500:focus {
    background-color: #a0aec0;
  }

  .sm_focus_bg-gray-600:focus {
    background-color: #718096;
  }

  .sm_focus_bg-gray-700:focus {
    background-color: #313131;
  }

  .sm_focus_bg-gray-800:focus {
    background-color: #2d3748;
  }

  .sm_focus_bg-gray-900:focus {
    background-color: #1a202c;
  }

  .sm_focus_bg-red-100:focus {
    background-color: #fff5f5;
  }

  .sm_focus_bg-red-200:focus {
    background-color: #fed7d7;
  }

  .sm_focus_bg-red-300:focus {
    background-color: #feb2b2;
  }

  .sm_focus_bg-red-400:focus {
    background-color: #fc8181;
  }

  .sm_focus_bg-red-500:focus {
    background-color: #f56565;
  }

  .sm_focus_bg-red-600:focus {
    background-color: #e53e3e;
  }

  .sm_focus_bg-red-700:focus {
    background-color: #c53030;
  }

  .sm_focus_bg-red-800:focus {
    background-color: #9b2c2c;
  }

  .sm_focus_bg-red-900:focus {
    background-color: #742a2a;
  }

  .sm_focus_bg-orange-100:focus {
    background-color: #fffaf0;
  }

  .sm_focus_bg-orange-200:focus {
    background-color: #feebc8;
  }

  .sm_focus_bg-orange-300:focus {
    background-color: #fbd38d;
  }

  .sm_focus_bg-orange-400:focus {
    background-color: #f6ad55;
  }

  .sm_focus_bg-orange-500:focus {
    background-color: #ed8936;
  }

  .sm_focus_bg-orange-600:focus {
    background-color: #dd6b20;
  }

  .sm_focus_bg-orange-700:focus {
    background-color: #c05621;
  }

  .sm_focus_bg-orange-800:focus {
    background-color: #9c4221;
  }

  .sm_focus_bg-orange-900:focus {
    background-color: #7b341e;
  }

  .sm_focus_bg-yellow-100:focus {
    background-color: #fffff0;
  }

  .sm_focus_bg-yellow-200:focus {
    background-color: #fefcbf;
  }

  .sm_focus_bg-yellow-300:focus {
    background-color: #faf089;
  }

  .sm_focus_bg-yellow-400:focus {
    background-color: #f6e05e;
  }

  .sm_focus_bg-yellow-500:focus {
    background-color: #ecc94b;
  }

  .sm_focus_bg-yellow-600:focus {
    background-color: #d69e2e;
  }

  .sm_focus_bg-yellow-700:focus {
    background-color: #b7791f;
  }

  .sm_focus_bg-yellow-800:focus {
    background-color: #975a16;
  }

  .sm_focus_bg-yellow-900:focus {
    background-color: #744210;
  }

  .sm_focus_bg-green-100:focus {
    background-color: #f0fff4;
  }

  .sm_focus_bg-green-200:focus {
    background-color: #c6f6d5;
  }

  .sm_focus_bg-green-300:focus {
    background-color: #9ae6b4;
  }

  .sm_focus_bg-green-400:focus {
    background-color: #68d391;
  }

  .sm_focus_bg-green-500:focus {
    background-color: #48bb78;
  }

  .sm_focus_bg-green-600:focus {
    background-color: #38a169;
  }

  .sm_focus_bg-green-700:focus {
    background-color: #2f855a;
  }

  .sm_focus_bg-green-800:focus {
    background-color: #276749;
  }

  .sm_focus_bg-green-900:focus {
    background-color: #22543d;
  }

  .sm_focus_bg-teal-100:focus {
    background-color: #e6fffa;
  }

  .sm_focus_bg-teal-200:focus {
    background-color: #b2f5ea;
  }

  .sm_focus_bg-teal-300:focus {
    background-color: #81e6d9;
  }

  .sm_focus_bg-teal-400:focus {
    background-color: #4fd1c5;
  }

  .sm_focus_bg-teal-500:focus {
    background-color: #38b2ac;
  }

  .sm_focus_bg-teal-600:focus {
    background-color: #319795;
  }

  .sm_focus_bg-teal-700:focus {
    background-color: #2c7a7b;
  }

  .sm_focus_bg-teal-800:focus {
    background-color: #285e61;
  }

  .sm_focus_bg-teal-900:focus {
    background-color: #234e52;
  }

  .sm_focus_bg-blue-100:focus {
    background-color: #ebf8ff;
  }

  .sm_focus_bg-blue-200:focus {
    background-color: #bee3f8;
  }

  .sm_focus_bg-blue-300:focus {
    background-color: #90cdf4;
  }

  .sm_focus_bg-blue-400:focus {
    background-color: #63b3ed;
  }

  .sm_focus_bg-blue-500:focus {
    background-color: #4299e1;
  }

  .sm_focus_bg-blue-600:focus {
    background-color: #3182ce;
  }

  .sm_focus_bg-blue-700:focus {
    background-color: #2b6cb0;
  }

  .sm_focus_bg-blue-800:focus {
    background-color: #2c5282;
  }

  .sm_focus_bg-blue-900:focus {
    background-color: #2B4780;
  }

  .sm_focus_bg-indigo-100:focus {
    background-color: #ebf4ff;
  }

  .sm_focus_bg-indigo-200:focus {
    background-color: #c3dafe;
  }

  .sm_focus_bg-indigo-300:focus {
    background-color: #a3bffa;
  }

  .sm_focus_bg-indigo-400:focus {
    background-color: #7f9cf5;
  }

  .sm_focus_bg-indigo-500:focus {
    background-color: #667eea;
  }

  .sm_focus_bg-indigo-600:focus {
    background-color: #5a67d8;
  }

  .sm_focus_bg-indigo-700:focus {
    background-color: #4c51bf;
  }

  .sm_focus_bg-indigo-800:focus {
    background-color: #434190;
  }

  .sm_focus_bg-indigo-900:focus {
    background-color: #3c366b;
  }

  .sm_focus_bg-purple-100:focus {
    background-color: #faf5ff;
  }

  .sm_focus_bg-purple-200:focus {
    background-color: #e9d8fd;
  }

  .sm_focus_bg-purple-300:focus {
    background-color: #d6bcfa;
  }

  .sm_focus_bg-purple-400:focus {
    background-color: #b794f4;
  }

  .sm_focus_bg-purple-500:focus {
    background-color: #9f7aea;
  }

  .sm_focus_bg-purple-600:focus {
    background-color: #805ad5;
  }

  .sm_focus_bg-purple-700:focus {
    background-color: #6b46c1;
  }

  .sm_focus_bg-purple-800:focus {
    background-color: #553c9a;
  }

  .sm_focus_bg-purple-900:focus {
    background-color: #44337a;
  }

  .sm_focus_bg-pink-100:focus {
    background-color: #fff5f7;
  }

  .sm_focus_bg-pink-200:focus {
    background-color: #fed7e2;
  }

  .sm_focus_bg-pink-300:focus {
    background-color: #fbb6ce;
  }

  .sm_focus_bg-pink-400:focus {
    background-color: #f687b3;
  }

  .sm_focus_bg-pink-500:focus {
    background-color: #ed64a6;
  }

  .sm_focus_bg-pink-600:focus {
    background-color: #d53f8c;
  }

  .sm_focus_bg-pink-700:focus {
    background-color: #b83280;
  }

  .sm_focus_bg-pink-800:focus {
    background-color: #97266d;
  }

  .sm_focus_bg-pink-900:focus {
    background-color: #702459;
  }

  .sm_focus_bg-brand:focus {
    background-color: #FE2929;
  }

  .sm_focus_bg-brand-dark:focus {
    background-color: #CB0000;
  }

  .sm_focus_bg-primary:focus {
    background-color: #2D58AA;
  }

  .sm_focus_bg-primary-dark:focus {
    background-color: #002577;
  }

  .sm_focus_bg-info:focus {
    background-color: #2B73A3;
  }

  .sm_focus_bg-info-dark:focus {
    background-color: #002577;
  }

  .sm_focus_bg-success:focus {
    background-color: #0EDD66;
  }

  .sm_focus_bg-success-dark:focus {
    background-color: #00AA33;
  }

  .sm_focus_bg-warning:focus {
    background-color: #B1991A;
  }

  .sm_focus_bg-warning-dark:focus {
    background-color: #7E6600;
  }

  .sm_focus_bg-danger:focus {
    background-color: #FE2929;
  }

  .sm_focus_bg-danger-dark:focus {
    background-color: #CB0000;
  }

  .sm_focus_bg-light:focus {
    background-color: #F0F0F0;
  }

  .sm_focus_bg-dark:focus {
    background-color: #454545;
  }

  .sm_focus_bg-darkest:focus {
    background-color: #313131;
  }

  .sm_focus_bg-transparent-dark:focus {
    background-color: rgba(0,0,0,0.6);
  }

  .sm_focus_bg-facebook:focus {
    background-color: #3b5998;
  }

  .sm_focus_bg-twitter:focus {
    background-color: #000000;
  }

  .sm_focus_bg-google:focus {
    background-color: #DB4437;
  }

  .sm_focus_bg-linkedin:focus {
    background-color: #0077B5;
  }

  .sm_focus_bg-adobe:focus {
    background-color: #FF0000;
  }

  .sm_focus_bg-rss:focus {
    background-color: #f26522;
  }

  .sm_bg-bottom {
    background-position: bottom;
  }

  .sm_bg-center {
    background-position: center;
  }

  .sm_bg-left {
    background-position: left;
  }

  .sm_bg-left-bottom {
    background-position: left bottom;
  }

  .sm_bg-left-top {
    background-position: left top;
  }

  .sm_bg-right {
    background-position: right;
  }

  .sm_bg-right-bottom {
    background-position: right bottom;
  }

  .sm_bg-right-top {
    background-position: right top;
  }

  .sm_bg-top {
    background-position: top;
  }

  .sm_bg-repeat {
    background-repeat: repeat;
  }

  .sm_bg-no-repeat {
    background-repeat: no-repeat;
  }

  .sm_bg-repeat-x {
    background-repeat: repeat-x;
  }

  .sm_bg-repeat-y {
    background-repeat: repeat-y;
  }

  .sm_bg-repeat-round {
    background-repeat: round;
  }

  .sm_bg-repeat-space {
    background-repeat: space;
  }

  .sm_bg-auto {
    background-size: auto;
  }

  .sm_bg-cover {
    background-size: cover;
  }

  .sm_bg-contain {
    background-size: contain;
  }

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

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

  .sm_border-transparent {
    border-color: transparent;
  }

  .sm_border-black {
    border-color: #000;
  }

  .sm_border-white {
    border-color: #fff;
  }

  .sm_border-gray-100 {
    border-color: #f7fafc;
  }

  .sm_border-gray-200 {
    border-color: #edf2f7;
  }

  .sm_border-gray-300 {
    border-color: #e2e8f0;
  }

  .sm_border-gray-400 {
    border-color: #B8B8B8;
  }

  .sm_border-gray-500 {
    border-color: #a0aec0;
  }

  .sm_border-gray-600 {
    border-color: #718096;
  }

  .sm_border-gray-700 {
    border-color: #313131;
  }

  .sm_border-gray-800 {
    border-color: #2d3748;
  }

  .sm_border-gray-900 {
    border-color: #1a202c;
  }

  .sm_border-red-100 {
    border-color: #fff5f5;
  }

  .sm_border-red-200 {
    border-color: #fed7d7;
  }

  .sm_border-red-300 {
    border-color: #feb2b2;
  }

  .sm_border-red-400 {
    border-color: #fc8181;
  }

  .sm_border-red-500 {
    border-color: #f56565;
  }

  .sm_border-red-600 {
    border-color: #e53e3e;
  }

  .sm_border-red-700 {
    border-color: #c53030;
  }

  .sm_border-red-800 {
    border-color: #9b2c2c;
  }

  .sm_border-red-900 {
    border-color: #742a2a;
  }

  .sm_border-orange-100 {
    border-color: #fffaf0;
  }

  .sm_border-orange-200 {
    border-color: #feebc8;
  }

  .sm_border-orange-300 {
    border-color: #fbd38d;
  }

  .sm_border-orange-400 {
    border-color: #f6ad55;
  }

  .sm_border-orange-500 {
    border-color: #ed8936;
  }

  .sm_border-orange-600 {
    border-color: #dd6b20;
  }

  .sm_border-orange-700 {
    border-color: #c05621;
  }

  .sm_border-orange-800 {
    border-color: #9c4221;
  }

  .sm_border-orange-900 {
    border-color: #7b341e;
  }

  .sm_border-yellow-100 {
    border-color: #fffff0;
  }

  .sm_border-yellow-200 {
    border-color: #fefcbf;
  }

  .sm_border-yellow-300 {
    border-color: #faf089;
  }

  .sm_border-yellow-400 {
    border-color: #f6e05e;
  }

  .sm_border-yellow-500 {
    border-color: #ecc94b;
  }

  .sm_border-yellow-600 {
    border-color: #d69e2e;
  }

  .sm_border-yellow-700 {
    border-color: #b7791f;
  }

  .sm_border-yellow-800 {
    border-color: #975a16;
  }

  .sm_border-yellow-900 {
    border-color: #744210;
  }

  .sm_border-green-100 {
    border-color: #f0fff4;
  }

  .sm_border-green-200 {
    border-color: #c6f6d5;
  }

  .sm_border-green-300 {
    border-color: #9ae6b4;
  }

  .sm_border-green-400 {
    border-color: #68d391;
  }

  .sm_border-green-500 {
    border-color: #48bb78;
  }

  .sm_border-green-600 {
    border-color: #38a169;
  }

  .sm_border-green-700 {
    border-color: #2f855a;
  }

  .sm_border-green-800 {
    border-color: #276749;
  }

  .sm_border-green-900 {
    border-color: #22543d;
  }

  .sm_border-teal-100 {
    border-color: #e6fffa;
  }

  .sm_border-teal-200 {
    border-color: #b2f5ea;
  }

  .sm_border-teal-300 {
    border-color: #81e6d9;
  }

  .sm_border-teal-400 {
    border-color: #4fd1c5;
  }

  .sm_border-teal-500 {
    border-color: #38b2ac;
  }

  .sm_border-teal-600 {
    border-color: #319795;
  }

  .sm_border-teal-700 {
    border-color: #2c7a7b;
  }

  .sm_border-teal-800 {
    border-color: #285e61;
  }

  .sm_border-teal-900 {
    border-color: #234e52;
  }

  .sm_border-blue-100 {
    border-color: #ebf8ff;
  }

  .sm_border-blue-200 {
    border-color: #bee3f8;
  }

  .sm_border-blue-300 {
    border-color: #90cdf4;
  }

  .sm_border-blue-400 {
    border-color: #63b3ed;
  }

  .sm_border-blue-500 {
    border-color: #4299e1;
  }

  .sm_border-blue-600 {
    border-color: #3182ce;
  }

  .sm_border-blue-700 {
    border-color: #2b6cb0;
  }

  .sm_border-blue-800 {
    border-color: #2c5282;
  }

  .sm_border-blue-900 {
    border-color: #2B4780;
  }

  .sm_border-indigo-100 {
    border-color: #ebf4ff;
  }

  .sm_border-indigo-200 {
    border-color: #c3dafe;
  }

  .sm_border-indigo-300 {
    border-color: #a3bffa;
  }

  .sm_border-indigo-400 {
    border-color: #7f9cf5;
  }

  .sm_border-indigo-500 {
    border-color: #667eea;
  }

  .sm_border-indigo-600 {
    border-color: #5a67d8;
  }

  .sm_border-indigo-700 {
    border-color: #4c51bf;
  }

  .sm_border-indigo-800 {
    border-color: #434190;
  }

  .sm_border-indigo-900 {
    border-color: #3c366b;
  }

  .sm_border-purple-100 {
    border-color: #faf5ff;
  }

  .sm_border-purple-200 {
    border-color: #e9d8fd;
  }

  .sm_border-purple-300 {
    border-color: #d6bcfa;
  }

  .sm_border-purple-400 {
    border-color: #b794f4;
  }

  .sm_border-purple-500 {
    border-color: #9f7aea;
  }

  .sm_border-purple-600 {
    border-color: #805ad5;
  }

  .sm_border-purple-700 {
    border-color: #6b46c1;
  }

  .sm_border-purple-800 {
    border-color: #553c9a;
  }

  .sm_border-purple-900 {
    border-color: #44337a;
  }

  .sm_border-pink-100 {
    border-color: #fff5f7;
  }

  .sm_border-pink-200 {
    border-color: #fed7e2;
  }

  .sm_border-pink-300 {
    border-color: #fbb6ce;
  }

  .sm_border-pink-400 {
    border-color: #f687b3;
  }

  .sm_border-pink-500 {
    border-color: #ed64a6;
  }

  .sm_border-pink-600 {
    border-color: #d53f8c;
  }

  .sm_border-pink-700 {
    border-color: #b83280;
  }

  .sm_border-pink-800 {
    border-color: #97266d;
  }

  .sm_border-pink-900 {
    border-color: #702459;
  }

  .sm_border-brand {
    border-color: #FE2929;
  }

  .sm_border-brand-dark {
    border-color: #CB0000;
  }

  .sm_border-primary {
    border-color: #2D58AA;
  }

  .sm_border-primary-dark {
    border-color: #002577;
  }

  .sm_border-info {
    border-color: #2B73A3;
  }

  .sm_border-info-dark {
    border-color: #002577;
  }

  .sm_border-success {
    border-color: #0EDD66;
  }

  .sm_border-success-dark {
    border-color: #00AA33;
  }

  .sm_border-warning {
    border-color: #B1991A;
  }

  .sm_border-warning-dark {
    border-color: #7E6600;
  }

  .sm_border-danger {
    border-color: #FE2929;
  }

  .sm_border-danger-dark {
    border-color: #CB0000;
  }

  .sm_border-light {
    border-color: #F0F0F0;
  }

  .sm_border-dark {
    border-color: #454545;
  }

  .sm_border-darkest {
    border-color: #313131;
  }

  .sm_border-transparent-dark {
    border-color: rgba(0,0,0,0.6);
  }

  .sm_border-facebook {
    border-color: #3b5998;
  }

  .sm_border-twitter {
    border-color: #000000;
  }

  .sm_border-google {
    border-color: #DB4437;
  }

  .sm_border-linkedin {
    border-color: #0077B5;
  }

  .sm_border-adobe {
    border-color: #FF0000;
  }

  .sm_border-rss {
    border-color: #f26522;
  }

  .sm_hover_border-transparent:hover {
    border-color: transparent;
  }

  .sm_hover_border-black:hover {
    border-color: #000;
  }

  .sm_hover_border-white:hover {
    border-color: #fff;
  }

  .sm_hover_border-gray-100:hover {
    border-color: #f7fafc;
  }

  .sm_hover_border-gray-200:hover {
    border-color: #edf2f7;
  }

  .sm_hover_border-gray-300:hover {
    border-color: #e2e8f0;
  }

  .sm_hover_border-gray-400:hover {
    border-color: #B8B8B8;
  }

  .sm_hover_border-gray-500:hover {
    border-color: #a0aec0;
  }

  .sm_hover_border-gray-600:hover {
    border-color: #718096;
  }

  .sm_hover_border-gray-700:hover {
    border-color: #313131;
  }

  .sm_hover_border-gray-800:hover {
    border-color: #2d3748;
  }

  .sm_hover_border-gray-900:hover {
    border-color: #1a202c;
  }

  .sm_hover_border-red-100:hover {
    border-color: #fff5f5;
  }

  .sm_hover_border-red-200:hover {
    border-color: #fed7d7;
  }

  .sm_hover_border-red-300:hover {
    border-color: #feb2b2;
  }

  .sm_hover_border-red-400:hover {
    border-color: #fc8181;
  }

  .sm_hover_border-red-500:hover {
    border-color: #f56565;
  }

  .sm_hover_border-red-600:hover {
    border-color: #e53e3e;
  }

  .sm_hover_border-red-700:hover {
    border-color: #c53030;
  }

  .sm_hover_border-red-800:hover {
    border-color: #9b2c2c;
  }

  .sm_hover_border-red-900:hover {
    border-color: #742a2a;
  }

  .sm_hover_border-orange-100:hover {
    border-color: #fffaf0;
  }

  .sm_hover_border-orange-200:hover {
    border-color: #feebc8;
  }

  .sm_hover_border-orange-300:hover {
    border-color: #fbd38d;
  }

  .sm_hover_border-orange-400:hover {
    border-color: #f6ad55;
  }

  .sm_hover_border-orange-500:hover {
    border-color: #ed8936;
  }

  .sm_hover_border-orange-600:hover {
    border-color: #dd6b20;
  }

  .sm_hover_border-orange-700:hover {
    border-color: #c05621;
  }

  .sm_hover_border-orange-800:hover {
    border-color: #9c4221;
  }

  .sm_hover_border-orange-900:hover {
    border-color: #7b341e;
  }

  .sm_hover_border-yellow-100:hover {
    border-color: #fffff0;
  }

  .sm_hover_border-yellow-200:hover {
    border-color: #fefcbf;
  }

  .sm_hover_border-yellow-300:hover {
    border-color: #faf089;
  }

  .sm_hover_border-yellow-400:hover {
    border-color: #f6e05e;
  }

  .sm_hover_border-yellow-500:hover {
    border-color: #ecc94b;
  }

  .sm_hover_border-yellow-600:hover {
    border-color: #d69e2e;
  }

  .sm_hover_border-yellow-700:hover {
    border-color: #b7791f;
  }

  .sm_hover_border-yellow-800:hover {
    border-color: #975a16;
  }

  .sm_hover_border-yellow-900:hover {
    border-color: #744210;
  }

  .sm_hover_border-green-100:hover {
    border-color: #f0fff4;
  }

  .sm_hover_border-green-200:hover {
    border-color: #c6f6d5;
  }

  .sm_hover_border-green-300:hover {
    border-color: #9ae6b4;
  }

  .sm_hover_border-green-400:hover {
    border-color: #68d391;
  }

  .sm_hover_border-green-500:hover {
    border-color: #48bb78;
  }

  .sm_hover_border-green-600:hover {
    border-color: #38a169;
  }

  .sm_hover_border-green-700:hover {
    border-color: #2f855a;
  }

  .sm_hover_border-green-800:hover {
    border-color: #276749;
  }

  .sm_hover_border-green-900:hover {
    border-color: #22543d;
  }

  .sm_hover_border-teal-100:hover {
    border-color: #e6fffa;
  }

  .sm_hover_border-teal-200:hover {
    border-color: #b2f5ea;
  }

  .sm_hover_border-teal-300:hover {
    border-color: #81e6d9;
  }

  .sm_hover_border-teal-400:hover {
    border-color: #4fd1c5;
  }

  .sm_hover_border-teal-500:hover {
    border-color: #38b2ac;
  }

  .sm_hover_border-teal-600:hover {
    border-color: #319795;
  }

  .sm_hover_border-teal-700:hover {
    border-color: #2c7a7b;
  }

  .sm_hover_border-teal-800:hover {
    border-color: #285e61;
  }

  .sm_hover_border-teal-900:hover {
    border-color: #234e52;
  }

  .sm_hover_border-blue-100:hover {
    border-color: #ebf8ff;
  }

  .sm_hover_border-blue-200:hover {
    border-color: #bee3f8;
  }

  .sm_hover_border-blue-300:hover {
    border-color: #90cdf4;
  }

  .sm_hover_border-blue-400:hover {
    border-color: #63b3ed;
  }

  .sm_hover_border-blue-500:hover {
    border-color: #4299e1;
  }

  .sm_hover_border-blue-600:hover {
    border-color: #3182ce;
  }

  .sm_hover_border-blue-700:hover {
    border-color: #2b6cb0;
  }

  .sm_hover_border-blue-800:hover {
    border-color: #2c5282;
  }

  .sm_hover_border-blue-900:hover {
    border-color: #2B4780;
  }

  .sm_hover_border-indigo-100:hover {
    border-color: #ebf4ff;
  }

  .sm_hover_border-indigo-200:hover {
    border-color: #c3dafe;
  }

  .sm_hover_border-indigo-300:hover {
    border-color: #a3bffa;
  }

  .sm_hover_border-indigo-400:hover {
    border-color: #7f9cf5;
  }

  .sm_hover_border-indigo-500:hover {
    border-color: #667eea;
  }

  .sm_hover_border-indigo-600:hover {
    border-color: #5a67d8;
  }

  .sm_hover_border-indigo-700:hover {
    border-color: #4c51bf;
  }

  .sm_hover_border-indigo-800:hover {
    border-color: #434190;
  }

  .sm_hover_border-indigo-900:hover {
    border-color: #3c366b;
  }

  .sm_hover_border-purple-100:hover {
    border-color: #faf5ff;
  }

  .sm_hover_border-purple-200:hover {
    border-color: #e9d8fd;
  }

  .sm_hover_border-purple-300:hover {
    border-color: #d6bcfa;
  }

  .sm_hover_border-purple-400:hover {
    border-color: #b794f4;
  }

  .sm_hover_border-purple-500:hover {
    border-color: #9f7aea;
  }

  .sm_hover_border-purple-600:hover {
    border-color: #805ad5;
  }

  .sm_hover_border-purple-700:hover {
    border-color: #6b46c1;
  }

  .sm_hover_border-purple-800:hover {
    border-color: #553c9a;
  }

  .sm_hover_border-purple-900:hover {
    border-color: #44337a;
  }

  .sm_hover_border-pink-100:hover {
    border-color: #fff5f7;
  }

  .sm_hover_border-pink-200:hover {
    border-color: #fed7e2;
  }

  .sm_hover_border-pink-300:hover {
    border-color: #fbb6ce;
  }

  .sm_hover_border-pink-400:hover {
    border-color: #f687b3;
  }

  .sm_hover_border-pink-500:hover {
    border-color: #ed64a6;
  }

  .sm_hover_border-pink-600:hover {
    border-color: #d53f8c;
  }

  .sm_hover_border-pink-700:hover {
    border-color: #b83280;
  }

  .sm_hover_border-pink-800:hover {
    border-color: #97266d;
  }

  .sm_hover_border-pink-900:hover {
    border-color: #702459;
  }

  .sm_hover_border-brand:hover {
    border-color: #FE2929;
  }

  .sm_hover_border-brand-dark:hover {
    border-color: #CB0000;
  }

  .sm_hover_border-primary:hover {
    border-color: #2D58AA;
  }

  .sm_hover_border-primary-dark:hover {
    border-color: #002577;
  }

  .sm_hover_border-info:hover {
    border-color: #2B73A3;
  }

  .sm_hover_border-info-dark:hover {
    border-color: #002577;
  }

  .sm_hover_border-success:hover {
    border-color: #0EDD66;
  }

  .sm_hover_border-success-dark:hover {
    border-color: #00AA33;
  }

  .sm_hover_border-warning:hover {
    border-color: #B1991A;
  }

  .sm_hover_border-warning-dark:hover {
    border-color: #7E6600;
  }

  .sm_hover_border-danger:hover {
    border-color: #FE2929;
  }

  .sm_hover_border-danger-dark:hover {
    border-color: #CB0000;
  }

  .sm_hover_border-light:hover {
    border-color: #F0F0F0;
  }

  .sm_hover_border-dark:hover {
    border-color: #454545;
  }

  .sm_hover_border-darkest:hover {
    border-color: #313131;
  }

  .sm_hover_border-transparent-dark:hover {
    border-color: rgba(0,0,0,0.6);
  }

  .sm_hover_border-facebook:hover {
    border-color: #3b5998;
  }

  .sm_hover_border-twitter:hover {
    border-color: #000000;
  }

  .sm_hover_border-google:hover {
    border-color: #DB4437;
  }

  .sm_hover_border-linkedin:hover {
    border-color: #0077B5;
  }

  .sm_hover_border-adobe:hover {
    border-color: #FF0000;
  }

  .sm_hover_border-rss:hover {
    border-color: #f26522;
  }

  .sm_focus_border-transparent:focus {
    border-color: transparent;
  }

  .sm_focus_border-black:focus {
    border-color: #000;
  }

  .sm_focus_border-white:focus {
    border-color: #fff;
  }

  .sm_focus_border-gray-100:focus {
    border-color: #f7fafc;
  }

  .sm_focus_border-gray-200:focus {
    border-color: #edf2f7;
  }

  .sm_focus_border-gray-300:focus {
    border-color: #e2e8f0;
  }

  .sm_focus_border-gray-400:focus {
    border-color: #B8B8B8;
  }

  .sm_focus_border-gray-500:focus {
    border-color: #a0aec0;
  }

  .sm_focus_border-gray-600:focus {
    border-color: #718096;
  }

  .sm_focus_border-gray-700:focus {
    border-color: #313131;
  }

  .sm_focus_border-gray-800:focus {
    border-color: #2d3748;
  }

  .sm_focus_border-gray-900:focus {
    border-color: #1a202c;
  }

  .sm_focus_border-red-100:focus {
    border-color: #fff5f5;
  }

  .sm_focus_border-red-200:focus {
    border-color: #fed7d7;
  }

  .sm_focus_border-red-300:focus {
    border-color: #feb2b2;
  }

  .sm_focus_border-red-400:focus {
    border-color: #fc8181;
  }

  .sm_focus_border-red-500:focus {
    border-color: #f56565;
  }

  .sm_focus_border-red-600:focus {
    border-color: #e53e3e;
  }

  .sm_focus_border-red-700:focus {
    border-color: #c53030;
  }

  .sm_focus_border-red-800:focus {
    border-color: #9b2c2c;
  }

  .sm_focus_border-red-900:focus {
    border-color: #742a2a;
  }

  .sm_focus_border-orange-100:focus {
    border-color: #fffaf0;
  }

  .sm_focus_border-orange-200:focus {
    border-color: #feebc8;
  }

  .sm_focus_border-orange-300:focus {
    border-color: #fbd38d;
  }

  .sm_focus_border-orange-400:focus {
    border-color: #f6ad55;
  }

  .sm_focus_border-orange-500:focus {
    border-color: #ed8936;
  }

  .sm_focus_border-orange-600:focus {
    border-color: #dd6b20;
  }

  .sm_focus_border-orange-700:focus {
    border-color: #c05621;
  }

  .sm_focus_border-orange-800:focus {
    border-color: #9c4221;
  }

  .sm_focus_border-orange-900:focus {
    border-color: #7b341e;
  }

  .sm_focus_border-yellow-100:focus {
    border-color: #fffff0;
  }

  .sm_focus_border-yellow-200:focus {
    border-color: #fefcbf;
  }

  .sm_focus_border-yellow-300:focus {
    border-color: #faf089;
  }

  .sm_focus_border-yellow-400:focus {
    border-color: #f6e05e;
  }

  .sm_focus_border-yellow-500:focus {
    border-color: #ecc94b;
  }

  .sm_focus_border-yellow-600:focus {
    border-color: #d69e2e;
  }

  .sm_focus_border-yellow-700:focus {
    border-color: #b7791f;
  }

  .sm_focus_border-yellow-800:focus {
    border-color: #975a16;
  }

  .sm_focus_border-yellow-900:focus {
    border-color: #744210;
  }

  .sm_focus_border-green-100:focus {
    border-color: #f0fff4;
  }

  .sm_focus_border-green-200:focus {
    border-color: #c6f6d5;
  }

  .sm_focus_border-green-300:focus {
    border-color: #9ae6b4;
  }

  .sm_focus_border-green-400:focus {
    border-color: #68d391;
  }

  .sm_focus_border-green-500:focus {
    border-color: #48bb78;
  }

  .sm_focus_border-green-600:focus {
    border-color: #38a169;
  }

  .sm_focus_border-green-700:focus {
    border-color: #2f855a;
  }

  .sm_focus_border-green-800:focus {
    border-color: #276749;
  }

  .sm_focus_border-green-900:focus {
    border-color: #22543d;
  }

  .sm_focus_border-teal-100:focus {
    border-color: #e6fffa;
  }

  .sm_focus_border-teal-200:focus {
    border-color: #b2f5ea;
  }

  .sm_focus_border-teal-300:focus {
    border-color: #81e6d9;
  }

  .sm_focus_border-teal-400:focus {
    border-color: #4fd1c5;
  }

  .sm_focus_border-teal-500:focus {
    border-color: #38b2ac;
  }

  .sm_focus_border-teal-600:focus {
    border-color: #319795;
  }

  .sm_focus_border-teal-700:focus {
    border-color: #2c7a7b;
  }

  .sm_focus_border-teal-800:focus {
    border-color: #285e61;
  }

  .sm_focus_border-teal-900:focus {
    border-color: #234e52;
  }

  .sm_focus_border-blue-100:focus {
    border-color: #ebf8ff;
  }

  .sm_focus_border-blue-200:focus {
    border-color: #bee3f8;
  }

  .sm_focus_border-blue-300:focus {
    border-color: #90cdf4;
  }

  .sm_focus_border-blue-400:focus {
    border-color: #63b3ed;
  }

  .sm_focus_border-blue-500:focus {
    border-color: #4299e1;
  }

  .sm_focus_border-blue-600:focus {
    border-color: #3182ce;
  }

  .sm_focus_border-blue-700:focus {
    border-color: #2b6cb0;
  }

  .sm_focus_border-blue-800:focus {
    border-color: #2c5282;
  }

  .sm_focus_border-blue-900:focus {
    border-color: #2B4780;
  }

  .sm_focus_border-indigo-100:focus {
    border-color: #ebf4ff;
  }

  .sm_focus_border-indigo-200:focus {
    border-color: #c3dafe;
  }

  .sm_focus_border-indigo-300:focus {
    border-color: #a3bffa;
  }

  .sm_focus_border-indigo-400:focus {
    border-color: #7f9cf5;
  }

  .sm_focus_border-indigo-500:focus {
    border-color: #667eea;
  }

  .sm_focus_border-indigo-600:focus {
    border-color: #5a67d8;
  }

  .sm_focus_border-indigo-700:focus {
    border-color: #4c51bf;
  }

  .sm_focus_border-indigo-800:focus {
    border-color: #434190;
  }

  .sm_focus_border-indigo-900:focus {
    border-color: #3c366b;
  }

  .sm_focus_border-purple-100:focus {
    border-color: #faf5ff;
  }

  .sm_focus_border-purple-200:focus {
    border-color: #e9d8fd;
  }

  .sm_focus_border-purple-300:focus {
    border-color: #d6bcfa;
  }

  .sm_focus_border-purple-400:focus {
    border-color: #b794f4;
  }

  .sm_focus_border-purple-500:focus {
    border-color: #9f7aea;
  }

  .sm_focus_border-purple-600:focus {
    border-color: #805ad5;
  }

  .sm_focus_border-purple-700:focus {
    border-color: #6b46c1;
  }

  .sm_focus_border-purple-800:focus {
    border-color: #553c9a;
  }

  .sm_focus_border-purple-900:focus {
    border-color: #44337a;
  }

  .sm_focus_border-pink-100:focus {
    border-color: #fff5f7;
  }

  .sm_focus_border-pink-200:focus {
    border-color: #fed7e2;
  }

  .sm_focus_border-pink-300:focus {
    border-color: #fbb6ce;
  }

  .sm_focus_border-pink-400:focus {
    border-color: #f687b3;
  }

  .sm_focus_border-pink-500:focus {
    border-color: #ed64a6;
  }

  .sm_focus_border-pink-600:focus {
    border-color: #d53f8c;
  }

  .sm_focus_border-pink-700:focus {
    border-color: #b83280;
  }

  .sm_focus_border-pink-800:focus {
    border-color: #97266d;
  }

  .sm_focus_border-pink-900:focus {
    border-color: #702459;
  }

  .sm_focus_border-brand:focus {
    border-color: #FE2929;
  }

  .sm_focus_border-brand-dark:focus {
    border-color: #CB0000;
  }

  .sm_focus_border-primary:focus {
    border-color: #2D58AA;
  }

  .sm_focus_border-primary-dark:focus {
    border-color: #002577;
  }

  .sm_focus_border-info:focus {
    border-color: #2B73A3;
  }

  .sm_focus_border-info-dark:focus {
    border-color: #002577;
  }

  .sm_focus_border-success:focus {
    border-color: #0EDD66;
  }

  .sm_focus_border-success-dark:focus {
    border-color: #00AA33;
  }

  .sm_focus_border-warning:focus {
    border-color: #B1991A;
  }

  .sm_focus_border-warning-dark:focus {
    border-color: #7E6600;
  }

  .sm_focus_border-danger:focus {
    border-color: #FE2929;
  }

  .sm_focus_border-danger-dark:focus {
    border-color: #CB0000;
  }

  .sm_focus_border-light:focus {
    border-color: #F0F0F0;
  }

  .sm_focus_border-dark:focus {
    border-color: #454545;
  }

  .sm_focus_border-darkest:focus {
    border-color: #313131;
  }

  .sm_focus_border-transparent-dark:focus {
    border-color: rgba(0,0,0,0.6);
  }

  .sm_focus_border-facebook:focus {
    border-color: #3b5998;
  }

  .sm_focus_border-twitter:focus {
    border-color: #000000;
  }

  .sm_focus_border-google:focus {
    border-color: #DB4437;
  }

  .sm_focus_border-linkedin:focus {
    border-color: #0077B5;
  }

  .sm_focus_border-adobe:focus {
    border-color: #FF0000;
  }

  .sm_focus_border-rss:focus {
    border-color: #f26522;
  }

  .sm_rounded-none {
    border-radius: 0;
  }

  .sm_rounded-sm {
    border-radius: 0.147rem;
  }

  .sm_rounded {
    border-radius: 0.294rem;
  }

  .sm_rounded-lg {
    border-radius: 0.588rem;
  }

  .sm_rounded-full {
    border-radius: 9999px;
  }

  .sm_rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .sm_rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .sm_rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm_rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm_rounded-t-sm {
    border-top-left-radius: 0.147rem;
    border-top-right-radius: 0.147rem;
  }

  .sm_rounded-r-sm {
    border-top-right-radius: 0.147rem;
    border-bottom-right-radius: 0.147rem;
  }

  .sm_rounded-b-sm {
    border-bottom-right-radius: 0.147rem;
    border-bottom-left-radius: 0.147rem;
  }

  .sm_rounded-l-sm {
    border-top-left-radius: 0.147rem;
    border-bottom-left-radius: 0.147rem;
  }

  .sm_rounded-t {
    border-top-left-radius: 0.294rem;
    border-top-right-radius: 0.294rem;
  }

  .sm_rounded-r {
    border-top-right-radius: 0.294rem;
    border-bottom-right-radius: 0.294rem;
  }

  .sm_rounded-b {
    border-bottom-right-radius: 0.294rem;
    border-bottom-left-radius: 0.294rem;
  }

  .sm_rounded-l {
    border-top-left-radius: 0.294rem;
    border-bottom-left-radius: 0.294rem;
  }

  .sm_rounded-t-lg {
    border-top-left-radius: 0.588rem;
    border-top-right-radius: 0.588rem;
  }

  .sm_rounded-r-lg {
    border-top-right-radius: 0.588rem;
    border-bottom-right-radius: 0.588rem;
  }

  .sm_rounded-b-lg {
    border-bottom-right-radius: 0.588rem;
    border-bottom-left-radius: 0.588rem;
  }

  .sm_rounded-l-lg {
    border-top-left-radius: 0.588rem;
    border-bottom-left-radius: 0.588rem;
  }

  .sm_rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm_rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm_rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm_rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm_rounded-tl-none {
    border-top-left-radius: 0;
  }

  .sm_rounded-tr-none {
    border-top-right-radius: 0;
  }

  .sm_rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .sm_rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .sm_rounded-tl-sm {
    border-top-left-radius: 0.147rem;
  }

  .sm_rounded-tr-sm {
    border-top-right-radius: 0.147rem;
  }

  .sm_rounded-br-sm {
    border-bottom-right-radius: 0.147rem;
  }

  .sm_rounded-bl-sm {
    border-bottom-left-radius: 0.147rem;
  }

  .sm_rounded-tl {
    border-top-left-radius: 0.294rem;
  }

  .sm_rounded-tr {
    border-top-right-radius: 0.294rem;
  }

  .sm_rounded-br {
    border-bottom-right-radius: 0.294rem;
  }

  .sm_rounded-bl {
    border-bottom-left-radius: 0.294rem;
  }

  .sm_rounded-tl-lg {
    border-top-left-radius: 0.588rem;
  }

  .sm_rounded-tr-lg {
    border-top-right-radius: 0.588rem;
  }

  .sm_rounded-br-lg {
    border-bottom-right-radius: 0.588rem;
  }

  .sm_rounded-bl-lg {
    border-bottom-left-radius: 0.588rem;
  }

  .sm_rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .sm_rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .sm_rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .sm_rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .sm_border-solid {
    border-style: solid;
  }

  .sm_border-dashed {
    border-style: dashed;
  }

  .sm_border-dotted {
    border-style: dotted;
  }

  .sm_border-double {
    border-style: double;
  }

  .sm_border-none {
    border-style: none;
  }

  .sm_border-0 {
    border-width: 0;
  }

  .sm_border-2 {
    border-width: 2px;
  }

  .sm_border-4 {
    border-width: 4px;
  }

  .sm_border-8 {
    border-width: 8px;
  }

  .sm_border {
    border-width: 1px;
  }

  .sm_border-t-0 {
    border-top-width: 0;
  }

  .sm_border-r-0 {
    border-right-width: 0;
  }

  .sm_border-b-0 {
    border-bottom-width: 0;
  }

  .sm_border-l-0 {
    border-left-width: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm_cursor-auto {
    cursor: auto;
  }

  .sm_cursor-default {
    cursor: default;
  }

  .sm_cursor-pointer {
    cursor: pointer;
  }

  .sm_cursor-wait {
    cursor: wait;
  }

  .sm_cursor-text {
    cursor: text;
  }

  .sm_cursor-move {
    cursor: move;
  }

  .sm_cursor-not-allowed {
    cursor: not-allowed;
  }

  .sm_block {
    display: block;
  }

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

  .sm_inline {
    display: inline;
  }

  .sm_flex {
    display: flex;
  }

  .sm_inline-flex {
    display: inline-flex;
  }

  .sm_table {
    display: table;
  }

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

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

  .sm_hidden {
    display: none;
  }

  .sm_flex-row {
    flex-direction: row;
  }

  .sm_flex-row-reverse {
    flex-direction: row-reverse;
  }

  .sm_flex-col {
    flex-direction: column;
  }

  .sm_flex-col-reverse {
    flex-direction: column-reverse;
  }

  .sm_flex-wrap {
    flex-wrap: wrap;
  }

  .sm_flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .sm_flex-no-wrap {
    flex-wrap: nowrap;
  }

  .sm_items-start {
    align-items: flex-start;
  }

  .sm_items-end {
    align-items: flex-end;
  }

  .sm_items-center {
    align-items: center;
  }

  .sm_items-baseline {
    align-items: baseline;
  }

  .sm_items-stretch {
    align-items: stretch;
  }

  .sm_self-auto {
    align-self: auto;
  }

  .sm_self-start {
    align-self: flex-start;
  }

  .sm_self-end {
    align-self: flex-end;
  }

  .sm_self-center {
    align-self: center;
  }

  .sm_self-stretch {
    align-self: stretch;
  }

  .sm_justify-start {
    justify-content: flex-start;
  }

  .sm_justify-end {
    justify-content: flex-end;
  }

  .sm_justify-center {
    justify-content: center;
  }

  .sm_justify-between {
    justify-content: space-between;
  }

  .sm_justify-around {
    justify-content: space-around;
  }

  .sm_content-center {
    align-content: center;
  }

  .sm_content-start {
    align-content: flex-start;
  }

  .sm_content-end {
    align-content: flex-end;
  }

  .sm_content-between {
    align-content: space-between;
  }

  .sm_content-around {
    align-content: space-around;
  }

  .sm_flex-1 {
    flex: 1 1 0%;
  }

  .sm_flex-auto {
    flex: 1 1 auto;
  }

  .sm_flex-initial {
    flex: 0 1 auto;
  }

  .sm_flex-none {
    flex: none;
  }

  .sm_flex-grow-0 {
    flex-grow: 0;
  }

  .sm_flex-grow {
    flex-grow: 1;
  }

  .sm_flex-shrink-0 {
    flex-shrink: 0;
  }

  .sm_flex-shrink {
    flex-shrink: 1;
  }

  .sm_order-1 {
    order: 1;
  }

  .sm_order-2 {
    order: 2;
  }

  .sm_order-3 {
    order: 3;
  }

  .sm_order-4 {
    order: 4;
  }

  .sm_order-5 {
    order: 5;
  }

  .sm_order-6 {
    order: 6;
  }

  .sm_order-7 {
    order: 7;
  }

  .sm_order-8 {
    order: 8;
  }

  .sm_order-9 {
    order: 9;
  }

  .sm_order-10 {
    order: 10;
  }

  .sm_order-11 {
    order: 11;
  }

  .sm_order-12 {
    order: 12;
  }

  .sm_order-first {
    order: -9999;
  }

  .sm_order-last {
    order: 9999;
  }

  .sm_order-none {
    order: 0;
  }

  .sm_float-right {
    float: right;
  }

  .sm_float-left {
    float: left;
  }

  .sm_float-none {
    float: none;
  }

  .sm_clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .sm_font-title {
    font-family: Inter, sans-serif;
  }

  .sm_font-body {
    font-family: Inter, sans-serif;
  }

  .sm_font-hairline {
    font-weight: 100;
  }

  .sm_font-thin {
    font-weight: 200;
  }

  .sm_font-light {
    font-weight: 300;
  }

  .sm_font-normal {
    font-weight: 400;
  }

  .sm_font-medium {
    font-weight: 500;
  }

  .sm_font-semibold {
    font-weight: 600;
  }

  .sm_font-bold {
    font-weight: 700;
  }

  .sm_font-extrabold {
    font-weight: 800;
  }

  .sm_font-black {
    font-weight: 900;
  }

  .sm_hover_font-hairline:hover {
    font-weight: 100;
  }

  .sm_hover_font-thin:hover {
    font-weight: 200;
  }

  .sm_hover_font-light:hover {
    font-weight: 300;
  }

  .sm_hover_font-normal:hover {
    font-weight: 400;
  }

  .sm_hover_font-medium:hover {
    font-weight: 500;
  }

  .sm_hover_font-semibold:hover {
    font-weight: 600;
  }

  .sm_hover_font-bold:hover {
    font-weight: 700;
  }

  .sm_hover_font-extrabold:hover {
    font-weight: 800;
  }

  .sm_hover_font-black:hover {
    font-weight: 900;
  }

  .sm_focus_font-hairline:focus {
    font-weight: 100;
  }

  .sm_focus_font-thin:focus {
    font-weight: 200;
  }

  .sm_focus_font-light:focus {
    font-weight: 300;
  }

  .sm_focus_font-normal:focus {
    font-weight: 400;
  }

  .sm_focus_font-medium:focus {
    font-weight: 500;
  }

  .sm_focus_font-semibold:focus {
    font-weight: 600;
  }

  .sm_focus_font-bold:focus {
    font-weight: 700;
  }

  .sm_focus_font-extrabold:focus {
    font-weight: 800;
  }

  .sm_focus_font-black:focus {
    font-weight: 900;
  }

  .sm_h-0 {
    height: 0;
  }

  .sm_h-1 {
    height: 0.25rem;
  }

  .sm_h-2 {
    height: 0.5rem;
  }

  .sm_h-3 {
    height: 0.75rem;
  }

  .sm_h-4 {
    height: 1rem;
  }

  .sm_h-5 {
    height: 1.25rem;
  }

  .sm_h-6 {
    height: 1.5rem;
  }

  .sm_h-8 {
    height: 2rem;
  }

  .sm_h-10 {
    height: 2.5rem;
  }

  .sm_h-12 {
    height: 3rem;
  }

  .sm_h-16 {
    height: 4rem;
  }

  .sm_h-20 {
    height: 5rem;
  }

  .sm_h-24 {
    height: 6rem;
  }

  .sm_h-32 {
    height: 8rem;
  }

  .sm_h-40 {
    height: 10rem;
  }

  .sm_h-48 {
    height: 12rem;
  }

  .sm_h-56 {
    height: 14rem;
  }

  .sm_h-64 {
    height: 16rem;
  }

  .sm_h-auto {
    height: auto;
  }

  .sm_h-px {
    height: 1px;
  }

  .sm_h-full {
    height: 100%;
  }

  .sm_h-screen {
    height: 100vh;
  }

  .sm_leading-none {
    line-height: 1;
  }

  .sm_leading-tight {
    line-height: 1.25;
  }

  .sm_leading-snug {
    line-height: 1.375;
  }

  .sm_leading-normal {
    line-height: 1.5;
  }

  .sm_leading-relaxed {
    line-height: 1.625;
  }

  .sm_leading-loose {
    line-height: 2;
  }

  .sm_list-inside {
    list-style-position: inside;
  }

  .sm_list-outside {
    list-style-position: outside;
  }

  .sm_list-none {
    list-style-type: none;
  }

  .sm_list-disc {
    list-style-type: disc;
  }

  .sm_list-decimal {
    list-style-type: decimal;
  }

  .sm_m-0 {
    margin: 0;
  }

  .sm_m-1 {
    margin: 0.25rem;
  }

  .sm_m-2 {
    margin: 0.5rem;
  }

  .sm_m-3 {
    margin: 0.75rem;
  }

  .sm_m-4 {
    margin: 1rem;
  }

  .sm_m-5 {
    margin: 1.25rem;
  }

  .sm_m-6 {
    margin: 1.5rem;
  }

  .sm_m-8 {
    margin: 2rem;
  }

  .sm_m-10 {
    margin: 2.5rem;
  }

  .sm_m-12 {
    margin: 3rem;
  }

  .sm_m-16 {
    margin: 4rem;
  }

  .sm_m-20 {
    margin: 5rem;
  }

  .sm_m-24 {
    margin: 6rem;
  }

  .sm_m-32 {
    margin: 8rem;
  }

  .sm_m-40 {
    margin: 10rem;
  }

  .sm_m-48 {
    margin: 12rem;
  }

  .sm_m-56 {
    margin: 14rem;
  }

  .sm_m-64 {
    margin: 16rem;
  }

  .sm_m-auto {
    margin: auto;
  }

  .sm_m-px {
    margin: 1px;
  }

  .sm_-m-1 {
    margin: -0.25rem;
  }

  .sm_-m-2 {
    margin: -0.5rem;
  }

  .sm_-m-3 {
    margin: -0.75rem;
  }

  .sm_-m-4 {
    margin: -1rem;
  }

  .sm_-m-5 {
    margin: -1.25rem;
  }

  .sm_-m-6 {
    margin: -1.5rem;
  }

  .sm_-m-8 {
    margin: -2rem;
  }

  .sm_-m-10 {
    margin: -2.5rem;
  }

  .sm_-m-12 {
    margin: -3rem;
  }

  .sm_-m-16 {
    margin: -4rem;
  }

  .sm_-m-20 {
    margin: -5rem;
  }

  .sm_-m-24 {
    margin: -6rem;
  }

  .sm_-m-32 {
    margin: -8rem;
  }

  .sm_-m-40 {
    margin: -10rem;
  }

  .sm_-m-48 {
    margin: -12rem;
  }

  .sm_-m-56 {
    margin: -14rem;
  }

  .sm_-m-64 {
    margin: -16rem;
  }

  .sm_-m-px {
    margin: -1px;
  }

  .sm_my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm_mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .sm_my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm_mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm_my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm_mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm_my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm_mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm_my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm_mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm_my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm_mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm_my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm_mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm_my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm_mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm_my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm_mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm_my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm_mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm_my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm_mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm_my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm_mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm_my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm_mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm_my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm_mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm_my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm_mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm_my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm_mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm_my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm_mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm_my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm_mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm_my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm_mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm_my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm_mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm_mt-0 {
    margin-top: 0;
  }

  .sm_mr-0 {
    margin-right: 0;
  }

  .sm_mb-0 {
    margin-bottom: 0;
  }

  .sm_ml-0 {
    margin-left: 0;
  }

  .sm_mt-1 {
    margin-top: 0.25rem;
  }

  .sm_mr-1 {
    margin-right: 0.25rem;
  }

  .sm_mb-1 {
    margin-bottom: 0.25rem;
  }

  .sm_ml-1 {
    margin-left: 0.25rem;
  }

  .sm_mt-2 {
    margin-top: 0.5rem;
  }

  .sm_mr-2 {
    margin-right: 0.5rem;
  }

  .sm_mb-2 {
    margin-bottom: 0.5rem;
  }

  .sm_ml-2 {
    margin-left: 0.5rem;
  }

  .sm_mt-3 {
    margin-top: 0.75rem;
  }

  .sm_mr-3 {
    margin-right: 0.75rem;
  }

  .sm_mb-3 {
    margin-bottom: 0.75rem;
  }

  .sm_ml-3 {
    margin-left: 0.75rem;
  }

  .sm_mt-4 {
    margin-top: 1rem;
  }

  .sm_mr-4 {
    margin-right: 1rem;
  }

  .sm_mb-4 {
    margin-bottom: 1rem;
  }

  .sm_ml-4 {
    margin-left: 1rem;
  }

  .sm_mt-5 {
    margin-top: 1.25rem;
  }

  .sm_mr-5 {
    margin-right: 1.25rem;
  }

  .sm_mb-5 {
    margin-bottom: 1.25rem;
  }

  .sm_ml-5 {
    margin-left: 1.25rem;
  }

  .sm_mt-6 {
    margin-top: 1.5rem;
  }

  .sm_mr-6 {
    margin-right: 1.5rem;
  }

  .sm_mb-6 {
    margin-bottom: 1.5rem;
  }

  .sm_ml-6 {
    margin-left: 1.5rem;
  }

  .sm_mt-8 {
    margin-top: 2rem;
  }

  .sm_mr-8 {
    margin-right: 2rem;
  }

  .sm_mb-8 {
    margin-bottom: 2rem;
  }

  .sm_ml-8 {
    margin-left: 2rem;
  }

  .sm_mt-10 {
    margin-top: 2.5rem;
  }

  .sm_mr-10 {
    margin-right: 2.5rem;
  }

  .sm_mb-10 {
    margin-bottom: 2.5rem;
  }

  .sm_ml-10 {
    margin-left: 2.5rem;
  }

  .sm_mt-12 {
    margin-top: 3rem;
  }

  .sm_mr-12 {
    margin-right: 3rem;
  }

  .sm_mb-12 {
    margin-bottom: 3rem;
  }

  .sm_ml-12 {
    margin-left: 3rem;
  }

  .sm_mt-16 {
    margin-top: 4rem;
  }

  .sm_mr-16 {
    margin-right: 4rem;
  }

  .sm_mb-16 {
    margin-bottom: 4rem;
  }

  .sm_ml-16 {
    margin-left: 4rem;
  }

  .sm_mt-20 {
    margin-top: 5rem;
  }

  .sm_mr-20 {
    margin-right: 5rem;
  }

  .sm_mb-20 {
    margin-bottom: 5rem;
  }

  .sm_ml-20 {
    margin-left: 5rem;
  }

  .sm_mt-24 {
    margin-top: 6rem;
  }

  .sm_mr-24 {
    margin-right: 6rem;
  }

  .sm_mb-24 {
    margin-bottom: 6rem;
  }

  .sm_ml-24 {
    margin-left: 6rem;
  }

  .sm_mt-32 {
    margin-top: 8rem;
  }

  .sm_mr-32 {
    margin-right: 8rem;
  }

  .sm_mb-32 {
    margin-bottom: 8rem;
  }

  .sm_ml-32 {
    margin-left: 8rem;
  }

  .sm_mt-40 {
    margin-top: 10rem;
  }

  .sm_mr-40 {
    margin-right: 10rem;
  }

  .sm_mb-40 {
    margin-bottom: 10rem;
  }

  .sm_ml-40 {
    margin-left: 10rem;
  }

  .sm_mt-48 {
    margin-top: 12rem;
  }

  .sm_mr-48 {
    margin-right: 12rem;
  }

  .sm_mb-48 {
    margin-bottom: 12rem;
  }

  .sm_ml-48 {
    margin-left: 12rem;
  }

  .sm_mt-56 {
    margin-top: 14rem;
  }

  .sm_mr-56 {
    margin-right: 14rem;
  }

  .sm_mb-56 {
    margin-bottom: 14rem;
  }

  .sm_ml-56 {
    margin-left: 14rem;
  }

  .sm_mt-64 {
    margin-top: 16rem;
  }

  .sm_mr-64 {
    margin-right: 16rem;
  }

  .sm_mb-64 {
    margin-bottom: 16rem;
  }

  .sm_ml-64 {
    margin-left: 16rem;
  }

  .sm_mt-auto {
    margin-top: auto;
  }

  .sm_mr-auto {
    margin-right: auto;
  }

  .sm_mb-auto {
    margin-bottom: auto;
  }

  .sm_ml-auto {
    margin-left: auto;
  }

  .sm_mt-px {
    margin-top: 1px;
  }

  .sm_mr-px {
    margin-right: 1px;
  }

  .sm_mb-px {
    margin-bottom: 1px;
  }

  .sm_ml-px {
    margin-left: 1px;
  }

  .sm_-mt-1 {
    margin-top: -0.25rem;
  }

  .sm_-mr-1 {
    margin-right: -0.25rem;
  }

  .sm_-mb-1 {
    margin-bottom: -0.25rem;
  }

  .sm_-ml-1 {
    margin-left: -0.25rem;
  }

  .sm_-mt-2 {
    margin-top: -0.5rem;
  }

  .sm_-mr-2 {
    margin-right: -0.5rem;
  }

  .sm_-mb-2 {
    margin-bottom: -0.5rem;
  }

  .sm_-ml-2 {
    margin-left: -0.5rem;
  }

  .sm_-mt-3 {
    margin-top: -0.75rem;
  }

  .sm_-mr-3 {
    margin-right: -0.75rem;
  }

  .sm_-mb-3 {
    margin-bottom: -0.75rem;
  }

  .sm_-ml-3 {
    margin-left: -0.75rem;
  }

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

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

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

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

  .sm_-mt-5 {
    margin-top: -1.25rem;
  }

  .sm_-mr-5 {
    margin-right: -1.25rem;
  }

  .sm_-mb-5 {
    margin-bottom: -1.25rem;
  }

  .sm_-ml-5 {
    margin-left: -1.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm_-mt-20 {
    margin-top: -5rem;
  }

  .sm_-mr-20 {
    margin-right: -5rem;
  }

  .sm_-mb-20 {
    margin-bottom: -5rem;
  }

  .sm_-ml-20 {
    margin-left: -5rem;
  }

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

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

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

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

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

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

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

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

  .sm_-mt-40 {
    margin-top: -10rem;
  }

  .sm_-mr-40 {
    margin-right: -10rem;
  }

  .sm_-mb-40 {
    margin-bottom: -10rem;
  }

  .sm_-ml-40 {
    margin-left: -10rem;
  }

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

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

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

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

  .sm_-mt-56 {
    margin-top: -14rem;
  }

  .sm_-mr-56 {
    margin-right: -14rem;
  }

  .sm_-mb-56 {
    margin-bottom: -14rem;
  }

  .sm_-ml-56 {
    margin-left: -14rem;
  }

  .sm_-mt-64 {
    margin-top: -16rem;
  }

  .sm_-mr-64 {
    margin-right: -16rem;
  }

  .sm_-mb-64 {
    margin-bottom: -16rem;
  }

  .sm_-ml-64 {
    margin-left: -16rem;
  }

  .sm_-mt-px {
    margin-top: -1px;
  }

  .sm_-mr-px {
    margin-right: -1px;
  }

  .sm_-mb-px {
    margin-bottom: -1px;
  }

  .sm_-ml-px {
    margin-left: -1px;
  }

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

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

  .sm_max-w-xs {
    max-width: 20rem;
  }

  .sm_max-w-sm {
    max-width: 24rem;
  }

  .sm_max-w-md {
    max-width: 28rem;
  }

  .sm_max-w-lg {
    max-width: 32rem;
  }

  .sm_max-w-xl {
    max-width: 36rem;
  }

  .sm_max-w-2xl {
    max-width: 42rem;
  }

  .sm_max-w-3xl {
    max-width: 48rem;
  }

  .sm_max-w-4xl {
    max-width: 56rem;
  }

  .sm_max-w-5xl {
    max-width: 64rem;
  }

  .sm_max-w-6xl {
    max-width: 72rem;
  }

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

  .sm_min-h-0 {
    min-height: 0;
  }

  .sm_min-h-full {
    min-height: 100%;
  }

  .sm_min-h-screen {
    min-height: 100vh;
  }

  .sm_min-w-0 {
    min-width: 0;
  }

  .sm_min-w-full {
    min-width: 100%;
  }

  .sm_object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .sm_object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .sm_object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .sm_object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .sm_object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .sm_object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .sm_object-center {
    -o-object-position: center;
       object-position: center;
  }

  .sm_object-left {
    -o-object-position: left;
       object-position: left;
  }

  .sm_object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .sm_object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .sm_object-right {
    -o-object-position: right;
       object-position: right;
  }

  .sm_object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .sm_object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .sm_object-top {
    -o-object-position: top;
       object-position: top;
  }

  .sm_opacity-0 {
    opacity: 0;
  }

  .sm_opacity-25 {
    opacity: 0.25;
  }

  .sm_opacity-50 {
    opacity: 0.5;
  }

  .sm_opacity-75 {
    opacity: 0.75;
  }

  .sm_opacity-100 {
    opacity: 1;
  }

  .sm_hover_opacity-0:hover {
    opacity: 0;
  }

  .sm_hover_opacity-25:hover {
    opacity: 0.25;
  }

  .sm_hover_opacity-50:hover {
    opacity: 0.5;
  }

  .sm_hover_opacity-75:hover {
    opacity: 0.75;
  }

  .sm_hover_opacity-100:hover {
    opacity: 1;
  }

  .sm_focus_opacity-0:focus {
    opacity: 0;
  }

  .sm_focus_opacity-25:focus {
    opacity: 0.25;
  }

  .sm_focus_opacity-50:focus {
    opacity: 0.5;
  }

  .sm_focus_opacity-75:focus {
    opacity: 0.75;
  }

  .sm_focus_opacity-100:focus {
    opacity: 1;
  }

  .sm_outline-none {
    outline: 0;
  }

  .sm_focus_outline-none:focus {
    outline: 0;
  }

  .sm_overflow-auto {
    overflow: auto;
  }

  .sm_overflow-hidden {
    overflow: hidden;
  }

  .sm_overflow-visible {
    overflow: visible;
  }

  .sm_overflow-scroll {
    overflow: scroll;
  }

  .sm_overflow-x-auto {
    overflow-x: auto;
  }

  .sm_overflow-y-auto {
    overflow-y: auto;
  }

  .sm_overflow-x-hidden {
    overflow-x: hidden;
  }

  .sm_overflow-y-hidden {
    overflow-y: hidden;
  }

  .sm_overflow-x-visible {
    overflow-x: visible;
  }

  .sm_overflow-y-visible {
    overflow-y: visible;
  }

  .sm_overflow-x-scroll {
    overflow-x: scroll;
  }

  .sm_overflow-y-scroll {
    overflow-y: scroll;
  }

  .sm_scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .sm_scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .sm_p-0 {
    padding: 0;
  }

  .sm_p-1 {
    padding: 0.25rem;
  }

  .sm_p-2 {
    padding: 0.5rem;
  }

  .sm_p-3 {
    padding: 0.75rem;
  }

  .sm_p-4 {
    padding: 1rem;
  }

  .sm_p-5 {
    padding: 1.25rem;
  }

  .sm_p-6 {
    padding: 1.5rem;
  }

  .sm_p-8 {
    padding: 2rem;
  }

  .sm_p-10 {
    padding: 2.5rem;
  }

  .sm_p-12 {
    padding: 3rem;
  }

  .sm_p-16 {
    padding: 4rem;
  }

  .sm_p-20 {
    padding: 5rem;
  }

  .sm_p-24 {
    padding: 6rem;
  }

  .sm_p-32 {
    padding: 8rem;
  }

  .sm_p-40 {
    padding: 10rem;
  }

  .sm_p-48 {
    padding: 12rem;
  }

  .sm_p-56 {
    padding: 14rem;
  }

  .sm_p-64 {
    padding: 16rem;
  }

  .sm_p-px {
    padding: 1px;
  }

  .sm_py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm_px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .sm_py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm_px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm_py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm_px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm_py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm_px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm_py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm_px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm_py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm_px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm_py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm_px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm_py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm_px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm_py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm_px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm_py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm_px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm_py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm_px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm_py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm_px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm_py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm_px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm_py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm_px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm_py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm_px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm_py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm_px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm_py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm_px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm_py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm_px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm_py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm_px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm_pt-0 {
    padding-top: 0;
  }

  .sm_pr-0 {
    padding-right: 0;
  }

  .sm_pb-0 {
    padding-bottom: 0;
  }

  .sm_pl-0 {
    padding-left: 0;
  }

  .sm_pt-1 {
    padding-top: 0.25rem;
  }

  .sm_pr-1 {
    padding-right: 0.25rem;
  }

  .sm_pb-1 {
    padding-bottom: 0.25rem;
  }

  .sm_pl-1 {
    padding-left: 0.25rem;
  }

  .sm_pt-2 {
    padding-top: 0.5rem;
  }

  .sm_pr-2 {
    padding-right: 0.5rem;
  }

  .sm_pb-2 {
    padding-bottom: 0.5rem;
  }

  .sm_pl-2 {
    padding-left: 0.5rem;
  }

  .sm_pt-3 {
    padding-top: 0.75rem;
  }

  .sm_pr-3 {
    padding-right: 0.75rem;
  }

  .sm_pb-3 {
    padding-bottom: 0.75rem;
  }

  .sm_pl-3 {
    padding-left: 0.75rem;
  }

  .sm_pt-4 {
    padding-top: 1rem;
  }

  .sm_pr-4 {
    padding-right: 1rem;
  }

  .sm_pb-4 {
    padding-bottom: 1rem;
  }

  .sm_pl-4 {
    padding-left: 1rem;
  }

  .sm_pt-5 {
    padding-top: 1.25rem;
  }

  .sm_pr-5 {
    padding-right: 1.25rem;
  }

  .sm_pb-5 {
    padding-bottom: 1.25rem;
  }

  .sm_pl-5 {
    padding-left: 1.25rem;
  }

  .sm_pt-6 {
    padding-top: 1.5rem;
  }

  .sm_pr-6 {
    padding-right: 1.5rem;
  }

  .sm_pb-6 {
    padding-bottom: 1.5rem;
  }

  .sm_pl-6 {
    padding-left: 1.5rem;
  }

  .sm_pt-8 {
    padding-top: 2rem;
  }

  .sm_pr-8 {
    padding-right: 2rem;
  }

  .sm_pb-8 {
    padding-bottom: 2rem;
  }

  .sm_pl-8 {
    padding-left: 2rem;
  }

  .sm_pt-10 {
    padding-top: 2.5rem;
  }

  .sm_pr-10 {
    padding-right: 2.5rem;
  }

  .sm_pb-10 {
    padding-bottom: 2.5rem;
  }

  .sm_pl-10 {
    padding-left: 2.5rem;
  }

  .sm_pt-12 {
    padding-top: 3rem;
  }

  .sm_pr-12 {
    padding-right: 3rem;
  }

  .sm_pb-12 {
    padding-bottom: 3rem;
  }

  .sm_pl-12 {
    padding-left: 3rem;
  }

  .sm_pt-16 {
    padding-top: 4rem;
  }

  .sm_pr-16 {
    padding-right: 4rem;
  }

  .sm_pb-16 {
    padding-bottom: 4rem;
  }

  .sm_pl-16 {
    padding-left: 4rem;
  }

  .sm_pt-20 {
    padding-top: 5rem;
  }

  .sm_pr-20 {
    padding-right: 5rem;
  }

  .sm_pb-20 {
    padding-bottom: 5rem;
  }

  .sm_pl-20 {
    padding-left: 5rem;
  }

  .sm_pt-24 {
    padding-top: 6rem;
  }

  .sm_pr-24 {
    padding-right: 6rem;
  }

  .sm_pb-24 {
    padding-bottom: 6rem;
  }

  .sm_pl-24 {
    padding-left: 6rem;
  }

  .sm_pt-32 {
    padding-top: 8rem;
  }

  .sm_pr-32 {
    padding-right: 8rem;
  }

  .sm_pb-32 {
    padding-bottom: 8rem;
  }

  .sm_pl-32 {
    padding-left: 8rem;
  }

  .sm_pt-40 {
    padding-top: 10rem;
  }

  .sm_pr-40 {
    padding-right: 10rem;
  }

  .sm_pb-40 {
    padding-bottom: 10rem;
  }

  .sm_pl-40 {
    padding-left: 10rem;
  }

  .sm_pt-48 {
    padding-top: 12rem;
  }

  .sm_pr-48 {
    padding-right: 12rem;
  }

  .sm_pb-48 {
    padding-bottom: 12rem;
  }

  .sm_pl-48 {
    padding-left: 12rem;
  }

  .sm_pt-56 {
    padding-top: 14rem;
  }

  .sm_pr-56 {
    padding-right: 14rem;
  }

  .sm_pb-56 {
    padding-bottom: 14rem;
  }

  .sm_pl-56 {
    padding-left: 14rem;
  }

  .sm_pt-64 {
    padding-top: 16rem;
  }

  .sm_pr-64 {
    padding-right: 16rem;
  }

  .sm_pb-64 {
    padding-bottom: 16rem;
  }

  .sm_pl-64 {
    padding-left: 16rem;
  }

  .sm_pt-px {
    padding-top: 1px;
  }

  .sm_pr-px {
    padding-right: 1px;
  }

  .sm_pb-px {
    padding-bottom: 1px;
  }

  .sm_pl-px {
    padding-left: 1px;
  }

  .sm_placeholder-transparent::-webkit-input-placeholder {
    color: transparent;
  }

  .sm_placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .sm_placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .sm_placeholder-transparent::-ms-input-placeholder {
    color: transparent;
  }

  .sm_placeholder-transparent::placeholder {
    color: transparent;
  }

  .sm_placeholder-black::-webkit-input-placeholder {
    color: #000;
  }

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

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

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

  .sm_placeholder-black::placeholder {
    color: #000;
  }

  .sm_placeholder-white::-webkit-input-placeholder {
    color: #fff;
  }

  .sm_placeholder-white::-moz-placeholder {
    color: #fff;
  }

  .sm_placeholder-white:-ms-input-placeholder {
    color: #fff;
  }

  .sm_placeholder-white::-ms-input-placeholder {
    color: #fff;
  }

  .sm_placeholder-white::placeholder {
    color: #fff;
  }

  .sm_placeholder-gray-100::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .sm_placeholder-gray-100::-moz-placeholder {
    color: #f7fafc;
  }

  .sm_placeholder-gray-100:-ms-input-placeholder {
    color: #f7fafc;
  }

  .sm_placeholder-gray-100::-ms-input-placeholder {
    color: #f7fafc;
  }

  .sm_placeholder-gray-100::placeholder {
    color: #f7fafc;
  }

  .sm_placeholder-gray-200::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .sm_placeholder-gray-200::-moz-placeholder {
    color: #edf2f7;
  }

  .sm_placeholder-gray-200:-ms-input-placeholder {
    color: #edf2f7;
  }

  .sm_placeholder-gray-200::-ms-input-placeholder {
    color: #edf2f7;
  }

  .sm_placeholder-gray-200::placeholder {
    color: #edf2f7;
  }

  .sm_placeholder-gray-300::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .sm_placeholder-gray-300::-moz-placeholder {
    color: #e2e8f0;
  }

  .sm_placeholder-gray-300:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .sm_placeholder-gray-300::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .sm_placeholder-gray-300::placeholder {
    color: #e2e8f0;
  }

  .sm_placeholder-gray-400::-webkit-input-placeholder {
    color: #B8B8B8;
  }

  .sm_placeholder-gray-400::-moz-placeholder {
    color: #B8B8B8;
  }

  .sm_placeholder-gray-400:-ms-input-placeholder {
    color: #B8B8B8;
  }

  .sm_placeholder-gray-400::-ms-input-placeholder {
    color: #B8B8B8;
  }

  .sm_placeholder-gray-400::placeholder {
    color: #B8B8B8;
  }

  .sm_placeholder-gray-500::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .sm_placeholder-gray-500::-moz-placeholder {
    color: #a0aec0;
  }

  .sm_placeholder-gray-500:-ms-input-placeholder {
    color: #a0aec0;
  }

  .sm_placeholder-gray-500::-ms-input-placeholder {
    color: #a0aec0;
  }

  .sm_placeholder-gray-500::placeholder {
    color: #a0aec0;
  }

  .sm_placeholder-gray-600::-webkit-input-placeholder {
    color: #718096;
  }

  .sm_placeholder-gray-600::-moz-placeholder {
    color: #718096;
  }

  .sm_placeholder-gray-600:-ms-input-placeholder {
    color: #718096;
  }

  .sm_placeholder-gray-600::-ms-input-placeholder {
    color: #718096;
  }

  .sm_placeholder-gray-600::placeholder {
    color: #718096;
  }

  .sm_placeholder-gray-700::-webkit-input-placeholder {
    color: #313131;
  }

  .sm_placeholder-gray-700::-moz-placeholder {
    color: #313131;
  }

  .sm_placeholder-gray-700:-ms-input-placeholder {
    color: #313131;
  }

  .sm_placeholder-gray-700::-ms-input-placeholder {
    color: #313131;
  }

  .sm_placeholder-gray-700::placeholder {
    color: #313131;
  }

  .sm_placeholder-gray-800::-webkit-input-placeholder {
    color: #2d3748;
  }

  .sm_placeholder-gray-800::-moz-placeholder {
    color: #2d3748;
  }

  .sm_placeholder-gray-800:-ms-input-placeholder {
    color: #2d3748;
  }

  .sm_placeholder-gray-800::-ms-input-placeholder {
    color: #2d3748;
  }

  .sm_placeholder-gray-800::placeholder {
    color: #2d3748;
  }

  .sm_placeholder-gray-900::-webkit-input-placeholder {
    color: #1a202c;
  }

  .sm_placeholder-gray-900::-moz-placeholder {
    color: #1a202c;
  }

  .sm_placeholder-gray-900:-ms-input-placeholder {
    color: #1a202c;
  }

  .sm_placeholder-gray-900::-ms-input-placeholder {
    color: #1a202c;
  }

  .sm_placeholder-gray-900::placeholder {
    color: #1a202c;
  }

  .sm_placeholder-red-100::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .sm_placeholder-red-100::-moz-placeholder {
    color: #fff5f5;
  }

  .sm_placeholder-red-100:-ms-input-placeholder {
    color: #fff5f5;
  }

  .sm_placeholder-red-100::-ms-input-placeholder {
    color: #fff5f5;
  }

  .sm_placeholder-red-100::placeholder {
    color: #fff5f5;
  }

  .sm_placeholder-red-200::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .sm_placeholder-red-200::-moz-placeholder {
    color: #fed7d7;
  }

  .sm_placeholder-red-200:-ms-input-placeholder {
    color: #fed7d7;
  }

  .sm_placeholder-red-200::-ms-input-placeholder {
    color: #fed7d7;
  }

  .sm_placeholder-red-200::placeholder {
    color: #fed7d7;
  }

  .sm_placeholder-red-300::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .sm_placeholder-red-300::-moz-placeholder {
    color: #feb2b2;
  }

  .sm_placeholder-red-300:-ms-input-placeholder {
    color: #feb2b2;
  }

  .sm_placeholder-red-300::-ms-input-placeholder {
    color: #feb2b2;
  }

  .sm_placeholder-red-300::placeholder {
    color: #feb2b2;
  }

  .sm_placeholder-red-400::-webkit-input-placeholder {
    color: #fc8181;
  }

  .sm_placeholder-red-400::-moz-placeholder {
    color: #fc8181;
  }

  .sm_placeholder-red-400:-ms-input-placeholder {
    color: #fc8181;
  }

  .sm_placeholder-red-400::-ms-input-placeholder {
    color: #fc8181;
  }

  .sm_placeholder-red-400::placeholder {
    color: #fc8181;
  }

  .sm_placeholder-red-500::-webkit-input-placeholder {
    color: #f56565;
  }

  .sm_placeholder-red-500::-moz-placeholder {
    color: #f56565;
  }

  .sm_placeholder-red-500:-ms-input-placeholder {
    color: #f56565;
  }

  .sm_placeholder-red-500::-ms-input-placeholder {
    color: #f56565;
  }

  .sm_placeholder-red-500::placeholder {
    color: #f56565;
  }

  .sm_placeholder-red-600::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .sm_placeholder-red-600::-moz-placeholder {
    color: #e53e3e;
  }

  .sm_placeholder-red-600:-ms-input-placeholder {
    color: #e53e3e;
  }

  .sm_placeholder-red-600::-ms-input-placeholder {
    color: #e53e3e;
  }

  .sm_placeholder-red-600::placeholder {
    color: #e53e3e;
  }

  .sm_placeholder-red-700::-webkit-input-placeholder {
    color: #c53030;
  }

  .sm_placeholder-red-700::-moz-placeholder {
    color: #c53030;
  }

  .sm_placeholder-red-700:-ms-input-placeholder {
    color: #c53030;
  }

  .sm_placeholder-red-700::-ms-input-placeholder {
    color: #c53030;
  }

  .sm_placeholder-red-700::placeholder {
    color: #c53030;
  }

  .sm_placeholder-red-800::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .sm_placeholder-red-800::-moz-placeholder {
    color: #9b2c2c;
  }

  .sm_placeholder-red-800:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .sm_placeholder-red-800::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .sm_placeholder-red-800::placeholder {
    color: #9b2c2c;
  }

  .sm_placeholder-red-900::-webkit-input-placeholder {
    color: #742a2a;
  }

  .sm_placeholder-red-900::-moz-placeholder {
    color: #742a2a;
  }

  .sm_placeholder-red-900:-ms-input-placeholder {
    color: #742a2a;
  }

  .sm_placeholder-red-900::-ms-input-placeholder {
    color: #742a2a;
  }

  .sm_placeholder-red-900::placeholder {
    color: #742a2a;
  }

  .sm_placeholder-orange-100::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .sm_placeholder-orange-100::-moz-placeholder {
    color: #fffaf0;
  }

  .sm_placeholder-orange-100:-ms-input-placeholder {
    color: #fffaf0;
  }

  .sm_placeholder-orange-100::-ms-input-placeholder {
    color: #fffaf0;
  }

  .sm_placeholder-orange-100::placeholder {
    color: #fffaf0;
  }

  .sm_placeholder-orange-200::-webkit-input-placeholder {
    color: #feebc8;
  }

  .sm_placeholder-orange-200::-moz-placeholder {
    color: #feebc8;
  }

  .sm_placeholder-orange-200:-ms-input-placeholder {
    color: #feebc8;
  }

  .sm_placeholder-orange-200::-ms-input-placeholder {
    color: #feebc8;
  }

  .sm_placeholder-orange-200::placeholder {
    color: #feebc8;
  }

  .sm_placeholder-orange-300::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .sm_placeholder-orange-300::-moz-placeholder {
    color: #fbd38d;
  }

  .sm_placeholder-orange-300:-ms-input-placeholder {
    color: #fbd38d;
  }

  .sm_placeholder-orange-300::-ms-input-placeholder {
    color: #fbd38d;
  }

  .sm_placeholder-orange-300::placeholder {
    color: #fbd38d;
  }

  .sm_placeholder-orange-400::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .sm_placeholder-orange-400::-moz-placeholder {
    color: #f6ad55;
  }

  .sm_placeholder-orange-400:-ms-input-placeholder {
    color: #f6ad55;
  }

  .sm_placeholder-orange-400::-ms-input-placeholder {
    color: #f6ad55;
  }

  .sm_placeholder-orange-400::placeholder {
    color: #f6ad55;
  }

  .sm_placeholder-orange-500::-webkit-input-placeholder {
    color: #ed8936;
  }

  .sm_placeholder-orange-500::-moz-placeholder {
    color: #ed8936;
  }

  .sm_placeholder-orange-500:-ms-input-placeholder {
    color: #ed8936;
  }

  .sm_placeholder-orange-500::-ms-input-placeholder {
    color: #ed8936;
  }

  .sm_placeholder-orange-500::placeholder {
    color: #ed8936;
  }

  .sm_placeholder-orange-600::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .sm_placeholder-orange-600::-moz-placeholder {
    color: #dd6b20;
  }

  .sm_placeholder-orange-600:-ms-input-placeholder {
    color: #dd6b20;
  }

  .sm_placeholder-orange-600::-ms-input-placeholder {
    color: #dd6b20;
  }

  .sm_placeholder-orange-600::placeholder {
    color: #dd6b20;
  }

  .sm_placeholder-orange-700::-webkit-input-placeholder {
    color: #c05621;
  }

  .sm_placeholder-orange-700::-moz-placeholder {
    color: #c05621;
  }

  .sm_placeholder-orange-700:-ms-input-placeholder {
    color: #c05621;
  }

  .sm_placeholder-orange-700::-ms-input-placeholder {
    color: #c05621;
  }

  .sm_placeholder-orange-700::placeholder {
    color: #c05621;
  }

  .sm_placeholder-orange-800::-webkit-input-placeholder {
    color: #9c4221;
  }

  .sm_placeholder-orange-800::-moz-placeholder {
    color: #9c4221;
  }

  .sm_placeholder-orange-800:-ms-input-placeholder {
    color: #9c4221;
  }

  .sm_placeholder-orange-800::-ms-input-placeholder {
    color: #9c4221;
  }

  .sm_placeholder-orange-800::placeholder {
    color: #9c4221;
  }

  .sm_placeholder-orange-900::-webkit-input-placeholder {
    color: #7b341e;
  }

  .sm_placeholder-orange-900::-moz-placeholder {
    color: #7b341e;
  }

  .sm_placeholder-orange-900:-ms-input-placeholder {
    color: #7b341e;
  }

  .sm_placeholder-orange-900::-ms-input-placeholder {
    color: #7b341e;
  }

  .sm_placeholder-orange-900::placeholder {
    color: #7b341e;
  }

  .sm_placeholder-yellow-100::-webkit-input-placeholder {
    color: #fffff0;
  }

  .sm_placeholder-yellow-100::-moz-placeholder {
    color: #fffff0;
  }

  .sm_placeholder-yellow-100:-ms-input-placeholder {
    color: #fffff0;
  }

  .sm_placeholder-yellow-100::-ms-input-placeholder {
    color: #fffff0;
  }

  .sm_placeholder-yellow-100::placeholder {
    color: #fffff0;
  }

  .sm_placeholder-yellow-200::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .sm_placeholder-yellow-200::-moz-placeholder {
    color: #fefcbf;
  }

  .sm_placeholder-yellow-200:-ms-input-placeholder {
    color: #fefcbf;
  }

  .sm_placeholder-yellow-200::-ms-input-placeholder {
    color: #fefcbf;
  }

  .sm_placeholder-yellow-200::placeholder {
    color: #fefcbf;
  }

  .sm_placeholder-yellow-300::-webkit-input-placeholder {
    color: #faf089;
  }

  .sm_placeholder-yellow-300::-moz-placeholder {
    color: #faf089;
  }

  .sm_placeholder-yellow-300:-ms-input-placeholder {
    color: #faf089;
  }

  .sm_placeholder-yellow-300::-ms-input-placeholder {
    color: #faf089;
  }

  .sm_placeholder-yellow-300::placeholder {
    color: #faf089;
  }

  .sm_placeholder-yellow-400::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .sm_placeholder-yellow-400::-moz-placeholder {
    color: #f6e05e;
  }

  .sm_placeholder-yellow-400:-ms-input-placeholder {
    color: #f6e05e;
  }

  .sm_placeholder-yellow-400::-ms-input-placeholder {
    color: #f6e05e;
  }

  .sm_placeholder-yellow-400::placeholder {
    color: #f6e05e;
  }

  .sm_placeholder-yellow-500::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .sm_placeholder-yellow-500::-moz-placeholder {
    color: #ecc94b;
  }

  .sm_placeholder-yellow-500:-ms-input-placeholder {
    color: #ecc94b;
  }

  .sm_placeholder-yellow-500::-ms-input-placeholder {
    color: #ecc94b;
  }

  .sm_placeholder-yellow-500::placeholder {
    color: #ecc94b;
  }

  .sm_placeholder-yellow-600::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .sm_placeholder-yellow-600::-moz-placeholder {
    color: #d69e2e;
  }

  .sm_placeholder-yellow-600:-ms-input-placeholder {
    color: #d69e2e;
  }

  .sm_placeholder-yellow-600::-ms-input-placeholder {
    color: #d69e2e;
  }

  .sm_placeholder-yellow-600::placeholder {
    color: #d69e2e;
  }

  .sm_placeholder-yellow-700::-webkit-input-placeholder {
    color: #b7791f;
  }

  .sm_placeholder-yellow-700::-moz-placeholder {
    color: #b7791f;
  }

  .sm_placeholder-yellow-700:-ms-input-placeholder {
    color: #b7791f;
  }

  .sm_placeholder-yellow-700::-ms-input-placeholder {
    color: #b7791f;
  }

  .sm_placeholder-yellow-700::placeholder {
    color: #b7791f;
  }

  .sm_placeholder-yellow-800::-webkit-input-placeholder {
    color: #975a16;
  }

  .sm_placeholder-yellow-800::-moz-placeholder {
    color: #975a16;
  }

  .sm_placeholder-yellow-800:-ms-input-placeholder {
    color: #975a16;
  }

  .sm_placeholder-yellow-800::-ms-input-placeholder {
    color: #975a16;
  }

  .sm_placeholder-yellow-800::placeholder {
    color: #975a16;
  }

  .sm_placeholder-yellow-900::-webkit-input-placeholder {
    color: #744210;
  }

  .sm_placeholder-yellow-900::-moz-placeholder {
    color: #744210;
  }

  .sm_placeholder-yellow-900:-ms-input-placeholder {
    color: #744210;
  }

  .sm_placeholder-yellow-900::-ms-input-placeholder {
    color: #744210;
  }

  .sm_placeholder-yellow-900::placeholder {
    color: #744210;
  }

  .sm_placeholder-green-100::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .sm_placeholder-green-100::-moz-placeholder {
    color: #f0fff4;
  }

  .sm_placeholder-green-100:-ms-input-placeholder {
    color: #f0fff4;
  }

  .sm_placeholder-green-100::-ms-input-placeholder {
    color: #f0fff4;
  }

  .sm_placeholder-green-100::placeholder {
    color: #f0fff4;
  }

  .sm_placeholder-green-200::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .sm_placeholder-green-200::-moz-placeholder {
    color: #c6f6d5;
  }

  .sm_placeholder-green-200:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .sm_placeholder-green-200::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .sm_placeholder-green-200::placeholder {
    color: #c6f6d5;
  }

  .sm_placeholder-green-300::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .sm_placeholder-green-300::-moz-placeholder {
    color: #9ae6b4;
  }

  .sm_placeholder-green-300:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .sm_placeholder-green-300::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .sm_placeholder-green-300::placeholder {
    color: #9ae6b4;
  }

  .sm_placeholder-green-400::-webkit-input-placeholder {
    color: #68d391;
  }

  .sm_placeholder-green-400::-moz-placeholder {
    color: #68d391;
  }

  .sm_placeholder-green-400:-ms-input-placeholder {
    color: #68d391;
  }

  .sm_placeholder-green-400::-ms-input-placeholder {
    color: #68d391;
  }

  .sm_placeholder-green-400::placeholder {
    color: #68d391;
  }

  .sm_placeholder-green-500::-webkit-input-placeholder {
    color: #48bb78;
  }

  .sm_placeholder-green-500::-moz-placeholder {
    color: #48bb78;
  }

  .sm_placeholder-green-500:-ms-input-placeholder {
    color: #48bb78;
  }

  .sm_placeholder-green-500::-ms-input-placeholder {
    color: #48bb78;
  }

  .sm_placeholder-green-500::placeholder {
    color: #48bb78;
  }

  .sm_placeholder-green-600::-webkit-input-placeholder {
    color: #38a169;
  }

  .sm_placeholder-green-600::-moz-placeholder {
    color: #38a169;
  }

  .sm_placeholder-green-600:-ms-input-placeholder {
    color: #38a169;
  }

  .sm_placeholder-green-600::-ms-input-placeholder {
    color: #38a169;
  }

  .sm_placeholder-green-600::placeholder {
    color: #38a169;
  }

  .sm_placeholder-green-700::-webkit-input-placeholder {
    color: #2f855a;
  }

  .sm_placeholder-green-700::-moz-placeholder {
    color: #2f855a;
  }

  .sm_placeholder-green-700:-ms-input-placeholder {
    color: #2f855a;
  }

  .sm_placeholder-green-700::-ms-input-placeholder {
    color: #2f855a;
  }

  .sm_placeholder-green-700::placeholder {
    color: #2f855a;
  }

  .sm_placeholder-green-800::-webkit-input-placeholder {
    color: #276749;
  }

  .sm_placeholder-green-800::-moz-placeholder {
    color: #276749;
  }

  .sm_placeholder-green-800:-ms-input-placeholder {
    color: #276749;
  }

  .sm_placeholder-green-800::-ms-input-placeholder {
    color: #276749;
  }

  .sm_placeholder-green-800::placeholder {
    color: #276749;
  }

  .sm_placeholder-green-900::-webkit-input-placeholder {
    color: #22543d;
  }

  .sm_placeholder-green-900::-moz-placeholder {
    color: #22543d;
  }

  .sm_placeholder-green-900:-ms-input-placeholder {
    color: #22543d;
  }

  .sm_placeholder-green-900::-ms-input-placeholder {
    color: #22543d;
  }

  .sm_placeholder-green-900::placeholder {
    color: #22543d;
  }

  .sm_placeholder-teal-100::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .sm_placeholder-teal-100::-moz-placeholder {
    color: #e6fffa;
  }

  .sm_placeholder-teal-100:-ms-input-placeholder {
    color: #e6fffa;
  }

  .sm_placeholder-teal-100::-ms-input-placeholder {
    color: #e6fffa;
  }

  .sm_placeholder-teal-100::placeholder {
    color: #e6fffa;
  }

  .sm_placeholder-teal-200::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .sm_placeholder-teal-200::-moz-placeholder {
    color: #b2f5ea;
  }

  .sm_placeholder-teal-200:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .sm_placeholder-teal-200::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .sm_placeholder-teal-200::placeholder {
    color: #b2f5ea;
  }

  .sm_placeholder-teal-300::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .sm_placeholder-teal-300::-moz-placeholder {
    color: #81e6d9;
  }

  .sm_placeholder-teal-300:-ms-input-placeholder {
    color: #81e6d9;
  }

  .sm_placeholder-teal-300::-ms-input-placeholder {
    color: #81e6d9;
  }

  .sm_placeholder-teal-300::placeholder {
    color: #81e6d9;
  }

  .sm_placeholder-teal-400::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .sm_placeholder-teal-400::-moz-placeholder {
    color: #4fd1c5;
  }

  .sm_placeholder-teal-400:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .sm_placeholder-teal-400::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .sm_placeholder-teal-400::placeholder {
    color: #4fd1c5;
  }

  .sm_placeholder-teal-500::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .sm_placeholder-teal-500::-moz-placeholder {
    color: #38b2ac;
  }

  .sm_placeholder-teal-500:-ms-input-placeholder {
    color: #38b2ac;
  }

  .sm_placeholder-teal-500::-ms-input-placeholder {
    color: #38b2ac;
  }

  .sm_placeholder-teal-500::placeholder {
    color: #38b2ac;
  }

  .sm_placeholder-teal-600::-webkit-input-placeholder {
    color: #319795;
  }

  .sm_placeholder-teal-600::-moz-placeholder {
    color: #319795;
  }

  .sm_placeholder-teal-600:-ms-input-placeholder {
    color: #319795;
  }

  .sm_placeholder-teal-600::-ms-input-placeholder {
    color: #319795;
  }

  .sm_placeholder-teal-600::placeholder {
    color: #319795;
  }

  .sm_placeholder-teal-700::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .sm_placeholder-teal-700::-moz-placeholder {
    color: #2c7a7b;
  }

  .sm_placeholder-teal-700:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .sm_placeholder-teal-700::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .sm_placeholder-teal-700::placeholder {
    color: #2c7a7b;
  }

  .sm_placeholder-teal-800::-webkit-input-placeholder {
    color: #285e61;
  }

  .sm_placeholder-teal-800::-moz-placeholder {
    color: #285e61;
  }

  .sm_placeholder-teal-800:-ms-input-placeholder {
    color: #285e61;
  }

  .sm_placeholder-teal-800::-ms-input-placeholder {
    color: #285e61;
  }

  .sm_placeholder-teal-800::placeholder {
    color: #285e61;
  }

  .sm_placeholder-teal-900::-webkit-input-placeholder {
    color: #234e52;
  }

  .sm_placeholder-teal-900::-moz-placeholder {
    color: #234e52;
  }

  .sm_placeholder-teal-900:-ms-input-placeholder {
    color: #234e52;
  }

  .sm_placeholder-teal-900::-ms-input-placeholder {
    color: #234e52;
  }

  .sm_placeholder-teal-900::placeholder {
    color: #234e52;
  }

  .sm_placeholder-blue-100::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .sm_placeholder-blue-100::-moz-placeholder {
    color: #ebf8ff;
  }

  .sm_placeholder-blue-100:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .sm_placeholder-blue-100::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .sm_placeholder-blue-100::placeholder {
    color: #ebf8ff;
  }

  .sm_placeholder-blue-200::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .sm_placeholder-blue-200::-moz-placeholder {
    color: #bee3f8;
  }

  .sm_placeholder-blue-200:-ms-input-placeholder {
    color: #bee3f8;
  }

  .sm_placeholder-blue-200::-ms-input-placeholder {
    color: #bee3f8;
  }

  .sm_placeholder-blue-200::placeholder {
    color: #bee3f8;
  }

  .sm_placeholder-blue-300::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .sm_placeholder-blue-300::-moz-placeholder {
    color: #90cdf4;
  }

  .sm_placeholder-blue-300:-ms-input-placeholder {
    color: #90cdf4;
  }

  .sm_placeholder-blue-300::-ms-input-placeholder {
    color: #90cdf4;
  }

  .sm_placeholder-blue-300::placeholder {
    color: #90cdf4;
  }

  .sm_placeholder-blue-400::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .sm_placeholder-blue-400::-moz-placeholder {
    color: #63b3ed;
  }

  .sm_placeholder-blue-400:-ms-input-placeholder {
    color: #63b3ed;
  }

  .sm_placeholder-blue-400::-ms-input-placeholder {
    color: #63b3ed;
  }

  .sm_placeholder-blue-400::placeholder {
    color: #63b3ed;
  }

  .sm_placeholder-blue-500::-webkit-input-placeholder {
    color: #4299e1;
  }

  .sm_placeholder-blue-500::-moz-placeholder {
    color: #4299e1;
  }

  .sm_placeholder-blue-500:-ms-input-placeholder {
    color: #4299e1;
  }

  .sm_placeholder-blue-500::-ms-input-placeholder {
    color: #4299e1;
  }

  .sm_placeholder-blue-500::placeholder {
    color: #4299e1;
  }

  .sm_placeholder-blue-600::-webkit-input-placeholder {
    color: #3182ce;
  }

  .sm_placeholder-blue-600::-moz-placeholder {
    color: #3182ce;
  }

  .sm_placeholder-blue-600:-ms-input-placeholder {
    color: #3182ce;
  }

  .sm_placeholder-blue-600::-ms-input-placeholder {
    color: #3182ce;
  }

  .sm_placeholder-blue-600::placeholder {
    color: #3182ce;
  }

  .sm_placeholder-blue-700::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .sm_placeholder-blue-700::-moz-placeholder {
    color: #2b6cb0;
  }

  .sm_placeholder-blue-700:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .sm_placeholder-blue-700::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .sm_placeholder-blue-700::placeholder {
    color: #2b6cb0;
  }

  .sm_placeholder-blue-800::-webkit-input-placeholder {
    color: #2c5282;
  }

  .sm_placeholder-blue-800::-moz-placeholder {
    color: #2c5282;
  }

  .sm_placeholder-blue-800:-ms-input-placeholder {
    color: #2c5282;
  }

  .sm_placeholder-blue-800::-ms-input-placeholder {
    color: #2c5282;
  }

  .sm_placeholder-blue-800::placeholder {
    color: #2c5282;
  }

  .sm_placeholder-blue-900::-webkit-input-placeholder {
    color: #2B4780;
  }

  .sm_placeholder-blue-900::-moz-placeholder {
    color: #2B4780;
  }

  .sm_placeholder-blue-900:-ms-input-placeholder {
    color: #2B4780;
  }

  .sm_placeholder-blue-900::-ms-input-placeholder {
    color: #2B4780;
  }

  .sm_placeholder-blue-900::placeholder {
    color: #2B4780;
  }

  .sm_placeholder-indigo-100::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .sm_placeholder-indigo-100::-moz-placeholder {
    color: #ebf4ff;
  }

  .sm_placeholder-indigo-100:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .sm_placeholder-indigo-100::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .sm_placeholder-indigo-100::placeholder {
    color: #ebf4ff;
  }

  .sm_placeholder-indigo-200::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .sm_placeholder-indigo-200::-moz-placeholder {
    color: #c3dafe;
  }

  .sm_placeholder-indigo-200:-ms-input-placeholder {
    color: #c3dafe;
  }

  .sm_placeholder-indigo-200::-ms-input-placeholder {
    color: #c3dafe;
  }

  .sm_placeholder-indigo-200::placeholder {
    color: #c3dafe;
  }

  .sm_placeholder-indigo-300::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .sm_placeholder-indigo-300::-moz-placeholder {
    color: #a3bffa;
  }

  .sm_placeholder-indigo-300:-ms-input-placeholder {
    color: #a3bffa;
  }

  .sm_placeholder-indigo-300::-ms-input-placeholder {
    color: #a3bffa;
  }

  .sm_placeholder-indigo-300::placeholder {
    color: #a3bffa;
  }

  .sm_placeholder-indigo-400::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .sm_placeholder-indigo-400::-moz-placeholder {
    color: #7f9cf5;
  }

  .sm_placeholder-indigo-400:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .sm_placeholder-indigo-400::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .sm_placeholder-indigo-400::placeholder {
    color: #7f9cf5;
  }

  .sm_placeholder-indigo-500::-webkit-input-placeholder {
    color: #667eea;
  }

  .sm_placeholder-indigo-500::-moz-placeholder {
    color: #667eea;
  }

  .sm_placeholder-indigo-500:-ms-input-placeholder {
    color: #667eea;
  }

  .sm_placeholder-indigo-500::-ms-input-placeholder {
    color: #667eea;
  }

  .sm_placeholder-indigo-500::placeholder {
    color: #667eea;
  }

  .sm_placeholder-indigo-600::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .sm_placeholder-indigo-600::-moz-placeholder {
    color: #5a67d8;
  }

  .sm_placeholder-indigo-600:-ms-input-placeholder {
    color: #5a67d8;
  }

  .sm_placeholder-indigo-600::-ms-input-placeholder {
    color: #5a67d8;
  }

  .sm_placeholder-indigo-600::placeholder {
    color: #5a67d8;
  }

  .sm_placeholder-indigo-700::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .sm_placeholder-indigo-700::-moz-placeholder {
    color: #4c51bf;
  }

  .sm_placeholder-indigo-700:-ms-input-placeholder {
    color: #4c51bf;
  }

  .sm_placeholder-indigo-700::-ms-input-placeholder {
    color: #4c51bf;
  }

  .sm_placeholder-indigo-700::placeholder {
    color: #4c51bf;
  }

  .sm_placeholder-indigo-800::-webkit-input-placeholder {
    color: #434190;
  }

  .sm_placeholder-indigo-800::-moz-placeholder {
    color: #434190;
  }

  .sm_placeholder-indigo-800:-ms-input-placeholder {
    color: #434190;
  }

  .sm_placeholder-indigo-800::-ms-input-placeholder {
    color: #434190;
  }

  .sm_placeholder-indigo-800::placeholder {
    color: #434190;
  }

  .sm_placeholder-indigo-900::-webkit-input-placeholder {
    color: #3c366b;
  }

  .sm_placeholder-indigo-900::-moz-placeholder {
    color: #3c366b;
  }

  .sm_placeholder-indigo-900:-ms-input-placeholder {
    color: #3c366b;
  }

  .sm_placeholder-indigo-900::-ms-input-placeholder {
    color: #3c366b;
  }

  .sm_placeholder-indigo-900::placeholder {
    color: #3c366b;
  }

  .sm_placeholder-purple-100::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .sm_placeholder-purple-100::-moz-placeholder {
    color: #faf5ff;
  }

  .sm_placeholder-purple-100:-ms-input-placeholder {
    color: #faf5ff;
  }

  .sm_placeholder-purple-100::-ms-input-placeholder {
    color: #faf5ff;
  }

  .sm_placeholder-purple-100::placeholder {
    color: #faf5ff;
  }

  .sm_placeholder-purple-200::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .sm_placeholder-purple-200::-moz-placeholder {
    color: #e9d8fd;
  }

  .sm_placeholder-purple-200:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .sm_placeholder-purple-200::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .sm_placeholder-purple-200::placeholder {
    color: #e9d8fd;
  }

  .sm_placeholder-purple-300::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .sm_placeholder-purple-300::-moz-placeholder {
    color: #d6bcfa;
  }

  .sm_placeholder-purple-300:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .sm_placeholder-purple-300::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .sm_placeholder-purple-300::placeholder {
    color: #d6bcfa;
  }

  .sm_placeholder-purple-400::-webkit-input-placeholder {
    color: #b794f4;
  }

  .sm_placeholder-purple-400::-moz-placeholder {
    color: #b794f4;
  }

  .sm_placeholder-purple-400:-ms-input-placeholder {
    color: #b794f4;
  }

  .sm_placeholder-purple-400::-ms-input-placeholder {
    color: #b794f4;
  }

  .sm_placeholder-purple-400::placeholder {
    color: #b794f4;
  }

  .sm_placeholder-purple-500::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .sm_placeholder-purple-500::-moz-placeholder {
    color: #9f7aea;
  }

  .sm_placeholder-purple-500:-ms-input-placeholder {
    color: #9f7aea;
  }

  .sm_placeholder-purple-500::-ms-input-placeholder {
    color: #9f7aea;
  }

  .sm_placeholder-purple-500::placeholder {
    color: #9f7aea;
  }

  .sm_placeholder-purple-600::-webkit-input-placeholder {
    color: #805ad5;
  }

  .sm_placeholder-purple-600::-moz-placeholder {
    color: #805ad5;
  }

  .sm_placeholder-purple-600:-ms-input-placeholder {
    color: #805ad5;
  }

  .sm_placeholder-purple-600::-ms-input-placeholder {
    color: #805ad5;
  }

  .sm_placeholder-purple-600::placeholder {
    color: #805ad5;
  }

  .sm_placeholder-purple-700::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .sm_placeholder-purple-700::-moz-placeholder {
    color: #6b46c1;
  }

  .sm_placeholder-purple-700:-ms-input-placeholder {
    color: #6b46c1;
  }

  .sm_placeholder-purple-700::-ms-input-placeholder {
    color: #6b46c1;
  }

  .sm_placeholder-purple-700::placeholder {
    color: #6b46c1;
  }

  .sm_placeholder-purple-800::-webkit-input-placeholder {
    color: #553c9a;
  }

  .sm_placeholder-purple-800::-moz-placeholder {
    color: #553c9a;
  }

  .sm_placeholder-purple-800:-ms-input-placeholder {
    color: #553c9a;
  }

  .sm_placeholder-purple-800::-ms-input-placeholder {
    color: #553c9a;
  }

  .sm_placeholder-purple-800::placeholder {
    color: #553c9a;
  }

  .sm_placeholder-purple-900::-webkit-input-placeholder {
    color: #44337a;
  }

  .sm_placeholder-purple-900::-moz-placeholder {
    color: #44337a;
  }

  .sm_placeholder-purple-900:-ms-input-placeholder {
    color: #44337a;
  }

  .sm_placeholder-purple-900::-ms-input-placeholder {
    color: #44337a;
  }

  .sm_placeholder-purple-900::placeholder {
    color: #44337a;
  }

  .sm_placeholder-pink-100::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .sm_placeholder-pink-100::-moz-placeholder {
    color: #fff5f7;
  }

  .sm_placeholder-pink-100:-ms-input-placeholder {
    color: #fff5f7;
  }

  .sm_placeholder-pink-100::-ms-input-placeholder {
    color: #fff5f7;
  }

  .sm_placeholder-pink-100::placeholder {
    color: #fff5f7;
  }

  .sm_placeholder-pink-200::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .sm_placeholder-pink-200::-moz-placeholder {
    color: #fed7e2;
  }

  .sm_placeholder-pink-200:-ms-input-placeholder {
    color: #fed7e2;
  }

  .sm_placeholder-pink-200::-ms-input-placeholder {
    color: #fed7e2;
  }

  .sm_placeholder-pink-200::placeholder {
    color: #fed7e2;
  }

  .sm_placeholder-pink-300::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .sm_placeholder-pink-300::-moz-placeholder {
    color: #fbb6ce;
  }

  .sm_placeholder-pink-300:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .sm_placeholder-pink-300::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .sm_placeholder-pink-300::placeholder {
    color: #fbb6ce;
  }

  .sm_placeholder-pink-400::-webkit-input-placeholder {
    color: #f687b3;
  }

  .sm_placeholder-pink-400::-moz-placeholder {
    color: #f687b3;
  }

  .sm_placeholder-pink-400:-ms-input-placeholder {
    color: #f687b3;
  }

  .sm_placeholder-pink-400::-ms-input-placeholder {
    color: #f687b3;
  }

  .sm_placeholder-pink-400::placeholder {
    color: #f687b3;
  }

  .sm_placeholder-pink-500::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .sm_placeholder-pink-500::-moz-placeholder {
    color: #ed64a6;
  }

  .sm_placeholder-pink-500:-ms-input-placeholder {
    color: #ed64a6;
  }

  .sm_placeholder-pink-500::-ms-input-placeholder {
    color: #ed64a6;
  }

  .sm_placeholder-pink-500::placeholder {
    color: #ed64a6;
  }

  .sm_placeholder-pink-600::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .sm_placeholder-pink-600::-moz-placeholder {
    color: #d53f8c;
  }

  .sm_placeholder-pink-600:-ms-input-placeholder {
    color: #d53f8c;
  }

  .sm_placeholder-pink-600::-ms-input-placeholder {
    color: #d53f8c;
  }

  .sm_placeholder-pink-600::placeholder {
    color: #d53f8c;
  }

  .sm_placeholder-pink-700::-webkit-input-placeholder {
    color: #b83280;
  }

  .sm_placeholder-pink-700::-moz-placeholder {
    color: #b83280;
  }

  .sm_placeholder-pink-700:-ms-input-placeholder {
    color: #b83280;
  }

  .sm_placeholder-pink-700::-ms-input-placeholder {
    color: #b83280;
  }

  .sm_placeholder-pink-700::placeholder {
    color: #b83280;
  }

  .sm_placeholder-pink-800::-webkit-input-placeholder {
    color: #97266d;
  }

  .sm_placeholder-pink-800::-moz-placeholder {
    color: #97266d;
  }

  .sm_placeholder-pink-800:-ms-input-placeholder {
    color: #97266d;
  }

  .sm_placeholder-pink-800::-ms-input-placeholder {
    color: #97266d;
  }

  .sm_placeholder-pink-800::placeholder {
    color: #97266d;
  }

  .sm_placeholder-pink-900::-webkit-input-placeholder {
    color: #702459;
  }

  .sm_placeholder-pink-900::-moz-placeholder {
    color: #702459;
  }

  .sm_placeholder-pink-900:-ms-input-placeholder {
    color: #702459;
  }

  .sm_placeholder-pink-900::-ms-input-placeholder {
    color: #702459;
  }

  .sm_placeholder-pink-900::placeholder {
    color: #702459;
  }

  .sm_placeholder-brand::-webkit-input-placeholder {
    color: #FE2929;
  }

  .sm_placeholder-brand::-moz-placeholder {
    color: #FE2929;
  }

  .sm_placeholder-brand:-ms-input-placeholder {
    color: #FE2929;
  }

  .sm_placeholder-brand::-ms-input-placeholder {
    color: #FE2929;
  }

  .sm_placeholder-brand::placeholder {
    color: #FE2929;
  }

  .sm_placeholder-brand-dark::-webkit-input-placeholder {
    color: #CB0000;
  }

  .sm_placeholder-brand-dark::-moz-placeholder {
    color: #CB0000;
  }

  .sm_placeholder-brand-dark:-ms-input-placeholder {
    color: #CB0000;
  }

  .sm_placeholder-brand-dark::-ms-input-placeholder {
    color: #CB0000;
  }

  .sm_placeholder-brand-dark::placeholder {
    color: #CB0000;
  }

  .sm_placeholder-primary::-webkit-input-placeholder {
    color: #2D58AA;
  }

  .sm_placeholder-primary::-moz-placeholder {
    color: #2D58AA;
  }

  .sm_placeholder-primary:-ms-input-placeholder {
    color: #2D58AA;
  }

  .sm_placeholder-primary::-ms-input-placeholder {
    color: #2D58AA;
  }

  .sm_placeholder-primary::placeholder {
    color: #2D58AA;
  }

  .sm_placeholder-primary-dark::-webkit-input-placeholder {
    color: #002577;
  }

  .sm_placeholder-primary-dark::-moz-placeholder {
    color: #002577;
  }

  .sm_placeholder-primary-dark:-ms-input-placeholder {
    color: #002577;
  }

  .sm_placeholder-primary-dark::-ms-input-placeholder {
    color: #002577;
  }

  .sm_placeholder-primary-dark::placeholder {
    color: #002577;
  }

  .sm_placeholder-info::-webkit-input-placeholder {
    color: #2B73A3;
  }

  .sm_placeholder-info::-moz-placeholder {
    color: #2B73A3;
  }

  .sm_placeholder-info:-ms-input-placeholder {
    color: #2B73A3;
  }

  .sm_placeholder-info::-ms-input-placeholder {
    color: #2B73A3;
  }

  .sm_placeholder-info::placeholder {
    color: #2B73A3;
  }

  .sm_placeholder-info-dark::-webkit-input-placeholder {
    color: #002577;
  }

  .sm_placeholder-info-dark::-moz-placeholder {
    color: #002577;
  }

  .sm_placeholder-info-dark:-ms-input-placeholder {
    color: #002577;
  }

  .sm_placeholder-info-dark::-ms-input-placeholder {
    color: #002577;
  }

  .sm_placeholder-info-dark::placeholder {
    color: #002577;
  }

  .sm_placeholder-success::-webkit-input-placeholder {
    color: #0EDD66;
  }

  .sm_placeholder-success::-moz-placeholder {
    color: #0EDD66;
  }

  .sm_placeholder-success:-ms-input-placeholder {
    color: #0EDD66;
  }

  .sm_placeholder-success::-ms-input-placeholder {
    color: #0EDD66;
  }

  .sm_placeholder-success::placeholder {
    color: #0EDD66;
  }

  .sm_placeholder-success-dark::-webkit-input-placeholder {
    color: #00AA33;
  }

  .sm_placeholder-success-dark::-moz-placeholder {
    color: #00AA33;
  }

  .sm_placeholder-success-dark:-ms-input-placeholder {
    color: #00AA33;
  }

  .sm_placeholder-success-dark::-ms-input-placeholder {
    color: #00AA33;
  }

  .sm_placeholder-success-dark::placeholder {
    color: #00AA33;
  }

  .sm_placeholder-warning::-webkit-input-placeholder {
    color: #B1991A;
  }

  .sm_placeholder-warning::-moz-placeholder {
    color: #B1991A;
  }

  .sm_placeholder-warning:-ms-input-placeholder {
    color: #B1991A;
  }

  .sm_placeholder-warning::-ms-input-placeholder {
    color: #B1991A;
  }

  .sm_placeholder-warning::placeholder {
    color: #B1991A;
  }

  .sm_placeholder-warning-dark::-webkit-input-placeholder {
    color: #7E6600;
  }

  .sm_placeholder-warning-dark::-moz-placeholder {
    color: #7E6600;
  }

  .sm_placeholder-warning-dark:-ms-input-placeholder {
    color: #7E6600;
  }

  .sm_placeholder-warning-dark::-ms-input-placeholder {
    color: #7E6600;
  }

  .sm_placeholder-warning-dark::placeholder {
    color: #7E6600;
  }

  .sm_placeholder-danger::-webkit-input-placeholder {
    color: #FE2929;
  }

  .sm_placeholder-danger::-moz-placeholder {
    color: #FE2929;
  }

  .sm_placeholder-danger:-ms-input-placeholder {
    color: #FE2929;
  }

  .sm_placeholder-danger::-ms-input-placeholder {
    color: #FE2929;
  }

  .sm_placeholder-danger::placeholder {
    color: #FE2929;
  }

  .sm_placeholder-danger-dark::-webkit-input-placeholder {
    color: #CB0000;
  }

  .sm_placeholder-danger-dark::-moz-placeholder {
    color: #CB0000;
  }

  .sm_placeholder-danger-dark:-ms-input-placeholder {
    color: #CB0000;
  }

  .sm_placeholder-danger-dark::-ms-input-placeholder {
    color: #CB0000;
  }

  .sm_placeholder-danger-dark::placeholder {
    color: #CB0000;
  }

  .sm_placeholder-light::-webkit-input-placeholder {
    color: #F0F0F0;
  }

  .sm_placeholder-light::-moz-placeholder {
    color: #F0F0F0;
  }

  .sm_placeholder-light:-ms-input-placeholder {
    color: #F0F0F0;
  }

  .sm_placeholder-light::-ms-input-placeholder {
    color: #F0F0F0;
  }

  .sm_placeholder-light::placeholder {
    color: #F0F0F0;
  }

  .sm_placeholder-dark::-webkit-input-placeholder {
    color: #454545;
  }

  .sm_placeholder-dark::-moz-placeholder {
    color: #454545;
  }

  .sm_placeholder-dark:-ms-input-placeholder {
    color: #454545;
  }

  .sm_placeholder-dark::-ms-input-placeholder {
    color: #454545;
  }

  .sm_placeholder-dark::placeholder {
    color: #454545;
  }

  .sm_placeholder-darkest::-webkit-input-placeholder {
    color: #313131;
  }

  .sm_placeholder-darkest::-moz-placeholder {
    color: #313131;
  }

  .sm_placeholder-darkest:-ms-input-placeholder {
    color: #313131;
  }

  .sm_placeholder-darkest::-ms-input-placeholder {
    color: #313131;
  }

  .sm_placeholder-darkest::placeholder {
    color: #313131;
  }

  .sm_placeholder-transparent-dark::-webkit-input-placeholder {
    color: rgba(0,0,0,0.6);
  }

  .sm_placeholder-transparent-dark::-moz-placeholder {
    color: rgba(0,0,0,0.6);
  }

  .sm_placeholder-transparent-dark:-ms-input-placeholder {
    color: rgba(0,0,0,0.6);
  }

  .sm_placeholder-transparent-dark::-ms-input-placeholder {
    color: rgba(0,0,0,0.6);
  }

  .sm_placeholder-transparent-dark::placeholder {
    color: rgba(0,0,0,0.6);
  }

  .sm_placeholder-facebook::-webkit-input-placeholder {
    color: #3b5998;
  }

  .sm_placeholder-facebook::-moz-placeholder {
    color: #3b5998;
  }

  .sm_placeholder-facebook:-ms-input-placeholder {
    color: #3b5998;
  }

  .sm_placeholder-facebook::-ms-input-placeholder {
    color: #3b5998;
  }

  .sm_placeholder-facebook::placeholder {
    color: #3b5998;
  }

  .sm_placeholder-twitter::-webkit-input-placeholder {
    color: #000000;
  }

  .sm_placeholder-twitter::-moz-placeholder {
    color: #000000;
  }

  .sm_placeholder-twitter:-ms-input-placeholder {
    color: #000000;
  }

  .sm_placeholder-twitter::-ms-input-placeholder {
    color: #000000;
  }

  .sm_placeholder-twitter::placeholder {
    color: #000000;
  }

  .sm_placeholder-google::-webkit-input-placeholder {
    color: #DB4437;
  }

  .sm_placeholder-google::-moz-placeholder {
    color: #DB4437;
  }

  .sm_placeholder-google:-ms-input-placeholder {
    color: #DB4437;
  }

  .sm_placeholder-google::-ms-input-placeholder {
    color: #DB4437;
  }

  .sm_placeholder-google::placeholder {
    color: #DB4437;
  }

  .sm_placeholder-linkedin::-webkit-input-placeholder {
    color: #0077B5;
  }

  .sm_placeholder-linkedin::-moz-placeholder {
    color: #0077B5;
  }

  .sm_placeholder-linkedin:-ms-input-placeholder {
    color: #0077B5;
  }

  .sm_placeholder-linkedin::-ms-input-placeholder {
    color: #0077B5;
  }

  .sm_placeholder-linkedin::placeholder {
    color: #0077B5;
  }

  .sm_placeholder-adobe::-webkit-input-placeholder {
    color: #FF0000;
  }

  .sm_placeholder-adobe::-moz-placeholder {
    color: #FF0000;
  }

  .sm_placeholder-adobe:-ms-input-placeholder {
    color: #FF0000;
  }

  .sm_placeholder-adobe::-ms-input-placeholder {
    color: #FF0000;
  }

  .sm_placeholder-adobe::placeholder {
    color: #FF0000;
  }

  .sm_placeholder-rss::-webkit-input-placeholder {
    color: #f26522;
  }

  .sm_placeholder-rss::-moz-placeholder {
    color: #f26522;
  }

  .sm_placeholder-rss:-ms-input-placeholder {
    color: #f26522;
  }

  .sm_placeholder-rss::-ms-input-placeholder {
    color: #f26522;
  }

  .sm_placeholder-rss::placeholder {
    color: #f26522;
  }

  .sm_focus_placeholder-transparent:focus::-webkit-input-placeholder {
    color: transparent;
  }

  .sm_focus_placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .sm_focus_placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .sm_focus_placeholder-transparent:focus::-ms-input-placeholder {
    color: transparent;
  }

  .sm_focus_placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .sm_focus_placeholder-black:focus::-webkit-input-placeholder {
    color: #000;
  }

  .sm_focus_placeholder-black:focus::-moz-placeholder {
    color: #000;
  }

  .sm_focus_placeholder-black:focus:-ms-input-placeholder {
    color: #000;
  }

  .sm_focus_placeholder-black:focus::-ms-input-placeholder {
    color: #000;
  }

  .sm_focus_placeholder-black:focus::placeholder {
    color: #000;
  }

  .sm_focus_placeholder-white:focus::-webkit-input-placeholder {
    color: #fff;
  }

  .sm_focus_placeholder-white:focus::-moz-placeholder {
    color: #fff;
  }

  .sm_focus_placeholder-white:focus:-ms-input-placeholder {
    color: #fff;
  }

  .sm_focus_placeholder-white:focus::-ms-input-placeholder {
    color: #fff;
  }

  .sm_focus_placeholder-white:focus::placeholder {
    color: #fff;
  }

  .sm_focus_placeholder-gray-100:focus::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .sm_focus_placeholder-gray-100:focus::-moz-placeholder {
    color: #f7fafc;
  }

  .sm_focus_placeholder-gray-100:focus:-ms-input-placeholder {
    color: #f7fafc;
  }

  .sm_focus_placeholder-gray-100:focus::-ms-input-placeholder {
    color: #f7fafc;
  }

  .sm_focus_placeholder-gray-100:focus::placeholder {
    color: #f7fafc;
  }

  .sm_focus_placeholder-gray-200:focus::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .sm_focus_placeholder-gray-200:focus::-moz-placeholder {
    color: #edf2f7;
  }

  .sm_focus_placeholder-gray-200:focus:-ms-input-placeholder {
    color: #edf2f7;
  }

  .sm_focus_placeholder-gray-200:focus::-ms-input-placeholder {
    color: #edf2f7;
  }

  .sm_focus_placeholder-gray-200:focus::placeholder {
    color: #edf2f7;
  }

  .sm_focus_placeholder-gray-300:focus::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .sm_focus_placeholder-gray-300:focus::-moz-placeholder {
    color: #e2e8f0;
  }

  .sm_focus_placeholder-gray-300:focus:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .sm_focus_placeholder-gray-300:focus::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .sm_focus_placeholder-gray-300:focus::placeholder {
    color: #e2e8f0;
  }

  .sm_focus_placeholder-gray-400:focus::-webkit-input-placeholder {
    color: #B8B8B8;
  }

  .sm_focus_placeholder-gray-400:focus::-moz-placeholder {
    color: #B8B8B8;
  }

  .sm_focus_placeholder-gray-400:focus:-ms-input-placeholder {
    color: #B8B8B8;
  }

  .sm_focus_placeholder-gray-400:focus::-ms-input-placeholder {
    color: #B8B8B8;
  }

  .sm_focus_placeholder-gray-400:focus::placeholder {
    color: #B8B8B8;
  }

  .sm_focus_placeholder-gray-500:focus::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .sm_focus_placeholder-gray-500:focus::-moz-placeholder {
    color: #a0aec0;
  }

  .sm_focus_placeholder-gray-500:focus:-ms-input-placeholder {
    color: #a0aec0;
  }

  .sm_focus_placeholder-gray-500:focus::-ms-input-placeholder {
    color: #a0aec0;
  }

  .sm_focus_placeholder-gray-500:focus::placeholder {
    color: #a0aec0;
  }

  .sm_focus_placeholder-gray-600:focus::-webkit-input-placeholder {
    color: #718096;
  }

  .sm_focus_placeholder-gray-600:focus::-moz-placeholder {
    color: #718096;
  }

  .sm_focus_placeholder-gray-600:focus:-ms-input-placeholder {
    color: #718096;
  }

  .sm_focus_placeholder-gray-600:focus::-ms-input-placeholder {
    color: #718096;
  }

  .sm_focus_placeholder-gray-600:focus::placeholder {
    color: #718096;
  }

  .sm_focus_placeholder-gray-700:focus::-webkit-input-placeholder {
    color: #313131;
  }

  .sm_focus_placeholder-gray-700:focus::-moz-placeholder {
    color: #313131;
  }

  .sm_focus_placeholder-gray-700:focus:-ms-input-placeholder {
    color: #313131;
  }

  .sm_focus_placeholder-gray-700:focus::-ms-input-placeholder {
    color: #313131;
  }

  .sm_focus_placeholder-gray-700:focus::placeholder {
    color: #313131;
  }

  .sm_focus_placeholder-gray-800:focus::-webkit-input-placeholder {
    color: #2d3748;
  }

  .sm_focus_placeholder-gray-800:focus::-moz-placeholder {
    color: #2d3748;
  }

  .sm_focus_placeholder-gray-800:focus:-ms-input-placeholder {
    color: #2d3748;
  }

  .sm_focus_placeholder-gray-800:focus::-ms-input-placeholder {
    color: #2d3748;
  }

  .sm_focus_placeholder-gray-800:focus::placeholder {
    color: #2d3748;
  }

  .sm_focus_placeholder-gray-900:focus::-webkit-input-placeholder {
    color: #1a202c;
  }

  .sm_focus_placeholder-gray-900:focus::-moz-placeholder {
    color: #1a202c;
  }

  .sm_focus_placeholder-gray-900:focus:-ms-input-placeholder {
    color: #1a202c;
  }

  .sm_focus_placeholder-gray-900:focus::-ms-input-placeholder {
    color: #1a202c;
  }

  .sm_focus_placeholder-gray-900:focus::placeholder {
    color: #1a202c;
  }

  .sm_focus_placeholder-red-100:focus::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .sm_focus_placeholder-red-100:focus::-moz-placeholder {
    color: #fff5f5;
  }

  .sm_focus_placeholder-red-100:focus:-ms-input-placeholder {
    color: #fff5f5;
  }

  .sm_focus_placeholder-red-100:focus::-ms-input-placeholder {
    color: #fff5f5;
  }

  .sm_focus_placeholder-red-100:focus::placeholder {
    color: #fff5f5;
  }

  .sm_focus_placeholder-red-200:focus::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .sm_focus_placeholder-red-200:focus::-moz-placeholder {
    color: #fed7d7;
  }

  .sm_focus_placeholder-red-200:focus:-ms-input-placeholder {
    color: #fed7d7;
  }

  .sm_focus_placeholder-red-200:focus::-ms-input-placeholder {
    color: #fed7d7;
  }

  .sm_focus_placeholder-red-200:focus::placeholder {
    color: #fed7d7;
  }

  .sm_focus_placeholder-red-300:focus::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .sm_focus_placeholder-red-300:focus::-moz-placeholder {
    color: #feb2b2;
  }

  .sm_focus_placeholder-red-300:focus:-ms-input-placeholder {
    color: #feb2b2;
  }

  .sm_focus_placeholder-red-300:focus::-ms-input-placeholder {
    color: #feb2b2;
  }

  .sm_focus_placeholder-red-300:focus::placeholder {
    color: #feb2b2;
  }

  .sm_focus_placeholder-red-400:focus::-webkit-input-placeholder {
    color: #fc8181;
  }

  .sm_focus_placeholder-red-400:focus::-moz-placeholder {
    color: #fc8181;
  }

  .sm_focus_placeholder-red-400:focus:-ms-input-placeholder {
    color: #fc8181;
  }

  .sm_focus_placeholder-red-400:focus::-ms-input-placeholder {
    color: #fc8181;
  }

  .sm_focus_placeholder-red-400:focus::placeholder {
    color: #fc8181;
  }

  .sm_focus_placeholder-red-500:focus::-webkit-input-placeholder {
    color: #f56565;
  }

  .sm_focus_placeholder-red-500:focus::-moz-placeholder {
    color: #f56565;
  }

  .sm_focus_placeholder-red-500:focus:-ms-input-placeholder {
    color: #f56565;
  }

  .sm_focus_placeholder-red-500:focus::-ms-input-placeholder {
    color: #f56565;
  }

  .sm_focus_placeholder-red-500:focus::placeholder {
    color: #f56565;
  }

  .sm_focus_placeholder-red-600:focus::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .sm_focus_placeholder-red-600:focus::-moz-placeholder {
    color: #e53e3e;
  }

  .sm_focus_placeholder-red-600:focus:-ms-input-placeholder {
    color: #e53e3e;
  }

  .sm_focus_placeholder-red-600:focus::-ms-input-placeholder {
    color: #e53e3e;
  }

  .sm_focus_placeholder-red-600:focus::placeholder {
    color: #e53e3e;
  }

  .sm_focus_placeholder-red-700:focus::-webkit-input-placeholder {
    color: #c53030;
  }

  .sm_focus_placeholder-red-700:focus::-moz-placeholder {
    color: #c53030;
  }

  .sm_focus_placeholder-red-700:focus:-ms-input-placeholder {
    color: #c53030;
  }

  .sm_focus_placeholder-red-700:focus::-ms-input-placeholder {
    color: #c53030;
  }

  .sm_focus_placeholder-red-700:focus::placeholder {
    color: #c53030;
  }

  .sm_focus_placeholder-red-800:focus::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .sm_focus_placeholder-red-800:focus::-moz-placeholder {
    color: #9b2c2c;
  }

  .sm_focus_placeholder-red-800:focus:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .sm_focus_placeholder-red-800:focus::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .sm_focus_placeholder-red-800:focus::placeholder {
    color: #9b2c2c;
  }

  .sm_focus_placeholder-red-900:focus::-webkit-input-placeholder {
    color: #742a2a;
  }

  .sm_focus_placeholder-red-900:focus::-moz-placeholder {
    color: #742a2a;
  }

  .sm_focus_placeholder-red-900:focus:-ms-input-placeholder {
    color: #742a2a;
  }

  .sm_focus_placeholder-red-900:focus::-ms-input-placeholder {
    color: #742a2a;
  }

  .sm_focus_placeholder-red-900:focus::placeholder {
    color: #742a2a;
  }

  .sm_focus_placeholder-orange-100:focus::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .sm_focus_placeholder-orange-100:focus::-moz-placeholder {
    color: #fffaf0;
  }

  .sm_focus_placeholder-orange-100:focus:-ms-input-placeholder {
    color: #fffaf0;
  }

  .sm_focus_placeholder-orange-100:focus::-ms-input-placeholder {
    color: #fffaf0;
  }

  .sm_focus_placeholder-orange-100:focus::placeholder {
    color: #fffaf0;
  }

  .sm_focus_placeholder-orange-200:focus::-webkit-input-placeholder {
    color: #feebc8;
  }

  .sm_focus_placeholder-orange-200:focus::-moz-placeholder {
    color: #feebc8;
  }

  .sm_focus_placeholder-orange-200:focus:-ms-input-placeholder {
    color: #feebc8;
  }

  .sm_focus_placeholder-orange-200:focus::-ms-input-placeholder {
    color: #feebc8;
  }

  .sm_focus_placeholder-orange-200:focus::placeholder {
    color: #feebc8;
  }

  .sm_focus_placeholder-orange-300:focus::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .sm_focus_placeholder-orange-300:focus::-moz-placeholder {
    color: #fbd38d;
  }

  .sm_focus_placeholder-orange-300:focus:-ms-input-placeholder {
    color: #fbd38d;
  }

  .sm_focus_placeholder-orange-300:focus::-ms-input-placeholder {
    color: #fbd38d;
  }

  .sm_focus_placeholder-orange-300:focus::placeholder {
    color: #fbd38d;
  }

  .sm_focus_placeholder-orange-400:focus::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .sm_focus_placeholder-orange-400:focus::-moz-placeholder {
    color: #f6ad55;
  }

  .sm_focus_placeholder-orange-400:focus:-ms-input-placeholder {
    color: #f6ad55;
  }

  .sm_focus_placeholder-orange-400:focus::-ms-input-placeholder {
    color: #f6ad55;
  }

  .sm_focus_placeholder-orange-400:focus::placeholder {
    color: #f6ad55;
  }

  .sm_focus_placeholder-orange-500:focus::-webkit-input-placeholder {
    color: #ed8936;
  }

  .sm_focus_placeholder-orange-500:focus::-moz-placeholder {
    color: #ed8936;
  }

  .sm_focus_placeholder-orange-500:focus:-ms-input-placeholder {
    color: #ed8936;
  }

  .sm_focus_placeholder-orange-500:focus::-ms-input-placeholder {
    color: #ed8936;
  }

  .sm_focus_placeholder-orange-500:focus::placeholder {
    color: #ed8936;
  }

  .sm_focus_placeholder-orange-600:focus::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .sm_focus_placeholder-orange-600:focus::-moz-placeholder {
    color: #dd6b20;
  }

  .sm_focus_placeholder-orange-600:focus:-ms-input-placeholder {
    color: #dd6b20;
  }

  .sm_focus_placeholder-orange-600:focus::-ms-input-placeholder {
    color: #dd6b20;
  }

  .sm_focus_placeholder-orange-600:focus::placeholder {
    color: #dd6b20;
  }

  .sm_focus_placeholder-orange-700:focus::-webkit-input-placeholder {
    color: #c05621;
  }

  .sm_focus_placeholder-orange-700:focus::-moz-placeholder {
    color: #c05621;
  }

  .sm_focus_placeholder-orange-700:focus:-ms-input-placeholder {
    color: #c05621;
  }

  .sm_focus_placeholder-orange-700:focus::-ms-input-placeholder {
    color: #c05621;
  }

  .sm_focus_placeholder-orange-700:focus::placeholder {
    color: #c05621;
  }

  .sm_focus_placeholder-orange-800:focus::-webkit-input-placeholder {
    color: #9c4221;
  }

  .sm_focus_placeholder-orange-800:focus::-moz-placeholder {
    color: #9c4221;
  }

  .sm_focus_placeholder-orange-800:focus:-ms-input-placeholder {
    color: #9c4221;
  }

  .sm_focus_placeholder-orange-800:focus::-ms-input-placeholder {
    color: #9c4221;
  }

  .sm_focus_placeholder-orange-800:focus::placeholder {
    color: #9c4221;
  }

  .sm_focus_placeholder-orange-900:focus::-webkit-input-placeholder {
    color: #7b341e;
  }

  .sm_focus_placeholder-orange-900:focus::-moz-placeholder {
    color: #7b341e;
  }

  .sm_focus_placeholder-orange-900:focus:-ms-input-placeholder {
    color: #7b341e;
  }

  .sm_focus_placeholder-orange-900:focus::-ms-input-placeholder {
    color: #7b341e;
  }

  .sm_focus_placeholder-orange-900:focus::placeholder {
    color: #7b341e;
  }

  .sm_focus_placeholder-yellow-100:focus::-webkit-input-placeholder {
    color: #fffff0;
  }

  .sm_focus_placeholder-yellow-100:focus::-moz-placeholder {
    color: #fffff0;
  }

  .sm_focus_placeholder-yellow-100:focus:-ms-input-placeholder {
    color: #fffff0;
  }

  .sm_focus_placeholder-yellow-100:focus::-ms-input-placeholder {
    color: #fffff0;
  }

  .sm_focus_placeholder-yellow-100:focus::placeholder {
    color: #fffff0;
  }

  .sm_focus_placeholder-yellow-200:focus::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .sm_focus_placeholder-yellow-200:focus::-moz-placeholder {
    color: #fefcbf;
  }

  .sm_focus_placeholder-yellow-200:focus:-ms-input-placeholder {
    color: #fefcbf;
  }

  .sm_focus_placeholder-yellow-200:focus::-ms-input-placeholder {
    color: #fefcbf;
  }

  .sm_focus_placeholder-yellow-200:focus::placeholder {
    color: #fefcbf;
  }

  .sm_focus_placeholder-yellow-300:focus::-webkit-input-placeholder {
    color: #faf089;
  }

  .sm_focus_placeholder-yellow-300:focus::-moz-placeholder {
    color: #faf089;
  }

  .sm_focus_placeholder-yellow-300:focus:-ms-input-placeholder {
    color: #faf089;
  }

  .sm_focus_placeholder-yellow-300:focus::-ms-input-placeholder {
    color: #faf089;
  }

  .sm_focus_placeholder-yellow-300:focus::placeholder {
    color: #faf089;
  }

  .sm_focus_placeholder-yellow-400:focus::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .sm_focus_placeholder-yellow-400:focus::-moz-placeholder {
    color: #f6e05e;
  }

  .sm_focus_placeholder-yellow-400:focus:-ms-input-placeholder {
    color: #f6e05e;
  }

  .sm_focus_placeholder-yellow-400:focus::-ms-input-placeholder {
    color: #f6e05e;
  }

  .sm_focus_placeholder-yellow-400:focus::placeholder {
    color: #f6e05e;
  }

  .sm_focus_placeholder-yellow-500:focus::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .sm_focus_placeholder-yellow-500:focus::-moz-placeholder {
    color: #ecc94b;
  }

  .sm_focus_placeholder-yellow-500:focus:-ms-input-placeholder {
    color: #ecc94b;
  }

  .sm_focus_placeholder-yellow-500:focus::-ms-input-placeholder {
    color: #ecc94b;
  }

  .sm_focus_placeholder-yellow-500:focus::placeholder {
    color: #ecc94b;
  }

  .sm_focus_placeholder-yellow-600:focus::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .sm_focus_placeholder-yellow-600:focus::-moz-placeholder {
    color: #d69e2e;
  }

  .sm_focus_placeholder-yellow-600:focus:-ms-input-placeholder {
    color: #d69e2e;
  }

  .sm_focus_placeholder-yellow-600:focus::-ms-input-placeholder {
    color: #d69e2e;
  }

  .sm_focus_placeholder-yellow-600:focus::placeholder {
    color: #d69e2e;
  }

  .sm_focus_placeholder-yellow-700:focus::-webkit-input-placeholder {
    color: #b7791f;
  }

  .sm_focus_placeholder-yellow-700:focus::-moz-placeholder {
    color: #b7791f;
  }

  .sm_focus_placeholder-yellow-700:focus:-ms-input-placeholder {
    color: #b7791f;
  }

  .sm_focus_placeholder-yellow-700:focus::-ms-input-placeholder {
    color: #b7791f;
  }

  .sm_focus_placeholder-yellow-700:focus::placeholder {
    color: #b7791f;
  }

  .sm_focus_placeholder-yellow-800:focus::-webkit-input-placeholder {
    color: #975a16;
  }

  .sm_focus_placeholder-yellow-800:focus::-moz-placeholder {
    color: #975a16;
  }

  .sm_focus_placeholder-yellow-800:focus:-ms-input-placeholder {
    color: #975a16;
  }

  .sm_focus_placeholder-yellow-800:focus::-ms-input-placeholder {
    color: #975a16;
  }

  .sm_focus_placeholder-yellow-800:focus::placeholder {
    color: #975a16;
  }

  .sm_focus_placeholder-yellow-900:focus::-webkit-input-placeholder {
    color: #744210;
  }

  .sm_focus_placeholder-yellow-900:focus::-moz-placeholder {
    color: #744210;
  }

  .sm_focus_placeholder-yellow-900:focus:-ms-input-placeholder {
    color: #744210;
  }

  .sm_focus_placeholder-yellow-900:focus::-ms-input-placeholder {
    color: #744210;
  }

  .sm_focus_placeholder-yellow-900:focus::placeholder {
    color: #744210;
  }

  .sm_focus_placeholder-green-100:focus::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .sm_focus_placeholder-green-100:focus::-moz-placeholder {
    color: #f0fff4;
  }

  .sm_focus_placeholder-green-100:focus:-ms-input-placeholder {
    color: #f0fff4;
  }

  .sm_focus_placeholder-green-100:focus::-ms-input-placeholder {
    color: #f0fff4;
  }

  .sm_focus_placeholder-green-100:focus::placeholder {
    color: #f0fff4;
  }

  .sm_focus_placeholder-green-200:focus::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .sm_focus_placeholder-green-200:focus::-moz-placeholder {
    color: #c6f6d5;
  }

  .sm_focus_placeholder-green-200:focus:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .sm_focus_placeholder-green-200:focus::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .sm_focus_placeholder-green-200:focus::placeholder {
    color: #c6f6d5;
  }

  .sm_focus_placeholder-green-300:focus::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .sm_focus_placeholder-green-300:focus::-moz-placeholder {
    color: #9ae6b4;
  }

  .sm_focus_placeholder-green-300:focus:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .sm_focus_placeholder-green-300:focus::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .sm_focus_placeholder-green-300:focus::placeholder {
    color: #9ae6b4;
  }

  .sm_focus_placeholder-green-400:focus::-webkit-input-placeholder {
    color: #68d391;
  }

  .sm_focus_placeholder-green-400:focus::-moz-placeholder {
    color: #68d391;
  }

  .sm_focus_placeholder-green-400:focus:-ms-input-placeholder {
    color: #68d391;
  }

  .sm_focus_placeholder-green-400:focus::-ms-input-placeholder {
    color: #68d391;
  }

  .sm_focus_placeholder-green-400:focus::placeholder {
    color: #68d391;
  }

  .sm_focus_placeholder-green-500:focus::-webkit-input-placeholder {
    color: #48bb78;
  }

  .sm_focus_placeholder-green-500:focus::-moz-placeholder {
    color: #48bb78;
  }

  .sm_focus_placeholder-green-500:focus:-ms-input-placeholder {
    color: #48bb78;
  }

  .sm_focus_placeholder-green-500:focus::-ms-input-placeholder {
    color: #48bb78;
  }

  .sm_focus_placeholder-green-500:focus::placeholder {
    color: #48bb78;
  }

  .sm_focus_placeholder-green-600:focus::-webkit-input-placeholder {
    color: #38a169;
  }

  .sm_focus_placeholder-green-600:focus::-moz-placeholder {
    color: #38a169;
  }

  .sm_focus_placeholder-green-600:focus:-ms-input-placeholder {
    color: #38a169;
  }

  .sm_focus_placeholder-green-600:focus::-ms-input-placeholder {
    color: #38a169;
  }

  .sm_focus_placeholder-green-600:focus::placeholder {
    color: #38a169;
  }

  .sm_focus_placeholder-green-700:focus::-webkit-input-placeholder {
    color: #2f855a;
  }

  .sm_focus_placeholder-green-700:focus::-moz-placeholder {
    color: #2f855a;
  }

  .sm_focus_placeholder-green-700:focus:-ms-input-placeholder {
    color: #2f855a;
  }

  .sm_focus_placeholder-green-700:focus::-ms-input-placeholder {
    color: #2f855a;
  }

  .sm_focus_placeholder-green-700:focus::placeholder {
    color: #2f855a;
  }

  .sm_focus_placeholder-green-800:focus::-webkit-input-placeholder {
    color: #276749;
  }

  .sm_focus_placeholder-green-800:focus::-moz-placeholder {
    color: #276749;
  }

  .sm_focus_placeholder-green-800:focus:-ms-input-placeholder {
    color: #276749;
  }

  .sm_focus_placeholder-green-800:focus::-ms-input-placeholder {
    color: #276749;
  }

  .sm_focus_placeholder-green-800:focus::placeholder {
    color: #276749;
  }

  .sm_focus_placeholder-green-900:focus::-webkit-input-placeholder {
    color: #22543d;
  }

  .sm_focus_placeholder-green-900:focus::-moz-placeholder {
    color: #22543d;
  }

  .sm_focus_placeholder-green-900:focus:-ms-input-placeholder {
    color: #22543d;
  }

  .sm_focus_placeholder-green-900:focus::-ms-input-placeholder {
    color: #22543d;
  }

  .sm_focus_placeholder-green-900:focus::placeholder {
    color: #22543d;
  }

  .sm_focus_placeholder-teal-100:focus::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .sm_focus_placeholder-teal-100:focus::-moz-placeholder {
    color: #e6fffa;
  }

  .sm_focus_placeholder-teal-100:focus:-ms-input-placeholder {
    color: #e6fffa;
  }

  .sm_focus_placeholder-teal-100:focus::-ms-input-placeholder {
    color: #e6fffa;
  }

  .sm_focus_placeholder-teal-100:focus::placeholder {
    color: #e6fffa;
  }

  .sm_focus_placeholder-teal-200:focus::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .sm_focus_placeholder-teal-200:focus::-moz-placeholder {
    color: #b2f5ea;
  }

  .sm_focus_placeholder-teal-200:focus:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .sm_focus_placeholder-teal-200:focus::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .sm_focus_placeholder-teal-200:focus::placeholder {
    color: #b2f5ea;
  }

  .sm_focus_placeholder-teal-300:focus::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .sm_focus_placeholder-teal-300:focus::-moz-placeholder {
    color: #81e6d9;
  }

  .sm_focus_placeholder-teal-300:focus:-ms-input-placeholder {
    color: #81e6d9;
  }

  .sm_focus_placeholder-teal-300:focus::-ms-input-placeholder {
    color: #81e6d9;
  }

  .sm_focus_placeholder-teal-300:focus::placeholder {
    color: #81e6d9;
  }

  .sm_focus_placeholder-teal-400:focus::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .sm_focus_placeholder-teal-400:focus::-moz-placeholder {
    color: #4fd1c5;
  }

  .sm_focus_placeholder-teal-400:focus:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .sm_focus_placeholder-teal-400:focus::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .sm_focus_placeholder-teal-400:focus::placeholder {
    color: #4fd1c5;
  }

  .sm_focus_placeholder-teal-500:focus::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .sm_focus_placeholder-teal-500:focus::-moz-placeholder {
    color: #38b2ac;
  }

  .sm_focus_placeholder-teal-500:focus:-ms-input-placeholder {
    color: #38b2ac;
  }

  .sm_focus_placeholder-teal-500:focus::-ms-input-placeholder {
    color: #38b2ac;
  }

  .sm_focus_placeholder-teal-500:focus::placeholder {
    color: #38b2ac;
  }

  .sm_focus_placeholder-teal-600:focus::-webkit-input-placeholder {
    color: #319795;
  }

  .sm_focus_placeholder-teal-600:focus::-moz-placeholder {
    color: #319795;
  }

  .sm_focus_placeholder-teal-600:focus:-ms-input-placeholder {
    color: #319795;
  }

  .sm_focus_placeholder-teal-600:focus::-ms-input-placeholder {
    color: #319795;
  }

  .sm_focus_placeholder-teal-600:focus::placeholder {
    color: #319795;
  }

  .sm_focus_placeholder-teal-700:focus::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .sm_focus_placeholder-teal-700:focus::-moz-placeholder {
    color: #2c7a7b;
  }

  .sm_focus_placeholder-teal-700:focus:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .sm_focus_placeholder-teal-700:focus::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .sm_focus_placeholder-teal-700:focus::placeholder {
    color: #2c7a7b;
  }

  .sm_focus_placeholder-teal-800:focus::-webkit-input-placeholder {
    color: #285e61;
  }

  .sm_focus_placeholder-teal-800:focus::-moz-placeholder {
    color: #285e61;
  }

  .sm_focus_placeholder-teal-800:focus:-ms-input-placeholder {
    color: #285e61;
  }

  .sm_focus_placeholder-teal-800:focus::-ms-input-placeholder {
    color: #285e61;
  }

  .sm_focus_placeholder-teal-800:focus::placeholder {
    color: #285e61;
  }

  .sm_focus_placeholder-teal-900:focus::-webkit-input-placeholder {
    color: #234e52;
  }

  .sm_focus_placeholder-teal-900:focus::-moz-placeholder {
    color: #234e52;
  }

  .sm_focus_placeholder-teal-900:focus:-ms-input-placeholder {
    color: #234e52;
  }

  .sm_focus_placeholder-teal-900:focus::-ms-input-placeholder {
    color: #234e52;
  }

  .sm_focus_placeholder-teal-900:focus::placeholder {
    color: #234e52;
  }

  .sm_focus_placeholder-blue-100:focus::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .sm_focus_placeholder-blue-100:focus::-moz-placeholder {
    color: #ebf8ff;
  }

  .sm_focus_placeholder-blue-100:focus:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .sm_focus_placeholder-blue-100:focus::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .sm_focus_placeholder-blue-100:focus::placeholder {
    color: #ebf8ff;
  }

  .sm_focus_placeholder-blue-200:focus::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .sm_focus_placeholder-blue-200:focus::-moz-placeholder {
    color: #bee3f8;
  }

  .sm_focus_placeholder-blue-200:focus:-ms-input-placeholder {
    color: #bee3f8;
  }

  .sm_focus_placeholder-blue-200:focus::-ms-input-placeholder {
    color: #bee3f8;
  }

  .sm_focus_placeholder-blue-200:focus::placeholder {
    color: #bee3f8;
  }

  .sm_focus_placeholder-blue-300:focus::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .sm_focus_placeholder-blue-300:focus::-moz-placeholder {
    color: #90cdf4;
  }

  .sm_focus_placeholder-blue-300:focus:-ms-input-placeholder {
    color: #90cdf4;
  }

  .sm_focus_placeholder-blue-300:focus::-ms-input-placeholder {
    color: #90cdf4;
  }

  .sm_focus_placeholder-blue-300:focus::placeholder {
    color: #90cdf4;
  }

  .sm_focus_placeholder-blue-400:focus::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .sm_focus_placeholder-blue-400:focus::-moz-placeholder {
    color: #63b3ed;
  }

  .sm_focus_placeholder-blue-400:focus:-ms-input-placeholder {
    color: #63b3ed;
  }

  .sm_focus_placeholder-blue-400:focus::-ms-input-placeholder {
    color: #63b3ed;
  }

  .sm_focus_placeholder-blue-400:focus::placeholder {
    color: #63b3ed;
  }

  .sm_focus_placeholder-blue-500:focus::-webkit-input-placeholder {
    color: #4299e1;
  }

  .sm_focus_placeholder-blue-500:focus::-moz-placeholder {
    color: #4299e1;
  }

  .sm_focus_placeholder-blue-500:focus:-ms-input-placeholder {
    color: #4299e1;
  }

  .sm_focus_placeholder-blue-500:focus::-ms-input-placeholder {
    color: #4299e1;
  }

  .sm_focus_placeholder-blue-500:focus::placeholder {
    color: #4299e1;
  }

  .sm_focus_placeholder-blue-600:focus::-webkit-input-placeholder {
    color: #3182ce;
  }

  .sm_focus_placeholder-blue-600:focus::-moz-placeholder {
    color: #3182ce;
  }

  .sm_focus_placeholder-blue-600:focus:-ms-input-placeholder {
    color: #3182ce;
  }

  .sm_focus_placeholder-blue-600:focus::-ms-input-placeholder {
    color: #3182ce;
  }

  .sm_focus_placeholder-blue-600:focus::placeholder {
    color: #3182ce;
  }

  .sm_focus_placeholder-blue-700:focus::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .sm_focus_placeholder-blue-700:focus::-moz-placeholder {
    color: #2b6cb0;
  }

  .sm_focus_placeholder-blue-700:focus:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .sm_focus_placeholder-blue-700:focus::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .sm_focus_placeholder-blue-700:focus::placeholder {
    color: #2b6cb0;
  }

  .sm_focus_placeholder-blue-800:focus::-webkit-input-placeholder {
    color: #2c5282;
  }

  .sm_focus_placeholder-blue-800:focus::-moz-placeholder {
    color: #2c5282;
  }

  .sm_focus_placeholder-blue-800:focus:-ms-input-placeholder {
    color: #2c5282;
  }

  .sm_focus_placeholder-blue-800:focus::-ms-input-placeholder {
    color: #2c5282;
  }

  .sm_focus_placeholder-blue-800:focus::placeholder {
    color: #2c5282;
  }

  .sm_focus_placeholder-blue-900:focus::-webkit-input-placeholder {
    color: #2B4780;
  }

  .sm_focus_placeholder-blue-900:focus::-moz-placeholder {
    color: #2B4780;
  }

  .sm_focus_placeholder-blue-900:focus:-ms-input-placeholder {
    color: #2B4780;
  }

  .sm_focus_placeholder-blue-900:focus::-ms-input-placeholder {
    color: #2B4780;
  }

  .sm_focus_placeholder-blue-900:focus::placeholder {
    color: #2B4780;
  }

  .sm_focus_placeholder-indigo-100:focus::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .sm_focus_placeholder-indigo-100:focus::-moz-placeholder {
    color: #ebf4ff;
  }

  .sm_focus_placeholder-indigo-100:focus:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .sm_focus_placeholder-indigo-100:focus::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .sm_focus_placeholder-indigo-100:focus::placeholder {
    color: #ebf4ff;
  }

  .sm_focus_placeholder-indigo-200:focus::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .sm_focus_placeholder-indigo-200:focus::-moz-placeholder {
    color: #c3dafe;
  }

  .sm_focus_placeholder-indigo-200:focus:-ms-input-placeholder {
    color: #c3dafe;
  }

  .sm_focus_placeholder-indigo-200:focus::-ms-input-placeholder {
    color: #c3dafe;
  }

  .sm_focus_placeholder-indigo-200:focus::placeholder {
    color: #c3dafe;
  }

  .sm_focus_placeholder-indigo-300:focus::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .sm_focus_placeholder-indigo-300:focus::-moz-placeholder {
    color: #a3bffa;
  }

  .sm_focus_placeholder-indigo-300:focus:-ms-input-placeholder {
    color: #a3bffa;
  }

  .sm_focus_placeholder-indigo-300:focus::-ms-input-placeholder {
    color: #a3bffa;
  }

  .sm_focus_placeholder-indigo-300:focus::placeholder {
    color: #a3bffa;
  }

  .sm_focus_placeholder-indigo-400:focus::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .sm_focus_placeholder-indigo-400:focus::-moz-placeholder {
    color: #7f9cf5;
  }

  .sm_focus_placeholder-indigo-400:focus:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .sm_focus_placeholder-indigo-400:focus::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .sm_focus_placeholder-indigo-400:focus::placeholder {
    color: #7f9cf5;
  }

  .sm_focus_placeholder-indigo-500:focus::-webkit-input-placeholder {
    color: #667eea;
  }

  .sm_focus_placeholder-indigo-500:focus::-moz-placeholder {
    color: #667eea;
  }

  .sm_focus_placeholder-indigo-500:focus:-ms-input-placeholder {
    color: #667eea;
  }

  .sm_focus_placeholder-indigo-500:focus::-ms-input-placeholder {
    color: #667eea;
  }

  .sm_focus_placeholder-indigo-500:focus::placeholder {
    color: #667eea;
  }

  .sm_focus_placeholder-indigo-600:focus::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .sm_focus_placeholder-indigo-600:focus::-moz-placeholder {
    color: #5a67d8;
  }

  .sm_focus_placeholder-indigo-600:focus:-ms-input-placeholder {
    color: #5a67d8;
  }

  .sm_focus_placeholder-indigo-600:focus::-ms-input-placeholder {
    color: #5a67d8;
  }

  .sm_focus_placeholder-indigo-600:focus::placeholder {
    color: #5a67d8;
  }

  .sm_focus_placeholder-indigo-700:focus::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .sm_focus_placeholder-indigo-700:focus::-moz-placeholder {
    color: #4c51bf;
  }

  .sm_focus_placeholder-indigo-700:focus:-ms-input-placeholder {
    color: #4c51bf;
  }

  .sm_focus_placeholder-indigo-700:focus::-ms-input-placeholder {
    color: #4c51bf;
  }

  .sm_focus_placeholder-indigo-700:focus::placeholder {
    color: #4c51bf;
  }

  .sm_focus_placeholder-indigo-800:focus::-webkit-input-placeholder {
    color: #434190;
  }

  .sm_focus_placeholder-indigo-800:focus::-moz-placeholder {
    color: #434190;
  }

  .sm_focus_placeholder-indigo-800:focus:-ms-input-placeholder {
    color: #434190;
  }

  .sm_focus_placeholder-indigo-800:focus::-ms-input-placeholder {
    color: #434190;
  }

  .sm_focus_placeholder-indigo-800:focus::placeholder {
    color: #434190;
  }

  .sm_focus_placeholder-indigo-900:focus::-webkit-input-placeholder {
    color: #3c366b;
  }

  .sm_focus_placeholder-indigo-900:focus::-moz-placeholder {
    color: #3c366b;
  }

  .sm_focus_placeholder-indigo-900:focus:-ms-input-placeholder {
    color: #3c366b;
  }

  .sm_focus_placeholder-indigo-900:focus::-ms-input-placeholder {
    color: #3c366b;
  }

  .sm_focus_placeholder-indigo-900:focus::placeholder {
    color: #3c366b;
  }

  .sm_focus_placeholder-purple-100:focus::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .sm_focus_placeholder-purple-100:focus::-moz-placeholder {
    color: #faf5ff;
  }

  .sm_focus_placeholder-purple-100:focus:-ms-input-placeholder {
    color: #faf5ff;
  }

  .sm_focus_placeholder-purple-100:focus::-ms-input-placeholder {
    color: #faf5ff;
  }

  .sm_focus_placeholder-purple-100:focus::placeholder {
    color: #faf5ff;
  }

  .sm_focus_placeholder-purple-200:focus::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .sm_focus_placeholder-purple-200:focus::-moz-placeholder {
    color: #e9d8fd;
  }

  .sm_focus_placeholder-purple-200:focus:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .sm_focus_placeholder-purple-200:focus::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .sm_focus_placeholder-purple-200:focus::placeholder {
    color: #e9d8fd;
  }

  .sm_focus_placeholder-purple-300:focus::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .sm_focus_placeholder-purple-300:focus::-moz-placeholder {
    color: #d6bcfa;
  }

  .sm_focus_placeholder-purple-300:focus:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .sm_focus_placeholder-purple-300:focus::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .sm_focus_placeholder-purple-300:focus::placeholder {
    color: #d6bcfa;
  }

  .sm_focus_placeholder-purple-400:focus::-webkit-input-placeholder {
    color: #b794f4;
  }

  .sm_focus_placeholder-purple-400:focus::-moz-placeholder {
    color: #b794f4;
  }

  .sm_focus_placeholder-purple-400:focus:-ms-input-placeholder {
    color: #b794f4;
  }

  .sm_focus_placeholder-purple-400:focus::-ms-input-placeholder {
    color: #b794f4;
  }

  .sm_focus_placeholder-purple-400:focus::placeholder {
    color: #b794f4;
  }

  .sm_focus_placeholder-purple-500:focus::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .sm_focus_placeholder-purple-500:focus::-moz-placeholder {
    color: #9f7aea;
  }

  .sm_focus_placeholder-purple-500:focus:-ms-input-placeholder {
    color: #9f7aea;
  }

  .sm_focus_placeholder-purple-500:focus::-ms-input-placeholder {
    color: #9f7aea;
  }

  .sm_focus_placeholder-purple-500:focus::placeholder {
    color: #9f7aea;
  }

  .sm_focus_placeholder-purple-600:focus::-webkit-input-placeholder {
    color: #805ad5;
  }

  .sm_focus_placeholder-purple-600:focus::-moz-placeholder {
    color: #805ad5;
  }

  .sm_focus_placeholder-purple-600:focus:-ms-input-placeholder {
    color: #805ad5;
  }

  .sm_focus_placeholder-purple-600:focus::-ms-input-placeholder {
    color: #805ad5;
  }

  .sm_focus_placeholder-purple-600:focus::placeholder {
    color: #805ad5;
  }

  .sm_focus_placeholder-purple-700:focus::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .sm_focus_placeholder-purple-700:focus::-moz-placeholder {
    color: #6b46c1;
  }

  .sm_focus_placeholder-purple-700:focus:-ms-input-placeholder {
    color: #6b46c1;
  }

  .sm_focus_placeholder-purple-700:focus::-ms-input-placeholder {
    color: #6b46c1;
  }

  .sm_focus_placeholder-purple-700:focus::placeholder {
    color: #6b46c1;
  }

  .sm_focus_placeholder-purple-800:focus::-webkit-input-placeholder {
    color: #553c9a;
  }

  .sm_focus_placeholder-purple-800:focus::-moz-placeholder {
    color: #553c9a;
  }

  .sm_focus_placeholder-purple-800:focus:-ms-input-placeholder {
    color: #553c9a;
  }

  .sm_focus_placeholder-purple-800:focus::-ms-input-placeholder {
    color: #553c9a;
  }

  .sm_focus_placeholder-purple-800:focus::placeholder {
    color: #553c9a;
  }

  .sm_focus_placeholder-purple-900:focus::-webkit-input-placeholder {
    color: #44337a;
  }

  .sm_focus_placeholder-purple-900:focus::-moz-placeholder {
    color: #44337a;
  }

  .sm_focus_placeholder-purple-900:focus:-ms-input-placeholder {
    color: #44337a;
  }

  .sm_focus_placeholder-purple-900:focus::-ms-input-placeholder {
    color: #44337a;
  }

  .sm_focus_placeholder-purple-900:focus::placeholder {
    color: #44337a;
  }

  .sm_focus_placeholder-pink-100:focus::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .sm_focus_placeholder-pink-100:focus::-moz-placeholder {
    color: #fff5f7;
  }

  .sm_focus_placeholder-pink-100:focus:-ms-input-placeholder {
    color: #fff5f7;
  }

  .sm_focus_placeholder-pink-100:focus::-ms-input-placeholder {
    color: #fff5f7;
  }

  .sm_focus_placeholder-pink-100:focus::placeholder {
    color: #fff5f7;
  }

  .sm_focus_placeholder-pink-200:focus::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .sm_focus_placeholder-pink-200:focus::-moz-placeholder {
    color: #fed7e2;
  }

  .sm_focus_placeholder-pink-200:focus:-ms-input-placeholder {
    color: #fed7e2;
  }

  .sm_focus_placeholder-pink-200:focus::-ms-input-placeholder {
    color: #fed7e2;
  }

  .sm_focus_placeholder-pink-200:focus::placeholder {
    color: #fed7e2;
  }

  .sm_focus_placeholder-pink-300:focus::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .sm_focus_placeholder-pink-300:focus::-moz-placeholder {
    color: #fbb6ce;
  }

  .sm_focus_placeholder-pink-300:focus:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .sm_focus_placeholder-pink-300:focus::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .sm_focus_placeholder-pink-300:focus::placeholder {
    color: #fbb6ce;
  }

  .sm_focus_placeholder-pink-400:focus::-webkit-input-placeholder {
    color: #f687b3;
  }

  .sm_focus_placeholder-pink-400:focus::-moz-placeholder {
    color: #f687b3;
  }

  .sm_focus_placeholder-pink-400:focus:-ms-input-placeholder {
    color: #f687b3;
  }

  .sm_focus_placeholder-pink-400:focus::-ms-input-placeholder {
    color: #f687b3;
  }

  .sm_focus_placeholder-pink-400:focus::placeholder {
    color: #f687b3;
  }

  .sm_focus_placeholder-pink-500:focus::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .sm_focus_placeholder-pink-500:focus::-moz-placeholder {
    color: #ed64a6;
  }

  .sm_focus_placeholder-pink-500:focus:-ms-input-placeholder {
    color: #ed64a6;
  }

  .sm_focus_placeholder-pink-500:focus::-ms-input-placeholder {
    color: #ed64a6;
  }

  .sm_focus_placeholder-pink-500:focus::placeholder {
    color: #ed64a6;
  }

  .sm_focus_placeholder-pink-600:focus::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .sm_focus_placeholder-pink-600:focus::-moz-placeholder {
    color: #d53f8c;
  }

  .sm_focus_placeholder-pink-600:focus:-ms-input-placeholder {
    color: #d53f8c;
  }

  .sm_focus_placeholder-pink-600:focus::-ms-input-placeholder {
    color: #d53f8c;
  }

  .sm_focus_placeholder-pink-600:focus::placeholder {
    color: #d53f8c;
  }

  .sm_focus_placeholder-pink-700:focus::-webkit-input-placeholder {
    color: #b83280;
  }

  .sm_focus_placeholder-pink-700:focus::-moz-placeholder {
    color: #b83280;
  }

  .sm_focus_placeholder-pink-700:focus:-ms-input-placeholder {
    color: #b83280;
  }

  .sm_focus_placeholder-pink-700:focus::-ms-input-placeholder {
    color: #b83280;
  }

  .sm_focus_placeholder-pink-700:focus::placeholder {
    color: #b83280;
  }

  .sm_focus_placeholder-pink-800:focus::-webkit-input-placeholder {
    color: #97266d;
  }

  .sm_focus_placeholder-pink-800:focus::-moz-placeholder {
    color: #97266d;
  }

  .sm_focus_placeholder-pink-800:focus:-ms-input-placeholder {
    color: #97266d;
  }

  .sm_focus_placeholder-pink-800:focus::-ms-input-placeholder {
    color: #97266d;
  }

  .sm_focus_placeholder-pink-800:focus::placeholder {
    color: #97266d;
  }

  .sm_focus_placeholder-pink-900:focus::-webkit-input-placeholder {
    color: #702459;
  }

  .sm_focus_placeholder-pink-900:focus::-moz-placeholder {
    color: #702459;
  }

  .sm_focus_placeholder-pink-900:focus:-ms-input-placeholder {
    color: #702459;
  }

  .sm_focus_placeholder-pink-900:focus::-ms-input-placeholder {
    color: #702459;
  }

  .sm_focus_placeholder-pink-900:focus::placeholder {
    color: #702459;
  }

  .sm_focus_placeholder-brand:focus::-webkit-input-placeholder {
    color: #FE2929;
  }

  .sm_focus_placeholder-brand:focus::-moz-placeholder {
    color: #FE2929;
  }

  .sm_focus_placeholder-brand:focus:-ms-input-placeholder {
    color: #FE2929;
  }

  .sm_focus_placeholder-brand:focus::-ms-input-placeholder {
    color: #FE2929;
  }

  .sm_focus_placeholder-brand:focus::placeholder {
    color: #FE2929;
  }

  .sm_focus_placeholder-brand-dark:focus::-webkit-input-placeholder {
    color: #CB0000;
  }

  .sm_focus_placeholder-brand-dark:focus::-moz-placeholder {
    color: #CB0000;
  }

  .sm_focus_placeholder-brand-dark:focus:-ms-input-placeholder {
    color: #CB0000;
  }

  .sm_focus_placeholder-brand-dark:focus::-ms-input-placeholder {
    color: #CB0000;
  }

  .sm_focus_placeholder-brand-dark:focus::placeholder {
    color: #CB0000;
  }

  .sm_focus_placeholder-primary:focus::-webkit-input-placeholder {
    color: #2D58AA;
  }

  .sm_focus_placeholder-primary:focus::-moz-placeholder {
    color: #2D58AA;
  }

  .sm_focus_placeholder-primary:focus:-ms-input-placeholder {
    color: #2D58AA;
  }

  .sm_focus_placeholder-primary:focus::-ms-input-placeholder {
    color: #2D58AA;
  }

  .sm_focus_placeholder-primary:focus::placeholder {
    color: #2D58AA;
  }

  .sm_focus_placeholder-primary-dark:focus::-webkit-input-placeholder {
    color: #002577;
  }

  .sm_focus_placeholder-primary-dark:focus::-moz-placeholder {
    color: #002577;
  }

  .sm_focus_placeholder-primary-dark:focus:-ms-input-placeholder {
    color: #002577;
  }

  .sm_focus_placeholder-primary-dark:focus::-ms-input-placeholder {
    color: #002577;
  }

  .sm_focus_placeholder-primary-dark:focus::placeholder {
    color: #002577;
  }

  .sm_focus_placeholder-info:focus::-webkit-input-placeholder {
    color: #2B73A3;
  }

  .sm_focus_placeholder-info:focus::-moz-placeholder {
    color: #2B73A3;
  }

  .sm_focus_placeholder-info:focus:-ms-input-placeholder {
    color: #2B73A3;
  }

  .sm_focus_placeholder-info:focus::-ms-input-placeholder {
    color: #2B73A3;
  }

  .sm_focus_placeholder-info:focus::placeholder {
    color: #2B73A3;
  }

  .sm_focus_placeholder-info-dark:focus::-webkit-input-placeholder {
    color: #002577;
  }

  .sm_focus_placeholder-info-dark:focus::-moz-placeholder {
    color: #002577;
  }

  .sm_focus_placeholder-info-dark:focus:-ms-input-placeholder {
    color: #002577;
  }

  .sm_focus_placeholder-info-dark:focus::-ms-input-placeholder {
    color: #002577;
  }

  .sm_focus_placeholder-info-dark:focus::placeholder {
    color: #002577;
  }

  .sm_focus_placeholder-success:focus::-webkit-input-placeholder {
    color: #0EDD66;
  }

  .sm_focus_placeholder-success:focus::-moz-placeholder {
    color: #0EDD66;
  }

  .sm_focus_placeholder-success:focus:-ms-input-placeholder {
    color: #0EDD66;
  }

  .sm_focus_placeholder-success:focus::-ms-input-placeholder {
    color: #0EDD66;
  }

  .sm_focus_placeholder-success:focus::placeholder {
    color: #0EDD66;
  }

  .sm_focus_placeholder-success-dark:focus::-webkit-input-placeholder {
    color: #00AA33;
  }

  .sm_focus_placeholder-success-dark:focus::-moz-placeholder {
    color: #00AA33;
  }

  .sm_focus_placeholder-success-dark:focus:-ms-input-placeholder {
    color: #00AA33;
  }

  .sm_focus_placeholder-success-dark:focus::-ms-input-placeholder {
    color: #00AA33;
  }

  .sm_focus_placeholder-success-dark:focus::placeholder {
    color: #00AA33;
  }

  .sm_focus_placeholder-warning:focus::-webkit-input-placeholder {
    color: #B1991A;
  }

  .sm_focus_placeholder-warning:focus::-moz-placeholder {
    color: #B1991A;
  }

  .sm_focus_placeholder-warning:focus:-ms-input-placeholder {
    color: #B1991A;
  }

  .sm_focus_placeholder-warning:focus::-ms-input-placeholder {
    color: #B1991A;
  }

  .sm_focus_placeholder-warning:focus::placeholder {
    color: #B1991A;
  }

  .sm_focus_placeholder-warning-dark:focus::-webkit-input-placeholder {
    color: #7E6600;
  }

  .sm_focus_placeholder-warning-dark:focus::-moz-placeholder {
    color: #7E6600;
  }

  .sm_focus_placeholder-warning-dark:focus:-ms-input-placeholder {
    color: #7E6600;
  }

  .sm_focus_placeholder-warning-dark:focus::-ms-input-placeholder {
    color: #7E6600;
  }

  .sm_focus_placeholder-warning-dark:focus::placeholder {
    color: #7E6600;
  }

  .sm_focus_placeholder-danger:focus::-webkit-input-placeholder {
    color: #FE2929;
  }

  .sm_focus_placeholder-danger:focus::-moz-placeholder {
    color: #FE2929;
  }

  .sm_focus_placeholder-danger:focus:-ms-input-placeholder {
    color: #FE2929;
  }

  .sm_focus_placeholder-danger:focus::-ms-input-placeholder {
    color: #FE2929;
  }

  .sm_focus_placeholder-danger:focus::placeholder {
    color: #FE2929;
  }

  .sm_focus_placeholder-danger-dark:focus::-webkit-input-placeholder {
    color: #CB0000;
  }

  .sm_focus_placeholder-danger-dark:focus::-moz-placeholder {
    color: #CB0000;
  }

  .sm_focus_placeholder-danger-dark:focus:-ms-input-placeholder {
    color: #CB0000;
  }

  .sm_focus_placeholder-danger-dark:focus::-ms-input-placeholder {
    color: #CB0000;
  }

  .sm_focus_placeholder-danger-dark:focus::placeholder {
    color: #CB0000;
  }

  .sm_focus_placeholder-light:focus::-webkit-input-placeholder {
    color: #F0F0F0;
  }

  .sm_focus_placeholder-light:focus::-moz-placeholder {
    color: #F0F0F0;
  }

  .sm_focus_placeholder-light:focus:-ms-input-placeholder {
    color: #F0F0F0;
  }

  .sm_focus_placeholder-light:focus::-ms-input-placeholder {
    color: #F0F0F0;
  }

  .sm_focus_placeholder-light:focus::placeholder {
    color: #F0F0F0;
  }

  .sm_focus_placeholder-dark:focus::-webkit-input-placeholder {
    color: #454545;
  }

  .sm_focus_placeholder-dark:focus::-moz-placeholder {
    color: #454545;
  }

  .sm_focus_placeholder-dark:focus:-ms-input-placeholder {
    color: #454545;
  }

  .sm_focus_placeholder-dark:focus::-ms-input-placeholder {
    color: #454545;
  }

  .sm_focus_placeholder-dark:focus::placeholder {
    color: #454545;
  }

  .sm_focus_placeholder-darkest:focus::-webkit-input-placeholder {
    color: #313131;
  }

  .sm_focus_placeholder-darkest:focus::-moz-placeholder {
    color: #313131;
  }

  .sm_focus_placeholder-darkest:focus:-ms-input-placeholder {
    color: #313131;
  }

  .sm_focus_placeholder-darkest:focus::-ms-input-placeholder {
    color: #313131;
  }

  .sm_focus_placeholder-darkest:focus::placeholder {
    color: #313131;
  }

  .sm_focus_placeholder-transparent-dark:focus::-webkit-input-placeholder {
    color: rgba(0,0,0,0.6);
  }

  .sm_focus_placeholder-transparent-dark:focus::-moz-placeholder {
    color: rgba(0,0,0,0.6);
  }

  .sm_focus_placeholder-transparent-dark:focus:-ms-input-placeholder {
    color: rgba(0,0,0,0.6);
  }

  .sm_focus_placeholder-transparent-dark:focus::-ms-input-placeholder {
    color: rgba(0,0,0,0.6);
  }

  .sm_focus_placeholder-transparent-dark:focus::placeholder {
    color: rgba(0,0,0,0.6);
  }

  .sm_focus_placeholder-facebook:focus::-webkit-input-placeholder {
    color: #3b5998;
  }

  .sm_focus_placeholder-facebook:focus::-moz-placeholder {
    color: #3b5998;
  }

  .sm_focus_placeholder-facebook:focus:-ms-input-placeholder {
    color: #3b5998;
  }

  .sm_focus_placeholder-facebook:focus::-ms-input-placeholder {
    color: #3b5998;
  }

  .sm_focus_placeholder-facebook:focus::placeholder {
    color: #3b5998;
  }

  .sm_focus_placeholder-twitter:focus::-webkit-input-placeholder {
    color: #000000;
  }

  .sm_focus_placeholder-twitter:focus::-moz-placeholder {
    color: #000000;
  }

  .sm_focus_placeholder-twitter:focus:-ms-input-placeholder {
    color: #000000;
  }

  .sm_focus_placeholder-twitter:focus::-ms-input-placeholder {
    color: #000000;
  }

  .sm_focus_placeholder-twitter:focus::placeholder {
    color: #000000;
  }

  .sm_focus_placeholder-google:focus::-webkit-input-placeholder {
    color: #DB4437;
  }

  .sm_focus_placeholder-google:focus::-moz-placeholder {
    color: #DB4437;
  }

  .sm_focus_placeholder-google:focus:-ms-input-placeholder {
    color: #DB4437;
  }

  .sm_focus_placeholder-google:focus::-ms-input-placeholder {
    color: #DB4437;
  }

  .sm_focus_placeholder-google:focus::placeholder {
    color: #DB4437;
  }

  .sm_focus_placeholder-linkedin:focus::-webkit-input-placeholder {
    color: #0077B5;
  }

  .sm_focus_placeholder-linkedin:focus::-moz-placeholder {
    color: #0077B5;
  }

  .sm_focus_placeholder-linkedin:focus:-ms-input-placeholder {
    color: #0077B5;
  }

  .sm_focus_placeholder-linkedin:focus::-ms-input-placeholder {
    color: #0077B5;
  }

  .sm_focus_placeholder-linkedin:focus::placeholder {
    color: #0077B5;
  }

  .sm_focus_placeholder-adobe:focus::-webkit-input-placeholder {
    color: #FF0000;
  }

  .sm_focus_placeholder-adobe:focus::-moz-placeholder {
    color: #FF0000;
  }

  .sm_focus_placeholder-adobe:focus:-ms-input-placeholder {
    color: #FF0000;
  }

  .sm_focus_placeholder-adobe:focus::-ms-input-placeholder {
    color: #FF0000;
  }

  .sm_focus_placeholder-adobe:focus::placeholder {
    color: #FF0000;
  }

  .sm_focus_placeholder-rss:focus::-webkit-input-placeholder {
    color: #f26522;
  }

  .sm_focus_placeholder-rss:focus::-moz-placeholder {
    color: #f26522;
  }

  .sm_focus_placeholder-rss:focus:-ms-input-placeholder {
    color: #f26522;
  }

  .sm_focus_placeholder-rss:focus::-ms-input-placeholder {
    color: #f26522;
  }

  .sm_focus_placeholder-rss:focus::placeholder {
    color: #f26522;
  }

  .sm_pointer-events-none {
    pointer-events: none;
  }

  .sm_pointer-events-auto {
    pointer-events: auto;
  }

  .sm_static {
    position: static;
  }

  .sm_fixed {
    position: fixed;
  }

  .sm_absolute {
    position: absolute;
  }

  .sm_relative {
    position: relative;
  }

  .sm_sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .sm_inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm_inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm_inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .sm_-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .sm_inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .sm_inset-x-0 {
    right: 0;
    left: 0;
  }

  .sm_inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .sm_inset-x-auto {
    right: auto;
    left: auto;
  }

  .sm_inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .sm_inset-x-1\/2 {
    right: 50%;
    left: 50%;
  }

  .sm_-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .sm_-inset-x-1\/2 {
    right: -50%;
    left: -50%;
  }

  .sm_top-0 {
    top: 0;
  }

  .sm_right-0 {
    right: 0;
  }

  .sm_bottom-0 {
    bottom: 0;
  }

  .sm_left-0 {
    left: 0;
  }

  .sm_top-auto {
    top: auto;
  }

  .sm_right-auto {
    right: auto;
  }

  .sm_bottom-auto {
    bottom: auto;
  }

  .sm_left-auto {
    left: auto;
  }

  .sm_top-1\/2 {
    top: 50%;
  }

  .sm_right-1\/2 {
    right: 50%;
  }

  .sm_bottom-1\/2 {
    bottom: 50%;
  }

  .sm_left-1\/2 {
    left: 50%;
  }

  .sm_-top-1\/2 {
    top: -50%;
  }

  .sm_-right-1\/2 {
    right: -50%;
  }

  .sm_-bottom-1\/2 {
    bottom: -50%;
  }

  .sm_-left-1\/2 {
    left: -50%;
  }

  .sm_resize-none {
    resize: none;
  }

  .sm_resize-y {
    resize: vertical;
  }

  .sm_resize-x {
    resize: horizontal;
  }

  .sm_resize {
    resize: both;
  }

  .sm_shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .sm_shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sm_shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sm_shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sm_shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm_shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm_shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .sm_shadow-none {
    box-shadow: none;
  }

  .sm_hover_shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .sm_hover_shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sm_hover_shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sm_hover_shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sm_hover_shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm_hover_shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm_hover_shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .sm_hover_shadow-none:hover {
    box-shadow: none;
  }

  .sm_focus_shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .sm_focus_shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sm_focus_shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sm_focus_shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sm_focus_shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm_focus_shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm_focus_shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .sm_focus_shadow-none:focus {
    box-shadow: none;
  }

  .sm_fill-current {
    fill: currentColor;
  }

  .sm_stroke-current {
    stroke: currentColor;
  }

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

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

  .sm_text-left {
    text-align: left;
  }

  .sm_text-center {
    text-align: center;
  }

  .sm_text-right {
    text-align: right;
  }

  .sm_text-justify {
    text-align: justify;
  }

  .sm_text-transparent {
    color: transparent;
  }

  .sm_text-black {
    color: #000;
  }

  .sm_text-white {
    color: #fff;
  }

  .sm_text-gray-100 {
    color: #f7fafc;
  }

  .sm_text-gray-200 {
    color: #edf2f7;
  }

  .sm_text-gray-300 {
    color: #e2e8f0;
  }

  .sm_text-gray-400 {
    color: #B8B8B8;
  }

  .sm_text-gray-500 {
    color: #a0aec0;
  }

  .sm_text-gray-600 {
    color: #718096;
  }

  .sm_text-gray-700 {
    color: #313131;
  }

  .sm_text-gray-800 {
    color: #2d3748;
  }

  .sm_text-gray-900 {
    color: #1a202c;
  }

  .sm_text-red-100 {
    color: #fff5f5;
  }

  .sm_text-red-200 {
    color: #fed7d7;
  }

  .sm_text-red-300 {
    color: #feb2b2;
  }

  .sm_text-red-400 {
    color: #fc8181;
  }

  .sm_text-red-500 {
    color: #f56565;
  }

  .sm_text-red-600 {
    color: #e53e3e;
  }

  .sm_text-red-700 {
    color: #c53030;
  }

  .sm_text-red-800 {
    color: #9b2c2c;
  }

  .sm_text-red-900 {
    color: #742a2a;
  }

  .sm_text-orange-100 {
    color: #fffaf0;
  }

  .sm_text-orange-200 {
    color: #feebc8;
  }

  .sm_text-orange-300 {
    color: #fbd38d;
  }

  .sm_text-orange-400 {
    color: #f6ad55;
  }

  .sm_text-orange-500 {
    color: #ed8936;
  }

  .sm_text-orange-600 {
    color: #dd6b20;
  }

  .sm_text-orange-700 {
    color: #c05621;
  }

  .sm_text-orange-800 {
    color: #9c4221;
  }

  .sm_text-orange-900 {
    color: #7b341e;
  }

  .sm_text-yellow-100 {
    color: #fffff0;
  }

  .sm_text-yellow-200 {
    color: #fefcbf;
  }

  .sm_text-yellow-300 {
    color: #faf089;
  }

  .sm_text-yellow-400 {
    color: #f6e05e;
  }

  .sm_text-yellow-500 {
    color: #ecc94b;
  }

  .sm_text-yellow-600 {
    color: #d69e2e;
  }

  .sm_text-yellow-700 {
    color: #b7791f;
  }

  .sm_text-yellow-800 {
    color: #975a16;
  }

  .sm_text-yellow-900 {
    color: #744210;
  }

  .sm_text-green-100 {
    color: #f0fff4;
  }

  .sm_text-green-200 {
    color: #c6f6d5;
  }

  .sm_text-green-300 {
    color: #9ae6b4;
  }

  .sm_text-green-400 {
    color: #68d391;
  }

  .sm_text-green-500 {
    color: #48bb78;
  }

  .sm_text-green-600 {
    color: #38a169;
  }

  .sm_text-green-700 {
    color: #2f855a;
  }

  .sm_text-green-800 {
    color: #276749;
  }

  .sm_text-green-900 {
    color: #22543d;
  }

  .sm_text-teal-100 {
    color: #e6fffa;
  }

  .sm_text-teal-200 {
    color: #b2f5ea;
  }

  .sm_text-teal-300 {
    color: #81e6d9;
  }

  .sm_text-teal-400 {
    color: #4fd1c5;
  }

  .sm_text-teal-500 {
    color: #38b2ac;
  }

  .sm_text-teal-600 {
    color: #319795;
  }

  .sm_text-teal-700 {
    color: #2c7a7b;
  }

  .sm_text-teal-800 {
    color: #285e61;
  }

  .sm_text-teal-900 {
    color: #234e52;
  }

  .sm_text-blue-100 {
    color: #ebf8ff;
  }

  .sm_text-blue-200 {
    color: #bee3f8;
  }

  .sm_text-blue-300 {
    color: #90cdf4;
  }

  .sm_text-blue-400 {
    color: #63b3ed;
  }

  .sm_text-blue-500 {
    color: #4299e1;
  }

  .sm_text-blue-600 {
    color: #3182ce;
  }

  .sm_text-blue-700 {
    color: #2b6cb0;
  }

  .sm_text-blue-800 {
    color: #2c5282;
  }

  .sm_text-blue-900 {
    color: #2B4780;
  }

  .sm_text-indigo-100 {
    color: #ebf4ff;
  }

  .sm_text-indigo-200 {
    color: #c3dafe;
  }

  .sm_text-indigo-300 {
    color: #a3bffa;
  }

  .sm_text-indigo-400 {
    color: #7f9cf5;
  }

  .sm_text-indigo-500 {
    color: #667eea;
  }

  .sm_text-indigo-600 {
    color: #5a67d8;
  }

  .sm_text-indigo-700 {
    color: #4c51bf;
  }

  .sm_text-indigo-800 {
    color: #434190;
  }

  .sm_text-indigo-900 {
    color: #3c366b;
  }

  .sm_text-purple-100 {
    color: #faf5ff;
  }

  .sm_text-purple-200 {
    color: #e9d8fd;
  }

  .sm_text-purple-300 {
    color: #d6bcfa;
  }

  .sm_text-purple-400 {
    color: #b794f4;
  }

  .sm_text-purple-500 {
    color: #9f7aea;
  }

  .sm_text-purple-600 {
    color: #805ad5;
  }

  .sm_text-purple-700 {
    color: #6b46c1;
  }

  .sm_text-purple-800 {
    color: #553c9a;
  }

  .sm_text-purple-900 {
    color: #44337a;
  }

  .sm_text-pink-100 {
    color: #fff5f7;
  }

  .sm_text-pink-200 {
    color: #fed7e2;
  }

  .sm_text-pink-300 {
    color: #fbb6ce;
  }

  .sm_text-pink-400 {
    color: #f687b3;
  }

  .sm_text-pink-500 {
    color: #ed64a6;
  }

  .sm_text-pink-600 {
    color: #d53f8c;
  }

  .sm_text-pink-700 {
    color: #b83280;
  }

  .sm_text-pink-800 {
    color: #97266d;
  }

  .sm_text-pink-900 {
    color: #702459;
  }

  .sm_text-brand {
    color: #FE2929;
  }

  .sm_text-brand-dark {
    color: #CB0000;
  }

  .sm_text-primary {
    color: #2D58AA;
  }

  .sm_text-primary-dark {
    color: #002577;
  }

  .sm_text-info {
    color: #2B73A3;
  }

  .sm_text-info-dark {
    color: #002577;
  }

  .sm_text-success {
    color: #0EDD66;
  }

  .sm_text-success-dark {
    color: #00AA33;
  }

  .sm_text-warning {
    color: #B1991A;
  }

  .sm_text-warning-dark {
    color: #7E6600;
  }

  .sm_text-danger {
    color: #FE2929;
  }

  .sm_text-danger-dark {
    color: #CB0000;
  }

  .sm_text-light {
    color: #F0F0F0;
  }

  .sm_text-dark {
    color: #454545;
  }

  .sm_text-darkest {
    color: #313131;
  }

  .sm_text-transparent-dark {
    color: rgba(0,0,0,0.6);
  }

  .sm_text-facebook {
    color: #3b5998;
  }

  .sm_text-twitter {
    color: #000000;
  }

  .sm_text-google {
    color: #DB4437;
  }

  .sm_text-linkedin {
    color: #0077B5;
  }

  .sm_text-adobe {
    color: #FF0000;
  }

  .sm_text-rss {
    color: #f26522;
  }

  .sm_hover_text-transparent:hover {
    color: transparent;
  }

  .sm_hover_text-black:hover {
    color: #000;
  }

  .sm_hover_text-white:hover {
    color: #fff;
  }

  .sm_hover_text-gray-100:hover {
    color: #f7fafc;
  }

  .sm_hover_text-gray-200:hover {
    color: #edf2f7;
  }

  .sm_hover_text-gray-300:hover {
    color: #e2e8f0;
  }

  .sm_hover_text-gray-400:hover {
    color: #B8B8B8;
  }

  .sm_hover_text-gray-500:hover {
    color: #a0aec0;
  }

  .sm_hover_text-gray-600:hover {
    color: #718096;
  }

  .sm_hover_text-gray-700:hover {
    color: #313131;
  }

  .sm_hover_text-gray-800:hover {
    color: #2d3748;
  }

  .sm_hover_text-gray-900:hover {
    color: #1a202c;
  }

  .sm_hover_text-red-100:hover {
    color: #fff5f5;
  }

  .sm_hover_text-red-200:hover {
    color: #fed7d7;
  }

  .sm_hover_text-red-300:hover {
    color: #feb2b2;
  }

  .sm_hover_text-red-400:hover {
    color: #fc8181;
  }

  .sm_hover_text-red-500:hover {
    color: #f56565;
  }

  .sm_hover_text-red-600:hover {
    color: #e53e3e;
  }

  .sm_hover_text-red-700:hover {
    color: #c53030;
  }

  .sm_hover_text-red-800:hover {
    color: #9b2c2c;
  }

  .sm_hover_text-red-900:hover {
    color: #742a2a;
  }

  .sm_hover_text-orange-100:hover {
    color: #fffaf0;
  }

  .sm_hover_text-orange-200:hover {
    color: #feebc8;
  }

  .sm_hover_text-orange-300:hover {
    color: #fbd38d;
  }

  .sm_hover_text-orange-400:hover {
    color: #f6ad55;
  }

  .sm_hover_text-orange-500:hover {
    color: #ed8936;
  }

  .sm_hover_text-orange-600:hover {
    color: #dd6b20;
  }

  .sm_hover_text-orange-700:hover {
    color: #c05621;
  }

  .sm_hover_text-orange-800:hover {
    color: #9c4221;
  }

  .sm_hover_text-orange-900:hover {
    color: #7b341e;
  }

  .sm_hover_text-yellow-100:hover {
    color: #fffff0;
  }

  .sm_hover_text-yellow-200:hover {
    color: #fefcbf;
  }

  .sm_hover_text-yellow-300:hover {
    color: #faf089;
  }

  .sm_hover_text-yellow-400:hover {
    color: #f6e05e;
  }

  .sm_hover_text-yellow-500:hover {
    color: #ecc94b;
  }

  .sm_hover_text-yellow-600:hover {
    color: #d69e2e;
  }

  .sm_hover_text-yellow-700:hover {
    color: #b7791f;
  }

  .sm_hover_text-yellow-800:hover {
    color: #975a16;
  }

  .sm_hover_text-yellow-900:hover {
    color: #744210;
  }

  .sm_hover_text-green-100:hover {
    color: #f0fff4;
  }

  .sm_hover_text-green-200:hover {
    color: #c6f6d5;
  }

  .sm_hover_text-green-300:hover {
    color: #9ae6b4;
  }

  .sm_hover_text-green-400:hover {
    color: #68d391;
  }

  .sm_hover_text-green-500:hover {
    color: #48bb78;
  }

  .sm_hover_text-green-600:hover {
    color: #38a169;
  }

  .sm_hover_text-green-700:hover {
    color: #2f855a;
  }

  .sm_hover_text-green-800:hover {
    color: #276749;
  }

  .sm_hover_text-green-900:hover {
    color: #22543d;
  }

  .sm_hover_text-teal-100:hover {
    color: #e6fffa;
  }

  .sm_hover_text-teal-200:hover {
    color: #b2f5ea;
  }

  .sm_hover_text-teal-300:hover {
    color: #81e6d9;
  }

  .sm_hover_text-teal-400:hover {
    color: #4fd1c5;
  }

  .sm_hover_text-teal-500:hover {
    color: #38b2ac;
  }

  .sm_hover_text-teal-600:hover {
    color: #319795;
  }

  .sm_hover_text-teal-700:hover {
    color: #2c7a7b;
  }

  .sm_hover_text-teal-800:hover {
    color: #285e61;
  }

  .sm_hover_text-teal-900:hover {
    color: #234e52;
  }

  .sm_hover_text-blue-100:hover {
    color: #ebf8ff;
  }

  .sm_hover_text-blue-200:hover {
    color: #bee3f8;
  }

  .sm_hover_text-blue-300:hover {
    color: #90cdf4;
  }

  .sm_hover_text-blue-400:hover {
    color: #63b3ed;
  }

  .sm_hover_text-blue-500:hover {
    color: #4299e1;
  }

  .sm_hover_text-blue-600:hover {
    color: #3182ce;
  }

  .sm_hover_text-blue-700:hover {
    color: #2b6cb0;
  }

  .sm_hover_text-blue-800:hover {
    color: #2c5282;
  }

  .sm_hover_text-blue-900:hover {
    color: #2B4780;
  }

  .sm_hover_text-indigo-100:hover {
    color: #ebf4ff;
  }

  .sm_hover_text-indigo-200:hover {
    color: #c3dafe;
  }

  .sm_hover_text-indigo-300:hover {
    color: #a3bffa;
  }

  .sm_hover_text-indigo-400:hover {
    color: #7f9cf5;
  }

  .sm_hover_text-indigo-500:hover {
    color: #667eea;
  }

  .sm_hover_text-indigo-600:hover {
    color: #5a67d8;
  }

  .sm_hover_text-indigo-700:hover {
    color: #4c51bf;
  }

  .sm_hover_text-indigo-800:hover {
    color: #434190;
  }

  .sm_hover_text-indigo-900:hover {
    color: #3c366b;
  }

  .sm_hover_text-purple-100:hover {
    color: #faf5ff;
  }

  .sm_hover_text-purple-200:hover {
    color: #e9d8fd;
  }

  .sm_hover_text-purple-300:hover {
    color: #d6bcfa;
  }

  .sm_hover_text-purple-400:hover {
    color: #b794f4;
  }

  .sm_hover_text-purple-500:hover {
    color: #9f7aea;
  }

  .sm_hover_text-purple-600:hover {
    color: #805ad5;
  }

  .sm_hover_text-purple-700:hover {
    color: #6b46c1;
  }

  .sm_hover_text-purple-800:hover {
    color: #553c9a;
  }

  .sm_hover_text-purple-900:hover {
    color: #44337a;
  }

  .sm_hover_text-pink-100:hover {
    color: #fff5f7;
  }

  .sm_hover_text-pink-200:hover {
    color: #fed7e2;
  }

  .sm_hover_text-pink-300:hover {
    color: #fbb6ce;
  }

  .sm_hover_text-pink-400:hover {
    color: #f687b3;
  }

  .sm_hover_text-pink-500:hover {
    color: #ed64a6;
  }

  .sm_hover_text-pink-600:hover {
    color: #d53f8c;
  }

  .sm_hover_text-pink-700:hover {
    color: #b83280;
  }

  .sm_hover_text-pink-800:hover {
    color: #97266d;
  }

  .sm_hover_text-pink-900:hover {
    color: #702459;
  }

  .sm_hover_text-brand:hover {
    color: #FE2929;
  }

  .sm_hover_text-brand-dark:hover {
    color: #CB0000;
  }

  .sm_hover_text-primary:hover {
    color: #2D58AA;
  }

  .sm_hover_text-primary-dark:hover {
    color: #002577;
  }

  .sm_hover_text-info:hover {
    color: #2B73A3;
  }

  .sm_hover_text-info-dark:hover {
    color: #002577;
  }

  .sm_hover_text-success:hover {
    color: #0EDD66;
  }

  .sm_hover_text-success-dark:hover {
    color: #00AA33;
  }

  .sm_hover_text-warning:hover {
    color: #B1991A;
  }

  .sm_hover_text-warning-dark:hover {
    color: #7E6600;
  }

  .sm_hover_text-danger:hover {
    color: #FE2929;
  }

  .sm_hover_text-danger-dark:hover {
    color: #CB0000;
  }

  .sm_hover_text-light:hover {
    color: #F0F0F0;
  }

  .sm_hover_text-dark:hover {
    color: #454545;
  }

  .sm_hover_text-darkest:hover {
    color: #313131;
  }

  .sm_hover_text-transparent-dark:hover {
    color: rgba(0,0,0,0.6);
  }

  .sm_hover_text-facebook:hover {
    color: #3b5998;
  }

  .sm_hover_text-twitter:hover {
    color: #000000;
  }

  .sm_hover_text-google:hover {
    color: #DB4437;
  }

  .sm_hover_text-linkedin:hover {
    color: #0077B5;
  }

  .sm_hover_text-adobe:hover {
    color: #FF0000;
  }

  .sm_hover_text-rss:hover {
    color: #f26522;
  }

  .sm_focus_text-transparent:focus {
    color: transparent;
  }

  .sm_focus_text-black:focus {
    color: #000;
  }

  .sm_focus_text-white:focus {
    color: #fff;
  }

  .sm_focus_text-gray-100:focus {
    color: #f7fafc;
  }

  .sm_focus_text-gray-200:focus {
    color: #edf2f7;
  }

  .sm_focus_text-gray-300:focus {
    color: #e2e8f0;
  }

  .sm_focus_text-gray-400:focus {
    color: #B8B8B8;
  }

  .sm_focus_text-gray-500:focus {
    color: #a0aec0;
  }

  .sm_focus_text-gray-600:focus {
    color: #718096;
  }

  .sm_focus_text-gray-700:focus {
    color: #313131;
  }

  .sm_focus_text-gray-800:focus {
    color: #2d3748;
  }

  .sm_focus_text-gray-900:focus {
    color: #1a202c;
  }

  .sm_focus_text-red-100:focus {
    color: #fff5f5;
  }

  .sm_focus_text-red-200:focus {
    color: #fed7d7;
  }

  .sm_focus_text-red-300:focus {
    color: #feb2b2;
  }

  .sm_focus_text-red-400:focus {
    color: #fc8181;
  }

  .sm_focus_text-red-500:focus {
    color: #f56565;
  }

  .sm_focus_text-red-600:focus {
    color: #e53e3e;
  }

  .sm_focus_text-red-700:focus {
    color: #c53030;
  }

  .sm_focus_text-red-800:focus {
    color: #9b2c2c;
  }

  .sm_focus_text-red-900:focus {
    color: #742a2a;
  }

  .sm_focus_text-orange-100:focus {
    color: #fffaf0;
  }

  .sm_focus_text-orange-200:focus {
    color: #feebc8;
  }

  .sm_focus_text-orange-300:focus {
    color: #fbd38d;
  }

  .sm_focus_text-orange-400:focus {
    color: #f6ad55;
  }

  .sm_focus_text-orange-500:focus {
    color: #ed8936;
  }

  .sm_focus_text-orange-600:focus {
    color: #dd6b20;
  }

  .sm_focus_text-orange-700:focus {
    color: #c05621;
  }

  .sm_focus_text-orange-800:focus {
    color: #9c4221;
  }

  .sm_focus_text-orange-900:focus {
    color: #7b341e;
  }

  .sm_focus_text-yellow-100:focus {
    color: #fffff0;
  }

  .sm_focus_text-yellow-200:focus {
    color: #fefcbf;
  }

  .sm_focus_text-yellow-300:focus {
    color: #faf089;
  }

  .sm_focus_text-yellow-400:focus {
    color: #f6e05e;
  }

  .sm_focus_text-yellow-500:focus {
    color: #ecc94b;
  }

  .sm_focus_text-yellow-600:focus {
    color: #d69e2e;
  }

  .sm_focus_text-yellow-700:focus {
    color: #b7791f;
  }

  .sm_focus_text-yellow-800:focus {
    color: #975a16;
  }

  .sm_focus_text-yellow-900:focus {
    color: #744210;
  }

  .sm_focus_text-green-100:focus {
    color: #f0fff4;
  }

  .sm_focus_text-green-200:focus {
    color: #c6f6d5;
  }

  .sm_focus_text-green-300:focus {
    color: #9ae6b4;
  }

  .sm_focus_text-green-400:focus {
    color: #68d391;
  }

  .sm_focus_text-green-500:focus {
    color: #48bb78;
  }

  .sm_focus_text-green-600:focus {
    color: #38a169;
  }

  .sm_focus_text-green-700:focus {
    color: #2f855a;
  }

  .sm_focus_text-green-800:focus {
    color: #276749;
  }

  .sm_focus_text-green-900:focus {
    color: #22543d;
  }

  .sm_focus_text-teal-100:focus {
    color: #e6fffa;
  }

  .sm_focus_text-teal-200:focus {
    color: #b2f5ea;
  }

  .sm_focus_text-teal-300:focus {
    color: #81e6d9;
  }

  .sm_focus_text-teal-400:focus {
    color: #4fd1c5;
  }

  .sm_focus_text-teal-500:focus {
    color: #38b2ac;
  }

  .sm_focus_text-teal-600:focus {
    color: #319795;
  }

  .sm_focus_text-teal-700:focus {
    color: #2c7a7b;
  }

  .sm_focus_text-teal-800:focus {
    color: #285e61;
  }

  .sm_focus_text-teal-900:focus {
    color: #234e52;
  }

  .sm_focus_text-blue-100:focus {
    color: #ebf8ff;
  }

  .sm_focus_text-blue-200:focus {
    color: #bee3f8;
  }

  .sm_focus_text-blue-300:focus {
    color: #90cdf4;
  }

  .sm_focus_text-blue-400:focus {
    color: #63b3ed;
  }

  .sm_focus_text-blue-500:focus {
    color: #4299e1;
  }

  .sm_focus_text-blue-600:focus {
    color: #3182ce;
  }

  .sm_focus_text-blue-700:focus {
    color: #2b6cb0;
  }

  .sm_focus_text-blue-800:focus {
    color: #2c5282;
  }

  .sm_focus_text-blue-900:focus {
    color: #2B4780;
  }

  .sm_focus_text-indigo-100:focus {
    color: #ebf4ff;
  }

  .sm_focus_text-indigo-200:focus {
    color: #c3dafe;
  }

  .sm_focus_text-indigo-300:focus {
    color: #a3bffa;
  }

  .sm_focus_text-indigo-400:focus {
    color: #7f9cf5;
  }

  .sm_focus_text-indigo-500:focus {
    color: #667eea;
  }

  .sm_focus_text-indigo-600:focus {
    color: #5a67d8;
  }

  .sm_focus_text-indigo-700:focus {
    color: #4c51bf;
  }

  .sm_focus_text-indigo-800:focus {
    color: #434190;
  }

  .sm_focus_text-indigo-900:focus {
    color: #3c366b;
  }

  .sm_focus_text-purple-100:focus {
    color: #faf5ff;
  }

  .sm_focus_text-purple-200:focus {
    color: #e9d8fd;
  }

  .sm_focus_text-purple-300:focus {
    color: #d6bcfa;
  }

  .sm_focus_text-purple-400:focus {
    color: #b794f4;
  }

  .sm_focus_text-purple-500:focus {
    color: #9f7aea;
  }

  .sm_focus_text-purple-600:focus {
    color: #805ad5;
  }

  .sm_focus_text-purple-700:focus {
    color: #6b46c1;
  }

  .sm_focus_text-purple-800:focus {
    color: #553c9a;
  }

  .sm_focus_text-purple-900:focus {
    color: #44337a;
  }

  .sm_focus_text-pink-100:focus {
    color: #fff5f7;
  }

  .sm_focus_text-pink-200:focus {
    color: #fed7e2;
  }

  .sm_focus_text-pink-300:focus {
    color: #fbb6ce;
  }

  .sm_focus_text-pink-400:focus {
    color: #f687b3;
  }

  .sm_focus_text-pink-500:focus {
    color: #ed64a6;
  }

  .sm_focus_text-pink-600:focus {
    color: #d53f8c;
  }

  .sm_focus_text-pink-700:focus {
    color: #b83280;
  }

  .sm_focus_text-pink-800:focus {
    color: #97266d;
  }

  .sm_focus_text-pink-900:focus {
    color: #702459;
  }

  .sm_focus_text-brand:focus {
    color: #FE2929;
  }

  .sm_focus_text-brand-dark:focus {
    color: #CB0000;
  }

  .sm_focus_text-primary:focus {
    color: #2D58AA;
  }

  .sm_focus_text-primary-dark:focus {
    color: #002577;
  }

  .sm_focus_text-info:focus {
    color: #2B73A3;
  }

  .sm_focus_text-info-dark:focus {
    color: #002577;
  }

  .sm_focus_text-success:focus {
    color: #0EDD66;
  }

  .sm_focus_text-success-dark:focus {
    color: #00AA33;
  }

  .sm_focus_text-warning:focus {
    color: #B1991A;
  }

  .sm_focus_text-warning-dark:focus {
    color: #7E6600;
  }

  .sm_focus_text-danger:focus {
    color: #FE2929;
  }

  .sm_focus_text-danger-dark:focus {
    color: #CB0000;
  }

  .sm_focus_text-light:focus {
    color: #F0F0F0;
  }

  .sm_focus_text-dark:focus {
    color: #454545;
  }

  .sm_focus_text-darkest:focus {
    color: #313131;
  }

  .sm_focus_text-transparent-dark:focus {
    color: rgba(0,0,0,0.6);
  }

  .sm_focus_text-facebook:focus {
    color: #3b5998;
  }

  .sm_focus_text-twitter:focus {
    color: #000000;
  }

  .sm_focus_text-google:focus {
    color: #DB4437;
  }

  .sm_focus_text-linkedin:focus {
    color: #0077B5;
  }

  .sm_focus_text-adobe:focus {
    color: #FF0000;
  }

  .sm_focus_text-rss:focus {
    color: #f26522;
  }

  .sm_text-xs {
    font-size: 0.52rem;
  }

  .sm_text-sm {
    font-size: 0.82rem;
  }

  .sm_text-base {
    font-size: 1.063rem;
  }

  .sm_text-lg {
    font-size: 1.18rem;
  }

  .sm_text-xl {
    font-size: 1.41rem;
  }

  .sm_text-2xl {
    font-size: 1.94rem;
  }

  .sm_text-3xl {
    font-size: 2.12rem;
  }

  .sm_text-4xl {
    font-size: 2.65rem;
  }

  .sm_text-5xl {
    font-size: 2.94rem;
  }

  .sm_text-6xl {
    font-size: 3.5rem;
  }

  .sm_italic {
    font-style: italic;
  }

  .sm_not-italic {
    font-style: normal;
  }

  .sm_uppercase {
    text-transform: uppercase;
  }

  .sm_lowercase {
    text-transform: lowercase;
  }

  .sm_capitalize {
    text-transform: capitalize;
  }

  .sm_normal-case {
    text-transform: none;
  }

  .sm_underline {
    text-decoration: underline;
  }

  .sm_line-through {
    text-decoration: line-through;
  }

  .sm_no-underline {
    text-decoration: none;
  }

  .sm_hover_underline:hover {
    text-decoration: underline;
  }

  .sm_hover_line-through:hover {
    text-decoration: line-through;
  }

  .sm_hover_no-underline:hover {
    text-decoration: none;
  }

  .sm_focus_underline:focus {
    text-decoration: underline;
  }

  .sm_focus_line-through:focus {
    text-decoration: line-through;
  }

  .sm_focus_no-underline:focus {
    text-decoration: none;
  }

  .sm_antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm_subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm_tracking-tighter {
    letter-spacing: -0.05em;
  }

  .sm_tracking-tight {
    letter-spacing: -0.025em;
  }

  .sm_tracking-normal {
    letter-spacing: 0;
  }

  .sm_tracking-wide {
    letter-spacing: 0.025em;
  }

  .sm_tracking-wider {
    letter-spacing: 0.05em;
  }

  .sm_tracking-widest {
    letter-spacing: 0.1em;
  }

  .sm_select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .sm_select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .sm_select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .sm_select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .sm_align-baseline {
    vertical-align: baseline;
  }

  .sm_align-top {
    vertical-align: top;
  }

  .sm_align-middle {
    vertical-align: middle;
  }

  .sm_align-bottom {
    vertical-align: bottom;
  }

  .sm_align-text-top {
    vertical-align: text-top;
  }

  .sm_align-text-bottom {
    vertical-align: text-bottom;
  }

  .sm_visible {
    visibility: visible;
  }

  .sm_invisible {
    visibility: hidden;
  }

  .sm_whitespace-normal {
    white-space: normal;
  }

  .sm_whitespace-no-wrap {
    white-space: nowrap;
  }

  .sm_whitespace-pre {
    white-space: pre;
  }

  .sm_whitespace-pre-line {
    white-space: pre-line;
  }

  .sm_whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .sm_break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm_break-words {
    overflow-wrap: break-word;
  }

  .sm_break-all {
    word-break: break-all;
  }

  .sm_truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm_w-0 {
    width: 0;
  }

  .sm_w-1 {
    width: 0.25rem;
  }

  .sm_w-2 {
    width: 0.5rem;
  }

  .sm_w-3 {
    width: 0.75rem;
  }

  .sm_w-4 {
    width: 1rem;
  }

  .sm_w-5 {
    width: 1.25rem;
  }

  .sm_w-6 {
    width: 1.5rem;
  }

  .sm_w-8 {
    width: 2rem;
  }

  .sm_w-10 {
    width: 2.5rem;
  }

  .sm_w-12 {
    width: 3rem;
  }

  .sm_w-16 {
    width: 4rem;
  }

  .sm_w-20 {
    width: 5rem;
  }

  .sm_w-24 {
    width: 6rem;
  }

  .sm_w-32 {
    width: 8rem;
  }

  .sm_w-40 {
    width: 10rem;
  }

  .sm_w-48 {
    width: 12rem;
  }

  .sm_w-56 {
    width: 14rem;
  }

  .sm_w-64 {
    width: 16rem;
  }

  .sm_w-auto {
    width: auto;
  }

  .sm_w-px {
    width: 1px;
  }

  .sm_w-1\/2 {
    width: 50%;
  }

  .sm_w-1\/3 {
    width: 33.333333%;
  }

  .sm_w-2\/3 {
    width: 66.666667%;
  }

  .sm_w-1\/4 {
    width: 25%;
  }

  .sm_w-2\/4 {
    width: 50%;
  }

  .sm_w-3\/4 {
    width: 75%;
  }

  .sm_w-1\/5 {
    width: 20%;
  }

  .sm_w-2\/5 {
    width: 40%;
  }

  .sm_w-3\/5 {
    width: 60%;
  }

  .sm_w-4\/5 {
    width: 80%;
  }

  .sm_w-1\/6 {
    width: 16.666667%;
  }

  .sm_w-2\/6 {
    width: 33.333333%;
  }

  .sm_w-3\/6 {
    width: 50%;
  }

  .sm_w-4\/6 {
    width: 66.666667%;
  }

  .sm_w-5\/6 {
    width: 83.333333%;
  }

  .sm_w-1\/12 {
    width: 8.333333%;
  }

  .sm_w-2\/12 {
    width: 16.666667%;
  }

  .sm_w-3\/12 {
    width: 25%;
  }

  .sm_w-4\/12 {
    width: 33.333333%;
  }

  .sm_w-5\/12 {
    width: 41.666667%;
  }

  .sm_w-6\/12 {
    width: 50%;
  }

  .sm_w-7\/12 {
    width: 58.333333%;
  }

  .sm_w-8\/12 {
    width: 66.666667%;
  }

  .sm_w-9\/12 {
    width: 75%;
  }

  .sm_w-10\/12 {
    width: 83.333333%;
  }

  .sm_w-11\/12 {
    width: 91.666667%;
  }

  .sm_w-full {
    width: 100%;
  }

  .sm_w-screen {
    width: 100vw;
  }

  .sm_w-1_2 {
    width: 50%;
  }

  .sm_w-1_3 {
    width: 33.33333%;
  }

  .sm_w-2_3 {
    width: 66.66666%;
  }

  .sm_w-1_4 {
    width: 25%;
  }

  .sm_w-1_5 {
    width: 20%;
  }

  .sm_z-0 {
    z-index: 0;
  }

  .sm_z-10 {
    z-index: 10;
  }

  .sm_z-20 {
    z-index: 20;
  }

  .sm_z-30 {
    z-index: 30;
  }

  .sm_z-40 {
    z-index: 40;
  }

  .sm_z-50 {
    z-index: 50;
  }

  .sm_z-auto {
    z-index: auto;
  }

  .sm_button {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    display: inline-block;
    border-radius: 0.588rem;
    font-family: Inter, sans-serif;
  }

  .sm_button:disabled, .sm_button[disabled=disabled] {
    cursor: not-allowed;
  }

  .button.sm_is-small {
    font-size: 0.52rem;
  }

  .button.sm_is-transparent {
    background-color: transparent;
    color: #fff;
    border-width: 1px;
    border-color: #fff;
  }

  .button.sm_is-primary {
    background-color: #2D58AA;
    color: #fff;
  }

  .button.sm_is-primary:hover {
    background-color: #002577;
  }

  .button.sm_is-info {
    background-color: #2D58AA;
    color: #fff;
  }

  .button.sm_is-info:hover {
    background-color: #002577;
  }

  .button.sm_is-success {
    background-color: #0EDD66;
    color: #fff;
  }

  .button.sm_is-success:hover {
    background-color: #00AA33;
  }

  .button.sm_is-warning {
    background-color: #B1991A;
    color: #fff;
  }

  .button.sm_is-warning:hover {
    background-color: #7E6600;
  }

  .button.sm_is-danger {
    background-color: #FE2929;
    color: #fff;
  }

  .button.sm_is-danger:hover {
    background-color: #CB0000;
  }

  .sm_aspect-ratio {
    width: 100%;
    height: 0;
  }

  .aspect-ratio.sm_is-1-by-1 {
    padding-bottom: 100%;
  }

  .aspect-ratio.sm_is-21-by-9 {
    padding-bottom: 42.85%;
  }

  .aspect-ratio.sm_is-4-by-3 {
    padding-bottom: 75%;
  }

  .aspect-ratio.sm_is-2-by-1 {
    padding-bottom: 50%;
  }

  .aspect-ratio.sm_is-3-by-1 {
    padding-bottom: 33%;
  }

  .aspect-ratio.sm_is-10-by-3 {
    padding-bottom: 30%;
  }

  .aspect-ratio.sm_is-16-by-9 {
    padding-top: 56.25%;
  }

  .sm_aspect-ratio-off {
    height: auto;
    padding-bottom: initial !important;
  }
}

@media (min-width: 768px) {
  .md_sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

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

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

  .md_focus_not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md_appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md_bg-fixed {
    background-attachment: fixed;
  }

  .md_bg-local {
    background-attachment: local;
  }

  .md_bg-scroll {
    background-attachment: scroll;
  }

  .md_bg-transparent {
    background-color: transparent;
  }

  .md_bg-black {
    background-color: #000;
  }

  .md_bg-white {
    background-color: #fff;
  }

  .md_bg-gray-100 {
    background-color: #f7fafc;
  }

  .md_bg-gray-200 {
    background-color: #edf2f7;
  }

  .md_bg-gray-300 {
    background-color: #e2e8f0;
  }

  .md_bg-gray-400 {
    background-color: #B8B8B8;
  }

  .md_bg-gray-500 {
    background-color: #a0aec0;
  }

  .md_bg-gray-600 {
    background-color: #718096;
  }

  .md_bg-gray-700 {
    background-color: #313131;
  }

  .md_bg-gray-800 {
    background-color: #2d3748;
  }

  .md_bg-gray-900 {
    background-color: #1a202c;
  }

  .md_bg-red-100 {
    background-color: #fff5f5;
  }

  .md_bg-red-200 {
    background-color: #fed7d7;
  }

  .md_bg-red-300 {
    background-color: #feb2b2;
  }

  .md_bg-red-400 {
    background-color: #fc8181;
  }

  .md_bg-red-500 {
    background-color: #f56565;
  }

  .md_bg-red-600 {
    background-color: #e53e3e;
  }

  .md_bg-red-700 {
    background-color: #c53030;
  }

  .md_bg-red-800 {
    background-color: #9b2c2c;
  }

  .md_bg-red-900 {
    background-color: #742a2a;
  }

  .md_bg-orange-100 {
    background-color: #fffaf0;
  }

  .md_bg-orange-200 {
    background-color: #feebc8;
  }

  .md_bg-orange-300 {
    background-color: #fbd38d;
  }

  .md_bg-orange-400 {
    background-color: #f6ad55;
  }

  .md_bg-orange-500 {
    background-color: #ed8936;
  }

  .md_bg-orange-600 {
    background-color: #dd6b20;
  }

  .md_bg-orange-700 {
    background-color: #c05621;
  }

  .md_bg-orange-800 {
    background-color: #9c4221;
  }

  .md_bg-orange-900 {
    background-color: #7b341e;
  }

  .md_bg-yellow-100 {
    background-color: #fffff0;
  }

  .md_bg-yellow-200 {
    background-color: #fefcbf;
  }

  .md_bg-yellow-300 {
    background-color: #faf089;
  }

  .md_bg-yellow-400 {
    background-color: #f6e05e;
  }

  .md_bg-yellow-500 {
    background-color: #ecc94b;
  }

  .md_bg-yellow-600 {
    background-color: #d69e2e;
  }

  .md_bg-yellow-700 {
    background-color: #b7791f;
  }

  .md_bg-yellow-800 {
    background-color: #975a16;
  }

  .md_bg-yellow-900 {
    background-color: #744210;
  }

  .md_bg-green-100 {
    background-color: #f0fff4;
  }

  .md_bg-green-200 {
    background-color: #c6f6d5;
  }

  .md_bg-green-300 {
    background-color: #9ae6b4;
  }

  .md_bg-green-400 {
    background-color: #68d391;
  }

  .md_bg-green-500 {
    background-color: #48bb78;
  }

  .md_bg-green-600 {
    background-color: #38a169;
  }

  .md_bg-green-700 {
    background-color: #2f855a;
  }

  .md_bg-green-800 {
    background-color: #276749;
  }

  .md_bg-green-900 {
    background-color: #22543d;
  }

  .md_bg-teal-100 {
    background-color: #e6fffa;
  }

  .md_bg-teal-200 {
    background-color: #b2f5ea;
  }

  .md_bg-teal-300 {
    background-color: #81e6d9;
  }

  .md_bg-teal-400 {
    background-color: #4fd1c5;
  }

  .md_bg-teal-500 {
    background-color: #38b2ac;
  }

  .md_bg-teal-600 {
    background-color: #319795;
  }

  .md_bg-teal-700 {
    background-color: #2c7a7b;
  }

  .md_bg-teal-800 {
    background-color: #285e61;
  }

  .md_bg-teal-900 {
    background-color: #234e52;
  }

  .md_bg-blue-100 {
    background-color: #ebf8ff;
  }

  .md_bg-blue-200 {
    background-color: #bee3f8;
  }

  .md_bg-blue-300 {
    background-color: #90cdf4;
  }

  .md_bg-blue-400 {
    background-color: #63b3ed;
  }

  .md_bg-blue-500 {
    background-color: #4299e1;
  }

  .md_bg-blue-600 {
    background-color: #3182ce;
  }

  .md_bg-blue-700 {
    background-color: #2b6cb0;
  }

  .md_bg-blue-800 {
    background-color: #2c5282;
  }

  .md_bg-blue-900 {
    background-color: #2B4780;
  }

  .md_bg-indigo-100 {
    background-color: #ebf4ff;
  }

  .md_bg-indigo-200 {
    background-color: #c3dafe;
  }

  .md_bg-indigo-300 {
    background-color: #a3bffa;
  }

  .md_bg-indigo-400 {
    background-color: #7f9cf5;
  }

  .md_bg-indigo-500 {
    background-color: #667eea;
  }

  .md_bg-indigo-600 {
    background-color: #5a67d8;
  }

  .md_bg-indigo-700 {
    background-color: #4c51bf;
  }

  .md_bg-indigo-800 {
    background-color: #434190;
  }

  .md_bg-indigo-900 {
    background-color: #3c366b;
  }

  .md_bg-purple-100 {
    background-color: #faf5ff;
  }

  .md_bg-purple-200 {
    background-color: #e9d8fd;
  }

  .md_bg-purple-300 {
    background-color: #d6bcfa;
  }

  .md_bg-purple-400 {
    background-color: #b794f4;
  }

  .md_bg-purple-500 {
    background-color: #9f7aea;
  }

  .md_bg-purple-600 {
    background-color: #805ad5;
  }

  .md_bg-purple-700 {
    background-color: #6b46c1;
  }

  .md_bg-purple-800 {
    background-color: #553c9a;
  }

  .md_bg-purple-900 {
    background-color: #44337a;
  }

  .md_bg-pink-100 {
    background-color: #fff5f7;
  }

  .md_bg-pink-200 {
    background-color: #fed7e2;
  }

  .md_bg-pink-300 {
    background-color: #fbb6ce;
  }

  .md_bg-pink-400 {
    background-color: #f687b3;
  }

  .md_bg-pink-500 {
    background-color: #ed64a6;
  }

  .md_bg-pink-600 {
    background-color: #d53f8c;
  }

  .md_bg-pink-700 {
    background-color: #b83280;
  }

  .md_bg-pink-800 {
    background-color: #97266d;
  }

  .md_bg-pink-900 {
    background-color: #702459;
  }

  .md_bg-brand {
    background-color: #FE2929;
  }

  .md_bg-brand-dark {
    background-color: #CB0000;
  }

  .md_bg-primary {
    background-color: #2D58AA;
  }

  .md_bg-primary-dark {
    background-color: #002577;
  }

  .md_bg-info {
    background-color: #2B73A3;
  }

  .md_bg-info-dark {
    background-color: #002577;
  }

  .md_bg-success {
    background-color: #0EDD66;
  }

  .md_bg-success-dark {
    background-color: #00AA33;
  }

  .md_bg-warning {
    background-color: #B1991A;
  }

  .md_bg-warning-dark {
    background-color: #7E6600;
  }

  .md_bg-danger {
    background-color: #FE2929;
  }

  .md_bg-danger-dark {
    background-color: #CB0000;
  }

  .md_bg-light {
    background-color: #F0F0F0;
  }

  .md_bg-dark {
    background-color: #454545;
  }

  .md_bg-darkest {
    background-color: #313131;
  }

  .md_bg-transparent-dark {
    background-color: rgba(0,0,0,0.6);
  }

  .md_bg-facebook {
    background-color: #3b5998;
  }

  .md_bg-twitter {
    background-color: #000000;
  }

  .md_bg-google {
    background-color: #DB4437;
  }

  .md_bg-linkedin {
    background-color: #0077B5;
  }

  .md_bg-adobe {
    background-color: #FF0000;
  }

  .md_bg-rss {
    background-color: #f26522;
  }

  .md_hover_bg-transparent:hover {
    background-color: transparent;
  }

  .md_hover_bg-black:hover {
    background-color: #000;
  }

  .md_hover_bg-white:hover {
    background-color: #fff;
  }

  .md_hover_bg-gray-100:hover {
    background-color: #f7fafc;
  }

  .md_hover_bg-gray-200:hover {
    background-color: #edf2f7;
  }

  .md_hover_bg-gray-300:hover {
    background-color: #e2e8f0;
  }

  .md_hover_bg-gray-400:hover {
    background-color: #B8B8B8;
  }

  .md_hover_bg-gray-500:hover {
    background-color: #a0aec0;
  }

  .md_hover_bg-gray-600:hover {
    background-color: #718096;
  }

  .md_hover_bg-gray-700:hover {
    background-color: #313131;
  }

  .md_hover_bg-gray-800:hover {
    background-color: #2d3748;
  }

  .md_hover_bg-gray-900:hover {
    background-color: #1a202c;
  }

  .md_hover_bg-red-100:hover {
    background-color: #fff5f5;
  }

  .md_hover_bg-red-200:hover {
    background-color: #fed7d7;
  }

  .md_hover_bg-red-300:hover {
    background-color: #feb2b2;
  }

  .md_hover_bg-red-400:hover {
    background-color: #fc8181;
  }

  .md_hover_bg-red-500:hover {
    background-color: #f56565;
  }

  .md_hover_bg-red-600:hover {
    background-color: #e53e3e;
  }

  .md_hover_bg-red-700:hover {
    background-color: #c53030;
  }

  .md_hover_bg-red-800:hover {
    background-color: #9b2c2c;
  }

  .md_hover_bg-red-900:hover {
    background-color: #742a2a;
  }

  .md_hover_bg-orange-100:hover {
    background-color: #fffaf0;
  }

  .md_hover_bg-orange-200:hover {
    background-color: #feebc8;
  }

  .md_hover_bg-orange-300:hover {
    background-color: #fbd38d;
  }

  .md_hover_bg-orange-400:hover {
    background-color: #f6ad55;
  }

  .md_hover_bg-orange-500:hover {
    background-color: #ed8936;
  }

  .md_hover_bg-orange-600:hover {
    background-color: #dd6b20;
  }

  .md_hover_bg-orange-700:hover {
    background-color: #c05621;
  }

  .md_hover_bg-orange-800:hover {
    background-color: #9c4221;
  }

  .md_hover_bg-orange-900:hover {
    background-color: #7b341e;
  }

  .md_hover_bg-yellow-100:hover {
    background-color: #fffff0;
  }

  .md_hover_bg-yellow-200:hover {
    background-color: #fefcbf;
  }

  .md_hover_bg-yellow-300:hover {
    background-color: #faf089;
  }

  .md_hover_bg-yellow-400:hover {
    background-color: #f6e05e;
  }

  .md_hover_bg-yellow-500:hover {
    background-color: #ecc94b;
  }

  .md_hover_bg-yellow-600:hover {
    background-color: #d69e2e;
  }

  .md_hover_bg-yellow-700:hover {
    background-color: #b7791f;
  }

  .md_hover_bg-yellow-800:hover {
    background-color: #975a16;
  }

  .md_hover_bg-yellow-900:hover {
    background-color: #744210;
  }

  .md_hover_bg-green-100:hover {
    background-color: #f0fff4;
  }

  .md_hover_bg-green-200:hover {
    background-color: #c6f6d5;
  }

  .md_hover_bg-green-300:hover {
    background-color: #9ae6b4;
  }

  .md_hover_bg-green-400:hover {
    background-color: #68d391;
  }

  .md_hover_bg-green-500:hover {
    background-color: #48bb78;
  }

  .md_hover_bg-green-600:hover {
    background-color: #38a169;
  }

  .md_hover_bg-green-700:hover {
    background-color: #2f855a;
  }

  .md_hover_bg-green-800:hover {
    background-color: #276749;
  }

  .md_hover_bg-green-900:hover {
    background-color: #22543d;
  }

  .md_hover_bg-teal-100:hover {
    background-color: #e6fffa;
  }

  .md_hover_bg-teal-200:hover {
    background-color: #b2f5ea;
  }

  .md_hover_bg-teal-300:hover {
    background-color: #81e6d9;
  }

  .md_hover_bg-teal-400:hover {
    background-color: #4fd1c5;
  }

  .md_hover_bg-teal-500:hover {
    background-color: #38b2ac;
  }

  .md_hover_bg-teal-600:hover {
    background-color: #319795;
  }

  .md_hover_bg-teal-700:hover {
    background-color: #2c7a7b;
  }

  .md_hover_bg-teal-800:hover {
    background-color: #285e61;
  }

  .md_hover_bg-teal-900:hover {
    background-color: #234e52;
  }

  .md_hover_bg-blue-100:hover {
    background-color: #ebf8ff;
  }

  .md_hover_bg-blue-200:hover {
    background-color: #bee3f8;
  }

  .md_hover_bg-blue-300:hover {
    background-color: #90cdf4;
  }

  .md_hover_bg-blue-400:hover {
    background-color: #63b3ed;
  }

  .md_hover_bg-blue-500:hover {
    background-color: #4299e1;
  }

  .md_hover_bg-blue-600:hover {
    background-color: #3182ce;
  }

  .md_hover_bg-blue-700:hover {
    background-color: #2b6cb0;
  }

  .md_hover_bg-blue-800:hover {
    background-color: #2c5282;
  }

  .md_hover_bg-blue-900:hover {
    background-color: #2B4780;
  }

  .md_hover_bg-indigo-100:hover {
    background-color: #ebf4ff;
  }

  .md_hover_bg-indigo-200:hover {
    background-color: #c3dafe;
  }

  .md_hover_bg-indigo-300:hover {
    background-color: #a3bffa;
  }

  .md_hover_bg-indigo-400:hover {
    background-color: #7f9cf5;
  }

  .md_hover_bg-indigo-500:hover {
    background-color: #667eea;
  }

  .md_hover_bg-indigo-600:hover {
    background-color: #5a67d8;
  }

  .md_hover_bg-indigo-700:hover {
    background-color: #4c51bf;
  }

  .md_hover_bg-indigo-800:hover {
    background-color: #434190;
  }

  .md_hover_bg-indigo-900:hover {
    background-color: #3c366b;
  }

  .md_hover_bg-purple-100:hover {
    background-color: #faf5ff;
  }

  .md_hover_bg-purple-200:hover {
    background-color: #e9d8fd;
  }

  .md_hover_bg-purple-300:hover {
    background-color: #d6bcfa;
  }

  .md_hover_bg-purple-400:hover {
    background-color: #b794f4;
  }

  .md_hover_bg-purple-500:hover {
    background-color: #9f7aea;
  }

  .md_hover_bg-purple-600:hover {
    background-color: #805ad5;
  }

  .md_hover_bg-purple-700:hover {
    background-color: #6b46c1;
  }

  .md_hover_bg-purple-800:hover {
    background-color: #553c9a;
  }

  .md_hover_bg-purple-900:hover {
    background-color: #44337a;
  }

  .md_hover_bg-pink-100:hover {
    background-color: #fff5f7;
  }

  .md_hover_bg-pink-200:hover {
    background-color: #fed7e2;
  }

  .md_hover_bg-pink-300:hover {
    background-color: #fbb6ce;
  }

  .md_hover_bg-pink-400:hover {
    background-color: #f687b3;
  }

  .md_hover_bg-pink-500:hover {
    background-color: #ed64a6;
  }

  .md_hover_bg-pink-600:hover {
    background-color: #d53f8c;
  }

  .md_hover_bg-pink-700:hover {
    background-color: #b83280;
  }

  .md_hover_bg-pink-800:hover {
    background-color: #97266d;
  }

  .md_hover_bg-pink-900:hover {
    background-color: #702459;
  }

  .md_hover_bg-brand:hover {
    background-color: #FE2929;
  }

  .md_hover_bg-brand-dark:hover {
    background-color: #CB0000;
  }

  .md_hover_bg-primary:hover {
    background-color: #2D58AA;
  }

  .md_hover_bg-primary-dark:hover {
    background-color: #002577;
  }

  .md_hover_bg-info:hover {
    background-color: #2B73A3;
  }

  .md_hover_bg-info-dark:hover {
    background-color: #002577;
  }

  .md_hover_bg-success:hover {
    background-color: #0EDD66;
  }

  .md_hover_bg-success-dark:hover {
    background-color: #00AA33;
  }

  .md_hover_bg-warning:hover {
    background-color: #B1991A;
  }

  .md_hover_bg-warning-dark:hover {
    background-color: #7E6600;
  }

  .md_hover_bg-danger:hover {
    background-color: #FE2929;
  }

  .md_hover_bg-danger-dark:hover {
    background-color: #CB0000;
  }

  .md_hover_bg-light:hover {
    background-color: #F0F0F0;
  }

  .md_hover_bg-dark:hover {
    background-color: #454545;
  }

  .md_hover_bg-darkest:hover {
    background-color: #313131;
  }

  .md_hover_bg-transparent-dark:hover {
    background-color: rgba(0,0,0,0.6);
  }

  .md_hover_bg-facebook:hover {
    background-color: #3b5998;
  }

  .md_hover_bg-twitter:hover {
    background-color: #000000;
  }

  .md_hover_bg-google:hover {
    background-color: #DB4437;
  }

  .md_hover_bg-linkedin:hover {
    background-color: #0077B5;
  }

  .md_hover_bg-adobe:hover {
    background-color: #FF0000;
  }

  .md_hover_bg-rss:hover {
    background-color: #f26522;
  }

  .md_focus_bg-transparent:focus {
    background-color: transparent;
  }

  .md_focus_bg-black:focus {
    background-color: #000;
  }

  .md_focus_bg-white:focus {
    background-color: #fff;
  }

  .md_focus_bg-gray-100:focus {
    background-color: #f7fafc;
  }

  .md_focus_bg-gray-200:focus {
    background-color: #edf2f7;
  }

  .md_focus_bg-gray-300:focus {
    background-color: #e2e8f0;
  }

  .md_focus_bg-gray-400:focus {
    background-color: #B8B8B8;
  }

  .md_focus_bg-gray-500:focus {
    background-color: #a0aec0;
  }

  .md_focus_bg-gray-600:focus {
    background-color: #718096;
  }

  .md_focus_bg-gray-700:focus {
    background-color: #313131;
  }

  .md_focus_bg-gray-800:focus {
    background-color: #2d3748;
  }

  .md_focus_bg-gray-900:focus {
    background-color: #1a202c;
  }

  .md_focus_bg-red-100:focus {
    background-color: #fff5f5;
  }

  .md_focus_bg-red-200:focus {
    background-color: #fed7d7;
  }

  .md_focus_bg-red-300:focus {
    background-color: #feb2b2;
  }

  .md_focus_bg-red-400:focus {
    background-color: #fc8181;
  }

  .md_focus_bg-red-500:focus {
    background-color: #f56565;
  }

  .md_focus_bg-red-600:focus {
    background-color: #e53e3e;
  }

  .md_focus_bg-red-700:focus {
    background-color: #c53030;
  }

  .md_focus_bg-red-800:focus {
    background-color: #9b2c2c;
  }

  .md_focus_bg-red-900:focus {
    background-color: #742a2a;
  }

  .md_focus_bg-orange-100:focus {
    background-color: #fffaf0;
  }

  .md_focus_bg-orange-200:focus {
    background-color: #feebc8;
  }

  .md_focus_bg-orange-300:focus {
    background-color: #fbd38d;
  }

  .md_focus_bg-orange-400:focus {
    background-color: #f6ad55;
  }

  .md_focus_bg-orange-500:focus {
    background-color: #ed8936;
  }

  .md_focus_bg-orange-600:focus {
    background-color: #dd6b20;
  }

  .md_focus_bg-orange-700:focus {
    background-color: #c05621;
  }

  .md_focus_bg-orange-800:focus {
    background-color: #9c4221;
  }

  .md_focus_bg-orange-900:focus {
    background-color: #7b341e;
  }

  .md_focus_bg-yellow-100:focus {
    background-color: #fffff0;
  }

  .md_focus_bg-yellow-200:focus {
    background-color: #fefcbf;
  }

  .md_focus_bg-yellow-300:focus {
    background-color: #faf089;
  }

  .md_focus_bg-yellow-400:focus {
    background-color: #f6e05e;
  }

  .md_focus_bg-yellow-500:focus {
    background-color: #ecc94b;
  }

  .md_focus_bg-yellow-600:focus {
    background-color: #d69e2e;
  }

  .md_focus_bg-yellow-700:focus {
    background-color: #b7791f;
  }

  .md_focus_bg-yellow-800:focus {
    background-color: #975a16;
  }

  .md_focus_bg-yellow-900:focus {
    background-color: #744210;
  }

  .md_focus_bg-green-100:focus {
    background-color: #f0fff4;
  }

  .md_focus_bg-green-200:focus {
    background-color: #c6f6d5;
  }

  .md_focus_bg-green-300:focus {
    background-color: #9ae6b4;
  }

  .md_focus_bg-green-400:focus {
    background-color: #68d391;
  }

  .md_focus_bg-green-500:focus {
    background-color: #48bb78;
  }

  .md_focus_bg-green-600:focus {
    background-color: #38a169;
  }

  .md_focus_bg-green-700:focus {
    background-color: #2f855a;
  }

  .md_focus_bg-green-800:focus {
    background-color: #276749;
  }

  .md_focus_bg-green-900:focus {
    background-color: #22543d;
  }

  .md_focus_bg-teal-100:focus {
    background-color: #e6fffa;
  }

  .md_focus_bg-teal-200:focus {
    background-color: #b2f5ea;
  }

  .md_focus_bg-teal-300:focus {
    background-color: #81e6d9;
  }

  .md_focus_bg-teal-400:focus {
    background-color: #4fd1c5;
  }

  .md_focus_bg-teal-500:focus {
    background-color: #38b2ac;
  }

  .md_focus_bg-teal-600:focus {
    background-color: #319795;
  }

  .md_focus_bg-teal-700:focus {
    background-color: #2c7a7b;
  }

  .md_focus_bg-teal-800:focus {
    background-color: #285e61;
  }

  .md_focus_bg-teal-900:focus {
    background-color: #234e52;
  }

  .md_focus_bg-blue-100:focus {
    background-color: #ebf8ff;
  }

  .md_focus_bg-blue-200:focus {
    background-color: #bee3f8;
  }

  .md_focus_bg-blue-300:focus {
    background-color: #90cdf4;
  }

  .md_focus_bg-blue-400:focus {
    background-color: #63b3ed;
  }

  .md_focus_bg-blue-500:focus {
    background-color: #4299e1;
  }

  .md_focus_bg-blue-600:focus {
    background-color: #3182ce;
  }

  .md_focus_bg-blue-700:focus {
    background-color: #2b6cb0;
  }

  .md_focus_bg-blue-800:focus {
    background-color: #2c5282;
  }

  .md_focus_bg-blue-900:focus {
    background-color: #2B4780;
  }

  .md_focus_bg-indigo-100:focus {
    background-color: #ebf4ff;
  }

  .md_focus_bg-indigo-200:focus {
    background-color: #c3dafe;
  }

  .md_focus_bg-indigo-300:focus {
    background-color: #a3bffa;
  }

  .md_focus_bg-indigo-400:focus {
    background-color: #7f9cf5;
  }

  .md_focus_bg-indigo-500:focus {
    background-color: #667eea;
  }

  .md_focus_bg-indigo-600:focus {
    background-color: #5a67d8;
  }

  .md_focus_bg-indigo-700:focus {
    background-color: #4c51bf;
  }

  .md_focus_bg-indigo-800:focus {
    background-color: #434190;
  }

  .md_focus_bg-indigo-900:focus {
    background-color: #3c366b;
  }

  .md_focus_bg-purple-100:focus {
    background-color: #faf5ff;
  }

  .md_focus_bg-purple-200:focus {
    background-color: #e9d8fd;
  }

  .md_focus_bg-purple-300:focus {
    background-color: #d6bcfa;
  }

  .md_focus_bg-purple-400:focus {
    background-color: #b794f4;
  }

  .md_focus_bg-purple-500:focus {
    background-color: #9f7aea;
  }

  .md_focus_bg-purple-600:focus {
    background-color: #805ad5;
  }

  .md_focus_bg-purple-700:focus {
    background-color: #6b46c1;
  }

  .md_focus_bg-purple-800:focus {
    background-color: #553c9a;
  }

  .md_focus_bg-purple-900:focus {
    background-color: #44337a;
  }

  .md_focus_bg-pink-100:focus {
    background-color: #fff5f7;
  }

  .md_focus_bg-pink-200:focus {
    background-color: #fed7e2;
  }

  .md_focus_bg-pink-300:focus {
    background-color: #fbb6ce;
  }

  .md_focus_bg-pink-400:focus {
    background-color: #f687b3;
  }

  .md_focus_bg-pink-500:focus {
    background-color: #ed64a6;
  }

  .md_focus_bg-pink-600:focus {
    background-color: #d53f8c;
  }

  .md_focus_bg-pink-700:focus {
    background-color: #b83280;
  }

  .md_focus_bg-pink-800:focus {
    background-color: #97266d;
  }

  .md_focus_bg-pink-900:focus {
    background-color: #702459;
  }

  .md_focus_bg-brand:focus {
    background-color: #FE2929;
  }

  .md_focus_bg-brand-dark:focus {
    background-color: #CB0000;
  }

  .md_focus_bg-primary:focus {
    background-color: #2D58AA;
  }

  .md_focus_bg-primary-dark:focus {
    background-color: #002577;
  }

  .md_focus_bg-info:focus {
    background-color: #2B73A3;
  }

  .md_focus_bg-info-dark:focus {
    background-color: #002577;
  }

  .md_focus_bg-success:focus {
    background-color: #0EDD66;
  }

  .md_focus_bg-success-dark:focus {
    background-color: #00AA33;
  }

  .md_focus_bg-warning:focus {
    background-color: #B1991A;
  }

  .md_focus_bg-warning-dark:focus {
    background-color: #7E6600;
  }

  .md_focus_bg-danger:focus {
    background-color: #FE2929;
  }

  .md_focus_bg-danger-dark:focus {
    background-color: #CB0000;
  }

  .md_focus_bg-light:focus {
    background-color: #F0F0F0;
  }

  .md_focus_bg-dark:focus {
    background-color: #454545;
  }

  .md_focus_bg-darkest:focus {
    background-color: #313131;
  }

  .md_focus_bg-transparent-dark:focus {
    background-color: rgba(0,0,0,0.6);
  }

  .md_focus_bg-facebook:focus {
    background-color: #3b5998;
  }

  .md_focus_bg-twitter:focus {
    background-color: #000000;
  }

  .md_focus_bg-google:focus {
    background-color: #DB4437;
  }

  .md_focus_bg-linkedin:focus {
    background-color: #0077B5;
  }

  .md_focus_bg-adobe:focus {
    background-color: #FF0000;
  }

  .md_focus_bg-rss:focus {
    background-color: #f26522;
  }

  .md_bg-bottom {
    background-position: bottom;
  }

  .md_bg-center {
    background-position: center;
  }

  .md_bg-left {
    background-position: left;
  }

  .md_bg-left-bottom {
    background-position: left bottom;
  }

  .md_bg-left-top {
    background-position: left top;
  }

  .md_bg-right {
    background-position: right;
  }

  .md_bg-right-bottom {
    background-position: right bottom;
  }

  .md_bg-right-top {
    background-position: right top;
  }

  .md_bg-top {
    background-position: top;
  }

  .md_bg-repeat {
    background-repeat: repeat;
  }

  .md_bg-no-repeat {
    background-repeat: no-repeat;
  }

  .md_bg-repeat-x {
    background-repeat: repeat-x;
  }

  .md_bg-repeat-y {
    background-repeat: repeat-y;
  }

  .md_bg-repeat-round {
    background-repeat: round;
  }

  .md_bg-repeat-space {
    background-repeat: space;
  }

  .md_bg-auto {
    background-size: auto;
  }

  .md_bg-cover {
    background-size: cover;
  }

  .md_bg-contain {
    background-size: contain;
  }

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

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

  .md_border-transparent {
    border-color: transparent;
  }

  .md_border-black {
    border-color: #000;
  }

  .md_border-white {
    border-color: #fff;
  }

  .md_border-gray-100 {
    border-color: #f7fafc;
  }

  .md_border-gray-200 {
    border-color: #edf2f7;
  }

  .md_border-gray-300 {
    border-color: #e2e8f0;
  }

  .md_border-gray-400 {
    border-color: #B8B8B8;
  }

  .md_border-gray-500 {
    border-color: #a0aec0;
  }

  .md_border-gray-600 {
    border-color: #718096;
  }

  .md_border-gray-700 {
    border-color: #313131;
  }

  .md_border-gray-800 {
    border-color: #2d3748;
  }

  .md_border-gray-900 {
    border-color: #1a202c;
  }

  .md_border-red-100 {
    border-color: #fff5f5;
  }

  .md_border-red-200 {
    border-color: #fed7d7;
  }

  .md_border-red-300 {
    border-color: #feb2b2;
  }

  .md_border-red-400 {
    border-color: #fc8181;
  }

  .md_border-red-500 {
    border-color: #f56565;
  }

  .md_border-red-600 {
    border-color: #e53e3e;
  }

  .md_border-red-700 {
    border-color: #c53030;
  }

  .md_border-red-800 {
    border-color: #9b2c2c;
  }

  .md_border-red-900 {
    border-color: #742a2a;
  }

  .md_border-orange-100 {
    border-color: #fffaf0;
  }

  .md_border-orange-200 {
    border-color: #feebc8;
  }

  .md_border-orange-300 {
    border-color: #fbd38d;
  }

  .md_border-orange-400 {
    border-color: #f6ad55;
  }

  .md_border-orange-500 {
    border-color: #ed8936;
  }

  .md_border-orange-600 {
    border-color: #dd6b20;
  }

  .md_border-orange-700 {
    border-color: #c05621;
  }

  .md_border-orange-800 {
    border-color: #9c4221;
  }

  .md_border-orange-900 {
    border-color: #7b341e;
  }

  .md_border-yellow-100 {
    border-color: #fffff0;
  }

  .md_border-yellow-200 {
    border-color: #fefcbf;
  }

  .md_border-yellow-300 {
    border-color: #faf089;
  }

  .md_border-yellow-400 {
    border-color: #f6e05e;
  }

  .md_border-yellow-500 {
    border-color: #ecc94b;
  }

  .md_border-yellow-600 {
    border-color: #d69e2e;
  }

  .md_border-yellow-700 {
    border-color: #b7791f;
  }

  .md_border-yellow-800 {
    border-color: #975a16;
  }

  .md_border-yellow-900 {
    border-color: #744210;
  }

  .md_border-green-100 {
    border-color: #f0fff4;
  }

  .md_border-green-200 {
    border-color: #c6f6d5;
  }

  .md_border-green-300 {
    border-color: #9ae6b4;
  }

  .md_border-green-400 {
    border-color: #68d391;
  }

  .md_border-green-500 {
    border-color: #48bb78;
  }

  .md_border-green-600 {
    border-color: #38a169;
  }

  .md_border-green-700 {
    border-color: #2f855a;
  }

  .md_border-green-800 {
    border-color: #276749;
  }

  .md_border-green-900 {
    border-color: #22543d;
  }

  .md_border-teal-100 {
    border-color: #e6fffa;
  }

  .md_border-teal-200 {
    border-color: #b2f5ea;
  }

  .md_border-teal-300 {
    border-color: #81e6d9;
  }

  .md_border-teal-400 {
    border-color: #4fd1c5;
  }

  .md_border-teal-500 {
    border-color: #38b2ac;
  }

  .md_border-teal-600 {
    border-color: #319795;
  }

  .md_border-teal-700 {
    border-color: #2c7a7b;
  }

  .md_border-teal-800 {
    border-color: #285e61;
  }

  .md_border-teal-900 {
    border-color: #234e52;
  }

  .md_border-blue-100 {
    border-color: #ebf8ff;
  }

  .md_border-blue-200 {
    border-color: #bee3f8;
  }

  .md_border-blue-300 {
    border-color: #90cdf4;
  }

  .md_border-blue-400 {
    border-color: #63b3ed;
  }

  .md_border-blue-500 {
    border-color: #4299e1;
  }

  .md_border-blue-600 {
    border-color: #3182ce;
  }

  .md_border-blue-700 {
    border-color: #2b6cb0;
  }

  .md_border-blue-800 {
    border-color: #2c5282;
  }

  .md_border-blue-900 {
    border-color: #2B4780;
  }

  .md_border-indigo-100 {
    border-color: #ebf4ff;
  }

  .md_border-indigo-200 {
    border-color: #c3dafe;
  }

  .md_border-indigo-300 {
    border-color: #a3bffa;
  }

  .md_border-indigo-400 {
    border-color: #7f9cf5;
  }

  .md_border-indigo-500 {
    border-color: #667eea;
  }

  .md_border-indigo-600 {
    border-color: #5a67d8;
  }

  .md_border-indigo-700 {
    border-color: #4c51bf;
  }

  .md_border-indigo-800 {
    border-color: #434190;
  }

  .md_border-indigo-900 {
    border-color: #3c366b;
  }

  .md_border-purple-100 {
    border-color: #faf5ff;
  }

  .md_border-purple-200 {
    border-color: #e9d8fd;
  }

  .md_border-purple-300 {
    border-color: #d6bcfa;
  }

  .md_border-purple-400 {
    border-color: #b794f4;
  }

  .md_border-purple-500 {
    border-color: #9f7aea;
  }

  .md_border-purple-600 {
    border-color: #805ad5;
  }

  .md_border-purple-700 {
    border-color: #6b46c1;
  }

  .md_border-purple-800 {
    border-color: #553c9a;
  }

  .md_border-purple-900 {
    border-color: #44337a;
  }

  .md_border-pink-100 {
    border-color: #fff5f7;
  }

  .md_border-pink-200 {
    border-color: #fed7e2;
  }

  .md_border-pink-300 {
    border-color: #fbb6ce;
  }

  .md_border-pink-400 {
    border-color: #f687b3;
  }

  .md_border-pink-500 {
    border-color: #ed64a6;
  }

  .md_border-pink-600 {
    border-color: #d53f8c;
  }

  .md_border-pink-700 {
    border-color: #b83280;
  }

  .md_border-pink-800 {
    border-color: #97266d;
  }

  .md_border-pink-900 {
    border-color: #702459;
  }

  .md_border-brand {
    border-color: #FE2929;
  }

  .md_border-brand-dark {
    border-color: #CB0000;
  }

  .md_border-primary {
    border-color: #2D58AA;
  }

  .md_border-primary-dark {
    border-color: #002577;
  }

  .md_border-info {
    border-color: #2B73A3;
  }

  .md_border-info-dark {
    border-color: #002577;
  }

  .md_border-success {
    border-color: #0EDD66;
  }

  .md_border-success-dark {
    border-color: #00AA33;
  }

  .md_border-warning {
    border-color: #B1991A;
  }

  .md_border-warning-dark {
    border-color: #7E6600;
  }

  .md_border-danger {
    border-color: #FE2929;
  }

  .md_border-danger-dark {
    border-color: #CB0000;
  }

  .md_border-light {
    border-color: #F0F0F0;
  }

  .md_border-dark {
    border-color: #454545;
  }

  .md_border-darkest {
    border-color: #313131;
  }

  .md_border-transparent-dark {
    border-color: rgba(0,0,0,0.6);
  }

  .md_border-facebook {
    border-color: #3b5998;
  }

  .md_border-twitter {
    border-color: #000000;
  }

  .md_border-google {
    border-color: #DB4437;
  }

  .md_border-linkedin {
    border-color: #0077B5;
  }

  .md_border-adobe {
    border-color: #FF0000;
  }

  .md_border-rss {
    border-color: #f26522;
  }

  .md_hover_border-transparent:hover {
    border-color: transparent;
  }

  .md_hover_border-black:hover {
    border-color: #000;
  }

  .md_hover_border-white:hover {
    border-color: #fff;
  }

  .md_hover_border-gray-100:hover {
    border-color: #f7fafc;
  }

  .md_hover_border-gray-200:hover {
    border-color: #edf2f7;
  }

  .md_hover_border-gray-300:hover {
    border-color: #e2e8f0;
  }

  .md_hover_border-gray-400:hover {
    border-color: #B8B8B8;
  }

  .md_hover_border-gray-500:hover {
    border-color: #a0aec0;
  }

  .md_hover_border-gray-600:hover {
    border-color: #718096;
  }

  .md_hover_border-gray-700:hover {
    border-color: #313131;
  }

  .md_hover_border-gray-800:hover {
    border-color: #2d3748;
  }

  .md_hover_border-gray-900:hover {
    border-color: #1a202c;
  }

  .md_hover_border-red-100:hover {
    border-color: #fff5f5;
  }

  .md_hover_border-red-200:hover {
    border-color: #fed7d7;
  }

  .md_hover_border-red-300:hover {
    border-color: #feb2b2;
  }

  .md_hover_border-red-400:hover {
    border-color: #fc8181;
  }

  .md_hover_border-red-500:hover {
    border-color: #f56565;
  }

  .md_hover_border-red-600:hover {
    border-color: #e53e3e;
  }

  .md_hover_border-red-700:hover {
    border-color: #c53030;
  }

  .md_hover_border-red-800:hover {
    border-color: #9b2c2c;
  }

  .md_hover_border-red-900:hover {
    border-color: #742a2a;
  }

  .md_hover_border-orange-100:hover {
    border-color: #fffaf0;
  }

  .md_hover_border-orange-200:hover {
    border-color: #feebc8;
  }

  .md_hover_border-orange-300:hover {
    border-color: #fbd38d;
  }

  .md_hover_border-orange-400:hover {
    border-color: #f6ad55;
  }

  .md_hover_border-orange-500:hover {
    border-color: #ed8936;
  }

  .md_hover_border-orange-600:hover {
    border-color: #dd6b20;
  }

  .md_hover_border-orange-700:hover {
    border-color: #c05621;
  }

  .md_hover_border-orange-800:hover {
    border-color: #9c4221;
  }

  .md_hover_border-orange-900:hover {
    border-color: #7b341e;
  }

  .md_hover_border-yellow-100:hover {
    border-color: #fffff0;
  }

  .md_hover_border-yellow-200:hover {
    border-color: #fefcbf;
  }

  .md_hover_border-yellow-300:hover {
    border-color: #faf089;
  }

  .md_hover_border-yellow-400:hover {
    border-color: #f6e05e;
  }

  .md_hover_border-yellow-500:hover {
    border-color: #ecc94b;
  }

  .md_hover_border-yellow-600:hover {
    border-color: #d69e2e;
  }

  .md_hover_border-yellow-700:hover {
    border-color: #b7791f;
  }

  .md_hover_border-yellow-800:hover {
    border-color: #975a16;
  }

  .md_hover_border-yellow-900:hover {
    border-color: #744210;
  }

  .md_hover_border-green-100:hover {
    border-color: #f0fff4;
  }

  .md_hover_border-green-200:hover {
    border-color: #c6f6d5;
  }

  .md_hover_border-green-300:hover {
    border-color: #9ae6b4;
  }

  .md_hover_border-green-400:hover {
    border-color: #68d391;
  }

  .md_hover_border-green-500:hover {
    border-color: #48bb78;
  }

  .md_hover_border-green-600:hover {
    border-color: #38a169;
  }

  .md_hover_border-green-700:hover {
    border-color: #2f855a;
  }

  .md_hover_border-green-800:hover {
    border-color: #276749;
  }

  .md_hover_border-green-900:hover {
    border-color: #22543d;
  }

  .md_hover_border-teal-100:hover {
    border-color: #e6fffa;
  }

  .md_hover_border-teal-200:hover {
    border-color: #b2f5ea;
  }

  .md_hover_border-teal-300:hover {
    border-color: #81e6d9;
  }

  .md_hover_border-teal-400:hover {
    border-color: #4fd1c5;
  }

  .md_hover_border-teal-500:hover {
    border-color: #38b2ac;
  }

  .md_hover_border-teal-600:hover {
    border-color: #319795;
  }

  .md_hover_border-teal-700:hover {
    border-color: #2c7a7b;
  }

  .md_hover_border-teal-800:hover {
    border-color: #285e61;
  }

  .md_hover_border-teal-900:hover {
    border-color: #234e52;
  }

  .md_hover_border-blue-100:hover {
    border-color: #ebf8ff;
  }

  .md_hover_border-blue-200:hover {
    border-color: #bee3f8;
  }

  .md_hover_border-blue-300:hover {
    border-color: #90cdf4;
  }

  .md_hover_border-blue-400:hover {
    border-color: #63b3ed;
  }

  .md_hover_border-blue-500:hover {
    border-color: #4299e1;
  }

  .md_hover_border-blue-600:hover {
    border-color: #3182ce;
  }

  .md_hover_border-blue-700:hover {
    border-color: #2b6cb0;
  }

  .md_hover_border-blue-800:hover {
    border-color: #2c5282;
  }

  .md_hover_border-blue-900:hover {
    border-color: #2B4780;
  }

  .md_hover_border-indigo-100:hover {
    border-color: #ebf4ff;
  }

  .md_hover_border-indigo-200:hover {
    border-color: #c3dafe;
  }

  .md_hover_border-indigo-300:hover {
    border-color: #a3bffa;
  }

  .md_hover_border-indigo-400:hover {
    border-color: #7f9cf5;
  }

  .md_hover_border-indigo-500:hover {
    border-color: #667eea;
  }

  .md_hover_border-indigo-600:hover {
    border-color: #5a67d8;
  }

  .md_hover_border-indigo-700:hover {
    border-color: #4c51bf;
  }

  .md_hover_border-indigo-800:hover {
    border-color: #434190;
  }

  .md_hover_border-indigo-900:hover {
    border-color: #3c366b;
  }

  .md_hover_border-purple-100:hover {
    border-color: #faf5ff;
  }

  .md_hover_border-purple-200:hover {
    border-color: #e9d8fd;
  }

  .md_hover_border-purple-300:hover {
    border-color: #d6bcfa;
  }

  .md_hover_border-purple-400:hover {
    border-color: #b794f4;
  }

  .md_hover_border-purple-500:hover {
    border-color: #9f7aea;
  }

  .md_hover_border-purple-600:hover {
    border-color: #805ad5;
  }

  .md_hover_border-purple-700:hover {
    border-color: #6b46c1;
  }

  .md_hover_border-purple-800:hover {
    border-color: #553c9a;
  }

  .md_hover_border-purple-900:hover {
    border-color: #44337a;
  }

  .md_hover_border-pink-100:hover {
    border-color: #fff5f7;
  }

  .md_hover_border-pink-200:hover {
    border-color: #fed7e2;
  }

  .md_hover_border-pink-300:hover {
    border-color: #fbb6ce;
  }

  .md_hover_border-pink-400:hover {
    border-color: #f687b3;
  }

  .md_hover_border-pink-500:hover {
    border-color: #ed64a6;
  }

  .md_hover_border-pink-600:hover {
    border-color: #d53f8c;
  }

  .md_hover_border-pink-700:hover {
    border-color: #b83280;
  }

  .md_hover_border-pink-800:hover {
    border-color: #97266d;
  }

  .md_hover_border-pink-900:hover {
    border-color: #702459;
  }

  .md_hover_border-brand:hover {
    border-color: #FE2929;
  }

  .md_hover_border-brand-dark:hover {
    border-color: #CB0000;
  }

  .md_hover_border-primary:hover {
    border-color: #2D58AA;
  }

  .md_hover_border-primary-dark:hover {
    border-color: #002577;
  }

  .md_hover_border-info:hover {
    border-color: #2B73A3;
  }

  .md_hover_border-info-dark:hover {
    border-color: #002577;
  }

  .md_hover_border-success:hover {
    border-color: #0EDD66;
  }

  .md_hover_border-success-dark:hover {
    border-color: #00AA33;
  }

  .md_hover_border-warning:hover {
    border-color: #B1991A;
  }

  .md_hover_border-warning-dark:hover {
    border-color: #7E6600;
  }

  .md_hover_border-danger:hover {
    border-color: #FE2929;
  }

  .md_hover_border-danger-dark:hover {
    border-color: #CB0000;
  }

  .md_hover_border-light:hover {
    border-color: #F0F0F0;
  }

  .md_hover_border-dark:hover {
    border-color: #454545;
  }

  .md_hover_border-darkest:hover {
    border-color: #313131;
  }

  .md_hover_border-transparent-dark:hover {
    border-color: rgba(0,0,0,0.6);
  }

  .md_hover_border-facebook:hover {
    border-color: #3b5998;
  }

  .md_hover_border-twitter:hover {
    border-color: #000000;
  }

  .md_hover_border-google:hover {
    border-color: #DB4437;
  }

  .md_hover_border-linkedin:hover {
    border-color: #0077B5;
  }

  .md_hover_border-adobe:hover {
    border-color: #FF0000;
  }

  .md_hover_border-rss:hover {
    border-color: #f26522;
  }

  .md_focus_border-transparent:focus {
    border-color: transparent;
  }

  .md_focus_border-black:focus {
    border-color: #000;
  }

  .md_focus_border-white:focus {
    border-color: #fff;
  }

  .md_focus_border-gray-100:focus {
    border-color: #f7fafc;
  }

  .md_focus_border-gray-200:focus {
    border-color: #edf2f7;
  }

  .md_focus_border-gray-300:focus {
    border-color: #e2e8f0;
  }

  .md_focus_border-gray-400:focus {
    border-color: #B8B8B8;
  }

  .md_focus_border-gray-500:focus {
    border-color: #a0aec0;
  }

  .md_focus_border-gray-600:focus {
    border-color: #718096;
  }

  .md_focus_border-gray-700:focus {
    border-color: #313131;
  }

  .md_focus_border-gray-800:focus {
    border-color: #2d3748;
  }

  .md_focus_border-gray-900:focus {
    border-color: #1a202c;
  }

  .md_focus_border-red-100:focus {
    border-color: #fff5f5;
  }

  .md_focus_border-red-200:focus {
    border-color: #fed7d7;
  }

  .md_focus_border-red-300:focus {
    border-color: #feb2b2;
  }

  .md_focus_border-red-400:focus {
    border-color: #fc8181;
  }

  .md_focus_border-red-500:focus {
    border-color: #f56565;
  }

  .md_focus_border-red-600:focus {
    border-color: #e53e3e;
  }

  .md_focus_border-red-700:focus {
    border-color: #c53030;
  }

  .md_focus_border-red-800:focus {
    border-color: #9b2c2c;
  }

  .md_focus_border-red-900:focus {
    border-color: #742a2a;
  }

  .md_focus_border-orange-100:focus {
    border-color: #fffaf0;
  }

  .md_focus_border-orange-200:focus {
    border-color: #feebc8;
  }

  .md_focus_border-orange-300:focus {
    border-color: #fbd38d;
  }

  .md_focus_border-orange-400:focus {
    border-color: #f6ad55;
  }

  .md_focus_border-orange-500:focus {
    border-color: #ed8936;
  }

  .md_focus_border-orange-600:focus {
    border-color: #dd6b20;
  }

  .md_focus_border-orange-700:focus {
    border-color: #c05621;
  }

  .md_focus_border-orange-800:focus {
    border-color: #9c4221;
  }

  .md_focus_border-orange-900:focus {
    border-color: #7b341e;
  }

  .md_focus_border-yellow-100:focus {
    border-color: #fffff0;
  }

  .md_focus_border-yellow-200:focus {
    border-color: #fefcbf;
  }

  .md_focus_border-yellow-300:focus {
    border-color: #faf089;
  }

  .md_focus_border-yellow-400:focus {
    border-color: #f6e05e;
  }

  .md_focus_border-yellow-500:focus {
    border-color: #ecc94b;
  }

  .md_focus_border-yellow-600:focus {
    border-color: #d69e2e;
  }

  .md_focus_border-yellow-700:focus {
    border-color: #b7791f;
  }

  .md_focus_border-yellow-800:focus {
    border-color: #975a16;
  }

  .md_focus_border-yellow-900:focus {
    border-color: #744210;
  }

  .md_focus_border-green-100:focus {
    border-color: #f0fff4;
  }

  .md_focus_border-green-200:focus {
    border-color: #c6f6d5;
  }

  .md_focus_border-green-300:focus {
    border-color: #9ae6b4;
  }

  .md_focus_border-green-400:focus {
    border-color: #68d391;
  }

  .md_focus_border-green-500:focus {
    border-color: #48bb78;
  }

  .md_focus_border-green-600:focus {
    border-color: #38a169;
  }

  .md_focus_border-green-700:focus {
    border-color: #2f855a;
  }

  .md_focus_border-green-800:focus {
    border-color: #276749;
  }

  .md_focus_border-green-900:focus {
    border-color: #22543d;
  }

  .md_focus_border-teal-100:focus {
    border-color: #e6fffa;
  }

  .md_focus_border-teal-200:focus {
    border-color: #b2f5ea;
  }

  .md_focus_border-teal-300:focus {
    border-color: #81e6d9;
  }

  .md_focus_border-teal-400:focus {
    border-color: #4fd1c5;
  }

  .md_focus_border-teal-500:focus {
    border-color: #38b2ac;
  }

  .md_focus_border-teal-600:focus {
    border-color: #319795;
  }

  .md_focus_border-teal-700:focus {
    border-color: #2c7a7b;
  }

  .md_focus_border-teal-800:focus {
    border-color: #285e61;
  }

  .md_focus_border-teal-900:focus {
    border-color: #234e52;
  }

  .md_focus_border-blue-100:focus {
    border-color: #ebf8ff;
  }

  .md_focus_border-blue-200:focus {
    border-color: #bee3f8;
  }

  .md_focus_border-blue-300:focus {
    border-color: #90cdf4;
  }

  .md_focus_border-blue-400:focus {
    border-color: #63b3ed;
  }

  .md_focus_border-blue-500:focus {
    border-color: #4299e1;
  }

  .md_focus_border-blue-600:focus {
    border-color: #3182ce;
  }

  .md_focus_border-blue-700:focus {
    border-color: #2b6cb0;
  }

  .md_focus_border-blue-800:focus {
    border-color: #2c5282;
  }

  .md_focus_border-blue-900:focus {
    border-color: #2B4780;
  }

  .md_focus_border-indigo-100:focus {
    border-color: #ebf4ff;
  }

  .md_focus_border-indigo-200:focus {
    border-color: #c3dafe;
  }

  .md_focus_border-indigo-300:focus {
    border-color: #a3bffa;
  }

  .md_focus_border-indigo-400:focus {
    border-color: #7f9cf5;
  }

  .md_focus_border-indigo-500:focus {
    border-color: #667eea;
  }

  .md_focus_border-indigo-600:focus {
    border-color: #5a67d8;
  }

  .md_focus_border-indigo-700:focus {
    border-color: #4c51bf;
  }

  .md_focus_border-indigo-800:focus {
    border-color: #434190;
  }

  .md_focus_border-indigo-900:focus {
    border-color: #3c366b;
  }

  .md_focus_border-purple-100:focus {
    border-color: #faf5ff;
  }

  .md_focus_border-purple-200:focus {
    border-color: #e9d8fd;
  }

  .md_focus_border-purple-300:focus {
    border-color: #d6bcfa;
  }

  .md_focus_border-purple-400:focus {
    border-color: #b794f4;
  }

  .md_focus_border-purple-500:focus {
    border-color: #9f7aea;
  }

  .md_focus_border-purple-600:focus {
    border-color: #805ad5;
  }

  .md_focus_border-purple-700:focus {
    border-color: #6b46c1;
  }

  .md_focus_border-purple-800:focus {
    border-color: #553c9a;
  }

  .md_focus_border-purple-900:focus {
    border-color: #44337a;
  }

  .md_focus_border-pink-100:focus {
    border-color: #fff5f7;
  }

  .md_focus_border-pink-200:focus {
    border-color: #fed7e2;
  }

  .md_focus_border-pink-300:focus {
    border-color: #fbb6ce;
  }

  .md_focus_border-pink-400:focus {
    border-color: #f687b3;
  }

  .md_focus_border-pink-500:focus {
    border-color: #ed64a6;
  }

  .md_focus_border-pink-600:focus {
    border-color: #d53f8c;
  }

  .md_focus_border-pink-700:focus {
    border-color: #b83280;
  }

  .md_focus_border-pink-800:focus {
    border-color: #97266d;
  }

  .md_focus_border-pink-900:focus {
    border-color: #702459;
  }

  .md_focus_border-brand:focus {
    border-color: #FE2929;
  }

  .md_focus_border-brand-dark:focus {
    border-color: #CB0000;
  }

  .md_focus_border-primary:focus {
    border-color: #2D58AA;
  }

  .md_focus_border-primary-dark:focus {
    border-color: #002577;
  }

  .md_focus_border-info:focus {
    border-color: #2B73A3;
  }

  .md_focus_border-info-dark:focus {
    border-color: #002577;
  }

  .md_focus_border-success:focus {
    border-color: #0EDD66;
  }

  .md_focus_border-success-dark:focus {
    border-color: #00AA33;
  }

  .md_focus_border-warning:focus {
    border-color: #B1991A;
  }

  .md_focus_border-warning-dark:focus {
    border-color: #7E6600;
  }

  .md_focus_border-danger:focus {
    border-color: #FE2929;
  }

  .md_focus_border-danger-dark:focus {
    border-color: #CB0000;
  }

  .md_focus_border-light:focus {
    border-color: #F0F0F0;
  }

  .md_focus_border-dark:focus {
    border-color: #454545;
  }

  .md_focus_border-darkest:focus {
    border-color: #313131;
  }

  .md_focus_border-transparent-dark:focus {
    border-color: rgba(0,0,0,0.6);
  }

  .md_focus_border-facebook:focus {
    border-color: #3b5998;
  }

  .md_focus_border-twitter:focus {
    border-color: #000000;
  }

  .md_focus_border-google:focus {
    border-color: #DB4437;
  }

  .md_focus_border-linkedin:focus {
    border-color: #0077B5;
  }

  .md_focus_border-adobe:focus {
    border-color: #FF0000;
  }

  .md_focus_border-rss:focus {
    border-color: #f26522;
  }

  .md_rounded-none {
    border-radius: 0;
  }

  .md_rounded-sm {
    border-radius: 0.147rem;
  }

  .md_rounded {
    border-radius: 0.294rem;
  }

  .md_rounded-lg {
    border-radius: 0.588rem;
  }

  .md_rounded-full {
    border-radius: 9999px;
  }

  .md_rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .md_rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .md_rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md_rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md_rounded-t-sm {
    border-top-left-radius: 0.147rem;
    border-top-right-radius: 0.147rem;
  }

  .md_rounded-r-sm {
    border-top-right-radius: 0.147rem;
    border-bottom-right-radius: 0.147rem;
  }

  .md_rounded-b-sm {
    border-bottom-right-radius: 0.147rem;
    border-bottom-left-radius: 0.147rem;
  }

  .md_rounded-l-sm {
    border-top-left-radius: 0.147rem;
    border-bottom-left-radius: 0.147rem;
  }

  .md_rounded-t {
    border-top-left-radius: 0.294rem;
    border-top-right-radius: 0.294rem;
  }

  .md_rounded-r {
    border-top-right-radius: 0.294rem;
    border-bottom-right-radius: 0.294rem;
  }

  .md_rounded-b {
    border-bottom-right-radius: 0.294rem;
    border-bottom-left-radius: 0.294rem;
  }

  .md_rounded-l {
    border-top-left-radius: 0.294rem;
    border-bottom-left-radius: 0.294rem;
  }

  .md_rounded-t-lg {
    border-top-left-radius: 0.588rem;
    border-top-right-radius: 0.588rem;
  }

  .md_rounded-r-lg {
    border-top-right-radius: 0.588rem;
    border-bottom-right-radius: 0.588rem;
  }

  .md_rounded-b-lg {
    border-bottom-right-radius: 0.588rem;
    border-bottom-left-radius: 0.588rem;
  }

  .md_rounded-l-lg {
    border-top-left-radius: 0.588rem;
    border-bottom-left-radius: 0.588rem;
  }

  .md_rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md_rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md_rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md_rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md_rounded-tl-none {
    border-top-left-radius: 0;
  }

  .md_rounded-tr-none {
    border-top-right-radius: 0;
  }

  .md_rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .md_rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .md_rounded-tl-sm {
    border-top-left-radius: 0.147rem;
  }

  .md_rounded-tr-sm {
    border-top-right-radius: 0.147rem;
  }

  .md_rounded-br-sm {
    border-bottom-right-radius: 0.147rem;
  }

  .md_rounded-bl-sm {
    border-bottom-left-radius: 0.147rem;
  }

  .md_rounded-tl {
    border-top-left-radius: 0.294rem;
  }

  .md_rounded-tr {
    border-top-right-radius: 0.294rem;
  }

  .md_rounded-br {
    border-bottom-right-radius: 0.294rem;
  }

  .md_rounded-bl {
    border-bottom-left-radius: 0.294rem;
  }

  .md_rounded-tl-lg {
    border-top-left-radius: 0.588rem;
  }

  .md_rounded-tr-lg {
    border-top-right-radius: 0.588rem;
  }

  .md_rounded-br-lg {
    border-bottom-right-radius: 0.588rem;
  }

  .md_rounded-bl-lg {
    border-bottom-left-radius: 0.588rem;
  }

  .md_rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .md_rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .md_rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .md_rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .md_border-solid {
    border-style: solid;
  }

  .md_border-dashed {
    border-style: dashed;
  }

  .md_border-dotted {
    border-style: dotted;
  }

  .md_border-double {
    border-style: double;
  }

  .md_border-none {
    border-style: none;
  }

  .md_border-0 {
    border-width: 0;
  }

  .md_border-2 {
    border-width: 2px;
  }

  .md_border-4 {
    border-width: 4px;
  }

  .md_border-8 {
    border-width: 8px;
  }

  .md_border {
    border-width: 1px;
  }

  .md_border-t-0 {
    border-top-width: 0;
  }

  .md_border-r-0 {
    border-right-width: 0;
  }

  .md_border-b-0 {
    border-bottom-width: 0;
  }

  .md_border-l-0 {
    border-left-width: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md_cursor-auto {
    cursor: auto;
  }

  .md_cursor-default {
    cursor: default;
  }

  .md_cursor-pointer {
    cursor: pointer;
  }

  .md_cursor-wait {
    cursor: wait;
  }

  .md_cursor-text {
    cursor: text;
  }

  .md_cursor-move {
    cursor: move;
  }

  .md_cursor-not-allowed {
    cursor: not-allowed;
  }

  .md_block {
    display: block;
  }

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

  .md_inline {
    display: inline;
  }

  .md_flex {
    display: flex;
  }

  .md_inline-flex {
    display: inline-flex;
  }

  .md_table {
    display: table;
  }

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

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

  .md_hidden {
    display: none;
  }

  .md_flex-row {
    flex-direction: row;
  }

  .md_flex-row-reverse {
    flex-direction: row-reverse;
  }

  .md_flex-col {
    flex-direction: column;
  }

  .md_flex-col-reverse {
    flex-direction: column-reverse;
  }

  .md_flex-wrap {
    flex-wrap: wrap;
  }

  .md_flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .md_flex-no-wrap {
    flex-wrap: nowrap;
  }

  .md_items-start {
    align-items: flex-start;
  }

  .md_items-end {
    align-items: flex-end;
  }

  .md_items-center {
    align-items: center;
  }

  .md_items-baseline {
    align-items: baseline;
  }

  .md_items-stretch {
    align-items: stretch;
  }

  .md_self-auto {
    align-self: auto;
  }

  .md_self-start {
    align-self: flex-start;
  }

  .md_self-end {
    align-self: flex-end;
  }

  .md_self-center {
    align-self: center;
  }

  .md_self-stretch {
    align-self: stretch;
  }

  .md_justify-start {
    justify-content: flex-start;
  }

  .md_justify-end {
    justify-content: flex-end;
  }

  .md_justify-center {
    justify-content: center;
  }

  .md_justify-between {
    justify-content: space-between;
  }

  .md_justify-around {
    justify-content: space-around;
  }

  .md_content-center {
    align-content: center;
  }

  .md_content-start {
    align-content: flex-start;
  }

  .md_content-end {
    align-content: flex-end;
  }

  .md_content-between {
    align-content: space-between;
  }

  .md_content-around {
    align-content: space-around;
  }

  .md_flex-1 {
    flex: 1 1 0%;
  }

  .md_flex-auto {
    flex: 1 1 auto;
  }

  .md_flex-initial {
    flex: 0 1 auto;
  }

  .md_flex-none {
    flex: none;
  }

  .md_flex-grow-0 {
    flex-grow: 0;
  }

  .md_flex-grow {
    flex-grow: 1;
  }

  .md_flex-shrink-0 {
    flex-shrink: 0;
  }

  .md_flex-shrink {
    flex-shrink: 1;
  }

  .md_order-1 {
    order: 1;
  }

  .md_order-2 {
    order: 2;
  }

  .md_order-3 {
    order: 3;
  }

  .md_order-4 {
    order: 4;
  }

  .md_order-5 {
    order: 5;
  }

  .md_order-6 {
    order: 6;
  }

  .md_order-7 {
    order: 7;
  }

  .md_order-8 {
    order: 8;
  }

  .md_order-9 {
    order: 9;
  }

  .md_order-10 {
    order: 10;
  }

  .md_order-11 {
    order: 11;
  }

  .md_order-12 {
    order: 12;
  }

  .md_order-first {
    order: -9999;
  }

  .md_order-last {
    order: 9999;
  }

  .md_order-none {
    order: 0;
  }

  .md_float-right {
    float: right;
  }

  .md_float-left {
    float: left;
  }

  .md_float-none {
    float: none;
  }

  .md_clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .md_font-title {
    font-family: Inter, sans-serif;
  }

  .md_font-body {
    font-family: Inter, sans-serif;
  }

  .md_font-hairline {
    font-weight: 100;
  }

  .md_font-thin {
    font-weight: 200;
  }

  .md_font-light {
    font-weight: 300;
  }

  .md_font-normal {
    font-weight: 400;
  }

  .md_font-medium {
    font-weight: 500;
  }

  .md_font-semibold {
    font-weight: 600;
  }

  .md_font-bold {
    font-weight: 700;
  }

  .md_font-extrabold {
    font-weight: 800;
  }

  .md_font-black {
    font-weight: 900;
  }

  .md_hover_font-hairline:hover {
    font-weight: 100;
  }

  .md_hover_font-thin:hover {
    font-weight: 200;
  }

  .md_hover_font-light:hover {
    font-weight: 300;
  }

  .md_hover_font-normal:hover {
    font-weight: 400;
  }

  .md_hover_font-medium:hover {
    font-weight: 500;
  }

  .md_hover_font-semibold:hover {
    font-weight: 600;
  }

  .md_hover_font-bold:hover {
    font-weight: 700;
  }

  .md_hover_font-extrabold:hover {
    font-weight: 800;
  }

  .md_hover_font-black:hover {
    font-weight: 900;
  }

  .md_focus_font-hairline:focus {
    font-weight: 100;
  }

  .md_focus_font-thin:focus {
    font-weight: 200;
  }

  .md_focus_font-light:focus {
    font-weight: 300;
  }

  .md_focus_font-normal:focus {
    font-weight: 400;
  }

  .md_focus_font-medium:focus {
    font-weight: 500;
  }

  .md_focus_font-semibold:focus {
    font-weight: 600;
  }

  .md_focus_font-bold:focus {
    font-weight: 700;
  }

  .md_focus_font-extrabold:focus {
    font-weight: 800;
  }

  .md_focus_font-black:focus {
    font-weight: 900;
  }

  .md_h-0 {
    height: 0;
  }

  .md_h-1 {
    height: 0.25rem;
  }

  .md_h-2 {
    height: 0.5rem;
  }

  .md_h-3 {
    height: 0.75rem;
  }

  .md_h-4 {
    height: 1rem;
  }

  .md_h-5 {
    height: 1.25rem;
  }

  .md_h-6 {
    height: 1.5rem;
  }

  .md_h-8 {
    height: 2rem;
  }

  .md_h-10 {
    height: 2.5rem;
  }

  .md_h-12 {
    height: 3rem;
  }

  .md_h-16 {
    height: 4rem;
  }

  .md_h-20 {
    height: 5rem;
  }

  .md_h-24 {
    height: 6rem;
  }

  .md_h-32 {
    height: 8rem;
  }

  .md_h-40 {
    height: 10rem;
  }

  .md_h-48 {
    height: 12rem;
  }

  .md_h-56 {
    height: 14rem;
  }

  .md_h-64 {
    height: 16rem;
  }

  .md_h-auto {
    height: auto;
  }

  .md_h-px {
    height: 1px;
  }

  .md_h-full {
    height: 100%;
  }

  .md_h-screen {
    height: 100vh;
  }

  .md_leading-none {
    line-height: 1;
  }

  .md_leading-tight {
    line-height: 1.25;
  }

  .md_leading-snug {
    line-height: 1.375;
  }

  .md_leading-normal {
    line-height: 1.5;
  }

  .md_leading-relaxed {
    line-height: 1.625;
  }

  .md_leading-loose {
    line-height: 2;
  }

  .md_list-inside {
    list-style-position: inside;
  }

  .md_list-outside {
    list-style-position: outside;
  }

  .md_list-none {
    list-style-type: none;
  }

  .md_list-disc {
    list-style-type: disc;
  }

  .md_list-decimal {
    list-style-type: decimal;
  }

  .md_m-0 {
    margin: 0;
  }

  .md_m-1 {
    margin: 0.25rem;
  }

  .md_m-2 {
    margin: 0.5rem;
  }

  .md_m-3 {
    margin: 0.75rem;
  }

  .md_m-4 {
    margin: 1rem;
  }

  .md_m-5 {
    margin: 1.25rem;
  }

  .md_m-6 {
    margin: 1.5rem;
  }

  .md_m-8 {
    margin: 2rem;
  }

  .md_m-10 {
    margin: 2.5rem;
  }

  .md_m-12 {
    margin: 3rem;
  }

  .md_m-16 {
    margin: 4rem;
  }

  .md_m-20 {
    margin: 5rem;
  }

  .md_m-24 {
    margin: 6rem;
  }

  .md_m-32 {
    margin: 8rem;
  }

  .md_m-40 {
    margin: 10rem;
  }

  .md_m-48 {
    margin: 12rem;
  }

  .md_m-56 {
    margin: 14rem;
  }

  .md_m-64 {
    margin: 16rem;
  }

  .md_m-auto {
    margin: auto;
  }

  .md_m-px {
    margin: 1px;
  }

  .md_-m-1 {
    margin: -0.25rem;
  }

  .md_-m-2 {
    margin: -0.5rem;
  }

  .md_-m-3 {
    margin: -0.75rem;
  }

  .md_-m-4 {
    margin: -1rem;
  }

  .md_-m-5 {
    margin: -1.25rem;
  }

  .md_-m-6 {
    margin: -1.5rem;
  }

  .md_-m-8 {
    margin: -2rem;
  }

  .md_-m-10 {
    margin: -2.5rem;
  }

  .md_-m-12 {
    margin: -3rem;
  }

  .md_-m-16 {
    margin: -4rem;
  }

  .md_-m-20 {
    margin: -5rem;
  }

  .md_-m-24 {
    margin: -6rem;
  }

  .md_-m-32 {
    margin: -8rem;
  }

  .md_-m-40 {
    margin: -10rem;
  }

  .md_-m-48 {
    margin: -12rem;
  }

  .md_-m-56 {
    margin: -14rem;
  }

  .md_-m-64 {
    margin: -16rem;
  }

  .md_-m-px {
    margin: -1px;
  }

  .md_my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md_mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md_my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md_mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md_my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md_mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md_my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md_mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md_my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md_mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md_my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md_mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md_my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md_mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md_my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md_mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md_my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md_mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md_my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md_mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md_my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md_mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md_my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md_mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md_my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md_mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md_my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md_mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md_my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md_mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md_my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md_mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md_my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md_mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md_my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md_mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md_my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md_mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md_my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md_mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md_mt-0 {
    margin-top: 0;
  }

  .md_mr-0 {
    margin-right: 0;
  }

  .md_mb-0 {
    margin-bottom: 0;
  }

  .md_ml-0 {
    margin-left: 0;
  }

  .md_mt-1 {
    margin-top: 0.25rem;
  }

  .md_mr-1 {
    margin-right: 0.25rem;
  }

  .md_mb-1 {
    margin-bottom: 0.25rem;
  }

  .md_ml-1 {
    margin-left: 0.25rem;
  }

  .md_mt-2 {
    margin-top: 0.5rem;
  }

  .md_mr-2 {
    margin-right: 0.5rem;
  }

  .md_mb-2 {
    margin-bottom: 0.5rem;
  }

  .md_ml-2 {
    margin-left: 0.5rem;
  }

  .md_mt-3 {
    margin-top: 0.75rem;
  }

  .md_mr-3 {
    margin-right: 0.75rem;
  }

  .md_mb-3 {
    margin-bottom: 0.75rem;
  }

  .md_ml-3 {
    margin-left: 0.75rem;
  }

  .md_mt-4 {
    margin-top: 1rem;
  }

  .md_mr-4 {
    margin-right: 1rem;
  }

  .md_mb-4 {
    margin-bottom: 1rem;
  }

  .md_ml-4 {
    margin-left: 1rem;
  }

  .md_mt-5 {
    margin-top: 1.25rem;
  }

  .md_mr-5 {
    margin-right: 1.25rem;
  }

  .md_mb-5 {
    margin-bottom: 1.25rem;
  }

  .md_ml-5 {
    margin-left: 1.25rem;
  }

  .md_mt-6 {
    margin-top: 1.5rem;
  }

  .md_mr-6 {
    margin-right: 1.5rem;
  }

  .md_mb-6 {
    margin-bottom: 1.5rem;
  }

  .md_ml-6 {
    margin-left: 1.5rem;
  }

  .md_mt-8 {
    margin-top: 2rem;
  }

  .md_mr-8 {
    margin-right: 2rem;
  }

  .md_mb-8 {
    margin-bottom: 2rem;
  }

  .md_ml-8 {
    margin-left: 2rem;
  }

  .md_mt-10 {
    margin-top: 2.5rem;
  }

  .md_mr-10 {
    margin-right: 2.5rem;
  }

  .md_mb-10 {
    margin-bottom: 2.5rem;
  }

  .md_ml-10 {
    margin-left: 2.5rem;
  }

  .md_mt-12 {
    margin-top: 3rem;
  }

  .md_mr-12 {
    margin-right: 3rem;
  }

  .md_mb-12 {
    margin-bottom: 3rem;
  }

  .md_ml-12 {
    margin-left: 3rem;
  }

  .md_mt-16 {
    margin-top: 4rem;
  }

  .md_mr-16 {
    margin-right: 4rem;
  }

  .md_mb-16 {
    margin-bottom: 4rem;
  }

  .md_ml-16 {
    margin-left: 4rem;
  }

  .md_mt-20 {
    margin-top: 5rem;
  }

  .md_mr-20 {
    margin-right: 5rem;
  }

  .md_mb-20 {
    margin-bottom: 5rem;
  }

  .md_ml-20 {
    margin-left: 5rem;
  }

  .md_mt-24 {
    margin-top: 6rem;
  }

  .md_mr-24 {
    margin-right: 6rem;
  }

  .md_mb-24 {
    margin-bottom: 6rem;
  }

  .md_ml-24 {
    margin-left: 6rem;
  }

  .md_mt-32 {
    margin-top: 8rem;
  }

  .md_mr-32 {
    margin-right: 8rem;
  }

  .md_mb-32 {
    margin-bottom: 8rem;
  }

  .md_ml-32 {
    margin-left: 8rem;
  }

  .md_mt-40 {
    margin-top: 10rem;
  }

  .md_mr-40 {
    margin-right: 10rem;
  }

  .md_mb-40 {
    margin-bottom: 10rem;
  }

  .md_ml-40 {
    margin-left: 10rem;
  }

  .md_mt-48 {
    margin-top: 12rem;
  }

  .md_mr-48 {
    margin-right: 12rem;
  }

  .md_mb-48 {
    margin-bottom: 12rem;
  }

  .md_ml-48 {
    margin-left: 12rem;
  }

  .md_mt-56 {
    margin-top: 14rem;
  }

  .md_mr-56 {
    margin-right: 14rem;
  }

  .md_mb-56 {
    margin-bottom: 14rem;
  }

  .md_ml-56 {
    margin-left: 14rem;
  }

  .md_mt-64 {
    margin-top: 16rem;
  }

  .md_mr-64 {
    margin-right: 16rem;
  }

  .md_mb-64 {
    margin-bottom: 16rem;
  }

  .md_ml-64 {
    margin-left: 16rem;
  }

  .md_mt-auto {
    margin-top: auto;
  }

  .md_mr-auto {
    margin-right: auto;
  }

  .md_mb-auto {
    margin-bottom: auto;
  }

  .md_ml-auto {
    margin-left: auto;
  }

  .md_mt-px {
    margin-top: 1px;
  }

  .md_mr-px {
    margin-right: 1px;
  }

  .md_mb-px {
    margin-bottom: 1px;
  }

  .md_ml-px {
    margin-left: 1px;
  }

  .md_-mt-1 {
    margin-top: -0.25rem;
  }

  .md_-mr-1 {
    margin-right: -0.25rem;
  }

  .md_-mb-1 {
    margin-bottom: -0.25rem;
  }

  .md_-ml-1 {
    margin-left: -0.25rem;
  }

  .md_-mt-2 {
    margin-top: -0.5rem;
  }

  .md_-mr-2 {
    margin-right: -0.5rem;
  }

  .md_-mb-2 {
    margin-bottom: -0.5rem;
  }

  .md_-ml-2 {
    margin-left: -0.5rem;
  }

  .md_-mt-3 {
    margin-top: -0.75rem;
  }

  .md_-mr-3 {
    margin-right: -0.75rem;
  }

  .md_-mb-3 {
    margin-bottom: -0.75rem;
  }

  .md_-ml-3 {
    margin-left: -0.75rem;
  }

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

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

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

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

  .md_-mt-5 {
    margin-top: -1.25rem;
  }

  .md_-mr-5 {
    margin-right: -1.25rem;
  }

  .md_-mb-5 {
    margin-bottom: -1.25rem;
  }

  .md_-ml-5 {
    margin-left: -1.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md_-mt-20 {
    margin-top: -5rem;
  }

  .md_-mr-20 {
    margin-right: -5rem;
  }

  .md_-mb-20 {
    margin-bottom: -5rem;
  }

  .md_-ml-20 {
    margin-left: -5rem;
  }

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

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

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

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

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

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

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

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

  .md_-mt-40 {
    margin-top: -10rem;
  }

  .md_-mr-40 {
    margin-right: -10rem;
  }

  .md_-mb-40 {
    margin-bottom: -10rem;
  }

  .md_-ml-40 {
    margin-left: -10rem;
  }

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

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

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

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

  .md_-mt-56 {
    margin-top: -14rem;
  }

  .md_-mr-56 {
    margin-right: -14rem;
  }

  .md_-mb-56 {
    margin-bottom: -14rem;
  }

  .md_-ml-56 {
    margin-left: -14rem;
  }

  .md_-mt-64 {
    margin-top: -16rem;
  }

  .md_-mr-64 {
    margin-right: -16rem;
  }

  .md_-mb-64 {
    margin-bottom: -16rem;
  }

  .md_-ml-64 {
    margin-left: -16rem;
  }

  .md_-mt-px {
    margin-top: -1px;
  }

  .md_-mr-px {
    margin-right: -1px;
  }

  .md_-mb-px {
    margin-bottom: -1px;
  }

  .md_-ml-px {
    margin-left: -1px;
  }

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

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

  .md_max-w-xs {
    max-width: 20rem;
  }

  .md_max-w-sm {
    max-width: 24rem;
  }

  .md_max-w-md {
    max-width: 28rem;
  }

  .md_max-w-lg {
    max-width: 32rem;
  }

  .md_max-w-xl {
    max-width: 36rem;
  }

  .md_max-w-2xl {
    max-width: 42rem;
  }

  .md_max-w-3xl {
    max-width: 48rem;
  }

  .md_max-w-4xl {
    max-width: 56rem;
  }

  .md_max-w-5xl {
    max-width: 64rem;
  }

  .md_max-w-6xl {
    max-width: 72rem;
  }

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

  .md_min-h-0 {
    min-height: 0;
  }

  .md_min-h-full {
    min-height: 100%;
  }

  .md_min-h-screen {
    min-height: 100vh;
  }

  .md_min-w-0 {
    min-width: 0;
  }

  .md_min-w-full {
    min-width: 100%;
  }

  .md_object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .md_object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .md_object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .md_object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .md_object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .md_object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .md_object-center {
    -o-object-position: center;
       object-position: center;
  }

  .md_object-left {
    -o-object-position: left;
       object-position: left;
  }

  .md_object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .md_object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .md_object-right {
    -o-object-position: right;
       object-position: right;
  }

  .md_object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .md_object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .md_object-top {
    -o-object-position: top;
       object-position: top;
  }

  .md_opacity-0 {
    opacity: 0;
  }

  .md_opacity-25 {
    opacity: 0.25;
  }

  .md_opacity-50 {
    opacity: 0.5;
  }

  .md_opacity-75 {
    opacity: 0.75;
  }

  .md_opacity-100 {
    opacity: 1;
  }

  .md_hover_opacity-0:hover {
    opacity: 0;
  }

  .md_hover_opacity-25:hover {
    opacity: 0.25;
  }

  .md_hover_opacity-50:hover {
    opacity: 0.5;
  }

  .md_hover_opacity-75:hover {
    opacity: 0.75;
  }

  .md_hover_opacity-100:hover {
    opacity: 1;
  }

  .md_focus_opacity-0:focus {
    opacity: 0;
  }

  .md_focus_opacity-25:focus {
    opacity: 0.25;
  }

  .md_focus_opacity-50:focus {
    opacity: 0.5;
  }

  .md_focus_opacity-75:focus {
    opacity: 0.75;
  }

  .md_focus_opacity-100:focus {
    opacity: 1;
  }

  .md_outline-none {
    outline: 0;
  }

  .md_focus_outline-none:focus {
    outline: 0;
  }

  .md_overflow-auto {
    overflow: auto;
  }

  .md_overflow-hidden {
    overflow: hidden;
  }

  .md_overflow-visible {
    overflow: visible;
  }

  .md_overflow-scroll {
    overflow: scroll;
  }

  .md_overflow-x-auto {
    overflow-x: auto;
  }

  .md_overflow-y-auto {
    overflow-y: auto;
  }

  .md_overflow-x-hidden {
    overflow-x: hidden;
  }

  .md_overflow-y-hidden {
    overflow-y: hidden;
  }

  .md_overflow-x-visible {
    overflow-x: visible;
  }

  .md_overflow-y-visible {
    overflow-y: visible;
  }

  .md_overflow-x-scroll {
    overflow-x: scroll;
  }

  .md_overflow-y-scroll {
    overflow-y: scroll;
  }

  .md_scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .md_scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .md_p-0 {
    padding: 0;
  }

  .md_p-1 {
    padding: 0.25rem;
  }

  .md_p-2 {
    padding: 0.5rem;
  }

  .md_p-3 {
    padding: 0.75rem;
  }

  .md_p-4 {
    padding: 1rem;
  }

  .md_p-5 {
    padding: 1.25rem;
  }

  .md_p-6 {
    padding: 1.5rem;
  }

  .md_p-8 {
    padding: 2rem;
  }

  .md_p-10 {
    padding: 2.5rem;
  }

  .md_p-12 {
    padding: 3rem;
  }

  .md_p-16 {
    padding: 4rem;
  }

  .md_p-20 {
    padding: 5rem;
  }

  .md_p-24 {
    padding: 6rem;
  }

  .md_p-32 {
    padding: 8rem;
  }

  .md_p-40 {
    padding: 10rem;
  }

  .md_p-48 {
    padding: 12rem;
  }

  .md_p-56 {
    padding: 14rem;
  }

  .md_p-64 {
    padding: 16rem;
  }

  .md_p-px {
    padding: 1px;
  }

  .md_py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md_px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .md_py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md_px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md_py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md_px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md_py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md_px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md_py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md_px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md_py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md_px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md_py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md_px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md_py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md_px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md_py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md_px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md_py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md_px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md_py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md_px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md_py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md_px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md_py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md_px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md_py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md_px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md_py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md_px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md_py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md_px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md_py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md_px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md_py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md_px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md_py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md_px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md_pt-0 {
    padding-top: 0;
  }

  .md_pr-0 {
    padding-right: 0;
  }

  .md_pb-0 {
    padding-bottom: 0;
  }

  .md_pl-0 {
    padding-left: 0;
  }

  .md_pt-1 {
    padding-top: 0.25rem;
  }

  .md_pr-1 {
    padding-right: 0.25rem;
  }

  .md_pb-1 {
    padding-bottom: 0.25rem;
  }

  .md_pl-1 {
    padding-left: 0.25rem;
  }

  .md_pt-2 {
    padding-top: 0.5rem;
  }

  .md_pr-2 {
    padding-right: 0.5rem;
  }

  .md_pb-2 {
    padding-bottom: 0.5rem;
  }

  .md_pl-2 {
    padding-left: 0.5rem;
  }

  .md_pt-3 {
    padding-top: 0.75rem;
  }

  .md_pr-3 {
    padding-right: 0.75rem;
  }

  .md_pb-3 {
    padding-bottom: 0.75rem;
  }

  .md_pl-3 {
    padding-left: 0.75rem;
  }

  .md_pt-4 {
    padding-top: 1rem;
  }

  .md_pr-4 {
    padding-right: 1rem;
  }

  .md_pb-4 {
    padding-bottom: 1rem;
  }

  .md_pl-4 {
    padding-left: 1rem;
  }

  .md_pt-5 {
    padding-top: 1.25rem;
  }

  .md_pr-5 {
    padding-right: 1.25rem;
  }

  .md_pb-5 {
    padding-bottom: 1.25rem;
  }

  .md_pl-5 {
    padding-left: 1.25rem;
  }

  .md_pt-6 {
    padding-top: 1.5rem;
  }

  .md_pr-6 {
    padding-right: 1.5rem;
  }

  .md_pb-6 {
    padding-bottom: 1.5rem;
  }

  .md_pl-6 {
    padding-left: 1.5rem;
  }

  .md_pt-8 {
    padding-top: 2rem;
  }

  .md_pr-8 {
    padding-right: 2rem;
  }

  .md_pb-8 {
    padding-bottom: 2rem;
  }

  .md_pl-8 {
    padding-left: 2rem;
  }

  .md_pt-10 {
    padding-top: 2.5rem;
  }

  .md_pr-10 {
    padding-right: 2.5rem;
  }

  .md_pb-10 {
    padding-bottom: 2.5rem;
  }

  .md_pl-10 {
    padding-left: 2.5rem;
  }

  .md_pt-12 {
    padding-top: 3rem;
  }

  .md_pr-12 {
    padding-right: 3rem;
  }

  .md_pb-12 {
    padding-bottom: 3rem;
  }

  .md_pl-12 {
    padding-left: 3rem;
  }

  .md_pt-16 {
    padding-top: 4rem;
  }

  .md_pr-16 {
    padding-right: 4rem;
  }

  .md_pb-16 {
    padding-bottom: 4rem;
  }

  .md_pl-16 {
    padding-left: 4rem;
  }

  .md_pt-20 {
    padding-top: 5rem;
  }

  .md_pr-20 {
    padding-right: 5rem;
  }

  .md_pb-20 {
    padding-bottom: 5rem;
  }

  .md_pl-20 {
    padding-left: 5rem;
  }

  .md_pt-24 {
    padding-top: 6rem;
  }

  .md_pr-24 {
    padding-right: 6rem;
  }

  .md_pb-24 {
    padding-bottom: 6rem;
  }

  .md_pl-24 {
    padding-left: 6rem;
  }

  .md_pt-32 {
    padding-top: 8rem;
  }

  .md_pr-32 {
    padding-right: 8rem;
  }

  .md_pb-32 {
    padding-bottom: 8rem;
  }

  .md_pl-32 {
    padding-left: 8rem;
  }

  .md_pt-40 {
    padding-top: 10rem;
  }

  .md_pr-40 {
    padding-right: 10rem;
  }

  .md_pb-40 {
    padding-bottom: 10rem;
  }

  .md_pl-40 {
    padding-left: 10rem;
  }

  .md_pt-48 {
    padding-top: 12rem;
  }

  .md_pr-48 {
    padding-right: 12rem;
  }

  .md_pb-48 {
    padding-bottom: 12rem;
  }

  .md_pl-48 {
    padding-left: 12rem;
  }

  .md_pt-56 {
    padding-top: 14rem;
  }

  .md_pr-56 {
    padding-right: 14rem;
  }

  .md_pb-56 {
    padding-bottom: 14rem;
  }

  .md_pl-56 {
    padding-left: 14rem;
  }

  .md_pt-64 {
    padding-top: 16rem;
  }

  .md_pr-64 {
    padding-right: 16rem;
  }

  .md_pb-64 {
    padding-bottom: 16rem;
  }

  .md_pl-64 {
    padding-left: 16rem;
  }

  .md_pt-px {
    padding-top: 1px;
  }

  .md_pr-px {
    padding-right: 1px;
  }

  .md_pb-px {
    padding-bottom: 1px;
  }

  .md_pl-px {
    padding-left: 1px;
  }

  .md_placeholder-transparent::-webkit-input-placeholder {
    color: transparent;
  }

  .md_placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .md_placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .md_placeholder-transparent::-ms-input-placeholder {
    color: transparent;
  }

  .md_placeholder-transparent::placeholder {
    color: transparent;
  }

  .md_placeholder-black::-webkit-input-placeholder {
    color: #000;
  }

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

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

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

  .md_placeholder-black::placeholder {
    color: #000;
  }

  .md_placeholder-white::-webkit-input-placeholder {
    color: #fff;
  }

  .md_placeholder-white::-moz-placeholder {
    color: #fff;
  }

  .md_placeholder-white:-ms-input-placeholder {
    color: #fff;
  }

  .md_placeholder-white::-ms-input-placeholder {
    color: #fff;
  }

  .md_placeholder-white::placeholder {
    color: #fff;
  }

  .md_placeholder-gray-100::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .md_placeholder-gray-100::-moz-placeholder {
    color: #f7fafc;
  }

  .md_placeholder-gray-100:-ms-input-placeholder {
    color: #f7fafc;
  }

  .md_placeholder-gray-100::-ms-input-placeholder {
    color: #f7fafc;
  }

  .md_placeholder-gray-100::placeholder {
    color: #f7fafc;
  }

  .md_placeholder-gray-200::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .md_placeholder-gray-200::-moz-placeholder {
    color: #edf2f7;
  }

  .md_placeholder-gray-200:-ms-input-placeholder {
    color: #edf2f7;
  }

  .md_placeholder-gray-200::-ms-input-placeholder {
    color: #edf2f7;
  }

  .md_placeholder-gray-200::placeholder {
    color: #edf2f7;
  }

  .md_placeholder-gray-300::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .md_placeholder-gray-300::-moz-placeholder {
    color: #e2e8f0;
  }

  .md_placeholder-gray-300:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .md_placeholder-gray-300::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .md_placeholder-gray-300::placeholder {
    color: #e2e8f0;
  }

  .md_placeholder-gray-400::-webkit-input-placeholder {
    color: #B8B8B8;
  }

  .md_placeholder-gray-400::-moz-placeholder {
    color: #B8B8B8;
  }

  .md_placeholder-gray-400:-ms-input-placeholder {
    color: #B8B8B8;
  }

  .md_placeholder-gray-400::-ms-input-placeholder {
    color: #B8B8B8;
  }

  .md_placeholder-gray-400::placeholder {
    color: #B8B8B8;
  }

  .md_placeholder-gray-500::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .md_placeholder-gray-500::-moz-placeholder {
    color: #a0aec0;
  }

  .md_placeholder-gray-500:-ms-input-placeholder {
    color: #a0aec0;
  }

  .md_placeholder-gray-500::-ms-input-placeholder {
    color: #a0aec0;
  }

  .md_placeholder-gray-500::placeholder {
    color: #a0aec0;
  }

  .md_placeholder-gray-600::-webkit-input-placeholder {
    color: #718096;
  }

  .md_placeholder-gray-600::-moz-placeholder {
    color: #718096;
  }

  .md_placeholder-gray-600:-ms-input-placeholder {
    color: #718096;
  }

  .md_placeholder-gray-600::-ms-input-placeholder {
    color: #718096;
  }

  .md_placeholder-gray-600::placeholder {
    color: #718096;
  }

  .md_placeholder-gray-700::-webkit-input-placeholder {
    color: #313131;
  }

  .md_placeholder-gray-700::-moz-placeholder {
    color: #313131;
  }

  .md_placeholder-gray-700:-ms-input-placeholder {
    color: #313131;
  }

  .md_placeholder-gray-700::-ms-input-placeholder {
    color: #313131;
  }

  .md_placeholder-gray-700::placeholder {
    color: #313131;
  }

  .md_placeholder-gray-800::-webkit-input-placeholder {
    color: #2d3748;
  }

  .md_placeholder-gray-800::-moz-placeholder {
    color: #2d3748;
  }

  .md_placeholder-gray-800:-ms-input-placeholder {
    color: #2d3748;
  }

  .md_placeholder-gray-800::-ms-input-placeholder {
    color: #2d3748;
  }

  .md_placeholder-gray-800::placeholder {
    color: #2d3748;
  }

  .md_placeholder-gray-900::-webkit-input-placeholder {
    color: #1a202c;
  }

  .md_placeholder-gray-900::-moz-placeholder {
    color: #1a202c;
  }

  .md_placeholder-gray-900:-ms-input-placeholder {
    color: #1a202c;
  }

  .md_placeholder-gray-900::-ms-input-placeholder {
    color: #1a202c;
  }

  .md_placeholder-gray-900::placeholder {
    color: #1a202c;
  }

  .md_placeholder-red-100::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .md_placeholder-red-100::-moz-placeholder {
    color: #fff5f5;
  }

  .md_placeholder-red-100:-ms-input-placeholder {
    color: #fff5f5;
  }

  .md_placeholder-red-100::-ms-input-placeholder {
    color: #fff5f5;
  }

  .md_placeholder-red-100::placeholder {
    color: #fff5f5;
  }

  .md_placeholder-red-200::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .md_placeholder-red-200::-moz-placeholder {
    color: #fed7d7;
  }

  .md_placeholder-red-200:-ms-input-placeholder {
    color: #fed7d7;
  }

  .md_placeholder-red-200::-ms-input-placeholder {
    color: #fed7d7;
  }

  .md_placeholder-red-200::placeholder {
    color: #fed7d7;
  }

  .md_placeholder-red-300::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .md_placeholder-red-300::-moz-placeholder {
    color: #feb2b2;
  }

  .md_placeholder-red-300:-ms-input-placeholder {
    color: #feb2b2;
  }

  .md_placeholder-red-300::-ms-input-placeholder {
    color: #feb2b2;
  }

  .md_placeholder-red-300::placeholder {
    color: #feb2b2;
  }

  .md_placeholder-red-400::-webkit-input-placeholder {
    color: #fc8181;
  }

  .md_placeholder-red-400::-moz-placeholder {
    color: #fc8181;
  }

  .md_placeholder-red-400:-ms-input-placeholder {
    color: #fc8181;
  }

  .md_placeholder-red-400::-ms-input-placeholder {
    color: #fc8181;
  }

  .md_placeholder-red-400::placeholder {
    color: #fc8181;
  }

  .md_placeholder-red-500::-webkit-input-placeholder {
    color: #f56565;
  }

  .md_placeholder-red-500::-moz-placeholder {
    color: #f56565;
  }

  .md_placeholder-red-500:-ms-input-placeholder {
    color: #f56565;
  }

  .md_placeholder-red-500::-ms-input-placeholder {
    color: #f56565;
  }

  .md_placeholder-red-500::placeholder {
    color: #f56565;
  }

  .md_placeholder-red-600::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .md_placeholder-red-600::-moz-placeholder {
    color: #e53e3e;
  }

  .md_placeholder-red-600:-ms-input-placeholder {
    color: #e53e3e;
  }

  .md_placeholder-red-600::-ms-input-placeholder {
    color: #e53e3e;
  }

  .md_placeholder-red-600::placeholder {
    color: #e53e3e;
  }

  .md_placeholder-red-700::-webkit-input-placeholder {
    color: #c53030;
  }

  .md_placeholder-red-700::-moz-placeholder {
    color: #c53030;
  }

  .md_placeholder-red-700:-ms-input-placeholder {
    color: #c53030;
  }

  .md_placeholder-red-700::-ms-input-placeholder {
    color: #c53030;
  }

  .md_placeholder-red-700::placeholder {
    color: #c53030;
  }

  .md_placeholder-red-800::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .md_placeholder-red-800::-moz-placeholder {
    color: #9b2c2c;
  }

  .md_placeholder-red-800:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .md_placeholder-red-800::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .md_placeholder-red-800::placeholder {
    color: #9b2c2c;
  }

  .md_placeholder-red-900::-webkit-input-placeholder {
    color: #742a2a;
  }

  .md_placeholder-red-900::-moz-placeholder {
    color: #742a2a;
  }

  .md_placeholder-red-900:-ms-input-placeholder {
    color: #742a2a;
  }

  .md_placeholder-red-900::-ms-input-placeholder {
    color: #742a2a;
  }

  .md_placeholder-red-900::placeholder {
    color: #742a2a;
  }

  .md_placeholder-orange-100::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .md_placeholder-orange-100::-moz-placeholder {
    color: #fffaf0;
  }

  .md_placeholder-orange-100:-ms-input-placeholder {
    color: #fffaf0;
  }

  .md_placeholder-orange-100::-ms-input-placeholder {
    color: #fffaf0;
  }

  .md_placeholder-orange-100::placeholder {
    color: #fffaf0;
  }

  .md_placeholder-orange-200::-webkit-input-placeholder {
    color: #feebc8;
  }

  .md_placeholder-orange-200::-moz-placeholder {
    color: #feebc8;
  }

  .md_placeholder-orange-200:-ms-input-placeholder {
    color: #feebc8;
  }

  .md_placeholder-orange-200::-ms-input-placeholder {
    color: #feebc8;
  }

  .md_placeholder-orange-200::placeholder {
    color: #feebc8;
  }

  .md_placeholder-orange-300::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .md_placeholder-orange-300::-moz-placeholder {
    color: #fbd38d;
  }

  .md_placeholder-orange-300:-ms-input-placeholder {
    color: #fbd38d;
  }

  .md_placeholder-orange-300::-ms-input-placeholder {
    color: #fbd38d;
  }

  .md_placeholder-orange-300::placeholder {
    color: #fbd38d;
  }

  .md_placeholder-orange-400::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .md_placeholder-orange-400::-moz-placeholder {
    color: #f6ad55;
  }

  .md_placeholder-orange-400:-ms-input-placeholder {
    color: #f6ad55;
  }

  .md_placeholder-orange-400::-ms-input-placeholder {
    color: #f6ad55;
  }

  .md_placeholder-orange-400::placeholder {
    color: #f6ad55;
  }

  .md_placeholder-orange-500::-webkit-input-placeholder {
    color: #ed8936;
  }

  .md_placeholder-orange-500::-moz-placeholder {
    color: #ed8936;
  }

  .md_placeholder-orange-500:-ms-input-placeholder {
    color: #ed8936;
  }

  .md_placeholder-orange-500::-ms-input-placeholder {
    color: #ed8936;
  }

  .md_placeholder-orange-500::placeholder {
    color: #ed8936;
  }

  .md_placeholder-orange-600::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .md_placeholder-orange-600::-moz-placeholder {
    color: #dd6b20;
  }

  .md_placeholder-orange-600:-ms-input-placeholder {
    color: #dd6b20;
  }

  .md_placeholder-orange-600::-ms-input-placeholder {
    color: #dd6b20;
  }

  .md_placeholder-orange-600::placeholder {
    color: #dd6b20;
  }

  .md_placeholder-orange-700::-webkit-input-placeholder {
    color: #c05621;
  }

  .md_placeholder-orange-700::-moz-placeholder {
    color: #c05621;
  }

  .md_placeholder-orange-700:-ms-input-placeholder {
    color: #c05621;
  }

  .md_placeholder-orange-700::-ms-input-placeholder {
    color: #c05621;
  }

  .md_placeholder-orange-700::placeholder {
    color: #c05621;
  }

  .md_placeholder-orange-800::-webkit-input-placeholder {
    color: #9c4221;
  }

  .md_placeholder-orange-800::-moz-placeholder {
    color: #9c4221;
  }

  .md_placeholder-orange-800:-ms-input-placeholder {
    color: #9c4221;
  }

  .md_placeholder-orange-800::-ms-input-placeholder {
    color: #9c4221;
  }

  .md_placeholder-orange-800::placeholder {
    color: #9c4221;
  }

  .md_placeholder-orange-900::-webkit-input-placeholder {
    color: #7b341e;
  }

  .md_placeholder-orange-900::-moz-placeholder {
    color: #7b341e;
  }

  .md_placeholder-orange-900:-ms-input-placeholder {
    color: #7b341e;
  }

  .md_placeholder-orange-900::-ms-input-placeholder {
    color: #7b341e;
  }

  .md_placeholder-orange-900::placeholder {
    color: #7b341e;
  }

  .md_placeholder-yellow-100::-webkit-input-placeholder {
    color: #fffff0;
  }

  .md_placeholder-yellow-100::-moz-placeholder {
    color: #fffff0;
  }

  .md_placeholder-yellow-100:-ms-input-placeholder {
    color: #fffff0;
  }

  .md_placeholder-yellow-100::-ms-input-placeholder {
    color: #fffff0;
  }

  .md_placeholder-yellow-100::placeholder {
    color: #fffff0;
  }

  .md_placeholder-yellow-200::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .md_placeholder-yellow-200::-moz-placeholder {
    color: #fefcbf;
  }

  .md_placeholder-yellow-200:-ms-input-placeholder {
    color: #fefcbf;
  }

  .md_placeholder-yellow-200::-ms-input-placeholder {
    color: #fefcbf;
  }

  .md_placeholder-yellow-200::placeholder {
    color: #fefcbf;
  }

  .md_placeholder-yellow-300::-webkit-input-placeholder {
    color: #faf089;
  }

  .md_placeholder-yellow-300::-moz-placeholder {
    color: #faf089;
  }

  .md_placeholder-yellow-300:-ms-input-placeholder {
    color: #faf089;
  }

  .md_placeholder-yellow-300::-ms-input-placeholder {
    color: #faf089;
  }

  .md_placeholder-yellow-300::placeholder {
    color: #faf089;
  }

  .md_placeholder-yellow-400::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .md_placeholder-yellow-400::-moz-placeholder {
    color: #f6e05e;
  }

  .md_placeholder-yellow-400:-ms-input-placeholder {
    color: #f6e05e;
  }

  .md_placeholder-yellow-400::-ms-input-placeholder {
    color: #f6e05e;
  }

  .md_placeholder-yellow-400::placeholder {
    color: #f6e05e;
  }

  .md_placeholder-yellow-500::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .md_placeholder-yellow-500::-moz-placeholder {
    color: #ecc94b;
  }

  .md_placeholder-yellow-500:-ms-input-placeholder {
    color: #ecc94b;
  }

  .md_placeholder-yellow-500::-ms-input-placeholder {
    color: #ecc94b;
  }

  .md_placeholder-yellow-500::placeholder {
    color: #ecc94b;
  }

  .md_placeholder-yellow-600::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .md_placeholder-yellow-600::-moz-placeholder {
    color: #d69e2e;
  }

  .md_placeholder-yellow-600:-ms-input-placeholder {
    color: #d69e2e;
  }

  .md_placeholder-yellow-600::-ms-input-placeholder {
    color: #d69e2e;
  }

  .md_placeholder-yellow-600::placeholder {
    color: #d69e2e;
  }

  .md_placeholder-yellow-700::-webkit-input-placeholder {
    color: #b7791f;
  }

  .md_placeholder-yellow-700::-moz-placeholder {
    color: #b7791f;
  }

  .md_placeholder-yellow-700:-ms-input-placeholder {
    color: #b7791f;
  }

  .md_placeholder-yellow-700::-ms-input-placeholder {
    color: #b7791f;
  }

  .md_placeholder-yellow-700::placeholder {
    color: #b7791f;
  }

  .md_placeholder-yellow-800::-webkit-input-placeholder {
    color: #975a16;
  }

  .md_placeholder-yellow-800::-moz-placeholder {
    color: #975a16;
  }

  .md_placeholder-yellow-800:-ms-input-placeholder {
    color: #975a16;
  }

  .md_placeholder-yellow-800::-ms-input-placeholder {
    color: #975a16;
  }

  .md_placeholder-yellow-800::placeholder {
    color: #975a16;
  }

  .md_placeholder-yellow-900::-webkit-input-placeholder {
    color: #744210;
  }

  .md_placeholder-yellow-900::-moz-placeholder {
    color: #744210;
  }

  .md_placeholder-yellow-900:-ms-input-placeholder {
    color: #744210;
  }

  .md_placeholder-yellow-900::-ms-input-placeholder {
    color: #744210;
  }

  .md_placeholder-yellow-900::placeholder {
    color: #744210;
  }

  .md_placeholder-green-100::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .md_placeholder-green-100::-moz-placeholder {
    color: #f0fff4;
  }

  .md_placeholder-green-100:-ms-input-placeholder {
    color: #f0fff4;
  }

  .md_placeholder-green-100::-ms-input-placeholder {
    color: #f0fff4;
  }

  .md_placeholder-green-100::placeholder {
    color: #f0fff4;
  }

  .md_placeholder-green-200::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .md_placeholder-green-200::-moz-placeholder {
    color: #c6f6d5;
  }

  .md_placeholder-green-200:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .md_placeholder-green-200::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .md_placeholder-green-200::placeholder {
    color: #c6f6d5;
  }

  .md_placeholder-green-300::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .md_placeholder-green-300::-moz-placeholder {
    color: #9ae6b4;
  }

  .md_placeholder-green-300:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .md_placeholder-green-300::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .md_placeholder-green-300::placeholder {
    color: #9ae6b4;
  }

  .md_placeholder-green-400::-webkit-input-placeholder {
    color: #68d391;
  }

  .md_placeholder-green-400::-moz-placeholder {
    color: #68d391;
  }

  .md_placeholder-green-400:-ms-input-placeholder {
    color: #68d391;
  }

  .md_placeholder-green-400::-ms-input-placeholder {
    color: #68d391;
  }

  .md_placeholder-green-400::placeholder {
    color: #68d391;
  }

  .md_placeholder-green-500::-webkit-input-placeholder {
    color: #48bb78;
  }

  .md_placeholder-green-500::-moz-placeholder {
    color: #48bb78;
  }

  .md_placeholder-green-500:-ms-input-placeholder {
    color: #48bb78;
  }

  .md_placeholder-green-500::-ms-input-placeholder {
    color: #48bb78;
  }

  .md_placeholder-green-500::placeholder {
    color: #48bb78;
  }

  .md_placeholder-green-600::-webkit-input-placeholder {
    color: #38a169;
  }

  .md_placeholder-green-600::-moz-placeholder {
    color: #38a169;
  }

  .md_placeholder-green-600:-ms-input-placeholder {
    color: #38a169;
  }

  .md_placeholder-green-600::-ms-input-placeholder {
    color: #38a169;
  }

  .md_placeholder-green-600::placeholder {
    color: #38a169;
  }

  .md_placeholder-green-700::-webkit-input-placeholder {
    color: #2f855a;
  }

  .md_placeholder-green-700::-moz-placeholder {
    color: #2f855a;
  }

  .md_placeholder-green-700:-ms-input-placeholder {
    color: #2f855a;
  }

  .md_placeholder-green-700::-ms-input-placeholder {
    color: #2f855a;
  }

  .md_placeholder-green-700::placeholder {
    color: #2f855a;
  }

  .md_placeholder-green-800::-webkit-input-placeholder {
    color: #276749;
  }

  .md_placeholder-green-800::-moz-placeholder {
    color: #276749;
  }

  .md_placeholder-green-800:-ms-input-placeholder {
    color: #276749;
  }

  .md_placeholder-green-800::-ms-input-placeholder {
    color: #276749;
  }

  .md_placeholder-green-800::placeholder {
    color: #276749;
  }

  .md_placeholder-green-900::-webkit-input-placeholder {
    color: #22543d;
  }

  .md_placeholder-green-900::-moz-placeholder {
    color: #22543d;
  }

  .md_placeholder-green-900:-ms-input-placeholder {
    color: #22543d;
  }

  .md_placeholder-green-900::-ms-input-placeholder {
    color: #22543d;
  }

  .md_placeholder-green-900::placeholder {
    color: #22543d;
  }

  .md_placeholder-teal-100::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .md_placeholder-teal-100::-moz-placeholder {
    color: #e6fffa;
  }

  .md_placeholder-teal-100:-ms-input-placeholder {
    color: #e6fffa;
  }

  .md_placeholder-teal-100::-ms-input-placeholder {
    color: #e6fffa;
  }

  .md_placeholder-teal-100::placeholder {
    color: #e6fffa;
  }

  .md_placeholder-teal-200::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .md_placeholder-teal-200::-moz-placeholder {
    color: #b2f5ea;
  }

  .md_placeholder-teal-200:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .md_placeholder-teal-200::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .md_placeholder-teal-200::placeholder {
    color: #b2f5ea;
  }

  .md_placeholder-teal-300::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .md_placeholder-teal-300::-moz-placeholder {
    color: #81e6d9;
  }

  .md_placeholder-teal-300:-ms-input-placeholder {
    color: #81e6d9;
  }

  .md_placeholder-teal-300::-ms-input-placeholder {
    color: #81e6d9;
  }

  .md_placeholder-teal-300::placeholder {
    color: #81e6d9;
  }

  .md_placeholder-teal-400::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .md_placeholder-teal-400::-moz-placeholder {
    color: #4fd1c5;
  }

  .md_placeholder-teal-400:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .md_placeholder-teal-400::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .md_placeholder-teal-400::placeholder {
    color: #4fd1c5;
  }

  .md_placeholder-teal-500::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .md_placeholder-teal-500::-moz-placeholder {
    color: #38b2ac;
  }

  .md_placeholder-teal-500:-ms-input-placeholder {
    color: #38b2ac;
  }

  .md_placeholder-teal-500::-ms-input-placeholder {
    color: #38b2ac;
  }

  .md_placeholder-teal-500::placeholder {
    color: #38b2ac;
  }

  .md_placeholder-teal-600::-webkit-input-placeholder {
    color: #319795;
  }

  .md_placeholder-teal-600::-moz-placeholder {
    color: #319795;
  }

  .md_placeholder-teal-600:-ms-input-placeholder {
    color: #319795;
  }

  .md_placeholder-teal-600::-ms-input-placeholder {
    color: #319795;
  }

  .md_placeholder-teal-600::placeholder {
    color: #319795;
  }

  .md_placeholder-teal-700::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .md_placeholder-teal-700::-moz-placeholder {
    color: #2c7a7b;
  }

  .md_placeholder-teal-700:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .md_placeholder-teal-700::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .md_placeholder-teal-700::placeholder {
    color: #2c7a7b;
  }

  .md_placeholder-teal-800::-webkit-input-placeholder {
    color: #285e61;
  }

  .md_placeholder-teal-800::-moz-placeholder {
    color: #285e61;
  }

  .md_placeholder-teal-800:-ms-input-placeholder {
    color: #285e61;
  }

  .md_placeholder-teal-800::-ms-input-placeholder {
    color: #285e61;
  }

  .md_placeholder-teal-800::placeholder {
    color: #285e61;
  }

  .md_placeholder-teal-900::-webkit-input-placeholder {
    color: #234e52;
  }

  .md_placeholder-teal-900::-moz-placeholder {
    color: #234e52;
  }

  .md_placeholder-teal-900:-ms-input-placeholder {
    color: #234e52;
  }

  .md_placeholder-teal-900::-ms-input-placeholder {
    color: #234e52;
  }

  .md_placeholder-teal-900::placeholder {
    color: #234e52;
  }

  .md_placeholder-blue-100::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .md_placeholder-blue-100::-moz-placeholder {
    color: #ebf8ff;
  }

  .md_placeholder-blue-100:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .md_placeholder-blue-100::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .md_placeholder-blue-100::placeholder {
    color: #ebf8ff;
  }

  .md_placeholder-blue-200::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .md_placeholder-blue-200::-moz-placeholder {
    color: #bee3f8;
  }

  .md_placeholder-blue-200:-ms-input-placeholder {
    color: #bee3f8;
  }

  .md_placeholder-blue-200::-ms-input-placeholder {
    color: #bee3f8;
  }

  .md_placeholder-blue-200::placeholder {
    color: #bee3f8;
  }

  .md_placeholder-blue-300::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .md_placeholder-blue-300::-moz-placeholder {
    color: #90cdf4;
  }

  .md_placeholder-blue-300:-ms-input-placeholder {
    color: #90cdf4;
  }

  .md_placeholder-blue-300::-ms-input-placeholder {
    color: #90cdf4;
  }

  .md_placeholder-blue-300::placeholder {
    color: #90cdf4;
  }

  .md_placeholder-blue-400::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .md_placeholder-blue-400::-moz-placeholder {
    color: #63b3ed;
  }

  .md_placeholder-blue-400:-ms-input-placeholder {
    color: #63b3ed;
  }

  .md_placeholder-blue-400::-ms-input-placeholder {
    color: #63b3ed;
  }

  .md_placeholder-blue-400::placeholder {
    color: #63b3ed;
  }

  .md_placeholder-blue-500::-webkit-input-placeholder {
    color: #4299e1;
  }

  .md_placeholder-blue-500::-moz-placeholder {
    color: #4299e1;
  }

  .md_placeholder-blue-500:-ms-input-placeholder {
    color: #4299e1;
  }

  .md_placeholder-blue-500::-ms-input-placeholder {
    color: #4299e1;
  }

  .md_placeholder-blue-500::placeholder {
    color: #4299e1;
  }

  .md_placeholder-blue-600::-webkit-input-placeholder {
    color: #3182ce;
  }

  .md_placeholder-blue-600::-moz-placeholder {
    color: #3182ce;
  }

  .md_placeholder-blue-600:-ms-input-placeholder {
    color: #3182ce;
  }

  .md_placeholder-blue-600::-ms-input-placeholder {
    color: #3182ce;
  }

  .md_placeholder-blue-600::placeholder {
    color: #3182ce;
  }

  .md_placeholder-blue-700::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .md_placeholder-blue-700::-moz-placeholder {
    color: #2b6cb0;
  }

  .md_placeholder-blue-700:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .md_placeholder-blue-700::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .md_placeholder-blue-700::placeholder {
    color: #2b6cb0;
  }

  .md_placeholder-blue-800::-webkit-input-placeholder {
    color: #2c5282;
  }

  .md_placeholder-blue-800::-moz-placeholder {
    color: #2c5282;
  }

  .md_placeholder-blue-800:-ms-input-placeholder {
    color: #2c5282;
  }

  .md_placeholder-blue-800::-ms-input-placeholder {
    color: #2c5282;
  }

  .md_placeholder-blue-800::placeholder {
    color: #2c5282;
  }

  .md_placeholder-blue-900::-webkit-input-placeholder {
    color: #2B4780;
  }

  .md_placeholder-blue-900::-moz-placeholder {
    color: #2B4780;
  }

  .md_placeholder-blue-900:-ms-input-placeholder {
    color: #2B4780;
  }

  .md_placeholder-blue-900::-ms-input-placeholder {
    color: #2B4780;
  }

  .md_placeholder-blue-900::placeholder {
    color: #2B4780;
  }

  .md_placeholder-indigo-100::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .md_placeholder-indigo-100::-moz-placeholder {
    color: #ebf4ff;
  }

  .md_placeholder-indigo-100:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .md_placeholder-indigo-100::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .md_placeholder-indigo-100::placeholder {
    color: #ebf4ff;
  }

  .md_placeholder-indigo-200::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .md_placeholder-indigo-200::-moz-placeholder {
    color: #c3dafe;
  }

  .md_placeholder-indigo-200:-ms-input-placeholder {
    color: #c3dafe;
  }

  .md_placeholder-indigo-200::-ms-input-placeholder {
    color: #c3dafe;
  }

  .md_placeholder-indigo-200::placeholder {
    color: #c3dafe;
  }

  .md_placeholder-indigo-300::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .md_placeholder-indigo-300::-moz-placeholder {
    color: #a3bffa;
  }

  .md_placeholder-indigo-300:-ms-input-placeholder {
    color: #a3bffa;
  }

  .md_placeholder-indigo-300::-ms-input-placeholder {
    color: #a3bffa;
  }

  .md_placeholder-indigo-300::placeholder {
    color: #a3bffa;
  }

  .md_placeholder-indigo-400::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .md_placeholder-indigo-400::-moz-placeholder {
    color: #7f9cf5;
  }

  .md_placeholder-indigo-400:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .md_placeholder-indigo-400::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .md_placeholder-indigo-400::placeholder {
    color: #7f9cf5;
  }

  .md_placeholder-indigo-500::-webkit-input-placeholder {
    color: #667eea;
  }

  .md_placeholder-indigo-500::-moz-placeholder {
    color: #667eea;
  }

  .md_placeholder-indigo-500:-ms-input-placeholder {
    color: #667eea;
  }

  .md_placeholder-indigo-500::-ms-input-placeholder {
    color: #667eea;
  }

  .md_placeholder-indigo-500::placeholder {
    color: #667eea;
  }

  .md_placeholder-indigo-600::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .md_placeholder-indigo-600::-moz-placeholder {
    color: #5a67d8;
  }

  .md_placeholder-indigo-600:-ms-input-placeholder {
    color: #5a67d8;
  }

  .md_placeholder-indigo-600::-ms-input-placeholder {
    color: #5a67d8;
  }

  .md_placeholder-indigo-600::placeholder {
    color: #5a67d8;
  }

  .md_placeholder-indigo-700::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .md_placeholder-indigo-700::-moz-placeholder {
    color: #4c51bf;
  }

  .md_placeholder-indigo-700:-ms-input-placeholder {
    color: #4c51bf;
  }

  .md_placeholder-indigo-700::-ms-input-placeholder {
    color: #4c51bf;
  }

  .md_placeholder-indigo-700::placeholder {
    color: #4c51bf;
  }

  .md_placeholder-indigo-800::-webkit-input-placeholder {
    color: #434190;
  }

  .md_placeholder-indigo-800::-moz-placeholder {
    color: #434190;
  }

  .md_placeholder-indigo-800:-ms-input-placeholder {
    color: #434190;
  }

  .md_placeholder-indigo-800::-ms-input-placeholder {
    color: #434190;
  }

  .md_placeholder-indigo-800::placeholder {
    color: #434190;
  }

  .md_placeholder-indigo-900::-webkit-input-placeholder {
    color: #3c366b;
  }

  .md_placeholder-indigo-900::-moz-placeholder {
    color: #3c366b;
  }

  .md_placeholder-indigo-900:-ms-input-placeholder {
    color: #3c366b;
  }

  .md_placeholder-indigo-900::-ms-input-placeholder {
    color: #3c366b;
  }

  .md_placeholder-indigo-900::placeholder {
    color: #3c366b;
  }

  .md_placeholder-purple-100::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .md_placeholder-purple-100::-moz-placeholder {
    color: #faf5ff;
  }

  .md_placeholder-purple-100:-ms-input-placeholder {
    color: #faf5ff;
  }

  .md_placeholder-purple-100::-ms-input-placeholder {
    color: #faf5ff;
  }

  .md_placeholder-purple-100::placeholder {
    color: #faf5ff;
  }

  .md_placeholder-purple-200::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .md_placeholder-purple-200::-moz-placeholder {
    color: #e9d8fd;
  }

  .md_placeholder-purple-200:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .md_placeholder-purple-200::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .md_placeholder-purple-200::placeholder {
    color: #e9d8fd;
  }

  .md_placeholder-purple-300::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .md_placeholder-purple-300::-moz-placeholder {
    color: #d6bcfa;
  }

  .md_placeholder-purple-300:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .md_placeholder-purple-300::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .md_placeholder-purple-300::placeholder {
    color: #d6bcfa;
  }

  .md_placeholder-purple-400::-webkit-input-placeholder {
    color: #b794f4;
  }

  .md_placeholder-purple-400::-moz-placeholder {
    color: #b794f4;
  }

  .md_placeholder-purple-400:-ms-input-placeholder {
    color: #b794f4;
  }

  .md_placeholder-purple-400::-ms-input-placeholder {
    color: #b794f4;
  }

  .md_placeholder-purple-400::placeholder {
    color: #b794f4;
  }

  .md_placeholder-purple-500::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .md_placeholder-purple-500::-moz-placeholder {
    color: #9f7aea;
  }

  .md_placeholder-purple-500:-ms-input-placeholder {
    color: #9f7aea;
  }

  .md_placeholder-purple-500::-ms-input-placeholder {
    color: #9f7aea;
  }

  .md_placeholder-purple-500::placeholder {
    color: #9f7aea;
  }

  .md_placeholder-purple-600::-webkit-input-placeholder {
    color: #805ad5;
  }

  .md_placeholder-purple-600::-moz-placeholder {
    color: #805ad5;
  }

  .md_placeholder-purple-600:-ms-input-placeholder {
    color: #805ad5;
  }

  .md_placeholder-purple-600::-ms-input-placeholder {
    color: #805ad5;
  }

  .md_placeholder-purple-600::placeholder {
    color: #805ad5;
  }

  .md_placeholder-purple-700::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .md_placeholder-purple-700::-moz-placeholder {
    color: #6b46c1;
  }

  .md_placeholder-purple-700:-ms-input-placeholder {
    color: #6b46c1;
  }

  .md_placeholder-purple-700::-ms-input-placeholder {
    color: #6b46c1;
  }

  .md_placeholder-purple-700::placeholder {
    color: #6b46c1;
  }

  .md_placeholder-purple-800::-webkit-input-placeholder {
    color: #553c9a;
  }

  .md_placeholder-purple-800::-moz-placeholder {
    color: #553c9a;
  }

  .md_placeholder-purple-800:-ms-input-placeholder {
    color: #553c9a;
  }

  .md_placeholder-purple-800::-ms-input-placeholder {
    color: #553c9a;
  }

  .md_placeholder-purple-800::placeholder {
    color: #553c9a;
  }

  .md_placeholder-purple-900::-webkit-input-placeholder {
    color: #44337a;
  }

  .md_placeholder-purple-900::-moz-placeholder {
    color: #44337a;
  }

  .md_placeholder-purple-900:-ms-input-placeholder {
    color: #44337a;
  }

  .md_placeholder-purple-900::-ms-input-placeholder {
    color: #44337a;
  }

  .md_placeholder-purple-900::placeholder {
    color: #44337a;
  }

  .md_placeholder-pink-100::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .md_placeholder-pink-100::-moz-placeholder {
    color: #fff5f7;
  }

  .md_placeholder-pink-100:-ms-input-placeholder {
    color: #fff5f7;
  }

  .md_placeholder-pink-100::-ms-input-placeholder {
    color: #fff5f7;
  }

  .md_placeholder-pink-100::placeholder {
    color: #fff5f7;
  }

  .md_placeholder-pink-200::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .md_placeholder-pink-200::-moz-placeholder {
    color: #fed7e2;
  }

  .md_placeholder-pink-200:-ms-input-placeholder {
    color: #fed7e2;
  }

  .md_placeholder-pink-200::-ms-input-placeholder {
    color: #fed7e2;
  }

  .md_placeholder-pink-200::placeholder {
    color: #fed7e2;
  }

  .md_placeholder-pink-300::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .md_placeholder-pink-300::-moz-placeholder {
    color: #fbb6ce;
  }

  .md_placeholder-pink-300:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .md_placeholder-pink-300::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .md_placeholder-pink-300::placeholder {
    color: #fbb6ce;
  }

  .md_placeholder-pink-400::-webkit-input-placeholder {
    color: #f687b3;
  }

  .md_placeholder-pink-400::-moz-placeholder {
    color: #f687b3;
  }

  .md_placeholder-pink-400:-ms-input-placeholder {
    color: #f687b3;
  }

  .md_placeholder-pink-400::-ms-input-placeholder {
    color: #f687b3;
  }

  .md_placeholder-pink-400::placeholder {
    color: #f687b3;
  }

  .md_placeholder-pink-500::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .md_placeholder-pink-500::-moz-placeholder {
    color: #ed64a6;
  }

  .md_placeholder-pink-500:-ms-input-placeholder {
    color: #ed64a6;
  }

  .md_placeholder-pink-500::-ms-input-placeholder {
    color: #ed64a6;
  }

  .md_placeholder-pink-500::placeholder {
    color: #ed64a6;
  }

  .md_placeholder-pink-600::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .md_placeholder-pink-600::-moz-placeholder {
    color: #d53f8c;
  }

  .md_placeholder-pink-600:-ms-input-placeholder {
    color: #d53f8c;
  }

  .md_placeholder-pink-600::-ms-input-placeholder {
    color: #d53f8c;
  }

  .md_placeholder-pink-600::placeholder {
    color: #d53f8c;
  }

  .md_placeholder-pink-700::-webkit-input-placeholder {
    color: #b83280;
  }

  .md_placeholder-pink-700::-moz-placeholder {
    color: #b83280;
  }

  .md_placeholder-pink-700:-ms-input-placeholder {
    color: #b83280;
  }

  .md_placeholder-pink-700::-ms-input-placeholder {
    color: #b83280;
  }

  .md_placeholder-pink-700::placeholder {
    color: #b83280;
  }

  .md_placeholder-pink-800::-webkit-input-placeholder {
    color: #97266d;
  }

  .md_placeholder-pink-800::-moz-placeholder {
    color: #97266d;
  }

  .md_placeholder-pink-800:-ms-input-placeholder {
    color: #97266d;
  }

  .md_placeholder-pink-800::-ms-input-placeholder {
    color: #97266d;
  }

  .md_placeholder-pink-800::placeholder {
    color: #97266d;
  }

  .md_placeholder-pink-900::-webkit-input-placeholder {
    color: #702459;
  }

  .md_placeholder-pink-900::-moz-placeholder {
    color: #702459;
  }

  .md_placeholder-pink-900:-ms-input-placeholder {
    color: #702459;
  }

  .md_placeholder-pink-900::-ms-input-placeholder {
    color: #702459;
  }

  .md_placeholder-pink-900::placeholder {
    color: #702459;
  }

  .md_placeholder-brand::-webkit-input-placeholder {
    color: #FE2929;
  }

  .md_placeholder-brand::-moz-placeholder {
    color: #FE2929;
  }

  .md_placeholder-brand:-ms-input-placeholder {
    color: #FE2929;
  }

  .md_placeholder-brand::-ms-input-placeholder {
    color: #FE2929;
  }

  .md_placeholder-brand::placeholder {
    color: #FE2929;
  }

  .md_placeholder-brand-dark::-webkit-input-placeholder {
    color: #CB0000;
  }

  .md_placeholder-brand-dark::-moz-placeholder {
    color: #CB0000;
  }

  .md_placeholder-brand-dark:-ms-input-placeholder {
    color: #CB0000;
  }

  .md_placeholder-brand-dark::-ms-input-placeholder {
    color: #CB0000;
  }

  .md_placeholder-brand-dark::placeholder {
    color: #CB0000;
  }

  .md_placeholder-primary::-webkit-input-placeholder {
    color: #2D58AA;
  }

  .md_placeholder-primary::-moz-placeholder {
    color: #2D58AA;
  }

  .md_placeholder-primary:-ms-input-placeholder {
    color: #2D58AA;
  }

  .md_placeholder-primary::-ms-input-placeholder {
    color: #2D58AA;
  }

  .md_placeholder-primary::placeholder {
    color: #2D58AA;
  }

  .md_placeholder-primary-dark::-webkit-input-placeholder {
    color: #002577;
  }

  .md_placeholder-primary-dark::-moz-placeholder {
    color: #002577;
  }

  .md_placeholder-primary-dark:-ms-input-placeholder {
    color: #002577;
  }

  .md_placeholder-primary-dark::-ms-input-placeholder {
    color: #002577;
  }

  .md_placeholder-primary-dark::placeholder {
    color: #002577;
  }

  .md_placeholder-info::-webkit-input-placeholder {
    color: #2B73A3;
  }

  .md_placeholder-info::-moz-placeholder {
    color: #2B73A3;
  }

  .md_placeholder-info:-ms-input-placeholder {
    color: #2B73A3;
  }

  .md_placeholder-info::-ms-input-placeholder {
    color: #2B73A3;
  }

  .md_placeholder-info::placeholder {
    color: #2B73A3;
  }

  .md_placeholder-info-dark::-webkit-input-placeholder {
    color: #002577;
  }

  .md_placeholder-info-dark::-moz-placeholder {
    color: #002577;
  }

  .md_placeholder-info-dark:-ms-input-placeholder {
    color: #002577;
  }

  .md_placeholder-info-dark::-ms-input-placeholder {
    color: #002577;
  }

  .md_placeholder-info-dark::placeholder {
    color: #002577;
  }

  .md_placeholder-success::-webkit-input-placeholder {
    color: #0EDD66;
  }

  .md_placeholder-success::-moz-placeholder {
    color: #0EDD66;
  }

  .md_placeholder-success:-ms-input-placeholder {
    color: #0EDD66;
  }

  .md_placeholder-success::-ms-input-placeholder {
    color: #0EDD66;
  }

  .md_placeholder-success::placeholder {
    color: #0EDD66;
  }

  .md_placeholder-success-dark::-webkit-input-placeholder {
    color: #00AA33;
  }

  .md_placeholder-success-dark::-moz-placeholder {
    color: #00AA33;
  }

  .md_placeholder-success-dark:-ms-input-placeholder {
    color: #00AA33;
  }

  .md_placeholder-success-dark::-ms-input-placeholder {
    color: #00AA33;
  }

  .md_placeholder-success-dark::placeholder {
    color: #00AA33;
  }

  .md_placeholder-warning::-webkit-input-placeholder {
    color: #B1991A;
  }

  .md_placeholder-warning::-moz-placeholder {
    color: #B1991A;
  }

  .md_placeholder-warning:-ms-input-placeholder {
    color: #B1991A;
  }

  .md_placeholder-warning::-ms-input-placeholder {
    color: #B1991A;
  }

  .md_placeholder-warning::placeholder {
    color: #B1991A;
  }

  .md_placeholder-warning-dark::-webkit-input-placeholder {
    color: #7E6600;
  }

  .md_placeholder-warning-dark::-moz-placeholder {
    color: #7E6600;
  }

  .md_placeholder-warning-dark:-ms-input-placeholder {
    color: #7E6600;
  }

  .md_placeholder-warning-dark::-ms-input-placeholder {
    color: #7E6600;
  }

  .md_placeholder-warning-dark::placeholder {
    color: #7E6600;
  }

  .md_placeholder-danger::-webkit-input-placeholder {
    color: #FE2929;
  }

  .md_placeholder-danger::-moz-placeholder {
    color: #FE2929;
  }

  .md_placeholder-danger:-ms-input-placeholder {
    color: #FE2929;
  }

  .md_placeholder-danger::-ms-input-placeholder {
    color: #FE2929;
  }

  .md_placeholder-danger::placeholder {
    color: #FE2929;
  }

  .md_placeholder-danger-dark::-webkit-input-placeholder {
    color: #CB0000;
  }

  .md_placeholder-danger-dark::-moz-placeholder {
    color: #CB0000;
  }

  .md_placeholder-danger-dark:-ms-input-placeholder {
    color: #CB0000;
  }

  .md_placeholder-danger-dark::-ms-input-placeholder {
    color: #CB0000;
  }

  .md_placeholder-danger-dark::placeholder {
    color: #CB0000;
  }

  .md_placeholder-light::-webkit-input-placeholder {
    color: #F0F0F0;
  }

  .md_placeholder-light::-moz-placeholder {
    color: #F0F0F0;
  }

  .md_placeholder-light:-ms-input-placeholder {
    color: #F0F0F0;
  }

  .md_placeholder-light::-ms-input-placeholder {
    color: #F0F0F0;
  }

  .md_placeholder-light::placeholder {
    color: #F0F0F0;
  }

  .md_placeholder-dark::-webkit-input-placeholder {
    color: #454545;
  }

  .md_placeholder-dark::-moz-placeholder {
    color: #454545;
  }

  .md_placeholder-dark:-ms-input-placeholder {
    color: #454545;
  }

  .md_placeholder-dark::-ms-input-placeholder {
    color: #454545;
  }

  .md_placeholder-dark::placeholder {
    color: #454545;
  }

  .md_placeholder-darkest::-webkit-input-placeholder {
    color: #313131;
  }

  .md_placeholder-darkest::-moz-placeholder {
    color: #313131;
  }

  .md_placeholder-darkest:-ms-input-placeholder {
    color: #313131;
  }

  .md_placeholder-darkest::-ms-input-placeholder {
    color: #313131;
  }

  .md_placeholder-darkest::placeholder {
    color: #313131;
  }

  .md_placeholder-transparent-dark::-webkit-input-placeholder {
    color: rgba(0,0,0,0.6);
  }

  .md_placeholder-transparent-dark::-moz-placeholder {
    color: rgba(0,0,0,0.6);
  }

  .md_placeholder-transparent-dark:-ms-input-placeholder {
    color: rgba(0,0,0,0.6);
  }

  .md_placeholder-transparent-dark::-ms-input-placeholder {
    color: rgba(0,0,0,0.6);
  }

  .md_placeholder-transparent-dark::placeholder {
    color: rgba(0,0,0,0.6);
  }

  .md_placeholder-facebook::-webkit-input-placeholder {
    color: #3b5998;
  }

  .md_placeholder-facebook::-moz-placeholder {
    color: #3b5998;
  }

  .md_placeholder-facebook:-ms-input-placeholder {
    color: #3b5998;
  }

  .md_placeholder-facebook::-ms-input-placeholder {
    color: #3b5998;
  }

  .md_placeholder-facebook::placeholder {
    color: #3b5998;
  }

  .md_placeholder-twitter::-webkit-input-placeholder {
    color: #000000;
  }

  .md_placeholder-twitter::-moz-placeholder {
    color: #000000;
  }

  .md_placeholder-twitter:-ms-input-placeholder {
    color: #000000;
  }

  .md_placeholder-twitter::-ms-input-placeholder {
    color: #000000;
  }

  .md_placeholder-twitter::placeholder {
    color: #000000;
  }

  .md_placeholder-google::-webkit-input-placeholder {
    color: #DB4437;
  }

  .md_placeholder-google::-moz-placeholder {
    color: #DB4437;
  }

  .md_placeholder-google:-ms-input-placeholder {
    color: #DB4437;
  }

  .md_placeholder-google::-ms-input-placeholder {
    color: #DB4437;
  }

  .md_placeholder-google::placeholder {
    color: #DB4437;
  }

  .md_placeholder-linkedin::-webkit-input-placeholder {
    color: #0077B5;
  }

  .md_placeholder-linkedin::-moz-placeholder {
    color: #0077B5;
  }

  .md_placeholder-linkedin:-ms-input-placeholder {
    color: #0077B5;
  }

  .md_placeholder-linkedin::-ms-input-placeholder {
    color: #0077B5;
  }

  .md_placeholder-linkedin::placeholder {
    color: #0077B5;
  }

  .md_placeholder-adobe::-webkit-input-placeholder {
    color: #FF0000;
  }

  .md_placeholder-adobe::-moz-placeholder {
    color: #FF0000;
  }

  .md_placeholder-adobe:-ms-input-placeholder {
    color: #FF0000;
  }

  .md_placeholder-adobe::-ms-input-placeholder {
    color: #FF0000;
  }

  .md_placeholder-adobe::placeholder {
    color: #FF0000;
  }

  .md_placeholder-rss::-webkit-input-placeholder {
    color: #f26522;
  }

  .md_placeholder-rss::-moz-placeholder {
    color: #f26522;
  }

  .md_placeholder-rss:-ms-input-placeholder {
    color: #f26522;
  }

  .md_placeholder-rss::-ms-input-placeholder {
    color: #f26522;
  }

  .md_placeholder-rss::placeholder {
    color: #f26522;
  }

  .md_focus_placeholder-transparent:focus::-webkit-input-placeholder {
    color: transparent;
  }

  .md_focus_placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .md_focus_placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .md_focus_placeholder-transparent:focus::-ms-input-placeholder {
    color: transparent;
  }

  .md_focus_placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .md_focus_placeholder-black:focus::-webkit-input-placeholder {
    color: #000;
  }

  .md_focus_placeholder-black:focus::-moz-placeholder {
    color: #000;
  }

  .md_focus_placeholder-black:focus:-ms-input-placeholder {
    color: #000;
  }

  .md_focus_placeholder-black:focus::-ms-input-placeholder {
    color: #000;
  }

  .md_focus_placeholder-black:focus::placeholder {
    color: #000;
  }

  .md_focus_placeholder-white:focus::-webkit-input-placeholder {
    color: #fff;
  }

  .md_focus_placeholder-white:focus::-moz-placeholder {
    color: #fff;
  }

  .md_focus_placeholder-white:focus:-ms-input-placeholder {
    color: #fff;
  }

  .md_focus_placeholder-white:focus::-ms-input-placeholder {
    color: #fff;
  }

  .md_focus_placeholder-white:focus::placeholder {
    color: #fff;
  }

  .md_focus_placeholder-gray-100:focus::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .md_focus_placeholder-gray-100:focus::-moz-placeholder {
    color: #f7fafc;
  }

  .md_focus_placeholder-gray-100:focus:-ms-input-placeholder {
    color: #f7fafc;
  }

  .md_focus_placeholder-gray-100:focus::-ms-input-placeholder {
    color: #f7fafc;
  }

  .md_focus_placeholder-gray-100:focus::placeholder {
    color: #f7fafc;
  }

  .md_focus_placeholder-gray-200:focus::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .md_focus_placeholder-gray-200:focus::-moz-placeholder {
    color: #edf2f7;
  }

  .md_focus_placeholder-gray-200:focus:-ms-input-placeholder {
    color: #edf2f7;
  }

  .md_focus_placeholder-gray-200:focus::-ms-input-placeholder {
    color: #edf2f7;
  }

  .md_focus_placeholder-gray-200:focus::placeholder {
    color: #edf2f7;
  }

  .md_focus_placeholder-gray-300:focus::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .md_focus_placeholder-gray-300:focus::-moz-placeholder {
    color: #e2e8f0;
  }

  .md_focus_placeholder-gray-300:focus:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .md_focus_placeholder-gray-300:focus::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .md_focus_placeholder-gray-300:focus::placeholder {
    color: #e2e8f0;
  }

  .md_focus_placeholder-gray-400:focus::-webkit-input-placeholder {
    color: #B8B8B8;
  }

  .md_focus_placeholder-gray-400:focus::-moz-placeholder {
    color: #B8B8B8;
  }

  .md_focus_placeholder-gray-400:focus:-ms-input-placeholder {
    color: #B8B8B8;
  }

  .md_focus_placeholder-gray-400:focus::-ms-input-placeholder {
    color: #B8B8B8;
  }

  .md_focus_placeholder-gray-400:focus::placeholder {
    color: #B8B8B8;
  }

  .md_focus_placeholder-gray-500:focus::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .md_focus_placeholder-gray-500:focus::-moz-placeholder {
    color: #a0aec0;
  }

  .md_focus_placeholder-gray-500:focus:-ms-input-placeholder {
    color: #a0aec0;
  }

  .md_focus_placeholder-gray-500:focus::-ms-input-placeholder {
    color: #a0aec0;
  }

  .md_focus_placeholder-gray-500:focus::placeholder {
    color: #a0aec0;
  }

  .md_focus_placeholder-gray-600:focus::-webkit-input-placeholder {
    color: #718096;
  }

  .md_focus_placeholder-gray-600:focus::-moz-placeholder {
    color: #718096;
  }

  .md_focus_placeholder-gray-600:focus:-ms-input-placeholder {
    color: #718096;
  }

  .md_focus_placeholder-gray-600:focus::-ms-input-placeholder {
    color: #718096;
  }

  .md_focus_placeholder-gray-600:focus::placeholder {
    color: #718096;
  }

  .md_focus_placeholder-gray-700:focus::-webkit-input-placeholder {
    color: #313131;
  }

  .md_focus_placeholder-gray-700:focus::-moz-placeholder {
    color: #313131;
  }

  .md_focus_placeholder-gray-700:focus:-ms-input-placeholder {
    color: #313131;
  }

  .md_focus_placeholder-gray-700:focus::-ms-input-placeholder {
    color: #313131;
  }

  .md_focus_placeholder-gray-700:focus::placeholder {
    color: #313131;
  }

  .md_focus_placeholder-gray-800:focus::-webkit-input-placeholder {
    color: #2d3748;
  }

  .md_focus_placeholder-gray-800:focus::-moz-placeholder {
    color: #2d3748;
  }

  .md_focus_placeholder-gray-800:focus:-ms-input-placeholder {
    color: #2d3748;
  }

  .md_focus_placeholder-gray-800:focus::-ms-input-placeholder {
    color: #2d3748;
  }

  .md_focus_placeholder-gray-800:focus::placeholder {
    color: #2d3748;
  }

  .md_focus_placeholder-gray-900:focus::-webkit-input-placeholder {
    color: #1a202c;
  }

  .md_focus_placeholder-gray-900:focus::-moz-placeholder {
    color: #1a202c;
  }

  .md_focus_placeholder-gray-900:focus:-ms-input-placeholder {
    color: #1a202c;
  }

  .md_focus_placeholder-gray-900:focus::-ms-input-placeholder {
    color: #1a202c;
  }

  .md_focus_placeholder-gray-900:focus::placeholder {
    color: #1a202c;
  }

  .md_focus_placeholder-red-100:focus::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .md_focus_placeholder-red-100:focus::-moz-placeholder {
    color: #fff5f5;
  }

  .md_focus_placeholder-red-100:focus:-ms-input-placeholder {
    color: #fff5f5;
  }

  .md_focus_placeholder-red-100:focus::-ms-input-placeholder {
    color: #fff5f5;
  }

  .md_focus_placeholder-red-100:focus::placeholder {
    color: #fff5f5;
  }

  .md_focus_placeholder-red-200:focus::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .md_focus_placeholder-red-200:focus::-moz-placeholder {
    color: #fed7d7;
  }

  .md_focus_placeholder-red-200:focus:-ms-input-placeholder {
    color: #fed7d7;
  }

  .md_focus_placeholder-red-200:focus::-ms-input-placeholder {
    color: #fed7d7;
  }

  .md_focus_placeholder-red-200:focus::placeholder {
    color: #fed7d7;
  }

  .md_focus_placeholder-red-300:focus::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .md_focus_placeholder-red-300:focus::-moz-placeholder {
    color: #feb2b2;
  }

  .md_focus_placeholder-red-300:focus:-ms-input-placeholder {
    color: #feb2b2;
  }

  .md_focus_placeholder-red-300:focus::-ms-input-placeholder {
    color: #feb2b2;
  }

  .md_focus_placeholder-red-300:focus::placeholder {
    color: #feb2b2;
  }

  .md_focus_placeholder-red-400:focus::-webkit-input-placeholder {
    color: #fc8181;
  }

  .md_focus_placeholder-red-400:focus::-moz-placeholder {
    color: #fc8181;
  }

  .md_focus_placeholder-red-400:focus:-ms-input-placeholder {
    color: #fc8181;
  }

  .md_focus_placeholder-red-400:focus::-ms-input-placeholder {
    color: #fc8181;
  }

  .md_focus_placeholder-red-400:focus::placeholder {
    color: #fc8181;
  }

  .md_focus_placeholder-red-500:focus::-webkit-input-placeholder {
    color: #f56565;
  }

  .md_focus_placeholder-red-500:focus::-moz-placeholder {
    color: #f56565;
  }

  .md_focus_placeholder-red-500:focus:-ms-input-placeholder {
    color: #f56565;
  }

  .md_focus_placeholder-red-500:focus::-ms-input-placeholder {
    color: #f56565;
  }

  .md_focus_placeholder-red-500:focus::placeholder {
    color: #f56565;
  }

  .md_focus_placeholder-red-600:focus::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .md_focus_placeholder-red-600:focus::-moz-placeholder {
    color: #e53e3e;
  }

  .md_focus_placeholder-red-600:focus:-ms-input-placeholder {
    color: #e53e3e;
  }

  .md_focus_placeholder-red-600:focus::-ms-input-placeholder {
    color: #e53e3e;
  }

  .md_focus_placeholder-red-600:focus::placeholder {
    color: #e53e3e;
  }

  .md_focus_placeholder-red-700:focus::-webkit-input-placeholder {
    color: #c53030;
  }

  .md_focus_placeholder-red-700:focus::-moz-placeholder {
    color: #c53030;
  }

  .md_focus_placeholder-red-700:focus:-ms-input-placeholder {
    color: #c53030;
  }

  .md_focus_placeholder-red-700:focus::-ms-input-placeholder {
    color: #c53030;
  }

  .md_focus_placeholder-red-700:focus::placeholder {
    color: #c53030;
  }

  .md_focus_placeholder-red-800:focus::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .md_focus_placeholder-red-800:focus::-moz-placeholder {
    color: #9b2c2c;
  }

  .md_focus_placeholder-red-800:focus:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .md_focus_placeholder-red-800:focus::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .md_focus_placeholder-red-800:focus::placeholder {
    color: #9b2c2c;
  }

  .md_focus_placeholder-red-900:focus::-webkit-input-placeholder {
    color: #742a2a;
  }

  .md_focus_placeholder-red-900:focus::-moz-placeholder {
    color: #742a2a;
  }

  .md_focus_placeholder-red-900:focus:-ms-input-placeholder {
    color: #742a2a;
  }

  .md_focus_placeholder-red-900:focus::-ms-input-placeholder {
    color: #742a2a;
  }

  .md_focus_placeholder-red-900:focus::placeholder {
    color: #742a2a;
  }

  .md_focus_placeholder-orange-100:focus::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .md_focus_placeholder-orange-100:focus::-moz-placeholder {
    color: #fffaf0;
  }

  .md_focus_placeholder-orange-100:focus:-ms-input-placeholder {
    color: #fffaf0;
  }

  .md_focus_placeholder-orange-100:focus::-ms-input-placeholder {
    color: #fffaf0;
  }

  .md_focus_placeholder-orange-100:focus::placeholder {
    color: #fffaf0;
  }

  .md_focus_placeholder-orange-200:focus::-webkit-input-placeholder {
    color: #feebc8;
  }

  .md_focus_placeholder-orange-200:focus::-moz-placeholder {
    color: #feebc8;
  }

  .md_focus_placeholder-orange-200:focus:-ms-input-placeholder {
    color: #feebc8;
  }

  .md_focus_placeholder-orange-200:focus::-ms-input-placeholder {
    color: #feebc8;
  }

  .md_focus_placeholder-orange-200:focus::placeholder {
    color: #feebc8;
  }

  .md_focus_placeholder-orange-300:focus::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .md_focus_placeholder-orange-300:focus::-moz-placeholder {
    color: #fbd38d;
  }

  .md_focus_placeholder-orange-300:focus:-ms-input-placeholder {
    color: #fbd38d;
  }

  .md_focus_placeholder-orange-300:focus::-ms-input-placeholder {
    color: #fbd38d;
  }

  .md_focus_placeholder-orange-300:focus::placeholder {
    color: #fbd38d;
  }

  .md_focus_placeholder-orange-400:focus::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .md_focus_placeholder-orange-400:focus::-moz-placeholder {
    color: #f6ad55;
  }

  .md_focus_placeholder-orange-400:focus:-ms-input-placeholder {
    color: #f6ad55;
  }

  .md_focus_placeholder-orange-400:focus::-ms-input-placeholder {
    color: #f6ad55;
  }

  .md_focus_placeholder-orange-400:focus::placeholder {
    color: #f6ad55;
  }

  .md_focus_placeholder-orange-500:focus::-webkit-input-placeholder {
    color: #ed8936;
  }

  .md_focus_placeholder-orange-500:focus::-moz-placeholder {
    color: #ed8936;
  }

  .md_focus_placeholder-orange-500:focus:-ms-input-placeholder {
    color: #ed8936;
  }

  .md_focus_placeholder-orange-500:focus::-ms-input-placeholder {
    color: #ed8936;
  }

  .md_focus_placeholder-orange-500:focus::placeholder {
    color: #ed8936;
  }

  .md_focus_placeholder-orange-600:focus::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .md_focus_placeholder-orange-600:focus::-moz-placeholder {
    color: #dd6b20;
  }

  .md_focus_placeholder-orange-600:focus:-ms-input-placeholder {
    color: #dd6b20;
  }

  .md_focus_placeholder-orange-600:focus::-ms-input-placeholder {
    color: #dd6b20;
  }

  .md_focus_placeholder-orange-600:focus::placeholder {
    color: #dd6b20;
  }

  .md_focus_placeholder-orange-700:focus::-webkit-input-placeholder {
    color: #c05621;
  }

  .md_focus_placeholder-orange-700:focus::-moz-placeholder {
    color: #c05621;
  }

  .md_focus_placeholder-orange-700:focus:-ms-input-placeholder {
    color: #c05621;
  }

  .md_focus_placeholder-orange-700:focus::-ms-input-placeholder {
    color: #c05621;
  }

  .md_focus_placeholder-orange-700:focus::placeholder {
    color: #c05621;
  }

  .md_focus_placeholder-orange-800:focus::-webkit-input-placeholder {
    color: #9c4221;
  }

  .md_focus_placeholder-orange-800:focus::-moz-placeholder {
    color: #9c4221;
  }

  .md_focus_placeholder-orange-800:focus:-ms-input-placeholder {
    color: #9c4221;
  }

  .md_focus_placeholder-orange-800:focus::-ms-input-placeholder {
    color: #9c4221;
  }

  .md_focus_placeholder-orange-800:focus::placeholder {
    color: #9c4221;
  }

  .md_focus_placeholder-orange-900:focus::-webkit-input-placeholder {
    color: #7b341e;
  }

  .md_focus_placeholder-orange-900:focus::-moz-placeholder {
    color: #7b341e;
  }

  .md_focus_placeholder-orange-900:focus:-ms-input-placeholder {
    color: #7b341e;
  }

  .md_focus_placeholder-orange-900:focus::-ms-input-placeholder {
    color: #7b341e;
  }

  .md_focus_placeholder-orange-900:focus::placeholder {
    color: #7b341e;
  }

  .md_focus_placeholder-yellow-100:focus::-webkit-input-placeholder {
    color: #fffff0;
  }

  .md_focus_placeholder-yellow-100:focus::-moz-placeholder {
    color: #fffff0;
  }

  .md_focus_placeholder-yellow-100:focus:-ms-input-placeholder {
    color: #fffff0;
  }

  .md_focus_placeholder-yellow-100:focus::-ms-input-placeholder {
    color: #fffff0;
  }

  .md_focus_placeholder-yellow-100:focus::placeholder {
    color: #fffff0;
  }

  .md_focus_placeholder-yellow-200:focus::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .md_focus_placeholder-yellow-200:focus::-moz-placeholder {
    color: #fefcbf;
  }

  .md_focus_placeholder-yellow-200:focus:-ms-input-placeholder {
    color: #fefcbf;
  }

  .md_focus_placeholder-yellow-200:focus::-ms-input-placeholder {
    color: #fefcbf;
  }

  .md_focus_placeholder-yellow-200:focus::placeholder {
    color: #fefcbf;
  }

  .md_focus_placeholder-yellow-300:focus::-webkit-input-placeholder {
    color: #faf089;
  }

  .md_focus_placeholder-yellow-300:focus::-moz-placeholder {
    color: #faf089;
  }

  .md_focus_placeholder-yellow-300:focus:-ms-input-placeholder {
    color: #faf089;
  }

  .md_focus_placeholder-yellow-300:focus::-ms-input-placeholder {
    color: #faf089;
  }

  .md_focus_placeholder-yellow-300:focus::placeholder {
    color: #faf089;
  }

  .md_focus_placeholder-yellow-400:focus::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .md_focus_placeholder-yellow-400:focus::-moz-placeholder {
    color: #f6e05e;
  }

  .md_focus_placeholder-yellow-400:focus:-ms-input-placeholder {
    color: #f6e05e;
  }

  .md_focus_placeholder-yellow-400:focus::-ms-input-placeholder {
    color: #f6e05e;
  }

  .md_focus_placeholder-yellow-400:focus::placeholder {
    color: #f6e05e;
  }

  .md_focus_placeholder-yellow-500:focus::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .md_focus_placeholder-yellow-500:focus::-moz-placeholder {
    color: #ecc94b;
  }

  .md_focus_placeholder-yellow-500:focus:-ms-input-placeholder {
    color: #ecc94b;
  }

  .md_focus_placeholder-yellow-500:focus::-ms-input-placeholder {
    color: #ecc94b;
  }

  .md_focus_placeholder-yellow-500:focus::placeholder {
    color: #ecc94b;
  }

  .md_focus_placeholder-yellow-600:focus::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .md_focus_placeholder-yellow-600:focus::-moz-placeholder {
    color: #d69e2e;
  }

  .md_focus_placeholder-yellow-600:focus:-ms-input-placeholder {
    color: #d69e2e;
  }

  .md_focus_placeholder-yellow-600:focus::-ms-input-placeholder {
    color: #d69e2e;
  }

  .md_focus_placeholder-yellow-600:focus::placeholder {
    color: #d69e2e;
  }

  .md_focus_placeholder-yellow-700:focus::-webkit-input-placeholder {
    color: #b7791f;
  }

  .md_focus_placeholder-yellow-700:focus::-moz-placeholder {
    color: #b7791f;
  }

  .md_focus_placeholder-yellow-700:focus:-ms-input-placeholder {
    color: #b7791f;
  }

  .md_focus_placeholder-yellow-700:focus::-ms-input-placeholder {
    color: #b7791f;
  }

  .md_focus_placeholder-yellow-700:focus::placeholder {
    color: #b7791f;
  }

  .md_focus_placeholder-yellow-800:focus::-webkit-input-placeholder {
    color: #975a16;
  }

  .md_focus_placeholder-yellow-800:focus::-moz-placeholder {
    color: #975a16;
  }

  .md_focus_placeholder-yellow-800:focus:-ms-input-placeholder {
    color: #975a16;
  }

  .md_focus_placeholder-yellow-800:focus::-ms-input-placeholder {
    color: #975a16;
  }

  .md_focus_placeholder-yellow-800:focus::placeholder {
    color: #975a16;
  }

  .md_focus_placeholder-yellow-900:focus::-webkit-input-placeholder {
    color: #744210;
  }

  .md_focus_placeholder-yellow-900:focus::-moz-placeholder {
    color: #744210;
  }

  .md_focus_placeholder-yellow-900:focus:-ms-input-placeholder {
    color: #744210;
  }

  .md_focus_placeholder-yellow-900:focus::-ms-input-placeholder {
    color: #744210;
  }

  .md_focus_placeholder-yellow-900:focus::placeholder {
    color: #744210;
  }

  .md_focus_placeholder-green-100:focus::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .md_focus_placeholder-green-100:focus::-moz-placeholder {
    color: #f0fff4;
  }

  .md_focus_placeholder-green-100:focus:-ms-input-placeholder {
    color: #f0fff4;
  }

  .md_focus_placeholder-green-100:focus::-ms-input-placeholder {
    color: #f0fff4;
  }

  .md_focus_placeholder-green-100:focus::placeholder {
    color: #f0fff4;
  }

  .md_focus_placeholder-green-200:focus::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .md_focus_placeholder-green-200:focus::-moz-placeholder {
    color: #c6f6d5;
  }

  .md_focus_placeholder-green-200:focus:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .md_focus_placeholder-green-200:focus::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .md_focus_placeholder-green-200:focus::placeholder {
    color: #c6f6d5;
  }

  .md_focus_placeholder-green-300:focus::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .md_focus_placeholder-green-300:focus::-moz-placeholder {
    color: #9ae6b4;
  }

  .md_focus_placeholder-green-300:focus:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .md_focus_placeholder-green-300:focus::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .md_focus_placeholder-green-300:focus::placeholder {
    color: #9ae6b4;
  }

  .md_focus_placeholder-green-400:focus::-webkit-input-placeholder {
    color: #68d391;
  }

  .md_focus_placeholder-green-400:focus::-moz-placeholder {
    color: #68d391;
  }

  .md_focus_placeholder-green-400:focus:-ms-input-placeholder {
    color: #68d391;
  }

  .md_focus_placeholder-green-400:focus::-ms-input-placeholder {
    color: #68d391;
  }

  .md_focus_placeholder-green-400:focus::placeholder {
    color: #68d391;
  }

  .md_focus_placeholder-green-500:focus::-webkit-input-placeholder {
    color: #48bb78;
  }

  .md_focus_placeholder-green-500:focus::-moz-placeholder {
    color: #48bb78;
  }

  .md_focus_placeholder-green-500:focus:-ms-input-placeholder {
    color: #48bb78;
  }

  .md_focus_placeholder-green-500:focus::-ms-input-placeholder {
    color: #48bb78;
  }

  .md_focus_placeholder-green-500:focus::placeholder {
    color: #48bb78;
  }

  .md_focus_placeholder-green-600:focus::-webkit-input-placeholder {
    color: #38a169;
  }

  .md_focus_placeholder-green-600:focus::-moz-placeholder {
    color: #38a169;
  }

  .md_focus_placeholder-green-600:focus:-ms-input-placeholder {
    color: #38a169;
  }

  .md_focus_placeholder-green-600:focus::-ms-input-placeholder {
    color: #38a169;
  }

  .md_focus_placeholder-green-600:focus::placeholder {
    color: #38a169;
  }

  .md_focus_placeholder-green-700:focus::-webkit-input-placeholder {
    color: #2f855a;
  }

  .md_focus_placeholder-green-700:focus::-moz-placeholder {
    color: #2f855a;
  }

  .md_focus_placeholder-green-700:focus:-ms-input-placeholder {
    color: #2f855a;
  }

  .md_focus_placeholder-green-700:focus::-ms-input-placeholder {
    color: #2f855a;
  }

  .md_focus_placeholder-green-700:focus::placeholder {
    color: #2f855a;
  }

  .md_focus_placeholder-green-800:focus::-webkit-input-placeholder {
    color: #276749;
  }

  .md_focus_placeholder-green-800:focus::-moz-placeholder {
    color: #276749;
  }

  .md_focus_placeholder-green-800:focus:-ms-input-placeholder {
    color: #276749;
  }

  .md_focus_placeholder-green-800:focus::-ms-input-placeholder {
    color: #276749;
  }

  .md_focus_placeholder-green-800:focus::placeholder {
    color: #276749;
  }

  .md_focus_placeholder-green-900:focus::-webkit-input-placeholder {
    color: #22543d;
  }

  .md_focus_placeholder-green-900:focus::-moz-placeholder {
    color: #22543d;
  }

  .md_focus_placeholder-green-900:focus:-ms-input-placeholder {
    color: #22543d;
  }

  .md_focus_placeholder-green-900:focus::-ms-input-placeholder {
    color: #22543d;
  }

  .md_focus_placeholder-green-900:focus::placeholder {
    color: #22543d;
  }

  .md_focus_placeholder-teal-100:focus::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .md_focus_placeholder-teal-100:focus::-moz-placeholder {
    color: #e6fffa;
  }

  .md_focus_placeholder-teal-100:focus:-ms-input-placeholder {
    color: #e6fffa;
  }

  .md_focus_placeholder-teal-100:focus::-ms-input-placeholder {
    color: #e6fffa;
  }

  .md_focus_placeholder-teal-100:focus::placeholder {
    color: #e6fffa;
  }

  .md_focus_placeholder-teal-200:focus::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .md_focus_placeholder-teal-200:focus::-moz-placeholder {
    color: #b2f5ea;
  }

  .md_focus_placeholder-teal-200:focus:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .md_focus_placeholder-teal-200:focus::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .md_focus_placeholder-teal-200:focus::placeholder {
    color: #b2f5ea;
  }

  .md_focus_placeholder-teal-300:focus::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .md_focus_placeholder-teal-300:focus::-moz-placeholder {
    color: #81e6d9;
  }

  .md_focus_placeholder-teal-300:focus:-ms-input-placeholder {
    color: #81e6d9;
  }

  .md_focus_placeholder-teal-300:focus::-ms-input-placeholder {
    color: #81e6d9;
  }

  .md_focus_placeholder-teal-300:focus::placeholder {
    color: #81e6d9;
  }

  .md_focus_placeholder-teal-400:focus::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .md_focus_placeholder-teal-400:focus::-moz-placeholder {
    color: #4fd1c5;
  }

  .md_focus_placeholder-teal-400:focus:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .md_focus_placeholder-teal-400:focus::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .md_focus_placeholder-teal-400:focus::placeholder {
    color: #4fd1c5;
  }

  .md_focus_placeholder-teal-500:focus::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .md_focus_placeholder-teal-500:focus::-moz-placeholder {
    color: #38b2ac;
  }

  .md_focus_placeholder-teal-500:focus:-ms-input-placeholder {
    color: #38b2ac;
  }

  .md_focus_placeholder-teal-500:focus::-ms-input-placeholder {
    color: #38b2ac;
  }

  .md_focus_placeholder-teal-500:focus::placeholder {
    color: #38b2ac;
  }

  .md_focus_placeholder-teal-600:focus::-webkit-input-placeholder {
    color: #319795;
  }

  .md_focus_placeholder-teal-600:focus::-moz-placeholder {
    color: #319795;
  }

  .md_focus_placeholder-teal-600:focus:-ms-input-placeholder {
    color: #319795;
  }

  .md_focus_placeholder-teal-600:focus::-ms-input-placeholder {
    color: #319795;
  }

  .md_focus_placeholder-teal-600:focus::placeholder {
    color: #319795;
  }

  .md_focus_placeholder-teal-700:focus::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .md_focus_placeholder-teal-700:focus::-moz-placeholder {
    color: #2c7a7b;
  }

  .md_focus_placeholder-teal-700:focus:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .md_focus_placeholder-teal-700:focus::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .md_focus_placeholder-teal-700:focus::placeholder {
    color: #2c7a7b;
  }

  .md_focus_placeholder-teal-800:focus::-webkit-input-placeholder {
    color: #285e61;
  }

  .md_focus_placeholder-teal-800:focus::-moz-placeholder {
    color: #285e61;
  }

  .md_focus_placeholder-teal-800:focus:-ms-input-placeholder {
    color: #285e61;
  }

  .md_focus_placeholder-teal-800:focus::-ms-input-placeholder {
    color: #285e61;
  }

  .md_focus_placeholder-teal-800:focus::placeholder {
    color: #285e61;
  }

  .md_focus_placeholder-teal-900:focus::-webkit-input-placeholder {
    color: #234e52;
  }

  .md_focus_placeholder-teal-900:focus::-moz-placeholder {
    color: #234e52;
  }

  .md_focus_placeholder-teal-900:focus:-ms-input-placeholder {
    color: #234e52;
  }

  .md_focus_placeholder-teal-900:focus::-ms-input-placeholder {
    color: #234e52;
  }

  .md_focus_placeholder-teal-900:focus::placeholder {
    color: #234e52;
  }

  .md_focus_placeholder-blue-100:focus::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .md_focus_placeholder-blue-100:focus::-moz-placeholder {
    color: #ebf8ff;
  }

  .md_focus_placeholder-blue-100:focus:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .md_focus_placeholder-blue-100:focus::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .md_focus_placeholder-blue-100:focus::placeholder {
    color: #ebf8ff;
  }

  .md_focus_placeholder-blue-200:focus::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .md_focus_placeholder-blue-200:focus::-moz-placeholder {
    color: #bee3f8;
  }

  .md_focus_placeholder-blue-200:focus:-ms-input-placeholder {
    color: #bee3f8;
  }

  .md_focus_placeholder-blue-200:focus::-ms-input-placeholder {
    color: #bee3f8;
  }

  .md_focus_placeholder-blue-200:focus::placeholder {
    color: #bee3f8;
  }

  .md_focus_placeholder-blue-300:focus::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .md_focus_placeholder-blue-300:focus::-moz-placeholder {
    color: #90cdf4;
  }

  .md_focus_placeholder-blue-300:focus:-ms-input-placeholder {
    color: #90cdf4;
  }

  .md_focus_placeholder-blue-300:focus::-ms-input-placeholder {
    color: #90cdf4;
  }

  .md_focus_placeholder-blue-300:focus::placeholder {
    color: #90cdf4;
  }

  .md_focus_placeholder-blue-400:focus::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .md_focus_placeholder-blue-400:focus::-moz-placeholder {
    color: #63b3ed;
  }

  .md_focus_placeholder-blue-400:focus:-ms-input-placeholder {
    color: #63b3ed;
  }

  .md_focus_placeholder-blue-400:focus::-ms-input-placeholder {
    color: #63b3ed;
  }

  .md_focus_placeholder-blue-400:focus::placeholder {
    color: #63b3ed;
  }

  .md_focus_placeholder-blue-500:focus::-webkit-input-placeholder {
    color: #4299e1;
  }

  .md_focus_placeholder-blue-500:focus::-moz-placeholder {
    color: #4299e1;
  }

  .md_focus_placeholder-blue-500:focus:-ms-input-placeholder {
    color: #4299e1;
  }

  .md_focus_placeholder-blue-500:focus::-ms-input-placeholder {
    color: #4299e1;
  }

  .md_focus_placeholder-blue-500:focus::placeholder {
    color: #4299e1;
  }

  .md_focus_placeholder-blue-600:focus::-webkit-input-placeholder {
    color: #3182ce;
  }

  .md_focus_placeholder-blue-600:focus::-moz-placeholder {
    color: #3182ce;
  }

  .md_focus_placeholder-blue-600:focus:-ms-input-placeholder {
    color: #3182ce;
  }

  .md_focus_placeholder-blue-600:focus::-ms-input-placeholder {
    color: #3182ce;
  }

  .md_focus_placeholder-blue-600:focus::placeholder {
    color: #3182ce;
  }

  .md_focus_placeholder-blue-700:focus::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .md_focus_placeholder-blue-700:focus::-moz-placeholder {
    color: #2b6cb0;
  }

  .md_focus_placeholder-blue-700:focus:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .md_focus_placeholder-blue-700:focus::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .md_focus_placeholder-blue-700:focus::placeholder {
    color: #2b6cb0;
  }

  .md_focus_placeholder-blue-800:focus::-webkit-input-placeholder {
    color: #2c5282;
  }

  .md_focus_placeholder-blue-800:focus::-moz-placeholder {
    color: #2c5282;
  }

  .md_focus_placeholder-blue-800:focus:-ms-input-placeholder {
    color: #2c5282;
  }

  .md_focus_placeholder-blue-800:focus::-ms-input-placeholder {
    color: #2c5282;
  }

  .md_focus_placeholder-blue-800:focus::placeholder {
    color: #2c5282;
  }

  .md_focus_placeholder-blue-900:focus::-webkit-input-placeholder {
    color: #2B4780;
  }

  .md_focus_placeholder-blue-900:focus::-moz-placeholder {
    color: #2B4780;
  }

  .md_focus_placeholder-blue-900:focus:-ms-input-placeholder {
    color: #2B4780;
  }

  .md_focus_placeholder-blue-900:focus::-ms-input-placeholder {
    color: #2B4780;
  }

  .md_focus_placeholder-blue-900:focus::placeholder {
    color: #2B4780;
  }

  .md_focus_placeholder-indigo-100:focus::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .md_focus_placeholder-indigo-100:focus::-moz-placeholder {
    color: #ebf4ff;
  }

  .md_focus_placeholder-indigo-100:focus:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .md_focus_placeholder-indigo-100:focus::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .md_focus_placeholder-indigo-100:focus::placeholder {
    color: #ebf4ff;
  }

  .md_focus_placeholder-indigo-200:focus::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .md_focus_placeholder-indigo-200:focus::-moz-placeholder {
    color: #c3dafe;
  }

  .md_focus_placeholder-indigo-200:focus:-ms-input-placeholder {
    color: #c3dafe;
  }

  .md_focus_placeholder-indigo-200:focus::-ms-input-placeholder {
    color: #c3dafe;
  }

  .md_focus_placeholder-indigo-200:focus::placeholder {
    color: #c3dafe;
  }

  .md_focus_placeholder-indigo-300:focus::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .md_focus_placeholder-indigo-300:focus::-moz-placeholder {
    color: #a3bffa;
  }

  .md_focus_placeholder-indigo-300:focus:-ms-input-placeholder {
    color: #a3bffa;
  }

  .md_focus_placeholder-indigo-300:focus::-ms-input-placeholder {
    color: #a3bffa;
  }

  .md_focus_placeholder-indigo-300:focus::placeholder {
    color: #a3bffa;
  }

  .md_focus_placeholder-indigo-400:focus::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .md_focus_placeholder-indigo-400:focus::-moz-placeholder {
    color: #7f9cf5;
  }

  .md_focus_placeholder-indigo-400:focus:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .md_focus_placeholder-indigo-400:focus::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .md_focus_placeholder-indigo-400:focus::placeholder {
    color: #7f9cf5;
  }

  .md_focus_placeholder-indigo-500:focus::-webkit-input-placeholder {
    color: #667eea;
  }

  .md_focus_placeholder-indigo-500:focus::-moz-placeholder {
    color: #667eea;
  }

  .md_focus_placeholder-indigo-500:focus:-ms-input-placeholder {
    color: #667eea;
  }

  .md_focus_placeholder-indigo-500:focus::-ms-input-placeholder {
    color: #667eea;
  }

  .md_focus_placeholder-indigo-500:focus::placeholder {
    color: #667eea;
  }

  .md_focus_placeholder-indigo-600:focus::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .md_focus_placeholder-indigo-600:focus::-moz-placeholder {
    color: #5a67d8;
  }

  .md_focus_placeholder-indigo-600:focus:-ms-input-placeholder {
    color: #5a67d8;
  }

  .md_focus_placeholder-indigo-600:focus::-ms-input-placeholder {
    color: #5a67d8;
  }

  .md_focus_placeholder-indigo-600:focus::placeholder {
    color: #5a67d8;
  }

  .md_focus_placeholder-indigo-700:focus::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .md_focus_placeholder-indigo-700:focus::-moz-placeholder {
    color: #4c51bf;
  }

  .md_focus_placeholder-indigo-700:focus:-ms-input-placeholder {
    color: #4c51bf;
  }

  .md_focus_placeholder-indigo-700:focus::-ms-input-placeholder {
    color: #4c51bf;
  }

  .md_focus_placeholder-indigo-700:focus::placeholder {
    color: #4c51bf;
  }

  .md_focus_placeholder-indigo-800:focus::-webkit-input-placeholder {
    color: #434190;
  }

  .md_focus_placeholder-indigo-800:focus::-moz-placeholder {
    color: #434190;
  }

  .md_focus_placeholder-indigo-800:focus:-ms-input-placeholder {
    color: #434190;
  }

  .md_focus_placeholder-indigo-800:focus::-ms-input-placeholder {
    color: #434190;
  }

  .md_focus_placeholder-indigo-800:focus::placeholder {
    color: #434190;
  }

  .md_focus_placeholder-indigo-900:focus::-webkit-input-placeholder {
    color: #3c366b;
  }

  .md_focus_placeholder-indigo-900:focus::-moz-placeholder {
    color: #3c366b;
  }

  .md_focus_placeholder-indigo-900:focus:-ms-input-placeholder {
    color: #3c366b;
  }

  .md_focus_placeholder-indigo-900:focus::-ms-input-placeholder {
    color: #3c366b;
  }

  .md_focus_placeholder-indigo-900:focus::placeholder {
    color: #3c366b;
  }

  .md_focus_placeholder-purple-100:focus::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .md_focus_placeholder-purple-100:focus::-moz-placeholder {
    color: #faf5ff;
  }

  .md_focus_placeholder-purple-100:focus:-ms-input-placeholder {
    color: #faf5ff;
  }

  .md_focus_placeholder-purple-100:focus::-ms-input-placeholder {
    color: #faf5ff;
  }

  .md_focus_placeholder-purple-100:focus::placeholder {
    color: #faf5ff;
  }

  .md_focus_placeholder-purple-200:focus::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .md_focus_placeholder-purple-200:focus::-moz-placeholder {
    color: #e9d8fd;
  }

  .md_focus_placeholder-purple-200:focus:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .md_focus_placeholder-purple-200:focus::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .md_focus_placeholder-purple-200:focus::placeholder {
    color: #e9d8fd;
  }

  .md_focus_placeholder-purple-300:focus::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .md_focus_placeholder-purple-300:focus::-moz-placeholder {
    color: #d6bcfa;
  }

  .md_focus_placeholder-purple-300:focus:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .md_focus_placeholder-purple-300:focus::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .md_focus_placeholder-purple-300:focus::placeholder {
    color: #d6bcfa;
  }

  .md_focus_placeholder-purple-400:focus::-webkit-input-placeholder {
    color: #b794f4;
  }

  .md_focus_placeholder-purple-400:focus::-moz-placeholder {
    color: #b794f4;
  }

  .md_focus_placeholder-purple-400:focus:-ms-input-placeholder {
    color: #b794f4;
  }

  .md_focus_placeholder-purple-400:focus::-ms-input-placeholder {
    color: #b794f4;
  }

  .md_focus_placeholder-purple-400:focus::placeholder {
    color: #b794f4;
  }

  .md_focus_placeholder-purple-500:focus::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .md_focus_placeholder-purple-500:focus::-moz-placeholder {
    color: #9f7aea;
  }

  .md_focus_placeholder-purple-500:focus:-ms-input-placeholder {
    color: #9f7aea;
  }

  .md_focus_placeholder-purple-500:focus::-ms-input-placeholder {
    color: #9f7aea;
  }

  .md_focus_placeholder-purple-500:focus::placeholder {
    color: #9f7aea;
  }

  .md_focus_placeholder-purple-600:focus::-webkit-input-placeholder {
    color: #805ad5;
  }

  .md_focus_placeholder-purple-600:focus::-moz-placeholder {
    color: #805ad5;
  }

  .md_focus_placeholder-purple-600:focus:-ms-input-placeholder {
    color: #805ad5;
  }

  .md_focus_placeholder-purple-600:focus::-ms-input-placeholder {
    color: #805ad5;
  }

  .md_focus_placeholder-purple-600:focus::placeholder {
    color: #805ad5;
  }

  .md_focus_placeholder-purple-700:focus::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .md_focus_placeholder-purple-700:focus::-moz-placeholder {
    color: #6b46c1;
  }

  .md_focus_placeholder-purple-700:focus:-ms-input-placeholder {
    color: #6b46c1;
  }

  .md_focus_placeholder-purple-700:focus::-ms-input-placeholder {
    color: #6b46c1;
  }

  .md_focus_placeholder-purple-700:focus::placeholder {
    color: #6b46c1;
  }

  .md_focus_placeholder-purple-800:focus::-webkit-input-placeholder {
    color: #553c9a;
  }

  .md_focus_placeholder-purple-800:focus::-moz-placeholder {
    color: #553c9a;
  }

  .md_focus_placeholder-purple-800:focus:-ms-input-placeholder {
    color: #553c9a;
  }

  .md_focus_placeholder-purple-800:focus::-ms-input-placeholder {
    color: #553c9a;
  }

  .md_focus_placeholder-purple-800:focus::placeholder {
    color: #553c9a;
  }

  .md_focus_placeholder-purple-900:focus::-webkit-input-placeholder {
    color: #44337a;
  }

  .md_focus_placeholder-purple-900:focus::-moz-placeholder {
    color: #44337a;
  }

  .md_focus_placeholder-purple-900:focus:-ms-input-placeholder {
    color: #44337a;
  }

  .md_focus_placeholder-purple-900:focus::-ms-input-placeholder {
    color: #44337a;
  }

  .md_focus_placeholder-purple-900:focus::placeholder {
    color: #44337a;
  }

  .md_focus_placeholder-pink-100:focus::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .md_focus_placeholder-pink-100:focus::-moz-placeholder {
    color: #fff5f7;
  }

  .md_focus_placeholder-pink-100:focus:-ms-input-placeholder {
    color: #fff5f7;
  }

  .md_focus_placeholder-pink-100:focus::-ms-input-placeholder {
    color: #fff5f7;
  }

  .md_focus_placeholder-pink-100:focus::placeholder {
    color: #fff5f7;
  }

  .md_focus_placeholder-pink-200:focus::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .md_focus_placeholder-pink-200:focus::-moz-placeholder {
    color: #fed7e2;
  }

  .md_focus_placeholder-pink-200:focus:-ms-input-placeholder {
    color: #fed7e2;
  }

  .md_focus_placeholder-pink-200:focus::-ms-input-placeholder {
    color: #fed7e2;
  }

  .md_focus_placeholder-pink-200:focus::placeholder {
    color: #fed7e2;
  }

  .md_focus_placeholder-pink-300:focus::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .md_focus_placeholder-pink-300:focus::-moz-placeholder {
    color: #fbb6ce;
  }

  .md_focus_placeholder-pink-300:focus:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .md_focus_placeholder-pink-300:focus::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .md_focus_placeholder-pink-300:focus::placeholder {
    color: #fbb6ce;
  }

  .md_focus_placeholder-pink-400:focus::-webkit-input-placeholder {
    color: #f687b3;
  }

  .md_focus_placeholder-pink-400:focus::-moz-placeholder {
    color: #f687b3;
  }

  .md_focus_placeholder-pink-400:focus:-ms-input-placeholder {
    color: #f687b3;
  }

  .md_focus_placeholder-pink-400:focus::-ms-input-placeholder {
    color: #f687b3;
  }

  .md_focus_placeholder-pink-400:focus::placeholder {
    color: #f687b3;
  }

  .md_focus_placeholder-pink-500:focus::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .md_focus_placeholder-pink-500:focus::-moz-placeholder {
    color: #ed64a6;
  }

  .md_focus_placeholder-pink-500:focus:-ms-input-placeholder {
    color: #ed64a6;
  }

  .md_focus_placeholder-pink-500:focus::-ms-input-placeholder {
    color: #ed64a6;
  }

  .md_focus_placeholder-pink-500:focus::placeholder {
    color: #ed64a6;
  }

  .md_focus_placeholder-pink-600:focus::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .md_focus_placeholder-pink-600:focus::-moz-placeholder {
    color: #d53f8c;
  }

  .md_focus_placeholder-pink-600:focus:-ms-input-placeholder {
    color: #d53f8c;
  }

  .md_focus_placeholder-pink-600:focus::-ms-input-placeholder {
    color: #d53f8c;
  }

  .md_focus_placeholder-pink-600:focus::placeholder {
    color: #d53f8c;
  }

  .md_focus_placeholder-pink-700:focus::-webkit-input-placeholder {
    color: #b83280;
  }

  .md_focus_placeholder-pink-700:focus::-moz-placeholder {
    color: #b83280;
  }

  .md_focus_placeholder-pink-700:focus:-ms-input-placeholder {
    color: #b83280;
  }

  .md_focus_placeholder-pink-700:focus::-ms-input-placeholder {
    color: #b83280;
  }

  .md_focus_placeholder-pink-700:focus::placeholder {
    color: #b83280;
  }

  .md_focus_placeholder-pink-800:focus::-webkit-input-placeholder {
    color: #97266d;
  }

  .md_focus_placeholder-pink-800:focus::-moz-placeholder {
    color: #97266d;
  }

  .md_focus_placeholder-pink-800:focus:-ms-input-placeholder {
    color: #97266d;
  }

  .md_focus_placeholder-pink-800:focus::-ms-input-placeholder {
    color: #97266d;
  }

  .md_focus_placeholder-pink-800:focus::placeholder {
    color: #97266d;
  }

  .md_focus_placeholder-pink-900:focus::-webkit-input-placeholder {
    color: #702459;
  }

  .md_focus_placeholder-pink-900:focus::-moz-placeholder {
    color: #702459;
  }

  .md_focus_placeholder-pink-900:focus:-ms-input-placeholder {
    color: #702459;
  }

  .md_focus_placeholder-pink-900:focus::-ms-input-placeholder {
    color: #702459;
  }

  .md_focus_placeholder-pink-900:focus::placeholder {
    color: #702459;
  }

  .md_focus_placeholder-brand:focus::-webkit-input-placeholder {
    color: #FE2929;
  }

  .md_focus_placeholder-brand:focus::-moz-placeholder {
    color: #FE2929;
  }

  .md_focus_placeholder-brand:focus:-ms-input-placeholder {
    color: #FE2929;
  }

  .md_focus_placeholder-brand:focus::-ms-input-placeholder {
    color: #FE2929;
  }

  .md_focus_placeholder-brand:focus::placeholder {
    color: #FE2929;
  }

  .md_focus_placeholder-brand-dark:focus::-webkit-input-placeholder {
    color: #CB0000;
  }

  .md_focus_placeholder-brand-dark:focus::-moz-placeholder {
    color: #CB0000;
  }

  .md_focus_placeholder-brand-dark:focus:-ms-input-placeholder {
    color: #CB0000;
  }

  .md_focus_placeholder-brand-dark:focus::-ms-input-placeholder {
    color: #CB0000;
  }

  .md_focus_placeholder-brand-dark:focus::placeholder {
    color: #CB0000;
  }

  .md_focus_placeholder-primary:focus::-webkit-input-placeholder {
    color: #2D58AA;
  }

  .md_focus_placeholder-primary:focus::-moz-placeholder {
    color: #2D58AA;
  }

  .md_focus_placeholder-primary:focus:-ms-input-placeholder {
    color: #2D58AA;
  }

  .md_focus_placeholder-primary:focus::-ms-input-placeholder {
    color: #2D58AA;
  }

  .md_focus_placeholder-primary:focus::placeholder {
    color: #2D58AA;
  }

  .md_focus_placeholder-primary-dark:focus::-webkit-input-placeholder {
    color: #002577;
  }

  .md_focus_placeholder-primary-dark:focus::-moz-placeholder {
    color: #002577;
  }

  .md_focus_placeholder-primary-dark:focus:-ms-input-placeholder {
    color: #002577;
  }

  .md_focus_placeholder-primary-dark:focus::-ms-input-placeholder {
    color: #002577;
  }

  .md_focus_placeholder-primary-dark:focus::placeholder {
    color: #002577;
  }

  .md_focus_placeholder-info:focus::-webkit-input-placeholder {
    color: #2B73A3;
  }

  .md_focus_placeholder-info:focus::-moz-placeholder {
    color: #2B73A3;
  }

  .md_focus_placeholder-info:focus:-ms-input-placeholder {
    color: #2B73A3;
  }

  .md_focus_placeholder-info:focus::-ms-input-placeholder {
    color: #2B73A3;
  }

  .md_focus_placeholder-info:focus::placeholder {
    color: #2B73A3;
  }

  .md_focus_placeholder-info-dark:focus::-webkit-input-placeholder {
    color: #002577;
  }

  .md_focus_placeholder-info-dark:focus::-moz-placeholder {
    color: #002577;
  }

  .md_focus_placeholder-info-dark:focus:-ms-input-placeholder {
    color: #002577;
  }

  .md_focus_placeholder-info-dark:focus::-ms-input-placeholder {
    color: #002577;
  }

  .md_focus_placeholder-info-dark:focus::placeholder {
    color: #002577;
  }

  .md_focus_placeholder-success:focus::-webkit-input-placeholder {
    color: #0EDD66;
  }

  .md_focus_placeholder-success:focus::-moz-placeholder {
    color: #0EDD66;
  }

  .md_focus_placeholder-success:focus:-ms-input-placeholder {
    color: #0EDD66;
  }

  .md_focus_placeholder-success:focus::-ms-input-placeholder {
    color: #0EDD66;
  }

  .md_focus_placeholder-success:focus::placeholder {
    color: #0EDD66;
  }

  .md_focus_placeholder-success-dark:focus::-webkit-input-placeholder {
    color: #00AA33;
  }

  .md_focus_placeholder-success-dark:focus::-moz-placeholder {
    color: #00AA33;
  }

  .md_focus_placeholder-success-dark:focus:-ms-input-placeholder {
    color: #00AA33;
  }

  .md_focus_placeholder-success-dark:focus::-ms-input-placeholder {
    color: #00AA33;
  }

  .md_focus_placeholder-success-dark:focus::placeholder {
    color: #00AA33;
  }

  .md_focus_placeholder-warning:focus::-webkit-input-placeholder {
    color: #B1991A;
  }

  .md_focus_placeholder-warning:focus::-moz-placeholder {
    color: #B1991A;
  }

  .md_focus_placeholder-warning:focus:-ms-input-placeholder {
    color: #B1991A;
  }

  .md_focus_placeholder-warning:focus::-ms-input-placeholder {
    color: #B1991A;
  }

  .md_focus_placeholder-warning:focus::placeholder {
    color: #B1991A;
  }

  .md_focus_placeholder-warning-dark:focus::-webkit-input-placeholder {
    color: #7E6600;
  }

  .md_focus_placeholder-warning-dark:focus::-moz-placeholder {
    color: #7E6600;
  }

  .md_focus_placeholder-warning-dark:focus:-ms-input-placeholder {
    color: #7E6600;
  }

  .md_focus_placeholder-warning-dark:focus::-ms-input-placeholder {
    color: #7E6600;
  }

  .md_focus_placeholder-warning-dark:focus::placeholder {
    color: #7E6600;
  }

  .md_focus_placeholder-danger:focus::-webkit-input-placeholder {
    color: #FE2929;
  }

  .md_focus_placeholder-danger:focus::-moz-placeholder {
    color: #FE2929;
  }

  .md_focus_placeholder-danger:focus:-ms-input-placeholder {
    color: #FE2929;
  }

  .md_focus_placeholder-danger:focus::-ms-input-placeholder {
    color: #FE2929;
  }

  .md_focus_placeholder-danger:focus::placeholder {
    color: #FE2929;
  }

  .md_focus_placeholder-danger-dark:focus::-webkit-input-placeholder {
    color: #CB0000;
  }

  .md_focus_placeholder-danger-dark:focus::-moz-placeholder {
    color: #CB0000;
  }

  .md_focus_placeholder-danger-dark:focus:-ms-input-placeholder {
    color: #CB0000;
  }

  .md_focus_placeholder-danger-dark:focus::-ms-input-placeholder {
    color: #CB0000;
  }

  .md_focus_placeholder-danger-dark:focus::placeholder {
    color: #CB0000;
  }

  .md_focus_placeholder-light:focus::-webkit-input-placeholder {
    color: #F0F0F0;
  }

  .md_focus_placeholder-light:focus::-moz-placeholder {
    color: #F0F0F0;
  }

  .md_focus_placeholder-light:focus:-ms-input-placeholder {
    color: #F0F0F0;
  }

  .md_focus_placeholder-light:focus::-ms-input-placeholder {
    color: #F0F0F0;
  }

  .md_focus_placeholder-light:focus::placeholder {
    color: #F0F0F0;
  }

  .md_focus_placeholder-dark:focus::-webkit-input-placeholder {
    color: #454545;
  }

  .md_focus_placeholder-dark:focus::-moz-placeholder {
    color: #454545;
  }

  .md_focus_placeholder-dark:focus:-ms-input-placeholder {
    color: #454545;
  }

  .md_focus_placeholder-dark:focus::-ms-input-placeholder {
    color: #454545;
  }

  .md_focus_placeholder-dark:focus::placeholder {
    color: #454545;
  }

  .md_focus_placeholder-darkest:focus::-webkit-input-placeholder {
    color: #313131;
  }

  .md_focus_placeholder-darkest:focus::-moz-placeholder {
    color: #313131;
  }

  .md_focus_placeholder-darkest:focus:-ms-input-placeholder {
    color: #313131;
  }

  .md_focus_placeholder-darkest:focus::-ms-input-placeholder {
    color: #313131;
  }

  .md_focus_placeholder-darkest:focus::placeholder {
    color: #313131;
  }

  .md_focus_placeholder-transparent-dark:focus::-webkit-input-placeholder {
    color: rgba(0,0,0,0.6);
  }

  .md_focus_placeholder-transparent-dark:focus::-moz-placeholder {
    color: rgba(0,0,0,0.6);
  }

  .md_focus_placeholder-transparent-dark:focus:-ms-input-placeholder {
    color: rgba(0,0,0,0.6);
  }

  .md_focus_placeholder-transparent-dark:focus::-ms-input-placeholder {
    color: rgba(0,0,0,0.6);
  }

  .md_focus_placeholder-transparent-dark:focus::placeholder {
    color: rgba(0,0,0,0.6);
  }

  .md_focus_placeholder-facebook:focus::-webkit-input-placeholder {
    color: #3b5998;
  }

  .md_focus_placeholder-facebook:focus::-moz-placeholder {
    color: #3b5998;
  }

  .md_focus_placeholder-facebook:focus:-ms-input-placeholder {
    color: #3b5998;
  }

  .md_focus_placeholder-facebook:focus::-ms-input-placeholder {
    color: #3b5998;
  }

  .md_focus_placeholder-facebook:focus::placeholder {
    color: #3b5998;
  }

  .md_focus_placeholder-twitter:focus::-webkit-input-placeholder {
    color: #000000;
  }

  .md_focus_placeholder-twitter:focus::-moz-placeholder {
    color: #000000;
  }

  .md_focus_placeholder-twitter:focus:-ms-input-placeholder {
    color: #000000;
  }

  .md_focus_placeholder-twitter:focus::-ms-input-placeholder {
    color: #000000;
  }

  .md_focus_placeholder-twitter:focus::placeholder {
    color: #000000;
  }

  .md_focus_placeholder-google:focus::-webkit-input-placeholder {
    color: #DB4437;
  }

  .md_focus_placeholder-google:focus::-moz-placeholder {
    color: #DB4437;
  }

  .md_focus_placeholder-google:focus:-ms-input-placeholder {
    color: #DB4437;
  }

  .md_focus_placeholder-google:focus::-ms-input-placeholder {
    color: #DB4437;
  }

  .md_focus_placeholder-google:focus::placeholder {
    color: #DB4437;
  }

  .md_focus_placeholder-linkedin:focus::-webkit-input-placeholder {
    color: #0077B5;
  }

  .md_focus_placeholder-linkedin:focus::-moz-placeholder {
    color: #0077B5;
  }

  .md_focus_placeholder-linkedin:focus:-ms-input-placeholder {
    color: #0077B5;
  }

  .md_focus_placeholder-linkedin:focus::-ms-input-placeholder {
    color: #0077B5;
  }

  .md_focus_placeholder-linkedin:focus::placeholder {
    color: #0077B5;
  }

  .md_focus_placeholder-adobe:focus::-webkit-input-placeholder {
    color: #FF0000;
  }

  .md_focus_placeholder-adobe:focus::-moz-placeholder {
    color: #FF0000;
  }

  .md_focus_placeholder-adobe:focus:-ms-input-placeholder {
    color: #FF0000;
  }

  .md_focus_placeholder-adobe:focus::-ms-input-placeholder {
    color: #FF0000;
  }

  .md_focus_placeholder-adobe:focus::placeholder {
    color: #FF0000;
  }

  .md_focus_placeholder-rss:focus::-webkit-input-placeholder {
    color: #f26522;
  }

  .md_focus_placeholder-rss:focus::-moz-placeholder {
    color: #f26522;
  }

  .md_focus_placeholder-rss:focus:-ms-input-placeholder {
    color: #f26522;
  }

  .md_focus_placeholder-rss:focus::-ms-input-placeholder {
    color: #f26522;
  }

  .md_focus_placeholder-rss:focus::placeholder {
    color: #f26522;
  }

  .md_pointer-events-none {
    pointer-events: none;
  }

  .md_pointer-events-auto {
    pointer-events: auto;
  }

  .md_static {
    position: static;
  }

  .md_fixed {
    position: fixed;
  }

  .md_absolute {
    position: absolute;
  }

  .md_relative {
    position: relative;
  }

  .md_sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .md_inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md_inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md_inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md_-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .md_inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .md_inset-x-0 {
    right: 0;
    left: 0;
  }

  .md_inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .md_inset-x-auto {
    right: auto;
    left: auto;
  }

  .md_inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .md_inset-x-1\/2 {
    right: 50%;
    left: 50%;
  }

  .md_-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .md_-inset-x-1\/2 {
    right: -50%;
    left: -50%;
  }

  .md_top-0 {
    top: 0;
  }

  .md_right-0 {
    right: 0;
  }

  .md_bottom-0 {
    bottom: 0;
  }

  .md_left-0 {
    left: 0;
  }

  .md_top-auto {
    top: auto;
  }

  .md_right-auto {
    right: auto;
  }

  .md_bottom-auto {
    bottom: auto;
  }

  .md_left-auto {
    left: auto;
  }

  .md_top-1\/2 {
    top: 50%;
  }

  .md_right-1\/2 {
    right: 50%;
  }

  .md_bottom-1\/2 {
    bottom: 50%;
  }

  .md_left-1\/2 {
    left: 50%;
  }

  .md_-top-1\/2 {
    top: -50%;
  }

  .md_-right-1\/2 {
    right: -50%;
  }

  .md_-bottom-1\/2 {
    bottom: -50%;
  }

  .md_-left-1\/2 {
    left: -50%;
  }

  .md_resize-none {
    resize: none;
  }

  .md_resize-y {
    resize: vertical;
  }

  .md_resize-x {
    resize: horizontal;
  }

  .md_resize {
    resize: both;
  }

  .md_shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md_shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md_shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md_shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md_shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md_shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md_shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md_shadow-none {
    box-shadow: none;
  }

  .md_hover_shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md_hover_shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md_hover_shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md_hover_shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md_hover_shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md_hover_shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md_hover_shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md_hover_shadow-none:hover {
    box-shadow: none;
  }

  .md_focus_shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md_focus_shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md_focus_shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md_focus_shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md_focus_shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md_focus_shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md_focus_shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md_focus_shadow-none:focus {
    box-shadow: none;
  }

  .md_fill-current {
    fill: currentColor;
  }

  .md_stroke-current {
    stroke: currentColor;
  }

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

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

  .md_text-left {
    text-align: left;
  }

  .md_text-center {
    text-align: center;
  }

  .md_text-right {
    text-align: right;
  }

  .md_text-justify {
    text-align: justify;
  }

  .md_text-transparent {
    color: transparent;
  }

  .md_text-black {
    color: #000;
  }

  .md_text-white {
    color: #fff;
  }

  .md_text-gray-100 {
    color: #f7fafc;
  }

  .md_text-gray-200 {
    color: #edf2f7;
  }

  .md_text-gray-300 {
    color: #e2e8f0;
  }

  .md_text-gray-400 {
    color: #B8B8B8;
  }

  .md_text-gray-500 {
    color: #a0aec0;
  }

  .md_text-gray-600 {
    color: #718096;
  }

  .md_text-gray-700 {
    color: #313131;
  }

  .md_text-gray-800 {
    color: #2d3748;
  }

  .md_text-gray-900 {
    color: #1a202c;
  }

  .md_text-red-100 {
    color: #fff5f5;
  }

  .md_text-red-200 {
    color: #fed7d7;
  }

  .md_text-red-300 {
    color: #feb2b2;
  }

  .md_text-red-400 {
    color: #fc8181;
  }

  .md_text-red-500 {
    color: #f56565;
  }

  .md_text-red-600 {
    color: #e53e3e;
  }

  .md_text-red-700 {
    color: #c53030;
  }

  .md_text-red-800 {
    color: #9b2c2c;
  }

  .md_text-red-900 {
    color: #742a2a;
  }

  .md_text-orange-100 {
    color: #fffaf0;
  }

  .md_text-orange-200 {
    color: #feebc8;
  }

  .md_text-orange-300 {
    color: #fbd38d;
  }

  .md_text-orange-400 {
    color: #f6ad55;
  }

  .md_text-orange-500 {
    color: #ed8936;
  }

  .md_text-orange-600 {
    color: #dd6b20;
  }

  .md_text-orange-700 {
    color: #c05621;
  }

  .md_text-orange-800 {
    color: #9c4221;
  }

  .md_text-orange-900 {
    color: #7b341e;
  }

  .md_text-yellow-100 {
    color: #fffff0;
  }

  .md_text-yellow-200 {
    color: #fefcbf;
  }

  .md_text-yellow-300 {
    color: #faf089;
  }

  .md_text-yellow-400 {
    color: #f6e05e;
  }

  .md_text-yellow-500 {
    color: #ecc94b;
  }

  .md_text-yellow-600 {
    color: #d69e2e;
  }

  .md_text-yellow-700 {
    color: #b7791f;
  }

  .md_text-yellow-800 {
    color: #975a16;
  }

  .md_text-yellow-900 {
    color: #744210;
  }

  .md_text-green-100 {
    color: #f0fff4;
  }

  .md_text-green-200 {
    color: #c6f6d5;
  }

  .md_text-green-300 {
    color: #9ae6b4;
  }

  .md_text-green-400 {
    color: #68d391;
  }

  .md_text-green-500 {
    color: #48bb78;
  }

  .md_text-green-600 {
    color: #38a169;
  }

  .md_text-green-700 {
    color: #2f855a;
  }

  .md_text-green-800 {
    color: #276749;
  }

  .md_text-green-900 {
    color: #22543d;
  }

  .md_text-teal-100 {
    color: #e6fffa;
  }

  .md_text-teal-200 {
    color: #b2f5ea;
  }

  .md_text-teal-300 {
    color: #81e6d9;
  }

  .md_text-teal-400 {
    color: #4fd1c5;
  }

  .md_text-teal-500 {
    color: #38b2ac;
  }

  .md_text-teal-600 {
    color: #319795;
  }

  .md_text-teal-700 {
    color: #2c7a7b;
  }

  .md_text-teal-800 {
    color: #285e61;
  }

  .md_text-teal-900 {
    color: #234e52;
  }

  .md_text-blue-100 {
    color: #ebf8ff;
  }

  .md_text-blue-200 {
    color: #bee3f8;
  }

  .md_text-blue-300 {
    color: #90cdf4;
  }

  .md_text-blue-400 {
    color: #63b3ed;
  }

  .md_text-blue-500 {
    color: #4299e1;
  }

  .md_text-blue-600 {
    color: #3182ce;
  }

  .md_text-blue-700 {
    color: #2b6cb0;
  }

  .md_text-blue-800 {
    color: #2c5282;
  }

  .md_text-blue-900 {
    color: #2B4780;
  }

  .md_text-indigo-100 {
    color: #ebf4ff;
  }

  .md_text-indigo-200 {
    color: #c3dafe;
  }

  .md_text-indigo-300 {
    color: #a3bffa;
  }

  .md_text-indigo-400 {
    color: #7f9cf5;
  }

  .md_text-indigo-500 {
    color: #667eea;
  }

  .md_text-indigo-600 {
    color: #5a67d8;
  }

  .md_text-indigo-700 {
    color: #4c51bf;
  }

  .md_text-indigo-800 {
    color: #434190;
  }

  .md_text-indigo-900 {
    color: #3c366b;
  }

  .md_text-purple-100 {
    color: #faf5ff;
  }

  .md_text-purple-200 {
    color: #e9d8fd;
  }

  .md_text-purple-300 {
    color: #d6bcfa;
  }

  .md_text-purple-400 {
    color: #b794f4;
  }

  .md_text-purple-500 {
    color: #9f7aea;
  }

  .md_text-purple-600 {
    color: #805ad5;
  }

  .md_text-purple-700 {
    color: #6b46c1;
  }

  .md_text-purple-800 {
    color: #553c9a;
  }

  .md_text-purple-900 {
    color: #44337a;
  }

  .md_text-pink-100 {
    color: #fff5f7;
  }

  .md_text-pink-200 {
    color: #fed7e2;
  }

  .md_text-pink-300 {
    color: #fbb6ce;
  }

  .md_text-pink-400 {
    color: #f687b3;
  }

  .md_text-pink-500 {
    color: #ed64a6;
  }

  .md_text-pink-600 {
    color: #d53f8c;
  }

  .md_text-pink-700 {
    color: #b83280;
  }

  .md_text-pink-800 {
    color: #97266d;
  }

  .md_text-pink-900 {
    color: #702459;
  }

  .md_text-brand {
    color: #FE2929;
  }

  .md_text-brand-dark {
    color: #CB0000;
  }

  .md_text-primary {
    color: #2D58AA;
  }

  .md_text-primary-dark {
    color: #002577;
  }

  .md_text-info {
    color: #2B73A3;
  }

  .md_text-info-dark {
    color: #002577;
  }

  .md_text-success {
    color: #0EDD66;
  }

  .md_text-success-dark {
    color: #00AA33;
  }

  .md_text-warning {
    color: #B1991A;
  }

  .md_text-warning-dark {
    color: #7E6600;
  }

  .md_text-danger {
    color: #FE2929;
  }

  .md_text-danger-dark {
    color: #CB0000;
  }

  .md_text-light {
    color: #F0F0F0;
  }

  .md_text-dark {
    color: #454545;
  }

  .md_text-darkest {
    color: #313131;
  }

  .md_text-transparent-dark {
    color: rgba(0,0,0,0.6);
  }

  .md_text-facebook {
    color: #3b5998;
  }

  .md_text-twitter {
    color: #000000;
  }

  .md_text-google {
    color: #DB4437;
  }

  .md_text-linkedin {
    color: #0077B5;
  }

  .md_text-adobe {
    color: #FF0000;
  }

  .md_text-rss {
    color: #f26522;
  }

  .md_hover_text-transparent:hover {
    color: transparent;
  }

  .md_hover_text-black:hover {
    color: #000;
  }

  .md_hover_text-white:hover {
    color: #fff;
  }

  .md_hover_text-gray-100:hover {
    color: #f7fafc;
  }

  .md_hover_text-gray-200:hover {
    color: #edf2f7;
  }

  .md_hover_text-gray-300:hover {
    color: #e2e8f0;
  }

  .md_hover_text-gray-400:hover {
    color: #B8B8B8;
  }

  .md_hover_text-gray-500:hover {
    color: #a0aec0;
  }

  .md_hover_text-gray-600:hover {
    color: #718096;
  }

  .md_hover_text-gray-700:hover {
    color: #313131;
  }

  .md_hover_text-gray-800:hover {
    color: #2d3748;
  }

  .md_hover_text-gray-900:hover {
    color: #1a202c;
  }

  .md_hover_text-red-100:hover {
    color: #fff5f5;
  }

  .md_hover_text-red-200:hover {
    color: #fed7d7;
  }

  .md_hover_text-red-300:hover {
    color: #feb2b2;
  }

  .md_hover_text-red-400:hover {
    color: #fc8181;
  }

  .md_hover_text-red-500:hover {
    color: #f56565;
  }

  .md_hover_text-red-600:hover {
    color: #e53e3e;
  }

  .md_hover_text-red-700:hover {
    color: #c53030;
  }

  .md_hover_text-red-800:hover {
    color: #9b2c2c;
  }

  .md_hover_text-red-900:hover {
    color: #742a2a;
  }

  .md_hover_text-orange-100:hover {
    color: #fffaf0;
  }

  .md_hover_text-orange-200:hover {
    color: #feebc8;
  }

  .md_hover_text-orange-300:hover {
    color: #fbd38d;
  }

  .md_hover_text-orange-400:hover {
    color: #f6ad55;
  }

  .md_hover_text-orange-500:hover {
    color: #ed8936;
  }

  .md_hover_text-orange-600:hover {
    color: #dd6b20;
  }

  .md_hover_text-orange-700:hover {
    color: #c05621;
  }

  .md_hover_text-orange-800:hover {
    color: #9c4221;
  }

  .md_hover_text-orange-900:hover {
    color: #7b341e;
  }

  .md_hover_text-yellow-100:hover {
    color: #fffff0;
  }

  .md_hover_text-yellow-200:hover {
    color: #fefcbf;
  }

  .md_hover_text-yellow-300:hover {
    color: #faf089;
  }

  .md_hover_text-yellow-400:hover {
    color: #f6e05e;
  }

  .md_hover_text-yellow-500:hover {
    color: #ecc94b;
  }

  .md_hover_text-yellow-600:hover {
    color: #d69e2e;
  }

  .md_hover_text-yellow-700:hover {
    color: #b7791f;
  }

  .md_hover_text-yellow-800:hover {
    color: #975a16;
  }

  .md_hover_text-yellow-900:hover {
    color: #744210;
  }

  .md_hover_text-green-100:hover {
    color: #f0fff4;
  }

  .md_hover_text-green-200:hover {
    color: #c6f6d5;
  }

  .md_hover_text-green-300:hover {
    color: #9ae6b4;
  }

  .md_hover_text-green-400:hover {
    color: #68d391;
  }

  .md_hover_text-green-500:hover {
    color: #48bb78;
  }

  .md_hover_text-green-600:hover {
    color: #38a169;
  }

  .md_hover_text-green-700:hover {
    color: #2f855a;
  }

  .md_hover_text-green-800:hover {
    color: #276749;
  }

  .md_hover_text-green-900:hover {
    color: #22543d;
  }

  .md_hover_text-teal-100:hover {
    color: #e6fffa;
  }

  .md_hover_text-teal-200:hover {
    color: #b2f5ea;
  }

  .md_hover_text-teal-300:hover {
    color: #81e6d9;
  }

  .md_hover_text-teal-400:hover {
    color: #4fd1c5;
  }

  .md_hover_text-teal-500:hover {
    color: #38b2ac;
  }

  .md_hover_text-teal-600:hover {
    color: #319795;
  }

  .md_hover_text-teal-700:hover {
    color: #2c7a7b;
  }

  .md_hover_text-teal-800:hover {
    color: #285e61;
  }

  .md_hover_text-teal-900:hover {
    color: #234e52;
  }

  .md_hover_text-blue-100:hover {
    color: #ebf8ff;
  }

  .md_hover_text-blue-200:hover {
    color: #bee3f8;
  }

  .md_hover_text-blue-300:hover {
    color: #90cdf4;
  }

  .md_hover_text-blue-400:hover {
    color: #63b3ed;
  }

  .md_hover_text-blue-500:hover {
    color: #4299e1;
  }

  .md_hover_text-blue-600:hover {
    color: #3182ce;
  }

  .md_hover_text-blue-700:hover {
    color: #2b6cb0;
  }

  .md_hover_text-blue-800:hover {
    color: #2c5282;
  }

  .md_hover_text-blue-900:hover {
    color: #2B4780;
  }

  .md_hover_text-indigo-100:hover {
    color: #ebf4ff;
  }

  .md_hover_text-indigo-200:hover {
    color: #c3dafe;
  }

  .md_hover_text-indigo-300:hover {
    color: #a3bffa;
  }

  .md_hover_text-indigo-400:hover {
    color: #7f9cf5;
  }

  .md_hover_text-indigo-500:hover {
    color: #667eea;
  }

  .md_hover_text-indigo-600:hover {
    color: #5a67d8;
  }

  .md_hover_text-indigo-700:hover {
    color: #4c51bf;
  }

  .md_hover_text-indigo-800:hover {
    color: #434190;
  }

  .md_hover_text-indigo-900:hover {
    color: #3c366b;
  }

  .md_hover_text-purple-100:hover {
    color: #faf5ff;
  }

  .md_hover_text-purple-200:hover {
    color: #e9d8fd;
  }

  .md_hover_text-purple-300:hover {
    color: #d6bcfa;
  }

  .md_hover_text-purple-400:hover {
    color: #b794f4;
  }

  .md_hover_text-purple-500:hover {
    color: #9f7aea;
  }

  .md_hover_text-purple-600:hover {
    color: #805ad5;
  }

  .md_hover_text-purple-700:hover {
    color: #6b46c1;
  }

  .md_hover_text-purple-800:hover {
    color: #553c9a;
  }

  .md_hover_text-purple-900:hover {
    color: #44337a;
  }

  .md_hover_text-pink-100:hover {
    color: #fff5f7;
  }

  .md_hover_text-pink-200:hover {
    color: #fed7e2;
  }

  .md_hover_text-pink-300:hover {
    color: #fbb6ce;
  }

  .md_hover_text-pink-400:hover {
    color: #f687b3;
  }

  .md_hover_text-pink-500:hover {
    color: #ed64a6;
  }

  .md_hover_text-pink-600:hover {
    color: #d53f8c;
  }

  .md_hover_text-pink-700:hover {
    color: #b83280;
  }

  .md_hover_text-pink-800:hover {
    color: #97266d;
  }

  .md_hover_text-pink-900:hover {
    color: #702459;
  }

  .md_hover_text-brand:hover {
    color: #FE2929;
  }

  .md_hover_text-brand-dark:hover {
    color: #CB0000;
  }

  .md_hover_text-primary:hover {
    color: #2D58AA;
  }

  .md_hover_text-primary-dark:hover {
    color: #002577;
  }

  .md_hover_text-info:hover {
    color: #2B73A3;
  }

  .md_hover_text-info-dark:hover {
    color: #002577;
  }

  .md_hover_text-success:hover {
    color: #0EDD66;
  }

  .md_hover_text-success-dark:hover {
    color: #00AA33;
  }

  .md_hover_text-warning:hover {
    color: #B1991A;
  }

  .md_hover_text-warning-dark:hover {
    color: #7E6600;
  }

  .md_hover_text-danger:hover {
    color: #FE2929;
  }

  .md_hover_text-danger-dark:hover {
    color: #CB0000;
  }

  .md_hover_text-light:hover {
    color: #F0F0F0;
  }

  .md_hover_text-dark:hover {
    color: #454545;
  }

  .md_hover_text-darkest:hover {
    color: #313131;
  }

  .md_hover_text-transparent-dark:hover {
    color: rgba(0,0,0,0.6);
  }

  .md_hover_text-facebook:hover {
    color: #3b5998;
  }

  .md_hover_text-twitter:hover {
    color: #000000;
  }

  .md_hover_text-google:hover {
    color: #DB4437;
  }

  .md_hover_text-linkedin:hover {
    color: #0077B5;
  }

  .md_hover_text-adobe:hover {
    color: #FF0000;
  }

  .md_hover_text-rss:hover {
    color: #f26522;
  }

  .md_focus_text-transparent:focus {
    color: transparent;
  }

  .md_focus_text-black:focus {
    color: #000;
  }

  .md_focus_text-white:focus {
    color: #fff;
  }

  .md_focus_text-gray-100:focus {
    color: #f7fafc;
  }

  .md_focus_text-gray-200:focus {
    color: #edf2f7;
  }

  .md_focus_text-gray-300:focus {
    color: #e2e8f0;
  }

  .md_focus_text-gray-400:focus {
    color: #B8B8B8;
  }

  .md_focus_text-gray-500:focus {
    color: #a0aec0;
  }

  .md_focus_text-gray-600:focus {
    color: #718096;
  }

  .md_focus_text-gray-700:focus {
    color: #313131;
  }

  .md_focus_text-gray-800:focus {
    color: #2d3748;
  }

  .md_focus_text-gray-900:focus {
    color: #1a202c;
  }

  .md_focus_text-red-100:focus {
    color: #fff5f5;
  }

  .md_focus_text-red-200:focus {
    color: #fed7d7;
  }

  .md_focus_text-red-300:focus {
    color: #feb2b2;
  }

  .md_focus_text-red-400:focus {
    color: #fc8181;
  }

  .md_focus_text-red-500:focus {
    color: #f56565;
  }

  .md_focus_text-red-600:focus {
    color: #e53e3e;
  }

  .md_focus_text-red-700:focus {
    color: #c53030;
  }

  .md_focus_text-red-800:focus {
    color: #9b2c2c;
  }

  .md_focus_text-red-900:focus {
    color: #742a2a;
  }

  .md_focus_text-orange-100:focus {
    color: #fffaf0;
  }

  .md_focus_text-orange-200:focus {
    color: #feebc8;
  }

  .md_focus_text-orange-300:focus {
    color: #fbd38d;
  }

  .md_focus_text-orange-400:focus {
    color: #f6ad55;
  }

  .md_focus_text-orange-500:focus {
    color: #ed8936;
  }

  .md_focus_text-orange-600:focus {
    color: #dd6b20;
  }

  .md_focus_text-orange-700:focus {
    color: #c05621;
  }

  .md_focus_text-orange-800:focus {
    color: #9c4221;
  }

  .md_focus_text-orange-900:focus {
    color: #7b341e;
  }

  .md_focus_text-yellow-100:focus {
    color: #fffff0;
  }

  .md_focus_text-yellow-200:focus {
    color: #fefcbf;
  }

  .md_focus_text-yellow-300:focus {
    color: #faf089;
  }

  .md_focus_text-yellow-400:focus {
    color: #f6e05e;
  }

  .md_focus_text-yellow-500:focus {
    color: #ecc94b;
  }

  .md_focus_text-yellow-600:focus {
    color: #d69e2e;
  }

  .md_focus_text-yellow-700:focus {
    color: #b7791f;
  }

  .md_focus_text-yellow-800:focus {
    color: #975a16;
  }

  .md_focus_text-yellow-900:focus {
    color: #744210;
  }

  .md_focus_text-green-100:focus {
    color: #f0fff4;
  }

  .md_focus_text-green-200:focus {
    color: #c6f6d5;
  }

  .md_focus_text-green-300:focus {
    color: #9ae6b4;
  }

  .md_focus_text-green-400:focus {
    color: #68d391;
  }

  .md_focus_text-green-500:focus {
    color: #48bb78;
  }

  .md_focus_text-green-600:focus {
    color: #38a169;
  }

  .md_focus_text-green-700:focus {
    color: #2f855a;
  }

  .md_focus_text-green-800:focus {
    color: #276749;
  }

  .md_focus_text-green-900:focus {
    color: #22543d;
  }

  .md_focus_text-teal-100:focus {
    color: #e6fffa;
  }

  .md_focus_text-teal-200:focus {
    color: #b2f5ea;
  }

  .md_focus_text-teal-300:focus {
    color: #81e6d9;
  }

  .md_focus_text-teal-400:focus {
    color: #4fd1c5;
  }

  .md_focus_text-teal-500:focus {
    color: #38b2ac;
  }

  .md_focus_text-teal-600:focus {
    color: #319795;
  }

  .md_focus_text-teal-700:focus {
    color: #2c7a7b;
  }

  .md_focus_text-teal-800:focus {
    color: #285e61;
  }

  .md_focus_text-teal-900:focus {
    color: #234e52;
  }

  .md_focus_text-blue-100:focus {
    color: #ebf8ff;
  }

  .md_focus_text-blue-200:focus {
    color: #bee3f8;
  }

  .md_focus_text-blue-300:focus {
    color: #90cdf4;
  }

  .md_focus_text-blue-400:focus {
    color: #63b3ed;
  }

  .md_focus_text-blue-500:focus {
    color: #4299e1;
  }

  .md_focus_text-blue-600:focus {
    color: #3182ce;
  }

  .md_focus_text-blue-700:focus {
    color: #2b6cb0;
  }

  .md_focus_text-blue-800:focus {
    color: #2c5282;
  }

  .md_focus_text-blue-900:focus {
    color: #2B4780;
  }

  .md_focus_text-indigo-100:focus {
    color: #ebf4ff;
  }

  .md_focus_text-indigo-200:focus {
    color: #c3dafe;
  }

  .md_focus_text-indigo-300:focus {
    color: #a3bffa;
  }

  .md_focus_text-indigo-400:focus {
    color: #7f9cf5;
  }

  .md_focus_text-indigo-500:focus {
    color: #667eea;
  }

  .md_focus_text-indigo-600:focus {
    color: #5a67d8;
  }

  .md_focus_text-indigo-700:focus {
    color: #4c51bf;
  }

  .md_focus_text-indigo-800:focus {
    color: #434190;
  }

  .md_focus_text-indigo-900:focus {
    color: #3c366b;
  }

  .md_focus_text-purple-100:focus {
    color: #faf5ff;
  }

  .md_focus_text-purple-200:focus {
    color: #e9d8fd;
  }

  .md_focus_text-purple-300:focus {
    color: #d6bcfa;
  }

  .md_focus_text-purple-400:focus {
    color: #b794f4;
  }

  .md_focus_text-purple-500:focus {
    color: #9f7aea;
  }

  .md_focus_text-purple-600:focus {
    color: #805ad5;
  }

  .md_focus_text-purple-700:focus {
    color: #6b46c1;
  }

  .md_focus_text-purple-800:focus {
    color: #553c9a;
  }

  .md_focus_text-purple-900:focus {
    color: #44337a;
  }

  .md_focus_text-pink-100:focus {
    color: #fff5f7;
  }

  .md_focus_text-pink-200:focus {
    color: #fed7e2;
  }

  .md_focus_text-pink-300:focus {
    color: #fbb6ce;
  }

  .md_focus_text-pink-400:focus {
    color: #f687b3;
  }

  .md_focus_text-pink-500:focus {
    color: #ed64a6;
  }

  .md_focus_text-pink-600:focus {
    color: #d53f8c;
  }

  .md_focus_text-pink-700:focus {
    color: #b83280;
  }

  .md_focus_text-pink-800:focus {
    color: #97266d;
  }

  .md_focus_text-pink-900:focus {
    color: #702459;
  }

  .md_focus_text-brand:focus {
    color: #FE2929;
  }

  .md_focus_text-brand-dark:focus {
    color: #CB0000;
  }

  .md_focus_text-primary:focus {
    color: #2D58AA;
  }

  .md_focus_text-primary-dark:focus {
    color: #002577;
  }

  .md_focus_text-info:focus {
    color: #2B73A3;
  }

  .md_focus_text-info-dark:focus {
    color: #002577;
  }

  .md_focus_text-success:focus {
    color: #0EDD66;
  }

  .md_focus_text-success-dark:focus {
    color: #00AA33;
  }

  .md_focus_text-warning:focus {
    color: #B1991A;
  }

  .md_focus_text-warning-dark:focus {
    color: #7E6600;
  }

  .md_focus_text-danger:focus {
    color: #FE2929;
  }

  .md_focus_text-danger-dark:focus {
    color: #CB0000;
  }

  .md_focus_text-light:focus {
    color: #F0F0F0;
  }

  .md_focus_text-dark:focus {
    color: #454545;
  }

  .md_focus_text-darkest:focus {
    color: #313131;
  }

  .md_focus_text-transparent-dark:focus {
    color: rgba(0,0,0,0.6);
  }

  .md_focus_text-facebook:focus {
    color: #3b5998;
  }

  .md_focus_text-twitter:focus {
    color: #000000;
  }

  .md_focus_text-google:focus {
    color: #DB4437;
  }

  .md_focus_text-linkedin:focus {
    color: #0077B5;
  }

  .md_focus_text-adobe:focus {
    color: #FF0000;
  }

  .md_focus_text-rss:focus {
    color: #f26522;
  }

  .md_text-xs {
    font-size: 0.52rem;
  }

  .md_text-sm {
    font-size: 0.82rem;
  }

  .md_text-base {
    font-size: 1.063rem;
  }

  .md_text-lg {
    font-size: 1.18rem;
  }

  .md_text-xl {
    font-size: 1.41rem;
  }

  .md_text-2xl {
    font-size: 1.94rem;
  }

  .md_text-3xl {
    font-size: 2.12rem;
  }

  .md_text-4xl {
    font-size: 2.65rem;
  }

  .md_text-5xl {
    font-size: 2.94rem;
  }

  .md_text-6xl {
    font-size: 3.5rem;
  }

  .md_italic {
    font-style: italic;
  }

  .md_not-italic {
    font-style: normal;
  }

  .md_uppercase {
    text-transform: uppercase;
  }

  .md_lowercase {
    text-transform: lowercase;
  }

  .md_capitalize {
    text-transform: capitalize;
  }

  .md_normal-case {
    text-transform: none;
  }

  .md_underline {
    text-decoration: underline;
  }

  .md_line-through {
    text-decoration: line-through;
  }

  .md_no-underline {
    text-decoration: none;
  }

  .md_hover_underline:hover {
    text-decoration: underline;
  }

  .md_hover_line-through:hover {
    text-decoration: line-through;
  }

  .md_hover_no-underline:hover {
    text-decoration: none;
  }

  .md_focus_underline:focus {
    text-decoration: underline;
  }

  .md_focus_line-through:focus {
    text-decoration: line-through;
  }

  .md_focus_no-underline:focus {
    text-decoration: none;
  }

  .md_antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md_subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md_tracking-tighter {
    letter-spacing: -0.05em;
  }

  .md_tracking-tight {
    letter-spacing: -0.025em;
  }

  .md_tracking-normal {
    letter-spacing: 0;
  }

  .md_tracking-wide {
    letter-spacing: 0.025em;
  }

  .md_tracking-wider {
    letter-spacing: 0.05em;
  }

  .md_tracking-widest {
    letter-spacing: 0.1em;
  }

  .md_select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md_select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md_select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .md_select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .md_align-baseline {
    vertical-align: baseline;
  }

  .md_align-top {
    vertical-align: top;
  }

  .md_align-middle {
    vertical-align: middle;
  }

  .md_align-bottom {
    vertical-align: bottom;
  }

  .md_align-text-top {
    vertical-align: text-top;
  }

  .md_align-text-bottom {
    vertical-align: text-bottom;
  }

  .md_visible {
    visibility: visible;
  }

  .md_invisible {
    visibility: hidden;
  }

  .md_whitespace-normal {
    white-space: normal;
  }

  .md_whitespace-no-wrap {
    white-space: nowrap;
  }

  .md_whitespace-pre {
    white-space: pre;
  }

  .md_whitespace-pre-line {
    white-space: pre-line;
  }

  .md_whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .md_break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .md_break-words {
    overflow-wrap: break-word;
  }

  .md_break-all {
    word-break: break-all;
  }

  .md_truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md_w-0 {
    width: 0;
  }

  .md_w-1 {
    width: 0.25rem;
  }

  .md_w-2 {
    width: 0.5rem;
  }

  .md_w-3 {
    width: 0.75rem;
  }

  .md_w-4 {
    width: 1rem;
  }

  .md_w-5 {
    width: 1.25rem;
  }

  .md_w-6 {
    width: 1.5rem;
  }

  .md_w-8 {
    width: 2rem;
  }

  .md_w-10 {
    width: 2.5rem;
  }

  .md_w-12 {
    width: 3rem;
  }

  .md_w-16 {
    width: 4rem;
  }

  .md_w-20 {
    width: 5rem;
  }

  .md_w-24 {
    width: 6rem;
  }

  .md_w-32 {
    width: 8rem;
  }

  .md_w-40 {
    width: 10rem;
  }

  .md_w-48 {
    width: 12rem;
  }

  .md_w-56 {
    width: 14rem;
  }

  .md_w-64 {
    width: 16rem;
  }

  .md_w-auto {
    width: auto;
  }

  .md_w-px {
    width: 1px;
  }

  .md_w-1\/2 {
    width: 50%;
  }

  .md_w-1\/3 {
    width: 33.333333%;
  }

  .md_w-2\/3 {
    width: 66.666667%;
  }

  .md_w-1\/4 {
    width: 25%;
  }

  .md_w-2\/4 {
    width: 50%;
  }

  .md_w-3\/4 {
    width: 75%;
  }

  .md_w-1\/5 {
    width: 20%;
  }

  .md_w-2\/5 {
    width: 40%;
  }

  .md_w-3\/5 {
    width: 60%;
  }

  .md_w-4\/5 {
    width: 80%;
  }

  .md_w-1\/6 {
    width: 16.666667%;
  }

  .md_w-2\/6 {
    width: 33.333333%;
  }

  .md_w-3\/6 {
    width: 50%;
  }

  .md_w-4\/6 {
    width: 66.666667%;
  }

  .md_w-5\/6 {
    width: 83.333333%;
  }

  .md_w-1\/12 {
    width: 8.333333%;
  }

  .md_w-2\/12 {
    width: 16.666667%;
  }

  .md_w-3\/12 {
    width: 25%;
  }

  .md_w-4\/12 {
    width: 33.333333%;
  }

  .md_w-5\/12 {
    width: 41.666667%;
  }

  .md_w-6\/12 {
    width: 50%;
  }

  .md_w-7\/12 {
    width: 58.333333%;
  }

  .md_w-8\/12 {
    width: 66.666667%;
  }

  .md_w-9\/12 {
    width: 75%;
  }

  .md_w-10\/12 {
    width: 83.333333%;
  }

  .md_w-11\/12 {
    width: 91.666667%;
  }

  .md_w-full {
    width: 100%;
  }

  .md_w-screen {
    width: 100vw;
  }

  .md_w-1_2 {
    width: 50%;
  }

  .md_w-1_3 {
    width: 33.33333%;
  }

  .md_w-2_3 {
    width: 66.66666%;
  }

  .md_w-1_4 {
    width: 25%;
  }

  .md_w-1_5 {
    width: 20%;
  }

  .md_z-0 {
    z-index: 0;
  }

  .md_z-10 {
    z-index: 10;
  }

  .md_z-20 {
    z-index: 20;
  }

  .md_z-30 {
    z-index: 30;
  }

  .md_z-40 {
    z-index: 40;
  }

  .md_z-50 {
    z-index: 50;
  }

  .md_z-auto {
    z-index: auto;
  }

  .md_button {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    display: inline-block;
    border-radius: 0.588rem;
    font-family: Inter, sans-serif;
  }

  .md_button:disabled, .md_button[disabled=disabled] {
    cursor: not-allowed;
  }

  .button.md_is-small {
    font-size: 0.52rem;
  }

  .button.md_is-transparent {
    background-color: transparent;
    color: #fff;
    border-width: 1px;
    border-color: #fff;
  }

  .button.md_is-primary {
    background-color: #2D58AA;
    color: #fff;
  }

  .button.md_is-primary:hover {
    background-color: #002577;
  }

  .button.md_is-info {
    background-color: #2D58AA;
    color: #fff;
  }

  .button.md_is-info:hover {
    background-color: #002577;
  }

  .button.md_is-success {
    background-color: #0EDD66;
    color: #fff;
  }

  .button.md_is-success:hover {
    background-color: #00AA33;
  }

  .button.md_is-warning {
    background-color: #B1991A;
    color: #fff;
  }

  .button.md_is-warning:hover {
    background-color: #7E6600;
  }

  .button.md_is-danger {
    background-color: #FE2929;
    color: #fff;
  }

  .button.md_is-danger:hover {
    background-color: #CB0000;
  }

  .md_aspect-ratio {
    width: 100%;
    height: 0;
  }

  .aspect-ratio.md_is-1-by-1 {
    padding-bottom: 100%;
  }

  .aspect-ratio.md_is-21-by-9 {
    padding-bottom: 42.85%;
  }

  .aspect-ratio.md_is-4-by-3 {
    padding-bottom: 75%;
  }

  .aspect-ratio.md_is-2-by-1 {
    padding-bottom: 50%;
  }

  .aspect-ratio.md_is-3-by-1 {
    padding-bottom: 33%;
  }

  .aspect-ratio.md_is-10-by-3 {
    padding-bottom: 30%;
  }

  .aspect-ratio.md_is-16-by-9 {
    padding-top: 56.25%;
  }

  .md_aspect-ratio-off {
    height: auto;
    padding-bottom: initial !important;
  }
}

@media (min-width: 1024px) {
  .lg_sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

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

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

  .lg_focus_not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg_appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .lg_bg-fixed {
    background-attachment: fixed;
  }

  .lg_bg-local {
    background-attachment: local;
  }

  .lg_bg-scroll {
    background-attachment: scroll;
  }

  .lg_bg-transparent {
    background-color: transparent;
  }

  .lg_bg-black {
    background-color: #000;
  }

  .lg_bg-white {
    background-color: #fff;
  }

  .lg_bg-gray-100 {
    background-color: #f7fafc;
  }

  .lg_bg-gray-200 {
    background-color: #edf2f7;
  }

  .lg_bg-gray-300 {
    background-color: #e2e8f0;
  }

  .lg_bg-gray-400 {
    background-color: #B8B8B8;
  }

  .lg_bg-gray-500 {
    background-color: #a0aec0;
  }

  .lg_bg-gray-600 {
    background-color: #718096;
  }

  .lg_bg-gray-700 {
    background-color: #313131;
  }

  .lg_bg-gray-800 {
    background-color: #2d3748;
  }

  .lg_bg-gray-900 {
    background-color: #1a202c;
  }

  .lg_bg-red-100 {
    background-color: #fff5f5;
  }

  .lg_bg-red-200 {
    background-color: #fed7d7;
  }

  .lg_bg-red-300 {
    background-color: #feb2b2;
  }

  .lg_bg-red-400 {
    background-color: #fc8181;
  }

  .lg_bg-red-500 {
    background-color: #f56565;
  }

  .lg_bg-red-600 {
    background-color: #e53e3e;
  }

  .lg_bg-red-700 {
    background-color: #c53030;
  }

  .lg_bg-red-800 {
    background-color: #9b2c2c;
  }

  .lg_bg-red-900 {
    background-color: #742a2a;
  }

  .lg_bg-orange-100 {
    background-color: #fffaf0;
  }

  .lg_bg-orange-200 {
    background-color: #feebc8;
  }

  .lg_bg-orange-300 {
    background-color: #fbd38d;
  }

  .lg_bg-orange-400 {
    background-color: #f6ad55;
  }

  .lg_bg-orange-500 {
    background-color: #ed8936;
  }

  .lg_bg-orange-600 {
    background-color: #dd6b20;
  }

  .lg_bg-orange-700 {
    background-color: #c05621;
  }

  .lg_bg-orange-800 {
    background-color: #9c4221;
  }

  .lg_bg-orange-900 {
    background-color: #7b341e;
  }

  .lg_bg-yellow-100 {
    background-color: #fffff0;
  }

  .lg_bg-yellow-200 {
    background-color: #fefcbf;
  }

  .lg_bg-yellow-300 {
    background-color: #faf089;
  }

  .lg_bg-yellow-400 {
    background-color: #f6e05e;
  }

  .lg_bg-yellow-500 {
    background-color: #ecc94b;
  }

  .lg_bg-yellow-600 {
    background-color: #d69e2e;
  }

  .lg_bg-yellow-700 {
    background-color: #b7791f;
  }

  .lg_bg-yellow-800 {
    background-color: #975a16;
  }

  .lg_bg-yellow-900 {
    background-color: #744210;
  }

  .lg_bg-green-100 {
    background-color: #f0fff4;
  }

  .lg_bg-green-200 {
    background-color: #c6f6d5;
  }

  .lg_bg-green-300 {
    background-color: #9ae6b4;
  }

  .lg_bg-green-400 {
    background-color: #68d391;
  }

  .lg_bg-green-500 {
    background-color: #48bb78;
  }

  .lg_bg-green-600 {
    background-color: #38a169;
  }

  .lg_bg-green-700 {
    background-color: #2f855a;
  }

  .lg_bg-green-800 {
    background-color: #276749;
  }

  .lg_bg-green-900 {
    background-color: #22543d;
  }

  .lg_bg-teal-100 {
    background-color: #e6fffa;
  }

  .lg_bg-teal-200 {
    background-color: #b2f5ea;
  }

  .lg_bg-teal-300 {
    background-color: #81e6d9;
  }

  .lg_bg-teal-400 {
    background-color: #4fd1c5;
  }

  .lg_bg-teal-500 {
    background-color: #38b2ac;
  }

  .lg_bg-teal-600 {
    background-color: #319795;
  }

  .lg_bg-teal-700 {
    background-color: #2c7a7b;
  }

  .lg_bg-teal-800 {
    background-color: #285e61;
  }

  .lg_bg-teal-900 {
    background-color: #234e52;
  }

  .lg_bg-blue-100 {
    background-color: #ebf8ff;
  }

  .lg_bg-blue-200 {
    background-color: #bee3f8;
  }

  .lg_bg-blue-300 {
    background-color: #90cdf4;
  }

  .lg_bg-blue-400 {
    background-color: #63b3ed;
  }

  .lg_bg-blue-500 {
    background-color: #4299e1;
  }

  .lg_bg-blue-600 {
    background-color: #3182ce;
  }

  .lg_bg-blue-700 {
    background-color: #2b6cb0;
  }

  .lg_bg-blue-800 {
    background-color: #2c5282;
  }

  .lg_bg-blue-900 {
    background-color: #2B4780;
  }

  .lg_bg-indigo-100 {
    background-color: #ebf4ff;
  }

  .lg_bg-indigo-200 {
    background-color: #c3dafe;
  }

  .lg_bg-indigo-300 {
    background-color: #a3bffa;
  }

  .lg_bg-indigo-400 {
    background-color: #7f9cf5;
  }

  .lg_bg-indigo-500 {
    background-color: #667eea;
  }

  .lg_bg-indigo-600 {
    background-color: #5a67d8;
  }

  .lg_bg-indigo-700 {
    background-color: #4c51bf;
  }

  .lg_bg-indigo-800 {
    background-color: #434190;
  }

  .lg_bg-indigo-900 {
    background-color: #3c366b;
  }

  .lg_bg-purple-100 {
    background-color: #faf5ff;
  }

  .lg_bg-purple-200 {
    background-color: #e9d8fd;
  }

  .lg_bg-purple-300 {
    background-color: #d6bcfa;
  }

  .lg_bg-purple-400 {
    background-color: #b794f4;
  }

  .lg_bg-purple-500 {
    background-color: #9f7aea;
  }

  .lg_bg-purple-600 {
    background-color: #805ad5;
  }

  .lg_bg-purple-700 {
    background-color: #6b46c1;
  }

  .lg_bg-purple-800 {
    background-color: #553c9a;
  }

  .lg_bg-purple-900 {
    background-color: #44337a;
  }

  .lg_bg-pink-100 {
    background-color: #fff5f7;
  }

  .lg_bg-pink-200 {
    background-color: #fed7e2;
  }

  .lg_bg-pink-300 {
    background-color: #fbb6ce;
  }

  .lg_bg-pink-400 {
    background-color: #f687b3;
  }

  .lg_bg-pink-500 {
    background-color: #ed64a6;
  }

  .lg_bg-pink-600 {
    background-color: #d53f8c;
  }

  .lg_bg-pink-700 {
    background-color: #b83280;
  }

  .lg_bg-pink-800 {
    background-color: #97266d;
  }

  .lg_bg-pink-900 {
    background-color: #702459;
  }

  .lg_bg-brand {
    background-color: #FE2929;
  }

  .lg_bg-brand-dark {
    background-color: #CB0000;
  }

  .lg_bg-primary {
    background-color: #2D58AA;
  }

  .lg_bg-primary-dark {
    background-color: #002577;
  }

  .lg_bg-info {
    background-color: #2B73A3;
  }

  .lg_bg-info-dark {
    background-color: #002577;
  }

  .lg_bg-success {
    background-color: #0EDD66;
  }

  .lg_bg-success-dark {
    background-color: #00AA33;
  }

  .lg_bg-warning {
    background-color: #B1991A;
  }

  .lg_bg-warning-dark {
    background-color: #7E6600;
  }

  .lg_bg-danger {
    background-color: #FE2929;
  }

  .lg_bg-danger-dark {
    background-color: #CB0000;
  }

  .lg_bg-light {
    background-color: #F0F0F0;
  }

  .lg_bg-dark {
    background-color: #454545;
  }

  .lg_bg-darkest {
    background-color: #313131;
  }

  .lg_bg-transparent-dark {
    background-color: rgba(0,0,0,0.6);
  }

  .lg_bg-facebook {
    background-color: #3b5998;
  }

  .lg_bg-twitter {
    background-color: #000000;
  }

  .lg_bg-google {
    background-color: #DB4437;
  }

  .lg_bg-linkedin {
    background-color: #0077B5;
  }

  .lg_bg-adobe {
    background-color: #FF0000;
  }

  .lg_bg-rss {
    background-color: #f26522;
  }

  .lg_hover_bg-transparent:hover {
    background-color: transparent;
  }

  .lg_hover_bg-black:hover {
    background-color: #000;
  }

  .lg_hover_bg-white:hover {
    background-color: #fff;
  }

  .lg_hover_bg-gray-100:hover {
    background-color: #f7fafc;
  }

  .lg_hover_bg-gray-200:hover {
    background-color: #edf2f7;
  }

  .lg_hover_bg-gray-300:hover {
    background-color: #e2e8f0;
  }

  .lg_hover_bg-gray-400:hover {
    background-color: #B8B8B8;
  }

  .lg_hover_bg-gray-500:hover {
    background-color: #a0aec0;
  }

  .lg_hover_bg-gray-600:hover {
    background-color: #718096;
  }

  .lg_hover_bg-gray-700:hover {
    background-color: #313131;
  }

  .lg_hover_bg-gray-800:hover {
    background-color: #2d3748;
  }

  .lg_hover_bg-gray-900:hover {
    background-color: #1a202c;
  }

  .lg_hover_bg-red-100:hover {
    background-color: #fff5f5;
  }

  .lg_hover_bg-red-200:hover {
    background-color: #fed7d7;
  }

  .lg_hover_bg-red-300:hover {
    background-color: #feb2b2;
  }

  .lg_hover_bg-red-400:hover {
    background-color: #fc8181;
  }

  .lg_hover_bg-red-500:hover {
    background-color: #f56565;
  }

  .lg_hover_bg-red-600:hover {
    background-color: #e53e3e;
  }

  .lg_hover_bg-red-700:hover {
    background-color: #c53030;
  }

  .lg_hover_bg-red-800:hover {
    background-color: #9b2c2c;
  }

  .lg_hover_bg-red-900:hover {
    background-color: #742a2a;
  }

  .lg_hover_bg-orange-100:hover {
    background-color: #fffaf0;
  }

  .lg_hover_bg-orange-200:hover {
    background-color: #feebc8;
  }

  .lg_hover_bg-orange-300:hover {
    background-color: #fbd38d;
  }

  .lg_hover_bg-orange-400:hover {
    background-color: #f6ad55;
  }

  .lg_hover_bg-orange-500:hover {
    background-color: #ed8936;
  }

  .lg_hover_bg-orange-600:hover {
    background-color: #dd6b20;
  }

  .lg_hover_bg-orange-700:hover {
    background-color: #c05621;
  }

  .lg_hover_bg-orange-800:hover {
    background-color: #9c4221;
  }

  .lg_hover_bg-orange-900:hover {
    background-color: #7b341e;
  }

  .lg_hover_bg-yellow-100:hover {
    background-color: #fffff0;
  }

  .lg_hover_bg-yellow-200:hover {
    background-color: #fefcbf;
  }

  .lg_hover_bg-yellow-300:hover {
    background-color: #faf089;
  }

  .lg_hover_bg-yellow-400:hover {
    background-color: #f6e05e;
  }

  .lg_hover_bg-yellow-500:hover {
    background-color: #ecc94b;
  }

  .lg_hover_bg-yellow-600:hover {
    background-color: #d69e2e;
  }

  .lg_hover_bg-yellow-700:hover {
    background-color: #b7791f;
  }

  .lg_hover_bg-yellow-800:hover {
    background-color: #975a16;
  }

  .lg_hover_bg-yellow-900:hover {
    background-color: #744210;
  }

  .lg_hover_bg-green-100:hover {
    background-color: #f0fff4;
  }

  .lg_hover_bg-green-200:hover {
    background-color: #c6f6d5;
  }

  .lg_hover_bg-green-300:hover {
    background-color: #9ae6b4;
  }

  .lg_hover_bg-green-400:hover {
    background-color: #68d391;
  }

  .lg_hover_bg-green-500:hover {
    background-color: #48bb78;
  }

  .lg_hover_bg-green-600:hover {
    background-color: #38a169;
  }

  .lg_hover_bg-green-700:hover {
    background-color: #2f855a;
  }

  .lg_hover_bg-green-800:hover {
    background-color: #276749;
  }

  .lg_hover_bg-green-900:hover {
    background-color: #22543d;
  }

  .lg_hover_bg-teal-100:hover {
    background-color: #e6fffa;
  }

  .lg_hover_bg-teal-200:hover {
    background-color: #b2f5ea;
  }

  .lg_hover_bg-teal-300:hover {
    background-color: #81e6d9;
  }

  .lg_hover_bg-teal-400:hover {
    background-color: #4fd1c5;
  }

  .lg_hover_bg-teal-500:hover {
    background-color: #38b2ac;
  }

  .lg_hover_bg-teal-600:hover {
    background-color: #319795;
  }

  .lg_hover_bg-teal-700:hover {
    background-color: #2c7a7b;
  }

  .lg_hover_bg-teal-800:hover {
    background-color: #285e61;
  }

  .lg_hover_bg-teal-900:hover {
    background-color: #234e52;
  }

  .lg_hover_bg-blue-100:hover {
    background-color: #ebf8ff;
  }

  .lg_hover_bg-blue-200:hover {
    background-color: #bee3f8;
  }

  .lg_hover_bg-blue-300:hover {
    background-color: #90cdf4;
  }

  .lg_hover_bg-blue-400:hover {
    background-color: #63b3ed;
  }

  .lg_hover_bg-blue-500:hover {
    background-color: #4299e1;
  }

  .lg_hover_bg-blue-600:hover {
    background-color: #3182ce;
  }

  .lg_hover_bg-blue-700:hover {
    background-color: #2b6cb0;
  }

  .lg_hover_bg-blue-800:hover {
    background-color: #2c5282;
  }

  .lg_hover_bg-blue-900:hover {
    background-color: #2B4780;
  }

  .lg_hover_bg-indigo-100:hover {
    background-color: #ebf4ff;
  }

  .lg_hover_bg-indigo-200:hover {
    background-color: #c3dafe;
  }

  .lg_hover_bg-indigo-300:hover {
    background-color: #a3bffa;
  }

  .lg_hover_bg-indigo-400:hover {
    background-color: #7f9cf5;
  }

  .lg_hover_bg-indigo-500:hover {
    background-color: #667eea;
  }

  .lg_hover_bg-indigo-600:hover {
    background-color: #5a67d8;
  }

  .lg_hover_bg-indigo-700:hover {
    background-color: #4c51bf;
  }

  .lg_hover_bg-indigo-800:hover {
    background-color: #434190;
  }

  .lg_hover_bg-indigo-900:hover {
    background-color: #3c366b;
  }

  .lg_hover_bg-purple-100:hover {
    background-color: #faf5ff;
  }

  .lg_hover_bg-purple-200:hover {
    background-color: #e9d8fd;
  }

  .lg_hover_bg-purple-300:hover {
    background-color: #d6bcfa;
  }

  .lg_hover_bg-purple-400:hover {
    background-color: #b794f4;
  }

  .lg_hover_bg-purple-500:hover {
    background-color: #9f7aea;
  }

  .lg_hover_bg-purple-600:hover {
    background-color: #805ad5;
  }

  .lg_hover_bg-purple-700:hover {
    background-color: #6b46c1;
  }

  .lg_hover_bg-purple-800:hover {
    background-color: #553c9a;
  }

  .lg_hover_bg-purple-900:hover {
    background-color: #44337a;
  }

  .lg_hover_bg-pink-100:hover {
    background-color: #fff5f7;
  }

  .lg_hover_bg-pink-200:hover {
    background-color: #fed7e2;
  }

  .lg_hover_bg-pink-300:hover {
    background-color: #fbb6ce;
  }

  .lg_hover_bg-pink-400:hover {
    background-color: #f687b3;
  }

  .lg_hover_bg-pink-500:hover {
    background-color: #ed64a6;
  }

  .lg_hover_bg-pink-600:hover {
    background-color: #d53f8c;
  }

  .lg_hover_bg-pink-700:hover {
    background-color: #b83280;
  }

  .lg_hover_bg-pink-800:hover {
    background-color: #97266d;
  }

  .lg_hover_bg-pink-900:hover {
    background-color: #702459;
  }

  .lg_hover_bg-brand:hover {
    background-color: #FE2929;
  }

  .lg_hover_bg-brand-dark:hover {
    background-color: #CB0000;
  }

  .lg_hover_bg-primary:hover {
    background-color: #2D58AA;
  }

  .lg_hover_bg-primary-dark:hover {
    background-color: #002577;
  }

  .lg_hover_bg-info:hover {
    background-color: #2B73A3;
  }

  .lg_hover_bg-info-dark:hover {
    background-color: #002577;
  }

  .lg_hover_bg-success:hover {
    background-color: #0EDD66;
  }

  .lg_hover_bg-success-dark:hover {
    background-color: #00AA33;
  }

  .lg_hover_bg-warning:hover {
    background-color: #B1991A;
  }

  .lg_hover_bg-warning-dark:hover {
    background-color: #7E6600;
  }

  .lg_hover_bg-danger:hover {
    background-color: #FE2929;
  }

  .lg_hover_bg-danger-dark:hover {
    background-color: #CB0000;
  }

  .lg_hover_bg-light:hover {
    background-color: #F0F0F0;
  }

  .lg_hover_bg-dark:hover {
    background-color: #454545;
  }

  .lg_hover_bg-darkest:hover {
    background-color: #313131;
  }

  .lg_hover_bg-transparent-dark:hover {
    background-color: rgba(0,0,0,0.6);
  }

  .lg_hover_bg-facebook:hover {
    background-color: #3b5998;
  }

  .lg_hover_bg-twitter:hover {
    background-color: #000000;
  }

  .lg_hover_bg-google:hover {
    background-color: #DB4437;
  }

  .lg_hover_bg-linkedin:hover {
    background-color: #0077B5;
  }

  .lg_hover_bg-adobe:hover {
    background-color: #FF0000;
  }

  .lg_hover_bg-rss:hover {
    background-color: #f26522;
  }

  .lg_focus_bg-transparent:focus {
    background-color: transparent;
  }

  .lg_focus_bg-black:focus {
    background-color: #000;
  }

  .lg_focus_bg-white:focus {
    background-color: #fff;
  }

  .lg_focus_bg-gray-100:focus {
    background-color: #f7fafc;
  }

  .lg_focus_bg-gray-200:focus {
    background-color: #edf2f7;
  }

  .lg_focus_bg-gray-300:focus {
    background-color: #e2e8f0;
  }

  .lg_focus_bg-gray-400:focus {
    background-color: #B8B8B8;
  }

  .lg_focus_bg-gray-500:focus {
    background-color: #a0aec0;
  }

  .lg_focus_bg-gray-600:focus {
    background-color: #718096;
  }

  .lg_focus_bg-gray-700:focus {
    background-color: #313131;
  }

  .lg_focus_bg-gray-800:focus {
    background-color: #2d3748;
  }

  .lg_focus_bg-gray-900:focus {
    background-color: #1a202c;
  }

  .lg_focus_bg-red-100:focus {
    background-color: #fff5f5;
  }

  .lg_focus_bg-red-200:focus {
    background-color: #fed7d7;
  }

  .lg_focus_bg-red-300:focus {
    background-color: #feb2b2;
  }

  .lg_focus_bg-red-400:focus {
    background-color: #fc8181;
  }

  .lg_focus_bg-red-500:focus {
    background-color: #f56565;
  }

  .lg_focus_bg-red-600:focus {
    background-color: #e53e3e;
  }

  .lg_focus_bg-red-700:focus {
    background-color: #c53030;
  }

  .lg_focus_bg-red-800:focus {
    background-color: #9b2c2c;
  }

  .lg_focus_bg-red-900:focus {
    background-color: #742a2a;
  }

  .lg_focus_bg-orange-100:focus {
    background-color: #fffaf0;
  }

  .lg_focus_bg-orange-200:focus {
    background-color: #feebc8;
  }

  .lg_focus_bg-orange-300:focus {
    background-color: #fbd38d;
  }

  .lg_focus_bg-orange-400:focus {
    background-color: #f6ad55;
  }

  .lg_focus_bg-orange-500:focus {
    background-color: #ed8936;
  }

  .lg_focus_bg-orange-600:focus {
    background-color: #dd6b20;
  }

  .lg_focus_bg-orange-700:focus {
    background-color: #c05621;
  }

  .lg_focus_bg-orange-800:focus {
    background-color: #9c4221;
  }

  .lg_focus_bg-orange-900:focus {
    background-color: #7b341e;
  }

  .lg_focus_bg-yellow-100:focus {
    background-color: #fffff0;
  }

  .lg_focus_bg-yellow-200:focus {
    background-color: #fefcbf;
  }

  .lg_focus_bg-yellow-300:focus {
    background-color: #faf089;
  }

  .lg_focus_bg-yellow-400:focus {
    background-color: #f6e05e;
  }

  .lg_focus_bg-yellow-500:focus {
    background-color: #ecc94b;
  }

  .lg_focus_bg-yellow-600:focus {
    background-color: #d69e2e;
  }

  .lg_focus_bg-yellow-700:focus {
    background-color: #b7791f;
  }

  .lg_focus_bg-yellow-800:focus {
    background-color: #975a16;
  }

  .lg_focus_bg-yellow-900:focus {
    background-color: #744210;
  }

  .lg_focus_bg-green-100:focus {
    background-color: #f0fff4;
  }

  .lg_focus_bg-green-200:focus {
    background-color: #c6f6d5;
  }

  .lg_focus_bg-green-300:focus {
    background-color: #9ae6b4;
  }

  .lg_focus_bg-green-400:focus {
    background-color: #68d391;
  }

  .lg_focus_bg-green-500:focus {
    background-color: #48bb78;
  }

  .lg_focus_bg-green-600:focus {
    background-color: #38a169;
  }

  .lg_focus_bg-green-700:focus {
    background-color: #2f855a;
  }

  .lg_focus_bg-green-800:focus {
    background-color: #276749;
  }

  .lg_focus_bg-green-900:focus {
    background-color: #22543d;
  }

  .lg_focus_bg-teal-100:focus {
    background-color: #e6fffa;
  }

  .lg_focus_bg-teal-200:focus {
    background-color: #b2f5ea;
  }

  .lg_focus_bg-teal-300:focus {
    background-color: #81e6d9;
  }

  .lg_focus_bg-teal-400:focus {
    background-color: #4fd1c5;
  }

  .lg_focus_bg-teal-500:focus {
    background-color: #38b2ac;
  }

  .lg_focus_bg-teal-600:focus {
    background-color: #319795;
  }

  .lg_focus_bg-teal-700:focus {
    background-color: #2c7a7b;
  }

  .lg_focus_bg-teal-800:focus {
    background-color: #285e61;
  }

  .lg_focus_bg-teal-900:focus {
    background-color: #234e52;
  }

  .lg_focus_bg-blue-100:focus {
    background-color: #ebf8ff;
  }

  .lg_focus_bg-blue-200:focus {
    background-color: #bee3f8;
  }

  .lg_focus_bg-blue-300:focus {
    background-color: #90cdf4;
  }

  .lg_focus_bg-blue-400:focus {
    background-color: #63b3ed;
  }

  .lg_focus_bg-blue-500:focus {
    background-color: #4299e1;
  }

  .lg_focus_bg-blue-600:focus {
    background-color: #3182ce;
  }

  .lg_focus_bg-blue-700:focus {
    background-color: #2b6cb0;
  }

  .lg_focus_bg-blue-800:focus {
    background-color: #2c5282;
  }

  .lg_focus_bg-blue-900:focus {
    background-color: #2B4780;
  }

  .lg_focus_bg-indigo-100:focus {
    background-color: #ebf4ff;
  }

  .lg_focus_bg-indigo-200:focus {
    background-color: #c3dafe;
  }

  .lg_focus_bg-indigo-300:focus {
    background-color: #a3bffa;
  }

  .lg_focus_bg-indigo-400:focus {
    background-color: #7f9cf5;
  }

  .lg_focus_bg-indigo-500:focus {
    background-color: #667eea;
  }

  .lg_focus_bg-indigo-600:focus {
    background-color: #5a67d8;
  }

  .lg_focus_bg-indigo-700:focus {
    background-color: #4c51bf;
  }

  .lg_focus_bg-indigo-800:focus {
    background-color: #434190;
  }

  .lg_focus_bg-indigo-900:focus {
    background-color: #3c366b;
  }

  .lg_focus_bg-purple-100:focus {
    background-color: #faf5ff;
  }

  .lg_focus_bg-purple-200:focus {
    background-color: #e9d8fd;
  }

  .lg_focus_bg-purple-300:focus {
    background-color: #d6bcfa;
  }

  .lg_focus_bg-purple-400:focus {
    background-color: #b794f4;
  }

  .lg_focus_bg-purple-500:focus {
    background-color: #9f7aea;
  }

  .lg_focus_bg-purple-600:focus {
    background-color: #805ad5;
  }

  .lg_focus_bg-purple-700:focus {
    background-color: #6b46c1;
  }

  .lg_focus_bg-purple-800:focus {
    background-color: #553c9a;
  }

  .lg_focus_bg-purple-900:focus {
    background-color: #44337a;
  }

  .lg_focus_bg-pink-100:focus {
    background-color: #fff5f7;
  }

  .lg_focus_bg-pink-200:focus {
    background-color: #fed7e2;
  }

  .lg_focus_bg-pink-300:focus {
    background-color: #fbb6ce;
  }

  .lg_focus_bg-pink-400:focus {
    background-color: #f687b3;
  }

  .lg_focus_bg-pink-500:focus {
    background-color: #ed64a6;
  }

  .lg_focus_bg-pink-600:focus {
    background-color: #d53f8c;
  }

  .lg_focus_bg-pink-700:focus {
    background-color: #b83280;
  }

  .lg_focus_bg-pink-800:focus {
    background-color: #97266d;
  }

  .lg_focus_bg-pink-900:focus {
    background-color: #702459;
  }

  .lg_focus_bg-brand:focus {
    background-color: #FE2929;
  }

  .lg_focus_bg-brand-dark:focus {
    background-color: #CB0000;
  }

  .lg_focus_bg-primary:focus {
    background-color: #2D58AA;
  }

  .lg_focus_bg-primary-dark:focus {
    background-color: #002577;
  }

  .lg_focus_bg-info:focus {
    background-color: #2B73A3;
  }

  .lg_focus_bg-info-dark:focus {
    background-color: #002577;
  }

  .lg_focus_bg-success:focus {
    background-color: #0EDD66;
  }

  .lg_focus_bg-success-dark:focus {
    background-color: #00AA33;
  }

  .lg_focus_bg-warning:focus {
    background-color: #B1991A;
  }

  .lg_focus_bg-warning-dark:focus {
    background-color: #7E6600;
  }

  .lg_focus_bg-danger:focus {
    background-color: #FE2929;
  }

  .lg_focus_bg-danger-dark:focus {
    background-color: #CB0000;
  }

  .lg_focus_bg-light:focus {
    background-color: #F0F0F0;
  }

  .lg_focus_bg-dark:focus {
    background-color: #454545;
  }

  .lg_focus_bg-darkest:focus {
    background-color: #313131;
  }

  .lg_focus_bg-transparent-dark:focus {
    background-color: rgba(0,0,0,0.6);
  }

  .lg_focus_bg-facebook:focus {
    background-color: #3b5998;
  }

  .lg_focus_bg-twitter:focus {
    background-color: #000000;
  }

  .lg_focus_bg-google:focus {
    background-color: #DB4437;
  }

  .lg_focus_bg-linkedin:focus {
    background-color: #0077B5;
  }

  .lg_focus_bg-adobe:focus {
    background-color: #FF0000;
  }

  .lg_focus_bg-rss:focus {
    background-color: #f26522;
  }

  .lg_bg-bottom {
    background-position: bottom;
  }

  .lg_bg-center {
    background-position: center;
  }

  .lg_bg-left {
    background-position: left;
  }

  .lg_bg-left-bottom {
    background-position: left bottom;
  }

  .lg_bg-left-top {
    background-position: left top;
  }

  .lg_bg-right {
    background-position: right;
  }

  .lg_bg-right-bottom {
    background-position: right bottom;
  }

  .lg_bg-right-top {
    background-position: right top;
  }

  .lg_bg-top {
    background-position: top;
  }

  .lg_bg-repeat {
    background-repeat: repeat;
  }

  .lg_bg-no-repeat {
    background-repeat: no-repeat;
  }

  .lg_bg-repeat-x {
    background-repeat: repeat-x;
  }

  .lg_bg-repeat-y {
    background-repeat: repeat-y;
  }

  .lg_bg-repeat-round {
    background-repeat: round;
  }

  .lg_bg-repeat-space {
    background-repeat: space;
  }

  .lg_bg-auto {
    background-size: auto;
  }

  .lg_bg-cover {
    background-size: cover;
  }

  .lg_bg-contain {
    background-size: contain;
  }

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

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

  .lg_border-transparent {
    border-color: transparent;
  }

  .lg_border-black {
    border-color: #000;
  }

  .lg_border-white {
    border-color: #fff;
  }

  .lg_border-gray-100 {
    border-color: #f7fafc;
  }

  .lg_border-gray-200 {
    border-color: #edf2f7;
  }

  .lg_border-gray-300 {
    border-color: #e2e8f0;
  }

  .lg_border-gray-400 {
    border-color: #B8B8B8;
  }

  .lg_border-gray-500 {
    border-color: #a0aec0;
  }

  .lg_border-gray-600 {
    border-color: #718096;
  }

  .lg_border-gray-700 {
    border-color: #313131;
  }

  .lg_border-gray-800 {
    border-color: #2d3748;
  }

  .lg_border-gray-900 {
    border-color: #1a202c;
  }

  .lg_border-red-100 {
    border-color: #fff5f5;
  }

  .lg_border-red-200 {
    border-color: #fed7d7;
  }

  .lg_border-red-300 {
    border-color: #feb2b2;
  }

  .lg_border-red-400 {
    border-color: #fc8181;
  }

  .lg_border-red-500 {
    border-color: #f56565;
  }

  .lg_border-red-600 {
    border-color: #e53e3e;
  }

  .lg_border-red-700 {
    border-color: #c53030;
  }

  .lg_border-red-800 {
    border-color: #9b2c2c;
  }

  .lg_border-red-900 {
    border-color: #742a2a;
  }

  .lg_border-orange-100 {
    border-color: #fffaf0;
  }

  .lg_border-orange-200 {
    border-color: #feebc8;
  }

  .lg_border-orange-300 {
    border-color: #fbd38d;
  }

  .lg_border-orange-400 {
    border-color: #f6ad55;
  }

  .lg_border-orange-500 {
    border-color: #ed8936;
  }

  .lg_border-orange-600 {
    border-color: #dd6b20;
  }

  .lg_border-orange-700 {
    border-color: #c05621;
  }

  .lg_border-orange-800 {
    border-color: #9c4221;
  }

  .lg_border-orange-900 {
    border-color: #7b341e;
  }

  .lg_border-yellow-100 {
    border-color: #fffff0;
  }

  .lg_border-yellow-200 {
    border-color: #fefcbf;
  }

  .lg_border-yellow-300 {
    border-color: #faf089;
  }

  .lg_border-yellow-400 {
    border-color: #f6e05e;
  }

  .lg_border-yellow-500 {
    border-color: #ecc94b;
  }

  .lg_border-yellow-600 {
    border-color: #d69e2e;
  }

  .lg_border-yellow-700 {
    border-color: #b7791f;
  }

  .lg_border-yellow-800 {
    border-color: #975a16;
  }

  .lg_border-yellow-900 {
    border-color: #744210;
  }

  .lg_border-green-100 {
    border-color: #f0fff4;
  }

  .lg_border-green-200 {
    border-color: #c6f6d5;
  }

  .lg_border-green-300 {
    border-color: #9ae6b4;
  }

  .lg_border-green-400 {
    border-color: #68d391;
  }

  .lg_border-green-500 {
    border-color: #48bb78;
  }

  .lg_border-green-600 {
    border-color: #38a169;
  }

  .lg_border-green-700 {
    border-color: #2f855a;
  }

  .lg_border-green-800 {
    border-color: #276749;
  }

  .lg_border-green-900 {
    border-color: #22543d;
  }

  .lg_border-teal-100 {
    border-color: #e6fffa;
  }

  .lg_border-teal-200 {
    border-color: #b2f5ea;
  }

  .lg_border-teal-300 {
    border-color: #81e6d9;
  }

  .lg_border-teal-400 {
    border-color: #4fd1c5;
  }

  .lg_border-teal-500 {
    border-color: #38b2ac;
  }

  .lg_border-teal-600 {
    border-color: #319795;
  }

  .lg_border-teal-700 {
    border-color: #2c7a7b;
  }

  .lg_border-teal-800 {
    border-color: #285e61;
  }

  .lg_border-teal-900 {
    border-color: #234e52;
  }

  .lg_border-blue-100 {
    border-color: #ebf8ff;
  }

  .lg_border-blue-200 {
    border-color: #bee3f8;
  }

  .lg_border-blue-300 {
    border-color: #90cdf4;
  }

  .lg_border-blue-400 {
    border-color: #63b3ed;
  }

  .lg_border-blue-500 {
    border-color: #4299e1;
  }

  .lg_border-blue-600 {
    border-color: #3182ce;
  }

  .lg_border-blue-700 {
    border-color: #2b6cb0;
  }

  .lg_border-blue-800 {
    border-color: #2c5282;
  }

  .lg_border-blue-900 {
    border-color: #2B4780;
  }

  .lg_border-indigo-100 {
    border-color: #ebf4ff;
  }

  .lg_border-indigo-200 {
    border-color: #c3dafe;
  }

  .lg_border-indigo-300 {
    border-color: #a3bffa;
  }

  .lg_border-indigo-400 {
    border-color: #7f9cf5;
  }

  .lg_border-indigo-500 {
    border-color: #667eea;
  }

  .lg_border-indigo-600 {
    border-color: #5a67d8;
  }

  .lg_border-indigo-700 {
    border-color: #4c51bf;
  }

  .lg_border-indigo-800 {
    border-color: #434190;
  }

  .lg_border-indigo-900 {
    border-color: #3c366b;
  }

  .lg_border-purple-100 {
    border-color: #faf5ff;
  }

  .lg_border-purple-200 {
    border-color: #e9d8fd;
  }

  .lg_border-purple-300 {
    border-color: #d6bcfa;
  }

  .lg_border-purple-400 {
    border-color: #b794f4;
  }

  .lg_border-purple-500 {
    border-color: #9f7aea;
  }

  .lg_border-purple-600 {
    border-color: #805ad5;
  }

  .lg_border-purple-700 {
    border-color: #6b46c1;
  }

  .lg_border-purple-800 {
    border-color: #553c9a;
  }

  .lg_border-purple-900 {
    border-color: #44337a;
  }

  .lg_border-pink-100 {
    border-color: #fff5f7;
  }

  .lg_border-pink-200 {
    border-color: #fed7e2;
  }

  .lg_border-pink-300 {
    border-color: #fbb6ce;
  }

  .lg_border-pink-400 {
    border-color: #f687b3;
  }

  .lg_border-pink-500 {
    border-color: #ed64a6;
  }

  .lg_border-pink-600 {
    border-color: #d53f8c;
  }

  .lg_border-pink-700 {
    border-color: #b83280;
  }

  .lg_border-pink-800 {
    border-color: #97266d;
  }

  .lg_border-pink-900 {
    border-color: #702459;
  }

  .lg_border-brand {
    border-color: #FE2929;
  }

  .lg_border-brand-dark {
    border-color: #CB0000;
  }

  .lg_border-primary {
    border-color: #2D58AA;
  }

  .lg_border-primary-dark {
    border-color: #002577;
  }

  .lg_border-info {
    border-color: #2B73A3;
  }

  .lg_border-info-dark {
    border-color: #002577;
  }

  .lg_border-success {
    border-color: #0EDD66;
  }

  .lg_border-success-dark {
    border-color: #00AA33;
  }

  .lg_border-warning {
    border-color: #B1991A;
  }

  .lg_border-warning-dark {
    border-color: #7E6600;
  }

  .lg_border-danger {
    border-color: #FE2929;
  }

  .lg_border-danger-dark {
    border-color: #CB0000;
  }

  .lg_border-light {
    border-color: #F0F0F0;
  }

  .lg_border-dark {
    border-color: #454545;
  }

  .lg_border-darkest {
    border-color: #313131;
  }

  .lg_border-transparent-dark {
    border-color: rgba(0,0,0,0.6);
  }

  .lg_border-facebook {
    border-color: #3b5998;
  }

  .lg_border-twitter {
    border-color: #000000;
  }

  .lg_border-google {
    border-color: #DB4437;
  }

  .lg_border-linkedin {
    border-color: #0077B5;
  }

  .lg_border-adobe {
    border-color: #FF0000;
  }

  .lg_border-rss {
    border-color: #f26522;
  }

  .lg_hover_border-transparent:hover {
    border-color: transparent;
  }

  .lg_hover_border-black:hover {
    border-color: #000;
  }

  .lg_hover_border-white:hover {
    border-color: #fff;
  }

  .lg_hover_border-gray-100:hover {
    border-color: #f7fafc;
  }

  .lg_hover_border-gray-200:hover {
    border-color: #edf2f7;
  }

  .lg_hover_border-gray-300:hover {
    border-color: #e2e8f0;
  }

  .lg_hover_border-gray-400:hover {
    border-color: #B8B8B8;
  }

  .lg_hover_border-gray-500:hover {
    border-color: #a0aec0;
  }

  .lg_hover_border-gray-600:hover {
    border-color: #718096;
  }

  .lg_hover_border-gray-700:hover {
    border-color: #313131;
  }

  .lg_hover_border-gray-800:hover {
    border-color: #2d3748;
  }

  .lg_hover_border-gray-900:hover {
    border-color: #1a202c;
  }

  .lg_hover_border-red-100:hover {
    border-color: #fff5f5;
  }

  .lg_hover_border-red-200:hover {
    border-color: #fed7d7;
  }

  .lg_hover_border-red-300:hover {
    border-color: #feb2b2;
  }

  .lg_hover_border-red-400:hover {
    border-color: #fc8181;
  }

  .lg_hover_border-red-500:hover {
    border-color: #f56565;
  }

  .lg_hover_border-red-600:hover {
    border-color: #e53e3e;
  }

  .lg_hover_border-red-700:hover {
    border-color: #c53030;
  }

  .lg_hover_border-red-800:hover {
    border-color: #9b2c2c;
  }

  .lg_hover_border-red-900:hover {
    border-color: #742a2a;
  }

  .lg_hover_border-orange-100:hover {
    border-color: #fffaf0;
  }

  .lg_hover_border-orange-200:hover {
    border-color: #feebc8;
  }

  .lg_hover_border-orange-300:hover {
    border-color: #fbd38d;
  }

  .lg_hover_border-orange-400:hover {
    border-color: #f6ad55;
  }

  .lg_hover_border-orange-500:hover {
    border-color: #ed8936;
  }

  .lg_hover_border-orange-600:hover {
    border-color: #dd6b20;
  }

  .lg_hover_border-orange-700:hover {
    border-color: #c05621;
  }

  .lg_hover_border-orange-800:hover {
    border-color: #9c4221;
  }

  .lg_hover_border-orange-900:hover {
    border-color: #7b341e;
  }

  .lg_hover_border-yellow-100:hover {
    border-color: #fffff0;
  }

  .lg_hover_border-yellow-200:hover {
    border-color: #fefcbf;
  }

  .lg_hover_border-yellow-300:hover {
    border-color: #faf089;
  }

  .lg_hover_border-yellow-400:hover {
    border-color: #f6e05e;
  }

  .lg_hover_border-yellow-500:hover {
    border-color: #ecc94b;
  }

  .lg_hover_border-yellow-600:hover {
    border-color: #d69e2e;
  }

  .lg_hover_border-yellow-700:hover {
    border-color: #b7791f;
  }

  .lg_hover_border-yellow-800:hover {
    border-color: #975a16;
  }

  .lg_hover_border-yellow-900:hover {
    border-color: #744210;
  }

  .lg_hover_border-green-100:hover {
    border-color: #f0fff4;
  }

  .lg_hover_border-green-200:hover {
    border-color: #c6f6d5;
  }

  .lg_hover_border-green-300:hover {
    border-color: #9ae6b4;
  }

  .lg_hover_border-green-400:hover {
    border-color: #68d391;
  }

  .lg_hover_border-green-500:hover {
    border-color: #48bb78;
  }

  .lg_hover_border-green-600:hover {
    border-color: #38a169;
  }

  .lg_hover_border-green-700:hover {
    border-color: #2f855a;
  }

  .lg_hover_border-green-800:hover {
    border-color: #276749;
  }

  .lg_hover_border-green-900:hover {
    border-color: #22543d;
  }

  .lg_hover_border-teal-100:hover {
    border-color: #e6fffa;
  }

  .lg_hover_border-teal-200:hover {
    border-color: #b2f5ea;
  }

  .lg_hover_border-teal-300:hover {
    border-color: #81e6d9;
  }

  .lg_hover_border-teal-400:hover {
    border-color: #4fd1c5;
  }

  .lg_hover_border-teal-500:hover {
    border-color: #38b2ac;
  }

  .lg_hover_border-teal-600:hover {
    border-color: #319795;
  }

  .lg_hover_border-teal-700:hover {
    border-color: #2c7a7b;
  }

  .lg_hover_border-teal-800:hover {
    border-color: #285e61;
  }

  .lg_hover_border-teal-900:hover {
    border-color: #234e52;
  }

  .lg_hover_border-blue-100:hover {
    border-color: #ebf8ff;
  }

  .lg_hover_border-blue-200:hover {
    border-color: #bee3f8;
  }

  .lg_hover_border-blue-300:hover {
    border-color: #90cdf4;
  }

  .lg_hover_border-blue-400:hover {
    border-color: #63b3ed;
  }

  .lg_hover_border-blue-500:hover {
    border-color: #4299e1;
  }

  .lg_hover_border-blue-600:hover {
    border-color: #3182ce;
  }

  .lg_hover_border-blue-700:hover {
    border-color: #2b6cb0;
  }

  .lg_hover_border-blue-800:hover {
    border-color: #2c5282;
  }

  .lg_hover_border-blue-900:hover {
    border-color: #2B4780;
  }

  .lg_hover_border-indigo-100:hover {
    border-color: #ebf4ff;
  }

  .lg_hover_border-indigo-200:hover {
    border-color: #c3dafe;
  }

  .lg_hover_border-indigo-300:hover {
    border-color: #a3bffa;
  }

  .lg_hover_border-indigo-400:hover {
    border-color: #7f9cf5;
  }

  .lg_hover_border-indigo-500:hover {
    border-color: #667eea;
  }

  .lg_hover_border-indigo-600:hover {
    border-color: #5a67d8;
  }

  .lg_hover_border-indigo-700:hover {
    border-color: #4c51bf;
  }

  .lg_hover_border-indigo-800:hover {
    border-color: #434190;
  }

  .lg_hover_border-indigo-900:hover {
    border-color: #3c366b;
  }

  .lg_hover_border-purple-100:hover {
    border-color: #faf5ff;
  }

  .lg_hover_border-purple-200:hover {
    border-color: #e9d8fd;
  }

  .lg_hover_border-purple-300:hover {
    border-color: #d6bcfa;
  }

  .lg_hover_border-purple-400:hover {
    border-color: #b794f4;
  }

  .lg_hover_border-purple-500:hover {
    border-color: #9f7aea;
  }

  .lg_hover_border-purple-600:hover {
    border-color: #805ad5;
  }

  .lg_hover_border-purple-700:hover {
    border-color: #6b46c1;
  }

  .lg_hover_border-purple-800:hover {
    border-color: #553c9a;
  }

  .lg_hover_border-purple-900:hover {
    border-color: #44337a;
  }

  .lg_hover_border-pink-100:hover {
    border-color: #fff5f7;
  }

  .lg_hover_border-pink-200:hover {
    border-color: #fed7e2;
  }

  .lg_hover_border-pink-300:hover {
    border-color: #fbb6ce;
  }

  .lg_hover_border-pink-400:hover {
    border-color: #f687b3;
  }

  .lg_hover_border-pink-500:hover {
    border-color: #ed64a6;
  }

  .lg_hover_border-pink-600:hover {
    border-color: #d53f8c;
  }

  .lg_hover_border-pink-700:hover {
    border-color: #b83280;
  }

  .lg_hover_border-pink-800:hover {
    border-color: #97266d;
  }

  .lg_hover_border-pink-900:hover {
    border-color: #702459;
  }

  .lg_hover_border-brand:hover {
    border-color: #FE2929;
  }

  .lg_hover_border-brand-dark:hover {
    border-color: #CB0000;
  }

  .lg_hover_border-primary:hover {
    border-color: #2D58AA;
  }

  .lg_hover_border-primary-dark:hover {
    border-color: #002577;
  }

  .lg_hover_border-info:hover {
    border-color: #2B73A3;
  }

  .lg_hover_border-info-dark:hover {
    border-color: #002577;
  }

  .lg_hover_border-success:hover {
    border-color: #0EDD66;
  }

  .lg_hover_border-success-dark:hover {
    border-color: #00AA33;
  }

  .lg_hover_border-warning:hover {
    border-color: #B1991A;
  }

  .lg_hover_border-warning-dark:hover {
    border-color: #7E6600;
  }

  .lg_hover_border-danger:hover {
    border-color: #FE2929;
  }

  .lg_hover_border-danger-dark:hover {
    border-color: #CB0000;
  }

  .lg_hover_border-light:hover {
    border-color: #F0F0F0;
  }

  .lg_hover_border-dark:hover {
    border-color: #454545;
  }

  .lg_hover_border-darkest:hover {
    border-color: #313131;
  }

  .lg_hover_border-transparent-dark:hover {
    border-color: rgba(0,0,0,0.6);
  }

  .lg_hover_border-facebook:hover {
    border-color: #3b5998;
  }

  .lg_hover_border-twitter:hover {
    border-color: #000000;
  }

  .lg_hover_border-google:hover {
    border-color: #DB4437;
  }

  .lg_hover_border-linkedin:hover {
    border-color: #0077B5;
  }

  .lg_hover_border-adobe:hover {
    border-color: #FF0000;
  }

  .lg_hover_border-rss:hover {
    border-color: #f26522;
  }

  .lg_focus_border-transparent:focus {
    border-color: transparent;
  }

  .lg_focus_border-black:focus {
    border-color: #000;
  }

  .lg_focus_border-white:focus {
    border-color: #fff;
  }

  .lg_focus_border-gray-100:focus {
    border-color: #f7fafc;
  }

  .lg_focus_border-gray-200:focus {
    border-color: #edf2f7;
  }

  .lg_focus_border-gray-300:focus {
    border-color: #e2e8f0;
  }

  .lg_focus_border-gray-400:focus {
    border-color: #B8B8B8;
  }

  .lg_focus_border-gray-500:focus {
    border-color: #a0aec0;
  }

  .lg_focus_border-gray-600:focus {
    border-color: #718096;
  }

  .lg_focus_border-gray-700:focus {
    border-color: #313131;
  }

  .lg_focus_border-gray-800:focus {
    border-color: #2d3748;
  }

  .lg_focus_border-gray-900:focus {
    border-color: #1a202c;
  }

  .lg_focus_border-red-100:focus {
    border-color: #fff5f5;
  }

  .lg_focus_border-red-200:focus {
    border-color: #fed7d7;
  }

  .lg_focus_border-red-300:focus {
    border-color: #feb2b2;
  }

  .lg_focus_border-red-400:focus {
    border-color: #fc8181;
  }

  .lg_focus_border-red-500:focus {
    border-color: #f56565;
  }

  .lg_focus_border-red-600:focus {
    border-color: #e53e3e;
  }

  .lg_focus_border-red-700:focus {
    border-color: #c53030;
  }

  .lg_focus_border-red-800:focus {
    border-color: #9b2c2c;
  }

  .lg_focus_border-red-900:focus {
    border-color: #742a2a;
  }

  .lg_focus_border-orange-100:focus {
    border-color: #fffaf0;
  }

  .lg_focus_border-orange-200:focus {
    border-color: #feebc8;
  }

  .lg_focus_border-orange-300:focus {
    border-color: #fbd38d;
  }

  .lg_focus_border-orange-400:focus {
    border-color: #f6ad55;
  }

  .lg_focus_border-orange-500:focus {
    border-color: #ed8936;
  }

  .lg_focus_border-orange-600:focus {
    border-color: #dd6b20;
  }

  .lg_focus_border-orange-700:focus {
    border-color: #c05621;
  }

  .lg_focus_border-orange-800:focus {
    border-color: #9c4221;
  }

  .lg_focus_border-orange-900:focus {
    border-color: #7b341e;
  }

  .lg_focus_border-yellow-100:focus {
    border-color: #fffff0;
  }

  .lg_focus_border-yellow-200:focus {
    border-color: #fefcbf;
  }

  .lg_focus_border-yellow-300:focus {
    border-color: #faf089;
  }

  .lg_focus_border-yellow-400:focus {
    border-color: #f6e05e;
  }

  .lg_focus_border-yellow-500:focus {
    border-color: #ecc94b;
  }

  .lg_focus_border-yellow-600:focus {
    border-color: #d69e2e;
  }

  .lg_focus_border-yellow-700:focus {
    border-color: #b7791f;
  }

  .lg_focus_border-yellow-800:focus {
    border-color: #975a16;
  }

  .lg_focus_border-yellow-900:focus {
    border-color: #744210;
  }

  .lg_focus_border-green-100:focus {
    border-color: #f0fff4;
  }

  .lg_focus_border-green-200:focus {
    border-color: #c6f6d5;
  }

  .lg_focus_border-green-300:focus {
    border-color: #9ae6b4;
  }

  .lg_focus_border-green-400:focus {
    border-color: #68d391;
  }

  .lg_focus_border-green-500:focus {
    border-color: #48bb78;
  }

  .lg_focus_border-green-600:focus {
    border-color: #38a169;
  }

  .lg_focus_border-green-700:focus {
    border-color: #2f855a;
  }

  .lg_focus_border-green-800:focus {
    border-color: #276749;
  }

  .lg_focus_border-green-900:focus {
    border-color: #22543d;
  }

  .lg_focus_border-teal-100:focus {
    border-color: #e6fffa;
  }

  .lg_focus_border-teal-200:focus {
    border-color: #b2f5ea;
  }

  .lg_focus_border-teal-300:focus {
    border-color: #81e6d9;
  }

  .lg_focus_border-teal-400:focus {
    border-color: #4fd1c5;
  }

  .lg_focus_border-teal-500:focus {
    border-color: #38b2ac;
  }

  .lg_focus_border-teal-600:focus {
    border-color: #319795;
  }

  .lg_focus_border-teal-700:focus {
    border-color: #2c7a7b;
  }

  .lg_focus_border-teal-800:focus {
    border-color: #285e61;
  }

  .lg_focus_border-teal-900:focus {
    border-color: #234e52;
  }

  .lg_focus_border-blue-100:focus {
    border-color: #ebf8ff;
  }

  .lg_focus_border-blue-200:focus {
    border-color: #bee3f8;
  }

  .lg_focus_border-blue-300:focus {
    border-color: #90cdf4;
  }

  .lg_focus_border-blue-400:focus {
    border-color: #63b3ed;
  }

  .lg_focus_border-blue-500:focus {
    border-color: #4299e1;
  }

  .lg_focus_border-blue-600:focus {
    border-color: #3182ce;
  }

  .lg_focus_border-blue-700:focus {
    border-color: #2b6cb0;
  }

  .lg_focus_border-blue-800:focus {
    border-color: #2c5282;
  }

  .lg_focus_border-blue-900:focus {
    border-color: #2B4780;
  }

  .lg_focus_border-indigo-100:focus {
    border-color: #ebf4ff;
  }

  .lg_focus_border-indigo-200:focus {
    border-color: #c3dafe;
  }

  .lg_focus_border-indigo-300:focus {
    border-color: #a3bffa;
  }

  .lg_focus_border-indigo-400:focus {
    border-color: #7f9cf5;
  }

  .lg_focus_border-indigo-500:focus {
    border-color: #667eea;
  }

  .lg_focus_border-indigo-600:focus {
    border-color: #5a67d8;
  }

  .lg_focus_border-indigo-700:focus {
    border-color: #4c51bf;
  }

  .lg_focus_border-indigo-800:focus {
    border-color: #434190;
  }

  .lg_focus_border-indigo-900:focus {
    border-color: #3c366b;
  }

  .lg_focus_border-purple-100:focus {
    border-color: #faf5ff;
  }

  .lg_focus_border-purple-200:focus {
    border-color: #e9d8fd;
  }

  .lg_focus_border-purple-300:focus {
    border-color: #d6bcfa;
  }

  .lg_focus_border-purple-400:focus {
    border-color: #b794f4;
  }

  .lg_focus_border-purple-500:focus {
    border-color: #9f7aea;
  }

  .lg_focus_border-purple-600:focus {
    border-color: #805ad5;
  }

  .lg_focus_border-purple-700:focus {
    border-color: #6b46c1;
  }

  .lg_focus_border-purple-800:focus {
    border-color: #553c9a;
  }

  .lg_focus_border-purple-900:focus {
    border-color: #44337a;
  }

  .lg_focus_border-pink-100:focus {
    border-color: #fff5f7;
  }

  .lg_focus_border-pink-200:focus {
    border-color: #fed7e2;
  }

  .lg_focus_border-pink-300:focus {
    border-color: #fbb6ce;
  }

  .lg_focus_border-pink-400:focus {
    border-color: #f687b3;
  }

  .lg_focus_border-pink-500:focus {
    border-color: #ed64a6;
  }

  .lg_focus_border-pink-600:focus {
    border-color: #d53f8c;
  }

  .lg_focus_border-pink-700:focus {
    border-color: #b83280;
  }

  .lg_focus_border-pink-800:focus {
    border-color: #97266d;
  }

  .lg_focus_border-pink-900:focus {
    border-color: #702459;
  }

  .lg_focus_border-brand:focus {
    border-color: #FE2929;
  }

  .lg_focus_border-brand-dark:focus {
    border-color: #CB0000;
  }

  .lg_focus_border-primary:focus {
    border-color: #2D58AA;
  }

  .lg_focus_border-primary-dark:focus {
    border-color: #002577;
  }

  .lg_focus_border-info:focus {
    border-color: #2B73A3;
  }

  .lg_focus_border-info-dark:focus {
    border-color: #002577;
  }

  .lg_focus_border-success:focus {
    border-color: #0EDD66;
  }

  .lg_focus_border-success-dark:focus {
    border-color: #00AA33;
  }

  .lg_focus_border-warning:focus {
    border-color: #B1991A;
  }

  .lg_focus_border-warning-dark:focus {
    border-color: #7E6600;
  }

  .lg_focus_border-danger:focus {
    border-color: #FE2929;
  }

  .lg_focus_border-danger-dark:focus {
    border-color: #CB0000;
  }

  .lg_focus_border-light:focus {
    border-color: #F0F0F0;
  }

  .lg_focus_border-dark:focus {
    border-color: #454545;
  }

  .lg_focus_border-darkest:focus {
    border-color: #313131;
  }

  .lg_focus_border-transparent-dark:focus {
    border-color: rgba(0,0,0,0.6);
  }

  .lg_focus_border-facebook:focus {
    border-color: #3b5998;
  }

  .lg_focus_border-twitter:focus {
    border-color: #000000;
  }

  .lg_focus_border-google:focus {
    border-color: #DB4437;
  }

  .lg_focus_border-linkedin:focus {
    border-color: #0077B5;
  }

  .lg_focus_border-adobe:focus {
    border-color: #FF0000;
  }

  .lg_focus_border-rss:focus {
    border-color: #f26522;
  }

  .lg_rounded-none {
    border-radius: 0;
  }

  .lg_rounded-sm {
    border-radius: 0.147rem;
  }

  .lg_rounded {
    border-radius: 0.294rem;
  }

  .lg_rounded-lg {
    border-radius: 0.588rem;
  }

  .lg_rounded-full {
    border-radius: 9999px;
  }

  .lg_rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .lg_rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .lg_rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg_rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg_rounded-t-sm {
    border-top-left-radius: 0.147rem;
    border-top-right-radius: 0.147rem;
  }

  .lg_rounded-r-sm {
    border-top-right-radius: 0.147rem;
    border-bottom-right-radius: 0.147rem;
  }

  .lg_rounded-b-sm {
    border-bottom-right-radius: 0.147rem;
    border-bottom-left-radius: 0.147rem;
  }

  .lg_rounded-l-sm {
    border-top-left-radius: 0.147rem;
    border-bottom-left-radius: 0.147rem;
  }

  .lg_rounded-t {
    border-top-left-radius: 0.294rem;
    border-top-right-radius: 0.294rem;
  }

  .lg_rounded-r {
    border-top-right-radius: 0.294rem;
    border-bottom-right-radius: 0.294rem;
  }

  .lg_rounded-b {
    border-bottom-right-radius: 0.294rem;
    border-bottom-left-radius: 0.294rem;
  }

  .lg_rounded-l {
    border-top-left-radius: 0.294rem;
    border-bottom-left-radius: 0.294rem;
  }

  .lg_rounded-t-lg {
    border-top-left-radius: 0.588rem;
    border-top-right-radius: 0.588rem;
  }

  .lg_rounded-r-lg {
    border-top-right-radius: 0.588rem;
    border-bottom-right-radius: 0.588rem;
  }

  .lg_rounded-b-lg {
    border-bottom-right-radius: 0.588rem;
    border-bottom-left-radius: 0.588rem;
  }

  .lg_rounded-l-lg {
    border-top-left-radius: 0.588rem;
    border-bottom-left-radius: 0.588rem;
  }

  .lg_rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg_rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg_rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg_rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg_rounded-tl-none {
    border-top-left-radius: 0;
  }

  .lg_rounded-tr-none {
    border-top-right-radius: 0;
  }

  .lg_rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .lg_rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .lg_rounded-tl-sm {
    border-top-left-radius: 0.147rem;
  }

  .lg_rounded-tr-sm {
    border-top-right-radius: 0.147rem;
  }

  .lg_rounded-br-sm {
    border-bottom-right-radius: 0.147rem;
  }

  .lg_rounded-bl-sm {
    border-bottom-left-radius: 0.147rem;
  }

  .lg_rounded-tl {
    border-top-left-radius: 0.294rem;
  }

  .lg_rounded-tr {
    border-top-right-radius: 0.294rem;
  }

  .lg_rounded-br {
    border-bottom-right-radius: 0.294rem;
  }

  .lg_rounded-bl {
    border-bottom-left-radius: 0.294rem;
  }

  .lg_rounded-tl-lg {
    border-top-left-radius: 0.588rem;
  }

  .lg_rounded-tr-lg {
    border-top-right-radius: 0.588rem;
  }

  .lg_rounded-br-lg {
    border-bottom-right-radius: 0.588rem;
  }

  .lg_rounded-bl-lg {
    border-bottom-left-radius: 0.588rem;
  }

  .lg_rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .lg_rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .lg_rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .lg_rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .lg_border-solid {
    border-style: solid;
  }

  .lg_border-dashed {
    border-style: dashed;
  }

  .lg_border-dotted {
    border-style: dotted;
  }

  .lg_border-double {
    border-style: double;
  }

  .lg_border-none {
    border-style: none;
  }

  .lg_border-0 {
    border-width: 0;
  }

  .lg_border-2 {
    border-width: 2px;
  }

  .lg_border-4 {
    border-width: 4px;
  }

  .lg_border-8 {
    border-width: 8px;
  }

  .lg_border {
    border-width: 1px;
  }

  .lg_border-t-0 {
    border-top-width: 0;
  }

  .lg_border-r-0 {
    border-right-width: 0;
  }

  .lg_border-b-0 {
    border-bottom-width: 0;
  }

  .lg_border-l-0 {
    border-left-width: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg_cursor-auto {
    cursor: auto;
  }

  .lg_cursor-default {
    cursor: default;
  }

  .lg_cursor-pointer {
    cursor: pointer;
  }

  .lg_cursor-wait {
    cursor: wait;
  }

  .lg_cursor-text {
    cursor: text;
  }

  .lg_cursor-move {
    cursor: move;
  }

  .lg_cursor-not-allowed {
    cursor: not-allowed;
  }

  .lg_block {
    display: block;
  }

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

  .lg_inline {
    display: inline;
  }

  .lg_flex {
    display: flex;
  }

  .lg_inline-flex {
    display: inline-flex;
  }

  .lg_table {
    display: table;
  }

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

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

  .lg_hidden {
    display: none;
  }

  .lg_flex-row {
    flex-direction: row;
  }

  .lg_flex-row-reverse {
    flex-direction: row-reverse;
  }

  .lg_flex-col {
    flex-direction: column;
  }

  .lg_flex-col-reverse {
    flex-direction: column-reverse;
  }

  .lg_flex-wrap {
    flex-wrap: wrap;
  }

  .lg_flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .lg_flex-no-wrap {
    flex-wrap: nowrap;
  }

  .lg_items-start {
    align-items: flex-start;
  }

  .lg_items-end {
    align-items: flex-end;
  }

  .lg_items-center {
    align-items: center;
  }

  .lg_items-baseline {
    align-items: baseline;
  }

  .lg_items-stretch {
    align-items: stretch;
  }

  .lg_self-auto {
    align-self: auto;
  }

  .lg_self-start {
    align-self: flex-start;
  }

  .lg_self-end {
    align-self: flex-end;
  }

  .lg_self-center {
    align-self: center;
  }

  .lg_self-stretch {
    align-self: stretch;
  }

  .lg_justify-start {
    justify-content: flex-start;
  }

  .lg_justify-end {
    justify-content: flex-end;
  }

  .lg_justify-center {
    justify-content: center;
  }

  .lg_justify-between {
    justify-content: space-between;
  }

  .lg_justify-around {
    justify-content: space-around;
  }

  .lg_content-center {
    align-content: center;
  }

  .lg_content-start {
    align-content: flex-start;
  }

  .lg_content-end {
    align-content: flex-end;
  }

  .lg_content-between {
    align-content: space-between;
  }

  .lg_content-around {
    align-content: space-around;
  }

  .lg_flex-1 {
    flex: 1 1 0%;
  }

  .lg_flex-auto {
    flex: 1 1 auto;
  }

  .lg_flex-initial {
    flex: 0 1 auto;
  }

  .lg_flex-none {
    flex: none;
  }

  .lg_flex-grow-0 {
    flex-grow: 0;
  }

  .lg_flex-grow {
    flex-grow: 1;
  }

  .lg_flex-shrink-0 {
    flex-shrink: 0;
  }

  .lg_flex-shrink {
    flex-shrink: 1;
  }

  .lg_order-1 {
    order: 1;
  }

  .lg_order-2 {
    order: 2;
  }

  .lg_order-3 {
    order: 3;
  }

  .lg_order-4 {
    order: 4;
  }

  .lg_order-5 {
    order: 5;
  }

  .lg_order-6 {
    order: 6;
  }

  .lg_order-7 {
    order: 7;
  }

  .lg_order-8 {
    order: 8;
  }

  .lg_order-9 {
    order: 9;
  }

  .lg_order-10 {
    order: 10;
  }

  .lg_order-11 {
    order: 11;
  }

  .lg_order-12 {
    order: 12;
  }

  .lg_order-first {
    order: -9999;
  }

  .lg_order-last {
    order: 9999;
  }

  .lg_order-none {
    order: 0;
  }

  .lg_float-right {
    float: right;
  }

  .lg_float-left {
    float: left;
  }

  .lg_float-none {
    float: none;
  }

  .lg_clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .lg_font-title {
    font-family: Inter, sans-serif;
  }

  .lg_font-body {
    font-family: Inter, sans-serif;
  }

  .lg_font-hairline {
    font-weight: 100;
  }

  .lg_font-thin {
    font-weight: 200;
  }

  .lg_font-light {
    font-weight: 300;
  }

  .lg_font-normal {
    font-weight: 400;
  }

  .lg_font-medium {
    font-weight: 500;
  }

  .lg_font-semibold {
    font-weight: 600;
  }

  .lg_font-bold {
    font-weight: 700;
  }

  .lg_font-extrabold {
    font-weight: 800;
  }

  .lg_font-black {
    font-weight: 900;
  }

  .lg_hover_font-hairline:hover {
    font-weight: 100;
  }

  .lg_hover_font-thin:hover {
    font-weight: 200;
  }

  .lg_hover_font-light:hover {
    font-weight: 300;
  }

  .lg_hover_font-normal:hover {
    font-weight: 400;
  }

  .lg_hover_font-medium:hover {
    font-weight: 500;
  }

  .lg_hover_font-semibold:hover {
    font-weight: 600;
  }

  .lg_hover_font-bold:hover {
    font-weight: 700;
  }

  .lg_hover_font-extrabold:hover {
    font-weight: 800;
  }

  .lg_hover_font-black:hover {
    font-weight: 900;
  }

  .lg_focus_font-hairline:focus {
    font-weight: 100;
  }

  .lg_focus_font-thin:focus {
    font-weight: 200;
  }

  .lg_focus_font-light:focus {
    font-weight: 300;
  }

  .lg_focus_font-normal:focus {
    font-weight: 400;
  }

  .lg_focus_font-medium:focus {
    font-weight: 500;
  }

  .lg_focus_font-semibold:focus {
    font-weight: 600;
  }

  .lg_focus_font-bold:focus {
    font-weight: 700;
  }

  .lg_focus_font-extrabold:focus {
    font-weight: 800;
  }

  .lg_focus_font-black:focus {
    font-weight: 900;
  }

  .lg_h-0 {
    height: 0;
  }

  .lg_h-1 {
    height: 0.25rem;
  }

  .lg_h-2 {
    height: 0.5rem;
  }

  .lg_h-3 {
    height: 0.75rem;
  }

  .lg_h-4 {
    height: 1rem;
  }

  .lg_h-5 {
    height: 1.25rem;
  }

  .lg_h-6 {
    height: 1.5rem;
  }

  .lg_h-8 {
    height: 2rem;
  }

  .lg_h-10 {
    height: 2.5rem;
  }

  .lg_h-12 {
    height: 3rem;
  }

  .lg_h-16 {
    height: 4rem;
  }

  .lg_h-20 {
    height: 5rem;
  }

  .lg_h-24 {
    height: 6rem;
  }

  .lg_h-32 {
    height: 8rem;
  }

  .lg_h-40 {
    height: 10rem;
  }

  .lg_h-48 {
    height: 12rem;
  }

  .lg_h-56 {
    height: 14rem;
  }

  .lg_h-64 {
    height: 16rem;
  }

  .lg_h-auto {
    height: auto;
  }

  .lg_h-px {
    height: 1px;
  }

  .lg_h-full {
    height: 100%;
  }

  .lg_h-screen {
    height: 100vh;
  }

  .lg_leading-none {
    line-height: 1;
  }

  .lg_leading-tight {
    line-height: 1.25;
  }

  .lg_leading-snug {
    line-height: 1.375;
  }

  .lg_leading-normal {
    line-height: 1.5;
  }

  .lg_leading-relaxed {
    line-height: 1.625;
  }

  .lg_leading-loose {
    line-height: 2;
  }

  .lg_list-inside {
    list-style-position: inside;
  }

  .lg_list-outside {
    list-style-position: outside;
  }

  .lg_list-none {
    list-style-type: none;
  }

  .lg_list-disc {
    list-style-type: disc;
  }

  .lg_list-decimal {
    list-style-type: decimal;
  }

  .lg_m-0 {
    margin: 0;
  }

  .lg_m-1 {
    margin: 0.25rem;
  }

  .lg_m-2 {
    margin: 0.5rem;
  }

  .lg_m-3 {
    margin: 0.75rem;
  }

  .lg_m-4 {
    margin: 1rem;
  }

  .lg_m-5 {
    margin: 1.25rem;
  }

  .lg_m-6 {
    margin: 1.5rem;
  }

  .lg_m-8 {
    margin: 2rem;
  }

  .lg_m-10 {
    margin: 2.5rem;
  }

  .lg_m-12 {
    margin: 3rem;
  }

  .lg_m-16 {
    margin: 4rem;
  }

  .lg_m-20 {
    margin: 5rem;
  }

  .lg_m-24 {
    margin: 6rem;
  }

  .lg_m-32 {
    margin: 8rem;
  }

  .lg_m-40 {
    margin: 10rem;
  }

  .lg_m-48 {
    margin: 12rem;
  }

  .lg_m-56 {
    margin: 14rem;
  }

  .lg_m-64 {
    margin: 16rem;
  }

  .lg_m-auto {
    margin: auto;
  }

  .lg_m-px {
    margin: 1px;
  }

  .lg_-m-1 {
    margin: -0.25rem;
  }

  .lg_-m-2 {
    margin: -0.5rem;
  }

  .lg_-m-3 {
    margin: -0.75rem;
  }

  .lg_-m-4 {
    margin: -1rem;
  }

  .lg_-m-5 {
    margin: -1.25rem;
  }

  .lg_-m-6 {
    margin: -1.5rem;
  }

  .lg_-m-8 {
    margin: -2rem;
  }

  .lg_-m-10 {
    margin: -2.5rem;
  }

  .lg_-m-12 {
    margin: -3rem;
  }

  .lg_-m-16 {
    margin: -4rem;
  }

  .lg_-m-20 {
    margin: -5rem;
  }

  .lg_-m-24 {
    margin: -6rem;
  }

  .lg_-m-32 {
    margin: -8rem;
  }

  .lg_-m-40 {
    margin: -10rem;
  }

  .lg_-m-48 {
    margin: -12rem;
  }

  .lg_-m-56 {
    margin: -14rem;
  }

  .lg_-m-64 {
    margin: -16rem;
  }

  .lg_-m-px {
    margin: -1px;
  }

  .lg_my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg_mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg_my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg_mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg_my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg_mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg_my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg_mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg_my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg_mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg_my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg_mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg_my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg_mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg_my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg_mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg_my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg_mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg_my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg_mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg_my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg_mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg_my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg_mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg_my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg_mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg_my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg_mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg_my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg_mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg_my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg_mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg_my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg_mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg_my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg_mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg_my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg_mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg_my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg_mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg_-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg_-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg_-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg_-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg_-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg_-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg_-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg_-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg_-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg_-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg_-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg_-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg_-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg_-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg_-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg_-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg_-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg_-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg_mt-0 {
    margin-top: 0;
  }

  .lg_mr-0 {
    margin-right: 0;
  }

  .lg_mb-0 {
    margin-bottom: 0;
  }

  .lg_ml-0 {
    margin-left: 0;
  }

  .lg_mt-1 {
    margin-top: 0.25rem;
  }

  .lg_mr-1 {
    margin-right: 0.25rem;
  }

  .lg_mb-1 {
    margin-bottom: 0.25rem;
  }

  .lg_ml-1 {
    margin-left: 0.25rem;
  }

  .lg_mt-2 {
    margin-top: 0.5rem;
  }

  .lg_mr-2 {
    margin-right: 0.5rem;
  }

  .lg_mb-2 {
    margin-bottom: 0.5rem;
  }

  .lg_ml-2 {
    margin-left: 0.5rem;
  }

  .lg_mt-3 {
    margin-top: 0.75rem;
  }

  .lg_mr-3 {
    margin-right: 0.75rem;
  }

  .lg_mb-3 {
    margin-bottom: 0.75rem;
  }

  .lg_ml-3 {
    margin-left: 0.75rem;
  }

  .lg_mt-4 {
    margin-top: 1rem;
  }

  .lg_mr-4 {
    margin-right: 1rem;
  }

  .lg_mb-4 {
    margin-bottom: 1rem;
  }

  .lg_ml-4 {
    margin-left: 1rem;
  }

  .lg_mt-5 {
    margin-top: 1.25rem;
  }

  .lg_mr-5 {
    margin-right: 1.25rem;
  }

  .lg_mb-5 {
    margin-bottom: 1.25rem;
  }

  .lg_ml-5 {
    margin-left: 1.25rem;
  }

  .lg_mt-6 {
    margin-top: 1.5rem;
  }

  .lg_mr-6 {
    margin-right: 1.5rem;
  }

  .lg_mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg_ml-6 {
    margin-left: 1.5rem;
  }

  .lg_mt-8 {
    margin-top: 2rem;
  }

  .lg_mr-8 {
    margin-right: 2rem;
  }

  .lg_mb-8 {
    margin-bottom: 2rem;
  }

  .lg_ml-8 {
    margin-left: 2rem;
  }

  .lg_mt-10 {
    margin-top: 2.5rem;
  }

  .lg_mr-10 {
    margin-right: 2.5rem;
  }

  .lg_mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg_ml-10 {
    margin-left: 2.5rem;
  }

  .lg_mt-12 {
    margin-top: 3rem;
  }

  .lg_mr-12 {
    margin-right: 3rem;
  }

  .lg_mb-12 {
    margin-bottom: 3rem;
  }

  .lg_ml-12 {
    margin-left: 3rem;
  }

  .lg_mt-16 {
    margin-top: 4rem;
  }

  .lg_mr-16 {
    margin-right: 4rem;
  }

  .lg_mb-16 {
    margin-bottom: 4rem;
  }

  .lg_ml-16 {
    margin-left: 4rem;
  }

  .lg_mt-20 {
    margin-top: 5rem;
  }

  .lg_mr-20 {
    margin-right: 5rem;
  }

  .lg_mb-20 {
    margin-bottom: 5rem;
  }

  .lg_ml-20 {
    margin-left: 5rem;
  }

  .lg_mt-24 {
    margin-top: 6rem;
  }

  .lg_mr-24 {
    margin-right: 6rem;
  }

  .lg_mb-24 {
    margin-bottom: 6rem;
  }

  .lg_ml-24 {
    margin-left: 6rem;
  }

  .lg_mt-32 {
    margin-top: 8rem;
  }

  .lg_mr-32 {
    margin-right: 8rem;
  }

  .lg_mb-32 {
    margin-bottom: 8rem;
  }

  .lg_ml-32 {
    margin-left: 8rem;
  }

  .lg_mt-40 {
    margin-top: 10rem;
  }

  .lg_mr-40 {
    margin-right: 10rem;
  }

  .lg_mb-40 {
    margin-bottom: 10rem;
  }

  .lg_ml-40 {
    margin-left: 10rem;
  }

  .lg_mt-48 {
    margin-top: 12rem;
  }

  .lg_mr-48 {
    margin-right: 12rem;
  }

  .lg_mb-48 {
    margin-bottom: 12rem;
  }

  .lg_ml-48 {
    margin-left: 12rem;
  }

  .lg_mt-56 {
    margin-top: 14rem;
  }

  .lg_mr-56 {
    margin-right: 14rem;
  }

  .lg_mb-56 {
    margin-bottom: 14rem;
  }

  .lg_ml-56 {
    margin-left: 14rem;
  }

  .lg_mt-64 {
    margin-top: 16rem;
  }

  .lg_mr-64 {
    margin-right: 16rem;
  }

  .lg_mb-64 {
    margin-bottom: 16rem;
  }

  .lg_ml-64 {
    margin-left: 16rem;
  }

  .lg_mt-auto {
    margin-top: auto;
  }

  .lg_mr-auto {
    margin-right: auto;
  }

  .lg_mb-auto {
    margin-bottom: auto;
  }

  .lg_ml-auto {
    margin-left: auto;
  }

  .lg_mt-px {
    margin-top: 1px;
  }

  .lg_mr-px {
    margin-right: 1px;
  }

  .lg_mb-px {
    margin-bottom: 1px;
  }

  .lg_ml-px {
    margin-left: 1px;
  }

  .lg_-mt-1 {
    margin-top: -0.25rem;
  }

  .lg_-mr-1 {
    margin-right: -0.25rem;
  }

  .lg_-mb-1 {
    margin-bottom: -0.25rem;
  }

  .lg_-ml-1 {
    margin-left: -0.25rem;
  }

  .lg_-mt-2 {
    margin-top: -0.5rem;
  }

  .lg_-mr-2 {
    margin-right: -0.5rem;
  }

  .lg_-mb-2 {
    margin-bottom: -0.5rem;
  }

  .lg_-ml-2 {
    margin-left: -0.5rem;
  }

  .lg_-mt-3 {
    margin-top: -0.75rem;
  }

  .lg_-mr-3 {
    margin-right: -0.75rem;
  }

  .lg_-mb-3 {
    margin-bottom: -0.75rem;
  }

  .lg_-ml-3 {
    margin-left: -0.75rem;
  }

  .lg_-mt-4 {
    margin-top: -1rem;
  }

  .lg_-mr-4 {
    margin-right: -1rem;
  }

  .lg_-mb-4 {
    margin-bottom: -1rem;
  }

  .lg_-ml-4 {
    margin-left: -1rem;
  }

  .lg_-mt-5 {
    margin-top: -1.25rem;
  }

  .lg_-mr-5 {
    margin-right: -1.25rem;
  }

  .lg_-mb-5 {
    margin-bottom: -1.25rem;
  }

  .lg_-ml-5 {
    margin-left: -1.25rem;
  }

  .lg_-mt-6 {
    margin-top: -1.5rem;
  }

  .lg_-mr-6 {
    margin-right: -1.5rem;
  }

  .lg_-mb-6 {
    margin-bottom: -1.5rem;
  }

  .lg_-ml-6 {
    margin-left: -1.5rem;
  }

  .lg_-mt-8 {
    margin-top: -2rem;
  }

  .lg_-mr-8 {
    margin-right: -2rem;
  }

  .lg_-mb-8 {
    margin-bottom: -2rem;
  }

  .lg_-ml-8 {
    margin-left: -2rem;
  }

  .lg_-mt-10 {
    margin-top: -2.5rem;
  }

  .lg_-mr-10 {
    margin-right: -2.5rem;
  }

  .lg_-mb-10 {
    margin-bottom: -2.5rem;
  }

  .lg_-ml-10 {
    margin-left: -2.5rem;
  }

  .lg_-mt-12 {
    margin-top: -3rem;
  }

  .lg_-mr-12 {
    margin-right: -3rem;
  }

  .lg_-mb-12 {
    margin-bottom: -3rem;
  }

  .lg_-ml-12 {
    margin-left: -3rem;
  }

  .lg_-mt-16 {
    margin-top: -4rem;
  }

  .lg_-mr-16 {
    margin-right: -4rem;
  }

  .lg_-mb-16 {
    margin-bottom: -4rem;
  }

  .lg_-ml-16 {
    margin-left: -4rem;
  }

  .lg_-mt-20 {
    margin-top: -5rem;
  }

  .lg_-mr-20 {
    margin-right: -5rem;
  }

  .lg_-mb-20 {
    margin-bottom: -5rem;
  }

  .lg_-ml-20 {
    margin-left: -5rem;
  }

  .lg_-mt-24 {
    margin-top: -6rem;
  }

  .lg_-mr-24 {
    margin-right: -6rem;
  }

  .lg_-mb-24 {
    margin-bottom: -6rem;
  }

  .lg_-ml-24 {
    margin-left: -6rem;
  }

  .lg_-mt-32 {
    margin-top: -8rem;
  }

  .lg_-mr-32 {
    margin-right: -8rem;
  }

  .lg_-mb-32 {
    margin-bottom: -8rem;
  }

  .lg_-ml-32 {
    margin-left: -8rem;
  }

  .lg_-mt-40 {
    margin-top: -10rem;
  }

  .lg_-mr-40 {
    margin-right: -10rem;
  }

  .lg_-mb-40 {
    margin-bottom: -10rem;
  }

  .lg_-ml-40 {
    margin-left: -10rem;
  }

  .lg_-mt-48 {
    margin-top: -12rem;
  }

  .lg_-mr-48 {
    margin-right: -12rem;
  }

  .lg_-mb-48 {
    margin-bottom: -12rem;
  }

  .lg_-ml-48 {
    margin-left: -12rem;
  }

  .lg_-mt-56 {
    margin-top: -14rem;
  }

  .lg_-mr-56 {
    margin-right: -14rem;
  }

  .lg_-mb-56 {
    margin-bottom: -14rem;
  }

  .lg_-ml-56 {
    margin-left: -14rem;
  }

  .lg_-mt-64 {
    margin-top: -16rem;
  }

  .lg_-mr-64 {
    margin-right: -16rem;
  }

  .lg_-mb-64 {
    margin-bottom: -16rem;
  }

  .lg_-ml-64 {
    margin-left: -16rem;
  }

  .lg_-mt-px {
    margin-top: -1px;
  }

  .lg_-mr-px {
    margin-right: -1px;
  }

  .lg_-mb-px {
    margin-bottom: -1px;
  }

  .lg_-ml-px {
    margin-left: -1px;
  }

  .lg_max-h-full {
    max-height: 100%;
  }

  .lg_max-h-screen {
    max-height: 100vh;
  }

  .lg_max-w-xs {
    max-width: 20rem;
  }

  .lg_max-w-sm {
    max-width: 24rem;
  }

  .lg_max-w-md {
    max-width: 28rem;
  }

  .lg_max-w-lg {
    max-width: 32rem;
  }

  .lg_max-w-xl {
    max-width: 36rem;
  }

  .lg_max-w-2xl {
    max-width: 42rem;
  }

  .lg_max-w-3xl {
    max-width: 48rem;
  }

  .lg_max-w-4xl {
    max-width: 56rem;
  }

  .lg_max-w-5xl {
    max-width: 64rem;
  }

  .lg_max-w-6xl {
    max-width: 72rem;
  }

  .lg_max-w-full {
    max-width: 100%;
  }

  .lg_min-h-0 {
    min-height: 0;
  }

  .lg_min-h-full {
    min-height: 100%;
  }

  .lg_min-h-screen {
    min-height: 100vh;
  }

  .lg_min-w-0 {
    min-width: 0;
  }

  .lg_min-w-full {
    min-width: 100%;
  }

  .lg_object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .lg_object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .lg_object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .lg_object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .lg_object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .lg_object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .lg_object-center {
    -o-object-position: center;
       object-position: center;
  }

  .lg_object-left {
    -o-object-position: left;
       object-position: left;
  }

  .lg_object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .lg_object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .lg_object-right {
    -o-object-position: right;
       object-position: right;
  }

  .lg_object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .lg_object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .lg_object-top {
    -o-object-position: top;
       object-position: top;
  }

  .lg_opacity-0 {
    opacity: 0;
  }

  .lg_opacity-25 {
    opacity: 0.25;
  }

  .lg_opacity-50 {
    opacity: 0.5;
  }

  .lg_opacity-75 {
    opacity: 0.75;
  }

  .lg_opacity-100 {
    opacity: 1;
  }

  .lg_hover_opacity-0:hover {
    opacity: 0;
  }

  .lg_hover_opacity-25:hover {
    opacity: 0.25;
  }

  .lg_hover_opacity-50:hover {
    opacity: 0.5;
  }

  .lg_hover_opacity-75:hover {
    opacity: 0.75;
  }

  .lg_hover_opacity-100:hover {
    opacity: 1;
  }

  .lg_focus_opacity-0:focus {
    opacity: 0;
  }

  .lg_focus_opacity-25:focus {
    opacity: 0.25;
  }

  .lg_focus_opacity-50:focus {
    opacity: 0.5;
  }

  .lg_focus_opacity-75:focus {
    opacity: 0.75;
  }

  .lg_focus_opacity-100:focus {
    opacity: 1;
  }

  .lg_outline-none {
    outline: 0;
  }

  .lg_focus_outline-none:focus {
    outline: 0;
  }

  .lg_overflow-auto {
    overflow: auto;
  }

  .lg_overflow-hidden {
    overflow: hidden;
  }

  .lg_overflow-visible {
    overflow: visible;
  }

  .lg_overflow-scroll {
    overflow: scroll;
  }

  .lg_overflow-x-auto {
    overflow-x: auto;
  }

  .lg_overflow-y-auto {
    overflow-y: auto;
  }

  .lg_overflow-x-hidden {
    overflow-x: hidden;
  }

  .lg_overflow-y-hidden {
    overflow-y: hidden;
  }

  .lg_overflow-x-visible {
    overflow-x: visible;
  }

  .lg_overflow-y-visible {
    overflow-y: visible;
  }

  .lg_overflow-x-scroll {
    overflow-x: scroll;
  }

  .lg_overflow-y-scroll {
    overflow-y: scroll;
  }

  .lg_scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .lg_scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .lg_p-0 {
    padding: 0;
  }

  .lg_p-1 {
    padding: 0.25rem;
  }

  .lg_p-2 {
    padding: 0.5rem;
  }

  .lg_p-3 {
    padding: 0.75rem;
  }

  .lg_p-4 {
    padding: 1rem;
  }

  .lg_p-5 {
    padding: 1.25rem;
  }

  .lg_p-6 {
    padding: 1.5rem;
  }

  .lg_p-8 {
    padding: 2rem;
  }

  .lg_p-10 {
    padding: 2.5rem;
  }

  .lg_p-12 {
    padding: 3rem;
  }

  .lg_p-16 {
    padding: 4rem;
  }

  .lg_p-20 {
    padding: 5rem;
  }

  .lg_p-24 {
    padding: 6rem;
  }

  .lg_p-32 {
    padding: 8rem;
  }

  .lg_p-40 {
    padding: 10rem;
  }

  .lg_p-48 {
    padding: 12rem;
  }

  .lg_p-56 {
    padding: 14rem;
  }

  .lg_p-64 {
    padding: 16rem;
  }

  .lg_p-px {
    padding: 1px;
  }

  .lg_py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg_px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .lg_py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg_px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg_py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg_px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg_py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg_px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg_py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg_px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg_py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg_px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg_py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg_px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg_py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg_px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg_py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg_px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg_py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg_px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg_py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg_px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg_py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg_px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg_py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg_px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg_py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg_px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg_py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg_px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg_py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg_px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg_py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg_px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg_py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg_px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg_py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg_px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg_pt-0 {
    padding-top: 0;
  }

  .lg_pr-0 {
    padding-right: 0;
  }

  .lg_pb-0 {
    padding-bottom: 0;
  }

  .lg_pl-0 {
    padding-left: 0;
  }

  .lg_pt-1 {
    padding-top: 0.25rem;
  }

  .lg_pr-1 {
    padding-right: 0.25rem;
  }

  .lg_pb-1 {
    padding-bottom: 0.25rem;
  }

  .lg_pl-1 {
    padding-left: 0.25rem;
  }

  .lg_pt-2 {
    padding-top: 0.5rem;
  }

  .lg_pr-2 {
    padding-right: 0.5rem;
  }

  .lg_pb-2 {
    padding-bottom: 0.5rem;
  }

  .lg_pl-2 {
    padding-left: 0.5rem;
  }

  .lg_pt-3 {
    padding-top: 0.75rem;
  }

  .lg_pr-3 {
    padding-right: 0.75rem;
  }

  .lg_pb-3 {
    padding-bottom: 0.75rem;
  }

  .lg_pl-3 {
    padding-left: 0.75rem;
  }

  .lg_pt-4 {
    padding-top: 1rem;
  }

  .lg_pr-4 {
    padding-right: 1rem;
  }

  .lg_pb-4 {
    padding-bottom: 1rem;
  }

  .lg_pl-4 {
    padding-left: 1rem;
  }

  .lg_pt-5 {
    padding-top: 1.25rem;
  }

  .lg_pr-5 {
    padding-right: 1.25rem;
  }

  .lg_pb-5 {
    padding-bottom: 1.25rem;
  }

  .lg_pl-5 {
    padding-left: 1.25rem;
  }

  .lg_pt-6 {
    padding-top: 1.5rem;
  }

  .lg_pr-6 {
    padding-right: 1.5rem;
  }

  .lg_pb-6 {
    padding-bottom: 1.5rem;
  }

  .lg_pl-6 {
    padding-left: 1.5rem;
  }

  .lg_pt-8 {
    padding-top: 2rem;
  }

  .lg_pr-8 {
    padding-right: 2rem;
  }

  .lg_pb-8 {
    padding-bottom: 2rem;
  }

  .lg_pl-8 {
    padding-left: 2rem;
  }

  .lg_pt-10 {
    padding-top: 2.5rem;
  }

  .lg_pr-10 {
    padding-right: 2.5rem;
  }

  .lg_pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg_pl-10 {
    padding-left: 2.5rem;
  }

  .lg_pt-12 {
    padding-top: 3rem;
  }

  .lg_pr-12 {
    padding-right: 3rem;
  }

  .lg_pb-12 {
    padding-bottom: 3rem;
  }

  .lg_pl-12 {
    padding-left: 3rem;
  }

  .lg_pt-16 {
    padding-top: 4rem;
  }

  .lg_pr-16 {
    padding-right: 4rem;
  }

  .lg_pb-16 {
    padding-bottom: 4rem;
  }

  .lg_pl-16 {
    padding-left: 4rem;
  }

  .lg_pt-20 {
    padding-top: 5rem;
  }

  .lg_pr-20 {
    padding-right: 5rem;
  }

  .lg_pb-20 {
    padding-bottom: 5rem;
  }

  .lg_pl-20 {
    padding-left: 5rem;
  }

  .lg_pt-24 {
    padding-top: 6rem;
  }

  .lg_pr-24 {
    padding-right: 6rem;
  }

  .lg_pb-24 {
    padding-bottom: 6rem;
  }

  .lg_pl-24 {
    padding-left: 6rem;
  }

  .lg_pt-32 {
    padding-top: 8rem;
  }

  .lg_pr-32 {
    padding-right: 8rem;
  }

  .lg_pb-32 {
    padding-bottom: 8rem;
  }

  .lg_pl-32 {
    padding-left: 8rem;
  }

  .lg_pt-40 {
    padding-top: 10rem;
  }

  .lg_pr-40 {
    padding-right: 10rem;
  }

  .lg_pb-40 {
    padding-bottom: 10rem;
  }

  .lg_pl-40 {
    padding-left: 10rem;
  }

  .lg_pt-48 {
    padding-top: 12rem;
  }

  .lg_pr-48 {
    padding-right: 12rem;
  }

  .lg_pb-48 {
    padding-bottom: 12rem;
  }

  .lg_pl-48 {
    padding-left: 12rem;
  }

  .lg_pt-56 {
    padding-top: 14rem;
  }

  .lg_pr-56 {
    padding-right: 14rem;
  }

  .lg_pb-56 {
    padding-bottom: 14rem;
  }

  .lg_pl-56 {
    padding-left: 14rem;
  }

  .lg_pt-64 {
    padding-top: 16rem;
  }

  .lg_pr-64 {
    padding-right: 16rem;
  }

  .lg_pb-64 {
    padding-bottom: 16rem;
  }

  .lg_pl-64 {
    padding-left: 16rem;
  }

  .lg_pt-px {
    padding-top: 1px;
  }

  .lg_pr-px {
    padding-right: 1px;
  }

  .lg_pb-px {
    padding-bottom: 1px;
  }

  .lg_pl-px {
    padding-left: 1px;
  }

  .lg_placeholder-transparent::-webkit-input-placeholder {
    color: transparent;
  }

  .lg_placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .lg_placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .lg_placeholder-transparent::-ms-input-placeholder {
    color: transparent;
  }

  .lg_placeholder-transparent::placeholder {
    color: transparent;
  }

  .lg_placeholder-black::-webkit-input-placeholder {
    color: #000;
  }

  .lg_placeholder-black::-moz-placeholder {
    color: #000;
  }

  .lg_placeholder-black:-ms-input-placeholder {
    color: #000;
  }

  .lg_placeholder-black::-ms-input-placeholder {
    color: #000;
  }

  .lg_placeholder-black::placeholder {
    color: #000;
  }

  .lg_placeholder-white::-webkit-input-placeholder {
    color: #fff;
  }

  .lg_placeholder-white::-moz-placeholder {
    color: #fff;
  }

  .lg_placeholder-white:-ms-input-placeholder {
    color: #fff;
  }

  .lg_placeholder-white::-ms-input-placeholder {
    color: #fff;
  }

  .lg_placeholder-white::placeholder {
    color: #fff;
  }

  .lg_placeholder-gray-100::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .lg_placeholder-gray-100::-moz-placeholder {
    color: #f7fafc;
  }

  .lg_placeholder-gray-100:-ms-input-placeholder {
    color: #f7fafc;
  }

  .lg_placeholder-gray-100::-ms-input-placeholder {
    color: #f7fafc;
  }

  .lg_placeholder-gray-100::placeholder {
    color: #f7fafc;
  }

  .lg_placeholder-gray-200::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .lg_placeholder-gray-200::-moz-placeholder {
    color: #edf2f7;
  }

  .lg_placeholder-gray-200:-ms-input-placeholder {
    color: #edf2f7;
  }

  .lg_placeholder-gray-200::-ms-input-placeholder {
    color: #edf2f7;
  }

  .lg_placeholder-gray-200::placeholder {
    color: #edf2f7;
  }

  .lg_placeholder-gray-300::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .lg_placeholder-gray-300::-moz-placeholder {
    color: #e2e8f0;
  }

  .lg_placeholder-gray-300:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .lg_placeholder-gray-300::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .lg_placeholder-gray-300::placeholder {
    color: #e2e8f0;
  }

  .lg_placeholder-gray-400::-webkit-input-placeholder {
    color: #B8B8B8;
  }

  .lg_placeholder-gray-400::-moz-placeholder {
    color: #B8B8B8;
  }

  .lg_placeholder-gray-400:-ms-input-placeholder {
    color: #B8B8B8;
  }

  .lg_placeholder-gray-400::-ms-input-placeholder {
    color: #B8B8B8;
  }

  .lg_placeholder-gray-400::placeholder {
    color: #B8B8B8;
  }

  .lg_placeholder-gray-500::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .lg_placeholder-gray-500::-moz-placeholder {
    color: #a0aec0;
  }

  .lg_placeholder-gray-500:-ms-input-placeholder {
    color: #a0aec0;
  }

  .lg_placeholder-gray-500::-ms-input-placeholder {
    color: #a0aec0;
  }

  .lg_placeholder-gray-500::placeholder {
    color: #a0aec0;
  }

  .lg_placeholder-gray-600::-webkit-input-placeholder {
    color: #718096;
  }

  .lg_placeholder-gray-600::-moz-placeholder {
    color: #718096;
  }

  .lg_placeholder-gray-600:-ms-input-placeholder {
    color: #718096;
  }

  .lg_placeholder-gray-600::-ms-input-placeholder {
    color: #718096;
  }

  .lg_placeholder-gray-600::placeholder {
    color: #718096;
  }

  .lg_placeholder-gray-700::-webkit-input-placeholder {
    color: #313131;
  }

  .lg_placeholder-gray-700::-moz-placeholder {
    color: #313131;
  }

  .lg_placeholder-gray-700:-ms-input-placeholder {
    color: #313131;
  }

  .lg_placeholder-gray-700::-ms-input-placeholder {
    color: #313131;
  }

  .lg_placeholder-gray-700::placeholder {
    color: #313131;
  }

  .lg_placeholder-gray-800::-webkit-input-placeholder {
    color: #2d3748;
  }

  .lg_placeholder-gray-800::-moz-placeholder {
    color: #2d3748;
  }

  .lg_placeholder-gray-800:-ms-input-placeholder {
    color: #2d3748;
  }

  .lg_placeholder-gray-800::-ms-input-placeholder {
    color: #2d3748;
  }

  .lg_placeholder-gray-800::placeholder {
    color: #2d3748;
  }

  .lg_placeholder-gray-900::-webkit-input-placeholder {
    color: #1a202c;
  }

  .lg_placeholder-gray-900::-moz-placeholder {
    color: #1a202c;
  }

  .lg_placeholder-gray-900:-ms-input-placeholder {
    color: #1a202c;
  }

  .lg_placeholder-gray-900::-ms-input-placeholder {
    color: #1a202c;
  }

  .lg_placeholder-gray-900::placeholder {
    color: #1a202c;
  }

  .lg_placeholder-red-100::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .lg_placeholder-red-100::-moz-placeholder {
    color: #fff5f5;
  }

  .lg_placeholder-red-100:-ms-input-placeholder {
    color: #fff5f5;
  }

  .lg_placeholder-red-100::-ms-input-placeholder {
    color: #fff5f5;
  }

  .lg_placeholder-red-100::placeholder {
    color: #fff5f5;
  }

  .lg_placeholder-red-200::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .lg_placeholder-red-200::-moz-placeholder {
    color: #fed7d7;
  }

  .lg_placeholder-red-200:-ms-input-placeholder {
    color: #fed7d7;
  }

  .lg_placeholder-red-200::-ms-input-placeholder {
    color: #fed7d7;
  }

  .lg_placeholder-red-200::placeholder {
    color: #fed7d7;
  }

  .lg_placeholder-red-300::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .lg_placeholder-red-300::-moz-placeholder {
    color: #feb2b2;
  }

  .lg_placeholder-red-300:-ms-input-placeholder {
    color: #feb2b2;
  }

  .lg_placeholder-red-300::-ms-input-placeholder {
    color: #feb2b2;
  }

  .lg_placeholder-red-300::placeholder {
    color: #feb2b2;
  }

  .lg_placeholder-red-400::-webkit-input-placeholder {
    color: #fc8181;
  }

  .lg_placeholder-red-400::-moz-placeholder {
    color: #fc8181;
  }

  .lg_placeholder-red-400:-ms-input-placeholder {
    color: #fc8181;
  }

  .lg_placeholder-red-400::-ms-input-placeholder {
    color: #fc8181;
  }

  .lg_placeholder-red-400::placeholder {
    color: #fc8181;
  }

  .lg_placeholder-red-500::-webkit-input-placeholder {
    color: #f56565;
  }

  .lg_placeholder-red-500::-moz-placeholder {
    color: #f56565;
  }

  .lg_placeholder-red-500:-ms-input-placeholder {
    color: #f56565;
  }

  .lg_placeholder-red-500::-ms-input-placeholder {
    color: #f56565;
  }

  .lg_placeholder-red-500::placeholder {
    color: #f56565;
  }

  .lg_placeholder-red-600::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .lg_placeholder-red-600::-moz-placeholder {
    color: #e53e3e;
  }

  .lg_placeholder-red-600:-ms-input-placeholder {
    color: #e53e3e;
  }

  .lg_placeholder-red-600::-ms-input-placeholder {
    color: #e53e3e;
  }

  .lg_placeholder-red-600::placeholder {
    color: #e53e3e;
  }

  .lg_placeholder-red-700::-webkit-input-placeholder {
    color: #c53030;
  }

  .lg_placeholder-red-700::-moz-placeholder {
    color: #c53030;
  }

  .lg_placeholder-red-700:-ms-input-placeholder {
    color: #c53030;
  }

  .lg_placeholder-red-700::-ms-input-placeholder {
    color: #c53030;
  }

  .lg_placeholder-red-700::placeholder {
    color: #c53030;
  }

  .lg_placeholder-red-800::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .lg_placeholder-red-800::-moz-placeholder {
    color: #9b2c2c;
  }

  .lg_placeholder-red-800:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .lg_placeholder-red-800::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .lg_placeholder-red-800::placeholder {
    color: #9b2c2c;
  }

  .lg_placeholder-red-900::-webkit-input-placeholder {
    color: #742a2a;
  }

  .lg_placeholder-red-900::-moz-placeholder {
    color: #742a2a;
  }

  .lg_placeholder-red-900:-ms-input-placeholder {
    color: #742a2a;
  }

  .lg_placeholder-red-900::-ms-input-placeholder {
    color: #742a2a;
  }

  .lg_placeholder-red-900::placeholder {
    color: #742a2a;
  }

  .lg_placeholder-orange-100::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .lg_placeholder-orange-100::-moz-placeholder {
    color: #fffaf0;
  }

  .lg_placeholder-orange-100:-ms-input-placeholder {
    color: #fffaf0;
  }

  .lg_placeholder-orange-100::-ms-input-placeholder {
    color: #fffaf0;
  }

  .lg_placeholder-orange-100::placeholder {
    color: #fffaf0;
  }

  .lg_placeholder-orange-200::-webkit-input-placeholder {
    color: #feebc8;
  }

  .lg_placeholder-orange-200::-moz-placeholder {
    color: #feebc8;
  }

  .lg_placeholder-orange-200:-ms-input-placeholder {
    color: #feebc8;
  }

  .lg_placeholder-orange-200::-ms-input-placeholder {
    color: #feebc8;
  }

  .lg_placeholder-orange-200::placeholder {
    color: #feebc8;
  }

  .lg_placeholder-orange-300::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .lg_placeholder-orange-300::-moz-placeholder {
    color: #fbd38d;
  }

  .lg_placeholder-orange-300:-ms-input-placeholder {
    color: #fbd38d;
  }

  .lg_placeholder-orange-300::-ms-input-placeholder {
    color: #fbd38d;
  }

  .lg_placeholder-orange-300::placeholder {
    color: #fbd38d;
  }

  .lg_placeholder-orange-400::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .lg_placeholder-orange-400::-moz-placeholder {
    color: #f6ad55;
  }

  .lg_placeholder-orange-400:-ms-input-placeholder {
    color: #f6ad55;
  }

  .lg_placeholder-orange-400::-ms-input-placeholder {
    color: #f6ad55;
  }

  .lg_placeholder-orange-400::placeholder {
    color: #f6ad55;
  }

  .lg_placeholder-orange-500::-webkit-input-placeholder {
    color: #ed8936;
  }

  .lg_placeholder-orange-500::-moz-placeholder {
    color: #ed8936;
  }

  .lg_placeholder-orange-500:-ms-input-placeholder {
    color: #ed8936;
  }

  .lg_placeholder-orange-500::-ms-input-placeholder {
    color: #ed8936;
  }

  .lg_placeholder-orange-500::placeholder {
    color: #ed8936;
  }

  .lg_placeholder-orange-600::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .lg_placeholder-orange-600::-moz-placeholder {
    color: #dd6b20;
  }

  .lg_placeholder-orange-600:-ms-input-placeholder {
    color: #dd6b20;
  }

  .lg_placeholder-orange-600::-ms-input-placeholder {
    color: #dd6b20;
  }

  .lg_placeholder-orange-600::placeholder {
    color: #dd6b20;
  }

  .lg_placeholder-orange-700::-webkit-input-placeholder {
    color: #c05621;
  }

  .lg_placeholder-orange-700::-moz-placeholder {
    color: #c05621;
  }

  .lg_placeholder-orange-700:-ms-input-placeholder {
    color: #c05621;
  }

  .lg_placeholder-orange-700::-ms-input-placeholder {
    color: #c05621;
  }

  .lg_placeholder-orange-700::placeholder {
    color: #c05621;
  }

  .lg_placeholder-orange-800::-webkit-input-placeholder {
    color: #9c4221;
  }

  .lg_placeholder-orange-800::-moz-placeholder {
    color: #9c4221;
  }

  .lg_placeholder-orange-800:-ms-input-placeholder {
    color: #9c4221;
  }

  .lg_placeholder-orange-800::-ms-input-placeholder {
    color: #9c4221;
  }

  .lg_placeholder-orange-800::placeholder {
    color: #9c4221;
  }

  .lg_placeholder-orange-900::-webkit-input-placeholder {
    color: #7b341e;
  }

  .lg_placeholder-orange-900::-moz-placeholder {
    color: #7b341e;
  }

  .lg_placeholder-orange-900:-ms-input-placeholder {
    color: #7b341e;
  }

  .lg_placeholder-orange-900::-ms-input-placeholder {
    color: #7b341e;
  }

  .lg_placeholder-orange-900::placeholder {
    color: #7b341e;
  }

  .lg_placeholder-yellow-100::-webkit-input-placeholder {
    color: #fffff0;
  }

  .lg_placeholder-yellow-100::-moz-placeholder {
    color: #fffff0;
  }

  .lg_placeholder-yellow-100:-ms-input-placeholder {
    color: #fffff0;
  }

  .lg_placeholder-yellow-100::-ms-input-placeholder {
    color: #fffff0;
  }

  .lg_placeholder-yellow-100::placeholder {
    color: #fffff0;
  }

  .lg_placeholder-yellow-200::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .lg_placeholder-yellow-200::-moz-placeholder {
    color: #fefcbf;
  }

  .lg_placeholder-yellow-200:-ms-input-placeholder {
    color: #fefcbf;
  }

  .lg_placeholder-yellow-200::-ms-input-placeholder {
    color: #fefcbf;
  }

  .lg_placeholder-yellow-200::placeholder {
    color: #fefcbf;
  }

  .lg_placeholder-yellow-300::-webkit-input-placeholder {
    color: #faf089;
  }

  .lg_placeholder-yellow-300::-moz-placeholder {
    color: #faf089;
  }

  .lg_placeholder-yellow-300:-ms-input-placeholder {
    color: #faf089;
  }

  .lg_placeholder-yellow-300::-ms-input-placeholder {
    color: #faf089;
  }

  .lg_placeholder-yellow-300::placeholder {
    color: #faf089;
  }

  .lg_placeholder-yellow-400::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .lg_placeholder-yellow-400::-moz-placeholder {
    color: #f6e05e;
  }

  .lg_placeholder-yellow-400:-ms-input-placeholder {
    color: #f6e05e;
  }

  .lg_placeholder-yellow-400::-ms-input-placeholder {
    color: #f6e05e;
  }

  .lg_placeholder-yellow-400::placeholder {
    color: #f6e05e;
  }

  .lg_placeholder-yellow-500::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .lg_placeholder-yellow-500::-moz-placeholder {
    color: #ecc94b;
  }

  .lg_placeholder-yellow-500:-ms-input-placeholder {
    color: #ecc94b;
  }

  .lg_placeholder-yellow-500::-ms-input-placeholder {
    color: #ecc94b;
  }

  .lg_placeholder-yellow-500::placeholder {
    color: #ecc94b;
  }

  .lg_placeholder-yellow-600::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .lg_placeholder-yellow-600::-moz-placeholder {
    color: #d69e2e;
  }

  .lg_placeholder-yellow-600:-ms-input-placeholder {
    color: #d69e2e;
  }

  .lg_placeholder-yellow-600::-ms-input-placeholder {
    color: #d69e2e;
  }

  .lg_placeholder-yellow-600::placeholder {
    color: #d69e2e;
  }

  .lg_placeholder-yellow-700::-webkit-input-placeholder {
    color: #b7791f;
  }

  .lg_placeholder-yellow-700::-moz-placeholder {
    color: #b7791f;
  }

  .lg_placeholder-yellow-700:-ms-input-placeholder {
    color: #b7791f;
  }

  .lg_placeholder-yellow-700::-ms-input-placeholder {
    color: #b7791f;
  }

  .lg_placeholder-yellow-700::placeholder {
    color: #b7791f;
  }

  .lg_placeholder-yellow-800::-webkit-input-placeholder {
    color: #975a16;
  }

  .lg_placeholder-yellow-800::-moz-placeholder {
    color: #975a16;
  }

  .lg_placeholder-yellow-800:-ms-input-placeholder {
    color: #975a16;
  }

  .lg_placeholder-yellow-800::-ms-input-placeholder {
    color: #975a16;
  }

  .lg_placeholder-yellow-800::placeholder {
    color: #975a16;
  }

  .lg_placeholder-yellow-900::-webkit-input-placeholder {
    color: #744210;
  }

  .lg_placeholder-yellow-900::-moz-placeholder {
    color: #744210;
  }

  .lg_placeholder-yellow-900:-ms-input-placeholder {
    color: #744210;
  }

  .lg_placeholder-yellow-900::-ms-input-placeholder {
    color: #744210;
  }

  .lg_placeholder-yellow-900::placeholder {
    color: #744210;
  }

  .lg_placeholder-green-100::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .lg_placeholder-green-100::-moz-placeholder {
    color: #f0fff4;
  }

  .lg_placeholder-green-100:-ms-input-placeholder {
    color: #f0fff4;
  }

  .lg_placeholder-green-100::-ms-input-placeholder {
    color: #f0fff4;
  }

  .lg_placeholder-green-100::placeholder {
    color: #f0fff4;
  }

  .lg_placeholder-green-200::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .lg_placeholder-green-200::-moz-placeholder {
    color: #c6f6d5;
  }

  .lg_placeholder-green-200:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .lg_placeholder-green-200::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .lg_placeholder-green-200::placeholder {
    color: #c6f6d5;
  }

  .lg_placeholder-green-300::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .lg_placeholder-green-300::-moz-placeholder {
    color: #9ae6b4;
  }

  .lg_placeholder-green-300:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .lg_placeholder-green-300::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .lg_placeholder-green-300::placeholder {
    color: #9ae6b4;
  }

  .lg_placeholder-green-400::-webkit-input-placeholder {
    color: #68d391;
  }

  .lg_placeholder-green-400::-moz-placeholder {
    color: #68d391;
  }

  .lg_placeholder-green-400:-ms-input-placeholder {
    color: #68d391;
  }

  .lg_placeholder-green-400::-ms-input-placeholder {
    color: #68d391;
  }

  .lg_placeholder-green-400::placeholder {
    color: #68d391;
  }

  .lg_placeholder-green-500::-webkit-input-placeholder {
    color: #48bb78;
  }

  .lg_placeholder-green-500::-moz-placeholder {
    color: #48bb78;
  }

  .lg_placeholder-green-500:-ms-input-placeholder {
    color: #48bb78;
  }

  .lg_placeholder-green-500::-ms-input-placeholder {
    color: #48bb78;
  }

  .lg_placeholder-green-500::placeholder {
    color: #48bb78;
  }

  .lg_placeholder-green-600::-webkit-input-placeholder {
    color: #38a169;
  }

  .lg_placeholder-green-600::-moz-placeholder {
    color: #38a169;
  }

  .lg_placeholder-green-600:-ms-input-placeholder {
    color: #38a169;
  }

  .lg_placeholder-green-600::-ms-input-placeholder {
    color: #38a169;
  }

  .lg_placeholder-green-600::placeholder {
    color: #38a169;
  }

  .lg_placeholder-green-700::-webkit-input-placeholder {
    color: #2f855a;
  }

  .lg_placeholder-green-700::-moz-placeholder {
    color: #2f855a;
  }

  .lg_placeholder-green-700:-ms-input-placeholder {
    color: #2f855a;
  }

  .lg_placeholder-green-700::-ms-input-placeholder {
    color: #2f855a;
  }

  .lg_placeholder-green-700::placeholder {
    color: #2f855a;
  }

  .lg_placeholder-green-800::-webkit-input-placeholder {
    color: #276749;
  }

  .lg_placeholder-green-800::-moz-placeholder {
    color: #276749;
  }

  .lg_placeholder-green-800:-ms-input-placeholder {
    color: #276749;
  }

  .lg_placeholder-green-800::-ms-input-placeholder {
    color: #276749;
  }

  .lg_placeholder-green-800::placeholder {
    color: #276749;
  }

  .lg_placeholder-green-900::-webkit-input-placeholder {
    color: #22543d;
  }

  .lg_placeholder-green-900::-moz-placeholder {
    color: #22543d;
  }

  .lg_placeholder-green-900:-ms-input-placeholder {
    color: #22543d;
  }

  .lg_placeholder-green-900::-ms-input-placeholder {
    color: #22543d;
  }

  .lg_placeholder-green-900::placeholder {
    color: #22543d;
  }

  .lg_placeholder-teal-100::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .lg_placeholder-teal-100::-moz-placeholder {
    color: #e6fffa;
  }

  .lg_placeholder-teal-100:-ms-input-placeholder {
    color: #e6fffa;
  }

  .lg_placeholder-teal-100::-ms-input-placeholder {
    color: #e6fffa;
  }

  .lg_placeholder-teal-100::placeholder {
    color: #e6fffa;
  }

  .lg_placeholder-teal-200::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .lg_placeholder-teal-200::-moz-placeholder {
    color: #b2f5ea;
  }

  .lg_placeholder-teal-200:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .lg_placeholder-teal-200::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .lg_placeholder-teal-200::placeholder {
    color: #b2f5ea;
  }

  .lg_placeholder-teal-300::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .lg_placeholder-teal-300::-moz-placeholder {
    color: #81e6d9;
  }

  .lg_placeholder-teal-300:-ms-input-placeholder {
    color: #81e6d9;
  }

  .lg_placeholder-teal-300::-ms-input-placeholder {
    color: #81e6d9;
  }

  .lg_placeholder-teal-300::placeholder {
    color: #81e6d9;
  }

  .lg_placeholder-teal-400::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .lg_placeholder-teal-400::-moz-placeholder {
    color: #4fd1c5;
  }

  .lg_placeholder-teal-400:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .lg_placeholder-teal-400::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .lg_placeholder-teal-400::placeholder {
    color: #4fd1c5;
  }

  .lg_placeholder-teal-500::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .lg_placeholder-teal-500::-moz-placeholder {
    color: #38b2ac;
  }

  .lg_placeholder-teal-500:-ms-input-placeholder {
    color: #38b2ac;
  }

  .lg_placeholder-teal-500::-ms-input-placeholder {
    color: #38b2ac;
  }

  .lg_placeholder-teal-500::placeholder {
    color: #38b2ac;
  }

  .lg_placeholder-teal-600::-webkit-input-placeholder {
    color: #319795;
  }

  .lg_placeholder-teal-600::-moz-placeholder {
    color: #319795;
  }

  .lg_placeholder-teal-600:-ms-input-placeholder {
    color: #319795;
  }

  .lg_placeholder-teal-600::-ms-input-placeholder {
    color: #319795;
  }

  .lg_placeholder-teal-600::placeholder {
    color: #319795;
  }

  .lg_placeholder-teal-700::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .lg_placeholder-teal-700::-moz-placeholder {
    color: #2c7a7b;
  }

  .lg_placeholder-teal-700:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .lg_placeholder-teal-700::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .lg_placeholder-teal-700::placeholder {
    color: #2c7a7b;
  }

  .lg_placeholder-teal-800::-webkit-input-placeholder {
    color: #285e61;
  }

  .lg_placeholder-teal-800::-moz-placeholder {
    color: #285e61;
  }

  .lg_placeholder-teal-800:-ms-input-placeholder {
    color: #285e61;
  }

  .lg_placeholder-teal-800::-ms-input-placeholder {
    color: #285e61;
  }

  .lg_placeholder-teal-800::placeholder {
    color: #285e61;
  }

  .lg_placeholder-teal-900::-webkit-input-placeholder {
    color: #234e52;
  }

  .lg_placeholder-teal-900::-moz-placeholder {
    color: #234e52;
  }

  .lg_placeholder-teal-900:-ms-input-placeholder {
    color: #234e52;
  }

  .lg_placeholder-teal-900::-ms-input-placeholder {
    color: #234e52;
  }

  .lg_placeholder-teal-900::placeholder {
    color: #234e52;
  }

  .lg_placeholder-blue-100::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .lg_placeholder-blue-100::-moz-placeholder {
    color: #ebf8ff;
  }

  .lg_placeholder-blue-100:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .lg_placeholder-blue-100::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .lg_placeholder-blue-100::placeholder {
    color: #ebf8ff;
  }

  .lg_placeholder-blue-200::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .lg_placeholder-blue-200::-moz-placeholder {
    color: #bee3f8;
  }

  .lg_placeholder-blue-200:-ms-input-placeholder {
    color: #bee3f8;
  }

  .lg_placeholder-blue-200::-ms-input-placeholder {
    color: #bee3f8;
  }

  .lg_placeholder-blue-200::placeholder {
    color: #bee3f8;
  }

  .lg_placeholder-blue-300::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .lg_placeholder-blue-300::-moz-placeholder {
    color: #90cdf4;
  }

  .lg_placeholder-blue-300:-ms-input-placeholder {
    color: #90cdf4;
  }

  .lg_placeholder-blue-300::-ms-input-placeholder {
    color: #90cdf4;
  }

  .lg_placeholder-blue-300::placeholder {
    color: #90cdf4;
  }

  .lg_placeholder-blue-400::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .lg_placeholder-blue-400::-moz-placeholder {
    color: #63b3ed;
  }

  .lg_placeholder-blue-400:-ms-input-placeholder {
    color: #63b3ed;
  }

  .lg_placeholder-blue-400::-ms-input-placeholder {
    color: #63b3ed;
  }

  .lg_placeholder-blue-400::placeholder {
    color: #63b3ed;
  }

  .lg_placeholder-blue-500::-webkit-input-placeholder {
    color: #4299e1;
  }

  .lg_placeholder-blue-500::-moz-placeholder {
    color: #4299e1;
  }

  .lg_placeholder-blue-500:-ms-input-placeholder {
    color: #4299e1;
  }

  .lg_placeholder-blue-500::-ms-input-placeholder {
    color: #4299e1;
  }

  .lg_placeholder-blue-500::placeholder {
    color: #4299e1;
  }

  .lg_placeholder-blue-600::-webkit-input-placeholder {
    color: #3182ce;
  }

  .lg_placeholder-blue-600::-moz-placeholder {
    color: #3182ce;
  }

  .lg_placeholder-blue-600:-ms-input-placeholder {
    color: #3182ce;
  }

  .lg_placeholder-blue-600::-ms-input-placeholder {
    color: #3182ce;
  }

  .lg_placeholder-blue-600::placeholder {
    color: #3182ce;
  }

  .lg_placeholder-blue-700::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .lg_placeholder-blue-700::-moz-placeholder {
    color: #2b6cb0;
  }

  .lg_placeholder-blue-700:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .lg_placeholder-blue-700::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .lg_placeholder-blue-700::placeholder {
    color: #2b6cb0;
  }

  .lg_placeholder-blue-800::-webkit-input-placeholder {
    color: #2c5282;
  }

  .lg_placeholder-blue-800::-moz-placeholder {
    color: #2c5282;
  }

  .lg_placeholder-blue-800:-ms-input-placeholder {
    color: #2c5282;
  }

  .lg_placeholder-blue-800::-ms-input-placeholder {
    color: #2c5282;
  }

  .lg_placeholder-blue-800::placeholder {
    color: #2c5282;
  }

  .lg_placeholder-blue-900::-webkit-input-placeholder {
    color: #2B4780;
  }

  .lg_placeholder-blue-900::-moz-placeholder {
    color: #2B4780;
  }

  .lg_placeholder-blue-900:-ms-input-placeholder {
    color: #2B4780;
  }

  .lg_placeholder-blue-900::-ms-input-placeholder {
    color: #2B4780;
  }

  .lg_placeholder-blue-900::placeholder {
    color: #2B4780;
  }

  .lg_placeholder-indigo-100::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .lg_placeholder-indigo-100::-moz-placeholder {
    color: #ebf4ff;
  }

  .lg_placeholder-indigo-100:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .lg_placeholder-indigo-100::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .lg_placeholder-indigo-100::placeholder {
    color: #ebf4ff;
  }

  .lg_placeholder-indigo-200::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .lg_placeholder-indigo-200::-moz-placeholder {
    color: #c3dafe;
  }

  .lg_placeholder-indigo-200:-ms-input-placeholder {
    color: #c3dafe;
  }

  .lg_placeholder-indigo-200::-ms-input-placeholder {
    color: #c3dafe;
  }

  .lg_placeholder-indigo-200::placeholder {
    color: #c3dafe;
  }

  .lg_placeholder-indigo-300::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .lg_placeholder-indigo-300::-moz-placeholder {
    color: #a3bffa;
  }

  .lg_placeholder-indigo-300:-ms-input-placeholder {
    color: #a3bffa;
  }

  .lg_placeholder-indigo-300::-ms-input-placeholder {
    color: #a3bffa;
  }

  .lg_placeholder-indigo-300::placeholder {
    color: #a3bffa;
  }

  .lg_placeholder-indigo-400::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .lg_placeholder-indigo-400::-moz-placeholder {
    color: #7f9cf5;
  }

  .lg_placeholder-indigo-400:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .lg_placeholder-indigo-400::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .lg_placeholder-indigo-400::placeholder {
    color: #7f9cf5;
  }

  .lg_placeholder-indigo-500::-webkit-input-placeholder {
    color: #667eea;
  }

  .lg_placeholder-indigo-500::-moz-placeholder {
    color: #667eea;
  }

  .lg_placeholder-indigo-500:-ms-input-placeholder {
    color: #667eea;
  }

  .lg_placeholder-indigo-500::-ms-input-placeholder {
    color: #667eea;
  }

  .lg_placeholder-indigo-500::placeholder {
    color: #667eea;
  }

  .lg_placeholder-indigo-600::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .lg_placeholder-indigo-600::-moz-placeholder {
    color: #5a67d8;
  }

  .lg_placeholder-indigo-600:-ms-input-placeholder {
    color: #5a67d8;
  }

  .lg_placeholder-indigo-600::-ms-input-placeholder {
    color: #5a67d8;
  }

  .lg_placeholder-indigo-600::placeholder {
    color: #5a67d8;
  }

  .lg_placeholder-indigo-700::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .lg_placeholder-indigo-700::-moz-placeholder {
    color: #4c51bf;
  }

  .lg_placeholder-indigo-700:-ms-input-placeholder {
    color: #4c51bf;
  }

  .lg_placeholder-indigo-700::-ms-input-placeholder {
    color: #4c51bf;
  }

  .lg_placeholder-indigo-700::placeholder {
    color: #4c51bf;
  }

  .lg_placeholder-indigo-800::-webkit-input-placeholder {
    color: #434190;
  }

  .lg_placeholder-indigo-800::-moz-placeholder {
    color: #434190;
  }

  .lg_placeholder-indigo-800:-ms-input-placeholder {
    color: #434190;
  }

  .lg_placeholder-indigo-800::-ms-input-placeholder {
    color: #434190;
  }

  .lg_placeholder-indigo-800::placeholder {
    color: #434190;
  }

  .lg_placeholder-indigo-900::-webkit-input-placeholder {
    color: #3c366b;
  }

  .lg_placeholder-indigo-900::-moz-placeholder {
    color: #3c366b;
  }

  .lg_placeholder-indigo-900:-ms-input-placeholder {
    color: #3c366b;
  }

  .lg_placeholder-indigo-900::-ms-input-placeholder {
    color: #3c366b;
  }

  .lg_placeholder-indigo-900::placeholder {
    color: #3c366b;
  }

  .lg_placeholder-purple-100::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .lg_placeholder-purple-100::-moz-placeholder {
    color: #faf5ff;
  }

  .lg_placeholder-purple-100:-ms-input-placeholder {
    color: #faf5ff;
  }

  .lg_placeholder-purple-100::-ms-input-placeholder {
    color: #faf5ff;
  }

  .lg_placeholder-purple-100::placeholder {
    color: #faf5ff;
  }

  .lg_placeholder-purple-200::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .lg_placeholder-purple-200::-moz-placeholder {
    color: #e9d8fd;
  }

  .lg_placeholder-purple-200:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .lg_placeholder-purple-200::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .lg_placeholder-purple-200::placeholder {
    color: #e9d8fd;
  }

  .lg_placeholder-purple-300::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .lg_placeholder-purple-300::-moz-placeholder {
    color: #d6bcfa;
  }

  .lg_placeholder-purple-300:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .lg_placeholder-purple-300::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .lg_placeholder-purple-300::placeholder {
    color: #d6bcfa;
  }

  .lg_placeholder-purple-400::-webkit-input-placeholder {
    color: #b794f4;
  }

  .lg_placeholder-purple-400::-moz-placeholder {
    color: #b794f4;
  }

  .lg_placeholder-purple-400:-ms-input-placeholder {
    color: #b794f4;
  }

  .lg_placeholder-purple-400::-ms-input-placeholder {
    color: #b794f4;
  }

  .lg_placeholder-purple-400::placeholder {
    color: #b794f4;
  }

  .lg_placeholder-purple-500::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .lg_placeholder-purple-500::-moz-placeholder {
    color: #9f7aea;
  }

  .lg_placeholder-purple-500:-ms-input-placeholder {
    color: #9f7aea;
  }

  .lg_placeholder-purple-500::-ms-input-placeholder {
    color: #9f7aea;
  }

  .lg_placeholder-purple-500::placeholder {
    color: #9f7aea;
  }

  .lg_placeholder-purple-600::-webkit-input-placeholder {
    color: #805ad5;
  }

  .lg_placeholder-purple-600::-moz-placeholder {
    color: #805ad5;
  }

  .lg_placeholder-purple-600:-ms-input-placeholder {
    color: #805ad5;
  }

  .lg_placeholder-purple-600::-ms-input-placeholder {
    color: #805ad5;
  }

  .lg_placeholder-purple-600::placeholder {
    color: #805ad5;
  }

  .lg_placeholder-purple-700::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .lg_placeholder-purple-700::-moz-placeholder {
    color: #6b46c1;
  }

  .lg_placeholder-purple-700:-ms-input-placeholder {
    color: #6b46c1;
  }

  .lg_placeholder-purple-700::-ms-input-placeholder {
    color: #6b46c1;
  }

  .lg_placeholder-purple-700::placeholder {
    color: #6b46c1;
  }

  .lg_placeholder-purple-800::-webkit-input-placeholder {
    color: #553c9a;
  }

  .lg_placeholder-purple-800::-moz-placeholder {
    color: #553c9a;
  }

  .lg_placeholder-purple-800:-ms-input-placeholder {
    color: #553c9a;
  }

  .lg_placeholder-purple-800::-ms-input-placeholder {
    color: #553c9a;
  }

  .lg_placeholder-purple-800::placeholder {
    color: #553c9a;
  }

  .lg_placeholder-purple-900::-webkit-input-placeholder {
    color: #44337a;
  }

  .lg_placeholder-purple-900::-moz-placeholder {
    color: #44337a;
  }

  .lg_placeholder-purple-900:-ms-input-placeholder {
    color: #44337a;
  }

  .lg_placeholder-purple-900::-ms-input-placeholder {
    color: #44337a;
  }

  .lg_placeholder-purple-900::placeholder {
    color: #44337a;
  }

  .lg_placeholder-pink-100::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .lg_placeholder-pink-100::-moz-placeholder {
    color: #fff5f7;
  }

  .lg_placeholder-pink-100:-ms-input-placeholder {
    color: #fff5f7;
  }

  .lg_placeholder-pink-100::-ms-input-placeholder {
    color: #fff5f7;
  }

  .lg_placeholder-pink-100::placeholder {
    color: #fff5f7;
  }

  .lg_placeholder-pink-200::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .lg_placeholder-pink-200::-moz-placeholder {
    color: #fed7e2;
  }

  .lg_placeholder-pink-200:-ms-input-placeholder {
    color: #fed7e2;
  }

  .lg_placeholder-pink-200::-ms-input-placeholder {
    color: #fed7e2;
  }

  .lg_placeholder-pink-200::placeholder {
    color: #fed7e2;
  }

  .lg_placeholder-pink-300::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .lg_placeholder-pink-300::-moz-placeholder {
    color: #fbb6ce;
  }

  .lg_placeholder-pink-300:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .lg_placeholder-pink-300::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .lg_placeholder-pink-300::placeholder {
    color: #fbb6ce;
  }

  .lg_placeholder-pink-400::-webkit-input-placeholder {
    color: #f687b3;
  }

  .lg_placeholder-pink-400::-moz-placeholder {
    color: #f687b3;
  }

  .lg_placeholder-pink-400:-ms-input-placeholder {
    color: #f687b3;
  }

  .lg_placeholder-pink-400::-ms-input-placeholder {
    color: #f687b3;
  }

  .lg_placeholder-pink-400::placeholder {
    color: #f687b3;
  }

  .lg_placeholder-pink-500::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .lg_placeholder-pink-500::-moz-placeholder {
    color: #ed64a6;
  }

  .lg_placeholder-pink-500:-ms-input-placeholder {
    color: #ed64a6;
  }

  .lg_placeholder-pink-500::-ms-input-placeholder {
    color: #ed64a6;
  }

  .lg_placeholder-pink-500::placeholder {
    color: #ed64a6;
  }

  .lg_placeholder-pink-600::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .lg_placeholder-pink-600::-moz-placeholder {
    color: #d53f8c;
  }

  .lg_placeholder-pink-600:-ms-input-placeholder {
    color: #d53f8c;
  }

  .lg_placeholder-pink-600::-ms-input-placeholder {
    color: #d53f8c;
  }

  .lg_placeholder-pink-600::placeholder {
    color: #d53f8c;
  }

  .lg_placeholder-pink-700::-webkit-input-placeholder {
    color: #b83280;
  }

  .lg_placeholder-pink-700::-moz-placeholder {
    color: #b83280;
  }

  .lg_placeholder-pink-700:-ms-input-placeholder {
    color: #b83280;
  }

  .lg_placeholder-pink-700::-ms-input-placeholder {
    color: #b83280;
  }

  .lg_placeholder-pink-700::placeholder {
    color: #b83280;
  }

  .lg_placeholder-pink-800::-webkit-input-placeholder {
    color: #97266d;
  }

  .lg_placeholder-pink-800::-moz-placeholder {
    color: #97266d;
  }

  .lg_placeholder-pink-800:-ms-input-placeholder {
    color: #97266d;
  }

  .lg_placeholder-pink-800::-ms-input-placeholder {
    color: #97266d;
  }

  .lg_placeholder-pink-800::placeholder {
    color: #97266d;
  }

  .lg_placeholder-pink-900::-webkit-input-placeholder {
    color: #702459;
  }

  .lg_placeholder-pink-900::-moz-placeholder {
    color: #702459;
  }

  .lg_placeholder-pink-900:-ms-input-placeholder {
    color: #702459;
  }

  .lg_placeholder-pink-900::-ms-input-placeholder {
    color: #702459;
  }

  .lg_placeholder-pink-900::placeholder {
    color: #702459;
  }

  .lg_placeholder-brand::-webkit-input-placeholder {
    color: #FE2929;
  }

  .lg_placeholder-brand::-moz-placeholder {
    color: #FE2929;
  }

  .lg_placeholder-brand:-ms-input-placeholder {
    color: #FE2929;
  }

  .lg_placeholder-brand::-ms-input-placeholder {
    color: #FE2929;
  }

  .lg_placeholder-brand::placeholder {
    color: #FE2929;
  }

  .lg_placeholder-brand-dark::-webkit-input-placeholder {
    color: #CB0000;
  }

  .lg_placeholder-brand-dark::-moz-placeholder {
    color: #CB0000;
  }

  .lg_placeholder-brand-dark:-ms-input-placeholder {
    color: #CB0000;
  }

  .lg_placeholder-brand-dark::-ms-input-placeholder {
    color: #CB0000;
  }

  .lg_placeholder-brand-dark::placeholder {
    color: #CB0000;
  }

  .lg_placeholder-primary::-webkit-input-placeholder {
    color: #2D58AA;
  }

  .lg_placeholder-primary::-moz-placeholder {
    color: #2D58AA;
  }

  .lg_placeholder-primary:-ms-input-placeholder {
    color: #2D58AA;
  }

  .lg_placeholder-primary::-ms-input-placeholder {
    color: #2D58AA;
  }

  .lg_placeholder-primary::placeholder {
    color: #2D58AA;
  }

  .lg_placeholder-primary-dark::-webkit-input-placeholder {
    color: #002577;
  }

  .lg_placeholder-primary-dark::-moz-placeholder {
    color: #002577;
  }

  .lg_placeholder-primary-dark:-ms-input-placeholder {
    color: #002577;
  }

  .lg_placeholder-primary-dark::-ms-input-placeholder {
    color: #002577;
  }

  .lg_placeholder-primary-dark::placeholder {
    color: #002577;
  }

  .lg_placeholder-info::-webkit-input-placeholder {
    color: #2B73A3;
  }

  .lg_placeholder-info::-moz-placeholder {
    color: #2B73A3;
  }

  .lg_placeholder-info:-ms-input-placeholder {
    color: #2B73A3;
  }

  .lg_placeholder-info::-ms-input-placeholder {
    color: #2B73A3;
  }

  .lg_placeholder-info::placeholder {
    color: #2B73A3;
  }

  .lg_placeholder-info-dark::-webkit-input-placeholder {
    color: #002577;
  }

  .lg_placeholder-info-dark::-moz-placeholder {
    color: #002577;
  }

  .lg_placeholder-info-dark:-ms-input-placeholder {
    color: #002577;
  }

  .lg_placeholder-info-dark::-ms-input-placeholder {
    color: #002577;
  }

  .lg_placeholder-info-dark::placeholder {
    color: #002577;
  }

  .lg_placeholder-success::-webkit-input-placeholder {
    color: #0EDD66;
  }

  .lg_placeholder-success::-moz-placeholder {
    color: #0EDD66;
  }

  .lg_placeholder-success:-ms-input-placeholder {
    color: #0EDD66;
  }

  .lg_placeholder-success::-ms-input-placeholder {
    color: #0EDD66;
  }

  .lg_placeholder-success::placeholder {
    color: #0EDD66;
  }

  .lg_placeholder-success-dark::-webkit-input-placeholder {
    color: #00AA33;
  }

  .lg_placeholder-success-dark::-moz-placeholder {
    color: #00AA33;
  }

  .lg_placeholder-success-dark:-ms-input-placeholder {
    color: #00AA33;
  }

  .lg_placeholder-success-dark::-ms-input-placeholder {
    color: #00AA33;
  }

  .lg_placeholder-success-dark::placeholder {
    color: #00AA33;
  }

  .lg_placeholder-warning::-webkit-input-placeholder {
    color: #B1991A;
  }

  .lg_placeholder-warning::-moz-placeholder {
    color: #B1991A;
  }

  .lg_placeholder-warning:-ms-input-placeholder {
    color: #B1991A;
  }

  .lg_placeholder-warning::-ms-input-placeholder {
    color: #B1991A;
  }

  .lg_placeholder-warning::placeholder {
    color: #B1991A;
  }

  .lg_placeholder-warning-dark::-webkit-input-placeholder {
    color: #7E6600;
  }

  .lg_placeholder-warning-dark::-moz-placeholder {
    color: #7E6600;
  }

  .lg_placeholder-warning-dark:-ms-input-placeholder {
    color: #7E6600;
  }

  .lg_placeholder-warning-dark::-ms-input-placeholder {
    color: #7E6600;
  }

  .lg_placeholder-warning-dark::placeholder {
    color: #7E6600;
  }

  .lg_placeholder-danger::-webkit-input-placeholder {
    color: #FE2929;
  }

  .lg_placeholder-danger::-moz-placeholder {
    color: #FE2929;
  }

  .lg_placeholder-danger:-ms-input-placeholder {
    color: #FE2929;
  }

  .lg_placeholder-danger::-ms-input-placeholder {
    color: #FE2929;
  }

  .lg_placeholder-danger::placeholder {
    color: #FE2929;
  }

  .lg_placeholder-danger-dark::-webkit-input-placeholder {
    color: #CB0000;
  }

  .lg_placeholder-danger-dark::-moz-placeholder {
    color: #CB0000;
  }

  .lg_placeholder-danger-dark:-ms-input-placeholder {
    color: #CB0000;
  }

  .lg_placeholder-danger-dark::-ms-input-placeholder {
    color: #CB0000;
  }

  .lg_placeholder-danger-dark::placeholder {
    color: #CB0000;
  }

  .lg_placeholder-light::-webkit-input-placeholder {
    color: #F0F0F0;
  }

  .lg_placeholder-light::-moz-placeholder {
    color: #F0F0F0;
  }

  .lg_placeholder-light:-ms-input-placeholder {
    color: #F0F0F0;
  }

  .lg_placeholder-light::-ms-input-placeholder {
    color: #F0F0F0;
  }

  .lg_placeholder-light::placeholder {
    color: #F0F0F0;
  }

  .lg_placeholder-dark::-webkit-input-placeholder {
    color: #454545;
  }

  .lg_placeholder-dark::-moz-placeholder {
    color: #454545;
  }

  .lg_placeholder-dark:-ms-input-placeholder {
    color: #454545;
  }

  .lg_placeholder-dark::-ms-input-placeholder {
    color: #454545;
  }

  .lg_placeholder-dark::placeholder {
    color: #454545;
  }

  .lg_placeholder-darkest::-webkit-input-placeholder {
    color: #313131;
  }

  .lg_placeholder-darkest::-moz-placeholder {
    color: #313131;
  }

  .lg_placeholder-darkest:-ms-input-placeholder {
    color: #313131;
  }

  .lg_placeholder-darkest::-ms-input-placeholder {
    color: #313131;
  }

  .lg_placeholder-darkest::placeholder {
    color: #313131;
  }

  .lg_placeholder-transparent-dark::-webkit-input-placeholder {
    color: rgba(0,0,0,0.6);
  }

  .lg_placeholder-transparent-dark::-moz-placeholder {
    color: rgba(0,0,0,0.6);
  }

  .lg_placeholder-transparent-dark:-ms-input-placeholder {
    color: rgba(0,0,0,0.6);
  }

  .lg_placeholder-transparent-dark::-ms-input-placeholder {
    color: rgba(0,0,0,0.6);
  }

  .lg_placeholder-transparent-dark::placeholder {
    color: rgba(0,0,0,0.6);
  }

  .lg_placeholder-facebook::-webkit-input-placeholder {
    color: #3b5998;
  }

  .lg_placeholder-facebook::-moz-placeholder {
    color: #3b5998;
  }

  .lg_placeholder-facebook:-ms-input-placeholder {
    color: #3b5998;
  }

  .lg_placeholder-facebook::-ms-input-placeholder {
    color: #3b5998;
  }

  .lg_placeholder-facebook::placeholder {
    color: #3b5998;
  }

  .lg_placeholder-twitter::-webkit-input-placeholder {
    color: #000000;
  }

  .lg_placeholder-twitter::-moz-placeholder {
    color: #000000;
  }

  .lg_placeholder-twitter:-ms-input-placeholder {
    color: #000000;
  }

  .lg_placeholder-twitter::-ms-input-placeholder {
    color: #000000;
  }

  .lg_placeholder-twitter::placeholder {
    color: #000000;
  }

  .lg_placeholder-google::-webkit-input-placeholder {
    color: #DB4437;
  }

  .lg_placeholder-google::-moz-placeholder {
    color: #DB4437;
  }

  .lg_placeholder-google:-ms-input-placeholder {
    color: #DB4437;
  }

  .lg_placeholder-google::-ms-input-placeholder {
    color: #DB4437;
  }

  .lg_placeholder-google::placeholder {
    color: #DB4437;
  }

  .lg_placeholder-linkedin::-webkit-input-placeholder {
    color: #0077B5;
  }

  .lg_placeholder-linkedin::-moz-placeholder {
    color: #0077B5;
  }

  .lg_placeholder-linkedin:-ms-input-placeholder {
    color: #0077B5;
  }

  .lg_placeholder-linkedin::-ms-input-placeholder {
    color: #0077B5;
  }

  .lg_placeholder-linkedin::placeholder {
    color: #0077B5;
  }

  .lg_placeholder-adobe::-webkit-input-placeholder {
    color: #FF0000;
  }

  .lg_placeholder-adobe::-moz-placeholder {
    color: #FF0000;
  }

  .lg_placeholder-adobe:-ms-input-placeholder {
    color: #FF0000;
  }

  .lg_placeholder-adobe::-ms-input-placeholder {
    color: #FF0000;
  }

  .lg_placeholder-adobe::placeholder {
    color: #FF0000;
  }

  .lg_placeholder-rss::-webkit-input-placeholder {
    color: #f26522;
  }

  .lg_placeholder-rss::-moz-placeholder {
    color: #f26522;
  }

  .lg_placeholder-rss:-ms-input-placeholder {
    color: #f26522;
  }

  .lg_placeholder-rss::-ms-input-placeholder {
    color: #f26522;
  }

  .lg_placeholder-rss::placeholder {
    color: #f26522;
  }

  .lg_focus_placeholder-transparent:focus::-webkit-input-placeholder {
    color: transparent;
  }

  .lg_focus_placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .lg_focus_placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .lg_focus_placeholder-transparent:focus::-ms-input-placeholder {
    color: transparent;
  }

  .lg_focus_placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .lg_focus_placeholder-black:focus::-webkit-input-placeholder {
    color: #000;
  }

  .lg_focus_placeholder-black:focus::-moz-placeholder {
    color: #000;
  }

  .lg_focus_placeholder-black:focus:-ms-input-placeholder {
    color: #000;
  }

  .lg_focus_placeholder-black:focus::-ms-input-placeholder {
    color: #000;
  }

  .lg_focus_placeholder-black:focus::placeholder {
    color: #000;
  }

  .lg_focus_placeholder-white:focus::-webkit-input-placeholder {
    color: #fff;
  }

  .lg_focus_placeholder-white:focus::-moz-placeholder {
    color: #fff;
  }

  .lg_focus_placeholder-white:focus:-ms-input-placeholder {
    color: #fff;
  }

  .lg_focus_placeholder-white:focus::-ms-input-placeholder {
    color: #fff;
  }

  .lg_focus_placeholder-white:focus::placeholder {
    color: #fff;
  }

  .lg_focus_placeholder-gray-100:focus::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .lg_focus_placeholder-gray-100:focus::-moz-placeholder {
    color: #f7fafc;
  }

  .lg_focus_placeholder-gray-100:focus:-ms-input-placeholder {
    color: #f7fafc;
  }

  .lg_focus_placeholder-gray-100:focus::-ms-input-placeholder {
    color: #f7fafc;
  }

  .lg_focus_placeholder-gray-100:focus::placeholder {
    color: #f7fafc;
  }

  .lg_focus_placeholder-gray-200:focus::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .lg_focus_placeholder-gray-200:focus::-moz-placeholder {
    color: #edf2f7;
  }

  .lg_focus_placeholder-gray-200:focus:-ms-input-placeholder {
    color: #edf2f7;
  }

  .lg_focus_placeholder-gray-200:focus::-ms-input-placeholder {
    color: #edf2f7;
  }

  .lg_focus_placeholder-gray-200:focus::placeholder {
    color: #edf2f7;
  }

  .lg_focus_placeholder-gray-300:focus::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .lg_focus_placeholder-gray-300:focus::-moz-placeholder {
    color: #e2e8f0;
  }

  .lg_focus_placeholder-gray-300:focus:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .lg_focus_placeholder-gray-300:focus::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .lg_focus_placeholder-gray-300:focus::placeholder {
    color: #e2e8f0;
  }

  .lg_focus_placeholder-gray-400:focus::-webkit-input-placeholder {
    color: #B8B8B8;
  }

  .lg_focus_placeholder-gray-400:focus::-moz-placeholder {
    color: #B8B8B8;
  }

  .lg_focus_placeholder-gray-400:focus:-ms-input-placeholder {
    color: #B8B8B8;
  }

  .lg_focus_placeholder-gray-400:focus::-ms-input-placeholder {
    color: #B8B8B8;
  }

  .lg_focus_placeholder-gray-400:focus::placeholder {
    color: #B8B8B8;
  }

  .lg_focus_placeholder-gray-500:focus::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .lg_focus_placeholder-gray-500:focus::-moz-placeholder {
    color: #a0aec0;
  }

  .lg_focus_placeholder-gray-500:focus:-ms-input-placeholder {
    color: #a0aec0;
  }

  .lg_focus_placeholder-gray-500:focus::-ms-input-placeholder {
    color: #a0aec0;
  }

  .lg_focus_placeholder-gray-500:focus::placeholder {
    color: #a0aec0;
  }

  .lg_focus_placeholder-gray-600:focus::-webkit-input-placeholder {
    color: #718096;
  }

  .lg_focus_placeholder-gray-600:focus::-moz-placeholder {
    color: #718096;
  }

  .lg_focus_placeholder-gray-600:focus:-ms-input-placeholder {
    color: #718096;
  }

  .lg_focus_placeholder-gray-600:focus::-ms-input-placeholder {
    color: #718096;
  }

  .lg_focus_placeholder-gray-600:focus::placeholder {
    color: #718096;
  }

  .lg_focus_placeholder-gray-700:focus::-webkit-input-placeholder {
    color: #313131;
  }

  .lg_focus_placeholder-gray-700:focus::-moz-placeholder {
    color: #313131;
  }

  .lg_focus_placeholder-gray-700:focus:-ms-input-placeholder {
    color: #313131;
  }

  .lg_focus_placeholder-gray-700:focus::-ms-input-placeholder {
    color: #313131;
  }

  .lg_focus_placeholder-gray-700:focus::placeholder {
    color: #313131;
  }

  .lg_focus_placeholder-gray-800:focus::-webkit-input-placeholder {
    color: #2d3748;
  }

  .lg_focus_placeholder-gray-800:focus::-moz-placeholder {
    color: #2d3748;
  }

  .lg_focus_placeholder-gray-800:focus:-ms-input-placeholder {
    color: #2d3748;
  }

  .lg_focus_placeholder-gray-800:focus::-ms-input-placeholder {
    color: #2d3748;
  }

  .lg_focus_placeholder-gray-800:focus::placeholder {
    color: #2d3748;
  }

  .lg_focus_placeholder-gray-900:focus::-webkit-input-placeholder {
    color: #1a202c;
  }

  .lg_focus_placeholder-gray-900:focus::-moz-placeholder {
    color: #1a202c;
  }

  .lg_focus_placeholder-gray-900:focus:-ms-input-placeholder {
    color: #1a202c;
  }

  .lg_focus_placeholder-gray-900:focus::-ms-input-placeholder {
    color: #1a202c;
  }

  .lg_focus_placeholder-gray-900:focus::placeholder {
    color: #1a202c;
  }

  .lg_focus_placeholder-red-100:focus::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .lg_focus_placeholder-red-100:focus::-moz-placeholder {
    color: #fff5f5;
  }

  .lg_focus_placeholder-red-100:focus:-ms-input-placeholder {
    color: #fff5f5;
  }

  .lg_focus_placeholder-red-100:focus::-ms-input-placeholder {
    color: #fff5f5;
  }

  .lg_focus_placeholder-red-100:focus::placeholder {
    color: #fff5f5;
  }

  .lg_focus_placeholder-red-200:focus::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .lg_focus_placeholder-red-200:focus::-moz-placeholder {
    color: #fed7d7;
  }

  .lg_focus_placeholder-red-200:focus:-ms-input-placeholder {
    color: #fed7d7;
  }

  .lg_focus_placeholder-red-200:focus::-ms-input-placeholder {
    color: #fed7d7;
  }

  .lg_focus_placeholder-red-200:focus::placeholder {
    color: #fed7d7;
  }

  .lg_focus_placeholder-red-300:focus::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .lg_focus_placeholder-red-300:focus::-moz-placeholder {
    color: #feb2b2;
  }

  .lg_focus_placeholder-red-300:focus:-ms-input-placeholder {
    color: #feb2b2;
  }

  .lg_focus_placeholder-red-300:focus::-ms-input-placeholder {
    color: #feb2b2;
  }

  .lg_focus_placeholder-red-300:focus::placeholder {
    color: #feb2b2;
  }

  .lg_focus_placeholder-red-400:focus::-webkit-input-placeholder {
    color: #fc8181;
  }

  .lg_focus_placeholder-red-400:focus::-moz-placeholder {
    color: #fc8181;
  }

  .lg_focus_placeholder-red-400:focus:-ms-input-placeholder {
    color: #fc8181;
  }

  .lg_focus_placeholder-red-400:focus::-ms-input-placeholder {
    color: #fc8181;
  }

  .lg_focus_placeholder-red-400:focus::placeholder {
    color: #fc8181;
  }

  .lg_focus_placeholder-red-500:focus::-webkit-input-placeholder {
    color: #f56565;
  }

  .lg_focus_placeholder-red-500:focus::-moz-placeholder {
    color: #f56565;
  }

  .lg_focus_placeholder-red-500:focus:-ms-input-placeholder {
    color: #f56565;
  }

  .lg_focus_placeholder-red-500:focus::-ms-input-placeholder {
    color: #f56565;
  }

  .lg_focus_placeholder-red-500:focus::placeholder {
    color: #f56565;
  }

  .lg_focus_placeholder-red-600:focus::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .lg_focus_placeholder-red-600:focus::-moz-placeholder {
    color: #e53e3e;
  }

  .lg_focus_placeholder-red-600:focus:-ms-input-placeholder {
    color: #e53e3e;
  }

  .lg_focus_placeholder-red-600:focus::-ms-input-placeholder {
    color: #e53e3e;
  }

  .lg_focus_placeholder-red-600:focus::placeholder {
    color: #e53e3e;
  }

  .lg_focus_placeholder-red-700:focus::-webkit-input-placeholder {
    color: #c53030;
  }

  .lg_focus_placeholder-red-700:focus::-moz-placeholder {
    color: #c53030;
  }

  .lg_focus_placeholder-red-700:focus:-ms-input-placeholder {
    color: #c53030;
  }

  .lg_focus_placeholder-red-700:focus::-ms-input-placeholder {
    color: #c53030;
  }

  .lg_focus_placeholder-red-700:focus::placeholder {
    color: #c53030;
  }

  .lg_focus_placeholder-red-800:focus::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .lg_focus_placeholder-red-800:focus::-moz-placeholder {
    color: #9b2c2c;
  }

  .lg_focus_placeholder-red-800:focus:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .lg_focus_placeholder-red-800:focus::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .lg_focus_placeholder-red-800:focus::placeholder {
    color: #9b2c2c;
  }

  .lg_focus_placeholder-red-900:focus::-webkit-input-placeholder {
    color: #742a2a;
  }

  .lg_focus_placeholder-red-900:focus::-moz-placeholder {
    color: #742a2a;
  }

  .lg_focus_placeholder-red-900:focus:-ms-input-placeholder {
    color: #742a2a;
  }

  .lg_focus_placeholder-red-900:focus::-ms-input-placeholder {
    color: #742a2a;
  }

  .lg_focus_placeholder-red-900:focus::placeholder {
    color: #742a2a;
  }

  .lg_focus_placeholder-orange-100:focus::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .lg_focus_placeholder-orange-100:focus::-moz-placeholder {
    color: #fffaf0;
  }

  .lg_focus_placeholder-orange-100:focus:-ms-input-placeholder {
    color: #fffaf0;
  }

  .lg_focus_placeholder-orange-100:focus::-ms-input-placeholder {
    color: #fffaf0;
  }

  .lg_focus_placeholder-orange-100:focus::placeholder {
    color: #fffaf0;
  }

  .lg_focus_placeholder-orange-200:focus::-webkit-input-placeholder {
    color: #feebc8;
  }

  .lg_focus_placeholder-orange-200:focus::-moz-placeholder {
    color: #feebc8;
  }

  .lg_focus_placeholder-orange-200:focus:-ms-input-placeholder {
    color: #feebc8;
  }

  .lg_focus_placeholder-orange-200:focus::-ms-input-placeholder {
    color: #feebc8;
  }

  .lg_focus_placeholder-orange-200:focus::placeholder {
    color: #feebc8;
  }

  .lg_focus_placeholder-orange-300:focus::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .lg_focus_placeholder-orange-300:focus::-moz-placeholder {
    color: #fbd38d;
  }

  .lg_focus_placeholder-orange-300:focus:-ms-input-placeholder {
    color: #fbd38d;
  }

  .lg_focus_placeholder-orange-300:focus::-ms-input-placeholder {
    color: #fbd38d;
  }

  .lg_focus_placeholder-orange-300:focus::placeholder {
    color: #fbd38d;
  }

  .lg_focus_placeholder-orange-400:focus::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .lg_focus_placeholder-orange-400:focus::-moz-placeholder {
    color: #f6ad55;
  }

  .lg_focus_placeholder-orange-400:focus:-ms-input-placeholder {
    color: #f6ad55;
  }

  .lg_focus_placeholder-orange-400:focus::-ms-input-placeholder {
    color: #f6ad55;
  }

  .lg_focus_placeholder-orange-400:focus::placeholder {
    color: #f6ad55;
  }

  .lg_focus_placeholder-orange-500:focus::-webkit-input-placeholder {
    color: #ed8936;
  }

  .lg_focus_placeholder-orange-500:focus::-moz-placeholder {
    color: #ed8936;
  }

  .lg_focus_placeholder-orange-500:focus:-ms-input-placeholder {
    color: #ed8936;
  }

  .lg_focus_placeholder-orange-500:focus::-ms-input-placeholder {
    color: #ed8936;
  }

  .lg_focus_placeholder-orange-500:focus::placeholder {
    color: #ed8936;
  }

  .lg_focus_placeholder-orange-600:focus::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .lg_focus_placeholder-orange-600:focus::-moz-placeholder {
    color: #dd6b20;
  }

  .lg_focus_placeholder-orange-600:focus:-ms-input-placeholder {
    color: #dd6b20;
  }

  .lg_focus_placeholder-orange-600:focus::-ms-input-placeholder {
    color: #dd6b20;
  }

  .lg_focus_placeholder-orange-600:focus::placeholder {
    color: #dd6b20;
  }

  .lg_focus_placeholder-orange-700:focus::-webkit-input-placeholder {
    color: #c05621;
  }

  .lg_focus_placeholder-orange-700:focus::-moz-placeholder {
    color: #c05621;
  }

  .lg_focus_placeholder-orange-700:focus:-ms-input-placeholder {
    color: #c05621;
  }

  .lg_focus_placeholder-orange-700:focus::-ms-input-placeholder {
    color: #c05621;
  }

  .lg_focus_placeholder-orange-700:focus::placeholder {
    color: #c05621;
  }

  .lg_focus_placeholder-orange-800:focus::-webkit-input-placeholder {
    color: #9c4221;
  }

  .lg_focus_placeholder-orange-800:focus::-moz-placeholder {
    color: #9c4221;
  }

  .lg_focus_placeholder-orange-800:focus:-ms-input-placeholder {
    color: #9c4221;
  }

  .lg_focus_placeholder-orange-800:focus::-ms-input-placeholder {
    color: #9c4221;
  }

  .lg_focus_placeholder-orange-800:focus::placeholder {
    color: #9c4221;
  }

  .lg_focus_placeholder-orange-900:focus::-webkit-input-placeholder {
    color: #7b341e;
  }

  .lg_focus_placeholder-orange-900:focus::-moz-placeholder {
    color: #7b341e;
  }

  .lg_focus_placeholder-orange-900:focus:-ms-input-placeholder {
    color: #7b341e;
  }

  .lg_focus_placeholder-orange-900:focus::-ms-input-placeholder {
    color: #7b341e;
  }

  .lg_focus_placeholder-orange-900:focus::placeholder {
    color: #7b341e;
  }

  .lg_focus_placeholder-yellow-100:focus::-webkit-input-placeholder {
    color: #fffff0;
  }

  .lg_focus_placeholder-yellow-100:focus::-moz-placeholder {
    color: #fffff0;
  }

  .lg_focus_placeholder-yellow-100:focus:-ms-input-placeholder {
    color: #fffff0;
  }

  .lg_focus_placeholder-yellow-100:focus::-ms-input-placeholder {
    color: #fffff0;
  }

  .lg_focus_placeholder-yellow-100:focus::placeholder {
    color: #fffff0;
  }

  .lg_focus_placeholder-yellow-200:focus::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .lg_focus_placeholder-yellow-200:focus::-moz-placeholder {
    color: #fefcbf;
  }

  .lg_focus_placeholder-yellow-200:focus:-ms-input-placeholder {
    color: #fefcbf;
  }

  .lg_focus_placeholder-yellow-200:focus::-ms-input-placeholder {
    color: #fefcbf;
  }

  .lg_focus_placeholder-yellow-200:focus::placeholder {
    color: #fefcbf;
  }

  .lg_focus_placeholder-yellow-300:focus::-webkit-input-placeholder {
    color: #faf089;
  }

  .lg_focus_placeholder-yellow-300:focus::-moz-placeholder {
    color: #faf089;
  }

  .lg_focus_placeholder-yellow-300:focus:-ms-input-placeholder {
    color: #faf089;
  }

  .lg_focus_placeholder-yellow-300:focus::-ms-input-placeholder {
    color: #faf089;
  }

  .lg_focus_placeholder-yellow-300:focus::placeholder {
    color: #faf089;
  }

  .lg_focus_placeholder-yellow-400:focus::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .lg_focus_placeholder-yellow-400:focus::-moz-placeholder {
    color: #f6e05e;
  }

  .lg_focus_placeholder-yellow-400:focus:-ms-input-placeholder {
    color: #f6e05e;
  }

  .lg_focus_placeholder-yellow-400:focus::-ms-input-placeholder {
    color: #f6e05e;
  }

  .lg_focus_placeholder-yellow-400:focus::placeholder {
    color: #f6e05e;
  }

  .lg_focus_placeholder-yellow-500:focus::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .lg_focus_placeholder-yellow-500:focus::-moz-placeholder {
    color: #ecc94b;
  }

  .lg_focus_placeholder-yellow-500:focus:-ms-input-placeholder {
    color: #ecc94b;
  }

  .lg_focus_placeholder-yellow-500:focus::-ms-input-placeholder {
    color: #ecc94b;
  }

  .lg_focus_placeholder-yellow-500:focus::placeholder {
    color: #ecc94b;
  }

  .lg_focus_placeholder-yellow-600:focus::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .lg_focus_placeholder-yellow-600:focus::-moz-placeholder {
    color: #d69e2e;
  }

  .lg_focus_placeholder-yellow-600:focus:-ms-input-placeholder {
    color: #d69e2e;
  }

  .lg_focus_placeholder-yellow-600:focus::-ms-input-placeholder {
    color: #d69e2e;
  }

  .lg_focus_placeholder-yellow-600:focus::placeholder {
    color: #d69e2e;
  }

  .lg_focus_placeholder-yellow-700:focus::-webkit-input-placeholder {
    color: #b7791f;
  }

  .lg_focus_placeholder-yellow-700:focus::-moz-placeholder {
    color: #b7791f;
  }

  .lg_focus_placeholder-yellow-700:focus:-ms-input-placeholder {
    color: #b7791f;
  }

  .lg_focus_placeholder-yellow-700:focus::-ms-input-placeholder {
    color: #b7791f;
  }

  .lg_focus_placeholder-yellow-700:focus::placeholder {
    color: #b7791f;
  }

  .lg_focus_placeholder-yellow-800:focus::-webkit-input-placeholder {
    color: #975a16;
  }

  .lg_focus_placeholder-yellow-800:focus::-moz-placeholder {
    color: #975a16;
  }

  .lg_focus_placeholder-yellow-800:focus:-ms-input-placeholder {
    color: #975a16;
  }

  .lg_focus_placeholder-yellow-800:focus::-ms-input-placeholder {
    color: #975a16;
  }

  .lg_focus_placeholder-yellow-800:focus::placeholder {
    color: #975a16;
  }

  .lg_focus_placeholder-yellow-900:focus::-webkit-input-placeholder {
    color: #744210;
  }

  .lg_focus_placeholder-yellow-900:focus::-moz-placeholder {
    color: #744210;
  }

  .lg_focus_placeholder-yellow-900:focus:-ms-input-placeholder {
    color: #744210;
  }

  .lg_focus_placeholder-yellow-900:focus::-ms-input-placeholder {
    color: #744210;
  }

  .lg_focus_placeholder-yellow-900:focus::placeholder {
    color: #744210;
  }

  .lg_focus_placeholder-green-100:focus::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .lg_focus_placeholder-green-100:focus::-moz-placeholder {
    color: #f0fff4;
  }

  .lg_focus_placeholder-green-100:focus:-ms-input-placeholder {
    color: #f0fff4;
  }

  .lg_focus_placeholder-green-100:focus::-ms-input-placeholder {
    color: #f0fff4;
  }

  .lg_focus_placeholder-green-100:focus::placeholder {
    color: #f0fff4;
  }

  .lg_focus_placeholder-green-200:focus::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .lg_focus_placeholder-green-200:focus::-moz-placeholder {
    color: #c6f6d5;
  }

  .lg_focus_placeholder-green-200:focus:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .lg_focus_placeholder-green-200:focus::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .lg_focus_placeholder-green-200:focus::placeholder {
    color: #c6f6d5;
  }

  .lg_focus_placeholder-green-300:focus::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .lg_focus_placeholder-green-300:focus::-moz-placeholder {
    color: #9ae6b4;
  }

  .lg_focus_placeholder-green-300:focus:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .lg_focus_placeholder-green-300:focus::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .lg_focus_placeholder-green-300:focus::placeholder {
    color: #9ae6b4;
  }

  .lg_focus_placeholder-green-400:focus::-webkit-input-placeholder {
    color: #68d391;
  }

  .lg_focus_placeholder-green-400:focus::-moz-placeholder {
    color: #68d391;
  }

  .lg_focus_placeholder-green-400:focus:-ms-input-placeholder {
    color: #68d391;
  }

  .lg_focus_placeholder-green-400:focus::-ms-input-placeholder {
    color: #68d391;
  }

  .lg_focus_placeholder-green-400:focus::placeholder {
    color: #68d391;
  }

  .lg_focus_placeholder-green-500:focus::-webkit-input-placeholder {
    color: #48bb78;
  }

  .lg_focus_placeholder-green-500:focus::-moz-placeholder {
    color: #48bb78;
  }

  .lg_focus_placeholder-green-500:focus:-ms-input-placeholder {
    color: #48bb78;
  }

  .lg_focus_placeholder-green-500:focus::-ms-input-placeholder {
    color: #48bb78;
  }

  .lg_focus_placeholder-green-500:focus::placeholder {
    color: #48bb78;
  }

  .lg_focus_placeholder-green-600:focus::-webkit-input-placeholder {
    color: #38a169;
  }

  .lg_focus_placeholder-green-600:focus::-moz-placeholder {
    color: #38a169;
  }

  .lg_focus_placeholder-green-600:focus:-ms-input-placeholder {
    color: #38a169;
  }

  .lg_focus_placeholder-green-600:focus::-ms-input-placeholder {
    color: #38a169;
  }

  .lg_focus_placeholder-green-600:focus::placeholder {
    color: #38a169;
  }

  .lg_focus_placeholder-green-700:focus::-webkit-input-placeholder {
    color: #2f855a;
  }

  .lg_focus_placeholder-green-700:focus::-moz-placeholder {
    color: #2f855a;
  }

  .lg_focus_placeholder-green-700:focus:-ms-input-placeholder {
    color: #2f855a;
  }

  .lg_focus_placeholder-green-700:focus::-ms-input-placeholder {
    color: #2f855a;
  }

  .lg_focus_placeholder-green-700:focus::placeholder {
    color: #2f855a;
  }

  .lg_focus_placeholder-green-800:focus::-webkit-input-placeholder {
    color: #276749;
  }

  .lg_focus_placeholder-green-800:focus::-moz-placeholder {
    color: #276749;
  }

  .lg_focus_placeholder-green-800:focus:-ms-input-placeholder {
    color: #276749;
  }

  .lg_focus_placeholder-green-800:focus::-ms-input-placeholder {
    color: #276749;
  }

  .lg_focus_placeholder-green-800:focus::placeholder {
    color: #276749;
  }

  .lg_focus_placeholder-green-900:focus::-webkit-input-placeholder {
    color: #22543d;
  }

  .lg_focus_placeholder-green-900:focus::-moz-placeholder {
    color: #22543d;
  }

  .lg_focus_placeholder-green-900:focus:-ms-input-placeholder {
    color: #22543d;
  }

  .lg_focus_placeholder-green-900:focus::-ms-input-placeholder {
    color: #22543d;
  }

  .lg_focus_placeholder-green-900:focus::placeholder {
    color: #22543d;
  }

  .lg_focus_placeholder-teal-100:focus::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .lg_focus_placeholder-teal-100:focus::-moz-placeholder {
    color: #e6fffa;
  }

  .lg_focus_placeholder-teal-100:focus:-ms-input-placeholder {
    color: #e6fffa;
  }

  .lg_focus_placeholder-teal-100:focus::-ms-input-placeholder {
    color: #e6fffa;
  }

  .lg_focus_placeholder-teal-100:focus::placeholder {
    color: #e6fffa;
  }

  .lg_focus_placeholder-teal-200:focus::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .lg_focus_placeholder-teal-200:focus::-moz-placeholder {
    color: #b2f5ea;
  }

  .lg_focus_placeholder-teal-200:focus:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .lg_focus_placeholder-teal-200:focus::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .lg_focus_placeholder-teal-200:focus::placeholder {
    color: #b2f5ea;
  }

  .lg_focus_placeholder-teal-300:focus::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .lg_focus_placeholder-teal-300:focus::-moz-placeholder {
    color: #81e6d9;
  }

  .lg_focus_placeholder-teal-300:focus:-ms-input-placeholder {
    color: #81e6d9;
  }

  .lg_focus_placeholder-teal-300:focus::-ms-input-placeholder {
    color: #81e6d9;
  }

  .lg_focus_placeholder-teal-300:focus::placeholder {
    color: #81e6d9;
  }

  .lg_focus_placeholder-teal-400:focus::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .lg_focus_placeholder-teal-400:focus::-moz-placeholder {
    color: #4fd1c5;
  }

  .lg_focus_placeholder-teal-400:focus:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .lg_focus_placeholder-teal-400:focus::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .lg_focus_placeholder-teal-400:focus::placeholder {
    color: #4fd1c5;
  }

  .lg_focus_placeholder-teal-500:focus::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .lg_focus_placeholder-teal-500:focus::-moz-placeholder {
    color: #38b2ac;
  }

  .lg_focus_placeholder-teal-500:focus:-ms-input-placeholder {
    color: #38b2ac;
  }

  .lg_focus_placeholder-teal-500:focus::-ms-input-placeholder {
    color: #38b2ac;
  }

  .lg_focus_placeholder-teal-500:focus::placeholder {
    color: #38b2ac;
  }

  .lg_focus_placeholder-teal-600:focus::-webkit-input-placeholder {
    color: #319795;
  }

  .lg_focus_placeholder-teal-600:focus::-moz-placeholder {
    color: #319795;
  }

  .lg_focus_placeholder-teal-600:focus:-ms-input-placeholder {
    color: #319795;
  }

  .lg_focus_placeholder-teal-600:focus::-ms-input-placeholder {
    color: #319795;
  }

  .lg_focus_placeholder-teal-600:focus::placeholder {
    color: #319795;
  }

  .lg_focus_placeholder-teal-700:focus::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .lg_focus_placeholder-teal-700:focus::-moz-placeholder {
    color: #2c7a7b;
  }

  .lg_focus_placeholder-teal-700:focus:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .lg_focus_placeholder-teal-700:focus::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .lg_focus_placeholder-teal-700:focus::placeholder {
    color: #2c7a7b;
  }

  .lg_focus_placeholder-teal-800:focus::-webkit-input-placeholder {
    color: #285e61;
  }

  .lg_focus_placeholder-teal-800:focus::-moz-placeholder {
    color: #285e61;
  }

  .lg_focus_placeholder-teal-800:focus:-ms-input-placeholder {
    color: #285e61;
  }

  .lg_focus_placeholder-teal-800:focus::-ms-input-placeholder {
    color: #285e61;
  }

  .lg_focus_placeholder-teal-800:focus::placeholder {
    color: #285e61;
  }

  .lg_focus_placeholder-teal-900:focus::-webkit-input-placeholder {
    color: #234e52;
  }

  .lg_focus_placeholder-teal-900:focus::-moz-placeholder {
    color: #234e52;
  }

  .lg_focus_placeholder-teal-900:focus:-ms-input-placeholder {
    color: #234e52;
  }

  .lg_focus_placeholder-teal-900:focus::-ms-input-placeholder {
    color: #234e52;
  }

  .lg_focus_placeholder-teal-900:focus::placeholder {
    color: #234e52;
  }

  .lg_focus_placeholder-blue-100:focus::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .lg_focus_placeholder-blue-100:focus::-moz-placeholder {
    color: #ebf8ff;
  }

  .lg_focus_placeholder-blue-100:focus:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .lg_focus_placeholder-blue-100:focus::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .lg_focus_placeholder-blue-100:focus::placeholder {
    color: #ebf8ff;
  }

  .lg_focus_placeholder-blue-200:focus::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .lg_focus_placeholder-blue-200:focus::-moz-placeholder {
    color: #bee3f8;
  }

  .lg_focus_placeholder-blue-200:focus:-ms-input-placeholder {
    color: #bee3f8;
  }

  .lg_focus_placeholder-blue-200:focus::-ms-input-placeholder {
    color: #bee3f8;
  }

  .lg_focus_placeholder-blue-200:focus::placeholder {
    color: #bee3f8;
  }

  .lg_focus_placeholder-blue-300:focus::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .lg_focus_placeholder-blue-300:focus::-moz-placeholder {
    color: #90cdf4;
  }

  .lg_focus_placeholder-blue-300:focus:-ms-input-placeholder {
    color: #90cdf4;
  }

  .lg_focus_placeholder-blue-300:focus::-ms-input-placeholder {
    color: #90cdf4;
  }

  .lg_focus_placeholder-blue-300:focus::placeholder {
    color: #90cdf4;
  }

  .lg_focus_placeholder-blue-400:focus::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .lg_focus_placeholder-blue-400:focus::-moz-placeholder {
    color: #63b3ed;
  }

  .lg_focus_placeholder-blue-400:focus:-ms-input-placeholder {
    color: #63b3ed;
  }

  .lg_focus_placeholder-blue-400:focus::-ms-input-placeholder {
    color: #63b3ed;
  }

  .lg_focus_placeholder-blue-400:focus::placeholder {
    color: #63b3ed;
  }

  .lg_focus_placeholder-blue-500:focus::-webkit-input-placeholder {
    color: #4299e1;
  }

  .lg_focus_placeholder-blue-500:focus::-moz-placeholder {
    color: #4299e1;
  }

  .lg_focus_placeholder-blue-500:focus:-ms-input-placeholder {
    color: #4299e1;
  }

  .lg_focus_placeholder-blue-500:focus::-ms-input-placeholder {
    color: #4299e1;
  }

  .lg_focus_placeholder-blue-500:focus::placeholder {
    color: #4299e1;
  }

  .lg_focus_placeholder-blue-600:focus::-webkit-input-placeholder {
    color: #3182ce;
  }

  .lg_focus_placeholder-blue-600:focus::-moz-placeholder {
    color: #3182ce;
  }

  .lg_focus_placeholder-blue-600:focus:-ms-input-placeholder {
    color: #3182ce;
  }

  .lg_focus_placeholder-blue-600:focus::-ms-input-placeholder {
    color: #3182ce;
  }

  .lg_focus_placeholder-blue-600:focus::placeholder {
    color: #3182ce;
  }

  .lg_focus_placeholder-blue-700:focus::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .lg_focus_placeholder-blue-700:focus::-moz-placeholder {
    color: #2b6cb0;
  }

  .lg_focus_placeholder-blue-700:focus:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .lg_focus_placeholder-blue-700:focus::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .lg_focus_placeholder-blue-700:focus::placeholder {
    color: #2b6cb0;
  }

  .lg_focus_placeholder-blue-800:focus::-webkit-input-placeholder {
    color: #2c5282;
  }

  .lg_focus_placeholder-blue-800:focus::-moz-placeholder {
    color: #2c5282;
  }

  .lg_focus_placeholder-blue-800:focus:-ms-input-placeholder {
    color: #2c5282;
  }

  .lg_focus_placeholder-blue-800:focus::-ms-input-placeholder {
    color: #2c5282;
  }

  .lg_focus_placeholder-blue-800:focus::placeholder {
    color: #2c5282;
  }

  .lg_focus_placeholder-blue-900:focus::-webkit-input-placeholder {
    color: #2B4780;
  }

  .lg_focus_placeholder-blue-900:focus::-moz-placeholder {
    color: #2B4780;
  }

  .lg_focus_placeholder-blue-900:focus:-ms-input-placeholder {
    color: #2B4780;
  }

  .lg_focus_placeholder-blue-900:focus::-ms-input-placeholder {
    color: #2B4780;
  }

  .lg_focus_placeholder-blue-900:focus::placeholder {
    color: #2B4780;
  }

  .lg_focus_placeholder-indigo-100:focus::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .lg_focus_placeholder-indigo-100:focus::-moz-placeholder {
    color: #ebf4ff;
  }

  .lg_focus_placeholder-indigo-100:focus:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .lg_focus_placeholder-indigo-100:focus::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .lg_focus_placeholder-indigo-100:focus::placeholder {
    color: #ebf4ff;
  }

  .lg_focus_placeholder-indigo-200:focus::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .lg_focus_placeholder-indigo-200:focus::-moz-placeholder {
    color: #c3dafe;
  }

  .lg_focus_placeholder-indigo-200:focus:-ms-input-placeholder {
    color: #c3dafe;
  }

  .lg_focus_placeholder-indigo-200:focus::-ms-input-placeholder {
    color: #c3dafe;
  }

  .lg_focus_placeholder-indigo-200:focus::placeholder {
    color: #c3dafe;
  }

  .lg_focus_placeholder-indigo-300:focus::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .lg_focus_placeholder-indigo-300:focus::-moz-placeholder {
    color: #a3bffa;
  }

  .lg_focus_placeholder-indigo-300:focus:-ms-input-placeholder {
    color: #a3bffa;
  }

  .lg_focus_placeholder-indigo-300:focus::-ms-input-placeholder {
    color: #a3bffa;
  }

  .lg_focus_placeholder-indigo-300:focus::placeholder {
    color: #a3bffa;
  }

  .lg_focus_placeholder-indigo-400:focus::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .lg_focus_placeholder-indigo-400:focus::-moz-placeholder {
    color: #7f9cf5;
  }

  .lg_focus_placeholder-indigo-400:focus:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .lg_focus_placeholder-indigo-400:focus::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .lg_focus_placeholder-indigo-400:focus::placeholder {
    color: #7f9cf5;
  }

  .lg_focus_placeholder-indigo-500:focus::-webkit-input-placeholder {
    color: #667eea;
  }

  .lg_focus_placeholder-indigo-500:focus::-moz-placeholder {
    color: #667eea;
  }

  .lg_focus_placeholder-indigo-500:focus:-ms-input-placeholder {
    color: #667eea;
  }

  .lg_focus_placeholder-indigo-500:focus::-ms-input-placeholder {
    color: #667eea;
  }

  .lg_focus_placeholder-indigo-500:focus::placeholder {
    color: #667eea;
  }

  .lg_focus_placeholder-indigo-600:focus::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .lg_focus_placeholder-indigo-600:focus::-moz-placeholder {
    color: #5a67d8;
  }

  .lg_focus_placeholder-indigo-600:focus:-ms-input-placeholder {
    color: #5a67d8;
  }

  .lg_focus_placeholder-indigo-600:focus::-ms-input-placeholder {
    color: #5a67d8;
  }

  .lg_focus_placeholder-indigo-600:focus::placeholder {
    color: #5a67d8;
  }

  .lg_focus_placeholder-indigo-700:focus::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .lg_focus_placeholder-indigo-700:focus::-moz-placeholder {
    color: #4c51bf;
  }

  .lg_focus_placeholder-indigo-700:focus:-ms-input-placeholder {
    color: #4c51bf;
  }

  .lg_focus_placeholder-indigo-700:focus::-ms-input-placeholder {
    color: #4c51bf;
  }

  .lg_focus_placeholder-indigo-700:focus::placeholder {
    color: #4c51bf;
  }

  .lg_focus_placeholder-indigo-800:focus::-webkit-input-placeholder {
    color: #434190;
  }

  .lg_focus_placeholder-indigo-800:focus::-moz-placeholder {
    color: #434190;
  }

  .lg_focus_placeholder-indigo-800:focus:-ms-input-placeholder {
    color: #434190;
  }

  .lg_focus_placeholder-indigo-800:focus::-ms-input-placeholder {
    color: #434190;
  }

  .lg_focus_placeholder-indigo-800:focus::placeholder {
    color: #434190;
  }

  .lg_focus_placeholder-indigo-900:focus::-webkit-input-placeholder {
    color: #3c366b;
  }

  .lg_focus_placeholder-indigo-900:focus::-moz-placeholder {
    color: #3c366b;
  }

  .lg_focus_placeholder-indigo-900:focus:-ms-input-placeholder {
    color: #3c366b;
  }

  .lg_focus_placeholder-indigo-900:focus::-ms-input-placeholder {
    color: #3c366b;
  }

  .lg_focus_placeholder-indigo-900:focus::placeholder {
    color: #3c366b;
  }

  .lg_focus_placeholder-purple-100:focus::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .lg_focus_placeholder-purple-100:focus::-moz-placeholder {
    color: #faf5ff;
  }

  .lg_focus_placeholder-purple-100:focus:-ms-input-placeholder {
    color: #faf5ff;
  }

  .lg_focus_placeholder-purple-100:focus::-ms-input-placeholder {
    color: #faf5ff;
  }

  .lg_focus_placeholder-purple-100:focus::placeholder {
    color: #faf5ff;
  }

  .lg_focus_placeholder-purple-200:focus::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .lg_focus_placeholder-purple-200:focus::-moz-placeholder {
    color: #e9d8fd;
  }

  .lg_focus_placeholder-purple-200:focus:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .lg_focus_placeholder-purple-200:focus::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .lg_focus_placeholder-purple-200:focus::placeholder {
    color: #e9d8fd;
  }

  .lg_focus_placeholder-purple-300:focus::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .lg_focus_placeholder-purple-300:focus::-moz-placeholder {
    color: #d6bcfa;
  }

  .lg_focus_placeholder-purple-300:focus:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .lg_focus_placeholder-purple-300:focus::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .lg_focus_placeholder-purple-300:focus::placeholder {
    color: #d6bcfa;
  }

  .lg_focus_placeholder-purple-400:focus::-webkit-input-placeholder {
    color: #b794f4;
  }

  .lg_focus_placeholder-purple-400:focus::-moz-placeholder {
    color: #b794f4;
  }

  .lg_focus_placeholder-purple-400:focus:-ms-input-placeholder {
    color: #b794f4;
  }

  .lg_focus_placeholder-purple-400:focus::-ms-input-placeholder {
    color: #b794f4;
  }

  .lg_focus_placeholder-purple-400:focus::placeholder {
    color: #b794f4;
  }

  .lg_focus_placeholder-purple-500:focus::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .lg_focus_placeholder-purple-500:focus::-moz-placeholder {
    color: #9f7aea;
  }

  .lg_focus_placeholder-purple-500:focus:-ms-input-placeholder {
    color: #9f7aea;
  }

  .lg_focus_placeholder-purple-500:focus::-ms-input-placeholder {
    color: #9f7aea;
  }

  .lg_focus_placeholder-purple-500:focus::placeholder {
    color: #9f7aea;
  }

  .lg_focus_placeholder-purple-600:focus::-webkit-input-placeholder {
    color: #805ad5;
  }

  .lg_focus_placeholder-purple-600:focus::-moz-placeholder {
    color: #805ad5;
  }

  .lg_focus_placeholder-purple-600:focus:-ms-input-placeholder {
    color: #805ad5;
  }

  .lg_focus_placeholder-purple-600:focus::-ms-input-placeholder {
    color: #805ad5;
  }

  .lg_focus_placeholder-purple-600:focus::placeholder {
    color: #805ad5;
  }

  .lg_focus_placeholder-purple-700:focus::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .lg_focus_placeholder-purple-700:focus::-moz-placeholder {
    color: #6b46c1;
  }

  .lg_focus_placeholder-purple-700:focus:-ms-input-placeholder {
    color: #6b46c1;
  }

  .lg_focus_placeholder-purple-700:focus::-ms-input-placeholder {
    color: #6b46c1;
  }

  .lg_focus_placeholder-purple-700:focus::placeholder {
    color: #6b46c1;
  }

  .lg_focus_placeholder-purple-800:focus::-webkit-input-placeholder {
    color: #553c9a;
  }

  .lg_focus_placeholder-purple-800:focus::-moz-placeholder {
    color: #553c9a;
  }

  .lg_focus_placeholder-purple-800:focus:-ms-input-placeholder {
    color: #553c9a;
  }

  .lg_focus_placeholder-purple-800:focus::-ms-input-placeholder {
    color: #553c9a;
  }

  .lg_focus_placeholder-purple-800:focus::placeholder {
    color: #553c9a;
  }

  .lg_focus_placeholder-purple-900:focus::-webkit-input-placeholder {
    color: #44337a;
  }

  .lg_focus_placeholder-purple-900:focus::-moz-placeholder {
    color: #44337a;
  }

  .lg_focus_placeholder-purple-900:focus:-ms-input-placeholder {
    color: #44337a;
  }

  .lg_focus_placeholder-purple-900:focus::-ms-input-placeholder {
    color: #44337a;
  }

  .lg_focus_placeholder-purple-900:focus::placeholder {
    color: #44337a;
  }

  .lg_focus_placeholder-pink-100:focus::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .lg_focus_placeholder-pink-100:focus::-moz-placeholder {
    color: #fff5f7;
  }

  .lg_focus_placeholder-pink-100:focus:-ms-input-placeholder {
    color: #fff5f7;
  }

  .lg_focus_placeholder-pink-100:focus::-ms-input-placeholder {
    color: #fff5f7;
  }

  .lg_focus_placeholder-pink-100:focus::placeholder {
    color: #fff5f7;
  }

  .lg_focus_placeholder-pink-200:focus::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .lg_focus_placeholder-pink-200:focus::-moz-placeholder {
    color: #fed7e2;
  }

  .lg_focus_placeholder-pink-200:focus:-ms-input-placeholder {
    color: #fed7e2;
  }

  .lg_focus_placeholder-pink-200:focus::-ms-input-placeholder {
    color: #fed7e2;
  }

  .lg_focus_placeholder-pink-200:focus::placeholder {
    color: #fed7e2;
  }

  .lg_focus_placeholder-pink-300:focus::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .lg_focus_placeholder-pink-300:focus::-moz-placeholder {
    color: #fbb6ce;
  }

  .lg_focus_placeholder-pink-300:focus:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .lg_focus_placeholder-pink-300:focus::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .lg_focus_placeholder-pink-300:focus::placeholder {
    color: #fbb6ce;
  }

  .lg_focus_placeholder-pink-400:focus::-webkit-input-placeholder {
    color: #f687b3;
  }

  .lg_focus_placeholder-pink-400:focus::-moz-placeholder {
    color: #f687b3;
  }

  .lg_focus_placeholder-pink-400:focus:-ms-input-placeholder {
    color: #f687b3;
  }

  .lg_focus_placeholder-pink-400:focus::-ms-input-placeholder {
    color: #f687b3;
  }

  .lg_focus_placeholder-pink-400:focus::placeholder {
    color: #f687b3;
  }

  .lg_focus_placeholder-pink-500:focus::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .lg_focus_placeholder-pink-500:focus::-moz-placeholder {
    color: #ed64a6;
  }

  .lg_focus_placeholder-pink-500:focus:-ms-input-placeholder {
    color: #ed64a6;
  }

  .lg_focus_placeholder-pink-500:focus::-ms-input-placeholder {
    color: #ed64a6;
  }

  .lg_focus_placeholder-pink-500:focus::placeholder {
    color: #ed64a6;
  }

  .lg_focus_placeholder-pink-600:focus::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .lg_focus_placeholder-pink-600:focus::-moz-placeholder {
    color: #d53f8c;
  }

  .lg_focus_placeholder-pink-600:focus:-ms-input-placeholder {
    color: #d53f8c;
  }

  .lg_focus_placeholder-pink-600:focus::-ms-input-placeholder {
    color: #d53f8c;
  }

  .lg_focus_placeholder-pink-600:focus::placeholder {
    color: #d53f8c;
  }

  .lg_focus_placeholder-pink-700:focus::-webkit-input-placeholder {
    color: #b83280;
  }

  .lg_focus_placeholder-pink-700:focus::-moz-placeholder {
    color: #b83280;
  }

  .lg_focus_placeholder-pink-700:focus:-ms-input-placeholder {
    color: #b83280;
  }

  .lg_focus_placeholder-pink-700:focus::-ms-input-placeholder {
    color: #b83280;
  }

  .lg_focus_placeholder-pink-700:focus::placeholder {
    color: #b83280;
  }

  .lg_focus_placeholder-pink-800:focus::-webkit-input-placeholder {
    color: #97266d;
  }

  .lg_focus_placeholder-pink-800:focus::-moz-placeholder {
    color: #97266d;
  }

  .lg_focus_placeholder-pink-800:focus:-ms-input-placeholder {
    color: #97266d;
  }

  .lg_focus_placeholder-pink-800:focus::-ms-input-placeholder {
    color: #97266d;
  }

  .lg_focus_placeholder-pink-800:focus::placeholder {
    color: #97266d;
  }

  .lg_focus_placeholder-pink-900:focus::-webkit-input-placeholder {
    color: #702459;
  }

  .lg_focus_placeholder-pink-900:focus::-moz-placeholder {
    color: #702459;
  }

  .lg_focus_placeholder-pink-900:focus:-ms-input-placeholder {
    color: #702459;
  }

  .lg_focus_placeholder-pink-900:focus::-ms-input-placeholder {
    color: #702459;
  }

  .lg_focus_placeholder-pink-900:focus::placeholder {
    color: #702459;
  }

  .lg_focus_placeholder-brand:focus::-webkit-input-placeholder {
    color: #FE2929;
  }

  .lg_focus_placeholder-brand:focus::-moz-placeholder {
    color: #FE2929;
  }

  .lg_focus_placeholder-brand:focus:-ms-input-placeholder {
    color: #FE2929;
  }

  .lg_focus_placeholder-brand:focus::-ms-input-placeholder {
    color: #FE2929;
  }

  .lg_focus_placeholder-brand:focus::placeholder {
    color: #FE2929;
  }

  .lg_focus_placeholder-brand-dark:focus::-webkit-input-placeholder {
    color: #CB0000;
  }

  .lg_focus_placeholder-brand-dark:focus::-moz-placeholder {
    color: #CB0000;
  }

  .lg_focus_placeholder-brand-dark:focus:-ms-input-placeholder {
    color: #CB0000;
  }

  .lg_focus_placeholder-brand-dark:focus::-ms-input-placeholder {
    color: #CB0000;
  }

  .lg_focus_placeholder-brand-dark:focus::placeholder {
    color: #CB0000;
  }

  .lg_focus_placeholder-primary:focus::-webkit-input-placeholder {
    color: #2D58AA;
  }

  .lg_focus_placeholder-primary:focus::-moz-placeholder {
    color: #2D58AA;
  }

  .lg_focus_placeholder-primary:focus:-ms-input-placeholder {
    color: #2D58AA;
  }

  .lg_focus_placeholder-primary:focus::-ms-input-placeholder {
    color: #2D58AA;
  }

  .lg_focus_placeholder-primary:focus::placeholder {
    color: #2D58AA;
  }

  .lg_focus_placeholder-primary-dark:focus::-webkit-input-placeholder {
    color: #002577;
  }

  .lg_focus_placeholder-primary-dark:focus::-moz-placeholder {
    color: #002577;
  }

  .lg_focus_placeholder-primary-dark:focus:-ms-input-placeholder {
    color: #002577;
  }

  .lg_focus_placeholder-primary-dark:focus::-ms-input-placeholder {
    color: #002577;
  }

  .lg_focus_placeholder-primary-dark:focus::placeholder {
    color: #002577;
  }

  .lg_focus_placeholder-info:focus::-webkit-input-placeholder {
    color: #2B73A3;
  }

  .lg_focus_placeholder-info:focus::-moz-placeholder {
    color: #2B73A3;
  }

  .lg_focus_placeholder-info:focus:-ms-input-placeholder {
    color: #2B73A3;
  }

  .lg_focus_placeholder-info:focus::-ms-input-placeholder {
    color: #2B73A3;
  }

  .lg_focus_placeholder-info:focus::placeholder {
    color: #2B73A3;
  }

  .lg_focus_placeholder-info-dark:focus::-webkit-input-placeholder {
    color: #002577;
  }

  .lg_focus_placeholder-info-dark:focus::-moz-placeholder {
    color: #002577;
  }

  .lg_focus_placeholder-info-dark:focus:-ms-input-placeholder {
    color: #002577;
  }

  .lg_focus_placeholder-info-dark:focus::-ms-input-placeholder {
    color: #002577;
  }

  .lg_focus_placeholder-info-dark:focus::placeholder {
    color: #002577;
  }

  .lg_focus_placeholder-success:focus::-webkit-input-placeholder {
    color: #0EDD66;
  }

  .lg_focus_placeholder-success:focus::-moz-placeholder {
    color: #0EDD66;
  }

  .lg_focus_placeholder-success:focus:-ms-input-placeholder {
    color: #0EDD66;
  }

  .lg_focus_placeholder-success:focus::-ms-input-placeholder {
    color: #0EDD66;
  }

  .lg_focus_placeholder-success:focus::placeholder {
    color: #0EDD66;
  }

  .lg_focus_placeholder-success-dark:focus::-webkit-input-placeholder {
    color: #00AA33;
  }

  .lg_focus_placeholder-success-dark:focus::-moz-placeholder {
    color: #00AA33;
  }

  .lg_focus_placeholder-success-dark:focus:-ms-input-placeholder {
    color: #00AA33;
  }

  .lg_focus_placeholder-success-dark:focus::-ms-input-placeholder {
    color: #00AA33;
  }

  .lg_focus_placeholder-success-dark:focus::placeholder {
    color: #00AA33;
  }

  .lg_focus_placeholder-warning:focus::-webkit-input-placeholder {
    color: #B1991A;
  }

  .lg_focus_placeholder-warning:focus::-moz-placeholder {
    color: #B1991A;
  }

  .lg_focus_placeholder-warning:focus:-ms-input-placeholder {
    color: #B1991A;
  }

  .lg_focus_placeholder-warning:focus::-ms-input-placeholder {
    color: #B1991A;
  }

  .lg_focus_placeholder-warning:focus::placeholder {
    color: #B1991A;
  }

  .lg_focus_placeholder-warning-dark:focus::-webkit-input-placeholder {
    color: #7E6600;
  }

  .lg_focus_placeholder-warning-dark:focus::-moz-placeholder {
    color: #7E6600;
  }

  .lg_focus_placeholder-warning-dark:focus:-ms-input-placeholder {
    color: #7E6600;
  }

  .lg_focus_placeholder-warning-dark:focus::-ms-input-placeholder {
    color: #7E6600;
  }

  .lg_focus_placeholder-warning-dark:focus::placeholder {
    color: #7E6600;
  }

  .lg_focus_placeholder-danger:focus::-webkit-input-placeholder {
    color: #FE2929;
  }

  .lg_focus_placeholder-danger:focus::-moz-placeholder {
    color: #FE2929;
  }

  .lg_focus_placeholder-danger:focus:-ms-input-placeholder {
    color: #FE2929;
  }

  .lg_focus_placeholder-danger:focus::-ms-input-placeholder {
    color: #FE2929;
  }

  .lg_focus_placeholder-danger:focus::placeholder {
    color: #FE2929;
  }

  .lg_focus_placeholder-danger-dark:focus::-webkit-input-placeholder {
    color: #CB0000;
  }

  .lg_focus_placeholder-danger-dark:focus::-moz-placeholder {
    color: #CB0000;
  }

  .lg_focus_placeholder-danger-dark:focus:-ms-input-placeholder {
    color: #CB0000;
  }

  .lg_focus_placeholder-danger-dark:focus::-ms-input-placeholder {
    color: #CB0000;
  }

  .lg_focus_placeholder-danger-dark:focus::placeholder {
    color: #CB0000;
  }

  .lg_focus_placeholder-light:focus::-webkit-input-placeholder {
    color: #F0F0F0;
  }

  .lg_focus_placeholder-light:focus::-moz-placeholder {
    color: #F0F0F0;
  }

  .lg_focus_placeholder-light:focus:-ms-input-placeholder {
    color: #F0F0F0;
  }

  .lg_focus_placeholder-light:focus::-ms-input-placeholder {
    color: #F0F0F0;
  }

  .lg_focus_placeholder-light:focus::placeholder {
    color: #F0F0F0;
  }

  .lg_focus_placeholder-dark:focus::-webkit-input-placeholder {
    color: #454545;
  }

  .lg_focus_placeholder-dark:focus::-moz-placeholder {
    color: #454545;
  }

  .lg_focus_placeholder-dark:focus:-ms-input-placeholder {
    color: #454545;
  }

  .lg_focus_placeholder-dark:focus::-ms-input-placeholder {
    color: #454545;
  }

  .lg_focus_placeholder-dark:focus::placeholder {
    color: #454545;
  }

  .lg_focus_placeholder-darkest:focus::-webkit-input-placeholder {
    color: #313131;
  }

  .lg_focus_placeholder-darkest:focus::-moz-placeholder {
    color: #313131;
  }

  .lg_focus_placeholder-darkest:focus:-ms-input-placeholder {
    color: #313131;
  }

  .lg_focus_placeholder-darkest:focus::-ms-input-placeholder {
    color: #313131;
  }

  .lg_focus_placeholder-darkest:focus::placeholder {
    color: #313131;
  }

  .lg_focus_placeholder-transparent-dark:focus::-webkit-input-placeholder {
    color: rgba(0,0,0,0.6);
  }

  .lg_focus_placeholder-transparent-dark:focus::-moz-placeholder {
    color: rgba(0,0,0,0.6);
  }

  .lg_focus_placeholder-transparent-dark:focus:-ms-input-placeholder {
    color: rgba(0,0,0,0.6);
  }

  .lg_focus_placeholder-transparent-dark:focus::-ms-input-placeholder {
    color: rgba(0,0,0,0.6);
  }

  .lg_focus_placeholder-transparent-dark:focus::placeholder {
    color: rgba(0,0,0,0.6);
  }

  .lg_focus_placeholder-facebook:focus::-webkit-input-placeholder {
    color: #3b5998;
  }

  .lg_focus_placeholder-facebook:focus::-moz-placeholder {
    color: #3b5998;
  }

  .lg_focus_placeholder-facebook:focus:-ms-input-placeholder {
    color: #3b5998;
  }

  .lg_focus_placeholder-facebook:focus::-ms-input-placeholder {
    color: #3b5998;
  }

  .lg_focus_placeholder-facebook:focus::placeholder {
    color: #3b5998;
  }

  .lg_focus_placeholder-twitter:focus::-webkit-input-placeholder {
    color: #000000;
  }

  .lg_focus_placeholder-twitter:focus::-moz-placeholder {
    color: #000000;
  }

  .lg_focus_placeholder-twitter:focus:-ms-input-placeholder {
    color: #000000;
  }

  .lg_focus_placeholder-twitter:focus::-ms-input-placeholder {
    color: #000000;
  }

  .lg_focus_placeholder-twitter:focus::placeholder {
    color: #000000;
  }

  .lg_focus_placeholder-google:focus::-webkit-input-placeholder {
    color: #DB4437;
  }

  .lg_focus_placeholder-google:focus::-moz-placeholder {
    color: #DB4437;
  }

  .lg_focus_placeholder-google:focus:-ms-input-placeholder {
    color: #DB4437;
  }

  .lg_focus_placeholder-google:focus::-ms-input-placeholder {
    color: #DB4437;
  }

  .lg_focus_placeholder-google:focus::placeholder {
    color: #DB4437;
  }

  .lg_focus_placeholder-linkedin:focus::-webkit-input-placeholder {
    color: #0077B5;
  }

  .lg_focus_placeholder-linkedin:focus::-moz-placeholder {
    color: #0077B5;
  }

  .lg_focus_placeholder-linkedin:focus:-ms-input-placeholder {
    color: #0077B5;
  }

  .lg_focus_placeholder-linkedin:focus::-ms-input-placeholder {
    color: #0077B5;
  }

  .lg_focus_placeholder-linkedin:focus::placeholder {
    color: #0077B5;
  }

  .lg_focus_placeholder-adobe:focus::-webkit-input-placeholder {
    color: #FF0000;
  }

  .lg_focus_placeholder-adobe:focus::-moz-placeholder {
    color: #FF0000;
  }

  .lg_focus_placeholder-adobe:focus:-ms-input-placeholder {
    color: #FF0000;
  }

  .lg_focus_placeholder-adobe:focus::-ms-input-placeholder {
    color: #FF0000;
  }

  .lg_focus_placeholder-adobe:focus::placeholder {
    color: #FF0000;
  }

  .lg_focus_placeholder-rss:focus::-webkit-input-placeholder {
    color: #f26522;
  }

  .lg_focus_placeholder-rss:focus::-moz-placeholder {
    color: #f26522;
  }

  .lg_focus_placeholder-rss:focus:-ms-input-placeholder {
    color: #f26522;
  }

  .lg_focus_placeholder-rss:focus::-ms-input-placeholder {
    color: #f26522;
  }

  .lg_focus_placeholder-rss:focus::placeholder {
    color: #f26522;
  }

  .lg_pointer-events-none {
    pointer-events: none;
  }

  .lg_pointer-events-auto {
    pointer-events: auto;
  }

  .lg_static {
    position: static;
  }

  .lg_fixed {
    position: fixed;
  }

  .lg_absolute {
    position: absolute;
  }

  .lg_relative {
    position: relative;
  }

  .lg_sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .lg_inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg_inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg_inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .lg_-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .lg_inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .lg_inset-x-0 {
    right: 0;
    left: 0;
  }

  .lg_inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .lg_inset-x-auto {
    right: auto;
    left: auto;
  }

  .lg_inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .lg_inset-x-1\/2 {
    right: 50%;
    left: 50%;
  }

  .lg_-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .lg_-inset-x-1\/2 {
    right: -50%;
    left: -50%;
  }

  .lg_top-0 {
    top: 0;
  }

  .lg_right-0 {
    right: 0;
  }

  .lg_bottom-0 {
    bottom: 0;
  }

  .lg_left-0 {
    left: 0;
  }

  .lg_top-auto {
    top: auto;
  }

  .lg_right-auto {
    right: auto;
  }

  .lg_bottom-auto {
    bottom: auto;
  }

  .lg_left-auto {
    left: auto;
  }

  .lg_top-1\/2 {
    top: 50%;
  }

  .lg_right-1\/2 {
    right: 50%;
  }

  .lg_bottom-1\/2 {
    bottom: 50%;
  }

  .lg_left-1\/2 {
    left: 50%;
  }

  .lg_-top-1\/2 {
    top: -50%;
  }

  .lg_-right-1\/2 {
    right: -50%;
  }

  .lg_-bottom-1\/2 {
    bottom: -50%;
  }

  .lg_-left-1\/2 {
    left: -50%;
  }

  .lg_resize-none {
    resize: none;
  }

  .lg_resize-y {
    resize: vertical;
  }

  .lg_resize-x {
    resize: horizontal;
  }

  .lg_resize {
    resize: both;
  }

  .lg_shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .lg_shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .lg_shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .lg_shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .lg_shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .lg_shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .lg_shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .lg_shadow-none {
    box-shadow: none;
  }

  .lg_hover_shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .lg_hover_shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .lg_hover_shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .lg_hover_shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .lg_hover_shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .lg_hover_shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .lg_hover_shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .lg_hover_shadow-none:hover {
    box-shadow: none;
  }

  .lg_focus_shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .lg_focus_shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .lg_focus_shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .lg_focus_shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .lg_focus_shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .lg_focus_shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .lg_focus_shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .lg_focus_shadow-none:focus {
    box-shadow: none;
  }

  .lg_fill-current {
    fill: currentColor;
  }

  .lg_stroke-current {
    stroke: currentColor;
  }

  .lg_table-auto {
    table-layout: auto;
  }

  .lg_table-fixed {
    table-layout: fixed;
  }

  .lg_text-left {
    text-align: left;
  }

  .lg_text-center {
    text-align: center;
  }

  .lg_text-right {
    text-align: right;
  }

  .lg_text-justify {
    text-align: justify;
  }

  .lg_text-transparent {
    color: transparent;
  }

  .lg_text-black {
    color: #000;
  }

  .lg_text-white {
    color: #fff;
  }

  .lg_text-gray-100 {
    color: #f7fafc;
  }

  .lg_text-gray-200 {
    color: #edf2f7;
  }

  .lg_text-gray-300 {
    color: #e2e8f0;
  }

  .lg_text-gray-400 {
    color: #B8B8B8;
  }

  .lg_text-gray-500 {
    color: #a0aec0;
  }

  .lg_text-gray-600 {
    color: #718096;
  }

  .lg_text-gray-700 {
    color: #313131;
  }

  .lg_text-gray-800 {
    color: #2d3748;
  }

  .lg_text-gray-900 {
    color: #1a202c;
  }

  .lg_text-red-100 {
    color: #fff5f5;
  }

  .lg_text-red-200 {
    color: #fed7d7;
  }

  .lg_text-red-300 {
    color: #feb2b2;
  }

  .lg_text-red-400 {
    color: #fc8181;
  }

  .lg_text-red-500 {
    color: #f56565;
  }

  .lg_text-red-600 {
    color: #e53e3e;
  }

  .lg_text-red-700 {
    color: #c53030;
  }

  .lg_text-red-800 {
    color: #9b2c2c;
  }

  .lg_text-red-900 {
    color: #742a2a;
  }

  .lg_text-orange-100 {
    color: #fffaf0;
  }

  .lg_text-orange-200 {
    color: #feebc8;
  }

  .lg_text-orange-300 {
    color: #fbd38d;
  }

  .lg_text-orange-400 {
    color: #f6ad55;
  }

  .lg_text-orange-500 {
    color: #ed8936;
  }

  .lg_text-orange-600 {
    color: #dd6b20;
  }

  .lg_text-orange-700 {
    color: #c05621;
  }

  .lg_text-orange-800 {
    color: #9c4221;
  }

  .lg_text-orange-900 {
    color: #7b341e;
  }

  .lg_text-yellow-100 {
    color: #fffff0;
  }

  .lg_text-yellow-200 {
    color: #fefcbf;
  }

  .lg_text-yellow-300 {
    color: #faf089;
  }

  .lg_text-yellow-400 {
    color: #f6e05e;
  }

  .lg_text-yellow-500 {
    color: #ecc94b;
  }

  .lg_text-yellow-600 {
    color: #d69e2e;
  }

  .lg_text-yellow-700 {
    color: #b7791f;
  }

  .lg_text-yellow-800 {
    color: #975a16;
  }

  .lg_text-yellow-900 {
    color: #744210;
  }

  .lg_text-green-100 {
    color: #f0fff4;
  }

  .lg_text-green-200 {
    color: #c6f6d5;
  }

  .lg_text-green-300 {
    color: #9ae6b4;
  }

  .lg_text-green-400 {
    color: #68d391;
  }

  .lg_text-green-500 {
    color: #48bb78;
  }

  .lg_text-green-600 {
    color: #38a169;
  }

  .lg_text-green-700 {
    color: #2f855a;
  }

  .lg_text-green-800 {
    color: #276749;
  }

  .lg_text-green-900 {
    color: #22543d;
  }

  .lg_text-teal-100 {
    color: #e6fffa;
  }

  .lg_text-teal-200 {
    color: #b2f5ea;
  }

  .lg_text-teal-300 {
    color: #81e6d9;
  }

  .lg_text-teal-400 {
    color: #4fd1c5;
  }

  .lg_text-teal-500 {
    color: #38b2ac;
  }

  .lg_text-teal-600 {
    color: #319795;
  }

  .lg_text-teal-700 {
    color: #2c7a7b;
  }

  .lg_text-teal-800 {
    color: #285e61;
  }

  .lg_text-teal-900 {
    color: #234e52;
  }

  .lg_text-blue-100 {
    color: #ebf8ff;
  }

  .lg_text-blue-200 {
    color: #bee3f8;
  }

  .lg_text-blue-300 {
    color: #90cdf4;
  }

  .lg_text-blue-400 {
    color: #63b3ed;
  }

  .lg_text-blue-500 {
    color: #4299e1;
  }

  .lg_text-blue-600 {
    color: #3182ce;
  }

  .lg_text-blue-700 {
    color: #2b6cb0;
  }

  .lg_text-blue-800 {
    color: #2c5282;
  }

  .lg_text-blue-900 {
    color: #2B4780;
  }

  .lg_text-indigo-100 {
    color: #ebf4ff;
  }

  .lg_text-indigo-200 {
    color: #c3dafe;
  }

  .lg_text-indigo-300 {
    color: #a3bffa;
  }

  .lg_text-indigo-400 {
    color: #7f9cf5;
  }

  .lg_text-indigo-500 {
    color: #667eea;
  }

  .lg_text-indigo-600 {
    color: #5a67d8;
  }

  .lg_text-indigo-700 {
    color: #4c51bf;
  }

  .lg_text-indigo-800 {
    color: #434190;
  }

  .lg_text-indigo-900 {
    color: #3c366b;
  }

  .lg_text-purple-100 {
    color: #faf5ff;
  }

  .lg_text-purple-200 {
    color: #e9d8fd;
  }

  .lg_text-purple-300 {
    color: #d6bcfa;
  }

  .lg_text-purple-400 {
    color: #b794f4;
  }

  .lg_text-purple-500 {
    color: #9f7aea;
  }

  .lg_text-purple-600 {
    color: #805ad5;
  }

  .lg_text-purple-700 {
    color: #6b46c1;
  }

  .lg_text-purple-800 {
    color: #553c9a;
  }

  .lg_text-purple-900 {
    color: #44337a;
  }

  .lg_text-pink-100 {
    color: #fff5f7;
  }

  .lg_text-pink-200 {
    color: #fed7e2;
  }

  .lg_text-pink-300 {
    color: #fbb6ce;
  }

  .lg_text-pink-400 {
    color: #f687b3;
  }

  .lg_text-pink-500 {
    color: #ed64a6;
  }

  .lg_text-pink-600 {
    color: #d53f8c;
  }

  .lg_text-pink-700 {
    color: #b83280;
  }

  .lg_text-pink-800 {
    color: #97266d;
  }

  .lg_text-pink-900 {
    color: #702459;
  }

  .lg_text-brand {
    color: #FE2929;
  }

  .lg_text-brand-dark {
    color: #CB0000;
  }

  .lg_text-primary {
    color: #2D58AA;
  }

  .lg_text-primary-dark {
    color: #002577;
  }

  .lg_text-info {
    color: #2B73A3;
  }

  .lg_text-info-dark {
    color: #002577;
  }

  .lg_text-success {
    color: #0EDD66;
  }

  .lg_text-success-dark {
    color: #00AA33;
  }

  .lg_text-warning {
    color: #B1991A;
  }

  .lg_text-warning-dark {
    color: #7E6600;
  }

  .lg_text-danger {
    color: #FE2929;
  }

  .lg_text-danger-dark {
    color: #CB0000;
  }

  .lg_text-light {
    color: #F0F0F0;
  }

  .lg_text-dark {
    color: #454545;
  }

  .lg_text-darkest {
    color: #313131;
  }

  .lg_text-transparent-dark {
    color: rgba(0,0,0,0.6);
  }

  .lg_text-facebook {
    color: #3b5998;
  }

  .lg_text-twitter {
    color: #000000;
  }

  .lg_text-google {
    color: #DB4437;
  }

  .lg_text-linkedin {
    color: #0077B5;
  }

  .lg_text-adobe {
    color: #FF0000;
  }

  .lg_text-rss {
    color: #f26522;
  }

  .lg_hover_text-transparent:hover {
    color: transparent;
  }

  .lg_hover_text-black:hover {
    color: #000;
  }

  .lg_hover_text-white:hover {
    color: #fff;
  }

  .lg_hover_text-gray-100:hover {
    color: #f7fafc;
  }

  .lg_hover_text-gray-200:hover {
    color: #edf2f7;
  }

  .lg_hover_text-gray-300:hover {
    color: #e2e8f0;
  }

  .lg_hover_text-gray-400:hover {
    color: #B8B8B8;
  }

  .lg_hover_text-gray-500:hover {
    color: #a0aec0;
  }

  .lg_hover_text-gray-600:hover {
    color: #718096;
  }

  .lg_hover_text-gray-700:hover {
    color: #313131;
  }

  .lg_hover_text-gray-800:hover {
    color: #2d3748;
  }

  .lg_hover_text-gray-900:hover {
    color: #1a202c;
  }

  .lg_hover_text-red-100:hover {
    color: #fff5f5;
  }

  .lg_hover_text-red-200:hover {
    color: #fed7d7;
  }

  .lg_hover_text-red-300:hover {
    color: #feb2b2;
  }

  .lg_hover_text-red-400:hover {
    color: #fc8181;
  }

  .lg_hover_text-red-500:hover {
    color: #f56565;
  }

  .lg_hover_text-red-600:hover {
    color: #e53e3e;
  }

  .lg_hover_text-red-700:hover {
    color: #c53030;
  }

  .lg_hover_text-red-800:hover {
    color: #9b2c2c;
  }

  .lg_hover_text-red-900:hover {
    color: #742a2a;
  }

  .lg_hover_text-orange-100:hover {
    color: #fffaf0;
  }

  .lg_hover_text-orange-200:hover {
    color: #feebc8;
  }

  .lg_hover_text-orange-300:hover {
    color: #fbd38d;
  }

  .lg_hover_text-orange-400:hover {
    color: #f6ad55;
  }

  .lg_hover_text-orange-500:hover {
    color: #ed8936;
  }

  .lg_hover_text-orange-600:hover {
    color: #dd6b20;
  }

  .lg_hover_text-orange-700:hover {
    color: #c05621;
  }

  .lg_hover_text-orange-800:hover {
    color: #9c4221;
  }

  .lg_hover_text-orange-900:hover {
    color: #7b341e;
  }

  .lg_hover_text-yellow-100:hover {
    color: #fffff0;
  }

  .lg_hover_text-yellow-200:hover {
    color: #fefcbf;
  }

  .lg_hover_text-yellow-300:hover {
    color: #faf089;
  }

  .lg_hover_text-yellow-400:hover {
    color: #f6e05e;
  }

  .lg_hover_text-yellow-500:hover {
    color: #ecc94b;
  }

  .lg_hover_text-yellow-600:hover {
    color: #d69e2e;
  }

  .lg_hover_text-yellow-700:hover {
    color: #b7791f;
  }

  .lg_hover_text-yellow-800:hover {
    color: #975a16;
  }

  .lg_hover_text-yellow-900:hover {
    color: #744210;
  }

  .lg_hover_text-green-100:hover {
    color: #f0fff4;
  }

  .lg_hover_text-green-200:hover {
    color: #c6f6d5;
  }

  .lg_hover_text-green-300:hover {
    color: #9ae6b4;
  }

  .lg_hover_text-green-400:hover {
    color: #68d391;
  }

  .lg_hover_text-green-500:hover {
    color: #48bb78;
  }

  .lg_hover_text-green-600:hover {
    color: #38a169;
  }

  .lg_hover_text-green-700:hover {
    color: #2f855a;
  }

  .lg_hover_text-green-800:hover {
    color: #276749;
  }

  .lg_hover_text-green-900:hover {
    color: #22543d;
  }

  .lg_hover_text-teal-100:hover {
    color: #e6fffa;
  }

  .lg_hover_text-teal-200:hover {
    color: #b2f5ea;
  }

  .lg_hover_text-teal-300:hover {
    color: #81e6d9;
  }

  .lg_hover_text-teal-400:hover {
    color: #4fd1c5;
  }

  .lg_hover_text-teal-500:hover {
    color: #38b2ac;
  }

  .lg_hover_text-teal-600:hover {
    color: #319795;
  }

  .lg_hover_text-teal-700:hover {
    color: #2c7a7b;
  }

  .lg_hover_text-teal-800:hover {
    color: #285e61;
  }

  .lg_hover_text-teal-900:hover {
    color: #234e52;
  }

  .lg_hover_text-blue-100:hover {
    color: #ebf8ff;
  }

  .lg_hover_text-blue-200:hover {
    color: #bee3f8;
  }

  .lg_hover_text-blue-300:hover {
    color: #90cdf4;
  }

  .lg_hover_text-blue-400:hover {
    color: #63b3ed;
  }

  .lg_hover_text-blue-500:hover {
    color: #4299e1;
  }

  .lg_hover_text-blue-600:hover {
    color: #3182ce;
  }

  .lg_hover_text-blue-700:hover {
    color: #2b6cb0;
  }

  .lg_hover_text-blue-800:hover {
    color: #2c5282;
  }

  .lg_hover_text-blue-900:hover {
    color: #2B4780;
  }

  .lg_hover_text-indigo-100:hover {
    color: #ebf4ff;
  }

  .lg_hover_text-indigo-200:hover {
    color: #c3dafe;
  }

  .lg_hover_text-indigo-300:hover {
    color: #a3bffa;
  }

  .lg_hover_text-indigo-400:hover {
    color: #7f9cf5;
  }

  .lg_hover_text-indigo-500:hover {
    color: #667eea;
  }

  .lg_hover_text-indigo-600:hover {
    color: #5a67d8;
  }

  .lg_hover_text-indigo-700:hover {
    color: #4c51bf;
  }

  .lg_hover_text-indigo-800:hover {
    color: #434190;
  }

  .lg_hover_text-indigo-900:hover {
    color: #3c366b;
  }

  .lg_hover_text-purple-100:hover {
    color: #faf5ff;
  }

  .lg_hover_text-purple-200:hover {
    color: #e9d8fd;
  }

  .lg_hover_text-purple-300:hover {
    color: #d6bcfa;
  }

  .lg_hover_text-purple-400:hover {
    color: #b794f4;
  }

  .lg_hover_text-purple-500:hover {
    color: #9f7aea;
  }

  .lg_hover_text-purple-600:hover {
    color: #805ad5;
  }

  .lg_hover_text-purple-700:hover {
    color: #6b46c1;
  }

  .lg_hover_text-purple-800:hover {
    color: #553c9a;
  }

  .lg_hover_text-purple-900:hover {
    color: #44337a;
  }

  .lg_hover_text-pink-100:hover {
    color: #fff5f7;
  }

  .lg_hover_text-pink-200:hover {
    color: #fed7e2;
  }

  .lg_hover_text-pink-300:hover {
    color: #fbb6ce;
  }

  .lg_hover_text-pink-400:hover {
    color: #f687b3;
  }

  .lg_hover_text-pink-500:hover {
    color: #ed64a6;
  }

  .lg_hover_text-pink-600:hover {
    color: #d53f8c;
  }

  .lg_hover_text-pink-700:hover {
    color: #b83280;
  }

  .lg_hover_text-pink-800:hover {
    color: #97266d;
  }

  .lg_hover_text-pink-900:hover {
    color: #702459;
  }

  .lg_hover_text-brand:hover {
    color: #FE2929;
  }

  .lg_hover_text-brand-dark:hover {
    color: #CB0000;
  }

  .lg_hover_text-primary:hover {
    color: #2D58AA;
  }

  .lg_hover_text-primary-dark:hover {
    color: #002577;
  }

  .lg_hover_text-info:hover {
    color: #2B73A3;
  }

  .lg_hover_text-info-dark:hover {
    color: #002577;
  }

  .lg_hover_text-success:hover {
    color: #0EDD66;
  }

  .lg_hover_text-success-dark:hover {
    color: #00AA33;
  }

  .lg_hover_text-warning:hover {
    color: #B1991A;
  }

  .lg_hover_text-warning-dark:hover {
    color: #7E6600;
  }

  .lg_hover_text-danger:hover {
    color: #FE2929;
  }

  .lg_hover_text-danger-dark:hover {
    color: #CB0000;
  }

  .lg_hover_text-light:hover {
    color: #F0F0F0;
  }

  .lg_hover_text-dark:hover {
    color: #454545;
  }

  .lg_hover_text-darkest:hover {
    color: #313131;
  }

  .lg_hover_text-transparent-dark:hover {
    color: rgba(0,0,0,0.6);
  }

  .lg_hover_text-facebook:hover {
    color: #3b5998;
  }

  .lg_hover_text-twitter:hover {
    color: #000000;
  }

  .lg_hover_text-google:hover {
    color: #DB4437;
  }

  .lg_hover_text-linkedin:hover {
    color: #0077B5;
  }

  .lg_hover_text-adobe:hover {
    color: #FF0000;
  }

  .lg_hover_text-rss:hover {
    color: #f26522;
  }

  .lg_focus_text-transparent:focus {
    color: transparent;
  }

  .lg_focus_text-black:focus {
    color: #000;
  }

  .lg_focus_text-white:focus {
    color: #fff;
  }

  .lg_focus_text-gray-100:focus {
    color: #f7fafc;
  }

  .lg_focus_text-gray-200:focus {
    color: #edf2f7;
  }

  .lg_focus_text-gray-300:focus {
    color: #e2e8f0;
  }

  .lg_focus_text-gray-400:focus {
    color: #B8B8B8;
  }

  .lg_focus_text-gray-500:focus {
    color: #a0aec0;
  }

  .lg_focus_text-gray-600:focus {
    color: #718096;
  }

  .lg_focus_text-gray-700:focus {
    color: #313131;
  }

  .lg_focus_text-gray-800:focus {
    color: #2d3748;
  }

  .lg_focus_text-gray-900:focus {
    color: #1a202c;
  }

  .lg_focus_text-red-100:focus {
    color: #fff5f5;
  }

  .lg_focus_text-red-200:focus {
    color: #fed7d7;
  }

  .lg_focus_text-red-300:focus {
    color: #feb2b2;
  }

  .lg_focus_text-red-400:focus {
    color: #fc8181;
  }

  .lg_focus_text-red-500:focus {
    color: #f56565;
  }

  .lg_focus_text-red-600:focus {
    color: #e53e3e;
  }

  .lg_focus_text-red-700:focus {
    color: #c53030;
  }

  .lg_focus_text-red-800:focus {
    color: #9b2c2c;
  }

  .lg_focus_text-red-900:focus {
    color: #742a2a;
  }

  .lg_focus_text-orange-100:focus {
    color: #fffaf0;
  }

  .lg_focus_text-orange-200:focus {
    color: #feebc8;
  }

  .lg_focus_text-orange-300:focus {
    color: #fbd38d;
  }

  .lg_focus_text-orange-400:focus {
    color: #f6ad55;
  }

  .lg_focus_text-orange-500:focus {
    color: #ed8936;
  }

  .lg_focus_text-orange-600:focus {
    color: #dd6b20;
  }

  .lg_focus_text-orange-700:focus {
    color: #c05621;
  }

  .lg_focus_text-orange-800:focus {
    color: #9c4221;
  }

  .lg_focus_text-orange-900:focus {
    color: #7b341e;
  }

  .lg_focus_text-yellow-100:focus {
    color: #fffff0;
  }

  .lg_focus_text-yellow-200:focus {
    color: #fefcbf;
  }

  .lg_focus_text-yellow-300:focus {
    color: #faf089;
  }

  .lg_focus_text-yellow-400:focus {
    color: #f6e05e;
  }

  .lg_focus_text-yellow-500:focus {
    color: #ecc94b;
  }

  .lg_focus_text-yellow-600:focus {
    color: #d69e2e;
  }

  .lg_focus_text-yellow-700:focus {
    color: #b7791f;
  }

  .lg_focus_text-yellow-800:focus {
    color: #975a16;
  }

  .lg_focus_text-yellow-900:focus {
    color: #744210;
  }

  .lg_focus_text-green-100:focus {
    color: #f0fff4;
  }

  .lg_focus_text-green-200:focus {
    color: #c6f6d5;
  }

  .lg_focus_text-green-300:focus {
    color: #9ae6b4;
  }

  .lg_focus_text-green-400:focus {
    color: #68d391;
  }

  .lg_focus_text-green-500:focus {
    color: #48bb78;
  }

  .lg_focus_text-green-600:focus {
    color: #38a169;
  }

  .lg_focus_text-green-700:focus {
    color: #2f855a;
  }

  .lg_focus_text-green-800:focus {
    color: #276749;
  }

  .lg_focus_text-green-900:focus {
    color: #22543d;
  }

  .lg_focus_text-teal-100:focus {
    color: #e6fffa;
  }

  .lg_focus_text-teal-200:focus {
    color: #b2f5ea;
  }

  .lg_focus_text-teal-300:focus {
    color: #81e6d9;
  }

  .lg_focus_text-teal-400:focus {
    color: #4fd1c5;
  }

  .lg_focus_text-teal-500:focus {
    color: #38b2ac;
  }

  .lg_focus_text-teal-600:focus {
    color: #319795;
  }

  .lg_focus_text-teal-700:focus {
    color: #2c7a7b;
  }

  .lg_focus_text-teal-800:focus {
    color: #285e61;
  }

  .lg_focus_text-teal-900:focus {
    color: #234e52;
  }

  .lg_focus_text-blue-100:focus {
    color: #ebf8ff;
  }

  .lg_focus_text-blue-200:focus {
    color: #bee3f8;
  }

  .lg_focus_text-blue-300:focus {
    color: #90cdf4;
  }

  .lg_focus_text-blue-400:focus {
    color: #63b3ed;
  }

  .lg_focus_text-blue-500:focus {
    color: #4299e1;
  }

  .lg_focus_text-blue-600:focus {
    color: #3182ce;
  }

  .lg_focus_text-blue-700:focus {
    color: #2b6cb0;
  }

  .lg_focus_text-blue-800:focus {
    color: #2c5282;
  }

  .lg_focus_text-blue-900:focus {
    color: #2B4780;
  }

  .lg_focus_text-indigo-100:focus {
    color: #ebf4ff;
  }

  .lg_focus_text-indigo-200:focus {
    color: #c3dafe;
  }

  .lg_focus_text-indigo-300:focus {
    color: #a3bffa;
  }

  .lg_focus_text-indigo-400:focus {
    color: #7f9cf5;
  }

  .lg_focus_text-indigo-500:focus {
    color: #667eea;
  }

  .lg_focus_text-indigo-600:focus {
    color: #5a67d8;
  }

  .lg_focus_text-indigo-700:focus {
    color: #4c51bf;
  }

  .lg_focus_text-indigo-800:focus {
    color: #434190;
  }

  .lg_focus_text-indigo-900:focus {
    color: #3c366b;
  }

  .lg_focus_text-purple-100:focus {
    color: #faf5ff;
  }

  .lg_focus_text-purple-200:focus {
    color: #e9d8fd;
  }

  .lg_focus_text-purple-300:focus {
    color: #d6bcfa;
  }

  .lg_focus_text-purple-400:focus {
    color: #b794f4;
  }

  .lg_focus_text-purple-500:focus {
    color: #9f7aea;
  }

  .lg_focus_text-purple-600:focus {
    color: #805ad5;
  }

  .lg_focus_text-purple-700:focus {
    color: #6b46c1;
  }

  .lg_focus_text-purple-800:focus {
    color: #553c9a;
  }

  .lg_focus_text-purple-900:focus {
    color: #44337a;
  }

  .lg_focus_text-pink-100:focus {
    color: #fff5f7;
  }

  .lg_focus_text-pink-200:focus {
    color: #fed7e2;
  }

  .lg_focus_text-pink-300:focus {
    color: #fbb6ce;
  }

  .lg_focus_text-pink-400:focus {
    color: #f687b3;
  }

  .lg_focus_text-pink-500:focus {
    color: #ed64a6;
  }

  .lg_focus_text-pink-600:focus {
    color: #d53f8c;
  }

  .lg_focus_text-pink-700:focus {
    color: #b83280;
  }

  .lg_focus_text-pink-800:focus {
    color: #97266d;
  }

  .lg_focus_text-pink-900:focus {
    color: #702459;
  }

  .lg_focus_text-brand:focus {
    color: #FE2929;
  }

  .lg_focus_text-brand-dark:focus {
    color: #CB0000;
  }

  .lg_focus_text-primary:focus {
    color: #2D58AA;
  }

  .lg_focus_text-primary-dark:focus {
    color: #002577;
  }

  .lg_focus_text-info:focus {
    color: #2B73A3;
  }

  .lg_focus_text-info-dark:focus {
    color: #002577;
  }

  .lg_focus_text-success:focus {
    color: #0EDD66;
  }

  .lg_focus_text-success-dark:focus {
    color: #00AA33;
  }

  .lg_focus_text-warning:focus {
    color: #B1991A;
  }

  .lg_focus_text-warning-dark:focus {
    color: #7E6600;
  }

  .lg_focus_text-danger:focus {
    color: #FE2929;
  }

  .lg_focus_text-danger-dark:focus {
    color: #CB0000;
  }

  .lg_focus_text-light:focus {
    color: #F0F0F0;
  }

  .lg_focus_text-dark:focus {
    color: #454545;
  }

  .lg_focus_text-darkest:focus {
    color: #313131;
  }

  .lg_focus_text-transparent-dark:focus {
    color: rgba(0,0,0,0.6);
  }

  .lg_focus_text-facebook:focus {
    color: #3b5998;
  }

  .lg_focus_text-twitter:focus {
    color: #000000;
  }

  .lg_focus_text-google:focus {
    color: #DB4437;
  }

  .lg_focus_text-linkedin:focus {
    color: #0077B5;
  }

  .lg_focus_text-adobe:focus {
    color: #FF0000;
  }

  .lg_focus_text-rss:focus {
    color: #f26522;
  }

  .lg_text-xs {
    font-size: 0.52rem;
  }

  .lg_text-sm {
    font-size: 0.82rem;
  }

  .lg_text-base {
    font-size: 1.063rem;
  }

  .lg_text-lg {
    font-size: 1.18rem;
  }

  .lg_text-xl {
    font-size: 1.41rem;
  }

  .lg_text-2xl {
    font-size: 1.94rem;
  }

  .lg_text-3xl {
    font-size: 2.12rem;
  }

  .lg_text-4xl {
    font-size: 2.65rem;
  }

  .lg_text-5xl {
    font-size: 2.94rem;
  }

  .lg_text-6xl {
    font-size: 3.5rem;
  }

  .lg_italic {
    font-style: italic;
  }

  .lg_not-italic {
    font-style: normal;
  }

  .lg_uppercase {
    text-transform: uppercase;
  }

  .lg_lowercase {
    text-transform: lowercase;
  }

  .lg_capitalize {
    text-transform: capitalize;
  }

  .lg_normal-case {
    text-transform: none;
  }

  .lg_underline {
    text-decoration: underline;
  }

  .lg_line-through {
    text-decoration: line-through;
  }

  .lg_no-underline {
    text-decoration: none;
  }

  .lg_hover_underline:hover {
    text-decoration: underline;
  }

  .lg_hover_line-through:hover {
    text-decoration: line-through;
  }

  .lg_hover_no-underline:hover {
    text-decoration: none;
  }

  .lg_focus_underline:focus {
    text-decoration: underline;
  }

  .lg_focus_line-through:focus {
    text-decoration: line-through;
  }

  .lg_focus_no-underline:focus {
    text-decoration: none;
  }

  .lg_antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg_subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg_tracking-tighter {
    letter-spacing: -0.05em;
  }

  .lg_tracking-tight {
    letter-spacing: -0.025em;
  }

  .lg_tracking-normal {
    letter-spacing: 0;
  }

  .lg_tracking-wide {
    letter-spacing: 0.025em;
  }

  .lg_tracking-wider {
    letter-spacing: 0.05em;
  }

  .lg_tracking-widest {
    letter-spacing: 0.1em;
  }

  .lg_select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .lg_select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .lg_select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .lg_select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .lg_align-baseline {
    vertical-align: baseline;
  }

  .lg_align-top {
    vertical-align: top;
  }

  .lg_align-middle {
    vertical-align: middle;
  }

  .lg_align-bottom {
    vertical-align: bottom;
  }

  .lg_align-text-top {
    vertical-align: text-top;
  }

  .lg_align-text-bottom {
    vertical-align: text-bottom;
  }

  .lg_visible {
    visibility: visible;
  }

  .lg_invisible {
    visibility: hidden;
  }

  .lg_whitespace-normal {
    white-space: normal;
  }

  .lg_whitespace-no-wrap {
    white-space: nowrap;
  }

  .lg_whitespace-pre {
    white-space: pre;
  }

  .lg_whitespace-pre-line {
    white-space: pre-line;
  }

  .lg_whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .lg_break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .lg_break-words {
    overflow-wrap: break-word;
  }

  .lg_break-all {
    word-break: break-all;
  }

  .lg_truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg_w-0 {
    width: 0;
  }

  .lg_w-1 {
    width: 0.25rem;
  }

  .lg_w-2 {
    width: 0.5rem;
  }

  .lg_w-3 {
    width: 0.75rem;
  }

  .lg_w-4 {
    width: 1rem;
  }

  .lg_w-5 {
    width: 1.25rem;
  }

  .lg_w-6 {
    width: 1.5rem;
  }

  .lg_w-8 {
    width: 2rem;
  }

  .lg_w-10 {
    width: 2.5rem;
  }

  .lg_w-12 {
    width: 3rem;
  }

  .lg_w-16 {
    width: 4rem;
  }

  .lg_w-20 {
    width: 5rem;
  }

  .lg_w-24 {
    width: 6rem;
  }

  .lg_w-32 {
    width: 8rem;
  }

  .lg_w-40 {
    width: 10rem;
  }

  .lg_w-48 {
    width: 12rem;
  }

  .lg_w-56 {
    width: 14rem;
  }

  .lg_w-64 {
    width: 16rem;
  }

  .lg_w-auto {
    width: auto;
  }

  .lg_w-px {
    width: 1px;
  }

  .lg_w-1\/2 {
    width: 50%;
  }

  .lg_w-1\/3 {
    width: 33.333333%;
  }

  .lg_w-2\/3 {
    width: 66.666667%;
  }

  .lg_w-1\/4 {
    width: 25%;
  }

  .lg_w-2\/4 {
    width: 50%;
  }

  .lg_w-3\/4 {
    width: 75%;
  }

  .lg_w-1\/5 {
    width: 20%;
  }

  .lg_w-2\/5 {
    width: 40%;
  }

  .lg_w-3\/5 {
    width: 60%;
  }

  .lg_w-4\/5 {
    width: 80%;
  }

  .lg_w-1\/6 {
    width: 16.666667%;
  }

  .lg_w-2\/6 {
    width: 33.333333%;
  }

  .lg_w-3\/6 {
    width: 50%;
  }

  .lg_w-4\/6 {
    width: 66.666667%;
  }

  .lg_w-5\/6 {
    width: 83.333333%;
  }

  .lg_w-1\/12 {
    width: 8.333333%;
  }

  .lg_w-2\/12 {
    width: 16.666667%;
  }

  .lg_w-3\/12 {
    width: 25%;
  }

  .lg_w-4\/12 {
    width: 33.333333%;
  }

  .lg_w-5\/12 {
    width: 41.666667%;
  }

  .lg_w-6\/12 {
    width: 50%;
  }

  .lg_w-7\/12 {
    width: 58.333333%;
  }

  .lg_w-8\/12 {
    width: 66.666667%;
  }

  .lg_w-9\/12 {
    width: 75%;
  }

  .lg_w-10\/12 {
    width: 83.333333%;
  }

  .lg_w-11\/12 {
    width: 91.666667%;
  }

  .lg_w-full {
    width: 100%;
  }

  .lg_w-screen {
    width: 100vw;
  }

  .lg_w-1_2 {
    width: 50%;
  }

  .lg_w-1_3 {
    width: 33.33333%;
  }

  .lg_w-2_3 {
    width: 66.66666%;
  }

  .lg_w-1_4 {
    width: 25%;
  }

  .lg_w-1_5 {
    width: 20%;
  }

  .lg_z-0 {
    z-index: 0;
  }

  .lg_z-10 {
    z-index: 10;
  }

  .lg_z-20 {
    z-index: 20;
  }

  .lg_z-30 {
    z-index: 30;
  }

  .lg_z-40 {
    z-index: 40;
  }

  .lg_z-50 {
    z-index: 50;
  }

  .lg_z-auto {
    z-index: auto;
  }

  .lg_button {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    display: inline-block;
    border-radius: 0.588rem;
    font-family: Inter, sans-serif;
  }

  .lg_button:disabled, .lg_button[disabled=disabled] {
    cursor: not-allowed;
  }

  .button.lg_is-small {
    font-size: 0.52rem;
  }

  .button.lg_is-transparent {
    background-color: transparent;
    color: #fff;
    border-width: 1px;
    border-color: #fff;
  }

  .button.lg_is-primary {
    background-color: #2D58AA;
    color: #fff;
  }

  .button.lg_is-primary:hover {
    background-color: #002577;
  }

  .button.lg_is-info {
    background-color: #2D58AA;
    color: #fff;
  }

  .button.lg_is-info:hover {
    background-color: #002577;
  }

  .button.lg_is-success {
    background-color: #0EDD66;
    color: #fff;
  }

  .button.lg_is-success:hover {
    background-color: #00AA33;
  }

  .button.lg_is-warning {
    background-color: #B1991A;
    color: #fff;
  }

  .button.lg_is-warning:hover {
    background-color: #7E6600;
  }

  .button.lg_is-danger {
    background-color: #FE2929;
    color: #fff;
  }

  .button.lg_is-danger:hover {
    background-color: #CB0000;
  }

  .lg_aspect-ratio {
    width: 100%;
    height: 0;
  }

  .aspect-ratio.lg_is-1-by-1 {
    padding-bottom: 100%;
  }

  .aspect-ratio.lg_is-21-by-9 {
    padding-bottom: 42.85%;
  }

  .aspect-ratio.lg_is-4-by-3 {
    padding-bottom: 75%;
  }

  .aspect-ratio.lg_is-2-by-1 {
    padding-bottom: 50%;
  }

  .aspect-ratio.lg_is-3-by-1 {
    padding-bottom: 33%;
  }

  .aspect-ratio.lg_is-10-by-3 {
    padding-bottom: 30%;
  }

  .aspect-ratio.lg_is-16-by-9 {
    padding-top: 56.25%;
  }

  .lg_aspect-ratio-off {
    height: auto;
    padding-bottom: initial !important;
  }
}

@media (min-width: 1280px) {
  .xl_sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xl_not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl_focus_sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xl_focus_not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl_appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xl_bg-fixed {
    background-attachment: fixed;
  }

  .xl_bg-local {
    background-attachment: local;
  }

  .xl_bg-scroll {
    background-attachment: scroll;
  }

  .xl_bg-transparent {
    background-color: transparent;
  }

  .xl_bg-black {
    background-color: #000;
  }

  .xl_bg-white {
    background-color: #fff;
  }

  .xl_bg-gray-100 {
    background-color: #f7fafc;
  }

  .xl_bg-gray-200 {
    background-color: #edf2f7;
  }

  .xl_bg-gray-300 {
    background-color: #e2e8f0;
  }

  .xl_bg-gray-400 {
    background-color: #B8B8B8;
  }

  .xl_bg-gray-500 {
    background-color: #a0aec0;
  }

  .xl_bg-gray-600 {
    background-color: #718096;
  }

  .xl_bg-gray-700 {
    background-color: #313131;
  }

  .xl_bg-gray-800 {
    background-color: #2d3748;
  }

  .xl_bg-gray-900 {
    background-color: #1a202c;
  }

  .xl_bg-red-100 {
    background-color: #fff5f5;
  }

  .xl_bg-red-200 {
    background-color: #fed7d7;
  }

  .xl_bg-red-300 {
    background-color: #feb2b2;
  }

  .xl_bg-red-400 {
    background-color: #fc8181;
  }

  .xl_bg-red-500 {
    background-color: #f56565;
  }

  .xl_bg-red-600 {
    background-color: #e53e3e;
  }

  .xl_bg-red-700 {
    background-color: #c53030;
  }

  .xl_bg-red-800 {
    background-color: #9b2c2c;
  }

  .xl_bg-red-900 {
    background-color: #742a2a;
  }

  .xl_bg-orange-100 {
    background-color: #fffaf0;
  }

  .xl_bg-orange-200 {
    background-color: #feebc8;
  }

  .xl_bg-orange-300 {
    background-color: #fbd38d;
  }

  .xl_bg-orange-400 {
    background-color: #f6ad55;
  }

  .xl_bg-orange-500 {
    background-color: #ed8936;
  }

  .xl_bg-orange-600 {
    background-color: #dd6b20;
  }

  .xl_bg-orange-700 {
    background-color: #c05621;
  }

  .xl_bg-orange-800 {
    background-color: #9c4221;
  }

  .xl_bg-orange-900 {
    background-color: #7b341e;
  }

  .xl_bg-yellow-100 {
    background-color: #fffff0;
  }

  .xl_bg-yellow-200 {
    background-color: #fefcbf;
  }

  .xl_bg-yellow-300 {
    background-color: #faf089;
  }

  .xl_bg-yellow-400 {
    background-color: #f6e05e;
  }

  .xl_bg-yellow-500 {
    background-color: #ecc94b;
  }

  .xl_bg-yellow-600 {
    background-color: #d69e2e;
  }

  .xl_bg-yellow-700 {
    background-color: #b7791f;
  }

  .xl_bg-yellow-800 {
    background-color: #975a16;
  }

  .xl_bg-yellow-900 {
    background-color: #744210;
  }

  .xl_bg-green-100 {
    background-color: #f0fff4;
  }

  .xl_bg-green-200 {
    background-color: #c6f6d5;
  }

  .xl_bg-green-300 {
    background-color: #9ae6b4;
  }

  .xl_bg-green-400 {
    background-color: #68d391;
  }

  .xl_bg-green-500 {
    background-color: #48bb78;
  }

  .xl_bg-green-600 {
    background-color: #38a169;
  }

  .xl_bg-green-700 {
    background-color: #2f855a;
  }

  .xl_bg-green-800 {
    background-color: #276749;
  }

  .xl_bg-green-900 {
    background-color: #22543d;
  }

  .xl_bg-teal-100 {
    background-color: #e6fffa;
  }

  .xl_bg-teal-200 {
    background-color: #b2f5ea;
  }

  .xl_bg-teal-300 {
    background-color: #81e6d9;
  }

  .xl_bg-teal-400 {
    background-color: #4fd1c5;
  }

  .xl_bg-teal-500 {
    background-color: #38b2ac;
  }

  .xl_bg-teal-600 {
    background-color: #319795;
  }

  .xl_bg-teal-700 {
    background-color: #2c7a7b;
  }

  .xl_bg-teal-800 {
    background-color: #285e61;
  }

  .xl_bg-teal-900 {
    background-color: #234e52;
  }

  .xl_bg-blue-100 {
    background-color: #ebf8ff;
  }

  .xl_bg-blue-200 {
    background-color: #bee3f8;
  }

  .xl_bg-blue-300 {
    background-color: #90cdf4;
  }

  .xl_bg-blue-400 {
    background-color: #63b3ed;
  }

  .xl_bg-blue-500 {
    background-color: #4299e1;
  }

  .xl_bg-blue-600 {
    background-color: #3182ce;
  }

  .xl_bg-blue-700 {
    background-color: #2b6cb0;
  }

  .xl_bg-blue-800 {
    background-color: #2c5282;
  }

  .xl_bg-blue-900 {
    background-color: #2B4780;
  }

  .xl_bg-indigo-100 {
    background-color: #ebf4ff;
  }

  .xl_bg-indigo-200 {
    background-color: #c3dafe;
  }

  .xl_bg-indigo-300 {
    background-color: #a3bffa;
  }

  .xl_bg-indigo-400 {
    background-color: #7f9cf5;
  }

  .xl_bg-indigo-500 {
    background-color: #667eea;
  }

  .xl_bg-indigo-600 {
    background-color: #5a67d8;
  }

  .xl_bg-indigo-700 {
    background-color: #4c51bf;
  }

  .xl_bg-indigo-800 {
    background-color: #434190;
  }

  .xl_bg-indigo-900 {
    background-color: #3c366b;
  }

  .xl_bg-purple-100 {
    background-color: #faf5ff;
  }

  .xl_bg-purple-200 {
    background-color: #e9d8fd;
  }

  .xl_bg-purple-300 {
    background-color: #d6bcfa;
  }

  .xl_bg-purple-400 {
    background-color: #b794f4;
  }

  .xl_bg-purple-500 {
    background-color: #9f7aea;
  }

  .xl_bg-purple-600 {
    background-color: #805ad5;
  }

  .xl_bg-purple-700 {
    background-color: #6b46c1;
  }

  .xl_bg-purple-800 {
    background-color: #553c9a;
  }

  .xl_bg-purple-900 {
    background-color: #44337a;
  }

  .xl_bg-pink-100 {
    background-color: #fff5f7;
  }

  .xl_bg-pink-200 {
    background-color: #fed7e2;
  }

  .xl_bg-pink-300 {
    background-color: #fbb6ce;
  }

  .xl_bg-pink-400 {
    background-color: #f687b3;
  }

  .xl_bg-pink-500 {
    background-color: #ed64a6;
  }

  .xl_bg-pink-600 {
    background-color: #d53f8c;
  }

  .xl_bg-pink-700 {
    background-color: #b83280;
  }

  .xl_bg-pink-800 {
    background-color: #97266d;
  }

  .xl_bg-pink-900 {
    background-color: #702459;
  }

  .xl_bg-brand {
    background-color: #FE2929;
  }

  .xl_bg-brand-dark {
    background-color: #CB0000;
  }

  .xl_bg-primary {
    background-color: #2D58AA;
  }

  .xl_bg-primary-dark {
    background-color: #002577;
  }

  .xl_bg-info {
    background-color: #2B73A3;
  }

  .xl_bg-info-dark {
    background-color: #002577;
  }

  .xl_bg-success {
    background-color: #0EDD66;
  }

  .xl_bg-success-dark {
    background-color: #00AA33;
  }

  .xl_bg-warning {
    background-color: #B1991A;
  }

  .xl_bg-warning-dark {
    background-color: #7E6600;
  }

  .xl_bg-danger {
    background-color: #FE2929;
  }

  .xl_bg-danger-dark {
    background-color: #CB0000;
  }

  .xl_bg-light {
    background-color: #F0F0F0;
  }

  .xl_bg-dark {
    background-color: #454545;
  }

  .xl_bg-darkest {
    background-color: #313131;
  }

  .xl_bg-transparent-dark {
    background-color: rgba(0,0,0,0.6);
  }

  .xl_bg-facebook {
    background-color: #3b5998;
  }

  .xl_bg-twitter {
    background-color: #000000;
  }

  .xl_bg-google {
    background-color: #DB4437;
  }

  .xl_bg-linkedin {
    background-color: #0077B5;
  }

  .xl_bg-adobe {
    background-color: #FF0000;
  }

  .xl_bg-rss {
    background-color: #f26522;
  }

  .xl_hover_bg-transparent:hover {
    background-color: transparent;
  }

  .xl_hover_bg-black:hover {
    background-color: #000;
  }

  .xl_hover_bg-white:hover {
    background-color: #fff;
  }

  .xl_hover_bg-gray-100:hover {
    background-color: #f7fafc;
  }

  .xl_hover_bg-gray-200:hover {
    background-color: #edf2f7;
  }

  .xl_hover_bg-gray-300:hover {
    background-color: #e2e8f0;
  }

  .xl_hover_bg-gray-400:hover {
    background-color: #B8B8B8;
  }

  .xl_hover_bg-gray-500:hover {
    background-color: #a0aec0;
  }

  .xl_hover_bg-gray-600:hover {
    background-color: #718096;
  }

  .xl_hover_bg-gray-700:hover {
    background-color: #313131;
  }

  .xl_hover_bg-gray-800:hover {
    background-color: #2d3748;
  }

  .xl_hover_bg-gray-900:hover {
    background-color: #1a202c;
  }

  .xl_hover_bg-red-100:hover {
    background-color: #fff5f5;
  }

  .xl_hover_bg-red-200:hover {
    background-color: #fed7d7;
  }

  .xl_hover_bg-red-300:hover {
    background-color: #feb2b2;
  }

  .xl_hover_bg-red-400:hover {
    background-color: #fc8181;
  }

  .xl_hover_bg-red-500:hover {
    background-color: #f56565;
  }

  .xl_hover_bg-red-600:hover {
    background-color: #e53e3e;
  }

  .xl_hover_bg-red-700:hover {
    background-color: #c53030;
  }

  .xl_hover_bg-red-800:hover {
    background-color: #9b2c2c;
  }

  .xl_hover_bg-red-900:hover {
    background-color: #742a2a;
  }

  .xl_hover_bg-orange-100:hover {
    background-color: #fffaf0;
  }

  .xl_hover_bg-orange-200:hover {
    background-color: #feebc8;
  }

  .xl_hover_bg-orange-300:hover {
    background-color: #fbd38d;
  }

  .xl_hover_bg-orange-400:hover {
    background-color: #f6ad55;
  }

  .xl_hover_bg-orange-500:hover {
    background-color: #ed8936;
  }

  .xl_hover_bg-orange-600:hover {
    background-color: #dd6b20;
  }

  .xl_hover_bg-orange-700:hover {
    background-color: #c05621;
  }

  .xl_hover_bg-orange-800:hover {
    background-color: #9c4221;
  }

  .xl_hover_bg-orange-900:hover {
    background-color: #7b341e;
  }

  .xl_hover_bg-yellow-100:hover {
    background-color: #fffff0;
  }

  .xl_hover_bg-yellow-200:hover {
    background-color: #fefcbf;
  }

  .xl_hover_bg-yellow-300:hover {
    background-color: #faf089;
  }

  .xl_hover_bg-yellow-400:hover {
    background-color: #f6e05e;
  }

  .xl_hover_bg-yellow-500:hover {
    background-color: #ecc94b;
  }

  .xl_hover_bg-yellow-600:hover {
    background-color: #d69e2e;
  }

  .xl_hover_bg-yellow-700:hover {
    background-color: #b7791f;
  }

  .xl_hover_bg-yellow-800:hover {
    background-color: #975a16;
  }

  .xl_hover_bg-yellow-900:hover {
    background-color: #744210;
  }

  .xl_hover_bg-green-100:hover {
    background-color: #f0fff4;
  }

  .xl_hover_bg-green-200:hover {
    background-color: #c6f6d5;
  }

  .xl_hover_bg-green-300:hover {
    background-color: #9ae6b4;
  }

  .xl_hover_bg-green-400:hover {
    background-color: #68d391;
  }

  .xl_hover_bg-green-500:hover {
    background-color: #48bb78;
  }

  .xl_hover_bg-green-600:hover {
    background-color: #38a169;
  }

  .xl_hover_bg-green-700:hover {
    background-color: #2f855a;
  }

  .xl_hover_bg-green-800:hover {
    background-color: #276749;
  }

  .xl_hover_bg-green-900:hover {
    background-color: #22543d;
  }

  .xl_hover_bg-teal-100:hover {
    background-color: #e6fffa;
  }

  .xl_hover_bg-teal-200:hover {
    background-color: #b2f5ea;
  }

  .xl_hover_bg-teal-300:hover {
    background-color: #81e6d9;
  }

  .xl_hover_bg-teal-400:hover {
    background-color: #4fd1c5;
  }

  .xl_hover_bg-teal-500:hover {
    background-color: #38b2ac;
  }

  .xl_hover_bg-teal-600:hover {
    background-color: #319795;
  }

  .xl_hover_bg-teal-700:hover {
    background-color: #2c7a7b;
  }

  .xl_hover_bg-teal-800:hover {
    background-color: #285e61;
  }

  .xl_hover_bg-teal-900:hover {
    background-color: #234e52;
  }

  .xl_hover_bg-blue-100:hover {
    background-color: #ebf8ff;
  }

  .xl_hover_bg-blue-200:hover {
    background-color: #bee3f8;
  }

  .xl_hover_bg-blue-300:hover {
    background-color: #90cdf4;
  }

  .xl_hover_bg-blue-400:hover {
    background-color: #63b3ed;
  }

  .xl_hover_bg-blue-500:hover {
    background-color: #4299e1;
  }

  .xl_hover_bg-blue-600:hover {
    background-color: #3182ce;
  }

  .xl_hover_bg-blue-700:hover {
    background-color: #2b6cb0;
  }

  .xl_hover_bg-blue-800:hover {
    background-color: #2c5282;
  }

  .xl_hover_bg-blue-900:hover {
    background-color: #2B4780;
  }

  .xl_hover_bg-indigo-100:hover {
    background-color: #ebf4ff;
  }

  .xl_hover_bg-indigo-200:hover {
    background-color: #c3dafe;
  }

  .xl_hover_bg-indigo-300:hover {
    background-color: #a3bffa;
  }

  .xl_hover_bg-indigo-400:hover {
    background-color: #7f9cf5;
  }

  .xl_hover_bg-indigo-500:hover {
    background-color: #667eea;
  }

  .xl_hover_bg-indigo-600:hover {
    background-color: #5a67d8;
  }

  .xl_hover_bg-indigo-700:hover {
    background-color: #4c51bf;
  }

  .xl_hover_bg-indigo-800:hover {
    background-color: #434190;
  }

  .xl_hover_bg-indigo-900:hover {
    background-color: #3c366b;
  }

  .xl_hover_bg-purple-100:hover {
    background-color: #faf5ff;
  }

  .xl_hover_bg-purple-200:hover {
    background-color: #e9d8fd;
  }

  .xl_hover_bg-purple-300:hover {
    background-color: #d6bcfa;
  }

  .xl_hover_bg-purple-400:hover {
    background-color: #b794f4;
  }

  .xl_hover_bg-purple-500:hover {
    background-color: #9f7aea;
  }

  .xl_hover_bg-purple-600:hover {
    background-color: #805ad5;
  }

  .xl_hover_bg-purple-700:hover {
    background-color: #6b46c1;
  }

  .xl_hover_bg-purple-800:hover {
    background-color: #553c9a;
  }

  .xl_hover_bg-purple-900:hover {
    background-color: #44337a;
  }

  .xl_hover_bg-pink-100:hover {
    background-color: #fff5f7;
  }

  .xl_hover_bg-pink-200:hover {
    background-color: #fed7e2;
  }

  .xl_hover_bg-pink-300:hover {
    background-color: #fbb6ce;
  }

  .xl_hover_bg-pink-400:hover {
    background-color: #f687b3;
  }

  .xl_hover_bg-pink-500:hover {
    background-color: #ed64a6;
  }

  .xl_hover_bg-pink-600:hover {
    background-color: #d53f8c;
  }

  .xl_hover_bg-pink-700:hover {
    background-color: #b83280;
  }

  .xl_hover_bg-pink-800:hover {
    background-color: #97266d;
  }

  .xl_hover_bg-pink-900:hover {
    background-color: #702459;
  }

  .xl_hover_bg-brand:hover {
    background-color: #FE2929;
  }

  .xl_hover_bg-brand-dark:hover {
    background-color: #CB0000;
  }

  .xl_hover_bg-primary:hover {
    background-color: #2D58AA;
  }

  .xl_hover_bg-primary-dark:hover {
    background-color: #002577;
  }

  .xl_hover_bg-info:hover {
    background-color: #2B73A3;
  }

  .xl_hover_bg-info-dark:hover {
    background-color: #002577;
  }

  .xl_hover_bg-success:hover {
    background-color: #0EDD66;
  }

  .xl_hover_bg-success-dark:hover {
    background-color: #00AA33;
  }

  .xl_hover_bg-warning:hover {
    background-color: #B1991A;
  }

  .xl_hover_bg-warning-dark:hover {
    background-color: #7E6600;
  }

  .xl_hover_bg-danger:hover {
    background-color: #FE2929;
  }

  .xl_hover_bg-danger-dark:hover {
    background-color: #CB0000;
  }

  .xl_hover_bg-light:hover {
    background-color: #F0F0F0;
  }

  .xl_hover_bg-dark:hover {
    background-color: #454545;
  }

  .xl_hover_bg-darkest:hover {
    background-color: #313131;
  }

  .xl_hover_bg-transparent-dark:hover {
    background-color: rgba(0,0,0,0.6);
  }

  .xl_hover_bg-facebook:hover {
    background-color: #3b5998;
  }

  .xl_hover_bg-twitter:hover {
    background-color: #000000;
  }

  .xl_hover_bg-google:hover {
    background-color: #DB4437;
  }

  .xl_hover_bg-linkedin:hover {
    background-color: #0077B5;
  }

  .xl_hover_bg-adobe:hover {
    background-color: #FF0000;
  }

  .xl_hover_bg-rss:hover {
    background-color: #f26522;
  }

  .xl_focus_bg-transparent:focus {
    background-color: transparent;
  }

  .xl_focus_bg-black:focus {
    background-color: #000;
  }

  .xl_focus_bg-white:focus {
    background-color: #fff;
  }

  .xl_focus_bg-gray-100:focus {
    background-color: #f7fafc;
  }

  .xl_focus_bg-gray-200:focus {
    background-color: #edf2f7;
  }

  .xl_focus_bg-gray-300:focus {
    background-color: #e2e8f0;
  }

  .xl_focus_bg-gray-400:focus {
    background-color: #B8B8B8;
  }

  .xl_focus_bg-gray-500:focus {
    background-color: #a0aec0;
  }

  .xl_focus_bg-gray-600:focus {
    background-color: #718096;
  }

  .xl_focus_bg-gray-700:focus {
    background-color: #313131;
  }

  .xl_focus_bg-gray-800:focus {
    background-color: #2d3748;
  }

  .xl_focus_bg-gray-900:focus {
    background-color: #1a202c;
  }

  .xl_focus_bg-red-100:focus {
    background-color: #fff5f5;
  }

  .xl_focus_bg-red-200:focus {
    background-color: #fed7d7;
  }

  .xl_focus_bg-red-300:focus {
    background-color: #feb2b2;
  }

  .xl_focus_bg-red-400:focus {
    background-color: #fc8181;
  }

  .xl_focus_bg-red-500:focus {
    background-color: #f56565;
  }

  .xl_focus_bg-red-600:focus {
    background-color: #e53e3e;
  }

  .xl_focus_bg-red-700:focus {
    background-color: #c53030;
  }

  .xl_focus_bg-red-800:focus {
    background-color: #9b2c2c;
  }

  .xl_focus_bg-red-900:focus {
    background-color: #742a2a;
  }

  .xl_focus_bg-orange-100:focus {
    background-color: #fffaf0;
  }

  .xl_focus_bg-orange-200:focus {
    background-color: #feebc8;
  }

  .xl_focus_bg-orange-300:focus {
    background-color: #fbd38d;
  }

  .xl_focus_bg-orange-400:focus {
    background-color: #f6ad55;
  }

  .xl_focus_bg-orange-500:focus {
    background-color: #ed8936;
  }

  .xl_focus_bg-orange-600:focus {
    background-color: #dd6b20;
  }

  .xl_focus_bg-orange-700:focus {
    background-color: #c05621;
  }

  .xl_focus_bg-orange-800:focus {
    background-color: #9c4221;
  }

  .xl_focus_bg-orange-900:focus {
    background-color: #7b341e;
  }

  .xl_focus_bg-yellow-100:focus {
    background-color: #fffff0;
  }

  .xl_focus_bg-yellow-200:focus {
    background-color: #fefcbf;
  }

  .xl_focus_bg-yellow-300:focus {
    background-color: #faf089;
  }

  .xl_focus_bg-yellow-400:focus {
    background-color: #f6e05e;
  }

  .xl_focus_bg-yellow-500:focus {
    background-color: #ecc94b;
  }

  .xl_focus_bg-yellow-600:focus {
    background-color: #d69e2e;
  }

  .xl_focus_bg-yellow-700:focus {
    background-color: #b7791f;
  }

  .xl_focus_bg-yellow-800:focus {
    background-color: #975a16;
  }

  .xl_focus_bg-yellow-900:focus {
    background-color: #744210;
  }

  .xl_focus_bg-green-100:focus {
    background-color: #f0fff4;
  }

  .xl_focus_bg-green-200:focus {
    background-color: #c6f6d5;
  }

  .xl_focus_bg-green-300:focus {
    background-color: #9ae6b4;
  }

  .xl_focus_bg-green-400:focus {
    background-color: #68d391;
  }

  .xl_focus_bg-green-500:focus {
    background-color: #48bb78;
  }

  .xl_focus_bg-green-600:focus {
    background-color: #38a169;
  }

  .xl_focus_bg-green-700:focus {
    background-color: #2f855a;
  }

  .xl_focus_bg-green-800:focus {
    background-color: #276749;
  }

  .xl_focus_bg-green-900:focus {
    background-color: #22543d;
  }

  .xl_focus_bg-teal-100:focus {
    background-color: #e6fffa;
  }

  .xl_focus_bg-teal-200:focus {
    background-color: #b2f5ea;
  }

  .xl_focus_bg-teal-300:focus {
    background-color: #81e6d9;
  }

  .xl_focus_bg-teal-400:focus {
    background-color: #4fd1c5;
  }

  .xl_focus_bg-teal-500:focus {
    background-color: #38b2ac;
  }

  .xl_focus_bg-teal-600:focus {
    background-color: #319795;
  }

  .xl_focus_bg-teal-700:focus {
    background-color: #2c7a7b;
  }

  .xl_focus_bg-teal-800:focus {
    background-color: #285e61;
  }

  .xl_focus_bg-teal-900:focus {
    background-color: #234e52;
  }

  .xl_focus_bg-blue-100:focus {
    background-color: #ebf8ff;
  }

  .xl_focus_bg-blue-200:focus {
    background-color: #bee3f8;
  }

  .xl_focus_bg-blue-300:focus {
    background-color: #90cdf4;
  }

  .xl_focus_bg-blue-400:focus {
    background-color: #63b3ed;
  }

  .xl_focus_bg-blue-500:focus {
    background-color: #4299e1;
  }

  .xl_focus_bg-blue-600:focus {
    background-color: #3182ce;
  }

  .xl_focus_bg-blue-700:focus {
    background-color: #2b6cb0;
  }

  .xl_focus_bg-blue-800:focus {
    background-color: #2c5282;
  }

  .xl_focus_bg-blue-900:focus {
    background-color: #2B4780;
  }

  .xl_focus_bg-indigo-100:focus {
    background-color: #ebf4ff;
  }

  .xl_focus_bg-indigo-200:focus {
    background-color: #c3dafe;
  }

  .xl_focus_bg-indigo-300:focus {
    background-color: #a3bffa;
  }

  .xl_focus_bg-indigo-400:focus {
    background-color: #7f9cf5;
  }

  .xl_focus_bg-indigo-500:focus {
    background-color: #667eea;
  }

  .xl_focus_bg-indigo-600:focus {
    background-color: #5a67d8;
  }

  .xl_focus_bg-indigo-700:focus {
    background-color: #4c51bf;
  }

  .xl_focus_bg-indigo-800:focus {
    background-color: #434190;
  }

  .xl_focus_bg-indigo-900:focus {
    background-color: #3c366b;
  }

  .xl_focus_bg-purple-100:focus {
    background-color: #faf5ff;
  }

  .xl_focus_bg-purple-200:focus {
    background-color: #e9d8fd;
  }

  .xl_focus_bg-purple-300:focus {
    background-color: #d6bcfa;
  }

  .xl_focus_bg-purple-400:focus {
    background-color: #b794f4;
  }

  .xl_focus_bg-purple-500:focus {
    background-color: #9f7aea;
  }

  .xl_focus_bg-purple-600:focus {
    background-color: #805ad5;
  }

  .xl_focus_bg-purple-700:focus {
    background-color: #6b46c1;
  }

  .xl_focus_bg-purple-800:focus {
    background-color: #553c9a;
  }

  .xl_focus_bg-purple-900:focus {
    background-color: #44337a;
  }

  .xl_focus_bg-pink-100:focus {
    background-color: #fff5f7;
  }

  .xl_focus_bg-pink-200:focus {
    background-color: #fed7e2;
  }

  .xl_focus_bg-pink-300:focus {
    background-color: #fbb6ce;
  }

  .xl_focus_bg-pink-400:focus {
    background-color: #f687b3;
  }

  .xl_focus_bg-pink-500:focus {
    background-color: #ed64a6;
  }

  .xl_focus_bg-pink-600:focus {
    background-color: #d53f8c;
  }

  .xl_focus_bg-pink-700:focus {
    background-color: #b83280;
  }

  .xl_focus_bg-pink-800:focus {
    background-color: #97266d;
  }

  .xl_focus_bg-pink-900:focus {
    background-color: #702459;
  }

  .xl_focus_bg-brand:focus {
    background-color: #FE2929;
  }

  .xl_focus_bg-brand-dark:focus {
    background-color: #CB0000;
  }

  .xl_focus_bg-primary:focus {
    background-color: #2D58AA;
  }

  .xl_focus_bg-primary-dark:focus {
    background-color: #002577;
  }

  .xl_focus_bg-info:focus {
    background-color: #2B73A3;
  }

  .xl_focus_bg-info-dark:focus {
    background-color: #002577;
  }

  .xl_focus_bg-success:focus {
    background-color: #0EDD66;
  }

  .xl_focus_bg-success-dark:focus {
    background-color: #00AA33;
  }

  .xl_focus_bg-warning:focus {
    background-color: #B1991A;
  }

  .xl_focus_bg-warning-dark:focus {
    background-color: #7E6600;
  }

  .xl_focus_bg-danger:focus {
    background-color: #FE2929;
  }

  .xl_focus_bg-danger-dark:focus {
    background-color: #CB0000;
  }

  .xl_focus_bg-light:focus {
    background-color: #F0F0F0;
  }

  .xl_focus_bg-dark:focus {
    background-color: #454545;
  }

  .xl_focus_bg-darkest:focus {
    background-color: #313131;
  }

  .xl_focus_bg-transparent-dark:focus {
    background-color: rgba(0,0,0,0.6);
  }

  .xl_focus_bg-facebook:focus {
    background-color: #3b5998;
  }

  .xl_focus_bg-twitter:focus {
    background-color: #000000;
  }

  .xl_focus_bg-google:focus {
    background-color: #DB4437;
  }

  .xl_focus_bg-linkedin:focus {
    background-color: #0077B5;
  }

  .xl_focus_bg-adobe:focus {
    background-color: #FF0000;
  }

  .xl_focus_bg-rss:focus {
    background-color: #f26522;
  }

  .xl_bg-bottom {
    background-position: bottom;
  }

  .xl_bg-center {
    background-position: center;
  }

  .xl_bg-left {
    background-position: left;
  }

  .xl_bg-left-bottom {
    background-position: left bottom;
  }

  .xl_bg-left-top {
    background-position: left top;
  }

  .xl_bg-right {
    background-position: right;
  }

  .xl_bg-right-bottom {
    background-position: right bottom;
  }

  .xl_bg-right-top {
    background-position: right top;
  }

  .xl_bg-top {
    background-position: top;
  }

  .xl_bg-repeat {
    background-repeat: repeat;
  }

  .xl_bg-no-repeat {
    background-repeat: no-repeat;
  }

  .xl_bg-repeat-x {
    background-repeat: repeat-x;
  }

  .xl_bg-repeat-y {
    background-repeat: repeat-y;
  }

  .xl_bg-repeat-round {
    background-repeat: round;
  }

  .xl_bg-repeat-space {
    background-repeat: space;
  }

  .xl_bg-auto {
    background-size: auto;
  }

  .xl_bg-cover {
    background-size: cover;
  }

  .xl_bg-contain {
    background-size: contain;
  }

  .xl_border-collapse {
    border-collapse: collapse;
  }

  .xl_border-separate {
    border-collapse: separate;
  }

  .xl_border-transparent {
    border-color: transparent;
  }

  .xl_border-black {
    border-color: #000;
  }

  .xl_border-white {
    border-color: #fff;
  }

  .xl_border-gray-100 {
    border-color: #f7fafc;
  }

  .xl_border-gray-200 {
    border-color: #edf2f7;
  }

  .xl_border-gray-300 {
    border-color: #e2e8f0;
  }

  .xl_border-gray-400 {
    border-color: #B8B8B8;
  }

  .xl_border-gray-500 {
    border-color: #a0aec0;
  }

  .xl_border-gray-600 {
    border-color: #718096;
  }

  .xl_border-gray-700 {
    border-color: #313131;
  }

  .xl_border-gray-800 {
    border-color: #2d3748;
  }

  .xl_border-gray-900 {
    border-color: #1a202c;
  }

  .xl_border-red-100 {
    border-color: #fff5f5;
  }

  .xl_border-red-200 {
    border-color: #fed7d7;
  }

  .xl_border-red-300 {
    border-color: #feb2b2;
  }

  .xl_border-red-400 {
    border-color: #fc8181;
  }

  .xl_border-red-500 {
    border-color: #f56565;
  }

  .xl_border-red-600 {
    border-color: #e53e3e;
  }

  .xl_border-red-700 {
    border-color: #c53030;
  }

  .xl_border-red-800 {
    border-color: #9b2c2c;
  }

  .xl_border-red-900 {
    border-color: #742a2a;
  }

  .xl_border-orange-100 {
    border-color: #fffaf0;
  }

  .xl_border-orange-200 {
    border-color: #feebc8;
  }

  .xl_border-orange-300 {
    border-color: #fbd38d;
  }

  .xl_border-orange-400 {
    border-color: #f6ad55;
  }

  .xl_border-orange-500 {
    border-color: #ed8936;
  }

  .xl_border-orange-600 {
    border-color: #dd6b20;
  }

  .xl_border-orange-700 {
    border-color: #c05621;
  }

  .xl_border-orange-800 {
    border-color: #9c4221;
  }

  .xl_border-orange-900 {
    border-color: #7b341e;
  }

  .xl_border-yellow-100 {
    border-color: #fffff0;
  }

  .xl_border-yellow-200 {
    border-color: #fefcbf;
  }

  .xl_border-yellow-300 {
    border-color: #faf089;
  }

  .xl_border-yellow-400 {
    border-color: #f6e05e;
  }

  .xl_border-yellow-500 {
    border-color: #ecc94b;
  }

  .xl_border-yellow-600 {
    border-color: #d69e2e;
  }

  .xl_border-yellow-700 {
    border-color: #b7791f;
  }

  .xl_border-yellow-800 {
    border-color: #975a16;
  }

  .xl_border-yellow-900 {
    border-color: #744210;
  }

  .xl_border-green-100 {
    border-color: #f0fff4;
  }

  .xl_border-green-200 {
    border-color: #c6f6d5;
  }

  .xl_border-green-300 {
    border-color: #9ae6b4;
  }

  .xl_border-green-400 {
    border-color: #68d391;
  }

  .xl_border-green-500 {
    border-color: #48bb78;
  }

  .xl_border-green-600 {
    border-color: #38a169;
  }

  .xl_border-green-700 {
    border-color: #2f855a;
  }

  .xl_border-green-800 {
    border-color: #276749;
  }

  .xl_border-green-900 {
    border-color: #22543d;
  }

  .xl_border-teal-100 {
    border-color: #e6fffa;
  }

  .xl_border-teal-200 {
    border-color: #b2f5ea;
  }

  .xl_border-teal-300 {
    border-color: #81e6d9;
  }

  .xl_border-teal-400 {
    border-color: #4fd1c5;
  }

  .xl_border-teal-500 {
    border-color: #38b2ac;
  }

  .xl_border-teal-600 {
    border-color: #319795;
  }

  .xl_border-teal-700 {
    border-color: #2c7a7b;
  }

  .xl_border-teal-800 {
    border-color: #285e61;
  }

  .xl_border-teal-900 {
    border-color: #234e52;
  }

  .xl_border-blue-100 {
    border-color: #ebf8ff;
  }

  .xl_border-blue-200 {
    border-color: #bee3f8;
  }

  .xl_border-blue-300 {
    border-color: #90cdf4;
  }

  .xl_border-blue-400 {
    border-color: #63b3ed;
  }

  .xl_border-blue-500 {
    border-color: #4299e1;
  }

  .xl_border-blue-600 {
    border-color: #3182ce;
  }

  .xl_border-blue-700 {
    border-color: #2b6cb0;
  }

  .xl_border-blue-800 {
    border-color: #2c5282;
  }

  .xl_border-blue-900 {
    border-color: #2B4780;
  }

  .xl_border-indigo-100 {
    border-color: #ebf4ff;
  }

  .xl_border-indigo-200 {
    border-color: #c3dafe;
  }

  .xl_border-indigo-300 {
    border-color: #a3bffa;
  }

  .xl_border-indigo-400 {
    border-color: #7f9cf5;
  }

  .xl_border-indigo-500 {
    border-color: #667eea;
  }

  .xl_border-indigo-600 {
    border-color: #5a67d8;
  }

  .xl_border-indigo-700 {
    border-color: #4c51bf;
  }

  .xl_border-indigo-800 {
    border-color: #434190;
  }

  .xl_border-indigo-900 {
    border-color: #3c366b;
  }

  .xl_border-purple-100 {
    border-color: #faf5ff;
  }

  .xl_border-purple-200 {
    border-color: #e9d8fd;
  }

  .xl_border-purple-300 {
    border-color: #d6bcfa;
  }

  .xl_border-purple-400 {
    border-color: #b794f4;
  }

  .xl_border-purple-500 {
    border-color: #9f7aea;
  }

  .xl_border-purple-600 {
    border-color: #805ad5;
  }

  .xl_border-purple-700 {
    border-color: #6b46c1;
  }

  .xl_border-purple-800 {
    border-color: #553c9a;
  }

  .xl_border-purple-900 {
    border-color: #44337a;
  }

  .xl_border-pink-100 {
    border-color: #fff5f7;
  }

  .xl_border-pink-200 {
    border-color: #fed7e2;
  }

  .xl_border-pink-300 {
    border-color: #fbb6ce;
  }

  .xl_border-pink-400 {
    border-color: #f687b3;
  }

  .xl_border-pink-500 {
    border-color: #ed64a6;
  }

  .xl_border-pink-600 {
    border-color: #d53f8c;
  }

  .xl_border-pink-700 {
    border-color: #b83280;
  }

  .xl_border-pink-800 {
    border-color: #97266d;
  }

  .xl_border-pink-900 {
    border-color: #702459;
  }

  .xl_border-brand {
    border-color: #FE2929;
  }

  .xl_border-brand-dark {
    border-color: #CB0000;
  }

  .xl_border-primary {
    border-color: #2D58AA;
  }

  .xl_border-primary-dark {
    border-color: #002577;
  }

  .xl_border-info {
    border-color: #2B73A3;
  }

  .xl_border-info-dark {
    border-color: #002577;
  }

  .xl_border-success {
    border-color: #0EDD66;
  }

  .xl_border-success-dark {
    border-color: #00AA33;
  }

  .xl_border-warning {
    border-color: #B1991A;
  }

  .xl_border-warning-dark {
    border-color: #7E6600;
  }

  .xl_border-danger {
    border-color: #FE2929;
  }

  .xl_border-danger-dark {
    border-color: #CB0000;
  }

  .xl_border-light {
    border-color: #F0F0F0;
  }

  .xl_border-dark {
    border-color: #454545;
  }

  .xl_border-darkest {
    border-color: #313131;
  }

  .xl_border-transparent-dark {
    border-color: rgba(0,0,0,0.6);
  }

  .xl_border-facebook {
    border-color: #3b5998;
  }

  .xl_border-twitter {
    border-color: #000000;
  }

  .xl_border-google {
    border-color: #DB4437;
  }

  .xl_border-linkedin {
    border-color: #0077B5;
  }

  .xl_border-adobe {
    border-color: #FF0000;
  }

  .xl_border-rss {
    border-color: #f26522;
  }

  .xl_hover_border-transparent:hover {
    border-color: transparent;
  }

  .xl_hover_border-black:hover {
    border-color: #000;
  }

  .xl_hover_border-white:hover {
    border-color: #fff;
  }

  .xl_hover_border-gray-100:hover {
    border-color: #f7fafc;
  }

  .xl_hover_border-gray-200:hover {
    border-color: #edf2f7;
  }

  .xl_hover_border-gray-300:hover {
    border-color: #e2e8f0;
  }

  .xl_hover_border-gray-400:hover {
    border-color: #B8B8B8;
  }

  .xl_hover_border-gray-500:hover {
    border-color: #a0aec0;
  }

  .xl_hover_border-gray-600:hover {
    border-color: #718096;
  }

  .xl_hover_border-gray-700:hover {
    border-color: #313131;
  }

  .xl_hover_border-gray-800:hover {
    border-color: #2d3748;
  }

  .xl_hover_border-gray-900:hover {
    border-color: #1a202c;
  }

  .xl_hover_border-red-100:hover {
    border-color: #fff5f5;
  }

  .xl_hover_border-red-200:hover {
    border-color: #fed7d7;
  }

  .xl_hover_border-red-300:hover {
    border-color: #feb2b2;
  }

  .xl_hover_border-red-400:hover {
    border-color: #fc8181;
  }

  .xl_hover_border-red-500:hover {
    border-color: #f56565;
  }

  .xl_hover_border-red-600:hover {
    border-color: #e53e3e;
  }

  .xl_hover_border-red-700:hover {
    border-color: #c53030;
  }

  .xl_hover_border-red-800:hover {
    border-color: #9b2c2c;
  }

  .xl_hover_border-red-900:hover {
    border-color: #742a2a;
  }

  .xl_hover_border-orange-100:hover {
    border-color: #fffaf0;
  }

  .xl_hover_border-orange-200:hover {
    border-color: #feebc8;
  }

  .xl_hover_border-orange-300:hover {
    border-color: #fbd38d;
  }

  .xl_hover_border-orange-400:hover {
    border-color: #f6ad55;
  }

  .xl_hover_border-orange-500:hover {
    border-color: #ed8936;
  }

  .xl_hover_border-orange-600:hover {
    border-color: #dd6b20;
  }

  .xl_hover_border-orange-700:hover {
    border-color: #c05621;
  }

  .xl_hover_border-orange-800:hover {
    border-color: #9c4221;
  }

  .xl_hover_border-orange-900:hover {
    border-color: #7b341e;
  }

  .xl_hover_border-yellow-100:hover {
    border-color: #fffff0;
  }

  .xl_hover_border-yellow-200:hover {
    border-color: #fefcbf;
  }

  .xl_hover_border-yellow-300:hover {
    border-color: #faf089;
  }

  .xl_hover_border-yellow-400:hover {
    border-color: #f6e05e;
  }

  .xl_hover_border-yellow-500:hover {
    border-color: #ecc94b;
  }

  .xl_hover_border-yellow-600:hover {
    border-color: #d69e2e;
  }

  .xl_hover_border-yellow-700:hover {
    border-color: #b7791f;
  }

  .xl_hover_border-yellow-800:hover {
    border-color: #975a16;
  }

  .xl_hover_border-yellow-900:hover {
    border-color: #744210;
  }

  .xl_hover_border-green-100:hover {
    border-color: #f0fff4;
  }

  .xl_hover_border-green-200:hover {
    border-color: #c6f6d5;
  }

  .xl_hover_border-green-300:hover {
    border-color: #9ae6b4;
  }

  .xl_hover_border-green-400:hover {
    border-color: #68d391;
  }

  .xl_hover_border-green-500:hover {
    border-color: #48bb78;
  }

  .xl_hover_border-green-600:hover {
    border-color: #38a169;
  }

  .xl_hover_border-green-700:hover {
    border-color: #2f855a;
  }

  .xl_hover_border-green-800:hover {
    border-color: #276749;
  }

  .xl_hover_border-green-900:hover {
    border-color: #22543d;
  }

  .xl_hover_border-teal-100:hover {
    border-color: #e6fffa;
  }

  .xl_hover_border-teal-200:hover {
    border-color: #b2f5ea;
  }

  .xl_hover_border-teal-300:hover {
    border-color: #81e6d9;
  }

  .xl_hover_border-teal-400:hover {
    border-color: #4fd1c5;
  }

  .xl_hover_border-teal-500:hover {
    border-color: #38b2ac;
  }

  .xl_hover_border-teal-600:hover {
    border-color: #319795;
  }

  .xl_hover_border-teal-700:hover {
    border-color: #2c7a7b;
  }

  .xl_hover_border-teal-800:hover {
    border-color: #285e61;
  }

  .xl_hover_border-teal-900:hover {
    border-color: #234e52;
  }

  .xl_hover_border-blue-100:hover {
    border-color: #ebf8ff;
  }

  .xl_hover_border-blue-200:hover {
    border-color: #bee3f8;
  }

  .xl_hover_border-blue-300:hover {
    border-color: #90cdf4;
  }

  .xl_hover_border-blue-400:hover {
    border-color: #63b3ed;
  }

  .xl_hover_border-blue-500:hover {
    border-color: #4299e1;
  }

  .xl_hover_border-blue-600:hover {
    border-color: #3182ce;
  }

  .xl_hover_border-blue-700:hover {
    border-color: #2b6cb0;
  }

  .xl_hover_border-blue-800:hover {
    border-color: #2c5282;
  }

  .xl_hover_border-blue-900:hover {
    border-color: #2B4780;
  }

  .xl_hover_border-indigo-100:hover {
    border-color: #ebf4ff;
  }

  .xl_hover_border-indigo-200:hover {
    border-color: #c3dafe;
  }

  .xl_hover_border-indigo-300:hover {
    border-color: #a3bffa;
  }

  .xl_hover_border-indigo-400:hover {
    border-color: #7f9cf5;
  }

  .xl_hover_border-indigo-500:hover {
    border-color: #667eea;
  }

  .xl_hover_border-indigo-600:hover {
    border-color: #5a67d8;
  }

  .xl_hover_border-indigo-700:hover {
    border-color: #4c51bf;
  }

  .xl_hover_border-indigo-800:hover {
    border-color: #434190;
  }

  .xl_hover_border-indigo-900:hover {
    border-color: #3c366b;
  }

  .xl_hover_border-purple-100:hover {
    border-color: #faf5ff;
  }

  .xl_hover_border-purple-200:hover {
    border-color: #e9d8fd;
  }

  .xl_hover_border-purple-300:hover {
    border-color: #d6bcfa;
  }

  .xl_hover_border-purple-400:hover {
    border-color: #b794f4;
  }

  .xl_hover_border-purple-500:hover {
    border-color: #9f7aea;
  }

  .xl_hover_border-purple-600:hover {
    border-color: #805ad5;
  }

  .xl_hover_border-purple-700:hover {
    border-color: #6b46c1;
  }

  .xl_hover_border-purple-800:hover {
    border-color: #553c9a;
  }

  .xl_hover_border-purple-900:hover {
    border-color: #44337a;
  }

  .xl_hover_border-pink-100:hover {
    border-color: #fff5f7;
  }

  .xl_hover_border-pink-200:hover {
    border-color: #fed7e2;
  }

  .xl_hover_border-pink-300:hover {
    border-color: #fbb6ce;
  }

  .xl_hover_border-pink-400:hover {
    border-color: #f687b3;
  }

  .xl_hover_border-pink-500:hover {
    border-color: #ed64a6;
  }

  .xl_hover_border-pink-600:hover {
    border-color: #d53f8c;
  }

  .xl_hover_border-pink-700:hover {
    border-color: #b83280;
  }

  .xl_hover_border-pink-800:hover {
    border-color: #97266d;
  }

  .xl_hover_border-pink-900:hover {
    border-color: #702459;
  }

  .xl_hover_border-brand:hover {
    border-color: #FE2929;
  }

  .xl_hover_border-brand-dark:hover {
    border-color: #CB0000;
  }

  .xl_hover_border-primary:hover {
    border-color: #2D58AA;
  }

  .xl_hover_border-primary-dark:hover {
    border-color: #002577;
  }

  .xl_hover_border-info:hover {
    border-color: #2B73A3;
  }

  .xl_hover_border-info-dark:hover {
    border-color: #002577;
  }

  .xl_hover_border-success:hover {
    border-color: #0EDD66;
  }

  .xl_hover_border-success-dark:hover {
    border-color: #00AA33;
  }

  .xl_hover_border-warning:hover {
    border-color: #B1991A;
  }

  .xl_hover_border-warning-dark:hover {
    border-color: #7E6600;
  }

  .xl_hover_border-danger:hover {
    border-color: #FE2929;
  }

  .xl_hover_border-danger-dark:hover {
    border-color: #CB0000;
  }

  .xl_hover_border-light:hover {
    border-color: #F0F0F0;
  }

  .xl_hover_border-dark:hover {
    border-color: #454545;
  }

  .xl_hover_border-darkest:hover {
    border-color: #313131;
  }

  .xl_hover_border-transparent-dark:hover {
    border-color: rgba(0,0,0,0.6);
  }

  .xl_hover_border-facebook:hover {
    border-color: #3b5998;
  }

  .xl_hover_border-twitter:hover {
    border-color: #000000;
  }

  .xl_hover_border-google:hover {
    border-color: #DB4437;
  }

  .xl_hover_border-linkedin:hover {
    border-color: #0077B5;
  }

  .xl_hover_border-adobe:hover {
    border-color: #FF0000;
  }

  .xl_hover_border-rss:hover {
    border-color: #f26522;
  }

  .xl_focus_border-transparent:focus {
    border-color: transparent;
  }

  .xl_focus_border-black:focus {
    border-color: #000;
  }

  .xl_focus_border-white:focus {
    border-color: #fff;
  }

  .xl_focus_border-gray-100:focus {
    border-color: #f7fafc;
  }

  .xl_focus_border-gray-200:focus {
    border-color: #edf2f7;
  }

  .xl_focus_border-gray-300:focus {
    border-color: #e2e8f0;
  }

  .xl_focus_border-gray-400:focus {
    border-color: #B8B8B8;
  }

  .xl_focus_border-gray-500:focus {
    border-color: #a0aec0;
  }

  .xl_focus_border-gray-600:focus {
    border-color: #718096;
  }

  .xl_focus_border-gray-700:focus {
    border-color: #313131;
  }

  .xl_focus_border-gray-800:focus {
    border-color: #2d3748;
  }

  .xl_focus_border-gray-900:focus {
    border-color: #1a202c;
  }

  .xl_focus_border-red-100:focus {
    border-color: #fff5f5;
  }

  .xl_focus_border-red-200:focus {
    border-color: #fed7d7;
  }

  .xl_focus_border-red-300:focus {
    border-color: #feb2b2;
  }

  .xl_focus_border-red-400:focus {
    border-color: #fc8181;
  }

  .xl_focus_border-red-500:focus {
    border-color: #f56565;
  }

  .xl_focus_border-red-600:focus {
    border-color: #e53e3e;
  }

  .xl_focus_border-red-700:focus {
    border-color: #c53030;
  }

  .xl_focus_border-red-800:focus {
    border-color: #9b2c2c;
  }

  .xl_focus_border-red-900:focus {
    border-color: #742a2a;
  }

  .xl_focus_border-orange-100:focus {
    border-color: #fffaf0;
  }

  .xl_focus_border-orange-200:focus {
    border-color: #feebc8;
  }

  .xl_focus_border-orange-300:focus {
    border-color: #fbd38d;
  }

  .xl_focus_border-orange-400:focus {
    border-color: #f6ad55;
  }

  .xl_focus_border-orange-500:focus {
    border-color: #ed8936;
  }

  .xl_focus_border-orange-600:focus {
    border-color: #dd6b20;
  }

  .xl_focus_border-orange-700:focus {
    border-color: #c05621;
  }

  .xl_focus_border-orange-800:focus {
    border-color: #9c4221;
  }

  .xl_focus_border-orange-900:focus {
    border-color: #7b341e;
  }

  .xl_focus_border-yellow-100:focus {
    border-color: #fffff0;
  }

  .xl_focus_border-yellow-200:focus {
    border-color: #fefcbf;
  }

  .xl_focus_border-yellow-300:focus {
    border-color: #faf089;
  }

  .xl_focus_border-yellow-400:focus {
    border-color: #f6e05e;
  }

  .xl_focus_border-yellow-500:focus {
    border-color: #ecc94b;
  }

  .xl_focus_border-yellow-600:focus {
    border-color: #d69e2e;
  }

  .xl_focus_border-yellow-700:focus {
    border-color: #b7791f;
  }

  .xl_focus_border-yellow-800:focus {
    border-color: #975a16;
  }

  .xl_focus_border-yellow-900:focus {
    border-color: #744210;
  }

  .xl_focus_border-green-100:focus {
    border-color: #f0fff4;
  }

  .xl_focus_border-green-200:focus {
    border-color: #c6f6d5;
  }

  .xl_focus_border-green-300:focus {
    border-color: #9ae6b4;
  }

  .xl_focus_border-green-400:focus {
    border-color: #68d391;
  }

  .xl_focus_border-green-500:focus {
    border-color: #48bb78;
  }

  .xl_focus_border-green-600:focus {
    border-color: #38a169;
  }

  .xl_focus_border-green-700:focus {
    border-color: #2f855a;
  }

  .xl_focus_border-green-800:focus {
    border-color: #276749;
  }

  .xl_focus_border-green-900:focus {
    border-color: #22543d;
  }

  .xl_focus_border-teal-100:focus {
    border-color: #e6fffa;
  }

  .xl_focus_border-teal-200:focus {
    border-color: #b2f5ea;
  }

  .xl_focus_border-teal-300:focus {
    border-color: #81e6d9;
  }

  .xl_focus_border-teal-400:focus {
    border-color: #4fd1c5;
  }

  .xl_focus_border-teal-500:focus {
    border-color: #38b2ac;
  }

  .xl_focus_border-teal-600:focus {
    border-color: #319795;
  }

  .xl_focus_border-teal-700:focus {
    border-color: #2c7a7b;
  }

  .xl_focus_border-teal-800:focus {
    border-color: #285e61;
  }

  .xl_focus_border-teal-900:focus {
    border-color: #234e52;
  }

  .xl_focus_border-blue-100:focus {
    border-color: #ebf8ff;
  }

  .xl_focus_border-blue-200:focus {
    border-color: #bee3f8;
  }

  .xl_focus_border-blue-300:focus {
    border-color: #90cdf4;
  }

  .xl_focus_border-blue-400:focus {
    border-color: #63b3ed;
  }

  .xl_focus_border-blue-500:focus {
    border-color: #4299e1;
  }

  .xl_focus_border-blue-600:focus {
    border-color: #3182ce;
  }

  .xl_focus_border-blue-700:focus {
    border-color: #2b6cb0;
  }

  .xl_focus_border-blue-800:focus {
    border-color: #2c5282;
  }

  .xl_focus_border-blue-900:focus {
    border-color: #2B4780;
  }

  .xl_focus_border-indigo-100:focus {
    border-color: #ebf4ff;
  }

  .xl_focus_border-indigo-200:focus {
    border-color: #c3dafe;
  }

  .xl_focus_border-indigo-300:focus {
    border-color: #a3bffa;
  }

  .xl_focus_border-indigo-400:focus {
    border-color: #7f9cf5;
  }

  .xl_focus_border-indigo-500:focus {
    border-color: #667eea;
  }

  .xl_focus_border-indigo-600:focus {
    border-color: #5a67d8;
  }

  .xl_focus_border-indigo-700:focus {
    border-color: #4c51bf;
  }

  .xl_focus_border-indigo-800:focus {
    border-color: #434190;
  }

  .xl_focus_border-indigo-900:focus {
    border-color: #3c366b;
  }

  .xl_focus_border-purple-100:focus {
    border-color: #faf5ff;
  }

  .xl_focus_border-purple-200:focus {
    border-color: #e9d8fd;
  }

  .xl_focus_border-purple-300:focus {
    border-color: #d6bcfa;
  }

  .xl_focus_border-purple-400:focus {
    border-color: #b794f4;
  }

  .xl_focus_border-purple-500:focus {
    border-color: #9f7aea;
  }

  .xl_focus_border-purple-600:focus {
    border-color: #805ad5;
  }

  .xl_focus_border-purple-700:focus {
    border-color: #6b46c1;
  }

  .xl_focus_border-purple-800:focus {
    border-color: #553c9a;
  }

  .xl_focus_border-purple-900:focus {
    border-color: #44337a;
  }

  .xl_focus_border-pink-100:focus {
    border-color: #fff5f7;
  }

  .xl_focus_border-pink-200:focus {
    border-color: #fed7e2;
  }

  .xl_focus_border-pink-300:focus {
    border-color: #fbb6ce;
  }

  .xl_focus_border-pink-400:focus {
    border-color: #f687b3;
  }

  .xl_focus_border-pink-500:focus {
    border-color: #ed64a6;
  }

  .xl_focus_border-pink-600:focus {
    border-color: #d53f8c;
  }

  .xl_focus_border-pink-700:focus {
    border-color: #b83280;
  }

  .xl_focus_border-pink-800:focus {
    border-color: #97266d;
  }

  .xl_focus_border-pink-900:focus {
    border-color: #702459;
  }

  .xl_focus_border-brand:focus {
    border-color: #FE2929;
  }

  .xl_focus_border-brand-dark:focus {
    border-color: #CB0000;
  }

  .xl_focus_border-primary:focus {
    border-color: #2D58AA;
  }

  .xl_focus_border-primary-dark:focus {
    border-color: #002577;
  }

  .xl_focus_border-info:focus {
    border-color: #2B73A3;
  }

  .xl_focus_border-info-dark:focus {
    border-color: #002577;
  }

  .xl_focus_border-success:focus {
    border-color: #0EDD66;
  }

  .xl_focus_border-success-dark:focus {
    border-color: #00AA33;
  }

  .xl_focus_border-warning:focus {
    border-color: #B1991A;
  }

  .xl_focus_border-warning-dark:focus {
    border-color: #7E6600;
  }

  .xl_focus_border-danger:focus {
    border-color: #FE2929;
  }

  .xl_focus_border-danger-dark:focus {
    border-color: #CB0000;
  }

  .xl_focus_border-light:focus {
    border-color: #F0F0F0;
  }

  .xl_focus_border-dark:focus {
    border-color: #454545;
  }

  .xl_focus_border-darkest:focus {
    border-color: #313131;
  }

  .xl_focus_border-transparent-dark:focus {
    border-color: rgba(0,0,0,0.6);
  }

  .xl_focus_border-facebook:focus {
    border-color: #3b5998;
  }

  .xl_focus_border-twitter:focus {
    border-color: #000000;
  }

  .xl_focus_border-google:focus {
    border-color: #DB4437;
  }

  .xl_focus_border-linkedin:focus {
    border-color: #0077B5;
  }

  .xl_focus_border-adobe:focus {
    border-color: #FF0000;
  }

  .xl_focus_border-rss:focus {
    border-color: #f26522;
  }

  .xl_rounded-none {
    border-radius: 0;
  }

  .xl_rounded-sm {
    border-radius: 0.147rem;
  }

  .xl_rounded {
    border-radius: 0.294rem;
  }

  .xl_rounded-lg {
    border-radius: 0.588rem;
  }

  .xl_rounded-full {
    border-radius: 9999px;
  }

  .xl_rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xl_rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xl_rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl_rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl_rounded-t-sm {
    border-top-left-radius: 0.147rem;
    border-top-right-radius: 0.147rem;
  }

  .xl_rounded-r-sm {
    border-top-right-radius: 0.147rem;
    border-bottom-right-radius: 0.147rem;
  }

  .xl_rounded-b-sm {
    border-bottom-right-radius: 0.147rem;
    border-bottom-left-radius: 0.147rem;
  }

  .xl_rounded-l-sm {
    border-top-left-radius: 0.147rem;
    border-bottom-left-radius: 0.147rem;
  }

  .xl_rounded-t {
    border-top-left-radius: 0.294rem;
    border-top-right-radius: 0.294rem;
  }

  .xl_rounded-r {
    border-top-right-radius: 0.294rem;
    border-bottom-right-radius: 0.294rem;
  }

  .xl_rounded-b {
    border-bottom-right-radius: 0.294rem;
    border-bottom-left-radius: 0.294rem;
  }

  .xl_rounded-l {
    border-top-left-radius: 0.294rem;
    border-bottom-left-radius: 0.294rem;
  }

  .xl_rounded-t-lg {
    border-top-left-radius: 0.588rem;
    border-top-right-radius: 0.588rem;
  }

  .xl_rounded-r-lg {
    border-top-right-radius: 0.588rem;
    border-bottom-right-radius: 0.588rem;
  }

  .xl_rounded-b-lg {
    border-bottom-right-radius: 0.588rem;
    border-bottom-left-radius: 0.588rem;
  }

  .xl_rounded-l-lg {
    border-top-left-radius: 0.588rem;
    border-bottom-left-radius: 0.588rem;
  }

  .xl_rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl_rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl_rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl_rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl_rounded-tl-none {
    border-top-left-radius: 0;
  }

  .xl_rounded-tr-none {
    border-top-right-radius: 0;
  }

  .xl_rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .xl_rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .xl_rounded-tl-sm {
    border-top-left-radius: 0.147rem;
  }

  .xl_rounded-tr-sm {
    border-top-right-radius: 0.147rem;
  }

  .xl_rounded-br-sm {
    border-bottom-right-radius: 0.147rem;
  }

  .xl_rounded-bl-sm {
    border-bottom-left-radius: 0.147rem;
  }

  .xl_rounded-tl {
    border-top-left-radius: 0.294rem;
  }

  .xl_rounded-tr {
    border-top-right-radius: 0.294rem;
  }

  .xl_rounded-br {
    border-bottom-right-radius: 0.294rem;
  }

  .xl_rounded-bl {
    border-bottom-left-radius: 0.294rem;
  }

  .xl_rounded-tl-lg {
    border-top-left-radius: 0.588rem;
  }

  .xl_rounded-tr-lg {
    border-top-right-radius: 0.588rem;
  }

  .xl_rounded-br-lg {
    border-bottom-right-radius: 0.588rem;
  }

  .xl_rounded-bl-lg {
    border-bottom-left-radius: 0.588rem;
  }

  .xl_rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .xl_rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .xl_rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .xl_rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .xl_border-solid {
    border-style: solid;
  }

  .xl_border-dashed {
    border-style: dashed;
  }

  .xl_border-dotted {
    border-style: dotted;
  }

  .xl_border-double {
    border-style: double;
  }

  .xl_border-none {
    border-style: none;
  }

  .xl_border-0 {
    border-width: 0;
  }

  .xl_border-2 {
    border-width: 2px;
  }

  .xl_border-4 {
    border-width: 4px;
  }

  .xl_border-8 {
    border-width: 8px;
  }

  .xl_border {
    border-width: 1px;
  }

  .xl_border-t-0 {
    border-top-width: 0;
  }

  .xl_border-r-0 {
    border-right-width: 0;
  }

  .xl_border-b-0 {
    border-bottom-width: 0;
  }

  .xl_border-l-0 {
    border-left-width: 0;
  }

  .xl_border-t-2 {
    border-top-width: 2px;
  }

  .xl_border-r-2 {
    border-right-width: 2px;
  }

  .xl_border-b-2 {
    border-bottom-width: 2px;
  }

  .xl_border-l-2 {
    border-left-width: 2px;
  }

  .xl_border-t-4 {
    border-top-width: 4px;
  }

  .xl_border-r-4 {
    border-right-width: 4px;
  }

  .xl_border-b-4 {
    border-bottom-width: 4px;
  }

  .xl_border-l-4 {
    border-left-width: 4px;
  }

  .xl_border-t-8 {
    border-top-width: 8px;
  }

  .xl_border-r-8 {
    border-right-width: 8px;
  }

  .xl_border-b-8 {
    border-bottom-width: 8px;
  }

  .xl_border-l-8 {
    border-left-width: 8px;
  }

  .xl_border-t {
    border-top-width: 1px;
  }

  .xl_border-r {
    border-right-width: 1px;
  }

  .xl_border-b {
    border-bottom-width: 1px;
  }

  .xl_border-l {
    border-left-width: 1px;
  }

  .xl_cursor-auto {
    cursor: auto;
  }

  .xl_cursor-default {
    cursor: default;
  }

  .xl_cursor-pointer {
    cursor: pointer;
  }

  .xl_cursor-wait {
    cursor: wait;
  }

  .xl_cursor-text {
    cursor: text;
  }

  .xl_cursor-move {
    cursor: move;
  }

  .xl_cursor-not-allowed {
    cursor: not-allowed;
  }

  .xl_block {
    display: block;
  }

  .xl_inline-block {
    display: inline-block;
  }

  .xl_inline {
    display: inline;
  }

  .xl_flex {
    display: flex;
  }

  .xl_inline-flex {
    display: inline-flex;
  }

  .xl_table {
    display: table;
  }

  .xl_table-row {
    display: table-row;
  }

  .xl_table-cell {
    display: table-cell;
  }

  .xl_hidden {
    display: none;
  }

  .xl_flex-row {
    flex-direction: row;
  }

  .xl_flex-row-reverse {
    flex-direction: row-reverse;
  }

  .xl_flex-col {
    flex-direction: column;
  }

  .xl_flex-col-reverse {
    flex-direction: column-reverse;
  }

  .xl_flex-wrap {
    flex-wrap: wrap;
  }

  .xl_flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .xl_flex-no-wrap {
    flex-wrap: nowrap;
  }

  .xl_items-start {
    align-items: flex-start;
  }

  .xl_items-end {
    align-items: flex-end;
  }

  .xl_items-center {
    align-items: center;
  }

  .xl_items-baseline {
    align-items: baseline;
  }

  .xl_items-stretch {
    align-items: stretch;
  }

  .xl_self-auto {
    align-self: auto;
  }

  .xl_self-start {
    align-self: flex-start;
  }

  .xl_self-end {
    align-self: flex-end;
  }

  .xl_self-center {
    align-self: center;
  }

  .xl_self-stretch {
    align-self: stretch;
  }

  .xl_justify-start {
    justify-content: flex-start;
  }

  .xl_justify-end {
    justify-content: flex-end;
  }

  .xl_justify-center {
    justify-content: center;
  }

  .xl_justify-between {
    justify-content: space-between;
  }

  .xl_justify-around {
    justify-content: space-around;
  }

  .xl_content-center {
    align-content: center;
  }

  .xl_content-start {
    align-content: flex-start;
  }

  .xl_content-end {
    align-content: flex-end;
  }

  .xl_content-between {
    align-content: space-between;
  }

  .xl_content-around {
    align-content: space-around;
  }

  .xl_flex-1 {
    flex: 1 1 0%;
  }

  .xl_flex-auto {
    flex: 1 1 auto;
  }

  .xl_flex-initial {
    flex: 0 1 auto;
  }

  .xl_flex-none {
    flex: none;
  }

  .xl_flex-grow-0 {
    flex-grow: 0;
  }

  .xl_flex-grow {
    flex-grow: 1;
  }

  .xl_flex-shrink-0 {
    flex-shrink: 0;
  }

  .xl_flex-shrink {
    flex-shrink: 1;
  }

  .xl_order-1 {
    order: 1;
  }

  .xl_order-2 {
    order: 2;
  }

  .xl_order-3 {
    order: 3;
  }

  .xl_order-4 {
    order: 4;
  }

  .xl_order-5 {
    order: 5;
  }

  .xl_order-6 {
    order: 6;
  }

  .xl_order-7 {
    order: 7;
  }

  .xl_order-8 {
    order: 8;
  }

  .xl_order-9 {
    order: 9;
  }

  .xl_order-10 {
    order: 10;
  }

  .xl_order-11 {
    order: 11;
  }

  .xl_order-12 {
    order: 12;
  }

  .xl_order-first {
    order: -9999;
  }

  .xl_order-last {
    order: 9999;
  }

  .xl_order-none {
    order: 0;
  }

  .xl_float-right {
    float: right;
  }

  .xl_float-left {
    float: left;
  }

  .xl_float-none {
    float: none;
  }

  .xl_clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .xl_font-title {
    font-family: Inter, sans-serif;
  }

  .xl_font-body {
    font-family: Inter, sans-serif;
  }

  .xl_font-hairline {
    font-weight: 100;
  }

  .xl_font-thin {
    font-weight: 200;
  }

  .xl_font-light {
    font-weight: 300;
  }

  .xl_font-normal {
    font-weight: 400;
  }

  .xl_font-medium {
    font-weight: 500;
  }

  .xl_font-semibold {
    font-weight: 600;
  }

  .xl_font-bold {
    font-weight: 700;
  }

  .xl_font-extrabold {
    font-weight: 800;
  }

  .xl_font-black {
    font-weight: 900;
  }

  .xl_hover_font-hairline:hover {
    font-weight: 100;
  }

  .xl_hover_font-thin:hover {
    font-weight: 200;
  }

  .xl_hover_font-light:hover {
    font-weight: 300;
  }

  .xl_hover_font-normal:hover {
    font-weight: 400;
  }

  .xl_hover_font-medium:hover {
    font-weight: 500;
  }

  .xl_hover_font-semibold:hover {
    font-weight: 600;
  }

  .xl_hover_font-bold:hover {
    font-weight: 700;
  }

  .xl_hover_font-extrabold:hover {
    font-weight: 800;
  }

  .xl_hover_font-black:hover {
    font-weight: 900;
  }

  .xl_focus_font-hairline:focus {
    font-weight: 100;
  }

  .xl_focus_font-thin:focus {
    font-weight: 200;
  }

  .xl_focus_font-light:focus {
    font-weight: 300;
  }

  .xl_focus_font-normal:focus {
    font-weight: 400;
  }

  .xl_focus_font-medium:focus {
    font-weight: 500;
  }

  .xl_focus_font-semibold:focus {
    font-weight: 600;
  }

  .xl_focus_font-bold:focus {
    font-weight: 700;
  }

  .xl_focus_font-extrabold:focus {
    font-weight: 800;
  }

  .xl_focus_font-black:focus {
    font-weight: 900;
  }

  .xl_h-0 {
    height: 0;
  }

  .xl_h-1 {
    height: 0.25rem;
  }

  .xl_h-2 {
    height: 0.5rem;
  }

  .xl_h-3 {
    height: 0.75rem;
  }

  .xl_h-4 {
    height: 1rem;
  }

  .xl_h-5 {
    height: 1.25rem;
  }

  .xl_h-6 {
    height: 1.5rem;
  }

  .xl_h-8 {
    height: 2rem;
  }

  .xl_h-10 {
    height: 2.5rem;
  }

  .xl_h-12 {
    height: 3rem;
  }

  .xl_h-16 {
    height: 4rem;
  }

  .xl_h-20 {
    height: 5rem;
  }

  .xl_h-24 {
    height: 6rem;
  }

  .xl_h-32 {
    height: 8rem;
  }

  .xl_h-40 {
    height: 10rem;
  }

  .xl_h-48 {
    height: 12rem;
  }

  .xl_h-56 {
    height: 14rem;
  }

  .xl_h-64 {
    height: 16rem;
  }

  .xl_h-auto {
    height: auto;
  }

  .xl_h-px {
    height: 1px;
  }

  .xl_h-full {
    height: 100%;
  }

  .xl_h-screen {
    height: 100vh;
  }

  .xl_leading-none {
    line-height: 1;
  }

  .xl_leading-tight {
    line-height: 1.25;
  }

  .xl_leading-snug {
    line-height: 1.375;
  }

  .xl_leading-normal {
    line-height: 1.5;
  }

  .xl_leading-relaxed {
    line-height: 1.625;
  }

  .xl_leading-loose {
    line-height: 2;
  }

  .xl_list-inside {
    list-style-position: inside;
  }

  .xl_list-outside {
    list-style-position: outside;
  }

  .xl_list-none {
    list-style-type: none;
  }

  .xl_list-disc {
    list-style-type: disc;
  }

  .xl_list-decimal {
    list-style-type: decimal;
  }

  .xl_m-0 {
    margin: 0;
  }

  .xl_m-1 {
    margin: 0.25rem;
  }

  .xl_m-2 {
    margin: 0.5rem;
  }

  .xl_m-3 {
    margin: 0.75rem;
  }

  .xl_m-4 {
    margin: 1rem;
  }

  .xl_m-5 {
    margin: 1.25rem;
  }

  .xl_m-6 {
    margin: 1.5rem;
  }

  .xl_m-8 {
    margin: 2rem;
  }

  .xl_m-10 {
    margin: 2.5rem;
  }

  .xl_m-12 {
    margin: 3rem;
  }

  .xl_m-16 {
    margin: 4rem;
  }

  .xl_m-20 {
    margin: 5rem;
  }

  .xl_m-24 {
    margin: 6rem;
  }

  .xl_m-32 {
    margin: 8rem;
  }

  .xl_m-40 {
    margin: 10rem;
  }

  .xl_m-48 {
    margin: 12rem;
  }

  .xl_m-56 {
    margin: 14rem;
  }

  .xl_m-64 {
    margin: 16rem;
  }

  .xl_m-auto {
    margin: auto;
  }

  .xl_m-px {
    margin: 1px;
  }

  .xl_-m-1 {
    margin: -0.25rem;
  }

  .xl_-m-2 {
    margin: -0.5rem;
  }

  .xl_-m-3 {
    margin: -0.75rem;
  }

  .xl_-m-4 {
    margin: -1rem;
  }

  .xl_-m-5 {
    margin: -1.25rem;
  }

  .xl_-m-6 {
    margin: -1.5rem;
  }

  .xl_-m-8 {
    margin: -2rem;
  }

  .xl_-m-10 {
    margin: -2.5rem;
  }

  .xl_-m-12 {
    margin: -3rem;
  }

  .xl_-m-16 {
    margin: -4rem;
  }

  .xl_-m-20 {
    margin: -5rem;
  }

  .xl_-m-24 {
    margin: -6rem;
  }

  .xl_-m-32 {
    margin: -8rem;
  }

  .xl_-m-40 {
    margin: -10rem;
  }

  .xl_-m-48 {
    margin: -12rem;
  }

  .xl_-m-56 {
    margin: -14rem;
  }

  .xl_-m-64 {
    margin: -16rem;
  }

  .xl_-m-px {
    margin: -1px;
  }

  .xl_my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl_mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xl_my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl_mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl_my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl_mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl_my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl_mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl_my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl_mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl_my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl_mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl_my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl_mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl_my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl_mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl_my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl_mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl_my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl_mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl_my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl_mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl_my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl_mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl_my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl_mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl_my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl_mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl_my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl_mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl_my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl_mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl_my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl_mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl_my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl_mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl_my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl_mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xl_my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl_mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl_-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl_-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl_-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl_-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl_-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl_-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl_-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl_-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl_-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl_-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl_-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl_-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl_-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl_-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl_-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl_-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl_-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl_-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl_-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl_-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl_-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl_-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl_-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl_-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl_-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl_-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl_-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl_-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl_-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl_-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl_-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl_-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl_-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl_-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl_-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl_-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl_mt-0 {
    margin-top: 0;
  }

  .xl_mr-0 {
    margin-right: 0;
  }

  .xl_mb-0 {
    margin-bottom: 0;
  }

  .xl_ml-0 {
    margin-left: 0;
  }

  .xl_mt-1 {
    margin-top: 0.25rem;
  }

  .xl_mr-1 {
    margin-right: 0.25rem;
  }

  .xl_mb-1 {
    margin-bottom: 0.25rem;
  }

  .xl_ml-1 {
    margin-left: 0.25rem;
  }

  .xl_mt-2 {
    margin-top: 0.5rem;
  }

  .xl_mr-2 {
    margin-right: 0.5rem;
  }

  .xl_mb-2 {
    margin-bottom: 0.5rem;
  }

  .xl_ml-2 {
    margin-left: 0.5rem;
  }

  .xl_mt-3 {
    margin-top: 0.75rem;
  }

  .xl_mr-3 {
    margin-right: 0.75rem;
  }

  .xl_mb-3 {
    margin-bottom: 0.75rem;
  }

  .xl_ml-3 {
    margin-left: 0.75rem;
  }

  .xl_mt-4 {
    margin-top: 1rem;
  }

  .xl_mr-4 {
    margin-right: 1rem;
  }

  .xl_mb-4 {
    margin-bottom: 1rem;
  }

  .xl_ml-4 {
    margin-left: 1rem;
  }

  .xl_mt-5 {
    margin-top: 1.25rem;
  }

  .xl_mr-5 {
    margin-right: 1.25rem;
  }

  .xl_mb-5 {
    margin-bottom: 1.25rem;
  }

  .xl_ml-5 {
    margin-left: 1.25rem;
  }

  .xl_mt-6 {
    margin-top: 1.5rem;
  }

  .xl_mr-6 {
    margin-right: 1.5rem;
  }

  .xl_mb-6 {
    margin-bottom: 1.5rem;
  }

  .xl_ml-6 {
    margin-left: 1.5rem;
  }

  .xl_mt-8 {
    margin-top: 2rem;
  }

  .xl_mr-8 {
    margin-right: 2rem;
  }

  .xl_mb-8 {
    margin-bottom: 2rem;
  }

  .xl_ml-8 {
    margin-left: 2rem;
  }

  .xl_mt-10 {
    margin-top: 2.5rem;
  }

  .xl_mr-10 {
    margin-right: 2.5rem;
  }

  .xl_mb-10 {
    margin-bottom: 2.5rem;
  }

  .xl_ml-10 {
    margin-left: 2.5rem;
  }

  .xl_mt-12 {
    margin-top: 3rem;
  }

  .xl_mr-12 {
    margin-right: 3rem;
  }

  .xl_mb-12 {
    margin-bottom: 3rem;
  }

  .xl_ml-12 {
    margin-left: 3rem;
  }

  .xl_mt-16 {
    margin-top: 4rem;
  }

  .xl_mr-16 {
    margin-right: 4rem;
  }

  .xl_mb-16 {
    margin-bottom: 4rem;
  }

  .xl_ml-16 {
    margin-left: 4rem;
  }

  .xl_mt-20 {
    margin-top: 5rem;
  }

  .xl_mr-20 {
    margin-right: 5rem;
  }

  .xl_mb-20 {
    margin-bottom: 5rem;
  }

  .xl_ml-20 {
    margin-left: 5rem;
  }

  .xl_mt-24 {
    margin-top: 6rem;
  }

  .xl_mr-24 {
    margin-right: 6rem;
  }

  .xl_mb-24 {
    margin-bottom: 6rem;
  }

  .xl_ml-24 {
    margin-left: 6rem;
  }

  .xl_mt-32 {
    margin-top: 8rem;
  }

  .xl_mr-32 {
    margin-right: 8rem;
  }

  .xl_mb-32 {
    margin-bottom: 8rem;
  }

  .xl_ml-32 {
    margin-left: 8rem;
  }

  .xl_mt-40 {
    margin-top: 10rem;
  }

  .xl_mr-40 {
    margin-right: 10rem;
  }

  .xl_mb-40 {
    margin-bottom: 10rem;
  }

  .xl_ml-40 {
    margin-left: 10rem;
  }

  .xl_mt-48 {
    margin-top: 12rem;
  }

  .xl_mr-48 {
    margin-right: 12rem;
  }

  .xl_mb-48 {
    margin-bottom: 12rem;
  }

  .xl_ml-48 {
    margin-left: 12rem;
  }

  .xl_mt-56 {
    margin-top: 14rem;
  }

  .xl_mr-56 {
    margin-right: 14rem;
  }

  .xl_mb-56 {
    margin-bottom: 14rem;
  }

  .xl_ml-56 {
    margin-left: 14rem;
  }

  .xl_mt-64 {
    margin-top: 16rem;
  }

  .xl_mr-64 {
    margin-right: 16rem;
  }

  .xl_mb-64 {
    margin-bottom: 16rem;
  }

  .xl_ml-64 {
    margin-left: 16rem;
  }

  .xl_mt-auto {
    margin-top: auto;
  }

  .xl_mr-auto {
    margin-right: auto;
  }

  .xl_mb-auto {
    margin-bottom: auto;
  }

  .xl_ml-auto {
    margin-left: auto;
  }

  .xl_mt-px {
    margin-top: 1px;
  }

  .xl_mr-px {
    margin-right: 1px;
  }

  .xl_mb-px {
    margin-bottom: 1px;
  }

  .xl_ml-px {
    margin-left: 1px;
  }

  .xl_-mt-1 {
    margin-top: -0.25rem;
  }

  .xl_-mr-1 {
    margin-right: -0.25rem;
  }

  .xl_-mb-1 {
    margin-bottom: -0.25rem;
  }

  .xl_-ml-1 {
    margin-left: -0.25rem;
  }

  .xl_-mt-2 {
    margin-top: -0.5rem;
  }

  .xl_-mr-2 {
    margin-right: -0.5rem;
  }

  .xl_-mb-2 {
    margin-bottom: -0.5rem;
  }

  .xl_-ml-2 {
    margin-left: -0.5rem;
  }

  .xl_-mt-3 {
    margin-top: -0.75rem;
  }

  .xl_-mr-3 {
    margin-right: -0.75rem;
  }

  .xl_-mb-3 {
    margin-bottom: -0.75rem;
  }

  .xl_-ml-3 {
    margin-left: -0.75rem;
  }

  .xl_-mt-4 {
    margin-top: -1rem;
  }

  .xl_-mr-4 {
    margin-right: -1rem;
  }

  .xl_-mb-4 {
    margin-bottom: -1rem;
  }

  .xl_-ml-4 {
    margin-left: -1rem;
  }

  .xl_-mt-5 {
    margin-top: -1.25rem;
  }

  .xl_-mr-5 {
    margin-right: -1.25rem;
  }

  .xl_-mb-5 {
    margin-bottom: -1.25rem;
  }

  .xl_-ml-5 {
    margin-left: -1.25rem;
  }

  .xl_-mt-6 {
    margin-top: -1.5rem;
  }

  .xl_-mr-6 {
    margin-right: -1.5rem;
  }

  .xl_-mb-6 {
    margin-bottom: -1.5rem;
  }

  .xl_-ml-6 {
    margin-left: -1.5rem;
  }

  .xl_-mt-8 {
    margin-top: -2rem;
  }

  .xl_-mr-8 {
    margin-right: -2rem;
  }

  .xl_-mb-8 {
    margin-bottom: -2rem;
  }

  .xl_-ml-8 {
    margin-left: -2rem;
  }

  .xl_-mt-10 {
    margin-top: -2.5rem;
  }

  .xl_-mr-10 {
    margin-right: -2.5rem;
  }

  .xl_-mb-10 {
    margin-bottom: -2.5rem;
  }

  .xl_-ml-10 {
    margin-left: -2.5rem;
  }

  .xl_-mt-12 {
    margin-top: -3rem;
  }

  .xl_-mr-12 {
    margin-right: -3rem;
  }

  .xl_-mb-12 {
    margin-bottom: -3rem;
  }

  .xl_-ml-12 {
    margin-left: -3rem;
  }

  .xl_-mt-16 {
    margin-top: -4rem;
  }

  .xl_-mr-16 {
    margin-right: -4rem;
  }

  .xl_-mb-16 {
    margin-bottom: -4rem;
  }

  .xl_-ml-16 {
    margin-left: -4rem;
  }

  .xl_-mt-20 {
    margin-top: -5rem;
  }

  .xl_-mr-20 {
    margin-right: -5rem;
  }

  .xl_-mb-20 {
    margin-bottom: -5rem;
  }

  .xl_-ml-20 {
    margin-left: -5rem;
  }

  .xl_-mt-24 {
    margin-top: -6rem;
  }

  .xl_-mr-24 {
    margin-right: -6rem;
  }

  .xl_-mb-24 {
    margin-bottom: -6rem;
  }

  .xl_-ml-24 {
    margin-left: -6rem;
  }

  .xl_-mt-32 {
    margin-top: -8rem;
  }

  .xl_-mr-32 {
    margin-right: -8rem;
  }

  .xl_-mb-32 {
    margin-bottom: -8rem;
  }

  .xl_-ml-32 {
    margin-left: -8rem;
  }

  .xl_-mt-40 {
    margin-top: -10rem;
  }

  .xl_-mr-40 {
    margin-right: -10rem;
  }

  .xl_-mb-40 {
    margin-bottom: -10rem;
  }

  .xl_-ml-40 {
    margin-left: -10rem;
  }

  .xl_-mt-48 {
    margin-top: -12rem;
  }

  .xl_-mr-48 {
    margin-right: -12rem;
  }

  .xl_-mb-48 {
    margin-bottom: -12rem;
  }

  .xl_-ml-48 {
    margin-left: -12rem;
  }

  .xl_-mt-56 {
    margin-top: -14rem;
  }

  .xl_-mr-56 {
    margin-right: -14rem;
  }

  .xl_-mb-56 {
    margin-bottom: -14rem;
  }

  .xl_-ml-56 {
    margin-left: -14rem;
  }

  .xl_-mt-64 {
    margin-top: -16rem;
  }

  .xl_-mr-64 {
    margin-right: -16rem;
  }

  .xl_-mb-64 {
    margin-bottom: -16rem;
  }

  .xl_-ml-64 {
    margin-left: -16rem;
  }

  .xl_-mt-px {
    margin-top: -1px;
  }

  .xl_-mr-px {
    margin-right: -1px;
  }

  .xl_-mb-px {
    margin-bottom: -1px;
  }

  .xl_-ml-px {
    margin-left: -1px;
  }

  .xl_max-h-full {
    max-height: 100%;
  }

  .xl_max-h-screen {
    max-height: 100vh;
  }

  .xl_max-w-xs {
    max-width: 20rem;
  }

  .xl_max-w-sm {
    max-width: 24rem;
  }

  .xl_max-w-md {
    max-width: 28rem;
  }

  .xl_max-w-lg {
    max-width: 32rem;
  }

  .xl_max-w-xl {
    max-width: 36rem;
  }

  .xl_max-w-2xl {
    max-width: 42rem;
  }

  .xl_max-w-3xl {
    max-width: 48rem;
  }

  .xl_max-w-4xl {
    max-width: 56rem;
  }

  .xl_max-w-5xl {
    max-width: 64rem;
  }

  .xl_max-w-6xl {
    max-width: 72rem;
  }

  .xl_max-w-full {
    max-width: 100%;
  }

  .xl_min-h-0 {
    min-height: 0;
  }

  .xl_min-h-full {
    min-height: 100%;
  }

  .xl_min-h-screen {
    min-height: 100vh;
  }

  .xl_min-w-0 {
    min-width: 0;
  }

  .xl_min-w-full {
    min-width: 100%;
  }

  .xl_object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xl_object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xl_object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xl_object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .xl_object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xl_object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xl_object-center {
    -o-object-position: center;
       object-position: center;
  }

  .xl_object-left {
    -o-object-position: left;
       object-position: left;
  }

  .xl_object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xl_object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .xl_object-right {
    -o-object-position: right;
       object-position: right;
  }

  .xl_object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xl_object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .xl_object-top {
    -o-object-position: top;
       object-position: top;
  }

  .xl_opacity-0 {
    opacity: 0;
  }

  .xl_opacity-25 {
    opacity: 0.25;
  }

  .xl_opacity-50 {
    opacity: 0.5;
  }

  .xl_opacity-75 {
    opacity: 0.75;
  }

  .xl_opacity-100 {
    opacity: 1;
  }

  .xl_hover_opacity-0:hover {
    opacity: 0;
  }

  .xl_hover_opacity-25:hover {
    opacity: 0.25;
  }

  .xl_hover_opacity-50:hover {
    opacity: 0.5;
  }

  .xl_hover_opacity-75:hover {
    opacity: 0.75;
  }

  .xl_hover_opacity-100:hover {
    opacity: 1;
  }

  .xl_focus_opacity-0:focus {
    opacity: 0;
  }

  .xl_focus_opacity-25:focus {
    opacity: 0.25;
  }

  .xl_focus_opacity-50:focus {
    opacity: 0.5;
  }

  .xl_focus_opacity-75:focus {
    opacity: 0.75;
  }

  .xl_focus_opacity-100:focus {
    opacity: 1;
  }

  .xl_outline-none {
    outline: 0;
  }

  .xl_focus_outline-none:focus {
    outline: 0;
  }

  .xl_overflow-auto {
    overflow: auto;
  }

  .xl_overflow-hidden {
    overflow: hidden;
  }

  .xl_overflow-visible {
    overflow: visible;
  }

  .xl_overflow-scroll {
    overflow: scroll;
  }

  .xl_overflow-x-auto {
    overflow-x: auto;
  }

  .xl_overflow-y-auto {
    overflow-y: auto;
  }

  .xl_overflow-x-hidden {
    overflow-x: hidden;
  }

  .xl_overflow-y-hidden {
    overflow-y: hidden;
  }

  .xl_overflow-x-visible {
    overflow-x: visible;
  }

  .xl_overflow-y-visible {
    overflow-y: visible;
  }

  .xl_overflow-x-scroll {
    overflow-x: scroll;
  }

  .xl_overflow-y-scroll {
    overflow-y: scroll;
  }

  .xl_scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .xl_scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .xl_p-0 {
    padding: 0;
  }

  .xl_p-1 {
    padding: 0.25rem;
  }

  .xl_p-2 {
    padding: 0.5rem;
  }

  .xl_p-3 {
    padding: 0.75rem;
  }

  .xl_p-4 {
    padding: 1rem;
  }

  .xl_p-5 {
    padding: 1.25rem;
  }

  .xl_p-6 {
    padding: 1.5rem;
  }

  .xl_p-8 {
    padding: 2rem;
  }

  .xl_p-10 {
    padding: 2.5rem;
  }

  .xl_p-12 {
    padding: 3rem;
  }

  .xl_p-16 {
    padding: 4rem;
  }

  .xl_p-20 {
    padding: 5rem;
  }

  .xl_p-24 {
    padding: 6rem;
  }

  .xl_p-32 {
    padding: 8rem;
  }

  .xl_p-40 {
    padding: 10rem;
  }

  .xl_p-48 {
    padding: 12rem;
  }

  .xl_p-56 {
    padding: 14rem;
  }

  .xl_p-64 {
    padding: 16rem;
  }

  .xl_p-px {
    padding: 1px;
  }

  .xl_py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl_px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xl_py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl_px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl_py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl_px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl_py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl_px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl_py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl_px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl_py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl_px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl_py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl_px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl_py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl_px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl_py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl_px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl_py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl_px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl_py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl_px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl_py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl_px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl_py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl_px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl_py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl_px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl_py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl_px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl_py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl_px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl_py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl_px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl_py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl_px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl_py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl_px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl_pt-0 {
    padding-top: 0;
  }

  .xl_pr-0 {
    padding-right: 0;
  }

  .xl_pb-0 {
    padding-bottom: 0;
  }

  .xl_pl-0 {
    padding-left: 0;
  }

  .xl_pt-1 {
    padding-top: 0.25rem;
  }

  .xl_pr-1 {
    padding-right: 0.25rem;
  }

  .xl_pb-1 {
    padding-bottom: 0.25rem;
  }

  .xl_pl-1 {
    padding-left: 0.25rem;
  }

  .xl_pt-2 {
    padding-top: 0.5rem;
  }

  .xl_pr-2 {
    padding-right: 0.5rem;
  }

  .xl_pb-2 {
    padding-bottom: 0.5rem;
  }

  .xl_pl-2 {
    padding-left: 0.5rem;
  }

  .xl_pt-3 {
    padding-top: 0.75rem;
  }

  .xl_pr-3 {
    padding-right: 0.75rem;
  }

  .xl_pb-3 {
    padding-bottom: 0.75rem;
  }

  .xl_pl-3 {
    padding-left: 0.75rem;
  }

  .xl_pt-4 {
    padding-top: 1rem;
  }

  .xl_pr-4 {
    padding-right: 1rem;
  }

  .xl_pb-4 {
    padding-bottom: 1rem;
  }

  .xl_pl-4 {
    padding-left: 1rem;
  }

  .xl_pt-5 {
    padding-top: 1.25rem;
  }

  .xl_pr-5 {
    padding-right: 1.25rem;
  }

  .xl_pb-5 {
    padding-bottom: 1.25rem;
  }

  .xl_pl-5 {
    padding-left: 1.25rem;
  }

  .xl_pt-6 {
    padding-top: 1.5rem;
  }

  .xl_pr-6 {
    padding-right: 1.5rem;
  }

  .xl_pb-6 {
    padding-bottom: 1.5rem;
  }

  .xl_pl-6 {
    padding-left: 1.5rem;
  }

  .xl_pt-8 {
    padding-top: 2rem;
  }

  .xl_pr-8 {
    padding-right: 2rem;
  }

  .xl_pb-8 {
    padding-bottom: 2rem;
  }

  .xl_pl-8 {
    padding-left: 2rem;
  }

  .xl_pt-10 {
    padding-top: 2.5rem;
  }

  .xl_pr-10 {
    padding-right: 2.5rem;
  }

  .xl_pb-10 {
    padding-bottom: 2.5rem;
  }

  .xl_pl-10 {
    padding-left: 2.5rem;
  }

  .xl_pt-12 {
    padding-top: 3rem;
  }

  .xl_pr-12 {
    padding-right: 3rem;
  }

  .xl_pb-12 {
    padding-bottom: 3rem;
  }

  .xl_pl-12 {
    padding-left: 3rem;
  }

  .xl_pt-16 {
    padding-top: 4rem;
  }

  .xl_pr-16 {
    padding-right: 4rem;
  }

  .xl_pb-16 {
    padding-bottom: 4rem;
  }

  .xl_pl-16 {
    padding-left: 4rem;
  }

  .xl_pt-20 {
    padding-top: 5rem;
  }

  .xl_pr-20 {
    padding-right: 5rem;
  }

  .xl_pb-20 {
    padding-bottom: 5rem;
  }

  .xl_pl-20 {
    padding-left: 5rem;
  }

  .xl_pt-24 {
    padding-top: 6rem;
  }

  .xl_pr-24 {
    padding-right: 6rem;
  }

  .xl_pb-24 {
    padding-bottom: 6rem;
  }

  .xl_pl-24 {
    padding-left: 6rem;
  }

  .xl_pt-32 {
    padding-top: 8rem;
  }

  .xl_pr-32 {
    padding-right: 8rem;
  }

  .xl_pb-32 {
    padding-bottom: 8rem;
  }

  .xl_pl-32 {
    padding-left: 8rem;
  }

  .xl_pt-40 {
    padding-top: 10rem;
  }

  .xl_pr-40 {
    padding-right: 10rem;
  }

  .xl_pb-40 {
    padding-bottom: 10rem;
  }

  .xl_pl-40 {
    padding-left: 10rem;
  }

  .xl_pt-48 {
    padding-top: 12rem;
  }

  .xl_pr-48 {
    padding-right: 12rem;
  }

  .xl_pb-48 {
    padding-bottom: 12rem;
  }

  .xl_pl-48 {
    padding-left: 12rem;
  }

  .xl_pt-56 {
    padding-top: 14rem;
  }

  .xl_pr-56 {
    padding-right: 14rem;
  }

  .xl_pb-56 {
    padding-bottom: 14rem;
  }

  .xl_pl-56 {
    padding-left: 14rem;
  }

  .xl_pt-64 {
    padding-top: 16rem;
  }

  .xl_pr-64 {
    padding-right: 16rem;
  }

  .xl_pb-64 {
    padding-bottom: 16rem;
  }

  .xl_pl-64 {
    padding-left: 16rem;
  }

  .xl_pt-px {
    padding-top: 1px;
  }

  .xl_pr-px {
    padding-right: 1px;
  }

  .xl_pb-px {
    padding-bottom: 1px;
  }

  .xl_pl-px {
    padding-left: 1px;
  }

  .xl_placeholder-transparent::-webkit-input-placeholder {
    color: transparent;
  }

  .xl_placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .xl_placeholder-transparent:-ms-input-placeholder {
    color: transparent;
  }

  .xl_placeholder-transparent::-ms-input-placeholder {
    color: transparent;
  }

  .xl_placeholder-transparent::placeholder {
    color: transparent;
  }

  .xl_placeholder-black::-webkit-input-placeholder {
    color: #000;
  }

  .xl_placeholder-black::-moz-placeholder {
    color: #000;
  }

  .xl_placeholder-black:-ms-input-placeholder {
    color: #000;
  }

  .xl_placeholder-black::-ms-input-placeholder {
    color: #000;
  }

  .xl_placeholder-black::placeholder {
    color: #000;
  }

  .xl_placeholder-white::-webkit-input-placeholder {
    color: #fff;
  }

  .xl_placeholder-white::-moz-placeholder {
    color: #fff;
  }

  .xl_placeholder-white:-ms-input-placeholder {
    color: #fff;
  }

  .xl_placeholder-white::-ms-input-placeholder {
    color: #fff;
  }

  .xl_placeholder-white::placeholder {
    color: #fff;
  }

  .xl_placeholder-gray-100::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .xl_placeholder-gray-100::-moz-placeholder {
    color: #f7fafc;
  }

  .xl_placeholder-gray-100:-ms-input-placeholder {
    color: #f7fafc;
  }

  .xl_placeholder-gray-100::-ms-input-placeholder {
    color: #f7fafc;
  }

  .xl_placeholder-gray-100::placeholder {
    color: #f7fafc;
  }

  .xl_placeholder-gray-200::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .xl_placeholder-gray-200::-moz-placeholder {
    color: #edf2f7;
  }

  .xl_placeholder-gray-200:-ms-input-placeholder {
    color: #edf2f7;
  }

  .xl_placeholder-gray-200::-ms-input-placeholder {
    color: #edf2f7;
  }

  .xl_placeholder-gray-200::placeholder {
    color: #edf2f7;
  }

  .xl_placeholder-gray-300::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .xl_placeholder-gray-300::-moz-placeholder {
    color: #e2e8f0;
  }

  .xl_placeholder-gray-300:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .xl_placeholder-gray-300::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .xl_placeholder-gray-300::placeholder {
    color: #e2e8f0;
  }

  .xl_placeholder-gray-400::-webkit-input-placeholder {
    color: #B8B8B8;
  }

  .xl_placeholder-gray-400::-moz-placeholder {
    color: #B8B8B8;
  }

  .xl_placeholder-gray-400:-ms-input-placeholder {
    color: #B8B8B8;
  }

  .xl_placeholder-gray-400::-ms-input-placeholder {
    color: #B8B8B8;
  }

  .xl_placeholder-gray-400::placeholder {
    color: #B8B8B8;
  }

  .xl_placeholder-gray-500::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .xl_placeholder-gray-500::-moz-placeholder {
    color: #a0aec0;
  }

  .xl_placeholder-gray-500:-ms-input-placeholder {
    color: #a0aec0;
  }

  .xl_placeholder-gray-500::-ms-input-placeholder {
    color: #a0aec0;
  }

  .xl_placeholder-gray-500::placeholder {
    color: #a0aec0;
  }

  .xl_placeholder-gray-600::-webkit-input-placeholder {
    color: #718096;
  }

  .xl_placeholder-gray-600::-moz-placeholder {
    color: #718096;
  }

  .xl_placeholder-gray-600:-ms-input-placeholder {
    color: #718096;
  }

  .xl_placeholder-gray-600::-ms-input-placeholder {
    color: #718096;
  }

  .xl_placeholder-gray-600::placeholder {
    color: #718096;
  }

  .xl_placeholder-gray-700::-webkit-input-placeholder {
    color: #313131;
  }

  .xl_placeholder-gray-700::-moz-placeholder {
    color: #313131;
  }

  .xl_placeholder-gray-700:-ms-input-placeholder {
    color: #313131;
  }

  .xl_placeholder-gray-700::-ms-input-placeholder {
    color: #313131;
  }

  .xl_placeholder-gray-700::placeholder {
    color: #313131;
  }

  .xl_placeholder-gray-800::-webkit-input-placeholder {
    color: #2d3748;
  }

  .xl_placeholder-gray-800::-moz-placeholder {
    color: #2d3748;
  }

  .xl_placeholder-gray-800:-ms-input-placeholder {
    color: #2d3748;
  }

  .xl_placeholder-gray-800::-ms-input-placeholder {
    color: #2d3748;
  }

  .xl_placeholder-gray-800::placeholder {
    color: #2d3748;
  }

  .xl_placeholder-gray-900::-webkit-input-placeholder {
    color: #1a202c;
  }

  .xl_placeholder-gray-900::-moz-placeholder {
    color: #1a202c;
  }

  .xl_placeholder-gray-900:-ms-input-placeholder {
    color: #1a202c;
  }

  .xl_placeholder-gray-900::-ms-input-placeholder {
    color: #1a202c;
  }

  .xl_placeholder-gray-900::placeholder {
    color: #1a202c;
  }

  .xl_placeholder-red-100::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .xl_placeholder-red-100::-moz-placeholder {
    color: #fff5f5;
  }

  .xl_placeholder-red-100:-ms-input-placeholder {
    color: #fff5f5;
  }

  .xl_placeholder-red-100::-ms-input-placeholder {
    color: #fff5f5;
  }

  .xl_placeholder-red-100::placeholder {
    color: #fff5f5;
  }

  .xl_placeholder-red-200::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .xl_placeholder-red-200::-moz-placeholder {
    color: #fed7d7;
  }

  .xl_placeholder-red-200:-ms-input-placeholder {
    color: #fed7d7;
  }

  .xl_placeholder-red-200::-ms-input-placeholder {
    color: #fed7d7;
  }

  .xl_placeholder-red-200::placeholder {
    color: #fed7d7;
  }

  .xl_placeholder-red-300::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .xl_placeholder-red-300::-moz-placeholder {
    color: #feb2b2;
  }

  .xl_placeholder-red-300:-ms-input-placeholder {
    color: #feb2b2;
  }

  .xl_placeholder-red-300::-ms-input-placeholder {
    color: #feb2b2;
  }

  .xl_placeholder-red-300::placeholder {
    color: #feb2b2;
  }

  .xl_placeholder-red-400::-webkit-input-placeholder {
    color: #fc8181;
  }

  .xl_placeholder-red-400::-moz-placeholder {
    color: #fc8181;
  }

  .xl_placeholder-red-400:-ms-input-placeholder {
    color: #fc8181;
  }

  .xl_placeholder-red-400::-ms-input-placeholder {
    color: #fc8181;
  }

  .xl_placeholder-red-400::placeholder {
    color: #fc8181;
  }

  .xl_placeholder-red-500::-webkit-input-placeholder {
    color: #f56565;
  }

  .xl_placeholder-red-500::-moz-placeholder {
    color: #f56565;
  }

  .xl_placeholder-red-500:-ms-input-placeholder {
    color: #f56565;
  }

  .xl_placeholder-red-500::-ms-input-placeholder {
    color: #f56565;
  }

  .xl_placeholder-red-500::placeholder {
    color: #f56565;
  }

  .xl_placeholder-red-600::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .xl_placeholder-red-600::-moz-placeholder {
    color: #e53e3e;
  }

  .xl_placeholder-red-600:-ms-input-placeholder {
    color: #e53e3e;
  }

  .xl_placeholder-red-600::-ms-input-placeholder {
    color: #e53e3e;
  }

  .xl_placeholder-red-600::placeholder {
    color: #e53e3e;
  }

  .xl_placeholder-red-700::-webkit-input-placeholder {
    color: #c53030;
  }

  .xl_placeholder-red-700::-moz-placeholder {
    color: #c53030;
  }

  .xl_placeholder-red-700:-ms-input-placeholder {
    color: #c53030;
  }

  .xl_placeholder-red-700::-ms-input-placeholder {
    color: #c53030;
  }

  .xl_placeholder-red-700::placeholder {
    color: #c53030;
  }

  .xl_placeholder-red-800::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .xl_placeholder-red-800::-moz-placeholder {
    color: #9b2c2c;
  }

  .xl_placeholder-red-800:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .xl_placeholder-red-800::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .xl_placeholder-red-800::placeholder {
    color: #9b2c2c;
  }

  .xl_placeholder-red-900::-webkit-input-placeholder {
    color: #742a2a;
  }

  .xl_placeholder-red-900::-moz-placeholder {
    color: #742a2a;
  }

  .xl_placeholder-red-900:-ms-input-placeholder {
    color: #742a2a;
  }

  .xl_placeholder-red-900::-ms-input-placeholder {
    color: #742a2a;
  }

  .xl_placeholder-red-900::placeholder {
    color: #742a2a;
  }

  .xl_placeholder-orange-100::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .xl_placeholder-orange-100::-moz-placeholder {
    color: #fffaf0;
  }

  .xl_placeholder-orange-100:-ms-input-placeholder {
    color: #fffaf0;
  }

  .xl_placeholder-orange-100::-ms-input-placeholder {
    color: #fffaf0;
  }

  .xl_placeholder-orange-100::placeholder {
    color: #fffaf0;
  }

  .xl_placeholder-orange-200::-webkit-input-placeholder {
    color: #feebc8;
  }

  .xl_placeholder-orange-200::-moz-placeholder {
    color: #feebc8;
  }

  .xl_placeholder-orange-200:-ms-input-placeholder {
    color: #feebc8;
  }

  .xl_placeholder-orange-200::-ms-input-placeholder {
    color: #feebc8;
  }

  .xl_placeholder-orange-200::placeholder {
    color: #feebc8;
  }

  .xl_placeholder-orange-300::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .xl_placeholder-orange-300::-moz-placeholder {
    color: #fbd38d;
  }

  .xl_placeholder-orange-300:-ms-input-placeholder {
    color: #fbd38d;
  }

  .xl_placeholder-orange-300::-ms-input-placeholder {
    color: #fbd38d;
  }

  .xl_placeholder-orange-300::placeholder {
    color: #fbd38d;
  }

  .xl_placeholder-orange-400::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .xl_placeholder-orange-400::-moz-placeholder {
    color: #f6ad55;
  }

  .xl_placeholder-orange-400:-ms-input-placeholder {
    color: #f6ad55;
  }

  .xl_placeholder-orange-400::-ms-input-placeholder {
    color: #f6ad55;
  }

  .xl_placeholder-orange-400::placeholder {
    color: #f6ad55;
  }

  .xl_placeholder-orange-500::-webkit-input-placeholder {
    color: #ed8936;
  }

  .xl_placeholder-orange-500::-moz-placeholder {
    color: #ed8936;
  }

  .xl_placeholder-orange-500:-ms-input-placeholder {
    color: #ed8936;
  }

  .xl_placeholder-orange-500::-ms-input-placeholder {
    color: #ed8936;
  }

  .xl_placeholder-orange-500::placeholder {
    color: #ed8936;
  }

  .xl_placeholder-orange-600::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .xl_placeholder-orange-600::-moz-placeholder {
    color: #dd6b20;
  }

  .xl_placeholder-orange-600:-ms-input-placeholder {
    color: #dd6b20;
  }

  .xl_placeholder-orange-600::-ms-input-placeholder {
    color: #dd6b20;
  }

  .xl_placeholder-orange-600::placeholder {
    color: #dd6b20;
  }

  .xl_placeholder-orange-700::-webkit-input-placeholder {
    color: #c05621;
  }

  .xl_placeholder-orange-700::-moz-placeholder {
    color: #c05621;
  }

  .xl_placeholder-orange-700:-ms-input-placeholder {
    color: #c05621;
  }

  .xl_placeholder-orange-700::-ms-input-placeholder {
    color: #c05621;
  }

  .xl_placeholder-orange-700::placeholder {
    color: #c05621;
  }

  .xl_placeholder-orange-800::-webkit-input-placeholder {
    color: #9c4221;
  }

  .xl_placeholder-orange-800::-moz-placeholder {
    color: #9c4221;
  }

  .xl_placeholder-orange-800:-ms-input-placeholder {
    color: #9c4221;
  }

  .xl_placeholder-orange-800::-ms-input-placeholder {
    color: #9c4221;
  }

  .xl_placeholder-orange-800::placeholder {
    color: #9c4221;
  }

  .xl_placeholder-orange-900::-webkit-input-placeholder {
    color: #7b341e;
  }

  .xl_placeholder-orange-900::-moz-placeholder {
    color: #7b341e;
  }

  .xl_placeholder-orange-900:-ms-input-placeholder {
    color: #7b341e;
  }

  .xl_placeholder-orange-900::-ms-input-placeholder {
    color: #7b341e;
  }

  .xl_placeholder-orange-900::placeholder {
    color: #7b341e;
  }

  .xl_placeholder-yellow-100::-webkit-input-placeholder {
    color: #fffff0;
  }

  .xl_placeholder-yellow-100::-moz-placeholder {
    color: #fffff0;
  }

  .xl_placeholder-yellow-100:-ms-input-placeholder {
    color: #fffff0;
  }

  .xl_placeholder-yellow-100::-ms-input-placeholder {
    color: #fffff0;
  }

  .xl_placeholder-yellow-100::placeholder {
    color: #fffff0;
  }

  .xl_placeholder-yellow-200::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .xl_placeholder-yellow-200::-moz-placeholder {
    color: #fefcbf;
  }

  .xl_placeholder-yellow-200:-ms-input-placeholder {
    color: #fefcbf;
  }

  .xl_placeholder-yellow-200::-ms-input-placeholder {
    color: #fefcbf;
  }

  .xl_placeholder-yellow-200::placeholder {
    color: #fefcbf;
  }

  .xl_placeholder-yellow-300::-webkit-input-placeholder {
    color: #faf089;
  }

  .xl_placeholder-yellow-300::-moz-placeholder {
    color: #faf089;
  }

  .xl_placeholder-yellow-300:-ms-input-placeholder {
    color: #faf089;
  }

  .xl_placeholder-yellow-300::-ms-input-placeholder {
    color: #faf089;
  }

  .xl_placeholder-yellow-300::placeholder {
    color: #faf089;
  }

  .xl_placeholder-yellow-400::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .xl_placeholder-yellow-400::-moz-placeholder {
    color: #f6e05e;
  }

  .xl_placeholder-yellow-400:-ms-input-placeholder {
    color: #f6e05e;
  }

  .xl_placeholder-yellow-400::-ms-input-placeholder {
    color: #f6e05e;
  }

  .xl_placeholder-yellow-400::placeholder {
    color: #f6e05e;
  }

  .xl_placeholder-yellow-500::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .xl_placeholder-yellow-500::-moz-placeholder {
    color: #ecc94b;
  }

  .xl_placeholder-yellow-500:-ms-input-placeholder {
    color: #ecc94b;
  }

  .xl_placeholder-yellow-500::-ms-input-placeholder {
    color: #ecc94b;
  }

  .xl_placeholder-yellow-500::placeholder {
    color: #ecc94b;
  }

  .xl_placeholder-yellow-600::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .xl_placeholder-yellow-600::-moz-placeholder {
    color: #d69e2e;
  }

  .xl_placeholder-yellow-600:-ms-input-placeholder {
    color: #d69e2e;
  }

  .xl_placeholder-yellow-600::-ms-input-placeholder {
    color: #d69e2e;
  }

  .xl_placeholder-yellow-600::placeholder {
    color: #d69e2e;
  }

  .xl_placeholder-yellow-700::-webkit-input-placeholder {
    color: #b7791f;
  }

  .xl_placeholder-yellow-700::-moz-placeholder {
    color: #b7791f;
  }

  .xl_placeholder-yellow-700:-ms-input-placeholder {
    color: #b7791f;
  }

  .xl_placeholder-yellow-700::-ms-input-placeholder {
    color: #b7791f;
  }

  .xl_placeholder-yellow-700::placeholder {
    color: #b7791f;
  }

  .xl_placeholder-yellow-800::-webkit-input-placeholder {
    color: #975a16;
  }

  .xl_placeholder-yellow-800::-moz-placeholder {
    color: #975a16;
  }

  .xl_placeholder-yellow-800:-ms-input-placeholder {
    color: #975a16;
  }

  .xl_placeholder-yellow-800::-ms-input-placeholder {
    color: #975a16;
  }

  .xl_placeholder-yellow-800::placeholder {
    color: #975a16;
  }

  .xl_placeholder-yellow-900::-webkit-input-placeholder {
    color: #744210;
  }

  .xl_placeholder-yellow-900::-moz-placeholder {
    color: #744210;
  }

  .xl_placeholder-yellow-900:-ms-input-placeholder {
    color: #744210;
  }

  .xl_placeholder-yellow-900::-ms-input-placeholder {
    color: #744210;
  }

  .xl_placeholder-yellow-900::placeholder {
    color: #744210;
  }

  .xl_placeholder-green-100::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .xl_placeholder-green-100::-moz-placeholder {
    color: #f0fff4;
  }

  .xl_placeholder-green-100:-ms-input-placeholder {
    color: #f0fff4;
  }

  .xl_placeholder-green-100::-ms-input-placeholder {
    color: #f0fff4;
  }

  .xl_placeholder-green-100::placeholder {
    color: #f0fff4;
  }

  .xl_placeholder-green-200::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .xl_placeholder-green-200::-moz-placeholder {
    color: #c6f6d5;
  }

  .xl_placeholder-green-200:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .xl_placeholder-green-200::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .xl_placeholder-green-200::placeholder {
    color: #c6f6d5;
  }

  .xl_placeholder-green-300::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .xl_placeholder-green-300::-moz-placeholder {
    color: #9ae6b4;
  }

  .xl_placeholder-green-300:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .xl_placeholder-green-300::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .xl_placeholder-green-300::placeholder {
    color: #9ae6b4;
  }

  .xl_placeholder-green-400::-webkit-input-placeholder {
    color: #68d391;
  }

  .xl_placeholder-green-400::-moz-placeholder {
    color: #68d391;
  }

  .xl_placeholder-green-400:-ms-input-placeholder {
    color: #68d391;
  }

  .xl_placeholder-green-400::-ms-input-placeholder {
    color: #68d391;
  }

  .xl_placeholder-green-400::placeholder {
    color: #68d391;
  }

  .xl_placeholder-green-500::-webkit-input-placeholder {
    color: #48bb78;
  }

  .xl_placeholder-green-500::-moz-placeholder {
    color: #48bb78;
  }

  .xl_placeholder-green-500:-ms-input-placeholder {
    color: #48bb78;
  }

  .xl_placeholder-green-500::-ms-input-placeholder {
    color: #48bb78;
  }

  .xl_placeholder-green-500::placeholder {
    color: #48bb78;
  }

  .xl_placeholder-green-600::-webkit-input-placeholder {
    color: #38a169;
  }

  .xl_placeholder-green-600::-moz-placeholder {
    color: #38a169;
  }

  .xl_placeholder-green-600:-ms-input-placeholder {
    color: #38a169;
  }

  .xl_placeholder-green-600::-ms-input-placeholder {
    color: #38a169;
  }

  .xl_placeholder-green-600::placeholder {
    color: #38a169;
  }

  .xl_placeholder-green-700::-webkit-input-placeholder {
    color: #2f855a;
  }

  .xl_placeholder-green-700::-moz-placeholder {
    color: #2f855a;
  }

  .xl_placeholder-green-700:-ms-input-placeholder {
    color: #2f855a;
  }

  .xl_placeholder-green-700::-ms-input-placeholder {
    color: #2f855a;
  }

  .xl_placeholder-green-700::placeholder {
    color: #2f855a;
  }

  .xl_placeholder-green-800::-webkit-input-placeholder {
    color: #276749;
  }

  .xl_placeholder-green-800::-moz-placeholder {
    color: #276749;
  }

  .xl_placeholder-green-800:-ms-input-placeholder {
    color: #276749;
  }

  .xl_placeholder-green-800::-ms-input-placeholder {
    color: #276749;
  }

  .xl_placeholder-green-800::placeholder {
    color: #276749;
  }

  .xl_placeholder-green-900::-webkit-input-placeholder {
    color: #22543d;
  }

  .xl_placeholder-green-900::-moz-placeholder {
    color: #22543d;
  }

  .xl_placeholder-green-900:-ms-input-placeholder {
    color: #22543d;
  }

  .xl_placeholder-green-900::-ms-input-placeholder {
    color: #22543d;
  }

  .xl_placeholder-green-900::placeholder {
    color: #22543d;
  }

  .xl_placeholder-teal-100::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .xl_placeholder-teal-100::-moz-placeholder {
    color: #e6fffa;
  }

  .xl_placeholder-teal-100:-ms-input-placeholder {
    color: #e6fffa;
  }

  .xl_placeholder-teal-100::-ms-input-placeholder {
    color: #e6fffa;
  }

  .xl_placeholder-teal-100::placeholder {
    color: #e6fffa;
  }

  .xl_placeholder-teal-200::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .xl_placeholder-teal-200::-moz-placeholder {
    color: #b2f5ea;
  }

  .xl_placeholder-teal-200:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .xl_placeholder-teal-200::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .xl_placeholder-teal-200::placeholder {
    color: #b2f5ea;
  }

  .xl_placeholder-teal-300::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .xl_placeholder-teal-300::-moz-placeholder {
    color: #81e6d9;
  }

  .xl_placeholder-teal-300:-ms-input-placeholder {
    color: #81e6d9;
  }

  .xl_placeholder-teal-300::-ms-input-placeholder {
    color: #81e6d9;
  }

  .xl_placeholder-teal-300::placeholder {
    color: #81e6d9;
  }

  .xl_placeholder-teal-400::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .xl_placeholder-teal-400::-moz-placeholder {
    color: #4fd1c5;
  }

  .xl_placeholder-teal-400:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .xl_placeholder-teal-400::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .xl_placeholder-teal-400::placeholder {
    color: #4fd1c5;
  }

  .xl_placeholder-teal-500::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .xl_placeholder-teal-500::-moz-placeholder {
    color: #38b2ac;
  }

  .xl_placeholder-teal-500:-ms-input-placeholder {
    color: #38b2ac;
  }

  .xl_placeholder-teal-500::-ms-input-placeholder {
    color: #38b2ac;
  }

  .xl_placeholder-teal-500::placeholder {
    color: #38b2ac;
  }

  .xl_placeholder-teal-600::-webkit-input-placeholder {
    color: #319795;
  }

  .xl_placeholder-teal-600::-moz-placeholder {
    color: #319795;
  }

  .xl_placeholder-teal-600:-ms-input-placeholder {
    color: #319795;
  }

  .xl_placeholder-teal-600::-ms-input-placeholder {
    color: #319795;
  }

  .xl_placeholder-teal-600::placeholder {
    color: #319795;
  }

  .xl_placeholder-teal-700::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .xl_placeholder-teal-700::-moz-placeholder {
    color: #2c7a7b;
  }

  .xl_placeholder-teal-700:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .xl_placeholder-teal-700::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .xl_placeholder-teal-700::placeholder {
    color: #2c7a7b;
  }

  .xl_placeholder-teal-800::-webkit-input-placeholder {
    color: #285e61;
  }

  .xl_placeholder-teal-800::-moz-placeholder {
    color: #285e61;
  }

  .xl_placeholder-teal-800:-ms-input-placeholder {
    color: #285e61;
  }

  .xl_placeholder-teal-800::-ms-input-placeholder {
    color: #285e61;
  }

  .xl_placeholder-teal-800::placeholder {
    color: #285e61;
  }

  .xl_placeholder-teal-900::-webkit-input-placeholder {
    color: #234e52;
  }

  .xl_placeholder-teal-900::-moz-placeholder {
    color: #234e52;
  }

  .xl_placeholder-teal-900:-ms-input-placeholder {
    color: #234e52;
  }

  .xl_placeholder-teal-900::-ms-input-placeholder {
    color: #234e52;
  }

  .xl_placeholder-teal-900::placeholder {
    color: #234e52;
  }

  .xl_placeholder-blue-100::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .xl_placeholder-blue-100::-moz-placeholder {
    color: #ebf8ff;
  }

  .xl_placeholder-blue-100:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .xl_placeholder-blue-100::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .xl_placeholder-blue-100::placeholder {
    color: #ebf8ff;
  }

  .xl_placeholder-blue-200::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .xl_placeholder-blue-200::-moz-placeholder {
    color: #bee3f8;
  }

  .xl_placeholder-blue-200:-ms-input-placeholder {
    color: #bee3f8;
  }

  .xl_placeholder-blue-200::-ms-input-placeholder {
    color: #bee3f8;
  }

  .xl_placeholder-blue-200::placeholder {
    color: #bee3f8;
  }

  .xl_placeholder-blue-300::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .xl_placeholder-blue-300::-moz-placeholder {
    color: #90cdf4;
  }

  .xl_placeholder-blue-300:-ms-input-placeholder {
    color: #90cdf4;
  }

  .xl_placeholder-blue-300::-ms-input-placeholder {
    color: #90cdf4;
  }

  .xl_placeholder-blue-300::placeholder {
    color: #90cdf4;
  }

  .xl_placeholder-blue-400::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .xl_placeholder-blue-400::-moz-placeholder {
    color: #63b3ed;
  }

  .xl_placeholder-blue-400:-ms-input-placeholder {
    color: #63b3ed;
  }

  .xl_placeholder-blue-400::-ms-input-placeholder {
    color: #63b3ed;
  }

  .xl_placeholder-blue-400::placeholder {
    color: #63b3ed;
  }

  .xl_placeholder-blue-500::-webkit-input-placeholder {
    color: #4299e1;
  }

  .xl_placeholder-blue-500::-moz-placeholder {
    color: #4299e1;
  }

  .xl_placeholder-blue-500:-ms-input-placeholder {
    color: #4299e1;
  }

  .xl_placeholder-blue-500::-ms-input-placeholder {
    color: #4299e1;
  }

  .xl_placeholder-blue-500::placeholder {
    color: #4299e1;
  }

  .xl_placeholder-blue-600::-webkit-input-placeholder {
    color: #3182ce;
  }

  .xl_placeholder-blue-600::-moz-placeholder {
    color: #3182ce;
  }

  .xl_placeholder-blue-600:-ms-input-placeholder {
    color: #3182ce;
  }

  .xl_placeholder-blue-600::-ms-input-placeholder {
    color: #3182ce;
  }

  .xl_placeholder-blue-600::placeholder {
    color: #3182ce;
  }

  .xl_placeholder-blue-700::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .xl_placeholder-blue-700::-moz-placeholder {
    color: #2b6cb0;
  }

  .xl_placeholder-blue-700:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .xl_placeholder-blue-700::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .xl_placeholder-blue-700::placeholder {
    color: #2b6cb0;
  }

  .xl_placeholder-blue-800::-webkit-input-placeholder {
    color: #2c5282;
  }

  .xl_placeholder-blue-800::-moz-placeholder {
    color: #2c5282;
  }

  .xl_placeholder-blue-800:-ms-input-placeholder {
    color: #2c5282;
  }

  .xl_placeholder-blue-800::-ms-input-placeholder {
    color: #2c5282;
  }

  .xl_placeholder-blue-800::placeholder {
    color: #2c5282;
  }

  .xl_placeholder-blue-900::-webkit-input-placeholder {
    color: #2B4780;
  }

  .xl_placeholder-blue-900::-moz-placeholder {
    color: #2B4780;
  }

  .xl_placeholder-blue-900:-ms-input-placeholder {
    color: #2B4780;
  }

  .xl_placeholder-blue-900::-ms-input-placeholder {
    color: #2B4780;
  }

  .xl_placeholder-blue-900::placeholder {
    color: #2B4780;
  }

  .xl_placeholder-indigo-100::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .xl_placeholder-indigo-100::-moz-placeholder {
    color: #ebf4ff;
  }

  .xl_placeholder-indigo-100:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .xl_placeholder-indigo-100::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .xl_placeholder-indigo-100::placeholder {
    color: #ebf4ff;
  }

  .xl_placeholder-indigo-200::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .xl_placeholder-indigo-200::-moz-placeholder {
    color: #c3dafe;
  }

  .xl_placeholder-indigo-200:-ms-input-placeholder {
    color: #c3dafe;
  }

  .xl_placeholder-indigo-200::-ms-input-placeholder {
    color: #c3dafe;
  }

  .xl_placeholder-indigo-200::placeholder {
    color: #c3dafe;
  }

  .xl_placeholder-indigo-300::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .xl_placeholder-indigo-300::-moz-placeholder {
    color: #a3bffa;
  }

  .xl_placeholder-indigo-300:-ms-input-placeholder {
    color: #a3bffa;
  }

  .xl_placeholder-indigo-300::-ms-input-placeholder {
    color: #a3bffa;
  }

  .xl_placeholder-indigo-300::placeholder {
    color: #a3bffa;
  }

  .xl_placeholder-indigo-400::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .xl_placeholder-indigo-400::-moz-placeholder {
    color: #7f9cf5;
  }

  .xl_placeholder-indigo-400:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .xl_placeholder-indigo-400::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .xl_placeholder-indigo-400::placeholder {
    color: #7f9cf5;
  }

  .xl_placeholder-indigo-500::-webkit-input-placeholder {
    color: #667eea;
  }

  .xl_placeholder-indigo-500::-moz-placeholder {
    color: #667eea;
  }

  .xl_placeholder-indigo-500:-ms-input-placeholder {
    color: #667eea;
  }

  .xl_placeholder-indigo-500::-ms-input-placeholder {
    color: #667eea;
  }

  .xl_placeholder-indigo-500::placeholder {
    color: #667eea;
  }

  .xl_placeholder-indigo-600::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .xl_placeholder-indigo-600::-moz-placeholder {
    color: #5a67d8;
  }

  .xl_placeholder-indigo-600:-ms-input-placeholder {
    color: #5a67d8;
  }

  .xl_placeholder-indigo-600::-ms-input-placeholder {
    color: #5a67d8;
  }

  .xl_placeholder-indigo-600::placeholder {
    color: #5a67d8;
  }

  .xl_placeholder-indigo-700::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .xl_placeholder-indigo-700::-moz-placeholder {
    color: #4c51bf;
  }

  .xl_placeholder-indigo-700:-ms-input-placeholder {
    color: #4c51bf;
  }

  .xl_placeholder-indigo-700::-ms-input-placeholder {
    color: #4c51bf;
  }

  .xl_placeholder-indigo-700::placeholder {
    color: #4c51bf;
  }

  .xl_placeholder-indigo-800::-webkit-input-placeholder {
    color: #434190;
  }

  .xl_placeholder-indigo-800::-moz-placeholder {
    color: #434190;
  }

  .xl_placeholder-indigo-800:-ms-input-placeholder {
    color: #434190;
  }

  .xl_placeholder-indigo-800::-ms-input-placeholder {
    color: #434190;
  }

  .xl_placeholder-indigo-800::placeholder {
    color: #434190;
  }

  .xl_placeholder-indigo-900::-webkit-input-placeholder {
    color: #3c366b;
  }

  .xl_placeholder-indigo-900::-moz-placeholder {
    color: #3c366b;
  }

  .xl_placeholder-indigo-900:-ms-input-placeholder {
    color: #3c366b;
  }

  .xl_placeholder-indigo-900::-ms-input-placeholder {
    color: #3c366b;
  }

  .xl_placeholder-indigo-900::placeholder {
    color: #3c366b;
  }

  .xl_placeholder-purple-100::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .xl_placeholder-purple-100::-moz-placeholder {
    color: #faf5ff;
  }

  .xl_placeholder-purple-100:-ms-input-placeholder {
    color: #faf5ff;
  }

  .xl_placeholder-purple-100::-ms-input-placeholder {
    color: #faf5ff;
  }

  .xl_placeholder-purple-100::placeholder {
    color: #faf5ff;
  }

  .xl_placeholder-purple-200::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .xl_placeholder-purple-200::-moz-placeholder {
    color: #e9d8fd;
  }

  .xl_placeholder-purple-200:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .xl_placeholder-purple-200::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .xl_placeholder-purple-200::placeholder {
    color: #e9d8fd;
  }

  .xl_placeholder-purple-300::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .xl_placeholder-purple-300::-moz-placeholder {
    color: #d6bcfa;
  }

  .xl_placeholder-purple-300:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .xl_placeholder-purple-300::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .xl_placeholder-purple-300::placeholder {
    color: #d6bcfa;
  }

  .xl_placeholder-purple-400::-webkit-input-placeholder {
    color: #b794f4;
  }

  .xl_placeholder-purple-400::-moz-placeholder {
    color: #b794f4;
  }

  .xl_placeholder-purple-400:-ms-input-placeholder {
    color: #b794f4;
  }

  .xl_placeholder-purple-400::-ms-input-placeholder {
    color: #b794f4;
  }

  .xl_placeholder-purple-400::placeholder {
    color: #b794f4;
  }

  .xl_placeholder-purple-500::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .xl_placeholder-purple-500::-moz-placeholder {
    color: #9f7aea;
  }

  .xl_placeholder-purple-500:-ms-input-placeholder {
    color: #9f7aea;
  }

  .xl_placeholder-purple-500::-ms-input-placeholder {
    color: #9f7aea;
  }

  .xl_placeholder-purple-500::placeholder {
    color: #9f7aea;
  }

  .xl_placeholder-purple-600::-webkit-input-placeholder {
    color: #805ad5;
  }

  .xl_placeholder-purple-600::-moz-placeholder {
    color: #805ad5;
  }

  .xl_placeholder-purple-600:-ms-input-placeholder {
    color: #805ad5;
  }

  .xl_placeholder-purple-600::-ms-input-placeholder {
    color: #805ad5;
  }

  .xl_placeholder-purple-600::placeholder {
    color: #805ad5;
  }

  .xl_placeholder-purple-700::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .xl_placeholder-purple-700::-moz-placeholder {
    color: #6b46c1;
  }

  .xl_placeholder-purple-700:-ms-input-placeholder {
    color: #6b46c1;
  }

  .xl_placeholder-purple-700::-ms-input-placeholder {
    color: #6b46c1;
  }

  .xl_placeholder-purple-700::placeholder {
    color: #6b46c1;
  }

  .xl_placeholder-purple-800::-webkit-input-placeholder {
    color: #553c9a;
  }

  .xl_placeholder-purple-800::-moz-placeholder {
    color: #553c9a;
  }

  .xl_placeholder-purple-800:-ms-input-placeholder {
    color: #553c9a;
  }

  .xl_placeholder-purple-800::-ms-input-placeholder {
    color: #553c9a;
  }

  .xl_placeholder-purple-800::placeholder {
    color: #553c9a;
  }

  .xl_placeholder-purple-900::-webkit-input-placeholder {
    color: #44337a;
  }

  .xl_placeholder-purple-900::-moz-placeholder {
    color: #44337a;
  }

  .xl_placeholder-purple-900:-ms-input-placeholder {
    color: #44337a;
  }

  .xl_placeholder-purple-900::-ms-input-placeholder {
    color: #44337a;
  }

  .xl_placeholder-purple-900::placeholder {
    color: #44337a;
  }

  .xl_placeholder-pink-100::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .xl_placeholder-pink-100::-moz-placeholder {
    color: #fff5f7;
  }

  .xl_placeholder-pink-100:-ms-input-placeholder {
    color: #fff5f7;
  }

  .xl_placeholder-pink-100::-ms-input-placeholder {
    color: #fff5f7;
  }

  .xl_placeholder-pink-100::placeholder {
    color: #fff5f7;
  }

  .xl_placeholder-pink-200::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .xl_placeholder-pink-200::-moz-placeholder {
    color: #fed7e2;
  }

  .xl_placeholder-pink-200:-ms-input-placeholder {
    color: #fed7e2;
  }

  .xl_placeholder-pink-200::-ms-input-placeholder {
    color: #fed7e2;
  }

  .xl_placeholder-pink-200::placeholder {
    color: #fed7e2;
  }

  .xl_placeholder-pink-300::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .xl_placeholder-pink-300::-moz-placeholder {
    color: #fbb6ce;
  }

  .xl_placeholder-pink-300:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .xl_placeholder-pink-300::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .xl_placeholder-pink-300::placeholder {
    color: #fbb6ce;
  }

  .xl_placeholder-pink-400::-webkit-input-placeholder {
    color: #f687b3;
  }

  .xl_placeholder-pink-400::-moz-placeholder {
    color: #f687b3;
  }

  .xl_placeholder-pink-400:-ms-input-placeholder {
    color: #f687b3;
  }

  .xl_placeholder-pink-400::-ms-input-placeholder {
    color: #f687b3;
  }

  .xl_placeholder-pink-400::placeholder {
    color: #f687b3;
  }

  .xl_placeholder-pink-500::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .xl_placeholder-pink-500::-moz-placeholder {
    color: #ed64a6;
  }

  .xl_placeholder-pink-500:-ms-input-placeholder {
    color: #ed64a6;
  }

  .xl_placeholder-pink-500::-ms-input-placeholder {
    color: #ed64a6;
  }

  .xl_placeholder-pink-500::placeholder {
    color: #ed64a6;
  }

  .xl_placeholder-pink-600::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .xl_placeholder-pink-600::-moz-placeholder {
    color: #d53f8c;
  }

  .xl_placeholder-pink-600:-ms-input-placeholder {
    color: #d53f8c;
  }

  .xl_placeholder-pink-600::-ms-input-placeholder {
    color: #d53f8c;
  }

  .xl_placeholder-pink-600::placeholder {
    color: #d53f8c;
  }

  .xl_placeholder-pink-700::-webkit-input-placeholder {
    color: #b83280;
  }

  .xl_placeholder-pink-700::-moz-placeholder {
    color: #b83280;
  }

  .xl_placeholder-pink-700:-ms-input-placeholder {
    color: #b83280;
  }

  .xl_placeholder-pink-700::-ms-input-placeholder {
    color: #b83280;
  }

  .xl_placeholder-pink-700::placeholder {
    color: #b83280;
  }

  .xl_placeholder-pink-800::-webkit-input-placeholder {
    color: #97266d;
  }

  .xl_placeholder-pink-800::-moz-placeholder {
    color: #97266d;
  }

  .xl_placeholder-pink-800:-ms-input-placeholder {
    color: #97266d;
  }

  .xl_placeholder-pink-800::-ms-input-placeholder {
    color: #97266d;
  }

  .xl_placeholder-pink-800::placeholder {
    color: #97266d;
  }

  .xl_placeholder-pink-900::-webkit-input-placeholder {
    color: #702459;
  }

  .xl_placeholder-pink-900::-moz-placeholder {
    color: #702459;
  }

  .xl_placeholder-pink-900:-ms-input-placeholder {
    color: #702459;
  }

  .xl_placeholder-pink-900::-ms-input-placeholder {
    color: #702459;
  }

  .xl_placeholder-pink-900::placeholder {
    color: #702459;
  }

  .xl_placeholder-brand::-webkit-input-placeholder {
    color: #FE2929;
  }

  .xl_placeholder-brand::-moz-placeholder {
    color: #FE2929;
  }

  .xl_placeholder-brand:-ms-input-placeholder {
    color: #FE2929;
  }

  .xl_placeholder-brand::-ms-input-placeholder {
    color: #FE2929;
  }

  .xl_placeholder-brand::placeholder {
    color: #FE2929;
  }

  .xl_placeholder-brand-dark::-webkit-input-placeholder {
    color: #CB0000;
  }

  .xl_placeholder-brand-dark::-moz-placeholder {
    color: #CB0000;
  }

  .xl_placeholder-brand-dark:-ms-input-placeholder {
    color: #CB0000;
  }

  .xl_placeholder-brand-dark::-ms-input-placeholder {
    color: #CB0000;
  }

  .xl_placeholder-brand-dark::placeholder {
    color: #CB0000;
  }

  .xl_placeholder-primary::-webkit-input-placeholder {
    color: #2D58AA;
  }

  .xl_placeholder-primary::-moz-placeholder {
    color: #2D58AA;
  }

  .xl_placeholder-primary:-ms-input-placeholder {
    color: #2D58AA;
  }

  .xl_placeholder-primary::-ms-input-placeholder {
    color: #2D58AA;
  }

  .xl_placeholder-primary::placeholder {
    color: #2D58AA;
  }

  .xl_placeholder-primary-dark::-webkit-input-placeholder {
    color: #002577;
  }

  .xl_placeholder-primary-dark::-moz-placeholder {
    color: #002577;
  }

  .xl_placeholder-primary-dark:-ms-input-placeholder {
    color: #002577;
  }

  .xl_placeholder-primary-dark::-ms-input-placeholder {
    color: #002577;
  }

  .xl_placeholder-primary-dark::placeholder {
    color: #002577;
  }

  .xl_placeholder-info::-webkit-input-placeholder {
    color: #2B73A3;
  }

  .xl_placeholder-info::-moz-placeholder {
    color: #2B73A3;
  }

  .xl_placeholder-info:-ms-input-placeholder {
    color: #2B73A3;
  }

  .xl_placeholder-info::-ms-input-placeholder {
    color: #2B73A3;
  }

  .xl_placeholder-info::placeholder {
    color: #2B73A3;
  }

  .xl_placeholder-info-dark::-webkit-input-placeholder {
    color: #002577;
  }

  .xl_placeholder-info-dark::-moz-placeholder {
    color: #002577;
  }

  .xl_placeholder-info-dark:-ms-input-placeholder {
    color: #002577;
  }

  .xl_placeholder-info-dark::-ms-input-placeholder {
    color: #002577;
  }

  .xl_placeholder-info-dark::placeholder {
    color: #002577;
  }

  .xl_placeholder-success::-webkit-input-placeholder {
    color: #0EDD66;
  }

  .xl_placeholder-success::-moz-placeholder {
    color: #0EDD66;
  }

  .xl_placeholder-success:-ms-input-placeholder {
    color: #0EDD66;
  }

  .xl_placeholder-success::-ms-input-placeholder {
    color: #0EDD66;
  }

  .xl_placeholder-success::placeholder {
    color: #0EDD66;
  }

  .xl_placeholder-success-dark::-webkit-input-placeholder {
    color: #00AA33;
  }

  .xl_placeholder-success-dark::-moz-placeholder {
    color: #00AA33;
  }

  .xl_placeholder-success-dark:-ms-input-placeholder {
    color: #00AA33;
  }

  .xl_placeholder-success-dark::-ms-input-placeholder {
    color: #00AA33;
  }

  .xl_placeholder-success-dark::placeholder {
    color: #00AA33;
  }

  .xl_placeholder-warning::-webkit-input-placeholder {
    color: #B1991A;
  }

  .xl_placeholder-warning::-moz-placeholder {
    color: #B1991A;
  }

  .xl_placeholder-warning:-ms-input-placeholder {
    color: #B1991A;
  }

  .xl_placeholder-warning::-ms-input-placeholder {
    color: #B1991A;
  }

  .xl_placeholder-warning::placeholder {
    color: #B1991A;
  }

  .xl_placeholder-warning-dark::-webkit-input-placeholder {
    color: #7E6600;
  }

  .xl_placeholder-warning-dark::-moz-placeholder {
    color: #7E6600;
  }

  .xl_placeholder-warning-dark:-ms-input-placeholder {
    color: #7E6600;
  }

  .xl_placeholder-warning-dark::-ms-input-placeholder {
    color: #7E6600;
  }

  .xl_placeholder-warning-dark::placeholder {
    color: #7E6600;
  }

  .xl_placeholder-danger::-webkit-input-placeholder {
    color: #FE2929;
  }

  .xl_placeholder-danger::-moz-placeholder {
    color: #FE2929;
  }

  .xl_placeholder-danger:-ms-input-placeholder {
    color: #FE2929;
  }

  .xl_placeholder-danger::-ms-input-placeholder {
    color: #FE2929;
  }

  .xl_placeholder-danger::placeholder {
    color: #FE2929;
  }

  .xl_placeholder-danger-dark::-webkit-input-placeholder {
    color: #CB0000;
  }

  .xl_placeholder-danger-dark::-moz-placeholder {
    color: #CB0000;
  }

  .xl_placeholder-danger-dark:-ms-input-placeholder {
    color: #CB0000;
  }

  .xl_placeholder-danger-dark::-ms-input-placeholder {
    color: #CB0000;
  }

  .xl_placeholder-danger-dark::placeholder {
    color: #CB0000;
  }

  .xl_placeholder-light::-webkit-input-placeholder {
    color: #F0F0F0;
  }

  .xl_placeholder-light::-moz-placeholder {
    color: #F0F0F0;
  }

  .xl_placeholder-light:-ms-input-placeholder {
    color: #F0F0F0;
  }

  .xl_placeholder-light::-ms-input-placeholder {
    color: #F0F0F0;
  }

  .xl_placeholder-light::placeholder {
    color: #F0F0F0;
  }

  .xl_placeholder-dark::-webkit-input-placeholder {
    color: #454545;
  }

  .xl_placeholder-dark::-moz-placeholder {
    color: #454545;
  }

  .xl_placeholder-dark:-ms-input-placeholder {
    color: #454545;
  }

  .xl_placeholder-dark::-ms-input-placeholder {
    color: #454545;
  }

  .xl_placeholder-dark::placeholder {
    color: #454545;
  }

  .xl_placeholder-darkest::-webkit-input-placeholder {
    color: #313131;
  }

  .xl_placeholder-darkest::-moz-placeholder {
    color: #313131;
  }

  .xl_placeholder-darkest:-ms-input-placeholder {
    color: #313131;
  }

  .xl_placeholder-darkest::-ms-input-placeholder {
    color: #313131;
  }

  .xl_placeholder-darkest::placeholder {
    color: #313131;
  }

  .xl_placeholder-transparent-dark::-webkit-input-placeholder {
    color: rgba(0,0,0,0.6);
  }

  .xl_placeholder-transparent-dark::-moz-placeholder {
    color: rgba(0,0,0,0.6);
  }

  .xl_placeholder-transparent-dark:-ms-input-placeholder {
    color: rgba(0,0,0,0.6);
  }

  .xl_placeholder-transparent-dark::-ms-input-placeholder {
    color: rgba(0,0,0,0.6);
  }

  .xl_placeholder-transparent-dark::placeholder {
    color: rgba(0,0,0,0.6);
  }

  .xl_placeholder-facebook::-webkit-input-placeholder {
    color: #3b5998;
  }

  .xl_placeholder-facebook::-moz-placeholder {
    color: #3b5998;
  }

  .xl_placeholder-facebook:-ms-input-placeholder {
    color: #3b5998;
  }

  .xl_placeholder-facebook::-ms-input-placeholder {
    color: #3b5998;
  }

  .xl_placeholder-facebook::placeholder {
    color: #3b5998;
  }

  .xl_placeholder-twitter::-webkit-input-placeholder {
    color: #000000;
  }

  .xl_placeholder-twitter::-moz-placeholder {
    color: #000000;
  }

  .xl_placeholder-twitter:-ms-input-placeholder {
    color: #000000;
  }

  .xl_placeholder-twitter::-ms-input-placeholder {
    color: #000000;
  }

  .xl_placeholder-twitter::placeholder {
    color: #000000;
  }

  .xl_placeholder-google::-webkit-input-placeholder {
    color: #DB4437;
  }

  .xl_placeholder-google::-moz-placeholder {
    color: #DB4437;
  }

  .xl_placeholder-google:-ms-input-placeholder {
    color: #DB4437;
  }

  .xl_placeholder-google::-ms-input-placeholder {
    color: #DB4437;
  }

  .xl_placeholder-google::placeholder {
    color: #DB4437;
  }

  .xl_placeholder-linkedin::-webkit-input-placeholder {
    color: #0077B5;
  }

  .xl_placeholder-linkedin::-moz-placeholder {
    color: #0077B5;
  }

  .xl_placeholder-linkedin:-ms-input-placeholder {
    color: #0077B5;
  }

  .xl_placeholder-linkedin::-ms-input-placeholder {
    color: #0077B5;
  }

  .xl_placeholder-linkedin::placeholder {
    color: #0077B5;
  }

  .xl_placeholder-adobe::-webkit-input-placeholder {
    color: #FF0000;
  }

  .xl_placeholder-adobe::-moz-placeholder {
    color: #FF0000;
  }

  .xl_placeholder-adobe:-ms-input-placeholder {
    color: #FF0000;
  }

  .xl_placeholder-adobe::-ms-input-placeholder {
    color: #FF0000;
  }

  .xl_placeholder-adobe::placeholder {
    color: #FF0000;
  }

  .xl_placeholder-rss::-webkit-input-placeholder {
    color: #f26522;
  }

  .xl_placeholder-rss::-moz-placeholder {
    color: #f26522;
  }

  .xl_placeholder-rss:-ms-input-placeholder {
    color: #f26522;
  }

  .xl_placeholder-rss::-ms-input-placeholder {
    color: #f26522;
  }

  .xl_placeholder-rss::placeholder {
    color: #f26522;
  }

  .xl_focus_placeholder-transparent:focus::-webkit-input-placeholder {
    color: transparent;
  }

  .xl_focus_placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .xl_focus_placeholder-transparent:focus:-ms-input-placeholder {
    color: transparent;
  }

  .xl_focus_placeholder-transparent:focus::-ms-input-placeholder {
    color: transparent;
  }

  .xl_focus_placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .xl_focus_placeholder-black:focus::-webkit-input-placeholder {
    color: #000;
  }

  .xl_focus_placeholder-black:focus::-moz-placeholder {
    color: #000;
  }

  .xl_focus_placeholder-black:focus:-ms-input-placeholder {
    color: #000;
  }

  .xl_focus_placeholder-black:focus::-ms-input-placeholder {
    color: #000;
  }

  .xl_focus_placeholder-black:focus::placeholder {
    color: #000;
  }

  .xl_focus_placeholder-white:focus::-webkit-input-placeholder {
    color: #fff;
  }

  .xl_focus_placeholder-white:focus::-moz-placeholder {
    color: #fff;
  }

  .xl_focus_placeholder-white:focus:-ms-input-placeholder {
    color: #fff;
  }

  .xl_focus_placeholder-white:focus::-ms-input-placeholder {
    color: #fff;
  }

  .xl_focus_placeholder-white:focus::placeholder {
    color: #fff;
  }

  .xl_focus_placeholder-gray-100:focus::-webkit-input-placeholder {
    color: #f7fafc;
  }

  .xl_focus_placeholder-gray-100:focus::-moz-placeholder {
    color: #f7fafc;
  }

  .xl_focus_placeholder-gray-100:focus:-ms-input-placeholder {
    color: #f7fafc;
  }

  .xl_focus_placeholder-gray-100:focus::-ms-input-placeholder {
    color: #f7fafc;
  }

  .xl_focus_placeholder-gray-100:focus::placeholder {
    color: #f7fafc;
  }

  .xl_focus_placeholder-gray-200:focus::-webkit-input-placeholder {
    color: #edf2f7;
  }

  .xl_focus_placeholder-gray-200:focus::-moz-placeholder {
    color: #edf2f7;
  }

  .xl_focus_placeholder-gray-200:focus:-ms-input-placeholder {
    color: #edf2f7;
  }

  .xl_focus_placeholder-gray-200:focus::-ms-input-placeholder {
    color: #edf2f7;
  }

  .xl_focus_placeholder-gray-200:focus::placeholder {
    color: #edf2f7;
  }

  .xl_focus_placeholder-gray-300:focus::-webkit-input-placeholder {
    color: #e2e8f0;
  }

  .xl_focus_placeholder-gray-300:focus::-moz-placeholder {
    color: #e2e8f0;
  }

  .xl_focus_placeholder-gray-300:focus:-ms-input-placeholder {
    color: #e2e8f0;
  }

  .xl_focus_placeholder-gray-300:focus::-ms-input-placeholder {
    color: #e2e8f0;
  }

  .xl_focus_placeholder-gray-300:focus::placeholder {
    color: #e2e8f0;
  }

  .xl_focus_placeholder-gray-400:focus::-webkit-input-placeholder {
    color: #B8B8B8;
  }

  .xl_focus_placeholder-gray-400:focus::-moz-placeholder {
    color: #B8B8B8;
  }

  .xl_focus_placeholder-gray-400:focus:-ms-input-placeholder {
    color: #B8B8B8;
  }

  .xl_focus_placeholder-gray-400:focus::-ms-input-placeholder {
    color: #B8B8B8;
  }

  .xl_focus_placeholder-gray-400:focus::placeholder {
    color: #B8B8B8;
  }

  .xl_focus_placeholder-gray-500:focus::-webkit-input-placeholder {
    color: #a0aec0;
  }

  .xl_focus_placeholder-gray-500:focus::-moz-placeholder {
    color: #a0aec0;
  }

  .xl_focus_placeholder-gray-500:focus:-ms-input-placeholder {
    color: #a0aec0;
  }

  .xl_focus_placeholder-gray-500:focus::-ms-input-placeholder {
    color: #a0aec0;
  }

  .xl_focus_placeholder-gray-500:focus::placeholder {
    color: #a0aec0;
  }

  .xl_focus_placeholder-gray-600:focus::-webkit-input-placeholder {
    color: #718096;
  }

  .xl_focus_placeholder-gray-600:focus::-moz-placeholder {
    color: #718096;
  }

  .xl_focus_placeholder-gray-600:focus:-ms-input-placeholder {
    color: #718096;
  }

  .xl_focus_placeholder-gray-600:focus::-ms-input-placeholder {
    color: #718096;
  }

  .xl_focus_placeholder-gray-600:focus::placeholder {
    color: #718096;
  }

  .xl_focus_placeholder-gray-700:focus::-webkit-input-placeholder {
    color: #313131;
  }

  .xl_focus_placeholder-gray-700:focus::-moz-placeholder {
    color: #313131;
  }

  .xl_focus_placeholder-gray-700:focus:-ms-input-placeholder {
    color: #313131;
  }

  .xl_focus_placeholder-gray-700:focus::-ms-input-placeholder {
    color: #313131;
  }

  .xl_focus_placeholder-gray-700:focus::placeholder {
    color: #313131;
  }

  .xl_focus_placeholder-gray-800:focus::-webkit-input-placeholder {
    color: #2d3748;
  }

  .xl_focus_placeholder-gray-800:focus::-moz-placeholder {
    color: #2d3748;
  }

  .xl_focus_placeholder-gray-800:focus:-ms-input-placeholder {
    color: #2d3748;
  }

  .xl_focus_placeholder-gray-800:focus::-ms-input-placeholder {
    color: #2d3748;
  }

  .xl_focus_placeholder-gray-800:focus::placeholder {
    color: #2d3748;
  }

  .xl_focus_placeholder-gray-900:focus::-webkit-input-placeholder {
    color: #1a202c;
  }

  .xl_focus_placeholder-gray-900:focus::-moz-placeholder {
    color: #1a202c;
  }

  .xl_focus_placeholder-gray-900:focus:-ms-input-placeholder {
    color: #1a202c;
  }

  .xl_focus_placeholder-gray-900:focus::-ms-input-placeholder {
    color: #1a202c;
  }

  .xl_focus_placeholder-gray-900:focus::placeholder {
    color: #1a202c;
  }

  .xl_focus_placeholder-red-100:focus::-webkit-input-placeholder {
    color: #fff5f5;
  }

  .xl_focus_placeholder-red-100:focus::-moz-placeholder {
    color: #fff5f5;
  }

  .xl_focus_placeholder-red-100:focus:-ms-input-placeholder {
    color: #fff5f5;
  }

  .xl_focus_placeholder-red-100:focus::-ms-input-placeholder {
    color: #fff5f5;
  }

  .xl_focus_placeholder-red-100:focus::placeholder {
    color: #fff5f5;
  }

  .xl_focus_placeholder-red-200:focus::-webkit-input-placeholder {
    color: #fed7d7;
  }

  .xl_focus_placeholder-red-200:focus::-moz-placeholder {
    color: #fed7d7;
  }

  .xl_focus_placeholder-red-200:focus:-ms-input-placeholder {
    color: #fed7d7;
  }

  .xl_focus_placeholder-red-200:focus::-ms-input-placeholder {
    color: #fed7d7;
  }

  .xl_focus_placeholder-red-200:focus::placeholder {
    color: #fed7d7;
  }

  .xl_focus_placeholder-red-300:focus::-webkit-input-placeholder {
    color: #feb2b2;
  }

  .xl_focus_placeholder-red-300:focus::-moz-placeholder {
    color: #feb2b2;
  }

  .xl_focus_placeholder-red-300:focus:-ms-input-placeholder {
    color: #feb2b2;
  }

  .xl_focus_placeholder-red-300:focus::-ms-input-placeholder {
    color: #feb2b2;
  }

  .xl_focus_placeholder-red-300:focus::placeholder {
    color: #feb2b2;
  }

  .xl_focus_placeholder-red-400:focus::-webkit-input-placeholder {
    color: #fc8181;
  }

  .xl_focus_placeholder-red-400:focus::-moz-placeholder {
    color: #fc8181;
  }

  .xl_focus_placeholder-red-400:focus:-ms-input-placeholder {
    color: #fc8181;
  }

  .xl_focus_placeholder-red-400:focus::-ms-input-placeholder {
    color: #fc8181;
  }

  .xl_focus_placeholder-red-400:focus::placeholder {
    color: #fc8181;
  }

  .xl_focus_placeholder-red-500:focus::-webkit-input-placeholder {
    color: #f56565;
  }

  .xl_focus_placeholder-red-500:focus::-moz-placeholder {
    color: #f56565;
  }

  .xl_focus_placeholder-red-500:focus:-ms-input-placeholder {
    color: #f56565;
  }

  .xl_focus_placeholder-red-500:focus::-ms-input-placeholder {
    color: #f56565;
  }

  .xl_focus_placeholder-red-500:focus::placeholder {
    color: #f56565;
  }

  .xl_focus_placeholder-red-600:focus::-webkit-input-placeholder {
    color: #e53e3e;
  }

  .xl_focus_placeholder-red-600:focus::-moz-placeholder {
    color: #e53e3e;
  }

  .xl_focus_placeholder-red-600:focus:-ms-input-placeholder {
    color: #e53e3e;
  }

  .xl_focus_placeholder-red-600:focus::-ms-input-placeholder {
    color: #e53e3e;
  }

  .xl_focus_placeholder-red-600:focus::placeholder {
    color: #e53e3e;
  }

  .xl_focus_placeholder-red-700:focus::-webkit-input-placeholder {
    color: #c53030;
  }

  .xl_focus_placeholder-red-700:focus::-moz-placeholder {
    color: #c53030;
  }

  .xl_focus_placeholder-red-700:focus:-ms-input-placeholder {
    color: #c53030;
  }

  .xl_focus_placeholder-red-700:focus::-ms-input-placeholder {
    color: #c53030;
  }

  .xl_focus_placeholder-red-700:focus::placeholder {
    color: #c53030;
  }

  .xl_focus_placeholder-red-800:focus::-webkit-input-placeholder {
    color: #9b2c2c;
  }

  .xl_focus_placeholder-red-800:focus::-moz-placeholder {
    color: #9b2c2c;
  }

  .xl_focus_placeholder-red-800:focus:-ms-input-placeholder {
    color: #9b2c2c;
  }

  .xl_focus_placeholder-red-800:focus::-ms-input-placeholder {
    color: #9b2c2c;
  }

  .xl_focus_placeholder-red-800:focus::placeholder {
    color: #9b2c2c;
  }

  .xl_focus_placeholder-red-900:focus::-webkit-input-placeholder {
    color: #742a2a;
  }

  .xl_focus_placeholder-red-900:focus::-moz-placeholder {
    color: #742a2a;
  }

  .xl_focus_placeholder-red-900:focus:-ms-input-placeholder {
    color: #742a2a;
  }

  .xl_focus_placeholder-red-900:focus::-ms-input-placeholder {
    color: #742a2a;
  }

  .xl_focus_placeholder-red-900:focus::placeholder {
    color: #742a2a;
  }

  .xl_focus_placeholder-orange-100:focus::-webkit-input-placeholder {
    color: #fffaf0;
  }

  .xl_focus_placeholder-orange-100:focus::-moz-placeholder {
    color: #fffaf0;
  }

  .xl_focus_placeholder-orange-100:focus:-ms-input-placeholder {
    color: #fffaf0;
  }

  .xl_focus_placeholder-orange-100:focus::-ms-input-placeholder {
    color: #fffaf0;
  }

  .xl_focus_placeholder-orange-100:focus::placeholder {
    color: #fffaf0;
  }

  .xl_focus_placeholder-orange-200:focus::-webkit-input-placeholder {
    color: #feebc8;
  }

  .xl_focus_placeholder-orange-200:focus::-moz-placeholder {
    color: #feebc8;
  }

  .xl_focus_placeholder-orange-200:focus:-ms-input-placeholder {
    color: #feebc8;
  }

  .xl_focus_placeholder-orange-200:focus::-ms-input-placeholder {
    color: #feebc8;
  }

  .xl_focus_placeholder-orange-200:focus::placeholder {
    color: #feebc8;
  }

  .xl_focus_placeholder-orange-300:focus::-webkit-input-placeholder {
    color: #fbd38d;
  }

  .xl_focus_placeholder-orange-300:focus::-moz-placeholder {
    color: #fbd38d;
  }

  .xl_focus_placeholder-orange-300:focus:-ms-input-placeholder {
    color: #fbd38d;
  }

  .xl_focus_placeholder-orange-300:focus::-ms-input-placeholder {
    color: #fbd38d;
  }

  .xl_focus_placeholder-orange-300:focus::placeholder {
    color: #fbd38d;
  }

  .xl_focus_placeholder-orange-400:focus::-webkit-input-placeholder {
    color: #f6ad55;
  }

  .xl_focus_placeholder-orange-400:focus::-moz-placeholder {
    color: #f6ad55;
  }

  .xl_focus_placeholder-orange-400:focus:-ms-input-placeholder {
    color: #f6ad55;
  }

  .xl_focus_placeholder-orange-400:focus::-ms-input-placeholder {
    color: #f6ad55;
  }

  .xl_focus_placeholder-orange-400:focus::placeholder {
    color: #f6ad55;
  }

  .xl_focus_placeholder-orange-500:focus::-webkit-input-placeholder {
    color: #ed8936;
  }

  .xl_focus_placeholder-orange-500:focus::-moz-placeholder {
    color: #ed8936;
  }

  .xl_focus_placeholder-orange-500:focus:-ms-input-placeholder {
    color: #ed8936;
  }

  .xl_focus_placeholder-orange-500:focus::-ms-input-placeholder {
    color: #ed8936;
  }

  .xl_focus_placeholder-orange-500:focus::placeholder {
    color: #ed8936;
  }

  .xl_focus_placeholder-orange-600:focus::-webkit-input-placeholder {
    color: #dd6b20;
  }

  .xl_focus_placeholder-orange-600:focus::-moz-placeholder {
    color: #dd6b20;
  }

  .xl_focus_placeholder-orange-600:focus:-ms-input-placeholder {
    color: #dd6b20;
  }

  .xl_focus_placeholder-orange-600:focus::-ms-input-placeholder {
    color: #dd6b20;
  }

  .xl_focus_placeholder-orange-600:focus::placeholder {
    color: #dd6b20;
  }

  .xl_focus_placeholder-orange-700:focus::-webkit-input-placeholder {
    color: #c05621;
  }

  .xl_focus_placeholder-orange-700:focus::-moz-placeholder {
    color: #c05621;
  }

  .xl_focus_placeholder-orange-700:focus:-ms-input-placeholder {
    color: #c05621;
  }

  .xl_focus_placeholder-orange-700:focus::-ms-input-placeholder {
    color: #c05621;
  }

  .xl_focus_placeholder-orange-700:focus::placeholder {
    color: #c05621;
  }

  .xl_focus_placeholder-orange-800:focus::-webkit-input-placeholder {
    color: #9c4221;
  }

  .xl_focus_placeholder-orange-800:focus::-moz-placeholder {
    color: #9c4221;
  }

  .xl_focus_placeholder-orange-800:focus:-ms-input-placeholder {
    color: #9c4221;
  }

  .xl_focus_placeholder-orange-800:focus::-ms-input-placeholder {
    color: #9c4221;
  }

  .xl_focus_placeholder-orange-800:focus::placeholder {
    color: #9c4221;
  }

  .xl_focus_placeholder-orange-900:focus::-webkit-input-placeholder {
    color: #7b341e;
  }

  .xl_focus_placeholder-orange-900:focus::-moz-placeholder {
    color: #7b341e;
  }

  .xl_focus_placeholder-orange-900:focus:-ms-input-placeholder {
    color: #7b341e;
  }

  .xl_focus_placeholder-orange-900:focus::-ms-input-placeholder {
    color: #7b341e;
  }

  .xl_focus_placeholder-orange-900:focus::placeholder {
    color: #7b341e;
  }

  .xl_focus_placeholder-yellow-100:focus::-webkit-input-placeholder {
    color: #fffff0;
  }

  .xl_focus_placeholder-yellow-100:focus::-moz-placeholder {
    color: #fffff0;
  }

  .xl_focus_placeholder-yellow-100:focus:-ms-input-placeholder {
    color: #fffff0;
  }

  .xl_focus_placeholder-yellow-100:focus::-ms-input-placeholder {
    color: #fffff0;
  }

  .xl_focus_placeholder-yellow-100:focus::placeholder {
    color: #fffff0;
  }

  .xl_focus_placeholder-yellow-200:focus::-webkit-input-placeholder {
    color: #fefcbf;
  }

  .xl_focus_placeholder-yellow-200:focus::-moz-placeholder {
    color: #fefcbf;
  }

  .xl_focus_placeholder-yellow-200:focus:-ms-input-placeholder {
    color: #fefcbf;
  }

  .xl_focus_placeholder-yellow-200:focus::-ms-input-placeholder {
    color: #fefcbf;
  }

  .xl_focus_placeholder-yellow-200:focus::placeholder {
    color: #fefcbf;
  }

  .xl_focus_placeholder-yellow-300:focus::-webkit-input-placeholder {
    color: #faf089;
  }

  .xl_focus_placeholder-yellow-300:focus::-moz-placeholder {
    color: #faf089;
  }

  .xl_focus_placeholder-yellow-300:focus:-ms-input-placeholder {
    color: #faf089;
  }

  .xl_focus_placeholder-yellow-300:focus::-ms-input-placeholder {
    color: #faf089;
  }

  .xl_focus_placeholder-yellow-300:focus::placeholder {
    color: #faf089;
  }

  .xl_focus_placeholder-yellow-400:focus::-webkit-input-placeholder {
    color: #f6e05e;
  }

  .xl_focus_placeholder-yellow-400:focus::-moz-placeholder {
    color: #f6e05e;
  }

  .xl_focus_placeholder-yellow-400:focus:-ms-input-placeholder {
    color: #f6e05e;
  }

  .xl_focus_placeholder-yellow-400:focus::-ms-input-placeholder {
    color: #f6e05e;
  }

  .xl_focus_placeholder-yellow-400:focus::placeholder {
    color: #f6e05e;
  }

  .xl_focus_placeholder-yellow-500:focus::-webkit-input-placeholder {
    color: #ecc94b;
  }

  .xl_focus_placeholder-yellow-500:focus::-moz-placeholder {
    color: #ecc94b;
  }

  .xl_focus_placeholder-yellow-500:focus:-ms-input-placeholder {
    color: #ecc94b;
  }

  .xl_focus_placeholder-yellow-500:focus::-ms-input-placeholder {
    color: #ecc94b;
  }

  .xl_focus_placeholder-yellow-500:focus::placeholder {
    color: #ecc94b;
  }

  .xl_focus_placeholder-yellow-600:focus::-webkit-input-placeholder {
    color: #d69e2e;
  }

  .xl_focus_placeholder-yellow-600:focus::-moz-placeholder {
    color: #d69e2e;
  }

  .xl_focus_placeholder-yellow-600:focus:-ms-input-placeholder {
    color: #d69e2e;
  }

  .xl_focus_placeholder-yellow-600:focus::-ms-input-placeholder {
    color: #d69e2e;
  }

  .xl_focus_placeholder-yellow-600:focus::placeholder {
    color: #d69e2e;
  }

  .xl_focus_placeholder-yellow-700:focus::-webkit-input-placeholder {
    color: #b7791f;
  }

  .xl_focus_placeholder-yellow-700:focus::-moz-placeholder {
    color: #b7791f;
  }

  .xl_focus_placeholder-yellow-700:focus:-ms-input-placeholder {
    color: #b7791f;
  }

  .xl_focus_placeholder-yellow-700:focus::-ms-input-placeholder {
    color: #b7791f;
  }

  .xl_focus_placeholder-yellow-700:focus::placeholder {
    color: #b7791f;
  }

  .xl_focus_placeholder-yellow-800:focus::-webkit-input-placeholder {
    color: #975a16;
  }

  .xl_focus_placeholder-yellow-800:focus::-moz-placeholder {
    color: #975a16;
  }

  .xl_focus_placeholder-yellow-800:focus:-ms-input-placeholder {
    color: #975a16;
  }

  .xl_focus_placeholder-yellow-800:focus::-ms-input-placeholder {
    color: #975a16;
  }

  .xl_focus_placeholder-yellow-800:focus::placeholder {
    color: #975a16;
  }

  .xl_focus_placeholder-yellow-900:focus::-webkit-input-placeholder {
    color: #744210;
  }

  .xl_focus_placeholder-yellow-900:focus::-moz-placeholder {
    color: #744210;
  }

  .xl_focus_placeholder-yellow-900:focus:-ms-input-placeholder {
    color: #744210;
  }

  .xl_focus_placeholder-yellow-900:focus::-ms-input-placeholder {
    color: #744210;
  }

  .xl_focus_placeholder-yellow-900:focus::placeholder {
    color: #744210;
  }

  .xl_focus_placeholder-green-100:focus::-webkit-input-placeholder {
    color: #f0fff4;
  }

  .xl_focus_placeholder-green-100:focus::-moz-placeholder {
    color: #f0fff4;
  }

  .xl_focus_placeholder-green-100:focus:-ms-input-placeholder {
    color: #f0fff4;
  }

  .xl_focus_placeholder-green-100:focus::-ms-input-placeholder {
    color: #f0fff4;
  }

  .xl_focus_placeholder-green-100:focus::placeholder {
    color: #f0fff4;
  }

  .xl_focus_placeholder-green-200:focus::-webkit-input-placeholder {
    color: #c6f6d5;
  }

  .xl_focus_placeholder-green-200:focus::-moz-placeholder {
    color: #c6f6d5;
  }

  .xl_focus_placeholder-green-200:focus:-ms-input-placeholder {
    color: #c6f6d5;
  }

  .xl_focus_placeholder-green-200:focus::-ms-input-placeholder {
    color: #c6f6d5;
  }

  .xl_focus_placeholder-green-200:focus::placeholder {
    color: #c6f6d5;
  }

  .xl_focus_placeholder-green-300:focus::-webkit-input-placeholder {
    color: #9ae6b4;
  }

  .xl_focus_placeholder-green-300:focus::-moz-placeholder {
    color: #9ae6b4;
  }

  .xl_focus_placeholder-green-300:focus:-ms-input-placeholder {
    color: #9ae6b4;
  }

  .xl_focus_placeholder-green-300:focus::-ms-input-placeholder {
    color: #9ae6b4;
  }

  .xl_focus_placeholder-green-300:focus::placeholder {
    color: #9ae6b4;
  }

  .xl_focus_placeholder-green-400:focus::-webkit-input-placeholder {
    color: #68d391;
  }

  .xl_focus_placeholder-green-400:focus::-moz-placeholder {
    color: #68d391;
  }

  .xl_focus_placeholder-green-400:focus:-ms-input-placeholder {
    color: #68d391;
  }

  .xl_focus_placeholder-green-400:focus::-ms-input-placeholder {
    color: #68d391;
  }

  .xl_focus_placeholder-green-400:focus::placeholder {
    color: #68d391;
  }

  .xl_focus_placeholder-green-500:focus::-webkit-input-placeholder {
    color: #48bb78;
  }

  .xl_focus_placeholder-green-500:focus::-moz-placeholder {
    color: #48bb78;
  }

  .xl_focus_placeholder-green-500:focus:-ms-input-placeholder {
    color: #48bb78;
  }

  .xl_focus_placeholder-green-500:focus::-ms-input-placeholder {
    color: #48bb78;
  }

  .xl_focus_placeholder-green-500:focus::placeholder {
    color: #48bb78;
  }

  .xl_focus_placeholder-green-600:focus::-webkit-input-placeholder {
    color: #38a169;
  }

  .xl_focus_placeholder-green-600:focus::-moz-placeholder {
    color: #38a169;
  }

  .xl_focus_placeholder-green-600:focus:-ms-input-placeholder {
    color: #38a169;
  }

  .xl_focus_placeholder-green-600:focus::-ms-input-placeholder {
    color: #38a169;
  }

  .xl_focus_placeholder-green-600:focus::placeholder {
    color: #38a169;
  }

  .xl_focus_placeholder-green-700:focus::-webkit-input-placeholder {
    color: #2f855a;
  }

  .xl_focus_placeholder-green-700:focus::-moz-placeholder {
    color: #2f855a;
  }

  .xl_focus_placeholder-green-700:focus:-ms-input-placeholder {
    color: #2f855a;
  }

  .xl_focus_placeholder-green-700:focus::-ms-input-placeholder {
    color: #2f855a;
  }

  .xl_focus_placeholder-green-700:focus::placeholder {
    color: #2f855a;
  }

  .xl_focus_placeholder-green-800:focus::-webkit-input-placeholder {
    color: #276749;
  }

  .xl_focus_placeholder-green-800:focus::-moz-placeholder {
    color: #276749;
  }

  .xl_focus_placeholder-green-800:focus:-ms-input-placeholder {
    color: #276749;
  }

  .xl_focus_placeholder-green-800:focus::-ms-input-placeholder {
    color: #276749;
  }

  .xl_focus_placeholder-green-800:focus::placeholder {
    color: #276749;
  }

  .xl_focus_placeholder-green-900:focus::-webkit-input-placeholder {
    color: #22543d;
  }

  .xl_focus_placeholder-green-900:focus::-moz-placeholder {
    color: #22543d;
  }

  .xl_focus_placeholder-green-900:focus:-ms-input-placeholder {
    color: #22543d;
  }

  .xl_focus_placeholder-green-900:focus::-ms-input-placeholder {
    color: #22543d;
  }

  .xl_focus_placeholder-green-900:focus::placeholder {
    color: #22543d;
  }

  .xl_focus_placeholder-teal-100:focus::-webkit-input-placeholder {
    color: #e6fffa;
  }

  .xl_focus_placeholder-teal-100:focus::-moz-placeholder {
    color: #e6fffa;
  }

  .xl_focus_placeholder-teal-100:focus:-ms-input-placeholder {
    color: #e6fffa;
  }

  .xl_focus_placeholder-teal-100:focus::-ms-input-placeholder {
    color: #e6fffa;
  }

  .xl_focus_placeholder-teal-100:focus::placeholder {
    color: #e6fffa;
  }

  .xl_focus_placeholder-teal-200:focus::-webkit-input-placeholder {
    color: #b2f5ea;
  }

  .xl_focus_placeholder-teal-200:focus::-moz-placeholder {
    color: #b2f5ea;
  }

  .xl_focus_placeholder-teal-200:focus:-ms-input-placeholder {
    color: #b2f5ea;
  }

  .xl_focus_placeholder-teal-200:focus::-ms-input-placeholder {
    color: #b2f5ea;
  }

  .xl_focus_placeholder-teal-200:focus::placeholder {
    color: #b2f5ea;
  }

  .xl_focus_placeholder-teal-300:focus::-webkit-input-placeholder {
    color: #81e6d9;
  }

  .xl_focus_placeholder-teal-300:focus::-moz-placeholder {
    color: #81e6d9;
  }

  .xl_focus_placeholder-teal-300:focus:-ms-input-placeholder {
    color: #81e6d9;
  }

  .xl_focus_placeholder-teal-300:focus::-ms-input-placeholder {
    color: #81e6d9;
  }

  .xl_focus_placeholder-teal-300:focus::placeholder {
    color: #81e6d9;
  }

  .xl_focus_placeholder-teal-400:focus::-webkit-input-placeholder {
    color: #4fd1c5;
  }

  .xl_focus_placeholder-teal-400:focus::-moz-placeholder {
    color: #4fd1c5;
  }

  .xl_focus_placeholder-teal-400:focus:-ms-input-placeholder {
    color: #4fd1c5;
  }

  .xl_focus_placeholder-teal-400:focus::-ms-input-placeholder {
    color: #4fd1c5;
  }

  .xl_focus_placeholder-teal-400:focus::placeholder {
    color: #4fd1c5;
  }

  .xl_focus_placeholder-teal-500:focus::-webkit-input-placeholder {
    color: #38b2ac;
  }

  .xl_focus_placeholder-teal-500:focus::-moz-placeholder {
    color: #38b2ac;
  }

  .xl_focus_placeholder-teal-500:focus:-ms-input-placeholder {
    color: #38b2ac;
  }

  .xl_focus_placeholder-teal-500:focus::-ms-input-placeholder {
    color: #38b2ac;
  }

  .xl_focus_placeholder-teal-500:focus::placeholder {
    color: #38b2ac;
  }

  .xl_focus_placeholder-teal-600:focus::-webkit-input-placeholder {
    color: #319795;
  }

  .xl_focus_placeholder-teal-600:focus::-moz-placeholder {
    color: #319795;
  }

  .xl_focus_placeholder-teal-600:focus:-ms-input-placeholder {
    color: #319795;
  }

  .xl_focus_placeholder-teal-600:focus::-ms-input-placeholder {
    color: #319795;
  }

  .xl_focus_placeholder-teal-600:focus::placeholder {
    color: #319795;
  }

  .xl_focus_placeholder-teal-700:focus::-webkit-input-placeholder {
    color: #2c7a7b;
  }

  .xl_focus_placeholder-teal-700:focus::-moz-placeholder {
    color: #2c7a7b;
  }

  .xl_focus_placeholder-teal-700:focus:-ms-input-placeholder {
    color: #2c7a7b;
  }

  .xl_focus_placeholder-teal-700:focus::-ms-input-placeholder {
    color: #2c7a7b;
  }

  .xl_focus_placeholder-teal-700:focus::placeholder {
    color: #2c7a7b;
  }

  .xl_focus_placeholder-teal-800:focus::-webkit-input-placeholder {
    color: #285e61;
  }

  .xl_focus_placeholder-teal-800:focus::-moz-placeholder {
    color: #285e61;
  }

  .xl_focus_placeholder-teal-800:focus:-ms-input-placeholder {
    color: #285e61;
  }

  .xl_focus_placeholder-teal-800:focus::-ms-input-placeholder {
    color: #285e61;
  }

  .xl_focus_placeholder-teal-800:focus::placeholder {
    color: #285e61;
  }

  .xl_focus_placeholder-teal-900:focus::-webkit-input-placeholder {
    color: #234e52;
  }

  .xl_focus_placeholder-teal-900:focus::-moz-placeholder {
    color: #234e52;
  }

  .xl_focus_placeholder-teal-900:focus:-ms-input-placeholder {
    color: #234e52;
  }

  .xl_focus_placeholder-teal-900:focus::-ms-input-placeholder {
    color: #234e52;
  }

  .xl_focus_placeholder-teal-900:focus::placeholder {
    color: #234e52;
  }

  .xl_focus_placeholder-blue-100:focus::-webkit-input-placeholder {
    color: #ebf8ff;
  }

  .xl_focus_placeholder-blue-100:focus::-moz-placeholder {
    color: #ebf8ff;
  }

  .xl_focus_placeholder-blue-100:focus:-ms-input-placeholder {
    color: #ebf8ff;
  }

  .xl_focus_placeholder-blue-100:focus::-ms-input-placeholder {
    color: #ebf8ff;
  }

  .xl_focus_placeholder-blue-100:focus::placeholder {
    color: #ebf8ff;
  }

  .xl_focus_placeholder-blue-200:focus::-webkit-input-placeholder {
    color: #bee3f8;
  }

  .xl_focus_placeholder-blue-200:focus::-moz-placeholder {
    color: #bee3f8;
  }

  .xl_focus_placeholder-blue-200:focus:-ms-input-placeholder {
    color: #bee3f8;
  }

  .xl_focus_placeholder-blue-200:focus::-ms-input-placeholder {
    color: #bee3f8;
  }

  .xl_focus_placeholder-blue-200:focus::placeholder {
    color: #bee3f8;
  }

  .xl_focus_placeholder-blue-300:focus::-webkit-input-placeholder {
    color: #90cdf4;
  }

  .xl_focus_placeholder-blue-300:focus::-moz-placeholder {
    color: #90cdf4;
  }

  .xl_focus_placeholder-blue-300:focus:-ms-input-placeholder {
    color: #90cdf4;
  }

  .xl_focus_placeholder-blue-300:focus::-ms-input-placeholder {
    color: #90cdf4;
  }

  .xl_focus_placeholder-blue-300:focus::placeholder {
    color: #90cdf4;
  }

  .xl_focus_placeholder-blue-400:focus::-webkit-input-placeholder {
    color: #63b3ed;
  }

  .xl_focus_placeholder-blue-400:focus::-moz-placeholder {
    color: #63b3ed;
  }

  .xl_focus_placeholder-blue-400:focus:-ms-input-placeholder {
    color: #63b3ed;
  }

  .xl_focus_placeholder-blue-400:focus::-ms-input-placeholder {
    color: #63b3ed;
  }

  .xl_focus_placeholder-blue-400:focus::placeholder {
    color: #63b3ed;
  }

  .xl_focus_placeholder-blue-500:focus::-webkit-input-placeholder {
    color: #4299e1;
  }

  .xl_focus_placeholder-blue-500:focus::-moz-placeholder {
    color: #4299e1;
  }

  .xl_focus_placeholder-blue-500:focus:-ms-input-placeholder {
    color: #4299e1;
  }

  .xl_focus_placeholder-blue-500:focus::-ms-input-placeholder {
    color: #4299e1;
  }

  .xl_focus_placeholder-blue-500:focus::placeholder {
    color: #4299e1;
  }

  .xl_focus_placeholder-blue-600:focus::-webkit-input-placeholder {
    color: #3182ce;
  }

  .xl_focus_placeholder-blue-600:focus::-moz-placeholder {
    color: #3182ce;
  }

  .xl_focus_placeholder-blue-600:focus:-ms-input-placeholder {
    color: #3182ce;
  }

  .xl_focus_placeholder-blue-600:focus::-ms-input-placeholder {
    color: #3182ce;
  }

  .xl_focus_placeholder-blue-600:focus::placeholder {
    color: #3182ce;
  }

  .xl_focus_placeholder-blue-700:focus::-webkit-input-placeholder {
    color: #2b6cb0;
  }

  .xl_focus_placeholder-blue-700:focus::-moz-placeholder {
    color: #2b6cb0;
  }

  .xl_focus_placeholder-blue-700:focus:-ms-input-placeholder {
    color: #2b6cb0;
  }

  .xl_focus_placeholder-blue-700:focus::-ms-input-placeholder {
    color: #2b6cb0;
  }

  .xl_focus_placeholder-blue-700:focus::placeholder {
    color: #2b6cb0;
  }

  .xl_focus_placeholder-blue-800:focus::-webkit-input-placeholder {
    color: #2c5282;
  }

  .xl_focus_placeholder-blue-800:focus::-moz-placeholder {
    color: #2c5282;
  }

  .xl_focus_placeholder-blue-800:focus:-ms-input-placeholder {
    color: #2c5282;
  }

  .xl_focus_placeholder-blue-800:focus::-ms-input-placeholder {
    color: #2c5282;
  }

  .xl_focus_placeholder-blue-800:focus::placeholder {
    color: #2c5282;
  }

  .xl_focus_placeholder-blue-900:focus::-webkit-input-placeholder {
    color: #2B4780;
  }

  .xl_focus_placeholder-blue-900:focus::-moz-placeholder {
    color: #2B4780;
  }

  .xl_focus_placeholder-blue-900:focus:-ms-input-placeholder {
    color: #2B4780;
  }

  .xl_focus_placeholder-blue-900:focus::-ms-input-placeholder {
    color: #2B4780;
  }

  .xl_focus_placeholder-blue-900:focus::placeholder {
    color: #2B4780;
  }

  .xl_focus_placeholder-indigo-100:focus::-webkit-input-placeholder {
    color: #ebf4ff;
  }

  .xl_focus_placeholder-indigo-100:focus::-moz-placeholder {
    color: #ebf4ff;
  }

  .xl_focus_placeholder-indigo-100:focus:-ms-input-placeholder {
    color: #ebf4ff;
  }

  .xl_focus_placeholder-indigo-100:focus::-ms-input-placeholder {
    color: #ebf4ff;
  }

  .xl_focus_placeholder-indigo-100:focus::placeholder {
    color: #ebf4ff;
  }

  .xl_focus_placeholder-indigo-200:focus::-webkit-input-placeholder {
    color: #c3dafe;
  }

  .xl_focus_placeholder-indigo-200:focus::-moz-placeholder {
    color: #c3dafe;
  }

  .xl_focus_placeholder-indigo-200:focus:-ms-input-placeholder {
    color: #c3dafe;
  }

  .xl_focus_placeholder-indigo-200:focus::-ms-input-placeholder {
    color: #c3dafe;
  }

  .xl_focus_placeholder-indigo-200:focus::placeholder {
    color: #c3dafe;
  }

  .xl_focus_placeholder-indigo-300:focus::-webkit-input-placeholder {
    color: #a3bffa;
  }

  .xl_focus_placeholder-indigo-300:focus::-moz-placeholder {
    color: #a3bffa;
  }

  .xl_focus_placeholder-indigo-300:focus:-ms-input-placeholder {
    color: #a3bffa;
  }

  .xl_focus_placeholder-indigo-300:focus::-ms-input-placeholder {
    color: #a3bffa;
  }

  .xl_focus_placeholder-indigo-300:focus::placeholder {
    color: #a3bffa;
  }

  .xl_focus_placeholder-indigo-400:focus::-webkit-input-placeholder {
    color: #7f9cf5;
  }

  .xl_focus_placeholder-indigo-400:focus::-moz-placeholder {
    color: #7f9cf5;
  }

  .xl_focus_placeholder-indigo-400:focus:-ms-input-placeholder {
    color: #7f9cf5;
  }

  .xl_focus_placeholder-indigo-400:focus::-ms-input-placeholder {
    color: #7f9cf5;
  }

  .xl_focus_placeholder-indigo-400:focus::placeholder {
    color: #7f9cf5;
  }

  .xl_focus_placeholder-indigo-500:focus::-webkit-input-placeholder {
    color: #667eea;
  }

  .xl_focus_placeholder-indigo-500:focus::-moz-placeholder {
    color: #667eea;
  }

  .xl_focus_placeholder-indigo-500:focus:-ms-input-placeholder {
    color: #667eea;
  }

  .xl_focus_placeholder-indigo-500:focus::-ms-input-placeholder {
    color: #667eea;
  }

  .xl_focus_placeholder-indigo-500:focus::placeholder {
    color: #667eea;
  }

  .xl_focus_placeholder-indigo-600:focus::-webkit-input-placeholder {
    color: #5a67d8;
  }

  .xl_focus_placeholder-indigo-600:focus::-moz-placeholder {
    color: #5a67d8;
  }

  .xl_focus_placeholder-indigo-600:focus:-ms-input-placeholder {
    color: #5a67d8;
  }

  .xl_focus_placeholder-indigo-600:focus::-ms-input-placeholder {
    color: #5a67d8;
  }

  .xl_focus_placeholder-indigo-600:focus::placeholder {
    color: #5a67d8;
  }

  .xl_focus_placeholder-indigo-700:focus::-webkit-input-placeholder {
    color: #4c51bf;
  }

  .xl_focus_placeholder-indigo-700:focus::-moz-placeholder {
    color: #4c51bf;
  }

  .xl_focus_placeholder-indigo-700:focus:-ms-input-placeholder {
    color: #4c51bf;
  }

  .xl_focus_placeholder-indigo-700:focus::-ms-input-placeholder {
    color: #4c51bf;
  }

  .xl_focus_placeholder-indigo-700:focus::placeholder {
    color: #4c51bf;
  }

  .xl_focus_placeholder-indigo-800:focus::-webkit-input-placeholder {
    color: #434190;
  }

  .xl_focus_placeholder-indigo-800:focus::-moz-placeholder {
    color: #434190;
  }

  .xl_focus_placeholder-indigo-800:focus:-ms-input-placeholder {
    color: #434190;
  }

  .xl_focus_placeholder-indigo-800:focus::-ms-input-placeholder {
    color: #434190;
  }

  .xl_focus_placeholder-indigo-800:focus::placeholder {
    color: #434190;
  }

  .xl_focus_placeholder-indigo-900:focus::-webkit-input-placeholder {
    color: #3c366b;
  }

  .xl_focus_placeholder-indigo-900:focus::-moz-placeholder {
    color: #3c366b;
  }

  .xl_focus_placeholder-indigo-900:focus:-ms-input-placeholder {
    color: #3c366b;
  }

  .xl_focus_placeholder-indigo-900:focus::-ms-input-placeholder {
    color: #3c366b;
  }

  .xl_focus_placeholder-indigo-900:focus::placeholder {
    color: #3c366b;
  }

  .xl_focus_placeholder-purple-100:focus::-webkit-input-placeholder {
    color: #faf5ff;
  }

  .xl_focus_placeholder-purple-100:focus::-moz-placeholder {
    color: #faf5ff;
  }

  .xl_focus_placeholder-purple-100:focus:-ms-input-placeholder {
    color: #faf5ff;
  }

  .xl_focus_placeholder-purple-100:focus::-ms-input-placeholder {
    color: #faf5ff;
  }

  .xl_focus_placeholder-purple-100:focus::placeholder {
    color: #faf5ff;
  }

  .xl_focus_placeholder-purple-200:focus::-webkit-input-placeholder {
    color: #e9d8fd;
  }

  .xl_focus_placeholder-purple-200:focus::-moz-placeholder {
    color: #e9d8fd;
  }

  .xl_focus_placeholder-purple-200:focus:-ms-input-placeholder {
    color: #e9d8fd;
  }

  .xl_focus_placeholder-purple-200:focus::-ms-input-placeholder {
    color: #e9d8fd;
  }

  .xl_focus_placeholder-purple-200:focus::placeholder {
    color: #e9d8fd;
  }

  .xl_focus_placeholder-purple-300:focus::-webkit-input-placeholder {
    color: #d6bcfa;
  }

  .xl_focus_placeholder-purple-300:focus::-moz-placeholder {
    color: #d6bcfa;
  }

  .xl_focus_placeholder-purple-300:focus:-ms-input-placeholder {
    color: #d6bcfa;
  }

  .xl_focus_placeholder-purple-300:focus::-ms-input-placeholder {
    color: #d6bcfa;
  }

  .xl_focus_placeholder-purple-300:focus::placeholder {
    color: #d6bcfa;
  }

  .xl_focus_placeholder-purple-400:focus::-webkit-input-placeholder {
    color: #b794f4;
  }

  .xl_focus_placeholder-purple-400:focus::-moz-placeholder {
    color: #b794f4;
  }

  .xl_focus_placeholder-purple-400:focus:-ms-input-placeholder {
    color: #b794f4;
  }

  .xl_focus_placeholder-purple-400:focus::-ms-input-placeholder {
    color: #b794f4;
  }

  .xl_focus_placeholder-purple-400:focus::placeholder {
    color: #b794f4;
  }

  .xl_focus_placeholder-purple-500:focus::-webkit-input-placeholder {
    color: #9f7aea;
  }

  .xl_focus_placeholder-purple-500:focus::-moz-placeholder {
    color: #9f7aea;
  }

  .xl_focus_placeholder-purple-500:focus:-ms-input-placeholder {
    color: #9f7aea;
  }

  .xl_focus_placeholder-purple-500:focus::-ms-input-placeholder {
    color: #9f7aea;
  }

  .xl_focus_placeholder-purple-500:focus::placeholder {
    color: #9f7aea;
  }

  .xl_focus_placeholder-purple-600:focus::-webkit-input-placeholder {
    color: #805ad5;
  }

  .xl_focus_placeholder-purple-600:focus::-moz-placeholder {
    color: #805ad5;
  }

  .xl_focus_placeholder-purple-600:focus:-ms-input-placeholder {
    color: #805ad5;
  }

  .xl_focus_placeholder-purple-600:focus::-ms-input-placeholder {
    color: #805ad5;
  }

  .xl_focus_placeholder-purple-600:focus::placeholder {
    color: #805ad5;
  }

  .xl_focus_placeholder-purple-700:focus::-webkit-input-placeholder {
    color: #6b46c1;
  }

  .xl_focus_placeholder-purple-700:focus::-moz-placeholder {
    color: #6b46c1;
  }

  .xl_focus_placeholder-purple-700:focus:-ms-input-placeholder {
    color: #6b46c1;
  }

  .xl_focus_placeholder-purple-700:focus::-ms-input-placeholder {
    color: #6b46c1;
  }

  .xl_focus_placeholder-purple-700:focus::placeholder {
    color: #6b46c1;
  }

  .xl_focus_placeholder-purple-800:focus::-webkit-input-placeholder {
    color: #553c9a;
  }

  .xl_focus_placeholder-purple-800:focus::-moz-placeholder {
    color: #553c9a;
  }

  .xl_focus_placeholder-purple-800:focus:-ms-input-placeholder {
    color: #553c9a;
  }

  .xl_focus_placeholder-purple-800:focus::-ms-input-placeholder {
    color: #553c9a;
  }

  .xl_focus_placeholder-purple-800:focus::placeholder {
    color: #553c9a;
  }

  .xl_focus_placeholder-purple-900:focus::-webkit-input-placeholder {
    color: #44337a;
  }

  .xl_focus_placeholder-purple-900:focus::-moz-placeholder {
    color: #44337a;
  }

  .xl_focus_placeholder-purple-900:focus:-ms-input-placeholder {
    color: #44337a;
  }

  .xl_focus_placeholder-purple-900:focus::-ms-input-placeholder {
    color: #44337a;
  }

  .xl_focus_placeholder-purple-900:focus::placeholder {
    color: #44337a;
  }

  .xl_focus_placeholder-pink-100:focus::-webkit-input-placeholder {
    color: #fff5f7;
  }

  .xl_focus_placeholder-pink-100:focus::-moz-placeholder {
    color: #fff5f7;
  }

  .xl_focus_placeholder-pink-100:focus:-ms-input-placeholder {
    color: #fff5f7;
  }

  .xl_focus_placeholder-pink-100:focus::-ms-input-placeholder {
    color: #fff5f7;
  }

  .xl_focus_placeholder-pink-100:focus::placeholder {
    color: #fff5f7;
  }

  .xl_focus_placeholder-pink-200:focus::-webkit-input-placeholder {
    color: #fed7e2;
  }

  .xl_focus_placeholder-pink-200:focus::-moz-placeholder {
    color: #fed7e2;
  }

  .xl_focus_placeholder-pink-200:focus:-ms-input-placeholder {
    color: #fed7e2;
  }

  .xl_focus_placeholder-pink-200:focus::-ms-input-placeholder {
    color: #fed7e2;
  }

  .xl_focus_placeholder-pink-200:focus::placeholder {
    color: #fed7e2;
  }

  .xl_focus_placeholder-pink-300:focus::-webkit-input-placeholder {
    color: #fbb6ce;
  }

  .xl_focus_placeholder-pink-300:focus::-moz-placeholder {
    color: #fbb6ce;
  }

  .xl_focus_placeholder-pink-300:focus:-ms-input-placeholder {
    color: #fbb6ce;
  }

  .xl_focus_placeholder-pink-300:focus::-ms-input-placeholder {
    color: #fbb6ce;
  }

  .xl_focus_placeholder-pink-300:focus::placeholder {
    color: #fbb6ce;
  }

  .xl_focus_placeholder-pink-400:focus::-webkit-input-placeholder {
    color: #f687b3;
  }

  .xl_focus_placeholder-pink-400:focus::-moz-placeholder {
    color: #f687b3;
  }

  .xl_focus_placeholder-pink-400:focus:-ms-input-placeholder {
    color: #f687b3;
  }

  .xl_focus_placeholder-pink-400:focus::-ms-input-placeholder {
    color: #f687b3;
  }

  .xl_focus_placeholder-pink-400:focus::placeholder {
    color: #f687b3;
  }

  .xl_focus_placeholder-pink-500:focus::-webkit-input-placeholder {
    color: #ed64a6;
  }

  .xl_focus_placeholder-pink-500:focus::-moz-placeholder {
    color: #ed64a6;
  }

  .xl_focus_placeholder-pink-500:focus:-ms-input-placeholder {
    color: #ed64a6;
  }

  .xl_focus_placeholder-pink-500:focus::-ms-input-placeholder {
    color: #ed64a6;
  }

  .xl_focus_placeholder-pink-500:focus::placeholder {
    color: #ed64a6;
  }

  .xl_focus_placeholder-pink-600:focus::-webkit-input-placeholder {
    color: #d53f8c;
  }

  .xl_focus_placeholder-pink-600:focus::-moz-placeholder {
    color: #d53f8c;
  }

  .xl_focus_placeholder-pink-600:focus:-ms-input-placeholder {
    color: #d53f8c;
  }

  .xl_focus_placeholder-pink-600:focus::-ms-input-placeholder {
    color: #d53f8c;
  }

  .xl_focus_placeholder-pink-600:focus::placeholder {
    color: #d53f8c;
  }

  .xl_focus_placeholder-pink-700:focus::-webkit-input-placeholder {
    color: #b83280;
  }

  .xl_focus_placeholder-pink-700:focus::-moz-placeholder {
    color: #b83280;
  }

  .xl_focus_placeholder-pink-700:focus:-ms-input-placeholder {
    color: #b83280;
  }

  .xl_focus_placeholder-pink-700:focus::-ms-input-placeholder {
    color: #b83280;
  }

  .xl_focus_placeholder-pink-700:focus::placeholder {
    color: #b83280;
  }

  .xl_focus_placeholder-pink-800:focus::-webkit-input-placeholder {
    color: #97266d;
  }

  .xl_focus_placeholder-pink-800:focus::-moz-placeholder {
    color: #97266d;
  }

  .xl_focus_placeholder-pink-800:focus:-ms-input-placeholder {
    color: #97266d;
  }

  .xl_focus_placeholder-pink-800:focus::-ms-input-placeholder {
    color: #97266d;
  }

  .xl_focus_placeholder-pink-800:focus::placeholder {
    color: #97266d;
  }

  .xl_focus_placeholder-pink-900:focus::-webkit-input-placeholder {
    color: #702459;
  }

  .xl_focus_placeholder-pink-900:focus::-moz-placeholder {
    color: #702459;
  }

  .xl_focus_placeholder-pink-900:focus:-ms-input-placeholder {
    color: #702459;
  }

  .xl_focus_placeholder-pink-900:focus::-ms-input-placeholder {
    color: #702459;
  }

  .xl_focus_placeholder-pink-900:focus::placeholder {
    color: #702459;
  }

  .xl_focus_placeholder-brand:focus::-webkit-input-placeholder {
    color: #FE2929;
  }

  .xl_focus_placeholder-brand:focus::-moz-placeholder {
    color: #FE2929;
  }

  .xl_focus_placeholder-brand:focus:-ms-input-placeholder {
    color: #FE2929;
  }

  .xl_focus_placeholder-brand:focus::-ms-input-placeholder {
    color: #FE2929;
  }

  .xl_focus_placeholder-brand:focus::placeholder {
    color: #FE2929;
  }

  .xl_focus_placeholder-brand-dark:focus::-webkit-input-placeholder {
    color: #CB0000;
  }

  .xl_focus_placeholder-brand-dark:focus::-moz-placeholder {
    color: #CB0000;
  }

  .xl_focus_placeholder-brand-dark:focus:-ms-input-placeholder {
    color: #CB0000;
  }

  .xl_focus_placeholder-brand-dark:focus::-ms-input-placeholder {
    color: #CB0000;
  }

  .xl_focus_placeholder-brand-dark:focus::placeholder {
    color: #CB0000;
  }

  .xl_focus_placeholder-primary:focus::-webkit-input-placeholder {
    color: #2D58AA;
  }

  .xl_focus_placeholder-primary:focus::-moz-placeholder {
    color: #2D58AA;
  }

  .xl_focus_placeholder-primary:focus:-ms-input-placeholder {
    color: #2D58AA;
  }

  .xl_focus_placeholder-primary:focus::-ms-input-placeholder {
    color: #2D58AA;
  }

  .xl_focus_placeholder-primary:focus::placeholder {
    color: #2D58AA;
  }

  .xl_focus_placeholder-primary-dark:focus::-webkit-input-placeholder {
    color: #002577;
  }

  .xl_focus_placeholder-primary-dark:focus::-moz-placeholder {
    color: #002577;
  }

  .xl_focus_placeholder-primary-dark:focus:-ms-input-placeholder {
    color: #002577;
  }

  .xl_focus_placeholder-primary-dark:focus::-ms-input-placeholder {
    color: #002577;
  }

  .xl_focus_placeholder-primary-dark:focus::placeholder {
    color: #002577;
  }

  .xl_focus_placeholder-info:focus::-webkit-input-placeholder {
    color: #2B73A3;
  }

  .xl_focus_placeholder-info:focus::-moz-placeholder {
    color: #2B73A3;
  }

  .xl_focus_placeholder-info:focus:-ms-input-placeholder {
    color: #2B73A3;
  }

  .xl_focus_placeholder-info:focus::-ms-input-placeholder {
    color: #2B73A3;
  }

  .xl_focus_placeholder-info:focus::placeholder {
    color: #2B73A3;
  }

  .xl_focus_placeholder-info-dark:focus::-webkit-input-placeholder {
    color: #002577;
  }

  .xl_focus_placeholder-info-dark:focus::-moz-placeholder {
    color: #002577;
  }

  .xl_focus_placeholder-info-dark:focus:-ms-input-placeholder {
    color: #002577;
  }

  .xl_focus_placeholder-info-dark:focus::-ms-input-placeholder {
    color: #002577;
  }

  .xl_focus_placeholder-info-dark:focus::placeholder {
    color: #002577;
  }

  .xl_focus_placeholder-success:focus::-webkit-input-placeholder {
    color: #0EDD66;
  }

  .xl_focus_placeholder-success:focus::-moz-placeholder {
    color: #0EDD66;
  }

  .xl_focus_placeholder-success:focus:-ms-input-placeholder {
    color: #0EDD66;
  }

  .xl_focus_placeholder-success:focus::-ms-input-placeholder {
    color: #0EDD66;
  }

  .xl_focus_placeholder-success:focus::placeholder {
    color: #0EDD66;
  }

  .xl_focus_placeholder-success-dark:focus::-webkit-input-placeholder {
    color: #00AA33;
  }

  .xl_focus_placeholder-success-dark:focus::-moz-placeholder {
    color: #00AA33;
  }

  .xl_focus_placeholder-success-dark:focus:-ms-input-placeholder {
    color: #00AA33;
  }

  .xl_focus_placeholder-success-dark:focus::-ms-input-placeholder {
    color: #00AA33;
  }

  .xl_focus_placeholder-success-dark:focus::placeholder {
    color: #00AA33;
  }

  .xl_focus_placeholder-warning:focus::-webkit-input-placeholder {
    color: #B1991A;
  }

  .xl_focus_placeholder-warning:focus::-moz-placeholder {
    color: #B1991A;
  }

  .xl_focus_placeholder-warning:focus:-ms-input-placeholder {
    color: #B1991A;
  }

  .xl_focus_placeholder-warning:focus::-ms-input-placeholder {
    color: #B1991A;
  }

  .xl_focus_placeholder-warning:focus::placeholder {
    color: #B1991A;
  }

  .xl_focus_placeholder-warning-dark:focus::-webkit-input-placeholder {
    color: #7E6600;
  }

  .xl_focus_placeholder-warning-dark:focus::-moz-placeholder {
    color: #7E6600;
  }

  .xl_focus_placeholder-warning-dark:focus:-ms-input-placeholder {
    color: #7E6600;
  }

  .xl_focus_placeholder-warning-dark:focus::-ms-input-placeholder {
    color: #7E6600;
  }

  .xl_focus_placeholder-warning-dark:focus::placeholder {
    color: #7E6600;
  }

  .xl_focus_placeholder-danger:focus::-webkit-input-placeholder {
    color: #FE2929;
  }

  .xl_focus_placeholder-danger:focus::-moz-placeholder {
    color: #FE2929;
  }

  .xl_focus_placeholder-danger:focus:-ms-input-placeholder {
    color: #FE2929;
  }

  .xl_focus_placeholder-danger:focus::-ms-input-placeholder {
    color: #FE2929;
  }

  .xl_focus_placeholder-danger:focus::placeholder {
    color: #FE2929;
  }

  .xl_focus_placeholder-danger-dark:focus::-webkit-input-placeholder {
    color: #CB0000;
  }

  .xl_focus_placeholder-danger-dark:focus::-moz-placeholder {
    color: #CB0000;
  }

  .xl_focus_placeholder-danger-dark:focus:-ms-input-placeholder {
    color: #CB0000;
  }

  .xl_focus_placeholder-danger-dark:focus::-ms-input-placeholder {
    color: #CB0000;
  }

  .xl_focus_placeholder-danger-dark:focus::placeholder {
    color: #CB0000;
  }

  .xl_focus_placeholder-light:focus::-webkit-input-placeholder {
    color: #F0F0F0;
  }

  .xl_focus_placeholder-light:focus::-moz-placeholder {
    color: #F0F0F0;
  }

  .xl_focus_placeholder-light:focus:-ms-input-placeholder {
    color: #F0F0F0;
  }

  .xl_focus_placeholder-light:focus::-ms-input-placeholder {
    color: #F0F0F0;
  }

  .xl_focus_placeholder-light:focus::placeholder {
    color: #F0F0F0;
  }

  .xl_focus_placeholder-dark:focus::-webkit-input-placeholder {
    color: #454545;
  }

  .xl_focus_placeholder-dark:focus::-moz-placeholder {
    color: #454545;
  }

  .xl_focus_placeholder-dark:focus:-ms-input-placeholder {
    color: #454545;
  }

  .xl_focus_placeholder-dark:focus::-ms-input-placeholder {
    color: #454545;
  }

  .xl_focus_placeholder-dark:focus::placeholder {
    color: #454545;
  }

  .xl_focus_placeholder-darkest:focus::-webkit-input-placeholder {
    color: #313131;
  }

  .xl_focus_placeholder-darkest:focus::-moz-placeholder {
    color: #313131;
  }

  .xl_focus_placeholder-darkest:focus:-ms-input-placeholder {
    color: #313131;
  }

  .xl_focus_placeholder-darkest:focus::-ms-input-placeholder {
    color: #313131;
  }

  .xl_focus_placeholder-darkest:focus::placeholder {
    color: #313131;
  }

  .xl_focus_placeholder-transparent-dark:focus::-webkit-input-placeholder {
    color: rgba(0,0,0,0.6);
  }

  .xl_focus_placeholder-transparent-dark:focus::-moz-placeholder {
    color: rgba(0,0,0,0.6);
  }

  .xl_focus_placeholder-transparent-dark:focus:-ms-input-placeholder {
    color: rgba(0,0,0,0.6);
  }

  .xl_focus_placeholder-transparent-dark:focus::-ms-input-placeholder {
    color: rgba(0,0,0,0.6);
  }

  .xl_focus_placeholder-transparent-dark:focus::placeholder {
    color: rgba(0,0,0,0.6);
  }

  .xl_focus_placeholder-facebook:focus::-webkit-input-placeholder {
    color: #3b5998;
  }

  .xl_focus_placeholder-facebook:focus::-moz-placeholder {
    color: #3b5998;
  }

  .xl_focus_placeholder-facebook:focus:-ms-input-placeholder {
    color: #3b5998;
  }

  .xl_focus_placeholder-facebook:focus::-ms-input-placeholder {
    color: #3b5998;
  }

  .xl_focus_placeholder-facebook:focus::placeholder {
    color: #3b5998;
  }

  .xl_focus_placeholder-twitter:focus::-webkit-input-placeholder {
    color: #000000;
  }

  .xl_focus_placeholder-twitter:focus::-moz-placeholder {
    color: #000000;
  }

  .xl_focus_placeholder-twitter:focus:-ms-input-placeholder {
    color: #000000;
  }

  .xl_focus_placeholder-twitter:focus::-ms-input-placeholder {
    color: #000000;
  }

  .xl_focus_placeholder-twitter:focus::placeholder {
    color: #000000;
  }

  .xl_focus_placeholder-google:focus::-webkit-input-placeholder {
    color: #DB4437;
  }

  .xl_focus_placeholder-google:focus::-moz-placeholder {
    color: #DB4437;
  }

  .xl_focus_placeholder-google:focus:-ms-input-placeholder {
    color: #DB4437;
  }

  .xl_focus_placeholder-google:focus::-ms-input-placeholder {
    color: #DB4437;
  }

  .xl_focus_placeholder-google:focus::placeholder {
    color: #DB4437;
  }

  .xl_focus_placeholder-linkedin:focus::-webkit-input-placeholder {
    color: #0077B5;
  }

  .xl_focus_placeholder-linkedin:focus::-moz-placeholder {
    color: #0077B5;
  }

  .xl_focus_placeholder-linkedin:focus:-ms-input-placeholder {
    color: #0077B5;
  }

  .xl_focus_placeholder-linkedin:focus::-ms-input-placeholder {
    color: #0077B5;
  }

  .xl_focus_placeholder-linkedin:focus::placeholder {
    color: #0077B5;
  }

  .xl_focus_placeholder-adobe:focus::-webkit-input-placeholder {
    color: #FF0000;
  }

  .xl_focus_placeholder-adobe:focus::-moz-placeholder {
    color: #FF0000;
  }

  .xl_focus_placeholder-adobe:focus:-ms-input-placeholder {
    color: #FF0000;
  }

  .xl_focus_placeholder-adobe:focus::-ms-input-placeholder {
    color: #FF0000;
  }

  .xl_focus_placeholder-adobe:focus::placeholder {
    color: #FF0000;
  }

  .xl_focus_placeholder-rss:focus::-webkit-input-placeholder {
    color: #f26522;
  }

  .xl_focus_placeholder-rss:focus::-moz-placeholder {
    color: #f26522;
  }

  .xl_focus_placeholder-rss:focus:-ms-input-placeholder {
    color: #f26522;
  }

  .xl_focus_placeholder-rss:focus::-ms-input-placeholder {
    color: #f26522;
  }

  .xl_focus_placeholder-rss:focus::placeholder {
    color: #f26522;
  }

  .xl_pointer-events-none {
    pointer-events: none;
  }

  .xl_pointer-events-auto {
    pointer-events: auto;
  }

  .xl_static {
    position: static;
  }

  .xl_fixed {
    position: fixed;
  }

  .xl_absolute {
    position: absolute;
  }

  .xl_relative {
    position: relative;
  }

  .xl_sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .xl_inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl_inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl_inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xl_-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xl_inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .xl_inset-x-0 {
    right: 0;
    left: 0;
  }

  .xl_inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .xl_inset-x-auto {
    right: auto;
    left: auto;
  }

  .xl_inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .xl_inset-x-1\/2 {
    right: 50%;
    left: 50%;
  }

  .xl_-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .xl_-inset-x-1\/2 {
    right: -50%;
    left: -50%;
  }

  .xl_top-0 {
    top: 0;
  }

  .xl_right-0 {
    right: 0;
  }

  .xl_bottom-0 {
    bottom: 0;
  }

  .xl_left-0 {
    left: 0;
  }

  .xl_top-auto {
    top: auto;
  }

  .xl_right-auto {
    right: auto;
  }

  .xl_bottom-auto {
    bottom: auto;
  }

  .xl_left-auto {
    left: auto;
  }

  .xl_top-1\/2 {
    top: 50%;
  }

  .xl_right-1\/2 {
    right: 50%;
  }

  .xl_bottom-1\/2 {
    bottom: 50%;
  }

  .xl_left-1\/2 {
    left: 50%;
  }

  .xl_-top-1\/2 {
    top: -50%;
  }

  .xl_-right-1\/2 {
    right: -50%;
  }

  .xl_-bottom-1\/2 {
    bottom: -50%;
  }

  .xl_-left-1\/2 {
    left: -50%;
  }

  .xl_resize-none {
    resize: none;
  }

  .xl_resize-y {
    resize: vertical;
  }

  .xl_resize-x {
    resize: horizontal;
  }

  .xl_resize {
    resize: both;
  }

  .xl_shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xl_shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xl_shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xl_shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xl_shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xl_shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xl_shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xl_shadow-none {
    box-shadow: none;
  }

  .xl_hover_shadow:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xl_hover_shadow-md:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xl_hover_shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xl_hover_shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xl_hover_shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xl_hover_shadow-inner:hover {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xl_hover_shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xl_hover_shadow-none:hover {
    box-shadow: none;
  }

  .xl_focus_shadow:focus {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xl_focus_shadow-md:focus {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xl_focus_shadow-lg:focus {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xl_focus_shadow-xl:focus {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xl_focus_shadow-2xl:focus {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xl_focus_shadow-inner:focus {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xl_focus_shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xl_focus_shadow-none:focus {
    box-shadow: none;
  }

  .xl_fill-current {
    fill: currentColor;
  }

  .xl_stroke-current {
    stroke: currentColor;
  }

  .xl_table-auto {
    table-layout: auto;
  }

  .xl_table-fixed {
    table-layout: fixed;
  }

  .xl_text-left {
    text-align: left;
  }

  .xl_text-center {
    text-align: center;
  }

  .xl_text-right {
    text-align: right;
  }

  .xl_text-justify {
    text-align: justify;
  }

  .xl_text-transparent {
    color: transparent;
  }

  .xl_text-black {
    color: #000;
  }

  .xl_text-white {
    color: #fff;
  }

  .xl_text-gray-100 {
    color: #f7fafc;
  }

  .xl_text-gray-200 {
    color: #edf2f7;
  }

  .xl_text-gray-300 {
    color: #e2e8f0;
  }

  .xl_text-gray-400 {
    color: #B8B8B8;
  }

  .xl_text-gray-500 {
    color: #a0aec0;
  }

  .xl_text-gray-600 {
    color: #718096;
  }

  .xl_text-gray-700 {
    color: #313131;
  }

  .xl_text-gray-800 {
    color: #2d3748;
  }

  .xl_text-gray-900 {
    color: #1a202c;
  }

  .xl_text-red-100 {
    color: #fff5f5;
  }

  .xl_text-red-200 {
    color: #fed7d7;
  }

  .xl_text-red-300 {
    color: #feb2b2;
  }

  .xl_text-red-400 {
    color: #fc8181;
  }

  .xl_text-red-500 {
    color: #f56565;
  }

  .xl_text-red-600 {
    color: #e53e3e;
  }

  .xl_text-red-700 {
    color: #c53030;
  }

  .xl_text-red-800 {
    color: #9b2c2c;
  }

  .xl_text-red-900 {
    color: #742a2a;
  }

  .xl_text-orange-100 {
    color: #fffaf0;
  }

  .xl_text-orange-200 {
    color: #feebc8;
  }

  .xl_text-orange-300 {
    color: #fbd38d;
  }

  .xl_text-orange-400 {
    color: #f6ad55;
  }

  .xl_text-orange-500 {
    color: #ed8936;
  }

  .xl_text-orange-600 {
    color: #dd6b20;
  }

  .xl_text-orange-700 {
    color: #c05621;
  }

  .xl_text-orange-800 {
    color: #9c4221;
  }

  .xl_text-orange-900 {
    color: #7b341e;
  }

  .xl_text-yellow-100 {
    color: #fffff0;
  }

  .xl_text-yellow-200 {
    color: #fefcbf;
  }

  .xl_text-yellow-300 {
    color: #faf089;
  }

  .xl_text-yellow-400 {
    color: #f6e05e;
  }

  .xl_text-yellow-500 {
    color: #ecc94b;
  }

  .xl_text-yellow-600 {
    color: #d69e2e;
  }

  .xl_text-yellow-700 {
    color: #b7791f;
  }

  .xl_text-yellow-800 {
    color: #975a16;
  }

  .xl_text-yellow-900 {
    color: #744210;
  }

  .xl_text-green-100 {
    color: #f0fff4;
  }

  .xl_text-green-200 {
    color: #c6f6d5;
  }

  .xl_text-green-300 {
    color: #9ae6b4;
  }

  .xl_text-green-400 {
    color: #68d391;
  }

  .xl_text-green-500 {
    color: #48bb78;
  }

  .xl_text-green-600 {
    color: #38a169;
  }

  .xl_text-green-700 {
    color: #2f855a;
  }

  .xl_text-green-800 {
    color: #276749;
  }

  .xl_text-green-900 {
    color: #22543d;
  }

  .xl_text-teal-100 {
    color: #e6fffa;
  }

  .xl_text-teal-200 {
    color: #b2f5ea;
  }

  .xl_text-teal-300 {
    color: #81e6d9;
  }

  .xl_text-teal-400 {
    color: #4fd1c5;
  }

  .xl_text-teal-500 {
    color: #38b2ac;
  }

  .xl_text-teal-600 {
    color: #319795;
  }

  .xl_text-teal-700 {
    color: #2c7a7b;
  }

  .xl_text-teal-800 {
    color: #285e61;
  }

  .xl_text-teal-900 {
    color: #234e52;
  }

  .xl_text-blue-100 {
    color: #ebf8ff;
  }

  .xl_text-blue-200 {
    color: #bee3f8;
  }

  .xl_text-blue-300 {
    color: #90cdf4;
  }

  .xl_text-blue-400 {
    color: #63b3ed;
  }

  .xl_text-blue-500 {
    color: #4299e1;
  }

  .xl_text-blue-600 {
    color: #3182ce;
  }

  .xl_text-blue-700 {
    color: #2b6cb0;
  }

  .xl_text-blue-800 {
    color: #2c5282;
  }

  .xl_text-blue-900 {
    color: #2B4780;
  }

  .xl_text-indigo-100 {
    color: #ebf4ff;
  }

  .xl_text-indigo-200 {
    color: #c3dafe;
  }

  .xl_text-indigo-300 {
    color: #a3bffa;
  }

  .xl_text-indigo-400 {
    color: #7f9cf5;
  }

  .xl_text-indigo-500 {
    color: #667eea;
  }

  .xl_text-indigo-600 {
    color: #5a67d8;
  }

  .xl_text-indigo-700 {
    color: #4c51bf;
  }

  .xl_text-indigo-800 {
    color: #434190;
  }

  .xl_text-indigo-900 {
    color: #3c366b;
  }

  .xl_text-purple-100 {
    color: #faf5ff;
  }

  .xl_text-purple-200 {
    color: #e9d8fd;
  }

  .xl_text-purple-300 {
    color: #d6bcfa;
  }

  .xl_text-purple-400 {
    color: #b794f4;
  }

  .xl_text-purple-500 {
    color: #9f7aea;
  }

  .xl_text-purple-600 {
    color: #805ad5;
  }

  .xl_text-purple-700 {
    color: #6b46c1;
  }

  .xl_text-purple-800 {
    color: #553c9a;
  }

  .xl_text-purple-900 {
    color: #44337a;
  }

  .xl_text-pink-100 {
    color: #fff5f7;
  }

  .xl_text-pink-200 {
    color: #fed7e2;
  }

  .xl_text-pink-300 {
    color: #fbb6ce;
  }

  .xl_text-pink-400 {
    color: #f687b3;
  }

  .xl_text-pink-500 {
    color: #ed64a6;
  }

  .xl_text-pink-600 {
    color: #d53f8c;
  }

  .xl_text-pink-700 {
    color: #b83280;
  }

  .xl_text-pink-800 {
    color: #97266d;
  }

  .xl_text-pink-900 {
    color: #702459;
  }

  .xl_text-brand {
    color: #FE2929;
  }

  .xl_text-brand-dark {
    color: #CB0000;
  }

  .xl_text-primary {
    color: #2D58AA;
  }

  .xl_text-primary-dark {
    color: #002577;
  }

  .xl_text-info {
    color: #2B73A3;
  }

  .xl_text-info-dark {
    color: #002577;
  }

  .xl_text-success {
    color: #0EDD66;
  }

  .xl_text-success-dark {
    color: #00AA33;
  }

  .xl_text-warning {
    color: #B1991A;
  }

  .xl_text-warning-dark {
    color: #7E6600;
  }

  .xl_text-danger {
    color: #FE2929;
  }

  .xl_text-danger-dark {
    color: #CB0000;
  }

  .xl_text-light {
    color: #F0F0F0;
  }

  .xl_text-dark {
    color: #454545;
  }

  .xl_text-darkest {
    color: #313131;
  }

  .xl_text-transparent-dark {
    color: rgba(0,0,0,0.6);
  }

  .xl_text-facebook {
    color: #3b5998;
  }

  .xl_text-twitter {
    color: #000000;
  }

  .xl_text-google {
    color: #DB4437;
  }

  .xl_text-linkedin {
    color: #0077B5;
  }

  .xl_text-adobe {
    color: #FF0000;
  }

  .xl_text-rss {
    color: #f26522;
  }

  .xl_hover_text-transparent:hover {
    color: transparent;
  }

  .xl_hover_text-black:hover {
    color: #000;
  }

  .xl_hover_text-white:hover {
    color: #fff;
  }

  .xl_hover_text-gray-100:hover {
    color: #f7fafc;
  }

  .xl_hover_text-gray-200:hover {
    color: #edf2f7;
  }

  .xl_hover_text-gray-300:hover {
    color: #e2e8f0;
  }

  .xl_hover_text-gray-400:hover {
    color: #B8B8B8;
  }

  .xl_hover_text-gray-500:hover {
    color: #a0aec0;
  }

  .xl_hover_text-gray-600:hover {
    color: #718096;
  }

  .xl_hover_text-gray-700:hover {
    color: #313131;
  }

  .xl_hover_text-gray-800:hover {
    color: #2d3748;
  }

  .xl_hover_text-gray-900:hover {
    color: #1a202c;
  }

  .xl_hover_text-red-100:hover {
    color: #fff5f5;
  }

  .xl_hover_text-red-200:hover {
    color: #fed7d7;
  }

  .xl_hover_text-red-300:hover {
    color: #feb2b2;
  }

  .xl_hover_text-red-400:hover {
    color: #fc8181;
  }

  .xl_hover_text-red-500:hover {
    color: #f56565;
  }

  .xl_hover_text-red-600:hover {
    color: #e53e3e;
  }

  .xl_hover_text-red-700:hover {
    color: #c53030;
  }

  .xl_hover_text-red-800:hover {
    color: #9b2c2c;
  }

  .xl_hover_text-red-900:hover {
    color: #742a2a;
  }

  .xl_hover_text-orange-100:hover {
    color: #fffaf0;
  }

  .xl_hover_text-orange-200:hover {
    color: #feebc8;
  }

  .xl_hover_text-orange-300:hover {
    color: #fbd38d;
  }

  .xl_hover_text-orange-400:hover {
    color: #f6ad55;
  }

  .xl_hover_text-orange-500:hover {
    color: #ed8936;
  }

  .xl_hover_text-orange-600:hover {
    color: #dd6b20;
  }

  .xl_hover_text-orange-700:hover {
    color: #c05621;
  }

  .xl_hover_text-orange-800:hover {
    color: #9c4221;
  }

  .xl_hover_text-orange-900:hover {
    color: #7b341e;
  }

  .xl_hover_text-yellow-100:hover {
    color: #fffff0;
  }

  .xl_hover_text-yellow-200:hover {
    color: #fefcbf;
  }

  .xl_hover_text-yellow-300:hover {
    color: #faf089;
  }

  .xl_hover_text-yellow-400:hover {
    color: #f6e05e;
  }

  .xl_hover_text-yellow-500:hover {
    color: #ecc94b;
  }

  .xl_hover_text-yellow-600:hover {
    color: #d69e2e;
  }

  .xl_hover_text-yellow-700:hover {
    color: #b7791f;
  }

  .xl_hover_text-yellow-800:hover {
    color: #975a16;
  }

  .xl_hover_text-yellow-900:hover {
    color: #744210;
  }

  .xl_hover_text-green-100:hover {
    color: #f0fff4;
  }

  .xl_hover_text-green-200:hover {
    color: #c6f6d5;
  }

  .xl_hover_text-green-300:hover {
    color: #9ae6b4;
  }

  .xl_hover_text-green-400:hover {
    color: #68d391;
  }

  .xl_hover_text-green-500:hover {
    color: #48bb78;
  }

  .xl_hover_text-green-600:hover {
    color: #38a169;
  }

  .xl_hover_text-green-700:hover {
    color: #2f855a;
  }

  .xl_hover_text-green-800:hover {
    color: #276749;
  }

  .xl_hover_text-green-900:hover {
    color: #22543d;
  }

  .xl_hover_text-teal-100:hover {
    color: #e6fffa;
  }

  .xl_hover_text-teal-200:hover {
    color: #b2f5ea;
  }

  .xl_hover_text-teal-300:hover {
    color: #81e6d9;
  }

  .xl_hover_text-teal-400:hover {
    color: #4fd1c5;
  }

  .xl_hover_text-teal-500:hover {
    color: #38b2ac;
  }

  .xl_hover_text-teal-600:hover {
    color: #319795;
  }

  .xl_hover_text-teal-700:hover {
    color: #2c7a7b;
  }

  .xl_hover_text-teal-800:hover {
    color: #285e61;
  }

  .xl_hover_text-teal-900:hover {
    color: #234e52;
  }

  .xl_hover_text-blue-100:hover {
    color: #ebf8ff;
  }

  .xl_hover_text-blue-200:hover {
    color: #bee3f8;
  }

  .xl_hover_text-blue-300:hover {
    color: #90cdf4;
  }

  .xl_hover_text-blue-400:hover {
    color: #63b3ed;
  }

  .xl_hover_text-blue-500:hover {
    color: #4299e1;
  }

  .xl_hover_text-blue-600:hover {
    color: #3182ce;
  }

  .xl_hover_text-blue-700:hover {
    color: #2b6cb0;
  }

  .xl_hover_text-blue-800:hover {
    color: #2c5282;
  }

  .xl_hover_text-blue-900:hover {
    color: #2B4780;
  }

  .xl_hover_text-indigo-100:hover {
    color: #ebf4ff;
  }

  .xl_hover_text-indigo-200:hover {
    color: #c3dafe;
  }

  .xl_hover_text-indigo-300:hover {
    color: #a3bffa;
  }

  .xl_hover_text-indigo-400:hover {
    color: #7f9cf5;
  }

  .xl_hover_text-indigo-500:hover {
    color: #667eea;
  }

  .xl_hover_text-indigo-600:hover {
    color: #5a67d8;
  }

  .xl_hover_text-indigo-700:hover {
    color: #4c51bf;
  }

  .xl_hover_text-indigo-800:hover {
    color: #434190;
  }

  .xl_hover_text-indigo-900:hover {
    color: #3c366b;
  }

  .xl_hover_text-purple-100:hover {
    color: #faf5ff;
  }

  .xl_hover_text-purple-200:hover {
    color: #e9d8fd;
  }

  .xl_hover_text-purple-300:hover {
    color: #d6bcfa;
  }

  .xl_hover_text-purple-400:hover {
    color: #b794f4;
  }

  .xl_hover_text-purple-500:hover {
    color: #9f7aea;
  }

  .xl_hover_text-purple-600:hover {
    color: #805ad5;
  }

  .xl_hover_text-purple-700:hover {
    color: #6b46c1;
  }

  .xl_hover_text-purple-800:hover {
    color: #553c9a;
  }

  .xl_hover_text-purple-900:hover {
    color: #44337a;
  }

  .xl_hover_text-pink-100:hover {
    color: #fff5f7;
  }

  .xl_hover_text-pink-200:hover {
    color: #fed7e2;
  }

  .xl_hover_text-pink-300:hover {
    color: #fbb6ce;
  }

  .xl_hover_text-pink-400:hover {
    color: #f687b3;
  }

  .xl_hover_text-pink-500:hover {
    color: #ed64a6;
  }

  .xl_hover_text-pink-600:hover {
    color: #d53f8c;
  }

  .xl_hover_text-pink-700:hover {
    color: #b83280;
  }

  .xl_hover_text-pink-800:hover {
    color: #97266d;
  }

  .xl_hover_text-pink-900:hover {
    color: #702459;
  }

  .xl_hover_text-brand:hover {
    color: #FE2929;
  }

  .xl_hover_text-brand-dark:hover {
    color: #CB0000;
  }

  .xl_hover_text-primary:hover {
    color: #2D58AA;
  }

  .xl_hover_text-primary-dark:hover {
    color: #002577;
  }

  .xl_hover_text-info:hover {
    color: #2B73A3;
  }

  .xl_hover_text-info-dark:hover {
    color: #002577;
  }

  .xl_hover_text-success:hover {
    color: #0EDD66;
  }

  .xl_hover_text-success-dark:hover {
    color: #00AA33;
  }

  .xl_hover_text-warning:hover {
    color: #B1991A;
  }

  .xl_hover_text-warning-dark:hover {
    color: #7E6600;
  }

  .xl_hover_text-danger:hover {
    color: #FE2929;
  }

  .xl_hover_text-danger-dark:hover {
    color: #CB0000;
  }

  .xl_hover_text-light:hover {
    color: #F0F0F0;
  }

  .xl_hover_text-dark:hover {
    color: #454545;
  }

  .xl_hover_text-darkest:hover {
    color: #313131;
  }

  .xl_hover_text-transparent-dark:hover {
    color: rgba(0,0,0,0.6);
  }

  .xl_hover_text-facebook:hover {
    color: #3b5998;
  }

  .xl_hover_text-twitter:hover {
    color: #000000;
  }

  .xl_hover_text-google:hover {
    color: #DB4437;
  }

  .xl_hover_text-linkedin:hover {
    color: #0077B5;
  }

  .xl_hover_text-adobe:hover {
    color: #FF0000;
  }

  .xl_hover_text-rss:hover {
    color: #f26522;
  }

  .xl_focus_text-transparent:focus {
    color: transparent;
  }

  .xl_focus_text-black:focus {
    color: #000;
  }

  .xl_focus_text-white:focus {
    color: #fff;
  }

  .xl_focus_text-gray-100:focus {
    color: #f7fafc;
  }

  .xl_focus_text-gray-200:focus {
    color: #edf2f7;
  }

  .xl_focus_text-gray-300:focus {
    color: #e2e8f0;
  }

  .xl_focus_text-gray-400:focus {
    color: #B8B8B8;
  }

  .xl_focus_text-gray-500:focus {
    color: #a0aec0;
  }

  .xl_focus_text-gray-600:focus {
    color: #718096;
  }

  .xl_focus_text-gray-700:focus {
    color: #313131;
  }

  .xl_focus_text-gray-800:focus {
    color: #2d3748;
  }

  .xl_focus_text-gray-900:focus {
    color: #1a202c;
  }

  .xl_focus_text-red-100:focus {
    color: #fff5f5;
  }

  .xl_focus_text-red-200:focus {
    color: #fed7d7;
  }

  .xl_focus_text-red-300:focus {
    color: #feb2b2;
  }

  .xl_focus_text-red-400:focus {
    color: #fc8181;
  }

  .xl_focus_text-red-500:focus {
    color: #f56565;
  }

  .xl_focus_text-red-600:focus {
    color: #e53e3e;
  }

  .xl_focus_text-red-700:focus {
    color: #c53030;
  }

  .xl_focus_text-red-800:focus {
    color: #9b2c2c;
  }

  .xl_focus_text-red-900:focus {
    color: #742a2a;
  }

  .xl_focus_text-orange-100:focus {
    color: #fffaf0;
  }

  .xl_focus_text-orange-200:focus {
    color: #feebc8;
  }

  .xl_focus_text-orange-300:focus {
    color: #fbd38d;
  }

  .xl_focus_text-orange-400:focus {
    color: #f6ad55;
  }

  .xl_focus_text-orange-500:focus {
    color: #ed8936;
  }

  .xl_focus_text-orange-600:focus {
    color: #dd6b20;
  }

  .xl_focus_text-orange-700:focus {
    color: #c05621;
  }

  .xl_focus_text-orange-800:focus {
    color: #9c4221;
  }

  .xl_focus_text-orange-900:focus {
    color: #7b341e;
  }

  .xl_focus_text-yellow-100:focus {
    color: #fffff0;
  }

  .xl_focus_text-yellow-200:focus {
    color: #fefcbf;
  }

  .xl_focus_text-yellow-300:focus {
    color: #faf089;
  }

  .xl_focus_text-yellow-400:focus {
    color: #f6e05e;
  }

  .xl_focus_text-yellow-500:focus {
    color: #ecc94b;
  }

  .xl_focus_text-yellow-600:focus {
    color: #d69e2e;
  }

  .xl_focus_text-yellow-700:focus {
    color: #b7791f;
  }

  .xl_focus_text-yellow-800:focus {
    color: #975a16;
  }

  .xl_focus_text-yellow-900:focus {
    color: #744210;
  }

  .xl_focus_text-green-100:focus {
    color: #f0fff4;
  }

  .xl_focus_text-green-200:focus {
    color: #c6f6d5;
  }

  .xl_focus_text-green-300:focus {
    color: #9ae6b4;
  }

  .xl_focus_text-green-400:focus {
    color: #68d391;
  }

  .xl_focus_text-green-500:focus {
    color: #48bb78;
  }

  .xl_focus_text-green-600:focus {
    color: #38a169;
  }

  .xl_focus_text-green-700:focus {
    color: #2f855a;
  }

  .xl_focus_text-green-800:focus {
    color: #276749;
  }

  .xl_focus_text-green-900:focus {
    color: #22543d;
  }

  .xl_focus_text-teal-100:focus {
    color: #e6fffa;
  }

  .xl_focus_text-teal-200:focus {
    color: #b2f5ea;
  }

  .xl_focus_text-teal-300:focus {
    color: #81e6d9;
  }

  .xl_focus_text-teal-400:focus {
    color: #4fd1c5;
  }

  .xl_focus_text-teal-500:focus {
    color: #38b2ac;
  }

  .xl_focus_text-teal-600:focus {
    color: #319795;
  }

  .xl_focus_text-teal-700:focus {
    color: #2c7a7b;
  }

  .xl_focus_text-teal-800:focus {
    color: #285e61;
  }

  .xl_focus_text-teal-900:focus {
    color: #234e52;
  }

  .xl_focus_text-blue-100:focus {
    color: #ebf8ff;
  }

  .xl_focus_text-blue-200:focus {
    color: #bee3f8;
  }

  .xl_focus_text-blue-300:focus {
    color: #90cdf4;
  }

  .xl_focus_text-blue-400:focus {
    color: #63b3ed;
  }

  .xl_focus_text-blue-500:focus {
    color: #4299e1;
  }

  .xl_focus_text-blue-600:focus {
    color: #3182ce;
  }

  .xl_focus_text-blue-700:focus {
    color: #2b6cb0;
  }

  .xl_focus_text-blue-800:focus {
    color: #2c5282;
  }

  .xl_focus_text-blue-900:focus {
    color: #2B4780;
  }

  .xl_focus_text-indigo-100:focus {
    color: #ebf4ff;
  }

  .xl_focus_text-indigo-200:focus {
    color: #c3dafe;
  }

  .xl_focus_text-indigo-300:focus {
    color: #a3bffa;
  }

  .xl_focus_text-indigo-400:focus {
    color: #7f9cf5;
  }

  .xl_focus_text-indigo-500:focus {
    color: #667eea;
  }

  .xl_focus_text-indigo-600:focus {
    color: #5a67d8;
  }

  .xl_focus_text-indigo-700:focus {
    color: #4c51bf;
  }

  .xl_focus_text-indigo-800:focus {
    color: #434190;
  }

  .xl_focus_text-indigo-900:focus {
    color: #3c366b;
  }

  .xl_focus_text-purple-100:focus {
    color: #faf5ff;
  }

  .xl_focus_text-purple-200:focus {
    color: #e9d8fd;
  }

  .xl_focus_text-purple-300:focus {
    color: #d6bcfa;
  }

  .xl_focus_text-purple-400:focus {
    color: #b794f4;
  }

  .xl_focus_text-purple-500:focus {
    color: #9f7aea;
  }

  .xl_focus_text-purple-600:focus {
    color: #805ad5;
  }

  .xl_focus_text-purple-700:focus {
    color: #6b46c1;
  }

  .xl_focus_text-purple-800:focus {
    color: #553c9a;
  }

  .xl_focus_text-purple-900:focus {
    color: #44337a;
  }

  .xl_focus_text-pink-100:focus {
    color: #fff5f7;
  }

  .xl_focus_text-pink-200:focus {
    color: #fed7e2;
  }

  .xl_focus_text-pink-300:focus {
    color: #fbb6ce;
  }

  .xl_focus_text-pink-400:focus {
    color: #f687b3;
  }

  .xl_focus_text-pink-500:focus {
    color: #ed64a6;
  }

  .xl_focus_text-pink-600:focus {
    color: #d53f8c;
  }

  .xl_focus_text-pink-700:focus {
    color: #b83280;
  }

  .xl_focus_text-pink-800:focus {
    color: #97266d;
  }

  .xl_focus_text-pink-900:focus {
    color: #702459;
  }

  .xl_focus_text-brand:focus {
    color: #FE2929;
  }

  .xl_focus_text-brand-dark:focus {
    color: #CB0000;
  }

  .xl_focus_text-primary:focus {
    color: #2D58AA;
  }

  .xl_focus_text-primary-dark:focus {
    color: #002577;
  }

  .xl_focus_text-info:focus {
    color: #2B73A3;
  }

  .xl_focus_text-info-dark:focus {
    color: #002577;
  }

  .xl_focus_text-success:focus {
    color: #0EDD66;
  }

  .xl_focus_text-success-dark:focus {
    color: #00AA33;
  }

  .xl_focus_text-warning:focus {
    color: #B1991A;
  }

  .xl_focus_text-warning-dark:focus {
    color: #7E6600;
  }

  .xl_focus_text-danger:focus {
    color: #FE2929;
  }

  .xl_focus_text-danger-dark:focus {
    color: #CB0000;
  }

  .xl_focus_text-light:focus {
    color: #F0F0F0;
  }

  .xl_focus_text-dark:focus {
    color: #454545;
  }

  .xl_focus_text-darkest:focus {
    color: #313131;
  }

  .xl_focus_text-transparent-dark:focus {
    color: rgba(0,0,0,0.6);
  }

  .xl_focus_text-facebook:focus {
    color: #3b5998;
  }

  .xl_focus_text-twitter:focus {
    color: #000000;
  }

  .xl_focus_text-google:focus {
    color: #DB4437;
  }

  .xl_focus_text-linkedin:focus {
    color: #0077B5;
  }

  .xl_focus_text-adobe:focus {
    color: #FF0000;
  }

  .xl_focus_text-rss:focus {
    color: #f26522;
  }

  .xl_text-xs {
    font-size: 0.52rem;
  }

  .xl_text-sm {
    font-size: 0.82rem;
  }

  .xl_text-base {
    font-size: 1.063rem;
  }

  .xl_text-lg {
    font-size: 1.18rem;
  }

  .xl_text-xl {
    font-size: 1.41rem;
  }

  .xl_text-2xl {
    font-size: 1.94rem;
  }

  .xl_text-3xl {
    font-size: 2.12rem;
  }

  .xl_text-4xl {
    font-size: 2.65rem;
  }

  .xl_text-5xl {
    font-size: 2.94rem;
  }

  .xl_text-6xl {
    font-size: 3.5rem;
  }

  .xl_italic {
    font-style: italic;
  }

  .xl_not-italic {
    font-style: normal;
  }

  .xl_uppercase {
    text-transform: uppercase;
  }

  .xl_lowercase {
    text-transform: lowercase;
  }

  .xl_capitalize {
    text-transform: capitalize;
  }

  .xl_normal-case {
    text-transform: none;
  }

  .xl_underline {
    text-decoration: underline;
  }

  .xl_line-through {
    text-decoration: line-through;
  }

  .xl_no-underline {
    text-decoration: none;
  }

  .xl_hover_underline:hover {
    text-decoration: underline;
  }

  .xl_hover_line-through:hover {
    text-decoration: line-through;
  }

  .xl_hover_no-underline:hover {
    text-decoration: none;
  }

  .xl_focus_underline:focus {
    text-decoration: underline;
  }

  .xl_focus_line-through:focus {
    text-decoration: line-through;
  }

  .xl_focus_no-underline:focus {
    text-decoration: none;
  }

  .xl_antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl_subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl_tracking-tighter {
    letter-spacing: -0.05em;
  }

  .xl_tracking-tight {
    letter-spacing: -0.025em;
  }

  .xl_tracking-normal {
    letter-spacing: 0;
  }

  .xl_tracking-wide {
    letter-spacing: 0.025em;
  }

  .xl_tracking-wider {
    letter-spacing: 0.05em;
  }

  .xl_tracking-widest {
    letter-spacing: 0.1em;
  }

  .xl_select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xl_select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xl_select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .xl_select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .xl_align-baseline {
    vertical-align: baseline;
  }

  .xl_align-top {
    vertical-align: top;
  }

  .xl_align-middle {
    vertical-align: middle;
  }

  .xl_align-bottom {
    vertical-align: bottom;
  }

  .xl_align-text-top {
    vertical-align: text-top;
  }

  .xl_align-text-bottom {
    vertical-align: text-bottom;
  }

  .xl_visible {
    visibility: visible;
  }

  .xl_invisible {
    visibility: hidden;
  }

  .xl_whitespace-normal {
    white-space: normal;
  }

  .xl_whitespace-no-wrap {
    white-space: nowrap;
  }

  .xl_whitespace-pre {
    white-space: pre;
  }

  .xl_whitespace-pre-line {
    white-space: pre-line;
  }

  .xl_whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .xl_break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .xl_break-words {
    overflow-wrap: break-word;
  }

  .xl_break-all {
    word-break: break-all;
  }

  .xl_truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl_w-0 {
    width: 0;
  }

  .xl_w-1 {
    width: 0.25rem;
  }

  .xl_w-2 {
    width: 0.5rem;
  }

  .xl_w-3 {
    width: 0.75rem;
  }

  .xl_w-4 {
    width: 1rem;
  }

  .xl_w-5 {
    width: 1.25rem;
  }

  .xl_w-6 {
    width: 1.5rem;
  }

  .xl_w-8 {
    width: 2rem;
  }

  .xl_w-10 {
    width: 2.5rem;
  }

  .xl_w-12 {
    width: 3rem;
  }

  .xl_w-16 {
    width: 4rem;
  }

  .xl_w-20 {
    width: 5rem;
  }

  .xl_w-24 {
    width: 6rem;
  }

  .xl_w-32 {
    width: 8rem;
  }

  .xl_w-40 {
    width: 10rem;
  }

  .xl_w-48 {
    width: 12rem;
  }

  .xl_w-56 {
    width: 14rem;
  }

  .xl_w-64 {
    width: 16rem;
  }

  .xl_w-auto {
    width: auto;
  }

  .xl_w-px {
    width: 1px;
  }

  .xl_w-1\/2 {
    width: 50%;
  }

  .xl_w-1\/3 {
    width: 33.333333%;
  }

  .xl_w-2\/3 {
    width: 66.666667%;
  }

  .xl_w-1\/4 {
    width: 25%;
  }

  .xl_w-2\/4 {
    width: 50%;
  }

  .xl_w-3\/4 {
    width: 75%;
  }

  .xl_w-1\/5 {
    width: 20%;
  }

  .xl_w-2\/5 {
    width: 40%;
  }

  .xl_w-3\/5 {
    width: 60%;
  }

  .xl_w-4\/5 {
    width: 80%;
  }

  .xl_w-1\/6 {
    width: 16.666667%;
  }

  .xl_w-2\/6 {
    width: 33.333333%;
  }

  .xl_w-3\/6 {
    width: 50%;
  }

  .xl_w-4\/6 {
    width: 66.666667%;
  }

  .xl_w-5\/6 {
    width: 83.333333%;
  }

  .xl_w-1\/12 {
    width: 8.333333%;
  }

  .xl_w-2\/12 {
    width: 16.666667%;
  }

  .xl_w-3\/12 {
    width: 25%;
  }

  .xl_w-4\/12 {
    width: 33.333333%;
  }

  .xl_w-5\/12 {
    width: 41.666667%;
  }

  .xl_w-6\/12 {
    width: 50%;
  }

  .xl_w-7\/12 {
    width: 58.333333%;
  }

  .xl_w-8\/12 {
    width: 66.666667%;
  }

  .xl_w-9\/12 {
    width: 75%;
  }

  .xl_w-10\/12 {
    width: 83.333333%;
  }

  .xl_w-11\/12 {
    width: 91.666667%;
  }

  .xl_w-full {
    width: 100%;
  }

  .xl_w-screen {
    width: 100vw;
  }

  .xl_w-1_2 {
    width: 50%;
  }

  .xl_w-1_3 {
    width: 33.33333%;
  }

  .xl_w-2_3 {
    width: 66.66666%;
  }

  .xl_w-1_4 {
    width: 25%;
  }

  .xl_w-1_5 {
    width: 20%;
  }

  .xl_z-0 {
    z-index: 0;
  }

  .xl_z-10 {
    z-index: 10;
  }

  .xl_z-20 {
    z-index: 20;
  }

  .xl_z-30 {
    z-index: 30;
  }

  .xl_z-40 {
    z-index: 40;
  }

  .xl_z-50 {
    z-index: 50;
  }

  .xl_z-auto {
    z-index: auto;
  }

  .xl_button {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    display: inline-block;
    border-radius: 0.588rem;
    font-family: Inter, sans-serif;
  }

  .xl_button:disabled, .xl_button[disabled=disabled] {
    cursor: not-allowed;
  }

  .button.xl_is-small {
    font-size: 0.52rem;
  }

  .button.xl_is-transparent {
    background-color: transparent;
    color: #fff;
    border-width: 1px;
    border-color: #fff;
  }

  .button.xl_is-primary {
    background-color: #2D58AA;
    color: #fff;
  }

  .button.xl_is-primary:hover {
    background-color: #002577;
  }

  .button.xl_is-info {
    background-color: #2D58AA;
    color: #fff;
  }

  .button.xl_is-info:hover {
    background-color: #002577;
  }

  .button.xl_is-success {
    background-color: #0EDD66;
    color: #fff;
  }

  .button.xl_is-success:hover {
    background-color: #00AA33;
  }

  .button.xl_is-warning {
    background-color: #B1991A;
    color: #fff;
  }

  .button.xl_is-warning:hover {
    background-color: #7E6600;
  }

  .button.xl_is-danger {
    background-color: #FE2929;
    color: #fff;
  }

  .button.xl_is-danger:hover {
    background-color: #CB0000;
  }

  .xl_aspect-ratio {
    width: 100%;
    height: 0;
  }

  .aspect-ratio.xl_is-1-by-1 {
    padding-bottom: 100%;
  }

  .aspect-ratio.xl_is-21-by-9 {
    padding-bottom: 42.85%;
  }

  .aspect-ratio.xl_is-4-by-3 {
    padding-bottom: 75%;
  }

  .aspect-ratio.xl_is-2-by-1 {
    padding-bottom: 50%;
  }

  .aspect-ratio.xl_is-3-by-1 {
    padding-bottom: 33%;
  }

  .aspect-ratio.xl_is-10-by-3 {
    padding-bottom: 30%;
  }

  .aspect-ratio.xl_is-16-by-9 {
    padding-top: 56.25%;
  }

  .xl_aspect-ratio-off {
    height: auto;
    padding-bottom: initial !important;
  }
}