/*! airbag-industries v1.0.0 | (c) 2021  | ISC License | git+https://stephencaver@github.com/Brilliantcrank/airbag-industries.git */
@font-face{
  font-family:"Franziska";

  src:url("/assets/fonts/5352342/d9cb12f4-1e6f-4be6-a2d2-fdcb8631395f.eot?#iefix");

  src:url("/assets/fonts/5352342/d9cb12f4-1e6f-4be6-a2d2-fdcb8631395f.eot?#iefix") format("eot"),
      url("/assets/fonts/5352342/21be1547-1961-44af-938e-146d4c07a22e.woff2") format("woff2"),
      url("/assets/fonts/5352342/0220de03-1ed5-46c1-9e88-215c1443ae27.woff") format("woff"),
      url("/assets/fonts/5352342/74f2d262-4783-4b51-9784-c8c1fa9dc3d2.ttf") format("truetype");

  font-weight: 800;

  font-style: normal;
}

@font-face{
  font-family:"Franziska";

  src:url("/assets/fonts/5365290/eef440be-1323-47c1-afae-83c34fd1a77f.eot?#iefix");

  src:url("/assets/fonts/5365290/eef440be-1323-47c1-afae-83c34fd1a77f.eot?#iefix") format("eot"),
      url("/assets/fonts/5365290/dadb27eb-711a-48c1-9d5b-b9a024a928bc.woff2") format("woff2"),
      url("/assets/fonts/5365290/18992009-d5d3-4544-8c13-993620bd512e.woff") format("woff"),
      url("/assets/fonts/5365290/086275c0-da0b-47f1-b4a8-ffa1152ce348.ttf") format("truetype");

  font-weight: 600;

  font-style: normal;
}

@font-face{
  font-family:"Franziska";

  src:url("/assets/fonts/5365471/c8aa0006-7347-41d3-a3fc-fc329aa0f7a4.eot?#iefix");

  src:url("/assets/fonts/5365471/c8aa0006-7347-41d3-a3fc-fc329aa0f7a4.eot?#iefix") format("eot"),
      url("/assets/fonts/5365471/0603b533-54ed-4540-b547-9ce32d1ef0d0.woff2") format("woff2"),
      url("/assets/fonts/5365471/a8717e53-7fea-4dde-80f4-0830ba18abd9.woff") format("woff"),
      url("/assets/fonts/5365471/95bdafba-178d-47f5-b586-5f094db8b52f.ttf") format("truetype");

  font-weight: 800;

  font-style: italic;
}

@font-face{
  font-family:"Franziska";

  src:url("/assets/fonts/5366544/20fad14b-155f-4f70-8660-e57d606ee283.eot?#iefix");

  src:url("/assets/fonts/5366544/20fad14b-155f-4f70-8660-e57d606ee283.eot?#iefix") format("eot"),
      url("/assets/fonts/5366544/196c2ba0-c88b-467c-ad93-32ad9d484fd5.woff2") format("woff2"),
      url("/assets/fonts/5366544/755ce2bb-66c7-4abd-aa22-cb246f085933.woff") format("woff"),
      url("/assets/fonts/5366544/11e50049-f157-40d6-acde-51e52ddf8b30.ttf") format("truetype");

  font-weight: 400;

  font-style: normal;
}

@font-face{
  font-family:"Franziska";

  src:url("/assets/fonts/5366751/32719418-073a-4722-8a96-5b228b8af445.eot?#iefix");

  src:url("/assets/fonts/5366751/32719418-073a-4722-8a96-5b228b8af445.eot?#iefix") format("eot"),
      url("/assets/fonts/5366751/6440de18-2d30-4b96-b9c0-b7d4e950b67e.woff2") format("woff2"),
      url("/assets/fonts/5366751/fdf7ca7e-0bc6-40b4-b889-d6ead3a0e95e.woff") format("woff"),
      url("/assets/fonts/5366751/35d2cfac-9582-4427-904a-7d2e2b51b54a.ttf") format("truetype");

  font-weight: 400;

  font-style: italic;
}

/*! 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 {
  -webkit-box-sizing: content-box;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  font-family: sans-serif; /* 2 */
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          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: #CCCCCC;
}

/*
 * 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: 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: 400px){
  .container{
    max-width:400px;
  }
}

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

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

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

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

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

.bg-blue{
  background-color:#4B6082;
}

.bg-navy{
  background-color:#373F4C;
}

.bg-red{
  background-color:#C94343;
}

.bg-gray{
  background-color:#CCCCCC;
}

.bg-dusty{
  background-color:#999999;
}

.bg-alto{
  background-color:#D8D8D8;
}

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

.hover\:bg-black:hover{
  background-color:#333;
}

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

.hover\:bg-blue:hover{
  background-color:#4B6082;
}

.hover\:bg-navy:hover{
  background-color:#373F4C;
}

.hover\:bg-red:hover{
  background-color:#C94343;
}

.hover\:bg-gray:hover{
  background-color:#CCCCCC;
}

.hover\:bg-dusty:hover{
  background-color:#999999;
}

.hover\:bg-alto:hover{
  background-color:#D8D8D8;
}

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

.focus\:bg-black:focus{
  background-color:#333;
}

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

.focus\:bg-blue:focus{
  background-color:#4B6082;
}

.focus\:bg-navy:focus{
  background-color:#373F4C;
}

.focus\:bg-red:focus{
  background-color:#C94343;
}

.focus\:bg-gray:focus{
  background-color:#CCCCCC;
}

.focus\:bg-dusty:focus{
  background-color:#999999;
}

.focus\:bg-alto:focus{
  background-color:#D8D8D8;
}

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

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

.border-blue{
  border-color:#4B6082;
}

.border-navy{
  border-color:#373F4C;
}

.border-red{
  border-color:#C94343;
}

.border-gray{
  border-color:#CCCCCC;
}

.border-dusty{
  border-color:#999999;
}

.border-alto{
  border-color:#D8D8D8;
}

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

.hover\:border-black:hover{
  border-color:#333;
}

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

.hover\:border-blue:hover{
  border-color:#4B6082;
}

.hover\:border-navy:hover{
  border-color:#373F4C;
}

.hover\:border-red:hover{
  border-color:#C94343;
}

.hover\:border-gray:hover{
  border-color:#CCCCCC;
}

.hover\:border-dusty:hover{
  border-color:#999999;
}

.hover\:border-alto:hover{
  border-color:#D8D8D8;
}

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

.focus\:border-black:focus{
  border-color:#333;
}

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

.focus\:border-blue:focus{
  border-color:#4B6082;
}

.focus\:border-navy:focus{
  border-color:#373F4C;
}

.focus\:border-red:focus{
  border-color:#C94343;
}

.focus\:border-gray:focus{
  border-color:#CCCCCC;
}

.focus\:border-dusty:focus{
  border-color:#999999;
}

.focus\:border-alto:focus{
  border-color:#D8D8D8;
}

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

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

.rounded{
  border-radius:0.25rem;
}

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

.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.125rem;
  border-top-right-radius:0.125rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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{
  border-width:1px;
}

.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:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}

.inline-flex{
  display:-webkit-inline-box;
  display:-ms-inline-flexbox;
  display:inline-flex;
}

.table{
  display:table;
}

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

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

.hidden{
  display:none;
}

.flex-row{
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
      -ms-flex-direction:row;
          flex-direction:row;
}

.flex-row-reverse{
  -webkit-box-orient:horizontal;
  -webkit-box-direction:reverse;
      -ms-flex-direction:row-reverse;
          flex-direction:row-reverse;
}

.flex-col{
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column;
}

.flex-col-reverse{
  -webkit-box-orient:vertical;
  -webkit-box-direction:reverse;
      -ms-flex-direction:column-reverse;
          flex-direction:column-reverse;
}

.flex-wrap{
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
}

.flex-wrap-reverse{
  -ms-flex-wrap:wrap-reverse;
      flex-wrap:wrap-reverse;
}

.flex-no-wrap{
  -ms-flex-wrap:nowrap;
      flex-wrap:nowrap;
}

.items-start{
  -webkit-box-align:start;
      -ms-flex-align:start;
          align-items:flex-start;
}

.items-end{
  -webkit-box-align:end;
      -ms-flex-align:end;
          align-items:flex-end;
}

.items-center{
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
}

.items-baseline{
  -webkit-box-align:baseline;
      -ms-flex-align:baseline;
          align-items:baseline;
}

.items-stretch{
  -webkit-box-align:stretch;
      -ms-flex-align:stretch;
          align-items:stretch;
}

.self-auto{
  -ms-flex-item-align:auto;
      align-self:auto;
}

.self-start{
  -ms-flex-item-align:start;
      align-self:flex-start;
}

.self-end{
  -ms-flex-item-align:end;
      align-self:flex-end;
}

.self-center{
  -ms-flex-item-align:center;
      align-self:center;
}

.self-stretch{
  -ms-flex-item-align:stretch;
      align-self:stretch;
}

.justify-start{
  -webkit-box-pack:start;
      -ms-flex-pack:start;
          justify-content:flex-start;
}

.justify-end{
  -webkit-box-pack:end;
      -ms-flex-pack:end;
          justify-content:flex-end;
}

.justify-center{
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
}

.justify-between{
  -webkit-box-pack:justify;
      -ms-flex-pack:justify;
          justify-content:space-between;
}

.justify-around{
  -ms-flex-pack:distribute;
      justify-content:space-around;
}

.content-center{
  -ms-flex-line-pack:center;
      align-content:center;
}

.content-start{
  -ms-flex-line-pack:start;
      align-content:flex-start;
}

.content-end{
  -ms-flex-line-pack:end;
      align-content:flex-end;
}

.content-between{
  -ms-flex-line-pack:justify;
      align-content:space-between;
}

.content-around{
  -ms-flex-line-pack:distribute;
      align-content:space-around;
}

.flex-1{
  -webkit-box-flex:1;
      -ms-flex:1 1 0%;
          flex:1 1 0%;
}

.flex-auto{
  -webkit-box-flex:1;
      -ms-flex:1 1 auto;
          flex:1 1 auto;
}

.flex-initial{
  -webkit-box-flex:0;
      -ms-flex:0 1 auto;
          flex:0 1 auto;
}

.flex-none{
  -webkit-box-flex:0;
      -ms-flex:none;
          flex:none;
}

.flex-grow-0{
  -webkit-box-flex:0;
      -ms-flex-positive:0;
          flex-grow:0;
}

.flex-grow{
  -webkit-box-flex:1;
      -ms-flex-positive:1;
          flex-grow:1;
}

.flex-shrink-0{
  -ms-flex-negative:0;
      flex-shrink:0;
}

.flex-shrink{
  -ms-flex-negative:1;
      flex-shrink:1;
}

.order-1{
  -webkit-box-ordinal-group:2;
      -ms-flex-order:1;
          order:1;
}

.order-2{
  -webkit-box-ordinal-group:3;
      -ms-flex-order:2;
          order:2;
}

.order-3{
  -webkit-box-ordinal-group:4;
      -ms-flex-order:3;
          order:3;
}

.order-4{
  -webkit-box-ordinal-group:5;
      -ms-flex-order:4;
          order:4;
}

.order-5{
  -webkit-box-ordinal-group:6;
      -ms-flex-order:5;
          order:5;
}

.order-6{
  -webkit-box-ordinal-group:7;
      -ms-flex-order:6;
          order:6;
}

.order-7{
  -webkit-box-ordinal-group:8;
      -ms-flex-order:7;
          order:7;
}

.order-8{
  -webkit-box-ordinal-group:9;
      -ms-flex-order:8;
          order:8;
}

.order-9{
  -webkit-box-ordinal-group:10;
      -ms-flex-order:9;
          order:9;
}

.order-10{
  -webkit-box-ordinal-group:11;
      -ms-flex-order:10;
          order:10;
}

.order-11{
  -webkit-box-ordinal-group:12;
      -ms-flex-order:11;
          order:11;
}

.order-12{
  -webkit-box-ordinal-group:13;
      -ms-flex-order:12;
          order:12;
}

.order-first{
  -webkit-box-ordinal-group:-9998;
      -ms-flex-order:-9999;
          order:-9999;
}

.order-last{
  -webkit-box-ordinal-group:10000;
      -ms-flex-order:9999;
          order:9999;
}

.order-none{
  -webkit-box-ordinal-group:1;
      -ms-flex-order:0;
          order:0;
}

.float-right{
  float:right;
}

.float-left{
  float:left;
}

.float-none{
  float:none;
}

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

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

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

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

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

.leading-snug{
  line-height:1.25;
}

.leading-normal{
  line-height:1.38;
}

.leading-relaxed{
  line-height:1.5;
}

.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-full{
  margin:95%;
}

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

.-m-full{
  margin:-95%;
}

.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-full{
  margin-top:95%;
  margin-bottom:95%;
}

.mx-full{
  margin-left:95%;
  margin-right:95%;
}

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

.-my-full{
  margin-top:-95%;
  margin-bottom:-95%;
}

.-mx-full{
  margin-left:-95%;
  margin-right:-95%;
}

.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-full{
  margin-top:95%;
}

.mr-full{
  margin-right:95%;
}

.mb-full{
  margin-bottom:95%;
}

.ml-full{
  margin-left:95%;
}

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

.-mt-full{
  margin-top:-95%;
}

.-mr-full{
  margin-right:-95%;
}

.-mb-full{
  margin-bottom:-95%;
}

.-ml-full{
  margin-left:-95%;
}

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

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

.max-w-5xs{
  max-width:5.25rem;
}

.max-w-4xs{
  max-width:8rem;
}

.max-w-3xs{
  max-width:12rem;
}

.max-w-2xs{
  max-width:16rem;
}

.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-none{
  max-width:none;
}

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

.p-full{
  padding:95%;
}

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

.py-full{
  padding-top:95%;
  padding-bottom:95%;
}

.px-full{
  padding-left:95%;
  padding-right:95%;
}

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

.pt-full{
  padding-top:95%;
}

.pr-full{
  padding-right:95%;
}

.pb-full{
  padding-bottom:95%;
}

.pl-full{
  padding-left:95%;
}

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

.placeholder-black::-moz-placeholder{
  color:#333;
}

.placeholder-black:-ms-input-placeholder{
  color:#333;
}

.placeholder-black::-ms-input-placeholder{
  color:#333;
}

.placeholder-black::placeholder{
  color:#333;
}

.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-blue::-webkit-input-placeholder{
  color:#4B6082;
}

.placeholder-blue::-moz-placeholder{
  color:#4B6082;
}

.placeholder-blue:-ms-input-placeholder{
  color:#4B6082;
}

.placeholder-blue::-ms-input-placeholder{
  color:#4B6082;
}

.placeholder-blue::placeholder{
  color:#4B6082;
}

.placeholder-navy::-webkit-input-placeholder{
  color:#373F4C;
}

.placeholder-navy::-moz-placeholder{
  color:#373F4C;
}

.placeholder-navy:-ms-input-placeholder{
  color:#373F4C;
}

.placeholder-navy::-ms-input-placeholder{
  color:#373F4C;
}

.placeholder-navy::placeholder{
  color:#373F4C;
}

.placeholder-red::-webkit-input-placeholder{
  color:#C94343;
}

.placeholder-red::-moz-placeholder{
  color:#C94343;
}

.placeholder-red:-ms-input-placeholder{
  color:#C94343;
}

.placeholder-red::-ms-input-placeholder{
  color:#C94343;
}

.placeholder-red::placeholder{
  color:#C94343;
}

.placeholder-gray::-webkit-input-placeholder{
  color:#CCCCCC;
}

.placeholder-gray::-moz-placeholder{
  color:#CCCCCC;
}

.placeholder-gray:-ms-input-placeholder{
  color:#CCCCCC;
}

.placeholder-gray::-ms-input-placeholder{
  color:#CCCCCC;
}

.placeholder-gray::placeholder{
  color:#CCCCCC;
}

.placeholder-dusty::-webkit-input-placeholder{
  color:#999999;
}

.placeholder-dusty::-moz-placeholder{
  color:#999999;
}

.placeholder-dusty:-ms-input-placeholder{
  color:#999999;
}

.placeholder-dusty::-ms-input-placeholder{
  color:#999999;
}

.placeholder-dusty::placeholder{
  color:#999999;
}

.placeholder-alto::-webkit-input-placeholder{
  color:#D8D8D8;
}

.placeholder-alto::-moz-placeholder{
  color:#D8D8D8;
}

.placeholder-alto:-ms-input-placeholder{
  color:#D8D8D8;
}

.placeholder-alto::-ms-input-placeholder{
  color:#D8D8D8;
}

.placeholder-alto::placeholder{
  color:#D8D8D8;
}

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

.focus\:placeholder-black:focus::-moz-placeholder{
  color:#333;
}

.focus\:placeholder-black:focus:-ms-input-placeholder{
  color:#333;
}

.focus\:placeholder-black:focus::-ms-input-placeholder{
  color:#333;
}

.focus\:placeholder-black:focus::placeholder{
  color:#333;
}

.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-blue:focus::-webkit-input-placeholder{
  color:#4B6082;
}

.focus\:placeholder-blue:focus::-moz-placeholder{
  color:#4B6082;
}

.focus\:placeholder-blue:focus:-ms-input-placeholder{
  color:#4B6082;
}

.focus\:placeholder-blue:focus::-ms-input-placeholder{
  color:#4B6082;
}

.focus\:placeholder-blue:focus::placeholder{
  color:#4B6082;
}

.focus\:placeholder-navy:focus::-webkit-input-placeholder{
  color:#373F4C;
}

.focus\:placeholder-navy:focus::-moz-placeholder{
  color:#373F4C;
}

.focus\:placeholder-navy:focus:-ms-input-placeholder{
  color:#373F4C;
}

.focus\:placeholder-navy:focus::-ms-input-placeholder{
  color:#373F4C;
}

.focus\:placeholder-navy:focus::placeholder{
  color:#373F4C;
}

.focus\:placeholder-red:focus::-webkit-input-placeholder{
  color:#C94343;
}

.focus\:placeholder-red:focus::-moz-placeholder{
  color:#C94343;
}

.focus\:placeholder-red:focus:-ms-input-placeholder{
  color:#C94343;
}

.focus\:placeholder-red:focus::-ms-input-placeholder{
  color:#C94343;
}

.focus\:placeholder-red:focus::placeholder{
  color:#C94343;
}

.focus\:placeholder-gray:focus::-webkit-input-placeholder{
  color:#CCCCCC;
}

.focus\:placeholder-gray:focus::-moz-placeholder{
  color:#CCCCCC;
}

.focus\:placeholder-gray:focus:-ms-input-placeholder{
  color:#CCCCCC;
}

.focus\:placeholder-gray:focus::-ms-input-placeholder{
  color:#CCCCCC;
}

.focus\:placeholder-gray:focus::placeholder{
  color:#CCCCCC;
}

.focus\:placeholder-dusty:focus::-webkit-input-placeholder{
  color:#999999;
}

.focus\:placeholder-dusty:focus::-moz-placeholder{
  color:#999999;
}

.focus\:placeholder-dusty:focus:-ms-input-placeholder{
  color:#999999;
}

.focus\:placeholder-dusty:focus::-ms-input-placeholder{
  color:#999999;
}

.focus\:placeholder-dusty:focus::placeholder{
  color:#999999;
}

.focus\:placeholder-alto:focus::-webkit-input-placeholder{
  color:#D8D8D8;
}

.focus\:placeholder-alto:focus::-moz-placeholder{
  color:#D8D8D8;
}

.focus\:placeholder-alto:focus:-ms-input-placeholder{
  color:#D8D8D8;
}

.focus\:placeholder-alto:focus::-ms-input-placeholder{
  color:#D8D8D8;
}

.focus\:placeholder-alto:focus::placeholder{
  color:#D8D8D8;
}

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

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

.resize-none{
  resize:none;
}

.resize-y{
  resize:vertical;
}

.resize-x{
  resize:horizontal;
}

.resize{
  resize:both;
}

.shadow{
  -webkit-box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.shadow-md{
  -webkit-box-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
          box-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.shadow-lg{
  -webkit-box-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
          box-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.shadow-xl{
  -webkit-box-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
          box-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.shadow-2xl{
  -webkit-box-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
          box-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.shadow-inner{
  -webkit-box-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
          box-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.shadow-outline{
  -webkit-box-shadow:0 0 0 3px rgba(66, 153, 225, 0.5);
          box-shadow:0 0 0 3px rgba(66, 153, 225, 0.5);
}

.shadow-none{
  -webkit-box-shadow:none;
          box-shadow:none;
}

.hover\:shadow:hover{
  -webkit-box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          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{
  -webkit-box-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
          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{
  -webkit-box-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
          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{
  -webkit-box-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
          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{
  -webkit-box-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
          box-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.hover\:shadow-inner:hover{
  -webkit-box-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
          box-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.hover\:shadow-outline:hover{
  -webkit-box-shadow:0 0 0 3px rgba(66, 153, 225, 0.5);
          box-shadow:0 0 0 3px rgba(66, 153, 225, 0.5);
}

.hover\:shadow-none:hover{
  -webkit-box-shadow:none;
          box-shadow:none;
}

.focus\:shadow:focus{
  -webkit-box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          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{
  -webkit-box-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
          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{
  -webkit-box-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
          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{
  -webkit-box-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
          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{
  -webkit-box-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
          box-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.focus\:shadow-inner:focus{
  -webkit-box-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
          box-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.focus\:shadow-outline:focus{
  -webkit-box-shadow:0 0 0 3px rgba(66, 153, 225, 0.5);
          box-shadow:0 0 0 3px rgba(66, 153, 225, 0.5);
}

.focus\:shadow-none:focus{
  -webkit-box-shadow:none;
          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:#333;
}

.text-white{
  color:#fff;
}

.text-blue{
  color:#4B6082;
}

.text-navy{
  color:#373F4C;
}

.text-red{
  color:#C94343;
}

.text-gray{
  color:#CCCCCC;
}

.text-dusty{
  color:#999999;
}

.text-alto{
  color:#D8D8D8;
}

.hover\:text-transparent:hover{
  color:transparent;
}

.hover\:text-black:hover{
  color:#333;
}

.hover\:text-white:hover{
  color:#fff;
}

.hover\:text-blue:hover{
  color:#4B6082;
}

.hover\:text-navy:hover{
  color:#373F4C;
}

.hover\:text-red:hover{
  color:#C94343;
}

.hover\:text-gray:hover{
  color:#CCCCCC;
}

.hover\:text-dusty:hover{
  color:#999999;
}

.hover\:text-alto:hover{
  color:#D8D8D8;
}

.focus\:text-transparent:focus{
  color:transparent;
}

.focus\:text-black:focus{
  color:#333;
}

.focus\:text-white:focus{
  color:#fff;
}

.focus\:text-blue:focus{
  color:#4B6082;
}

.focus\:text-navy:focus{
  color:#373F4C;
}

.focus\:text-red:focus{
  color:#C94343;
}

.focus\:text-gray:focus{
  color:#CCCCCC;
}

.focus\:text-dusty:focus{
  color:#999999;
}

.focus\:text-alto:focus{
  color:#D8D8D8;
}

.text-10{
  font-size:0.625rem;
}

.text-11{
  font-size:0.6875rem;
}

.text-12{
  font-size:0.75rem;
}

.text-13{
  font-size:0.8125rem;
}

.text-15{
  font-size:0.9375rem;
}

.text-17{
  font-size:1.0625rem;
}

.text-18{
  font-size:1.125rem;
}

.text-19{
  font-size:1.1875rem;
}

.text-23{
  font-size:1.4375rem;
}

.text-27{
  font-size:1.6875rem;
}

.text-42{
  font-size:2.625rem;
}

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

.tracking-wider{
  letter-spacing:0.15625rem;
}

.tracking-widest{
  letter-spacing:0.25rem;
}

.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-full{
  width:100%;
}

.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-screen{
  width:100vw;
}

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

a {
  color:#4B6082;
  font-weight:800;
}

.body,
.main {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: 1fr;
}

@media (min-width: 600px) and (max-width: 899px) {
  .body,
.main {
    grid-row-gap: 5rem
  }
}

@media (min-width: 900px) {
  .body,
.main {
    grid-row-gap: 5rem
  }
}

.stream {
  display: grid;
  grid-row-gap: 5rem;
}

@media (min-width: 900px) {
  .stream {
    grid-column-gap: 1.25rem
  }
}

.site-header {
  width: 100%;
  display: grid;
}

@media (max-width: 599px) {
  .site-header {
    grid-template-columns: minmax(0, 100px) 1fr 1fr 1fr;
    grid-template-areas:
      'img img img img'
      'flying-a est est est'
      'menu big-red big-red big-red'
  }

  .site-header__img { grid-area: img;
  }

  .site-header__flying-a { grid-area: flying-a;
  }

  .site-header__big-red { grid-area: big-red;
  }

  .site-header__est { grid-area: est;
  }

  .site-header__menu { grid-area: menu;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .site-header {
    grid-template-columns: 1fr 1fr minmax(0, 1.25rem) 1fr 1fr minmax(0, 1.25rem) 1fr 1fr minmax(0, 1.25rem) 1fr 1fr minmax(0, 1.25rem) 1fr 1fr minmax(0, 1.25rem) 1fr 1fr;
    grid-template-rows: 1fr -webkit-max-content -webkit-max-content;
    grid-template-rows: 1fr max-content max-content
  }

  .site-header__img {
    grid-column: 7 / -1;
    grid-row: 1 / -1;
  }

  .site-header__flying-a {
    grid-column: 1 / 4;
    grid-row: 3 / -1;
  }

  .site-header__big-red {
    grid-column: 4 / -4;
    grid-row: 2 / 3;
    z-index: 2;
  }

  .site-header__est {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
  }

  .site-header__menu {
    grid-column: 4 / 6;
    grid-row: 1 / 2;
  }
}

@media (min-width: 740px) and (max-width: 899px) {
  .site-header__img {
    grid-column: 8 / -1;
  }
}

@media (min-width: 900px) {
  .site-header {
    grid-template-columns: 1fr minmax(0, 1.25rem) 1fr minmax(0, 1.25rem) 1fr minmax(0, 1.25rem) 1fr minmax(0, 1.25rem) 1fr;
    grid-template-rows: -webkit-max-content -webkit-max-content 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
    grid-template-rows: max-content max-content 1fr max-content max-content max-content
  }

  .site-header__img {
    grid-column: 5 / -1;
    grid-row: 1 / 6;
  }

  .site-header__flying-a {
    grid-column: 1 / 2;
    grid-row: 5 / 6;
  }

  .site-header__big-red {
    grid-column: 2 / -2;
    grid-row: 4 / 5;
    z-index: 2;
  }

  .site-header__est {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }

  .site-header__menu {
    grid-column: 1 / 2;
    grid-row: 2 / 4;
  }
}

@media screen and (max-width: 599px) {
  .footer-main {
    display: grid;
    grid-template-columns: minmax(0, 100px) repeat(3, minmax(0, 1fr));
  }

  .footer-main .shutterthumb__content {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
  }

  .footer-main .shutterthumb__img {
    grid-column: 1 / -1;
    grid-row: 2 / 3;
  }

  .footer-main .extra__content:nth-child(3) {
    grid-column: 3 / -1;
    grid-row: 3 / 4;
  }

  .footer-main .extra__img:nth-child(4) {
    grid-column: 3 / -1;
    grid-row: 4 / 5;
  }

  .footer-main .extra__content:nth-child(5) {
    grid-column: 1 / 3;
    grid-row: 5 / 6;
  }

  .footer-main .extra__img:nth-child(6) {
    grid-column: 1 / 3;
    grid-row: 6 / 7;
  }

  .footer-main .extra__content:nth-child(7) {
    grid-column: 3 / -1;
    grid-row: 5 / 6;
  }

  .footer-main .extra__img:nth-child(8) {
    grid-column: 3 / -1;
    grid-row: 6 / 7;
  }

  .footer-main .site-footer__nav {
    grid-column: 3 / -1;
    grid-row: 7 / 8;
  }

  .footer-main .site-footer__flying-a {
    grid-column: 1 / 2;
    grid-row: 8 / 9;
  }

  .footer-end {
    display: grid;
    grid-template-columns: minmax(0, 100px) repeat(3, minmax(0, 1fr));
  }

  .footer-end .site-footer__big-red {
    grid-column: 2 / -1;
  }
}

@media screen and (min-width: 600px) and (max-width: 900px) {
  .footer-main {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto auto -webkit-max-content -webkit-max-content;
    grid-template-rows: auto auto max-content max-content;
  }

  .footer-main .shutterthumb__content {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }

  .footer-main .shutterthumb__img {
    grid-column: 2 / 5;
    grid-row: 2 / 5;
  }

  .footer-main .extra__content:nth-child(3) {
    grid-column: 6 / -1;
    grid-row: 1 / 2;
  }

  .footer-main .extra__img:nth-child(4) {
    grid-column: 6 / -1;
    grid-row: 2 / 3;
  }

  .footer-main .extra__content:nth-child(5) {
    grid-column: 5 / 6;
    grid-row: 3 / 4;
  }

  .footer-main .extra__img:nth-child(6) {
    grid-column: 5 / 6;
    grid-row: 4 / 5;
  }

  .footer-main .extra__content:nth-child(7) {
    grid-column: 6 / -1;
    grid-row: 3 / 4;
  }

  .footer-main .extra__img:nth-child(8) {
    grid-column: 6 / -1;
    grid-row: 4 / 5;
  }

  .footer-main .site-footer__nav {
    grid-colun: 1 / 2;
    grid-row: 3 / 5;
  }

  .footer-main .site-footer__flying-a {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }

  .footer-end {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 1rem;
    grid-template-rows: auto;
  }

  .footer-end .site-footer__made {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
  }

  .footer-end .site-footer__copyright {
    grid-column: 5 / -1;
    grid-row: 1 / 2;
  }

  .footer-end .site-footer__big-red {
    grid-column: 3 / 5;
    grid-row: 1 / 2;
  }
}

@media screen and (min-width: 901px) {
  .footer-main {
    display: grid;
    grid-row-gap: 0.625rem;
    grid-template-columns: 1fr minmax(0, 1.25rem) 1fr minmax(0, 1.25rem) 1fr minmax(0, 1.25rem) 1fr minmax(0, 1.25rem) 1fr;
    grid-template-rows: auto auto auto -webkit-max-content -webkit-max-content;
    grid-template-rows: auto auto auto max-content max-content;
  }

  .footer-main .shutterthumb__content {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
  }

  .footer-main .shutterthumb__img {
    grid-column: 3 / 6;
    grid-row: 2 / 6;
  }

  .footer-main .extra__content:nth-child(3) {
    grid-column: 9 / -1;
    grid-row: 1 / 2;
  }

  .footer-main .extra__img:nth-child(4) {
    grid-column: 9 / -1;
    grid-row: 2 / 4;
  }

  .footer-main .extra__content:nth-child(5) {
    grid-column: 7 / 8;
    grid-row: 4 / 5;
  }

  .footer-main .extra__img:nth-child(6) {
    grid-column: 7 / 8;
    grid-row: 5 / 6;
  }

  .footer-main .extra__content:nth-child(7) {
    grid-column: 9 / -1;
    grid-row: 4 / 5;
  }

  .footer-main .extra__img:nth-child(8) {
    grid-column: 9 / -1;
    grid-row: 5 / 6;
  }

  .footer-main .site-footer__nav {
    grid-colun: 1 / 2;
    grid-row: 3 / 6;
  }

  .footer-main .site-footer__flying-a {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }

  .footer-end {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-areas: 'made made big-red copy copy';
    grid-gap: 1.25rem;
    grid-template-rows: auto;
  }

  .footer-end .site-footer__made {
    grid-area: made;
  }

  .footer-end .site-footer__copyright {
    grid-area: copy;
  }

  .footer-end .site-footer__big-red {
    grid-area: big-red;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .article {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
    grid-column-gap: 1.25rem
  }

  .article > * {
    grid-column: 2 / -2;
  }
}

@media (min-width: 900px) {
  .article {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
    grid-column-gap: 1.25rem
  }

  .article > * {
    grid-column: 2 / -2;
  }
}

.archive {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 600px) and (max-width: 899px) {
  .archive {
    grid-template-columns: minmax(0, 1fr) minmax(0, 4fr) minmax(0, 1fr)
  }
}

@media (min-width: 900px) {
  .archive {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-column-gap: 1.25rem
  }
}

.archive__header {
  grid-columns: 1/-1;
}

@media (min-width: 600px) and (max-width: 899px) {
  .archive__header {
    grid-column: 2/-2
  }
}

@media (min-width: 900px) {
  .archive__header {
    grid-column: 2/-2
  }
}

.archive__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-gap: 3rem;
  grid-column: 1/-1;
}

@media (min-width: 600px) and (max-width: 899px) {
  .archive__content {
    grid-column: 2/-2
  }
}

@media (min-width: 900px) {
  .archive__content {
    grid-column: 2/-1
  }
}

.archive-list {
  display: grid;
  grid-row-gap: 1.125rem;
}

@media (min-width: 350px) and (max-width: 499px) {
  .archive-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-row-gap: 1.75rem;
    grid-column-gap: 1.25rem
  }
}

@media (min-width: 500px) and (max-width: 749px) {
  .archive-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-row-gap: 1.75rem;
    grid-column-gap: 1.25rem
  }
}

@media (min-width: 750px) {
  .archive-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-row-gap: 1.75rem;
    grid-column-gap: 1.25rem
  }

  .archive-list h2, .archive-list ul {
    grid-column: span 4;
  }
}

/* .longboard {
  > * + * {
    margin-top: 1.375rem;
  }

  > *:first-child + * {
    display: inline;

    > * {
      display: inline;
    }
  }
  > *:first-child + * + * {
    display: block;
    margin-top: 1.375rem;
  }
} */

.inline-heading {
  display:inline;
}

.inline-heading + p {
  display: inline;
}

.longform h3 {
  text-transform:uppercase;
  font-weight:800;
}

.longform > * + h3 {
  margin-top:3rem;
}

.longform > p + p,
  .longform > h3 + p {
  margin-top:1.5rem;
}

.longform li > p + p {
  margin-top:1.5rem;
}

.longform li > p:last-child {
  margin-bottom:1.5rem;
}

.longform * + ol,
  .longform ol + * {
  margin-top:1.5rem
}

.longform * + ul,
  .longform ul + * {
  margin-top:1.5rem;
}

.longform ol li {
  list-style-type:decimal;
  margin-left:1.5rem;
}

.longform ul li {
  list-style-type:disc;
  margin-left:1.5rem;
}

.longform li + li {
  margin-top:0.75rem;
}

.longform * + blockquote,
  .longform blockquote + * {
  margin-top:2rem;
}

.longform blockquote {
  position:relative;
}

.longform blockquote:before {
  height:2rem;
  width:2rem;
  display:block;
  position:absolute;
  top:0;
  left:0;
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
  content: "";
  background-image: url('/assets/img/blockquote.svg');
}

.longform blockquote > p {
  font-style:italic;
  padding-left:3rem;
}

.longform blockquote > p + p {
  margin-top:1.5rem;
}

.backlog {
  margin: 19px 0 47px 0;
}

.backlog a {
  font-weight:500;
}

.backlog .backlog ul {
  list-style: none;
}

.backlog .backlog li {
  border-bottom: 1px dotted #333;
}

main {
  min-height: 400px;
}

@media (min-width: 400px){
  .xs\: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;
  }

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

  .xs\: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;
  }

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

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

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

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

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

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

  .xs\:bg-black{
    background-color:#333;
  }

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

  .xs\:bg-blue{
    background-color:#4B6082;
  }

  .xs\:bg-navy{
    background-color:#373F4C;
  }

  .xs\:bg-red{
    background-color:#C94343;
  }

  .xs\:bg-gray{
    background-color:#CCCCCC;
  }

  .xs\:bg-dusty{
    background-color:#999999;
  }

  .xs\:bg-alto{
    background-color:#D8D8D8;
  }

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

  .xs\:hover\:bg-black:hover{
    background-color:#333;
  }

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

  .xs\:hover\:bg-blue:hover{
    background-color:#4B6082;
  }

  .xs\:hover\:bg-navy:hover{
    background-color:#373F4C;
  }

  .xs\:hover\:bg-red:hover{
    background-color:#C94343;
  }

  .xs\:hover\:bg-gray:hover{
    background-color:#CCCCCC;
  }

  .xs\:hover\:bg-dusty:hover{
    background-color:#999999;
  }

  .xs\:hover\:bg-alto:hover{
    background-color:#D8D8D8;
  }

  .xs\:focus\:bg-transparent:focus{
    background-color:transparent;
  }

  .xs\:focus\:bg-black:focus{
    background-color:#333;
  }

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

  .xs\:focus\:bg-blue:focus{
    background-color:#4B6082;
  }

  .xs\:focus\:bg-navy:focus{
    background-color:#373F4C;
  }

  .xs\:focus\:bg-red:focus{
    background-color:#C94343;
  }

  .xs\:focus\:bg-gray:focus{
    background-color:#CCCCCC;
  }

  .xs\:focus\:bg-dusty:focus{
    background-color:#999999;
  }

  .xs\:focus\:bg-alto:focus{
    background-color:#D8D8D8;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xs\:border-black{
    border-color:#333;
  }

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

  .xs\:border-blue{
    border-color:#4B6082;
  }

  .xs\:border-navy{
    border-color:#373F4C;
  }

  .xs\:border-red{
    border-color:#C94343;
  }

  .xs\:border-gray{
    border-color:#CCCCCC;
  }

  .xs\:border-dusty{
    border-color:#999999;
  }

  .xs\:border-alto{
    border-color:#D8D8D8;
  }

  .xs\:hover\:border-transparent:hover{
    border-color:transparent;
  }

  .xs\:hover\:border-black:hover{
    border-color:#333;
  }

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

  .xs\:hover\:border-blue:hover{
    border-color:#4B6082;
  }

  .xs\:hover\:border-navy:hover{
    border-color:#373F4C;
  }

  .xs\:hover\:border-red:hover{
    border-color:#C94343;
  }

  .xs\:hover\:border-gray:hover{
    border-color:#CCCCCC;
  }

  .xs\:hover\:border-dusty:hover{
    border-color:#999999;
  }

  .xs\:hover\:border-alto:hover{
    border-color:#D8D8D8;
  }

  .xs\:focus\:border-transparent:focus{
    border-color:transparent;
  }

  .xs\:focus\:border-black:focus{
    border-color:#333;
  }

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

  .xs\:focus\:border-blue:focus{
    border-color:#4B6082;
  }

  .xs\:focus\:border-navy:focus{
    border-color:#373F4C;
  }

  .xs\:focus\:border-red:focus{
    border-color:#C94343;
  }

  .xs\:focus\:border-gray:focus{
    border-color:#CCCCCC;
  }

  .xs\:focus\:border-dusty:focus{
    border-color:#999999;
  }

  .xs\:focus\:border-alto:focus{
    border-color:#D8D8D8;
  }

  .xs\:rounded-none{
    border-radius:0;
  }

  .xs\:rounded-sm{
    border-radius:0.125rem;
  }

  .xs\:rounded{
    border-radius:0.25rem;
  }

  .xs\:rounded-lg{
    border-radius:0.5rem;
  }

  .xs\:rounded-full{
    border-radius:9999px;
  }

  .xs\:rounded-t-none{
    border-top-left-radius:0;
    border-top-right-radius:0;
  }

  .xs\:rounded-r-none{
    border-top-right-radius:0;
    border-bottom-right-radius:0;
  }

  .xs\:rounded-b-none{
    border-bottom-right-radius:0;
    border-bottom-left-radius:0;
  }

  .xs\:rounded-l-none{
    border-top-left-radius:0;
    border-bottom-left-radius:0;
  }

  .xs\:rounded-t-sm{
    border-top-left-radius:0.125rem;
    border-top-right-radius:0.125rem;
  }

  .xs\:rounded-r-sm{
    border-top-right-radius:0.125rem;
    border-bottom-right-radius:0.125rem;
  }

  .xs\:rounded-b-sm{
    border-bottom-right-radius:0.125rem;
    border-bottom-left-radius:0.125rem;
  }

  .xs\:rounded-l-sm{
    border-top-left-radius:0.125rem;
    border-bottom-left-radius:0.125rem;
  }

  .xs\:rounded-t{
    border-top-left-radius:0.25rem;
    border-top-right-radius:0.25rem;
  }

  .xs\:rounded-r{
    border-top-right-radius:0.25rem;
    border-bottom-right-radius:0.25rem;
  }

  .xs\:rounded-b{
    border-bottom-right-radius:0.25rem;
    border-bottom-left-radius:0.25rem;
  }

  .xs\:rounded-l{
    border-top-left-radius:0.25rem;
    border-bottom-left-radius:0.25rem;
  }

  .xs\:rounded-t-lg{
    border-top-left-radius:0.5rem;
    border-top-right-radius:0.5rem;
  }

  .xs\:rounded-r-lg{
    border-top-right-radius:0.5rem;
    border-bottom-right-radius:0.5rem;
  }

  .xs\:rounded-b-lg{
    border-bottom-right-radius:0.5rem;
    border-bottom-left-radius:0.5rem;
  }

  .xs\:rounded-l-lg{
    border-top-left-radius:0.5rem;
    border-bottom-left-radius:0.5rem;
  }

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

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

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

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

  .xs\:rounded-tl-none{
    border-top-left-radius:0;
  }

  .xs\:rounded-tr-none{
    border-top-right-radius:0;
  }

  .xs\:rounded-br-none{
    border-bottom-right-radius:0;
  }

  .xs\:rounded-bl-none{
    border-bottom-left-radius:0;
  }

  .xs\:rounded-tl-sm{
    border-top-left-radius:0.125rem;
  }

  .xs\:rounded-tr-sm{
    border-top-right-radius:0.125rem;
  }

  .xs\:rounded-br-sm{
    border-bottom-right-radius:0.125rem;
  }

  .xs\:rounded-bl-sm{
    border-bottom-left-radius:0.125rem;
  }

  .xs\:rounded-tl{
    border-top-left-radius:0.25rem;
  }

  .xs\:rounded-tr{
    border-top-right-radius:0.25rem;
  }

  .xs\:rounded-br{
    border-bottom-right-radius:0.25rem;
  }

  .xs\:rounded-bl{
    border-bottom-left-radius:0.25rem;
  }

  .xs\:rounded-tl-lg{
    border-top-left-radius:0.5rem;
  }

  .xs\:rounded-tr-lg{
    border-top-right-radius:0.5rem;
  }

  .xs\:rounded-br-lg{
    border-bottom-right-radius:0.5rem;
  }

  .xs\:rounded-bl-lg{
    border-bottom-left-radius:0.5rem;
  }

  .xs\:rounded-tl-full{
    border-top-left-radius:9999px;
  }

  .xs\:rounded-tr-full{
    border-top-right-radius:9999px;
  }

  .xs\:rounded-br-full{
    border-bottom-right-radius:9999px;
  }

  .xs\:rounded-bl-full{
    border-bottom-left-radius:9999px;
  }

  .xs\:border-solid{
    border-style:solid;
  }

  .xs\:border-dashed{
    border-style:dashed;
  }

  .xs\:border-dotted{
    border-style:dotted;
  }

  .xs\:border-double{
    border-style:double;
  }

  .xs\:border-none{
    border-style:none;
  }

  .xs\:border{
    border-width:1px;
  }

  .xs\:border-t{
    border-top-width:1px;
  }

  .xs\:border-r{
    border-right-width:1px;
  }

  .xs\:border-b{
    border-bottom-width:1px;
  }

  .xs\:border-l{
    border-left-width:1px;
  }

  .xs\:cursor-auto{
    cursor:auto;
  }

  .xs\:cursor-default{
    cursor:default;
  }

  .xs\:cursor-pointer{
    cursor:pointer;
  }

  .xs\:cursor-wait{
    cursor:wait;
  }

  .xs\:cursor-text{
    cursor:text;
  }

  .xs\:cursor-move{
    cursor:move;
  }

  .xs\:cursor-not-allowed{
    cursor:not-allowed;
  }

  .xs\:block{
    display:block;
  }

  .xs\:inline-block{
    display:inline-block;
  }

  .xs\:inline{
    display:inline;
  }

  .xs\:flex{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
  }

  .xs\:inline-flex{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
  }

  .xs\:table{
    display:table;
  }

  .xs\:table-row{
    display:table-row;
  }

  .xs\:table-cell{
    display:table-cell;
  }

  .xs\:hidden{
    display:none;
  }

  .xs\:flex-row{
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-direction:row;
            flex-direction:row;
  }

  .xs\:flex-row-reverse{
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
        -ms-flex-direction:row-reverse;
            flex-direction:row-reverse;
  }

  .xs\:flex-col{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
  }

  .xs\:flex-col-reverse{
    -webkit-box-orient:vertical;
    -webkit-box-direction:reverse;
        -ms-flex-direction:column-reverse;
            flex-direction:column-reverse;
  }

  .xs\:flex-wrap{
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
  }

  .xs\:flex-wrap-reverse{
    -ms-flex-wrap:wrap-reverse;
        flex-wrap:wrap-reverse;
  }

  .xs\:flex-no-wrap{
    -ms-flex-wrap:nowrap;
        flex-wrap:nowrap;
  }

  .xs\:items-start{
    -webkit-box-align:start;
        -ms-flex-align:start;
            align-items:flex-start;
  }

  .xs\:items-end{
    -webkit-box-align:end;
        -ms-flex-align:end;
            align-items:flex-end;
  }

  .xs\:items-center{
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
  }

  .xs\:items-baseline{
    -webkit-box-align:baseline;
        -ms-flex-align:baseline;
            align-items:baseline;
  }

  .xs\:items-stretch{
    -webkit-box-align:stretch;
        -ms-flex-align:stretch;
            align-items:stretch;
  }

  .xs\:self-auto{
    -ms-flex-item-align:auto;
        align-self:auto;
  }

  .xs\:self-start{
    -ms-flex-item-align:start;
        align-self:flex-start;
  }

  .xs\:self-end{
    -ms-flex-item-align:end;
        align-self:flex-end;
  }

  .xs\:self-center{
    -ms-flex-item-align:center;
        align-self:center;
  }

  .xs\:self-stretch{
    -ms-flex-item-align:stretch;
        align-self:stretch;
  }

  .xs\:justify-start{
    -webkit-box-pack:start;
        -ms-flex-pack:start;
            justify-content:flex-start;
  }

  .xs\:justify-end{
    -webkit-box-pack:end;
        -ms-flex-pack:end;
            justify-content:flex-end;
  }

  .xs\:justify-center{
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
  }

  .xs\:justify-between{
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
  }

  .xs\:justify-around{
    -ms-flex-pack:distribute;
        justify-content:space-around;
  }

  .xs\:content-center{
    -ms-flex-line-pack:center;
        align-content:center;
  }

  .xs\:content-start{
    -ms-flex-line-pack:start;
        align-content:flex-start;
  }

  .xs\:content-end{
    -ms-flex-line-pack:end;
        align-content:flex-end;
  }

  .xs\:content-between{
    -ms-flex-line-pack:justify;
        align-content:space-between;
  }

  .xs\:content-around{
    -ms-flex-line-pack:distribute;
        align-content:space-around;
  }

  .xs\:flex-1{
    -webkit-box-flex:1;
        -ms-flex:1 1 0%;
            flex:1 1 0%;
  }

  .xs\:flex-auto{
    -webkit-box-flex:1;
        -ms-flex:1 1 auto;
            flex:1 1 auto;
  }

  .xs\:flex-initial{
    -webkit-box-flex:0;
        -ms-flex:0 1 auto;
            flex:0 1 auto;
  }

  .xs\:flex-none{
    -webkit-box-flex:0;
        -ms-flex:none;
            flex:none;
  }

  .xs\:flex-grow-0{
    -webkit-box-flex:0;
        -ms-flex-positive:0;
            flex-grow:0;
  }

  .xs\:flex-grow{
    -webkit-box-flex:1;
        -ms-flex-positive:1;
            flex-grow:1;
  }

  .xs\:flex-shrink-0{
    -ms-flex-negative:0;
        flex-shrink:0;
  }

  .xs\:flex-shrink{
    -ms-flex-negative:1;
        flex-shrink:1;
  }

  .xs\:order-1{
    -webkit-box-ordinal-group:2;
        -ms-flex-order:1;
            order:1;
  }

  .xs\:order-2{
    -webkit-box-ordinal-group:3;
        -ms-flex-order:2;
            order:2;
  }

  .xs\:order-3{
    -webkit-box-ordinal-group:4;
        -ms-flex-order:3;
            order:3;
  }

  .xs\:order-4{
    -webkit-box-ordinal-group:5;
        -ms-flex-order:4;
            order:4;
  }

  .xs\:order-5{
    -webkit-box-ordinal-group:6;
        -ms-flex-order:5;
            order:5;
  }

  .xs\:order-6{
    -webkit-box-ordinal-group:7;
        -ms-flex-order:6;
            order:6;
  }

  .xs\:order-7{
    -webkit-box-ordinal-group:8;
        -ms-flex-order:7;
            order:7;
  }

  .xs\:order-8{
    -webkit-box-ordinal-group:9;
        -ms-flex-order:8;
            order:8;
  }

  .xs\:order-9{
    -webkit-box-ordinal-group:10;
        -ms-flex-order:9;
            order:9;
  }

  .xs\:order-10{
    -webkit-box-ordinal-group:11;
        -ms-flex-order:10;
            order:10;
  }

  .xs\:order-11{
    -webkit-box-ordinal-group:12;
        -ms-flex-order:11;
            order:11;
  }

  .xs\:order-12{
    -webkit-box-ordinal-group:13;
        -ms-flex-order:12;
            order:12;
  }

  .xs\:order-first{
    -webkit-box-ordinal-group:-9998;
        -ms-flex-order:-9999;
            order:-9999;
  }

  .xs\:order-last{
    -webkit-box-ordinal-group:10000;
        -ms-flex-order:9999;
            order:9999;
  }

  .xs\:order-none{
    -webkit-box-ordinal-group:1;
        -ms-flex-order:0;
            order:0;
  }

  .xs\:float-right{
    float:right;
  }

  .xs\:float-left{
    float:left;
  }

  .xs\:float-none{
    float:none;
  }

  .xs\:clearfix:after{
    content:"";
    display:table;
    clear:both;
  }

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

  .xs\:font-serif{
    font-family:Franziska, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .xs\:font-mono{
    font-family:Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .xs\:font-hairline{
    font-weight:100;
  }

  .xs\:font-thin{
    font-weight:200;
  }

  .xs\:font-light{
    font-weight:300;
  }

  .xs\:font-normal{
    font-weight:400;
  }

  .xs\:font-medium{
    font-weight:500;
  }

  .xs\:font-semibold{
    font-weight:600;
  }

  .xs\:font-bold{
    font-weight:700;
  }

  .xs\:font-extrabold{
    font-weight:800;
  }

  .xs\:font-black{
    font-weight:900;
  }

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

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

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

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

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

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

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

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

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

  .xs\:focus\:font-hairline:focus{
    font-weight:100;
  }

  .xs\:focus\:font-thin:focus{
    font-weight:200;
  }

  .xs\:focus\:font-light:focus{
    font-weight:300;
  }

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

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

  .xs\:focus\:font-semibold:focus{
    font-weight:600;
  }

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

  .xs\:focus\:font-extrabold:focus{
    font-weight:800;
  }

  .xs\:focus\:font-black:focus{
    font-weight:900;
  }

  .xs\:h-0{
    height:0;
  }

  .xs\:h-1{
    height:0.25rem;
  }

  .xs\:h-2{
    height:0.5rem;
  }

  .xs\:h-3{
    height:0.75rem;
  }

  .xs\:h-4{
    height:1rem;
  }

  .xs\:h-5{
    height:1.25rem;
  }

  .xs\:h-6{
    height:1.5rem;
  }

  .xs\:h-8{
    height:2rem;
  }

  .xs\:h-10{
    height:2.5rem;
  }

  .xs\:h-12{
    height:3rem;
  }

  .xs\:h-16{
    height:4rem;
  }

  .xs\:h-20{
    height:5rem;
  }

  .xs\:h-24{
    height:6rem;
  }

  .xs\:h-32{
    height:8rem;
  }

  .xs\:h-40{
    height:10rem;
  }

  .xs\:h-48{
    height:12rem;
  }

  .xs\:h-56{
    height:14rem;
  }

  .xs\:h-64{
    height:16rem;
  }

  .xs\:h-auto{
    height:auto;
  }

  .xs\:h-px{
    height:1px;
  }

  .xs\:h-full{
    height:100%;
  }

  .xs\:h-screen{
    height:100vh;
  }

  .xs\:leading-none{
    line-height:1;
  }

  .xs\:leading-tight{
    line-height:1.10;
  }

  .xs\:leading-snug{
    line-height:1.25;
  }

  .xs\:leading-normal{
    line-height:1.38;
  }

  .xs\:leading-relaxed{
    line-height:1.5;
  }

  .xs\:leading-loose{
    line-height:2;
  }

  .xs\:list-inside{
    list-style-position:inside;
  }

  .xs\:list-outside{
    list-style-position:outside;
  }

  .xs\:list-none{
    list-style-type:none;
  }

  .xs\:list-disc{
    list-style-type:disc;
  }

  .xs\:list-decimal{
    list-style-type:decimal;
  }

  .xs\:m-0{
    margin:0;
  }

  .xs\:m-1{
    margin:0.25rem;
  }

  .xs\:m-2{
    margin:0.5rem;
  }

  .xs\:m-3{
    margin:0.75rem;
  }

  .xs\:m-4{
    margin:1rem;
  }

  .xs\:m-5{
    margin:1.25rem;
  }

  .xs\:m-6{
    margin:1.5rem;
  }

  .xs\:m-8{
    margin:2rem;
  }

  .xs\:m-10{
    margin:2.5rem;
  }

  .xs\:m-12{
    margin:3rem;
  }

  .xs\:m-16{
    margin:4rem;
  }

  .xs\:m-20{
    margin:5rem;
  }

  .xs\:m-24{
    margin:6rem;
  }

  .xs\:m-32{
    margin:8rem;
  }

  .xs\:m-40{
    margin:10rem;
  }

  .xs\:m-48{
    margin:12rem;
  }

  .xs\:m-56{
    margin:14rem;
  }

  .xs\:m-64{
    margin:16rem;
  }

  .xs\:m-auto{
    margin:auto;
  }

  .xs\:m-px{
    margin:1px;
  }

  .xs\:m-full{
    margin:95%;
  }

  .xs\:-m-1{
    margin:-0.25rem;
  }

  .xs\:-m-2{
    margin:-0.5rem;
  }

  .xs\:-m-3{
    margin:-0.75rem;
  }

  .xs\:-m-4{
    margin:-1rem;
  }

  .xs\:-m-5{
    margin:-1.25rem;
  }

  .xs\:-m-6{
    margin:-1.5rem;
  }

  .xs\:-m-8{
    margin:-2rem;
  }

  .xs\:-m-10{
    margin:-2.5rem;
  }

  .xs\:-m-12{
    margin:-3rem;
  }

  .xs\:-m-16{
    margin:-4rem;
  }

  .xs\:-m-20{
    margin:-5rem;
  }

  .xs\:-m-24{
    margin:-6rem;
  }

  .xs\:-m-32{
    margin:-8rem;
  }

  .xs\:-m-40{
    margin:-10rem;
  }

  .xs\:-m-48{
    margin:-12rem;
  }

  .xs\:-m-56{
    margin:-14rem;
  }

  .xs\:-m-64{
    margin:-16rem;
  }

  .xs\:-m-px{
    margin:-1px;
  }

  .xs\:-m-full{
    margin:-95%;
  }

  .xs\:my-0{
    margin-top:0;
    margin-bottom:0;
  }

  .xs\:mx-0{
    margin-left:0;
    margin-right:0;
  }

  .xs\:my-1{
    margin-top:0.25rem;
    margin-bottom:0.25rem;
  }

  .xs\:mx-1{
    margin-left:0.25rem;
    margin-right:0.25rem;
  }

  .xs\:my-2{
    margin-top:0.5rem;
    margin-bottom:0.5rem;
  }

  .xs\:mx-2{
    margin-left:0.5rem;
    margin-right:0.5rem;
  }

  .xs\:my-3{
    margin-top:0.75rem;
    margin-bottom:0.75rem;
  }

  .xs\:mx-3{
    margin-left:0.75rem;
    margin-right:0.75rem;
  }

  .xs\:my-4{
    margin-top:1rem;
    margin-bottom:1rem;
  }

  .xs\:mx-4{
    margin-left:1rem;
    margin-right:1rem;
  }

  .xs\:my-5{
    margin-top:1.25rem;
    margin-bottom:1.25rem;
  }

  .xs\:mx-5{
    margin-left:1.25rem;
    margin-right:1.25rem;
  }

  .xs\:my-6{
    margin-top:1.5rem;
    margin-bottom:1.5rem;
  }

  .xs\:mx-6{
    margin-left:1.5rem;
    margin-right:1.5rem;
  }

  .xs\:my-8{
    margin-top:2rem;
    margin-bottom:2rem;
  }

  .xs\:mx-8{
    margin-left:2rem;
    margin-right:2rem;
  }

  .xs\:my-10{
    margin-top:2.5rem;
    margin-bottom:2.5rem;
  }

  .xs\:mx-10{
    margin-left:2.5rem;
    margin-right:2.5rem;
  }

  .xs\:my-12{
    margin-top:3rem;
    margin-bottom:3rem;
  }

  .xs\:mx-12{
    margin-left:3rem;
    margin-right:3rem;
  }

  .xs\:my-16{
    margin-top:4rem;
    margin-bottom:4rem;
  }

  .xs\:mx-16{
    margin-left:4rem;
    margin-right:4rem;
  }

  .xs\:my-20{
    margin-top:5rem;
    margin-bottom:5rem;
  }

  .xs\:mx-20{
    margin-left:5rem;
    margin-right:5rem;
  }

  .xs\:my-24{
    margin-top:6rem;
    margin-bottom:6rem;
  }

  .xs\:mx-24{
    margin-left:6rem;
    margin-right:6rem;
  }

  .xs\:my-32{
    margin-top:8rem;
    margin-bottom:8rem;
  }

  .xs\:mx-32{
    margin-left:8rem;
    margin-right:8rem;
  }

  .xs\:my-40{
    margin-top:10rem;
    margin-bottom:10rem;
  }

  .xs\:mx-40{
    margin-left:10rem;
    margin-right:10rem;
  }

  .xs\:my-48{
    margin-top:12rem;
    margin-bottom:12rem;
  }

  .xs\:mx-48{
    margin-left:12rem;
    margin-right:12rem;
  }

  .xs\:my-56{
    margin-top:14rem;
    margin-bottom:14rem;
  }

  .xs\:mx-56{
    margin-left:14rem;
    margin-right:14rem;
  }

  .xs\:my-64{
    margin-top:16rem;
    margin-bottom:16rem;
  }

  .xs\:mx-64{
    margin-left:16rem;
    margin-right:16rem;
  }

  .xs\:my-auto{
    margin-top:auto;
    margin-bottom:auto;
  }

  .xs\:mx-auto{
    margin-left:auto;
    margin-right:auto;
  }

  .xs\:my-px{
    margin-top:1px;
    margin-bottom:1px;
  }

  .xs\:mx-px{
    margin-left:1px;
    margin-right:1px;
  }

  .xs\:my-full{
    margin-top:95%;
    margin-bottom:95%;
  }

  .xs\:mx-full{
    margin-left:95%;
    margin-right:95%;
  }

  .xs\:-my-1{
    margin-top:-0.25rem;
    margin-bottom:-0.25rem;
  }

  .xs\:-mx-1{
    margin-left:-0.25rem;
    margin-right:-0.25rem;
  }

  .xs\:-my-2{
    margin-top:-0.5rem;
    margin-bottom:-0.5rem;
  }

  .xs\:-mx-2{
    margin-left:-0.5rem;
    margin-right:-0.5rem;
  }

  .xs\:-my-3{
    margin-top:-0.75rem;
    margin-bottom:-0.75rem;
  }

  .xs\:-mx-3{
    margin-left:-0.75rem;
    margin-right:-0.75rem;
  }

  .xs\:-my-4{
    margin-top:-1rem;
    margin-bottom:-1rem;
  }

  .xs\:-mx-4{
    margin-left:-1rem;
    margin-right:-1rem;
  }

  .xs\:-my-5{
    margin-top:-1.25rem;
    margin-bottom:-1.25rem;
  }

  .xs\:-mx-5{
    margin-left:-1.25rem;
    margin-right:-1.25rem;
  }

  .xs\:-my-6{
    margin-top:-1.5rem;
    margin-bottom:-1.5rem;
  }

  .xs\:-mx-6{
    margin-left:-1.5rem;
    margin-right:-1.5rem;
  }

  .xs\:-my-8{
    margin-top:-2rem;
    margin-bottom:-2rem;
  }

  .xs\:-mx-8{
    margin-left:-2rem;
    margin-right:-2rem;
  }

  .xs\:-my-10{
    margin-top:-2.5rem;
    margin-bottom:-2.5rem;
  }

  .xs\:-mx-10{
    margin-left:-2.5rem;
    margin-right:-2.5rem;
  }

  .xs\:-my-12{
    margin-top:-3rem;
    margin-bottom:-3rem;
  }

  .xs\:-mx-12{
    margin-left:-3rem;
    margin-right:-3rem;
  }

  .xs\:-my-16{
    margin-top:-4rem;
    margin-bottom:-4rem;
  }

  .xs\:-mx-16{
    margin-left:-4rem;
    margin-right:-4rem;
  }

  .xs\:-my-20{
    margin-top:-5rem;
    margin-bottom:-5rem;
  }

  .xs\:-mx-20{
    margin-left:-5rem;
    margin-right:-5rem;
  }

  .xs\:-my-24{
    margin-top:-6rem;
    margin-bottom:-6rem;
  }

  .xs\:-mx-24{
    margin-left:-6rem;
    margin-right:-6rem;
  }

  .xs\:-my-32{
    margin-top:-8rem;
    margin-bottom:-8rem;
  }

  .xs\:-mx-32{
    margin-left:-8rem;
    margin-right:-8rem;
  }

  .xs\:-my-40{
    margin-top:-10rem;
    margin-bottom:-10rem;
  }

  .xs\:-mx-40{
    margin-left:-10rem;
    margin-right:-10rem;
  }

  .xs\:-my-48{
    margin-top:-12rem;
    margin-bottom:-12rem;
  }

  .xs\:-mx-48{
    margin-left:-12rem;
    margin-right:-12rem;
  }

  .xs\:-my-56{
    margin-top:-14rem;
    margin-bottom:-14rem;
  }

  .xs\:-mx-56{
    margin-left:-14rem;
    margin-right:-14rem;
  }

  .xs\:-my-64{
    margin-top:-16rem;
    margin-bottom:-16rem;
  }

  .xs\:-mx-64{
    margin-left:-16rem;
    margin-right:-16rem;
  }

  .xs\:-my-px{
    margin-top:-1px;
    margin-bottom:-1px;
  }

  .xs\:-mx-px{
    margin-left:-1px;
    margin-right:-1px;
  }

  .xs\:-my-full{
    margin-top:-95%;
    margin-bottom:-95%;
  }

  .xs\:-mx-full{
    margin-left:-95%;
    margin-right:-95%;
  }

  .xs\:mt-0{
    margin-top:0;
  }

  .xs\:mr-0{
    margin-right:0;
  }

  .xs\:mb-0{
    margin-bottom:0;
  }

  .xs\:ml-0{
    margin-left:0;
  }

  .xs\:mt-1{
    margin-top:0.25rem;
  }

  .xs\:mr-1{
    margin-right:0.25rem;
  }

  .xs\:mb-1{
    margin-bottom:0.25rem;
  }

  .xs\:ml-1{
    margin-left:0.25rem;
  }

  .xs\:mt-2{
    margin-top:0.5rem;
  }

  .xs\:mr-2{
    margin-right:0.5rem;
  }

  .xs\:mb-2{
    margin-bottom:0.5rem;
  }

  .xs\:ml-2{
    margin-left:0.5rem;
  }

  .xs\:mt-3{
    margin-top:0.75rem;
  }

  .xs\:mr-3{
    margin-right:0.75rem;
  }

  .xs\:mb-3{
    margin-bottom:0.75rem;
  }

  .xs\:ml-3{
    margin-left:0.75rem;
  }

  .xs\:mt-4{
    margin-top:1rem;
  }

  .xs\:mr-4{
    margin-right:1rem;
  }

  .xs\:mb-4{
    margin-bottom:1rem;
  }

  .xs\:ml-4{
    margin-left:1rem;
  }

  .xs\:mt-5{
    margin-top:1.25rem;
  }

  .xs\:mr-5{
    margin-right:1.25rem;
  }

  .xs\:mb-5{
    margin-bottom:1.25rem;
  }

  .xs\:ml-5{
    margin-left:1.25rem;
  }

  .xs\:mt-6{
    margin-top:1.5rem;
  }

  .xs\:mr-6{
    margin-right:1.5rem;
  }

  .xs\:mb-6{
    margin-bottom:1.5rem;
  }

  .xs\:ml-6{
    margin-left:1.5rem;
  }

  .xs\:mt-8{
    margin-top:2rem;
  }

  .xs\:mr-8{
    margin-right:2rem;
  }

  .xs\:mb-8{
    margin-bottom:2rem;
  }

  .xs\:ml-8{
    margin-left:2rem;
  }

  .xs\:mt-10{
    margin-top:2.5rem;
  }

  .xs\:mr-10{
    margin-right:2.5rem;
  }

  .xs\:mb-10{
    margin-bottom:2.5rem;
  }

  .xs\:ml-10{
    margin-left:2.5rem;
  }

  .xs\:mt-12{
    margin-top:3rem;
  }

  .xs\:mr-12{
    margin-right:3rem;
  }

  .xs\:mb-12{
    margin-bottom:3rem;
  }

  .xs\:ml-12{
    margin-left:3rem;
  }

  .xs\:mt-16{
    margin-top:4rem;
  }

  .xs\:mr-16{
    margin-right:4rem;
  }

  .xs\:mb-16{
    margin-bottom:4rem;
  }

  .xs\:ml-16{
    margin-left:4rem;
  }

  .xs\:mt-20{
    margin-top:5rem;
  }

  .xs\:mr-20{
    margin-right:5rem;
  }

  .xs\:mb-20{
    margin-bottom:5rem;
  }

  .xs\:ml-20{
    margin-left:5rem;
  }

  .xs\:mt-24{
    margin-top:6rem;
  }

  .xs\:mr-24{
    margin-right:6rem;
  }

  .xs\:mb-24{
    margin-bottom:6rem;
  }

  .xs\:ml-24{
    margin-left:6rem;
  }

  .xs\:mt-32{
    margin-top:8rem;
  }

  .xs\:mr-32{
    margin-right:8rem;
  }

  .xs\:mb-32{
    margin-bottom:8rem;
  }

  .xs\:ml-32{
    margin-left:8rem;
  }

  .xs\:mt-40{
    margin-top:10rem;
  }

  .xs\:mr-40{
    margin-right:10rem;
  }

  .xs\:mb-40{
    margin-bottom:10rem;
  }

  .xs\:ml-40{
    margin-left:10rem;
  }

  .xs\:mt-48{
    margin-top:12rem;
  }

  .xs\:mr-48{
    margin-right:12rem;
  }

  .xs\:mb-48{
    margin-bottom:12rem;
  }

  .xs\:ml-48{
    margin-left:12rem;
  }

  .xs\:mt-56{
    margin-top:14rem;
  }

  .xs\:mr-56{
    margin-right:14rem;
  }

  .xs\:mb-56{
    margin-bottom:14rem;
  }

  .xs\:ml-56{
    margin-left:14rem;
  }

  .xs\:mt-64{
    margin-top:16rem;
  }

  .xs\:mr-64{
    margin-right:16rem;
  }

  .xs\:mb-64{
    margin-bottom:16rem;
  }

  .xs\:ml-64{
    margin-left:16rem;
  }

  .xs\:mt-auto{
    margin-top:auto;
  }

  .xs\:mr-auto{
    margin-right:auto;
  }

  .xs\:mb-auto{
    margin-bottom:auto;
  }

  .xs\:ml-auto{
    margin-left:auto;
  }

  .xs\:mt-px{
    margin-top:1px;
  }

  .xs\:mr-px{
    margin-right:1px;
  }

  .xs\:mb-px{
    margin-bottom:1px;
  }

  .xs\:ml-px{
    margin-left:1px;
  }

  .xs\:mt-full{
    margin-top:95%;
  }

  .xs\:mr-full{
    margin-right:95%;
  }

  .xs\:mb-full{
    margin-bottom:95%;
  }

  .xs\:ml-full{
    margin-left:95%;
  }

  .xs\:-mt-1{
    margin-top:-0.25rem;
  }

  .xs\:-mr-1{
    margin-right:-0.25rem;
  }

  .xs\:-mb-1{
    margin-bottom:-0.25rem;
  }

  .xs\:-ml-1{
    margin-left:-0.25rem;
  }

  .xs\:-mt-2{
    margin-top:-0.5rem;
  }

  .xs\:-mr-2{
    margin-right:-0.5rem;
  }

  .xs\:-mb-2{
    margin-bottom:-0.5rem;
  }

  .xs\:-ml-2{
    margin-left:-0.5rem;
  }

  .xs\:-mt-3{
    margin-top:-0.75rem;
  }

  .xs\:-mr-3{
    margin-right:-0.75rem;
  }

  .xs\:-mb-3{
    margin-bottom:-0.75rem;
  }

  .xs\:-ml-3{
    margin-left:-0.75rem;
  }

  .xs\:-mt-4{
    margin-top:-1rem;
  }

  .xs\:-mr-4{
    margin-right:-1rem;
  }

  .xs\:-mb-4{
    margin-bottom:-1rem;
  }

  .xs\:-ml-4{
    margin-left:-1rem;
  }

  .xs\:-mt-5{
    margin-top:-1.25rem;
  }

  .xs\:-mr-5{
    margin-right:-1.25rem;
  }

  .xs\:-mb-5{
    margin-bottom:-1.25rem;
  }

  .xs\:-ml-5{
    margin-left:-1.25rem;
  }

  .xs\:-mt-6{
    margin-top:-1.5rem;
  }

  .xs\:-mr-6{
    margin-right:-1.5rem;
  }

  .xs\:-mb-6{
    margin-bottom:-1.5rem;
  }

  .xs\:-ml-6{
    margin-left:-1.5rem;
  }

  .xs\:-mt-8{
    margin-top:-2rem;
  }

  .xs\:-mr-8{
    margin-right:-2rem;
  }

  .xs\:-mb-8{
    margin-bottom:-2rem;
  }

  .xs\:-ml-8{
    margin-left:-2rem;
  }

  .xs\:-mt-10{
    margin-top:-2.5rem;
  }

  .xs\:-mr-10{
    margin-right:-2.5rem;
  }

  .xs\:-mb-10{
    margin-bottom:-2.5rem;
  }

  .xs\:-ml-10{
    margin-left:-2.5rem;
  }

  .xs\:-mt-12{
    margin-top:-3rem;
  }

  .xs\:-mr-12{
    margin-right:-3rem;
  }

  .xs\:-mb-12{
    margin-bottom:-3rem;
  }

  .xs\:-ml-12{
    margin-left:-3rem;
  }

  .xs\:-mt-16{
    margin-top:-4rem;
  }

  .xs\:-mr-16{
    margin-right:-4rem;
  }

  .xs\:-mb-16{
    margin-bottom:-4rem;
  }

  .xs\:-ml-16{
    margin-left:-4rem;
  }

  .xs\:-mt-20{
    margin-top:-5rem;
  }

  .xs\:-mr-20{
    margin-right:-5rem;
  }

  .xs\:-mb-20{
    margin-bottom:-5rem;
  }

  .xs\:-ml-20{
    margin-left:-5rem;
  }

  .xs\:-mt-24{
    margin-top:-6rem;
  }

  .xs\:-mr-24{
    margin-right:-6rem;
  }

  .xs\:-mb-24{
    margin-bottom:-6rem;
  }

  .xs\:-ml-24{
    margin-left:-6rem;
  }

  .xs\:-mt-32{
    margin-top:-8rem;
  }

  .xs\:-mr-32{
    margin-right:-8rem;
  }

  .xs\:-mb-32{
    margin-bottom:-8rem;
  }

  .xs\:-ml-32{
    margin-left:-8rem;
  }

  .xs\:-mt-40{
    margin-top:-10rem;
  }

  .xs\:-mr-40{
    margin-right:-10rem;
  }

  .xs\:-mb-40{
    margin-bottom:-10rem;
  }

  .xs\:-ml-40{
    margin-left:-10rem;
  }

  .xs\:-mt-48{
    margin-top:-12rem;
  }

  .xs\:-mr-48{
    margin-right:-12rem;
  }

  .xs\:-mb-48{
    margin-bottom:-12rem;
  }

  .xs\:-ml-48{
    margin-left:-12rem;
  }

  .xs\:-mt-56{
    margin-top:-14rem;
  }

  .xs\:-mr-56{
    margin-right:-14rem;
  }

  .xs\:-mb-56{
    margin-bottom:-14rem;
  }

  .xs\:-ml-56{
    margin-left:-14rem;
  }

  .xs\:-mt-64{
    margin-top:-16rem;
  }

  .xs\:-mr-64{
    margin-right:-16rem;
  }

  .xs\:-mb-64{
    margin-bottom:-16rem;
  }

  .xs\:-ml-64{
    margin-left:-16rem;
  }

  .xs\:-mt-px{
    margin-top:-1px;
  }

  .xs\:-mr-px{
    margin-right:-1px;
  }

  .xs\:-mb-px{
    margin-bottom:-1px;
  }

  .xs\:-ml-px{
    margin-left:-1px;
  }

  .xs\:-mt-full{
    margin-top:-95%;
  }

  .xs\:-mr-full{
    margin-right:-95%;
  }

  .xs\:-mb-full{
    margin-bottom:-95%;
  }

  .xs\:-ml-full{
    margin-left:-95%;
  }

  .xs\:max-h-full{
    max-height:100%;
  }

  .xs\:max-h-screen{
    max-height:100vh;
  }

  .xs\:max-w-5xs{
    max-width:5.25rem;
  }

  .xs\:max-w-4xs{
    max-width:8rem;
  }

  .xs\:max-w-3xs{
    max-width:12rem;
  }

  .xs\:max-w-2xs{
    max-width:16rem;
  }

  .xs\:max-w-xs{
    max-width:20rem;
  }

  .xs\:max-w-sm{
    max-width:24rem;
  }

  .xs\:max-w-md{
    max-width:28rem;
  }

  .xs\:max-w-lg{
    max-width:32rem;
  }

  .xs\:max-w-xl{
    max-width:36rem;
  }

  .xs\:max-w-2xl{
    max-width:42rem;
  }

  .xs\:max-w-3xl{
    max-width:48rem;
  }

  .xs\:max-w-4xl{
    max-width:56rem;
  }

  .xs\:max-w-5xl{
    max-width:64rem;
  }

  .xs\:max-w-6xl{
    max-width:72rem;
  }

  .xs\:max-w-none{
    max-width:none;
  }

  .xs\:max-w-full{
    max-width:100%;
  }

  .xs\:min-h-0{
    min-height:0;
  }

  .xs\:min-h-full{
    min-height:100%;
  }

  .xs\:min-h-screen{
    min-height:100vh;
  }

  .xs\:min-w-0{
    min-width:0;
  }

  .xs\:min-w-full{
    min-width:100%;
  }

  .xs\:object-contain{
    -o-object-fit:contain;
       object-fit:contain;
  }

  .xs\:object-cover{
    -o-object-fit:cover;
       object-fit:cover;
  }

  .xs\:object-fill{
    -o-object-fit:fill;
       object-fit:fill;
  }

  .xs\:object-none{
    -o-object-fit:none;
       object-fit:none;
  }

  .xs\:object-scale-down{
    -o-object-fit:scale-down;
       object-fit:scale-down;
  }

  .xs\:object-bottom{
    -o-object-position:bottom;
       object-position:bottom;
  }

  .xs\:object-center{
    -o-object-position:center;
       object-position:center;
  }

  .xs\:object-left{
    -o-object-position:left;
       object-position:left;
  }

  .xs\:object-left-bottom{
    -o-object-position:left bottom;
       object-position:left bottom;
  }

  .xs\:object-left-top{
    -o-object-position:left top;
       object-position:left top;
  }

  .xs\:object-right{
    -o-object-position:right;
       object-position:right;
  }

  .xs\:object-right-bottom{
    -o-object-position:right bottom;
       object-position:right bottom;
  }

  .xs\:object-right-top{
    -o-object-position:right top;
       object-position:right top;
  }

  .xs\:object-top{
    -o-object-position:top;
       object-position:top;
  }

  .xs\:opacity-0{
    opacity:0;
  }

  .xs\:opacity-25{
    opacity:0.25;
  }

  .xs\:opacity-50{
    opacity:0.5;
  }

  .xs\:opacity-75{
    opacity:0.75;
  }

  .xs\:opacity-100{
    opacity:1;
  }

  .xs\:hover\:opacity-0:hover{
    opacity:0;
  }

  .xs\:hover\:opacity-25:hover{
    opacity:0.25;
  }

  .xs\:hover\:opacity-50:hover{
    opacity:0.5;
  }

  .xs\:hover\:opacity-75:hover{
    opacity:0.75;
  }

  .xs\:hover\:opacity-100:hover{
    opacity:1;
  }

  .xs\:focus\:opacity-0:focus{
    opacity:0;
  }

  .xs\:focus\:opacity-25:focus{
    opacity:0.25;
  }

  .xs\:focus\:opacity-50:focus{
    opacity:0.5;
  }

  .xs\:focus\:opacity-75:focus{
    opacity:0.75;
  }

  .xs\:focus\:opacity-100:focus{
    opacity:1;
  }

  .xs\:outline-none{
    outline:0;
  }

  .xs\:focus\:outline-none:focus{
    outline:0;
  }

  .xs\:overflow-auto{
    overflow:auto;
  }

  .xs\:overflow-hidden{
    overflow:hidden;
  }

  .xs\:overflow-visible{
    overflow:visible;
  }

  .xs\:overflow-scroll{
    overflow:scroll;
  }

  .xs\:overflow-x-auto{
    overflow-x:auto;
  }

  .xs\:overflow-y-auto{
    overflow-y:auto;
  }

  .xs\:overflow-x-hidden{
    overflow-x:hidden;
  }

  .xs\:overflow-y-hidden{
    overflow-y:hidden;
  }

  .xs\:overflow-x-visible{
    overflow-x:visible;
  }

  .xs\:overflow-y-visible{
    overflow-y:visible;
  }

  .xs\:overflow-x-scroll{
    overflow-x:scroll;
  }

  .xs\:overflow-y-scroll{
    overflow-y:scroll;
  }

  .xs\:scrolling-touch{
    -webkit-overflow-scrolling:touch;
  }

  .xs\:scrolling-auto{
    -webkit-overflow-scrolling:auto;
  }

  .xs\:p-0{
    padding:0;
  }

  .xs\:p-1{
    padding:0.25rem;
  }

  .xs\:p-2{
    padding:0.5rem;
  }

  .xs\:p-3{
    padding:0.75rem;
  }

  .xs\:p-4{
    padding:1rem;
  }

  .xs\:p-5{
    padding:1.25rem;
  }

  .xs\:p-6{
    padding:1.5rem;
  }

  .xs\:p-8{
    padding:2rem;
  }

  .xs\:p-10{
    padding:2.5rem;
  }

  .xs\:p-12{
    padding:3rem;
  }

  .xs\:p-16{
    padding:4rem;
  }

  .xs\:p-20{
    padding:5rem;
  }

  .xs\:p-24{
    padding:6rem;
  }

  .xs\:p-32{
    padding:8rem;
  }

  .xs\:p-40{
    padding:10rem;
  }

  .xs\:p-48{
    padding:12rem;
  }

  .xs\:p-56{
    padding:14rem;
  }

  .xs\:p-64{
    padding:16rem;
  }

  .xs\:p-px{
    padding:1px;
  }

  .xs\:p-full{
    padding:95%;
  }

  .xs\:py-0{
    padding-top:0;
    padding-bottom:0;
  }

  .xs\:px-0{
    padding-left:0;
    padding-right:0;
  }

  .xs\:py-1{
    padding-top:0.25rem;
    padding-bottom:0.25rem;
  }

  .xs\:px-1{
    padding-left:0.25rem;
    padding-right:0.25rem;
  }

  .xs\:py-2{
    padding-top:0.5rem;
    padding-bottom:0.5rem;
  }

  .xs\:px-2{
    padding-left:0.5rem;
    padding-right:0.5rem;
  }

  .xs\:py-3{
    padding-top:0.75rem;
    padding-bottom:0.75rem;
  }

  .xs\:px-3{
    padding-left:0.75rem;
    padding-right:0.75rem;
  }

  .xs\:py-4{
    padding-top:1rem;
    padding-bottom:1rem;
  }

  .xs\:px-4{
    padding-left:1rem;
    padding-right:1rem;
  }

  .xs\:py-5{
    padding-top:1.25rem;
    padding-bottom:1.25rem;
  }

  .xs\:px-5{
    padding-left:1.25rem;
    padding-right:1.25rem;
  }

  .xs\:py-6{
    padding-top:1.5rem;
    padding-bottom:1.5rem;
  }

  .xs\:px-6{
    padding-left:1.5rem;
    padding-right:1.5rem;
  }

  .xs\:py-8{
    padding-top:2rem;
    padding-bottom:2rem;
  }

  .xs\:px-8{
    padding-left:2rem;
    padding-right:2rem;
  }

  .xs\:py-10{
    padding-top:2.5rem;
    padding-bottom:2.5rem;
  }

  .xs\:px-10{
    padding-left:2.5rem;
    padding-right:2.5rem;
  }

  .xs\:py-12{
    padding-top:3rem;
    padding-bottom:3rem;
  }

  .xs\:px-12{
    padding-left:3rem;
    padding-right:3rem;
  }

  .xs\:py-16{
    padding-top:4rem;
    padding-bottom:4rem;
  }

  .xs\:px-16{
    padding-left:4rem;
    padding-right:4rem;
  }

  .xs\:py-20{
    padding-top:5rem;
    padding-bottom:5rem;
  }

  .xs\:px-20{
    padding-left:5rem;
    padding-right:5rem;
  }

  .xs\:py-24{
    padding-top:6rem;
    padding-bottom:6rem;
  }

  .xs\:px-24{
    padding-left:6rem;
    padding-right:6rem;
  }

  .xs\:py-32{
    padding-top:8rem;
    padding-bottom:8rem;
  }

  .xs\:px-32{
    padding-left:8rem;
    padding-right:8rem;
  }

  .xs\:py-40{
    padding-top:10rem;
    padding-bottom:10rem;
  }

  .xs\:px-40{
    padding-left:10rem;
    padding-right:10rem;
  }

  .xs\:py-48{
    padding-top:12rem;
    padding-bottom:12rem;
  }

  .xs\:px-48{
    padding-left:12rem;
    padding-right:12rem;
  }

  .xs\:py-56{
    padding-top:14rem;
    padding-bottom:14rem;
  }

  .xs\:px-56{
    padding-left:14rem;
    padding-right:14rem;
  }

  .xs\:py-64{
    padding-top:16rem;
    padding-bottom:16rem;
  }

  .xs\:px-64{
    padding-left:16rem;
    padding-right:16rem;
  }

  .xs\:py-px{
    padding-top:1px;
    padding-bottom:1px;
  }

  .xs\:px-px{
    padding-left:1px;
    padding-right:1px;
  }

  .xs\:py-full{
    padding-top:95%;
    padding-bottom:95%;
  }

  .xs\:px-full{
    padding-left:95%;
    padding-right:95%;
  }

  .xs\:pt-0{
    padding-top:0;
  }

  .xs\:pr-0{
    padding-right:0;
  }

  .xs\:pb-0{
    padding-bottom:0;
  }

  .xs\:pl-0{
    padding-left:0;
  }

  .xs\:pt-1{
    padding-top:0.25rem;
  }

  .xs\:pr-1{
    padding-right:0.25rem;
  }

  .xs\:pb-1{
    padding-bottom:0.25rem;
  }

  .xs\:pl-1{
    padding-left:0.25rem;
  }

  .xs\:pt-2{
    padding-top:0.5rem;
  }

  .xs\:pr-2{
    padding-right:0.5rem;
  }

  .xs\:pb-2{
    padding-bottom:0.5rem;
  }

  .xs\:pl-2{
    padding-left:0.5rem;
  }

  .xs\:pt-3{
    padding-top:0.75rem;
  }

  .xs\:pr-3{
    padding-right:0.75rem;
  }

  .xs\:pb-3{
    padding-bottom:0.75rem;
  }

  .xs\:pl-3{
    padding-left:0.75rem;
  }

  .xs\:pt-4{
    padding-top:1rem;
  }

  .xs\:pr-4{
    padding-right:1rem;
  }

  .xs\:pb-4{
    padding-bottom:1rem;
  }

  .xs\:pl-4{
    padding-left:1rem;
  }

  .xs\:pt-5{
    padding-top:1.25rem;
  }

  .xs\:pr-5{
    padding-right:1.25rem;
  }

  .xs\:pb-5{
    padding-bottom:1.25rem;
  }

  .xs\:pl-5{
    padding-left:1.25rem;
  }

  .xs\:pt-6{
    padding-top:1.5rem;
  }

  .xs\:pr-6{
    padding-right:1.5rem;
  }

  .xs\:pb-6{
    padding-bottom:1.5rem;
  }

  .xs\:pl-6{
    padding-left:1.5rem;
  }

  .xs\:pt-8{
    padding-top:2rem;
  }

  .xs\:pr-8{
    padding-right:2rem;
  }

  .xs\:pb-8{
    padding-bottom:2rem;
  }

  .xs\:pl-8{
    padding-left:2rem;
  }

  .xs\:pt-10{
    padding-top:2.5rem;
  }

  .xs\:pr-10{
    padding-right:2.5rem;
  }

  .xs\:pb-10{
    padding-bottom:2.5rem;
  }

  .xs\:pl-10{
    padding-left:2.5rem;
  }

  .xs\:pt-12{
    padding-top:3rem;
  }

  .xs\:pr-12{
    padding-right:3rem;
  }

  .xs\:pb-12{
    padding-bottom:3rem;
  }

  .xs\:pl-12{
    padding-left:3rem;
  }

  .xs\:pt-16{
    padding-top:4rem;
  }

  .xs\:pr-16{
    padding-right:4rem;
  }

  .xs\:pb-16{
    padding-bottom:4rem;
  }

  .xs\:pl-16{
    padding-left:4rem;
  }

  .xs\:pt-20{
    padding-top:5rem;
  }

  .xs\:pr-20{
    padding-right:5rem;
  }

  .xs\:pb-20{
    padding-bottom:5rem;
  }

  .xs\:pl-20{
    padding-left:5rem;
  }

  .xs\:pt-24{
    padding-top:6rem;
  }

  .xs\:pr-24{
    padding-right:6rem;
  }

  .xs\:pb-24{
    padding-bottom:6rem;
  }

  .xs\:pl-24{
    padding-left:6rem;
  }

  .xs\:pt-32{
    padding-top:8rem;
  }

  .xs\:pr-32{
    padding-right:8rem;
  }

  .xs\:pb-32{
    padding-bottom:8rem;
  }

  .xs\:pl-32{
    padding-left:8rem;
  }

  .xs\:pt-40{
    padding-top:10rem;
  }

  .xs\:pr-40{
    padding-right:10rem;
  }

  .xs\:pb-40{
    padding-bottom:10rem;
  }

  .xs\:pl-40{
    padding-left:10rem;
  }

  .xs\:pt-48{
    padding-top:12rem;
  }

  .xs\:pr-48{
    padding-right:12rem;
  }

  .xs\:pb-48{
    padding-bottom:12rem;
  }

  .xs\:pl-48{
    padding-left:12rem;
  }

  .xs\:pt-56{
    padding-top:14rem;
  }

  .xs\:pr-56{
    padding-right:14rem;
  }

  .xs\:pb-56{
    padding-bottom:14rem;
  }

  .xs\:pl-56{
    padding-left:14rem;
  }

  .xs\:pt-64{
    padding-top:16rem;
  }

  .xs\:pr-64{
    padding-right:16rem;
  }

  .xs\:pb-64{
    padding-bottom:16rem;
  }

  .xs\:pl-64{
    padding-left:16rem;
  }

  .xs\:pt-px{
    padding-top:1px;
  }

  .xs\:pr-px{
    padding-right:1px;
  }

  .xs\:pb-px{
    padding-bottom:1px;
  }

  .xs\:pl-px{
    padding-left:1px;
  }

  .xs\:pt-full{
    padding-top:95%;
  }

  .xs\:pr-full{
    padding-right:95%;
  }

  .xs\:pb-full{
    padding-bottom:95%;
  }

  .xs\:pl-full{
    padding-left:95%;
  }

  .xs\:placeholder-transparent::-webkit-input-placeholder{
    color:transparent;
  }

  .xs\:placeholder-transparent::-moz-placeholder{
    color:transparent;
  }

  .xs\:placeholder-transparent:-ms-input-placeholder{
    color:transparent;
  }

  .xs\:placeholder-transparent::-ms-input-placeholder{
    color:transparent;
  }

  .xs\:placeholder-transparent::placeholder{
    color:transparent;
  }

  .xs\:placeholder-black::-webkit-input-placeholder{
    color:#333;
  }

  .xs\:placeholder-black::-moz-placeholder{
    color:#333;
  }

  .xs\:placeholder-black:-ms-input-placeholder{
    color:#333;
  }

  .xs\:placeholder-black::-ms-input-placeholder{
    color:#333;
  }

  .xs\:placeholder-black::placeholder{
    color:#333;
  }

  .xs\:placeholder-white::-webkit-input-placeholder{
    color:#fff;
  }

  .xs\:placeholder-white::-moz-placeholder{
    color:#fff;
  }

  .xs\:placeholder-white:-ms-input-placeholder{
    color:#fff;
  }

  .xs\:placeholder-white::-ms-input-placeholder{
    color:#fff;
  }

  .xs\:placeholder-white::placeholder{
    color:#fff;
  }

  .xs\:placeholder-blue::-webkit-input-placeholder{
    color:#4B6082;
  }

  .xs\:placeholder-blue::-moz-placeholder{
    color:#4B6082;
  }

  .xs\:placeholder-blue:-ms-input-placeholder{
    color:#4B6082;
  }

  .xs\:placeholder-blue::-ms-input-placeholder{
    color:#4B6082;
  }

  .xs\:placeholder-blue::placeholder{
    color:#4B6082;
  }

  .xs\:placeholder-navy::-webkit-input-placeholder{
    color:#373F4C;
  }

  .xs\:placeholder-navy::-moz-placeholder{
    color:#373F4C;
  }

  .xs\:placeholder-navy:-ms-input-placeholder{
    color:#373F4C;
  }

  .xs\:placeholder-navy::-ms-input-placeholder{
    color:#373F4C;
  }

  .xs\:placeholder-navy::placeholder{
    color:#373F4C;
  }

  .xs\:placeholder-red::-webkit-input-placeholder{
    color:#C94343;
  }

  .xs\:placeholder-red::-moz-placeholder{
    color:#C94343;
  }

  .xs\:placeholder-red:-ms-input-placeholder{
    color:#C94343;
  }

  .xs\:placeholder-red::-ms-input-placeholder{
    color:#C94343;
  }

  .xs\:placeholder-red::placeholder{
    color:#C94343;
  }

  .xs\:placeholder-gray::-webkit-input-placeholder{
    color:#CCCCCC;
  }

  .xs\:placeholder-gray::-moz-placeholder{
    color:#CCCCCC;
  }

  .xs\:placeholder-gray:-ms-input-placeholder{
    color:#CCCCCC;
  }

  .xs\:placeholder-gray::-ms-input-placeholder{
    color:#CCCCCC;
  }

  .xs\:placeholder-gray::placeholder{
    color:#CCCCCC;
  }

  .xs\:placeholder-dusty::-webkit-input-placeholder{
    color:#999999;
  }

  .xs\:placeholder-dusty::-moz-placeholder{
    color:#999999;
  }

  .xs\:placeholder-dusty:-ms-input-placeholder{
    color:#999999;
  }

  .xs\:placeholder-dusty::-ms-input-placeholder{
    color:#999999;
  }

  .xs\:placeholder-dusty::placeholder{
    color:#999999;
  }

  .xs\:placeholder-alto::-webkit-input-placeholder{
    color:#D8D8D8;
  }

  .xs\:placeholder-alto::-moz-placeholder{
    color:#D8D8D8;
  }

  .xs\:placeholder-alto:-ms-input-placeholder{
    color:#D8D8D8;
  }

  .xs\:placeholder-alto::-ms-input-placeholder{
    color:#D8D8D8;
  }

  .xs\:placeholder-alto::placeholder{
    color:#D8D8D8;
  }

  .xs\:focus\:placeholder-transparent:focus::-webkit-input-placeholder{
    color:transparent;
  }

  .xs\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color:transparent;
  }

  .xs\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color:transparent;
  }

  .xs\:focus\:placeholder-transparent:focus::-ms-input-placeholder{
    color:transparent;
  }

  .xs\:focus\:placeholder-transparent:focus::placeholder{
    color:transparent;
  }

  .xs\:focus\:placeholder-black:focus::-webkit-input-placeholder{
    color:#333;
  }

  .xs\:focus\:placeholder-black:focus::-moz-placeholder{
    color:#333;
  }

  .xs\:focus\:placeholder-black:focus:-ms-input-placeholder{
    color:#333;
  }

  .xs\:focus\:placeholder-black:focus::-ms-input-placeholder{
    color:#333;
  }

  .xs\:focus\:placeholder-black:focus::placeholder{
    color:#333;
  }

  .xs\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    color:#fff;
  }

  .xs\:focus\:placeholder-white:focus::-moz-placeholder{
    color:#fff;
  }

  .xs\:focus\:placeholder-white:focus:-ms-input-placeholder{
    color:#fff;
  }

  .xs\:focus\:placeholder-white:focus::-ms-input-placeholder{
    color:#fff;
  }

  .xs\:focus\:placeholder-white:focus::placeholder{
    color:#fff;
  }

  .xs\:focus\:placeholder-blue:focus::-webkit-input-placeholder{
    color:#4B6082;
  }

  .xs\:focus\:placeholder-blue:focus::-moz-placeholder{
    color:#4B6082;
  }

  .xs\:focus\:placeholder-blue:focus:-ms-input-placeholder{
    color:#4B6082;
  }

  .xs\:focus\:placeholder-blue:focus::-ms-input-placeholder{
    color:#4B6082;
  }

  .xs\:focus\:placeholder-blue:focus::placeholder{
    color:#4B6082;
  }

  .xs\:focus\:placeholder-navy:focus::-webkit-input-placeholder{
    color:#373F4C;
  }

  .xs\:focus\:placeholder-navy:focus::-moz-placeholder{
    color:#373F4C;
  }

  .xs\:focus\:placeholder-navy:focus:-ms-input-placeholder{
    color:#373F4C;
  }

  .xs\:focus\:placeholder-navy:focus::-ms-input-placeholder{
    color:#373F4C;
  }

  .xs\:focus\:placeholder-navy:focus::placeholder{
    color:#373F4C;
  }

  .xs\:focus\:placeholder-red:focus::-webkit-input-placeholder{
    color:#C94343;
  }

  .xs\:focus\:placeholder-red:focus::-moz-placeholder{
    color:#C94343;
  }

  .xs\:focus\:placeholder-red:focus:-ms-input-placeholder{
    color:#C94343;
  }

  .xs\:focus\:placeholder-red:focus::-ms-input-placeholder{
    color:#C94343;
  }

  .xs\:focus\:placeholder-red:focus::placeholder{
    color:#C94343;
  }

  .xs\:focus\:placeholder-gray:focus::-webkit-input-placeholder{
    color:#CCCCCC;
  }

  .xs\:focus\:placeholder-gray:focus::-moz-placeholder{
    color:#CCCCCC;
  }

  .xs\:focus\:placeholder-gray:focus:-ms-input-placeholder{
    color:#CCCCCC;
  }

  .xs\:focus\:placeholder-gray:focus::-ms-input-placeholder{
    color:#CCCCCC;
  }

  .xs\:focus\:placeholder-gray:focus::placeholder{
    color:#CCCCCC;
  }

  .xs\:focus\:placeholder-dusty:focus::-webkit-input-placeholder{
    color:#999999;
  }

  .xs\:focus\:placeholder-dusty:focus::-moz-placeholder{
    color:#999999;
  }

  .xs\:focus\:placeholder-dusty:focus:-ms-input-placeholder{
    color:#999999;
  }

  .xs\:focus\:placeholder-dusty:focus::-ms-input-placeholder{
    color:#999999;
  }

  .xs\:focus\:placeholder-dusty:focus::placeholder{
    color:#999999;
  }

  .xs\:focus\:placeholder-alto:focus::-webkit-input-placeholder{
    color:#D8D8D8;
  }

  .xs\:focus\:placeholder-alto:focus::-moz-placeholder{
    color:#D8D8D8;
  }

  .xs\:focus\:placeholder-alto:focus:-ms-input-placeholder{
    color:#D8D8D8;
  }

  .xs\:focus\:placeholder-alto:focus::-ms-input-placeholder{
    color:#D8D8D8;
  }

  .xs\:focus\:placeholder-alto:focus::placeholder{
    color:#D8D8D8;
  }

  .xs\:pointer-events-none{
    pointer-events:none;
  }

  .xs\:pointer-events-auto{
    pointer-events:auto;
  }

  .xs\:static{
    position:static;
  }

  .xs\:fixed{
    position:fixed;
  }

  .xs\:absolute{
    position:absolute;
  }

  .xs\:relative{
    position:relative;
  }

  .xs\:sticky{
    position:-webkit-sticky;
    position:sticky;
  }

  .xs\:inset-0{
    top:0;
    right:0;
    bottom:0;
    left:0;
  }

  .xs\:inset-auto{
    top:auto;
    right:auto;
    bottom:auto;
    left:auto;
  }

  .xs\:inset-y-0{
    top:0;
    bottom:0;
  }

  .xs\:inset-x-0{
    right:0;
    left:0;
  }

  .xs\:inset-y-auto{
    top:auto;
    bottom:auto;
  }

  .xs\:inset-x-auto{
    right:auto;
    left:auto;
  }

  .xs\:top-0{
    top:0;
  }

  .xs\:right-0{
    right:0;
  }

  .xs\:bottom-0{
    bottom:0;
  }

  .xs\:left-0{
    left:0;
  }

  .xs\:top-auto{
    top:auto;
  }

  .xs\:right-auto{
    right:auto;
  }

  .xs\:bottom-auto{
    bottom:auto;
  }

  .xs\:left-auto{
    left:auto;
  }

  .xs\:resize-none{
    resize:none;
  }

  .xs\:resize-y{
    resize:vertical;
  }

  .xs\:resize-x{
    resize:horizontal;
  }

  .xs\:resize{
    resize:both;
  }

  .xs\:shadow{
    -webkit-box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xs\:shadow-md{
    -webkit-box-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xs\:shadow-lg{
    -webkit-box-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xs\:shadow-xl{
    -webkit-box-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xs\:shadow-2xl{
    -webkit-box-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xs\:shadow-inner{
    -webkit-box-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xs\:shadow-outline{
    -webkit-box-shadow:0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow:0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xs\:shadow-none{
    -webkit-box-shadow:none;
            box-shadow:none;
  }

  .xs\:hover\:shadow:hover{
    -webkit-box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xs\:hover\:shadow-md:hover{
    -webkit-box-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xs\:hover\:shadow-lg:hover{
    -webkit-box-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xs\:hover\:shadow-xl:hover{
    -webkit-box-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xs\:hover\:shadow-2xl:hover{
    -webkit-box-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xs\:hover\:shadow-inner:hover{
    -webkit-box-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xs\:hover\:shadow-outline:hover{
    -webkit-box-shadow:0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow:0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xs\:hover\:shadow-none:hover{
    -webkit-box-shadow:none;
            box-shadow:none;
  }

  .xs\:focus\:shadow:focus{
    -webkit-box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xs\:focus\:shadow-md:focus{
    -webkit-box-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xs\:focus\:shadow-lg:focus{
    -webkit-box-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xs\:focus\:shadow-xl:focus{
    -webkit-box-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xs\:focus\:shadow-2xl:focus{
    -webkit-box-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xs\:focus\:shadow-inner:focus{
    -webkit-box-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xs\:focus\:shadow-outline:focus{
    -webkit-box-shadow:0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow:0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xs\:focus\:shadow-none:focus{
    -webkit-box-shadow:none;
            box-shadow:none;
  }

  .xs\:fill-current{
    fill:currentColor;
  }

  .xs\:stroke-current{
    stroke:currentColor;
  }

  .xs\:table-auto{
    table-layout:auto;
  }

  .xs\:table-fixed{
    table-layout:fixed;
  }

  .xs\:text-left{
    text-align:left;
  }

  .xs\:text-center{
    text-align:center;
  }

  .xs\:text-right{
    text-align:right;
  }

  .xs\:text-justify{
    text-align:justify;
  }

  .xs\:text-transparent{
    color:transparent;
  }

  .xs\:text-black{
    color:#333;
  }

  .xs\:text-white{
    color:#fff;
  }

  .xs\:text-blue{
    color:#4B6082;
  }

  .xs\:text-navy{
    color:#373F4C;
  }

  .xs\:text-red{
    color:#C94343;
  }

  .xs\:text-gray{
    color:#CCCCCC;
  }

  .xs\:text-dusty{
    color:#999999;
  }

  .xs\:text-alto{
    color:#D8D8D8;
  }

  .xs\:hover\:text-transparent:hover{
    color:transparent;
  }

  .xs\:hover\:text-black:hover{
    color:#333;
  }

  .xs\:hover\:text-white:hover{
    color:#fff;
  }

  .xs\:hover\:text-blue:hover{
    color:#4B6082;
  }

  .xs\:hover\:text-navy:hover{
    color:#373F4C;
  }

  .xs\:hover\:text-red:hover{
    color:#C94343;
  }

  .xs\:hover\:text-gray:hover{
    color:#CCCCCC;
  }

  .xs\:hover\:text-dusty:hover{
    color:#999999;
  }

  .xs\:hover\:text-alto:hover{
    color:#D8D8D8;
  }

  .xs\:focus\:text-transparent:focus{
    color:transparent;
  }

  .xs\:focus\:text-black:focus{
    color:#333;
  }

  .xs\:focus\:text-white:focus{
    color:#fff;
  }

  .xs\:focus\:text-blue:focus{
    color:#4B6082;
  }

  .xs\:focus\:text-navy:focus{
    color:#373F4C;
  }

  .xs\:focus\:text-red:focus{
    color:#C94343;
  }

  .xs\:focus\:text-gray:focus{
    color:#CCCCCC;
  }

  .xs\:focus\:text-dusty:focus{
    color:#999999;
  }

  .xs\:focus\:text-alto:focus{
    color:#D8D8D8;
  }

  .xs\:text-10{
    font-size:0.625rem;
  }

  .xs\:text-11{
    font-size:0.6875rem;
  }

  .xs\:text-12{
    font-size:0.75rem;
  }

  .xs\:text-13{
    font-size:0.8125rem;
  }

  .xs\:text-15{
    font-size:0.9375rem;
  }

  .xs\:text-17{
    font-size:1.0625rem;
  }

  .xs\:text-18{
    font-size:1.125rem;
  }

  .xs\:text-19{
    font-size:1.1875rem;
  }

  .xs\:text-23{
    font-size:1.4375rem;
  }

  .xs\:text-27{
    font-size:1.6875rem;
  }

  .xs\:text-42{
    font-size:2.625rem;
  }

  .xs\:italic{
    font-style:italic;
  }

  .xs\:not-italic{
    font-style:normal;
  }

  .xs\:uppercase{
    text-transform:uppercase;
  }

  .xs\:lowercase{
    text-transform:lowercase;
  }

  .xs\:capitalize{
    text-transform:capitalize;
  }

  .xs\:normal-case{
    text-transform:none;
  }

  .xs\:underline{
    text-decoration:underline;
  }

  .xs\:line-through{
    text-decoration:line-through;
  }

  .xs\:no-underline{
    text-decoration:none;
  }

  .xs\:hover\:underline:hover{
    text-decoration:underline;
  }

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

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

  .xs\:focus\:underline:focus{
    text-decoration:underline;
  }

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

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

  .xs\:antialiased{
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
  }

  .xs\:subpixel-antialiased{
    -webkit-font-smoothing:auto;
    -moz-osx-font-smoothing:auto;
  }

  .xs\:tracking-tighter{
    letter-spacing:-0.05em;
  }

  .xs\:tracking-tight{
    letter-spacing:-0.025em;
  }

  .xs\:tracking-normal{
    letter-spacing:0;
  }

  .xs\:tracking-wide{
    letter-spacing:0.025rem;
  }

  .xs\:tracking-wider{
    letter-spacing:0.15625rem;
  }

  .xs\:tracking-widest{
    letter-spacing:0.25rem;
  }

  .xs\:select-none{
    -webkit-user-select:none;
       -moz-user-select:none;
        -ms-user-select:none;
            user-select:none;
  }

  .xs\:select-text{
    -webkit-user-select:text;
       -moz-user-select:text;
        -ms-user-select:text;
            user-select:text;
  }

  .xs\:select-all{
    -webkit-user-select:all;
       -moz-user-select:all;
        -ms-user-select:all;
            user-select:all;
  }

  .xs\:select-auto{
    -webkit-user-select:auto;
       -moz-user-select:auto;
        -ms-user-select:auto;
            user-select:auto;
  }

  .xs\:align-baseline{
    vertical-align:baseline;
  }

  .xs\:align-top{
    vertical-align:top;
  }

  .xs\:align-middle{
    vertical-align:middle;
  }

  .xs\:align-bottom{
    vertical-align:bottom;
  }

  .xs\:align-text-top{
    vertical-align:text-top;
  }

  .xs\:align-text-bottom{
    vertical-align:text-bottom;
  }

  .xs\:visible{
    visibility:visible;
  }

  .xs\:invisible{
    visibility:hidden;
  }

  .xs\:whitespace-normal{
    white-space:normal;
  }

  .xs\:whitespace-no-wrap{
    white-space:nowrap;
  }

  .xs\:whitespace-pre{
    white-space:pre;
  }

  .xs\:whitespace-pre-line{
    white-space:pre-line;
  }

  .xs\:whitespace-pre-wrap{
    white-space:pre-wrap;
  }

  .xs\:break-normal{
    overflow-wrap:normal;
    word-break:normal;
  }

  .xs\:break-words{
    overflow-wrap:break-word;
  }

  .xs\:break-all{
    word-break:break-all;
  }

  .xs\:truncate{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }

  .xs\:w-0{
    width:0;
  }

  .xs\:w-1{
    width:0.25rem;
  }

  .xs\:w-2{
    width:0.5rem;
  }

  .xs\:w-3{
    width:0.75rem;
  }

  .xs\:w-4{
    width:1rem;
  }

  .xs\:w-5{
    width:1.25rem;
  }

  .xs\:w-6{
    width:1.5rem;
  }

  .xs\:w-8{
    width:2rem;
  }

  .xs\:w-10{
    width:2.5rem;
  }

  .xs\:w-12{
    width:3rem;
  }

  .xs\:w-16{
    width:4rem;
  }

  .xs\:w-20{
    width:5rem;
  }

  .xs\:w-24{
    width:6rem;
  }

  .xs\:w-32{
    width:8rem;
  }

  .xs\:w-40{
    width:10rem;
  }

  .xs\:w-48{
    width:12rem;
  }

  .xs\:w-56{
    width:14rem;
  }

  .xs\:w-64{
    width:16rem;
  }

  .xs\:w-auto{
    width:auto;
  }

  .xs\:w-px{
    width:1px;
  }

  .xs\:w-full{
    width:100%;
  }

  .xs\:w-1\/2{
    width:50%;
  }

  .xs\:w-1\/3{
    width:33.333333%;
  }

  .xs\:w-2\/3{
    width:66.666667%;
  }

  .xs\:w-1\/4{
    width:25%;
  }

  .xs\:w-2\/4{
    width:50%;
  }

  .xs\:w-3\/4{
    width:75%;
  }

  .xs\:w-1\/5{
    width:20%;
  }

  .xs\:w-2\/5{
    width:40%;
  }

  .xs\:w-3\/5{
    width:60%;
  }

  .xs\:w-4\/5{
    width:80%;
  }

  .xs\:w-1\/6{
    width:16.666667%;
  }

  .xs\:w-2\/6{
    width:33.333333%;
  }

  .xs\:w-3\/6{
    width:50%;
  }

  .xs\:w-4\/6{
    width:66.666667%;
  }

  .xs\:w-5\/6{
    width:83.333333%;
  }

  .xs\:w-1\/12{
    width:8.333333%;
  }

  .xs\:w-2\/12{
    width:16.666667%;
  }

  .xs\:w-3\/12{
    width:25%;
  }

  .xs\:w-4\/12{
    width:33.333333%;
  }

  .xs\:w-5\/12{
    width:41.666667%;
  }

  .xs\:w-6\/12{
    width:50%;
  }

  .xs\:w-7\/12{
    width:58.333333%;
  }

  .xs\:w-8\/12{
    width:66.666667%;
  }

  .xs\:w-9\/12{
    width:75%;
  }

  .xs\:w-10\/12{
    width:83.333333%;
  }

  .xs\:w-11\/12{
    width:91.666667%;
  }

  .xs\:w-screen{
    width:100vw;
  }

  .xs\:z-0{
    z-index:0;
  }

  .xs\:z-10{
    z-index:10;
  }

  .xs\:z-20{
    z-index:20;
  }

  .xs\:z-30{
    z-index:30;
  }

  .xs\:z-40{
    z-index:40;
  }

  .xs\:z-50{
    z-index:50;
  }

  .xs\:z-auto{
    z-index:auto;
  }
}

@media (min-width: 600px){
  .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:#333;
  }

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

  .sm\:bg-blue{
    background-color:#4B6082;
  }

  .sm\:bg-navy{
    background-color:#373F4C;
  }

  .sm\:bg-red{
    background-color:#C94343;
  }

  .sm\:bg-gray{
    background-color:#CCCCCC;
  }

  .sm\:bg-dusty{
    background-color:#999999;
  }

  .sm\:bg-alto{
    background-color:#D8D8D8;
  }

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

  .sm\:hover\:bg-black:hover{
    background-color:#333;
  }

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

  .sm\:hover\:bg-blue:hover{
    background-color:#4B6082;
  }

  .sm\:hover\:bg-navy:hover{
    background-color:#373F4C;
  }

  .sm\:hover\:bg-red:hover{
    background-color:#C94343;
  }

  .sm\:hover\:bg-gray:hover{
    background-color:#CCCCCC;
  }

  .sm\:hover\:bg-dusty:hover{
    background-color:#999999;
  }

  .sm\:hover\:bg-alto:hover{
    background-color:#D8D8D8;
  }

  .sm\:focus\:bg-transparent:focus{
    background-color:transparent;
  }

  .sm\:focus\:bg-black:focus{
    background-color:#333;
  }

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

  .sm\:focus\:bg-blue:focus{
    background-color:#4B6082;
  }

  .sm\:focus\:bg-navy:focus{
    background-color:#373F4C;
  }

  .sm\:focus\:bg-red:focus{
    background-color:#C94343;
  }

  .sm\:focus\:bg-gray:focus{
    background-color:#CCCCCC;
  }

  .sm\:focus\:bg-dusty:focus{
    background-color:#999999;
  }

  .sm\:focus\:bg-alto:focus{
    background-color:#D8D8D8;
  }

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

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

  .sm\:border-blue{
    border-color:#4B6082;
  }

  .sm\:border-navy{
    border-color:#373F4C;
  }

  .sm\:border-red{
    border-color:#C94343;
  }

  .sm\:border-gray{
    border-color:#CCCCCC;
  }

  .sm\:border-dusty{
    border-color:#999999;
  }

  .sm\:border-alto{
    border-color:#D8D8D8;
  }

  .sm\:hover\:border-transparent:hover{
    border-color:transparent;
  }

  .sm\:hover\:border-black:hover{
    border-color:#333;
  }

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

  .sm\:hover\:border-blue:hover{
    border-color:#4B6082;
  }

  .sm\:hover\:border-navy:hover{
    border-color:#373F4C;
  }

  .sm\:hover\:border-red:hover{
    border-color:#C94343;
  }

  .sm\:hover\:border-gray:hover{
    border-color:#CCCCCC;
  }

  .sm\:hover\:border-dusty:hover{
    border-color:#999999;
  }

  .sm\:hover\:border-alto:hover{
    border-color:#D8D8D8;
  }

  .sm\:focus\:border-transparent:focus{
    border-color:transparent;
  }

  .sm\:focus\:border-black:focus{
    border-color:#333;
  }

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

  .sm\:focus\:border-blue:focus{
    border-color:#4B6082;
  }

  .sm\:focus\:border-navy:focus{
    border-color:#373F4C;
  }

  .sm\:focus\:border-red:focus{
    border-color:#C94343;
  }

  .sm\:focus\:border-gray:focus{
    border-color:#CCCCCC;
  }

  .sm\:focus\:border-dusty:focus{
    border-color:#999999;
  }

  .sm\:focus\:border-alto:focus{
    border-color:#D8D8D8;
  }

  .sm\:rounded-none{
    border-radius:0;
  }

  .sm\:rounded-sm{
    border-radius:0.125rem;
  }

  .sm\:rounded{
    border-radius:0.25rem;
  }

  .sm\:rounded-lg{
    border-radius:0.5rem;
  }

  .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.125rem;
    border-top-right-radius:0.125rem;
  }

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

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

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

  .sm\:rounded-t{
    border-top-left-radius:0.25rem;
    border-top-right-radius:0.25rem;
  }

  .sm\:rounded-r{
    border-top-right-radius:0.25rem;
    border-bottom-right-radius:0.25rem;
  }

  .sm\:rounded-b{
    border-bottom-right-radius:0.25rem;
    border-bottom-left-radius:0.25rem;
  }

  .sm\:rounded-l{
    border-top-left-radius:0.25rem;
    border-bottom-left-radius:0.25rem;
  }

  .sm\:rounded-t-lg{
    border-top-left-radius:0.5rem;
    border-top-right-radius:0.5rem;
  }

  .sm\:rounded-r-lg{
    border-top-right-radius:0.5rem;
    border-bottom-right-radius:0.5rem;
  }

  .sm\:rounded-b-lg{
    border-bottom-right-radius:0.5rem;
    border-bottom-left-radius:0.5rem;
  }

  .sm\:rounded-l-lg{
    border-top-left-radius:0.5rem;
    border-bottom-left-radius:0.5rem;
  }

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

  .sm\:rounded-tr-sm{
    border-top-right-radius:0.125rem;
  }

  .sm\:rounded-br-sm{
    border-bottom-right-radius:0.125rem;
  }

  .sm\:rounded-bl-sm{
    border-bottom-left-radius:0.125rem;
  }

  .sm\:rounded-tl{
    border-top-left-radius:0.25rem;
  }

  .sm\:rounded-tr{
    border-top-right-radius:0.25rem;
  }

  .sm\:rounded-br{
    border-bottom-right-radius:0.25rem;
  }

  .sm\:rounded-bl{
    border-bottom-left-radius:0.25rem;
  }

  .sm\:rounded-tl-lg{
    border-top-left-radius:0.5rem;
  }

  .sm\:rounded-tr-lg{
    border-top-right-radius:0.5rem;
  }

  .sm\:rounded-br-lg{
    border-bottom-right-radius:0.5rem;
  }

  .sm\:rounded-bl-lg{
    border-bottom-left-radius:0.5rem;
  }

  .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{
    border-width:1px;
  }

  .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:-webkit-box;
    display:-ms-flexbox;
    display:flex;
  }

  .sm\:inline-flex{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    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{
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-direction:row;
            flex-direction:row;
  }

  .sm\:flex-row-reverse{
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
        -ms-flex-direction:row-reverse;
            flex-direction:row-reverse;
  }

  .sm\:flex-col{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
  }

  .sm\:flex-col-reverse{
    -webkit-box-orient:vertical;
    -webkit-box-direction:reverse;
        -ms-flex-direction:column-reverse;
            flex-direction:column-reverse;
  }

  .sm\:flex-wrap{
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
  }

  .sm\:flex-wrap-reverse{
    -ms-flex-wrap:wrap-reverse;
        flex-wrap:wrap-reverse;
  }

  .sm\:flex-no-wrap{
    -ms-flex-wrap:nowrap;
        flex-wrap:nowrap;
  }

  .sm\:items-start{
    -webkit-box-align:start;
        -ms-flex-align:start;
            align-items:flex-start;
  }

  .sm\:items-end{
    -webkit-box-align:end;
        -ms-flex-align:end;
            align-items:flex-end;
  }

  .sm\:items-center{
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
  }

  .sm\:items-baseline{
    -webkit-box-align:baseline;
        -ms-flex-align:baseline;
            align-items:baseline;
  }

  .sm\:items-stretch{
    -webkit-box-align:stretch;
        -ms-flex-align:stretch;
            align-items:stretch;
  }

  .sm\:self-auto{
    -ms-flex-item-align:auto;
        align-self:auto;
  }

  .sm\:self-start{
    -ms-flex-item-align:start;
        align-self:flex-start;
  }

  .sm\:self-end{
    -ms-flex-item-align:end;
        align-self:flex-end;
  }

  .sm\:self-center{
    -ms-flex-item-align:center;
        align-self:center;
  }

  .sm\:self-stretch{
    -ms-flex-item-align:stretch;
        align-self:stretch;
  }

  .sm\:justify-start{
    -webkit-box-pack:start;
        -ms-flex-pack:start;
            justify-content:flex-start;
  }

  .sm\:justify-end{
    -webkit-box-pack:end;
        -ms-flex-pack:end;
            justify-content:flex-end;
  }

  .sm\:justify-center{
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
  }

  .sm\:justify-between{
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
  }

  .sm\:justify-around{
    -ms-flex-pack:distribute;
        justify-content:space-around;
  }

  .sm\:content-center{
    -ms-flex-line-pack:center;
        align-content:center;
  }

  .sm\:content-start{
    -ms-flex-line-pack:start;
        align-content:flex-start;
  }

  .sm\:content-end{
    -ms-flex-line-pack:end;
        align-content:flex-end;
  }

  .sm\:content-between{
    -ms-flex-line-pack:justify;
        align-content:space-between;
  }

  .sm\:content-around{
    -ms-flex-line-pack:distribute;
        align-content:space-around;
  }

  .sm\:flex-1{
    -webkit-box-flex:1;
        -ms-flex:1 1 0%;
            flex:1 1 0%;
  }

  .sm\:flex-auto{
    -webkit-box-flex:1;
        -ms-flex:1 1 auto;
            flex:1 1 auto;
  }

  .sm\:flex-initial{
    -webkit-box-flex:0;
        -ms-flex:0 1 auto;
            flex:0 1 auto;
  }

  .sm\:flex-none{
    -webkit-box-flex:0;
        -ms-flex:none;
            flex:none;
  }

  .sm\:flex-grow-0{
    -webkit-box-flex:0;
        -ms-flex-positive:0;
            flex-grow:0;
  }

  .sm\:flex-grow{
    -webkit-box-flex:1;
        -ms-flex-positive:1;
            flex-grow:1;
  }

  .sm\:flex-shrink-0{
    -ms-flex-negative:0;
        flex-shrink:0;
  }

  .sm\:flex-shrink{
    -ms-flex-negative:1;
        flex-shrink:1;
  }

  .sm\:order-1{
    -webkit-box-ordinal-group:2;
        -ms-flex-order:1;
            order:1;
  }

  .sm\:order-2{
    -webkit-box-ordinal-group:3;
        -ms-flex-order:2;
            order:2;
  }

  .sm\:order-3{
    -webkit-box-ordinal-group:4;
        -ms-flex-order:3;
            order:3;
  }

  .sm\:order-4{
    -webkit-box-ordinal-group:5;
        -ms-flex-order:4;
            order:4;
  }

  .sm\:order-5{
    -webkit-box-ordinal-group:6;
        -ms-flex-order:5;
            order:5;
  }

  .sm\:order-6{
    -webkit-box-ordinal-group:7;
        -ms-flex-order:6;
            order:6;
  }

  .sm\:order-7{
    -webkit-box-ordinal-group:8;
        -ms-flex-order:7;
            order:7;
  }

  .sm\:order-8{
    -webkit-box-ordinal-group:9;
        -ms-flex-order:8;
            order:8;
  }

  .sm\:order-9{
    -webkit-box-ordinal-group:10;
        -ms-flex-order:9;
            order:9;
  }

  .sm\:order-10{
    -webkit-box-ordinal-group:11;
        -ms-flex-order:10;
            order:10;
  }

  .sm\:order-11{
    -webkit-box-ordinal-group:12;
        -ms-flex-order:11;
            order:11;
  }

  .sm\:order-12{
    -webkit-box-ordinal-group:13;
        -ms-flex-order:12;
            order:12;
  }

  .sm\:order-first{
    -webkit-box-ordinal-group:-9998;
        -ms-flex-order:-9999;
            order:-9999;
  }

  .sm\:order-last{
    -webkit-box-ordinal-group:10000;
        -ms-flex-order:9999;
            order:9999;
  }

  .sm\:order-none{
    -webkit-box-ordinal-group:1;
        -ms-flex-order:0;
            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-sans{
    font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .sm\:font-serif{
    font-family:Franziska, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .sm\:font-mono{
    font-family:Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

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

  .sm\:leading-snug{
    line-height:1.25;
  }

  .sm\:leading-normal{
    line-height:1.38;
  }

  .sm\:leading-relaxed{
    line-height:1.5;
  }

  .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-full{
    margin:95%;
  }

  .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\:-m-full{
    margin:-95%;
  }

  .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-full{
    margin-top:95%;
    margin-bottom:95%;
  }

  .sm\:mx-full{
    margin-left:95%;
    margin-right:95%;
  }

  .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\:-my-full{
    margin-top:-95%;
    margin-bottom:-95%;
  }

  .sm\:-mx-full{
    margin-left:-95%;
    margin-right:-95%;
  }

  .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-full{
    margin-top:95%;
  }

  .sm\:mr-full{
    margin-right:95%;
  }

  .sm\:mb-full{
    margin-bottom:95%;
  }

  .sm\:ml-full{
    margin-left:95%;
  }

  .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\:-mt-full{
    margin-top:-95%;
  }

  .sm\:-mr-full{
    margin-right:-95%;
  }

  .sm\:-mb-full{
    margin-bottom:-95%;
  }

  .sm\:-ml-full{
    margin-left:-95%;
  }

  .sm\:max-h-full{
    max-height:100%;
  }

  .sm\:max-h-screen{
    max-height:100vh;
  }

  .sm\:max-w-5xs{
    max-width:5.25rem;
  }

  .sm\:max-w-4xs{
    max-width:8rem;
  }

  .sm\:max-w-3xs{
    max-width:12rem;
  }

  .sm\:max-w-2xs{
    max-width:16rem;
  }

  .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-none{
    max-width:none;
  }

  .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\:p-full{
    padding:95%;
  }

  .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\:py-full{
    padding-top:95%;
    padding-bottom:95%;
  }

  .sm\:px-full{
    padding-left:95%;
    padding-right:95%;
  }

  .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\:pt-full{
    padding-top:95%;
  }

  .sm\:pr-full{
    padding-right:95%;
  }

  .sm\:pb-full{
    padding-bottom:95%;
  }

  .sm\:pl-full{
    padding-left:95%;
  }

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

  .sm\:placeholder-black::-moz-placeholder{
    color:#333;
  }

  .sm\:placeholder-black:-ms-input-placeholder{
    color:#333;
  }

  .sm\:placeholder-black::-ms-input-placeholder{
    color:#333;
  }

  .sm\:placeholder-black::placeholder{
    color:#333;
  }

  .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-blue::-webkit-input-placeholder{
    color:#4B6082;
  }

  .sm\:placeholder-blue::-moz-placeholder{
    color:#4B6082;
  }

  .sm\:placeholder-blue:-ms-input-placeholder{
    color:#4B6082;
  }

  .sm\:placeholder-blue::-ms-input-placeholder{
    color:#4B6082;
  }

  .sm\:placeholder-blue::placeholder{
    color:#4B6082;
  }

  .sm\:placeholder-navy::-webkit-input-placeholder{
    color:#373F4C;
  }

  .sm\:placeholder-navy::-moz-placeholder{
    color:#373F4C;
  }

  .sm\:placeholder-navy:-ms-input-placeholder{
    color:#373F4C;
  }

  .sm\:placeholder-navy::-ms-input-placeholder{
    color:#373F4C;
  }

  .sm\:placeholder-navy::placeholder{
    color:#373F4C;
  }

  .sm\:placeholder-red::-webkit-input-placeholder{
    color:#C94343;
  }

  .sm\:placeholder-red::-moz-placeholder{
    color:#C94343;
  }

  .sm\:placeholder-red:-ms-input-placeholder{
    color:#C94343;
  }

  .sm\:placeholder-red::-ms-input-placeholder{
    color:#C94343;
  }

  .sm\:placeholder-red::placeholder{
    color:#C94343;
  }

  .sm\:placeholder-gray::-webkit-input-placeholder{
    color:#CCCCCC;
  }

  .sm\:placeholder-gray::-moz-placeholder{
    color:#CCCCCC;
  }

  .sm\:placeholder-gray:-ms-input-placeholder{
    color:#CCCCCC;
  }

  .sm\:placeholder-gray::-ms-input-placeholder{
    color:#CCCCCC;
  }

  .sm\:placeholder-gray::placeholder{
    color:#CCCCCC;
  }

  .sm\:placeholder-dusty::-webkit-input-placeholder{
    color:#999999;
  }

  .sm\:placeholder-dusty::-moz-placeholder{
    color:#999999;
  }

  .sm\:placeholder-dusty:-ms-input-placeholder{
    color:#999999;
  }

  .sm\:placeholder-dusty::-ms-input-placeholder{
    color:#999999;
  }

  .sm\:placeholder-dusty::placeholder{
    color:#999999;
  }

  .sm\:placeholder-alto::-webkit-input-placeholder{
    color:#D8D8D8;
  }

  .sm\:placeholder-alto::-moz-placeholder{
    color:#D8D8D8;
  }

  .sm\:placeholder-alto:-ms-input-placeholder{
    color:#D8D8D8;
  }

  .sm\:placeholder-alto::-ms-input-placeholder{
    color:#D8D8D8;
  }

  .sm\:placeholder-alto::placeholder{
    color:#D8D8D8;
  }

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

  .sm\:focus\:placeholder-black:focus::-moz-placeholder{
    color:#333;
  }

  .sm\:focus\:placeholder-black:focus:-ms-input-placeholder{
    color:#333;
  }

  .sm\:focus\:placeholder-black:focus::-ms-input-placeholder{
    color:#333;
  }

  .sm\:focus\:placeholder-black:focus::placeholder{
    color:#333;
  }

  .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-blue:focus::-webkit-input-placeholder{
    color:#4B6082;
  }

  .sm\:focus\:placeholder-blue:focus::-moz-placeholder{
    color:#4B6082;
  }

  .sm\:focus\:placeholder-blue:focus:-ms-input-placeholder{
    color:#4B6082;
  }

  .sm\:focus\:placeholder-blue:focus::-ms-input-placeholder{
    color:#4B6082;
  }

  .sm\:focus\:placeholder-blue:focus::placeholder{
    color:#4B6082;
  }

  .sm\:focus\:placeholder-navy:focus::-webkit-input-placeholder{
    color:#373F4C;
  }

  .sm\:focus\:placeholder-navy:focus::-moz-placeholder{
    color:#373F4C;
  }

  .sm\:focus\:placeholder-navy:focus:-ms-input-placeholder{
    color:#373F4C;
  }

  .sm\:focus\:placeholder-navy:focus::-ms-input-placeholder{
    color:#373F4C;
  }

  .sm\:focus\:placeholder-navy:focus::placeholder{
    color:#373F4C;
  }

  .sm\:focus\:placeholder-red:focus::-webkit-input-placeholder{
    color:#C94343;
  }

  .sm\:focus\:placeholder-red:focus::-moz-placeholder{
    color:#C94343;
  }

  .sm\:focus\:placeholder-red:focus:-ms-input-placeholder{
    color:#C94343;
  }

  .sm\:focus\:placeholder-red:focus::-ms-input-placeholder{
    color:#C94343;
  }

  .sm\:focus\:placeholder-red:focus::placeholder{
    color:#C94343;
  }

  .sm\:focus\:placeholder-gray:focus::-webkit-input-placeholder{
    color:#CCCCCC;
  }

  .sm\:focus\:placeholder-gray:focus::-moz-placeholder{
    color:#CCCCCC;
  }

  .sm\:focus\:placeholder-gray:focus:-ms-input-placeholder{
    color:#CCCCCC;
  }

  .sm\:focus\:placeholder-gray:focus::-ms-input-placeholder{
    color:#CCCCCC;
  }

  .sm\:focus\:placeholder-gray:focus::placeholder{
    color:#CCCCCC;
  }

  .sm\:focus\:placeholder-dusty:focus::-webkit-input-placeholder{
    color:#999999;
  }

  .sm\:focus\:placeholder-dusty:focus::-moz-placeholder{
    color:#999999;
  }

  .sm\:focus\:placeholder-dusty:focus:-ms-input-placeholder{
    color:#999999;
  }

  .sm\:focus\:placeholder-dusty:focus::-ms-input-placeholder{
    color:#999999;
  }

  .sm\:focus\:placeholder-dusty:focus::placeholder{
    color:#999999;
  }

  .sm\:focus\:placeholder-alto:focus::-webkit-input-placeholder{
    color:#D8D8D8;
  }

  .sm\:focus\:placeholder-alto:focus::-moz-placeholder{
    color:#D8D8D8;
  }

  .sm\:focus\:placeholder-alto:focus:-ms-input-placeholder{
    color:#D8D8D8;
  }

  .sm\:focus\:placeholder-alto:focus::-ms-input-placeholder{
    color:#D8D8D8;
  }

  .sm\:focus\:placeholder-alto:focus::placeholder{
    color:#D8D8D8;
  }

  .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-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\: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\:resize-none{
    resize:none;
  }

  .sm\:resize-y{
    resize:vertical;
  }

  .sm\:resize-x{
    resize:horizontal;
  }

  .sm\:resize{
    resize:both;
  }

  .sm\:shadow{
    -webkit-box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            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{
    -webkit-box-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            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{
    -webkit-box-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            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{
    -webkit-box-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            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{
    -webkit-box-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm\:shadow-inner{
    -webkit-box-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:shadow-outline{
    -webkit-box-shadow:0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow:0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .sm\:shadow-none{
    -webkit-box-shadow:none;
            box-shadow:none;
  }

  .sm\:hover\:shadow:hover{
    -webkit-box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            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{
    -webkit-box-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            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{
    -webkit-box-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            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{
    -webkit-box-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            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{
    -webkit-box-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm\:hover\:shadow-inner:hover{
    -webkit-box-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:hover\:shadow-outline:hover{
    -webkit-box-shadow:0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow:0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .sm\:hover\:shadow-none:hover{
    -webkit-box-shadow:none;
            box-shadow:none;
  }

  .sm\:focus\:shadow:focus{
    -webkit-box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            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{
    -webkit-box-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            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{
    -webkit-box-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            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{
    -webkit-box-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            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{
    -webkit-box-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm\:focus\:shadow-inner:focus{
    -webkit-box-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:focus\:shadow-outline:focus{
    -webkit-box-shadow:0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow:0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .sm\:focus\:shadow-none:focus{
    -webkit-box-shadow:none;
            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:#333;
  }

  .sm\:text-white{
    color:#fff;
  }

  .sm\:text-blue{
    color:#4B6082;
  }

  .sm\:text-navy{
    color:#373F4C;
  }

  .sm\:text-red{
    color:#C94343;
  }

  .sm\:text-gray{
    color:#CCCCCC;
  }

  .sm\:text-dusty{
    color:#999999;
  }

  .sm\:text-alto{
    color:#D8D8D8;
  }

  .sm\:hover\:text-transparent:hover{
    color:transparent;
  }

  .sm\:hover\:text-black:hover{
    color:#333;
  }

  .sm\:hover\:text-white:hover{
    color:#fff;
  }

  .sm\:hover\:text-blue:hover{
    color:#4B6082;
  }

  .sm\:hover\:text-navy:hover{
    color:#373F4C;
  }

  .sm\:hover\:text-red:hover{
    color:#C94343;
  }

  .sm\:hover\:text-gray:hover{
    color:#CCCCCC;
  }

  .sm\:hover\:text-dusty:hover{
    color:#999999;
  }

  .sm\:hover\:text-alto:hover{
    color:#D8D8D8;
  }

  .sm\:focus\:text-transparent:focus{
    color:transparent;
  }

  .sm\:focus\:text-black:focus{
    color:#333;
  }

  .sm\:focus\:text-white:focus{
    color:#fff;
  }

  .sm\:focus\:text-blue:focus{
    color:#4B6082;
  }

  .sm\:focus\:text-navy:focus{
    color:#373F4C;
  }

  .sm\:focus\:text-red:focus{
    color:#C94343;
  }

  .sm\:focus\:text-gray:focus{
    color:#CCCCCC;
  }

  .sm\:focus\:text-dusty:focus{
    color:#999999;
  }

  .sm\:focus\:text-alto:focus{
    color:#D8D8D8;
  }

  .sm\:text-10{
    font-size:0.625rem;
  }

  .sm\:text-11{
    font-size:0.6875rem;
  }

  .sm\:text-12{
    font-size:0.75rem;
  }

  .sm\:text-13{
    font-size:0.8125rem;
  }

  .sm\:text-15{
    font-size:0.9375rem;
  }

  .sm\:text-17{
    font-size:1.0625rem;
  }

  .sm\:text-18{
    font-size:1.125rem;
  }

  .sm\:text-19{
    font-size:1.1875rem;
  }

  .sm\:text-23{
    font-size:1.4375rem;
  }

  .sm\:text-27{
    font-size:1.6875rem;
  }

  .sm\:text-42{
    font-size:2.625rem;
  }

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

  .sm\:tracking-wider{
    letter-spacing:0.15625rem;
  }

  .sm\:tracking-widest{
    letter-spacing:0.25rem;
  }

  .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-full{
    width:100%;
  }

  .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-screen{
    width:100vw;
  }

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

@media (min-width: 900px){
  .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:#333;
  }

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

  .md\:bg-blue{
    background-color:#4B6082;
  }

  .md\:bg-navy{
    background-color:#373F4C;
  }

  .md\:bg-red{
    background-color:#C94343;
  }

  .md\:bg-gray{
    background-color:#CCCCCC;
  }

  .md\:bg-dusty{
    background-color:#999999;
  }

  .md\:bg-alto{
    background-color:#D8D8D8;
  }

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

  .md\:hover\:bg-black:hover{
    background-color:#333;
  }

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

  .md\:hover\:bg-blue:hover{
    background-color:#4B6082;
  }

  .md\:hover\:bg-navy:hover{
    background-color:#373F4C;
  }

  .md\:hover\:bg-red:hover{
    background-color:#C94343;
  }

  .md\:hover\:bg-gray:hover{
    background-color:#CCCCCC;
  }

  .md\:hover\:bg-dusty:hover{
    background-color:#999999;
  }

  .md\:hover\:bg-alto:hover{
    background-color:#D8D8D8;
  }

  .md\:focus\:bg-transparent:focus{
    background-color:transparent;
  }

  .md\:focus\:bg-black:focus{
    background-color:#333;
  }

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

  .md\:focus\:bg-blue:focus{
    background-color:#4B6082;
  }

  .md\:focus\:bg-navy:focus{
    background-color:#373F4C;
  }

  .md\:focus\:bg-red:focus{
    background-color:#C94343;
  }

  .md\:focus\:bg-gray:focus{
    background-color:#CCCCCC;
  }

  .md\:focus\:bg-dusty:focus{
    background-color:#999999;
  }

  .md\:focus\:bg-alto:focus{
    background-color:#D8D8D8;
  }

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

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

  .md\:border-blue{
    border-color:#4B6082;
  }

  .md\:border-navy{
    border-color:#373F4C;
  }

  .md\:border-red{
    border-color:#C94343;
  }

  .md\:border-gray{
    border-color:#CCCCCC;
  }

  .md\:border-dusty{
    border-color:#999999;
  }

  .md\:border-alto{
    border-color:#D8D8D8;
  }

  .md\:hover\:border-transparent:hover{
    border-color:transparent;
  }

  .md\:hover\:border-black:hover{
    border-color:#333;
  }

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

  .md\:hover\:border-blue:hover{
    border-color:#4B6082;
  }

  .md\:hover\:border-navy:hover{
    border-color:#373F4C;
  }

  .md\:hover\:border-red:hover{
    border-color:#C94343;
  }

  .md\:hover\:border-gray:hover{
    border-color:#CCCCCC;
  }

  .md\:hover\:border-dusty:hover{
    border-color:#999999;
  }

  .md\:hover\:border-alto:hover{
    border-color:#D8D8D8;
  }

  .md\:focus\:border-transparent:focus{
    border-color:transparent;
  }

  .md\:focus\:border-black:focus{
    border-color:#333;
  }

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

  .md\:focus\:border-blue:focus{
    border-color:#4B6082;
  }

  .md\:focus\:border-navy:focus{
    border-color:#373F4C;
  }

  .md\:focus\:border-red:focus{
    border-color:#C94343;
  }

  .md\:focus\:border-gray:focus{
    border-color:#CCCCCC;
  }

  .md\:focus\:border-dusty:focus{
    border-color:#999999;
  }

  .md\:focus\:border-alto:focus{
    border-color:#D8D8D8;
  }

  .md\:rounded-none{
    border-radius:0;
  }

  .md\:rounded-sm{
    border-radius:0.125rem;
  }

  .md\:rounded{
    border-radius:0.25rem;
  }

  .md\:rounded-lg{
    border-radius:0.5rem;
  }

  .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.125rem;
    border-top-right-radius:0.125rem;
  }

  .md\:rounded-r-sm{
    border-top-right-radius:0.125rem;
    border-bottom-right-radius:0.125rem;
  }

  .md\:rounded-b-sm{
    border-bottom-right-radius:0.125rem;
    border-bottom-left-radius:0.125rem;
  }

  .md\:rounded-l-sm{
    border-top-left-radius:0.125rem;
    border-bottom-left-radius:0.125rem;
  }

  .md\:rounded-t{
    border-top-left-radius:0.25rem;
    border-top-right-radius:0.25rem;
  }

  .md\:rounded-r{
    border-top-right-radius:0.25rem;
    border-bottom-right-radius:0.25rem;
  }

  .md\:rounded-b{
    border-bottom-right-radius:0.25rem;
    border-bottom-left-radius:0.25rem;
  }

  .md\:rounded-l{
    border-top-left-radius:0.25rem;
    border-bottom-left-radius:0.25rem;
  }

  .md\:rounded-t-lg{
    border-top-left-radius:0.5rem;
    border-top-right-radius:0.5rem;
  }

  .md\:rounded-r-lg{
    border-top-right-radius:0.5rem;
    border-bottom-right-radius:0.5rem;
  }

  .md\:rounded-b-lg{
    border-bottom-right-radius:0.5rem;
    border-bottom-left-radius:0.5rem;
  }

  .md\:rounded-l-lg{
    border-top-left-radius:0.5rem;
    border-bottom-left-radius:0.5rem;
  }

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

  .md\:rounded-tr-sm{
    border-top-right-radius:0.125rem;
  }

  .md\:rounded-br-sm{
    border-bottom-right-radius:0.125rem;
  }

  .md\:rounded-bl-sm{
    border-bottom-left-radius:0.125rem;
  }

  .md\:rounded-tl{
    border-top-left-radius:0.25rem;
  }

  .md\:rounded-tr{
    border-top-right-radius:0.25rem;
  }

  .md\:rounded-br{
    border-bottom-right-radius:0.25rem;
  }

  .md\:rounded-bl{
    border-bottom-left-radius:0.25rem;
  }

  .md\:rounded-tl-lg{
    border-top-left-radius:0.5rem;
  }

  .md\:rounded-tr-lg{
    border-top-right-radius:0.5rem;
  }

  .md\:rounded-br-lg{
    border-bottom-right-radius:0.5rem;
  }

  .md\:rounded-bl-lg{
    border-bottom-left-radius:0.5rem;
  }

  .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{
    border-width:1px;
  }

  .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:-webkit-box;
    display:-ms-flexbox;
    display:flex;
  }

  .md\:inline-flex{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    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{
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-direction:row;
            flex-direction:row;
  }

  .md\:flex-row-reverse{
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
        -ms-flex-direction:row-reverse;
            flex-direction:row-reverse;
  }

  .md\:flex-col{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
  }

  .md\:flex-col-reverse{
    -webkit-box-orient:vertical;
    -webkit-box-direction:reverse;
        -ms-flex-direction:column-reverse;
            flex-direction:column-reverse;
  }

  .md\:flex-wrap{
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
  }

  .md\:flex-wrap-reverse{
    -ms-flex-wrap:wrap-reverse;
        flex-wrap:wrap-reverse;
  }

  .md\:flex-no-wrap{
    -ms-flex-wrap:nowrap;
        flex-wrap:nowrap;
  }

  .md\:items-start{
    -webkit-box-align:start;
        -ms-flex-align:start;
            align-items:flex-start;
  }

  .md\:items-end{
    -webkit-box-align:end;
        -ms-flex-align:end;
            align-items:flex-end;
  }

  .md\:items-center{
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
  }

  .md\:items-baseline{
    -webkit-box-align:baseline;
        -ms-flex-align:baseline;
            align-items:baseline;
  }

  .md\:items-stretch{
    -webkit-box-align:stretch;
        -ms-flex-align:stretch;
            align-items:stretch;
  }

  .md\:self-auto{
    -ms-flex-item-align:auto;
        align-self:auto;
  }

  .md\:self-start{
    -ms-flex-item-align:start;
        align-self:flex-start;
  }

  .md\:self-end{
    -ms-flex-item-align:end;
        align-self:flex-end;
  }

  .md\:self-center{
    -ms-flex-item-align:center;
        align-self:center;
  }

  .md\:self-stretch{
    -ms-flex-item-align:stretch;
        align-self:stretch;
  }

  .md\:justify-start{
    -webkit-box-pack:start;
        -ms-flex-pack:start;
            justify-content:flex-start;
  }

  .md\:justify-end{
    -webkit-box-pack:end;
        -ms-flex-pack:end;
            justify-content:flex-end;
  }

  .md\:justify-center{
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
  }

  .md\:justify-between{
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
  }

  .md\:justify-around{
    -ms-flex-pack:distribute;
        justify-content:space-around;
  }

  .md\:content-center{
    -ms-flex-line-pack:center;
        align-content:center;
  }

  .md\:content-start{
    -ms-flex-line-pack:start;
        align-content:flex-start;
  }

  .md\:content-end{
    -ms-flex-line-pack:end;
        align-content:flex-end;
  }

  .md\:content-between{
    -ms-flex-line-pack:justify;
        align-content:space-between;
  }

  .md\:content-around{
    -ms-flex-line-pack:distribute;
        align-content:space-around;
  }

  .md\:flex-1{
    -webkit-box-flex:1;
        -ms-flex:1 1 0%;
            flex:1 1 0%;
  }

  .md\:flex-auto{
    -webkit-box-flex:1;
        -ms-flex:1 1 auto;
            flex:1 1 auto;
  }

  .md\:flex-initial{
    -webkit-box-flex:0;
        -ms-flex:0 1 auto;
            flex:0 1 auto;
  }

  .md\:flex-none{
    -webkit-box-flex:0;
        -ms-flex:none;
            flex:none;
  }

  .md\:flex-grow-0{
    -webkit-box-flex:0;
        -ms-flex-positive:0;
            flex-grow:0;
  }

  .md\:flex-grow{
    -webkit-box-flex:1;
        -ms-flex-positive:1;
            flex-grow:1;
  }

  .md\:flex-shrink-0{
    -ms-flex-negative:0;
        flex-shrink:0;
  }

  .md\:flex-shrink{
    -ms-flex-negative:1;
        flex-shrink:1;
  }

  .md\:order-1{
    -webkit-box-ordinal-group:2;
        -ms-flex-order:1;
            order:1;
  }

  .md\:order-2{
    -webkit-box-ordinal-group:3;
        -ms-flex-order:2;
            order:2;
  }

  .md\:order-3{
    -webkit-box-ordinal-group:4;
        -ms-flex-order:3;
            order:3;
  }

  .md\:order-4{
    -webkit-box-ordinal-group:5;
        -ms-flex-order:4;
            order:4;
  }

  .md\:order-5{
    -webkit-box-ordinal-group:6;
        -ms-flex-order:5;
            order:5;
  }

  .md\:order-6{
    -webkit-box-ordinal-group:7;
        -ms-flex-order:6;
            order:6;
  }

  .md\:order-7{
    -webkit-box-ordinal-group:8;
        -ms-flex-order:7;
            order:7;
  }

  .md\:order-8{
    -webkit-box-ordinal-group:9;
        -ms-flex-order:8;
            order:8;
  }

  .md\:order-9{
    -webkit-box-ordinal-group:10;
        -ms-flex-order:9;
            order:9;
  }

  .md\:order-10{
    -webkit-box-ordinal-group:11;
        -ms-flex-order:10;
            order:10;
  }

  .md\:order-11{
    -webkit-box-ordinal-group:12;
        -ms-flex-order:11;
            order:11;
  }

  .md\:order-12{
    -webkit-box-ordinal-group:13;
        -ms-flex-order:12;
            order:12;
  }

  .md\:order-first{
    -webkit-box-ordinal-group:-9998;
        -ms-flex-order:-9999;
            order:-9999;
  }

  .md\:order-last{
    -webkit-box-ordinal-group:10000;
        -ms-flex-order:9999;
            order:9999;
  }

  .md\:order-none{
    -webkit-box-ordinal-group:1;
        -ms-flex-order:0;
            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-sans{
    font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .md\:font-serif{
    font-family:Franziska, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .md\:font-mono{
    font-family:Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

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

  .md\:leading-snug{
    line-height:1.25;
  }

  .md\:leading-normal{
    line-height:1.38;
  }

  .md\:leading-relaxed{
    line-height:1.5;
  }

  .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-full{
    margin:95%;
  }

  .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\:-m-full{
    margin:-95%;
  }

  .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-full{
    margin-top:95%;
    margin-bottom:95%;
  }

  .md\:mx-full{
    margin-left:95%;
    margin-right:95%;
  }

  .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\:-my-full{
    margin-top:-95%;
    margin-bottom:-95%;
  }

  .md\:-mx-full{
    margin-left:-95%;
    margin-right:-95%;
  }

  .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-full{
    margin-top:95%;
  }

  .md\:mr-full{
    margin-right:95%;
  }

  .md\:mb-full{
    margin-bottom:95%;
  }

  .md\:ml-full{
    margin-left:95%;
  }

  .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\:-mt-full{
    margin-top:-95%;
  }

  .md\:-mr-full{
    margin-right:-95%;
  }

  .md\:-mb-full{
    margin-bottom:-95%;
  }

  .md\:-ml-full{
    margin-left:-95%;
  }

  .md\:max-h-full{
    max-height:100%;
  }

  .md\:max-h-screen{
    max-height:100vh;
  }

  .md\:max-w-5xs{
    max-width:5.25rem;
  }

  .md\:max-w-4xs{
    max-width:8rem;
  }

  .md\:max-w-3xs{
    max-width:12rem;
  }

  .md\:max-w-2xs{
    max-width:16rem;
  }

  .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-none{
    max-width:none;
  }

  .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\:p-full{
    padding:95%;
  }

  .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\:py-full{
    padding-top:95%;
    padding-bottom:95%;
  }

  .md\:px-full{
    padding-left:95%;
    padding-right:95%;
  }

  .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\:pt-full{
    padding-top:95%;
  }

  .md\:pr-full{
    padding-right:95%;
  }

  .md\:pb-full{
    padding-bottom:95%;
  }

  .md\:pl-full{
    padding-left:95%;
  }

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

  .md\:placeholder-black::-moz-placeholder{
    color:#333;
  }

  .md\:placeholder-black:-ms-input-placeholder{
    color:#333;
  }

  .md\:placeholder-black::-ms-input-placeholder{
    color:#333;
  }

  .md\:placeholder-black::placeholder{
    color:#333;
  }

  .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-blue::-webkit-input-placeholder{
    color:#4B6082;
  }

  .md\:placeholder-blue::-moz-placeholder{
    color:#4B6082;
  }

  .md\:placeholder-blue:-ms-input-placeholder{
    color:#4B6082;
  }

  .md\:placeholder-blue::-ms-input-placeholder{
    color:#4B6082;
  }

  .md\:placeholder-blue::placeholder{
    color:#4B6082;
  }

  .md\:placeholder-navy::-webkit-input-placeholder{
    color:#373F4C;
  }

  .md\:placeholder-navy::-moz-placeholder{
    color:#373F4C;
  }

  .md\:placeholder-navy:-ms-input-placeholder{
    color:#373F4C;
  }

  .md\:placeholder-navy::-ms-input-placeholder{
    color:#373F4C;
  }

  .md\:placeholder-navy::placeholder{
    color:#373F4C;
  }

  .md\:placeholder-red::-webkit-input-placeholder{
    color:#C94343;
  }

  .md\:placeholder-red::-moz-placeholder{
    color:#C94343;
  }

  .md\:placeholder-red:-ms-input-placeholder{
    color:#C94343;
  }

  .md\:placeholder-red::-ms-input-placeholder{
    color:#C94343;
  }

  .md\:placeholder-red::placeholder{
    color:#C94343;
  }

  .md\:placeholder-gray::-webkit-input-placeholder{
    color:#CCCCCC;
  }

  .md\:placeholder-gray::-moz-placeholder{
    color:#CCCCCC;
  }

  .md\:placeholder-gray:-ms-input-placeholder{
    color:#CCCCCC;
  }

  .md\:placeholder-gray::-ms-input-placeholder{
    color:#CCCCCC;
  }

  .md\:placeholder-gray::placeholder{
    color:#CCCCCC;
  }

  .md\:placeholder-dusty::-webkit-input-placeholder{
    color:#999999;
  }

  .md\:placeholder-dusty::-moz-placeholder{
    color:#999999;
  }

  .md\:placeholder-dusty:-ms-input-placeholder{
    color:#999999;
  }

  .md\:placeholder-dusty::-ms-input-placeholder{
    color:#999999;
  }

  .md\:placeholder-dusty::placeholder{
    color:#999999;
  }

  .md\:placeholder-alto::-webkit-input-placeholder{
    color:#D8D8D8;
  }

  .md\:placeholder-alto::-moz-placeholder{
    color:#D8D8D8;
  }

  .md\:placeholder-alto:-ms-input-placeholder{
    color:#D8D8D8;
  }

  .md\:placeholder-alto::-ms-input-placeholder{
    color:#D8D8D8;
  }

  .md\:placeholder-alto::placeholder{
    color:#D8D8D8;
  }

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

  .md\:focus\:placeholder-black:focus::-moz-placeholder{
    color:#333;
  }

  .md\:focus\:placeholder-black:focus:-ms-input-placeholder{
    color:#333;
  }

  .md\:focus\:placeholder-black:focus::-ms-input-placeholder{
    color:#333;
  }

  .md\:focus\:placeholder-black:focus::placeholder{
    color:#333;
  }

  .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-blue:focus::-webkit-input-placeholder{
    color:#4B6082;
  }

  .md\:focus\:placeholder-blue:focus::-moz-placeholder{
    color:#4B6082;
  }

  .md\:focus\:placeholder-blue:focus:-ms-input-placeholder{
    color:#4B6082;
  }

  .md\:focus\:placeholder-blue:focus::-ms-input-placeholder{
    color:#4B6082;
  }

  .md\:focus\:placeholder-blue:focus::placeholder{
    color:#4B6082;
  }

  .md\:focus\:placeholder-navy:focus::-webkit-input-placeholder{
    color:#373F4C;
  }

  .md\:focus\:placeholder-navy:focus::-moz-placeholder{
    color:#373F4C;
  }

  .md\:focus\:placeholder-navy:focus:-ms-input-placeholder{
    color:#373F4C;
  }

  .md\:focus\:placeholder-navy:focus::-ms-input-placeholder{
    color:#373F4C;
  }

  .md\:focus\:placeholder-navy:focus::placeholder{
    color:#373F4C;
  }

  .md\:focus\:placeholder-red:focus::-webkit-input-placeholder{
    color:#C94343;
  }

  .md\:focus\:placeholder-red:focus::-moz-placeholder{
    color:#C94343;
  }

  .md\:focus\:placeholder-red:focus:-ms-input-placeholder{
    color:#C94343;
  }

  .md\:focus\:placeholder-red:focus::-ms-input-placeholder{
    color:#C94343;
  }

  .md\:focus\:placeholder-red:focus::placeholder{
    color:#C94343;
  }

  .md\:focus\:placeholder-gray:focus::-webkit-input-placeholder{
    color:#CCCCCC;
  }

  .md\:focus\:placeholder-gray:focus::-moz-placeholder{
    color:#CCCCCC;
  }

  .md\:focus\:placeholder-gray:focus:-ms-input-placeholder{
    color:#CCCCCC;
  }

  .md\:focus\:placeholder-gray:focus::-ms-input-placeholder{
    color:#CCCCCC;
  }

  .md\:focus\:placeholder-gray:focus::placeholder{
    color:#CCCCCC;
  }

  .md\:focus\:placeholder-dusty:focus::-webkit-input-placeholder{
    color:#999999;
  }

  .md\:focus\:placeholder-dusty:focus::-moz-placeholder{
    color:#999999;
  }

  .md\:focus\:placeholder-dusty:focus:-ms-input-placeholder{
    color:#999999;
  }

  .md\:focus\:placeholder-dusty:focus::-ms-input-placeholder{
    color:#999999;
  }

  .md\:focus\:placeholder-dusty:focus::placeholder{
    color:#999999;
  }

  .md\:focus\:placeholder-alto:focus::-webkit-input-placeholder{
    color:#D8D8D8;
  }

  .md\:focus\:placeholder-alto:focus::-moz-placeholder{
    color:#D8D8D8;
  }

  .md\:focus\:placeholder-alto:focus:-ms-input-placeholder{
    color:#D8D8D8;
  }

  .md\:focus\:placeholder-alto:focus::-ms-input-placeholder{
    color:#D8D8D8;
  }

  .md\:focus\:placeholder-alto:focus::placeholder{
    color:#D8D8D8;
  }

  .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-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\: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\:resize-none{
    resize:none;
  }

  .md\:resize-y{
    resize:vertical;
  }

  .md\:resize-x{
    resize:horizontal;
  }

  .md\:resize{
    resize:both;
  }

  .md\:shadow{
    -webkit-box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            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{
    -webkit-box-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            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{
    -webkit-box-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            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{
    -webkit-box-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            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{
    -webkit-box-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md\:shadow-inner{
    -webkit-box-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:shadow-outline{
    -webkit-box-shadow:0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow:0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md\:shadow-none{
    -webkit-box-shadow:none;
            box-shadow:none;
  }

  .md\:hover\:shadow:hover{
    -webkit-box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            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{
    -webkit-box-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            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{
    -webkit-box-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            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{
    -webkit-box-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            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{
    -webkit-box-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md\:hover\:shadow-inner:hover{
    -webkit-box-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:hover\:shadow-outline:hover{
    -webkit-box-shadow:0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow:0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md\:hover\:shadow-none:hover{
    -webkit-box-shadow:none;
            box-shadow:none;
  }

  .md\:focus\:shadow:focus{
    -webkit-box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            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{
    -webkit-box-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            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{
    -webkit-box-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            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{
    -webkit-box-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            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{
    -webkit-box-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md\:focus\:shadow-inner:focus{
    -webkit-box-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:focus\:shadow-outline:focus{
    -webkit-box-shadow:0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow:0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md\:focus\:shadow-none:focus{
    -webkit-box-shadow:none;
            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:#333;
  }

  .md\:text-white{
    color:#fff;
  }

  .md\:text-blue{
    color:#4B6082;
  }

  .md\:text-navy{
    color:#373F4C;
  }

  .md\:text-red{
    color:#C94343;
  }

  .md\:text-gray{
    color:#CCCCCC;
  }

  .md\:text-dusty{
    color:#999999;
  }

  .md\:text-alto{
    color:#D8D8D8;
  }

  .md\:hover\:text-transparent:hover{
    color:transparent;
  }

  .md\:hover\:text-black:hover{
    color:#333;
  }

  .md\:hover\:text-white:hover{
    color:#fff;
  }

  .md\:hover\:text-blue:hover{
    color:#4B6082;
  }

  .md\:hover\:text-navy:hover{
    color:#373F4C;
  }

  .md\:hover\:text-red:hover{
    color:#C94343;
  }

  .md\:hover\:text-gray:hover{
    color:#CCCCCC;
  }

  .md\:hover\:text-dusty:hover{
    color:#999999;
  }

  .md\:hover\:text-alto:hover{
    color:#D8D8D8;
  }

  .md\:focus\:text-transparent:focus{
    color:transparent;
  }

  .md\:focus\:text-black:focus{
    color:#333;
  }

  .md\:focus\:text-white:focus{
    color:#fff;
  }

  .md\:focus\:text-blue:focus{
    color:#4B6082;
  }

  .md\:focus\:text-navy:focus{
    color:#373F4C;
  }

  .md\:focus\:text-red:focus{
    color:#C94343;
  }

  .md\:focus\:text-gray:focus{
    color:#CCCCCC;
  }

  .md\:focus\:text-dusty:focus{
    color:#999999;
  }

  .md\:focus\:text-alto:focus{
    color:#D8D8D8;
  }

  .md\:text-10{
    font-size:0.625rem;
  }

  .md\:text-11{
    font-size:0.6875rem;
  }

  .md\:text-12{
    font-size:0.75rem;
  }

  .md\:text-13{
    font-size:0.8125rem;
  }

  .md\:text-15{
    font-size:0.9375rem;
  }

  .md\:text-17{
    font-size:1.0625rem;
  }

  .md\:text-18{
    font-size:1.125rem;
  }

  .md\:text-19{
    font-size:1.1875rem;
  }

  .md\:text-23{
    font-size:1.4375rem;
  }

  .md\:text-27{
    font-size:1.6875rem;
  }

  .md\:text-42{
    font-size:2.625rem;
  }

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

  .md\:tracking-wider{
    letter-spacing:0.15625rem;
  }

  .md\:tracking-widest{
    letter-spacing:0.25rem;
  }

  .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-full{
    width:100%;
  }

  .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-screen{
    width:100vw;
  }

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

@media (min-width: 1200px){
  .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:#333;
  }

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

  .lg\:bg-blue{
    background-color:#4B6082;
  }

  .lg\:bg-navy{
    background-color:#373F4C;
  }

  .lg\:bg-red{
    background-color:#C94343;
  }

  .lg\:bg-gray{
    background-color:#CCCCCC;
  }

  .lg\:bg-dusty{
    background-color:#999999;
  }

  .lg\:bg-alto{
    background-color:#D8D8D8;
  }

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

  .lg\:hover\:bg-black:hover{
    background-color:#333;
  }

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

  .lg\:hover\:bg-blue:hover{
    background-color:#4B6082;
  }

  .lg\:hover\:bg-navy:hover{
    background-color:#373F4C;
  }

  .lg\:hover\:bg-red:hover{
    background-color:#C94343;
  }

  .lg\:hover\:bg-gray:hover{
    background-color:#CCCCCC;
  }

  .lg\:hover\:bg-dusty:hover{
    background-color:#999999;
  }

  .lg\:hover\:bg-alto:hover{
    background-color:#D8D8D8;
  }

  .lg\:focus\:bg-transparent:focus{
    background-color:transparent;
  }

  .lg\:focus\:bg-black:focus{
    background-color:#333;
  }

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

  .lg\:focus\:bg-blue:focus{
    background-color:#4B6082;
  }

  .lg\:focus\:bg-navy:focus{
    background-color:#373F4C;
  }

  .lg\:focus\:bg-red:focus{
    background-color:#C94343;
  }

  .lg\:focus\:bg-gray:focus{
    background-color:#CCCCCC;
  }

  .lg\:focus\:bg-dusty:focus{
    background-color:#999999;
  }

  .lg\:focus\:bg-alto:focus{
    background-color:#D8D8D8;
  }

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

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

  .lg\:border-blue{
    border-color:#4B6082;
  }

  .lg\:border-navy{
    border-color:#373F4C;
  }

  .lg\:border-red{
    border-color:#C94343;
  }

  .lg\:border-gray{
    border-color:#CCCCCC;
  }

  .lg\:border-dusty{
    border-color:#999999;
  }

  .lg\:border-alto{
    border-color:#D8D8D8;
  }

  .lg\:hover\:border-transparent:hover{
    border-color:transparent;
  }

  .lg\:hover\:border-black:hover{
    border-color:#333;
  }

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

  .lg\:hover\:border-blue:hover{
    border-color:#4B6082;
  }

  .lg\:hover\:border-navy:hover{
    border-color:#373F4C;
  }

  .lg\:hover\:border-red:hover{
    border-color:#C94343;
  }

  .lg\:hover\:border-gray:hover{
    border-color:#CCCCCC;
  }

  .lg\:hover\:border-dusty:hover{
    border-color:#999999;
  }

  .lg\:hover\:border-alto:hover{
    border-color:#D8D8D8;
  }

  .lg\:focus\:border-transparent:focus{
    border-color:transparent;
  }

  .lg\:focus\:border-black:focus{
    border-color:#333;
  }

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

  .lg\:focus\:border-blue:focus{
    border-color:#4B6082;
  }

  .lg\:focus\:border-navy:focus{
    border-color:#373F4C;
  }

  .lg\:focus\:border-red:focus{
    border-color:#C94343;
  }

  .lg\:focus\:border-gray:focus{
    border-color:#CCCCCC;
  }

  .lg\:focus\:border-dusty:focus{
    border-color:#999999;
  }

  .lg\:focus\:border-alto:focus{
    border-color:#D8D8D8;
  }

  .lg\:rounded-none{
    border-radius:0;
  }

  .lg\:rounded-sm{
    border-radius:0.125rem;
  }

  .lg\:rounded{
    border-radius:0.25rem;
  }

  .lg\:rounded-lg{
    border-radius:0.5rem;
  }

  .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.125rem;
    border-top-right-radius:0.125rem;
  }

  .lg\:rounded-r-sm{
    border-top-right-radius:0.125rem;
    border-bottom-right-radius:0.125rem;
  }

  .lg\:rounded-b-sm{
    border-bottom-right-radius:0.125rem;
    border-bottom-left-radius:0.125rem;
  }

  .lg\:rounded-l-sm{
    border-top-left-radius:0.125rem;
    border-bottom-left-radius:0.125rem;
  }

  .lg\:rounded-t{
    border-top-left-radius:0.25rem;
    border-top-right-radius:0.25rem;
  }

  .lg\:rounded-r{
    border-top-right-radius:0.25rem;
    border-bottom-right-radius:0.25rem;
  }

  .lg\:rounded-b{
    border-bottom-right-radius:0.25rem;
    border-bottom-left-radius:0.25rem;
  }

  .lg\:rounded-l{
    border-top-left-radius:0.25rem;
    border-bottom-left-radius:0.25rem;
  }

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

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

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

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

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

  .lg\:rounded-tr-sm{
    border-top-right-radius:0.125rem;
  }

  .lg\:rounded-br-sm{
    border-bottom-right-radius:0.125rem;
  }

  .lg\:rounded-bl-sm{
    border-bottom-left-radius:0.125rem;
  }

  .lg\:rounded-tl{
    border-top-left-radius:0.25rem;
  }

  .lg\:rounded-tr{
    border-top-right-radius:0.25rem;
  }

  .lg\:rounded-br{
    border-bottom-right-radius:0.25rem;
  }

  .lg\:rounded-bl{
    border-bottom-left-radius:0.25rem;
  }

  .lg\:rounded-tl-lg{
    border-top-left-radius:0.5rem;
  }

  .lg\:rounded-tr-lg{
    border-top-right-radius:0.5rem;
  }

  .lg\:rounded-br-lg{
    border-bottom-right-radius:0.5rem;
  }

  .lg\:rounded-bl-lg{
    border-bottom-left-radius:0.5rem;
  }

  .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{
    border-width:1px;
  }

  .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:-webkit-box;
    display:-ms-flexbox;
    display:flex;
  }

  .lg\:inline-flex{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    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{
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-direction:row;
            flex-direction:row;
  }

  .lg\:flex-row-reverse{
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
        -ms-flex-direction:row-reverse;
            flex-direction:row-reverse;
  }

  .lg\:flex-col{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
  }

  .lg\:flex-col-reverse{
    -webkit-box-orient:vertical;
    -webkit-box-direction:reverse;
        -ms-flex-direction:column-reverse;
            flex-direction:column-reverse;
  }

  .lg\:flex-wrap{
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
  }

  .lg\:flex-wrap-reverse{
    -ms-flex-wrap:wrap-reverse;
        flex-wrap:wrap-reverse;
  }

  .lg\:flex-no-wrap{
    -ms-flex-wrap:nowrap;
        flex-wrap:nowrap;
  }

  .lg\:items-start{
    -webkit-box-align:start;
        -ms-flex-align:start;
            align-items:flex-start;
  }

  .lg\:items-end{
    -webkit-box-align:end;
        -ms-flex-align:end;
            align-items:flex-end;
  }

  .lg\:items-center{
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
  }

  .lg\:items-baseline{
    -webkit-box-align:baseline;
        -ms-flex-align:baseline;
            align-items:baseline;
  }

  .lg\:items-stretch{
    -webkit-box-align:stretch;
        -ms-flex-align:stretch;
            align-items:stretch;
  }

  .lg\:self-auto{
    -ms-flex-item-align:auto;
        align-self:auto;
  }

  .lg\:self-start{
    -ms-flex-item-align:start;
        align-self:flex-start;
  }

  .lg\:self-end{
    -ms-flex-item-align:end;
        align-self:flex-end;
  }

  .lg\:self-center{
    -ms-flex-item-align:center;
        align-self:center;
  }

  .lg\:self-stretch{
    -ms-flex-item-align:stretch;
        align-self:stretch;
  }

  .lg\:justify-start{
    -webkit-box-pack:start;
        -ms-flex-pack:start;
            justify-content:flex-start;
  }

  .lg\:justify-end{
    -webkit-box-pack:end;
        -ms-flex-pack:end;
            justify-content:flex-end;
  }

  .lg\:justify-center{
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
  }

  .lg\:justify-between{
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
  }

  .lg\:justify-around{
    -ms-flex-pack:distribute;
        justify-content:space-around;
  }

  .lg\:content-center{
    -ms-flex-line-pack:center;
        align-content:center;
  }

  .lg\:content-start{
    -ms-flex-line-pack:start;
        align-content:flex-start;
  }

  .lg\:content-end{
    -ms-flex-line-pack:end;
        align-content:flex-end;
  }

  .lg\:content-between{
    -ms-flex-line-pack:justify;
        align-content:space-between;
  }

  .lg\:content-around{
    -ms-flex-line-pack:distribute;
        align-content:space-around;
  }

  .lg\:flex-1{
    -webkit-box-flex:1;
        -ms-flex:1 1 0%;
            flex:1 1 0%;
  }

  .lg\:flex-auto{
    -webkit-box-flex:1;
        -ms-flex:1 1 auto;
            flex:1 1 auto;
  }

  .lg\:flex-initial{
    -webkit-box-flex:0;
        -ms-flex:0 1 auto;
            flex:0 1 auto;
  }

  .lg\:flex-none{
    -webkit-box-flex:0;
        -ms-flex:none;
            flex:none;
  }

  .lg\:flex-grow-0{
    -webkit-box-flex:0;
        -ms-flex-positive:0;
            flex-grow:0;
  }

  .lg\:flex-grow{
    -webkit-box-flex:1;
        -ms-flex-positive:1;
            flex-grow:1;
  }

  .lg\:flex-shrink-0{
    -ms-flex-negative:0;
        flex-shrink:0;
  }

  .lg\:flex-shrink{
    -ms-flex-negative:1;
        flex-shrink:1;
  }

  .lg\:order-1{
    -webkit-box-ordinal-group:2;
        -ms-flex-order:1;
            order:1;
  }

  .lg\:order-2{
    -webkit-box-ordinal-group:3;
        -ms-flex-order:2;
            order:2;
  }

  .lg\:order-3{
    -webkit-box-ordinal-group:4;
        -ms-flex-order:3;
            order:3;
  }

  .lg\:order-4{
    -webkit-box-ordinal-group:5;
        -ms-flex-order:4;
            order:4;
  }

  .lg\:order-5{
    -webkit-box-ordinal-group:6;
        -ms-flex-order:5;
            order:5;
  }

  .lg\:order-6{
    -webkit-box-ordinal-group:7;
        -ms-flex-order:6;
            order:6;
  }

  .lg\:order-7{
    -webkit-box-ordinal-group:8;
        -ms-flex-order:7;
            order:7;
  }

  .lg\:order-8{
    -webkit-box-ordinal-group:9;
        -ms-flex-order:8;
            order:8;
  }

  .lg\:order-9{
    -webkit-box-ordinal-group:10;
        -ms-flex-order:9;
            order:9;
  }

  .lg\:order-10{
    -webkit-box-ordinal-group:11;
        -ms-flex-order:10;
            order:10;
  }

  .lg\:order-11{
    -webkit-box-ordinal-group:12;
        -ms-flex-order:11;
            order:11;
  }

  .lg\:order-12{
    -webkit-box-ordinal-group:13;
        -ms-flex-order:12;
            order:12;
  }

  .lg\:order-first{
    -webkit-box-ordinal-group:-9998;
        -ms-flex-order:-9999;
            order:-9999;
  }

  .lg\:order-last{
    -webkit-box-ordinal-group:10000;
        -ms-flex-order:9999;
            order:9999;
  }

  .lg\:order-none{
    -webkit-box-ordinal-group:1;
        -ms-flex-order:0;
            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-sans{
    font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .lg\:font-serif{
    font-family:Franziska, Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .lg\:font-mono{
    font-family:Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

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

  .lg\:leading-snug{
    line-height:1.25;
  }

  .lg\:leading-normal{
    line-height:1.38;
  }

  .lg\:leading-relaxed{
    line-height:1.5;
  }

  .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-full{
    margin:95%;
  }

  .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\:-m-full{
    margin:-95%;
  }

  .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-full{
    margin-top:95%;
    margin-bottom:95%;
  }

  .lg\:mx-full{
    margin-left:95%;
    margin-right:95%;
  }

  .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\:-my-full{
    margin-top:-95%;
    margin-bottom:-95%;
  }

  .lg\:-mx-full{
    margin-left:-95%;
    margin-right:-95%;
  }

  .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-full{
    margin-top:95%;
  }

  .lg\:mr-full{
    margin-right:95%;
  }

  .lg\:mb-full{
    margin-bottom:95%;
  }

  .lg\:ml-full{
    margin-left:95%;
  }

  .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\:-mt-full{
    margin-top:-95%;
  }

  .lg\:-mr-full{
    margin-right:-95%;
  }

  .lg\:-mb-full{
    margin-bottom:-95%;
  }

  .lg\:-ml-full{
    margin-left:-95%;
  }

  .lg\:max-h-full{
    max-height:100%;
  }

  .lg\:max-h-screen{
    max-height:100vh;
  }

  .lg\:max-w-5xs{
    max-width:5.25rem;
  }

  .lg\:max-w-4xs{
    max-width:8rem;
  }

  .lg\:max-w-3xs{
    max-width:12rem;
  }

  .lg\:max-w-2xs{
    max-width:16rem;
  }

  .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-none{
    max-width:none;
  }

  .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\:p-full{
    padding:95%;
  }

  .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\:py-full{
    padding-top:95%;
    padding-bottom:95%;
  }

  .lg\:px-full{
    padding-left:95%;
    padding-right:95%;
  }

  .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\:pt-full{
    padding-top:95%;
  }

  .lg\:pr-full{
    padding-right:95%;
  }

  .lg\:pb-full{
    padding-bottom:95%;
  }

  .lg\:pl-full{
    padding-left:95%;
  }

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

  .lg\:placeholder-black::-moz-placeholder{
    color:#333;
  }

  .lg\:placeholder-black:-ms-input-placeholder{
    color:#333;
  }

  .lg\:placeholder-black::-ms-input-placeholder{
    color:#333;
  }

  .lg\:placeholder-black::placeholder{
    color:#333;
  }

  .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-blue::-webkit-input-placeholder{
    color:#4B6082;
  }

  .lg\:placeholder-blue::-moz-placeholder{
    color:#4B6082;
  }

  .lg\:placeholder-blue:-ms-input-placeholder{
    color:#4B6082;
  }

  .lg\:placeholder-blue::-ms-input-placeholder{
    color:#4B6082;
  }

  .lg\:placeholder-blue::placeholder{
    color:#4B6082;
  }

  .lg\:placeholder-navy::-webkit-input-placeholder{
    color:#373F4C;
  }

  .lg\:placeholder-navy::-moz-placeholder{
    color:#373F4C;
  }

  .lg\:placeholder-navy:-ms-input-placeholder{
    color:#373F4C;
  }

  .lg\:placeholder-navy::-ms-input-placeholder{
    color:#373F4C;
  }

  .lg\:placeholder-navy::placeholder{
    color:#373F4C;
  }

  .lg\:placeholder-red::-webkit-input-placeholder{
    color:#C94343;
  }

  .lg\:placeholder-red::-moz-placeholder{
    color:#C94343;
  }

  .lg\:placeholder-red:-ms-input-placeholder{
    color:#C94343;
  }

  .lg\:placeholder-red::-ms-input-placeholder{
    color:#C94343;
  }

  .lg\:placeholder-red::placeholder{
    color:#C94343;
  }

  .lg\:placeholder-gray::-webkit-input-placeholder{
    color:#CCCCCC;
  }

  .lg\:placeholder-gray::-moz-placeholder{
    color:#CCCCCC;
  }

  .lg\:placeholder-gray:-ms-input-placeholder{
    color:#CCCCCC;
  }

  .lg\:placeholder-gray::-ms-input-placeholder{
    color:#CCCCCC;
  }

  .lg\:placeholder-gray::placeholder{
    color:#CCCCCC;
  }

  .lg\:placeholder-dusty::-webkit-input-placeholder{
    color:#999999;
  }

  .lg\:placeholder-dusty::-moz-placeholder{
    color:#999999;
  }

  .lg\:placeholder-dusty:-ms-input-placeholder{
    color:#999999;
  }

  .lg\:placeholder-dusty::-ms-input-placeholder{
    color:#999999;
  }

  .lg\:placeholder-dusty::placeholder{
    color:#999999;
  }

  .lg\:placeholder-alto::-webkit-input-placeholder{
    color:#D8D8D8;
  }

  .lg\:placeholder-alto::-moz-placeholder{
    color:#D8D8D8;
  }

  .lg\:placeholder-alto:-ms-input-placeholder{
    color:#D8D8D8;
  }

  .lg\:placeholder-alto::-ms-input-placeholder{
    color:#D8D8D8;
  }

  .lg\:placeholder-alto::placeholder{
    color:#D8D8D8;
  }

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

  .lg\:focus\:placeholder-black:focus::-moz-placeholder{
    color:#333;
  }

  .lg\:focus\:placeholder-black:focus:-ms-input-placeholder{
    color:#333;
  }

  .lg\:focus\:placeholder-black:focus::-ms-input-placeholder{
    color:#333;
  }

  .lg\:focus\:placeholder-black:focus::placeholder{
    color:#333;
  }

  .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-blue:focus::-webkit-input-placeholder{
    color:#4B6082;
  }

  .lg\:focus\:placeholder-blue:focus::-moz-placeholder{
    color:#4B6082;
  }

  .lg\:focus\:placeholder-blue:focus:-ms-input-placeholder{
    color:#4B6082;
  }

  .lg\:focus\:placeholder-blue:focus::-ms-input-placeholder{
    color:#4B6082;
  }

  .lg\:focus\:placeholder-blue:focus::placeholder{
    color:#4B6082;
  }

  .lg\:focus\:placeholder-navy:focus::-webkit-input-placeholder{
    color:#373F4C;
  }

  .lg\:focus\:placeholder-navy:focus::-moz-placeholder{
    color:#373F4C;
  }

  .lg\:focus\:placeholder-navy:focus:-ms-input-placeholder{
    color:#373F4C;
  }

  .lg\:focus\:placeholder-navy:focus::-ms-input-placeholder{
    color:#373F4C;
  }

  .lg\:focus\:placeholder-navy:focus::placeholder{
    color:#373F4C;
  }

  .lg\:focus\:placeholder-red:focus::-webkit-input-placeholder{
    color:#C94343;
  }

  .lg\:focus\:placeholder-red:focus::-moz-placeholder{
    color:#C94343;
  }

  .lg\:focus\:placeholder-red:focus:-ms-input-placeholder{
    color:#C94343;
  }

  .lg\:focus\:placeholder-red:focus::-ms-input-placeholder{
    color:#C94343;
  }

  .lg\:focus\:placeholder-red:focus::placeholder{
    color:#C94343;
  }

  .lg\:focus\:placeholder-gray:focus::-webkit-input-placeholder{
    color:#CCCCCC;
  }

  .lg\:focus\:placeholder-gray:focus::-moz-placeholder{
    color:#CCCCCC;
  }

  .lg\:focus\:placeholder-gray:focus:-ms-input-placeholder{
    color:#CCCCCC;
  }

  .lg\:focus\:placeholder-gray:focus::-ms-input-placeholder{
    color:#CCCCCC;
  }

  .lg\:focus\:placeholder-gray:focus::placeholder{
    color:#CCCCCC;
  }

  .lg\:focus\:placeholder-dusty:focus::-webkit-input-placeholder{
    color:#999999;
  }

  .lg\:focus\:placeholder-dusty:focus::-moz-placeholder{
    color:#999999;
  }

  .lg\:focus\:placeholder-dusty:focus:-ms-input-placeholder{
    color:#999999;
  }

  .lg\:focus\:placeholder-dusty:focus::-ms-input-placeholder{
    color:#999999;
  }

  .lg\:focus\:placeholder-dusty:focus::placeholder{
    color:#999999;
  }

  .lg\:focus\:placeholder-alto:focus::-webkit-input-placeholder{
    color:#D8D8D8;
  }

  .lg\:focus\:placeholder-alto:focus::-moz-placeholder{
    color:#D8D8D8;
  }

  .lg\:focus\:placeholder-alto:focus:-ms-input-placeholder{
    color:#D8D8D8;
  }

  .lg\:focus\:placeholder-alto:focus::-ms-input-placeholder{
    color:#D8D8D8;
  }

  .lg\:focus\:placeholder-alto:focus::placeholder{
    color:#D8D8D8;
  }

  .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-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\: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\:resize-none{
    resize:none;
  }

  .lg\:resize-y{
    resize:vertical;
  }

  .lg\:resize-x{
    resize:horizontal;
  }

  .lg\:resize{
    resize:both;
  }

  .lg\:shadow{
    -webkit-box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            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{
    -webkit-box-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            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{
    -webkit-box-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            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{
    -webkit-box-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            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{
    -webkit-box-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .lg\:shadow-inner{
    -webkit-box-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:shadow-outline{
    -webkit-box-shadow:0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow:0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .lg\:shadow-none{
    -webkit-box-shadow:none;
            box-shadow:none;
  }

  .lg\:hover\:shadow:hover{
    -webkit-box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            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{
    -webkit-box-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            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{
    -webkit-box-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            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{
    -webkit-box-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            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{
    -webkit-box-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .lg\:hover\:shadow-inner:hover{
    -webkit-box-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:hover\:shadow-outline:hover{
    -webkit-box-shadow:0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow:0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .lg\:hover\:shadow-none:hover{
    -webkit-box-shadow:none;
            box-shadow:none;
  }

  .lg\:focus\:shadow:focus{
    -webkit-box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            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{
    -webkit-box-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            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{
    -webkit-box-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            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{
    -webkit-box-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            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{
    -webkit-box-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .lg\:focus\:shadow-inner:focus{
    -webkit-box-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow:inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:focus\:shadow-outline:focus{
    -webkit-box-shadow:0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow:0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .lg\:focus\:shadow-none:focus{
    -webkit-box-shadow:none;
            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:#333;
  }

  .lg\:text-white{
    color:#fff;
  }

  .lg\:text-blue{
    color:#4B6082;
  }

  .lg\:text-navy{
    color:#373F4C;
  }

  .lg\:text-red{
    color:#C94343;
  }

  .lg\:text-gray{
    color:#CCCCCC;
  }

  .lg\:text-dusty{
    color:#999999;
  }

  .lg\:text-alto{
    color:#D8D8D8;
  }

  .lg\:hover\:text-transparent:hover{
    color:transparent;
  }

  .lg\:hover\:text-black:hover{
    color:#333;
  }

  .lg\:hover\:text-white:hover{
    color:#fff;
  }

  .lg\:hover\:text-blue:hover{
    color:#4B6082;
  }

  .lg\:hover\:text-navy:hover{
    color:#373F4C;
  }

  .lg\:hover\:text-red:hover{
    color:#C94343;
  }

  .lg\:hover\:text-gray:hover{
    color:#CCCCCC;
  }

  .lg\:hover\:text-dusty:hover{
    color:#999999;
  }

  .lg\:hover\:text-alto:hover{
    color:#D8D8D8;
  }

  .lg\:focus\:text-transparent:focus{
    color:transparent;
  }

  .lg\:focus\:text-black:focus{
    color:#333;
  }

  .lg\:focus\:text-white:focus{
    color:#fff;
  }

  .lg\:focus\:text-blue:focus{
    color:#4B6082;
  }

  .lg\:focus\:text-navy:focus{
    color:#373F4C;
  }

  .lg\:focus\:text-red:focus{
    color:#C94343;
  }

  .lg\:focus\:text-gray:focus{
    color:#CCCCCC;
  }

  .lg\:focus\:text-dusty:focus{
    color:#999999;
  }

  .lg\:focus\:text-alto:focus{
    color:#D8D8D8;
  }

  .lg\:text-10{
    font-size:0.625rem;
  }

  .lg\:text-11{
    font-size:0.6875rem;
  }

  .lg\:text-12{
    font-size:0.75rem;
  }

  .lg\:text-13{
    font-size:0.8125rem;
  }

  .lg\:text-15{
    font-size:0.9375rem;
  }

  .lg\:text-17{
    font-size:1.0625rem;
  }

  .lg\:text-18{
    font-size:1.125rem;
  }

  .lg\:text-19{
    font-size:1.1875rem;
  }

  .lg\:text-23{
    font-size:1.4375rem;
  }

  .lg\:text-27{
    font-size:1.6875rem;
  }

  .lg\:text-42{
    font-size:2.625rem;
  }

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

  .lg\:tracking-wider{
    letter-spacing:0.15625rem;
  }

  .lg\:tracking-widest{
    letter-spacing:0.25rem;
  }

  .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-full{
    width:100%;
  }

  .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-screen{
    width:100vw;
  }

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