@import url(//hello.myfonts.net/count/35fb67);@import url(//hello.myfonts.net/count/35f9de);@charset "UTF-8";

/**
 * This injects Tailwind's base styles, which is a combination of
 * Normalize.css and some additional base styles.
 *
 * You can see the styles here:
 * https://github.com/tailwindcss/tailwindcss/blob/master/css/preflight.css
 *
 * If using `postcss-import`, you should import this line from it's own file:
 *
 * @import "./tailwind-preflight.css";
 *
 * See: https://github.com/tailwindcss/tailwindcss/issues/53#issuecomment-341413622
 */

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

article,
aside,
footer,
header,
nav,
section {
  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.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

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

figure {
  margin: 1em 40px;
}

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

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

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

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

b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

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

mark {
  background-color: #ff0;
  color: #000;
}

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

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

audio,
video {
  display: inline-block;
}

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

audio:not([controls]) {
  display: none;
  height: 0;
}

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

img {
  border-style: none;
}

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

svg:not(:root) {
  overflow: hidden;
}

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 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;
}

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

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

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

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

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

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

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

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

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

legend {
  -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 */
}

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

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

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

details,
/* 1 */
menu {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

canvas {
  display: inline-block;
}

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

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

button {
  background: transparent;
  padding: 0;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  margin: 0;
}

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

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

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

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

img {
  border-style: solid;
}

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

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

textarea {
  resize: vertical;
}

img {
  max-width: 100%;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

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

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

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

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

button,
[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 or `postcss-import`:
 *
 * @import "components/buttons";
 * @import "components/forms";
 */

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

/**
 * This injects all of Tailwind's utility classes, generated based on your
 * config file.
 *
 * If using `postcss-import`, you should import this line from it's own file:
 *
 * @import "./tailwind-utilities.css";
 *
 * See: https://github.com/tailwindcss/tailwindcss/issues/53#issuecomment-341413622
 */

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

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

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

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

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

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

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

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

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

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

.bg-white25 {
  background-color: rgba(255, 255, 255, .25);
}

.bg-primary-magenta {
  background-color: #ed2f62;
}

.bg-primary-orange {
  background-color: #f26d06;
}

.bg-primary-yellow {
  background-color: #fec350;
}

.bg-primary-teal {
  background-color: #00a4b3;
}

.bg-primary-dark-gray {
  background-color: #1f1f1f;
}

.bg-primary-neutral-gray {
  background-color: #7f8784;
}

.bg-primary-light-gray {
  background-color: #cacaca;
}

.bg-secondary-dark-magenta {
  background-color: #b31a44;
}

.bg-secondary-dark-orange {
  background-color: #e04d06;
}

.bg-secondary-dark-yellow {
  background-color: #c0891b;
}

.bg-secondary-dark-teal {
  background-color: #027286;
}

.bg-secondary-bright-green {
  background-color: #8fe986;
}

.bg-secondary-bright-purple {
  background-color: #bd86ed;
}

.bg-secondary-light-pink {
  background-color: #ed86a9;
}

.bg-nav-text-inactive {
  background-color: #e8bbc7;
}

.bg-grey-darkest {
  background-color: #3d4852;
}

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

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

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

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

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

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

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

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

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

.hover\:bg-white25:hover {
  background-color: rgba(255, 255, 255, .25);
}

.hover\:bg-primary-magenta:hover {
  background-color: #ed2f62;
}

.hover\:bg-primary-orange:hover {
  background-color: #f26d06;
}

.hover\:bg-primary-yellow:hover {
  background-color: #fec350;
}

.hover\:bg-primary-teal:hover {
  background-color: #00a4b3;
}

.hover\:bg-primary-dark-gray:hover {
  background-color: #1f1f1f;
}

.hover\:bg-primary-neutral-gray:hover {
  background-color: #7f8784;
}

.hover\:bg-primary-light-gray:hover {
  background-color: #cacaca;
}

.hover\:bg-secondary-dark-magenta:hover {
  background-color: #b31a44;
}

.hover\:bg-secondary-dark-orange:hover {
  background-color: #e04d06;
}

.hover\:bg-secondary-dark-yellow:hover {
  background-color: #c0891b;
}

.hover\:bg-secondary-dark-teal:hover {
  background-color: #027286;
}

.hover\:bg-secondary-bright-green:hover {
  background-color: #8fe986;
}

.hover\:bg-secondary-bright-purple:hover {
  background-color: #bd86ed;
}

.hover\:bg-secondary-light-pink:hover {
  background-color: #ed86a9;
}

.hover\:bg-nav-text-inactive:hover {
  background-color: #e8bbc7;
}

.hover\:bg-grey-darkest:hover {
  background-color: #3d4852;
}

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

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

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

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

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

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

.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-cover {
  background-size: cover;
}

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

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

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

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

.border-white25 {
  border-color: rgba(255, 255, 255, .25);
}

.border-primary-magenta {
  border-color: #ed2f62;
}

.border-primary-orange {
  border-color: #f26d06;
}

.border-primary-yellow {
  border-color: #fec350;
}

.border-primary-teal {
  border-color: #00a4b3;
}

.border-primary-dark-gray {
  border-color: #1f1f1f;
}

.border-primary-neutral-gray {
  border-color: #7f8784;
}

.border-primary-light-gray {
  border-color: #cacaca;
}

.border-secondary-dark-magenta {
  border-color: #b31a44;
}

.border-secondary-dark-orange {
  border-color: #e04d06;
}

.border-secondary-dark-yellow {
  border-color: #c0891b;
}

.border-secondary-dark-teal {
  border-color: #027286;
}

.border-secondary-bright-green {
  border-color: #8fe986;
}

.border-secondary-bright-purple {
  border-color: #bd86ed;
}

.border-secondary-light-pink {
  border-color: #ed86a9;
}

.border-nav-text-inactive {
  border-color: #e8bbc7;
}

.border-grey-darkest {
  border-color: #3d4852;
}

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

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

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

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

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

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

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

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

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

.hover\:border-white25:hover {
  border-color: rgba(255, 255, 255, .25);
}

.hover\:border-primary-magenta:hover {
  border-color: #ed2f62;
}

.hover\:border-primary-orange:hover {
  border-color: #f26d06;
}

.hover\:border-primary-yellow:hover {
  border-color: #fec350;
}

.hover\:border-primary-teal:hover {
  border-color: #00a4b3;
}

.hover\:border-primary-dark-gray:hover {
  border-color: #1f1f1f;
}

.hover\:border-primary-neutral-gray:hover {
  border-color: #7f8784;
}

.hover\:border-primary-light-gray:hover {
  border-color: #cacaca;
}

.hover\:border-secondary-dark-magenta:hover {
  border-color: #b31a44;
}

.hover\:border-secondary-dark-orange:hover {
  border-color: #e04d06;
}

.hover\:border-secondary-dark-yellow:hover {
  border-color: #c0891b;
}

.hover\:border-secondary-dark-teal:hover {
  border-color: #027286;
}

.hover\:border-secondary-bright-green:hover {
  border-color: #8fe986;
}

.hover\:border-secondary-bright-purple:hover {
  border-color: #bd86ed;
}

.hover\:border-secondary-light-pink:hover {
  border-color: #ed86a9;
}

.hover\:border-nav-text-inactive:hover {
  border-color: #e8bbc7;
}

.hover\:border-grey-darkest:hover {
  border-color: #3d4852;
}

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

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

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

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

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

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

.rounded-5 {
  border-radius: 5px;
}

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

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

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

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

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

.rounded-t-5 {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.rounded-r-5 {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.rounded-b-5 {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.rounded-l-5 {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

.rounded-l-lg {
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .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-5 {
  border-top-left-radius: 5px;
}

.rounded-tr-5 {
  border-top-right-radius: 5px;
}

.rounded-br-5 {
  border-bottom-right-radius: 5px;
}

.rounded-bl-5 {
  border-bottom-left-radius: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

.rounded-bl-lg {
  border-bottom-left-radius: .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-none {
  border-style: none;
}

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

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

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

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

.border {
  border-width: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cursor-auto {
  cursor: auto;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.table {
  display: table;
}

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

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

.hidden {
  display: none;
}

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

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

.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;
          flex: 1;
}

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

.flex-initial {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
}

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

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

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

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

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

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

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

.font-sans {
  font-family: ProximaNova-Regular, sans-serif;
}

.font-sans-bold {
  font-family: ProximaNova-Bold, sans-serif;
}

.font-sans-black {
  font-family: ProximaNova-Black, sans-serif;
}

.font-sans-italic {
  font-family: ProximaNova-RegularIt, sans-serif;
}

.font-serif {
  font-family: Merriweather, 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;
}

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

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

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

.h-4 {
  height: 1rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-24 {
  height: 6rem;
}

.h-32 {
  height: 8rem;
}

.h-48 {
  height: 12rem;
}

.h-50 {
  height: 50px;
}

.h-64 {
  height: 16rem;
}

.h-auto {
  height: auto;
}

.h-px {
  height: 1px;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.leading-18 {
  line-height: 18px;
}

.leading-21 {
  line-height: 21px;
}

.leading-22 {
  line-height: 22px;
}

.leading-29 {
  line-height: 29px;
}

.leading-30 {
  line-height: 30px;
}

.leading-36 {
  line-height: 36px;
}

.leading-42 {
  line-height: 42px;
}

.leading-58 {
  line-height: 58px;
}

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

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

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

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

.m-0 {
  margin: 0;
}

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

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

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

.m-4 {
  margin: 1rem;
}

.m-5 {
  margin: 5px;
}

.m-6 {
  margin: 1.5rem;
}

.m-8 {
  margin: 2rem;
}

.m-10 {
  margin: 10px;
}

.m-15 {
  margin: 15px;
}

.m-20 {
  margin: 20px;
}

.m-25 {
  margin: 25px;
}

.m-30 {
  margin: 30px;
}

.m-35 {
  margin: 35px;
}

.m-40 {
  margin: 40px;
}

.m-45 {
  margin: 45px;
}

.m-50 {
  margin: 50px;
}

.m-55 {
  margin: 55px;
}

.m-60 {
  margin: 60px;
}

.m-auto {
  margin: auto;
}

.m-px {
  margin: 1px;
}

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

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

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

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

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

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

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

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

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

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

.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mx-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.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: 10px;
  margin-bottom: 10px;
}

.mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mx-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.mx-25 {
  margin-left: 25px;
  margin-right: 25px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mx-30 {
  margin-left: 30px;
  margin-right: 30px;
}

.my-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.mx-35 {
  margin-left: 35px;
  margin-right: 35px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mx-40 {
  margin-left: 40px;
  margin-right: 40px;
}

.my-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.mx-45 {
  margin-left: 45px;
  margin-right: 45px;
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mx-50 {
  margin-left: 50px;
  margin-right: 50px;
}

.my-55 {
  margin-top: 55px;
  margin-bottom: 55px;
}

.mx-55 {
  margin-left: 55px;
  margin-right: 55px;
}

.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mx-60 {
  margin-left: 60px;
  margin-right: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-3 {
  margin-left: .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: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.ml-5 {
  margin-left: 5px;
}

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

.mr-10 {
  margin-right: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mr-55 {
  margin-right: 55px;
}

.mb-55 {
  margin-bottom: 55px;
}

.ml-55 {
  margin-left: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.ml-60 {
  margin-left: 60px;
}

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

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

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

.max-w-720 {
  max-width: 720px;
}

.max-w-1000 {
  max-width: 1000px;
}

.max-w-xs {
  max-width: 20rem;
}

.max-w-sm {
  max-width: 30rem;
}

.max-w-md {
  max-width: 40rem;
}

.max-w-lg {
  max-width: 50rem;
}

.max-w-xl {
  max-width: 60rem;
}

.max-w-2xl {
  max-width: 70rem;
}

.max-w-3xl {
  max-width: 80rem;
}

.max-w-4xl {
  max-width: 90rem;
}

.max-w-5xl {
  max-width: 100rem;
}

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

.-m-0 {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-my-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-px {
  margin-top: -1px;
  margin-bottom: -1px;
}

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

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

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

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

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

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

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

.-mb-1 {
  margin-bottom: -0.25rem;
}

.-ml-1 {
  margin-left: -0.25rem;
}

.-mt-2 {
  margin-top: -0.5rem;
}

.-mr-2 {
  margin-right: -0.5rem;
}

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

.-ml-2 {
  margin-left: -0.5rem;
}

.-mt-3 {
  margin-top: -0.75rem;
}

.-mr-3 {
  margin-right: -0.75rem;
}

.-mb-3 {
  margin-bottom: -0.75rem;
}

.-ml-3 {
  margin-left: -0.75rem;
}

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

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

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

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

.-mt-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-px {
  margin-top: -1px;
}

.-mr-px {
  margin-right: -1px;
}

.-mb-px {
  margin-bottom: -1px;
}

.-ml-px {
  margin-left: -1px;
}

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: .25;
}

.opacity-50 {
  opacity: .5;
}

.opacity-75 {
  opacity: .75;
}

.opacity-100 {
  opacity: 1;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-scroll {
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.overflow-y-scroll {
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.scrolling-touch {
  -webkit-overflow-scrolling: touch;
}

.scrolling-auto {
  -webkit-overflow-scrolling: auto;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: .25rem;
}

.p-2 {
  padding: 2px;
}

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

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 5px;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-10 {
  padding: 10px;
}

.p-15 {
  padding: 15px;
}

.p-20 {
  padding: 20px;
}

.p-25 {
  padding: 25px;
}

.p-30 {
  padding: 30px;
}

.p-35 {
  padding: 35px;
}

.p-40 {
  padding: 40px;
}

.p-45 {
  padding: 45px;
}

.p-50 {
  padding: 50px;
}

.p-55 {
  padding: 55px;
}

.p-60 {
  padding: 60px;
}

.p-65 {
  padding: 65px;
}

.p-70 {
  padding: 70px;
}

.p-75 {
  padding: 75px;
}

.p-100 {
  padding: 100px;
}

.p-340 {
  padding: 340px;
}

.p-px {
  padding: 1px;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

.py-2 {
  padding-top: 2px;
  padding-bottom: 2px;
}

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

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

.px-3 {
  padding-left: .75rem;
  padding-right: .75rem;
}

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

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

.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

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

.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: 10px;
  padding-bottom: 10px;
}

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

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

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

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

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

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

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

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

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

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

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

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.py-55 {
  padding-top: 55px;
  padding-bottom: 55px;
}

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

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.py-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}

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

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

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

.py-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

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

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.py-340 {
  padding-top: 340px;
  padding-bottom: 340px;
}

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

.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}

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

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.pt-1 {
  padding-top: .25rem;
}

.pr-1 {
  padding-right: .25rem;
}

.pb-1 {
  padding-bottom: .25rem;
}

.pl-1 {
  padding-left: .25rem;
}

.pt-2 {
  padding-top: 2px;
}

.pr-2 {
  padding-right: 2px;
}

.pb-2 {
  padding-bottom: 2px;
}

.pl-2 {
  padding-left: 2px;
}

.pt-3 {
  padding-top: .75rem;
}

.pr-3 {
  padding-right: .75rem;
}

.pb-3 {
  padding-bottom: .75rem;
}

.pl-3 {
  padding-left: .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: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pl-5 {
  padding-left: 5px;
}

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

.pr-10 {
  padding-right: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pl-35 {
  padding-left: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pl-45 {
  padding-left: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pr-55 {
  padding-right: 55px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pl-55 {
  padding-left: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pl-60 {
  padding-left: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pr-65 {
  padding-right: 65px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pl-65 {
  padding-left: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pr-70 {
  padding-right: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pl-70 {
  padding-left: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pr-75 {
  padding-right: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pl-75 {
  padding-left: 75px;
}

.pt-100 {
  padding-top: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pl-100 {
  padding-left: 100px;
}

.pt-340 {
  padding-top: 340px;
}

.pr-340 {
  padding-right: 340px;
}

.pb-340 {
  padding-bottom: 340px;
}

.pl-340 {
  padding-left: 340px;
}

.pt-px {
  padding-top: 1px;
}

.pr-px {
  padding-right: 1px;
}

.pb-px {
  padding-bottom: 1px;
}

.pl-px {
  padding-left: 1px;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.pin-none {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.pin {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.pin-y {
  top: 0;
  bottom: 0;
}

.pin-x {
  right: 0;
  left: 0;
}

.pin-t {
  top: 0;
}

.pin-r {
  right: 0;
}

.pin-b {
  bottom: 0;
}

.pin-l {
  left: 0;
}

.resize-none {
  resize: none;
}

.resize-y {
  resize: vertical;
}

.resize-x {
  resize: horizontal;
}

.resize {
  resize: both;
}

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

.shadow-lg {
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
          box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
}

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

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

.fill-current {
  fill: currentColor;
}

.stroke-current {
  stroke: currentColor;
}

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

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

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

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

.text-transparent {
  color: transparent;
}

.text-black {
  color: #000;
}

.text-white {
  color: #fff;
}

.text-white25 {
  color: rgba(255, 255, 255, .25);
}

.text-primary-magenta {
  color: #ed2f62;
}

.text-primary-orange {
  color: #f26d06;
}

.text-primary-yellow {
  color: #fec350;
}

.text-primary-teal {
  color: #00a4b3;
}

.text-primary-dark-gray {
  color: #1f1f1f;
}

.text-primary-neutral-gray {
  color: #7f8784;
}

.text-primary-light-gray {
  color: #cacaca;
}

.text-secondary-dark-magenta {
  color: #b31a44;
}

.text-secondary-dark-orange {
  color: #e04d06;
}

.text-secondary-dark-yellow {
  color: #c0891b;
}

.text-secondary-dark-teal {
  color: #027286;
}

.text-secondary-bright-green {
  color: #8fe986;
}

.text-secondary-bright-purple {
  color: #bd86ed;
}

.text-secondary-light-pink {
  color: #ed86a9;
}

.text-nav-text-inactive {
  color: #e8bbc7;
}

.text-grey-darkest {
  color: #3d4852;
}

.text-grey-darker {
  color: #606f7b;
}

.text-grey-dark {
  color: #8795a1;
}

.text-grey {
  color: #b8c2cc;
}

.text-grey-light {
  color: #dae1e7;
}

.text-grey-lighter {
  color: #f1f5f8;
}

.text-grey-lightest {
  color: #f8fafc;
}

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

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

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

.hover\:text-white25:hover {
  color: rgba(255, 255, 255, .25);
}

.hover\:text-primary-magenta:hover {
  color: #ed2f62;
}

.hover\:text-primary-orange:hover {
  color: #f26d06;
}

.hover\:text-primary-yellow:hover {
  color: #fec350;
}

.hover\:text-primary-teal:hover {
  color: #00a4b3;
}

.hover\:text-primary-dark-gray:hover {
  color: #1f1f1f;
}

.hover\:text-primary-neutral-gray:hover {
  color: #7f8784;
}

.hover\:text-primary-light-gray:hover {
  color: #cacaca;
}

.hover\:text-secondary-dark-magenta:hover {
  color: #b31a44;
}

.hover\:text-secondary-dark-orange:hover {
  color: #e04d06;
}

.hover\:text-secondary-dark-yellow:hover {
  color: #c0891b;
}

.hover\:text-secondary-dark-teal:hover {
  color: #027286;
}

.hover\:text-secondary-bright-green:hover {
  color: #8fe986;
}

.hover\:text-secondary-bright-purple:hover {
  color: #bd86ed;
}

.hover\:text-secondary-light-pink:hover {
  color: #ed86a9;
}

.hover\:text-nav-text-inactive:hover {
  color: #e8bbc7;
}

.hover\:text-grey-darkest:hover {
  color: #3d4852;
}

.hover\:text-grey-darker:hover {
  color: #606f7b;
}

.hover\:text-grey-dark:hover {
  color: #8795a1;
}

.hover\:text-grey:hover {
  color: #b8c2cc;
}

.hover\:text-grey-light:hover {
  color: #dae1e7;
}

.hover\:text-grey-lighter:hover {
  color: #f1f5f8;
}

.hover\:text-grey-lightest:hover {
  color: #f8fafc;
}

.text-11 {
  font-size: 11px;
}

.text-13 {
  font-size: 13px;
}

.text-14 {
  font-size: 14px;
}

.text-15 {
  font-size: 15px;
}

.text-16 {
  font-size: 16px;
}

.text-18 {
  font-size: 18px;
}

.text-22 {
  font-size: 22px;
}

.text-24 {
  font-size: 24px;
}

.text-30 {
  font-size: 30px;
}

.text-32 {
  font-size: 32px;
}

.text-48 {
  font-size: 48px;
}

.italic {
  font-style: italic;
}

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

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.hover\:italic:hover {
  font-style: italic;
}

.hover\:roman:hover {
  font-style: normal;
}

.hover\:uppercase:hover {
  text-transform: uppercase;
}

.hover\:lowercase:hover {
  text-transform: lowercase;
}

.hover\:capitalize:hover {
  text-transform: capitalize;
}

.hover\:normal-case:hover {
  text-transform: none;
}

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

.hover\:line-through:hover {
  text-decoration: line-through;
}

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

.hover\:antialiased:hover {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hover\:subpixel-antialiased:hover {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.tracking-2 {
  letter-spacing: 2px;
}

.tracking-4 {
  letter-spacing: 4px;
}

.tracking-tight {
  letter-spacing: -0.05em;
}

.tracking-normal {
  letter-spacing: 0;
}

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

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

.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-words {
  word-wrap: break-word;
}

.break-normal {
  word-wrap: normal;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.w-1 {
  width: .25rem;
}

.w-2 {
  width: .5rem;
}

.w-3 {
  width: .75rem;
}

.w-4 {
  width: 1rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-24 {
  width: 6rem;
}

.w-32 {
  width: 8rem;
}

.w-48 {
  width: 12rem;
}

.w-64 {
  width: 16rem;
}

.w-205 {
  width: 205px;
}

.w-215 {
  width: 215px;
}

.w-240 {
  width: 240px;
}

.w-415 {
  width: 415px;
}

.w-auto {
  width: auto;
}

.w-px {
  width: 1px;
}

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

.w-1\/3 {
  width: 33.33333%;
}

.w-2\/3 {
  width: 66.66667%;
}

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

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

.w-5\/6 {
  width: 83.33333%;
}

.w-full {
  width: 100%;
}

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

/* Bootstrap Grid */

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333333%;
          flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66666667%;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66666667%;
          flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333333%;
          flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66666667%;
          flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333333%;
          flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66666667%;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

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

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

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

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

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

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

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

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

  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

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

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

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

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

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

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

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

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

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

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

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

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

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

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

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

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

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

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

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

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

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

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

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

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

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

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

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

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

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

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

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

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

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

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

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

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

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

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

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

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

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

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

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

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

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

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

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

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

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

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

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

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

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

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

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

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

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

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

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

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

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

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

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

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

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

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

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

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

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

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

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

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

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

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

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

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

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

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

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

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

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

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

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

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

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

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

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

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

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

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

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

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

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

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

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

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

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

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

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

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

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

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: .25rem !important;
}

.pt-1,
.py-1 {
  padding-top: .25rem !important;
}

.pr-1,
.px-1 {
  padding-right: .25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: .25rem !important;
}

.pl-1,
.px-1 {
  padding-left: .25rem !important;
}

.p-2 {
  padding: .5rem !important;
}

.pt-2,
.py-2 {
  padding-top: .5rem !important;
}

.pr-2,
.px-2 {
  padding-right: .5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: .5rem !important;
}

.pl-2,
.px-2 {
  padding-left: .5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

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

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

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

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

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

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

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

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

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

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: .25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: .25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: .25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: .25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: .25rem !important;
  }

  .p-sm-2 {
    padding: .5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: .5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: .5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: .5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: .5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

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

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

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

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

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

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

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

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

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

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: .25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: .25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: .25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: .25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: .25rem !important;
  }

  .p-md-2 {
    padding: .5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: .5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: .5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: .5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: .5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

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

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

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

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

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

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

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

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

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

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: .25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: .25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: .25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: .25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: .25rem !important;
  }

  .p-lg-2 {
    padding: .5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: .5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: .5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: .5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: .5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

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

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

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

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

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

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

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

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

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

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: .25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: .25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: .25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: .25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: .25rem !important;
  }

  .p-xl-2 {
    padding: .5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: .5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: .5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: .5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: .5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

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

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

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

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

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

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

/* Utilities */

/**
 * @license
 * MyFonts Webfont Build ID 3537374, 2018-03-07T16:52:44-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: ProximaNovaA-Bold by Mark Simonson
 * URL: https://www.myfonts.com/fonts/marksimonson/proxima-nova/a-bold/
 * Licensed pageviews: 3,000,000
 * 
 * Webfont: ProximaNovaA-Regular by Mark Simonson
 * URL: https://www.myfonts.com/fonts/marksimonson/proxima-nova/a-regular/
 * Licensed pageviews: 4,000,000
 * 
 * Webfont: ProximaNovaA-RegularIt by Mark Simonson
 * URL: https://www.myfonts.com/fonts/marksimonson/proxima-nova/a-regular-it/
 * Licensed pageviews: 2,000,000
 * 
 * Webfont: ProximaNovaS-Bold by Mark Simonson
 * URL: https://www.myfonts.com/fonts/marksimonson/proxima-nova/s-bold/
 * Licensed pageviews: 3,000,000
 * 
 * Webfont: ProximaNovaS-Regular by Mark Simonson
 * URL: https://www.myfonts.com/fonts/marksimonson/proxima-nova/s-regular/
 * Licensed pageviews: 4,000,000
 * 
 * Webfont: ProximaNovaS-RegularIt by Mark Simonson
 * URL: https://www.myfonts.com/fonts/marksimonson/proxima-nova/s-regular-it/
 * Licensed pageviews: 2,000,000
 * 
 * Webfont: ProximaNova-Bold by Mark Simonson
 * URL: https://www.myfonts.com/fonts/marksimonson/proxima-nova/bold/
 * Licensed pageviews: 3,000,000
 * 
 * Webfont: ProximaNova-Regular by Mark Simonson
 * URL: https://www.myfonts.com/fonts/marksimonson/proxima-nova/regular/
 * Licensed pageviews: 4,000,000
 * 
 * Webfont: ProximaNova-RegularIt by Mark Simonson
 * URL: https://www.myfonts.com/fonts/marksimonson/proxima-nova/regular-it/
 * Licensed pageviews: 2,000,000
 * 
 * Webfont: ProximaNovaA-BlackIt by Mark Simonson
 * URL: https://www.myfonts.com/fonts/marksimonson/proxima-nova/a-black-it/
 * Licensed pageviews: 1,000,000
 * 
 * Webfont: ProximaNovaS-BlackIt by Mark Simonson
 * URL: https://www.myfonts.com/fonts/marksimonson/proxima-nova/s-black-it/
 * Licensed pageviews: 1,000,000
 * 
 * Webfont: ProximaNovaA-BoldIt by Mark Simonson
 * URL: https://www.myfonts.com/fonts/marksimonson/proxima-nova/a-bold-it/
 * Licensed pageviews: 1,000,000
 * 
 * Webfont: ProximaNovaS-BoldIt by Mark Simonson
 * URL: https://www.myfonts.com/fonts/marksimonson/proxima-nova/s-bold-it/
 * Licensed pageviews: 1,000,000
 * 
 * Webfont: ProximaNova-BoldIt by Mark Simonson
 * URL: https://www.myfonts.com/fonts/marksimonson/proxima-nova/bold-it/
 * Licensed pageviews: 1,000,000
 * 
 * Webfont: ProximaNova-BlackIt by Mark Simonson
 * URL: https://www.myfonts.com/fonts/marksimonson/proxima-nova/black-it/
 * Licensed pageviews: 1,000,000
 * 
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3537374
 * Webfonts copyright: Copyright (c) Mark Simonson, 2005. All rights reserved.
 * 
 * Â© 2018 MyFonts Inc
*/

/* @import must be at top of file, otherwise CSS will not work */

/* @import must be at top of file, otherwise CSS will not work */

@font-face {
  font-family: 'ProximaNova-Bold';
  src: url("../webfonts/35F9DE_6_0.eot");
  src: url("../webfonts/35F9DE_6_0.eot?#iefix") format("embedded-opentype"), url("../webfonts/35F9DE_6_0.woff2") format("woff2"), url("../webfonts/35F9DE_6_0.woff") format("woff"), url("../webfonts/35F9DE_6_0.ttf") format("truetype");
}

@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../webfonts/35F9DE_7_0.eot");
  src: url("../webfonts/35F9DE_7_0.eot?#iefix") format("embedded-opentype"), url("../webfonts/35F9DE_7_0.woff2") format("woff2"), url("../webfonts/35F9DE_7_0.woff") format("woff"), url("../webfonts/35F9DE_7_0.ttf") format("truetype");
}

@font-face {
  font-family: 'ProximaNova-RegularIt';
  src: url("../webfonts/35F9DE_8_0.eot");
  src: url("../webfonts/35F9DE_8_0.eot?#iefix") format("embedded-opentype"), url("../webfonts/35F9DE_8_0.woff2") format("woff2"), url("../webfonts/35F9DE_8_0.woff") format("woff"), url("../webfonts/35F9DE_8_0.ttf") format("truetype");
}

@font-face {
  font-family: 'ProximaNova-Black';
  src: url("../webfonts/35FB67_2_0.eot");
  src: url("../webfonts/35FB67_2_0.eot?#iefix") format("embedded-opentype"), url("../webfonts/35FB67_2_0.woff2") format("woff2"), url("../webfonts/35FB67_2_0.woff") format("woff"), url("../webfonts/35FB67_2_0.ttf") format("truetype");
}

body {
  font-size: 100%;
  font-family: 'ProximaNova-Regular', sans-serif;
}

.small-text {
  font-size: 1em;
}

.medium-text {
  font-size: 1.25em;
}

.big-text {
  font-size: 1.5em;
}

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

.heading {
  color: #fff;
  font-size: 3em;
  font-family: 'ProximaNova-Black';
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
  .heading {
    font-size: 4em;
    white-space: nowrap;
  }
}

.bold {
  font-weight: bold;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 9999px;
  background-color: #fff;
  color: #00a4b3;
  text-decoration: none;
  font-family: ProximaNova-Bold, sans-serif;
  font-size: 15px;
  -webkit-transition: color .5s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: color .5s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out, color .5s ease-in-out;
  transition: transform .3s ease-in-out, color .5s ease-in-out, -webkit-transform .3s ease-in-out;
}

.button:hover {
  color: #027286;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.button--small {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
}

@media (min-width: 576px) {
  .button--small {
    min-width: 80px;
  }
}

.button--white {
  background-color: #fff;
  color: #00a4b3;
}

.button--white:hover {
  background-color: #027286;
  color: #fff;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.button--color {
  background-color: #00a4b3;
  color: #fff;
}

.button--color:hover {
  background-color: #027286;
  color: #fff;
}

.button--large {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  min-width: 150px;
}

.button--primary-magenta {
  background-color: #ed2f62;
  color: #fff;
}

.button--primary-magenta:hover {
  background-color: #b31a44;
  color: #fff;
}

.button--cancel {
  margin-left: 20px;
  font-size: 16px;
  font-family: ProximaNova-Bold, sans-serif;
}

.button-primary {
  border-width: 2px;
  border-color: #b8c2cc;
  color: #000;
  font-weight: 700;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: .25rem;
  text-decoration: none;
}

.button--inactive-white,
.button--inactive-white:hover {
  color: #fff;
  opacity: .7;
}

.form-group {
  margin-bottom: 45px;
}

.form-group label {
  display: block;
  margin-bottom: .5rem;
}

label {
  font-family: ProximaNova-Bold, sans-serif;
  font-size: 18px;
  vertical-align: middle;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="date"],
input[type="number"],
input[type="tel"] {
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.5;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 50px;
  width: 100%;
  color: #1f1f1f;
  background-image: none;
  -webkit-appearance: none;
}

input[type="radio"],
input[type="checkbox"] {
  vertical-align: top;
  margin-right: 5px;
}

input[type="radio"] {
  display: none;
}

input[type="radio"] + label span {
  border: 3px solid #fff;
  background-color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  display: inline-block;
  cursor: pointer;
  vertical-align: bottom;
}

input[type="radio"] + label span.border-black {
  border: 3px solid black;
}

input[type="radio"]:checked + label span {
  background-color: #e04d06;
}

input[type="file"] {
  height: 50px;
  padding-top: 12px;
}

.checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 26px;
}

.checkbox label::before,
.checkbox label::after {
  position: absolute;
  content: '';
  display: inline-block;
}

/*Outer box of the fake checkbox*/

.checkbox label::before {
  height: 20px;
  width: 20px;
  background: white;
  left: 0;
  top: 0;
}

/*Checkmark of the fake checkbox*/

.checkbox label::after {
  height: 9px;
  width: 13px;
  border-left: 3px #e94925 solid;
  border-bottom: 3px #e94925 solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 4px;
  top: 3px;
}

/*Hide the checkmark by default*/

.checkbox input[type="checkbox"] + label::after {
  content: none;
}

/*Unhide on the checked state*/

.checkbox input[type="checkbox"]:checked + label::after {
  content: "";
}

/*Adding focus styles on the outer-box of the fake checkbox*/

.checkbox input[type="checkbox"]:focus + label::before {
  outline: #e94925 auto 5px;
}

input.share-link {
  width: auto;
  display: block;
  width: 100%;
  color: #4a4a4a;
}

@media (min-width: 576px) {
  input.share-link {
    width: 400px;
  }
}

.has-error input[type="text"],
.has-error input[type="password"],
.has-error input[type="email"],
.has-error input[type="date"],
.has-error select {
  background-color: #f6ccd1;
  border: 2px solid #d0021b;
}

.required:after {
  content: '*';
}

select {
  height: 50px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  background-image: url(../images/select-triangle.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-color: #fff;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #7f8784;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #7f8784;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #7f8784;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #7f8784;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.help-block {
  font-size: 14px;
  margin-top: 10px;
  display: block;
  font-family: ProximaNova-Bold, sans-serif;
}

.password-field {
  position: relative;
}

.password-field input {
  padding-right: 75px;
}

.password-field-toggle {
  background: transparent;
  border: 0;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70px;
  text-align: center;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.password-field-toggle:hover {
  text-decoration: underline;
}

.password-field-toggle:focus {
  outline: none;
}

[v-cloak] {
  display: none;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

  85% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  85% {
    opacity: 1;
  }
}

.fadein {
  -webkit-animation: fadein .5s linear;
          animation: fadein .5s linear;
}

.fadein-long {
  -webkit-animation: fadein 2s linear;
          animation: fadein 2s linear;
}

.form-fade-enter-active,
.form-fade-leave-active {
  max-height: 250px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.form-fade-enter,
.form-fade-leave-to {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  margin-bottom: 0;
}

@-webkit-keyframes openMainMenu {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes openMainMenu {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes scrollDownCTA {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  30% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes scrollDownCTA {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  30% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
  -webkit-transition-duration: 50ms;
          transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
  -webkit-transition-duration: .1s;
          transition-duration: .1s;
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
  -webkit-transition-delay: .25s;
          transition-delay: .25s;
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
  -webkit-transition-duration: .35s;
          transition-duration: .35s;
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
  -webkit-transition-delay: .35s;
          transition-delay: .35s;
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
  -webkit-transition-duration: .45s;
          transition-duration: .45s;
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
  -webkit-transition-delay: .45s;
          transition-delay: .45s;
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
  -webkit-transition-duration: .55s;
          transition-duration: .55s;
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
  -webkit-transition-delay: .55s;
          transition-delay: .55s;
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
  -webkit-transition-duration: .65s;
          transition-duration: .65s;
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
  -webkit-transition-delay: .65s;
          transition-delay: .65s;
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
  -webkit-transition-duration: .7s;
          transition-duration: .7s;
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
  -webkit-transition-delay: .7s;
          transition-delay: .7s;
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
  -webkit-transition-duration: .75s;
          transition-duration: .75s;
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
  -webkit-transition-delay: .75s;
          transition-delay: .75s;
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
  -webkit-transition-duration: .8s;
          transition-duration: .8s;
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
  -webkit-transition-duration: .85s;
          transition-duration: .85s;
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
  -webkit-transition-delay: .85s;
          transition-delay: .85s;
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
  -webkit-transition-duration: .9s;
          transition-duration: .9s;
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
  -webkit-transition-duration: .95s;
          transition-duration: .95s;
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
  -webkit-transition-delay: .95s;
          transition-delay: .95s;
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
  -webkit-transition-duration: 1.05s;
          transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
  -webkit-transition-duration: 1.1s;
          transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
  -webkit-transition-duration: 1.15s;
          transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.15s;
          transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
  -webkit-transition-duration: 1.25s;
          transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
  -webkit-transition-duration: 1.3s;
          transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
  -webkit-transition-duration: 1.35s;
          transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
  -webkit-transition-duration: 1.4s;
          transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
  -webkit-transition-duration: 1.45s;
          transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.45s;
          transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
  -webkit-transition-duration: 1.55s;
          transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.55s;
          transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
  -webkit-transition-duration: 1.6s;
          transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
  -webkit-transition-duration: 1.65s;
          transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.65s;
          transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
  -webkit-transition-duration: 1.7s;
          transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
  -webkit-transition-duration: 1.75s;
          transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.75s;
          transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
  -webkit-transition-duration: 1.8s;
          transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
  -webkit-transition-duration: 1.85s;
          transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.85s;
          transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
  -webkit-transition-duration: 1.9s;
          transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
  -webkit-transition-duration: 1.95s;
          transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.95s;
          transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
  -webkit-transition-duration: 2.05s;
          transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.05s;
          transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
  -webkit-transition-duration: 2.1s;
          transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
  -webkit-transition-duration: 2.15s;
          transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.15s;
          transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
  -webkit-transition-duration: 2.2s;
          transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
  -webkit-transition-duration: 2.25s;
          transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.25s;
          transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
  -webkit-transition-duration: 2.3s;
          transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
  -webkit-transition-duration: 2.35s;
          transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.35s;
          transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
  -webkit-transition-duration: 2.4s;
          transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
  -webkit-transition-duration: 2.45s;
          transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.45s;
          transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
  -webkit-transition-duration: 2.5s;
          transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
  -webkit-transition-duration: 2.55s;
          transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.55s;
          transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
  -webkit-transition-duration: 2.6s;
          transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
  -webkit-transition-duration: 2.65s;
          transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.65s;
          transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
  -webkit-transition-duration: 2.7s;
          transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
  -webkit-transition-duration: 2.75s;
          transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.75s;
          transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
  -webkit-transition-duration: 2.8s;
          transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
  -webkit-transition-duration: 2.85s;
          transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.85s;
          transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
  -webkit-transition-duration: 2.9s;
          transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.9s;
          transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
  -webkit-transition-duration: 2.95s;
          transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.95s;
          transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
  -webkit-transition-duration: 3s;
          transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(.25, .25, .75, .75);
          transition-timing-function: cubic-bezier(.25, .25, .75, .75);
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(.6, -0.28, .735, .045);
          transition-timing-function: cubic-bezier(.6, -0.28, .735, .045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
          transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(.68, -0.55, .265, 1.55);
          transition-timing-function: cubic-bezier(.68, -0.55, .265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(.47, 0, .745, .715);
          transition-timing-function: cubic-bezier(.47, 0, .745, .715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(.39, .575, .565, 1);
          transition-timing-function: cubic-bezier(.39, .575, .565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(.445, .05, .55, .95);
          transition-timing-function: cubic-bezier(.445, .05, .55, .95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad],
body[data-aos-easing=ease-in-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(.55, .085, .68, .53);
          transition-timing-function: cubic-bezier(.55, .085, .68, .53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad],
body[data-aos-easing=ease-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
          transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
body[data-aos-easing=ease-in-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(.455, .03, .515, .955);
          transition-timing-function: cubic-bezier(.455, .03, .515, .955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],
body[data-aos-easing=ease-in-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(.55, .085, .68, .53);
          transition-timing-function: cubic-bezier(.55, .085, .68, .53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],
body[data-aos-easing=ease-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
          transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(.455, .03, .515, .955);
          transition-timing-function: cubic-bezier(.455, .03, .515, .955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(.55, .085, .68, .53);
          transition-timing-function: cubic-bezier(.55, .085, .68, .53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
          transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(.455, .03, .515, .955);
          transition-timing-function: cubic-bezier(.455, .03, .515, .955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  -webkit-transform: translate3d(0, -100px, 0);
          transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  -webkit-transform: translate3d(-100px, 0, 0);
          transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  -webkit-transform: translate3d(100px, 0, 0);
          transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  -webkit-transform: translate3d(-100px, 100px, 0);
          transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  -webkit-transform: translate3d(100px, 100px, 0);
          transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  -webkit-transform: translate3d(-100px, -100px, 0);
          transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  -webkit-transform: translate3d(100px, -100px, 0);
          transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  -webkit-transform: scale(.6);
          transform: scale(.6);
}

[data-aos=zoom-in-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(.6);
          transform: translate3d(0, 100px, 0) scale(.6);
}

[data-aos=zoom-in-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(.6);
          transform: translate3d(0, -100px, 0) scale(.6);
}

[data-aos=zoom-in-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(.6);
          transform: translate3d(-100px, 0, 0) scale(.6);
}

[data-aos=zoom-in-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(.6);
          transform: translate3d(100px, 0, 0) scale(.6);
}

[data-aos=zoom-out] {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
          transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
          transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
          transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
          transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

[data-aos=slide-up] {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos=flip-left] {
  -webkit-transform: perspective(2500px) rotateY(-100deg);
          transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  -webkit-transform: perspective(2500px) rotateY(100deg);
          transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  -webkit-transform: perspective(2500px) rotateX(-100deg);
          transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  -webkit-transform: perspective(2500px) rotateX(100deg);
          transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}

.loading {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.loading svg {
  display: block;
  width: 50px;
  height: 50px;
}

.loading.magenta svg {
  fill: #ed2f62;
}

.loading.dark-magenta svg {
  fill: #b31a44;
}

.loading.cyan svg {
  fill: #00a4b3;
}

.loading.dark-cyan svg {
  fill: #027286;
}

.loading.orange svg {
  fill: #ff5933;
}

.loading.dark-orange svg {
  fill: #e94925;
}

.loading.purple svg {
  fill: #7242df;
}

.loading.dark-purple svg {
  fill: #5834be;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

main {
  margin-top: 70px;
}

@media only screen and (min-width: 576px) {
  main {
    margin-top: 100px;
  }
}

@media only screen and (min-width: 992px) {
  main {
    margin-top: 0;
  }
}

main.open-modal {
  overflow: hidden;
}

.wrapper {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1140px;
}

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

.unstyled-list li {
  margin-bottom: .5rem;
}

.example-in-tailwind {
  color: undefined;
}

.social-networks {
  display: inline-block;
}

.social-networks span {
  cursor: pointer;
}

.social-networks button,
.social-networks a {
  display: inline-block;
}

.social-networks-wrapper svg {
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.social-networks-wrapper svg:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.share-email svg {
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.share-email svg:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.app-section {
  min-height: calc(100vh - 70px);
}

@media (min-width: 576px) {
  .app-section {
    min-height: calc(100vh - 100px);
  }
}

.app-section.magenta {
  background-color: #ed2f62;
}

.app-section.dark-magenta {
  background-color: #b31a44;
}

.app-section.cyan {
  background-color: #00a4b3;
}

.app-section.orange {
  background-color: #ff5933;
}

a {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}

.main-text {
  font-weight: bold;
  font-size: 1.25em;
  color: #fff;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

/* components */

.modal--bg {
  background: rgba(0, 0, 0, .3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.modal.dialog {
  position: relative;
  max-width: 1024px;
  max-height: 100vh;
  width: 100%;
  overflow: auto;
}

@media only screen and (min-width: 576px) {
  .modal.dialog {
    width: 90%;
    max-height: calc(100vh - 30px);
  }
}

.modal-content {
  padding: 2rem;
}

.modal .btn-cancel,
.modal .btn-accept {
  border: 2px solid #7242df;
  padding: .5rem 0;
  width: 140px;
}

.modal .btn-default {
  border: 2px solid #7242df;
  padding: .5rem 2rem;
  background: #7242df;
  color: #fff;
}

.modal .btn-cancel {
  background: transparent;
  color: #7242df;
}

.modal .btn-accept {
  background: #7242df;
  color: #fff;
  margin-left: 1rem;
}

table {
  border-collapse: collapse;
  font-size: 16px;
  line-height: 18px;
  width: 100%;
}

.table-header {
  font-size: 24px;
  line-height: 30px;
  font-family: ProximaNova-Bold, sans-serif;
  text-transform: uppercase;
}

caption {
  text-align: left;
}

thead tr th,
tbody tr td {
  padding-left: 15px;
  padding-bottom: 20px;
  text-align: left;
}

@media (min-width: 576px) {
  thead tr th,
  tbody tr td {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

thead tr th:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

thead tr th:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-right: 15px;
}

tbody tr {
  border-bottom-width: 1px;
}

/* RESPONSIVE TABLES */

@media (max-width: 576px) {
  .table--responsive {
    border-top: 5px solid;
    border-color: #00a4b3;
    /* Force table to not be like tables anymore *//* Hide table headers (but not display: none;, for accessibility) */
  }

  .table--responsive table,
  .table--responsive thead,
  .table--responsive tbody,
  .table--responsive th,
  .table--responsive td,
  .table--responsive tr {
    display: block;
  }

  .table--responsive tr {
    padding-top: 20px;
  }

  .table--responsive thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .table--responsive td {
    /* Behave  like a "row" */
    border: none;
    position: relative;
    padding-left: 50%;
    padding-top: 6px;
    word-wrap: break-word;
  }

  .table--responsive td:before {
    font-family: ProximaNova-Bold, sans-serif;
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }

  .table--responsive.table--points td:nth-of-type(1):before {
    content: "Date";
  }

  .table--responsive td:nth-of-type(2):before {
    content: "Action";
  }

  .table--responsive td:nth-of-type(3):before {
    content: "Points";
  }

  .table--responsive td:nth-of-type(4):before {
    content: "Rolling Balance";
  }
}

.list--tabular li:last-child {
  padding-bottom: 0;
}

.cards-campaign > div {
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  -webkit-animation: fadein 1s linear;
          animation: fadein 1s linear;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.cards-campaign > div:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.cards-campaign > div:hover .card-campaigns {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
          box-shadow: 0 0 2px rgba(0, 0, 0, .2);
}

.cards-campaign > div:nth-child(1) {
  -webkit-animation-delay: .1s;
          animation-delay: .1s;
}

.cards-campaign > div:nth-child(2) {
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}

.cards-campaign > div:nth-child(3) {
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}

.cards-campaign > div:nth-child(4) {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}

.cards-campaign > div:nth-child(5) {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.cards-campaign > div:nth-child(6) {
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}

.cards-campaign > div:nth-child(7) {
  -webkit-animation-delay: .7s;
          animation-delay: .7s;
}

.cards-campaign > div:nth-child(8) {
  -webkit-animation-delay: .8s;
          animation-delay: .8s;
}

.cards-campaign > div:nth-child(9) {
  -webkit-animation-delay: .9s;
          animation-delay: .9s;
}

.card-campaigns {
  text-decoration: none;
}

@media (min-width: 576px) {
  .card-campaigns {
    width: calc(33.3333% - 20px);
    max-width: 215px;
    min-height: 125px;
  }
}

.card-points {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 5px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  font-family: ProximaNova-Bold, sans-serif;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #1f1f1f;
  min-height: 58px;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

@media (min-width: 768px) {
  .card-points {
    width: 325px;
  }
}

.card-points:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.25em;
  color: #fff;
}

.breadcrumbs a {
  text-decoration: none;
  color: #fff;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs span {
  margin-left: 10px;
  margin-right: 10px;
}

.btn {
  cursor: pointer;
  padding: .5rem 2rem;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 2rem;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  display: inline-block;
  margin: 1rem 0;
  text-align: center;
  text-decoration: none;
}

.btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  text-decoration: none;
}

.btn:focus {
  outline: none;
  text-decoration: none;
}

.btn-default-magenta {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.btn-default-magenta:hover {
  background: #fff;
  border: 2px solid #fff;
  color: #ed2f62;
}

.btn-default-dark-magenta {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.btn-default-dark-magenta:hover {
  background: #fff;
  border: 2px solid #fff;
  color: #b31a44;
}

.btn-default-cyan {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.btn-default-cyan:hover {
  background: #fff;
  border: 2px solid #fff;
  color: #00a4b3;
}

.btn-default-dark-cyan {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.btn-default-dark-cyan:hover {
  background: #fff;
  border: 2px solid #fff;
  color: #027286;
}

.btn-default-orange {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.btn-default-orange:hover {
  background: #fff;
  border: 2px solid #fff;
  color: #ff5933;
}

.btn-default-dark-orange {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.btn-default-dark-orange:hover {
  background: #fff;
  border: 2px solid #fff;
  color: #e94925;
}

.btn-default-purple {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.btn-default-purple:hover {
  background: #fff;
  border: 2px solid #fff;
  color: #7242df;
}

.btn-default-dark-purple {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.btn-default-dark-purple:hover {
  background: #fff;
  border: 2px solid #fff;
  color: #5834be;
}

.btn-white-magenta {
  background: #fff;
  border: 2px solid #fff;
  color: #ed2f62;
}

.btn-white-magenta:hover {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.btn-white-dark-magenta {
  background: #fff;
  border: 2px solid #fff;
  color: #b31a44;
}

.btn-white-dark-magenta:hover {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.btn-white-cyan {
  background: #fff;
  border: 2px solid #fff;
  color: #00a4b3;
}

.btn-white-cyan:hover {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.btn-white-dark-cyan {
  background: #fff;
  border: 2px solid #fff;
  color: #027286;
}

.btn-white-dark-cyan:hover {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.btn-white-orange {
  background: #fff;
  border: 2px solid #fff;
  color: #ff5933;
}

.btn-white-orange:hover {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.btn-white-dark-orange {
  background: #fff;
  border: 2px solid #fff;
  color: #e94925;
}

.btn-white-dark-orange:hover {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.btn-white-purple {
  background: #fff;
  border: 2px solid #fff;
  color: #7242df;
}

.btn-white-purple:hover {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.btn-white-dark-purple {
  background: #fff;
  border: 2px solid #fff;
  color: #5834be;
}

.btn-white-dark-purple:hover {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.btn-magenta {
  background: #ed2f62;
  border: 2px solid #ed2f62;
  color: #fff;
}

.btn-magenta:hover {
  background: #fff;
  border: 2px solid #fff;
  color: #ed2f62;
}

.btn-dark-magenta {
  background: #b31a44;
  border: 2px solid #b31a44;
  color: #fff;
}

.btn-dark-magenta:hover {
  background: #fff;
  border: 2px solid #fff;
  color: #b31a44;
}

.btn-cyan {
  background: #00a4b3;
  border: 2px solid #00a4b3;
  color: #fff;
}

.btn-cyan:hover {
  background: #fff;
  border: 2px solid #fff;
  color: #00a4b3;
}

.btn-dark-cyan {
  background: #027286;
  border: 2px solid #027286;
  color: #fff;
}

.btn-dark-cyan:hover {
  background: #fff;
  border: 2px solid #fff;
  color: #027286;
}

.btn-orange {
  background: #ff5933;
  border: 2px solid #ff5933;
  color: #fff;
}

.btn-orange:hover {
  background: #fff;
  border: 2px solid #fff;
  color: #ff5933;
}

.btn-dark-orange {
  background: #e94925;
  border: 2px solid #e94925;
  color: #fff;
}

.btn-dark-orange:hover {
  background: #fff;
  border: 2px solid #fff;
  color: #e94925;
}

.btn-purple {
  background: #7242df;
  border: 2px solid #7242df;
  color: #fff;
}

.btn-purple:hover {
  background: #fff;
  border: 2px solid #fff;
  color: #7242df;
}

.btn-dark-purple {
  background: #5834be;
  border: 2px solid #5834be;
  color: #fff;
}

.btn-dark-purple:hover {
  background: #fff;
  border: 2px solid #fff;
  color: #5834be;
}

.btn-static-magenta {
  background: #ed2f62;
  border: 2px solid #ed2f62;
  color: #fff;
}

.btn-static-magenta:hover {
  background: #ed2f62;
  border: 2px solid #ed2f62;
  color: #fff;
}

.btn-static-dark-magenta {
  background: #b31a44;
  border: 2px solid #b31a44;
  color: #fff;
}

.btn-static-dark-magenta:hover {
  background: #b31a44;
  border: 2px solid #b31a44;
  color: #fff;
}

.btn-static-purple {
  background: #7242df;
  border: 2px solid #7242df;
  color: #fff;
}

.btn-static-purple:hover {
  background: #7242df;
  border: 2px solid #7242df;
  color: #fff;
}

.btn-static-dark-purple {
  background: #5834be;
  border: 2px solid #5834be;
  color: #fff;
}

.btn-static-dark-purple:hover {
  background: #5834be;
  border: 2px solid #5834be;
  color: #fff;
}

.btn-static-cyan {
  background: #00a4b3;
  border: 2px solid #00a4b3;
  color: #fff;
}

.btn-static-cyan:hover {
  background: #00a4b3;
  border: 2px solid #00a4b3;
  color: #fff;
}

.btn-static-dark-cyan {
  background: #027286;
  border: 2px solid #027286;
  color: #fff;
}

.btn-static-dark-cyan:hover {
  background: #027286;
  border: 2px solid #027286;
  color: #fff;
}

.btn-inverted-purple {
  background: #fff;
  border: 2px solid #7242df;
  color: #7242df;
}

.btn-inverted-purple:hover {
  background: #fff;
  border: 2px solid #7242df;
  color: #7242df;
}

.btn-inverted-cyan {
  background: #fff;
  border: 2px solid #00a4b3;
  color: #00a4b3;
}

.btn-inverted-cyan:hover {
  background: #fff;
  border: 2px solid #00a4b3;
  color: #00a4b3;
}

.btn.disabled,
.btn:disabled {
  pointer-events: none;
  opacity: .3;
}

.responsive-video {
  position: relative;
  height: 1px;
  width: 100%;
  padding-bottom: 56.25%;
}

.responsive-video iframe,
.responsive-video-item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.tabs {
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabs-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.tabs-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 .25rem;
}

.tabs-list-item a {
  display: block;
  padding: 1rem;
  font-size: 1em;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .tabs-list-item a {
    font-size: 1.1em;
  }
}

@media only screen and (min-width: 992px) {
  .tabs-list-item a {
    font-size: 1.2em;
  }
}

@media only screen and (min-width: 1200px) {
  .tabs-list-item a {
    font-size: 1.3em;
  }
}

.tabs-list-item a span {
  display: inline-block;
  padding-bottom: .25rem;
}

.tabs-list-item.active a {
  font-weight: bold;
  pointer-events: none;
}

.tabs-list-item.active a span {
  border-bottom: 1px solid #fff;
  text-decoration: none;
}

.social {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0;
}

.social-menu {
  height: 100%;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social-menu-item {
  margin: 0 7.5px;
  width: 25px;
  height: 25px;
}

.social-menu-item a {
  display: block;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social-menu-item a svg {
  display: block;
  width: 100%;
  height: auto;
  fill: #fff;
}

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

.referral-link input {
  background: #fff;
  border: 1px solid #00a4b3;
  border-right-color: transparent;
  font-size: .85em;
  color: #000;
  height: 50px;
  padding: 0 1rem;
  line-height: 50px;
}

.referral-link button {
  width: 60px;
  height: 50px;
  background: #00a4b3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.referral-link button svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}

/* sections */

.footer {
  padding: 1rem 0 0;
}

@media only screen and (min-width: 768px) {
  .footer {
    padding: 0;
  }
}

.footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-logo {
  width: 50%;
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  max-width: 50%;
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.footer-logo a {
  display: inline-block;
  width: 130px;
  height: auto;
  padding-top: .5rem;
}

.footer-logo a svg {
  width: 100%;
  height: 25px;
}

@media only screen and (min-width: 768px) {
  .footer-logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 160px;
    max-width: 160px;
    margin-right: 15px;
  }
}

.footer-nav {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  max-width: 100%;
  padding: 1rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

@media only screen and (min-width: 768px) {
  .footer-nav {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 1rem 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.footer-nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-nav-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-nav-menu-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  max-width: 50%;
  padding: .25rem 0;
}

@media only screen and (min-width: 768px) {
  .footer-nav-menu-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    max-width: auto;
    padding: .25rem 1rem;
  }
}

.footer-nav-menu-item a {
  color: #1f1f1f;
  font-family: 'ProximaNova-Regular';
  text-decoration: none;
  font-size: .9em;
  font-weight: bold;
}

.footer-nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: .25rem 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  width: 100%;
  max-width: 1140px;
}

@media only screen and (min-width: 768px) {
  .footer-nav-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer-social {
  width: 50%;
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  max-width: 50%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media only screen and (min-width: 768px) {
  .footer-social {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 185px;
            flex: 1 0 185px;
    padding: 0 10px;
    max-width: 185px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.footer-social-menu {
  height: 100%;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-social-menu-item {
  margin: 0 7.5px;
  width: 25px;
  height: 25px;
}

.footer-social-menu-item a,
.footer-social-menu-item button {
  display: block;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.footer-social-menu-item a svg,
.footer-social-menu-item button svg {
  display: block;
  width: 100%;
  height: auto;
}

.footer-partners {
  background: #1f1f1f;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  max-width: 100%;
  padding: 2rem 15px;
}

@media only screen and (min-width: 768px) {
  .footer-partners {
    padding: 2rem 15px 1rem;
  }
}

.footer-partners-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.footer-partners-wrapper figure {
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 125px;
          flex: 1 0 125px;
  max-width: 205px;
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 576px) {
  .footer-partners-wrapper figure {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 225px;
            flex: 1 0 225px;
    max-width: 305px;
  }
}

@media only screen and (min-width: 768px) {
  .footer-partners-wrapper figure {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 16.6666666666%;
            flex: 1 0 16.6666666666%;
    max-width: 16.6666666666%;
  }
}

.footer-partners-ici img {
  width: 50px;
}

@media (min-width: 576px) {
  .footer-partners-ici img {
    width: 75px;
  }
}

.footer-partners-ford img {
  width: 95px;
}

@media (min-width: 576px) {
  .footer-partners-ford img {
    width: 125px;
  }
}

.footer-partners-nyc-young-men img,
.footer-partners-nyc-child img,
.footer-partners-psp img {
  width: 55px;
}

@media (min-width: 576px) {
  .footer-partners-nyc-young-men img,
  .footer-partners-nyc-child img,
  .footer-partners-psp img {
    width: 80px;
  }
}

.footer-partners p {
  display: none;
  margin-top: 1rem;
  color: #cacaca;
  font-size: .8em;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .footer-partners p {
    margin-top: 2rem;
    display: block;
  }
}

.footer .referral-modal {
  padding: 4rem 1rem 2.5rem;
  display: block;
  max-width: 500px;
  margin: 0 auto;
}

.footer .referral-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.footer .referral-modal-heading {
  font-size: 3.5em;
  color: #00a4b3;
  text-align: center;
  line-height: 80%;
  font-family: 'ProximaNova-Bold', sans-serif;
  font-weight: bold;
}

.footer .referral-modal-bitmoji {
  display: block;
  max-height: 40vh;
  width: auto;
  margin: 0 auto;
}

.footer .referral-modal-content {
  font-family: 'ProximaNova-Bold', sans-serif;
  font-size: 1.5em;
  color: #00a4b3;
  text-align: center;
  padding: .5rem 0;
}

.footer .referral-modal .social-networks-wrapper {
  margin-top: .5rem;
}

.footer .referral-modal .social-networks-wrapper svg {
  fill: #00a4b3;
}

.app-header {
  position: fixed;
  width: 100%;
  top: 0;
  padding: 0 15px;
  z-index: 49;
}

@media only screen and (min-width: 992px) {
  .app-header {
    position: relative;
  }
}

.app-header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1140px;
  margin: 0 auto;
}

@media only screen and (min-width: 576px) {
  .app-header-wrapper {
    height: 100px;
  }
}

.app-header .app-logo {
  width: 160px;
  height: auto;
  padding-top: .5rem;
}

.app-header .app-logo svg {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 576px) {
  .app-header .app-logo {
    width: 180px;
    margin-left: 15px;
  }
}

.app-header .toggle-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.app-header .toggle-points {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 40px;
          flex: 1 0 40px;
  width: 40px;
  height: 40px;
  background: #fff;
  margin-right: 1rem;
  border-radius: 50%;
  font-size: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: bolder;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 992px) {
  .app-header .toggle-points {
    display: none;
  }
}

.app-header .toggle-menu {
  width: 25px;
  height: 20px;
}

.app-header .toggle-menu span {
  display: block;
  position: relative;
  height: 4px;
  width: 100%;
  background: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  pointer-events: none;
}

.app-header .toggle-menu span::before {
  content: '';
  display: block;
  position: absolute;
  height: 4px;
  top: -7px;
  width: 100%;
  background: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.app-header .toggle-menu span::after {
  content: '';
  display: block;
  position: absolute;
  height: 4px;
  top: 7px;
  width: 100%;
  background: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.app-header .toggle-menu:hover,
.app-header .toggle-menu:focus {
  outline: none;
}

.app-header .toggle-menu.showing span {
  height: 0;
}

.app-header .toggle-menu.showing span::before {
  top: 0;
  height: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.app-header .toggle-menu.showing span::after {
  top: 0;
  height: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media only screen and (min-width: 992px) {
  .app-header .toggle-menu {
    display: none;
  }
}

.app-header .main-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2rem 0;
  overflow-y: auto;
  z-index: -1;
  display: none;
}

.app-header .main-nav-menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  margin: 70px 0 0 0;
}

@media only screen and (min-width: 576px) {
  .app-header .main-nav-menu {
    margin: 100px 0 0 16px;
  }
}

.app-header .main-nav-menu-item {
  position: relative;
  cursor: pointer;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 992px) {
  .app-header .main-nav-menu-item {
    margin-bottom: 0;
    opacity: .85;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }

  .app-header .main-nav-menu-item:hover {
    opacity: 1;
  }
}

.app-header .main-nav-menu-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold;
  letter-spacing: .02em;
  text-decoration: none;
  padding: 0 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
}

@media only screen and (max-width: 991px) {
  .app-header .main-nav-menu-item a {
    font-family: 'ProximaNova-Bold', sans-serif;
    font-size: 1.15em;
  }
}

@media only screen and (min-width: 992px) {
  .app-header .main-nav-menu-item.nav-button {
    display: inline-block;
    border: 2px solid #fff;
    margin: 0 .5rem;
    border-radius: 2rem;
  }

  .app-header .main-nav-menu-item.nav-button a {
    padding: .35rem 1.5rem;
    text-transform: uppercase;
  }
}

.app-header .main-nav-menu-points {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 40px;
          flex: 1 0 40px;
  width: 40px;
  height: 40px;
  background: #fff;
  margin-left: 1rem;
  border-radius: 50%;
  font-size: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: none;
  font-weight: bolder;
  text-decoration: none;
}

@media only screen and (min-width: 992px) {
  .app-header .main-nav-menu-points {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (min-width: 992px) {
  .app-header .main-nav-menu-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .app-header .main-nav-menu-dropdown::after {
    content: "";
    width: 0;
    height: 0;
    position: relative;
    top: 2px;
    left: -7px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
  }
}

.app-header .main-nav-menu-dropdown-submenu {
  list-style: none;
  padding: .5rem 1rem;
}

@media only screen and (min-width: 992px) {
  .app-header .main-nav-menu-dropdown-submenu {
    min-width: 100%;
    background: #fff;
    display: none;
    padding: 0;
  }
}

.app-header .main-nav-menu-dropdown-submenu li a {
  padding: .25rem 0;
  white-space: nowrap;
  font-weight: normal;
  font-family: 'ProximaNova-Regular', sans-serif;
}

@media only screen and (min-width: 992px) {
  .app-header .main-nav-menu-dropdown-submenu li a {
    padding: .75rem 1rem;
    font-size: .9em;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    font-weight: bold;
  }
}

@media only screen and (min-width: 1200px) {
  .app-header .main-nav-menu-dropdown-submenu li a {
    font-size: 1em;
  }
}

@media only screen and (min-width: 992px) {
  .app-header .main-nav-menu-dropdown-submenu {
    position: absolute;
    top: 100%;
    right: 0;
  }
}

.app-header .main-nav-menu-dropdown.showing {
  opacity: 1;
}

.app-header .main-nav-menu-dropdown.showing .main-nav-menu-dropdown-submenu {
  display: block;
}

@media only screen and (min-width: 992px) {
  .app-header .main-nav-menu-dropdown {
    position: relative;
  }
}

@media only screen and (min-width: 992px) {
  .app-header .main-nav-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .app-header .main-nav-menu-item a {
    font-size: 1em;
    padding: 1rem;
  }
}

@media only screen and (min-width: 1200px) {
  .app-header .main-nav-menu-item a {
    padding: 1.25rem 1rem;
  }
}

.app-header .main-nav.showing {
  display: block;
  -webkit-animation: openMainMenu .3s ease;
          animation: openMainMenu .3s ease;
}

@media only screen and (min-width: 992px) {
  .app-header .main-nav {
    width: auto;
    height: 60px;
    position: relative;
    overflow-y: visible;
    display: block;
    z-index: auto;
    padding: 0;
    margin-right: 15px;
  }
}

.app-header.magenta {
  background: #ed2f62;
}

.app-header.magenta .app-header-wrapper,
.app-header.magenta .main-nav {
  background: #ed2f62;
}

.app-header.magenta .main-nav-menu-points,
.app-header.magenta .toggle-points {
  color: #ed2f62;
}

@media only screen and (min-width: 992px) {
  .app-header.magenta .main-nav-menu-dropdown-submenu a {
    color: #ed2f62;
  }

  .app-header.magenta .main-nav-menu-dropdown-submenu a:hover {
    background: rgba(237, 47, 98, .1);
  }
}

.app-header.dark-magenta {
  background: #b31a44;
}

.app-header.dark-magenta .app-header-wrapper,
.app-header.dark-magenta .main-nav {
  background: #b31a44;
}

.app-header.dark-magenta .main-nav-menu-points,
.app-header.dark-magenta .toggle-points {
  color: #b31a44;
}

@media only screen and (min-width: 992px) {
  .app-header.dark-magenta .main-nav-menu-dropdown-submenu a {
    color: #b31a44;
  }

  .app-header.dark-magenta .main-nav-menu-dropdown-submenu a:hover {
    background: rgba(179, 26, 68, .1);
  }
}

.app-header.cyan {
  background: #00a4b3;
}

.app-header.cyan .app-header-wrapper,
.app-header.cyan .main-nav {
  background: #00a4b3;
}

.app-header.cyan .main-nav-menu-points,
.app-header.cyan .toggle-points {
  color: #00a4b3;
}

@media only screen and (min-width: 992px) {
  .app-header.cyan .main-nav-menu-dropdown-submenu a {
    color: #00a4b3;
  }

  .app-header.cyan .main-nav-menu-dropdown-submenu a:hover {
    background: rgba(0, 164, 179, .1);
  }
}

.app-header.dark-cyan {
  background: #027286;
}

.app-header.dark-cyan .app-header-wrapper,
.app-header.dark-cyan .main-nav {
  background: #027286;
}

.app-header.dark-cyan .main-nav-menu-points,
.app-header.dark-cyan .toggle-points {
  color: #027286;
}

@media only screen and (min-width: 992px) {
  .app-header.dark-cyan .main-nav-menu-dropdown-submenu a {
    color: #027286;
  }

  .app-header.dark-cyan .main-nav-menu-dropdown-submenu a:hover {
    background: rgba(2, 114, 134, .1);
  }
}

.app-header.orange {
  background: #ff5933;
}

.app-header.orange .app-header-wrapper,
.app-header.orange .main-nav {
  background: #ff5933;
}

.app-header.orange .main-nav-menu-points,
.app-header.orange .toggle-points {
  color: #ff5933;
}

@media only screen and (min-width: 992px) {
  .app-header.orange .main-nav-menu-dropdown-submenu a {
    color: #ff5933;
  }

  .app-header.orange .main-nav-menu-dropdown-submenu a:hover {
    background: rgba(255, 89, 51, .1);
  }
}

.app-header.dark-orange {
  background: #e94925;
}

.app-header.dark-orange .app-header-wrapper,
.app-header.dark-orange .main-nav {
  background: #e94925;
}

.app-header.dark-orange .main-nav-menu-points,
.app-header.dark-orange .toggle-points {
  color: #e94925;
}

@media only screen and (min-width: 992px) {
  .app-header.dark-orange .main-nav-menu-dropdown-submenu a {
    color: #e94925;
  }

  .app-header.dark-orange .main-nav-menu-dropdown-submenu a:hover {
    background: rgba(233, 73, 37, .1);
  }
}

.app-header.purple {
  background: #7242df;
}

.app-header.purple .app-header-wrapper,
.app-header.purple .main-nav {
  background: #7242df;
}

.app-header.purple .main-nav-menu-points,
.app-header.purple .toggle-points {
  color: #7242df;
}

@media only screen and (min-width: 992px) {
  .app-header.purple .main-nav-menu-dropdown-submenu a {
    color: #7242df;
  }

  .app-header.purple .main-nav-menu-dropdown-submenu a:hover {
    background: rgba(114, 66, 223, .1);
  }
}

.app-header.dark-purple {
  background: #5834be;
}

.app-header.dark-purple .app-header-wrapper,
.app-header.dark-purple .main-nav {
  background: #5834be;
}

.app-header.dark-purple .main-nav-menu-points,
.app-header.dark-purple .toggle-points {
  color: #5834be;
}

@media only screen and (min-width: 992px) {
  .app-header.dark-purple .main-nav-menu-dropdown-submenu a {
    color: #5834be;
  }

  .app-header.dark-purple .main-nav-menu-dropdown-submenu a:hover {
    background: rgba(88, 52, 190, .1);
  }
}

.sub-nav {
  height: 100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 768px) {
  .sub-nav {
    height: 130px;
  }
}

.sub-nav.magenta {
  background: #ed2f62;
}

.sub-nav.dark-magenta {
  background: #b31a44;
}

.sub-nav.cyan {
  background: #00a4b3;
}

.sub-nav.dark-cyan {
  background: #027286;
}

.sub-nav.orange {
  background: #ff5933;
}

.sub-nav.dark-orange {
  background: #e94925;
}

.sub-nav.purple {
  background: #7242df;
}

.sub-nav.dark-purple {
  background: #5834be;
}

.sub-nav-list {
  max-width: 100%;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sub-nav-item {
  font-size: 1em;
  padding: .25rem .5rem;
}

@media only screen and (min-width: 768px) {
  .sub-nav-item {
    font-size: 1.2em;
    padding: .5rem 1rem;
  }
}

.sub-nav-item a {
  font-weight: bold;
  text-decoration: none;
}

.sub-nav-item.active a {
  border-bottom: 1px solid white;
  pointer-events: none;
}

/* templates */

.home-welcome {
  background: #ed2f62;
  padding: 0 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-height: 620px) {
  .home-welcome {
    height: auto !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) and (max-height: 725px) {
  .home-welcome {
    height: auto !important;
  }
}

.home-welcome-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home-welcome-title h1 {
  color: #fff;
  font-size: 12vw;
  font-family: 'ProximaNova-Black', sans-serif;
  padding: .5rem;
  text-align: center;
  letter-spacing: .03em;
  line-height: 1em;
}

.home-welcome-title h1 span {
  display: block;
  font-size: .5em;
  margin-top: .25em;
}

@media only screen and (min-width: 576px) {
  .home-welcome-title h1 {
    font-size: 8vw;
  }
}

@media only screen and (min-width: 768px) {
  .home-welcome-title h1 {
    width: 100%;
  }

  .home-welcome-title h1 br {
    display: none;
  }

  .home-welcome-title h1 span {
    font-size: 1em;
    margin-top: 0;
  }
}

@media only screen and (min-width: 992px) {
  .home-welcome-title h1 {
    font-size: 5em;
    text-align: left;
    max-width: 1140px;
  }
}

@media only screen and (min-width: 1200px) {
  .home-welcome-title h1 {
    font-size: 6em;
  }
}

.home-welcome-scroll {
  width: 100%;
  position: absolute;
  bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 992px) {
  .home-welcome-scroll {
    display: none;
  }
}

.home-welcome-scroll-cta {
  display: inline-block;
  width: 25px;
  -webkit-animation-name: scrollDownCTA;
          animation-name: scrollDownCTA;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  cursor: pointer;
}

.home-welcome-scroll-cta svg {
  fill: #fff;
  width: 25px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.home-welcome-section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.home-welcome-section p {
  display: none;
  margin: 2rem 0 4rem;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-welcome-section p {
    display: block;
    width: 60%;
    margin: 1rem auto 4rem;
  }
}

@media only screen and (min-width: 992px) {
  .home-welcome-section {
    margin: 0 auto;
    width: 100%;
    max-width: 1140px;
    padding: 0 15px;
  }
}

.home-welcome-cta {
  width: 100%;
  position: absolute;
  bottom: 30px;
  z-index: 2;
}

@media only screen and (min-width: 992px) {
  .home-welcome-cta {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 50%;
  }
}

.home-welcome-cta-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .home-welcome-cta-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.home-welcome-cta p {
  font-weight: bold;
  display: none;
  text-align: left;
  line-height: 1.125em;
}

@media only screen and (min-width: 992px) {
  .home-welcome-cta p {
    display: block;
    width: 400px;
  }
}

.home-welcome-cta-learn {
  display: none;
}

@media only screen and (min-width: 992px) {
  .home-welcome-cta-learn {
    display: inline-block;
    margin-right: 1rem;
  }
}

.home-welcome-bitmoji {
  width: 100%;
  height: auto;
  z-index: 1;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media only screen and (min-width: 992px) {
  .home-welcome-bitmoji {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 50%;
  }
}

.home-welcome-bitmoji figure {
  margin: 0;
  width: 100%;
  max-width: 415px;
}

.home-welcome-bitmoji img {
  display: block;
}

.home-about {
  background: #b31a44;
  padding: 2rem 0;
}

.home-about-feature {
  background: #ed2f62;
  width: 225px;
  height: 225px;
  border-radius: 50%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  position: relative;
}

.home-about-feature img {
  position: absolute;
  width: 100%;
  height: auto;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  pointer-events: none;
  bottom: 0;
  left: 0;
}

.home-about-feature figcaption {
  color: #fff;
  font-weight: bold;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  text-align: center;
  padding: .25rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: .05em;
}

.home-about-feature-caption {
  margin: 1rem 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.home-about-feature:hover img {
  opacity: 0;
}

.home-about-feature:hover figcaption {
  opacity: 1;
}

.home-register {
  background: #ed2f62;
  padding: 2rem 0;
}

.home-register p {
  margin: 0 auto;
  color: #fff;
  font-size: 1em;
  text-align: center;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .home-register p {
    font-size: 1.5em;
    width: 400px;
  }
}

@media only screen and (min-width: 992px) {
  .home-register p {
    width: 510px;
    font-size: 2em;
  }
}

.home-refer {
  background: #b31a44;
  padding: 2rem 0;
}

.home-refer p {
  margin: 0 auto;
  color: #fff;
  font-size: 1em;
  text-align: center;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .home-refer p {
    font-size: 1.5em;
    width: 400px;
  }
}

@media only screen and (min-width: 992px) {
  .home-refer p {
    width: 510px;
    font-size: 2em;
  }
}

.home .modal h2 {
  margin: 0 auto;
  color: #00a4b3;
  font-size: 1em;
  text-align: center;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .home .modal h2 {
    font-size: 1.5em;
    width: 400px;
  }
}

@media only screen and (min-width: 992px) {
  .home .modal h2 {
    width: 510px;
    font-size: 1.5em;
  }
}

.home .modal h5 {
  font-size: 1.5em;
  text-align: center;
  color: #00a4b3;
  font-weight: bold;
  font-family: 'ProximaNova-Bold', sans-serif;
  padding-bottom: 1rem;
}

@media only screen and (min-width: 576px) {
  .home .modal h5 {
    font-size: 2.5em;
  }
}

@media only screen and (min-width: 768px) {
  .home .modal h5 {
    font-size: 3em;
  }
}

.login-register {
  background: #ff5933;
  padding: 2rem 0 0;
  min-height: calc(100vh - 70px);
  color: #fff;
}

@media only screen and (min-width: 992px) {
  .login-register {
    min-height: calc(100vh - 100px);
  }
}

.login-register-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login-register-header .heading {
  text-align: left;
}

@media only screen and (min-width: 992px) {
  .login-register-header .heading {
    text-align: center;
  }
}

.login-register-header-bitmoji {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.login-register-header-bitmoji figure {
  margin: 0;
  width: 100px;
  height: 100px;
}

.login-register-header-bitmoji figure img {
  display: block;
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .login-register-header-bitmoji {
    display: none;
  }
}

.login-register-header h1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

@media only screen and (min-width: 768px) {
  .login-register-header h1 {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 100%;
    text-align: center;
  }
}

.login-register-text {
  margin-top: .5rem;
  text-align: left;
}

@media only screen and (min-width: 992px) {
  .login-register-text {
    text-align: center;
  }
}

.login-register-form-birth-date {
  margin-bottom: 45px;
}

.login-register-form-birth-date-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
}

.login-register-form-birth-date-group .form-group {
  max-width: 80px;
  margin-right: 10px;
  margin-bottom: 0;
}

.login-register-form-birth-date-group .form-group:last-child {
  max-width: 100px;
}

.login-register-cta {
  text-decoration: none;
}

.login-register-cta:hover {
  text-decoration: underline;
}

.login-register-bitmoji {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.login-register-bitmoji figure {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

.login-register input[type="number"]::-webkit-outer-spin-button,
.login-register input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.login-register input[type="number"] {
  -moz-appearance: textfield;
}

.dashboard {
  color: #fff;
  background: #ff5933;
  min-height: calc(100vh - 70px);
}

@media only screen and (min-width: 992px) {
  .dashboard {
    min-height: calc(100vh - 100px);
  }
}

.dashboard p.paragraph-text {
  font-size: 1.25em;
  padding: .75rem 0;
}

@media only screen and (min-width: 768px) {
  .dashboard p.paragraph-text {
    font-size: 1.5em;
  }
}

.dashboard p,
.dashboard label,
.dashboard .help-block {
  color: #fff;
}

.dashboard-activity {
  text-align: center;
  padding-bottom: 2rem;
}

.dashboard-activity-item {
  padding-bottom: 2rem;
}

@media only screen and (min-width: 768px) {
  .dashboard-activity-item:first-child .dashboard-activity-wrapper {
    border-right: 1px solid #fff;
  }

  .dashboard-activity-item:last-child .dashboard-activity-wrapper {
    border-left: 1px solid #fff;
  }
}

.dashboard-activity-data {
  font-size: 6em;
  font-family: 'ProximaNova-Black', sans-serif;
  line-height: .5;
  height: 40px;
}

.dashboard-activity-name {
  margin-top: 3rem;
  display: block;
  font-size: 1.25em;
  font-family: 'ProximaNova-Regular', sans-serif;
  font-weight: bold;
}

.dashboard-activity-wrapper {
  border-top: 1px solid #fff;
  padding-top: 2rem;
}

@media only screen and (min-width: 768px) {
  .dashboard-activity-wrapper {
    padding-top: 0;
    border-top: 0;
  }
}

.dashboard-surveys,
.dashboard-raffles {
  padding: 2rem 0;
  background: #e94925;
}

.dashboard-surveys-item,
.dashboard-raffles-item {
  border: 1px solid #fff;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 150px;
}

.dashboard-surveys-item h3,
.dashboard-raffles-item h3 {
  font-weight: bold;
}

.dashboard-surveys p,
.dashboard-raffles p {
  font-weight: bold;
}

.dashboard-raffles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.dashboard-raffles h3 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.survey-not-logged-in {
  color: #027286;
}

.survey-not-logged-in .modal-title {
  font-weight: bold;
  font-size: 2.25rem;
  margin-bottom: 1rem;
}

.surveys,
.results {
  background: #00a4b3;
  min-height: calc(100vh - 70px);
  position: relative;
}

@media only screen and (min-width: 992px) {
  .surveys,
  .results {
    min-height: calc(100vh - 100px);
  }
}

.surveys-total,
.results-total {
  text-align: center;
  color: #fff;
  font-weight: bold;
  display: none;
}

@media only screen and (min-width: 768px) {
  .surveys-total,
  .results-total {
    display: block;
  }
}

.surveys-total-items,
.results-total-items {
  text-align: center;
  color: #fff;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .surveys-total-items,
  .results-total-items {
    display: none;
  }
}

.surveys-card-aspect-container,
.results-card-aspect-container {
  padding-top: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.surveys-card-aspect-container:hover,
.results-card-aspect-container:hover {
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
}

.surveys-card,
.results-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-bottom: 25px;
}

.surveys-card-wrapper,
.results-card-wrapper {
  background: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 2px solid #00a4b3;
}

@media only screen and (min-width: 768px) {
  .surveys-card-wrapper,
  .results-card-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.surveys-card-picture,
.results-card-picture {
  height: auto;
  width: 100%;
  position: relative;
}

.surveys-card-picture figure,
.results-card-picture figure {
  margin: 0;
  padding-bottom: 70%;
  background-size: cover;
  background-position: center;
}

@media only screen and (min-width: 768px) {
  .surveys-card-picture figure,
  .results-card-picture figure {
    padding: 0;
    height: 100%;
  }
}

.surveys-card-close-date,
.results-card-close-date {
  position: absolute;
  top: 15px;
  left: 15px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1em;
  color: #fff;
  letter-spacing: 0;
  line-height: 120%;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
  z-index: 3;
}

@media only screen and (min-width: 768px) {
  .surveys-card-close-date,
  .results-card-close-date {
    left: auto;
    right: 15px;
    top: auto;
    bottom: 15px;
  }
}

.surveys-card-data,
.results-card-data {
  padding: 0 15px;
  color: #027286;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media only screen and (min-width: 768px) {
  .surveys-card-data,
  .results-card-data {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    padding: 15px;
  }
}

.surveys-card-data-wrapper,
.results-card-data-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media only screen and (min-width: 768px) {
  .surveys-card-data-wrapper,
  .results-card-data-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}

@media only screen and (min-width: 992px) {
  .surveys-card-data-wrapper,
  .results-card-data-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 260px;
            flex: 1 0 260px;
    max-height: 260px;
  }
}

@media only screen and (min-width: 1200px) {
  .surveys-card-data-wrapper,
  .results-card-data-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 150px;
            flex: 1 0 150px;
    max-height: 150px;
  }
}

.surveys-card-data .name,
.results-card-data .name {
  font-family: Helvetica;
  font-size: 1.5em;
  letter-spacing: 0;
  line-height: 110%;
  font-family: 'ProximaNova-Bold';
  padding: 1rem 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media only screen and (min-width: 768px) {
  .surveys-card-data .name,
  .results-card-data .name {
    padding: 0 0 1rem;
  }
}

.surveys-card-data .description,
.surveys-card-data .terms,
.results-card-data .description,
.results-card-data .terms {
  font-size: 1em;
  letter-spacing: 0;
  line-height: 120%;
  font-weight: bold;
}

.surveys-card-data .terms,
.results-card-data .terms {
  margin: 1rem 0;
}

.surveys-card-data .terms a,
.results-card-data .terms a {
  color: inherit;
}

.surveys-card-data .description,
.results-card-data .description {
  padding-bottom: 1.5rem;
  height: auto;
}

@media only screen and (min-width: 576px) {
  .surveys-card-data .description,
  .results-card-data .description {
    position: relative;
    height: 100px;
    overflow: hidden;
  }

  .surveys-card-data .description::after,
  .results-card-data .description::after {
    content: '';
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  }
}

@media only screen and (min-width: 768px) {
  .surveys-card-data .description,
  .results-card-data .description {
    height: 200px;
  }
}

@media only screen and (min-width: 1200px) {
  .surveys-card-data .description,
  .results-card-data .description {
    height: 100px;
  }
}

.surveys-card-cta,
.results-card-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .surveys-card-cta,
  .results-card-cta {
    padding: 0;
  }
}

.surveys-card-cta .btn,
.results-card-cta .btn {
  margin: 0;
  padding: 5px 15px;
}

.surveys-pagination,
.results-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.surveys-pagination-controls,
.results-pagination-controls {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.surveys-pagination-controls .btn,
.results-pagination-controls .btn {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.surveys-pagination-controls .btn:hover,
.results-pagination-controls .btn:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.surveys-pagination-controls-pages,
.results-pagination-controls-pages {
  margin: 0 1rem;
}

.surveys-pagination-controls .btn-page,
.results-pagination-controls .btn-page {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  color: #fff;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
}

.surveys-pagination-controls .btn-page:hover,
.results-pagination-controls .btn-page:hover {
  background: rgba(255, 255, 255, .25);
}

.surveys-pagination-controls .btn-page.active,
.results-pagination-controls .btn-page.active {
  color: #00a4b3;
  background: #fff;
}

.surveys-pagination-controls .btn-page:first-child,
.results-pagination-controls .btn-page:first-child {
  border-left: 2px solid #fff;
  border-radius: 2rem 0 0 2rem;
}

.surveys-pagination-controls .btn-page:last-child,
.results-pagination-controls .btn-page:last-child {
  border-right: 2px solid #fff;
  border-radius: 0 2rem 2rem 0;
}

.surveys-more-cta,
.results-more-cta {
  color: #fff;
  font-weight: bold;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.surveys-more-cta:hover,
.results-more-cta:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  text-decoration: underline;
}

.surveys-more-cta:focus,
.results-more-cta:focus {
  outline: none;
}

.surveys-thanks,
.results-thanks {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.surveys-thanks .social-networks-wrapper svg,
.results-thanks .social-networks-wrapper svg {
  fill: #fff;
}

.surveys-thanks-wrapper,
.results-thanks-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  max-width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .surveys-thanks-wrapper,
  .results-thanks-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 50%;
  }
}

.surveys-thanks-label,
.results-thanks-label {
  font-size: 2em;
  color: #fff;
  margin-bottom: 1rem;
  text-align: center;
}

.surveys-thanks-share,
.results-thanks-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.surveys-thanks-share p,
.surveys-thanks-share h2,
.results-thanks-share p,
.results-thanks-share h2 {
  font-size: 1.25em;
  color: #fff;
  margin: .5rem 0;
}

.surveys-thanks-share h2,
.results-thanks-share h2 {
  font-size: 1.5em;
}

.surveys-thanks-share-bitmoji,
.results-thanks-share-bitmoji {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .surveys-thanks-bitmoji,
  .results-thanks-bitmoji {
    position: absolute;
    bottom: 0;
  }
}

.surveys-thanks-bitmoji svg,
.results-thanks-bitmoji svg {
  display: block;
}

.campaign {
  background: #fff;
  min-height: calc(100vh - 70px);
}

@media only screen and (min-width: 992px) {
  .campaign {
    min-height: calc(100vh - 100px);
  }
}

.campaign .heading,
.campaign .breadcrumbs {
  color: #00a4b3;
}

.campaign .heading a,
.campaign .breadcrumbs a {
  color: #00a4b3;
}

.raffles {
  background: #7242df;
  padding-bottom: 2rem;
  min-height: calc(100vh - 70px);
}

@media only screen and (min-width: 992px) {
  .raffles {
    min-height: calc(100vh - 100px);
  }
}

.raffles-container {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .raffles-container {
    max-width: 900px;
  }
}

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

.raffles .heading {
  padding-left: 30px;
  padding-right: 30px;
}

.raffles-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-bottom: 25px;
}

.raffles-card-wrapper {
  background: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .raffles-card-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.raffles-card-picture {
  height: auto;
  width: 100%;
  position: relative;
}

.raffles-card-picture figure {
  margin: 0;
  padding-bottom: 70%;
  background-size: cover;
  background-position: center;
  -webkit-filter: grayscale(25%) sepia(1) opacity(.8) brightness(85%) contrast(125%) hue-rotate(260deg);
          filter: grayscale(25%) sepia(1) opacity(.8) brightness(85%) contrast(125%) hue-rotate(260deg);
}

@media only screen and (min-width: 768px) {
  .raffles-card-picture figure {
    padding: 0;
    height: 100%;
  }
}

.raffles-card-close-date {
  position: absolute;
  top: 15px;
  left: 15px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1em;
  color: #fff;
  letter-spacing: 0;
  line-height: 120%;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
  z-index: 3;
}

@media only screen and (min-width: 768px) {
  .raffles-card-close-date {
    left: auto;
    right: 15px;
    top: auto;
    bottom: 15px;
  }
}

.raffles-card-data {
  padding: 0 15px;
  color: #7242df;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media only screen and (min-width: 768px) {
  .raffles-card-data {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    padding: 15px;
  }
}

.raffles-card-data-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media only screen and (min-width: 768px) {
  .raffles-card-data-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 250px;
  }
}

@media only screen and (min-width: 992px) {
  .raffles-card-data-wrapper {
    min-height: 275px;
  }
}

@media only screen and (min-width: 1200px) {
  .raffles-card-data-wrapper {
    min-height: 200px;
  }
}

.raffles-card-data .name {
  font-family: Helvetica;
  font-size: 1.5em;
  letter-spacing: 0;
  line-height: 110%;
  font-family: 'ProximaNova-Bold';
  padding: 1rem 0;
}

@media only screen and (min-width: 768px) {
  .raffles-card-data .name {
    padding: 0 0 1rem;
  }
}

.raffles-card-data .description,
.raffles-card-data .terms {
  font-size: 1em;
  letter-spacing: 0;
  line-height: 120%;
  font-weight: bold;
}

.raffles-card-data .terms {
  margin-bottom: .5rem;
}

.raffles-card-data .description {
  padding-bottom: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .raffles-card-data .description {
    position: relative;
    max-height: 200px;
    overflow: hidden;
  }

  .raffles-card-data .description::after {
    content: '';
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  }

  .raffles-card-data .description.wrap {
    max-height: 150px;
    overflow: hidden;
  }
}

@media only screen and (min-width: 1200px) {
  .raffles-card-data .description {
    max-height: 150px;
  }

  .raffles-card-data .description.wrap {
    max-height: 100px;
  }
}

.raffles-card-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .raffles-card-cta {
    padding: 0;
  }
}

.raffles-card-cta .btn {
  margin: 0;
  padding: 5px 15px;
}

.raffles .surveys-pagination-controls .btn-page.active {
  color: #7242df;
}

.raffles-footer {
  border-top: 1px solid #7242df;
  padding: 25px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  color: #7242df;
}

.raffles-footer-result {
  text-align: center;
  width: 100%;
  font-size: 1.25em;
  line-height: 1.75em;
}

.raffles-footer-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 1rem;
}

.raffles-footer-quantity p {
  width: 80px;
}

.raffles-footer-quantity-controls {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (min-width: 768px) {
  .raffles-footer-quantity-controls {
    padding-left: 1rem;
  }
}

.raffles-footer-quantity-controls .btn {
  border-radius: 50%;
  height: 2rem;
  width: 2rem;
  margin: 0;
  margin-left: 5px;
  display: inline-block;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 2rem;
  border: solid 2px #7242df;
}

.raffles-footer-quantity-controls .btn:hover {
  background: #7242df;
}

.raffles-footer-value {
  display: none;
}

@media only screen and (min-width: 768px) {
  .raffles-footer-value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.raffles-footer-cta .btn {
  margin: 0;
  padding: 5px 15px;
}

.raffles-modal {
  color: #7242df;
  font-weight: bold;
}

.raffles-modal .dialog {
  width: 90%;
}

.raffles-modal .raffles-card {
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .raffles-modal .raffles-card-data-wrapper {
    min-height: 250px;
  }
}

@media only screen and (min-width: 992px) {
  .raffles-modal .raffles-card-data-wrapper {
    min-height: 300px;
  }
}

@media only screen and (min-width: 1200px) {
  .raffles-modal .raffles-card-data-wrapper {
    min-height: 350px;
  }
}

@media only screen and (min-width: 992px) {
  .raffles-modal .raffles-card-data .description {
    max-height: 250px;
  }

  .raffles-modal .raffles-card-data .description.wrap {
    max-height: 200px;
  }
}

@media only screen and (min-width: 1200px) {
  .raffles-modal .raffles-card-data .description {
    max-height: 300px;
  }

  .raffles-modal .raffles-card-data .description.wrap {
    max-height: 250px;
  }
}

@media only screen and (min-width: 768px) {
  .raffles-modal .raffles-card-data .name {
    font-size: 2.25em;
    font-family: 'ProximaNova-Bold';
    font-weight: bold;
    padding: 1rem 0;
  }
}

@media only screen and (min-width: 768px) {
  .raffles-modal .raffles-card-data .description,
  .raffles-modal .raffles-card-data .terms {
    font-size: 1.5em;
    font-family: 'ProximaNova-Bold';
  }
}

.raffles-modal .raffles-card-data .close-date {
  padding: 1rem 0;
}

@media only screen and (min-width: 768px) {
  .raffles-modal .raffles-card-data .close-date {
    font-size: 1.25em;
  }
}

.raffles-modal .raffles-card-data .close-date a {
  color: #7242df;
  text-decoration: underline;
}

.raffles-modal .modal-close {
  z-index: 9;
}

.raffles-modal-heading {
  font-size: 2.5em;
  font-family: 'ProximaNova-Bold';
}

@media only screen and (min-width: 768px) {
  .raffles-modal-heading {
    font-size: 3.5em;
  }
}

.raffles-modal-text {
  font-size: 1em;
}

@media only screen and (min-width: 768px) {
  .raffles-modal-text {
    font-size: 1.5em;
  }
}

.raffles-modal-bitmoji {
  background: #7242df;
  border-radius: 50%;
}

.raffles-modal-bitmoji img {
  display: block;
}

.points-overview {
  background-color: #f26d06;
  color: #fff;
  padding-top: 25px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .points-overview {
    padding-top: 100px;
    padding-bottom: 130px;
  }
}

.points-trophy {
  width: 210px;
}

@media (min-width: 768px) {
  .points-trophy {
    width: auto;
  }
}

.account {
  padding: 1rem 15px 2rem;
  background: #00a4b3;
  width: 100%;
  position: relative;
}

@media (min-width: 576px) {
  .account {
    padding: 2rem 30px 4rem;
  }
}

.account-container {
  margin: 0 auto;
  max-width: 1140px;
}

@media (min-width: 768px) {
  .account-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .account-wrapper div {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
}

.account-header {
  margin-top: 1rem;
}

.account-header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.account-header-wrapper h1 {
  color: #fff;
  font-size: 3em;
  font-family: 'ProximaNova-Black';
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 1rem;
}

@media (min-width: 576px) {
  .account-header-wrapper h1 {
    font-size: 4em;
  }
}

.account-header-bitmoji {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 90px;
          flex: 1 0 90px;
  max-width: 90px;
}

@media (min-width: 576px) {
  .account-header-bitmoji {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 40%;
            flex: 1 0 40%;
    max-width: 40%;
    text-align: center;
  }

  .account-header-bitmoji img {
    max-width: 120px;
  }
}

@media (min-width: 768px) {
  .account-header-bitmoji {
    display: none;
  }
}

.account-form {
  color: #fff;
  font-weight: bold;
  padding: 2rem 2rem 2rem 0;
}

@media (min-width: 576px) {
  .account-form {
    font-size: 1.25em;
  }
}

.account-form a {
  margin-top: 2rem;
}

.account-bitmoji {
  display: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .account-bitmoji {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
}

.double-loop .ethnicity-checkbox {
  margin-bottom: .5rem;
}

ul.double-loop ul {
  display: block;
}

ul.double-loop ul li {
  display: inline-block;
  padding: 0 1rem;
  margin-bottom: .25rem;
}

.checkboxes {
  -webkit-columns: 4 8em;
          columns: 4 8em;
}

.about {
  background: #ed2f62;
  padding-bottom: 2rem;
  min-height: calc(100vh - 70px);
}

@media only screen and (min-width: 992px) {
  .about {
    min-height: calc(100vh - 100px);
    padding-bottom: 4rem;
  }
}

.about-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-header-bitmoji {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-header-bitmoji figure {
  margin: 0;
  width: 100px;
  height: 100px;
}

.about-header-bitmoji figure img {
  display: block;
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .about-header-bitmoji {
    display: none;
  }
}

.about-header h1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

@media only screen and (min-width: 768px) {
  .about-header h1 {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 100%;
    text-align: center;
  }
}

.about-article {
  color: #fff;
}

.about-article a {
  text-decoration: underline;
  font-weight: bold;
}

.about-article a:hover {
  text-decoration: none;
}

.about-article p,
.about-article h2 {
  font-size: 1.25em;
  padding: .5rem 0;
}

@media only screen and (min-width: 768px) {
  .about-article p,
  .about-article h2 {
    font-size: 1.5em;
    padding: .75rem 0;
  }
}

.about-article h2 {
  font-family: 'ProximaNova-Bold', sans-serif;
  font-weight: bold;
  margin: 2rem 0 .5rem;
}

.about-faq {
  color: #fff;
  margin-bottom: .5rem;
}

@media only screen and (min-width: 768px) {
  .about-faq {
    margin-bottom: 1rem;
  }
}

@media only screen and (min-width: 992px) {
  .about-faq {
    margin-bottom: 2rem;
  }
}

.about-faq h2,
.about-faq p {
  padding: .5rem 0;
  font-size: 1em;
}

@media only screen and (min-width: 768px) {
  .about-faq h2,
  .about-faq p {
    padding: .75rem 0;
    font-size: 1.25em;
  }
}

@media only screen and (min-width: 992px) {
  .about-faq h2,
  .about-faq p {
    padding: 1rem 0;
    font-size: 1.5em;
  }
}

.about-faq h2 {
  font-weight: bold;
  font-family: 'ProximaNova-Bold', sans-serif;
}

.about-faq a {
  text-decoration: none;
}

.about-faq a:hover {
  text-decoration: underline;
}

.about-features-item {
  background: #b31a44;
  width: 225px;
  height: 225px;
  border-radius: 50%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  position: relative;
}

.about-features-item img {
  position: absolute;
  width: 100%;
  height: auto;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  pointer-events: none;
  bottom: 0;
  left: 0;
}

.about-features-item figcaption {
  color: #fff;
  font-weight: bold;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  text-align: center;
  padding: .25rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: .05em;
}

.about-features-item-caption {
  margin: 1rem 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.about-features-item:hover img {
  opacity: 0;
}

.about-features-item:hover figcaption {
  opacity: 1;
}

.about-listener {
  color: #fff;
  margin-top: 1rem;
  padding: .5rem 15px;
}

.about-listener p {
  padding: .25rem 0;
  font-size: 1.05em;
}

@media only screen and (min-width: 992px) {
  .about-listener p {
    font-size: 1.25em;
  }
}

.about-listener h2 {
  font-weight: bold;
  font-size: 1.25em;
  padding: .75rem 0 .5rem;
}

@media only screen and (min-width: 992px) {
  .about-listener h2 {
    font-size: 1.5em;
    padding: .75rem 0 .45rem;
  }
}

.about-listener img {
  display: block;
  width: 100%;
}

.privacy-terms {
  padding: 1rem 15px 2rem;
  background: #ed2f62;
  min-height: calc(100vh - 70px);
  position: relative;
  width: 100%;
}

.privacy-terms .h2 {
  font-size: 1em;
  margin-bottom: 1.25rem;
}

.privacy-terms p {
  margin-bottom: 2.5rem;
}

@media (min-width: 576px) {
  .privacy-terms {
    padding: 2rem 30px 4rem;
    min-height: calc(100vh - 100px);
  }
}

@media (min-width: 768px) {
  .privacy-terms-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .privacy-terms-wrapper div {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 50%;
  }
}

.privacy-terms-header-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.privacy-terms-header-wrapper h1 {
  color: #fff;
  font-size: 3em;
  font-family: 'ProximaNova-Black';
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
  .privacy-terms-header-wrapper h1 {
    font-size: 4em;
  }
}

@media only screen and (min-width: 992px) {
  .privacy-terms-header-wrapper h1 {
    white-space: nowrap;
  }
}

.privacy-terms-header-bitmoji {
  display: none;
}

.privacy-terms-header-bitmoji figure {
  background: #b31a44;
  margin: 0 auto;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.privacy-terms-header-bitmoji figure img {
  width: 90%;
  height: auto;
  position: absolute;
  bottom: 0;
}

@media only screen and (min-width: 576px) {
  .privacy-terms-header-bitmoji {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 40%;
            flex: 1 0 40%;
    max-width: 40%;
    display: block;
  }

  .privacy-terms-header-bitmoji figure {
    width: 140px;
    height: 140px;
  }
}

@media only screen and (min-width: 768px) {
  .privacy-terms-header-bitmoji {
    display: none;
  }
}

.privacy-terms-article {
  color: #fff;
  font-weight: bold;
  padding: 2rem 2rem 2rem 0;
}

@media (min-width: 576px) {
  .privacy-terms-article {
    font-size: 1.25em;
  }
}

.privacy-terms-bitmoji {
  display: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .privacy-terms-bitmoji {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
}

.points h1 {
  color: #fff;
  font-size: 3em;
  font-family: 'ProximaNova-Black';
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 1rem;
  padding: 1rem 0;
}

@media (min-width: 576px) {
  .points h1 {
    font-size: 4em;
  }
}

.points h2 {
  color: #fff;
  font-size: 2em;
  font-family: 'ProximaNova-Black';
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 1rem;
  padding: 1rem 0;
}

@media (min-width: 576px) {
  .points h2 {
    font-size: 3em;
  }
}

.points p {
  color: #fff;
}

.points-wrapper {
  margin: 0 auto;
  max-width: 1140px;
}

.points-raffles {
  padding: 1rem 15px 2rem;
  background: #00a4b3;
  font-weight: bold;
  min-height: calc(100vh - 70px);
  position: relative;
  width: 100%;
}

@media (min-width: 576px) {
  .points-raffles {
    padding: 2rem 30px 4rem;
    min-height: calc(100vh - 100px);
  }
}

.points-raffles-points {
  font-size: 1.25em;
  font-family: 'ProximaNova-Black';
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .points-raffles-points {
    font-size: 1.75em;
  }
}

.points-raffles-description {
  margin-top: 1rem;
}

.points-raffles-description h3 {
  text-transform: none;
}

.points-raffles-description p {
  color: black;
}

@media (min-width: 768px) {
  .points-raffles-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .points-raffles-wrapper div {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
}

.points-raffles-opportunities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.points-raffles-opportunities-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.points-raffles-opportunities-wrapper div {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

.points-raffles-opportunities-item {
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 145px;
          flex: 1 0 145px;
  max-width: 180px;
  margin-top: 1rem;
  margin-right: 1rem;
  border-radius: .25rem;
  padding: .5rem;
  background: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.points-raffles-opportunities-item a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: black;
}

.points-raffles-opportunities-item-name {
  margin-bottom: 1.5rem;
}

.points-raffles-opportunities-item-due-date {
  margin-top: 1.5rem;
}

.points-raffles-opportunities-item:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.points-raffles-opportunities-bitmoji {
  max-width: 140px;
}

.points-raffles-opportunities-bitmoji figure {
  position: absolute;
  bottom: 0;
}

.points-raffles-opportunities-bitmoji figure img,
.points-raffles-opportunities-bitmoji figure svg {
  display: block;
  width: 100%;
}

@media (min-width: 576px) {
  .points-raffles-opportunities-bitmoji {
    max-width: 200px;
  }
}

@media (min-width: 768px) {
  .points-raffles-opportunities-bitmoji {
    display: none;
  }
}

.points-raffles-log {
  margin-top: 1rem;
  width: 50%;
}

@media (min-width: 768px) {
  .points-raffles-log {
    width: 100%;
  }
}

.points-raffles-bitmoji {
  display: none;
}

@media (min-width: 768px) {
  .points-raffles-bitmoji {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .points-raffles-bitmoji img,
  .points-raffles-bitmoji svg {
    position: absolute;
    bottom: 0;
  }
}

.points-raffles-tickets {
  margin-top: 1rem;
}

.points-raffles-tickets li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.points-raffles-tickets li div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.points-surveys {
  padding: 1rem 15px 0;
  background: #027286;
  font-weight: bold;
  position: relative;
  width: 100%;
}

@media (min-width: 576px) {
  .points-surveys {
    padding: 2rem 30px 0;
  }
}

@media (min-width: 768px) {
  .points-surveys-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .points-surveys-wrapper div {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
}

.points-surveys-bitmoji figure {
  max-width: 400px;
  margin: 0 auto;
}

.points-surveys-bitmoji figure img,
.points-surveys-bitmoji figure svg {
  display: block;
  width: 100%;
  height: auto;
}

.reset-password {
  background: #ed2f62;
  padding: 2rem 0;
  min-height: calc(100vh - 70px);
  color: #fff;
}

@media only screen and (min-width: 992px) {
  .reset-password {
    min-height: calc(100vh - 100px);
  }
}

.reset-password-header {
  text-align: left;
}

.reset-password-text {
  font-weight: bold;
}

.reset-password-cta {
  text-decoration: none;
}

.reset-password-cta:hover {
  text-decoration: underline;
}

.reset-password-bitmoji {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.reset-password-bitmoji figure {
  margin: 0;
}

.reset-password-bitmoji figure img {
  display: block;
}

.partner {
  padding-bottom: 5rem;
}

.partner h1 {
  font-family: 'ProximaNova-Bold', sans-serif;
  font-size: 2em;
  padding-right: 15px;
  font-weight: bold;
  margin-bottom: .35rem;
}

@media only screen and (min-width: 768px) {
  .partner h1 {
    margin-bottom: .25rem;
  }
}

.partner h2 {
  font-family: 'ProximaNova-Bold', sans-serif;
  font-size: 1.35em;
  line-height: 1.15em;
}

.partner-wrapper {
  background: #fff;
  padding: 0;
  width: 85%;
  max-width: 900px;
  margin: 0 auto;
}

.partner-background {
  position: relative;
}

.partner-background .background {
  display: block;
  width: 100%;
  height: auto;
}

.partner-background .logo {
  display: block;
  width: 150px;
  height: auto;
  position: absolute;
  top: 15px;
  left: 15px;
}

@media only screen and (min-width: 768px) {
  .partner-background::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 20%;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .5)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);
  }
}

.partner .social-share {
  margin-top: 2rem;
}

.partner .social-share svg {
  fill: #00a4b3;
}

@media only screen and (min-width: 768px) {
  .partner .social-share {
    margin-top: 0;
  }
}

.partner-meta {
  position: absolute;
  left: 15px;
  bottom: 15px;
  z-index: 3;
}

.partner-meta figcaption {
  color: white;
  font-family: 'ProximaNova-Bold', sans-serif;
  font-size: 1.25em;
}

@media only screen and (min-width: 768px) {
  .partner-meta {
    left: 2rem;
    bottom: 2rem;
  }

  .partner-meta h1 {
    font-size: 2.5em;
  }

  .partner-meta figcaption {
    font-size: 1.5em;
  }
}

.partner-article {
  font-weight: bold;
  color: #027286;
  padding: 1.5rem 1rem;
}

.partner-article p {
  line-height: 1.25em;
}

@media only screen and (min-width: 768px) {
  .partner-article .social-networks-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media only screen and (min-width: 768px) {
  .partner-article {
    padding: 3rem 2rem;
  }

  .partner-article-wrapper {
    max-width: 500px;
  }
}

.partner-surveys {
  padding: 0 1rem 1.5rem;
}

.partner-surveys h2 {
  font-family: 'ProximaNova-Bold', sans-serif;
  color: #00a4b3;
  font-size: 1.2em;
  border-top-width: 1px;
  border-top-style: solid;
  padding: .75rem 0 2rem;
}

@media only screen and (min-width: 768px) {
  .partner-surveys {
    padding: 3rem 2rem 0;
  }
}

.partner-modal {
  color: #00a4b3;
}

.partner-modal h5 {
  font-size: 2.5em;
  text-align: center;
  font-weight: bold;
  font-family: 'ProximaNova-Bold', sans-serif;
  padding-bottom: 1rem;
}

@media only screen and (min-width: 576px) {
  .partner-modal h5 {
    font-size: 3.5em;
  }
}

@media only screen and (min-width: 768px) {
  .partner-modal h5 {
    font-size: 3.75em;
  }
}

.partner-modal p {
  font-weight: bold;
  font-size: 1.25em;
  text-align: center;
}

@media only screen and (min-width: 576px) {
  .partner-modal p {
    font-size: 1.5em;
  }
}

@media only screen and (min-width: 768px) {
  .partner-modal p {
    font-size: 1.75em;
  }
}

.partner-modal-cta {
  margin: 0 auto;
  max-width: 350px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.no_overflow > .modal {
  overflow: hidden !important;
}

.no_list_style {
  list-style: none !important;
}

.heading_results {
  font-size: 2em;
  font-weight: bold;
  color: #fff;
}

.divider_hr {
  border: 1px solid #b0abab;
}

.btn-read-more {
  font-size: 12px !important;
}

@media screen and (max-width: 1024px) {
  .pin-t {
    top: -6px;
  }

  .pt-4,
  .py-4 {
    padding-top: 0 !important;
  }

  .email_modal .dialog {
    width: 90%;
  }

  .app-header .main-nav-menu-dropdown-submenu {
    padding-left: 35px !important;
  }

  .language_switcher_arrow {
    width: 32px !important;
  }

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

@media screen and (max-width: 480px) {
  .email_modal .dialog {
    width: 90%;
  }

  .email_modal .dialog .g-recaptcha {
            transform: scale(.77) !important;
    -webkit-transform: scale(.77) !important;
             transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}

@media (min-width: 576px) {
  .md\:list-reset {
    list-style: none;
    padding: 0;
  }

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

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

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

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

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

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

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

  .md\:bg-white25 {
    background-color: rgba(255, 255, 255, .25);
  }

  .md\:bg-primary-magenta {
    background-color: #ed2f62;
  }

  .md\:bg-primary-orange {
    background-color: #f26d06;
  }

  .md\:bg-primary-yellow {
    background-color: #fec350;
  }

  .md\:bg-primary-teal {
    background-color: #00a4b3;
  }

  .md\:bg-primary-dark-gray {
    background-color: #1f1f1f;
  }

  .md\:bg-primary-neutral-gray {
    background-color: #7f8784;
  }

  .md\:bg-primary-light-gray {
    background-color: #cacaca;
  }

  .md\:bg-secondary-dark-magenta {
    background-color: #b31a44;
  }

  .md\:bg-secondary-dark-orange {
    background-color: #e04d06;
  }

  .md\:bg-secondary-dark-yellow {
    background-color: #c0891b;
  }

  .md\:bg-secondary-dark-teal {
    background-color: #027286;
  }

  .md\:bg-secondary-bright-green {
    background-color: #8fe986;
  }

  .md\:bg-secondary-bright-purple {
    background-color: #bd86ed;
  }

  .md\:bg-secondary-light-pink {
    background-color: #ed86a9;
  }

  .md\:bg-nav-text-inactive {
    background-color: #e8bbc7;
  }

  .md\:bg-grey-darkest {
    background-color: #3d4852;
  }

  .md\:bg-grey-darker {
    background-color: #606f7b;
  }

  .md\:bg-grey-dark {
    background-color: #8795a1;
  }

  .md\:bg-grey {
    background-color: #b8c2cc;
  }

  .md\:bg-grey-light {
    background-color: #dae1e7;
  }

  .md\:bg-grey-lighter {
    background-color: #f1f5f8;
  }

  .md\:bg-grey-lightest {
    background-color: #f8fafc;
  }

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

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

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

  .md\:hover\:bg-white25:hover {
    background-color: rgba(255, 255, 255, .25);
  }

  .md\:hover\:bg-primary-magenta:hover {
    background-color: #ed2f62;
  }

  .md\:hover\:bg-primary-orange:hover {
    background-color: #f26d06;
  }

  .md\:hover\:bg-primary-yellow:hover {
    background-color: #fec350;
  }

  .md\:hover\:bg-primary-teal:hover {
    background-color: #00a4b3;
  }

  .md\:hover\:bg-primary-dark-gray:hover {
    background-color: #1f1f1f;
  }

  .md\:hover\:bg-primary-neutral-gray:hover {
    background-color: #7f8784;
  }

  .md\:hover\:bg-primary-light-gray:hover {
    background-color: #cacaca;
  }

  .md\:hover\:bg-secondary-dark-magenta:hover {
    background-color: #b31a44;
  }

  .md\:hover\:bg-secondary-dark-orange:hover {
    background-color: #e04d06;
  }

  .md\:hover\:bg-secondary-dark-yellow:hover {
    background-color: #c0891b;
  }

  .md\:hover\:bg-secondary-dark-teal:hover {
    background-color: #027286;
  }

  .md\:hover\:bg-secondary-bright-green:hover {
    background-color: #8fe986;
  }

  .md\:hover\:bg-secondary-bright-purple:hover {
    background-color: #bd86ed;
  }

  .md\:hover\:bg-secondary-light-pink:hover {
    background-color: #ed86a9;
  }

  .md\:hover\:bg-nav-text-inactive:hover {
    background-color: #e8bbc7;
  }

  .md\:hover\:bg-grey-darkest:hover {
    background-color: #3d4852;
  }

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

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

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

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

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

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

  .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-cover {
    background-size: cover;
  }

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

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

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

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

  .md\:border-white25 {
    border-color: rgba(255, 255, 255, .25);
  }

  .md\:border-primary-magenta {
    border-color: #ed2f62;
  }

  .md\:border-primary-orange {
    border-color: #f26d06;
  }

  .md\:border-primary-yellow {
    border-color: #fec350;
  }

  .md\:border-primary-teal {
    border-color: #00a4b3;
  }

  .md\:border-primary-dark-gray {
    border-color: #1f1f1f;
  }

  .md\:border-primary-neutral-gray {
    border-color: #7f8784;
  }

  .md\:border-primary-light-gray {
    border-color: #cacaca;
  }

  .md\:border-secondary-dark-magenta {
    border-color: #b31a44;
  }

  .md\:border-secondary-dark-orange {
    border-color: #e04d06;
  }

  .md\:border-secondary-dark-yellow {
    border-color: #c0891b;
  }

  .md\:border-secondary-dark-teal {
    border-color: #027286;
  }

  .md\:border-secondary-bright-green {
    border-color: #8fe986;
  }

  .md\:border-secondary-bright-purple {
    border-color: #bd86ed;
  }

  .md\:border-secondary-light-pink {
    border-color: #ed86a9;
  }

  .md\:border-nav-text-inactive {
    border-color: #e8bbc7;
  }

  .md\:border-grey-darkest {
    border-color: #3d4852;
  }

  .md\:border-grey-darker {
    border-color: #606f7b;
  }

  .md\:border-grey-dark {
    border-color: #8795a1;
  }

  .md\:border-grey {
    border-color: #b8c2cc;
  }

  .md\:border-grey-light {
    border-color: #dae1e7;
  }

  .md\:border-grey-lighter {
    border-color: #f1f5f8;
  }

  .md\:border-grey-lightest {
    border-color: #f8fafc;
  }

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

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

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

  .md\:hover\:border-white25:hover {
    border-color: rgba(255, 255, 255, .25);
  }

  .md\:hover\:border-primary-magenta:hover {
    border-color: #ed2f62;
  }

  .md\:hover\:border-primary-orange:hover {
    border-color: #f26d06;
  }

  .md\:hover\:border-primary-yellow:hover {
    border-color: #fec350;
  }

  .md\:hover\:border-primary-teal:hover {
    border-color: #00a4b3;
  }

  .md\:hover\:border-primary-dark-gray:hover {
    border-color: #1f1f1f;
  }

  .md\:hover\:border-primary-neutral-gray:hover {
    border-color: #7f8784;
  }

  .md\:hover\:border-primary-light-gray:hover {
    border-color: #cacaca;
  }

  .md\:hover\:border-secondary-dark-magenta:hover {
    border-color: #b31a44;
  }

  .md\:hover\:border-secondary-dark-orange:hover {
    border-color: #e04d06;
  }

  .md\:hover\:border-secondary-dark-yellow:hover {
    border-color: #c0891b;
  }

  .md\:hover\:border-secondary-dark-teal:hover {
    border-color: #027286;
  }

  .md\:hover\:border-secondary-bright-green:hover {
    border-color: #8fe986;
  }

  .md\:hover\:border-secondary-bright-purple:hover {
    border-color: #bd86ed;
  }

  .md\:hover\:border-secondary-light-pink:hover {
    border-color: #ed86a9;
  }

  .md\:hover\:border-nav-text-inactive:hover {
    border-color: #e8bbc7;
  }

  .md\:hover\:border-grey-darkest:hover {
    border-color: #3d4852;
  }

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

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

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

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

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

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

  .md\:rounded-5 {
    border-radius: 5px;
  }

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

  .md\:rounded-sm {
    border-radius: .125rem;
  }

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

  .md\:rounded-lg {
    border-radius: .5rem;
  }

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

  .md\:rounded-t-5 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .md\:rounded-r-5 {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .md\:rounded-b-5 {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .md\:rounded-l-5 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

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

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

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

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

  .md\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .md\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .md\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .md\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

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

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

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

  .md\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .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-5 {
    border-top-left-radius: 5px;
  }

  .md\:rounded-tr-5 {
    border-top-right-radius: 5px;
  }

  .md\:rounded-br-5 {
    border-bottom-right-radius: 5px;
  }

  .md\:rounded-bl-5 {
    border-bottom-left-radius: 5px;
  }

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

  .md\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .md\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .md\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .md\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .md\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .md\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .md\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .md\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .md\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .md\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .md\:rounded-bl-lg {
    border-bottom-left-radius: .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-none {
    border-style: none;
  }

  .md\:border-0 {
    border-width: 0;
  }

  .md\:border-2 {
    border-width: 2px;
  }

  .md\:border-4 {
    border-width: 4px;
  }

  .md\:border-8 {
    border-width: 8px;
  }

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

  .md\:border-t-0 {
    border-top-width: 0;
  }

  .md\:border-r-0 {
    border-right-width: 0;
  }

  .md\:border-b-0 {
    border-bottom-width: 0;
  }

  .md\:border-l-0 {
    border-left-width: 0;
  }

  .md\:border-t-2 {
    border-top-width: 2px;
  }

  .md\:border-r-2 {
    border-right-width: 2px;
  }

  .md\:border-b-2 {
    border-bottom-width: 2px;
  }

  .md\:border-l-2 {
    border-left-width: 2px;
  }

  .md\:border-t-4 {
    border-top-width: 4px;
  }

  .md\:border-r-4 {
    border-right-width: 4px;
  }

  .md\:border-b-4 {
    border-bottom-width: 4px;
  }

  .md\:border-l-4 {
    border-left-width: 4px;
  }

  .md\:border-t-8 {
    border-top-width: 8px;
  }

  .md\:border-r-8 {
    border-right-width: 8px;
  }

  .md\:border-b-8 {
    border-bottom-width: 8px;
  }

  .md\:border-l-8 {
    border-left-width: 8px;
  }

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

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

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

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

  .md\:inline {
    display: inline;
  }

  .md\:table {
    display: table;
  }

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

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

  .md\:hidden {
    display: none;
  }

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

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

  .md\:flex-initial {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }

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

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

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

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

  .md\:flex-no-shrink {
    -ms-flex-negative: 0;
        flex-shrink: 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: ProximaNova-Regular, sans-serif;
  }

  .md\:font-sans-bold {
    font-family: ProximaNova-Bold, sans-serif;
  }

  .md\:font-sans-black {
    font-family: ProximaNova-Black, sans-serif;
  }

  .md\:font-sans-italic {
    font-family: ProximaNova-RegularIt, sans-serif;
  }

  .md\:font-serif {
    font-family: Merriweather, 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\:h-1 {
    height: .25rem;
  }

  .md\:h-2 {
    height: .5rem;
  }

  .md\:h-3 {
    height: .75rem;
  }

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

  .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-24 {
    height: 6rem;
  }

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

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

  .md\:h-50 {
    height: 50px;
  }

  .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-18 {
    line-height: 18px;
  }

  .md\:leading-21 {
    line-height: 21px;
  }

  .md\:leading-22 {
    line-height: 22px;
  }

  .md\:leading-29 {
    line-height: 29px;
  }

  .md\:leading-30 {
    line-height: 30px;
  }

  .md\:leading-36 {
    line-height: 36px;
  }

  .md\:leading-42 {
    line-height: 42px;
  }

  .md\:leading-58 {
    line-height: 58px;
  }

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

  .md\:leading-tight {
    line-height: 1.25;
  }

  .md\:leading-normal {
    line-height: 1.5;
  }

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

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

  .md\:m-1 {
    margin: .25rem;
  }

  .md\:m-2 {
    margin: .5rem;
  }

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

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

  .md\:m-5 {
    margin: 5px;
  }

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

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

  .md\:m-10 {
    margin: 10px;
  }

  .md\:m-15 {
    margin: 15px;
  }

  .md\:m-20 {
    margin: 20px;
  }

  .md\:m-25 {
    margin: 25px;
  }

  .md\:m-30 {
    margin: 30px;
  }

  .md\:m-35 {
    margin: 35px;
  }

  .md\:m-40 {
    margin: 40px;
  }

  .md\:m-45 {
    margin: 45px;
  }

  .md\:m-50 {
    margin: 50px;
  }

  .md\:m-55 {
    margin: 55px;
  }

  .md\:m-60 {
    margin: 60px;
  }

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

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

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

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

  .md\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .md\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .md\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .md\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .md\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .md\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

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

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

  .md\:my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .md\:mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .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: 10px;
    margin-bottom: 10px;
  }

  .md\:mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .md\:my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .md\:mx-15 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .md\:my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .md\:mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .md\:my-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .md\:mx-25 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .md\:my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .md\:mx-30 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .md\:my-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .md\:mx-35 {
    margin-left: 35px;
    margin-right: 35px;
  }

  .md\:my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .md\:mx-40 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .md\:my-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .md\:mx-45 {
    margin-left: 45px;
    margin-right: 45px;
  }

  .md\:my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .md\:mx-50 {
    margin-left: 50px;
    margin-right: 50px;
  }

  .md\:my-55 {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .md\:mx-55 {
    margin-left: 55px;
    margin-right: 55px;
  }

  .md\:my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .md\:mx-60 {
    margin-left: 60px;
    margin-right: 60px;
  }

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

  .md\:mr-1 {
    margin-right: .25rem;
  }

  .md\:mb-1 {
    margin-bottom: .25rem;
  }

  .md\:ml-1 {
    margin-left: .25rem;
  }

  .md\:mt-2 {
    margin-top: .5rem;
  }

  .md\:mr-2 {
    margin-right: .5rem;
  }

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

  .md\:ml-2 {
    margin-left: .5rem;
  }

  .md\:mt-3 {
    margin-top: .75rem;
  }

  .md\:mr-3 {
    margin-right: .75rem;
  }

  .md\:mb-3 {
    margin-bottom: .75rem;
  }

  .md\:ml-3 {
    margin-left: .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: 5px;
  }

  .md\:mr-5 {
    margin-right: 5px;
  }

  .md\:mb-5 {
    margin-bottom: 5px;
  }

  .md\:ml-5 {
    margin-left: 5px;
  }

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

  .md\:mr-10 {
    margin-right: 10px;
  }

  .md\:mb-10 {
    margin-bottom: 10px;
  }

  .md\:ml-10 {
    margin-left: 10px;
  }

  .md\:mt-15 {
    margin-top: 15px;
  }

  .md\:mr-15 {
    margin-right: 15px;
  }

  .md\:mb-15 {
    margin-bottom: 15px;
  }

  .md\:ml-15 {
    margin-left: 15px;
  }

  .md\:mt-20 {
    margin-top: 20px;
  }

  .md\:mr-20 {
    margin-right: 20px;
  }

  .md\:mb-20 {
    margin-bottom: 20px;
  }

  .md\:ml-20 {
    margin-left: 20px;
  }

  .md\:mt-25 {
    margin-top: 25px;
  }

  .md\:mr-25 {
    margin-right: 25px;
  }

  .md\:mb-25 {
    margin-bottom: 25px;
  }

  .md\:ml-25 {
    margin-left: 25px;
  }

  .md\:mt-30 {
    margin-top: 30px;
  }

  .md\:mr-30 {
    margin-right: 30px;
  }

  .md\:mb-30 {
    margin-bottom: 30px;
  }

  .md\:ml-30 {
    margin-left: 30px;
  }

  .md\:mt-35 {
    margin-top: 35px;
  }

  .md\:mr-35 {
    margin-right: 35px;
  }

  .md\:mb-35 {
    margin-bottom: 35px;
  }

  .md\:ml-35 {
    margin-left: 35px;
  }

  .md\:mt-40 {
    margin-top: 40px;
  }

  .md\:mr-40 {
    margin-right: 40px;
  }

  .md\:mb-40 {
    margin-bottom: 40px;
  }

  .md\:ml-40 {
    margin-left: 40px;
  }

  .md\:mt-45 {
    margin-top: 45px;
  }

  .md\:mr-45 {
    margin-right: 45px;
  }

  .md\:mb-45 {
    margin-bottom: 45px;
  }

  .md\:ml-45 {
    margin-left: 45px;
  }

  .md\:mt-50 {
    margin-top: 50px;
  }

  .md\:mr-50 {
    margin-right: 50px;
  }

  .md\:mb-50 {
    margin-bottom: 50px;
  }

  .md\:ml-50 {
    margin-left: 50px;
  }

  .md\:mt-55 {
    margin-top: 55px;
  }

  .md\:mr-55 {
    margin-right: 55px;
  }

  .md\:mb-55 {
    margin-bottom: 55px;
  }

  .md\:ml-55 {
    margin-left: 55px;
  }

  .md\:mt-60 {
    margin-top: 60px;
  }

  .md\:mr-60 {
    margin-right: 60px;
  }

  .md\:mb-60 {
    margin-bottom: 60px;
  }

  .md\:ml-60 {
    margin-left: 60px;
  }

  .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\:max-h-full {
    max-height: 100%;
  }

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

  .md\:max-w-720 {
    max-width: 720px;
  }

  .md\:max-w-1000 {
    max-width: 1000px;
  }

  .md\:max-w-xs {
    max-width: 20rem;
  }

  .md\:max-w-sm {
    max-width: 30rem;
  }

  .md\:max-w-md {
    max-width: 40rem;
  }

  .md\:max-w-lg {
    max-width: 50rem;
  }

  .md\:max-w-xl {
    max-width: 60rem;
  }

  .md\:max-w-2xl {
    max-width: 70rem;
  }

  .md\:max-w-3xl {
    max-width: 80rem;
  }

  .md\:max-w-4xl {
    max-width: 90rem;
  }

  .md\:max-w-5xl {
    max-width: 100rem;
  }

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

  .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-6 {
    margin: -1.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:-my-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-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

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

  .md\:-mt-0 {
    margin-top: 0;
  }

  .md\:-mr-0 {
    margin-right: 0;
  }

  .md\:-mb-0 {
    margin-bottom: 0;
  }

  .md\:-ml-0 {
    margin-left: 0;
  }

  .md\:-mt-1 {
    margin-top: -0.25rem;
  }

  .md\:-mr-1 {
    margin-right: -0.25rem;
  }

  .md\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .md\:-ml-1 {
    margin-left: -0.25rem;
  }

  .md\:-mt-2 {
    margin-top: -0.5rem;
  }

  .md\:-mr-2 {
    margin-right: -0.5rem;
  }

  .md\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .md\:-ml-2 {
    margin-left: -0.5rem;
  }

  .md\:-mt-3 {
    margin-top: -0.75rem;
  }

  .md\:-mr-3 {
    margin-right: -0.75rem;
  }

  .md\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .md\:-ml-3 {
    margin-left: -0.75rem;
  }

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

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

  .md\:-mb-4 {
    margin-bottom: -1rem;
  }

  .md\:-ml-4 {
    margin-left: -1rem;
  }

  .md\:-mt-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-px {
    margin-top: -1px;
  }

  .md\:-mr-px {
    margin-right: -1px;
  }

  .md\:-mb-px {
    margin-bottom: -1px;
  }

  .md\:-ml-px {
    margin-left: -1px;
  }

  .md\:opacity-0 {
    opacity: 0;
  }

  .md\:opacity-25 {
    opacity: .25;
  }

  .md\:opacity-50 {
    opacity: .5;
  }

  .md\:opacity-75 {
    opacity: .75;
  }

  .md\:opacity-100 {
    opacity: 1;
  }

  .md\:overflow-auto {
    overflow: auto;
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

  .md\:overflow-visible {
    overflow: visible;
  }

  .md\:overflow-scroll {
    overflow: scroll;
  }

  .md\:overflow-x-scroll {
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .md\:overflow-y-scroll {
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .md\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .md\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .md\:p-0 {
    padding: 0;
  }

  .md\:p-1 {
    padding: .25rem;
  }

  .md\:p-2 {
    padding: 2px;
  }

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

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-5 {
    padding: 5px;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:p-10 {
    padding: 10px;
  }

  .md\:p-15 {
    padding: 15px;
  }

  .md\:p-20 {
    padding: 20px;
  }

  .md\:p-25 {
    padding: 25px;
  }

  .md\:p-30 {
    padding: 30px;
  }

  .md\:p-35 {
    padding: 35px;
  }

  .md\:p-40 {
    padding: 40px;
  }

  .md\:p-45 {
    padding: 45px;
  }

  .md\:p-50 {
    padding: 50px;
  }

  .md\:p-55 {
    padding: 55px;
  }

  .md\:p-60 {
    padding: 60px;
  }

  .md\:p-65 {
    padding: 65px;
  }

  .md\:p-70 {
    padding: 70px;
  }

  .md\:p-75 {
    padding: 75px;
  }

  .md\:p-100 {
    padding: 100px;
  }

  .md\:p-340 {
    padding: 340px;
  }

  .md\:p-px {
    padding: 1px;
  }

  .md\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .md\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .md\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .md\:py-2 {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .md\:px-2 {
    padding-left: 2px;
    padding-right: 2px;
  }

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

  .md\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

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

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

  .md\:py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .md\:px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .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: 10px;
    padding-bottom: 10px;
  }

  .md\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .md\:py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .md\:px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .md\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .md\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .md\:py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .md\:px-25 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .md\:py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .md\:px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .md\:py-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .md\:px-35 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .md\:py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .md\:px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .md\:py-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .md\:px-45 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .md\:py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .md\:px-50 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .md\:py-55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .md\:px-55 {
    padding-left: 55px;
    padding-right: 55px;
  }

  .md\:py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .md\:px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .md\:py-65 {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .md\:px-65 {
    padding-left: 65px;
    padding-right: 65px;
  }

  .md\:py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .md\:px-70 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .md\:py-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .md\:px-75 {
    padding-left: 75px;
    padding-right: 75px;
  }

  .md\:py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .md\:px-100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .md\:py-340 {
    padding-top: 340px;
    padding-bottom: 340px;
  }

  .md\:px-340 {
    padding-left: 340px;
    padding-right: 340px;
  }

  .md\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:pt-0 {
    padding-top: 0;
  }

  .md\:pr-0 {
    padding-right: 0;
  }

  .md\:pb-0 {
    padding-bottom: 0;
  }

  .md\:pl-0 {
    padding-left: 0;
  }

  .md\:pt-1 {
    padding-top: .25rem;
  }

  .md\:pr-1 {
    padding-right: .25rem;
  }

  .md\:pb-1 {
    padding-bottom: .25rem;
  }

  .md\:pl-1 {
    padding-left: .25rem;
  }

  .md\:pt-2 {
    padding-top: 2px;
  }

  .md\:pr-2 {
    padding-right: 2px;
  }

  .md\:pb-2 {
    padding-bottom: 2px;
  }

  .md\:pl-2 {
    padding-left: 2px;
  }

  .md\:pt-3 {
    padding-top: .75rem;
  }

  .md\:pr-3 {
    padding-right: .75rem;
  }

  .md\:pb-3 {
    padding-bottom: .75rem;
  }

  .md\:pl-3 {
    padding-left: .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: 5px;
  }

  .md\:pr-5 {
    padding-right: 5px;
  }

  .md\:pb-5 {
    padding-bottom: 5px;
  }

  .md\:pl-5 {
    padding-left: 5px;
  }

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

  .md\:pr-10 {
    padding-right: 10px;
  }

  .md\:pb-10 {
    padding-bottom: 10px;
  }

  .md\:pl-10 {
    padding-left: 10px;
  }

  .md\:pt-15 {
    padding-top: 15px;
  }

  .md\:pr-15 {
    padding-right: 15px;
  }

  .md\:pb-15 {
    padding-bottom: 15px;
  }

  .md\:pl-15 {
    padding-left: 15px;
  }

  .md\:pt-20 {
    padding-top: 20px;
  }

  .md\:pr-20 {
    padding-right: 20px;
  }

  .md\:pb-20 {
    padding-bottom: 20px;
  }

  .md\:pl-20 {
    padding-left: 20px;
  }

  .md\:pt-25 {
    padding-top: 25px;
  }

  .md\:pr-25 {
    padding-right: 25px;
  }

  .md\:pb-25 {
    padding-bottom: 25px;
  }

  .md\:pl-25 {
    padding-left: 25px;
  }

  .md\:pt-30 {
    padding-top: 30px;
  }

  .md\:pr-30 {
    padding-right: 30px;
  }

  .md\:pb-30 {
    padding-bottom: 30px;
  }

  .md\:pl-30 {
    padding-left: 30px;
  }

  .md\:pt-35 {
    padding-top: 35px;
  }

  .md\:pr-35 {
    padding-right: 35px;
  }

  .md\:pb-35 {
    padding-bottom: 35px;
  }

  .md\:pl-35 {
    padding-left: 35px;
  }

  .md\:pt-40 {
    padding-top: 40px;
  }

  .md\:pr-40 {
    padding-right: 40px;
  }

  .md\:pb-40 {
    padding-bottom: 40px;
  }

  .md\:pl-40 {
    padding-left: 40px;
  }

  .md\:pt-45 {
    padding-top: 45px;
  }

  .md\:pr-45 {
    padding-right: 45px;
  }

  .md\:pb-45 {
    padding-bottom: 45px;
  }

  .md\:pl-45 {
    padding-left: 45px;
  }

  .md\:pt-50 {
    padding-top: 50px;
  }

  .md\:pr-50 {
    padding-right: 50px;
  }

  .md\:pb-50 {
    padding-bottom: 50px;
  }

  .md\:pl-50 {
    padding-left: 50px;
  }

  .md\:pt-55 {
    padding-top: 55px;
  }

  .md\:pr-55 {
    padding-right: 55px;
  }

  .md\:pb-55 {
    padding-bottom: 55px;
  }

  .md\:pl-55 {
    padding-left: 55px;
  }

  .md\:pt-60 {
    padding-top: 60px;
  }

  .md\:pr-60 {
    padding-right: 60px;
  }

  .md\:pb-60 {
    padding-bottom: 60px;
  }

  .md\:pl-60 {
    padding-left: 60px;
  }

  .md\:pt-65 {
    padding-top: 65px;
  }

  .md\:pr-65 {
    padding-right: 65px;
  }

  .md\:pb-65 {
    padding-bottom: 65px;
  }

  .md\:pl-65 {
    padding-left: 65px;
  }

  .md\:pt-70 {
    padding-top: 70px;
  }

  .md\:pr-70 {
    padding-right: 70px;
  }

  .md\:pb-70 {
    padding-bottom: 70px;
  }

  .md\:pl-70 {
    padding-left: 70px;
  }

  .md\:pt-75 {
    padding-top: 75px;
  }

  .md\:pr-75 {
    padding-right: 75px;
  }

  .md\:pb-75 {
    padding-bottom: 75px;
  }

  .md\:pl-75 {
    padding-left: 75px;
  }

  .md\:pt-100 {
    padding-top: 100px;
  }

  .md\:pr-100 {
    padding-right: 100px;
  }

  .md\:pb-100 {
    padding-bottom: 100px;
  }

  .md\:pl-100 {
    padding-left: 100px;
  }

  .md\:pt-340 {
    padding-top: 340px;
  }

  .md\:pr-340 {
    padding-right: 340px;
  }

  .md\:pb-340 {
    padding-bottom: 340px;
  }

  .md\:pl-340 {
    padding-left: 340px;
  }

  .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\: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\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:pin-y {
    top: 0;
    bottom: 0;
  }

  .md\:pin-x {
    right: 0;
    left: 0;
  }

  .md\:pin-t {
    top: 0;
  }

  .md\:pin-r {
    right: 0;
  }

  .md\:pin-b {
    bottom: 0;
  }

  .md\:pin-l {
    left: 0;
  }

  .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 2px 4px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

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

  .md\:shadow-lg {
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
            box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

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

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

  .md\:text-left {
    text-align: left;
  }

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

  .md\:text-right {
    text-align: right;
  }

  .md\:text-justify {
    text-align: justify;
  }

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

  .md\:text-black {
    color: #000;
  }

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

  .md\:text-white25 {
    color: rgba(255, 255, 255, .25);
  }

  .md\:text-primary-magenta {
    color: #ed2f62;
  }

  .md\:text-primary-orange {
    color: #f26d06;
  }

  .md\:text-primary-yellow {
    color: #fec350;
  }

  .md\:text-primary-teal {
    color: #00a4b3;
  }

  .md\:text-primary-dark-gray {
    color: #1f1f1f;
  }

  .md\:text-primary-neutral-gray {
    color: #7f8784;
  }

  .md\:text-primary-light-gray {
    color: #cacaca;
  }

  .md\:text-secondary-dark-magenta {
    color: #b31a44;
  }

  .md\:text-secondary-dark-orange {
    color: #e04d06;
  }

  .md\:text-secondary-dark-yellow {
    color: #c0891b;
  }

  .md\:text-secondary-dark-teal {
    color: #027286;
  }

  .md\:text-secondary-bright-green {
    color: #8fe986;
  }

  .md\:text-secondary-bright-purple {
    color: #bd86ed;
  }

  .md\:text-secondary-light-pink {
    color: #ed86a9;
  }

  .md\:text-nav-text-inactive {
    color: #e8bbc7;
  }

  .md\:text-grey-darkest {
    color: #3d4852;
  }

  .md\:text-grey-darker {
    color: #606f7b;
  }

  .md\:text-grey-dark {
    color: #8795a1;
  }

  .md\:text-grey {
    color: #b8c2cc;
  }

  .md\:text-grey-light {
    color: #dae1e7;
  }

  .md\:text-grey-lighter {
    color: #f1f5f8;
  }

  .md\:text-grey-lightest {
    color: #f8fafc;
  }

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

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

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

  .md\:hover\:text-white25:hover {
    color: rgba(255, 255, 255, .25);
  }

  .md\:hover\:text-primary-magenta:hover {
    color: #ed2f62;
  }

  .md\:hover\:text-primary-orange:hover {
    color: #f26d06;
  }

  .md\:hover\:text-primary-yellow:hover {
    color: #fec350;
  }

  .md\:hover\:text-primary-teal:hover {
    color: #00a4b3;
  }

  .md\:hover\:text-primary-dark-gray:hover {
    color: #1f1f1f;
  }

  .md\:hover\:text-primary-neutral-gray:hover {
    color: #7f8784;
  }

  .md\:hover\:text-primary-light-gray:hover {
    color: #cacaca;
  }

  .md\:hover\:text-secondary-dark-magenta:hover {
    color: #b31a44;
  }

  .md\:hover\:text-secondary-dark-orange:hover {
    color: #e04d06;
  }

  .md\:hover\:text-secondary-dark-yellow:hover {
    color: #c0891b;
  }

  .md\:hover\:text-secondary-dark-teal:hover {
    color: #027286;
  }

  .md\:hover\:text-secondary-bright-green:hover {
    color: #8fe986;
  }

  .md\:hover\:text-secondary-bright-purple:hover {
    color: #bd86ed;
  }

  .md\:hover\:text-secondary-light-pink:hover {
    color: #ed86a9;
  }

  .md\:hover\:text-nav-text-inactive:hover {
    color: #e8bbc7;
  }

  .md\:hover\:text-grey-darkest:hover {
    color: #3d4852;
  }

  .md\:hover\:text-grey-darker:hover {
    color: #606f7b;
  }

  .md\:hover\:text-grey-dark:hover {
    color: #8795a1;
  }

  .md\:hover\:text-grey:hover {
    color: #b8c2cc;
  }

  .md\:hover\:text-grey-light:hover {
    color: #dae1e7;
  }

  .md\:hover\:text-grey-lighter:hover {
    color: #f1f5f8;
  }

  .md\:hover\:text-grey-lightest:hover {
    color: #f8fafc;
  }

  .md\:text-11 {
    font-size: 11px;
  }

  .md\:text-13 {
    font-size: 13px;
  }

  .md\:text-14 {
    font-size: 14px;
  }

  .md\:text-15 {
    font-size: 15px;
  }

  .md\:text-16 {
    font-size: 16px;
  }

  .md\:text-18 {
    font-size: 18px;
  }

  .md\:text-22 {
    font-size: 22px;
  }

  .md\:text-24 {
    font-size: 24px;
  }

  .md\:text-30 {
    font-size: 30px;
  }

  .md\:text-32 {
    font-size: 32px;
  }

  .md\:text-48 {
    font-size: 48px;
  }

  .md\:italic {
    font-style: italic;
  }

  .md\:roman {
    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\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:hover\:italic:hover {
    font-style: italic;
  }

  .md\:hover\:roman:hover {
    font-style: normal;
  }

  .md\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .md\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .md\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .md\:hover\:normal-case:hover {
    text-transform: 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\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:tracking-2 {
    letter-spacing: 2px;
  }

  .md\:tracking-4 {
    letter-spacing: 4px;
  }

  .md\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .md\:tracking-normal {
    letter-spacing: 0;
  }

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

  .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\: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-words {
    word-wrap: break-word;
  }

  .md\:break-normal {
    word-wrap: normal;
  }

  .md\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:w-1 {
    width: .25rem;
  }

  .md\:w-2 {
    width: .5rem;
  }

  .md\:w-3 {
    width: .75rem;
  }

  .md\:w-4 {
    width: 1rem;
  }

  .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-24 {
    width: 6rem;
  }

  .md\:w-32 {
    width: 8rem;
  }

  .md\:w-48 {
    width: 12rem;
  }

  .md\:w-64 {
    width: 16rem;
  }

  .md\:w-205 {
    width: 205px;
  }

  .md\:w-215 {
    width: 215px;
  }

  .md\:w-240 {
    width: 240px;
  }

  .md\:w-415 {
    width: 415px;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-px {
    width: 1px;
  }

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

  .md\:w-1\/3 {
    width: 33.33333%;
  }

  .md\:w-2\/3 {
    width: 66.66667%;
  }

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

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

  .md\:w-5\/6 {
    width: 83.33333%;
  }

  .md\:w-full {
    width: 100%;
  }

  .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: 768px) {
  .lg\:list-reset {
    list-style: none;
    padding: 0;
  }

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

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

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

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

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

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

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

  .lg\:bg-white25 {
    background-color: rgba(255, 255, 255, .25);
  }

  .lg\:bg-primary-magenta {
    background-color: #ed2f62;
  }

  .lg\:bg-primary-orange {
    background-color: #f26d06;
  }

  .lg\:bg-primary-yellow {
    background-color: #fec350;
  }

  .lg\:bg-primary-teal {
    background-color: #00a4b3;
  }

  .lg\:bg-primary-dark-gray {
    background-color: #1f1f1f;
  }

  .lg\:bg-primary-neutral-gray {
    background-color: #7f8784;
  }

  .lg\:bg-primary-light-gray {
    background-color: #cacaca;
  }

  .lg\:bg-secondary-dark-magenta {
    background-color: #b31a44;
  }

  .lg\:bg-secondary-dark-orange {
    background-color: #e04d06;
  }

  .lg\:bg-secondary-dark-yellow {
    background-color: #c0891b;
  }

  .lg\:bg-secondary-dark-teal {
    background-color: #027286;
  }

  .lg\:bg-secondary-bright-green {
    background-color: #8fe986;
  }

  .lg\:bg-secondary-bright-purple {
    background-color: #bd86ed;
  }

  .lg\:bg-secondary-light-pink {
    background-color: #ed86a9;
  }

  .lg\:bg-nav-text-inactive {
    background-color: #e8bbc7;
  }

  .lg\:bg-grey-darkest {
    background-color: #3d4852;
  }

  .lg\:bg-grey-darker {
    background-color: #606f7b;
  }

  .lg\:bg-grey-dark {
    background-color: #8795a1;
  }

  .lg\:bg-grey {
    background-color: #b8c2cc;
  }

  .lg\:bg-grey-light {
    background-color: #dae1e7;
  }

  .lg\:bg-grey-lighter {
    background-color: #f1f5f8;
  }

  .lg\:bg-grey-lightest {
    background-color: #f8fafc;
  }

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

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

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

  .lg\:hover\:bg-white25:hover {
    background-color: rgba(255, 255, 255, .25);
  }

  .lg\:hover\:bg-primary-magenta:hover {
    background-color: #ed2f62;
  }

  .lg\:hover\:bg-primary-orange:hover {
    background-color: #f26d06;
  }

  .lg\:hover\:bg-primary-yellow:hover {
    background-color: #fec350;
  }

  .lg\:hover\:bg-primary-teal:hover {
    background-color: #00a4b3;
  }

  .lg\:hover\:bg-primary-dark-gray:hover {
    background-color: #1f1f1f;
  }

  .lg\:hover\:bg-primary-neutral-gray:hover {
    background-color: #7f8784;
  }

  .lg\:hover\:bg-primary-light-gray:hover {
    background-color: #cacaca;
  }

  .lg\:hover\:bg-secondary-dark-magenta:hover {
    background-color: #b31a44;
  }

  .lg\:hover\:bg-secondary-dark-orange:hover {
    background-color: #e04d06;
  }

  .lg\:hover\:bg-secondary-dark-yellow:hover {
    background-color: #c0891b;
  }

  .lg\:hover\:bg-secondary-dark-teal:hover {
    background-color: #027286;
  }

  .lg\:hover\:bg-secondary-bright-green:hover {
    background-color: #8fe986;
  }

  .lg\:hover\:bg-secondary-bright-purple:hover {
    background-color: #bd86ed;
  }

  .lg\:hover\:bg-secondary-light-pink:hover {
    background-color: #ed86a9;
  }

  .lg\:hover\:bg-nav-text-inactive:hover {
    background-color: #e8bbc7;
  }

  .lg\:hover\:bg-grey-darkest:hover {
    background-color: #3d4852;
  }

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

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

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

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

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

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

  .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-cover {
    background-size: cover;
  }

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

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

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

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

  .lg\:border-white25 {
    border-color: rgba(255, 255, 255, .25);
  }

  .lg\:border-primary-magenta {
    border-color: #ed2f62;
  }

  .lg\:border-primary-orange {
    border-color: #f26d06;
  }

  .lg\:border-primary-yellow {
    border-color: #fec350;
  }

  .lg\:border-primary-teal {
    border-color: #00a4b3;
  }

  .lg\:border-primary-dark-gray {
    border-color: #1f1f1f;
  }

  .lg\:border-primary-neutral-gray {
    border-color: #7f8784;
  }

  .lg\:border-primary-light-gray {
    border-color: #cacaca;
  }

  .lg\:border-secondary-dark-magenta {
    border-color: #b31a44;
  }

  .lg\:border-secondary-dark-orange {
    border-color: #e04d06;
  }

  .lg\:border-secondary-dark-yellow {
    border-color: #c0891b;
  }

  .lg\:border-secondary-dark-teal {
    border-color: #027286;
  }

  .lg\:border-secondary-bright-green {
    border-color: #8fe986;
  }

  .lg\:border-secondary-bright-purple {
    border-color: #bd86ed;
  }

  .lg\:border-secondary-light-pink {
    border-color: #ed86a9;
  }

  .lg\:border-nav-text-inactive {
    border-color: #e8bbc7;
  }

  .lg\:border-grey-darkest {
    border-color: #3d4852;
  }

  .lg\:border-grey-darker {
    border-color: #606f7b;
  }

  .lg\:border-grey-dark {
    border-color: #8795a1;
  }

  .lg\:border-grey {
    border-color: #b8c2cc;
  }

  .lg\:border-grey-light {
    border-color: #dae1e7;
  }

  .lg\:border-grey-lighter {
    border-color: #f1f5f8;
  }

  .lg\:border-grey-lightest {
    border-color: #f8fafc;
  }

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

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

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

  .lg\:hover\:border-white25:hover {
    border-color: rgba(255, 255, 255, .25);
  }

  .lg\:hover\:border-primary-magenta:hover {
    border-color: #ed2f62;
  }

  .lg\:hover\:border-primary-orange:hover {
    border-color: #f26d06;
  }

  .lg\:hover\:border-primary-yellow:hover {
    border-color: #fec350;
  }

  .lg\:hover\:border-primary-teal:hover {
    border-color: #00a4b3;
  }

  .lg\:hover\:border-primary-dark-gray:hover {
    border-color: #1f1f1f;
  }

  .lg\:hover\:border-primary-neutral-gray:hover {
    border-color: #7f8784;
  }

  .lg\:hover\:border-primary-light-gray:hover {
    border-color: #cacaca;
  }

  .lg\:hover\:border-secondary-dark-magenta:hover {
    border-color: #b31a44;
  }

  .lg\:hover\:border-secondary-dark-orange:hover {
    border-color: #e04d06;
  }

  .lg\:hover\:border-secondary-dark-yellow:hover {
    border-color: #c0891b;
  }

  .lg\:hover\:border-secondary-dark-teal:hover {
    border-color: #027286;
  }

  .lg\:hover\:border-secondary-bright-green:hover {
    border-color: #8fe986;
  }

  .lg\:hover\:border-secondary-bright-purple:hover {
    border-color: #bd86ed;
  }

  .lg\:hover\:border-secondary-light-pink:hover {
    border-color: #ed86a9;
  }

  .lg\:hover\:border-nav-text-inactive:hover {
    border-color: #e8bbc7;
  }

  .lg\:hover\:border-grey-darkest:hover {
    border-color: #3d4852;
  }

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

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

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

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

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

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

  .lg\:rounded-5 {
    border-radius: 5px;
  }

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

  .lg\:rounded-sm {
    border-radius: .125rem;
  }

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

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

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

  .lg\:rounded-t-5 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .lg\:rounded-r-5 {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .lg\:rounded-b-5 {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .lg\:rounded-l-5 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .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-5 {
    border-top-left-radius: 5px;
  }

  .lg\:rounded-tr-5 {
    border-top-right-radius: 5px;
  }

  .lg\:rounded-br-5 {
    border-bottom-right-radius: 5px;
  }

  .lg\:rounded-bl-5 {
    border-bottom-left-radius: 5px;
  }

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

  .lg\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .lg\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .lg\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

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

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

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

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

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

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

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

  .lg\:rounded-bl-lg {
    border-bottom-left-radius: .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-none {
    border-style: none;
  }

  .lg\:border-0 {
    border-width: 0;
  }

  .lg\:border-2 {
    border-width: 2px;
  }

  .lg\:border-4 {
    border-width: 4px;
  }

  .lg\:border-8 {
    border-width: 8px;
  }

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

  .lg\:border-t-0 {
    border-top-width: 0;
  }

  .lg\:border-r-0 {
    border-right-width: 0;
  }

  .lg\:border-b-0 {
    border-bottom-width: 0;
  }

  .lg\:border-l-0 {
    border-left-width: 0;
  }

  .lg\:border-t-2 {
    border-top-width: 2px;
  }

  .lg\:border-r-2 {
    border-right-width: 2px;
  }

  .lg\:border-b-2 {
    border-bottom-width: 2px;
  }

  .lg\:border-l-2 {
    border-left-width: 2px;
  }

  .lg\:border-t-4 {
    border-top-width: 4px;
  }

  .lg\:border-r-4 {
    border-right-width: 4px;
  }

  .lg\:border-b-4 {
    border-bottom-width: 4px;
  }

  .lg\:border-l-4 {
    border-left-width: 4px;
  }

  .lg\:border-t-8 {
    border-top-width: 8px;
  }

  .lg\:border-r-8 {
    border-right-width: 8px;
  }

  .lg\:border-b-8 {
    border-bottom-width: 8px;
  }

  .lg\:border-l-8 {
    border-left-width: 8px;
  }

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

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

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

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

  .lg\:inline {
    display: inline;
  }

  .lg\:table {
    display: table;
  }

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

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

  .lg\:hidden {
    display: none;
  }

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

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

  .lg\:flex-initial {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }

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

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

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

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

  .lg\:flex-no-shrink {
    -ms-flex-negative: 0;
        flex-shrink: 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: ProximaNova-Regular, sans-serif;
  }

  .lg\:font-sans-bold {
    font-family: ProximaNova-Bold, sans-serif;
  }

  .lg\:font-sans-black {
    font-family: ProximaNova-Black, sans-serif;
  }

  .lg\:font-sans-italic {
    font-family: ProximaNova-RegularIt, sans-serif;
  }

  .lg\:font-serif {
    font-family: Merriweather, 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\:h-1 {
    height: .25rem;
  }

  .lg\:h-2 {
    height: .5rem;
  }

  .lg\:h-3 {
    height: .75rem;
  }

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

  .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-24 {
    height: 6rem;
  }

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

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

  .lg\:h-50 {
    height: 50px;
  }

  .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-18 {
    line-height: 18px;
  }

  .lg\:leading-21 {
    line-height: 21px;
  }

  .lg\:leading-22 {
    line-height: 22px;
  }

  .lg\:leading-29 {
    line-height: 29px;
  }

  .lg\:leading-30 {
    line-height: 30px;
  }

  .lg\:leading-36 {
    line-height: 36px;
  }

  .lg\:leading-42 {
    line-height: 42px;
  }

  .lg\:leading-58 {
    line-height: 58px;
  }

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

  .lg\:leading-tight {
    line-height: 1.25;
  }

  .lg\:leading-normal {
    line-height: 1.5;
  }

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

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

  .lg\:m-1 {
    margin: .25rem;
  }

  .lg\:m-2 {
    margin: .5rem;
  }

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

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

  .lg\:m-5 {
    margin: 5px;
  }

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

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

  .lg\:m-10 {
    margin: 10px;
  }

  .lg\:m-15 {
    margin: 15px;
  }

  .lg\:m-20 {
    margin: 20px;
  }

  .lg\:m-25 {
    margin: 25px;
  }

  .lg\:m-30 {
    margin: 30px;
  }

  .lg\:m-35 {
    margin: 35px;
  }

  .lg\:m-40 {
    margin: 40px;
  }

  .lg\:m-45 {
    margin: 45px;
  }

  .lg\:m-50 {
    margin: 50px;
  }

  .lg\:m-55 {
    margin: 55px;
  }

  .lg\:m-60 {
    margin: 60px;
  }

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

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

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

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

  .lg\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .lg\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .lg\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .lg\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .lg\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .lg\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .lg\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .lg\:mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .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: 10px;
    margin-bottom: 10px;
  }

  .lg\:mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .lg\:my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .lg\:mx-15 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .lg\:my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .lg\:mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .lg\:my-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .lg\:mx-25 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .lg\:my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .lg\:mx-30 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .lg\:my-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .lg\:mx-35 {
    margin-left: 35px;
    margin-right: 35px;
  }

  .lg\:my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .lg\:mx-40 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .lg\:my-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .lg\:mx-45 {
    margin-left: 45px;
    margin-right: 45px;
  }

  .lg\:my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .lg\:mx-50 {
    margin-left: 50px;
    margin-right: 50px;
  }

  .lg\:my-55 {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .lg\:mx-55 {
    margin-left: 55px;
    margin-right: 55px;
  }

  .lg\:my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .lg\:mx-60 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .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\: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: .25rem;
  }

  .lg\:mr-1 {
    margin-right: .25rem;
  }

  .lg\:mb-1 {
    margin-bottom: .25rem;
  }

  .lg\:ml-1 {
    margin-left: .25rem;
  }

  .lg\:mt-2 {
    margin-top: .5rem;
  }

  .lg\:mr-2 {
    margin-right: .5rem;
  }

  .lg\:mb-2 {
    margin-bottom: .5rem;
  }

  .lg\:ml-2 {
    margin-left: .5rem;
  }

  .lg\:mt-3 {
    margin-top: .75rem;
  }

  .lg\:mr-3 {
    margin-right: .75rem;
  }

  .lg\:mb-3 {
    margin-bottom: .75rem;
  }

  .lg\:ml-3 {
    margin-left: .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: 5px;
  }

  .lg\:mr-5 {
    margin-right: 5px;
  }

  .lg\:mb-5 {
    margin-bottom: 5px;
  }

  .lg\:ml-5 {
    margin-left: 5px;
  }

  .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: 10px;
  }

  .lg\:mr-10 {
    margin-right: 10px;
  }

  .lg\:mb-10 {
    margin-bottom: 10px;
  }

  .lg\:ml-10 {
    margin-left: 10px;
  }

  .lg\:mt-15 {
    margin-top: 15px;
  }

  .lg\:mr-15 {
    margin-right: 15px;
  }

  .lg\:mb-15 {
    margin-bottom: 15px;
  }

  .lg\:ml-15 {
    margin-left: 15px;
  }

  .lg\:mt-20 {
    margin-top: 20px;
  }

  .lg\:mr-20 {
    margin-right: 20px;
  }

  .lg\:mb-20 {
    margin-bottom: 20px;
  }

  .lg\:ml-20 {
    margin-left: 20px;
  }

  .lg\:mt-25 {
    margin-top: 25px;
  }

  .lg\:mr-25 {
    margin-right: 25px;
  }

  .lg\:mb-25 {
    margin-bottom: 25px;
  }

  .lg\:ml-25 {
    margin-left: 25px;
  }

  .lg\:mt-30 {
    margin-top: 30px;
  }

  .lg\:mr-30 {
    margin-right: 30px;
  }

  .lg\:mb-30 {
    margin-bottom: 30px;
  }

  .lg\:ml-30 {
    margin-left: 30px;
  }

  .lg\:mt-35 {
    margin-top: 35px;
  }

  .lg\:mr-35 {
    margin-right: 35px;
  }

  .lg\:mb-35 {
    margin-bottom: 35px;
  }

  .lg\:ml-35 {
    margin-left: 35px;
  }

  .lg\:mt-40 {
    margin-top: 40px;
  }

  .lg\:mr-40 {
    margin-right: 40px;
  }

  .lg\:mb-40 {
    margin-bottom: 40px;
  }

  .lg\:ml-40 {
    margin-left: 40px;
  }

  .lg\:mt-45 {
    margin-top: 45px;
  }

  .lg\:mr-45 {
    margin-right: 45px;
  }

  .lg\:mb-45 {
    margin-bottom: 45px;
  }

  .lg\:ml-45 {
    margin-left: 45px;
  }

  .lg\:mt-50 {
    margin-top: 50px;
  }

  .lg\:mr-50 {
    margin-right: 50px;
  }

  .lg\:mb-50 {
    margin-bottom: 50px;
  }

  .lg\:ml-50 {
    margin-left: 50px;
  }

  .lg\:mt-55 {
    margin-top: 55px;
  }

  .lg\:mr-55 {
    margin-right: 55px;
  }

  .lg\:mb-55 {
    margin-bottom: 55px;
  }

  .lg\:ml-55 {
    margin-left: 55px;
  }

  .lg\:mt-60 {
    margin-top: 60px;
  }

  .lg\:mr-60 {
    margin-right: 60px;
  }

  .lg\:mb-60 {
    margin-bottom: 60px;
  }

  .lg\:ml-60 {
    margin-left: 60px;
  }

  .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\:max-h-full {
    max-height: 100%;
  }

  .lg\:max-h-screen {
    max-height: 100vh;
  }

  .lg\:max-w-720 {
    max-width: 720px;
  }

  .lg\:max-w-1000 {
    max-width: 1000px;
  }

  .lg\:max-w-xs {
    max-width: 20rem;
  }

  .lg\:max-w-sm {
    max-width: 30rem;
  }

  .lg\:max-w-md {
    max-width: 40rem;
  }

  .lg\:max-w-lg {
    max-width: 50rem;
  }

  .lg\:max-w-xl {
    max-width: 60rem;
  }

  .lg\:max-w-2xl {
    max-width: 70rem;
  }

  .lg\:max-w-3xl {
    max-width: 80rem;
  }

  .lg\:max-w-4xl {
    max-width: 90rem;
  }

  .lg\:max-w-5xl {
    max-width: 100rem;
  }

  .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-full {
    min-width: 100%;
  }

  .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-6 {
    margin: -1.5rem;
  }

  .lg\:-m-8 {
    margin: -2rem;
  }

  .lg\:-m-px {
    margin: -1px;
  }

  .lg\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:-my-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-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:-mt-0 {
    margin-top: 0;
  }

  .lg\:-mr-0 {
    margin-right: 0;
  }

  .lg\:-mb-0 {
    margin-bottom: 0;
  }

  .lg\:-ml-0 {
    margin-left: 0;
  }

  .lg\:-mt-1 {
    margin-top: -0.25rem;
  }

  .lg\:-mr-1 {
    margin-right: -0.25rem;
  }

  .lg\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .lg\:-ml-1 {
    margin-left: -0.25rem;
  }

  .lg\:-mt-2 {
    margin-top: -0.5rem;
  }

  .lg\:-mr-2 {
    margin-right: -0.5rem;
  }

  .lg\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .lg\:-ml-2 {
    margin-left: -0.5rem;
  }

  .lg\:-mt-3 {
    margin-top: -0.75rem;
  }

  .lg\:-mr-3 {
    margin-right: -0.75rem;
  }

  .lg\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .lg\:-ml-3 {
    margin-left: -0.75rem;
  }

  .lg\:-mt-4 {
    margin-top: -1rem;
  }

  .lg\:-mr-4 {
    margin-right: -1rem;
  }

  .lg\:-mb-4 {
    margin-bottom: -1rem;
  }

  .lg\:-ml-4 {
    margin-left: -1rem;
  }

  .lg\:-mt-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-px {
    margin-top: -1px;
  }

  .lg\:-mr-px {
    margin-right: -1px;
  }

  .lg\:-mb-px {
    margin-bottom: -1px;
  }

  .lg\:-ml-px {
    margin-left: -1px;
  }

  .lg\:opacity-0 {
    opacity: 0;
  }

  .lg\:opacity-25 {
    opacity: .25;
  }

  .lg\:opacity-50 {
    opacity: .5;
  }

  .lg\:opacity-75 {
    opacity: .75;
  }

  .lg\:opacity-100 {
    opacity: 1;
  }

  .lg\:overflow-auto {
    overflow: auto;
  }

  .lg\:overflow-hidden {
    overflow: hidden;
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

  .lg\:overflow-scroll {
    overflow: scroll;
  }

  .lg\:overflow-x-scroll {
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .lg\:overflow-y-scroll {
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .lg\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .lg\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .lg\:p-0 {
    padding: 0;
  }

  .lg\:p-1 {
    padding: .25rem;
  }

  .lg\:p-2 {
    padding: 2px;
  }

  .lg\:p-3 {
    padding: .75rem;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:p-5 {
    padding: 5px;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:p-10 {
    padding: 10px;
  }

  .lg\:p-15 {
    padding: 15px;
  }

  .lg\:p-20 {
    padding: 20px;
  }

  .lg\:p-25 {
    padding: 25px;
  }

  .lg\:p-30 {
    padding: 30px;
  }

  .lg\:p-35 {
    padding: 35px;
  }

  .lg\:p-40 {
    padding: 40px;
  }

  .lg\:p-45 {
    padding: 45px;
  }

  .lg\:p-50 {
    padding: 50px;
  }

  .lg\:p-55 {
    padding: 55px;
  }

  .lg\:p-60 {
    padding: 60px;
  }

  .lg\:p-65 {
    padding: 65px;
  }

  .lg\:p-70 {
    padding: 70px;
  }

  .lg\:p-75 {
    padding: 75px;
  }

  .lg\:p-100 {
    padding: 100px;
  }

  .lg\:p-340 {
    padding: 340px;
  }

  .lg\:p-px {
    padding: 1px;
  }

  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .lg\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .lg\:py-2 {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .lg\:px-2 {
    padding-left: 2px;
    padding-right: 2px;
  }

  .lg\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .lg\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .lg\:px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .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: 10px;
    padding-bottom: 10px;
  }

  .lg\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .lg\:py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .lg\:px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .lg\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .lg\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lg\:py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .lg\:px-25 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .lg\:py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .lg\:px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .lg\:py-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .lg\:px-35 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .lg\:py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .lg\:px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .lg\:py-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .lg\:px-45 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .lg\:py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .lg\:px-50 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .lg\:py-55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .lg\:px-55 {
    padding-left: 55px;
    padding-right: 55px;
  }

  .lg\:py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .lg\:px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .lg\:py-65 {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .lg\:px-65 {
    padding-left: 65px;
    padding-right: 65px;
  }

  .lg\:py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .lg\:px-70 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .lg\:py-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .lg\:px-75 {
    padding-left: 75px;
    padding-right: 75px;
  }

  .lg\:py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .lg\:px-100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .lg\:py-340 {
    padding-top: 340px;
    padding-bottom: 340px;
  }

  .lg\:px-340 {
    padding-left: 340px;
    padding-right: 340px;
  }

  .lg\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:pt-0 {
    padding-top: 0;
  }

  .lg\:pr-0 {
    padding-right: 0;
  }

  .lg\:pb-0 {
    padding-bottom: 0;
  }

  .lg\:pl-0 {
    padding-left: 0;
  }

  .lg\:pt-1 {
    padding-top: .25rem;
  }

  .lg\:pr-1 {
    padding-right: .25rem;
  }

  .lg\:pb-1 {
    padding-bottom: .25rem;
  }

  .lg\:pl-1 {
    padding-left: .25rem;
  }

  .lg\:pt-2 {
    padding-top: 2px;
  }

  .lg\:pr-2 {
    padding-right: 2px;
  }

  .lg\:pb-2 {
    padding-bottom: 2px;
  }

  .lg\:pl-2 {
    padding-left: 2px;
  }

  .lg\:pt-3 {
    padding-top: .75rem;
  }

  .lg\:pr-3 {
    padding-right: .75rem;
  }

  .lg\:pb-3 {
    padding-bottom: .75rem;
  }

  .lg\:pl-3 {
    padding-left: .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: 5px;
  }

  .lg\:pr-5 {
    padding-right: 5px;
  }

  .lg\:pb-5 {
    padding-bottom: 5px;
  }

  .lg\:pl-5 {
    padding-left: 5px;
  }

  .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: 10px;
  }

  .lg\:pr-10 {
    padding-right: 10px;
  }

  .lg\:pb-10 {
    padding-bottom: 10px;
  }

  .lg\:pl-10 {
    padding-left: 10px;
  }

  .lg\:pt-15 {
    padding-top: 15px;
  }

  .lg\:pr-15 {
    padding-right: 15px;
  }

  .lg\:pb-15 {
    padding-bottom: 15px;
  }

  .lg\:pl-15 {
    padding-left: 15px;
  }

  .lg\:pt-20 {
    padding-top: 20px;
  }

  .lg\:pr-20 {
    padding-right: 20px;
  }

  .lg\:pb-20 {
    padding-bottom: 20px;
  }

  .lg\:pl-20 {
    padding-left: 20px;
  }

  .lg\:pt-25 {
    padding-top: 25px;
  }

  .lg\:pr-25 {
    padding-right: 25px;
  }

  .lg\:pb-25 {
    padding-bottom: 25px;
  }

  .lg\:pl-25 {
    padding-left: 25px;
  }

  .lg\:pt-30 {
    padding-top: 30px;
  }

  .lg\:pr-30 {
    padding-right: 30px;
  }

  .lg\:pb-30 {
    padding-bottom: 30px;
  }

  .lg\:pl-30 {
    padding-left: 30px;
  }

  .lg\:pt-35 {
    padding-top: 35px;
  }

  .lg\:pr-35 {
    padding-right: 35px;
  }

  .lg\:pb-35 {
    padding-bottom: 35px;
  }

  .lg\:pl-35 {
    padding-left: 35px;
  }

  .lg\:pt-40 {
    padding-top: 40px;
  }

  .lg\:pr-40 {
    padding-right: 40px;
  }

  .lg\:pb-40 {
    padding-bottom: 40px;
  }

  .lg\:pl-40 {
    padding-left: 40px;
  }

  .lg\:pt-45 {
    padding-top: 45px;
  }

  .lg\:pr-45 {
    padding-right: 45px;
  }

  .lg\:pb-45 {
    padding-bottom: 45px;
  }

  .lg\:pl-45 {
    padding-left: 45px;
  }

  .lg\:pt-50 {
    padding-top: 50px;
  }

  .lg\:pr-50 {
    padding-right: 50px;
  }

  .lg\:pb-50 {
    padding-bottom: 50px;
  }

  .lg\:pl-50 {
    padding-left: 50px;
  }

  .lg\:pt-55 {
    padding-top: 55px;
  }

  .lg\:pr-55 {
    padding-right: 55px;
  }

  .lg\:pb-55 {
    padding-bottom: 55px;
  }

  .lg\:pl-55 {
    padding-left: 55px;
  }

  .lg\:pt-60 {
    padding-top: 60px;
  }

  .lg\:pr-60 {
    padding-right: 60px;
  }

  .lg\:pb-60 {
    padding-bottom: 60px;
  }

  .lg\:pl-60 {
    padding-left: 60px;
  }

  .lg\:pt-65 {
    padding-top: 65px;
  }

  .lg\:pr-65 {
    padding-right: 65px;
  }

  .lg\:pb-65 {
    padding-bottom: 65px;
  }

  .lg\:pl-65 {
    padding-left: 65px;
  }

  .lg\:pt-70 {
    padding-top: 70px;
  }

  .lg\:pr-70 {
    padding-right: 70px;
  }

  .lg\:pb-70 {
    padding-bottom: 70px;
  }

  .lg\:pl-70 {
    padding-left: 70px;
  }

  .lg\:pt-75 {
    padding-top: 75px;
  }

  .lg\:pr-75 {
    padding-right: 75px;
  }

  .lg\:pb-75 {
    padding-bottom: 75px;
  }

  .lg\:pl-75 {
    padding-left: 75px;
  }

  .lg\:pt-100 {
    padding-top: 100px;
  }

  .lg\:pr-100 {
    padding-right: 100px;
  }

  .lg\:pb-100 {
    padding-bottom: 100px;
  }

  .lg\:pl-100 {
    padding-left: 100px;
  }

  .lg\:pt-340 {
    padding-top: 340px;
  }

  .lg\:pr-340 {
    padding-right: 340px;
  }

  .lg\:pb-340 {
    padding-bottom: 340px;
  }

  .lg\:pl-340 {
    padding-left: 340px;
  }

  .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\: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\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:pin-y {
    top: 0;
    bottom: 0;
  }

  .lg\:pin-x {
    right: 0;
    left: 0;
  }

  .lg\:pin-t {
    top: 0;
  }

  .lg\:pin-r {
    right: 0;
  }

  .lg\:pin-b {
    bottom: 0;
  }

  .lg\:pin-l {
    left: 0;
  }

  .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 2px 4px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .lg\: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);
  }

  .lg\:shadow-lg {
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
            box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .lg\:shadow-inner {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .lg\:shadow-none {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-center {
    text-align: center;
  }

  .lg\:text-right {
    text-align: right;
  }

  .lg\:text-justify {
    text-align: justify;
  }

  .lg\:text-transparent {
    color: transparent;
  }

  .lg\:text-black {
    color: #000;
  }

  .lg\:text-white {
    color: #fff;
  }

  .lg\:text-white25 {
    color: rgba(255, 255, 255, .25);
  }

  .lg\:text-primary-magenta {
    color: #ed2f62;
  }

  .lg\:text-primary-orange {
    color: #f26d06;
  }

  .lg\:text-primary-yellow {
    color: #fec350;
  }

  .lg\:text-primary-teal {
    color: #00a4b3;
  }

  .lg\:text-primary-dark-gray {
    color: #1f1f1f;
  }

  .lg\:text-primary-neutral-gray {
    color: #7f8784;
  }

  .lg\:text-primary-light-gray {
    color: #cacaca;
  }

  .lg\:text-secondary-dark-magenta {
    color: #b31a44;
  }

  .lg\:text-secondary-dark-orange {
    color: #e04d06;
  }

  .lg\:text-secondary-dark-yellow {
    color: #c0891b;
  }

  .lg\:text-secondary-dark-teal {
    color: #027286;
  }

  .lg\:text-secondary-bright-green {
    color: #8fe986;
  }

  .lg\:text-secondary-bright-purple {
    color: #bd86ed;
  }

  .lg\:text-secondary-light-pink {
    color: #ed86a9;
  }

  .lg\:text-nav-text-inactive {
    color: #e8bbc7;
  }

  .lg\:text-grey-darkest {
    color: #3d4852;
  }

  .lg\:text-grey-darker {
    color: #606f7b;
  }

  .lg\:text-grey-dark {
    color: #8795a1;
  }

  .lg\:text-grey {
    color: #b8c2cc;
  }

  .lg\:text-grey-light {
    color: #dae1e7;
  }

  .lg\:text-grey-lighter {
    color: #f1f5f8;
  }

  .lg\:text-grey-lightest {
    color: #f8fafc;
  }

  .lg\:hover\:text-transparent:hover {
    color: transparent;
  }

  .lg\:hover\:text-black:hover {
    color: #000;
  }

  .lg\:hover\:text-white:hover {
    color: #fff;
  }

  .lg\:hover\:text-white25:hover {
    color: rgba(255, 255, 255, .25);
  }

  .lg\:hover\:text-primary-magenta:hover {
    color: #ed2f62;
  }

  .lg\:hover\:text-primary-orange:hover {
    color: #f26d06;
  }

  .lg\:hover\:text-primary-yellow:hover {
    color: #fec350;
  }

  .lg\:hover\:text-primary-teal:hover {
    color: #00a4b3;
  }

  .lg\:hover\:text-primary-dark-gray:hover {
    color: #1f1f1f;
  }

  .lg\:hover\:text-primary-neutral-gray:hover {
    color: #7f8784;
  }

  .lg\:hover\:text-primary-light-gray:hover {
    color: #cacaca;
  }

  .lg\:hover\:text-secondary-dark-magenta:hover {
    color: #b31a44;
  }

  .lg\:hover\:text-secondary-dark-orange:hover {
    color: #e04d06;
  }

  .lg\:hover\:text-secondary-dark-yellow:hover {
    color: #c0891b;
  }

  .lg\:hover\:text-secondary-dark-teal:hover {
    color: #027286;
  }

  .lg\:hover\:text-secondary-bright-green:hover {
    color: #8fe986;
  }

  .lg\:hover\:text-secondary-bright-purple:hover {
    color: #bd86ed;
  }

  .lg\:hover\:text-secondary-light-pink:hover {
    color: #ed86a9;
  }

  .lg\:hover\:text-nav-text-inactive:hover {
    color: #e8bbc7;
  }

  .lg\:hover\:text-grey-darkest:hover {
    color: #3d4852;
  }

  .lg\:hover\:text-grey-darker:hover {
    color: #606f7b;
  }

  .lg\:hover\:text-grey-dark:hover {
    color: #8795a1;
  }

  .lg\:hover\:text-grey:hover {
    color: #b8c2cc;
  }

  .lg\:hover\:text-grey-light:hover {
    color: #dae1e7;
  }

  .lg\:hover\:text-grey-lighter:hover {
    color: #f1f5f8;
  }

  .lg\:hover\:text-grey-lightest:hover {
    color: #f8fafc;
  }

  .lg\:text-11 {
    font-size: 11px;
  }

  .lg\:text-13 {
    font-size: 13px;
  }

  .lg\:text-14 {
    font-size: 14px;
  }

  .lg\:text-15 {
    font-size: 15px;
  }

  .lg\:text-16 {
    font-size: 16px;
  }

  .lg\:text-18 {
    font-size: 18px;
  }

  .lg\:text-22 {
    font-size: 22px;
  }

  .lg\:text-24 {
    font-size: 24px;
  }

  .lg\:text-30 {
    font-size: 30px;
  }

  .lg\:text-32 {
    font-size: 32px;
  }

  .lg\:text-48 {
    font-size: 48px;
  }

  .lg\:italic {
    font-style: italic;
  }

  .lg\:roman {
    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\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:hover\:italic:hover {
    font-style: italic;
  }

  .lg\:hover\:roman:hover {
    font-style: normal;
  }

  .lg\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .lg\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .lg\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .lg\:hover\:normal-case:hover {
    text-transform: 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\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:tracking-2 {
    letter-spacing: 2px;
  }

  .lg\:tracking-4 {
    letter-spacing: 4px;
  }

  .lg\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .lg\:tracking-normal {
    letter-spacing: 0;
  }

  .lg\:tracking-wide {
    letter-spacing: .05em;
  }

  .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\: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-words {
    word-wrap: break-word;
  }

  .lg\:break-normal {
    word-wrap: normal;
  }

  .lg\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:w-1 {
    width: .25rem;
  }

  .lg\:w-2 {
    width: .5rem;
  }

  .lg\:w-3 {
    width: .75rem;
  }

  .lg\:w-4 {
    width: 1rem;
  }

  .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-24 {
    width: 6rem;
  }

  .lg\:w-32 {
    width: 8rem;
  }

  .lg\:w-48 {
    width: 12rem;
  }

  .lg\:w-64 {
    width: 16rem;
  }

  .lg\:w-205 {
    width: 205px;
  }

  .lg\:w-215 {
    width: 215px;
  }

  .lg\:w-240 {
    width: 240px;
  }

  .lg\:w-415 {
    width: 415px;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-px {
    width: 1px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.33333%;
  }

  .lg\:w-2\/3 {
    width: 66.66667%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .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.66667%;
  }

  .lg\:w-5\/6 {
    width: 83.33333%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .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;
  }
}

@media (min-width: 992px) {
  .lg2\:list-reset {
    list-style: none;
    padding: 0;
  }

  .lg2\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .lg2\:bg-fixed {
    background-attachment: fixed;
  }

  .lg2\:bg-local {
    background-attachment: local;
  }

  .lg2\:bg-scroll {
    background-attachment: scroll;
  }

  .lg2\:bg-transparent {
    background-color: transparent;
  }

  .lg2\:bg-black {
    background-color: #000;
  }

  .lg2\:bg-white {
    background-color: #fff;
  }

  .lg2\:bg-white25 {
    background-color: rgba(255, 255, 255, .25);
  }

  .lg2\:bg-primary-magenta {
    background-color: #ed2f62;
  }

  .lg2\:bg-primary-orange {
    background-color: #f26d06;
  }

  .lg2\:bg-primary-yellow {
    background-color: #fec350;
  }

  .lg2\:bg-primary-teal {
    background-color: #00a4b3;
  }

  .lg2\:bg-primary-dark-gray {
    background-color: #1f1f1f;
  }

  .lg2\:bg-primary-neutral-gray {
    background-color: #7f8784;
  }

  .lg2\:bg-primary-light-gray {
    background-color: #cacaca;
  }

  .lg2\:bg-secondary-dark-magenta {
    background-color: #b31a44;
  }

  .lg2\:bg-secondary-dark-orange {
    background-color: #e04d06;
  }

  .lg2\:bg-secondary-dark-yellow {
    background-color: #c0891b;
  }

  .lg2\:bg-secondary-dark-teal {
    background-color: #027286;
  }

  .lg2\:bg-secondary-bright-green {
    background-color: #8fe986;
  }

  .lg2\:bg-secondary-bright-purple {
    background-color: #bd86ed;
  }

  .lg2\:bg-secondary-light-pink {
    background-color: #ed86a9;
  }

  .lg2\:bg-nav-text-inactive {
    background-color: #e8bbc7;
  }

  .lg2\:bg-grey-darkest {
    background-color: #3d4852;
  }

  .lg2\:bg-grey-darker {
    background-color: #606f7b;
  }

  .lg2\:bg-grey-dark {
    background-color: #8795a1;
  }

  .lg2\:bg-grey {
    background-color: #b8c2cc;
  }

  .lg2\:bg-grey-light {
    background-color: #dae1e7;
  }

  .lg2\:bg-grey-lighter {
    background-color: #f1f5f8;
  }

  .lg2\:bg-grey-lightest {
    background-color: #f8fafc;
  }

  .lg2\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .lg2\:hover\:bg-black:hover {
    background-color: #000;
  }

  .lg2\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .lg2\:hover\:bg-white25:hover {
    background-color: rgba(255, 255, 255, .25);
  }

  .lg2\:hover\:bg-primary-magenta:hover {
    background-color: #ed2f62;
  }

  .lg2\:hover\:bg-primary-orange:hover {
    background-color: #f26d06;
  }

  .lg2\:hover\:bg-primary-yellow:hover {
    background-color: #fec350;
  }

  .lg2\:hover\:bg-primary-teal:hover {
    background-color: #00a4b3;
  }

  .lg2\:hover\:bg-primary-dark-gray:hover {
    background-color: #1f1f1f;
  }

  .lg2\:hover\:bg-primary-neutral-gray:hover {
    background-color: #7f8784;
  }

  .lg2\:hover\:bg-primary-light-gray:hover {
    background-color: #cacaca;
  }

  .lg2\:hover\:bg-secondary-dark-magenta:hover {
    background-color: #b31a44;
  }

  .lg2\:hover\:bg-secondary-dark-orange:hover {
    background-color: #e04d06;
  }

  .lg2\:hover\:bg-secondary-dark-yellow:hover {
    background-color: #c0891b;
  }

  .lg2\:hover\:bg-secondary-dark-teal:hover {
    background-color: #027286;
  }

  .lg2\:hover\:bg-secondary-bright-green:hover {
    background-color: #8fe986;
  }

  .lg2\:hover\:bg-secondary-bright-purple:hover {
    background-color: #bd86ed;
  }

  .lg2\:hover\:bg-secondary-light-pink:hover {
    background-color: #ed86a9;
  }

  .lg2\:hover\:bg-nav-text-inactive:hover {
    background-color: #e8bbc7;
  }

  .lg2\:hover\:bg-grey-darkest:hover {
    background-color: #3d4852;
  }

  .lg2\:hover\:bg-grey-darker:hover {
    background-color: #606f7b;
  }

  .lg2\:hover\:bg-grey-dark:hover {
    background-color: #8795a1;
  }

  .lg2\:hover\:bg-grey:hover {
    background-color: #b8c2cc;
  }

  .lg2\:hover\:bg-grey-light:hover {
    background-color: #dae1e7;
  }

  .lg2\:hover\:bg-grey-lighter:hover {
    background-color: #f1f5f8;
  }

  .lg2\:hover\:bg-grey-lightest:hover {
    background-color: #f8fafc;
  }

  .lg2\:bg-bottom {
    background-position: bottom;
  }

  .lg2\:bg-center {
    background-position: center;
  }

  .lg2\:bg-left {
    background-position: left;
  }

  .lg2\:bg-left-bottom {
    background-position: left bottom;
  }

  .lg2\:bg-left-top {
    background-position: left top;
  }

  .lg2\:bg-right {
    background-position: right;
  }

  .lg2\:bg-right-bottom {
    background-position: right bottom;
  }

  .lg2\:bg-right-top {
    background-position: right top;
  }

  .lg2\:bg-top {
    background-position: top;
  }

  .lg2\:bg-repeat {
    background-repeat: repeat;
  }

  .lg2\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .lg2\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .lg2\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .lg2\:bg-cover {
    background-size: cover;
  }

  .lg2\:bg-contain {
    background-size: contain;
  }

  .lg2\:border-transparent {
    border-color: transparent;
  }

  .lg2\:border-black {
    border-color: #000;
  }

  .lg2\:border-white {
    border-color: #fff;
  }

  .lg2\:border-white25 {
    border-color: rgba(255, 255, 255, .25);
  }

  .lg2\:border-primary-magenta {
    border-color: #ed2f62;
  }

  .lg2\:border-primary-orange {
    border-color: #f26d06;
  }

  .lg2\:border-primary-yellow {
    border-color: #fec350;
  }

  .lg2\:border-primary-teal {
    border-color: #00a4b3;
  }

  .lg2\:border-primary-dark-gray {
    border-color: #1f1f1f;
  }

  .lg2\:border-primary-neutral-gray {
    border-color: #7f8784;
  }

  .lg2\:border-primary-light-gray {
    border-color: #cacaca;
  }

  .lg2\:border-secondary-dark-magenta {
    border-color: #b31a44;
  }

  .lg2\:border-secondary-dark-orange {
    border-color: #e04d06;
  }

  .lg2\:border-secondary-dark-yellow {
    border-color: #c0891b;
  }

  .lg2\:border-secondary-dark-teal {
    border-color: #027286;
  }

  .lg2\:border-secondary-bright-green {
    border-color: #8fe986;
  }

  .lg2\:border-secondary-bright-purple {
    border-color: #bd86ed;
  }

  .lg2\:border-secondary-light-pink {
    border-color: #ed86a9;
  }

  .lg2\:border-nav-text-inactive {
    border-color: #e8bbc7;
  }

  .lg2\:border-grey-darkest {
    border-color: #3d4852;
  }

  .lg2\:border-grey-darker {
    border-color: #606f7b;
  }

  .lg2\:border-grey-dark {
    border-color: #8795a1;
  }

  .lg2\:border-grey {
    border-color: #b8c2cc;
  }

  .lg2\:border-grey-light {
    border-color: #dae1e7;
  }

  .lg2\:border-grey-lighter {
    border-color: #f1f5f8;
  }

  .lg2\:border-grey-lightest {
    border-color: #f8fafc;
  }

  .lg2\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .lg2\:hover\:border-black:hover {
    border-color: #000;
  }

  .lg2\:hover\:border-white:hover {
    border-color: #fff;
  }

  .lg2\:hover\:border-white25:hover {
    border-color: rgba(255, 255, 255, .25);
  }

  .lg2\:hover\:border-primary-magenta:hover {
    border-color: #ed2f62;
  }

  .lg2\:hover\:border-primary-orange:hover {
    border-color: #f26d06;
  }

  .lg2\:hover\:border-primary-yellow:hover {
    border-color: #fec350;
  }

  .lg2\:hover\:border-primary-teal:hover {
    border-color: #00a4b3;
  }

  .lg2\:hover\:border-primary-dark-gray:hover {
    border-color: #1f1f1f;
  }

  .lg2\:hover\:border-primary-neutral-gray:hover {
    border-color: #7f8784;
  }

  .lg2\:hover\:border-primary-light-gray:hover {
    border-color: #cacaca;
  }

  .lg2\:hover\:border-secondary-dark-magenta:hover {
    border-color: #b31a44;
  }

  .lg2\:hover\:border-secondary-dark-orange:hover {
    border-color: #e04d06;
  }

  .lg2\:hover\:border-secondary-dark-yellow:hover {
    border-color: #c0891b;
  }

  .lg2\:hover\:border-secondary-dark-teal:hover {
    border-color: #027286;
  }

  .lg2\:hover\:border-secondary-bright-green:hover {
    border-color: #8fe986;
  }

  .lg2\:hover\:border-secondary-bright-purple:hover {
    border-color: #bd86ed;
  }

  .lg2\:hover\:border-secondary-light-pink:hover {
    border-color: #ed86a9;
  }

  .lg2\:hover\:border-nav-text-inactive:hover {
    border-color: #e8bbc7;
  }

  .lg2\:hover\:border-grey-darkest:hover {
    border-color: #3d4852;
  }

  .lg2\:hover\:border-grey-darker:hover {
    border-color: #606f7b;
  }

  .lg2\:hover\:border-grey-dark:hover {
    border-color: #8795a1;
  }

  .lg2\:hover\:border-grey:hover {
    border-color: #b8c2cc;
  }

  .lg2\:hover\:border-grey-light:hover {
    border-color: #dae1e7;
  }

  .lg2\:hover\:border-grey-lighter:hover {
    border-color: #f1f5f8;
  }

  .lg2\:hover\:border-grey-lightest:hover {
    border-color: #f8fafc;
  }

  .lg2\:rounded-5 {
    border-radius: 5px;
  }

  .lg2\:rounded-none {
    border-radius: 0;
  }

  .lg2\:rounded-sm {
    border-radius: .125rem;
  }

  .lg2\:rounded {
    border-radius: .25rem;
  }

  .lg2\:rounded-lg {
    border-radius: .5rem;
  }

  .lg2\:rounded-full {
    border-radius: 9999px;
  }

  .lg2\:rounded-t-5 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .lg2\:rounded-r-5 {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .lg2\:rounded-b-5 {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .lg2\:rounded-l-5 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .lg2\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .lg2\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .lg2\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg2\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg2\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .lg2\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .lg2\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .lg2\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .lg2\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .lg2\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .lg2\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .lg2\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .lg2\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .lg2\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .lg2\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .lg2\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .lg2\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg2\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg2\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg2\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg2\:rounded-tl-5 {
    border-top-left-radius: 5px;
  }

  .lg2\:rounded-tr-5 {
    border-top-right-radius: 5px;
  }

  .lg2\:rounded-br-5 {
    border-bottom-right-radius: 5px;
  }

  .lg2\:rounded-bl-5 {
    border-bottom-left-radius: 5px;
  }

  .lg2\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .lg2\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .lg2\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .lg2\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .lg2\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .lg2\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .lg2\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .lg2\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .lg2\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .lg2\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .lg2\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .lg2\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .lg2\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .lg2\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .lg2\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .lg2\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .lg2\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .lg2\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .lg2\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .lg2\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .lg2\:border-solid {
    border-style: solid;
  }

  .lg2\:border-dashed {
    border-style: dashed;
  }

  .lg2\:border-dotted {
    border-style: dotted;
  }

  .lg2\:border-none {
    border-style: none;
  }

  .lg2\:border-0 {
    border-width: 0;
  }

  .lg2\:border-2 {
    border-width: 2px;
  }

  .lg2\:border-4 {
    border-width: 4px;
  }

  .lg2\:border-8 {
    border-width: 8px;
  }

  .lg2\:border {
    border-width: 1px;
  }

  .lg2\:border-t-0 {
    border-top-width: 0;
  }

  .lg2\:border-r-0 {
    border-right-width: 0;
  }

  .lg2\:border-b-0 {
    border-bottom-width: 0;
  }

  .lg2\:border-l-0 {
    border-left-width: 0;
  }

  .lg2\:border-t-2 {
    border-top-width: 2px;
  }

  .lg2\:border-r-2 {
    border-right-width: 2px;
  }

  .lg2\:border-b-2 {
    border-bottom-width: 2px;
  }

  .lg2\:border-l-2 {
    border-left-width: 2px;
  }

  .lg2\:border-t-4 {
    border-top-width: 4px;
  }

  .lg2\:border-r-4 {
    border-right-width: 4px;
  }

  .lg2\:border-b-4 {
    border-bottom-width: 4px;
  }

  .lg2\:border-l-4 {
    border-left-width: 4px;
  }

  .lg2\:border-t-8 {
    border-top-width: 8px;
  }

  .lg2\:border-r-8 {
    border-right-width: 8px;
  }

  .lg2\:border-b-8 {
    border-bottom-width: 8px;
  }

  .lg2\:border-l-8 {
    border-left-width: 8px;
  }

  .lg2\:border-t {
    border-top-width: 1px;
  }

  .lg2\:border-r {
    border-right-width: 1px;
  }

  .lg2\:border-b {
    border-bottom-width: 1px;
  }

  .lg2\:border-l {
    border-left-width: 1px;
  }

  .lg2\:cursor-auto {
    cursor: auto;
  }

  .lg2\:cursor-default {
    cursor: default;
  }

  .lg2\:cursor-pointer {
    cursor: pointer;
  }

  .lg2\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .lg2\:block {
    display: block;
  }

  .lg2\:inline-block {
    display: inline-block;
  }

  .lg2\:inline {
    display: inline;
  }

  .lg2\:table {
    display: table;
  }

  .lg2\:table-row {
    display: table-row;
  }

  .lg2\:table-cell {
    display: table-cell;
  }

  .lg2\:hidden {
    display: none;
  }

  .lg2\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .lg2\:inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .lg2\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .lg2\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .lg2\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .lg2\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .lg2\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .lg2\:flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

  .lg2\:flex-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .lg2\:items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .lg2\:items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .lg2\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .lg2\:items-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  .lg2\:items-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .lg2\:self-auto {
    -ms-flex-item-align: auto;
        align-self: auto;
  }

  .lg2\:self-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .lg2\:self-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .lg2\:self-center {
    -ms-flex-item-align: center;
        align-self: center;
  }

  .lg2\:self-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }

  .lg2\:justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .lg2\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .lg2\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .lg2\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .lg2\:justify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .lg2\:content-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }

  .lg2\:content-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }

  .lg2\:content-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }

  .lg2\:content-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }

  .lg2\:content-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }

  .lg2\:flex-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .lg2\:flex-auto {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }

  .lg2\:flex-initial {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }

  .lg2\:flex-none {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .lg2\:flex-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .lg2\:flex-shrink {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .lg2\:flex-no-grow {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .lg2\:flex-no-shrink {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .lg2\:float-right {
    float: right;
  }

  .lg2\:float-left {
    float: left;
  }

  .lg2\:float-none {
    float: none;
  }

  .lg2\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .lg2\:font-sans {
    font-family: ProximaNova-Regular, sans-serif;
  }

  .lg2\:font-sans-bold {
    font-family: ProximaNova-Bold, sans-serif;
  }

  .lg2\:font-sans-black {
    font-family: ProximaNova-Black, sans-serif;
  }

  .lg2\:font-sans-italic {
    font-family: ProximaNova-RegularIt, sans-serif;
  }

  .lg2\:font-serif {
    font-family: Merriweather, serif;
  }

  .lg2\:font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .lg2\:font-hairline {
    font-weight: 100;
  }

  .lg2\:font-thin {
    font-weight: 200;
  }

  .lg2\:font-light {
    font-weight: 300;
  }

  .lg2\:font-normal {
    font-weight: 400;
  }

  .lg2\:font-medium {
    font-weight: 500;
  }

  .lg2\:font-semibold {
    font-weight: 600;
  }

  .lg2\:font-bold {
    font-weight: 700;
  }

  .lg2\:font-extrabold {
    font-weight: 800;
  }

  .lg2\:font-black {
    font-weight: 900;
  }

  .lg2\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .lg2\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .lg2\:hover\:font-light:hover {
    font-weight: 300;
  }

  .lg2\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .lg2\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .lg2\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .lg2\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .lg2\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .lg2\:hover\:font-black:hover {
    font-weight: 900;
  }

  .lg2\:h-1 {
    height: .25rem;
  }

  .lg2\:h-2 {
    height: .5rem;
  }

  .lg2\:h-3 {
    height: .75rem;
  }

  .lg2\:h-4 {
    height: 1rem;
  }

  .lg2\:h-6 {
    height: 1.5rem;
  }

  .lg2\:h-8 {
    height: 2rem;
  }

  .lg2\:h-10 {
    height: 2.5rem;
  }

  .lg2\:h-12 {
    height: 3rem;
  }

  .lg2\:h-16 {
    height: 4rem;
  }

  .lg2\:h-24 {
    height: 6rem;
  }

  .lg2\:h-32 {
    height: 8rem;
  }

  .lg2\:h-48 {
    height: 12rem;
  }

  .lg2\:h-50 {
    height: 50px;
  }

  .lg2\:h-64 {
    height: 16rem;
  }

  .lg2\:h-auto {
    height: auto;
  }

  .lg2\:h-px {
    height: 1px;
  }

  .lg2\:h-full {
    height: 100%;
  }

  .lg2\:h-screen {
    height: 100vh;
  }

  .lg2\:leading-18 {
    line-height: 18px;
  }

  .lg2\:leading-21 {
    line-height: 21px;
  }

  .lg2\:leading-22 {
    line-height: 22px;
  }

  .lg2\:leading-29 {
    line-height: 29px;
  }

  .lg2\:leading-30 {
    line-height: 30px;
  }

  .lg2\:leading-36 {
    line-height: 36px;
  }

  .lg2\:leading-42 {
    line-height: 42px;
  }

  .lg2\:leading-58 {
    line-height: 58px;
  }

  .lg2\:leading-none {
    line-height: 1;
  }

  .lg2\:leading-tight {
    line-height: 1.25;
  }

  .lg2\:leading-normal {
    line-height: 1.5;
  }

  .lg2\:leading-loose {
    line-height: 2;
  }

  .lg2\:m-0 {
    margin: 0;
  }

  .lg2\:m-1 {
    margin: .25rem;
  }

  .lg2\:m-2 {
    margin: .5rem;
  }

  .lg2\:m-3 {
    margin: .75rem;
  }

  .lg2\:m-4 {
    margin: 1rem;
  }

  .lg2\:m-5 {
    margin: 5px;
  }

  .lg2\:m-6 {
    margin: 1.5rem;
  }

  .lg2\:m-8 {
    margin: 2rem;
  }

  .lg2\:m-10 {
    margin: 10px;
  }

  .lg2\:m-15 {
    margin: 15px;
  }

  .lg2\:m-20 {
    margin: 20px;
  }

  .lg2\:m-25 {
    margin: 25px;
  }

  .lg2\:m-30 {
    margin: 30px;
  }

  .lg2\:m-35 {
    margin: 35px;
  }

  .lg2\:m-40 {
    margin: 40px;
  }

  .lg2\:m-45 {
    margin: 45px;
  }

  .lg2\:m-50 {
    margin: 50px;
  }

  .lg2\:m-55 {
    margin: 55px;
  }

  .lg2\:m-60 {
    margin: 60px;
  }

  .lg2\:m-auto {
    margin: auto;
  }

  .lg2\:m-px {
    margin: 1px;
  }

  .lg2\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg2\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg2\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .lg2\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .lg2\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .lg2\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .lg2\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .lg2\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .lg2\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg2\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg2\:my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .lg2\:mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .lg2\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg2\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg2\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg2\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg2\:my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .lg2\:mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .lg2\:my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .lg2\:mx-15 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .lg2\:my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .lg2\:mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .lg2\:my-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .lg2\:mx-25 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .lg2\:my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .lg2\:mx-30 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .lg2\:my-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .lg2\:mx-35 {
    margin-left: 35px;
    margin-right: 35px;
  }

  .lg2\:my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .lg2\:mx-40 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .lg2\:my-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .lg2\:mx-45 {
    margin-left: 45px;
    margin-right: 45px;
  }

  .lg2\:my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .lg2\:mx-50 {
    margin-left: 50px;
    margin-right: 50px;
  }

  .lg2\:my-55 {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .lg2\:mx-55 {
    margin-left: 55px;
    margin-right: 55px;
  }

  .lg2\:my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .lg2\:mx-60 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .lg2\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg2\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg2\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg2\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg2\:mt-0 {
    margin-top: 0;
  }

  .lg2\:mr-0 {
    margin-right: 0;
  }

  .lg2\:mb-0 {
    margin-bottom: 0;
  }

  .lg2\:ml-0 {
    margin-left: 0;
  }

  .lg2\:mt-1 {
    margin-top: .25rem;
  }

  .lg2\:mr-1 {
    margin-right: .25rem;
  }

  .lg2\:mb-1 {
    margin-bottom: .25rem;
  }

  .lg2\:ml-1 {
    margin-left: .25rem;
  }

  .lg2\:mt-2 {
    margin-top: .5rem;
  }

  .lg2\:mr-2 {
    margin-right: .5rem;
  }

  .lg2\:mb-2 {
    margin-bottom: .5rem;
  }

  .lg2\:ml-2 {
    margin-left: .5rem;
  }

  .lg2\:mt-3 {
    margin-top: .75rem;
  }

  .lg2\:mr-3 {
    margin-right: .75rem;
  }

  .lg2\:mb-3 {
    margin-bottom: .75rem;
  }

  .lg2\:ml-3 {
    margin-left: .75rem;
  }

  .lg2\:mt-4 {
    margin-top: 1rem;
  }

  .lg2\:mr-4 {
    margin-right: 1rem;
  }

  .lg2\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg2\:ml-4 {
    margin-left: 1rem;
  }

  .lg2\:mt-5 {
    margin-top: 5px;
  }

  .lg2\:mr-5 {
    margin-right: 5px;
  }

  .lg2\:mb-5 {
    margin-bottom: 5px;
  }

  .lg2\:ml-5 {
    margin-left: 5px;
  }

  .lg2\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg2\:mr-6 {
    margin-right: 1.5rem;
  }

  .lg2\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg2\:ml-6 {
    margin-left: 1.5rem;
  }

  .lg2\:mt-8 {
    margin-top: 2rem;
  }

  .lg2\:mr-8 {
    margin-right: 2rem;
  }

  .lg2\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg2\:ml-8 {
    margin-left: 2rem;
  }

  .lg2\:mt-10 {
    margin-top: 10px;
  }

  .lg2\:mr-10 {
    margin-right: 10px;
  }

  .lg2\:mb-10 {
    margin-bottom: 10px;
  }

  .lg2\:ml-10 {
    margin-left: 10px;
  }

  .lg2\:mt-15 {
    margin-top: 15px;
  }

  .lg2\:mr-15 {
    margin-right: 15px;
  }

  .lg2\:mb-15 {
    margin-bottom: 15px;
  }

  .lg2\:ml-15 {
    margin-left: 15px;
  }

  .lg2\:mt-20 {
    margin-top: 20px;
  }

  .lg2\:mr-20 {
    margin-right: 20px;
  }

  .lg2\:mb-20 {
    margin-bottom: 20px;
  }

  .lg2\:ml-20 {
    margin-left: 20px;
  }

  .lg2\:mt-25 {
    margin-top: 25px;
  }

  .lg2\:mr-25 {
    margin-right: 25px;
  }

  .lg2\:mb-25 {
    margin-bottom: 25px;
  }

  .lg2\:ml-25 {
    margin-left: 25px;
  }

  .lg2\:mt-30 {
    margin-top: 30px;
  }

  .lg2\:mr-30 {
    margin-right: 30px;
  }

  .lg2\:mb-30 {
    margin-bottom: 30px;
  }

  .lg2\:ml-30 {
    margin-left: 30px;
  }

  .lg2\:mt-35 {
    margin-top: 35px;
  }

  .lg2\:mr-35 {
    margin-right: 35px;
  }

  .lg2\:mb-35 {
    margin-bottom: 35px;
  }

  .lg2\:ml-35 {
    margin-left: 35px;
  }

  .lg2\:mt-40 {
    margin-top: 40px;
  }

  .lg2\:mr-40 {
    margin-right: 40px;
  }

  .lg2\:mb-40 {
    margin-bottom: 40px;
  }

  .lg2\:ml-40 {
    margin-left: 40px;
  }

  .lg2\:mt-45 {
    margin-top: 45px;
  }

  .lg2\:mr-45 {
    margin-right: 45px;
  }

  .lg2\:mb-45 {
    margin-bottom: 45px;
  }

  .lg2\:ml-45 {
    margin-left: 45px;
  }

  .lg2\:mt-50 {
    margin-top: 50px;
  }

  .lg2\:mr-50 {
    margin-right: 50px;
  }

  .lg2\:mb-50 {
    margin-bottom: 50px;
  }

  .lg2\:ml-50 {
    margin-left: 50px;
  }

  .lg2\:mt-55 {
    margin-top: 55px;
  }

  .lg2\:mr-55 {
    margin-right: 55px;
  }

  .lg2\:mb-55 {
    margin-bottom: 55px;
  }

  .lg2\:ml-55 {
    margin-left: 55px;
  }

  .lg2\:mt-60 {
    margin-top: 60px;
  }

  .lg2\:mr-60 {
    margin-right: 60px;
  }

  .lg2\:mb-60 {
    margin-bottom: 60px;
  }

  .lg2\:ml-60 {
    margin-left: 60px;
  }

  .lg2\:mt-auto {
    margin-top: auto;
  }

  .lg2\:mr-auto {
    margin-right: auto;
  }

  .lg2\:mb-auto {
    margin-bottom: auto;
  }

  .lg2\:ml-auto {
    margin-left: auto;
  }

  .lg2\:mt-px {
    margin-top: 1px;
  }

  .lg2\:mr-px {
    margin-right: 1px;
  }

  .lg2\:mb-px {
    margin-bottom: 1px;
  }

  .lg2\:ml-px {
    margin-left: 1px;
  }

  .lg2\:max-h-full {
    max-height: 100%;
  }

  .lg2\:max-h-screen {
    max-height: 100vh;
  }

  .lg2\:max-w-720 {
    max-width: 720px;
  }

  .lg2\:max-w-1000 {
    max-width: 1000px;
  }

  .lg2\:max-w-xs {
    max-width: 20rem;
  }

  .lg2\:max-w-sm {
    max-width: 30rem;
  }

  .lg2\:max-w-md {
    max-width: 40rem;
  }

  .lg2\:max-w-lg {
    max-width: 50rem;
  }

  .lg2\:max-w-xl {
    max-width: 60rem;
  }

  .lg2\:max-w-2xl {
    max-width: 70rem;
  }

  .lg2\:max-w-3xl {
    max-width: 80rem;
  }

  .lg2\:max-w-4xl {
    max-width: 90rem;
  }

  .lg2\:max-w-5xl {
    max-width: 100rem;
  }

  .lg2\:max-w-full {
    max-width: 100%;
  }

  .lg2\:min-h-0 {
    min-height: 0;
  }

  .lg2\:min-h-full {
    min-height: 100%;
  }

  .lg2\:min-h-screen {
    min-height: 100vh;
  }

  .lg2\:min-w-full {
    min-width: 100%;
  }

  .lg2\:-m-0 {
    margin: 0;
  }

  .lg2\:-m-1 {
    margin: -0.25rem;
  }

  .lg2\:-m-2 {
    margin: -0.5rem;
  }

  .lg2\:-m-3 {
    margin: -0.75rem;
  }

  .lg2\:-m-4 {
    margin: -1rem;
  }

  .lg2\:-m-6 {
    margin: -1.5rem;
  }

  .lg2\:-m-8 {
    margin: -2rem;
  }

  .lg2\:-m-px {
    margin: -1px;
  }

  .lg2\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg2\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg2\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg2\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg2\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg2\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg2\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg2\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg2\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg2\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg2\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg2\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg2\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg2\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg2\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg2\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg2\:-mt-0 {
    margin-top: 0;
  }

  .lg2\:-mr-0 {
    margin-right: 0;
  }

  .lg2\:-mb-0 {
    margin-bottom: 0;
  }

  .lg2\:-ml-0 {
    margin-left: 0;
  }

  .lg2\:-mt-1 {
    margin-top: -0.25rem;
  }

  .lg2\:-mr-1 {
    margin-right: -0.25rem;
  }

  .lg2\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .lg2\:-ml-1 {
    margin-left: -0.25rem;
  }

  .lg2\:-mt-2 {
    margin-top: -0.5rem;
  }

  .lg2\:-mr-2 {
    margin-right: -0.5rem;
  }

  .lg2\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .lg2\:-ml-2 {
    margin-left: -0.5rem;
  }

  .lg2\:-mt-3 {
    margin-top: -0.75rem;
  }

  .lg2\:-mr-3 {
    margin-right: -0.75rem;
  }

  .lg2\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .lg2\:-ml-3 {
    margin-left: -0.75rem;
  }

  .lg2\:-mt-4 {
    margin-top: -1rem;
  }

  .lg2\:-mr-4 {
    margin-right: -1rem;
  }

  .lg2\:-mb-4 {
    margin-bottom: -1rem;
  }

  .lg2\:-ml-4 {
    margin-left: -1rem;
  }

  .lg2\:-mt-6 {
    margin-top: -1.5rem;
  }

  .lg2\:-mr-6 {
    margin-right: -1.5rem;
  }

  .lg2\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .lg2\:-ml-6 {
    margin-left: -1.5rem;
  }

  .lg2\:-mt-8 {
    margin-top: -2rem;
  }

  .lg2\:-mr-8 {
    margin-right: -2rem;
  }

  .lg2\:-mb-8 {
    margin-bottom: -2rem;
  }

  .lg2\:-ml-8 {
    margin-left: -2rem;
  }

  .lg2\:-mt-px {
    margin-top: -1px;
  }

  .lg2\:-mr-px {
    margin-right: -1px;
  }

  .lg2\:-mb-px {
    margin-bottom: -1px;
  }

  .lg2\:-ml-px {
    margin-left: -1px;
  }

  .lg2\:opacity-0 {
    opacity: 0;
  }

  .lg2\:opacity-25 {
    opacity: .25;
  }

  .lg2\:opacity-50 {
    opacity: .5;
  }

  .lg2\:opacity-75 {
    opacity: .75;
  }

  .lg2\:opacity-100 {
    opacity: 1;
  }

  .lg2\:overflow-auto {
    overflow: auto;
  }

  .lg2\:overflow-hidden {
    overflow: hidden;
  }

  .lg2\:overflow-visible {
    overflow: visible;
  }

  .lg2\:overflow-scroll {
    overflow: scroll;
  }

  .lg2\:overflow-x-scroll {
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .lg2\:overflow-y-scroll {
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .lg2\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .lg2\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .lg2\:p-0 {
    padding: 0;
  }

  .lg2\:p-1 {
    padding: .25rem;
  }

  .lg2\:p-2 {
    padding: 2px;
  }

  .lg2\:p-3 {
    padding: .75rem;
  }

  .lg2\:p-4 {
    padding: 1rem;
  }

  .lg2\:p-5 {
    padding: 5px;
  }

  .lg2\:p-6 {
    padding: 1.5rem;
  }

  .lg2\:p-8 {
    padding: 2rem;
  }

  .lg2\:p-10 {
    padding: 10px;
  }

  .lg2\:p-15 {
    padding: 15px;
  }

  .lg2\:p-20 {
    padding: 20px;
  }

  .lg2\:p-25 {
    padding: 25px;
  }

  .lg2\:p-30 {
    padding: 30px;
  }

  .lg2\:p-35 {
    padding: 35px;
  }

  .lg2\:p-40 {
    padding: 40px;
  }

  .lg2\:p-45 {
    padding: 45px;
  }

  .lg2\:p-50 {
    padding: 50px;
  }

  .lg2\:p-55 {
    padding: 55px;
  }

  .lg2\:p-60 {
    padding: 60px;
  }

  .lg2\:p-65 {
    padding: 65px;
  }

  .lg2\:p-70 {
    padding: 70px;
  }

  .lg2\:p-75 {
    padding: 75px;
  }

  .lg2\:p-100 {
    padding: 100px;
  }

  .lg2\:p-340 {
    padding: 340px;
  }

  .lg2\:p-px {
    padding: 1px;
  }

  .lg2\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg2\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .lg2\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .lg2\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .lg2\:py-2 {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .lg2\:px-2 {
    padding-left: 2px;
    padding-right: 2px;
  }

  .lg2\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .lg2\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .lg2\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg2\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg2\:py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .lg2\:px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .lg2\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg2\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg2\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg2\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg2\:py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .lg2\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .lg2\:py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .lg2\:px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .lg2\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .lg2\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lg2\:py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .lg2\:px-25 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .lg2\:py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .lg2\:px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .lg2\:py-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .lg2\:px-35 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .lg2\:py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .lg2\:px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .lg2\:py-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .lg2\:px-45 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .lg2\:py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .lg2\:px-50 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .lg2\:py-55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .lg2\:px-55 {
    padding-left: 55px;
    padding-right: 55px;
  }

  .lg2\:py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .lg2\:px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .lg2\:py-65 {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .lg2\:px-65 {
    padding-left: 65px;
    padding-right: 65px;
  }

  .lg2\:py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .lg2\:px-70 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .lg2\:py-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .lg2\:px-75 {
    padding-left: 75px;
    padding-right: 75px;
  }

  .lg2\:py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .lg2\:px-100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .lg2\:py-340 {
    padding-top: 340px;
    padding-bottom: 340px;
  }

  .lg2\:px-340 {
    padding-left: 340px;
    padding-right: 340px;
  }

  .lg2\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg2\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg2\:pt-0 {
    padding-top: 0;
  }

  .lg2\:pr-0 {
    padding-right: 0;
  }

  .lg2\:pb-0 {
    padding-bottom: 0;
  }

  .lg2\:pl-0 {
    padding-left: 0;
  }

  .lg2\:pt-1 {
    padding-top: .25rem;
  }

  .lg2\:pr-1 {
    padding-right: .25rem;
  }

  .lg2\:pb-1 {
    padding-bottom: .25rem;
  }

  .lg2\:pl-1 {
    padding-left: .25rem;
  }

  .lg2\:pt-2 {
    padding-top: 2px;
  }

  .lg2\:pr-2 {
    padding-right: 2px;
  }

  .lg2\:pb-2 {
    padding-bottom: 2px;
  }

  .lg2\:pl-2 {
    padding-left: 2px;
  }

  .lg2\:pt-3 {
    padding-top: .75rem;
  }

  .lg2\:pr-3 {
    padding-right: .75rem;
  }

  .lg2\:pb-3 {
    padding-bottom: .75rem;
  }

  .lg2\:pl-3 {
    padding-left: .75rem;
  }

  .lg2\:pt-4 {
    padding-top: 1rem;
  }

  .lg2\:pr-4 {
    padding-right: 1rem;
  }

  .lg2\:pb-4 {
    padding-bottom: 1rem;
  }

  .lg2\:pl-4 {
    padding-left: 1rem;
  }

  .lg2\:pt-5 {
    padding-top: 5px;
  }

  .lg2\:pr-5 {
    padding-right: 5px;
  }

  .lg2\:pb-5 {
    padding-bottom: 5px;
  }

  .lg2\:pl-5 {
    padding-left: 5px;
  }

  .lg2\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg2\:pr-6 {
    padding-right: 1.5rem;
  }

  .lg2\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .lg2\:pl-6 {
    padding-left: 1.5rem;
  }

  .lg2\:pt-8 {
    padding-top: 2rem;
  }

  .lg2\:pr-8 {
    padding-right: 2rem;
  }

  .lg2\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg2\:pl-8 {
    padding-left: 2rem;
  }

  .lg2\:pt-10 {
    padding-top: 10px;
  }

  .lg2\:pr-10 {
    padding-right: 10px;
  }

  .lg2\:pb-10 {
    padding-bottom: 10px;
  }

  .lg2\:pl-10 {
    padding-left: 10px;
  }

  .lg2\:pt-15 {
    padding-top: 15px;
  }

  .lg2\:pr-15 {
    padding-right: 15px;
  }

  .lg2\:pb-15 {
    padding-bottom: 15px;
  }

  .lg2\:pl-15 {
    padding-left: 15px;
  }

  .lg2\:pt-20 {
    padding-top: 20px;
  }

  .lg2\:pr-20 {
    padding-right: 20px;
  }

  .lg2\:pb-20 {
    padding-bottom: 20px;
  }

  .lg2\:pl-20 {
    padding-left: 20px;
  }

  .lg2\:pt-25 {
    padding-top: 25px;
  }

  .lg2\:pr-25 {
    padding-right: 25px;
  }

  .lg2\:pb-25 {
    padding-bottom: 25px;
  }

  .lg2\:pl-25 {
    padding-left: 25px;
  }

  .lg2\:pt-30 {
    padding-top: 30px;
  }

  .lg2\:pr-30 {
    padding-right: 30px;
  }

  .lg2\:pb-30 {
    padding-bottom: 30px;
  }

  .lg2\:pl-30 {
    padding-left: 30px;
  }

  .lg2\:pt-35 {
    padding-top: 35px;
  }

  .lg2\:pr-35 {
    padding-right: 35px;
  }

  .lg2\:pb-35 {
    padding-bottom: 35px;
  }

  .lg2\:pl-35 {
    padding-left: 35px;
  }

  .lg2\:pt-40 {
    padding-top: 40px;
  }

  .lg2\:pr-40 {
    padding-right: 40px;
  }

  .lg2\:pb-40 {
    padding-bottom: 40px;
  }

  .lg2\:pl-40 {
    padding-left: 40px;
  }

  .lg2\:pt-45 {
    padding-top: 45px;
  }

  .lg2\:pr-45 {
    padding-right: 45px;
  }

  .lg2\:pb-45 {
    padding-bottom: 45px;
  }

  .lg2\:pl-45 {
    padding-left: 45px;
  }

  .lg2\:pt-50 {
    padding-top: 50px;
  }

  .lg2\:pr-50 {
    padding-right: 50px;
  }

  .lg2\:pb-50 {
    padding-bottom: 50px;
  }

  .lg2\:pl-50 {
    padding-left: 50px;
  }

  .lg2\:pt-55 {
    padding-top: 55px;
  }

  .lg2\:pr-55 {
    padding-right: 55px;
  }

  .lg2\:pb-55 {
    padding-bottom: 55px;
  }

  .lg2\:pl-55 {
    padding-left: 55px;
  }

  .lg2\:pt-60 {
    padding-top: 60px;
  }

  .lg2\:pr-60 {
    padding-right: 60px;
  }

  .lg2\:pb-60 {
    padding-bottom: 60px;
  }

  .lg2\:pl-60 {
    padding-left: 60px;
  }

  .lg2\:pt-65 {
    padding-top: 65px;
  }

  .lg2\:pr-65 {
    padding-right: 65px;
  }

  .lg2\:pb-65 {
    padding-bottom: 65px;
  }

  .lg2\:pl-65 {
    padding-left: 65px;
  }

  .lg2\:pt-70 {
    padding-top: 70px;
  }

  .lg2\:pr-70 {
    padding-right: 70px;
  }

  .lg2\:pb-70 {
    padding-bottom: 70px;
  }

  .lg2\:pl-70 {
    padding-left: 70px;
  }

  .lg2\:pt-75 {
    padding-top: 75px;
  }

  .lg2\:pr-75 {
    padding-right: 75px;
  }

  .lg2\:pb-75 {
    padding-bottom: 75px;
  }

  .lg2\:pl-75 {
    padding-left: 75px;
  }

  .lg2\:pt-100 {
    padding-top: 100px;
  }

  .lg2\:pr-100 {
    padding-right: 100px;
  }

  .lg2\:pb-100 {
    padding-bottom: 100px;
  }

  .lg2\:pl-100 {
    padding-left: 100px;
  }

  .lg2\:pt-340 {
    padding-top: 340px;
  }

  .lg2\:pr-340 {
    padding-right: 340px;
  }

  .lg2\:pb-340 {
    padding-bottom: 340px;
  }

  .lg2\:pl-340 {
    padding-left: 340px;
  }

  .lg2\:pt-px {
    padding-top: 1px;
  }

  .lg2\:pr-px {
    padding-right: 1px;
  }

  .lg2\:pb-px {
    padding-bottom: 1px;
  }

  .lg2\:pl-px {
    padding-left: 1px;
  }

  .lg2\:pointer-events-none {
    pointer-events: none;
  }

  .lg2\:pointer-events-auto {
    pointer-events: auto;
  }

  .lg2\:static {
    position: static;
  }

  .lg2\:fixed {
    position: fixed;
  }

  .lg2\:absolute {
    position: absolute;
  }

  .lg2\:relative {
    position: relative;
  }

  .lg2\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg2\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg2\:pin-y {
    top: 0;
    bottom: 0;
  }

  .lg2\:pin-x {
    right: 0;
    left: 0;
  }

  .lg2\:pin-t {
    top: 0;
  }

  .lg2\:pin-r {
    right: 0;
  }

  .lg2\:pin-b {
    bottom: 0;
  }

  .lg2\:pin-l {
    left: 0;
  }

  .lg2\:resize-none {
    resize: none;
  }

  .lg2\:resize-y {
    resize: vertical;
  }

  .lg2\:resize-x {
    resize: horizontal;
  }

  .lg2\:resize {
    resize: both;
  }

  .lg2\:shadow {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .lg2\: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);
  }

  .lg2\:shadow-lg {
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
            box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .lg2\:shadow-inner {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .lg2\:shadow-none {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .lg2\:text-left {
    text-align: left;
  }

  .lg2\:text-center {
    text-align: center;
  }

  .lg2\:text-right {
    text-align: right;
  }

  .lg2\:text-justify {
    text-align: justify;
  }

  .lg2\:text-transparent {
    color: transparent;
  }

  .lg2\:text-black {
    color: #000;
  }

  .lg2\:text-white {
    color: #fff;
  }

  .lg2\:text-white25 {
    color: rgba(255, 255, 255, .25);
  }

  .lg2\:text-primary-magenta {
    color: #ed2f62;
  }

  .lg2\:text-primary-orange {
    color: #f26d06;
  }

  .lg2\:text-primary-yellow {
    color: #fec350;
  }

  .lg2\:text-primary-teal {
    color: #00a4b3;
  }

  .lg2\:text-primary-dark-gray {
    color: #1f1f1f;
  }

  .lg2\:text-primary-neutral-gray {
    color: #7f8784;
  }

  .lg2\:text-primary-light-gray {
    color: #cacaca;
  }

  .lg2\:text-secondary-dark-magenta {
    color: #b31a44;
  }

  .lg2\:text-secondary-dark-orange {
    color: #e04d06;
  }

  .lg2\:text-secondary-dark-yellow {
    color: #c0891b;
  }

  .lg2\:text-secondary-dark-teal {
    color: #027286;
  }

  .lg2\:text-secondary-bright-green {
    color: #8fe986;
  }

  .lg2\:text-secondary-bright-purple {
    color: #bd86ed;
  }

  .lg2\:text-secondary-light-pink {
    color: #ed86a9;
  }

  .lg2\:text-nav-text-inactive {
    color: #e8bbc7;
  }

  .lg2\:text-grey-darkest {
    color: #3d4852;
  }

  .lg2\:text-grey-darker {
    color: #606f7b;
  }

  .lg2\:text-grey-dark {
    color: #8795a1;
  }

  .lg2\:text-grey {
    color: #b8c2cc;
  }

  .lg2\:text-grey-light {
    color: #dae1e7;
  }

  .lg2\:text-grey-lighter {
    color: #f1f5f8;
  }

  .lg2\:text-grey-lightest {
    color: #f8fafc;
  }

  .lg2\:hover\:text-transparent:hover {
    color: transparent;
  }

  .lg2\:hover\:text-black:hover {
    color: #000;
  }

  .lg2\:hover\:text-white:hover {
    color: #fff;
  }

  .lg2\:hover\:text-white25:hover {
    color: rgba(255, 255, 255, .25);
  }

  .lg2\:hover\:text-primary-magenta:hover {
    color: #ed2f62;
  }

  .lg2\:hover\:text-primary-orange:hover {
    color: #f26d06;
  }

  .lg2\:hover\:text-primary-yellow:hover {
    color: #fec350;
  }

  .lg2\:hover\:text-primary-teal:hover {
    color: #00a4b3;
  }

  .lg2\:hover\:text-primary-dark-gray:hover {
    color: #1f1f1f;
  }

  .lg2\:hover\:text-primary-neutral-gray:hover {
    color: #7f8784;
  }

  .lg2\:hover\:text-primary-light-gray:hover {
    color: #cacaca;
  }

  .lg2\:hover\:text-secondary-dark-magenta:hover {
    color: #b31a44;
  }

  .lg2\:hover\:text-secondary-dark-orange:hover {
    color: #e04d06;
  }

  .lg2\:hover\:text-secondary-dark-yellow:hover {
    color: #c0891b;
  }

  .lg2\:hover\:text-secondary-dark-teal:hover {
    color: #027286;
  }

  .lg2\:hover\:text-secondary-bright-green:hover {
    color: #8fe986;
  }

  .lg2\:hover\:text-secondary-bright-purple:hover {
    color: #bd86ed;
  }

  .lg2\:hover\:text-secondary-light-pink:hover {
    color: #ed86a9;
  }

  .lg2\:hover\:text-nav-text-inactive:hover {
    color: #e8bbc7;
  }

  .lg2\:hover\:text-grey-darkest:hover {
    color: #3d4852;
  }

  .lg2\:hover\:text-grey-darker:hover {
    color: #606f7b;
  }

  .lg2\:hover\:text-grey-dark:hover {
    color: #8795a1;
  }

  .lg2\:hover\:text-grey:hover {
    color: #b8c2cc;
  }

  .lg2\:hover\:text-grey-light:hover {
    color: #dae1e7;
  }

  .lg2\:hover\:text-grey-lighter:hover {
    color: #f1f5f8;
  }

  .lg2\:hover\:text-grey-lightest:hover {
    color: #f8fafc;
  }

  .lg2\:text-11 {
    font-size: 11px;
  }

  .lg2\:text-13 {
    font-size: 13px;
  }

  .lg2\:text-14 {
    font-size: 14px;
  }

  .lg2\:text-15 {
    font-size: 15px;
  }

  .lg2\:text-16 {
    font-size: 16px;
  }

  .lg2\:text-18 {
    font-size: 18px;
  }

  .lg2\:text-22 {
    font-size: 22px;
  }

  .lg2\:text-24 {
    font-size: 24px;
  }

  .lg2\:text-30 {
    font-size: 30px;
  }

  .lg2\:text-32 {
    font-size: 32px;
  }

  .lg2\:text-48 {
    font-size: 48px;
  }

  .lg2\:italic {
    font-style: italic;
  }

  .lg2\:roman {
    font-style: normal;
  }

  .lg2\:uppercase {
    text-transform: uppercase;
  }

  .lg2\:lowercase {
    text-transform: lowercase;
  }

  .lg2\:capitalize {
    text-transform: capitalize;
  }

  .lg2\:normal-case {
    text-transform: none;
  }

  .lg2\:underline {
    text-decoration: underline;
  }

  .lg2\:line-through {
    text-decoration: line-through;
  }

  .lg2\:no-underline {
    text-decoration: none;
  }

  .lg2\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg2\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg2\:hover\:italic:hover {
    font-style: italic;
  }

  .lg2\:hover\:roman:hover {
    font-style: normal;
  }

  .lg2\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .lg2\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .lg2\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .lg2\:hover\:normal-case:hover {
    text-transform: none;
  }

  .lg2\:hover\:underline:hover {
    text-decoration: underline;
  }

  .lg2\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .lg2\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .lg2\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg2\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg2\:tracking-2 {
    letter-spacing: 2px;
  }

  .lg2\:tracking-4 {
    letter-spacing: 4px;
  }

  .lg2\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .lg2\:tracking-normal {
    letter-spacing: 0;
  }

  .lg2\:tracking-wide {
    letter-spacing: .05em;
  }

  .lg2\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .lg2\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .lg2\:align-baseline {
    vertical-align: baseline;
  }

  .lg2\:align-top {
    vertical-align: top;
  }

  .lg2\:align-middle {
    vertical-align: middle;
  }

  .lg2\:align-bottom {
    vertical-align: bottom;
  }

  .lg2\:align-text-top {
    vertical-align: text-top;
  }

  .lg2\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .lg2\:visible {
    visibility: visible;
  }

  .lg2\:invisible {
    visibility: hidden;
  }

  .lg2\:whitespace-normal {
    white-space: normal;
  }

  .lg2\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .lg2\:whitespace-pre {
    white-space: pre;
  }

  .lg2\:whitespace-pre-line {
    white-space: pre-line;
  }

  .lg2\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .lg2\:break-words {
    word-wrap: break-word;
  }

  .lg2\:break-normal {
    word-wrap: normal;
  }

  .lg2\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg2\:w-1 {
    width: .25rem;
  }

  .lg2\:w-2 {
    width: .5rem;
  }

  .lg2\:w-3 {
    width: .75rem;
  }

  .lg2\:w-4 {
    width: 1rem;
  }

  .lg2\:w-6 {
    width: 1.5rem;
  }

  .lg2\:w-8 {
    width: 2rem;
  }

  .lg2\:w-10 {
    width: 2.5rem;
  }

  .lg2\:w-12 {
    width: 3rem;
  }

  .lg2\:w-16 {
    width: 4rem;
  }

  .lg2\:w-24 {
    width: 6rem;
  }

  .lg2\:w-32 {
    width: 8rem;
  }

  .lg2\:w-48 {
    width: 12rem;
  }

  .lg2\:w-64 {
    width: 16rem;
  }

  .lg2\:w-205 {
    width: 205px;
  }

  .lg2\:w-215 {
    width: 215px;
  }

  .lg2\:w-240 {
    width: 240px;
  }

  .lg2\:w-415 {
    width: 415px;
  }

  .lg2\:w-auto {
    width: auto;
  }

  .lg2\:w-px {
    width: 1px;
  }

  .lg2\:w-1\/2 {
    width: 50%;
  }

  .lg2\:w-1\/3 {
    width: 33.33333%;
  }

  .lg2\:w-2\/3 {
    width: 66.66667%;
  }

  .lg2\:w-1\/4 {
    width: 25%;
  }

  .lg2\:w-3\/4 {
    width: 75%;
  }

  .lg2\:w-1\/5 {
    width: 20%;
  }

  .lg2\:w-2\/5 {
    width: 40%;
  }

  .lg2\:w-3\/5 {
    width: 60%;
  }

  .lg2\:w-4\/5 {
    width: 80%;
  }

  .lg2\:w-1\/6 {
    width: 16.66667%;
  }

  .lg2\:w-5\/6 {
    width: 83.33333%;
  }

  .lg2\:w-full {
    width: 100%;
  }

  .lg2\:w-screen {
    width: 100vw;
  }

  .lg2\:z-0 {
    z-index: 0;
  }

  .lg2\:z-10 {
    z-index: 10;
  }

  .lg2\:z-20 {
    z-index: 20;
  }

  .lg2\:z-30 {
    z-index: 30;
  }

  .lg2\:z-40 {
    z-index: 40;
  }

  .lg2\:z-50 {
    z-index: 50;
  }

  .lg2\:z-auto {
    z-index: auto;
  }
}

@media (min-width: 1200px) {
  .xl\:list-reset {
    list-style: none;
    padding: 0;
  }

  .xl\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xl\:bg-fixed {
    background-attachment: fixed;
  }

  .xl\:bg-local {
    background-attachment: local;
  }

  .xl\:bg-scroll {
    background-attachment: scroll;
  }

  .xl\:bg-transparent {
    background-color: transparent;
  }

  .xl\:bg-black {
    background-color: #000;
  }

  .xl\:bg-white {
    background-color: #fff;
  }

  .xl\:bg-white25 {
    background-color: rgba(255, 255, 255, .25);
  }

  .xl\:bg-primary-magenta {
    background-color: #ed2f62;
  }

  .xl\:bg-primary-orange {
    background-color: #f26d06;
  }

  .xl\:bg-primary-yellow {
    background-color: #fec350;
  }

  .xl\:bg-primary-teal {
    background-color: #00a4b3;
  }

  .xl\:bg-primary-dark-gray {
    background-color: #1f1f1f;
  }

  .xl\:bg-primary-neutral-gray {
    background-color: #7f8784;
  }

  .xl\:bg-primary-light-gray {
    background-color: #cacaca;
  }

  .xl\:bg-secondary-dark-magenta {
    background-color: #b31a44;
  }

  .xl\:bg-secondary-dark-orange {
    background-color: #e04d06;
  }

  .xl\:bg-secondary-dark-yellow {
    background-color: #c0891b;
  }

  .xl\:bg-secondary-dark-teal {
    background-color: #027286;
  }

  .xl\:bg-secondary-bright-green {
    background-color: #8fe986;
  }

  .xl\:bg-secondary-bright-purple {
    background-color: #bd86ed;
  }

  .xl\:bg-secondary-light-pink {
    background-color: #ed86a9;
  }

  .xl\:bg-nav-text-inactive {
    background-color: #e8bbc7;
  }

  .xl\:bg-grey-darkest {
    background-color: #3d4852;
  }

  .xl\:bg-grey-darker {
    background-color: #606f7b;
  }

  .xl\:bg-grey-dark {
    background-color: #8795a1;
  }

  .xl\:bg-grey {
    background-color: #b8c2cc;
  }

  .xl\:bg-grey-light {
    background-color: #dae1e7;
  }

  .xl\:bg-grey-lighter {
    background-color: #f1f5f8;
  }

  .xl\:bg-grey-lightest {
    background-color: #f8fafc;
  }

  .xl\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .xl\:hover\:bg-black:hover {
    background-color: #000;
  }

  .xl\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .xl\:hover\:bg-white25:hover {
    background-color: rgba(255, 255, 255, .25);
  }

  .xl\:hover\:bg-primary-magenta:hover {
    background-color: #ed2f62;
  }

  .xl\:hover\:bg-primary-orange:hover {
    background-color: #f26d06;
  }

  .xl\:hover\:bg-primary-yellow:hover {
    background-color: #fec350;
  }

  .xl\:hover\:bg-primary-teal:hover {
    background-color: #00a4b3;
  }

  .xl\:hover\:bg-primary-dark-gray:hover {
    background-color: #1f1f1f;
  }

  .xl\:hover\:bg-primary-neutral-gray:hover {
    background-color: #7f8784;
  }

  .xl\:hover\:bg-primary-light-gray:hover {
    background-color: #cacaca;
  }

  .xl\:hover\:bg-secondary-dark-magenta:hover {
    background-color: #b31a44;
  }

  .xl\:hover\:bg-secondary-dark-orange:hover {
    background-color: #e04d06;
  }

  .xl\:hover\:bg-secondary-dark-yellow:hover {
    background-color: #c0891b;
  }

  .xl\:hover\:bg-secondary-dark-teal:hover {
    background-color: #027286;
  }

  .xl\:hover\:bg-secondary-bright-green:hover {
    background-color: #8fe986;
  }

  .xl\:hover\:bg-secondary-bright-purple:hover {
    background-color: #bd86ed;
  }

  .xl\:hover\:bg-secondary-light-pink:hover {
    background-color: #ed86a9;
  }

  .xl\:hover\:bg-nav-text-inactive:hover {
    background-color: #e8bbc7;
  }

  .xl\:hover\:bg-grey-darkest:hover {
    background-color: #3d4852;
  }

  .xl\:hover\:bg-grey-darker:hover {
    background-color: #606f7b;
  }

  .xl\:hover\:bg-grey-dark:hover {
    background-color: #8795a1;
  }

  .xl\:hover\:bg-grey:hover {
    background-color: #b8c2cc;
  }

  .xl\:hover\:bg-grey-light:hover {
    background-color: #dae1e7;
  }

  .xl\:hover\:bg-grey-lighter:hover {
    background-color: #f1f5f8;
  }

  .xl\:hover\:bg-grey-lightest:hover {
    background-color: #f8fafc;
  }

  .xl\:bg-bottom {
    background-position: bottom;
  }

  .xl\:bg-center {
    background-position: center;
  }

  .xl\:bg-left {
    background-position: left;
  }

  .xl\:bg-left-bottom {
    background-position: left bottom;
  }

  .xl\:bg-left-top {
    background-position: left top;
  }

  .xl\:bg-right {
    background-position: right;
  }

  .xl\:bg-right-bottom {
    background-position: right bottom;
  }

  .xl\:bg-right-top {
    background-position: right top;
  }

  .xl\:bg-top {
    background-position: top;
  }

  .xl\:bg-repeat {
    background-repeat: repeat;
  }

  .xl\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .xl\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .xl\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .xl\:bg-cover {
    background-size: cover;
  }

  .xl\:bg-contain {
    background-size: contain;
  }

  .xl\:border-transparent {
    border-color: transparent;
  }

  .xl\:border-black {
    border-color: #000;
  }

  .xl\:border-white {
    border-color: #fff;
  }

  .xl\:border-white25 {
    border-color: rgba(255, 255, 255, .25);
  }

  .xl\:border-primary-magenta {
    border-color: #ed2f62;
  }

  .xl\:border-primary-orange {
    border-color: #f26d06;
  }

  .xl\:border-primary-yellow {
    border-color: #fec350;
  }

  .xl\:border-primary-teal {
    border-color: #00a4b3;
  }

  .xl\:border-primary-dark-gray {
    border-color: #1f1f1f;
  }

  .xl\:border-primary-neutral-gray {
    border-color: #7f8784;
  }

  .xl\:border-primary-light-gray {
    border-color: #cacaca;
  }

  .xl\:border-secondary-dark-magenta {
    border-color: #b31a44;
  }

  .xl\:border-secondary-dark-orange {
    border-color: #e04d06;
  }

  .xl\:border-secondary-dark-yellow {
    border-color: #c0891b;
  }

  .xl\:border-secondary-dark-teal {
    border-color: #027286;
  }

  .xl\:border-secondary-bright-green {
    border-color: #8fe986;
  }

  .xl\:border-secondary-bright-purple {
    border-color: #bd86ed;
  }

  .xl\:border-secondary-light-pink {
    border-color: #ed86a9;
  }

  .xl\:border-nav-text-inactive {
    border-color: #e8bbc7;
  }

  .xl\:border-grey-darkest {
    border-color: #3d4852;
  }

  .xl\:border-grey-darker {
    border-color: #606f7b;
  }

  .xl\:border-grey-dark {
    border-color: #8795a1;
  }

  .xl\:border-grey {
    border-color: #b8c2cc;
  }

  .xl\:border-grey-light {
    border-color: #dae1e7;
  }

  .xl\:border-grey-lighter {
    border-color: #f1f5f8;
  }

  .xl\:border-grey-lightest {
    border-color: #f8fafc;
  }

  .xl\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .xl\:hover\:border-black:hover {
    border-color: #000;
  }

  .xl\:hover\:border-white:hover {
    border-color: #fff;
  }

  .xl\:hover\:border-white25:hover {
    border-color: rgba(255, 255, 255, .25);
  }

  .xl\:hover\:border-primary-magenta:hover {
    border-color: #ed2f62;
  }

  .xl\:hover\:border-primary-orange:hover {
    border-color: #f26d06;
  }

  .xl\:hover\:border-primary-yellow:hover {
    border-color: #fec350;
  }

  .xl\:hover\:border-primary-teal:hover {
    border-color: #00a4b3;
  }

  .xl\:hover\:border-primary-dark-gray:hover {
    border-color: #1f1f1f;
  }

  .xl\:hover\:border-primary-neutral-gray:hover {
    border-color: #7f8784;
  }

  .xl\:hover\:border-primary-light-gray:hover {
    border-color: #cacaca;
  }

  .xl\:hover\:border-secondary-dark-magenta:hover {
    border-color: #b31a44;
  }

  .xl\:hover\:border-secondary-dark-orange:hover {
    border-color: #e04d06;
  }

  .xl\:hover\:border-secondary-dark-yellow:hover {
    border-color: #c0891b;
  }

  .xl\:hover\:border-secondary-dark-teal:hover {
    border-color: #027286;
  }

  .xl\:hover\:border-secondary-bright-green:hover {
    border-color: #8fe986;
  }

  .xl\:hover\:border-secondary-bright-purple:hover {
    border-color: #bd86ed;
  }

  .xl\:hover\:border-secondary-light-pink:hover {
    border-color: #ed86a9;
  }

  .xl\:hover\:border-nav-text-inactive:hover {
    border-color: #e8bbc7;
  }

  .xl\:hover\:border-grey-darkest:hover {
    border-color: #3d4852;
  }

  .xl\:hover\:border-grey-darker:hover {
    border-color: #606f7b;
  }

  .xl\:hover\:border-grey-dark:hover {
    border-color: #8795a1;
  }

  .xl\:hover\:border-grey:hover {
    border-color: #b8c2cc;
  }

  .xl\:hover\:border-grey-light:hover {
    border-color: #dae1e7;
  }

  .xl\:hover\:border-grey-lighter:hover {
    border-color: #f1f5f8;
  }

  .xl\:hover\:border-grey-lightest:hover {
    border-color: #f8fafc;
  }

  .xl\:rounded-5 {
    border-radius: 5px;
  }

  .xl\:rounded-none {
    border-radius: 0;
  }

  .xl\:rounded-sm {
    border-radius: .125rem;
  }

  .xl\:rounded {
    border-radius: .25rem;
  }

  .xl\:rounded-lg {
    border-radius: .5rem;
  }

  .xl\:rounded-full {
    border-radius: 9999px;
  }

  .xl\:rounded-t-5 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .xl\:rounded-r-5 {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .xl\:rounded-b-5 {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .xl\:rounded-l-5 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .xl\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xl\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xl\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .xl\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .xl\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xl\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xl\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .xl\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .xl\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xl\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xl\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .xl\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .xl\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xl\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xl\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-tl-5 {
    border-top-left-radius: 5px;
  }

  .xl\:rounded-tr-5 {
    border-top-right-radius: 5px;
  }

  .xl\:rounded-br-5 {
    border-bottom-right-radius: 5px;
  }

  .xl\:rounded-bl-5 {
    border-bottom-left-radius: 5px;
  }

  .xl\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .xl\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .xl\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .xl\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .xl\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .xl\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .xl\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .xl\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .xl\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .xl\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .xl\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .xl\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .xl\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .xl\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .xl\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .xl\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .xl\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .xl\:border-solid {
    border-style: solid;
  }

  .xl\:border-dashed {
    border-style: dashed;
  }

  .xl\:border-dotted {
    border-style: dotted;
  }

  .xl\:border-none {
    border-style: none;
  }

  .xl\:border-0 {
    border-width: 0;
  }

  .xl\:border-2 {
    border-width: 2px;
  }

  .xl\:border-4 {
    border-width: 4px;
  }

  .xl\:border-8 {
    border-width: 8px;
  }

  .xl\:border {
    border-width: 1px;
  }

  .xl\:border-t-0 {
    border-top-width: 0;
  }

  .xl\:border-r-0 {
    border-right-width: 0;
  }

  .xl\:border-b-0 {
    border-bottom-width: 0;
  }

  .xl\:border-l-0 {
    border-left-width: 0;
  }

  .xl\:border-t-2 {
    border-top-width: 2px;
  }

  .xl\:border-r-2 {
    border-right-width: 2px;
  }

  .xl\:border-b-2 {
    border-bottom-width: 2px;
  }

  .xl\:border-l-2 {
    border-left-width: 2px;
  }

  .xl\:border-t-4 {
    border-top-width: 4px;
  }

  .xl\:border-r-4 {
    border-right-width: 4px;
  }

  .xl\:border-b-4 {
    border-bottom-width: 4px;
  }

  .xl\:border-l-4 {
    border-left-width: 4px;
  }

  .xl\:border-t-8 {
    border-top-width: 8px;
  }

  .xl\:border-r-8 {
    border-right-width: 8px;
  }

  .xl\:border-b-8 {
    border-bottom-width: 8px;
  }

  .xl\:border-l-8 {
    border-left-width: 8px;
  }

  .xl\:border-t {
    border-top-width: 1px;
  }

  .xl\:border-r {
    border-right-width: 1px;
  }

  .xl\:border-b {
    border-bottom-width: 1px;
  }

  .xl\:border-l {
    border-left-width: 1px;
  }

  .xl\:cursor-auto {
    cursor: auto;
  }

  .xl\:cursor-default {
    cursor: default;
  }

  .xl\:cursor-pointer {
    cursor: pointer;
  }

  .xl\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .xl\:block {
    display: block;
  }

  .xl\:inline-block {
    display: inline-block;
  }

  .xl\:inline {
    display: inline;
  }

  .xl\:table {
    display: table;
  }

  .xl\:table-row {
    display: table-row;
  }

  .xl\:table-cell {
    display: table-cell;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .xl\:inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .xl\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .xl\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .xl\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .xl\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .xl\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .xl\:flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

  .xl\:flex-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .xl\:items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .xl\:items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .xl\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .xl\:items-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  .xl\:items-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .xl\:self-auto {
    -ms-flex-item-align: auto;
        align-self: auto;
  }

  .xl\:self-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .xl\:self-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .xl\:self-center {
    -ms-flex-item-align: center;
        align-self: center;
  }

  .xl\:self-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }

  .xl\:justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .xl\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .xl\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .xl\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .xl\:justify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .xl\:content-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }

  .xl\:content-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }

  .xl\:content-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }

  .xl\:content-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }

  .xl\:content-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }

  .xl\:flex-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .xl\:flex-auto {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }

  .xl\:flex-initial {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }

  .xl\:flex-none {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .xl\:flex-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .xl\:flex-shrink {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .xl\:flex-no-grow {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .xl\:flex-no-shrink {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .xl\:float-right {
    float: right;
  }

  .xl\:float-left {
    float: left;
  }

  .xl\:float-none {
    float: none;
  }

  .xl\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .xl\:font-sans {
    font-family: ProximaNova-Regular, sans-serif;
  }

  .xl\:font-sans-bold {
    font-family: ProximaNova-Bold, sans-serif;
  }

  .xl\:font-sans-black {
    font-family: ProximaNova-Black, sans-serif;
  }

  .xl\:font-sans-italic {
    font-family: ProximaNova-RegularIt, sans-serif;
  }

  .xl\:font-serif {
    font-family: Merriweather, serif;
  }

  .xl\:font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .xl\:font-hairline {
    font-weight: 100;
  }

  .xl\:font-thin {
    font-weight: 200;
  }

  .xl\:font-light {
    font-weight: 300;
  }

  .xl\:font-normal {
    font-weight: 400;
  }

  .xl\:font-medium {
    font-weight: 500;
  }

  .xl\:font-semibold {
    font-weight: 600;
  }

  .xl\:font-bold {
    font-weight: 700;
  }

  .xl\:font-extrabold {
    font-weight: 800;
  }

  .xl\:font-black {
    font-weight: 900;
  }

  .xl\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .xl\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .xl\:hover\:font-light:hover {
    font-weight: 300;
  }

  .xl\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .xl\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .xl\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .xl\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .xl\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .xl\:hover\:font-black:hover {
    font-weight: 900;
  }

  .xl\:h-1 {
    height: .25rem;
  }

  .xl\:h-2 {
    height: .5rem;
  }

  .xl\:h-3 {
    height: .75rem;
  }

  .xl\:h-4 {
    height: 1rem;
  }

  .xl\:h-6 {
    height: 1.5rem;
  }

  .xl\:h-8 {
    height: 2rem;
  }

  .xl\:h-10 {
    height: 2.5rem;
  }

  .xl\:h-12 {
    height: 3rem;
  }

  .xl\:h-16 {
    height: 4rem;
  }

  .xl\:h-24 {
    height: 6rem;
  }

  .xl\:h-32 {
    height: 8rem;
  }

  .xl\:h-48 {
    height: 12rem;
  }

  .xl\:h-50 {
    height: 50px;
  }

  .xl\:h-64 {
    height: 16rem;
  }

  .xl\:h-auto {
    height: auto;
  }

  .xl\:h-px {
    height: 1px;
  }

  .xl\:h-full {
    height: 100%;
  }

  .xl\:h-screen {
    height: 100vh;
  }

  .xl\:leading-18 {
    line-height: 18px;
  }

  .xl\:leading-21 {
    line-height: 21px;
  }

  .xl\:leading-22 {
    line-height: 22px;
  }

  .xl\:leading-29 {
    line-height: 29px;
  }

  .xl\:leading-30 {
    line-height: 30px;
  }

  .xl\:leading-36 {
    line-height: 36px;
  }

  .xl\:leading-42 {
    line-height: 42px;
  }

  .xl\:leading-58 {
    line-height: 58px;
  }

  .xl\:leading-none {
    line-height: 1;
  }

  .xl\:leading-tight {
    line-height: 1.25;
  }

  .xl\:leading-normal {
    line-height: 1.5;
  }

  .xl\:leading-loose {
    line-height: 2;
  }

  .xl\:m-0 {
    margin: 0;
  }

  .xl\:m-1 {
    margin: .25rem;
  }

  .xl\:m-2 {
    margin: .5rem;
  }

  .xl\:m-3 {
    margin: .75rem;
  }

  .xl\:m-4 {
    margin: 1rem;
  }

  .xl\:m-5 {
    margin: 5px;
  }

  .xl\:m-6 {
    margin: 1.5rem;
  }

  .xl\:m-8 {
    margin: 2rem;
  }

  .xl\:m-10 {
    margin: 10px;
  }

  .xl\:m-15 {
    margin: 15px;
  }

  .xl\:m-20 {
    margin: 20px;
  }

  .xl\:m-25 {
    margin: 25px;
  }

  .xl\:m-30 {
    margin: 30px;
  }

  .xl\:m-35 {
    margin: 35px;
  }

  .xl\:m-40 {
    margin: 40px;
  }

  .xl\:m-45 {
    margin: 45px;
  }

  .xl\:m-50 {
    margin: 50px;
  }

  .xl\:m-55 {
    margin: 55px;
  }

  .xl\:m-60 {
    margin: 60px;
  }

  .xl\:m-auto {
    margin: auto;
  }

  .xl\:m-px {
    margin: 1px;
  }

  .xl\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .xl\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .xl\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .xl\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .xl\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .xl\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .xl\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .xl\:mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .xl\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .xl\:mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .xl\:my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .xl\:mx-15 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .xl\:my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .xl\:mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .xl\:my-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .xl\:mx-25 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .xl\:my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .xl\:mx-30 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .xl\:my-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .xl\:mx-35 {
    margin-left: 35px;
    margin-right: 35px;
  }

  .xl\:my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .xl\:mx-40 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .xl\:my-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .xl\:mx-45 {
    margin-left: 45px;
    margin-right: 45px;
  }

  .xl\:my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .xl\:mx-50 {
    margin-left: 50px;
    margin-right: 50px;
  }

  .xl\:my-55 {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .xl\:mx-55 {
    margin-left: 55px;
    margin-right: 55px;
  }

  .xl\:my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .xl\:mx-60 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .xl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:mt-0 {
    margin-top: 0;
  }

  .xl\:mr-0 {
    margin-right: 0;
  }

  .xl\:mb-0 {
    margin-bottom: 0;
  }

  .xl\:ml-0 {
    margin-left: 0;
  }

  .xl\:mt-1 {
    margin-top: .25rem;
  }

  .xl\:mr-1 {
    margin-right: .25rem;
  }

  .xl\:mb-1 {
    margin-bottom: .25rem;
  }

  .xl\:ml-1 {
    margin-left: .25rem;
  }

  .xl\:mt-2 {
    margin-top: .5rem;
  }

  .xl\:mr-2 {
    margin-right: .5rem;
  }

  .xl\:mb-2 {
    margin-bottom: .5rem;
  }

  .xl\:ml-2 {
    margin-left: .5rem;
  }

  .xl\:mt-3 {
    margin-top: .75rem;
  }

  .xl\:mr-3 {
    margin-right: .75rem;
  }

  .xl\:mb-3 {
    margin-bottom: .75rem;
  }

  .xl\:ml-3 {
    margin-left: .75rem;
  }

  .xl\:mt-4 {
    margin-top: 1rem;
  }

  .xl\:mr-4 {
    margin-right: 1rem;
  }

  .xl\:mb-4 {
    margin-bottom: 1rem;
  }

  .xl\:ml-4 {
    margin-left: 1rem;
  }

  .xl\:mt-5 {
    margin-top: 5px;
  }

  .xl\:mr-5 {
    margin-right: 5px;
  }

  .xl\:mb-5 {
    margin-bottom: 5px;
  }

  .xl\:ml-5 {
    margin-left: 5px;
  }

  .xl\:mt-6 {
    margin-top: 1.5rem;
  }

  .xl\:mr-6 {
    margin-right: 1.5rem;
  }

  .xl\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xl\:ml-6 {
    margin-left: 1.5rem;
  }

  .xl\:mt-8 {
    margin-top: 2rem;
  }

  .xl\:mr-8 {
    margin-right: 2rem;
  }

  .xl\:mb-8 {
    margin-bottom: 2rem;
  }

  .xl\:ml-8 {
    margin-left: 2rem;
  }

  .xl\:mt-10 {
    margin-top: 10px;
  }

  .xl\:mr-10 {
    margin-right: 10px;
  }

  .xl\:mb-10 {
    margin-bottom: 10px;
  }

  .xl\:ml-10 {
    margin-left: 10px;
  }

  .xl\:mt-15 {
    margin-top: 15px;
  }

  .xl\:mr-15 {
    margin-right: 15px;
  }

  .xl\:mb-15 {
    margin-bottom: 15px;
  }

  .xl\:ml-15 {
    margin-left: 15px;
  }

  .xl\:mt-20 {
    margin-top: 20px;
  }

  .xl\:mr-20 {
    margin-right: 20px;
  }

  .xl\:mb-20 {
    margin-bottom: 20px;
  }

  .xl\:ml-20 {
    margin-left: 20px;
  }

  .xl\:mt-25 {
    margin-top: 25px;
  }

  .xl\:mr-25 {
    margin-right: 25px;
  }

  .xl\:mb-25 {
    margin-bottom: 25px;
  }

  .xl\:ml-25 {
    margin-left: 25px;
  }

  .xl\:mt-30 {
    margin-top: 30px;
  }

  .xl\:mr-30 {
    margin-right: 30px;
  }

  .xl\:mb-30 {
    margin-bottom: 30px;
  }

  .xl\:ml-30 {
    margin-left: 30px;
  }

  .xl\:mt-35 {
    margin-top: 35px;
  }

  .xl\:mr-35 {
    margin-right: 35px;
  }

  .xl\:mb-35 {
    margin-bottom: 35px;
  }

  .xl\:ml-35 {
    margin-left: 35px;
  }

  .xl\:mt-40 {
    margin-top: 40px;
  }

  .xl\:mr-40 {
    margin-right: 40px;
  }

  .xl\:mb-40 {
    margin-bottom: 40px;
  }

  .xl\:ml-40 {
    margin-left: 40px;
  }

  .xl\:mt-45 {
    margin-top: 45px;
  }

  .xl\:mr-45 {
    margin-right: 45px;
  }

  .xl\:mb-45 {
    margin-bottom: 45px;
  }

  .xl\:ml-45 {
    margin-left: 45px;
  }

  .xl\:mt-50 {
    margin-top: 50px;
  }

  .xl\:mr-50 {
    margin-right: 50px;
  }

  .xl\:mb-50 {
    margin-bottom: 50px;
  }

  .xl\:ml-50 {
    margin-left: 50px;
  }

  .xl\:mt-55 {
    margin-top: 55px;
  }

  .xl\:mr-55 {
    margin-right: 55px;
  }

  .xl\:mb-55 {
    margin-bottom: 55px;
  }

  .xl\:ml-55 {
    margin-left: 55px;
  }

  .xl\:mt-60 {
    margin-top: 60px;
  }

  .xl\:mr-60 {
    margin-right: 60px;
  }

  .xl\:mb-60 {
    margin-bottom: 60px;
  }

  .xl\:ml-60 {
    margin-left: 60px;
  }

  .xl\:mt-auto {
    margin-top: auto;
  }

  .xl\:mr-auto {
    margin-right: auto;
  }

  .xl\:mb-auto {
    margin-bottom: auto;
  }

  .xl\:ml-auto {
    margin-left: auto;
  }

  .xl\:mt-px {
    margin-top: 1px;
  }

  .xl\:mr-px {
    margin-right: 1px;
  }

  .xl\:mb-px {
    margin-bottom: 1px;
  }

  .xl\:ml-px {
    margin-left: 1px;
  }

  .xl\:max-h-full {
    max-height: 100%;
  }

  .xl\:max-h-screen {
    max-height: 100vh;
  }

  .xl\:max-w-720 {
    max-width: 720px;
  }

  .xl\:max-w-1000 {
    max-width: 1000px;
  }

  .xl\:max-w-xs {
    max-width: 20rem;
  }

  .xl\:max-w-sm {
    max-width: 30rem;
  }

  .xl\:max-w-md {
    max-width: 40rem;
  }

  .xl\:max-w-lg {
    max-width: 50rem;
  }

  .xl\:max-w-xl {
    max-width: 60rem;
  }

  .xl\:max-w-2xl {
    max-width: 70rem;
  }

  .xl\:max-w-3xl {
    max-width: 80rem;
  }

  .xl\:max-w-4xl {
    max-width: 90rem;
  }

  .xl\:max-w-5xl {
    max-width: 100rem;
  }

  .xl\:max-w-full {
    max-width: 100%;
  }

  .xl\:min-h-0 {
    min-height: 0;
  }

  .xl\:min-h-full {
    min-height: 100%;
  }

  .xl\:min-h-screen {
    min-height: 100vh;
  }

  .xl\:min-w-full {
    min-width: 100%;
  }

  .xl\:-m-0 {
    margin: 0;
  }

  .xl\:-m-1 {
    margin: -0.25rem;
  }

  .xl\:-m-2 {
    margin: -0.5rem;
  }

  .xl\:-m-3 {
    margin: -0.75rem;
  }

  .xl\:-m-4 {
    margin: -1rem;
  }

  .xl\:-m-6 {
    margin: -1.5rem;
  }

  .xl\:-m-8 {
    margin: -2rem;
  }

  .xl\:-m-px {
    margin: -1px;
  }

  .xl\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:-mt-0 {
    margin-top: 0;
  }

  .xl\:-mr-0 {
    margin-right: 0;
  }

  .xl\:-mb-0 {
    margin-bottom: 0;
  }

  .xl\:-ml-0 {
    margin-left: 0;
  }

  .xl\:-mt-1 {
    margin-top: -0.25rem;
  }

  .xl\:-mr-1 {
    margin-right: -0.25rem;
  }

  .xl\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .xl\:-ml-1 {
    margin-left: -0.25rem;
  }

  .xl\:-mt-2 {
    margin-top: -0.5rem;
  }

  .xl\:-mr-2 {
    margin-right: -0.5rem;
  }

  .xl\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .xl\:-ml-2 {
    margin-left: -0.5rem;
  }

  .xl\:-mt-3 {
    margin-top: -0.75rem;
  }

  .xl\:-mr-3 {
    margin-right: -0.75rem;
  }

  .xl\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .xl\:-ml-3 {
    margin-left: -0.75rem;
  }

  .xl\:-mt-4 {
    margin-top: -1rem;
  }

  .xl\:-mr-4 {
    margin-right: -1rem;
  }

  .xl\:-mb-4 {
    margin-bottom: -1rem;
  }

  .xl\:-ml-4 {
    margin-left: -1rem;
  }

  .xl\:-mt-6 {
    margin-top: -1.5rem;
  }

  .xl\:-mr-6 {
    margin-right: -1.5rem;
  }

  .xl\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .xl\:-ml-6 {
    margin-left: -1.5rem;
  }

  .xl\:-mt-8 {
    margin-top: -2rem;
  }

  .xl\:-mr-8 {
    margin-right: -2rem;
  }

  .xl\:-mb-8 {
    margin-bottom: -2rem;
  }

  .xl\:-ml-8 {
    margin-left: -2rem;
  }

  .xl\:-mt-px {
    margin-top: -1px;
  }

  .xl\:-mr-px {
    margin-right: -1px;
  }

  .xl\:-mb-px {
    margin-bottom: -1px;
  }

  .xl\:-ml-px {
    margin-left: -1px;
  }

  .xl\:opacity-0 {
    opacity: 0;
  }

  .xl\:opacity-25 {
    opacity: .25;
  }

  .xl\:opacity-50 {
    opacity: .5;
  }

  .xl\:opacity-75 {
    opacity: .75;
  }

  .xl\:opacity-100 {
    opacity: 1;
  }

  .xl\:overflow-auto {
    overflow: auto;
  }

  .xl\:overflow-hidden {
    overflow: hidden;
  }

  .xl\:overflow-visible {
    overflow: visible;
  }

  .xl\:overflow-scroll {
    overflow: scroll;
  }

  .xl\:overflow-x-scroll {
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .xl\:overflow-y-scroll {
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .xl\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .xl\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .xl\:p-0 {
    padding: 0;
  }

  .xl\:p-1 {
    padding: .25rem;
  }

  .xl\:p-2 {
    padding: 2px;
  }

  .xl\:p-3 {
    padding: .75rem;
  }

  .xl\:p-4 {
    padding: 1rem;
  }

  .xl\:p-5 {
    padding: 5px;
  }

  .xl\:p-6 {
    padding: 1.5rem;
  }

  .xl\:p-8 {
    padding: 2rem;
  }

  .xl\:p-10 {
    padding: 10px;
  }

  .xl\:p-15 {
    padding: 15px;
  }

  .xl\:p-20 {
    padding: 20px;
  }

  .xl\:p-25 {
    padding: 25px;
  }

  .xl\:p-30 {
    padding: 30px;
  }

  .xl\:p-35 {
    padding: 35px;
  }

  .xl\:p-40 {
    padding: 40px;
  }

  .xl\:p-45 {
    padding: 45px;
  }

  .xl\:p-50 {
    padding: 50px;
  }

  .xl\:p-55 {
    padding: 55px;
  }

  .xl\:p-60 {
    padding: 60px;
  }

  .xl\:p-65 {
    padding: 65px;
  }

  .xl\:p-70 {
    padding: 70px;
  }

  .xl\:p-75 {
    padding: 75px;
  }

  .xl\:p-100 {
    padding: 100px;
  }

  .xl\:p-340 {
    padding: 340px;
  }

  .xl\:p-px {
    padding: 1px;
  }

  .xl\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .xl\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .xl\:py-2 {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .xl\:px-2 {
    padding-left: 2px;
    padding-right: 2px;
  }

  .xl\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .xl\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .xl\:px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .xl\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .xl\:py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .xl\:px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .xl\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .xl\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .xl\:py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .xl\:px-25 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .xl\:py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .xl\:px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .xl\:py-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .xl\:px-35 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .xl\:py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .xl\:px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .xl\:py-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .xl\:px-45 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .xl\:py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .xl\:px-50 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .xl\:py-55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .xl\:px-55 {
    padding-left: 55px;
    padding-right: 55px;
  }

  .xl\:py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .xl\:px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .xl\:py-65 {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .xl\:px-65 {
    padding-left: 65px;
    padding-right: 65px;
  }

  .xl\:py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .xl\:px-70 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .xl\:py-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .xl\:px-75 {
    padding-left: 75px;
    padding-right: 75px;
  }

  .xl\:py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .xl\:px-100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .xl\:py-340 {
    padding-top: 340px;
    padding-bottom: 340px;
  }

  .xl\:px-340 {
    padding-left: 340px;
    padding-right: 340px;
  }

  .xl\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:pt-0 {
    padding-top: 0;
  }

  .xl\:pr-0 {
    padding-right: 0;
  }

  .xl\:pb-0 {
    padding-bottom: 0;
  }

  .xl\:pl-0 {
    padding-left: 0;
  }

  .xl\:pt-1 {
    padding-top: .25rem;
  }

  .xl\:pr-1 {
    padding-right: .25rem;
  }

  .xl\:pb-1 {
    padding-bottom: .25rem;
  }

  .xl\:pl-1 {
    padding-left: .25rem;
  }

  .xl\:pt-2 {
    padding-top: 2px;
  }

  .xl\:pr-2 {
    padding-right: 2px;
  }

  .xl\:pb-2 {
    padding-bottom: 2px;
  }

  .xl\:pl-2 {
    padding-left: 2px;
  }

  .xl\:pt-3 {
    padding-top: .75rem;
  }

  .xl\:pr-3 {
    padding-right: .75rem;
  }

  .xl\:pb-3 {
    padding-bottom: .75rem;
  }

  .xl\:pl-3 {
    padding-left: .75rem;
  }

  .xl\:pt-4 {
    padding-top: 1rem;
  }

  .xl\:pr-4 {
    padding-right: 1rem;
  }

  .xl\:pb-4 {
    padding-bottom: 1rem;
  }

  .xl\:pl-4 {
    padding-left: 1rem;
  }

  .xl\:pt-5 {
    padding-top: 5px;
  }

  .xl\:pr-5 {
    padding-right: 5px;
  }

  .xl\:pb-5 {
    padding-bottom: 5px;
  }

  .xl\:pl-5 {
    padding-left: 5px;
  }

  .xl\:pt-6 {
    padding-top: 1.5rem;
  }

  .xl\:pr-6 {
    padding-right: 1.5rem;
  }

  .xl\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .xl\:pl-6 {
    padding-left: 1.5rem;
  }

  .xl\:pt-8 {
    padding-top: 2rem;
  }

  .xl\:pr-8 {
    padding-right: 2rem;
  }

  .xl\:pb-8 {
    padding-bottom: 2rem;
  }

  .xl\:pl-8 {
    padding-left: 2rem;
  }

  .xl\:pt-10 {
    padding-top: 10px;
  }

  .xl\:pr-10 {
    padding-right: 10px;
  }

  .xl\:pb-10 {
    padding-bottom: 10px;
  }

  .xl\:pl-10 {
    padding-left: 10px;
  }

  .xl\:pt-15 {
    padding-top: 15px;
  }

  .xl\:pr-15 {
    padding-right: 15px;
  }

  .xl\:pb-15 {
    padding-bottom: 15px;
  }

  .xl\:pl-15 {
    padding-left: 15px;
  }

  .xl\:pt-20 {
    padding-top: 20px;
  }

  .xl\:pr-20 {
    padding-right: 20px;
  }

  .xl\:pb-20 {
    padding-bottom: 20px;
  }

  .xl\:pl-20 {
    padding-left: 20px;
  }

  .xl\:pt-25 {
    padding-top: 25px;
  }

  .xl\:pr-25 {
    padding-right: 25px;
  }

  .xl\:pb-25 {
    padding-bottom: 25px;
  }

  .xl\:pl-25 {
    padding-left: 25px;
  }

  .xl\:pt-30 {
    padding-top: 30px;
  }

  .xl\:pr-30 {
    padding-right: 30px;
  }

  .xl\:pb-30 {
    padding-bottom: 30px;
  }

  .xl\:pl-30 {
    padding-left: 30px;
  }

  .xl\:pt-35 {
    padding-top: 35px;
  }

  .xl\:pr-35 {
    padding-right: 35px;
  }

  .xl\:pb-35 {
    padding-bottom: 35px;
  }

  .xl\:pl-35 {
    padding-left: 35px;
  }

  .xl\:pt-40 {
    padding-top: 40px;
  }

  .xl\:pr-40 {
    padding-right: 40px;
  }

  .xl\:pb-40 {
    padding-bottom: 40px;
  }

  .xl\:pl-40 {
    padding-left: 40px;
  }

  .xl\:pt-45 {
    padding-top: 45px;
  }

  .xl\:pr-45 {
    padding-right: 45px;
  }

  .xl\:pb-45 {
    padding-bottom: 45px;
  }

  .xl\:pl-45 {
    padding-left: 45px;
  }

  .xl\:pt-50 {
    padding-top: 50px;
  }

  .xl\:pr-50 {
    padding-right: 50px;
  }

  .xl\:pb-50 {
    padding-bottom: 50px;
  }

  .xl\:pl-50 {
    padding-left: 50px;
  }

  .xl\:pt-55 {
    padding-top: 55px;
  }

  .xl\:pr-55 {
    padding-right: 55px;
  }

  .xl\:pb-55 {
    padding-bottom: 55px;
  }

  .xl\:pl-55 {
    padding-left: 55px;
  }

  .xl\:pt-60 {
    padding-top: 60px;
  }

  .xl\:pr-60 {
    padding-right: 60px;
  }

  .xl\:pb-60 {
    padding-bottom: 60px;
  }

  .xl\:pl-60 {
    padding-left: 60px;
  }

  .xl\:pt-65 {
    padding-top: 65px;
  }

  .xl\:pr-65 {
    padding-right: 65px;
  }

  .xl\:pb-65 {
    padding-bottom: 65px;
  }

  .xl\:pl-65 {
    padding-left: 65px;
  }

  .xl\:pt-70 {
    padding-top: 70px;
  }

  .xl\:pr-70 {
    padding-right: 70px;
  }

  .xl\:pb-70 {
    padding-bottom: 70px;
  }

  .xl\:pl-70 {
    padding-left: 70px;
  }

  .xl\:pt-75 {
    padding-top: 75px;
  }

  .xl\:pr-75 {
    padding-right: 75px;
  }

  .xl\:pb-75 {
    padding-bottom: 75px;
  }

  .xl\:pl-75 {
    padding-left: 75px;
  }

  .xl\:pt-100 {
    padding-top: 100px;
  }

  .xl\:pr-100 {
    padding-right: 100px;
  }

  .xl\:pb-100 {
    padding-bottom: 100px;
  }

  .xl\:pl-100 {
    padding-left: 100px;
  }

  .xl\:pt-340 {
    padding-top: 340px;
  }

  .xl\:pr-340 {
    padding-right: 340px;
  }

  .xl\:pb-340 {
    padding-bottom: 340px;
  }

  .xl\:pl-340 {
    padding-left: 340px;
  }

  .xl\:pt-px {
    padding-top: 1px;
  }

  .xl\:pr-px {
    padding-right: 1px;
  }

  .xl\:pb-px {
    padding-bottom: 1px;
  }

  .xl\:pl-px {
    padding-left: 1px;
  }

  .xl\:pointer-events-none {
    pointer-events: none;
  }

  .xl\:pointer-events-auto {
    pointer-events: auto;
  }

  .xl\:static {
    position: static;
  }

  .xl\:fixed {
    position: fixed;
  }

  .xl\:absolute {
    position: absolute;
  }

  .xl\:relative {
    position: relative;
  }

  .xl\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:pin-y {
    top: 0;
    bottom: 0;
  }

  .xl\:pin-x {
    right: 0;
    left: 0;
  }

  .xl\:pin-t {
    top: 0;
  }

  .xl\:pin-r {
    right: 0;
  }

  .xl\:pin-b {
    bottom: 0;
  }

  .xl\:pin-l {
    left: 0;
  }

  .xl\:resize-none {
    resize: none;
  }

  .xl\:resize-y {
    resize: vertical;
  }

  .xl\:resize-x {
    resize: horizontal;
  }

  .xl\:resize {
    resize: both;
  }

  .xl\:shadow {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .xl\: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);
  }

  .xl\:shadow-lg {
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
            box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .xl\:shadow-inner {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .xl\:shadow-none {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .xl\:text-left {
    text-align: left;
  }

  .xl\:text-center {
    text-align: center;
  }

  .xl\:text-right {
    text-align: right;
  }

  .xl\:text-justify {
    text-align: justify;
  }

  .xl\:text-transparent {
    color: transparent;
  }

  .xl\:text-black {
    color: #000;
  }

  .xl\:text-white {
    color: #fff;
  }

  .xl\:text-white25 {
    color: rgba(255, 255, 255, .25);
  }

  .xl\:text-primary-magenta {
    color: #ed2f62;
  }

  .xl\:text-primary-orange {
    color: #f26d06;
  }

  .xl\:text-primary-yellow {
    color: #fec350;
  }

  .xl\:text-primary-teal {
    color: #00a4b3;
  }

  .xl\:text-primary-dark-gray {
    color: #1f1f1f;
  }

  .xl\:text-primary-neutral-gray {
    color: #7f8784;
  }

  .xl\:text-primary-light-gray {
    color: #cacaca;
  }

  .xl\:text-secondary-dark-magenta {
    color: #b31a44;
  }

  .xl\:text-secondary-dark-orange {
    color: #e04d06;
  }

  .xl\:text-secondary-dark-yellow {
    color: #c0891b;
  }

  .xl\:text-secondary-dark-teal {
    color: #027286;
  }

  .xl\:text-secondary-bright-green {
    color: #8fe986;
  }

  .xl\:text-secondary-bright-purple {
    color: #bd86ed;
  }

  .xl\:text-secondary-light-pink {
    color: #ed86a9;
  }

  .xl\:text-nav-text-inactive {
    color: #e8bbc7;
  }

  .xl\:text-grey-darkest {
    color: #3d4852;
  }

  .xl\:text-grey-darker {
    color: #606f7b;
  }

  .xl\:text-grey-dark {
    color: #8795a1;
  }

  .xl\:text-grey {
    color: #b8c2cc;
  }

  .xl\:text-grey-light {
    color: #dae1e7;
  }

  .xl\:text-grey-lighter {
    color: #f1f5f8;
  }

  .xl\:text-grey-lightest {
    color: #f8fafc;
  }

  .xl\:hover\:text-transparent:hover {
    color: transparent;
  }

  .xl\:hover\:text-black:hover {
    color: #000;
  }

  .xl\:hover\:text-white:hover {
    color: #fff;
  }

  .xl\:hover\:text-white25:hover {
    color: rgba(255, 255, 255, .25);
  }

  .xl\:hover\:text-primary-magenta:hover {
    color: #ed2f62;
  }

  .xl\:hover\:text-primary-orange:hover {
    color: #f26d06;
  }

  .xl\:hover\:text-primary-yellow:hover {
    color: #fec350;
  }

  .xl\:hover\:text-primary-teal:hover {
    color: #00a4b3;
  }

  .xl\:hover\:text-primary-dark-gray:hover {
    color: #1f1f1f;
  }

  .xl\:hover\:text-primary-neutral-gray:hover {
    color: #7f8784;
  }

  .xl\:hover\:text-primary-light-gray:hover {
    color: #cacaca;
  }

  .xl\:hover\:text-secondary-dark-magenta:hover {
    color: #b31a44;
  }

  .xl\:hover\:text-secondary-dark-orange:hover {
    color: #e04d06;
  }

  .xl\:hover\:text-secondary-dark-yellow:hover {
    color: #c0891b;
  }

  .xl\:hover\:text-secondary-dark-teal:hover {
    color: #027286;
  }

  .xl\:hover\:text-secondary-bright-green:hover {
    color: #8fe986;
  }

  .xl\:hover\:text-secondary-bright-purple:hover {
    color: #bd86ed;
  }

  .xl\:hover\:text-secondary-light-pink:hover {
    color: #ed86a9;
  }

  .xl\:hover\:text-nav-text-inactive:hover {
    color: #e8bbc7;
  }

  .xl\:hover\:text-grey-darkest:hover {
    color: #3d4852;
  }

  .xl\:hover\:text-grey-darker:hover {
    color: #606f7b;
  }

  .xl\:hover\:text-grey-dark:hover {
    color: #8795a1;
  }

  .xl\:hover\:text-grey:hover {
    color: #b8c2cc;
  }

  .xl\:hover\:text-grey-light:hover {
    color: #dae1e7;
  }

  .xl\:hover\:text-grey-lighter:hover {
    color: #f1f5f8;
  }

  .xl\:hover\:text-grey-lightest:hover {
    color: #f8fafc;
  }

  .xl\:text-11 {
    font-size: 11px;
  }

  .xl\:text-13 {
    font-size: 13px;
  }

  .xl\:text-14 {
    font-size: 14px;
  }

  .xl\:text-15 {
    font-size: 15px;
  }

  .xl\:text-16 {
    font-size: 16px;
  }

  .xl\:text-18 {
    font-size: 18px;
  }

  .xl\:text-22 {
    font-size: 22px;
  }

  .xl\:text-24 {
    font-size: 24px;
  }

  .xl\:text-30 {
    font-size: 30px;
  }

  .xl\:text-32 {
    font-size: 32px;
  }

  .xl\:text-48 {
    font-size: 48px;
  }

  .xl\:italic {
    font-style: italic;
  }

  .xl\:roman {
    font-style: normal;
  }

  .xl\:uppercase {
    text-transform: uppercase;
  }

  .xl\:lowercase {
    text-transform: lowercase;
  }

  .xl\:capitalize {
    text-transform: capitalize;
  }

  .xl\:normal-case {
    text-transform: none;
  }

  .xl\:underline {
    text-decoration: underline;
  }

  .xl\:line-through {
    text-decoration: line-through;
  }

  .xl\:no-underline {
    text-decoration: none;
  }

  .xl\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:hover\:italic:hover {
    font-style: italic;
  }

  .xl\:hover\:roman:hover {
    font-style: normal;
  }

  .xl\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .xl\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .xl\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .xl\:hover\:normal-case:hover {
    text-transform: none;
  }

  .xl\:hover\:underline:hover {
    text-decoration: underline;
  }

  .xl\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .xl\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .xl\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:tracking-2 {
    letter-spacing: 2px;
  }

  .xl\:tracking-4 {
    letter-spacing: 4px;
  }

  .xl\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .xl\:tracking-normal {
    letter-spacing: 0;
  }

  .xl\:tracking-wide {
    letter-spacing: .05em;
  }

  .xl\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xl\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xl\:align-baseline {
    vertical-align: baseline;
  }

  .xl\:align-top {
    vertical-align: top;
  }

  .xl\:align-middle {
    vertical-align: middle;
  }

  .xl\:align-bottom {
    vertical-align: bottom;
  }

  .xl\:align-text-top {
    vertical-align: text-top;
  }

  .xl\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .xl\:visible {
    visibility: visible;
  }

  .xl\:invisible {
    visibility: hidden;
  }

  .xl\:whitespace-normal {
    white-space: normal;
  }

  .xl\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .xl\:whitespace-pre {
    white-space: pre;
  }

  .xl\:whitespace-pre-line {
    white-space: pre-line;
  }

  .xl\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .xl\:break-words {
    word-wrap: break-word;
  }

  .xl\:break-normal {
    word-wrap: normal;
  }

  .xl\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:w-1 {
    width: .25rem;
  }

  .xl\:w-2 {
    width: .5rem;
  }

  .xl\:w-3 {
    width: .75rem;
  }

  .xl\:w-4 {
    width: 1rem;
  }

  .xl\:w-6 {
    width: 1.5rem;
  }

  .xl\:w-8 {
    width: 2rem;
  }

  .xl\:w-10 {
    width: 2.5rem;
  }

  .xl\:w-12 {
    width: 3rem;
  }

  .xl\:w-16 {
    width: 4rem;
  }

  .xl\:w-24 {
    width: 6rem;
  }

  .xl\:w-32 {
    width: 8rem;
  }

  .xl\:w-48 {
    width: 12rem;
  }

  .xl\:w-64 {
    width: 16rem;
  }

  .xl\:w-205 {
    width: 205px;
  }

  .xl\:w-215 {
    width: 215px;
  }

  .xl\:w-240 {
    width: 240px;
  }

  .xl\:w-415 {
    width: 415px;
  }

  .xl\:w-auto {
    width: auto;
  }

  .xl\:w-px {
    width: 1px;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-1\/3 {
    width: 33.33333%;
  }

  .xl\:w-2\/3 {
    width: 66.66667%;
  }

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:w-3\/4 {
    width: 75%;
  }

  .xl\:w-1\/5 {
    width: 20%;
  }

  .xl\:w-2\/5 {
    width: 40%;
  }

  .xl\:w-3\/5 {
    width: 60%;
  }

  .xl\:w-4\/5 {
    width: 80%;
  }

  .xl\:w-1\/6 {
    width: 16.66667%;
  }

  .xl\:w-5\/6 {
    width: 83.33333%;
  }

  .xl\:w-full {
    width: 100%;
  }

  .xl\:w-screen {
    width: 100vw;
  }

  .xl\:z-0 {
    z-index: 0;
  }

  .xl\:z-10 {
    z-index: 10;
  }

  .xl\:z-20 {
    z-index: 20;
  }

  .xl\:z-30 {
    z-index: 30;
  }

  .xl\:z-40 {
    z-index: 40;
  }

  .xl\:z-50 {
    z-index: 50;
  }

  .xl\:z-auto {
    z-index: auto;
  }
}

@media (max-width: 576px) {
  .sm-only\:list-reset {
    list-style: none;
    padding: 0;
  }

  .sm-only\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sm-only\:bg-fixed {
    background-attachment: fixed;
  }

  .sm-only\:bg-local {
    background-attachment: local;
  }

  .sm-only\:bg-scroll {
    background-attachment: scroll;
  }

  .sm-only\:bg-transparent {
    background-color: transparent;
  }

  .sm-only\:bg-black {
    background-color: #000;
  }

  .sm-only\:bg-white {
    background-color: #fff;
  }

  .sm-only\:bg-white25 {
    background-color: rgba(255, 255, 255, .25);
  }

  .sm-only\:bg-primary-magenta {
    background-color: #ed2f62;
  }

  .sm-only\:bg-primary-orange {
    background-color: #f26d06;
  }

  .sm-only\:bg-primary-yellow {
    background-color: #fec350;
  }

  .sm-only\:bg-primary-teal {
    background-color: #00a4b3;
  }

  .sm-only\:bg-primary-dark-gray {
    background-color: #1f1f1f;
  }

  .sm-only\:bg-primary-neutral-gray {
    background-color: #7f8784;
  }

  .sm-only\:bg-primary-light-gray {
    background-color: #cacaca;
  }

  .sm-only\:bg-secondary-dark-magenta {
    background-color: #b31a44;
  }

  .sm-only\:bg-secondary-dark-orange {
    background-color: #e04d06;
  }

  .sm-only\:bg-secondary-dark-yellow {
    background-color: #c0891b;
  }

  .sm-only\:bg-secondary-dark-teal {
    background-color: #027286;
  }

  .sm-only\:bg-secondary-bright-green {
    background-color: #8fe986;
  }

  .sm-only\:bg-secondary-bright-purple {
    background-color: #bd86ed;
  }

  .sm-only\:bg-secondary-light-pink {
    background-color: #ed86a9;
  }

  .sm-only\:bg-nav-text-inactive {
    background-color: #e8bbc7;
  }

  .sm-only\:bg-grey-darkest {
    background-color: #3d4852;
  }

  .sm-only\:bg-grey-darker {
    background-color: #606f7b;
  }

  .sm-only\:bg-grey-dark {
    background-color: #8795a1;
  }

  .sm-only\:bg-grey {
    background-color: #b8c2cc;
  }

  .sm-only\:bg-grey-light {
    background-color: #dae1e7;
  }

  .sm-only\:bg-grey-lighter {
    background-color: #f1f5f8;
  }

  .sm-only\:bg-grey-lightest {
    background-color: #f8fafc;
  }

  .sm-only\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .sm-only\:hover\:bg-black:hover {
    background-color: #000;
  }

  .sm-only\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .sm-only\:hover\:bg-white25:hover {
    background-color: rgba(255, 255, 255, .25);
  }

  .sm-only\:hover\:bg-primary-magenta:hover {
    background-color: #ed2f62;
  }

  .sm-only\:hover\:bg-primary-orange:hover {
    background-color: #f26d06;
  }

  .sm-only\:hover\:bg-primary-yellow:hover {
    background-color: #fec350;
  }

  .sm-only\:hover\:bg-primary-teal:hover {
    background-color: #00a4b3;
  }

  .sm-only\:hover\:bg-primary-dark-gray:hover {
    background-color: #1f1f1f;
  }

  .sm-only\:hover\:bg-primary-neutral-gray:hover {
    background-color: #7f8784;
  }

  .sm-only\:hover\:bg-primary-light-gray:hover {
    background-color: #cacaca;
  }

  .sm-only\:hover\:bg-secondary-dark-magenta:hover {
    background-color: #b31a44;
  }

  .sm-only\:hover\:bg-secondary-dark-orange:hover {
    background-color: #e04d06;
  }

  .sm-only\:hover\:bg-secondary-dark-yellow:hover {
    background-color: #c0891b;
  }

  .sm-only\:hover\:bg-secondary-dark-teal:hover {
    background-color: #027286;
  }

  .sm-only\:hover\:bg-secondary-bright-green:hover {
    background-color: #8fe986;
  }

  .sm-only\:hover\:bg-secondary-bright-purple:hover {
    background-color: #bd86ed;
  }

  .sm-only\:hover\:bg-secondary-light-pink:hover {
    background-color: #ed86a9;
  }

  .sm-only\:hover\:bg-nav-text-inactive:hover {
    background-color: #e8bbc7;
  }

  .sm-only\:hover\:bg-grey-darkest:hover {
    background-color: #3d4852;
  }

  .sm-only\:hover\:bg-grey-darker:hover {
    background-color: #606f7b;
  }

  .sm-only\:hover\:bg-grey-dark:hover {
    background-color: #8795a1;
  }

  .sm-only\:hover\:bg-grey:hover {
    background-color: #b8c2cc;
  }

  .sm-only\:hover\:bg-grey-light:hover {
    background-color: #dae1e7;
  }

  .sm-only\:hover\:bg-grey-lighter:hover {
    background-color: #f1f5f8;
  }

  .sm-only\:hover\:bg-grey-lightest:hover {
    background-color: #f8fafc;
  }

  .sm-only\:bg-bottom {
    background-position: bottom;
  }

  .sm-only\:bg-center {
    background-position: center;
  }

  .sm-only\:bg-left {
    background-position: left;
  }

  .sm-only\:bg-left-bottom {
    background-position: left bottom;
  }

  .sm-only\:bg-left-top {
    background-position: left top;
  }

  .sm-only\:bg-right {
    background-position: right;
  }

  .sm-only\:bg-right-bottom {
    background-position: right bottom;
  }

  .sm-only\:bg-right-top {
    background-position: right top;
  }

  .sm-only\:bg-top {
    background-position: top;
  }

  .sm-only\:bg-repeat {
    background-repeat: repeat;
  }

  .sm-only\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .sm-only\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .sm-only\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .sm-only\:bg-cover {
    background-size: cover;
  }

  .sm-only\:bg-contain {
    background-size: contain;
  }

  .sm-only\:border-transparent {
    border-color: transparent;
  }

  .sm-only\:border-black {
    border-color: #000;
  }

  .sm-only\:border-white {
    border-color: #fff;
  }

  .sm-only\:border-white25 {
    border-color: rgba(255, 255, 255, .25);
  }

  .sm-only\:border-primary-magenta {
    border-color: #ed2f62;
  }

  .sm-only\:border-primary-orange {
    border-color: #f26d06;
  }

  .sm-only\:border-primary-yellow {
    border-color: #fec350;
  }

  .sm-only\:border-primary-teal {
    border-color: #00a4b3;
  }

  .sm-only\:border-primary-dark-gray {
    border-color: #1f1f1f;
  }

  .sm-only\:border-primary-neutral-gray {
    border-color: #7f8784;
  }

  .sm-only\:border-primary-light-gray {
    border-color: #cacaca;
  }

  .sm-only\:border-secondary-dark-magenta {
    border-color: #b31a44;
  }

  .sm-only\:border-secondary-dark-orange {
    border-color: #e04d06;
  }

  .sm-only\:border-secondary-dark-yellow {
    border-color: #c0891b;
  }

  .sm-only\:border-secondary-dark-teal {
    border-color: #027286;
  }

  .sm-only\:border-secondary-bright-green {
    border-color: #8fe986;
  }

  .sm-only\:border-secondary-bright-purple {
    border-color: #bd86ed;
  }

  .sm-only\:border-secondary-light-pink {
    border-color: #ed86a9;
  }

  .sm-only\:border-nav-text-inactive {
    border-color: #e8bbc7;
  }

  .sm-only\:border-grey-darkest {
    border-color: #3d4852;
  }

  .sm-only\:border-grey-darker {
    border-color: #606f7b;
  }

  .sm-only\:border-grey-dark {
    border-color: #8795a1;
  }

  .sm-only\:border-grey {
    border-color: #b8c2cc;
  }

  .sm-only\:border-grey-light {
    border-color: #dae1e7;
  }

  .sm-only\:border-grey-lighter {
    border-color: #f1f5f8;
  }

  .sm-only\:border-grey-lightest {
    border-color: #f8fafc;
  }

  .sm-only\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .sm-only\:hover\:border-black:hover {
    border-color: #000;
  }

  .sm-only\:hover\:border-white:hover {
    border-color: #fff;
  }

  .sm-only\:hover\:border-white25:hover {
    border-color: rgba(255, 255, 255, .25);
  }

  .sm-only\:hover\:border-primary-magenta:hover {
    border-color: #ed2f62;
  }

  .sm-only\:hover\:border-primary-orange:hover {
    border-color: #f26d06;
  }

  .sm-only\:hover\:border-primary-yellow:hover {
    border-color: #fec350;
  }

  .sm-only\:hover\:border-primary-teal:hover {
    border-color: #00a4b3;
  }

  .sm-only\:hover\:border-primary-dark-gray:hover {
    border-color: #1f1f1f;
  }

  .sm-only\:hover\:border-primary-neutral-gray:hover {
    border-color: #7f8784;
  }

  .sm-only\:hover\:border-primary-light-gray:hover {
    border-color: #cacaca;
  }

  .sm-only\:hover\:border-secondary-dark-magenta:hover {
    border-color: #b31a44;
  }

  .sm-only\:hover\:border-secondary-dark-orange:hover {
    border-color: #e04d06;
  }

  .sm-only\:hover\:border-secondary-dark-yellow:hover {
    border-color: #c0891b;
  }

  .sm-only\:hover\:border-secondary-dark-teal:hover {
    border-color: #027286;
  }

  .sm-only\:hover\:border-secondary-bright-green:hover {
    border-color: #8fe986;
  }

  .sm-only\:hover\:border-secondary-bright-purple:hover {
    border-color: #bd86ed;
  }

  .sm-only\:hover\:border-secondary-light-pink:hover {
    border-color: #ed86a9;
  }

  .sm-only\:hover\:border-nav-text-inactive:hover {
    border-color: #e8bbc7;
  }

  .sm-only\:hover\:border-grey-darkest:hover {
    border-color: #3d4852;
  }

  .sm-only\:hover\:border-grey-darker:hover {
    border-color: #606f7b;
  }

  .sm-only\:hover\:border-grey-dark:hover {
    border-color: #8795a1;
  }

  .sm-only\:hover\:border-grey:hover {
    border-color: #b8c2cc;
  }

  .sm-only\:hover\:border-grey-light:hover {
    border-color: #dae1e7;
  }

  .sm-only\:hover\:border-grey-lighter:hover {
    border-color: #f1f5f8;
  }

  .sm-only\:hover\:border-grey-lightest:hover {
    border-color: #f8fafc;
  }

  .sm-only\:rounded-5 {
    border-radius: 5px;
  }

  .sm-only\:rounded-none {
    border-radius: 0;
  }

  .sm-only\:rounded-sm {
    border-radius: .125rem;
  }

  .sm-only\:rounded {
    border-radius: .25rem;
  }

  .sm-only\:rounded-lg {
    border-radius: .5rem;
  }

  .sm-only\:rounded-full {
    border-radius: 9999px;
  }

  .sm-only\:rounded-t-5 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .sm-only\:rounded-r-5 {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .sm-only\:rounded-b-5 {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .sm-only\:rounded-l-5 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .sm-only\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .sm-only\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .sm-only\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm-only\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm-only\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .sm-only\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .sm-only\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .sm-only\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .sm-only\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .sm-only\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .sm-only\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .sm-only\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .sm-only\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .sm-only\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .sm-only\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .sm-only\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .sm-only\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm-only\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm-only\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm-only\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm-only\:rounded-tl-5 {
    border-top-left-radius: 5px;
  }

  .sm-only\:rounded-tr-5 {
    border-top-right-radius: 5px;
  }

  .sm-only\:rounded-br-5 {
    border-bottom-right-radius: 5px;
  }

  .sm-only\:rounded-bl-5 {
    border-bottom-left-radius: 5px;
  }

  .sm-only\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .sm-only\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .sm-only\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .sm-only\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .sm-only\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .sm-only\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .sm-only\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .sm-only\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .sm-only\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .sm-only\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .sm-only\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .sm-only\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .sm-only\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .sm-only\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .sm-only\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .sm-only\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .sm-only\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .sm-only\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .sm-only\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .sm-only\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .sm-only\:border-solid {
    border-style: solid;
  }

  .sm-only\:border-dashed {
    border-style: dashed;
  }

  .sm-only\:border-dotted {
    border-style: dotted;
  }

  .sm-only\:border-none {
    border-style: none;
  }

  .sm-only\:border-0 {
    border-width: 0;
  }

  .sm-only\:border-2 {
    border-width: 2px;
  }

  .sm-only\:border-4 {
    border-width: 4px;
  }

  .sm-only\:border-8 {
    border-width: 8px;
  }

  .sm-only\:border {
    border-width: 1px;
  }

  .sm-only\:border-t-0 {
    border-top-width: 0;
  }

  .sm-only\:border-r-0 {
    border-right-width: 0;
  }

  .sm-only\:border-b-0 {
    border-bottom-width: 0;
  }

  .sm-only\:border-l-0 {
    border-left-width: 0;
  }

  .sm-only\:border-t-2 {
    border-top-width: 2px;
  }

  .sm-only\:border-r-2 {
    border-right-width: 2px;
  }

  .sm-only\:border-b-2 {
    border-bottom-width: 2px;
  }

  .sm-only\:border-l-2 {
    border-left-width: 2px;
  }

  .sm-only\:border-t-4 {
    border-top-width: 4px;
  }

  .sm-only\:border-r-4 {
    border-right-width: 4px;
  }

  .sm-only\:border-b-4 {
    border-bottom-width: 4px;
  }

  .sm-only\:border-l-4 {
    border-left-width: 4px;
  }

  .sm-only\:border-t-8 {
    border-top-width: 8px;
  }

  .sm-only\:border-r-8 {
    border-right-width: 8px;
  }

  .sm-only\:border-b-8 {
    border-bottom-width: 8px;
  }

  .sm-only\:border-l-8 {
    border-left-width: 8px;
  }

  .sm-only\:border-t {
    border-top-width: 1px;
  }

  .sm-only\:border-r {
    border-right-width: 1px;
  }

  .sm-only\:border-b {
    border-bottom-width: 1px;
  }

  .sm-only\:border-l {
    border-left-width: 1px;
  }

  .sm-only\:cursor-auto {
    cursor: auto;
  }

  .sm-only\:cursor-default {
    cursor: default;
  }

  .sm-only\:cursor-pointer {
    cursor: pointer;
  }

  .sm-only\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .sm-only\:block {
    display: block;
  }

  .sm-only\:inline-block {
    display: inline-block;
  }

  .sm-only\:inline {
    display: inline;
  }

  .sm-only\:table {
    display: table;
  }

  .sm-only\:table-row {
    display: table-row;
  }

  .sm-only\:table-cell {
    display: table-cell;
  }

  .sm-only\:hidden {
    display: none;
  }

  .sm-only\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sm-only\:inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .sm-only\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .sm-only\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .sm-only\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .sm-only\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .sm-only\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .sm-only\:flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

  .sm-only\:flex-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .sm-only\:items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .sm-only\:items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .sm-only\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .sm-only\:items-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  .sm-only\:items-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .sm-only\:self-auto {
    -ms-flex-item-align: auto;
        align-self: auto;
  }

  .sm-only\:self-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .sm-only\:self-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .sm-only\:self-center {
    -ms-flex-item-align: center;
        align-self: center;
  }

  .sm-only\:self-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }

  .sm-only\:justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .sm-only\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .sm-only\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .sm-only\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .sm-only\:justify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .sm-only\:content-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }

  .sm-only\:content-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }

  .sm-only\:content-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }

  .sm-only\:content-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }

  .sm-only\:content-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }

  .sm-only\:flex-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .sm-only\:flex-auto {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }

  .sm-only\:flex-initial {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }

  .sm-only\:flex-none {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .sm-only\:flex-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .sm-only\:flex-shrink {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .sm-only\:flex-no-grow {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .sm-only\:flex-no-shrink {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .sm-only\:float-right {
    float: right;
  }

  .sm-only\:float-left {
    float: left;
  }

  .sm-only\:float-none {
    float: none;
  }

  .sm-only\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .sm-only\:font-sans {
    font-family: ProximaNova-Regular, sans-serif;
  }

  .sm-only\:font-sans-bold {
    font-family: ProximaNova-Bold, sans-serif;
  }

  .sm-only\:font-sans-black {
    font-family: ProximaNova-Black, sans-serif;
  }

  .sm-only\:font-sans-italic {
    font-family: ProximaNova-RegularIt, sans-serif;
  }

  .sm-only\:font-serif {
    font-family: Merriweather, serif;
  }

  .sm-only\:font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .sm-only\:font-hairline {
    font-weight: 100;
  }

  .sm-only\:font-thin {
    font-weight: 200;
  }

  .sm-only\:font-light {
    font-weight: 300;
  }

  .sm-only\:font-normal {
    font-weight: 400;
  }

  .sm-only\:font-medium {
    font-weight: 500;
  }

  .sm-only\:font-semibold {
    font-weight: 600;
  }

  .sm-only\:font-bold {
    font-weight: 700;
  }

  .sm-only\:font-extrabold {
    font-weight: 800;
  }

  .sm-only\:font-black {
    font-weight: 900;
  }

  .sm-only\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .sm-only\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .sm-only\:hover\:font-light:hover {
    font-weight: 300;
  }

  .sm-only\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .sm-only\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .sm-only\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .sm-only\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .sm-only\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .sm-only\:hover\:font-black:hover {
    font-weight: 900;
  }

  .sm-only\:h-1 {
    height: .25rem;
  }

  .sm-only\:h-2 {
    height: .5rem;
  }

  .sm-only\:h-3 {
    height: .75rem;
  }

  .sm-only\:h-4 {
    height: 1rem;
  }

  .sm-only\:h-6 {
    height: 1.5rem;
  }

  .sm-only\:h-8 {
    height: 2rem;
  }

  .sm-only\:h-10 {
    height: 2.5rem;
  }

  .sm-only\:h-12 {
    height: 3rem;
  }

  .sm-only\:h-16 {
    height: 4rem;
  }

  .sm-only\:h-24 {
    height: 6rem;
  }

  .sm-only\:h-32 {
    height: 8rem;
  }

  .sm-only\:h-48 {
    height: 12rem;
  }

  .sm-only\:h-50 {
    height: 50px;
  }

  .sm-only\:h-64 {
    height: 16rem;
  }

  .sm-only\:h-auto {
    height: auto;
  }

  .sm-only\:h-px {
    height: 1px;
  }

  .sm-only\:h-full {
    height: 100%;
  }

  .sm-only\:h-screen {
    height: 100vh;
  }

  .sm-only\:leading-18 {
    line-height: 18px;
  }

  .sm-only\:leading-21 {
    line-height: 21px;
  }

  .sm-only\:leading-22 {
    line-height: 22px;
  }

  .sm-only\:leading-29 {
    line-height: 29px;
  }

  .sm-only\:leading-30 {
    line-height: 30px;
  }

  .sm-only\:leading-36 {
    line-height: 36px;
  }

  .sm-only\:leading-42 {
    line-height: 42px;
  }

  .sm-only\:leading-58 {
    line-height: 58px;
  }

  .sm-only\:leading-none {
    line-height: 1;
  }

  .sm-only\:leading-tight {
    line-height: 1.25;
  }

  .sm-only\:leading-normal {
    line-height: 1.5;
  }

  .sm-only\:leading-loose {
    line-height: 2;
  }

  .sm-only\:m-0 {
    margin: 0;
  }

  .sm-only\:m-1 {
    margin: .25rem;
  }

  .sm-only\:m-2 {
    margin: .5rem;
  }

  .sm-only\:m-3 {
    margin: .75rem;
  }

  .sm-only\:m-4 {
    margin: 1rem;
  }

  .sm-only\:m-5 {
    margin: 5px;
  }

  .sm-only\:m-6 {
    margin: 1.5rem;
  }

  .sm-only\:m-8 {
    margin: 2rem;
  }

  .sm-only\:m-10 {
    margin: 10px;
  }

  .sm-only\:m-15 {
    margin: 15px;
  }

  .sm-only\:m-20 {
    margin: 20px;
  }

  .sm-only\:m-25 {
    margin: 25px;
  }

  .sm-only\:m-30 {
    margin: 30px;
  }

  .sm-only\:m-35 {
    margin: 35px;
  }

  .sm-only\:m-40 {
    margin: 40px;
  }

  .sm-only\:m-45 {
    margin: 45px;
  }

  .sm-only\:m-50 {
    margin: 50px;
  }

  .sm-only\:m-55 {
    margin: 55px;
  }

  .sm-only\:m-60 {
    margin: 60px;
  }

  .sm-only\:m-auto {
    margin: auto;
  }

  .sm-only\:m-px {
    margin: 1px;
  }

  .sm-only\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm-only\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .sm-only\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .sm-only\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .sm-only\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .sm-only\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .sm-only\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .sm-only\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .sm-only\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm-only\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm-only\:my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .sm-only\:mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .sm-only\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm-only\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm-only\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm-only\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm-only\:my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .sm-only\:mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .sm-only\:my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .sm-only\:mx-15 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .sm-only\:my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .sm-only\:mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .sm-only\:my-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .sm-only\:mx-25 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .sm-only\:my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .sm-only\:mx-30 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .sm-only\:my-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .sm-only\:mx-35 {
    margin-left: 35px;
    margin-right: 35px;
  }

  .sm-only\:my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .sm-only\:mx-40 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .sm-only\:my-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .sm-only\:mx-45 {
    margin-left: 45px;
    margin-right: 45px;
  }

  .sm-only\:my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .sm-only\:mx-50 {
    margin-left: 50px;
    margin-right: 50px;
  }

  .sm-only\:my-55 {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .sm-only\:mx-55 {
    margin-left: 55px;
    margin-right: 55px;
  }

  .sm-only\:my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .sm-only\:mx-60 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .sm-only\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm-only\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm-only\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm-only\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm-only\:mt-0 {
    margin-top: 0;
  }

  .sm-only\:mr-0 {
    margin-right: 0;
  }

  .sm-only\:mb-0 {
    margin-bottom: 0;
  }

  .sm-only\:ml-0 {
    margin-left: 0;
  }

  .sm-only\:mt-1 {
    margin-top: .25rem;
  }

  .sm-only\:mr-1 {
    margin-right: .25rem;
  }

  .sm-only\:mb-1 {
    margin-bottom: .25rem;
  }

  .sm-only\:ml-1 {
    margin-left: .25rem;
  }

  .sm-only\:mt-2 {
    margin-top: .5rem;
  }

  .sm-only\:mr-2 {
    margin-right: .5rem;
  }

  .sm-only\:mb-2 {
    margin-bottom: .5rem;
  }

  .sm-only\:ml-2 {
    margin-left: .5rem;
  }

  .sm-only\:mt-3 {
    margin-top: .75rem;
  }

  .sm-only\:mr-3 {
    margin-right: .75rem;
  }

  .sm-only\:mb-3 {
    margin-bottom: .75rem;
  }

  .sm-only\:ml-3 {
    margin-left: .75rem;
  }

  .sm-only\:mt-4 {
    margin-top: 1rem;
  }

  .sm-only\:mr-4 {
    margin-right: 1rem;
  }

  .sm-only\:mb-4 {
    margin-bottom: 1rem;
  }

  .sm-only\:ml-4 {
    margin-left: 1rem;
  }

  .sm-only\:mt-5 {
    margin-top: 5px;
  }

  .sm-only\:mr-5 {
    margin-right: 5px;
  }

  .sm-only\:mb-5 {
    margin-bottom: 5px;
  }

  .sm-only\:ml-5 {
    margin-left: 5px;
  }

  .sm-only\:mt-6 {
    margin-top: 1.5rem;
  }

  .sm-only\:mr-6 {
    margin-right: 1.5rem;
  }

  .sm-only\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .sm-only\:ml-6 {
    margin-left: 1.5rem;
  }

  .sm-only\:mt-8 {
    margin-top: 2rem;
  }

  .sm-only\:mr-8 {
    margin-right: 2rem;
  }

  .sm-only\:mb-8 {
    margin-bottom: 2rem;
  }

  .sm-only\:ml-8 {
    margin-left: 2rem;
  }

  .sm-only\:mt-10 {
    margin-top: 10px;
  }

  .sm-only\:mr-10 {
    margin-right: 10px;
  }

  .sm-only\:mb-10 {
    margin-bottom: 10px;
  }

  .sm-only\:ml-10 {
    margin-left: 10px;
  }

  .sm-only\:mt-15 {
    margin-top: 15px;
  }

  .sm-only\:mr-15 {
    margin-right: 15px;
  }

  .sm-only\:mb-15 {
    margin-bottom: 15px;
  }

  .sm-only\:ml-15 {
    margin-left: 15px;
  }

  .sm-only\:mt-20 {
    margin-top: 20px;
  }

  .sm-only\:mr-20 {
    margin-right: 20px;
  }

  .sm-only\:mb-20 {
    margin-bottom: 20px;
  }

  .sm-only\:ml-20 {
    margin-left: 20px;
  }

  .sm-only\:mt-25 {
    margin-top: 25px;
  }

  .sm-only\:mr-25 {
    margin-right: 25px;
  }

  .sm-only\:mb-25 {
    margin-bottom: 25px;
  }

  .sm-only\:ml-25 {
    margin-left: 25px;
  }

  .sm-only\:mt-30 {
    margin-top: 30px;
  }

  .sm-only\:mr-30 {
    margin-right: 30px;
  }

  .sm-only\:mb-30 {
    margin-bottom: 30px;
  }

  .sm-only\:ml-30 {
    margin-left: 30px;
  }

  .sm-only\:mt-35 {
    margin-top: 35px;
  }

  .sm-only\:mr-35 {
    margin-right: 35px;
  }

  .sm-only\:mb-35 {
    margin-bottom: 35px;
  }

  .sm-only\:ml-35 {
    margin-left: 35px;
  }

  .sm-only\:mt-40 {
    margin-top: 40px;
  }

  .sm-only\:mr-40 {
    margin-right: 40px;
  }

  .sm-only\:mb-40 {
    margin-bottom: 40px;
  }

  .sm-only\:ml-40 {
    margin-left: 40px;
  }

  .sm-only\:mt-45 {
    margin-top: 45px;
  }

  .sm-only\:mr-45 {
    margin-right: 45px;
  }

  .sm-only\:mb-45 {
    margin-bottom: 45px;
  }

  .sm-only\:ml-45 {
    margin-left: 45px;
  }

  .sm-only\:mt-50 {
    margin-top: 50px;
  }

  .sm-only\:mr-50 {
    margin-right: 50px;
  }

  .sm-only\:mb-50 {
    margin-bottom: 50px;
  }

  .sm-only\:ml-50 {
    margin-left: 50px;
  }

  .sm-only\:mt-55 {
    margin-top: 55px;
  }

  .sm-only\:mr-55 {
    margin-right: 55px;
  }

  .sm-only\:mb-55 {
    margin-bottom: 55px;
  }

  .sm-only\:ml-55 {
    margin-left: 55px;
  }

  .sm-only\:mt-60 {
    margin-top: 60px;
  }

  .sm-only\:mr-60 {
    margin-right: 60px;
  }

  .sm-only\:mb-60 {
    margin-bottom: 60px;
  }

  .sm-only\:ml-60 {
    margin-left: 60px;
  }

  .sm-only\:mt-auto {
    margin-top: auto;
  }

  .sm-only\:mr-auto {
    margin-right: auto;
  }

  .sm-only\:mb-auto {
    margin-bottom: auto;
  }

  .sm-only\:ml-auto {
    margin-left: auto;
  }

  .sm-only\:mt-px {
    margin-top: 1px;
  }

  .sm-only\:mr-px {
    margin-right: 1px;
  }

  .sm-only\:mb-px {
    margin-bottom: 1px;
  }

  .sm-only\:ml-px {
    margin-left: 1px;
  }

  .sm-only\:max-h-full {
    max-height: 100%;
  }

  .sm-only\:max-h-screen {
    max-height: 100vh;
  }

  .sm-only\:max-w-720 {
    max-width: 720px;
  }

  .sm-only\:max-w-1000 {
    max-width: 1000px;
  }

  .sm-only\:max-w-xs {
    max-width: 20rem;
  }

  .sm-only\:max-w-sm {
    max-width: 30rem;
  }

  .sm-only\:max-w-md {
    max-width: 40rem;
  }

  .sm-only\:max-w-lg {
    max-width: 50rem;
  }

  .sm-only\:max-w-xl {
    max-width: 60rem;
  }

  .sm-only\:max-w-2xl {
    max-width: 70rem;
  }

  .sm-only\:max-w-3xl {
    max-width: 80rem;
  }

  .sm-only\:max-w-4xl {
    max-width: 90rem;
  }

  .sm-only\:max-w-5xl {
    max-width: 100rem;
  }

  .sm-only\:max-w-full {
    max-width: 100%;
  }

  .sm-only\:min-h-0 {
    min-height: 0;
  }

  .sm-only\:min-h-full {
    min-height: 100%;
  }

  .sm-only\:min-h-screen {
    min-height: 100vh;
  }

  .sm-only\:min-w-full {
    min-width: 100%;
  }

  .sm-only\:-m-0 {
    margin: 0;
  }

  .sm-only\:-m-1 {
    margin: -0.25rem;
  }

  .sm-only\:-m-2 {
    margin: -0.5rem;
  }

  .sm-only\:-m-3 {
    margin: -0.75rem;
  }

  .sm-only\:-m-4 {
    margin: -1rem;
  }

  .sm-only\:-m-6 {
    margin: -1.5rem;
  }

  .sm-only\:-m-8 {
    margin: -2rem;
  }

  .sm-only\:-m-px {
    margin: -1px;
  }

  .sm-only\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm-only\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .sm-only\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm-only\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm-only\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm-only\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm-only\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm-only\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm-only\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm-only\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm-only\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm-only\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm-only\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm-only\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm-only\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm-only\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm-only\:-mt-0 {
    margin-top: 0;
  }

  .sm-only\:-mr-0 {
    margin-right: 0;
  }

  .sm-only\:-mb-0 {
    margin-bottom: 0;
  }

  .sm-only\:-ml-0 {
    margin-left: 0;
  }

  .sm-only\:-mt-1 {
    margin-top: -0.25rem;
  }

  .sm-only\:-mr-1 {
    margin-right: -0.25rem;
  }

  .sm-only\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .sm-only\:-ml-1 {
    margin-left: -0.25rem;
  }

  .sm-only\:-mt-2 {
    margin-top: -0.5rem;
  }

  .sm-only\:-mr-2 {
    margin-right: -0.5rem;
  }

  .sm-only\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .sm-only\:-ml-2 {
    margin-left: -0.5rem;
  }

  .sm-only\:-mt-3 {
    margin-top: -0.75rem;
  }

  .sm-only\:-mr-3 {
    margin-right: -0.75rem;
  }

  .sm-only\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .sm-only\:-ml-3 {
    margin-left: -0.75rem;
  }

  .sm-only\:-mt-4 {
    margin-top: -1rem;
  }

  .sm-only\:-mr-4 {
    margin-right: -1rem;
  }

  .sm-only\:-mb-4 {
    margin-bottom: -1rem;
  }

  .sm-only\:-ml-4 {
    margin-left: -1rem;
  }

  .sm-only\:-mt-6 {
    margin-top: -1.5rem;
  }

  .sm-only\:-mr-6 {
    margin-right: -1.5rem;
  }

  .sm-only\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .sm-only\:-ml-6 {
    margin-left: -1.5rem;
  }

  .sm-only\:-mt-8 {
    margin-top: -2rem;
  }

  .sm-only\:-mr-8 {
    margin-right: -2rem;
  }

  .sm-only\:-mb-8 {
    margin-bottom: -2rem;
  }

  .sm-only\:-ml-8 {
    margin-left: -2rem;
  }

  .sm-only\:-mt-px {
    margin-top: -1px;
  }

  .sm-only\:-mr-px {
    margin-right: -1px;
  }

  .sm-only\:-mb-px {
    margin-bottom: -1px;
  }

  .sm-only\:-ml-px {
    margin-left: -1px;
  }

  .sm-only\:opacity-0 {
    opacity: 0;
  }

  .sm-only\:opacity-25 {
    opacity: .25;
  }

  .sm-only\:opacity-50 {
    opacity: .5;
  }

  .sm-only\:opacity-75 {
    opacity: .75;
  }

  .sm-only\:opacity-100 {
    opacity: 1;
  }

  .sm-only\:overflow-auto {
    overflow: auto;
  }

  .sm-only\:overflow-hidden {
    overflow: hidden;
  }

  .sm-only\:overflow-visible {
    overflow: visible;
  }

  .sm-only\:overflow-scroll {
    overflow: scroll;
  }

  .sm-only\:overflow-x-scroll {
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .sm-only\:overflow-y-scroll {
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .sm-only\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .sm-only\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .sm-only\:p-0 {
    padding: 0;
  }

  .sm-only\:p-1 {
    padding: .25rem;
  }

  .sm-only\:p-2 {
    padding: 2px;
  }

  .sm-only\:p-3 {
    padding: .75rem;
  }

  .sm-only\:p-4 {
    padding: 1rem;
  }

  .sm-only\:p-5 {
    padding: 5px;
  }

  .sm-only\:p-6 {
    padding: 1.5rem;
  }

  .sm-only\:p-8 {
    padding: 2rem;
  }

  .sm-only\:p-10 {
    padding: 10px;
  }

  .sm-only\:p-15 {
    padding: 15px;
  }

  .sm-only\:p-20 {
    padding: 20px;
  }

  .sm-only\:p-25 {
    padding: 25px;
  }

  .sm-only\:p-30 {
    padding: 30px;
  }

  .sm-only\:p-35 {
    padding: 35px;
  }

  .sm-only\:p-40 {
    padding: 40px;
  }

  .sm-only\:p-45 {
    padding: 45px;
  }

  .sm-only\:p-50 {
    padding: 50px;
  }

  .sm-only\:p-55 {
    padding: 55px;
  }

  .sm-only\:p-60 {
    padding: 60px;
  }

  .sm-only\:p-65 {
    padding: 65px;
  }

  .sm-only\:p-70 {
    padding: 70px;
  }

  .sm-only\:p-75 {
    padding: 75px;
  }

  .sm-only\:p-100 {
    padding: 100px;
  }

  .sm-only\:p-340 {
    padding: 340px;
  }

  .sm-only\:p-px {
    padding: 1px;
  }

  .sm-only\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm-only\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .sm-only\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .sm-only\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .sm-only\:py-2 {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .sm-only\:px-2 {
    padding-left: 2px;
    padding-right: 2px;
  }

  .sm-only\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .sm-only\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .sm-only\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm-only\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm-only\:py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .sm-only\:px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .sm-only\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm-only\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm-only\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm-only\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm-only\:py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sm-only\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sm-only\:py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .sm-only\:px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sm-only\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sm-only\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sm-only\:py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .sm-only\:px-25 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .sm-only\:py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .sm-only\:px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .sm-only\:py-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .sm-only\:px-35 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .sm-only\:py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sm-only\:px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .sm-only\:py-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .sm-only\:px-45 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .sm-only\:py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .sm-only\:px-50 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .sm-only\:py-55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .sm-only\:px-55 {
    padding-left: 55px;
    padding-right: 55px;
  }

  .sm-only\:py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sm-only\:px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .sm-only\:py-65 {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .sm-only\:px-65 {
    padding-left: 65px;
    padding-right: 65px;
  }

  .sm-only\:py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .sm-only\:px-70 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .sm-only\:py-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .sm-only\:px-75 {
    padding-left: 75px;
    padding-right: 75px;
  }

  .sm-only\:py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .sm-only\:px-100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .sm-only\:py-340 {
    padding-top: 340px;
    padding-bottom: 340px;
  }

  .sm-only\:px-340 {
    padding-left: 340px;
    padding-right: 340px;
  }

  .sm-only\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm-only\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm-only\:pt-0 {
    padding-top: 0;
  }

  .sm-only\:pr-0 {
    padding-right: 0;
  }

  .sm-only\:pb-0 {
    padding-bottom: 0;
  }

  .sm-only\:pl-0 {
    padding-left: 0;
  }

  .sm-only\:pt-1 {
    padding-top: .25rem;
  }

  .sm-only\:pr-1 {
    padding-right: .25rem;
  }

  .sm-only\:pb-1 {
    padding-bottom: .25rem;
  }

  .sm-only\:pl-1 {
    padding-left: .25rem;
  }

  .sm-only\:pt-2 {
    padding-top: 2px;
  }

  .sm-only\:pr-2 {
    padding-right: 2px;
  }

  .sm-only\:pb-2 {
    padding-bottom: 2px;
  }

  .sm-only\:pl-2 {
    padding-left: 2px;
  }

  .sm-only\:pt-3 {
    padding-top: .75rem;
  }

  .sm-only\:pr-3 {
    padding-right: .75rem;
  }

  .sm-only\:pb-3 {
    padding-bottom: .75rem;
  }

  .sm-only\:pl-3 {
    padding-left: .75rem;
  }

  .sm-only\:pt-4 {
    padding-top: 1rem;
  }

  .sm-only\:pr-4 {
    padding-right: 1rem;
  }

  .sm-only\:pb-4 {
    padding-bottom: 1rem;
  }

  .sm-only\:pl-4 {
    padding-left: 1rem;
  }

  .sm-only\:pt-5 {
    padding-top: 5px;
  }

  .sm-only\:pr-5 {
    padding-right: 5px;
  }

  .sm-only\:pb-5 {
    padding-bottom: 5px;
  }

  .sm-only\:pl-5 {
    padding-left: 5px;
  }

  .sm-only\:pt-6 {
    padding-top: 1.5rem;
  }

  .sm-only\:pr-6 {
    padding-right: 1.5rem;
  }

  .sm-only\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .sm-only\:pl-6 {
    padding-left: 1.5rem;
  }

  .sm-only\:pt-8 {
    padding-top: 2rem;
  }

  .sm-only\:pr-8 {
    padding-right: 2rem;
  }

  .sm-only\:pb-8 {
    padding-bottom: 2rem;
  }

  .sm-only\:pl-8 {
    padding-left: 2rem;
  }

  .sm-only\:pt-10 {
    padding-top: 10px;
  }

  .sm-only\:pr-10 {
    padding-right: 10px;
  }

  .sm-only\:pb-10 {
    padding-bottom: 10px;
  }

  .sm-only\:pl-10 {
    padding-left: 10px;
  }

  .sm-only\:pt-15 {
    padding-top: 15px;
  }

  .sm-only\:pr-15 {
    padding-right: 15px;
  }

  .sm-only\:pb-15 {
    padding-bottom: 15px;
  }

  .sm-only\:pl-15 {
    padding-left: 15px;
  }

  .sm-only\:pt-20 {
    padding-top: 20px;
  }

  .sm-only\:pr-20 {
    padding-right: 20px;
  }

  .sm-only\:pb-20 {
    padding-bottom: 20px;
  }

  .sm-only\:pl-20 {
    padding-left: 20px;
  }

  .sm-only\:pt-25 {
    padding-top: 25px;
  }

  .sm-only\:pr-25 {
    padding-right: 25px;
  }

  .sm-only\:pb-25 {
    padding-bottom: 25px;
  }

  .sm-only\:pl-25 {
    padding-left: 25px;
  }

  .sm-only\:pt-30 {
    padding-top: 30px;
  }

  .sm-only\:pr-30 {
    padding-right: 30px;
  }

  .sm-only\:pb-30 {
    padding-bottom: 30px;
  }

  .sm-only\:pl-30 {
    padding-left: 30px;
  }

  .sm-only\:pt-35 {
    padding-top: 35px;
  }

  .sm-only\:pr-35 {
    padding-right: 35px;
  }

  .sm-only\:pb-35 {
    padding-bottom: 35px;
  }

  .sm-only\:pl-35 {
    padding-left: 35px;
  }

  .sm-only\:pt-40 {
    padding-top: 40px;
  }

  .sm-only\:pr-40 {
    padding-right: 40px;
  }

  .sm-only\:pb-40 {
    padding-bottom: 40px;
  }

  .sm-only\:pl-40 {
    padding-left: 40px;
  }

  .sm-only\:pt-45 {
    padding-top: 45px;
  }

  .sm-only\:pr-45 {
    padding-right: 45px;
  }

  .sm-only\:pb-45 {
    padding-bottom: 45px;
  }

  .sm-only\:pl-45 {
    padding-left: 45px;
  }

  .sm-only\:pt-50 {
    padding-top: 50px;
  }

  .sm-only\:pr-50 {
    padding-right: 50px;
  }

  .sm-only\:pb-50 {
    padding-bottom: 50px;
  }

  .sm-only\:pl-50 {
    padding-left: 50px;
  }

  .sm-only\:pt-55 {
    padding-top: 55px;
  }

  .sm-only\:pr-55 {
    padding-right: 55px;
  }

  .sm-only\:pb-55 {
    padding-bottom: 55px;
  }

  .sm-only\:pl-55 {
    padding-left: 55px;
  }

  .sm-only\:pt-60 {
    padding-top: 60px;
  }

  .sm-only\:pr-60 {
    padding-right: 60px;
  }

  .sm-only\:pb-60 {
    padding-bottom: 60px;
  }

  .sm-only\:pl-60 {
    padding-left: 60px;
  }

  .sm-only\:pt-65 {
    padding-top: 65px;
  }

  .sm-only\:pr-65 {
    padding-right: 65px;
  }

  .sm-only\:pb-65 {
    padding-bottom: 65px;
  }

  .sm-only\:pl-65 {
    padding-left: 65px;
  }

  .sm-only\:pt-70 {
    padding-top: 70px;
  }

  .sm-only\:pr-70 {
    padding-right: 70px;
  }

  .sm-only\:pb-70 {
    padding-bottom: 70px;
  }

  .sm-only\:pl-70 {
    padding-left: 70px;
  }

  .sm-only\:pt-75 {
    padding-top: 75px;
  }

  .sm-only\:pr-75 {
    padding-right: 75px;
  }

  .sm-only\:pb-75 {
    padding-bottom: 75px;
  }

  .sm-only\:pl-75 {
    padding-left: 75px;
  }

  .sm-only\:pt-100 {
    padding-top: 100px;
  }

  .sm-only\:pr-100 {
    padding-right: 100px;
  }

  .sm-only\:pb-100 {
    padding-bottom: 100px;
  }

  .sm-only\:pl-100 {
    padding-left: 100px;
  }

  .sm-only\:pt-340 {
    padding-top: 340px;
  }

  .sm-only\:pr-340 {
    padding-right: 340px;
  }

  .sm-only\:pb-340 {
    padding-bottom: 340px;
  }

  .sm-only\:pl-340 {
    padding-left: 340px;
  }

  .sm-only\:pt-px {
    padding-top: 1px;
  }

  .sm-only\:pr-px {
    padding-right: 1px;
  }

  .sm-only\:pb-px {
    padding-bottom: 1px;
  }

  .sm-only\:pl-px {
    padding-left: 1px;
  }

  .sm-only\:pointer-events-none {
    pointer-events: none;
  }

  .sm-only\:pointer-events-auto {
    pointer-events: auto;
  }

  .sm-only\:static {
    position: static;
  }

  .sm-only\:fixed {
    position: fixed;
  }

  .sm-only\:absolute {
    position: absolute;
  }

  .sm-only\:relative {
    position: relative;
  }

  .sm-only\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm-only\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm-only\:pin-y {
    top: 0;
    bottom: 0;
  }

  .sm-only\:pin-x {
    right: 0;
    left: 0;
  }

  .sm-only\:pin-t {
    top: 0;
  }

  .sm-only\:pin-r {
    right: 0;
  }

  .sm-only\:pin-b {
    bottom: 0;
  }

  .sm-only\:pin-l {
    left: 0;
  }

  .sm-only\:resize-none {
    resize: none;
  }

  .sm-only\:resize-y {
    resize: vertical;
  }

  .sm-only\:resize-x {
    resize: horizontal;
  }

  .sm-only\:resize {
    resize: both;
  }

  .sm-only\:shadow {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .sm-only\: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);
  }

  .sm-only\:shadow-lg {
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
            box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .sm-only\:shadow-inner {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .sm-only\:shadow-none {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .sm-only\:text-left {
    text-align: left;
  }

  .sm-only\:text-center {
    text-align: center;
  }

  .sm-only\:text-right {
    text-align: right;
  }

  .sm-only\:text-justify {
    text-align: justify;
  }

  .sm-only\:text-transparent {
    color: transparent;
  }

  .sm-only\:text-black {
    color: #000;
  }

  .sm-only\:text-white {
    color: #fff;
  }

  .sm-only\:text-white25 {
    color: rgba(255, 255, 255, .25);
  }

  .sm-only\:text-primary-magenta {
    color: #ed2f62;
  }

  .sm-only\:text-primary-orange {
    color: #f26d06;
  }

  .sm-only\:text-primary-yellow {
    color: #fec350;
  }

  .sm-only\:text-primary-teal {
    color: #00a4b3;
  }

  .sm-only\:text-primary-dark-gray {
    color: #1f1f1f;
  }

  .sm-only\:text-primary-neutral-gray {
    color: #7f8784;
  }

  .sm-only\:text-primary-light-gray {
    color: #cacaca;
  }

  .sm-only\:text-secondary-dark-magenta {
    color: #b31a44;
  }

  .sm-only\:text-secondary-dark-orange {
    color: #e04d06;
  }

  .sm-only\:text-secondary-dark-yellow {
    color: #c0891b;
  }

  .sm-only\:text-secondary-dark-teal {
    color: #027286;
  }

  .sm-only\:text-secondary-bright-green {
    color: #8fe986;
  }

  .sm-only\:text-secondary-bright-purple {
    color: #bd86ed;
  }

  .sm-only\:text-secondary-light-pink {
    color: #ed86a9;
  }

  .sm-only\:text-nav-text-inactive {
    color: #e8bbc7;
  }

  .sm-only\:text-grey-darkest {
    color: #3d4852;
  }

  .sm-only\:text-grey-darker {
    color: #606f7b;
  }

  .sm-only\:text-grey-dark {
    color: #8795a1;
  }

  .sm-only\:text-grey {
    color: #b8c2cc;
  }

  .sm-only\:text-grey-light {
    color: #dae1e7;
  }

  .sm-only\:text-grey-lighter {
    color: #f1f5f8;
  }

  .sm-only\:text-grey-lightest {
    color: #f8fafc;
  }

  .sm-only\:hover\:text-transparent:hover {
    color: transparent;
  }

  .sm-only\:hover\:text-black:hover {
    color: #000;
  }

  .sm-only\:hover\:text-white:hover {
    color: #fff;
  }

  .sm-only\:hover\:text-white25:hover {
    color: rgba(255, 255, 255, .25);
  }

  .sm-only\:hover\:text-primary-magenta:hover {
    color: #ed2f62;
  }

  .sm-only\:hover\:text-primary-orange:hover {
    color: #f26d06;
  }

  .sm-only\:hover\:text-primary-yellow:hover {
    color: #fec350;
  }

  .sm-only\:hover\:text-primary-teal:hover {
    color: #00a4b3;
  }

  .sm-only\:hover\:text-primary-dark-gray:hover {
    color: #1f1f1f;
  }

  .sm-only\:hover\:text-primary-neutral-gray:hover {
    color: #7f8784;
  }

  .sm-only\:hover\:text-primary-light-gray:hover {
    color: #cacaca;
  }

  .sm-only\:hover\:text-secondary-dark-magenta:hover {
    color: #b31a44;
  }

  .sm-only\:hover\:text-secondary-dark-orange:hover {
    color: #e04d06;
  }

  .sm-only\:hover\:text-secondary-dark-yellow:hover {
    color: #c0891b;
  }

  .sm-only\:hover\:text-secondary-dark-teal:hover {
    color: #027286;
  }

  .sm-only\:hover\:text-secondary-bright-green:hover {
    color: #8fe986;
  }

  .sm-only\:hover\:text-secondary-bright-purple:hover {
    color: #bd86ed;
  }

  .sm-only\:hover\:text-secondary-light-pink:hover {
    color: #ed86a9;
  }

  .sm-only\:hover\:text-nav-text-inactive:hover {
    color: #e8bbc7;
  }

  .sm-only\:hover\:text-grey-darkest:hover {
    color: #3d4852;
  }

  .sm-only\:hover\:text-grey-darker:hover {
    color: #606f7b;
  }

  .sm-only\:hover\:text-grey-dark:hover {
    color: #8795a1;
  }

  .sm-only\:hover\:text-grey:hover {
    color: #b8c2cc;
  }

  .sm-only\:hover\:text-grey-light:hover {
    color: #dae1e7;
  }

  .sm-only\:hover\:text-grey-lighter:hover {
    color: #f1f5f8;
  }

  .sm-only\:hover\:text-grey-lightest:hover {
    color: #f8fafc;
  }

  .sm-only\:text-11 {
    font-size: 11px;
  }

  .sm-only\:text-13 {
    font-size: 13px;
  }

  .sm-only\:text-14 {
    font-size: 14px;
  }

  .sm-only\:text-15 {
    font-size: 15px;
  }

  .sm-only\:text-16 {
    font-size: 16px;
  }

  .sm-only\:text-18 {
    font-size: 18px;
  }

  .sm-only\:text-22 {
    font-size: 22px;
  }

  .sm-only\:text-24 {
    font-size: 24px;
  }

  .sm-only\:text-30 {
    font-size: 30px;
  }

  .sm-only\:text-32 {
    font-size: 32px;
  }

  .sm-only\:text-48 {
    font-size: 48px;
  }

  .sm-only\:italic {
    font-style: italic;
  }

  .sm-only\:roman {
    font-style: normal;
  }

  .sm-only\:uppercase {
    text-transform: uppercase;
  }

  .sm-only\:lowercase {
    text-transform: lowercase;
  }

  .sm-only\:capitalize {
    text-transform: capitalize;
  }

  .sm-only\:normal-case {
    text-transform: none;
  }

  .sm-only\:underline {
    text-decoration: underline;
  }

  .sm-only\:line-through {
    text-decoration: line-through;
  }

  .sm-only\:no-underline {
    text-decoration: none;
  }

  .sm-only\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm-only\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm-only\:hover\:italic:hover {
    font-style: italic;
  }

  .sm-only\:hover\:roman:hover {
    font-style: normal;
  }

  .sm-only\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .sm-only\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .sm-only\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .sm-only\:hover\:normal-case:hover {
    text-transform: none;
  }

  .sm-only\:hover\:underline:hover {
    text-decoration: underline;
  }

  .sm-only\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .sm-only\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .sm-only\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm-only\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm-only\:tracking-2 {
    letter-spacing: 2px;
  }

  .sm-only\:tracking-4 {
    letter-spacing: 4px;
  }

  .sm-only\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .sm-only\:tracking-normal {
    letter-spacing: 0;
  }

  .sm-only\:tracking-wide {
    letter-spacing: .05em;
  }

  .sm-only\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .sm-only\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .sm-only\:align-baseline {
    vertical-align: baseline;
  }

  .sm-only\:align-top {
    vertical-align: top;
  }

  .sm-only\:align-middle {
    vertical-align: middle;
  }

  .sm-only\:align-bottom {
    vertical-align: bottom;
  }

  .sm-only\:align-text-top {
    vertical-align: text-top;
  }

  .sm-only\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .sm-only\:visible {
    visibility: visible;
  }

  .sm-only\:invisible {
    visibility: hidden;
  }

  .sm-only\:whitespace-normal {
    white-space: normal;
  }

  .sm-only\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .sm-only\:whitespace-pre {
    white-space: pre;
  }

  .sm-only\:whitespace-pre-line {
    white-space: pre-line;
  }

  .sm-only\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .sm-only\:break-words {
    word-wrap: break-word;
  }

  .sm-only\:break-normal {
    word-wrap: normal;
  }

  .sm-only\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm-only\:w-1 {
    width: .25rem;
  }

  .sm-only\:w-2 {
    width: .5rem;
  }

  .sm-only\:w-3 {
    width: .75rem;
  }

  .sm-only\:w-4 {
    width: 1rem;
  }

  .sm-only\:w-6 {
    width: 1.5rem;
  }

  .sm-only\:w-8 {
    width: 2rem;
  }

  .sm-only\:w-10 {
    width: 2.5rem;
  }

  .sm-only\:w-12 {
    width: 3rem;
  }

  .sm-only\:w-16 {
    width: 4rem;
  }

  .sm-only\:w-24 {
    width: 6rem;
  }

  .sm-only\:w-32 {
    width: 8rem;
  }

  .sm-only\:w-48 {
    width: 12rem;
  }

  .sm-only\:w-64 {
    width: 16rem;
  }

  .sm-only\:w-205 {
    width: 205px;
  }

  .sm-only\:w-215 {
    width: 215px;
  }

  .sm-only\:w-240 {
    width: 240px;
  }

  .sm-only\:w-415 {
    width: 415px;
  }

  .sm-only\:w-auto {
    width: auto;
  }

  .sm-only\:w-px {
    width: 1px;
  }

  .sm-only\:w-1\/2 {
    width: 50%;
  }

  .sm-only\:w-1\/3 {
    width: 33.33333%;
  }

  .sm-only\:w-2\/3 {
    width: 66.66667%;
  }

  .sm-only\:w-1\/4 {
    width: 25%;
  }

  .sm-only\:w-3\/4 {
    width: 75%;
  }

  .sm-only\:w-1\/5 {
    width: 20%;
  }

  .sm-only\:w-2\/5 {
    width: 40%;
  }

  .sm-only\:w-3\/5 {
    width: 60%;
  }

  .sm-only\:w-4\/5 {
    width: 80%;
  }

  .sm-only\:w-1\/6 {
    width: 16.66667%;
  }

  .sm-only\:w-5\/6 {
    width: 83.33333%;
  }

  .sm-only\:w-full {
    width: 100%;
  }

  .sm-only\:w-screen {
    width: 100vw;
  }

  .sm-only\:z-0 {
    z-index: 0;
  }

  .sm-only\:z-10 {
    z-index: 10;
  }

  .sm-only\:z-20 {
    z-index: 20;
  }

  .sm-only\:z-30 {
    z-index: 30;
  }

  .sm-only\:z-40 {
    z-index: 40;
  }

  .sm-only\:z-50 {
    z-index: 50;
  }

  .sm-only\:z-auto {
    z-index: auto;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .md-only\:list-reset {
    list-style: none;
    padding: 0;
  }

  .md-only\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md-only\:bg-fixed {
    background-attachment: fixed;
  }

  .md-only\:bg-local {
    background-attachment: local;
  }

  .md-only\:bg-scroll {
    background-attachment: scroll;
  }

  .md-only\:bg-transparent {
    background-color: transparent;
  }

  .md-only\:bg-black {
    background-color: #000;
  }

  .md-only\:bg-white {
    background-color: #fff;
  }

  .md-only\:bg-white25 {
    background-color: rgba(255, 255, 255, .25);
  }

  .md-only\:bg-primary-magenta {
    background-color: #ed2f62;
  }

  .md-only\:bg-primary-orange {
    background-color: #f26d06;
  }

  .md-only\:bg-primary-yellow {
    background-color: #fec350;
  }

  .md-only\:bg-primary-teal {
    background-color: #00a4b3;
  }

  .md-only\:bg-primary-dark-gray {
    background-color: #1f1f1f;
  }

  .md-only\:bg-primary-neutral-gray {
    background-color: #7f8784;
  }

  .md-only\:bg-primary-light-gray {
    background-color: #cacaca;
  }

  .md-only\:bg-secondary-dark-magenta {
    background-color: #b31a44;
  }

  .md-only\:bg-secondary-dark-orange {
    background-color: #e04d06;
  }

  .md-only\:bg-secondary-dark-yellow {
    background-color: #c0891b;
  }

  .md-only\:bg-secondary-dark-teal {
    background-color: #027286;
  }

  .md-only\:bg-secondary-bright-green {
    background-color: #8fe986;
  }

  .md-only\:bg-secondary-bright-purple {
    background-color: #bd86ed;
  }

  .md-only\:bg-secondary-light-pink {
    background-color: #ed86a9;
  }

  .md-only\:bg-nav-text-inactive {
    background-color: #e8bbc7;
  }

  .md-only\:bg-grey-darkest {
    background-color: #3d4852;
  }

  .md-only\:bg-grey-darker {
    background-color: #606f7b;
  }

  .md-only\:bg-grey-dark {
    background-color: #8795a1;
  }

  .md-only\:bg-grey {
    background-color: #b8c2cc;
  }

  .md-only\:bg-grey-light {
    background-color: #dae1e7;
  }

  .md-only\:bg-grey-lighter {
    background-color: #f1f5f8;
  }

  .md-only\:bg-grey-lightest {
    background-color: #f8fafc;
  }

  .md-only\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .md-only\:hover\:bg-black:hover {
    background-color: #000;
  }

  .md-only\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .md-only\:hover\:bg-white25:hover {
    background-color: rgba(255, 255, 255, .25);
  }

  .md-only\:hover\:bg-primary-magenta:hover {
    background-color: #ed2f62;
  }

  .md-only\:hover\:bg-primary-orange:hover {
    background-color: #f26d06;
  }

  .md-only\:hover\:bg-primary-yellow:hover {
    background-color: #fec350;
  }

  .md-only\:hover\:bg-primary-teal:hover {
    background-color: #00a4b3;
  }

  .md-only\:hover\:bg-primary-dark-gray:hover {
    background-color: #1f1f1f;
  }

  .md-only\:hover\:bg-primary-neutral-gray:hover {
    background-color: #7f8784;
  }

  .md-only\:hover\:bg-primary-light-gray:hover {
    background-color: #cacaca;
  }

  .md-only\:hover\:bg-secondary-dark-magenta:hover {
    background-color: #b31a44;
  }

  .md-only\:hover\:bg-secondary-dark-orange:hover {
    background-color: #e04d06;
  }

  .md-only\:hover\:bg-secondary-dark-yellow:hover {
    background-color: #c0891b;
  }

  .md-only\:hover\:bg-secondary-dark-teal:hover {
    background-color: #027286;
  }

  .md-only\:hover\:bg-secondary-bright-green:hover {
    background-color: #8fe986;
  }

  .md-only\:hover\:bg-secondary-bright-purple:hover {
    background-color: #bd86ed;
  }

  .md-only\:hover\:bg-secondary-light-pink:hover {
    background-color: #ed86a9;
  }

  .md-only\:hover\:bg-nav-text-inactive:hover {
    background-color: #e8bbc7;
  }

  .md-only\:hover\:bg-grey-darkest:hover {
    background-color: #3d4852;
  }

  .md-only\:hover\:bg-grey-darker:hover {
    background-color: #606f7b;
  }

  .md-only\:hover\:bg-grey-dark:hover {
    background-color: #8795a1;
  }

  .md-only\:hover\:bg-grey:hover {
    background-color: #b8c2cc;
  }

  .md-only\:hover\:bg-grey-light:hover {
    background-color: #dae1e7;
  }

  .md-only\:hover\:bg-grey-lighter:hover {
    background-color: #f1f5f8;
  }

  .md-only\:hover\:bg-grey-lightest:hover {
    background-color: #f8fafc;
  }

  .md-only\:bg-bottom {
    background-position: bottom;
  }

  .md-only\:bg-center {
    background-position: center;
  }

  .md-only\:bg-left {
    background-position: left;
  }

  .md-only\:bg-left-bottom {
    background-position: left bottom;
  }

  .md-only\:bg-left-top {
    background-position: left top;
  }

  .md-only\:bg-right {
    background-position: right;
  }

  .md-only\:bg-right-bottom {
    background-position: right bottom;
  }

  .md-only\:bg-right-top {
    background-position: right top;
  }

  .md-only\:bg-top {
    background-position: top;
  }

  .md-only\:bg-repeat {
    background-repeat: repeat;
  }

  .md-only\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .md-only\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .md-only\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .md-only\:bg-cover {
    background-size: cover;
  }

  .md-only\:bg-contain {
    background-size: contain;
  }

  .md-only\:border-transparent {
    border-color: transparent;
  }

  .md-only\:border-black {
    border-color: #000;
  }

  .md-only\:border-white {
    border-color: #fff;
  }

  .md-only\:border-white25 {
    border-color: rgba(255, 255, 255, .25);
  }

  .md-only\:border-primary-magenta {
    border-color: #ed2f62;
  }

  .md-only\:border-primary-orange {
    border-color: #f26d06;
  }

  .md-only\:border-primary-yellow {
    border-color: #fec350;
  }

  .md-only\:border-primary-teal {
    border-color: #00a4b3;
  }

  .md-only\:border-primary-dark-gray {
    border-color: #1f1f1f;
  }

  .md-only\:border-primary-neutral-gray {
    border-color: #7f8784;
  }

  .md-only\:border-primary-light-gray {
    border-color: #cacaca;
  }

  .md-only\:border-secondary-dark-magenta {
    border-color: #b31a44;
  }

  .md-only\:border-secondary-dark-orange {
    border-color: #e04d06;
  }

  .md-only\:border-secondary-dark-yellow {
    border-color: #c0891b;
  }

  .md-only\:border-secondary-dark-teal {
    border-color: #027286;
  }

  .md-only\:border-secondary-bright-green {
    border-color: #8fe986;
  }

  .md-only\:border-secondary-bright-purple {
    border-color: #bd86ed;
  }

  .md-only\:border-secondary-light-pink {
    border-color: #ed86a9;
  }

  .md-only\:border-nav-text-inactive {
    border-color: #e8bbc7;
  }

  .md-only\:border-grey-darkest {
    border-color: #3d4852;
  }

  .md-only\:border-grey-darker {
    border-color: #606f7b;
  }

  .md-only\:border-grey-dark {
    border-color: #8795a1;
  }

  .md-only\:border-grey {
    border-color: #b8c2cc;
  }

  .md-only\:border-grey-light {
    border-color: #dae1e7;
  }

  .md-only\:border-grey-lighter {
    border-color: #f1f5f8;
  }

  .md-only\:border-grey-lightest {
    border-color: #f8fafc;
  }

  .md-only\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .md-only\:hover\:border-black:hover {
    border-color: #000;
  }

  .md-only\:hover\:border-white:hover {
    border-color: #fff;
  }

  .md-only\:hover\:border-white25:hover {
    border-color: rgba(255, 255, 255, .25);
  }

  .md-only\:hover\:border-primary-magenta:hover {
    border-color: #ed2f62;
  }

  .md-only\:hover\:border-primary-orange:hover {
    border-color: #f26d06;
  }

  .md-only\:hover\:border-primary-yellow:hover {
    border-color: #fec350;
  }

  .md-only\:hover\:border-primary-teal:hover {
    border-color: #00a4b3;
  }

  .md-only\:hover\:border-primary-dark-gray:hover {
    border-color: #1f1f1f;
  }

  .md-only\:hover\:border-primary-neutral-gray:hover {
    border-color: #7f8784;
  }

  .md-only\:hover\:border-primary-light-gray:hover {
    border-color: #cacaca;
  }

  .md-only\:hover\:border-secondary-dark-magenta:hover {
    border-color: #b31a44;
  }

  .md-only\:hover\:border-secondary-dark-orange:hover {
    border-color: #e04d06;
  }

  .md-only\:hover\:border-secondary-dark-yellow:hover {
    border-color: #c0891b;
  }

  .md-only\:hover\:border-secondary-dark-teal:hover {
    border-color: #027286;
  }

  .md-only\:hover\:border-secondary-bright-green:hover {
    border-color: #8fe986;
  }

  .md-only\:hover\:border-secondary-bright-purple:hover {
    border-color: #bd86ed;
  }

  .md-only\:hover\:border-secondary-light-pink:hover {
    border-color: #ed86a9;
  }

  .md-only\:hover\:border-nav-text-inactive:hover {
    border-color: #e8bbc7;
  }

  .md-only\:hover\:border-grey-darkest:hover {
    border-color: #3d4852;
  }

  .md-only\:hover\:border-grey-darker:hover {
    border-color: #606f7b;
  }

  .md-only\:hover\:border-grey-dark:hover {
    border-color: #8795a1;
  }

  .md-only\:hover\:border-grey:hover {
    border-color: #b8c2cc;
  }

  .md-only\:hover\:border-grey-light:hover {
    border-color: #dae1e7;
  }

  .md-only\:hover\:border-grey-lighter:hover {
    border-color: #f1f5f8;
  }

  .md-only\:hover\:border-grey-lightest:hover {
    border-color: #f8fafc;
  }

  .md-only\:rounded-5 {
    border-radius: 5px;
  }

  .md-only\:rounded-none {
    border-radius: 0;
  }

  .md-only\:rounded-sm {
    border-radius: .125rem;
  }

  .md-only\:rounded {
    border-radius: .25rem;
  }

  .md-only\:rounded-lg {
    border-radius: .5rem;
  }

  .md-only\:rounded-full {
    border-radius: 9999px;
  }

  .md-only\:rounded-t-5 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .md-only\:rounded-r-5 {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .md-only\:rounded-b-5 {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .md-only\:rounded-l-5 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .md-only\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .md-only\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .md-only\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md-only\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md-only\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .md-only\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .md-only\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .md-only\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .md-only\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .md-only\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .md-only\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .md-only\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .md-only\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .md-only\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .md-only\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .md-only\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .md-only\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md-only\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md-only\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md-only\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md-only\:rounded-tl-5 {
    border-top-left-radius: 5px;
  }

  .md-only\:rounded-tr-5 {
    border-top-right-radius: 5px;
  }

  .md-only\:rounded-br-5 {
    border-bottom-right-radius: 5px;
  }

  .md-only\:rounded-bl-5 {
    border-bottom-left-radius: 5px;
  }

  .md-only\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .md-only\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .md-only\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .md-only\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .md-only\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .md-only\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .md-only\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .md-only\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .md-only\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .md-only\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .md-only\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .md-only\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .md-only\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .md-only\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .md-only\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .md-only\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .md-only\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .md-only\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .md-only\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .md-only\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .md-only\:border-solid {
    border-style: solid;
  }

  .md-only\:border-dashed {
    border-style: dashed;
  }

  .md-only\:border-dotted {
    border-style: dotted;
  }

  .md-only\:border-none {
    border-style: none;
  }

  .md-only\:border-0 {
    border-width: 0;
  }

  .md-only\:border-2 {
    border-width: 2px;
  }

  .md-only\:border-4 {
    border-width: 4px;
  }

  .md-only\:border-8 {
    border-width: 8px;
  }

  .md-only\:border {
    border-width: 1px;
  }

  .md-only\:border-t-0 {
    border-top-width: 0;
  }

  .md-only\:border-r-0 {
    border-right-width: 0;
  }

  .md-only\:border-b-0 {
    border-bottom-width: 0;
  }

  .md-only\:border-l-0 {
    border-left-width: 0;
  }

  .md-only\:border-t-2 {
    border-top-width: 2px;
  }

  .md-only\:border-r-2 {
    border-right-width: 2px;
  }

  .md-only\:border-b-2 {
    border-bottom-width: 2px;
  }

  .md-only\:border-l-2 {
    border-left-width: 2px;
  }

  .md-only\:border-t-4 {
    border-top-width: 4px;
  }

  .md-only\:border-r-4 {
    border-right-width: 4px;
  }

  .md-only\:border-b-4 {
    border-bottom-width: 4px;
  }

  .md-only\:border-l-4 {
    border-left-width: 4px;
  }

  .md-only\:border-t-8 {
    border-top-width: 8px;
  }

  .md-only\:border-r-8 {
    border-right-width: 8px;
  }

  .md-only\:border-b-8 {
    border-bottom-width: 8px;
  }

  .md-only\:border-l-8 {
    border-left-width: 8px;
  }

  .md-only\:border-t {
    border-top-width: 1px;
  }

  .md-only\:border-r {
    border-right-width: 1px;
  }

  .md-only\:border-b {
    border-bottom-width: 1px;
  }

  .md-only\:border-l {
    border-left-width: 1px;
  }

  .md-only\:cursor-auto {
    cursor: auto;
  }

  .md-only\:cursor-default {
    cursor: default;
  }

  .md-only\:cursor-pointer {
    cursor: pointer;
  }

  .md-only\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .md-only\:block {
    display: block;
  }

  .md-only\:inline-block {
    display: inline-block;
  }

  .md-only\:inline {
    display: inline;
  }

  .md-only\:table {
    display: table;
  }

  .md-only\:table-row {
    display: table-row;
  }

  .md-only\:table-cell {
    display: table-cell;
  }

  .md-only\:hidden {
    display: none;
  }

  .md-only\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .md-only\:inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .md-only\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .md-only\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .md-only\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .md-only\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .md-only\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .md-only\:flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

  .md-only\:flex-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .md-only\:items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .md-only\:items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .md-only\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .md-only\:items-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  .md-only\:items-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .md-only\:self-auto {
    -ms-flex-item-align: auto;
        align-self: auto;
  }

  .md-only\:self-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .md-only\:self-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .md-only\:self-center {
    -ms-flex-item-align: center;
        align-self: center;
  }

  .md-only\:self-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }

  .md-only\:justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .md-only\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .md-only\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .md-only\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .md-only\:justify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .md-only\:content-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }

  .md-only\:content-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }

  .md-only\:content-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }

  .md-only\:content-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }

  .md-only\:content-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }

  .md-only\:flex-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .md-only\:flex-auto {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }

  .md-only\:flex-initial {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }

  .md-only\:flex-none {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .md-only\:flex-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .md-only\:flex-shrink {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .md-only\:flex-no-grow {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .md-only\:flex-no-shrink {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .md-only\:float-right {
    float: right;
  }

  .md-only\:float-left {
    float: left;
  }

  .md-only\:float-none {
    float: none;
  }

  .md-only\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .md-only\:font-sans {
    font-family: ProximaNova-Regular, sans-serif;
  }

  .md-only\:font-sans-bold {
    font-family: ProximaNova-Bold, sans-serif;
  }

  .md-only\:font-sans-black {
    font-family: ProximaNova-Black, sans-serif;
  }

  .md-only\:font-sans-italic {
    font-family: ProximaNova-RegularIt, sans-serif;
  }

  .md-only\:font-serif {
    font-family: Merriweather, serif;
  }

  .md-only\:font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .md-only\:font-hairline {
    font-weight: 100;
  }

  .md-only\:font-thin {
    font-weight: 200;
  }

  .md-only\:font-light {
    font-weight: 300;
  }

  .md-only\:font-normal {
    font-weight: 400;
  }

  .md-only\:font-medium {
    font-weight: 500;
  }

  .md-only\:font-semibold {
    font-weight: 600;
  }

  .md-only\:font-bold {
    font-weight: 700;
  }

  .md-only\:font-extrabold {
    font-weight: 800;
  }

  .md-only\:font-black {
    font-weight: 900;
  }

  .md-only\:hover\:font-hairline:hover {
    font-weight: 100;
  }

  .md-only\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .md-only\:hover\:font-light:hover {
    font-weight: 300;
  }

  .md-only\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .md-only\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .md-only\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .md-only\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .md-only\:hover\:font-extrabold:hover {
    font-weight: 800;
  }

  .md-only\:hover\:font-black:hover {
    font-weight: 900;
  }

  .md-only\:h-1 {
    height: .25rem;
  }

  .md-only\:h-2 {
    height: .5rem;
  }

  .md-only\:h-3 {
    height: .75rem;
  }

  .md-only\:h-4 {
    height: 1rem;
  }

  .md-only\:h-6 {
    height: 1.5rem;
  }

  .md-only\:h-8 {
    height: 2rem;
  }

  .md-only\:h-10 {
    height: 2.5rem;
  }

  .md-only\:h-12 {
    height: 3rem;
  }

  .md-only\:h-16 {
    height: 4rem;
  }

  .md-only\:h-24 {
    height: 6rem;
  }

  .md-only\:h-32 {
    height: 8rem;
  }

  .md-only\:h-48 {
    height: 12rem;
  }

  .md-only\:h-50 {
    height: 50px;
  }

  .md-only\:h-64 {
    height: 16rem;
  }

  .md-only\:h-auto {
    height: auto;
  }

  .md-only\:h-px {
    height: 1px;
  }

  .md-only\:h-full {
    height: 100%;
  }

  .md-only\:h-screen {
    height: 100vh;
  }

  .md-only\:leading-18 {
    line-height: 18px;
  }

  .md-only\:leading-21 {
    line-height: 21px;
  }

  .md-only\:leading-22 {
    line-height: 22px;
  }

  .md-only\:leading-29 {
    line-height: 29px;
  }

  .md-only\:leading-30 {
    line-height: 30px;
  }

  .md-only\:leading-36 {
    line-height: 36px;
  }

  .md-only\:leading-42 {
    line-height: 42px;
  }

  .md-only\:leading-58 {
    line-height: 58px;
  }

  .md-only\:leading-none {
    line-height: 1;
  }

  .md-only\:leading-tight {
    line-height: 1.25;
  }

  .md-only\:leading-normal {
    line-height: 1.5;
  }

  .md-only\:leading-loose {
    line-height: 2;
  }

  .md-only\:m-0 {
    margin: 0;
  }

  .md-only\:m-1 {
    margin: .25rem;
  }

  .md-only\:m-2 {
    margin: .5rem;
  }

  .md-only\:m-3 {
    margin: .75rem;
  }

  .md-only\:m-4 {
    margin: 1rem;
  }

  .md-only\:m-5 {
    margin: 5px;
  }

  .md-only\:m-6 {
    margin: 1.5rem;
  }

  .md-only\:m-8 {
    margin: 2rem;
  }

  .md-only\:m-10 {
    margin: 10px;
  }

  .md-only\:m-15 {
    margin: 15px;
  }

  .md-only\:m-20 {
    margin: 20px;
  }

  .md-only\:m-25 {
    margin: 25px;
  }

  .md-only\:m-30 {
    margin: 30px;
  }

  .md-only\:m-35 {
    margin: 35px;
  }

  .md-only\:m-40 {
    margin: 40px;
  }

  .md-only\:m-45 {
    margin: 45px;
  }

  .md-only\:m-50 {
    margin: 50px;
  }

  .md-only\:m-55 {
    margin: 55px;
  }

  .md-only\:m-60 {
    margin: 60px;
  }

  .md-only\:m-auto {
    margin: auto;
  }

  .md-only\:m-px {
    margin: 1px;
  }

  .md-only\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md-only\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md-only\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .md-only\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .md-only\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .md-only\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .md-only\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .md-only\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .md-only\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md-only\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md-only\:my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .md-only\:mx-5 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .md-only\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md-only\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md-only\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md-only\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md-only\:my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .md-only\:mx-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .md-only\:my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .md-only\:mx-15 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .md-only\:my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .md-only\:mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .md-only\:my-25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .md-only\:mx-25 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .md-only\:my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .md-only\:mx-30 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .md-only\:my-35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .md-only\:mx-35 {
    margin-left: 35px;
    margin-right: 35px;
  }

  .md-only\:my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .md-only\:mx-40 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .md-only\:my-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .md-only\:mx-45 {
    margin-left: 45px;
    margin-right: 45px;
  }

  .md-only\:my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .md-only\:mx-50 {
    margin-left: 50px;
    margin-right: 50px;
  }

  .md-only\:my-55 {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .md-only\:mx-55 {
    margin-left: 55px;
    margin-right: 55px;
  }

  .md-only\:my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .md-only\:mx-60 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .md-only\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md-only\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md-only\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md-only\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md-only\:mt-0 {
    margin-top: 0;
  }

  .md-only\:mr-0 {
    margin-right: 0;
  }

  .md-only\:mb-0 {
    margin-bottom: 0;
  }

  .md-only\:ml-0 {
    margin-left: 0;
  }

  .md-only\:mt-1 {
    margin-top: .25rem;
  }

  .md-only\:mr-1 {
    margin-right: .25rem;
  }

  .md-only\:mb-1 {
    margin-bottom: .25rem;
  }

  .md-only\:ml-1 {
    margin-left: .25rem;
  }

  .md-only\:mt-2 {
    margin-top: .5rem;
  }

  .md-only\:mr-2 {
    margin-right: .5rem;
  }

  .md-only\:mb-2 {
    margin-bottom: .5rem;
  }

  .md-only\:ml-2 {
    margin-left: .5rem;
  }

  .md-only\:mt-3 {
    margin-top: .75rem;
  }

  .md-only\:mr-3 {
    margin-right: .75rem;
  }

  .md-only\:mb-3 {
    margin-bottom: .75rem;
  }

  .md-only\:ml-3 {
    margin-left: .75rem;
  }

  .md-only\:mt-4 {
    margin-top: 1rem;
  }

  .md-only\:mr-4 {
    margin-right: 1rem;
  }

  .md-only\:mb-4 {
    margin-bottom: 1rem;
  }

  .md-only\:ml-4 {
    margin-left: 1rem;
  }

  .md-only\:mt-5 {
    margin-top: 5px;
  }

  .md-only\:mr-5 {
    margin-right: 5px;
  }

  .md-only\:mb-5 {
    margin-bottom: 5px;
  }

  .md-only\:ml-5 {
    margin-left: 5px;
  }

  .md-only\:mt-6 {
    margin-top: 1.5rem;
  }

  .md-only\:mr-6 {
    margin-right: 1.5rem;
  }

  .md-only\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md-only\:ml-6 {
    margin-left: 1.5rem;
  }

  .md-only\:mt-8 {
    margin-top: 2rem;
  }

  .md-only\:mr-8 {
    margin-right: 2rem;
  }

  .md-only\:mb-8 {
    margin-bottom: 2rem;
  }

  .md-only\:ml-8 {
    margin-left: 2rem;
  }

  .md-only\:mt-10 {
    margin-top: 10px;
  }

  .md-only\:mr-10 {
    margin-right: 10px;
  }

  .md-only\:mb-10 {
    margin-bottom: 10px;
  }

  .md-only\:ml-10 {
    margin-left: 10px;
  }

  .md-only\:mt-15 {
    margin-top: 15px;
  }

  .md-only\:mr-15 {
    margin-right: 15px;
  }

  .md-only\:mb-15 {
    margin-bottom: 15px;
  }

  .md-only\:ml-15 {
    margin-left: 15px;
  }

  .md-only\:mt-20 {
    margin-top: 20px;
  }

  .md-only\:mr-20 {
    margin-right: 20px;
  }

  .md-only\:mb-20 {
    margin-bottom: 20px;
  }

  .md-only\:ml-20 {
    margin-left: 20px;
  }

  .md-only\:mt-25 {
    margin-top: 25px;
  }

  .md-only\:mr-25 {
    margin-right: 25px;
  }

  .md-only\:mb-25 {
    margin-bottom: 25px;
  }

  .md-only\:ml-25 {
    margin-left: 25px;
  }

  .md-only\:mt-30 {
    margin-top: 30px;
  }

  .md-only\:mr-30 {
    margin-right: 30px;
  }

  .md-only\:mb-30 {
    margin-bottom: 30px;
  }

  .md-only\:ml-30 {
    margin-left: 30px;
  }

  .md-only\:mt-35 {
    margin-top: 35px;
  }

  .md-only\:mr-35 {
    margin-right: 35px;
  }

  .md-only\:mb-35 {
    margin-bottom: 35px;
  }

  .md-only\:ml-35 {
    margin-left: 35px;
  }

  .md-only\:mt-40 {
    margin-top: 40px;
  }

  .md-only\:mr-40 {
    margin-right: 40px;
  }

  .md-only\:mb-40 {
    margin-bottom: 40px;
  }

  .md-only\:ml-40 {
    margin-left: 40px;
  }

  .md-only\:mt-45 {
    margin-top: 45px;
  }

  .md-only\:mr-45 {
    margin-right: 45px;
  }

  .md-only\:mb-45 {
    margin-bottom: 45px;
  }

  .md-only\:ml-45 {
    margin-left: 45px;
  }

  .md-only\:mt-50 {
    margin-top: 50px;
  }

  .md-only\:mr-50 {
    margin-right: 50px;
  }

  .md-only\:mb-50 {
    margin-bottom: 50px;
  }

  .md-only\:ml-50 {
    margin-left: 50px;
  }

  .md-only\:mt-55 {
    margin-top: 55px;
  }

  .md-only\:mr-55 {
    margin-right: 55px;
  }

  .md-only\:mb-55 {
    margin-bottom: 55px;
  }

  .md-only\:ml-55 {
    margin-left: 55px;
  }

  .md-only\:mt-60 {
    margin-top: 60px;
  }

  .md-only\:mr-60 {
    margin-right: 60px;
  }

  .md-only\:mb-60 {
    margin-bottom: 60px;
  }

  .md-only\:ml-60 {
    margin-left: 60px;
  }

  .md-only\:mt-auto {
    margin-top: auto;
  }

  .md-only\:mr-auto {
    margin-right: auto;
  }

  .md-only\:mb-auto {
    margin-bottom: auto;
  }

  .md-only\:ml-auto {
    margin-left: auto;
  }

  .md-only\:mt-px {
    margin-top: 1px;
  }

  .md-only\:mr-px {
    margin-right: 1px;
  }

  .md-only\:mb-px {
    margin-bottom: 1px;
  }

  .md-only\:ml-px {
    margin-left: 1px;
  }

  .md-only\:max-h-full {
    max-height: 100%;
  }

  .md-only\:max-h-screen {
    max-height: 100vh;
  }

  .md-only\:max-w-720 {
    max-width: 720px;
  }

  .md-only\:max-w-1000 {
    max-width: 1000px;
  }

  .md-only\:max-w-xs {
    max-width: 20rem;
  }

  .md-only\:max-w-sm {
    max-width: 30rem;
  }

  .md-only\:max-w-md {
    max-width: 40rem;
  }

  .md-only\:max-w-lg {
    max-width: 50rem;
  }

  .md-only\:max-w-xl {
    max-width: 60rem;
  }

  .md-only\:max-w-2xl {
    max-width: 70rem;
  }

  .md-only\:max-w-3xl {
    max-width: 80rem;
  }

  .md-only\:max-w-4xl {
    max-width: 90rem;
  }

  .md-only\:max-w-5xl {
    max-width: 100rem;
  }

  .md-only\:max-w-full {
    max-width: 100%;
  }

  .md-only\:min-h-0 {
    min-height: 0;
  }

  .md-only\:min-h-full {
    min-height: 100%;
  }

  .md-only\:min-h-screen {
    min-height: 100vh;
  }

  .md-only\:min-w-full {
    min-width: 100%;
  }

  .md-only\:-m-0 {
    margin: 0;
  }

  .md-only\:-m-1 {
    margin: -0.25rem;
  }

  .md-only\:-m-2 {
    margin: -0.5rem;
  }

  .md-only\:-m-3 {
    margin: -0.75rem;
  }

  .md-only\:-m-4 {
    margin: -1rem;
  }

  .md-only\:-m-6 {
    margin: -1.5rem;
  }

  .md-only\:-m-8 {
    margin: -2rem;
  }

  .md-only\:-m-px {
    margin: -1px;
  }

  .md-only\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md-only\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md-only\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md-only\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md-only\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md-only\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md-only\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md-only\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md-only\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md-only\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md-only\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md-only\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md-only\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md-only\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md-only\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md-only\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md-only\:-mt-0 {
    margin-top: 0;
  }

  .md-only\:-mr-0 {
    margin-right: 0;
  }

  .md-only\:-mb-0 {
    margin-bottom: 0;
  }

  .md-only\:-ml-0 {
    margin-left: 0;
  }

  .md-only\:-mt-1 {
    margin-top: -0.25rem;
  }

  .md-only\:-mr-1 {
    margin-right: -0.25rem;
  }

  .md-only\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .md-only\:-ml-1 {
    margin-left: -0.25rem;
  }

  .md-only\:-mt-2 {
    margin-top: -0.5rem;
  }

  .md-only\:-mr-2 {
    margin-right: -0.5rem;
  }

  .md-only\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .md-only\:-ml-2 {
    margin-left: -0.5rem;
  }

  .md-only\:-mt-3 {
    margin-top: -0.75rem;
  }

  .md-only\:-mr-3 {
    margin-right: -0.75rem;
  }

  .md-only\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .md-only\:-ml-3 {
    margin-left: -0.75rem;
  }

  .md-only\:-mt-4 {
    margin-top: -1rem;
  }

  .md-only\:-mr-4 {
    margin-right: -1rem;
  }

  .md-only\:-mb-4 {
    margin-bottom: -1rem;
  }

  .md-only\:-ml-4 {
    margin-left: -1rem;
  }

  .md-only\:-mt-6 {
    margin-top: -1.5rem;
  }

  .md-only\:-mr-6 {
    margin-right: -1.5rem;
  }

  .md-only\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .md-only\:-ml-6 {
    margin-left: -1.5rem;
  }

  .md-only\:-mt-8 {
    margin-top: -2rem;
  }

  .md-only\:-mr-8 {
    margin-right: -2rem;
  }

  .md-only\:-mb-8 {
    margin-bottom: -2rem;
  }

  .md-only\:-ml-8 {
    margin-left: -2rem;
  }

  .md-only\:-mt-px {
    margin-top: -1px;
  }

  .md-only\:-mr-px {
    margin-right: -1px;
  }

  .md-only\:-mb-px {
    margin-bottom: -1px;
  }

  .md-only\:-ml-px {
    margin-left: -1px;
  }

  .md-only\:opacity-0 {
    opacity: 0;
  }

  .md-only\:opacity-25 {
    opacity: .25;
  }

  .md-only\:opacity-50 {
    opacity: .5;
  }

  .md-only\:opacity-75 {
    opacity: .75;
  }

  .md-only\:opacity-100 {
    opacity: 1;
  }

  .md-only\:overflow-auto {
    overflow: auto;
  }

  .md-only\:overflow-hidden {
    overflow: hidden;
  }

  .md-only\:overflow-visible {
    overflow: visible;
  }

  .md-only\:overflow-scroll {
    overflow: scroll;
  }

  .md-only\:overflow-x-scroll {
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .md-only\:overflow-y-scroll {
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .md-only\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .md-only\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .md-only\:p-0 {
    padding: 0;
  }

  .md-only\:p-1 {
    padding: .25rem;
  }

  .md-only\:p-2 {
    padding: 2px;
  }

  .md-only\:p-3 {
    padding: .75rem;
  }

  .md-only\:p-4 {
    padding: 1rem;
  }

  .md-only\:p-5 {
    padding: 5px;
  }

  .md-only\:p-6 {
    padding: 1.5rem;
  }

  .md-only\:p-8 {
    padding: 2rem;
  }

  .md-only\:p-10 {
    padding: 10px;
  }

  .md-only\:p-15 {
    padding: 15px;
  }

  .md-only\:p-20 {
    padding: 20px;
  }

  .md-only\:p-25 {
    padding: 25px;
  }

  .md-only\:p-30 {
    padding: 30px;
  }

  .md-only\:p-35 {
    padding: 35px;
  }

  .md-only\:p-40 {
    padding: 40px;
  }

  .md-only\:p-45 {
    padding: 45px;
  }

  .md-only\:p-50 {
    padding: 50px;
  }

  .md-only\:p-55 {
    padding: 55px;
  }

  .md-only\:p-60 {
    padding: 60px;
  }

  .md-only\:p-65 {
    padding: 65px;
  }

  .md-only\:p-70 {
    padding: 70px;
  }

  .md-only\:p-75 {
    padding: 75px;
  }

  .md-only\:p-100 {
    padding: 100px;
  }

  .md-only\:p-340 {
    padding: 340px;
  }

  .md-only\:p-px {
    padding: 1px;
  }

  .md-only\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md-only\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .md-only\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .md-only\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .md-only\:py-2 {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .md-only\:px-2 {
    padding-left: 2px;
    padding-right: 2px;
  }

  .md-only\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .md-only\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .md-only\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md-only\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md-only\:py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .md-only\:px-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .md-only\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md-only\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md-only\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md-only\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md-only\:py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .md-only\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .md-only\:py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .md-only\:px-15 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .md-only\:py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .md-only\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .md-only\:py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .md-only\:px-25 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .md-only\:py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .md-only\:px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .md-only\:py-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .md-only\:px-35 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .md-only\:py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .md-only\:px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .md-only\:py-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .md-only\:px-45 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .md-only\:py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .md-only\:px-50 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .md-only\:py-55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .md-only\:px-55 {
    padding-left: 55px;
    padding-right: 55px;
  }

  .md-only\:py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .md-only\:px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .md-only\:py-65 {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .md-only\:px-65 {
    padding-left: 65px;
    padding-right: 65px;
  }

  .md-only\:py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .md-only\:px-70 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .md-only\:py-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .md-only\:px-75 {
    padding-left: 75px;
    padding-right: 75px;
  }

  .md-only\:py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .md-only\:px-100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .md-only\:py-340 {
    padding-top: 340px;
    padding-bottom: 340px;
  }

  .md-only\:px-340 {
    padding-left: 340px;
    padding-right: 340px;
  }

  .md-only\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md-only\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md-only\:pt-0 {
    padding-top: 0;
  }

  .md-only\:pr-0 {
    padding-right: 0;
  }

  .md-only\:pb-0 {
    padding-bottom: 0;
  }

  .md-only\:pl-0 {
    padding-left: 0;
  }

  .md-only\:pt-1 {
    padding-top: .25rem;
  }

  .md-only\:pr-1 {
    padding-right: .25rem;
  }

  .md-only\:pb-1 {
    padding-bottom: .25rem;
  }

  .md-only\:pl-1 {
    padding-left: .25rem;
  }

  .md-only\:pt-2 {
    padding-top: 2px;
  }

  .md-only\:pr-2 {
    padding-right: 2px;
  }

  .md-only\:pb-2 {
    padding-bottom: 2px;
  }

  .md-only\:pl-2 {
    padding-left: 2px;
  }

  .md-only\:pt-3 {
    padding-top: .75rem;
  }

  .md-only\:pr-3 {
    padding-right: .75rem;
  }

  .md-only\:pb-3 {
    padding-bottom: .75rem;
  }

  .md-only\:pl-3 {
    padding-left: .75rem;
  }

  .md-only\:pt-4 {
    padding-top: 1rem;
  }

  .md-only\:pr-4 {
    padding-right: 1rem;
  }

  .md-only\:pb-4 {
    padding-bottom: 1rem;
  }

  .md-only\:pl-4 {
    padding-left: 1rem;
  }

  .md-only\:pt-5 {
    padding-top: 5px;
  }

  .md-only\:pr-5 {
    padding-right: 5px;
  }

  .md-only\:pb-5 {
    padding-bottom: 5px;
  }

  .md-only\:pl-5 {
    padding-left: 5px;
  }

  .md-only\:pt-6 {
    padding-top: 1.5rem;
  }

  .md-only\:pr-6 {
    padding-right: 1.5rem;
  }

  .md-only\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md-only\:pl-6 {
    padding-left: 1.5rem;
  }

  .md-only\:pt-8 {
    padding-top: 2rem;
  }

  .md-only\:pr-8 {
    padding-right: 2rem;
  }

  .md-only\:pb-8 {
    padding-bottom: 2rem;
  }

  .md-only\:pl-8 {
    padding-left: 2rem;
  }

  .md-only\:pt-10 {
    padding-top: 10px;
  }

  .md-only\:pr-10 {
    padding-right: 10px;
  }

  .md-only\:pb-10 {
    padding-bottom: 10px;
  }

  .md-only\:pl-10 {
    padding-left: 10px;
  }

  .md-only\:pt-15 {
    padding-top: 15px;
  }

  .md-only\:pr-15 {
    padding-right: 15px;
  }

  .md-only\:pb-15 {
    padding-bottom: 15px;
  }

  .md-only\:pl-15 {
    padding-left: 15px;
  }

  .md-only\:pt-20 {
    padding-top: 20px;
  }

  .md-only\:pr-20 {
    padding-right: 20px;
  }

  .md-only\:pb-20 {
    padding-bottom: 20px;
  }

  .md-only\:pl-20 {
    padding-left: 20px;
  }

  .md-only\:pt-25 {
    padding-top: 25px;
  }

  .md-only\:pr-25 {
    padding-right: 25px;
  }

  .md-only\:pb-25 {
    padding-bottom: 25px;
  }

  .md-only\:pl-25 {
    padding-left: 25px;
  }

  .md-only\:pt-30 {
    padding-top: 30px;
  }

  .md-only\:pr-30 {
    padding-right: 30px;
  }

  .md-only\:pb-30 {
    padding-bottom: 30px;
  }

  .md-only\:pl-30 {
    padding-left: 30px;
  }

  .md-only\:pt-35 {
    padding-top: 35px;
  }

  .md-only\:pr-35 {
    padding-right: 35px;
  }

  .md-only\:pb-35 {
    padding-bottom: 35px;
  }

  .md-only\:pl-35 {
    padding-left: 35px;
  }

  .md-only\:pt-40 {
    padding-top: 40px;
  }

  .md-only\:pr-40 {
    padding-right: 40px;
  }

  .md-only\:pb-40 {
    padding-bottom: 40px;
  }

  .md-only\:pl-40 {
    padding-left: 40px;
  }

  .md-only\:pt-45 {
    padding-top: 45px;
  }

  .md-only\:pr-45 {
    padding-right: 45px;
  }

  .md-only\:pb-45 {
    padding-bottom: 45px;
  }

  .md-only\:pl-45 {
    padding-left: 45px;
  }

  .md-only\:pt-50 {
    padding-top: 50px;
  }

  .md-only\:pr-50 {
    padding-right: 50px;
  }

  .md-only\:pb-50 {
    padding-bottom: 50px;
  }

  .md-only\:pl-50 {
    padding-left: 50px;
  }

  .md-only\:pt-55 {
    padding-top: 55px;
  }

  .md-only\:pr-55 {
    padding-right: 55px;
  }

  .md-only\:pb-55 {
    padding-bottom: 55px;
  }

  .md-only\:pl-55 {
    padding-left: 55px;
  }

  .md-only\:pt-60 {
    padding-top: 60px;
  }

  .md-only\:pr-60 {
    padding-right: 60px;
  }

  .md-only\:pb-60 {
    padding-bottom: 60px;
  }

  .md-only\:pl-60 {
    padding-left: 60px;
  }

  .md-only\:pt-65 {
    padding-top: 65px;
  }

  .md-only\:pr-65 {
    padding-right: 65px;
  }

  .md-only\:pb-65 {
    padding-bottom: 65px;
  }

  .md-only\:pl-65 {
    padding-left: 65px;
  }

  .md-only\:pt-70 {
    padding-top: 70px;
  }

  .md-only\:pr-70 {
    padding-right: 70px;
  }

  .md-only\:pb-70 {
    padding-bottom: 70px;
  }

  .md-only\:pl-70 {
    padding-left: 70px;
  }

  .md-only\:pt-75 {
    padding-top: 75px;
  }

  .md-only\:pr-75 {
    padding-right: 75px;
  }

  .md-only\:pb-75 {
    padding-bottom: 75px;
  }

  .md-only\:pl-75 {
    padding-left: 75px;
  }

  .md-only\:pt-100 {
    padding-top: 100px;
  }

  .md-only\:pr-100 {
    padding-right: 100px;
  }

  .md-only\:pb-100 {
    padding-bottom: 100px;
  }

  .md-only\:pl-100 {
    padding-left: 100px;
  }

  .md-only\:pt-340 {
    padding-top: 340px;
  }

  .md-only\:pr-340 {
    padding-right: 340px;
  }

  .md-only\:pb-340 {
    padding-bottom: 340px;
  }

  .md-only\:pl-340 {
    padding-left: 340px;
  }

  .md-only\:pt-px {
    padding-top: 1px;
  }

  .md-only\:pr-px {
    padding-right: 1px;
  }

  .md-only\:pb-px {
    padding-bottom: 1px;
  }

  .md-only\:pl-px {
    padding-left: 1px;
  }

  .md-only\:pointer-events-none {
    pointer-events: none;
  }

  .md-only\:pointer-events-auto {
    pointer-events: auto;
  }

  .md-only\:static {
    position: static;
  }

  .md-only\:fixed {
    position: fixed;
  }

  .md-only\:absolute {
    position: absolute;
  }

  .md-only\:relative {
    position: relative;
  }

  .md-only\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md-only\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md-only\:pin-y {
    top: 0;
    bottom: 0;
  }

  .md-only\:pin-x {
    right: 0;
    left: 0;
  }

  .md-only\:pin-t {
    top: 0;
  }

  .md-only\:pin-r {
    right: 0;
  }

  .md-only\:pin-b {
    bottom: 0;
  }

  .md-only\:pin-l {
    left: 0;
  }

  .md-only\:resize-none {
    resize: none;
  }

  .md-only\:resize-y {
    resize: vertical;
  }

  .md-only\:resize-x {
    resize: horizontal;
  }

  .md-only\:resize {
    resize: both;
  }

  .md-only\:shadow {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .md-only\: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);
  }

  .md-only\:shadow-lg {
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
            box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .md-only\:shadow-inner {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
  }

  .md-only\:shadow-none {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .md-only\:text-left {
    text-align: left;
  }

  .md-only\:text-center {
    text-align: center;
  }

  .md-only\:text-right {
    text-align: right;
  }

  .md-only\:text-justify {
    text-align: justify;
  }

  .md-only\:text-transparent {
    color: transparent;
  }

  .md-only\:text-black {
    color: #000;
  }

  .md-only\:text-white {
    color: #fff;
  }

  .md-only\:text-white25 {
    color: rgba(255, 255, 255, .25);
  }

  .md-only\:text-primary-magenta {
    color: #ed2f62;
  }

  .md-only\:text-primary-orange {
    color: #f26d06;
  }

  .md-only\:text-primary-yellow {
    color: #fec350;
  }

  .md-only\:text-primary-teal {
    color: #00a4b3;
  }

  .md-only\:text-primary-dark-gray {
    color: #1f1f1f;
  }

  .md-only\:text-primary-neutral-gray {
    color: #7f8784;
  }

  .md-only\:text-primary-light-gray {
    color: #cacaca;
  }

  .md-only\:text-secondary-dark-magenta {
    color: #b31a44;
  }

  .md-only\:text-secondary-dark-orange {
    color: #e04d06;
  }

  .md-only\:text-secondary-dark-yellow {
    color: #c0891b;
  }

  .md-only\:text-secondary-dark-teal {
    color: #027286;
  }

  .md-only\:text-secondary-bright-green {
    color: #8fe986;
  }

  .md-only\:text-secondary-bright-purple {
    color: #bd86ed;
  }

  .md-only\:text-secondary-light-pink {
    color: #ed86a9;
  }

  .md-only\:text-nav-text-inactive {
    color: #e8bbc7;
  }

  .md-only\:text-grey-darkest {
    color: #3d4852;
  }

  .md-only\:text-grey-darker {
    color: #606f7b;
  }

  .md-only\:text-grey-dark {
    color: #8795a1;
  }

  .md-only\:text-grey {
    color: #b8c2cc;
  }

  .md-only\:text-grey-light {
    color: #dae1e7;
  }

  .md-only\:text-grey-lighter {
    color: #f1f5f8;
  }

  .md-only\:text-grey-lightest {
    color: #f8fafc;
  }

  .md-only\:hover\:text-transparent:hover {
    color: transparent;
  }

  .md-only\:hover\:text-black:hover {
    color: #000;
  }

  .md-only\:hover\:text-white:hover {
    color: #fff;
  }

  .md-only\:hover\:text-white25:hover {
    color: rgba(255, 255, 255, .25);
  }

  .md-only\:hover\:text-primary-magenta:hover {
    color: #ed2f62;
  }

  .md-only\:hover\:text-primary-orange:hover {
    color: #f26d06;
  }

  .md-only\:hover\:text-primary-yellow:hover {
    color: #fec350;
  }

  .md-only\:hover\:text-primary-teal:hover {
    color: #00a4b3;
  }

  .md-only\:hover\:text-primary-dark-gray:hover {
    color: #1f1f1f;
  }

  .md-only\:hover\:text-primary-neutral-gray:hover {
    color: #7f8784;
  }

  .md-only\:hover\:text-primary-light-gray:hover {
    color: #cacaca;
  }

  .md-only\:hover\:text-secondary-dark-magenta:hover {
    color: #b31a44;
  }

  .md-only\:hover\:text-secondary-dark-orange:hover {
    color: #e04d06;
  }

  .md-only\:hover\:text-secondary-dark-yellow:hover {
    color: #c0891b;
  }

  .md-only\:hover\:text-secondary-dark-teal:hover {
    color: #027286;
  }

  .md-only\:hover\:text-secondary-bright-green:hover {
    color: #8fe986;
  }

  .md-only\:hover\:text-secondary-bright-purple:hover {
    color: #bd86ed;
  }

  .md-only\:hover\:text-secondary-light-pink:hover {
    color: #ed86a9;
  }

  .md-only\:hover\:text-nav-text-inactive:hover {
    color: #e8bbc7;
  }

  .md-only\:hover\:text-grey-darkest:hover {
    color: #3d4852;
  }

  .md-only\:hover\:text-grey-darker:hover {
    color: #606f7b;
  }

  .md-only\:hover\:text-grey-dark:hover {
    color: #8795a1;
  }

  .md-only\:hover\:text-grey:hover {
    color: #b8c2cc;
  }

  .md-only\:hover\:text-grey-light:hover {
    color: #dae1e7;
  }

  .md-only\:hover\:text-grey-lighter:hover {
    color: #f1f5f8;
  }

  .md-only\:hover\:text-grey-lightest:hover {
    color: #f8fafc;
  }

  .md-only\:text-11 {
    font-size: 11px;
  }

  .md-only\:text-13 {
    font-size: 13px;
  }

  .md-only\:text-14 {
    font-size: 14px;
  }

  .md-only\:text-15 {
    font-size: 15px;
  }

  .md-only\:text-16 {
    font-size: 16px;
  }

  .md-only\:text-18 {
    font-size: 18px;
  }

  .md-only\:text-22 {
    font-size: 22px;
  }

  .md-only\:text-24 {
    font-size: 24px;
  }

  .md-only\:text-30 {
    font-size: 30px;
  }

  .md-only\:text-32 {
    font-size: 32px;
  }

  .md-only\:text-48 {
    font-size: 48px;
  }

  .md-only\:italic {
    font-style: italic;
  }

  .md-only\:roman {
    font-style: normal;
  }

  .md-only\:uppercase {
    text-transform: uppercase;
  }

  .md-only\:lowercase {
    text-transform: lowercase;
  }

  .md-only\:capitalize {
    text-transform: capitalize;
  }

  .md-only\:normal-case {
    text-transform: none;
  }

  .md-only\:underline {
    text-decoration: underline;
  }

  .md-only\:line-through {
    text-decoration: line-through;
  }

  .md-only\:no-underline {
    text-decoration: none;
  }

  .md-only\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md-only\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md-only\:hover\:italic:hover {
    font-style: italic;
  }

  .md-only\:hover\:roman:hover {
    font-style: normal;
  }

  .md-only\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .md-only\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .md-only\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .md-only\:hover\:normal-case:hover {
    text-transform: none;
  }

  .md-only\:hover\:underline:hover {
    text-decoration: underline;
  }

  .md-only\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .md-only\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .md-only\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md-only\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md-only\:tracking-2 {
    letter-spacing: 2px;
  }

  .md-only\:tracking-4 {
    letter-spacing: 4px;
  }

  .md-only\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .md-only\:tracking-normal {
    letter-spacing: 0;
  }

  .md-only\:tracking-wide {
    letter-spacing: .05em;
  }

  .md-only\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md-only\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md-only\:align-baseline {
    vertical-align: baseline;
  }

  .md-only\:align-top {
    vertical-align: top;
  }

  .md-only\:align-middle {
    vertical-align: middle;
  }

  .md-only\:align-bottom {
    vertical-align: bottom;
  }

  .md-only\:align-text-top {
    vertical-align: text-top;
  }

  .md-only\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .md-only\:visible {
    visibility: visible;
  }

  .md-only\:invisible {
    visibility: hidden;
  }

  .md-only\:whitespace-normal {
    white-space: normal;
  }

  .md-only\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .md-only\:whitespace-pre {
    white-space: pre;
  }

  .md-only\:whitespace-pre-line {
    white-space: pre-line;
  }

  .md-only\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .md-only\:break-words {
    word-wrap: break-word;
  }

  .md-only\:break-normal {
    word-wrap: normal;
  }

  .md-only\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md-only\:w-1 {
    width: .25rem;
  }

  .md-only\:w-2 {
    width: .5rem;
  }

  .md-only\:w-3 {
    width: .75rem;
  }

  .md-only\:w-4 {
    width: 1rem;
  }

  .md-only\:w-6 {
    width: 1.5rem;
  }

  .md-only\:w-8 {
    width: 2rem;
  }

  .md-only\:w-10 {
    width: 2.5rem;
  }

  .md-only\:w-12 {
    width: 3rem;
  }

  .md-only\:w-16 {
    width: 4rem;
  }

  .md-only\:w-24 {
    width: 6rem;
  }

  .md-only\:w-32 {
    width: 8rem;
  }

  .md-only\:w-48 {
    width: 12rem;
  }

  .md-only\:w-64 {
    width: 16rem;
  }

  .md-only\:w-205 {
    width: 205px;
  }

  .md-only\:w-215 {
    width: 215px;
  }

  .md-only\:w-240 {
    width: 240px;
  }

  .md-only\:w-415 {
    width: 415px;
  }

  .md-only\:w-auto {
    width: auto;
  }

  .md-only\:w-px {
    width: 1px;
  }

  .md-only\:w-1\/2 {
    width: 50%;
  }

  .md-only\:w-1\/3 {
    width: 33.33333%;
  }

  .md-only\:w-2\/3 {
    width: 66.66667%;
  }

  .md-only\:w-1\/4 {
    width: 25%;
  }

  .md-only\:w-3\/4 {
    width: 75%;
  }

  .md-only\:w-1\/5 {
    width: 20%;
  }

  .md-only\:w-2\/5 {
    width: 40%;
  }

  .md-only\:w-3\/5 {
    width: 60%;
  }

  .md-only\:w-4\/5 {
    width: 80%;
  }

  .md-only\:w-1\/6 {
    width: 16.66667%;
  }

  .md-only\:w-5\/6 {
    width: 83.33333%;
  }

  .md-only\:w-full {
    width: 100%;
  }

  .md-only\:w-screen {
    width: 100vw;
  }

  .md-only\:z-0 {
    z-index: 0;
  }

  .md-only\:z-10 {
    z-index: 10;
  }

  .md-only\:z-20 {
    z-index: 20;
  }

  .md-only\:z-30 {
    z-index: 30;
  }

  .md-only\:z-40 {
    z-index: 40;
  }

  .md-only\:z-50 {
    z-index: 50;
  }

  .md-only\:z-auto {
    z-index: auto;
  }
}
