/**
 * This injects Tailwind's base styles, which is a combination of
 * Normalize.css and some additional base styles.
 *
 * You can see the styles here:
 * https://github.com/tailwindcss/tailwindcss/blob/master/css/preflight.css
 */

/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */

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

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

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */


header {
  display: block;
}

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

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

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

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

/**
 * Add the correct margin in IE 8.
 */

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

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

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

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

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

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

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

/**
 * Add the correct font style in Android 4.3-.
 */

/**
 * Add the correct background and color in IE 9-.
 */

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

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

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

/**
 * Add the correct display in IE 9-.
 */

/**
 * Add the correct display in iOS 4-7.
 */

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

/**
 * Hide the overflow in IE.
 */

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

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */


html [type="button"],

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

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


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


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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

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

/**
 * 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 and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

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

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

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

template {
  display: none;
}

/* Hidden
   ========================================================================== */

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


h1,
p {
  margin: 0;
}

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


ul {
  margin: 0;
}

/**
 * Suppress the focus outline on elements that cannot be accessed via keyboard.
 * This prevents an unwanted focus outline from appearing around elements that
 * might still respond to pointer events.
 */

[tabindex="-1"]:focus {
  outline: none !important;
}

/**
 * Tailwind custom reset styles
 */

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

/**
 * Temporary reset for a change introduced in Chrome 62 but now reverted.
 *
 * We can remove this when the reversion is in a normal Chrome release.
 */


[type="button"],
[type="reset"],
[type="submit"] {
  border-radius: 0;
}


[role=button] {
  cursor: pointer;
}

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

/**
 * This injects all of Tailwind's utility classes, generated based on your
 * config file.
 */

.container {
  width: 100%;
}

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

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

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

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

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

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

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

.bg-red-50 {
  background-color: #ffebee;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-pink {
  background-color: #e91e63;
}

.bg-pink-50 {
  background-color: #fce4ec;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-purple-50 {
  background-color: #f3e5f5;
}

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

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

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

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

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

.bg-purple-600 {
  background-color: #8e24aa;
}

.bg-purple-700 {
  background-color: #7b1fa2;
}

.bg-purple-800 {
  background-color: #6a1b9a;
}

.bg-purple-900 {
  background-color: #4a148c;
}

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

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

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

.bg-purple-700-accent {
  background-color: #a0f;
}

.bg-deep-purple {
  background-color: #673ab7;
}

.bg-deep-purple-50 {
  background-color: #ede7f6;
}

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

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

.bg-deep-purple-300 {
  background-color: #9575cd;
}

.bg-deep-purple-400 {
  background-color: #7e57c2;
}

.bg-deep-purple-500 {
  background-color: #673ab7;
}

.bg-deep-purple-600 {
  background-color: #5e35b1;
}

.bg-deep-purple-700 {
  background-color: #512da8;
}

.bg-deep-purple-800 {
  background-color: #4527a0;
}

.bg-deep-purple-900 {
  background-color: #311b92;
}

.bg-deep-purple-100-accent {
  background-color: #b388ff;
}

.bg-deep-purple-200-accent {
  background-color: #7c4dff;
}

.bg-deep-purple-400-accent {
  background-color: #651fff;
}

.bg-deep-purple-700-accent {
  background-color: #6200ea;
}

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

.bg-indigo-50 {
  background-color: #e8eaf6;
}

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

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

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

.bg-indigo-400 {
  background-color: #5c6bc0;
}

.bg-indigo-500 {
  background-color: #3f51b5;
}

.bg-indigo-600 {
  background-color: #3949ab;
}

.bg-indigo-700 {
  background-color: #303f9f;
}

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

.bg-indigo-900 {
  background-color: #1a237e;
}

.bg-indigo-100-accent {
  background-color: #8c9eff;
}

.bg-indigo-200-accent {
  background-color: #536dfe;
}

.bg-indigo-400-accent {
  background-color: #3d5afe;
}

.bg-indigo-700-accent {
  background-color: #304ffe;
}

.bg-blue {
  background-color: #2196f3;
}

.bg-blue-50 {
  background-color: #e3f2fd;
}

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

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

.bg-blue-300 {
  background-color: #64b5f6;
}

.bg-blue-400 {
  background-color: #42a5f5;
}

.bg-blue-500 {
  background-color: #2196f3;
}

.bg-blue-600 {
  background-color: #1e88e5;
}

.bg-blue-700 {
  background-color: #1976d2;
}

.bg-blue-800 {
  background-color: #1565c0;
}

.bg-blue-900 {
  background-color: #0d47a1;
}

.bg-blue-100-accent {
  background-color: #82b1ff;
}

.bg-blue-200-accent {
  background-color: #448aff;
}

.bg-blue-400-accent {
  background-color: #2979ff;
}

.bg-blue-700-accent {
  background-color: #2962ff;
}

.bg-light-blue {
  background-color: #03a9f4;
}

.bg-light-blue-50 {
  background-color: #e1f5fe;
}

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

.bg-light-blue-200 {
  background-color: #81d4fa;
}

.bg-light-blue-300 {
  background-color: #4fc3f7;
}

.bg-light-blue-400 {
  background-color: #29b6f6;
}

.bg-light-blue-500 {
  background-color: #03a9f4;
}

.bg-light-blue-600 {
  background-color: #039be5;
}

.bg-light-blue-700 {
  background-color: #0288d1;
}

.bg-light-blue-800 {
  background-color: #0277bd;
}

.bg-light-blue-900 {
  background-color: #01579b;
}

.bg-light-blue-100-accent {
  background-color: #80d8ff;
}

.bg-light-blue-200-accent {
  background-color: #40c4ff;
}

.bg-light-blue-400-accent {
  background-color: #00b0ff;
}

.bg-light-blue-700-accent {
  background-color: #0091ea;
}

.bg-cyan {
  background-color: #00bcd4;
}

.bg-cyan-50 {
  background-color: #e0f7fa;
}

.bg-cyan-100 {
  background-color: #b2ebf2;
}

.bg-cyan-200 {
  background-color: #80deea;
}

.bg-cyan-300 {
  background-color: #4dd0e1;
}

.bg-cyan-400 {
  background-color: #26c6da;
}

.bg-cyan-500 {
  background-color: #00bcd4;
}

.bg-cyan-600 {
  background-color: #00acc1;
}

.bg-cyan-700 {
  background-color: #0097a7;
}

.bg-cyan-800 {
  background-color: #00838f;
}

.bg-cyan-900 {
  background-color: #006064;
}

.bg-cyan-100-accent {
  background-color: #84ffff;
}

.bg-cyan-200-accent {
  background-color: #18ffff;
}

.bg-cyan-400-accent {
  background-color: #00e5ff;
}

.bg-cyan-700-accent {
  background-color: #00b8d4;
}

.bg-teal {
  background-color: #009688;
}

.bg-teal-50 {
  background-color: #e0f2f1;
}

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

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

.bg-teal-300 {
  background-color: #4db6ac;
}

.bg-teal-400 {
  background-color: #26a69a;
}

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

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

.bg-teal-700 {
  background-color: #00796b;
}

.bg-teal-800 {
  background-color: #00695c;
}

.bg-teal-900 {
  background-color: #004d40;
}

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

.bg-teal-200-accent {
  background-color: #64ffda;
}

.bg-teal-400-accent {
  background-color: #1de9b6;
}

.bg-teal-700-accent {
  background-color: #00bfa5;
}

.bg-green {
  background-color: #4caf50;
}

.bg-green-50 {
  background-color: #e8f5e9;
}

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

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

.bg-green-300 {
  background-color: #81c784;
}

.bg-green-400 {
  background-color: #66bb6a;
}

.bg-green-500 {
  background-color: #4caf50;
}

.bg-green-600 {
  background-color: #43a047;
}

.bg-green-700 {
  background-color: #388e3c;
}

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

.bg-green-900 {
  background-color: #1b5e20;
}

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

.bg-green-200-accent {
  background-color: #69f0ae;
}

.bg-green-400-accent {
  background-color: #00e676;
}

.bg-green-700-accent {
  background-color: #00c853;
}

.bg-light-green {
  background-color: #8bc34a;
}

.bg-light-green-50 {
  background-color: #f1f8e9;
}

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

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

.bg-light-green-300 {
  background-color: #aed581;
}

.bg-light-green-400 {
  background-color: #9ccc65;
}

.bg-light-green-500 {
  background-color: #8bc34a;
}

.bg-light-green-600 {
  background-color: #7cb342;
}

.bg-light-green-700 {
  background-color: #689f38;
}

.bg-light-green-800 {
  background-color: #558b2f;
}

.bg-light-green-900 {
  background-color: #33691e;
}

.bg-light-green-100-accent {
  background-color: #ccff90;
}

.bg-light-green-200-accent {
  background-color: #b2ff59;
}

.bg-light-green-400-accent {
  background-color: #76ff03;
}

.bg-light-green-700-accent {
  background-color: #64dd17;
}

.bg-lime {
  background-color: #cddc39;
}

.bg-lime-50 {
  background-color: #f9fbe7;
}

.bg-lime-100 {
  background-color: #f0f4c3;
}

.bg-lime-200 {
  background-color: #e6ee9c;
}

.bg-lime-300 {
  background-color: #dce775;
}

.bg-lime-400 {
  background-color: #d4e157;
}

.bg-lime-500 {
  background-color: #cddc39;
}

.bg-lime-600 {
  background-color: #c0ca33;
}

.bg-lime-700 {
  background-color: #afb42b;
}

.bg-lime-800 {
  background-color: #9e9d24;
}

.bg-lime-900 {
  background-color: #827717;
}

.bg-lime-100-accent {
  background-color: #f4ff81;
}

.bg-lime-200-accent {
  background-color: #eeff41;
}

.bg-lime-400-accent {
  background-color: #c6ff00;
}

.bg-lime-700-accent {
  background-color: #aeea00;
}

.bg-yellow {
  background-color: #ffeb3b;
}

.bg-yellow-50 {
  background-color: #fffde7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-amber {
  background-color: #ffc107;
}

.bg-amber-50 {
  background-color: #fff8e1;
}

.bg-amber-100 {
  background-color: #ffecb3;
}

.bg-amber-200 {
  background-color: #ffe082;
}

.bg-amber-300 {
  background-color: #ffd54f;
}

.bg-amber-400 {
  background-color: #ffca28;
}

.bg-amber-500 {
  background-color: #ffc107;
}

.bg-amber-600 {
  background-color: #ffb300;
}

.bg-amber-700 {
  background-color: #ffa000;
}

.bg-amber-800 {
  background-color: #ff8f00;
}

.bg-amber-900 {
  background-color: #ff6f00;
}

.bg-amber-100-accent {
  background-color: #ffe57f;
}

.bg-amber-200-accent {
  background-color: #ffd740;
}

.bg-amber-400-accent {
  background-color: #ffc400;
}

.bg-amber-700-accent {
  background-color: #ffab00;
}

.bg-orange {
  background-color: #ff9800;
}

.bg-orange-50 {
  background-color: #fff3e0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-deep-orange {
  background-color: #ff5722;
}

.bg-deep-orange-50 {
  background-color: #fbe9e7;
}

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

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

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

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

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

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

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

.bg-deep-orange-800 {
  background-color: #d84315;
}

.bg-deep-orange-900 {
  background-color: #bf360c;
}

.bg-deep-orange-100-accent {
  background-color: #ff9e80;
}

.bg-deep-orange-200-accent {
  background-color: #ff6e40;
}

.bg-deep-orange-400-accent {
  background-color: #ff3d00;
}

.bg-deep-orange-700-accent {
  background-color: #dd2c00;
}

.bg-brown {
  background-color: #795548;
}

.bg-brown-50 {
  background-color: #efebe9;
}

.bg-brown-100 {
  background-color: #d7ccc8;
}

.bg-brown-200 {
  background-color: #bcaaa4;
}

.bg-brown-300 {
  background-color: #a1887f;
}

.bg-brown-400 {
  background-color: #8d6e63;
}

.bg-brown-500 {
  background-color: #795548;
}

.bg-brown-600 {
  background-color: #6d4c41;
}

.bg-brown-700 {
  background-color: #5d4037;
}

.bg-brown-800 {
  background-color: #4e342e;
}

.bg-brown-900 {
  background-color: #3e2723;
}

.bg-grey {
  background-color: #9e9e9e;
}

.bg-grey-50 {
  background-color: #fafafa;
}

.bg-grey-100 {
  background-color: #f5f5f5;
}

.bg-grey-200 {
  background-color: #eee;
}

.bg-grey-300 {
  background-color: #e0e0e0;
}

.bg-grey-400 {
  background-color: #bdbdbd;
}

.bg-grey-500 {
  background-color: #9e9e9e;
}

.bg-grey-600 {
  background-color: #757575;
}

.bg-grey-700 {
  background-color: #616161;
}

.bg-grey-800 {
  background-color: #424242;
}

.bg-grey-900 {
  background-color: #212121;
}

.bg-blue-grey {
  background-color: #607d8b;
}

.bg-blue-grey-50 {
  background-color: #eceff1;
}

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

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

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

.bg-blue-grey-400 {
  background-color: #78909c;
}

.bg-blue-grey-500 {
  background-color: #607d8b;
}

.bg-blue-grey-600 {
  background-color: #546e7a;
}

.bg-blue-grey-700 {
  background-color: #455a64;
}

.bg-blue-grey-800 {
  background-color: #37474f;
}

.bg-blue-grey-900 {
  background-color: #263238;
}

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

.inline {
  display: inline;
}

.hidden {
  display: none;
}

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

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

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

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

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

.font-sans {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

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

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

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

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

.h-full {
  height: 100%;
}

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

.m-4 {
  margin: 1rem;
}

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

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

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

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

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

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

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

.opacity-75 {
  opacity: .75;
}

.overflow-hidden {
  overflow: hidden;
}

.p-3 {
  padding: .75rem;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-3 {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

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

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

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

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

.pr-8 {
  padding-right: 2rem;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.pin-t {
  top: 0;
}

.pin-r {
  right: 0;
}

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

.shadow-md {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.text-center {
  text-align: center;
}

.text-red-400 {
  color: #ef5350;
}

.text-red-contrast {
  color: white;
}

.text-red-50-contrast {
  color: black;
}

.text-red-100-contrast {
  color: black;
}

.text-red-200-contrast {
  color: black;
}

.text-red-300-contrast {
  color: black;
}

.text-red-400-contrast {
  color: black;
}

.text-red-500-contrast {
  color: white;
}

.text-red-600-contrast {
  color: white;
}

.text-red-700-contrast {
  color: white;
}

.text-red-800-contrast {
  color: white;
}

.text-red-900-contrast {
  color: white;
}

.text-red-100-accent-contrast {
  color: black;
}

.text-red-200-accent-contrast {
  color: white;
}

.text-red-400-accent-contrast {
  color: white;
}

.text-red-700-accent-contrast {
  color: white;
}

.text-pink-contrast {
  color: white;
}

.text-pink-50-contrast {
  color: black;
}

.text-pink-100-contrast {
  color: black;
}

.text-pink-200-contrast {
  color: black;
}

.text-pink-300-contrast {
  color: black;
}

.text-pink-400-contrast {
  color: black;
}

.text-pink-500-contrast {
  color: white;
}

.text-pink-600-contrast {
  color: white;
}

.text-pink-700-contrast {
  color: white;
}

.text-pink-800-contrast {
  color: white;
}

.text-pink-900-contrast {
  color: white;
}

.text-pink-100-accent-contrast {
  color: black;
}

.text-pink-200-accent-contrast {
  color: white;
}

.text-pink-400-accent-contrast {
  color: white;
}

.text-pink-700-accent-contrast {
  color: white;
}

.text-purple-contrast {
  color: white;
}

.text-purple-50-contrast {
  color: black;
}

.text-purple-100-contrast {
  color: black;
}

.text-purple-200-contrast {
  color: black;
}

.text-purple-300-contrast {
  color: white;
}

.text-purple-400-contrast {
  color: white;
}

.text-purple-500-contrast {
  color: white;
}

.text-purple-600-contrast {
  color: white;
}

.text-purple-700-contrast {
  color: white;
}

.text-purple-800-contrast {
  color: white;
}

.text-purple-900-contrast {
  color: white;
}

.text-purple-100-accent-contrast {
  color: black;
}

.text-purple-200-accent-contrast {
  color: white;
}

.text-purple-400-accent-contrast {
  color: white;
}

.text-purple-700-accent-contrast {
  color: white;
}

.text-deep-purple-contrast {
  color: white;
}

.text-deep-purple-50-contrast {
  color: black;
}

.text-deep-purple-100-contrast {
  color: black;
}

.text-deep-purple-200-contrast {
  color: black;
}

.text-deep-purple-300-contrast {
  color: white;
}

.text-deep-purple-400-contrast {
  color: white;
}

.text-deep-purple-500-contrast {
  color: white;
}

.text-deep-purple-600-contrast {
  color: white;
}

.text-deep-purple-700-contrast {
  color: white;
}

.text-deep-purple-800-contrast {
  color: white;
}

.text-deep-purple-900-contrast {
  color: white;
}

.text-deep-purple-100-accent-contrast {
  color: black;
}

.text-deep-purple-200-accent-contrast {
  color: white;
}

.text-deep-purple-400-accent-contrast {
  color: white;
}

.text-deep-purple-700-accent-contrast {
  color: white;
}

.text-indigo-contrast {
  color: white;
}

.text-indigo-50-contrast {
  color: black;
}

.text-indigo-100-contrast {
  color: black;
}

.text-indigo-200-contrast {
  color: black;
}

.text-indigo-300-contrast {
  color: white;
}

.text-indigo-400-contrast {
  color: white;
}

.text-indigo-500-contrast {
  color: white;
}

.text-indigo-600-contrast {
  color: white;
}

.text-indigo-700-contrast {
  color: white;
}

.text-indigo-800-contrast {
  color: white;
}

.text-indigo-900-contrast {
  color: white;
}

.text-indigo-100-accent-contrast {
  color: black;
}

.text-indigo-200-accent-contrast {
  color: white;
}

.text-indigo-400-accent-contrast {
  color: white;
}

.text-indigo-700-accent-contrast {
  color: white;
}

.text-blue-contrast {
  color: white;
}

.text-blue-50-contrast {
  color: black;
}

.text-blue-100-contrast {
  color: black;
}

.text-blue-200-contrast {
  color: black;
}

.text-blue-300-contrast {
  color: black;
}

.text-blue-400-contrast {
  color: black;
}

.text-blue-500-contrast {
  color: white;
}

.text-blue-600-contrast {
  color: white;
}

.text-blue-700-contrast {
  color: white;
}

.text-blue-800-contrast {
  color: white;
}

.text-blue-900-contrast {
  color: white;
}

.text-blue-100-accent-contrast {
  color: black;
}

.text-blue-200-accent-contrast {
  color: white;
}

.text-blue-400-accent-contrast {
  color: white;
}

.text-blue-700-accent-contrast {
  color: white;
}

.text-light-blue-contrast {
  color: white;
}

.text-light-blue-50-contrast {
  color: black;
}

.text-light-blue-100-contrast {
  color: black;
}

.text-light-blue-200-contrast {
  color: black;
}

.text-light-blue-300-contrast {
  color: black;
}

.text-light-blue-400-contrast {
  color: black;
}

.text-light-blue-500-contrast {
  color: white;
}

.text-light-blue-600-contrast {
  color: white;
}

.text-light-blue-700-contrast {
  color: white;
}

.text-light-blue-800-contrast {
  color: white;
}

.text-light-blue-900-contrast {
  color: white;
}

.text-light-blue-100-accent-contrast {
  color: black;
}

.text-light-blue-200-accent-contrast {
  color: black;
}

.text-light-blue-400-accent-contrast {
  color: black;
}

.text-light-blue-700-accent-contrast {
  color: white;
}

.text-cyan-contrast {
  color: white;
}

.text-cyan-50-contrast {
  color: black;
}

.text-cyan-100-contrast {
  color: black;
}

.text-cyan-200-contrast {
  color: black;
}

.text-cyan-300-contrast {
  color: black;
}

.text-cyan-400-contrast {
  color: black;
}

.text-cyan-500-contrast {
  color: white;
}

.text-cyan-600-contrast {
  color: white;
}

.text-cyan-700-contrast {
  color: white;
}

.text-cyan-800-contrast {
  color: white;
}

.text-cyan-900-contrast {
  color: white;
}

.text-cyan-100-accent-contrast {
  color: black;
}

.text-cyan-200-accent-contrast {
  color: black;
}

.text-cyan-400-accent-contrast {
  color: black;
}

.text-cyan-700-accent-contrast {
  color: black;
}

.text-teal-contrast {
  color: white;
}

.text-teal-50-contrast {
  color: black;
}

.text-teal-100-contrast {
  color: black;
}

.text-teal-200-contrast {
  color: black;
}

.text-teal-300-contrast {
  color: black;
}

.text-teal-400-contrast {
  color: black;
}

.text-teal-500-contrast {
  color: white;
}

.text-teal-600-contrast {
  color: white;
}

.text-teal-700-contrast {
  color: white;
}

.text-teal-800-contrast {
  color: white;
}

.text-teal-900-contrast {
  color: white;
}

.text-teal-100-accent-contrast {
  color: black;
}

.text-teal-200-accent-contrast {
  color: black;
}

.text-teal-400-accent-contrast {
  color: black;
}

.text-teal-700-accent-contrast {
  color: black;
}

.text-green-contrast {
  color: white;
}

.text-green-50-contrast {
  color: black;
}

.text-green-100-contrast {
  color: black;
}

.text-green-200-contrast {
  color: black;
}

.text-green-300-contrast {
  color: black;
}

.text-green-400-contrast {
  color: black;
}

.text-green-500-contrast {
  color: white;
}

.text-green-600-contrast {
  color: white;
}

.text-green-700-contrast {
  color: white;
}

.text-green-800-contrast {
  color: white;
}

.text-green-900-contrast {
  color: white;
}

.text-green-100-accent-contrast {
  color: black;
}

.text-green-200-accent-contrast {
  color: black;
}

.text-green-400-accent-contrast {
  color: black;
}

.text-green-700-accent-contrast {
  color: black;
}

.text-light-green-contrast {
  color: black;
}

.text-light-green-50-contrast {
  color: black;
}

.text-light-green-100-contrast {
  color: black;
}

.text-light-green-200-contrast {
  color: black;
}

.text-light-green-300-contrast {
  color: black;
}

.text-light-green-400-contrast {
  color: black;
}

.text-light-green-500-contrast {
  color: black;
}

.text-light-green-600-contrast {
  color: black;
}

.text-light-green-700-contrast {
  color: black;
}

.text-light-green-800-contrast {
  color: white;
}

.text-light-green-900-contrast {
  color: white;
}

.text-light-green-100-accent-contrast {
  color: black;
}

.text-light-green-200-accent-contrast {
  color: black;
}

.text-light-green-400-accent-contrast {
  color: black;
}

.text-light-green-700-accent-contrast {
  color: black;
}

.text-lime-contrast {
  color: black;
}

.text-lime-50-contrast {
  color: black;
}

.text-lime-100-contrast {
  color: black;
}

.text-lime-200-contrast {
  color: black;
}

.text-lime-300-contrast {
  color: black;
}

.text-lime-400-contrast {
  color: black;
}

.text-lime-500-contrast {
  color: black;
}

.text-lime-600-contrast {
  color: black;
}

.text-lime-700-contrast {
  color: black;
}

.text-lime-800-contrast {
  color: black;
}

.text-lime-900-contrast {
  color: white;
}

.text-lime-100-accent-contrast {
  color: black;
}

.text-lime-200-accent-contrast {
  color: black;
}

.text-lime-400-accent-contrast {
  color: black;
}

.text-lime-700-accent-contrast {
  color: black;
}

.text-yellow-contrast {
  color: black;
}

.text-yellow-50-contrast {
  color: black;
}

.text-yellow-100-contrast {
  color: black;
}

.text-yellow-200-contrast {
  color: black;
}

.text-yellow-300-contrast {
  color: black;
}

.text-yellow-400-contrast {
  color: black;
}

.text-yellow-500-contrast {
  color: black;
}

.text-yellow-600-contrast {
  color: black;
}

.text-yellow-700-contrast {
  color: black;
}

.text-yellow-800-contrast {
  color: black;
}

.text-yellow-900-contrast {
  color: black;
}

.text-yellow-100-accent-contrast {
  color: black;
}

.text-yellow-200-accent-contrast {
  color: black;
}

.text-yellow-400-accent-contrast {
  color: black;
}

.text-yellow-700-accent-contrast {
  color: black;
}

.text-amber-contrast {
  color: black;
}

.text-amber-50-contrast {
  color: black;
}

.text-amber-100-contrast {
  color: black;
}

.text-amber-200-contrast {
  color: black;
}

.text-amber-300-contrast {
  color: black;
}

.text-amber-400-contrast {
  color: black;
}

.text-amber-500-contrast {
  color: black;
}

.text-amber-600-contrast {
  color: black;
}

.text-amber-700-contrast {
  color: black;
}

.text-amber-800-contrast {
  color: black;
}

.text-amber-900-contrast {
  color: black;
}

.text-amber-100-accent-contrast {
  color: black;
}

.text-amber-200-accent-contrast {
  color: black;
}

.text-amber-400-accent-contrast {
  color: black;
}

.text-amber-700-accent-contrast {
  color: black;
}

.text-orange-contrast {
  color: black;
}

.text-orange-50-contrast {
  color: black;
}

.text-orange-100-contrast {
  color: black;
}

.text-orange-200-contrast {
  color: black;
}

.text-orange-300-contrast {
  color: black;
}

.text-orange-400-contrast {
  color: black;
}

.text-orange-500-contrast {
  color: black;
}

.text-orange-600-contrast {
  color: black;
}

.text-orange-700-contrast {
  color: black;
}

.text-orange-800-contrast {
  color: white;
}

.text-orange-900-contrast {
  color: white;
}

.text-orange-100-accent-contrast {
  color: black;
}

.text-orange-200-accent-contrast {
  color: black;
}

.text-orange-400-accent-contrast {
  color: black;
}

.text-orange-700-accent-contrast {
  color: black;
}

.text-deep-orange-contrast {
  color: white;
}

.text-deep-orange-50-contrast {
  color: black;
}

.text-deep-orange-100-contrast {
  color: black;
}

.text-deep-orange-200-contrast {
  color: black;
}

.text-deep-orange-300-contrast {
  color: black;
}

.text-deep-orange-400-contrast {
  color: black;
}

.text-deep-orange-500-contrast {
  color: white;
}

.text-deep-orange-600-contrast {
  color: white;
}

.text-deep-orange-700-contrast {
  color: white;
}

.text-deep-orange-800-contrast {
  color: white;
}

.text-deep-orange-900-contrast {
  color: white;
}

.text-deep-orange-100-accent-contrast {
  color: black;
}

.text-deep-orange-200-accent-contrast {
  color: black;
}

.text-deep-orange-400-accent-contrast {
  color: white;
}

.text-deep-orange-700-accent-contrast {
  color: white;
}

.text-brown-contrast {
  color: white;
}

.text-brown-50-contrast {
  color: black;
}

.text-brown-100-contrast {
  color: black;
}

.text-brown-200-contrast {
  color: black;
}

.text-brown-300-contrast {
  color: white;
}

.text-brown-400-contrast {
  color: white;
}

.text-brown-500-contrast {
  color: white;
}

.text-brown-600-contrast {
  color: white;
}

.text-brown-700-contrast {
  color: white;
}

.text-brown-800-contrast {
  color: white;
}

.text-brown-900-contrast {
  color: white;
}

.text-grey-contrast {
  color: black;
}

.text-grey-50-contrast {
  color: black;
}

.text-grey-100-contrast {
  color: black;
}

.text-grey-200-contrast {
  color: black;
}

.text-grey-300-contrast {
  color: black;
}

.text-grey-400-contrast {
  color: black;
}

.text-grey-500-contrast {
  color: black;
}

.text-grey-600-contrast {
  color: white;
}

.text-grey-700-contrast {
  color: white;
}

.text-grey-800-contrast {
  color: white;
}

.text-grey-900-contrast {
  color: white;
}

.text-blue-grey-contrast {
  color: white;
}

.text-blue-grey-50-contrast {
  color: black;
}

.text-blue-grey-100-contrast {
  color: black;
}

.text-blue-grey-200-contrast {
  color: black;
}

.text-blue-grey-300-contrast {
  color: black;
}

.text-blue-grey-400-contrast {
  color: white;
}

.text-blue-grey-500-contrast {
  color: white;
}

.text-blue-grey-600-contrast {
  color: white;
}

.text-blue-grey-700-contrast {
  color: white;
}

.text-blue-grey-800-contrast {
  color: white;
}

.text-blue-grey-900-contrast {
  color: white;
}

.text-sm {
  font-size: .875rem;
}

.text-base {
  font-size: 1rem;
}

.text-xl {
  font-size: 1.25rem;
}

.uppercase {
  text-transform: uppercase;
}

.no-underline {
  text-decoration: none;
}

.hover\:underline:hover {
  text-decoration: underline;
}

.tracking-wide {
  letter-spacing: .05em;
}

.w-1\/2 {
  width: 50%;
}

.w-3\/4 {
  width: 75%;
}

.w-full {
  width: 100%;
}

.z-10 {
  z-index: 10;
}

/**
 * Here you would add any custom utilities you need that don't come out of the
 * box with Tailwind.
 *
 * Example :
 *
 * .bg-pattern-graph-paper { ... }
 * .skew-45 { ... }
 *
 * Or if using a preprocessor..
 *
 * @import "utilities/background-patterns";
 * @import "utilities/skew-transforms";
 */

@media (min-width: 768px) {

  .md\:w-1\/2 {
    width: 50%;
  }
}

@media (min-width: 992px) {

  .lg\:w-1\/4 {
    width: 25%;
  }
}