/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

.owl-carousel,.owl-carousel .owl-item{
  -webkit-tap-highlight-color:transparent;
  position:relative
}

.owl-carousel{
  display:none;
  width:100%;
  z-index:1
}

.owl-carousel .owl-stage{
  position:relative;
  touch-action:manipulation;
  -moz-backface-visibility:hidden
}

.owl-carousel .owl-stage:after{
  content:".";
  display:block;
  clear:both;
  visibility:hidden;
  line-height:0;
  height:0
}

.owl-carousel .owl-stage-outer{
  position:relative;
  overflow:hidden;
  -webkit-transform:translate3d(0,0,0)
}

.owl-carousel .owl-item,.owl-carousel .owl-wrapper{
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  -ms-backface-visibility:hidden;
  -webkit-transform:translate3d(0,0,0);
  -moz-transform:translate3d(0,0,0);
  -ms-transform:translate3d(0,0,0)
}

.owl-carousel .owl-item{
  min-height:1px;
  float:left;
  -webkit-backface-visibility:hidden;
  -webkit-touch-callout:none
}

.owl-carousel .owl-item img{
  display:block;
  width:100%
}

.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{
  display:none
}

.no-js .owl-carousel,.owl-carousel.owl-loaded{
  display:block
}

.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{
  cursor:pointer;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none
}

.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{
  background:0 0;
  color:inherit;
  border:none;
  padding:0!important;
  font:inherit
}

.owl-carousel.owl-loading{
  opacity:0;
  display:block
}

.owl-carousel.owl-hidden{
  opacity:0
}

.owl-carousel.owl-refresh .owl-item{
  visibility:hidden
}

.owl-carousel.owl-drag .owl-item{
  touch-action:pan-y;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none
}

.owl-carousel.owl-grab{
  cursor:move;
  cursor:-webkit-grab;
  cursor:grab
}

.owl-carousel.owl-rtl{
  direction:rtl
}

.owl-carousel.owl-rtl .owl-item{
  float:right
}

.owl-carousel .animated{
  -webkit-animation-duration:1s;
          animation-duration:1s;
  -webkit-animation-fill-mode:both;
          animation-fill-mode:both
}

.owl-carousel .owl-animated-in{
  z-index:0
}

.owl-carousel .owl-animated-out{
  z-index:1
}

.owl-carousel .fadeOut{
  -webkit-animation-name:fadeOut;
          animation-name:fadeOut
}

@-webkit-keyframes fadeOut{
  0%{
    opacity:1
  }

  100%{
    opacity:0
  }
}

@keyframes fadeOut{
  0%{
    opacity:1
  }

  100%{
    opacity:0
  }
}

.owl-height{
  transition:height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy{
  opacity:0;
  transition:opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{
  max-height:0
}

.owl-carousel .owl-item img.owl-lazy{
  transform-style:preserve-3d
}

.owl-carousel .owl-video-wrapper{
  position:relative;
  height:100%;
  background:#000
}

.owl-carousel .owl-video-play-icon{
  position:absolute;
  height:80px;
  width:80px;
  left:50%;
  top:50%;
  margin-left:-40px;
  margin-top:-40px;
  background:url(owl.video.play.png) no-repeat;
  cursor:pointer;
  z-index:1;
  -webkit-backface-visibility:hidden;
  transition:transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover{
  transform:scale(1.3,1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{
  display:none
}

.owl-carousel .owl-video-tn{
  opacity:0;
  height:100%;
  background-position:center center;
  background-repeat:no-repeat;
  background-size:contain;
  transition:opacity .4s ease
}

.owl-carousel .owl-video-frame{
  position:relative;
  z-index:1;
  height:100%;
  width:100%
}/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

.owl-theme .owl-dots,.owl-theme .owl-nav{
  text-align:center;
  -webkit-tap-highlight-color:transparent
}

.owl-theme .owl-nav{
  margin-top:10px
}

.owl-theme .owl-nav [class*=owl-]{
  color:#FFF;
  font-size:14px;
  margin:5px;
  padding:4px 7px;
  background:#D6D6D6;
  display:inline-block;
  cursor:pointer;
  border-radius:3px
}

.owl-theme .owl-nav [class*=owl-]:hover{
  background:#869791;
  color:#FFF;
  text-decoration:none
}

.owl-theme .owl-nav .disabled{
  opacity:.5;
  cursor:default
}

.owl-theme .owl-nav.disabled+.owl-dots{
  margin-top:10px
}

.owl-theme .owl-dots .owl-dot{
  display:inline-block;
  zoom:1
}

.owl-theme .owl-dots .owl-dot span{
  width:10px;
  height:10px;
  margin:5px 7px;
  background:#D6D6D6;
  display:block;
  -webkit-backface-visibility:visible;
  transition:opacity .2s ease;
  border-radius:30px
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{
  background:#869791
}@charset "UTF-8";

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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

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

/**
 * 1. Prevent padding and border from affecting element width
 * https://goo.gl/pYtbK7
 * 2. Change the default font family in all browsers (opinionated)
 */

html {
  box-sizing: border-box; /* 1 */
  font-family: sans-serif; /* 2 */
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Removes the default spacing and border for appropriate elements.
 */

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

button {
  background: transparent;
  padding: 0;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

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

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

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

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

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

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

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

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

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

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

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

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

table {
  border-collapse: collapse;
}

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

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

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

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

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

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

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

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

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

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

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

*,
*:after,
*:before {
  box-sizing: border-box;
}

body,
html {
  width: 100%;
  min-height: 100%;
  min-width: 320px;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

#main-content {
  display: flex;
  flex-direction: column;
}

::-moz-selection {
  text-shadow: none;
  color: #fff;
  background-color: #af1c2e;
  opacity: .9;
}

::selection {
  text-shadow: none;
  color: #fff;
  background-color: #af1c2e;
  opacity: .9;
}

hr {
  display: block;
  height: 1px;
  width: 100%;
  border: 0;
  border-top: 1px solid #7f7f7f;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.resp-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.resp-container_800x600 {
  padding-top: 75%;
}

.resp-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.contentBlocks {
  flex: 0 0 auto;
}

.copy {
  /*picture {
    @apply .block;

    img:last-child {
      @apply .mb-md;
    }
  }*/
}

.copy img {
  margin-bottom: 2rem;
  box-shadow: 1px 2px 6px 0 rgba(42,40,40,0.2);
  display: inline-block;
}

.copy img.no-margin {
  margin: 0;
}

.copy img.no-shadow {
  box-shadow: none;
}

.copy img:last-child {
  margin-bottom: 0;
}

.copy ul {
  list-style: disc;
}

.copy ol {
  list-style: decimal;
}

.row {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  width: 100%;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 600px) {
  .row {
    padding-left: 15px;
    padding-right: 15px;
  }

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

@media (min-width: 1160px) {
  .row {
    padding-left: 0;
    padding-right: 0;
  }

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

.row.full {
  max-width: 100%;
}

.row.narrow {
  justify-content: center;
}

@media (min-width: 800px) {
  .row.narrow .col.w-full:not([class*='sm:w']):not([class*='md:w']):not([class*='lg:w']):not([class*='xl:w']) {
    width: 66.66667%;
  }

  .row .row.narrow .col.w-full:not([class*='sm:w']):not([class*='md:w']):not([class*='lg:w']):not([class*='xl:w']) {
    width: 100%;
  }
}

.row.collapse .col {
  padding-left: 0;
  padding-right: 0;
}

.row .row .col {
  padding: 0;
}

.row .row .col[class*='w-']:not([class*='w-full']) {
  padding-left: 15px;
  padding-right: 15px;
}

.row .row .col[class*='w-']:not([class*='w-full']):first-child {
  padding-left: 0;
}

.row .row .col[class*='w-']:not([class*='w-full']):last-child {
  padding-right: 0;
}

@media (min-width: 480px) {
  .row .row .col[class*='sm:w']:not([class*='sm:w-full']) {
    padding-left: 15px;
    padding-right: 15px;
  }

  .row .row .col[class*='sm:w']:not([class*='sm:w-full']):first-child {
    padding-left: 0;
  }

  .row .row .col[class*='sm:w']:not([class*='sm:w-full']):last-child {
    padding-right: 0;
  }
}

@media (min-width: 600px) {
  .row .row .col[class*='md:w']:not([class*='md:w-full']) {
    padding-left: 15px;
    padding-right: 15px;
  }

  .row .row .col[class*='md:w']:not([class*='md:w-full']):first-child {
    padding-left: 0;
  }

  .row .row .col[class*='md:w']:not([class*='md:w-full']):last-child {
    padding-right: 0;
  }
}

@media (min-width: 800px) {
  .row .row .col[class*='lg:w']:not([class*='lg:w-full']) {
    padding-left: 15px;
    padding-right: 15px;
  }

  .row .row .col[class*='lg:w']:not([class*='lg:w-full']):first-child {
    padding-left: 0;
  }

  .row .row .col[class*='lg:w']:not([class*='lg:w-full']):last-child {
    padding-right: 0;
  }
}

@media (min-width: 1160px) {
  .row .row .col[class*='row:w']:not([class*='row:w-full']) {
    padding-left: 15px;
    padding-right: 15px;
  }

  .row .row .col[class*='row:w']:not([class*='row:w-full']):first-child {
    padding-left: 0;
  }

  .row .row .col[class*='row:w']:not([class*='row:w-full']):last-child {
    padding-right: 0;
  }
}

@media (min-width: 1025px) {
  .row .row .col[class*='xl:w']:not([class*='xl:w-full']) {
    padding-left: 15px;
    padding-right: 15px;
  }

  .row .row .col[class*='xl:w']:not([class*='xl:w-full']):first-child {
    padding-left: 0;
  }

  .row .row .col[class*='xl:w']:not([class*='xl:w-full']):last-child {
    padding-right: 0;
  }
}

@media (min-width: 1400px) {
  .row .row .col[class*='xxl:w']:not([class*='xxl:w-full']) {
    padding-left: 15px;
    padding-right: 15px;
  }

  .row .row .col[class*='xxl:w']:not([class*='xxl:w-full']):first-child {
    padding-left: 0;
  }

  .row .row .col[class*='xxl:w']:not([class*='xxl:w-full']):last-child {
    padding-right: 0;
  }
}

.col {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

@media (min-width: 1160px) {
  .col {
    padding-left: 15px;
    padding-right: 15px;
  }
}

html {
  font-size: 15px;
}

body,
button,
input,
select,
textarea {
  font-family: Rubik, Trebuchet MS, Helvetica, sans-serif;
  font-size: 0.93333rem;
  color: #2a2828;
  line-height: 1.75;
}

@media (min-width: 600px) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 1rem;
  }
}

blockquote,
blockquote p {
  font-family: Rubik, Trebuchet MS, Helvetica, sans-serif;
  color: #7f7f7f;
  font-size: 1.2rem;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  line-height: 1.75;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: .33rem;
}

@media (min-width: 600px) {
  blockquote,
  blockquote p {
    font-size: 1.33333rem;
  }
}

address {
  line-height: 1.2;
}

cite {
  font-family: Rubik, Trebuchet MS, Helvetica, sans-serif;
  color: #7f7f7f;
  font-weight: 400;
  font-style: italic;
  font-size: 0.93333rem;
  line-height: 1.2;
}

@media (min-width: 600px) {
  cite {
    font-size: 1rem;
  }
}

cite:before {
  content: '\2013';
  display: inline;
}

strong, b {
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}

p,
ol,
ul,
figure,
blockquote {
  margin-bottom: 2rem;
  -webkit-font-smoothing: antialiased;
}

p:last-child,
ol:last-child,
ul:last-child,
figure:last-child,
blockquote:last-child {
  margin-bottom: 0;
}

ol,
ul {
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}

@media (min-width: 800px) {
  ol,
  ul {
    -webkit-padding-start: 40px;
            padding-inline-start: 40px;
  }
}

ol li,
ul li {
  margin-bottom: 0.5rem;
}

ol li:last-child,
ul li:last-child {
  margin-bottom: 0;
}

ol li ol,
ol li ul,
ul li ol,
ul li ul {
  margin-bottom: 0;
  margin-top: 0.5rem;
}

p + ol, p +
ul {
  margin-top: -1.5rem;
}

figcaption {
  color: #7f7f7f;
  font-size: 0.93333rem;
  font-style: italic;
  padding-top: .33rem;
  padding-bottom: .33rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 800px) {
  figcaption {
    font-size: 1rem;
  }
}

p {
  letter-spacing: .01rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Rubik, Trebuchet MS, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0.5em;
  -webkit-font-smoothing: antialiased;
}

h5,
h6 {
  font-weight: 500;
}

h1,
.h1 {
  font-size: 2.13333rem;
}

@media (min-width: 480px) {
  h1,
  .h1 {
    font-size: 2.66667rem;
  }
}

h2,
.h2 {
  font-size: 1.73333rem;
}

@media (min-width: 480px) {
  h2,
  .h2 {
    font-size: 2rem;
  }
}

@media (min-width: 600px) {
  h2,
  .h2 {
    font-size: 2.13333rem;
  }
}

h3,
.h3 {
  font-size: 1.46667rem;
}

@media (min-width: 600px) {
  h3,
  .h3 {
    font-size: 1.73333rem;
  }
}

h4,
.h4 {
  font-size: 1.2rem;
}

@media (min-width: 600px) {
  h4,
  .h4 {
    font-size: 1.35rem;
  }
}

h5,
.h5 {
  font-size: 1.06667rem;
}

@media (min-width: 600px) {
  h5,
  .h5 {
    font-size: 1.2rem;
  }
}

h6,
.h6 {
  font-size: 0.93333rem;
}

@media (min-width: 600px) {
  h6,
  .h6 {
    font-size: 1rem;
  }
}

.intro,
big {
  font-size: 1.06667rem;
  line-height: 1.75;
}

@media (min-width: 1025px) {
  .intro,
  big {
    font-size: 1.13333rem;
  }
}

.small,
small {
  font-size: 0.85em;
}

.headline {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.066666667rem;
  line-height: 1.75;
}

.group-headline {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.266666667rem;
  font-size: 1.2rem;
}

a,
#main-content .form-container #rCw a {
  color: #af1c2e;
  text-decoration: none;
  transition: all .3s;
  transition-property: all;
}

a:hover, a.hover,
#main-content .form-container #rCw a:hover,
#main-content .form-container #rCw a.hover {
  color: #831522;
  text-shadow: 0 2px 4px 0 rgba(42, 40, 40, 0.1);
}

a:active, a.active,
#main-content .form-container #rCw a:active,
#main-content .form-container #rCw a.active {
  color: #831522;
  text-shadow: 0 2px 6px 0 rgba(42, 40, 40, 0.2);
}

a:disabled, a.disabled,
#main-content .form-container #rCw a:disabled,
#main-content .form-container #rCw a.disabled {
  color: #7f7f7f;
}

.pagination .btn {
  padding: 13px 15px 14px;
}

.svg-inline {
  display: inline-block;
  line-height: 0;
  padding-left: 5px;
  margin: 0;
}

.svg-inline svg {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}

.svg-inline svg path,
.svg-inline svg polygon,
.svg-inline svg polyline,
.svg-inline svg circle,
.svg-inline svg rect {
  fill: currentColor;
}

.svg-block {
  display: inline-block;
  width: auto;
  height: auto;
}

.svg-block svg {
  display: block;
  width: auto;
  height: 100%;
}

.svg-block svg path,
.svg-block svg polygon,
.svg-block svg polyline,
.svg-block svg circle,
.svg-block svg rect {
  fill: currentColor;
}

.icon {
  display: inline-block;
  line-height: 0;
}

.btn .icon {
  fill: currentColor;
}

.icon .svg {
  display: inline-block;
  line-height: 0;
  padding: 0;
  margin: 0;
}

.icon-circle {
  border-radius: 9999px;
  background-color: #a9a7a7;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: content-box;
}

.icon-circle .svg {
  position: relative;
  color: #fff;
  border-radius: 9999px;
  background-color: #a9a7a7;
  border-color: #fff;
  border-width: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.icon-circle .svg-inline {
  padding: 0;
}

.icon-circle.dark {
  background-color: #fff;
}

.icon-circle.dark .svg {
  background-color: #fff;
  color: #7f7f7f;
  border-color: #7f7f7f;
}

.icon-circle svg {
  height: 63.33%;
  width: auto;
  max-width: 63.33%;
}

.form-field {
  margin-bottom: 1rem;
}

form .notice {
  background-color: #e8e8e8;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 1rem;
  padding-right: 1rem;
  border-width: 1px;
  border-color: #a9a7a7;
  border-radius: .25rem;
}

form .error-list {
  background-color: #e8e8e8;
  border-width: 1px;
  border-color: #af1c2e;
  color: #af1c2e;
  padding: 1rem;
  margin-bottom: 2rem;
}

form .error-list ul {
  list-style-type: disc;
}

label,
#main-content .form-container #rCw label {
  color: #2a2828;
  font-family: Rubik, Trebuchet MS, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 0.93333rem;
  display: block;
  margin-bottom: .33rem;
  -webkit-font-smoothing: antialiased;
}

.disabled label, .disabled
#main-content .form-container #rCw label {
  color: #a9a7a7;
}

label.required:after,
#main-content .form-container #rCw label.required:after {
  color: #2a2828;
  content: '*';
  margin-left: 1px;
}

input[type='text'],
input[type='email'],
input[type='search'],
input[type='tel'],
input[type='url'],
input[type='password'],
textarea,
#main-content .form-container #rCw input[type='search'] {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: .25rem;
  background-color: #fff;
  color: #2a2828;
  font-family: Rubik, Trebuchet MS, Helvetica, sans-serif;
  border-width: 1px;
  border-color: #d7d6d6;
  font-size: 1rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: inset 0 0 3px 2px rgba(129,129,129,0.15);
  padding: 12px 15px 13px 15px;
  outline: none;
}

@media (min-width: 600px) {
  input[type='text'],
  input[type='email'],
  input[type='search'],
  input[type='tel'],
  input[type='url'],
  input[type='password'],
  textarea,
  #main-content .form-container #rCw input[type='search'] {
    display: block;
  }
}

input[type='text']::-webkit-input-placeholder, input[type='email']::-webkit-input-placeholder, input[type='search']::-webkit-input-placeholder, input[type='tel']::-webkit-input-placeholder, input[type='url']::-webkit-input-placeholder, input[type='password']::-webkit-input-placeholder, textarea::-webkit-input-placeholder, #main-content .form-container #rCw input[type='search']::-webkit-input-placeholder {
  color: #7f7f7f;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  opacity: 1;
}

input[type='text']::-moz-placeholder, input[type='email']::-moz-placeholder, input[type='search']::-moz-placeholder, input[type='tel']::-moz-placeholder, input[type='url']::-moz-placeholder, input[type='password']::-moz-placeholder, textarea::-moz-placeholder, #main-content .form-container #rCw input[type='search']::-moz-placeholder {
  color: #7f7f7f;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  opacity: 1;
}

input[type='text']:-ms-input-placeholder, input[type='email']:-ms-input-placeholder, input[type='search']:-ms-input-placeholder, input[type='tel']:-ms-input-placeholder, input[type='url']:-ms-input-placeholder, input[type='password']:-ms-input-placeholder, textarea:-ms-input-placeholder, #main-content .form-container #rCw input[type='search']:-ms-input-placeholder {
  color: #7f7f7f;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  opacity: 1;
}

input[type='text']::-ms-input-placeholder, input[type='email']::-ms-input-placeholder, input[type='search']::-ms-input-placeholder, input[type='tel']::-ms-input-placeholder, input[type='url']::-ms-input-placeholder, input[type='password']::-ms-input-placeholder, textarea::-ms-input-placeholder, #main-content .form-container #rCw input[type='search']::-ms-input-placeholder {
  color: #7f7f7f;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  opacity: 1;
}

input[type='text']::placeholder,
input[type='email']::placeholder,
input[type='search']::placeholder,
input[type='tel']::placeholder,
input[type='url']::placeholder,
input[type='password']::placeholder,
textarea::placeholder,
#main-content .form-container #rCw input[type='search']::placeholder {
  color: #7f7f7f;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  opacity: 1;
}

input[type='text'].inline-input,
input[type='email'].inline-input,
input[type='search'].inline-input,
input[type='tel'].inline-input,
input[type='url'].inline-input,
input[type='password'].inline-input,
textarea.inline-input,
#main-content .form-container #rCw input[type='search'].inline-input {
  border-radius: 4px 0 0 4px;
  border-width: 1px 0 1px 1px;
}

.error input[type='text'],
.has-error input[type='text'], input[type='text'].error, .error
input[type='email'],
.has-error
input[type='email'],
input[type='email'].error, .error
input[type='search'],
.has-error
input[type='search'],
input[type='search'].error, .error
input[type='tel'],
.has-error
input[type='tel'],
input[type='tel'].error, .error
input[type='url'],
.has-error
input[type='url'],
input[type='url'].error, .error
input[type='password'],
.has-error
input[type='password'],
input[type='password'].error, .error
textarea,
.has-error
textarea,
textarea.error, .error
#main-content .form-container #rCw input[type='search'],
.has-error
#main-content .form-container #rCw input[type='search'],
#main-content .form-container #rCw input[type='search'].error {
  border-color: #831522;
}

input[type='text']:active, input[type='text']:focus,
input[type='email']:active,
input[type='email']:focus,
input[type='search']:active,
input[type='search']:focus,
input[type='tel']:active,
input[type='tel']:focus,
input[type='url']:active,
input[type='url']:focus,
input[type='password']:active,
input[type='password']:focus,
textarea:active,
textarea:focus,
#main-content .form-container #rCw input[type='search']:active,
#main-content .form-container #rCw input[type='search']:focus {
  border-color: #2a2828;
  color: #2a2828;
  outline: none;
}

input[type='text'].success,
input[type='email'].success,
input[type='search'].success,
input[type='tel'].success,
input[type='url'].success,
input[type='password'].success,
textarea.success,
#main-content .form-container #rCw input[type='search'].success {
  border-color: #86b327;
  color: #2a2828;
}

input[type='text'] .disabled, input[type='text'][disabled],
input[type='email'] .disabled,
input[type='email'][disabled],
input[type='search'] .disabled,
input[type='search'][disabled],
input[type='tel'] .disabled,
input[type='tel'][disabled],
input[type='url'] .disabled,
input[type='url'][disabled],
input[type='password'] .disabled,
input[type='password'][disabled],
textarea .disabled,
textarea[disabled],
#main-content .form-container #rCw input[type='search'] .disabled,
#main-content .form-container #rCw input[type='search'][disabled] {
  border-color: #d7d6d6;
  background-color: #fff;
  color: #a9a7a7;
  box-shadow: none;
}

input[type="file"] {
  margin-bottom: 20px;
}

select {
  display: inline-block;
  border-radius: .25rem;
  height: 2.5rem;
  border-width: 1px;
  border-color: #a9a7a7;
  font-family: Rubik, Trebuchet MS, Helvetica, sans-serif;
  font-size: 1rem;
  color: #2a2828;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  margin-bottom: 27.5px;
  background: linear-gradient(0deg, #e8e8e8 0%, #ffffff 100%);
  margin-bottom: 22.5px;
  -webkit-appearance: menulist;
}

@media (min-width: 600px) {
  select {
    display: block;
    max-width: 20rem;
  }
}

select:hover, select:active, select:focus {
  border-color: #2a2828;
  color: #2a2828;
}

select:hover::-webkit-input-placeholder, select:active::-webkit-input-placeholder, select:focus::-webkit-input-placeholder {
  color: #2a2828;
}

select:hover::-moz-placeholder, select:active::-moz-placeholder, select:focus::-moz-placeholder {
  color: #2a2828;
}

select:hover:-ms-input-placeholder, select:active:-ms-input-placeholder, select:focus:-ms-input-placeholder {
  color: #2a2828;
}

select:hover::-ms-input-placeholder, select:active::-ms-input-placeholder, select:focus::-ms-input-placeholder {
  color: #2a2828;
}

select:hover::placeholder, select:active::placeholder, select:focus::placeholder {
  color: #2a2828;
}

input[type='radio'],
input[type='checkbox'] {
  margin-right: 0.35em;
}

.helper-text,
.error-block {
  display: none;
}

.error .helper-text,
.error .error-block,
.has-error .helper-text,
.has-error .error-block {
  display: block;
  color: #831522;
  font-style: italic;
  font-size: 1rem;
}

.error .error-block,
.has-error .error-block {
  margin: -20px 0 20px;
}

.error .error-block li,
.has-error .error-block li {
  line-height: 1.75;
}

.error select + .error-block,
.has-error select + .error-block {
  margin-top: -15px;
}

.error.type-checkbox .error-block,
.has-error.type-checkbox .error-block {
  margin-top: -10px;
}

.error.type-recaptcha .error-block,
.has-error.type-recaptcha .error-block {
  margin: 0 0 20px;
}

.error.type-recaptcha .error-block,
.has-error.type-recaptcha .error-block {
  margin: 0 0 20px;
}

.help-block {
  display: block;
  color: #a9a7a7;
  font-size: 0.85em;
  margin: -20px 0 20px;
}

label + .help-block {
  margin-top: -0.5rem;
  margin-bottom: .33rem;
}

form .alert {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (min-width: 800px) {
  form .alert {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

form .alert.alert-danger {
  color: #831522;
}

form .form-group.radio-group, form .form-group.checkbox-group {
  margin-bottom: 0;
}

form .form-group.radio-group .radio-group-options,
form .form-group.radio-group .checkbox-group-options, form .form-group.checkbox-group .radio-group-options,
form .form-group.checkbox-group .checkbox-group-options {
  margin-bottom: 20px;
}

form .form-group[class*='submit-'] {
  padding-top: 1rem;
  margin-top: 2rem;
}

form .form-group[class*='submit-'] [name='form_previous_page_button'] {
  background-color: #a9a7a7;
  color: #fff;
  border-color: #a9a7a7;
}

form .form-group[class*='submit-'] [name='form_previous_page_button']:hover, form .form-group[class*='submit-'] [name='form_previous_page_button']:active, form .form-group[class*='submit-'] [name='form_previous_page_button'].hover, form .form-group[class*='submit-'] [name='form_previous_page_button'].active {
  background-color: #7f7f7f;
  color: #fff;
  border-color: #7f7f7f;
}

form .form-group.type-html {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.93333rem;
}

form .form-group.type-checkbox {
  margin-bottom: 20px;
}

form .form-group.type-checkbox.has-error .error-block {
  margin: -5px 0 20px;
}

form h3,
form h4,
form h5 {
  margin-top: 3rem;
}

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

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

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

.submit-align-center button:not(:first-of-type),
.submit-align-left button:not(:first-of-type),
.submit-align-right button:not(:first-of-type) {
  margin-left: 5px;
}

.submit-align-spread button:first-child {
  float: left;
}

.submit-align-spread button:last-child {
  float: right;
}

form.contact-form .radio-group-options {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

form.contact-form .radio-group-options .radio {
  margin-right: 3rem;
  margin-bottom: 6px;
}

#main-content .form-container #rCw {
  font-family: Rubik, Trebuchet MS, Helvetica, sans-serif;
}

#main-content .form-container #rCw input[type='search'] {
  height: 45px;
}

#main-content .form-container #rCw .widget-box {
  border-width: 0;
}

#main-content .form-container #rCw .widget-header {
  border: none;
}

#main-content .form-container #rCw .widget-header .widget-toolbar:before {
  display: none;
}

#main-content .form-container #rCw .widget-header .widget-toolbar button.btn {
  line-height: 1.3;
}

#main-content .form-container #rCw .widget-header .widget-toolbar button.btn span {
  display: none;
}

#main-content .form-container #rCw .example {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#rCw .page-section .page-row.page-row-filter {
  overflow: hidden;
}

#rCw .page-section .page-row.page-row-filter em {
  display: block;
}

#rCw .page-section .page-row.page-row-filter a {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px 1rem;
}

*, *:after, *::before {
  box-sizing: border-box;
}

@font-face {
  font-weight: normal;

  font-style: normal;

  font-family: 'icomoon';

  src: url("../fonts/icomoon/icomoon.eot");

  src: url("../fonts/icomoon/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf") format("truetype"), url("../fonts/icomoon/icomoon.woff") format("woff"), url("../fonts/icomoon/icomoon.svg#icomoon") format("svg");
}

/* General styles for all types of buttons */

.progress-button {
  position: relative;
  display: inline-block;
  outline: none;
  border: none;
}

.progress-button[disabled],
.progress-button[disabled].state-loading {
  cursor: default;
}

.progress-button .content {
  position: relative;
  display: block;
}

.progress-button .content::before,
.progress-button .content::after {
  position: absolute;
  right: 20px;
  color: #ffffff;
  font-family: "icomoon";
  opacity: 0;
  transition: opacity 0.3s 0.3s;
}

.progress-button .content::before {
  content: "\E600";
  /* Checkmark for success */
}

.progress-button .content::after {
  content: "\E601";
  /* Cross for error */
}

.progress-button.state-success .content::before,
.progress-button.state-error .content::after {
  opacity: 1;
}

.notransition {
  transition: none !important;
}

.progress-button .progress {
  background: #555353;
}

.progress-button .progress-inner {
  position: absolute;
  left: 0;
  background: #555353;
}

.progress-button[data-horizontal] .progress-inner {
  top: 0;
  width: 0;
  height: 100%;
  transition: width 0.3s, opacity 0.3s;
}

.progress-button[data-vertical] .progress-inner {
  bottom: 0;
  width: 100%;
  height: 0;
  transition: height 0.3s, opacity 0.3s;
}

/* Fill horizontal */

/* ====================== */

.progress-button[data-style="fill"][data-horizontal] {
  overflow: hidden;
}

.progress-button[data-style="fill"][data-horizontal] .content {
  z-index: 10;
  transition: transform 0.3s;
}

.progress-button[data-style="fill"][data-horizontal] .content::before,
.progress-button[data-style="fill"][data-horizontal] .content::after {
  top: 100%;
  right: auto;
  left: 50%;
  transition: opacity 0.3s;
  transform: translateX(-50%);
}

.progress-button[data-style="fill"][data-horizontal].state-success .content,
.progress-button[data-style="fill"][data-horizontal].state-error .content {
  transform: translateY(-110%);
}

.header, .js-nav-main {
  height: 100px;
}

@media (min-width: 800px) {
  .header, .js-nav-main {
    height: auto;
  }
}

.header-logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 60;
  padding-left: 1rem;
  margin-top: 3rem;
  transition: all .3s;
  display: inline-block;
  width: 115px;
}

@media (min-width: 340px) {
  .header-logo {
    margin-top: 1rem;
    width: 135px;
  }
}

@media (min-width: 600px) {
  .header-logo {
    padding-left: 3rem;
    width: 165px;
  }
}

@media (min-width: 800px) {
  .header-logo {
    padding-left: 1rem;
    margin-top: 50px;
    width: 195px;
  }
}

.header-logo img {
  width: 100%;
  height: auto;
}

@media (min-width: 800px) {
  .primary-nav-container {
    align-items: center;
    display: flex;
    z-index: 50;
    margin-top: 90px;
    width: 100%;
  }
}

.utility-links {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 1rem;
  padding-right: 1rem;
  transition: all .3s;
  display: flex;
}

@media (min-width: 800px) {
  .utility-links {
    margin-top: 2rem;
  }
}

.utility-links a.btn.small {
  margin-right: 0;
  border-right-width: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: all .3s;
  border-radius: 0;
}

@media (min-width: 800px) {
  .utility-links a.btn.small {
    margin-right: 10px;
    border-width: 1px;
    padding-left: 2rem;
    padding-right: 2rem;
    border-radius: 9999px;
  }
}

.utility-links a.btn.small.first {
  border-bottom-left-radius: 9999px;
  border-top-left-radius: 9999px;
}

@media (min-width: 800px) {
  .utility-links a.btn.small.first {
    border-radius: 9999px;
  }
}

.utility-links a.btn.small.last {
  border-right-width: 1px;
  border-bottom-right-radius: 9999px;
  border-top-right-radius: 9999px;
}

@media (min-width: 800px) {
  .utility-links a.btn.small.last {
    margin-right: 0;
    border-radius: 9999px;
  }
}

.utility-links a.btn.small .utility-text {
  display: none;
}

@media (min-width: 800px) {
  .utility-links a.btn.small .utility-text {
    display: inline;
  }
}

.utility-links a .svg {
  vertical-align: text-bottom;
}

.utility-links a svg {
  height: 1.3em;
  width: 1.3em;
}

@media (min-width: 800px) {
  .utility-links a svg {
    margin-right: 5px;
  }
}

@media (min-width: 1160px) {
  .utility-links {
    padding-right: 0;
  }
}

.primary-nav {
  width: 100%;
  margin-bottom: 0;
  display: flex;
  margin-left: 180px;
  justify-content: flex-end;
}

.primary-nav > li {
  cursor: pointer;
  position: relative;
  display: flex;
  border-left-width: 1px;
  border-color: #a9a7a7;
  margin-bottom: 0;
  align-items: center;
  justify-content: center;
  flex: 0 1 auto;
  height: 32px;
  margin-bottom: 12px;
}

@media (min-width: 600px) {
  .primary-nav > li {
    display: inline-flex;
  }
}

.primary-nav > li:not(.nav-button) > a {
  color: #2a2828;
  text-transform: uppercase;
  font-weight: 500;
  font-size: .73333rem;
  display: block;
  padding: 0 20px;
  @media (min-width: 800px) {
  }
}

.primary-nav > li:not(.nav-button) > a:hover {
  color: #af1c2e;
}

@media (min-width: 1025px) {
  .primary-nav > li:not(.nav-button) > a {
    letter-spacing: 0.066666667rem;
    font-size: 0.86667rem;
  }
}

.primary-nav > li:first-of-type, .primary-nav > li.nav-button {
  border: 0;
}

.primary-nav > li:first-of-type .dropdown-container, .primary-nav > li.nav-button .dropdown-container {
  left: 0;
  transform: none;
}

.primary-nav > li.nav-item:last-of-type .dropdown-container {
  right: 0;
  left: auto;
  transform: none;
}

.primary-nav > li.nav-button--useful-links {
  height: 46px;
  align-self: flex-end;
  margin-bottom: 0;
}

.primary-nav > li.nav-button--useful-links button {
  border-radius: 15px 15px 0 0;
  line-height: 1.2;
  height: 46px;
}

.primary-nav > li.nav-button--useful-links button span.svg {
  font-size: 20px;
  padding-left: 0;
}

.primary-nav .dropdown-container {
  display: none;
  position: absolute;
  padding-top: 6px;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
}

.primary-nav .dropdown-menu {
  background-color: #fff;
  box-shadow: 0 0 8px 2px rgba(42,40,40,0.2);
  border-radius: 5px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding: 15px 32px;
}

.primary-nav .dropdown-menu a.dropdown-item {
  display: block;
  color: #2a2828;
  border-bottom-width: 1px;
  border-color: #d7d6d6;
  font-weight: 500;
  font-size: 0.93333rem;
  white-space: nowrap;
  padding: 8px 24px 8px 0;
}

.primary-nav .dropdown-menu a.dropdown-item.active, .primary-nav .dropdown-menu a.dropdown-item:hover {
  color: #af1c2e;
}

.primary-nav .dropdown-menu a.dropdown-item:last-of-type {
  border-bottom-width: 0;
}

.primary-nav .dropdown-menu a.group-label,
.primary-nav .dropdown-menu a.group-label:hover {
  border-color: transparent;
  color: #a9a7a7;
  text-transform: uppercase;
  padding-top: 1rem;
}

.primary-nav .dropdown-menu a.group-label:first-of-type,
.primary-nav .dropdown-menu a.group-label:hover:first-of-type {
  padding-top: 8px;
}

.primary-nav .dropdown:hover .dropdown-container {
  display: block;
}

.primary-nav .dropdown:hover > a {
  transition: all .3s;
  color: #af1c2e;
}

.primary-nav .dropdown.active > a {
  color: #af1c2e;
}

@media (min-width: 1025px) {
  .primary-nav {
    margin-left: 200px;
  }
}

.mobile-nav-container {
  position: absolute;
  background-color: #fff;
  z-index: 70;
  height: 100vh;
  overflow: scroll;
  transition: all .3s;
  top: -100px;
  width: 335px;
  right: -335px;
}

.mobile-nav-container.open {
  display: block;
  right: 0;
  transition: all .3s;
}

@media (min-width: 800px) {
  .mobile-nav-container.open {
    display: none;
  }
}

@media (min-width: 800px) {
  .mobile-nav-container {
    display: none;
  }
}

.mobile-nav > li {
  position: relative;
  margin-bottom: 0;
  padding-left: 2rem;
  padding-right: 2rem;
}

.mobile-nav > li.open .dropdown-container {
  display: block;
}

.mobile-nav > li.open > a {
  color: #831522;
}

.mobile-nav > li > a {
  color: #2a2828;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.86667rem;
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.mobile-nav .nav-link {
  display: inline-block;
}

.mobile-nav .dropdown-container {
  display: none;
  padding-bottom: 1rem;
}

.mobile-nav .dropdown-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-nav .dropdown-toggle .svg {
  float: right;
  cursor: pointer;
  vertical-align: middle;
}

.mobile-nav .dropdown-toggle .svg svg {
  margin-left: 5px;
  height: 0.9em;
  width: 0.9em;
}

.mobile-nav .dropdown-toggle .svg.icon-icon_contract {
  display: none;
}

.mobile-nav .open .dropdown-toggle .svg.icon-icon_expand {
  display: none;
}

.mobile-nav .open .dropdown-toggle .svg.icon-icon_contract {
  display: block;
}

.mobile-nav .dropdown-item {
  margin-left: 10px;
  display: block;
  color: #2a2828;
  border-bottom-width: 1px;
  border-color: #d7d6d6;
  font-weight: 500;
  font-size: 0.85em;
  white-space: nowrap;
  padding: 12px 24px 12px 0;
}

.mobile-nav .dropdown-item.active, .mobile-nav .dropdown-item:active {
  color: #af1c2e;
}

.mobile-nav .dropdown-item.group-label, .mobile-nav .dropdown-item.group-label:hover {
  border-color: transparent;
  color: #a9a7a7;
  text-transform: uppercase;
  padding-top: 1rem;
}

.mobile-nav .dropdown-item.group-label:first-of-type, .mobile-nav .dropdown-item.group-label:hover:first-of-type {
  padding-top: 8px;
}

.mobile-utility-links {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.mobile-utility-links .btn {
  width: 80%;
  text-align: center;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.mobile-utility-links .svg {
  vertical-align: text-bottom;
}

.mobile-utility-links svg {
  margin-right: 5px;
  height: 1.3em;
  width: 1.3em;
}

.mobile-search {
  padding: 1rem;
}

.mobile-search .inline-input {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 0;
}

.mobile-search .btn.inline-submit {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 4px;
  padding-bottom: 4px;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: .25rem;
  background-color: #fff;
  color: #7f7f7f;
  font-family: Rubik, Trebuchet MS, Helvetica, sans-serif;
  border-width: 1px;
  border-color: #d7d6d6;
  -webkit-font-smoothing: antialiased;
  box-shadow: inset 0 0 3px 2px rgba(129,129,129,0.15);
  height: 36px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.mobile-search .svg {
  vertical-align: text-bottom;
}

.mobile-search svg {
  height: 1em;
  width: 1em;
}

.mobile-nav-background {
  position: absolute;
  width: 100%;
  overflow: hidden;
  background-color: rgba(42,40,40,0.9);
  height: 0;
  opacity: 0;
  top: -100px;
  transition: opacity 0.3s ease-in-out;
}

@media (min-width: 600px) {
  .mobile-nav-background {
    margin-left: -15px;
  }
}

.mobile-nav-background.open {
  height: 100vh;
  z-index: 60;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

@media (min-width: 800px) {
  .mobile-nav-background {
    display: none;
  }
}

.mobile-nav-toggle {
  text-align: right;
  font-size: 0.86667rem;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 10px;
  padding-top: 5px;
  padding-left: 1rem;
  padding-right: 1rem;
  cursor: pointer;
}

.mobile-nav-toggle .svg {
  vertical-align: middle;
}

@media (min-width: 600px) {
  .mobile-nav-toggle {
    padding-right: 2rem;
  }
}

.mobile-nav-toggle svg {
  margin-left: 5px;
  height: 0.9em;
  width: 0.9em;
}

.mobile-nav-toggle.header-menu {
  position: absolute;
  padding-right: 1rem;
  right: 0;
  top: 0;
  margin-top: 4rem;
  z-index: 40;
  transition: all .3s;
  padding-top: 10px;
}

@media (min-width: 600px) {
  .mobile-nav-toggle.header-menu {
    padding-right: 2rem;
  }
}

@media (min-width: 800px) {
  .mobile-nav-toggle.header-menu {
    display: none;
  }
}

.searchModal {
  display: none;
}

.featherlight .searchModal {
  display: block;
}

.featherlight .searchModal .inline-input {
  color: #fff;
  font-size: 1.33333rem;
  background-color: transparent;
  border-width: 0;
  border-bottom-width: 2px;
  border-color: #fff;
  box-shadow: none;
  border-radius: 0;
  max-width: 100%;
}

.featherlight .searchModal .inline-input::-webkit-input-placeholder {
  color: #e8e8e8;
}

.featherlight .searchModal .inline-input::-moz-placeholder {
  color: #e8e8e8;
}

.featherlight .searchModal .inline-input:-ms-input-placeholder {
  color: #e8e8e8;
}

.featherlight .searchModal .inline-input::-ms-input-placeholder {
  color: #e8e8e8;
}

.featherlight .searchModal .inline-input::placeholder {
  color: #e8e8e8;
}

.featherlight .searchModal .inline-submit {
  color: #fff;
  font-size: 1.33333rem;
  border-width: 0;
  border-color: #fff;
  border-bottom-width: 2px;
  border-radius: 0;
  background-color: transparent;
  height: 51px;
}

.featherlight .searchModal .inline-submit svg {
  height: 1em;
  width: 1em;
}

.search.featherlight {
  background-color: rgba(42,40,40,0.9);
}

.search.featherlight .featherlight-content {
  padding-top: 4rem;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  background-color: transparent;
  min-width: 320px;
  max-width: 720px;
  width: 80%;
  min-height: 200px;
  max-height: 95%;
}

.search.featherlight .featherlight-close-icon {
  color: #fff;
  border-width: 2px;
  font-size: .73333rem;
  border-color: #fff;
  box-shadow: none;
  background-color: transparent;
  padding: 5px 18px 4px 15px;
}

.search.featherlight .featherlight-close-icon .svg {
  vertical-align: text-bottom;
}

.search.featherlight .featherlight-close-icon svg {
  width: 1.3em;
}

.search.featherlight .featherlight-close-icon:hover, .search.featherlight .featherlight-close-icon.hover {
  background-color: #fff;
  color: #2a2828;
  box-shadow: 0 3px 6px 0 rgba(42,40,40,0.3);
}

.search.featherlight .arrow-link {
  display: inline-block;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: .33rem;
  margin-bottom: .33rem;
}

.search.featherlight .arrow-link:first-of-type {
  margin-left: 0;
}

.footer .employee-login {
  display: none;
  margin-left: 0;
  margin-top: 2rem;
}

.homepage .footer .employee-login {
  display: inline-block;
}

@media (min-width: 600px) {
  .footer .employee-login {
    margin-top: 0;
    margin-left: 3rem;
  }
}

@media (min-width: 800px) {
  .footer {
    background-size: 300px 300px;
  }
}

.footer__rogue-leaf {
  min-height: 255px;
  background: url(/assets/graphic_footer_leaf_@2x.png) right center/255px 255px no-repeat;
}

.footer-menus h5 {
  text-transform: uppercase;
  color: #555353;
  margin-bottom: 1rem;
  padding-top: .33rem;
}

@media (min-width: 480px) {
  .footer-menus h5 {
    margin-bottom: 2rem;
    padding-top: 1rem;
  }
}

.footer-menus h5 a {
  color: #555353;
}

.footer-menus h5 a:hover {
  color: #af1c2e;
}

.footer-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-menu li {
  font-size: 1rem;
  color: #555353;
  list-style-type: none;
  padding: 0;
}

@media (min-width: 480px) {
  .footer-menu li {
    font-size: 1rem;
  }
}

.footer-menu a {
  color: #555353;
  font-size: 1rem;
}

.footer-menu a:hover {
  color: #af1c2e;
}

@media (min-width: 480px) {
  .footer-menu a {
    font-size: 1rem;
  }
}

.footer-enotices {
  background-color: #e8e8e8;
}

.in-page-search {
  display: flex;
  max-width: 565px;
}

.in-page-search form {
  width: 100%;
}

.in-page-search .inline-input {
  margin-bottom: 0;
}

.in-page-search .btn.inline-submit {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 10px;
  font-size: .73333rem;
  white-space: nowrap;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: .25rem;
  background-color: #fff;
  color: #7f7f7f;
  font-family: Rubik, Trebuchet MS, Helvetica, sans-serif;
  border-width: 1px;
  border-color: #d7d6d6;
  -webkit-font-smoothing: antialiased;
  box-shadow: inset 0 0 3px 2px rgba(129,129,129,0.15);
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.in-page-search .btn.inline-submit:after {
  content: 'SEARCH';
  display: inline;
}

.in-page-search .svg {
  vertical-align: text-bottom;
  margin-right: 5px;
}

.in-page-search svg {
  height: 1.5em;
  width: 1.5em;
}

.colophon a, .colophon a:visited, .colophon a:link, .colophon a:focus {
  color: #7f7f7f;
}

.colophon a:hover {
  color: #af1c2e;
  text-decoration: underline;
}

.useful-links {
  text-align: center;
  border-bottom: 2px solid black;
  transition: transform 500ms ease-in-out;
  transform: translateY(-100%);
}

.useful-links.active {
  transform: translateY(0);
}

@media (min-width: 800px) {
  .useful-links {
    border: none;
    text-align: left;
  }
}

.useful-links__row {
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

@media (min-width: 800px) {
  .useful-links__row {
    flex-wrap: wrap;
    height: 236px;
  }
}

.js-useful-links-toggle {
  cursor: pointer;
}

.useful-links-toggle-arrow {
  transform: rotate(180deg);
}

.useful-links-toggle-arrow.on {
  transform: rotate(0deg);
}

@media (min-width: 800px) {
  .useful-links__col-1 {
    margin-left: 16.66667%;
  }
}

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.9 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2017, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/

html.with-featherlight {
  /* disable global scrolling when featherlights are visible */
  overflow: hidden;
}

.featherlight {
  display: none;
  /* dimensions: spanning the background from edge to edge */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  /* z-index needs to be >= elements on the site. */
  /* position: centering content */
  text-align: center;
  /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
  white-space: nowrap;
  /* styling */
  cursor: pointer;
  background: #333;
  /* IE8 "hack" for nested featherlights */
  background: rgba(0, 0, 0, 0);
}

/* support for nested featherlights. Does not work in IE8 (use JS to fix) */

.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8);
}

.featherlight:before {
  /* position: trick to center content vertically */
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.featherlight .featherlight-content {
  /* make content container for positioned elements (close button) */
  position: relative;
  /* position: centering vertical and horizontal */
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  /* dimensions: cut off images */
  overflow: auto;
  padding-top: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
  border-bottom: 48px solid transparent;
  /* dimensions: handling large content */
  max-height: 95%;
  width: 630px;
  max-width: 100%;
  margin: 0 auto;
  /* styling */
  background: #fff;
  cursor: auto;
  /* reset white-space wrapping */
  white-space: normal;
}

/* contains the content */

.featherlight .featherlight-inner {
  /* make sure its visible */
  display: block;
}

/* don't show these though */

.featherlight link.featherlight-inner,
.featherlight script.featherlight-inner,
.featherlight style.featherlight-inner {
  display: none;
}

.featherlight .featherlight-close-icon {
  /* position: centering vertical and horizontal */
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  cursor: pointer;
  text-align: center;
  background: #fff;
  border-radius: 0;
  color: #AF1C2E;
  border: none;
  box-shadow: none;
  padding: 16px;
}

.featherlight .featherlight-close-icon svg path {
  fill: #AF1C2E;
}

/* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */

.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.featherlight .featherlight-image {
  /* styling */
  width: 100%;
}

.featherlight-iframe .featherlight-content {
  /* removed the border for image croping since iframe is edge to edge */
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}

.featherlight iframe {
  /* styling */
  border: none;
}

.featherlight * {
  /* See https://github.com/noelboss/featherlight/issues/42 */
  box-sizing: border-box;
}

/* handling phones and small screens */

@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}

/* hide non featherlight items when printing */

@media print {
  @page {
    size: landscape;
  }

  html.with-featherlight > * > :not(.featherlight) {
    display: none;
  }
}

/* Block */

/* B1 - Header */

/* Block */

/* B2 - Footer */

/* Block */

/* B3 - Three Column Icon Callouts */

.threeColumnIconCallouts {
  margin-bottom: 3rem;
  margin-top: 1rem;
}

.B3-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.B3-items .C9 {
  width: 100%;
}

.B3-items .C9-link {
  height: 100%;
}

@media (min-width: 600px) {
  .B3-items .C9 {
    width: 50%;
  }
}

@media (min-width: 1025px) {
  .B3-items .C9 {
    width: 33.33333%;
  }
}

/* Block */

/* B4 - Full Width Image CTA */

.B4 {
  position: relative;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  display: flex;
  align-content: flex-end;
  align-items: flex-end;
  justify-content: flex-start;
  min-height: 430px;
}

@media (min-width: 800px) {
  .B4 {
    align-content: center;
    align-items: center;
  }
}

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

@media (min-width: 800px) {
  .B4 .row {
    padding-right: 0;
  }
}

@media (min-width: 1025px) {
  .B4 .row {
    padding-left: 0;
  }
}

.B4 .C11 {
  margin-bottom: 2rem;
  margin-left: 1rem;
  margin-right: 1rem;
  width: 100%;
}

@media (min-width: 800px) {
  .B4 .C11 {
    max-width: 565px;
    margin-top: 4rem;
    margin-bottom: 4rem;
    margin-left: 0;
    margin-right: 0;
  }
}

/* Block */

/* B5 - LP Hero */

.B5 {
  display: flex;
  position: relative;
  overflow: hidden;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 4rem;
  width: 100%;
  height: 420px;
}

@media (min-width: 340px) {
  .B5 {
    height: 500px;
  }
}

@media (min-width: 1400px) {
  .B5 {
    height: 600px;
  }
}

@media (min-width: 1600px) {
  .B5 {
    height: 571px;
  }
}

@media (min-width: 1700px) {
  .B5 {
    height: 607px;
  }
}

@media (min-width: 1800px) {
  .B5 {
    height: 643px;
  }
}

@media (min-width: 2000px) {
  .B5 {
    height: 714px;
  }
}

@media (max-height: 420px) {
  .B5 {
    height: 300px;
  }
}

.B5 .row {
  position: relative;
  bottom: 0;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 4rem;
  align-items: flex-end;
  max-width: 720px;
}

@media (min-width: 1025px) {
  .B5 .row {
    max-width: 1130px;
    margin-top: 0;
  }

  .B5 .row .C8 {
    position: absolute;
    bottom: 0;
    max-width: 465px;
  }
}

.B5.alt .row .C8 {
  right: 30px;
}

.B5.alt p {
  color: #fff;
  font-size: 1.2rem;
}

.B5.form-hero {
  min-height: 400px;
}

/* Block */

/* B6 - Full-width Flat Color Hero */

.B6 {
  background-color: #e8e8e8;
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 2rem;
}

@media (min-width: 600px) {
  .B6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.B6 .row {
  justify-content: center;
}

.B6 .row .col {
  width: 100%;
  max-width: 50rem;
}

.B6-heading {
  margin-bottom: 2rem;
}

@media (min-width: 800px) {
  .B6-heading {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1025px) {
  .B6-heading {
    width: 100%;
  }
}

.B6.bg-white .B6-copy {
  text-align: left;
}

/* Block */

/* B7 - LP Intro */

.B7 {
  margin-bottom: 4rem;
}

/* Block */

/* B8 - Icon Borders Grid CTA */

.iconBordersGridCta {
  margin-bottom: 4rem;
}

.B8-heading {
  margin-bottom: 30px;
}

@media (min-width: 800px) {
  .B8-heading {
    margin-bottom: 30px;
  }
}

.B8-items {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.B8-items .C14 {
  width: 100%;
}

.B8-items .C14-link {
  border-right-width: 0;
  height: 100%;
}

@media (min-width: 600px) {
  .B8-items .C14 {
    width: 50%;
  }

  .B8-items .C14:nth-child(1n) .C14-link {
    border-right-width: 1px;
  }

  .B8-items .C14:nth-child(2n) .C14-link {
    border-right-width: 0;
  }
}

@media (min-width: 1025px) {
  .B8-items .C14 {
    width: 33.33333%;
  }

  .B8-items .C14:nth-child(2n) .C14-link {
    border-right-width: 1px;
  }

  .B8-items .C14:nth-child(3n) .C14-link {
    border-right-width: 0;
  }
}

/* Block */

/* B9 - Text Only CTA Grid */

.B9 {
  margin-bottom: 4rem;
}

.B9-heading {
  margin-bottom: 30px;
}

@media (min-width: 800px) {
  .B9-heading {
    margin-bottom: 30px;
  }
}

.B9-items {
  display: flex;
  flex-wrap: wrap;
}

.B9-items .C15 {
  width: 100%;
}

.B9-items .C15-link {
  height: 100%;
}

@media (min-width: 480px) {
  .B9-items .C15 {
    width: 50%;
  }
}

@media (min-width: 1025px) {
  .B9-items .C15 {
    width: 33.33333%;
  }
}

/* Block */

/* B10 - FAQs Grid */

.B10 {
  background-color: #e8e8e8;
  padding-bottom: 8rem;
}

.B10 .C18 {
  margin-bottom: 1rem;
}

@media (min-width: 600px) {
  .B10 .C18 {
    margin-bottom: 4rem;
  }
}

.B10-heading {
  padding-top: 8rem;
  margin-bottom: 2rem;
}

.B10-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.B10-grid .C17 {
  width: 100%;
  margin-bottom: 1rem;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

@media (min-width: 600px) {
  .B10-grid .C17 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 2rem;
  }
}

@media (min-width: 1025px) {
  .B10-grid .C17 {
    width: 33.33333%;
  }
}

/* Block */

/* B12 - Default Two Column Block */

.B12 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* Block */

/* B13 - Default Narrow Single Column */

.B13 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* Block */

/* B14 - Default Full Width Image */

.B14 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* Block */

/* B15 - Features Callout */

.B15 {
  background-color: #7f7f7f;
  color: #fff;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 4rem;
  box-shadow: 1px 2px 6px 0 rgba(42, 40, 40, 0.4);
}

@media (min-width: 800px) {
  .B15-heading {
    margin-bottom: 0;
  }
}

.B15-feature-list {
  font-size: 1.06667rem;
  margin-top: 1rem;
  padding-left: 2rem;
  /*&.two-col {
      @apply .flex .flex-wrap;

      li {
        @apply .w-full;

        @screen lg {
          @apply .w-1/2;
        }
      }
    }*/
}

.B15-feature-list li {
  margin-bottom: 0;
  line-height: 2;
  padding-right: 2rem;
}

.B15-feature-list li a {
  color: #fff;
  text-decoration: underline;
}

.B15-feature-list li a:hover {
  text-transform: none;
}

.B15-feature-list-two-col-container {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}

@media (min-width: 800px) {
  .B15-feature-list-two-col-container {
    flex-direction: row;
  }
}

.B15-feature-list-two-col-container .B15-feature-list {
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
}

@media (min-width: 800px) {
  .B15-feature-list-two-col-container .B15-feature-list {
    width: 50%;
  }
}

.B15 .btn {
  flex-shrink: 0;
}

/* Block */

/* B16 - Service Rates */

.B16 {
  margin-bottom: 4rem;
}

/* Block */

/* B17 - Service User Guide */

.B17 {
  margin-bottom: 4rem;
}

/* Block */

/* B18 - Service Materials */

.B18 {
  margin-bottom: 4rem;
}

.B18-materials-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.B18-materials-list .C24 {
  width: 100%;
}

.B18-materials-list .C24-link {
  border-right-width: 0;
  height: 100%;
}

@media (min-width: 600px) {
  .B18-materials-list .C24 {
    width: 50%;
  }

  .B18-materials-list .C24:nth-child(1n) .C24-link {
    border-right-width: 1px;
  }

  .B18-materials-list .C24:nth-child(2n) .C24-link {
    border-right-width: 0;
  }
}

.B18-materials-list.unaccepted-materials-list .C24-icon .icon-circle:before {
  background-color: #fff;
  display: block;
  position: absolute;
  z-index: 10;
  content: "";
  width: 48px;
  height: 1.5px;
  transform: rotate(-45deg);
}

/* Block */

/* B19 - Sidebar */

/* Block */

/* B20 - Blog Post Feed */

/* Block */

/* B21 - Form */

@media (min-width: 800px) {
  .B21 .row.narrow .col.w-full:not([class*='sm:w']):not([class*='md:w']):not([class*='lg:w']):not([class*='xl:w']) {
    width: 83.33333%;
  }
}

.B21-heading {
  background-color: #fff;
  display: inline-block;
  margin-bottom: 2px;
  text-transform: uppercase;
  position: relative;
  z-index: 20;
  padding: 12px 40px 9px;
}

.B21-form-container {
  background-color: #fff;
  box-shadow: 1px 2px 6px 0 rgba(42,40,40,0.2);
  position: relative;
  z-index: 10;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 3rem;
}

@media (min-width: 600px) {
  .B21-form-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1025px) {
  .B21-form-container {
    padding: 30px 95px 45px;
  }
}

/* Block */

/* B22 - Post Detail Closing */

.B22 {
  justify-content: space-between;
  align-items: center;
  border-top-width: 2px;
  border-color: #d7d6d6;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: 4rem;
}

.B22 p.label {
  margin-bottom: 10px;
  color: #7f7f7f;
}

.B22 .social-list img,
.B22 .social-list svg {
  width: 40px;
  height: 40px;
}

@media (max-width: 600px) {
  .B23 figure {
    float: none !important;
  }
}

/* Block */

/* B24 - Featured Story Excerpt */

.B24 {
  text-align: center;
  margin-bottom: 3rem;
}

.B24 .row {
  justify-content: center;
}

.B24-heading.C16 {
  margin-bottom: 1rem;
}

.B24-heading span {
  width: 100%;
}

.B24-copy {
  padding-right: 4rem;
  margin-bottom: 20px;
}

.B24-benefitTypes-icons {
  margin-bottom: 20px;
}

.B24-benefitTypes-icons-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.B24-benefitTypes-icons-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
  margin-right: 1rem;
  flex: 1;
}

.B24-benefitTypes-icons-icon .icon-circle {
  margin-bottom: 1rem;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
}

@media (min-width: 600px) {
  .B24-benefitTypes-icons-icon {
    flex-direction: row;
  }

  .B24-benefitTypes-icons-icon .icon-circle {
    margin-bottom: 0;
  }
}

@media (min-width: 600px) {
  .B24-benefitTypes-icons-label {
    margin-left: 10px;
    margin-bottom: 0;
  }
}

/* Block */

/* B25 - Story Guide */

.B25 {
  padding-bottom: 8rem;
}

.B25 .C35 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

@media (min-width: 600px) {
  .B25 .C35 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
  }
}

@media (min-width: 800px) {
  .B25 .C35 {
    width: 33.33333%;
  }
}

.B26 {
  margin-bottom: 4rem;
}

.B27 {
  margin-bottom: 3rem;
}

.B27-copy {
  margin-bottom: 1rem;
}

@media (max-width: 420px) {
  .closed-loop__illustration {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.closed-loop__modal {
  display: none;
}

.clc {
  margin: 0;
  width: 400px;
  height: 400px;
  background-image: url("../assets/graphic_closed_loop_landingpage_background.png");
  background-size: 400px 400px;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  margin: 0 auto;
}

@media (max-width: 420px) {
  .clc {
    transform: scale(0.9);
    margin-top: -20px;
  }
}

@media (max-width: 370px) {
  .clc {
    transform: scale(0.8);
    margin-top: -50px;
  }
}

.clc li {
  margin: 0;
  width: 125px;
  height: 125px;
  position: absolute;
  margin-left: -62.5px;
  margin-top: -62.5px;
  top: 50%;
  left: 50%;
}

.clc a {
  display: block;
  background-image: url("../assets/graphic_closed_loop_landingpage_sprite.png");
  background-size: 250px 625px;
  background-repeat: no-repeat;
  width: 125px;
  height: 125px;
  transition: none;
}

.clc span {
  display: none;
}

.clc__landfill-waste {
  transform: translateY(-138px);
}

.clc__landfill-waste a {
  background-position: 0 0;
}

.clc__landfill-waste a:hover {
  background-position: -125px 0;
}

.clc__biogas-wells {
  transform: translate3d(135.15px, -45.26px, 0);
}

.clc__biogas-wells a {
  background-position: 0 -125px;
}

.clc__biogas-wells a:hover {
  background-position: -125px -125px;
}

.clc__rng-cng-fuels {
  transform: translate3d(86.28px, 130px, 0);
}

.clc__rng-cng-fuels a {
  background-position: 0 -250px;
}

.clc__rng-cng-fuels a:hover {
  background-position: -125px -250px;
}

.clc__fuel-stations {
  transform: translate3d(-86.28px, 130px, 0);
}

.clc__fuel-stations a {
  background-position: 0 -375px;
}

.clc__fuel-stations a:hover {
  background-position: -125px -375px;
}

.clc__vehicles {
  transform: translate3d(-135.15px, -45.26px, 0);
}

.clc__vehicles a {
  background-position: 0 -500px;
}

.clc__vehicles a:hover {
  background-position: -125px -500px;
}

.closed-loop__modal {
  height: 100vh;
  overflow: hidden;
  width: 100%;
}

.clm {
  color: #fff;
  text-align: center;
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.clm__heading {
  font-size: 16px;
  line-height: 32px;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  margin-top: 30px;
}

.clm__graphic {
  position: absolute;
  width: 1700px;
  height: 1700px;
  background-image: url("../assets/graphic_modal_loop_illos.png");
  transform-origin: center;
  transform: rotate(0deg);
  left: 50%;
  margin-left: -850px;
  top: 30px;
  z-index: 1;
  transition: transform 250ms ease-in-out;
}

@media (min-width: 420px) {
  .clm__graphic {
    transition: transform 500ms ease-in-out;
  }
}

@media (max-height: 880px) {
  .clm__graphic {
    width: 1300px;
    height: 1300px;
    margin-left: -650px;
    background-size: 1300px 1300px;
  }
}

@media (max-height: 750px) {
  .clm__graphic {
    width: 1000px;
    height: 1000px;
    margin-left: -500px;
    background-size: 1000px 1000px;
    transition: transform 500ms ease-in-out;
  }
}

@media (max-height: 370px) {
  .clm__graphic {
    width: 750px;
    height: 750px;
    margin-left: -375px;
    background-size: 750px 750px;
  }
}

.clm__graphic--photo {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../assets/graphic_modal_loop_photos.png");
  background-size: 1700px 1700px;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  -webkit-clip-path: circle(280px at 50% 10%);
          clip-path: circle(280px at 50% 10%);
}

.clm__graphic--photo[data-position='1'] {
  -webkit-clip-path: circle(280px at 84% 40%);
          clip-path: circle(280px at 84% 40%);
}

.clm__graphic--photo[data-position='2'] {
  -webkit-clip-path: circle(280px at 75% 80%);
          clip-path: circle(280px at 75% 80%);
}

.clm__graphic--photo[data-position='3'] {
  -webkit-clip-path: circle(280px at 29% 80%);
          clip-path: circle(280px at 29% 80%);
}

.clm__graphic--photo[data-position='4'] {
  -webkit-clip-path: circle(280px at 15% 40%);
          clip-path: circle(280px at 15% 40%);
}

.animated .clm__graphic--photo {
  opacity: 1;
}

@media (max-height: 880px) {
  .clm__graphic--photo {
    background-size: 1300px 1300px;
  }
}

@media (max-height: 750px) {
  .clm__graphic--photo {
    background-size: 1000px 1000px;
  }
}

@media (max-height: 370px) {
  .clm__graphic--photo {
    background-size: 750px 750px;
  }
}

.animate .clm__graphic--photo {
  -webkit-animation-name: fadeOutIn;
          animation-name: fadeOutIn;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.clm__gradient--bottom {
  position: absolute;
  bottom: 0;
  height: auto;
  top: 300px;
  width: 100vw;
  background: linear-gradient(0deg, #2A2828, #2A2828 20%, rgba(42, 40, 40, 0));
  z-index: 5;
}

.clm__gradient--left {
  position: absolute;
  top: 400px;
  left: 0;
  height: 600px;
  width: 1200px;
  z-index: 5;
  background: linear-gradient(0deg, #2A2828, #2A2828 50%, rgba(42, 40, 40, 0));
  transform: translate3d(-40%, 20%, 0) rotate(45deg);
}

.clm__gradient--right {
  position: absolute;
  top: 400px;
  right: 0;
  height: 600px;
  width: 1200px;
  z-index: 5;
  background: linear-gradient(0deg, #2A2828, #2A2828 50%, rgba(42, 40, 40, 0));
  transform: translate3d(40%, 20%, 0) rotate(-45deg);
}

.clm__captions {
  position: absolute;
  width: 100%;
  max-width: 540px;
  left: 50%;
  transform: translateX(-50%);
  top: 520px;
  z-index: 10;
}

.clm__captions__heading {
  font-size: 32px;
  line-height: 40px;
  display: none;
}

.clm__captions__copy {
  font-size: 17px;
  line-height: 30px;
  display: none;
}

@media (max-height: 880px) {
  .clm__captions {
    top: 420px;
    max-width: 500px;
  }
}

@media (max-height: 750px) {
  .clm__captions {
    top: 320px;
    max-width: 360px;
  }

  .clm__captions__heading {
    font-size: 24px;
    line-height: 32px;
  }

  .clm__captions__copy {
    font-size: 15px;
    line-height: 28px;
  }
}

@media (max-height: 370px) {
  .clm__captions {
    top: 245px;
  }
}

@media (min-height: 300px) {
  .clm__captions__heading {
    display: block;
  }
}

@media (min-height: 600px) {
  .clm__captions__copy {
    display: block;
  }
}

.clm__caption {
  opacity: 0;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 500ms ease-in-out;
}

.clm__caption.active {
  opacity: 1;
}

.clm__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  max-width: 660px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15%;
  z-index: 10;
  display: none;
}

@media (min-width: 375px) and (min-height: 414px) {
  .clm__pagination {
    display: flex;
  }
}

@media (max-width: 400px) {
  .clm__pagination--prev.btn, .clm__pagination--next.btn {
    padding: 8px 1rem;
  }
}

@media (max-height: 630px) {
  .clm__pagination {
    bottom: 60px;
  }
}

.clm__pagination--prev span {
  display: block;
  transform: rotate(180deg);
}

.clm__pagination--list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 3rem;
  margin-right: 3rem;
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 467px) {
  .clm__pagination--list {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

@media (max-width: 375px) {
  .clm__pagination--list {
    margin-left: 5px;
    margin-right: 5px;
  }
}

.clm__pagination--list li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  width: 45px;
  height: 45px;
  border: 2px solid transparent;
  border-radius: 45px;
  font-size: 20px;
  font-weight: normal;
  cursor: pointer;
  visibility: hidden;
}

@media (min-height: 600px) {
  .clm__pagination--list li {
    visibility: visible;
  }
}

.clm__pagination--list li.active {
  border-color: #7F7E7E;
}

.closed-loop.featherlight {
  background-color: #2A2828;
}

.closed-loop.featherlight .featherlight-content {
  padding: 0;
  background-color: transparent;
  border-width: 0;
  width: 100%;
  height: 100%;
  position: relative;
  max-height: none;
}

.closed-loop.featherlight .featherlight-close-icon {
  color: #fff;
  border-width: 2px;
  font-size: .73333rem;
  border-color: #fff;
  box-shadow: none;
  background-color: transparent;
  padding: 5px 6px 5px 6px;
  top: auto;
  bottom: 15px;
  right: 15px;
}

@media (min-width: 370px) {
  .closed-loop.featherlight .featherlight-close-icon {
    bottom: auto;
    top: 30px;
    right: 30px;
  }
}

.closed-loop.featherlight .featherlight-close-icon .svg {
  vertical-align: text-bottom;
}

.closed-loop.featherlight .featherlight-close-icon svg {
  width: 1.3em;
}

.closed-loop.featherlight .featherlight-close-icon:hover, .closed-loop.featherlight .featherlight-close-icon.hover {
  background-color: #fff;
  color: #2a2828;
  box-shadow: 0 3px 6px 0 rgba(42,40,40,0.3);
}

.closed-loop.featherlight .featherlight-close-icon span.label {
  display: none;
}

@media (min-width: 450px) {
  .closed-loop.featherlight .featherlight-close-icon {
    padding: 5px 18px 4px 15px;
  }

  .closed-loop.featherlight .featherlight-close-icon span.label {
    display: inline;
  }
}

.closed-loop.featherlight .arrow-link {
  display: inline-block;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: .33rem;
  margin-bottom: .33rem;
}

.closed-loop.featherlight .arrow-link:first-of-type {
  margin-left: 0;
}

@-webkit-keyframes fadeOutIn {
  0% {
    opacity: 1;
  }

  30% {
    opacity: 0;
  }

  60% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeOutIn {
  0% {
    opacity: 1;
  }

  30% {
    opacity: 0;
  }

  60% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* Component */

/* C1 - Header Quick Nav */

/* Component */

/* C2 - Header Main Menu */

/* Component */

/* C3 - Header Dropdown Menu */

/* Component */

/* C4 - Footer Newsletter Signup */

.C4-heading {
  line-height: 1.4;
}

.C4-copy {
  color: #555353;
  font-size: 1rem;
  margin-bottom: 0;
}

/* Component */

/* C5 - Footer Menu */

.C6 {
  line-height: 0;
}

.C6 a {
  display: inline-block;
  padding-right: 13px;
}

.C6 a:last-child {
  padding-right: 0;
}

.C6 a svg path,
.C6 a svg polygon {
  transition: all .3s;
  transition-property: all;
}

.C6 img,
.C6 svg {
  width: 44px;
  height: 44px;
}

.C6 svg path,
.C6 svg polygon {
  fill: #555353;
}

.C6 a:hover svg path,
.C6 a:hover svg polygon {
  fill: #af1c2e;
}

/* Component */

/* C7 - Footer Search */

/* Component */

/* C8 - Over Image Title Bar */

.C8 {
  background-color: rgba(42,40,40,0.80);
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 3rem;
  padding-right: 3rem;
  margin-bottom: 3rem;
  max-width: 720px;
}

.hero-caption-right .C8 {
  right: 30px;
}

.C8-heading {
  margin: 0;
  color: #fff;
}

.C8-body {
  margin: 0;
  color: #fff;
  font-size: 1.06667rem;
}

@media (min-width: 800px) {
  .C8-body {
    font-size: 1.2rem;
  }
}

/* Component */

/* C9 - Single Column Icon Callout */

.C9-link {
  display: flex;
  justify-content: flex-start;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.C9-heading {
  color: #2a2828;
  margin-bottom: 0;
}

.C9-subheading {
  color: #2a2828;
  margin-bottom: 10px;
  flex-grow: 1;
}

.C9-icon {
  margin-right: 1rem;
}

.C9-copy {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  margin-right: 2rem;
  flex-basis: 0%;
}

@media (min-width: 1025px) {
  .C9-copy {
    margin-right: 1rem;
  }
}

/* Component */

/* C11 - Over Image Callout Message */

.C11 {
  background-color: rgba(42,40,40,0.80);
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 3rem;
  color: #fff;
}

.C11-heading {
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
}

.C11-copy {
  color: #fff;
  margin-bottom: 1rem;
}

/* Component */

/* C12 - LP Intro Message */

.C12 {
  margin-bottom: 2rem;
}

.C12 a.btn {
  margin-top: 2rem;
}

/* Component */

/* C13 - Callout Message */

.C13 {
  background-color: #e8e8e8;
  padding: 2rem;
  margin-bottom: 2rem;
  box-shadow: 1px 2px 6px 0 rgba(42,40,40,0.15);
}

/* Component */

/* C14 - Icon Borders CTA */

.C14-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-color: #e8e8e8;
  border-right-width: 1px;
  border-bottom-width: 1px;
  padding-left: 2rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.C14-heading {
  color: #2a2828;
  margin-bottom: 0;
}

.C14-icon {
  margin-right: 1rem;
}

/* Component */

/* C15 - Text Only CTA */

.C15 {
  margin-bottom: 3px;
}

.C15-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #7f7f7f;
  color: #fff;
  font-size: 1.2rem;
  padding-left: 2rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-right: 3px;
  box-shadow: 1px 2px 6px 0 rgba(42,40,40,0.15);
}

.C15-link span {
  font-weight: 500;
}

.C15-link:hover, .C15-link.hover {
  color: #fff;
  background-color: #555353;
  box-shadow: 1px 2px 6px 0 rgba(42, 40, 40, 0.4);
}

.C15-heading {
  color: #2a2828;
  margin-bottom: 0;
}

.C15-icon {
  margin-right: 1rem;
}

/* Component */

/* C16 - Double Border Title */

.C16 {
  border-bottom-width: 1px;
  border-color: #d7d6d6;
  display: block;
  width: 100%;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-weight: 500;
  letter-spacing: 4px;
  font-size: 1.1rem;
}

@media (min-width: 600px) {
  .C16 {
    font-size: 1.2rem;
  }
}

.C16 span {
  display: inline-block;
  border-top-width: 1px;
  border-color: #d7d6d6;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* Component */

/* C17 - FAQ */

.C17-card {
  background-color: #7f7f7f;
  box-shadow: 1px 2px 6px 0 rgba(42, 40, 40, 0.4);
  color: #fff;
  padding: 2rem;
  cursor: pointer;
  transition: all .3s;
  height: 100%;
  width: 100%;
  min-height: 140px;
}

@media (min-width: 800px) {
  .C17-card {
    min-height: 180px;
  }
}

.C17-card:hover {
  background-color: #555353;
  box-shadow: 1px 4px 8px 0 rgba(42, 40, 40, 0.5);
}

/* Component */

/* C18 - FAQ Filters */

.C18 select {
  margin-bottom: 1rem;
}

@media (min-width: 600px) {
  .C18 select {
    margin-bottom: 0;
  }
}

.C18-button button {
  margin-bottom: 0;
  opacity: 0;
}

.C18-button button.small {
  padding: 5px 25px 4px;
  line-height: 1.45;
}

.C18-button button span.svg {
  font-size: 9px;
  margin-right: 4px;
}

.C18-button button span.svg svg {
  vertical-align: 0;
}

/* Component */

/* C19 - FAQ Window */

.C19 {
  display: none;
}

.featherlight .C19 {
  display: block;
}

.C19-question {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom-width: 1px;
  border-color: #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.C19-icon {
  margin-right: 1rem;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
}

.faq.featherlight {
  background-color: rgba(42,40,40,0.9);
}

.faq.featherlight .featherlight-content {
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 4rem;
  padding-bottom: 0;
  min-width: 320px;
  max-width: 880px;
  width: 95%;
  min-height: 350px;
  max-height: 95%;
  border-bottom: 48px solid #fff;
}

.faq.featherlight .featherlight-close-icon {
  color: #af1c2e;
  transition: all .3s;
  border-width: 2px;
  border-color: #af1c2e;
  background-color: #fff;
  font-size: 1rem;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 1rem;
  padding-right: 1rem;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 5px;
  box-shadow: none;
  font-weight: 500;
  border: 2px solid #af1c2e;
  outline: none;
  font-size: 11px;
  width: auto;
  line-height: 13px;
  top: 16px;
  right: 15px;
}

.faq.featherlight .featherlight-close-icon span {
  font-size: 9px;
}

.faq.featherlight .featherlight-close-icon svg {
  margin-right: .33rem;
}

.faq.featherlight .featherlight-close-icon svg path,
.faq.featherlight .featherlight-close-icon svg polygon,
.faq.featherlight .featherlight-close-icon svg polyline {
  fill: currentColor;
}

.faq.featherlight .featherlight-close-icon:hover {
  color: #831522;
  border-color: #831522;
}

/* Component */

/* C20 - Alerts Window*/

.C20 {
  display: none;
}

.C20-container {
  display: flex;
}

.C20-logo {
  flex-shrink: 0;
  margin-right: 2rem;
  display: none;
  width: 130px;
}

@media (min-width: 600px) {
  .C20-logo {
    display: block;
  }
}

.C20-header {
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom-width: 2px;
  border-color: #e8e8e8;
  display: flex;
  align-items: center;
}

.C20-heading {
  margin-bottom: 0;
  flex-shrink: 10;
}

.C20-icon {
  margin-right: 1rem;
  width: 48px;
  height: 48px;
}

.C20-icon svg {
  width: 27px;
  height: 18px;
}

@media (min-width: 600px) {
  .C20 .postMeta {
    display: none;
  }
}

.C20 .postMeta-category {
  margin-bottom: 10px;
}

.alert.featherlight {
  background-color: rgba(42,40,40,0.9);
}

.alert.featherlight .featherlight-content {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 3rem;
  padding-bottom: 0;
  min-width: 320px;
  max-width: 880px;
  width: 95%;
  min-height: 350px;
  max-height: 95%;
  border-bottom: 40px solid #fff;
}

@media (min-width: 340px) {
  .alert.featherlight .featherlight-content {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 4rem;
    padding-bottom: 0;
    border-bottom: 48px solid #fff;
  }
}

.alert.featherlight .featherlight-close-icon {
  display: none;
}

/* Component */

/* C21 - In-page Fixed Navigation */

.C21 {
  position: relative;
  margin-top: 2rem;
  margin-bottom: -1.5rem;
  background-color: #fff;
  z-index: 40;
  height: 70px;
}

@media (min-width: 800px) {
  .C21 {
    height: 33px;
  }
}

.C21.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  margin: 0;
  padding: 0;
}

@media (min-width: 800px) {
  .C21.fixed {
    height: 33px;
  }
}

.C21-inner {
  position: relative;
  width: 100%;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  overflow: hidden;
  border-bottom-width: 1px;
  border-color: #e8e8e8;
}

@media (max-width: 800px) {
  .C21-nav-list {
    position: absolute;
    width: 50%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    padding-left: 15px;
    transition: all .3s;
    height: 70px;
    z-index: 55;
  }

  .C21-nav-list li {
    display: flex;
    align-items: center;
    align-content: center;
    margin: 0;
    padding: 0;
    height: 70px;
  }

  .C21-nav-list li a {
    display: block;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.86667rem;
    color: #2a2828;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .3s;
    transition-property: color;
    position: relative;
    overflow: hidden;
  }

  .C21-nav-list li a::before {
    transition: all .3s;
    content: '';
    position: absolute;
    top: 50%;
    left: -18px;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #af1c2e;
  }

  .C21-nav-list li a:hover, .C21-nav-list li a:active, .C21-nav-list li a:focus, .C21-nav-list li a.active {
    color: #af1c2e;
  }

  .C21-nav-list li a:hover::before, .C21-nav-list li a:active::before, .C21-nav-list li a:focus::before, .C21-nav-list li a.active::before {
    left: 0px;
  }
}

@media (min-width: 800px) {
  .C21-nav-list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    border-bottom-width: 1px;
    border-color: #e8e8e8;
    width: 100%;
    line-height: 33px;
  }

  .C21-nav-list li {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 33px;
  }

  .C21-nav-list li a {
    display: block;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 0.86667rem;
    color: #2a2828;
    font-weight: 500;
    text-transform: uppercase;
    border-right-width: 1px;
    border-color: #e8e8e8;
    transition: all .3s;
    transition-property: color;
    position: relative;
    overflow: hidden;
    line-height: 33px;
  }

  .C21-nav-list li a::before {
    transition: all .3s;
    content: '';
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: rotate(45deg) translateX(-50%);
    width: 10px;
    height: 10px;
    background-color: #af1c2e;
  }

  .C21-nav-list li a:hover, .C21-nav-list li a:active, .C21-nav-list li a:focus, .C21-nav-list li a.active {
    color: #af1c2e;
  }

  .C21-nav-list li a:hover::before, .C21-nav-list li a:active::before, .C21-nav-list li a:focus::before, .C21-nav-list li a.active::before {
    bottom: -9px;
  }

  .C21-nav-list li:last-child a {
    border-right-width: 0;
  }
}

.C21-mobile-controls {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 1rem;
  padding-right: 15px;
  z-index: 56;
}

.C21-mobile-controls-up {
  margin-right: 4px;
}

.C21-mobile-controls-up .svg {
  transform: rotate(-90deg) translateX(-2px);
}

.C21-mobile-controls-down .svg {
  transform: rotate(90deg) translateX(-2px);
}

@media (min-width: 800px) {
  .C21-mobile-controls {
    display: none;
  }
}

.C21.pseudo-tabs .C21-nav-list li a {
  cursor: default;
}

.C21.pseudo-tabs .C21-nav-list li.active a {
  color: #af1c2e;
}

@media (max-width: 800px) {
  .C21.pseudo-tabs .C21-nav-list li.active a::before {
    left: 0;
  }
}

@media (min-width: 800px) {
  .C21.pseudo-tabs .C21-nav-list li.active a::before {
    bottom: -9px;
  }
}

.C21.pseudo-tabs .C21-nav-list li:not(.active) a,
.C21.pseudo-tabs .C21-nav-list li:not(.active) a:hover,
.C21.pseudo-tabs .C21-nav-list li:not(.active) a:active,
.C21.pseudo-tabs .C21-nav-list li:not(.active) a:focus {
  color: #2a2828;
}

.C21.pseudo-tabs .C21-nav-list li:not(.active) a:before,
.C21.pseudo-tabs .C21-nav-list li:not(.active) a:hover:before,
.C21.pseudo-tabs .C21-nav-list li:not(.active) a:active:before,
.C21.pseudo-tabs .C21-nav-list li:not(.active) a:focus:before {
  display: none;
}

@media (max-width: 800px) {
  .C21.pseudo-tabs .C21-nav-list li:not(.active) {
    display: none;
  }
}

/* Component */

/* C23 - User Guide Message */

.C23 {
  margin-bottom: 4rem;
}

.C23 picture {
  margin-bottom: 2rem;
  display: block;
}

/* Component */

/* C24 - Icon Borders Materials */

.C24-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-color: #e8e8e8;
  border-right-width: 1px;
  border-bottom-width: 1px;
  padding-left: 2rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.C24-link.C24-link--with-description {
  align-items: flex-start;
}

.C24-heading {
  color: #2a2828;
  margin-bottom: 0;
}

.C24-icon {
  margin-right: 1rem;
}

.C24-copy p {
  margin-top: .33rem;
  font-size: 1rem;
  line-height: 1.2;
}

/* Component */

/* C25 - Sidebar Menu */

.C25 {
  margin-bottom: 3rem;
}

.C25-heading {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.066666667rem;
  line-height: 1.75;
}

.C25-list {
  padding: 0;
  margin-bottom: 3rem;
  margin-left: 1rem;
}

.C25-list li {
  margin: 0;
  padding: 0;
}

.C25-list li a {
  font-size: 0.93333rem;
  color: #555353;
  display: block;
  line-height: 2;
}

.C25-list li a:hover, .C25-list li a:active, .C25-list li a:focus {
  color: #af1c2e;
}

/* Component */

/* C26 - Sidebar Callout */

.C26 {
  background-color: #e8e8e8;
  padding: 2rem;
  margin-bottom: 3rem;
  box-shadow: 1px 2px 6px 0 rgba(42,40,40,0.15);
}

.C26-heading {
  margin-bottom: 4px;
}

.C26-copy {
  margin-bottom: .33rem;
}

/* Component */

/* C27 - Blog Post Feed Excerpt */

.C27 {
  display: flex;
  flex-direction: column;
  padding-bottom: 1rem;
  border-color: #d7d6d6;
  border-bottom-width: 1px;
  margin-bottom: 3rem;
}

@media (min-width: 800px) {
  .C27 {
    flex-direction: row;
  }
}

.C27-icon {
  display: flex;
  width: 100%;
  flex-shrink: 0;
  align-items: center;
  margin-bottom: 1rem;
}

@media (min-width: 800px) {
  .C27-icon {
    display: block;
    margin-bottom: 0;
    width: 63px;
  }
}

.C27-icon .icon-circle {
  margin-right: 1rem;
  width: 48px;
  height: 48px;
}

@media (min-width: 800px) {
  .C27-icon .icon-circle {
    margin-right: 0;
  }
}

.C27-copy .postMeta {
  display: none;
}

@media (min-width: 800px) {
  .C27-copy .postMeta {
    display: flex;
  }

  .C27-copy .postMeta-category {
    margin-bottom: 0;
  }
}

.C27-heading {
  margin-bottom: 3px;
  font-size: 1.33333rem;
}

@media (min-width: 800px) {
  .C27-heading {
    font-size: 1.73333rem;
    margin-bottom: 6px;
  }
}

.C27-heading a {
  color: #2a2828;
}

.C27-heading a:hover {
  color: #af1c2e;
}

.C27-excerpt {
  margin-bottom: 20px;
}

@media (min-width: 800px) {
  .C27.meta-only {
    align-items: center;
  }
}

.C27.meta-only .C27-icon {
  width: 73px;
}

.C27.meta-only .C27-meta {
  margin-bottom: 0;
}

.C27.meta-only .C27-heading, .C27.meta-only .C27-excerpt,
.C27.meta-only .C27-copy .arrow-link {
  display: none;
}

.C31 {
  margin-top: 4rem;
  margin-bottom: 2rem;
}

.C31 h1 {
  margin-bottom: 0;
}

/* Component */

/* C34 - Post Feed Excerpt */

.C34 {
  display: flex;
  flex-direction: row;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

.C34-icon {
  flex-shrink: 0;
  width: 63px;
}

.C34-icon .icon-circle {
  width: 48px;
  height: 48px;
}

.C34-heading {
  margin-bottom: .33rem;
}

.C34-heading a {
  color: #2a2828;
}

.C34-heading a:hover {
  color: #af1c2e;
}

/* Component */

/* C35 - Story with Icon Excerpt */

.C35-link {
  display: flex;
  flex-direction: column;
  color: #2a2828;
  box-shadow: 1px 2px 6px 0 rgba(42,40,40,0.15);
  height: 100%;
  background-color: #e8e8e8;
}

.C35-link:hover {
  box-shadow: 1px 4px 8px 0 rgba(42, 40, 40, 0.5);
}

.C35-image {
  position: relative;
  min-height: 1px;
}

.C35-image img {
  display: block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.C35-icon {
  position: absolute;
  display: flex;
  align-items: flex-end;
  left: 15px;
  bottom: -33px;
}

.C35-icon .icon-circle {
  width: 66px;
  height: 66px;
}

.C35-icon-label {
  color: #2a2828;
  margin-left: 10px;
  font-size: 0.86667rem;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

.C35-copy {
  padding-top: 3rem;
  padding-bottom: 10px;
  padding-left: 2rem;
  padding-right: 2rem;
  color: #2a2828;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.C35-copy .pseudo-link {
  color: #af1c2e;
}

.C35-heading {
  margin-bottom: 4px;
}

.C35-excerpt {
  margin-bottom: 20px;
}

.C35 .pseudo-link {
  margin-top: auto;
  align-self: flex-start;
}

/* Component */

/* C36 - Blog Post Detail Meta */

.C36 {
  display: flex;
  flex-direction: column;
  padding-bottom: 1rem;
  border-color: #d7d6d6;
  border-bottom-width: 1px;
  margin-bottom: 3rem;
}

@media (min-width: 800px) {
  .C36 {
    flex-direction: row;
    align-items: center;
  }
}

.C36-icon {
  display: flex;
  width: 100%;
  flex-shrink: 0;
  align-items: center;
  margin-bottom: 0;
}

@media (min-width: 800px) {
  .C36-icon {
    display: block;
    margin-bottom: 0;
    width: 73px;
  }
}

.C36-icon .icon-circle {
  margin-right: 1rem;
  width: 48px;
  height: 48px;
}

@media (min-width: 800px) {
  .C36-icon .icon-circle {
    margin-right: 0;
  }
}

.C36 .postMeta {
  margin-bottom: 0;
}

.C36-copy .postMeta {
  display: none;
}

@media (min-width: 800px) {
  .C36-copy .postMeta {
    display: flex;
  }

  .C36-copy .postMeta-category {
    margin-bottom: 0;
  }
}

/* Component */

/* C37 - Story Post Detail Meta */

.C37 {
  display: flex;
  flex-direction: column;
  padding-bottom: 1rem;
  border-color: #d7d6d6;
  border-bottom-width: 1px;
  margin-bottom: 3rem;
}

@media (min-width: 800px) {
  .C37 {
    flex-direction: row;
    align-items: center;
  }
}

.C37-icon {
  display: flex;
  width: 100%;
  flex-shrink: 0;
  align-items: center;
  margin-bottom: 0;
}

@media (min-width: 800px) {
  .C37-icon {
    display: block;
    margin-bottom: 0;
    width: 73px;
  }
}

.C37-icon .icon-circle {
  margin-right: 1rem;
  width: 48px;
  height: 48px;
}

@media (min-width: 800px) {
  .C37-icon .icon-circle {
    margin-right: 0;
  }
}

.C37 .postMeta {
  margin-bottom: 0;
}

.C37-copy .postMeta {
  display: none;
}

@media (min-width: 800px) {
  .C37-copy .postMeta {
    display: flex;
  }

  .C37-copy .postMeta-category {
    margin-bottom: 0;
  }
}

.arrow-link {
  font-weight: 400;
}

.arrow-link .icon {
  display: inline-block;
  padding-left: 1px;
  width: 1rem;
}

.arrow-link .icon svg {
  vertical-align: -0.05em;
  height: 0.667em;
}

.arrow-link .icon svg path,
.arrow-link .icon svg polygon,
.arrow-link .icon svg polyline {
  fill: currentColor;
}

.arrow-link-left .icon {
  padding-left: 0;
  padding-right: 1px;
}

.arrow-link:hover, .arrow-link.hover,
a:hover .arrow-link {
  text-shadow: 0 2px 4px 0 rgba(42, 40, 40, 0.1);
}

.arrow-link:hover .icon, .arrow-link.hover .icon,
a:hover .arrow-link .icon {
  transform: translateX(10px);
}

.arrow-link:hover .icon path,
.arrow-link:hover .icon polygon,
.arrow-link:hover .icon polyline, .arrow-link.hover .icon path,
.arrow-link.hover .icon polygon,
.arrow-link.hover .icon polyline,
a:hover .arrow-link .icon path,
a:hover .arrow-link .icon polygon,
a:hover .arrow-link .icon polyline {
  fill: currentColor;
}

.arrow-link:active, .arrow-link.active,
a:active .arrow-link {
  text-shadow: 0 2px 6px 0 rgba(42, 40, 40, 0.2);
}

.arrow-link-left:hover .icon,
a:hover .arrow-link-left .icon {
  transform: translateX(-10px);
}

.arrow-link-left:hover .icon path,
.arrow-link-left:hover .icon polygon,
.arrow-link-left:hover .icon polyline,
a:hover .arrow-link-left .icon path,
a:hover .arrow-link-left .icon polygon,
a:hover .arrow-link-left .icon polyline {
  fill: currentColor;
}

.arrow-link.white {
  color: #fff;
}

.arrow-link.white:hover, .arrow-link.white.hover {
  color: #fff;
}

.btn,
button,
p.button > a,
#main-content .form-container #rCw .btn,
input[type='submit'] {
  border-radius: 9999px;
  font-family: Rubik, Trebuchet MS, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 2rem;
  padding-right: 2rem;
  -webkit-font-smoothing: antialiased;
  font-size: 0.93333rem;
  color: #fff;
  transition: all .3s;
  transition-property: background;
  line-height: 1.75;
  display: inline-block;
  box-shadow: 0 2px 4px 0 rgba(42,40,40,0.20);
}

.btn:hover, .btn.hover,
button:hover,
button.hover,
p.button > a:hover,
p.button > a.hover,
#main-content .form-container #rCw .btn:hover,
#main-content .form-container #rCw .btn.hover,
input[type='submit']:hover,
input[type='submit'].hover {
  box-shadow: 0 3px 6px 0 rgba(42,40,40,0.3);
}

.btn:active, .btn.active,
button:active,
button.active,
p.button > a:active,
p.button > a.active,
#main-content .form-container #rCw .btn:active,
#main-content .form-container #rCw .btn.active,
input[type='submit']:active,
input[type='submit'].active {
  box-shadow: 0 3px 10px 0 rgba(42,40,40,0.4);
}

.btn:disabled, .btn.disabled,
button:disabled,
button.disabled,
p.button > a:disabled,
p.button > a.disabled,
#main-content .form-container #rCw .btn:disabled,
#main-content .form-container #rCw .btn.disabled,
input[type='submit']:disabled,
input[type='submit'].disabled {
  box-shadow: none;
}

.btn.inline-submit,
button.inline-submit,
p.button > a.inline-submit,
#main-content .form-container #rCw .btn.inline-submit,
input[type='submit'].inline-submit {
  border-radius: 0 4px 4px 0;
  height: 45px;
}

.btn, .btn.default,
button,
button.default,
p.button > a,
p.button > a.default,
#main-content .form-container #rCw .btn,
#main-content .form-container #rCw .btn.default,
input[type='submit'],
input[type='submit'].default {
  background-color: #af1c2e;
  color: #fff;
  border-color: #af1c2e;
}

.btn:hover, .btn:active, .btn.hover, .btn.active, .btn.default:hover, .btn.default:active, .btn.default.hover, .btn.default.active,
button:hover,
button:active,
button.hover,
button.active,
button.default:hover,
button.default:active,
button.default.hover,
button.default.active,
p.button > a:hover,
p.button > a:active,
p.button > a.hover,
p.button > a.active,
p.button > a.default:hover,
p.button > a.default:active,
p.button > a.default.hover,
p.button > a.default.active,
#main-content .form-container #rCw .btn:hover,
#main-content .form-container #rCw .btn:active,
#main-content .form-container #rCw .btn.hover,
#main-content .form-container #rCw .btn.active,
#main-content .form-container #rCw .btn.default:hover,
#main-content .form-container #rCw .btn.default:active,
#main-content .form-container #rCw .btn.default.hover,
#main-content .form-container #rCw .btn.default.active,
input[type='submit']:hover,
input[type='submit']:active,
input[type='submit'].hover,
input[type='submit'].active,
input[type='submit'].default:hover,
input[type='submit'].default:active,
input[type='submit'].default.hover,
input[type='submit'].default.active {
  background-color: #831522;
  color: #fff;
  border-color: #831522;
}

.btn:disabled, .btn.disabled, .btn.default:disabled, .btn.default.disabled,
button:disabled,
button.disabled,
button.default:disabled,
button.default.disabled,
p.button > a:disabled,
p.button > a.disabled,
p.button > a.default:disabled,
p.button > a.default.disabled,
#main-content .form-container #rCw .btn:disabled,
#main-content .form-container #rCw .btn.disabled,
#main-content .form-container #rCw .btn.default:disabled,
#main-content .form-container #rCw .btn.default.disabled,
input[type='submit']:disabled,
input[type='submit'].disabled,
input[type='submit'].default:disabled,
input[type='submit'].default.disabled {
  background-color: #7f7f7f;
  color: #fff;
  border-color: #7f7f7f;
}

.btn.secondary,
button.secondary,
p.button > a.secondary,
#main-content .form-container #rCw .btn.secondary,
input[type='submit'].secondary {
  background-color: #a9a7a7;
  color: #fff;
  border-color: #a9a7a7;
}

.btn.secondary:hover, .btn.secondary:active, .btn.secondary.hover, .btn.secondary.active,
button.secondary:hover,
button.secondary:active,
button.secondary.hover,
button.secondary.active,
p.button > a.secondary:hover,
p.button > a.secondary:active,
p.button > a.secondary.hover,
p.button > a.secondary.active,
#main-content .form-container #rCw .btn.secondary:hover,
#main-content .form-container #rCw .btn.secondary:active,
#main-content .form-container #rCw .btn.secondary.hover,
#main-content .form-container #rCw .btn.secondary.active,
input[type='submit'].secondary:hover,
input[type='submit'].secondary:active,
input[type='submit'].secondary.hover,
input[type='submit'].secondary.active {
  background-color: #7f7f7f;
  color: #fff;
  border-color: #7f7f7f;
}

.btn.outline,
button.outline,
p.button > a.outline,
#main-content .form-container #rCw .btn.outline,
input[type='submit'].outline {
  color: #555353;
  border-width: 2px;
  border-color: #555353;
  background-color: transparent;
  padding-bottom: 7px;
  box-shadow: none;
}

.btn.outline:hover, .btn.outline.hover,
button.outline:hover,
button.outline.hover,
p.button > a.outline:hover,
p.button > a.outline.hover,
#main-content .form-container #rCw .btn.outline:hover,
#main-content .form-container #rCw .btn.outline.hover,
input[type='submit'].outline:hover,
input[type='submit'].outline.hover {
  background-color: #555353;
  color: #fff;
  box-shadow: 0 3px 6px 0 rgba(42,40,40,0.3);
}

.btn.outline:active, .btn.outline.active,
button.outline:active,
button.outline.active,
p.button > a.outline:active,
p.button > a.outline.active,
#main-content .form-container #rCw .btn.outline:active,
#main-content .form-container #rCw .btn.outline.active,
input[type='submit'].outline:active,
input[type='submit'].outline.active {
  background-color: #2a2828;
  border-color: #2a2828;
  color: #fff;
  box-shadow: 0 3px 10px 0 rgba(42,40,40,0.4);
}

.btn.outline:disabled, .btn.outline.disabled,
button.outline:disabled,
button.outline.disabled,
p.button > a.outline:disabled,
p.button > a.outline.disabled,
#main-content .form-container #rCw .btn.outline:disabled,
#main-content .form-container #rCw .btn.outline.disabled,
input[type='submit'].outline:disabled,
input[type='submit'].outline.disabled {
  color: #7f7f7f;
  border-color: #7f7f7f;
  background-color: #fff;
  box-shadow: none;
}

.btn.outline.white,
button.outline.white,
p.button > a.outline.white,
#main-content .form-container #rCw .btn.outline.white,
input[type='submit'].outline.white {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
  padding-bottom: 7px;
  box-shadow: none;
}

.btn.outline.white:hover, .btn.outline.white.hover,
button.outline.white:hover,
button.outline.white.hover,
p.button > a.outline.white:hover,
p.button > a.outline.white.hover,
#main-content .form-container #rCw .btn.outline.white:hover,
#main-content .form-container #rCw .btn.outline.white.hover,
input[type='submit'].outline.white:hover,
input[type='submit'].outline.white.hover {
  background-color: #fff;
  color: #2a2828;
  box-shadow: 0 3px 6px 0 rgba(42,40,40,0.3);
}

.btn.outline.white:active, .btn.outline.white.active,
button.outline.white:active,
button.outline.white.active,
p.button > a.outline.white:active,
p.button > a.outline.white.active,
#main-content .form-container #rCw .btn.outline.white:active,
#main-content .form-container #rCw .btn.outline.white.active,
input[type='submit'].outline.white:active,
input[type='submit'].outline.white.active {
  background-color: #fff;
  border-color: #fff;
  color: #2a2828;
  box-shadow: 0 3px 10px 0 rgba(42,40,40,0.4);
}

.btn.outline.white:disabled, .btn.outline.white.disabled,
button.outline.white:disabled,
button.outline.white.disabled,
p.button > a.outline.white:disabled,
p.button > a.outline.white.disabled,
#main-content .form-container #rCw .btn.outline.white:disabled,
#main-content .form-container #rCw .btn.outline.white.disabled,
input[type='submit'].outline.white:disabled,
input[type='submit'].outline.white.disabled {
  color: #7f7f7f;
  border-color: #7f7f7f;
  background-color: #fff;
  box-shadow: none;
}

.btn.outline.red,
button.outline.red,
p.button > a.outline.red,
#main-content .form-container #rCw .btn.outline.red,
input[type='submit'].outline.red {
  background-color: transparent;
  color: #af1c2e;
  border-color: #af1c2e;
  box-shadow: none;
  padding-bottom: 7px;
}

.btn.outline.red.hover, .btn.outline.red:hover,
button.outline.red.hover,
button.outline.red:hover,
p.button > a.outline.red.hover,
p.button > a.outline.red:hover,
#main-content .form-container #rCw .btn.outline.red.hover,
#main-content .form-container #rCw .btn.outline.red:hover,
input[type='submit'].outline.red.hover,
input[type='submit'].outline.red:hover {
  background-color: #af1c2e;
  color: #fff;
}

form .btn, .btn.form, form
button,
button.form, form
p.button > a,
p.button > a.form, form
#main-content .form-container #rCw .btn,
#main-content .form-container #rCw .btn.form, form
input[type='submit'],
input[type='submit'].form {
  background-color: #2a2828;
  color: #fff;
}

form .btn:hover, form .btn:active, form .btn.hover, form .btn.active, .btn.form:hover, .btn.form:active, .btn.form.hover, .btn.form.active, form
button:hover, form
button:active, form
button.hover, form
button.active,
button.form:hover,
button.form:active,
button.form.hover,
button.form.active, form
p.button > a:hover, form
p.button > a:active, form
p.button > a.hover, form
p.button > a.active,
p.button > a.form:hover,
p.button > a.form:active,
p.button > a.form.hover,
p.button > a.form.active, form
#main-content .form-container #rCw .btn:hover, form
#main-content .form-container #rCw .btn:active, form
#main-content .form-container #rCw .btn.hover, form
#main-content .form-container #rCw .btn.active,
#main-content .form-container #rCw .btn.form:hover,
#main-content .form-container #rCw .btn.form:active,
#main-content .form-container #rCw .btn.form.hover,
#main-content .form-container #rCw .btn.form.active, form
input[type='submit']:hover, form
input[type='submit']:active, form
input[type='submit'].hover, form
input[type='submit'].active,
input[type='submit'].form:hover,
input[type='submit'].form:active,
input[type='submit'].form.hover,
input[type='submit'].form.active {
  background-color: #555353;
  color: #fff;
}

form .btn:disabled, form .btn.disabled, .btn.form:disabled, .btn.form.disabled, form
button:disabled, form
button.disabled,
button.form:disabled,
button.form.disabled, form
p.button > a:disabled, form
p.button > a.disabled,
p.button > a.form:disabled,
p.button > a.form.disabled, form
#main-content .form-container #rCw .btn:disabled, form
#main-content .form-container #rCw .btn.disabled,
#main-content .form-container #rCw .btn.form:disabled,
#main-content .form-container #rCw .btn.form.disabled, form
input[type='submit']:disabled, form
input[type='submit'].disabled,
input[type='submit'].form:disabled,
input[type='submit'].form.disabled {
  background-color: #7f7f7f;
  color: #fff;
}

.btn.small,
button.small,
p.button > a.small,
#main-content .form-container #rCw .btn.small,
input[type='submit'].small {
  font-size: .73333rem;
  border-width: 1px;
  padding: 5px 25px 4px;
}

.btn.small.outline,
button.small.outline,
p.button > a.small.outline,
#main-content .form-container #rCw .btn.small.outline,
input[type='submit'].small.outline {
  font-size: .73333rem;
  border-width: 1px;
  padding: 5px 25px 4px;
}

.btn.small.hover, .btn.small:hover,
button.small.hover,
button.small:hover,
p.button > a.small.hover,
p.button > a.small:hover,
#main-content .form-container #rCw .btn.small.hover,
#main-content .form-container #rCw .btn.small:hover,
input[type='submit'].small.hover,
input[type='submit'].small:hover {
  box-shadow: 0 3px 6px 0 rgba(42,40,40,0.3);
}

.btn.small:active, .btn.small.active,
button.small:active,
button.small.active,
p.button > a.small:active,
p.button > a.small.active,
#main-content .form-container #rCw .btn.small:active,
#main-content .form-container #rCw .btn.small.active,
input[type='submit'].small:active,
input[type='submit'].small.active {
  box-shadow: 0 3px 10px 0 rgba(42,40,40,0.4);
}

.card {
  border-radius: .25rem;
  overflow: hidden;
  box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
}

.card .card-body {
  padding: 2px;
}

.card .card-title {
  font-family: Rubik, Trebuchet MS, Helvetica, sans-serif;
  font-size: 1.33333rem;
}

.panel {
  color: #fff;
}

.panel .col {
  background-color: #7f7f7f;
  color: #fff;
  padding: 2rem;
}

@media (min-width: 600px) {
  .panel .col {
    padding-left: 75px;
    padding-right: 75px;
  }
}

.panel a {
  color: #fff;
  font-weight: 500;
}

.panel a:hover {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.pagination .page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #555353;
  transition-property: all;
  width: 40px;
  height: 40px;
}

.pagination .page.on {
  border-width: 2px;
  border-radius: 9999px;
  font-weight: 500;
  border-color: #af1c2e;
}

.pagination .page.off:hover, .pagination .page.off.hover {
  color: #af1c2e;
}

.pagination .arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none;
  font-size: 10px;
  width: 71px;
  height: 40px;
}

.pagination .arrow .svg {
  padding: 0;
}

.pagination .arrow svg {
  vertical-align: -0.175em;
}

.pagination .arrow.prev {
  margin-right: 1rem;
}

.pagination .arrow.prev .svg {
  transform: rotate(180deg);
}

.pagination .arrow.next {
  margin-left: 1rem;
}

.postMeta {
  font-size: 0.85em;
  text-transform: uppercase;
  line-height: 14px;
}

@media (min-width: 800px) {
  .postMeta {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 1rem;
    font-size: 0.86667rem;
    line-height: 25px;
  }
}

.postMeta-category {
  font-weight: 500;
  margin-bottom: 1px;
}

.postMeta-category a {
  color: #2a2828;
}

.postMeta-category a:hover {
  color: #af1c2e;
}

@media (min-width: 800px) {
  .postMeta-category {
    padding-right: 1rem;
    border-color: #d7d6d6;
    border-right-width: 1px;
  }
}

.postMeta-date {
  color: #7f7f7f;
}

@media (min-width: 800px) {
  .postMeta-date {
    padding-left: 1rem;
  }
}

.promo .sub-header {
  display: block;
  width: 100%;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 500;
  letter-spacing: 4px;
}

/* Component */

/* Table */

.table, table {
  width: 100%;
  display: block;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1rem;
  border-bottom-width: 1px;
  border-color: rgba(232,232,232,0.5);
  border-collapse: collapse;
}

.table th, table th {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.066666667rem;
  line-height: 1.75;
  text-align: left;
}

.table th, .table td, table th, table td {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.table tbody tr:nth-child(odd) td, table tbody tr:nth-child(odd) td {
  background-color: rgba(232,232,232,0.5);
}

div.table-wrapper {
  overflow-x: auto;
  margin-bottom: 20px;
}

div.table-wrapper table {
  margin-bottom: 10px;
}

@media (min-width: 800px) {
  div.table-wrapper {
    overflow-x: auto;
    margin-bottom: 0;
  }

  div.table-wrapper table {
    margin-bottom: 1rem;
  }
}

div.table-wrapper::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}

div.table-wrapper::-webkit-scrollbar-button {
  height: 0;
  width: 0;
}

div.table-wrapper::-webkit-scrollbar-thumb {
  min-height: 28px;
  padding-top: 100px;
  background-clip: padding-box;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}

div.table-wrapper::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
  border-radius: 20px;
}

.help-center-topic__icon {
  width: 90px;
  height: 46px;
  text-align: center;
}

.help-center-topic__icon span.svg {
  width: 46px;
  height: 46px;
  display: inline-block;
}

@media screen and (max-width: 1000px) {
  .hero--carousel {
    height: auto !important;
  }
}

@media (min-width: 1025px) {
  .hero--carousel {
    height: 640px;
  }
}

@media (min-width: 1400px) {
  .hero--carousel {
    height: 750px;
  }
}

@media screen and (min-width: 1920px) {
  .hero--carousel {
    height: 900px;
  }
}

.hero--carousel .row {
  display: none;
}

@media (min-width: 1025px) {
  .hero--carousel .row {
    display: flex;
  }
}

.hero--carousel .row .C8 {
  z-index: 5;
}

.hero--carousel .owl-carousel {
  display: block;
}

.hero--carousel .owl-carousel .owl-item-background {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.owl-carousel--container {
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

@media (min-width: 1025px) {
  .owl-carousel--container {
    position: absolute;
  }
}

.login-logo img {
  max-width: 200px;
  height: auto;
}

.dashboard .B5 .row .C8, .hr-landing .B5 .row .C8 {
  bottom: 220px;
}

.dashboard .B25 .C35, .hr-landing .B25 .C35 {
  margin-bottom: 1rem;
}

@media (min-width: 800px) {
  .dashboard .B25 .C35, .hr-landing .B25 .C35 {
    margin-bottom: 0;
  }
}

.hr-announcements--dashboard {
  margin-bottom: 60px;
}

@media (min-width: 1025px) {
  .hr-announcements--dashboard {
    max-width: 1100px;
    position: relative;
    transform: translateY(-220px);
    z-index: 6;
    margin-bottom: -160px;
  }
}

.hr-announcements--dashboard .arrow-link .svg {
  display: none;
}

@media (min-width: 600px) {
  .hr-announcements--dashboard .arrow-link .svg {
    display: inline-block;
  }
}

.help-center-cta,
.help-center-resources {
  max-width: 1100px;
}

.help-center-cta div.helpCenter-card + div.helpCenter-card,
.help-center-resources div.helpCenter-card + div.helpCenter-card {
  margin-top: 3rem;
}

@media (min-width: 600px) {
  .help-center-cta div.helpCenter-card + div.helpCenter-card,
  .help-center-resources div.helpCenter-card + div.helpCenter-card {
    margin-top: 0;
  }
}

.help-center-cta .helpCenter-card,
.help-center-resources .helpCenter-card {
  overflow: hidden;
  max-height: 400px;
}

@media (min-width: 600px) {
  .help-center-cta .helpCenter-card,
  .help-center-resources .helpCenter-card {
    max-height: 450px;
  }
}

.help-center-cta .helpCenter-card p,
.help-center-resources .helpCenter-card p {
  margin-bottom: 0;
}

.help-center-cta .helpCenter-card .icon-circle,
.help-center-resources .helpCenter-card .icon-circle {
  padding: 75px;
  bottom: -40px;
  right: -26px;
}

.help-center-cta .helpCenter-card .icon-circle img,
.help-center-resources .helpCenter-card .icon-circle img {
  max-width: 200%;
  margin-bottom: 15px;
  margin-right: 15px;
}

.help-center-cta .helpCenter-card .card-content,
.help-center-resources .helpCenter-card .card-content {
  min-height: 300px;
}

@media (min-width: 600px) {
  .help-center-cta .helpCenter-card .card-content,
  .help-center-resources .helpCenter-card .card-content {
    min-height: 390px;
  }
}

.help-center-cta .card-cta div,
.help-center-resources .card-cta div {
  text-align: left;
}

.events__list {
  @media (min-width: 800px) {
  }
}

@media (min-width: 800px) {
  .events__list__item {
    min-height: 300px;
  }
}

.events__list__item a {
  height: 100%;
}

.events__list__item.event {
  min-height: 300px;
}

.events__list__item--featured {
  /*grid-column: span 2;

  @screen lg {
    grid-column: span 3;
  }
  @screen xl {
    grid-column: span 2;
  }*/
  @media (min-width: 800px) {
  }
}

.events__list__item--featured figure {
  width: 100%;
  min-height: 333px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.events__list__item--featured figure figcaption {
  min-width: 346px;
}

.events__list__item--featured figure picture {
  width: 100%;
}

.events__list__item--featured figure picture img {
  min-height: 333px;
  -o-object-fit: cover;
     object-fit: cover;
}

.events__list__item--icon .icon-circle {
  width: 50px;
  height: 50px;
}

.events__list__item--pseudo-link {
  margin-top: auto;
}

.events__list__item a:hover {
  color: #fff;
}

.events__list__item a:hover span.btn {
  box-shadow: 0 3px 6px 0 rgba(42,40,40,0.3);
  background-color: #831522;
  color: #fff;
  border-color: #831522;
}

.hero-blog-landing {
  height: 500px;
}

.search-page.in-page-search form {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-black{
  background-color: #2a2828;
}

.bg-black-transparent{
  background-color: rgba(42,40,40,0.80);
}

.bg-black-modal{
  background-color: rgba(42,40,40,0.9);
}

.bg-gray-darkest{
  background-color: #555353;
}

.bg-gray-darker{
  background-color: #8E8E93;
}

.bg-gray-dark{
  background-color: #7f7f7f;
}

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

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

.bg-gray-lighter{
  background-color: #dddddd;
}

.bg-gray-lightest{
  background-color: #e8e8e8;
}

.bg-gray-table{
  background-color: rgba(232,232,232,0.5);
}

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

.bg-darkred{
  background-color: #831522;
}

.bg-green{
  background-color: #86b327;
}

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

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

.bg-primary{
  background-color: #af1c2e;
}

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

.bg-secondary{
  background-color: #a9a7a7;
}

.bg-secondary-dark{
  background-color: #7f7f7f;
}

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

.hover\:bg-black-transparent:hover{
  background-color: rgba(42,40,40,0.80);
}

.hover\:bg-black-modal:hover{
  background-color: rgba(42,40,40,0.9);
}

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

.hover\:bg-gray-darker:hover{
  background-color: #8E8E93;
}

.hover\:bg-gray-dark:hover{
  background-color: #7f7f7f;
}

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

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

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

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

.hover\:bg-gray-table:hover{
  background-color: rgba(232,232,232,0.5);
}

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

.hover\:bg-darkred:hover{
  background-color: #831522;
}

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

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

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

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

.hover\:bg-primary-dark:hover{
  background-color: #831522;
}

.hover\:bg-secondary:hover{
  background-color: #a9a7a7;
}

.hover\:bg-secondary-dark:hover{
  background-color: #7f7f7f;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-black{
  border-color: #2a2828;
}

.border-black-transparent{
  border-color: rgba(42,40,40,0.80);
}

.border-black-modal{
  border-color: rgba(42,40,40,0.9);
}

.border-gray-darkest{
  border-color: #555353;
}

.border-gray-darker{
  border-color: #8E8E93;
}

.border-gray-dark{
  border-color: #7f7f7f;
}

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

.border-gray-light{
  border-color: #d7d6d6;
}

.border-gray-lighter{
  border-color: #dddddd;
}

.border-gray-lightest{
  border-color: #e8e8e8;
}

.border-gray-table{
  border-color: rgba(232,232,232,0.5);
}

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

.border-darkred{
  border-color: #831522;
}

.border-green{
  border-color: #86b327;
}

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

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

.border-primary{
  border-color: #af1c2e;
}

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

.border-secondary{
  border-color: #a9a7a7;
}

.border-secondary-dark{
  border-color: #7f7f7f;
}

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

.hover\:border-black-transparent:hover{
  border-color: rgba(42,40,40,0.80);
}

.hover\:border-black-modal:hover{
  border-color: rgba(42,40,40,0.9);
}

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

.hover\:border-gray-darker:hover{
  border-color: #8E8E93;
}

.hover\:border-gray-dark:hover{
  border-color: #7f7f7f;
}

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

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

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

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

.hover\:border-gray-table:hover{
  border-color: rgba(232,232,232,0.5);
}

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

.hover\:border-darkred:hover{
  border-color: #831522;
}

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

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

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

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

.hover\:border-primary-dark:hover{
  border-color: #831522;
}

.hover\:border-secondary:hover{
  border-color: #a9a7a7;
}

.hover\:border-secondary-dark:hover{
  border-color: #7f7f7f;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cursor-auto{
  cursor: auto;
}

.cursor-default{
  cursor: default;
}

.cursor-pointer{
  cursor: pointer;
}

.cursor-wait{
  cursor: wait;
}

.cursor-text{
  cursor: text;
}

.cursor-move{
  cursor: move;
}

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

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

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

.table{
  display: table;
}

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

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

.hidden{
  display: none;
}

.flex-row{
  flex-direction: row;
}

.flex-row-reverse{
  flex-direction: row-reverse;
}

.flex-col{
  flex-direction: column;
}

.flex-col-reverse{
  flex-direction: column-reverse;
}

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

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

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

.items-start{
  align-items: flex-start;
}

.items-end{
  align-items: flex-end;
}

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

.items-baseline{
  align-items: baseline;
}

.items-stretch{
  align-items: stretch;
}

.self-auto{
  align-self: auto;
}

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

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

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

.self-stretch{
  align-self: stretch;
}

.justify-start{
  justify-content: flex-start;
}

.justify-end{
  justify-content: flex-end;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.justify-around{
  justify-content: space-around;
}

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

.content-start{
  align-content: flex-start;
}

.content-end{
  align-content: flex-end;
}

.content-between{
  align-content: space-between;
}

.content-around{
  align-content: space-around;
}

.flex-1{
  flex: 1 1 0%;
}

.flex-auto{
  flex: 1 1 auto;
}

.flex-initial{
  flex: 0 1 auto;
}

.flex-none{
  flex: none;
}

.flex-grow-0{
  flex-grow: 0;
}

.flex-grow{
  flex-grow: 1;
}

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

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

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

.order-3{
  order: 3;
}

.order-4{
  order: 4;
}

.order-5{
  order: 5;
}

.order-6{
  order: 6;
}

.order-7{
  order: 7;
}

.order-8{
  order: 8;
}

.order-9{
  order: 9;
}

.order-10{
  order: 10;
}

.order-11{
  order: 11;
}

.order-12{
  order: 12;
}

.order-first{
  order: -9999;
}

.order-last{
  order: 9999;
}

.order-none{
  order: 0;
}

.float-right{
  float: right;
}

.float-left{
  float: left;
}

.float-none{
  float: none;
}

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

.font-sans{
  font-family: Rubik, Trebuchet MS, Helvetica, sans-serif;
}

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

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

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

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

.h-0{
  height: 0;
}

.h-1{
  height: 0.25rem;
}

.h-2{
  height: 0.5rem;
}

.h-3{
  height: 0.75rem;
}

.h-4{
  height: 1rem;
}

.h-6{
  height: 1.5rem;
}

.h-8{
  height: 2rem;
}

.h-10{
  height: 2.5rem;
}

.h-12{
  height: 3rem;
}

.h-16{
  height: 4rem;
}

.h-24{
  height: 6rem;
}

.h-32{
  height: 8rem;
}

.h-48{
  height: 12rem;
}

.h-64{
  height: 16rem;
}

.h-auto{
  height: auto;
}

.h-px{
  height: 1px;
}

.h-sm{
  height: 2rem;
}

.h-md{
  height: 3rem;
}

.h-lg{
  height: 4rem;
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

.leading-0{
  line-height: 0;
}

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

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

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

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

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

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

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

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

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

.m-0{
  margin: 0;
}

.m-1{
  margin: 1px;
}

.m-2{
  margin: 2px;
}

.m-3{
  margin: 3px;
}

.m-4{
  margin: 4px;
}

.m-5{
  margin: 5px;
}

.m-6{
  margin: 6px;
}

.m-7{
  margin: 7px;
}

.m-8{
  margin: 8px;
}

.m-9{
  margin: 9px;
}

.m-10{
  margin: 10px;
}

.m-13{
  margin: 13px;
}

.m-15{
  margin: 15px;
}

.m-20{
  margin: 20px;
}

.m-90{
  margin: 6rem;
}

.m-auto{
  margin: auto;
}

.m-px{
  margin: 1px;
}

.m-xs{
  margin: .33rem;
}

.m-sm{
  margin: 1rem;
}

.m-md{
  margin: 2rem;
}

.m-lg{
  margin: 3rem;
}

.m-xl{
  margin: 4rem;
}

.m-xxl{
  margin: 8rem;
}

.m-gutter{
  margin: 15px;
}

.m-gutter-desktop{
  margin: 15px;
}

.m-gutter-lg{
  margin: 30px;
}

.m-gutter-desktop-lg{
  margin: 30px;
}

.m-heading{
  margin: 0.5em;
}

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

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

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

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

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

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

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

.-m-gutter{
  margin: -10px;
}

.-m-gutter-desktop{
  margin: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-xs{
  margin-top: .33rem;
  margin-bottom: .33rem;
}

.mx-xs{
  margin-left: .33rem;
  margin-right: .33rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-heading{
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.mx-heading{
  margin-left: 0.5em;
  margin-right: 0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-my-gutter{
  margin-top: -10px;
  margin-bottom: -10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-xs{
  margin-top: .33rem;
}

.mr-xs{
  margin-right: .33rem;
}

.mb-xs{
  margin-bottom: .33rem;
}

.ml-xs{
  margin-left: .33rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-gutter-desktop-lg{
  margin-top: 30px;
}

.mr-gutter-desktop-lg{
  margin-right: 30px;
}

.mb-gutter-desktop-lg{
  margin-bottom: 30px;
}

.ml-gutter-desktop-lg{
  margin-left: 30px;
}

.mt-heading{
  margin-top: 0.5em;
}

.mr-heading{
  margin-right: 0.5em;
}

.mb-heading{
  margin-bottom: 0.5em;
}

.ml-heading{
  margin-left: 0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-mt-gutter{
  margin-top: -10px;
}

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

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

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

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

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

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

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

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

.max-h-hero{
  max-height: 600px;
}

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

.max-w-xxs{
  max-width: 11rem;
}

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

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

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

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

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

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

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

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

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

.max-w-full{
  max-width: 100%;
}

.max-w-row{
  max-width: 1130px;
}

.max-w-row-half{
  max-width: 565px;
}

.min-h-0{
  min-height: 0;
}

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

.min-h-hero{
  min-height: 700px;
}

.min-h-hero-tablet{
  min-height: 450px;
}

.min-h-hero-desktop{
  min-height: 550px;
}

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

.min-w-0{
  min-width: 0;
}

.min-w-full{
  min-width: 100%;
}

.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.object-fill{
  -o-object-fit: fill;
     object-fit: fill;
}

.object-none{
  -o-object-fit: none;
     object-fit: none;
}

.object-scale-down{
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.object-bottom{
  -o-object-position: bottom;
     object-position: bottom;
}

.object-center{
  -o-object-position: center;
     object-position: center;
}

.object-left{
  -o-object-position: left;
     object-position: left;
}

.object-left-bottom{
  -o-object-position: left bottom;
     object-position: left bottom;
}

.object-left-top{
  -o-object-position: left top;
     object-position: left top;
}

.object-right{
  -o-object-position: right;
     object-position: right;
}

.object-right-bottom{
  -o-object-position: right bottom;
     object-position: right bottom;
}

.object-right-top{
  -o-object-position: right top;
     object-position: right top;
}

.object-top{
  -o-object-position: top;
     object-position: top;
}

.opacity-0{
  opacity: 0;
}

.opacity-25{
  opacity: .25;
}

.opacity-50{
  opacity: .5;
}

.opacity-75{
  opacity: .75;
}

.opacity-90{
  opacity: .9;
}

.opacity-100{
  opacity: 1;
}

.outline-none{
  outline: 0;
}

.focus\:outline-none:focus{
  outline: 0;
}

.hover\:outline-none:hover{
  outline: 0;
}

.active\:outline-none:active{
  outline: 0;
}

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-visible{
  overflow: visible;
}

.overflow-scroll{
  overflow: scroll;
}

.overflow-x-auto{
  overflow-x: auto;
}

.overflow-y-auto{
  overflow-y: auto;
}

.overflow-x-hidden{
  overflow-x: hidden;
}

.overflow-y-hidden{
  overflow-y: hidden;
}

.overflow-x-visible{
  overflow-x: visible;
}

.overflow-y-visible{
  overflow-y: visible;
}

.overflow-x-scroll{
  overflow-x: scroll;
}

.overflow-y-scroll{
  overflow-y: scroll;
}

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

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

.p-0{
  padding: 0;
}

.p-1{
  padding: 1px;
}

.p-2{
  padding: 2px;
}

.p-3{
  padding: 3px;
}

.p-4{
  padding: 4px;
}

.p-5{
  padding: 5px;
}

.p-6{
  padding: 6px;
}

.p-7{
  padding: 7px;
}

.p-8{
  padding: 8px;
}

.p-9{
  padding: 9px;
}

.p-10{
  padding: 10px;
}

.p-90{
  padding: 6rem;
}

.p-px{
  padding: 1px;
}

.p-xs{
  padding: .33rem;
}

.p-sm{
  padding: 1rem;
}

.p-md{
  padding: 2rem;
}

.p-lg{
  padding: 3rem;
}

.p-xl{
  padding: 4rem;
}

.p-xxl{
  padding: 8rem;
}

.p-gutter{
  padding: 15px;
}

.p-gutter-desktop{
  padding: 15px;
}

.p-gutter-lg{
  padding: 30px;
}

.p-gutter-desktop-lg{
  padding: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-90{
  padding-top: 6rem;
  padding-bottom: 6rem;
}

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

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

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

.py-xs{
  padding-top: .33rem;
  padding-bottom: .33rem;
}

.px-xs{
  padding-left: .33rem;
  padding-right: .33rem;
}

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

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

.py-md{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

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

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

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

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

.py-xxl{
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.px-xxl{
  padding-left: 8rem;
  padding-right: 8rem;
}

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

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

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

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

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

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

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

.px-gutter-desktop-lg{
  padding-left: 30px;
  padding-right: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-90{
  padding-top: 6rem;
}

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

.pb-90{
  padding-bottom: 6rem;
}

.pl-90{
  padding-left: 6rem;
}

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

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

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

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

.pt-xs{
  padding-top: .33rem;
}

.pr-xs{
  padding-right: .33rem;
}

.pb-xs{
  padding-bottom: .33rem;
}

.pl-xs{
  padding-left: .33rem;
}

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

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

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

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

.pt-md{
  padding-top: 2rem;
}

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

.pb-md{
  padding-bottom: 2rem;
}

.pl-md{
  padding-left: 2rem;
}

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

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

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

.pl-lg{
  padding-left: 3rem;
}

.pt-xl{
  padding-top: 4rem;
}

.pr-xl{
  padding-right: 4rem;
}

.pb-xl{
  padding-bottom: 4rem;
}

.pl-xl{
  padding-left: 4rem;
}

.pt-xxl{
  padding-top: 8rem;
}

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

.pb-xxl{
  padding-bottom: 8rem;
}

.pl-xxl{
  padding-left: 8rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pt-gutter-desktop-lg{
  padding-top: 30px;
}

.pr-gutter-desktop-lg{
  padding-right: 30px;
}

.pb-gutter-desktop-lg{
  padding-bottom: 30px;
}

.pl-gutter-desktop-lg{
  padding-left: 30px;
}

.placeholder-black::-webkit-input-placeholder{
  color: #2a2828;
}

.placeholder-black::-moz-placeholder{
  color: #2a2828;
}

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

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

.placeholder-black::placeholder{
  color: #2a2828;
}

.placeholder-black-transparent::-webkit-input-placeholder{
  color: rgba(42,40,40,0.80);
}

.placeholder-black-transparent::-moz-placeholder{
  color: rgba(42,40,40,0.80);
}

.placeholder-black-transparent:-ms-input-placeholder{
  color: rgba(42,40,40,0.80);
}

.placeholder-black-transparent::-ms-input-placeholder{
  color: rgba(42,40,40,0.80);
}

.placeholder-black-transparent::placeholder{
  color: rgba(42,40,40,0.80);
}

.placeholder-black-modal::-webkit-input-placeholder{
  color: rgba(42,40,40,0.9);
}

.placeholder-black-modal::-moz-placeholder{
  color: rgba(42,40,40,0.9);
}

.placeholder-black-modal:-ms-input-placeholder{
  color: rgba(42,40,40,0.9);
}

.placeholder-black-modal::-ms-input-placeholder{
  color: rgba(42,40,40,0.9);
}

.placeholder-black-modal::placeholder{
  color: rgba(42,40,40,0.9);
}

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

.placeholder-gray-darkest::-moz-placeholder{
  color: #555353;
}

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

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

.placeholder-gray-darkest::placeholder{
  color: #555353;
}

.placeholder-gray-darker::-webkit-input-placeholder{
  color: #8E8E93;
}

.placeholder-gray-darker::-moz-placeholder{
  color: #8E8E93;
}

.placeholder-gray-darker:-ms-input-placeholder{
  color: #8E8E93;
}

.placeholder-gray-darker::-ms-input-placeholder{
  color: #8E8E93;
}

.placeholder-gray-darker::placeholder{
  color: #8E8E93;
}

.placeholder-gray-dark::-webkit-input-placeholder{
  color: #7f7f7f;
}

.placeholder-gray-dark::-moz-placeholder{
  color: #7f7f7f;
}

.placeholder-gray-dark:-ms-input-placeholder{
  color: #7f7f7f;
}

.placeholder-gray-dark::-ms-input-placeholder{
  color: #7f7f7f;
}

.placeholder-gray-dark::placeholder{
  color: #7f7f7f;
}

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

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

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

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

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

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

.placeholder-gray-light::-moz-placeholder{
  color: #d7d6d6;
}

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

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

.placeholder-gray-light::placeholder{
  color: #d7d6d6;
}

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

.placeholder-gray-lighter::-moz-placeholder{
  color: #dddddd;
}

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

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

.placeholder-gray-lighter::placeholder{
  color: #dddddd;
}

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

.placeholder-gray-lightest::-moz-placeholder{
  color: #e8e8e8;
}

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

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

.placeholder-gray-lightest::placeholder{
  color: #e8e8e8;
}

.placeholder-gray-table::-webkit-input-placeholder{
  color: rgba(232,232,232,0.5);
}

.placeholder-gray-table::-moz-placeholder{
  color: rgba(232,232,232,0.5);
}

.placeholder-gray-table:-ms-input-placeholder{
  color: rgba(232,232,232,0.5);
}

.placeholder-gray-table::-ms-input-placeholder{
  color: rgba(232,232,232,0.5);
}

.placeholder-gray-table::placeholder{
  color: rgba(232,232,232,0.5);
}

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

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

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

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

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

.placeholder-darkred::-webkit-input-placeholder{
  color: #831522;
}

.placeholder-darkred::-moz-placeholder{
  color: #831522;
}

.placeholder-darkred:-ms-input-placeholder{
  color: #831522;
}

.placeholder-darkred::-ms-input-placeholder{
  color: #831522;
}

.placeholder-darkred::placeholder{
  color: #831522;
}

.placeholder-green::-webkit-input-placeholder{
  color: #86b327;
}

.placeholder-green::-moz-placeholder{
  color: #86b327;
}

.placeholder-green:-ms-input-placeholder{
  color: #86b327;
}

.placeholder-green::-ms-input-placeholder{
  color: #86b327;
}

.placeholder-green::placeholder{
  color: #86b327;
}

.placeholder-white::-webkit-input-placeholder{
  color: #fff;
}

.placeholder-white::-moz-placeholder{
  color: #fff;
}

.placeholder-white:-ms-input-placeholder{
  color: #fff;
}

.placeholder-white::-ms-input-placeholder{
  color: #fff;
}

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

.placeholder-trans::-webkit-input-placeholder{
  color: transparent;
}

.placeholder-trans::-moz-placeholder{
  color: transparent;
}

.placeholder-trans:-ms-input-placeholder{
  color: transparent;
}

.placeholder-trans::-ms-input-placeholder{
  color: transparent;
}

.placeholder-trans::placeholder{
  color: transparent;
}

.placeholder-primary::-webkit-input-placeholder{
  color: #af1c2e;
}

.placeholder-primary::-moz-placeholder{
  color: #af1c2e;
}

.placeholder-primary:-ms-input-placeholder{
  color: #af1c2e;
}

.placeholder-primary::-ms-input-placeholder{
  color: #af1c2e;
}

.placeholder-primary::placeholder{
  color: #af1c2e;
}

.placeholder-primary-dark::-webkit-input-placeholder{
  color: #831522;
}

.placeholder-primary-dark::-moz-placeholder{
  color: #831522;
}

.placeholder-primary-dark:-ms-input-placeholder{
  color: #831522;
}

.placeholder-primary-dark::-ms-input-placeholder{
  color: #831522;
}

.placeholder-primary-dark::placeholder{
  color: #831522;
}

.placeholder-secondary::-webkit-input-placeholder{
  color: #a9a7a7;
}

.placeholder-secondary::-moz-placeholder{
  color: #a9a7a7;
}

.placeholder-secondary:-ms-input-placeholder{
  color: #a9a7a7;
}

.placeholder-secondary::-ms-input-placeholder{
  color: #a9a7a7;
}

.placeholder-secondary::placeholder{
  color: #a9a7a7;
}

.placeholder-secondary-dark::-webkit-input-placeholder{
  color: #7f7f7f;
}

.placeholder-secondary-dark::-moz-placeholder{
  color: #7f7f7f;
}

.placeholder-secondary-dark:-ms-input-placeholder{
  color: #7f7f7f;
}

.placeholder-secondary-dark::-ms-input-placeholder{
  color: #7f7f7f;
}

.placeholder-secondary-dark::placeholder{
  color: #7f7f7f;
}

.focus\:placeholder-black:focus::-webkit-input-placeholder{
  color: #2a2828;
}

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

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

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

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

.focus\:placeholder-black-transparent:focus::-webkit-input-placeholder{
  color: rgba(42,40,40,0.80);
}

.focus\:placeholder-black-transparent:focus::-moz-placeholder{
  color: rgba(42,40,40,0.80);
}

.focus\:placeholder-black-transparent:focus:-ms-input-placeholder{
  color: rgba(42,40,40,0.80);
}

.focus\:placeholder-black-transparent:focus::-ms-input-placeholder{
  color: rgba(42,40,40,0.80);
}

.focus\:placeholder-black-transparent:focus::placeholder{
  color: rgba(42,40,40,0.80);
}

.focus\:placeholder-black-modal:focus::-webkit-input-placeholder{
  color: rgba(42,40,40,0.9);
}

.focus\:placeholder-black-modal:focus::-moz-placeholder{
  color: rgba(42,40,40,0.9);
}

.focus\:placeholder-black-modal:focus:-ms-input-placeholder{
  color: rgba(42,40,40,0.9);
}

.focus\:placeholder-black-modal:focus::-ms-input-placeholder{
  color: rgba(42,40,40,0.9);
}

.focus\:placeholder-black-modal:focus::placeholder{
  color: rgba(42,40,40,0.9);
}

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

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

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

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

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

.focus\:placeholder-gray-darker:focus::-webkit-input-placeholder{
  color: #8E8E93;
}

.focus\:placeholder-gray-darker:focus::-moz-placeholder{
  color: #8E8E93;
}

.focus\:placeholder-gray-darker:focus:-ms-input-placeholder{
  color: #8E8E93;
}

.focus\:placeholder-gray-darker:focus::-ms-input-placeholder{
  color: #8E8E93;
}

.focus\:placeholder-gray-darker:focus::placeholder{
  color: #8E8E93;
}

.focus\:placeholder-gray-dark:focus::-webkit-input-placeholder{
  color: #7f7f7f;
}

.focus\:placeholder-gray-dark:focus::-moz-placeholder{
  color: #7f7f7f;
}

.focus\:placeholder-gray-dark:focus:-ms-input-placeholder{
  color: #7f7f7f;
}

.focus\:placeholder-gray-dark:focus::-ms-input-placeholder{
  color: #7f7f7f;
}

.focus\:placeholder-gray-dark:focus::placeholder{
  color: #7f7f7f;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.focus\:placeholder-gray-table:focus::-webkit-input-placeholder{
  color: rgba(232,232,232,0.5);
}

.focus\:placeholder-gray-table:focus::-moz-placeholder{
  color: rgba(232,232,232,0.5);
}

.focus\:placeholder-gray-table:focus:-ms-input-placeholder{
  color: rgba(232,232,232,0.5);
}

.focus\:placeholder-gray-table:focus::-ms-input-placeholder{
  color: rgba(232,232,232,0.5);
}

.focus\:placeholder-gray-table:focus::placeholder{
  color: rgba(232,232,232,0.5);
}

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

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

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

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

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

.focus\:placeholder-darkred:focus::-webkit-input-placeholder{
  color: #831522;
}

.focus\:placeholder-darkred:focus::-moz-placeholder{
  color: #831522;
}

.focus\:placeholder-darkred:focus:-ms-input-placeholder{
  color: #831522;
}

.focus\:placeholder-darkred:focus::-ms-input-placeholder{
  color: #831522;
}

.focus\:placeholder-darkred:focus::placeholder{
  color: #831522;
}

.focus\:placeholder-green:focus::-webkit-input-placeholder{
  color: #86b327;
}

.focus\:placeholder-green:focus::-moz-placeholder{
  color: #86b327;
}

.focus\:placeholder-green:focus:-ms-input-placeholder{
  color: #86b327;
}

.focus\:placeholder-green:focus::-ms-input-placeholder{
  color: #86b327;
}

.focus\:placeholder-green:focus::placeholder{
  color: #86b327;
}

.focus\:placeholder-white:focus::-webkit-input-placeholder{
  color: #fff;
}

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

.focus\:placeholder-white:focus:-ms-input-placeholder{
  color: #fff;
}

.focus\:placeholder-white:focus::-ms-input-placeholder{
  color: #fff;
}

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

.focus\:placeholder-trans:focus::-webkit-input-placeholder{
  color: transparent;
}

.focus\:placeholder-trans:focus::-moz-placeholder{
  color: transparent;
}

.focus\:placeholder-trans:focus:-ms-input-placeholder{
  color: transparent;
}

.focus\:placeholder-trans:focus::-ms-input-placeholder{
  color: transparent;
}

.focus\:placeholder-trans:focus::placeholder{
  color: transparent;
}

.focus\:placeholder-primary:focus::-webkit-input-placeholder{
  color: #af1c2e;
}

.focus\:placeholder-primary:focus::-moz-placeholder{
  color: #af1c2e;
}

.focus\:placeholder-primary:focus:-ms-input-placeholder{
  color: #af1c2e;
}

.focus\:placeholder-primary:focus::-ms-input-placeholder{
  color: #af1c2e;
}

.focus\:placeholder-primary:focus::placeholder{
  color: #af1c2e;
}

.focus\:placeholder-primary-dark:focus::-webkit-input-placeholder{
  color: #831522;
}

.focus\:placeholder-primary-dark:focus::-moz-placeholder{
  color: #831522;
}

.focus\:placeholder-primary-dark:focus:-ms-input-placeholder{
  color: #831522;
}

.focus\:placeholder-primary-dark:focus::-ms-input-placeholder{
  color: #831522;
}

.focus\:placeholder-primary-dark:focus::placeholder{
  color: #831522;
}

.focus\:placeholder-secondary:focus::-webkit-input-placeholder{
  color: #a9a7a7;
}

.focus\:placeholder-secondary:focus::-moz-placeholder{
  color: #a9a7a7;
}

.focus\:placeholder-secondary:focus:-ms-input-placeholder{
  color: #a9a7a7;
}

.focus\:placeholder-secondary:focus::-ms-input-placeholder{
  color: #a9a7a7;
}

.focus\:placeholder-secondary:focus::placeholder{
  color: #a9a7a7;
}

.focus\:placeholder-secondary-dark:focus::-webkit-input-placeholder{
  color: #7f7f7f;
}

.focus\:placeholder-secondary-dark:focus::-moz-placeholder{
  color: #7f7f7f;
}

.focus\:placeholder-secondary-dark:focus:-ms-input-placeholder{
  color: #7f7f7f;
}

.focus\:placeholder-secondary-dark:focus::-ms-input-placeholder{
  color: #7f7f7f;
}

.focus\:placeholder-secondary-dark:focus::placeholder{
  color: #7f7f7f;
}

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

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

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: -webkit-sticky;
  position: sticky;
}

.inset-0{
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.inset-auto{
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.inset-sm{
  top: 2rem;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
}

.inset-md{
  top: 4rem;
  right: 4rem;
  bottom: 4rem;
  left: 4rem;
}

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

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

.inset-y-auto{
  top: auto;
  bottom: auto;
}

.inset-x-auto{
  right: auto;
  left: auto;
}

.inset-y-sm{
  top: 2rem;
  bottom: 2rem;
}

.inset-x-sm{
  right: 2rem;
  left: 2rem;
}

.inset-y-md{
  top: 4rem;
  bottom: 4rem;
}

.inset-x-md{
  right: 4rem;
  left: 4rem;
}

.top-0{
  top: 0;
}

.right-0{
  right: 0;
}

.bottom-0{
  bottom: 0;
}

.left-0{
  left: 0;
}

.top-auto{
  top: auto;
}

.right-auto{
  right: auto;
}

.bottom-auto{
  bottom: auto;
}

.left-auto{
  left: auto;
}

.top-sm{
  top: 2rem;
}

.right-sm{
  right: 2rem;
}

.bottom-sm{
  bottom: 2rem;
}

.left-sm{
  left: 2rem;
}

.top-md{
  top: 4rem;
}

.right-md{
  right: 4rem;
}

.bottom-md{
  bottom: 4rem;
}

.left-md{
  left: 4rem;
}

.resize-none{
  resize: none;
}

.resize-y{
  resize: vertical;
}

.resize-x{
  resize: horizontal;
}

.resize{
  resize: both;
}

.shadow{
  box-shadow: 0 2px 4px 0 rgba(42,40,40,0.20);
}

.shadow-menu{
  box-shadow: 0 0 8px 2px rgba(42,40,40,0.2);
}

.shadow-hover{
  box-shadow: 0 3px 6px 0 rgba(42,40,40,0.3);
}

.shadow-active{
  box-shadow: 0 3px 10px 0 rgba(42,40,40,0.4);
}

.shadow-md{
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
}

.shadow-lg{
  box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
}

.shadow-img{
  box-shadow: 1px 2px 6px 0 rgba(42,40,40,0.2);
}

.shadow-box-light{
  box-shadow: 1px 2px 6px 0 rgba(42,40,40,0.15);
}

.shadow-box-dark{
  box-shadow: 1px 2px 6px 0 rgba(42, 40, 40, 0.4);
}

.shadow-box-dark-hover{
  box-shadow: 1px 4px 8px 0 rgba(42, 40, 40, 0.5);
}

.shadow-icon{
  box-shadow: 0 0 4px 0 rgba(41, 41, 41, 0.24);
}

.shadow-inner{
  box-shadow: inset 0 0 3px 2px rgba(129,129,129,0.15);
}

.shadow-text-hover{
  box-shadow: 0 2px 4px 0 rgba(42, 40, 40, 0.10);
}

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

.hover\:shadow:hover{
  box-shadow: 0 2px 4px 0 rgba(42,40,40,0.20);
}

.hover\:shadow-menu:hover{
  box-shadow: 0 0 8px 2px rgba(42,40,40,0.2);
}

.hover\:shadow-hover:hover{
  box-shadow: 0 3px 6px 0 rgba(42,40,40,0.3);
}

.hover\:shadow-active:hover{
  box-shadow: 0 3px 10px 0 rgba(42,40,40,0.4);
}

.hover\:shadow-md:hover{
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
}

.hover\:shadow-lg:hover{
  box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
}

.hover\:shadow-img:hover{
  box-shadow: 1px 2px 6px 0 rgba(42,40,40,0.2);
}

.hover\:shadow-box-light:hover{
  box-shadow: 1px 2px 6px 0 rgba(42,40,40,0.15);
}

.hover\:shadow-box-dark:hover{
  box-shadow: 1px 2px 6px 0 rgba(42, 40, 40, 0.4);
}

.hover\:shadow-box-dark-hover:hover{
  box-shadow: 1px 4px 8px 0 rgba(42, 40, 40, 0.5);
}

.hover\:shadow-icon:hover{
  box-shadow: 0 0 4px 0 rgba(41, 41, 41, 0.24);
}

.hover\:shadow-inner:hover{
  box-shadow: inset 0 0 3px 2px rgba(129,129,129,0.15);
}

.hover\:shadow-text-hover:hover{
  box-shadow: 0 2px 4px 0 rgba(42, 40, 40, 0.10);
}

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

.fill-current{
  fill: currentColor;
}

.stroke-current{
  stroke: currentColor;
}

.table-auto{
  table-layout: auto;
}

.table-fixed{
  table-layout: fixed;
}

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

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

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

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

.text-black{
  color: #2a2828;
}

.text-black-transparent{
  color: rgba(42,40,40,0.80);
}

.text-black-modal{
  color: rgba(42,40,40,0.9);
}

.text-gray-darkest{
  color: #555353;
}

.text-gray-darker{
  color: #8E8E93;
}

.text-gray-dark{
  color: #7f7f7f;
}

.text-gray{
  color: #a9a7a7;
}

.text-gray-light{
  color: #d7d6d6;
}

.text-gray-lighter{
  color: #dddddd;
}

.text-gray-lightest{
  color: #e8e8e8;
}

.text-gray-table{
  color: rgba(232,232,232,0.5);
}

.text-red{
  color: #af1c2e;
}

.text-darkred{
  color: #831522;
}

.text-green{
  color: #86b327;
}

.text-white{
  color: #fff;
}

.text-trans{
  color: transparent;
}

.text-primary{
  color: #af1c2e;
}

.text-primary-dark{
  color: #831522;
}

.text-secondary{
  color: #a9a7a7;
}

.text-secondary-dark{
  color: #7f7f7f;
}

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

.hover\:text-black-transparent:hover{
  color: rgba(42,40,40,0.80);
}

.hover\:text-black-modal:hover{
  color: rgba(42,40,40,0.9);
}

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

.hover\:text-gray-darker:hover{
  color: #8E8E93;
}

.hover\:text-gray-dark:hover{
  color: #7f7f7f;
}

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

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

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

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

.hover\:text-gray-table:hover{
  color: rgba(232,232,232,0.5);
}

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

.hover\:text-darkred:hover{
  color: #831522;
}

.hover\:text-green:hover{
  color: #86b327;
}

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

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

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

.hover\:text-primary-dark:hover{
  color: #831522;
}

.hover\:text-secondary:hover{
  color: #a9a7a7;
}

.hover\:text-secondary-dark:hover{
  color: #7f7f7f;
}

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

.text-xs{
  font-size: 0.93333rem;
}

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

.text-md{
  font-size: 1.06667rem;
}

.text-lg{
  font-size: 1.2rem;
}

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

.text-xxl{
  font-size: 1.5rem;
}

.text-h1{
  font-size: 2.666667rem;
}

.text-h2{
  font-size: 2.13333rem;
}

.text-h3{
  font-size: 1.73333rem;
}

.text-label{
  font-size: 0.93333rem;
}

.text-nav{
  font-size: 0.86667rem;
}

.text-nav-sm{
  font-size: .73333rem;
}

.text-small{
  font-size: 0.85em;
}

.text-button{
  font-size: 0.93333rem;
}

.text-intro{
  font-size: 1.13333rem;
}

.text-button-sm{
  font-size: .73333rem;
}

.italic{
  font-style: italic;
}

.not-italic{
  font-style: normal;
}

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.capitalize{
  text-transform: capitalize;
}

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

.underline{
  text-decoration: underline;
}

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

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

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

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

.tracking-tight{
  letter-spacing: -0.066666667rem;
}

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

.tracking-copy{
  letter-spacing: .01rem;
}

.tracking-wide{
  letter-spacing: 0.066666667rem;
}

.tracking-super-wide{
  letter-spacing: 0.266666667rem;
}

.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.select-text{
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.select-all{
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
}

.select-auto{
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.align-baseline{
  vertical-align: baseline;
}

.align-top{
  vertical-align: top;
}

.align-middle{
  vertical-align: middle;
}

.align-bottom{
  vertical-align: bottom;
}

.align-text-top{
  vertical-align: text-top;
}

.align-text-bottom{
  vertical-align: text-bottom;
}

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.whitespace-normal{
  white-space: normal;
}

.whitespace-no-wrap{
  white-space: nowrap;
}

.whitespace-pre{
  white-space: pre;
}

.whitespace-pre-line{
  white-space: pre-line;
}

.whitespace-pre-wrap{
  white-space: pre-wrap;
}

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

.break-words{
  overflow-wrap: break-word;
}

.break-all{
  word-break: break-all;
}

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

.w-auto{
  width: auto;
}

.w-px{
  width: 1px;
}

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

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

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

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

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

.w-1\/5{
  width: 20%;
}

.w-2\/5{
  width: 40%;
}

.w-3\/5{
  width: 60%;
}

.w-4\/5{
  width: 80%;
}

.w-1\/6{
  width: 16.66667%;
}

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

.w-1\/12{
  width: 8.33337%;
}

.w-5\/12{
  width: 41.66667%;
}

.w-7\/12{
  width: 58.33333%;
}

.w-gap-xs{
  width: 30%;
}

.w-gap{
  width: 46.5%;
}

.w-gap-sm{
  width: 46%;
}

.w-xs{
  width: 1rem;
}

.w-sm{
  width: 2rem;
}

.w-md{
  width: 3rem;
}

.w-lg{
  width: 4rem;
}

.w-full{
  width: 100%;
}

.w-screen{
  width: 100vw;
}

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

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

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

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

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

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

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

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

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

.smooth {
  -webkit-font-smoothing: antialiased;
}

.trans {
  transition: all .3s;
}

.trans-all {
  transition-property: all;
}

.trans-bg {
  transition-property: background;
}

.trans-border-color {
  transition-property: border-color;
}

.trans-color {
  transition-property: color;
}

.trans-o {
  transition-property: opacity;
}

.trans-transform {
  transition-property: transform;
}

.trans-slow {
  transition-duration: .5s;
}

.trans-slower {
  transition-duration: .5s;
}

.trans-fast {
  transition-duration: .15s;
}

.trans-faster {
  transition-duration: .075s;
}

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

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

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

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

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

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

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

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

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

  .xs\:bg-black-transparent{
    background-color: rgba(42,40,40,0.80);
  }

  .xs\:bg-black-modal{
    background-color: rgba(42,40,40,0.9);
  }

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

  .xs\:bg-gray-darker{
    background-color: #8E8E93;
  }

  .xs\:bg-gray-dark{
    background-color: #7f7f7f;
  }

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

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

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

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

  .xs\:bg-gray-table{
    background-color: rgba(232,232,232,0.5);
  }

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

  .xs\:bg-darkred{
    background-color: #831522;
  }

  .xs\:bg-green{
    background-color: #86b327;
  }

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

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

  .xs\:bg-primary{
    background-color: #af1c2e;
  }

  .xs\:bg-primary-dark{
    background-color: #831522;
  }

  .xs\:bg-secondary{
    background-color: #a9a7a7;
  }

  .xs\:bg-secondary-dark{
    background-color: #7f7f7f;
  }

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

  .xs\:hover\:bg-black-transparent:hover{
    background-color: rgba(42,40,40,0.80);
  }

  .xs\:hover\:bg-black-modal:hover{
    background-color: rgba(42,40,40,0.9);
  }

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

  .xs\:hover\:bg-gray-darker:hover{
    background-color: #8E8E93;
  }

  .xs\:hover\:bg-gray-dark:hover{
    background-color: #7f7f7f;
  }

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

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

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

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

  .xs\:hover\:bg-gray-table:hover{
    background-color: rgba(232,232,232,0.5);
  }

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

  .xs\:hover\:bg-darkred:hover{
    background-color: #831522;
  }

  .xs\:hover\:bg-green:hover{
    background-color: #86b327;
  }

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

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

  .xs\:hover\:bg-primary:hover{
    background-color: #af1c2e;
  }

  .xs\:hover\:bg-primary-dark:hover{
    background-color: #831522;
  }

  .xs\:hover\:bg-secondary:hover{
    background-color: #a9a7a7;
  }

  .xs\:hover\:bg-secondary-dark:hover{
    background-color: #7f7f7f;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xs\:border-black-transparent{
    border-color: rgba(42,40,40,0.80);
  }

  .xs\:border-black-modal{
    border-color: rgba(42,40,40,0.9);
  }

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

  .xs\:border-gray-darker{
    border-color: #8E8E93;
  }

  .xs\:border-gray-dark{
    border-color: #7f7f7f;
  }

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

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

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

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

  .xs\:border-gray-table{
    border-color: rgba(232,232,232,0.5);
  }

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

  .xs\:border-darkred{
    border-color: #831522;
  }

  .xs\:border-green{
    border-color: #86b327;
  }

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

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

  .xs\:border-primary{
    border-color: #af1c2e;
  }

  .xs\:border-primary-dark{
    border-color: #831522;
  }

  .xs\:border-secondary{
    border-color: #a9a7a7;
  }

  .xs\:border-secondary-dark{
    border-color: #7f7f7f;
  }

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

  .xs\:hover\:border-black-transparent:hover{
    border-color: rgba(42,40,40,0.80);
  }

  .xs\:hover\:border-black-modal:hover{
    border-color: rgba(42,40,40,0.9);
  }

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

  .xs\:hover\:border-gray-darker:hover{
    border-color: #8E8E93;
  }

  .xs\:hover\:border-gray-dark:hover{
    border-color: #7f7f7f;
  }

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

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

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

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

  .xs\:hover\:border-gray-table:hover{
    border-color: rgba(232,232,232,0.5);
  }

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

  .xs\:hover\:border-darkred:hover{
    border-color: #831522;
  }

  .xs\:hover\:border-green:hover{
    border-color: #86b327;
  }

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

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

  .xs\:hover\:border-primary:hover{
    border-color: #af1c2e;
  }

  .xs\:hover\:border-primary-dark:hover{
    border-color: #831522;
  }

  .xs\:hover\:border-secondary:hover{
    border-color: #a9a7a7;
  }

  .xs\:hover\:border-secondary-dark:hover{
    border-color: #7f7f7f;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xs\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  .xs\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  .xs\:rounded-tl-sm{
    border-top-left-radius: .125rem;
  }

  .xs\:rounded-tr-sm{
    border-top-right-radius: .125rem;
  }

  .xs\:rounded-br-sm{
    border-bottom-right-radius: .125rem;
  }

  .xs\:rounded-bl-sm{
    border-bottom-left-radius: .125rem;
  }

  .xs\:rounded-tl{
    border-top-left-radius: .25rem;
  }

  .xs\:rounded-tr{
    border-top-right-radius: .25rem;
  }

  .xs\:rounded-br{
    border-bottom-right-radius: .25rem;
  }

  .xs\:rounded-bl{
    border-bottom-left-radius: .25rem;
  }

  .xs\:rounded-tl-lg{
    border-top-left-radius: .5rem;
  }

  .xs\:rounded-tr-lg{
    border-top-right-radius: .5rem;
  }

  .xs\:rounded-br-lg{
    border-bottom-right-radius: .5rem;
  }

  .xs\:rounded-bl-lg{
    border-bottom-left-radius: .5rem;
  }

  .xs\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .xs\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .xs\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .xs\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .xs\:border-solid{
    border-style: solid;
  }

  .xs\:border-dashed{
    border-style: dashed;
  }

  .xs\:border-dotted{
    border-style: dotted;
  }

  .xs\:border-double{
    border-style: double;
  }

  .xs\:border-none{
    border-style: none;
  }

  .xs\:border-0{
    border-width: 0;
  }

  .xs\:border-1{
    border-width: 1px;
  }

  .xs\:border-2{
    border-width: 2px;
  }

  .xs\:border-3{
    border-width: 3px;
  }

  .xs\:border-4{
    border-width: 4px;
  }

  .xs\:border-8{
    border-width: 8px;
  }

  .xs\:border-10{
    border-width: 10px;
  }

  .xs\:border{
    border-width: 1px;
  }

  .xs\:border-t-0{
    border-top-width: 0;
  }

  .xs\:border-r-0{
    border-right-width: 0;
  }

  .xs\:border-b-0{
    border-bottom-width: 0;
  }

  .xs\:border-l-0{
    border-left-width: 0;
  }

  .xs\:border-t-1{
    border-top-width: 1px;
  }

  .xs\:border-r-1{
    border-right-width: 1px;
  }

  .xs\:border-b-1{
    border-bottom-width: 1px;
  }

  .xs\:border-l-1{
    border-left-width: 1px;
  }

  .xs\:border-t-2{
    border-top-width: 2px;
  }

  .xs\:border-r-2{
    border-right-width: 2px;
  }

  .xs\:border-b-2{
    border-bottom-width: 2px;
  }

  .xs\:border-l-2{
    border-left-width: 2px;
  }

  .xs\:border-t-3{
    border-top-width: 3px;
  }

  .xs\:border-r-3{
    border-right-width: 3px;
  }

  .xs\:border-b-3{
    border-bottom-width: 3px;
  }

  .xs\:border-l-3{
    border-left-width: 3px;
  }

  .xs\:border-t-4{
    border-top-width: 4px;
  }

  .xs\:border-r-4{
    border-right-width: 4px;
  }

  .xs\:border-b-4{
    border-bottom-width: 4px;
  }

  .xs\:border-l-4{
    border-left-width: 4px;
  }

  .xs\:border-t-8{
    border-top-width: 8px;
  }

  .xs\:border-r-8{
    border-right-width: 8px;
  }

  .xs\:border-b-8{
    border-bottom-width: 8px;
  }

  .xs\:border-l-8{
    border-left-width: 8px;
  }

  .xs\:border-t-10{
    border-top-width: 10px;
  }

  .xs\:border-r-10{
    border-right-width: 10px;
  }

  .xs\:border-b-10{
    border-bottom-width: 10px;
  }

  .xs\:border-l-10{
    border-left-width: 10px;
  }

  .xs\:border-t{
    border-top-width: 1px;
  }

  .xs\:border-r{
    border-right-width: 1px;
  }

  .xs\:border-b{
    border-bottom-width: 1px;
  }

  .xs\:border-l{
    border-left-width: 1px;
  }

  .xs\:cursor-auto{
    cursor: auto;
  }

  .xs\:cursor-default{
    cursor: default;
  }

  .xs\:cursor-pointer{
    cursor: pointer;
  }

  .xs\:cursor-wait{
    cursor: wait;
  }

  .xs\:cursor-text{
    cursor: text;
  }

  .xs\:cursor-move{
    cursor: move;
  }

  .xs\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .xs\:block{
    display: block;
  }

  .xs\:inline-block{
    display: inline-block;
  }

  .xs\:inline{
    display: inline;
  }

  .xs\:flex{
    display: flex;
  }

  .xs\:inline-flex{
    display: inline-flex;
  }

  .xs\:table{
    display: table;
  }

  .xs\:table-row{
    display: table-row;
  }

  .xs\:table-cell{
    display: table-cell;
  }

  .xs\:hidden{
    display: none;
  }

  .xs\:flex-row{
    flex-direction: row;
  }

  .xs\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .xs\:flex-col{
    flex-direction: column;
  }

  .xs\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .xs\:flex-wrap{
    flex-wrap: wrap;
  }

  .xs\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .xs\:flex-no-wrap{
    flex-wrap: nowrap;
  }

  .xs\:items-start{
    align-items: flex-start;
  }

  .xs\:items-end{
    align-items: flex-end;
  }

  .xs\:items-center{
    align-items: center;
  }

  .xs\:items-baseline{
    align-items: baseline;
  }

  .xs\:items-stretch{
    align-items: stretch;
  }

  .xs\:self-auto{
    align-self: auto;
  }

  .xs\:self-start{
    align-self: flex-start;
  }

  .xs\:self-end{
    align-self: flex-end;
  }

  .xs\:self-center{
    align-self: center;
  }

  .xs\:self-stretch{
    align-self: stretch;
  }

  .xs\:justify-start{
    justify-content: flex-start;
  }

  .xs\:justify-end{
    justify-content: flex-end;
  }

  .xs\:justify-center{
    justify-content: center;
  }

  .xs\:justify-between{
    justify-content: space-between;
  }

  .xs\:justify-around{
    justify-content: space-around;
  }

  .xs\:content-center{
    align-content: center;
  }

  .xs\:content-start{
    align-content: flex-start;
  }

  .xs\:content-end{
    align-content: flex-end;
  }

  .xs\:content-between{
    align-content: space-between;
  }

  .xs\:content-around{
    align-content: space-around;
  }

  .xs\:flex-1{
    flex: 1 1 0%;
  }

  .xs\:flex-auto{
    flex: 1 1 auto;
  }

  .xs\:flex-initial{
    flex: 0 1 auto;
  }

  .xs\:flex-none{
    flex: none;
  }

  .xs\:flex-grow-0{
    flex-grow: 0;
  }

  .xs\:flex-grow{
    flex-grow: 1;
  }

  .xs\:flex-shrink-0{
    flex-shrink: 0;
  }

  .xs\:flex-shrink{
    flex-shrink: 1;
  }

  .xs\:order-1{
    order: 1;
  }

  .xs\:order-2{
    order: 2;
  }

  .xs\:order-3{
    order: 3;
  }

  .xs\:order-4{
    order: 4;
  }

  .xs\:order-5{
    order: 5;
  }

  .xs\:order-6{
    order: 6;
  }

  .xs\:order-7{
    order: 7;
  }

  .xs\:order-8{
    order: 8;
  }

  .xs\:order-9{
    order: 9;
  }

  .xs\:order-10{
    order: 10;
  }

  .xs\:order-11{
    order: 11;
  }

  .xs\:order-12{
    order: 12;
  }

  .xs\:order-first{
    order: -9999;
  }

  .xs\:order-last{
    order: 9999;
  }

  .xs\:order-none{
    order: 0;
  }

  .xs\:float-right{
    float: right;
  }

  .xs\:float-left{
    float: left;
  }

  .xs\:float-none{
    float: none;
  }

  .xs\:clearfix:after{
    content: "";
    display: table;
    clear: both;
  }

  .xs\:font-sans{
    font-family: Rubik, Trebuchet MS, Helvetica, sans-serif;
  }

  .xs\:font-normal{
    font-weight: 400;
  }

  .xs\:font-bold{
    font-weight: 500;
  }

  .xs\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .xs\:hover\:font-bold:hover{
    font-weight: 500;
  }

  .xs\:h-0{
    height: 0;
  }

  .xs\:h-1{
    height: 0.25rem;
  }

  .xs\:h-2{
    height: 0.5rem;
  }

  .xs\:h-3{
    height: 0.75rem;
  }

  .xs\:h-4{
    height: 1rem;
  }

  .xs\:h-6{
    height: 1.5rem;
  }

  .xs\:h-8{
    height: 2rem;
  }

  .xs\:h-10{
    height: 2.5rem;
  }

  .xs\:h-12{
    height: 3rem;
  }

  .xs\:h-16{
    height: 4rem;
  }

  .xs\:h-24{
    height: 6rem;
  }

  .xs\:h-32{
    height: 8rem;
  }

  .xs\:h-48{
    height: 12rem;
  }

  .xs\:h-64{
    height: 16rem;
  }

  .xs\:h-auto{
    height: auto;
  }

  .xs\:h-px{
    height: 1px;
  }

  .xs\:h-sm{
    height: 2rem;
  }

  .xs\:h-md{
    height: 3rem;
  }

  .xs\:h-lg{
    height: 4rem;
  }

  .xs\:h-full{
    height: 100%;
  }

  .xs\:h-screen{
    height: 100vh;
  }

  .xs\:leading-0{
    line-height: 0;
  }

  .xs\:leading-none{
    line-height: 1;
  }

  .xs\:leading-tight{
    line-height: 1.2;
  }

  .xs\:leading-normal{
    line-height: 1.75;
  }

  .xs\:leading-loose{
    line-height: 2;
  }

  .xs\:list-inside{
    list-style-position: inside;
  }

  .xs\:list-outside{
    list-style-position: outside;
  }

  .xs\:list-none{
    list-style-type: none;
  }

  .xs\:list-disc{
    list-style-type: disc;
  }

  .xs\:list-decimal{
    list-style-type: decimal;
  }

  .xs\:m-0{
    margin: 0;
  }

  .xs\:m-1{
    margin: 1px;
  }

  .xs\:m-2{
    margin: 2px;
  }

  .xs\:m-3{
    margin: 3px;
  }

  .xs\:m-4{
    margin: 4px;
  }

  .xs\:m-5{
    margin: 5px;
  }

  .xs\:m-6{
    margin: 6px;
  }

  .xs\:m-7{
    margin: 7px;
  }

  .xs\:m-8{
    margin: 8px;
  }

  .xs\:m-9{
    margin: 9px;
  }

  .xs\:m-10{
    margin: 10px;
  }

  .xs\:m-13{
    margin: 13px;
  }

  .xs\:m-15{
    margin: 15px;
  }

  .xs\:m-20{
    margin: 20px;
  }

  .xs\:m-90{
    margin: 6rem;
  }

  .xs\:m-auto{
    margin: auto;
  }

  .xs\:m-px{
    margin: 1px;
  }

  .xs\:m-xs{
    margin: .33rem;
  }

  .xs\:m-sm{
    margin: 1rem;
  }

  .xs\:m-md{
    margin: 2rem;
  }

  .xs\:m-lg{
    margin: 3rem;
  }

  .xs\:m-xl{
    margin: 4rem;
  }

  .xs\:m-xxl{
    margin: 8rem;
  }

  .xs\:m-gutter{
    margin: 15px;
  }

  .xs\:m-gutter-desktop{
    margin: 15px;
  }

  .xs\:m-gutter-lg{
    margin: 30px;
  }

  .xs\:m-gutter-desktop-lg{
    margin: 30px;
  }

  .xs\:m-heading{
    margin: 0.5em;
  }

  .xs\:-m-px{
    margin: -1px;
  }

  .xs\:-m-1{
    margin: -0.25rem;
  }

  .xs\:-m-2{
    margin: -0.5rem;
  }

  .xs\:-m-3{
    margin: -0.75rem;
  }

  .xs\:-m-4{
    margin: -1rem;
  }

  .xs\:-m-6{
    margin: -1.5rem;
  }

  .xs\:-m-8{
    margin: -2rem;
  }

  .xs\:-m-gutter{
    margin: -10px;
  }

  .xs\:-m-gutter-desktop{
    margin: -15px;
  }

  .xs\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .xs\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .xs\:my-1{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xs\:mx-1{
    margin-left: 1px;
    margin-right: 1px;
  }

  .xs\:my-2{
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .xs\:mx-2{
    margin-left: 2px;
    margin-right: 2px;
  }

  .xs\:my-3{
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .xs\:mx-3{
    margin-left: 3px;
    margin-right: 3px;
  }

  .xs\:my-4{
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .xs\:mx-4{
    margin-left: 4px;
    margin-right: 4px;
  }

  .xs\:my-5{
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .xs\:mx-5{
    margin-left: 5px;
    margin-right: 5px;
  }

  .xs\:my-6{
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .xs\:mx-6{
    margin-left: 6px;
    margin-right: 6px;
  }

  .xs\:my-7{
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .xs\:mx-7{
    margin-left: 7px;
    margin-right: 7px;
  }

  .xs\:my-8{
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .xs\:mx-8{
    margin-left: 8px;
    margin-right: 8px;
  }

  .xs\:my-9{
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .xs\:mx-9{
    margin-left: 9px;
    margin-right: 9px;
  }

  .xs\:my-10{
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .xs\:mx-10{
    margin-left: 10px;
    margin-right: 10px;
  }

  .xs\:my-13{
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .xs\:mx-13{
    margin-left: 13px;
    margin-right: 13px;
  }

  .xs\:my-15{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .xs\:mx-15{
    margin-left: 15px;
    margin-right: 15px;
  }

  .xs\:my-20{
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .xs\:mx-20{
    margin-left: 20px;
    margin-right: 20px;
  }

  .xs\:my-90{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xs\:mx-90{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xs\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .xs\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .xs\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xs\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .xs\:my-xs{
    margin-top: .33rem;
    margin-bottom: .33rem;
  }

  .xs\:mx-xs{
    margin-left: .33rem;
    margin-right: .33rem;
  }

  .xs\:my-sm{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xs\:mx-sm{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xs\:my-md{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xs\:mx-md{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xs\:my-lg{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xs\:mx-lg{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xs\:my-xl{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xs\:mx-xl{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xs\:my-xxl{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xs\:mx-xxl{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xs\:my-gutter{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .xs\:mx-gutter{
    margin-left: 15px;
    margin-right: 15px;
  }

  .xs\:my-gutter-desktop{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .xs\:mx-gutter-desktop{
    margin-left: 15px;
    margin-right: 15px;
  }

  .xs\:my-gutter-lg{
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .xs\:mx-gutter-lg{
    margin-left: 30px;
    margin-right: 30px;
  }

  .xs\:my-gutter-desktop-lg{
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .xs\:mx-gutter-desktop-lg{
    margin-left: 30px;
    margin-right: 30px;
  }

  .xs\:my-heading{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .xs\:mx-heading{
    margin-left: 0.5em;
    margin-right: 0.5em;
  }

  .xs\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xs\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .xs\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xs\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xs\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xs\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xs\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xs\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xs\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xs\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xs\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xs\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xs\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xs\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xs\:-my-gutter{
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .xs\:-mx-gutter{
    margin-left: -10px;
    margin-right: -10px;
  }

  .xs\:-my-gutter-desktop{
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .xs\:-mx-gutter-desktop{
    margin-left: -15px;
    margin-right: -15px;
  }

  .xs\:mt-0{
    margin-top: 0;
  }

  .xs\:mr-0{
    margin-right: 0;
  }

  .xs\:mb-0{
    margin-bottom: 0;
  }

  .xs\:ml-0{
    margin-left: 0;
  }

  .xs\:mt-1{
    margin-top: 1px;
  }

  .xs\:mr-1{
    margin-right: 1px;
  }

  .xs\:mb-1{
    margin-bottom: 1px;
  }

  .xs\:ml-1{
    margin-left: 1px;
  }

  .xs\:mt-2{
    margin-top: 2px;
  }

  .xs\:mr-2{
    margin-right: 2px;
  }

  .xs\:mb-2{
    margin-bottom: 2px;
  }

  .xs\:ml-2{
    margin-left: 2px;
  }

  .xs\:mt-3{
    margin-top: 3px;
  }

  .xs\:mr-3{
    margin-right: 3px;
  }

  .xs\:mb-3{
    margin-bottom: 3px;
  }

  .xs\:ml-3{
    margin-left: 3px;
  }

  .xs\:mt-4{
    margin-top: 4px;
  }

  .xs\:mr-4{
    margin-right: 4px;
  }

  .xs\:mb-4{
    margin-bottom: 4px;
  }

  .xs\:ml-4{
    margin-left: 4px;
  }

  .xs\:mt-5{
    margin-top: 5px;
  }

  .xs\:mr-5{
    margin-right: 5px;
  }

  .xs\:mb-5{
    margin-bottom: 5px;
  }

  .xs\:ml-5{
    margin-left: 5px;
  }

  .xs\:mt-6{
    margin-top: 6px;
  }

  .xs\:mr-6{
    margin-right: 6px;
  }

  .xs\:mb-6{
    margin-bottom: 6px;
  }

  .xs\:ml-6{
    margin-left: 6px;
  }

  .xs\:mt-7{
    margin-top: 7px;
  }

  .xs\:mr-7{
    margin-right: 7px;
  }

  .xs\:mb-7{
    margin-bottom: 7px;
  }

  .xs\:ml-7{
    margin-left: 7px;
  }

  .xs\:mt-8{
    margin-top: 8px;
  }

  .xs\:mr-8{
    margin-right: 8px;
  }

  .xs\:mb-8{
    margin-bottom: 8px;
  }

  .xs\:ml-8{
    margin-left: 8px;
  }

  .xs\:mt-9{
    margin-top: 9px;
  }

  .xs\:mr-9{
    margin-right: 9px;
  }

  .xs\:mb-9{
    margin-bottom: 9px;
  }

  .xs\:ml-9{
    margin-left: 9px;
  }

  .xs\:mt-10{
    margin-top: 10px;
  }

  .xs\:mr-10{
    margin-right: 10px;
  }

  .xs\:mb-10{
    margin-bottom: 10px;
  }

  .xs\:ml-10{
    margin-left: 10px;
  }

  .xs\:mt-13{
    margin-top: 13px;
  }

  .xs\:mr-13{
    margin-right: 13px;
  }

  .xs\:mb-13{
    margin-bottom: 13px;
  }

  .xs\:ml-13{
    margin-left: 13px;
  }

  .xs\:mt-15{
    margin-top: 15px;
  }

  .xs\:mr-15{
    margin-right: 15px;
  }

  .xs\:mb-15{
    margin-bottom: 15px;
  }

  .xs\:ml-15{
    margin-left: 15px;
  }

  .xs\:mt-20{
    margin-top: 20px;
  }

  .xs\:mr-20{
    margin-right: 20px;
  }

  .xs\:mb-20{
    margin-bottom: 20px;
  }

  .xs\:ml-20{
    margin-left: 20px;
  }

  .xs\:mt-90{
    margin-top: 6rem;
  }

  .xs\:mr-90{
    margin-right: 6rem;
  }

  .xs\:mb-90{
    margin-bottom: 6rem;
  }

  .xs\:ml-90{
    margin-left: 6rem;
  }

  .xs\:mt-auto{
    margin-top: auto;
  }

  .xs\:mr-auto{
    margin-right: auto;
  }

  .xs\:mb-auto{
    margin-bottom: auto;
  }

  .xs\:ml-auto{
    margin-left: auto;
  }

  .xs\:mt-px{
    margin-top: 1px;
  }

  .xs\:mr-px{
    margin-right: 1px;
  }

  .xs\:mb-px{
    margin-bottom: 1px;
  }

  .xs\:ml-px{
    margin-left: 1px;
  }

  .xs\:mt-xs{
    margin-top: .33rem;
  }

  .xs\:mr-xs{
    margin-right: .33rem;
  }

  .xs\:mb-xs{
    margin-bottom: .33rem;
  }

  .xs\:ml-xs{
    margin-left: .33rem;
  }

  .xs\:mt-sm{
    margin-top: 1rem;
  }

  .xs\:mr-sm{
    margin-right: 1rem;
  }

  .xs\:mb-sm{
    margin-bottom: 1rem;
  }

  .xs\:ml-sm{
    margin-left: 1rem;
  }

  .xs\:mt-md{
    margin-top: 2rem;
  }

  .xs\:mr-md{
    margin-right: 2rem;
  }

  .xs\:mb-md{
    margin-bottom: 2rem;
  }

  .xs\:ml-md{
    margin-left: 2rem;
  }

  .xs\:mt-lg{
    margin-top: 3rem;
  }

  .xs\:mr-lg{
    margin-right: 3rem;
  }

  .xs\:mb-lg{
    margin-bottom: 3rem;
  }

  .xs\:ml-lg{
    margin-left: 3rem;
  }

  .xs\:mt-xl{
    margin-top: 4rem;
  }

  .xs\:mr-xl{
    margin-right: 4rem;
  }

  .xs\:mb-xl{
    margin-bottom: 4rem;
  }

  .xs\:ml-xl{
    margin-left: 4rem;
  }

  .xs\:mt-xxl{
    margin-top: 8rem;
  }

  .xs\:mr-xxl{
    margin-right: 8rem;
  }

  .xs\:mb-xxl{
    margin-bottom: 8rem;
  }

  .xs\:ml-xxl{
    margin-left: 8rem;
  }

  .xs\:mt-gutter{
    margin-top: 15px;
  }

  .xs\:mr-gutter{
    margin-right: 15px;
  }

  .xs\:mb-gutter{
    margin-bottom: 15px;
  }

  .xs\:ml-gutter{
    margin-left: 15px;
  }

  .xs\:mt-gutter-desktop{
    margin-top: 15px;
  }

  .xs\:mr-gutter-desktop{
    margin-right: 15px;
  }

  .xs\:mb-gutter-desktop{
    margin-bottom: 15px;
  }

  .xs\:ml-gutter-desktop{
    margin-left: 15px;
  }

  .xs\:mt-gutter-lg{
    margin-top: 30px;
  }

  .xs\:mr-gutter-lg{
    margin-right: 30px;
  }

  .xs\:mb-gutter-lg{
    margin-bottom: 30px;
  }

  .xs\:ml-gutter-lg{
    margin-left: 30px;
  }

  .xs\:mt-gutter-desktop-lg{
    margin-top: 30px;
  }

  .xs\:mr-gutter-desktop-lg{
    margin-right: 30px;
  }

  .xs\:mb-gutter-desktop-lg{
    margin-bottom: 30px;
  }

  .xs\:ml-gutter-desktop-lg{
    margin-left: 30px;
  }

  .xs\:mt-heading{
    margin-top: 0.5em;
  }

  .xs\:mr-heading{
    margin-right: 0.5em;
  }

  .xs\:mb-heading{
    margin-bottom: 0.5em;
  }

  .xs\:ml-heading{
    margin-left: 0.5em;
  }

  .xs\:-mt-px{
    margin-top: -1px;
  }

  .xs\:-mr-px{
    margin-right: -1px;
  }

  .xs\:-mb-px{
    margin-bottom: -1px;
  }

  .xs\:-ml-px{
    margin-left: -1px;
  }

  .xs\:-mt-1{
    margin-top: -0.25rem;
  }

  .xs\:-mr-1{
    margin-right: -0.25rem;
  }

  .xs\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .xs\:-ml-1{
    margin-left: -0.25rem;
  }

  .xs\:-mt-2{
    margin-top: -0.5rem;
  }

  .xs\:-mr-2{
    margin-right: -0.5rem;
  }

  .xs\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .xs\:-ml-2{
    margin-left: -0.5rem;
  }

  .xs\:-mt-3{
    margin-top: -0.75rem;
  }

  .xs\:-mr-3{
    margin-right: -0.75rem;
  }

  .xs\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .xs\:-ml-3{
    margin-left: -0.75rem;
  }

  .xs\:-mt-4{
    margin-top: -1rem;
  }

  .xs\:-mr-4{
    margin-right: -1rem;
  }

  .xs\:-mb-4{
    margin-bottom: -1rem;
  }

  .xs\:-ml-4{
    margin-left: -1rem;
  }

  .xs\:-mt-6{
    margin-top: -1.5rem;
  }

  .xs\:-mr-6{
    margin-right: -1.5rem;
  }

  .xs\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .xs\:-ml-6{
    margin-left: -1.5rem;
  }

  .xs\:-mt-8{
    margin-top: -2rem;
  }

  .xs\:-mr-8{
    margin-right: -2rem;
  }

  .xs\:-mb-8{
    margin-bottom: -2rem;
  }

  .xs\:-ml-8{
    margin-left: -2rem;
  }

  .xs\:-mt-gutter{
    margin-top: -10px;
  }

  .xs\:-mr-gutter{
    margin-right: -10px;
  }

  .xs\:-mb-gutter{
    margin-bottom: -10px;
  }

  .xs\:-ml-gutter{
    margin-left: -10px;
  }

  .xs\:-mt-gutter-desktop{
    margin-top: -15px;
  }

  .xs\:-mr-gutter-desktop{
    margin-right: -15px;
  }

  .xs\:-mb-gutter-desktop{
    margin-bottom: -15px;
  }

  .xs\:-ml-gutter-desktop{
    margin-left: -15px;
  }

  .xs\:max-h-full{
    max-height: 100%;
  }

  .xs\:max-h-hero{
    max-height: 600px;
  }

  .xs\:max-h-screen{
    max-height: 100vh;
  }

  .xs\:max-w-xxs{
    max-width: 11rem;
  }

  .xs\:max-w-xs{
    max-width: 20rem;
  }

  .xs\:max-w-sm{
    max-width: 30rem;
  }

  .xs\:max-w-md{
    max-width: 40rem;
  }

  .xs\:max-w-lg{
    max-width: 50rem;
  }

  .xs\:max-w-xl{
    max-width: 60rem;
  }

  .xs\:max-w-2xl{
    max-width: 70rem;
  }

  .xs\:max-w-3xl{
    max-width: 80rem;
  }

  .xs\:max-w-4xl{
    max-width: 90rem;
  }

  .xs\:max-w-5xl{
    max-width: 100rem;
  }

  .xs\:max-w-full{
    max-width: 100%;
  }

  .xs\:max-w-row{
    max-width: 1130px;
  }

  .xs\:max-w-row-half{
    max-width: 565px;
  }

  .xs\:min-h-0{
    min-height: 0;
  }

  .xs\:min-h-full{
    min-height: 100%;
  }

  .xs\:min-h-hero{
    min-height: 700px;
  }

  .xs\:min-h-hero-tablet{
    min-height: 450px;
  }

  .xs\:min-h-hero-desktop{
    min-height: 550px;
  }

  .xs\:min-h-screen{
    min-height: 100vh;
  }

  .xs\:min-w-0{
    min-width: 0;
  }

  .xs\:min-w-full{
    min-width: 100%;
  }

  .xs\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xs\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xs\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xs\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .xs\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xs\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xs\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .xs\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .xs\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xs\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .xs\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .xs\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xs\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .xs\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .xs\:opacity-0{
    opacity: 0;
  }

  .xs\:opacity-25{
    opacity: .25;
  }

  .xs\:opacity-50{
    opacity: .5;
  }

  .xs\:opacity-75{
    opacity: .75;
  }

  .xs\:opacity-90{
    opacity: .9;
  }

  .xs\:opacity-100{
    opacity: 1;
  }

  .xs\:outline-none{
    outline: 0;
  }

  .xs\:focus\:outline-none:focus{
    outline: 0;
  }

  .xs\:hover\:outline-none:hover{
    outline: 0;
  }

  .xs\:active\:outline-none:active{
    outline: 0;
  }

  .xs\:overflow-auto{
    overflow: auto;
  }

  .xs\:overflow-hidden{
    overflow: hidden;
  }

  .xs\:overflow-visible{
    overflow: visible;
  }

  .xs\:overflow-scroll{
    overflow: scroll;
  }

  .xs\:overflow-x-auto{
    overflow-x: auto;
  }

  .xs\:overflow-y-auto{
    overflow-y: auto;
  }

  .xs\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .xs\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .xs\:overflow-x-visible{
    overflow-x: visible;
  }

  .xs\:overflow-y-visible{
    overflow-y: visible;
  }

  .xs\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .xs\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .xs\:scrolling-touch{
    -webkit-overflow-scrolling: touch;
  }

  .xs\:scrolling-auto{
    -webkit-overflow-scrolling: auto;
  }

  .xs\:p-0{
    padding: 0;
  }

  .xs\:p-1{
    padding: 1px;
  }

  .xs\:p-2{
    padding: 2px;
  }

  .xs\:p-3{
    padding: 3px;
  }

  .xs\:p-4{
    padding: 4px;
  }

  .xs\:p-5{
    padding: 5px;
  }

  .xs\:p-6{
    padding: 6px;
  }

  .xs\:p-7{
    padding: 7px;
  }

  .xs\:p-8{
    padding: 8px;
  }

  .xs\:p-9{
    padding: 9px;
  }

  .xs\:p-10{
    padding: 10px;
  }

  .xs\:p-90{
    padding: 6rem;
  }

  .xs\:p-px{
    padding: 1px;
  }

  .xs\:p-xs{
    padding: .33rem;
  }

  .xs\:p-sm{
    padding: 1rem;
  }

  .xs\:p-md{
    padding: 2rem;
  }

  .xs\:p-lg{
    padding: 3rem;
  }

  .xs\:p-xl{
    padding: 4rem;
  }

  .xs\:p-xxl{
    padding: 8rem;
  }

  .xs\:p-gutter{
    padding: 15px;
  }

  .xs\:p-gutter-desktop{
    padding: 15px;
  }

  .xs\:p-gutter-lg{
    padding: 30px;
  }

  .xs\:p-gutter-desktop-lg{
    padding: 30px;
  }

  .xs\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .xs\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .xs\:py-1{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xs\:px-1{
    padding-left: 1px;
    padding-right: 1px;
  }

  .xs\:py-2{
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .xs\:px-2{
    padding-left: 2px;
    padding-right: 2px;
  }

  .xs\:py-3{
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .xs\:px-3{
    padding-left: 3px;
    padding-right: 3px;
  }

  .xs\:py-4{
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .xs\:px-4{
    padding-left: 4px;
    padding-right: 4px;
  }

  .xs\:py-5{
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .xs\:px-5{
    padding-left: 5px;
    padding-right: 5px;
  }

  .xs\:py-6{
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .xs\:px-6{
    padding-left: 6px;
    padding-right: 6px;
  }

  .xs\:py-7{
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .xs\:px-7{
    padding-left: 7px;
    padding-right: 7px;
  }

  .xs\:py-8{
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .xs\:px-8{
    padding-left: 8px;
    padding-right: 8px;
  }

  .xs\:py-9{
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .xs\:px-9{
    padding-left: 9px;
    padding-right: 9px;
  }

  .xs\:py-10{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .xs\:px-10{
    padding-left: 10px;
    padding-right: 10px;
  }

  .xs\:py-90{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xs\:px-90{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xs\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xs\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .xs\:py-xs{
    padding-top: .33rem;
    padding-bottom: .33rem;
  }

  .xs\:px-xs{
    padding-left: .33rem;
    padding-right: .33rem;
  }

  .xs\:py-sm{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xs\:px-sm{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xs\:py-md{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xs\:px-md{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xs\:py-lg{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xs\:px-lg{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xs\:py-xl{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xs\:px-xl{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xs\:py-xxl{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xs\:px-xxl{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xs\:py-gutter{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .xs\:px-gutter{
    padding-left: 15px;
    padding-right: 15px;
  }

  .xs\:py-gutter-desktop{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .xs\:px-gutter-desktop{
    padding-left: 15px;
    padding-right: 15px;
  }

  .xs\:py-gutter-lg{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .xs\:px-gutter-lg{
    padding-left: 30px;
    padding-right: 30px;
  }

  .xs\:py-gutter-desktop-lg{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .xs\:px-gutter-desktop-lg{
    padding-left: 30px;
    padding-right: 30px;
  }

  .xs\:pt-0{
    padding-top: 0;
  }

  .xs\:pr-0{
    padding-right: 0;
  }

  .xs\:pb-0{
    padding-bottom: 0;
  }

  .xs\:pl-0{
    padding-left: 0;
  }

  .xs\:pt-1{
    padding-top: 1px;
  }

  .xs\:pr-1{
    padding-right: 1px;
  }

  .xs\:pb-1{
    padding-bottom: 1px;
  }

  .xs\:pl-1{
    padding-left: 1px;
  }

  .xs\:pt-2{
    padding-top: 2px;
  }

  .xs\:pr-2{
    padding-right: 2px;
  }

  .xs\:pb-2{
    padding-bottom: 2px;
  }

  .xs\:pl-2{
    padding-left: 2px;
  }

  .xs\:pt-3{
    padding-top: 3px;
  }

  .xs\:pr-3{
    padding-right: 3px;
  }

  .xs\:pb-3{
    padding-bottom: 3px;
  }

  .xs\:pl-3{
    padding-left: 3px;
  }

  .xs\:pt-4{
    padding-top: 4px;
  }

  .xs\:pr-4{
    padding-right: 4px;
  }

  .xs\:pb-4{
    padding-bottom: 4px;
  }

  .xs\:pl-4{
    padding-left: 4px;
  }

  .xs\:pt-5{
    padding-top: 5px;
  }

  .xs\:pr-5{
    padding-right: 5px;
  }

  .xs\:pb-5{
    padding-bottom: 5px;
  }

  .xs\:pl-5{
    padding-left: 5px;
  }

  .xs\:pt-6{
    padding-top: 6px;
  }

  .xs\:pr-6{
    padding-right: 6px;
  }

  .xs\:pb-6{
    padding-bottom: 6px;
  }

  .xs\:pl-6{
    padding-left: 6px;
  }

  .xs\:pt-7{
    padding-top: 7px;
  }

  .xs\:pr-7{
    padding-right: 7px;
  }

  .xs\:pb-7{
    padding-bottom: 7px;
  }

  .xs\:pl-7{
    padding-left: 7px;
  }

  .xs\:pt-8{
    padding-top: 8px;
  }

  .xs\:pr-8{
    padding-right: 8px;
  }

  .xs\:pb-8{
    padding-bottom: 8px;
  }

  .xs\:pl-8{
    padding-left: 8px;
  }

  .xs\:pt-9{
    padding-top: 9px;
  }

  .xs\:pr-9{
    padding-right: 9px;
  }

  .xs\:pb-9{
    padding-bottom: 9px;
  }

  .xs\:pl-9{
    padding-left: 9px;
  }

  .xs\:pt-10{
    padding-top: 10px;
  }

  .xs\:pr-10{
    padding-right: 10px;
  }

  .xs\:pb-10{
    padding-bottom: 10px;
  }

  .xs\:pl-10{
    padding-left: 10px;
  }

  .xs\:pt-90{
    padding-top: 6rem;
  }

  .xs\:pr-90{
    padding-right: 6rem;
  }

  .xs\:pb-90{
    padding-bottom: 6rem;
  }

  .xs\:pl-90{
    padding-left: 6rem;
  }

  .xs\:pt-px{
    padding-top: 1px;
  }

  .xs\:pr-px{
    padding-right: 1px;
  }

  .xs\:pb-px{
    padding-bottom: 1px;
  }

  .xs\:pl-px{
    padding-left: 1px;
  }

  .xs\:pt-xs{
    padding-top: .33rem;
  }

  .xs\:pr-xs{
    padding-right: .33rem;
  }

  .xs\:pb-xs{
    padding-bottom: .33rem;
  }

  .xs\:pl-xs{
    padding-left: .33rem;
  }

  .xs\:pt-sm{
    padding-top: 1rem;
  }

  .xs\:pr-sm{
    padding-right: 1rem;
  }

  .xs\:pb-sm{
    padding-bottom: 1rem;
  }

  .xs\:pl-sm{
    padding-left: 1rem;
  }

  .xs\:pt-md{
    padding-top: 2rem;
  }

  .xs\:pr-md{
    padding-right: 2rem;
  }

  .xs\:pb-md{
    padding-bottom: 2rem;
  }

  .xs\:pl-md{
    padding-left: 2rem;
  }

  .xs\:pt-lg{
    padding-top: 3rem;
  }

  .xs\:pr-lg{
    padding-right: 3rem;
  }

  .xs\:pb-lg{
    padding-bottom: 3rem;
  }

  .xs\:pl-lg{
    padding-left: 3rem;
  }

  .xs\:pt-xl{
    padding-top: 4rem;
  }

  .xs\:pr-xl{
    padding-right: 4rem;
  }

  .xs\:pb-xl{
    padding-bottom: 4rem;
  }

  .xs\:pl-xl{
    padding-left: 4rem;
  }

  .xs\:pt-xxl{
    padding-top: 8rem;
  }

  .xs\:pr-xxl{
    padding-right: 8rem;
  }

  .xs\:pb-xxl{
    padding-bottom: 8rem;
  }

  .xs\:pl-xxl{
    padding-left: 8rem;
  }

  .xs\:pt-gutter{
    padding-top: 15px;
  }

  .xs\:pr-gutter{
    padding-right: 15px;
  }

  .xs\:pb-gutter{
    padding-bottom: 15px;
  }

  .xs\:pl-gutter{
    padding-left: 15px;
  }

  .xs\:pt-gutter-desktop{
    padding-top: 15px;
  }

  .xs\:pr-gutter-desktop{
    padding-right: 15px;
  }

  .xs\:pb-gutter-desktop{
    padding-bottom: 15px;
  }

  .xs\:pl-gutter-desktop{
    padding-left: 15px;
  }

  .xs\:pt-gutter-lg{
    padding-top: 30px;
  }

  .xs\:pr-gutter-lg{
    padding-right: 30px;
  }

  .xs\:pb-gutter-lg{
    padding-bottom: 30px;
  }

  .xs\:pl-gutter-lg{
    padding-left: 30px;
  }

  .xs\:pt-gutter-desktop-lg{
    padding-top: 30px;
  }

  .xs\:pr-gutter-desktop-lg{
    padding-right: 30px;
  }

  .xs\:pb-gutter-desktop-lg{
    padding-bottom: 30px;
  }

  .xs\:pl-gutter-desktop-lg{
    padding-left: 30px;
  }

  .xs\:placeholder-black::-webkit-input-placeholder{
    color: #2a2828;
  }

  .xs\:placeholder-black::-moz-placeholder{
    color: #2a2828;
  }

  .xs\:placeholder-black:-ms-input-placeholder{
    color: #2a2828;
  }

  .xs\:placeholder-black::-ms-input-placeholder{
    color: #2a2828;
  }

  .xs\:placeholder-black::placeholder{
    color: #2a2828;
  }

  .xs\:placeholder-black-transparent::-webkit-input-placeholder{
    color: rgba(42,40,40,0.80);
  }

  .xs\:placeholder-black-transparent::-moz-placeholder{
    color: rgba(42,40,40,0.80);
  }

  .xs\:placeholder-black-transparent:-ms-input-placeholder{
    color: rgba(42,40,40,0.80);
  }

  .xs\:placeholder-black-transparent::-ms-input-placeholder{
    color: rgba(42,40,40,0.80);
  }

  .xs\:placeholder-black-transparent::placeholder{
    color: rgba(42,40,40,0.80);
  }

  .xs\:placeholder-black-modal::-webkit-input-placeholder{
    color: rgba(42,40,40,0.9);
  }

  .xs\:placeholder-black-modal::-moz-placeholder{
    color: rgba(42,40,40,0.9);
  }

  .xs\:placeholder-black-modal:-ms-input-placeholder{
    color: rgba(42,40,40,0.9);
  }

  .xs\:placeholder-black-modal::-ms-input-placeholder{
    color: rgba(42,40,40,0.9);
  }

  .xs\:placeholder-black-modal::placeholder{
    color: rgba(42,40,40,0.9);
  }

  .xs\:placeholder-gray-darkest::-webkit-input-placeholder{
    color: #555353;
  }

  .xs\:placeholder-gray-darkest::-moz-placeholder{
    color: #555353;
  }

  .xs\:placeholder-gray-darkest:-ms-input-placeholder{
    color: #555353;
  }

  .xs\:placeholder-gray-darkest::-ms-input-placeholder{
    color: #555353;
  }

  .xs\:placeholder-gray-darkest::placeholder{
    color: #555353;
  }

  .xs\:placeholder-gray-darker::-webkit-input-placeholder{
    color: #8E8E93;
  }

  .xs\:placeholder-gray-darker::-moz-placeholder{
    color: #8E8E93;
  }

  .xs\:placeholder-gray-darker:-ms-input-placeholder{
    color: #8E8E93;
  }

  .xs\:placeholder-gray-darker::-ms-input-placeholder{
    color: #8E8E93;
  }

  .xs\:placeholder-gray-darker::placeholder{
    color: #8E8E93;
  }

  .xs\:placeholder-gray-dark::-webkit-input-placeholder{
    color: #7f7f7f;
  }

  .xs\:placeholder-gray-dark::-moz-placeholder{
    color: #7f7f7f;
  }

  .xs\:placeholder-gray-dark:-ms-input-placeholder{
    color: #7f7f7f;
  }

  .xs\:placeholder-gray-dark::-ms-input-placeholder{
    color: #7f7f7f;
  }

  .xs\:placeholder-gray-dark::placeholder{
    color: #7f7f7f;
  }

  .xs\:placeholder-gray::-webkit-input-placeholder{
    color: #a9a7a7;
  }

  .xs\:placeholder-gray::-moz-placeholder{
    color: #a9a7a7;
  }

  .xs\:placeholder-gray:-ms-input-placeholder{
    color: #a9a7a7;
  }

  .xs\:placeholder-gray::-ms-input-placeholder{
    color: #a9a7a7;
  }

  .xs\:placeholder-gray::placeholder{
    color: #a9a7a7;
  }

  .xs\:placeholder-gray-light::-webkit-input-placeholder{
    color: #d7d6d6;
  }

  .xs\:placeholder-gray-light::-moz-placeholder{
    color: #d7d6d6;
  }

  .xs\:placeholder-gray-light:-ms-input-placeholder{
    color: #d7d6d6;
  }

  .xs\:placeholder-gray-light::-ms-input-placeholder{
    color: #d7d6d6;
  }

  .xs\:placeholder-gray-light::placeholder{
    color: #d7d6d6;
  }

  .xs\:placeholder-gray-lighter::-webkit-input-placeholder{
    color: #dddddd;
  }

  .xs\:placeholder-gray-lighter::-moz-placeholder{
    color: #dddddd;
  }

  .xs\:placeholder-gray-lighter:-ms-input-placeholder{
    color: #dddddd;
  }

  .xs\:placeholder-gray-lighter::-ms-input-placeholder{
    color: #dddddd;
  }

  .xs\:placeholder-gray-lighter::placeholder{
    color: #dddddd;
  }

  .xs\:placeholder-gray-lightest::-webkit-input-placeholder{
    color: #e8e8e8;
  }

  .xs\:placeholder-gray-lightest::-moz-placeholder{
    color: #e8e8e8;
  }

  .xs\:placeholder-gray-lightest:-ms-input-placeholder{
    color: #e8e8e8;
  }

  .xs\:placeholder-gray-lightest::-ms-input-placeholder{
    color: #e8e8e8;
  }

  .xs\:placeholder-gray-lightest::placeholder{
    color: #e8e8e8;
  }

  .xs\:placeholder-gray-table::-webkit-input-placeholder{
    color: rgba(232,232,232,0.5);
  }

  .xs\:placeholder-gray-table::-moz-placeholder{
    color: rgba(232,232,232,0.5);
  }

  .xs\:placeholder-gray-table:-ms-input-placeholder{
    color: rgba(232,232,232,0.5);
  }

  .xs\:placeholder-gray-table::-ms-input-placeholder{
    color: rgba(232,232,232,0.5);
  }

  .xs\:placeholder-gray-table::placeholder{
    color: rgba(232,232,232,0.5);
  }

  .xs\:placeholder-red::-webkit-input-placeholder{
    color: #af1c2e;
  }

  .xs\:placeholder-red::-moz-placeholder{
    color: #af1c2e;
  }

  .xs\:placeholder-red:-ms-input-placeholder{
    color: #af1c2e;
  }

  .xs\:placeholder-red::-ms-input-placeholder{
    color: #af1c2e;
  }

  .xs\:placeholder-red::placeholder{
    color: #af1c2e;
  }

  .xs\:placeholder-darkred::-webkit-input-placeholder{
    color: #831522;
  }

  .xs\:placeholder-darkred::-moz-placeholder{
    color: #831522;
  }

  .xs\:placeholder-darkred:-ms-input-placeholder{
    color: #831522;
  }

  .xs\:placeholder-darkred::-ms-input-placeholder{
    color: #831522;
  }

  .xs\:placeholder-darkred::placeholder{
    color: #831522;
  }

  .xs\:placeholder-green::-webkit-input-placeholder{
    color: #86b327;
  }

  .xs\:placeholder-green::-moz-placeholder{
    color: #86b327;
  }

  .xs\:placeholder-green:-ms-input-placeholder{
    color: #86b327;
  }

  .xs\:placeholder-green::-ms-input-placeholder{
    color: #86b327;
  }

  .xs\:placeholder-green::placeholder{
    color: #86b327;
  }

  .xs\:placeholder-white::-webkit-input-placeholder{
    color: #fff;
  }

  .xs\:placeholder-white::-moz-placeholder{
    color: #fff;
  }

  .xs\:placeholder-white:-ms-input-placeholder{
    color: #fff;
  }

  .xs\:placeholder-white::-ms-input-placeholder{
    color: #fff;
  }

  .xs\:placeholder-white::placeholder{
    color: #fff;
  }

  .xs\:placeholder-trans::-webkit-input-placeholder{
    color: transparent;
  }

  .xs\:placeholder-trans::-moz-placeholder{
    color: transparent;
  }

  .xs\:placeholder-trans:-ms-input-placeholder{
    color: transparent;
  }

  .xs\:placeholder-trans::-ms-input-placeholder{
    color: transparent;
  }

  .xs\:placeholder-trans::placeholder{
    color: transparent;
  }

  .xs\:placeholder-primary::-webkit-input-placeholder{
    color: #af1c2e;
  }

  .xs\:placeholder-primary::-moz-placeholder{
    color: #af1c2e;
  }

  .xs\:placeholder-primary:-ms-input-placeholder{
    color: #af1c2e;
  }

  .xs\:placeholder-primary::-ms-input-placeholder{
    color: #af1c2e;
  }

  .xs\:placeholder-primary::placeholder{
    color: #af1c2e;
  }

  .xs\:placeholder-primary-dark::-webkit-input-placeholder{
    color: #831522;
  }

  .xs\:placeholder-primary-dark::-moz-placeholder{
    color: #831522;
  }

  .xs\:placeholder-primary-dark:-ms-input-placeholder{
    color: #831522;
  }

  .xs\:placeholder-primary-dark::-ms-input-placeholder{
    color: #831522;
  }

  .xs\:placeholder-primary-dark::placeholder{
    color: #831522;
  }

  .xs\:placeholder-secondary::-webkit-input-placeholder{
    color: #a9a7a7;
  }

  .xs\:placeholder-secondary::-moz-placeholder{
    color: #a9a7a7;
  }

  .xs\:placeholder-secondary:-ms-input-placeholder{
    color: #a9a7a7;
  }

  .xs\:placeholder-secondary::-ms-input-placeholder{
    color: #a9a7a7;
  }

  .xs\:placeholder-secondary::placeholder{
    color: #a9a7a7;
  }

  .xs\:placeholder-secondary-dark::-webkit-input-placeholder{
    color: #7f7f7f;
  }

  .xs\:placeholder-secondary-dark::-moz-placeholder{
    color: #7f7f7f;
  }

  .xs\:placeholder-secondary-dark:-ms-input-placeholder{
    color: #7f7f7f;
  }

  .xs\:placeholder-secondary-dark::-ms-input-placeholder{
    color: #7f7f7f;
  }

  .xs\:placeholder-secondary-dark::placeholder{
    color: #7f7f7f;
  }

  .xs\:focus\:placeholder-black:focus::-webkit-input-placeholder{
    color: #2a2828;
  }

  .xs\:focus\:placeholder-black:focus::-moz-placeholder{
    color: #2a2828;
  }

  .xs\:focus\:placeholder-black:focus:-ms-input-placeholder{
    color: #2a2828;
  }

  .xs\:focus\:placeholder-black:focus::-ms-input-placeholder{
    color: #2a2828;
  }

  .xs\:focus\:placeholder-black:focus::placeholder{
    color: #2a2828;
  }

  .xs\:focus\:placeholder-black-transparent:focus::-webkit-input-placeholder{
    color: rgba(42,40,40,0.80);
  }

  .xs\:focus\:placeholder-black-transparent:focus::-moz-placeholder{
    color: rgba(42,40,40,0.80);
  }

  .xs\:focus\:placeholder-black-transparent:focus:-ms-input-placeholder{
    color: rgba(42,40,40,0.80);
  }

  .xs\:focus\:placeholder-black-transparent:focus::-ms-input-placeholder{
    color: rgba(42,40,40,0.80);
  }

  .xs\:focus\:placeholder-black-transparent:focus::placeholder{
    color: rgba(42,40,40,0.80);
  }

  .xs\:focus\:placeholder-black-modal:focus::-webkit-input-placeholder{
    color: rgba(42,40,40,0.9);
  }

  .xs\:focus\:placeholder-black-modal:focus::-moz-placeholder{
    color: rgba(42,40,40,0.9);
  }

  .xs\:focus\:placeholder-black-modal:focus:-ms-input-placeholder{
    color: rgba(42,40,40,0.9);
  }

  .xs\:focus\:placeholder-black-modal:focus::-ms-input-placeholder{
    color: rgba(42,40,40,0.9);
  }

  .xs\:focus\:placeholder-black-modal:focus::placeholder{
    color: rgba(42,40,40,0.9);
  }

  .xs\:focus\:placeholder-gray-darkest:focus::-webkit-input-placeholder{
    color: #555353;
  }

  .xs\:focus\:placeholder-gray-darkest:focus::-moz-placeholder{
    color: #555353;
  }

  .xs\:focus\:placeholder-gray-darkest:focus:-ms-input-placeholder{
    color: #555353;
  }

  .xs\:focus\:placeholder-gray-darkest:focus::-ms-input-placeholder{
    color: #555353;
  }

  .xs\:focus\:placeholder-gray-darkest:focus::placeholder{
    color: #555353;
  }

  .xs\:focus\:placeholder-gray-darker:focus::-webkit-input-placeholder{
    color: #8E8E93;
  }

  .xs\:focus\:placeholder-gray-darker:focus::-moz-placeholder{
    color: #8E8E93;
  }

  .xs\:focus\:placeholder-gray-darker:focus:-ms-input-placeholder{
    color: #8E8E93;
  }

  .xs\:focus\:placeholder-gray-darker:focus::-ms-input-placeholder{
    color: #8E8E93;
  }

  .xs\:focus\:placeholder-gray-darker:focus::placeholder{
    color: #8E8E93;
  }

  .xs\:focus\:placeholder-gray-dark:focus::-webkit-input-placeholder{
    color: #7f7f7f;
  }

  .xs\:focus\:placeholder-gray-dark:focus::-moz-placeholder{
    color: #7f7f7f;
  }

  .xs\:focus\:placeholder-gray-dark:focus:-ms-input-placeholder{
    color: #7f7f7f;
  }

  .xs\:focus\:placeholder-gray-dark:focus::-ms-input-placeholder{
    color: #7f7f7f;
  }

  .xs\:focus\:placeholder-gray-dark:focus::placeholder{
    color: #7f7f7f;
  }

  .xs\:focus\:placeholder-gray:focus::-webkit-input-placeholder{
    color: #a9a7a7;
  }

  .xs\:focus\:placeholder-gray:focus::-moz-placeholder{
    color: #a9a7a7;
  }

  .xs\:focus\:placeholder-gray:focus:-ms-input-placeholder{
    color: #a9a7a7;
  }

  .xs\:focus\:placeholder-gray:focus::-ms-input-placeholder{
    color: #a9a7a7;
  }

  .xs\:focus\:placeholder-gray:focus::placeholder{
    color: #a9a7a7;
  }

  .xs\:focus\:placeholder-gray-light:focus::-webkit-input-placeholder{
    color: #d7d6d6;
  }

  .xs\:focus\:placeholder-gray-light:focus::-moz-placeholder{
    color: #d7d6d6;
  }

  .xs\:focus\:placeholder-gray-light:focus:-ms-input-placeholder{
    color: #d7d6d6;
  }

  .xs\:focus\:placeholder-gray-light:focus::-ms-input-placeholder{
    color: #d7d6d6;
  }

  .xs\:focus\:placeholder-gray-light:focus::placeholder{
    color: #d7d6d6;
  }

  .xs\:focus\:placeholder-gray-lighter:focus::-webkit-input-placeholder{
    color: #dddddd;
  }

  .xs\:focus\:placeholder-gray-lighter:focus::-moz-placeholder{
    color: #dddddd;
  }

  .xs\:focus\:placeholder-gray-lighter:focus:-ms-input-placeholder{
    color: #dddddd;
  }

  .xs\:focus\:placeholder-gray-lighter:focus::-ms-input-placeholder{
    color: #dddddd;
  }

  .xs\:focus\:placeholder-gray-lighter:focus::placeholder{
    color: #dddddd;
  }

  .xs\:focus\:placeholder-gray-lightest:focus::-webkit-input-placeholder{
    color: #e8e8e8;
  }

  .xs\:focus\:placeholder-gray-lightest:focus::-moz-placeholder{
    color: #e8e8e8;
  }

  .xs\:focus\:placeholder-gray-lightest:focus:-ms-input-placeholder{
    color: #e8e8e8;
  }

  .xs\:focus\:placeholder-gray-lightest:focus::-ms-input-placeholder{
    color: #e8e8e8;
  }

  .xs\:focus\:placeholder-gray-lightest:focus::placeholder{
    color: #e8e8e8;
  }

  .xs\:focus\:placeholder-gray-table:focus::-webkit-input-placeholder{
    color: rgba(232,232,232,0.5);
  }

  .xs\:focus\:placeholder-gray-table:focus::-moz-placeholder{
    color: rgba(232,232,232,0.5);
  }

  .xs\:focus\:placeholder-gray-table:focus:-ms-input-placeholder{
    color: rgba(232,232,232,0.5);
  }

  .xs\:focus\:placeholder-gray-table:focus::-ms-input-placeholder{
    color: rgba(232,232,232,0.5);
  }

  .xs\:focus\:placeholder-gray-table:focus::placeholder{
    color: rgba(232,232,232,0.5);
  }

  .xs\:focus\:placeholder-red:focus::-webkit-input-placeholder{
    color: #af1c2e;
  }

  .xs\:focus\:placeholder-red:focus::-moz-placeholder{
    color: #af1c2e;
  }

  .xs\:focus\:placeholder-red:focus:-ms-input-placeholder{
    color: #af1c2e;
  }

  .xs\:focus\:placeholder-red:focus::-ms-input-placeholder{
    color: #af1c2e;
  }

  .xs\:focus\:placeholder-red:focus::placeholder{
    color: #af1c2e;
  }

  .xs\:focus\:placeholder-darkred:focus::-webkit-input-placeholder{
    color: #831522;
  }

  .xs\:focus\:placeholder-darkred:focus::-moz-placeholder{
    color: #831522;
  }

  .xs\:focus\:placeholder-darkred:focus:-ms-input-placeholder{
    color: #831522;
  }

  .xs\:focus\:placeholder-darkred:focus::-ms-input-placeholder{
    color: #831522;
  }

  .xs\:focus\:placeholder-darkred:focus::placeholder{
    color: #831522;
  }

  .xs\:focus\:placeholder-green:focus::-webkit-input-placeholder{
    color: #86b327;
  }

  .xs\:focus\:placeholder-green:focus::-moz-placeholder{
    color: #86b327;
  }

  .xs\:focus\:placeholder-green:focus:-ms-input-placeholder{
    color: #86b327;
  }

  .xs\:focus\:placeholder-green:focus::-ms-input-placeholder{
    color: #86b327;
  }

  .xs\:focus\:placeholder-green:focus::placeholder{
    color: #86b327;
  }

  .xs\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    color: #fff;
  }

  .xs\:focus\:placeholder-white:focus::-moz-placeholder{
    color: #fff;
  }

  .xs\:focus\:placeholder-white:focus:-ms-input-placeholder{
    color: #fff;
  }

  .xs\:focus\:placeholder-white:focus::-ms-input-placeholder{
    color: #fff;
  }

  .xs\:focus\:placeholder-white:focus::placeholder{
    color: #fff;
  }

  .xs\:focus\:placeholder-trans:focus::-webkit-input-placeholder{
    color: transparent;
  }

  .xs\:focus\:placeholder-trans:focus::-moz-placeholder{
    color: transparent;
  }

  .xs\:focus\:placeholder-trans:focus:-ms-input-placeholder{
    color: transparent;
  }

  .xs\:focus\:placeholder-trans:focus::-ms-input-placeholder{
    color: transparent;
  }

  .xs\:focus\:placeholder-trans:focus::placeholder{
    color: transparent;
  }

  .xs\:focus\:placeholder-primary:focus::-webkit-input-placeholder{
    color: #af1c2e;
  }

  .xs\:focus\:placeholder-primary:focus::-moz-placeholder{
    color: #af1c2e;
  }

  .xs\:focus\:placeholder-primary:focus:-ms-input-placeholder{
    color: #af1c2e;
  }

  .xs\:focus\:placeholder-primary:focus::-ms-input-placeholder{
    color: #af1c2e;
  }

  .xs\:focus\:placeholder-primary:focus::placeholder{
    color: #af1c2e;
  }

  .xs\:focus\:placeholder-primary-dark:focus::-webkit-input-placeholder{
    color: #831522;
  }

  .xs\:focus\:placeholder-primary-dark:focus::-moz-placeholder{
    color: #831522;
  }

  .xs\:focus\:placeholder-primary-dark:focus:-ms-input-placeholder{
    color: #831522;
  }

  .xs\:focus\:placeholder-primary-dark:focus::-ms-input-placeholder{
    color: #831522;
  }

  .xs\:focus\:placeholder-primary-dark:focus::placeholder{
    color: #831522;
  }

  .xs\:focus\:placeholder-secondary:focus::-webkit-input-placeholder{
    color: #a9a7a7;
  }

  .xs\:focus\:placeholder-secondary:focus::-moz-placeholder{
    color: #a9a7a7;
  }

  .xs\:focus\:placeholder-secondary:focus:-ms-input-placeholder{
    color: #a9a7a7;
  }

  .xs\:focus\:placeholder-secondary:focus::-ms-input-placeholder{
    color: #a9a7a7;
  }

  .xs\:focus\:placeholder-secondary:focus::placeholder{
    color: #a9a7a7;
  }

  .xs\:focus\:placeholder-secondary-dark:focus::-webkit-input-placeholder{
    color: #7f7f7f;
  }

  .xs\:focus\:placeholder-secondary-dark:focus::-moz-placeholder{
    color: #7f7f7f;
  }

  .xs\:focus\:placeholder-secondary-dark:focus:-ms-input-placeholder{
    color: #7f7f7f;
  }

  .xs\:focus\:placeholder-secondary-dark:focus::-ms-input-placeholder{
    color: #7f7f7f;
  }

  .xs\:focus\:placeholder-secondary-dark:focus::placeholder{
    color: #7f7f7f;
  }

  .xs\:pointer-events-none{
    pointer-events: none;
  }

  .xs\:pointer-events-auto{
    pointer-events: auto;
  }

  .xs\:static{
    position: static;
  }

  .xs\:fixed{
    position: fixed;
  }

  .xs\:absolute{
    position: absolute;
  }

  .xs\:relative{
    position: relative;
  }

  .xs\:sticky{
    position: -webkit-sticky;
    position: sticky;
  }

  .xs\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xs\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xs\:inset-sm{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .xs\:inset-md{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .xs\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .xs\:inset-x-0{
    right: 0;
    left: 0;
  }

  .xs\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .xs\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .xs\:inset-y-sm{
    top: 2rem;
    bottom: 2rem;
  }

  .xs\:inset-x-sm{
    right: 2rem;
    left: 2rem;
  }

  .xs\:inset-y-md{
    top: 4rem;
    bottom: 4rem;
  }

  .xs\:inset-x-md{
    right: 4rem;
    left: 4rem;
  }

  .xs\:top-0{
    top: 0;
  }

  .xs\:right-0{
    right: 0;
  }

  .xs\:bottom-0{
    bottom: 0;
  }

  .xs\:left-0{
    left: 0;
  }

  .xs\:top-auto{
    top: auto;
  }

  .xs\:right-auto{
    right: auto;
  }

  .xs\:bottom-auto{
    bottom: auto;
  }

  .xs\:left-auto{
    left: auto;
  }

  .xs\:top-sm{
    top: 2rem;
  }

  .xs\:right-sm{
    right: 2rem;
  }

  .xs\:bottom-sm{
    bottom: 2rem;
  }

  .xs\:left-sm{
    left: 2rem;
  }

  .xs\:top-md{
    top: 4rem;
  }

  .xs\:right-md{
    right: 4rem;
  }

  .xs\:bottom-md{
    bottom: 4rem;
  }

  .xs\:left-md{
    left: 4rem;
  }

  .xs\:resize-none{
    resize: none;
  }

  .xs\:resize-y{
    resize: vertical;
  }

  .xs\:resize-x{
    resize: horizontal;
  }

  .xs\:resize{
    resize: both;
  }

  .xs\:shadow{
    box-shadow: 0 2px 4px 0 rgba(42,40,40,0.20);
  }

  .xs\:shadow-menu{
    box-shadow: 0 0 8px 2px rgba(42,40,40,0.2);
  }

  .xs\:shadow-hover{
    box-shadow: 0 3px 6px 0 rgba(42,40,40,0.3);
  }

  .xs\:shadow-active{
    box-shadow: 0 3px 10px 0 rgba(42,40,40,0.4);
  }

  .xs\:shadow-md{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
  }

  .xs\:shadow-lg{
    box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
  }

  .xs\:shadow-img{
    box-shadow: 1px 2px 6px 0 rgba(42,40,40,0.2);
  }

  .xs\:shadow-box-light{
    box-shadow: 1px 2px 6px 0 rgba(42,40,40,0.15);
  }

  .xs\:shadow-box-dark{
    box-shadow: 1px 2px 6px 0 rgba(42, 40, 40, 0.4);
  }

  .xs\:shadow-box-dark-hover{
    box-shadow: 1px 4px 8px 0 rgba(42, 40, 40, 0.5);
  }

  .xs\:shadow-icon{
    box-shadow: 0 0 4px 0 rgba(41, 41, 41, 0.24);
  }

  .xs\:shadow-inner{
    box-shadow: inset 0 0 3px 2px rgba(129,129,129,0.15);
  }

  .xs\:shadow-text-hover{
    box-shadow: 0 2px 4px 0 rgba(42, 40, 40, 0.10);
  }

  .xs\:shadow-none{
    box-shadow: none;
  }

  .xs\:hover\:shadow:hover{
    box-shadow: 0 2px 4px 0 rgba(42,40,40,0.20);
  }

  .xs\:hover\:shadow-menu:hover{
    box-shadow: 0 0 8px 2px rgba(42,40,40,0.2);
  }

  .xs\:hover\:shadow-hover:hover{
    box-shadow: 0 3px 6px 0 rgba(42,40,40,0.3);
  }

  .xs\:hover\:shadow-active:hover{
    box-shadow: 0 3px 10px 0 rgba(42,40,40,0.4);
  }

  .xs\:hover\:shadow-md:hover{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
  }

  .xs\:hover\:shadow-lg:hover{
    box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
  }

  .xs\:hover\:shadow-img:hover{
    box-shadow: 1px 2px 6px 0 rgba(42,40,40,0.2);
  }

  .xs\:hover\:shadow-box-light:hover{
    box-shadow: 1px 2px 6px 0 rgba(42,40,40,0.15);
  }

  .xs\:hover\:shadow-box-dark:hover{
    box-shadow: 1px 2px 6px 0 rgba(42, 40, 40, 0.4);
  }

  .xs\:hover\:shadow-box-dark-hover:hover{
    box-shadow: 1px 4px 8px 0 rgba(42, 40, 40, 0.5);
  }

  .xs\:hover\:shadow-icon:hover{
    box-shadow: 0 0 4px 0 rgba(41, 41, 41, 0.24);
  }

  .xs\:hover\:shadow-inner:hover{
    box-shadow: inset 0 0 3px 2px rgba(129,129,129,0.15);
  }

  .xs\:hover\:shadow-text-hover:hover{
    box-shadow: 0 2px 4px 0 rgba(42, 40, 40, 0.10);
  }

  .xs\:hover\:shadow-none:hover{
    box-shadow: none;
  }

  .xs\:table-auto{
    table-layout: auto;
  }

  .xs\:table-fixed{
    table-layout: fixed;
  }

  .xs\:text-left{
    text-align: left;
  }

  .xs\:text-center{
    text-align: center;
  }

  .xs\:text-right{
    text-align: right;
  }

  .xs\:text-justify{
    text-align: justify;
  }

  .xs\:text-black{
    color: #2a2828;
  }

  .xs\:text-black-transparent{
    color: rgba(42,40,40,0.80);
  }

  .xs\:text-black-modal{
    color: rgba(42,40,40,0.9);
  }

  .xs\:text-gray-darkest{
    color: #555353;
  }

  .xs\:text-gray-darker{
    color: #8E8E93;
  }

  .xs\:text-gray-dark{
    color: #7f7f7f;
  }

  .xs\:text-gray{
    color: #a9a7a7;
  }

  .xs\:text-gray-light{
    color: #d7d6d6;
  }

  .xs\:text-gray-lighter{
    color: #dddddd;
  }

  .xs\:text-gray-lightest{
    color: #e8e8e8;
  }

  .xs\:text-gray-table{
    color: rgba(232,232,232,0.5);
  }

  .xs\:text-red{
    color: #af1c2e;
  }

  .xs\:text-darkred{
    color: #831522;
  }

  .xs\:text-green{
    color: #86b327;
  }

  .xs\:text-white{
    color: #fff;
  }

  .xs\:text-trans{
    color: transparent;
  }

  .xs\:text-primary{
    color: #af1c2e;
  }

  .xs\:text-primary-dark{
    color: #831522;
  }

  .xs\:text-secondary{
    color: #a9a7a7;
  }

  .xs\:text-secondary-dark{
    color: #7f7f7f;
  }

  .xs\:hover\:text-black:hover{
    color: #2a2828;
  }

  .xs\:hover\:text-black-transparent:hover{
    color: rgba(42,40,40,0.80);
  }

  .xs\:hover\:text-black-modal:hover{
    color: rgba(42,40,40,0.9);
  }

  .xs\:hover\:text-gray-darkest:hover{
    color: #555353;
  }

  .xs\:hover\:text-gray-darker:hover{
    color: #8E8E93;
  }

  .xs\:hover\:text-gray-dark:hover{
    color: #7f7f7f;
  }

  .xs\:hover\:text-gray:hover{
    color: #a9a7a7;
  }

  .xs\:hover\:text-gray-light:hover{
    color: #d7d6d6;
  }

  .xs\:hover\:text-gray-lighter:hover{
    color: #dddddd;
  }

  .xs\:hover\:text-gray-lightest:hover{
    color: #e8e8e8;
  }

  .xs\:hover\:text-gray-table:hover{
    color: rgba(232,232,232,0.5);
  }

  .xs\:hover\:text-red:hover{
    color: #af1c2e;
  }

  .xs\:hover\:text-darkred:hover{
    color: #831522;
  }

  .xs\:hover\:text-green:hover{
    color: #86b327;
  }

  .xs\:hover\:text-white:hover{
    color: #fff;
  }

  .xs\:hover\:text-trans:hover{
    color: transparent;
  }

  .xs\:hover\:text-primary:hover{
    color: #af1c2e;
  }

  .xs\:hover\:text-primary-dark:hover{
    color: #831522;
  }

  .xs\:hover\:text-secondary:hover{
    color: #a9a7a7;
  }

  .xs\:hover\:text-secondary-dark:hover{
    color: #7f7f7f;
  }

  .xs\:text-base{
    font-size: 1rem;
  }

  .xs\:text-xs{
    font-size: 0.93333rem;
  }

  .xs\:text-sm{
    font-size: 1rem;
  }

  .xs\:text-md{
    font-size: 1.06667rem;
  }

  .xs\:text-lg{
    font-size: 1.2rem;
  }

  .xs\:text-xl{
    font-size: 1.33333rem;
  }

  .xs\:text-xxl{
    font-size: 1.5rem;
  }

  .xs\:text-h1{
    font-size: 2.666667rem;
  }

  .xs\:text-h2{
    font-size: 2.13333rem;
  }

  .xs\:text-h3{
    font-size: 1.73333rem;
  }

  .xs\:text-label{
    font-size: 0.93333rem;
  }

  .xs\:text-nav{
    font-size: 0.86667rem;
  }

  .xs\:text-nav-sm{
    font-size: .73333rem;
  }

  .xs\:text-small{
    font-size: 0.85em;
  }

  .xs\:text-button{
    font-size: 0.93333rem;
  }

  .xs\:text-intro{
    font-size: 1.13333rem;
  }

  .xs\:text-button-sm{
    font-size: .73333rem;
  }

  .xs\:italic{
    font-style: italic;
  }

  .xs\:not-italic{
    font-style: normal;
  }

  .xs\:uppercase{
    text-transform: uppercase;
  }

  .xs\:lowercase{
    text-transform: lowercase;
  }

  .xs\:capitalize{
    text-transform: capitalize;
  }

  .xs\:normal-case{
    text-transform: none;
  }

  .xs\:underline{
    text-decoration: underline;
  }

  .xs\:line-through{
    text-decoration: line-through;
  }

  .xs\:no-underline{
    text-decoration: none;
  }

  .xs\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xs\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xs\:tracking-tight{
    letter-spacing: -0.066666667rem;
  }

  .xs\:tracking-normal{
    letter-spacing: 0;
  }

  .xs\:tracking-copy{
    letter-spacing: .01rem;
  }

  .xs\:tracking-wide{
    letter-spacing: 0.066666667rem;
  }

  .xs\:tracking-super-wide{
    letter-spacing: 0.266666667rem;
  }

  .xs\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xs\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xs\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .xs\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .xs\:align-baseline{
    vertical-align: baseline;
  }

  .xs\:align-top{
    vertical-align: top;
  }

  .xs\:align-middle{
    vertical-align: middle;
  }

  .xs\:align-bottom{
    vertical-align: bottom;
  }

  .xs\:align-text-top{
    vertical-align: text-top;
  }

  .xs\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .xs\:visible{
    visibility: visible;
  }

  .xs\:invisible{
    visibility: hidden;
  }

  .xs\:whitespace-normal{
    white-space: normal;
  }

  .xs\:whitespace-no-wrap{
    white-space: nowrap;
  }

  .xs\:whitespace-pre{
    white-space: pre;
  }

  .xs\:whitespace-pre-line{
    white-space: pre-line;
  }

  .xs\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .xs\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .xs\:break-words{
    overflow-wrap: break-word;
  }

  .xs\:break-all{
    word-break: break-all;
  }

  .xs\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xs\:w-auto{
    width: auto;
  }

  .xs\:w-px{
    width: 1px;
  }

  .xs\:w-1\/2{
    width: 50%;
  }

  .xs\:w-1\/3{
    width: 33.33333%;
  }

  .xs\:w-2\/3{
    width: 66.66667%;
  }

  .xs\:w-1\/4{
    width: 25%;
  }

  .xs\:w-3\/4{
    width: 75%;
  }

  .xs\:w-1\/5{
    width: 20%;
  }

  .xs\:w-2\/5{
    width: 40%;
  }

  .xs\:w-3\/5{
    width: 60%;
  }

  .xs\:w-4\/5{
    width: 80%;
  }

  .xs\:w-1\/6{
    width: 16.66667%;
  }

  .xs\:w-5\/6{
    width: 83.33333%;
  }

  .xs\:w-1\/12{
    width: 8.33337%;
  }

  .xs\:w-5\/12{
    width: 41.66667%;
  }

  .xs\:w-7\/12{
    width: 58.33333%;
  }

  .xs\:w-gap-xs{
    width: 30%;
  }

  .xs\:w-gap{
    width: 46.5%;
  }

  .xs\:w-gap-sm{
    width: 46%;
  }

  .xs\:w-xs{
    width: 1rem;
  }

  .xs\:w-sm{
    width: 2rem;
  }

  .xs\:w-md{
    width: 3rem;
  }

  .xs\:w-lg{
    width: 4rem;
  }

  .xs\:w-full{
    width: 100%;
  }

  .xs\:w-screen{
    width: 100vw;
  }

  .xs\:z-0{
    z-index: 0;
  }

  .xs\:z-10{
    z-index: 10;
  }

  .xs\:z-20{
    z-index: 20;
  }

  .xs\:z-30{
    z-index: 30;
  }

  .xs\:z-40{
    z-index: 40;
  }

  .xs\:z-50{
    z-index: 50;
  }

  .xs\:z-60{
    z-index: 60;
  }

  .xs\:z-70{
    z-index: 70;
  }

  .xs\:z-auto{
    z-index: auto;
  }
}

@media (min-width: 480px){
  .sm\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .sm\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .sm\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sm\:bg-fixed{
    background-attachment: fixed;
  }

  .sm\:bg-local{
    background-attachment: local;
  }

  .sm\:bg-scroll{
    background-attachment: scroll;
  }

  .sm\:bg-black{
    background-color: #2a2828;
  }

  .sm\:bg-black-transparent{
    background-color: rgba(42,40,40,0.80);
  }

  .sm\:bg-black-modal{
    background-color: rgba(42,40,40,0.9);
  }

  .sm\:bg-gray-darkest{
    background-color: #555353;
  }

  .sm\:bg-gray-darker{
    background-color: #8E8E93;
  }

  .sm\:bg-gray-dark{
    background-color: #7f7f7f;
  }

  .sm\:bg-gray{
    background-color: #a9a7a7;
  }

  .sm\:bg-gray-light{
    background-color: #d7d6d6;
  }

  .sm\:bg-gray-lighter{
    background-color: #dddddd;
  }

  .sm\:bg-gray-lightest{
    background-color: #e8e8e8;
  }

  .sm\:bg-gray-table{
    background-color: rgba(232,232,232,0.5);
  }

  .sm\:bg-red{
    background-color: #af1c2e;
  }

  .sm\:bg-darkred{
    background-color: #831522;
  }

  .sm\:bg-green{
    background-color: #86b327;
  }

  .sm\:bg-white{
    background-color: #fff;
  }

  .sm\:bg-trans{
    background-color: transparent;
  }

  .sm\:bg-primary{
    background-color: #af1c2e;
  }

  .sm\:bg-primary-dark{
    background-color: #831522;
  }

  .sm\:bg-secondary{
    background-color: #a9a7a7;
  }

  .sm\:bg-secondary-dark{
    background-color: #7f7f7f;
  }

  .sm\:hover\:bg-black:hover{
    background-color: #2a2828;
  }

  .sm\:hover\:bg-black-transparent:hover{
    background-color: rgba(42,40,40,0.80);
  }

  .sm\:hover\:bg-black-modal:hover{
    background-color: rgba(42,40,40,0.9);
  }

  .sm\:hover\:bg-gray-darkest:hover{
    background-color: #555353;
  }

  .sm\:hover\:bg-gray-darker:hover{
    background-color: #8E8E93;
  }

  .sm\:hover\:bg-gray-dark:hover{
    background-color: #7f7f7f;
  }

  .sm\:hover\:bg-gray:hover{
    background-color: #a9a7a7;
  }

  .sm\:hover\:bg-gray-light:hover{
    background-color: #d7d6d6;
  }

  .sm\:hover\:bg-gray-lighter:hover{
    background-color: #dddddd;
  }

  .sm\:hover\:bg-gray-lightest:hover{
    background-color: #e8e8e8;
  }

  .sm\:hover\:bg-gray-table:hover{
    background-color: rgba(232,232,232,0.5);
  }

  .sm\:hover\:bg-red:hover{
    background-color: #af1c2e;
  }

  .sm\:hover\:bg-darkred:hover{
    background-color: #831522;
  }

  .sm\:hover\:bg-green:hover{
    background-color: #86b327;
  }

  .sm\:hover\:bg-white:hover{
    background-color: #fff;
  }

  .sm\:hover\:bg-trans:hover{
    background-color: transparent;
  }

  .sm\:hover\:bg-primary:hover{
    background-color: #af1c2e;
  }

  .sm\:hover\:bg-primary-dark:hover{
    background-color: #831522;
  }

  .sm\:hover\:bg-secondary:hover{
    background-color: #a9a7a7;
  }

  .sm\:hover\:bg-secondary-dark:hover{
    background-color: #7f7f7f;
  }

  .sm\:bg-bottom{
    background-position: bottom;
  }

  .sm\:bg-center{
    background-position: center;
  }

  .sm\:bg-left{
    background-position: left;
  }

  .sm\:bg-left-bottom{
    background-position: left bottom;
  }

  .sm\:bg-left-top{
    background-position: left top;
  }

  .sm\:bg-right{
    background-position: right;
  }

  .sm\:bg-right-bottom{
    background-position: right bottom;
  }

  .sm\:bg-right-top{
    background-position: right top;
  }

  .sm\:bg-top{
    background-position: top;
  }

  .sm\:bg-repeat{
    background-repeat: repeat;
  }

  .sm\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .sm\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .sm\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .sm\:bg-repeat-round{
    background-repeat: round;
  }

  .sm\:bg-repeat-space{
    background-repeat: space;
  }

  .sm\:bg-auto{
    background-size: auto;
  }

  .sm\:bg-cover{
    background-size: cover;
  }

  .sm\:bg-contain{
    background-size: contain;
  }

  .sm\:border-collapse{
    border-collapse: collapse;
  }

  .sm\:border-separate{
    border-collapse: separate;
  }

  .sm\:border-black{
    border-color: #2a2828;
  }

  .sm\:border-black-transparent{
    border-color: rgba(42,40,40,0.80);
  }

  .sm\:border-black-modal{
    border-color: rgba(42,40,40,0.9);
  }

  .sm\:border-gray-darkest{
    border-color: #555353;
  }

  .sm\:border-gray-darker{
    border-color: #8E8E93;
  }

  .sm\:border-gray-dark{
    border-color: #7f7f7f;
  }

  .sm\:border-gray{
    border-color: #a9a7a7;
  }

  .sm\:border-gray-light{
    border-color: #d7d6d6;
  }

  .sm\:border-gray-lighter{
    border-color: #dddddd;
  }

  .sm\:border-gray-lightest{
    border-color: #e8e8e8;
  }

  .sm\:border-gray-table{
    border-color: rgba(232,232,232,0.5);
  }

  .sm\:border-red{
    border-color: #af1c2e;
  }

  .sm\:border-darkred{
    border-color: #831522;
  }

  .sm\:border-green{
    border-color: #86b327;
  }

  .sm\:border-white{
    border-color: #fff;
  }

  .sm\:border-trans{
    border-color: transparent;
  }

  .sm\:border-primary{
    border-color: #af1c2e;
  }

  .sm\:border-primary-dark{
    border-color: #831522;
  }

  .sm\:border-secondary{
    border-color: #a9a7a7;
  }

  .sm\:border-secondary-dark{
    border-color: #7f7f7f;
  }

  .sm\:hover\:border-black:hover{
    border-color: #2a2828;
  }

  .sm\:hover\:border-black-transparent:hover{
    border-color: rgba(42,40,40,0.80);
  }

  .sm\:hover\:border-black-modal:hover{
    border-color: rgba(42,40,40,0.9);
  }

  .sm\:hover\:border-gray-darkest:hover{
    border-color: #555353;
  }

  .sm\:hover\:border-gray-darker:hover{
    border-color: #8E8E93;
  }

  .sm\:hover\:border-gray-dark:hover{
    border-color: #7f7f7f;
  }

  .sm\:hover\:border-gray:hover{
    border-color: #a9a7a7;
  }

  .sm\:hover\:border-gray-light:hover{
    border-color: #d7d6d6;
  }

  .sm\:hover\:border-gray-lighter:hover{
    border-color: #dddddd;
  }

  .sm\:hover\:border-gray-lightest:hover{
    border-color: #e8e8e8;
  }

  .sm\:hover\:border-gray-table:hover{
    border-color: rgba(232,232,232,0.5);
  }

  .sm\:hover\:border-red:hover{
    border-color: #af1c2e;
  }

  .sm\:hover\:border-darkred:hover{
    border-color: #831522;
  }

  .sm\:hover\:border-green:hover{
    border-color: #86b327;
  }

  .sm\:hover\:border-white:hover{
    border-color: #fff;
  }

  .sm\:hover\:border-trans:hover{
    border-color: transparent;
  }

  .sm\:hover\:border-primary:hover{
    border-color: #af1c2e;
  }

  .sm\:hover\:border-primary-dark:hover{
    border-color: #831522;
  }

  .sm\:hover\:border-secondary:hover{
    border-color: #a9a7a7;
  }

  .sm\:hover\:border-secondary-dark:hover{
    border-color: #7f7f7f;
  }

  .sm\:rounded-none{
    border-radius: 0;
  }

  .sm\:rounded-sm{
    border-radius: .125rem;
  }

  .sm\:rounded{
    border-radius: .25rem;
  }

  .sm\:rounded-lg{
    border-radius: .5rem;
  }

  .sm\:rounded-full{
    border-radius: 9999px;
  }

  .sm\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .sm\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .sm\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-t-sm{
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .sm\:rounded-r-sm{
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .sm\:rounded-b-sm{
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .sm\:rounded-l-sm{
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .sm\:rounded-t{
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .sm\:rounded-r{
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .sm\:rounded-b{
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .sm\:rounded-l{
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .sm\:rounded-t-lg{
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .sm\:rounded-r-lg{
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .sm\:rounded-b-lg{
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .sm\:rounded-l-lg{
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .sm\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  .sm\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  .sm\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  .sm\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-tl-sm{
    border-top-left-radius: .125rem;
  }

  .sm\:rounded-tr-sm{
    border-top-right-radius: .125rem;
  }

  .sm\:rounded-br-sm{
    border-bottom-right-radius: .125rem;
  }

  .sm\:rounded-bl-sm{
    border-bottom-left-radius: .125rem;
  }

  .sm\:rounded-tl{
    border-top-left-radius: .25rem;
  }

  .sm\:rounded-tr{
    border-top-right-radius: .25rem;
  }

  .sm\:rounded-br{
    border-bottom-right-radius: .25rem;
  }

  .sm\:rounded-bl{
    border-bottom-left-radius: .25rem;
  }

  .sm\:rounded-tl-lg{
    border-top-left-radius: .5rem;
  }

  .sm\:rounded-tr-lg{
    border-top-right-radius: .5rem;
  }

  .sm\:rounded-br-lg{
    border-bottom-right-radius: .5rem;
  }

  .sm\:rounded-bl-lg{
    border-bottom-left-radius: .5rem;
  }

  .sm\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .sm\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .sm\:border-solid{
    border-style: solid;
  }

  .sm\:border-dashed{
    border-style: dashed;
  }

  .sm\:border-dotted{
    border-style: dotted;
  }

  .sm\:border-double{
    border-style: double;
  }

  .sm\:border-none{
    border-style: none;
  }

  .sm\:border-0{
    border-width: 0;
  }

  .sm\:border-1{
    border-width: 1px;
  }

  .sm\:border-2{
    border-width: 2px;
  }

  .sm\:border-3{
    border-width: 3px;
  }

  .sm\:border-4{
    border-width: 4px;
  }

  .sm\:border-8{
    border-width: 8px;
  }

  .sm\:border-10{
    border-width: 10px;
  }

  .sm\:border{
    border-width: 1px;
  }

  .sm\:border-t-0{
    border-top-width: 0;
  }

  .sm\:border-r-0{
    border-right-width: 0;
  }

  .sm\:border-b-0{
    border-bottom-width: 0;
  }

  .sm\:border-l-0{
    border-left-width: 0;
  }

  .sm\:border-t-1{
    border-top-width: 1px;
  }

  .sm\:border-r-1{
    border-right-width: 1px;
  }

  .sm\:border-b-1{
    border-bottom-width: 1px;
  }

  .sm\:border-l-1{
    border-left-width: 1px;
  }

  .sm\:border-t-2{
    border-top-width: 2px;
  }

  .sm\:border-r-2{
    border-right-width: 2px;
  }

  .sm\:border-b-2{
    border-bottom-width: 2px;
  }

  .sm\:border-l-2{
    border-left-width: 2px;
  }

  .sm\:border-t-3{
    border-top-width: 3px;
  }

  .sm\:border-r-3{
    border-right-width: 3px;
  }

  .sm\:border-b-3{
    border-bottom-width: 3px;
  }

  .sm\:border-l-3{
    border-left-width: 3px;
  }

  .sm\:border-t-4{
    border-top-width: 4px;
  }

  .sm\:border-r-4{
    border-right-width: 4px;
  }

  .sm\:border-b-4{
    border-bottom-width: 4px;
  }

  .sm\:border-l-4{
    border-left-width: 4px;
  }

  .sm\:border-t-8{
    border-top-width: 8px;
  }

  .sm\:border-r-8{
    border-right-width: 8px;
  }

  .sm\:border-b-8{
    border-bottom-width: 8px;
  }

  .sm\:border-l-8{
    border-left-width: 8px;
  }

  .sm\:border-t-10{
    border-top-width: 10px;
  }

  .sm\:border-r-10{
    border-right-width: 10px;
  }

  .sm\:border-b-10{
    border-bottom-width: 10px;
  }

  .sm\:border-l-10{
    border-left-width: 10px;
  }

  .sm\:border-t{
    border-top-width: 1px;
  }

  .sm\:border-r{
    border-right-width: 1px;
  }

  .sm\:border-b{
    border-bottom-width: 1px;
  }

  .sm\:border-l{
    border-left-width: 1px;
  }

  .sm\:cursor-auto{
    cursor: auto;
  }

  .sm\:cursor-default{
    cursor: default;
  }

  .sm\:cursor-pointer{
    cursor: pointer;
  }

  .sm\:cursor-wait{
    cursor: wait;
  }

  .sm\:cursor-text{
    cursor: text;
  }

  .sm\:cursor-move{
    cursor: move;
  }

  .sm\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .sm\:block{
    display: block;
  }

  .sm\:inline-block{
    display: inline-block;
  }

  .sm\:inline{
    display: inline;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:inline-flex{
    display: inline-flex;
  }

  .sm\:table{
    display: table;
  }

  .sm\:table-row{
    display: table-row;
  }

  .sm\:table-cell{
    display: table-cell;
  }

  .sm\:hidden{
    display: none;
  }

  .sm\:flex-row{
    flex-direction: row;
  }

  .sm\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .sm\:flex-col{
    flex-direction: column;
  }

  .sm\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .sm\:flex-wrap{
    flex-wrap: wrap;
  }

  .sm\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .sm\:flex-no-wrap{
    flex-wrap: nowrap;
  }

  .sm\:items-start{
    align-items: flex-start;
  }

  .sm\:items-end{
    align-items: flex-end;
  }

  .sm\:items-center{
    align-items: center;
  }

  .sm\:items-baseline{
    align-items: baseline;
  }

  .sm\:items-stretch{
    align-items: stretch;
  }

  .sm\:self-auto{
    align-self: auto;
  }

  .sm\:self-start{
    align-self: flex-start;
  }

  .sm\:self-end{
    align-self: flex-end;
  }

  .sm\:self-center{
    align-self: center;
  }

  .sm\:self-stretch{
    align-self: stretch;
  }

  .sm\:justify-start{
    justify-content: flex-start;
  }

  .sm\:justify-end{
    justify-content: flex-end;
  }

  .sm\:justify-center{
    justify-content: center;
  }

  .sm\:justify-between{
    justify-content: space-between;
  }

  .sm\:justify-around{
    justify-content: space-around;
  }

  .sm\:content-center{
    align-content: center;
  }

  .sm\:content-start{
    align-content: flex-start;
  }

  .sm\:content-end{
    align-content: flex-end;
  }

  .sm\:content-between{
    align-content: space-between;
  }

  .sm\:content-around{
    align-content: space-around;
  }

  .sm\:flex-1{
    flex: 1 1 0%;
  }

  .sm\:flex-auto{
    flex: 1 1 auto;
  }

  .sm\:flex-initial{
    flex: 0 1 auto;
  }

  .sm\:flex-none{
    flex: none;
  }

  .sm\:flex-grow-0{
    flex-grow: 0;
  }

  .sm\:flex-grow{
    flex-grow: 1;
  }

  .sm\:flex-shrink-0{
    flex-shrink: 0;
  }

  .sm\:flex-shrink{
    flex-shrink: 1;
  }

  .sm\:order-1{
    order: 1;
  }

  .sm\:order-2{
    order: 2;
  }

  .sm\:order-3{
    order: 3;
  }

  .sm\:order-4{
    order: 4;
  }

  .sm\:order-5{
    order: 5;
  }

  .sm\:order-6{
    order: 6;
  }

  .sm\:order-7{
    order: 7;
  }

  .sm\:order-8{
    order: 8;
  }

  .sm\:order-9{
    order: 9;
  }

  .sm\:order-10{
    order: 10;
  }

  .sm\:order-11{
    order: 11;
  }

  .sm\:order-12{
    order: 12;
  }

  .sm\:order-first{
    order: -9999;
  }

  .sm\:order-last{
    order: 9999;
  }

  .sm\:order-none{
    order: 0;
  }

  .sm\:float-right{
    float: right;
  }

  .sm\:float-left{
    float: left;
  }

  .sm\:float-none{
    float: none;
  }

  .sm\:clearfix:after{
    content: "";
    display: table;
    clear: both;
  }

  .sm\:font-sans{
    font-family: Rubik, Trebuchet MS, Helvetica, sans-serif;
  }

  .sm\:font-normal{
    font-weight: 400;
  }

  .sm\:font-bold{
    font-weight: 500;
  }

  .sm\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .sm\:hover\:font-bold:hover{
    font-weight: 500;
  }

  .sm\:h-0{
    height: 0;
  }

  .sm\:h-1{
    height: 0.25rem;
  }

  .sm\:h-2{
    height: 0.5rem;
  }

  .sm\:h-3{
    height: 0.75rem;
  }

  .sm\:h-4{
    height: 1rem;
  }

  .sm\:h-6{
    height: 1.5rem;
  }

  .sm\:h-8{
    height: 2rem;
  }

  .sm\:h-10{
    height: 2.5rem;
  }

  .sm\:h-12{
    height: 3rem;
  }

  .sm\:h-16{
    height: 4rem;
  }

  .sm\:h-24{
    height: 6rem;
  }

  .sm\:h-32{
    height: 8rem;
  }

  .sm\:h-48{
    height: 12rem;
  }

  .sm\:h-64{
    height: 16rem;
  }

  .sm\:h-auto{
    height: auto;
  }

  .sm\:h-px{
    height: 1px;
  }

  .sm\:h-sm{
    height: 2rem;
  }

  .sm\:h-md{
    height: 3rem;
  }

  .sm\:h-lg{
    height: 4rem;
  }

  .sm\:h-full{
    height: 100%;
  }

  .sm\:h-screen{
    height: 100vh;
  }

  .sm\:leading-0{
    line-height: 0;
  }

  .sm\:leading-none{
    line-height: 1;
  }

  .sm\:leading-tight{
    line-height: 1.2;
  }

  .sm\:leading-normal{
    line-height: 1.75;
  }

  .sm\:leading-loose{
    line-height: 2;
  }

  .sm\:list-inside{
    list-style-position: inside;
  }

  .sm\:list-outside{
    list-style-position: outside;
  }

  .sm\:list-none{
    list-style-type: none;
  }

  .sm\:list-disc{
    list-style-type: disc;
  }

  .sm\:list-decimal{
    list-style-type: decimal;
  }

  .sm\:m-0{
    margin: 0;
  }

  .sm\:m-1{
    margin: 1px;
  }

  .sm\:m-2{
    margin: 2px;
  }

  .sm\:m-3{
    margin: 3px;
  }

  .sm\:m-4{
    margin: 4px;
  }

  .sm\:m-5{
    margin: 5px;
  }

  .sm\:m-6{
    margin: 6px;
  }

  .sm\:m-7{
    margin: 7px;
  }

  .sm\:m-8{
    margin: 8px;
  }

  .sm\:m-9{
    margin: 9px;
  }

  .sm\:m-10{
    margin: 10px;
  }

  .sm\:m-13{
    margin: 13px;
  }

  .sm\:m-15{
    margin: 15px;
  }

  .sm\:m-20{
    margin: 20px;
  }

  .sm\:m-90{
    margin: 6rem;
  }

  .sm\:m-auto{
    margin: auto;
  }

  .sm\:m-px{
    margin: 1px;
  }

  .sm\:m-xs{
    margin: .33rem;
  }

  .sm\:m-sm{
    margin: 1rem;
  }

  .sm\:m-md{
    margin: 2rem;
  }

  .sm\:m-lg{
    margin: 3rem;
  }

  .sm\:m-xl{
    margin: 4rem;
  }

  .sm\:m-xxl{
    margin: 8rem;
  }

  .sm\:m-gutter{
    margin: 15px;
  }

  .sm\:m-gutter-desktop{
    margin: 15px;
  }

  .sm\:m-gutter-lg{
    margin: 30px;
  }

  .sm\:m-gutter-desktop-lg{
    margin: 30px;
  }

  .sm\:m-heading{
    margin: 0.5em;
  }

  .sm\:-m-px{
    margin: -1px;
  }

  .sm\:-m-1{
    margin: -0.25rem;
  }

  .sm\:-m-2{
    margin: -0.5rem;
  }

  .sm\:-m-3{
    margin: -0.75rem;
  }

  .sm\:-m-4{
    margin: -1rem;
  }

  .sm\:-m-6{
    margin: -1.5rem;
  }

  .sm\:-m-8{
    margin: -2rem;
  }

  .sm\:-m-gutter{
    margin: -10px;
  }

  .sm\:-m-gutter-desktop{
    margin: -15px;
  }

  .sm\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:my-1{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:mx-1{
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:my-2{
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .sm\:mx-2{
    margin-left: 2px;
    margin-right: 2px;
  }

  .sm\:my-3{
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .sm\:mx-3{
    margin-left: 3px;
    margin-right: 3px;
  }

  .sm\:my-4{
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .sm\:mx-4{
    margin-left: 4px;
    margin-right: 4px;
  }

  .sm\:my-5{
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .sm\:mx-5{
    margin-left: 5px;
    margin-right: 5px;
  }

  .sm\:my-6{
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .sm\:mx-6{
    margin-left: 6px;
    margin-right: 6px;
  }

  .sm\:my-7{
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .sm\:mx-7{
    margin-left: 7px;
    margin-right: 7px;
  }

  .sm\:my-8{
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .sm\:mx-8{
    margin-left: 8px;
    margin-right: 8px;
  }

  .sm\:my-9{
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .sm\:mx-9{
    margin-left: 9px;
    margin-right: 9px;
  }

  .sm\:my-10{
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .sm\:mx-10{
    margin-left: 10px;
    margin-right: 10px;
  }

  .sm\:my-13{
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .sm\:mx-13{
    margin-left: 13px;
    margin-right: 13px;
  }

  .sm\:my-15{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .sm\:mx-15{
    margin-left: 15px;
    margin-right: 15px;
  }

  .sm\:my-20{
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .sm\:mx-20{
    margin-left: 20px;
    margin-right: 20px;
  }

  .sm\:my-90{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:mx-90{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:my-xs{
    margin-top: .33rem;
    margin-bottom: .33rem;
  }

  .sm\:mx-xs{
    margin-left: .33rem;
    margin-right: .33rem;
  }

  .sm\:my-sm{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:mx-sm{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:my-md{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:mx-md{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:my-lg{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:mx-lg{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:my-xl{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:mx-xl{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:my-xxl{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:mx-xxl{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:my-gutter{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .sm\:mx-gutter{
    margin-left: 15px;
    margin-right: 15px;
  }

  .sm\:my-gutter-desktop{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .sm\:mx-gutter-desktop{
    margin-left: 15px;
    margin-right: 15px;
  }

  .sm\:my-gutter-lg{
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .sm\:mx-gutter-lg{
    margin-left: 30px;
    margin-right: 30px;
  }

  .sm\:my-gutter-desktop-lg{
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .sm\:mx-gutter-desktop-lg{
    margin-left: 30px;
    margin-right: 30px;
  }

  .sm\:my-heading{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .sm\:mx-heading{
    margin-left: 0.5em;
    margin-right: 0.5em;
  }

  .sm\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:-my-gutter{
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .sm\:-mx-gutter{
    margin-left: -10px;
    margin-right: -10px;
  }

  .sm\:-my-gutter-desktop{
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .sm\:-mx-gutter-desktop{
    margin-left: -15px;
    margin-right: -15px;
  }

  .sm\:mt-0{
    margin-top: 0;
  }

  .sm\:mr-0{
    margin-right: 0;
  }

  .sm\:mb-0{
    margin-bottom: 0;
  }

  .sm\:ml-0{
    margin-left: 0;
  }

  .sm\:mt-1{
    margin-top: 1px;
  }

  .sm\:mr-1{
    margin-right: 1px;
  }

  .sm\:mb-1{
    margin-bottom: 1px;
  }

  .sm\:ml-1{
    margin-left: 1px;
  }

  .sm\:mt-2{
    margin-top: 2px;
  }

  .sm\:mr-2{
    margin-right: 2px;
  }

  .sm\:mb-2{
    margin-bottom: 2px;
  }

  .sm\:ml-2{
    margin-left: 2px;
  }

  .sm\:mt-3{
    margin-top: 3px;
  }

  .sm\:mr-3{
    margin-right: 3px;
  }

  .sm\:mb-3{
    margin-bottom: 3px;
  }

  .sm\:ml-3{
    margin-left: 3px;
  }

  .sm\:mt-4{
    margin-top: 4px;
  }

  .sm\:mr-4{
    margin-right: 4px;
  }

  .sm\:mb-4{
    margin-bottom: 4px;
  }

  .sm\:ml-4{
    margin-left: 4px;
  }

  .sm\:mt-5{
    margin-top: 5px;
  }

  .sm\:mr-5{
    margin-right: 5px;
  }

  .sm\:mb-5{
    margin-bottom: 5px;
  }

  .sm\:ml-5{
    margin-left: 5px;
  }

  .sm\:mt-6{
    margin-top: 6px;
  }

  .sm\:mr-6{
    margin-right: 6px;
  }

  .sm\:mb-6{
    margin-bottom: 6px;
  }

  .sm\:ml-6{
    margin-left: 6px;
  }

  .sm\:mt-7{
    margin-top: 7px;
  }

  .sm\:mr-7{
    margin-right: 7px;
  }

  .sm\:mb-7{
    margin-bottom: 7px;
  }

  .sm\:ml-7{
    margin-left: 7px;
  }

  .sm\:mt-8{
    margin-top: 8px;
  }

  .sm\:mr-8{
    margin-right: 8px;
  }

  .sm\:mb-8{
    margin-bottom: 8px;
  }

  .sm\:ml-8{
    margin-left: 8px;
  }

  .sm\:mt-9{
    margin-top: 9px;
  }

  .sm\:mr-9{
    margin-right: 9px;
  }

  .sm\:mb-9{
    margin-bottom: 9px;
  }

  .sm\:ml-9{
    margin-left: 9px;
  }

  .sm\:mt-10{
    margin-top: 10px;
  }

  .sm\:mr-10{
    margin-right: 10px;
  }

  .sm\:mb-10{
    margin-bottom: 10px;
  }

  .sm\:ml-10{
    margin-left: 10px;
  }

  .sm\:mt-13{
    margin-top: 13px;
  }

  .sm\:mr-13{
    margin-right: 13px;
  }

  .sm\:mb-13{
    margin-bottom: 13px;
  }

  .sm\:ml-13{
    margin-left: 13px;
  }

  .sm\:mt-15{
    margin-top: 15px;
  }

  .sm\:mr-15{
    margin-right: 15px;
  }

  .sm\:mb-15{
    margin-bottom: 15px;
  }

  .sm\:ml-15{
    margin-left: 15px;
  }

  .sm\:mt-20{
    margin-top: 20px;
  }

  .sm\:mr-20{
    margin-right: 20px;
  }

  .sm\:mb-20{
    margin-bottom: 20px;
  }

  .sm\:ml-20{
    margin-left: 20px;
  }

  .sm\:mt-90{
    margin-top: 6rem;
  }

  .sm\:mr-90{
    margin-right: 6rem;
  }

  .sm\:mb-90{
    margin-bottom: 6rem;
  }

  .sm\:ml-90{
    margin-left: 6rem;
  }

  .sm\:mt-auto{
    margin-top: auto;
  }

  .sm\:mr-auto{
    margin-right: auto;
  }

  .sm\:mb-auto{
    margin-bottom: auto;
  }

  .sm\:ml-auto{
    margin-left: auto;
  }

  .sm\:mt-px{
    margin-top: 1px;
  }

  .sm\:mr-px{
    margin-right: 1px;
  }

  .sm\:mb-px{
    margin-bottom: 1px;
  }

  .sm\:ml-px{
    margin-left: 1px;
  }

  .sm\:mt-xs{
    margin-top: .33rem;
  }

  .sm\:mr-xs{
    margin-right: .33rem;
  }

  .sm\:mb-xs{
    margin-bottom: .33rem;
  }

  .sm\:ml-xs{
    margin-left: .33rem;
  }

  .sm\:mt-sm{
    margin-top: 1rem;
  }

  .sm\:mr-sm{
    margin-right: 1rem;
  }

  .sm\:mb-sm{
    margin-bottom: 1rem;
  }

  .sm\:ml-sm{
    margin-left: 1rem;
  }

  .sm\:mt-md{
    margin-top: 2rem;
  }

  .sm\:mr-md{
    margin-right: 2rem;
  }

  .sm\:mb-md{
    margin-bottom: 2rem;
  }

  .sm\:ml-md{
    margin-left: 2rem;
  }

  .sm\:mt-lg{
    margin-top: 3rem;
  }

  .sm\:mr-lg{
    margin-right: 3rem;
  }

  .sm\:mb-lg{
    margin-bottom: 3rem;
  }

  .sm\:ml-lg{
    margin-left: 3rem;
  }

  .sm\:mt-xl{
    margin-top: 4rem;
  }

  .sm\:mr-xl{
    margin-right: 4rem;
  }

  .sm\:mb-xl{
    margin-bottom: 4rem;
  }

  .sm\:ml-xl{
    margin-left: 4rem;
  }

  .sm\:mt-xxl{
    margin-top: 8rem;
  }

  .sm\:mr-xxl{
    margin-right: 8rem;
  }

  .sm\:mb-xxl{
    margin-bottom: 8rem;
  }

  .sm\:ml-xxl{
    margin-left: 8rem;
  }

  .sm\:mt-gutter{
    margin-top: 15px;
  }

  .sm\:mr-gutter{
    margin-right: 15px;
  }

  .sm\:mb-gutter{
    margin-bottom: 15px;
  }

  .sm\:ml-gutter{
    margin-left: 15px;
  }

  .sm\:mt-gutter-desktop{
    margin-top: 15px;
  }

  .sm\:mr-gutter-desktop{
    margin-right: 15px;
  }

  .sm\:mb-gutter-desktop{
    margin-bottom: 15px;
  }

  .sm\:ml-gutter-desktop{
    margin-left: 15px;
  }

  .sm\:mt-gutter-lg{
    margin-top: 30px;
  }

  .sm\:mr-gutter-lg{
    margin-right: 30px;
  }

  .sm\:mb-gutter-lg{
    margin-bottom: 30px;
  }

  .sm\:ml-gutter-lg{
    margin-left: 30px;
  }

  .sm\:mt-gutter-desktop-lg{
    margin-top: 30px;
  }

  .sm\:mr-gutter-desktop-lg{
    margin-right: 30px;
  }

  .sm\:mb-gutter-desktop-lg{
    margin-bottom: 30px;
  }

  .sm\:ml-gutter-desktop-lg{
    margin-left: 30px;
  }

  .sm\:mt-heading{
    margin-top: 0.5em;
  }

  .sm\:mr-heading{
    margin-right: 0.5em;
  }

  .sm\:mb-heading{
    margin-bottom: 0.5em;
  }

  .sm\:ml-heading{
    margin-left: 0.5em;
  }

  .sm\:-mt-px{
    margin-top: -1px;
  }

  .sm\:-mr-px{
    margin-right: -1px;
  }

  .sm\:-mb-px{
    margin-bottom: -1px;
  }

  .sm\:-ml-px{
    margin-left: -1px;
  }

  .sm\:-mt-1{
    margin-top: -0.25rem;
  }

  .sm\:-mr-1{
    margin-right: -0.25rem;
  }

  .sm\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .sm\:-ml-1{
    margin-left: -0.25rem;
  }

  .sm\:-mt-2{
    margin-top: -0.5rem;
  }

  .sm\:-mr-2{
    margin-right: -0.5rem;
  }

  .sm\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .sm\:-ml-2{
    margin-left: -0.5rem;
  }

  .sm\:-mt-3{
    margin-top: -0.75rem;
  }

  .sm\:-mr-3{
    margin-right: -0.75rem;
  }

  .sm\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .sm\:-ml-3{
    margin-left: -0.75rem;
  }

  .sm\:-mt-4{
    margin-top: -1rem;
  }

  .sm\:-mr-4{
    margin-right: -1rem;
  }

  .sm\:-mb-4{
    margin-bottom: -1rem;
  }

  .sm\:-ml-4{
    margin-left: -1rem;
  }

  .sm\:-mt-6{
    margin-top: -1.5rem;
  }

  .sm\:-mr-6{
    margin-right: -1.5rem;
  }

  .sm\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .sm\:-ml-6{
    margin-left: -1.5rem;
  }

  .sm\:-mt-8{
    margin-top: -2rem;
  }

  .sm\:-mr-8{
    margin-right: -2rem;
  }

  .sm\:-mb-8{
    margin-bottom: -2rem;
  }

  .sm\:-ml-8{
    margin-left: -2rem;
  }

  .sm\:-mt-gutter{
    margin-top: -10px;
  }

  .sm\:-mr-gutter{
    margin-right: -10px;
  }

  .sm\:-mb-gutter{
    margin-bottom: -10px;
  }

  .sm\:-ml-gutter{
    margin-left: -10px;
  }

  .sm\:-mt-gutter-desktop{
    margin-top: -15px;
  }

  .sm\:-mr-gutter-desktop{
    margin-right: -15px;
  }

  .sm\:-mb-gutter-desktop{
    margin-bottom: -15px;
  }

  .sm\:-ml-gutter-desktop{
    margin-left: -15px;
  }

  .sm\:max-h-full{
    max-height: 100%;
  }

  .sm\:max-h-hero{
    max-height: 600px;
  }

  .sm\:max-h-screen{
    max-height: 100vh;
  }

  .sm\:max-w-xxs{
    max-width: 11rem;
  }

  .sm\:max-w-xs{
    max-width: 20rem;
  }

  .sm\:max-w-sm{
    max-width: 30rem;
  }

  .sm\:max-w-md{
    max-width: 40rem;
  }

  .sm\:max-w-lg{
    max-width: 50rem;
  }

  .sm\:max-w-xl{
    max-width: 60rem;
  }

  .sm\:max-w-2xl{
    max-width: 70rem;
  }

  .sm\:max-w-3xl{
    max-width: 80rem;
  }

  .sm\:max-w-4xl{
    max-width: 90rem;
  }

  .sm\:max-w-5xl{
    max-width: 100rem;
  }

  .sm\:max-w-full{
    max-width: 100%;
  }

  .sm\:max-w-row{
    max-width: 1130px;
  }

  .sm\:max-w-row-half{
    max-width: 565px;
  }

  .sm\:min-h-0{
    min-height: 0;
  }

  .sm\:min-h-full{
    min-height: 100%;
  }

  .sm\:min-h-hero{
    min-height: 700px;
  }

  .sm\:min-h-hero-tablet{
    min-height: 450px;
  }

  .sm\:min-h-hero-desktop{
    min-height: 550px;
  }

  .sm\:min-h-screen{
    min-height: 100vh;
  }

  .sm\:min-w-0{
    min-width: 0;
  }

  .sm\:min-w-full{
    min-width: 100%;
  }

  .sm\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .sm\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .sm\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .sm\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .sm\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .sm\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .sm\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .sm\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .sm\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .sm\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .sm\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .sm\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .sm\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .sm\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .sm\:opacity-0{
    opacity: 0;
  }

  .sm\:opacity-25{
    opacity: .25;
  }

  .sm\:opacity-50{
    opacity: .5;
  }

  .sm\:opacity-75{
    opacity: .75;
  }

  .sm\:opacity-90{
    opacity: .9;
  }

  .sm\:opacity-100{
    opacity: 1;
  }

  .sm\:outline-none{
    outline: 0;
  }

  .sm\:focus\:outline-none:focus{
    outline: 0;
  }

  .sm\:hover\:outline-none:hover{
    outline: 0;
  }

  .sm\:active\:outline-none:active{
    outline: 0;
  }

  .sm\:overflow-auto{
    overflow: auto;
  }

  .sm\:overflow-hidden{
    overflow: hidden;
  }

  .sm\:overflow-visible{
    overflow: visible;
  }

  .sm\:overflow-scroll{
    overflow: scroll;
  }

  .sm\:overflow-x-auto{
    overflow-x: auto;
  }

  .sm\:overflow-y-auto{
    overflow-y: auto;
  }

  .sm\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .sm\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .sm\:overflow-x-visible{
    overflow-x: visible;
  }

  .sm\:overflow-y-visible{
    overflow-y: visible;
  }

  .sm\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .sm\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .sm\:scrolling-touch{
    -webkit-overflow-scrolling: touch;
  }

  .sm\:scrolling-auto{
    -webkit-overflow-scrolling: auto;
  }

  .sm\:p-0{
    padding: 0;
  }

  .sm\:p-1{
    padding: 1px;
  }

  .sm\:p-2{
    padding: 2px;
  }

  .sm\:p-3{
    padding: 3px;
  }

  .sm\:p-4{
    padding: 4px;
  }

  .sm\:p-5{
    padding: 5px;
  }

  .sm\:p-6{
    padding: 6px;
  }

  .sm\:p-7{
    padding: 7px;
  }

  .sm\:p-8{
    padding: 8px;
  }

  .sm\:p-9{
    padding: 9px;
  }

  .sm\:p-10{
    padding: 10px;
  }

  .sm\:p-90{
    padding: 6rem;
  }

  .sm\:p-px{
    padding: 1px;
  }

  .sm\:p-xs{
    padding: .33rem;
  }

  .sm\:p-sm{
    padding: 1rem;
  }

  .sm\:p-md{
    padding: 2rem;
  }

  .sm\:p-lg{
    padding: 3rem;
  }

  .sm\:p-xl{
    padding: 4rem;
  }

  .sm\:p-xxl{
    padding: 8rem;
  }

  .sm\:p-gutter{
    padding: 15px;
  }

  .sm\:p-gutter-desktop{
    padding: 15px;
  }

  .sm\:p-gutter-lg{
    padding: 30px;
  }

  .sm\:p-gutter-desktop-lg{
    padding: 30px;
  }

  .sm\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:py-1{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:px-1{
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:py-2{
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .sm\:px-2{
    padding-left: 2px;
    padding-right: 2px;
  }

  .sm\:py-3{
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .sm\:px-3{
    padding-left: 3px;
    padding-right: 3px;
  }

  .sm\:py-4{
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .sm\:px-4{
    padding-left: 4px;
    padding-right: 4px;
  }

  .sm\:py-5{
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .sm\:px-5{
    padding-left: 5px;
    padding-right: 5px;
  }

  .sm\:py-6{
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .sm\:px-6{
    padding-left: 6px;
    padding-right: 6px;
  }

  .sm\:py-7{
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .sm\:px-7{
    padding-left: 7px;
    padding-right: 7px;
  }

  .sm\:py-8{
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .sm\:px-8{
    padding-left: 8px;
    padding-right: 8px;
  }

  .sm\:py-9{
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .sm\:px-9{
    padding-left: 9px;
    padding-right: 9px;
  }

  .sm\:py-10{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sm\:px-10{
    padding-left: 10px;
    padding-right: 10px;
  }

  .sm\:py-90{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:px-90{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:py-xs{
    padding-top: .33rem;
    padding-bottom: .33rem;
  }

  .sm\:px-xs{
    padding-left: .33rem;
    padding-right: .33rem;
  }

  .sm\:py-sm{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:px-sm{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:py-md{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:px-md{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-lg{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:px-lg{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:py-xl{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:px-xl{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:py-xxl{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:px-xxl{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:py-gutter{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .sm\:px-gutter{
    padding-left: 15px;
    padding-right: 15px;
  }

  .sm\:py-gutter-desktop{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .sm\:px-gutter-desktop{
    padding-left: 15px;
    padding-right: 15px;
  }

  .sm\:py-gutter-lg{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .sm\:px-gutter-lg{
    padding-left: 30px;
    padding-right: 30px;
  }

  .sm\:py-gutter-desktop-lg{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .sm\:px-gutter-desktop-lg{
    padding-left: 30px;
    padding-right: 30px;
  }

  .sm\:pt-0{
    padding-top: 0;
  }

  .sm\:pr-0{
    padding-right: 0;
  }

  .sm\:pb-0{
    padding-bottom: 0;
  }

  .sm\:pl-0{
    padding-left: 0;
  }

  .sm\:pt-1{
    padding-top: 1px;
  }

  .sm\:pr-1{
    padding-right: 1px;
  }

  .sm\:pb-1{
    padding-bottom: 1px;
  }

  .sm\:pl-1{
    padding-left: 1px;
  }

  .sm\:pt-2{
    padding-top: 2px;
  }

  .sm\:pr-2{
    padding-right: 2px;
  }

  .sm\:pb-2{
    padding-bottom: 2px;
  }

  .sm\:pl-2{
    padding-left: 2px;
  }

  .sm\:pt-3{
    padding-top: 3px;
  }

  .sm\:pr-3{
    padding-right: 3px;
  }

  .sm\:pb-3{
    padding-bottom: 3px;
  }

  .sm\:pl-3{
    padding-left: 3px;
  }

  .sm\:pt-4{
    padding-top: 4px;
  }

  .sm\:pr-4{
    padding-right: 4px;
  }

  .sm\:pb-4{
    padding-bottom: 4px;
  }

  .sm\:pl-4{
    padding-left: 4px;
  }

  .sm\:pt-5{
    padding-top: 5px;
  }

  .sm\:pr-5{
    padding-right: 5px;
  }

  .sm\:pb-5{
    padding-bottom: 5px;
  }

  .sm\:pl-5{
    padding-left: 5px;
  }

  .sm\:pt-6{
    padding-top: 6px;
  }

  .sm\:pr-6{
    padding-right: 6px;
  }

  .sm\:pb-6{
    padding-bottom: 6px;
  }

  .sm\:pl-6{
    padding-left: 6px;
  }

  .sm\:pt-7{
    padding-top: 7px;
  }

  .sm\:pr-7{
    padding-right: 7px;
  }

  .sm\:pb-7{
    padding-bottom: 7px;
  }

  .sm\:pl-7{
    padding-left: 7px;
  }

  .sm\:pt-8{
    padding-top: 8px;
  }

  .sm\:pr-8{
    padding-right: 8px;
  }

  .sm\:pb-8{
    padding-bottom: 8px;
  }

  .sm\:pl-8{
    padding-left: 8px;
  }

  .sm\:pt-9{
    padding-top: 9px;
  }

  .sm\:pr-9{
    padding-right: 9px;
  }

  .sm\:pb-9{
    padding-bottom: 9px;
  }

  .sm\:pl-9{
    padding-left: 9px;
  }

  .sm\:pt-10{
    padding-top: 10px;
  }

  .sm\:pr-10{
    padding-right: 10px;
  }

  .sm\:pb-10{
    padding-bottom: 10px;
  }

  .sm\:pl-10{
    padding-left: 10px;
  }

  .sm\:pt-90{
    padding-top: 6rem;
  }

  .sm\:pr-90{
    padding-right: 6rem;
  }

  .sm\:pb-90{
    padding-bottom: 6rem;
  }

  .sm\:pl-90{
    padding-left: 6rem;
  }

  .sm\:pt-px{
    padding-top: 1px;
  }

  .sm\:pr-px{
    padding-right: 1px;
  }

  .sm\:pb-px{
    padding-bottom: 1px;
  }

  .sm\:pl-px{
    padding-left: 1px;
  }

  .sm\:pt-xs{
    padding-top: .33rem;
  }

  .sm\:pr-xs{
    padding-right: .33rem;
  }

  .sm\:pb-xs{
    padding-bottom: .33rem;
  }

  .sm\:pl-xs{
    padding-left: .33rem;
  }

  .sm\:pt-sm{
    padding-top: 1rem;
  }

  .sm\:pr-sm{
    padding-right: 1rem;
  }

  .sm\:pb-sm{
    padding-bottom: 1rem;
  }

  .sm\:pl-sm{
    padding-left: 1rem;
  }

  .sm\:pt-md{
    padding-top: 2rem;
  }

  .sm\:pr-md{
    padding-right: 2rem;
  }

  .sm\:pb-md{
    padding-bottom: 2rem;
  }

  .sm\:pl-md{
    padding-left: 2rem;
  }

  .sm\:pt-lg{
    padding-top: 3rem;
  }

  .sm\:pr-lg{
    padding-right: 3rem;
  }

  .sm\:pb-lg{
    padding-bottom: 3rem;
  }

  .sm\:pl-lg{
    padding-left: 3rem;
  }

  .sm\:pt-xl{
    padding-top: 4rem;
  }

  .sm\:pr-xl{
    padding-right: 4rem;
  }

  .sm\:pb-xl{
    padding-bottom: 4rem;
  }

  .sm\:pl-xl{
    padding-left: 4rem;
  }

  .sm\:pt-xxl{
    padding-top: 8rem;
  }

  .sm\:pr-xxl{
    padding-right: 8rem;
  }

  .sm\:pb-xxl{
    padding-bottom: 8rem;
  }

  .sm\:pl-xxl{
    padding-left: 8rem;
  }

  .sm\:pt-gutter{
    padding-top: 15px;
  }

  .sm\:pr-gutter{
    padding-right: 15px;
  }

  .sm\:pb-gutter{
    padding-bottom: 15px;
  }

  .sm\:pl-gutter{
    padding-left: 15px;
  }

  .sm\:pt-gutter-desktop{
    padding-top: 15px;
  }

  .sm\:pr-gutter-desktop{
    padding-right: 15px;
  }

  .sm\:pb-gutter-desktop{
    padding-bottom: 15px;
  }

  .sm\:pl-gutter-desktop{
    padding-left: 15px;
  }

  .sm\:pt-gutter-lg{
    padding-top: 30px;
  }

  .sm\:pr-gutter-lg{
    padding-right: 30px;
  }

  .sm\:pb-gutter-lg{
    padding-bottom: 30px;
  }

  .sm\:pl-gutter-lg{
    padding-left: 30px;
  }

  .sm\:pt-gutter-desktop-lg{
    padding-top: 30px;
  }

  .sm\:pr-gutter-desktop-lg{
    padding-right: 30px;
  }

  .sm\:pb-gutter-desktop-lg{
    padding-bottom: 30px;
  }

  .sm\:pl-gutter-desktop-lg{
    padding-left: 30px;
  }

  .sm\:placeholder-black::-webkit-input-placeholder{
    color: #2a2828;
  }

  .sm\:placeholder-black::-moz-placeholder{
    color: #2a2828;
  }

  .sm\:placeholder-black:-ms-input-placeholder{
    color: #2a2828;
  }

  .sm\:placeholder-black::-ms-input-placeholder{
    color: #2a2828;
  }

  .sm\:placeholder-black::placeholder{
    color: #2a2828;
  }

  .sm\:placeholder-black-transparent::-webkit-input-placeholder{
    color: rgba(42,40,40,0.80);
  }

  .sm\:placeholder-black-transparent::-moz-placeholder{
    color: rgba(42,40,40,0.80);
  }

  .sm\:placeholder-black-transparent:-ms-input-placeholder{
    color: rgba(42,40,40,0.80);
  }

  .sm\:placeholder-black-transparent::-ms-input-placeholder{
    color: rgba(42,40,40,0.80);
  }

  .sm\:placeholder-black-transparent::placeholder{
    color: rgba(42,40,40,0.80);
  }

  .sm\:placeholder-black-modal::-webkit-input-placeholder{
    color: rgba(42,40,40,0.9);
  }

  .sm\:placeholder-black-modal::-moz-placeholder{
    color: rgba(42,40,40,0.9);
  }

  .sm\:placeholder-black-modal:-ms-input-placeholder{
    color: rgba(42,40,40,0.9);
  }

  .sm\:placeholder-black-modal::-ms-input-placeholder{
    color: rgba(42,40,40,0.9);
  }

  .sm\:placeholder-black-modal::placeholder{
    color: rgba(42,40,40,0.9);
  }

  .sm\:placeholder-gray-darkest::-webkit-input-placeholder{
    color: #555353;
  }

  .sm\:placeholder-gray-darkest::-moz-placeholder{
    color: #555353;
  }

  .sm\:placeholder-gray-darkest:-ms-input-placeholder{
    color: #555353;
  }

  .sm\:placeholder-gray-darkest::-ms-input-placeholder{
    color: #555353;
  }

  .sm\:placeholder-gray-darkest::placeholder{
    color: #555353;
  }

  .sm\:placeholder-gray-darker::-webkit-input-placeholder{
    color: #8E8E93;
  }

  .sm\:placeholder-gray-darker::-moz-placeholder{
    color: #8E8E93;
  }

  .sm\:placeholder-gray-darker:-ms-input-placeholder{
    color: #8E8E93;
  }

  .sm\:placeholder-gray-darker::-ms-input-placeholder{
    color: #8E8E93;
  }

  .sm\:placeholder-gray-darker::placeholder{
    color: #8E8E93;
  }

  .sm\:placeholder-gray-dark::-webkit-input-placeholder{
    color: #7f7f7f;
  }

  .sm\:placeholder-gray-dark::-moz-placeholder{
    color: #7f7f7f;
  }

  .sm\:placeholder-gray-dark:-ms-input-placeholder{
    color: #7f7f7f;
  }

  .sm\:placeholder-gray-dark::-ms-input-placeholder{
    color: #7f7f7f;
  }

  .sm\:placeholder-gray-dark::placeholder{
    color: #7f7f7f;
  }

  .sm\:placeholder-gray::-webkit-input-placeholder{
    color: #a9a7a7;
  }

  .sm\:placeholder-gray::-moz-placeholder{
    color: #a9a7a7;
  }

  .sm\:placeholder-gray:-ms-input-placeholder{
    color: #a9a7a7;
  }

  .sm\:placeholder-gray::-ms-input-placeholder{
    color: #a9a7a7;
  }

  .sm\:placeholder-gray::placeholder{
    color: #a9a7a7;
  }

  .sm\:placeholder-gray-light::-webkit-input-placeholder{
    color: #d7d6d6;
  }

  .sm\:placeholder-gray-light::-moz-placeholder{
    color: #d7d6d6;
  }

  .sm\:placeholder-gray-light:-ms-input-placeholder{
    color: #d7d6d6;
  }

  .sm\:placeholder-gray-light::-ms-input-placeholder{
    color: #d7d6d6;
  }

  .sm\:placeholder-gray-light::placeholder{
    color: #d7d6d6;
  }

  .sm\:placeholder-gray-lighter::-webkit-input-placeholder{
    color: #dddddd;
  }

  .sm\:placeholder-gray-lighter::-moz-placeholder{
    color: #dddddd;
  }

  .sm\:placeholder-gray-lighter:-ms-input-placeholder{
    color: #dddddd;
  }

  .sm\:placeholder-gray-lighter::-ms-input-placeholder{
    color: #dddddd;
  }

  .sm\:placeholder-gray-lighter::placeholder{
    color: #dddddd;
  }

  .sm\:placeholder-gray-lightest::-webkit-input-placeholder{
    color: #e8e8e8;
  }

  .sm\:placeholder-gray-lightest::-moz-placeholder{
    color: #e8e8e8;
  }

  .sm\:placeholder-gray-lightest:-ms-input-placeholder{
    color: #e8e8e8;
  }

  .sm\:placeholder-gray-lightest::-ms-input-placeholder{
    color: #e8e8e8;
  }

  .sm\:placeholder-gray-lightest::placeholder{
    color: #e8e8e8;
  }

  .sm\:placeholder-gray-table::-webkit-input-placeholder{
    color: rgba(232,232,232,0.5);
  }

  .sm\:placeholder-gray-table::-moz-placeholder{
    color: rgba(232,232,232,0.5);
  }

  .sm\:placeholder-gray-table:-ms-input-placeholder{
    color: rgba(232,232,232,0.5);
  }

  .sm\:placeholder-gray-table::-ms-input-placeholder{
    color: rgba(232,232,232,0.5);
  }

  .sm\:placeholder-gray-table::placeholder{
    color: rgba(232,232,232,0.5);
  }

  .sm\:placeholder-red::-webkit-input-placeholder{
    color: #af1c2e;
  }

  .sm\:placeholder-red::-moz-placeholder{
    color: #af1c2e;
  }

  .sm\:placeholder-red:-ms-input-placeholder{
    color: #af1c2e;
  }

  .sm\:placeholder-red::-ms-input-placeholder{
    color: #af1c2e;
  }

  .sm\:placeholder-red::placeholder{
    color: #af1c2e;
  }

  .sm\:placeholder-darkred::-webkit-input-placeholder{
    color: #831522;
  }

  .sm\:placeholder-darkred::-moz-placeholder{
    color: #831522;
  }

  .sm\:placeholder-darkred:-ms-input-placeholder{
    color: #831522;
  }

  .sm\:placeholder-darkred::-ms-input-placeholder{
    color: #831522;
  }

  .sm\:placeholder-darkred::placeholder{
    color: #831522;
  }

  .sm\:placeholder-green::-webkit-input-placeholder{
    color: #86b327;
  }

  .sm\:placeholder-green::-moz-placeholder{
    color: #86b327;
  }

  .sm\:placeholder-green:-ms-input-placeholder{
    color: #86b327;
  }

  .sm\:placeholder-green::-ms-input-placeholder{
    color: #86b327;
  }

  .sm\:placeholder-green::placeholder{
    color: #86b327;
  }

  .sm\:placeholder-white::-webkit-input-placeholder{
    color: #fff;
  }

  .sm\:placeholder-white::-moz-placeholder{
    color: #fff;
  }

  .sm\:placeholder-white:-ms-input-placeholder{
    color: #fff;
  }

  .sm\:placeholder-white::-ms-input-placeholder{
    color: #fff;
  }

  .sm\:placeholder-white::placeholder{
    color: #fff;
  }

  .sm\:placeholder-trans::-webkit-input-placeholder{
    color: transparent;
  }

  .sm\:placeholder-trans::-moz-placeholder{
    color: transparent;
  }

  .sm\:placeholder-trans:-ms-input-placeholder{
    color: transparent;
  }

  .sm\:placeholder-trans::-ms-input-placeholder{
    color: transparent;
  }

  .sm\:placeholder-trans::placeholder{
    color: transparent;
  }

  .sm\:placeholder-primary::-webkit-input-placeholder{
    color: #af1c2e;
  }

  .sm\:placeholder-primary::-moz-placeholder{
    color: #af1c2e;
  }

  .sm\:placeholder-primary:-ms-input-placeholder{
    color: #af1c2e;
  }

  .sm\:placeholder-primary::-ms-input-placeholder{
    color: #af1c2e;
  }

  .sm\:placeholder-primary::placeholder{
    color: #af1c2e;
  }

  .sm\:placeholder-primary-dark::-webkit-input-placeholder{
    color: #831522;
  }

  .sm\:placeholder-primary-dark::-moz-placeholder{
    color: #831522;
  }

  .sm\:placeholder-primary-dark:-ms-input-placeholder{
    color: #831522;
  }

  .sm\:placeholder-primary-dark::-ms-input-placeholder{
    color: #831522;
  }

  .sm\:placeholder-primary-dark::placeholder{
    color: #831522;
  }

  .sm\:placeholder-secondary::-webkit-input-placeholder{
    color: #a9a7a7;
  }

  .sm\:placeholder-secondary::-moz-placeholder{
    color: #a9a7a7;
  }

  .sm\:placeholder-secondary:-ms-input-placeholder{
    color: #a9a7a7;
  }

  .sm\:placeholder-secondary::-ms-input-placeholder{
    color: #a9a7a7;
  }

  .sm\:placeholder-secondary::placeholder{
    color: #a9a7a7;
  }

  .sm\:placeholder-secondary-dark::-webkit-input-placeholder{
    color: #7f7f7f;
  }

  .sm\:placeholder-secondary-dark::-moz-placeholder{
    color: #7f7f7f;
  }

  .sm\:placeholder-secondary-dark:-ms-input-placeholder{
    color: #7f7f7f;
  }

  .sm\:placeholder-secondary-dark::-ms-input-placeholder{
    color: #7f7f7f;
  }

  .sm\:placeholder-secondary-dark::placeholder{
    color: #7f7f7f;
  }

  .sm\:focus\:placeholder-black:focus::-webkit-input-placeholder{
    color: #2a2828;
  }

  .sm\:focus\:placeholder-black:focus::-moz-placeholder{
    color: #2a2828;
  }

  .sm\:focus\:placeholder-black:focus:-ms-input-placeholder{
    color: #2a2828;
  }

  .sm\:focus\:placeholder-black:focus::-ms-input-placeholder{
    color: #2a2828;
  }

  .sm\:focus\:placeholder-black:focus::placeholder{
    color: #2a2828;
  }

  .sm\:focus\:placeholder-black-transparent:focus::-webkit-input-placeholder{
    color: rgba(42,40,40,0.80);
  }

  .sm\:focus\:placeholder-black-transparent:focus::-moz-placeholder{
    color: rgba(42,40,40,0.80);
  }

  .sm\:focus\:placeholder-black-transparent:focus:-ms-input-placeholder{
    color: rgba(42,40,40,0.80);
  }

  .sm\:focus\:placeholder-black-transparent:focus::-ms-input-placeholder{
    color: rgba(42,40,40,0.80);
  }

  .sm\:focus\:placeholder-black-transparent:focus::placeholder{
    color: rgba(42,40,40,0.80);
  }

  .sm\:focus\:placeholder-black-modal:focus::-webkit-input-placeholder{
    color: rgba(42,40,40,0.9);
  }

  .sm\:focus\:placeholder-black-modal:focus::-moz-placeholder{
    color: rgba(42,40,40,0.9);
  }

  .sm\:focus\:placeholder-black-modal:focus:-ms-input-placeholder{
    color: rgba(42,40,40,0.9);
  }

  .sm\:focus\:placeholder-black-modal:focus::-ms-input-placeholder{
    color: rgba(42,40,40,0.9);
  }

  .sm\:focus\:placeholder-black-modal:focus::placeholder{
    color: rgba(42,40,40,0.9);
  }

  .sm\:focus\:placeholder-gray-darkest:focus::-webkit-input-placeholder{
    color: #555353;
  }

  .sm\:focus\:placeholder-gray-darkest:focus::-moz-placeholder{
    color: #555353;
  }

  .sm\:focus\:placeholder-gray-darkest:focus:-ms-input-placeholder{
    color: #555353;
  }

  .sm\:focus\:placeholder-gray-darkest:focus::-ms-input-placeholder{
    color: #555353;
  }

  .sm\:focus\:placeholder-gray-darkest:focus::placeholder{
    color: #555353;
  }

  .sm\:focus\:placeholder-gray-darker:focus::-webkit-input-placeholder{
    color: #8E8E93;
  }

  .sm\:focus\:placeholder-gray-darker:focus::-moz-placeholder{
    color: #8E8E93;
  }

  .sm\:focus\:placeholder-gray-darker:focus:-ms-input-placeholder{
    color: #8E8E93;
  }

  .sm\:focus\:placeholder-gray-darker:focus::-ms-input-placeholder{
    color: #8E8E93;
  }

  .sm\:focus\:placeholder-gray-darker:focus::placeholder{
    color: #8E8E93;
  }

  .sm\:focus\:placeholder-gray-dark:focus::-webkit-input-placeholder{
    color: #7f7f7f;
  }

  .sm\:focus\:placeholder-gray-dark:focus::-moz-placeholder{
    color: #7f7f7f;
  }

  .sm\:focus\:placeholder-gray-dark:focus:-ms-input-placeholder{
    color: #7f7f7f;
  }

  .sm\:focus\:placeholder-gray-dark:focus::-ms-input-placeholder{
    color: #7f7f7f;
  }

  .sm\:focus\:placeholder-gray-dark:focus::placeholder{
    color: #7f7f7f;
  }

  .sm\:focus\:placeholder-gray:focus::-webkit-input-placeholder{
    color: #a9a7a7;
  }

  .sm\:focus\:placeholder-gray:focus::-moz-placeholder{
    color: #a9a7a7;
  }

  .sm\:focus\:placeholder-gray:focus:-ms-input-placeholder{
    color: #a9a7a7;
  }

  .sm\:focus\:placeholder-gray:focus::-ms-input-placeholder{
    color: #a9a7a7;
  }

  .sm\:focus\:placeholder-gray:focus::placeholder{
    color: #a9a7a7;
  }

  .sm\:focus\:placeholder-gray-light:focus::-webkit-input-placeholder{
    color: #d7d6d6;
  }

  .sm\:focus\:placeholder-gray-light:focus::-moz-placeholder{
    color: #d7d6d6;
  }

  .sm\:focus\:placeholder-gray-light:focus:-ms-input-placeholder{
    color: #d7d6d6;
  }

  .sm\:focus\:placeholder-gray-light:focus::-ms-input-placeholder{
    color: #d7d6d6;
  }

  .sm\:focus\:placeholder-gray-light:focus::placeholder{
    color: #d7d6d6;
  }

  .sm\:focus\:placeholder-gray-lighter:focus::-webkit-input-placeholder{
    color: #dddddd;
  }

  .sm\:focus\:placeholder-gray-lighter:focus::-moz-placeholder{
    color: #dddddd;
  }

  .sm\:focus\:placeholder-gray-lighter:focus:-ms-input-placeholder{
    color: #dddddd;
  }

  .sm\:focus\:placeholder-gray-lighter:focus::-ms-input-placeholder{
    color: #dddddd;
  }

  .sm\:focus\:placeholder-gray-lighter:focus::placeholder{
    color: #dddddd;
  }

  .sm\:focus\:placeholder-gray-lightest:focus::-webkit-input-placeholder{
    color: #e8e8e8;
  }

  .sm\:focus\:placeholder-gray-lightest:focus::-moz-placeholder{
    color: #e8e8e8;
  }

  .sm\:focus\:placeholder-gray-lightest:focus:-ms-input-placeholder{
    color: #e8e8e8;
  }

  .sm\:focus\:placeholder-gray-lightest:focus::-ms-input-placeholder{
    color: #e8e8e8;
  }

  .sm\:focus\:placeholder-gray-lightest:focus::placeholder{
    color: #e8e8e8;
  }

  .sm\:focus\:placeholder-gray-table:focus::-webkit-input-placeholder{
    color: rgba(232,232,232,0.5);
  }

  .sm\:focus\:placeholder-gray-table:focus::-moz-placeholder{
    color: rgba(232,232,232,0.5);
  }

  .sm\:focus\:placeholder-gray-table:focus:-ms-input-placeholder{
    color: rgba(232,232,232,0.5);
  }

  .sm\:focus\:placeholder-gray-table:focus::-ms-input-placeholder{
    color: rgba(232,232,232,0.5);
  }

  .sm\:focus\:placeholder-gray-table:focus::placeholder{
    color: rgba(232,232,232,0.5);
  }

  .sm\:focus\:placeholder-red:focus::-webkit-input-placeholder{
    color: #af1c2e;
  }

  .sm\:focus\:placeholder-red:focus::-moz-placeholder{
    color: #af1c2e;
  }

  .sm\:focus\:placeholder-red:focus:-ms-input-placeholder{
    color: #af1c2e;
  }

  .sm\:focus\:placeholder-red:focus::-ms-input-placeholder{
    color: #af1c2e;
  }

  .sm\:focus\:placeholder-red:focus::placeholder{
    color: #af1c2e;
  }

  .sm\:focus\:placeholder-darkred:focus::-webkit-input-placeholder{
    color: #831522;
  }

  .sm\:focus\:placeholder-darkred:focus::-moz-placeholder{
    color: #831522;
  }

  .sm\:focus\:placeholder-darkred:focus:-ms-input-placeholder{
    color: #831522;
  }

  .sm\:focus\:placeholder-darkred:focus::-ms-input-placeholder{
    color: #831522;
  }

  .sm\:focus\:placeholder-darkred:focus::placeholder{
    color: #831522;
  }

  .sm\:focus\:placeholder-green:focus::-webkit-input-placeholder{
    color: #86b327;
  }

  .sm\:focus\:placeholder-green:focus::-moz-placeholder{
    color: #86b327;
  }

  .sm\:focus\:placeholder-green:focus:-ms-input-placeholder{
    color: #86b327;
  }

  .sm\:focus\:placeholder-green:focus::-ms-input-placeholder{
    color: #86b327;
  }

  .sm\:focus\:placeholder-green:focus::placeholder{
    color: #86b327;
  }

  .sm\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    color: #fff;
  }

  .sm\:focus\:placeholder-white:focus::-moz-placeholder{
    color: #fff;
  }

  .sm\:focus\:placeholder-white:focus:-ms-input-placeholder{
    color: #fff;
  }

  .sm\:focus\:placeholder-white:focus::-ms-input-placeholder{
    color: #fff;
  }

  .sm\:focus\:placeholder-white:focus::placeholder{
    color: #fff;
  }

  .sm\:focus\:placeholder-trans:focus::-webkit-input-placeholder{
    color: transparent;
  }

  .sm\:focus\:placeholder-trans:focus::-moz-placeholder{
    color: transparent;
  }

  .sm\:focus\:placeholder-trans:focus:-ms-input-placeholder{
    color: transparent;
  }

  .sm\:focus\:placeholder-trans:focus::-ms-input-placeholder{
    color: transparent;
  }

  .sm\:focus\:placeholder-trans:focus::placeholder{
    color: transparent;
  }

  .sm\:focus\:placeholder-primary:focus::-webkit-input-placeholder{
    color: #af1c2e;
  }

  .sm\:focus\:placeholder-primary:focus::-moz-placeholder{
    color: #af1c2e;
  }

  .sm\:focus\:placeholder-primary:focus:-ms-input-placeholder{
    color: #af1c2e;
  }

  .sm\:focus\:placeholder-primary:focus::-ms-input-placeholder{
    color: #af1c2e;
  }

  .sm\:focus\:placeholder-primary:focus::placeholder{
    color: #af1c2e;
  }

  .sm\:focus\:placeholder-primary-dark:focus::-webkit-input-placeholder{
    color: #831522;
  }

  .sm\:focus\:placeholder-primary-dark:focus::-moz-placeholder{
    color: #831522;
  }

  .sm\:focus\:placeholder-primary-dark:focus:-ms-input-placeholder{
    color: #831522;
  }

  .sm\:focus\:placeholder-primary-dark:focus::-ms-input-placeholder{
    color: #831522;
  }

  .sm\:focus\:placeholder-primary-dark:focus::placeholder{
    color: #831522;
  }

  .sm\:focus\:placeholder-secondary:focus::-webkit-input-placeholder{
    color: #a9a7a7;
  }

  .sm\:focus\:placeholder-secondary:focus::-moz-placeholder{
    color: #a9a7a7;
  }

  .sm\:focus\:placeholder-secondary:focus:-ms-input-placeholder{
    color: #a9a7a7;
  }

  .sm\:focus\:placeholder-secondary:focus::-ms-input-placeholder{
    color: #a9a7a7;
  }

  .sm\:focus\:placeholder-secondary:focus::placeholder{
    color: #a9a7a7;
  }

  .sm\:focus\:placeholder-secondary-dark:focus::-webkit-input-placeholder{
    color: #7f7f7f;
  }

  .sm\:focus\:placeholder-secondary-dark:focus::-moz-placeholder{
    color: #7f7f7f;
  }

  .sm\:focus\:placeholder-secondary-dark:focus:-ms-input-placeholder{
    color: #7f7f7f;
  }

  .sm\:focus\:placeholder-secondary-dark:focus::-ms-input-placeholder{
    color: #7f7f7f;
  }

  .sm\:focus\:placeholder-secondary-dark:focus::placeholder{
    color: #7f7f7f;
  }

  .sm\:pointer-events-none{
    pointer-events: none;
  }

  .sm\:pointer-events-auto{
    pointer-events: auto;
  }

  .sm\:static{
    position: static;
  }

  .sm\:fixed{
    position: fixed;
  }

  .sm\:absolute{
    position: absolute;
  }

  .sm\:relative{
    position: relative;
  }

  .sm\:sticky{
    position: -webkit-sticky;
    position: sticky;
  }

  .sm\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:inset-sm{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .sm\:inset-md{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .sm\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .sm\:inset-x-0{
    right: 0;
    left: 0;
  }

  .sm\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .sm\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .sm\:inset-y-sm{
    top: 2rem;
    bottom: 2rem;
  }

  .sm\:inset-x-sm{
    right: 2rem;
    left: 2rem;
  }

  .sm\:inset-y-md{
    top: 4rem;
    bottom: 4rem;
  }

  .sm\:inset-x-md{
    right: 4rem;
    left: 4rem;
  }

  .sm\:top-0{
    top: 0;
  }

  .sm\:right-0{
    right: 0;
  }

  .sm\:bottom-0{
    bottom: 0;
  }

  .sm\:left-0{
    left: 0;
  }

  .sm\:top-auto{
    top: auto;
  }

  .sm\:right-auto{
    right: auto;
  }

  .sm\:bottom-auto{
    bottom: auto;
  }

  .sm\:left-auto{
    left: auto;
  }

  .sm\:top-sm{
    top: 2rem;
  }

  .sm\:right-sm{
    right: 2rem;
  }

  .sm\:bottom-sm{
    bottom: 2rem;
  }

  .sm\:left-sm{
    left: 2rem;
  }

  .sm\:top-md{
    top: 4rem;
  }

  .sm\:right-md{
    right: 4rem;
  }

  .sm\:bottom-md{
    bottom: 4rem;
  }

  .sm\:left-md{
    left: 4rem;
  }

  .sm\:resize-none{
    resize: none;
  }

  .sm\:resize-y{
    resize: vertical;
  }

  .sm\:resize-x{
    resize: horizontal;
  }

  .sm\:resize{
    resize: both;
  }

  .sm\:shadow{
    box-shadow: 0 2px 4px 0 rgba(42,40,40,0.20);
  }

  .sm\:shadow-menu{
    box-shadow: 0 0 8px 2px rgba(42,40,40,0.2);
  }

  .sm\:shadow-hover{
    box-shadow: 0 3px 6px 0 rgba(42,40,40,0.3);
  }

  .sm\:shadow-active{
    box-shadow: 0 3px 10px 0 rgba(42,40,40,0.4);
  }

  .sm\:shadow-md{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
  }

  .sm\:shadow-lg{
    box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
  }

  .sm\:shadow-img{
    box-shadow: 1px 2px 6px 0 rgba(42,40,40,0.2);
  }

  .sm\:shadow-box-light{
    box-shadow: 1px 2px 6px 0 rgba(42,40,40,0.15);
  }

  .sm\:shadow-box-dark{
    box-shadow: 1px 2px 6px 0 rgba(42, 40, 40, 0.4);
  }

  .sm\:shadow-box-dark-hover{
    box-shadow: 1px 4px 8px 0 rgba(42, 40, 40, 0.5);
  }

  .sm\:shadow-icon{
    box-shadow: 0 0 4px 0 rgba(41, 41, 41, 0.24);
  }

  .sm\:shadow-inner{
    box-shadow: inset 0 0 3px 2px rgba(129,129,129,0.15);
  }

  .sm\:shadow-text-hover{
    box-shadow: 0 2px 4px 0 rgba(42, 40, 40, 0.10);
  }

  .sm\:shadow-none{
    box-shadow: none;
  }

  .sm\:hover\:shadow:hover{
    box-shadow: 0 2px 4px 0 rgba(42,40,40,0.20);
  }

  .sm\:hover\:shadow-menu:hover{
    box-shadow: 0 0 8px 2px rgba(42,40,40,0.2);
  }

  .sm\:hover\:shadow-hover:hover{
    box-shadow: 0 3px 6px 0 rgba(42,40,40,0.3);
  }

  .sm\:hover\:shadow-active:hover{
    box-shadow: 0 3px 10px 0 rgba(42,40,40,0.4);
  }

  .sm\:hover\:shadow-md:hover{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
  }

  .sm\:hover\:shadow-lg:hover{
    box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
  }

  .sm\:hover\:shadow-img:hover{
    box-shadow: 1px 2px 6px 0 rgba(42,40,40,0.2);
  }

  .sm\:hover\:shadow-box-light:hover{
    box-shadow: 1px 2px 6px 0 rgba(42,40,40,0.15);
  }

  .sm\:hover\:shadow-box-dark:hover{
    box-shadow: 1px 2px 6px 0 rgba(42, 40, 40, 0.4);
  }

  .sm\:hover\:shadow-box-dark-hover:hover{
    box-shadow: 1px 4px 8px 0 rgba(42, 40, 40, 0.5);
  }

  .sm\:hover\:shadow-icon:hover{
    box-shadow: 0 0 4px 0 rgba(41, 41, 41, 0.24);
  }

  .sm\:hover\:shadow-inner:hover{
    box-shadow: inset 0 0 3px 2px rgba(129,129,129,0.15);
  }

  .sm\:hover\:shadow-text-hover:hover{
    box-shadow: 0 2px 4px 0 rgba(42, 40, 40, 0.10);
  }

  .sm\:hover\:shadow-none:hover{
    box-shadow: none;
  }

  .sm\:table-auto{
    table-layout: auto;
  }

  .sm\:table-fixed{
    table-layout: fixed;
  }

  .sm\:text-left{
    text-align: left;
  }

  .sm\:text-center{
    text-align: center;
  }

  .sm\:text-right{
    text-align: right;
  }

  .sm\:text-justify{
    text-align: justify;
  }

  .sm\:text-black{
    color: #2a2828;
  }

  .sm\:text-black-transparent{
    color: rgba(42,40,40,0.80);
  }

  .sm\:text-black-modal{
    color: rgba(42,40,40,0.9);
  }

  .sm\:text-gray-darkest{
    color: #555353;
  }

  .sm\:text-gray-darker{
    color: #8E8E93;
  }

  .sm\:text-gray-dark{
    color: #7f7f7f;
  }

  .sm\:text-gray{
    color: #a9a7a7;
  }

  .sm\:text-gray-light{
    color: #d7d6d6;
  }

  .sm\:text-gray-lighter{
    color: #dddddd;
  }

  .sm\:text-gray-lightest{
    color: #e8e8e8;
  }

  .sm\:text-gray-table{
    color: rgba(232,232,232,0.5);
  }

  .sm\:text-red{
    color: #af1c2e;
  }

  .sm\:text-darkred{
    color: #831522;
  }

  .sm\:text-green{
    color: #86b327;
  }

  .sm\:text-white{
    color: #fff;
  }

  .sm\:text-trans{
    color: transparent;
  }

  .sm\:text-primary{
    color: #af1c2e;
  }

  .sm\:text-primary-dark{
    color: #831522;
  }

  .sm\:text-secondary{
    color: #a9a7a7;
  }

  .sm\:text-secondary-dark{
    color: #7f7f7f;
  }

  .sm\:hover\:text-black:hover{
    color: #2a2828;
  }

  .sm\:hover\:text-black-transparent:hover{
    color: rgba(42,40,40,0.80);
  }

  .sm\:hover\:text-black-modal:hover{
    color: rgba(42,40,40,0.9);
  }

  .sm\:hover\:text-gray-darkest:hover{
    color: #555353;
  }

  .sm\:hover\:text-gray-darker:hover{
    color: #8E8E93;
  }

  .sm\:hover\:text-gray-dark:hover{
    color: #7f7f7f;
  }

  .sm\:hover\:text-gray:hover{
    color: #a9a7a7;
  }

  .sm\:hover\:text-gray-light:hover{
    color: #d7d6d6;
  }

  .sm\:hover\:text-gray-lighter:hover{
    color: #dddddd;
  }

  .sm\:hover\:text-gray-lightest:hover{
    color: #e8e8e8;
  }

  .sm\:hover\:text-gray-table:hover{
    color: rgba(232,232,232,0.5);
  }

  .sm\:hover\:text-red:hover{
    color: #af1c2e;
  }

  .sm\:hover\:text-darkred:hover{
    color: #831522;
  }

  .sm\:hover\:text-green:hover{
    color: #86b327;
  }

  .sm\:hover\:text-white:hover{
    color: #fff;
  }

  .sm\:hover\:text-trans:hover{
    color: transparent;
  }

  .sm\:hover\:text-primary:hover{
    color: #af1c2e;
  }

  .sm\:hover\:text-primary-dark:hover{
    color: #831522;
  }

  .sm\:hover\:text-secondary:hover{
    color: #a9a7a7;
  }

  .sm\:hover\:text-secondary-dark:hover{
    color: #7f7f7f;
  }

  .sm\:text-base{
    font-size: 1rem;
  }

  .sm\:text-xs{
    font-size: 0.93333rem;
  }

  .sm\:text-sm{
    font-size: 1rem;
  }

  .sm\:text-md{
    font-size: 1.06667rem;
  }

  .sm\:text-lg{
    font-size: 1.2rem;
  }

  .sm\:text-xl{
    font-size: 1.33333rem;
  }

  .sm\:text-xxl{
    font-size: 1.5rem;
  }

  .sm\:text-h1{
    font-size: 2.666667rem;
  }

  .sm\:text-h2{
    font-size: 2.13333rem;
  }

  .sm\:text-h3{
    font-size: 1.73333rem;
  }

  .sm\:text-label{
    font-size: 0.93333rem;
  }

  .sm\:text-nav{
    font-size: 0.86667rem;
  }

  .sm\:text-nav-sm{
    font-size: .73333rem;
  }

  .sm\:text-small{
    font-size: 0.85em;
  }

  .sm\:text-button{
    font-size: 0.93333rem;
  }

  .sm\:text-intro{
    font-size: 1.13333rem;
  }

  .sm\:text-button-sm{
    font-size: .73333rem;
  }

  .sm\:italic{
    font-style: italic;
  }

  .sm\:not-italic{
    font-style: normal;
  }

  .sm\:uppercase{
    text-transform: uppercase;
  }

  .sm\:lowercase{
    text-transform: lowercase;
  }

  .sm\:capitalize{
    text-transform: capitalize;
  }

  .sm\:normal-case{
    text-transform: none;
  }

  .sm\:underline{
    text-decoration: underline;
  }

  .sm\:line-through{
    text-decoration: line-through;
  }

  .sm\:no-underline{
    text-decoration: none;
  }

  .sm\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:tracking-tight{
    letter-spacing: -0.066666667rem;
  }

  .sm\:tracking-normal{
    letter-spacing: 0;
  }

  .sm\:tracking-copy{
    letter-spacing: .01rem;
  }

  .sm\:tracking-wide{
    letter-spacing: 0.066666667rem;
  }

  .sm\:tracking-super-wide{
    letter-spacing: 0.266666667rem;
  }

  .sm\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .sm\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .sm\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .sm\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .sm\:align-baseline{
    vertical-align: baseline;
  }

  .sm\:align-top{
    vertical-align: top;
  }

  .sm\:align-middle{
    vertical-align: middle;
  }

  .sm\:align-bottom{
    vertical-align: bottom;
  }

  .sm\:align-text-top{
    vertical-align: text-top;
  }

  .sm\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .sm\:visible{
    visibility: visible;
  }

  .sm\:invisible{
    visibility: hidden;
  }

  .sm\:whitespace-normal{
    white-space: normal;
  }

  .sm\:whitespace-no-wrap{
    white-space: nowrap;
  }

  .sm\:whitespace-pre{
    white-space: pre;
  }

  .sm\:whitespace-pre-line{
    white-space: pre-line;
  }

  .sm\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .sm\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm\:break-words{
    overflow-wrap: break-word;
  }

  .sm\:break-all{
    word-break: break-all;
  }

  .sm\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:w-auto{
    width: auto;
  }

  .sm\:w-px{
    width: 1px;
  }

  .sm\:w-1\/2{
    width: 50%;
  }

  .sm\:w-1\/3{
    width: 33.33333%;
  }

  .sm\:w-2\/3{
    width: 66.66667%;
  }

  .sm\:w-1\/4{
    width: 25%;
  }

  .sm\:w-3\/4{
    width: 75%;
  }

  .sm\:w-1\/5{
    width: 20%;
  }

  .sm\:w-2\/5{
    width: 40%;
  }

  .sm\:w-3\/5{
    width: 60%;
  }

  .sm\:w-4\/5{
    width: 80%;
  }

  .sm\:w-1\/6{
    width: 16.66667%;
  }

  .sm\:w-5\/6{
    width: 83.33333%;
  }

  .sm\:w-1\/12{
    width: 8.33337%;
  }

  .sm\:w-5\/12{
    width: 41.66667%;
  }

  .sm\:w-7\/12{
    width: 58.33333%;
  }

  .sm\:w-gap-xs{
    width: 30%;
  }

  .sm\:w-gap{
    width: 46.5%;
  }

  .sm\:w-gap-sm{
    width: 46%;
  }

  .sm\:w-xs{
    width: 1rem;
  }

  .sm\:w-sm{
    width: 2rem;
  }

  .sm\:w-md{
    width: 3rem;
  }

  .sm\:w-lg{
    width: 4rem;
  }

  .sm\:w-full{
    width: 100%;
  }

  .sm\:w-screen{
    width: 100vw;
  }

  .sm\:z-0{
    z-index: 0;
  }

  .sm\:z-10{
    z-index: 10;
  }

  .sm\:z-20{
    z-index: 20;
  }

  .sm\:z-30{
    z-index: 30;
  }

  .sm\:z-40{
    z-index: 40;
  }

  .sm\:z-50{
    z-index: 50;
  }

  .sm\:z-60{
    z-index: 60;
  }

  .sm\:z-70{
    z-index: 70;
  }

  .sm\:z-auto{
    z-index: auto;
  }
}

@media (min-width: 600px){
  .md\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .md\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .md\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md\:bg-fixed{
    background-attachment: fixed;
  }

  .md\:bg-local{
    background-attachment: local;
  }

  .md\:bg-scroll{
    background-attachment: scroll;
  }

  .md\:bg-black{
    background-color: #2a2828;
  }

  .md\:bg-black-transparent{
    background-color: rgba(42,40,40,0.80);
  }

  .md\:bg-black-modal{
    background-color: rgba(42,40,40,0.9);
  }

  .md\:bg-gray-darkest{
    background-color: #555353;
  }

  .md\:bg-gray-darker{
    background-color: #8E8E93;
  }

  .md\:bg-gray-dark{
    background-color: #7f7f7f;
  }

  .md\:bg-gray{
    background-color: #a9a7a7;
  }

  .md\:bg-gray-light{
    background-color: #d7d6d6;
  }

  .md\:bg-gray-lighter{
    background-color: #dddddd;
  }

  .md\:bg-gray-lightest{
    background-color: #e8e8e8;
  }

  .md\:bg-gray-table{
    background-color: rgba(232,232,232,0.5);
  }

  .md\:bg-red{
    background-color: #af1c2e;
  }

  .md\:bg-darkred{
    background-color: #831522;
  }

  .md\:bg-green{
    background-color: #86b327;
  }

  .md\:bg-white{
    background-color: #fff;
  }

  .md\:bg-trans{
    background-color: transparent;
  }

  .md\:bg-primary{
    background-color: #af1c2e;
  }

  .md\:bg-primary-dark{
    background-color: #831522;
  }

  .md\:bg-secondary{
    background-color: #a9a7a7;
  }

  .md\:bg-secondary-dark{
    background-color: #7f7f7f;
  }

  .md\:hover\:bg-black:hover{
    background-color: #2a2828;
  }

  .md\:hover\:bg-black-transparent:hover{
    background-color: rgba(42,40,40,0.80);
  }

  .md\:hover\:bg-black-modal:hover{
    background-color: rgba(42,40,40,0.9);
  }

  .md\:hover\:bg-gray-darkest:hover{
    background-color: #555353;
  }

  .md\:hover\:bg-gray-darker:hover{
    background-color: #8E8E93;
  }

  .md\:hover\:bg-gray-dark:hover{
    background-color: #7f7f7f;
  }

  .md\:hover\:bg-gray:hover{
    background-color: #a9a7a7;
  }

  .md\:hover\:bg-gray-light:hover{
    background-color: #d7d6d6;
  }

  .md\:hover\:bg-gray-lighter:hover{
    background-color: #dddddd;
  }

  .md\:hover\:bg-gray-lightest:hover{
    background-color: #e8e8e8;
  }

  .md\:hover\:bg-gray-table:hover{
    background-color: rgba(232,232,232,0.5);
  }

  .md\:hover\:bg-red:hover{
    background-color: #af1c2e;
  }

  .md\:hover\:bg-darkred:hover{
    background-color: #831522;
  }

  .md\:hover\:bg-green:hover{
    background-color: #86b327;
  }

  .md\:hover\:bg-white:hover{
    background-color: #fff;
  }

  .md\:hover\:bg-trans:hover{
    background-color: transparent;
  }

  .md\:hover\:bg-primary:hover{
    background-color: #af1c2e;
  }

  .md\:hover\:bg-primary-dark:hover{
    background-color: #831522;
  }

  .md\:hover\:bg-secondary:hover{
    background-color: #a9a7a7;
  }

  .md\:hover\:bg-secondary-dark:hover{
    background-color: #7f7f7f;
  }

  .md\:bg-bottom{
    background-position: bottom;
  }

  .md\:bg-center{
    background-position: center;
  }

  .md\:bg-left{
    background-position: left;
  }

  .md\:bg-left-bottom{
    background-position: left bottom;
  }

  .md\:bg-left-top{
    background-position: left top;
  }

  .md\:bg-right{
    background-position: right;
  }

  .md\:bg-right-bottom{
    background-position: right bottom;
  }

  .md\:bg-right-top{
    background-position: right top;
  }

  .md\:bg-top{
    background-position: top;
  }

  .md\:bg-repeat{
    background-repeat: repeat;
  }

  .md\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .md\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .md\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .md\:bg-repeat-round{
    background-repeat: round;
  }

  .md\:bg-repeat-space{
    background-repeat: space;
  }

  .md\:bg-auto{
    background-size: auto;
  }

  .md\:bg-cover{
    background-size: cover;
  }

  .md\:bg-contain{
    background-size: contain;
  }

  .md\:border-collapse{
    border-collapse: collapse;
  }

  .md\:border-separate{
    border-collapse: separate;
  }

  .md\:border-black{
    border-color: #2a2828;
  }

  .md\:border-black-transparent{
    border-color: rgba(42,40,40,0.80);
  }

  .md\:border-black-modal{
    border-color: rgba(42,40,40,0.9);
  }

  .md\:border-gray-darkest{
    border-color: #555353;
  }

  .md\:border-gray-darker{
    border-color: #8E8E93;
  }

  .md\:border-gray-dark{
    border-color: #7f7f7f;
  }

  .md\:border-gray{
    border-color: #a9a7a7;
  }

  .md\:border-gray-light{
    border-color: #d7d6d6;
  }

  .md\:border-gray-lighter{
    border-color: #dddddd;
  }

  .md\:border-gray-lightest{
    border-color: #e8e8e8;
  }

  .md\:border-gray-table{
    border-color: rgba(232,232,232,0.5);
  }

  .md\:border-red{
    border-color: #af1c2e;
  }

  .md\:border-darkred{
    border-color: #831522;
  }

  .md\:border-green{
    border-color: #86b327;
  }

  .md\:border-white{
    border-color: #fff;
  }

  .md\:border-trans{
    border-color: transparent;
  }

  .md\:border-primary{
    border-color: #af1c2e;
  }

  .md\:border-primary-dark{
    border-color: #831522;
  }

  .md\:border-secondary{
    border-color: #a9a7a7;
  }

  .md\:border-secondary-dark{
    border-color: #7f7f7f;
  }

  .md\:hover\:border-black:hover{
    border-color: #2a2828;
  }

  .md\:hover\:border-black-transparent:hover{
    border-color: rgba(42,40,40,0.80);
  }

  .md\:hover\:border-black-modal:hover{
    border-color: rgba(42,40,40,0.9);
  }

  .md\:hover\:border-gray-darkest:hover{
    border-color: #555353;
  }

  .md\:hover\:border-gray-darker:hover{
    border-color: #8E8E93;
  }

  .md\:hover\:border-gray-dark:hover{
    border-color: #7f7f7f;
  }

  .md\:hover\:border-gray:hover{
    border-color: #a9a7a7;
  }

  .md\:hover\:border-gray-light:hover{
    border-color: #d7d6d6;
  }

  .md\:hover\:border-gray-lighter:hover{
    border-color: #dddddd;
  }

  .md\:hover\:border-gray-lightest:hover{
    border-color: #e8e8e8;
  }

  .md\:hover\:border-gray-table:hover{
    border-color: rgba(232,232,232,0.5);
  }

  .md\:hover\:border-red:hover{
    border-color: #af1c2e;
  }

  .md\:hover\:border-darkred:hover{
    border-color: #831522;
  }

  .md\:hover\:border-green:hover{
    border-color: #86b327;
  }

  .md\:hover\:border-white:hover{
    border-color: #fff;
  }

  .md\:hover\:border-trans:hover{
    border-color: transparent;
  }

  .md\:hover\:border-primary:hover{
    border-color: #af1c2e;
  }

  .md\:hover\:border-primary-dark:hover{
    border-color: #831522;
  }

  .md\:hover\:border-secondary:hover{
    border-color: #a9a7a7;
  }

  .md\:hover\:border-secondary-dark:hover{
    border-color: #7f7f7f;
  }

  .md\:rounded-none{
    border-radius: 0;
  }

  .md\:rounded-sm{
    border-radius: .125rem;
  }

  .md\:rounded{
    border-radius: .25rem;
  }

  .md\:rounded-lg{
    border-radius: .5rem;
  }

  .md\:rounded-full{
    border-radius: 9999px;
  }

  .md\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .md\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .md\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:rounded-t-sm{
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .md\:rounded-r-sm{
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .md\:rounded-b-sm{
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .md\:rounded-l-sm{
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .md\:rounded-t{
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .md\:rounded-r{
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .md\:rounded-b{
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .md\:rounded-l{
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .md\:rounded-t-lg{
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .md\:rounded-r-lg{
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .md\:rounded-b-lg{
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .md\:rounded-l-lg{
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .md\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  .md\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  .md\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  .md\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  .md\:rounded-tl-sm{
    border-top-left-radius: .125rem;
  }

  .md\:rounded-tr-sm{
    border-top-right-radius: .125rem;
  }

  .md\:rounded-br-sm{
    border-bottom-right-radius: .125rem;
  }

  .md\:rounded-bl-sm{
    border-bottom-left-radius: .125rem;
  }

  .md\:rounded-tl{
    border-top-left-radius: .25rem;
  }

  .md\:rounded-tr{
    border-top-right-radius: .25rem;
  }

  .md\:rounded-br{
    border-bottom-right-radius: .25rem;
  }

  .md\:rounded-bl{
    border-bottom-left-radius: .25rem;
  }

  .md\:rounded-tl-lg{
    border-top-left-radius: .5rem;
  }

  .md\:rounded-tr-lg{
    border-top-right-radius: .5rem;
  }

  .md\:rounded-br-lg{
    border-bottom-right-radius: .5rem;
  }

  .md\:rounded-bl-lg{
    border-bottom-left-radius: .5rem;
  }

  .md\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .md\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .md\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .md\:border-solid{
    border-style: solid;
  }

  .md\:border-dashed{
    border-style: dashed;
  }

  .md\:border-dotted{
    border-style: dotted;
  }

  .md\:border-double{
    border-style: double;
  }

  .md\:border-none{
    border-style: none;
  }

  .md\:border-0{
    border-width: 0;
  }

  .md\:border-1{
    border-width: 1px;
  }

  .md\:border-2{
    border-width: 2px;
  }

  .md\:border-3{
    border-width: 3px;
  }

  .md\:border-4{
    border-width: 4px;
  }

  .md\:border-8{
    border-width: 8px;
  }

  .md\:border-10{
    border-width: 10px;
  }

  .md\:border{
    border-width: 1px;
  }

  .md\:border-t-0{
    border-top-width: 0;
  }

  .md\:border-r-0{
    border-right-width: 0;
  }

  .md\:border-b-0{
    border-bottom-width: 0;
  }

  .md\:border-l-0{
    border-left-width: 0;
  }

  .md\:border-t-1{
    border-top-width: 1px;
  }

  .md\:border-r-1{
    border-right-width: 1px;
  }

  .md\:border-b-1{
    border-bottom-width: 1px;
  }

  .md\:border-l-1{
    border-left-width: 1px;
  }

  .md\:border-t-2{
    border-top-width: 2px;
  }

  .md\:border-r-2{
    border-right-width: 2px;
  }

  .md\:border-b-2{
    border-bottom-width: 2px;
  }

  .md\:border-l-2{
    border-left-width: 2px;
  }

  .md\:border-t-3{
    border-top-width: 3px;
  }

  .md\:border-r-3{
    border-right-width: 3px;
  }

  .md\:border-b-3{
    border-bottom-width: 3px;
  }

  .md\:border-l-3{
    border-left-width: 3px;
  }

  .md\:border-t-4{
    border-top-width: 4px;
  }

  .md\:border-r-4{
    border-right-width: 4px;
  }

  .md\:border-b-4{
    border-bottom-width: 4px;
  }

  .md\:border-l-4{
    border-left-width: 4px;
  }

  .md\:border-t-8{
    border-top-width: 8px;
  }

  .md\:border-r-8{
    border-right-width: 8px;
  }

  .md\:border-b-8{
    border-bottom-width: 8px;
  }

  .md\:border-l-8{
    border-left-width: 8px;
  }

  .md\:border-t-10{
    border-top-width: 10px;
  }

  .md\:border-r-10{
    border-right-width: 10px;
  }

  .md\:border-b-10{
    border-bottom-width: 10px;
  }

  .md\:border-l-10{
    border-left-width: 10px;
  }

  .md\:border-t{
    border-top-width: 1px;
  }

  .md\:border-r{
    border-right-width: 1px;
  }

  .md\:border-b{
    border-bottom-width: 1px;
  }

  .md\:border-l{
    border-left-width: 1px;
  }

  .md\:cursor-auto{
    cursor: auto;
  }

  .md\:cursor-default{
    cursor: default;
  }

  .md\:cursor-pointer{
    cursor: pointer;
  }

  .md\:cursor-wait{
    cursor: wait;
  }

  .md\:cursor-text{
    cursor: text;
  }

  .md\:cursor-move{
    cursor: move;
  }

  .md\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .md\:block{
    display: block;
  }

  .md\:inline-block{
    display: inline-block;
  }

  .md\:inline{
    display: inline;
  }

  .md\:flex{
    display: flex;
  }

  .md\:inline-flex{
    display: inline-flex;
  }

  .md\:table{
    display: table;
  }

  .md\:table-row{
    display: table-row;
  }

  .md\:table-cell{
    display: table-cell;
  }

  .md\:hidden{
    display: none;
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .md\:flex-col{
    flex-direction: column;
  }

  .md\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .md\:flex-wrap{
    flex-wrap: wrap;
  }

  .md\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .md\:flex-no-wrap{
    flex-wrap: nowrap;
  }

  .md\:items-start{
    align-items: flex-start;
  }

  .md\:items-end{
    align-items: flex-end;
  }

  .md\:items-center{
    align-items: center;
  }

  .md\:items-baseline{
    align-items: baseline;
  }

  .md\:items-stretch{
    align-items: stretch;
  }

  .md\:self-auto{
    align-self: auto;
  }

  .md\:self-start{
    align-self: flex-start;
  }

  .md\:self-end{
    align-self: flex-end;
  }

  .md\:self-center{
    align-self: center;
  }

  .md\:self-stretch{
    align-self: stretch;
  }

  .md\:justify-start{
    justify-content: flex-start;
  }

  .md\:justify-end{
    justify-content: flex-end;
  }

  .md\:justify-center{
    justify-content: center;
  }

  .md\:justify-between{
    justify-content: space-between;
  }

  .md\:justify-around{
    justify-content: space-around;
  }

  .md\:content-center{
    align-content: center;
  }

  .md\:content-start{
    align-content: flex-start;
  }

  .md\:content-end{
    align-content: flex-end;
  }

  .md\:content-between{
    align-content: space-between;
  }

  .md\:content-around{
    align-content: space-around;
  }

  .md\:flex-1{
    flex: 1 1 0%;
  }

  .md\:flex-auto{
    flex: 1 1 auto;
  }

  .md\:flex-initial{
    flex: 0 1 auto;
  }

  .md\:flex-none{
    flex: none;
  }

  .md\:flex-grow-0{
    flex-grow: 0;
  }

  .md\:flex-grow{
    flex-grow: 1;
  }

  .md\:flex-shrink-0{
    flex-shrink: 0;
  }

  .md\:flex-shrink{
    flex-shrink: 1;
  }

  .md\:order-1{
    order: 1;
  }

  .md\:order-2{
    order: 2;
  }

  .md\:order-3{
    order: 3;
  }

  .md\:order-4{
    order: 4;
  }

  .md\:order-5{
    order: 5;
  }

  .md\:order-6{
    order: 6;
  }

  .md\:order-7{
    order: 7;
  }

  .md\:order-8{
    order: 8;
  }

  .md\:order-9{
    order: 9;
  }

  .md\:order-10{
    order: 10;
  }

  .md\:order-11{
    order: 11;
  }

  .md\:order-12{
    order: 12;
  }

  .md\:order-first{
    order: -9999;
  }

  .md\:order-last{
    order: 9999;
  }

  .md\:order-none{
    order: 0;
  }

  .md\:float-right{
    float: right;
  }

  .md\:float-left{
    float: left;
  }

  .md\:float-none{
    float: none;
  }

  .md\:clearfix:after{
    content: "";
    display: table;
    clear: both;
  }

  .md\:font-sans{
    font-family: Rubik, Trebuchet MS, Helvetica, sans-serif;
  }

  .md\:font-normal{
    font-weight: 400;
  }

  .md\:font-bold{
    font-weight: 500;
  }

  .md\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .md\:hover\:font-bold:hover{
    font-weight: 500;
  }

  .md\:h-0{
    height: 0;
  }

  .md\:h-1{
    height: 0.25rem;
  }

  .md\:h-2{
    height: 0.5rem;
  }

  .md\:h-3{
    height: 0.75rem;
  }

  .md\:h-4{
    height: 1rem;
  }

  .md\:h-6{
    height: 1.5rem;
  }

  .md\:h-8{
    height: 2rem;
  }

  .md\:h-10{
    height: 2.5rem;
  }

  .md\:h-12{
    height: 3rem;
  }

  .md\:h-16{
    height: 4rem;
  }

  .md\:h-24{
    height: 6rem;
  }

  .md\:h-32{
    height: 8rem;
  }

  .md\:h-48{
    height: 12rem;
  }

  .md\:h-64{
    height: 16rem;
  }

  .md\:h-auto{
    height: auto;
  }

  .md\:h-px{
    height: 1px;
  }

  .md\:h-sm{
    height: 2rem;
  }

  .md\:h-md{
    height: 3rem;
  }

  .md\:h-lg{
    height: 4rem;
  }

  .md\:h-full{
    height: 100%;
  }

  .md\:h-screen{
    height: 100vh;
  }

  .md\:leading-0{
    line-height: 0;
  }

  .md\:leading-none{
    line-height: 1;
  }

  .md\:leading-tight{
    line-height: 1.2;
  }

  .md\:leading-normal{
    line-height: 1.75;
  }

  .md\:leading-loose{
    line-height: 2;
  }

  .md\:list-inside{
    list-style-position: inside;
  }

  .md\:list-outside{
    list-style-position: outside;
  }

  .md\:list-none{
    list-style-type: none;
  }

  .md\:list-disc{
    list-style-type: disc;
  }

  .md\:list-decimal{
    list-style-type: decimal;
  }

  .md\:m-0{
    margin: 0;
  }

  .md\:m-1{
    margin: 1px;
  }

  .md\:m-2{
    margin: 2px;
  }

  .md\:m-3{
    margin: 3px;
  }

  .md\:m-4{
    margin: 4px;
  }

  .md\:m-5{
    margin: 5px;
  }

  .md\:m-6{
    margin: 6px;
  }

  .md\:m-7{
    margin: 7px;
  }

  .md\:m-8{
    margin: 8px;
  }

  .md\:m-9{
    margin: 9px;
  }

  .md\:m-10{
    margin: 10px;
  }

  .md\:m-13{
    margin: 13px;
  }

  .md\:m-15{
    margin: 15px;
  }

  .md\:m-20{
    margin: 20px;
  }

  .md\:m-90{
    margin: 6rem;
  }

  .md\:m-auto{
    margin: auto;
  }

  .md\:m-px{
    margin: 1px;
  }

  .md\:m-xs{
    margin: .33rem;
  }

  .md\:m-sm{
    margin: 1rem;
  }

  .md\:m-md{
    margin: 2rem;
  }

  .md\:m-lg{
    margin: 3rem;
  }

  .md\:m-xl{
    margin: 4rem;
  }

  .md\:m-xxl{
    margin: 8rem;
  }

  .md\:m-gutter{
    margin: 15px;
  }

  .md\:m-gutter-desktop{
    margin: 15px;
  }

  .md\:m-gutter-lg{
    margin: 30px;
  }

  .md\:m-gutter-desktop-lg{
    margin: 30px;
  }

  .md\:m-heading{
    margin: 0.5em;
  }

  .md\:-m-px{
    margin: -1px;
  }

  .md\:-m-1{
    margin: -0.25rem;
  }

  .md\:-m-2{
    margin: -0.5rem;
  }

  .md\:-m-3{
    margin: -0.75rem;
  }

  .md\:-m-4{
    margin: -1rem;
  }

  .md\:-m-6{
    margin: -1.5rem;
  }

  .md\:-m-8{
    margin: -2rem;
  }

  .md\:-m-gutter{
    margin: -10px;
  }

  .md\:-m-gutter-desktop{
    margin: -15px;
  }

  .md\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .md\:my-1{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:mx-1{
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:my-2{
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .md\:mx-2{
    margin-left: 2px;
    margin-right: 2px;
  }

  .md\:my-3{
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .md\:mx-3{
    margin-left: 3px;
    margin-right: 3px;
  }

  .md\:my-4{
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .md\:mx-4{
    margin-left: 4px;
    margin-right: 4px;
  }

  .md\:my-5{
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .md\:mx-5{
    margin-left: 5px;
    margin-right: 5px;
  }

  .md\:my-6{
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .md\:mx-6{
    margin-left: 6px;
    margin-right: 6px;
  }

  .md\:my-7{
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .md\:mx-7{
    margin-left: 7px;
    margin-right: 7px;
  }

  .md\:my-8{
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .md\:mx-8{
    margin-left: 8px;
    margin-right: 8px;
  }

  .md\:my-9{
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .md\:mx-9{
    margin-left: 9px;
    margin-right: 9px;
  }

  .md\:my-10{
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .md\:mx-10{
    margin-left: 10px;
    margin-right: 10px;
  }

  .md\:my-13{
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .md\:mx-13{
    margin-left: 13px;
    margin-right: 13px;
  }

  .md\:my-15{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .md\:mx-15{
    margin-left: 15px;
    margin-right: 15px;
  }

  .md\:my-20{
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .md\:mx-20{
    margin-left: 20px;
    margin-right: 20px;
  }

  .md\:my-90{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:mx-90{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .md\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:my-xs{
    margin-top: .33rem;
    margin-bottom: .33rem;
  }

  .md\:mx-xs{
    margin-left: .33rem;
    margin-right: .33rem;
  }

  .md\:my-sm{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:mx-sm{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:my-md{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:mx-md{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:my-lg{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:mx-lg{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:my-xl{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:mx-xl{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:my-xxl{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:mx-xxl{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:my-gutter{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .md\:mx-gutter{
    margin-left: 15px;
    margin-right: 15px;
  }

  .md\:my-gutter-desktop{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .md\:mx-gutter-desktop{
    margin-left: 15px;
    margin-right: 15px;
  }

  .md\:my-gutter-lg{
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .md\:mx-gutter-lg{
    margin-left: 30px;
    margin-right: 30px;
  }

  .md\:my-gutter-desktop-lg{
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .md\:mx-gutter-desktop-lg{
    margin-left: 30px;
    margin-right: 30px;
  }

  .md\:my-heading{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .md\:mx-heading{
    margin-left: 0.5em;
    margin-right: 0.5em;
  }

  .md\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:-my-gutter{
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .md\:-mx-gutter{
    margin-left: -10px;
    margin-right: -10px;
  }

  .md\:-my-gutter-desktop{
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .md\:-mx-gutter-desktop{
    margin-left: -15px;
    margin-right: -15px;
  }

  .md\:mt-0{
    margin-top: 0;
  }

  .md\:mr-0{
    margin-right: 0;
  }

  .md\:mb-0{
    margin-bottom: 0;
  }

  .md\:ml-0{
    margin-left: 0;
  }

  .md\:mt-1{
    margin-top: 1px;
  }

  .md\:mr-1{
    margin-right: 1px;
  }

  .md\:mb-1{
    margin-bottom: 1px;
  }

  .md\:ml-1{
    margin-left: 1px;
  }

  .md\:mt-2{
    margin-top: 2px;
  }

  .md\:mr-2{
    margin-right: 2px;
  }

  .md\:mb-2{
    margin-bottom: 2px;
  }

  .md\:ml-2{
    margin-left: 2px;
  }

  .md\:mt-3{
    margin-top: 3px;
  }

  .md\:mr-3{
    margin-right: 3px;
  }

  .md\:mb-3{
    margin-bottom: 3px;
  }

  .md\:ml-3{
    margin-left: 3px;
  }

  .md\:mt-4{
    margin-top: 4px;
  }

  .md\:mr-4{
    margin-right: 4px;
  }

  .md\:mb-4{
    margin-bottom: 4px;
  }

  .md\:ml-4{
    margin-left: 4px;
  }

  .md\:mt-5{
    margin-top: 5px;
  }

  .md\:mr-5{
    margin-right: 5px;
  }

  .md\:mb-5{
    margin-bottom: 5px;
  }

  .md\:ml-5{
    margin-left: 5px;
  }

  .md\:mt-6{
    margin-top: 6px;
  }

  .md\:mr-6{
    margin-right: 6px;
  }

  .md\:mb-6{
    margin-bottom: 6px;
  }

  .md\:ml-6{
    margin-left: 6px;
  }

  .md\:mt-7{
    margin-top: 7px;
  }

  .md\:mr-7{
    margin-right: 7px;
  }

  .md\:mb-7{
    margin-bottom: 7px;
  }

  .md\:ml-7{
    margin-left: 7px;
  }

  .md\:mt-8{
    margin-top: 8px;
  }

  .md\:mr-8{
    margin-right: 8px;
  }

  .md\:mb-8{
    margin-bottom: 8px;
  }

  .md\:ml-8{
    margin-left: 8px;
  }

  .md\:mt-9{
    margin-top: 9px;
  }

  .md\:mr-9{
    margin-right: 9px;
  }

  .md\:mb-9{
    margin-bottom: 9px;
  }

  .md\:ml-9{
    margin-left: 9px;
  }

  .md\:mt-10{
    margin-top: 10px;
  }

  .md\:mr-10{
    margin-right: 10px;
  }

  .md\:mb-10{
    margin-bottom: 10px;
  }

  .md\:ml-10{
    margin-left: 10px;
  }

  .md\:mt-13{
    margin-top: 13px;
  }

  .md\:mr-13{
    margin-right: 13px;
  }

  .md\:mb-13{
    margin-bottom: 13px;
  }

  .md\:ml-13{
    margin-left: 13px;
  }

  .md\:mt-15{
    margin-top: 15px;
  }

  .md\:mr-15{
    margin-right: 15px;
  }

  .md\:mb-15{
    margin-bottom: 15px;
  }

  .md\:ml-15{
    margin-left: 15px;
  }

  .md\:mt-20{
    margin-top: 20px;
  }

  .md\:mr-20{
    margin-right: 20px;
  }

  .md\:mb-20{
    margin-bottom: 20px;
  }

  .md\:ml-20{
    margin-left: 20px;
  }

  .md\:mt-90{
    margin-top: 6rem;
  }

  .md\:mr-90{
    margin-right: 6rem;
  }

  .md\:mb-90{
    margin-bottom: 6rem;
  }

  .md\:ml-90{
    margin-left: 6rem;
  }

  .md\:mt-auto{
    margin-top: auto;
  }

  .md\:mr-auto{
    margin-right: auto;
  }

  .md\:mb-auto{
    margin-bottom: auto;
  }

  .md\:ml-auto{
    margin-left: auto;
  }

  .md\:mt-px{
    margin-top: 1px;
  }

  .md\:mr-px{
    margin-right: 1px;
  }

  .md\:mb-px{
    margin-bottom: 1px;
  }

  .md\:ml-px{
    margin-left: 1px;
  }

  .md\:mt-xs{
    margin-top: .33rem;
  }

  .md\:mr-xs{
    margin-right: .33rem;
  }

  .md\:mb-xs{
    margin-bottom: .33rem;
  }

  .md\:ml-xs{
    margin-left: .33rem;
  }

  .md\:mt-sm{
    margin-top: 1rem;
  }

  .md\:mr-sm{
    margin-right: 1rem;
  }

  .md\:mb-sm{
    margin-bottom: 1rem;
  }

  .md\:ml-sm{
    margin-left: 1rem;
  }

  .md\:mt-md{
    margin-top: 2rem;
  }

  .md\:mr-md{
    margin-right: 2rem;
  }

  .md\:mb-md{
    margin-bottom: 2rem;
  }

  .md\:ml-md{
    margin-left: 2rem;
  }

  .md\:mt-lg{
    margin-top: 3rem;
  }

  .md\:mr-lg{
    margin-right: 3rem;
  }

  .md\:mb-lg{
    margin-bottom: 3rem;
  }

  .md\:ml-lg{
    margin-left: 3rem;
  }

  .md\:mt-xl{
    margin-top: 4rem;
  }

  .md\:mr-xl{
    margin-right: 4rem;
  }

  .md\:mb-xl{
    margin-bottom: 4rem;
  }

  .md\:ml-xl{
    margin-left: 4rem;
  }

  .md\:mt-xxl{
    margin-top: 8rem;
  }

  .md\:mr-xxl{
    margin-right: 8rem;
  }

  .md\:mb-xxl{
    margin-bottom: 8rem;
  }

  .md\:ml-xxl{
    margin-left: 8rem;
  }

  .md\:mt-gutter{
    margin-top: 15px;
  }

  .md\:mr-gutter{
    margin-right: 15px;
  }

  .md\:mb-gutter{
    margin-bottom: 15px;
  }

  .md\:ml-gutter{
    margin-left: 15px;
  }

  .md\:mt-gutter-desktop{
    margin-top: 15px;
  }

  .md\:mr-gutter-desktop{
    margin-right: 15px;
  }

  .md\:mb-gutter-desktop{
    margin-bottom: 15px;
  }

  .md\:ml-gutter-desktop{
    margin-left: 15px;
  }

  .md\:mt-gutter-lg{
    margin-top: 30px;
  }

  .md\:mr-gutter-lg{
    margin-right: 30px;
  }

  .md\:mb-gutter-lg{
    margin-bottom: 30px;
  }

  .md\:ml-gutter-lg{
    margin-left: 30px;
  }

  .md\:mt-gutter-desktop-lg{
    margin-top: 30px;
  }

  .md\:mr-gutter-desktop-lg{
    margin-right: 30px;
  }

  .md\:mb-gutter-desktop-lg{
    margin-bottom: 30px;
  }

  .md\:ml-gutter-desktop-lg{
    margin-left: 30px;
  }

  .md\:mt-heading{
    margin-top: 0.5em;
  }

  .md\:mr-heading{
    margin-right: 0.5em;
  }

  .md\:mb-heading{
    margin-bottom: 0.5em;
  }

  .md\:ml-heading{
    margin-left: 0.5em;
  }

  .md\:-mt-px{
    margin-top: -1px;
  }

  .md\:-mr-px{
    margin-right: -1px;
  }

  .md\:-mb-px{
    margin-bottom: -1px;
  }

  .md\:-ml-px{
    margin-left: -1px;
  }

  .md\:-mt-1{
    margin-top: -0.25rem;
  }

  .md\:-mr-1{
    margin-right: -0.25rem;
  }

  .md\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .md\:-ml-1{
    margin-left: -0.25rem;
  }

  .md\:-mt-2{
    margin-top: -0.5rem;
  }

  .md\:-mr-2{
    margin-right: -0.5rem;
  }

  .md\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .md\:-ml-2{
    margin-left: -0.5rem;
  }

  .md\:-mt-3{
    margin-top: -0.75rem;
  }

  .md\:-mr-3{
    margin-right: -0.75rem;
  }

  .md\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .md\:-ml-3{
    margin-left: -0.75rem;
  }

  .md\:-mt-4{
    margin-top: -1rem;
  }

  .md\:-mr-4{
    margin-right: -1rem;
  }

  .md\:-mb-4{
    margin-bottom: -1rem;
  }

  .md\:-ml-4{
    margin-left: -1rem;
  }

  .md\:-mt-6{
    margin-top: -1.5rem;
  }

  .md\:-mr-6{
    margin-right: -1.5rem;
  }

  .md\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .md\:-ml-6{
    margin-left: -1.5rem;
  }

  .md\:-mt-8{
    margin-top: -2rem;
  }

  .md\:-mr-8{
    margin-right: -2rem;
  }

  .md\:-mb-8{
    margin-bottom: -2rem;
  }

  .md\:-ml-8{
    margin-left: -2rem;
  }

  .md\:-mt-gutter{
    margin-top: -10px;
  }

  .md\:-mr-gutter{
    margin-right: -10px;
  }

  .md\:-mb-gutter{
    margin-bottom: -10px;
  }

  .md\:-ml-gutter{
    margin-left: -10px;
  }

  .md\:-mt-gutter-desktop{
    margin-top: -15px;
  }

  .md\:-mr-gutter-desktop{
    margin-right: -15px;
  }

  .md\:-mb-gutter-desktop{
    margin-bottom: -15px;
  }

  .md\:-ml-gutter-desktop{
    margin-left: -15px;
  }

  .md\:max-h-full{
    max-height: 100%;
  }

  .md\:max-h-hero{
    max-height: 600px;
  }

  .md\:max-h-screen{
    max-height: 100vh;
  }

  .md\:max-w-xxs{
    max-width: 11rem;
  }

  .md\:max-w-xs{
    max-width: 20rem;
  }

  .md\:max-w-sm{
    max-width: 30rem;
  }

  .md\:max-w-md{
    max-width: 40rem;
  }

  .md\:max-w-lg{
    max-width: 50rem;
  }

  .md\:max-w-xl{
    max-width: 60rem;
  }

  .md\:max-w-2xl{
    max-width: 70rem;
  }

  .md\:max-w-3xl{
    max-width: 80rem;
  }

  .md\:max-w-4xl{
    max-width: 90rem;
  }

  .md\:max-w-5xl{
    max-width: 100rem;
  }

  .md\:max-w-full{
    max-width: 100%;
  }

  .md\:max-w-row{
    max-width: 1130px;
  }

  .md\:max-w-row-half{
    max-width: 565px;
  }

  .md\:min-h-0{
    min-height: 0;
  }

  .md\:min-h-full{
    min-height: 100%;
  }

  .md\:min-h-hero{
    min-height: 700px;
  }

  .md\:min-h-hero-tablet{
    min-height: 450px;
  }

  .md\:min-h-hero-desktop{
    min-height: 550px;
  }

  .md\:min-h-screen{
    min-height: 100vh;
  }

  .md\:min-w-0{
    min-width: 0;
  }

  .md\:min-w-full{
    min-width: 100%;
  }

  .md\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .md\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .md\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .md\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .md\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .md\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .md\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .md\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .md\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .md\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .md\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .md\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .md\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .md\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .md\:opacity-0{
    opacity: 0;
  }

  .md\:opacity-25{
    opacity: .25;
  }

  .md\:opacity-50{
    opacity: .5;
  }

  .md\:opacity-75{
    opacity: .75;
  }

  .md\:opacity-90{
    opacity: .9;
  }

  .md\:opacity-100{
    opacity: 1;
  }

  .md\:outline-none{
    outline: 0;
  }

  .md\:focus\:outline-none:focus{
    outline: 0;
  }

  .md\:hover\:outline-none:hover{
    outline: 0;
  }

  .md\:active\:outline-none:active{
    outline: 0;
  }

  .md\:overflow-auto{
    overflow: auto;
  }

  .md\:overflow-hidden{
    overflow: hidden;
  }

  .md\:overflow-visible{
    overflow: visible;
  }

  .md\:overflow-scroll{
    overflow: scroll;
  }

  .md\:overflow-x-auto{
    overflow-x: auto;
  }

  .md\:overflow-y-auto{
    overflow-y: auto;
  }

  .md\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .md\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .md\:overflow-x-visible{
    overflow-x: visible;
  }

  .md\:overflow-y-visible{
    overflow-y: visible;
  }

  .md\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .md\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .md\:scrolling-touch{
    -webkit-overflow-scrolling: touch;
  }

  .md\:scrolling-auto{
    -webkit-overflow-scrolling: auto;
  }

  .md\:p-0{
    padding: 0;
  }

  .md\:p-1{
    padding: 1px;
  }

  .md\:p-2{
    padding: 2px;
  }

  .md\:p-3{
    padding: 3px;
  }

  .md\:p-4{
    padding: 4px;
  }

  .md\:p-5{
    padding: 5px;
  }

  .md\:p-6{
    padding: 6px;
  }

  .md\:p-7{
    padding: 7px;
  }

  .md\:p-8{
    padding: 8px;
  }

  .md\:p-9{
    padding: 9px;
  }

  .md\:p-10{
    padding: 10px;
  }

  .md\:p-90{
    padding: 6rem;
  }

  .md\:p-px{
    padding: 1px;
  }

  .md\:p-xs{
    padding: .33rem;
  }

  .md\:p-sm{
    padding: 1rem;
  }

  .md\:p-md{
    padding: 2rem;
  }

  .md\:p-lg{
    padding: 3rem;
  }

  .md\:p-xl{
    padding: 4rem;
  }

  .md\:p-xxl{
    padding: 8rem;
  }

  .md\:p-gutter{
    padding: 15px;
  }

  .md\:p-gutter-desktop{
    padding: 15px;
  }

  .md\:p-gutter-lg{
    padding: 30px;
  }

  .md\:p-gutter-desktop-lg{
    padding: 30px;
  }

  .md\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .md\:py-1{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:px-1{
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:py-2{
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .md\:px-2{
    padding-left: 2px;
    padding-right: 2px;
  }

  .md\:py-3{
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .md\:px-3{
    padding-left: 3px;
    padding-right: 3px;
  }

  .md\:py-4{
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .md\:px-4{
    padding-left: 4px;
    padding-right: 4px;
  }

  .md\:py-5{
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .md\:px-5{
    padding-left: 5px;
    padding-right: 5px;
  }

  .md\:py-6{
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .md\:px-6{
    padding-left: 6px;
    padding-right: 6px;
  }

  .md\:py-7{
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .md\:px-7{
    padding-left: 7px;
    padding-right: 7px;
  }

  .md\:py-8{
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .md\:px-8{
    padding-left: 8px;
    padding-right: 8px;
  }

  .md\:py-9{
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .md\:px-9{
    padding-left: 9px;
    padding-right: 9px;
  }

  .md\:py-10{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .md\:px-10{
    padding-left: 10px;
    padding-right: 10px;
  }

  .md\:py-90{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:px-90{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:py-xs{
    padding-top: .33rem;
    padding-bottom: .33rem;
  }

  .md\:px-xs{
    padding-left: .33rem;
    padding-right: .33rem;
  }

  .md\:py-sm{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:px-sm{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:py-md{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:px-md{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-lg{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:px-lg{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:py-xl{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:px-xl{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:py-xxl{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:px-xxl{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:py-gutter{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .md\:px-gutter{
    padding-left: 15px;
    padding-right: 15px;
  }

  .md\:py-gutter-desktop{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .md\:px-gutter-desktop{
    padding-left: 15px;
    padding-right: 15px;
  }

  .md\:py-gutter-lg{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .md\:px-gutter-lg{
    padding-left: 30px;
    padding-right: 30px;
  }

  .md\:py-gutter-desktop-lg{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .md\:px-gutter-desktop-lg{
    padding-left: 30px;
    padding-right: 30px;
  }

  .md\:pt-0{
    padding-top: 0;
  }

  .md\:pr-0{
    padding-right: 0;
  }

  .md\:pb-0{
    padding-bottom: 0;
  }

  .md\:pl-0{
    padding-left: 0;
  }

  .md\:pt-1{
    padding-top: 1px;
  }

  .md\:pr-1{
    padding-right: 1px;
  }

  .md\:pb-1{
    padding-bottom: 1px;
  }

  .md\:pl-1{
    padding-left: 1px;
  }

  .md\:pt-2{
    padding-top: 2px;
  }

  .md\:pr-2{
    padding-right: 2px;
  }

  .md\:pb-2{
    padding-bottom: 2px;
  }

  .md\:pl-2{
    padding-left: 2px;
  }

  .md\:pt-3{
    padding-top: 3px;
  }

  .md\:pr-3{
    padding-right: 3px;
  }

  .md\:pb-3{
    padding-bottom: 3px;
  }

  .md\:pl-3{
    padding-left: 3px;
  }

  .md\:pt-4{
    padding-top: 4px;
  }

  .md\:pr-4{
    padding-right: 4px;
  }

  .md\:pb-4{
    padding-bottom: 4px;
  }

  .md\:pl-4{
    padding-left: 4px;
  }

  .md\:pt-5{
    padding-top: 5px;
  }

  .md\:pr-5{
    padding-right: 5px;
  }

  .md\:pb-5{
    padding-bottom: 5px;
  }

  .md\:pl-5{
    padding-left: 5px;
  }

  .md\:pt-6{
    padding-top: 6px;
  }

  .md\:pr-6{
    padding-right: 6px;
  }

  .md\:pb-6{
    padding-bottom: 6px;
  }

  .md\:pl-6{
    padding-left: 6px;
  }

  .md\:pt-7{
    padding-top: 7px;
  }

  .md\:pr-7{
    padding-right: 7px;
  }

  .md\:pb-7{
    padding-bottom: 7px;
  }

  .md\:pl-7{
    padding-left: 7px;
  }

  .md\:pt-8{
    padding-top: 8px;
  }

  .md\:pr-8{
    padding-right: 8px;
  }

  .md\:pb-8{
    padding-bottom: 8px;
  }

  .md\:pl-8{
    padding-left: 8px;
  }

  .md\:pt-9{
    padding-top: 9px;
  }

  .md\:pr-9{
    padding-right: 9px;
  }

  .md\:pb-9{
    padding-bottom: 9px;
  }

  .md\:pl-9{
    padding-left: 9px;
  }

  .md\:pt-10{
    padding-top: 10px;
  }

  .md\:pr-10{
    padding-right: 10px;
  }

  .md\:pb-10{
    padding-bottom: 10px;
  }

  .md\:pl-10{
    padding-left: 10px;
  }

  .md\:pt-90{
    padding-top: 6rem;
  }

  .md\:pr-90{
    padding-right: 6rem;
  }

  .md\:pb-90{
    padding-bottom: 6rem;
  }

  .md\:pl-90{
    padding-left: 6rem;
  }

  .md\:pt-px{
    padding-top: 1px;
  }

  .md\:pr-px{
    padding-right: 1px;
  }

  .md\:pb-px{
    padding-bottom: 1px;
  }

  .md\:pl-px{
    padding-left: 1px;
  }

  .md\:pt-xs{
    padding-top: .33rem;
  }

  .md\:pr-xs{
    padding-right: .33rem;
  }

  .md\:pb-xs{
    padding-bottom: .33rem;
  }

  .md\:pl-xs{
    padding-left: .33rem;
  }

  .md\:pt-sm{
    padding-top: 1rem;
  }

  .md\:pr-sm{
    padding-right: 1rem;
  }

  .md\:pb-sm{
    padding-bottom: 1rem;
  }

  .md\:pl-sm{
    padding-left: 1rem;
  }

  .md\:pt-md{
    padding-top: 2rem;
  }

  .md\:pr-md{
    padding-right: 2rem;
  }

  .md\:pb-md{
    padding-bottom: 2rem;
  }

  .md\:pl-md{
    padding-left: 2rem;
  }

  .md\:pt-lg{
    padding-top: 3rem;
  }

  .md\:pr-lg{
    padding-right: 3rem;
  }

  .md\:pb-lg{
    padding-bottom: 3rem;
  }

  .md\:pl-lg{
    padding-left: 3rem;
  }

  .md\:pt-xl{
    padding-top: 4rem;
  }

  .md\:pr-xl{
    padding-right: 4rem;
  }

  .md\:pb-xl{
    padding-bottom: 4rem;
  }

  .md\:pl-xl{
    padding-left: 4rem;
  }

  .md\:pt-xxl{
    padding-top: 8rem;
  }

  .md\:pr-xxl{
    padding-right: 8rem;
  }

  .md\:pb-xxl{
    padding-bottom: 8rem;
  }

  .md\:pl-xxl{
    padding-left: 8rem;
  }

  .md\:pt-gutter{
    padding-top: 15px;
  }

  .md\:pr-gutter{
    padding-right: 15px;
  }

  .md\:pb-gutter{
    padding-bottom: 15px;
  }

  .md\:pl-gutter{
    padding-left: 15px;
  }

  .md\:pt-gutter-desktop{
    padding-top: 15px;
  }

  .md\:pr-gutter-desktop{
    padding-right: 15px;
  }

  .md\:pb-gutter-desktop{
    padding-bottom: 15px;
  }

  .md\:pl-gutter-desktop{
    padding-left: 15px;
  }

  .md\:pt-gutter-lg{
    padding-top: 30px;
  }

  .md\:pr-gutter-lg{
    padding-right: 30px;
  }

  .md\:pb-gutter-lg{
    padding-bottom: 30px;
  }

  .md\:pl-gutter-lg{
    padding-left: 30px;
  }

  .md\:pt-gutter-desktop-lg{
    padding-top: 30px;
  }

  .md\:pr-gutter-desktop-lg{
    padding-right: 30px;
  }

  .md\:pb-gutter-desktop-lg{
    padding-bottom: 30px;
  }

  .md\:pl-gutter-desktop-lg{
    padding-left: 30px;
  }

  .md\:placeholder-black::-webkit-input-placeholder{
    color: #2a2828;
  }

  .md\:placeholder-black::-moz-placeholder{
    color: #2a2828;
  }

  .md\:placeholder-black:-ms-input-placeholder{
    color: #2a2828;
  }

  .md\:placeholder-black::-ms-input-placeholder{
    color: #2a2828;
  }

  .md\:placeholder-black::placeholder{
    color: #2a2828;
  }

  .md\:placeholder-black-transparent::-webkit-input-placeholder{
    color: rgba(42,40,40,0.80);
  }

  .md\:placeholder-black-transparent::-moz-placeholder{
    color: rgba(42,40,40,0.80);
  }

  .md\:placeholder-black-transparent:-ms-input-placeholder{
    color: rgba(42,40,40,0.80);
  }

  .md\:placeholder-black-transparent::-ms-input-placeholder{
    color: rgba(42,40,40,0.80);
  }

  .md\:placeholder-black-transparent::placeholder{
    color: rgba(42,40,40,0.80);
  }

  .md\:placeholder-black-modal::-webkit-input-placeholder{
    color: rgba(42,40,40,0.9);
  }

  .md\:placeholder-black-modal::-moz-placeholder{
    color: rgba(42,40,40,0.9);
  }

  .md\:placeholder-black-modal:-ms-input-placeholder{
    color: rgba(42,40,40,0.9);
  }

  .md\:placeholder-black-modal::-ms-input-placeholder{
    color: rgba(42,40,40,0.9);
  }

  .md\:placeholder-black-modal::placeholder{
    color: rgba(42,40,40,0.9);
  }

  .md\:placeholder-gray-darkest::-webkit-input-placeholder{
    color: #555353;
  }

  .md\:placeholder-gray-darkest::-moz-placeholder{
    color: #555353;
  }

  .md\:placeholder-gray-darkest:-ms-input-placeholder{
    color: #555353;
  }

  .md\:placeholder-gray-darkest::-ms-input-placeholder{
    color: #555353;
  }

  .md\:placeholder-gray-darkest::placeholder{
    color: #555353;
  }

  .md\:placeholder-gray-darker::-webkit-input-placeholder{
    color: #8E8E93;
  }

  .md\:placeholder-gray-darker::-moz-placeholder{
    color: #8E8E93;
  }

  .md\:placeholder-gray-darker:-ms-input-placeholder{
    color: #8E8E93;
  }

  .md\:placeholder-gray-darker::-ms-input-placeholder{
    color: #8E8E93;
  }

  .md\:placeholder-gray-darker::placeholder{
    color: #8E8E93;
  }

  .md\:placeholder-gray-dark::-webkit-input-placeholder{
    color: #7f7f7f;
  }

  .md\:placeholder-gray-dark::-moz-placeholder{
    color: #7f7f7f;
  }

  .md\:placeholder-gray-dark:-ms-input-placeholder{
    color: #7f7f7f;
  }

  .md\:placeholder-gray-dark::-ms-input-placeholder{
    color: #7f7f7f;
  }

  .md\:placeholder-gray-dark::placeholder{
    color: #7f7f7f;
  }

  .md\:placeholder-gray::-webkit-input-placeholder{
    color: #a9a7a7;
  }

  .md\:placeholder-gray::-moz-placeholder{
    color: #a9a7a7;
  }

  .md\:placeholder-gray:-ms-input-placeholder{
    color: #a9a7a7;
  }

  .md\:placeholder-gray::-ms-input-placeholder{
    color: #a9a7a7;
  }

  .md\:placeholder-gray::placeholder{
    color: #a9a7a7;
  }

  .md\:placeholder-gray-light::-webkit-input-placeholder{
    color: #d7d6d6;
  }

  .md\:placeholder-gray-light::-moz-placeholder{
    color: #d7d6d6;
  }

  .md\:placeholder-gray-light:-ms-input-placeholder{
    color: #d7d6d6;
  }

  .md\:placeholder-gray-light::-ms-input-placeholder{
    color: #d7d6d6;
  }

  .md\:placeholder-gray-light::placeholder{
    color: #d7d6d6;
  }

  .md\:placeholder-gray-lighter::-webkit-input-placeholder{
    color: #dddddd;
  }

  .md\:placeholder-gray-lighter::-moz-placeholder{
    color: #dddddd;
  }

  .md\:placeholder-gray-lighter:-ms-input-placeholder{
    color: #dddddd;
  }

  .md\:placeholder-gray-lighter::-ms-input-placeholder{
    color: #dddddd;
  }

  .md\:placeholder-gray-lighter::placeholder{
    color: #dddddd;
  }

  .md\:placeholder-gray-lightest::-webkit-input-placeholder{
    color: #e8e8e8;
  }

  .md\:placeholder-gray-lightest::-moz-placeholder{
    color: #e8e8e8;
  }

  .md\:placeholder-gray-lightest:-ms-input-placeholder{
    color: #e8e8e8;
  }

  .md\:placeholder-gray-lightest::-ms-input-placeholder{
    color: #e8e8e8;
  }

  .md\:placeholder-gray-lightest::placeholder{
    color: #e8e8e8;
  }

  .md\:placeholder-gray-table::-webkit-input-placeholder{
    color: rgba(232,232,232,0.5);
  }

  .md\:placeholder-gray-table::-moz-placeholder{
    color: rgba(232,232,232,0.5);
  }

  .md\:placeholder-gray-table:-ms-input-placeholder{
    color: rgba(232,232,232,0.5);
  }

  .md\:placeholder-gray-table::-ms-input-placeholder{
    color: rgba(232,232,232,0.5);
  }

  .md\:placeholder-gray-table::placeholder{
    color: rgba(232,232,232,0.5);
  }

  .md\:placeholder-red::-webkit-input-placeholder{
    color: #af1c2e;
  }

  .md\:placeholder-red::-moz-placeholder{
    color: #af1c2e;
  }

  .md\:placeholder-red:-ms-input-placeholder{
    color: #af1c2e;
  }

  .md\:placeholder-red::-ms-input-placeholder{
    color: #af1c2e;
  }

  .md\:placeholder-red::placeholder{
    color: #af1c2e;
  }

  .md\:placeholder-darkred::-webkit-input-placeholder{
    color: #831522;
  }

  .md\:placeholder-darkred::-moz-placeholder{
    color: #831522;
  }

  .md\:placeholder-darkred:-ms-input-placeholder{
    color: #831522;
  }

  .md\:placeholder-darkred::-ms-input-placeholder{
    color: #831522;
  }

  .md\:placeholder-darkred::placeholder{
    color: #831522;
  }

  .md\:placeholder-green::-webkit-input-placeholder{
    color: #86b327;
  }

  .md\:placeholder-green::-moz-placeholder{
    color: #86b327;
  }

  .md\:placeholder-green:-ms-input-placeholder{
    color: #86b327;
  }

  .md\:placeholder-green::-ms-input-placeholder{
    color: #86b327;
  }

  .md\:placeholder-green::placeholder{
    color: #86b327;
  }

  .md\:placeholder-white::-webkit-input-placeholder{
    color: #fff;
  }

  .md\:placeholder-white::-moz-placeholder{
    color: #fff;
  }

  .md\:placeholder-white:-ms-input-placeholder{
    color: #fff;
  }

  .md\:placeholder-white::-ms-input-placeholder{
    color: #fff;
  }

  .md\:placeholder-white::placeholder{
    color: #fff;
  }

  .md\:placeholder-trans::-webkit-input-placeholder{
    color: transparent;
  }

  .md\:placeholder-trans::-moz-placeholder{
    color: transparent;
  }

  .md\:placeholder-trans:-ms-input-placeholder{
    color: transparent;
  }

  .md\:placeholder-trans::-ms-input-placeholder{
    color: transparent;
  }

  .md\:placeholder-trans::placeholder{
    color: transparent;
  }

  .md\:placeholder-primary::-webkit-input-placeholder{
    color: #af1c2e;
  }

  .md\:placeholder-primary::-moz-placeholder{
    color: #af1c2e;
  }

  .md\:placeholder-primary:-ms-input-placeholder{
    color: #af1c2e;
  }

  .md\:placeholder-primary::-ms-input-placeholder{
    color: #af1c2e;
  }

  .md\:placeholder-primary::placeholder{
    color: #af1c2e;
  }

  .md\:placeholder-primary-dark::-webkit-input-placeholder{
    color: #831522;
  }

  .md\:placeholder-primary-dark::-moz-placeholder{
    color: #831522;
  }

  .md\:placeholder-primary-dark:-ms-input-placeholder{
    color: #831522;
  }

  .md\:placeholder-primary-dark::-ms-input-placeholder{
    color: #831522;
  }

  .md\:placeholder-primary-dark::placeholder{
    color: #831522;
  }

  .md\:placeholder-secondary::-webkit-input-placeholder{
    color: #a9a7a7;
  }

  .md\:placeholder-secondary::-moz-placeholder{
    color: #a9a7a7;
  }

  .md\:placeholder-secondary:-ms-input-placeholder{
    color: #a9a7a7;
  }

  .md\:placeholder-secondary::-ms-input-placeholder{
    color: #a9a7a7;
  }

  .md\:placeholder-secondary::placeholder{
    color: #a9a7a7;
  }

  .md\:placeholder-secondary-dark::-webkit-input-placeholder{
    color: #7f7f7f;
  }

  .md\:placeholder-secondary-dark::-moz-placeholder{
    color: #7f7f7f;
  }

  .md\:placeholder-secondary-dark:-ms-input-placeholder{
    color: #7f7f7f;
  }

  .md\:placeholder-secondary-dark::-ms-input-placeholder{
    color: #7f7f7f;
  }

  .md\:placeholder-secondary-dark::placeholder{
    color: #7f7f7f;
  }

  .md\:focus\:placeholder-black:focus::-webkit-input-placeholder{
    color: #2a2828;
  }

  .md\:focus\:placeholder-black:focus::-moz-placeholder{
    color: #2a2828;
  }

  .md\:focus\:placeholder-black:focus:-ms-input-placeholder{
    color: #2a2828;
  }

  .md\:focus\:placeholder-black:focus::-ms-input-placeholder{
    color: #2a2828;
  }

  .md\:focus\:placeholder-black:focus::placeholder{
    color: #2a2828;
  }

  .md\:focus\:placeholder-black-transparent:focus::-webkit-input-placeholder{
    color: rgba(42,40,40,0.80);
  }

  .md\:focus\:placeholder-black-transparent:focus::-moz-placeholder{
    color: rgba(42,40,40,0.80);
  }

  .md\:focus\:placeholder-black-transparent:focus:-ms-input-placeholder{
    color: rgba(42,40,40,0.80);
  }

  .md\:focus\:placeholder-black-transparent:focus::-ms-input-placeholder{
    color: rgba(42,40,40,0.80);
  }

  .md\:focus\:placeholder-black-transparent:focus::placeholder{
    color: rgba(42,40,40,0.80);
  }

  .md\:focus\:placeholder-black-modal:focus::-webkit-input-placeholder{
    color: rgba(42,40,40,0.9);
  }

  .md\:focus\:placeholder-black-modal:focus::-moz-placeholder{
    color: rgba(42,40,40,0.9);
  }

  .md\:focus\:placeholder-black-modal:focus:-ms-input-placeholder{
    color: rgba(42,40,40,0.9);
  }

  .md\:focus\:placeholder-black-modal:focus::-ms-input-placeholder{
    color: rgba(42,40,40,0.9);
  }

  .md\:focus\:placeholder-black-modal:focus::placeholder{
    color: rgba(42,40,40,0.9);
  }

  .md\:focus\:placeholder-gray-darkest:focus::-webkit-input-placeholder{
    color: #555353;
  }

  .md\:focus\:placeholder-gray-darkest:focus::-moz-placeholder{
    color: #555353;
  }

  .md\:focus\:placeholder-gray-darkest:focus:-ms-input-placeholder{
    color: #555353;
  }

  .md\:focus\:placeholder-gray-darkest:focus::-ms-input-placeholder{
    color: #555353;
  }

  .md\:focus\:placeholder-gray-darkest:focus::placeholder{
    color: #555353;
  }

  .md\:focus\:placeholder-gray-darker:focus::-webkit-input-placeholder{
    color: #8E8E93;
  }

  .md\:focus\:placeholder-gray-darker:focus::-moz-placeholder{
    color: #8E8E93;
  }

  .md\:focus\:placeholder-gray-darker:focus:-ms-input-placeholder{
    color: #8E8E93;
  }

  .md\:focus\:placeholder-gray-darker:focus::-ms-input-placeholder{
    color: #8E8E93;
  }

  .md\:focus\:placeholder-gray-darker:focus::placeholder{
    color: #8E8E93;
  }

  .md\:focus\:placeholder-gray-dark:focus::-webkit-input-placeholder{
    color: #7f7f7f;
  }

  .md\:focus\:placeholder-gray-dark:focus::-moz-placeholder{
    color: #7f7f7f;
  }

  .md\:focus\:placeholder-gray-dark:focus:-ms-input-placeholder{
    color: #7f7f7f;
  }

  .md\:focus\:placeholder-gray-dark:focus::-ms-input-placeholder{
    color: #7f7f7f;
  }

  .md\:focus\:placeholder-gray-dark:focus::placeholder{
    color: #7f7f7f;
  }

  .md\:focus\:placeholder-gray:focus::-webkit-input-placeholder{
    color: #a9a7a7;
  }

  .md\:focus\:placeholder-gray:focus::-moz-placeholder{
    color: #a9a7a7;
  }

  .md\:focus\:placeholder-gray:focus:-ms-input-placeholder{
    color: #a9a7a7;
  }

  .md\:focus\:placeholder-gray:focus::-ms-input-placeholder{
    color: #a9a7a7;
  }

  .md\:focus\:placeholder-gray:focus::placeholder{
    color: #a9a7a7;
  }

  .md\:focus\:placeholder-gray-light:focus::-webkit-input-placeholder{
    color: #d7d6d6;
  }

  .md\:focus\:placeholder-gray-light:focus::-moz-placeholder{
    color: #d7d6d6;
  }

  .md\:focus\:placeholder-gray-light:focus:-ms-input-placeholder{
    color: #d7d6d6;
  }

  .md\:focus\:placeholder-gray-light:focus::-ms-input-placeholder{
    color: #d7d6d6;
  }

  .md\:focus\:placeholder-gray-light:focus::placeholder{
    color: #d7d6d6;
  }

  .md\:focus\:placeholder-gray-lighter:focus::-webkit-input-placeholder{
    color: #dddddd;
  }

  .md\:focus\:placeholder-gray-lighter:focus::-moz-placeholder{
    color: #dddddd;
  }

  .md\:focus\:placeholder-gray-lighter:focus:-ms-input-placeholder{
    color: #dddddd;
  }

  .md\:focus\:placeholder-gray-lighter:focus::-ms-input-placeholder{
    color: #dddddd;
  }

  .md\:focus\:placeholder-gray-lighter:focus::placeholder{
    color: #dddddd;
  }

  .md\:focus\:placeholder-gray-lightest:focus::-webkit-input-placeholder{
    color: #e8e8e8;
  }

  .md\:focus\:placeholder-gray-lightest:focus::-moz-placeholder{
    color: #e8e8e8;
  }

  .md\:focus\:placeholder-gray-lightest:focus:-ms-input-placeholder{
    color: #e8e8e8;
  }

  .md\:focus\:placeholder-gray-lightest:focus::-ms-input-placeholder{
    color: #e8e8e8;
  }

  .md\:focus\:placeholder-gray-lightest:focus::placeholder{
    color: #e8e8e8;
  }

  .md\:focus\:placeholder-gray-table:focus::-webkit-input-placeholder{
    color: rgba(232,232,232,0.5);
  }

  .md\:focus\:placeholder-gray-table:focus::-moz-placeholder{
    color: rgba(232,232,232,0.5);
  }

  .md\:focus\:placeholder-gray-table:focus:-ms-input-placeholder{
    color: rgba(232,232,232,0.5);
  }

  .md\:focus\:placeholder-gray-table:focus::-ms-input-placeholder{
    color: rgba(232,232,232,0.5);
  }

  .md\:focus\:placeholder-gray-table:focus::placeholder{
    color: rgba(232,232,232,0.5);
  }

  .md\:focus\:placeholder-red:focus::-webkit-input-placeholder{
    color: #af1c2e;
  }

  .md\:focus\:placeholder-red:focus::-moz-placeholder{
    color: #af1c2e;
  }

  .md\:focus\:placeholder-red:focus:-ms-input-placeholder{
    color: #af1c2e;
  }

  .md\:focus\:placeholder-red:focus::-ms-input-placeholder{
    color: #af1c2e;
  }

  .md\:focus\:placeholder-red:focus::placeholder{
    color: #af1c2e;
  }

  .md\:focus\:placeholder-darkred:focus::-webkit-input-placeholder{
    color: #831522;
  }

  .md\:focus\:placeholder-darkred:focus::-moz-placeholder{
    color: #831522;
  }

  .md\:focus\:placeholder-darkred:focus:-ms-input-placeholder{
    color: #831522;
  }

  .md\:focus\:placeholder-darkred:focus::-ms-input-placeholder{
    color: #831522;
  }

  .md\:focus\:placeholder-darkred:focus::placeholder{
    color: #831522;
  }

  .md\:focus\:placeholder-green:focus::-webkit-input-placeholder{
    color: #86b327;
  }

  .md\:focus\:placeholder-green:focus::-moz-placeholder{
    color: #86b327;
  }

  .md\:focus\:placeholder-green:focus:-ms-input-placeholder{
    color: #86b327;
  }

  .md\:focus\:placeholder-green:focus::-ms-input-placeholder{
    color: #86b327;
  }

  .md\:focus\:placeholder-green:focus::placeholder{
    color: #86b327;
  }

  .md\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    color: #fff;
  }

  .md\:focus\:placeholder-white:focus::-moz-placeholder{
    color: #fff;
  }

  .md\:focus\:placeholder-white:focus:-ms-input-placeholder{
    color: #fff;
  }

  .md\:focus\:placeholder-white:focus::-ms-input-placeholder{
    color: #fff;
  }

  .md\:focus\:placeholder-white:focus::placeholder{
    color: #fff;
  }

  .md\:focus\:placeholder-trans:focus::-webkit-input-placeholder{
    color: transparent;
  }

  .md\:focus\:placeholder-trans:focus::-moz-placeholder{
    color: transparent;
  }

  .md\:focus\:placeholder-trans:focus:-ms-input-placeholder{
    color: transparent;
  }

  .md\:focus\:placeholder-trans:focus::-ms-input-placeholder{
    color: transparent;
  }

  .md\:focus\:placeholder-trans:focus::placeholder{
    color: transparent;
  }

  .md\:focus\:placeholder-primary:focus::-webkit-input-placeholder{
    color: #af1c2e;
  }

  .md\:focus\:placeholder-primary:focus::-moz-placeholder{
    color: #af1c2e;
  }

  .md\:focus\:placeholder-primary:focus:-ms-input-placeholder{
    color: #af1c2e;
  }

  .md\:focus\:placeholder-primary:focus::-ms-input-placeholder{
    color: #af1c2e;
  }

  .md\:focus\:placeholder-primary:focus::placeholder{
    color: #af1c2e;
  }

  .md\:focus\:placeholder-primary-dark:focus::-webkit-input-placeholder{
    color: #831522;
  }

  .md\:focus\:placeholder-primary-dark:focus::-moz-placeholder{
    color: #831522;
  }

  .md\:focus\:placeholder-primary-dark:focus:-ms-input-placeholder{
    color: #831522;
  }

  .md\:focus\:placeholder-primary-dark:focus::-ms-input-placeholder{
    color: #831522;
  }

  .md\:focus\:placeholder-primary-dark:focus::placeholder{
    color: #831522;
  }

  .md\:focus\:placeholder-secondary:focus::-webkit-input-placeholder{
    color: #a9a7a7;
  }

  .md\:focus\:placeholder-secondary:focus::-moz-placeholder{
    color: #a9a7a7;
  }

  .md\:focus\:placeholder-secondary:focus:-ms-input-placeholder{
    color: #a9a7a7;
  }

  .md\:focus\:placeholder-secondary:focus::-ms-input-placeholder{
    color: #a9a7a7;
  }

  .md\:focus\:placeholder-secondary:focus::placeholder{
    color: #a9a7a7;
  }

  .md\:focus\:placeholder-secondary-dark:focus::-webkit-input-placeholder{
    color: #7f7f7f;
  }

  .md\:focus\:placeholder-secondary-dark:focus::-moz-placeholder{
    color: #7f7f7f;
  }

  .md\:focus\:placeholder-secondary-dark:focus:-ms-input-placeholder{
    color: #7f7f7f;
  }

  .md\:focus\:placeholder-secondary-dark:focus::-ms-input-placeholder{
    color: #7f7f7f;
  }

  .md\:focus\:placeholder-secondary-dark:focus::placeholder{
    color: #7f7f7f;
  }

  .md\:pointer-events-none{
    pointer-events: none;
  }

  .md\:pointer-events-auto{
    pointer-events: auto;
  }

  .md\:static{
    position: static;
  }

  .md\:fixed{
    position: fixed;
  }

  .md\:absolute{
    position: absolute;
  }

  .md\:relative{
    position: relative;
  }

  .md\:sticky{
    position: -webkit-sticky;
    position: sticky;
  }

  .md\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:inset-sm{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .md\:inset-md{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .md\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .md\:inset-x-0{
    right: 0;
    left: 0;
  }

  .md\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .md\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .md\:inset-y-sm{
    top: 2rem;
    bottom: 2rem;
  }

  .md\:inset-x-sm{
    right: 2rem;
    left: 2rem;
  }

  .md\:inset-y-md{
    top: 4rem;
    bottom: 4rem;
  }

  .md\:inset-x-md{
    right: 4rem;
    left: 4rem;
  }

  .md\:top-0{
    top: 0;
  }

  .md\:right-0{
    right: 0;
  }

  .md\:bottom-0{
    bottom: 0;
  }

  .md\:left-0{
    left: 0;
  }

  .md\:top-auto{
    top: auto;
  }

  .md\:right-auto{
    right: auto;
  }

  .md\:bottom-auto{
    bottom: auto;
  }

  .md\:left-auto{
    left: auto;
  }

  .md\:top-sm{
    top: 2rem;
  }

  .md\:right-sm{
    right: 2rem;
  }

  .md\:bottom-sm{
    bottom: 2rem;
  }

  .md\:left-sm{
    left: 2rem;
  }

  .md\:top-md{
    top: 4rem;
  }

  .md\:right-md{
    right: 4rem;
  }

  .md\:bottom-md{
    bottom: 4rem;
  }

  .md\:left-md{
    left: 4rem;
  }

  .md\:resize-none{
    resize: none;
  }

  .md\:resize-y{
    resize: vertical;
  }

  .md\:resize-x{
    resize: horizontal;
  }

  .md\:resize{
    resize: both;
  }

  .md\:shadow{
    box-shadow: 0 2px 4px 0 rgba(42,40,40,0.20);
  }

  .md\:shadow-menu{
    box-shadow: 0 0 8px 2px rgba(42,40,40,0.2);
  }

  .md\:shadow-hover{
    box-shadow: 0 3px 6px 0 rgba(42,40,40,0.3);
  }

  .md\:shadow-active{
    box-shadow: 0 3px 10px 0 rgba(42,40,40,0.4);
  }

  .md\:shadow-md{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
  }

  .md\:shadow-lg{
    box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
  }

  .md\:shadow-img{
    box-shadow: 1px 2px 6px 0 rgba(42,40,40,0.2);
  }

  .md\:shadow-box-light{
    box-shadow: 1px 2px 6px 0 rgba(42,40,40,0.15);
  }

  .md\:shadow-box-dark{
    box-shadow: 1px 2px 6px 0 rgba(42, 40, 40, 0.4);
  }

  .md\:shadow-box-dark-hover{
    box-shadow: 1px 4px 8px 0 rgba(42, 40, 40, 0.5);
  }

  .md\:shadow-icon{
    box-shadow: 0 0 4px 0 rgba(41, 41, 41, 0.24);
  }

  .md\:shadow-inner{
    box-shadow: inset 0 0 3px 2px rgba(129,129,129,0.15);
  }

  .md\:shadow-text-hover{
    box-shadow: 0 2px 4px 0 rgba(42, 40, 40, 0.10);
  }

  .md\:shadow-none{
    box-shadow: none;
  }

  .md\:hover\:shadow:hover{
    box-shadow: 0 2px 4px 0 rgba(42,40,40,0.20);
  }

  .md\:hover\:shadow-menu:hover{
    box-shadow: 0 0 8px 2px rgba(42,40,40,0.2);
  }

  .md\:hover\:shadow-hover:hover{
    box-shadow: 0 3px 6px 0 rgba(42,40,40,0.3);
  }

  .md\:hover\:shadow-active:hover{
    box-shadow: 0 3px 10px 0 rgba(42,40,40,0.4);
  }

  .md\:hover\:shadow-md:hover{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
  }

  .md\:hover\:shadow-lg:hover{
    box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
  }

  .md\:hover\:shadow-img:hover{
    box-shadow: 1px 2px 6px 0 rgba(42,40,40,0.2);
  }

  .md\:hover\:shadow-box-light:hover{
    box-shadow: 1px 2px 6px 0 rgba(42,40,40,0.15);
  }

  .md\:hover\:shadow-box-dark:hover{
    box-shadow: 1px 2px 6px 0 rgba(42, 40, 40, 0.4);
  }

  .md\:hover\:shadow-box-dark-hover:hover{
    box-shadow: 1px 4px 8px 0 rgba(42, 40, 40, 0.5);
  }

  .md\:hover\:shadow-icon:hover{
    box-shadow: 0 0 4px 0 rgba(41, 41, 41, 0.24);
  }

  .md\:hover\:shadow-inner:hover{
    box-shadow: inset 0 0 3px 2px rgba(129,129,129,0.15);
  }

  .md\:hover\:shadow-text-hover:hover{
    box-shadow: 0 2px 4px 0 rgba(42, 40, 40, 0.10);
  }

  .md\:hover\:shadow-none:hover{
    box-shadow: none;
  }

  .md\:table-auto{
    table-layout: auto;
  }

  .md\:table-fixed{
    table-layout: fixed;
  }

  .md\:text-left{
    text-align: left;
  }

  .md\:text-center{
    text-align: center;
  }

  .md\:text-right{
    text-align: right;
  }

  .md\:text-justify{
    text-align: justify;
  }

  .md\:text-black{
    color: #2a2828;
  }

  .md\:text-black-transparent{
    color: rgba(42,40,40,0.80);
  }

  .md\:text-black-modal{
    color: rgba(42,40,40,0.9);
  }

  .md\:text-gray-darkest{
    color: #555353;
  }

  .md\:text-gray-darker{
    color: #8E8E93;
  }

  .md\:text-gray-dark{
    color: #7f7f7f;
  }

  .md\:text-gray{
    color: #a9a7a7;
  }

  .md\:text-gray-light{
    color: #d7d6d6;
  }

  .md\:text-gray-lighter{
    color: #dddddd;
  }

  .md\:text-gray-lightest{
    color: #e8e8e8;
  }

  .md\:text-gray-table{
    color: rgba(232,232,232,0.5);
  }

  .md\:text-red{
    color: #af1c2e;
  }

  .md\:text-darkred{
    color: #831522;
  }

  .md\:text-green{
    color: #86b327;
  }

  .md\:text-white{
    color: #fff;
  }

  .md\:text-trans{
    color: transparent;
  }

  .md\:text-primary{
    color: #af1c2e;
  }

  .md\:text-primary-dark{
    color: #831522;
  }

  .md\:text-secondary{
    color: #a9a7a7;
  }

  .md\:text-secondary-dark{
    color: #7f7f7f;
  }

  .md\:hover\:text-black:hover{
    color: #2a2828;
  }

  .md\:hover\:text-black-transparent:hover{
    color: rgba(42,40,40,0.80);
  }

  .md\:hover\:text-black-modal:hover{
    color: rgba(42,40,40,0.9);
  }

  .md\:hover\:text-gray-darkest:hover{
    color: #555353;
  }

  .md\:hover\:text-gray-darker:hover{
    color: #8E8E93;
  }

  .md\:hover\:text-gray-dark:hover{
    color: #7f7f7f;
  }

  .md\:hover\:text-gray:hover{
    color: #a9a7a7;
  }

  .md\:hover\:text-gray-light:hover{
    color: #d7d6d6;
  }

  .md\:hover\:text-gray-lighter:hover{
    color: #dddddd;
  }

  .md\:hover\:text-gray-lightest:hover{
    color: #e8e8e8;
  }

  .md\:hover\:text-gray-table:hover{
    color: rgba(232,232,232,0.5);
  }

  .md\:hover\:text-red:hover{
    color: #af1c2e;
  }

  .md\:hover\:text-darkred:hover{
    color: #831522;
  }

  .md\:hover\:text-green:hover{
    color: #86b327;
  }

  .md\:hover\:text-white:hover{
    color: #fff;
  }

  .md\:hover\:text-trans:hover{
    color: transparent;
  }

  .md\:hover\:text-primary:hover{
    color: #af1c2e;
  }

  .md\:hover\:text-primary-dark:hover{
    color: #831522;
  }

  .md\:hover\:text-secondary:hover{
    color: #a9a7a7;
  }

  .md\:hover\:text-secondary-dark:hover{
    color: #7f7f7f;
  }

  .md\:text-base{
    font-size: 1rem;
  }

  .md\:text-xs{
    font-size: 0.93333rem;
  }

  .md\:text-sm{
    font-size: 1rem;
  }

  .md\:text-md{
    font-size: 1.06667rem;
  }

  .md\:text-lg{
    font-size: 1.2rem;
  }

  .md\:text-xl{
    font-size: 1.33333rem;
  }

  .md\:text-xxl{
    font-size: 1.5rem;
  }

  .md\:text-h1{
    font-size: 2.666667rem;
  }

  .md\:text-h2{
    font-size: 2.13333rem;
  }

  .md\:text-h3{
    font-size: 1.73333rem;
  }

  .md\:text-label{
    font-size: 0.93333rem;
  }

  .md\:text-nav{
    font-size: 0.86667rem;
  }

  .md\:text-nav-sm{
    font-size: .73333rem;
  }

  .md\:text-small{
    font-size: 0.85em;
  }

  .md\:text-button{
    font-size: 0.93333rem;
  }

  .md\:text-intro{
    font-size: 1.13333rem;
  }

  .md\:text-button-sm{
    font-size: .73333rem;
  }

  .md\:italic{
    font-style: italic;
  }

  .md\:not-italic{
    font-style: normal;
  }

  .md\:uppercase{
    text-transform: uppercase;
  }

  .md\:lowercase{
    text-transform: lowercase;
  }

  .md\:capitalize{
    text-transform: capitalize;
  }

  .md\:normal-case{
    text-transform: none;
  }

  .md\:underline{
    text-decoration: underline;
  }

  .md\:line-through{
    text-decoration: line-through;
  }

  .md\:no-underline{
    text-decoration: none;
  }

  .md\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:tracking-tight{
    letter-spacing: -0.066666667rem;
  }

  .md\:tracking-normal{
    letter-spacing: 0;
  }

  .md\:tracking-copy{
    letter-spacing: .01rem;
  }

  .md\:tracking-wide{
    letter-spacing: 0.066666667rem;
  }

  .md\:tracking-super-wide{
    letter-spacing: 0.266666667rem;
  }

  .md\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .md\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .md\:align-baseline{
    vertical-align: baseline;
  }

  .md\:align-top{
    vertical-align: top;
  }

  .md\:align-middle{
    vertical-align: middle;
  }

  .md\:align-bottom{
    vertical-align: bottom;
  }

  .md\:align-text-top{
    vertical-align: text-top;
  }

  .md\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .md\:visible{
    visibility: visible;
  }

  .md\:invisible{
    visibility: hidden;
  }

  .md\:whitespace-normal{
    white-space: normal;
  }

  .md\:whitespace-no-wrap{
    white-space: nowrap;
  }

  .md\:whitespace-pre{
    white-space: pre;
  }

  .md\:whitespace-pre-line{
    white-space: pre-line;
  }

  .md\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .md\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .md\:break-words{
    overflow-wrap: break-word;
  }

  .md\:break-all{
    word-break: break-all;
  }

  .md\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:w-auto{
    width: auto;
  }

  .md\:w-px{
    width: 1px;
  }

  .md\:w-1\/2{
    width: 50%;
  }

  .md\:w-1\/3{
    width: 33.33333%;
  }

  .md\:w-2\/3{
    width: 66.66667%;
  }

  .md\:w-1\/4{
    width: 25%;
  }

  .md\:w-3\/4{
    width: 75%;
  }

  .md\:w-1\/5{
    width: 20%;
  }

  .md\:w-2\/5{
    width: 40%;
  }

  .md\:w-3\/5{
    width: 60%;
  }

  .md\:w-4\/5{
    width: 80%;
  }

  .md\:w-1\/6{
    width: 16.66667%;
  }

  .md\:w-5\/6{
    width: 83.33333%;
  }

  .md\:w-1\/12{
    width: 8.33337%;
  }

  .md\:w-5\/12{
    width: 41.66667%;
  }

  .md\:w-7\/12{
    width: 58.33333%;
  }

  .md\:w-gap-xs{
    width: 30%;
  }

  .md\:w-gap{
    width: 46.5%;
  }

  .md\:w-gap-sm{
    width: 46%;
  }

  .md\:w-xs{
    width: 1rem;
  }

  .md\:w-sm{
    width: 2rem;
  }

  .md\:w-md{
    width: 3rem;
  }

  .md\:w-lg{
    width: 4rem;
  }

  .md\:w-full{
    width: 100%;
  }

  .md\:w-screen{
    width: 100vw;
  }

  .md\:z-0{
    z-index: 0;
  }

  .md\:z-10{
    z-index: 10;
  }

  .md\:z-20{
    z-index: 20;
  }

  .md\:z-30{
    z-index: 30;
  }

  .md\:z-40{
    z-index: 40;
  }

  .md\:z-50{
    z-index: 50;
  }

  .md\:z-60{
    z-index: 60;
  }

  .md\:z-70{
    z-index: 70;
  }

  .md\:z-auto{
    z-index: auto;
  }
}

@media (min-width: 800px){
  .lg\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .lg\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .lg\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .lg\:bg-fixed{
    background-attachment: fixed;
  }

  .lg\:bg-local{
    background-attachment: local;
  }

  .lg\:bg-scroll{
    background-attachment: scroll;
  }

  .lg\:bg-black{
    background-color: #2a2828;
  }

  .lg\:bg-black-transparent{
    background-color: rgba(42,40,40,0.80);
  }

  .lg\:bg-black-modal{
    background-color: rgba(42,40,40,0.9);
  }

  .lg\:bg-gray-darkest{
    background-color: #555353;
  }

  .lg\:bg-gray-darker{
    background-color: #8E8E93;
  }

  .lg\:bg-gray-dark{
    background-color: #7f7f7f;
  }

  .lg\:bg-gray{
    background-color: #a9a7a7;
  }

  .lg\:bg-gray-light{
    background-color: #d7d6d6;
  }

  .lg\:bg-gray-lighter{
    background-color: #dddddd;
  }

  .lg\:bg-gray-lightest{
    background-color: #e8e8e8;
  }

  .lg\:bg-gray-table{
    background-color: rgba(232,232,232,0.5);
  }

  .lg\:bg-red{
    background-color: #af1c2e;
  }

  .lg\:bg-darkred{
    background-color: #831522;
  }

  .lg\:bg-green{
    background-color: #86b327;
  }

  .lg\:bg-white{
    background-color: #fff;
  }

  .lg\:bg-trans{
    background-color: transparent;
  }

  .lg\:bg-primary{
    background-color: #af1c2e;
  }

  .lg\:bg-primary-dark{
    background-color: #831522;
  }

  .lg\:bg-secondary{
    background-color: #a9a7a7;
  }

  .lg\:bg-secondary-dark{
    background-color: #7f7f7f;
  }

  .lg\:hover\:bg-black:hover{
    background-color: #2a2828;
  }

  .lg\:hover\:bg-black-transparent:hover{
    background-color: rgba(42,40,40,0.80);
  }

  .lg\:hover\:bg-black-modal:hover{
    background-color: rgba(42,40,40,0.9);
  }

  .lg\:hover\:bg-gray-darkest:hover{
    background-color: #555353;
  }

  .lg\:hover\:bg-gray-darker:hover{
    background-color: #8E8E93;
  }

  .lg\:hover\:bg-gray-dark:hover{
    background-color: #7f7f7f;
  }

  .lg\:hover\:bg-gray:hover{
    background-color: #a9a7a7;
  }

  .lg\:hover\:bg-gray-light:hover{
    background-color: #d7d6d6;
  }

  .lg\:hover\:bg-gray-lighter:hover{
    background-color: #dddddd;
  }

  .lg\:hover\:bg-gray-lightest:hover{
    background-color: #e8e8e8;
  }

  .lg\:hover\:bg-gray-table:hover{
    background-color: rgba(232,232,232,0.5);
  }

  .lg\:hover\:bg-red:hover{
    background-color: #af1c2e;
  }

  .lg\:hover\:bg-darkred:hover{
    background-color: #831522;
  }

  .lg\:hover\:bg-green:hover{
    background-color: #86b327;
  }

  .lg\:hover\:bg-white:hover{
    background-color: #fff;
  }

  .lg\:hover\:bg-trans:hover{
    background-color: transparent;
  }

  .lg\:hover\:bg-primary:hover{
    background-color: #af1c2e;
  }

  .lg\:hover\:bg-primary-dark:hover{
    background-color: #831522;
  }

  .lg\:hover\:bg-secondary:hover{
    background-color: #a9a7a7;
  }

  .lg\:hover\:bg-secondary-dark:hover{
    background-color: #7f7f7f;
  }

  .lg\:bg-bottom{
    background-position: bottom;
  }

  .lg\:bg-center{
    background-position: center;
  }

  .lg\:bg-left{
    background-position: left;
  }

  .lg\:bg-left-bottom{
    background-position: left bottom;
  }

  .lg\:bg-left-top{
    background-position: left top;
  }

  .lg\:bg-right{
    background-position: right;
  }

  .lg\:bg-right-bottom{
    background-position: right bottom;
  }

  .lg\:bg-right-top{
    background-position: right top;
  }

  .lg\:bg-top{
    background-position: top;
  }

  .lg\:bg-repeat{
    background-repeat: repeat;
  }

  .lg\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .lg\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .lg\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .lg\:bg-repeat-round{
    background-repeat: round;
  }

  .lg\:bg-repeat-space{
    background-repeat: space;
  }

  .lg\:bg-auto{
    background-size: auto;
  }

  .lg\:bg-cover{
    background-size: cover;
  }

  .lg\:bg-contain{
    background-size: contain;
  }

  .lg\:border-collapse{
    border-collapse: collapse;
  }

  .lg\:border-separate{
    border-collapse: separate;
  }

  .lg\:border-black{
    border-color: #2a2828;
  }

  .lg\:border-black-transparent{
    border-color: rgba(42,40,40,0.80);
  }

  .lg\:border-black-modal{
    border-color: rgba(42,40,40,0.9);
  }

  .lg\:border-gray-darkest{
    border-color: #555353;
  }

  .lg\:border-gray-darker{
    border-color: #8E8E93;
  }

  .lg\:border-gray-dark{
    border-color: #7f7f7f;
  }

  .lg\:border-gray{
    border-color: #a9a7a7;
  }

  .lg\:border-gray-light{
    border-color: #d7d6d6;
  }

  .lg\:border-gray-lighter{
    border-color: #dddddd;
  }

  .lg\:border-gray-lightest{
    border-color: #e8e8e8;
  }

  .lg\:border-gray-table{
    border-color: rgba(232,232,232,0.5);
  }

  .lg\:border-red{
    border-color: #af1c2e;
  }

  .lg\:border-darkred{
    border-color: #831522;
  }

  .lg\:border-green{
    border-color: #86b327;
  }

  .lg\:border-white{
    border-color: #fff;
  }

  .lg\:border-trans{
    border-color: transparent;
  }

  .lg\:border-primary{
    border-color: #af1c2e;
  }

  .lg\:border-primary-dark{
    border-color: #831522;
  }

  .lg\:border-secondary{
    border-color: #a9a7a7;
  }

  .lg\:border-secondary-dark{
    border-color: #7f7f7f;
  }

  .lg\:hover\:border-black:hover{
    border-color: #2a2828;
  }

  .lg\:hover\:border-black-transparent:hover{
    border-color: rgba(42,40,40,0.80);
  }

  .lg\:hover\:border-black-modal:hover{
    border-color: rgba(42,40,40,0.9);
  }

  .lg\:hover\:border-gray-darkest:hover{
    border-color: #555353;
  }

  .lg\:hover\:border-gray-darker:hover{
    border-color: #8E8E93;
  }

  .lg\:hover\:border-gray-dark:hover{
    border-color: #7f7f7f;
  }

  .lg\:hover\:border-gray:hover{
    border-color: #a9a7a7;
  }

  .lg\:hover\:border-gray-light:hover{
    border-color: #d7d6d6;
  }

  .lg\:hover\:border-gray-lighter:hover{
    border-color: #dddddd;
  }

  .lg\:hover\:border-gray-lightest:hover{
    border-color: #e8e8e8;
  }

  .lg\:hover\:border-gray-table:hover{
    border-color: rgba(232,232,232,0.5);
  }

  .lg\:hover\:border-red:hover{
    border-color: #af1c2e;
  }

  .lg\:hover\:border-darkred:hover{
    border-color: #831522;
  }

  .lg\:hover\:border-green:hover{
    border-color: #86b327;
  }

  .lg\:hover\:border-white:hover{
    border-color: #fff;
  }

  .lg\:hover\:border-trans:hover{
    border-color: transparent;
  }

  .lg\:hover\:border-primary:hover{
    border-color: #af1c2e;
  }

  .lg\:hover\:border-primary-dark:hover{
    border-color: #831522;
  }

  .lg\:hover\:border-secondary:hover{
    border-color: #a9a7a7;
  }

  .lg\:hover\:border-secondary-dark:hover{
    border-color: #7f7f7f;
  }

  .lg\:rounded-none{
    border-radius: 0;
  }

  .lg\:rounded-sm{
    border-radius: .125rem;
  }

  .lg\:rounded{
    border-radius: .25rem;
  }

  .lg\:rounded-lg{
    border-radius: .5rem;
  }

  .lg\:rounded-full{
    border-radius: 9999px;
  }

  .lg\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .lg\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .lg\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-t-sm{
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .lg\:rounded-r-sm{
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .lg\:rounded-b-sm{
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .lg\:rounded-l-sm{
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .lg\:rounded-t{
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .lg\:rounded-r{
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .lg\:rounded-b{
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .lg\:rounded-l{
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .lg\:rounded-t-lg{
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .lg\:rounded-r-lg{
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .lg\:rounded-b-lg{
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .lg\:rounded-l-lg{
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .lg\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  .lg\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  .lg\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  .lg\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-tl-sm{
    border-top-left-radius: .125rem;
  }

  .lg\:rounded-tr-sm{
    border-top-right-radius: .125rem;
  }

  .lg\:rounded-br-sm{
    border-bottom-right-radius: .125rem;
  }

  .lg\:rounded-bl-sm{
    border-bottom-left-radius: .125rem;
  }

  .lg\:rounded-tl{
    border-top-left-radius: .25rem;
  }

  .lg\:rounded-tr{
    border-top-right-radius: .25rem;
  }

  .lg\:rounded-br{
    border-bottom-right-radius: .25rem;
  }

  .lg\:rounded-bl{
    border-bottom-left-radius: .25rem;
  }

  .lg\:rounded-tl-lg{
    border-top-left-radius: .5rem;
  }

  .lg\:rounded-tr-lg{
    border-top-right-radius: .5rem;
  }

  .lg\:rounded-br-lg{
    border-bottom-right-radius: .5rem;
  }

  .lg\:rounded-bl-lg{
    border-bottom-left-radius: .5rem;
  }

  .lg\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .lg\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .lg\:border-solid{
    border-style: solid;
  }

  .lg\:border-dashed{
    border-style: dashed;
  }

  .lg\:border-dotted{
    border-style: dotted;
  }

  .lg\:border-double{
    border-style: double;
  }

  .lg\:border-none{
    border-style: none;
  }

  .lg\:border-0{
    border-width: 0;
  }

  .lg\:border-1{
    border-width: 1px;
  }

  .lg\:border-2{
    border-width: 2px;
  }

  .lg\:border-3{
    border-width: 3px;
  }

  .lg\:border-4{
    border-width: 4px;
  }

  .lg\:border-8{
    border-width: 8px;
  }

  .lg\:border-10{
    border-width: 10px;
  }

  .lg\:border{
    border-width: 1px;
  }

  .lg\:border-t-0{
    border-top-width: 0;
  }

  .lg\:border-r-0{
    border-right-width: 0;
  }

  .lg\:border-b-0{
    border-bottom-width: 0;
  }

  .lg\:border-l-0{
    border-left-width: 0;
  }

  .lg\:border-t-1{
    border-top-width: 1px;
  }

  .lg\:border-r-1{
    border-right-width: 1px;
  }

  .lg\:border-b-1{
    border-bottom-width: 1px;
  }

  .lg\:border-l-1{
    border-left-width: 1px;
  }

  .lg\:border-t-2{
    border-top-width: 2px;
  }

  .lg\:border-r-2{
    border-right-width: 2px;
  }

  .lg\:border-b-2{
    border-bottom-width: 2px;
  }

  .lg\:border-l-2{
    border-left-width: 2px;
  }

  .lg\:border-t-3{
    border-top-width: 3px;
  }

  .lg\:border-r-3{
    border-right-width: 3px;
  }

  .lg\:border-b-3{
    border-bottom-width: 3px;
  }

  .lg\:border-l-3{
    border-left-width: 3px;
  }

  .lg\:border-t-4{
    border-top-width: 4px;
  }

  .lg\:border-r-4{
    border-right-width: 4px;
  }

  .lg\:border-b-4{
    border-bottom-width: 4px;
  }

  .lg\:border-l-4{
    border-left-width: 4px;
  }

  .lg\:border-t-8{
    border-top-width: 8px;
  }

  .lg\:border-r-8{
    border-right-width: 8px;
  }

  .lg\:border-b-8{
    border-bottom-width: 8px;
  }

  .lg\:border-l-8{
    border-left-width: 8px;
  }

  .lg\:border-t-10{
    border-top-width: 10px;
  }

  .lg\:border-r-10{
    border-right-width: 10px;
  }

  .lg\:border-b-10{
    border-bottom-width: 10px;
  }

  .lg\:border-l-10{
    border-left-width: 10px;
  }

  .lg\:border-t{
    border-top-width: 1px;
  }

  .lg\:border-r{
    border-right-width: 1px;
  }

  .lg\:border-b{
    border-bottom-width: 1px;
  }

  .lg\:border-l{
    border-left-width: 1px;
  }

  .lg\:cursor-auto{
    cursor: auto;
  }

  .lg\:cursor-default{
    cursor: default;
  }

  .lg\:cursor-pointer{
    cursor: pointer;
  }

  .lg\:cursor-wait{
    cursor: wait;
  }

  .lg\:cursor-text{
    cursor: text;
  }

  .lg\:cursor-move{
    cursor: move;
  }

  .lg\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .lg\:block{
    display: block;
  }

  .lg\:inline-block{
    display: inline-block;
  }

  .lg\:inline{
    display: inline;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:inline-flex{
    display: inline-flex;
  }

  .lg\:table{
    display: table;
  }

  .lg\:table-row{
    display: table-row;
  }

  .lg\:table-cell{
    display: table-cell;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .lg\:flex-col{
    flex-direction: column;
  }

  .lg\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .lg\:flex-wrap{
    flex-wrap: wrap;
  }

  .lg\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .lg\:flex-no-wrap{
    flex-wrap: nowrap;
  }

  .lg\:items-start{
    align-items: flex-start;
  }

  .lg\:items-end{
    align-items: flex-end;
  }

  .lg\:items-center{
    align-items: center;
  }

  .lg\:items-baseline{
    align-items: baseline;
  }

  .lg\:items-stretch{
    align-items: stretch;
  }

  .lg\:self-auto{
    align-self: auto;
  }

  .lg\:self-start{
    align-self: flex-start;
  }

  .lg\:self-end{
    align-self: flex-end;
  }

  .lg\:self-center{
    align-self: center;
  }

  .lg\:self-stretch{
    align-self: stretch;
  }

  .lg\:justify-start{
    justify-content: flex-start;
  }

  .lg\:justify-end{
    justify-content: flex-end;
  }

  .lg\:justify-center{
    justify-content: center;
  }

  .lg\:justify-between{
    justify-content: space-between;
  }

  .lg\:justify-around{
    justify-content: space-around;
  }

  .lg\:content-center{
    align-content: center;
  }

  .lg\:content-start{
    align-content: flex-start;
  }

  .lg\:content-end{
    align-content: flex-end;
  }

  .lg\:content-between{
    align-content: space-between;
  }

  .lg\:content-around{
    align-content: space-around;
  }

  .lg\:flex-1{
    flex: 1 1 0%;
  }

  .lg\:flex-auto{
    flex: 1 1 auto;
  }

  .lg\:flex-initial{
    flex: 0 1 auto;
  }

  .lg\:flex-none{
    flex: none;
  }

  .lg\:flex-grow-0{
    flex-grow: 0;
  }

  .lg\:flex-grow{
    flex-grow: 1;
  }

  .lg\:flex-shrink-0{
    flex-shrink: 0;
  }

  .lg\:flex-shrink{
    flex-shrink: 1;
  }

  .lg\:order-1{
    order: 1;
  }

  .lg\:order-2{
    order: 2;
  }

  .lg\:order-3{
    order: 3;
  }

  .lg\:order-4{
    order: 4;
  }

  .lg\:order-5{
    order: 5;
  }

  .lg\:order-6{
    order: 6;
  }

  .lg\:order-7{
    order: 7;
  }

  .lg\:order-8{
    order: 8;
  }

  .lg\:order-9{
    order: 9;
  }

  .lg\:order-10{
    order: 10;
  }

  .lg\:order-11{
    order: 11;
  }

  .lg\:order-12{
    order: 12;
  }

  .lg\:order-first{
    order: -9999;
  }

  .lg\:order-last{
    order: 9999;
  }

  .lg\:order-none{
    order: 0;
  }

  .lg\:float-right{
    float: right;
  }

  .lg\:float-left{
    float: left;
  }

  .lg\:float-none{
    float: none;
  }

  .lg\:clearfix:after{
    content: "";
    display: table;
    clear: both;
  }

  .lg\:font-sans{
    font-family: Rubik, Trebuchet MS, Helvetica, sans-serif;
  }

  .lg\:font-normal{
    font-weight: 400;
  }

  .lg\:font-bold{
    font-weight: 500;
  }

  .lg\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .lg\:hover\:font-bold:hover{
    font-weight: 500;
  }

  .lg\:h-0{
    height: 0;
  }

  .lg\:h-1{
    height: 0.25rem;
  }

  .lg\:h-2{
    height: 0.5rem;
  }

  .lg\:h-3{
    height: 0.75rem;
  }

  .lg\:h-4{
    height: 1rem;
  }

  .lg\:h-6{
    height: 1.5rem;
  }

  .lg\:h-8{
    height: 2rem;
  }

  .lg\:h-10{
    height: 2.5rem;
  }

  .lg\:h-12{
    height: 3rem;
  }

  .lg\:h-16{
    height: 4rem;
  }

  .lg\:h-24{
    height: 6rem;
  }

  .lg\:h-32{
    height: 8rem;
  }

  .lg\:h-48{
    height: 12rem;
  }

  .lg\:h-64{
    height: 16rem;
  }

  .lg\:h-auto{
    height: auto;
  }

  .lg\:h-px{
    height: 1px;
  }

  .lg\:h-sm{
    height: 2rem;
  }

  .lg\:h-md{
    height: 3rem;
  }

  .lg\:h-lg{
    height: 4rem;
  }

  .lg\:h-full{
    height: 100%;
  }

  .lg\:h-screen{
    height: 100vh;
  }

  .lg\:leading-0{
    line-height: 0;
  }

  .lg\:leading-none{
    line-height: 1;
  }

  .lg\:leading-tight{
    line-height: 1.2;
  }

  .lg\:leading-normal{
    line-height: 1.75;
  }

  .lg\:leading-loose{
    line-height: 2;
  }

  .lg\:list-inside{
    list-style-position: inside;
  }

  .lg\:list-outside{
    list-style-position: outside;
  }

  .lg\:list-none{
    list-style-type: none;
  }

  .lg\:list-disc{
    list-style-type: disc;
  }

  .lg\:list-decimal{
    list-style-type: decimal;
  }

  .lg\:m-0{
    margin: 0;
  }

  .lg\:m-1{
    margin: 1px;
  }

  .lg\:m-2{
    margin: 2px;
  }

  .lg\:m-3{
    margin: 3px;
  }

  .lg\:m-4{
    margin: 4px;
  }

  .lg\:m-5{
    margin: 5px;
  }

  .lg\:m-6{
    margin: 6px;
  }

  .lg\:m-7{
    margin: 7px;
  }

  .lg\:m-8{
    margin: 8px;
  }

  .lg\:m-9{
    margin: 9px;
  }

  .lg\:m-10{
    margin: 10px;
  }

  .lg\:m-13{
    margin: 13px;
  }

  .lg\:m-15{
    margin: 15px;
  }

  .lg\:m-20{
    margin: 20px;
  }

  .lg\:m-90{
    margin: 6rem;
  }

  .lg\:m-auto{
    margin: auto;
  }

  .lg\:m-px{
    margin: 1px;
  }

  .lg\:m-xs{
    margin: .33rem;
  }

  .lg\:m-sm{
    margin: 1rem;
  }

  .lg\:m-md{
    margin: 2rem;
  }

  .lg\:m-lg{
    margin: 3rem;
  }

  .lg\:m-xl{
    margin: 4rem;
  }

  .lg\:m-xxl{
    margin: 8rem;
  }

  .lg\:m-gutter{
    margin: 15px;
  }

  .lg\:m-gutter-desktop{
    margin: 15px;
  }

  .lg\:m-gutter-lg{
    margin: 30px;
  }

  .lg\:m-gutter-desktop-lg{
    margin: 30px;
  }

  .lg\:m-heading{
    margin: 0.5em;
  }

  .lg\:-m-px{
    margin: -1px;
  }

  .lg\:-m-1{
    margin: -0.25rem;
  }

  .lg\:-m-2{
    margin: -0.5rem;
  }

  .lg\:-m-3{
    margin: -0.75rem;
  }

  .lg\:-m-4{
    margin: -1rem;
  }

  .lg\:-m-6{
    margin: -1.5rem;
  }

  .lg\:-m-8{
    margin: -2rem;
  }

  .lg\:-m-gutter{
    margin: -10px;
  }

  .lg\:-m-gutter-desktop{
    margin: -15px;
  }

  .lg\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:my-1{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:mx-1{
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:my-2{
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .lg\:mx-2{
    margin-left: 2px;
    margin-right: 2px;
  }

  .lg\:my-3{
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .lg\:mx-3{
    margin-left: 3px;
    margin-right: 3px;
  }

  .lg\:my-4{
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .lg\:mx-4{
    margin-left: 4px;
    margin-right: 4px;
  }

  .lg\:my-5{
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .lg\:mx-5{
    margin-left: 5px;
    margin-right: 5px;
  }

  .lg\:my-6{
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .lg\:mx-6{
    margin-left: 6px;
    margin-right: 6px;
  }

  .lg\:my-7{
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .lg\:mx-7{
    margin-left: 7px;
    margin-right: 7px;
  }

  .lg\:my-8{
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .lg\:mx-8{
    margin-left: 8px;
    margin-right: 8px;
  }

  .lg\:my-9{
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .lg\:mx-9{
    margin-left: 9px;
    margin-right: 9px;
  }

  .lg\:my-10{
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .lg\:mx-10{
    margin-left: 10px;
    margin-right: 10px;
  }

  .lg\:my-13{
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .lg\:mx-13{
    margin-left: 13px;
    margin-right: 13px;
  }

  .lg\:my-15{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .lg\:mx-15{
    margin-left: 15px;
    margin-right: 15px;
  }

  .lg\:my-20{
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .lg\:mx-20{
    margin-left: 20px;
    margin-right: 20px;
  }

  .lg\:my-90{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:mx-90{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:my-xs{
    margin-top: .33rem;
    margin-bottom: .33rem;
  }

  .lg\:mx-xs{
    margin-left: .33rem;
    margin-right: .33rem;
  }

  .lg\:my-sm{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:mx-sm{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:my-md{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:mx-md{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:my-lg{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:mx-lg{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:my-xl{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:mx-xl{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:my-xxl{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:mx-xxl{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:my-gutter{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .lg\:mx-gutter{
    margin-left: 15px;
    margin-right: 15px;
  }

  .lg\:my-gutter-desktop{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .lg\:mx-gutter-desktop{
    margin-left: 15px;
    margin-right: 15px;
  }

  .lg\:my-gutter-lg{
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .lg\:mx-gutter-lg{
    margin-left: 30px;
    margin-right: 30px;
  }

  .lg\:my-gutter-desktop-lg{
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .lg\:mx-gutter-desktop-lg{
    margin-left: 30px;
    margin-right: 30px;
  }

  .lg\:my-heading{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .lg\:mx-heading{
    margin-left: 0.5em;
    margin-right: 0.5em;
  }

  .lg\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:-my-gutter{
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .lg\:-mx-gutter{
    margin-left: -10px;
    margin-right: -10px;
  }

  .lg\:-my-gutter-desktop{
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .lg\:-mx-gutter-desktop{
    margin-left: -15px;
    margin-right: -15px;
  }

  .lg\:mt-0{
    margin-top: 0;
  }

  .lg\:mr-0{
    margin-right: 0;
  }

  .lg\:mb-0{
    margin-bottom: 0;
  }

  .lg\:ml-0{
    margin-left: 0;
  }

  .lg\:mt-1{
    margin-top: 1px;
  }

  .lg\:mr-1{
    margin-right: 1px;
  }

  .lg\:mb-1{
    margin-bottom: 1px;
  }

  .lg\:ml-1{
    margin-left: 1px;
  }

  .lg\:mt-2{
    margin-top: 2px;
  }

  .lg\:mr-2{
    margin-right: 2px;
  }

  .lg\:mb-2{
    margin-bottom: 2px;
  }

  .lg\:ml-2{
    margin-left: 2px;
  }

  .lg\:mt-3{
    margin-top: 3px;
  }

  .lg\:mr-3{
    margin-right: 3px;
  }

  .lg\:mb-3{
    margin-bottom: 3px;
  }

  .lg\:ml-3{
    margin-left: 3px;
  }

  .lg\:mt-4{
    margin-top: 4px;
  }

  .lg\:mr-4{
    margin-right: 4px;
  }

  .lg\:mb-4{
    margin-bottom: 4px;
  }

  .lg\:ml-4{
    margin-left: 4px;
  }

  .lg\:mt-5{
    margin-top: 5px;
  }

  .lg\:mr-5{
    margin-right: 5px;
  }

  .lg\:mb-5{
    margin-bottom: 5px;
  }

  .lg\:ml-5{
    margin-left: 5px;
  }

  .lg\:mt-6{
    margin-top: 6px;
  }

  .lg\:mr-6{
    margin-right: 6px;
  }

  .lg\:mb-6{
    margin-bottom: 6px;
  }

  .lg\:ml-6{
    margin-left: 6px;
  }

  .lg\:mt-7{
    margin-top: 7px;
  }

  .lg\:mr-7{
    margin-right: 7px;
  }

  .lg\:mb-7{
    margin-bottom: 7px;
  }

  .lg\:ml-7{
    margin-left: 7px;
  }

  .lg\:mt-8{
    margin-top: 8px;
  }

  .lg\:mr-8{
    margin-right: 8px;
  }

  .lg\:mb-8{
    margin-bottom: 8px;
  }

  .lg\:ml-8{
    margin-left: 8px;
  }

  .lg\:mt-9{
    margin-top: 9px;
  }

  .lg\:mr-9{
    margin-right: 9px;
  }

  .lg\:mb-9{
    margin-bottom: 9px;
  }

  .lg\:ml-9{
    margin-left: 9px;
  }

  .lg\:mt-10{
    margin-top: 10px;
  }

  .lg\:mr-10{
    margin-right: 10px;
  }

  .lg\:mb-10{
    margin-bottom: 10px;
  }

  .lg\:ml-10{
    margin-left: 10px;
  }

  .lg\:mt-13{
    margin-top: 13px;
  }

  .lg\:mr-13{
    margin-right: 13px;
  }

  .lg\:mb-13{
    margin-bottom: 13px;
  }

  .lg\:ml-13{
    margin-left: 13px;
  }

  .lg\:mt-15{
    margin-top: 15px;
  }

  .lg\:mr-15{
    margin-right: 15px;
  }

  .lg\:mb-15{
    margin-bottom: 15px;
  }

  .lg\:ml-15{
    margin-left: 15px;
  }

  .lg\:mt-20{
    margin-top: 20px;
  }

  .lg\:mr-20{
    margin-right: 20px;
  }

  .lg\:mb-20{
    margin-bottom: 20px;
  }

  .lg\:ml-20{
    margin-left: 20px;
  }

  .lg\:mt-90{
    margin-top: 6rem;
  }

  .lg\:mr-90{
    margin-right: 6rem;
  }

  .lg\:mb-90{
    margin-bottom: 6rem;
  }

  .lg\:ml-90{
    margin-left: 6rem;
  }

  .lg\:mt-auto{
    margin-top: auto;
  }

  .lg\:mr-auto{
    margin-right: auto;
  }

  .lg\:mb-auto{
    margin-bottom: auto;
  }

  .lg\:ml-auto{
    margin-left: auto;
  }

  .lg\:mt-px{
    margin-top: 1px;
  }

  .lg\:mr-px{
    margin-right: 1px;
  }

  .lg\:mb-px{
    margin-bottom: 1px;
  }

  .lg\:ml-px{
    margin-left: 1px;
  }

  .lg\:mt-xs{
    margin-top: .33rem;
  }

  .lg\:mr-xs{
    margin-right: .33rem;
  }

  .lg\:mb-xs{
    margin-bottom: .33rem;
  }

  .lg\:ml-xs{
    margin-left: .33rem;
  }

  .lg\:mt-sm{
    margin-top: 1rem;
  }

  .lg\:mr-sm{
    margin-right: 1rem;
  }

  .lg\:mb-sm{
    margin-bottom: 1rem;
  }

  .lg\:ml-sm{
    margin-left: 1rem;
  }

  .lg\:mt-md{
    margin-top: 2rem;
  }

  .lg\:mr-md{
    margin-right: 2rem;
  }

  .lg\:mb-md{
    margin-bottom: 2rem;
  }

  .lg\:ml-md{
    margin-left: 2rem;
  }

  .lg\:mt-lg{
    margin-top: 3rem;
  }

  .lg\:mr-lg{
    margin-right: 3rem;
  }

  .lg\:mb-lg{
    margin-bottom: 3rem;
  }

  .lg\:ml-lg{
    margin-left: 3rem;
  }

  .lg\:mt-xl{
    margin-top: 4rem;
  }

  .lg\:mr-xl{
    margin-right: 4rem;
  }

  .lg\:mb-xl{
    margin-bottom: 4rem;
  }

  .lg\:ml-xl{
    margin-left: 4rem;
  }

  .lg\:mt-xxl{
    margin-top: 8rem;
  }

  .lg\:mr-xxl{
    margin-right: 8rem;
  }

  .lg\:mb-xxl{
    margin-bottom: 8rem;
  }

  .lg\:ml-xxl{
    margin-left: 8rem;
  }

  .lg\:mt-gutter{
    margin-top: 15px;
  }

  .lg\:mr-gutter{
    margin-right: 15px;
  }

  .lg\:mb-gutter{
    margin-bottom: 15px;
  }

  .lg\:ml-gutter{
    margin-left: 15px;
  }

  .lg\:mt-gutter-desktop{
    margin-top: 15px;
  }

  .lg\:mr-gutter-desktop{
    margin-right: 15px;
  }

  .lg\:mb-gutter-desktop{
    margin-bottom: 15px;
  }

  .lg\:ml-gutter-desktop{
    margin-left: 15px;
  }

  .lg\:mt-gutter-lg{
    margin-top: 30px;
  }

  .lg\:mr-gutter-lg{
    margin-right: 30px;
  }

  .lg\:mb-gutter-lg{
    margin-bottom: 30px;
  }

  .lg\:ml-gutter-lg{
    margin-left: 30px;
  }

  .lg\:mt-gutter-desktop-lg{
    margin-top: 30px;
  }

  .lg\:mr-gutter-desktop-lg{
    margin-right: 30px;
  }

  .lg\:mb-gutter-desktop-lg{
    margin-bottom: 30px;
  }

  .lg\:ml-gutter-desktop-lg{
    margin-left: 30px;
  }

  .lg\:mt-heading{
    margin-top: 0.5em;
  }

  .lg\:mr-heading{
    margin-right: 0.5em;
  }

  .lg\:mb-heading{
    margin-bottom: 0.5em;
  }

  .lg\:ml-heading{
    margin-left: 0.5em;
  }

  .lg\:-mt-px{
    margin-top: -1px;
  }

  .lg\:-mr-px{
    margin-right: -1px;
  }

  .lg\:-mb-px{
    margin-bottom: -1px;
  }

  .lg\:-ml-px{
    margin-left: -1px;
  }

  .lg\:-mt-1{
    margin-top: -0.25rem;
  }

  .lg\:-mr-1{
    margin-right: -0.25rem;
  }

  .lg\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .lg\:-ml-1{
    margin-left: -0.25rem;
  }

  .lg\:-mt-2{
    margin-top: -0.5rem;
  }

  .lg\:-mr-2{
    margin-right: -0.5rem;
  }

  .lg\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .lg\:-ml-2{
    margin-left: -0.5rem;
  }

  .lg\:-mt-3{
    margin-top: -0.75rem;
  }

  .lg\:-mr-3{
    margin-right: -0.75rem;
  }

  .lg\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .lg\:-ml-3{
    margin-left: -0.75rem;
  }

  .lg\:-mt-4{
    margin-top: -1rem;
  }

  .lg\:-mr-4{
    margin-right: -1rem;
  }

  .lg\:-mb-4{
    margin-bottom: -1rem;
  }

  .lg\:-ml-4{
    margin-left: -1rem;
  }

  .lg\:-mt-6{
    margin-top: -1.5rem;
  }

  .lg\:-mr-6{
    margin-right: -1.5rem;
  }

  .lg\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .lg\:-ml-6{
    margin-left: -1.5rem;
  }

  .lg\:-mt-8{
    margin-top: -2rem;
  }

  .lg\:-mr-8{
    margin-right: -2rem;
  }

  .lg\:-mb-8{
    margin-bottom: -2rem;
  }

  .lg\:-ml-8{
    margin-left: -2rem;
  }

  .lg\:-mt-gutter{
    margin-top: -10px;
  }

  .lg\:-mr-gutter{
    margin-right: -10px;
  }

  .lg\:-mb-gutter{
    margin-bottom: -10px;
  }

  .lg\:-ml-gutter{
    margin-left: -10px;
  }

  .lg\:-mt-gutter-desktop{
    margin-top: -15px;
  }

  .lg\:-mr-gutter-desktop{
    margin-right: -15px;
  }

  .lg\:-mb-gutter-desktop{
    margin-bottom: -15px;
  }

  .lg\:-ml-gutter-desktop{
    margin-left: -15px;
  }

  .lg\:max-h-full{
    max-height: 100%;
  }

  .lg\:max-h-hero{
    max-height: 600px;
  }

  .lg\:max-h-screen{
    max-height: 100vh;
  }

  .lg\:max-w-xxs{
    max-width: 11rem;
  }

  .lg\:max-w-xs{
    max-width: 20rem;
  }

  .lg\:max-w-sm{
    max-width: 30rem;
  }

  .lg\:max-w-md{
    max-width: 40rem;
  }

  .lg\:max-w-lg{
    max-width: 50rem;
  }

  .lg\:max-w-xl{
    max-width: 60rem;
  }

  .lg\:max-w-2xl{
    max-width: 70rem;
  }

  .lg\:max-w-3xl{
    max-width: 80rem;
  }

  .lg\:max-w-4xl{
    max-width: 90rem;
  }

  .lg\:max-w-5xl{
    max-width: 100rem;
  }

  .lg\:max-w-full{
    max-width: 100%;
  }

  .lg\:max-w-row{
    max-width: 1130px;
  }

  .lg\:max-w-row-half{
    max-width: 565px;
  }

  .lg\:min-h-0{
    min-height: 0;
  }

  .lg\:min-h-full{
    min-height: 100%;
  }

  .lg\:min-h-hero{
    min-height: 700px;
  }

  .lg\:min-h-hero-tablet{
    min-height: 450px;
  }

  .lg\:min-h-hero-desktop{
    min-height: 550px;
  }

  .lg\:min-h-screen{
    min-height: 100vh;
  }

  .lg\:min-w-0{
    min-width: 0;
  }

  .lg\:min-w-full{
    min-width: 100%;
  }

  .lg\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .lg\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .lg\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .lg\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .lg\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .lg\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .lg\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .lg\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .lg\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .lg\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .lg\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .lg\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .lg\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .lg\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .lg\:opacity-0{
    opacity: 0;
  }

  .lg\:opacity-25{
    opacity: .25;
  }

  .lg\:opacity-50{
    opacity: .5;
  }

  .lg\:opacity-75{
    opacity: .75;
  }

  .lg\:opacity-90{
    opacity: .9;
  }

  .lg\:opacity-100{
    opacity: 1;
  }

  .lg\:outline-none{
    outline: 0;
  }

  .lg\:focus\:outline-none:focus{
    outline: 0;
  }

  .lg\:hover\:outline-none:hover{
    outline: 0;
  }

  .lg\:active\:outline-none:active{
    outline: 0;
  }

  .lg\:overflow-auto{
    overflow: auto;
  }

  .lg\:overflow-hidden{
    overflow: hidden;
  }

  .lg\:overflow-visible{
    overflow: visible;
  }

  .lg\:overflow-scroll{
    overflow: scroll;
  }

  .lg\:overflow-x-auto{
    overflow-x: auto;
  }

  .lg\:overflow-y-auto{
    overflow-y: auto;
  }

  .lg\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .lg\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .lg\:overflow-x-visible{
    overflow-x: visible;
  }

  .lg\:overflow-y-visible{
    overflow-y: visible;
  }

  .lg\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .lg\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .lg\:scrolling-touch{
    -webkit-overflow-scrolling: touch;
  }

  .lg\:scrolling-auto{
    -webkit-overflow-scrolling: auto;
  }

  .lg\:p-0{
    padding: 0;
  }

  .lg\:p-1{
    padding: 1px;
  }

  .lg\:p-2{
    padding: 2px;
  }

  .lg\:p-3{
    padding: 3px;
  }

  .lg\:p-4{
    padding: 4px;
  }

  .lg\:p-5{
    padding: 5px;
  }

  .lg\:p-6{
    padding: 6px;
  }

  .lg\:p-7{
    padding: 7px;
  }

  .lg\:p-8{
    padding: 8px;
  }

  .lg\:p-9{
    padding: 9px;
  }

  .lg\:p-10{
    padding: 10px;
  }

  .lg\:p-90{
    padding: 6rem;
  }

  .lg\:p-px{
    padding: 1px;
  }

  .lg\:p-xs{
    padding: .33rem;
  }

  .lg\:p-sm{
    padding: 1rem;
  }

  .lg\:p-md{
    padding: 2rem;
  }

  .lg\:p-lg{
    padding: 3rem;
  }

  .lg\:p-xl{
    padding: 4rem;
  }

  .lg\:p-xxl{
    padding: 8rem;
  }

  .lg\:p-gutter{
    padding: 15px;
  }

  .lg\:p-gutter-desktop{
    padding: 15px;
  }

  .lg\:p-gutter-lg{
    padding: 30px;
  }

  .lg\:p-gutter-desktop-lg{
    padding: 30px;
  }

  .lg\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:py-1{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:px-1{
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:py-2{
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .lg\:px-2{
    padding-left: 2px;
    padding-right: 2px;
  }

  .lg\:py-3{
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .lg\:px-3{
    padding-left: 3px;
    padding-right: 3px;
  }

  .lg\:py-4{
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .lg\:px-4{
    padding-left: 4px;
    padding-right: 4px;
  }

  .lg\:py-5{
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .lg\:px-5{
    padding-left: 5px;
    padding-right: 5px;
  }

  .lg\:py-6{
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .lg\:px-6{
    padding-left: 6px;
    padding-right: 6px;
  }

  .lg\:py-7{
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .lg\:px-7{
    padding-left: 7px;
    padding-right: 7px;
  }

  .lg\:py-8{
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .lg\:px-8{
    padding-left: 8px;
    padding-right: 8px;
  }

  .lg\:py-9{
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .lg\:px-9{
    padding-left: 9px;
    padding-right: 9px;
  }

  .lg\:py-10{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .lg\:px-10{
    padding-left: 10px;
    padding-right: 10px;
  }

  .lg\:py-90{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:px-90{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:py-xs{
    padding-top: .33rem;
    padding-bottom: .33rem;
  }

  .lg\:px-xs{
    padding-left: .33rem;
    padding-right: .33rem;
  }

  .lg\:py-sm{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:px-sm{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:py-md{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:px-md{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-lg{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:px-lg{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:py-xl{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:px-xl{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:py-xxl{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:px-xxl{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:py-gutter{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .lg\:px-gutter{
    padding-left: 15px;
    padding-right: 15px;
  }

  .lg\:py-gutter-desktop{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .lg\:px-gutter-desktop{
    padding-left: 15px;
    padding-right: 15px;
  }

  .lg\:py-gutter-lg{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .lg\:px-gutter-lg{
    padding-left: 30px;
    padding-right: 30px;
  }

  .lg\:py-gutter-desktop-lg{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .lg\:px-gutter-desktop-lg{
    padding-left: 30px;
    padding-right: 30px;
  }

  .lg\:pt-0{
    padding-top: 0;
  }

  .lg\:pr-0{
    padding-right: 0;
  }

  .lg\:pb-0{
    padding-bottom: 0;
  }

  .lg\:pl-0{
    padding-left: 0;
  }

  .lg\:pt-1{
    padding-top: 1px;
  }

  .lg\:pr-1{
    padding-right: 1px;
  }

  .lg\:pb-1{
    padding-bottom: 1px;
  }

  .lg\:pl-1{
    padding-left: 1px;
  }

  .lg\:pt-2{
    padding-top: 2px;
  }

  .lg\:pr-2{
    padding-right: 2px;
  }

  .lg\:pb-2{
    padding-bottom: 2px;
  }

  .lg\:pl-2{
    padding-left: 2px;
  }

  .lg\:pt-3{
    padding-top: 3px;
  }

  .lg\:pr-3{
    padding-right: 3px;
  }

  .lg\:pb-3{
    padding-bottom: 3px;
  }

  .lg\:pl-3{
    padding-left: 3px;
  }

  .lg\:pt-4{
    padding-top: 4px;
  }

  .lg\:pr-4{
    padding-right: 4px;
  }

  .lg\:pb-4{
    padding-bottom: 4px;
  }

  .lg\:pl-4{
    padding-left: 4px;
  }

  .lg\:pt-5{
    padding-top: 5px;
  }

  .lg\:pr-5{
    padding-right: 5px;
  }

  .lg\:pb-5{
    padding-bottom: 5px;
  }

  .lg\:pl-5{
    padding-left: 5px;
  }

  .lg\:pt-6{
    padding-top: 6px;
  }

  .lg\:pr-6{
    padding-right: 6px;
  }

  .lg\:pb-6{
    padding-bottom: 6px;
  }

  .lg\:pl-6{
    padding-left: 6px;
  }

  .lg\:pt-7{
    padding-top: 7px;
  }

  .lg\:pr-7{
    padding-right: 7px;
  }

  .lg\:pb-7{
    padding-bottom: 7px;
  }

  .lg\:pl-7{
    padding-left: 7px;
  }

  .lg\:pt-8{
    padding-top: 8px;
  }

  .lg\:pr-8{
    padding-right: 8px;
  }

  .lg\:pb-8{
    padding-bottom: 8px;
  }

  .lg\:pl-8{
    padding-left: 8px;
  }

  .lg\:pt-9{
    padding-top: 9px;
  }

  .lg\:pr-9{
    padding-right: 9px;
  }

  .lg\:pb-9{
    padding-bottom: 9px;
  }

  .lg\:pl-9{
    padding-left: 9px;
  }

  .lg\:pt-10{
    padding-top: 10px;
  }

  .lg\:pr-10{
    padding-right: 10px;
  }

  .lg\:pb-10{
    padding-bottom: 10px;
  }

  .lg\:pl-10{
    padding-left: 10px;
  }

  .lg\:pt-90{
    padding-top: 6rem;
  }

  .lg\:pr-90{
    padding-right: 6rem;
  }

  .lg\:pb-90{
    padding-bottom: 6rem;
  }

  .lg\:pl-90{
    padding-left: 6rem;
  }

  .lg\:pt-px{
    padding-top: 1px;
  }

  .lg\:pr-px{
    padding-right: 1px;
  }

  .lg\:pb-px{
    padding-bottom: 1px;
  }

  .lg\:pl-px{
    padding-left: 1px;
  }

  .lg\:pt-xs{
    padding-top: .33rem;
  }

  .lg\:pr-xs{
    padding-right: .33rem;
  }

  .lg\:pb-xs{
    padding-bottom: .33rem;
  }

  .lg\:pl-xs{
    padding-left: .33rem;
  }

  .lg\:pt-sm{
    padding-top: 1rem;
  }

  .lg\:pr-sm{
    padding-right: 1rem;
  }

  .lg\:pb-sm{
    padding-bottom: 1rem;
  }

  .lg\:pl-sm{
    padding-left: 1rem;
  }

  .lg\:pt-md{
    padding-top: 2rem;
  }

  .lg\:pr-md{
    padding-right: 2rem;
  }

  .lg\:pb-md{
    padding-bottom: 2rem;
  }

  .lg\:pl-md{
    padding-left: 2rem;
  }

  .lg\:pt-lg{
    padding-top: 3rem;
  }

  .lg\:pr-lg{
    padding-right: 3rem;
  }

  .lg\:pb-lg{
    padding-bottom: 3rem;
  }

  .lg\:pl-lg{
    padding-left: 3rem;
  }

  .lg\:pt-xl{
    padding-top: 4rem;
  }

  .lg\:pr-xl{
    padding-right: 4rem;
  }

  .lg\:pb-xl{
    padding-bottom: 4rem;
  }

  .lg\:pl-xl{
    padding-left: 4rem;
  }

  .lg\:pt-xxl{
    padding-top: 8rem;
  }

  .lg\:pr-xxl{
    padding-right: 8rem;
  }

  .lg\:pb-xxl{
    padding-bottom: 8rem;
  }

  .lg\:pl-xxl{
    padding-left: 8rem;
  }

  .lg\:pt-gutter{
    padding-top: 15px;
  }

  .lg\:pr-gutter{
    padding-right: 15px;
  }

  .lg\:pb-gutter{
    padding-bottom: 15px;
  }

  .lg\:pl-gutter{
    padding-left: 15px;
  }

  .lg\:pt-gutter-desktop{
    padding-top: 15px;
  }

  .lg\:pr-gutter-desktop{
    padding-right: 15px;
  }

  .lg\:pb-gutter-desktop{
    padding-bottom: 15px;
  }

  .lg\:pl-gutter-desktop{
    padding-left: 15px;
  }

  .lg\:pt-gutter-lg{
    padding-top: 30px;
  }

  .lg\:pr-gutter-lg{
    padding-right: 30px;
  }

  .lg\:pb-gutter-lg{
    padding-bottom: 30px;
  }

  .lg\:pl-gutter-lg{
    padding-left: 30px;
  }

  .lg\:pt-gutter-desktop-lg{
    padding-top: 30px;
  }

  .lg\:pr-gutter-desktop-lg{
    padding-right: 30px;
  }

  .lg\:pb-gutter-desktop-lg{
    padding-bottom: 30px;
  }

  .lg\:pl-gutter-desktop-lg{
    padding-left: 30px;
  }

  .lg\:placeholder-black::-webkit-input-placeholder{
    color: #2a2828;
  }

  .lg\:placeholder-black::-moz-placeholder{
    color: #2a2828;
  }

  .lg\:placeholder-black:-ms-input-placeholder{
    color: #2a2828;
  }

  .lg\:placeholder-black::-ms-input-placeholder{
    color: #2a2828;
  }

  .lg\:placeholder-black::placeholder{
    color: #2a2828;
  }

  .lg\:placeholder-black-transparent::-webkit-input-placeholder{
    color: rgba(42,40,40,0.80);
  }

  .lg\:placeholder-black-transparent::-moz-placeholder{
    color: rgba(42,40,40,0.80);
  }

  .lg\:placeholder-black-transparent:-ms-input-placeholder{
    color: rgba(42,40,40,0.80);
  }

  .lg\:placeholder-black-transparent::-ms-input-placeholder{
    color: rgba(42,40,40,0.80);
  }

  .lg\:placeholder-black-transparent::placeholder{
    color: rgba(42,40,40,0.80);
  }

  .lg\:placeholder-black-modal::-webkit-input-placeholder{
    color: rgba(42,40,40,0.9);
  }

  .lg\:placeholder-black-modal::-moz-placeholder{
    color: rgba(42,40,40,0.9);
  }

  .lg\:placeholder-black-modal:-ms-input-placeholder{
    color: rgba(42,40,40,0.9);
  }

  .lg\:placeholder-black-modal::-ms-input-placeholder{
    color: rgba(42,40,40,0.9);
  }

  .lg\:placeholder-black-modal::placeholder{
    color: rgba(42,40,40,0.9);
  }

  .lg\:placeholder-gray-darkest::-webkit-input-placeholder{
    color: #555353;
  }

  .lg\:placeholder-gray-darkest::-moz-placeholder{
    color: #555353;
  }

  .lg\:placeholder-gray-darkest:-ms-input-placeholder{
    color: #555353;
  }

  .lg\:placeholder-gray-darkest::-ms-input-placeholder{
    color: #555353;
  }

  .lg\:placeholder-gray-darkest::placeholder{
    color: #555353;
  }

  .lg\:placeholder-gray-darker::-webkit-input-placeholder{
    color: #8E8E93;
  }

  .lg\:placeholder-gray-darker::-moz-placeholder{
    color: #8E8E93;
  }

  .lg\:placeholder-gray-darker:-ms-input-placeholder{
    color: #8E8E93;
  }

  .lg\:placeholder-gray-darker::-ms-input-placeholder{
    color: #8E8E93;
  }

  .lg\:placeholder-gray-darker::placeholder{
    color: #8E8E93;
  }

  .lg\:placeholder-gray-dark::-webkit-input-placeholder{
    color: #7f7f7f;
  }

  .lg\:placeholder-gray-dark::-moz-placeholder{
    color: #7f7f7f;
  }

  .lg\:placeholder-gray-dark:-ms-input-placeholder{
    color: #7f7f7f;
  }

  .lg\:placeholder-gray-dark::-ms-input-placeholder{
    color: #7f7f7f;
  }

  .lg\:placeholder-gray-dark::placeholder{
    color: #7f7f7f;
  }

  .lg\:placeholder-gray::-webkit-input-placeholder{
    color: #a9a7a7;
  }

  .lg\:placeholder-gray::-moz-placeholder{
    color: #a9a7a7;
  }

  .lg\:placeholder-gray:-ms-input-placeholder{
    color: #a9a7a7;
  }

  .lg\:placeholder-gray::-ms-input-placeholder{
    color: #a9a7a7;
  }

  .lg\:placeholder-gray::placeholder{
    color: #a9a7a7;
  }

  .lg\:placeholder-gray-light::-webkit-input-placeholder{
    color: #d7d6d6;
  }

  .lg\:placeholder-gray-light::-moz-placeholder{
    color: #d7d6d6;
  }

  .lg\:placeholder-gray-light:-ms-input-placeholder{
    color: #d7d6d6;
  }

  .lg\:placeholder-gray-light::-ms-input-placeholder{
    color: #d7d6d6;
  }

  .lg\:placeholder-gray-light::placeholder{
    color: #d7d6d6;
  }

  .lg\:placeholder-gray-lighter::-webkit-input-placeholder{
    color: #dddddd;
  }

  .lg\:placeholder-gray-lighter::-moz-placeholder{
    color: #dddddd;
  }

  .lg\:placeholder-gray-lighter:-ms-input-placeholder{
    color: #dddddd;
  }

  .lg\:placeholder-gray-lighter::-ms-input-placeholder{
    color: #dddddd;
  }

  .lg\:placeholder-gray-lighter::placeholder{
    color: #dddddd;
  }

  .lg\:placeholder-gray-lightest::-webkit-input-placeholder{
    color: #e8e8e8;
  }

  .lg\:placeholder-gray-lightest::-moz-placeholder{
    color: #e8e8e8;
  }

  .lg\:placeholder-gray-lightest:-ms-input-placeholder{
    color: #e8e8e8;
  }

  .lg\:placeholder-gray-lightest::-ms-input-placeholder{
    color: #e8e8e8;
  }

  .lg\:placeholder-gray-lightest::placeholder{
    color: #e8e8e8;
  }

  .lg\:placeholder-gray-table::-webkit-input-placeholder{
    color: rgba(232,232,232,0.5);
  }

  .lg\:placeholder-gray-table::-moz-placeholder{
    color: rgba(232,232,232,0.5);
  }

  .lg\:placeholder-gray-table:-ms-input-placeholder{
    color: rgba(232,232,232,0.5);
  }

  .lg\:placeholder-gray-table::-ms-input-placeholder{
    color: rgba(232,232,232,0.5);
  }

  .lg\:placeholder-gray-table::placeholder{
    color: rgba(232,232,232,0.5);
  }

  .lg\:placeholder-red::-webkit-input-placeholder{
    color: #af1c2e;
  }

  .lg\:placeholder-red::-moz-placeholder{
    color: #af1c2e;
  }

  .lg\:placeholder-red:-ms-input-placeholder{
    color: #af1c2e;
  }

  .lg\:placeholder-red::-ms-input-placeholder{
    color: #af1c2e;
  }

  .lg\:placeholder-red::placeholder{
    color: #af1c2e;
  }

  .lg\:placeholder-darkred::-webkit-input-placeholder{
    color: #831522;
  }

  .lg\:placeholder-darkred::-moz-placeholder{
    color: #831522;
  }

  .lg\:placeholder-darkred:-ms-input-placeholder{
    color: #831522;
  }

  .lg\:placeholder-darkred::-ms-input-placeholder{
    color: #831522;
  }

  .lg\:placeholder-darkred::placeholder{
    color: #831522;
  }

  .lg\:placeholder-green::-webkit-input-placeholder{
    color: #86b327;
  }

  .lg\:placeholder-green::-moz-placeholder{
    color: #86b327;
  }

  .lg\:placeholder-green:-ms-input-placeholder{
    color: #86b327;
  }

  .lg\:placeholder-green::-ms-input-placeholder{
    color: #86b327;
  }

  .lg\:placeholder-green::placeholder{
    color: #86b327;
  }

  .lg\:placeholder-white::-webkit-input-placeholder{
    color: #fff;
  }

  .lg\:placeholder-white::-moz-placeholder{
    color: #fff;
  }

  .lg\:placeholder-white:-ms-input-placeholder{
    color: #fff;
  }

  .lg\:placeholder-white::-ms-input-placeholder{
    color: #fff;
  }

  .lg\:placeholder-white::placeholder{
    color: #fff;
  }

  .lg\:placeholder-trans::-webkit-input-placeholder{
    color: transparent;
  }

  .lg\:placeholder-trans::-moz-placeholder{
    color: transparent;
  }

  .lg\:placeholder-trans:-ms-input-placeholder{
    color: transparent;
  }

  .lg\:placeholder-trans::-ms-input-placeholder{
    color: transparent;
  }

  .lg\:placeholder-trans::placeholder{
    color: transparent;
  }

  .lg\:placeholder-primary::-webkit-input-placeholder{
    color: #af1c2e;
  }

  .lg\:placeholder-primary::-moz-placeholder{
    color: #af1c2e;
  }

  .lg\:placeholder-primary:-ms-input-placeholder{
    color: #af1c2e;
  }

  .lg\:placeholder-primary::-ms-input-placeholder{
    color: #af1c2e;
  }

  .lg\:placeholder-primary::placeholder{
    color: #af1c2e;
  }

  .lg\:placeholder-primary-dark::-webkit-input-placeholder{
    color: #831522;
  }

  .lg\:placeholder-primary-dark::-moz-placeholder{
    color: #831522;
  }

  .lg\:placeholder-primary-dark:-ms-input-placeholder{
    color: #831522;
  }

  .lg\:placeholder-primary-dark::-ms-input-placeholder{
    color: #831522;
  }

  .lg\:placeholder-primary-dark::placeholder{
    color: #831522;
  }

  .lg\:placeholder-secondary::-webkit-input-placeholder{
    color: #a9a7a7;
  }

  .lg\:placeholder-secondary::-moz-placeholder{
    color: #a9a7a7;
  }

  .lg\:placeholder-secondary:-ms-input-placeholder{
    color: #a9a7a7;
  }

  .lg\:placeholder-secondary::-ms-input-placeholder{
    color: #a9a7a7;
  }

  .lg\:placeholder-secondary::placeholder{
    color: #a9a7a7;
  }

  .lg\:placeholder-secondary-dark::-webkit-input-placeholder{
    color: #7f7f7f;
  }

  .lg\:placeholder-secondary-dark::-moz-placeholder{
    color: #7f7f7f;
  }

  .lg\:placeholder-secondary-dark:-ms-input-placeholder{
    color: #7f7f7f;
  }

  .lg\:placeholder-secondary-dark::-ms-input-placeholder{
    color: #7f7f7f;
  }

  .lg\:placeholder-secondary-dark::placeholder{
    color: #7f7f7f;
  }

  .lg\:focus\:placeholder-black:focus::-webkit-input-placeholder{
    color: #2a2828;
  }

  .lg\:focus\:placeholder-black:focus::-moz-placeholder{
    color: #2a2828;
  }

  .lg\:focus\:placeholder-black:focus:-ms-input-placeholder{
    color: #2a2828;
  }

  .lg\:focus\:placeholder-black:focus::-ms-input-placeholder{
    color: #2a2828;
  }

  .lg\:focus\:placeholder-black:focus::placeholder{
    color: #2a2828;
  }

  .lg\:focus\:placeholder-black-transparent:focus::-webkit-input-placeholder{
    color: rgba(42,40,40,0.80);
  }

  .lg\:focus\:placeholder-black-transparent:focus::-moz-placeholder{
    color: rgba(42,40,40,0.80);
  }

  .lg\:focus\:placeholder-black-transparent:focus:-ms-input-placeholder{
    color: rgba(42,40,40,0.80);
  }

  .lg\:focus\:placeholder-black-transparent:focus::-ms-input-placeholder{
    color: rgba(42,40,40,0.80);
  }

  .lg\:focus\:placeholder-black-transparent:focus::placeholder{
    color: rgba(42,40,40,0.80);
  }

  .lg\:focus\:placeholder-black-modal:focus::-webkit-input-placeholder{
    color: rgba(42,40,40,0.9);
  }

  .lg\:focus\:placeholder-black-modal:focus::-moz-placeholder{
    color: rgba(42,40,40,0.9);
  }

  .lg\:focus\:placeholder-black-modal:focus:-ms-input-placeholder{
    color: rgba(42,40,40,0.9);
  }

  .lg\:focus\:placeholder-black-modal:focus::-ms-input-placeholder{
    color: rgba(42,40,40,0.9);
  }

  .lg\:focus\:placeholder-black-modal:focus::placeholder{
    color: rgba(42,40,40,0.9);
  }

  .lg\:focus\:placeholder-gray-darkest:focus::-webkit-input-placeholder{
    color: #555353;
  }

  .lg\:focus\:placeholder-gray-darkest:focus::-moz-placeholder{
    color: #555353;
  }

  .lg\:focus\:placeholder-gray-darkest:focus:-ms-input-placeholder{
    color: #555353;
  }

  .lg\:focus\:placeholder-gray-darkest:focus::-ms-input-placeholder{
    color: #555353;
  }

  .lg\:focus\:placeholder-gray-darkest:focus::placeholder{
    color: #555353;
  }

  .lg\:focus\:placeholder-gray-darker:focus::-webkit-input-placeholder{
    color: #8E8E93;
  }

  .lg\:focus\:placeholder-gray-darker:focus::-moz-placeholder{
    color: #8E8E93;
  }

  .lg\:focus\:placeholder-gray-darker:focus:-ms-input-placeholder{
    color: #8E8E93;
  }

  .lg\:focus\:placeholder-gray-darker:focus::-ms-input-placeholder{
    color: #8E8E93;
  }

  .lg\:focus\:placeholder-gray-darker:focus::placeholder{
    color: #8E8E93;
  }

  .lg\:focus\:placeholder-gray-dark:focus::-webkit-input-placeholder{
    color: #7f7f7f;
  }

  .lg\:focus\:placeholder-gray-dark:focus::-moz-placeholder{
    color: #7f7f7f;
  }

  .lg\:focus\:placeholder-gray-dark:focus:-ms-input-placeholder{
    color: #7f7f7f;
  }

  .lg\:focus\:placeholder-gray-dark:focus::-ms-input-placeholder{
    color: #7f7f7f;
  }

  .lg\:focus\:placeholder-gray-dark:focus::placeholder{
    color: #7f7f7f;
  }

  .lg\:focus\:placeholder-gray:focus::-webkit-input-placeholder{
    color: #a9a7a7;
  }

  .lg\:focus\:placeholder-gray:focus::-moz-placeholder{
    color: #a9a7a7;
  }

  .lg\:focus\:placeholder-gray:focus:-ms-input-placeholder{
    color: #a9a7a7;
  }

  .lg\:focus\:placeholder-gray:focus::-ms-input-placeholder{
    color: #a9a7a7;
  }

  .lg\:focus\:placeholder-gray:focus::placeholder{
    color: #a9a7a7;
  }

  .lg\:focus\:placeholder-gray-light:focus::-webkit-input-placeholder{
    color: #d7d6d6;
  }

  .lg\:focus\:placeholder-gray-light:focus::-moz-placeholder{
    color: #d7d6d6;
  }

  .lg\:focus\:placeholder-gray-light:focus:-ms-input-placeholder{
    color: #d7d6d6;
  }

  .lg\:focus\:placeholder-gray-light:focus::-ms-input-placeholder{
    color: #d7d6d6;
  }

  .lg\:focus\:placeholder-gray-light:focus::placeholder{
    color: #d7d6d6;
  }

  .lg\:focus\:placeholder-gray-lighter:focus::-webkit-input-placeholder{
    color: #dddddd;
  }

  .lg\:focus\:placeholder-gray-lighter:focus::-moz-placeholder{
    color: #dddddd;
  }

  .lg\:focus\:placeholder-gray-lighter:focus:-ms-input-placeholder{
    color: #dddddd;
  }

  .lg\:focus\:placeholder-gray-lighter:focus::-ms-input-placeholder{
    color: #dddddd;
  }

  .lg\:focus\:placeholder-gray-lighter:focus::placeholder{
    color: #dddddd;
  }

  .lg\:focus\:placeholder-gray-lightest:focus::-webkit-input-placeholder{
    color: #e8e8e8;
  }

  .lg\:focus\:placeholder-gray-lightest:focus::-moz-placeholder{
    color: #e8e8e8;
  }

  .lg\:focus\:placeholder-gray-lightest:focus:-ms-input-placeholder{
    color: #e8e8e8;
  }

  .lg\:focus\:placeholder-gray-lightest:focus::-ms-input-placeholder{
    color: #e8e8e8;
  }

  .lg\:focus\:placeholder-gray-lightest:focus::placeholder{
    color: #e8e8e8;
  }

  .lg\:focus\:placeholder-gray-table:focus::-webkit-input-placeholder{
    color: rgba(232,232,232,0.5);
  }

  .lg\:focus\:placeholder-gray-table:focus::-moz-placeholder{
    color: rgba(232,232,232,0.5);
  }

  .lg\:focus\:placeholder-gray-table:focus:-ms-input-placeholder{
    color: rgba(232,232,232,0.5);
  }

  .lg\:focus\:placeholder-gray-table:focus::-ms-input-placeholder{
    color: rgba(232,232,232,0.5);
  }

  .lg\:focus\:placeholder-gray-table:focus::placeholder{
    color: rgba(232,232,232,0.5);
  }

  .lg\:focus\:placeholder-red:focus::-webkit-input-placeholder{
    color: #af1c2e;
  }

  .lg\:focus\:placeholder-red:focus::-moz-placeholder{
    color: #af1c2e;
  }

  .lg\:focus\:placeholder-red:focus:-ms-input-placeholder{
    color: #af1c2e;
  }

  .lg\:focus\:placeholder-red:focus::-ms-input-placeholder{
    color: #af1c2e;
  }

  .lg\:focus\:placeholder-red:focus::placeholder{
    color: #af1c2e;
  }

  .lg\:focus\:placeholder-darkred:focus::-webkit-input-placeholder{
    color: #831522;
  }

  .lg\:focus\:placeholder-darkred:focus::-moz-placeholder{
    color: #831522;
  }

  .lg\:focus\:placeholder-darkred:focus:-ms-input-placeholder{
    color: #831522;
  }

  .lg\:focus\:placeholder-darkred:focus::-ms-input-placeholder{
    color: #831522;
  }

  .lg\:focus\:placeholder-darkred:focus::placeholder{
    color: #831522;
  }

  .lg\:focus\:placeholder-green:focus::-webkit-input-placeholder{
    color: #86b327;
  }

  .lg\:focus\:placeholder-green:focus::-moz-placeholder{
    color: #86b327;
  }

  .lg\:focus\:placeholder-green:focus:-ms-input-placeholder{
    color: #86b327;
  }

  .lg\:focus\:placeholder-green:focus::-ms-input-placeholder{
    color: #86b327;
  }

  .lg\:focus\:placeholder-green:focus::placeholder{
    color: #86b327;
  }

  .lg\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    color: #fff;
  }

  .lg\:focus\:placeholder-white:focus::-moz-placeholder{
    color: #fff;
  }

  .lg\:focus\:placeholder-white:focus:-ms-input-placeholder{
    color: #fff;
  }

  .lg\:focus\:placeholder-white:focus::-ms-input-placeholder{
    color: #fff;
  }

  .lg\:focus\:placeholder-white:focus::placeholder{
    color: #fff;
  }

  .lg\:focus\:placeholder-trans:focus::-webkit-input-placeholder{
    color: transparent;
  }

  .lg\:focus\:placeholder-trans:focus::-moz-placeholder{
    color: transparent;
  }

  .lg\:focus\:placeholder-trans:focus:-ms-input-placeholder{
    color: transparent;
  }

  .lg\:focus\:placeholder-trans:focus::-ms-input-placeholder{
    color: transparent;
  }

  .lg\:focus\:placeholder-trans:focus::placeholder{
    color: transparent;
  }

  .lg\:focus\:placeholder-primary:focus::-webkit-input-placeholder{
    color: #af1c2e;
  }

  .lg\:focus\:placeholder-primary:focus::-moz-placeholder{
    color: #af1c2e;
  }

  .lg\:focus\:placeholder-primary:focus:-ms-input-placeholder{
    color: #af1c2e;
  }

  .lg\:focus\:placeholder-primary:focus::-ms-input-placeholder{
    color: #af1c2e;
  }

  .lg\:focus\:placeholder-primary:focus::placeholder{
    color: #af1c2e;
  }

  .lg\:focus\:placeholder-primary-dark:focus::-webkit-input-placeholder{
    color: #831522;
  }

  .lg\:focus\:placeholder-primary-dark:focus::-moz-placeholder{
    color: #831522;
  }

  .lg\:focus\:placeholder-primary-dark:focus:-ms-input-placeholder{
    color: #831522;
  }

  .lg\:focus\:placeholder-primary-dark:focus::-ms-input-placeholder{
    color: #831522;
  }

  .lg\:focus\:placeholder-primary-dark:focus::placeholder{
    color: #831522;
  }

  .lg\:focus\:placeholder-secondary:focus::-webkit-input-placeholder{
    color: #a9a7a7;
  }

  .lg\:focus\:placeholder-secondary:focus::-moz-placeholder{
    color: #a9a7a7;
  }

  .lg\:focus\:placeholder-secondary:focus:-ms-input-placeholder{
    color: #a9a7a7;
  }

  .lg\:focus\:placeholder-secondary:focus::-ms-input-placeholder{
    color: #a9a7a7;
  }

  .lg\:focus\:placeholder-secondary:focus::placeholder{
    color: #a9a7a7;
  }

  .lg\:focus\:placeholder-secondary-dark:focus::-webkit-input-placeholder{
    color: #7f7f7f;
  }

  .lg\:focus\:placeholder-secondary-dark:focus::-moz-placeholder{
    color: #7f7f7f;
  }

  .lg\:focus\:placeholder-secondary-dark:focus:-ms-input-placeholder{
    color: #7f7f7f;
  }

  .lg\:focus\:placeholder-secondary-dark:focus::-ms-input-placeholder{
    color: #7f7f7f;
  }

  .lg\:focus\:placeholder-secondary-dark:focus::placeholder{
    color: #7f7f7f;
  }

  .lg\:pointer-events-none{
    pointer-events: none;
  }

  .lg\:pointer-events-auto{
    pointer-events: auto;
  }

  .lg\:static{
    position: static;
  }

  .lg\:fixed{
    position: fixed;
  }

  .lg\:absolute{
    position: absolute;
  }

  .lg\:relative{
    position: relative;
  }

  .lg\:sticky{
    position: -webkit-sticky;
    position: sticky;
  }

  .lg\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:inset-sm{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .lg\:inset-md{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .lg\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .lg\:inset-x-0{
    right: 0;
    left: 0;
  }

  .lg\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .lg\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .lg\:inset-y-sm{
    top: 2rem;
    bottom: 2rem;
  }

  .lg\:inset-x-sm{
    right: 2rem;
    left: 2rem;
  }

  .lg\:inset-y-md{
    top: 4rem;
    bottom: 4rem;
  }

  .lg\:inset-x-md{
    right: 4rem;
    left: 4rem;
  }

  .lg\:top-0{
    top: 0;
  }

  .lg\:right-0{
    right: 0;
  }

  .lg\:bottom-0{
    bottom: 0;
  }

  .lg\:left-0{
    left: 0;
  }

  .lg\:top-auto{
    top: auto;
  }

  .lg\:right-auto{
    right: auto;
  }

  .lg\:bottom-auto{
    bottom: auto;
  }

  .lg\:left-auto{
    left: auto;
  }

  .lg\:top-sm{
    top: 2rem;
  }

  .lg\:right-sm{
    right: 2rem;
  }

  .lg\:bottom-sm{
    bottom: 2rem;
  }

  .lg\:left-sm{
    left: 2rem;
  }

  .lg\:top-md{
    top: 4rem;
  }

  .lg\:right-md{
    right: 4rem;
  }

  .lg\:bottom-md{
    bottom: 4rem;
  }

  .lg\:left-md{
    left: 4rem;
  }

  .lg\:resize-none{
    resize: none;
  }

  .lg\:resize-y{
    resize: vertical;
  }

  .lg\:resize-x{
    resize: horizontal;
  }

  .lg\:resize{
    resize: both;
  }

  .lg\:shadow{
    box-shadow: 0 2px 4px 0 rgba(42,40,40,0.20);
  }

  .lg\:shadow-menu{
    box-shadow: 0 0 8px 2px rgba(42,40,40,0.2);
  }

  .lg\:shadow-hover{
    box-shadow: 0 3px 6px 0 rgba(42,40,40,0.3);
  }

  .lg\:shadow-active{
    box-shadow: 0 3px 10px 0 rgba(42,40,40,0.4);
  }

  .lg\:shadow-md{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
  }

  .lg\:shadow-lg{
    box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
  }

  .lg\:shadow-img{
    box-shadow: 1px 2px 6px 0 rgba(42,40,40,0.2);
  }

  .lg\:shadow-box-light{
    box-shadow: 1px 2px 6px 0 rgba(42,40,40,0.15);
  }

  .lg\:shadow-box-dark{
    box-shadow: 1px 2px 6px 0 rgba(42, 40, 40, 0.4);
  }

  .lg\:shadow-box-dark-hover{
    box-shadow: 1px 4px 8px 0 rgba(42, 40, 40, 0.5);
  }

  .lg\:shadow-icon{
    box-shadow: 0 0 4px 0 rgba(41, 41, 41, 0.24);
  }

  .lg\:shadow-inner{
    box-shadow: inset 0 0 3px 2px rgba(129,129,129,0.15);
  }

  .lg\:shadow-text-hover{
    box-shadow: 0 2px 4px 0 rgba(42, 40, 40, 0.10);
  }

  .lg\:shadow-none{
    box-shadow: none;
  }

  .lg\:hover\:shadow:hover{
    box-shadow: 0 2px 4px 0 rgba(42,40,40,0.20);
  }

  .lg\:hover\:shadow-menu:hover{
    box-shadow: 0 0 8px 2px rgba(42,40,40,0.2);
  }

  .lg\:hover\:shadow-hover:hover{
    box-shadow: 0 3px 6px 0 rgba(42,40,40,0.3);
  }

  .lg\:hover\:shadow-active:hover{
    box-shadow: 0 3px 10px 0 rgba(42,40,40,0.4);
  }

  .lg\:hover\:shadow-md:hover{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
  }

  .lg\:hover\:shadow-lg:hover{
    box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
  }

  .lg\:hover\:shadow-img:hover{
    box-shadow: 1px 2px 6px 0 rgba(42,40,40,0.2);
  }

  .lg\:hover\:shadow-box-light:hover{
    box-shadow: 1px 2px 6px 0 rgba(42,40,40,0.15);
  }

  .lg\:hover\:shadow-box-dark:hover{
    box-shadow: 1px 2px 6px 0 rgba(42, 40, 40, 0.4);
  }

  .lg\:hover\:shadow-box-dark-hover:hover{
    box-shadow: 1px 4px 8px 0 rgba(42, 40, 40, 0.5);
  }

  .lg\:hover\:shadow-icon:hover{
    box-shadow: 0 0 4px 0 rgba(41, 41, 41, 0.24);
  }

  .lg\:hover\:shadow-inner:hover{
    box-shadow: inset 0 0 3px 2px rgba(129,129,129,0.15);
  }

  .lg\:hover\:shadow-text-hover:hover{
    box-shadow: 0 2px 4px 0 rgba(42, 40, 40, 0.10);
  }

  .lg\:hover\:shadow-none:hover{
    box-shadow: none;
  }

  .lg\:table-auto{
    table-layout: auto;
  }

  .lg\:table-fixed{
    table-layout: fixed;
  }

  .lg\:text-left{
    text-align: left;
  }

  .lg\:text-center{
    text-align: center;
  }

  .lg\:text-right{
    text-align: right;
  }

  .lg\:text-justify{
    text-align: justify;
  }

  .lg\:text-black{
    color: #2a2828;
  }

  .lg\:text-black-transparent{
    color: rgba(42,40,40,0.80);
  }

  .lg\:text-black-modal{
    color: rgba(42,40,40,0.9);
  }

  .lg\:text-gray-darkest{
    color: #555353;
  }

  .lg\:text-gray-darker{
    color: #8E8E93;
  }

  .lg\:text-gray-dark{
    color: #7f7f7f;
  }

  .lg\:text-gray{
    color: #a9a7a7;
  }

  .lg\:text-gray-light{
    color: #d7d6d6;
  }

  .lg\:text-gray-lighter{
    color: #dddddd;
  }

  .lg\:text-gray-lightest{
    color: #e8e8e8;
  }

  .lg\:text-gray-table{
    color: rgba(232,232,232,0.5);
  }

  .lg\:text-red{
    color: #af1c2e;
  }

  .lg\:text-darkred{
    color: #831522;
  }

  .lg\:text-green{
    color: #86b327;
  }

  .lg\:text-white{
    color: #fff;
  }

  .lg\:text-trans{
    color: transparent;
  }

  .lg\:text-primary{
    color: #af1c2e;
  }

  .lg\:text-primary-dark{
    color: #831522;
  }

  .lg\:text-secondary{
    color: #a9a7a7;
  }

  .lg\:text-secondary-dark{
    color: #7f7f7f;
  }

  .lg\:hover\:text-black:hover{
    color: #2a2828;
  }

  .lg\:hover\:text-black-transparent:hover{
    color: rgba(42,40,40,0.80);
  }

  .lg\:hover\:text-black-modal:hover{
    color: rgba(42,40,40,0.9);
  }

  .lg\:hover\:text-gray-darkest:hover{
    color: #555353;
  }

  .lg\:hover\:text-gray-darker:hover{
    color: #8E8E93;
  }

  .lg\:hover\:text-gray-dark:hover{
    color: #7f7f7f;
  }

  .lg\:hover\:text-gray:hover{
    color: #a9a7a7;
  }

  .lg\:hover\:text-gray-light:hover{
    color: #d7d6d6;
  }

  .lg\:hover\:text-gray-lighter:hover{
    color: #dddddd;
  }

  .lg\:hover\:text-gray-lightest:hover{
    color: #e8e8e8;
  }

  .lg\:hover\:text-gray-table:hover{
    color: rgba(232,232,232,0.5);
  }

  .lg\:hover\:text-red:hover{
    color: #af1c2e;
  }

  .lg\:hover\:text-darkred:hover{
    color: #831522;
  }

  .lg\:hover\:text-green:hover{
    color: #86b327;
  }

  .lg\:hover\:text-white:hover{
    color: #fff;
  }

  .lg\:hover\:text-trans:hover{
    color: transparent;
  }

  .lg\:hover\:text-primary:hover{
    color: #af1c2e;
  }

  .lg\:hover\:text-primary-dark:hover{
    color: #831522;
  }

  .lg\:hover\:text-secondary:hover{
    color: #a9a7a7;
  }

  .lg\:hover\:text-secondary-dark:hover{
    color: #7f7f7f;
  }

  .lg\:text-base{
    font-size: 1rem;
  }

  .lg\:text-xs{
    font-size: 0.93333rem;
  }

  .lg\:text-sm{
    font-size: 1rem;
  }

  .lg\:text-md{
    font-size: 1.06667rem;
  }

  .lg\:text-lg{
    font-size: 1.2rem;
  }

  .lg\:text-xl{
    font-size: 1.33333rem;
  }

  .lg\:text-xxl{
    font-size: 1.5rem;
  }

  .lg\:text-h1{
    font-size: 2.666667rem;
  }

  .lg\:text-h2{
    font-size: 2.13333rem;
  }

  .lg\:text-h3{
    font-size: 1.73333rem;
  }

  .lg\:text-label{
    font-size: 0.93333rem;
  }

  .lg\:text-nav{
    font-size: 0.86667rem;
  }

  .lg\:text-nav-sm{
    font-size: .73333rem;
  }

  .lg\:text-small{
    font-size: 0.85em;
  }

  .lg\:text-button{
    font-size: 0.93333rem;
  }

  .lg\:text-intro{
    font-size: 1.13333rem;
  }

  .lg\:text-button-sm{
    font-size: .73333rem;
  }

  .lg\:italic{
    font-style: italic;
  }

  .lg\:not-italic{
    font-style: normal;
  }

  .lg\:uppercase{
    text-transform: uppercase;
  }

  .lg\:lowercase{
    text-transform: lowercase;
  }

  .lg\:capitalize{
    text-transform: capitalize;
  }

  .lg\:normal-case{
    text-transform: none;
  }

  .lg\:underline{
    text-decoration: underline;
  }

  .lg\:line-through{
    text-decoration: line-through;
  }

  .lg\:no-underline{
    text-decoration: none;
  }

  .lg\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:tracking-tight{
    letter-spacing: -0.066666667rem;
  }

  .lg\:tracking-normal{
    letter-spacing: 0;
  }

  .lg\:tracking-copy{
    letter-spacing: .01rem;
  }

  .lg\:tracking-wide{
    letter-spacing: 0.066666667rem;
  }

  .lg\:tracking-super-wide{
    letter-spacing: 0.266666667rem;
  }

  .lg\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .lg\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .lg\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .lg\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .lg\:align-baseline{
    vertical-align: baseline;
  }

  .lg\:align-top{
    vertical-align: top;
  }

  .lg\:align-middle{
    vertical-align: middle;
  }

  .lg\:align-bottom{
    vertical-align: bottom;
  }

  .lg\:align-text-top{
    vertical-align: text-top;
  }

  .lg\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .lg\:visible{
    visibility: visible;
  }

  .lg\:invisible{
    visibility: hidden;
  }

  .lg\:whitespace-normal{
    white-space: normal;
  }

  .lg\:whitespace-no-wrap{
    white-space: nowrap;
  }

  .lg\:whitespace-pre{
    white-space: pre;
  }

  .lg\:whitespace-pre-line{
    white-space: pre-line;
  }

  .lg\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .lg\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .lg\:break-words{
    overflow-wrap: break-word;
  }

  .lg\:break-all{
    word-break: break-all;
  }

  .lg\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:w-auto{
    width: auto;
  }

  .lg\:w-px{
    width: 1px;
  }

  .lg\:w-1\/2{
    width: 50%;
  }

  .lg\:w-1\/3{
    width: 33.33333%;
  }

  .lg\:w-2\/3{
    width: 66.66667%;
  }

  .lg\:w-1\/4{
    width: 25%;
  }

  .lg\:w-3\/4{
    width: 75%;
  }

  .lg\:w-1\/5{
    width: 20%;
  }

  .lg\:w-2\/5{
    width: 40%;
  }

  .lg\:w-3\/5{
    width: 60%;
  }

  .lg\:w-4\/5{
    width: 80%;
  }

  .lg\:w-1\/6{
    width: 16.66667%;
  }

  .lg\:w-5\/6{
    width: 83.33333%;
  }

  .lg\:w-1\/12{
    width: 8.33337%;
  }

  .lg\:w-5\/12{
    width: 41.66667%;
  }

  .lg\:w-7\/12{
    width: 58.33333%;
  }

  .lg\:w-gap-xs{
    width: 30%;
  }

  .lg\:w-gap{
    width: 46.5%;
  }

  .lg\:w-gap-sm{
    width: 46%;
  }

  .lg\:w-xs{
    width: 1rem;
  }

  .lg\:w-sm{
    width: 2rem;
  }

  .lg\:w-md{
    width: 3rem;
  }

  .lg\:w-lg{
    width: 4rem;
  }

  .lg\:w-full{
    width: 100%;
  }

  .lg\:w-screen{
    width: 100vw;
  }

  .lg\:z-0{
    z-index: 0;
  }

  .lg\:z-10{
    z-index: 10;
  }

  .lg\:z-20{
    z-index: 20;
  }

  .lg\:z-30{
    z-index: 30;
  }

  .lg\:z-40{
    z-index: 40;
  }

  .lg\:z-50{
    z-index: 50;
  }

  .lg\:z-60{
    z-index: 60;
  }

  .lg\:z-70{
    z-index: 70;
  }

  .lg\:z-auto{
    z-index: auto;
  }
}

@media (min-width: 1025px){
  .xl\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xl\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xl\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xl\:bg-fixed{
    background-attachment: fixed;
  }

  .xl\:bg-local{
    background-attachment: local;
  }

  .xl\:bg-scroll{
    background-attachment: scroll;
  }

  .xl\:bg-black{
    background-color: #2a2828;
  }

  .xl\:bg-black-transparent{
    background-color: rgba(42,40,40,0.80);
  }

  .xl\:bg-black-modal{
    background-color: rgba(42,40,40,0.9);
  }

  .xl\:bg-gray-darkest{
    background-color: #555353;
  }

  .xl\:bg-gray-darker{
    background-color: #8E8E93;
  }

  .xl\:bg-gray-dark{
    background-color: #7f7f7f;
  }

  .xl\:bg-gray{
    background-color: #a9a7a7;
  }

  .xl\:bg-gray-light{
    background-color: #d7d6d6;
  }

  .xl\:bg-gray-lighter{
    background-color: #dddddd;
  }

  .xl\:bg-gray-lightest{
    background-color: #e8e8e8;
  }

  .xl\:bg-gray-table{
    background-color: rgba(232,232,232,0.5);
  }

  .xl\:bg-red{
    background-color: #af1c2e;
  }

  .xl\:bg-darkred{
    background-color: #831522;
  }

  .xl\:bg-green{
    background-color: #86b327;
  }

  .xl\:bg-white{
    background-color: #fff;
  }

  .xl\:bg-trans{
    background-color: transparent;
  }

  .xl\:bg-primary{
    background-color: #af1c2e;
  }

  .xl\:bg-primary-dark{
    background-color: #831522;
  }

  .xl\:bg-secondary{
    background-color: #a9a7a7;
  }

  .xl\:bg-secondary-dark{
    background-color: #7f7f7f;
  }

  .xl\:hover\:bg-black:hover{
    background-color: #2a2828;
  }

  .xl\:hover\:bg-black-transparent:hover{
    background-color: rgba(42,40,40,0.80);
  }

  .xl\:hover\:bg-black-modal:hover{
    background-color: rgba(42,40,40,0.9);
  }

  .xl\:hover\:bg-gray-darkest:hover{
    background-color: #555353;
  }

  .xl\:hover\:bg-gray-darker:hover{
    background-color: #8E8E93;
  }

  .xl\:hover\:bg-gray-dark:hover{
    background-color: #7f7f7f;
  }

  .xl\:hover\:bg-gray:hover{
    background-color: #a9a7a7;
  }

  .xl\:hover\:bg-gray-light:hover{
    background-color: #d7d6d6;
  }

  .xl\:hover\:bg-gray-lighter:hover{
    background-color: #dddddd;
  }

  .xl\:hover\:bg-gray-lightest:hover{
    background-color: #e8e8e8;
  }

  .xl\:hover\:bg-gray-table:hover{
    background-color: rgba(232,232,232,0.5);
  }

  .xl\:hover\:bg-red:hover{
    background-color: #af1c2e;
  }

  .xl\:hover\:bg-darkred:hover{
    background-color: #831522;
  }

  .xl\:hover\:bg-green:hover{
    background-color: #86b327;
  }

  .xl\:hover\:bg-white:hover{
    background-color: #fff;
  }

  .xl\:hover\:bg-trans:hover{
    background-color: transparent;
  }

  .xl\:hover\:bg-primary:hover{
    background-color: #af1c2e;
  }

  .xl\:hover\:bg-primary-dark:hover{
    background-color: #831522;
  }

  .xl\:hover\:bg-secondary:hover{
    background-color: #a9a7a7;
  }

  .xl\:hover\:bg-secondary-dark:hover{
    background-color: #7f7f7f;
  }

  .xl\:bg-bottom{
    background-position: bottom;
  }

  .xl\:bg-center{
    background-position: center;
  }

  .xl\:bg-left{
    background-position: left;
  }

  .xl\:bg-left-bottom{
    background-position: left bottom;
  }

  .xl\:bg-left-top{
    background-position: left top;
  }

  .xl\:bg-right{
    background-position: right;
  }

  .xl\:bg-right-bottom{
    background-position: right bottom;
  }

  .xl\:bg-right-top{
    background-position: right top;
  }

  .xl\:bg-top{
    background-position: top;
  }

  .xl\:bg-repeat{
    background-repeat: repeat;
  }

  .xl\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .xl\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .xl\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .xl\:bg-repeat-round{
    background-repeat: round;
  }

  .xl\:bg-repeat-space{
    background-repeat: space;
  }

  .xl\:bg-auto{
    background-size: auto;
  }

  .xl\:bg-cover{
    background-size: cover;
  }

  .xl\:bg-contain{
    background-size: contain;
  }

  .xl\:border-collapse{
    border-collapse: collapse;
  }

  .xl\:border-separate{
    border-collapse: separate;
  }

  .xl\:border-black{
    border-color: #2a2828;
  }

  .xl\:border-black-transparent{
    border-color: rgba(42,40,40,0.80);
  }

  .xl\:border-black-modal{
    border-color: rgba(42,40,40,0.9);
  }

  .xl\:border-gray-darkest{
    border-color: #555353;
  }

  .xl\:border-gray-darker{
    border-color: #8E8E93;
  }

  .xl\:border-gray-dark{
    border-color: #7f7f7f;
  }

  .xl\:border-gray{
    border-color: #a9a7a7;
  }

  .xl\:border-gray-light{
    border-color: #d7d6d6;
  }

  .xl\:border-gray-lighter{
    border-color: #dddddd;
  }

  .xl\:border-gray-lightest{
    border-color: #e8e8e8;
  }

  .xl\:border-gray-table{
    border-color: rgba(232,232,232,0.5);
  }

  .xl\:border-red{
    border-color: #af1c2e;
  }

  .xl\:border-darkred{
    border-color: #831522;
  }

  .xl\:border-green{
    border-color: #86b327;
  }

  .xl\:border-white{
    border-color: #fff;
  }

  .xl\:border-trans{
    border-color: transparent;
  }

  .xl\:border-primary{
    border-color: #af1c2e;
  }

  .xl\:border-primary-dark{
    border-color: #831522;
  }

  .xl\:border-secondary{
    border-color: #a9a7a7;
  }

  .xl\:border-secondary-dark{
    border-color: #7f7f7f;
  }

  .xl\:hover\:border-black:hover{
    border-color: #2a2828;
  }

  .xl\:hover\:border-black-transparent:hover{
    border-color: rgba(42,40,40,0.80);
  }

  .xl\:hover\:border-black-modal:hover{
    border-color: rgba(42,40,40,0.9);
  }

  .xl\:hover\:border-gray-darkest:hover{
    border-color: #555353;
  }

  .xl\:hover\:border-gray-darker:hover{
    border-color: #8E8E93;
  }

  .xl\:hover\:border-gray-dark:hover{
    border-color: #7f7f7f;
  }

  .xl\:hover\:border-gray:hover{
    border-color: #a9a7a7;
  }

  .xl\:hover\:border-gray-light:hover{
    border-color: #d7d6d6;
  }

  .xl\:hover\:border-gray-lighter:hover{
    border-color: #dddddd;
  }

  .xl\:hover\:border-gray-lightest:hover{
    border-color: #e8e8e8;
  }

  .xl\:hover\:border-gray-table:hover{
    border-color: rgba(232,232,232,0.5);
  }

  .xl\:hover\:border-red:hover{
    border-color: #af1c2e;
  }

  .xl\:hover\:border-darkred:hover{
    border-color: #831522;
  }

  .xl\:hover\:border-green:hover{
    border-color: #86b327;
  }

  .xl\:hover\:border-white:hover{
    border-color: #fff;
  }

  .xl\:hover\:border-trans:hover{
    border-color: transparent;
  }

  .xl\:hover\:border-primary:hover{
    border-color: #af1c2e;
  }

  .xl\:hover\:border-primary-dark:hover{
    border-color: #831522;
  }

  .xl\:hover\:border-secondary:hover{
    border-color: #a9a7a7;
  }

  .xl\:hover\:border-secondary-dark:hover{
    border-color: #7f7f7f;
  }

  .xl\:rounded-none{
    border-radius: 0;
  }

  .xl\:rounded-sm{
    border-radius: .125rem;
  }

  .xl\:rounded{
    border-radius: .25rem;
  }

  .xl\:rounded-lg{
    border-radius: .5rem;
  }

  .xl\:rounded-full{
    border-radius: 9999px;
  }

  .xl\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xl\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xl\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-t-sm{
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .xl\:rounded-r-sm{
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .xl\:rounded-b-sm{
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xl\:rounded-l-sm{
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xl\:rounded-t{
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .xl\:rounded-r{
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .xl\:rounded-b{
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xl\:rounded-l{
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xl\:rounded-t-lg{
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .xl\:rounded-r-lg{
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .xl\:rounded-b-lg{
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xl\:rounded-l-lg{
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xl\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  .xl\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  .xl\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  .xl\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-tl-sm{
    border-top-left-radius: .125rem;
  }

  .xl\:rounded-tr-sm{
    border-top-right-radius: .125rem;
  }

  .xl\:rounded-br-sm{
    border-bottom-right-radius: .125rem;
  }

  .xl\:rounded-bl-sm{
    border-bottom-left-radius: .125rem;
  }

  .xl\:rounded-tl{
    border-top-left-radius: .25rem;
  }

  .xl\:rounded-tr{
    border-top-right-radius: .25rem;
  }

  .xl\:rounded-br{
    border-bottom-right-radius: .25rem;
  }

  .xl\:rounded-bl{
    border-bottom-left-radius: .25rem;
  }

  .xl\:rounded-tl-lg{
    border-top-left-radius: .5rem;
  }

  .xl\:rounded-tr-lg{
    border-top-right-radius: .5rem;
  }

  .xl\:rounded-br-lg{
    border-bottom-right-radius: .5rem;
  }

  .xl\:rounded-bl-lg{
    border-bottom-left-radius: .5rem;
  }

  .xl\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .xl\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .xl\:border-solid{
    border-style: solid;
  }

  .xl\:border-dashed{
    border-style: dashed;
  }

  .xl\:border-dotted{
    border-style: dotted;
  }

  .xl\:border-double{
    border-style: double;
  }

  .xl\:border-none{
    border-style: none;
  }

  .xl\:border-0{
    border-width: 0;
  }

  .xl\:border-1{
    border-width: 1px;
  }

  .xl\:border-2{
    border-width: 2px;
  }

  .xl\:border-3{
    border-width: 3px;
  }

  .xl\:border-4{
    border-width: 4px;
  }

  .xl\:border-8{
    border-width: 8px;
  }

  .xl\:border-10{
    border-width: 10px;
  }

  .xl\:border{
    border-width: 1px;
  }

  .xl\:border-t-0{
    border-top-width: 0;
  }

  .xl\:border-r-0{
    border-right-width: 0;
  }

  .xl\:border-b-0{
    border-bottom-width: 0;
  }

  .xl\:border-l-0{
    border-left-width: 0;
  }

  .xl\:border-t-1{
    border-top-width: 1px;
  }

  .xl\:border-r-1{
    border-right-width: 1px;
  }

  .xl\:border-b-1{
    border-bottom-width: 1px;
  }

  .xl\:border-l-1{
    border-left-width: 1px;
  }

  .xl\:border-t-2{
    border-top-width: 2px;
  }

  .xl\:border-r-2{
    border-right-width: 2px;
  }

  .xl\:border-b-2{
    border-bottom-width: 2px;
  }

  .xl\:border-l-2{
    border-left-width: 2px;
  }

  .xl\:border-t-3{
    border-top-width: 3px;
  }

  .xl\:border-r-3{
    border-right-width: 3px;
  }

  .xl\:border-b-3{
    border-bottom-width: 3px;
  }

  .xl\:border-l-3{
    border-left-width: 3px;
  }

  .xl\:border-t-4{
    border-top-width: 4px;
  }

  .xl\:border-r-4{
    border-right-width: 4px;
  }

  .xl\:border-b-4{
    border-bottom-width: 4px;
  }

  .xl\:border-l-4{
    border-left-width: 4px;
  }

  .xl\:border-t-8{
    border-top-width: 8px;
  }

  .xl\:border-r-8{
    border-right-width: 8px;
  }

  .xl\:border-b-8{
    border-bottom-width: 8px;
  }

  .xl\:border-l-8{
    border-left-width: 8px;
  }

  .xl\:border-t-10{
    border-top-width: 10px;
  }

  .xl\:border-r-10{
    border-right-width: 10px;
  }

  .xl\:border-b-10{
    border-bottom-width: 10px;
  }

  .xl\:border-l-10{
    border-left-width: 10px;
  }

  .xl\:border-t{
    border-top-width: 1px;
  }

  .xl\:border-r{
    border-right-width: 1px;
  }

  .xl\:border-b{
    border-bottom-width: 1px;
  }

  .xl\:border-l{
    border-left-width: 1px;
  }

  .xl\:cursor-auto{
    cursor: auto;
  }

  .xl\:cursor-default{
    cursor: default;
  }

  .xl\:cursor-pointer{
    cursor: pointer;
  }

  .xl\:cursor-wait{
    cursor: wait;
  }

  .xl\:cursor-text{
    cursor: text;
  }

  .xl\:cursor-move{
    cursor: move;
  }

  .xl\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .xl\:block{
    display: block;
  }

  .xl\:inline-block{
    display: inline-block;
  }

  .xl\:inline{
    display: inline;
  }

  .xl\:flex{
    display: flex;
  }

  .xl\:inline-flex{
    display: inline-flex;
  }

  .xl\:table{
    display: table;
  }

  .xl\:table-row{
    display: table-row;
  }

  .xl\:table-cell{
    display: table-cell;
  }

  .xl\:hidden{
    display: none;
  }

  .xl\:flex-row{
    flex-direction: row;
  }

  .xl\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .xl\:flex-col{
    flex-direction: column;
  }

  .xl\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .xl\:flex-wrap{
    flex-wrap: wrap;
  }

  .xl\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .xl\:flex-no-wrap{
    flex-wrap: nowrap;
  }

  .xl\:items-start{
    align-items: flex-start;
  }

  .xl\:items-end{
    align-items: flex-end;
  }

  .xl\:items-center{
    align-items: center;
  }

  .xl\:items-baseline{
    align-items: baseline;
  }

  .xl\:items-stretch{
    align-items: stretch;
  }

  .xl\:self-auto{
    align-self: auto;
  }

  .xl\:self-start{
    align-self: flex-start;
  }

  .xl\:self-end{
    align-self: flex-end;
  }

  .xl\:self-center{
    align-self: center;
  }

  .xl\:self-stretch{
    align-self: stretch;
  }

  .xl\:justify-start{
    justify-content: flex-start;
  }

  .xl\:justify-end{
    justify-content: flex-end;
  }

  .xl\:justify-center{
    justify-content: center;
  }

  .xl\:justify-between{
    justify-content: space-between;
  }

  .xl\:justify-around{
    justify-content: space-around;
  }

  .xl\:content-center{
    align-content: center;
  }

  .xl\:content-start{
    align-content: flex-start;
  }

  .xl\:content-end{
    align-content: flex-end;
  }

  .xl\:content-between{
    align-content: space-between;
  }

  .xl\:content-around{
    align-content: space-around;
  }

  .xl\:flex-1{
    flex: 1 1 0%;
  }

  .xl\:flex-auto{
    flex: 1 1 auto;
  }

  .xl\:flex-initial{
    flex: 0 1 auto;
  }

  .xl\:flex-none{
    flex: none;
  }

  .xl\:flex-grow-0{
    flex-grow: 0;
  }

  .xl\:flex-grow{
    flex-grow: 1;
  }

  .xl\:flex-shrink-0{
    flex-shrink: 0;
  }

  .xl\:flex-shrink{
    flex-shrink: 1;
  }

  .xl\:order-1{
    order: 1;
  }

  .xl\:order-2{
    order: 2;
  }

  .xl\:order-3{
    order: 3;
  }

  .xl\:order-4{
    order: 4;
  }

  .xl\:order-5{
    order: 5;
  }

  .xl\:order-6{
    order: 6;
  }

  .xl\:order-7{
    order: 7;
  }

  .xl\:order-8{
    order: 8;
  }

  .xl\:order-9{
    order: 9;
  }

  .xl\:order-10{
    order: 10;
  }

  .xl\:order-11{
    order: 11;
  }

  .xl\:order-12{
    order: 12;
  }

  .xl\:order-first{
    order: -9999;
  }

  .xl\:order-last{
    order: 9999;
  }

  .xl\:order-none{
    order: 0;
  }

  .xl\:float-right{
    float: right;
  }

  .xl\:float-left{
    float: left;
  }

  .xl\:float-none{
    float: none;
  }

  .xl\:clearfix:after{
    content: "";
    display: table;
    clear: both;
  }

  .xl\:font-sans{
    font-family: Rubik, Trebuchet MS, Helvetica, sans-serif;
  }

  .xl\:font-normal{
    font-weight: 400;
  }

  .xl\:font-bold{
    font-weight: 500;
  }

  .xl\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .xl\:hover\:font-bold:hover{
    font-weight: 500;
  }

  .xl\:h-0{
    height: 0;
  }

  .xl\:h-1{
    height: 0.25rem;
  }

  .xl\:h-2{
    height: 0.5rem;
  }

  .xl\:h-3{
    height: 0.75rem;
  }

  .xl\:h-4{
    height: 1rem;
  }

  .xl\:h-6{
    height: 1.5rem;
  }

  .xl\:h-8{
    height: 2rem;
  }

  .xl\:h-10{
    height: 2.5rem;
  }

  .xl\:h-12{
    height: 3rem;
  }

  .xl\:h-16{
    height: 4rem;
  }

  .xl\:h-24{
    height: 6rem;
  }

  .xl\:h-32{
    height: 8rem;
  }

  .xl\:h-48{
    height: 12rem;
  }

  .xl\:h-64{
    height: 16rem;
  }

  .xl\:h-auto{
    height: auto;
  }

  .xl\:h-px{
    height: 1px;
  }

  .xl\:h-sm{
    height: 2rem;
  }

  .xl\:h-md{
    height: 3rem;
  }

  .xl\:h-lg{
    height: 4rem;
  }

  .xl\:h-full{
    height: 100%;
  }

  .xl\:h-screen{
    height: 100vh;
  }

  .xl\:leading-0{
    line-height: 0;
  }

  .xl\:leading-none{
    line-height: 1;
  }

  .xl\:leading-tight{
    line-height: 1.2;
  }

  .xl\:leading-normal{
    line-height: 1.75;
  }

  .xl\:leading-loose{
    line-height: 2;
  }

  .xl\:list-inside{
    list-style-position: inside;
  }

  .xl\:list-outside{
    list-style-position: outside;
  }

  .xl\:list-none{
    list-style-type: none;
  }

  .xl\:list-disc{
    list-style-type: disc;
  }

  .xl\:list-decimal{
    list-style-type: decimal;
  }

  .xl\:m-0{
    margin: 0;
  }

  .xl\:m-1{
    margin: 1px;
  }

  .xl\:m-2{
    margin: 2px;
  }

  .xl\:m-3{
    margin: 3px;
  }

  .xl\:m-4{
    margin: 4px;
  }

  .xl\:m-5{
    margin: 5px;
  }

  .xl\:m-6{
    margin: 6px;
  }

  .xl\:m-7{
    margin: 7px;
  }

  .xl\:m-8{
    margin: 8px;
  }

  .xl\:m-9{
    margin: 9px;
  }

  .xl\:m-10{
    margin: 10px;
  }

  .xl\:m-13{
    margin: 13px;
  }

  .xl\:m-15{
    margin: 15px;
  }

  .xl\:m-20{
    margin: 20px;
  }

  .xl\:m-90{
    margin: 6rem;
  }

  .xl\:m-auto{
    margin: auto;
  }

  .xl\:m-px{
    margin: 1px;
  }

  .xl\:m-xs{
    margin: .33rem;
  }

  .xl\:m-sm{
    margin: 1rem;
  }

  .xl\:m-md{
    margin: 2rem;
  }

  .xl\:m-lg{
    margin: 3rem;
  }

  .xl\:m-xl{
    margin: 4rem;
  }

  .xl\:m-xxl{
    margin: 8rem;
  }

  .xl\:m-gutter{
    margin: 15px;
  }

  .xl\:m-gutter-desktop{
    margin: 15px;
  }

  .xl\:m-gutter-lg{
    margin: 30px;
  }

  .xl\:m-gutter-desktop-lg{
    margin: 30px;
  }

  .xl\:m-heading{
    margin: 0.5em;
  }

  .xl\:-m-px{
    margin: -1px;
  }

  .xl\:-m-1{
    margin: -0.25rem;
  }

  .xl\:-m-2{
    margin: -0.5rem;
  }

  .xl\:-m-3{
    margin: -0.75rem;
  }

  .xl\:-m-4{
    margin: -1rem;
  }

  .xl\:-m-6{
    margin: -1.5rem;
  }

  .xl\:-m-8{
    margin: -2rem;
  }

  .xl\:-m-gutter{
    margin: -10px;
  }

  .xl\:-m-gutter-desktop{
    margin: -15px;
  }

  .xl\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:my-1{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:mx-1{
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:my-2{
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .xl\:mx-2{
    margin-left: 2px;
    margin-right: 2px;
  }

  .xl\:my-3{
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .xl\:mx-3{
    margin-left: 3px;
    margin-right: 3px;
  }

  .xl\:my-4{
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .xl\:mx-4{
    margin-left: 4px;
    margin-right: 4px;
  }

  .xl\:my-5{
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .xl\:mx-5{
    margin-left: 5px;
    margin-right: 5px;
  }

  .xl\:my-6{
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .xl\:mx-6{
    margin-left: 6px;
    margin-right: 6px;
  }

  .xl\:my-7{
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .xl\:mx-7{
    margin-left: 7px;
    margin-right: 7px;
  }

  .xl\:my-8{
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .xl\:mx-8{
    margin-left: 8px;
    margin-right: 8px;
  }

  .xl\:my-9{
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .xl\:mx-9{
    margin-left: 9px;
    margin-right: 9px;
  }

  .xl\:my-10{
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .xl\:mx-10{
    margin-left: 10px;
    margin-right: 10px;
  }

  .xl\:my-13{
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .xl\:mx-13{
    margin-left: 13px;
    margin-right: 13px;
  }

  .xl\:my-15{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .xl\:mx-15{
    margin-left: 15px;
    margin-right: 15px;
  }

  .xl\:my-20{
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .xl\:mx-20{
    margin-left: 20px;
    margin-right: 20px;
  }

  .xl\:my-90{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:mx-90{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:my-xs{
    margin-top: .33rem;
    margin-bottom: .33rem;
  }

  .xl\:mx-xs{
    margin-left: .33rem;
    margin-right: .33rem;
  }

  .xl\:my-sm{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:mx-sm{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:my-md{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:mx-md{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:my-lg{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:mx-lg{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:my-xl{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:mx-xl{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:my-xxl{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:mx-xxl{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:my-gutter{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .xl\:mx-gutter{
    margin-left: 15px;
    margin-right: 15px;
  }

  .xl\:my-gutter-desktop{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .xl\:mx-gutter-desktop{
    margin-left: 15px;
    margin-right: 15px;
  }

  .xl\:my-gutter-lg{
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .xl\:mx-gutter-lg{
    margin-left: 30px;
    margin-right: 30px;
  }

  .xl\:my-gutter-desktop-lg{
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .xl\:mx-gutter-desktop-lg{
    margin-left: 30px;
    margin-right: 30px;
  }

  .xl\:my-heading{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .xl\:mx-heading{
    margin-left: 0.5em;
    margin-right: 0.5em;
  }

  .xl\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:-my-gutter{
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .xl\:-mx-gutter{
    margin-left: -10px;
    margin-right: -10px;
  }

  .xl\:-my-gutter-desktop{
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .xl\:-mx-gutter-desktop{
    margin-left: -15px;
    margin-right: -15px;
  }

  .xl\:mt-0{
    margin-top: 0;
  }

  .xl\:mr-0{
    margin-right: 0;
  }

  .xl\:mb-0{
    margin-bottom: 0;
  }

  .xl\:ml-0{
    margin-left: 0;
  }

  .xl\:mt-1{
    margin-top: 1px;
  }

  .xl\:mr-1{
    margin-right: 1px;
  }

  .xl\:mb-1{
    margin-bottom: 1px;
  }

  .xl\:ml-1{
    margin-left: 1px;
  }

  .xl\:mt-2{
    margin-top: 2px;
  }

  .xl\:mr-2{
    margin-right: 2px;
  }

  .xl\:mb-2{
    margin-bottom: 2px;
  }

  .xl\:ml-2{
    margin-left: 2px;
  }

  .xl\:mt-3{
    margin-top: 3px;
  }

  .xl\:mr-3{
    margin-right: 3px;
  }

  .xl\:mb-3{
    margin-bottom: 3px;
  }

  .xl\:ml-3{
    margin-left: 3px;
  }

  .xl\:mt-4{
    margin-top: 4px;
  }

  .xl\:mr-4{
    margin-right: 4px;
  }

  .xl\:mb-4{
    margin-bottom: 4px;
  }

  .xl\:ml-4{
    margin-left: 4px;
  }

  .xl\:mt-5{
    margin-top: 5px;
  }

  .xl\:mr-5{
    margin-right: 5px;
  }

  .xl\:mb-5{
    margin-bottom: 5px;
  }

  .xl\:ml-5{
    margin-left: 5px;
  }

  .xl\:mt-6{
    margin-top: 6px;
  }

  .xl\:mr-6{
    margin-right: 6px;
  }

  .xl\:mb-6{
    margin-bottom: 6px;
  }

  .xl\:ml-6{
    margin-left: 6px;
  }

  .xl\:mt-7{
    margin-top: 7px;
  }

  .xl\:mr-7{
    margin-right: 7px;
  }

  .xl\:mb-7{
    margin-bottom: 7px;
  }

  .xl\:ml-7{
    margin-left: 7px;
  }

  .xl\:mt-8{
    margin-top: 8px;
  }

  .xl\:mr-8{
    margin-right: 8px;
  }

  .xl\:mb-8{
    margin-bottom: 8px;
  }

  .xl\:ml-8{
    margin-left: 8px;
  }

  .xl\:mt-9{
    margin-top: 9px;
  }

  .xl\:mr-9{
    margin-right: 9px;
  }

  .xl\:mb-9{
    margin-bottom: 9px;
  }

  .xl\:ml-9{
    margin-left: 9px;
  }

  .xl\:mt-10{
    margin-top: 10px;
  }

  .xl\:mr-10{
    margin-right: 10px;
  }

  .xl\:mb-10{
    margin-bottom: 10px;
  }

  .xl\:ml-10{
    margin-left: 10px;
  }

  .xl\:mt-13{
    margin-top: 13px;
  }

  .xl\:mr-13{
    margin-right: 13px;
  }

  .xl\:mb-13{
    margin-bottom: 13px;
  }

  .xl\:ml-13{
    margin-left: 13px;
  }

  .xl\:mt-15{
    margin-top: 15px;
  }

  .xl\:mr-15{
    margin-right: 15px;
  }

  .xl\:mb-15{
    margin-bottom: 15px;
  }

  .xl\:ml-15{
    margin-left: 15px;
  }

  .xl\:mt-20{
    margin-top: 20px;
  }

  .xl\:mr-20{
    margin-right: 20px;
  }

  .xl\:mb-20{
    margin-bottom: 20px;
  }

  .xl\:ml-20{
    margin-left: 20px;
  }

  .xl\:mt-90{
    margin-top: 6rem;
  }

  .xl\:mr-90{
    margin-right: 6rem;
  }

  .xl\:mb-90{
    margin-bottom: 6rem;
  }

  .xl\:ml-90{
    margin-left: 6rem;
  }

  .xl\:mt-auto{
    margin-top: auto;
  }

  .xl\:mr-auto{
    margin-right: auto;
  }

  .xl\:mb-auto{
    margin-bottom: auto;
  }

  .xl\:ml-auto{
    margin-left: auto;
  }

  .xl\:mt-px{
    margin-top: 1px;
  }

  .xl\:mr-px{
    margin-right: 1px;
  }

  .xl\:mb-px{
    margin-bottom: 1px;
  }

  .xl\:ml-px{
    margin-left: 1px;
  }

  .xl\:mt-xs{
    margin-top: .33rem;
  }

  .xl\:mr-xs{
    margin-right: .33rem;
  }

  .xl\:mb-xs{
    margin-bottom: .33rem;
  }

  .xl\:ml-xs{
    margin-left: .33rem;
  }

  .xl\:mt-sm{
    margin-top: 1rem;
  }

  .xl\:mr-sm{
    margin-right: 1rem;
  }

  .xl\:mb-sm{
    margin-bottom: 1rem;
  }

  .xl\:ml-sm{
    margin-left: 1rem;
  }

  .xl\:mt-md{
    margin-top: 2rem;
  }

  .xl\:mr-md{
    margin-right: 2rem;
  }

  .xl\:mb-md{
    margin-bottom: 2rem;
  }

  .xl\:ml-md{
    margin-left: 2rem;
  }

  .xl\:mt-lg{
    margin-top: 3rem;
  }

  .xl\:mr-lg{
    margin-right: 3rem;
  }

  .xl\:mb-lg{
    margin-bottom: 3rem;
  }

  .xl\:ml-lg{
    margin-left: 3rem;
  }

  .xl\:mt-xl{
    margin-top: 4rem;
  }

  .xl\:mr-xl{
    margin-right: 4rem;
  }

  .xl\:mb-xl{
    margin-bottom: 4rem;
  }

  .xl\:ml-xl{
    margin-left: 4rem;
  }

  .xl\:mt-xxl{
    margin-top: 8rem;
  }

  .xl\:mr-xxl{
    margin-right: 8rem;
  }

  .xl\:mb-xxl{
    margin-bottom: 8rem;
  }

  .xl\:ml-xxl{
    margin-left: 8rem;
  }

  .xl\:mt-gutter{
    margin-top: 15px;
  }

  .xl\:mr-gutter{
    margin-right: 15px;
  }

  .xl\:mb-gutter{
    margin-bottom: 15px;
  }

  .xl\:ml-gutter{
    margin-left: 15px;
  }

  .xl\:mt-gutter-desktop{
    margin-top: 15px;
  }

  .xl\:mr-gutter-desktop{
    margin-right: 15px;
  }

  .xl\:mb-gutter-desktop{
    margin-bottom: 15px;
  }

  .xl\:ml-gutter-desktop{
    margin-left: 15px;
  }

  .xl\:mt-gutter-lg{
    margin-top: 30px;
  }

  .xl\:mr-gutter-lg{
    margin-right: 30px;
  }

  .xl\:mb-gutter-lg{
    margin-bottom: 30px;
  }

  .xl\:ml-gutter-lg{
    margin-left: 30px;
  }

  .xl\:mt-gutter-desktop-lg{
    margin-top: 30px;
  }

  .xl\:mr-gutter-desktop-lg{
    margin-right: 30px;
  }

  .xl\:mb-gutter-desktop-lg{
    margin-bottom: 30px;
  }

  .xl\:ml-gutter-desktop-lg{
    margin-left: 30px;
  }

  .xl\:mt-heading{
    margin-top: 0.5em;
  }

  .xl\:mr-heading{
    margin-right: 0.5em;
  }

  .xl\:mb-heading{
    margin-bottom: 0.5em;
  }

  .xl\:ml-heading{
    margin-left: 0.5em;
  }

  .xl\:-mt-px{
    margin-top: -1px;
  }

  .xl\:-mr-px{
    margin-right: -1px;
  }

  .xl\:-mb-px{
    margin-bottom: -1px;
  }

  .xl\:-ml-px{
    margin-left: -1px;
  }

  .xl\:-mt-1{
    margin-top: -0.25rem;
  }

  .xl\:-mr-1{
    margin-right: -0.25rem;
  }

  .xl\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .xl\:-ml-1{
    margin-left: -0.25rem;
  }

  .xl\:-mt-2{
    margin-top: -0.5rem;
  }

  .xl\:-mr-2{
    margin-right: -0.5rem;
  }

  .xl\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .xl\:-ml-2{
    margin-left: -0.5rem;
  }

  .xl\:-mt-3{
    margin-top: -0.75rem;
  }

  .xl\:-mr-3{
    margin-right: -0.75rem;
  }

  .xl\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .xl\:-ml-3{
    margin-left: -0.75rem;
  }

  .xl\:-mt-4{
    margin-top: -1rem;
  }

  .xl\:-mr-4{
    margin-right: -1rem;
  }

  .xl\:-mb-4{
    margin-bottom: -1rem;
  }

  .xl\:-ml-4{
    margin-left: -1rem;
  }

  .xl\:-mt-6{
    margin-top: -1.5rem;
  }

  .xl\:-mr-6{
    margin-right: -1.5rem;
  }

  .xl\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .xl\:-ml-6{
    margin-left: -1.5rem;
  }

  .xl\:-mt-8{
    margin-top: -2rem;
  }

  .xl\:-mr-8{
    margin-right: -2rem;
  }

  .xl\:-mb-8{
    margin-bottom: -2rem;
  }

  .xl\:-ml-8{
    margin-left: -2rem;
  }

  .xl\:-mt-gutter{
    margin-top: -10px;
  }

  .xl\:-mr-gutter{
    margin-right: -10px;
  }

  .xl\:-mb-gutter{
    margin-bottom: -10px;
  }

  .xl\:-ml-gutter{
    margin-left: -10px;
  }

  .xl\:-mt-gutter-desktop{
    margin-top: -15px;
  }

  .xl\:-mr-gutter-desktop{
    margin-right: -15px;
  }

  .xl\:-mb-gutter-desktop{
    margin-bottom: -15px;
  }

  .xl\:-ml-gutter-desktop{
    margin-left: -15px;
  }

  .xl\:max-h-full{
    max-height: 100%;
  }

  .xl\:max-h-hero{
    max-height: 600px;
  }

  .xl\:max-h-screen{
    max-height: 100vh;
  }

  .xl\:max-w-xxs{
    max-width: 11rem;
  }

  .xl\:max-w-xs{
    max-width: 20rem;
  }

  .xl\:max-w-sm{
    max-width: 30rem;
  }

  .xl\:max-w-md{
    max-width: 40rem;
  }

  .xl\:max-w-lg{
    max-width: 50rem;
  }

  .xl\:max-w-xl{
    max-width: 60rem;
  }

  .xl\:max-w-2xl{
    max-width: 70rem;
  }

  .xl\:max-w-3xl{
    max-width: 80rem;
  }

  .xl\:max-w-4xl{
    max-width: 90rem;
  }

  .xl\:max-w-5xl{
    max-width: 100rem;
  }

  .xl\:max-w-full{
    max-width: 100%;
  }

  .xl\:max-w-row{
    max-width: 1130px;
  }

  .xl\:max-w-row-half{
    max-width: 565px;
  }

  .xl\:min-h-0{
    min-height: 0;
  }

  .xl\:min-h-full{
    min-height: 100%;
  }

  .xl\:min-h-hero{
    min-height: 700px;
  }

  .xl\:min-h-hero-tablet{
    min-height: 450px;
  }

  .xl\:min-h-hero-desktop{
    min-height: 550px;
  }

  .xl\:min-h-screen{
    min-height: 100vh;
  }

  .xl\:min-w-0{
    min-width: 0;
  }

  .xl\:min-w-full{
    min-width: 100%;
  }

  .xl\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xl\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xl\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xl\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .xl\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xl\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xl\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .xl\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .xl\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xl\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .xl\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .xl\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xl\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .xl\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .xl\:opacity-0{
    opacity: 0;
  }

  .xl\:opacity-25{
    opacity: .25;
  }

  .xl\:opacity-50{
    opacity: .5;
  }

  .xl\:opacity-75{
    opacity: .75;
  }

  .xl\:opacity-90{
    opacity: .9;
  }

  .xl\:opacity-100{
    opacity: 1;
  }

  .xl\:outline-none{
    outline: 0;
  }

  .xl\:focus\:outline-none:focus{
    outline: 0;
  }

  .xl\:hover\:outline-none:hover{
    outline: 0;
  }

  .xl\:active\:outline-none:active{
    outline: 0;
  }

  .xl\:overflow-auto{
    overflow: auto;
  }

  .xl\:overflow-hidden{
    overflow: hidden;
  }

  .xl\:overflow-visible{
    overflow: visible;
  }

  .xl\:overflow-scroll{
    overflow: scroll;
  }

  .xl\:overflow-x-auto{
    overflow-x: auto;
  }

  .xl\:overflow-y-auto{
    overflow-y: auto;
  }

  .xl\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .xl\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .xl\:overflow-x-visible{
    overflow-x: visible;
  }

  .xl\:overflow-y-visible{
    overflow-y: visible;
  }

  .xl\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .xl\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .xl\:scrolling-touch{
    -webkit-overflow-scrolling: touch;
  }

  .xl\:scrolling-auto{
    -webkit-overflow-scrolling: auto;
  }

  .xl\:p-0{
    padding: 0;
  }

  .xl\:p-1{
    padding: 1px;
  }

  .xl\:p-2{
    padding: 2px;
  }

  .xl\:p-3{
    padding: 3px;
  }

  .xl\:p-4{
    padding: 4px;
  }

  .xl\:p-5{
    padding: 5px;
  }

  .xl\:p-6{
    padding: 6px;
  }

  .xl\:p-7{
    padding: 7px;
  }

  .xl\:p-8{
    padding: 8px;
  }

  .xl\:p-9{
    padding: 9px;
  }

  .xl\:p-10{
    padding: 10px;
  }

  .xl\:p-90{
    padding: 6rem;
  }

  .xl\:p-px{
    padding: 1px;
  }

  .xl\:p-xs{
    padding: .33rem;
  }

  .xl\:p-sm{
    padding: 1rem;
  }

  .xl\:p-md{
    padding: 2rem;
  }

  .xl\:p-lg{
    padding: 3rem;
  }

  .xl\:p-xl{
    padding: 4rem;
  }

  .xl\:p-xxl{
    padding: 8rem;
  }

  .xl\:p-gutter{
    padding: 15px;
  }

  .xl\:p-gutter-desktop{
    padding: 15px;
  }

  .xl\:p-gutter-lg{
    padding: 30px;
  }

  .xl\:p-gutter-desktop-lg{
    padding: 30px;
  }

  .xl\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:py-1{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:px-1{
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:py-2{
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .xl\:px-2{
    padding-left: 2px;
    padding-right: 2px;
  }

  .xl\:py-3{
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .xl\:px-3{
    padding-left: 3px;
    padding-right: 3px;
  }

  .xl\:py-4{
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .xl\:px-4{
    padding-left: 4px;
    padding-right: 4px;
  }

  .xl\:py-5{
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .xl\:px-5{
    padding-left: 5px;
    padding-right: 5px;
  }

  .xl\:py-6{
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .xl\:px-6{
    padding-left: 6px;
    padding-right: 6px;
  }

  .xl\:py-7{
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .xl\:px-7{
    padding-left: 7px;
    padding-right: 7px;
  }

  .xl\:py-8{
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .xl\:px-8{
    padding-left: 8px;
    padding-right: 8px;
  }

  .xl\:py-9{
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .xl\:px-9{
    padding-left: 9px;
    padding-right: 9px;
  }

  .xl\:py-10{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .xl\:px-10{
    padding-left: 10px;
    padding-right: 10px;
  }

  .xl\:py-90{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:px-90{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:py-xs{
    padding-top: .33rem;
    padding-bottom: .33rem;
  }

  .xl\:px-xs{
    padding-left: .33rem;
    padding-right: .33rem;
  }

  .xl\:py-sm{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:px-sm{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:py-md{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:px-md{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:py-lg{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:px-lg{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:py-xl{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:px-xl{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:py-xxl{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:px-xxl{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:py-gutter{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .xl\:px-gutter{
    padding-left: 15px;
    padding-right: 15px;
  }

  .xl\:py-gutter-desktop{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .xl\:px-gutter-desktop{
    padding-left: 15px;
    padding-right: 15px;
  }

  .xl\:py-gutter-lg{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .xl\:px-gutter-lg{
    padding-left: 30px;
    padding-right: 30px;
  }

  .xl\:py-gutter-desktop-lg{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .xl\:px-gutter-desktop-lg{
    padding-left: 30px;
    padding-right: 30px;
  }

  .xl\:pt-0{
    padding-top: 0;
  }

  .xl\:pr-0{
    padding-right: 0;
  }

  .xl\:pb-0{
    padding-bottom: 0;
  }

  .xl\:pl-0{
    padding-left: 0;
  }

  .xl\:pt-1{
    padding-top: 1px;
  }

  .xl\:pr-1{
    padding-right: 1px;
  }

  .xl\:pb-1{
    padding-bottom: 1px;
  }

  .xl\:pl-1{
    padding-left: 1px;
  }

  .xl\:pt-2{
    padding-top: 2px;
  }

  .xl\:pr-2{
    padding-right: 2px;
  }

  .xl\:pb-2{
    padding-bottom: 2px;
  }

  .xl\:pl-2{
    padding-left: 2px;
  }

  .xl\:pt-3{
    padding-top: 3px;
  }

  .xl\:pr-3{
    padding-right: 3px;
  }

  .xl\:pb-3{
    padding-bottom: 3px;
  }

  .xl\:pl-3{
    padding-left: 3px;
  }

  .xl\:pt-4{
    padding-top: 4px;
  }

  .xl\:pr-4{
    padding-right: 4px;
  }

  .xl\:pb-4{
    padding-bottom: 4px;
  }

  .xl\:pl-4{
    padding-left: 4px;
  }

  .xl\:pt-5{
    padding-top: 5px;
  }

  .xl\:pr-5{
    padding-right: 5px;
  }

  .xl\:pb-5{
    padding-bottom: 5px;
  }

  .xl\:pl-5{
    padding-left: 5px;
  }

  .xl\:pt-6{
    padding-top: 6px;
  }

  .xl\:pr-6{
    padding-right: 6px;
  }

  .xl\:pb-6{
    padding-bottom: 6px;
  }

  .xl\:pl-6{
    padding-left: 6px;
  }

  .xl\:pt-7{
    padding-top: 7px;
  }

  .xl\:pr-7{
    padding-right: 7px;
  }

  .xl\:pb-7{
    padding-bottom: 7px;
  }

  .xl\:pl-7{
    padding-left: 7px;
  }

  .xl\:pt-8{
    padding-top: 8px;
  }

  .xl\:pr-8{
    padding-right: 8px;
  }

  .xl\:pb-8{
    padding-bottom: 8px;
  }

  .xl\:pl-8{
    padding-left: 8px;
  }

  .xl\:pt-9{
    padding-top: 9px;
  }

  .xl\:pr-9{
    padding-right: 9px;
  }

  .xl\:pb-9{
    padding-bottom: 9px;
  }

  .xl\:pl-9{
    padding-left: 9px;
  }

  .xl\:pt-10{
    padding-top: 10px;
  }

  .xl\:pr-10{
    padding-right: 10px;
  }

  .xl\:pb-10{
    padding-bottom: 10px;
  }

  .xl\:pl-10{
    padding-left: 10px;
  }

  .xl\:pt-90{
    padding-top: 6rem;
  }

  .xl\:pr-90{
    padding-right: 6rem;
  }

  .xl\:pb-90{
    padding-bottom: 6rem;
  }

  .xl\:pl-90{
    padding-left: 6rem;
  }

  .xl\:pt-px{
    padding-top: 1px;
  }

  .xl\:pr-px{
    padding-right: 1px;
  }

  .xl\:pb-px{
    padding-bottom: 1px;
  }

  .xl\:pl-px{
    padding-left: 1px;
  }

  .xl\:pt-xs{
    padding-top: .33rem;
  }

  .xl\:pr-xs{
    padding-right: .33rem;
  }

  .xl\:pb-xs{
    padding-bottom: .33rem;
  }

  .xl\:pl-xs{
    padding-left: .33rem;
  }

  .xl\:pt-sm{
    padding-top: 1rem;
  }

  .xl\:pr-sm{
    padding-right: 1rem;
  }

  .xl\:pb-sm{
    padding-bottom: 1rem;
  }

  .xl\:pl-sm{
    padding-left: 1rem;
  }

  .xl\:pt-md{
    padding-top: 2rem;
  }

  .xl\:pr-md{
    padding-right: 2rem;
  }

  .xl\:pb-md{
    padding-bottom: 2rem;
  }

  .xl\:pl-md{
    padding-left: 2rem;
  }

  .xl\:pt-lg{
    padding-top: 3rem;
  }

  .xl\:pr-lg{
    padding-right: 3rem;
  }

  .xl\:pb-lg{
    padding-bottom: 3rem;
  }

  .xl\:pl-lg{
    padding-left: 3rem;
  }

  .xl\:pt-xl{
    padding-top: 4rem;
  }

  .xl\:pr-xl{
    padding-right: 4rem;
  }

  .xl\:pb-xl{
    padding-bottom: 4rem;
  }

  .xl\:pl-xl{
    padding-left: 4rem;
  }

  .xl\:pt-xxl{
    padding-top: 8rem;
  }

  .xl\:pr-xxl{
    padding-right: 8rem;
  }

  .xl\:pb-xxl{
    padding-bottom: 8rem;
  }

  .xl\:pl-xxl{
    padding-left: 8rem;
  }

  .xl\:pt-gutter{
    padding-top: 15px;
  }

  .xl\:pr-gutter{
    padding-right: 15px;
  }

  .xl\:pb-gutter{
    padding-bottom: 15px;
  }

  .xl\:pl-gutter{
    padding-left: 15px;
  }

  .xl\:pt-gutter-desktop{
    padding-top: 15px;
  }

  .xl\:pr-gutter-desktop{
    padding-right: 15px;
  }

  .xl\:pb-gutter-desktop{
    padding-bottom: 15px;
  }

  .xl\:pl-gutter-desktop{
    padding-left: 15px;
  }

  .xl\:pt-gutter-lg{
    padding-top: 30px;
  }

  .xl\:pr-gutter-lg{
    padding-right: 30px;
  }

  .xl\:pb-gutter-lg{
    padding-bottom: 30px;
  }

  .xl\:pl-gutter-lg{
    padding-left: 30px;
  }

  .xl\:pt-gutter-desktop-lg{
    padding-top: 30px;
  }

  .xl\:pr-gutter-desktop-lg{
    padding-right: 30px;
  }

  .xl\:pb-gutter-desktop-lg{
    padding-bottom: 30px;
  }

  .xl\:pl-gutter-desktop-lg{
    padding-left: 30px;
  }

  .xl\:placeholder-black::-webkit-input-placeholder{
    color: #2a2828;
  }

  .xl\:placeholder-black::-moz-placeholder{
    color: #2a2828;
  }

  .xl\:placeholder-black:-ms-input-placeholder{
    color: #2a2828;
  }

  .xl\:placeholder-black::-ms-input-placeholder{
    color: #2a2828;
  }

  .xl\:placeholder-black::placeholder{
    color: #2a2828;
  }

  .xl\:placeholder-black-transparent::-webkit-input-placeholder{
    color: rgba(42,40,40,0.80);
  }

  .xl\:placeholder-black-transparent::-moz-placeholder{
    color: rgba(42,40,40,0.80);
  }

  .xl\:placeholder-black-transparent:-ms-input-placeholder{
    color: rgba(42,40,40,0.80);
  }

  .xl\:placeholder-black-transparent::-ms-input-placeholder{
    color: rgba(42,40,40,0.80);
  }

  .xl\:placeholder-black-transparent::placeholder{
    color: rgba(42,40,40,0.80);
  }

  .xl\:placeholder-black-modal::-webkit-input-placeholder{
    color: rgba(42,40,40,0.9);
  }

  .xl\:placeholder-black-modal::-moz-placeholder{
    color: rgba(42,40,40,0.9);
  }

  .xl\:placeholder-black-modal:-ms-input-placeholder{
    color: rgba(42,40,40,0.9);
  }

  .xl\:placeholder-black-modal::-ms-input-placeholder{
    color: rgba(42,40,40,0.9);
  }

  .xl\:placeholder-black-modal::placeholder{
    color: rgba(42,40,40,0.9);
  }

  .xl\:placeholder-gray-darkest::-webkit-input-placeholder{
    color: #555353;
  }

  .xl\:placeholder-gray-darkest::-moz-placeholder{
    color: #555353;
  }

  .xl\:placeholder-gray-darkest:-ms-input-placeholder{
    color: #555353;
  }

  .xl\:placeholder-gray-darkest::-ms-input-placeholder{
    color: #555353;
  }

  .xl\:placeholder-gray-darkest::placeholder{
    color: #555353;
  }

  .xl\:placeholder-gray-darker::-webkit-input-placeholder{
    color: #8E8E93;
  }

  .xl\:placeholder-gray-darker::-moz-placeholder{
    color: #8E8E93;
  }

  .xl\:placeholder-gray-darker:-ms-input-placeholder{
    color: #8E8E93;
  }

  .xl\:placeholder-gray-darker::-ms-input-placeholder{
    color: #8E8E93;
  }

  .xl\:placeholder-gray-darker::placeholder{
    color: #8E8E93;
  }

  .xl\:placeholder-gray-dark::-webkit-input-placeholder{
    color: #7f7f7f;
  }

  .xl\:placeholder-gray-dark::-moz-placeholder{
    color: #7f7f7f;
  }

  .xl\:placeholder-gray-dark:-ms-input-placeholder{
    color: #7f7f7f;
  }

  .xl\:placeholder-gray-dark::-ms-input-placeholder{
    color: #7f7f7f;
  }

  .xl\:placeholder-gray-dark::placeholder{
    color: #7f7f7f;
  }

  .xl\:placeholder-gray::-webkit-input-placeholder{
    color: #a9a7a7;
  }

  .xl\:placeholder-gray::-moz-placeholder{
    color: #a9a7a7;
  }

  .xl\:placeholder-gray:-ms-input-placeholder{
    color: #a9a7a7;
  }

  .xl\:placeholder-gray::-ms-input-placeholder{
    color: #a9a7a7;
  }

  .xl\:placeholder-gray::placeholder{
    color: #a9a7a7;
  }

  .xl\:placeholder-gray-light::-webkit-input-placeholder{
    color: #d7d6d6;
  }

  .xl\:placeholder-gray-light::-moz-placeholder{
    color: #d7d6d6;
  }

  .xl\:placeholder-gray-light:-ms-input-placeholder{
    color: #d7d6d6;
  }

  .xl\:placeholder-gray-light::-ms-input-placeholder{
    color: #d7d6d6;
  }

  .xl\:placeholder-gray-light::placeholder{
    color: #d7d6d6;
  }

  .xl\:placeholder-gray-lighter::-webkit-input-placeholder{
    color: #dddddd;
  }

  .xl\:placeholder-gray-lighter::-moz-placeholder{
    color: #dddddd;
  }

  .xl\:placeholder-gray-lighter:-ms-input-placeholder{
    color: #dddddd;
  }

  .xl\:placeholder-gray-lighter::-ms-input-placeholder{
    color: #dddddd;
  }

  .xl\:placeholder-gray-lighter::placeholder{
    color: #dddddd;
  }

  .xl\:placeholder-gray-lightest::-webkit-input-placeholder{
    color: #e8e8e8;
  }

  .xl\:placeholder-gray-lightest::-moz-placeholder{
    color: #e8e8e8;
  }

  .xl\:placeholder-gray-lightest:-ms-input-placeholder{
    color: #e8e8e8;
  }

  .xl\:placeholder-gray-lightest::-ms-input-placeholder{
    color: #e8e8e8;
  }

  .xl\:placeholder-gray-lightest::placeholder{
    color: #e8e8e8;
  }

  .xl\:placeholder-gray-table::-webkit-input-placeholder{
    color: rgba(232,232,232,0.5);
  }

  .xl\:placeholder-gray-table::-moz-placeholder{
    color: rgba(232,232,232,0.5);
  }

  .xl\:placeholder-gray-table:-ms-input-placeholder{
    color: rgba(232,232,232,0.5);
  }

  .xl\:placeholder-gray-table::-ms-input-placeholder{
    color: rgba(232,232,232,0.5);
  }

  .xl\:placeholder-gray-table::placeholder{
    color: rgba(232,232,232,0.5);
  }

  .xl\:placeholder-red::-webkit-input-placeholder{
    color: #af1c2e;
  }

  .xl\:placeholder-red::-moz-placeholder{
    color: #af1c2e;
  }

  .xl\:placeholder-red:-ms-input-placeholder{
    color: #af1c2e;
  }

  .xl\:placeholder-red::-ms-input-placeholder{
    color: #af1c2e;
  }

  .xl\:placeholder-red::placeholder{
    color: #af1c2e;
  }

  .xl\:placeholder-darkred::-webkit-input-placeholder{
    color: #831522;
  }

  .xl\:placeholder-darkred::-moz-placeholder{
    color: #831522;
  }

  .xl\:placeholder-darkred:-ms-input-placeholder{
    color: #831522;
  }

  .xl\:placeholder-darkred::-ms-input-placeholder{
    color: #831522;
  }

  .xl\:placeholder-darkred::placeholder{
    color: #831522;
  }

  .xl\:placeholder-green::-webkit-input-placeholder{
    color: #86b327;
  }

  .xl\:placeholder-green::-moz-placeholder{
    color: #86b327;
  }

  .xl\:placeholder-green:-ms-input-placeholder{
    color: #86b327;
  }

  .xl\:placeholder-green::-ms-input-placeholder{
    color: #86b327;
  }

  .xl\:placeholder-green::placeholder{
    color: #86b327;
  }

  .xl\:placeholder-white::-webkit-input-placeholder{
    color: #fff;
  }

  .xl\:placeholder-white::-moz-placeholder{
    color: #fff;
  }

  .xl\:placeholder-white:-ms-input-placeholder{
    color: #fff;
  }

  .xl\:placeholder-white::-ms-input-placeholder{
    color: #fff;
  }

  .xl\:placeholder-white::placeholder{
    color: #fff;
  }

  .xl\:placeholder-trans::-webkit-input-placeholder{
    color: transparent;
  }

  .xl\:placeholder-trans::-moz-placeholder{
    color: transparent;
  }

  .xl\:placeholder-trans:-ms-input-placeholder{
    color: transparent;
  }

  .xl\:placeholder-trans::-ms-input-placeholder{
    color: transparent;
  }

  .xl\:placeholder-trans::placeholder{
    color: transparent;
  }

  .xl\:placeholder-primary::-webkit-input-placeholder{
    color: #af1c2e;
  }

  .xl\:placeholder-primary::-moz-placeholder{
    color: #af1c2e;
  }

  .xl\:placeholder-primary:-ms-input-placeholder{
    color: #af1c2e;
  }

  .xl\:placeholder-primary::-ms-input-placeholder{
    color: #af1c2e;
  }

  .xl\:placeholder-primary::placeholder{
    color: #af1c2e;
  }

  .xl\:placeholder-primary-dark::-webkit-input-placeholder{
    color: #831522;
  }

  .xl\:placeholder-primary-dark::-moz-placeholder{
    color: #831522;
  }

  .xl\:placeholder-primary-dark:-ms-input-placeholder{
    color: #831522;
  }

  .xl\:placeholder-primary-dark::-ms-input-placeholder{
    color: #831522;
  }

  .xl\:placeholder-primary-dark::placeholder{
    color: #831522;
  }

  .xl\:placeholder-secondary::-webkit-input-placeholder{
    color: #a9a7a7;
  }

  .xl\:placeholder-secondary::-moz-placeholder{
    color: #a9a7a7;
  }

  .xl\:placeholder-secondary:-ms-input-placeholder{
    color: #a9a7a7;
  }

  .xl\:placeholder-secondary::-ms-input-placeholder{
    color: #a9a7a7;
  }

  .xl\:placeholder-secondary::placeholder{
    color: #a9a7a7;
  }

  .xl\:placeholder-secondary-dark::-webkit-input-placeholder{
    color: #7f7f7f;
  }

  .xl\:placeholder-secondary-dark::-moz-placeholder{
    color: #7f7f7f;
  }

  .xl\:placeholder-secondary-dark:-ms-input-placeholder{
    color: #7f7f7f;
  }

  .xl\:placeholder-secondary-dark::-ms-input-placeholder{
    color: #7f7f7f;
  }

  .xl\:placeholder-secondary-dark::placeholder{
    color: #7f7f7f;
  }

  .xl\:focus\:placeholder-black:focus::-webkit-input-placeholder{
    color: #2a2828;
  }

  .xl\:focus\:placeholder-black:focus::-moz-placeholder{
    color: #2a2828;
  }

  .xl\:focus\:placeholder-black:focus:-ms-input-placeholder{
    color: #2a2828;
  }

  .xl\:focus\:placeholder-black:focus::-ms-input-placeholder{
    color: #2a2828;
  }

  .xl\:focus\:placeholder-black:focus::placeholder{
    color: #2a2828;
  }

  .xl\:focus\:placeholder-black-transparent:focus::-webkit-input-placeholder{
    color: rgba(42,40,40,0.80);
  }

  .xl\:focus\:placeholder-black-transparent:focus::-moz-placeholder{
    color: rgba(42,40,40,0.80);
  }

  .xl\:focus\:placeholder-black-transparent:focus:-ms-input-placeholder{
    color: rgba(42,40,40,0.80);
  }

  .xl\:focus\:placeholder-black-transparent:focus::-ms-input-placeholder{
    color: rgba(42,40,40,0.80);
  }

  .xl\:focus\:placeholder-black-transparent:focus::placeholder{
    color: rgba(42,40,40,0.80);
  }

  .xl\:focus\:placeholder-black-modal:focus::-webkit-input-placeholder{
    color: rgba(42,40,40,0.9);
  }

  .xl\:focus\:placeholder-black-modal:focus::-moz-placeholder{
    color: rgba(42,40,40,0.9);
  }

  .xl\:focus\:placeholder-black-modal:focus:-ms-input-placeholder{
    color: rgba(42,40,40,0.9);
  }

  .xl\:focus\:placeholder-black-modal:focus::-ms-input-placeholder{
    color: rgba(42,40,40,0.9);
  }

  .xl\:focus\:placeholder-black-modal:focus::placeholder{
    color: rgba(42,40,40,0.9);
  }

  .xl\:focus\:placeholder-gray-darkest:focus::-webkit-input-placeholder{
    color: #555353;
  }

  .xl\:focus\:placeholder-gray-darkest:focus::-moz-placeholder{
    color: #555353;
  }

  .xl\:focus\:placeholder-gray-darkest:focus:-ms-input-placeholder{
    color: #555353;
  }

  .xl\:focus\:placeholder-gray-darkest:focus::-ms-input-placeholder{
    color: #555353;
  }

  .xl\:focus\:placeholder-gray-darkest:focus::placeholder{
    color: #555353;
  }

  .xl\:focus\:placeholder-gray-darker:focus::-webkit-input-placeholder{
    color: #8E8E93;
  }

  .xl\:focus\:placeholder-gray-darker:focus::-moz-placeholder{
    color: #8E8E93;
  }

  .xl\:focus\:placeholder-gray-darker:focus:-ms-input-placeholder{
    color: #8E8E93;
  }

  .xl\:focus\:placeholder-gray-darker:focus::-ms-input-placeholder{
    color: #8E8E93;
  }

  .xl\:focus\:placeholder-gray-darker:focus::placeholder{
    color: #8E8E93;
  }

  .xl\:focus\:placeholder-gray-dark:focus::-webkit-input-placeholder{
    color: #7f7f7f;
  }

  .xl\:focus\:placeholder-gray-dark:focus::-moz-placeholder{
    color: #7f7f7f;
  }

  .xl\:focus\:placeholder-gray-dark:focus:-ms-input-placeholder{
    color: #7f7f7f;
  }

  .xl\:focus\:placeholder-gray-dark:focus::-ms-input-placeholder{
    color: #7f7f7f;
  }

  .xl\:focus\:placeholder-gray-dark:focus::placeholder{
    color: #7f7f7f;
  }

  .xl\:focus\:placeholder-gray:focus::-webkit-input-placeholder{
    color: #a9a7a7;
  }

  .xl\:focus\:placeholder-gray:focus::-moz-placeholder{
    color: #a9a7a7;
  }

  .xl\:focus\:placeholder-gray:focus:-ms-input-placeholder{
    color: #a9a7a7;
  }

  .xl\:focus\:placeholder-gray:focus::-ms-input-placeholder{
    color: #a9a7a7;
  }

  .xl\:focus\:placeholder-gray:focus::placeholder{
    color: #a9a7a7;
  }

  .xl\:focus\:placeholder-gray-light:focus::-webkit-input-placeholder{
    color: #d7d6d6;
  }

  .xl\:focus\:placeholder-gray-light:focus::-moz-placeholder{
    color: #d7d6d6;
  }

  .xl\:focus\:placeholder-gray-light:focus:-ms-input-placeholder{
    color: #d7d6d6;
  }

  .xl\:focus\:placeholder-gray-light:focus::-ms-input-placeholder{
    color: #d7d6d6;
  }

  .xl\:focus\:placeholder-gray-light:focus::placeholder{
    color: #d7d6d6;
  }

  .xl\:focus\:placeholder-gray-lighter:focus::-webkit-input-placeholder{
    color: #dddddd;
  }

  .xl\:focus\:placeholder-gray-lighter:focus::-moz-placeholder{
    color: #dddddd;
  }

  .xl\:focus\:placeholder-gray-lighter:focus:-ms-input-placeholder{
    color: #dddddd;
  }

  .xl\:focus\:placeholder-gray-lighter:focus::-ms-input-placeholder{
    color: #dddddd;
  }

  .xl\:focus\:placeholder-gray-lighter:focus::placeholder{
    color: #dddddd;
  }

  .xl\:focus\:placeholder-gray-lightest:focus::-webkit-input-placeholder{
    color: #e8e8e8;
  }

  .xl\:focus\:placeholder-gray-lightest:focus::-moz-placeholder{
    color: #e8e8e8;
  }

  .xl\:focus\:placeholder-gray-lightest:focus:-ms-input-placeholder{
    color: #e8e8e8;
  }

  .xl\:focus\:placeholder-gray-lightest:focus::-ms-input-placeholder{
    color: #e8e8e8;
  }

  .xl\:focus\:placeholder-gray-lightest:focus::placeholder{
    color: #e8e8e8;
  }

  .xl\:focus\:placeholder-gray-table:focus::-webkit-input-placeholder{
    color: rgba(232,232,232,0.5);
  }

  .xl\:focus\:placeholder-gray-table:focus::-moz-placeholder{
    color: rgba(232,232,232,0.5);
  }

  .xl\:focus\:placeholder-gray-table:focus:-ms-input-placeholder{
    color: rgba(232,232,232,0.5);
  }

  .xl\:focus\:placeholder-gray-table:focus::-ms-input-placeholder{
    color: rgba(232,232,232,0.5);
  }

  .xl\:focus\:placeholder-gray-table:focus::placeholder{
    color: rgba(232,232,232,0.5);
  }

  .xl\:focus\:placeholder-red:focus::-webkit-input-placeholder{
    color: #af1c2e;
  }

  .xl\:focus\:placeholder-red:focus::-moz-placeholder{
    color: #af1c2e;
  }

  .xl\:focus\:placeholder-red:focus:-ms-input-placeholder{
    color: #af1c2e;
  }

  .xl\:focus\:placeholder-red:focus::-ms-input-placeholder{
    color: #af1c2e;
  }

  .xl\:focus\:placeholder-red:focus::placeholder{
    color: #af1c2e;
  }

  .xl\:focus\:placeholder-darkred:focus::-webkit-input-placeholder{
    color: #831522;
  }

  .xl\:focus\:placeholder-darkred:focus::-moz-placeholder{
    color: #831522;
  }

  .xl\:focus\:placeholder-darkred:focus:-ms-input-placeholder{
    color: #831522;
  }

  .xl\:focus\:placeholder-darkred:focus::-ms-input-placeholder{
    color: #831522;
  }

  .xl\:focus\:placeholder-darkred:focus::placeholder{
    color: #831522;
  }

  .xl\:focus\:placeholder-green:focus::-webkit-input-placeholder{
    color: #86b327;
  }

  .xl\:focus\:placeholder-green:focus::-moz-placeholder{
    color: #86b327;
  }

  .xl\:focus\:placeholder-green:focus:-ms-input-placeholder{
    color: #86b327;
  }

  .xl\:focus\:placeholder-green:focus::-ms-input-placeholder{
    color: #86b327;
  }

  .xl\:focus\:placeholder-green:focus::placeholder{
    color: #86b327;
  }

  .xl\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    color: #fff;
  }

  .xl\:focus\:placeholder-white:focus::-moz-placeholder{
    color: #fff;
  }

  .xl\:focus\:placeholder-white:focus:-ms-input-placeholder{
    color: #fff;
  }

  .xl\:focus\:placeholder-white:focus::-ms-input-placeholder{
    color: #fff;
  }

  .xl\:focus\:placeholder-white:focus::placeholder{
    color: #fff;
  }

  .xl\:focus\:placeholder-trans:focus::-webkit-input-placeholder{
    color: transparent;
  }

  .xl\:focus\:placeholder-trans:focus::-moz-placeholder{
    color: transparent;
  }

  .xl\:focus\:placeholder-trans:focus:-ms-input-placeholder{
    color: transparent;
  }

  .xl\:focus\:placeholder-trans:focus::-ms-input-placeholder{
    color: transparent;
  }

  .xl\:focus\:placeholder-trans:focus::placeholder{
    color: transparent;
  }

  .xl\:focus\:placeholder-primary:focus::-webkit-input-placeholder{
    color: #af1c2e;
  }

  .xl\:focus\:placeholder-primary:focus::-moz-placeholder{
    color: #af1c2e;
  }

  .xl\:focus\:placeholder-primary:focus:-ms-input-placeholder{
    color: #af1c2e;
  }

  .xl\:focus\:placeholder-primary:focus::-ms-input-placeholder{
    color: #af1c2e;
  }

  .xl\:focus\:placeholder-primary:focus::placeholder{
    color: #af1c2e;
  }

  .xl\:focus\:placeholder-primary-dark:focus::-webkit-input-placeholder{
    color: #831522;
  }

  .xl\:focus\:placeholder-primary-dark:focus::-moz-placeholder{
    color: #831522;
  }

  .xl\:focus\:placeholder-primary-dark:focus:-ms-input-placeholder{
    color: #831522;
  }

  .xl\:focus\:placeholder-primary-dark:focus::-ms-input-placeholder{
    color: #831522;
  }

  .xl\:focus\:placeholder-primary-dark:focus::placeholder{
    color: #831522;
  }

  .xl\:focus\:placeholder-secondary:focus::-webkit-input-placeholder{
    color: #a9a7a7;
  }

  .xl\:focus\:placeholder-secondary:focus::-moz-placeholder{
    color: #a9a7a7;
  }

  .xl\:focus\:placeholder-secondary:focus:-ms-input-placeholder{
    color: #a9a7a7;
  }

  .xl\:focus\:placeholder-secondary:focus::-ms-input-placeholder{
    color: #a9a7a7;
  }

  .xl\:focus\:placeholder-secondary:focus::placeholder{
    color: #a9a7a7;
  }

  .xl\:focus\:placeholder-secondary-dark:focus::-webkit-input-placeholder{
    color: #7f7f7f;
  }

  .xl\:focus\:placeholder-secondary-dark:focus::-moz-placeholder{
    color: #7f7f7f;
  }

  .xl\:focus\:placeholder-secondary-dark:focus:-ms-input-placeholder{
    color: #7f7f7f;
  }

  .xl\:focus\:placeholder-secondary-dark:focus::-ms-input-placeholder{
    color: #7f7f7f;
  }

  .xl\:focus\:placeholder-secondary-dark:focus::placeholder{
    color: #7f7f7f;
  }

  .xl\:pointer-events-none{
    pointer-events: none;
  }

  .xl\:pointer-events-auto{
    pointer-events: auto;
  }

  .xl\:static{
    position: static;
  }

  .xl\:fixed{
    position: fixed;
  }

  .xl\:absolute{
    position: absolute;
  }

  .xl\:relative{
    position: relative;
  }

  .xl\:sticky{
    position: -webkit-sticky;
    position: sticky;
  }

  .xl\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:inset-sm{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .xl\:inset-md{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .xl\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .xl\:inset-x-0{
    right: 0;
    left: 0;
  }

  .xl\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .xl\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .xl\:inset-y-sm{
    top: 2rem;
    bottom: 2rem;
  }

  .xl\:inset-x-sm{
    right: 2rem;
    left: 2rem;
  }

  .xl\:inset-y-md{
    top: 4rem;
    bottom: 4rem;
  }

  .xl\:inset-x-md{
    right: 4rem;
    left: 4rem;
  }

  .xl\:top-0{
    top: 0;
  }

  .xl\:right-0{
    right: 0;
  }

  .xl\:bottom-0{
    bottom: 0;
  }

  .xl\:left-0{
    left: 0;
  }

  .xl\:top-auto{
    top: auto;
  }

  .xl\:right-auto{
    right: auto;
  }

  .xl\:bottom-auto{
    bottom: auto;
  }

  .xl\:left-auto{
    left: auto;
  }

  .xl\:top-sm{
    top: 2rem;
  }

  .xl\:right-sm{
    right: 2rem;
  }

  .xl\:bottom-sm{
    bottom: 2rem;
  }

  .xl\:left-sm{
    left: 2rem;
  }

  .xl\:top-md{
    top: 4rem;
  }

  .xl\:right-md{
    right: 4rem;
  }

  .xl\:bottom-md{
    bottom: 4rem;
  }

  .xl\:left-md{
    left: 4rem;
  }

  .xl\:resize-none{
    resize: none;
  }

  .xl\:resize-y{
    resize: vertical;
  }

  .xl\:resize-x{
    resize: horizontal;
  }

  .xl\:resize{
    resize: both;
  }

  .xl\:shadow{
    box-shadow: 0 2px 4px 0 rgba(42,40,40,0.20);
  }

  .xl\:shadow-menu{
    box-shadow: 0 0 8px 2px rgba(42,40,40,0.2);
  }

  .xl\:shadow-hover{
    box-shadow: 0 3px 6px 0 rgba(42,40,40,0.3);
  }

  .xl\:shadow-active{
    box-shadow: 0 3px 10px 0 rgba(42,40,40,0.4);
  }

  .xl\:shadow-md{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
  }

  .xl\:shadow-lg{
    box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
  }

  .xl\:shadow-img{
    box-shadow: 1px 2px 6px 0 rgba(42,40,40,0.2);
  }

  .xl\:shadow-box-light{
    box-shadow: 1px 2px 6px 0 rgba(42,40,40,0.15);
  }

  .xl\:shadow-box-dark{
    box-shadow: 1px 2px 6px 0 rgba(42, 40, 40, 0.4);
  }

  .xl\:shadow-box-dark-hover{
    box-shadow: 1px 4px 8px 0 rgba(42, 40, 40, 0.5);
  }

  .xl\:shadow-icon{
    box-shadow: 0 0 4px 0 rgba(41, 41, 41, 0.24);
  }

  .xl\:shadow-inner{
    box-shadow: inset 0 0 3px 2px rgba(129,129,129,0.15);
  }

  .xl\:shadow-text-hover{
    box-shadow: 0 2px 4px 0 rgba(42, 40, 40, 0.10);
  }

  .xl\:shadow-none{
    box-shadow: none;
  }

  .xl\:hover\:shadow:hover{
    box-shadow: 0 2px 4px 0 rgba(42,40,40,0.20);
  }

  .xl\:hover\:shadow-menu:hover{
    box-shadow: 0 0 8px 2px rgba(42,40,40,0.2);
  }

  .xl\:hover\:shadow-hover:hover{
    box-shadow: 0 3px 6px 0 rgba(42,40,40,0.3);
  }

  .xl\:hover\:shadow-active:hover{
    box-shadow: 0 3px 10px 0 rgba(42,40,40,0.4);
  }

  .xl\:hover\:shadow-md:hover{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
  }

  .xl\:hover\:shadow-lg:hover{
    box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
  }

  .xl\:hover\:shadow-img:hover{
    box-shadow: 1px 2px 6px 0 rgba(42,40,40,0.2);
  }

  .xl\:hover\:shadow-box-light:hover{
    box-shadow: 1px 2px 6px 0 rgba(42,40,40,0.15);
  }

  .xl\:hover\:shadow-box-dark:hover{
    box-shadow: 1px 2px 6px 0 rgba(42, 40, 40, 0.4);
  }

  .xl\:hover\:shadow-box-dark-hover:hover{
    box-shadow: 1px 4px 8px 0 rgba(42, 40, 40, 0.5);
  }

  .xl\:hover\:shadow-icon:hover{
    box-shadow: 0 0 4px 0 rgba(41, 41, 41, 0.24);
  }

  .xl\:hover\:shadow-inner:hover{
    box-shadow: inset 0 0 3px 2px rgba(129,129,129,0.15);
  }

  .xl\:hover\:shadow-text-hover:hover{
    box-shadow: 0 2px 4px 0 rgba(42, 40, 40, 0.10);
  }

  .xl\:hover\:shadow-none:hover{
    box-shadow: none;
  }

  .xl\:table-auto{
    table-layout: auto;
  }

  .xl\:table-fixed{
    table-layout: fixed;
  }

  .xl\:text-left{
    text-align: left;
  }

  .xl\:text-center{
    text-align: center;
  }

  .xl\:text-right{
    text-align: right;
  }

  .xl\:text-justify{
    text-align: justify;
  }

  .xl\:text-black{
    color: #2a2828;
  }

  .xl\:text-black-transparent{
    color: rgba(42,40,40,0.80);
  }

  .xl\:text-black-modal{
    color: rgba(42,40,40,0.9);
  }

  .xl\:text-gray-darkest{
    color: #555353;
  }

  .xl\:text-gray-darker{
    color: #8E8E93;
  }

  .xl\:text-gray-dark{
    color: #7f7f7f;
  }

  .xl\:text-gray{
    color: #a9a7a7;
  }

  .xl\:text-gray-light{
    color: #d7d6d6;
  }

  .xl\:text-gray-lighter{
    color: #dddddd;
  }

  .xl\:text-gray-lightest{
    color: #e8e8e8;
  }

  .xl\:text-gray-table{
    color: rgba(232,232,232,0.5);
  }

  .xl\:text-red{
    color: #af1c2e;
  }

  .xl\:text-darkred{
    color: #831522;
  }

  .xl\:text-green{
    color: #86b327;
  }

  .xl\:text-white{
    color: #fff;
  }

  .xl\:text-trans{
    color: transparent;
  }

  .xl\:text-primary{
    color: #af1c2e;
  }

  .xl\:text-primary-dark{
    color: #831522;
  }

  .xl\:text-secondary{
    color: #a9a7a7;
  }

  .xl\:text-secondary-dark{
    color: #7f7f7f;
  }

  .xl\:hover\:text-black:hover{
    color: #2a2828;
  }

  .xl\:hover\:text-black-transparent:hover{
    color: rgba(42,40,40,0.80);
  }

  .xl\:hover\:text-black-modal:hover{
    color: rgba(42,40,40,0.9);
  }

  .xl\:hover\:text-gray-darkest:hover{
    color: #555353;
  }

  .xl\:hover\:text-gray-darker:hover{
    color: #8E8E93;
  }

  .xl\:hover\:text-gray-dark:hover{
    color: #7f7f7f;
  }

  .xl\:hover\:text-gray:hover{
    color: #a9a7a7;
  }

  .xl\:hover\:text-gray-light:hover{
    color: #d7d6d6;
  }

  .xl\:hover\:text-gray-lighter:hover{
    color: #dddddd;
  }

  .xl\:hover\:text-gray-lightest:hover{
    color: #e8e8e8;
  }

  .xl\:hover\:text-gray-table:hover{
    color: rgba(232,232,232,0.5);
  }

  .xl\:hover\:text-red:hover{
    color: #af1c2e;
  }

  .xl\:hover\:text-darkred:hover{
    color: #831522;
  }

  .xl\:hover\:text-green:hover{
    color: #86b327;
  }

  .xl\:hover\:text-white:hover{
    color: #fff;
  }

  .xl\:hover\:text-trans:hover{
    color: transparent;
  }

  .xl\:hover\:text-primary:hover{
    color: #af1c2e;
  }

  .xl\:hover\:text-primary-dark:hover{
    color: #831522;
  }

  .xl\:hover\:text-secondary:hover{
    color: #a9a7a7;
  }

  .xl\:hover\:text-secondary-dark:hover{
    color: #7f7f7f;
  }

  .xl\:text-base{
    font-size: 1rem;
  }

  .xl\:text-xs{
    font-size: 0.93333rem;
  }

  .xl\:text-sm{
    font-size: 1rem;
  }

  .xl\:text-md{
    font-size: 1.06667rem;
  }

  .xl\:text-lg{
    font-size: 1.2rem;
  }

  .xl\:text-xl{
    font-size: 1.33333rem;
  }

  .xl\:text-xxl{
    font-size: 1.5rem;
  }

  .xl\:text-h1{
    font-size: 2.666667rem;
  }

  .xl\:text-h2{
    font-size: 2.13333rem;
  }

  .xl\:text-h3{
    font-size: 1.73333rem;
  }

  .xl\:text-label{
    font-size: 0.93333rem;
  }

  .xl\:text-nav{
    font-size: 0.86667rem;
  }

  .xl\:text-nav-sm{
    font-size: .73333rem;
  }

  .xl\:text-small{
    font-size: 0.85em;
  }

  .xl\:text-button{
    font-size: 0.93333rem;
  }

  .xl\:text-intro{
    font-size: 1.13333rem;
  }

  .xl\:text-button-sm{
    font-size: .73333rem;
  }

  .xl\:italic{
    font-style: italic;
  }

  .xl\:not-italic{
    font-style: normal;
  }

  .xl\:uppercase{
    text-transform: uppercase;
  }

  .xl\:lowercase{
    text-transform: lowercase;
  }

  .xl\:capitalize{
    text-transform: capitalize;
  }

  .xl\:normal-case{
    text-transform: none;
  }

  .xl\:underline{
    text-decoration: underline;
  }

  .xl\:line-through{
    text-decoration: line-through;
  }

  .xl\:no-underline{
    text-decoration: none;
  }

  .xl\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:tracking-tight{
    letter-spacing: -0.066666667rem;
  }

  .xl\:tracking-normal{
    letter-spacing: 0;
  }

  .xl\:tracking-copy{
    letter-spacing: .01rem;
  }

  .xl\:tracking-wide{
    letter-spacing: 0.066666667rem;
  }

  .xl\:tracking-super-wide{
    letter-spacing: 0.266666667rem;
  }

  .xl\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xl\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xl\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .xl\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .xl\:align-baseline{
    vertical-align: baseline;
  }

  .xl\:align-top{
    vertical-align: top;
  }

  .xl\:align-middle{
    vertical-align: middle;
  }

  .xl\:align-bottom{
    vertical-align: bottom;
  }

  .xl\:align-text-top{
    vertical-align: text-top;
  }

  .xl\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .xl\:visible{
    visibility: visible;
  }

  .xl\:invisible{
    visibility: hidden;
  }

  .xl\:whitespace-normal{
    white-space: normal;
  }

  .xl\:whitespace-no-wrap{
    white-space: nowrap;
  }

  .xl\:whitespace-pre{
    white-space: pre;
  }

  .xl\:whitespace-pre-line{
    white-space: pre-line;
  }

  .xl\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .xl\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .xl\:break-words{
    overflow-wrap: break-word;
  }

  .xl\:break-all{
    word-break: break-all;
  }

  .xl\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:w-auto{
    width: auto;
  }

  .xl\:w-px{
    width: 1px;
  }

  .xl\:w-1\/2{
    width: 50%;
  }

  .xl\:w-1\/3{
    width: 33.33333%;
  }

  .xl\:w-2\/3{
    width: 66.66667%;
  }

  .xl\:w-1\/4{
    width: 25%;
  }

  .xl\:w-3\/4{
    width: 75%;
  }

  .xl\:w-1\/5{
    width: 20%;
  }

  .xl\:w-2\/5{
    width: 40%;
  }

  .xl\:w-3\/5{
    width: 60%;
  }

  .xl\:w-4\/5{
    width: 80%;
  }

  .xl\:w-1\/6{
    width: 16.66667%;
  }

  .xl\:w-5\/6{
    width: 83.33333%;
  }

  .xl\:w-1\/12{
    width: 8.33337%;
  }

  .xl\:w-5\/12{
    width: 41.66667%;
  }

  .xl\:w-7\/12{
    width: 58.33333%;
  }

  .xl\:w-gap-xs{
    width: 30%;
  }

  .xl\:w-gap{
    width: 46.5%;
  }

  .xl\:w-gap-sm{
    width: 46%;
  }

  .xl\:w-xs{
    width: 1rem;
  }

  .xl\:w-sm{
    width: 2rem;
  }

  .xl\:w-md{
    width: 3rem;
  }

  .xl\:w-lg{
    width: 4rem;
  }

  .xl\:w-full{
    width: 100%;
  }

  .xl\:w-screen{
    width: 100vw;
  }

  .xl\:z-0{
    z-index: 0;
  }

  .xl\:z-10{
    z-index: 10;
  }

  .xl\:z-20{
    z-index: 20;
  }

  .xl\:z-30{
    z-index: 30;
  }

  .xl\:z-40{
    z-index: 40;
  }

  .xl\:z-50{
    z-index: 50;
  }

  .xl\:z-60{
    z-index: 60;
  }

  .xl\:z-70{
    z-index: 70;
  }

  .xl\:z-auto{
    z-index: auto;
  }
}

@media (min-width: 1160px){
  .row\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .row\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .row\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .row\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .row\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .row\:bg-fixed{
    background-attachment: fixed;
  }

  .row\:bg-local{
    background-attachment: local;
  }

  .row\:bg-scroll{
    background-attachment: scroll;
  }

  .row\:bg-black{
    background-color: #2a2828;
  }

  .row\:bg-black-transparent{
    background-color: rgba(42,40,40,0.80);
  }

  .row\:bg-black-modal{
    background-color: rgba(42,40,40,0.9);
  }

  .row\:bg-gray-darkest{
    background-color: #555353;
  }

  .row\:bg-gray-darker{
    background-color: #8E8E93;
  }

  .row\:bg-gray-dark{
    background-color: #7f7f7f;
  }

  .row\:bg-gray{
    background-color: #a9a7a7;
  }

  .row\:bg-gray-light{
    background-color: #d7d6d6;
  }

  .row\:bg-gray-lighter{
    background-color: #dddddd;
  }

  .row\:bg-gray-lightest{
    background-color: #e8e8e8;
  }

  .row\:bg-gray-table{
    background-color: rgba(232,232,232,0.5);
  }

  .row\:bg-red{
    background-color: #af1c2e;
  }

  .row\:bg-darkred{
    background-color: #831522;
  }

  .row\:bg-green{
    background-color: #86b327;
  }

  .row\:bg-white{
    background-color: #fff;
  }

  .row\:bg-trans{
    background-color: transparent;
  }

  .row\:bg-primary{
    background-color: #af1c2e;
  }

  .row\:bg-primary-dark{
    background-color: #831522;
  }

  .row\:bg-secondary{
    background-color: #a9a7a7;
  }

  .row\:bg-secondary-dark{
    background-color: #7f7f7f;
  }

  .row\:hover\:bg-black:hover{
    background-color: #2a2828;
  }

  .row\:hover\:bg-black-transparent:hover{
    background-color: rgba(42,40,40,0.80);
  }

  .row\:hover\:bg-black-modal:hover{
    background-color: rgba(42,40,40,0.9);
  }

  .row\:hover\:bg-gray-darkest:hover{
    background-color: #555353;
  }

  .row\:hover\:bg-gray-darker:hover{
    background-color: #8E8E93;
  }

  .row\:hover\:bg-gray-dark:hover{
    background-color: #7f7f7f;
  }

  .row\:hover\:bg-gray:hover{
    background-color: #a9a7a7;
  }

  .row\:hover\:bg-gray-light:hover{
    background-color: #d7d6d6;
  }

  .row\:hover\:bg-gray-lighter:hover{
    background-color: #dddddd;
  }

  .row\:hover\:bg-gray-lightest:hover{
    background-color: #e8e8e8;
  }

  .row\:hover\:bg-gray-table:hover{
    background-color: rgba(232,232,232,0.5);
  }

  .row\:hover\:bg-red:hover{
    background-color: #af1c2e;
  }

  .row\:hover\:bg-darkred:hover{
    background-color: #831522;
  }

  .row\:hover\:bg-green:hover{
    background-color: #86b327;
  }

  .row\:hover\:bg-white:hover{
    background-color: #fff;
  }

  .row\:hover\:bg-trans:hover{
    background-color: transparent;
  }

  .row\:hover\:bg-primary:hover{
    background-color: #af1c2e;
  }

  .row\:hover\:bg-primary-dark:hover{
    background-color: #831522;
  }

  .row\:hover\:bg-secondary:hover{
    background-color: #a9a7a7;
  }

  .row\:hover\:bg-secondary-dark:hover{
    background-color: #7f7f7f;
  }

  .row\:bg-bottom{
    background-position: bottom;
  }

  .row\:bg-center{
    background-position: center;
  }

  .row\:bg-left{
    background-position: left;
  }

  .row\:bg-left-bottom{
    background-position: left bottom;
  }

  .row\:bg-left-top{
    background-position: left top;
  }

  .row\:bg-right{
    background-position: right;
  }

  .row\:bg-right-bottom{
    background-position: right bottom;
  }

  .row\:bg-right-top{
    background-position: right top;
  }

  .row\:bg-top{
    background-position: top;
  }

  .row\:bg-repeat{
    background-repeat: repeat;
  }

  .row\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .row\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .row\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .row\:bg-repeat-round{
    background-repeat: round;
  }

  .row\:bg-repeat-space{
    background-repeat: space;
  }

  .row\:bg-auto{
    background-size: auto;
  }

  .row\:bg-cover{
    background-size: cover;
  }

  .row\:bg-contain{
    background-size: contain;
  }

  .row\:border-collapse{
    border-collapse: collapse;
  }

  .row\:border-separate{
    border-collapse: separate;
  }

  .row\:border-black{
    border-color: #2a2828;
  }

  .row\:border-black-transparent{
    border-color: rgba(42,40,40,0.80);
  }

  .row\:border-black-modal{
    border-color: rgba(42,40,40,0.9);
  }

  .row\:border-gray-darkest{
    border-color: #555353;
  }

  .row\:border-gray-darker{
    border-color: #8E8E93;
  }

  .row\:border-gray-dark{
    border-color: #7f7f7f;
  }

  .row\:border-gray{
    border-color: #a9a7a7;
  }

  .row\:border-gray-light{
    border-color: #d7d6d6;
  }

  .row\:border-gray-lighter{
    border-color: #dddddd;
  }

  .row\:border-gray-lightest{
    border-color: #e8e8e8;
  }

  .row\:border-gray-table{
    border-color: rgba(232,232,232,0.5);
  }

  .row\:border-red{
    border-color: #af1c2e;
  }

  .row\:border-darkred{
    border-color: #831522;
  }

  .row\:border-green{
    border-color: #86b327;
  }

  .row\:border-white{
    border-color: #fff;
  }

  .row\:border-trans{
    border-color: transparent;
  }

  .row\:border-primary{
    border-color: #af1c2e;
  }

  .row\:border-primary-dark{
    border-color: #831522;
  }

  .row\:border-secondary{
    border-color: #a9a7a7;
  }

  .row\:border-secondary-dark{
    border-color: #7f7f7f;
  }

  .row\:hover\:border-black:hover{
    border-color: #2a2828;
  }

  .row\:hover\:border-black-transparent:hover{
    border-color: rgba(42,40,40,0.80);
  }

  .row\:hover\:border-black-modal:hover{
    border-color: rgba(42,40,40,0.9);
  }

  .row\:hover\:border-gray-darkest:hover{
    border-color: #555353;
  }

  .row\:hover\:border-gray-darker:hover{
    border-color: #8E8E93;
  }

  .row\:hover\:border-gray-dark:hover{
    border-color: #7f7f7f;
  }

  .row\:hover\:border-gray:hover{
    border-color: #a9a7a7;
  }

  .row\:hover\:border-gray-light:hover{
    border-color: #d7d6d6;
  }

  .row\:hover\:border-gray-lighter:hover{
    border-color: #dddddd;
  }

  .row\:hover\:border-gray-lightest:hover{
    border-color: #e8e8e8;
  }

  .row\:hover\:border-gray-table:hover{
    border-color: rgba(232,232,232,0.5);
  }

  .row\:hover\:border-red:hover{
    border-color: #af1c2e;
  }

  .row\:hover\:border-darkred:hover{
    border-color: #831522;
  }

  .row\:hover\:border-green:hover{
    border-color: #86b327;
  }

  .row\:hover\:border-white:hover{
    border-color: #fff;
  }

  .row\:hover\:border-trans:hover{
    border-color: transparent;
  }

  .row\:hover\:border-primary:hover{
    border-color: #af1c2e;
  }

  .row\:hover\:border-primary-dark:hover{
    border-color: #831522;
  }

  .row\:hover\:border-secondary:hover{
    border-color: #a9a7a7;
  }

  .row\:hover\:border-secondary-dark:hover{
    border-color: #7f7f7f;
  }

  .row\:rounded-none{
    border-radius: 0;
  }

  .row\:rounded-sm{
    border-radius: .125rem;
  }

  .row\:rounded{
    border-radius: .25rem;
  }

  .row\:rounded-lg{
    border-radius: .5rem;
  }

  .row\:rounded-full{
    border-radius: 9999px;
  }

  .row\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .row\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .row\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .row\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .row\:rounded-t-sm{
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .row\:rounded-r-sm{
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .row\:rounded-b-sm{
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .row\:rounded-l-sm{
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .row\:rounded-t{
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .row\:rounded-r{
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .row\:rounded-b{
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .row\:rounded-l{
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .row\:rounded-t-lg{
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .row\:rounded-r-lg{
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .row\:rounded-b-lg{
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .row\:rounded-l-lg{
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .row\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .row\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .row\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .row\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .row\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  .row\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  .row\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  .row\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  .row\:rounded-tl-sm{
    border-top-left-radius: .125rem;
  }

  .row\:rounded-tr-sm{
    border-top-right-radius: .125rem;
  }

  .row\:rounded-br-sm{
    border-bottom-right-radius: .125rem;
  }

  .row\:rounded-bl-sm{
    border-bottom-left-radius: .125rem;
  }

  .row\:rounded-tl{
    border-top-left-radius: .25rem;
  }

  .row\:rounded-tr{
    border-top-right-radius: .25rem;
  }

  .row\:rounded-br{
    border-bottom-right-radius: .25rem;
  }

  .row\:rounded-bl{
    border-bottom-left-radius: .25rem;
  }

  .row\:rounded-tl-lg{
    border-top-left-radius: .5rem;
  }

  .row\:rounded-tr-lg{
    border-top-right-radius: .5rem;
  }

  .row\:rounded-br-lg{
    border-bottom-right-radius: .5rem;
  }

  .row\:rounded-bl-lg{
    border-bottom-left-radius: .5rem;
  }

  .row\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .row\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .row\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .row\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .row\:border-solid{
    border-style: solid;
  }

  .row\:border-dashed{
    border-style: dashed;
  }

  .row\:border-dotted{
    border-style: dotted;
  }

  .row\:border-double{
    border-style: double;
  }

  .row\:border-none{
    border-style: none;
  }

  .row\:border-0{
    border-width: 0;
  }

  .row\:border-1{
    border-width: 1px;
  }

  .row\:border-2{
    border-width: 2px;
  }

  .row\:border-3{
    border-width: 3px;
  }

  .row\:border-4{
    border-width: 4px;
  }

  .row\:border-8{
    border-width: 8px;
  }

  .row\:border-10{
    border-width: 10px;
  }

  .row\:border{
    border-width: 1px;
  }

  .row\:border-t-0{
    border-top-width: 0;
  }

  .row\:border-r-0{
    border-right-width: 0;
  }

  .row\:border-b-0{
    border-bottom-width: 0;
  }

  .row\:border-l-0{
    border-left-width: 0;
  }

  .row\:border-t-1{
    border-top-width: 1px;
  }

  .row\:border-r-1{
    border-right-width: 1px;
  }

  .row\:border-b-1{
    border-bottom-width: 1px;
  }

  .row\:border-l-1{
    border-left-width: 1px;
  }

  .row\:border-t-2{
    border-top-width: 2px;
  }

  .row\:border-r-2{
    border-right-width: 2px;
  }

  .row\:border-b-2{
    border-bottom-width: 2px;
  }

  .row\:border-l-2{
    border-left-width: 2px;
  }

  .row\:border-t-3{
    border-top-width: 3px;
  }

  .row\:border-r-3{
    border-right-width: 3px;
  }

  .row\:border-b-3{
    border-bottom-width: 3px;
  }

  .row\:border-l-3{
    border-left-width: 3px;
  }

  .row\:border-t-4{
    border-top-width: 4px;
  }

  .row\:border-r-4{
    border-right-width: 4px;
  }

  .row\:border-b-4{
    border-bottom-width: 4px;
  }

  .row\:border-l-4{
    border-left-width: 4px;
  }

  .row\:border-t-8{
    border-top-width: 8px;
  }

  .row\:border-r-8{
    border-right-width: 8px;
  }

  .row\:border-b-8{
    border-bottom-width: 8px;
  }

  .row\:border-l-8{
    border-left-width: 8px;
  }

  .row\:border-t-10{
    border-top-width: 10px;
  }

  .row\:border-r-10{
    border-right-width: 10px;
  }

  .row\:border-b-10{
    border-bottom-width: 10px;
  }

  .row\:border-l-10{
    border-left-width: 10px;
  }

  .row\:border-t{
    border-top-width: 1px;
  }

  .row\:border-r{
    border-right-width: 1px;
  }

  .row\:border-b{
    border-bottom-width: 1px;
  }

  .row\:border-l{
    border-left-width: 1px;
  }

  .row\:cursor-auto{
    cursor: auto;
  }

  .row\:cursor-default{
    cursor: default;
  }

  .row\:cursor-pointer{
    cursor: pointer;
  }

  .row\:cursor-wait{
    cursor: wait;
  }

  .row\:cursor-text{
    cursor: text;
  }

  .row\:cursor-move{
    cursor: move;
  }

  .row\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .row\:block{
    display: block;
  }

  .row\:inline-block{
    display: inline-block;
  }

  .row\:inline{
    display: inline;
  }

  .row\:flex{
    display: flex;
  }

  .row\:inline-flex{
    display: inline-flex;
  }

  .row\:table{
    display: table;
  }

  .row\:table-row{
    display: table-row;
  }

  .row\:table-cell{
    display: table-cell;
  }

  .row\:hidden{
    display: none;
  }

  .row\:flex-row{
    flex-direction: row;
  }

  .row\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .row\:flex-col{
    flex-direction: column;
  }

  .row\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .row\:flex-wrap{
    flex-wrap: wrap;
  }

  .row\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .row\:flex-no-wrap{
    flex-wrap: nowrap;
  }

  .row\:items-start{
    align-items: flex-start;
  }

  .row\:items-end{
    align-items: flex-end;
  }

  .row\:items-center{
    align-items: center;
  }

  .row\:items-baseline{
    align-items: baseline;
  }

  .row\:items-stretch{
    align-items: stretch;
  }

  .row\:self-auto{
    align-self: auto;
  }

  .row\:self-start{
    align-self: flex-start;
  }

  .row\:self-end{
    align-self: flex-end;
  }

  .row\:self-center{
    align-self: center;
  }

  .row\:self-stretch{
    align-self: stretch;
  }

  .row\:justify-start{
    justify-content: flex-start;
  }

  .row\:justify-end{
    justify-content: flex-end;
  }

  .row\:justify-center{
    justify-content: center;
  }

  .row\:justify-between{
    justify-content: space-between;
  }

  .row\:justify-around{
    justify-content: space-around;
  }

  .row\:content-center{
    align-content: center;
  }

  .row\:content-start{
    align-content: flex-start;
  }

  .row\:content-end{
    align-content: flex-end;
  }

  .row\:content-between{
    align-content: space-between;
  }

  .row\:content-around{
    align-content: space-around;
  }

  .row\:flex-1{
    flex: 1 1 0%;
  }

  .row\:flex-auto{
    flex: 1 1 auto;
  }

  .row\:flex-initial{
    flex: 0 1 auto;
  }

  .row\:flex-none{
    flex: none;
  }

  .row\:flex-grow-0{
    flex-grow: 0;
  }

  .row\:flex-grow{
    flex-grow: 1;
  }

  .row\:flex-shrink-0{
    flex-shrink: 0;
  }

  .row\:flex-shrink{
    flex-shrink: 1;
  }

  .row\:order-1{
    order: 1;
  }

  .row\:order-2{
    order: 2;
  }

  .row\:order-3{
    order: 3;
  }

  .row\:order-4{
    order: 4;
  }

  .row\:order-5{
    order: 5;
  }

  .row\:order-6{
    order: 6;
  }

  .row\:order-7{
    order: 7;
  }

  .row\:order-8{
    order: 8;
  }

  .row\:order-9{
    order: 9;
  }

  .row\:order-10{
    order: 10;
  }

  .row\:order-11{
    order: 11;
  }

  .row\:order-12{
    order: 12;
  }

  .row\:order-first{
    order: -9999;
  }

  .row\:order-last{
    order: 9999;
  }

  .row\:order-none{
    order: 0;
  }

  .row\:float-right{
    float: right;
  }

  .row\:float-left{
    float: left;
  }

  .row\:float-none{
    float: none;
  }

  .row\:clearfix:after{
    content: "";
    display: table;
    clear: both;
  }

  .row\:font-sans{
    font-family: Rubik, Trebuchet MS, Helvetica, sans-serif;
  }

  .row\:font-normal{
    font-weight: 400;
  }

  .row\:font-bold{
    font-weight: 500;
  }

  .row\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .row\:hover\:font-bold:hover{
    font-weight: 500;
  }

  .row\:h-0{
    height: 0;
  }

  .row\:h-1{
    height: 0.25rem;
  }

  .row\:h-2{
    height: 0.5rem;
  }

  .row\:h-3{
    height: 0.75rem;
  }

  .row\:h-4{
    height: 1rem;
  }

  .row\:h-6{
    height: 1.5rem;
  }

  .row\:h-8{
    height: 2rem;
  }

  .row\:h-10{
    height: 2.5rem;
  }

  .row\:h-12{
    height: 3rem;
  }

  .row\:h-16{
    height: 4rem;
  }

  .row\:h-24{
    height: 6rem;
  }

  .row\:h-32{
    height: 8rem;
  }

  .row\:h-48{
    height: 12rem;
  }

  .row\:h-64{
    height: 16rem;
  }

  .row\:h-auto{
    height: auto;
  }

  .row\:h-px{
    height: 1px;
  }

  .row\:h-sm{
    height: 2rem;
  }

  .row\:h-md{
    height: 3rem;
  }

  .row\:h-lg{
    height: 4rem;
  }

  .row\:h-full{
    height: 100%;
  }

  .row\:h-screen{
    height: 100vh;
  }

  .row\:leading-0{
    line-height: 0;
  }

  .row\:leading-none{
    line-height: 1;
  }

  .row\:leading-tight{
    line-height: 1.2;
  }

  .row\:leading-normal{
    line-height: 1.75;
  }

  .row\:leading-loose{
    line-height: 2;
  }

  .row\:list-inside{
    list-style-position: inside;
  }

  .row\:list-outside{
    list-style-position: outside;
  }

  .row\:list-none{
    list-style-type: none;
  }

  .row\:list-disc{
    list-style-type: disc;
  }

  .row\:list-decimal{
    list-style-type: decimal;
  }

  .row\:m-0{
    margin: 0;
  }

  .row\:m-1{
    margin: 1px;
  }

  .row\:m-2{
    margin: 2px;
  }

  .row\:m-3{
    margin: 3px;
  }

  .row\:m-4{
    margin: 4px;
  }

  .row\:m-5{
    margin: 5px;
  }

  .row\:m-6{
    margin: 6px;
  }

  .row\:m-7{
    margin: 7px;
  }

  .row\:m-8{
    margin: 8px;
  }

  .row\:m-9{
    margin: 9px;
  }

  .row\:m-10{
    margin: 10px;
  }

  .row\:m-13{
    margin: 13px;
  }

  .row\:m-15{
    margin: 15px;
  }

  .row\:m-20{
    margin: 20px;
  }

  .row\:m-90{
    margin: 6rem;
  }

  .row\:m-auto{
    margin: auto;
  }

  .row\:m-px{
    margin: 1px;
  }

  .row\:m-xs{
    margin: .33rem;
  }

  .row\:m-sm{
    margin: 1rem;
  }

  .row\:m-md{
    margin: 2rem;
  }

  .row\:m-lg{
    margin: 3rem;
  }

  .row\:m-xl{
    margin: 4rem;
  }

  .row\:m-xxl{
    margin: 8rem;
  }

  .row\:m-gutter{
    margin: 15px;
  }

  .row\:m-gutter-desktop{
    margin: 15px;
  }

  .row\:m-gutter-lg{
    margin: 30px;
  }

  .row\:m-gutter-desktop-lg{
    margin: 30px;
  }

  .row\:m-heading{
    margin: 0.5em;
  }

  .row\:-m-px{
    margin: -1px;
  }

  .row\:-m-1{
    margin: -0.25rem;
  }

  .row\:-m-2{
    margin: -0.5rem;
  }

  .row\:-m-3{
    margin: -0.75rem;
  }

  .row\:-m-4{
    margin: -1rem;
  }

  .row\:-m-6{
    margin: -1.5rem;
  }

  .row\:-m-8{
    margin: -2rem;
  }

  .row\:-m-gutter{
    margin: -10px;
  }

  .row\:-m-gutter-desktop{
    margin: -15px;
  }

  .row\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .row\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .row\:my-1{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .row\:mx-1{
    margin-left: 1px;
    margin-right: 1px;
  }

  .row\:my-2{
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .row\:mx-2{
    margin-left: 2px;
    margin-right: 2px;
  }

  .row\:my-3{
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .row\:mx-3{
    margin-left: 3px;
    margin-right: 3px;
  }

  .row\:my-4{
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .row\:mx-4{
    margin-left: 4px;
    margin-right: 4px;
  }

  .row\:my-5{
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .row\:mx-5{
    margin-left: 5px;
    margin-right: 5px;
  }

  .row\:my-6{
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .row\:mx-6{
    margin-left: 6px;
    margin-right: 6px;
  }

  .row\:my-7{
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .row\:mx-7{
    margin-left: 7px;
    margin-right: 7px;
  }

  .row\:my-8{
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .row\:mx-8{
    margin-left: 8px;
    margin-right: 8px;
  }

  .row\:my-9{
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .row\:mx-9{
    margin-left: 9px;
    margin-right: 9px;
  }

  .row\:my-10{
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .row\:mx-10{
    margin-left: 10px;
    margin-right: 10px;
  }

  .row\:my-13{
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .row\:mx-13{
    margin-left: 13px;
    margin-right: 13px;
  }

  .row\:my-15{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .row\:mx-15{
    margin-left: 15px;
    margin-right: 15px;
  }

  .row\:my-20{
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .row\:mx-20{
    margin-left: 20px;
    margin-right: 20px;
  }

  .row\:my-90{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .row\:mx-90{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .row\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .row\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .row\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .row\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .row\:my-xs{
    margin-top: .33rem;
    margin-bottom: .33rem;
  }

  .row\:mx-xs{
    margin-left: .33rem;
    margin-right: .33rem;
  }

  .row\:my-sm{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .row\:mx-sm{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .row\:my-md{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .row\:mx-md{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .row\:my-lg{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .row\:mx-lg{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .row\:my-xl{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .row\:mx-xl{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .row\:my-xxl{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .row\:mx-xxl{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .row\:my-gutter{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .row\:mx-gutter{
    margin-left: 15px;
    margin-right: 15px;
  }

  .row\:my-gutter-desktop{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .row\:mx-gutter-desktop{
    margin-left: 15px;
    margin-right: 15px;
  }

  .row\:my-gutter-lg{
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .row\:mx-gutter-lg{
    margin-left: 30px;
    margin-right: 30px;
  }

  .row\:my-gutter-desktop-lg{
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .row\:mx-gutter-desktop-lg{
    margin-left: 30px;
    margin-right: 30px;
  }

  .row\:my-heading{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .row\:mx-heading{
    margin-left: 0.5em;
    margin-right: 0.5em;
  }

  .row\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .row\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .row\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .row\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .row\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .row\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .row\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .row\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .row\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .row\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .row\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .row\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .row\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .row\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .row\:-my-gutter{
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .row\:-mx-gutter{
    margin-left: -10px;
    margin-right: -10px;
  }

  .row\:-my-gutter-desktop{
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .row\:-mx-gutter-desktop{
    margin-left: -15px;
    margin-right: -15px;
  }

  .row\:mt-0{
    margin-top: 0;
  }

  .row\:mr-0{
    margin-right: 0;
  }

  .row\:mb-0{
    margin-bottom: 0;
  }

  .row\:ml-0{
    margin-left: 0;
  }

  .row\:mt-1{
    margin-top: 1px;
  }

  .row\:mr-1{
    margin-right: 1px;
  }

  .row\:mb-1{
    margin-bottom: 1px;
  }

  .row\:ml-1{
    margin-left: 1px;
  }

  .row\:mt-2{
    margin-top: 2px;
  }

  .row\:mr-2{
    margin-right: 2px;
  }

  .row\:mb-2{
    margin-bottom: 2px;
  }

  .row\:ml-2{
    margin-left: 2px;
  }

  .row\:mt-3{
    margin-top: 3px;
  }

  .row\:mr-3{
    margin-right: 3px;
  }

  .row\:mb-3{
    margin-bottom: 3px;
  }

  .row\:ml-3{
    margin-left: 3px;
  }

  .row\:mt-4{
    margin-top: 4px;
  }

  .row\:mr-4{
    margin-right: 4px;
  }

  .row\:mb-4{
    margin-bottom: 4px;
  }

  .row\:ml-4{
    margin-left: 4px;
  }

  .row\:mt-5{
    margin-top: 5px;
  }

  .row\:mr-5{
    margin-right: 5px;
  }

  .row\:mb-5{
    margin-bottom: 5px;
  }

  .row\:ml-5{
    margin-left: 5px;
  }

  .row\:mt-6{
    margin-top: 6px;
  }

  .row\:mr-6{
    margin-right: 6px;
  }

  .row\:mb-6{
    margin-bottom: 6px;
  }

  .row\:ml-6{
    margin-left: 6px;
  }

  .row\:mt-7{
    margin-top: 7px;
  }

  .row\:mr-7{
    margin-right: 7px;
  }

  .row\:mb-7{
    margin-bottom: 7px;
  }

  .row\:ml-7{
    margin-left: 7px;
  }

  .row\:mt-8{
    margin-top: 8px;
  }

  .row\:mr-8{
    margin-right: 8px;
  }

  .row\:mb-8{
    margin-bottom: 8px;
  }

  .row\:ml-8{
    margin-left: 8px;
  }

  .row\:mt-9{
    margin-top: 9px;
  }

  .row\:mr-9{
    margin-right: 9px;
  }

  .row\:mb-9{
    margin-bottom: 9px;
  }

  .row\:ml-9{
    margin-left: 9px;
  }

  .row\:mt-10{
    margin-top: 10px;
  }

  .row\:mr-10{
    margin-right: 10px;
  }

  .row\:mb-10{
    margin-bottom: 10px;
  }

  .row\:ml-10{
    margin-left: 10px;
  }

  .row\:mt-13{
    margin-top: 13px;
  }

  .row\:mr-13{
    margin-right: 13px;
  }

  .row\:mb-13{
    margin-bottom: 13px;
  }

  .row\:ml-13{
    margin-left: 13px;
  }

  .row\:mt-15{
    margin-top: 15px;
  }

  .row\:mr-15{
    margin-right: 15px;
  }

  .row\:mb-15{
    margin-bottom: 15px;
  }

  .row\:ml-15{
    margin-left: 15px;
  }

  .row\:mt-20{
    margin-top: 20px;
  }

  .row\:mr-20{
    margin-right: 20px;
  }

  .row\:mb-20{
    margin-bottom: 20px;
  }

  .row\:ml-20{
    margin-left: 20px;
  }

  .row\:mt-90{
    margin-top: 6rem;
  }

  .row\:mr-90{
    margin-right: 6rem;
  }

  .row\:mb-90{
    margin-bottom: 6rem;
  }

  .row\:ml-90{
    margin-left: 6rem;
  }

  .row\:mt-auto{
    margin-top: auto;
  }

  .row\:mr-auto{
    margin-right: auto;
  }

  .row\:mb-auto{
    margin-bottom: auto;
  }

  .row\:ml-auto{
    margin-left: auto;
  }

  .row\:mt-px{
    margin-top: 1px;
  }

  .row\:mr-px{
    margin-right: 1px;
  }

  .row\:mb-px{
    margin-bottom: 1px;
  }

  .row\:ml-px{
    margin-left: 1px;
  }

  .row\:mt-xs{
    margin-top: .33rem;
  }

  .row\:mr-xs{
    margin-right: .33rem;
  }

  .row\:mb-xs{
    margin-bottom: .33rem;
  }

  .row\:ml-xs{
    margin-left: .33rem;
  }

  .row\:mt-sm{
    margin-top: 1rem;
  }

  .row\:mr-sm{
    margin-right: 1rem;
  }

  .row\:mb-sm{
    margin-bottom: 1rem;
  }

  .row\:ml-sm{
    margin-left: 1rem;
  }

  .row\:mt-md{
    margin-top: 2rem;
  }

  .row\:mr-md{
    margin-right: 2rem;
  }

  .row\:mb-md{
    margin-bottom: 2rem;
  }

  .row\:ml-md{
    margin-left: 2rem;
  }

  .row\:mt-lg{
    margin-top: 3rem;
  }

  .row\:mr-lg{
    margin-right: 3rem;
  }

  .row\:mb-lg{
    margin-bottom: 3rem;
  }

  .row\:ml-lg{
    margin-left: 3rem;
  }

  .row\:mt-xl{
    margin-top: 4rem;
  }

  .row\:mr-xl{
    margin-right: 4rem;
  }

  .row\:mb-xl{
    margin-bottom: 4rem;
  }

  .row\:ml-xl{
    margin-left: 4rem;
  }

  .row\:mt-xxl{
    margin-top: 8rem;
  }

  .row\:mr-xxl{
    margin-right: 8rem;
  }

  .row\:mb-xxl{
    margin-bottom: 8rem;
  }

  .row\:ml-xxl{
    margin-left: 8rem;
  }

  .row\:mt-gutter{
    margin-top: 15px;
  }

  .row\:mr-gutter{
    margin-right: 15px;
  }

  .row\:mb-gutter{
    margin-bottom: 15px;
  }

  .row\:ml-gutter{
    margin-left: 15px;
  }

  .row\:mt-gutter-desktop{
    margin-top: 15px;
  }

  .row\:mr-gutter-desktop{
    margin-right: 15px;
  }

  .row\:mb-gutter-desktop{
    margin-bottom: 15px;
  }

  .row\:ml-gutter-desktop{
    margin-left: 15px;
  }

  .row\:mt-gutter-lg{
    margin-top: 30px;
  }

  .row\:mr-gutter-lg{
    margin-right: 30px;
  }

  .row\:mb-gutter-lg{
    margin-bottom: 30px;
  }

  .row\:ml-gutter-lg{
    margin-left: 30px;
  }

  .row\:mt-gutter-desktop-lg{
    margin-top: 30px;
  }

  .row\:mr-gutter-desktop-lg{
    margin-right: 30px;
  }

  .row\:mb-gutter-desktop-lg{
    margin-bottom: 30px;
  }

  .row\:ml-gutter-desktop-lg{
    margin-left: 30px;
  }

  .row\:mt-heading{
    margin-top: 0.5em;
  }

  .row\:mr-heading{
    margin-right: 0.5em;
  }

  .row\:mb-heading{
    margin-bottom: 0.5em;
  }

  .row\:ml-heading{
    margin-left: 0.5em;
  }

  .row\:-mt-px{
    margin-top: -1px;
  }

  .row\:-mr-px{
    margin-right: -1px;
  }

  .row\:-mb-px{
    margin-bottom: -1px;
  }

  .row\:-ml-px{
    margin-left: -1px;
  }

  .row\:-mt-1{
    margin-top: -0.25rem;
  }

  .row\:-mr-1{
    margin-right: -0.25rem;
  }

  .row\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .row\:-ml-1{
    margin-left: -0.25rem;
  }

  .row\:-mt-2{
    margin-top: -0.5rem;
  }

  .row\:-mr-2{
    margin-right: -0.5rem;
  }

  .row\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .row\:-ml-2{
    margin-left: -0.5rem;
  }

  .row\:-mt-3{
    margin-top: -0.75rem;
  }

  .row\:-mr-3{
    margin-right: -0.75rem;
  }

  .row\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .row\:-ml-3{
    margin-left: -0.75rem;
  }

  .row\:-mt-4{
    margin-top: -1rem;
  }

  .row\:-mr-4{
    margin-right: -1rem;
  }

  .row\:-mb-4{
    margin-bottom: -1rem;
  }

  .row\:-ml-4{
    margin-left: -1rem;
  }

  .row\:-mt-6{
    margin-top: -1.5rem;
  }

  .row\:-mr-6{
    margin-right: -1.5rem;
  }

  .row\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .row\:-ml-6{
    margin-left: -1.5rem;
  }

  .row\:-mt-8{
    margin-top: -2rem;
  }

  .row\:-mr-8{
    margin-right: -2rem;
  }

  .row\:-mb-8{
    margin-bottom: -2rem;
  }

  .row\:-ml-8{
    margin-left: -2rem;
  }

  .row\:-mt-gutter{
    margin-top: -10px;
  }

  .row\:-mr-gutter{
    margin-right: -10px;
  }

  .row\:-mb-gutter{
    margin-bottom: -10px;
  }

  .row\:-ml-gutter{
    margin-left: -10px;
  }

  .row\:-mt-gutter-desktop{
    margin-top: -15px;
  }

  .row\:-mr-gutter-desktop{
    margin-right: -15px;
  }

  .row\:-mb-gutter-desktop{
    margin-bottom: -15px;
  }

  .row\:-ml-gutter-desktop{
    margin-left: -15px;
  }

  .row\:max-h-full{
    max-height: 100%;
  }

  .row\:max-h-hero{
    max-height: 600px;
  }

  .row\:max-h-screen{
    max-height: 100vh;
  }

  .row\:max-w-xxs{
    max-width: 11rem;
  }

  .row\:max-w-xs{
    max-width: 20rem;
  }

  .row\:max-w-sm{
    max-width: 30rem;
  }

  .row\:max-w-md{
    max-width: 40rem;
  }

  .row\:max-w-lg{
    max-width: 50rem;
  }

  .row\:max-w-xl{
    max-width: 60rem;
  }

  .row\:max-w-2xl{
    max-width: 70rem;
  }

  .row\:max-w-3xl{
    max-width: 80rem;
  }

  .row\:max-w-4xl{
    max-width: 90rem;
  }

  .row\:max-w-5xl{
    max-width: 100rem;
  }

  .row\:max-w-full{
    max-width: 100%;
  }

  .row\:max-w-row{
    max-width: 1130px;
  }

  .row\:max-w-row-half{
    max-width: 565px;
  }

  .row\:min-h-0{
    min-height: 0;
  }

  .row\:min-h-full{
    min-height: 100%;
  }

  .row\:min-h-hero{
    min-height: 700px;
  }

  .row\:min-h-hero-tablet{
    min-height: 450px;
  }

  .row\:min-h-hero-desktop{
    min-height: 550px;
  }

  .row\:min-h-screen{
    min-height: 100vh;
  }

  .row\:min-w-0{
    min-width: 0;
  }

  .row\:min-w-full{
    min-width: 100%;
  }

  .row\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .row\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .row\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .row\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .row\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .row\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .row\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .row\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .row\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .row\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .row\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .row\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .row\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .row\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .row\:opacity-0{
    opacity: 0;
  }

  .row\:opacity-25{
    opacity: .25;
  }

  .row\:opacity-50{
    opacity: .5;
  }

  .row\:opacity-75{
    opacity: .75;
  }

  .row\:opacity-90{
    opacity: .9;
  }

  .row\:opacity-100{
    opacity: 1;
  }

  .row\:outline-none{
    outline: 0;
  }

  .row\:focus\:outline-none:focus{
    outline: 0;
  }

  .row\:hover\:outline-none:hover{
    outline: 0;
  }

  .row\:active\:outline-none:active{
    outline: 0;
  }

  .row\:overflow-auto{
    overflow: auto;
  }

  .row\:overflow-hidden{
    overflow: hidden;
  }

  .row\:overflow-visible{
    overflow: visible;
  }

  .row\:overflow-scroll{
    overflow: scroll;
  }

  .row\:overflow-x-auto{
    overflow-x: auto;
  }

  .row\:overflow-y-auto{
    overflow-y: auto;
  }

  .row\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .row\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .row\:overflow-x-visible{
    overflow-x: visible;
  }

  .row\:overflow-y-visible{
    overflow-y: visible;
  }

  .row\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .row\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .row\:scrolling-touch{
    -webkit-overflow-scrolling: touch;
  }

  .row\:scrolling-auto{
    -webkit-overflow-scrolling: auto;
  }

  .row\:p-0{
    padding: 0;
  }

  .row\:p-1{
    padding: 1px;
  }

  .row\:p-2{
    padding: 2px;
  }

  .row\:p-3{
    padding: 3px;
  }

  .row\:p-4{
    padding: 4px;
  }

  .row\:p-5{
    padding: 5px;
  }

  .row\:p-6{
    padding: 6px;
  }

  .row\:p-7{
    padding: 7px;
  }

  .row\:p-8{
    padding: 8px;
  }

  .row\:p-9{
    padding: 9px;
  }

  .row\:p-10{
    padding: 10px;
  }

  .row\:p-90{
    padding: 6rem;
  }

  .row\:p-px{
    padding: 1px;
  }

  .row\:p-xs{
    padding: .33rem;
  }

  .row\:p-sm{
    padding: 1rem;
  }

  .row\:p-md{
    padding: 2rem;
  }

  .row\:p-lg{
    padding: 3rem;
  }

  .row\:p-xl{
    padding: 4rem;
  }

  .row\:p-xxl{
    padding: 8rem;
  }

  .row\:p-gutter{
    padding: 15px;
  }

  .row\:p-gutter-desktop{
    padding: 15px;
  }

  .row\:p-gutter-lg{
    padding: 30px;
  }

  .row\:p-gutter-desktop-lg{
    padding: 30px;
  }

  .row\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .row\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .row\:py-1{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .row\:px-1{
    padding-left: 1px;
    padding-right: 1px;
  }

  .row\:py-2{
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .row\:px-2{
    padding-left: 2px;
    padding-right: 2px;
  }

  .row\:py-3{
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .row\:px-3{
    padding-left: 3px;
    padding-right: 3px;
  }

  .row\:py-4{
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .row\:px-4{
    padding-left: 4px;
    padding-right: 4px;
  }

  .row\:py-5{
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .row\:px-5{
    padding-left: 5px;
    padding-right: 5px;
  }

  .row\:py-6{
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .row\:px-6{
    padding-left: 6px;
    padding-right: 6px;
  }

  .row\:py-7{
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .row\:px-7{
    padding-left: 7px;
    padding-right: 7px;
  }

  .row\:py-8{
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .row\:px-8{
    padding-left: 8px;
    padding-right: 8px;
  }

  .row\:py-9{
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .row\:px-9{
    padding-left: 9px;
    padding-right: 9px;
  }

  .row\:py-10{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .row\:px-10{
    padding-left: 10px;
    padding-right: 10px;
  }

  .row\:py-90{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .row\:px-90{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .row\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .row\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .row\:py-xs{
    padding-top: .33rem;
    padding-bottom: .33rem;
  }

  .row\:px-xs{
    padding-left: .33rem;
    padding-right: .33rem;
  }

  .row\:py-sm{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .row\:px-sm{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .row\:py-md{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .row\:px-md{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .row\:py-lg{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .row\:px-lg{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .row\:py-xl{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .row\:px-xl{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .row\:py-xxl{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .row\:px-xxl{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .row\:py-gutter{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .row\:px-gutter{
    padding-left: 15px;
    padding-right: 15px;
  }

  .row\:py-gutter-desktop{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .row\:px-gutter-desktop{
    padding-left: 15px;
    padding-right: 15px;
  }

  .row\:py-gutter-lg{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .row\:px-gutter-lg{
    padding-left: 30px;
    padding-right: 30px;
  }

  .row\:py-gutter-desktop-lg{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .row\:px-gutter-desktop-lg{
    padding-left: 30px;
    padding-right: 30px;
  }

  .row\:pt-0{
    padding-top: 0;
  }

  .row\:pr-0{
    padding-right: 0;
  }

  .row\:pb-0{
    padding-bottom: 0;
  }

  .row\:pl-0{
    padding-left: 0;
  }

  .row\:pt-1{
    padding-top: 1px;
  }

  .row\:pr-1{
    padding-right: 1px;
  }

  .row\:pb-1{
    padding-bottom: 1px;
  }

  .row\:pl-1{
    padding-left: 1px;
  }

  .row\:pt-2{
    padding-top: 2px;
  }

  .row\:pr-2{
    padding-right: 2px;
  }

  .row\:pb-2{
    padding-bottom: 2px;
  }

  .row\:pl-2{
    padding-left: 2px;
  }

  .row\:pt-3{
    padding-top: 3px;
  }

  .row\:pr-3{
    padding-right: 3px;
  }

  .row\:pb-3{
    padding-bottom: 3px;
  }

  .row\:pl-3{
    padding-left: 3px;
  }

  .row\:pt-4{
    padding-top: 4px;
  }

  .row\:pr-4{
    padding-right: 4px;
  }

  .row\:pb-4{
    padding-bottom: 4px;
  }

  .row\:pl-4{
    padding-left: 4px;
  }

  .row\:pt-5{
    padding-top: 5px;
  }

  .row\:pr-5{
    padding-right: 5px;
  }

  .row\:pb-5{
    padding-bottom: 5px;
  }

  .row\:pl-5{
    padding-left: 5px;
  }

  .row\:pt-6{
    padding-top: 6px;
  }

  .row\:pr-6{
    padding-right: 6px;
  }

  .row\:pb-6{
    padding-bottom: 6px;
  }

  .row\:pl-6{
    padding-left: 6px;
  }

  .row\:pt-7{
    padding-top: 7px;
  }

  .row\:pr-7{
    padding-right: 7px;
  }

  .row\:pb-7{
    padding-bottom: 7px;
  }

  .row\:pl-7{
    padding-left: 7px;
  }

  .row\:pt-8{
    padding-top: 8px;
  }

  .row\:pr-8{
    padding-right: 8px;
  }

  .row\:pb-8{
    padding-bottom: 8px;
  }

  .row\:pl-8{
    padding-left: 8px;
  }

  .row\:pt-9{
    padding-top: 9px;
  }

  .row\:pr-9{
    padding-right: 9px;
  }

  .row\:pb-9{
    padding-bottom: 9px;
  }

  .row\:pl-9{
    padding-left: 9px;
  }

  .row\:pt-10{
    padding-top: 10px;
  }

  .row\:pr-10{
    padding-right: 10px;
  }

  .row\:pb-10{
    padding-bottom: 10px;
  }

  .row\:pl-10{
    padding-left: 10px;
  }

  .row\:pt-90{
    padding-top: 6rem;
  }

  .row\:pr-90{
    padding-right: 6rem;
  }

  .row\:pb-90{
    padding-bottom: 6rem;
  }

  .row\:pl-90{
    padding-left: 6rem;
  }

  .row\:pt-px{
    padding-top: 1px;
  }

  .row\:pr-px{
    padding-right: 1px;
  }

  .row\:pb-px{
    padding-bottom: 1px;
  }

  .row\:pl-px{
    padding-left: 1px;
  }

  .row\:pt-xs{
    padding-top: .33rem;
  }

  .row\:pr-xs{
    padding-right: .33rem;
  }

  .row\:pb-xs{
    padding-bottom: .33rem;
  }

  .row\:pl-xs{
    padding-left: .33rem;
  }

  .row\:pt-sm{
    padding-top: 1rem;
  }

  .row\:pr-sm{
    padding-right: 1rem;
  }

  .row\:pb-sm{
    padding-bottom: 1rem;
  }

  .row\:pl-sm{
    padding-left: 1rem;
  }

  .row\:pt-md{
    padding-top: 2rem;
  }

  .row\:pr-md{
    padding-right: 2rem;
  }

  .row\:pb-md{
    padding-bottom: 2rem;
  }

  .row\:pl-md{
    padding-left: 2rem;
  }

  .row\:pt-lg{
    padding-top: 3rem;
  }

  .row\:pr-lg{
    padding-right: 3rem;
  }

  .row\:pb-lg{
    padding-bottom: 3rem;
  }

  .row\:pl-lg{
    padding-left: 3rem;
  }

  .row\:pt-xl{
    padding-top: 4rem;
  }

  .row\:pr-xl{
    padding-right: 4rem;
  }

  .row\:pb-xl{
    padding-bottom: 4rem;
  }

  .row\:pl-xl{
    padding-left: 4rem;
  }

  .row\:pt-xxl{
    padding-top: 8rem;
  }

  .row\:pr-xxl{
    padding-right: 8rem;
  }

  .row\:pb-xxl{
    padding-bottom: 8rem;
  }

  .row\:pl-xxl{
    padding-left: 8rem;
  }

  .row\:pt-gutter{
    padding-top: 15px;
  }

  .row\:pr-gutter{
    padding-right: 15px;
  }

  .row\:pb-gutter{
    padding-bottom: 15px;
  }

  .row\:pl-gutter{
    padding-left: 15px;
  }

  .row\:pt-gutter-desktop{
    padding-top: 15px;
  }

  .row\:pr-gutter-desktop{
    padding-right: 15px;
  }

  .row\:pb-gutter-desktop{
    padding-bottom: 15px;
  }

  .row\:pl-gutter-desktop{
    padding-left: 15px;
  }

  .row\:pt-gutter-lg{
    padding-top: 30px;
  }

  .row\:pr-gutter-lg{
    padding-right: 30px;
  }

  .row\:pb-gutter-lg{
    padding-bottom: 30px;
  }

  .row\:pl-gutter-lg{
    padding-left: 30px;
  }

  .row\:pt-gutter-desktop-lg{
    padding-top: 30px;
  }

  .row\:pr-gutter-desktop-lg{
    padding-right: 30px;
  }

  .row\:pb-gutter-desktop-lg{
    padding-bottom: 30px;
  }

  .row\:pl-gutter-desktop-lg{
    padding-left: 30px;
  }

  .row\:placeholder-black::-webkit-input-placeholder{
    color: #2a2828;
  }

  .row\:placeholder-black::-moz-placeholder{
    color: #2a2828;
  }

  .row\:placeholder-black:-ms-input-placeholder{
    color: #2a2828;
  }

  .row\:placeholder-black::-ms-input-placeholder{
    color: #2a2828;
  }

  .row\:placeholder-black::placeholder{
    color: #2a2828;
  }

  .row\:placeholder-black-transparent::-webkit-input-placeholder{
    color: rgba(42,40,40,0.80);
  }

  .row\:placeholder-black-transparent::-moz-placeholder{
    color: rgba(42,40,40,0.80);
  }

  .row\:placeholder-black-transparent:-ms-input-placeholder{
    color: rgba(42,40,40,0.80);
  }

  .row\:placeholder-black-transparent::-ms-input-placeholder{
    color: rgba(42,40,40,0.80);
  }

  .row\:placeholder-black-transparent::placeholder{
    color: rgba(42,40,40,0.80);
  }

  .row\:placeholder-black-modal::-webkit-input-placeholder{
    color: rgba(42,40,40,0.9);
  }

  .row\:placeholder-black-modal::-moz-placeholder{
    color: rgba(42,40,40,0.9);
  }

  .row\:placeholder-black-modal:-ms-input-placeholder{
    color: rgba(42,40,40,0.9);
  }

  .row\:placeholder-black-modal::-ms-input-placeholder{
    color: rgba(42,40,40,0.9);
  }

  .row\:placeholder-black-modal::placeholder{
    color: rgba(42,40,40,0.9);
  }

  .row\:placeholder-gray-darkest::-webkit-input-placeholder{
    color: #555353;
  }

  .row\:placeholder-gray-darkest::-moz-placeholder{
    color: #555353;
  }

  .row\:placeholder-gray-darkest:-ms-input-placeholder{
    color: #555353;
  }

  .row\:placeholder-gray-darkest::-ms-input-placeholder{
    color: #555353;
  }

  .row\:placeholder-gray-darkest::placeholder{
    color: #555353;
  }

  .row\:placeholder-gray-darker::-webkit-input-placeholder{
    color: #8E8E93;
  }

  .row\:placeholder-gray-darker::-moz-placeholder{
    color: #8E8E93;
  }

  .row\:placeholder-gray-darker:-ms-input-placeholder{
    color: #8E8E93;
  }

  .row\:placeholder-gray-darker::-ms-input-placeholder{
    color: #8E8E93;
  }

  .row\:placeholder-gray-darker::placeholder{
    color: #8E8E93;
  }

  .row\:placeholder-gray-dark::-webkit-input-placeholder{
    color: #7f7f7f;
  }

  .row\:placeholder-gray-dark::-moz-placeholder{
    color: #7f7f7f;
  }

  .row\:placeholder-gray-dark:-ms-input-placeholder{
    color: #7f7f7f;
  }

  .row\:placeholder-gray-dark::-ms-input-placeholder{
    color: #7f7f7f;
  }

  .row\:placeholder-gray-dark::placeholder{
    color: #7f7f7f;
  }

  .row\:placeholder-gray::-webkit-input-placeholder{
    color: #a9a7a7;
  }

  .row\:placeholder-gray::-moz-placeholder{
    color: #a9a7a7;
  }

  .row\:placeholder-gray:-ms-input-placeholder{
    color: #a9a7a7;
  }

  .row\:placeholder-gray::-ms-input-placeholder{
    color: #a9a7a7;
  }

  .row\:placeholder-gray::placeholder{
    color: #a9a7a7;
  }

  .row\:placeholder-gray-light::-webkit-input-placeholder{
    color: #d7d6d6;
  }

  .row\:placeholder-gray-light::-moz-placeholder{
    color: #d7d6d6;
  }

  .row\:placeholder-gray-light:-ms-input-placeholder{
    color: #d7d6d6;
  }

  .row\:placeholder-gray-light::-ms-input-placeholder{
    color: #d7d6d6;
  }

  .row\:placeholder-gray-light::placeholder{
    color: #d7d6d6;
  }

  .row\:placeholder-gray-lighter::-webkit-input-placeholder{
    color: #dddddd;
  }

  .row\:placeholder-gray-lighter::-moz-placeholder{
    color: #dddddd;
  }

  .row\:placeholder-gray-lighter:-ms-input-placeholder{
    color: #dddddd;
  }

  .row\:placeholder-gray-lighter::-ms-input-placeholder{
    color: #dddddd;
  }

  .row\:placeholder-gray-lighter::placeholder{
    color: #dddddd;
  }

  .row\:placeholder-gray-lightest::-webkit-input-placeholder{
    color: #e8e8e8;
  }

  .row\:placeholder-gray-lightest::-moz-placeholder{
    color: #e8e8e8;
  }

  .row\:placeholder-gray-lightest:-ms-input-placeholder{
    color: #e8e8e8;
  }

  .row\:placeholder-gray-lightest::-ms-input-placeholder{
    color: #e8e8e8;
  }

  .row\:placeholder-gray-lightest::placeholder{
    color: #e8e8e8;
  }

  .row\:placeholder-gray-table::-webkit-input-placeholder{
    color: rgba(232,232,232,0.5);
  }

  .row\:placeholder-gray-table::-moz-placeholder{
    color: rgba(232,232,232,0.5);
  }

  .row\:placeholder-gray-table:-ms-input-placeholder{
    color: rgba(232,232,232,0.5);
  }

  .row\:placeholder-gray-table::-ms-input-placeholder{
    color: rgba(232,232,232,0.5);
  }

  .row\:placeholder-gray-table::placeholder{
    color: rgba(232,232,232,0.5);
  }

  .row\:placeholder-red::-webkit-input-placeholder{
    color: #af1c2e;
  }

  .row\:placeholder-red::-moz-placeholder{
    color: #af1c2e;
  }

  .row\:placeholder-red:-ms-input-placeholder{
    color: #af1c2e;
  }

  .row\:placeholder-red::-ms-input-placeholder{
    color: #af1c2e;
  }

  .row\:placeholder-red::placeholder{
    color: #af1c2e;
  }

  .row\:placeholder-darkred::-webkit-input-placeholder{
    color: #831522;
  }

  .row\:placeholder-darkred::-moz-placeholder{
    color: #831522;
  }

  .row\:placeholder-darkred:-ms-input-placeholder{
    color: #831522;
  }

  .row\:placeholder-darkred::-ms-input-placeholder{
    color: #831522;
  }

  .row\:placeholder-darkred::placeholder{
    color: #831522;
  }

  .row\:placeholder-green::-webkit-input-placeholder{
    color: #86b327;
  }

  .row\:placeholder-green::-moz-placeholder{
    color: #86b327;
  }

  .row\:placeholder-green:-ms-input-placeholder{
    color: #86b327;
  }

  .row\:placeholder-green::-ms-input-placeholder{
    color: #86b327;
  }

  .row\:placeholder-green::placeholder{
    color: #86b327;
  }

  .row\:placeholder-white::-webkit-input-placeholder{
    color: #fff;
  }

  .row\:placeholder-white::-moz-placeholder{
    color: #fff;
  }

  .row\:placeholder-white:-ms-input-placeholder{
    color: #fff;
  }

  .row\:placeholder-white::-ms-input-placeholder{
    color: #fff;
  }

  .row\:placeholder-white::placeholder{
    color: #fff;
  }

  .row\:placeholder-trans::-webkit-input-placeholder{
    color: transparent;
  }

  .row\:placeholder-trans::-moz-placeholder{
    color: transparent;
  }

  .row\:placeholder-trans:-ms-input-placeholder{
    color: transparent;
  }

  .row\:placeholder-trans::-ms-input-placeholder{
    color: transparent;
  }

  .row\:placeholder-trans::placeholder{
    color: transparent;
  }

  .row\:placeholder-primary::-webkit-input-placeholder{
    color: #af1c2e;
  }

  .row\:placeholder-primary::-moz-placeholder{
    color: #af1c2e;
  }

  .row\:placeholder-primary:-ms-input-placeholder{
    color: #af1c2e;
  }

  .row\:placeholder-primary::-ms-input-placeholder{
    color: #af1c2e;
  }

  .row\:placeholder-primary::placeholder{
    color: #af1c2e;
  }

  .row\:placeholder-primary-dark::-webkit-input-placeholder{
    color: #831522;
  }

  .row\:placeholder-primary-dark::-moz-placeholder{
    color: #831522;
  }

  .row\:placeholder-primary-dark:-ms-input-placeholder{
    color: #831522;
  }

  .row\:placeholder-primary-dark::-ms-input-placeholder{
    color: #831522;
  }

  .row\:placeholder-primary-dark::placeholder{
    color: #831522;
  }

  .row\:placeholder-secondary::-webkit-input-placeholder{
    color: #a9a7a7;
  }

  .row\:placeholder-secondary::-moz-placeholder{
    color: #a9a7a7;
  }

  .row\:placeholder-secondary:-ms-input-placeholder{
    color: #a9a7a7;
  }

  .row\:placeholder-secondary::-ms-input-placeholder{
    color: #a9a7a7;
  }

  .row\:placeholder-secondary::placeholder{
    color: #a9a7a7;
  }

  .row\:placeholder-secondary-dark::-webkit-input-placeholder{
    color: #7f7f7f;
  }

  .row\:placeholder-secondary-dark::-moz-placeholder{
    color: #7f7f7f;
  }

  .row\:placeholder-secondary-dark:-ms-input-placeholder{
    color: #7f7f7f;
  }

  .row\:placeholder-secondary-dark::-ms-input-placeholder{
    color: #7f7f7f;
  }

  .row\:placeholder-secondary-dark::placeholder{
    color: #7f7f7f;
  }

  .row\:focus\:placeholder-black:focus::-webkit-input-placeholder{
    color: #2a2828;
  }

  .row\:focus\:placeholder-black:focus::-moz-placeholder{
    color: #2a2828;
  }

  .row\:focus\:placeholder-black:focus:-ms-input-placeholder{
    color: #2a2828;
  }

  .row\:focus\:placeholder-black:focus::-ms-input-placeholder{
    color: #2a2828;
  }

  .row\:focus\:placeholder-black:focus::placeholder{
    color: #2a2828;
  }

  .row\:focus\:placeholder-black-transparent:focus::-webkit-input-placeholder{
    color: rgba(42,40,40,0.80);
  }

  .row\:focus\:placeholder-black-transparent:focus::-moz-placeholder{
    color: rgba(42,40,40,0.80);
  }

  .row\:focus\:placeholder-black-transparent:focus:-ms-input-placeholder{
    color: rgba(42,40,40,0.80);
  }

  .row\:focus\:placeholder-black-transparent:focus::-ms-input-placeholder{
    color: rgba(42,40,40,0.80);
  }

  .row\:focus\:placeholder-black-transparent:focus::placeholder{
    color: rgba(42,40,40,0.80);
  }

  .row\:focus\:placeholder-black-modal:focus::-webkit-input-placeholder{
    color: rgba(42,40,40,0.9);
  }

  .row\:focus\:placeholder-black-modal:focus::-moz-placeholder{
    color: rgba(42,40,40,0.9);
  }

  .row\:focus\:placeholder-black-modal:focus:-ms-input-placeholder{
    color: rgba(42,40,40,0.9);
  }

  .row\:focus\:placeholder-black-modal:focus::-ms-input-placeholder{
    color: rgba(42,40,40,0.9);
  }

  .row\:focus\:placeholder-black-modal:focus::placeholder{
    color: rgba(42,40,40,0.9);
  }

  .row\:focus\:placeholder-gray-darkest:focus::-webkit-input-placeholder{
    color: #555353;
  }

  .row\:focus\:placeholder-gray-darkest:focus::-moz-placeholder{
    color: #555353;
  }

  .row\:focus\:placeholder-gray-darkest:focus:-ms-input-placeholder{
    color: #555353;
  }

  .row\:focus\:placeholder-gray-darkest:focus::-ms-input-placeholder{
    color: #555353;
  }

  .row\:focus\:placeholder-gray-darkest:focus::placeholder{
    color: #555353;
  }

  .row\:focus\:placeholder-gray-darker:focus::-webkit-input-placeholder{
    color: #8E8E93;
  }

  .row\:focus\:placeholder-gray-darker:focus::-moz-placeholder{
    color: #8E8E93;
  }

  .row\:focus\:placeholder-gray-darker:focus:-ms-input-placeholder{
    color: #8E8E93;
  }

  .row\:focus\:placeholder-gray-darker:focus::-ms-input-placeholder{
    color: #8E8E93;
  }

  .row\:focus\:placeholder-gray-darker:focus::placeholder{
    color: #8E8E93;
  }

  .row\:focus\:placeholder-gray-dark:focus::-webkit-input-placeholder{
    color: #7f7f7f;
  }

  .row\:focus\:placeholder-gray-dark:focus::-moz-placeholder{
    color: #7f7f7f;
  }

  .row\:focus\:placeholder-gray-dark:focus:-ms-input-placeholder{
    color: #7f7f7f;
  }

  .row\:focus\:placeholder-gray-dark:focus::-ms-input-placeholder{
    color: #7f7f7f;
  }

  .row\:focus\:placeholder-gray-dark:focus::placeholder{
    color: #7f7f7f;
  }

  .row\:focus\:placeholder-gray:focus::-webkit-input-placeholder{
    color: #a9a7a7;
  }

  .row\:focus\:placeholder-gray:focus::-moz-placeholder{
    color: #a9a7a7;
  }

  .row\:focus\:placeholder-gray:focus:-ms-input-placeholder{
    color: #a9a7a7;
  }

  .row\:focus\:placeholder-gray:focus::-ms-input-placeholder{
    color: #a9a7a7;
  }

  .row\:focus\:placeholder-gray:focus::placeholder{
    color: #a9a7a7;
  }

  .row\:focus\:placeholder-gray-light:focus::-webkit-input-placeholder{
    color: #d7d6d6;
  }

  .row\:focus\:placeholder-gray-light:focus::-moz-placeholder{
    color: #d7d6d6;
  }

  .row\:focus\:placeholder-gray-light:focus:-ms-input-placeholder{
    color: #d7d6d6;
  }

  .row\:focus\:placeholder-gray-light:focus::-ms-input-placeholder{
    color: #d7d6d6;
  }

  .row\:focus\:placeholder-gray-light:focus::placeholder{
    color: #d7d6d6;
  }

  .row\:focus\:placeholder-gray-lighter:focus::-webkit-input-placeholder{
    color: #dddddd;
  }

  .row\:focus\:placeholder-gray-lighter:focus::-moz-placeholder{
    color: #dddddd;
  }

  .row\:focus\:placeholder-gray-lighter:focus:-ms-input-placeholder{
    color: #dddddd;
  }

  .row\:focus\:placeholder-gray-lighter:focus::-ms-input-placeholder{
    color: #dddddd;
  }

  .row\:focus\:placeholder-gray-lighter:focus::placeholder{
    color: #dddddd;
  }

  .row\:focus\:placeholder-gray-lightest:focus::-webkit-input-placeholder{
    color: #e8e8e8;
  }

  .row\:focus\:placeholder-gray-lightest:focus::-moz-placeholder{
    color: #e8e8e8;
  }

  .row\:focus\:placeholder-gray-lightest:focus:-ms-input-placeholder{
    color: #e8e8e8;
  }

  .row\:focus\:placeholder-gray-lightest:focus::-ms-input-placeholder{
    color: #e8e8e8;
  }

  .row\:focus\:placeholder-gray-lightest:focus::placeholder{
    color: #e8e8e8;
  }

  .row\:focus\:placeholder-gray-table:focus::-webkit-input-placeholder{
    color: rgba(232,232,232,0.5);
  }

  .row\:focus\:placeholder-gray-table:focus::-moz-placeholder{
    color: rgba(232,232,232,0.5);
  }

  .row\:focus\:placeholder-gray-table:focus:-ms-input-placeholder{
    color: rgba(232,232,232,0.5);
  }

  .row\:focus\:placeholder-gray-table:focus::-ms-input-placeholder{
    color: rgba(232,232,232,0.5);
  }

  .row\:focus\:placeholder-gray-table:focus::placeholder{
    color: rgba(232,232,232,0.5);
  }

  .row\:focus\:placeholder-red:focus::-webkit-input-placeholder{
    color: #af1c2e;
  }

  .row\:focus\:placeholder-red:focus::-moz-placeholder{
    color: #af1c2e;
  }

  .row\:focus\:placeholder-red:focus:-ms-input-placeholder{
    color: #af1c2e;
  }

  .row\:focus\:placeholder-red:focus::-ms-input-placeholder{
    color: #af1c2e;
  }

  .row\:focus\:placeholder-red:focus::placeholder{
    color: #af1c2e;
  }

  .row\:focus\:placeholder-darkred:focus::-webkit-input-placeholder{
    color: #831522;
  }

  .row\:focus\:placeholder-darkred:focus::-moz-placeholder{
    color: #831522;
  }

  .row\:focus\:placeholder-darkred:focus:-ms-input-placeholder{
    color: #831522;
  }

  .row\:focus\:placeholder-darkred:focus::-ms-input-placeholder{
    color: #831522;
  }

  .row\:focus\:placeholder-darkred:focus::placeholder{
    color: #831522;
  }

  .row\:focus\:placeholder-green:focus::-webkit-input-placeholder{
    color: #86b327;
  }

  .row\:focus\:placeholder-green:focus::-moz-placeholder{
    color: #86b327;
  }

  .row\:focus\:placeholder-green:focus:-ms-input-placeholder{
    color: #86b327;
  }

  .row\:focus\:placeholder-green:focus::-ms-input-placeholder{
    color: #86b327;
  }

  .row\:focus\:placeholder-green:focus::placeholder{
    color: #86b327;
  }

  .row\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    color: #fff;
  }

  .row\:focus\:placeholder-white:focus::-moz-placeholder{
    color: #fff;
  }

  .row\:focus\:placeholder-white:focus:-ms-input-placeholder{
    color: #fff;
  }

  .row\:focus\:placeholder-white:focus::-ms-input-placeholder{
    color: #fff;
  }

  .row\:focus\:placeholder-white:focus::placeholder{
    color: #fff;
  }

  .row\:focus\:placeholder-trans:focus::-webkit-input-placeholder{
    color: transparent;
  }

  .row\:focus\:placeholder-trans:focus::-moz-placeholder{
    color: transparent;
  }

  .row\:focus\:placeholder-trans:focus:-ms-input-placeholder{
    color: transparent;
  }

  .row\:focus\:placeholder-trans:focus::-ms-input-placeholder{
    color: transparent;
  }

  .row\:focus\:placeholder-trans:focus::placeholder{
    color: transparent;
  }

  .row\:focus\:placeholder-primary:focus::-webkit-input-placeholder{
    color: #af1c2e;
  }

  .row\:focus\:placeholder-primary:focus::-moz-placeholder{
    color: #af1c2e;
  }

  .row\:focus\:placeholder-primary:focus:-ms-input-placeholder{
    color: #af1c2e;
  }

  .row\:focus\:placeholder-primary:focus::-ms-input-placeholder{
    color: #af1c2e;
  }

  .row\:focus\:placeholder-primary:focus::placeholder{
    color: #af1c2e;
  }

  .row\:focus\:placeholder-primary-dark:focus::-webkit-input-placeholder{
    color: #831522;
  }

  .row\:focus\:placeholder-primary-dark:focus::-moz-placeholder{
    color: #831522;
  }

  .row\:focus\:placeholder-primary-dark:focus:-ms-input-placeholder{
    color: #831522;
  }

  .row\:focus\:placeholder-primary-dark:focus::-ms-input-placeholder{
    color: #831522;
  }

  .row\:focus\:placeholder-primary-dark:focus::placeholder{
    color: #831522;
  }

  .row\:focus\:placeholder-secondary:focus::-webkit-input-placeholder{
    color: #a9a7a7;
  }

  .row\:focus\:placeholder-secondary:focus::-moz-placeholder{
    color: #a9a7a7;
  }

  .row\:focus\:placeholder-secondary:focus:-ms-input-placeholder{
    color: #a9a7a7;
  }

  .row\:focus\:placeholder-secondary:focus::-ms-input-placeholder{
    color: #a9a7a7;
  }

  .row\:focus\:placeholder-secondary:focus::placeholder{
    color: #a9a7a7;
  }

  .row\:focus\:placeholder-secondary-dark:focus::-webkit-input-placeholder{
    color: #7f7f7f;
  }

  .row\:focus\:placeholder-secondary-dark:focus::-moz-placeholder{
    color: #7f7f7f;
  }

  .row\:focus\:placeholder-secondary-dark:focus:-ms-input-placeholder{
    color: #7f7f7f;
  }

  .row\:focus\:placeholder-secondary-dark:focus::-ms-input-placeholder{
    color: #7f7f7f;
  }

  .row\:focus\:placeholder-secondary-dark:focus::placeholder{
    color: #7f7f7f;
  }

  .row\:pointer-events-none{
    pointer-events: none;
  }

  .row\:pointer-events-auto{
    pointer-events: auto;
  }

  .row\:static{
    position: static;
  }

  .row\:fixed{
    position: fixed;
  }

  .row\:absolute{
    position: absolute;
  }

  .row\:relative{
    position: relative;
  }

  .row\:sticky{
    position: -webkit-sticky;
    position: sticky;
  }

  .row\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .row\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .row\:inset-sm{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .row\:inset-md{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .row\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .row\:inset-x-0{
    right: 0;
    left: 0;
  }

  .row\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .row\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .row\:inset-y-sm{
    top: 2rem;
    bottom: 2rem;
  }

  .row\:inset-x-sm{
    right: 2rem;
    left: 2rem;
  }

  .row\:inset-y-md{
    top: 4rem;
    bottom: 4rem;
  }

  .row\:inset-x-md{
    right: 4rem;
    left: 4rem;
  }

  .row\:top-0{
    top: 0;
  }

  .row\:right-0{
    right: 0;
  }

  .row\:bottom-0{
    bottom: 0;
  }

  .row\:left-0{
    left: 0;
  }

  .row\:top-auto{
    top: auto;
  }

  .row\:right-auto{
    right: auto;
  }

  .row\:bottom-auto{
    bottom: auto;
  }

  .row\:left-auto{
    left: auto;
  }

  .row\:top-sm{
    top: 2rem;
  }

  .row\:right-sm{
    right: 2rem;
  }

  .row\:bottom-sm{
    bottom: 2rem;
  }

  .row\:left-sm{
    left: 2rem;
  }

  .row\:top-md{
    top: 4rem;
  }

  .row\:right-md{
    right: 4rem;
  }

  .row\:bottom-md{
    bottom: 4rem;
  }

  .row\:left-md{
    left: 4rem;
  }

  .row\:resize-none{
    resize: none;
  }

  .row\:resize-y{
    resize: vertical;
  }

  .row\:resize-x{
    resize: horizontal;
  }

  .row\:resize{
    resize: both;
  }

  .row\:shadow{
    box-shadow: 0 2px 4px 0 rgba(42,40,40,0.20);
  }

  .row\:shadow-menu{
    box-shadow: 0 0 8px 2px rgba(42,40,40,0.2);
  }

  .row\:shadow-hover{
    box-shadow: 0 3px 6px 0 rgba(42,40,40,0.3);
  }

  .row\:shadow-active{
    box-shadow: 0 3px 10px 0 rgba(42,40,40,0.4);
  }

  .row\:shadow-md{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
  }

  .row\:shadow-lg{
    box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
  }

  .row\:shadow-img{
    box-shadow: 1px 2px 6px 0 rgba(42,40,40,0.2);
  }

  .row\:shadow-box-light{
    box-shadow: 1px 2px 6px 0 rgba(42,40,40,0.15);
  }

  .row\:shadow-box-dark{
    box-shadow: 1px 2px 6px 0 rgba(42, 40, 40, 0.4);
  }

  .row\:shadow-box-dark-hover{
    box-shadow: 1px 4px 8px 0 rgba(42, 40, 40, 0.5);
  }

  .row\:shadow-icon{
    box-shadow: 0 0 4px 0 rgba(41, 41, 41, 0.24);
  }

  .row\:shadow-inner{
    box-shadow: inset 0 0 3px 2px rgba(129,129,129,0.15);
  }

  .row\:shadow-text-hover{
    box-shadow: 0 2px 4px 0 rgba(42, 40, 40, 0.10);
  }

  .row\:shadow-none{
    box-shadow: none;
  }

  .row\:hover\:shadow:hover{
    box-shadow: 0 2px 4px 0 rgba(42,40,40,0.20);
  }

  .row\:hover\:shadow-menu:hover{
    box-shadow: 0 0 8px 2px rgba(42,40,40,0.2);
  }

  .row\:hover\:shadow-hover:hover{
    box-shadow: 0 3px 6px 0 rgba(42,40,40,0.3);
  }

  .row\:hover\:shadow-active:hover{
    box-shadow: 0 3px 10px 0 rgba(42,40,40,0.4);
  }

  .row\:hover\:shadow-md:hover{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
  }

  .row\:hover\:shadow-lg:hover{
    box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
  }

  .row\:hover\:shadow-img:hover{
    box-shadow: 1px 2px 6px 0 rgba(42,40,40,0.2);
  }

  .row\:hover\:shadow-box-light:hover{
    box-shadow: 1px 2px 6px 0 rgba(42,40,40,0.15);
  }

  .row\:hover\:shadow-box-dark:hover{
    box-shadow: 1px 2px 6px 0 rgba(42, 40, 40, 0.4);
  }

  .row\:hover\:shadow-box-dark-hover:hover{
    box-shadow: 1px 4px 8px 0 rgba(42, 40, 40, 0.5);
  }

  .row\:hover\:shadow-icon:hover{
    box-shadow: 0 0 4px 0 rgba(41, 41, 41, 0.24);
  }

  .row\:hover\:shadow-inner:hover{
    box-shadow: inset 0 0 3px 2px rgba(129,129,129,0.15);
  }

  .row\:hover\:shadow-text-hover:hover{
    box-shadow: 0 2px 4px 0 rgba(42, 40, 40, 0.10);
  }

  .row\:hover\:shadow-none:hover{
    box-shadow: none;
  }

  .row\:table-auto{
    table-layout: auto;
  }

  .row\:table-fixed{
    table-layout: fixed;
  }

  .row\:text-left{
    text-align: left;
  }

  .row\:text-center{
    text-align: center;
  }

  .row\:text-right{
    text-align: right;
  }

  .row\:text-justify{
    text-align: justify;
  }

  .row\:text-black{
    color: #2a2828;
  }

  .row\:text-black-transparent{
    color: rgba(42,40,40,0.80);
  }

  .row\:text-black-modal{
    color: rgba(42,40,40,0.9);
  }

  .row\:text-gray-darkest{
    color: #555353;
  }

  .row\:text-gray-darker{
    color: #8E8E93;
  }

  .row\:text-gray-dark{
    color: #7f7f7f;
  }

  .row\:text-gray{
    color: #a9a7a7;
  }

  .row\:text-gray-light{
    color: #d7d6d6;
  }

  .row\:text-gray-lighter{
    color: #dddddd;
  }

  .row\:text-gray-lightest{
    color: #e8e8e8;
  }

  .row\:text-gray-table{
    color: rgba(232,232,232,0.5);
  }

  .row\:text-red{
    color: #af1c2e;
  }

  .row\:text-darkred{
    color: #831522;
  }

  .row\:text-green{
    color: #86b327;
  }

  .row\:text-white{
    color: #fff;
  }

  .row\:text-trans{
    color: transparent;
  }

  .row\:text-primary{
    color: #af1c2e;
  }

  .row\:text-primary-dark{
    color: #831522;
  }

  .row\:text-secondary{
    color: #a9a7a7;
  }

  .row\:text-secondary-dark{
    color: #7f7f7f;
  }

  .row\:hover\:text-black:hover{
    color: #2a2828;
  }

  .row\:hover\:text-black-transparent:hover{
    color: rgba(42,40,40,0.80);
  }

  .row\:hover\:text-black-modal:hover{
    color: rgba(42,40,40,0.9);
  }

  .row\:hover\:text-gray-darkest:hover{
    color: #555353;
  }

  .row\:hover\:text-gray-darker:hover{
    color: #8E8E93;
  }

  .row\:hover\:text-gray-dark:hover{
    color: #7f7f7f;
  }

  .row\:hover\:text-gray:hover{
    color: #a9a7a7;
  }

  .row\:hover\:text-gray-light:hover{
    color: #d7d6d6;
  }

  .row\:hover\:text-gray-lighter:hover{
    color: #dddddd;
  }

  .row\:hover\:text-gray-lightest:hover{
    color: #e8e8e8;
  }

  .row\:hover\:text-gray-table:hover{
    color: rgba(232,232,232,0.5);
  }

  .row\:hover\:text-red:hover{
    color: #af1c2e;
  }

  .row\:hover\:text-darkred:hover{
    color: #831522;
  }

  .row\:hover\:text-green:hover{
    color: #86b327;
  }

  .row\:hover\:text-white:hover{
    color: #fff;
  }

  .row\:hover\:text-trans:hover{
    color: transparent;
  }

  .row\:hover\:text-primary:hover{
    color: #af1c2e;
  }

  .row\:hover\:text-primary-dark:hover{
    color: #831522;
  }

  .row\:hover\:text-secondary:hover{
    color: #a9a7a7;
  }

  .row\:hover\:text-secondary-dark:hover{
    color: #7f7f7f;
  }

  .row\:text-base{
    font-size: 1rem;
  }

  .row\:text-xs{
    font-size: 0.93333rem;
  }

  .row\:text-sm{
    font-size: 1rem;
  }

  .row\:text-md{
    font-size: 1.06667rem;
  }

  .row\:text-lg{
    font-size: 1.2rem;
  }

  .row\:text-xl{
    font-size: 1.33333rem;
  }

  .row\:text-xxl{
    font-size: 1.5rem;
  }

  .row\:text-h1{
    font-size: 2.666667rem;
  }

  .row\:text-h2{
    font-size: 2.13333rem;
  }

  .row\:text-h3{
    font-size: 1.73333rem;
  }

  .row\:text-label{
    font-size: 0.93333rem;
  }

  .row\:text-nav{
    font-size: 0.86667rem;
  }

  .row\:text-nav-sm{
    font-size: .73333rem;
  }

  .row\:text-small{
    font-size: 0.85em;
  }

  .row\:text-button{
    font-size: 0.93333rem;
  }

  .row\:text-intro{
    font-size: 1.13333rem;
  }

  .row\:text-button-sm{
    font-size: .73333rem;
  }

  .row\:italic{
    font-style: italic;
  }

  .row\:not-italic{
    font-style: normal;
  }

  .row\:uppercase{
    text-transform: uppercase;
  }

  .row\:lowercase{
    text-transform: lowercase;
  }

  .row\:capitalize{
    text-transform: capitalize;
  }

  .row\:normal-case{
    text-transform: none;
  }

  .row\:underline{
    text-decoration: underline;
  }

  .row\:line-through{
    text-decoration: line-through;
  }

  .row\:no-underline{
    text-decoration: none;
  }

  .row\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .row\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .row\:tracking-tight{
    letter-spacing: -0.066666667rem;
  }

  .row\:tracking-normal{
    letter-spacing: 0;
  }

  .row\:tracking-copy{
    letter-spacing: .01rem;
  }

  .row\:tracking-wide{
    letter-spacing: 0.066666667rem;
  }

  .row\:tracking-super-wide{
    letter-spacing: 0.266666667rem;
  }

  .row\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .row\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .row\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .row\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .row\:align-baseline{
    vertical-align: baseline;
  }

  .row\:align-top{
    vertical-align: top;
  }

  .row\:align-middle{
    vertical-align: middle;
  }

  .row\:align-bottom{
    vertical-align: bottom;
  }

  .row\:align-text-top{
    vertical-align: text-top;
  }

  .row\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .row\:visible{
    visibility: visible;
  }

  .row\:invisible{
    visibility: hidden;
  }

  .row\:whitespace-normal{
    white-space: normal;
  }

  .row\:whitespace-no-wrap{
    white-space: nowrap;
  }

  .row\:whitespace-pre{
    white-space: pre;
  }

  .row\:whitespace-pre-line{
    white-space: pre-line;
  }

  .row\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .row\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .row\:break-words{
    overflow-wrap: break-word;
  }

  .row\:break-all{
    word-break: break-all;
  }

  .row\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .row\:w-auto{
    width: auto;
  }

  .row\:w-px{
    width: 1px;
  }

  .row\:w-1\/2{
    width: 50%;
  }

  .row\:w-1\/3{
    width: 33.33333%;
  }

  .row\:w-2\/3{
    width: 66.66667%;
  }

  .row\:w-1\/4{
    width: 25%;
  }

  .row\:w-3\/4{
    width: 75%;
  }

  .row\:w-1\/5{
    width: 20%;
  }

  .row\:w-2\/5{
    width: 40%;
  }

  .row\:w-3\/5{
    width: 60%;
  }

  .row\:w-4\/5{
    width: 80%;
  }

  .row\:w-1\/6{
    width: 16.66667%;
  }

  .row\:w-5\/6{
    width: 83.33333%;
  }

  .row\:w-1\/12{
    width: 8.33337%;
  }

  .row\:w-5\/12{
    width: 41.66667%;
  }

  .row\:w-7\/12{
    width: 58.33333%;
  }

  .row\:w-gap-xs{
    width: 30%;
  }

  .row\:w-gap{
    width: 46.5%;
  }

  .row\:w-gap-sm{
    width: 46%;
  }

  .row\:w-xs{
    width: 1rem;
  }

  .row\:w-sm{
    width: 2rem;
  }

  .row\:w-md{
    width: 3rem;
  }

  .row\:w-lg{
    width: 4rem;
  }

  .row\:w-full{
    width: 100%;
  }

  .row\:w-screen{
    width: 100vw;
  }

  .row\:z-0{
    z-index: 0;
  }

  .row\:z-10{
    z-index: 10;
  }

  .row\:z-20{
    z-index: 20;
  }

  .row\:z-30{
    z-index: 30;
  }

  .row\:z-40{
    z-index: 40;
  }

  .row\:z-50{
    z-index: 50;
  }

  .row\:z-60{
    z-index: 60;
  }

  .row\:z-70{
    z-index: 70;
  }

  .row\:z-auto{
    z-index: auto;
  }
}

@media (min-width: 1400px){
  .xxl\:sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xxl\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xxl\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xxl\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xxl\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xxl\:bg-fixed{
    background-attachment: fixed;
  }

  .xxl\:bg-local{
    background-attachment: local;
  }

  .xxl\:bg-scroll{
    background-attachment: scroll;
  }

  .xxl\:bg-black{
    background-color: #2a2828;
  }

  .xxl\:bg-black-transparent{
    background-color: rgba(42,40,40,0.80);
  }

  .xxl\:bg-black-modal{
    background-color: rgba(42,40,40,0.9);
  }

  .xxl\:bg-gray-darkest{
    background-color: #555353;
  }

  .xxl\:bg-gray-darker{
    background-color: #8E8E93;
  }

  .xxl\:bg-gray-dark{
    background-color: #7f7f7f;
  }

  .xxl\:bg-gray{
    background-color: #a9a7a7;
  }

  .xxl\:bg-gray-light{
    background-color: #d7d6d6;
  }

  .xxl\:bg-gray-lighter{
    background-color: #dddddd;
  }

  .xxl\:bg-gray-lightest{
    background-color: #e8e8e8;
  }

  .xxl\:bg-gray-table{
    background-color: rgba(232,232,232,0.5);
  }

  .xxl\:bg-red{
    background-color: #af1c2e;
  }

  .xxl\:bg-darkred{
    background-color: #831522;
  }

  .xxl\:bg-green{
    background-color: #86b327;
  }

  .xxl\:bg-white{
    background-color: #fff;
  }

  .xxl\:bg-trans{
    background-color: transparent;
  }

  .xxl\:bg-primary{
    background-color: #af1c2e;
  }

  .xxl\:bg-primary-dark{
    background-color: #831522;
  }

  .xxl\:bg-secondary{
    background-color: #a9a7a7;
  }

  .xxl\:bg-secondary-dark{
    background-color: #7f7f7f;
  }

  .xxl\:hover\:bg-black:hover{
    background-color: #2a2828;
  }

  .xxl\:hover\:bg-black-transparent:hover{
    background-color: rgba(42,40,40,0.80);
  }

  .xxl\:hover\:bg-black-modal:hover{
    background-color: rgba(42,40,40,0.9);
  }

  .xxl\:hover\:bg-gray-darkest:hover{
    background-color: #555353;
  }

  .xxl\:hover\:bg-gray-darker:hover{
    background-color: #8E8E93;
  }

  .xxl\:hover\:bg-gray-dark:hover{
    background-color: #7f7f7f;
  }

  .xxl\:hover\:bg-gray:hover{
    background-color: #a9a7a7;
  }

  .xxl\:hover\:bg-gray-light:hover{
    background-color: #d7d6d6;
  }

  .xxl\:hover\:bg-gray-lighter:hover{
    background-color: #dddddd;
  }

  .xxl\:hover\:bg-gray-lightest:hover{
    background-color: #e8e8e8;
  }

  .xxl\:hover\:bg-gray-table:hover{
    background-color: rgba(232,232,232,0.5);
  }

  .xxl\:hover\:bg-red:hover{
    background-color: #af1c2e;
  }

  .xxl\:hover\:bg-darkred:hover{
    background-color: #831522;
  }

  .xxl\:hover\:bg-green:hover{
    background-color: #86b327;
  }

  .xxl\:hover\:bg-white:hover{
    background-color: #fff;
  }

  .xxl\:hover\:bg-trans:hover{
    background-color: transparent;
  }

  .xxl\:hover\:bg-primary:hover{
    background-color: #af1c2e;
  }

  .xxl\:hover\:bg-primary-dark:hover{
    background-color: #831522;
  }

  .xxl\:hover\:bg-secondary:hover{
    background-color: #a9a7a7;
  }

  .xxl\:hover\:bg-secondary-dark:hover{
    background-color: #7f7f7f;
  }

  .xxl\:bg-bottom{
    background-position: bottom;
  }

  .xxl\:bg-center{
    background-position: center;
  }

  .xxl\:bg-left{
    background-position: left;
  }

  .xxl\:bg-left-bottom{
    background-position: left bottom;
  }

  .xxl\:bg-left-top{
    background-position: left top;
  }

  .xxl\:bg-right{
    background-position: right;
  }

  .xxl\:bg-right-bottom{
    background-position: right bottom;
  }

  .xxl\:bg-right-top{
    background-position: right top;
  }

  .xxl\:bg-top{
    background-position: top;
  }

  .xxl\:bg-repeat{
    background-repeat: repeat;
  }

  .xxl\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .xxl\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .xxl\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .xxl\:bg-repeat-round{
    background-repeat: round;
  }

  .xxl\:bg-repeat-space{
    background-repeat: space;
  }

  .xxl\:bg-auto{
    background-size: auto;
  }

  .xxl\:bg-cover{
    background-size: cover;
  }

  .xxl\:bg-contain{
    background-size: contain;
  }

  .xxl\:border-collapse{
    border-collapse: collapse;
  }

  .xxl\:border-separate{
    border-collapse: separate;
  }

  .xxl\:border-black{
    border-color: #2a2828;
  }

  .xxl\:border-black-transparent{
    border-color: rgba(42,40,40,0.80);
  }

  .xxl\:border-black-modal{
    border-color: rgba(42,40,40,0.9);
  }

  .xxl\:border-gray-darkest{
    border-color: #555353;
  }

  .xxl\:border-gray-darker{
    border-color: #8E8E93;
  }

  .xxl\:border-gray-dark{
    border-color: #7f7f7f;
  }

  .xxl\:border-gray{
    border-color: #a9a7a7;
  }

  .xxl\:border-gray-light{
    border-color: #d7d6d6;
  }

  .xxl\:border-gray-lighter{
    border-color: #dddddd;
  }

  .xxl\:border-gray-lightest{
    border-color: #e8e8e8;
  }

  .xxl\:border-gray-table{
    border-color: rgba(232,232,232,0.5);
  }

  .xxl\:border-red{
    border-color: #af1c2e;
  }

  .xxl\:border-darkred{
    border-color: #831522;
  }

  .xxl\:border-green{
    border-color: #86b327;
  }

  .xxl\:border-white{
    border-color: #fff;
  }

  .xxl\:border-trans{
    border-color: transparent;
  }

  .xxl\:border-primary{
    border-color: #af1c2e;
  }

  .xxl\:border-primary-dark{
    border-color: #831522;
  }

  .xxl\:border-secondary{
    border-color: #a9a7a7;
  }

  .xxl\:border-secondary-dark{
    border-color: #7f7f7f;
  }

  .xxl\:hover\:border-black:hover{
    border-color: #2a2828;
  }

  .xxl\:hover\:border-black-transparent:hover{
    border-color: rgba(42,40,40,0.80);
  }

  .xxl\:hover\:border-black-modal:hover{
    border-color: rgba(42,40,40,0.9);
  }

  .xxl\:hover\:border-gray-darkest:hover{
    border-color: #555353;
  }

  .xxl\:hover\:border-gray-darker:hover{
    border-color: #8E8E93;
  }

  .xxl\:hover\:border-gray-dark:hover{
    border-color: #7f7f7f;
  }

  .xxl\:hover\:border-gray:hover{
    border-color: #a9a7a7;
  }

  .xxl\:hover\:border-gray-light:hover{
    border-color: #d7d6d6;
  }

  .xxl\:hover\:border-gray-lighter:hover{
    border-color: #dddddd;
  }

  .xxl\:hover\:border-gray-lightest:hover{
    border-color: #e8e8e8;
  }

  .xxl\:hover\:border-gray-table:hover{
    border-color: rgba(232,232,232,0.5);
  }

  .xxl\:hover\:border-red:hover{
    border-color: #af1c2e;
  }

  .xxl\:hover\:border-darkred:hover{
    border-color: #831522;
  }

  .xxl\:hover\:border-green:hover{
    border-color: #86b327;
  }

  .xxl\:hover\:border-white:hover{
    border-color: #fff;
  }

  .xxl\:hover\:border-trans:hover{
    border-color: transparent;
  }

  .xxl\:hover\:border-primary:hover{
    border-color: #af1c2e;
  }

  .xxl\:hover\:border-primary-dark:hover{
    border-color: #831522;
  }

  .xxl\:hover\:border-secondary:hover{
    border-color: #a9a7a7;
  }

  .xxl\:hover\:border-secondary-dark:hover{
    border-color: #7f7f7f;
  }

  .xxl\:rounded-none{
    border-radius: 0;
  }

  .xxl\:rounded-sm{
    border-radius: .125rem;
  }

  .xxl\:rounded{
    border-radius: .25rem;
  }

  .xxl\:rounded-lg{
    border-radius: .5rem;
  }

  .xxl\:rounded-full{
    border-radius: 9999px;
  }

  .xxl\:rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xxl\:rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xxl\:rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xxl\:rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xxl\:rounded-t-sm{
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
  }

  .xxl\:rounded-r-sm{
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
  }

  .xxl\:rounded-b-sm{
    border-bottom-right-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xxl\:rounded-l-sm{
    border-top-left-radius: .125rem;
    border-bottom-left-radius: .125rem;
  }

  .xxl\:rounded-t{
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .xxl\:rounded-r{
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .xxl\:rounded-b{
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xxl\:rounded-l{
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .xxl\:rounded-t-lg{
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
  }

  .xxl\:rounded-r-lg{
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .xxl\:rounded-b-lg{
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xxl\:rounded-l-lg{
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
  }

  .xxl\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xxl\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xxl\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xxl\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xxl\:rounded-tl-none{
    border-top-left-radius: 0;
  }

  .xxl\:rounded-tr-none{
    border-top-right-radius: 0;
  }

  .xxl\:rounded-br-none{
    border-bottom-right-radius: 0;
  }

  .xxl\:rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  .xxl\:rounded-tl-sm{
    border-top-left-radius: .125rem;
  }

  .xxl\:rounded-tr-sm{
    border-top-right-radius: .125rem;
  }

  .xxl\:rounded-br-sm{
    border-bottom-right-radius: .125rem;
  }

  .xxl\:rounded-bl-sm{
    border-bottom-left-radius: .125rem;
  }

  .xxl\:rounded-tl{
    border-top-left-radius: .25rem;
  }

  .xxl\:rounded-tr{
    border-top-right-radius: .25rem;
  }

  .xxl\:rounded-br{
    border-bottom-right-radius: .25rem;
  }

  .xxl\:rounded-bl{
    border-bottom-left-radius: .25rem;
  }

  .xxl\:rounded-tl-lg{
    border-top-left-radius: .5rem;
  }

  .xxl\:rounded-tr-lg{
    border-top-right-radius: .5rem;
  }

  .xxl\:rounded-br-lg{
    border-bottom-right-radius: .5rem;
  }

  .xxl\:rounded-bl-lg{
    border-bottom-left-radius: .5rem;
  }

  .xxl\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .xxl\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .xxl\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .xxl\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .xxl\:border-solid{
    border-style: solid;
  }

  .xxl\:border-dashed{
    border-style: dashed;
  }

  .xxl\:border-dotted{
    border-style: dotted;
  }

  .xxl\:border-double{
    border-style: double;
  }

  .xxl\:border-none{
    border-style: none;
  }

  .xxl\:border-0{
    border-width: 0;
  }

  .xxl\:border-1{
    border-width: 1px;
  }

  .xxl\:border-2{
    border-width: 2px;
  }

  .xxl\:border-3{
    border-width: 3px;
  }

  .xxl\:border-4{
    border-width: 4px;
  }

  .xxl\:border-8{
    border-width: 8px;
  }

  .xxl\:border-10{
    border-width: 10px;
  }

  .xxl\:border{
    border-width: 1px;
  }

  .xxl\:border-t-0{
    border-top-width: 0;
  }

  .xxl\:border-r-0{
    border-right-width: 0;
  }

  .xxl\:border-b-0{
    border-bottom-width: 0;
  }

  .xxl\:border-l-0{
    border-left-width: 0;
  }

  .xxl\:border-t-1{
    border-top-width: 1px;
  }

  .xxl\:border-r-1{
    border-right-width: 1px;
  }

  .xxl\:border-b-1{
    border-bottom-width: 1px;
  }

  .xxl\:border-l-1{
    border-left-width: 1px;
  }

  .xxl\:border-t-2{
    border-top-width: 2px;
  }

  .xxl\:border-r-2{
    border-right-width: 2px;
  }

  .xxl\:border-b-2{
    border-bottom-width: 2px;
  }

  .xxl\:border-l-2{
    border-left-width: 2px;
  }

  .xxl\:border-t-3{
    border-top-width: 3px;
  }

  .xxl\:border-r-3{
    border-right-width: 3px;
  }

  .xxl\:border-b-3{
    border-bottom-width: 3px;
  }

  .xxl\:border-l-3{
    border-left-width: 3px;
  }

  .xxl\:border-t-4{
    border-top-width: 4px;
  }

  .xxl\:border-r-4{
    border-right-width: 4px;
  }

  .xxl\:border-b-4{
    border-bottom-width: 4px;
  }

  .xxl\:border-l-4{
    border-left-width: 4px;
  }

  .xxl\:border-t-8{
    border-top-width: 8px;
  }

  .xxl\:border-r-8{
    border-right-width: 8px;
  }

  .xxl\:border-b-8{
    border-bottom-width: 8px;
  }

  .xxl\:border-l-8{
    border-left-width: 8px;
  }

  .xxl\:border-t-10{
    border-top-width: 10px;
  }

  .xxl\:border-r-10{
    border-right-width: 10px;
  }

  .xxl\:border-b-10{
    border-bottom-width: 10px;
  }

  .xxl\:border-l-10{
    border-left-width: 10px;
  }

  .xxl\:border-t{
    border-top-width: 1px;
  }

  .xxl\:border-r{
    border-right-width: 1px;
  }

  .xxl\:border-b{
    border-bottom-width: 1px;
  }

  .xxl\:border-l{
    border-left-width: 1px;
  }

  .xxl\:cursor-auto{
    cursor: auto;
  }

  .xxl\:cursor-default{
    cursor: default;
  }

  .xxl\:cursor-pointer{
    cursor: pointer;
  }

  .xxl\:cursor-wait{
    cursor: wait;
  }

  .xxl\:cursor-text{
    cursor: text;
  }

  .xxl\:cursor-move{
    cursor: move;
  }

  .xxl\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .xxl\:block{
    display: block;
  }

  .xxl\:inline-block{
    display: inline-block;
  }

  .xxl\:inline{
    display: inline;
  }

  .xxl\:flex{
    display: flex;
  }

  .xxl\:inline-flex{
    display: inline-flex;
  }

  .xxl\:table{
    display: table;
  }

  .xxl\:table-row{
    display: table-row;
  }

  .xxl\:table-cell{
    display: table-cell;
  }

  .xxl\:hidden{
    display: none;
  }

  .xxl\:flex-row{
    flex-direction: row;
  }

  .xxl\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .xxl\:flex-col{
    flex-direction: column;
  }

  .xxl\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .xxl\:flex-wrap{
    flex-wrap: wrap;
  }

  .xxl\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .xxl\:flex-no-wrap{
    flex-wrap: nowrap;
  }

  .xxl\:items-start{
    align-items: flex-start;
  }

  .xxl\:items-end{
    align-items: flex-end;
  }

  .xxl\:items-center{
    align-items: center;
  }

  .xxl\:items-baseline{
    align-items: baseline;
  }

  .xxl\:items-stretch{
    align-items: stretch;
  }

  .xxl\:self-auto{
    align-self: auto;
  }

  .xxl\:self-start{
    align-self: flex-start;
  }

  .xxl\:self-end{
    align-self: flex-end;
  }

  .xxl\:self-center{
    align-self: center;
  }

  .xxl\:self-stretch{
    align-self: stretch;
  }

  .xxl\:justify-start{
    justify-content: flex-start;
  }

  .xxl\:justify-end{
    justify-content: flex-end;
  }

  .xxl\:justify-center{
    justify-content: center;
  }

  .xxl\:justify-between{
    justify-content: space-between;
  }

  .xxl\:justify-around{
    justify-content: space-around;
  }

  .xxl\:content-center{
    align-content: center;
  }

  .xxl\:content-start{
    align-content: flex-start;
  }

  .xxl\:content-end{
    align-content: flex-end;
  }

  .xxl\:content-between{
    align-content: space-between;
  }

  .xxl\:content-around{
    align-content: space-around;
  }

  .xxl\:flex-1{
    flex: 1 1 0%;
  }

  .xxl\:flex-auto{
    flex: 1 1 auto;
  }

  .xxl\:flex-initial{
    flex: 0 1 auto;
  }

  .xxl\:flex-none{
    flex: none;
  }

  .xxl\:flex-grow-0{
    flex-grow: 0;
  }

  .xxl\:flex-grow{
    flex-grow: 1;
  }

  .xxl\:flex-shrink-0{
    flex-shrink: 0;
  }

  .xxl\:flex-shrink{
    flex-shrink: 1;
  }

  .xxl\:order-1{
    order: 1;
  }

  .xxl\:order-2{
    order: 2;
  }

  .xxl\:order-3{
    order: 3;
  }

  .xxl\:order-4{
    order: 4;
  }

  .xxl\:order-5{
    order: 5;
  }

  .xxl\:order-6{
    order: 6;
  }

  .xxl\:order-7{
    order: 7;
  }

  .xxl\:order-8{
    order: 8;
  }

  .xxl\:order-9{
    order: 9;
  }

  .xxl\:order-10{
    order: 10;
  }

  .xxl\:order-11{
    order: 11;
  }

  .xxl\:order-12{
    order: 12;
  }

  .xxl\:order-first{
    order: -9999;
  }

  .xxl\:order-last{
    order: 9999;
  }

  .xxl\:order-none{
    order: 0;
  }

  .xxl\:float-right{
    float: right;
  }

  .xxl\:float-left{
    float: left;
  }

  .xxl\:float-none{
    float: none;
  }

  .xxl\:clearfix:after{
    content: "";
    display: table;
    clear: both;
  }

  .xxl\:font-sans{
    font-family: Rubik, Trebuchet MS, Helvetica, sans-serif;
  }

  .xxl\:font-normal{
    font-weight: 400;
  }

  .xxl\:font-bold{
    font-weight: 500;
  }

  .xxl\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .xxl\:hover\:font-bold:hover{
    font-weight: 500;
  }

  .xxl\:h-0{
    height: 0;
  }

  .xxl\:h-1{
    height: 0.25rem;
  }

  .xxl\:h-2{
    height: 0.5rem;
  }

  .xxl\:h-3{
    height: 0.75rem;
  }

  .xxl\:h-4{
    height: 1rem;
  }

  .xxl\:h-6{
    height: 1.5rem;
  }

  .xxl\:h-8{
    height: 2rem;
  }

  .xxl\:h-10{
    height: 2.5rem;
  }

  .xxl\:h-12{
    height: 3rem;
  }

  .xxl\:h-16{
    height: 4rem;
  }

  .xxl\:h-24{
    height: 6rem;
  }

  .xxl\:h-32{
    height: 8rem;
  }

  .xxl\:h-48{
    height: 12rem;
  }

  .xxl\:h-64{
    height: 16rem;
  }

  .xxl\:h-auto{
    height: auto;
  }

  .xxl\:h-px{
    height: 1px;
  }

  .xxl\:h-sm{
    height: 2rem;
  }

  .xxl\:h-md{
    height: 3rem;
  }

  .xxl\:h-lg{
    height: 4rem;
  }

  .xxl\:h-full{
    height: 100%;
  }

  .xxl\:h-screen{
    height: 100vh;
  }

  .xxl\:leading-0{
    line-height: 0;
  }

  .xxl\:leading-none{
    line-height: 1;
  }

  .xxl\:leading-tight{
    line-height: 1.2;
  }

  .xxl\:leading-normal{
    line-height: 1.75;
  }

  .xxl\:leading-loose{
    line-height: 2;
  }

  .xxl\:list-inside{
    list-style-position: inside;
  }

  .xxl\:list-outside{
    list-style-position: outside;
  }

  .xxl\:list-none{
    list-style-type: none;
  }

  .xxl\:list-disc{
    list-style-type: disc;
  }

  .xxl\:list-decimal{
    list-style-type: decimal;
  }

  .xxl\:m-0{
    margin: 0;
  }

  .xxl\:m-1{
    margin: 1px;
  }

  .xxl\:m-2{
    margin: 2px;
  }

  .xxl\:m-3{
    margin: 3px;
  }

  .xxl\:m-4{
    margin: 4px;
  }

  .xxl\:m-5{
    margin: 5px;
  }

  .xxl\:m-6{
    margin: 6px;
  }

  .xxl\:m-7{
    margin: 7px;
  }

  .xxl\:m-8{
    margin: 8px;
  }

  .xxl\:m-9{
    margin: 9px;
  }

  .xxl\:m-10{
    margin: 10px;
  }

  .xxl\:m-13{
    margin: 13px;
  }

  .xxl\:m-15{
    margin: 15px;
  }

  .xxl\:m-20{
    margin: 20px;
  }

  .xxl\:m-90{
    margin: 6rem;
  }

  .xxl\:m-auto{
    margin: auto;
  }

  .xxl\:m-px{
    margin: 1px;
  }

  .xxl\:m-xs{
    margin: .33rem;
  }

  .xxl\:m-sm{
    margin: 1rem;
  }

  .xxl\:m-md{
    margin: 2rem;
  }

  .xxl\:m-lg{
    margin: 3rem;
  }

  .xxl\:m-xl{
    margin: 4rem;
  }

  .xxl\:m-xxl{
    margin: 8rem;
  }

  .xxl\:m-gutter{
    margin: 15px;
  }

  .xxl\:m-gutter-desktop{
    margin: 15px;
  }

  .xxl\:m-gutter-lg{
    margin: 30px;
  }

  .xxl\:m-gutter-desktop-lg{
    margin: 30px;
  }

  .xxl\:m-heading{
    margin: 0.5em;
  }

  .xxl\:-m-px{
    margin: -1px;
  }

  .xxl\:-m-1{
    margin: -0.25rem;
  }

  .xxl\:-m-2{
    margin: -0.5rem;
  }

  .xxl\:-m-3{
    margin: -0.75rem;
  }

  .xxl\:-m-4{
    margin: -1rem;
  }

  .xxl\:-m-6{
    margin: -1.5rem;
  }

  .xxl\:-m-8{
    margin: -2rem;
  }

  .xxl\:-m-gutter{
    margin: -10px;
  }

  .xxl\:-m-gutter-desktop{
    margin: -15px;
  }

  .xxl\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .xxl\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .xxl\:my-1{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xxl\:mx-1{
    margin-left: 1px;
    margin-right: 1px;
  }

  .xxl\:my-2{
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .xxl\:mx-2{
    margin-left: 2px;
    margin-right: 2px;
  }

  .xxl\:my-3{
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .xxl\:mx-3{
    margin-left: 3px;
    margin-right: 3px;
  }

  .xxl\:my-4{
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .xxl\:mx-4{
    margin-left: 4px;
    margin-right: 4px;
  }

  .xxl\:my-5{
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .xxl\:mx-5{
    margin-left: 5px;
    margin-right: 5px;
  }

  .xxl\:my-6{
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .xxl\:mx-6{
    margin-left: 6px;
    margin-right: 6px;
  }

  .xxl\:my-7{
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .xxl\:mx-7{
    margin-left: 7px;
    margin-right: 7px;
  }

  .xxl\:my-8{
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .xxl\:mx-8{
    margin-left: 8px;
    margin-right: 8px;
  }

  .xxl\:my-9{
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .xxl\:mx-9{
    margin-left: 9px;
    margin-right: 9px;
  }

  .xxl\:my-10{
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .xxl\:mx-10{
    margin-left: 10px;
    margin-right: 10px;
  }

  .xxl\:my-13{
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .xxl\:mx-13{
    margin-left: 13px;
    margin-right: 13px;
  }

  .xxl\:my-15{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .xxl\:mx-15{
    margin-left: 15px;
    margin-right: 15px;
  }

  .xxl\:my-20{
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .xxl\:mx-20{
    margin-left: 20px;
    margin-right: 20px;
  }

  .xxl\:my-90{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xxl\:mx-90{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xxl\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .xxl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .xxl\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xxl\:mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .xxl\:my-xs{
    margin-top: .33rem;
    margin-bottom: .33rem;
  }

  .xxl\:mx-xs{
    margin-left: .33rem;
    margin-right: .33rem;
  }

  .xxl\:my-sm{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xxl\:mx-sm{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xxl\:my-md{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xxl\:mx-md{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xxl\:my-lg{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xxl\:mx-lg{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xxl\:my-xl{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xxl\:mx-xl{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xxl\:my-xxl{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xxl\:mx-xxl{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xxl\:my-gutter{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .xxl\:mx-gutter{
    margin-left: 15px;
    margin-right: 15px;
  }

  .xxl\:my-gutter-desktop{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .xxl\:mx-gutter-desktop{
    margin-left: 15px;
    margin-right: 15px;
  }

  .xxl\:my-gutter-lg{
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .xxl\:mx-gutter-lg{
    margin-left: 30px;
    margin-right: 30px;
  }

  .xxl\:my-gutter-desktop-lg{
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .xxl\:mx-gutter-desktop-lg{
    margin-left: 30px;
    margin-right: 30px;
  }

  .xxl\:my-heading{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .xxl\:mx-heading{
    margin-left: 0.5em;
    margin-right: 0.5em;
  }

  .xxl\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xxl\:-mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .xxl\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xxl\:-mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xxl\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xxl\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xxl\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xxl\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xxl\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xxl\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xxl\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xxl\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xxl\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xxl\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xxl\:-my-gutter{
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .xxl\:-mx-gutter{
    margin-left: -10px;
    margin-right: -10px;
  }

  .xxl\:-my-gutter-desktop{
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .xxl\:-mx-gutter-desktop{
    margin-left: -15px;
    margin-right: -15px;
  }

  .xxl\:mt-0{
    margin-top: 0;
  }

  .xxl\:mr-0{
    margin-right: 0;
  }

  .xxl\:mb-0{
    margin-bottom: 0;
  }

  .xxl\:ml-0{
    margin-left: 0;
  }

  .xxl\:mt-1{
    margin-top: 1px;
  }

  .xxl\:mr-1{
    margin-right: 1px;
  }

  .xxl\:mb-1{
    margin-bottom: 1px;
  }

  .xxl\:ml-1{
    margin-left: 1px;
  }

  .xxl\:mt-2{
    margin-top: 2px;
  }

  .xxl\:mr-2{
    margin-right: 2px;
  }

  .xxl\:mb-2{
    margin-bottom: 2px;
  }

  .xxl\:ml-2{
    margin-left: 2px;
  }

  .xxl\:mt-3{
    margin-top: 3px;
  }

  .xxl\:mr-3{
    margin-right: 3px;
  }

  .xxl\:mb-3{
    margin-bottom: 3px;
  }

  .xxl\:ml-3{
    margin-left: 3px;
  }

  .xxl\:mt-4{
    margin-top: 4px;
  }

  .xxl\:mr-4{
    margin-right: 4px;
  }

  .xxl\:mb-4{
    margin-bottom: 4px;
  }

  .xxl\:ml-4{
    margin-left: 4px;
  }

  .xxl\:mt-5{
    margin-top: 5px;
  }

  .xxl\:mr-5{
    margin-right: 5px;
  }

  .xxl\:mb-5{
    margin-bottom: 5px;
  }

  .xxl\:ml-5{
    margin-left: 5px;
  }

  .xxl\:mt-6{
    margin-top: 6px;
  }

  .xxl\:mr-6{
    margin-right: 6px;
  }

  .xxl\:mb-6{
    margin-bottom: 6px;
  }

  .xxl\:ml-6{
    margin-left: 6px;
  }

  .xxl\:mt-7{
    margin-top: 7px;
  }

  .xxl\:mr-7{
    margin-right: 7px;
  }

  .xxl\:mb-7{
    margin-bottom: 7px;
  }

  .xxl\:ml-7{
    margin-left: 7px;
  }

  .xxl\:mt-8{
    margin-top: 8px;
  }

  .xxl\:mr-8{
    margin-right: 8px;
  }

  .xxl\:mb-8{
    margin-bottom: 8px;
  }

  .xxl\:ml-8{
    margin-left: 8px;
  }

  .xxl\:mt-9{
    margin-top: 9px;
  }

  .xxl\:mr-9{
    margin-right: 9px;
  }

  .xxl\:mb-9{
    margin-bottom: 9px;
  }

  .xxl\:ml-9{
    margin-left: 9px;
  }

  .xxl\:mt-10{
    margin-top: 10px;
  }

  .xxl\:mr-10{
    margin-right: 10px;
  }

  .xxl\:mb-10{
    margin-bottom: 10px;
  }

  .xxl\:ml-10{
    margin-left: 10px;
  }

  .xxl\:mt-13{
    margin-top: 13px;
  }

  .xxl\:mr-13{
    margin-right: 13px;
  }

  .xxl\:mb-13{
    margin-bottom: 13px;
  }

  .xxl\:ml-13{
    margin-left: 13px;
  }

  .xxl\:mt-15{
    margin-top: 15px;
  }

  .xxl\:mr-15{
    margin-right: 15px;
  }

  .xxl\:mb-15{
    margin-bottom: 15px;
  }

  .xxl\:ml-15{
    margin-left: 15px;
  }

  .xxl\:mt-20{
    margin-top: 20px;
  }

  .xxl\:mr-20{
    margin-right: 20px;
  }

  .xxl\:mb-20{
    margin-bottom: 20px;
  }

  .xxl\:ml-20{
    margin-left: 20px;
  }

  .xxl\:mt-90{
    margin-top: 6rem;
  }

  .xxl\:mr-90{
    margin-right: 6rem;
  }

  .xxl\:mb-90{
    margin-bottom: 6rem;
  }

  .xxl\:ml-90{
    margin-left: 6rem;
  }

  .xxl\:mt-auto{
    margin-top: auto;
  }

  .xxl\:mr-auto{
    margin-right: auto;
  }

  .xxl\:mb-auto{
    margin-bottom: auto;
  }

  .xxl\:ml-auto{
    margin-left: auto;
  }

  .xxl\:mt-px{
    margin-top: 1px;
  }

  .xxl\:mr-px{
    margin-right: 1px;
  }

  .xxl\:mb-px{
    margin-bottom: 1px;
  }

  .xxl\:ml-px{
    margin-left: 1px;
  }

  .xxl\:mt-xs{
    margin-top: .33rem;
  }

  .xxl\:mr-xs{
    margin-right: .33rem;
  }

  .xxl\:mb-xs{
    margin-bottom: .33rem;
  }

  .xxl\:ml-xs{
    margin-left: .33rem;
  }

  .xxl\:mt-sm{
    margin-top: 1rem;
  }

  .xxl\:mr-sm{
    margin-right: 1rem;
  }

  .xxl\:mb-sm{
    margin-bottom: 1rem;
  }

  .xxl\:ml-sm{
    margin-left: 1rem;
  }

  .xxl\:mt-md{
    margin-top: 2rem;
  }

  .xxl\:mr-md{
    margin-right: 2rem;
  }

  .xxl\:mb-md{
    margin-bottom: 2rem;
  }

  .xxl\:ml-md{
    margin-left: 2rem;
  }

  .xxl\:mt-lg{
    margin-top: 3rem;
  }

  .xxl\:mr-lg{
    margin-right: 3rem;
  }

  .xxl\:mb-lg{
    margin-bottom: 3rem;
  }

  .xxl\:ml-lg{
    margin-left: 3rem;
  }

  .xxl\:mt-xl{
    margin-top: 4rem;
  }

  .xxl\:mr-xl{
    margin-right: 4rem;
  }

  .xxl\:mb-xl{
    margin-bottom: 4rem;
  }

  .xxl\:ml-xl{
    margin-left: 4rem;
  }

  .xxl\:mt-xxl{
    margin-top: 8rem;
  }

  .xxl\:mr-xxl{
    margin-right: 8rem;
  }

  .xxl\:mb-xxl{
    margin-bottom: 8rem;
  }

  .xxl\:ml-xxl{
    margin-left: 8rem;
  }

  .xxl\:mt-gutter{
    margin-top: 15px;
  }

  .xxl\:mr-gutter{
    margin-right: 15px;
  }

  .xxl\:mb-gutter{
    margin-bottom: 15px;
  }

  .xxl\:ml-gutter{
    margin-left: 15px;
  }

  .xxl\:mt-gutter-desktop{
    margin-top: 15px;
  }

  .xxl\:mr-gutter-desktop{
    margin-right: 15px;
  }

  .xxl\:mb-gutter-desktop{
    margin-bottom: 15px;
  }

  .xxl\:ml-gutter-desktop{
    margin-left: 15px;
  }

  .xxl\:mt-gutter-lg{
    margin-top: 30px;
  }

  .xxl\:mr-gutter-lg{
    margin-right: 30px;
  }

  .xxl\:mb-gutter-lg{
    margin-bottom: 30px;
  }

  .xxl\:ml-gutter-lg{
    margin-left: 30px;
  }

  .xxl\:mt-gutter-desktop-lg{
    margin-top: 30px;
  }

  .xxl\:mr-gutter-desktop-lg{
    margin-right: 30px;
  }

  .xxl\:mb-gutter-desktop-lg{
    margin-bottom: 30px;
  }

  .xxl\:ml-gutter-desktop-lg{
    margin-left: 30px;
  }

  .xxl\:mt-heading{
    margin-top: 0.5em;
  }

  .xxl\:mr-heading{
    margin-right: 0.5em;
  }

  .xxl\:mb-heading{
    margin-bottom: 0.5em;
  }

  .xxl\:ml-heading{
    margin-left: 0.5em;
  }

  .xxl\:-mt-px{
    margin-top: -1px;
  }

  .xxl\:-mr-px{
    margin-right: -1px;
  }

  .xxl\:-mb-px{
    margin-bottom: -1px;
  }

  .xxl\:-ml-px{
    margin-left: -1px;
  }

  .xxl\:-mt-1{
    margin-top: -0.25rem;
  }

  .xxl\:-mr-1{
    margin-right: -0.25rem;
  }

  .xxl\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .xxl\:-ml-1{
    margin-left: -0.25rem;
  }

  .xxl\:-mt-2{
    margin-top: -0.5rem;
  }

  .xxl\:-mr-2{
    margin-right: -0.5rem;
  }

  .xxl\:-mb-2{
    margin-bottom: -0.5rem;
  }

  .xxl\:-ml-2{
    margin-left: -0.5rem;
  }

  .xxl\:-mt-3{
    margin-top: -0.75rem;
  }

  .xxl\:-mr-3{
    margin-right: -0.75rem;
  }

  .xxl\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .xxl\:-ml-3{
    margin-left: -0.75rem;
  }

  .xxl\:-mt-4{
    margin-top: -1rem;
  }

  .xxl\:-mr-4{
    margin-right: -1rem;
  }

  .xxl\:-mb-4{
    margin-bottom: -1rem;
  }

  .xxl\:-ml-4{
    margin-left: -1rem;
  }

  .xxl\:-mt-6{
    margin-top: -1.5rem;
  }

  .xxl\:-mr-6{
    margin-right: -1.5rem;
  }

  .xxl\:-mb-6{
    margin-bottom: -1.5rem;
  }

  .xxl\:-ml-6{
    margin-left: -1.5rem;
  }

  .xxl\:-mt-8{
    margin-top: -2rem;
  }

  .xxl\:-mr-8{
    margin-right: -2rem;
  }

  .xxl\:-mb-8{
    margin-bottom: -2rem;
  }

  .xxl\:-ml-8{
    margin-left: -2rem;
  }

  .xxl\:-mt-gutter{
    margin-top: -10px;
  }

  .xxl\:-mr-gutter{
    margin-right: -10px;
  }

  .xxl\:-mb-gutter{
    margin-bottom: -10px;
  }

  .xxl\:-ml-gutter{
    margin-left: -10px;
  }

  .xxl\:-mt-gutter-desktop{
    margin-top: -15px;
  }

  .xxl\:-mr-gutter-desktop{
    margin-right: -15px;
  }

  .xxl\:-mb-gutter-desktop{
    margin-bottom: -15px;
  }

  .xxl\:-ml-gutter-desktop{
    margin-left: -15px;
  }

  .xxl\:max-h-full{
    max-height: 100%;
  }

  .xxl\:max-h-hero{
    max-height: 600px;
  }

  .xxl\:max-h-screen{
    max-height: 100vh;
  }

  .xxl\:max-w-xxs{
    max-width: 11rem;
  }

  .xxl\:max-w-xs{
    max-width: 20rem;
  }

  .xxl\:max-w-sm{
    max-width: 30rem;
  }

  .xxl\:max-w-md{
    max-width: 40rem;
  }

  .xxl\:max-w-lg{
    max-width: 50rem;
  }

  .xxl\:max-w-xl{
    max-width: 60rem;
  }

  .xxl\:max-w-2xl{
    max-width: 70rem;
  }

  .xxl\:max-w-3xl{
    max-width: 80rem;
  }

  .xxl\:max-w-4xl{
    max-width: 90rem;
  }

  .xxl\:max-w-5xl{
    max-width: 100rem;
  }

  .xxl\:max-w-full{
    max-width: 100%;
  }

  .xxl\:max-w-row{
    max-width: 1130px;
  }

  .xxl\:max-w-row-half{
    max-width: 565px;
  }

  .xxl\:min-h-0{
    min-height: 0;
  }

  .xxl\:min-h-full{
    min-height: 100%;
  }

  .xxl\:min-h-hero{
    min-height: 700px;
  }

  .xxl\:min-h-hero-tablet{
    min-height: 450px;
  }

  .xxl\:min-h-hero-desktop{
    min-height: 550px;
  }

  .xxl\:min-h-screen{
    min-height: 100vh;
  }

  .xxl\:min-w-0{
    min-width: 0;
  }

  .xxl\:min-w-full{
    min-width: 100%;
  }

  .xxl\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xxl\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xxl\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xxl\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .xxl\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xxl\:object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xxl\:object-center{
    -o-object-position: center;
       object-position: center;
  }

  .xxl\:object-left{
    -o-object-position: left;
       object-position: left;
  }

  .xxl\:object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xxl\:object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .xxl\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .xxl\:object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xxl\:object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .xxl\:object-top{
    -o-object-position: top;
       object-position: top;
  }

  .xxl\:opacity-0{
    opacity: 0;
  }

  .xxl\:opacity-25{
    opacity: .25;
  }

  .xxl\:opacity-50{
    opacity: .5;
  }

  .xxl\:opacity-75{
    opacity: .75;
  }

  .xxl\:opacity-90{
    opacity: .9;
  }

  .xxl\:opacity-100{
    opacity: 1;
  }

  .xxl\:outline-none{
    outline: 0;
  }

  .xxl\:focus\:outline-none:focus{
    outline: 0;
  }

  .xxl\:hover\:outline-none:hover{
    outline: 0;
  }

  .xxl\:active\:outline-none:active{
    outline: 0;
  }

  .xxl\:overflow-auto{
    overflow: auto;
  }

  .xxl\:overflow-hidden{
    overflow: hidden;
  }

  .xxl\:overflow-visible{
    overflow: visible;
  }

  .xxl\:overflow-scroll{
    overflow: scroll;
  }

  .xxl\:overflow-x-auto{
    overflow-x: auto;
  }

  .xxl\:overflow-y-auto{
    overflow-y: auto;
  }

  .xxl\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .xxl\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .xxl\:overflow-x-visible{
    overflow-x: visible;
  }

  .xxl\:overflow-y-visible{
    overflow-y: visible;
  }

  .xxl\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .xxl\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .xxl\:scrolling-touch{
    -webkit-overflow-scrolling: touch;
  }

  .xxl\:scrolling-auto{
    -webkit-overflow-scrolling: auto;
  }

  .xxl\:p-0{
    padding: 0;
  }

  .xxl\:p-1{
    padding: 1px;
  }

  .xxl\:p-2{
    padding: 2px;
  }

  .xxl\:p-3{
    padding: 3px;
  }

  .xxl\:p-4{
    padding: 4px;
  }

  .xxl\:p-5{
    padding: 5px;
  }

  .xxl\:p-6{
    padding: 6px;
  }

  .xxl\:p-7{
    padding: 7px;
  }

  .xxl\:p-8{
    padding: 8px;
  }

  .xxl\:p-9{
    padding: 9px;
  }

  .xxl\:p-10{
    padding: 10px;
  }

  .xxl\:p-90{
    padding: 6rem;
  }

  .xxl\:p-px{
    padding: 1px;
  }

  .xxl\:p-xs{
    padding: .33rem;
  }

  .xxl\:p-sm{
    padding: 1rem;
  }

  .xxl\:p-md{
    padding: 2rem;
  }

  .xxl\:p-lg{
    padding: 3rem;
  }

  .xxl\:p-xl{
    padding: 4rem;
  }

  .xxl\:p-xxl{
    padding: 8rem;
  }

  .xxl\:p-gutter{
    padding: 15px;
  }

  .xxl\:p-gutter-desktop{
    padding: 15px;
  }

  .xxl\:p-gutter-lg{
    padding: 30px;
  }

  .xxl\:p-gutter-desktop-lg{
    padding: 30px;
  }

  .xxl\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .xxl\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .xxl\:py-1{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xxl\:px-1{
    padding-left: 1px;
    padding-right: 1px;
  }

  .xxl\:py-2{
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .xxl\:px-2{
    padding-left: 2px;
    padding-right: 2px;
  }

  .xxl\:py-3{
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .xxl\:px-3{
    padding-left: 3px;
    padding-right: 3px;
  }

  .xxl\:py-4{
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .xxl\:px-4{
    padding-left: 4px;
    padding-right: 4px;
  }

  .xxl\:py-5{
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .xxl\:px-5{
    padding-left: 5px;
    padding-right: 5px;
  }

  .xxl\:py-6{
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .xxl\:px-6{
    padding-left: 6px;
    padding-right: 6px;
  }

  .xxl\:py-7{
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .xxl\:px-7{
    padding-left: 7px;
    padding-right: 7px;
  }

  .xxl\:py-8{
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .xxl\:px-8{
    padding-left: 8px;
    padding-right: 8px;
  }

  .xxl\:py-9{
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .xxl\:px-9{
    padding-left: 9px;
    padding-right: 9px;
  }

  .xxl\:py-10{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .xxl\:px-10{
    padding-left: 10px;
    padding-right: 10px;
  }

  .xxl\:py-90{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xxl\:px-90{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xxl\:py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xxl\:px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .xxl\:py-xs{
    padding-top: .33rem;
    padding-bottom: .33rem;
  }

  .xxl\:px-xs{
    padding-left: .33rem;
    padding-right: .33rem;
  }

  .xxl\:py-sm{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xxl\:px-sm{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xxl\:py-md{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xxl\:px-md{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xxl\:py-lg{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xxl\:px-lg{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xxl\:py-xl{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xxl\:px-xl{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xxl\:py-xxl{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xxl\:px-xxl{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xxl\:py-gutter{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .xxl\:px-gutter{
    padding-left: 15px;
    padding-right: 15px;
  }

  .xxl\:py-gutter-desktop{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .xxl\:px-gutter-desktop{
    padding-left: 15px;
    padding-right: 15px;
  }

  .xxl\:py-gutter-lg{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .xxl\:px-gutter-lg{
    padding-left: 30px;
    padding-right: 30px;
  }

  .xxl\:py-gutter-desktop-lg{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .xxl\:px-gutter-desktop-lg{
    padding-left: 30px;
    padding-right: 30px;
  }

  .xxl\:pt-0{
    padding-top: 0;
  }

  .xxl\:pr-0{
    padding-right: 0;
  }

  .xxl\:pb-0{
    padding-bottom: 0;
  }

  .xxl\:pl-0{
    padding-left: 0;
  }

  .xxl\:pt-1{
    padding-top: 1px;
  }

  .xxl\:pr-1{
    padding-right: 1px;
  }

  .xxl\:pb-1{
    padding-bottom: 1px;
  }

  .xxl\:pl-1{
    padding-left: 1px;
  }

  .xxl\:pt-2{
    padding-top: 2px;
  }

  .xxl\:pr-2{
    padding-right: 2px;
  }

  .xxl\:pb-2{
    padding-bottom: 2px;
  }

  .xxl\:pl-2{
    padding-left: 2px;
  }

  .xxl\:pt-3{
    padding-top: 3px;
  }

  .xxl\:pr-3{
    padding-right: 3px;
  }

  .xxl\:pb-3{
    padding-bottom: 3px;
  }

  .xxl\:pl-3{
    padding-left: 3px;
  }

  .xxl\:pt-4{
    padding-top: 4px;
  }

  .xxl\:pr-4{
    padding-right: 4px;
  }

  .xxl\:pb-4{
    padding-bottom: 4px;
  }

  .xxl\:pl-4{
    padding-left: 4px;
  }

  .xxl\:pt-5{
    padding-top: 5px;
  }

  .xxl\:pr-5{
    padding-right: 5px;
  }

  .xxl\:pb-5{
    padding-bottom: 5px;
  }

  .xxl\:pl-5{
    padding-left: 5px;
  }

  .xxl\:pt-6{
    padding-top: 6px;
  }

  .xxl\:pr-6{
    padding-right: 6px;
  }

  .xxl\:pb-6{
    padding-bottom: 6px;
  }

  .xxl\:pl-6{
    padding-left: 6px;
  }

  .xxl\:pt-7{
    padding-top: 7px;
  }

  .xxl\:pr-7{
    padding-right: 7px;
  }

  .xxl\:pb-7{
    padding-bottom: 7px;
  }

  .xxl\:pl-7{
    padding-left: 7px;
  }

  .xxl\:pt-8{
    padding-top: 8px;
  }

  .xxl\:pr-8{
    padding-right: 8px;
  }

  .xxl\:pb-8{
    padding-bottom: 8px;
  }

  .xxl\:pl-8{
    padding-left: 8px;
  }

  .xxl\:pt-9{
    padding-top: 9px;
  }

  .xxl\:pr-9{
    padding-right: 9px;
  }

  .xxl\:pb-9{
    padding-bottom: 9px;
  }

  .xxl\:pl-9{
    padding-left: 9px;
  }

  .xxl\:pt-10{
    padding-top: 10px;
  }

  .xxl\:pr-10{
    padding-right: 10px;
  }

  .xxl\:pb-10{
    padding-bottom: 10px;
  }

  .xxl\:pl-10{
    padding-left: 10px;
  }

  .xxl\:pt-90{
    padding-top: 6rem;
  }

  .xxl\:pr-90{
    padding-right: 6rem;
  }

  .xxl\:pb-90{
    padding-bottom: 6rem;
  }

  .xxl\:pl-90{
    padding-left: 6rem;
  }

  .xxl\:pt-px{
    padding-top: 1px;
  }

  .xxl\:pr-px{
    padding-right: 1px;
  }

  .xxl\:pb-px{
    padding-bottom: 1px;
  }

  .xxl\:pl-px{
    padding-left: 1px;
  }

  .xxl\:pt-xs{
    padding-top: .33rem;
  }

  .xxl\:pr-xs{
    padding-right: .33rem;
  }

  .xxl\:pb-xs{
    padding-bottom: .33rem;
  }

  .xxl\:pl-xs{
    padding-left: .33rem;
  }

  .xxl\:pt-sm{
    padding-top: 1rem;
  }

  .xxl\:pr-sm{
    padding-right: 1rem;
  }

  .xxl\:pb-sm{
    padding-bottom: 1rem;
  }

  .xxl\:pl-sm{
    padding-left: 1rem;
  }

  .xxl\:pt-md{
    padding-top: 2rem;
  }

  .xxl\:pr-md{
    padding-right: 2rem;
  }

  .xxl\:pb-md{
    padding-bottom: 2rem;
  }

  .xxl\:pl-md{
    padding-left: 2rem;
  }

  .xxl\:pt-lg{
    padding-top: 3rem;
  }

  .xxl\:pr-lg{
    padding-right: 3rem;
  }

  .xxl\:pb-lg{
    padding-bottom: 3rem;
  }

  .xxl\:pl-lg{
    padding-left: 3rem;
  }

  .xxl\:pt-xl{
    padding-top: 4rem;
  }

  .xxl\:pr-xl{
    padding-right: 4rem;
  }

  .xxl\:pb-xl{
    padding-bottom: 4rem;
  }

  .xxl\:pl-xl{
    padding-left: 4rem;
  }

  .xxl\:pt-xxl{
    padding-top: 8rem;
  }

  .xxl\:pr-xxl{
    padding-right: 8rem;
  }

  .xxl\:pb-xxl{
    padding-bottom: 8rem;
  }

  .xxl\:pl-xxl{
    padding-left: 8rem;
  }

  .xxl\:pt-gutter{
    padding-top: 15px;
  }

  .xxl\:pr-gutter{
    padding-right: 15px;
  }

  .xxl\:pb-gutter{
    padding-bottom: 15px;
  }

  .xxl\:pl-gutter{
    padding-left: 15px;
  }

  .xxl\:pt-gutter-desktop{
    padding-top: 15px;
  }

  .xxl\:pr-gutter-desktop{
    padding-right: 15px;
  }

  .xxl\:pb-gutter-desktop{
    padding-bottom: 15px;
  }

  .xxl\:pl-gutter-desktop{
    padding-left: 15px;
  }

  .xxl\:pt-gutter-lg{
    padding-top: 30px;
  }

  .xxl\:pr-gutter-lg{
    padding-right: 30px;
  }

  .xxl\:pb-gutter-lg{
    padding-bottom: 30px;
  }

  .xxl\:pl-gutter-lg{
    padding-left: 30px;
  }

  .xxl\:pt-gutter-desktop-lg{
    padding-top: 30px;
  }

  .xxl\:pr-gutter-desktop-lg{
    padding-right: 30px;
  }

  .xxl\:pb-gutter-desktop-lg{
    padding-bottom: 30px;
  }

  .xxl\:pl-gutter-desktop-lg{
    padding-left: 30px;
  }

  .xxl\:placeholder-black::-webkit-input-placeholder{
    color: #2a2828;
  }

  .xxl\:placeholder-black::-moz-placeholder{
    color: #2a2828;
  }

  .xxl\:placeholder-black:-ms-input-placeholder{
    color: #2a2828;
  }

  .xxl\:placeholder-black::-ms-input-placeholder{
    color: #2a2828;
  }

  .xxl\:placeholder-black::placeholder{
    color: #2a2828;
  }

  .xxl\:placeholder-black-transparent::-webkit-input-placeholder{
    color: rgba(42,40,40,0.80);
  }

  .xxl\:placeholder-black-transparent::-moz-placeholder{
    color: rgba(42,40,40,0.80);
  }

  .xxl\:placeholder-black-transparent:-ms-input-placeholder{
    color: rgba(42,40,40,0.80);
  }

  .xxl\:placeholder-black-transparent::-ms-input-placeholder{
    color: rgba(42,40,40,0.80);
  }

  .xxl\:placeholder-black-transparent::placeholder{
    color: rgba(42,40,40,0.80);
  }

  .xxl\:placeholder-black-modal::-webkit-input-placeholder{
    color: rgba(42,40,40,0.9);
  }

  .xxl\:placeholder-black-modal::-moz-placeholder{
    color: rgba(42,40,40,0.9);
  }

  .xxl\:placeholder-black-modal:-ms-input-placeholder{
    color: rgba(42,40,40,0.9);
  }

  .xxl\:placeholder-black-modal::-ms-input-placeholder{
    color: rgba(42,40,40,0.9);
  }

  .xxl\:placeholder-black-modal::placeholder{
    color: rgba(42,40,40,0.9);
  }

  .xxl\:placeholder-gray-darkest::-webkit-input-placeholder{
    color: #555353;
  }

  .xxl\:placeholder-gray-darkest::-moz-placeholder{
    color: #555353;
  }

  .xxl\:placeholder-gray-darkest:-ms-input-placeholder{
    color: #555353;
  }

  .xxl\:placeholder-gray-darkest::-ms-input-placeholder{
    color: #555353;
  }

  .xxl\:placeholder-gray-darkest::placeholder{
    color: #555353;
  }

  .xxl\:placeholder-gray-darker::-webkit-input-placeholder{
    color: #8E8E93;
  }

  .xxl\:placeholder-gray-darker::-moz-placeholder{
    color: #8E8E93;
  }

  .xxl\:placeholder-gray-darker:-ms-input-placeholder{
    color: #8E8E93;
  }

  .xxl\:placeholder-gray-darker::-ms-input-placeholder{
    color: #8E8E93;
  }

  .xxl\:placeholder-gray-darker::placeholder{
    color: #8E8E93;
  }

  .xxl\:placeholder-gray-dark::-webkit-input-placeholder{
    color: #7f7f7f;
  }

  .xxl\:placeholder-gray-dark::-moz-placeholder{
    color: #7f7f7f;
  }

  .xxl\:placeholder-gray-dark:-ms-input-placeholder{
    color: #7f7f7f;
  }

  .xxl\:placeholder-gray-dark::-ms-input-placeholder{
    color: #7f7f7f;
  }

  .xxl\:placeholder-gray-dark::placeholder{
    color: #7f7f7f;
  }

  .xxl\:placeholder-gray::-webkit-input-placeholder{
    color: #a9a7a7;
  }

  .xxl\:placeholder-gray::-moz-placeholder{
    color: #a9a7a7;
  }

  .xxl\:placeholder-gray:-ms-input-placeholder{
    color: #a9a7a7;
  }

  .xxl\:placeholder-gray::-ms-input-placeholder{
    color: #a9a7a7;
  }

  .xxl\:placeholder-gray::placeholder{
    color: #a9a7a7;
  }

  .xxl\:placeholder-gray-light::-webkit-input-placeholder{
    color: #d7d6d6;
  }

  .xxl\:placeholder-gray-light::-moz-placeholder{
    color: #d7d6d6;
  }

  .xxl\:placeholder-gray-light:-ms-input-placeholder{
    color: #d7d6d6;
  }

  .xxl\:placeholder-gray-light::-ms-input-placeholder{
    color: #d7d6d6;
  }

  .xxl\:placeholder-gray-light::placeholder{
    color: #d7d6d6;
  }

  .xxl\:placeholder-gray-lighter::-webkit-input-placeholder{
    color: #dddddd;
  }

  .xxl\:placeholder-gray-lighter::-moz-placeholder{
    color: #dddddd;
  }

  .xxl\:placeholder-gray-lighter:-ms-input-placeholder{
    color: #dddddd;
  }

  .xxl\:placeholder-gray-lighter::-ms-input-placeholder{
    color: #dddddd;
  }

  .xxl\:placeholder-gray-lighter::placeholder{
    color: #dddddd;
  }

  .xxl\:placeholder-gray-lightest::-webkit-input-placeholder{
    color: #e8e8e8;
  }

  .xxl\:placeholder-gray-lightest::-moz-placeholder{
    color: #e8e8e8;
  }

  .xxl\:placeholder-gray-lightest:-ms-input-placeholder{
    color: #e8e8e8;
  }

  .xxl\:placeholder-gray-lightest::-ms-input-placeholder{
    color: #e8e8e8;
  }

  .xxl\:placeholder-gray-lightest::placeholder{
    color: #e8e8e8;
  }

  .xxl\:placeholder-gray-table::-webkit-input-placeholder{
    color: rgba(232,232,232,0.5);
  }

  .xxl\:placeholder-gray-table::-moz-placeholder{
    color: rgba(232,232,232,0.5);
  }

  .xxl\:placeholder-gray-table:-ms-input-placeholder{
    color: rgba(232,232,232,0.5);
  }

  .xxl\:placeholder-gray-table::-ms-input-placeholder{
    color: rgba(232,232,232,0.5);
  }

  .xxl\:placeholder-gray-table::placeholder{
    color: rgba(232,232,232,0.5);
  }

  .xxl\:placeholder-red::-webkit-input-placeholder{
    color: #af1c2e;
  }

  .xxl\:placeholder-red::-moz-placeholder{
    color: #af1c2e;
  }

  .xxl\:placeholder-red:-ms-input-placeholder{
    color: #af1c2e;
  }

  .xxl\:placeholder-red::-ms-input-placeholder{
    color: #af1c2e;
  }

  .xxl\:placeholder-red::placeholder{
    color: #af1c2e;
  }

  .xxl\:placeholder-darkred::-webkit-input-placeholder{
    color: #831522;
  }

  .xxl\:placeholder-darkred::-moz-placeholder{
    color: #831522;
  }

  .xxl\:placeholder-darkred:-ms-input-placeholder{
    color: #831522;
  }

  .xxl\:placeholder-darkred::-ms-input-placeholder{
    color: #831522;
  }

  .xxl\:placeholder-darkred::placeholder{
    color: #831522;
  }

  .xxl\:placeholder-green::-webkit-input-placeholder{
    color: #86b327;
  }

  .xxl\:placeholder-green::-moz-placeholder{
    color: #86b327;
  }

  .xxl\:placeholder-green:-ms-input-placeholder{
    color: #86b327;
  }

  .xxl\:placeholder-green::-ms-input-placeholder{
    color: #86b327;
  }

  .xxl\:placeholder-green::placeholder{
    color: #86b327;
  }

  .xxl\:placeholder-white::-webkit-input-placeholder{
    color: #fff;
  }

  .xxl\:placeholder-white::-moz-placeholder{
    color: #fff;
  }

  .xxl\:placeholder-white:-ms-input-placeholder{
    color: #fff;
  }

  .xxl\:placeholder-white::-ms-input-placeholder{
    color: #fff;
  }

  .xxl\:placeholder-white::placeholder{
    color: #fff;
  }

  .xxl\:placeholder-trans::-webkit-input-placeholder{
    color: transparent;
  }

  .xxl\:placeholder-trans::-moz-placeholder{
    color: transparent;
  }

  .xxl\:placeholder-trans:-ms-input-placeholder{
    color: transparent;
  }

  .xxl\:placeholder-trans::-ms-input-placeholder{
    color: transparent;
  }

  .xxl\:placeholder-trans::placeholder{
    color: transparent;
  }

  .xxl\:placeholder-primary::-webkit-input-placeholder{
    color: #af1c2e;
  }

  .xxl\:placeholder-primary::-moz-placeholder{
    color: #af1c2e;
  }

  .xxl\:placeholder-primary:-ms-input-placeholder{
    color: #af1c2e;
  }

  .xxl\:placeholder-primary::-ms-input-placeholder{
    color: #af1c2e;
  }

  .xxl\:placeholder-primary::placeholder{
    color: #af1c2e;
  }

  .xxl\:placeholder-primary-dark::-webkit-input-placeholder{
    color: #831522;
  }

  .xxl\:placeholder-primary-dark::-moz-placeholder{
    color: #831522;
  }

  .xxl\:placeholder-primary-dark:-ms-input-placeholder{
    color: #831522;
  }

  .xxl\:placeholder-primary-dark::-ms-input-placeholder{
    color: #831522;
  }

  .xxl\:placeholder-primary-dark::placeholder{
    color: #831522;
  }

  .xxl\:placeholder-secondary::-webkit-input-placeholder{
    color: #a9a7a7;
  }

  .xxl\:placeholder-secondary::-moz-placeholder{
    color: #a9a7a7;
  }

  .xxl\:placeholder-secondary:-ms-input-placeholder{
    color: #a9a7a7;
  }

  .xxl\:placeholder-secondary::-ms-input-placeholder{
    color: #a9a7a7;
  }

  .xxl\:placeholder-secondary::placeholder{
    color: #a9a7a7;
  }

  .xxl\:placeholder-secondary-dark::-webkit-input-placeholder{
    color: #7f7f7f;
  }

  .xxl\:placeholder-secondary-dark::-moz-placeholder{
    color: #7f7f7f;
  }

  .xxl\:placeholder-secondary-dark:-ms-input-placeholder{
    color: #7f7f7f;
  }

  .xxl\:placeholder-secondary-dark::-ms-input-placeholder{
    color: #7f7f7f;
  }

  .xxl\:placeholder-secondary-dark::placeholder{
    color: #7f7f7f;
  }

  .xxl\:focus\:placeholder-black:focus::-webkit-input-placeholder{
    color: #2a2828;
  }

  .xxl\:focus\:placeholder-black:focus::-moz-placeholder{
    color: #2a2828;
  }

  .xxl\:focus\:placeholder-black:focus:-ms-input-placeholder{
    color: #2a2828;
  }

  .xxl\:focus\:placeholder-black:focus::-ms-input-placeholder{
    color: #2a2828;
  }

  .xxl\:focus\:placeholder-black:focus::placeholder{
    color: #2a2828;
  }

  .xxl\:focus\:placeholder-black-transparent:focus::-webkit-input-placeholder{
    color: rgba(42,40,40,0.80);
  }

  .xxl\:focus\:placeholder-black-transparent:focus::-moz-placeholder{
    color: rgba(42,40,40,0.80);
  }

  .xxl\:focus\:placeholder-black-transparent:focus:-ms-input-placeholder{
    color: rgba(42,40,40,0.80);
  }

  .xxl\:focus\:placeholder-black-transparent:focus::-ms-input-placeholder{
    color: rgba(42,40,40,0.80);
  }

  .xxl\:focus\:placeholder-black-transparent:focus::placeholder{
    color: rgba(42,40,40,0.80);
  }

  .xxl\:focus\:placeholder-black-modal:focus::-webkit-input-placeholder{
    color: rgba(42,40,40,0.9);
  }

  .xxl\:focus\:placeholder-black-modal:focus::-moz-placeholder{
    color: rgba(42,40,40,0.9);
  }

  .xxl\:focus\:placeholder-black-modal:focus:-ms-input-placeholder{
    color: rgba(42,40,40,0.9);
  }

  .xxl\:focus\:placeholder-black-modal:focus::-ms-input-placeholder{
    color: rgba(42,40,40,0.9);
  }

  .xxl\:focus\:placeholder-black-modal:focus::placeholder{
    color: rgba(42,40,40,0.9);
  }

  .xxl\:focus\:placeholder-gray-darkest:focus::-webkit-input-placeholder{
    color: #555353;
  }

  .xxl\:focus\:placeholder-gray-darkest:focus::-moz-placeholder{
    color: #555353;
  }

  .xxl\:focus\:placeholder-gray-darkest:focus:-ms-input-placeholder{
    color: #555353;
  }

  .xxl\:focus\:placeholder-gray-darkest:focus::-ms-input-placeholder{
    color: #555353;
  }

  .xxl\:focus\:placeholder-gray-darkest:focus::placeholder{
    color: #555353;
  }

  .xxl\:focus\:placeholder-gray-darker:focus::-webkit-input-placeholder{
    color: #8E8E93;
  }

  .xxl\:focus\:placeholder-gray-darker:focus::-moz-placeholder{
    color: #8E8E93;
  }

  .xxl\:focus\:placeholder-gray-darker:focus:-ms-input-placeholder{
    color: #8E8E93;
  }

  .xxl\:focus\:placeholder-gray-darker:focus::-ms-input-placeholder{
    color: #8E8E93;
  }

  .xxl\:focus\:placeholder-gray-darker:focus::placeholder{
    color: #8E8E93;
  }

  .xxl\:focus\:placeholder-gray-dark:focus::-webkit-input-placeholder{
    color: #7f7f7f;
  }

  .xxl\:focus\:placeholder-gray-dark:focus::-moz-placeholder{
    color: #7f7f7f;
  }

  .xxl\:focus\:placeholder-gray-dark:focus:-ms-input-placeholder{
    color: #7f7f7f;
  }

  .xxl\:focus\:placeholder-gray-dark:focus::-ms-input-placeholder{
    color: #7f7f7f;
  }

  .xxl\:focus\:placeholder-gray-dark:focus::placeholder{
    color: #7f7f7f;
  }

  .xxl\:focus\:placeholder-gray:focus::-webkit-input-placeholder{
    color: #a9a7a7;
  }

  .xxl\:focus\:placeholder-gray:focus::-moz-placeholder{
    color: #a9a7a7;
  }

  .xxl\:focus\:placeholder-gray:focus:-ms-input-placeholder{
    color: #a9a7a7;
  }

  .xxl\:focus\:placeholder-gray:focus::-ms-input-placeholder{
    color: #a9a7a7;
  }

  .xxl\:focus\:placeholder-gray:focus::placeholder{
    color: #a9a7a7;
  }

  .xxl\:focus\:placeholder-gray-light:focus::-webkit-input-placeholder{
    color: #d7d6d6;
  }

  .xxl\:focus\:placeholder-gray-light:focus::-moz-placeholder{
    color: #d7d6d6;
  }

  .xxl\:focus\:placeholder-gray-light:focus:-ms-input-placeholder{
    color: #d7d6d6;
  }

  .xxl\:focus\:placeholder-gray-light:focus::-ms-input-placeholder{
    color: #d7d6d6;
  }

  .xxl\:focus\:placeholder-gray-light:focus::placeholder{
    color: #d7d6d6;
  }

  .xxl\:focus\:placeholder-gray-lighter:focus::-webkit-input-placeholder{
    color: #dddddd;
  }

  .xxl\:focus\:placeholder-gray-lighter:focus::-moz-placeholder{
    color: #dddddd;
  }

  .xxl\:focus\:placeholder-gray-lighter:focus:-ms-input-placeholder{
    color: #dddddd;
  }

  .xxl\:focus\:placeholder-gray-lighter:focus::-ms-input-placeholder{
    color: #dddddd;
  }

  .xxl\:focus\:placeholder-gray-lighter:focus::placeholder{
    color: #dddddd;
  }

  .xxl\:focus\:placeholder-gray-lightest:focus::-webkit-input-placeholder{
    color: #e8e8e8;
  }

  .xxl\:focus\:placeholder-gray-lightest:focus::-moz-placeholder{
    color: #e8e8e8;
  }

  .xxl\:focus\:placeholder-gray-lightest:focus:-ms-input-placeholder{
    color: #e8e8e8;
  }

  .xxl\:focus\:placeholder-gray-lightest:focus::-ms-input-placeholder{
    color: #e8e8e8;
  }

  .xxl\:focus\:placeholder-gray-lightest:focus::placeholder{
    color: #e8e8e8;
  }

  .xxl\:focus\:placeholder-gray-table:focus::-webkit-input-placeholder{
    color: rgba(232,232,232,0.5);
  }

  .xxl\:focus\:placeholder-gray-table:focus::-moz-placeholder{
    color: rgba(232,232,232,0.5);
  }

  .xxl\:focus\:placeholder-gray-table:focus:-ms-input-placeholder{
    color: rgba(232,232,232,0.5);
  }

  .xxl\:focus\:placeholder-gray-table:focus::-ms-input-placeholder{
    color: rgba(232,232,232,0.5);
  }

  .xxl\:focus\:placeholder-gray-table:focus::placeholder{
    color: rgba(232,232,232,0.5);
  }

  .xxl\:focus\:placeholder-red:focus::-webkit-input-placeholder{
    color: #af1c2e;
  }

  .xxl\:focus\:placeholder-red:focus::-moz-placeholder{
    color: #af1c2e;
  }

  .xxl\:focus\:placeholder-red:focus:-ms-input-placeholder{
    color: #af1c2e;
  }

  .xxl\:focus\:placeholder-red:focus::-ms-input-placeholder{
    color: #af1c2e;
  }

  .xxl\:focus\:placeholder-red:focus::placeholder{
    color: #af1c2e;
  }

  .xxl\:focus\:placeholder-darkred:focus::-webkit-input-placeholder{
    color: #831522;
  }

  .xxl\:focus\:placeholder-darkred:focus::-moz-placeholder{
    color: #831522;
  }

  .xxl\:focus\:placeholder-darkred:focus:-ms-input-placeholder{
    color: #831522;
  }

  .xxl\:focus\:placeholder-darkred:focus::-ms-input-placeholder{
    color: #831522;
  }

  .xxl\:focus\:placeholder-darkred:focus::placeholder{
    color: #831522;
  }

  .xxl\:focus\:placeholder-green:focus::-webkit-input-placeholder{
    color: #86b327;
  }

  .xxl\:focus\:placeholder-green:focus::-moz-placeholder{
    color: #86b327;
  }

  .xxl\:focus\:placeholder-green:focus:-ms-input-placeholder{
    color: #86b327;
  }

  .xxl\:focus\:placeholder-green:focus::-ms-input-placeholder{
    color: #86b327;
  }

  .xxl\:focus\:placeholder-green:focus::placeholder{
    color: #86b327;
  }

  .xxl\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    color: #fff;
  }

  .xxl\:focus\:placeholder-white:focus::-moz-placeholder{
    color: #fff;
  }

  .xxl\:focus\:placeholder-white:focus:-ms-input-placeholder{
    color: #fff;
  }

  .xxl\:focus\:placeholder-white:focus::-ms-input-placeholder{
    color: #fff;
  }

  .xxl\:focus\:placeholder-white:focus::placeholder{
    color: #fff;
  }

  .xxl\:focus\:placeholder-trans:focus::-webkit-input-placeholder{
    color: transparent;
  }

  .xxl\:focus\:placeholder-trans:focus::-moz-placeholder{
    color: transparent;
  }

  .xxl\:focus\:placeholder-trans:focus:-ms-input-placeholder{
    color: transparent;
  }

  .xxl\:focus\:placeholder-trans:focus::-ms-input-placeholder{
    color: transparent;
  }

  .xxl\:focus\:placeholder-trans:focus::placeholder{
    color: transparent;
  }

  .xxl\:focus\:placeholder-primary:focus::-webkit-input-placeholder{
    color: #af1c2e;
  }

  .xxl\:focus\:placeholder-primary:focus::-moz-placeholder{
    color: #af1c2e;
  }

  .xxl\:focus\:placeholder-primary:focus:-ms-input-placeholder{
    color: #af1c2e;
  }

  .xxl\:focus\:placeholder-primary:focus::-ms-input-placeholder{
    color: #af1c2e;
  }

  .xxl\:focus\:placeholder-primary:focus::placeholder{
    color: #af1c2e;
  }

  .xxl\:focus\:placeholder-primary-dark:focus::-webkit-input-placeholder{
    color: #831522;
  }

  .xxl\:focus\:placeholder-primary-dark:focus::-moz-placeholder{
    color: #831522;
  }

  .xxl\:focus\:placeholder-primary-dark:focus:-ms-input-placeholder{
    color: #831522;
  }

  .xxl\:focus\:placeholder-primary-dark:focus::-ms-input-placeholder{
    color: #831522;
  }

  .xxl\:focus\:placeholder-primary-dark:focus::placeholder{
    color: #831522;
  }

  .xxl\:focus\:placeholder-secondary:focus::-webkit-input-placeholder{
    color: #a9a7a7;
  }

  .xxl\:focus\:placeholder-secondary:focus::-moz-placeholder{
    color: #a9a7a7;
  }

  .xxl\:focus\:placeholder-secondary:focus:-ms-input-placeholder{
    color: #a9a7a7;
  }

  .xxl\:focus\:placeholder-secondary:focus::-ms-input-placeholder{
    color: #a9a7a7;
  }

  .xxl\:focus\:placeholder-secondary:focus::placeholder{
    color: #a9a7a7;
  }

  .xxl\:focus\:placeholder-secondary-dark:focus::-webkit-input-placeholder{
    color: #7f7f7f;
  }

  .xxl\:focus\:placeholder-secondary-dark:focus::-moz-placeholder{
    color: #7f7f7f;
  }

  .xxl\:focus\:placeholder-secondary-dark:focus:-ms-input-placeholder{
    color: #7f7f7f;
  }

  .xxl\:focus\:placeholder-secondary-dark:focus::-ms-input-placeholder{
    color: #7f7f7f;
  }

  .xxl\:focus\:placeholder-secondary-dark:focus::placeholder{
    color: #7f7f7f;
  }

  .xxl\:pointer-events-none{
    pointer-events: none;
  }

  .xxl\:pointer-events-auto{
    pointer-events: auto;
  }

  .xxl\:static{
    position: static;
  }

  .xxl\:fixed{
    position: fixed;
  }

  .xxl\:absolute{
    position: absolute;
  }

  .xxl\:relative{
    position: relative;
  }

  .xxl\:sticky{
    position: -webkit-sticky;
    position: sticky;
  }

  .xxl\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xxl\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xxl\:inset-sm{
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .xxl\:inset-md{
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .xxl\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .xxl\:inset-x-0{
    right: 0;
    left: 0;
  }

  .xxl\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .xxl\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .xxl\:inset-y-sm{
    top: 2rem;
    bottom: 2rem;
  }

  .xxl\:inset-x-sm{
    right: 2rem;
    left: 2rem;
  }

  .xxl\:inset-y-md{
    top: 4rem;
    bottom: 4rem;
  }

  .xxl\:inset-x-md{
    right: 4rem;
    left: 4rem;
  }

  .xxl\:top-0{
    top: 0;
  }

  .xxl\:right-0{
    right: 0;
  }

  .xxl\:bottom-0{
    bottom: 0;
  }

  .xxl\:left-0{
    left: 0;
  }

  .xxl\:top-auto{
    top: auto;
  }

  .xxl\:right-auto{
    right: auto;
  }

  .xxl\:bottom-auto{
    bottom: auto;
  }

  .xxl\:left-auto{
    left: auto;
  }

  .xxl\:top-sm{
    top: 2rem;
  }

  .xxl\:right-sm{
    right: 2rem;
  }

  .xxl\:bottom-sm{
    bottom: 2rem;
  }

  .xxl\:left-sm{
    left: 2rem;
  }

  .xxl\:top-md{
    top: 4rem;
  }

  .xxl\:right-md{
    right: 4rem;
  }

  .xxl\:bottom-md{
    bottom: 4rem;
  }

  .xxl\:left-md{
    left: 4rem;
  }

  .xxl\:resize-none{
    resize: none;
  }

  .xxl\:resize-y{
    resize: vertical;
  }

  .xxl\:resize-x{
    resize: horizontal;
  }

  .xxl\:resize{
    resize: both;
  }

  .xxl\:shadow{
    box-shadow: 0 2px 4px 0 rgba(42,40,40,0.20);
  }

  .xxl\:shadow-menu{
    box-shadow: 0 0 8px 2px rgba(42,40,40,0.2);
  }

  .xxl\:shadow-hover{
    box-shadow: 0 3px 6px 0 rgba(42,40,40,0.3);
  }

  .xxl\:shadow-active{
    box-shadow: 0 3px 10px 0 rgba(42,40,40,0.4);
  }

  .xxl\:shadow-md{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
  }

  .xxl\:shadow-lg{
    box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
  }

  .xxl\:shadow-img{
    box-shadow: 1px 2px 6px 0 rgba(42,40,40,0.2);
  }

  .xxl\:shadow-box-light{
    box-shadow: 1px 2px 6px 0 rgba(42,40,40,0.15);
  }

  .xxl\:shadow-box-dark{
    box-shadow: 1px 2px 6px 0 rgba(42, 40, 40, 0.4);
  }

  .xxl\:shadow-box-dark-hover{
    box-shadow: 1px 4px 8px 0 rgba(42, 40, 40, 0.5);
  }

  .xxl\:shadow-icon{
    box-shadow: 0 0 4px 0 rgba(41, 41, 41, 0.24);
  }

  .xxl\:shadow-inner{
    box-shadow: inset 0 0 3px 2px rgba(129,129,129,0.15);
  }

  .xxl\:shadow-text-hover{
    box-shadow: 0 2px 4px 0 rgba(42, 40, 40, 0.10);
  }

  .xxl\:shadow-none{
    box-shadow: none;
  }

  .xxl\:hover\:shadow:hover{
    box-shadow: 0 2px 4px 0 rgba(42,40,40,0.20);
  }

  .xxl\:hover\:shadow-menu:hover{
    box-shadow: 0 0 8px 2px rgba(42,40,40,0.2);
  }

  .xxl\:hover\:shadow-hover:hover{
    box-shadow: 0 3px 6px 0 rgba(42,40,40,0.3);
  }

  .xxl\:hover\:shadow-active:hover{
    box-shadow: 0 3px 10px 0 rgba(42,40,40,0.4);
  }

  .xxl\:hover\:shadow-md:hover{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
  }

  .xxl\:hover\:shadow-lg:hover{
    box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
  }

  .xxl\:hover\:shadow-img:hover{
    box-shadow: 1px 2px 6px 0 rgba(42,40,40,0.2);
  }

  .xxl\:hover\:shadow-box-light:hover{
    box-shadow: 1px 2px 6px 0 rgba(42,40,40,0.15);
  }

  .xxl\:hover\:shadow-box-dark:hover{
    box-shadow: 1px 2px 6px 0 rgba(42, 40, 40, 0.4);
  }

  .xxl\:hover\:shadow-box-dark-hover:hover{
    box-shadow: 1px 4px 8px 0 rgba(42, 40, 40, 0.5);
  }

  .xxl\:hover\:shadow-icon:hover{
    box-shadow: 0 0 4px 0 rgba(41, 41, 41, 0.24);
  }

  .xxl\:hover\:shadow-inner:hover{
    box-shadow: inset 0 0 3px 2px rgba(129,129,129,0.15);
  }

  .xxl\:hover\:shadow-text-hover:hover{
    box-shadow: 0 2px 4px 0 rgba(42, 40, 40, 0.10);
  }

  .xxl\:hover\:shadow-none:hover{
    box-shadow: none;
  }

  .xxl\:table-auto{
    table-layout: auto;
  }

  .xxl\:table-fixed{
    table-layout: fixed;
  }

  .xxl\:text-left{
    text-align: left;
  }

  .xxl\:text-center{
    text-align: center;
  }

  .xxl\:text-right{
    text-align: right;
  }

  .xxl\:text-justify{
    text-align: justify;
  }

  .xxl\:text-black{
    color: #2a2828;
  }

  .xxl\:text-black-transparent{
    color: rgba(42,40,40,0.80);
  }

  .xxl\:text-black-modal{
    color: rgba(42,40,40,0.9);
  }

  .xxl\:text-gray-darkest{
    color: #555353;
  }

  .xxl\:text-gray-darker{
    color: #8E8E93;
  }

  .xxl\:text-gray-dark{
    color: #7f7f7f;
  }

  .xxl\:text-gray{
    color: #a9a7a7;
  }

  .xxl\:text-gray-light{
    color: #d7d6d6;
  }

  .xxl\:text-gray-lighter{
    color: #dddddd;
  }

  .xxl\:text-gray-lightest{
    color: #e8e8e8;
  }

  .xxl\:text-gray-table{
    color: rgba(232,232,232,0.5);
  }

  .xxl\:text-red{
    color: #af1c2e;
  }

  .xxl\:text-darkred{
    color: #831522;
  }

  .xxl\:text-green{
    color: #86b327;
  }

  .xxl\:text-white{
    color: #fff;
  }

  .xxl\:text-trans{
    color: transparent;
  }

  .xxl\:text-primary{
    color: #af1c2e;
  }

  .xxl\:text-primary-dark{
    color: #831522;
  }

  .xxl\:text-secondary{
    color: #a9a7a7;
  }

  .xxl\:text-secondary-dark{
    color: #7f7f7f;
  }

  .xxl\:hover\:text-black:hover{
    color: #2a2828;
  }

  .xxl\:hover\:text-black-transparent:hover{
    color: rgba(42,40,40,0.80);
  }

  .xxl\:hover\:text-black-modal:hover{
    color: rgba(42,40,40,0.9);
  }

  .xxl\:hover\:text-gray-darkest:hover{
    color: #555353;
  }

  .xxl\:hover\:text-gray-darker:hover{
    color: #8E8E93;
  }

  .xxl\:hover\:text-gray-dark:hover{
    color: #7f7f7f;
  }

  .xxl\:hover\:text-gray:hover{
    color: #a9a7a7;
  }

  .xxl\:hover\:text-gray-light:hover{
    color: #d7d6d6;
  }

  .xxl\:hover\:text-gray-lighter:hover{
    color: #dddddd;
  }

  .xxl\:hover\:text-gray-lightest:hover{
    color: #e8e8e8;
  }

  .xxl\:hover\:text-gray-table:hover{
    color: rgba(232,232,232,0.5);
  }

  .xxl\:hover\:text-red:hover{
    color: #af1c2e;
  }

  .xxl\:hover\:text-darkred:hover{
    color: #831522;
  }

  .xxl\:hover\:text-green:hover{
    color: #86b327;
  }

  .xxl\:hover\:text-white:hover{
    color: #fff;
  }

  .xxl\:hover\:text-trans:hover{
    color: transparent;
  }

  .xxl\:hover\:text-primary:hover{
    color: #af1c2e;
  }

  .xxl\:hover\:text-primary-dark:hover{
    color: #831522;
  }

  .xxl\:hover\:text-secondary:hover{
    color: #a9a7a7;
  }

  .xxl\:hover\:text-secondary-dark:hover{
    color: #7f7f7f;
  }

  .xxl\:text-base{
    font-size: 1rem;
  }

  .xxl\:text-xs{
    font-size: 0.93333rem;
  }

  .xxl\:text-sm{
    font-size: 1rem;
  }

  .xxl\:text-md{
    font-size: 1.06667rem;
  }

  .xxl\:text-lg{
    font-size: 1.2rem;
  }

  .xxl\:text-xl{
    font-size: 1.33333rem;
  }

  .xxl\:text-xxl{
    font-size: 1.5rem;
  }

  .xxl\:text-h1{
    font-size: 2.666667rem;
  }

  .xxl\:text-h2{
    font-size: 2.13333rem;
  }

  .xxl\:text-h3{
    font-size: 1.73333rem;
  }

  .xxl\:text-label{
    font-size: 0.93333rem;
  }

  .xxl\:text-nav{
    font-size: 0.86667rem;
  }

  .xxl\:text-nav-sm{
    font-size: .73333rem;
  }

  .xxl\:text-small{
    font-size: 0.85em;
  }

  .xxl\:text-button{
    font-size: 0.93333rem;
  }

  .xxl\:text-intro{
    font-size: 1.13333rem;
  }

  .xxl\:text-button-sm{
    font-size: .73333rem;
  }

  .xxl\:italic{
    font-style: italic;
  }

  .xxl\:not-italic{
    font-style: normal;
  }

  .xxl\:uppercase{
    text-transform: uppercase;
  }

  .xxl\:lowercase{
    text-transform: lowercase;
  }

  .xxl\:capitalize{
    text-transform: capitalize;
  }

  .xxl\:normal-case{
    text-transform: none;
  }

  .xxl\:underline{
    text-decoration: underline;
  }

  .xxl\:line-through{
    text-decoration: line-through;
  }

  .xxl\:no-underline{
    text-decoration: none;
  }

  .xxl\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xxl\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xxl\:tracking-tight{
    letter-spacing: -0.066666667rem;
  }

  .xxl\:tracking-normal{
    letter-spacing: 0;
  }

  .xxl\:tracking-copy{
    letter-spacing: .01rem;
  }

  .xxl\:tracking-wide{
    letter-spacing: 0.066666667rem;
  }

  .xxl\:tracking-super-wide{
    letter-spacing: 0.266666667rem;
  }

  .xxl\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xxl\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xxl\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .xxl\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .xxl\:align-baseline{
    vertical-align: baseline;
  }

  .xxl\:align-top{
    vertical-align: top;
  }

  .xxl\:align-middle{
    vertical-align: middle;
  }

  .xxl\:align-bottom{
    vertical-align: bottom;
  }

  .xxl\:align-text-top{
    vertical-align: text-top;
  }

  .xxl\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .xxl\:visible{
    visibility: visible;
  }

  .xxl\:invisible{
    visibility: hidden;
  }

  .xxl\:whitespace-normal{
    white-space: normal;
  }

  .xxl\:whitespace-no-wrap{
    white-space: nowrap;
  }

  .xxl\:whitespace-pre{
    white-space: pre;
  }

  .xxl\:whitespace-pre-line{
    white-space: pre-line;
  }

  .xxl\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .xxl\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .xxl\:break-words{
    overflow-wrap: break-word;
  }

  .xxl\:break-all{
    word-break: break-all;
  }

  .xxl\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xxl\:w-auto{
    width: auto;
  }

  .xxl\:w-px{
    width: 1px;
  }

  .xxl\:w-1\/2{
    width: 50%;
  }

  .xxl\:w-1\/3{
    width: 33.33333%;
  }

  .xxl\:w-2\/3{
    width: 66.66667%;
  }

  .xxl\:w-1\/4{
    width: 25%;
  }

  .xxl\:w-3\/4{
    width: 75%;
  }

  .xxl\:w-1\/5{
    width: 20%;
  }

  .xxl\:w-2\/5{
    width: 40%;
  }

  .xxl\:w-3\/5{
    width: 60%;
  }

  .xxl\:w-4\/5{
    width: 80%;
  }

  .xxl\:w-1\/6{
    width: 16.66667%;
  }

  .xxl\:w-5\/6{
    width: 83.33333%;
  }

  .xxl\:w-1\/12{
    width: 8.33337%;
  }

  .xxl\:w-5\/12{
    width: 41.66667%;
  }

  .xxl\:w-7\/12{
    width: 58.33333%;
  }

  .xxl\:w-gap-xs{
    width: 30%;
  }

  .xxl\:w-gap{
    width: 46.5%;
  }

  .xxl\:w-gap-sm{
    width: 46%;
  }

  .xxl\:w-xs{
    width: 1rem;
  }

  .xxl\:w-sm{
    width: 2rem;
  }

  .xxl\:w-md{
    width: 3rem;
  }

  .xxl\:w-lg{
    width: 4rem;
  }

  .xxl\:w-full{
    width: 100%;
  }

  .xxl\:w-screen{
    width: 100vw;
  }

  .xxl\:z-0{
    z-index: 0;
  }

  .xxl\:z-10{
    z-index: 10;
  }

  .xxl\:z-20{
    z-index: 20;
  }

  .xxl\:z-30{
    z-index: 30;
  }

  .xxl\:z-40{
    z-index: 40;
  }

  .xxl\:z-50{
    z-index: 50;
  }

  .xxl\:z-60{
    z-index: 60;
  }

  .xxl\:z-70{
    z-index: 70;
  }

  .xxl\:z-auto{
    z-index: auto;
  }
}
