/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* COLOR
============================== */
.text-white {
  color: #FFFFFF; }

.text-white a {
  color: #FFFFFF; }

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

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

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

.text-black {
  color: #22292F; }

.text-black a {
  color: #22292F; }

.bg-black {
  background-color: #22292F; }

.border-black {
  border-color: #22292F; }

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

.text-grey-100 {
  color: #f7fafc; }

.text-grey-100 a {
  color: #f7fafc; }

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

.border-grey-100 {
  border-color: #f7fafc; }

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

.text-grey-200 {
  color: #edf2f7; }

.text-grey-200 a {
  color: #edf2f7; }

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

.border-grey-200 {
  border-color: #edf2f7; }

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

.text-grey-300 {
  color: #e2e8f0; }

.text-grey-300 a {
  color: #e2e8f0; }

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

.border-grey-300 {
  border-color: #e2e8f0; }

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

.text-grey-400 {
  color: #cbd5e0; }

.text-grey-400 a {
  color: #cbd5e0; }

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

.border-grey-400 {
  border-color: #cbd5e0; }

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

.text-grey-500 {
  color: #a0aec0; }

.text-grey-500 a {
  color: #a0aec0; }

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

.border-grey-500 {
  border-color: #a0aec0; }

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

.text-grey-600 {
  color: #718096; }

.text-grey-600 a {
  color: #718096; }

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

.border-grey-600 {
  border-color: #718096; }

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

.text-grey-700 {
  color: #4a5568; }

.text-grey-700 a {
  color: #4a5568; }

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

.border-grey-700 {
  border-color: #4a5568; }

.hover\:text-grey-700:hover {
  color: #4a5568; }

.text-grey-800 {
  color: #2d3748; }

.text-grey-800 a {
  color: #2d3748; }

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

.border-grey-800 {
  border-color: #2d3748; }

.hover\:text-grey-800:hover {
  color: #2d3748; }

.text-grey-900 {
  color: #1a202c; }

.text-grey-900 a {
  color: #1a202c; }

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

.border-grey-900 {
  border-color: #1a202c; }

.hover\:text-grey-900:hover {
  color: #1a202c; }

.text-blue {
  color: #09457c; }

.text-blue a {
  color: #09457c; }

.bg-blue {
  background-color: #09457c; }

.border-blue {
  border-color: #09457c; }

.hover\:text-blue:hover {
  color: #09457c; }

.text-orange {
  color: #f7a312; }

.text-orange a {
  color: #f7a312; }

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

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

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

.text-primary {
  color: #09457c; }

.text-primary a {
  color: #09457c; }

.bg-primary {
  background-color: #09457c; }

.border-primary {
  border-color: #09457c; }

.hover\:text-primary:hover {
  color: #09457c; }

.text-secondary {
  color: #227ed2; }

.text-secondary a {
  color: #227ed2; }

.bg-secondary {
  background-color: #227ed2; }

.border-secondary {
  border-color: #227ed2; }

.hover\:text-secondary:hover {
  color: #227ed2; }

@media (min-width: 500px) {
  .sm\:text-white {
    color: #FFFFFF; }
  .sm\:text-white a {
    color: #FFFFFF; }
  .sm\:bg-white {
    background-color: #FFFFFF; }
  .sm\:border-white {
    border-color: #FFFFFF; }
  .sm\:hover\:text-white:hover {
    color: #FFFFFF; }
  .sm\:text-black {
    color: #22292F; }
  .sm\:text-black a {
    color: #22292F; }
  .sm\:bg-black {
    background-color: #22292F; }
  .sm\:border-black {
    border-color: #22292F; }
  .sm\:hover\:text-black:hover {
    color: #22292F; }
  .sm\:text-grey-100 {
    color: #f7fafc; }
  .sm\:text-grey-100 a {
    color: #f7fafc; }
  .sm\:bg-grey-100 {
    background-color: #f7fafc; }
  .sm\:border-grey-100 {
    border-color: #f7fafc; }
  .sm\:hover\:text-grey-100:hover {
    color: #f7fafc; }
  .sm\:text-grey-200 {
    color: #edf2f7; }
  .sm\:text-grey-200 a {
    color: #edf2f7; }
  .sm\:bg-grey-200 {
    background-color: #edf2f7; }
  .sm\:border-grey-200 {
    border-color: #edf2f7; }
  .sm\:hover\:text-grey-200:hover {
    color: #edf2f7; }
  .sm\:text-grey-300 {
    color: #e2e8f0; }
  .sm\:text-grey-300 a {
    color: #e2e8f0; }
  .sm\:bg-grey-300 {
    background-color: #e2e8f0; }
  .sm\:border-grey-300 {
    border-color: #e2e8f0; }
  .sm\:hover\:text-grey-300:hover {
    color: #e2e8f0; }
  .sm\:text-grey-400 {
    color: #cbd5e0; }
  .sm\:text-grey-400 a {
    color: #cbd5e0; }
  .sm\:bg-grey-400 {
    background-color: #cbd5e0; }
  .sm\:border-grey-400 {
    border-color: #cbd5e0; }
  .sm\:hover\:text-grey-400:hover {
    color: #cbd5e0; }
  .sm\:text-grey-500 {
    color: #a0aec0; }
  .sm\:text-grey-500 a {
    color: #a0aec0; }
  .sm\:bg-grey-500 {
    background-color: #a0aec0; }
  .sm\:border-grey-500 {
    border-color: #a0aec0; }
  .sm\:hover\:text-grey-500:hover {
    color: #a0aec0; }
  .sm\:text-grey-600 {
    color: #718096; }
  .sm\:text-grey-600 a {
    color: #718096; }
  .sm\:bg-grey-600 {
    background-color: #718096; }
  .sm\:border-grey-600 {
    border-color: #718096; }
  .sm\:hover\:text-grey-600:hover {
    color: #718096; }
  .sm\:text-grey-700 {
    color: #4a5568; }
  .sm\:text-grey-700 a {
    color: #4a5568; }
  .sm\:bg-grey-700 {
    background-color: #4a5568; }
  .sm\:border-grey-700 {
    border-color: #4a5568; }
  .sm\:hover\:text-grey-700:hover {
    color: #4a5568; }
  .sm\:text-grey-800 {
    color: #2d3748; }
  .sm\:text-grey-800 a {
    color: #2d3748; }
  .sm\:bg-grey-800 {
    background-color: #2d3748; }
  .sm\:border-grey-800 {
    border-color: #2d3748; }
  .sm\:hover\:text-grey-800:hover {
    color: #2d3748; }
  .sm\:text-grey-900 {
    color: #1a202c; }
  .sm\:text-grey-900 a {
    color: #1a202c; }
  .sm\:bg-grey-900 {
    background-color: #1a202c; }
  .sm\:border-grey-900 {
    border-color: #1a202c; }
  .sm\:hover\:text-grey-900:hover {
    color: #1a202c; }
  .sm\:text-blue {
    color: #09457c; }
  .sm\:text-blue a {
    color: #09457c; }
  .sm\:bg-blue {
    background-color: #09457c; }
  .sm\:border-blue {
    border-color: #09457c; }
  .sm\:hover\:text-blue:hover {
    color: #09457c; }
  .sm\:text-orange {
    color: #f7a312; }
  .sm\:text-orange a {
    color: #f7a312; }
  .sm\:bg-orange {
    background-color: #f7a312; }
  .sm\:border-orange {
    border-color: #f7a312; }
  .sm\:hover\:text-orange:hover {
    color: #f7a312; }
  .sm\:text-primary {
    color: #09457c; }
  .sm\:text-primary a {
    color: #09457c; }
  .sm\:bg-primary {
    background-color: #09457c; }
  .sm\:border-primary {
    border-color: #09457c; }
  .sm\:hover\:text-primary:hover {
    color: #09457c; }
  .sm\:text-secondary {
    color: #227ed2; }
  .sm\:text-secondary a {
    color: #227ed2; }
  .sm\:bg-secondary {
    background-color: #227ed2; }
  .sm\:border-secondary {
    border-color: #227ed2; }
  .sm\:hover\:text-secondary:hover {
    color: #227ed2; } }

@media (min-width: 768px) {
  .md\:text-white {
    color: #FFFFFF; }
  .md\:text-white a {
    color: #FFFFFF; }
  .md\:bg-white {
    background-color: #FFFFFF; }
  .md\:border-white {
    border-color: #FFFFFF; }
  .md\:hover\:text-white:hover {
    color: #FFFFFF; }
  .md\:text-black {
    color: #22292F; }
  .md\:text-black a {
    color: #22292F; }
  .md\:bg-black {
    background-color: #22292F; }
  .md\:border-black {
    border-color: #22292F; }
  .md\:hover\:text-black:hover {
    color: #22292F; }
  .md\:text-grey-100 {
    color: #f7fafc; }
  .md\:text-grey-100 a {
    color: #f7fafc; }
  .md\:bg-grey-100 {
    background-color: #f7fafc; }
  .md\:border-grey-100 {
    border-color: #f7fafc; }
  .md\:hover\:text-grey-100:hover {
    color: #f7fafc; }
  .md\:text-grey-200 {
    color: #edf2f7; }
  .md\:text-grey-200 a {
    color: #edf2f7; }
  .md\:bg-grey-200 {
    background-color: #edf2f7; }
  .md\:border-grey-200 {
    border-color: #edf2f7; }
  .md\:hover\:text-grey-200:hover {
    color: #edf2f7; }
  .md\:text-grey-300 {
    color: #e2e8f0; }
  .md\:text-grey-300 a {
    color: #e2e8f0; }
  .md\:bg-grey-300 {
    background-color: #e2e8f0; }
  .md\:border-grey-300 {
    border-color: #e2e8f0; }
  .md\:hover\:text-grey-300:hover {
    color: #e2e8f0; }
  .md\:text-grey-400 {
    color: #cbd5e0; }
  .md\:text-grey-400 a {
    color: #cbd5e0; }
  .md\:bg-grey-400 {
    background-color: #cbd5e0; }
  .md\:border-grey-400 {
    border-color: #cbd5e0; }
  .md\:hover\:text-grey-400:hover {
    color: #cbd5e0; }
  .md\:text-grey-500 {
    color: #a0aec0; }
  .md\:text-grey-500 a {
    color: #a0aec0; }
  .md\:bg-grey-500 {
    background-color: #a0aec0; }
  .md\:border-grey-500 {
    border-color: #a0aec0; }
  .md\:hover\:text-grey-500:hover {
    color: #a0aec0; }
  .md\:text-grey-600 {
    color: #718096; }
  .md\:text-grey-600 a {
    color: #718096; }
  .md\:bg-grey-600 {
    background-color: #718096; }
  .md\:border-grey-600 {
    border-color: #718096; }
  .md\:hover\:text-grey-600:hover {
    color: #718096; }
  .md\:text-grey-700 {
    color: #4a5568; }
  .md\:text-grey-700 a {
    color: #4a5568; }
  .md\:bg-grey-700 {
    background-color: #4a5568; }
  .md\:border-grey-700 {
    border-color: #4a5568; }
  .md\:hover\:text-grey-700:hover {
    color: #4a5568; }
  .md\:text-grey-800 {
    color: #2d3748; }
  .md\:text-grey-800 a {
    color: #2d3748; }
  .md\:bg-grey-800 {
    background-color: #2d3748; }
  .md\:border-grey-800 {
    border-color: #2d3748; }
  .md\:hover\:text-grey-800:hover {
    color: #2d3748; }
  .md\:text-grey-900 {
    color: #1a202c; }
  .md\:text-grey-900 a {
    color: #1a202c; }
  .md\:bg-grey-900 {
    background-color: #1a202c; }
  .md\:border-grey-900 {
    border-color: #1a202c; }
  .md\:hover\:text-grey-900:hover {
    color: #1a202c; }
  .md\:text-blue {
    color: #09457c; }
  .md\:text-blue a {
    color: #09457c; }
  .md\:bg-blue {
    background-color: #09457c; }
  .md\:border-blue {
    border-color: #09457c; }
  .md\:hover\:text-blue:hover {
    color: #09457c; }
  .md\:text-orange {
    color: #f7a312; }
  .md\:text-orange a {
    color: #f7a312; }
  .md\:bg-orange {
    background-color: #f7a312; }
  .md\:border-orange {
    border-color: #f7a312; }
  .md\:hover\:text-orange:hover {
    color: #f7a312; }
  .md\:text-primary {
    color: #09457c; }
  .md\:text-primary a {
    color: #09457c; }
  .md\:bg-primary {
    background-color: #09457c; }
  .md\:border-primary {
    border-color: #09457c; }
  .md\:hover\:text-primary:hover {
    color: #09457c; }
  .md\:text-secondary {
    color: #227ed2; }
  .md\:text-secondary a {
    color: #227ed2; }
  .md\:bg-secondary {
    background-color: #227ed2; }
  .md\:border-secondary {
    border-color: #227ed2; }
  .md\:hover\:text-secondary:hover {
    color: #227ed2; } }

@media (min-width: 1024px) {
  .lg\:text-white {
    color: #FFFFFF; }
  .lg\:text-white a {
    color: #FFFFFF; }
  .lg\:bg-white {
    background-color: #FFFFFF; }
  .lg\:border-white {
    border-color: #FFFFFF; }
  .lg\:hover\:text-white:hover {
    color: #FFFFFF; }
  .lg\:text-black {
    color: #22292F; }
  .lg\:text-black a {
    color: #22292F; }
  .lg\:bg-black {
    background-color: #22292F; }
  .lg\:border-black {
    border-color: #22292F; }
  .lg\:hover\:text-black:hover {
    color: #22292F; }
  .lg\:text-grey-100 {
    color: #f7fafc; }
  .lg\:text-grey-100 a {
    color: #f7fafc; }
  .lg\:bg-grey-100 {
    background-color: #f7fafc; }
  .lg\:border-grey-100 {
    border-color: #f7fafc; }
  .lg\:hover\:text-grey-100:hover {
    color: #f7fafc; }
  .lg\:text-grey-200 {
    color: #edf2f7; }
  .lg\:text-grey-200 a {
    color: #edf2f7; }
  .lg\:bg-grey-200 {
    background-color: #edf2f7; }
  .lg\:border-grey-200 {
    border-color: #edf2f7; }
  .lg\:hover\:text-grey-200:hover {
    color: #edf2f7; }
  .lg\:text-grey-300 {
    color: #e2e8f0; }
  .lg\:text-grey-300 a {
    color: #e2e8f0; }
  .lg\:bg-grey-300 {
    background-color: #e2e8f0; }
  .lg\:border-grey-300 {
    border-color: #e2e8f0; }
  .lg\:hover\:text-grey-300:hover {
    color: #e2e8f0; }
  .lg\:text-grey-400 {
    color: #cbd5e0; }
  .lg\:text-grey-400 a {
    color: #cbd5e0; }
  .lg\:bg-grey-400 {
    background-color: #cbd5e0; }
  .lg\:border-grey-400 {
    border-color: #cbd5e0; }
  .lg\:hover\:text-grey-400:hover {
    color: #cbd5e0; }
  .lg\:text-grey-500 {
    color: #a0aec0; }
  .lg\:text-grey-500 a {
    color: #a0aec0; }
  .lg\:bg-grey-500 {
    background-color: #a0aec0; }
  .lg\:border-grey-500 {
    border-color: #a0aec0; }
  .lg\:hover\:text-grey-500:hover {
    color: #a0aec0; }
  .lg\:text-grey-600 {
    color: #718096; }
  .lg\:text-grey-600 a {
    color: #718096; }
  .lg\:bg-grey-600 {
    background-color: #718096; }
  .lg\:border-grey-600 {
    border-color: #718096; }
  .lg\:hover\:text-grey-600:hover {
    color: #718096; }
  .lg\:text-grey-700 {
    color: #4a5568; }
  .lg\:text-grey-700 a {
    color: #4a5568; }
  .lg\:bg-grey-700 {
    background-color: #4a5568; }
  .lg\:border-grey-700 {
    border-color: #4a5568; }
  .lg\:hover\:text-grey-700:hover {
    color: #4a5568; }
  .lg\:text-grey-800 {
    color: #2d3748; }
  .lg\:text-grey-800 a {
    color: #2d3748; }
  .lg\:bg-grey-800 {
    background-color: #2d3748; }
  .lg\:border-grey-800 {
    border-color: #2d3748; }
  .lg\:hover\:text-grey-800:hover {
    color: #2d3748; }
  .lg\:text-grey-900 {
    color: #1a202c; }
  .lg\:text-grey-900 a {
    color: #1a202c; }
  .lg\:bg-grey-900 {
    background-color: #1a202c; }
  .lg\:border-grey-900 {
    border-color: #1a202c; }
  .lg\:hover\:text-grey-900:hover {
    color: #1a202c; }
  .lg\:text-blue {
    color: #09457c; }
  .lg\:text-blue a {
    color: #09457c; }
  .lg\:bg-blue {
    background-color: #09457c; }
  .lg\:border-blue {
    border-color: #09457c; }
  .lg\:hover\:text-blue:hover {
    color: #09457c; }
  .lg\:text-orange {
    color: #f7a312; }
  .lg\:text-orange a {
    color: #f7a312; }
  .lg\:bg-orange {
    background-color: #f7a312; }
  .lg\:border-orange {
    border-color: #f7a312; }
  .lg\:hover\:text-orange:hover {
    color: #f7a312; }
  .lg\:text-primary {
    color: #09457c; }
  .lg\:text-primary a {
    color: #09457c; }
  .lg\:bg-primary {
    background-color: #09457c; }
  .lg\:border-primary {
    border-color: #09457c; }
  .lg\:hover\:text-primary:hover {
    color: #09457c; }
  .lg\:text-secondary {
    color: #227ed2; }
  .lg\:text-secondary a {
    color: #227ed2; }
  .lg\:bg-secondary {
    background-color: #227ed2; }
  .lg\:border-secondary {
    border-color: #227ed2; }
  .lg\:hover\:text-secondary:hover {
    color: #227ed2; } }

@media (min-width: 1200px) {
  .xl\:text-white {
    color: #FFFFFF; }
  .xl\:text-white a {
    color: #FFFFFF; }
  .xl\:bg-white {
    background-color: #FFFFFF; }
  .xl\:border-white {
    border-color: #FFFFFF; }
  .xl\:hover\:text-white:hover {
    color: #FFFFFF; }
  .xl\:text-black {
    color: #22292F; }
  .xl\:text-black a {
    color: #22292F; }
  .xl\:bg-black {
    background-color: #22292F; }
  .xl\:border-black {
    border-color: #22292F; }
  .xl\:hover\:text-black:hover {
    color: #22292F; }
  .xl\:text-grey-100 {
    color: #f7fafc; }
  .xl\:text-grey-100 a {
    color: #f7fafc; }
  .xl\:bg-grey-100 {
    background-color: #f7fafc; }
  .xl\:border-grey-100 {
    border-color: #f7fafc; }
  .xl\:hover\:text-grey-100:hover {
    color: #f7fafc; }
  .xl\:text-grey-200 {
    color: #edf2f7; }
  .xl\:text-grey-200 a {
    color: #edf2f7; }
  .xl\:bg-grey-200 {
    background-color: #edf2f7; }
  .xl\:border-grey-200 {
    border-color: #edf2f7; }
  .xl\:hover\:text-grey-200:hover {
    color: #edf2f7; }
  .xl\:text-grey-300 {
    color: #e2e8f0; }
  .xl\:text-grey-300 a {
    color: #e2e8f0; }
  .xl\:bg-grey-300 {
    background-color: #e2e8f0; }
  .xl\:border-grey-300 {
    border-color: #e2e8f0; }
  .xl\:hover\:text-grey-300:hover {
    color: #e2e8f0; }
  .xl\:text-grey-400 {
    color: #cbd5e0; }
  .xl\:text-grey-400 a {
    color: #cbd5e0; }
  .xl\:bg-grey-400 {
    background-color: #cbd5e0; }
  .xl\:border-grey-400 {
    border-color: #cbd5e0; }
  .xl\:hover\:text-grey-400:hover {
    color: #cbd5e0; }
  .xl\:text-grey-500 {
    color: #a0aec0; }
  .xl\:text-grey-500 a {
    color: #a0aec0; }
  .xl\:bg-grey-500 {
    background-color: #a0aec0; }
  .xl\:border-grey-500 {
    border-color: #a0aec0; }
  .xl\:hover\:text-grey-500:hover {
    color: #a0aec0; }
  .xl\:text-grey-600 {
    color: #718096; }
  .xl\:text-grey-600 a {
    color: #718096; }
  .xl\:bg-grey-600 {
    background-color: #718096; }
  .xl\:border-grey-600 {
    border-color: #718096; }
  .xl\:hover\:text-grey-600:hover {
    color: #718096; }
  .xl\:text-grey-700 {
    color: #4a5568; }
  .xl\:text-grey-700 a {
    color: #4a5568; }
  .xl\:bg-grey-700 {
    background-color: #4a5568; }
  .xl\:border-grey-700 {
    border-color: #4a5568; }
  .xl\:hover\:text-grey-700:hover {
    color: #4a5568; }
  .xl\:text-grey-800 {
    color: #2d3748; }
  .xl\:text-grey-800 a {
    color: #2d3748; }
  .xl\:bg-grey-800 {
    background-color: #2d3748; }
  .xl\:border-grey-800 {
    border-color: #2d3748; }
  .xl\:hover\:text-grey-800:hover {
    color: #2d3748; }
  .xl\:text-grey-900 {
    color: #1a202c; }
  .xl\:text-grey-900 a {
    color: #1a202c; }
  .xl\:bg-grey-900 {
    background-color: #1a202c; }
  .xl\:border-grey-900 {
    border-color: #1a202c; }
  .xl\:hover\:text-grey-900:hover {
    color: #1a202c; }
  .xl\:text-blue {
    color: #09457c; }
  .xl\:text-blue a {
    color: #09457c; }
  .xl\:bg-blue {
    background-color: #09457c; }
  .xl\:border-blue {
    border-color: #09457c; }
  .xl\:hover\:text-blue:hover {
    color: #09457c; }
  .xl\:text-orange {
    color: #f7a312; }
  .xl\:text-orange a {
    color: #f7a312; }
  .xl\:bg-orange {
    background-color: #f7a312; }
  .xl\:border-orange {
    border-color: #f7a312; }
  .xl\:hover\:text-orange:hover {
    color: #f7a312; }
  .xl\:text-primary {
    color: #09457c; }
  .xl\:text-primary a {
    color: #09457c; }
  .xl\:bg-primary {
    background-color: #09457c; }
  .xl\:border-primary {
    border-color: #09457c; }
  .xl\:hover\:text-primary:hover {
    color: #09457c; }
  .xl\:text-secondary {
    color: #227ed2; }
  .xl\:text-secondary a {
    color: #227ed2; }
  .xl\:bg-secondary {
    background-color: #227ed2; }
  .xl\:border-secondary {
    border-color: #227ed2; }
  .xl\:hover\:text-secondary:hover {
    color: #227ed2; } }

@media (min-width: 1440px) {
  .xxl\:text-white {
    color: #FFFFFF; }
  .xxl\:text-white a {
    color: #FFFFFF; }
  .xxl\:bg-white {
    background-color: #FFFFFF; }
  .xxl\:border-white {
    border-color: #FFFFFF; }
  .xxl\:hover\:text-white:hover {
    color: #FFFFFF; }
  .xxl\:text-black {
    color: #22292F; }
  .xxl\:text-black a {
    color: #22292F; }
  .xxl\:bg-black {
    background-color: #22292F; }
  .xxl\:border-black {
    border-color: #22292F; }
  .xxl\:hover\:text-black:hover {
    color: #22292F; }
  .xxl\:text-grey-100 {
    color: #f7fafc; }
  .xxl\:text-grey-100 a {
    color: #f7fafc; }
  .xxl\:bg-grey-100 {
    background-color: #f7fafc; }
  .xxl\:border-grey-100 {
    border-color: #f7fafc; }
  .xxl\:hover\:text-grey-100:hover {
    color: #f7fafc; }
  .xxl\:text-grey-200 {
    color: #edf2f7; }
  .xxl\:text-grey-200 a {
    color: #edf2f7; }
  .xxl\:bg-grey-200 {
    background-color: #edf2f7; }
  .xxl\:border-grey-200 {
    border-color: #edf2f7; }
  .xxl\:hover\:text-grey-200:hover {
    color: #edf2f7; }
  .xxl\:text-grey-300 {
    color: #e2e8f0; }
  .xxl\:text-grey-300 a {
    color: #e2e8f0; }
  .xxl\:bg-grey-300 {
    background-color: #e2e8f0; }
  .xxl\:border-grey-300 {
    border-color: #e2e8f0; }
  .xxl\:hover\:text-grey-300:hover {
    color: #e2e8f0; }
  .xxl\:text-grey-400 {
    color: #cbd5e0; }
  .xxl\:text-grey-400 a {
    color: #cbd5e0; }
  .xxl\:bg-grey-400 {
    background-color: #cbd5e0; }
  .xxl\:border-grey-400 {
    border-color: #cbd5e0; }
  .xxl\:hover\:text-grey-400:hover {
    color: #cbd5e0; }
  .xxl\:text-grey-500 {
    color: #a0aec0; }
  .xxl\:text-grey-500 a {
    color: #a0aec0; }
  .xxl\:bg-grey-500 {
    background-color: #a0aec0; }
  .xxl\:border-grey-500 {
    border-color: #a0aec0; }
  .xxl\:hover\:text-grey-500:hover {
    color: #a0aec0; }
  .xxl\:text-grey-600 {
    color: #718096; }
  .xxl\:text-grey-600 a {
    color: #718096; }
  .xxl\:bg-grey-600 {
    background-color: #718096; }
  .xxl\:border-grey-600 {
    border-color: #718096; }
  .xxl\:hover\:text-grey-600:hover {
    color: #718096; }
  .xxl\:text-grey-700 {
    color: #4a5568; }
  .xxl\:text-grey-700 a {
    color: #4a5568; }
  .xxl\:bg-grey-700 {
    background-color: #4a5568; }
  .xxl\:border-grey-700 {
    border-color: #4a5568; }
  .xxl\:hover\:text-grey-700:hover {
    color: #4a5568; }
  .xxl\:text-grey-800 {
    color: #2d3748; }
  .xxl\:text-grey-800 a {
    color: #2d3748; }
  .xxl\:bg-grey-800 {
    background-color: #2d3748; }
  .xxl\:border-grey-800 {
    border-color: #2d3748; }
  .xxl\:hover\:text-grey-800:hover {
    color: #2d3748; }
  .xxl\:text-grey-900 {
    color: #1a202c; }
  .xxl\:text-grey-900 a {
    color: #1a202c; }
  .xxl\:bg-grey-900 {
    background-color: #1a202c; }
  .xxl\:border-grey-900 {
    border-color: #1a202c; }
  .xxl\:hover\:text-grey-900:hover {
    color: #1a202c; }
  .xxl\:text-blue {
    color: #09457c; }
  .xxl\:text-blue a {
    color: #09457c; }
  .xxl\:bg-blue {
    background-color: #09457c; }
  .xxl\:border-blue {
    border-color: #09457c; }
  .xxl\:hover\:text-blue:hover {
    color: #09457c; }
  .xxl\:text-orange {
    color: #f7a312; }
  .xxl\:text-orange a {
    color: #f7a312; }
  .xxl\:bg-orange {
    background-color: #f7a312; }
  .xxl\:border-orange {
    border-color: #f7a312; }
  .xxl\:hover\:text-orange:hover {
    color: #f7a312; }
  .xxl\:text-primary {
    color: #09457c; }
  .xxl\:text-primary a {
    color: #09457c; }
  .xxl\:bg-primary {
    background-color: #09457c; }
  .xxl\:border-primary {
    border-color: #09457c; }
  .xxl\:hover\:text-primary:hover {
    color: #09457c; }
  .xxl\:text-secondary {
    color: #227ed2; }
  .xxl\:text-secondary a {
    color: #227ed2; }
  .xxl\:bg-secondary {
    background-color: #227ed2; }
  .xxl\:border-secondary {
    border-color: #227ed2; }
  .xxl\:hover\:text-secondary:hover {
    color: #227ed2; } }

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

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

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

/* TEXT SIZE
============================== */
.text-xs {
  font-size: 1rem;
  line-height: 1.25; }

.text-sm {
  font-size: 1.3rem;
  line-height: 1.25; }

.text-base {
  font-size: 2rem;
  line-height: 1.25; }

.text-lg {
  font-size: 2.4rem;
  line-height: 1.25; }

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

.text-2xl {
  font-size: 3.8rem;
  line-height: 1.25; }

.text-3xl {
  font-size: 4rem;
  line-height: 1.25; }

.text-4xl {
  font-size: 4.6rem;
  line-height: 1.25; }

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

.text-6xl {
  font-size: 5.6rem;
  line-height: 1.4; }

@media (min-width: 500px) {
  .sm\:text-xs {
    font-size: 1rem;
    line-height: 1.25; }
  .sm\:text-sm {
    font-size: 1.3rem;
    line-height: 1.25; }
  .sm\:text-base {
    font-size: 2rem;
    line-height: 1.25; }
  .sm\:text-lg {
    font-size: 2.4rem;
    line-height: 1.25; }
  .sm\:text-xl {
    font-size: 3.2rem;
    line-height: 1.25; }
  .sm\:text-2xl {
    font-size: 3.8rem;
    line-height: 1.25; }
  .sm\:text-3xl {
    font-size: 4rem;
    line-height: 1.25; }
  .sm\:text-4xl {
    font-size: 4.6rem;
    line-height: 1.25; }
  .sm\:text-5xl {
    font-size: 5rem;
    line-height: 1.25; }
  .sm\:text-6xl {
    font-size: 5.6rem;
    line-height: 1.25; } }

@media (min-width: 768px) {
  .md\:text-xs {
    font-size: 1rem;
    line-height: 1.25; }
  .md\:text-sm {
    font-size: 1.3rem;
    line-height: 1.25; }
  .md\:text-base {
    font-size: 2rem;
    line-height: 1.25; }
  .md\:text-lg {
    font-size: 2.4rem;
    line-height: 1.25; }
  .md\:text-xl {
    font-size: 3.2rem;
    line-height: 1.25; }
  .md\:text-2xl {
    font-size: 3.8rem;
    line-height: 1.25; }
  .md\:text-3xl {
    font-size: 4rem;
    line-height: 1.25; }
  .md\:text-4xl {
    font-size: 4.6rem;
    line-height: 1.25; }
  .md\:text-5xl {
    font-size: 5rem;
    line-height: 1.25; }
  .md\:text-6xl {
    font-size: 5.6rem;
    line-height: 1.25; } }

@media (min-width: 1024px) {
  .lg\:text-xs {
    font-size: 1rem;
    line-height: 1.25; }
  .lg\:text-sm {
    font-size: 1.3rem;
    line-height: 1.25; }
  .lg\:text-base {
    font-size: 2rem;
    line-height: 1.25; }
  .lg\:text-lg {
    font-size: 2.4rem;
    line-height: 1.25; }
  .lg\:text-xl {
    font-size: 3.2rem;
    line-height: 1.25; }
  .lg\:text-2xl {
    font-size: 3.8rem;
    line-height: 1.25; }
  .lg\:text-3xl {
    font-size: 4rem;
    line-height: 1.25; }
  .lg\:text-4xl {
    font-size: 4.6rem;
    line-height: 1.25; }
  .lg\:text-5xl {
    font-size: 5rem;
    line-height: 1.25; }
  .lg\:text-6xl {
    font-size: 5.6rem;
    line-height: 1.25; } }

@media (min-width: 1200px) {
  .xl\:text-xs {
    font-size: 1rem;
    line-height: 1.25; }
  .xl\:text-sm {
    font-size: 1.3rem;
    line-height: 1.25; }
  .xl\:text-base {
    font-size: 2rem;
    line-height: 1.25; }
  .xl\:text-lg {
    font-size: 2.4rem;
    line-height: 1.25; }
  .xl\:text-xl {
    font-size: 3.2rem;
    line-height: 1.25; }
  .xl\:text-2xl {
    font-size: 3.8rem;
    line-height: 1.25; }
  .xl\:text-3xl {
    font-size: 4rem;
    line-height: 1.25; }
  .xl\:text-4xl {
    font-size: 4.6rem;
    line-height: 1.25; }
  .xl\:text-5xl {
    font-size: 5rem;
    line-height: 1.25; }
  .xl\:text-6xl {
    font-size: 5.6rem;
    line-height: 1.25; } }

@media (min-width: 1440px) {
  .xxl\:text-xs {
    font-size: 1rem;
    line-height: 1.25; }
  .xxl\:text-sm {
    font-size: 1.3rem;
    line-height: 1.25; }
  .xxl\:text-base {
    font-size: 2rem;
    line-height: 1.25; }
  .xxl\:text-lg {
    font-size: 2.4rem;
    line-height: 1.25; }
  .xxl\:text-xl {
    font-size: 3.2rem;
    line-height: 1.25; }
  .xxl\:text-2xl {
    font-size: 3.8rem;
    line-height: 1.25; }
  .xxl\:text-3xl {
    font-size: 4rem;
    line-height: 1.25; }
  .xxl\:text-4xl {
    font-size: 4.6rem;
    line-height: 1.25; }
  .xxl\:text-5xl {
    font-size: 5rem;
    line-height: 1.25; }
  .xxl\:text-6xl {
    font-size: 5.6rem;
    line-height: 1.25; } }

/* FONT SMOOTHING
============================== */
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

/* FONT WEIGHT
============================== */
.font-hairline {
  font-weight: 100; }

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

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

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

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

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

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

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

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

@media (min-width: 500px) {
  .sm\:font-hairline {
    font-weight: 100; }
  .sm\:font-thin {
    font-weight: 200; }
  .sm\:font-light {
    font-weight: 300; }
  .sm\:font-normal {
    font-weight: 400; }
  .sm\:font-medium {
    font-weight: 500; }
  .sm\:font-semibold {
    font-weight: 600; }
  .sm\:font-bold {
    font-weight: 700; }
  .sm\:font-extrabold {
    font-weight: 800; }
  .sm\:font-black {
    font-weight: 900; } }

@media (min-width: 768px) {
  .md\:font-hairline {
    font-weight: 100; }
  .md\:font-thin {
    font-weight: 200; }
  .md\:font-light {
    font-weight: 300; }
  .md\:font-normal {
    font-weight: 400; }
  .md\:font-medium {
    font-weight: 500; }
  .md\:font-semibold {
    font-weight: 600; }
  .md\:font-bold {
    font-weight: 700; }
  .md\:font-extrabold {
    font-weight: 800; }
  .md\:font-black {
    font-weight: 900; } }

@media (min-width: 1024px) {
  .lg\:font-hairline {
    font-weight: 100; }
  .lg\:font-thin {
    font-weight: 200; }
  .lg\:font-light {
    font-weight: 300; }
  .lg\:font-normal {
    font-weight: 400; }
  .lg\:font-medium {
    font-weight: 500; }
  .lg\:font-semibold {
    font-weight: 600; }
  .lg\:font-bold {
    font-weight: 700; }
  .lg\:font-extrabold {
    font-weight: 800; }
  .lg\:font-black {
    font-weight: 900; } }

@media (min-width: 1200px) {
  .xl\:font-hairline {
    font-weight: 100; }
  .xl\:font-thin {
    font-weight: 200; }
  .xl\:font-light {
    font-weight: 300; }
  .xl\:font-normal {
    font-weight: 400; }
  .xl\:font-medium {
    font-weight: 500; }
  .xl\:font-semibold {
    font-weight: 600; }
  .xl\:font-bold {
    font-weight: 700; }
  .xl\:font-extrabold {
    font-weight: 800; }
  .xl\:font-black {
    font-weight: 900; } }

@media (min-width: 1440px) {
  .xxl\:font-hairline {
    font-weight: 100; }
  .xxl\:font-thin {
    font-weight: 200; }
  .xxl\:font-light {
    font-weight: 300; }
  .xxl\:font-normal {
    font-weight: 400; }
  .xxl\:font-medium {
    font-weight: 500; }
  .xxl\:font-semibold {
    font-weight: 600; }
  .xxl\:font-bold {
    font-weight: 700; }
  .xxl\:font-extrabold {
    font-weight: 800; }
  .xxl\:font-black {
    font-weight: 900; } }

/* LETTER SPACING
============================== */
.tracking-tighter {
  letter-spacing: -0.05em; }

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

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

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

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

.tracking-widest {
  letter-spacing: 0.1em; }

@media (min-width: 500px) {
  .sm\:tracking-tighter {
    letter-spacing: -0.05em; }
  .sm\:tracking-tight {
    letter-spacing: -0.025em; }
  .sm\:tracking-normal {
    letter-spacing: 0; }
  .sm\:tracking-wide {
    letter-spacing: 0.025em; }
  .sm\:tracking-wider {
    letter-spacing: 0.05em; }
  .sm\:tracking-widest {
    letter-spacing: 0.1em; } }

@media (min-width: 768px) {
  .md\:tracking-tighter {
    letter-spacing: -0.05em; }
  .md\:tracking-tight {
    letter-spacing: -0.025em; }
  .md\:tracking-normal {
    letter-spacing: 0; }
  .md\:tracking-wide {
    letter-spacing: 0.025em; }
  .md\:tracking-wider {
    letter-spacing: 0.05em; }
  .md\:tracking-widest {
    letter-spacing: 0.1em; } }

@media (min-width: 1024px) {
  .lg\:tracking-tighter {
    letter-spacing: -0.05em; }
  .lg\:tracking-tight {
    letter-spacing: -0.025em; }
  .lg\:tracking-normal {
    letter-spacing: 0; }
  .lg\:tracking-wide {
    letter-spacing: 0.025em; }
  .lg\:tracking-wider {
    letter-spacing: 0.05em; }
  .lg\:tracking-widest {
    letter-spacing: 0.1em; } }

@media (min-width: 1200px) {
  .xl\:tracking-tighter {
    letter-spacing: -0.05em; }
  .xl\:tracking-tight {
    letter-spacing: -0.025em; }
  .xl\:tracking-normal {
    letter-spacing: 0; }
  .xl\:tracking-wide {
    letter-spacing: 0.025em; }
  .xl\:tracking-wider {
    letter-spacing: 0.05em; }
  .xl\:tracking-widest {
    letter-spacing: 0.1em; } }

@media (min-width: 1440px) {
  .xxl\:tracking-tighter {
    letter-spacing: -0.05em; }
  .xxl\:tracking-tight {
    letter-spacing: -0.025em; }
  .xxl\:tracking-normal {
    letter-spacing: 0; }
  .xxl\:tracking-wide {
    letter-spacing: 0.025em; }
  .xxl\:tracking-wider {
    letter-spacing: 0.05em; }
  .xxl\:tracking-widest {
    letter-spacing: 0.1em; } }

/* LINE HEIGHT
============================== */
.leading-none {
  line-height: 1; }

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

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

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

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

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

@media (min-width: 500px) {
  .sm\:leading-none {
    line-height: 1; }
  .sm\:leading-tight {
    line-height: 1.25; }
  .sm\:leading-snug {
    line-height: 1.375; }
  .sm\:leading-normal {
    line-height: 1.5; }
  .sm\:leading-relaxed {
    line-height: 1.625; }
  .sm\:leading-loose {
    line-height: 2; } }

@media (min-width: 768px) {
  .md\:leading-none {
    line-height: 1; }
  .md\:leading-tight {
    line-height: 1.25; }
  .md\:leading-snug {
    line-height: 1.375; }
  .md\:leading-normal {
    line-height: 1.5; }
  .md\:leading-relaxed {
    line-height: 1.625; }
  .md\:leading-loose {
    line-height: 2; } }

@media (min-width: 1024px) {
  .lg\:leading-none {
    line-height: 1; }
  .lg\:leading-tight {
    line-height: 1.25; }
  .lg\:leading-snug {
    line-height: 1.375; }
  .lg\:leading-normal {
    line-height: 1.5; }
  .lg\:leading-relaxed {
    line-height: 1.625; }
  .lg\:leading-loose {
    line-height: 2; } }

@media (min-width: 1200px) {
  .xl\:leading-none {
    line-height: 1; }
  .xl\:leading-tight {
    line-height: 1.25; }
  .xl\:leading-snug {
    line-height: 1.375; }
  .xl\:leading-normal {
    line-height: 1.5; }
  .xl\:leading-relaxed {
    line-height: 1.625; }
  .xl\:leading-loose {
    line-height: 2; } }

@media (min-width: 1440px) {
  .xxl\:leading-none {
    line-height: 1; }
  .xxl\:leading-tight {
    line-height: 1.25; }
  .xxl\:leading-snug {
    line-height: 1.375; }
  .xxl\:leading-normal {
    line-height: 1.5; }
  .xxl\:leading-relaxed {
    line-height: 1.625; }
  .xxl\:leading-loose {
    line-height: 2; } }

/* LISTS
============================== */
.list-inside {
  list-style-position: inside; }

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

@media (min-width: 500px) {
  .sm\:list-inside {
    list-style-position: inside; }
  .sm\:list-outside {
    list-style-position: outside; } }

@media (min-width: 768px) {
  .md\:list-inside {
    list-style-position: inside; }
  .md\:list-outside {
    list-style-position: outside; } }

@media (min-width: 1024px) {
  .lg\:list-inside {
    list-style-position: inside; }
  .lg\:list-outside {
    list-style-position: outside; } }

@media (min-width: 1200px) {
  .xl\:list-inside {
    list-style-position: inside; }
  .xl\:list-outside {
    list-style-position: outside; } }

@media (min-width: 1440px) {
  .xxl\:list-inside {
    list-style-position: inside; }
  .xxl\:list-outside {
    list-style-position: outside; } }

/* LISTS
============================== */
.list-reset {
  list-style: none;
  padding: 0; }

@media (min-width: 500px) {
  .sm\:list-reset {
    list-style: none;
    padding: 0; } }

@media (min-width: 768px) {
  .md\:list-reset {
    list-style: none;
    padding: 0; } }

@media (min-width: 1024px) {
  .lg\:list-reset {
    list-style: none;
    padding: 0; } }

@media (min-width: 1200px) {
  .xl\:list-reset {
    list-style: none;
    padding: 0; } }

@media (min-width: 1440px) {
  .xxl\:list-reset {
    list-style: none;
    padding: 0; } }

/* PLACEHOLDER COLOR
============================== */
.placeholder-transparent::-webkit-input-placeholder {
  color: transparent; }
.placeholder-transparent::-ms-input-placeholder {
  color: transparent; }
.placeholder-transparent::placeholder {
  color: transparent; }

.placeholder-black::-webkit-input-placeholder {
  color: #000; }

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

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

.placeholder-white::-webkit-input-placeholder {
  color: #fff; }

.placeholder-white::-ms-input-placeholder {
  color: #fff; }

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

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

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

.placeholder-gray-100::placeholder {
  color: #f7fafc; }

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

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

.placeholder-gray-200::placeholder {
  color: #edf2f7; }

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

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

.placeholder-gray-300::placeholder {
  color: #e2e8f0; }

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

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

.placeholder-gray-400::placeholder {
  color: #cbd5e0; }

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

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

.placeholder-gray-500::placeholder {
  color: #a0aec0; }

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

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

.placeholder-gray-600::placeholder {
  color: #718096; }

.placeholder-gray-700::-webkit-input-placeholder {
  color: #4a5568; }

.placeholder-gray-700::-ms-input-placeholder {
  color: #4a5568; }

.placeholder-gray-700::placeholder {
  color: #4a5568; }

.placeholder-gray-800::-webkit-input-placeholder {
  color: #2d3748; }

.placeholder-gray-800::-ms-input-placeholder {
  color: #2d3748; }

.placeholder-gray-800::placeholder {
  color: #2d3748; }

.placeholder-gray-900::-webkit-input-placeholder {
  color: #1a202c; }

.placeholder-gray-900::-ms-input-placeholder {
  color: #1a202c; }

.placeholder-gray-900::placeholder {
  color: #1a202c; }

/* TEXT ALIGNMENT
============================== */
.text-left {
  text-align: left; }

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

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

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

@media (min-width: 500px) {
  .sm\:text-left {
    text-align: left; }
  .sm\:text-center {
    text-align: center; }
  .sm\:text-right {
    text-align: right; }
  .sm\:text-justify {
    text-align: justify; } }

@media (min-width: 768px) {
  .md\:text-left {
    text-align: left; }
  .md\:text-center {
    text-align: center; }
  .md\:text-right {
    text-align: right; }
  .md\:text-justify {
    text-align: justify; } }

@media (min-width: 1024px) {
  .lg\:text-left {
    text-align: left; }
  .lg\:text-center {
    text-align: center; }
  .lg\:text-right {
    text-align: right; }
  .lg\:text-justify {
    text-align: justify; } }

@media (min-width: 1200px) {
  .xl\:text-left {
    text-align: left; }
  .xl\:text-center {
    text-align: center; }
  .xl\:text-right {
    text-align: right; }
  .xl\:text-justify {
    text-align: justify; } }

@media (min-width: 1440px) {
  .xxl\:text-left {
    text-align: left; }
  .xxl\:text-center {
    text-align: center; }
  .xxl\:text-right {
    text-align: right; }
  .xxl\:text-justify {
    text-align: justify; } }

/* STYLES AND DECORATION
============================== */
.underline {
  text-decoration: underline; }

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

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

@media (min-width: 500px) {
  .sm\:underline {
    text-decoration: underline; }
  .sm\:line-through {
    text-decoration: line-through; }
  .sm\:no-underline {
    text-decoration: none; } }

@media (min-width: 768px) {
  .md\:underline {
    text-decoration: underline; }
  .md\:line-through {
    text-decoration: line-through; }
  .md\:no-underline {
    text-decoration: none; } }

@media (min-width: 1024px) {
  .lg\:underline {
    text-decoration: underline; }
  .lg\:line-through {
    text-decoration: line-through; }
  .lg\:no-underline {
    text-decoration: none; } }

@media (min-width: 1200px) {
  .xl\:underline {
    text-decoration: underline; }
  .xl\:line-through {
    text-decoration: line-through; }
  .xl\:no-underline {
    text-decoration: none; } }

@media (min-width: 1440px) {
  .xxl\:underline {
    text-decoration: underline; }
  .xxl\:line-through {
    text-decoration: line-through; }
  .xxl\:no-underline {
    text-decoration: none; } }

/* VERTICAL ALIGNMENT
============================== */
.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; }

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

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

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

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

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

/* WHITESPACING AND WRAPPING
============================== */
.whitespace-normal {
  white-space: normal; }

.whitespace-no-wrap {
  white-space: nowrap; }

.whitespace-pre {
  white-space: pre; }

.whitespace-pre-line {
  white-space: pre-line; }

.whitespace-pre-wrap {
  white-space: pre-wrap; }

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

@media (min-width: 500px) {
  .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-words {
    word-wrap: break-word; } }

@media (min-width: 768px) {
  .md\:whitespace-normal {
    white-space: normal; }
  .md\:whitespace-no-wrap {
    white-space: nowrap; }
  .md\:whitespace-pre {
    white-space: pre; }
  .md\:whitespace-pre-line {
    white-space: pre-line; }
  .md\:whitespace-pre-wrap {
    white-space: pre-wrap; }
  .md\:break-words {
    word-wrap: break-word; } }

@media (min-width: 1024px) {
  .lg\:whitespace-normal {
    white-space: normal; }
  .lg\:whitespace-no-wrap {
    white-space: nowrap; }
  .lg\:whitespace-pre {
    white-space: pre; }
  .lg\:whitespace-pre-line {
    white-space: pre-line; }
  .lg\:whitespace-pre-wrap {
    white-space: pre-wrap; }
  .lg\:break-words {
    word-wrap: break-word; } }

@media (min-width: 1200px) {
  .xl\:whitespace-normal {
    white-space: normal; }
  .xl\:whitespace-no-wrap {
    white-space: nowrap; }
  .xl\:whitespace-pre {
    white-space: pre; }
  .xl\:whitespace-pre-line {
    white-space: pre-line; }
  .xl\:whitespace-pre-wrap {
    white-space: pre-wrap; }
  .xl\:break-words {
    word-wrap: break-word; } }

@media (min-width: 1440px) {
  .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-words {
    word-wrap: break-word; } }

/* WORD BREAK
============================== */
.break-normal {
  word-break: normal;
  overflow-wrap: normal; }

.break-words {
  overflow-wrap: break-word; }

.break-all {
  word-break: break-all; }

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

@media (min-width: 500px) {
  .sm\:break-normal {
    word-break: normal;
    overflow-wrap: 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; } }

@media (min-width: 768px) {
  .md\:break-normal {
    word-break: normal;
    overflow-wrap: 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; } }

@media (min-width: 1024px) {
  .lg\:break-normal {
    word-break: normal;
    overflow-wrap: 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; } }

@media (min-width: 1200px) {
  .xl\:break-normal {
    word-break: normal;
    overflow-wrap: 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; } }

@media (min-width: 1440px) {
  .xxl\:break-normal {
    word-break: normal;
    overflow-wrap: 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; } }

/* CONTAINERS
============================== */
.fixed-width {
  max-width: 1500px; }

@media (min-width: 500px) {
  .sm\:fixed-width {
    max-width: 1200px; } }

@media (min-width: 768px) {
  .md\:fixed-width {
    max-width: 1200px; } }

@media (min-width: 1024px) {
  .lg\:fixed-width {
    max-width: 1200px; } }

@media (min-width: 1200px) {
  .xl\:fixed-width {
    max-width: 1200px; } }

@media (min-width: 1440px) {
  .xxl\:fixed-width {
    max-width: 1200px; } }

/* DISPLAY
============================== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.block {
  display: block; }

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

.inline {
  display: inline; }

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

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

.table {
  display: table; }

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

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

.hidden {
  display: none; }

@media (min-width: 500px) {
  .sm\:block {
    display: block; }
  .sm\:inline-block {
    display: inline-block; }
  .sm\:inline {
    display: inline; }
  .sm\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .sm\:inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .sm\:table {
    display: table; }
  .sm\:table-row {
    display: table-row; }
  .sm\:table-cell {
    display: table-cell; }
  .sm\:hidden {
    display: none; } }

@media (min-width: 768px) {
  .md\:block {
    display: block; }
  .md\:inline-block {
    display: inline-block; }
  .md\:inline {
    display: inline; }
  .md\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .md\:inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .md\:table {
    display: table; }
  .md\:table-row {
    display: table-row; }
  .md\:table-cell {
    display: table-cell; }
  .md\:hidden {
    display: none; } }

@media (min-width: 1024px) {
  .lg\:block {
    display: block; }
  .lg\:inline-block {
    display: inline-block; }
  .lg\:inline {
    display: inline; }
  .lg\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .lg\:inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .lg\:table {
    display: table; }
  .lg\:table-row {
    display: table-row; }
  .lg\:table-cell {
    display: table-cell; }
  .lg\:hidden {
    display: none; } }

@media (min-width: 1200px) {
  .xl\:block {
    display: block; }
  .xl\:inline-block {
    display: inline-block; }
  .xl\:inline {
    display: inline; }
  .xl\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .xl\:inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .xl\:table {
    display: table; }
  .xl\:table-row {
    display: table-row; }
  .xl\:table-cell {
    display: table-cell; }
  .xl\:hidden {
    display: none; } }

@media (min-width: 1440px) {
  .xxl\:block {
    display: block; }
  .xxl\:inline-block {
    display: inline-block; }
  .xxl\:inline {
    display: inline; }
  .xxl\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .xxl\:inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .xxl\:table {
    display: table; }
  .xxl\:table-row {
    display: table-row; }
  .xxl\:table-cell {
    display: table-cell; }
  .xxl\:hidden {
    display: none; } }

/* FLOATS
============================== */
.float-right {
  float: right; }

.float-left {
  float: left; }

.float-none {
  float: none; }

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

@media (min-width: 500px) {
  .sm\:float-right {
    float: right; }
  .sm\:float-left {
    float: left; }
  .sm\:float-none {
    float: none; } }

@media (min-width: 768px) {
  .md\:float-right {
    float: right; }
  .md\:float-left {
    float: left; }
  .md\:float-none {
    float: none; } }

@media (min-width: 1024px) {
  .lg\:float-right {
    float: right; }
  .lg\:float-left {
    float: left; }
  .lg\:float-none {
    float: none; } }

@media (min-width: 1200px) {
  .xl\:float-right {
    float: right; }
  .xl\:float-left {
    float: left; }
  .xl\:float-none {
    float: none; } }

@media (min-width: 1440px) {
  .xxl\:float-right {
    float: right; }
  .xxl\:float-left {
    float: left; }
  .xxl\:float-none {
    float: none; } }

/* OBJECT FIT
============================== */
.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; }

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

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

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

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

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

/* OBJECT POSITION
============================== */
.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; }

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

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

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

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

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

/* OVERFLOW
============================== */
.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; }

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

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

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

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

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

/* POSITION
============================== */
.static {
  position: static; }

.fixed {
  position: fixed; }

.absolute {
  position: absolute; }

.relative {
  position: relative; }

.sticky {
  position: -webkit-sticky;
  position: sticky; }

@media (min-width: 500px) {
  .sm\:.static {
    position: static; }
  .sm\:.fixed {
    position: fixed; }
  .sm\:.absolute {
    position: absolute; }
  .sm\:.relative {
    position: relative; }
  .sm\:.sticky {
    position: -webkit-sticky;
    position: sticky; } }

@media (min-width: 768px) {
  .md\:.static {
    position: static; }
  .md\:.fixed {
    position: fixed; }
  .md\:.absolute {
    position: absolute; }
  .md\:.relative {
    position: relative; }
  .md\:.sticky {
    position: -webkit-sticky;
    position: sticky; } }

@media (min-width: 1024px) {
  .lg\:.static {
    position: static; }
  .lg\:.fixed {
    position: fixed; }
  .lg\:.absolute {
    position: absolute; }
  .lg\:.relative {
    position: relative; }
  .lg\:.sticky {
    position: -webkit-sticky;
    position: sticky; } }

@media (min-width: 1200px) {
  .xl\:.static {
    position: static; }
  .xl\:.fixed {
    position: fixed; }
  .xl\:.absolute {
    position: absolute; }
  .xl\:.relative {
    position: relative; }
  .xl\:.sticky {
    position: -webkit-sticky;
    position: sticky; } }

@media (min-width: 1440px) {
  .xxl\:.static {
    position: static; }
  .xxl\:.fixed {
    position: fixed; }
  .xxl\:.absolute {
    position: absolute; }
  .xxl\:.relative {
    position: relative; }
  .xxl\:.sticky {
    position: -webkit-sticky;
    position: sticky; } }

/* TOP / RIGHT / BOTTOM / LEFT
============================== */
.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

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

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

.top-0 {
  top: 0; }

.right-0 {
  right: 0; }

.bottom-0 {
  bottom: 0; }

.left-0 {
  left: 0; }

.inset-auto {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto; }

.inset-y-auto {
  top: auto;
  bottom: auto; }

.inset-x-auto {
  left: auto;
  right: auto; }

.top-auto {
  top: auto; }

.bottom-auto {
  bottom: auto; }

.left-auto {
  left: auto; }

.right-auto {
  right: auto; }

@media (min-width: 500px) {
  .sm\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .sm\:inset-y-0 {
    top: 0;
    bottom: 0; }
  .sm\:inset-x-0 {
    right: 0;
    left: 0; }
  .sm\:top-0 {
    top: 0; }
  .sm\:right-0 {
    right: 0; }
  .sm\:bottom-0 {
    bottom: 0; }
  .sm\:left-0 {
    left: 0; }
  .sm\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto; }
  .sm\:inset-y-auto {
    top: auto;
    bottom: auto; }
  .sm\:inset-x-auto {
    left: auto;
    right: auto; }
  .sm\:top-auto {
    top: auto; }
  .sm\:bottom-auto {
    bottom: auto; }
  .sm\:left-auto {
    left: auto; }
  .sm\:right-auto {
    right: auto; } }

@media (min-width: 768px) {
  .md\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .md\:inset-y-0 {
    top: 0;
    bottom: 0; }
  .md\:inset-x-0 {
    right: 0;
    left: 0; }
  .md\:top-0 {
    top: 0; }
  .md\:right-0 {
    right: 0; }
  .md\:bottom-0 {
    bottom: 0; }
  .md\:left-0 {
    left: 0; }
  .md\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto; }
  .md\:inset-y-auto {
    top: auto;
    bottom: auto; }
  .md\:inset-x-auto {
    left: auto;
    right: auto; }
  .md\:top-auto {
    top: auto; }
  .md\:bottom-auto {
    bottom: auto; }
  .md\:left-auto {
    left: auto; }
  .md\:right-auto {
    right: auto; } }

@media (min-width: 1024px) {
  .lg\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .lg\:inset-y-0 {
    top: 0;
    bottom: 0; }
  .lg\:inset-x-0 {
    right: 0;
    left: 0; }
  .lg\:top-0 {
    top: 0; }
  .lg\:right-0 {
    right: 0; }
  .lg\:bottom-0 {
    bottom: 0; }
  .lg\:left-0 {
    left: 0; }
  .lg\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto; }
  .lg\:inset-y-auto {
    top: auto;
    bottom: auto; }
  .lg\:inset-x-auto {
    left: auto;
    right: auto; }
  .lg\:top-auto {
    top: auto; }
  .lg\:bottom-auto {
    bottom: auto; }
  .lg\:left-auto {
    left: auto; }
  .lg\:right-auto {
    right: auto; } }

@media (min-width: 1200px) {
  .xl\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .xl\:inset-y-0 {
    top: 0;
    bottom: 0; }
  .xl\:inset-x-0 {
    right: 0;
    left: 0; }
  .xl\:top-0 {
    top: 0; }
  .xl\:right-0 {
    right: 0; }
  .xl\:bottom-0 {
    bottom: 0; }
  .xl\:left-0 {
    left: 0; }
  .xl\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto; }
  .xl\:inset-y-auto {
    top: auto;
    bottom: auto; }
  .xl\:inset-x-auto {
    left: auto;
    right: auto; }
  .xl\:top-auto {
    top: auto; }
  .xl\:bottom-auto {
    bottom: auto; }
  .xl\:left-auto {
    left: auto; }
  .xl\:right-auto {
    right: auto; } }

@media (min-width: 1440px) {
  .xxl\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .xxl\:inset-y-0 {
    top: 0;
    bottom: 0; }
  .xxl\:inset-x-0 {
    right: 0;
    left: 0; }
  .xxl\:top-0 {
    top: 0; }
  .xxl\:right-0 {
    right: 0; }
  .xxl\:bottom-0 {
    bottom: 0; }
  .xxl\:left-0 {
    left: 0; }
  .xxl\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto; }
  .xxl\:inset-y-auto {
    top: auto;
    bottom: auto; }
  .xxl\:inset-x-auto {
    left: auto;
    right: auto; }
  .xxl\:top-auto {
    top: auto; }
  .xxl\:bottom-auto {
    bottom: auto; }
  .xxl\:left-auto {
    left: auto; }
  .xxl\:right-auto {
    right: auto; } }

/* VISIBILITY
============================== */
.visible {
  visibility: visible; }

.invisible {
  visibility: hidden; }

@media (min-width: 500px) {
  .sm\:visible {
    visibility: visible; }
  .sm\:invisible {
    visibility: hidden; } }

@media (min-width: 768px) {
  .md\:visible {
    visibility: visible; }
  .md\:invisible {
    visibility: hidden; } }

@media (min-width: 1024px) {
  .lg\:visible {
    visibility: visible; }
  .lg\:invisible {
    visibility: hidden; } }

@media (min-width: 1200px) {
  .xl\:visible {
    visibility: visible; }
  .xl\:invisible {
    visibility: hidden; } }

@media (min-width: 1440px) {
  .xxl\:visible {
    visibility: visible; }
  .xxl\:invisible {
    visibility: hidden; } }

/* Z-INDEX
============================== */
.z-0 {
  z-index: 0; }

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

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

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

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

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

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

@media (min-width: 500px) {
  .sm\:z-0 {
    z-index: 0; }
  .sm\:z-10 {
    z-index: 10; }
  .sm\:z-20 {
    z-index: 20; }
  .sm\:z-30 {
    z-index: 30; }
  .sm\:z-40 {
    z-index: 40; }
  .sm\:z-50 {
    z-index: 50; }
  .sm\:z-auto {
    z-index: auto; } }

@media (min-width: 768px) {
  .md\:z-0 {
    z-index: 0; }
  .md\:z-10 {
    z-index: 10; }
  .md\:z-20 {
    z-index: 20; }
  .md\:z-30 {
    z-index: 30; }
  .md\:z-40 {
    z-index: 40; }
  .md\:z-50 {
    z-index: 50; }
  .md\:z-auto {
    z-index: auto; } }

@media (min-width: 1024px) {
  .lg\:z-0 {
    z-index: 0; }
  .lg\:z-10 {
    z-index: 10; }
  .lg\:z-20 {
    z-index: 20; }
  .lg\:z-30 {
    z-index: 30; }
  .lg\:z-40 {
    z-index: 40; }
  .lg\:z-50 {
    z-index: 50; }
  .lg\:z-auto {
    z-index: auto; } }

@media (min-width: 1200px) {
  .xl\:z-0 {
    z-index: 0; }
  .xl\:z-10 {
    z-index: 10; }
  .xl\:z-20 {
    z-index: 20; }
  .xl\:z-30 {
    z-index: 30; }
  .xl\:z-40 {
    z-index: 40; }
  .xl\:z-50 {
    z-index: 50; }
  .xl\:z-auto {
    z-index: auto; } }

@media (min-width: 1440px) {
  .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-auto {
    z-index: auto; } }

/* BACKGROUND ATTACHMENT
============================== */
.bg-fixed {
  background-attachment: fixed; }

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

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

@media (min-width: 500px) {
  .sm\:bg-fixed {
    background-attachment: fixed; }
  .sm\:bg-local {
    background-attachment: local; }
  .sm\:bg-scroll {
    background-attachment: scroll; } }

@media (min-width: 768px) {
  .md\:bg-fixed {
    background-attachment: fixed; }
  .md\:bg-local {
    background-attachment: local; }
  .md\:bg-scroll {
    background-attachment: scroll; } }

@media (min-width: 1024px) {
  .lg\:bg-fixed {
    background-attachment: fixed; }
  .lg\:bg-local {
    background-attachment: local; }
  .lg\:bg-scroll {
    background-attachment: scroll; } }

@media (min-width: 1200px) {
  .xl\:bg-fixed {
    background-attachment: fixed; }
  .xl\:bg-local {
    background-attachment: local; }
  .xl\:bg-scroll {
    background-attachment: scroll; } }

@media (min-width: 1440px) {
  .xxl\:bg-fixed {
    background-attachment: fixed; }
  .xxl\:bg-local {
    background-attachment: local; }
  .xxl\:bg-scroll {
    background-attachment: scroll; } }

/* BACKGROUND COLOR
============================== */
.bg-transparent {
  background-color: transparent; }

@media (min-width: 500px) {
  .sm\:bg-transparent {
    background-color: transparent; } }

@media (min-width: 768px) {
  .md\:bg-transparent {
    background-color: transparent; } }

@media (min-width: 1024px) {
  .lg\:bg-transparent {
    background-color: transparent; } }

@media (min-width: 1200px) {
  .xl\:bg-transparent {
    background-color: transparent; } }

@media (min-width: 1440px) {
  .xxl\:bg-transparent {
    background-color: transparent; } }

/* BACKGROUND POSITION
============================== */
.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; }

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

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

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

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

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

/* BACKGROUND REPEAT
============================== */
.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; }

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

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

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

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

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

/* BACKGROUND SIZE
============================== */
.bg-auto {
  background-size: auto; }

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

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

@media (min-width: 500px) {
  .sm\:bg-auto {
    background-size: auto; }
  .sm\:bg-cover {
    background-size: cover; }
  .sm\:bg-contain {
    background-size: contain; } }

@media (min-width: 768px) {
  .md\:bg-auto {
    background-size: auto; }
  .md\:bg-cover {
    background-size: cover; }
  .md\:bg-contain {
    background-size: contain; } }

@media (min-width: 1024px) {
  .lg\:bg-auto {
    background-size: auto; }
  .lg\:bg-cover {
    background-size: cover; }
  .lg\:bg-contain {
    background-size: contain; } }

@media (min-width: 1200px) {
  .xl\:bg-auto {
    background-size: auto; }
  .xl\:bg-cover {
    background-size: cover; }
  .xl\:bg-contain {
    background-size: contain; } }

@media (min-width: 1440px) {
  .xxl\:bg-auto {
    background-size: auto; }
  .xxl\:bg-cover {
    background-size: cover; }
  .xxl\:bg-contain {
    background-size: contain; } }

/* BORDER COLOR
============================== */
.border-transparent {
  border-color: transparent; }

@media (min-width: 500px) {
  .sm\:border-transparent {
    border-color: transparent; } }

@media (min-width: 768px) {
  .md\:border-transparent {
    border-color: transparent; } }

@media (min-width: 1024px) {
  .lg\:border-transparent {
    border-color: transparent; } }

@media (min-width: 1200px) {
  .xl\:border-transparent {
    border-color: transparent; } }

@media (min-width: 1440px) {
  .xxl\:border-transparent {
    border-color: transparent; } }

/* BORDER RADIUS
============================== */
.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 STYLE
============================== */
.border-solid {
  border-style: solid; }

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

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

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

/* BORDER WIDTH
============================== */
.border {
  border-width: 1px; }

.border-t-0 {
  border-top: 0px solid;
  border-color: rgba(0, 0, 0, 0.2); }

.border-t-1 {
  border-top: 1px solid;
  border-color: rgba(0, 0, 0, 0.2); }

.border-t-2 {
  border-top: 2px solid;
  border-color: rgba(0, 0, 0, 0.2); }

.border-t-4 {
  border-top: 4px solid;
  border-color: rgba(0, 0, 0, 0.2); }

.border-t-8 {
  border-top: 8px solid;
  border-color: rgba(0, 0, 0, 0.2); }

.border-r-0 {
  border-right: 0px solid;
  border-color: rgba(0, 0, 0, 0.2); }

.border-r-1 {
  border-right: 1px solid;
  border-color: rgba(0, 0, 0, 0.2); }

.border-r-2 {
  border-right: 2px solid;
  border-color: rgba(0, 0, 0, 0.2); }

.border-r-4 {
  border-right: 4px solid;
  border-color: rgba(0, 0, 0, 0.2); }

.border-r-8 {
  border-right: 8px solid;
  border-color: rgba(0, 0, 0, 0.2); }

.border-b-0 {
  border-bottom: 0px solid;
  border-color: rgba(0, 0, 0, 0.2); }

.border-b-1 {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.2); }

.border-b-2 {
  border-bottom: 2px solid;
  border-color: rgba(0, 0, 0, 0.2); }

.border-b-4 {
  border-bottom: 4px solid;
  border-color: rgba(0, 0, 0, 0.2); }

.border-b-8 {
  border-bottom: 8px solid;
  border-color: rgba(0, 0, 0, 0.2); }

.border-l-0 {
  border-left: 0px solid;
  border-color: rgba(0, 0, 0, 0.2); }

.border-l-1 {
  border-left: 1px solid;
  border-color: rgba(0, 0, 0, 0.2); }

.border-l-2 {
  border-left: 2px solid;
  border-color: rgba(0, 0, 0, 0.2); }

.border-l-4 {
  border-left: 4px solid;
  border-color: rgba(0, 0, 0, 0.2); }

.border-l-8 {
  border-left: 8px solid;
  border-color: rgba(0, 0, 0, 0.2); }

/* FLEXBOX: ALIGN CONTENT
============================== */
.content-start {
  -ms-flex-line-pack: start;
      align-content: flex-start; }

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

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

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

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

@media (min-width: 500px) {
  .sm\:content-start {
    -ms-flex-line-pack: start;
        align-content: flex-start; }
  .sm\:content-center {
    -ms-flex-line-pack: center;
        align-content: center; }
  .sm\:content-end {
    -ms-flex-line-pack: end;
        align-content: flex-end; }
  .sm\:content-between {
    -ms-flex-line-pack: justify;
        align-content: space-between; }
  .sm\:content-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around; } }

@media (min-width: 768px) {
  .md\:content-start {
    -ms-flex-line-pack: start;
        align-content: flex-start; }
  .md\:content-center {
    -ms-flex-line-pack: center;
        align-content: center; }
  .md\:content-end {
    -ms-flex-line-pack: end;
        align-content: flex-end; }
  .md\:content-between {
    -ms-flex-line-pack: justify;
        align-content: space-between; }
  .md\:content-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around; } }

@media (min-width: 1024px) {
  .lg\:content-start {
    -ms-flex-line-pack: start;
        align-content: flex-start; }
  .lg\:content-center {
    -ms-flex-line-pack: center;
        align-content: center; }
  .lg\:content-end {
    -ms-flex-line-pack: end;
        align-content: flex-end; }
  .lg\:content-between {
    -ms-flex-line-pack: justify;
        align-content: space-between; }
  .lg\:content-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around; } }

@media (min-width: 1200px) {
  .xl\:content-start {
    -ms-flex-line-pack: start;
        align-content: flex-start; }
  .xl\:content-center {
    -ms-flex-line-pack: center;
        align-content: center; }
  .xl\:content-end {
    -ms-flex-line-pack: end;
        align-content: flex-end; }
  .xl\:content-between {
    -ms-flex-line-pack: justify;
        align-content: space-between; }
  .xl\:content-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around; } }

@media (min-width: 1440px) {
  .xxl\:content-start {
    -ms-flex-line-pack: start;
        align-content: flex-start; }
  .xxl\:content-center {
    -ms-flex-line-pack: center;
        align-content: center; }
  .xxl\:content-end {
    -ms-flex-line-pack: end;
        align-content: flex-end; }
  .xxl\:content-between {
    -ms-flex-line-pack: justify;
        align-content: space-between; }
  .xxl\:content-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around; } }

/* FLEXBOX: ALIGN ITEMS
============================== */
.items-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

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

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

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

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

@media (min-width: 500px) {
  .sm\:items-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
  .sm\:items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .sm\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .sm\:items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .sm\:items-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; } }

@media (min-width: 768px) {
  .md\:items-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
  .md\:items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .md\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .md\:items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .md\:items-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; } }

@media (min-width: 1024px) {
  .lg\:items-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
  .lg\:items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .lg\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .lg\:items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .lg\:items-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; } }

@media (min-width: 1200px) {
  .xl\:items-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
  .xl\:items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .xl\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .xl\:items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .xl\:items-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; } }

@media (min-width: 1440px) {
  .xxl\:items-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
  .xxl\:items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .xxl\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .xxl\:items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .xxl\:items-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; } }

/* FLEXBOX: ALIGN SELF
============================== */
.self-auto {
  -ms-flex-item-align: auto;
      align-self: auto; }

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

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

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

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

@media (min-width: 500px) {
  .sm\:self-auto {
    -ms-flex-item-align: auto;
        align-self: auto; }
  .sm\:self-start {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .sm\:self-center {
    -ms-flex-item-align: center;
        align-self: center; }
  .sm\:self-end {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .sm\:self-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch; } }

@media (min-width: 768px) {
  .md\:self-auto {
    -ms-flex-item-align: auto;
        align-self: auto; }
  .md\:self-start {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .md\:self-center {
    -ms-flex-item-align: center;
        align-self: center; }
  .md\:self-end {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .md\:self-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch; } }

@media (min-width: 1024px) {
  .lg\:self-auto {
    -ms-flex-item-align: auto;
        align-self: auto; }
  .lg\:self-start {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .lg\:self-center {
    -ms-flex-item-align: center;
        align-self: center; }
  .lg\:self-end {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .lg\:self-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch; } }

@media (min-width: 1200px) {
  .xl\:self-auto {
    -ms-flex-item-align: auto;
        align-self: auto; }
  .xl\:self-start {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .xl\:self-center {
    -ms-flex-item-align: center;
        align-self: center; }
  .xl\:self-end {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .xl\:self-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch; } }

@media (min-width: 1440px) {
  .xxl\:self-auto {
    -ms-flex-item-align: auto;
        align-self: auto; }
  .xxl\:self-start {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .xxl\:self-center {
    -ms-flex-item-align: center;
        align-self: center; }
  .xxl\:self-end {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .xxl\:self-stretch {
    -ms-flex-item-align: stretch;
        align-self: stretch; } }

/* FLEXBOX: DISPLAY
============================== */
.flex-initial {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; }

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

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

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

@media (min-width: 500px) {
  .sm\:flex-initial {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .sm\:flex-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%; }
  .sm\:flex-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .sm\:flex-none {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; } }

@media (min-width: 768px) {
  .md\:flex-initial {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .md\:flex-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%; }
  .md\:flex-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .md\:flex-none {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; } }

@media (min-width: 1024px) {
  .lg\:flex-initial {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .lg\:flex-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%; }
  .lg\:flex-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .lg\:flex-none {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; } }

@media (min-width: 1200px) {
  .xl\:flex-initial {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .xl\:flex-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%; }
  .xl\:flex-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .xl\:flex-none {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; } }

@media (min-width: 1440px) {
  .xxl\:flex-initial {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .xxl\:flex-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%; }
  .xxl\:flex-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .xxl\:flex-none {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; } }

/* FLEXBOX: FLEX DIRECTION
============================== */
.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

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

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

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

@media (min-width: 500px) {
  .sm\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .sm\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .sm\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .sm\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

@media (min-width: 768px) {
  .md\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .md\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .md\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .md\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

@media (min-width: 1024px) {
  .lg\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .lg\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .lg\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .lg\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

@media (min-width: 1200px) {
  .xl\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .xl\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .xl\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .xl\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

@media (min-width: 1440px) {
  .xxl\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .xxl\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .xxl\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .xxl\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

/* FLEXBOX: GROW SHRINK
============================== */
.flex-grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

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

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

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

@media (min-width: 500px) {
  .sm\:.flex-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .sm\:.flex-grow-0 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
  .sm\:.flex-shrink {
    -ms-flex-negative: 1;
        flex-shrink: 1; }
  .sm\:.flex-shrink-0 {
    -ms-flex-negative: 0;
        flex-shrink: 0; } }

@media (min-width: 768px) {
  .md\:.flex-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .md\:.flex-grow-0 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
  .md\:.flex-shrink {
    -ms-flex-negative: 1;
        flex-shrink: 1; }
  .md\:.flex-shrink-0 {
    -ms-flex-negative: 0;
        flex-shrink: 0; } }

@media (min-width: 1024px) {
  .lg\:.flex-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .lg\:.flex-grow-0 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
  .lg\:.flex-shrink {
    -ms-flex-negative: 1;
        flex-shrink: 1; }
  .lg\:.flex-shrink-0 {
    -ms-flex-negative: 0;
        flex-shrink: 0; } }

@media (min-width: 1200px) {
  .xl\:.flex-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .xl\:.flex-grow-0 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
  .xl\:.flex-shrink {
    -ms-flex-negative: 1;
        flex-shrink: 1; }
  .xl\:.flex-shrink-0 {
    -ms-flex-negative: 0;
        flex-shrink: 0; } }

@media (min-width: 1440px) {
  .xxl\:.flex-grow {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .xxl\:.flex-grow-0 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
  .xxl\:.flex-shrink {
    -ms-flex-negative: 1;
        flex-shrink: 1; }
  .xxl\:.flex-shrink-0 {
    -ms-flex-negative: 0;
        flex-shrink: 0; } }

/* FLEXBOX WRAPPING
============================== */
.flex-no-wrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

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

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

@media (min-width: 500px) {
  .sm\:flex-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .sm\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .sm\:flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse; } }

@media (min-width: 768px) {
  .md\:flex-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .md\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .md\:flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse; } }

@media (min-width: 1024px) {
  .lg\:flex-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .lg\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .lg\:flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse; } }

@media (min-width: 1200px) {
  .xl\:flex-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .xl\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .xl\:flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse; } }

@media (min-width: 1440px) {
  .xxl\:flex-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .xxl\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .xxl\:flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse; } }

/* FLEXBOX: JUSTIFY CONTENT
============================== */
.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

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

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

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

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

@media (min-width: 500px) {
  .sm\:justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .sm\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .sm\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .sm\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .sm\:justify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around; } }

@media (min-width: 768px) {
  .md\:justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .md\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .md\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .md\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .md\:justify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around; } }

@media (min-width: 1024px) {
  .lg\:justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .lg\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .lg\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .lg\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .lg\:justify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around; } }

@media (min-width: 1200px) {
  .xl\:justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .xl\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .xl\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .xl\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .xl\:justify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around; } }

@media (min-width: 1440px) {
  .xxl\:justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .xxl\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .xxl\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .xxl\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .xxl\:justify-around {
    -ms-flex-pack: distribute;
        justify-content: space-around; } }

/* FLEXBOX: ORDER
============================== */
.order-first {
  -webkit-box-ordinal-group: -9998;
      -ms-flex-order: -9999;
          order: -9999; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 500px) {
  .sm\:order-first {
    -webkit-box-ordinal-group: -9998;
        -ms-flex-order: -9999;
            order: -9999; }
  .sm\:order-last {
    -webkit-box-ordinal-group: 10000;
        -ms-flex-order: 9999;
            order: 9999; }
  .sm\:order-none {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .sm\:order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .sm\:order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .sm\:order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .sm\:order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .sm\:order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .sm\:order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .sm\:order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .sm\:order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .sm\:order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .sm\:order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .sm\:order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .sm\:order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; } }

@media (min-width: 768px) {
  .md\:order-first {
    -webkit-box-ordinal-group: -9998;
        -ms-flex-order: -9999;
            order: -9999; }
  .md\:order-last {
    -webkit-box-ordinal-group: 10000;
        -ms-flex-order: 9999;
            order: 9999; }
  .md\:order-none {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .md\:order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .md\:order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .md\:order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .md\:order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .md\:order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .md\:order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .md\:order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .md\:order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .md\:order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .md\:order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .md\:order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .md\:order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; } }

@media (min-width: 1024px) {
  .lg\:order-first {
    -webkit-box-ordinal-group: -9998;
        -ms-flex-order: -9999;
            order: -9999; }
  .lg\:order-last {
    -webkit-box-ordinal-group: 10000;
        -ms-flex-order: 9999;
            order: 9999; }
  .lg\:order-none {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .lg\:order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .lg\:order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .lg\:order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .lg\:order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .lg\:order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .lg\:order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .lg\:order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .lg\:order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .lg\:order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .lg\:order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .lg\:order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .lg\:order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; } }

@media (min-width: 1200px) {
  .xl\:order-first {
    -webkit-box-ordinal-group: -9998;
        -ms-flex-order: -9999;
            order: -9999; }
  .xl\:order-last {
    -webkit-box-ordinal-group: 10000;
        -ms-flex-order: 9999;
            order: 9999; }
  .xl\:order-none {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .xl\:order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .xl\:order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .xl\:order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .xl\:order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .xl\:order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .xl\:order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .xl\:order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .xl\:order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .xl\:order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .xl\:order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .xl\:order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .xl\:order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; } }

@media (min-width: 1440px) {
  .xxl\:order-first {
    -webkit-box-ordinal-group: -9998;
        -ms-flex-order: -9999;
            order: -9999; }
  .xxl\:order-last {
    -webkit-box-ordinal-group: 10000;
        -ms-flex-order: 9999;
            order: 9999; }
  .xxl\:order-none {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .xxl\:order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .xxl\:order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .xxl\:order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .xxl\:order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .xxl\:order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .xxl\:order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .xxl\:order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .xxl\:order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .xxl\:order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .xxl\:order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .xxl\:order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .xxl\:order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; } }

/* MARGIN AND PADDING
============================== */
.m-auto {
  margin: auto; }

.p-0 {
  padding: 0px; }

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

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

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

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

.-p-0 {
  padding: 0px; }

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

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

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

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

.m-0 {
  margin: 0px; }

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

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

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

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

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

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

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

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

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

.p-1 {
  padding: 8px; }

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

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

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

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

.-p-1 {
  padding: -8px; }

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

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

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

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

.m-1 {
  margin: 8px; }

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

.mt-1 {
  margin-top: 8px; }

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

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

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

.-mt-1 {
  margin-top: -8px; }

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

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

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

.p-2 {
  padding: 16px; }

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

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

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

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

.-p-2 {
  padding: -16px; }

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

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

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

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

.m-2 {
  margin: 16px; }

.-m-2 {
  margin: -16px; }

.mt-2 {
  margin-top: 16px; }

.mr-2 {
  margin-right: 16px; }

.mb-2 {
  margin-bottom: 16px; }

.ml-2 {
  margin-left: 16px; }

.-mt-2 {
  margin-top: -16px; }

.-mr-2 {
  margin-right: -16px; }

.-mb-2 {
  margin-bottom: -16px; }

.-ml-2 {
  margin-left: -16px; }

.p-3 {
  padding: 24px; }

.pt-3 {
  padding-top: 24px; }

.pr-3 {
  padding-right: 24px; }

.pb-3 {
  padding-bottom: 24px; }

.pl-3 {
  padding-left: 24px; }

.-p-3 {
  padding: -24px; }

.-pt-3 {
  padding-top: -24px; }

.-pr-3 {
  padding-right: -24px; }

.-pb-3 {
  padding-bottom: -24px; }

.-pl-3 {
  padding-left: -24px; }

.m-3 {
  margin: 24px; }

.-m-3 {
  margin: -24px; }

.mt-3 {
  margin-top: 24px; }

.mr-3 {
  margin-right: 24px; }

.mb-3 {
  margin-bottom: 24px; }

.ml-3 {
  margin-left: 24px; }

.-mt-3 {
  margin-top: -24px; }

.-mr-3 {
  margin-right: -24px; }

.-mb-3 {
  margin-bottom: -24px; }

.-ml-3 {
  margin-left: -24px; }

.p-4 {
  padding: 32px; }

.pt-4 {
  padding-top: 32px; }

.pr-4 {
  padding-right: 32px; }

.pb-4 {
  padding-bottom: 32px; }

.pl-4 {
  padding-left: 32px; }

.-p-4 {
  padding: -32px; }

.-pt-4 {
  padding-top: -32px; }

.-pr-4 {
  padding-right: -32px; }

.-pb-4 {
  padding-bottom: -32px; }

.-pl-4 {
  padding-left: -32px; }

.m-4 {
  margin: 32px; }

.-m-4 {
  margin: -32px; }

.mt-4 {
  margin-top: 32px; }

.mr-4 {
  margin-right: 32px; }

.mb-4 {
  margin-bottom: 32px; }

.ml-4 {
  margin-left: 32px; }

.-mt-4 {
  margin-top: -32px; }

.-mr-4 {
  margin-right: -32px; }

.-mb-4 {
  margin-bottom: -32px; }

.-ml-4 {
  margin-left: -32px; }

.p-5 {
  padding: 40px; }

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

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

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

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

.-p-5 {
  padding: -40px; }

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

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

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

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

.m-5 {
  margin: 40px; }

.-m-5 {
  margin: -40px; }

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

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

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

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

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

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

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

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

.p-6 {
  padding: 48px; }

.pt-6 {
  padding-top: 48px; }

.pr-6 {
  padding-right: 48px; }

.pb-6 {
  padding-bottom: 48px; }

.pl-6 {
  padding-left: 48px; }

.-p-6 {
  padding: -48px; }

.-pt-6 {
  padding-top: -48px; }

.-pr-6 {
  padding-right: -48px; }

.-pb-6 {
  padding-bottom: -48px; }

.-pl-6 {
  padding-left: -48px; }

.m-6 {
  margin: 48px; }

.-m-6 {
  margin: -48px; }

.mt-6 {
  margin-top: 48px; }

.mr-6 {
  margin-right: 48px; }

.mb-6 {
  margin-bottom: 48px; }

.ml-6 {
  margin-left: 48px; }

.-mt-6 {
  margin-top: -48px; }

.-mr-6 {
  margin-right: -48px; }

.-mb-6 {
  margin-bottom: -48px; }

.-ml-6 {
  margin-left: -48px; }

.p-7 {
  padding: 56px; }

.pt-7 {
  padding-top: 56px; }

.pr-7 {
  padding-right: 56px; }

.pb-7 {
  padding-bottom: 56px; }

.pl-7 {
  padding-left: 56px; }

.-p-7 {
  padding: -56px; }

.-pt-7 {
  padding-top: -56px; }

.-pr-7 {
  padding-right: -56px; }

.-pb-7 {
  padding-bottom: -56px; }

.-pl-7 {
  padding-left: -56px; }

.m-7 {
  margin: 56px; }

.-m-7 {
  margin: -56px; }

.mt-7 {
  margin-top: 56px; }

.mr-7 {
  margin-right: 56px; }

.mb-7 {
  margin-bottom: 56px; }

.ml-7 {
  margin-left: 56px; }

.-mt-7 {
  margin-top: -56px; }

.-mr-7 {
  margin-right: -56px; }

.-mb-7 {
  margin-bottom: -56px; }

.-ml-7 {
  margin-left: -56px; }

.p-8 {
  padding: 64px; }

.pt-8 {
  padding-top: 64px; }

.pr-8 {
  padding-right: 64px; }

.pb-8 {
  padding-bottom: 64px; }

.pl-8 {
  padding-left: 64px; }

.-p-8 {
  padding: -64px; }

.-pt-8 {
  padding-top: -64px; }

.-pr-8 {
  padding-right: -64px; }

.-pb-8 {
  padding-bottom: -64px; }

.-pl-8 {
  padding-left: -64px; }

.m-8 {
  margin: 64px; }

.-m-8 {
  margin: -64px; }

.mt-8 {
  margin-top: 64px; }

.mr-8 {
  margin-right: 64px; }

.mb-8 {
  margin-bottom: 64px; }

.ml-8 {
  margin-left: 64px; }

.-mt-8 {
  margin-top: -64px; }

.-mr-8 {
  margin-right: -64px; }

.-mb-8 {
  margin-bottom: -64px; }

.-ml-8 {
  margin-left: -64px; }

.p-9 {
  padding: 72px; }

.pt-9 {
  padding-top: 72px; }

.pr-9 {
  padding-right: 72px; }

.pb-9 {
  padding-bottom: 72px; }

.pl-9 {
  padding-left: 72px; }

.-p-9 {
  padding: -72px; }

.-pt-9 {
  padding-top: -72px; }

.-pr-9 {
  padding-right: -72px; }

.-pb-9 {
  padding-bottom: -72px; }

.-pl-9 {
  padding-left: -72px; }

.m-9 {
  margin: 72px; }

.-m-9 {
  margin: -72px; }

.mt-9 {
  margin-top: 72px; }

.mr-9 {
  margin-right: 72px; }

.mb-9 {
  margin-bottom: 72px; }

.ml-9 {
  margin-left: 72px; }

.-mt-9 {
  margin-top: -72px; }

.-mr-9 {
  margin-right: -72px; }

.-mb-9 {
  margin-bottom: -72px; }

.-ml-9 {
  margin-left: -72px; }

.p-10 {
  padding: 80px; }

.pt-10 {
  padding-top: 80px; }

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

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

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

.-p-10 {
  padding: -80px; }

.-pt-10 {
  padding-top: -80px; }

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

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

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

.m-10 {
  margin: 80px; }

.-m-10 {
  margin: -80px; }

.mt-10 {
  margin-top: 80px; }

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

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

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

.-mt-10 {
  margin-top: -80px; }

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

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

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

.p-11 {
  padding: 88px; }

.pt-11 {
  padding-top: 88px; }

.pr-11 {
  padding-right: 88px; }

.pb-11 {
  padding-bottom: 88px; }

.pl-11 {
  padding-left: 88px; }

.-p-11 {
  padding: -88px; }

.-pt-11 {
  padding-top: -88px; }

.-pr-11 {
  padding-right: -88px; }

.-pb-11 {
  padding-bottom: -88px; }

.-pl-11 {
  padding-left: -88px; }

.m-11 {
  margin: 88px; }

.-m-11 {
  margin: -88px; }

.mt-11 {
  margin-top: 88px; }

.mr-11 {
  margin-right: 88px; }

.mb-11 {
  margin-bottom: 88px; }

.ml-11 {
  margin-left: 88px; }

.-mt-11 {
  margin-top: -88px; }

.-mr-11 {
  margin-right: -88px; }

.-mb-11 {
  margin-bottom: -88px; }

.-ml-11 {
  margin-left: -88px; }

.p-12 {
  padding: 96px; }

.pt-12 {
  padding-top: 96px; }

.pr-12 {
  padding-right: 96px; }

.pb-12 {
  padding-bottom: 96px; }

.pl-12 {
  padding-left: 96px; }

.-p-12 {
  padding: -96px; }

.-pt-12 {
  padding-top: -96px; }

.-pr-12 {
  padding-right: -96px; }

.-pb-12 {
  padding-bottom: -96px; }

.-pl-12 {
  padding-left: -96px; }

.m-12 {
  margin: 96px; }

.-m-12 {
  margin: -96px; }

.mt-12 {
  margin-top: 96px; }

.mr-12 {
  margin-right: 96px; }

.mb-12 {
  margin-bottom: 96px; }

.ml-12 {
  margin-left: 96px; }

.-mt-12 {
  margin-top: -96px; }

.-mr-12 {
  margin-right: -96px; }

.-mb-12 {
  margin-bottom: -96px; }

.-ml-12 {
  margin-left: -96px; }

.p-13 {
  padding: 104px; }

.pt-13 {
  padding-top: 104px; }

.pr-13 {
  padding-right: 104px; }

.pb-13 {
  padding-bottom: 104px; }

.pl-13 {
  padding-left: 104px; }

.-p-13 {
  padding: -104px; }

.-pt-13 {
  padding-top: -104px; }

.-pr-13 {
  padding-right: -104px; }

.-pb-13 {
  padding-bottom: -104px; }

.-pl-13 {
  padding-left: -104px; }

.m-13 {
  margin: 104px; }

.-m-13 {
  margin: -104px; }

.mt-13 {
  margin-top: 104px; }

.mr-13 {
  margin-right: 104px; }

.mb-13 {
  margin-bottom: 104px; }

.ml-13 {
  margin-left: 104px; }

.-mt-13 {
  margin-top: -104px; }

.-mr-13 {
  margin-right: -104px; }

.-mb-13 {
  margin-bottom: -104px; }

.-ml-13 {
  margin-left: -104px; }

.p-14 {
  padding: 112px; }

.pt-14 {
  padding-top: 112px; }

.pr-14 {
  padding-right: 112px; }

.pb-14 {
  padding-bottom: 112px; }

.pl-14 {
  padding-left: 112px; }

.-p-14 {
  padding: -112px; }

.-pt-14 {
  padding-top: -112px; }

.-pr-14 {
  padding-right: -112px; }

.-pb-14 {
  padding-bottom: -112px; }

.-pl-14 {
  padding-left: -112px; }

.m-14 {
  margin: 112px; }

.-m-14 {
  margin: -112px; }

.mt-14 {
  margin-top: 112px; }

.mr-14 {
  margin-right: 112px; }

.mb-14 {
  margin-bottom: 112px; }

.ml-14 {
  margin-left: 112px; }

.-mt-14 {
  margin-top: -112px; }

.-mr-14 {
  margin-right: -112px; }

.-mb-14 {
  margin-bottom: -112px; }

.-ml-14 {
  margin-left: -112px; }

.p-15 {
  padding: 120px; }

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

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

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

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

.-p-15 {
  padding: -120px; }

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

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

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

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

.m-15 {
  margin: 120px; }

.-m-15 {
  margin: -120px; }

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

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

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

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

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

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

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

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

.p-16 {
  padding: 128px; }

.pt-16 {
  padding-top: 128px; }

.pr-16 {
  padding-right: 128px; }

.pb-16 {
  padding-bottom: 128px; }

.pl-16 {
  padding-left: 128px; }

.-p-16 {
  padding: -128px; }

.-pt-16 {
  padding-top: -128px; }

.-pr-16 {
  padding-right: -128px; }

.-pb-16 {
  padding-bottom: -128px; }

.-pl-16 {
  padding-left: -128px; }

.m-16 {
  margin: 128px; }

.-m-16 {
  margin: -128px; }

.mt-16 {
  margin-top: 128px; }

.mr-16 {
  margin-right: 128px; }

.mb-16 {
  margin-bottom: 128px; }

.ml-16 {
  margin-left: 128px; }

.-mt-16 {
  margin-top: -128px; }

.-mr-16 {
  margin-right: -128px; }

.-mb-16 {
  margin-bottom: -128px; }

.-ml-16 {
  margin-left: -128px; }

.p-17 {
  padding: 136px; }

.pt-17 {
  padding-top: 136px; }

.pr-17 {
  padding-right: 136px; }

.pb-17 {
  padding-bottom: 136px; }

.pl-17 {
  padding-left: 136px; }

.-p-17 {
  padding: -136px; }

.-pt-17 {
  padding-top: -136px; }

.-pr-17 {
  padding-right: -136px; }

.-pb-17 {
  padding-bottom: -136px; }

.-pl-17 {
  padding-left: -136px; }

.m-17 {
  margin: 136px; }

.-m-17 {
  margin: -136px; }

.mt-17 {
  margin-top: 136px; }

.mr-17 {
  margin-right: 136px; }

.mb-17 {
  margin-bottom: 136px; }

.ml-17 {
  margin-left: 136px; }

.-mt-17 {
  margin-top: -136px; }

.-mr-17 {
  margin-right: -136px; }

.-mb-17 {
  margin-bottom: -136px; }

.-ml-17 {
  margin-left: -136px; }

.p-18 {
  padding: 144px; }

.pt-18 {
  padding-top: 144px; }

.pr-18 {
  padding-right: 144px; }

.pb-18 {
  padding-bottom: 144px; }

.pl-18 {
  padding-left: 144px; }

.-p-18 {
  padding: -144px; }

.-pt-18 {
  padding-top: -144px; }

.-pr-18 {
  padding-right: -144px; }

.-pb-18 {
  padding-bottom: -144px; }

.-pl-18 {
  padding-left: -144px; }

.m-18 {
  margin: 144px; }

.-m-18 {
  margin: -144px; }

.mt-18 {
  margin-top: 144px; }

.mr-18 {
  margin-right: 144px; }

.mb-18 {
  margin-bottom: 144px; }

.ml-18 {
  margin-left: 144px; }

.-mt-18 {
  margin-top: -144px; }

.-mr-18 {
  margin-right: -144px; }

.-mb-18 {
  margin-bottom: -144px; }

.-ml-18 {
  margin-left: -144px; }

.p-19 {
  padding: 152px; }

.pt-19 {
  padding-top: 152px; }

.pr-19 {
  padding-right: 152px; }

.pb-19 {
  padding-bottom: 152px; }

.pl-19 {
  padding-left: 152px; }

.-p-19 {
  padding: -152px; }

.-pt-19 {
  padding-top: -152px; }

.-pr-19 {
  padding-right: -152px; }

.-pb-19 {
  padding-bottom: -152px; }

.-pl-19 {
  padding-left: -152px; }

.m-19 {
  margin: 152px; }

.-m-19 {
  margin: -152px; }

.mt-19 {
  margin-top: 152px; }

.mr-19 {
  margin-right: 152px; }

.mb-19 {
  margin-bottom: 152px; }

.ml-19 {
  margin-left: 152px; }

.-mt-19 {
  margin-top: -152px; }

.-mr-19 {
  margin-right: -152px; }

.-mb-19 {
  margin-bottom: -152px; }

.-ml-19 {
  margin-left: -152px; }

.p-20 {
  padding: 160px; }

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

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

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

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

.-p-20 {
  padding: -160px; }

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

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

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

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

.m-20 {
  margin: 160px; }

.-m-20 {
  margin: -160px; }

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

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

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

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

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

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

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

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

@media (min-width: 500px) {
  .sm\:m-auto {
    margin: auto; }
  .sm\:p-0 {
    padding: 0px; }
  .sm\:pt-0 {
    padding-top: 0px; }
  .sm\:pr-0 {
    padding-right: 0px; }
  .sm\:pb-0 {
    padding-bottom: 0px; }
  .sm\:pl-0 {
    padding-left: 0px; }
  .-sm\:p-0 {
    padding: 0px; }
  .sm\:-pt-0 {
    padding-top: 0px; }
  .sm\:-pr-0 {
    padding-right: 0px; }
  .sm\:-pb-0 {
    padding-bottom: 0px; }
  .sm\:-pl-0 {
    padding-left: 0px; }
  .sm\:m-0 {
    margin: 0px; }
  .sm\:mt-0 {
    margin-top: 0px; }
  .sm\:mr-0 {
    margin-right: 0px; }
  .sm\:mb-0 {
    margin-bottom: 0px; }
  .sm\:ml-0 {
    margin-left: 0px; }
  .sm\:-m-0 {
    margin: 0px; }
  .sm\:-mt-0 {
    margin-top: 0px; }
  .sm\:-mr-0 {
    margin-right: 0px; }
  .sm\:-mb-0 {
    margin-bottom: 0px; }
  .sm\:-ml-0 {
    margin-left: 0px; }
  .sm\:p-1 {
    padding: 8px; }
  .sm\:pt-1 {
    padding-top: 8px; }
  .sm\:pr-1 {
    padding-right: 8px; }
  .sm\:pb-1 {
    padding-bottom: 8px; }
  .sm\:pl-1 {
    padding-left: 8px; }
  .-sm\:p-1 {
    padding: -8px; }
  .sm\:-pt-1 {
    padding-top: -8px; }
  .sm\:-pr-1 {
    padding-right: -8px; }
  .sm\:-pb-1 {
    padding-bottom: -8px; }
  .sm\:-pl-1 {
    padding-left: -8px; }
  .sm\:m-1 {
    margin: 8px; }
  .sm\:mt-1 {
    margin-top: 8px; }
  .sm\:mr-1 {
    margin-right: 8px; }
  .sm\:mb-1 {
    margin-bottom: 8px; }
  .sm\:ml-1 {
    margin-left: 8px; }
  .sm\:-m-1 {
    margin: -8px; }
  .sm\:-mt-1 {
    margin-top: -8px; }
  .sm\:-mr-1 {
    margin-right: -8px; }
  .sm\:-mb-1 {
    margin-bottom: -8px; }
  .sm\:-ml-1 {
    margin-left: -8px; }
  .sm\:p-2 {
    padding: 16px; }
  .sm\:pt-2 {
    padding-top: 16px; }
  .sm\:pr-2 {
    padding-right: 16px; }
  .sm\:pb-2 {
    padding-bottom: 16px; }
  .sm\:pl-2 {
    padding-left: 16px; }
  .-sm\:p-2 {
    padding: -16px; }
  .sm\:-pt-2 {
    padding-top: -16px; }
  .sm\:-pr-2 {
    padding-right: -16px; }
  .sm\:-pb-2 {
    padding-bottom: -16px; }
  .sm\:-pl-2 {
    padding-left: -16px; }
  .sm\:m-2 {
    margin: 16px; }
  .sm\:mt-2 {
    margin-top: 16px; }
  .sm\:mr-2 {
    margin-right: 16px; }
  .sm\:mb-2 {
    margin-bottom: 16px; }
  .sm\:ml-2 {
    margin-left: 16px; }
  .sm\:-m-2 {
    margin: -16px; }
  .sm\:-mt-2 {
    margin-top: -16px; }
  .sm\:-mr-2 {
    margin-right: -16px; }
  .sm\:-mb-2 {
    margin-bottom: -16px; }
  .sm\:-ml-2 {
    margin-left: -16px; }
  .sm\:p-3 {
    padding: 24px; }
  .sm\:pt-3 {
    padding-top: 24px; }
  .sm\:pr-3 {
    padding-right: 24px; }
  .sm\:pb-3 {
    padding-bottom: 24px; }
  .sm\:pl-3 {
    padding-left: 24px; }
  .-sm\:p-3 {
    padding: -24px; }
  .sm\:-pt-3 {
    padding-top: -24px; }
  .sm\:-pr-3 {
    padding-right: -24px; }
  .sm\:-pb-3 {
    padding-bottom: -24px; }
  .sm\:-pl-3 {
    padding-left: -24px; }
  .sm\:m-3 {
    margin: 24px; }
  .sm\:mt-3 {
    margin-top: 24px; }
  .sm\:mr-3 {
    margin-right: 24px; }
  .sm\:mb-3 {
    margin-bottom: 24px; }
  .sm\:ml-3 {
    margin-left: 24px; }
  .sm\:-m-3 {
    margin: -24px; }
  .sm\:-mt-3 {
    margin-top: -24px; }
  .sm\:-mr-3 {
    margin-right: -24px; }
  .sm\:-mb-3 {
    margin-bottom: -24px; }
  .sm\:-ml-3 {
    margin-left: -24px; }
  .sm\:p-4 {
    padding: 32px; }
  .sm\:pt-4 {
    padding-top: 32px; }
  .sm\:pr-4 {
    padding-right: 32px; }
  .sm\:pb-4 {
    padding-bottom: 32px; }
  .sm\:pl-4 {
    padding-left: 32px; }
  .-sm\:p-4 {
    padding: -32px; }
  .sm\:-pt-4 {
    padding-top: -32px; }
  .sm\:-pr-4 {
    padding-right: -32px; }
  .sm\:-pb-4 {
    padding-bottom: -32px; }
  .sm\:-pl-4 {
    padding-left: -32px; }
  .sm\:m-4 {
    margin: 32px; }
  .sm\:mt-4 {
    margin-top: 32px; }
  .sm\:mr-4 {
    margin-right: 32px; }
  .sm\:mb-4 {
    margin-bottom: 32px; }
  .sm\:ml-4 {
    margin-left: 32px; }
  .sm\:-m-4 {
    margin: -32px; }
  .sm\:-mt-4 {
    margin-top: -32px; }
  .sm\:-mr-4 {
    margin-right: -32px; }
  .sm\:-mb-4 {
    margin-bottom: -32px; }
  .sm\:-ml-4 {
    margin-left: -32px; }
  .sm\:p-5 {
    padding: 40px; }
  .sm\:pt-5 {
    padding-top: 40px; }
  .sm\:pr-5 {
    padding-right: 40px; }
  .sm\:pb-5 {
    padding-bottom: 40px; }
  .sm\:pl-5 {
    padding-left: 40px; }
  .-sm\:p-5 {
    padding: -40px; }
  .sm\:-pt-5 {
    padding-top: -40px; }
  .sm\:-pr-5 {
    padding-right: -40px; }
  .sm\:-pb-5 {
    padding-bottom: -40px; }
  .sm\:-pl-5 {
    padding-left: -40px; }
  .sm\:m-5 {
    margin: 40px; }
  .sm\:mt-5 {
    margin-top: 40px; }
  .sm\:mr-5 {
    margin-right: 40px; }
  .sm\:mb-5 {
    margin-bottom: 40px; }
  .sm\:ml-5 {
    margin-left: 40px; }
  .sm\:-m-5 {
    margin: -40px; }
  .sm\:-mt-5 {
    margin-top: -40px; }
  .sm\:-mr-5 {
    margin-right: -40px; }
  .sm\:-mb-5 {
    margin-bottom: -40px; }
  .sm\:-ml-5 {
    margin-left: -40px; }
  .sm\:p-6 {
    padding: 48px; }
  .sm\:pt-6 {
    padding-top: 48px; }
  .sm\:pr-6 {
    padding-right: 48px; }
  .sm\:pb-6 {
    padding-bottom: 48px; }
  .sm\:pl-6 {
    padding-left: 48px; }
  .-sm\:p-6 {
    padding: -48px; }
  .sm\:-pt-6 {
    padding-top: -48px; }
  .sm\:-pr-6 {
    padding-right: -48px; }
  .sm\:-pb-6 {
    padding-bottom: -48px; }
  .sm\:-pl-6 {
    padding-left: -48px; }
  .sm\:m-6 {
    margin: 48px; }
  .sm\:mt-6 {
    margin-top: 48px; }
  .sm\:mr-6 {
    margin-right: 48px; }
  .sm\:mb-6 {
    margin-bottom: 48px; }
  .sm\:ml-6 {
    margin-left: 48px; }
  .sm\:-m-6 {
    margin: -48px; }
  .sm\:-mt-6 {
    margin-top: -48px; }
  .sm\:-mr-6 {
    margin-right: -48px; }
  .sm\:-mb-6 {
    margin-bottom: -48px; }
  .sm\:-ml-6 {
    margin-left: -48px; }
  .sm\:p-7 {
    padding: 56px; }
  .sm\:pt-7 {
    padding-top: 56px; }
  .sm\:pr-7 {
    padding-right: 56px; }
  .sm\:pb-7 {
    padding-bottom: 56px; }
  .sm\:pl-7 {
    padding-left: 56px; }
  .-sm\:p-7 {
    padding: -56px; }
  .sm\:-pt-7 {
    padding-top: -56px; }
  .sm\:-pr-7 {
    padding-right: -56px; }
  .sm\:-pb-7 {
    padding-bottom: -56px; }
  .sm\:-pl-7 {
    padding-left: -56px; }
  .sm\:m-7 {
    margin: 56px; }
  .sm\:mt-7 {
    margin-top: 56px; }
  .sm\:mr-7 {
    margin-right: 56px; }
  .sm\:mb-7 {
    margin-bottom: 56px; }
  .sm\:ml-7 {
    margin-left: 56px; }
  .sm\:-m-7 {
    margin: -56px; }
  .sm\:-mt-7 {
    margin-top: -56px; }
  .sm\:-mr-7 {
    margin-right: -56px; }
  .sm\:-mb-7 {
    margin-bottom: -56px; }
  .sm\:-ml-7 {
    margin-left: -56px; }
  .sm\:p-8 {
    padding: 64px; }
  .sm\:pt-8 {
    padding-top: 64px; }
  .sm\:pr-8 {
    padding-right: 64px; }
  .sm\:pb-8 {
    padding-bottom: 64px; }
  .sm\:pl-8 {
    padding-left: 64px; }
  .-sm\:p-8 {
    padding: -64px; }
  .sm\:-pt-8 {
    padding-top: -64px; }
  .sm\:-pr-8 {
    padding-right: -64px; }
  .sm\:-pb-8 {
    padding-bottom: -64px; }
  .sm\:-pl-8 {
    padding-left: -64px; }
  .sm\:m-8 {
    margin: 64px; }
  .sm\:mt-8 {
    margin-top: 64px; }
  .sm\:mr-8 {
    margin-right: 64px; }
  .sm\:mb-8 {
    margin-bottom: 64px; }
  .sm\:ml-8 {
    margin-left: 64px; }
  .sm\:-m-8 {
    margin: -64px; }
  .sm\:-mt-8 {
    margin-top: -64px; }
  .sm\:-mr-8 {
    margin-right: -64px; }
  .sm\:-mb-8 {
    margin-bottom: -64px; }
  .sm\:-ml-8 {
    margin-left: -64px; }
  .sm\:p-9 {
    padding: 72px; }
  .sm\:pt-9 {
    padding-top: 72px; }
  .sm\:pr-9 {
    padding-right: 72px; }
  .sm\:pb-9 {
    padding-bottom: 72px; }
  .sm\:pl-9 {
    padding-left: 72px; }
  .-sm\:p-9 {
    padding: -72px; }
  .sm\:-pt-9 {
    padding-top: -72px; }
  .sm\:-pr-9 {
    padding-right: -72px; }
  .sm\:-pb-9 {
    padding-bottom: -72px; }
  .sm\:-pl-9 {
    padding-left: -72px; }
  .sm\:m-9 {
    margin: 72px; }
  .sm\:mt-9 {
    margin-top: 72px; }
  .sm\:mr-9 {
    margin-right: 72px; }
  .sm\:mb-9 {
    margin-bottom: 72px; }
  .sm\:ml-9 {
    margin-left: 72px; }
  .sm\:-m-9 {
    margin: -72px; }
  .sm\:-mt-9 {
    margin-top: -72px; }
  .sm\:-mr-9 {
    margin-right: -72px; }
  .sm\:-mb-9 {
    margin-bottom: -72px; }
  .sm\:-ml-9 {
    margin-left: -72px; }
  .sm\:p-10 {
    padding: 80px; }
  .sm\:pt-10 {
    padding-top: 80px; }
  .sm\:pr-10 {
    padding-right: 80px; }
  .sm\:pb-10 {
    padding-bottom: 80px; }
  .sm\:pl-10 {
    padding-left: 80px; }
  .-sm\:p-10 {
    padding: -80px; }
  .sm\:-pt-10 {
    padding-top: -80px; }
  .sm\:-pr-10 {
    padding-right: -80px; }
  .sm\:-pb-10 {
    padding-bottom: -80px; }
  .sm\:-pl-10 {
    padding-left: -80px; }
  .sm\:m-10 {
    margin: 80px; }
  .sm\:mt-10 {
    margin-top: 80px; }
  .sm\:mr-10 {
    margin-right: 80px; }
  .sm\:mb-10 {
    margin-bottom: 80px; }
  .sm\:ml-10 {
    margin-left: 80px; }
  .sm\:-m-10 {
    margin: -80px; }
  .sm\:-mt-10 {
    margin-top: -80px; }
  .sm\:-mr-10 {
    margin-right: -80px; }
  .sm\:-mb-10 {
    margin-bottom: -80px; }
  .sm\:-ml-10 {
    margin-left: -80px; }
  .sm\:p-11 {
    padding: 88px; }
  .sm\:pt-11 {
    padding-top: 88px; }
  .sm\:pr-11 {
    padding-right: 88px; }
  .sm\:pb-11 {
    padding-bottom: 88px; }
  .sm\:pl-11 {
    padding-left: 88px; }
  .-sm\:p-11 {
    padding: -88px; }
  .sm\:-pt-11 {
    padding-top: -88px; }
  .sm\:-pr-11 {
    padding-right: -88px; }
  .sm\:-pb-11 {
    padding-bottom: -88px; }
  .sm\:-pl-11 {
    padding-left: -88px; }
  .sm\:m-11 {
    margin: 88px; }
  .sm\:mt-11 {
    margin-top: 88px; }
  .sm\:mr-11 {
    margin-right: 88px; }
  .sm\:mb-11 {
    margin-bottom: 88px; }
  .sm\:ml-11 {
    margin-left: 88px; }
  .sm\:-m-11 {
    margin: -88px; }
  .sm\:-mt-11 {
    margin-top: -88px; }
  .sm\:-mr-11 {
    margin-right: -88px; }
  .sm\:-mb-11 {
    margin-bottom: -88px; }
  .sm\:-ml-11 {
    margin-left: -88px; }
  .sm\:p-12 {
    padding: 96px; }
  .sm\:pt-12 {
    padding-top: 96px; }
  .sm\:pr-12 {
    padding-right: 96px; }
  .sm\:pb-12 {
    padding-bottom: 96px; }
  .sm\:pl-12 {
    padding-left: 96px; }
  .-sm\:p-12 {
    padding: -96px; }
  .sm\:-pt-12 {
    padding-top: -96px; }
  .sm\:-pr-12 {
    padding-right: -96px; }
  .sm\:-pb-12 {
    padding-bottom: -96px; }
  .sm\:-pl-12 {
    padding-left: -96px; }
  .sm\:m-12 {
    margin: 96px; }
  .sm\:mt-12 {
    margin-top: 96px; }
  .sm\:mr-12 {
    margin-right: 96px; }
  .sm\:mb-12 {
    margin-bottom: 96px; }
  .sm\:ml-12 {
    margin-left: 96px; }
  .sm\:-m-12 {
    margin: -96px; }
  .sm\:-mt-12 {
    margin-top: -96px; }
  .sm\:-mr-12 {
    margin-right: -96px; }
  .sm\:-mb-12 {
    margin-bottom: -96px; }
  .sm\:-ml-12 {
    margin-left: -96px; }
  .sm\:p-13 {
    padding: 104px; }
  .sm\:pt-13 {
    padding-top: 104px; }
  .sm\:pr-13 {
    padding-right: 104px; }
  .sm\:pb-13 {
    padding-bottom: 104px; }
  .sm\:pl-13 {
    padding-left: 104px; }
  .-sm\:p-13 {
    padding: -104px; }
  .sm\:-pt-13 {
    padding-top: -104px; }
  .sm\:-pr-13 {
    padding-right: -104px; }
  .sm\:-pb-13 {
    padding-bottom: -104px; }
  .sm\:-pl-13 {
    padding-left: -104px; }
  .sm\:m-13 {
    margin: 104px; }
  .sm\:mt-13 {
    margin-top: 104px; }
  .sm\:mr-13 {
    margin-right: 104px; }
  .sm\:mb-13 {
    margin-bottom: 104px; }
  .sm\:ml-13 {
    margin-left: 104px; }
  .sm\:-m-13 {
    margin: -104px; }
  .sm\:-mt-13 {
    margin-top: -104px; }
  .sm\:-mr-13 {
    margin-right: -104px; }
  .sm\:-mb-13 {
    margin-bottom: -104px; }
  .sm\:-ml-13 {
    margin-left: -104px; }
  .sm\:p-14 {
    padding: 112px; }
  .sm\:pt-14 {
    padding-top: 112px; }
  .sm\:pr-14 {
    padding-right: 112px; }
  .sm\:pb-14 {
    padding-bottom: 112px; }
  .sm\:pl-14 {
    padding-left: 112px; }
  .-sm\:p-14 {
    padding: -112px; }
  .sm\:-pt-14 {
    padding-top: -112px; }
  .sm\:-pr-14 {
    padding-right: -112px; }
  .sm\:-pb-14 {
    padding-bottom: -112px; }
  .sm\:-pl-14 {
    padding-left: -112px; }
  .sm\:m-14 {
    margin: 112px; }
  .sm\:mt-14 {
    margin-top: 112px; }
  .sm\:mr-14 {
    margin-right: 112px; }
  .sm\:mb-14 {
    margin-bottom: 112px; }
  .sm\:ml-14 {
    margin-left: 112px; }
  .sm\:-m-14 {
    margin: -112px; }
  .sm\:-mt-14 {
    margin-top: -112px; }
  .sm\:-mr-14 {
    margin-right: -112px; }
  .sm\:-mb-14 {
    margin-bottom: -112px; }
  .sm\:-ml-14 {
    margin-left: -112px; }
  .sm\:p-15 {
    padding: 120px; }
  .sm\:pt-15 {
    padding-top: 120px; }
  .sm\:pr-15 {
    padding-right: 120px; }
  .sm\:pb-15 {
    padding-bottom: 120px; }
  .sm\:pl-15 {
    padding-left: 120px; }
  .-sm\:p-15 {
    padding: -120px; }
  .sm\:-pt-15 {
    padding-top: -120px; }
  .sm\:-pr-15 {
    padding-right: -120px; }
  .sm\:-pb-15 {
    padding-bottom: -120px; }
  .sm\:-pl-15 {
    padding-left: -120px; }
  .sm\:m-15 {
    margin: 120px; }
  .sm\:mt-15 {
    margin-top: 120px; }
  .sm\:mr-15 {
    margin-right: 120px; }
  .sm\:mb-15 {
    margin-bottom: 120px; }
  .sm\:ml-15 {
    margin-left: 120px; }
  .sm\:-m-15 {
    margin: -120px; }
  .sm\:-mt-15 {
    margin-top: -120px; }
  .sm\:-mr-15 {
    margin-right: -120px; }
  .sm\:-mb-15 {
    margin-bottom: -120px; }
  .sm\:-ml-15 {
    margin-left: -120px; }
  .sm\:p-16 {
    padding: 128px; }
  .sm\:pt-16 {
    padding-top: 128px; }
  .sm\:pr-16 {
    padding-right: 128px; }
  .sm\:pb-16 {
    padding-bottom: 128px; }
  .sm\:pl-16 {
    padding-left: 128px; }
  .-sm\:p-16 {
    padding: -128px; }
  .sm\:-pt-16 {
    padding-top: -128px; }
  .sm\:-pr-16 {
    padding-right: -128px; }
  .sm\:-pb-16 {
    padding-bottom: -128px; }
  .sm\:-pl-16 {
    padding-left: -128px; }
  .sm\:m-16 {
    margin: 128px; }
  .sm\:mt-16 {
    margin-top: 128px; }
  .sm\:mr-16 {
    margin-right: 128px; }
  .sm\:mb-16 {
    margin-bottom: 128px; }
  .sm\:ml-16 {
    margin-left: 128px; }
  .sm\:-m-16 {
    margin: -128px; }
  .sm\:-mt-16 {
    margin-top: -128px; }
  .sm\:-mr-16 {
    margin-right: -128px; }
  .sm\:-mb-16 {
    margin-bottom: -128px; }
  .sm\:-ml-16 {
    margin-left: -128px; }
  .sm\:p-17 {
    padding: 136px; }
  .sm\:pt-17 {
    padding-top: 136px; }
  .sm\:pr-17 {
    padding-right: 136px; }
  .sm\:pb-17 {
    padding-bottom: 136px; }
  .sm\:pl-17 {
    padding-left: 136px; }
  .-sm\:p-17 {
    padding: -136px; }
  .sm\:-pt-17 {
    padding-top: -136px; }
  .sm\:-pr-17 {
    padding-right: -136px; }
  .sm\:-pb-17 {
    padding-bottom: -136px; }
  .sm\:-pl-17 {
    padding-left: -136px; }
  .sm\:m-17 {
    margin: 136px; }
  .sm\:mt-17 {
    margin-top: 136px; }
  .sm\:mr-17 {
    margin-right: 136px; }
  .sm\:mb-17 {
    margin-bottom: 136px; }
  .sm\:ml-17 {
    margin-left: 136px; }
  .sm\:-m-17 {
    margin: -136px; }
  .sm\:-mt-17 {
    margin-top: -136px; }
  .sm\:-mr-17 {
    margin-right: -136px; }
  .sm\:-mb-17 {
    margin-bottom: -136px; }
  .sm\:-ml-17 {
    margin-left: -136px; }
  .sm\:p-18 {
    padding: 144px; }
  .sm\:pt-18 {
    padding-top: 144px; }
  .sm\:pr-18 {
    padding-right: 144px; }
  .sm\:pb-18 {
    padding-bottom: 144px; }
  .sm\:pl-18 {
    padding-left: 144px; }
  .-sm\:p-18 {
    padding: -144px; }
  .sm\:-pt-18 {
    padding-top: -144px; }
  .sm\:-pr-18 {
    padding-right: -144px; }
  .sm\:-pb-18 {
    padding-bottom: -144px; }
  .sm\:-pl-18 {
    padding-left: -144px; }
  .sm\:m-18 {
    margin: 144px; }
  .sm\:mt-18 {
    margin-top: 144px; }
  .sm\:mr-18 {
    margin-right: 144px; }
  .sm\:mb-18 {
    margin-bottom: 144px; }
  .sm\:ml-18 {
    margin-left: 144px; }
  .sm\:-m-18 {
    margin: -144px; }
  .sm\:-mt-18 {
    margin-top: -144px; }
  .sm\:-mr-18 {
    margin-right: -144px; }
  .sm\:-mb-18 {
    margin-bottom: -144px; }
  .sm\:-ml-18 {
    margin-left: -144px; }
  .sm\:p-19 {
    padding: 152px; }
  .sm\:pt-19 {
    padding-top: 152px; }
  .sm\:pr-19 {
    padding-right: 152px; }
  .sm\:pb-19 {
    padding-bottom: 152px; }
  .sm\:pl-19 {
    padding-left: 152px; }
  .-sm\:p-19 {
    padding: -152px; }
  .sm\:-pt-19 {
    padding-top: -152px; }
  .sm\:-pr-19 {
    padding-right: -152px; }
  .sm\:-pb-19 {
    padding-bottom: -152px; }
  .sm\:-pl-19 {
    padding-left: -152px; }
  .sm\:m-19 {
    margin: 152px; }
  .sm\:mt-19 {
    margin-top: 152px; }
  .sm\:mr-19 {
    margin-right: 152px; }
  .sm\:mb-19 {
    margin-bottom: 152px; }
  .sm\:ml-19 {
    margin-left: 152px; }
  .sm\:-m-19 {
    margin: -152px; }
  .sm\:-mt-19 {
    margin-top: -152px; }
  .sm\:-mr-19 {
    margin-right: -152px; }
  .sm\:-mb-19 {
    margin-bottom: -152px; }
  .sm\:-ml-19 {
    margin-left: -152px; }
  .sm\:p-20 {
    padding: 160px; }
  .sm\:pt-20 {
    padding-top: 160px; }
  .sm\:pr-20 {
    padding-right: 160px; }
  .sm\:pb-20 {
    padding-bottom: 160px; }
  .sm\:pl-20 {
    padding-left: 160px; }
  .-sm\:p-20 {
    padding: -160px; }
  .sm\:-pt-20 {
    padding-top: -160px; }
  .sm\:-pr-20 {
    padding-right: -160px; }
  .sm\:-pb-20 {
    padding-bottom: -160px; }
  .sm\:-pl-20 {
    padding-left: -160px; }
  .sm\:m-20 {
    margin: 160px; }
  .sm\:mt-20 {
    margin-top: 160px; }
  .sm\:mr-20 {
    margin-right: 160px; }
  .sm\:mb-20 {
    margin-bottom: 160px; }
  .sm\:ml-20 {
    margin-left: 160px; }
  .sm\:-m-20 {
    margin: -160px; }
  .sm\:-mt-20 {
    margin-top: -160px; }
  .sm\:-mr-20 {
    margin-right: -160px; }
  .sm\:-mb-20 {
    margin-bottom: -160px; }
  .sm\:-ml-20 {
    margin-left: -160px; } }

@media (min-width: 768px) {
  .md\:m-auto {
    margin: auto; }
  .md\:p-0 {
    padding: 0px; }
  .md\:pt-0 {
    padding-top: 0px; }
  .md\:pr-0 {
    padding-right: 0px; }
  .md\:pb-0 {
    padding-bottom: 0px; }
  .md\:pl-0 {
    padding-left: 0px; }
  .-md\:p-0 {
    padding: 0px; }
  .md\:-pt-0 {
    padding-top: 0px; }
  .md\:-pr-0 {
    padding-right: 0px; }
  .md\:-pb-0 {
    padding-bottom: 0px; }
  .md\:-pl-0 {
    padding-left: 0px; }
  .md\:m-0 {
    margin: 0px; }
  .md\:mt-0 {
    margin-top: 0px; }
  .md\:mr-0 {
    margin-right: 0px; }
  .md\:mb-0 {
    margin-bottom: 0px; }
  .md\:ml-0 {
    margin-left: 0px; }
  .md\:-m-0 {
    margin: 0px; }
  .md\:-mt-0 {
    margin-top: 0px; }
  .md\:-mr-0 {
    margin-right: 0px; }
  .md\:-mb-0 {
    margin-bottom: 0px; }
  .md\:-ml-0 {
    margin-left: 0px; }
  .md\:p-1 {
    padding: 8px; }
  .md\:pt-1 {
    padding-top: 8px; }
  .md\:pr-1 {
    padding-right: 8px; }
  .md\:pb-1 {
    padding-bottom: 8px; }
  .md\:pl-1 {
    padding-left: 8px; }
  .-md\:p-1 {
    padding: -8px; }
  .md\:-pt-1 {
    padding-top: -8px; }
  .md\:-pr-1 {
    padding-right: -8px; }
  .md\:-pb-1 {
    padding-bottom: -8px; }
  .md\:-pl-1 {
    padding-left: -8px; }
  .md\:m-1 {
    margin: 8px; }
  .md\:mt-1 {
    margin-top: 8px; }
  .md\:mr-1 {
    margin-right: 8px; }
  .md\:mb-1 {
    margin-bottom: 8px; }
  .md\:ml-1 {
    margin-left: 8px; }
  .md\:-m-1 {
    margin: -8px; }
  .md\:-mt-1 {
    margin-top: -8px; }
  .md\:-mr-1 {
    margin-right: -8px; }
  .md\:-mb-1 {
    margin-bottom: -8px; }
  .md\:-ml-1 {
    margin-left: -8px; }
  .md\:p-2 {
    padding: 16px; }
  .md\:pt-2 {
    padding-top: 16px; }
  .md\:pr-2 {
    padding-right: 16px; }
  .md\:pb-2 {
    padding-bottom: 16px; }
  .md\:pl-2 {
    padding-left: 16px; }
  .-md\:p-2 {
    padding: -16px; }
  .md\:-pt-2 {
    padding-top: -16px; }
  .md\:-pr-2 {
    padding-right: -16px; }
  .md\:-pb-2 {
    padding-bottom: -16px; }
  .md\:-pl-2 {
    padding-left: -16px; }
  .md\:m-2 {
    margin: 16px; }
  .md\:mt-2 {
    margin-top: 16px; }
  .md\:mr-2 {
    margin-right: 16px; }
  .md\:mb-2 {
    margin-bottom: 16px; }
  .md\:ml-2 {
    margin-left: 16px; }
  .md\:-m-2 {
    margin: -16px; }
  .md\:-mt-2 {
    margin-top: -16px; }
  .md\:-mr-2 {
    margin-right: -16px; }
  .md\:-mb-2 {
    margin-bottom: -16px; }
  .md\:-ml-2 {
    margin-left: -16px; }
  .md\:p-3 {
    padding: 24px; }
  .md\:pt-3 {
    padding-top: 24px; }
  .md\:pr-3 {
    padding-right: 24px; }
  .md\:pb-3 {
    padding-bottom: 24px; }
  .md\:pl-3 {
    padding-left: 24px; }
  .-md\:p-3 {
    padding: -24px; }
  .md\:-pt-3 {
    padding-top: -24px; }
  .md\:-pr-3 {
    padding-right: -24px; }
  .md\:-pb-3 {
    padding-bottom: -24px; }
  .md\:-pl-3 {
    padding-left: -24px; }
  .md\:m-3 {
    margin: 24px; }
  .md\:mt-3 {
    margin-top: 24px; }
  .md\:mr-3 {
    margin-right: 24px; }
  .md\:mb-3 {
    margin-bottom: 24px; }
  .md\:ml-3 {
    margin-left: 24px; }
  .md\:-m-3 {
    margin: -24px; }
  .md\:-mt-3 {
    margin-top: -24px; }
  .md\:-mr-3 {
    margin-right: -24px; }
  .md\:-mb-3 {
    margin-bottom: -24px; }
  .md\:-ml-3 {
    margin-left: -24px; }
  .md\:p-4 {
    padding: 32px; }
  .md\:pt-4 {
    padding-top: 32px; }
  .md\:pr-4 {
    padding-right: 32px; }
  .md\:pb-4 {
    padding-bottom: 32px; }
  .md\:pl-4 {
    padding-left: 32px; }
  .-md\:p-4 {
    padding: -32px; }
  .md\:-pt-4 {
    padding-top: -32px; }
  .md\:-pr-4 {
    padding-right: -32px; }
  .md\:-pb-4 {
    padding-bottom: -32px; }
  .md\:-pl-4 {
    padding-left: -32px; }
  .md\:m-4 {
    margin: 32px; }
  .md\:mt-4 {
    margin-top: 32px; }
  .md\:mr-4 {
    margin-right: 32px; }
  .md\:mb-4 {
    margin-bottom: 32px; }
  .md\:ml-4 {
    margin-left: 32px; }
  .md\:-m-4 {
    margin: -32px; }
  .md\:-mt-4 {
    margin-top: -32px; }
  .md\:-mr-4 {
    margin-right: -32px; }
  .md\:-mb-4 {
    margin-bottom: -32px; }
  .md\:-ml-4 {
    margin-left: -32px; }
  .md\:p-5 {
    padding: 40px; }
  .md\:pt-5 {
    padding-top: 40px; }
  .md\:pr-5 {
    padding-right: 40px; }
  .md\:pb-5 {
    padding-bottom: 40px; }
  .md\:pl-5 {
    padding-left: 40px; }
  .-md\:p-5 {
    padding: -40px; }
  .md\:-pt-5 {
    padding-top: -40px; }
  .md\:-pr-5 {
    padding-right: -40px; }
  .md\:-pb-5 {
    padding-bottom: -40px; }
  .md\:-pl-5 {
    padding-left: -40px; }
  .md\:m-5 {
    margin: 40px; }
  .md\:mt-5 {
    margin-top: 40px; }
  .md\:mr-5 {
    margin-right: 40px; }
  .md\:mb-5 {
    margin-bottom: 40px; }
  .md\:ml-5 {
    margin-left: 40px; }
  .md\:-m-5 {
    margin: -40px; }
  .md\:-mt-5 {
    margin-top: -40px; }
  .md\:-mr-5 {
    margin-right: -40px; }
  .md\:-mb-5 {
    margin-bottom: -40px; }
  .md\:-ml-5 {
    margin-left: -40px; }
  .md\:p-6 {
    padding: 48px; }
  .md\:pt-6 {
    padding-top: 48px; }
  .md\:pr-6 {
    padding-right: 48px; }
  .md\:pb-6 {
    padding-bottom: 48px; }
  .md\:pl-6 {
    padding-left: 48px; }
  .-md\:p-6 {
    padding: -48px; }
  .md\:-pt-6 {
    padding-top: -48px; }
  .md\:-pr-6 {
    padding-right: -48px; }
  .md\:-pb-6 {
    padding-bottom: -48px; }
  .md\:-pl-6 {
    padding-left: -48px; }
  .md\:m-6 {
    margin: 48px; }
  .md\:mt-6 {
    margin-top: 48px; }
  .md\:mr-6 {
    margin-right: 48px; }
  .md\:mb-6 {
    margin-bottom: 48px; }
  .md\:ml-6 {
    margin-left: 48px; }
  .md\:-m-6 {
    margin: -48px; }
  .md\:-mt-6 {
    margin-top: -48px; }
  .md\:-mr-6 {
    margin-right: -48px; }
  .md\:-mb-6 {
    margin-bottom: -48px; }
  .md\:-ml-6 {
    margin-left: -48px; }
  .md\:p-7 {
    padding: 56px; }
  .md\:pt-7 {
    padding-top: 56px; }
  .md\:pr-7 {
    padding-right: 56px; }
  .md\:pb-7 {
    padding-bottom: 56px; }
  .md\:pl-7 {
    padding-left: 56px; }
  .-md\:p-7 {
    padding: -56px; }
  .md\:-pt-7 {
    padding-top: -56px; }
  .md\:-pr-7 {
    padding-right: -56px; }
  .md\:-pb-7 {
    padding-bottom: -56px; }
  .md\:-pl-7 {
    padding-left: -56px; }
  .md\:m-7 {
    margin: 56px; }
  .md\:mt-7 {
    margin-top: 56px; }
  .md\:mr-7 {
    margin-right: 56px; }
  .md\:mb-7 {
    margin-bottom: 56px; }
  .md\:ml-7 {
    margin-left: 56px; }
  .md\:-m-7 {
    margin: -56px; }
  .md\:-mt-7 {
    margin-top: -56px; }
  .md\:-mr-7 {
    margin-right: -56px; }
  .md\:-mb-7 {
    margin-bottom: -56px; }
  .md\:-ml-7 {
    margin-left: -56px; }
  .md\:p-8 {
    padding: 64px; }
  .md\:pt-8 {
    padding-top: 64px; }
  .md\:pr-8 {
    padding-right: 64px; }
  .md\:pb-8 {
    padding-bottom: 64px; }
  .md\:pl-8 {
    padding-left: 64px; }
  .-md\:p-8 {
    padding: -64px; }
  .md\:-pt-8 {
    padding-top: -64px; }
  .md\:-pr-8 {
    padding-right: -64px; }
  .md\:-pb-8 {
    padding-bottom: -64px; }
  .md\:-pl-8 {
    padding-left: -64px; }
  .md\:m-8 {
    margin: 64px; }
  .md\:mt-8 {
    margin-top: 64px; }
  .md\:mr-8 {
    margin-right: 64px; }
  .md\:mb-8 {
    margin-bottom: 64px; }
  .md\:ml-8 {
    margin-left: 64px; }
  .md\:-m-8 {
    margin: -64px; }
  .md\:-mt-8 {
    margin-top: -64px; }
  .md\:-mr-8 {
    margin-right: -64px; }
  .md\:-mb-8 {
    margin-bottom: -64px; }
  .md\:-ml-8 {
    margin-left: -64px; }
  .md\:p-9 {
    padding: 72px; }
  .md\:pt-9 {
    padding-top: 72px; }
  .md\:pr-9 {
    padding-right: 72px; }
  .md\:pb-9 {
    padding-bottom: 72px; }
  .md\:pl-9 {
    padding-left: 72px; }
  .-md\:p-9 {
    padding: -72px; }
  .md\:-pt-9 {
    padding-top: -72px; }
  .md\:-pr-9 {
    padding-right: -72px; }
  .md\:-pb-9 {
    padding-bottom: -72px; }
  .md\:-pl-9 {
    padding-left: -72px; }
  .md\:m-9 {
    margin: 72px; }
  .md\:mt-9 {
    margin-top: 72px; }
  .md\:mr-9 {
    margin-right: 72px; }
  .md\:mb-9 {
    margin-bottom: 72px; }
  .md\:ml-9 {
    margin-left: 72px; }
  .md\:-m-9 {
    margin: -72px; }
  .md\:-mt-9 {
    margin-top: -72px; }
  .md\:-mr-9 {
    margin-right: -72px; }
  .md\:-mb-9 {
    margin-bottom: -72px; }
  .md\:-ml-9 {
    margin-left: -72px; }
  .md\:p-10 {
    padding: 80px; }
  .md\:pt-10 {
    padding-top: 80px; }
  .md\:pr-10 {
    padding-right: 80px; }
  .md\:pb-10 {
    padding-bottom: 80px; }
  .md\:pl-10 {
    padding-left: 80px; }
  .-md\:p-10 {
    padding: -80px; }
  .md\:-pt-10 {
    padding-top: -80px; }
  .md\:-pr-10 {
    padding-right: -80px; }
  .md\:-pb-10 {
    padding-bottom: -80px; }
  .md\:-pl-10 {
    padding-left: -80px; }
  .md\:m-10 {
    margin: 80px; }
  .md\:mt-10 {
    margin-top: 80px; }
  .md\:mr-10 {
    margin-right: 80px; }
  .md\:mb-10 {
    margin-bottom: 80px; }
  .md\:ml-10 {
    margin-left: 80px; }
  .md\:-m-10 {
    margin: -80px; }
  .md\:-mt-10 {
    margin-top: -80px; }
  .md\:-mr-10 {
    margin-right: -80px; }
  .md\:-mb-10 {
    margin-bottom: -80px; }
  .md\:-ml-10 {
    margin-left: -80px; }
  .md\:p-11 {
    padding: 88px; }
  .md\:pt-11 {
    padding-top: 88px; }
  .md\:pr-11 {
    padding-right: 88px; }
  .md\:pb-11 {
    padding-bottom: 88px; }
  .md\:pl-11 {
    padding-left: 88px; }
  .-md\:p-11 {
    padding: -88px; }
  .md\:-pt-11 {
    padding-top: -88px; }
  .md\:-pr-11 {
    padding-right: -88px; }
  .md\:-pb-11 {
    padding-bottom: -88px; }
  .md\:-pl-11 {
    padding-left: -88px; }
  .md\:m-11 {
    margin: 88px; }
  .md\:mt-11 {
    margin-top: 88px; }
  .md\:mr-11 {
    margin-right: 88px; }
  .md\:mb-11 {
    margin-bottom: 88px; }
  .md\:ml-11 {
    margin-left: 88px; }
  .md\:-m-11 {
    margin: -88px; }
  .md\:-mt-11 {
    margin-top: -88px; }
  .md\:-mr-11 {
    margin-right: -88px; }
  .md\:-mb-11 {
    margin-bottom: -88px; }
  .md\:-ml-11 {
    margin-left: -88px; }
  .md\:p-12 {
    padding: 96px; }
  .md\:pt-12 {
    padding-top: 96px; }
  .md\:pr-12 {
    padding-right: 96px; }
  .md\:pb-12 {
    padding-bottom: 96px; }
  .md\:pl-12 {
    padding-left: 96px; }
  .-md\:p-12 {
    padding: -96px; }
  .md\:-pt-12 {
    padding-top: -96px; }
  .md\:-pr-12 {
    padding-right: -96px; }
  .md\:-pb-12 {
    padding-bottom: -96px; }
  .md\:-pl-12 {
    padding-left: -96px; }
  .md\:m-12 {
    margin: 96px; }
  .md\:mt-12 {
    margin-top: 96px; }
  .md\:mr-12 {
    margin-right: 96px; }
  .md\:mb-12 {
    margin-bottom: 96px; }
  .md\:ml-12 {
    margin-left: 96px; }
  .md\:-m-12 {
    margin: -96px; }
  .md\:-mt-12 {
    margin-top: -96px; }
  .md\:-mr-12 {
    margin-right: -96px; }
  .md\:-mb-12 {
    margin-bottom: -96px; }
  .md\:-ml-12 {
    margin-left: -96px; }
  .md\:p-13 {
    padding: 104px; }
  .md\:pt-13 {
    padding-top: 104px; }
  .md\:pr-13 {
    padding-right: 104px; }
  .md\:pb-13 {
    padding-bottom: 104px; }
  .md\:pl-13 {
    padding-left: 104px; }
  .-md\:p-13 {
    padding: -104px; }
  .md\:-pt-13 {
    padding-top: -104px; }
  .md\:-pr-13 {
    padding-right: -104px; }
  .md\:-pb-13 {
    padding-bottom: -104px; }
  .md\:-pl-13 {
    padding-left: -104px; }
  .md\:m-13 {
    margin: 104px; }
  .md\:mt-13 {
    margin-top: 104px; }
  .md\:mr-13 {
    margin-right: 104px; }
  .md\:mb-13 {
    margin-bottom: 104px; }
  .md\:ml-13 {
    margin-left: 104px; }
  .md\:-m-13 {
    margin: -104px; }
  .md\:-mt-13 {
    margin-top: -104px; }
  .md\:-mr-13 {
    margin-right: -104px; }
  .md\:-mb-13 {
    margin-bottom: -104px; }
  .md\:-ml-13 {
    margin-left: -104px; }
  .md\:p-14 {
    padding: 112px; }
  .md\:pt-14 {
    padding-top: 112px; }
  .md\:pr-14 {
    padding-right: 112px; }
  .md\:pb-14 {
    padding-bottom: 112px; }
  .md\:pl-14 {
    padding-left: 112px; }
  .-md\:p-14 {
    padding: -112px; }
  .md\:-pt-14 {
    padding-top: -112px; }
  .md\:-pr-14 {
    padding-right: -112px; }
  .md\:-pb-14 {
    padding-bottom: -112px; }
  .md\:-pl-14 {
    padding-left: -112px; }
  .md\:m-14 {
    margin: 112px; }
  .md\:mt-14 {
    margin-top: 112px; }
  .md\:mr-14 {
    margin-right: 112px; }
  .md\:mb-14 {
    margin-bottom: 112px; }
  .md\:ml-14 {
    margin-left: 112px; }
  .md\:-m-14 {
    margin: -112px; }
  .md\:-mt-14 {
    margin-top: -112px; }
  .md\:-mr-14 {
    margin-right: -112px; }
  .md\:-mb-14 {
    margin-bottom: -112px; }
  .md\:-ml-14 {
    margin-left: -112px; }
  .md\:p-15 {
    padding: 120px; }
  .md\:pt-15 {
    padding-top: 120px; }
  .md\:pr-15 {
    padding-right: 120px; }
  .md\:pb-15 {
    padding-bottom: 120px; }
  .md\:pl-15 {
    padding-left: 120px; }
  .-md\:p-15 {
    padding: -120px; }
  .md\:-pt-15 {
    padding-top: -120px; }
  .md\:-pr-15 {
    padding-right: -120px; }
  .md\:-pb-15 {
    padding-bottom: -120px; }
  .md\:-pl-15 {
    padding-left: -120px; }
  .md\:m-15 {
    margin: 120px; }
  .md\:mt-15 {
    margin-top: 120px; }
  .md\:mr-15 {
    margin-right: 120px; }
  .md\:mb-15 {
    margin-bottom: 120px; }
  .md\:ml-15 {
    margin-left: 120px; }
  .md\:-m-15 {
    margin: -120px; }
  .md\:-mt-15 {
    margin-top: -120px; }
  .md\:-mr-15 {
    margin-right: -120px; }
  .md\:-mb-15 {
    margin-bottom: -120px; }
  .md\:-ml-15 {
    margin-left: -120px; }
  .md\:p-16 {
    padding: 128px; }
  .md\:pt-16 {
    padding-top: 128px; }
  .md\:pr-16 {
    padding-right: 128px; }
  .md\:pb-16 {
    padding-bottom: 128px; }
  .md\:pl-16 {
    padding-left: 128px; }
  .-md\:p-16 {
    padding: -128px; }
  .md\:-pt-16 {
    padding-top: -128px; }
  .md\:-pr-16 {
    padding-right: -128px; }
  .md\:-pb-16 {
    padding-bottom: -128px; }
  .md\:-pl-16 {
    padding-left: -128px; }
  .md\:m-16 {
    margin: 128px; }
  .md\:mt-16 {
    margin-top: 128px; }
  .md\:mr-16 {
    margin-right: 128px; }
  .md\:mb-16 {
    margin-bottom: 128px; }
  .md\:ml-16 {
    margin-left: 128px; }
  .md\:-m-16 {
    margin: -128px; }
  .md\:-mt-16 {
    margin-top: -128px; }
  .md\:-mr-16 {
    margin-right: -128px; }
  .md\:-mb-16 {
    margin-bottom: -128px; }
  .md\:-ml-16 {
    margin-left: -128px; }
  .md\:p-17 {
    padding: 136px; }
  .md\:pt-17 {
    padding-top: 136px; }
  .md\:pr-17 {
    padding-right: 136px; }
  .md\:pb-17 {
    padding-bottom: 136px; }
  .md\:pl-17 {
    padding-left: 136px; }
  .-md\:p-17 {
    padding: -136px; }
  .md\:-pt-17 {
    padding-top: -136px; }
  .md\:-pr-17 {
    padding-right: -136px; }
  .md\:-pb-17 {
    padding-bottom: -136px; }
  .md\:-pl-17 {
    padding-left: -136px; }
  .md\:m-17 {
    margin: 136px; }
  .md\:mt-17 {
    margin-top: 136px; }
  .md\:mr-17 {
    margin-right: 136px; }
  .md\:mb-17 {
    margin-bottom: 136px; }
  .md\:ml-17 {
    margin-left: 136px; }
  .md\:-m-17 {
    margin: -136px; }
  .md\:-mt-17 {
    margin-top: -136px; }
  .md\:-mr-17 {
    margin-right: -136px; }
  .md\:-mb-17 {
    margin-bottom: -136px; }
  .md\:-ml-17 {
    margin-left: -136px; }
  .md\:p-18 {
    padding: 144px; }
  .md\:pt-18 {
    padding-top: 144px; }
  .md\:pr-18 {
    padding-right: 144px; }
  .md\:pb-18 {
    padding-bottom: 144px; }
  .md\:pl-18 {
    padding-left: 144px; }
  .-md\:p-18 {
    padding: -144px; }
  .md\:-pt-18 {
    padding-top: -144px; }
  .md\:-pr-18 {
    padding-right: -144px; }
  .md\:-pb-18 {
    padding-bottom: -144px; }
  .md\:-pl-18 {
    padding-left: -144px; }
  .md\:m-18 {
    margin: 144px; }
  .md\:mt-18 {
    margin-top: 144px; }
  .md\:mr-18 {
    margin-right: 144px; }
  .md\:mb-18 {
    margin-bottom: 144px; }
  .md\:ml-18 {
    margin-left: 144px; }
  .md\:-m-18 {
    margin: -144px; }
  .md\:-mt-18 {
    margin-top: -144px; }
  .md\:-mr-18 {
    margin-right: -144px; }
  .md\:-mb-18 {
    margin-bottom: -144px; }
  .md\:-ml-18 {
    margin-left: -144px; }
  .md\:p-19 {
    padding: 152px; }
  .md\:pt-19 {
    padding-top: 152px; }
  .md\:pr-19 {
    padding-right: 152px; }
  .md\:pb-19 {
    padding-bottom: 152px; }
  .md\:pl-19 {
    padding-left: 152px; }
  .-md\:p-19 {
    padding: -152px; }
  .md\:-pt-19 {
    padding-top: -152px; }
  .md\:-pr-19 {
    padding-right: -152px; }
  .md\:-pb-19 {
    padding-bottom: -152px; }
  .md\:-pl-19 {
    padding-left: -152px; }
  .md\:m-19 {
    margin: 152px; }
  .md\:mt-19 {
    margin-top: 152px; }
  .md\:mr-19 {
    margin-right: 152px; }
  .md\:mb-19 {
    margin-bottom: 152px; }
  .md\:ml-19 {
    margin-left: 152px; }
  .md\:-m-19 {
    margin: -152px; }
  .md\:-mt-19 {
    margin-top: -152px; }
  .md\:-mr-19 {
    margin-right: -152px; }
  .md\:-mb-19 {
    margin-bottom: -152px; }
  .md\:-ml-19 {
    margin-left: -152px; }
  .md\:p-20 {
    padding: 160px; }
  .md\:pt-20 {
    padding-top: 160px; }
  .md\:pr-20 {
    padding-right: 160px; }
  .md\:pb-20 {
    padding-bottom: 160px; }
  .md\:pl-20 {
    padding-left: 160px; }
  .-md\:p-20 {
    padding: -160px; }
  .md\:-pt-20 {
    padding-top: -160px; }
  .md\:-pr-20 {
    padding-right: -160px; }
  .md\:-pb-20 {
    padding-bottom: -160px; }
  .md\:-pl-20 {
    padding-left: -160px; }
  .md\:m-20 {
    margin: 160px; }
  .md\:mt-20 {
    margin-top: 160px; }
  .md\:mr-20 {
    margin-right: 160px; }
  .md\:mb-20 {
    margin-bottom: 160px; }
  .md\:ml-20 {
    margin-left: 160px; }
  .md\:-m-20 {
    margin: -160px; }
  .md\:-mt-20 {
    margin-top: -160px; }
  .md\:-mr-20 {
    margin-right: -160px; }
  .md\:-mb-20 {
    margin-bottom: -160px; }
  .md\:-ml-20 {
    margin-left: -160px; } }

@media (min-width: 1024px) {
  .lg\:m-auto {
    margin: auto; }
  .lg\:p-0 {
    padding: 0px; }
  .lg\:pt-0 {
    padding-top: 0px; }
  .lg\:pr-0 {
    padding-right: 0px; }
  .lg\:pb-0 {
    padding-bottom: 0px; }
  .lg\:pl-0 {
    padding-left: 0px; }
  .-lg\:p-0 {
    padding: 0px; }
  .lg\:-pt-0 {
    padding-top: 0px; }
  .lg\:-pr-0 {
    padding-right: 0px; }
  .lg\:-pb-0 {
    padding-bottom: 0px; }
  .lg\:-pl-0 {
    padding-left: 0px; }
  .lg\:m-0 {
    margin: 0px; }
  .lg\:mt-0 {
    margin-top: 0px; }
  .lg\:mr-0 {
    margin-right: 0px; }
  .lg\:mb-0 {
    margin-bottom: 0px; }
  .lg\:ml-0 {
    margin-left: 0px; }
  .lg\:-m-0 {
    margin: 0px; }
  .lg\:-mt-0 {
    margin-top: 0px; }
  .lg\:-mr-0 {
    margin-right: 0px; }
  .lg\:-mb-0 {
    margin-bottom: 0px; }
  .lg\:-ml-0 {
    margin-left: 0px; }
  .lg\:p-1 {
    padding: 8px; }
  .lg\:pt-1 {
    padding-top: 8px; }
  .lg\:pr-1 {
    padding-right: 8px; }
  .lg\:pb-1 {
    padding-bottom: 8px; }
  .lg\:pl-1 {
    padding-left: 8px; }
  .-lg\:p-1 {
    padding: -8px; }
  .lg\:-pt-1 {
    padding-top: -8px; }
  .lg\:-pr-1 {
    padding-right: -8px; }
  .lg\:-pb-1 {
    padding-bottom: -8px; }
  .lg\:-pl-1 {
    padding-left: -8px; }
  .lg\:m-1 {
    margin: 8px; }
  .lg\:mt-1 {
    margin-top: 8px; }
  .lg\:mr-1 {
    margin-right: 8px; }
  .lg\:mb-1 {
    margin-bottom: 8px; }
  .lg\:ml-1 {
    margin-left: 8px; }
  .lg\:-m-1 {
    margin: -8px; }
  .lg\:-mt-1 {
    margin-top: -8px; }
  .lg\:-mr-1 {
    margin-right: -8px; }
  .lg\:-mb-1 {
    margin-bottom: -8px; }
  .lg\:-ml-1 {
    margin-left: -8px; }
  .lg\:p-2 {
    padding: 16px; }
  .lg\:pt-2 {
    padding-top: 16px; }
  .lg\:pr-2 {
    padding-right: 16px; }
  .lg\:pb-2 {
    padding-bottom: 16px; }
  .lg\:pl-2 {
    padding-left: 16px; }
  .-lg\:p-2 {
    padding: -16px; }
  .lg\:-pt-2 {
    padding-top: -16px; }
  .lg\:-pr-2 {
    padding-right: -16px; }
  .lg\:-pb-2 {
    padding-bottom: -16px; }
  .lg\:-pl-2 {
    padding-left: -16px; }
  .lg\:m-2 {
    margin: 16px; }
  .lg\:mt-2 {
    margin-top: 16px; }
  .lg\:mr-2 {
    margin-right: 16px; }
  .lg\:mb-2 {
    margin-bottom: 16px; }
  .lg\:ml-2 {
    margin-left: 16px; }
  .lg\:-m-2 {
    margin: -16px; }
  .lg\:-mt-2 {
    margin-top: -16px; }
  .lg\:-mr-2 {
    margin-right: -16px; }
  .lg\:-mb-2 {
    margin-bottom: -16px; }
  .lg\:-ml-2 {
    margin-left: -16px; }
  .lg\:p-3 {
    padding: 24px; }
  .lg\:pt-3 {
    padding-top: 24px; }
  .lg\:pr-3 {
    padding-right: 24px; }
  .lg\:pb-3 {
    padding-bottom: 24px; }
  .lg\:pl-3 {
    padding-left: 24px; }
  .-lg\:p-3 {
    padding: -24px; }
  .lg\:-pt-3 {
    padding-top: -24px; }
  .lg\:-pr-3 {
    padding-right: -24px; }
  .lg\:-pb-3 {
    padding-bottom: -24px; }
  .lg\:-pl-3 {
    padding-left: -24px; }
  .lg\:m-3 {
    margin: 24px; }
  .lg\:mt-3 {
    margin-top: 24px; }
  .lg\:mr-3 {
    margin-right: 24px; }
  .lg\:mb-3 {
    margin-bottom: 24px; }
  .lg\:ml-3 {
    margin-left: 24px; }
  .lg\:-m-3 {
    margin: -24px; }
  .lg\:-mt-3 {
    margin-top: -24px; }
  .lg\:-mr-3 {
    margin-right: -24px; }
  .lg\:-mb-3 {
    margin-bottom: -24px; }
  .lg\:-ml-3 {
    margin-left: -24px; }
  .lg\:p-4 {
    padding: 32px; }
  .lg\:pt-4 {
    padding-top: 32px; }
  .lg\:pr-4 {
    padding-right: 32px; }
  .lg\:pb-4 {
    padding-bottom: 32px; }
  .lg\:pl-4 {
    padding-left: 32px; }
  .-lg\:p-4 {
    padding: -32px; }
  .lg\:-pt-4 {
    padding-top: -32px; }
  .lg\:-pr-4 {
    padding-right: -32px; }
  .lg\:-pb-4 {
    padding-bottom: -32px; }
  .lg\:-pl-4 {
    padding-left: -32px; }
  .lg\:m-4 {
    margin: 32px; }
  .lg\:mt-4 {
    margin-top: 32px; }
  .lg\:mr-4 {
    margin-right: 32px; }
  .lg\:mb-4 {
    margin-bottom: 32px; }
  .lg\:ml-4 {
    margin-left: 32px; }
  .lg\:-m-4 {
    margin: -32px; }
  .lg\:-mt-4 {
    margin-top: -32px; }
  .lg\:-mr-4 {
    margin-right: -32px; }
  .lg\:-mb-4 {
    margin-bottom: -32px; }
  .lg\:-ml-4 {
    margin-left: -32px; }
  .lg\:p-5 {
    padding: 40px; }
  .lg\:pt-5 {
    padding-top: 40px; }
  .lg\:pr-5 {
    padding-right: 40px; }
  .lg\:pb-5 {
    padding-bottom: 40px; }
  .lg\:pl-5 {
    padding-left: 40px; }
  .-lg\:p-5 {
    padding: -40px; }
  .lg\:-pt-5 {
    padding-top: -40px; }
  .lg\:-pr-5 {
    padding-right: -40px; }
  .lg\:-pb-5 {
    padding-bottom: -40px; }
  .lg\:-pl-5 {
    padding-left: -40px; }
  .lg\:m-5 {
    margin: 40px; }
  .lg\:mt-5 {
    margin-top: 40px; }
  .lg\:mr-5 {
    margin-right: 40px; }
  .lg\:mb-5 {
    margin-bottom: 40px; }
  .lg\:ml-5 {
    margin-left: 40px; }
  .lg\:-m-5 {
    margin: -40px; }
  .lg\:-mt-5 {
    margin-top: -40px; }
  .lg\:-mr-5 {
    margin-right: -40px; }
  .lg\:-mb-5 {
    margin-bottom: -40px; }
  .lg\:-ml-5 {
    margin-left: -40px; }
  .lg\:p-6 {
    padding: 48px; }
  .lg\:pt-6 {
    padding-top: 48px; }
  .lg\:pr-6 {
    padding-right: 48px; }
  .lg\:pb-6 {
    padding-bottom: 48px; }
  .lg\:pl-6 {
    padding-left: 48px; }
  .-lg\:p-6 {
    padding: -48px; }
  .lg\:-pt-6 {
    padding-top: -48px; }
  .lg\:-pr-6 {
    padding-right: -48px; }
  .lg\:-pb-6 {
    padding-bottom: -48px; }
  .lg\:-pl-6 {
    padding-left: -48px; }
  .lg\:m-6 {
    margin: 48px; }
  .lg\:mt-6 {
    margin-top: 48px; }
  .lg\:mr-6 {
    margin-right: 48px; }
  .lg\:mb-6 {
    margin-bottom: 48px; }
  .lg\:ml-6 {
    margin-left: 48px; }
  .lg\:-m-6 {
    margin: -48px; }
  .lg\:-mt-6 {
    margin-top: -48px; }
  .lg\:-mr-6 {
    margin-right: -48px; }
  .lg\:-mb-6 {
    margin-bottom: -48px; }
  .lg\:-ml-6 {
    margin-left: -48px; }
  .lg\:p-7 {
    padding: 56px; }
  .lg\:pt-7 {
    padding-top: 56px; }
  .lg\:pr-7 {
    padding-right: 56px; }
  .lg\:pb-7 {
    padding-bottom: 56px; }
  .lg\:pl-7 {
    padding-left: 56px; }
  .-lg\:p-7 {
    padding: -56px; }
  .lg\:-pt-7 {
    padding-top: -56px; }
  .lg\:-pr-7 {
    padding-right: -56px; }
  .lg\:-pb-7 {
    padding-bottom: -56px; }
  .lg\:-pl-7 {
    padding-left: -56px; }
  .lg\:m-7 {
    margin: 56px; }
  .lg\:mt-7 {
    margin-top: 56px; }
  .lg\:mr-7 {
    margin-right: 56px; }
  .lg\:mb-7 {
    margin-bottom: 56px; }
  .lg\:ml-7 {
    margin-left: 56px; }
  .lg\:-m-7 {
    margin: -56px; }
  .lg\:-mt-7 {
    margin-top: -56px; }
  .lg\:-mr-7 {
    margin-right: -56px; }
  .lg\:-mb-7 {
    margin-bottom: -56px; }
  .lg\:-ml-7 {
    margin-left: -56px; }
  .lg\:p-8 {
    padding: 64px; }
  .lg\:pt-8 {
    padding-top: 64px; }
  .lg\:pr-8 {
    padding-right: 64px; }
  .lg\:pb-8 {
    padding-bottom: 64px; }
  .lg\:pl-8 {
    padding-left: 64px; }
  .-lg\:p-8 {
    padding: -64px; }
  .lg\:-pt-8 {
    padding-top: -64px; }
  .lg\:-pr-8 {
    padding-right: -64px; }
  .lg\:-pb-8 {
    padding-bottom: -64px; }
  .lg\:-pl-8 {
    padding-left: -64px; }
  .lg\:m-8 {
    margin: 64px; }
  .lg\:mt-8 {
    margin-top: 64px; }
  .lg\:mr-8 {
    margin-right: 64px; }
  .lg\:mb-8 {
    margin-bottom: 64px; }
  .lg\:ml-8 {
    margin-left: 64px; }
  .lg\:-m-8 {
    margin: -64px; }
  .lg\:-mt-8 {
    margin-top: -64px; }
  .lg\:-mr-8 {
    margin-right: -64px; }
  .lg\:-mb-8 {
    margin-bottom: -64px; }
  .lg\:-ml-8 {
    margin-left: -64px; }
  .lg\:p-9 {
    padding: 72px; }
  .lg\:pt-9 {
    padding-top: 72px; }
  .lg\:pr-9 {
    padding-right: 72px; }
  .lg\:pb-9 {
    padding-bottom: 72px; }
  .lg\:pl-9 {
    padding-left: 72px; }
  .-lg\:p-9 {
    padding: -72px; }
  .lg\:-pt-9 {
    padding-top: -72px; }
  .lg\:-pr-9 {
    padding-right: -72px; }
  .lg\:-pb-9 {
    padding-bottom: -72px; }
  .lg\:-pl-9 {
    padding-left: -72px; }
  .lg\:m-9 {
    margin: 72px; }
  .lg\:mt-9 {
    margin-top: 72px; }
  .lg\:mr-9 {
    margin-right: 72px; }
  .lg\:mb-9 {
    margin-bottom: 72px; }
  .lg\:ml-9 {
    margin-left: 72px; }
  .lg\:-m-9 {
    margin: -72px; }
  .lg\:-mt-9 {
    margin-top: -72px; }
  .lg\:-mr-9 {
    margin-right: -72px; }
  .lg\:-mb-9 {
    margin-bottom: -72px; }
  .lg\:-ml-9 {
    margin-left: -72px; }
  .lg\:p-10 {
    padding: 80px; }
  .lg\:pt-10 {
    padding-top: 80px; }
  .lg\:pr-10 {
    padding-right: 80px; }
  .lg\:pb-10 {
    padding-bottom: 80px; }
  .lg\:pl-10 {
    padding-left: 80px; }
  .-lg\:p-10 {
    padding: -80px; }
  .lg\:-pt-10 {
    padding-top: -80px; }
  .lg\:-pr-10 {
    padding-right: -80px; }
  .lg\:-pb-10 {
    padding-bottom: -80px; }
  .lg\:-pl-10 {
    padding-left: -80px; }
  .lg\:m-10 {
    margin: 80px; }
  .lg\:mt-10 {
    margin-top: 80px; }
  .lg\:mr-10 {
    margin-right: 80px; }
  .lg\:mb-10 {
    margin-bottom: 80px; }
  .lg\:ml-10 {
    margin-left: 80px; }
  .lg\:-m-10 {
    margin: -80px; }
  .lg\:-mt-10 {
    margin-top: -80px; }
  .lg\:-mr-10 {
    margin-right: -80px; }
  .lg\:-mb-10 {
    margin-bottom: -80px; }
  .lg\:-ml-10 {
    margin-left: -80px; }
  .lg\:p-11 {
    padding: 88px; }
  .lg\:pt-11 {
    padding-top: 88px; }
  .lg\:pr-11 {
    padding-right: 88px; }
  .lg\:pb-11 {
    padding-bottom: 88px; }
  .lg\:pl-11 {
    padding-left: 88px; }
  .-lg\:p-11 {
    padding: -88px; }
  .lg\:-pt-11 {
    padding-top: -88px; }
  .lg\:-pr-11 {
    padding-right: -88px; }
  .lg\:-pb-11 {
    padding-bottom: -88px; }
  .lg\:-pl-11 {
    padding-left: -88px; }
  .lg\:m-11 {
    margin: 88px; }
  .lg\:mt-11 {
    margin-top: 88px; }
  .lg\:mr-11 {
    margin-right: 88px; }
  .lg\:mb-11 {
    margin-bottom: 88px; }
  .lg\:ml-11 {
    margin-left: 88px; }
  .lg\:-m-11 {
    margin: -88px; }
  .lg\:-mt-11 {
    margin-top: -88px; }
  .lg\:-mr-11 {
    margin-right: -88px; }
  .lg\:-mb-11 {
    margin-bottom: -88px; }
  .lg\:-ml-11 {
    margin-left: -88px; }
  .lg\:p-12 {
    padding: 96px; }
  .lg\:pt-12 {
    padding-top: 96px; }
  .lg\:pr-12 {
    padding-right: 96px; }
  .lg\:pb-12 {
    padding-bottom: 96px; }
  .lg\:pl-12 {
    padding-left: 96px; }
  .-lg\:p-12 {
    padding: -96px; }
  .lg\:-pt-12 {
    padding-top: -96px; }
  .lg\:-pr-12 {
    padding-right: -96px; }
  .lg\:-pb-12 {
    padding-bottom: -96px; }
  .lg\:-pl-12 {
    padding-left: -96px; }
  .lg\:m-12 {
    margin: 96px; }
  .lg\:mt-12 {
    margin-top: 96px; }
  .lg\:mr-12 {
    margin-right: 96px; }
  .lg\:mb-12 {
    margin-bottom: 96px; }
  .lg\:ml-12 {
    margin-left: 96px; }
  .lg\:-m-12 {
    margin: -96px; }
  .lg\:-mt-12 {
    margin-top: -96px; }
  .lg\:-mr-12 {
    margin-right: -96px; }
  .lg\:-mb-12 {
    margin-bottom: -96px; }
  .lg\:-ml-12 {
    margin-left: -96px; }
  .lg\:p-13 {
    padding: 104px; }
  .lg\:pt-13 {
    padding-top: 104px; }
  .lg\:pr-13 {
    padding-right: 104px; }
  .lg\:pb-13 {
    padding-bottom: 104px; }
  .lg\:pl-13 {
    padding-left: 104px; }
  .-lg\:p-13 {
    padding: -104px; }
  .lg\:-pt-13 {
    padding-top: -104px; }
  .lg\:-pr-13 {
    padding-right: -104px; }
  .lg\:-pb-13 {
    padding-bottom: -104px; }
  .lg\:-pl-13 {
    padding-left: -104px; }
  .lg\:m-13 {
    margin: 104px; }
  .lg\:mt-13 {
    margin-top: 104px; }
  .lg\:mr-13 {
    margin-right: 104px; }
  .lg\:mb-13 {
    margin-bottom: 104px; }
  .lg\:ml-13 {
    margin-left: 104px; }
  .lg\:-m-13 {
    margin: -104px; }
  .lg\:-mt-13 {
    margin-top: -104px; }
  .lg\:-mr-13 {
    margin-right: -104px; }
  .lg\:-mb-13 {
    margin-bottom: -104px; }
  .lg\:-ml-13 {
    margin-left: -104px; }
  .lg\:p-14 {
    padding: 112px; }
  .lg\:pt-14 {
    padding-top: 112px; }
  .lg\:pr-14 {
    padding-right: 112px; }
  .lg\:pb-14 {
    padding-bottom: 112px; }
  .lg\:pl-14 {
    padding-left: 112px; }
  .-lg\:p-14 {
    padding: -112px; }
  .lg\:-pt-14 {
    padding-top: -112px; }
  .lg\:-pr-14 {
    padding-right: -112px; }
  .lg\:-pb-14 {
    padding-bottom: -112px; }
  .lg\:-pl-14 {
    padding-left: -112px; }
  .lg\:m-14 {
    margin: 112px; }
  .lg\:mt-14 {
    margin-top: 112px; }
  .lg\:mr-14 {
    margin-right: 112px; }
  .lg\:mb-14 {
    margin-bottom: 112px; }
  .lg\:ml-14 {
    margin-left: 112px; }
  .lg\:-m-14 {
    margin: -112px; }
  .lg\:-mt-14 {
    margin-top: -112px; }
  .lg\:-mr-14 {
    margin-right: -112px; }
  .lg\:-mb-14 {
    margin-bottom: -112px; }
  .lg\:-ml-14 {
    margin-left: -112px; }
  .lg\:p-15 {
    padding: 120px; }
  .lg\:pt-15 {
    padding-top: 120px; }
  .lg\:pr-15 {
    padding-right: 120px; }
  .lg\:pb-15 {
    padding-bottom: 120px; }
  .lg\:pl-15 {
    padding-left: 120px; }
  .-lg\:p-15 {
    padding: -120px; }
  .lg\:-pt-15 {
    padding-top: -120px; }
  .lg\:-pr-15 {
    padding-right: -120px; }
  .lg\:-pb-15 {
    padding-bottom: -120px; }
  .lg\:-pl-15 {
    padding-left: -120px; }
  .lg\:m-15 {
    margin: 120px; }
  .lg\:mt-15 {
    margin-top: 120px; }
  .lg\:mr-15 {
    margin-right: 120px; }
  .lg\:mb-15 {
    margin-bottom: 120px; }
  .lg\:ml-15 {
    margin-left: 120px; }
  .lg\:-m-15 {
    margin: -120px; }
  .lg\:-mt-15 {
    margin-top: -120px; }
  .lg\:-mr-15 {
    margin-right: -120px; }
  .lg\:-mb-15 {
    margin-bottom: -120px; }
  .lg\:-ml-15 {
    margin-left: -120px; }
  .lg\:p-16 {
    padding: 128px; }
  .lg\:pt-16 {
    padding-top: 128px; }
  .lg\:pr-16 {
    padding-right: 128px; }
  .lg\:pb-16 {
    padding-bottom: 128px; }
  .lg\:pl-16 {
    padding-left: 128px; }
  .-lg\:p-16 {
    padding: -128px; }
  .lg\:-pt-16 {
    padding-top: -128px; }
  .lg\:-pr-16 {
    padding-right: -128px; }
  .lg\:-pb-16 {
    padding-bottom: -128px; }
  .lg\:-pl-16 {
    padding-left: -128px; }
  .lg\:m-16 {
    margin: 128px; }
  .lg\:mt-16 {
    margin-top: 128px; }
  .lg\:mr-16 {
    margin-right: 128px; }
  .lg\:mb-16 {
    margin-bottom: 128px; }
  .lg\:ml-16 {
    margin-left: 128px; }
  .lg\:-m-16 {
    margin: -128px; }
  .lg\:-mt-16 {
    margin-top: -128px; }
  .lg\:-mr-16 {
    margin-right: -128px; }
  .lg\:-mb-16 {
    margin-bottom: -128px; }
  .lg\:-ml-16 {
    margin-left: -128px; }
  .lg\:p-17 {
    padding: 136px; }
  .lg\:pt-17 {
    padding-top: 136px; }
  .lg\:pr-17 {
    padding-right: 136px; }
  .lg\:pb-17 {
    padding-bottom: 136px; }
  .lg\:pl-17 {
    padding-left: 136px; }
  .-lg\:p-17 {
    padding: -136px; }
  .lg\:-pt-17 {
    padding-top: -136px; }
  .lg\:-pr-17 {
    padding-right: -136px; }
  .lg\:-pb-17 {
    padding-bottom: -136px; }
  .lg\:-pl-17 {
    padding-left: -136px; }
  .lg\:m-17 {
    margin: 136px; }
  .lg\:mt-17 {
    margin-top: 136px; }
  .lg\:mr-17 {
    margin-right: 136px; }
  .lg\:mb-17 {
    margin-bottom: 136px; }
  .lg\:ml-17 {
    margin-left: 136px; }
  .lg\:-m-17 {
    margin: -136px; }
  .lg\:-mt-17 {
    margin-top: -136px; }
  .lg\:-mr-17 {
    margin-right: -136px; }
  .lg\:-mb-17 {
    margin-bottom: -136px; }
  .lg\:-ml-17 {
    margin-left: -136px; }
  .lg\:p-18 {
    padding: 144px; }
  .lg\:pt-18 {
    padding-top: 144px; }
  .lg\:pr-18 {
    padding-right: 144px; }
  .lg\:pb-18 {
    padding-bottom: 144px; }
  .lg\:pl-18 {
    padding-left: 144px; }
  .-lg\:p-18 {
    padding: -144px; }
  .lg\:-pt-18 {
    padding-top: -144px; }
  .lg\:-pr-18 {
    padding-right: -144px; }
  .lg\:-pb-18 {
    padding-bottom: -144px; }
  .lg\:-pl-18 {
    padding-left: -144px; }
  .lg\:m-18 {
    margin: 144px; }
  .lg\:mt-18 {
    margin-top: 144px; }
  .lg\:mr-18 {
    margin-right: 144px; }
  .lg\:mb-18 {
    margin-bottom: 144px; }
  .lg\:ml-18 {
    margin-left: 144px; }
  .lg\:-m-18 {
    margin: -144px; }
  .lg\:-mt-18 {
    margin-top: -144px; }
  .lg\:-mr-18 {
    margin-right: -144px; }
  .lg\:-mb-18 {
    margin-bottom: -144px; }
  .lg\:-ml-18 {
    margin-left: -144px; }
  .lg\:p-19 {
    padding: 152px; }
  .lg\:pt-19 {
    padding-top: 152px; }
  .lg\:pr-19 {
    padding-right: 152px; }
  .lg\:pb-19 {
    padding-bottom: 152px; }
  .lg\:pl-19 {
    padding-left: 152px; }
  .-lg\:p-19 {
    padding: -152px; }
  .lg\:-pt-19 {
    padding-top: -152px; }
  .lg\:-pr-19 {
    padding-right: -152px; }
  .lg\:-pb-19 {
    padding-bottom: -152px; }
  .lg\:-pl-19 {
    padding-left: -152px; }
  .lg\:m-19 {
    margin: 152px; }
  .lg\:mt-19 {
    margin-top: 152px; }
  .lg\:mr-19 {
    margin-right: 152px; }
  .lg\:mb-19 {
    margin-bottom: 152px; }
  .lg\:ml-19 {
    margin-left: 152px; }
  .lg\:-m-19 {
    margin: -152px; }
  .lg\:-mt-19 {
    margin-top: -152px; }
  .lg\:-mr-19 {
    margin-right: -152px; }
  .lg\:-mb-19 {
    margin-bottom: -152px; }
  .lg\:-ml-19 {
    margin-left: -152px; }
  .lg\:p-20 {
    padding: 160px; }
  .lg\:pt-20 {
    padding-top: 160px; }
  .lg\:pr-20 {
    padding-right: 160px; }
  .lg\:pb-20 {
    padding-bottom: 160px; }
  .lg\:pl-20 {
    padding-left: 160px; }
  .-lg\:p-20 {
    padding: -160px; }
  .lg\:-pt-20 {
    padding-top: -160px; }
  .lg\:-pr-20 {
    padding-right: -160px; }
  .lg\:-pb-20 {
    padding-bottom: -160px; }
  .lg\:-pl-20 {
    padding-left: -160px; }
  .lg\:m-20 {
    margin: 160px; }
  .lg\:mt-20 {
    margin-top: 160px; }
  .lg\:mr-20 {
    margin-right: 160px; }
  .lg\:mb-20 {
    margin-bottom: 160px; }
  .lg\:ml-20 {
    margin-left: 160px; }
  .lg\:-m-20 {
    margin: -160px; }
  .lg\:-mt-20 {
    margin-top: -160px; }
  .lg\:-mr-20 {
    margin-right: -160px; }
  .lg\:-mb-20 {
    margin-bottom: -160px; }
  .lg\:-ml-20 {
    margin-left: -160px; } }

@media (min-width: 1200px) {
  .xl\:m-auto {
    margin: auto; }
  .xl\:p-0 {
    padding: 0px; }
  .xl\:pt-0 {
    padding-top: 0px; }
  .xl\:pr-0 {
    padding-right: 0px; }
  .xl\:pb-0 {
    padding-bottom: 0px; }
  .xl\:pl-0 {
    padding-left: 0px; }
  .-xl\:p-0 {
    padding: 0px; }
  .xl\:-pt-0 {
    padding-top: 0px; }
  .xl\:-pr-0 {
    padding-right: 0px; }
  .xl\:-pb-0 {
    padding-bottom: 0px; }
  .xl\:-pl-0 {
    padding-left: 0px; }
  .xl\:m-0 {
    margin: 0px; }
  .xl\:mt-0 {
    margin-top: 0px; }
  .xl\:mr-0 {
    margin-right: 0px; }
  .xl\:mb-0 {
    margin-bottom: 0px; }
  .xl\:ml-0 {
    margin-left: 0px; }
  .xl\:-m-0 {
    margin: 0px; }
  .xl\:-mt-0 {
    margin-top: 0px; }
  .xl\:-mr-0 {
    margin-right: 0px; }
  .xl\:-mb-0 {
    margin-bottom: 0px; }
  .xl\:-ml-0 {
    margin-left: 0px; }
  .xl\:p-1 {
    padding: 8px; }
  .xl\:pt-1 {
    padding-top: 8px; }
  .xl\:pr-1 {
    padding-right: 8px; }
  .xl\:pb-1 {
    padding-bottom: 8px; }
  .xl\:pl-1 {
    padding-left: 8px; }
  .-xl\:p-1 {
    padding: -8px; }
  .xl\:-pt-1 {
    padding-top: -8px; }
  .xl\:-pr-1 {
    padding-right: -8px; }
  .xl\:-pb-1 {
    padding-bottom: -8px; }
  .xl\:-pl-1 {
    padding-left: -8px; }
  .xl\:m-1 {
    margin: 8px; }
  .xl\:mt-1 {
    margin-top: 8px; }
  .xl\:mr-1 {
    margin-right: 8px; }
  .xl\:mb-1 {
    margin-bottom: 8px; }
  .xl\:ml-1 {
    margin-left: 8px; }
  .xl\:-m-1 {
    margin: -8px; }
  .xl\:-mt-1 {
    margin-top: -8px; }
  .xl\:-mr-1 {
    margin-right: -8px; }
  .xl\:-mb-1 {
    margin-bottom: -8px; }
  .xl\:-ml-1 {
    margin-left: -8px; }
  .xl\:p-2 {
    padding: 16px; }
  .xl\:pt-2 {
    padding-top: 16px; }
  .xl\:pr-2 {
    padding-right: 16px; }
  .xl\:pb-2 {
    padding-bottom: 16px; }
  .xl\:pl-2 {
    padding-left: 16px; }
  .-xl\:p-2 {
    padding: -16px; }
  .xl\:-pt-2 {
    padding-top: -16px; }
  .xl\:-pr-2 {
    padding-right: -16px; }
  .xl\:-pb-2 {
    padding-bottom: -16px; }
  .xl\:-pl-2 {
    padding-left: -16px; }
  .xl\:m-2 {
    margin: 16px; }
  .xl\:mt-2 {
    margin-top: 16px; }
  .xl\:mr-2 {
    margin-right: 16px; }
  .xl\:mb-2 {
    margin-bottom: 16px; }
  .xl\:ml-2 {
    margin-left: 16px; }
  .xl\:-m-2 {
    margin: -16px; }
  .xl\:-mt-2 {
    margin-top: -16px; }
  .xl\:-mr-2 {
    margin-right: -16px; }
  .xl\:-mb-2 {
    margin-bottom: -16px; }
  .xl\:-ml-2 {
    margin-left: -16px; }
  .xl\:p-3 {
    padding: 24px; }
  .xl\:pt-3 {
    padding-top: 24px; }
  .xl\:pr-3 {
    padding-right: 24px; }
  .xl\:pb-3 {
    padding-bottom: 24px; }
  .xl\:pl-3 {
    padding-left: 24px; }
  .-xl\:p-3 {
    padding: -24px; }
  .xl\:-pt-3 {
    padding-top: -24px; }
  .xl\:-pr-3 {
    padding-right: -24px; }
  .xl\:-pb-3 {
    padding-bottom: -24px; }
  .xl\:-pl-3 {
    padding-left: -24px; }
  .xl\:m-3 {
    margin: 24px; }
  .xl\:mt-3 {
    margin-top: 24px; }
  .xl\:mr-3 {
    margin-right: 24px; }
  .xl\:mb-3 {
    margin-bottom: 24px; }
  .xl\:ml-3 {
    margin-left: 24px; }
  .xl\:-m-3 {
    margin: -24px; }
  .xl\:-mt-3 {
    margin-top: -24px; }
  .xl\:-mr-3 {
    margin-right: -24px; }
  .xl\:-mb-3 {
    margin-bottom: -24px; }
  .xl\:-ml-3 {
    margin-left: -24px; }
  .xl\:p-4 {
    padding: 32px; }
  .xl\:pt-4 {
    padding-top: 32px; }
  .xl\:pr-4 {
    padding-right: 32px; }
  .xl\:pb-4 {
    padding-bottom: 32px; }
  .xl\:pl-4 {
    padding-left: 32px; }
  .-xl\:p-4 {
    padding: -32px; }
  .xl\:-pt-4 {
    padding-top: -32px; }
  .xl\:-pr-4 {
    padding-right: -32px; }
  .xl\:-pb-4 {
    padding-bottom: -32px; }
  .xl\:-pl-4 {
    padding-left: -32px; }
  .xl\:m-4 {
    margin: 32px; }
  .xl\:mt-4 {
    margin-top: 32px; }
  .xl\:mr-4 {
    margin-right: 32px; }
  .xl\:mb-4 {
    margin-bottom: 32px; }
  .xl\:ml-4 {
    margin-left: 32px; }
  .xl\:-m-4 {
    margin: -32px; }
  .xl\:-mt-4 {
    margin-top: -32px; }
  .xl\:-mr-4 {
    margin-right: -32px; }
  .xl\:-mb-4 {
    margin-bottom: -32px; }
  .xl\:-ml-4 {
    margin-left: -32px; }
  .xl\:p-5 {
    padding: 40px; }
  .xl\:pt-5 {
    padding-top: 40px; }
  .xl\:pr-5 {
    padding-right: 40px; }
  .xl\:pb-5 {
    padding-bottom: 40px; }
  .xl\:pl-5 {
    padding-left: 40px; }
  .-xl\:p-5 {
    padding: -40px; }
  .xl\:-pt-5 {
    padding-top: -40px; }
  .xl\:-pr-5 {
    padding-right: -40px; }
  .xl\:-pb-5 {
    padding-bottom: -40px; }
  .xl\:-pl-5 {
    padding-left: -40px; }
  .xl\:m-5 {
    margin: 40px; }
  .xl\:mt-5 {
    margin-top: 40px; }
  .xl\:mr-5 {
    margin-right: 40px; }
  .xl\:mb-5 {
    margin-bottom: 40px; }
  .xl\:ml-5 {
    margin-left: 40px; }
  .xl\:-m-5 {
    margin: -40px; }
  .xl\:-mt-5 {
    margin-top: -40px; }
  .xl\:-mr-5 {
    margin-right: -40px; }
  .xl\:-mb-5 {
    margin-bottom: -40px; }
  .xl\:-ml-5 {
    margin-left: -40px; }
  .xl\:p-6 {
    padding: 48px; }
  .xl\:pt-6 {
    padding-top: 48px; }
  .xl\:pr-6 {
    padding-right: 48px; }
  .xl\:pb-6 {
    padding-bottom: 48px; }
  .xl\:pl-6 {
    padding-left: 48px; }
  .-xl\:p-6 {
    padding: -48px; }
  .xl\:-pt-6 {
    padding-top: -48px; }
  .xl\:-pr-6 {
    padding-right: -48px; }
  .xl\:-pb-6 {
    padding-bottom: -48px; }
  .xl\:-pl-6 {
    padding-left: -48px; }
  .xl\:m-6 {
    margin: 48px; }
  .xl\:mt-6 {
    margin-top: 48px; }
  .xl\:mr-6 {
    margin-right: 48px; }
  .xl\:mb-6 {
    margin-bottom: 48px; }
  .xl\:ml-6 {
    margin-left: 48px; }
  .xl\:-m-6 {
    margin: -48px; }
  .xl\:-mt-6 {
    margin-top: -48px; }
  .xl\:-mr-6 {
    margin-right: -48px; }
  .xl\:-mb-6 {
    margin-bottom: -48px; }
  .xl\:-ml-6 {
    margin-left: -48px; }
  .xl\:p-7 {
    padding: 56px; }
  .xl\:pt-7 {
    padding-top: 56px; }
  .xl\:pr-7 {
    padding-right: 56px; }
  .xl\:pb-7 {
    padding-bottom: 56px; }
  .xl\:pl-7 {
    padding-left: 56px; }
  .-xl\:p-7 {
    padding: -56px; }
  .xl\:-pt-7 {
    padding-top: -56px; }
  .xl\:-pr-7 {
    padding-right: -56px; }
  .xl\:-pb-7 {
    padding-bottom: -56px; }
  .xl\:-pl-7 {
    padding-left: -56px; }
  .xl\:m-7 {
    margin: 56px; }
  .xl\:mt-7 {
    margin-top: 56px; }
  .xl\:mr-7 {
    margin-right: 56px; }
  .xl\:mb-7 {
    margin-bottom: 56px; }
  .xl\:ml-7 {
    margin-left: 56px; }
  .xl\:-m-7 {
    margin: -56px; }
  .xl\:-mt-7 {
    margin-top: -56px; }
  .xl\:-mr-7 {
    margin-right: -56px; }
  .xl\:-mb-7 {
    margin-bottom: -56px; }
  .xl\:-ml-7 {
    margin-left: -56px; }
  .xl\:p-8 {
    padding: 64px; }
  .xl\:pt-8 {
    padding-top: 64px; }
  .xl\:pr-8 {
    padding-right: 64px; }
  .xl\:pb-8 {
    padding-bottom: 64px; }
  .xl\:pl-8 {
    padding-left: 64px; }
  .-xl\:p-8 {
    padding: -64px; }
  .xl\:-pt-8 {
    padding-top: -64px; }
  .xl\:-pr-8 {
    padding-right: -64px; }
  .xl\:-pb-8 {
    padding-bottom: -64px; }
  .xl\:-pl-8 {
    padding-left: -64px; }
  .xl\:m-8 {
    margin: 64px; }
  .xl\:mt-8 {
    margin-top: 64px; }
  .xl\:mr-8 {
    margin-right: 64px; }
  .xl\:mb-8 {
    margin-bottom: 64px; }
  .xl\:ml-8 {
    margin-left: 64px; }
  .xl\:-m-8 {
    margin: -64px; }
  .xl\:-mt-8 {
    margin-top: -64px; }
  .xl\:-mr-8 {
    margin-right: -64px; }
  .xl\:-mb-8 {
    margin-bottom: -64px; }
  .xl\:-ml-8 {
    margin-left: -64px; }
  .xl\:p-9 {
    padding: 72px; }
  .xl\:pt-9 {
    padding-top: 72px; }
  .xl\:pr-9 {
    padding-right: 72px; }
  .xl\:pb-9 {
    padding-bottom: 72px; }
  .xl\:pl-9 {
    padding-left: 72px; }
  .-xl\:p-9 {
    padding: -72px; }
  .xl\:-pt-9 {
    padding-top: -72px; }
  .xl\:-pr-9 {
    padding-right: -72px; }
  .xl\:-pb-9 {
    padding-bottom: -72px; }
  .xl\:-pl-9 {
    padding-left: -72px; }
  .xl\:m-9 {
    margin: 72px; }
  .xl\:mt-9 {
    margin-top: 72px; }
  .xl\:mr-9 {
    margin-right: 72px; }
  .xl\:mb-9 {
    margin-bottom: 72px; }
  .xl\:ml-9 {
    margin-left: 72px; }
  .xl\:-m-9 {
    margin: -72px; }
  .xl\:-mt-9 {
    margin-top: -72px; }
  .xl\:-mr-9 {
    margin-right: -72px; }
  .xl\:-mb-9 {
    margin-bottom: -72px; }
  .xl\:-ml-9 {
    margin-left: -72px; }
  .xl\:p-10 {
    padding: 80px; }
  .xl\:pt-10 {
    padding-top: 80px; }
  .xl\:pr-10 {
    padding-right: 80px; }
  .xl\:pb-10 {
    padding-bottom: 80px; }
  .xl\:pl-10 {
    padding-left: 80px; }
  .-xl\:p-10 {
    padding: -80px; }
  .xl\:-pt-10 {
    padding-top: -80px; }
  .xl\:-pr-10 {
    padding-right: -80px; }
  .xl\:-pb-10 {
    padding-bottom: -80px; }
  .xl\:-pl-10 {
    padding-left: -80px; }
  .xl\:m-10 {
    margin: 80px; }
  .xl\:mt-10 {
    margin-top: 80px; }
  .xl\:mr-10 {
    margin-right: 80px; }
  .xl\:mb-10 {
    margin-bottom: 80px; }
  .xl\:ml-10 {
    margin-left: 80px; }
  .xl\:-m-10 {
    margin: -80px; }
  .xl\:-mt-10 {
    margin-top: -80px; }
  .xl\:-mr-10 {
    margin-right: -80px; }
  .xl\:-mb-10 {
    margin-bottom: -80px; }
  .xl\:-ml-10 {
    margin-left: -80px; }
  .xl\:p-11 {
    padding: 88px; }
  .xl\:pt-11 {
    padding-top: 88px; }
  .xl\:pr-11 {
    padding-right: 88px; }
  .xl\:pb-11 {
    padding-bottom: 88px; }
  .xl\:pl-11 {
    padding-left: 88px; }
  .-xl\:p-11 {
    padding: -88px; }
  .xl\:-pt-11 {
    padding-top: -88px; }
  .xl\:-pr-11 {
    padding-right: -88px; }
  .xl\:-pb-11 {
    padding-bottom: -88px; }
  .xl\:-pl-11 {
    padding-left: -88px; }
  .xl\:m-11 {
    margin: 88px; }
  .xl\:mt-11 {
    margin-top: 88px; }
  .xl\:mr-11 {
    margin-right: 88px; }
  .xl\:mb-11 {
    margin-bottom: 88px; }
  .xl\:ml-11 {
    margin-left: 88px; }
  .xl\:-m-11 {
    margin: -88px; }
  .xl\:-mt-11 {
    margin-top: -88px; }
  .xl\:-mr-11 {
    margin-right: -88px; }
  .xl\:-mb-11 {
    margin-bottom: -88px; }
  .xl\:-ml-11 {
    margin-left: -88px; }
  .xl\:p-12 {
    padding: 96px; }
  .xl\:pt-12 {
    padding-top: 96px; }
  .xl\:pr-12 {
    padding-right: 96px; }
  .xl\:pb-12 {
    padding-bottom: 96px; }
  .xl\:pl-12 {
    padding-left: 96px; }
  .-xl\:p-12 {
    padding: -96px; }
  .xl\:-pt-12 {
    padding-top: -96px; }
  .xl\:-pr-12 {
    padding-right: -96px; }
  .xl\:-pb-12 {
    padding-bottom: -96px; }
  .xl\:-pl-12 {
    padding-left: -96px; }
  .xl\:m-12 {
    margin: 96px; }
  .xl\:mt-12 {
    margin-top: 96px; }
  .xl\:mr-12 {
    margin-right: 96px; }
  .xl\:mb-12 {
    margin-bottom: 96px; }
  .xl\:ml-12 {
    margin-left: 96px; }
  .xl\:-m-12 {
    margin: -96px; }
  .xl\:-mt-12 {
    margin-top: -96px; }
  .xl\:-mr-12 {
    margin-right: -96px; }
  .xl\:-mb-12 {
    margin-bottom: -96px; }
  .xl\:-ml-12 {
    margin-left: -96px; }
  .xl\:p-13 {
    padding: 104px; }
  .xl\:pt-13 {
    padding-top: 104px; }
  .xl\:pr-13 {
    padding-right: 104px; }
  .xl\:pb-13 {
    padding-bottom: 104px; }
  .xl\:pl-13 {
    padding-left: 104px; }
  .-xl\:p-13 {
    padding: -104px; }
  .xl\:-pt-13 {
    padding-top: -104px; }
  .xl\:-pr-13 {
    padding-right: -104px; }
  .xl\:-pb-13 {
    padding-bottom: -104px; }
  .xl\:-pl-13 {
    padding-left: -104px; }
  .xl\:m-13 {
    margin: 104px; }
  .xl\:mt-13 {
    margin-top: 104px; }
  .xl\:mr-13 {
    margin-right: 104px; }
  .xl\:mb-13 {
    margin-bottom: 104px; }
  .xl\:ml-13 {
    margin-left: 104px; }
  .xl\:-m-13 {
    margin: -104px; }
  .xl\:-mt-13 {
    margin-top: -104px; }
  .xl\:-mr-13 {
    margin-right: -104px; }
  .xl\:-mb-13 {
    margin-bottom: -104px; }
  .xl\:-ml-13 {
    margin-left: -104px; }
  .xl\:p-14 {
    padding: 112px; }
  .xl\:pt-14 {
    padding-top: 112px; }
  .xl\:pr-14 {
    padding-right: 112px; }
  .xl\:pb-14 {
    padding-bottom: 112px; }
  .xl\:pl-14 {
    padding-left: 112px; }
  .-xl\:p-14 {
    padding: -112px; }
  .xl\:-pt-14 {
    padding-top: -112px; }
  .xl\:-pr-14 {
    padding-right: -112px; }
  .xl\:-pb-14 {
    padding-bottom: -112px; }
  .xl\:-pl-14 {
    padding-left: -112px; }
  .xl\:m-14 {
    margin: 112px; }
  .xl\:mt-14 {
    margin-top: 112px; }
  .xl\:mr-14 {
    margin-right: 112px; }
  .xl\:mb-14 {
    margin-bottom: 112px; }
  .xl\:ml-14 {
    margin-left: 112px; }
  .xl\:-m-14 {
    margin: -112px; }
  .xl\:-mt-14 {
    margin-top: -112px; }
  .xl\:-mr-14 {
    margin-right: -112px; }
  .xl\:-mb-14 {
    margin-bottom: -112px; }
  .xl\:-ml-14 {
    margin-left: -112px; }
  .xl\:p-15 {
    padding: 120px; }
  .xl\:pt-15 {
    padding-top: 120px; }
  .xl\:pr-15 {
    padding-right: 120px; }
  .xl\:pb-15 {
    padding-bottom: 120px; }
  .xl\:pl-15 {
    padding-left: 120px; }
  .-xl\:p-15 {
    padding: -120px; }
  .xl\:-pt-15 {
    padding-top: -120px; }
  .xl\:-pr-15 {
    padding-right: -120px; }
  .xl\:-pb-15 {
    padding-bottom: -120px; }
  .xl\:-pl-15 {
    padding-left: -120px; }
  .xl\:m-15 {
    margin: 120px; }
  .xl\:mt-15 {
    margin-top: 120px; }
  .xl\:mr-15 {
    margin-right: 120px; }
  .xl\:mb-15 {
    margin-bottom: 120px; }
  .xl\:ml-15 {
    margin-left: 120px; }
  .xl\:-m-15 {
    margin: -120px; }
  .xl\:-mt-15 {
    margin-top: -120px; }
  .xl\:-mr-15 {
    margin-right: -120px; }
  .xl\:-mb-15 {
    margin-bottom: -120px; }
  .xl\:-ml-15 {
    margin-left: -120px; }
  .xl\:p-16 {
    padding: 128px; }
  .xl\:pt-16 {
    padding-top: 128px; }
  .xl\:pr-16 {
    padding-right: 128px; }
  .xl\:pb-16 {
    padding-bottom: 128px; }
  .xl\:pl-16 {
    padding-left: 128px; }
  .-xl\:p-16 {
    padding: -128px; }
  .xl\:-pt-16 {
    padding-top: -128px; }
  .xl\:-pr-16 {
    padding-right: -128px; }
  .xl\:-pb-16 {
    padding-bottom: -128px; }
  .xl\:-pl-16 {
    padding-left: -128px; }
  .xl\:m-16 {
    margin: 128px; }
  .xl\:mt-16 {
    margin-top: 128px; }
  .xl\:mr-16 {
    margin-right: 128px; }
  .xl\:mb-16 {
    margin-bottom: 128px; }
  .xl\:ml-16 {
    margin-left: 128px; }
  .xl\:-m-16 {
    margin: -128px; }
  .xl\:-mt-16 {
    margin-top: -128px; }
  .xl\:-mr-16 {
    margin-right: -128px; }
  .xl\:-mb-16 {
    margin-bottom: -128px; }
  .xl\:-ml-16 {
    margin-left: -128px; }
  .xl\:p-17 {
    padding: 136px; }
  .xl\:pt-17 {
    padding-top: 136px; }
  .xl\:pr-17 {
    padding-right: 136px; }
  .xl\:pb-17 {
    padding-bottom: 136px; }
  .xl\:pl-17 {
    padding-left: 136px; }
  .-xl\:p-17 {
    padding: -136px; }
  .xl\:-pt-17 {
    padding-top: -136px; }
  .xl\:-pr-17 {
    padding-right: -136px; }
  .xl\:-pb-17 {
    padding-bottom: -136px; }
  .xl\:-pl-17 {
    padding-left: -136px; }
  .xl\:m-17 {
    margin: 136px; }
  .xl\:mt-17 {
    margin-top: 136px; }
  .xl\:mr-17 {
    margin-right: 136px; }
  .xl\:mb-17 {
    margin-bottom: 136px; }
  .xl\:ml-17 {
    margin-left: 136px; }
  .xl\:-m-17 {
    margin: -136px; }
  .xl\:-mt-17 {
    margin-top: -136px; }
  .xl\:-mr-17 {
    margin-right: -136px; }
  .xl\:-mb-17 {
    margin-bottom: -136px; }
  .xl\:-ml-17 {
    margin-left: -136px; }
  .xl\:p-18 {
    padding: 144px; }
  .xl\:pt-18 {
    padding-top: 144px; }
  .xl\:pr-18 {
    padding-right: 144px; }
  .xl\:pb-18 {
    padding-bottom: 144px; }
  .xl\:pl-18 {
    padding-left: 144px; }
  .-xl\:p-18 {
    padding: -144px; }
  .xl\:-pt-18 {
    padding-top: -144px; }
  .xl\:-pr-18 {
    padding-right: -144px; }
  .xl\:-pb-18 {
    padding-bottom: -144px; }
  .xl\:-pl-18 {
    padding-left: -144px; }
  .xl\:m-18 {
    margin: 144px; }
  .xl\:mt-18 {
    margin-top: 144px; }
  .xl\:mr-18 {
    margin-right: 144px; }
  .xl\:mb-18 {
    margin-bottom: 144px; }
  .xl\:ml-18 {
    margin-left: 144px; }
  .xl\:-m-18 {
    margin: -144px; }
  .xl\:-mt-18 {
    margin-top: -144px; }
  .xl\:-mr-18 {
    margin-right: -144px; }
  .xl\:-mb-18 {
    margin-bottom: -144px; }
  .xl\:-ml-18 {
    margin-left: -144px; }
  .xl\:p-19 {
    padding: 152px; }
  .xl\:pt-19 {
    padding-top: 152px; }
  .xl\:pr-19 {
    padding-right: 152px; }
  .xl\:pb-19 {
    padding-bottom: 152px; }
  .xl\:pl-19 {
    padding-left: 152px; }
  .-xl\:p-19 {
    padding: -152px; }
  .xl\:-pt-19 {
    padding-top: -152px; }
  .xl\:-pr-19 {
    padding-right: -152px; }
  .xl\:-pb-19 {
    padding-bottom: -152px; }
  .xl\:-pl-19 {
    padding-left: -152px; }
  .xl\:m-19 {
    margin: 152px; }
  .xl\:mt-19 {
    margin-top: 152px; }
  .xl\:mr-19 {
    margin-right: 152px; }
  .xl\:mb-19 {
    margin-bottom: 152px; }
  .xl\:ml-19 {
    margin-left: 152px; }
  .xl\:-m-19 {
    margin: -152px; }
  .xl\:-mt-19 {
    margin-top: -152px; }
  .xl\:-mr-19 {
    margin-right: -152px; }
  .xl\:-mb-19 {
    margin-bottom: -152px; }
  .xl\:-ml-19 {
    margin-left: -152px; }
  .xl\:p-20 {
    padding: 160px; }
  .xl\:pt-20 {
    padding-top: 160px; }
  .xl\:pr-20 {
    padding-right: 160px; }
  .xl\:pb-20 {
    padding-bottom: 160px; }
  .xl\:pl-20 {
    padding-left: 160px; }
  .-xl\:p-20 {
    padding: -160px; }
  .xl\:-pt-20 {
    padding-top: -160px; }
  .xl\:-pr-20 {
    padding-right: -160px; }
  .xl\:-pb-20 {
    padding-bottom: -160px; }
  .xl\:-pl-20 {
    padding-left: -160px; }
  .xl\:m-20 {
    margin: 160px; }
  .xl\:mt-20 {
    margin-top: 160px; }
  .xl\:mr-20 {
    margin-right: 160px; }
  .xl\:mb-20 {
    margin-bottom: 160px; }
  .xl\:ml-20 {
    margin-left: 160px; }
  .xl\:-m-20 {
    margin: -160px; }
  .xl\:-mt-20 {
    margin-top: -160px; }
  .xl\:-mr-20 {
    margin-right: -160px; }
  .xl\:-mb-20 {
    margin-bottom: -160px; }
  .xl\:-ml-20 {
    margin-left: -160px; } }

@media (min-width: 1440px) {
  .xxl\:m-auto {
    margin: auto; }
  .xxl\:p-0 {
    padding: 0px; }
  .xxl\:pt-0 {
    padding-top: 0px; }
  .xxl\:pr-0 {
    padding-right: 0px; }
  .xxl\:pb-0 {
    padding-bottom: 0px; }
  .xxl\:pl-0 {
    padding-left: 0px; }
  .-xxl\:p-0 {
    padding: 0px; }
  .xxl\:-pt-0 {
    padding-top: 0px; }
  .xxl\:-pr-0 {
    padding-right: 0px; }
  .xxl\:-pb-0 {
    padding-bottom: 0px; }
  .xxl\:-pl-0 {
    padding-left: 0px; }
  .xxl\:m-0 {
    margin: 0px; }
  .xxl\:mt-0 {
    margin-top: 0px; }
  .xxl\:mr-0 {
    margin-right: 0px; }
  .xxl\:mb-0 {
    margin-bottom: 0px; }
  .xxl\:ml-0 {
    margin-left: 0px; }
  .xxl\:-m-0 {
    margin: 0px; }
  .xxl\:-mt-0 {
    margin-top: 0px; }
  .xxl\:-mr-0 {
    margin-right: 0px; }
  .xxl\:-mb-0 {
    margin-bottom: 0px; }
  .xxl\:-ml-0 {
    margin-left: 0px; }
  .xxl\:p-1 {
    padding: 8px; }
  .xxl\:pt-1 {
    padding-top: 8px; }
  .xxl\:pr-1 {
    padding-right: 8px; }
  .xxl\:pb-1 {
    padding-bottom: 8px; }
  .xxl\:pl-1 {
    padding-left: 8px; }
  .-xxl\:p-1 {
    padding: -8px; }
  .xxl\:-pt-1 {
    padding-top: -8px; }
  .xxl\:-pr-1 {
    padding-right: -8px; }
  .xxl\:-pb-1 {
    padding-bottom: -8px; }
  .xxl\:-pl-1 {
    padding-left: -8px; }
  .xxl\:m-1 {
    margin: 8px; }
  .xxl\:mt-1 {
    margin-top: 8px; }
  .xxl\:mr-1 {
    margin-right: 8px; }
  .xxl\:mb-1 {
    margin-bottom: 8px; }
  .xxl\:ml-1 {
    margin-left: 8px; }
  .xxl\:-m-1 {
    margin: -8px; }
  .xxl\:-mt-1 {
    margin-top: -8px; }
  .xxl\:-mr-1 {
    margin-right: -8px; }
  .xxl\:-mb-1 {
    margin-bottom: -8px; }
  .xxl\:-ml-1 {
    margin-left: -8px; }
  .xxl\:p-2 {
    padding: 16px; }
  .xxl\:pt-2 {
    padding-top: 16px; }
  .xxl\:pr-2 {
    padding-right: 16px; }
  .xxl\:pb-2 {
    padding-bottom: 16px; }
  .xxl\:pl-2 {
    padding-left: 16px; }
  .-xxl\:p-2 {
    padding: -16px; }
  .xxl\:-pt-2 {
    padding-top: -16px; }
  .xxl\:-pr-2 {
    padding-right: -16px; }
  .xxl\:-pb-2 {
    padding-bottom: -16px; }
  .xxl\:-pl-2 {
    padding-left: -16px; }
  .xxl\:m-2 {
    margin: 16px; }
  .xxl\:mt-2 {
    margin-top: 16px; }
  .xxl\:mr-2 {
    margin-right: 16px; }
  .xxl\:mb-2 {
    margin-bottom: 16px; }
  .xxl\:ml-2 {
    margin-left: 16px; }
  .xxl\:-m-2 {
    margin: -16px; }
  .xxl\:-mt-2 {
    margin-top: -16px; }
  .xxl\:-mr-2 {
    margin-right: -16px; }
  .xxl\:-mb-2 {
    margin-bottom: -16px; }
  .xxl\:-ml-2 {
    margin-left: -16px; }
  .xxl\:p-3 {
    padding: 24px; }
  .xxl\:pt-3 {
    padding-top: 24px; }
  .xxl\:pr-3 {
    padding-right: 24px; }
  .xxl\:pb-3 {
    padding-bottom: 24px; }
  .xxl\:pl-3 {
    padding-left: 24px; }
  .-xxl\:p-3 {
    padding: -24px; }
  .xxl\:-pt-3 {
    padding-top: -24px; }
  .xxl\:-pr-3 {
    padding-right: -24px; }
  .xxl\:-pb-3 {
    padding-bottom: -24px; }
  .xxl\:-pl-3 {
    padding-left: -24px; }
  .xxl\:m-3 {
    margin: 24px; }
  .xxl\:mt-3 {
    margin-top: 24px; }
  .xxl\:mr-3 {
    margin-right: 24px; }
  .xxl\:mb-3 {
    margin-bottom: 24px; }
  .xxl\:ml-3 {
    margin-left: 24px; }
  .xxl\:-m-3 {
    margin: -24px; }
  .xxl\:-mt-3 {
    margin-top: -24px; }
  .xxl\:-mr-3 {
    margin-right: -24px; }
  .xxl\:-mb-3 {
    margin-bottom: -24px; }
  .xxl\:-ml-3 {
    margin-left: -24px; }
  .xxl\:p-4 {
    padding: 32px; }
  .xxl\:pt-4 {
    padding-top: 32px; }
  .xxl\:pr-4 {
    padding-right: 32px; }
  .xxl\:pb-4 {
    padding-bottom: 32px; }
  .xxl\:pl-4 {
    padding-left: 32px; }
  .-xxl\:p-4 {
    padding: -32px; }
  .xxl\:-pt-4 {
    padding-top: -32px; }
  .xxl\:-pr-4 {
    padding-right: -32px; }
  .xxl\:-pb-4 {
    padding-bottom: -32px; }
  .xxl\:-pl-4 {
    padding-left: -32px; }
  .xxl\:m-4 {
    margin: 32px; }
  .xxl\:mt-4 {
    margin-top: 32px; }
  .xxl\:mr-4 {
    margin-right: 32px; }
  .xxl\:mb-4 {
    margin-bottom: 32px; }
  .xxl\:ml-4 {
    margin-left: 32px; }
  .xxl\:-m-4 {
    margin: -32px; }
  .xxl\:-mt-4 {
    margin-top: -32px; }
  .xxl\:-mr-4 {
    margin-right: -32px; }
  .xxl\:-mb-4 {
    margin-bottom: -32px; }
  .xxl\:-ml-4 {
    margin-left: -32px; }
  .xxl\:p-5 {
    padding: 40px; }
  .xxl\:pt-5 {
    padding-top: 40px; }
  .xxl\:pr-5 {
    padding-right: 40px; }
  .xxl\:pb-5 {
    padding-bottom: 40px; }
  .xxl\:pl-5 {
    padding-left: 40px; }
  .-xxl\:p-5 {
    padding: -40px; }
  .xxl\:-pt-5 {
    padding-top: -40px; }
  .xxl\:-pr-5 {
    padding-right: -40px; }
  .xxl\:-pb-5 {
    padding-bottom: -40px; }
  .xxl\:-pl-5 {
    padding-left: -40px; }
  .xxl\:m-5 {
    margin: 40px; }
  .xxl\:mt-5 {
    margin-top: 40px; }
  .xxl\:mr-5 {
    margin-right: 40px; }
  .xxl\:mb-5 {
    margin-bottom: 40px; }
  .xxl\:ml-5 {
    margin-left: 40px; }
  .xxl\:-m-5 {
    margin: -40px; }
  .xxl\:-mt-5 {
    margin-top: -40px; }
  .xxl\:-mr-5 {
    margin-right: -40px; }
  .xxl\:-mb-5 {
    margin-bottom: -40px; }
  .xxl\:-ml-5 {
    margin-left: -40px; }
  .xxl\:p-6 {
    padding: 48px; }
  .xxl\:pt-6 {
    padding-top: 48px; }
  .xxl\:pr-6 {
    padding-right: 48px; }
  .xxl\:pb-6 {
    padding-bottom: 48px; }
  .xxl\:pl-6 {
    padding-left: 48px; }
  .-xxl\:p-6 {
    padding: -48px; }
  .xxl\:-pt-6 {
    padding-top: -48px; }
  .xxl\:-pr-6 {
    padding-right: -48px; }
  .xxl\:-pb-6 {
    padding-bottom: -48px; }
  .xxl\:-pl-6 {
    padding-left: -48px; }
  .xxl\:m-6 {
    margin: 48px; }
  .xxl\:mt-6 {
    margin-top: 48px; }
  .xxl\:mr-6 {
    margin-right: 48px; }
  .xxl\:mb-6 {
    margin-bottom: 48px; }
  .xxl\:ml-6 {
    margin-left: 48px; }
  .xxl\:-m-6 {
    margin: -48px; }
  .xxl\:-mt-6 {
    margin-top: -48px; }
  .xxl\:-mr-6 {
    margin-right: -48px; }
  .xxl\:-mb-6 {
    margin-bottom: -48px; }
  .xxl\:-ml-6 {
    margin-left: -48px; }
  .xxl\:p-7 {
    padding: 56px; }
  .xxl\:pt-7 {
    padding-top: 56px; }
  .xxl\:pr-7 {
    padding-right: 56px; }
  .xxl\:pb-7 {
    padding-bottom: 56px; }
  .xxl\:pl-7 {
    padding-left: 56px; }
  .-xxl\:p-7 {
    padding: -56px; }
  .xxl\:-pt-7 {
    padding-top: -56px; }
  .xxl\:-pr-7 {
    padding-right: -56px; }
  .xxl\:-pb-7 {
    padding-bottom: -56px; }
  .xxl\:-pl-7 {
    padding-left: -56px; }
  .xxl\:m-7 {
    margin: 56px; }
  .xxl\:mt-7 {
    margin-top: 56px; }
  .xxl\:mr-7 {
    margin-right: 56px; }
  .xxl\:mb-7 {
    margin-bottom: 56px; }
  .xxl\:ml-7 {
    margin-left: 56px; }
  .xxl\:-m-7 {
    margin: -56px; }
  .xxl\:-mt-7 {
    margin-top: -56px; }
  .xxl\:-mr-7 {
    margin-right: -56px; }
  .xxl\:-mb-7 {
    margin-bottom: -56px; }
  .xxl\:-ml-7 {
    margin-left: -56px; }
  .xxl\:p-8 {
    padding: 64px; }
  .xxl\:pt-8 {
    padding-top: 64px; }
  .xxl\:pr-8 {
    padding-right: 64px; }
  .xxl\:pb-8 {
    padding-bottom: 64px; }
  .xxl\:pl-8 {
    padding-left: 64px; }
  .-xxl\:p-8 {
    padding: -64px; }
  .xxl\:-pt-8 {
    padding-top: -64px; }
  .xxl\:-pr-8 {
    padding-right: -64px; }
  .xxl\:-pb-8 {
    padding-bottom: -64px; }
  .xxl\:-pl-8 {
    padding-left: -64px; }
  .xxl\:m-8 {
    margin: 64px; }
  .xxl\:mt-8 {
    margin-top: 64px; }
  .xxl\:mr-8 {
    margin-right: 64px; }
  .xxl\:mb-8 {
    margin-bottom: 64px; }
  .xxl\:ml-8 {
    margin-left: 64px; }
  .xxl\:-m-8 {
    margin: -64px; }
  .xxl\:-mt-8 {
    margin-top: -64px; }
  .xxl\:-mr-8 {
    margin-right: -64px; }
  .xxl\:-mb-8 {
    margin-bottom: -64px; }
  .xxl\:-ml-8 {
    margin-left: -64px; }
  .xxl\:p-9 {
    padding: 72px; }
  .xxl\:pt-9 {
    padding-top: 72px; }
  .xxl\:pr-9 {
    padding-right: 72px; }
  .xxl\:pb-9 {
    padding-bottom: 72px; }
  .xxl\:pl-9 {
    padding-left: 72px; }
  .-xxl\:p-9 {
    padding: -72px; }
  .xxl\:-pt-9 {
    padding-top: -72px; }
  .xxl\:-pr-9 {
    padding-right: -72px; }
  .xxl\:-pb-9 {
    padding-bottom: -72px; }
  .xxl\:-pl-9 {
    padding-left: -72px; }
  .xxl\:m-9 {
    margin: 72px; }
  .xxl\:mt-9 {
    margin-top: 72px; }
  .xxl\:mr-9 {
    margin-right: 72px; }
  .xxl\:mb-9 {
    margin-bottom: 72px; }
  .xxl\:ml-9 {
    margin-left: 72px; }
  .xxl\:-m-9 {
    margin: -72px; }
  .xxl\:-mt-9 {
    margin-top: -72px; }
  .xxl\:-mr-9 {
    margin-right: -72px; }
  .xxl\:-mb-9 {
    margin-bottom: -72px; }
  .xxl\:-ml-9 {
    margin-left: -72px; }
  .xxl\:p-10 {
    padding: 80px; }
  .xxl\:pt-10 {
    padding-top: 80px; }
  .xxl\:pr-10 {
    padding-right: 80px; }
  .xxl\:pb-10 {
    padding-bottom: 80px; }
  .xxl\:pl-10 {
    padding-left: 80px; }
  .-xxl\:p-10 {
    padding: -80px; }
  .xxl\:-pt-10 {
    padding-top: -80px; }
  .xxl\:-pr-10 {
    padding-right: -80px; }
  .xxl\:-pb-10 {
    padding-bottom: -80px; }
  .xxl\:-pl-10 {
    padding-left: -80px; }
  .xxl\:m-10 {
    margin: 80px; }
  .xxl\:mt-10 {
    margin-top: 80px; }
  .xxl\:mr-10 {
    margin-right: 80px; }
  .xxl\:mb-10 {
    margin-bottom: 80px; }
  .xxl\:ml-10 {
    margin-left: 80px; }
  .xxl\:-m-10 {
    margin: -80px; }
  .xxl\:-mt-10 {
    margin-top: -80px; }
  .xxl\:-mr-10 {
    margin-right: -80px; }
  .xxl\:-mb-10 {
    margin-bottom: -80px; }
  .xxl\:-ml-10 {
    margin-left: -80px; }
  .xxl\:p-11 {
    padding: 88px; }
  .xxl\:pt-11 {
    padding-top: 88px; }
  .xxl\:pr-11 {
    padding-right: 88px; }
  .xxl\:pb-11 {
    padding-bottom: 88px; }
  .xxl\:pl-11 {
    padding-left: 88px; }
  .-xxl\:p-11 {
    padding: -88px; }
  .xxl\:-pt-11 {
    padding-top: -88px; }
  .xxl\:-pr-11 {
    padding-right: -88px; }
  .xxl\:-pb-11 {
    padding-bottom: -88px; }
  .xxl\:-pl-11 {
    padding-left: -88px; }
  .xxl\:m-11 {
    margin: 88px; }
  .xxl\:mt-11 {
    margin-top: 88px; }
  .xxl\:mr-11 {
    margin-right: 88px; }
  .xxl\:mb-11 {
    margin-bottom: 88px; }
  .xxl\:ml-11 {
    margin-left: 88px; }
  .xxl\:-m-11 {
    margin: -88px; }
  .xxl\:-mt-11 {
    margin-top: -88px; }
  .xxl\:-mr-11 {
    margin-right: -88px; }
  .xxl\:-mb-11 {
    margin-bottom: -88px; }
  .xxl\:-ml-11 {
    margin-left: -88px; }
  .xxl\:p-12 {
    padding: 96px; }
  .xxl\:pt-12 {
    padding-top: 96px; }
  .xxl\:pr-12 {
    padding-right: 96px; }
  .xxl\:pb-12 {
    padding-bottom: 96px; }
  .xxl\:pl-12 {
    padding-left: 96px; }
  .-xxl\:p-12 {
    padding: -96px; }
  .xxl\:-pt-12 {
    padding-top: -96px; }
  .xxl\:-pr-12 {
    padding-right: -96px; }
  .xxl\:-pb-12 {
    padding-bottom: -96px; }
  .xxl\:-pl-12 {
    padding-left: -96px; }
  .xxl\:m-12 {
    margin: 96px; }
  .xxl\:mt-12 {
    margin-top: 96px; }
  .xxl\:mr-12 {
    margin-right: 96px; }
  .xxl\:mb-12 {
    margin-bottom: 96px; }
  .xxl\:ml-12 {
    margin-left: 96px; }
  .xxl\:-m-12 {
    margin: -96px; }
  .xxl\:-mt-12 {
    margin-top: -96px; }
  .xxl\:-mr-12 {
    margin-right: -96px; }
  .xxl\:-mb-12 {
    margin-bottom: -96px; }
  .xxl\:-ml-12 {
    margin-left: -96px; }
  .xxl\:p-13 {
    padding: 104px; }
  .xxl\:pt-13 {
    padding-top: 104px; }
  .xxl\:pr-13 {
    padding-right: 104px; }
  .xxl\:pb-13 {
    padding-bottom: 104px; }
  .xxl\:pl-13 {
    padding-left: 104px; }
  .-xxl\:p-13 {
    padding: -104px; }
  .xxl\:-pt-13 {
    padding-top: -104px; }
  .xxl\:-pr-13 {
    padding-right: -104px; }
  .xxl\:-pb-13 {
    padding-bottom: -104px; }
  .xxl\:-pl-13 {
    padding-left: -104px; }
  .xxl\:m-13 {
    margin: 104px; }
  .xxl\:mt-13 {
    margin-top: 104px; }
  .xxl\:mr-13 {
    margin-right: 104px; }
  .xxl\:mb-13 {
    margin-bottom: 104px; }
  .xxl\:ml-13 {
    margin-left: 104px; }
  .xxl\:-m-13 {
    margin: -104px; }
  .xxl\:-mt-13 {
    margin-top: -104px; }
  .xxl\:-mr-13 {
    margin-right: -104px; }
  .xxl\:-mb-13 {
    margin-bottom: -104px; }
  .xxl\:-ml-13 {
    margin-left: -104px; }
  .xxl\:p-14 {
    padding: 112px; }
  .xxl\:pt-14 {
    padding-top: 112px; }
  .xxl\:pr-14 {
    padding-right: 112px; }
  .xxl\:pb-14 {
    padding-bottom: 112px; }
  .xxl\:pl-14 {
    padding-left: 112px; }
  .-xxl\:p-14 {
    padding: -112px; }
  .xxl\:-pt-14 {
    padding-top: -112px; }
  .xxl\:-pr-14 {
    padding-right: -112px; }
  .xxl\:-pb-14 {
    padding-bottom: -112px; }
  .xxl\:-pl-14 {
    padding-left: -112px; }
  .xxl\:m-14 {
    margin: 112px; }
  .xxl\:mt-14 {
    margin-top: 112px; }
  .xxl\:mr-14 {
    margin-right: 112px; }
  .xxl\:mb-14 {
    margin-bottom: 112px; }
  .xxl\:ml-14 {
    margin-left: 112px; }
  .xxl\:-m-14 {
    margin: -112px; }
  .xxl\:-mt-14 {
    margin-top: -112px; }
  .xxl\:-mr-14 {
    margin-right: -112px; }
  .xxl\:-mb-14 {
    margin-bottom: -112px; }
  .xxl\:-ml-14 {
    margin-left: -112px; }
  .xxl\:p-15 {
    padding: 120px; }
  .xxl\:pt-15 {
    padding-top: 120px; }
  .xxl\:pr-15 {
    padding-right: 120px; }
  .xxl\:pb-15 {
    padding-bottom: 120px; }
  .xxl\:pl-15 {
    padding-left: 120px; }
  .-xxl\:p-15 {
    padding: -120px; }
  .xxl\:-pt-15 {
    padding-top: -120px; }
  .xxl\:-pr-15 {
    padding-right: -120px; }
  .xxl\:-pb-15 {
    padding-bottom: -120px; }
  .xxl\:-pl-15 {
    padding-left: -120px; }
  .xxl\:m-15 {
    margin: 120px; }
  .xxl\:mt-15 {
    margin-top: 120px; }
  .xxl\:mr-15 {
    margin-right: 120px; }
  .xxl\:mb-15 {
    margin-bottom: 120px; }
  .xxl\:ml-15 {
    margin-left: 120px; }
  .xxl\:-m-15 {
    margin: -120px; }
  .xxl\:-mt-15 {
    margin-top: -120px; }
  .xxl\:-mr-15 {
    margin-right: -120px; }
  .xxl\:-mb-15 {
    margin-bottom: -120px; }
  .xxl\:-ml-15 {
    margin-left: -120px; }
  .xxl\:p-16 {
    padding: 128px; }
  .xxl\:pt-16 {
    padding-top: 128px; }
  .xxl\:pr-16 {
    padding-right: 128px; }
  .xxl\:pb-16 {
    padding-bottom: 128px; }
  .xxl\:pl-16 {
    padding-left: 128px; }
  .-xxl\:p-16 {
    padding: -128px; }
  .xxl\:-pt-16 {
    padding-top: -128px; }
  .xxl\:-pr-16 {
    padding-right: -128px; }
  .xxl\:-pb-16 {
    padding-bottom: -128px; }
  .xxl\:-pl-16 {
    padding-left: -128px; }
  .xxl\:m-16 {
    margin: 128px; }
  .xxl\:mt-16 {
    margin-top: 128px; }
  .xxl\:mr-16 {
    margin-right: 128px; }
  .xxl\:mb-16 {
    margin-bottom: 128px; }
  .xxl\:ml-16 {
    margin-left: 128px; }
  .xxl\:-m-16 {
    margin: -128px; }
  .xxl\:-mt-16 {
    margin-top: -128px; }
  .xxl\:-mr-16 {
    margin-right: -128px; }
  .xxl\:-mb-16 {
    margin-bottom: -128px; }
  .xxl\:-ml-16 {
    margin-left: -128px; }
  .xxl\:p-17 {
    padding: 136px; }
  .xxl\:pt-17 {
    padding-top: 136px; }
  .xxl\:pr-17 {
    padding-right: 136px; }
  .xxl\:pb-17 {
    padding-bottom: 136px; }
  .xxl\:pl-17 {
    padding-left: 136px; }
  .-xxl\:p-17 {
    padding: -136px; }
  .xxl\:-pt-17 {
    padding-top: -136px; }
  .xxl\:-pr-17 {
    padding-right: -136px; }
  .xxl\:-pb-17 {
    padding-bottom: -136px; }
  .xxl\:-pl-17 {
    padding-left: -136px; }
  .xxl\:m-17 {
    margin: 136px; }
  .xxl\:mt-17 {
    margin-top: 136px; }
  .xxl\:mr-17 {
    margin-right: 136px; }
  .xxl\:mb-17 {
    margin-bottom: 136px; }
  .xxl\:ml-17 {
    margin-left: 136px; }
  .xxl\:-m-17 {
    margin: -136px; }
  .xxl\:-mt-17 {
    margin-top: -136px; }
  .xxl\:-mr-17 {
    margin-right: -136px; }
  .xxl\:-mb-17 {
    margin-bottom: -136px; }
  .xxl\:-ml-17 {
    margin-left: -136px; }
  .xxl\:p-18 {
    padding: 144px; }
  .xxl\:pt-18 {
    padding-top: 144px; }
  .xxl\:pr-18 {
    padding-right: 144px; }
  .xxl\:pb-18 {
    padding-bottom: 144px; }
  .xxl\:pl-18 {
    padding-left: 144px; }
  .-xxl\:p-18 {
    padding: -144px; }
  .xxl\:-pt-18 {
    padding-top: -144px; }
  .xxl\:-pr-18 {
    padding-right: -144px; }
  .xxl\:-pb-18 {
    padding-bottom: -144px; }
  .xxl\:-pl-18 {
    padding-left: -144px; }
  .xxl\:m-18 {
    margin: 144px; }
  .xxl\:mt-18 {
    margin-top: 144px; }
  .xxl\:mr-18 {
    margin-right: 144px; }
  .xxl\:mb-18 {
    margin-bottom: 144px; }
  .xxl\:ml-18 {
    margin-left: 144px; }
  .xxl\:-m-18 {
    margin: -144px; }
  .xxl\:-mt-18 {
    margin-top: -144px; }
  .xxl\:-mr-18 {
    margin-right: -144px; }
  .xxl\:-mb-18 {
    margin-bottom: -144px; }
  .xxl\:-ml-18 {
    margin-left: -144px; }
  .xxl\:p-19 {
    padding: 152px; }
  .xxl\:pt-19 {
    padding-top: 152px; }
  .xxl\:pr-19 {
    padding-right: 152px; }
  .xxl\:pb-19 {
    padding-bottom: 152px; }
  .xxl\:pl-19 {
    padding-left: 152px; }
  .-xxl\:p-19 {
    padding: -152px; }
  .xxl\:-pt-19 {
    padding-top: -152px; }
  .xxl\:-pr-19 {
    padding-right: -152px; }
  .xxl\:-pb-19 {
    padding-bottom: -152px; }
  .xxl\:-pl-19 {
    padding-left: -152px; }
  .xxl\:m-19 {
    margin: 152px; }
  .xxl\:mt-19 {
    margin-top: 152px; }
  .xxl\:mr-19 {
    margin-right: 152px; }
  .xxl\:mb-19 {
    margin-bottom: 152px; }
  .xxl\:ml-19 {
    margin-left: 152px; }
  .xxl\:-m-19 {
    margin: -152px; }
  .xxl\:-mt-19 {
    margin-top: -152px; }
  .xxl\:-mr-19 {
    margin-right: -152px; }
  .xxl\:-mb-19 {
    margin-bottom: -152px; }
  .xxl\:-ml-19 {
    margin-left: -152px; }
  .xxl\:p-20 {
    padding: 160px; }
  .xxl\:pt-20 {
    padding-top: 160px; }
  .xxl\:pr-20 {
    padding-right: 160px; }
  .xxl\:pb-20 {
    padding-bottom: 160px; }
  .xxl\:pl-20 {
    padding-left: 160px; }
  .-xxl\:p-20 {
    padding: -160px; }
  .xxl\:-pt-20 {
    padding-top: -160px; }
  .xxl\:-pr-20 {
    padding-right: -160px; }
  .xxl\:-pb-20 {
    padding-bottom: -160px; }
  .xxl\:-pl-20 {
    padding-left: -160px; }
  .xxl\:m-20 {
    margin: 160px; }
  .xxl\:mt-20 {
    margin-top: 160px; }
  .xxl\:mr-20 {
    margin-right: 160px; }
  .xxl\:mb-20 {
    margin-bottom: 160px; }
  .xxl\:ml-20 {
    margin-left: 160px; }
  .xxl\:-m-20 {
    margin: -160px; }
  .xxl\:-mt-20 {
    margin-top: -160px; }
  .xxl\:-mr-20 {
    margin-right: -160px; }
  .xxl\:-mb-20 {
    margin-bottom: -160px; }
  .xxl\:-ml-20 {
    margin-left: -160px; } }

/* HEIGHT
============================== */
.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-full {
  height: 100%; }

.h-screen {
  height: 100vh; }

@media (min-width: 500px) {
  .sm\:h-full {
    height: 100%; }
  .sm\:h-screen {
    height: 100vh; } }

@media (min-width: 768px) {
  .md\:h-full {
    height: 100%; }
  .md\:h-screen {
    height: 100vh; } }

@media (min-width: 1024px) {
  .lg\:h-full {
    height: 100%; }
  .lg\:h-screen {
    height: 100vh; } }

@media (min-width: 1200px) {
  .xl\:h-full {
    height: 100%; }
  .xl\:h-screen {
    height: 100vh; } }

@media (min-width: 1440px) {
  .xxl\:h-full {
    height: 100%; }
  .xxl\:h-screen {
    height: 100vh; } }

/* MAX HEIGHT
============================== */
.max-h-full {
  max-height: 100%; }

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

@media (min-width: 500px) {
  .sm\:max-h-full {
    max-height: 100%; }
  .sm\:max-h-screen {
    max-height: 100vh; } }

@media (min-width: 768px) {
  .md\:max-h-full {
    max-height: 100%; }
  .md\:max-h-screen {
    max-height: 100vh; } }

@media (min-width: 1024px) {
  .lg\:max-h-full {
    max-height: 100%; }
  .lg\:max-h-screen {
    max-height: 100vh; } }

@media (min-width: 1200px) {
  .xl\:max-h-full {
    max-height: 100%; }
  .xl\:max-h-screen {
    max-height: 100vh; } }

@media (min-width: 1440px) {
  .xxl\:max-h-full {
    max-height: 100%; }
  .xxl\:max-h-screen {
    max-height: 100vh; } }

/* MAX WIDTH
============================== */
/* MIN HEIGHT
============================== */
.min-h-0 {
  min-height: 0; }

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

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

@media (min-width: 500px) {
  .sm\:min-h-0 {
    min-height: 0; }
  .sm\:min-h-full {
    min-height: 100%; }
  .sm\:min-h-screen {
    min-height: 100vh; } }

@media (min-width: 768px) {
  .md\:min-h-0 {
    min-height: 0; }
  .md\:min-h-full {
    min-height: 100%; }
  .md\:min-h-screen {
    min-height: 100vh; } }

@media (min-width: 1024px) {
  .lg\:min-h-0 {
    min-height: 0; }
  .lg\:min-h-full {
    min-height: 100%; }
  .lg\:min-h-screen {
    min-height: 100vh; } }

@media (min-width: 1200px) {
  .xl\:min-h-0 {
    min-height: 0; }
  .xl\:min-h-full {
    min-height: 100%; }
  .xl\:min-h-screen {
    min-height: 100vh; } }

@media (min-width: 1440px) {
  .xxl\:min-h-0 {
    min-height: 0; }
  .xxl\:min-h-full {
    min-height: 100%; }
  .xxl\:min-h-screen {
    min-height: 100vh; } }

/* MIN WIDTH
============================== */
.min-w-0 {
  min-width: 0; }

.min-w-full {
  min-width: 100%; }

@media (min-width: 500px) {
  .sm\:min-w-0 {
    min-width: 0; }
  .sm\:min-w-full {
    min-width: 100%; } }

@media (min-width: 768px) {
  .md\:min-w-0 {
    min-width: 0; }
  .md\:min-w-full {
    min-width: 100%; } }

@media (min-width: 1024px) {
  .lg\:min-w-0 {
    min-width: 0; }
  .lg\:min-w-full {
    min-width: 100%; } }

@media (min-width: 1200px) {
  .xl\:min-w-0 {
    min-width: 0; }
  .xl\:min-w-full {
    min-width: 100%; } }

@media (min-width: 1440px) {
  .xxl\:min-w-0 {
    min-width: 0; }
  .xxl\:min-w-full {
    min-width: 100%; } }

/* WIDTH
============================== */
.w-1 {
  width: 0.25rem; }

.w-2 {
  width: 0.5rem; }

.w-3 {
  width: 0.75rem; }

.w-4 {
  width: 1rem; }

.w-6 {
  width: 1.5rem; }

.w-8 {
  width: 2rem; }

.w-10 {
  width: 2.5rem; }

.w-12 {
  width: 3rem; }

.w-16 {
  width: 4rem; }

.w-24 {
  width: 6rem; }

.w-32 {
  width: 8rem; }

.w-40 {
  width: 10rem; }

.w-48 {
  width: 12rem; }

.w-56 {
  width: 14rem; }

.w-64 {
  width: 16rem; }

.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-2\/6 {
  width: 33.333333%; }

.w-3\/6 {
  width: 50%; }

.w-4\/6 {
  width: 66.666667%; }

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

.w-1\/12 {
  width: 8.333333%; }

.w-2\/12 {
  width: 16.666667%; }

.w-3\/12 {
  width: 25%; }

.w-4\/12 {
  width: 33.333333%; }

.w-5\/12 {
  width: 41.666667%; }

.w-6\/12 {
  width: 50%; }

.w-7\/12 {
  width: 58.333333%; }

.w-8\/12 {
  width: 66.666667%; }

.w-9\/12 {
  width: 75%; }

.w-10\/12 {
  width: 83.333333%; }

.w-11\/12 {
  width: 91.666667%; }

.w-full {
  width: 100%; }

.w-screen {
  width: 100vw; }

@media (min-width: 500px) {
  .sm\:w-1 {
    width: 0.25rem; }
  .sm\:w-1 {
    width: 0.25rem; }
  .sm\:w-2 {
    width: 0.5rem; }
  .sm\:w-3 {
    width: 0.75rem; }
  .sm\:w-4 {
    width: 1rem; }
  .sm\:w-6 {
    width: 1.5rem; }
  .sm\:w-8 {
    width: 2rem; }
  .sm\:w-10 {
    width: 2.5rem; }
  .sm\:w-12 {
    width: 3rem; }
  .sm\:w-16 {
    width: 4rem; }
  .sm\:w-24 {
    width: 6rem; }
  .sm\:w-32 {
    width: 8rem; }
  .sm\:w-40 {
    width: 10rem; }
  .sm\:w-48 {
    width: 12rem; }
  .sm\:w-56 {
    width: 14rem; }
  .sm\:w-64 {
    width: 16rem; }
  .sm\:w-auto {
    width: auto; }
  .sm\:w-px {
    width: 1px; }
  .sm\:w-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-2\/6 {
    width: 33.333333%; }
  .sm\:w-3\/6 {
    width: 50%; }
  .sm\:w-4\/6 {
    width: 66.666667%; }
  .sm\:w-5\/6 {
    width: 83.33333%; }
  .sm\:w-1\/12 {
    width: 8.333333%; }
  .sm\:w-2\/12 {
    width: 16.666667%; }
  .sm\:w-3\/12 {
    width: 25%; }
  .sm\:w-4\/12 {
    width: 33.333333%; }
  .sm\:w-5\/12 {
    width: 41.666667%; }
  .sm\:w-6\/12 {
    width: 50%; }
  .sm\:w-7\/12 {
    width: 58.333333%; }
  .sm\:w-8\/12 {
    width: 66.666667%; }
  .sm\:w-9\/12 {
    width: 75%; }
  .sm\:w-10\/12 {
    width: 83.333333%; }
  .sm\:w-11\/12 {
    width: 91.666667%; }
  .sm\:w-full {
    width: 100%; }
  .sm\:w-screen {
    width: 100vw; } }

@media (min-width: 768px) {
  .md\:w-1 {
    width: 0.25rem; }
  .md\:w-1 {
    width: 0.25rem; }
  .md\:w-2 {
    width: 0.5rem; }
  .md\:w-3 {
    width: 0.75rem; }
  .md\:w-4 {
    width: 1rem; }
  .md\:w-6 {
    width: 1.5rem; }
  .md\:w-8 {
    width: 2rem; }
  .md\:w-10 {
    width: 2.5rem; }
  .md\:w-12 {
    width: 3rem; }
  .md\:w-16 {
    width: 4rem; }
  .md\:w-24 {
    width: 6rem; }
  .md\:w-32 {
    width: 8rem; }
  .md\:w-40 {
    width: 10rem; }
  .md\:w-48 {
    width: 12rem; }
  .md\:w-56 {
    width: 14rem; }
  .md\:w-64 {
    width: 16rem; }
  .md\:w-auto {
    width: auto; }
  .md\:w-px {
    width: 1px; }
  .md\:w-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-2\/6 {
    width: 33.333333%; }
  .md\:w-3\/6 {
    width: 50%; }
  .md\:w-4\/6 {
    width: 66.666667%; }
  .md\:w-5\/6 {
    width: 83.33333%; }
  .md\:w-1\/12 {
    width: 8.333333%; }
  .md\:w-2\/12 {
    width: 16.666667%; }
  .md\:w-3\/12 {
    width: 25%; }
  .md\:w-4\/12 {
    width: 33.333333%; }
  .md\:w-5\/12 {
    width: 41.666667%; }
  .md\:w-6\/12 {
    width: 50%; }
  .md\:w-7\/12 {
    width: 58.333333%; }
  .md\:w-8\/12 {
    width: 66.666667%; }
  .md\:w-9\/12 {
    width: 75%; }
  .md\:w-10\/12 {
    width: 83.333333%; }
  .md\:w-11\/12 {
    width: 91.666667%; }
  .md\:w-full {
    width: 100%; }
  .md\:w-screen {
    width: 100vw; } }

@media (min-width: 1024px) {
  .lg\:w-1 {
    width: 0.25rem; }
  .lg\:w-1 {
    width: 0.25rem; }
  .lg\:w-2 {
    width: 0.5rem; }
  .lg\:w-3 {
    width: 0.75rem; }
  .lg\:w-4 {
    width: 1rem; }
  .lg\:w-6 {
    width: 1.5rem; }
  .lg\:w-8 {
    width: 2rem; }
  .lg\:w-10 {
    width: 2.5rem; }
  .lg\:w-12 {
    width: 3rem; }
  .lg\:w-16 {
    width: 4rem; }
  .lg\:w-24 {
    width: 6rem; }
  .lg\:w-32 {
    width: 8rem; }
  .lg\:w-40 {
    width: 10rem; }
  .lg\:w-48 {
    width: 12rem; }
  .lg\:w-56 {
    width: 14rem; }
  .lg\:w-64 {
    width: 16rem; }
  .lg\:w-auto {
    width: auto; }
  .lg\:w-px {
    width: 1px; }
  .lg\:w-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-2\/6 {
    width: 33.333333%; }
  .lg\:w-3\/6 {
    width: 50%; }
  .lg\:w-4\/6 {
    width: 66.666667%; }
  .lg\:w-5\/6 {
    width: 83.33333%; }
  .lg\:w-1\/12 {
    width: 8.333333%; }
  .lg\:w-2\/12 {
    width: 16.666667%; }
  .lg\:w-3\/12 {
    width: 25%; }
  .lg\:w-4\/12 {
    width: 33.333333%; }
  .lg\:w-5\/12 {
    width: 41.666667%; }
  .lg\:w-6\/12 {
    width: 50%; }
  .lg\:w-7\/12 {
    width: 58.333333%; }
  .lg\:w-8\/12 {
    width: 66.666667%; }
  .lg\:w-9\/12 {
    width: 75%; }
  .lg\:w-10\/12 {
    width: 83.333333%; }
  .lg\:w-11\/12 {
    width: 91.666667%; }
  .lg\:w-full {
    width: 100%; }
  .lg\:w-screen {
    width: 100vw; } }

@media (min-width: 1200px) {
  .xl\:w-1 {
    width: 0.25rem; }
  .xl\:w-1 {
    width: 0.25rem; }
  .xl\:w-2 {
    width: 0.5rem; }
  .xl\:w-3 {
    width: 0.75rem; }
  .xl\:w-4 {
    width: 1rem; }
  .xl\:w-6 {
    width: 1.5rem; }
  .xl\:w-8 {
    width: 2rem; }
  .xl\:w-10 {
    width: 2.5rem; }
  .xl\:w-12 {
    width: 3rem; }
  .xl\:w-16 {
    width: 4rem; }
  .xl\:w-24 {
    width: 6rem; }
  .xl\:w-32 {
    width: 8rem; }
  .xl\:w-40 {
    width: 10rem; }
  .xl\:w-48 {
    width: 12rem; }
  .xl\:w-56 {
    width: 14rem; }
  .xl\:w-64 {
    width: 16rem; }
  .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-2\/6 {
    width: 33.333333%; }
  .xl\:w-3\/6 {
    width: 50%; }
  .xl\:w-4\/6 {
    width: 66.666667%; }
  .xl\:w-5\/6 {
    width: 83.33333%; }
  .xl\:w-1\/12 {
    width: 8.333333%; }
  .xl\:w-2\/12 {
    width: 16.666667%; }
  .xl\:w-3\/12 {
    width: 25%; }
  .xl\:w-4\/12 {
    width: 33.333333%; }
  .xl\:w-5\/12 {
    width: 41.666667%; }
  .xl\:w-6\/12 {
    width: 50%; }
  .xl\:w-7\/12 {
    width: 58.333333%; }
  .xl\:w-8\/12 {
    width: 66.666667%; }
  .xl\:w-9\/12 {
    width: 75%; }
  .xl\:w-10\/12 {
    width: 83.333333%; }
  .xl\:w-11\/12 {
    width: 91.666667%; }
  .xl\:w-full {
    width: 100%; }
  .xl\:w-screen {
    width: 100vw; } }

@media (min-width: 1440px) {
  .xxl\:w-1 {
    width: 0.25rem; }
  .xxl\:w-1 {
    width: 0.25rem; }
  .xxl\:w-2 {
    width: 0.5rem; }
  .xxl\:w-3 {
    width: 0.75rem; }
  .xxl\:w-4 {
    width: 1rem; }
  .xxl\:w-6 {
    width: 1.5rem; }
  .xxl\:w-8 {
    width: 2rem; }
  .xxl\:w-10 {
    width: 2.5rem; }
  .xxl\:w-12 {
    width: 3rem; }
  .xxl\:w-16 {
    width: 4rem; }
  .xxl\:w-24 {
    width: 6rem; }
  .xxl\:w-32 {
    width: 8rem; }
  .xxl\:w-40 {
    width: 10rem; }
  .xxl\:w-48 {
    width: 12rem; }
  .xxl\:w-56 {
    width: 14rem; }
  .xxl\:w-64 {
    width: 16rem; }
  .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-2\/6 {
    width: 33.333333%; }
  .xxl\:w-3\/6 {
    width: 50%; }
  .xxl\:w-4\/6 {
    width: 66.666667%; }
  .xxl\:w-5\/6 {
    width: 83.33333%; }
  .xxl\:w-1\/12 {
    width: 8.333333%; }
  .xxl\:w-2\/12 {
    width: 16.666667%; }
  .xxl\:w-3\/12 {
    width: 25%; }
  .xxl\:w-4\/12 {
    width: 33.333333%; }
  .xxl\:w-5\/12 {
    width: 41.666667%; }
  .xxl\:w-6\/12 {
    width: 50%; }
  .xxl\:w-7\/12 {
    width: 58.333333%; }
  .xxl\:w-8\/12 {
    width: 66.666667%; }
  .xxl\:w-9\/12 {
    width: 75%; }
  .xxl\:w-10\/12 {
    width: 83.333333%; }
  .xxl\:w-11\/12 {
    width: 91.666667%; }
  .xxl\:w-full {
    width: 100%; }
  .xxl\:w-screen {
    width: 100vw; } }

/* BORDER COLLAPSE
============================== */
.border-collapse {
  border-collapse: collapse; }

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

@media (min-width: 500px) {
  .sm\:border-collapse {
    border-collapse: collapse; }
  .sm\:border-separate {
    border-collapse: separate; } }

@media (min-width: 768px) {
  .md\:border-collapse {
    border-collapse: collapse; }
  .md\:border-separate {
    border-collapse: separate; } }

@media (min-width: 1024px) {
  .lg\:border-collapse {
    border-collapse: collapse; }
  .lg\:border-separate {
    border-collapse: separate; } }

@media (min-width: 1200px) {
  .xl\:border-collapse {
    border-collapse: collapse; }
  .xl\:border-separate {
    border-collapse: separate; } }

@media (min-width: 1440px) {
  .xxl\:border-collapse {
    border-collapse: collapse; }
  .xxl\:border-separate {
    border-collapse: separate; } }

/* TABLE LAYOUT
============================== */
.table-auto {
  table-layout: auto; }

.table-fixed {
  table-layout: fixed; }

@media (min-width: 500px) {
  .sm\:table-auto {
    table-layout: auto; }
  .sm\:table-fixed {
    table-layout: fixed; } }

@media (min-width: 768px) {
  .md\:table-auto {
    table-layout: auto; }
  .md\:table-fixed {
    table-layout: fixed; } }

@media (min-width: 1024px) {
  .lg\:table-auto {
    table-layout: auto; }
  .lg\:table-fixed {
    table-layout: fixed; } }

@media (min-width: 1200px) {
  .xl\:table-auto {
    table-layout: auto; }
  .xl\:table-fixed {
    table-layout: fixed; } }

@media (min-width: 1440px) {
  .xxl\:table-auto {
    table-layout: auto; }
  .xxl\:table-fixed {
    table-layout: fixed; } }

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

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

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

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

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

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

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

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

@media (min-width: 500px) {
  .sm\:shadow {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); }
  .sm\:shadow-md {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }
  .sm\:shadow-lg {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }
  .sm\:shadow-xl {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }
  .sm\:shadow-2xl {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }
  .sm\:shadow-inner {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); }
  .sm\:shadow-outline {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5); }
  .sm\:shadow-none {
    -webkit-box-shadow: none;
            box-shadow: none; } }

@media (min-width: 768px) {
  .md\:shadow {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); }
  .md\:shadow-md {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }
  .md\:shadow-lg {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }
  .md\:shadow-xl {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }
  .md\:shadow-2xl {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }
  .md\:shadow-inner {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); }
  .md\:shadow-outline {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5); }
  .md\:shadow-none {
    -webkit-box-shadow: none;
            box-shadow: none; } }

@media (min-width: 1024px) {
  .lg\:shadow {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); }
  .lg\:shadow-md {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }
  .lg\:shadow-lg {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }
  .lg\:shadow-xl {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }
  .lg\:shadow-2xl {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }
  .lg\:shadow-inner {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); }
  .lg\:shadow-outline {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5); }
  .lg\:shadow-none {
    -webkit-box-shadow: none;
            box-shadow: none; } }

@media (min-width: 1200px) {
  .xl\:shadow {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); }
  .xl\:shadow-md {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }
  .xl\:shadow-lg {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }
  .xl\:shadow-xl {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }
  .xl\:shadow-2xl {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }
  .xl\:shadow-inner {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); }
  .xl\:shadow-outline {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5); }
  .xl\:shadow-none {
    -webkit-box-shadow: none;
            box-shadow: none; } }

@media (min-width: 1440px) {
  .xxl\:shadow {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); }
  .xxl\:shadow-md {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }
  .xxl\:shadow-lg {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }
  .xxl\:shadow-xl {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }
  .xxl\:shadow-2xl {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }
  .xxl\:shadow-inner {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06); }
  .xxl\:shadow-outline {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5); }
  .xxl\:shadow-none {
    -webkit-box-shadow: none;
            box-shadow: none; } }

/* OPACITY
============================== */
.opacity-100 {
  opacity: 1; }

.opacity-75 {
  opacity: .75; }

.opacity-50 {
  opacity: .5; }

.opacity-25 {
  opacity: .25; }

.opacity-0 {
  opacity: 0; }

@media (min-width: 500px) {
  .sm\:opacity-100 {
    opacity: 1; }
  .sm\:opacity-75 {
    opacity: .75; }
  .sm\:opacity-50 {
    opacity: .5; }
  .sm\:opacity-25 {
    opacity: .25; }
  .sm\:opacity-0 {
    opacity: 0; } }

@media (min-width: 768px) {
  .md\:opacity-100 {
    opacity: 1; }
  .md\:opacity-75 {
    opacity: .75; }
  .md\:opacity-50 {
    opacity: .5; }
  .md\:opacity-25 {
    opacity: .25; }
  .md\:opacity-0 {
    opacity: 0; } }

@media (min-width: 1024px) {
  .lg\:opacity-100 {
    opacity: 1; }
  .lg\:opacity-75 {
    opacity: .75; }
  .lg\:opacity-50 {
    opacity: .5; }
  .lg\:opacity-25 {
    opacity: .25; }
  .lg\:opacity-0 {
    opacity: 0; } }

@media (min-width: 1200px) {
  .xl\:opacity-100 {
    opacity: 1; }
  .xl\:opacity-75 {
    opacity: .75; }
  .xl\:opacity-50 {
    opacity: .5; }
  .xl\:opacity-25 {
    opacity: .25; }
  .xl\:opacity-0 {
    opacity: 0; } }

@media (min-width: 1440px) {
  .xxl\:opacity-100 {
    opacity: 1; }
  .xxl\:opacity-75 {
    opacity: .75; }
  .xxl\:opacity-50 {
    opacity: .5; }
  .xxl\:opacity-25 {
    opacity: .25; }
  .xxl\:opacity-0 {
    opacity: 0; } }

/* APPERANCE
============================== */
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

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

@media (min-width: 500px) {
  .sm\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
  .sm\:reset {
    padding: 0;
    margin: 0;
    list-style: none; } }

@media (min-width: 768px) {
  .md\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
  .md\:reset {
    padding: 0;
    margin: 0;
    list-style: none; } }

@media (min-width: 1024px) {
  .lg\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
  .lg\:reset {
    padding: 0;
    margin: 0;
    list-style: none; } }

@media (min-width: 1200px) {
  .xl\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
  .xl\:reset {
    padding: 0;
    margin: 0;
    list-style: none; } }

@media (min-width: 1440px) {
  .xxl\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
  .xxl\:reset {
    padding: 0;
    margin: 0;
    list-style: none; } }

/* CURSOR
============================== */
.cursor-auto {
  cursor: auto; }

.cursor-default {
  cursor: default; }

.cursor-pointer {
  cursor: pointer; }

.cursor-wait {
  cursor: wait; }

.cursor-move {
  cursor: move; }

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

/* OUTLINE
============================== */
.outline-none {
  outline: 0; }

/* POINTER EVENTS
============================== */
.pointer-events-none {
  pointer-events: none; }

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

/* RESIZE
============================== */
.resize-none {
  resize: none; }

.resize {
  resize: both; }

.resize-y {
  resize: vertical; }

.resize-x {
  resize: horizontal; }

/* USER SELECT
============================== */
.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; }

/* THEME: BASE HTML
============================== */
/* Global box-sizing fix */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

/* HTML: element 62.5% font-size for REM use. So basically 1.5rem = 15px*/
html {
  font-size: 62.5%;
  overflow-x: hidden; }

body {
  background-image: url(img/bg.jpg);
  background-attachment: fixed;
  background-position: bottom center; }

/* REMOVE extra space at bottom of image */
img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto; }

table {
  width: 100%; }

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.2); }

.box-shadow {
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1); }

blockquote {
  border-left: 4px solid #09457c;
  font-style: italic;
  margin: 1em 0;
  padding-left: 16px; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin: 1em 0;
  padding: 0; }

.article-content p:first-child {
  font-size: 22px; }

.swp_social_panel {
  margin: 0 !important;
  padding: 0 !important; }

.elementor-tab-content {
  padding-top: 0 !important; }

.page-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  @media (min-width: 1200px) {
    .page-logo {
      top: 0px; } }
  .page-logo img {
    max-height: 140px; }

.page-content-wrap {
  position: relative;
  margin-bottom: 32px; }
  .page-content-wrap .content-wrap {
    margin-top: 10px;
    margin-bottom: 16px; }

@media (min-width: 1200px) {
  .page-wrap-homepage {
    margin-top: 30px; } }

@media (min-width: 1200px) {
  .page-wrap {
    margin-top: 180px; } }

a.button-white {
  font-weight: 600;
  background-color: #fff;
  display: inline-block;
  padding: 12px 24px;
  color: #000;
  text-transform: uppercase; }

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

.sidebar a {
  color: #ffffff; }
  .sidebar a:hover {
    color: #ffffff; }

/* THEME: BASE LINKS
============================== */
a {
  color: #227ed2;
  text-decoration: none; }

a:hover {
  color: #444; }

a:focus {
  outline: 0; }

a:hover,
a:active {
  outline: 0; }

/* THEME: TYPOGRAPHY
============================== */
.font-primary {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400; }

.font-secondary, .slide-title {
  font-family: 'Playfair Display', serif;
  font-weight: 400; }

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.8em;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.7;
  font-weight: 300;
  color: #222; }

H1, H2, H3, H4, H5, H6 {
  margin: 0 0 16px 0;
  line-height: 1.2; }

h1 {
  font-size: 4.6rem; }

#theme h1 {
  font-size: 4.6rem;
  margin-bottom: 32px;
  font-weight: 300; }

h2 {
  font-size: 4.6rem; }

#theme h2 {
  font-size: 4.6rem;
  margin-bottom: 32px;
  font-weight: 300; }

h3 {
  font-size: 4rem; }

h4 {
  font-size: 3.8rem; }

h5 {
  font-size: 3.2rem; }

h6 {
  font-size: 1.3rem; }

label {
  display: block; }

input[type="text"], input[type="email"], input[type="search"], input[type="tel"], textarea, select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 12px; }

input[type="checkbox"] {
  margin-right: 8px; }

input[type="radio"], input[type="checkbox"] {
  margin-right: 8px;
  margin-top: 7px; }

input[type="submit"], button {
  margin: 0;
  padding: 16px 24px;
  border: none;
  cursor: pointer; }

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

.site-header {
  width: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.15); }
  .site-header .logo {
    line-height: 1;
    z-index: 101;
    position: relative; }
    .site-header .logo img {
      max-height: 95px; }
      @media (min-width: 768px) {
        .site-header .logo img {
          max-height: 95px; } }
  .site-header .mobile-nav-toggle {
    position: relative;
    z-index: 999;
    font-size: 30px;
    color: white; }

.main-nav-wrap {
  position: relative;
  z-index: 50;
  background-color: rgba(9, 69, 124, 0);
  padding-top: 26px;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out; }
  .main-nav-wrap nav {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .main-nav-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400; }
    .main-nav-wrap ul li {
      position: relative; }
      .main-nav-wrap ul li:hover > ul {
        display: block; }
      .main-nav-wrap ul li a {
        font-size: 17px;
        color: white;
        display: block;
        padding: 19.2px 24px;
        text-transform: uppercase;
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
    .main-nav-wrap ul li.menu-item-has-children > a:after {
      font-size: 14px;
      content: "\f107";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      position: relative;
      margin-left: 12px;
      top: 0px; }
    .main-nav-wrap ul ul {
      background-color: #fff;
      display: none;
      position: absolute;
      z-index: 100;
      min-width: 300px;
      -webkit-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.4);
              box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.4);
      padding: 16px 0; }
      .main-nav-wrap ul ul:after {
        content: '';
        position: absolute;
        top: -9px;
        left: 50px;
        width: 20px;
        height: 20px;
        background-color: white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .main-nav-wrap ul ul a {
        font-size: 14px;
        padding: 8px 24px;
        color: rgba(0, 0, 0, 0.9);
        font-weight: 400; }
        .main-nav-wrap ul ul a:hover {
          color: black; }
      .main-nav-wrap ul ul li {
        border-right: none; }
        .main-nav-wrap ul ul li:last-child {
          border-bottom: none; }
        .main-nav-wrap ul ul li:hover ul {
          display: block; }
      .main-nav-wrap ul ul li.menu-item-has-children > a:after {
        font-size: 14px;
        content: "\f105";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0%, -50%);
                transform: translate(0%, -50%);
        right: 16px; }
      .main-nav-wrap ul ul ul {
        display: none;
        position: absolute;
        left: 100%;
        top: -16px;
        border-top: 0px;
        border-left: 4px solid #022e56;
        z-index: 101;
        -webkit-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.4);
                box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.4); }
        .main-nav-wrap ul ul ul a:hover {
          color: black; }

.mobile-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */ }
  .mobile-modal.active {
    display: block; }
    @media (min-width: 1200px) {
      .mobile-modal.active {
        display: none; } }

.mobile-nav-wrap {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  position: fixed;
  top: 0;
  z-index: 900;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.94);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); }
  .mobile-nav-wrap.active {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
    @media (min-width: 1200px) {
      .mobile-nav-wrap.active {
        display: none; } }
  .mobile-nav-wrap .mobile-nav {
    outline: 1px solid red;
    overflow: auto;
    min-height: 100%;
    height: 100%;
    width: 100%;
    overflow: auto;
    position: absolute;
    top: 0;
    right: -20px;
    padding: 40px 48px;
    margin-right: 20px;
    outline: 1px solid yellow; }
  .mobile-nav-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .mobile-nav-wrap ul li {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      .mobile-nav-wrap ul li a {
        padding: 16px 0; }
    .mobile-nav-wrap ul ul {
      padding-left: 8px;
      margin-bottom: 16px; }
      .mobile-nav-wrap ul ul a {
        font-size: 14px;
        padding: 4px;
        text-transform: none; }
      .mobile-nav-wrap ul ul li {
        border-bottom: none; }
      .mobile-nav-wrap ul ul ul {
        margin-bottom: 8px; }
    .mobile-nav-wrap ul a {
      display: block;
      padding: 4px 8px;
      color: #fff;
      font-size: 20px;
      text-transform: uppercase; }

#nav-close {
  z-index: 110; }

.header-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 12px;
  text-transform: uppercase; }
  .header-nav ul a {
    display: block;
    padding: 0 8px;
    color: #22292F; }
    .header-nav ul a:hover {
      color: #227ed2; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  font-size: 1.6rem; }
  .pagination .page-numbers {
    opacity: 0.6;
    padding: 12px 24px;
    margin: 0 1px;
    border-bottom: 2px solid rgba(0, 0, 0, 0); }
    .pagination .page-numbers.current {
      opacity: 1;
      color: #09457c;
      border-bottom: 2px solid #09457c; }
    .pagination .page-numbers:hover {
      opacity: 1;
      color: #09457c;
      border-bottom: 2px solid #09457c; }
  .pagination .dots:hover {
    border-bottom: 2px solid rgba(0, 0, 0, 0); }
  .pagination .prev {
    font-size: 0; }
    .pagination .prev:after {
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font-family: "Font Awesome 5 Free";
      font-size: 1.5rem;
      font-weight: 900;
      content: "\f100"; }
    .pagination .prev:hover {
      opacity: 1; }
  .pagination .next {
    font-size: 0; }
    .pagination .next:after {
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font-family: "Font Awesome 5 Free";
      font-size: 1.5rem;
      font-weight: 900;
      content: "\f101"; }
    .pagination .next:hover {
      opacity: 1; }

.section-photo-gallery ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.section-photo-gallery li {
  position: relative;
  list-style: none;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  min-height: 350px; }
  @media (min-width: 768px) {
    .section-photo-gallery li {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; } }
  @media (min-width: 1024px) {
    .section-photo-gallery li {
      -ms-flex-preferred-size: 33.33333333%;
          flex-basis: 33.33333333%; } }

.section-photo-gallery a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  display: block; }

.footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left: 8px; }
  @media (min-width: 768px) {
    .footer-nav ul {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

.footer-nav li {
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid rgba(0, 0, 0, 0.1); }
  .footer-nav li:last-child {
    border-right: none; }

.footer-nav a {
  color: #ffffff; }
  .footer-nav a:hover {
    text-decoration: underline; }

.sidebar .elementor-section-boxed {
  background-color: rgba(9, 69, 124, 0.909804);
  margin-bottom: 16px;
  padding: 8px 24px; }

.sidebar .elementor-column-wrap p:first-child {
  margin-top: 0;
  padding-top: 0; }

/*.slider {
    padding: 0 0 5px;

    .slides {

        img {
            height: 80vh;
            width: auto;
            padding: 2vh;
        }
    }

    // Fix selectable bug.
    &.is-admin {
        &:before {
            display: block;
            content: "";
            top: 0;
            left: 0;
            right: 0;
            bottom: 40px;
            position: absolute;
            z-index: 1;
        }
    }
} */
.slider {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  height: 600px;
  width: 100%;
  margin-top: 0px; }
  @media (min-width: 1200px) {
    .slider {
      margin-top: 190px; } }

.slider-slide {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.slick-list, .slick-track {
  height: 100%; }

.slick-list .slick-loading {
  background-image: url("/img/ajax-loader.gif"); }

.slick-prev,
.slick-next {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 100;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #000; }
  .slick-prev:before,
  .slick-next:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .slick-prev:hover,
  .slick-next:hover {
    background-color: white; }

.slick-prev {
  left: 0px; }
  .slick-prev:before {
    font-family: "FontAwesome";
    content: '\f053'; }

.slick-next {
  right: 0px; }
  .slick-next:before {
    font-family: "FontAwesome";
    content: '\f054'; }

ul.slick-dots {
  position: relative;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  bottom: 40px;
  max-width: 1200px;
  text-align: center; }
  ul.slick-dots li {
    font-size: 0;
    width: 16px;
    height: 16px;
    display: inline-block;
    border: none;
    background-color: rgba(255, 255, 255, 0.6);
    margin-right: 6px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; }
    ul.slick-dots li button {
      display: none; }
    ul.slick-dots li.slick-active, ul.slick-dots li:hover {
      background-color: white; }

.slide-content-wrap {
  position: absolute;
  bottom: 30px;
  background-color: rgba(9, 69, 124, 0.9);
  width: 100%;
  text-align: left;
  line-height: 1.2;
  left: 0;
  max-width: 692px; }

.slide-title {
  font-size: 22px;
  font-weight: 400; }
  @media (min-width: 768px) {
    .slide-title {
      font-size: 28px; } }

.slide-desc {
  font-size: 14px; }
  @media (min-width: 768px) {
    .slide-desc {
      font-size: 18px; } }

.slide-button {
  font-size: 14px; }

/* WORDPRESS CORE
============================== */
.alignnone {
  margin: 8px auto 8px auto; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 8px auto 8px auto; }

.alignright {
  display: block;
  margin: 8px auto 8px auto; }
  @media (min-width: 500px) {
    .alignright {
      float: right;
      margin: 8px 0 8px 20px; } }

.alignleft {
  display: block;
  margin: 8px auto 8px auto; }
  @media (min-width: 500px) {
    .alignleft {
      float: left;
      margin: 8px 20px 8px 0; } }

a img.alignright {
  margin: 8px auto 8px auto; }
  @media (min-width: 500px) {
    a img.alignright {
      float: right;
      margin: 8px 20px 20px; } }

a img.alignnone {
  margin: 8px auto 8px auto; }
  @media (min-width: 500px) {
    a img.alignnone {
      margin: 8px 20px 20px 0; } }

a img.alignleft {
  margin: 8px auto 8px auto; }
  @media (min-width: 500px) {
    a img.alignleft {
      float: left;
      margin: 8px 20px 20px 0; } }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #FFF;
  text-align: center; }

.wp-caption img {
  border: none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto; }

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 1.2rem;
  margin: 0;
  padding: 8px; }

.wp-caption-text {
  border-left: 1px solid #F0F0F0;
  border-right: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0; }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important; }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* WORDPRESS CORE : GUTENBERG SUPPORT
============================== */
/* align-wide support */
.full-width-content-allowed .alignfull {
  margin: 32px calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw; }

.full-width-content-allowed .alignwide {
  margin: 32px calc(25% - 25vw);
  max-width: 100vw; }

/* Gutenberg color options */
.has-white-color {
  color: #FFFFFF; }

.has-white-background-color {
  background-color: #FFFFFF; }

.has-black-color {
  color: #22292F; }

.has-black-background-color {
  background-color: #22292F; }

.has-grey-100-color {
  color: #f7fafc; }

.has-grey-100-background-color {
  background-color: #f7fafc; }

.has-grey-200-color {
  color: #edf2f7; }

.has-grey-200-background-color {
  background-color: #edf2f7; }

.has-grey-300-color {
  color: #e2e8f0; }

.has-grey-300-background-color {
  background-color: #e2e8f0; }

.has-grey-400-color {
  color: #cbd5e0; }

.has-grey-400-background-color {
  background-color: #cbd5e0; }

.has-grey-500-color {
  color: #a0aec0; }

.has-grey-500-background-color {
  background-color: #a0aec0; }

.has-grey-600-color {
  color: #718096; }

.has-grey-600-background-color {
  background-color: #718096; }

.has-grey-700-color {
  color: #4a5568; }

.has-grey-700-background-color {
  background-color: #4a5568; }

.has-grey-800-color {
  color: #2d3748; }

.has-grey-800-background-color {
  background-color: #2d3748; }

.has-grey-900-color {
  color: #1a202c; }

.has-grey-900-background-color {
  background-color: #1a202c; }

.has-blue-color {
  color: #09457c; }

.has-blue-background-color {
  background-color: #09457c; }

.has-orange-color {
  color: #f7a312; }

.has-orange-background-color {
  background-color: #f7a312; }

.has-primary-color {
  color: #09457c; }

.has-primary-background-color {
  background-color: #09457c; }

.has-secondary-color {
  color: #227ed2; }

.has-secondary-background-color {
  background-color: #227ed2; }

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

.btn-checkout:after {
  content: "\f078";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 10px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  color: #ff0000;
  vertical-align: top;
  margin: 0 0 0 8px; }

.woocommerce-LoopProduct-link {
  position: relative;
  display: block; }

.onsale {
  background-color: red;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 6px 12px;
  position: absolute;
  top: 10px;
  left: -4px;
  z-index: 10; }

@media (min-width: 500px) {
  .home ul.products li {
    width: 50%; } }

@media (min-width: 700px) {
  .home ul.products li {
    width: 33.33333333%; } }

ul.products {
  margin: 0;
  padding: 16px;
  list-style: none; }
  @media (min-width: 500px) {
    ul.products {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  ul.products li {
    padding: 32px;
    text-align: center;
    position: relative; }
    @media (min-width: 500px) {
      ul.products li {
        width: 50%; } }
    @media (min-width: 700px) {
      ul.products li {
        width: 33.33333333%; } }
    @media (min-width: 1100px) {
      ul.products li {
        width: 25%; } }
    ul.products li a {
      position: relative;
      display: block; }
    ul.products li .price {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 22px; }
      ul.products li .price .woocommerce-Price-amount {
        padding: 0 8px; }
      ul.products li .price del {
        color: #222;
        opacity: 0.8;
        font-size: 15px; }
      ul.products li .price ins {
        text-decoration: none; }
  ul.products h2.woocommerce-loop-product__title {
    margin: 0;
    padding: 16px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4; }
  ul.products span.price {
    margin: 0;
    padding: 0;
    color: #09457c;
    font-weight: 700; }

.entry-summary {
  text-align: center; }
  @media (min-width: 768px) {
    .entry-summary {
      text-align: left; } }

.product-content-col-1 {
  position: relative; }

.product-header {
  background-color: #f3f3f3;
  text-align: center;
  position: relative;
  background-position: left center; }
  @media (min-width: 768px) {
    .product-header {
      background-position: center center; } }

.product-header-overlay {
  background-color: rgba(0, 0, 0, 0.71);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  @media (min-width: 768px) {
    .product-header-overlay {
      background-color: rgba(0, 0, 0, 0); } }

.product-header-content {
  position: relative;
  z-index: 10;
  color: #fff;
  max-width: 500px;
  margin: 0 auto; }
  .product-header-content .page-title {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
    font-size: 23px;
    line-height: 1.4;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0; }
    @media (min-width: 768px) {
      .product-header-content .page-title {
        background-color: rgba(0, 0, 0, 0);
        color: rgba(39, 39, 39, 0.8); } }

@media (min-width: 768px) {
  .product-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 768px) {
  .product-content-col-1 {
    width: 40%; } }

@media (min-width: 768px) {
  .product-content-col-2 {
    width: 60%; } }

.product-footer {
  position: relative; }

div.product-type-simple form.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

div.product-type-variable .woocommerce-variation-add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.woocommerce div.product form.cart div.quantity {
  margin-right: 16px; }

.woocommerce div.product form.cart button {
  font-size: 14px;
  text-transform: uppercase;
  background-color: #2d3748;
  color: #fff;
  letter-spacing: 1px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .woocommerce div.product form.cart button:hover {
    background-color: #1a202c; }

.single-product figure {
  margin: 0;
  padding: 0; }

.single-product .woocommerce-product-gallery__image {
  width: 100%; }
  .single-product .woocommerce-product-gallery__image img {
    width: 100%; }

.single-product .product_title {
  padding: 0 0 24px 0;
  margin: 0 0 24px 0;
  line-height: 1.2;
  font-size: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.single-product nav.woocommerce-breadcrumb {
  text-align: center;
  font-size: 12px;
  line-height: 1.4; }

.single-product .woocommerce-product-gallery__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .single-product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
    width: 25%; }
    .single-product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child {
      width: 100%; }

.single-product .woocommerce-product-rating {
  font-size: 0.8rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 0 8px 0;
  margin: 0 0 32px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .single-product .woocommerce-product-rating .star-rating {
    width: 50%;
    line-height: 1.2; }
  .single-product .woocommerce-product-rating .woocommerce-review-link {
    width: 50%;
    text-align: right; }

.single-product .woocommerce-product-details__short-description {
  padding: 0 0 16px 0;
  margin: 0 0 16px 0; }
  .single-product .woocommerce-product-details__short-description *:last-child {
    margin-bottom: 0;
    padding-bottom: 0; }

.single-product form.cart {
  margin-bottom: 24px; }
  .single-product form.cart button {
    margin-bottom: 0; }
  .single-product form.cart .quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .single-product form.cart .quantity .plus {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }
    .single-product form.cart .quantity .qty {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .single-product form.cart .quantity .minus {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
  .single-product form.cart input.qty {
    text-align: center;
    min-width: 100px;
    border: 1px solid rgba(0, 0, 0, 0.2); }

.single-product .product_meta {
  font-size: 13px;
  padding: 0;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 16px; }
  .single-product .product_meta a {
    color: #227ed2; }
  .single-product .product_meta span.sku_wrapper {
    display: block; }
    .single-product .product_meta span.sku_wrapper span {
      font-weight: 400; }
  .single-product .product_meta span.posted_in {
    display: block; }
    .single-product .product_meta span.posted_in span {
      font-weight: 400; }

.single-product .entry-summary p.price {
  display: block;
  color: #09457c;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  padding: 0 0 16px 0;
  margin: 0 0 16px 0; }
  .single-product .entry-summary p.price del {
    display: block;
    font-size: 24px; }
  .single-product .entry-summary p.price ins {
    display: block;
    text-decoration: none; }

.single-product .entry-summary button {
  width: 100%; }

.single-product .entry-summary table {
  margin: 0 0 32px 0; }

.single-product .entry-summary .woocommerce-variation {
  color: #09457c;
  font-weight: 700;
  margin: 0; }

.single-product ul.wc-tabs {
  padding: 0;
  margin: 0;
  list-style: none;
  padding: 0 24px;
  text-transform: capitalize; }
  @media (min-width: 768px) {
    .single-product ul.wc-tabs {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-left: 48px; } }
  .single-product ul.wc-tabs li {
    text-align: center; }
    @media (min-width: 640px) {
      .single-product ul.wc-tabs li {
        margin: 0 42px 0 0; } }
    .single-product ul.wc-tabs li a {
      color: rgba(0, 0, 0, 0.6);
      font-size: 18px;
      display: inline-block;
      padding: 8px 0;
      border-bottom: 2px solid rgba(255, 255, 255, 0);
      font-weight: 600; }
    .single-product ul.wc-tabs li.active a {
      color: rgba(0, 0, 0, 0.9);
      border-bottom: 2px solid #09457c; }

.single-product .woocommerce-Tabs-panel {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 24px; }
  @media (min-width: 768px) {
    .single-product .woocommerce-Tabs-panel {
      padding: 24px 48px; } }
  .single-product .woocommerce-Tabs-panel h2 {
    font-size: 20px; }

.single-product .related {
  text-align: center; }
  .single-product .related > H2 {
    display: inline-block;
    margin: 0 auto;
    font-size: 20px;
    border-bottom: 2px solid #09457c;
    padding-bottom: 8px;
    margin-bottom: 32px;
    text-transform: capitalize; }

.woocommerce-variation-price .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 34px; }

.woocommerce-variation {
  padding: 16px 0 24px; }
  .woocommerce-variation p {
    margin: 0; }
  .woocommerce-variation .woocommerce-variation-price {
    line-height: 1;
    padding-bottom: 8px; }
    .woocommerce-variation .woocommerce-variation-price .price {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .woocommerce-variation .woocommerce-variation-price .price .woocommerce-Price-amount {
        padding: 0 8px;
        margin-left: -8px; }
      .woocommerce-variation .woocommerce-variation-price .price del {
        color: #222;
        opacity: 0.8;
        font-size: 15px; }
      .woocommerce-variation .woocommerce-variation-price .price ins {
        -webkit-text-decoration-line: none;
                text-decoration-line: none; }
  .woocommerce-variation .woocommerce-variation-availability {
    line-height: 1;
    font-weight: 400; }
    .woocommerce-variation .woocommerce-variation-availability .out-of-stock {
      color: #ff0000;
      font-weight: 600; }

table.variations {
  margin: 0 0 16px 0 !important;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  table.variations .reset_variations {
    display: none !important;
    padding-bottom: 8px; }
  table.variations tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
    table.variations tr:last-child {
      border-bottom: none; }
  table.variations th, table.variations td {
    text-align: left; }
    table.variations th.label, table.variations td.label {
      padding-left: 16px;
      width: 1%; }
    table.variations th.value, table.variations td.value {
      padding-right: 16px;
      width: 99%; }
  table.variations label {
    padding: 0;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    min-width: 80px;
    text-align: right;
    padding-right: 16px; }
  table.variations select {
    border: none; }

.woocommerce-Reviews h2.woocommerce-Reviews-title {
  font-size: 16px; }

.woocommerce-Reviews ol.commentlist {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 40px; }
  .woocommerce-Reviews ol.commentlist li {
    margin-bottom: 24px; }

.woocommerce-Reviews .comment-text {
  font-size: 0.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .woocommerce-Reviews .comment-text .star-rating {
    font-size: 0.8rem;
    width: 30%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: right; }
  .woocommerce-Reviews .comment-text .meta {
    width: 70%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 16px; }
  .woocommerce-Reviews .comment-text .description {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    font-size: 14px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 16px; }
    .woocommerce-Reviews .comment-text .description *:last-child {
      margin-bottom: 0; }
    .woocommerce-Reviews .comment-text .description:before {
      content: '';
      display: block;
      position: absolute;
      top: -6px;
      left: 16px;
      width: 10px;
      height: 10px;
      background: #FFFFFF;
      border-right: 1px solid rgba(0, 0, 0, 0.1);
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      -webkit-transform: rotate(-135deg);
              transform: rotate(-135deg); }

.woocommerce-Reviews #review_form .comment-reply-title {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 8px; }

.woocommerce-Reviews .stars a {
  font-size: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  margin-right: 8px; }
  .woocommerce-Reviews .stars a:hover {
    border: 1px solid #09457c; }
  .woocommerce-Reviews .stars a.active {
    color: #fff;
    background-color: #09457c;
    border: 1px solid #09457c; }

.woocommerce-Reviews .stars span a:last-child {
  margin-right: 0; }

.comment-form .comment-notes {
  font-size: 14px; }

.comment-form .required {
  color: #F00;
  font-size: 12px; }

.comment-form textarea {
  min-height: 200px; }

.comment-form input[type="submit"] {
  width: 100%; }

.comment-respond {
  padding: 24px;
  border: 1px solid rgba(0, 0, 0, 0.1); }

.woocommerce-message {
  background: #eaf7d9;
  border: 1px solid #bbdf8d;
  color: #416513;
  text-align: center;
  font-weight: 700;
  margin: 16px;
  padding: 16px;
  position: relative;
  font-size: 14px;
  line-height: 1.4; }
  .woocommerce-message a {
    display: block;
    margin-top: 6px;
    max-width: 300px;
    margin: 12px auto 0; }
  .woocommerce-message .button {
    font-weight: 400;
    margin-bottom: 16px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 16px 32px;
    background-color: #416513;
    color: #fff; }

.woocommerce-cart .button {
  width: 100%; }

.woocommerce-checkout-review-order {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 24px; }
  .woocommerce-checkout-review-order th {
    text-transform: uppercase; }
  .woocommerce-checkout-review-order tfoot tr th {
    text-align: right; }
  .woocommerce-checkout-review-order ul.wc_payment_methods {
    padding: 0;
    margin: 0;
    list-style: none; }
    .woocommerce-checkout-review-order ul.wc_payment_methods li {
      margin-bottom: 16px; }
  .woocommerce-checkout-review-order .payment_box {
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 16px;
    font-size: 12px; }
    .woocommerce-checkout-review-order .payment_box *:last-child {
      margin-bottom: 0;
      padding-bottom: 0; }
  .woocommerce-checkout-review-order .payment_method_paypal img {
    display: none; }
  .woocommerce-checkout-review-order button#place_order {
    font-weight: 600;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #6da84a;
    color: #fff;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 24px 24px; }

.select2-selection__arrow {
  position: absolute !important;
  top: 50% !important;
  -webkit-transform: translate(0, -50%) !important;
          transform: translate(0, -50%) !important;
  right: 10px !important; }

.select2-selection {
  height: auto !important;
  border: none  !important;
  border-radius: 0px  !important; }

.select2-selection__rendered {
  font-size: 0.9rem !important;
  padding: 14px 10px !important;
  min-width: 90px !important;
  height: 50px !important;
  background-color: #fff !important;
  border: 1px solid #D1D1D1 !important;
  border-radius: 0 !important;
  outline: none !important; }
  .select2-selection__rendered:focus {
    outline: none;
    border: 1px solid #000; }

.product-remove a:before {
  content: 'Remove';
  padding-right: 8px;
  font-size: 10px;
  text-transform: uppercase;
  top: -1px;
  position: relative; }
  @media (min-width: 768px) {
    .product-remove a:before {
      content: ''; } }

.cart-collaterals {
  font-weight: 700; }
  .cart-collaterals h2 {
    display: none; }

.woocommerce-cart-form {
  margin: 0; }
  @media (min-width: 768px) {
    .woocommerce-cart-form {
      margin-bottom: 32px; } }

table.woocommerce-cart-form__contents {
  margin: 0;
  padding: 0; }

.wc-proceed-to-checkout {
  margin: 0 0 0 auto; }
  .wc-proceed-to-checkout .button {
    text-align: center;
    display: block;
    margin: 0;
    padding: 24px 32px;
    border: none;
    cursor: pointer;
    font-size: 18px;
    text-transform: uppercase;
    background-color: #09457c;
    color: #fff;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-weight: 400; }
  @media (min-width: 1024px) {
    .wc-proceed-to-checkout {
      max-width: 300px; } }

table.shop_table {
  margin: 0; }
  table.shop_table p {
    margin: 0;
    padding: 0; }
  table.shop_table thead {
    display: none; }
    @media (min-width: 768px) {
      table.shop_table thead {
        display: table-header-group;
        border-bottom: solid 1px rgba(0, 0, 0, 0.2); } }
  table.shop_table tbody tr {
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  table.shop_table th {
    font-weight: 600;
    font-size: 14px;
    text-align: left;
    padding-bottom: 16px; }
    table.shop_table th.product-subtotal {
      text-align: center; }
  table.shop_table tr {
    padding: 0;
    background-color: rgba(255, 255, 255, 0);
    display: block;
    margin-bottom: 32px; }
  table.shop_table td.product-remove {
    border-bottom: none; }
  table.shop_table td {
    text-align: right;
    display: block;
    padding: 8px 16px; }
    table.shop_table td:before {
      content: attr(data-title) ": ";
      font-weight: 700;
      float: left; }
  table.shop_table td.product-thumbnail {
    text-align: center; }
    table.shop_table td.product-thumbnail img {
      max-width: 80px; }
  table.shop_table td.product-quantity:after {
    content: "";
    clear: both;
    display: table; }
  table.shop_table td.product-quantity input {
    float: right;
    text-align: right;
    padding: 8px 16px;
    max-width: 60px;
    text-align: center; }
  table.shop_table td.product-thumbnail:before, table.shop_table td.product-remove:before, table.shop_table td.actions:before {
    content: ""; }
  table.shop_table td.product-subtotal {
    border-bottom: none;
    text-align: right; }
  @media (min-width: 768px) {
    table.shop_table tr {
      display: table-row; }
    table.shop_table th {
      display: table-cell; }
    table.shop_table td {
      padding: 16px 8px;
      display: table-cell;
      text-align: left; }
    table.shop_table tr.cart_item td:before {
      content: '';
      display: none; }
    table.shop_table td.product-thumbnail, table.shop_table th.product-thumbnail {
      max-width: 240px; }
    table.shop_table td.product-price, table.shop_table td.product-quantity, table.shop_table th.product-price, table.shop_table th.product-quantity {
      text-align: center; }
    table.shop_table td.product-quantity input {
      float: none;
      margin: 0 auto;
      text-align: center; }
    table.shop_table td.td.product-subtotal {
      text-align: right; } }
  table.shop_table td.actions .coupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 460px;
    margin: auto 0 16px auto; }
    table.shop_table td.actions .coupon label, table.shop_table td.actions .coupon input[type="text"] {
      margin-right: 8px; }
    table.shop_table td.actions .coupon button {
      font-size: 14px;
      text-transform: uppercase;
      background-color: #09457c;
      color: #fff;
      letter-spacing: 1px;
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
    table.shop_table td.actions .coupon label {
      display: none; }
  table.shop_table ul.woocommerce-shipping-methods {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-transform: none; }
  table.shop_table .woocommerce-shipping-destination {
    font-size: 14px;
    font-weight: 400; }
  table.shop_table .shipping-calculator-button {
    font-size: 14px;
    font-weight: 400; }

.cart_totals table.shop_table {
  margin: 0 0 32px auto; }
  @media (min-width: 768px) {
    .cart_totals table.shop_table {
      max-width: 370px; } }
  .cart_totals table.shop_table th {
    display: none;
    padding: 0;
    margin: 0; }
  .cart_totals table.shop_table tr {
    border-bottom: none;
    padding: 0;
    margin: 0 0 16px 0; }
  .cart_totals table.shop_table td {
    border-bottom: none;
    padding: 4px 8px;
    text-align: right; }

.woocommerce-checkout abbr[title] {
  color: #c10b0b; }

.woocommerce-checkout .woocommerce-checkout-review-order {
  border: 4px solid rgba(0, 0, 0, 0.2); }
  .woocommerce-checkout .woocommerce-checkout-review-order tfoot {
    border-top: none; }

.woocommerce-checkout .woocommerce-checkout-review-order-table tr.cart-subtotal th, .woocommerce-checkout .woocommerce-checkout-review-order-table tr.cart-subtotal td {
  padding: 0; }

.woocommerce-checkout #order_review table.shop_table td, .woocommerce-checkout #order_review table.woocommerce-table td, .woocommerce-checkout .woocommerce-order-details table.shop_table td, .woocommerce-checkout .woocommerce-order-details table.woocommerce-table td {
  padding: 8px; }
  .woocommerce-checkout #order_review table.shop_table td:before, .woocommerce-checkout #order_review table.woocommerce-table td:before, .woocommerce-checkout .woocommerce-order-details table.shop_table td:before, .woocommerce-checkout .woocommerce-order-details table.woocommerce-table td:before {
    content: ''; }

.woocommerce-checkout #order_review table.shop_table td.product-total, .woocommerce-checkout #order_review table.woocommerce-table td.product-total, .woocommerce-checkout .woocommerce-order-details table.shop_table td.product-total, .woocommerce-checkout .woocommerce-order-details table.woocommerce-table td.product-total {
  text-align: right; }

.woocommerce-checkout #order_review table.shop_table tfoot td, .woocommerce-checkout #order_review table.woocommerce-table tfoot td, .woocommerce-checkout .woocommerce-order-details table.shop_table tfoot td, .woocommerce-checkout .woocommerce-order-details table.woocommerce-table tfoot td {
  text-align: right; }

.woocommerce-checkout #order_review .woocommerce-checkout-payment .place-order, .woocommerce-checkout .woocommerce-order-details .woocommerce-checkout-payment .place-order {
  text-align: center; }

.woocommerce-checkout #order_review .form-row.place-order, .woocommerce-checkout .woocommerce-order-details .form-row.place-order {
  margin-top: 32px; }

.woocommerce-NoticeGroup {
  width: 100%; }

.woocommerce-error {
  margin: 16px auto;
  list-style: none;
  text-align: center;
  padding: 16px;
  background: #ffd1d1;
  border: 1px solid #f8acac;
  color: #733333;
  font-weight: 700; }
  .woocommerce-error a {
    display: block;
    margin-top: 6px;
    max-width: 300px;
    margin: 12px auto 0; }

.woocommerce-notice--success {
  background: #eaf7d9;
  border: 1px solid #bbdf8d;
  padding: 8px; }

.woocommerce-table--order-details tfoot {
  border-top: none; }

.woocommerce-table--order-details th, .woocommerce-table--order-details td {
  text-align: right; }

.woocommerce-pagination {
  padding: 32px;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

UL.page-numbers {
  font-size: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  UL.page-numbers .page-numbers {
    display: none;
    text-align: center;
    padding: 6px 12px;
    outline: 1px solid #dadada; }
    UL.page-numbers .page-numbers:hover {
      outline: 1px solid #000000; }
    UL.page-numbers .page-numbers.current {
      background-color: #000000;
      outline: 1px solid #000000;
      color: #ffffff !important; }
      UL.page-numbers .page-numbers.current:hover {
        background-color: #000000; }
    UL.page-numbers .page-numbers.prev {
      background-color: #000000;
      outline: 1px solid #000000;
      color: #ffffff !important; }
    UL.page-numbers .page-numbers.next {
      background-color: #000000;
      outline: 1px solid #000000;
      color: #ffffff !important; }
    @media screen and (min-width: 600px) {
      UL.page-numbers .page-numbers {
        display: block;
        margin: 0 4px;
        min-width: 34px; } }
  UL.page-numbers.dots {
    outline: 0px; }

a.prev {
  margin-right: 8px;
  display: inline-block; }

a.next {
  margin-left: 8px;
  display: inline-block; }

.woocommerce-product-gallery {
  position: relative; }

.woocommerce-product-gallery figure {
  margin: 0; }

.woocommerce-product-gallery ol.flex-control-thumbs {
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.woocommerce-product-gallery .flex-control-thumbs li {
  max-width: 110px;
  list-style: none;
  cursor: pointer;
  padding: 8px; }

.woocommerce-product-gallery .flex-control-thumbs img {
  opacity: .5; }

.woocommerce-product-gallery .flex-control-thumbs img.flex-active, .woocommerce-product-gallery .flex-control-thumbs img:hover {
  opacity: 1; }

.woocommerce-product-gallery__trigger {
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 99; }

a.woocommerce-product-gallery__trigger {
  text-decoration: none; }

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: .875em;
  right: .875em;
  display: block;
  height: 3em;
  width: 3em;
  border-radius: 3px;
  z-index: 99;
  text-align: center;
  text-indent: -999px;
  overflow: hidden; }

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  background-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0.7); }

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
  background-color: rgba(0, 0, 0, 0);
  color: black; }

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
  font: normal normal normal 1em/1 FontAwesome;
  font-size: 23px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  content: "\f00e";
  line-height: 2;
  text-indent: 0; }

.my-account #customer_login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%; }
  .my-account #customer_login .u-column1 {
    padding-bottom: 32px; }
  @media (min-width: 768px) {
    .my-account #customer_login {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .my-account #customer_login > div {
        width: 50%; }
      .my-account #customer_login .u-column1 {
        padding-right: 24px; }
      .my-account #customer_login .u-column2 {
        padding-left: 24px; } }

.my-account .woocommerce-MyAccount-navigation {
  margin-bottom: 32px; }

@media (min-width: 768px) {
  .my-account .woocommerce {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .my-account .woocommerce-MyAccount-navigation {
    padding-right: 48px;
    width: 40%;
    max-width: 300px; }
  .my-account .woocommerce-MyAccount-content {
    width: 60%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; } }

.my-account .woocommerce-Addresses {
  padding-top: 16px; }
  .my-account .woocommerce-Addresses > div {
    padding-bottom: 32px; }

/*# sourceMappingURL=style.min.css.map */
