/*! 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: #b2b1b2;
}

/**
 * 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::-moz-placeholder,
textarea::-moz-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;
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, .75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}

.flickity-button:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 5px #19f;
          box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
  opacity: .6;
}

.flickity-button:disabled {
  opacity: .3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: .25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: .7;
}

.hamburger.is-active:hover {
  opacity: .7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
   * 3DX
   */

.hamburger--3dx .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  -webkit-transition: background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
  transition: background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
}

.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
  transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
  transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1);
  transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DX Reverse
   */

.hamburger--3dx-r .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  -webkit-transition: background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
  transition: background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
}

.hamburger--3dx-r .hamburger-inner::before,
.hamburger--3dx-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
  transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
  transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1);
  transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY
   */

.hamburger--3dy .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  -webkit-transition: background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
  transition: background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
}

.hamburger--3dy .hamburger-inner::before,
.hamburger--3dy .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
  transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
  transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1);
  transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY Reverse
   */

.hamburger--3dy-r .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
  -webkit-transition: background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
  transition: background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
}

.hamburger--3dy-r .hamburger-inner::before,
.hamburger--3dy-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
  transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
  transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1);
  transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY
   */

.hamburger--3dxy .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
  -webkit-transition: background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
  transition: background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
}

.hamburger--3dxy .hamburger-inner::before,
.hamburger--3dxy .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
  transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
  transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1);
  transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
}

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(180deg) rotateY(180deg);
          transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY Reverse
   */

.hamburger--3dxy-r .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
  -webkit-transition: background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
  transition: background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
}

.hamburger--3dxy-r .hamburger-inner::before,
.hamburger--3dxy-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
  transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
  transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1);
  transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
          transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * Arrow
   */

.hamburger--arrow.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(45deg) scale(.7, 1);
}

/*
   * Arrow Right
   */

.hamburger--arrow-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(.7, 1);
          transform: translate3d(8px, 0, 0) rotate(45deg) scale(.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(.7, 1);
          transform: translate3d(8px, 0, 0) rotate(-45deg) scale(.7, 1);
}

/*
   * Arrow Alt
   */

.hamburger--arrowalt .hamburger-inner::before {
  -webkit-transition: top .1s .1s ease, -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
  transition: top .1s .1s ease, -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
  transition: top .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1);
  transition: top .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1), -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  -webkit-transition: bottom .1s .1s ease, -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
  transition: bottom .1s .1s ease, -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
  transition: bottom .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1);
  transition: bottom .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1), -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(.7, 1);
          transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(.7, 1);
  -webkit-transition: top .1s ease, -webkit-transform .1s .1s cubic-bezier(.895, .03, .685, .22);
  transition: top .1s ease, -webkit-transform .1s .1s cubic-bezier(.895, .03, .685, .22);
  transition: top .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22);
  transition: top .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22), -webkit-transform .1s .1s cubic-bezier(.895, .03, .685, .22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(.7, 1);
          transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(.7, 1);
  -webkit-transition: bottom .1s ease, -webkit-transform .1s .1s cubic-bezier(.895, .03, .685, .22);
  transition: bottom .1s ease, -webkit-transform .1s .1s cubic-bezier(.895, .03, .685, .22);
  transition: bottom .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22);
  transition: bottom .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22), -webkit-transform .1s .1s cubic-bezier(.895, .03, .685, .22);
}

/*
   * Arrow Alt Right
   */

.hamburger--arrowalt-r .hamburger-inner::before {
  -webkit-transition: top .1s .1s ease, -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
  transition: top .1s .1s ease, -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
  transition: top .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1);
  transition: top .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1), -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
  -webkit-transition: bottom .1s .1s ease, -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
  transition: bottom .1s .1s ease, -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
  transition: bottom .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1);
  transition: bottom .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1), -webkit-transform .1s cubic-bezier(.165, .84, .44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(8px, -10px, 0) rotate(45deg) scale(.7, 1);
          transform: translate3d(8px, -10px, 0) rotate(45deg) scale(.7, 1);
  -webkit-transition: top .1s ease, -webkit-transform .1s .1s cubic-bezier(.895, .03, .685, .22);
  transition: top .1s ease, -webkit-transform .1s .1s cubic-bezier(.895, .03, .685, .22);
  transition: top .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22);
  transition: top .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22), -webkit-transform .1s .1s cubic-bezier(.895, .03, .685, .22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(.7, 1);
          transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(.7, 1);
  -webkit-transition: bottom .1s ease, -webkit-transform .1s .1s cubic-bezier(.895, .03, .685, .22);
  transition: bottom .1s ease, -webkit-transform .1s .1s cubic-bezier(.895, .03, .685, .22);
  transition: bottom .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22);
  transition: bottom .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22), -webkit-transform .1s .1s cubic-bezier(.895, .03, .685, .22);
}

/*
   * Arrow Turn
   */

.hamburger--arrowturn.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(.7, 1);
          transform: translate3d(8px, 0, 0) rotate(45deg) scale(.7, 1);
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(.7, 1);
          transform: translate3d(8px, 0, 0) rotate(-45deg) scale(.7, 1);
}

/*
   * Arrow Turn Right
   */

.hamburger--arrowturn-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(45deg) scale(.7, 1);
}

/*
   * Boring
   */

.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
  -webkit-transition-property: none;
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*
   * Collapse
   */

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: .13s;
          transition-duration: .13s;
  -webkit-transition-delay: .13s;
          transition-delay: .13s;
  -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
          transition-timing-function: cubic-bezier(.55, .055, .675, .19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear;
  transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
  transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
  transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
  transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
}

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay: .22s;
          transition-delay: .22s;
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
          transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear;
  transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .25s cubic-bezier(.215, .61, .355, 1);
  transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .25s cubic-bezier(.215, .61, .355, 1);
  transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1);
  transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1), -webkit-transform .13s .25s cubic-bezier(.215, .61, .355, 1);
}

/*
   * Collapse Reverse
   */

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: .13s;
          transition-duration: .13s;
  -webkit-transition-delay: .13s;
          transition-delay: .13s;
  -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
          transition-timing-function: cubic-bezier(.55, .055, .675, .19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear;
  transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  -webkit-transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
  transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
  transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
  transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(45deg);
          transform: translate3d(0, -10px, 0) rotate(45deg);
  -webkit-transition-delay: .22s;
          transition-delay: .22s;
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
          transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear;
  transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .25s cubic-bezier(.215, .61, .355, 1);
  transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .25s cubic-bezier(.215, .61, .355, 1);
  transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1);
  transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1), -webkit-transform .13s .25s cubic-bezier(.215, .61, .355, 1);
}

/*
   * Elastic
   */

.hamburger--elastic .hamburger-inner {
  top: 2px;
  -webkit-transition-duration: .275s;
          transition-duration: .275s;
  -webkit-transition-timing-function: cubic-bezier(.68, -0.55, .265, 1.55);
          transition-timing-function: cubic-bezier(.68, -0.55, .265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  -webkit-transition: opacity .125s .275s ease;
  transition: opacity .125s .275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  -webkit-transition: -webkit-transform .275s cubic-bezier(.68, -0.55, .265, 1.55);
  transition: -webkit-transform .275s cubic-bezier(.68, -0.55, .265, 1.55);
  transition: transform .275s cubic-bezier(.68, -0.55, .265, 1.55);
  transition: transform .275s cubic-bezier(.68, -0.55, .265, 1.55), -webkit-transform .275s cubic-bezier(.68, -0.55, .265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
          transform: translate3d(0, 10px, 0) rotate(135deg);
  -webkit-transition-delay: .075s;
          transition-delay: .075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
          transform: translate3d(0, -20px, 0) rotate(-270deg);
  -webkit-transition-delay: .075s;
          transition-delay: .075s;
}

/*
   * Elastic Reverse
   */

.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  -webkit-transition-duration: .275s;
          transition-duration: .275s;
  -webkit-transition-timing-function: cubic-bezier(.68, -0.55, .265, 1.55);
          transition-timing-function: cubic-bezier(.68, -0.55, .265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  -webkit-transition: opacity .125s .275s ease;
  transition: opacity .125s .275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  -webkit-transition: -webkit-transform .275s cubic-bezier(.68, -0.55, .265, 1.55);
  transition: -webkit-transform .275s cubic-bezier(.68, -0.55, .265, 1.55);
  transition: transform .275s cubic-bezier(.68, -0.55, .265, 1.55);
  transition: transform .275s cubic-bezier(.68, -0.55, .265, 1.55), -webkit-transform .275s cubic-bezier(.68, -0.55, .265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(-135deg);
          transform: translate3d(0, 10px, 0) rotate(-135deg);
  -webkit-transition-delay: .075s;
          transition-delay: .075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(270deg);
          transform: translate3d(0, -20px, 0) rotate(270deg);
  -webkit-transition-delay: .075s;
          transition-delay: .075s;
}

/*
   * Emphatic
   */

.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  -webkit-transition: background-color .125s .175s ease-in;
  transition: background-color .125s .175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  -webkit-transition: top .05s .125s linear, left .125s .175s ease-in, -webkit-transform .125s cubic-bezier(.6, .04, .98, .335);
  transition: top .05s .125s linear, left .125s .175s ease-in, -webkit-transform .125s cubic-bezier(.6, .04, .98, .335);
  transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s .125s linear, left .125s .175s ease-in;
  transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s .125s linear, left .125s .175s ease-in, -webkit-transform .125s cubic-bezier(.6, .04, .98, .335);
}

.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  -webkit-transition: top .05s .125s linear, right .125s .175s ease-in, -webkit-transform .125s cubic-bezier(.6, .04, .98, .335);
  transition: top .05s .125s linear, right .125s .175s ease-in, -webkit-transform .125s cubic-bezier(.6, .04, .98, .335);
  transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s .125s linear, right .125s .175s ease-in;
  transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s .125s linear, right .125s .175s ease-in, -webkit-transform .125s cubic-bezier(.6, .04, .98, .335);
}

.hamburger--emphatic.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  -webkit-transform: translate3d(80px, 80px, 0) rotate(45deg);
          transform: translate3d(80px, 80px, 0) rotate(45deg);
  -webkit-transition: left .125s ease-out, top .05s .125s linear, -webkit-transform .125s .175s cubic-bezier(.075, .82, .165, 1);
  transition: left .125s ease-out, top .05s .125s linear, -webkit-transform .125s .175s cubic-bezier(.075, .82, .165, 1);
  transition: left .125s ease-out, top .05s .125s linear, transform .125s .175s cubic-bezier(.075, .82, .165, 1);
  transition: left .125s ease-out, top .05s .125s linear, transform .125s .175s cubic-bezier(.075, .82, .165, 1), -webkit-transform .125s .175s cubic-bezier(.075, .82, .165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  -webkit-transform: translate3d(-80px, 80px, 0) rotate(-45deg);
          transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  -webkit-transition: right .125s ease-out, top .05s .125s linear, -webkit-transform .125s .175s cubic-bezier(.075, .82, .165, 1);
  transition: right .125s ease-out, top .05s .125s linear, -webkit-transform .125s .175s cubic-bezier(.075, .82, .165, 1);
  transition: right .125s ease-out, top .05s .125s linear, transform .125s .175s cubic-bezier(.075, .82, .165, 1);
  transition: right .125s ease-out, top .05s .125s linear, transform .125s .175s cubic-bezier(.075, .82, .165, 1), -webkit-transform .125s .175s cubic-bezier(.075, .82, .165, 1);
}

/*
   * Emphatic Reverse
   */

.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  -webkit-transition: background-color .125s .175s ease-in;
  transition: background-color .125s .175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  -webkit-transition: top .05s .125s linear, left .125s .175s ease-in, -webkit-transform .125s cubic-bezier(.6, .04, .98, .335);
  transition: top .05s .125s linear, left .125s .175s ease-in, -webkit-transform .125s cubic-bezier(.6, .04, .98, .335);
  transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s .125s linear, left .125s .175s ease-in;
  transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s .125s linear, left .125s .175s ease-in, -webkit-transform .125s cubic-bezier(.6, .04, .98, .335);
}

.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  -webkit-transition: top .05s .125s linear, right .125s .175s ease-in, -webkit-transform .125s cubic-bezier(.6, .04, .98, .335);
  transition: top .05s .125s linear, right .125s .175s ease-in, -webkit-transform .125s cubic-bezier(.6, .04, .98, .335);
  transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s .125s linear, right .125s .175s ease-in;
  transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s .125s linear, right .125s .175s ease-in, -webkit-transform .125s cubic-bezier(.6, .04, .98, .335);
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  -webkit-transform: translate3d(80px, -80px, 0) rotate(-45deg);
          transform: translate3d(80px, -80px, 0) rotate(-45deg);
  -webkit-transition: left .125s ease-out, top .05s .125s linear, -webkit-transform .125s .175s cubic-bezier(.075, .82, .165, 1);
  transition: left .125s ease-out, top .05s .125s linear, -webkit-transform .125s .175s cubic-bezier(.075, .82, .165, 1);
  transition: left .125s ease-out, top .05s .125s linear, transform .125s .175s cubic-bezier(.075, .82, .165, 1);
  transition: left .125s ease-out, top .05s .125s linear, transform .125s .175s cubic-bezier(.075, .82, .165, 1), -webkit-transform .125s .175s cubic-bezier(.075, .82, .165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  -webkit-transform: translate3d(-80px, -80px, 0) rotate(45deg);
          transform: translate3d(-80px, -80px, 0) rotate(45deg);
  -webkit-transition: right .125s ease-out, top .05s .125s linear, -webkit-transform .125s .175s cubic-bezier(.075, .82, .165, 1);
  transition: right .125s ease-out, top .05s .125s linear, -webkit-transform .125s .175s cubic-bezier(.075, .82, .165, 1);
  transition: right .125s ease-out, top .05s .125s linear, transform .125s .175s cubic-bezier(.075, .82, .165, 1);
  transition: right .125s ease-out, top .05s .125s linear, transform .125s .175s cubic-bezier(.075, .82, .165, 1), -webkit-transform .125s .175s cubic-bezier(.075, .82, .165, 1);
}

/*
   * Minus
   */

.hamburger--minus .hamburger-inner::before,
.hamburger--minus .hamburger-inner::after {
  -webkit-transition: bottom .08s 0s ease-out, top .08s 0s ease-out, opacity 0s linear;
  transition: bottom .08s 0s ease-out, top .08s 0s ease-out, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::before,
.hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  -webkit-transition: bottom .08s ease-out, top .08s ease-out, opacity 0s .08s linear;
  transition: bottom .08s ease-out, top .08s ease-out, opacity 0s .08s linear;
}

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
   * Slider
   */

.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
          transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
          transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
   * Slider Reverse
   */

.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
          transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  -webkit-transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
          transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(90deg);
          transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
   * Spin
   */

.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: .22s;
          transition-duration: .22s;
  -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
          transition-timing-function: cubic-bezier(.55, .055, .675, .19);
}

.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top .1s .25s ease-in, opacity .1s ease-in;
  transition: top .1s .25s ease-in, opacity .1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom .1s .25s ease-in, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
  transition: bottom .1s .25s ease-in, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
  transition: bottom .1s .25s ease-in, transform .22s cubic-bezier(.55, .055, .675, .19);
  transition: bottom .1s .25s ease-in, transform .22s cubic-bezier(.55, .055, .675, .19), -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
}

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: .12s;
          transition-delay: .12s;
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
          transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top .1s ease-out, opacity .1s .12s ease-out;
  transition: top .1s ease-out, opacity .1s .12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom .1s ease-out, -webkit-transform .22s .12s cubic-bezier(.215, .61, .355, 1);
  transition: bottom .1s ease-out, -webkit-transform .22s .12s cubic-bezier(.215, .61, .355, 1);
  transition: bottom .1s ease-out, transform .22s .12s cubic-bezier(.215, .61, .355, 1);
  transition: bottom .1s ease-out, transform .22s .12s cubic-bezier(.215, .61, .355, 1), -webkit-transform .22s .12s cubic-bezier(.215, .61, .355, 1);
}

/*
   * Spin Reverse
   */

.hamburger--spin-r .hamburger-inner {
  -webkit-transition-duration: .22s;
          transition-duration: .22s;
  -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
          transition-timing-function: cubic-bezier(.55, .055, .675, .19);
}

.hamburger--spin-r .hamburger-inner::before {
  -webkit-transition: top .1s .25s ease-in, opacity .1s ease-in;
  transition: top .1s .25s ease-in, opacity .1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  -webkit-transition: bottom .1s .25s ease-in, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
  transition: bottom .1s .25s ease-in, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
  transition: bottom .1s .25s ease-in, transform .22s cubic-bezier(.55, .055, .675, .19);
  transition: bottom .1s .25s ease-in, transform .22s cubic-bezier(.55, .055, .675, .19), -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  -webkit-transition-delay: .12s;
          transition-delay: .12s;
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
          transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top .1s ease-out, opacity .1s .12s ease-out;
  transition: top .1s ease-out, opacity .1s .12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: bottom .1s ease-out, -webkit-transform .22s .12s cubic-bezier(.215, .61, .355, 1);
  transition: bottom .1s ease-out, -webkit-transform .22s .12s cubic-bezier(.215, .61, .355, 1);
  transition: bottom .1s ease-out, transform .22s .12s cubic-bezier(.215, .61, .355, 1);
  transition: bottom .1s ease-out, transform .22s .12s cubic-bezier(.215, .61, .355, 1), -webkit-transform .22s .12s cubic-bezier(.215, .61, .355, 1);
}

/*
   * Spring
   */

.hamburger--spring .hamburger-inner {
  top: 2px;
  -webkit-transition: background-color 0s .13s linear;
  transition: background-color 0s .13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  -webkit-transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
  transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
  transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
  transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
}

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  -webkit-transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
  transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
  transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
  transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
}

.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: .22s;
          transition-delay: .22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .22s cubic-bezier(.215, .61, .355, 1);
  transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .22s cubic-bezier(.215, .61, .355, 1);
  transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1);
  transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1), -webkit-transform .13s .22s cubic-bezier(.215, .61, .355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  -webkit-transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .22s cubic-bezier(.215, .61, .355, 1);
  transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .22s cubic-bezier(.215, .61, .355, 1);
  transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1);
  transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1), -webkit-transform .13s .22s cubic-bezier(.215, .61, .355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
          transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
   * Spring Reverse
   */

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: .13s;
          transition-duration: .13s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
          transition-timing-function: cubic-bezier(.55, .055, .675, .19);
}

.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity 0s linear;
  transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  -webkit-transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
  transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
  transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19);
  transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay: .22s;
          transition-delay: .22s;
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
          transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity 0s .22s linear;
  transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity 0s .22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .22s cubic-bezier(.215, .61, .355, 1);
  transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .13s .22s cubic-bezier(.215, .61, .355, 1);
  transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1);
  transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1), -webkit-transform .13s .22s cubic-bezier(.215, .61, .355, 1);
}

/*
   * Stand
   */

.hamburger--stand .hamburger-inner {
  -webkit-transition: background-color 0s .075s linear, -webkit-transform .075s .15s cubic-bezier(.55, .055, .675, .19);
  transition: background-color 0s .075s linear, -webkit-transform .075s .15s cubic-bezier(.55, .055, .675, .19);
  transition: transform .075s .15s cubic-bezier(.55, .055, .675, .19), background-color 0s .075s linear;
  transition: transform .075s .15s cubic-bezier(.55, .055, .675, .19), background-color 0s .075s linear, -webkit-transform .075s .15s cubic-bezier(.55, .055, .675, .19);
}

.hamburger--stand .hamburger-inner::before {
  -webkit-transition: top .075s .075s ease-in, -webkit-transform .075s 0s cubic-bezier(.55, .055, .675, .19);
  transition: top .075s .075s ease-in, -webkit-transform .075s 0s cubic-bezier(.55, .055, .675, .19);
  transition: top .075s .075s ease-in, transform .075s 0s cubic-bezier(.55, .055, .675, .19);
  transition: top .075s .075s ease-in, transform .075s 0s cubic-bezier(.55, .055, .675, .19), -webkit-transform .075s 0s cubic-bezier(.55, .055, .675, .19);
}

.hamburger--stand .hamburger-inner::after {
  -webkit-transition: bottom .075s .075s ease-in, -webkit-transform .075s 0s cubic-bezier(.55, .055, .675, .19);
  transition: bottom .075s .075s ease-in, -webkit-transform .075s 0s cubic-bezier(.55, .055, .675, .19);
  transition: bottom .075s .075s ease-in, transform .075s 0s cubic-bezier(.55, .055, .675, .19);
  transition: bottom .075s .075s ease-in, transform .075s 0s cubic-bezier(.55, .055, .675, .19), -webkit-transform .075s 0s cubic-bezier(.55, .055, .675, .19);
}

.hamburger--stand.is-active .hamburger-inner {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: transparent !important;
  -webkit-transition: background-color 0s .15s linear, -webkit-transform .075s 0s cubic-bezier(.215, .61, .355, 1);
  transition: background-color 0s .15s linear, -webkit-transform .075s 0s cubic-bezier(.215, .61, .355, 1);
  transition: transform .075s 0s cubic-bezier(.215, .61, .355, 1), background-color 0s .15s linear;
  transition: transform .075s 0s cubic-bezier(.215, .61, .355, 1), background-color 0s .15s linear, -webkit-transform .075s 0s cubic-bezier(.215, .61, .355, 1);
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top .075s .1s ease-out, -webkit-transform .075s .15s cubic-bezier(.215, .61, .355, 1);
  transition: top .075s .1s ease-out, -webkit-transform .075s .15s cubic-bezier(.215, .61, .355, 1);
  transition: top .075s .1s ease-out, transform .075s .15s cubic-bezier(.215, .61, .355, 1);
  transition: top .075s .1s ease-out, transform .075s .15s cubic-bezier(.215, .61, .355, 1), -webkit-transform .075s .15s cubic-bezier(.215, .61, .355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: bottom .075s .1s ease-out, -webkit-transform .075s .15s cubic-bezier(.215, .61, .355, 1);
  transition: bottom .075s .1s ease-out, -webkit-transform .075s .15s cubic-bezier(.215, .61, .355, 1);
  transition: bottom .075s .1s ease-out, transform .075s .15s cubic-bezier(.215, .61, .355, 1);
  transition: bottom .075s .1s ease-out, transform .075s .15s cubic-bezier(.215, .61, .355, 1), -webkit-transform .075s .15s cubic-bezier(.215, .61, .355, 1);
}

/*
   * Stand Reverse
   */

.hamburger--stand-r .hamburger-inner {
  -webkit-transition: background-color 0s .075s linear, -webkit-transform .075s .15s cubic-bezier(.55, .055, .675, .19);
  transition: background-color 0s .075s linear, -webkit-transform .075s .15s cubic-bezier(.55, .055, .675, .19);
  transition: transform .075s .15s cubic-bezier(.55, .055, .675, .19), background-color 0s .075s linear;
  transition: transform .075s .15s cubic-bezier(.55, .055, .675, .19), background-color 0s .075s linear, -webkit-transform .075s .15s cubic-bezier(.55, .055, .675, .19);
}

.hamburger--stand-r .hamburger-inner::before {
  -webkit-transition: top .075s .075s ease-in, -webkit-transform .075s 0s cubic-bezier(.55, .055, .675, .19);
  transition: top .075s .075s ease-in, -webkit-transform .075s 0s cubic-bezier(.55, .055, .675, .19);
  transition: top .075s .075s ease-in, transform .075s 0s cubic-bezier(.55, .055, .675, .19);
  transition: top .075s .075s ease-in, transform .075s 0s cubic-bezier(.55, .055, .675, .19), -webkit-transform .075s 0s cubic-bezier(.55, .055, .675, .19);
}

.hamburger--stand-r .hamburger-inner::after {
  -webkit-transition: bottom .075s .075s ease-in, -webkit-transform .075s 0s cubic-bezier(.55, .055, .675, .19);
  transition: bottom .075s .075s ease-in, -webkit-transform .075s 0s cubic-bezier(.55, .055, .675, .19);
  transition: bottom .075s .075s ease-in, transform .075s 0s cubic-bezier(.55, .055, .675, .19);
  transition: bottom .075s .075s ease-in, transform .075s 0s cubic-bezier(.55, .055, .675, .19), -webkit-transform .075s 0s cubic-bezier(.55, .055, .675, .19);
}

.hamburger--stand-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-color: transparent !important;
  -webkit-transition: background-color 0s .15s linear, -webkit-transform .075s 0s cubic-bezier(.215, .61, .355, 1);
  transition: background-color 0s .15s linear, -webkit-transform .075s 0s cubic-bezier(.215, .61, .355, 1);
  transition: transform .075s 0s cubic-bezier(.215, .61, .355, 1), background-color 0s .15s linear;
  transition: transform .075s 0s cubic-bezier(.215, .61, .355, 1), background-color 0s .15s linear, -webkit-transform .075s 0s cubic-bezier(.215, .61, .355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top .075s .1s ease-out, -webkit-transform .075s .15s cubic-bezier(.215, .61, .355, 1);
  transition: top .075s .1s ease-out, -webkit-transform .075s .15s cubic-bezier(.215, .61, .355, 1);
  transition: top .075s .1s ease-out, transform .075s .15s cubic-bezier(.215, .61, .355, 1);
  transition: top .075s .1s ease-out, transform .075s .15s cubic-bezier(.215, .61, .355, 1), -webkit-transform .075s .15s cubic-bezier(.215, .61, .355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: bottom .075s .1s ease-out, -webkit-transform .075s .15s cubic-bezier(.215, .61, .355, 1);
  transition: bottom .075s .1s ease-out, -webkit-transform .075s .15s cubic-bezier(.215, .61, .355, 1);
  transition: bottom .075s .1s ease-out, transform .075s .15s cubic-bezier(.215, .61, .355, 1);
  transition: bottom .075s .1s ease-out, transform .075s .15s cubic-bezier(.215, .61, .355, 1), -webkit-transform .075s .15s cubic-bezier(.215, .61, .355, 1);
}

/*
   * Squeeze
   */

.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: .075s;
          transition-duration: .075s;
  -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
          transition-timing-function: cubic-bezier(.55, .055, .675, .19);
}

.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top .075s .12s ease, opacity .075s ease;
  transition: top .075s .12s ease, opacity .075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom .075s .12s ease, -webkit-transform .075s cubic-bezier(.55, .055, .675, .19);
  transition: bottom .075s .12s ease, -webkit-transform .075s cubic-bezier(.55, .055, .675, .19);
  transition: bottom .075s .12s ease, transform .075s cubic-bezier(.55, .055, .675, .19);
  transition: bottom .075s .12s ease, transform .075s cubic-bezier(.55, .055, .675, .19), -webkit-transform .075s cubic-bezier(.55, .055, .675, .19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: .12s;
          transition-delay: .12s;
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
          transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top .075s ease, opacity .075s .12s ease;
  transition: top .075s ease, opacity .075s .12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom .075s ease, -webkit-transform .075s .12s cubic-bezier(.215, .61, .355, 1);
  transition: bottom .075s ease, -webkit-transform .075s .12s cubic-bezier(.215, .61, .355, 1);
  transition: bottom .075s ease, transform .075s .12s cubic-bezier(.215, .61, .355, 1);
  transition: bottom .075s ease, transform .075s .12s cubic-bezier(.215, .61, .355, 1), -webkit-transform .075s .12s cubic-bezier(.215, .61, .355, 1);
}

/*
   * Vortex
   */

.hamburger--vortex .hamburger-inner {
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
          transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  -webkit-transform: rotate(765deg);
          transform: rotate(765deg);
  -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
          transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/*
   * Vortex Reverse
   */

.hamburger--vortex-r .hamburger-inner {
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
          transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-765deg);
          transform: rotate(-765deg);
  -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
          transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@font-face {
  font-family: 'BerlingskeSerif-Md';
  src: url("../fonts/BerlingskeSerif-Md.woff2") format("woff2"), url("../fonts/BerlingskeSerif-Md.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'BerlingskeSerif-DBd';
  src: url("../fonts/BerlingskeSerif-DBd.woff2") format("woff2"), url("../fonts/BerlingskeSerif-DBd.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Favorit Pro';
  src: url("../fonts/FavoritPro-Medium.woff2") format("woff2"), url("../fonts/FavoritPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Favorit Pro';
  src: url("../fonts/FavoritPro-Regular.woff2") format("woff2"), url("../fonts/FavoritPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Myriad Pro';
  src: url("../fonts/MyriadPro-Regular.woff2") format("woff2"), url("../fonts/MyriadPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Favorit Pro Book';
  src: url("../fonts/FavoritPro-Book.woff2") format("woff2"), url("../fonts/FavoritPro-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Favorit Pro';
  src: url("../fonts/FavoritPro-Light.woff2") format("woff2"), url("../fonts/FavoritPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Favorit Pro';
  src: url("../fonts/FavoritPro-LightItalic.woff2") format("woff2"), url("../fonts/FavoritPro-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Favorit Pro';
  src: url("../fonts/FavoritPro-Bold.woff2") format("woff2"), url("../fonts/FavoritPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

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

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

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

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

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

.bg-animate,
.bg-animate:hover,
.bg-animate:focus {
  -webkit-transition: background-color .15s ease-in-out;
  transition: background-color .15s ease-in-out;
}

.shadowb {
  -webkit-box-shadow: 0 4px 11px 0 rgba(0, 230, 230, .45);
          box-shadow: 0 4px 11px 0 rgba(0, 230, 230, .45);
}

.mobile-active {
  top: 0 !important;
}

[data-nav-open] {
  height: 100%;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  top: -900%;
  background: rgba(255, 255, 255, .95);
}

.bg-degrade {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(125, 185, 232, 0)), color-stop(99%, #01467d), to(#00457c));
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, #01467d 99%, #00457c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007db9e8', endColorstr='#00457c', GradientType=0);
  /* IE6-9 */
}

input:focus,
select:focus {
  outline: none;
}

.bannerh {
  height: 590px;
}

@media (min-width: 768px) {
  .bannerh {
    height: 350px;
  }
}

@media (min-width: 1024px) {
  .bannerh {
    height: 400px;
  }
}

@media (min-width: 1216px) {
  .bannerh {
    height: 690px;
  }
}

.svgfull svg {
  width: 100%;
}

.banner-home {
  background: url("../images/banner-mb.jpg") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: bottom !important;
}

@media (min-width: 768px) {
  .banner-home {
    background: url("../images/banner.jpg") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
}

@media (min-width: 1024px) {
  .banner-home {
    background: url("../images/banner.jpg") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
}

@media (min-width: 1216px) {
  .banner-home {
    background: url("../images/banner.jpg") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100% !important;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 60px !important;
  border-left: 1px solid #f2f2f2;
}

.select2-selection {
  padding: 10px;
  border-radius: 0 !important;
  height: auto !important;
  border-color: #f2f2f2 !important;
}

.select2-container {
  width: 100% !important;
}

.select2-results__option {
  color: #000;
}

.setabottom {
  bottom: -65px;
}

.active-item {
  font-weight: 700;
}

.active-item .setabottom {
  display: block;
}

#seta {
  width: 0;
  margin: 0 auto;
  height: 0;
  border-top: 25px solid #fff;
  border-bottom: 25px solid transparent;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #509fd7 !important;
  border-color: #509fd7 !important;
  color: #fff !important;
}

.scroll svg {
  height: 20px;
  width: 20px;
}

@media (min-width: 1024px) {
  .scroll svg {
    height: 50px;
    width: 50px;
  }
}

.nav-active .barorange {
  background: #f18670 !important;
}

.nav-active .number {
  color: #5d5d5d;
  font-weight: 900;
}

.nav-active .name {
  color: #f18670;
  font-weight: 900;
}

.header-up {
  position: fixed !important;
  background: #f18670 !important;
}

.header-up .logo {
  display: block;
}

.header-up .svgtop {
  display: block;
}

.header-up ul {
  top: 51%;
}

.header-up ul li .barorange {
  background: #fff;
}

.header-up ul li a {
  color: #b2b1b2;
}

@media (min-width: 768px) {
  .header-up {
    background: #fff !important;
  }
}

.svgtop svg {
  width: 20px;
  height: 20px;
}

header {
  position: relative;
  height: 786px;
  width: 80px;
  overflow: hidden;
}

header .nav-height {
  height: 600px;
}

header ul {
  width: 500px;
  position: absolute;
  left: -265%;
  top: 47%;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

header ul li a {
  font-weight: 100;
  font-size: 10rem;
  text-transform: uppercase;
  color: #2c3e50;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

header ul li a:hover {
  font-weight: 900;
}

header ul li .evento .barorange {
  margin-top: -34%;
}

header ul li .barorange {
  display: block;
  width: 100%;
  background: #f18670;
  height: 7px;
  margin-top: -20%;
  margin-bottom: 20px;
}

.svghull svg {
  height: 80%;
  width: 80%;
}

.hamburger {
  padding: 5px;
}

.hamburger-box {
  width: 30px;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after,
.hamburger--squeeze .hamburger-inner {
  width: 30px;
  height: 3px;
  background-color: #fff;
}

.navactivemb {
  left: 0 !important;
}

.navopen {
  height: 600px;
  left: -900%;
  padding: 20px 20px 20px 64px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.navopen ul {
  border-left: 1px solid #f2f2f2;
  padding: 40px;
  height: 100%;
}

button.dt-button,
div.dt-button,
a.dt-button {
  background: #509fd7 !important;
  border: 0 !important;
  border-color: #509fd7 !important;
  color: #fff !important;
  padding: 10px 50px !important;
  display: inline-block !important;
}

.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-search {
  background-color: #818e90;
}

.bg-black-dark {
  background-color: #282828;
}

.bg-green {
  background-color: #a9ab22;
}

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

.bg-purple {
  background-color: #957eba;
}

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

.bg-grey {
  background-color: #5d5d5d;
}

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

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

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

.bg-blue-darker {
  background-color: #1e393d;
}

.bg-blue-lightester {
  background-color: #748385;
}

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

.bg-orange-light {
  background-color: #e59f85;
}

.bg-orange-lightest {
  background-color: #e3a98d;
}

.bg-blue {
  background-color: #183235;
}

.bg-blue-light {
  background-color: #8d999b;
}

.bg-blue-dark {
  background-color: #254146;
}

.bg-black-90 {
  background-color: rgba(0, 0, 0, .9);
}

.bg-black-80 {
  background-color: rgba(0, 0, 0, .8);
}

.bg-black-70 {
  background-color: rgba(0, 0, 0, .7);
}

.bg-black-60 {
  background-color: rgba(0, 0, 0, .6);
}

.bg-black-50 {
  background-color: rgba(0, 0, 0, .5);
}

.bg-black-40 {
  background-color: rgba(0, 0, 0, .4);
}

.bg-black-30 {
  background-color: rgba(0, 0, 0, .3);
}

.bg-black-20 {
  background-color: rgba(0, 0, 0, .2);
}

.bg-black-10 {
  background-color: rgba(0, 0, 0, .1);
}

.bg-black-05 {
  background-color: rgba(0, 0, 0, .05);
}

.bg-white-90 {
  background-color: rgba(255, 255, 255, .9);
}

.bg-white-80 {
  background-color: rgba(255, 255, 255, .8);
}

.bg-white-70 {
  background-color: rgba(255, 255, 255, .7);
}

.bg-white-60 {
  background-color: rgba(255, 255, 255, .6);
}

.bg-white-50 {
  background-color: rgba(255, 255, 255, .5);
}

.bg-white-40 {
  background-color: rgba(255, 255, 255, .4);
}

.bg-white-30 {
  background-color: rgba(255, 255, 255, .3);
}

.bg-white-20 {
  background-color: rgba(255, 255, 255, .2);
}

.bg-white-10 {
  background-color: rgba(255, 255, 255, .1);
}

.bg-green-19 {
  background-color: rgba(6, 60, 74, .19);
}

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

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

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

.hover\:bg-search:hover {
  background-color: #818e90;
}

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

.hover\:bg-green:hover {
  background-color: #a9ab22;
}

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

.hover\:bg-purple:hover {
  background-color: #957eba;
}

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

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

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

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

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

.hover\:bg-blue-darker:hover {
  background-color: #1e393d;
}

.hover\:bg-blue-lightester:hover {
  background-color: #748385;
}

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

.hover\:bg-orange-light:hover {
  background-color: #e59f85;
}

.hover\:bg-orange-lightest:hover {
  background-color: #e3a98d;
}

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

.hover\:bg-blue-light:hover {
  background-color: #8d999b;
}

.hover\:bg-blue-dark:hover {
  background-color: #254146;
}

.hover\:bg-black-90:hover {
  background-color: rgba(0, 0, 0, .9);
}

.hover\:bg-black-80:hover {
  background-color: rgba(0, 0, 0, .8);
}

.hover\:bg-black-70:hover {
  background-color: rgba(0, 0, 0, .7);
}

.hover\:bg-black-60:hover {
  background-color: rgba(0, 0, 0, .6);
}

.hover\:bg-black-50:hover {
  background-color: rgba(0, 0, 0, .5);
}

.hover\:bg-black-40:hover {
  background-color: rgba(0, 0, 0, .4);
}

.hover\:bg-black-30:hover {
  background-color: rgba(0, 0, 0, .3);
}

.hover\:bg-black-20:hover {
  background-color: rgba(0, 0, 0, .2);
}

.hover\:bg-black-10:hover {
  background-color: rgba(0, 0, 0, .1);
}

.hover\:bg-black-05:hover {
  background-color: rgba(0, 0, 0, .05);
}

.hover\:bg-white-90:hover {
  background-color: rgba(255, 255, 255, .9);
}

.hover\:bg-white-80:hover {
  background-color: rgba(255, 255, 255, .8);
}

.hover\:bg-white-70:hover {
  background-color: rgba(255, 255, 255, .7);
}

.hover\:bg-white-60:hover {
  background-color: rgba(255, 255, 255, .6);
}

.hover\:bg-white-50:hover {
  background-color: rgba(255, 255, 255, .5);
}

.hover\:bg-white-40:hover {
  background-color: rgba(255, 255, 255, .4);
}

.hover\:bg-white-30:hover {
  background-color: rgba(255, 255, 255, .3);
}

.hover\:bg-white-20:hover {
  background-color: rgba(255, 255, 255, .2);
}

.hover\:bg-white-10:hover {
  background-color: rgba(255, 255, 255, .1);
}

.hover\:bg-green-19:hover {
  background-color: rgba(6, 60, 74, .19);
}

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

.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-search {
  border-color: #818e90;
}

.border-black-dark {
  border-color: #282828;
}

.border-green {
  border-color: #a9ab22;
}

.border-yellow {
  border-color: #fecc89;
}

.border-purple {
  border-color: #957eba;
}

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

.border-grey {
  border-color: #5d5d5d;
}

.border-grey-dark {
  border-color: #737373;
}

.border-grey-darkest {
  border-color: #686868;
}

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

.border-blue-darker {
  border-color: #1e393d;
}

.border-blue-lightester {
  border-color: #748385;
}

.border-orange {
  border-color: #f18670;
}

.border-orange-light {
  border-color: #e59f85;
}

.border-orange-lightest {
  border-color: #e3a98d;
}

.border-blue {
  border-color: #183235;
}

.border-blue-light {
  border-color: #8d999b;
}

.border-blue-dark {
  border-color: #254146;
}

.border-black-90 {
  border-color: rgba(0, 0, 0, .9);
}

.border-black-80 {
  border-color: rgba(0, 0, 0, .8);
}

.border-black-70 {
  border-color: rgba(0, 0, 0, .7);
}

.border-black-60 {
  border-color: rgba(0, 0, 0, .6);
}

.border-black-50 {
  border-color: rgba(0, 0, 0, .5);
}

.border-black-40 {
  border-color: rgba(0, 0, 0, .4);
}

.border-black-30 {
  border-color: rgba(0, 0, 0, .3);
}

.border-black-20 {
  border-color: rgba(0, 0, 0, .2);
}

.border-black-10 {
  border-color: rgba(0, 0, 0, .1);
}

.border-black-05 {
  border-color: rgba(0, 0, 0, .05);
}

.border-white-90 {
  border-color: rgba(255, 255, 255, .9);
}

.border-white-80 {
  border-color: rgba(255, 255, 255, .8);
}

.border-white-70 {
  border-color: rgba(255, 255, 255, .7);
}

.border-white-60 {
  border-color: rgba(255, 255, 255, .6);
}

.border-white-50 {
  border-color: rgba(255, 255, 255, .5);
}

.border-white-40 {
  border-color: rgba(255, 255, 255, .4);
}

.border-white-30 {
  border-color: rgba(255, 255, 255, .3);
}

.border-white-20 {
  border-color: rgba(255, 255, 255, .2);
}

.border-white-10 {
  border-color: rgba(255, 255, 255, .1);
}

.border-green-19 {
  border-color: rgba(6, 60, 74, .19);
}

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

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

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

.hover\:border-search:hover {
  border-color: #818e90;
}

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

.hover\:border-green:hover {
  border-color: #a9ab22;
}

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

.hover\:border-purple:hover {
  border-color: #957eba;
}

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

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

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

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

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

.hover\:border-blue-darker:hover {
  border-color: #1e393d;
}

.hover\:border-blue-lightester:hover {
  border-color: #748385;
}

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

.hover\:border-orange-light:hover {
  border-color: #e59f85;
}

.hover\:border-orange-lightest:hover {
  border-color: #e3a98d;
}

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

.hover\:border-blue-light:hover {
  border-color: #8d999b;
}

.hover\:border-blue-dark:hover {
  border-color: #254146;
}

.hover\:border-black-90:hover {
  border-color: rgba(0, 0, 0, .9);
}

.hover\:border-black-80:hover {
  border-color: rgba(0, 0, 0, .8);
}

.hover\:border-black-70:hover {
  border-color: rgba(0, 0, 0, .7);
}

.hover\:border-black-60:hover {
  border-color: rgba(0, 0, 0, .6);
}

.hover\:border-black-50:hover {
  border-color: rgba(0, 0, 0, .5);
}

.hover\:border-black-40:hover {
  border-color: rgba(0, 0, 0, .4);
}

.hover\:border-black-30:hover {
  border-color: rgba(0, 0, 0, .3);
}

.hover\:border-black-20:hover {
  border-color: rgba(0, 0, 0, .2);
}

.hover\:border-black-10:hover {
  border-color: rgba(0, 0, 0, .1);
}

.hover\:border-black-05:hover {
  border-color: rgba(0, 0, 0, .05);
}

.hover\:border-white-90:hover {
  border-color: rgba(255, 255, 255, .9);
}

.hover\:border-white-80:hover {
  border-color: rgba(255, 255, 255, .8);
}

.hover\:border-white-70:hover {
  border-color: rgba(255, 255, 255, .7);
}

.hover\:border-white-60:hover {
  border-color: rgba(255, 255, 255, .6);
}

.hover\:border-white-50:hover {
  border-color: rgba(255, 255, 255, .5);
}

.hover\:border-white-40:hover {
  border-color: rgba(255, 255, 255, .4);
}

.hover\:border-white-30:hover {
  border-color: rgba(255, 255, 255, .3);
}

.hover\:border-white-20:hover {
  border-color: rgba(255, 255, 255, .2);
}

.hover\:border-white-10:hover {
  border-color: rgba(255, 255, 255, .1);
}

.hover\:border-green-19:hover {
  border-color: rgba(6, 60, 74, .19);
}

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

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

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

.focus\:border-search:focus {
  border-color: #818e90;
}

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

.focus\:border-green:focus {
  border-color: #a9ab22;
}

.focus\:border-yellow:focus {
  border-color: #fecc89;
}

.focus\:border-purple:focus {
  border-color: #957eba;
}

.focus\:border-grey-light:focus {
  border-color: #f2f2f2;
}

.focus\:border-grey:focus {
  border-color: #5d5d5d;
}

.focus\:border-grey-dark:focus {
  border-color: #737373;
}

.focus\:border-grey-darkest:focus {
  border-color: #686868;
}

.focus\:border-grey-lightest:focus {
  border-color: #b2b1b2;
}

.focus\:border-blue-darker:focus {
  border-color: #1e393d;
}

.focus\:border-blue-lightester:focus {
  border-color: #748385;
}

.focus\:border-orange:focus {
  border-color: #f18670;
}

.focus\:border-orange-light:focus {
  border-color: #e59f85;
}

.focus\:border-orange-lightest:focus {
  border-color: #e3a98d;
}

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

.focus\:border-blue-light:focus {
  border-color: #8d999b;
}

.focus\:border-blue-dark:focus {
  border-color: #254146;
}

.focus\:border-black-90:focus {
  border-color: rgba(0, 0, 0, .9);
}

.focus\:border-black-80:focus {
  border-color: rgba(0, 0, 0, .8);
}

.focus\:border-black-70:focus {
  border-color: rgba(0, 0, 0, .7);
}

.focus\:border-black-60:focus {
  border-color: rgba(0, 0, 0, .6);
}

.focus\:border-black-50:focus {
  border-color: rgba(0, 0, 0, .5);
}

.focus\:border-black-40:focus {
  border-color: rgba(0, 0, 0, .4);
}

.focus\:border-black-30:focus {
  border-color: rgba(0, 0, 0, .3);
}

.focus\:border-black-20:focus {
  border-color: rgba(0, 0, 0, .2);
}

.focus\:border-black-10:focus {
  border-color: rgba(0, 0, 0, .1);
}

.focus\:border-black-05:focus {
  border-color: rgba(0, 0, 0, .05);
}

.focus\:border-white-90:focus {
  border-color: rgba(255, 255, 255, .9);
}

.focus\:border-white-80:focus {
  border-color: rgba(255, 255, 255, .8);
}

.focus\:border-white-70:focus {
  border-color: rgba(255, 255, 255, .7);
}

.focus\:border-white-60:focus {
  border-color: rgba(255, 255, 255, .6);
}

.focus\:border-white-50:focus {
  border-color: rgba(255, 255, 255, .5);
}

.focus\:border-white-40:focus {
  border-color: rgba(255, 255, 255, .4);
}

.focus\:border-white-30:focus {
  border-color: rgba(255, 255, 255, .3);
}

.focus\:border-white-20:focus {
  border-color: rgba(255, 255, 255, .2);
}

.focus\:border-white-10:focus {
  border-color: rgba(255, 255, 255, .1);
}

.focus\:border-green-19:focus {
  border-color: rgba(6, 60, 74, .19);
}

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

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

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

.active\:border-search:active {
  border-color: #818e90;
}

.active\:border-black-dark:active {
  border-color: #282828;
}

.active\:border-green:active {
  border-color: #a9ab22;
}

.active\:border-yellow:active {
  border-color: #fecc89;
}

.active\:border-purple:active {
  border-color: #957eba;
}

.active\:border-grey-light:active {
  border-color: #f2f2f2;
}

.active\:border-grey:active {
  border-color: #5d5d5d;
}

.active\:border-grey-dark:active {
  border-color: #737373;
}

.active\:border-grey-darkest:active {
  border-color: #686868;
}

.active\:border-grey-lightest:active {
  border-color: #b2b1b2;
}

.active\:border-blue-darker:active {
  border-color: #1e393d;
}

.active\:border-blue-lightester:active {
  border-color: #748385;
}

.active\:border-orange:active {
  border-color: #f18670;
}

.active\:border-orange-light:active {
  border-color: #e59f85;
}

.active\:border-orange-lightest:active {
  border-color: #e3a98d;
}

.active\:border-blue:active {
  border-color: #183235;
}

.active\:border-blue-light:active {
  border-color: #8d999b;
}

.active\:border-blue-dark:active {
  border-color: #254146;
}

.active\:border-black-90:active {
  border-color: rgba(0, 0, 0, .9);
}

.active\:border-black-80:active {
  border-color: rgba(0, 0, 0, .8);
}

.active\:border-black-70:active {
  border-color: rgba(0, 0, 0, .7);
}

.active\:border-black-60:active {
  border-color: rgba(0, 0, 0, .6);
}

.active\:border-black-50:active {
  border-color: rgba(0, 0, 0, .5);
}

.active\:border-black-40:active {
  border-color: rgba(0, 0, 0, .4);
}

.active\:border-black-30:active {
  border-color: rgba(0, 0, 0, .3);
}

.active\:border-black-20:active {
  border-color: rgba(0, 0, 0, .2);
}

.active\:border-black-10:active {
  border-color: rgba(0, 0, 0, .1);
}

.active\:border-black-05:active {
  border-color: rgba(0, 0, 0, .05);
}

.active\:border-white-90:active {
  border-color: rgba(255, 255, 255, .9);
}

.active\:border-white-80:active {
  border-color: rgba(255, 255, 255, .8);
}

.active\:border-white-70:active {
  border-color: rgba(255, 255, 255, .7);
}

.active\:border-white-60:active {
  border-color: rgba(255, 255, 255, .6);
}

.active\:border-white-50:active {
  border-color: rgba(255, 255, 255, .5);
}

.active\:border-white-40:active {
  border-color: rgba(255, 255, 255, .4);
}

.active\:border-white-30:active {
  border-color: rgba(255, 255, 255, .3);
}

.active\:border-white-20:active {
  border-color: rgba(255, 255, 255, .2);
}

.active\:border-white-10:active {
  border-color: rgba(255, 255, 255, .1);
}

.active\:border-green-19:active {
  border-color: rgba(6, 60, 74, .19);
}

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

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

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

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

.rounded-lxg {
  border-radius: 2rem;
}

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

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

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

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

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

.rounded-t-sm {
  border-top-left-radius: .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-lxg {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

.rounded-tl-sm {
  border-top-left-radius: .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-lxg {
  border-top-left-radius: 2rem;
}

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

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

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

.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-wait {
  cursor: wait;
}

.cursor-move {
  cursor: move;
}

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

.group:hover .group-hover\:block {
  display: block;
}

.group:hover .group-hover\:inline-block {
  display: inline-block;
}

.group:hover .group-hover\:inline {
  display: inline;
}

.group:hover .group-hover\:table {
  display: table;
}

.group:hover .group-hover\:table-row {
  display: table-row;
}

.group:hover .group-hover\:table-cell {
  display: table-cell;
}

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

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

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

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

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

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

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

.group:hover .group-hover\:flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.group:hover .group-hover\:flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.group:hover .group-hover\:flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

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

.group:hover .group-hover\:flex-initial {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
}

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

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

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

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

.group:hover .group-hover\: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-berlingmd {
  font-family: BerlingskeSerif-Md;
}

.font-berlingdb {
  font-family: BerlingskeSerif-DBd;
}

.font-favorit {
  font-family: Favorit Pro;
}

.font-favoritbook {
  font-family: Favorit Pro Book;
}

.font-myriad {
  font-family: Myriad Pro;
}

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

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

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

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

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

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

.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-14 {
  height: 3.75rem;
}

.h-16 {
  height: 4rem;
}

.h-24 {
  height: 6rem;
}

.h-32 {
  height: 8rem;
}

.h-48 {
  height: 12rem;
}

.h-64 {
  height: 16rem;
}

.h-300 {
  height: 300px;
}

.h-400 {
  height: 400px;
}

.h-500 {
  height: 500px;
}

.h-600 {
  height: 600px;
}

.h-700 {
  height: 700px;
}

.h-800 {
  height: 800px;
}

.h-auto {
  height: auto;
}

.h-px {
  height: 1px;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

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

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

.m-6 {
  margin: 1.5rem;
}

.m-7 {
  margin: 1.75rem;
}

.m-8 {
  margin: 2rem;
}

.m-9 {
  margin: 2.25rem;
}

.m-10 {
  margin: 2.5rem;
}

.m-11 {
  margin: 2.75rem;
}

.m-12 {
  margin: 3rem;
}

.m-13 {
  margin: 3.25rem;
}

.m-14 {
  margin: 3.5rem;
}

.m-15 {
  margin: 3.75rem;
}

.m-16 {
  margin: 4rem;
}

.m-18 {
  margin: 5rem;
}

.m-20 {
  margin: 6rem;
}

.m-22 {
  margin: 7rem;
}

.m-24 {
  margin: 8rem;
}

.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: 1.25rem;
  margin-bottom: 1.25rem;
}

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

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

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

.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

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

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

.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.mx-9 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

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

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

.my-11 {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.mx-11 {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

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

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

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

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

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

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

.my-15 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.mx-15 {
  margin-left: 3.75rem;
  margin-right: 3.75rem;
}

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

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

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

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

.my-20 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.mx-20 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.my-22 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.mx-22 {
  margin-left: 7rem;
  margin-right: 7rem;
}

.my-24 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.mx-24 {
  margin-left: 8rem;
  margin-right: 8rem;
}

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

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

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

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

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

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

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

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

.mt-7 {
  margin-top: 1.75rem;
}

.mr-7 {
  margin-right: 1.75rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.ml-7 {
  margin-left: 1.75rem;
}

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

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

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

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

.mt-9 {
  margin-top: 2.25rem;
}

.mr-9 {
  margin-right: 2.25rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.ml-9 {
  margin-left: 2.25rem;
}

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

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

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

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

.mt-11 {
  margin-top: 2.75rem;
}

.mr-11 {
  margin-right: 2.75rem;
}

.mb-11 {
  margin-bottom: 2.75rem;
}

.ml-11 {
  margin-left: 2.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mt-15 {
  margin-top: 3.75rem;
}

.mr-15 {
  margin-right: 3.75rem;
}

.mb-15 {
  margin-bottom: 3.75rem;
}

.ml-15 {
  margin-left: 3.75rem;
}

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

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

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

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

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

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

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

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

.mt-20 {
  margin-top: 6rem;
}

.mr-20 {
  margin-right: 6rem;
}

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

.ml-20 {
  margin-left: 6rem;
}

.mt-22 {
  margin-top: 7rem;
}

.mr-22 {
  margin-right: 7rem;
}

.mb-22 {
  margin-bottom: 7rem;
}

.ml-22 {
  margin-left: 7rem;
}

.mt-24 {
  margin-top: 8rem;
}

.mr-24 {
  margin-right: 8rem;
}

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

.ml-24 {
  margin-left: 8rem;
}

.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-xs {
  max-width: 20rem;
}

.max-w-xss {
  max-width: 22rem;
}

.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-0 {
  min-width: 0;
}

.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-5 {
  margin: -1.25rem;
}

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

.-m-7 {
  margin: -1.75rem;
}

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

.-m-9 {
  margin: -2.25rem;
}

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

.-m-11 {
  margin: -2.75rem;
}

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

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

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

.-m-15 {
  margin: -3.75rem;
}

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

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

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

.-m-22 {
  margin: -7rem;
}

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

.-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: -0.25rem;
  margin-bottom: -0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

.-my-7 {
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}

.-mx-7 {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

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

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

.-my-9 {
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

.-mx-9 {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

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

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

.-my-11 {
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
}

.-mx-11 {
  margin-left: -2.75rem;
  margin-right: -2.75rem;
}

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

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

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

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

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

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

.-my-15 {
  margin-top: -3.75rem;
  margin-bottom: -3.75rem;
}

.-mx-15 {
  margin-left: -3.75rem;
  margin-right: -3.75rem;
}

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

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

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

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

.-my-20 {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.-mx-20 {
  margin-left: -6rem;
  margin-right: -6rem;
}

.-my-22 {
  margin-top: -7rem;
  margin-bottom: -7rem;
}

.-mx-22 {
  margin-left: -7rem;
  margin-right: -7rem;
}

.-my-24 {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.-mx-24 {
  margin-left: -8rem;
  margin-right: -8rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-mt-7 {
  margin-top: -1.75rem;
}

.-mr-7 {
  margin-right: -1.75rem;
}

.-mb-7 {
  margin-bottom: -1.75rem;
}

.-ml-7 {
  margin-left: -1.75rem;
}

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

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

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

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

.-mt-9 {
  margin-top: -2.25rem;
}

.-mr-9 {
  margin-right: -2.25rem;
}

.-mb-9 {
  margin-bottom: -2.25rem;
}

.-ml-9 {
  margin-left: -2.25rem;
}

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

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

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

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

.-mt-11 {
  margin-top: -2.75rem;
}

.-mr-11 {
  margin-right: -2.75rem;
}

.-mb-11 {
  margin-bottom: -2.75rem;
}

.-ml-11 {
  margin-left: -2.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.-mt-15 {
  margin-top: -3.75rem;
}

.-mr-15 {
  margin-right: -3.75rem;
}

.-mb-15 {
  margin-bottom: -3.75rem;
}

.-ml-15 {
  margin-left: -3.75rem;
}

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

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

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

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

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

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

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

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

.-mt-20 {
  margin-top: -6rem;
}

.-mr-20 {
  margin-right: -6rem;
}

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

.-ml-20 {
  margin-left: -6rem;
}

.-mt-22 {
  margin-top: -7rem;
}

.-mr-22 {
  margin-right: -7rem;
}

.-mb-22 {
  margin-bottom: -7rem;
}

.-ml-22 {
  margin-left: -7rem;
}

.-mt-24 {
  margin-top: -8rem;
}

.-mr-24 {
  margin-right: -8rem;
}

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

.-ml-24 {
  margin-left: -8rem;
}

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

.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-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

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

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

.p-0 {
  padding: 0;
}

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

.p-2 {
  padding: .5rem;
}

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

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

.p-9 {
  padding: 2.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-11 {
  padding: 2.75rem;
}

.p-12 {
  padding: 3rem;
}

.p-13 {
  padding: 3.25rem;
}

.p-14 {
  padding: 3.5rem;
}

.p-15 {
  padding: 3.75rem;
}

.p-16 {
  padding: 4rem;
}

.p-18 {
  padding: 5rem;
}

.p-20 {
  padding: 6rem;
}

.p-22 {
  padding: 7rem;
}

.p-24 {
  padding: 8rem;
}

.p-auto {
  padding: auto;
}

.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: .5rem;
  padding-bottom: .5rem;
}

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

.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: 1.25rem;
  padding-bottom: 1.25rem;
}

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

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

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

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

.py-13 {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}

.px-13 {
  padding-left: 3.25rem;
  padding-right: 3.25rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.py-15 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

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

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

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

.py-18 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

.py-20 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

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

.py-22 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.px-22 {
  padding-left: 7rem;
  padding-right: 7rem;
}

.py-24 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.px-24 {
  padding-left: 8rem;
  padding-right: 8rem;
}

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

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

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

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

.pb-2 {
  padding-bottom: .5rem;
}

.pl-2 {
  padding-left: .5rem;
}

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

.pr-5 {
  padding-right: 1.25rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

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

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.pr-7 {
  padding-right: 1.75rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.pt-8 {
  padding-top: 2rem;
}

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

.pb-8 {
  padding-bottom: 2rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pt-9 {
  padding-top: 2.25rem;
}

.pr-9 {
  padding-right: 2.25rem;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

.pl-9 {
  padding-left: 2.25rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pt-11 {
  padding-top: 2.75rem;
}

.pr-11 {
  padding-right: 2.75rem;
}

.pb-11 {
  padding-bottom: 2.75rem;
}

.pl-11 {
  padding-left: 2.75rem;
}

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

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

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

.pl-12 {
  padding-left: 3rem;
}

.pt-13 {
  padding-top: 3.25rem;
}

.pr-13 {
  padding-right: 3.25rem;
}

.pb-13 {
  padding-bottom: 3.25rem;
}

.pl-13 {
  padding-left: 3.25rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pr-14 {
  padding-right: 3.5rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pl-14 {
  padding-left: 3.5rem;
}

.pt-15 {
  padding-top: 3.75rem;
}

.pr-15 {
  padding-right: 3.75rem;
}

.pb-15 {
  padding-bottom: 3.75rem;
}

.pl-15 {
  padding-left: 3.75rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pt-18 {
  padding-top: 5rem;
}

.pr-18 {
  padding-right: 5rem;
}

.pb-18 {
  padding-bottom: 5rem;
}

.pl-18 {
  padding-left: 5rem;
}

.pt-20 {
  padding-top: 6rem;
}

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

.pb-20 {
  padding-bottom: 6rem;
}

.pl-20 {
  padding-left: 6rem;
}

.pt-22 {
  padding-top: 7rem;
}

.pr-22 {
  padding-right: 7rem;
}

.pb-22 {
  padding-bottom: 7rem;
}

.pl-22 {
  padding-left: 7rem;
}

.pt-24 {
  padding-top: 8rem;
}

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

.pb-24 {
  padding-bottom: 8rem;
}

.pl-24 {
  padding-left: 8rem;
}

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

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

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

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

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

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.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 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
          box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.shadow-xs {
  -webkit-box-shadow: 0 10px 60px 0 rgba(29, 29, 31, .09);
          box-shadow: 0 10px 60px 0 rgba(29, 29, 31, .09);
}

.shadow-sm {
  -webkit-box-shadow: 0 2px 6px 0 hsla(0, 0%, 0%, .2);
          box-shadow: 0 2px 6px 0 hsla(0, 0%, 0%, .2);
}

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

.hover\:shadow:hover {
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
          box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.hover\:shadow-xs:hover {
  -webkit-box-shadow: 0 10px 60px 0 rgba(29, 29, 31, .09);
          box-shadow: 0 10px 60px 0 rgba(29, 29, 31, .09);
}

.hover\:shadow-sm:hover {
  -webkit-box-shadow: 0 2px 6px 0 hsla(0, 0%, 0%, .2);
          box-shadow: 0 2px 6px 0 hsla(0, 0%, 0%, .2);
}

.hover\:shadow-md:hover {
  -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);
}

.hover\:shadow-lg:hover {
  -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);
}

.hover\:shadow-inner:hover {
  -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);
}

.hover\:shadow-none:hover {
  -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-search {
  color: #818e90;
}

.text-black-dark {
  color: #282828;
}

.text-green {
  color: #a9ab22;
}

.text-yellow {
  color: #fecc89;
}

.text-purple {
  color: #957eba;
}

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

.text-grey {
  color: #5d5d5d;
}

.text-grey-dark {
  color: #737373;
}

.text-grey-darkest {
  color: #686868;
}

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

.text-blue-darker {
  color: #1e393d;
}

.text-blue-lightester {
  color: #748385;
}

.text-orange {
  color: #f18670;
}

.text-orange-light {
  color: #e59f85;
}

.text-orange-lightest {
  color: #e3a98d;
}

.text-blue {
  color: #183235;
}

.text-blue-light {
  color: #8d999b;
}

.text-blue-dark {
  color: #254146;
}

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

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

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

.group:hover .group-hover\:text-search {
  color: #818e90;
}

.group:hover .group-hover\:text-black-dark {
  color: #282828;
}

.group:hover .group-hover\:text-green {
  color: #a9ab22;
}

.group:hover .group-hover\:text-yellow {
  color: #fecc89;
}

.group:hover .group-hover\:text-purple {
  color: #957eba;
}

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

.group:hover .group-hover\:text-grey {
  color: #5d5d5d;
}

.group:hover .group-hover\:text-grey-dark {
  color: #737373;
}

.group:hover .group-hover\:text-grey-darkest {
  color: #686868;
}

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

.group:hover .group-hover\:text-blue-darker {
  color: #1e393d;
}

.group:hover .group-hover\:text-blue-lightester {
  color: #748385;
}

.group:hover .group-hover\:text-orange {
  color: #f18670;
}

.group:hover .group-hover\:text-orange-light {
  color: #e59f85;
}

.group:hover .group-hover\:text-orange-lightest {
  color: #e3a98d;
}

.group:hover .group-hover\:text-blue {
  color: #183235;
}

.group:hover .group-hover\:text-blue-light {
  color: #8d999b;
}

.group:hover .group-hover\:text-blue-dark {
  color: #254146;
}

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

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

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

.hover\:text-search:hover {
  color: #818e90;
}

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

.hover\:text-green:hover {
  color: #a9ab22;
}

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

.hover\:text-purple:hover {
  color: #957eba;
}

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

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

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

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

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

.hover\:text-blue-darker:hover {
  color: #1e393d;
}

.hover\:text-blue-lightester:hover {
  color: #748385;
}

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

.hover\:text-orange-light:hover {
  color: #e59f85;
}

.hover\:text-orange-lightest:hover {
  color: #e3a98d;
}

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

.hover\:text-blue-light:hover {
  color: #8d999b;
}

.hover\:text-blue-dark:hover {
  color: #254146;
}

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

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

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

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

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

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

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

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

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

.text-22 {
  font-size: 1.375rem;
}

.text-24 {
  font-size: 1.5rem;
}

.text-25 {
  font-size: 1.5625rem;
}

.text-26 {
  font-size: 1.625rem;
}

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

.text-28 {
  font-size: 1.75rem;
}

.text-29 {
  font-size: 1.8125rem;
}

.text-30 {
  font-size: 1.875rem;
}

.text-32 {
  font-size: 2rem;
}

.text-34 {
  font-size: 2.125rem;
}

.text-36 {
  font-size: 2.25rem;
}

.text-37 {
  font-size: 2.3125rem;
}

.text-38 {
  font-size: 2.375rem;
}

.text-40 {
  font-size: 2.5rem;
}

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

.text-44 {
  font-size: 2.75rem;
}

.text-46 {
  font-size: 2.875rem;
}

.text-48 {
  font-size: 3rem;
}

.text-50 {
  font-size: 3.125rem;
}

.text-60 {
  font-size: 3.75rem;
}

.text-70 {
  font-size: 4.375rem;
}

.text-100 {
  font-size: 6.25rem;
}

.group:hover .group-hover\:text-10 {
  font-size: .625rem;
}

.group:hover .group-hover\:text-12 {
  font-size: .75rem;
}

.group:hover .group-hover\:text-13 {
  font-size: .8125rem;
}

.group:hover .group-hover\:text-14 {
  font-size: .875rem;
}

.group:hover .group-hover\:text-15 {
  font-size: .9375rem;
}

.group:hover .group-hover\:text-16 {
  font-size: 1rem;
}

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

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

.group:hover .group-hover\:text-20 {
  font-size: 1.25rem;
}

.group:hover .group-hover\:text-22 {
  font-size: 1.375rem;
}

.group:hover .group-hover\:text-24 {
  font-size: 1.5rem;
}

.group:hover .group-hover\:text-25 {
  font-size: 1.5625rem;
}

.group:hover .group-hover\:text-26 {
  font-size: 1.625rem;
}

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

.group:hover .group-hover\:text-28 {
  font-size: 1.75rem;
}

.group:hover .group-hover\:text-29 {
  font-size: 1.8125rem;
}

.group:hover .group-hover\:text-30 {
  font-size: 1.875rem;
}

.group:hover .group-hover\:text-32 {
  font-size: 2rem;
}

.group:hover .group-hover\:text-34 {
  font-size: 2.125rem;
}

.group:hover .group-hover\:text-36 {
  font-size: 2.25rem;
}

.group:hover .group-hover\:text-37 {
  font-size: 2.3125rem;
}

.group:hover .group-hover\:text-38 {
  font-size: 2.375rem;
}

.group:hover .group-hover\:text-40 {
  font-size: 2.5rem;
}

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

.group:hover .group-hover\:text-44 {
  font-size: 2.75rem;
}

.group:hover .group-hover\:text-46 {
  font-size: 2.875rem;
}

.group:hover .group-hover\:text-48 {
  font-size: 3rem;
}

.group:hover .group-hover\:text-50 {
  font-size: 3.125rem;
}

.group:hover .group-hover\:text-60 {
  font-size: 3.75rem;
}

.group:hover .group-hover\:text-70 {
  font-size: 4.375rem;
}

.group:hover .group-hover\:text-100 {
  font-size: 6.25rem;
}

.hover\:text-10:hover {
  font-size: .625rem;
}

.hover\:text-12:hover {
  font-size: .75rem;
}

.hover\:text-13:hover {
  font-size: .8125rem;
}

.hover\:text-14:hover {
  font-size: .875rem;
}

.hover\:text-15:hover {
  font-size: .9375rem;
}

.hover\:text-16:hover {
  font-size: 1rem;
}

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

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

.hover\:text-20:hover {
  font-size: 1.25rem;
}

.hover\:text-22:hover {
  font-size: 1.375rem;
}

.hover\:text-24:hover {
  font-size: 1.5rem;
}

.hover\:text-25:hover {
  font-size: 1.5625rem;
}

.hover\:text-26:hover {
  font-size: 1.625rem;
}

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

.hover\:text-28:hover {
  font-size: 1.75rem;
}

.hover\:text-29:hover {
  font-size: 1.8125rem;
}

.hover\:text-30:hover {
  font-size: 1.875rem;
}

.hover\:text-32:hover {
  font-size: 2rem;
}

.hover\:text-34:hover {
  font-size: 2.125rem;
}

.hover\:text-36:hover {
  font-size: 2.25rem;
}

.hover\:text-37:hover {
  font-size: 2.3125rem;
}

.hover\:text-38:hover {
  font-size: 2.375rem;
}

.hover\:text-40:hover {
  font-size: 2.5rem;
}

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

.hover\:text-44:hover {
  font-size: 2.75rem;
}

.hover\:text-46:hover {
  font-size: 2.875rem;
}

.hover\:text-48:hover {
  font-size: 3rem;
}

.hover\:text-50:hover {
  font-size: 3.125rem;
}

.hover\:text-60:hover {
  font-size: 3.75rem;
}

.hover\:text-70:hover {
  font-size: 4.375rem;
}

.hover\:text-100:hover {
  font-size: 6.25rem;
}

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

.w-px {
  width: 1px;
}

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

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

.w-1\/9 {
  width: 30%;
}

.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-6\/1 {
  width: 90%;
}

.w-full {
  width: 100%;
}

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

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

@media (min-width: 576px) {
  .mobile\:list-reset {
    list-style: none;
    padding: 0;
  }

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

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

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

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

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

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

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

  .mobile\:bg-search {
    background-color: #818e90;
  }

  .mobile\:bg-black-dark {
    background-color: #282828;
  }

  .mobile\:bg-green {
    background-color: #a9ab22;
  }

  .mobile\:bg-yellow {
    background-color: #fecc89;
  }

  .mobile\:bg-purple {
    background-color: #957eba;
  }

  .mobile\:bg-grey-light {
    background-color: #f2f2f2;
  }

  .mobile\:bg-grey {
    background-color: #5d5d5d;
  }

  .mobile\:bg-grey-dark {
    background-color: #737373;
  }

  .mobile\:bg-grey-darkest {
    background-color: #686868;
  }

  .mobile\:bg-grey-lightest {
    background-color: #b2b1b2;
  }

  .mobile\:bg-blue-darker {
    background-color: #1e393d;
  }

  .mobile\:bg-blue-lightester {
    background-color: #748385;
  }

  .mobile\:bg-orange {
    background-color: #f18670;
  }

  .mobile\:bg-orange-light {
    background-color: #e59f85;
  }

  .mobile\:bg-orange-lightest {
    background-color: #e3a98d;
  }

  .mobile\:bg-blue {
    background-color: #183235;
  }

  .mobile\:bg-blue-light {
    background-color: #8d999b;
  }

  .mobile\:bg-blue-dark {
    background-color: #254146;
  }

  .mobile\:bg-black-90 {
    background-color: rgba(0, 0, 0, .9);
  }

  .mobile\:bg-black-80 {
    background-color: rgba(0, 0, 0, .8);
  }

  .mobile\:bg-black-70 {
    background-color: rgba(0, 0, 0, .7);
  }

  .mobile\:bg-black-60 {
    background-color: rgba(0, 0, 0, .6);
  }

  .mobile\:bg-black-50 {
    background-color: rgba(0, 0, 0, .5);
  }

  .mobile\:bg-black-40 {
    background-color: rgba(0, 0, 0, .4);
  }

  .mobile\:bg-black-30 {
    background-color: rgba(0, 0, 0, .3);
  }

  .mobile\:bg-black-20 {
    background-color: rgba(0, 0, 0, .2);
  }

  .mobile\:bg-black-10 {
    background-color: rgba(0, 0, 0, .1);
  }

  .mobile\:bg-black-05 {
    background-color: rgba(0, 0, 0, .05);
  }

  .mobile\:bg-white-90 {
    background-color: rgba(255, 255, 255, .9);
  }

  .mobile\:bg-white-80 {
    background-color: rgba(255, 255, 255, .8);
  }

  .mobile\:bg-white-70 {
    background-color: rgba(255, 255, 255, .7);
  }

  .mobile\:bg-white-60 {
    background-color: rgba(255, 255, 255, .6);
  }

  .mobile\:bg-white-50 {
    background-color: rgba(255, 255, 255, .5);
  }

  .mobile\:bg-white-40 {
    background-color: rgba(255, 255, 255, .4);
  }

  .mobile\:bg-white-30 {
    background-color: rgba(255, 255, 255, .3);
  }

  .mobile\:bg-white-20 {
    background-color: rgba(255, 255, 255, .2);
  }

  .mobile\:bg-white-10 {
    background-color: rgba(255, 255, 255, .1);
  }

  .mobile\:bg-green-19 {
    background-color: rgba(6, 60, 74, .19);
  }

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

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

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

  .mobile\:hover\:bg-search:hover {
    background-color: #818e90;
  }

  .mobile\:hover\:bg-black-dark:hover {
    background-color: #282828;
  }

  .mobile\:hover\:bg-green:hover {
    background-color: #a9ab22;
  }

  .mobile\:hover\:bg-yellow:hover {
    background-color: #fecc89;
  }

  .mobile\:hover\:bg-purple:hover {
    background-color: #957eba;
  }

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

  .mobile\:hover\:bg-grey:hover {
    background-color: #5d5d5d;
  }

  .mobile\:hover\:bg-grey-dark:hover {
    background-color: #737373;
  }

  .mobile\:hover\:bg-grey-darkest:hover {
    background-color: #686868;
  }

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

  .mobile\:hover\:bg-blue-darker:hover {
    background-color: #1e393d;
  }

  .mobile\:hover\:bg-blue-lightester:hover {
    background-color: #748385;
  }

  .mobile\:hover\:bg-orange:hover {
    background-color: #f18670;
  }

  .mobile\:hover\:bg-orange-light:hover {
    background-color: #e59f85;
  }

  .mobile\:hover\:bg-orange-lightest:hover {
    background-color: #e3a98d;
  }

  .mobile\:hover\:bg-blue:hover {
    background-color: #183235;
  }

  .mobile\:hover\:bg-blue-light:hover {
    background-color: #8d999b;
  }

  .mobile\:hover\:bg-blue-dark:hover {
    background-color: #254146;
  }

  .mobile\:hover\:bg-black-90:hover {
    background-color: rgba(0, 0, 0, .9);
  }

  .mobile\:hover\:bg-black-80:hover {
    background-color: rgba(0, 0, 0, .8);
  }

  .mobile\:hover\:bg-black-70:hover {
    background-color: rgba(0, 0, 0, .7);
  }

  .mobile\:hover\:bg-black-60:hover {
    background-color: rgba(0, 0, 0, .6);
  }

  .mobile\:hover\:bg-black-50:hover {
    background-color: rgba(0, 0, 0, .5);
  }

  .mobile\:hover\:bg-black-40:hover {
    background-color: rgba(0, 0, 0, .4);
  }

  .mobile\:hover\:bg-black-30:hover {
    background-color: rgba(0, 0, 0, .3);
  }

  .mobile\:hover\:bg-black-20:hover {
    background-color: rgba(0, 0, 0, .2);
  }

  .mobile\:hover\:bg-black-10:hover {
    background-color: rgba(0, 0, 0, .1);
  }

  .mobile\:hover\:bg-black-05:hover {
    background-color: rgba(0, 0, 0, .05);
  }

  .mobile\:hover\:bg-white-90:hover {
    background-color: rgba(255, 255, 255, .9);
  }

  .mobile\:hover\:bg-white-80:hover {
    background-color: rgba(255, 255, 255, .8);
  }

  .mobile\:hover\:bg-white-70:hover {
    background-color: rgba(255, 255, 255, .7);
  }

  .mobile\:hover\:bg-white-60:hover {
    background-color: rgba(255, 255, 255, .6);
  }

  .mobile\:hover\:bg-white-50:hover {
    background-color: rgba(255, 255, 255, .5);
  }

  .mobile\:hover\:bg-white-40:hover {
    background-color: rgba(255, 255, 255, .4);
  }

  .mobile\:hover\:bg-white-30:hover {
    background-color: rgba(255, 255, 255, .3);
  }

  .mobile\:hover\:bg-white-20:hover {
    background-color: rgba(255, 255, 255, .2);
  }

  .mobile\:hover\:bg-white-10:hover {
    background-color: rgba(255, 255, 255, .1);
  }

  .mobile\:hover\:bg-green-19:hover {
    background-color: rgba(6, 60, 74, .19);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mobile\:border-search {
    border-color: #818e90;
  }

  .mobile\:border-black-dark {
    border-color: #282828;
  }

  .mobile\:border-green {
    border-color: #a9ab22;
  }

  .mobile\:border-yellow {
    border-color: #fecc89;
  }

  .mobile\:border-purple {
    border-color: #957eba;
  }

  .mobile\:border-grey-light {
    border-color: #f2f2f2;
  }

  .mobile\:border-grey {
    border-color: #5d5d5d;
  }

  .mobile\:border-grey-dark {
    border-color: #737373;
  }

  .mobile\:border-grey-darkest {
    border-color: #686868;
  }

  .mobile\:border-grey-lightest {
    border-color: #b2b1b2;
  }

  .mobile\:border-blue-darker {
    border-color: #1e393d;
  }

  .mobile\:border-blue-lightester {
    border-color: #748385;
  }

  .mobile\:border-orange {
    border-color: #f18670;
  }

  .mobile\:border-orange-light {
    border-color: #e59f85;
  }

  .mobile\:border-orange-lightest {
    border-color: #e3a98d;
  }

  .mobile\:border-blue {
    border-color: #183235;
  }

  .mobile\:border-blue-light {
    border-color: #8d999b;
  }

  .mobile\:border-blue-dark {
    border-color: #254146;
  }

  .mobile\:border-black-90 {
    border-color: rgba(0, 0, 0, .9);
  }

  .mobile\:border-black-80 {
    border-color: rgba(0, 0, 0, .8);
  }

  .mobile\:border-black-70 {
    border-color: rgba(0, 0, 0, .7);
  }

  .mobile\:border-black-60 {
    border-color: rgba(0, 0, 0, .6);
  }

  .mobile\:border-black-50 {
    border-color: rgba(0, 0, 0, .5);
  }

  .mobile\:border-black-40 {
    border-color: rgba(0, 0, 0, .4);
  }

  .mobile\:border-black-30 {
    border-color: rgba(0, 0, 0, .3);
  }

  .mobile\:border-black-20 {
    border-color: rgba(0, 0, 0, .2);
  }

  .mobile\:border-black-10 {
    border-color: rgba(0, 0, 0, .1);
  }

  .mobile\:border-black-05 {
    border-color: rgba(0, 0, 0, .05);
  }

  .mobile\:border-white-90 {
    border-color: rgba(255, 255, 255, .9);
  }

  .mobile\:border-white-80 {
    border-color: rgba(255, 255, 255, .8);
  }

  .mobile\:border-white-70 {
    border-color: rgba(255, 255, 255, .7);
  }

  .mobile\:border-white-60 {
    border-color: rgba(255, 255, 255, .6);
  }

  .mobile\:border-white-50 {
    border-color: rgba(255, 255, 255, .5);
  }

  .mobile\:border-white-40 {
    border-color: rgba(255, 255, 255, .4);
  }

  .mobile\:border-white-30 {
    border-color: rgba(255, 255, 255, .3);
  }

  .mobile\:border-white-20 {
    border-color: rgba(255, 255, 255, .2);
  }

  .mobile\:border-white-10 {
    border-color: rgba(255, 255, 255, .1);
  }

  .mobile\:border-green-19 {
    border-color: rgba(6, 60, 74, .19);
  }

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

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

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

  .mobile\:hover\:border-search:hover {
    border-color: #818e90;
  }

  .mobile\:hover\:border-black-dark:hover {
    border-color: #282828;
  }

  .mobile\:hover\:border-green:hover {
    border-color: #a9ab22;
  }

  .mobile\:hover\:border-yellow:hover {
    border-color: #fecc89;
  }

  .mobile\:hover\:border-purple:hover {
    border-color: #957eba;
  }

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

  .mobile\:hover\:border-grey:hover {
    border-color: #5d5d5d;
  }

  .mobile\:hover\:border-grey-dark:hover {
    border-color: #737373;
  }

  .mobile\:hover\:border-grey-darkest:hover {
    border-color: #686868;
  }

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

  .mobile\:hover\:border-blue-darker:hover {
    border-color: #1e393d;
  }

  .mobile\:hover\:border-blue-lightester:hover {
    border-color: #748385;
  }

  .mobile\:hover\:border-orange:hover {
    border-color: #f18670;
  }

  .mobile\:hover\:border-orange-light:hover {
    border-color: #e59f85;
  }

  .mobile\:hover\:border-orange-lightest:hover {
    border-color: #e3a98d;
  }

  .mobile\:hover\:border-blue:hover {
    border-color: #183235;
  }

  .mobile\:hover\:border-blue-light:hover {
    border-color: #8d999b;
  }

  .mobile\:hover\:border-blue-dark:hover {
    border-color: #254146;
  }

  .mobile\:hover\:border-black-90:hover {
    border-color: rgba(0, 0, 0, .9);
  }

  .mobile\:hover\:border-black-80:hover {
    border-color: rgba(0, 0, 0, .8);
  }

  .mobile\:hover\:border-black-70:hover {
    border-color: rgba(0, 0, 0, .7);
  }

  .mobile\:hover\:border-black-60:hover {
    border-color: rgba(0, 0, 0, .6);
  }

  .mobile\:hover\:border-black-50:hover {
    border-color: rgba(0, 0, 0, .5);
  }

  .mobile\:hover\:border-black-40:hover {
    border-color: rgba(0, 0, 0, .4);
  }

  .mobile\:hover\:border-black-30:hover {
    border-color: rgba(0, 0, 0, .3);
  }

  .mobile\:hover\:border-black-20:hover {
    border-color: rgba(0, 0, 0, .2);
  }

  .mobile\:hover\:border-black-10:hover {
    border-color: rgba(0, 0, 0, .1);
  }

  .mobile\:hover\:border-black-05:hover {
    border-color: rgba(0, 0, 0, .05);
  }

  .mobile\:hover\:border-white-90:hover {
    border-color: rgba(255, 255, 255, .9);
  }

  .mobile\:hover\:border-white-80:hover {
    border-color: rgba(255, 255, 255, .8);
  }

  .mobile\:hover\:border-white-70:hover {
    border-color: rgba(255, 255, 255, .7);
  }

  .mobile\:hover\:border-white-60:hover {
    border-color: rgba(255, 255, 255, .6);
  }

  .mobile\:hover\:border-white-50:hover {
    border-color: rgba(255, 255, 255, .5);
  }

  .mobile\:hover\:border-white-40:hover {
    border-color: rgba(255, 255, 255, .4);
  }

  .mobile\:hover\:border-white-30:hover {
    border-color: rgba(255, 255, 255, .3);
  }

  .mobile\:hover\:border-white-20:hover {
    border-color: rgba(255, 255, 255, .2);
  }

  .mobile\:hover\:border-white-10:hover {
    border-color: rgba(255, 255, 255, .1);
  }

  .mobile\:hover\:border-green-19:hover {
    border-color: rgba(6, 60, 74, .19);
  }

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

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

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

  .mobile\:focus\:border-search:focus {
    border-color: #818e90;
  }

  .mobile\:focus\:border-black-dark:focus {
    border-color: #282828;
  }

  .mobile\:focus\:border-green:focus {
    border-color: #a9ab22;
  }

  .mobile\:focus\:border-yellow:focus {
    border-color: #fecc89;
  }

  .mobile\:focus\:border-purple:focus {
    border-color: #957eba;
  }

  .mobile\:focus\:border-grey-light:focus {
    border-color: #f2f2f2;
  }

  .mobile\:focus\:border-grey:focus {
    border-color: #5d5d5d;
  }

  .mobile\:focus\:border-grey-dark:focus {
    border-color: #737373;
  }

  .mobile\:focus\:border-grey-darkest:focus {
    border-color: #686868;
  }

  .mobile\:focus\:border-grey-lightest:focus {
    border-color: #b2b1b2;
  }

  .mobile\:focus\:border-blue-darker:focus {
    border-color: #1e393d;
  }

  .mobile\:focus\:border-blue-lightester:focus {
    border-color: #748385;
  }

  .mobile\:focus\:border-orange:focus {
    border-color: #f18670;
  }

  .mobile\:focus\:border-orange-light:focus {
    border-color: #e59f85;
  }

  .mobile\:focus\:border-orange-lightest:focus {
    border-color: #e3a98d;
  }

  .mobile\:focus\:border-blue:focus {
    border-color: #183235;
  }

  .mobile\:focus\:border-blue-light:focus {
    border-color: #8d999b;
  }

  .mobile\:focus\:border-blue-dark:focus {
    border-color: #254146;
  }

  .mobile\:focus\:border-black-90:focus {
    border-color: rgba(0, 0, 0, .9);
  }

  .mobile\:focus\:border-black-80:focus {
    border-color: rgba(0, 0, 0, .8);
  }

  .mobile\:focus\:border-black-70:focus {
    border-color: rgba(0, 0, 0, .7);
  }

  .mobile\:focus\:border-black-60:focus {
    border-color: rgba(0, 0, 0, .6);
  }

  .mobile\:focus\:border-black-50:focus {
    border-color: rgba(0, 0, 0, .5);
  }

  .mobile\:focus\:border-black-40:focus {
    border-color: rgba(0, 0, 0, .4);
  }

  .mobile\:focus\:border-black-30:focus {
    border-color: rgba(0, 0, 0, .3);
  }

  .mobile\:focus\:border-black-20:focus {
    border-color: rgba(0, 0, 0, .2);
  }

  .mobile\:focus\:border-black-10:focus {
    border-color: rgba(0, 0, 0, .1);
  }

  .mobile\:focus\:border-black-05:focus {
    border-color: rgba(0, 0, 0, .05);
  }

  .mobile\:focus\:border-white-90:focus {
    border-color: rgba(255, 255, 255, .9);
  }

  .mobile\:focus\:border-white-80:focus {
    border-color: rgba(255, 255, 255, .8);
  }

  .mobile\:focus\:border-white-70:focus {
    border-color: rgba(255, 255, 255, .7);
  }

  .mobile\:focus\:border-white-60:focus {
    border-color: rgba(255, 255, 255, .6);
  }

  .mobile\:focus\:border-white-50:focus {
    border-color: rgba(255, 255, 255, .5);
  }

  .mobile\:focus\:border-white-40:focus {
    border-color: rgba(255, 255, 255, .4);
  }

  .mobile\:focus\:border-white-30:focus {
    border-color: rgba(255, 255, 255, .3);
  }

  .mobile\:focus\:border-white-20:focus {
    border-color: rgba(255, 255, 255, .2);
  }

  .mobile\:focus\:border-white-10:focus {
    border-color: rgba(255, 255, 255, .1);
  }

  .mobile\:focus\:border-green-19:focus {
    border-color: rgba(6, 60, 74, .19);
  }

  .mobile\:active\:border-transparent:active {
    border-color: transparent;
  }

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

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

  .mobile\:active\:border-search:active {
    border-color: #818e90;
  }

  .mobile\:active\:border-black-dark:active {
    border-color: #282828;
  }

  .mobile\:active\:border-green:active {
    border-color: #a9ab22;
  }

  .mobile\:active\:border-yellow:active {
    border-color: #fecc89;
  }

  .mobile\:active\:border-purple:active {
    border-color: #957eba;
  }

  .mobile\:active\:border-grey-light:active {
    border-color: #f2f2f2;
  }

  .mobile\:active\:border-grey:active {
    border-color: #5d5d5d;
  }

  .mobile\:active\:border-grey-dark:active {
    border-color: #737373;
  }

  .mobile\:active\:border-grey-darkest:active {
    border-color: #686868;
  }

  .mobile\:active\:border-grey-lightest:active {
    border-color: #b2b1b2;
  }

  .mobile\:active\:border-blue-darker:active {
    border-color: #1e393d;
  }

  .mobile\:active\:border-blue-lightester:active {
    border-color: #748385;
  }

  .mobile\:active\:border-orange:active {
    border-color: #f18670;
  }

  .mobile\:active\:border-orange-light:active {
    border-color: #e59f85;
  }

  .mobile\:active\:border-orange-lightest:active {
    border-color: #e3a98d;
  }

  .mobile\:active\:border-blue:active {
    border-color: #183235;
  }

  .mobile\:active\:border-blue-light:active {
    border-color: #8d999b;
  }

  .mobile\:active\:border-blue-dark:active {
    border-color: #254146;
  }

  .mobile\:active\:border-black-90:active {
    border-color: rgba(0, 0, 0, .9);
  }

  .mobile\:active\:border-black-80:active {
    border-color: rgba(0, 0, 0, .8);
  }

  .mobile\:active\:border-black-70:active {
    border-color: rgba(0, 0, 0, .7);
  }

  .mobile\:active\:border-black-60:active {
    border-color: rgba(0, 0, 0, .6);
  }

  .mobile\:active\:border-black-50:active {
    border-color: rgba(0, 0, 0, .5);
  }

  .mobile\:active\:border-black-40:active {
    border-color: rgba(0, 0, 0, .4);
  }

  .mobile\:active\:border-black-30:active {
    border-color: rgba(0, 0, 0, .3);
  }

  .mobile\:active\:border-black-20:active {
    border-color: rgba(0, 0, 0, .2);
  }

  .mobile\:active\:border-black-10:active {
    border-color: rgba(0, 0, 0, .1);
  }

  .mobile\:active\:border-black-05:active {
    border-color: rgba(0, 0, 0, .05);
  }

  .mobile\:active\:border-white-90:active {
    border-color: rgba(255, 255, 255, .9);
  }

  .mobile\:active\:border-white-80:active {
    border-color: rgba(255, 255, 255, .8);
  }

  .mobile\:active\:border-white-70:active {
    border-color: rgba(255, 255, 255, .7);
  }

  .mobile\:active\:border-white-60:active {
    border-color: rgba(255, 255, 255, .6);
  }

  .mobile\:active\:border-white-50:active {
    border-color: rgba(255, 255, 255, .5);
  }

  .mobile\:active\:border-white-40:active {
    border-color: rgba(255, 255, 255, .4);
  }

  .mobile\:active\:border-white-30:active {
    border-color: rgba(255, 255, 255, .3);
  }

  .mobile\:active\:border-white-20:active {
    border-color: rgba(255, 255, 255, .2);
  }

  .mobile\:active\:border-white-10:active {
    border-color: rgba(255, 255, 255, .1);
  }

  .mobile\:active\:border-green-19:active {
    border-color: rgba(6, 60, 74, .19);
  }

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

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

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

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

  .mobile\:rounded-lxg {
    border-radius: 2rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mobile\:rounded-t-lxg {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }

  .mobile\:rounded-r-lxg {
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }

  .mobile\:rounded-b-lxg {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .mobile\:rounded-l-lxg {
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

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

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

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

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

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

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

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

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

  .mobile\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

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

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

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

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

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

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

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

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

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

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

  .mobile\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .mobile\:rounded-tl-lxg {
    border-top-left-radius: 2rem;
  }

  .mobile\:rounded-tr-lxg {
    border-top-right-radius: 2rem;
  }

  .mobile\:rounded-br-lxg {
    border-bottom-right-radius: 2rem;
  }

  .mobile\:rounded-bl-lxg {
    border-bottom-left-radius: 2rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mobile\:block {
    display: block;
  }

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

  .mobile\:inline {
    display: inline;
  }

  .mobile\:table {
    display: table;
  }

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

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

  .mobile\:hidden {
    display: none;
  }

  .mobile\:group:hover .group-hover\:block {
    display: block;
  }

  .mobile\:group:hover .group-hover\:inline-block {
    display: inline-block;
  }

  .mobile\:group:hover .group-hover\:inline {
    display: inline;
  }

  .mobile\:group:hover .group-hover\:table {
    display: table;
  }

  .mobile\:group:hover .group-hover\:table-row {
    display: table-row;
  }

  .mobile\:group:hover .group-hover\:table-cell {
    display: table-cell;
  }

  .mobile\:group:hover .group-hover\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mobile\:group:hover .group-hover\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .mobile\:group:hover .group-hover\:inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

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

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

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

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

  .mobile\:group:hover .group-hover\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .mobile\:group:hover .group-hover\:flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

  .mobile\:group:hover .group-hover\:flex-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .mobile\:group:hover .group-hover\:items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .mobile\:group:hover .group-hover\:items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .mobile\:group:hover .group-hover\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .mobile\:group:hover .group-hover\:items-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  .mobile\:group:hover .group-hover\:items-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .mobile\:group:hover .group-hover\:self-auto {
    -ms-flex-item-align: auto;
        align-self: auto;
  }

  .mobile\:group:hover .group-hover\:self-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .mobile\:group:hover .group-hover\:self-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .mobile\:group:hover .group-hover\:self-center {
    -ms-flex-item-align: center;
        align-self: center;
  }

  .mobile\:group:hover .group-hover\:self-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }

  .mobile\:group:hover .group-hover\:justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .mobile\:group:hover .group-hover\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .mobile\:group:hover .group-hover\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

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

  .mobile\:group:hover .group-hover\:justify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .mobile\:group:hover .group-hover\:content-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }

  .mobile\:group:hover .group-hover\:content-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }

  .mobile\:group:hover .group-hover\:content-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }

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

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

  .mobile\:group:hover .group-hover\:flex-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .mobile\:group:hover .group-hover\:flex-auto {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }

  .mobile\:group:hover .group-hover\:flex-initial {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }

  .mobile\:group:hover .group-hover\:flex-none {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .mobile\:group:hover .group-hover\:flex-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .mobile\:group:hover .group-hover\:flex-shrink {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .mobile\:group:hover .group-hover\:flex-no-grow {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .mobile\:group:hover .group-hover\:flex-no-shrink {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

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

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

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

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

  .mobile\:font-berlingmd {
    font-family: BerlingskeSerif-Md;
  }

  .mobile\:font-berlingdb {
    font-family: BerlingskeSerif-DBd;
  }

  .mobile\:font-favorit {
    font-family: Favorit Pro;
  }

  .mobile\:font-favoritbook {
    font-family: Favorit Pro Book;
  }

  .mobile\:font-myriad {
    font-family: Myriad Pro;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mobile\:h-14 {
    height: 3.75rem;
  }

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

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

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

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

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

  .mobile\:h-300 {
    height: 300px;
  }

  .mobile\:h-400 {
    height: 400px;
  }

  .mobile\:h-500 {
    height: 500px;
  }

  .mobile\:h-600 {
    height: 600px;
  }

  .mobile\:h-700 {
    height: 700px;
  }

  .mobile\:h-800 {
    height: 800px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mobile\:m-7 {
    margin: 1.75rem;
  }

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

  .mobile\:m-9 {
    margin: 2.25rem;
  }

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

  .mobile\:m-11 {
    margin: 2.75rem;
  }

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

  .mobile\:m-13 {
    margin: 3.25rem;
  }

  .mobile\:m-14 {
    margin: 3.5rem;
  }

  .mobile\:m-15 {
    margin: 3.75rem;
  }

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

  .mobile\:m-18 {
    margin: 5rem;
  }

  .mobile\:m-20 {
    margin: 6rem;
  }

  .mobile\:m-22 {
    margin: 7rem;
  }

  .mobile\:m-24 {
    margin: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mobile\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .mobile\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

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

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

  .mobile\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .mobile\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

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

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

  .mobile\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .mobile\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

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

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

  .mobile\:my-13 {
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .mobile\:mx-13 {
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .mobile\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .mobile\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .mobile\:my-15 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .mobile\:mx-15 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

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

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

  .mobile\:my-18 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .mobile\:mx-18 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .mobile\:my-20 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .mobile\:mx-20 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .mobile\:my-22 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .mobile\:mx-22 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .mobile\:my-24 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .mobile\:mx-24 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mobile\:ml-3 {
    margin-left: .75rem;
  }

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

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

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

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

  .mobile\:mt-5 {
    margin-top: 1.25rem;
  }

  .mobile\:mr-5 {
    margin-right: 1.25rem;
  }

  .mobile\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .mobile\:ml-5 {
    margin-left: 1.25rem;
  }

  .mobile\:mt-6 {
    margin-top: 1.5rem;
  }

  .mobile\:mr-6 {
    margin-right: 1.5rem;
  }

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

  .mobile\:ml-6 {
    margin-left: 1.5rem;
  }

  .mobile\:mt-7 {
    margin-top: 1.75rem;
  }

  .mobile\:mr-7 {
    margin-right: 1.75rem;
  }

  .mobile\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .mobile\:ml-7 {
    margin-left: 1.75rem;
  }

  .mobile\:mt-8 {
    margin-top: 2rem;
  }

  .mobile\:mr-8 {
    margin-right: 2rem;
  }

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

  .mobile\:ml-8 {
    margin-left: 2rem;
  }

  .mobile\:mt-9 {
    margin-top: 2.25rem;
  }

  .mobile\:mr-9 {
    margin-right: 2.25rem;
  }

  .mobile\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .mobile\:ml-9 {
    margin-left: 2.25rem;
  }

  .mobile\:mt-10 {
    margin-top: 2.5rem;
  }

  .mobile\:mr-10 {
    margin-right: 2.5rem;
  }

  .mobile\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .mobile\:ml-10 {
    margin-left: 2.5rem;
  }

  .mobile\:mt-11 {
    margin-top: 2.75rem;
  }

  .mobile\:mr-11 {
    margin-right: 2.75rem;
  }

  .mobile\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .mobile\:ml-11 {
    margin-left: 2.75rem;
  }

  .mobile\:mt-12 {
    margin-top: 3rem;
  }

  .mobile\:mr-12 {
    margin-right: 3rem;
  }

  .mobile\:mb-12 {
    margin-bottom: 3rem;
  }

  .mobile\:ml-12 {
    margin-left: 3rem;
  }

  .mobile\:mt-13 {
    margin-top: 3.25rem;
  }

  .mobile\:mr-13 {
    margin-right: 3.25rem;
  }

  .mobile\:mb-13 {
    margin-bottom: 3.25rem;
  }

  .mobile\:ml-13 {
    margin-left: 3.25rem;
  }

  .mobile\:mt-14 {
    margin-top: 3.5rem;
  }

  .mobile\:mr-14 {
    margin-right: 3.5rem;
  }

  .mobile\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .mobile\:ml-14 {
    margin-left: 3.5rem;
  }

  .mobile\:mt-15 {
    margin-top: 3.75rem;
  }

  .mobile\:mr-15 {
    margin-right: 3.75rem;
  }

  .mobile\:mb-15 {
    margin-bottom: 3.75rem;
  }

  .mobile\:ml-15 {
    margin-left: 3.75rem;
  }

  .mobile\:mt-16 {
    margin-top: 4rem;
  }

  .mobile\:mr-16 {
    margin-right: 4rem;
  }

  .mobile\:mb-16 {
    margin-bottom: 4rem;
  }

  .mobile\:ml-16 {
    margin-left: 4rem;
  }

  .mobile\:mt-18 {
    margin-top: 5rem;
  }

  .mobile\:mr-18 {
    margin-right: 5rem;
  }

  .mobile\:mb-18 {
    margin-bottom: 5rem;
  }

  .mobile\:ml-18 {
    margin-left: 5rem;
  }

  .mobile\:mt-20 {
    margin-top: 6rem;
  }

  .mobile\:mr-20 {
    margin-right: 6rem;
  }

  .mobile\:mb-20 {
    margin-bottom: 6rem;
  }

  .mobile\:ml-20 {
    margin-left: 6rem;
  }

  .mobile\:mt-22 {
    margin-top: 7rem;
  }

  .mobile\:mr-22 {
    margin-right: 7rem;
  }

  .mobile\:mb-22 {
    margin-bottom: 7rem;
  }

  .mobile\:ml-22 {
    margin-left: 7rem;
  }

  .mobile\:mt-24 {
    margin-top: 8rem;
  }

  .mobile\:mr-24 {
    margin-right: 8rem;
  }

  .mobile\:mb-24 {
    margin-bottom: 8rem;
  }

  .mobile\:ml-24 {
    margin-left: 8rem;
  }

  .mobile\:mt-auto {
    margin-top: auto;
  }

  .mobile\:mr-auto {
    margin-right: auto;
  }

  .mobile\:mb-auto {
    margin-bottom: auto;
  }

  .mobile\:ml-auto {
    margin-left: auto;
  }

  .mobile\:mt-px {
    margin-top: 1px;
  }

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

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

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

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

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

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

  .mobile\:max-w-xss {
    max-width: 22rem;
  }

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

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

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

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

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

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

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

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

  .mobile\:max-w-full {
    max-width: 100%;
  }

  .mobile\:min-h-0 {
    min-height: 0;
  }

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

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

  .mobile\:min-w-0 {
    min-width: 0;
  }

  .mobile\:min-w-full {
    min-width: 100%;
  }

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

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

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

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

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

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

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

  .mobile\:-m-7 {
    margin: -1.75rem;
  }

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

  .mobile\:-m-9 {
    margin: -2.25rem;
  }

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

  .mobile\:-m-11 {
    margin: -2.75rem;
  }

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

  .mobile\:-m-13 {
    margin: -3.25rem;
  }

  .mobile\:-m-14 {
    margin: -3.5rem;
  }

  .mobile\:-m-15 {
    margin: -3.75rem;
  }

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

  .mobile\:-m-18 {
    margin: -5rem;
  }

  .mobile\:-m-20 {
    margin: -6rem;
  }

  .mobile\:-m-22 {
    margin: -7rem;
  }

  .mobile\:-m-24 {
    margin: -8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mobile\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .mobile\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

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

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

  .mobile\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .mobile\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

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

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

  .mobile\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .mobile\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

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

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

  .mobile\:-my-13 {
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  .mobile\:-mx-13 {
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .mobile\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .mobile\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .mobile\:-my-15 {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .mobile\:-mx-15 {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

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

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

  .mobile\:-my-18 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .mobile\:-mx-18 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .mobile\:-my-20 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .mobile\:-mx-20 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .mobile\:-my-22 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .mobile\:-mx-22 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .mobile\:-my-24 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .mobile\:-mx-24 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mobile\:-mt-5 {
    margin-top: -1.25rem;
  }

  .mobile\:-mr-5 {
    margin-right: -1.25rem;
  }

  .mobile\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .mobile\:-ml-5 {
    margin-left: -1.25rem;
  }

  .mobile\:-mt-6 {
    margin-top: -1.5rem;
  }

  .mobile\:-mr-6 {
    margin-right: -1.5rem;
  }

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

  .mobile\:-ml-6 {
    margin-left: -1.5rem;
  }

  .mobile\:-mt-7 {
    margin-top: -1.75rem;
  }

  .mobile\:-mr-7 {
    margin-right: -1.75rem;
  }

  .mobile\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .mobile\:-ml-7 {
    margin-left: -1.75rem;
  }

  .mobile\:-mt-8 {
    margin-top: -2rem;
  }

  .mobile\:-mr-8 {
    margin-right: -2rem;
  }

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

  .mobile\:-ml-8 {
    margin-left: -2rem;
  }

  .mobile\:-mt-9 {
    margin-top: -2.25rem;
  }

  .mobile\:-mr-9 {
    margin-right: -2.25rem;
  }

  .mobile\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .mobile\:-ml-9 {
    margin-left: -2.25rem;
  }

  .mobile\:-mt-10 {
    margin-top: -2.5rem;
  }

  .mobile\:-mr-10 {
    margin-right: -2.5rem;
  }

  .mobile\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .mobile\:-ml-10 {
    margin-left: -2.5rem;
  }

  .mobile\:-mt-11 {
    margin-top: -2.75rem;
  }

  .mobile\:-mr-11 {
    margin-right: -2.75rem;
  }

  .mobile\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .mobile\:-ml-11 {
    margin-left: -2.75rem;
  }

  .mobile\:-mt-12 {
    margin-top: -3rem;
  }

  .mobile\:-mr-12 {
    margin-right: -3rem;
  }

  .mobile\:-mb-12 {
    margin-bottom: -3rem;
  }

  .mobile\:-ml-12 {
    margin-left: -3rem;
  }

  .mobile\:-mt-13 {
    margin-top: -3.25rem;
  }

  .mobile\:-mr-13 {
    margin-right: -3.25rem;
  }

  .mobile\:-mb-13 {
    margin-bottom: -3.25rem;
  }

  .mobile\:-ml-13 {
    margin-left: -3.25rem;
  }

  .mobile\:-mt-14 {
    margin-top: -3.5rem;
  }

  .mobile\:-mr-14 {
    margin-right: -3.5rem;
  }

  .mobile\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .mobile\:-ml-14 {
    margin-left: -3.5rem;
  }

  .mobile\:-mt-15 {
    margin-top: -3.75rem;
  }

  .mobile\:-mr-15 {
    margin-right: -3.75rem;
  }

  .mobile\:-mb-15 {
    margin-bottom: -3.75rem;
  }

  .mobile\:-ml-15 {
    margin-left: -3.75rem;
  }

  .mobile\:-mt-16 {
    margin-top: -4rem;
  }

  .mobile\:-mr-16 {
    margin-right: -4rem;
  }

  .mobile\:-mb-16 {
    margin-bottom: -4rem;
  }

  .mobile\:-ml-16 {
    margin-left: -4rem;
  }

  .mobile\:-mt-18 {
    margin-top: -5rem;
  }

  .mobile\:-mr-18 {
    margin-right: -5rem;
  }

  .mobile\:-mb-18 {
    margin-bottom: -5rem;
  }

  .mobile\:-ml-18 {
    margin-left: -5rem;
  }

  .mobile\:-mt-20 {
    margin-top: -6rem;
  }

  .mobile\:-mr-20 {
    margin-right: -6rem;
  }

  .mobile\:-mb-20 {
    margin-bottom: -6rem;
  }

  .mobile\:-ml-20 {
    margin-left: -6rem;
  }

  .mobile\:-mt-22 {
    margin-top: -7rem;
  }

  .mobile\:-mr-22 {
    margin-right: -7rem;
  }

  .mobile\:-mb-22 {
    margin-bottom: -7rem;
  }

  .mobile\:-ml-22 {
    margin-left: -7rem;
  }

  .mobile\:-mt-24 {
    margin-top: -8rem;
  }

  .mobile\:-mr-24 {
    margin-right: -8rem;
  }

  .mobile\:-mb-24 {
    margin-bottom: -8rem;
  }

  .mobile\:-ml-24 {
    margin-left: -8rem;
  }

  .mobile\:-mt-auto {
    margin-top: -auto;
  }

  .mobile\:-mr-auto {
    margin-right: -auto;
  }

  .mobile\:-mb-auto {
    margin-bottom: -auto;
  }

  .mobile\:-ml-auto {
    margin-left: -auto;
  }

  .mobile\:-mt-px {
    margin-top: -1px;
  }

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

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

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

  .mobile\:opacity-0 {
    opacity: 0;
  }

  .mobile\:opacity-25 {
    opacity: .25;
  }

  .mobile\:opacity-50 {
    opacity: .5;
  }

  .mobile\:opacity-75 {
    opacity: .75;
  }

  .mobile\:opacity-100 {
    opacity: 1;
  }

  .mobile\:overflow-auto {
    overflow: auto;
  }

  .mobile\:overflow-hidden {
    overflow: hidden;
  }

  .mobile\:overflow-visible {
    overflow: visible;
  }

  .mobile\:overflow-scroll {
    overflow: scroll;
  }

  .mobile\:overflow-x-auto {
    overflow-x: auto;
  }

  .mobile\:overflow-y-auto {
    overflow-y: auto;
  }

  .mobile\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .mobile\:overflow-y-scroll {
    overflow-y: scroll;
  }

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

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

  .mobile\:p-0 {
    padding: 0;
  }

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

  .mobile\:p-2 {
    padding: .5rem;
  }

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

  .mobile\:p-4 {
    padding: 1rem;
  }

  .mobile\:p-5 {
    padding: 1.25rem;
  }

  .mobile\:p-6 {
    padding: 1.5rem;
  }

  .mobile\:p-7 {
    padding: 1.75rem;
  }

  .mobile\:p-8 {
    padding: 2rem;
  }

  .mobile\:p-9 {
    padding: 2.25rem;
  }

  .mobile\:p-10 {
    padding: 2.5rem;
  }

  .mobile\:p-11 {
    padding: 2.75rem;
  }

  .mobile\:p-12 {
    padding: 3rem;
  }

  .mobile\:p-13 {
    padding: 3.25rem;
  }

  .mobile\:p-14 {
    padding: 3.5rem;
  }

  .mobile\:p-15 {
    padding: 3.75rem;
  }

  .mobile\:p-16 {
    padding: 4rem;
  }

  .mobile\:p-18 {
    padding: 5rem;
  }

  .mobile\:p-20 {
    padding: 6rem;
  }

  .mobile\:p-22 {
    padding: 7rem;
  }

  .mobile\:p-24 {
    padding: 8rem;
  }

  .mobile\:p-auto {
    padding: auto;
  }

  .mobile\:p-px {
    padding: 1px;
  }

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

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

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

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

  .mobile\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .mobile\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

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

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

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

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

  .mobile\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .mobile\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .mobile\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

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

  .mobile\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .mobile\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .mobile\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .mobile\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .mobile\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .mobile\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .mobile\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .mobile\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .mobile\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .mobile\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .mobile\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .mobile\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .mobile\:py-13 {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .mobile\:px-13 {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .mobile\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .mobile\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .mobile\:py-15 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .mobile\:px-15 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .mobile\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .mobile\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .mobile\:py-18 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .mobile\:px-18 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .mobile\:py-20 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .mobile\:px-20 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .mobile\:py-22 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .mobile\:px-22 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .mobile\:py-24 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .mobile\:px-24 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .mobile\:py-auto {
    padding-top: auto;
    padding-bottom: auto;
  }

  .mobile\:px-auto {
    padding-left: auto;
    padding-right: auto;
  }

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

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

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

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

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

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

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

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

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

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

  .mobile\:pt-2 {
    padding-top: .5rem;
  }

  .mobile\:pr-2 {
    padding-right: .5rem;
  }

  .mobile\:pb-2 {
    padding-bottom: .5rem;
  }

  .mobile\:pl-2 {
    padding-left: .5rem;
  }

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

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

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

  .mobile\:pl-3 {
    padding-left: .75rem;
  }

  .mobile\:pt-4 {
    padding-top: 1rem;
  }

  .mobile\:pr-4 {
    padding-right: 1rem;
  }

  .mobile\:pb-4 {
    padding-bottom: 1rem;
  }

  .mobile\:pl-4 {
    padding-left: 1rem;
  }

  .mobile\:pt-5 {
    padding-top: 1.25rem;
  }

  .mobile\:pr-5 {
    padding-right: 1.25rem;
  }

  .mobile\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .mobile\:pl-5 {
    padding-left: 1.25rem;
  }

  .mobile\:pt-6 {
    padding-top: 1.5rem;
  }

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

  .mobile\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .mobile\:pl-6 {
    padding-left: 1.5rem;
  }

  .mobile\:pt-7 {
    padding-top: 1.75rem;
  }

  .mobile\:pr-7 {
    padding-right: 1.75rem;
  }

  .mobile\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .mobile\:pl-7 {
    padding-left: 1.75rem;
  }

  .mobile\:pt-8 {
    padding-top: 2rem;
  }

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

  .mobile\:pb-8 {
    padding-bottom: 2rem;
  }

  .mobile\:pl-8 {
    padding-left: 2rem;
  }

  .mobile\:pt-9 {
    padding-top: 2.25rem;
  }

  .mobile\:pr-9 {
    padding-right: 2.25rem;
  }

  .mobile\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .mobile\:pl-9 {
    padding-left: 2.25rem;
  }

  .mobile\:pt-10 {
    padding-top: 2.5rem;
  }

  .mobile\:pr-10 {
    padding-right: 2.5rem;
  }

  .mobile\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .mobile\:pl-10 {
    padding-left: 2.5rem;
  }

  .mobile\:pt-11 {
    padding-top: 2.75rem;
  }

  .mobile\:pr-11 {
    padding-right: 2.75rem;
  }

  .mobile\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .mobile\:pl-11 {
    padding-left: 2.75rem;
  }

  .mobile\:pt-12 {
    padding-top: 3rem;
  }

  .mobile\:pr-12 {
    padding-right: 3rem;
  }

  .mobile\:pb-12 {
    padding-bottom: 3rem;
  }

  .mobile\:pl-12 {
    padding-left: 3rem;
  }

  .mobile\:pt-13 {
    padding-top: 3.25rem;
  }

  .mobile\:pr-13 {
    padding-right: 3.25rem;
  }

  .mobile\:pb-13 {
    padding-bottom: 3.25rem;
  }

  .mobile\:pl-13 {
    padding-left: 3.25rem;
  }

  .mobile\:pt-14 {
    padding-top: 3.5rem;
  }

  .mobile\:pr-14 {
    padding-right: 3.5rem;
  }

  .mobile\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .mobile\:pl-14 {
    padding-left: 3.5rem;
  }

  .mobile\:pt-15 {
    padding-top: 3.75rem;
  }

  .mobile\:pr-15 {
    padding-right: 3.75rem;
  }

  .mobile\:pb-15 {
    padding-bottom: 3.75rem;
  }

  .mobile\:pl-15 {
    padding-left: 3.75rem;
  }

  .mobile\:pt-16 {
    padding-top: 4rem;
  }

  .mobile\:pr-16 {
    padding-right: 4rem;
  }

  .mobile\:pb-16 {
    padding-bottom: 4rem;
  }

  .mobile\:pl-16 {
    padding-left: 4rem;
  }

  .mobile\:pt-18 {
    padding-top: 5rem;
  }

  .mobile\:pr-18 {
    padding-right: 5rem;
  }

  .mobile\:pb-18 {
    padding-bottom: 5rem;
  }

  .mobile\:pl-18 {
    padding-left: 5rem;
  }

  .mobile\:pt-20 {
    padding-top: 6rem;
  }

  .mobile\:pr-20 {
    padding-right: 6rem;
  }

  .mobile\:pb-20 {
    padding-bottom: 6rem;
  }

  .mobile\:pl-20 {
    padding-left: 6rem;
  }

  .mobile\:pt-22 {
    padding-top: 7rem;
  }

  .mobile\:pr-22 {
    padding-right: 7rem;
  }

  .mobile\:pb-22 {
    padding-bottom: 7rem;
  }

  .mobile\:pl-22 {
    padding-left: 7rem;
  }

  .mobile\:pt-24 {
    padding-top: 8rem;
  }

  .mobile\:pr-24 {
    padding-right: 8rem;
  }

  .mobile\:pb-24 {
    padding-bottom: 8rem;
  }

  .mobile\:pl-24 {
    padding-left: 8rem;
  }

  .mobile\:pt-auto {
    padding-top: auto;
  }

  .mobile\:pr-auto {
    padding-right: auto;
  }

  .mobile\:pb-auto {
    padding-bottom: auto;
  }

  .mobile\:pl-auto {
    padding-left: auto;
  }

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

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

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

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

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

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

  .mobile\:static {
    position: static;
  }

  .mobile\:fixed {
    position: fixed;
  }

  .mobile\:absolute {
    position: absolute;
  }

  .mobile\:relative {
    position: relative;
  }

  .mobile\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

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

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

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

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

  .mobile\:pin-t {
    top: 0;
  }

  .mobile\:pin-r {
    right: 0;
  }

  .mobile\:pin-b {
    bottom: 0;
  }

  .mobile\:pin-l {
    left: 0;
  }

  .mobile\:resize-none {
    resize: none;
  }

  .mobile\:resize-y {
    resize: vertical;
  }

  .mobile\:resize-x {
    resize: horizontal;
  }

  .mobile\:resize {
    resize: both;
  }

  .mobile\:shadow {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
            box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
  }

  .mobile\:shadow-xs {
    -webkit-box-shadow: 0 10px 60px 0 rgba(29, 29, 31, .09);
            box-shadow: 0 10px 60px 0 rgba(29, 29, 31, .09);
  }

  .mobile\:shadow-sm {
    -webkit-box-shadow: 0 2px 6px 0 hsla(0, 0%, 0%, .2);
            box-shadow: 0 2px 6px 0 hsla(0, 0%, 0%, .2);
  }

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

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

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

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

  .mobile\:hover\:shadow:hover {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
            box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
  }

  .mobile\:hover\:shadow-xs:hover {
    -webkit-box-shadow: 0 10px 60px 0 rgba(29, 29, 31, .09);
            box-shadow: 0 10px 60px 0 rgba(29, 29, 31, .09);
  }

  .mobile\:hover\:shadow-sm:hover {
    -webkit-box-shadow: 0 2px 6px 0 hsla(0, 0%, 0%, .2);
            box-shadow: 0 2px 6px 0 hsla(0, 0%, 0%, .2);
  }

  .mobile\:hover\:shadow-md:hover {
    -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);
  }

  .mobile\:hover\:shadow-lg:hover {
    -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);
  }

  .mobile\:hover\:shadow-inner:hover {
    -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);
  }

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

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

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

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

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

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

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

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

  .mobile\:text-search {
    color: #818e90;
  }

  .mobile\:text-black-dark {
    color: #282828;
  }

  .mobile\:text-green {
    color: #a9ab22;
  }

  .mobile\:text-yellow {
    color: #fecc89;
  }

  .mobile\:text-purple {
    color: #957eba;
  }

  .mobile\:text-grey-light {
    color: #f2f2f2;
  }

  .mobile\:text-grey {
    color: #5d5d5d;
  }

  .mobile\:text-grey-dark {
    color: #737373;
  }

  .mobile\:text-grey-darkest {
    color: #686868;
  }

  .mobile\:text-grey-lightest {
    color: #b2b1b2;
  }

  .mobile\:text-blue-darker {
    color: #1e393d;
  }

  .mobile\:text-blue-lightester {
    color: #748385;
  }

  .mobile\:text-orange {
    color: #f18670;
  }

  .mobile\:text-orange-light {
    color: #e59f85;
  }

  .mobile\:text-orange-lightest {
    color: #e3a98d;
  }

  .mobile\:text-blue {
    color: #183235;
  }

  .mobile\:text-blue-light {
    color: #8d999b;
  }

  .mobile\:text-blue-dark {
    color: #254146;
  }

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

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

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

  .mobile\:group:hover .group-hover\:text-search {
    color: #818e90;
  }

  .mobile\:group:hover .group-hover\:text-black-dark {
    color: #282828;
  }

  .mobile\:group:hover .group-hover\:text-green {
    color: #a9ab22;
  }

  .mobile\:group:hover .group-hover\:text-yellow {
    color: #fecc89;
  }

  .mobile\:group:hover .group-hover\:text-purple {
    color: #957eba;
  }

  .mobile\:group:hover .group-hover\:text-grey-light {
    color: #f2f2f2;
  }

  .mobile\:group:hover .group-hover\:text-grey {
    color: #5d5d5d;
  }

  .mobile\:group:hover .group-hover\:text-grey-dark {
    color: #737373;
  }

  .mobile\:group:hover .group-hover\:text-grey-darkest {
    color: #686868;
  }

  .mobile\:group:hover .group-hover\:text-grey-lightest {
    color: #b2b1b2;
  }

  .mobile\:group:hover .group-hover\:text-blue-darker {
    color: #1e393d;
  }

  .mobile\:group:hover .group-hover\:text-blue-lightester {
    color: #748385;
  }

  .mobile\:group:hover .group-hover\:text-orange {
    color: #f18670;
  }

  .mobile\:group:hover .group-hover\:text-orange-light {
    color: #e59f85;
  }

  .mobile\:group:hover .group-hover\:text-orange-lightest {
    color: #e3a98d;
  }

  .mobile\:group:hover .group-hover\:text-blue {
    color: #183235;
  }

  .mobile\:group:hover .group-hover\:text-blue-light {
    color: #8d999b;
  }

  .mobile\:group:hover .group-hover\:text-blue-dark {
    color: #254146;
  }

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

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

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

  .mobile\:hover\:text-search:hover {
    color: #818e90;
  }

  .mobile\:hover\:text-black-dark:hover {
    color: #282828;
  }

  .mobile\:hover\:text-green:hover {
    color: #a9ab22;
  }

  .mobile\:hover\:text-yellow:hover {
    color: #fecc89;
  }

  .mobile\:hover\:text-purple:hover {
    color: #957eba;
  }

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

  .mobile\:hover\:text-grey:hover {
    color: #5d5d5d;
  }

  .mobile\:hover\:text-grey-dark:hover {
    color: #737373;
  }

  .mobile\:hover\:text-grey-darkest:hover {
    color: #686868;
  }

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

  .mobile\:hover\:text-blue-darker:hover {
    color: #1e393d;
  }

  .mobile\:hover\:text-blue-lightester:hover {
    color: #748385;
  }

  .mobile\:hover\:text-orange:hover {
    color: #f18670;
  }

  .mobile\:hover\:text-orange-light:hover {
    color: #e59f85;
  }

  .mobile\:hover\:text-orange-lightest:hover {
    color: #e3a98d;
  }

  .mobile\:hover\:text-blue:hover {
    color: #183235;
  }

  .mobile\:hover\:text-blue-light:hover {
    color: #8d999b;
  }

  .mobile\:hover\:text-blue-dark:hover {
    color: #254146;
  }

  .mobile\:text-10 {
    font-size: .625rem;
  }

  .mobile\:text-12 {
    font-size: .75rem;
  }

  .mobile\:text-13 {
    font-size: .8125rem;
  }

  .mobile\:text-14 {
    font-size: .875rem;
  }

  .mobile\:text-15 {
    font-size: .9375rem;
  }

  .mobile\:text-16 {
    font-size: 1rem;
  }

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

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

  .mobile\:text-20 {
    font-size: 1.25rem;
  }

  .mobile\:text-22 {
    font-size: 1.375rem;
  }

  .mobile\:text-24 {
    font-size: 1.5rem;
  }

  .mobile\:text-25 {
    font-size: 1.5625rem;
  }

  .mobile\:text-26 {
    font-size: 1.625rem;
  }

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

  .mobile\:text-28 {
    font-size: 1.75rem;
  }

  .mobile\:text-29 {
    font-size: 1.8125rem;
  }

  .mobile\:text-30 {
    font-size: 1.875rem;
  }

  .mobile\:text-32 {
    font-size: 2rem;
  }

  .mobile\:text-34 {
    font-size: 2.125rem;
  }

  .mobile\:text-36 {
    font-size: 2.25rem;
  }

  .mobile\:text-37 {
    font-size: 2.3125rem;
  }

  .mobile\:text-38 {
    font-size: 2.375rem;
  }

  .mobile\:text-40 {
    font-size: 2.5rem;
  }

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

  .mobile\:text-44 {
    font-size: 2.75rem;
  }

  .mobile\:text-46 {
    font-size: 2.875rem;
  }

  .mobile\:text-48 {
    font-size: 3rem;
  }

  .mobile\:text-50 {
    font-size: 3.125rem;
  }

  .mobile\:text-60 {
    font-size: 3.75rem;
  }

  .mobile\:text-70 {
    font-size: 4.375rem;
  }

  .mobile\:text-100 {
    font-size: 6.25rem;
  }

  .mobile\:group:hover .group-hover\:text-10 {
    font-size: .625rem;
  }

  .mobile\:group:hover .group-hover\:text-12 {
    font-size: .75rem;
  }

  .mobile\:group:hover .group-hover\:text-13 {
    font-size: .8125rem;
  }

  .mobile\:group:hover .group-hover\:text-14 {
    font-size: .875rem;
  }

  .mobile\:group:hover .group-hover\:text-15 {
    font-size: .9375rem;
  }

  .mobile\:group:hover .group-hover\:text-16 {
    font-size: 1rem;
  }

  .mobile\:group:hover .group-hover\:text-18 {
    font-size: 1.125rem;
  }

  .mobile\:group:hover .group-hover\:text-19 {
    font-size: 1.1875rem;
  }

  .mobile\:group:hover .group-hover\:text-20 {
    font-size: 1.25rem;
  }

  .mobile\:group:hover .group-hover\:text-22 {
    font-size: 1.375rem;
  }

  .mobile\:group:hover .group-hover\:text-24 {
    font-size: 1.5rem;
  }

  .mobile\:group:hover .group-hover\:text-25 {
    font-size: 1.5625rem;
  }

  .mobile\:group:hover .group-hover\:text-26 {
    font-size: 1.625rem;
  }

  .mobile\:group:hover .group-hover\:text-27 {
    font-size: 1.6875rem;
  }

  .mobile\:group:hover .group-hover\:text-28 {
    font-size: 1.75rem;
  }

  .mobile\:group:hover .group-hover\:text-29 {
    font-size: 1.8125rem;
  }

  .mobile\:group:hover .group-hover\:text-30 {
    font-size: 1.875rem;
  }

  .mobile\:group:hover .group-hover\:text-32 {
    font-size: 2rem;
  }

  .mobile\:group:hover .group-hover\:text-34 {
    font-size: 2.125rem;
  }

  .mobile\:group:hover .group-hover\:text-36 {
    font-size: 2.25rem;
  }

  .mobile\:group:hover .group-hover\:text-37 {
    font-size: 2.3125rem;
  }

  .mobile\:group:hover .group-hover\:text-38 {
    font-size: 2.375rem;
  }

  .mobile\:group:hover .group-hover\:text-40 {
    font-size: 2.5rem;
  }

  .mobile\:group:hover .group-hover\:text-42 {
    font-size: 2.625rem;
  }

  .mobile\:group:hover .group-hover\:text-44 {
    font-size: 2.75rem;
  }

  .mobile\:group:hover .group-hover\:text-46 {
    font-size: 2.875rem;
  }

  .mobile\:group:hover .group-hover\:text-48 {
    font-size: 3rem;
  }

  .mobile\:group:hover .group-hover\:text-50 {
    font-size: 3.125rem;
  }

  .mobile\:group:hover .group-hover\:text-60 {
    font-size: 3.75rem;
  }

  .mobile\:group:hover .group-hover\:text-70 {
    font-size: 4.375rem;
  }

  .mobile\:group:hover .group-hover\:text-100 {
    font-size: 6.25rem;
  }

  .mobile\:hover\:text-10:hover {
    font-size: .625rem;
  }

  .mobile\:hover\:text-12:hover {
    font-size: .75rem;
  }

  .mobile\:hover\:text-13:hover {
    font-size: .8125rem;
  }

  .mobile\:hover\:text-14:hover {
    font-size: .875rem;
  }

  .mobile\:hover\:text-15:hover {
    font-size: .9375rem;
  }

  .mobile\:hover\:text-16:hover {
    font-size: 1rem;
  }

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

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

  .mobile\:hover\:text-20:hover {
    font-size: 1.25rem;
  }

  .mobile\:hover\:text-22:hover {
    font-size: 1.375rem;
  }

  .mobile\:hover\:text-24:hover {
    font-size: 1.5rem;
  }

  .mobile\:hover\:text-25:hover {
    font-size: 1.5625rem;
  }

  .mobile\:hover\:text-26:hover {
    font-size: 1.625rem;
  }

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

  .mobile\:hover\:text-28:hover {
    font-size: 1.75rem;
  }

  .mobile\:hover\:text-29:hover {
    font-size: 1.8125rem;
  }

  .mobile\:hover\:text-30:hover {
    font-size: 1.875rem;
  }

  .mobile\:hover\:text-32:hover {
    font-size: 2rem;
  }

  .mobile\:hover\:text-34:hover {
    font-size: 2.125rem;
  }

  .mobile\:hover\:text-36:hover {
    font-size: 2.25rem;
  }

  .mobile\:hover\:text-37:hover {
    font-size: 2.3125rem;
  }

  .mobile\:hover\:text-38:hover {
    font-size: 2.375rem;
  }

  .mobile\:hover\:text-40:hover {
    font-size: 2.5rem;
  }

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

  .mobile\:hover\:text-44:hover {
    font-size: 2.75rem;
  }

  .mobile\:hover\:text-46:hover {
    font-size: 2.875rem;
  }

  .mobile\:hover\:text-48:hover {
    font-size: 3rem;
  }

  .mobile\:hover\:text-50:hover {
    font-size: 3.125rem;
  }

  .mobile\:hover\:text-60:hover {
    font-size: 3.75rem;
  }

  .mobile\:hover\:text-70:hover {
    font-size: 4.375rem;
  }

  .mobile\:hover\:text-100:hover {
    font-size: 6.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mobile\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .mobile\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .mobile\:align-baseline {
    vertical-align: baseline;
  }

  .mobile\:align-top {
    vertical-align: top;
  }

  .mobile\:align-middle {
    vertical-align: middle;
  }

  .mobile\:align-bottom {
    vertical-align: bottom;
  }

  .mobile\:align-text-top {
    vertical-align: text-top;
  }

  .mobile\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .mobile\:visible {
    visibility: visible;
  }

  .mobile\:invisible {
    visibility: hidden;
  }

  .mobile\:whitespace-normal {
    white-space: normal;
  }

  .mobile\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .mobile\:whitespace-pre {
    white-space: pre;
  }

  .mobile\:whitespace-pre-line {
    white-space: pre-line;
  }

  .mobile\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .mobile\:break-words {
    word-wrap: break-word;
  }

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

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

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

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

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

  .mobile\:w-4 {
    width: 1rem;
  }

  .mobile\:w-6 {
    width: 1.5rem;
  }

  .mobile\:w-8 {
    width: 2rem;
  }

  .mobile\:w-10 {
    width: 2.5rem;
  }

  .mobile\:w-12 {
    width: 3rem;
  }

  .mobile\:w-16 {
    width: 4rem;
  }

  .mobile\:w-24 {
    width: 6rem;
  }

  .mobile\:w-32 {
    width: 8rem;
  }

  .mobile\:w-48 {
    width: 12rem;
  }

  .mobile\:w-64 {
    width: 16rem;
  }

  .mobile\:w-auto {
    width: auto;
  }

  .mobile\:w-px {
    width: 1px;
  }

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

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

  .mobile\:w-1\/9 {
    width: 30%;
  }

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

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

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

  .mobile\:w-1\/5 {
    width: 20%;
  }

  .mobile\:w-2\/5 {
    width: 40%;
  }

  .mobile\:w-3\/5 {
    width: 60%;
  }

  .mobile\:w-4\/5 {
    width: 80%;
  }

  .mobile\:w-1\/6 {
    width: 16.66667%;
  }

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

  .mobile\:w-6\/1 {
    width: 90%;
  }

  .mobile\:w-full {
    width: 100%;
  }

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

  .mobile\:w-screen {
    width: 100vw;
  }

  .mobile\:z-0 {
    z-index: 0;
  }

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

  .mobile\:z-20 {
    z-index: 20;
  }

  .mobile\:z-30 {
    z-index: 30;
  }

  .mobile\:z-40 {
    z-index: 40;
  }

  .mobile\:z-50 {
    z-index: 50;
  }

  .mobile\:z-auto {
    z-index: auto;
  }
}

@media (min-width: 768px) {
  .tablet\:list-reset {
    list-style: none;
    padding: 0;
  }

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

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

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

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

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

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

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

  .tablet\:bg-search {
    background-color: #818e90;
  }

  .tablet\:bg-black-dark {
    background-color: #282828;
  }

  .tablet\:bg-green {
    background-color: #a9ab22;
  }

  .tablet\:bg-yellow {
    background-color: #fecc89;
  }

  .tablet\:bg-purple {
    background-color: #957eba;
  }

  .tablet\:bg-grey-light {
    background-color: #f2f2f2;
  }

  .tablet\:bg-grey {
    background-color: #5d5d5d;
  }

  .tablet\:bg-grey-dark {
    background-color: #737373;
  }

  .tablet\:bg-grey-darkest {
    background-color: #686868;
  }

  .tablet\:bg-grey-lightest {
    background-color: #b2b1b2;
  }

  .tablet\:bg-blue-darker {
    background-color: #1e393d;
  }

  .tablet\:bg-blue-lightester {
    background-color: #748385;
  }

  .tablet\:bg-orange {
    background-color: #f18670;
  }

  .tablet\:bg-orange-light {
    background-color: #e59f85;
  }

  .tablet\:bg-orange-lightest {
    background-color: #e3a98d;
  }

  .tablet\:bg-blue {
    background-color: #183235;
  }

  .tablet\:bg-blue-light {
    background-color: #8d999b;
  }

  .tablet\:bg-blue-dark {
    background-color: #254146;
  }

  .tablet\:bg-black-90 {
    background-color: rgba(0, 0, 0, .9);
  }

  .tablet\:bg-black-80 {
    background-color: rgba(0, 0, 0, .8);
  }

  .tablet\:bg-black-70 {
    background-color: rgba(0, 0, 0, .7);
  }

  .tablet\:bg-black-60 {
    background-color: rgba(0, 0, 0, .6);
  }

  .tablet\:bg-black-50 {
    background-color: rgba(0, 0, 0, .5);
  }

  .tablet\:bg-black-40 {
    background-color: rgba(0, 0, 0, .4);
  }

  .tablet\:bg-black-30 {
    background-color: rgba(0, 0, 0, .3);
  }

  .tablet\:bg-black-20 {
    background-color: rgba(0, 0, 0, .2);
  }

  .tablet\:bg-black-10 {
    background-color: rgba(0, 0, 0, .1);
  }

  .tablet\:bg-black-05 {
    background-color: rgba(0, 0, 0, .05);
  }

  .tablet\:bg-white-90 {
    background-color: rgba(255, 255, 255, .9);
  }

  .tablet\:bg-white-80 {
    background-color: rgba(255, 255, 255, .8);
  }

  .tablet\:bg-white-70 {
    background-color: rgba(255, 255, 255, .7);
  }

  .tablet\:bg-white-60 {
    background-color: rgba(255, 255, 255, .6);
  }

  .tablet\:bg-white-50 {
    background-color: rgba(255, 255, 255, .5);
  }

  .tablet\:bg-white-40 {
    background-color: rgba(255, 255, 255, .4);
  }

  .tablet\:bg-white-30 {
    background-color: rgba(255, 255, 255, .3);
  }

  .tablet\:bg-white-20 {
    background-color: rgba(255, 255, 255, .2);
  }

  .tablet\:bg-white-10 {
    background-color: rgba(255, 255, 255, .1);
  }

  .tablet\:bg-green-19 {
    background-color: rgba(6, 60, 74, .19);
  }

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

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

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

  .tablet\:hover\:bg-search:hover {
    background-color: #818e90;
  }

  .tablet\:hover\:bg-black-dark:hover {
    background-color: #282828;
  }

  .tablet\:hover\:bg-green:hover {
    background-color: #a9ab22;
  }

  .tablet\:hover\:bg-yellow:hover {
    background-color: #fecc89;
  }

  .tablet\:hover\:bg-purple:hover {
    background-color: #957eba;
  }

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

  .tablet\:hover\:bg-grey:hover {
    background-color: #5d5d5d;
  }

  .tablet\:hover\:bg-grey-dark:hover {
    background-color: #737373;
  }

  .tablet\:hover\:bg-grey-darkest:hover {
    background-color: #686868;
  }

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

  .tablet\:hover\:bg-blue-darker:hover {
    background-color: #1e393d;
  }

  .tablet\:hover\:bg-blue-lightester:hover {
    background-color: #748385;
  }

  .tablet\:hover\:bg-orange:hover {
    background-color: #f18670;
  }

  .tablet\:hover\:bg-orange-light:hover {
    background-color: #e59f85;
  }

  .tablet\:hover\:bg-orange-lightest:hover {
    background-color: #e3a98d;
  }

  .tablet\:hover\:bg-blue:hover {
    background-color: #183235;
  }

  .tablet\:hover\:bg-blue-light:hover {
    background-color: #8d999b;
  }

  .tablet\:hover\:bg-blue-dark:hover {
    background-color: #254146;
  }

  .tablet\:hover\:bg-black-90:hover {
    background-color: rgba(0, 0, 0, .9);
  }

  .tablet\:hover\:bg-black-80:hover {
    background-color: rgba(0, 0, 0, .8);
  }

  .tablet\:hover\:bg-black-70:hover {
    background-color: rgba(0, 0, 0, .7);
  }

  .tablet\:hover\:bg-black-60:hover {
    background-color: rgba(0, 0, 0, .6);
  }

  .tablet\:hover\:bg-black-50:hover {
    background-color: rgba(0, 0, 0, .5);
  }

  .tablet\:hover\:bg-black-40:hover {
    background-color: rgba(0, 0, 0, .4);
  }

  .tablet\:hover\:bg-black-30:hover {
    background-color: rgba(0, 0, 0, .3);
  }

  .tablet\:hover\:bg-black-20:hover {
    background-color: rgba(0, 0, 0, .2);
  }

  .tablet\:hover\:bg-black-10:hover {
    background-color: rgba(0, 0, 0, .1);
  }

  .tablet\:hover\:bg-black-05:hover {
    background-color: rgba(0, 0, 0, .05);
  }

  .tablet\:hover\:bg-white-90:hover {
    background-color: rgba(255, 255, 255, .9);
  }

  .tablet\:hover\:bg-white-80:hover {
    background-color: rgba(255, 255, 255, .8);
  }

  .tablet\:hover\:bg-white-70:hover {
    background-color: rgba(255, 255, 255, .7);
  }

  .tablet\:hover\:bg-white-60:hover {
    background-color: rgba(255, 255, 255, .6);
  }

  .tablet\:hover\:bg-white-50:hover {
    background-color: rgba(255, 255, 255, .5);
  }

  .tablet\:hover\:bg-white-40:hover {
    background-color: rgba(255, 255, 255, .4);
  }

  .tablet\:hover\:bg-white-30:hover {
    background-color: rgba(255, 255, 255, .3);
  }

  .tablet\:hover\:bg-white-20:hover {
    background-color: rgba(255, 255, 255, .2);
  }

  .tablet\:hover\:bg-white-10:hover {
    background-color: rgba(255, 255, 255, .1);
  }

  .tablet\:hover\:bg-green-19:hover {
    background-color: rgba(6, 60, 74, .19);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tablet\:bg-auto {
    background-size: auto;
  }

  .tablet\:bg-cover {
    background-size: cover;
  }

  .tablet\:bg-contain {
    background-size: contain;
  }

  .tablet\:border-transparent {
    border-color: transparent;
  }

  .tablet\:border-black {
    border-color: #000;
  }

  .tablet\:border-white {
    border-color: #fff;
  }

  .tablet\:border-search {
    border-color: #818e90;
  }

  .tablet\:border-black-dark {
    border-color: #282828;
  }

  .tablet\:border-green {
    border-color: #a9ab22;
  }

  .tablet\:border-yellow {
    border-color: #fecc89;
  }

  .tablet\:border-purple {
    border-color: #957eba;
  }

  .tablet\:border-grey-light {
    border-color: #f2f2f2;
  }

  .tablet\:border-grey {
    border-color: #5d5d5d;
  }

  .tablet\:border-grey-dark {
    border-color: #737373;
  }

  .tablet\:border-grey-darkest {
    border-color: #686868;
  }

  .tablet\:border-grey-lightest {
    border-color: #b2b1b2;
  }

  .tablet\:border-blue-darker {
    border-color: #1e393d;
  }

  .tablet\:border-blue-lightester {
    border-color: #748385;
  }

  .tablet\:border-orange {
    border-color: #f18670;
  }

  .tablet\:border-orange-light {
    border-color: #e59f85;
  }

  .tablet\:border-orange-lightest {
    border-color: #e3a98d;
  }

  .tablet\:border-blue {
    border-color: #183235;
  }

  .tablet\:border-blue-light {
    border-color: #8d999b;
  }

  .tablet\:border-blue-dark {
    border-color: #254146;
  }

  .tablet\:border-black-90 {
    border-color: rgba(0, 0, 0, .9);
  }

  .tablet\:border-black-80 {
    border-color: rgba(0, 0, 0, .8);
  }

  .tablet\:border-black-70 {
    border-color: rgba(0, 0, 0, .7);
  }

  .tablet\:border-black-60 {
    border-color: rgba(0, 0, 0, .6);
  }

  .tablet\:border-black-50 {
    border-color: rgba(0, 0, 0, .5);
  }

  .tablet\:border-black-40 {
    border-color: rgba(0, 0, 0, .4);
  }

  .tablet\:border-black-30 {
    border-color: rgba(0, 0, 0, .3);
  }

  .tablet\:border-black-20 {
    border-color: rgba(0, 0, 0, .2);
  }

  .tablet\:border-black-10 {
    border-color: rgba(0, 0, 0, .1);
  }

  .tablet\:border-black-05 {
    border-color: rgba(0, 0, 0, .05);
  }

  .tablet\:border-white-90 {
    border-color: rgba(255, 255, 255, .9);
  }

  .tablet\:border-white-80 {
    border-color: rgba(255, 255, 255, .8);
  }

  .tablet\:border-white-70 {
    border-color: rgba(255, 255, 255, .7);
  }

  .tablet\:border-white-60 {
    border-color: rgba(255, 255, 255, .6);
  }

  .tablet\:border-white-50 {
    border-color: rgba(255, 255, 255, .5);
  }

  .tablet\:border-white-40 {
    border-color: rgba(255, 255, 255, .4);
  }

  .tablet\:border-white-30 {
    border-color: rgba(255, 255, 255, .3);
  }

  .tablet\:border-white-20 {
    border-color: rgba(255, 255, 255, .2);
  }

  .tablet\:border-white-10 {
    border-color: rgba(255, 255, 255, .1);
  }

  .tablet\:border-green-19 {
    border-color: rgba(6, 60, 74, .19);
  }

  .tablet\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .tablet\:hover\:border-black:hover {
    border-color: #000;
  }

  .tablet\:hover\:border-white:hover {
    border-color: #fff;
  }

  .tablet\:hover\:border-search:hover {
    border-color: #818e90;
  }

  .tablet\:hover\:border-black-dark:hover {
    border-color: #282828;
  }

  .tablet\:hover\:border-green:hover {
    border-color: #a9ab22;
  }

  .tablet\:hover\:border-yellow:hover {
    border-color: #fecc89;
  }

  .tablet\:hover\:border-purple:hover {
    border-color: #957eba;
  }

  .tablet\:hover\:border-grey-light:hover {
    border-color: #f2f2f2;
  }

  .tablet\:hover\:border-grey:hover {
    border-color: #5d5d5d;
  }

  .tablet\:hover\:border-grey-dark:hover {
    border-color: #737373;
  }

  .tablet\:hover\:border-grey-darkest:hover {
    border-color: #686868;
  }

  .tablet\:hover\:border-grey-lightest:hover {
    border-color: #b2b1b2;
  }

  .tablet\:hover\:border-blue-darker:hover {
    border-color: #1e393d;
  }

  .tablet\:hover\:border-blue-lightester:hover {
    border-color: #748385;
  }

  .tablet\:hover\:border-orange:hover {
    border-color: #f18670;
  }

  .tablet\:hover\:border-orange-light:hover {
    border-color: #e59f85;
  }

  .tablet\:hover\:border-orange-lightest:hover {
    border-color: #e3a98d;
  }

  .tablet\:hover\:border-blue:hover {
    border-color: #183235;
  }

  .tablet\:hover\:border-blue-light:hover {
    border-color: #8d999b;
  }

  .tablet\:hover\:border-blue-dark:hover {
    border-color: #254146;
  }

  .tablet\:hover\:border-black-90:hover {
    border-color: rgba(0, 0, 0, .9);
  }

  .tablet\:hover\:border-black-80:hover {
    border-color: rgba(0, 0, 0, .8);
  }

  .tablet\:hover\:border-black-70:hover {
    border-color: rgba(0, 0, 0, .7);
  }

  .tablet\:hover\:border-black-60:hover {
    border-color: rgba(0, 0, 0, .6);
  }

  .tablet\:hover\:border-black-50:hover {
    border-color: rgba(0, 0, 0, .5);
  }

  .tablet\:hover\:border-black-40:hover {
    border-color: rgba(0, 0, 0, .4);
  }

  .tablet\:hover\:border-black-30:hover {
    border-color: rgba(0, 0, 0, .3);
  }

  .tablet\:hover\:border-black-20:hover {
    border-color: rgba(0, 0, 0, .2);
  }

  .tablet\:hover\:border-black-10:hover {
    border-color: rgba(0, 0, 0, .1);
  }

  .tablet\:hover\:border-black-05:hover {
    border-color: rgba(0, 0, 0, .05);
  }

  .tablet\:hover\:border-white-90:hover {
    border-color: rgba(255, 255, 255, .9);
  }

  .tablet\:hover\:border-white-80:hover {
    border-color: rgba(255, 255, 255, .8);
  }

  .tablet\:hover\:border-white-70:hover {
    border-color: rgba(255, 255, 255, .7);
  }

  .tablet\:hover\:border-white-60:hover {
    border-color: rgba(255, 255, 255, .6);
  }

  .tablet\:hover\:border-white-50:hover {
    border-color: rgba(255, 255, 255, .5);
  }

  .tablet\:hover\:border-white-40:hover {
    border-color: rgba(255, 255, 255, .4);
  }

  .tablet\:hover\:border-white-30:hover {
    border-color: rgba(255, 255, 255, .3);
  }

  .tablet\:hover\:border-white-20:hover {
    border-color: rgba(255, 255, 255, .2);
  }

  .tablet\:hover\:border-white-10:hover {
    border-color: rgba(255, 255, 255, .1);
  }

  .tablet\:hover\:border-green-19:hover {
    border-color: rgba(6, 60, 74, .19);
  }

  .tablet\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .tablet\:focus\:border-black:focus {
    border-color: #000;
  }

  .tablet\:focus\:border-white:focus {
    border-color: #fff;
  }

  .tablet\:focus\:border-search:focus {
    border-color: #818e90;
  }

  .tablet\:focus\:border-black-dark:focus {
    border-color: #282828;
  }

  .tablet\:focus\:border-green:focus {
    border-color: #a9ab22;
  }

  .tablet\:focus\:border-yellow:focus {
    border-color: #fecc89;
  }

  .tablet\:focus\:border-purple:focus {
    border-color: #957eba;
  }

  .tablet\:focus\:border-grey-light:focus {
    border-color: #f2f2f2;
  }

  .tablet\:focus\:border-grey:focus {
    border-color: #5d5d5d;
  }

  .tablet\:focus\:border-grey-dark:focus {
    border-color: #737373;
  }

  .tablet\:focus\:border-grey-darkest:focus {
    border-color: #686868;
  }

  .tablet\:focus\:border-grey-lightest:focus {
    border-color: #b2b1b2;
  }

  .tablet\:focus\:border-blue-darker:focus {
    border-color: #1e393d;
  }

  .tablet\:focus\:border-blue-lightester:focus {
    border-color: #748385;
  }

  .tablet\:focus\:border-orange:focus {
    border-color: #f18670;
  }

  .tablet\:focus\:border-orange-light:focus {
    border-color: #e59f85;
  }

  .tablet\:focus\:border-orange-lightest:focus {
    border-color: #e3a98d;
  }

  .tablet\:focus\:border-blue:focus {
    border-color: #183235;
  }

  .tablet\:focus\:border-blue-light:focus {
    border-color: #8d999b;
  }

  .tablet\:focus\:border-blue-dark:focus {
    border-color: #254146;
  }

  .tablet\:focus\:border-black-90:focus {
    border-color: rgba(0, 0, 0, .9);
  }

  .tablet\:focus\:border-black-80:focus {
    border-color: rgba(0, 0, 0, .8);
  }

  .tablet\:focus\:border-black-70:focus {
    border-color: rgba(0, 0, 0, .7);
  }

  .tablet\:focus\:border-black-60:focus {
    border-color: rgba(0, 0, 0, .6);
  }

  .tablet\:focus\:border-black-50:focus {
    border-color: rgba(0, 0, 0, .5);
  }

  .tablet\:focus\:border-black-40:focus {
    border-color: rgba(0, 0, 0, .4);
  }

  .tablet\:focus\:border-black-30:focus {
    border-color: rgba(0, 0, 0, .3);
  }

  .tablet\:focus\:border-black-20:focus {
    border-color: rgba(0, 0, 0, .2);
  }

  .tablet\:focus\:border-black-10:focus {
    border-color: rgba(0, 0, 0, .1);
  }

  .tablet\:focus\:border-black-05:focus {
    border-color: rgba(0, 0, 0, .05);
  }

  .tablet\:focus\:border-white-90:focus {
    border-color: rgba(255, 255, 255, .9);
  }

  .tablet\:focus\:border-white-80:focus {
    border-color: rgba(255, 255, 255, .8);
  }

  .tablet\:focus\:border-white-70:focus {
    border-color: rgba(255, 255, 255, .7);
  }

  .tablet\:focus\:border-white-60:focus {
    border-color: rgba(255, 255, 255, .6);
  }

  .tablet\:focus\:border-white-50:focus {
    border-color: rgba(255, 255, 255, .5);
  }

  .tablet\:focus\:border-white-40:focus {
    border-color: rgba(255, 255, 255, .4);
  }

  .tablet\:focus\:border-white-30:focus {
    border-color: rgba(255, 255, 255, .3);
  }

  .tablet\:focus\:border-white-20:focus {
    border-color: rgba(255, 255, 255, .2);
  }

  .tablet\:focus\:border-white-10:focus {
    border-color: rgba(255, 255, 255, .1);
  }

  .tablet\:focus\:border-green-19:focus {
    border-color: rgba(6, 60, 74, .19);
  }

  .tablet\:active\:border-transparent:active {
    border-color: transparent;
  }

  .tablet\:active\:border-black:active {
    border-color: #000;
  }

  .tablet\:active\:border-white:active {
    border-color: #fff;
  }

  .tablet\:active\:border-search:active {
    border-color: #818e90;
  }

  .tablet\:active\:border-black-dark:active {
    border-color: #282828;
  }

  .tablet\:active\:border-green:active {
    border-color: #a9ab22;
  }

  .tablet\:active\:border-yellow:active {
    border-color: #fecc89;
  }

  .tablet\:active\:border-purple:active {
    border-color: #957eba;
  }

  .tablet\:active\:border-grey-light:active {
    border-color: #f2f2f2;
  }

  .tablet\:active\:border-grey:active {
    border-color: #5d5d5d;
  }

  .tablet\:active\:border-grey-dark:active {
    border-color: #737373;
  }

  .tablet\:active\:border-grey-darkest:active {
    border-color: #686868;
  }

  .tablet\:active\:border-grey-lightest:active {
    border-color: #b2b1b2;
  }

  .tablet\:active\:border-blue-darker:active {
    border-color: #1e393d;
  }

  .tablet\:active\:border-blue-lightester:active {
    border-color: #748385;
  }

  .tablet\:active\:border-orange:active {
    border-color: #f18670;
  }

  .tablet\:active\:border-orange-light:active {
    border-color: #e59f85;
  }

  .tablet\:active\:border-orange-lightest:active {
    border-color: #e3a98d;
  }

  .tablet\:active\:border-blue:active {
    border-color: #183235;
  }

  .tablet\:active\:border-blue-light:active {
    border-color: #8d999b;
  }

  .tablet\:active\:border-blue-dark:active {
    border-color: #254146;
  }

  .tablet\:active\:border-black-90:active {
    border-color: rgba(0, 0, 0, .9);
  }

  .tablet\:active\:border-black-80:active {
    border-color: rgba(0, 0, 0, .8);
  }

  .tablet\:active\:border-black-70:active {
    border-color: rgba(0, 0, 0, .7);
  }

  .tablet\:active\:border-black-60:active {
    border-color: rgba(0, 0, 0, .6);
  }

  .tablet\:active\:border-black-50:active {
    border-color: rgba(0, 0, 0, .5);
  }

  .tablet\:active\:border-black-40:active {
    border-color: rgba(0, 0, 0, .4);
  }

  .tablet\:active\:border-black-30:active {
    border-color: rgba(0, 0, 0, .3);
  }

  .tablet\:active\:border-black-20:active {
    border-color: rgba(0, 0, 0, .2);
  }

  .tablet\:active\:border-black-10:active {
    border-color: rgba(0, 0, 0, .1);
  }

  .tablet\:active\:border-black-05:active {
    border-color: rgba(0, 0, 0, .05);
  }

  .tablet\:active\:border-white-90:active {
    border-color: rgba(255, 255, 255, .9);
  }

  .tablet\:active\:border-white-80:active {
    border-color: rgba(255, 255, 255, .8);
  }

  .tablet\:active\:border-white-70:active {
    border-color: rgba(255, 255, 255, .7);
  }

  .tablet\:active\:border-white-60:active {
    border-color: rgba(255, 255, 255, .6);
  }

  .tablet\:active\:border-white-50:active {
    border-color: rgba(255, 255, 255, .5);
  }

  .tablet\:active\:border-white-40:active {
    border-color: rgba(255, 255, 255, .4);
  }

  .tablet\:active\:border-white-30:active {
    border-color: rgba(255, 255, 255, .3);
  }

  .tablet\:active\:border-white-20:active {
    border-color: rgba(255, 255, 255, .2);
  }

  .tablet\:active\:border-white-10:active {
    border-color: rgba(255, 255, 255, .1);
  }

  .tablet\:active\:border-green-19:active {
    border-color: rgba(6, 60, 74, .19);
  }

  .tablet\:rounded-none {
    border-radius: 0;
  }

  .tablet\:rounded-sm {
    border-radius: .125rem;
  }

  .tablet\:rounded {
    border-radius: .25rem;
  }

  .tablet\:rounded-lg {
    border-radius: .5rem;
  }

  .tablet\:rounded-lxg {
    border-radius: 2rem;
  }

  .tablet\:rounded-full {
    border-radius: 9999px;
  }

  .tablet\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .tablet\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .tablet\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .tablet\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .tablet\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .tablet\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .tablet\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .tablet\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .tablet\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .tablet\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .tablet\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .tablet\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .tablet\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .tablet\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .tablet\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .tablet\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .tablet\:rounded-t-lxg {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }

  .tablet\:rounded-r-lxg {
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }

  .tablet\:rounded-b-lxg {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .tablet\:rounded-l-lxg {
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .tablet\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .tablet\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .tablet\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .tablet\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .tablet\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .tablet\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .tablet\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .tablet\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .tablet\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .tablet\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .tablet\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .tablet\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .tablet\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .tablet\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .tablet\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .tablet\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .tablet\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .tablet\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .tablet\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .tablet\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .tablet\:rounded-tl-lxg {
    border-top-left-radius: 2rem;
  }

  .tablet\:rounded-tr-lxg {
    border-top-right-radius: 2rem;
  }

  .tablet\:rounded-br-lxg {
    border-bottom-right-radius: 2rem;
  }

  .tablet\:rounded-bl-lxg {
    border-bottom-left-radius: 2rem;
  }

  .tablet\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .tablet\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .tablet\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .tablet\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .tablet\:border-solid {
    border-style: solid;
  }

  .tablet\:border-dashed {
    border-style: dashed;
  }

  .tablet\:border-dotted {
    border-style: dotted;
  }

  .tablet\:border-none {
    border-style: none;
  }

  .tablet\:border-0 {
    border-width: 0;
  }

  .tablet\:border-2 {
    border-width: 2px;
  }

  .tablet\:border-4 {
    border-width: 4px;
  }

  .tablet\:border-8 {
    border-width: 8px;
  }

  .tablet\:border {
    border-width: 1px;
  }

  .tablet\:border-t-0 {
    border-top-width: 0;
  }

  .tablet\:border-r-0 {
    border-right-width: 0;
  }

  .tablet\:border-b-0 {
    border-bottom-width: 0;
  }

  .tablet\:border-l-0 {
    border-left-width: 0;
  }

  .tablet\:border-t-2 {
    border-top-width: 2px;
  }

  .tablet\:border-r-2 {
    border-right-width: 2px;
  }

  .tablet\:border-b-2 {
    border-bottom-width: 2px;
  }

  .tablet\:border-l-2 {
    border-left-width: 2px;
  }

  .tablet\:border-t-4 {
    border-top-width: 4px;
  }

  .tablet\:border-r-4 {
    border-right-width: 4px;
  }

  .tablet\:border-b-4 {
    border-bottom-width: 4px;
  }

  .tablet\:border-l-4 {
    border-left-width: 4px;
  }

  .tablet\:border-t-8 {
    border-top-width: 8px;
  }

  .tablet\:border-r-8 {
    border-right-width: 8px;
  }

  .tablet\:border-b-8 {
    border-bottom-width: 8px;
  }

  .tablet\:border-l-8 {
    border-left-width: 8px;
  }

  .tablet\:border-t {
    border-top-width: 1px;
  }

  .tablet\:border-r {
    border-right-width: 1px;
  }

  .tablet\:border-b {
    border-bottom-width: 1px;
  }

  .tablet\:border-l {
    border-left-width: 1px;
  }

  .tablet\:cursor-auto {
    cursor: auto;
  }

  .tablet\:cursor-default {
    cursor: default;
  }

  .tablet\:cursor-pointer {
    cursor: pointer;
  }

  .tablet\:cursor-wait {
    cursor: wait;
  }

  .tablet\:cursor-move {
    cursor: move;
  }

  .tablet\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .tablet\:block {
    display: block;
  }

  .tablet\:inline-block {
    display: inline-block;
  }

  .tablet\:inline {
    display: inline;
  }

  .tablet\:table {
    display: table;
  }

  .tablet\:table-row {
    display: table-row;
  }

  .tablet\:table-cell {
    display: table-cell;
  }

  .tablet\:hidden {
    display: none;
  }

  .tablet\:group:hover .group-hover\:block {
    display: block;
  }

  .tablet\:group:hover .group-hover\:inline-block {
    display: inline-block;
  }

  .tablet\:group:hover .group-hover\:inline {
    display: inline;
  }

  .tablet\:group:hover .group-hover\:table {
    display: table;
  }

  .tablet\:group:hover .group-hover\:table-row {
    display: table-row;
  }

  .tablet\:group:hover .group-hover\:table-cell {
    display: table-cell;
  }

  .tablet\:group:hover .group-hover\:hidden {
    display: none;
  }

  .tablet\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .tablet\:inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .tablet\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .tablet\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .tablet\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .tablet\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .tablet\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .tablet\:flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

  .tablet\:flex-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .tablet\:items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .tablet\:items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .tablet\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .tablet\:items-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  .tablet\:items-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .tablet\:self-auto {
    -ms-flex-item-align: auto;
        align-self: auto;
  }

  .tablet\:self-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .tablet\:self-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .tablet\:self-center {
    -ms-flex-item-align: center;
        align-self: center;
  }

  .tablet\:self-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }

  .tablet\:justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .tablet\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .tablet\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .tablet\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .tablet\:justify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .tablet\:content-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }

  .tablet\:content-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }

  .tablet\:content-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }

  .tablet\:content-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }

  .tablet\:content-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }

  .tablet\:flex-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .tablet\:flex-auto {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }

  .tablet\:flex-initial {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }

  .tablet\:flex-none {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .tablet\:flex-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .tablet\:flex-shrink {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .tablet\:flex-no-grow {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .tablet\:flex-no-shrink {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .tablet\:group:hover .group-hover\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .tablet\:group:hover .group-hover\:inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .tablet\:group:hover .group-hover\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .tablet\:group:hover .group-hover\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .tablet\:group:hover .group-hover\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .tablet\:group:hover .group-hover\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .tablet\:group:hover .group-hover\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .tablet\:group:hover .group-hover\:flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

  .tablet\:group:hover .group-hover\:flex-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .tablet\:group:hover .group-hover\:items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .tablet\:group:hover .group-hover\:items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .tablet\:group:hover .group-hover\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .tablet\:group:hover .group-hover\:items-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  .tablet\:group:hover .group-hover\:items-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .tablet\:group:hover .group-hover\:self-auto {
    -ms-flex-item-align: auto;
        align-self: auto;
  }

  .tablet\:group:hover .group-hover\:self-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .tablet\:group:hover .group-hover\:self-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .tablet\:group:hover .group-hover\:self-center {
    -ms-flex-item-align: center;
        align-self: center;
  }

  .tablet\:group:hover .group-hover\:self-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }

  .tablet\:group:hover .group-hover\:justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .tablet\:group:hover .group-hover\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .tablet\:group:hover .group-hover\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .tablet\:group:hover .group-hover\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .tablet\:group:hover .group-hover\:justify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .tablet\:group:hover .group-hover\:content-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }

  .tablet\:group:hover .group-hover\:content-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }

  .tablet\:group:hover .group-hover\:content-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }

  .tablet\:group:hover .group-hover\:content-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }

  .tablet\:group:hover .group-hover\:content-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }

  .tablet\:group:hover .group-hover\:flex-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .tablet\:group:hover .group-hover\:flex-auto {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }

  .tablet\:group:hover .group-hover\:flex-initial {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }

  .tablet\:group:hover .group-hover\:flex-none {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .tablet\:group:hover .group-hover\:flex-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .tablet\:group:hover .group-hover\:flex-shrink {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .tablet\:group:hover .group-hover\:flex-no-grow {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .tablet\:group:hover .group-hover\:flex-no-shrink {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .tablet\:float-right {
    float: right;
  }

  .tablet\:float-left {
    float: left;
  }

  .tablet\:float-none {
    float: none;
  }

  .tablet\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .tablet\:font-berlingmd {
    font-family: BerlingskeSerif-Md;
  }

  .tablet\:font-berlingdb {
    font-family: BerlingskeSerif-DBd;
  }

  .tablet\:font-favorit {
    font-family: Favorit Pro;
  }

  .tablet\:font-favoritbook {
    font-family: Favorit Pro Book;
  }

  .tablet\:font-myriad {
    font-family: Myriad Pro;
  }

  .tablet\:font-light {
    font-weight: 300;
  }

  .tablet\:font-normal {
    font-weight: 400;
  }

  .tablet\:font-bold {
    font-weight: 700;
  }

  .tablet\:hover\:font-light:hover {
    font-weight: 300;
  }

  .tablet\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .tablet\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .tablet\:h-1 {
    height: .25rem;
  }

  .tablet\:h-2 {
    height: .5rem;
  }

  .tablet\:h-3 {
    height: .75rem;
  }

  .tablet\:h-4 {
    height: 1rem;
  }

  .tablet\:h-6 {
    height: 1.5rem;
  }

  .tablet\:h-8 {
    height: 2rem;
  }

  .tablet\:h-10 {
    height: 2.5rem;
  }

  .tablet\:h-12 {
    height: 3rem;
  }

  .tablet\:h-14 {
    height: 3.75rem;
  }

  .tablet\:h-16 {
    height: 4rem;
  }

  .tablet\:h-24 {
    height: 6rem;
  }

  .tablet\:h-32 {
    height: 8rem;
  }

  .tablet\:h-48 {
    height: 12rem;
  }

  .tablet\:h-64 {
    height: 16rem;
  }

  .tablet\:h-300 {
    height: 300px;
  }

  .tablet\:h-400 {
    height: 400px;
  }

  .tablet\:h-500 {
    height: 500px;
  }

  .tablet\:h-600 {
    height: 600px;
  }

  .tablet\:h-700 {
    height: 700px;
  }

  .tablet\:h-800 {
    height: 800px;
  }

  .tablet\:h-auto {
    height: auto;
  }

  .tablet\:h-px {
    height: 1px;
  }

  .tablet\:h-full {
    height: 100%;
  }

  .tablet\:h-screen {
    height: 100vh;
  }

  .tablet\:leading-none {
    line-height: 1;
  }

  .tablet\:leading-tight {
    line-height: 1.25;
  }

  .tablet\:leading-normal {
    line-height: 1.5;
  }

  .tablet\:leading-loose {
    line-height: 2;
  }

  .tablet\:m-0 {
    margin: 0;
  }

  .tablet\:m-1 {
    margin: .25rem;
  }

  .tablet\:m-2 {
    margin: .5rem;
  }

  .tablet\:m-3 {
    margin: .75rem;
  }

  .tablet\:m-4 {
    margin: 1rem;
  }

  .tablet\:m-5 {
    margin: 1.25rem;
  }

  .tablet\:m-6 {
    margin: 1.5rem;
  }

  .tablet\:m-7 {
    margin: 1.75rem;
  }

  .tablet\:m-8 {
    margin: 2rem;
  }

  .tablet\:m-9 {
    margin: 2.25rem;
  }

  .tablet\:m-10 {
    margin: 2.5rem;
  }

  .tablet\:m-11 {
    margin: 2.75rem;
  }

  .tablet\:m-12 {
    margin: 3rem;
  }

  .tablet\:m-13 {
    margin: 3.25rem;
  }

  .tablet\:m-14 {
    margin: 3.5rem;
  }

  .tablet\:m-15 {
    margin: 3.75rem;
  }

  .tablet\:m-16 {
    margin: 4rem;
  }

  .tablet\:m-18 {
    margin: 5rem;
  }

  .tablet\:m-20 {
    margin: 6rem;
  }

  .tablet\:m-22 {
    margin: 7rem;
  }

  .tablet\:m-24 {
    margin: 8rem;
  }

  .tablet\:m-auto {
    margin: auto;
  }

  .tablet\:m-px {
    margin: 1px;
  }

  .tablet\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .tablet\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .tablet\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .tablet\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .tablet\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .tablet\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .tablet\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .tablet\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .tablet\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .tablet\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .tablet\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .tablet\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .tablet\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .tablet\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .tablet\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .tablet\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .tablet\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .tablet\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .tablet\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .tablet\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .tablet\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .tablet\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .tablet\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .tablet\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .tablet\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .tablet\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .tablet\:my-13 {
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .tablet\:mx-13 {
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .tablet\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .tablet\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .tablet\:my-15 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .tablet\:mx-15 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .tablet\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .tablet\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .tablet\:my-18 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .tablet\:mx-18 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .tablet\:my-20 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .tablet\:mx-20 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .tablet\:my-22 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .tablet\:mx-22 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .tablet\:my-24 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .tablet\:mx-24 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .tablet\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .tablet\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .tablet\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .tablet\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .tablet\:mt-0 {
    margin-top: 0;
  }

  .tablet\:mr-0 {
    margin-right: 0;
  }

  .tablet\:mb-0 {
    margin-bottom: 0;
  }

  .tablet\:ml-0 {
    margin-left: 0;
  }

  .tablet\:mt-1 {
    margin-top: .25rem;
  }

  .tablet\:mr-1 {
    margin-right: .25rem;
  }

  .tablet\:mb-1 {
    margin-bottom: .25rem;
  }

  .tablet\:ml-1 {
    margin-left: .25rem;
  }

  .tablet\:mt-2 {
    margin-top: .5rem;
  }

  .tablet\:mr-2 {
    margin-right: .5rem;
  }

  .tablet\:mb-2 {
    margin-bottom: .5rem;
  }

  .tablet\:ml-2 {
    margin-left: .5rem;
  }

  .tablet\:mt-3 {
    margin-top: .75rem;
  }

  .tablet\:mr-3 {
    margin-right: .75rem;
  }

  .tablet\:mb-3 {
    margin-bottom: .75rem;
  }

  .tablet\:ml-3 {
    margin-left: .75rem;
  }

  .tablet\:mt-4 {
    margin-top: 1rem;
  }

  .tablet\:mr-4 {
    margin-right: 1rem;
  }

  .tablet\:mb-4 {
    margin-bottom: 1rem;
  }

  .tablet\:ml-4 {
    margin-left: 1rem;
  }

  .tablet\:mt-5 {
    margin-top: 1.25rem;
  }

  .tablet\:mr-5 {
    margin-right: 1.25rem;
  }

  .tablet\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .tablet\:ml-5 {
    margin-left: 1.25rem;
  }

  .tablet\:mt-6 {
    margin-top: 1.5rem;
  }

  .tablet\:mr-6 {
    margin-right: 1.5rem;
  }

  .tablet\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .tablet\:ml-6 {
    margin-left: 1.5rem;
  }

  .tablet\:mt-7 {
    margin-top: 1.75rem;
  }

  .tablet\:mr-7 {
    margin-right: 1.75rem;
  }

  .tablet\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .tablet\:ml-7 {
    margin-left: 1.75rem;
  }

  .tablet\:mt-8 {
    margin-top: 2rem;
  }

  .tablet\:mr-8 {
    margin-right: 2rem;
  }

  .tablet\:mb-8 {
    margin-bottom: 2rem;
  }

  .tablet\:ml-8 {
    margin-left: 2rem;
  }

  .tablet\:mt-9 {
    margin-top: 2.25rem;
  }

  .tablet\:mr-9 {
    margin-right: 2.25rem;
  }

  .tablet\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .tablet\:ml-9 {
    margin-left: 2.25rem;
  }

  .tablet\:mt-10 {
    margin-top: 2.5rem;
  }

  .tablet\:mr-10 {
    margin-right: 2.5rem;
  }

  .tablet\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .tablet\:ml-10 {
    margin-left: 2.5rem;
  }

  .tablet\:mt-11 {
    margin-top: 2.75rem;
  }

  .tablet\:mr-11 {
    margin-right: 2.75rem;
  }

  .tablet\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .tablet\:ml-11 {
    margin-left: 2.75rem;
  }

  .tablet\:mt-12 {
    margin-top: 3rem;
  }

  .tablet\:mr-12 {
    margin-right: 3rem;
  }

  .tablet\:mb-12 {
    margin-bottom: 3rem;
  }

  .tablet\:ml-12 {
    margin-left: 3rem;
  }

  .tablet\:mt-13 {
    margin-top: 3.25rem;
  }

  .tablet\:mr-13 {
    margin-right: 3.25rem;
  }

  .tablet\:mb-13 {
    margin-bottom: 3.25rem;
  }

  .tablet\:ml-13 {
    margin-left: 3.25rem;
  }

  .tablet\:mt-14 {
    margin-top: 3.5rem;
  }

  .tablet\:mr-14 {
    margin-right: 3.5rem;
  }

  .tablet\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .tablet\:ml-14 {
    margin-left: 3.5rem;
  }

  .tablet\:mt-15 {
    margin-top: 3.75rem;
  }

  .tablet\:mr-15 {
    margin-right: 3.75rem;
  }

  .tablet\:mb-15 {
    margin-bottom: 3.75rem;
  }

  .tablet\:ml-15 {
    margin-left: 3.75rem;
  }

  .tablet\:mt-16 {
    margin-top: 4rem;
  }

  .tablet\:mr-16 {
    margin-right: 4rem;
  }

  .tablet\:mb-16 {
    margin-bottom: 4rem;
  }

  .tablet\:ml-16 {
    margin-left: 4rem;
  }

  .tablet\:mt-18 {
    margin-top: 5rem;
  }

  .tablet\:mr-18 {
    margin-right: 5rem;
  }

  .tablet\:mb-18 {
    margin-bottom: 5rem;
  }

  .tablet\:ml-18 {
    margin-left: 5rem;
  }

  .tablet\:mt-20 {
    margin-top: 6rem;
  }

  .tablet\:mr-20 {
    margin-right: 6rem;
  }

  .tablet\:mb-20 {
    margin-bottom: 6rem;
  }

  .tablet\:ml-20 {
    margin-left: 6rem;
  }

  .tablet\:mt-22 {
    margin-top: 7rem;
  }

  .tablet\:mr-22 {
    margin-right: 7rem;
  }

  .tablet\:mb-22 {
    margin-bottom: 7rem;
  }

  .tablet\:ml-22 {
    margin-left: 7rem;
  }

  .tablet\:mt-24 {
    margin-top: 8rem;
  }

  .tablet\:mr-24 {
    margin-right: 8rem;
  }

  .tablet\:mb-24 {
    margin-bottom: 8rem;
  }

  .tablet\:ml-24 {
    margin-left: 8rem;
  }

  .tablet\:mt-auto {
    margin-top: auto;
  }

  .tablet\:mr-auto {
    margin-right: auto;
  }

  .tablet\:mb-auto {
    margin-bottom: auto;
  }

  .tablet\:ml-auto {
    margin-left: auto;
  }

  .tablet\:mt-px {
    margin-top: 1px;
  }

  .tablet\:mr-px {
    margin-right: 1px;
  }

  .tablet\:mb-px {
    margin-bottom: 1px;
  }

  .tablet\:ml-px {
    margin-left: 1px;
  }

  .tablet\:max-h-full {
    max-height: 100%;
  }

  .tablet\:max-h-screen {
    max-height: 100vh;
  }

  .tablet\:max-w-xs {
    max-width: 20rem;
  }

  .tablet\:max-w-xss {
    max-width: 22rem;
  }

  .tablet\:max-w-sm {
    max-width: 30rem;
  }

  .tablet\:max-w-md {
    max-width: 40rem;
  }

  .tablet\:max-w-lg {
    max-width: 50rem;
  }

  .tablet\:max-w-xl {
    max-width: 60rem;
  }

  .tablet\:max-w-2xl {
    max-width: 70rem;
  }

  .tablet\:max-w-3xl {
    max-width: 80rem;
  }

  .tablet\:max-w-4xl {
    max-width: 90rem;
  }

  .tablet\:max-w-5xl {
    max-width: 100rem;
  }

  .tablet\:max-w-full {
    max-width: 100%;
  }

  .tablet\:min-h-0 {
    min-height: 0;
  }

  .tablet\:min-h-full {
    min-height: 100%;
  }

  .tablet\:min-h-screen {
    min-height: 100vh;
  }

  .tablet\:min-w-0 {
    min-width: 0;
  }

  .tablet\:min-w-full {
    min-width: 100%;
  }

  .tablet\:-m-0 {
    margin: 0;
  }

  .tablet\:-m-1 {
    margin: -0.25rem;
  }

  .tablet\:-m-2 {
    margin: -0.5rem;
  }

  .tablet\:-m-3 {
    margin: -0.75rem;
  }

  .tablet\:-m-4 {
    margin: -1rem;
  }

  .tablet\:-m-5 {
    margin: -1.25rem;
  }

  .tablet\:-m-6 {
    margin: -1.5rem;
  }

  .tablet\:-m-7 {
    margin: -1.75rem;
  }

  .tablet\:-m-8 {
    margin: -2rem;
  }

  .tablet\:-m-9 {
    margin: -2.25rem;
  }

  .tablet\:-m-10 {
    margin: -2.5rem;
  }

  .tablet\:-m-11 {
    margin: -2.75rem;
  }

  .tablet\:-m-12 {
    margin: -3rem;
  }

  .tablet\:-m-13 {
    margin: -3.25rem;
  }

  .tablet\:-m-14 {
    margin: -3.5rem;
  }

  .tablet\:-m-15 {
    margin: -3.75rem;
  }

  .tablet\:-m-16 {
    margin: -4rem;
  }

  .tablet\:-m-18 {
    margin: -5rem;
  }

  .tablet\:-m-20 {
    margin: -6rem;
  }

  .tablet\:-m-22 {
    margin: -7rem;
  }

  .tablet\:-m-24 {
    margin: -8rem;
  }

  .tablet\:-m-auto {
    margin: -auto;
  }

  .tablet\:-m-px {
    margin: -1px;
  }

  .tablet\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .tablet\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .tablet\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .tablet\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .tablet\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .tablet\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .tablet\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .tablet\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .tablet\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .tablet\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .tablet\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .tablet\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .tablet\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .tablet\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .tablet\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .tablet\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .tablet\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .tablet\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .tablet\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .tablet\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .tablet\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .tablet\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .tablet\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .tablet\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .tablet\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .tablet\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .tablet\:-my-13 {
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  .tablet\:-mx-13 {
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .tablet\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .tablet\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .tablet\:-my-15 {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .tablet\:-mx-15 {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .tablet\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .tablet\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .tablet\:-my-18 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .tablet\:-mx-18 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .tablet\:-my-20 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .tablet\:-mx-20 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .tablet\:-my-22 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .tablet\:-mx-22 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .tablet\:-my-24 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .tablet\:-mx-24 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .tablet\:-my-auto {
    margin-top: -auto;
    margin-bottom: -auto;
  }

  .tablet\:-mx-auto {
    margin-left: -auto;
    margin-right: -auto;
  }

  .tablet\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .tablet\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .tablet\:-mt-0 {
    margin-top: 0;
  }

  .tablet\:-mr-0 {
    margin-right: 0;
  }

  .tablet\:-mb-0 {
    margin-bottom: 0;
  }

  .tablet\:-ml-0 {
    margin-left: 0;
  }

  .tablet\:-mt-1 {
    margin-top: -0.25rem;
  }

  .tablet\:-mr-1 {
    margin-right: -0.25rem;
  }

  .tablet\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .tablet\:-ml-1 {
    margin-left: -0.25rem;
  }

  .tablet\:-mt-2 {
    margin-top: -0.5rem;
  }

  .tablet\:-mr-2 {
    margin-right: -0.5rem;
  }

  .tablet\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .tablet\:-ml-2 {
    margin-left: -0.5rem;
  }

  .tablet\:-mt-3 {
    margin-top: -0.75rem;
  }

  .tablet\:-mr-3 {
    margin-right: -0.75rem;
  }

  .tablet\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .tablet\:-ml-3 {
    margin-left: -0.75rem;
  }

  .tablet\:-mt-4 {
    margin-top: -1rem;
  }

  .tablet\:-mr-4 {
    margin-right: -1rem;
  }

  .tablet\:-mb-4 {
    margin-bottom: -1rem;
  }

  .tablet\:-ml-4 {
    margin-left: -1rem;
  }

  .tablet\:-mt-5 {
    margin-top: -1.25rem;
  }

  .tablet\:-mr-5 {
    margin-right: -1.25rem;
  }

  .tablet\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .tablet\:-ml-5 {
    margin-left: -1.25rem;
  }

  .tablet\:-mt-6 {
    margin-top: -1.5rem;
  }

  .tablet\:-mr-6 {
    margin-right: -1.5rem;
  }

  .tablet\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .tablet\:-ml-6 {
    margin-left: -1.5rem;
  }

  .tablet\:-mt-7 {
    margin-top: -1.75rem;
  }

  .tablet\:-mr-7 {
    margin-right: -1.75rem;
  }

  .tablet\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .tablet\:-ml-7 {
    margin-left: -1.75rem;
  }

  .tablet\:-mt-8 {
    margin-top: -2rem;
  }

  .tablet\:-mr-8 {
    margin-right: -2rem;
  }

  .tablet\:-mb-8 {
    margin-bottom: -2rem;
  }

  .tablet\:-ml-8 {
    margin-left: -2rem;
  }

  .tablet\:-mt-9 {
    margin-top: -2.25rem;
  }

  .tablet\:-mr-9 {
    margin-right: -2.25rem;
  }

  .tablet\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .tablet\:-ml-9 {
    margin-left: -2.25rem;
  }

  .tablet\:-mt-10 {
    margin-top: -2.5rem;
  }

  .tablet\:-mr-10 {
    margin-right: -2.5rem;
  }

  .tablet\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .tablet\:-ml-10 {
    margin-left: -2.5rem;
  }

  .tablet\:-mt-11 {
    margin-top: -2.75rem;
  }

  .tablet\:-mr-11 {
    margin-right: -2.75rem;
  }

  .tablet\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .tablet\:-ml-11 {
    margin-left: -2.75rem;
  }

  .tablet\:-mt-12 {
    margin-top: -3rem;
  }

  .tablet\:-mr-12 {
    margin-right: -3rem;
  }

  .tablet\:-mb-12 {
    margin-bottom: -3rem;
  }

  .tablet\:-ml-12 {
    margin-left: -3rem;
  }

  .tablet\:-mt-13 {
    margin-top: -3.25rem;
  }

  .tablet\:-mr-13 {
    margin-right: -3.25rem;
  }

  .tablet\:-mb-13 {
    margin-bottom: -3.25rem;
  }

  .tablet\:-ml-13 {
    margin-left: -3.25rem;
  }

  .tablet\:-mt-14 {
    margin-top: -3.5rem;
  }

  .tablet\:-mr-14 {
    margin-right: -3.5rem;
  }

  .tablet\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .tablet\:-ml-14 {
    margin-left: -3.5rem;
  }

  .tablet\:-mt-15 {
    margin-top: -3.75rem;
  }

  .tablet\:-mr-15 {
    margin-right: -3.75rem;
  }

  .tablet\:-mb-15 {
    margin-bottom: -3.75rem;
  }

  .tablet\:-ml-15 {
    margin-left: -3.75rem;
  }

  .tablet\:-mt-16 {
    margin-top: -4rem;
  }

  .tablet\:-mr-16 {
    margin-right: -4rem;
  }

  .tablet\:-mb-16 {
    margin-bottom: -4rem;
  }

  .tablet\:-ml-16 {
    margin-left: -4rem;
  }

  .tablet\:-mt-18 {
    margin-top: -5rem;
  }

  .tablet\:-mr-18 {
    margin-right: -5rem;
  }

  .tablet\:-mb-18 {
    margin-bottom: -5rem;
  }

  .tablet\:-ml-18 {
    margin-left: -5rem;
  }

  .tablet\:-mt-20 {
    margin-top: -6rem;
  }

  .tablet\:-mr-20 {
    margin-right: -6rem;
  }

  .tablet\:-mb-20 {
    margin-bottom: -6rem;
  }

  .tablet\:-ml-20 {
    margin-left: -6rem;
  }

  .tablet\:-mt-22 {
    margin-top: -7rem;
  }

  .tablet\:-mr-22 {
    margin-right: -7rem;
  }

  .tablet\:-mb-22 {
    margin-bottom: -7rem;
  }

  .tablet\:-ml-22 {
    margin-left: -7rem;
  }

  .tablet\:-mt-24 {
    margin-top: -8rem;
  }

  .tablet\:-mr-24 {
    margin-right: -8rem;
  }

  .tablet\:-mb-24 {
    margin-bottom: -8rem;
  }

  .tablet\:-ml-24 {
    margin-left: -8rem;
  }

  .tablet\:-mt-auto {
    margin-top: -auto;
  }

  .tablet\:-mr-auto {
    margin-right: -auto;
  }

  .tablet\:-mb-auto {
    margin-bottom: -auto;
  }

  .tablet\:-ml-auto {
    margin-left: -auto;
  }

  .tablet\:-mt-px {
    margin-top: -1px;
  }

  .tablet\:-mr-px {
    margin-right: -1px;
  }

  .tablet\:-mb-px {
    margin-bottom: -1px;
  }

  .tablet\:-ml-px {
    margin-left: -1px;
  }

  .tablet\:opacity-0 {
    opacity: 0;
  }

  .tablet\:opacity-25 {
    opacity: .25;
  }

  .tablet\:opacity-50 {
    opacity: .5;
  }

  .tablet\:opacity-75 {
    opacity: .75;
  }

  .tablet\:opacity-100 {
    opacity: 1;
  }

  .tablet\:overflow-auto {
    overflow: auto;
  }

  .tablet\:overflow-hidden {
    overflow: hidden;
  }

  .tablet\:overflow-visible {
    overflow: visible;
  }

  .tablet\:overflow-scroll {
    overflow: scroll;
  }

  .tablet\:overflow-x-auto {
    overflow-x: auto;
  }

  .tablet\:overflow-y-auto {
    overflow-y: auto;
  }

  .tablet\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .tablet\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .tablet\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .tablet\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .tablet\:p-0 {
    padding: 0;
  }

  .tablet\:p-1 {
    padding: .25rem;
  }

  .tablet\:p-2 {
    padding: .5rem;
  }

  .tablet\:p-3 {
    padding: .75rem;
  }

  .tablet\:p-4 {
    padding: 1rem;
  }

  .tablet\:p-5 {
    padding: 1.25rem;
  }

  .tablet\:p-6 {
    padding: 1.5rem;
  }

  .tablet\:p-7 {
    padding: 1.75rem;
  }

  .tablet\:p-8 {
    padding: 2rem;
  }

  .tablet\:p-9 {
    padding: 2.25rem;
  }

  .tablet\:p-10 {
    padding: 2.5rem;
  }

  .tablet\:p-11 {
    padding: 2.75rem;
  }

  .tablet\:p-12 {
    padding: 3rem;
  }

  .tablet\:p-13 {
    padding: 3.25rem;
  }

  .tablet\:p-14 {
    padding: 3.5rem;
  }

  .tablet\:p-15 {
    padding: 3.75rem;
  }

  .tablet\:p-16 {
    padding: 4rem;
  }

  .tablet\:p-18 {
    padding: 5rem;
  }

  .tablet\:p-20 {
    padding: 6rem;
  }

  .tablet\:p-22 {
    padding: 7rem;
  }

  .tablet\:p-24 {
    padding: 8rem;
  }

  .tablet\:p-auto {
    padding: auto;
  }

  .tablet\:p-px {
    padding: 1px;
  }

  .tablet\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .tablet\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .tablet\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .tablet\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .tablet\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .tablet\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .tablet\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .tablet\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .tablet\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .tablet\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tablet\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .tablet\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .tablet\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .tablet\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .tablet\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .tablet\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .tablet\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .tablet\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .tablet\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .tablet\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .tablet\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .tablet\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .tablet\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .tablet\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .tablet\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .tablet\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .tablet\:py-13 {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .tablet\:px-13 {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .tablet\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .tablet\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .tablet\:py-15 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .tablet\:px-15 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .tablet\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .tablet\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .tablet\:py-18 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .tablet\:px-18 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .tablet\:py-20 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .tablet\:px-20 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .tablet\:py-22 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .tablet\:px-22 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .tablet\:py-24 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .tablet\:px-24 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .tablet\:py-auto {
    padding-top: auto;
    padding-bottom: auto;
  }

  .tablet\:px-auto {
    padding-left: auto;
    padding-right: auto;
  }

  .tablet\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .tablet\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .tablet\:pt-0 {
    padding-top: 0;
  }

  .tablet\:pr-0 {
    padding-right: 0;
  }

  .tablet\:pb-0 {
    padding-bottom: 0;
  }

  .tablet\:pl-0 {
    padding-left: 0;
  }

  .tablet\:pt-1 {
    padding-top: .25rem;
  }

  .tablet\:pr-1 {
    padding-right: .25rem;
  }

  .tablet\:pb-1 {
    padding-bottom: .25rem;
  }

  .tablet\:pl-1 {
    padding-left: .25rem;
  }

  .tablet\:pt-2 {
    padding-top: .5rem;
  }

  .tablet\:pr-2 {
    padding-right: .5rem;
  }

  .tablet\:pb-2 {
    padding-bottom: .5rem;
  }

  .tablet\:pl-2 {
    padding-left: .5rem;
  }

  .tablet\:pt-3 {
    padding-top: .75rem;
  }

  .tablet\:pr-3 {
    padding-right: .75rem;
  }

  .tablet\:pb-3 {
    padding-bottom: .75rem;
  }

  .tablet\:pl-3 {
    padding-left: .75rem;
  }

  .tablet\:pt-4 {
    padding-top: 1rem;
  }

  .tablet\:pr-4 {
    padding-right: 1rem;
  }

  .tablet\:pb-4 {
    padding-bottom: 1rem;
  }

  .tablet\:pl-4 {
    padding-left: 1rem;
  }

  .tablet\:pt-5 {
    padding-top: 1.25rem;
  }

  .tablet\:pr-5 {
    padding-right: 1.25rem;
  }

  .tablet\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .tablet\:pl-5 {
    padding-left: 1.25rem;
  }

  .tablet\:pt-6 {
    padding-top: 1.5rem;
  }

  .tablet\:pr-6 {
    padding-right: 1.5rem;
  }

  .tablet\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .tablet\:pl-6 {
    padding-left: 1.5rem;
  }

  .tablet\:pt-7 {
    padding-top: 1.75rem;
  }

  .tablet\:pr-7 {
    padding-right: 1.75rem;
  }

  .tablet\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .tablet\:pl-7 {
    padding-left: 1.75rem;
  }

  .tablet\:pt-8 {
    padding-top: 2rem;
  }

  .tablet\:pr-8 {
    padding-right: 2rem;
  }

  .tablet\:pb-8 {
    padding-bottom: 2rem;
  }

  .tablet\:pl-8 {
    padding-left: 2rem;
  }

  .tablet\:pt-9 {
    padding-top: 2.25rem;
  }

  .tablet\:pr-9 {
    padding-right: 2.25rem;
  }

  .tablet\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .tablet\:pl-9 {
    padding-left: 2.25rem;
  }

  .tablet\:pt-10 {
    padding-top: 2.5rem;
  }

  .tablet\:pr-10 {
    padding-right: 2.5rem;
  }

  .tablet\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .tablet\:pl-10 {
    padding-left: 2.5rem;
  }

  .tablet\:pt-11 {
    padding-top: 2.75rem;
  }

  .tablet\:pr-11 {
    padding-right: 2.75rem;
  }

  .tablet\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .tablet\:pl-11 {
    padding-left: 2.75rem;
  }

  .tablet\:pt-12 {
    padding-top: 3rem;
  }

  .tablet\:pr-12 {
    padding-right: 3rem;
  }

  .tablet\:pb-12 {
    padding-bottom: 3rem;
  }

  .tablet\:pl-12 {
    padding-left: 3rem;
  }

  .tablet\:pt-13 {
    padding-top: 3.25rem;
  }

  .tablet\:pr-13 {
    padding-right: 3.25rem;
  }

  .tablet\:pb-13 {
    padding-bottom: 3.25rem;
  }

  .tablet\:pl-13 {
    padding-left: 3.25rem;
  }

  .tablet\:pt-14 {
    padding-top: 3.5rem;
  }

  .tablet\:pr-14 {
    padding-right: 3.5rem;
  }

  .tablet\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .tablet\:pl-14 {
    padding-left: 3.5rem;
  }

  .tablet\:pt-15 {
    padding-top: 3.75rem;
  }

  .tablet\:pr-15 {
    padding-right: 3.75rem;
  }

  .tablet\:pb-15 {
    padding-bottom: 3.75rem;
  }

  .tablet\:pl-15 {
    padding-left: 3.75rem;
  }

  .tablet\:pt-16 {
    padding-top: 4rem;
  }

  .tablet\:pr-16 {
    padding-right: 4rem;
  }

  .tablet\:pb-16 {
    padding-bottom: 4rem;
  }

  .tablet\:pl-16 {
    padding-left: 4rem;
  }

  .tablet\:pt-18 {
    padding-top: 5rem;
  }

  .tablet\:pr-18 {
    padding-right: 5rem;
  }

  .tablet\:pb-18 {
    padding-bottom: 5rem;
  }

  .tablet\:pl-18 {
    padding-left: 5rem;
  }

  .tablet\:pt-20 {
    padding-top: 6rem;
  }

  .tablet\:pr-20 {
    padding-right: 6rem;
  }

  .tablet\:pb-20 {
    padding-bottom: 6rem;
  }

  .tablet\:pl-20 {
    padding-left: 6rem;
  }

  .tablet\:pt-22 {
    padding-top: 7rem;
  }

  .tablet\:pr-22 {
    padding-right: 7rem;
  }

  .tablet\:pb-22 {
    padding-bottom: 7rem;
  }

  .tablet\:pl-22 {
    padding-left: 7rem;
  }

  .tablet\:pt-24 {
    padding-top: 8rem;
  }

  .tablet\:pr-24 {
    padding-right: 8rem;
  }

  .tablet\:pb-24 {
    padding-bottom: 8rem;
  }

  .tablet\:pl-24 {
    padding-left: 8rem;
  }

  .tablet\:pt-auto {
    padding-top: auto;
  }

  .tablet\:pr-auto {
    padding-right: auto;
  }

  .tablet\:pb-auto {
    padding-bottom: auto;
  }

  .tablet\:pl-auto {
    padding-left: auto;
  }

  .tablet\:pt-px {
    padding-top: 1px;
  }

  .tablet\:pr-px {
    padding-right: 1px;
  }

  .tablet\:pb-px {
    padding-bottom: 1px;
  }

  .tablet\:pl-px {
    padding-left: 1px;
  }

  .tablet\:pointer-events-none {
    pointer-events: none;
  }

  .tablet\:pointer-events-auto {
    pointer-events: auto;
  }

  .tablet\:static {
    position: static;
  }

  .tablet\:fixed {
    position: fixed;
  }

  .tablet\:absolute {
    position: absolute;
  }

  .tablet\:relative {
    position: relative;
  }

  .tablet\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .tablet\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .tablet\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .tablet\:pin-y {
    top: 0;
    bottom: 0;
  }

  .tablet\:pin-x {
    right: 0;
    left: 0;
  }

  .tablet\:pin-t {
    top: 0;
  }

  .tablet\:pin-r {
    right: 0;
  }

  .tablet\:pin-b {
    bottom: 0;
  }

  .tablet\:pin-l {
    left: 0;
  }

  .tablet\:resize-none {
    resize: none;
  }

  .tablet\:resize-y {
    resize: vertical;
  }

  .tablet\:resize-x {
    resize: horizontal;
  }

  .tablet\:resize {
    resize: both;
  }

  .tablet\:shadow {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
            box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
  }

  .tablet\:shadow-xs {
    -webkit-box-shadow: 0 10px 60px 0 rgba(29, 29, 31, .09);
            box-shadow: 0 10px 60px 0 rgba(29, 29, 31, .09);
  }

  .tablet\:shadow-sm {
    -webkit-box-shadow: 0 2px 6px 0 hsla(0, 0%, 0%, .2);
            box-shadow: 0 2px 6px 0 hsla(0, 0%, 0%, .2);
  }

  .tablet\: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);
  }

  .tablet\: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);
  }

  .tablet\: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);
  }

  .tablet\:shadow-none {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .tablet\:hover\:shadow:hover {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
            box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
  }

  .tablet\:hover\:shadow-xs:hover {
    -webkit-box-shadow: 0 10px 60px 0 rgba(29, 29, 31, .09);
            box-shadow: 0 10px 60px 0 rgba(29, 29, 31, .09);
  }

  .tablet\:hover\:shadow-sm:hover {
    -webkit-box-shadow: 0 2px 6px 0 hsla(0, 0%, 0%, .2);
            box-shadow: 0 2px 6px 0 hsla(0, 0%, 0%, .2);
  }

  .tablet\:hover\:shadow-md:hover {
    -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);
  }

  .tablet\:hover\:shadow-lg:hover {
    -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);
  }

  .tablet\:hover\:shadow-inner:hover {
    -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);
  }

  .tablet\:hover\:shadow-none:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .tablet\:text-left {
    text-align: left;
  }

  .tablet\:text-center {
    text-align: center;
  }

  .tablet\:text-right {
    text-align: right;
  }

  .tablet\:text-justify {
    text-align: justify;
  }

  .tablet\:text-transparent {
    color: transparent;
  }

  .tablet\:text-black {
    color: #000;
  }

  .tablet\:text-white {
    color: #fff;
  }

  .tablet\:text-search {
    color: #818e90;
  }

  .tablet\:text-black-dark {
    color: #282828;
  }

  .tablet\:text-green {
    color: #a9ab22;
  }

  .tablet\:text-yellow {
    color: #fecc89;
  }

  .tablet\:text-purple {
    color: #957eba;
  }

  .tablet\:text-grey-light {
    color: #f2f2f2;
  }

  .tablet\:text-grey {
    color: #5d5d5d;
  }

  .tablet\:text-grey-dark {
    color: #737373;
  }

  .tablet\:text-grey-darkest {
    color: #686868;
  }

  .tablet\:text-grey-lightest {
    color: #b2b1b2;
  }

  .tablet\:text-blue-darker {
    color: #1e393d;
  }

  .tablet\:text-blue-lightester {
    color: #748385;
  }

  .tablet\:text-orange {
    color: #f18670;
  }

  .tablet\:text-orange-light {
    color: #e59f85;
  }

  .tablet\:text-orange-lightest {
    color: #e3a98d;
  }

  .tablet\:text-blue {
    color: #183235;
  }

  .tablet\:text-blue-light {
    color: #8d999b;
  }

  .tablet\:text-blue-dark {
    color: #254146;
  }

  .tablet\:group:hover .group-hover\:text-transparent {
    color: transparent;
  }

  .tablet\:group:hover .group-hover\:text-black {
    color: #000;
  }

  .tablet\:group:hover .group-hover\:text-white {
    color: #fff;
  }

  .tablet\:group:hover .group-hover\:text-search {
    color: #818e90;
  }

  .tablet\:group:hover .group-hover\:text-black-dark {
    color: #282828;
  }

  .tablet\:group:hover .group-hover\:text-green {
    color: #a9ab22;
  }

  .tablet\:group:hover .group-hover\:text-yellow {
    color: #fecc89;
  }

  .tablet\:group:hover .group-hover\:text-purple {
    color: #957eba;
  }

  .tablet\:group:hover .group-hover\:text-grey-light {
    color: #f2f2f2;
  }

  .tablet\:group:hover .group-hover\:text-grey {
    color: #5d5d5d;
  }

  .tablet\:group:hover .group-hover\:text-grey-dark {
    color: #737373;
  }

  .tablet\:group:hover .group-hover\:text-grey-darkest {
    color: #686868;
  }

  .tablet\:group:hover .group-hover\:text-grey-lightest {
    color: #b2b1b2;
  }

  .tablet\:group:hover .group-hover\:text-blue-darker {
    color: #1e393d;
  }

  .tablet\:group:hover .group-hover\:text-blue-lightester {
    color: #748385;
  }

  .tablet\:group:hover .group-hover\:text-orange {
    color: #f18670;
  }

  .tablet\:group:hover .group-hover\:text-orange-light {
    color: #e59f85;
  }

  .tablet\:group:hover .group-hover\:text-orange-lightest {
    color: #e3a98d;
  }

  .tablet\:group:hover .group-hover\:text-blue {
    color: #183235;
  }

  .tablet\:group:hover .group-hover\:text-blue-light {
    color: #8d999b;
  }

  .tablet\:group:hover .group-hover\:text-blue-dark {
    color: #254146;
  }

  .tablet\:hover\:text-transparent:hover {
    color: transparent;
  }

  .tablet\:hover\:text-black:hover {
    color: #000;
  }

  .tablet\:hover\:text-white:hover {
    color: #fff;
  }

  .tablet\:hover\:text-search:hover {
    color: #818e90;
  }

  .tablet\:hover\:text-black-dark:hover {
    color: #282828;
  }

  .tablet\:hover\:text-green:hover {
    color: #a9ab22;
  }

  .tablet\:hover\:text-yellow:hover {
    color: #fecc89;
  }

  .tablet\:hover\:text-purple:hover {
    color: #957eba;
  }

  .tablet\:hover\:text-grey-light:hover {
    color: #f2f2f2;
  }

  .tablet\:hover\:text-grey:hover {
    color: #5d5d5d;
  }

  .tablet\:hover\:text-grey-dark:hover {
    color: #737373;
  }

  .tablet\:hover\:text-grey-darkest:hover {
    color: #686868;
  }

  .tablet\:hover\:text-grey-lightest:hover {
    color: #b2b1b2;
  }

  .tablet\:hover\:text-blue-darker:hover {
    color: #1e393d;
  }

  .tablet\:hover\:text-blue-lightester:hover {
    color: #748385;
  }

  .tablet\:hover\:text-orange:hover {
    color: #f18670;
  }

  .tablet\:hover\:text-orange-light:hover {
    color: #e59f85;
  }

  .tablet\:hover\:text-orange-lightest:hover {
    color: #e3a98d;
  }

  .tablet\:hover\:text-blue:hover {
    color: #183235;
  }

  .tablet\:hover\:text-blue-light:hover {
    color: #8d999b;
  }

  .tablet\:hover\:text-blue-dark:hover {
    color: #254146;
  }

  .tablet\:text-10 {
    font-size: .625rem;
  }

  .tablet\:text-12 {
    font-size: .75rem;
  }

  .tablet\:text-13 {
    font-size: .8125rem;
  }

  .tablet\:text-14 {
    font-size: .875rem;
  }

  .tablet\:text-15 {
    font-size: .9375rem;
  }

  .tablet\:text-16 {
    font-size: 1rem;
  }

  .tablet\:text-18 {
    font-size: 1.125rem;
  }

  .tablet\:text-19 {
    font-size: 1.1875rem;
  }

  .tablet\:text-20 {
    font-size: 1.25rem;
  }

  .tablet\:text-22 {
    font-size: 1.375rem;
  }

  .tablet\:text-24 {
    font-size: 1.5rem;
  }

  .tablet\:text-25 {
    font-size: 1.5625rem;
  }

  .tablet\:text-26 {
    font-size: 1.625rem;
  }

  .tablet\:text-27 {
    font-size: 1.6875rem;
  }

  .tablet\:text-28 {
    font-size: 1.75rem;
  }

  .tablet\:text-29 {
    font-size: 1.8125rem;
  }

  .tablet\:text-30 {
    font-size: 1.875rem;
  }

  .tablet\:text-32 {
    font-size: 2rem;
  }

  .tablet\:text-34 {
    font-size: 2.125rem;
  }

  .tablet\:text-36 {
    font-size: 2.25rem;
  }

  .tablet\:text-37 {
    font-size: 2.3125rem;
  }

  .tablet\:text-38 {
    font-size: 2.375rem;
  }

  .tablet\:text-40 {
    font-size: 2.5rem;
  }

  .tablet\:text-42 {
    font-size: 2.625rem;
  }

  .tablet\:text-44 {
    font-size: 2.75rem;
  }

  .tablet\:text-46 {
    font-size: 2.875rem;
  }

  .tablet\:text-48 {
    font-size: 3rem;
  }

  .tablet\:text-50 {
    font-size: 3.125rem;
  }

  .tablet\:text-60 {
    font-size: 3.75rem;
  }

  .tablet\:text-70 {
    font-size: 4.375rem;
  }

  .tablet\:text-100 {
    font-size: 6.25rem;
  }

  .tablet\:group:hover .group-hover\:text-10 {
    font-size: .625rem;
  }

  .tablet\:group:hover .group-hover\:text-12 {
    font-size: .75rem;
  }

  .tablet\:group:hover .group-hover\:text-13 {
    font-size: .8125rem;
  }

  .tablet\:group:hover .group-hover\:text-14 {
    font-size: .875rem;
  }

  .tablet\:group:hover .group-hover\:text-15 {
    font-size: .9375rem;
  }

  .tablet\:group:hover .group-hover\:text-16 {
    font-size: 1rem;
  }

  .tablet\:group:hover .group-hover\:text-18 {
    font-size: 1.125rem;
  }

  .tablet\:group:hover .group-hover\:text-19 {
    font-size: 1.1875rem;
  }

  .tablet\:group:hover .group-hover\:text-20 {
    font-size: 1.25rem;
  }

  .tablet\:group:hover .group-hover\:text-22 {
    font-size: 1.375rem;
  }

  .tablet\:group:hover .group-hover\:text-24 {
    font-size: 1.5rem;
  }

  .tablet\:group:hover .group-hover\:text-25 {
    font-size: 1.5625rem;
  }

  .tablet\:group:hover .group-hover\:text-26 {
    font-size: 1.625rem;
  }

  .tablet\:group:hover .group-hover\:text-27 {
    font-size: 1.6875rem;
  }

  .tablet\:group:hover .group-hover\:text-28 {
    font-size: 1.75rem;
  }

  .tablet\:group:hover .group-hover\:text-29 {
    font-size: 1.8125rem;
  }

  .tablet\:group:hover .group-hover\:text-30 {
    font-size: 1.875rem;
  }

  .tablet\:group:hover .group-hover\:text-32 {
    font-size: 2rem;
  }

  .tablet\:group:hover .group-hover\:text-34 {
    font-size: 2.125rem;
  }

  .tablet\:group:hover .group-hover\:text-36 {
    font-size: 2.25rem;
  }

  .tablet\:group:hover .group-hover\:text-37 {
    font-size: 2.3125rem;
  }

  .tablet\:group:hover .group-hover\:text-38 {
    font-size: 2.375rem;
  }

  .tablet\:group:hover .group-hover\:text-40 {
    font-size: 2.5rem;
  }

  .tablet\:group:hover .group-hover\:text-42 {
    font-size: 2.625rem;
  }

  .tablet\:group:hover .group-hover\:text-44 {
    font-size: 2.75rem;
  }

  .tablet\:group:hover .group-hover\:text-46 {
    font-size: 2.875rem;
  }

  .tablet\:group:hover .group-hover\:text-48 {
    font-size: 3rem;
  }

  .tablet\:group:hover .group-hover\:text-50 {
    font-size: 3.125rem;
  }

  .tablet\:group:hover .group-hover\:text-60 {
    font-size: 3.75rem;
  }

  .tablet\:group:hover .group-hover\:text-70 {
    font-size: 4.375rem;
  }

  .tablet\:group:hover .group-hover\:text-100 {
    font-size: 6.25rem;
  }

  .tablet\:hover\:text-10:hover {
    font-size: .625rem;
  }

  .tablet\:hover\:text-12:hover {
    font-size: .75rem;
  }

  .tablet\:hover\:text-13:hover {
    font-size: .8125rem;
  }

  .tablet\:hover\:text-14:hover {
    font-size: .875rem;
  }

  .tablet\:hover\:text-15:hover {
    font-size: .9375rem;
  }

  .tablet\:hover\:text-16:hover {
    font-size: 1rem;
  }

  .tablet\:hover\:text-18:hover {
    font-size: 1.125rem;
  }

  .tablet\:hover\:text-19:hover {
    font-size: 1.1875rem;
  }

  .tablet\:hover\:text-20:hover {
    font-size: 1.25rem;
  }

  .tablet\:hover\:text-22:hover {
    font-size: 1.375rem;
  }

  .tablet\:hover\:text-24:hover {
    font-size: 1.5rem;
  }

  .tablet\:hover\:text-25:hover {
    font-size: 1.5625rem;
  }

  .tablet\:hover\:text-26:hover {
    font-size: 1.625rem;
  }

  .tablet\:hover\:text-27:hover {
    font-size: 1.6875rem;
  }

  .tablet\:hover\:text-28:hover {
    font-size: 1.75rem;
  }

  .tablet\:hover\:text-29:hover {
    font-size: 1.8125rem;
  }

  .tablet\:hover\:text-30:hover {
    font-size: 1.875rem;
  }

  .tablet\:hover\:text-32:hover {
    font-size: 2rem;
  }

  .tablet\:hover\:text-34:hover {
    font-size: 2.125rem;
  }

  .tablet\:hover\:text-36:hover {
    font-size: 2.25rem;
  }

  .tablet\:hover\:text-37:hover {
    font-size: 2.3125rem;
  }

  .tablet\:hover\:text-38:hover {
    font-size: 2.375rem;
  }

  .tablet\:hover\:text-40:hover {
    font-size: 2.5rem;
  }

  .tablet\:hover\:text-42:hover {
    font-size: 2.625rem;
  }

  .tablet\:hover\:text-44:hover {
    font-size: 2.75rem;
  }

  .tablet\:hover\:text-46:hover {
    font-size: 2.875rem;
  }

  .tablet\:hover\:text-48:hover {
    font-size: 3rem;
  }

  .tablet\:hover\:text-50:hover {
    font-size: 3.125rem;
  }

  .tablet\:hover\:text-60:hover {
    font-size: 3.75rem;
  }

  .tablet\:hover\:text-70:hover {
    font-size: 4.375rem;
  }

  .tablet\:hover\:text-100:hover {
    font-size: 6.25rem;
  }

  .tablet\:italic {
    font-style: italic;
  }

  .tablet\:roman {
    font-style: normal;
  }

  .tablet\:uppercase {
    text-transform: uppercase;
  }

  .tablet\:lowercase {
    text-transform: lowercase;
  }

  .tablet\:capitalize {
    text-transform: capitalize;
  }

  .tablet\:normal-case {
    text-transform: none;
  }

  .tablet\:underline {
    text-decoration: underline;
  }

  .tablet\:line-through {
    text-decoration: line-through;
  }

  .tablet\:no-underline {
    text-decoration: none;
  }

  .tablet\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .tablet\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .tablet\:hover\:italic:hover {
    font-style: italic;
  }

  .tablet\:hover\:roman:hover {
    font-style: normal;
  }

  .tablet\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .tablet\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .tablet\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .tablet\:hover\:normal-case:hover {
    text-transform: none;
  }

  .tablet\:hover\:underline:hover {
    text-decoration: underline;
  }

  .tablet\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .tablet\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .tablet\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .tablet\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .tablet\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .tablet\:tracking-normal {
    letter-spacing: 0;
  }

  .tablet\:tracking-wide {
    letter-spacing: .05em;
  }

  .tablet\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .tablet\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .tablet\:align-baseline {
    vertical-align: baseline;
  }

  .tablet\:align-top {
    vertical-align: top;
  }

  .tablet\:align-middle {
    vertical-align: middle;
  }

  .tablet\:align-bottom {
    vertical-align: bottom;
  }

  .tablet\:align-text-top {
    vertical-align: text-top;
  }

  .tablet\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .tablet\:visible {
    visibility: visible;
  }

  .tablet\:invisible {
    visibility: hidden;
  }

  .tablet\:whitespace-normal {
    white-space: normal;
  }

  .tablet\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .tablet\:whitespace-pre {
    white-space: pre;
  }

  .tablet\:whitespace-pre-line {
    white-space: pre-line;
  }

  .tablet\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .tablet\:break-words {
    word-wrap: break-word;
  }

  .tablet\:break-normal {
    word-wrap: normal;
  }

  .tablet\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .tablet\:w-1 {
    width: .25rem;
  }

  .tablet\:w-2 {
    width: .5rem;
  }

  .tablet\:w-3 {
    width: .75rem;
  }

  .tablet\:w-4 {
    width: 1rem;
  }

  .tablet\:w-6 {
    width: 1.5rem;
  }

  .tablet\:w-8 {
    width: 2rem;
  }

  .tablet\:w-10 {
    width: 2.5rem;
  }

  .tablet\:w-12 {
    width: 3rem;
  }

  .tablet\:w-16 {
    width: 4rem;
  }

  .tablet\:w-24 {
    width: 6rem;
  }

  .tablet\:w-32 {
    width: 8rem;
  }

  .tablet\:w-48 {
    width: 12rem;
  }

  .tablet\:w-64 {
    width: 16rem;
  }

  .tablet\:w-auto {
    width: auto;
  }

  .tablet\:w-px {
    width: 1px;
  }

  .tablet\:w-1\/2 {
    width: 50%;
  }

  .tablet\:w-1\/3 {
    width: 33.33333%;
  }

  .tablet\:w-1\/9 {
    width: 30%;
  }

  .tablet\:w-2\/3 {
    width: 66.66667%;
  }

  .tablet\:w-1\/4 {
    width: 25%;
  }

  .tablet\:w-3\/4 {
    width: 75%;
  }

  .tablet\:w-1\/5 {
    width: 20%;
  }

  .tablet\:w-2\/5 {
    width: 40%;
  }

  .tablet\:w-3\/5 {
    width: 60%;
  }

  .tablet\:w-4\/5 {
    width: 80%;
  }

  .tablet\:w-1\/6 {
    width: 16.66667%;
  }

  .tablet\:w-5\/6 {
    width: 83.33333%;
  }

  .tablet\:w-6\/1 {
    width: 90%;
  }

  .tablet\:w-full {
    width: 100%;
  }

  .tablet\:w-2\/1 {
    width: 12.5%;
  }

  .tablet\:w-screen {
    width: 100vw;
  }

  .tablet\:z-0 {
    z-index: 0;
  }

  .tablet\:z-10 {
    z-index: 10;
  }

  .tablet\:z-20 {
    z-index: 20;
  }

  .tablet\:z-30 {
    z-index: 30;
  }

  .tablet\:z-40 {
    z-index: 40;
  }

  .tablet\:z-50 {
    z-index: 50;
  }

  .tablet\:z-auto {
    z-index: auto;
  }
}

@media (min-width: 1024px) {
  .desktop\:list-reset {
    list-style: none;
    padding: 0;
  }

  .desktop\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .desktop\:bg-fixed {
    background-attachment: fixed;
  }

  .desktop\:bg-local {
    background-attachment: local;
  }

  .desktop\:bg-scroll {
    background-attachment: scroll;
  }

  .desktop\:bg-transparent {
    background-color: transparent;
  }

  .desktop\:bg-black {
    background-color: #000;
  }

  .desktop\:bg-white {
    background-color: #fff;
  }

  .desktop\:bg-search {
    background-color: #818e90;
  }

  .desktop\:bg-black-dark {
    background-color: #282828;
  }

  .desktop\:bg-green {
    background-color: #a9ab22;
  }

  .desktop\:bg-yellow {
    background-color: #fecc89;
  }

  .desktop\:bg-purple {
    background-color: #957eba;
  }

  .desktop\:bg-grey-light {
    background-color: #f2f2f2;
  }

  .desktop\:bg-grey {
    background-color: #5d5d5d;
  }

  .desktop\:bg-grey-dark {
    background-color: #737373;
  }

  .desktop\:bg-grey-darkest {
    background-color: #686868;
  }

  .desktop\:bg-grey-lightest {
    background-color: #b2b1b2;
  }

  .desktop\:bg-blue-darker {
    background-color: #1e393d;
  }

  .desktop\:bg-blue-lightester {
    background-color: #748385;
  }

  .desktop\:bg-orange {
    background-color: #f18670;
  }

  .desktop\:bg-orange-light {
    background-color: #e59f85;
  }

  .desktop\:bg-orange-lightest {
    background-color: #e3a98d;
  }

  .desktop\:bg-blue {
    background-color: #183235;
  }

  .desktop\:bg-blue-light {
    background-color: #8d999b;
  }

  .desktop\:bg-blue-dark {
    background-color: #254146;
  }

  .desktop\:bg-black-90 {
    background-color: rgba(0, 0, 0, .9);
  }

  .desktop\:bg-black-80 {
    background-color: rgba(0, 0, 0, .8);
  }

  .desktop\:bg-black-70 {
    background-color: rgba(0, 0, 0, .7);
  }

  .desktop\:bg-black-60 {
    background-color: rgba(0, 0, 0, .6);
  }

  .desktop\:bg-black-50 {
    background-color: rgba(0, 0, 0, .5);
  }

  .desktop\:bg-black-40 {
    background-color: rgba(0, 0, 0, .4);
  }

  .desktop\:bg-black-30 {
    background-color: rgba(0, 0, 0, .3);
  }

  .desktop\:bg-black-20 {
    background-color: rgba(0, 0, 0, .2);
  }

  .desktop\:bg-black-10 {
    background-color: rgba(0, 0, 0, .1);
  }

  .desktop\:bg-black-05 {
    background-color: rgba(0, 0, 0, .05);
  }

  .desktop\:bg-white-90 {
    background-color: rgba(255, 255, 255, .9);
  }

  .desktop\:bg-white-80 {
    background-color: rgba(255, 255, 255, .8);
  }

  .desktop\:bg-white-70 {
    background-color: rgba(255, 255, 255, .7);
  }

  .desktop\:bg-white-60 {
    background-color: rgba(255, 255, 255, .6);
  }

  .desktop\:bg-white-50 {
    background-color: rgba(255, 255, 255, .5);
  }

  .desktop\:bg-white-40 {
    background-color: rgba(255, 255, 255, .4);
  }

  .desktop\:bg-white-30 {
    background-color: rgba(255, 255, 255, .3);
  }

  .desktop\:bg-white-20 {
    background-color: rgba(255, 255, 255, .2);
  }

  .desktop\:bg-white-10 {
    background-color: rgba(255, 255, 255, .1);
  }

  .desktop\:bg-green-19 {
    background-color: rgba(6, 60, 74, .19);
  }

  .desktop\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .desktop\:hover\:bg-black:hover {
    background-color: #000;
  }

  .desktop\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .desktop\:hover\:bg-search:hover {
    background-color: #818e90;
  }

  .desktop\:hover\:bg-black-dark:hover {
    background-color: #282828;
  }

  .desktop\:hover\:bg-green:hover {
    background-color: #a9ab22;
  }

  .desktop\:hover\:bg-yellow:hover {
    background-color: #fecc89;
  }

  .desktop\:hover\:bg-purple:hover {
    background-color: #957eba;
  }

  .desktop\:hover\:bg-grey-light:hover {
    background-color: #f2f2f2;
  }

  .desktop\:hover\:bg-grey:hover {
    background-color: #5d5d5d;
  }

  .desktop\:hover\:bg-grey-dark:hover {
    background-color: #737373;
  }

  .desktop\:hover\:bg-grey-darkest:hover {
    background-color: #686868;
  }

  .desktop\:hover\:bg-grey-lightest:hover {
    background-color: #b2b1b2;
  }

  .desktop\:hover\:bg-blue-darker:hover {
    background-color: #1e393d;
  }

  .desktop\:hover\:bg-blue-lightester:hover {
    background-color: #748385;
  }

  .desktop\:hover\:bg-orange:hover {
    background-color: #f18670;
  }

  .desktop\:hover\:bg-orange-light:hover {
    background-color: #e59f85;
  }

  .desktop\:hover\:bg-orange-lightest:hover {
    background-color: #e3a98d;
  }

  .desktop\:hover\:bg-blue:hover {
    background-color: #183235;
  }

  .desktop\:hover\:bg-blue-light:hover {
    background-color: #8d999b;
  }

  .desktop\:hover\:bg-blue-dark:hover {
    background-color: #254146;
  }

  .desktop\:hover\:bg-black-90:hover {
    background-color: rgba(0, 0, 0, .9);
  }

  .desktop\:hover\:bg-black-80:hover {
    background-color: rgba(0, 0, 0, .8);
  }

  .desktop\:hover\:bg-black-70:hover {
    background-color: rgba(0, 0, 0, .7);
  }

  .desktop\:hover\:bg-black-60:hover {
    background-color: rgba(0, 0, 0, .6);
  }

  .desktop\:hover\:bg-black-50:hover {
    background-color: rgba(0, 0, 0, .5);
  }

  .desktop\:hover\:bg-black-40:hover {
    background-color: rgba(0, 0, 0, .4);
  }

  .desktop\:hover\:bg-black-30:hover {
    background-color: rgba(0, 0, 0, .3);
  }

  .desktop\:hover\:bg-black-20:hover {
    background-color: rgba(0, 0, 0, .2);
  }

  .desktop\:hover\:bg-black-10:hover {
    background-color: rgba(0, 0, 0, .1);
  }

  .desktop\:hover\:bg-black-05:hover {
    background-color: rgba(0, 0, 0, .05);
  }

  .desktop\:hover\:bg-white-90:hover {
    background-color: rgba(255, 255, 255, .9);
  }

  .desktop\:hover\:bg-white-80:hover {
    background-color: rgba(255, 255, 255, .8);
  }

  .desktop\:hover\:bg-white-70:hover {
    background-color: rgba(255, 255, 255, .7);
  }

  .desktop\:hover\:bg-white-60:hover {
    background-color: rgba(255, 255, 255, .6);
  }

  .desktop\:hover\:bg-white-50:hover {
    background-color: rgba(255, 255, 255, .5);
  }

  .desktop\:hover\:bg-white-40:hover {
    background-color: rgba(255, 255, 255, .4);
  }

  .desktop\:hover\:bg-white-30:hover {
    background-color: rgba(255, 255, 255, .3);
  }

  .desktop\:hover\:bg-white-20:hover {
    background-color: rgba(255, 255, 255, .2);
  }

  .desktop\:hover\:bg-white-10:hover {
    background-color: rgba(255, 255, 255, .1);
  }

  .desktop\:hover\:bg-green-19:hover {
    background-color: rgba(6, 60, 74, .19);
  }

  .desktop\:bg-bottom {
    background-position: bottom;
  }

  .desktop\:bg-center {
    background-position: center;
  }

  .desktop\:bg-left {
    background-position: left;
  }

  .desktop\:bg-left-bottom {
    background-position: left bottom;
  }

  .desktop\:bg-left-top {
    background-position: left top;
  }

  .desktop\:bg-right {
    background-position: right;
  }

  .desktop\:bg-right-bottom {
    background-position: right bottom;
  }

  .desktop\:bg-right-top {
    background-position: right top;
  }

  .desktop\:bg-top {
    background-position: top;
  }

  .desktop\:bg-repeat {
    background-repeat: repeat;
  }

  .desktop\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .desktop\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .desktop\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .desktop\:bg-auto {
    background-size: auto;
  }

  .desktop\:bg-cover {
    background-size: cover;
  }

  .desktop\:bg-contain {
    background-size: contain;
  }

  .desktop\:border-transparent {
    border-color: transparent;
  }

  .desktop\:border-black {
    border-color: #000;
  }

  .desktop\:border-white {
    border-color: #fff;
  }

  .desktop\:border-search {
    border-color: #818e90;
  }

  .desktop\:border-black-dark {
    border-color: #282828;
  }

  .desktop\:border-green {
    border-color: #a9ab22;
  }

  .desktop\:border-yellow {
    border-color: #fecc89;
  }

  .desktop\:border-purple {
    border-color: #957eba;
  }

  .desktop\:border-grey-light {
    border-color: #f2f2f2;
  }

  .desktop\:border-grey {
    border-color: #5d5d5d;
  }

  .desktop\:border-grey-dark {
    border-color: #737373;
  }

  .desktop\:border-grey-darkest {
    border-color: #686868;
  }

  .desktop\:border-grey-lightest {
    border-color: #b2b1b2;
  }

  .desktop\:border-blue-darker {
    border-color: #1e393d;
  }

  .desktop\:border-blue-lightester {
    border-color: #748385;
  }

  .desktop\:border-orange {
    border-color: #f18670;
  }

  .desktop\:border-orange-light {
    border-color: #e59f85;
  }

  .desktop\:border-orange-lightest {
    border-color: #e3a98d;
  }

  .desktop\:border-blue {
    border-color: #183235;
  }

  .desktop\:border-blue-light {
    border-color: #8d999b;
  }

  .desktop\:border-blue-dark {
    border-color: #254146;
  }

  .desktop\:border-black-90 {
    border-color: rgba(0, 0, 0, .9);
  }

  .desktop\:border-black-80 {
    border-color: rgba(0, 0, 0, .8);
  }

  .desktop\:border-black-70 {
    border-color: rgba(0, 0, 0, .7);
  }

  .desktop\:border-black-60 {
    border-color: rgba(0, 0, 0, .6);
  }

  .desktop\:border-black-50 {
    border-color: rgba(0, 0, 0, .5);
  }

  .desktop\:border-black-40 {
    border-color: rgba(0, 0, 0, .4);
  }

  .desktop\:border-black-30 {
    border-color: rgba(0, 0, 0, .3);
  }

  .desktop\:border-black-20 {
    border-color: rgba(0, 0, 0, .2);
  }

  .desktop\:border-black-10 {
    border-color: rgba(0, 0, 0, .1);
  }

  .desktop\:border-black-05 {
    border-color: rgba(0, 0, 0, .05);
  }

  .desktop\:border-white-90 {
    border-color: rgba(255, 255, 255, .9);
  }

  .desktop\:border-white-80 {
    border-color: rgba(255, 255, 255, .8);
  }

  .desktop\:border-white-70 {
    border-color: rgba(255, 255, 255, .7);
  }

  .desktop\:border-white-60 {
    border-color: rgba(255, 255, 255, .6);
  }

  .desktop\:border-white-50 {
    border-color: rgba(255, 255, 255, .5);
  }

  .desktop\:border-white-40 {
    border-color: rgba(255, 255, 255, .4);
  }

  .desktop\:border-white-30 {
    border-color: rgba(255, 255, 255, .3);
  }

  .desktop\:border-white-20 {
    border-color: rgba(255, 255, 255, .2);
  }

  .desktop\:border-white-10 {
    border-color: rgba(255, 255, 255, .1);
  }

  .desktop\:border-green-19 {
    border-color: rgba(6, 60, 74, .19);
  }

  .desktop\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .desktop\:hover\:border-black:hover {
    border-color: #000;
  }

  .desktop\:hover\:border-white:hover {
    border-color: #fff;
  }

  .desktop\:hover\:border-search:hover {
    border-color: #818e90;
  }

  .desktop\:hover\:border-black-dark:hover {
    border-color: #282828;
  }

  .desktop\:hover\:border-green:hover {
    border-color: #a9ab22;
  }

  .desktop\:hover\:border-yellow:hover {
    border-color: #fecc89;
  }

  .desktop\:hover\:border-purple:hover {
    border-color: #957eba;
  }

  .desktop\:hover\:border-grey-light:hover {
    border-color: #f2f2f2;
  }

  .desktop\:hover\:border-grey:hover {
    border-color: #5d5d5d;
  }

  .desktop\:hover\:border-grey-dark:hover {
    border-color: #737373;
  }

  .desktop\:hover\:border-grey-darkest:hover {
    border-color: #686868;
  }

  .desktop\:hover\:border-grey-lightest:hover {
    border-color: #b2b1b2;
  }

  .desktop\:hover\:border-blue-darker:hover {
    border-color: #1e393d;
  }

  .desktop\:hover\:border-blue-lightester:hover {
    border-color: #748385;
  }

  .desktop\:hover\:border-orange:hover {
    border-color: #f18670;
  }

  .desktop\:hover\:border-orange-light:hover {
    border-color: #e59f85;
  }

  .desktop\:hover\:border-orange-lightest:hover {
    border-color: #e3a98d;
  }

  .desktop\:hover\:border-blue:hover {
    border-color: #183235;
  }

  .desktop\:hover\:border-blue-light:hover {
    border-color: #8d999b;
  }

  .desktop\:hover\:border-blue-dark:hover {
    border-color: #254146;
  }

  .desktop\:hover\:border-black-90:hover {
    border-color: rgba(0, 0, 0, .9);
  }

  .desktop\:hover\:border-black-80:hover {
    border-color: rgba(0, 0, 0, .8);
  }

  .desktop\:hover\:border-black-70:hover {
    border-color: rgba(0, 0, 0, .7);
  }

  .desktop\:hover\:border-black-60:hover {
    border-color: rgba(0, 0, 0, .6);
  }

  .desktop\:hover\:border-black-50:hover {
    border-color: rgba(0, 0, 0, .5);
  }

  .desktop\:hover\:border-black-40:hover {
    border-color: rgba(0, 0, 0, .4);
  }

  .desktop\:hover\:border-black-30:hover {
    border-color: rgba(0, 0, 0, .3);
  }

  .desktop\:hover\:border-black-20:hover {
    border-color: rgba(0, 0, 0, .2);
  }

  .desktop\:hover\:border-black-10:hover {
    border-color: rgba(0, 0, 0, .1);
  }

  .desktop\:hover\:border-black-05:hover {
    border-color: rgba(0, 0, 0, .05);
  }

  .desktop\:hover\:border-white-90:hover {
    border-color: rgba(255, 255, 255, .9);
  }

  .desktop\:hover\:border-white-80:hover {
    border-color: rgba(255, 255, 255, .8);
  }

  .desktop\:hover\:border-white-70:hover {
    border-color: rgba(255, 255, 255, .7);
  }

  .desktop\:hover\:border-white-60:hover {
    border-color: rgba(255, 255, 255, .6);
  }

  .desktop\:hover\:border-white-50:hover {
    border-color: rgba(255, 255, 255, .5);
  }

  .desktop\:hover\:border-white-40:hover {
    border-color: rgba(255, 255, 255, .4);
  }

  .desktop\:hover\:border-white-30:hover {
    border-color: rgba(255, 255, 255, .3);
  }

  .desktop\:hover\:border-white-20:hover {
    border-color: rgba(255, 255, 255, .2);
  }

  .desktop\:hover\:border-white-10:hover {
    border-color: rgba(255, 255, 255, .1);
  }

  .desktop\:hover\:border-green-19:hover {
    border-color: rgba(6, 60, 74, .19);
  }

  .desktop\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .desktop\:focus\:border-black:focus {
    border-color: #000;
  }

  .desktop\:focus\:border-white:focus {
    border-color: #fff;
  }

  .desktop\:focus\:border-search:focus {
    border-color: #818e90;
  }

  .desktop\:focus\:border-black-dark:focus {
    border-color: #282828;
  }

  .desktop\:focus\:border-green:focus {
    border-color: #a9ab22;
  }

  .desktop\:focus\:border-yellow:focus {
    border-color: #fecc89;
  }

  .desktop\:focus\:border-purple:focus {
    border-color: #957eba;
  }

  .desktop\:focus\:border-grey-light:focus {
    border-color: #f2f2f2;
  }

  .desktop\:focus\:border-grey:focus {
    border-color: #5d5d5d;
  }

  .desktop\:focus\:border-grey-dark:focus {
    border-color: #737373;
  }

  .desktop\:focus\:border-grey-darkest:focus {
    border-color: #686868;
  }

  .desktop\:focus\:border-grey-lightest:focus {
    border-color: #b2b1b2;
  }

  .desktop\:focus\:border-blue-darker:focus {
    border-color: #1e393d;
  }

  .desktop\:focus\:border-blue-lightester:focus {
    border-color: #748385;
  }

  .desktop\:focus\:border-orange:focus {
    border-color: #f18670;
  }

  .desktop\:focus\:border-orange-light:focus {
    border-color: #e59f85;
  }

  .desktop\:focus\:border-orange-lightest:focus {
    border-color: #e3a98d;
  }

  .desktop\:focus\:border-blue:focus {
    border-color: #183235;
  }

  .desktop\:focus\:border-blue-light:focus {
    border-color: #8d999b;
  }

  .desktop\:focus\:border-blue-dark:focus {
    border-color: #254146;
  }

  .desktop\:focus\:border-black-90:focus {
    border-color: rgba(0, 0, 0, .9);
  }

  .desktop\:focus\:border-black-80:focus {
    border-color: rgba(0, 0, 0, .8);
  }

  .desktop\:focus\:border-black-70:focus {
    border-color: rgba(0, 0, 0, .7);
  }

  .desktop\:focus\:border-black-60:focus {
    border-color: rgba(0, 0, 0, .6);
  }

  .desktop\:focus\:border-black-50:focus {
    border-color: rgba(0, 0, 0, .5);
  }

  .desktop\:focus\:border-black-40:focus {
    border-color: rgba(0, 0, 0, .4);
  }

  .desktop\:focus\:border-black-30:focus {
    border-color: rgba(0, 0, 0, .3);
  }

  .desktop\:focus\:border-black-20:focus {
    border-color: rgba(0, 0, 0, .2);
  }

  .desktop\:focus\:border-black-10:focus {
    border-color: rgba(0, 0, 0, .1);
  }

  .desktop\:focus\:border-black-05:focus {
    border-color: rgba(0, 0, 0, .05);
  }

  .desktop\:focus\:border-white-90:focus {
    border-color: rgba(255, 255, 255, .9);
  }

  .desktop\:focus\:border-white-80:focus {
    border-color: rgba(255, 255, 255, .8);
  }

  .desktop\:focus\:border-white-70:focus {
    border-color: rgba(255, 255, 255, .7);
  }

  .desktop\:focus\:border-white-60:focus {
    border-color: rgba(255, 255, 255, .6);
  }

  .desktop\:focus\:border-white-50:focus {
    border-color: rgba(255, 255, 255, .5);
  }

  .desktop\:focus\:border-white-40:focus {
    border-color: rgba(255, 255, 255, .4);
  }

  .desktop\:focus\:border-white-30:focus {
    border-color: rgba(255, 255, 255, .3);
  }

  .desktop\:focus\:border-white-20:focus {
    border-color: rgba(255, 255, 255, .2);
  }

  .desktop\:focus\:border-white-10:focus {
    border-color: rgba(255, 255, 255, .1);
  }

  .desktop\:focus\:border-green-19:focus {
    border-color: rgba(6, 60, 74, .19);
  }

  .desktop\:active\:border-transparent:active {
    border-color: transparent;
  }

  .desktop\:active\:border-black:active {
    border-color: #000;
  }

  .desktop\:active\:border-white:active {
    border-color: #fff;
  }

  .desktop\:active\:border-search:active {
    border-color: #818e90;
  }

  .desktop\:active\:border-black-dark:active {
    border-color: #282828;
  }

  .desktop\:active\:border-green:active {
    border-color: #a9ab22;
  }

  .desktop\:active\:border-yellow:active {
    border-color: #fecc89;
  }

  .desktop\:active\:border-purple:active {
    border-color: #957eba;
  }

  .desktop\:active\:border-grey-light:active {
    border-color: #f2f2f2;
  }

  .desktop\:active\:border-grey:active {
    border-color: #5d5d5d;
  }

  .desktop\:active\:border-grey-dark:active {
    border-color: #737373;
  }

  .desktop\:active\:border-grey-darkest:active {
    border-color: #686868;
  }

  .desktop\:active\:border-grey-lightest:active {
    border-color: #b2b1b2;
  }

  .desktop\:active\:border-blue-darker:active {
    border-color: #1e393d;
  }

  .desktop\:active\:border-blue-lightester:active {
    border-color: #748385;
  }

  .desktop\:active\:border-orange:active {
    border-color: #f18670;
  }

  .desktop\:active\:border-orange-light:active {
    border-color: #e59f85;
  }

  .desktop\:active\:border-orange-lightest:active {
    border-color: #e3a98d;
  }

  .desktop\:active\:border-blue:active {
    border-color: #183235;
  }

  .desktop\:active\:border-blue-light:active {
    border-color: #8d999b;
  }

  .desktop\:active\:border-blue-dark:active {
    border-color: #254146;
  }

  .desktop\:active\:border-black-90:active {
    border-color: rgba(0, 0, 0, .9);
  }

  .desktop\:active\:border-black-80:active {
    border-color: rgba(0, 0, 0, .8);
  }

  .desktop\:active\:border-black-70:active {
    border-color: rgba(0, 0, 0, .7);
  }

  .desktop\:active\:border-black-60:active {
    border-color: rgba(0, 0, 0, .6);
  }

  .desktop\:active\:border-black-50:active {
    border-color: rgba(0, 0, 0, .5);
  }

  .desktop\:active\:border-black-40:active {
    border-color: rgba(0, 0, 0, .4);
  }

  .desktop\:active\:border-black-30:active {
    border-color: rgba(0, 0, 0, .3);
  }

  .desktop\:active\:border-black-20:active {
    border-color: rgba(0, 0, 0, .2);
  }

  .desktop\:active\:border-black-10:active {
    border-color: rgba(0, 0, 0, .1);
  }

  .desktop\:active\:border-black-05:active {
    border-color: rgba(0, 0, 0, .05);
  }

  .desktop\:active\:border-white-90:active {
    border-color: rgba(255, 255, 255, .9);
  }

  .desktop\:active\:border-white-80:active {
    border-color: rgba(255, 255, 255, .8);
  }

  .desktop\:active\:border-white-70:active {
    border-color: rgba(255, 255, 255, .7);
  }

  .desktop\:active\:border-white-60:active {
    border-color: rgba(255, 255, 255, .6);
  }

  .desktop\:active\:border-white-50:active {
    border-color: rgba(255, 255, 255, .5);
  }

  .desktop\:active\:border-white-40:active {
    border-color: rgba(255, 255, 255, .4);
  }

  .desktop\:active\:border-white-30:active {
    border-color: rgba(255, 255, 255, .3);
  }

  .desktop\:active\:border-white-20:active {
    border-color: rgba(255, 255, 255, .2);
  }

  .desktop\:active\:border-white-10:active {
    border-color: rgba(255, 255, 255, .1);
  }

  .desktop\:active\:border-green-19:active {
    border-color: rgba(6, 60, 74, .19);
  }

  .desktop\:rounded-none {
    border-radius: 0;
  }

  .desktop\:rounded-sm {
    border-radius: .125rem;
  }

  .desktop\:rounded {
    border-radius: .25rem;
  }

  .desktop\:rounded-lg {
    border-radius: .5rem;
  }

  .desktop\:rounded-lxg {
    border-radius: 2rem;
  }

  .desktop\:rounded-full {
    border-radius: 9999px;
  }

  .desktop\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .desktop\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .desktop\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .desktop\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .desktop\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .desktop\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .desktop\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .desktop\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .desktop\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .desktop\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .desktop\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .desktop\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .desktop\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .desktop\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .desktop\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .desktop\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .desktop\:rounded-t-lxg {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }

  .desktop\:rounded-r-lxg {
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }

  .desktop\:rounded-b-lxg {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .desktop\:rounded-l-lxg {
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .desktop\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .desktop\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .desktop\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .desktop\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .desktop\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .desktop\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .desktop\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .desktop\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .desktop\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .desktop\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .desktop\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .desktop\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .desktop\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .desktop\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .desktop\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .desktop\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .desktop\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .desktop\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .desktop\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .desktop\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .desktop\:rounded-tl-lxg {
    border-top-left-radius: 2rem;
  }

  .desktop\:rounded-tr-lxg {
    border-top-right-radius: 2rem;
  }

  .desktop\:rounded-br-lxg {
    border-bottom-right-radius: 2rem;
  }

  .desktop\:rounded-bl-lxg {
    border-bottom-left-radius: 2rem;
  }

  .desktop\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .desktop\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .desktop\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .desktop\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .desktop\:border-solid {
    border-style: solid;
  }

  .desktop\:border-dashed {
    border-style: dashed;
  }

  .desktop\:border-dotted {
    border-style: dotted;
  }

  .desktop\:border-none {
    border-style: none;
  }

  .desktop\:border-0 {
    border-width: 0;
  }

  .desktop\:border-2 {
    border-width: 2px;
  }

  .desktop\:border-4 {
    border-width: 4px;
  }

  .desktop\:border-8 {
    border-width: 8px;
  }

  .desktop\:border {
    border-width: 1px;
  }

  .desktop\:border-t-0 {
    border-top-width: 0;
  }

  .desktop\:border-r-0 {
    border-right-width: 0;
  }

  .desktop\:border-b-0 {
    border-bottom-width: 0;
  }

  .desktop\:border-l-0 {
    border-left-width: 0;
  }

  .desktop\:border-t-2 {
    border-top-width: 2px;
  }

  .desktop\:border-r-2 {
    border-right-width: 2px;
  }

  .desktop\:border-b-2 {
    border-bottom-width: 2px;
  }

  .desktop\:border-l-2 {
    border-left-width: 2px;
  }

  .desktop\:border-t-4 {
    border-top-width: 4px;
  }

  .desktop\:border-r-4 {
    border-right-width: 4px;
  }

  .desktop\:border-b-4 {
    border-bottom-width: 4px;
  }

  .desktop\:border-l-4 {
    border-left-width: 4px;
  }

  .desktop\:border-t-8 {
    border-top-width: 8px;
  }

  .desktop\:border-r-8 {
    border-right-width: 8px;
  }

  .desktop\:border-b-8 {
    border-bottom-width: 8px;
  }

  .desktop\:border-l-8 {
    border-left-width: 8px;
  }

  .desktop\:border-t {
    border-top-width: 1px;
  }

  .desktop\:border-r {
    border-right-width: 1px;
  }

  .desktop\:border-b {
    border-bottom-width: 1px;
  }

  .desktop\:border-l {
    border-left-width: 1px;
  }

  .desktop\:cursor-auto {
    cursor: auto;
  }

  .desktop\:cursor-default {
    cursor: default;
  }

  .desktop\:cursor-pointer {
    cursor: pointer;
  }

  .desktop\:cursor-wait {
    cursor: wait;
  }

  .desktop\:cursor-move {
    cursor: move;
  }

  .desktop\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .desktop\:block {
    display: block;
  }

  .desktop\:inline-block {
    display: inline-block;
  }

  .desktop\:inline {
    display: inline;
  }

  .desktop\:table {
    display: table;
  }

  .desktop\:table-row {
    display: table-row;
  }

  .desktop\:table-cell {
    display: table-cell;
  }

  .desktop\:hidden {
    display: none;
  }

  .desktop\:group:hover .group-hover\:block {
    display: block;
  }

  .desktop\:group:hover .group-hover\:inline-block {
    display: inline-block;
  }

  .desktop\:group:hover .group-hover\:inline {
    display: inline;
  }

  .desktop\:group:hover .group-hover\:table {
    display: table;
  }

  .desktop\:group:hover .group-hover\:table-row {
    display: table-row;
  }

  .desktop\:group:hover .group-hover\:table-cell {
    display: table-cell;
  }

  .desktop\:group:hover .group-hover\:hidden {
    display: none;
  }

  .desktop\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .desktop\:inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .desktop\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .desktop\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .desktop\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .desktop\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .desktop\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .desktop\:flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

  .desktop\:flex-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .desktop\:items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .desktop\:items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .desktop\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .desktop\:items-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  .desktop\:items-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .desktop\:self-auto {
    -ms-flex-item-align: auto;
        align-self: auto;
  }

  .desktop\:self-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .desktop\:self-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .desktop\:self-center {
    -ms-flex-item-align: center;
        align-self: center;
  }

  .desktop\:self-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }

  .desktop\:justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .desktop\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .desktop\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .desktop\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .desktop\:justify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .desktop\:content-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }

  .desktop\:content-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }

  .desktop\:content-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }

  .desktop\:content-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }

  .desktop\:content-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }

  .desktop\:flex-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .desktop\:flex-auto {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }

  .desktop\:flex-initial {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }

  .desktop\:flex-none {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .desktop\:flex-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .desktop\:flex-shrink {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .desktop\:flex-no-grow {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .desktop\:flex-no-shrink {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .desktop\:group:hover .group-hover\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .desktop\:group:hover .group-hover\:inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .desktop\:group:hover .group-hover\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .desktop\:group:hover .group-hover\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .desktop\:group:hover .group-hover\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .desktop\:group:hover .group-hover\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .desktop\:group:hover .group-hover\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .desktop\:group:hover .group-hover\:flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

  .desktop\:group:hover .group-hover\:flex-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .desktop\:group:hover .group-hover\:items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .desktop\:group:hover .group-hover\:items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .desktop\:group:hover .group-hover\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .desktop\:group:hover .group-hover\:items-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  .desktop\:group:hover .group-hover\:items-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .desktop\:group:hover .group-hover\:self-auto {
    -ms-flex-item-align: auto;
        align-self: auto;
  }

  .desktop\:group:hover .group-hover\:self-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .desktop\:group:hover .group-hover\:self-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .desktop\:group:hover .group-hover\:self-center {
    -ms-flex-item-align: center;
        align-self: center;
  }

  .desktop\:group:hover .group-hover\:self-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }

  .desktop\:group:hover .group-hover\:justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .desktop\:group:hover .group-hover\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .desktop\:group:hover .group-hover\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .desktop\:group:hover .group-hover\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .desktop\:group:hover .group-hover\:justify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .desktop\:group:hover .group-hover\:content-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }

  .desktop\:group:hover .group-hover\:content-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }

  .desktop\:group:hover .group-hover\:content-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }

  .desktop\:group:hover .group-hover\:content-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }

  .desktop\:group:hover .group-hover\:content-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }

  .desktop\:group:hover .group-hover\:flex-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .desktop\:group:hover .group-hover\:flex-auto {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }

  .desktop\:group:hover .group-hover\:flex-initial {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }

  .desktop\:group:hover .group-hover\:flex-none {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .desktop\:group:hover .group-hover\:flex-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .desktop\:group:hover .group-hover\:flex-shrink {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .desktop\:group:hover .group-hover\:flex-no-grow {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .desktop\:group:hover .group-hover\:flex-no-shrink {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .desktop\:float-right {
    float: right;
  }

  .desktop\:float-left {
    float: left;
  }

  .desktop\:float-none {
    float: none;
  }

  .desktop\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .desktop\:font-berlingmd {
    font-family: BerlingskeSerif-Md;
  }

  .desktop\:font-berlingdb {
    font-family: BerlingskeSerif-DBd;
  }

  .desktop\:font-favorit {
    font-family: Favorit Pro;
  }

  .desktop\:font-favoritbook {
    font-family: Favorit Pro Book;
  }

  .desktop\:font-myriad {
    font-family: Myriad Pro;
  }

  .desktop\:font-light {
    font-weight: 300;
  }

  .desktop\:font-normal {
    font-weight: 400;
  }

  .desktop\:font-bold {
    font-weight: 700;
  }

  .desktop\:hover\:font-light:hover {
    font-weight: 300;
  }

  .desktop\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .desktop\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .desktop\:h-1 {
    height: .25rem;
  }

  .desktop\:h-2 {
    height: .5rem;
  }

  .desktop\:h-3 {
    height: .75rem;
  }

  .desktop\:h-4 {
    height: 1rem;
  }

  .desktop\:h-6 {
    height: 1.5rem;
  }

  .desktop\:h-8 {
    height: 2rem;
  }

  .desktop\:h-10 {
    height: 2.5rem;
  }

  .desktop\:h-12 {
    height: 3rem;
  }

  .desktop\:h-14 {
    height: 3.75rem;
  }

  .desktop\:h-16 {
    height: 4rem;
  }

  .desktop\:h-24 {
    height: 6rem;
  }

  .desktop\:h-32 {
    height: 8rem;
  }

  .desktop\:h-48 {
    height: 12rem;
  }

  .desktop\:h-64 {
    height: 16rem;
  }

  .desktop\:h-300 {
    height: 300px;
  }

  .desktop\:h-400 {
    height: 400px;
  }

  .desktop\:h-500 {
    height: 500px;
  }

  .desktop\:h-600 {
    height: 600px;
  }

  .desktop\:h-700 {
    height: 700px;
  }

  .desktop\:h-800 {
    height: 800px;
  }

  .desktop\:h-auto {
    height: auto;
  }

  .desktop\:h-px {
    height: 1px;
  }

  .desktop\:h-full {
    height: 100%;
  }

  .desktop\:h-screen {
    height: 100vh;
  }

  .desktop\:leading-none {
    line-height: 1;
  }

  .desktop\:leading-tight {
    line-height: 1.25;
  }

  .desktop\:leading-normal {
    line-height: 1.5;
  }

  .desktop\:leading-loose {
    line-height: 2;
  }

  .desktop\:m-0 {
    margin: 0;
  }

  .desktop\:m-1 {
    margin: .25rem;
  }

  .desktop\:m-2 {
    margin: .5rem;
  }

  .desktop\:m-3 {
    margin: .75rem;
  }

  .desktop\:m-4 {
    margin: 1rem;
  }

  .desktop\:m-5 {
    margin: 1.25rem;
  }

  .desktop\:m-6 {
    margin: 1.5rem;
  }

  .desktop\:m-7 {
    margin: 1.75rem;
  }

  .desktop\:m-8 {
    margin: 2rem;
  }

  .desktop\:m-9 {
    margin: 2.25rem;
  }

  .desktop\:m-10 {
    margin: 2.5rem;
  }

  .desktop\:m-11 {
    margin: 2.75rem;
  }

  .desktop\:m-12 {
    margin: 3rem;
  }

  .desktop\:m-13 {
    margin: 3.25rem;
  }

  .desktop\:m-14 {
    margin: 3.5rem;
  }

  .desktop\:m-15 {
    margin: 3.75rem;
  }

  .desktop\:m-16 {
    margin: 4rem;
  }

  .desktop\:m-18 {
    margin: 5rem;
  }

  .desktop\:m-20 {
    margin: 6rem;
  }

  .desktop\:m-22 {
    margin: 7rem;
  }

  .desktop\:m-24 {
    margin: 8rem;
  }

  .desktop\:m-auto {
    margin: auto;
  }

  .desktop\:m-px {
    margin: 1px;
  }

  .desktop\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .desktop\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .desktop\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .desktop\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .desktop\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .desktop\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .desktop\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .desktop\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .desktop\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .desktop\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .desktop\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .desktop\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .desktop\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .desktop\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .desktop\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .desktop\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .desktop\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .desktop\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .desktop\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .desktop\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .desktop\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .desktop\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .desktop\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .desktop\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .desktop\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .desktop\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .desktop\:my-13 {
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .desktop\:mx-13 {
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .desktop\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .desktop\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .desktop\:my-15 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .desktop\:mx-15 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .desktop\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .desktop\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .desktop\:my-18 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .desktop\:mx-18 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .desktop\:my-20 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .desktop\:mx-20 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .desktop\:my-22 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .desktop\:mx-22 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .desktop\:my-24 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .desktop\:mx-24 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .desktop\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .desktop\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .desktop\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .desktop\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .desktop\:mt-0 {
    margin-top: 0;
  }

  .desktop\:mr-0 {
    margin-right: 0;
  }

  .desktop\:mb-0 {
    margin-bottom: 0;
  }

  .desktop\:ml-0 {
    margin-left: 0;
  }

  .desktop\:mt-1 {
    margin-top: .25rem;
  }

  .desktop\:mr-1 {
    margin-right: .25rem;
  }

  .desktop\:mb-1 {
    margin-bottom: .25rem;
  }

  .desktop\:ml-1 {
    margin-left: .25rem;
  }

  .desktop\:mt-2 {
    margin-top: .5rem;
  }

  .desktop\:mr-2 {
    margin-right: .5rem;
  }

  .desktop\:mb-2 {
    margin-bottom: .5rem;
  }

  .desktop\:ml-2 {
    margin-left: .5rem;
  }

  .desktop\:mt-3 {
    margin-top: .75rem;
  }

  .desktop\:mr-3 {
    margin-right: .75rem;
  }

  .desktop\:mb-3 {
    margin-bottom: .75rem;
  }

  .desktop\:ml-3 {
    margin-left: .75rem;
  }

  .desktop\:mt-4 {
    margin-top: 1rem;
  }

  .desktop\:mr-4 {
    margin-right: 1rem;
  }

  .desktop\:mb-4 {
    margin-bottom: 1rem;
  }

  .desktop\:ml-4 {
    margin-left: 1rem;
  }

  .desktop\:mt-5 {
    margin-top: 1.25rem;
  }

  .desktop\:mr-5 {
    margin-right: 1.25rem;
  }

  .desktop\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .desktop\:ml-5 {
    margin-left: 1.25rem;
  }

  .desktop\:mt-6 {
    margin-top: 1.5rem;
  }

  .desktop\:mr-6 {
    margin-right: 1.5rem;
  }

  .desktop\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .desktop\:ml-6 {
    margin-left: 1.5rem;
  }

  .desktop\:mt-7 {
    margin-top: 1.75rem;
  }

  .desktop\:mr-7 {
    margin-right: 1.75rem;
  }

  .desktop\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .desktop\:ml-7 {
    margin-left: 1.75rem;
  }

  .desktop\:mt-8 {
    margin-top: 2rem;
  }

  .desktop\:mr-8 {
    margin-right: 2rem;
  }

  .desktop\:mb-8 {
    margin-bottom: 2rem;
  }

  .desktop\:ml-8 {
    margin-left: 2rem;
  }

  .desktop\:mt-9 {
    margin-top: 2.25rem;
  }

  .desktop\:mr-9 {
    margin-right: 2.25rem;
  }

  .desktop\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .desktop\:ml-9 {
    margin-left: 2.25rem;
  }

  .desktop\:mt-10 {
    margin-top: 2.5rem;
  }

  .desktop\:mr-10 {
    margin-right: 2.5rem;
  }

  .desktop\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .desktop\:ml-10 {
    margin-left: 2.5rem;
  }

  .desktop\:mt-11 {
    margin-top: 2.75rem;
  }

  .desktop\:mr-11 {
    margin-right: 2.75rem;
  }

  .desktop\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .desktop\:ml-11 {
    margin-left: 2.75rem;
  }

  .desktop\:mt-12 {
    margin-top: 3rem;
  }

  .desktop\:mr-12 {
    margin-right: 3rem;
  }

  .desktop\:mb-12 {
    margin-bottom: 3rem;
  }

  .desktop\:ml-12 {
    margin-left: 3rem;
  }

  .desktop\:mt-13 {
    margin-top: 3.25rem;
  }

  .desktop\:mr-13 {
    margin-right: 3.25rem;
  }

  .desktop\:mb-13 {
    margin-bottom: 3.25rem;
  }

  .desktop\:ml-13 {
    margin-left: 3.25rem;
  }

  .desktop\:mt-14 {
    margin-top: 3.5rem;
  }

  .desktop\:mr-14 {
    margin-right: 3.5rem;
  }

  .desktop\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .desktop\:ml-14 {
    margin-left: 3.5rem;
  }

  .desktop\:mt-15 {
    margin-top: 3.75rem;
  }

  .desktop\:mr-15 {
    margin-right: 3.75rem;
  }

  .desktop\:mb-15 {
    margin-bottom: 3.75rem;
  }

  .desktop\:ml-15 {
    margin-left: 3.75rem;
  }

  .desktop\:mt-16 {
    margin-top: 4rem;
  }

  .desktop\:mr-16 {
    margin-right: 4rem;
  }

  .desktop\:mb-16 {
    margin-bottom: 4rem;
  }

  .desktop\:ml-16 {
    margin-left: 4rem;
  }

  .desktop\:mt-18 {
    margin-top: 5rem;
  }

  .desktop\:mr-18 {
    margin-right: 5rem;
  }

  .desktop\:mb-18 {
    margin-bottom: 5rem;
  }

  .desktop\:ml-18 {
    margin-left: 5rem;
  }

  .desktop\:mt-20 {
    margin-top: 6rem;
  }

  .desktop\:mr-20 {
    margin-right: 6rem;
  }

  .desktop\:mb-20 {
    margin-bottom: 6rem;
  }

  .desktop\:ml-20 {
    margin-left: 6rem;
  }

  .desktop\:mt-22 {
    margin-top: 7rem;
  }

  .desktop\:mr-22 {
    margin-right: 7rem;
  }

  .desktop\:mb-22 {
    margin-bottom: 7rem;
  }

  .desktop\:ml-22 {
    margin-left: 7rem;
  }

  .desktop\:mt-24 {
    margin-top: 8rem;
  }

  .desktop\:mr-24 {
    margin-right: 8rem;
  }

  .desktop\:mb-24 {
    margin-bottom: 8rem;
  }

  .desktop\:ml-24 {
    margin-left: 8rem;
  }

  .desktop\:mt-auto {
    margin-top: auto;
  }

  .desktop\:mr-auto {
    margin-right: auto;
  }

  .desktop\:mb-auto {
    margin-bottom: auto;
  }

  .desktop\:ml-auto {
    margin-left: auto;
  }

  .desktop\:mt-px {
    margin-top: 1px;
  }

  .desktop\:mr-px {
    margin-right: 1px;
  }

  .desktop\:mb-px {
    margin-bottom: 1px;
  }

  .desktop\:ml-px {
    margin-left: 1px;
  }

  .desktop\:max-h-full {
    max-height: 100%;
  }

  .desktop\:max-h-screen {
    max-height: 100vh;
  }

  .desktop\:max-w-xs {
    max-width: 20rem;
  }

  .desktop\:max-w-xss {
    max-width: 22rem;
  }

  .desktop\:max-w-sm {
    max-width: 30rem;
  }

  .desktop\:max-w-md {
    max-width: 40rem;
  }

  .desktop\:max-w-lg {
    max-width: 50rem;
  }

  .desktop\:max-w-xl {
    max-width: 60rem;
  }

  .desktop\:max-w-2xl {
    max-width: 70rem;
  }

  .desktop\:max-w-3xl {
    max-width: 80rem;
  }

  .desktop\:max-w-4xl {
    max-width: 90rem;
  }

  .desktop\:max-w-5xl {
    max-width: 100rem;
  }

  .desktop\:max-w-full {
    max-width: 100%;
  }

  .desktop\:min-h-0 {
    min-height: 0;
  }

  .desktop\:min-h-full {
    min-height: 100%;
  }

  .desktop\:min-h-screen {
    min-height: 100vh;
  }

  .desktop\:min-w-0 {
    min-width: 0;
  }

  .desktop\:min-w-full {
    min-width: 100%;
  }

  .desktop\:-m-0 {
    margin: 0;
  }

  .desktop\:-m-1 {
    margin: -0.25rem;
  }

  .desktop\:-m-2 {
    margin: -0.5rem;
  }

  .desktop\:-m-3 {
    margin: -0.75rem;
  }

  .desktop\:-m-4 {
    margin: -1rem;
  }

  .desktop\:-m-5 {
    margin: -1.25rem;
  }

  .desktop\:-m-6 {
    margin: -1.5rem;
  }

  .desktop\:-m-7 {
    margin: -1.75rem;
  }

  .desktop\:-m-8 {
    margin: -2rem;
  }

  .desktop\:-m-9 {
    margin: -2.25rem;
  }

  .desktop\:-m-10 {
    margin: -2.5rem;
  }

  .desktop\:-m-11 {
    margin: -2.75rem;
  }

  .desktop\:-m-12 {
    margin: -3rem;
  }

  .desktop\:-m-13 {
    margin: -3.25rem;
  }

  .desktop\:-m-14 {
    margin: -3.5rem;
  }

  .desktop\:-m-15 {
    margin: -3.75rem;
  }

  .desktop\:-m-16 {
    margin: -4rem;
  }

  .desktop\:-m-18 {
    margin: -5rem;
  }

  .desktop\:-m-20 {
    margin: -6rem;
  }

  .desktop\:-m-22 {
    margin: -7rem;
  }

  .desktop\:-m-24 {
    margin: -8rem;
  }

  .desktop\:-m-auto {
    margin: -auto;
  }

  .desktop\:-m-px {
    margin: -1px;
  }

  .desktop\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .desktop\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .desktop\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .desktop\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .desktop\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .desktop\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .desktop\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .desktop\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .desktop\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .desktop\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .desktop\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .desktop\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .desktop\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .desktop\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .desktop\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .desktop\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .desktop\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .desktop\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .desktop\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .desktop\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .desktop\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .desktop\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .desktop\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .desktop\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .desktop\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .desktop\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .desktop\:-my-13 {
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  .desktop\:-mx-13 {
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .desktop\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .desktop\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .desktop\:-my-15 {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .desktop\:-mx-15 {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .desktop\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .desktop\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .desktop\:-my-18 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .desktop\:-mx-18 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .desktop\:-my-20 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .desktop\:-mx-20 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .desktop\:-my-22 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .desktop\:-mx-22 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .desktop\:-my-24 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .desktop\:-mx-24 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .desktop\:-my-auto {
    margin-top: -auto;
    margin-bottom: -auto;
  }

  .desktop\:-mx-auto {
    margin-left: -auto;
    margin-right: -auto;
  }

  .desktop\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .desktop\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .desktop\:-mt-0 {
    margin-top: 0;
  }

  .desktop\:-mr-0 {
    margin-right: 0;
  }

  .desktop\:-mb-0 {
    margin-bottom: 0;
  }

  .desktop\:-ml-0 {
    margin-left: 0;
  }

  .desktop\:-mt-1 {
    margin-top: -0.25rem;
  }

  .desktop\:-mr-1 {
    margin-right: -0.25rem;
  }

  .desktop\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .desktop\:-ml-1 {
    margin-left: -0.25rem;
  }

  .desktop\:-mt-2 {
    margin-top: -0.5rem;
  }

  .desktop\:-mr-2 {
    margin-right: -0.5rem;
  }

  .desktop\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .desktop\:-ml-2 {
    margin-left: -0.5rem;
  }

  .desktop\:-mt-3 {
    margin-top: -0.75rem;
  }

  .desktop\:-mr-3 {
    margin-right: -0.75rem;
  }

  .desktop\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .desktop\:-ml-3 {
    margin-left: -0.75rem;
  }

  .desktop\:-mt-4 {
    margin-top: -1rem;
  }

  .desktop\:-mr-4 {
    margin-right: -1rem;
  }

  .desktop\:-mb-4 {
    margin-bottom: -1rem;
  }

  .desktop\:-ml-4 {
    margin-left: -1rem;
  }

  .desktop\:-mt-5 {
    margin-top: -1.25rem;
  }

  .desktop\:-mr-5 {
    margin-right: -1.25rem;
  }

  .desktop\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .desktop\:-ml-5 {
    margin-left: -1.25rem;
  }

  .desktop\:-mt-6 {
    margin-top: -1.5rem;
  }

  .desktop\:-mr-6 {
    margin-right: -1.5rem;
  }

  .desktop\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .desktop\:-ml-6 {
    margin-left: -1.5rem;
  }

  .desktop\:-mt-7 {
    margin-top: -1.75rem;
  }

  .desktop\:-mr-7 {
    margin-right: -1.75rem;
  }

  .desktop\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .desktop\:-ml-7 {
    margin-left: -1.75rem;
  }

  .desktop\:-mt-8 {
    margin-top: -2rem;
  }

  .desktop\:-mr-8 {
    margin-right: -2rem;
  }

  .desktop\:-mb-8 {
    margin-bottom: -2rem;
  }

  .desktop\:-ml-8 {
    margin-left: -2rem;
  }

  .desktop\:-mt-9 {
    margin-top: -2.25rem;
  }

  .desktop\:-mr-9 {
    margin-right: -2.25rem;
  }

  .desktop\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .desktop\:-ml-9 {
    margin-left: -2.25rem;
  }

  .desktop\:-mt-10 {
    margin-top: -2.5rem;
  }

  .desktop\:-mr-10 {
    margin-right: -2.5rem;
  }

  .desktop\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .desktop\:-ml-10 {
    margin-left: -2.5rem;
  }

  .desktop\:-mt-11 {
    margin-top: -2.75rem;
  }

  .desktop\:-mr-11 {
    margin-right: -2.75rem;
  }

  .desktop\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .desktop\:-ml-11 {
    margin-left: -2.75rem;
  }

  .desktop\:-mt-12 {
    margin-top: -3rem;
  }

  .desktop\:-mr-12 {
    margin-right: -3rem;
  }

  .desktop\:-mb-12 {
    margin-bottom: -3rem;
  }

  .desktop\:-ml-12 {
    margin-left: -3rem;
  }

  .desktop\:-mt-13 {
    margin-top: -3.25rem;
  }

  .desktop\:-mr-13 {
    margin-right: -3.25rem;
  }

  .desktop\:-mb-13 {
    margin-bottom: -3.25rem;
  }

  .desktop\:-ml-13 {
    margin-left: -3.25rem;
  }

  .desktop\:-mt-14 {
    margin-top: -3.5rem;
  }

  .desktop\:-mr-14 {
    margin-right: -3.5rem;
  }

  .desktop\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .desktop\:-ml-14 {
    margin-left: -3.5rem;
  }

  .desktop\:-mt-15 {
    margin-top: -3.75rem;
  }

  .desktop\:-mr-15 {
    margin-right: -3.75rem;
  }

  .desktop\:-mb-15 {
    margin-bottom: -3.75rem;
  }

  .desktop\:-ml-15 {
    margin-left: -3.75rem;
  }

  .desktop\:-mt-16 {
    margin-top: -4rem;
  }

  .desktop\:-mr-16 {
    margin-right: -4rem;
  }

  .desktop\:-mb-16 {
    margin-bottom: -4rem;
  }

  .desktop\:-ml-16 {
    margin-left: -4rem;
  }

  .desktop\:-mt-18 {
    margin-top: -5rem;
  }

  .desktop\:-mr-18 {
    margin-right: -5rem;
  }

  .desktop\:-mb-18 {
    margin-bottom: -5rem;
  }

  .desktop\:-ml-18 {
    margin-left: -5rem;
  }

  .desktop\:-mt-20 {
    margin-top: -6rem;
  }

  .desktop\:-mr-20 {
    margin-right: -6rem;
  }

  .desktop\:-mb-20 {
    margin-bottom: -6rem;
  }

  .desktop\:-ml-20 {
    margin-left: -6rem;
  }

  .desktop\:-mt-22 {
    margin-top: -7rem;
  }

  .desktop\:-mr-22 {
    margin-right: -7rem;
  }

  .desktop\:-mb-22 {
    margin-bottom: -7rem;
  }

  .desktop\:-ml-22 {
    margin-left: -7rem;
  }

  .desktop\:-mt-24 {
    margin-top: -8rem;
  }

  .desktop\:-mr-24 {
    margin-right: -8rem;
  }

  .desktop\:-mb-24 {
    margin-bottom: -8rem;
  }

  .desktop\:-ml-24 {
    margin-left: -8rem;
  }

  .desktop\:-mt-auto {
    margin-top: -auto;
  }

  .desktop\:-mr-auto {
    margin-right: -auto;
  }

  .desktop\:-mb-auto {
    margin-bottom: -auto;
  }

  .desktop\:-ml-auto {
    margin-left: -auto;
  }

  .desktop\:-mt-px {
    margin-top: -1px;
  }

  .desktop\:-mr-px {
    margin-right: -1px;
  }

  .desktop\:-mb-px {
    margin-bottom: -1px;
  }

  .desktop\:-ml-px {
    margin-left: -1px;
  }

  .desktop\:opacity-0 {
    opacity: 0;
  }

  .desktop\:opacity-25 {
    opacity: .25;
  }

  .desktop\:opacity-50 {
    opacity: .5;
  }

  .desktop\:opacity-75 {
    opacity: .75;
  }

  .desktop\:opacity-100 {
    opacity: 1;
  }

  .desktop\:overflow-auto {
    overflow: auto;
  }

  .desktop\:overflow-hidden {
    overflow: hidden;
  }

  .desktop\:overflow-visible {
    overflow: visible;
  }

  .desktop\:overflow-scroll {
    overflow: scroll;
  }

  .desktop\:overflow-x-auto {
    overflow-x: auto;
  }

  .desktop\:overflow-y-auto {
    overflow-y: auto;
  }

  .desktop\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .desktop\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .desktop\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .desktop\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .desktop\:p-0 {
    padding: 0;
  }

  .desktop\:p-1 {
    padding: .25rem;
  }

  .desktop\:p-2 {
    padding: .5rem;
  }

  .desktop\:p-3 {
    padding: .75rem;
  }

  .desktop\:p-4 {
    padding: 1rem;
  }

  .desktop\:p-5 {
    padding: 1.25rem;
  }

  .desktop\:p-6 {
    padding: 1.5rem;
  }

  .desktop\:p-7 {
    padding: 1.75rem;
  }

  .desktop\:p-8 {
    padding: 2rem;
  }

  .desktop\:p-9 {
    padding: 2.25rem;
  }

  .desktop\:p-10 {
    padding: 2.5rem;
  }

  .desktop\:p-11 {
    padding: 2.75rem;
  }

  .desktop\:p-12 {
    padding: 3rem;
  }

  .desktop\:p-13 {
    padding: 3.25rem;
  }

  .desktop\:p-14 {
    padding: 3.5rem;
  }

  .desktop\:p-15 {
    padding: 3.75rem;
  }

  .desktop\:p-16 {
    padding: 4rem;
  }

  .desktop\:p-18 {
    padding: 5rem;
  }

  .desktop\:p-20 {
    padding: 6rem;
  }

  .desktop\:p-22 {
    padding: 7rem;
  }

  .desktop\:p-24 {
    padding: 8rem;
  }

  .desktop\:p-auto {
    padding: auto;
  }

  .desktop\:p-px {
    padding: 1px;
  }

  .desktop\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .desktop\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .desktop\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .desktop\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .desktop\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .desktop\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .desktop\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .desktop\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .desktop\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .desktop\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .desktop\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .desktop\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .desktop\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .desktop\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .desktop\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .desktop\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .desktop\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .desktop\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .desktop\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .desktop\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .desktop\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .desktop\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .desktop\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .desktop\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .desktop\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .desktop\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .desktop\:py-13 {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .desktop\:px-13 {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .desktop\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .desktop\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .desktop\:py-15 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .desktop\:px-15 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .desktop\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .desktop\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .desktop\:py-18 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .desktop\:px-18 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .desktop\:py-20 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .desktop\:px-20 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .desktop\:py-22 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .desktop\:px-22 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .desktop\:py-24 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .desktop\:px-24 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .desktop\:py-auto {
    padding-top: auto;
    padding-bottom: auto;
  }

  .desktop\:px-auto {
    padding-left: auto;
    padding-right: auto;
  }

  .desktop\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .desktop\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .desktop\:pt-0 {
    padding-top: 0;
  }

  .desktop\:pr-0 {
    padding-right: 0;
  }

  .desktop\:pb-0 {
    padding-bottom: 0;
  }

  .desktop\:pl-0 {
    padding-left: 0;
  }

  .desktop\:pt-1 {
    padding-top: .25rem;
  }

  .desktop\:pr-1 {
    padding-right: .25rem;
  }

  .desktop\:pb-1 {
    padding-bottom: .25rem;
  }

  .desktop\:pl-1 {
    padding-left: .25rem;
  }

  .desktop\:pt-2 {
    padding-top: .5rem;
  }

  .desktop\:pr-2 {
    padding-right: .5rem;
  }

  .desktop\:pb-2 {
    padding-bottom: .5rem;
  }

  .desktop\:pl-2 {
    padding-left: .5rem;
  }

  .desktop\:pt-3 {
    padding-top: .75rem;
  }

  .desktop\:pr-3 {
    padding-right: .75rem;
  }

  .desktop\:pb-3 {
    padding-bottom: .75rem;
  }

  .desktop\:pl-3 {
    padding-left: .75rem;
  }

  .desktop\:pt-4 {
    padding-top: 1rem;
  }

  .desktop\:pr-4 {
    padding-right: 1rem;
  }

  .desktop\:pb-4 {
    padding-bottom: 1rem;
  }

  .desktop\:pl-4 {
    padding-left: 1rem;
  }

  .desktop\:pt-5 {
    padding-top: 1.25rem;
  }

  .desktop\:pr-5 {
    padding-right: 1.25rem;
  }

  .desktop\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .desktop\:pl-5 {
    padding-left: 1.25rem;
  }

  .desktop\:pt-6 {
    padding-top: 1.5rem;
  }

  .desktop\:pr-6 {
    padding-right: 1.5rem;
  }

  .desktop\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .desktop\:pl-6 {
    padding-left: 1.5rem;
  }

  .desktop\:pt-7 {
    padding-top: 1.75rem;
  }

  .desktop\:pr-7 {
    padding-right: 1.75rem;
  }

  .desktop\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .desktop\:pl-7 {
    padding-left: 1.75rem;
  }

  .desktop\:pt-8 {
    padding-top: 2rem;
  }

  .desktop\:pr-8 {
    padding-right: 2rem;
  }

  .desktop\:pb-8 {
    padding-bottom: 2rem;
  }

  .desktop\:pl-8 {
    padding-left: 2rem;
  }

  .desktop\:pt-9 {
    padding-top: 2.25rem;
  }

  .desktop\:pr-9 {
    padding-right: 2.25rem;
  }

  .desktop\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .desktop\:pl-9 {
    padding-left: 2.25rem;
  }

  .desktop\:pt-10 {
    padding-top: 2.5rem;
  }

  .desktop\:pr-10 {
    padding-right: 2.5rem;
  }

  .desktop\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .desktop\:pl-10 {
    padding-left: 2.5rem;
  }

  .desktop\:pt-11 {
    padding-top: 2.75rem;
  }

  .desktop\:pr-11 {
    padding-right: 2.75rem;
  }

  .desktop\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .desktop\:pl-11 {
    padding-left: 2.75rem;
  }

  .desktop\:pt-12 {
    padding-top: 3rem;
  }

  .desktop\:pr-12 {
    padding-right: 3rem;
  }

  .desktop\:pb-12 {
    padding-bottom: 3rem;
  }

  .desktop\:pl-12 {
    padding-left: 3rem;
  }

  .desktop\:pt-13 {
    padding-top: 3.25rem;
  }

  .desktop\:pr-13 {
    padding-right: 3.25rem;
  }

  .desktop\:pb-13 {
    padding-bottom: 3.25rem;
  }

  .desktop\:pl-13 {
    padding-left: 3.25rem;
  }

  .desktop\:pt-14 {
    padding-top: 3.5rem;
  }

  .desktop\:pr-14 {
    padding-right: 3.5rem;
  }

  .desktop\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .desktop\:pl-14 {
    padding-left: 3.5rem;
  }

  .desktop\:pt-15 {
    padding-top: 3.75rem;
  }

  .desktop\:pr-15 {
    padding-right: 3.75rem;
  }

  .desktop\:pb-15 {
    padding-bottom: 3.75rem;
  }

  .desktop\:pl-15 {
    padding-left: 3.75rem;
  }

  .desktop\:pt-16 {
    padding-top: 4rem;
  }

  .desktop\:pr-16 {
    padding-right: 4rem;
  }

  .desktop\:pb-16 {
    padding-bottom: 4rem;
  }

  .desktop\:pl-16 {
    padding-left: 4rem;
  }

  .desktop\:pt-18 {
    padding-top: 5rem;
  }

  .desktop\:pr-18 {
    padding-right: 5rem;
  }

  .desktop\:pb-18 {
    padding-bottom: 5rem;
  }

  .desktop\:pl-18 {
    padding-left: 5rem;
  }

  .desktop\:pt-20 {
    padding-top: 6rem;
  }

  .desktop\:pr-20 {
    padding-right: 6rem;
  }

  .desktop\:pb-20 {
    padding-bottom: 6rem;
  }

  .desktop\:pl-20 {
    padding-left: 6rem;
  }

  .desktop\:pt-22 {
    padding-top: 7rem;
  }

  .desktop\:pr-22 {
    padding-right: 7rem;
  }

  .desktop\:pb-22 {
    padding-bottom: 7rem;
  }

  .desktop\:pl-22 {
    padding-left: 7rem;
  }

  .desktop\:pt-24 {
    padding-top: 8rem;
  }

  .desktop\:pr-24 {
    padding-right: 8rem;
  }

  .desktop\:pb-24 {
    padding-bottom: 8rem;
  }

  .desktop\:pl-24 {
    padding-left: 8rem;
  }

  .desktop\:pt-auto {
    padding-top: auto;
  }

  .desktop\:pr-auto {
    padding-right: auto;
  }

  .desktop\:pb-auto {
    padding-bottom: auto;
  }

  .desktop\:pl-auto {
    padding-left: auto;
  }

  .desktop\:pt-px {
    padding-top: 1px;
  }

  .desktop\:pr-px {
    padding-right: 1px;
  }

  .desktop\:pb-px {
    padding-bottom: 1px;
  }

  .desktop\:pl-px {
    padding-left: 1px;
  }

  .desktop\:pointer-events-none {
    pointer-events: none;
  }

  .desktop\:pointer-events-auto {
    pointer-events: auto;
  }

  .desktop\:static {
    position: static;
  }

  .desktop\:fixed {
    position: fixed;
  }

  .desktop\:absolute {
    position: absolute;
  }

  .desktop\:relative {
    position: relative;
  }

  .desktop\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .desktop\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .desktop\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .desktop\:pin-y {
    top: 0;
    bottom: 0;
  }

  .desktop\:pin-x {
    right: 0;
    left: 0;
  }

  .desktop\:pin-t {
    top: 0;
  }

  .desktop\:pin-r {
    right: 0;
  }

  .desktop\:pin-b {
    bottom: 0;
  }

  .desktop\:pin-l {
    left: 0;
  }

  .desktop\:resize-none {
    resize: none;
  }

  .desktop\:resize-y {
    resize: vertical;
  }

  .desktop\:resize-x {
    resize: horizontal;
  }

  .desktop\:resize {
    resize: both;
  }

  .desktop\:shadow {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
            box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
  }

  .desktop\:shadow-xs {
    -webkit-box-shadow: 0 10px 60px 0 rgba(29, 29, 31, .09);
            box-shadow: 0 10px 60px 0 rgba(29, 29, 31, .09);
  }

  .desktop\:shadow-sm {
    -webkit-box-shadow: 0 2px 6px 0 hsla(0, 0%, 0%, .2);
            box-shadow: 0 2px 6px 0 hsla(0, 0%, 0%, .2);
  }

  .desktop\: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);
  }

  .desktop\: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);
  }

  .desktop\: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);
  }

  .desktop\:shadow-none {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .desktop\:hover\:shadow:hover {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
            box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
  }

  .desktop\:hover\:shadow-xs:hover {
    -webkit-box-shadow: 0 10px 60px 0 rgba(29, 29, 31, .09);
            box-shadow: 0 10px 60px 0 rgba(29, 29, 31, .09);
  }

  .desktop\:hover\:shadow-sm:hover {
    -webkit-box-shadow: 0 2px 6px 0 hsla(0, 0%, 0%, .2);
            box-shadow: 0 2px 6px 0 hsla(0, 0%, 0%, .2);
  }

  .desktop\:hover\:shadow-md:hover {
    -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);
  }

  .desktop\:hover\:shadow-lg:hover {
    -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);
  }

  .desktop\:hover\:shadow-inner:hover {
    -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);
  }

  .desktop\:hover\:shadow-none:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .desktop\:text-left {
    text-align: left;
  }

  .desktop\:text-center {
    text-align: center;
  }

  .desktop\:text-right {
    text-align: right;
  }

  .desktop\:text-justify {
    text-align: justify;
  }

  .desktop\:text-transparent {
    color: transparent;
  }

  .desktop\:text-black {
    color: #000;
  }

  .desktop\:text-white {
    color: #fff;
  }

  .desktop\:text-search {
    color: #818e90;
  }

  .desktop\:text-black-dark {
    color: #282828;
  }

  .desktop\:text-green {
    color: #a9ab22;
  }

  .desktop\:text-yellow {
    color: #fecc89;
  }

  .desktop\:text-purple {
    color: #957eba;
  }

  .desktop\:text-grey-light {
    color: #f2f2f2;
  }

  .desktop\:text-grey {
    color: #5d5d5d;
  }

  .desktop\:text-grey-dark {
    color: #737373;
  }

  .desktop\:text-grey-darkest {
    color: #686868;
  }

  .desktop\:text-grey-lightest {
    color: #b2b1b2;
  }

  .desktop\:text-blue-darker {
    color: #1e393d;
  }

  .desktop\:text-blue-lightester {
    color: #748385;
  }

  .desktop\:text-orange {
    color: #f18670;
  }

  .desktop\:text-orange-light {
    color: #e59f85;
  }

  .desktop\:text-orange-lightest {
    color: #e3a98d;
  }

  .desktop\:text-blue {
    color: #183235;
  }

  .desktop\:text-blue-light {
    color: #8d999b;
  }

  .desktop\:text-blue-dark {
    color: #254146;
  }

  .desktop\:group:hover .group-hover\:text-transparent {
    color: transparent;
  }

  .desktop\:group:hover .group-hover\:text-black {
    color: #000;
  }

  .desktop\:group:hover .group-hover\:text-white {
    color: #fff;
  }

  .desktop\:group:hover .group-hover\:text-search {
    color: #818e90;
  }

  .desktop\:group:hover .group-hover\:text-black-dark {
    color: #282828;
  }

  .desktop\:group:hover .group-hover\:text-green {
    color: #a9ab22;
  }

  .desktop\:group:hover .group-hover\:text-yellow {
    color: #fecc89;
  }

  .desktop\:group:hover .group-hover\:text-purple {
    color: #957eba;
  }

  .desktop\:group:hover .group-hover\:text-grey-light {
    color: #f2f2f2;
  }

  .desktop\:group:hover .group-hover\:text-grey {
    color: #5d5d5d;
  }

  .desktop\:group:hover .group-hover\:text-grey-dark {
    color: #737373;
  }

  .desktop\:group:hover .group-hover\:text-grey-darkest {
    color: #686868;
  }

  .desktop\:group:hover .group-hover\:text-grey-lightest {
    color: #b2b1b2;
  }

  .desktop\:group:hover .group-hover\:text-blue-darker {
    color: #1e393d;
  }

  .desktop\:group:hover .group-hover\:text-blue-lightester {
    color: #748385;
  }

  .desktop\:group:hover .group-hover\:text-orange {
    color: #f18670;
  }

  .desktop\:group:hover .group-hover\:text-orange-light {
    color: #e59f85;
  }

  .desktop\:group:hover .group-hover\:text-orange-lightest {
    color: #e3a98d;
  }

  .desktop\:group:hover .group-hover\:text-blue {
    color: #183235;
  }

  .desktop\:group:hover .group-hover\:text-blue-light {
    color: #8d999b;
  }

  .desktop\:group:hover .group-hover\:text-blue-dark {
    color: #254146;
  }

  .desktop\:hover\:text-transparent:hover {
    color: transparent;
  }

  .desktop\:hover\:text-black:hover {
    color: #000;
  }

  .desktop\:hover\:text-white:hover {
    color: #fff;
  }

  .desktop\:hover\:text-search:hover {
    color: #818e90;
  }

  .desktop\:hover\:text-black-dark:hover {
    color: #282828;
  }

  .desktop\:hover\:text-green:hover {
    color: #a9ab22;
  }

  .desktop\:hover\:text-yellow:hover {
    color: #fecc89;
  }

  .desktop\:hover\:text-purple:hover {
    color: #957eba;
  }

  .desktop\:hover\:text-grey-light:hover {
    color: #f2f2f2;
  }

  .desktop\:hover\:text-grey:hover {
    color: #5d5d5d;
  }

  .desktop\:hover\:text-grey-dark:hover {
    color: #737373;
  }

  .desktop\:hover\:text-grey-darkest:hover {
    color: #686868;
  }

  .desktop\:hover\:text-grey-lightest:hover {
    color: #b2b1b2;
  }

  .desktop\:hover\:text-blue-darker:hover {
    color: #1e393d;
  }

  .desktop\:hover\:text-blue-lightester:hover {
    color: #748385;
  }

  .desktop\:hover\:text-orange:hover {
    color: #f18670;
  }

  .desktop\:hover\:text-orange-light:hover {
    color: #e59f85;
  }

  .desktop\:hover\:text-orange-lightest:hover {
    color: #e3a98d;
  }

  .desktop\:hover\:text-blue:hover {
    color: #183235;
  }

  .desktop\:hover\:text-blue-light:hover {
    color: #8d999b;
  }

  .desktop\:hover\:text-blue-dark:hover {
    color: #254146;
  }

  .desktop\:text-10 {
    font-size: .625rem;
  }

  .desktop\:text-12 {
    font-size: .75rem;
  }

  .desktop\:text-13 {
    font-size: .8125rem;
  }

  .desktop\:text-14 {
    font-size: .875rem;
  }

  .desktop\:text-15 {
    font-size: .9375rem;
  }

  .desktop\:text-16 {
    font-size: 1rem;
  }

  .desktop\:text-18 {
    font-size: 1.125rem;
  }

  .desktop\:text-19 {
    font-size: 1.1875rem;
  }

  .desktop\:text-20 {
    font-size: 1.25rem;
  }

  .desktop\:text-22 {
    font-size: 1.375rem;
  }

  .desktop\:text-24 {
    font-size: 1.5rem;
  }

  .desktop\:text-25 {
    font-size: 1.5625rem;
  }

  .desktop\:text-26 {
    font-size: 1.625rem;
  }

  .desktop\:text-27 {
    font-size: 1.6875rem;
  }

  .desktop\:text-28 {
    font-size: 1.75rem;
  }

  .desktop\:text-29 {
    font-size: 1.8125rem;
  }

  .desktop\:text-30 {
    font-size: 1.875rem;
  }

  .desktop\:text-32 {
    font-size: 2rem;
  }

  .desktop\:text-34 {
    font-size: 2.125rem;
  }

  .desktop\:text-36 {
    font-size: 2.25rem;
  }

  .desktop\:text-37 {
    font-size: 2.3125rem;
  }

  .desktop\:text-38 {
    font-size: 2.375rem;
  }

  .desktop\:text-40 {
    font-size: 2.5rem;
  }

  .desktop\:text-42 {
    font-size: 2.625rem;
  }

  .desktop\:text-44 {
    font-size: 2.75rem;
  }

  .desktop\:text-46 {
    font-size: 2.875rem;
  }

  .desktop\:text-48 {
    font-size: 3rem;
  }

  .desktop\:text-50 {
    font-size: 3.125rem;
  }

  .desktop\:text-60 {
    font-size: 3.75rem;
  }

  .desktop\:text-70 {
    font-size: 4.375rem;
  }

  .desktop\:text-100 {
    font-size: 6.25rem;
  }

  .desktop\:group:hover .group-hover\:text-10 {
    font-size: .625rem;
  }

  .desktop\:group:hover .group-hover\:text-12 {
    font-size: .75rem;
  }

  .desktop\:group:hover .group-hover\:text-13 {
    font-size: .8125rem;
  }

  .desktop\:group:hover .group-hover\:text-14 {
    font-size: .875rem;
  }

  .desktop\:group:hover .group-hover\:text-15 {
    font-size: .9375rem;
  }

  .desktop\:group:hover .group-hover\:text-16 {
    font-size: 1rem;
  }

  .desktop\:group:hover .group-hover\:text-18 {
    font-size: 1.125rem;
  }

  .desktop\:group:hover .group-hover\:text-19 {
    font-size: 1.1875rem;
  }

  .desktop\:group:hover .group-hover\:text-20 {
    font-size: 1.25rem;
  }

  .desktop\:group:hover .group-hover\:text-22 {
    font-size: 1.375rem;
  }

  .desktop\:group:hover .group-hover\:text-24 {
    font-size: 1.5rem;
  }

  .desktop\:group:hover .group-hover\:text-25 {
    font-size: 1.5625rem;
  }

  .desktop\:group:hover .group-hover\:text-26 {
    font-size: 1.625rem;
  }

  .desktop\:group:hover .group-hover\:text-27 {
    font-size: 1.6875rem;
  }

  .desktop\:group:hover .group-hover\:text-28 {
    font-size: 1.75rem;
  }

  .desktop\:group:hover .group-hover\:text-29 {
    font-size: 1.8125rem;
  }

  .desktop\:group:hover .group-hover\:text-30 {
    font-size: 1.875rem;
  }

  .desktop\:group:hover .group-hover\:text-32 {
    font-size: 2rem;
  }

  .desktop\:group:hover .group-hover\:text-34 {
    font-size: 2.125rem;
  }

  .desktop\:group:hover .group-hover\:text-36 {
    font-size: 2.25rem;
  }

  .desktop\:group:hover .group-hover\:text-37 {
    font-size: 2.3125rem;
  }

  .desktop\:group:hover .group-hover\:text-38 {
    font-size: 2.375rem;
  }

  .desktop\:group:hover .group-hover\:text-40 {
    font-size: 2.5rem;
  }

  .desktop\:group:hover .group-hover\:text-42 {
    font-size: 2.625rem;
  }

  .desktop\:group:hover .group-hover\:text-44 {
    font-size: 2.75rem;
  }

  .desktop\:group:hover .group-hover\:text-46 {
    font-size: 2.875rem;
  }

  .desktop\:group:hover .group-hover\:text-48 {
    font-size: 3rem;
  }

  .desktop\:group:hover .group-hover\:text-50 {
    font-size: 3.125rem;
  }

  .desktop\:group:hover .group-hover\:text-60 {
    font-size: 3.75rem;
  }

  .desktop\:group:hover .group-hover\:text-70 {
    font-size: 4.375rem;
  }

  .desktop\:group:hover .group-hover\:text-100 {
    font-size: 6.25rem;
  }

  .desktop\:hover\:text-10:hover {
    font-size: .625rem;
  }

  .desktop\:hover\:text-12:hover {
    font-size: .75rem;
  }

  .desktop\:hover\:text-13:hover {
    font-size: .8125rem;
  }

  .desktop\:hover\:text-14:hover {
    font-size: .875rem;
  }

  .desktop\:hover\:text-15:hover {
    font-size: .9375rem;
  }

  .desktop\:hover\:text-16:hover {
    font-size: 1rem;
  }

  .desktop\:hover\:text-18:hover {
    font-size: 1.125rem;
  }

  .desktop\:hover\:text-19:hover {
    font-size: 1.1875rem;
  }

  .desktop\:hover\:text-20:hover {
    font-size: 1.25rem;
  }

  .desktop\:hover\:text-22:hover {
    font-size: 1.375rem;
  }

  .desktop\:hover\:text-24:hover {
    font-size: 1.5rem;
  }

  .desktop\:hover\:text-25:hover {
    font-size: 1.5625rem;
  }

  .desktop\:hover\:text-26:hover {
    font-size: 1.625rem;
  }

  .desktop\:hover\:text-27:hover {
    font-size: 1.6875rem;
  }

  .desktop\:hover\:text-28:hover {
    font-size: 1.75rem;
  }

  .desktop\:hover\:text-29:hover {
    font-size: 1.8125rem;
  }

  .desktop\:hover\:text-30:hover {
    font-size: 1.875rem;
  }

  .desktop\:hover\:text-32:hover {
    font-size: 2rem;
  }

  .desktop\:hover\:text-34:hover {
    font-size: 2.125rem;
  }

  .desktop\:hover\:text-36:hover {
    font-size: 2.25rem;
  }

  .desktop\:hover\:text-37:hover {
    font-size: 2.3125rem;
  }

  .desktop\:hover\:text-38:hover {
    font-size: 2.375rem;
  }

  .desktop\:hover\:text-40:hover {
    font-size: 2.5rem;
  }

  .desktop\:hover\:text-42:hover {
    font-size: 2.625rem;
  }

  .desktop\:hover\:text-44:hover {
    font-size: 2.75rem;
  }

  .desktop\:hover\:text-46:hover {
    font-size: 2.875rem;
  }

  .desktop\:hover\:text-48:hover {
    font-size: 3rem;
  }

  .desktop\:hover\:text-50:hover {
    font-size: 3.125rem;
  }

  .desktop\:hover\:text-60:hover {
    font-size: 3.75rem;
  }

  .desktop\:hover\:text-70:hover {
    font-size: 4.375rem;
  }

  .desktop\:hover\:text-100:hover {
    font-size: 6.25rem;
  }

  .desktop\:italic {
    font-style: italic;
  }

  .desktop\:roman {
    font-style: normal;
  }

  .desktop\:uppercase {
    text-transform: uppercase;
  }

  .desktop\:lowercase {
    text-transform: lowercase;
  }

  .desktop\:capitalize {
    text-transform: capitalize;
  }

  .desktop\:normal-case {
    text-transform: none;
  }

  .desktop\:underline {
    text-decoration: underline;
  }

  .desktop\:line-through {
    text-decoration: line-through;
  }

  .desktop\:no-underline {
    text-decoration: none;
  }

  .desktop\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .desktop\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .desktop\:hover\:italic:hover {
    font-style: italic;
  }

  .desktop\:hover\:roman:hover {
    font-style: normal;
  }

  .desktop\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .desktop\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .desktop\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .desktop\:hover\:normal-case:hover {
    text-transform: none;
  }

  .desktop\:hover\:underline:hover {
    text-decoration: underline;
  }

  .desktop\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .desktop\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .desktop\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .desktop\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .desktop\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .desktop\:tracking-normal {
    letter-spacing: 0;
  }

  .desktop\:tracking-wide {
    letter-spacing: .05em;
  }

  .desktop\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .desktop\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .desktop\:align-baseline {
    vertical-align: baseline;
  }

  .desktop\:align-top {
    vertical-align: top;
  }

  .desktop\:align-middle {
    vertical-align: middle;
  }

  .desktop\:align-bottom {
    vertical-align: bottom;
  }

  .desktop\:align-text-top {
    vertical-align: text-top;
  }

  .desktop\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .desktop\:visible {
    visibility: visible;
  }

  .desktop\:invisible {
    visibility: hidden;
  }

  .desktop\:whitespace-normal {
    white-space: normal;
  }

  .desktop\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .desktop\:whitespace-pre {
    white-space: pre;
  }

  .desktop\:whitespace-pre-line {
    white-space: pre-line;
  }

  .desktop\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .desktop\:break-words {
    word-wrap: break-word;
  }

  .desktop\:break-normal {
    word-wrap: normal;
  }

  .desktop\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .desktop\:w-1 {
    width: .25rem;
  }

  .desktop\:w-2 {
    width: .5rem;
  }

  .desktop\:w-3 {
    width: .75rem;
  }

  .desktop\:w-4 {
    width: 1rem;
  }

  .desktop\:w-6 {
    width: 1.5rem;
  }

  .desktop\:w-8 {
    width: 2rem;
  }

  .desktop\:w-10 {
    width: 2.5rem;
  }

  .desktop\:w-12 {
    width: 3rem;
  }

  .desktop\:w-16 {
    width: 4rem;
  }

  .desktop\:w-24 {
    width: 6rem;
  }

  .desktop\:w-32 {
    width: 8rem;
  }

  .desktop\:w-48 {
    width: 12rem;
  }

  .desktop\:w-64 {
    width: 16rem;
  }

  .desktop\:w-auto {
    width: auto;
  }

  .desktop\:w-px {
    width: 1px;
  }

  .desktop\:w-1\/2 {
    width: 50%;
  }

  .desktop\:w-1\/3 {
    width: 33.33333%;
  }

  .desktop\:w-1\/9 {
    width: 30%;
  }

  .desktop\:w-2\/3 {
    width: 66.66667%;
  }

  .desktop\:w-1\/4 {
    width: 25%;
  }

  .desktop\:w-3\/4 {
    width: 75%;
  }

  .desktop\:w-1\/5 {
    width: 20%;
  }

  .desktop\:w-2\/5 {
    width: 40%;
  }

  .desktop\:w-3\/5 {
    width: 60%;
  }

  .desktop\:w-4\/5 {
    width: 80%;
  }

  .desktop\:w-1\/6 {
    width: 16.66667%;
  }

  .desktop\:w-5\/6 {
    width: 83.33333%;
  }

  .desktop\:w-6\/1 {
    width: 90%;
  }

  .desktop\:w-full {
    width: 100%;
  }

  .desktop\:w-2\/1 {
    width: 12.5%;
  }

  .desktop\:w-screen {
    width: 100vw;
  }

  .desktop\:z-0 {
    z-index: 0;
  }

  .desktop\:z-10 {
    z-index: 10;
  }

  .desktop\:z-20 {
    z-index: 20;
  }

  .desktop\:z-30 {
    z-index: 30;
  }

  .desktop\:z-40 {
    z-index: 40;
  }

  .desktop\:z-50 {
    z-index: 50;
  }

  .desktop\:z-auto {
    z-index: auto;
  }
}

@media (min-width: 1216px) {
  .widescreen\:list-reset {
    list-style: none;
    padding: 0;
  }

  .widescreen\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .widescreen\:bg-fixed {
    background-attachment: fixed;
  }

  .widescreen\:bg-local {
    background-attachment: local;
  }

  .widescreen\:bg-scroll {
    background-attachment: scroll;
  }

  .widescreen\:bg-transparent {
    background-color: transparent;
  }

  .widescreen\:bg-black {
    background-color: #000;
  }

  .widescreen\:bg-white {
    background-color: #fff;
  }

  .widescreen\:bg-search {
    background-color: #818e90;
  }

  .widescreen\:bg-black-dark {
    background-color: #282828;
  }

  .widescreen\:bg-green {
    background-color: #a9ab22;
  }

  .widescreen\:bg-yellow {
    background-color: #fecc89;
  }

  .widescreen\:bg-purple {
    background-color: #957eba;
  }

  .widescreen\:bg-grey-light {
    background-color: #f2f2f2;
  }

  .widescreen\:bg-grey {
    background-color: #5d5d5d;
  }

  .widescreen\:bg-grey-dark {
    background-color: #737373;
  }

  .widescreen\:bg-grey-darkest {
    background-color: #686868;
  }

  .widescreen\:bg-grey-lightest {
    background-color: #b2b1b2;
  }

  .widescreen\:bg-blue-darker {
    background-color: #1e393d;
  }

  .widescreen\:bg-blue-lightester {
    background-color: #748385;
  }

  .widescreen\:bg-orange {
    background-color: #f18670;
  }

  .widescreen\:bg-orange-light {
    background-color: #e59f85;
  }

  .widescreen\:bg-orange-lightest {
    background-color: #e3a98d;
  }

  .widescreen\:bg-blue {
    background-color: #183235;
  }

  .widescreen\:bg-blue-light {
    background-color: #8d999b;
  }

  .widescreen\:bg-blue-dark {
    background-color: #254146;
  }

  .widescreen\:bg-black-90 {
    background-color: rgba(0, 0, 0, .9);
  }

  .widescreen\:bg-black-80 {
    background-color: rgba(0, 0, 0, .8);
  }

  .widescreen\:bg-black-70 {
    background-color: rgba(0, 0, 0, .7);
  }

  .widescreen\:bg-black-60 {
    background-color: rgba(0, 0, 0, .6);
  }

  .widescreen\:bg-black-50 {
    background-color: rgba(0, 0, 0, .5);
  }

  .widescreen\:bg-black-40 {
    background-color: rgba(0, 0, 0, .4);
  }

  .widescreen\:bg-black-30 {
    background-color: rgba(0, 0, 0, .3);
  }

  .widescreen\:bg-black-20 {
    background-color: rgba(0, 0, 0, .2);
  }

  .widescreen\:bg-black-10 {
    background-color: rgba(0, 0, 0, .1);
  }

  .widescreen\:bg-black-05 {
    background-color: rgba(0, 0, 0, .05);
  }

  .widescreen\:bg-white-90 {
    background-color: rgba(255, 255, 255, .9);
  }

  .widescreen\:bg-white-80 {
    background-color: rgba(255, 255, 255, .8);
  }

  .widescreen\:bg-white-70 {
    background-color: rgba(255, 255, 255, .7);
  }

  .widescreen\:bg-white-60 {
    background-color: rgba(255, 255, 255, .6);
  }

  .widescreen\:bg-white-50 {
    background-color: rgba(255, 255, 255, .5);
  }

  .widescreen\:bg-white-40 {
    background-color: rgba(255, 255, 255, .4);
  }

  .widescreen\:bg-white-30 {
    background-color: rgba(255, 255, 255, .3);
  }

  .widescreen\:bg-white-20 {
    background-color: rgba(255, 255, 255, .2);
  }

  .widescreen\:bg-white-10 {
    background-color: rgba(255, 255, 255, .1);
  }

  .widescreen\:bg-green-19 {
    background-color: rgba(6, 60, 74, .19);
  }

  .widescreen\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .widescreen\:hover\:bg-black:hover {
    background-color: #000;
  }

  .widescreen\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .widescreen\:hover\:bg-search:hover {
    background-color: #818e90;
  }

  .widescreen\:hover\:bg-black-dark:hover {
    background-color: #282828;
  }

  .widescreen\:hover\:bg-green:hover {
    background-color: #a9ab22;
  }

  .widescreen\:hover\:bg-yellow:hover {
    background-color: #fecc89;
  }

  .widescreen\:hover\:bg-purple:hover {
    background-color: #957eba;
  }

  .widescreen\:hover\:bg-grey-light:hover {
    background-color: #f2f2f2;
  }

  .widescreen\:hover\:bg-grey:hover {
    background-color: #5d5d5d;
  }

  .widescreen\:hover\:bg-grey-dark:hover {
    background-color: #737373;
  }

  .widescreen\:hover\:bg-grey-darkest:hover {
    background-color: #686868;
  }

  .widescreen\:hover\:bg-grey-lightest:hover {
    background-color: #b2b1b2;
  }

  .widescreen\:hover\:bg-blue-darker:hover {
    background-color: #1e393d;
  }

  .widescreen\:hover\:bg-blue-lightester:hover {
    background-color: #748385;
  }

  .widescreen\:hover\:bg-orange:hover {
    background-color: #f18670;
  }

  .widescreen\:hover\:bg-orange-light:hover {
    background-color: #e59f85;
  }

  .widescreen\:hover\:bg-orange-lightest:hover {
    background-color: #e3a98d;
  }

  .widescreen\:hover\:bg-blue:hover {
    background-color: #183235;
  }

  .widescreen\:hover\:bg-blue-light:hover {
    background-color: #8d999b;
  }

  .widescreen\:hover\:bg-blue-dark:hover {
    background-color: #254146;
  }

  .widescreen\:hover\:bg-black-90:hover {
    background-color: rgba(0, 0, 0, .9);
  }

  .widescreen\:hover\:bg-black-80:hover {
    background-color: rgba(0, 0, 0, .8);
  }

  .widescreen\:hover\:bg-black-70:hover {
    background-color: rgba(0, 0, 0, .7);
  }

  .widescreen\:hover\:bg-black-60:hover {
    background-color: rgba(0, 0, 0, .6);
  }

  .widescreen\:hover\:bg-black-50:hover {
    background-color: rgba(0, 0, 0, .5);
  }

  .widescreen\:hover\:bg-black-40:hover {
    background-color: rgba(0, 0, 0, .4);
  }

  .widescreen\:hover\:bg-black-30:hover {
    background-color: rgba(0, 0, 0, .3);
  }

  .widescreen\:hover\:bg-black-20:hover {
    background-color: rgba(0, 0, 0, .2);
  }

  .widescreen\:hover\:bg-black-10:hover {
    background-color: rgba(0, 0, 0, .1);
  }

  .widescreen\:hover\:bg-black-05:hover {
    background-color: rgba(0, 0, 0, .05);
  }

  .widescreen\:hover\:bg-white-90:hover {
    background-color: rgba(255, 255, 255, .9);
  }

  .widescreen\:hover\:bg-white-80:hover {
    background-color: rgba(255, 255, 255, .8);
  }

  .widescreen\:hover\:bg-white-70:hover {
    background-color: rgba(255, 255, 255, .7);
  }

  .widescreen\:hover\:bg-white-60:hover {
    background-color: rgba(255, 255, 255, .6);
  }

  .widescreen\:hover\:bg-white-50:hover {
    background-color: rgba(255, 255, 255, .5);
  }

  .widescreen\:hover\:bg-white-40:hover {
    background-color: rgba(255, 255, 255, .4);
  }

  .widescreen\:hover\:bg-white-30:hover {
    background-color: rgba(255, 255, 255, .3);
  }

  .widescreen\:hover\:bg-white-20:hover {
    background-color: rgba(255, 255, 255, .2);
  }

  .widescreen\:hover\:bg-white-10:hover {
    background-color: rgba(255, 255, 255, .1);
  }

  .widescreen\:hover\:bg-green-19:hover {
    background-color: rgba(6, 60, 74, .19);
  }

  .widescreen\:bg-bottom {
    background-position: bottom;
  }

  .widescreen\:bg-center {
    background-position: center;
  }

  .widescreen\:bg-left {
    background-position: left;
  }

  .widescreen\:bg-left-bottom {
    background-position: left bottom;
  }

  .widescreen\:bg-left-top {
    background-position: left top;
  }

  .widescreen\:bg-right {
    background-position: right;
  }

  .widescreen\:bg-right-bottom {
    background-position: right bottom;
  }

  .widescreen\:bg-right-top {
    background-position: right top;
  }

  .widescreen\:bg-top {
    background-position: top;
  }

  .widescreen\:bg-repeat {
    background-repeat: repeat;
  }

  .widescreen\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .widescreen\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .widescreen\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .widescreen\:bg-auto {
    background-size: auto;
  }

  .widescreen\:bg-cover {
    background-size: cover;
  }

  .widescreen\:bg-contain {
    background-size: contain;
  }

  .widescreen\:border-transparent {
    border-color: transparent;
  }

  .widescreen\:border-black {
    border-color: #000;
  }

  .widescreen\:border-white {
    border-color: #fff;
  }

  .widescreen\:border-search {
    border-color: #818e90;
  }

  .widescreen\:border-black-dark {
    border-color: #282828;
  }

  .widescreen\:border-green {
    border-color: #a9ab22;
  }

  .widescreen\:border-yellow {
    border-color: #fecc89;
  }

  .widescreen\:border-purple {
    border-color: #957eba;
  }

  .widescreen\:border-grey-light {
    border-color: #f2f2f2;
  }

  .widescreen\:border-grey {
    border-color: #5d5d5d;
  }

  .widescreen\:border-grey-dark {
    border-color: #737373;
  }

  .widescreen\:border-grey-darkest {
    border-color: #686868;
  }

  .widescreen\:border-grey-lightest {
    border-color: #b2b1b2;
  }

  .widescreen\:border-blue-darker {
    border-color: #1e393d;
  }

  .widescreen\:border-blue-lightester {
    border-color: #748385;
  }

  .widescreen\:border-orange {
    border-color: #f18670;
  }

  .widescreen\:border-orange-light {
    border-color: #e59f85;
  }

  .widescreen\:border-orange-lightest {
    border-color: #e3a98d;
  }

  .widescreen\:border-blue {
    border-color: #183235;
  }

  .widescreen\:border-blue-light {
    border-color: #8d999b;
  }

  .widescreen\:border-blue-dark {
    border-color: #254146;
  }

  .widescreen\:border-black-90 {
    border-color: rgba(0, 0, 0, .9);
  }

  .widescreen\:border-black-80 {
    border-color: rgba(0, 0, 0, .8);
  }

  .widescreen\:border-black-70 {
    border-color: rgba(0, 0, 0, .7);
  }

  .widescreen\:border-black-60 {
    border-color: rgba(0, 0, 0, .6);
  }

  .widescreen\:border-black-50 {
    border-color: rgba(0, 0, 0, .5);
  }

  .widescreen\:border-black-40 {
    border-color: rgba(0, 0, 0, .4);
  }

  .widescreen\:border-black-30 {
    border-color: rgba(0, 0, 0, .3);
  }

  .widescreen\:border-black-20 {
    border-color: rgba(0, 0, 0, .2);
  }

  .widescreen\:border-black-10 {
    border-color: rgba(0, 0, 0, .1);
  }

  .widescreen\:border-black-05 {
    border-color: rgba(0, 0, 0, .05);
  }

  .widescreen\:border-white-90 {
    border-color: rgba(255, 255, 255, .9);
  }

  .widescreen\:border-white-80 {
    border-color: rgba(255, 255, 255, .8);
  }

  .widescreen\:border-white-70 {
    border-color: rgba(255, 255, 255, .7);
  }

  .widescreen\:border-white-60 {
    border-color: rgba(255, 255, 255, .6);
  }

  .widescreen\:border-white-50 {
    border-color: rgba(255, 255, 255, .5);
  }

  .widescreen\:border-white-40 {
    border-color: rgba(255, 255, 255, .4);
  }

  .widescreen\:border-white-30 {
    border-color: rgba(255, 255, 255, .3);
  }

  .widescreen\:border-white-20 {
    border-color: rgba(255, 255, 255, .2);
  }

  .widescreen\:border-white-10 {
    border-color: rgba(255, 255, 255, .1);
  }

  .widescreen\:border-green-19 {
    border-color: rgba(6, 60, 74, .19);
  }

  .widescreen\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .widescreen\:hover\:border-black:hover {
    border-color: #000;
  }

  .widescreen\:hover\:border-white:hover {
    border-color: #fff;
  }

  .widescreen\:hover\:border-search:hover {
    border-color: #818e90;
  }

  .widescreen\:hover\:border-black-dark:hover {
    border-color: #282828;
  }

  .widescreen\:hover\:border-green:hover {
    border-color: #a9ab22;
  }

  .widescreen\:hover\:border-yellow:hover {
    border-color: #fecc89;
  }

  .widescreen\:hover\:border-purple:hover {
    border-color: #957eba;
  }

  .widescreen\:hover\:border-grey-light:hover {
    border-color: #f2f2f2;
  }

  .widescreen\:hover\:border-grey:hover {
    border-color: #5d5d5d;
  }

  .widescreen\:hover\:border-grey-dark:hover {
    border-color: #737373;
  }

  .widescreen\:hover\:border-grey-darkest:hover {
    border-color: #686868;
  }

  .widescreen\:hover\:border-grey-lightest:hover {
    border-color: #b2b1b2;
  }

  .widescreen\:hover\:border-blue-darker:hover {
    border-color: #1e393d;
  }

  .widescreen\:hover\:border-blue-lightester:hover {
    border-color: #748385;
  }

  .widescreen\:hover\:border-orange:hover {
    border-color: #f18670;
  }

  .widescreen\:hover\:border-orange-light:hover {
    border-color: #e59f85;
  }

  .widescreen\:hover\:border-orange-lightest:hover {
    border-color: #e3a98d;
  }

  .widescreen\:hover\:border-blue:hover {
    border-color: #183235;
  }

  .widescreen\:hover\:border-blue-light:hover {
    border-color: #8d999b;
  }

  .widescreen\:hover\:border-blue-dark:hover {
    border-color: #254146;
  }

  .widescreen\:hover\:border-black-90:hover {
    border-color: rgba(0, 0, 0, .9);
  }

  .widescreen\:hover\:border-black-80:hover {
    border-color: rgba(0, 0, 0, .8);
  }

  .widescreen\:hover\:border-black-70:hover {
    border-color: rgba(0, 0, 0, .7);
  }

  .widescreen\:hover\:border-black-60:hover {
    border-color: rgba(0, 0, 0, .6);
  }

  .widescreen\:hover\:border-black-50:hover {
    border-color: rgba(0, 0, 0, .5);
  }

  .widescreen\:hover\:border-black-40:hover {
    border-color: rgba(0, 0, 0, .4);
  }

  .widescreen\:hover\:border-black-30:hover {
    border-color: rgba(0, 0, 0, .3);
  }

  .widescreen\:hover\:border-black-20:hover {
    border-color: rgba(0, 0, 0, .2);
  }

  .widescreen\:hover\:border-black-10:hover {
    border-color: rgba(0, 0, 0, .1);
  }

  .widescreen\:hover\:border-black-05:hover {
    border-color: rgba(0, 0, 0, .05);
  }

  .widescreen\:hover\:border-white-90:hover {
    border-color: rgba(255, 255, 255, .9);
  }

  .widescreen\:hover\:border-white-80:hover {
    border-color: rgba(255, 255, 255, .8);
  }

  .widescreen\:hover\:border-white-70:hover {
    border-color: rgba(255, 255, 255, .7);
  }

  .widescreen\:hover\:border-white-60:hover {
    border-color: rgba(255, 255, 255, .6);
  }

  .widescreen\:hover\:border-white-50:hover {
    border-color: rgba(255, 255, 255, .5);
  }

  .widescreen\:hover\:border-white-40:hover {
    border-color: rgba(255, 255, 255, .4);
  }

  .widescreen\:hover\:border-white-30:hover {
    border-color: rgba(255, 255, 255, .3);
  }

  .widescreen\:hover\:border-white-20:hover {
    border-color: rgba(255, 255, 255, .2);
  }

  .widescreen\:hover\:border-white-10:hover {
    border-color: rgba(255, 255, 255, .1);
  }

  .widescreen\:hover\:border-green-19:hover {
    border-color: rgba(6, 60, 74, .19);
  }

  .widescreen\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .widescreen\:focus\:border-black:focus {
    border-color: #000;
  }

  .widescreen\:focus\:border-white:focus {
    border-color: #fff;
  }

  .widescreen\:focus\:border-search:focus {
    border-color: #818e90;
  }

  .widescreen\:focus\:border-black-dark:focus {
    border-color: #282828;
  }

  .widescreen\:focus\:border-green:focus {
    border-color: #a9ab22;
  }

  .widescreen\:focus\:border-yellow:focus {
    border-color: #fecc89;
  }

  .widescreen\:focus\:border-purple:focus {
    border-color: #957eba;
  }

  .widescreen\:focus\:border-grey-light:focus {
    border-color: #f2f2f2;
  }

  .widescreen\:focus\:border-grey:focus {
    border-color: #5d5d5d;
  }

  .widescreen\:focus\:border-grey-dark:focus {
    border-color: #737373;
  }

  .widescreen\:focus\:border-grey-darkest:focus {
    border-color: #686868;
  }

  .widescreen\:focus\:border-grey-lightest:focus {
    border-color: #b2b1b2;
  }

  .widescreen\:focus\:border-blue-darker:focus {
    border-color: #1e393d;
  }

  .widescreen\:focus\:border-blue-lightester:focus {
    border-color: #748385;
  }

  .widescreen\:focus\:border-orange:focus {
    border-color: #f18670;
  }

  .widescreen\:focus\:border-orange-light:focus {
    border-color: #e59f85;
  }

  .widescreen\:focus\:border-orange-lightest:focus {
    border-color: #e3a98d;
  }

  .widescreen\:focus\:border-blue:focus {
    border-color: #183235;
  }

  .widescreen\:focus\:border-blue-light:focus {
    border-color: #8d999b;
  }

  .widescreen\:focus\:border-blue-dark:focus {
    border-color: #254146;
  }

  .widescreen\:focus\:border-black-90:focus {
    border-color: rgba(0, 0, 0, .9);
  }

  .widescreen\:focus\:border-black-80:focus {
    border-color: rgba(0, 0, 0, .8);
  }

  .widescreen\:focus\:border-black-70:focus {
    border-color: rgba(0, 0, 0, .7);
  }

  .widescreen\:focus\:border-black-60:focus {
    border-color: rgba(0, 0, 0, .6);
  }

  .widescreen\:focus\:border-black-50:focus {
    border-color: rgba(0, 0, 0, .5);
  }

  .widescreen\:focus\:border-black-40:focus {
    border-color: rgba(0, 0, 0, .4);
  }

  .widescreen\:focus\:border-black-30:focus {
    border-color: rgba(0, 0, 0, .3);
  }

  .widescreen\:focus\:border-black-20:focus {
    border-color: rgba(0, 0, 0, .2);
  }

  .widescreen\:focus\:border-black-10:focus {
    border-color: rgba(0, 0, 0, .1);
  }

  .widescreen\:focus\:border-black-05:focus {
    border-color: rgba(0, 0, 0, .05);
  }

  .widescreen\:focus\:border-white-90:focus {
    border-color: rgba(255, 255, 255, .9);
  }

  .widescreen\:focus\:border-white-80:focus {
    border-color: rgba(255, 255, 255, .8);
  }

  .widescreen\:focus\:border-white-70:focus {
    border-color: rgba(255, 255, 255, .7);
  }

  .widescreen\:focus\:border-white-60:focus {
    border-color: rgba(255, 255, 255, .6);
  }

  .widescreen\:focus\:border-white-50:focus {
    border-color: rgba(255, 255, 255, .5);
  }

  .widescreen\:focus\:border-white-40:focus {
    border-color: rgba(255, 255, 255, .4);
  }

  .widescreen\:focus\:border-white-30:focus {
    border-color: rgba(255, 255, 255, .3);
  }

  .widescreen\:focus\:border-white-20:focus {
    border-color: rgba(255, 255, 255, .2);
  }

  .widescreen\:focus\:border-white-10:focus {
    border-color: rgba(255, 255, 255, .1);
  }

  .widescreen\:focus\:border-green-19:focus {
    border-color: rgba(6, 60, 74, .19);
  }

  .widescreen\:active\:border-transparent:active {
    border-color: transparent;
  }

  .widescreen\:active\:border-black:active {
    border-color: #000;
  }

  .widescreen\:active\:border-white:active {
    border-color: #fff;
  }

  .widescreen\:active\:border-search:active {
    border-color: #818e90;
  }

  .widescreen\:active\:border-black-dark:active {
    border-color: #282828;
  }

  .widescreen\:active\:border-green:active {
    border-color: #a9ab22;
  }

  .widescreen\:active\:border-yellow:active {
    border-color: #fecc89;
  }

  .widescreen\:active\:border-purple:active {
    border-color: #957eba;
  }

  .widescreen\:active\:border-grey-light:active {
    border-color: #f2f2f2;
  }

  .widescreen\:active\:border-grey:active {
    border-color: #5d5d5d;
  }

  .widescreen\:active\:border-grey-dark:active {
    border-color: #737373;
  }

  .widescreen\:active\:border-grey-darkest:active {
    border-color: #686868;
  }

  .widescreen\:active\:border-grey-lightest:active {
    border-color: #b2b1b2;
  }

  .widescreen\:active\:border-blue-darker:active {
    border-color: #1e393d;
  }

  .widescreen\:active\:border-blue-lightester:active {
    border-color: #748385;
  }

  .widescreen\:active\:border-orange:active {
    border-color: #f18670;
  }

  .widescreen\:active\:border-orange-light:active {
    border-color: #e59f85;
  }

  .widescreen\:active\:border-orange-lightest:active {
    border-color: #e3a98d;
  }

  .widescreen\:active\:border-blue:active {
    border-color: #183235;
  }

  .widescreen\:active\:border-blue-light:active {
    border-color: #8d999b;
  }

  .widescreen\:active\:border-blue-dark:active {
    border-color: #254146;
  }

  .widescreen\:active\:border-black-90:active {
    border-color: rgba(0, 0, 0, .9);
  }

  .widescreen\:active\:border-black-80:active {
    border-color: rgba(0, 0, 0, .8);
  }

  .widescreen\:active\:border-black-70:active {
    border-color: rgba(0, 0, 0, .7);
  }

  .widescreen\:active\:border-black-60:active {
    border-color: rgba(0, 0, 0, .6);
  }

  .widescreen\:active\:border-black-50:active {
    border-color: rgba(0, 0, 0, .5);
  }

  .widescreen\:active\:border-black-40:active {
    border-color: rgba(0, 0, 0, .4);
  }

  .widescreen\:active\:border-black-30:active {
    border-color: rgba(0, 0, 0, .3);
  }

  .widescreen\:active\:border-black-20:active {
    border-color: rgba(0, 0, 0, .2);
  }

  .widescreen\:active\:border-black-10:active {
    border-color: rgba(0, 0, 0, .1);
  }

  .widescreen\:active\:border-black-05:active {
    border-color: rgba(0, 0, 0, .05);
  }

  .widescreen\:active\:border-white-90:active {
    border-color: rgba(255, 255, 255, .9);
  }

  .widescreen\:active\:border-white-80:active {
    border-color: rgba(255, 255, 255, .8);
  }

  .widescreen\:active\:border-white-70:active {
    border-color: rgba(255, 255, 255, .7);
  }

  .widescreen\:active\:border-white-60:active {
    border-color: rgba(255, 255, 255, .6);
  }

  .widescreen\:active\:border-white-50:active {
    border-color: rgba(255, 255, 255, .5);
  }

  .widescreen\:active\:border-white-40:active {
    border-color: rgba(255, 255, 255, .4);
  }

  .widescreen\:active\:border-white-30:active {
    border-color: rgba(255, 255, 255, .3);
  }

  .widescreen\:active\:border-white-20:active {
    border-color: rgba(255, 255, 255, .2);
  }

  .widescreen\:active\:border-white-10:active {
    border-color: rgba(255, 255, 255, .1);
  }

  .widescreen\:active\:border-green-19:active {
    border-color: rgba(6, 60, 74, .19);
  }

  .widescreen\:rounded-none {
    border-radius: 0;
  }

  .widescreen\:rounded-sm {
    border-radius: .125rem;
  }

  .widescreen\:rounded {
    border-radius: .25rem;
  }

  .widescreen\:rounded-lg {
    border-radius: .5rem;
  }

  .widescreen\:rounded-lxg {
    border-radius: 2rem;
  }

  .widescreen\:rounded-full {
    border-radius: 9999px;
  }

  .widescreen\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .widescreen\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .widescreen\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .widescreen\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .widescreen\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .widescreen\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .widescreen\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .widescreen\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .widescreen\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .widescreen\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .widescreen\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .widescreen\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .widescreen\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .widescreen\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .widescreen\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .widescreen\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .widescreen\:rounded-t-lxg {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }

  .widescreen\:rounded-r-lxg {
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }

  .widescreen\:rounded-b-lxg {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .widescreen\:rounded-l-lxg {
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .widescreen\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .widescreen\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .widescreen\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .widescreen\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .widescreen\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .widescreen\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .widescreen\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .widescreen\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .widescreen\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .widescreen\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .widescreen\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .widescreen\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .widescreen\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .widescreen\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .widescreen\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .widescreen\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .widescreen\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .widescreen\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .widescreen\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .widescreen\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .widescreen\:rounded-tl-lxg {
    border-top-left-radius: 2rem;
  }

  .widescreen\:rounded-tr-lxg {
    border-top-right-radius: 2rem;
  }

  .widescreen\:rounded-br-lxg {
    border-bottom-right-radius: 2rem;
  }

  .widescreen\:rounded-bl-lxg {
    border-bottom-left-radius: 2rem;
  }

  .widescreen\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .widescreen\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .widescreen\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .widescreen\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .widescreen\:border-solid {
    border-style: solid;
  }

  .widescreen\:border-dashed {
    border-style: dashed;
  }

  .widescreen\:border-dotted {
    border-style: dotted;
  }

  .widescreen\:border-none {
    border-style: none;
  }

  .widescreen\:border-0 {
    border-width: 0;
  }

  .widescreen\:border-2 {
    border-width: 2px;
  }

  .widescreen\:border-4 {
    border-width: 4px;
  }

  .widescreen\:border-8 {
    border-width: 8px;
  }

  .widescreen\:border {
    border-width: 1px;
  }

  .widescreen\:border-t-0 {
    border-top-width: 0;
  }

  .widescreen\:border-r-0 {
    border-right-width: 0;
  }

  .widescreen\:border-b-0 {
    border-bottom-width: 0;
  }

  .widescreen\:border-l-0 {
    border-left-width: 0;
  }

  .widescreen\:border-t-2 {
    border-top-width: 2px;
  }

  .widescreen\:border-r-2 {
    border-right-width: 2px;
  }

  .widescreen\:border-b-2 {
    border-bottom-width: 2px;
  }

  .widescreen\:border-l-2 {
    border-left-width: 2px;
  }

  .widescreen\:border-t-4 {
    border-top-width: 4px;
  }

  .widescreen\:border-r-4 {
    border-right-width: 4px;
  }

  .widescreen\:border-b-4 {
    border-bottom-width: 4px;
  }

  .widescreen\:border-l-4 {
    border-left-width: 4px;
  }

  .widescreen\:border-t-8 {
    border-top-width: 8px;
  }

  .widescreen\:border-r-8 {
    border-right-width: 8px;
  }

  .widescreen\:border-b-8 {
    border-bottom-width: 8px;
  }

  .widescreen\:border-l-8 {
    border-left-width: 8px;
  }

  .widescreen\:border-t {
    border-top-width: 1px;
  }

  .widescreen\:border-r {
    border-right-width: 1px;
  }

  .widescreen\:border-b {
    border-bottom-width: 1px;
  }

  .widescreen\:border-l {
    border-left-width: 1px;
  }

  .widescreen\:cursor-auto {
    cursor: auto;
  }

  .widescreen\:cursor-default {
    cursor: default;
  }

  .widescreen\:cursor-pointer {
    cursor: pointer;
  }

  .widescreen\:cursor-wait {
    cursor: wait;
  }

  .widescreen\:cursor-move {
    cursor: move;
  }

  .widescreen\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .widescreen\:block {
    display: block;
  }

  .widescreen\:inline-block {
    display: inline-block;
  }

  .widescreen\:inline {
    display: inline;
  }

  .widescreen\:table {
    display: table;
  }

  .widescreen\:table-row {
    display: table-row;
  }

  .widescreen\:table-cell {
    display: table-cell;
  }

  .widescreen\:hidden {
    display: none;
  }

  .widescreen\:group:hover .group-hover\:block {
    display: block;
  }

  .widescreen\:group:hover .group-hover\:inline-block {
    display: inline-block;
  }

  .widescreen\:group:hover .group-hover\:inline {
    display: inline;
  }

  .widescreen\:group:hover .group-hover\:table {
    display: table;
  }

  .widescreen\:group:hover .group-hover\:table-row {
    display: table-row;
  }

  .widescreen\:group:hover .group-hover\:table-cell {
    display: table-cell;
  }

  .widescreen\:group:hover .group-hover\:hidden {
    display: none;
  }

  .widescreen\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .widescreen\:inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .widescreen\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .widescreen\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .widescreen\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .widescreen\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .widescreen\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .widescreen\:flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

  .widescreen\:flex-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .widescreen\:items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .widescreen\:items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .widescreen\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .widescreen\:items-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  .widescreen\:items-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .widescreen\:self-auto {
    -ms-flex-item-align: auto;
        align-self: auto;
  }

  .widescreen\:self-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .widescreen\:self-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .widescreen\:self-center {
    -ms-flex-item-align: center;
        align-self: center;
  }

  .widescreen\:self-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }

  .widescreen\:justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .widescreen\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .widescreen\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .widescreen\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .widescreen\:justify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .widescreen\:content-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }

  .widescreen\:content-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }

  .widescreen\:content-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }

  .widescreen\:content-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }

  .widescreen\:content-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }

  .widescreen\:flex-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .widescreen\:flex-auto {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }

  .widescreen\:flex-initial {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }

  .widescreen\:flex-none {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .widescreen\:flex-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .widescreen\:flex-shrink {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .widescreen\:flex-no-grow {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .widescreen\:flex-no-shrink {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .widescreen\:group:hover .group-hover\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .widescreen\:group:hover .group-hover\:inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .widescreen\:group:hover .group-hover\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .widescreen\:group:hover .group-hover\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .widescreen\:group:hover .group-hover\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .widescreen\:group:hover .group-hover\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .widescreen\:group:hover .group-hover\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .widescreen\:group:hover .group-hover\:flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

  .widescreen\:group:hover .group-hover\:flex-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .widescreen\:group:hover .group-hover\:items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .widescreen\:group:hover .group-hover\:items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .widescreen\:group:hover .group-hover\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .widescreen\:group:hover .group-hover\:items-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  .widescreen\:group:hover .group-hover\:items-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .widescreen\:group:hover .group-hover\:self-auto {
    -ms-flex-item-align: auto;
        align-self: auto;
  }

  .widescreen\:group:hover .group-hover\:self-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .widescreen\:group:hover .group-hover\:self-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .widescreen\:group:hover .group-hover\:self-center {
    -ms-flex-item-align: center;
        align-self: center;
  }

  .widescreen\:group:hover .group-hover\:self-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }

  .widescreen\:group:hover .group-hover\:justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .widescreen\:group:hover .group-hover\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .widescreen\:group:hover .group-hover\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .widescreen\:group:hover .group-hover\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .widescreen\:group:hover .group-hover\:justify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .widescreen\:group:hover .group-hover\:content-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }

  .widescreen\:group:hover .group-hover\:content-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }

  .widescreen\:group:hover .group-hover\:content-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }

  .widescreen\:group:hover .group-hover\:content-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }

  .widescreen\:group:hover .group-hover\:content-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }

  .widescreen\:group:hover .group-hover\:flex-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .widescreen\:group:hover .group-hover\:flex-auto {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }

  .widescreen\:group:hover .group-hover\:flex-initial {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }

  .widescreen\:group:hover .group-hover\:flex-none {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .widescreen\:group:hover .group-hover\:flex-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .widescreen\:group:hover .group-hover\:flex-shrink {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .widescreen\:group:hover .group-hover\:flex-no-grow {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .widescreen\:group:hover .group-hover\:flex-no-shrink {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .widescreen\:float-right {
    float: right;
  }

  .widescreen\:float-left {
    float: left;
  }

  .widescreen\:float-none {
    float: none;
  }

  .widescreen\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .widescreen\:font-berlingmd {
    font-family: BerlingskeSerif-Md;
  }

  .widescreen\:font-berlingdb {
    font-family: BerlingskeSerif-DBd;
  }

  .widescreen\:font-favorit {
    font-family: Favorit Pro;
  }

  .widescreen\:font-favoritbook {
    font-family: Favorit Pro Book;
  }

  .widescreen\:font-myriad {
    font-family: Myriad Pro;
  }

  .widescreen\:font-light {
    font-weight: 300;
  }

  .widescreen\:font-normal {
    font-weight: 400;
  }

  .widescreen\:font-bold {
    font-weight: 700;
  }

  .widescreen\:hover\:font-light:hover {
    font-weight: 300;
  }

  .widescreen\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .widescreen\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .widescreen\:h-1 {
    height: .25rem;
  }

  .widescreen\:h-2 {
    height: .5rem;
  }

  .widescreen\:h-3 {
    height: .75rem;
  }

  .widescreen\:h-4 {
    height: 1rem;
  }

  .widescreen\:h-6 {
    height: 1.5rem;
  }

  .widescreen\:h-8 {
    height: 2rem;
  }

  .widescreen\:h-10 {
    height: 2.5rem;
  }

  .widescreen\:h-12 {
    height: 3rem;
  }

  .widescreen\:h-14 {
    height: 3.75rem;
  }

  .widescreen\:h-16 {
    height: 4rem;
  }

  .widescreen\:h-24 {
    height: 6rem;
  }

  .widescreen\:h-32 {
    height: 8rem;
  }

  .widescreen\:h-48 {
    height: 12rem;
  }

  .widescreen\:h-64 {
    height: 16rem;
  }

  .widescreen\:h-300 {
    height: 300px;
  }

  .widescreen\:h-400 {
    height: 400px;
  }

  .widescreen\:h-500 {
    height: 500px;
  }

  .widescreen\:h-600 {
    height: 600px;
  }

  .widescreen\:h-700 {
    height: 700px;
  }

  .widescreen\:h-800 {
    height: 800px;
  }

  .widescreen\:h-auto {
    height: auto;
  }

  .widescreen\:h-px {
    height: 1px;
  }

  .widescreen\:h-full {
    height: 100%;
  }

  .widescreen\:h-screen {
    height: 100vh;
  }

  .widescreen\:leading-none {
    line-height: 1;
  }

  .widescreen\:leading-tight {
    line-height: 1.25;
  }

  .widescreen\:leading-normal {
    line-height: 1.5;
  }

  .widescreen\:leading-loose {
    line-height: 2;
  }

  .widescreen\:m-0 {
    margin: 0;
  }

  .widescreen\:m-1 {
    margin: .25rem;
  }

  .widescreen\:m-2 {
    margin: .5rem;
  }

  .widescreen\:m-3 {
    margin: .75rem;
  }

  .widescreen\:m-4 {
    margin: 1rem;
  }

  .widescreen\:m-5 {
    margin: 1.25rem;
  }

  .widescreen\:m-6 {
    margin: 1.5rem;
  }

  .widescreen\:m-7 {
    margin: 1.75rem;
  }

  .widescreen\:m-8 {
    margin: 2rem;
  }

  .widescreen\:m-9 {
    margin: 2.25rem;
  }

  .widescreen\:m-10 {
    margin: 2.5rem;
  }

  .widescreen\:m-11 {
    margin: 2.75rem;
  }

  .widescreen\:m-12 {
    margin: 3rem;
  }

  .widescreen\:m-13 {
    margin: 3.25rem;
  }

  .widescreen\:m-14 {
    margin: 3.5rem;
  }

  .widescreen\:m-15 {
    margin: 3.75rem;
  }

  .widescreen\:m-16 {
    margin: 4rem;
  }

  .widescreen\:m-18 {
    margin: 5rem;
  }

  .widescreen\:m-20 {
    margin: 6rem;
  }

  .widescreen\:m-22 {
    margin: 7rem;
  }

  .widescreen\:m-24 {
    margin: 8rem;
  }

  .widescreen\:m-auto {
    margin: auto;
  }

  .widescreen\:m-px {
    margin: 1px;
  }

  .widescreen\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .widescreen\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .widescreen\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .widescreen\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .widescreen\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .widescreen\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .widescreen\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .widescreen\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .widescreen\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .widescreen\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .widescreen\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .widescreen\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .widescreen\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .widescreen\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .widescreen\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .widescreen\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .widescreen\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .widescreen\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .widescreen\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .widescreen\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .widescreen\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .widescreen\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .widescreen\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .widescreen\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .widescreen\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .widescreen\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .widescreen\:my-13 {
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .widescreen\:mx-13 {
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .widescreen\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .widescreen\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .widescreen\:my-15 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .widescreen\:mx-15 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .widescreen\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .widescreen\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .widescreen\:my-18 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .widescreen\:mx-18 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .widescreen\:my-20 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .widescreen\:mx-20 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .widescreen\:my-22 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .widescreen\:mx-22 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .widescreen\:my-24 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .widescreen\:mx-24 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .widescreen\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .widescreen\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .widescreen\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .widescreen\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .widescreen\:mt-0 {
    margin-top: 0;
  }

  .widescreen\:mr-0 {
    margin-right: 0;
  }

  .widescreen\:mb-0 {
    margin-bottom: 0;
  }

  .widescreen\:ml-0 {
    margin-left: 0;
  }

  .widescreen\:mt-1 {
    margin-top: .25rem;
  }

  .widescreen\:mr-1 {
    margin-right: .25rem;
  }

  .widescreen\:mb-1 {
    margin-bottom: .25rem;
  }

  .widescreen\:ml-1 {
    margin-left: .25rem;
  }

  .widescreen\:mt-2 {
    margin-top: .5rem;
  }

  .widescreen\:mr-2 {
    margin-right: .5rem;
  }

  .widescreen\:mb-2 {
    margin-bottom: .5rem;
  }

  .widescreen\:ml-2 {
    margin-left: .5rem;
  }

  .widescreen\:mt-3 {
    margin-top: .75rem;
  }

  .widescreen\:mr-3 {
    margin-right: .75rem;
  }

  .widescreen\:mb-3 {
    margin-bottom: .75rem;
  }

  .widescreen\:ml-3 {
    margin-left: .75rem;
  }

  .widescreen\:mt-4 {
    margin-top: 1rem;
  }

  .widescreen\:mr-4 {
    margin-right: 1rem;
  }

  .widescreen\:mb-4 {
    margin-bottom: 1rem;
  }

  .widescreen\:ml-4 {
    margin-left: 1rem;
  }

  .widescreen\:mt-5 {
    margin-top: 1.25rem;
  }

  .widescreen\:mr-5 {
    margin-right: 1.25rem;
  }

  .widescreen\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .widescreen\:ml-5 {
    margin-left: 1.25rem;
  }

  .widescreen\:mt-6 {
    margin-top: 1.5rem;
  }

  .widescreen\:mr-6 {
    margin-right: 1.5rem;
  }

  .widescreen\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .widescreen\:ml-6 {
    margin-left: 1.5rem;
  }

  .widescreen\:mt-7 {
    margin-top: 1.75rem;
  }

  .widescreen\:mr-7 {
    margin-right: 1.75rem;
  }

  .widescreen\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .widescreen\:ml-7 {
    margin-left: 1.75rem;
  }

  .widescreen\:mt-8 {
    margin-top: 2rem;
  }

  .widescreen\:mr-8 {
    margin-right: 2rem;
  }

  .widescreen\:mb-8 {
    margin-bottom: 2rem;
  }

  .widescreen\:ml-8 {
    margin-left: 2rem;
  }

  .widescreen\:mt-9 {
    margin-top: 2.25rem;
  }

  .widescreen\:mr-9 {
    margin-right: 2.25rem;
  }

  .widescreen\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .widescreen\:ml-9 {
    margin-left: 2.25rem;
  }

  .widescreen\:mt-10 {
    margin-top: 2.5rem;
  }

  .widescreen\:mr-10 {
    margin-right: 2.5rem;
  }

  .widescreen\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .widescreen\:ml-10 {
    margin-left: 2.5rem;
  }

  .widescreen\:mt-11 {
    margin-top: 2.75rem;
  }

  .widescreen\:mr-11 {
    margin-right: 2.75rem;
  }

  .widescreen\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .widescreen\:ml-11 {
    margin-left: 2.75rem;
  }

  .widescreen\:mt-12 {
    margin-top: 3rem;
  }

  .widescreen\:mr-12 {
    margin-right: 3rem;
  }

  .widescreen\:mb-12 {
    margin-bottom: 3rem;
  }

  .widescreen\:ml-12 {
    margin-left: 3rem;
  }

  .widescreen\:mt-13 {
    margin-top: 3.25rem;
  }

  .widescreen\:mr-13 {
    margin-right: 3.25rem;
  }

  .widescreen\:mb-13 {
    margin-bottom: 3.25rem;
  }

  .widescreen\:ml-13 {
    margin-left: 3.25rem;
  }

  .widescreen\:mt-14 {
    margin-top: 3.5rem;
  }

  .widescreen\:mr-14 {
    margin-right: 3.5rem;
  }

  .widescreen\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .widescreen\:ml-14 {
    margin-left: 3.5rem;
  }

  .widescreen\:mt-15 {
    margin-top: 3.75rem;
  }

  .widescreen\:mr-15 {
    margin-right: 3.75rem;
  }

  .widescreen\:mb-15 {
    margin-bottom: 3.75rem;
  }

  .widescreen\:ml-15 {
    margin-left: 3.75rem;
  }

  .widescreen\:mt-16 {
    margin-top: 4rem;
  }

  .widescreen\:mr-16 {
    margin-right: 4rem;
  }

  .widescreen\:mb-16 {
    margin-bottom: 4rem;
  }

  .widescreen\:ml-16 {
    margin-left: 4rem;
  }

  .widescreen\:mt-18 {
    margin-top: 5rem;
  }

  .widescreen\:mr-18 {
    margin-right: 5rem;
  }

  .widescreen\:mb-18 {
    margin-bottom: 5rem;
  }

  .widescreen\:ml-18 {
    margin-left: 5rem;
  }

  .widescreen\:mt-20 {
    margin-top: 6rem;
  }

  .widescreen\:mr-20 {
    margin-right: 6rem;
  }

  .widescreen\:mb-20 {
    margin-bottom: 6rem;
  }

  .widescreen\:ml-20 {
    margin-left: 6rem;
  }

  .widescreen\:mt-22 {
    margin-top: 7rem;
  }

  .widescreen\:mr-22 {
    margin-right: 7rem;
  }

  .widescreen\:mb-22 {
    margin-bottom: 7rem;
  }

  .widescreen\:ml-22 {
    margin-left: 7rem;
  }

  .widescreen\:mt-24 {
    margin-top: 8rem;
  }

  .widescreen\:mr-24 {
    margin-right: 8rem;
  }

  .widescreen\:mb-24 {
    margin-bottom: 8rem;
  }

  .widescreen\:ml-24 {
    margin-left: 8rem;
  }

  .widescreen\:mt-auto {
    margin-top: auto;
  }

  .widescreen\:mr-auto {
    margin-right: auto;
  }

  .widescreen\:mb-auto {
    margin-bottom: auto;
  }

  .widescreen\:ml-auto {
    margin-left: auto;
  }

  .widescreen\:mt-px {
    margin-top: 1px;
  }

  .widescreen\:mr-px {
    margin-right: 1px;
  }

  .widescreen\:mb-px {
    margin-bottom: 1px;
  }

  .widescreen\:ml-px {
    margin-left: 1px;
  }

  .widescreen\:max-h-full {
    max-height: 100%;
  }

  .widescreen\:max-h-screen {
    max-height: 100vh;
  }

  .widescreen\:max-w-xs {
    max-width: 20rem;
  }

  .widescreen\:max-w-xss {
    max-width: 22rem;
  }

  .widescreen\:max-w-sm {
    max-width: 30rem;
  }

  .widescreen\:max-w-md {
    max-width: 40rem;
  }

  .widescreen\:max-w-lg {
    max-width: 50rem;
  }

  .widescreen\:max-w-xl {
    max-width: 60rem;
  }

  .widescreen\:max-w-2xl {
    max-width: 70rem;
  }

  .widescreen\:max-w-3xl {
    max-width: 80rem;
  }

  .widescreen\:max-w-4xl {
    max-width: 90rem;
  }

  .widescreen\:max-w-5xl {
    max-width: 100rem;
  }

  .widescreen\:max-w-full {
    max-width: 100%;
  }

  .widescreen\:min-h-0 {
    min-height: 0;
  }

  .widescreen\:min-h-full {
    min-height: 100%;
  }

  .widescreen\:min-h-screen {
    min-height: 100vh;
  }

  .widescreen\:min-w-0 {
    min-width: 0;
  }

  .widescreen\:min-w-full {
    min-width: 100%;
  }

  .widescreen\:-m-0 {
    margin: 0;
  }

  .widescreen\:-m-1 {
    margin: -0.25rem;
  }

  .widescreen\:-m-2 {
    margin: -0.5rem;
  }

  .widescreen\:-m-3 {
    margin: -0.75rem;
  }

  .widescreen\:-m-4 {
    margin: -1rem;
  }

  .widescreen\:-m-5 {
    margin: -1.25rem;
  }

  .widescreen\:-m-6 {
    margin: -1.5rem;
  }

  .widescreen\:-m-7 {
    margin: -1.75rem;
  }

  .widescreen\:-m-8 {
    margin: -2rem;
  }

  .widescreen\:-m-9 {
    margin: -2.25rem;
  }

  .widescreen\:-m-10 {
    margin: -2.5rem;
  }

  .widescreen\:-m-11 {
    margin: -2.75rem;
  }

  .widescreen\:-m-12 {
    margin: -3rem;
  }

  .widescreen\:-m-13 {
    margin: -3.25rem;
  }

  .widescreen\:-m-14 {
    margin: -3.5rem;
  }

  .widescreen\:-m-15 {
    margin: -3.75rem;
  }

  .widescreen\:-m-16 {
    margin: -4rem;
  }

  .widescreen\:-m-18 {
    margin: -5rem;
  }

  .widescreen\:-m-20 {
    margin: -6rem;
  }

  .widescreen\:-m-22 {
    margin: -7rem;
  }

  .widescreen\:-m-24 {
    margin: -8rem;
  }

  .widescreen\:-m-auto {
    margin: -auto;
  }

  .widescreen\:-m-px {
    margin: -1px;
  }

  .widescreen\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .widescreen\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .widescreen\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .widescreen\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .widescreen\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .widescreen\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .widescreen\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .widescreen\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .widescreen\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .widescreen\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .widescreen\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .widescreen\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .widescreen\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .widescreen\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .widescreen\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .widescreen\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .widescreen\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .widescreen\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .widescreen\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .widescreen\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .widescreen\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .widescreen\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .widescreen\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .widescreen\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .widescreen\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .widescreen\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .widescreen\:-my-13 {
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  .widescreen\:-mx-13 {
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .widescreen\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .widescreen\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .widescreen\:-my-15 {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .widescreen\:-mx-15 {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .widescreen\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .widescreen\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .widescreen\:-my-18 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .widescreen\:-mx-18 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .widescreen\:-my-20 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .widescreen\:-mx-20 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .widescreen\:-my-22 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .widescreen\:-mx-22 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .widescreen\:-my-24 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .widescreen\:-mx-24 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .widescreen\:-my-auto {
    margin-top: -auto;
    margin-bottom: -auto;
  }

  .widescreen\:-mx-auto {
    margin-left: -auto;
    margin-right: -auto;
  }

  .widescreen\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .widescreen\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .widescreen\:-mt-0 {
    margin-top: 0;
  }

  .widescreen\:-mr-0 {
    margin-right: 0;
  }

  .widescreen\:-mb-0 {
    margin-bottom: 0;
  }

  .widescreen\:-ml-0 {
    margin-left: 0;
  }

  .widescreen\:-mt-1 {
    margin-top: -0.25rem;
  }

  .widescreen\:-mr-1 {
    margin-right: -0.25rem;
  }

  .widescreen\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .widescreen\:-ml-1 {
    margin-left: -0.25rem;
  }

  .widescreen\:-mt-2 {
    margin-top: -0.5rem;
  }

  .widescreen\:-mr-2 {
    margin-right: -0.5rem;
  }

  .widescreen\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .widescreen\:-ml-2 {
    margin-left: -0.5rem;
  }

  .widescreen\:-mt-3 {
    margin-top: -0.75rem;
  }

  .widescreen\:-mr-3 {
    margin-right: -0.75rem;
  }

  .widescreen\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .widescreen\:-ml-3 {
    margin-left: -0.75rem;
  }

  .widescreen\:-mt-4 {
    margin-top: -1rem;
  }

  .widescreen\:-mr-4 {
    margin-right: -1rem;
  }

  .widescreen\:-mb-4 {
    margin-bottom: -1rem;
  }

  .widescreen\:-ml-4 {
    margin-left: -1rem;
  }

  .widescreen\:-mt-5 {
    margin-top: -1.25rem;
  }

  .widescreen\:-mr-5 {
    margin-right: -1.25rem;
  }

  .widescreen\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .widescreen\:-ml-5 {
    margin-left: -1.25rem;
  }

  .widescreen\:-mt-6 {
    margin-top: -1.5rem;
  }

  .widescreen\:-mr-6 {
    margin-right: -1.5rem;
  }

  .widescreen\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .widescreen\:-ml-6 {
    margin-left: -1.5rem;
  }

  .widescreen\:-mt-7 {
    margin-top: -1.75rem;
  }

  .widescreen\:-mr-7 {
    margin-right: -1.75rem;
  }

  .widescreen\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .widescreen\:-ml-7 {
    margin-left: -1.75rem;
  }

  .widescreen\:-mt-8 {
    margin-top: -2rem;
  }

  .widescreen\:-mr-8 {
    margin-right: -2rem;
  }

  .widescreen\:-mb-8 {
    margin-bottom: -2rem;
  }

  .widescreen\:-ml-8 {
    margin-left: -2rem;
  }

  .widescreen\:-mt-9 {
    margin-top: -2.25rem;
  }

  .widescreen\:-mr-9 {
    margin-right: -2.25rem;
  }

  .widescreen\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .widescreen\:-ml-9 {
    margin-left: -2.25rem;
  }

  .widescreen\:-mt-10 {
    margin-top: -2.5rem;
  }

  .widescreen\:-mr-10 {
    margin-right: -2.5rem;
  }

  .widescreen\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .widescreen\:-ml-10 {
    margin-left: -2.5rem;
  }

  .widescreen\:-mt-11 {
    margin-top: -2.75rem;
  }

  .widescreen\:-mr-11 {
    margin-right: -2.75rem;
  }

  .widescreen\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .widescreen\:-ml-11 {
    margin-left: -2.75rem;
  }

  .widescreen\:-mt-12 {
    margin-top: -3rem;
  }

  .widescreen\:-mr-12 {
    margin-right: -3rem;
  }

  .widescreen\:-mb-12 {
    margin-bottom: -3rem;
  }

  .widescreen\:-ml-12 {
    margin-left: -3rem;
  }

  .widescreen\:-mt-13 {
    margin-top: -3.25rem;
  }

  .widescreen\:-mr-13 {
    margin-right: -3.25rem;
  }

  .widescreen\:-mb-13 {
    margin-bottom: -3.25rem;
  }

  .widescreen\:-ml-13 {
    margin-left: -3.25rem;
  }

  .widescreen\:-mt-14 {
    margin-top: -3.5rem;
  }

  .widescreen\:-mr-14 {
    margin-right: -3.5rem;
  }

  .widescreen\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .widescreen\:-ml-14 {
    margin-left: -3.5rem;
  }

  .widescreen\:-mt-15 {
    margin-top: -3.75rem;
  }

  .widescreen\:-mr-15 {
    margin-right: -3.75rem;
  }

  .widescreen\:-mb-15 {
    margin-bottom: -3.75rem;
  }

  .widescreen\:-ml-15 {
    margin-left: -3.75rem;
  }

  .widescreen\:-mt-16 {
    margin-top: -4rem;
  }

  .widescreen\:-mr-16 {
    margin-right: -4rem;
  }

  .widescreen\:-mb-16 {
    margin-bottom: -4rem;
  }

  .widescreen\:-ml-16 {
    margin-left: -4rem;
  }

  .widescreen\:-mt-18 {
    margin-top: -5rem;
  }

  .widescreen\:-mr-18 {
    margin-right: -5rem;
  }

  .widescreen\:-mb-18 {
    margin-bottom: -5rem;
  }

  .widescreen\:-ml-18 {
    margin-left: -5rem;
  }

  .widescreen\:-mt-20 {
    margin-top: -6rem;
  }

  .widescreen\:-mr-20 {
    margin-right: -6rem;
  }

  .widescreen\:-mb-20 {
    margin-bottom: -6rem;
  }

  .widescreen\:-ml-20 {
    margin-left: -6rem;
  }

  .widescreen\:-mt-22 {
    margin-top: -7rem;
  }

  .widescreen\:-mr-22 {
    margin-right: -7rem;
  }

  .widescreen\:-mb-22 {
    margin-bottom: -7rem;
  }

  .widescreen\:-ml-22 {
    margin-left: -7rem;
  }

  .widescreen\:-mt-24 {
    margin-top: -8rem;
  }

  .widescreen\:-mr-24 {
    margin-right: -8rem;
  }

  .widescreen\:-mb-24 {
    margin-bottom: -8rem;
  }

  .widescreen\:-ml-24 {
    margin-left: -8rem;
  }

  .widescreen\:-mt-auto {
    margin-top: -auto;
  }

  .widescreen\:-mr-auto {
    margin-right: -auto;
  }

  .widescreen\:-mb-auto {
    margin-bottom: -auto;
  }

  .widescreen\:-ml-auto {
    margin-left: -auto;
  }

  .widescreen\:-mt-px {
    margin-top: -1px;
  }

  .widescreen\:-mr-px {
    margin-right: -1px;
  }

  .widescreen\:-mb-px {
    margin-bottom: -1px;
  }

  .widescreen\:-ml-px {
    margin-left: -1px;
  }

  .widescreen\:opacity-0 {
    opacity: 0;
  }

  .widescreen\:opacity-25 {
    opacity: .25;
  }

  .widescreen\:opacity-50 {
    opacity: .5;
  }

  .widescreen\:opacity-75 {
    opacity: .75;
  }

  .widescreen\:opacity-100 {
    opacity: 1;
  }

  .widescreen\:overflow-auto {
    overflow: auto;
  }

  .widescreen\:overflow-hidden {
    overflow: hidden;
  }

  .widescreen\:overflow-visible {
    overflow: visible;
  }

  .widescreen\:overflow-scroll {
    overflow: scroll;
  }

  .widescreen\:overflow-x-auto {
    overflow-x: auto;
  }

  .widescreen\:overflow-y-auto {
    overflow-y: auto;
  }

  .widescreen\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .widescreen\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .widescreen\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .widescreen\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .widescreen\:p-0 {
    padding: 0;
  }

  .widescreen\:p-1 {
    padding: .25rem;
  }

  .widescreen\:p-2 {
    padding: .5rem;
  }

  .widescreen\:p-3 {
    padding: .75rem;
  }

  .widescreen\:p-4 {
    padding: 1rem;
  }

  .widescreen\:p-5 {
    padding: 1.25rem;
  }

  .widescreen\:p-6 {
    padding: 1.5rem;
  }

  .widescreen\:p-7 {
    padding: 1.75rem;
  }

  .widescreen\:p-8 {
    padding: 2rem;
  }

  .widescreen\:p-9 {
    padding: 2.25rem;
  }

  .widescreen\:p-10 {
    padding: 2.5rem;
  }

  .widescreen\:p-11 {
    padding: 2.75rem;
  }

  .widescreen\:p-12 {
    padding: 3rem;
  }

  .widescreen\:p-13 {
    padding: 3.25rem;
  }

  .widescreen\:p-14 {
    padding: 3.5rem;
  }

  .widescreen\:p-15 {
    padding: 3.75rem;
  }

  .widescreen\:p-16 {
    padding: 4rem;
  }

  .widescreen\:p-18 {
    padding: 5rem;
  }

  .widescreen\:p-20 {
    padding: 6rem;
  }

  .widescreen\:p-22 {
    padding: 7rem;
  }

  .widescreen\:p-24 {
    padding: 8rem;
  }

  .widescreen\:p-auto {
    padding: auto;
  }

  .widescreen\:p-px {
    padding: 1px;
  }

  .widescreen\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .widescreen\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .widescreen\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .widescreen\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .widescreen\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .widescreen\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .widescreen\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .widescreen\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .widescreen\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .widescreen\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .widescreen\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .widescreen\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .widescreen\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .widescreen\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .widescreen\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .widescreen\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .widescreen\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .widescreen\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .widescreen\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .widescreen\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .widescreen\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .widescreen\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .widescreen\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .widescreen\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .widescreen\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .widescreen\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .widescreen\:py-13 {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .widescreen\:px-13 {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .widescreen\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .widescreen\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .widescreen\:py-15 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .widescreen\:px-15 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .widescreen\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .widescreen\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .widescreen\:py-18 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .widescreen\:px-18 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .widescreen\:py-20 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .widescreen\:px-20 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .widescreen\:py-22 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .widescreen\:px-22 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .widescreen\:py-24 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .widescreen\:px-24 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .widescreen\:py-auto {
    padding-top: auto;
    padding-bottom: auto;
  }

  .widescreen\:px-auto {
    padding-left: auto;
    padding-right: auto;
  }

  .widescreen\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .widescreen\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .widescreen\:pt-0 {
    padding-top: 0;
  }

  .widescreen\:pr-0 {
    padding-right: 0;
  }

  .widescreen\:pb-0 {
    padding-bottom: 0;
  }

  .widescreen\:pl-0 {
    padding-left: 0;
  }

  .widescreen\:pt-1 {
    padding-top: .25rem;
  }

  .widescreen\:pr-1 {
    padding-right: .25rem;
  }

  .widescreen\:pb-1 {
    padding-bottom: .25rem;
  }

  .widescreen\:pl-1 {
    padding-left: .25rem;
  }

  .widescreen\:pt-2 {
    padding-top: .5rem;
  }

  .widescreen\:pr-2 {
    padding-right: .5rem;
  }

  .widescreen\:pb-2 {
    padding-bottom: .5rem;
  }

  .widescreen\:pl-2 {
    padding-left: .5rem;
  }

  .widescreen\:pt-3 {
    padding-top: .75rem;
  }

  .widescreen\:pr-3 {
    padding-right: .75rem;
  }

  .widescreen\:pb-3 {
    padding-bottom: .75rem;
  }

  .widescreen\:pl-3 {
    padding-left: .75rem;
  }

  .widescreen\:pt-4 {
    padding-top: 1rem;
  }

  .widescreen\:pr-4 {
    padding-right: 1rem;
  }

  .widescreen\:pb-4 {
    padding-bottom: 1rem;
  }

  .widescreen\:pl-4 {
    padding-left: 1rem;
  }

  .widescreen\:pt-5 {
    padding-top: 1.25rem;
  }

  .widescreen\:pr-5 {
    padding-right: 1.25rem;
  }

  .widescreen\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .widescreen\:pl-5 {
    padding-left: 1.25rem;
  }

  .widescreen\:pt-6 {
    padding-top: 1.5rem;
  }

  .widescreen\:pr-6 {
    padding-right: 1.5rem;
  }

  .widescreen\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .widescreen\:pl-6 {
    padding-left: 1.5rem;
  }

  .widescreen\:pt-7 {
    padding-top: 1.75rem;
  }

  .widescreen\:pr-7 {
    padding-right: 1.75rem;
  }

  .widescreen\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .widescreen\:pl-7 {
    padding-left: 1.75rem;
  }

  .widescreen\:pt-8 {
    padding-top: 2rem;
  }

  .widescreen\:pr-8 {
    padding-right: 2rem;
  }

  .widescreen\:pb-8 {
    padding-bottom: 2rem;
  }

  .widescreen\:pl-8 {
    padding-left: 2rem;
  }

  .widescreen\:pt-9 {
    padding-top: 2.25rem;
  }

  .widescreen\:pr-9 {
    padding-right: 2.25rem;
  }

  .widescreen\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .widescreen\:pl-9 {
    padding-left: 2.25rem;
  }

  .widescreen\:pt-10 {
    padding-top: 2.5rem;
  }

  .widescreen\:pr-10 {
    padding-right: 2.5rem;
  }

  .widescreen\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .widescreen\:pl-10 {
    padding-left: 2.5rem;
  }

  .widescreen\:pt-11 {
    padding-top: 2.75rem;
  }

  .widescreen\:pr-11 {
    padding-right: 2.75rem;
  }

  .widescreen\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .widescreen\:pl-11 {
    padding-left: 2.75rem;
  }

  .widescreen\:pt-12 {
    padding-top: 3rem;
  }

  .widescreen\:pr-12 {
    padding-right: 3rem;
  }

  .widescreen\:pb-12 {
    padding-bottom: 3rem;
  }

  .widescreen\:pl-12 {
    padding-left: 3rem;
  }

  .widescreen\:pt-13 {
    padding-top: 3.25rem;
  }

  .widescreen\:pr-13 {
    padding-right: 3.25rem;
  }

  .widescreen\:pb-13 {
    padding-bottom: 3.25rem;
  }

  .widescreen\:pl-13 {
    padding-left: 3.25rem;
  }

  .widescreen\:pt-14 {
    padding-top: 3.5rem;
  }

  .widescreen\:pr-14 {
    padding-right: 3.5rem;
  }

  .widescreen\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .widescreen\:pl-14 {
    padding-left: 3.5rem;
  }

  .widescreen\:pt-15 {
    padding-top: 3.75rem;
  }

  .widescreen\:pr-15 {
    padding-right: 3.75rem;
  }

  .widescreen\:pb-15 {
    padding-bottom: 3.75rem;
  }

  .widescreen\:pl-15 {
    padding-left: 3.75rem;
  }

  .widescreen\:pt-16 {
    padding-top: 4rem;
  }

  .widescreen\:pr-16 {
    padding-right: 4rem;
  }

  .widescreen\:pb-16 {
    padding-bottom: 4rem;
  }

  .widescreen\:pl-16 {
    padding-left: 4rem;
  }

  .widescreen\:pt-18 {
    padding-top: 5rem;
  }

  .widescreen\:pr-18 {
    padding-right: 5rem;
  }

  .widescreen\:pb-18 {
    padding-bottom: 5rem;
  }

  .widescreen\:pl-18 {
    padding-left: 5rem;
  }

  .widescreen\:pt-20 {
    padding-top: 6rem;
  }

  .widescreen\:pr-20 {
    padding-right: 6rem;
  }

  .widescreen\:pb-20 {
    padding-bottom: 6rem;
  }

  .widescreen\:pl-20 {
    padding-left: 6rem;
  }

  .widescreen\:pt-22 {
    padding-top: 7rem;
  }

  .widescreen\:pr-22 {
    padding-right: 7rem;
  }

  .widescreen\:pb-22 {
    padding-bottom: 7rem;
  }

  .widescreen\:pl-22 {
    padding-left: 7rem;
  }

  .widescreen\:pt-24 {
    padding-top: 8rem;
  }

  .widescreen\:pr-24 {
    padding-right: 8rem;
  }

  .widescreen\:pb-24 {
    padding-bottom: 8rem;
  }

  .widescreen\:pl-24 {
    padding-left: 8rem;
  }

  .widescreen\:pt-auto {
    padding-top: auto;
  }

  .widescreen\:pr-auto {
    padding-right: auto;
  }

  .widescreen\:pb-auto {
    padding-bottom: auto;
  }

  .widescreen\:pl-auto {
    padding-left: auto;
  }

  .widescreen\:pt-px {
    padding-top: 1px;
  }

  .widescreen\:pr-px {
    padding-right: 1px;
  }

  .widescreen\:pb-px {
    padding-bottom: 1px;
  }

  .widescreen\:pl-px {
    padding-left: 1px;
  }

  .widescreen\:pointer-events-none {
    pointer-events: none;
  }

  .widescreen\:pointer-events-auto {
    pointer-events: auto;
  }

  .widescreen\:static {
    position: static;
  }

  .widescreen\:fixed {
    position: fixed;
  }

  .widescreen\:absolute {
    position: absolute;
  }

  .widescreen\:relative {
    position: relative;
  }

  .widescreen\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .widescreen\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .widescreen\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .widescreen\:pin-y {
    top: 0;
    bottom: 0;
  }

  .widescreen\:pin-x {
    right: 0;
    left: 0;
  }

  .widescreen\:pin-t {
    top: 0;
  }

  .widescreen\:pin-r {
    right: 0;
  }

  .widescreen\:pin-b {
    bottom: 0;
  }

  .widescreen\:pin-l {
    left: 0;
  }

  .widescreen\:resize-none {
    resize: none;
  }

  .widescreen\:resize-y {
    resize: vertical;
  }

  .widescreen\:resize-x {
    resize: horizontal;
  }

  .widescreen\:resize {
    resize: both;
  }

  .widescreen\:shadow {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
            box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
  }

  .widescreen\:shadow-xs {
    -webkit-box-shadow: 0 10px 60px 0 rgba(29, 29, 31, .09);
            box-shadow: 0 10px 60px 0 rgba(29, 29, 31, .09);
  }

  .widescreen\:shadow-sm {
    -webkit-box-shadow: 0 2px 6px 0 hsla(0, 0%, 0%, .2);
            box-shadow: 0 2px 6px 0 hsla(0, 0%, 0%, .2);
  }

  .widescreen\: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);
  }

  .widescreen\: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);
  }

  .widescreen\: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);
  }

  .widescreen\:shadow-none {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .widescreen\:hover\:shadow:hover {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
            box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
  }

  .widescreen\:hover\:shadow-xs:hover {
    -webkit-box-shadow: 0 10px 60px 0 rgba(29, 29, 31, .09);
            box-shadow: 0 10px 60px 0 rgba(29, 29, 31, .09);
  }

  .widescreen\:hover\:shadow-sm:hover {
    -webkit-box-shadow: 0 2px 6px 0 hsla(0, 0%, 0%, .2);
            box-shadow: 0 2px 6px 0 hsla(0, 0%, 0%, .2);
  }

  .widescreen\:hover\:shadow-md:hover {
    -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);
  }

  .widescreen\:hover\:shadow-lg:hover {
    -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);
  }

  .widescreen\:hover\:shadow-inner:hover {
    -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);
  }

  .widescreen\:hover\:shadow-none:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .widescreen\:text-left {
    text-align: left;
  }

  .widescreen\:text-center {
    text-align: center;
  }

  .widescreen\:text-right {
    text-align: right;
  }

  .widescreen\:text-justify {
    text-align: justify;
  }

  .widescreen\:text-transparent {
    color: transparent;
  }

  .widescreen\:text-black {
    color: #000;
  }

  .widescreen\:text-white {
    color: #fff;
  }

  .widescreen\:text-search {
    color: #818e90;
  }

  .widescreen\:text-black-dark {
    color: #282828;
  }

  .widescreen\:text-green {
    color: #a9ab22;
  }

  .widescreen\:text-yellow {
    color: #fecc89;
  }

  .widescreen\:text-purple {
    color: #957eba;
  }

  .widescreen\:text-grey-light {
    color: #f2f2f2;
  }

  .widescreen\:text-grey {
    color: #5d5d5d;
  }

  .widescreen\:text-grey-dark {
    color: #737373;
  }

  .widescreen\:text-grey-darkest {
    color: #686868;
  }

  .widescreen\:text-grey-lightest {
    color: #b2b1b2;
  }

  .widescreen\:text-blue-darker {
    color: #1e393d;
  }

  .widescreen\:text-blue-lightester {
    color: #748385;
  }

  .widescreen\:text-orange {
    color: #f18670;
  }

  .widescreen\:text-orange-light {
    color: #e59f85;
  }

  .widescreen\:text-orange-lightest {
    color: #e3a98d;
  }

  .widescreen\:text-blue {
    color: #183235;
  }

  .widescreen\:text-blue-light {
    color: #8d999b;
  }

  .widescreen\:text-blue-dark {
    color: #254146;
  }

  .widescreen\:group:hover .group-hover\:text-transparent {
    color: transparent;
  }

  .widescreen\:group:hover .group-hover\:text-black {
    color: #000;
  }

  .widescreen\:group:hover .group-hover\:text-white {
    color: #fff;
  }

  .widescreen\:group:hover .group-hover\:text-search {
    color: #818e90;
  }

  .widescreen\:group:hover .group-hover\:text-black-dark {
    color: #282828;
  }

  .widescreen\:group:hover .group-hover\:text-green {
    color: #a9ab22;
  }

  .widescreen\:group:hover .group-hover\:text-yellow {
    color: #fecc89;
  }

  .widescreen\:group:hover .group-hover\:text-purple {
    color: #957eba;
  }

  .widescreen\:group:hover .group-hover\:text-grey-light {
    color: #f2f2f2;
  }

  .widescreen\:group:hover .group-hover\:text-grey {
    color: #5d5d5d;
  }

  .widescreen\:group:hover .group-hover\:text-grey-dark {
    color: #737373;
  }

  .widescreen\:group:hover .group-hover\:text-grey-darkest {
    color: #686868;
  }

  .widescreen\:group:hover .group-hover\:text-grey-lightest {
    color: #b2b1b2;
  }

  .widescreen\:group:hover .group-hover\:text-blue-darker {
    color: #1e393d;
  }

  .widescreen\:group:hover .group-hover\:text-blue-lightester {
    color: #748385;
  }

  .widescreen\:group:hover .group-hover\:text-orange {
    color: #f18670;
  }

  .widescreen\:group:hover .group-hover\:text-orange-light {
    color: #e59f85;
  }

  .widescreen\:group:hover .group-hover\:text-orange-lightest {
    color: #e3a98d;
  }

  .widescreen\:group:hover .group-hover\:text-blue {
    color: #183235;
  }

  .widescreen\:group:hover .group-hover\:text-blue-light {
    color: #8d999b;
  }

  .widescreen\:group:hover .group-hover\:text-blue-dark {
    color: #254146;
  }

  .widescreen\:hover\:text-transparent:hover {
    color: transparent;
  }

  .widescreen\:hover\:text-black:hover {
    color: #000;
  }

  .widescreen\:hover\:text-white:hover {
    color: #fff;
  }

  .widescreen\:hover\:text-search:hover {
    color: #818e90;
  }

  .widescreen\:hover\:text-black-dark:hover {
    color: #282828;
  }

  .widescreen\:hover\:text-green:hover {
    color: #a9ab22;
  }

  .widescreen\:hover\:text-yellow:hover {
    color: #fecc89;
  }

  .widescreen\:hover\:text-purple:hover {
    color: #957eba;
  }

  .widescreen\:hover\:text-grey-light:hover {
    color: #f2f2f2;
  }

  .widescreen\:hover\:text-grey:hover {
    color: #5d5d5d;
  }

  .widescreen\:hover\:text-grey-dark:hover {
    color: #737373;
  }

  .widescreen\:hover\:text-grey-darkest:hover {
    color: #686868;
  }

  .widescreen\:hover\:text-grey-lightest:hover {
    color: #b2b1b2;
  }

  .widescreen\:hover\:text-blue-darker:hover {
    color: #1e393d;
  }

  .widescreen\:hover\:text-blue-lightester:hover {
    color: #748385;
  }

  .widescreen\:hover\:text-orange:hover {
    color: #f18670;
  }

  .widescreen\:hover\:text-orange-light:hover {
    color: #e59f85;
  }

  .widescreen\:hover\:text-orange-lightest:hover {
    color: #e3a98d;
  }

  .widescreen\:hover\:text-blue:hover {
    color: #183235;
  }

  .widescreen\:hover\:text-blue-light:hover {
    color: #8d999b;
  }

  .widescreen\:hover\:text-blue-dark:hover {
    color: #254146;
  }

  .widescreen\:text-10 {
    font-size: .625rem;
  }

  .widescreen\:text-12 {
    font-size: .75rem;
  }

  .widescreen\:text-13 {
    font-size: .8125rem;
  }

  .widescreen\:text-14 {
    font-size: .875rem;
  }

  .widescreen\:text-15 {
    font-size: .9375rem;
  }

  .widescreen\:text-16 {
    font-size: 1rem;
  }

  .widescreen\:text-18 {
    font-size: 1.125rem;
  }

  .widescreen\:text-19 {
    font-size: 1.1875rem;
  }

  .widescreen\:text-20 {
    font-size: 1.25rem;
  }

  .widescreen\:text-22 {
    font-size: 1.375rem;
  }

  .widescreen\:text-24 {
    font-size: 1.5rem;
  }

  .widescreen\:text-25 {
    font-size: 1.5625rem;
  }

  .widescreen\:text-26 {
    font-size: 1.625rem;
  }

  .widescreen\:text-27 {
    font-size: 1.6875rem;
  }

  .widescreen\:text-28 {
    font-size: 1.75rem;
  }

  .widescreen\:text-29 {
    font-size: 1.8125rem;
  }

  .widescreen\:text-30 {
    font-size: 1.875rem;
  }

  .widescreen\:text-32 {
    font-size: 2rem;
  }

  .widescreen\:text-34 {
    font-size: 2.125rem;
  }

  .widescreen\:text-36 {
    font-size: 2.25rem;
  }

  .widescreen\:text-37 {
    font-size: 2.3125rem;
  }

  .widescreen\:text-38 {
    font-size: 2.375rem;
  }

  .widescreen\:text-40 {
    font-size: 2.5rem;
  }

  .widescreen\:text-42 {
    font-size: 2.625rem;
  }

  .widescreen\:text-44 {
    font-size: 2.75rem;
  }

  .widescreen\:text-46 {
    font-size: 2.875rem;
  }

  .widescreen\:text-48 {
    font-size: 3rem;
  }

  .widescreen\:text-50 {
    font-size: 3.125rem;
  }

  .widescreen\:text-60 {
    font-size: 3.75rem;
  }

  .widescreen\:text-70 {
    font-size: 4.375rem;
  }

  .widescreen\:text-100 {
    font-size: 6.25rem;
  }

  .widescreen\:group:hover .group-hover\:text-10 {
    font-size: .625rem;
  }

  .widescreen\:group:hover .group-hover\:text-12 {
    font-size: .75rem;
  }

  .widescreen\:group:hover .group-hover\:text-13 {
    font-size: .8125rem;
  }

  .widescreen\:group:hover .group-hover\:text-14 {
    font-size: .875rem;
  }

  .widescreen\:group:hover .group-hover\:text-15 {
    font-size: .9375rem;
  }

  .widescreen\:group:hover .group-hover\:text-16 {
    font-size: 1rem;
  }

  .widescreen\:group:hover .group-hover\:text-18 {
    font-size: 1.125rem;
  }

  .widescreen\:group:hover .group-hover\:text-19 {
    font-size: 1.1875rem;
  }

  .widescreen\:group:hover .group-hover\:text-20 {
    font-size: 1.25rem;
  }

  .widescreen\:group:hover .group-hover\:text-22 {
    font-size: 1.375rem;
  }

  .widescreen\:group:hover .group-hover\:text-24 {
    font-size: 1.5rem;
  }

  .widescreen\:group:hover .group-hover\:text-25 {
    font-size: 1.5625rem;
  }

  .widescreen\:group:hover .group-hover\:text-26 {
    font-size: 1.625rem;
  }

  .widescreen\:group:hover .group-hover\:text-27 {
    font-size: 1.6875rem;
  }

  .widescreen\:group:hover .group-hover\:text-28 {
    font-size: 1.75rem;
  }

  .widescreen\:group:hover .group-hover\:text-29 {
    font-size: 1.8125rem;
  }

  .widescreen\:group:hover .group-hover\:text-30 {
    font-size: 1.875rem;
  }

  .widescreen\:group:hover .group-hover\:text-32 {
    font-size: 2rem;
  }

  .widescreen\:group:hover .group-hover\:text-34 {
    font-size: 2.125rem;
  }

  .widescreen\:group:hover .group-hover\:text-36 {
    font-size: 2.25rem;
  }

  .widescreen\:group:hover .group-hover\:text-37 {
    font-size: 2.3125rem;
  }

  .widescreen\:group:hover .group-hover\:text-38 {
    font-size: 2.375rem;
  }

  .widescreen\:group:hover .group-hover\:text-40 {
    font-size: 2.5rem;
  }

  .widescreen\:group:hover .group-hover\:text-42 {
    font-size: 2.625rem;
  }

  .widescreen\:group:hover .group-hover\:text-44 {
    font-size: 2.75rem;
  }

  .widescreen\:group:hover .group-hover\:text-46 {
    font-size: 2.875rem;
  }

  .widescreen\:group:hover .group-hover\:text-48 {
    font-size: 3rem;
  }

  .widescreen\:group:hover .group-hover\:text-50 {
    font-size: 3.125rem;
  }

  .widescreen\:group:hover .group-hover\:text-60 {
    font-size: 3.75rem;
  }

  .widescreen\:group:hover .group-hover\:text-70 {
    font-size: 4.375rem;
  }

  .widescreen\:group:hover .group-hover\:text-100 {
    font-size: 6.25rem;
  }

  .widescreen\:hover\:text-10:hover {
    font-size: .625rem;
  }

  .widescreen\:hover\:text-12:hover {
    font-size: .75rem;
  }

  .widescreen\:hover\:text-13:hover {
    font-size: .8125rem;
  }

  .widescreen\:hover\:text-14:hover {
    font-size: .875rem;
  }

  .widescreen\:hover\:text-15:hover {
    font-size: .9375rem;
  }

  .widescreen\:hover\:text-16:hover {
    font-size: 1rem;
  }

  .widescreen\:hover\:text-18:hover {
    font-size: 1.125rem;
  }

  .widescreen\:hover\:text-19:hover {
    font-size: 1.1875rem;
  }

  .widescreen\:hover\:text-20:hover {
    font-size: 1.25rem;
  }

  .widescreen\:hover\:text-22:hover {
    font-size: 1.375rem;
  }

  .widescreen\:hover\:text-24:hover {
    font-size: 1.5rem;
  }

  .widescreen\:hover\:text-25:hover {
    font-size: 1.5625rem;
  }

  .widescreen\:hover\:text-26:hover {
    font-size: 1.625rem;
  }

  .widescreen\:hover\:text-27:hover {
    font-size: 1.6875rem;
  }

  .widescreen\:hover\:text-28:hover {
    font-size: 1.75rem;
  }

  .widescreen\:hover\:text-29:hover {
    font-size: 1.8125rem;
  }

  .widescreen\:hover\:text-30:hover {
    font-size: 1.875rem;
  }

  .widescreen\:hover\:text-32:hover {
    font-size: 2rem;
  }

  .widescreen\:hover\:text-34:hover {
    font-size: 2.125rem;
  }

  .widescreen\:hover\:text-36:hover {
    font-size: 2.25rem;
  }

  .widescreen\:hover\:text-37:hover {
    font-size: 2.3125rem;
  }

  .widescreen\:hover\:text-38:hover {
    font-size: 2.375rem;
  }

  .widescreen\:hover\:text-40:hover {
    font-size: 2.5rem;
  }

  .widescreen\:hover\:text-42:hover {
    font-size: 2.625rem;
  }

  .widescreen\:hover\:text-44:hover {
    font-size: 2.75rem;
  }

  .widescreen\:hover\:text-46:hover {
    font-size: 2.875rem;
  }

  .widescreen\:hover\:text-48:hover {
    font-size: 3rem;
  }

  .widescreen\:hover\:text-50:hover {
    font-size: 3.125rem;
  }

  .widescreen\:hover\:text-60:hover {
    font-size: 3.75rem;
  }

  .widescreen\:hover\:text-70:hover {
    font-size: 4.375rem;
  }

  .widescreen\:hover\:text-100:hover {
    font-size: 6.25rem;
  }

  .widescreen\:italic {
    font-style: italic;
  }

  .widescreen\:roman {
    font-style: normal;
  }

  .widescreen\:uppercase {
    text-transform: uppercase;
  }

  .widescreen\:lowercase {
    text-transform: lowercase;
  }

  .widescreen\:capitalize {
    text-transform: capitalize;
  }

  .widescreen\:normal-case {
    text-transform: none;
  }

  .widescreen\:underline {
    text-decoration: underline;
  }

  .widescreen\:line-through {
    text-decoration: line-through;
  }

  .widescreen\:no-underline {
    text-decoration: none;
  }

  .widescreen\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .widescreen\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .widescreen\:hover\:italic:hover {
    font-style: italic;
  }

  .widescreen\:hover\:roman:hover {
    font-style: normal;
  }

  .widescreen\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .widescreen\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .widescreen\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .widescreen\:hover\:normal-case:hover {
    text-transform: none;
  }

  .widescreen\:hover\:underline:hover {
    text-decoration: underline;
  }

  .widescreen\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .widescreen\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .widescreen\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .widescreen\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .widescreen\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .widescreen\:tracking-normal {
    letter-spacing: 0;
  }

  .widescreen\:tracking-wide {
    letter-spacing: .05em;
  }

  .widescreen\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .widescreen\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .widescreen\:align-baseline {
    vertical-align: baseline;
  }

  .widescreen\:align-top {
    vertical-align: top;
  }

  .widescreen\:align-middle {
    vertical-align: middle;
  }

  .widescreen\:align-bottom {
    vertical-align: bottom;
  }

  .widescreen\:align-text-top {
    vertical-align: text-top;
  }

  .widescreen\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .widescreen\:visible {
    visibility: visible;
  }

  .widescreen\:invisible {
    visibility: hidden;
  }

  .widescreen\:whitespace-normal {
    white-space: normal;
  }

  .widescreen\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .widescreen\:whitespace-pre {
    white-space: pre;
  }

  .widescreen\:whitespace-pre-line {
    white-space: pre-line;
  }

  .widescreen\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .widescreen\:break-words {
    word-wrap: break-word;
  }

  .widescreen\:break-normal {
    word-wrap: normal;
  }

  .widescreen\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .widescreen\:w-1 {
    width: .25rem;
  }

  .widescreen\:w-2 {
    width: .5rem;
  }

  .widescreen\:w-3 {
    width: .75rem;
  }

  .widescreen\:w-4 {
    width: 1rem;
  }

  .widescreen\:w-6 {
    width: 1.5rem;
  }

  .widescreen\:w-8 {
    width: 2rem;
  }

  .widescreen\:w-10 {
    width: 2.5rem;
  }

  .widescreen\:w-12 {
    width: 3rem;
  }

  .widescreen\:w-16 {
    width: 4rem;
  }

  .widescreen\:w-24 {
    width: 6rem;
  }

  .widescreen\:w-32 {
    width: 8rem;
  }

  .widescreen\:w-48 {
    width: 12rem;
  }

  .widescreen\:w-64 {
    width: 16rem;
  }

  .widescreen\:w-auto {
    width: auto;
  }

  .widescreen\:w-px {
    width: 1px;
  }

  .widescreen\:w-1\/2 {
    width: 50%;
  }

  .widescreen\:w-1\/3 {
    width: 33.33333%;
  }

  .widescreen\:w-1\/9 {
    width: 30%;
  }

  .widescreen\:w-2\/3 {
    width: 66.66667%;
  }

  .widescreen\:w-1\/4 {
    width: 25%;
  }

  .widescreen\:w-3\/4 {
    width: 75%;
  }

  .widescreen\:w-1\/5 {
    width: 20%;
  }

  .widescreen\:w-2\/5 {
    width: 40%;
  }

  .widescreen\:w-3\/5 {
    width: 60%;
  }

  .widescreen\:w-4\/5 {
    width: 80%;
  }

  .widescreen\:w-1\/6 {
    width: 16.66667%;
  }

  .widescreen\:w-5\/6 {
    width: 83.33333%;
  }

  .widescreen\:w-6\/1 {
    width: 90%;
  }

  .widescreen\:w-full {
    width: 100%;
  }

  .widescreen\:w-2\/1 {
    width: 12.5%;
  }

  .widescreen\:w-screen {
    width: 100vw;
  }

  .widescreen\:z-0 {
    z-index: 0;
  }

  .widescreen\:z-10 {
    z-index: 10;
  }

  .widescreen\:z-20 {
    z-index: 20;
  }

  .widescreen\:z-30 {
    z-index: 30;
  }

  .widescreen\:z-40 {
    z-index: 40;
  }

  .widescreen\:z-50 {
    z-index: 50;
  }

  .widescreen\:z-auto {
    z-index: auto;
  }
}

@media (min-width: 1408px) {
  .fullhd\:list-reset {
    list-style: none;
    padding: 0;
  }

  .fullhd\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .fullhd\:bg-fixed {
    background-attachment: fixed;
  }

  .fullhd\:bg-local {
    background-attachment: local;
  }

  .fullhd\:bg-scroll {
    background-attachment: scroll;
  }

  .fullhd\:bg-transparent {
    background-color: transparent;
  }

  .fullhd\:bg-black {
    background-color: #000;
  }

  .fullhd\:bg-white {
    background-color: #fff;
  }

  .fullhd\:bg-search {
    background-color: #818e90;
  }

  .fullhd\:bg-black-dark {
    background-color: #282828;
  }

  .fullhd\:bg-green {
    background-color: #a9ab22;
  }

  .fullhd\:bg-yellow {
    background-color: #fecc89;
  }

  .fullhd\:bg-purple {
    background-color: #957eba;
  }

  .fullhd\:bg-grey-light {
    background-color: #f2f2f2;
  }

  .fullhd\:bg-grey {
    background-color: #5d5d5d;
  }

  .fullhd\:bg-grey-dark {
    background-color: #737373;
  }

  .fullhd\:bg-grey-darkest {
    background-color: #686868;
  }

  .fullhd\:bg-grey-lightest {
    background-color: #b2b1b2;
  }

  .fullhd\:bg-blue-darker {
    background-color: #1e393d;
  }

  .fullhd\:bg-blue-lightester {
    background-color: #748385;
  }

  .fullhd\:bg-orange {
    background-color: #f18670;
  }

  .fullhd\:bg-orange-light {
    background-color: #e59f85;
  }

  .fullhd\:bg-orange-lightest {
    background-color: #e3a98d;
  }

  .fullhd\:bg-blue {
    background-color: #183235;
  }

  .fullhd\:bg-blue-light {
    background-color: #8d999b;
  }

  .fullhd\:bg-blue-dark {
    background-color: #254146;
  }

  .fullhd\:bg-black-90 {
    background-color: rgba(0, 0, 0, .9);
  }

  .fullhd\:bg-black-80 {
    background-color: rgba(0, 0, 0, .8);
  }

  .fullhd\:bg-black-70 {
    background-color: rgba(0, 0, 0, .7);
  }

  .fullhd\:bg-black-60 {
    background-color: rgba(0, 0, 0, .6);
  }

  .fullhd\:bg-black-50 {
    background-color: rgba(0, 0, 0, .5);
  }

  .fullhd\:bg-black-40 {
    background-color: rgba(0, 0, 0, .4);
  }

  .fullhd\:bg-black-30 {
    background-color: rgba(0, 0, 0, .3);
  }

  .fullhd\:bg-black-20 {
    background-color: rgba(0, 0, 0, .2);
  }

  .fullhd\:bg-black-10 {
    background-color: rgba(0, 0, 0, .1);
  }

  .fullhd\:bg-black-05 {
    background-color: rgba(0, 0, 0, .05);
  }

  .fullhd\:bg-white-90 {
    background-color: rgba(255, 255, 255, .9);
  }

  .fullhd\:bg-white-80 {
    background-color: rgba(255, 255, 255, .8);
  }

  .fullhd\:bg-white-70 {
    background-color: rgba(255, 255, 255, .7);
  }

  .fullhd\:bg-white-60 {
    background-color: rgba(255, 255, 255, .6);
  }

  .fullhd\:bg-white-50 {
    background-color: rgba(255, 255, 255, .5);
  }

  .fullhd\:bg-white-40 {
    background-color: rgba(255, 255, 255, .4);
  }

  .fullhd\:bg-white-30 {
    background-color: rgba(255, 255, 255, .3);
  }

  .fullhd\:bg-white-20 {
    background-color: rgba(255, 255, 255, .2);
  }

  .fullhd\:bg-white-10 {
    background-color: rgba(255, 255, 255, .1);
  }

  .fullhd\:bg-green-19 {
    background-color: rgba(6, 60, 74, .19);
  }

  .fullhd\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .fullhd\:hover\:bg-black:hover {
    background-color: #000;
  }

  .fullhd\:hover\:bg-white:hover {
    background-color: #fff;
  }

  .fullhd\:hover\:bg-search:hover {
    background-color: #818e90;
  }

  .fullhd\:hover\:bg-black-dark:hover {
    background-color: #282828;
  }

  .fullhd\:hover\:bg-green:hover {
    background-color: #a9ab22;
  }

  .fullhd\:hover\:bg-yellow:hover {
    background-color: #fecc89;
  }

  .fullhd\:hover\:bg-purple:hover {
    background-color: #957eba;
  }

  .fullhd\:hover\:bg-grey-light:hover {
    background-color: #f2f2f2;
  }

  .fullhd\:hover\:bg-grey:hover {
    background-color: #5d5d5d;
  }

  .fullhd\:hover\:bg-grey-dark:hover {
    background-color: #737373;
  }

  .fullhd\:hover\:bg-grey-darkest:hover {
    background-color: #686868;
  }

  .fullhd\:hover\:bg-grey-lightest:hover {
    background-color: #b2b1b2;
  }

  .fullhd\:hover\:bg-blue-darker:hover {
    background-color: #1e393d;
  }

  .fullhd\:hover\:bg-blue-lightester:hover {
    background-color: #748385;
  }

  .fullhd\:hover\:bg-orange:hover {
    background-color: #f18670;
  }

  .fullhd\:hover\:bg-orange-light:hover {
    background-color: #e59f85;
  }

  .fullhd\:hover\:bg-orange-lightest:hover {
    background-color: #e3a98d;
  }

  .fullhd\:hover\:bg-blue:hover {
    background-color: #183235;
  }

  .fullhd\:hover\:bg-blue-light:hover {
    background-color: #8d999b;
  }

  .fullhd\:hover\:bg-blue-dark:hover {
    background-color: #254146;
  }

  .fullhd\:hover\:bg-black-90:hover {
    background-color: rgba(0, 0, 0, .9);
  }

  .fullhd\:hover\:bg-black-80:hover {
    background-color: rgba(0, 0, 0, .8);
  }

  .fullhd\:hover\:bg-black-70:hover {
    background-color: rgba(0, 0, 0, .7);
  }

  .fullhd\:hover\:bg-black-60:hover {
    background-color: rgba(0, 0, 0, .6);
  }

  .fullhd\:hover\:bg-black-50:hover {
    background-color: rgba(0, 0, 0, .5);
  }

  .fullhd\:hover\:bg-black-40:hover {
    background-color: rgba(0, 0, 0, .4);
  }

  .fullhd\:hover\:bg-black-30:hover {
    background-color: rgba(0, 0, 0, .3);
  }

  .fullhd\:hover\:bg-black-20:hover {
    background-color: rgba(0, 0, 0, .2);
  }

  .fullhd\:hover\:bg-black-10:hover {
    background-color: rgba(0, 0, 0, .1);
  }

  .fullhd\:hover\:bg-black-05:hover {
    background-color: rgba(0, 0, 0, .05);
  }

  .fullhd\:hover\:bg-white-90:hover {
    background-color: rgba(255, 255, 255, .9);
  }

  .fullhd\:hover\:bg-white-80:hover {
    background-color: rgba(255, 255, 255, .8);
  }

  .fullhd\:hover\:bg-white-70:hover {
    background-color: rgba(255, 255, 255, .7);
  }

  .fullhd\:hover\:bg-white-60:hover {
    background-color: rgba(255, 255, 255, .6);
  }

  .fullhd\:hover\:bg-white-50:hover {
    background-color: rgba(255, 255, 255, .5);
  }

  .fullhd\:hover\:bg-white-40:hover {
    background-color: rgba(255, 255, 255, .4);
  }

  .fullhd\:hover\:bg-white-30:hover {
    background-color: rgba(255, 255, 255, .3);
  }

  .fullhd\:hover\:bg-white-20:hover {
    background-color: rgba(255, 255, 255, .2);
  }

  .fullhd\:hover\:bg-white-10:hover {
    background-color: rgba(255, 255, 255, .1);
  }

  .fullhd\:hover\:bg-green-19:hover {
    background-color: rgba(6, 60, 74, .19);
  }

  .fullhd\:bg-bottom {
    background-position: bottom;
  }

  .fullhd\:bg-center {
    background-position: center;
  }

  .fullhd\:bg-left {
    background-position: left;
  }

  .fullhd\:bg-left-bottom {
    background-position: left bottom;
  }

  .fullhd\:bg-left-top {
    background-position: left top;
  }

  .fullhd\:bg-right {
    background-position: right;
  }

  .fullhd\:bg-right-bottom {
    background-position: right bottom;
  }

  .fullhd\:bg-right-top {
    background-position: right top;
  }

  .fullhd\:bg-top {
    background-position: top;
  }

  .fullhd\:bg-repeat {
    background-repeat: repeat;
  }

  .fullhd\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .fullhd\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .fullhd\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .fullhd\:bg-auto {
    background-size: auto;
  }

  .fullhd\:bg-cover {
    background-size: cover;
  }

  .fullhd\:bg-contain {
    background-size: contain;
  }

  .fullhd\:border-transparent {
    border-color: transparent;
  }

  .fullhd\:border-black {
    border-color: #000;
  }

  .fullhd\:border-white {
    border-color: #fff;
  }

  .fullhd\:border-search {
    border-color: #818e90;
  }

  .fullhd\:border-black-dark {
    border-color: #282828;
  }

  .fullhd\:border-green {
    border-color: #a9ab22;
  }

  .fullhd\:border-yellow {
    border-color: #fecc89;
  }

  .fullhd\:border-purple {
    border-color: #957eba;
  }

  .fullhd\:border-grey-light {
    border-color: #f2f2f2;
  }

  .fullhd\:border-grey {
    border-color: #5d5d5d;
  }

  .fullhd\:border-grey-dark {
    border-color: #737373;
  }

  .fullhd\:border-grey-darkest {
    border-color: #686868;
  }

  .fullhd\:border-grey-lightest {
    border-color: #b2b1b2;
  }

  .fullhd\:border-blue-darker {
    border-color: #1e393d;
  }

  .fullhd\:border-blue-lightester {
    border-color: #748385;
  }

  .fullhd\:border-orange {
    border-color: #f18670;
  }

  .fullhd\:border-orange-light {
    border-color: #e59f85;
  }

  .fullhd\:border-orange-lightest {
    border-color: #e3a98d;
  }

  .fullhd\:border-blue {
    border-color: #183235;
  }

  .fullhd\:border-blue-light {
    border-color: #8d999b;
  }

  .fullhd\:border-blue-dark {
    border-color: #254146;
  }

  .fullhd\:border-black-90 {
    border-color: rgba(0, 0, 0, .9);
  }

  .fullhd\:border-black-80 {
    border-color: rgba(0, 0, 0, .8);
  }

  .fullhd\:border-black-70 {
    border-color: rgba(0, 0, 0, .7);
  }

  .fullhd\:border-black-60 {
    border-color: rgba(0, 0, 0, .6);
  }

  .fullhd\:border-black-50 {
    border-color: rgba(0, 0, 0, .5);
  }

  .fullhd\:border-black-40 {
    border-color: rgba(0, 0, 0, .4);
  }

  .fullhd\:border-black-30 {
    border-color: rgba(0, 0, 0, .3);
  }

  .fullhd\:border-black-20 {
    border-color: rgba(0, 0, 0, .2);
  }

  .fullhd\:border-black-10 {
    border-color: rgba(0, 0, 0, .1);
  }

  .fullhd\:border-black-05 {
    border-color: rgba(0, 0, 0, .05);
  }

  .fullhd\:border-white-90 {
    border-color: rgba(255, 255, 255, .9);
  }

  .fullhd\:border-white-80 {
    border-color: rgba(255, 255, 255, .8);
  }

  .fullhd\:border-white-70 {
    border-color: rgba(255, 255, 255, .7);
  }

  .fullhd\:border-white-60 {
    border-color: rgba(255, 255, 255, .6);
  }

  .fullhd\:border-white-50 {
    border-color: rgba(255, 255, 255, .5);
  }

  .fullhd\:border-white-40 {
    border-color: rgba(255, 255, 255, .4);
  }

  .fullhd\:border-white-30 {
    border-color: rgba(255, 255, 255, .3);
  }

  .fullhd\:border-white-20 {
    border-color: rgba(255, 255, 255, .2);
  }

  .fullhd\:border-white-10 {
    border-color: rgba(255, 255, 255, .1);
  }

  .fullhd\:border-green-19 {
    border-color: rgba(6, 60, 74, .19);
  }

  .fullhd\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .fullhd\:hover\:border-black:hover {
    border-color: #000;
  }

  .fullhd\:hover\:border-white:hover {
    border-color: #fff;
  }

  .fullhd\:hover\:border-search:hover {
    border-color: #818e90;
  }

  .fullhd\:hover\:border-black-dark:hover {
    border-color: #282828;
  }

  .fullhd\:hover\:border-green:hover {
    border-color: #a9ab22;
  }

  .fullhd\:hover\:border-yellow:hover {
    border-color: #fecc89;
  }

  .fullhd\:hover\:border-purple:hover {
    border-color: #957eba;
  }

  .fullhd\:hover\:border-grey-light:hover {
    border-color: #f2f2f2;
  }

  .fullhd\:hover\:border-grey:hover {
    border-color: #5d5d5d;
  }

  .fullhd\:hover\:border-grey-dark:hover {
    border-color: #737373;
  }

  .fullhd\:hover\:border-grey-darkest:hover {
    border-color: #686868;
  }

  .fullhd\:hover\:border-grey-lightest:hover {
    border-color: #b2b1b2;
  }

  .fullhd\:hover\:border-blue-darker:hover {
    border-color: #1e393d;
  }

  .fullhd\:hover\:border-blue-lightester:hover {
    border-color: #748385;
  }

  .fullhd\:hover\:border-orange:hover {
    border-color: #f18670;
  }

  .fullhd\:hover\:border-orange-light:hover {
    border-color: #e59f85;
  }

  .fullhd\:hover\:border-orange-lightest:hover {
    border-color: #e3a98d;
  }

  .fullhd\:hover\:border-blue:hover {
    border-color: #183235;
  }

  .fullhd\:hover\:border-blue-light:hover {
    border-color: #8d999b;
  }

  .fullhd\:hover\:border-blue-dark:hover {
    border-color: #254146;
  }

  .fullhd\:hover\:border-black-90:hover {
    border-color: rgba(0, 0, 0, .9);
  }

  .fullhd\:hover\:border-black-80:hover {
    border-color: rgba(0, 0, 0, .8);
  }

  .fullhd\:hover\:border-black-70:hover {
    border-color: rgba(0, 0, 0, .7);
  }

  .fullhd\:hover\:border-black-60:hover {
    border-color: rgba(0, 0, 0, .6);
  }

  .fullhd\:hover\:border-black-50:hover {
    border-color: rgba(0, 0, 0, .5);
  }

  .fullhd\:hover\:border-black-40:hover {
    border-color: rgba(0, 0, 0, .4);
  }

  .fullhd\:hover\:border-black-30:hover {
    border-color: rgba(0, 0, 0, .3);
  }

  .fullhd\:hover\:border-black-20:hover {
    border-color: rgba(0, 0, 0, .2);
  }

  .fullhd\:hover\:border-black-10:hover {
    border-color: rgba(0, 0, 0, .1);
  }

  .fullhd\:hover\:border-black-05:hover {
    border-color: rgba(0, 0, 0, .05);
  }

  .fullhd\:hover\:border-white-90:hover {
    border-color: rgba(255, 255, 255, .9);
  }

  .fullhd\:hover\:border-white-80:hover {
    border-color: rgba(255, 255, 255, .8);
  }

  .fullhd\:hover\:border-white-70:hover {
    border-color: rgba(255, 255, 255, .7);
  }

  .fullhd\:hover\:border-white-60:hover {
    border-color: rgba(255, 255, 255, .6);
  }

  .fullhd\:hover\:border-white-50:hover {
    border-color: rgba(255, 255, 255, .5);
  }

  .fullhd\:hover\:border-white-40:hover {
    border-color: rgba(255, 255, 255, .4);
  }

  .fullhd\:hover\:border-white-30:hover {
    border-color: rgba(255, 255, 255, .3);
  }

  .fullhd\:hover\:border-white-20:hover {
    border-color: rgba(255, 255, 255, .2);
  }

  .fullhd\:hover\:border-white-10:hover {
    border-color: rgba(255, 255, 255, .1);
  }

  .fullhd\:hover\:border-green-19:hover {
    border-color: rgba(6, 60, 74, .19);
  }

  .fullhd\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .fullhd\:focus\:border-black:focus {
    border-color: #000;
  }

  .fullhd\:focus\:border-white:focus {
    border-color: #fff;
  }

  .fullhd\:focus\:border-search:focus {
    border-color: #818e90;
  }

  .fullhd\:focus\:border-black-dark:focus {
    border-color: #282828;
  }

  .fullhd\:focus\:border-green:focus {
    border-color: #a9ab22;
  }

  .fullhd\:focus\:border-yellow:focus {
    border-color: #fecc89;
  }

  .fullhd\:focus\:border-purple:focus {
    border-color: #957eba;
  }

  .fullhd\:focus\:border-grey-light:focus {
    border-color: #f2f2f2;
  }

  .fullhd\:focus\:border-grey:focus {
    border-color: #5d5d5d;
  }

  .fullhd\:focus\:border-grey-dark:focus {
    border-color: #737373;
  }

  .fullhd\:focus\:border-grey-darkest:focus {
    border-color: #686868;
  }

  .fullhd\:focus\:border-grey-lightest:focus {
    border-color: #b2b1b2;
  }

  .fullhd\:focus\:border-blue-darker:focus {
    border-color: #1e393d;
  }

  .fullhd\:focus\:border-blue-lightester:focus {
    border-color: #748385;
  }

  .fullhd\:focus\:border-orange:focus {
    border-color: #f18670;
  }

  .fullhd\:focus\:border-orange-light:focus {
    border-color: #e59f85;
  }

  .fullhd\:focus\:border-orange-lightest:focus {
    border-color: #e3a98d;
  }

  .fullhd\:focus\:border-blue:focus {
    border-color: #183235;
  }

  .fullhd\:focus\:border-blue-light:focus {
    border-color: #8d999b;
  }

  .fullhd\:focus\:border-blue-dark:focus {
    border-color: #254146;
  }

  .fullhd\:focus\:border-black-90:focus {
    border-color: rgba(0, 0, 0, .9);
  }

  .fullhd\:focus\:border-black-80:focus {
    border-color: rgba(0, 0, 0, .8);
  }

  .fullhd\:focus\:border-black-70:focus {
    border-color: rgba(0, 0, 0, .7);
  }

  .fullhd\:focus\:border-black-60:focus {
    border-color: rgba(0, 0, 0, .6);
  }

  .fullhd\:focus\:border-black-50:focus {
    border-color: rgba(0, 0, 0, .5);
  }

  .fullhd\:focus\:border-black-40:focus {
    border-color: rgba(0, 0, 0, .4);
  }

  .fullhd\:focus\:border-black-30:focus {
    border-color: rgba(0, 0, 0, .3);
  }

  .fullhd\:focus\:border-black-20:focus {
    border-color: rgba(0, 0, 0, .2);
  }

  .fullhd\:focus\:border-black-10:focus {
    border-color: rgba(0, 0, 0, .1);
  }

  .fullhd\:focus\:border-black-05:focus {
    border-color: rgba(0, 0, 0, .05);
  }

  .fullhd\:focus\:border-white-90:focus {
    border-color: rgba(255, 255, 255, .9);
  }

  .fullhd\:focus\:border-white-80:focus {
    border-color: rgba(255, 255, 255, .8);
  }

  .fullhd\:focus\:border-white-70:focus {
    border-color: rgba(255, 255, 255, .7);
  }

  .fullhd\:focus\:border-white-60:focus {
    border-color: rgba(255, 255, 255, .6);
  }

  .fullhd\:focus\:border-white-50:focus {
    border-color: rgba(255, 255, 255, .5);
  }

  .fullhd\:focus\:border-white-40:focus {
    border-color: rgba(255, 255, 255, .4);
  }

  .fullhd\:focus\:border-white-30:focus {
    border-color: rgba(255, 255, 255, .3);
  }

  .fullhd\:focus\:border-white-20:focus {
    border-color: rgba(255, 255, 255, .2);
  }

  .fullhd\:focus\:border-white-10:focus {
    border-color: rgba(255, 255, 255, .1);
  }

  .fullhd\:focus\:border-green-19:focus {
    border-color: rgba(6, 60, 74, .19);
  }

  .fullhd\:active\:border-transparent:active {
    border-color: transparent;
  }

  .fullhd\:active\:border-black:active {
    border-color: #000;
  }

  .fullhd\:active\:border-white:active {
    border-color: #fff;
  }

  .fullhd\:active\:border-search:active {
    border-color: #818e90;
  }

  .fullhd\:active\:border-black-dark:active {
    border-color: #282828;
  }

  .fullhd\:active\:border-green:active {
    border-color: #a9ab22;
  }

  .fullhd\:active\:border-yellow:active {
    border-color: #fecc89;
  }

  .fullhd\:active\:border-purple:active {
    border-color: #957eba;
  }

  .fullhd\:active\:border-grey-light:active {
    border-color: #f2f2f2;
  }

  .fullhd\:active\:border-grey:active {
    border-color: #5d5d5d;
  }

  .fullhd\:active\:border-grey-dark:active {
    border-color: #737373;
  }

  .fullhd\:active\:border-grey-darkest:active {
    border-color: #686868;
  }

  .fullhd\:active\:border-grey-lightest:active {
    border-color: #b2b1b2;
  }

  .fullhd\:active\:border-blue-darker:active {
    border-color: #1e393d;
  }

  .fullhd\:active\:border-blue-lightester:active {
    border-color: #748385;
  }

  .fullhd\:active\:border-orange:active {
    border-color: #f18670;
  }

  .fullhd\:active\:border-orange-light:active {
    border-color: #e59f85;
  }

  .fullhd\:active\:border-orange-lightest:active {
    border-color: #e3a98d;
  }

  .fullhd\:active\:border-blue:active {
    border-color: #183235;
  }

  .fullhd\:active\:border-blue-light:active {
    border-color: #8d999b;
  }

  .fullhd\:active\:border-blue-dark:active {
    border-color: #254146;
  }

  .fullhd\:active\:border-black-90:active {
    border-color: rgba(0, 0, 0, .9);
  }

  .fullhd\:active\:border-black-80:active {
    border-color: rgba(0, 0, 0, .8);
  }

  .fullhd\:active\:border-black-70:active {
    border-color: rgba(0, 0, 0, .7);
  }

  .fullhd\:active\:border-black-60:active {
    border-color: rgba(0, 0, 0, .6);
  }

  .fullhd\:active\:border-black-50:active {
    border-color: rgba(0, 0, 0, .5);
  }

  .fullhd\:active\:border-black-40:active {
    border-color: rgba(0, 0, 0, .4);
  }

  .fullhd\:active\:border-black-30:active {
    border-color: rgba(0, 0, 0, .3);
  }

  .fullhd\:active\:border-black-20:active {
    border-color: rgba(0, 0, 0, .2);
  }

  .fullhd\:active\:border-black-10:active {
    border-color: rgba(0, 0, 0, .1);
  }

  .fullhd\:active\:border-black-05:active {
    border-color: rgba(0, 0, 0, .05);
  }

  .fullhd\:active\:border-white-90:active {
    border-color: rgba(255, 255, 255, .9);
  }

  .fullhd\:active\:border-white-80:active {
    border-color: rgba(255, 255, 255, .8);
  }

  .fullhd\:active\:border-white-70:active {
    border-color: rgba(255, 255, 255, .7);
  }

  .fullhd\:active\:border-white-60:active {
    border-color: rgba(255, 255, 255, .6);
  }

  .fullhd\:active\:border-white-50:active {
    border-color: rgba(255, 255, 255, .5);
  }

  .fullhd\:active\:border-white-40:active {
    border-color: rgba(255, 255, 255, .4);
  }

  .fullhd\:active\:border-white-30:active {
    border-color: rgba(255, 255, 255, .3);
  }

  .fullhd\:active\:border-white-20:active {
    border-color: rgba(255, 255, 255, .2);
  }

  .fullhd\:active\:border-white-10:active {
    border-color: rgba(255, 255, 255, .1);
  }

  .fullhd\:active\:border-green-19:active {
    border-color: rgba(6, 60, 74, .19);
  }

  .fullhd\:rounded-none {
    border-radius: 0;
  }

  .fullhd\:rounded-sm {
    border-radius: .125rem;
  }

  .fullhd\:rounded {
    border-radius: .25rem;
  }

  .fullhd\:rounded-lg {
    border-radius: .5rem;
  }

  .fullhd\:rounded-lxg {
    border-radius: 2rem;
  }

  .fullhd\:rounded-full {
    border-radius: 9999px;
  }

  .fullhd\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .fullhd\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .fullhd\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .fullhd\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .fullhd\:rounded-t-sm {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .fullhd\:rounded-r-sm {
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .fullhd\:rounded-b-sm {
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .fullhd\:rounded-l-sm {
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .fullhd\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .fullhd\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .fullhd\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .fullhd\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .fullhd\:rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .fullhd\:rounded-r-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .fullhd\:rounded-b-lg {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .fullhd\:rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .fullhd\:rounded-t-lxg {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }

  .fullhd\:rounded-r-lxg {
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
  }

  .fullhd\:rounded-b-lxg {
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .fullhd\:rounded-l-lxg {
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .fullhd\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .fullhd\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .fullhd\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .fullhd\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .fullhd\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .fullhd\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .fullhd\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .fullhd\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .fullhd\:rounded-tl-sm {
    border-top-left-radius: .125rem;
  }

  .fullhd\:rounded-tr-sm {
    border-top-right-radius: .125rem;
  }

  .fullhd\:rounded-br-sm {
    border-bottom-right-radius: .125rem;
  }

  .fullhd\:rounded-bl-sm {
    border-bottom-left-radius: .125rem;
  }

  .fullhd\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .fullhd\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .fullhd\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .fullhd\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .fullhd\:rounded-tl-lg {
    border-top-left-radius: .5rem;
  }

  .fullhd\:rounded-tr-lg {
    border-top-right-radius: .5rem;
  }

  .fullhd\:rounded-br-lg {
    border-bottom-right-radius: .5rem;
  }

  .fullhd\:rounded-bl-lg {
    border-bottom-left-radius: .5rem;
  }

  .fullhd\:rounded-tl-lxg {
    border-top-left-radius: 2rem;
  }

  .fullhd\:rounded-tr-lxg {
    border-top-right-radius: 2rem;
  }

  .fullhd\:rounded-br-lxg {
    border-bottom-right-radius: 2rem;
  }

  .fullhd\:rounded-bl-lxg {
    border-bottom-left-radius: 2rem;
  }

  .fullhd\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .fullhd\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .fullhd\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .fullhd\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .fullhd\:border-solid {
    border-style: solid;
  }

  .fullhd\:border-dashed {
    border-style: dashed;
  }

  .fullhd\:border-dotted {
    border-style: dotted;
  }

  .fullhd\:border-none {
    border-style: none;
  }

  .fullhd\:border-0 {
    border-width: 0;
  }

  .fullhd\:border-2 {
    border-width: 2px;
  }

  .fullhd\:border-4 {
    border-width: 4px;
  }

  .fullhd\:border-8 {
    border-width: 8px;
  }

  .fullhd\:border {
    border-width: 1px;
  }

  .fullhd\:border-t-0 {
    border-top-width: 0;
  }

  .fullhd\:border-r-0 {
    border-right-width: 0;
  }

  .fullhd\:border-b-0 {
    border-bottom-width: 0;
  }

  .fullhd\:border-l-0 {
    border-left-width: 0;
  }

  .fullhd\:border-t-2 {
    border-top-width: 2px;
  }

  .fullhd\:border-r-2 {
    border-right-width: 2px;
  }

  .fullhd\:border-b-2 {
    border-bottom-width: 2px;
  }

  .fullhd\:border-l-2 {
    border-left-width: 2px;
  }

  .fullhd\:border-t-4 {
    border-top-width: 4px;
  }

  .fullhd\:border-r-4 {
    border-right-width: 4px;
  }

  .fullhd\:border-b-4 {
    border-bottom-width: 4px;
  }

  .fullhd\:border-l-4 {
    border-left-width: 4px;
  }

  .fullhd\:border-t-8 {
    border-top-width: 8px;
  }

  .fullhd\:border-r-8 {
    border-right-width: 8px;
  }

  .fullhd\:border-b-8 {
    border-bottom-width: 8px;
  }

  .fullhd\:border-l-8 {
    border-left-width: 8px;
  }

  .fullhd\:border-t {
    border-top-width: 1px;
  }

  .fullhd\:border-r {
    border-right-width: 1px;
  }

  .fullhd\:border-b {
    border-bottom-width: 1px;
  }

  .fullhd\:border-l {
    border-left-width: 1px;
  }

  .fullhd\:cursor-auto {
    cursor: auto;
  }

  .fullhd\:cursor-default {
    cursor: default;
  }

  .fullhd\:cursor-pointer {
    cursor: pointer;
  }

  .fullhd\:cursor-wait {
    cursor: wait;
  }

  .fullhd\:cursor-move {
    cursor: move;
  }

  .fullhd\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .fullhd\:block {
    display: block;
  }

  .fullhd\:inline-block {
    display: inline-block;
  }

  .fullhd\:inline {
    display: inline;
  }

  .fullhd\:table {
    display: table;
  }

  .fullhd\:table-row {
    display: table-row;
  }

  .fullhd\:table-cell {
    display: table-cell;
  }

  .fullhd\:hidden {
    display: none;
  }

  .fullhd\:group:hover .group-hover\:block {
    display: block;
  }

  .fullhd\:group:hover .group-hover\:inline-block {
    display: inline-block;
  }

  .fullhd\:group:hover .group-hover\:inline {
    display: inline;
  }

  .fullhd\:group:hover .group-hover\:table {
    display: table;
  }

  .fullhd\:group:hover .group-hover\:table-row {
    display: table-row;
  }

  .fullhd\:group:hover .group-hover\:table-cell {
    display: table-cell;
  }

  .fullhd\:group:hover .group-hover\:hidden {
    display: none;
  }

  .fullhd\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .fullhd\:inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .fullhd\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .fullhd\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .fullhd\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .fullhd\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .fullhd\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .fullhd\:flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

  .fullhd\:flex-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .fullhd\:items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .fullhd\:items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .fullhd\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .fullhd\:items-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  .fullhd\:items-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .fullhd\:self-auto {
    -ms-flex-item-align: auto;
        align-self: auto;
  }

  .fullhd\:self-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .fullhd\:self-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .fullhd\:self-center {
    -ms-flex-item-align: center;
        align-self: center;
  }

  .fullhd\:self-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }

  .fullhd\:justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .fullhd\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .fullhd\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .fullhd\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .fullhd\:justify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .fullhd\:content-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }

  .fullhd\:content-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }

  .fullhd\:content-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }

  .fullhd\:content-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }

  .fullhd\:content-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }

  .fullhd\:flex-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .fullhd\:flex-auto {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }

  .fullhd\:flex-initial {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }

  .fullhd\:flex-none {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .fullhd\:flex-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .fullhd\:flex-shrink {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .fullhd\:flex-no-grow {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .fullhd\:flex-no-shrink {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .fullhd\:group:hover .group-hover\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .fullhd\:group:hover .group-hover\:inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .fullhd\:group:hover .group-hover\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .fullhd\:group:hover .group-hover\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .fullhd\:group:hover .group-hover\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .fullhd\:group:hover .group-hover\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .fullhd\:group:hover .group-hover\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .fullhd\:group:hover .group-hover\:flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

  .fullhd\:group:hover .group-hover\:flex-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .fullhd\:group:hover .group-hover\:items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .fullhd\:group:hover .group-hover\:items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .fullhd\:group:hover .group-hover\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .fullhd\:group:hover .group-hover\:items-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  .fullhd\:group:hover .group-hover\:items-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .fullhd\:group:hover .group-hover\:self-auto {
    -ms-flex-item-align: auto;
        align-self: auto;
  }

  .fullhd\:group:hover .group-hover\:self-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }

  .fullhd\:group:hover .group-hover\:self-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .fullhd\:group:hover .group-hover\:self-center {
    -ms-flex-item-align: center;
        align-self: center;
  }

  .fullhd\:group:hover .group-hover\:self-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }

  .fullhd\:group:hover .group-hover\:justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .fullhd\:group:hover .group-hover\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .fullhd\:group:hover .group-hover\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .fullhd\:group:hover .group-hover\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .fullhd\:group:hover .group-hover\:justify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .fullhd\:group:hover .group-hover\:content-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }

  .fullhd\:group:hover .group-hover\:content-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }

  .fullhd\:group:hover .group-hover\:content-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }

  .fullhd\:group:hover .group-hover\:content-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }

  .fullhd\:group:hover .group-hover\:content-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }

  .fullhd\:group:hover .group-hover\:flex-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .fullhd\:group:hover .group-hover\:flex-auto {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }

  .fullhd\:group:hover .group-hover\:flex-initial {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }

  .fullhd\:group:hover .group-hover\:flex-none {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }

  .fullhd\:group:hover .group-hover\:flex-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .fullhd\:group:hover .group-hover\:flex-shrink {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }

  .fullhd\:group:hover .group-hover\:flex-no-grow {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .fullhd\:group:hover .group-hover\:flex-no-shrink {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .fullhd\:float-right {
    float: right;
  }

  .fullhd\:float-left {
    float: left;
  }

  .fullhd\:float-none {
    float: none;
  }

  .fullhd\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .fullhd\:font-berlingmd {
    font-family: BerlingskeSerif-Md;
  }

  .fullhd\:font-berlingdb {
    font-family: BerlingskeSerif-DBd;
  }

  .fullhd\:font-favorit {
    font-family: Favorit Pro;
  }

  .fullhd\:font-favoritbook {
    font-family: Favorit Pro Book;
  }

  .fullhd\:font-myriad {
    font-family: Myriad Pro;
  }

  .fullhd\:font-light {
    font-weight: 300;
  }

  .fullhd\:font-normal {
    font-weight: 400;
  }

  .fullhd\:font-bold {
    font-weight: 700;
  }

  .fullhd\:hover\:font-light:hover {
    font-weight: 300;
  }

  .fullhd\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .fullhd\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .fullhd\:h-1 {
    height: .25rem;
  }

  .fullhd\:h-2 {
    height: .5rem;
  }

  .fullhd\:h-3 {
    height: .75rem;
  }

  .fullhd\:h-4 {
    height: 1rem;
  }

  .fullhd\:h-6 {
    height: 1.5rem;
  }

  .fullhd\:h-8 {
    height: 2rem;
  }

  .fullhd\:h-10 {
    height: 2.5rem;
  }

  .fullhd\:h-12 {
    height: 3rem;
  }

  .fullhd\:h-14 {
    height: 3.75rem;
  }

  .fullhd\:h-16 {
    height: 4rem;
  }

  .fullhd\:h-24 {
    height: 6rem;
  }

  .fullhd\:h-32 {
    height: 8rem;
  }

  .fullhd\:h-48 {
    height: 12rem;
  }

  .fullhd\:h-64 {
    height: 16rem;
  }

  .fullhd\:h-300 {
    height: 300px;
  }

  .fullhd\:h-400 {
    height: 400px;
  }

  .fullhd\:h-500 {
    height: 500px;
  }

  .fullhd\:h-600 {
    height: 600px;
  }

  .fullhd\:h-700 {
    height: 700px;
  }

  .fullhd\:h-800 {
    height: 800px;
  }

  .fullhd\:h-auto {
    height: auto;
  }

  .fullhd\:h-px {
    height: 1px;
  }

  .fullhd\:h-full {
    height: 100%;
  }

  .fullhd\:h-screen {
    height: 100vh;
  }

  .fullhd\:leading-none {
    line-height: 1;
  }

  .fullhd\:leading-tight {
    line-height: 1.25;
  }

  .fullhd\:leading-normal {
    line-height: 1.5;
  }

  .fullhd\:leading-loose {
    line-height: 2;
  }

  .fullhd\:m-0 {
    margin: 0;
  }

  .fullhd\:m-1 {
    margin: .25rem;
  }

  .fullhd\:m-2 {
    margin: .5rem;
  }

  .fullhd\:m-3 {
    margin: .75rem;
  }

  .fullhd\:m-4 {
    margin: 1rem;
  }

  .fullhd\:m-5 {
    margin: 1.25rem;
  }

  .fullhd\:m-6 {
    margin: 1.5rem;
  }

  .fullhd\:m-7 {
    margin: 1.75rem;
  }

  .fullhd\:m-8 {
    margin: 2rem;
  }

  .fullhd\:m-9 {
    margin: 2.25rem;
  }

  .fullhd\:m-10 {
    margin: 2.5rem;
  }

  .fullhd\:m-11 {
    margin: 2.75rem;
  }

  .fullhd\:m-12 {
    margin: 3rem;
  }

  .fullhd\:m-13 {
    margin: 3.25rem;
  }

  .fullhd\:m-14 {
    margin: 3.5rem;
  }

  .fullhd\:m-15 {
    margin: 3.75rem;
  }

  .fullhd\:m-16 {
    margin: 4rem;
  }

  .fullhd\:m-18 {
    margin: 5rem;
  }

  .fullhd\:m-20 {
    margin: 6rem;
  }

  .fullhd\:m-22 {
    margin: 7rem;
  }

  .fullhd\:m-24 {
    margin: 8rem;
  }

  .fullhd\:m-auto {
    margin: auto;
  }

  .fullhd\:m-px {
    margin: 1px;
  }

  .fullhd\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .fullhd\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .fullhd\:my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .fullhd\:mx-1 {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .fullhd\:my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .fullhd\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .fullhd\:my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .fullhd\:mx-3 {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .fullhd\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .fullhd\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .fullhd\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .fullhd\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .fullhd\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .fullhd\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .fullhd\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .fullhd\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .fullhd\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .fullhd\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .fullhd\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .fullhd\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .fullhd\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .fullhd\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .fullhd\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .fullhd\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .fullhd\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .fullhd\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .fullhd\:my-13 {
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .fullhd\:mx-13 {
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .fullhd\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .fullhd\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .fullhd\:my-15 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .fullhd\:mx-15 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .fullhd\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .fullhd\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .fullhd\:my-18 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .fullhd\:mx-18 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .fullhd\:my-20 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .fullhd\:mx-20 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .fullhd\:my-22 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .fullhd\:mx-22 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .fullhd\:my-24 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .fullhd\:mx-24 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .fullhd\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .fullhd\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .fullhd\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .fullhd\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .fullhd\:mt-0 {
    margin-top: 0;
  }

  .fullhd\:mr-0 {
    margin-right: 0;
  }

  .fullhd\:mb-0 {
    margin-bottom: 0;
  }

  .fullhd\:ml-0 {
    margin-left: 0;
  }

  .fullhd\:mt-1 {
    margin-top: .25rem;
  }

  .fullhd\:mr-1 {
    margin-right: .25rem;
  }

  .fullhd\:mb-1 {
    margin-bottom: .25rem;
  }

  .fullhd\:ml-1 {
    margin-left: .25rem;
  }

  .fullhd\:mt-2 {
    margin-top: .5rem;
  }

  .fullhd\:mr-2 {
    margin-right: .5rem;
  }

  .fullhd\:mb-2 {
    margin-bottom: .5rem;
  }

  .fullhd\:ml-2 {
    margin-left: .5rem;
  }

  .fullhd\:mt-3 {
    margin-top: .75rem;
  }

  .fullhd\:mr-3 {
    margin-right: .75rem;
  }

  .fullhd\:mb-3 {
    margin-bottom: .75rem;
  }

  .fullhd\:ml-3 {
    margin-left: .75rem;
  }

  .fullhd\:mt-4 {
    margin-top: 1rem;
  }

  .fullhd\:mr-4 {
    margin-right: 1rem;
  }

  .fullhd\:mb-4 {
    margin-bottom: 1rem;
  }

  .fullhd\:ml-4 {
    margin-left: 1rem;
  }

  .fullhd\:mt-5 {
    margin-top: 1.25rem;
  }

  .fullhd\:mr-5 {
    margin-right: 1.25rem;
  }

  .fullhd\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .fullhd\:ml-5 {
    margin-left: 1.25rem;
  }

  .fullhd\:mt-6 {
    margin-top: 1.5rem;
  }

  .fullhd\:mr-6 {
    margin-right: 1.5rem;
  }

  .fullhd\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .fullhd\:ml-6 {
    margin-left: 1.5rem;
  }

  .fullhd\:mt-7 {
    margin-top: 1.75rem;
  }

  .fullhd\:mr-7 {
    margin-right: 1.75rem;
  }

  .fullhd\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .fullhd\:ml-7 {
    margin-left: 1.75rem;
  }

  .fullhd\:mt-8 {
    margin-top: 2rem;
  }

  .fullhd\:mr-8 {
    margin-right: 2rem;
  }

  .fullhd\:mb-8 {
    margin-bottom: 2rem;
  }

  .fullhd\:ml-8 {
    margin-left: 2rem;
  }

  .fullhd\:mt-9 {
    margin-top: 2.25rem;
  }

  .fullhd\:mr-9 {
    margin-right: 2.25rem;
  }

  .fullhd\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .fullhd\:ml-9 {
    margin-left: 2.25rem;
  }

  .fullhd\:mt-10 {
    margin-top: 2.5rem;
  }

  .fullhd\:mr-10 {
    margin-right: 2.5rem;
  }

  .fullhd\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .fullhd\:ml-10 {
    margin-left: 2.5rem;
  }

  .fullhd\:mt-11 {
    margin-top: 2.75rem;
  }

  .fullhd\:mr-11 {
    margin-right: 2.75rem;
  }

  .fullhd\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .fullhd\:ml-11 {
    margin-left: 2.75rem;
  }

  .fullhd\:mt-12 {
    margin-top: 3rem;
  }

  .fullhd\:mr-12 {
    margin-right: 3rem;
  }

  .fullhd\:mb-12 {
    margin-bottom: 3rem;
  }

  .fullhd\:ml-12 {
    margin-left: 3rem;
  }

  .fullhd\:mt-13 {
    margin-top: 3.25rem;
  }

  .fullhd\:mr-13 {
    margin-right: 3.25rem;
  }

  .fullhd\:mb-13 {
    margin-bottom: 3.25rem;
  }

  .fullhd\:ml-13 {
    margin-left: 3.25rem;
  }

  .fullhd\:mt-14 {
    margin-top: 3.5rem;
  }

  .fullhd\:mr-14 {
    margin-right: 3.5rem;
  }

  .fullhd\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .fullhd\:ml-14 {
    margin-left: 3.5rem;
  }

  .fullhd\:mt-15 {
    margin-top: 3.75rem;
  }

  .fullhd\:mr-15 {
    margin-right: 3.75rem;
  }

  .fullhd\:mb-15 {
    margin-bottom: 3.75rem;
  }

  .fullhd\:ml-15 {
    margin-left: 3.75rem;
  }

  .fullhd\:mt-16 {
    margin-top: 4rem;
  }

  .fullhd\:mr-16 {
    margin-right: 4rem;
  }

  .fullhd\:mb-16 {
    margin-bottom: 4rem;
  }

  .fullhd\:ml-16 {
    margin-left: 4rem;
  }

  .fullhd\:mt-18 {
    margin-top: 5rem;
  }

  .fullhd\:mr-18 {
    margin-right: 5rem;
  }

  .fullhd\:mb-18 {
    margin-bottom: 5rem;
  }

  .fullhd\:ml-18 {
    margin-left: 5rem;
  }

  .fullhd\:mt-20 {
    margin-top: 6rem;
  }

  .fullhd\:mr-20 {
    margin-right: 6rem;
  }

  .fullhd\:mb-20 {
    margin-bottom: 6rem;
  }

  .fullhd\:ml-20 {
    margin-left: 6rem;
  }

  .fullhd\:mt-22 {
    margin-top: 7rem;
  }

  .fullhd\:mr-22 {
    margin-right: 7rem;
  }

  .fullhd\:mb-22 {
    margin-bottom: 7rem;
  }

  .fullhd\:ml-22 {
    margin-left: 7rem;
  }

  .fullhd\:mt-24 {
    margin-top: 8rem;
  }

  .fullhd\:mr-24 {
    margin-right: 8rem;
  }

  .fullhd\:mb-24 {
    margin-bottom: 8rem;
  }

  .fullhd\:ml-24 {
    margin-left: 8rem;
  }

  .fullhd\:mt-auto {
    margin-top: auto;
  }

  .fullhd\:mr-auto {
    margin-right: auto;
  }

  .fullhd\:mb-auto {
    margin-bottom: auto;
  }

  .fullhd\:ml-auto {
    margin-left: auto;
  }

  .fullhd\:mt-px {
    margin-top: 1px;
  }

  .fullhd\:mr-px {
    margin-right: 1px;
  }

  .fullhd\:mb-px {
    margin-bottom: 1px;
  }

  .fullhd\:ml-px {
    margin-left: 1px;
  }

  .fullhd\:max-h-full {
    max-height: 100%;
  }

  .fullhd\:max-h-screen {
    max-height: 100vh;
  }

  .fullhd\:max-w-xs {
    max-width: 20rem;
  }

  .fullhd\:max-w-xss {
    max-width: 22rem;
  }

  .fullhd\:max-w-sm {
    max-width: 30rem;
  }

  .fullhd\:max-w-md {
    max-width: 40rem;
  }

  .fullhd\:max-w-lg {
    max-width: 50rem;
  }

  .fullhd\:max-w-xl {
    max-width: 60rem;
  }

  .fullhd\:max-w-2xl {
    max-width: 70rem;
  }

  .fullhd\:max-w-3xl {
    max-width: 80rem;
  }

  .fullhd\:max-w-4xl {
    max-width: 90rem;
  }

  .fullhd\:max-w-5xl {
    max-width: 100rem;
  }

  .fullhd\:max-w-full {
    max-width: 100%;
  }

  .fullhd\:min-h-0 {
    min-height: 0;
  }

  .fullhd\:min-h-full {
    min-height: 100%;
  }

  .fullhd\:min-h-screen {
    min-height: 100vh;
  }

  .fullhd\:min-w-0 {
    min-width: 0;
  }

  .fullhd\:min-w-full {
    min-width: 100%;
  }

  .fullhd\:-m-0 {
    margin: 0;
  }

  .fullhd\:-m-1 {
    margin: -0.25rem;
  }

  .fullhd\:-m-2 {
    margin: -0.5rem;
  }

  .fullhd\:-m-3 {
    margin: -0.75rem;
  }

  .fullhd\:-m-4 {
    margin: -1rem;
  }

  .fullhd\:-m-5 {
    margin: -1.25rem;
  }

  .fullhd\:-m-6 {
    margin: -1.5rem;
  }

  .fullhd\:-m-7 {
    margin: -1.75rem;
  }

  .fullhd\:-m-8 {
    margin: -2rem;
  }

  .fullhd\:-m-9 {
    margin: -2.25rem;
  }

  .fullhd\:-m-10 {
    margin: -2.5rem;
  }

  .fullhd\:-m-11 {
    margin: -2.75rem;
  }

  .fullhd\:-m-12 {
    margin: -3rem;
  }

  .fullhd\:-m-13 {
    margin: -3.25rem;
  }

  .fullhd\:-m-14 {
    margin: -3.5rem;
  }

  .fullhd\:-m-15 {
    margin: -3.75rem;
  }

  .fullhd\:-m-16 {
    margin: -4rem;
  }

  .fullhd\:-m-18 {
    margin: -5rem;
  }

  .fullhd\:-m-20 {
    margin: -6rem;
  }

  .fullhd\:-m-22 {
    margin: -7rem;
  }

  .fullhd\:-m-24 {
    margin: -8rem;
  }

  .fullhd\:-m-auto {
    margin: -auto;
  }

  .fullhd\:-m-px {
    margin: -1px;
  }

  .fullhd\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .fullhd\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .fullhd\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .fullhd\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .fullhd\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .fullhd\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .fullhd\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .fullhd\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .fullhd\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .fullhd\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .fullhd\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .fullhd\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .fullhd\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .fullhd\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .fullhd\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .fullhd\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .fullhd\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .fullhd\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .fullhd\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .fullhd\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .fullhd\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .fullhd\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .fullhd\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .fullhd\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .fullhd\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .fullhd\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .fullhd\:-my-13 {
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  .fullhd\:-mx-13 {
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .fullhd\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .fullhd\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .fullhd\:-my-15 {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .fullhd\:-mx-15 {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .fullhd\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .fullhd\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .fullhd\:-my-18 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .fullhd\:-mx-18 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .fullhd\:-my-20 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .fullhd\:-mx-20 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .fullhd\:-my-22 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .fullhd\:-mx-22 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .fullhd\:-my-24 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .fullhd\:-mx-24 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .fullhd\:-my-auto {
    margin-top: -auto;
    margin-bottom: -auto;
  }

  .fullhd\:-mx-auto {
    margin-left: -auto;
    margin-right: -auto;
  }

  .fullhd\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .fullhd\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .fullhd\:-mt-0 {
    margin-top: 0;
  }

  .fullhd\:-mr-0 {
    margin-right: 0;
  }

  .fullhd\:-mb-0 {
    margin-bottom: 0;
  }

  .fullhd\:-ml-0 {
    margin-left: 0;
  }

  .fullhd\:-mt-1 {
    margin-top: -0.25rem;
  }

  .fullhd\:-mr-1 {
    margin-right: -0.25rem;
  }

  .fullhd\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .fullhd\:-ml-1 {
    margin-left: -0.25rem;
  }

  .fullhd\:-mt-2 {
    margin-top: -0.5rem;
  }

  .fullhd\:-mr-2 {
    margin-right: -0.5rem;
  }

  .fullhd\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .fullhd\:-ml-2 {
    margin-left: -0.5rem;
  }

  .fullhd\:-mt-3 {
    margin-top: -0.75rem;
  }

  .fullhd\:-mr-3 {
    margin-right: -0.75rem;
  }

  .fullhd\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .fullhd\:-ml-3 {
    margin-left: -0.75rem;
  }

  .fullhd\:-mt-4 {
    margin-top: -1rem;
  }

  .fullhd\:-mr-4 {
    margin-right: -1rem;
  }

  .fullhd\:-mb-4 {
    margin-bottom: -1rem;
  }

  .fullhd\:-ml-4 {
    margin-left: -1rem;
  }

  .fullhd\:-mt-5 {
    margin-top: -1.25rem;
  }

  .fullhd\:-mr-5 {
    margin-right: -1.25rem;
  }

  .fullhd\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .fullhd\:-ml-5 {
    margin-left: -1.25rem;
  }

  .fullhd\:-mt-6 {
    margin-top: -1.5rem;
  }

  .fullhd\:-mr-6 {
    margin-right: -1.5rem;
  }

  .fullhd\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .fullhd\:-ml-6 {
    margin-left: -1.5rem;
  }

  .fullhd\:-mt-7 {
    margin-top: -1.75rem;
  }

  .fullhd\:-mr-7 {
    margin-right: -1.75rem;
  }

  .fullhd\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .fullhd\:-ml-7 {
    margin-left: -1.75rem;
  }

  .fullhd\:-mt-8 {
    margin-top: -2rem;
  }

  .fullhd\:-mr-8 {
    margin-right: -2rem;
  }

  .fullhd\:-mb-8 {
    margin-bottom: -2rem;
  }

  .fullhd\:-ml-8 {
    margin-left: -2rem;
  }

  .fullhd\:-mt-9 {
    margin-top: -2.25rem;
  }

  .fullhd\:-mr-9 {
    margin-right: -2.25rem;
  }

  .fullhd\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .fullhd\:-ml-9 {
    margin-left: -2.25rem;
  }

  .fullhd\:-mt-10 {
    margin-top: -2.5rem;
  }

  .fullhd\:-mr-10 {
    margin-right: -2.5rem;
  }

  .fullhd\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .fullhd\:-ml-10 {
    margin-left: -2.5rem;
  }

  .fullhd\:-mt-11 {
    margin-top: -2.75rem;
  }

  .fullhd\:-mr-11 {
    margin-right: -2.75rem;
  }

  .fullhd\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .fullhd\:-ml-11 {
    margin-left: -2.75rem;
  }

  .fullhd\:-mt-12 {
    margin-top: -3rem;
  }

  .fullhd\:-mr-12 {
    margin-right: -3rem;
  }

  .fullhd\:-mb-12 {
    margin-bottom: -3rem;
  }

  .fullhd\:-ml-12 {
    margin-left: -3rem;
  }

  .fullhd\:-mt-13 {
    margin-top: -3.25rem;
  }

  .fullhd\:-mr-13 {
    margin-right: -3.25rem;
  }

  .fullhd\:-mb-13 {
    margin-bottom: -3.25rem;
  }

  .fullhd\:-ml-13 {
    margin-left: -3.25rem;
  }

  .fullhd\:-mt-14 {
    margin-top: -3.5rem;
  }

  .fullhd\:-mr-14 {
    margin-right: -3.5rem;
  }

  .fullhd\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .fullhd\:-ml-14 {
    margin-left: -3.5rem;
  }

  .fullhd\:-mt-15 {
    margin-top: -3.75rem;
  }

  .fullhd\:-mr-15 {
    margin-right: -3.75rem;
  }

  .fullhd\:-mb-15 {
    margin-bottom: -3.75rem;
  }

  .fullhd\:-ml-15 {
    margin-left: -3.75rem;
  }

  .fullhd\:-mt-16 {
    margin-top: -4rem;
  }

  .fullhd\:-mr-16 {
    margin-right: -4rem;
  }

  .fullhd\:-mb-16 {
    margin-bottom: -4rem;
  }

  .fullhd\:-ml-16 {
    margin-left: -4rem;
  }

  .fullhd\:-mt-18 {
    margin-top: -5rem;
  }

  .fullhd\:-mr-18 {
    margin-right: -5rem;
  }

  .fullhd\:-mb-18 {
    margin-bottom: -5rem;
  }

  .fullhd\:-ml-18 {
    margin-left: -5rem;
  }

  .fullhd\:-mt-20 {
    margin-top: -6rem;
  }

  .fullhd\:-mr-20 {
    margin-right: -6rem;
  }

  .fullhd\:-mb-20 {
    margin-bottom: -6rem;
  }

  .fullhd\:-ml-20 {
    margin-left: -6rem;
  }

  .fullhd\:-mt-22 {
    margin-top: -7rem;
  }

  .fullhd\:-mr-22 {
    margin-right: -7rem;
  }

  .fullhd\:-mb-22 {
    margin-bottom: -7rem;
  }

  .fullhd\:-ml-22 {
    margin-left: -7rem;
  }

  .fullhd\:-mt-24 {
    margin-top: -8rem;
  }

  .fullhd\:-mr-24 {
    margin-right: -8rem;
  }

  .fullhd\:-mb-24 {
    margin-bottom: -8rem;
  }

  .fullhd\:-ml-24 {
    margin-left: -8rem;
  }

  .fullhd\:-mt-auto {
    margin-top: -auto;
  }

  .fullhd\:-mr-auto {
    margin-right: -auto;
  }

  .fullhd\:-mb-auto {
    margin-bottom: -auto;
  }

  .fullhd\:-ml-auto {
    margin-left: -auto;
  }

  .fullhd\:-mt-px {
    margin-top: -1px;
  }

  .fullhd\:-mr-px {
    margin-right: -1px;
  }

  .fullhd\:-mb-px {
    margin-bottom: -1px;
  }

  .fullhd\:-ml-px {
    margin-left: -1px;
  }

  .fullhd\:opacity-0 {
    opacity: 0;
  }

  .fullhd\:opacity-25 {
    opacity: .25;
  }

  .fullhd\:opacity-50 {
    opacity: .5;
  }

  .fullhd\:opacity-75 {
    opacity: .75;
  }

  .fullhd\:opacity-100 {
    opacity: 1;
  }

  .fullhd\:overflow-auto {
    overflow: auto;
  }

  .fullhd\:overflow-hidden {
    overflow: hidden;
  }

  .fullhd\:overflow-visible {
    overflow: visible;
  }

  .fullhd\:overflow-scroll {
    overflow: scroll;
  }

  .fullhd\:overflow-x-auto {
    overflow-x: auto;
  }

  .fullhd\:overflow-y-auto {
    overflow-y: auto;
  }

  .fullhd\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .fullhd\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .fullhd\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .fullhd\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .fullhd\:p-0 {
    padding: 0;
  }

  .fullhd\:p-1 {
    padding: .25rem;
  }

  .fullhd\:p-2 {
    padding: .5rem;
  }

  .fullhd\:p-3 {
    padding: .75rem;
  }

  .fullhd\:p-4 {
    padding: 1rem;
  }

  .fullhd\:p-5 {
    padding: 1.25rem;
  }

  .fullhd\:p-6 {
    padding: 1.5rem;
  }

  .fullhd\:p-7 {
    padding: 1.75rem;
  }

  .fullhd\:p-8 {
    padding: 2rem;
  }

  .fullhd\:p-9 {
    padding: 2.25rem;
  }

  .fullhd\:p-10 {
    padding: 2.5rem;
  }

  .fullhd\:p-11 {
    padding: 2.75rem;
  }

  .fullhd\:p-12 {
    padding: 3rem;
  }

  .fullhd\:p-13 {
    padding: 3.25rem;
  }

  .fullhd\:p-14 {
    padding: 3.5rem;
  }

  .fullhd\:p-15 {
    padding: 3.75rem;
  }

  .fullhd\:p-16 {
    padding: 4rem;
  }

  .fullhd\:p-18 {
    padding: 5rem;
  }

  .fullhd\:p-20 {
    padding: 6rem;
  }

  .fullhd\:p-22 {
    padding: 7rem;
  }

  .fullhd\:p-24 {
    padding: 8rem;
  }

  .fullhd\:p-auto {
    padding: auto;
  }

  .fullhd\:p-px {
    padding: 1px;
  }

  .fullhd\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fullhd\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .fullhd\:py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .fullhd\:px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .fullhd\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .fullhd\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .fullhd\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .fullhd\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .fullhd\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .fullhd\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .fullhd\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .fullhd\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .fullhd\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .fullhd\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .fullhd\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .fullhd\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .fullhd\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fullhd\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .fullhd\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .fullhd\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .fullhd\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .fullhd\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .fullhd\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .fullhd\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .fullhd\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .fullhd\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .fullhd\:py-13 {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .fullhd\:px-13 {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .fullhd\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .fullhd\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .fullhd\:py-15 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .fullhd\:px-15 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .fullhd\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .fullhd\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .fullhd\:py-18 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .fullhd\:px-18 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .fullhd\:py-20 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fullhd\:px-20 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .fullhd\:py-22 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .fullhd\:px-22 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .fullhd\:py-24 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .fullhd\:px-24 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .fullhd\:py-auto {
    padding-top: auto;
    padding-bottom: auto;
  }

  .fullhd\:px-auto {
    padding-left: auto;
    padding-right: auto;
  }

  .fullhd\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .fullhd\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .fullhd\:pt-0 {
    padding-top: 0;
  }

  .fullhd\:pr-0 {
    padding-right: 0;
  }

  .fullhd\:pb-0 {
    padding-bottom: 0;
  }

  .fullhd\:pl-0 {
    padding-left: 0;
  }

  .fullhd\:pt-1 {
    padding-top: .25rem;
  }

  .fullhd\:pr-1 {
    padding-right: .25rem;
  }

  .fullhd\:pb-1 {
    padding-bottom: .25rem;
  }

  .fullhd\:pl-1 {
    padding-left: .25rem;
  }

  .fullhd\:pt-2 {
    padding-top: .5rem;
  }

  .fullhd\:pr-2 {
    padding-right: .5rem;
  }

  .fullhd\:pb-2 {
    padding-bottom: .5rem;
  }

  .fullhd\:pl-2 {
    padding-left: .5rem;
  }

  .fullhd\:pt-3 {
    padding-top: .75rem;
  }

  .fullhd\:pr-3 {
    padding-right: .75rem;
  }

  .fullhd\:pb-3 {
    padding-bottom: .75rem;
  }

  .fullhd\:pl-3 {
    padding-left: .75rem;
  }

  .fullhd\:pt-4 {
    padding-top: 1rem;
  }

  .fullhd\:pr-4 {
    padding-right: 1rem;
  }

  .fullhd\:pb-4 {
    padding-bottom: 1rem;
  }

  .fullhd\:pl-4 {
    padding-left: 1rem;
  }

  .fullhd\:pt-5 {
    padding-top: 1.25rem;
  }

  .fullhd\:pr-5 {
    padding-right: 1.25rem;
  }

  .fullhd\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .fullhd\:pl-5 {
    padding-left: 1.25rem;
  }

  .fullhd\:pt-6 {
    padding-top: 1.5rem;
  }

  .fullhd\:pr-6 {
    padding-right: 1.5rem;
  }

  .fullhd\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .fullhd\:pl-6 {
    padding-left: 1.5rem;
  }

  .fullhd\:pt-7 {
    padding-top: 1.75rem;
  }

  .fullhd\:pr-7 {
    padding-right: 1.75rem;
  }

  .fullhd\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .fullhd\:pl-7 {
    padding-left: 1.75rem;
  }

  .fullhd\:pt-8 {
    padding-top: 2rem;
  }

  .fullhd\:pr-8 {
    padding-right: 2rem;
  }

  .fullhd\:pb-8 {
    padding-bottom: 2rem;
  }

  .fullhd\:pl-8 {
    padding-left: 2rem;
  }

  .fullhd\:pt-9 {
    padding-top: 2.25rem;
  }

  .fullhd\:pr-9 {
    padding-right: 2.25rem;
  }

  .fullhd\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .fullhd\:pl-9 {
    padding-left: 2.25rem;
  }

  .fullhd\:pt-10 {
    padding-top: 2.5rem;
  }

  .fullhd\:pr-10 {
    padding-right: 2.5rem;
  }

  .fullhd\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .fullhd\:pl-10 {
    padding-left: 2.5rem;
  }

  .fullhd\:pt-11 {
    padding-top: 2.75rem;
  }

  .fullhd\:pr-11 {
    padding-right: 2.75rem;
  }

  .fullhd\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .fullhd\:pl-11 {
    padding-left: 2.75rem;
  }

  .fullhd\:pt-12 {
    padding-top: 3rem;
  }

  .fullhd\:pr-12 {
    padding-right: 3rem;
  }

  .fullhd\:pb-12 {
    padding-bottom: 3rem;
  }

  .fullhd\:pl-12 {
    padding-left: 3rem;
  }

  .fullhd\:pt-13 {
    padding-top: 3.25rem;
  }

  .fullhd\:pr-13 {
    padding-right: 3.25rem;
  }

  .fullhd\:pb-13 {
    padding-bottom: 3.25rem;
  }

  .fullhd\:pl-13 {
    padding-left: 3.25rem;
  }

  .fullhd\:pt-14 {
    padding-top: 3.5rem;
  }

  .fullhd\:pr-14 {
    padding-right: 3.5rem;
  }

  .fullhd\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .fullhd\:pl-14 {
    padding-left: 3.5rem;
  }

  .fullhd\:pt-15 {
    padding-top: 3.75rem;
  }

  .fullhd\:pr-15 {
    padding-right: 3.75rem;
  }

  .fullhd\:pb-15 {
    padding-bottom: 3.75rem;
  }

  .fullhd\:pl-15 {
    padding-left: 3.75rem;
  }

  .fullhd\:pt-16 {
    padding-top: 4rem;
  }

  .fullhd\:pr-16 {
    padding-right: 4rem;
  }

  .fullhd\:pb-16 {
    padding-bottom: 4rem;
  }

  .fullhd\:pl-16 {
    padding-left: 4rem;
  }

  .fullhd\:pt-18 {
    padding-top: 5rem;
  }

  .fullhd\:pr-18 {
    padding-right: 5rem;
  }

  .fullhd\:pb-18 {
    padding-bottom: 5rem;
  }

  .fullhd\:pl-18 {
    padding-left: 5rem;
  }

  .fullhd\:pt-20 {
    padding-top: 6rem;
  }

  .fullhd\:pr-20 {
    padding-right: 6rem;
  }

  .fullhd\:pb-20 {
    padding-bottom: 6rem;
  }

  .fullhd\:pl-20 {
    padding-left: 6rem;
  }

  .fullhd\:pt-22 {
    padding-top: 7rem;
  }

  .fullhd\:pr-22 {
    padding-right: 7rem;
  }

  .fullhd\:pb-22 {
    padding-bottom: 7rem;
  }

  .fullhd\:pl-22 {
    padding-left: 7rem;
  }

  .fullhd\:pt-24 {
    padding-top: 8rem;
  }

  .fullhd\:pr-24 {
    padding-right: 8rem;
  }

  .fullhd\:pb-24 {
    padding-bottom: 8rem;
  }

  .fullhd\:pl-24 {
    padding-left: 8rem;
  }

  .fullhd\:pt-auto {
    padding-top: auto;
  }

  .fullhd\:pr-auto {
    padding-right: auto;
  }

  .fullhd\:pb-auto {
    padding-bottom: auto;
  }

  .fullhd\:pl-auto {
    padding-left: auto;
  }

  .fullhd\:pt-px {
    padding-top: 1px;
  }

  .fullhd\:pr-px {
    padding-right: 1px;
  }

  .fullhd\:pb-px {
    padding-bottom: 1px;
  }

  .fullhd\:pl-px {
    padding-left: 1px;
  }

  .fullhd\:pointer-events-none {
    pointer-events: none;
  }

  .fullhd\:pointer-events-auto {
    pointer-events: auto;
  }

  .fullhd\:static {
    position: static;
  }

  .fullhd\:fixed {
    position: fixed;
  }

  .fullhd\:absolute {
    position: absolute;
  }

  .fullhd\:relative {
    position: relative;
  }

  .fullhd\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .fullhd\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .fullhd\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .fullhd\:pin-y {
    top: 0;
    bottom: 0;
  }

  .fullhd\:pin-x {
    right: 0;
    left: 0;
  }

  .fullhd\:pin-t {
    top: 0;
  }

  .fullhd\:pin-r {
    right: 0;
  }

  .fullhd\:pin-b {
    bottom: 0;
  }

  .fullhd\:pin-l {
    left: 0;
  }

  .fullhd\:resize-none {
    resize: none;
  }

  .fullhd\:resize-y {
    resize: vertical;
  }

  .fullhd\:resize-x {
    resize: horizontal;
  }

  .fullhd\:resize {
    resize: both;
  }

  .fullhd\:shadow {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
            box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
  }

  .fullhd\:shadow-xs {
    -webkit-box-shadow: 0 10px 60px 0 rgba(29, 29, 31, .09);
            box-shadow: 0 10px 60px 0 rgba(29, 29, 31, .09);
  }

  .fullhd\:shadow-sm {
    -webkit-box-shadow: 0 2px 6px 0 hsla(0, 0%, 0%, .2);
            box-shadow: 0 2px 6px 0 hsla(0, 0%, 0%, .2);
  }

  .fullhd\: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);
  }

  .fullhd\: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);
  }

  .fullhd\: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);
  }

  .fullhd\:shadow-none {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .fullhd\:hover\:shadow:hover {
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
            box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
  }

  .fullhd\:hover\:shadow-xs:hover {
    -webkit-box-shadow: 0 10px 60px 0 rgba(29, 29, 31, .09);
            box-shadow: 0 10px 60px 0 rgba(29, 29, 31, .09);
  }

  .fullhd\:hover\:shadow-sm:hover {
    -webkit-box-shadow: 0 2px 6px 0 hsla(0, 0%, 0%, .2);
            box-shadow: 0 2px 6px 0 hsla(0, 0%, 0%, .2);
  }

  .fullhd\:hover\:shadow-md:hover {
    -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);
  }

  .fullhd\:hover\:shadow-lg:hover {
    -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);
  }

  .fullhd\:hover\:shadow-inner:hover {
    -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);
  }

  .fullhd\:hover\:shadow-none:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .fullhd\:text-left {
    text-align: left;
  }

  .fullhd\:text-center {
    text-align: center;
  }

  .fullhd\:text-right {
    text-align: right;
  }

  .fullhd\:text-justify {
    text-align: justify;
  }

  .fullhd\:text-transparent {
    color: transparent;
  }

  .fullhd\:text-black {
    color: #000;
  }

  .fullhd\:text-white {
    color: #fff;
  }

  .fullhd\:text-search {
    color: #818e90;
  }

  .fullhd\:text-black-dark {
    color: #282828;
  }

  .fullhd\:text-green {
    color: #a9ab22;
  }

  .fullhd\:text-yellow {
    color: #fecc89;
  }

  .fullhd\:text-purple {
    color: #957eba;
  }

  .fullhd\:text-grey-light {
    color: #f2f2f2;
  }

  .fullhd\:text-grey {
    color: #5d5d5d;
  }

  .fullhd\:text-grey-dark {
    color: #737373;
  }

  .fullhd\:text-grey-darkest {
    color: #686868;
  }

  .fullhd\:text-grey-lightest {
    color: #b2b1b2;
  }

  .fullhd\:text-blue-darker {
    color: #1e393d;
  }

  .fullhd\:text-blue-lightester {
    color: #748385;
  }

  .fullhd\:text-orange {
    color: #f18670;
  }

  .fullhd\:text-orange-light {
    color: #e59f85;
  }

  .fullhd\:text-orange-lightest {
    color: #e3a98d;
  }

  .fullhd\:text-blue {
    color: #183235;
  }

  .fullhd\:text-blue-light {
    color: #8d999b;
  }

  .fullhd\:text-blue-dark {
    color: #254146;
  }

  .fullhd\:group:hover .group-hover\:text-transparent {
    color: transparent;
  }

  .fullhd\:group:hover .group-hover\:text-black {
    color: #000;
  }

  .fullhd\:group:hover .group-hover\:text-white {
    color: #fff;
  }

  .fullhd\:group:hover .group-hover\:text-search {
    color: #818e90;
  }

  .fullhd\:group:hover .group-hover\:text-black-dark {
    color: #282828;
  }

  .fullhd\:group:hover .group-hover\:text-green {
    color: #a9ab22;
  }

  .fullhd\:group:hover .group-hover\:text-yellow {
    color: #fecc89;
  }

  .fullhd\:group:hover .group-hover\:text-purple {
    color: #957eba;
  }

  .fullhd\:group:hover .group-hover\:text-grey-light {
    color: #f2f2f2;
  }

  .fullhd\:group:hover .group-hover\:text-grey {
    color: #5d5d5d;
  }

  .fullhd\:group:hover .group-hover\:text-grey-dark {
    color: #737373;
  }

  .fullhd\:group:hover .group-hover\:text-grey-darkest {
    color: #686868;
  }

  .fullhd\:group:hover .group-hover\:text-grey-lightest {
    color: #b2b1b2;
  }

  .fullhd\:group:hover .group-hover\:text-blue-darker {
    color: #1e393d;
  }

  .fullhd\:group:hover .group-hover\:text-blue-lightester {
    color: #748385;
  }

  .fullhd\:group:hover .group-hover\:text-orange {
    color: #f18670;
  }

  .fullhd\:group:hover .group-hover\:text-orange-light {
    color: #e59f85;
  }

  .fullhd\:group:hover .group-hover\:text-orange-lightest {
    color: #e3a98d;
  }

  .fullhd\:group:hover .group-hover\:text-blue {
    color: #183235;
  }

  .fullhd\:group:hover .group-hover\:text-blue-light {
    color: #8d999b;
  }

  .fullhd\:group:hover .group-hover\:text-blue-dark {
    color: #254146;
  }

  .fullhd\:hover\:text-transparent:hover {
    color: transparent;
  }

  .fullhd\:hover\:text-black:hover {
    color: #000;
  }

  .fullhd\:hover\:text-white:hover {
    color: #fff;
  }

  .fullhd\:hover\:text-search:hover {
    color: #818e90;
  }

  .fullhd\:hover\:text-black-dark:hover {
    color: #282828;
  }

  .fullhd\:hover\:text-green:hover {
    color: #a9ab22;
  }

  .fullhd\:hover\:text-yellow:hover {
    color: #fecc89;
  }

  .fullhd\:hover\:text-purple:hover {
    color: #957eba;
  }

  .fullhd\:hover\:text-grey-light:hover {
    color: #f2f2f2;
  }

  .fullhd\:hover\:text-grey:hover {
    color: #5d5d5d;
  }

  .fullhd\:hover\:text-grey-dark:hover {
    color: #737373;
  }

  .fullhd\:hover\:text-grey-darkest:hover {
    color: #686868;
  }

  .fullhd\:hover\:text-grey-lightest:hover {
    color: #b2b1b2;
  }

  .fullhd\:hover\:text-blue-darker:hover {
    color: #1e393d;
  }

  .fullhd\:hover\:text-blue-lightester:hover {
    color: #748385;
  }

  .fullhd\:hover\:text-orange:hover {
    color: #f18670;
  }

  .fullhd\:hover\:text-orange-light:hover {
    color: #e59f85;
  }

  .fullhd\:hover\:text-orange-lightest:hover {
    color: #e3a98d;
  }

  .fullhd\:hover\:text-blue:hover {
    color: #183235;
  }

  .fullhd\:hover\:text-blue-light:hover {
    color: #8d999b;
  }

  .fullhd\:hover\:text-blue-dark:hover {
    color: #254146;
  }

  .fullhd\:text-10 {
    font-size: .625rem;
  }

  .fullhd\:text-12 {
    font-size: .75rem;
  }

  .fullhd\:text-13 {
    font-size: .8125rem;
  }

  .fullhd\:text-14 {
    font-size: .875rem;
  }

  .fullhd\:text-15 {
    font-size: .9375rem;
  }

  .fullhd\:text-16 {
    font-size: 1rem;
  }

  .fullhd\:text-18 {
    font-size: 1.125rem;
  }

  .fullhd\:text-19 {
    font-size: 1.1875rem;
  }

  .fullhd\:text-20 {
    font-size: 1.25rem;
  }

  .fullhd\:text-22 {
    font-size: 1.375rem;
  }

  .fullhd\:text-24 {
    font-size: 1.5rem;
  }

  .fullhd\:text-25 {
    font-size: 1.5625rem;
  }

  .fullhd\:text-26 {
    font-size: 1.625rem;
  }

  .fullhd\:text-27 {
    font-size: 1.6875rem;
  }

  .fullhd\:text-28 {
    font-size: 1.75rem;
  }

  .fullhd\:text-29 {
    font-size: 1.8125rem;
  }

  .fullhd\:text-30 {
    font-size: 1.875rem;
  }

  .fullhd\:text-32 {
    font-size: 2rem;
  }

  .fullhd\:text-34 {
    font-size: 2.125rem;
  }

  .fullhd\:text-36 {
    font-size: 2.25rem;
  }

  .fullhd\:text-37 {
    font-size: 2.3125rem;
  }

  .fullhd\:text-38 {
    font-size: 2.375rem;
  }

  .fullhd\:text-40 {
    font-size: 2.5rem;
  }

  .fullhd\:text-42 {
    font-size: 2.625rem;
  }

  .fullhd\:text-44 {
    font-size: 2.75rem;
  }

  .fullhd\:text-46 {
    font-size: 2.875rem;
  }

  .fullhd\:text-48 {
    font-size: 3rem;
  }

  .fullhd\:text-50 {
    font-size: 3.125rem;
  }

  .fullhd\:text-60 {
    font-size: 3.75rem;
  }

  .fullhd\:text-70 {
    font-size: 4.375rem;
  }

  .fullhd\:text-100 {
    font-size: 6.25rem;
  }

  .fullhd\:group:hover .group-hover\:text-10 {
    font-size: .625rem;
  }

  .fullhd\:group:hover .group-hover\:text-12 {
    font-size: .75rem;
  }

  .fullhd\:group:hover .group-hover\:text-13 {
    font-size: .8125rem;
  }

  .fullhd\:group:hover .group-hover\:text-14 {
    font-size: .875rem;
  }

  .fullhd\:group:hover .group-hover\:text-15 {
    font-size: .9375rem;
  }

  .fullhd\:group:hover .group-hover\:text-16 {
    font-size: 1rem;
  }

  .fullhd\:group:hover .group-hover\:text-18 {
    font-size: 1.125rem;
  }

  .fullhd\:group:hover .group-hover\:text-19 {
    font-size: 1.1875rem;
  }

  .fullhd\:group:hover .group-hover\:text-20 {
    font-size: 1.25rem;
  }

  .fullhd\:group:hover .group-hover\:text-22 {
    font-size: 1.375rem;
  }

  .fullhd\:group:hover .group-hover\:text-24 {
    font-size: 1.5rem;
  }

  .fullhd\:group:hover .group-hover\:text-25 {
    font-size: 1.5625rem;
  }

  .fullhd\:group:hover .group-hover\:text-26 {
    font-size: 1.625rem;
  }

  .fullhd\:group:hover .group-hover\:text-27 {
    font-size: 1.6875rem;
  }

  .fullhd\:group:hover .group-hover\:text-28 {
    font-size: 1.75rem;
  }

  .fullhd\:group:hover .group-hover\:text-29 {
    font-size: 1.8125rem;
  }

  .fullhd\:group:hover .group-hover\:text-30 {
    font-size: 1.875rem;
  }

  .fullhd\:group:hover .group-hover\:text-32 {
    font-size: 2rem;
  }

  .fullhd\:group:hover .group-hover\:text-34 {
    font-size: 2.125rem;
  }

  .fullhd\:group:hover .group-hover\:text-36 {
    font-size: 2.25rem;
  }

  .fullhd\:group:hover .group-hover\:text-37 {
    font-size: 2.3125rem;
  }

  .fullhd\:group:hover .group-hover\:text-38 {
    font-size: 2.375rem;
  }

  .fullhd\:group:hover .group-hover\:text-40 {
    font-size: 2.5rem;
  }

  .fullhd\:group:hover .group-hover\:text-42 {
    font-size: 2.625rem;
  }

  .fullhd\:group:hover .group-hover\:text-44 {
    font-size: 2.75rem;
  }

  .fullhd\:group:hover .group-hover\:text-46 {
    font-size: 2.875rem;
  }

  .fullhd\:group:hover .group-hover\:text-48 {
    font-size: 3rem;
  }

  .fullhd\:group:hover .group-hover\:text-50 {
    font-size: 3.125rem;
  }

  .fullhd\:group:hover .group-hover\:text-60 {
    font-size: 3.75rem;
  }

  .fullhd\:group:hover .group-hover\:text-70 {
    font-size: 4.375rem;
  }

  .fullhd\:group:hover .group-hover\:text-100 {
    font-size: 6.25rem;
  }

  .fullhd\:hover\:text-10:hover {
    font-size: .625rem;
  }

  .fullhd\:hover\:text-12:hover {
    font-size: .75rem;
  }

  .fullhd\:hover\:text-13:hover {
    font-size: .8125rem;
  }

  .fullhd\:hover\:text-14:hover {
    font-size: .875rem;
  }

  .fullhd\:hover\:text-15:hover {
    font-size: .9375rem;
  }

  .fullhd\:hover\:text-16:hover {
    font-size: 1rem;
  }

  .fullhd\:hover\:text-18:hover {
    font-size: 1.125rem;
  }

  .fullhd\:hover\:text-19:hover {
    font-size: 1.1875rem;
  }

  .fullhd\:hover\:text-20:hover {
    font-size: 1.25rem;
  }

  .fullhd\:hover\:text-22:hover {
    font-size: 1.375rem;
  }

  .fullhd\:hover\:text-24:hover {
    font-size: 1.5rem;
  }

  .fullhd\:hover\:text-25:hover {
    font-size: 1.5625rem;
  }

  .fullhd\:hover\:text-26:hover {
    font-size: 1.625rem;
  }

  .fullhd\:hover\:text-27:hover {
    font-size: 1.6875rem;
  }

  .fullhd\:hover\:text-28:hover {
    font-size: 1.75rem;
  }

  .fullhd\:hover\:text-29:hover {
    font-size: 1.8125rem;
  }

  .fullhd\:hover\:text-30:hover {
    font-size: 1.875rem;
  }

  .fullhd\:hover\:text-32:hover {
    font-size: 2rem;
  }

  .fullhd\:hover\:text-34:hover {
    font-size: 2.125rem;
  }

  .fullhd\:hover\:text-36:hover {
    font-size: 2.25rem;
  }

  .fullhd\:hover\:text-37:hover {
    font-size: 2.3125rem;
  }

  .fullhd\:hover\:text-38:hover {
    font-size: 2.375rem;
  }

  .fullhd\:hover\:text-40:hover {
    font-size: 2.5rem;
  }

  .fullhd\:hover\:text-42:hover {
    font-size: 2.625rem;
  }

  .fullhd\:hover\:text-44:hover {
    font-size: 2.75rem;
  }

  .fullhd\:hover\:text-46:hover {
    font-size: 2.875rem;
  }

  .fullhd\:hover\:text-48:hover {
    font-size: 3rem;
  }

  .fullhd\:hover\:text-50:hover {
    font-size: 3.125rem;
  }

  .fullhd\:hover\:text-60:hover {
    font-size: 3.75rem;
  }

  .fullhd\:hover\:text-70:hover {
    font-size: 4.375rem;
  }

  .fullhd\:hover\:text-100:hover {
    font-size: 6.25rem;
  }

  .fullhd\:italic {
    font-style: italic;
  }

  .fullhd\:roman {
    font-style: normal;
  }

  .fullhd\:uppercase {
    text-transform: uppercase;
  }

  .fullhd\:lowercase {
    text-transform: lowercase;
  }

  .fullhd\:capitalize {
    text-transform: capitalize;
  }

  .fullhd\:normal-case {
    text-transform: none;
  }

  .fullhd\:underline {
    text-decoration: underline;
  }

  .fullhd\:line-through {
    text-decoration: line-through;
  }

  .fullhd\:no-underline {
    text-decoration: none;
  }

  .fullhd\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .fullhd\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .fullhd\:hover\:italic:hover {
    font-style: italic;
  }

  .fullhd\:hover\:roman:hover {
    font-style: normal;
  }

  .fullhd\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .fullhd\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .fullhd\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .fullhd\:hover\:normal-case:hover {
    text-transform: none;
  }

  .fullhd\:hover\:underline:hover {
    text-decoration: underline;
  }

  .fullhd\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .fullhd\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .fullhd\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .fullhd\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .fullhd\:tracking-tight {
    letter-spacing: -0.05em;
  }

  .fullhd\:tracking-normal {
    letter-spacing: 0;
  }

  .fullhd\:tracking-wide {
    letter-spacing: .05em;
  }

  .fullhd\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .fullhd\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .fullhd\:align-baseline {
    vertical-align: baseline;
  }

  .fullhd\:align-top {
    vertical-align: top;
  }

  .fullhd\:align-middle {
    vertical-align: middle;
  }

  .fullhd\:align-bottom {
    vertical-align: bottom;
  }

  .fullhd\:align-text-top {
    vertical-align: text-top;
  }

  .fullhd\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .fullhd\:visible {
    visibility: visible;
  }

  .fullhd\:invisible {
    visibility: hidden;
  }

  .fullhd\:whitespace-normal {
    white-space: normal;
  }

  .fullhd\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .fullhd\:whitespace-pre {
    white-space: pre;
  }

  .fullhd\:whitespace-pre-line {
    white-space: pre-line;
  }

  .fullhd\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .fullhd\:break-words {
    word-wrap: break-word;
  }

  .fullhd\:break-normal {
    word-wrap: normal;
  }

  .fullhd\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .fullhd\:w-1 {
    width: .25rem;
  }

  .fullhd\:w-2 {
    width: .5rem;
  }

  .fullhd\:w-3 {
    width: .75rem;
  }

  .fullhd\:w-4 {
    width: 1rem;
  }

  .fullhd\:w-6 {
    width: 1.5rem;
  }

  .fullhd\:w-8 {
    width: 2rem;
  }

  .fullhd\:w-10 {
    width: 2.5rem;
  }

  .fullhd\:w-12 {
    width: 3rem;
  }

  .fullhd\:w-16 {
    width: 4rem;
  }

  .fullhd\:w-24 {
    width: 6rem;
  }

  .fullhd\:w-32 {
    width: 8rem;
  }

  .fullhd\:w-48 {
    width: 12rem;
  }

  .fullhd\:w-64 {
    width: 16rem;
  }

  .fullhd\:w-auto {
    width: auto;
  }

  .fullhd\:w-px {
    width: 1px;
  }

  .fullhd\:w-1\/2 {
    width: 50%;
  }

  .fullhd\:w-1\/3 {
    width: 33.33333%;
  }

  .fullhd\:w-1\/9 {
    width: 30%;
  }

  .fullhd\:w-2\/3 {
    width: 66.66667%;
  }

  .fullhd\:w-1\/4 {
    width: 25%;
  }

  .fullhd\:w-3\/4 {
    width: 75%;
  }

  .fullhd\:w-1\/5 {
    width: 20%;
  }

  .fullhd\:w-2\/5 {
    width: 40%;
  }

  .fullhd\:w-3\/5 {
    width: 60%;
  }

  .fullhd\:w-4\/5 {
    width: 80%;
  }

  .fullhd\:w-1\/6 {
    width: 16.66667%;
  }

  .fullhd\:w-5\/6 {
    width: 83.33333%;
  }

  .fullhd\:w-6\/1 {
    width: 90%;
  }

  .fullhd\:w-full {
    width: 100%;
  }

  .fullhd\:w-2\/1 {
    width: 12.5%;
  }

  .fullhd\:w-screen {
    width: 100vw;
  }

  .fullhd\:z-0 {
    z-index: 0;
  }

  .fullhd\:z-10 {
    z-index: 10;
  }

  .fullhd\:z-20 {
    z-index: 20;
  }

  .fullhd\:z-30 {
    z-index: 30;
  }

  .fullhd\:z-40 {
    z-index: 40;
  }

  .fullhd\:z-50 {
    z-index: 50;
  }

  .fullhd\:z-auto {
    z-index: auto;
  }
}
