.message {
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border-radius: .25rem;
}

.success-message {
  color: #155724;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
}

.error-message {
  color: #721c24;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
}

.visible-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}@charset "UTF-8";

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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

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

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

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

button {
  background-color: transparent;
  background-image: none;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

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

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #868da4; /* 2 */
}

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

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

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

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

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

table {
  border-collapse: collapse;
}

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

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

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

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

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

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

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

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

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

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

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

.items-start{
  align-items: flex-start;
}

.items-end{
  align-items: flex-end;
}

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

.items-baseline{
  align-items: baseline;
}

.items-stretch{
  align-items: stretch;
}

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

.bg-gray-20{
  background-color: #dddfee;
}

.bg-gray-30{
  background-color: #d1dbff;
}

.bg-gray-40{
  background-color: #f7f9ff;
}

.bg-gray-50{
  background-color: #ebeffb;
}

.bg-gray-60{
  background-color: #e7e9f6;
}

.bg-gray-100{
  background-color: #dee3ef;
}

.bg-gray-200{
  background-color: #cdcfe0;
}

.bg-gray-250{
  background-color: #a4adb7;
}

.bg-gray-300{
  background-color: #868da4;
}

.bg-gray-400{
  background-color: #566687;
}

.bg-gray-800{
  background-color: #2f3b46;
}

.bg-gray-a1{
  background-color: rgba(0, 0, 0, .8);
}

.bg-blue-40{
  background-color: #637dfb;
}

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

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

.bg-blue-200{
  background-color: #878bad;
}

.bg-blue-300{
  background-color: #627cfa;
}

.bg-blue-400{
  background-color: #646d88;
}

.bg-blue-500{
  background-color: #566cd3;
}

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

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

.bg-blue-850{
  background-color: #192440;
}

.bg-blue-900{
  background-color: #132a43;
}

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

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

.hover\:bg-gray-20:hover{
  background-color: #dddfee;
}

.hover\:bg-gray-30:hover{
  background-color: #d1dbff;
}

.hover\:bg-gray-40:hover{
  background-color: #f7f9ff;
}

.hover\:bg-gray-50:hover{
  background-color: #ebeffb;
}

.hover\:bg-gray-60:hover{
  background-color: #e7e9f6;
}

.hover\:bg-gray-100:hover{
  background-color: #dee3ef;
}

.hover\:bg-gray-200:hover{
  background-color: #cdcfe0;
}

.hover\:bg-gray-250:hover{
  background-color: #a4adb7;
}

.hover\:bg-gray-300:hover{
  background-color: #868da4;
}

.hover\:bg-gray-400:hover{
  background-color: #566687;
}

.hover\:bg-gray-800:hover{
  background-color: #2f3b46;
}

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

.hover\:bg-blue-40:hover{
  background-color: #637dfb;
}

.hover\:bg-blue-50:hover{
  background-color: #5d80ff;
}

.hover\:bg-blue-100:hover{
  background-color: #476df2;
}

.hover\:bg-blue-200:hover{
  background-color: #878bad;
}

.hover\:bg-blue-300:hover{
  background-color: #627cfa;
}

.hover\:bg-blue-400:hover{
  background-color: #646d88;
}

.hover\:bg-blue-500:hover{
  background-color: #566cd3;
}

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

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

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

.hover\:bg-blue-900:hover{
  background-color: #132a43;
}

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

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

.focus\:bg-gray-20:focus{
  background-color: #dddfee;
}

.focus\:bg-gray-30:focus{
  background-color: #d1dbff;
}

.focus\:bg-gray-40:focus{
  background-color: #f7f9ff;
}

.focus\:bg-gray-50:focus{
  background-color: #ebeffb;
}

.focus\:bg-gray-60:focus{
  background-color: #e7e9f6;
}

.focus\:bg-gray-100:focus{
  background-color: #dee3ef;
}

.focus\:bg-gray-200:focus{
  background-color: #cdcfe0;
}

.focus\:bg-gray-250:focus{
  background-color: #a4adb7;
}

.focus\:bg-gray-300:focus{
  background-color: #868da4;
}

.focus\:bg-gray-400:focus{
  background-color: #566687;
}

.focus\:bg-gray-800:focus{
  background-color: #2f3b46;
}

.focus\:bg-gray-a1:focus{
  background-color: rgba(0, 0, 0, .8);
}

.focus\:bg-blue-40:focus{
  background-color: #637dfb;
}

.focus\:bg-blue-50:focus{
  background-color: #5d80ff;
}

.focus\:bg-blue-100:focus{
  background-color: #476df2;
}

.focus\:bg-blue-200:focus{
  background-color: #878bad;
}

.focus\:bg-blue-300:focus{
  background-color: #627cfa;
}

.focus\:bg-blue-400:focus{
  background-color: #646d88;
}

.focus\:bg-blue-500:focus{
  background-color: #566cd3;
}

.focus\:bg-blue-700:focus{
  background-color: #233253;
}

.focus\:bg-blue-800:focus{
  background-color: #152442;
}

.focus\:bg-blue-850:focus{
  background-color: #192440;
}

.focus\:bg-blue-900:focus{
  background-color: #132a43;
}

.focus\:bg-yellow-400:focus{
  background-color: #f1d600;
}

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

.border-gray-20{
  border-color: #dddfee;
}

.border-gray-30{
  border-color: #d1dbff;
}

.border-gray-40{
  border-color: #f7f9ff;
}

.border-gray-50{
  border-color: #ebeffb;
}

.border-gray-60{
  border-color: #e7e9f6;
}

.border-gray-100{
  border-color: #dee3ef;
}

.border-gray-200{
  border-color: #cdcfe0;
}

.border-gray-250{
  border-color: #a4adb7;
}

.border-gray-300{
  border-color: #868da4;
}

.border-gray-400{
  border-color: #566687;
}

.border-gray-800{
  border-color: #2f3b46;
}

.border-gray-a1{
  border-color: rgba(0, 0, 0, .8);
}

.border-blue-40{
  border-color: #637dfb;
}

.border-blue-50{
  border-color: #5d80ff;
}

.border-blue-100{
  border-color: #476df2;
}

.border-blue-200{
  border-color: #878bad;
}

.border-blue-300{
  border-color: #627cfa;
}

.border-blue-400{
  border-color: #646d88;
}

.border-blue-500{
  border-color: #566cd3;
}

.border-blue-700{
  border-color: #233253;
}

.border-blue-800{
  border-color: #152442;
}

.border-blue-850{
  border-color: #192440;
}

.border-blue-900{
  border-color: #132a43;
}

.border-yellow-400{
  border-color: #f1d600;
}

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

.hover\:border-gray-20:hover{
  border-color: #dddfee;
}

.hover\:border-gray-30:hover{
  border-color: #d1dbff;
}

.hover\:border-gray-40:hover{
  border-color: #f7f9ff;
}

.hover\:border-gray-50:hover{
  border-color: #ebeffb;
}

.hover\:border-gray-60:hover{
  border-color: #e7e9f6;
}

.hover\:border-gray-100:hover{
  border-color: #dee3ef;
}

.hover\:border-gray-200:hover{
  border-color: #cdcfe0;
}

.hover\:border-gray-250:hover{
  border-color: #a4adb7;
}

.hover\:border-gray-300:hover{
  border-color: #868da4;
}

.hover\:border-gray-400:hover{
  border-color: #566687;
}

.hover\:border-gray-800:hover{
  border-color: #2f3b46;
}

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

.hover\:border-blue-40:hover{
  border-color: #637dfb;
}

.hover\:border-blue-50:hover{
  border-color: #5d80ff;
}

.hover\:border-blue-100:hover{
  border-color: #476df2;
}

.hover\:border-blue-200:hover{
  border-color: #878bad;
}

.hover\:border-blue-300:hover{
  border-color: #627cfa;
}

.hover\:border-blue-400:hover{
  border-color: #646d88;
}

.hover\:border-blue-500:hover{
  border-color: #566cd3;
}

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

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

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

.hover\:border-blue-900:hover{
  border-color: #132a43;
}

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

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

.focus\:border-gray-20:focus{
  border-color: #dddfee;
}

.focus\:border-gray-30:focus{
  border-color: #d1dbff;
}

.focus\:border-gray-40:focus{
  border-color: #f7f9ff;
}

.focus\:border-gray-50:focus{
  border-color: #ebeffb;
}

.focus\:border-gray-60:focus{
  border-color: #e7e9f6;
}

.focus\:border-gray-100:focus{
  border-color: #dee3ef;
}

.focus\:border-gray-200:focus{
  border-color: #cdcfe0;
}

.focus\:border-gray-250:focus{
  border-color: #a4adb7;
}

.focus\:border-gray-300:focus{
  border-color: #868da4;
}

.focus\:border-gray-400:focus{
  border-color: #566687;
}

.focus\:border-gray-800:focus{
  border-color: #2f3b46;
}

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

.focus\:border-blue-40:focus{
  border-color: #637dfb;
}

.focus\:border-blue-50:focus{
  border-color: #5d80ff;
}

.focus\:border-blue-100:focus{
  border-color: #476df2;
}

.focus\:border-blue-200:focus{
  border-color: #878bad;
}

.focus\:border-blue-300:focus{
  border-color: #627cfa;
}

.focus\:border-blue-400:focus{
  border-color: #646d88;
}

.focus\:border-blue-500:focus{
  border-color: #566cd3;
}

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

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

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

.focus\:border-blue-900:focus{
  border-color: #132a43;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-tl-2px{
  border-top-left-radius: 2px;
}

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

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

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

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

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

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

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

.border{
  border-width: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.last\:border-0:last-child{
  border-width: 0;
}

.last\:border-2:last-child{
  border-width: 2px;
}

.last\:border-4:last-child{
  border-width: 4px;
}

.last\:border-8:last-child{
  border-width: 8px;
}

.last\:border:last-child{
  border-width: 1px;
}

.last\:border-t-0:last-child{
  border-top-width: 0;
}

.last\:border-r-0:last-child{
  border-right-width: 0;
}

.last\:border-b-0:last-child{
  border-bottom-width: 0;
}

.last\:border-l-0:last-child{
  border-left-width: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hover\:shadow-none:hover{
  box-shadow: none;
}

.focus\:shadow-none:focus{
  box-shadow: none;
}

.cursor-auto{
  cursor: auto;
}

.cursor-default{
  cursor: default;
}

.cursor-pointer{
  cursor: pointer;
}

.cursor-wait{
  cursor: wait;
}

.cursor-text{
  cursor: text;
}

.cursor-move{
  cursor: move;
}

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

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

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

.table{
  display: table;
}

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

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

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

.table-column-group{
  display: table-column-group;
}

.table-footer-group{
  display: table-footer-group;
}

.table-header-group{
  display: table-header-group;
}

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

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

.flow-root{
  display: flow-root;
}

.grid{
  display: grid;
}

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

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.flex-1{
  flex: 1 1 0%;
}

.flex-auto{
  flex: 1 1 auto;
}

.flex-initial{
  flex: 0 1 auto;
}

.flex-none{
  flex: none;
}

.flex-row{
  flex-direction: row;
}

.flex-row-reverse{
  flex-direction: row-reverse;
}

.flex-col{
  flex-direction: column;
}

.flex-col-reverse{
  flex-direction: column-reverse;
}

.flex-grow-0{
  flex-grow: 0;
}

.flex-grow{
  flex-grow: 1;
}

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

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

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

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

.flex-no-wrap{
  flex-wrap: nowrap;
}

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

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

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

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

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

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

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

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

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

.italic{
  font-style: italic;
}

.not-italic{
  font-style: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-0{
  height: 0;
}

.h-auto{
  height: auto;
}

.h-2px{
  height: 2px;
}

.h-4px{
  height: 4px;
}

.h-5px{
  height: 5px;
}

.h-6px{
  height: 6px;
}

.h-7px{
  height: 7px;
}

.h-8px{
  height: 8px;
}

.h-10px{
  height: 10px;
}

.h-11px{
  height: 11px;
}

.h-12px{
  height: 12px;
}

.h-14px{
  height: 14px;
}

.h-15px{
  height: 15px;
}

.h-16px{
  height: 16px;
}

.h-18px{
  height: 18px;
}

.h-20px{
  height: 20px;
}

.h-24px{
  height: 24px;
}

.h-25px{
  height: 25px;
}

.h-26px{
  height: 26px;
}

.h-30px{
  height: 30px;
}

.h-34px{
  height: 34px;
}

.h-36px{
  height: 36px;
}

.h-40px{
  height: 40px;
}

.h-45px{
  height: 45px;
}

.h-49px{
  height: 49px;
}

.h-50px{
  height: 50px;
}

.h-53px{
  height: 53px;
}

.h-55px{
  height: 55px;
}

.h-60px{
  height: 60px;
}

.h-68px{
  height: 68px;
}

.h-80px{
  height: 80px;
}

.h-90px{
  height: 90px;
}

.h-93px{
  height: 93px;
}

.h-115px{
  height: 115px;
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

.h-70px{
  height: 70px;
}

.h-200px{
  height: 200px;
}

.h-250px{
  height: 250px;
}

.h-288px{
  height: 288px;
}

.h-300px{
  height: 300px;
}

.h-400px{
  height: 400px;
}

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

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

.inset-full{
  top: 100%;
  right: 100%;
  bottom: 100%;
  left: 100%;
}

.inset-full-10{
  top: calc(100% + 10px);
  right: calc(100% + 10px);
  bottom: calc(100% + 10px);
  left: calc(100% + 10px);
}

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

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

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

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

.inset-y-full{
  top: 100%;
  bottom: 100%;
}

.inset-x-full{
  right: 100%;
  left: 100%;
}

.inset-y-full-10{
  top: calc(100% + 10px);
  bottom: calc(100% + 10px);
}

.inset-x-full-10{
  right: calc(100% + 10px);
  left: calc(100% + 10px);
}

.top-0{
  top: 0;
}

.right-0{
  right: 0;
}

.bottom-0{
  bottom: 0;
}

.left-0{
  left: 0;
}

.top-auto{
  top: auto;
}

.right-auto{
  right: auto;
}

.bottom-auto{
  bottom: auto;
}

.left-auto{
  left: auto;
}

.top-full{
  top: 100%;
}

.right-full{
  right: 100%;
}

.bottom-full{
  bottom: 100%;
}

.left-full{
  left: 100%;
}

.top-full-10{
  top: calc(100% + 10px);
}

.right-full-10{
  right: calc(100% + 10px);
}

.bottom-full-10{
  bottom: calc(100% + 10px);
}

.left-full-10{
  left: calc(100% + 10px);
}

.justify-start{
  justify-content: flex-start;
}

.justify-end{
  justify-content: flex-end;
}

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

.justify-between{
  justify-content: space-between;
}

.justify-around{
  justify-content: space-around;
}

.justify-evenly{
  justify-content: space-evenly;
}

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

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

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

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

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

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

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

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

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

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

.m-0{
  margin: 0;
}

.m-auto{
  margin: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.last\:m-0:last-child{
  margin: 0;
}

.last\:m-auto:last-child{
  margin: auto;
}

.last\:m-2px:last-child{
  margin: 2px;
}

.last\:m-4px:last-child{
  margin: 4px;
}

.last\:m-5px:last-child{
  margin: 5px;
}

.last\:m-6px:last-child{
  margin: 6px;
}

.last\:m-7px:last-child{
  margin: 7px;
}

.last\:m-8px:last-child{
  margin: 8px;
}

.last\:m-10px:last-child{
  margin: 10px;
}

.last\:m-11px:last-child{
  margin: 11px;
}

.last\:m-12px:last-child{
  margin: 12px;
}

.last\:m-14px:last-child{
  margin: 14px;
}

.last\:m-15px:last-child{
  margin: 15px;
}

.last\:m-16px:last-child{
  margin: 16px;
}

.last\:m-18px:last-child{
  margin: 18px;
}

.last\:m-20px:last-child{
  margin: 20px;
}

.last\:m-24px:last-child{
  margin: 24px;
}

.last\:m-25px:last-child{
  margin: 25px;
}

.last\:m-26px:last-child{
  margin: 26px;
}

.last\:m-30px:last-child{
  margin: 30px;
}

.last\:m-34px:last-child{
  margin: 34px;
}

.last\:m-36px:last-child{
  margin: 36px;
}

.last\:m-40px:last-child{
  margin: 40px;
}

.last\:m-45px:last-child{
  margin: 45px;
}

.last\:m-49px:last-child{
  margin: 49px;
}

.last\:m-50px:last-child{
  margin: 50px;
}

.last\:m-53px:last-child{
  margin: 53px;
}

.last\:m-55px:last-child{
  margin: 55px;
}

.last\:m-60px:last-child{
  margin: 60px;
}

.last\:m-68px:last-child{
  margin: 68px;
}

.last\:m-80px:last-child{
  margin: 80px;
}

.last\:m-90px:last-child{
  margin: 90px;
}

.last\:m-93px:last-child{
  margin: 93px;
}

.last\:m-115px:last-child{
  margin: 115px;
}

.last\:-m-2px:last-child{
  margin: -2px;
}

.last\:-m-4px:last-child{
  margin: -4px;
}

.last\:-m-5px:last-child{
  margin: -5px;
}

.last\:-m-6px:last-child{
  margin: -6px;
}

.last\:-m-7px:last-child{
  margin: -7px;
}

.last\:-m-8px:last-child{
  margin: -8px;
}

.last\:-m-10px:last-child{
  margin: -10px;
}

.last\:-m-11px:last-child{
  margin: -11px;
}

.last\:-m-12px:last-child{
  margin: -12px;
}

.last\:-m-14px:last-child{
  margin: -14px;
}

.last\:-m-15px:last-child{
  margin: -15px;
}

.last\:-m-16px:last-child{
  margin: -16px;
}

.last\:-m-18px:last-child{
  margin: -18px;
}

.last\:-m-20px:last-child{
  margin: -20px;
}

.last\:-m-24px:last-child{
  margin: -24px;
}

.last\:-m-25px:last-child{
  margin: -25px;
}

.last\:-m-26px:last-child{
  margin: -26px;
}

.last\:-m-30px:last-child{
  margin: -30px;
}

.last\:-m-34px:last-child{
  margin: -34px;
}

.last\:-m-36px:last-child{
  margin: -36px;
}

.last\:-m-40px:last-child{
  margin: -40px;
}

.last\:-m-45px:last-child{
  margin: -45px;
}

.last\:-m-49px:last-child{
  margin: -49px;
}

.last\:-m-50px:last-child{
  margin: -50px;
}

.last\:-m-53px:last-child{
  margin: -53px;
}

.last\:-m-55px:last-child{
  margin: -55px;
}

.last\:-m-60px:last-child{
  margin: -60px;
}

.last\:-m-68px:last-child{
  margin: -68px;
}

.last\:-m-80px:last-child{
  margin: -80px;
}

.last\:-m-90px:last-child{
  margin: -90px;
}

.last\:-m-93px:last-child{
  margin: -93px;
}

.last\:-m-115px:last-child{
  margin: -115px;
}

.last\:my-0:last-child{
  margin-top: 0;
  margin-bottom: 0;
}

.last\:mx-0:last-child{
  margin-left: 0;
  margin-right: 0;
}

.last\:my-auto:last-child{
  margin-top: auto;
  margin-bottom: auto;
}

.last\:mx-auto:last-child{
  margin-left: auto;
  margin-right: auto;
}

.last\:my-2px:last-child{
  margin-top: 2px;
  margin-bottom: 2px;
}

.last\:mx-2px:last-child{
  margin-left: 2px;
  margin-right: 2px;
}

.last\:my-4px:last-child{
  margin-top: 4px;
  margin-bottom: 4px;
}

.last\:mx-4px:last-child{
  margin-left: 4px;
  margin-right: 4px;
}

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

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

.last\:my-6px:last-child{
  margin-top: 6px;
  margin-bottom: 6px;
}

.last\:mx-6px:last-child{
  margin-left: 6px;
  margin-right: 6px;
}

.last\:my-7px:last-child{
  margin-top: 7px;
  margin-bottom: 7px;
}

.last\:mx-7px:last-child{
  margin-left: 7px;
  margin-right: 7px;
}

.last\:my-8px:last-child{
  margin-top: 8px;
  margin-bottom: 8px;
}

.last\:mx-8px:last-child{
  margin-left: 8px;
  margin-right: 8px;
}

.last\:my-10px:last-child{
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.last\:my-11px:last-child{
  margin-top: 11px;
  margin-bottom: 11px;
}

.last\:mx-11px:last-child{
  margin-left: 11px;
  margin-right: 11px;
}

.last\:my-12px:last-child{
  margin-top: 12px;
  margin-bottom: 12px;
}

.last\:mx-12px:last-child{
  margin-left: 12px;
  margin-right: 12px;
}

.last\:my-14px:last-child{
  margin-top: 14px;
  margin-bottom: 14px;
}

.last\:mx-14px:last-child{
  margin-left: 14px;
  margin-right: 14px;
}

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

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

.last\:my-16px:last-child{
  margin-top: 16px;
  margin-bottom: 16px;
}

.last\:mx-16px:last-child{
  margin-left: 16px;
  margin-right: 16px;
}

.last\:my-18px:last-child{
  margin-top: 18px;
  margin-bottom: 18px;
}

.last\:mx-18px:last-child{
  margin-left: 18px;
  margin-right: 18px;
}

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

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

.last\:my-24px:last-child{
  margin-top: 24px;
  margin-bottom: 24px;
}

.last\:mx-24px:last-child{
  margin-left: 24px;
  margin-right: 24px;
}

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

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

.last\:my-26px:last-child{
  margin-top: 26px;
  margin-bottom: 26px;
}

.last\:mx-26px:last-child{
  margin-left: 26px;
  margin-right: 26px;
}

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

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

.last\:my-34px:last-child{
  margin-top: 34px;
  margin-bottom: 34px;
}

.last\:mx-34px:last-child{
  margin-left: 34px;
  margin-right: 34px;
}

.last\:my-36px:last-child{
  margin-top: 36px;
  margin-bottom: 36px;
}

.last\:mx-36px:last-child{
  margin-left: 36px;
  margin-right: 36px;
}

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

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

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

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

.last\:my-49px:last-child{
  margin-top: 49px;
  margin-bottom: 49px;
}

.last\:mx-49px:last-child{
  margin-left: 49px;
  margin-right: 49px;
}

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

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

.last\:my-53px:last-child{
  margin-top: 53px;
  margin-bottom: 53px;
}

.last\:mx-53px:last-child{
  margin-left: 53px;
  margin-right: 53px;
}

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

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

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

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

.last\:my-68px:last-child{
  margin-top: 68px;
  margin-bottom: 68px;
}

.last\:mx-68px:last-child{
  margin-left: 68px;
  margin-right: 68px;
}

.last\:my-80px:last-child{
  margin-top: 80px;
  margin-bottom: 80px;
}

.last\:mx-80px:last-child{
  margin-left: 80px;
  margin-right: 80px;
}

.last\:my-90px:last-child{
  margin-top: 90px;
  margin-bottom: 90px;
}

.last\:mx-90px:last-child{
  margin-left: 90px;
  margin-right: 90px;
}

.last\:my-93px:last-child{
  margin-top: 93px;
  margin-bottom: 93px;
}

.last\:mx-93px:last-child{
  margin-left: 93px;
  margin-right: 93px;
}

.last\:my-115px:last-child{
  margin-top: 115px;
  margin-bottom: 115px;
}

.last\:mx-115px:last-child{
  margin-left: 115px;
  margin-right: 115px;
}

.last\:-my-2px:last-child{
  margin-top: -2px;
  margin-bottom: -2px;
}

.last\:-mx-2px:last-child{
  margin-left: -2px;
  margin-right: -2px;
}

.last\:-my-4px:last-child{
  margin-top: -4px;
  margin-bottom: -4px;
}

.last\:-mx-4px:last-child{
  margin-left: -4px;
  margin-right: -4px;
}

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

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

.last\:-my-6px:last-child{
  margin-top: -6px;
  margin-bottom: -6px;
}

.last\:-mx-6px:last-child{
  margin-left: -6px;
  margin-right: -6px;
}

.last\:-my-7px:last-child{
  margin-top: -7px;
  margin-bottom: -7px;
}

.last\:-mx-7px:last-child{
  margin-left: -7px;
  margin-right: -7px;
}

.last\:-my-8px:last-child{
  margin-top: -8px;
  margin-bottom: -8px;
}

.last\:-mx-8px:last-child{
  margin-left: -8px;
  margin-right: -8px;
}

.last\:-my-10px:last-child{
  margin-top: -10px;
  margin-bottom: -10px;
}

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

.last\:-my-11px:last-child{
  margin-top: -11px;
  margin-bottom: -11px;
}

.last\:-mx-11px:last-child{
  margin-left: -11px;
  margin-right: -11px;
}

.last\:-my-12px:last-child{
  margin-top: -12px;
  margin-bottom: -12px;
}

.last\:-mx-12px:last-child{
  margin-left: -12px;
  margin-right: -12px;
}

.last\:-my-14px:last-child{
  margin-top: -14px;
  margin-bottom: -14px;
}

.last\:-mx-14px:last-child{
  margin-left: -14px;
  margin-right: -14px;
}

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

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

.last\:-my-16px:last-child{
  margin-top: -16px;
  margin-bottom: -16px;
}

.last\:-mx-16px:last-child{
  margin-left: -16px;
  margin-right: -16px;
}

.last\:-my-18px:last-child{
  margin-top: -18px;
  margin-bottom: -18px;
}

.last\:-mx-18px:last-child{
  margin-left: -18px;
  margin-right: -18px;
}

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

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

.last\:-my-24px:last-child{
  margin-top: -24px;
  margin-bottom: -24px;
}

.last\:-mx-24px:last-child{
  margin-left: -24px;
  margin-right: -24px;
}

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

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

.last\:-my-26px:last-child{
  margin-top: -26px;
  margin-bottom: -26px;
}

.last\:-mx-26px:last-child{
  margin-left: -26px;
  margin-right: -26px;
}

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

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

.last\:-my-34px:last-child{
  margin-top: -34px;
  margin-bottom: -34px;
}

.last\:-mx-34px:last-child{
  margin-left: -34px;
  margin-right: -34px;
}

.last\:-my-36px:last-child{
  margin-top: -36px;
  margin-bottom: -36px;
}

.last\:-mx-36px:last-child{
  margin-left: -36px;
  margin-right: -36px;
}

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

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

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

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

.last\:-my-49px:last-child{
  margin-top: -49px;
  margin-bottom: -49px;
}

.last\:-mx-49px:last-child{
  margin-left: -49px;
  margin-right: -49px;
}

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

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

.last\:-my-53px:last-child{
  margin-top: -53px;
  margin-bottom: -53px;
}

.last\:-mx-53px:last-child{
  margin-left: -53px;
  margin-right: -53px;
}

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

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

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

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

.last\:-my-68px:last-child{
  margin-top: -68px;
  margin-bottom: -68px;
}

.last\:-mx-68px:last-child{
  margin-left: -68px;
  margin-right: -68px;
}

.last\:-my-80px:last-child{
  margin-top: -80px;
  margin-bottom: -80px;
}

.last\:-mx-80px:last-child{
  margin-left: -80px;
  margin-right: -80px;
}

.last\:-my-90px:last-child{
  margin-top: -90px;
  margin-bottom: -90px;
}

.last\:-mx-90px:last-child{
  margin-left: -90px;
  margin-right: -90px;
}

.last\:-my-93px:last-child{
  margin-top: -93px;
  margin-bottom: -93px;
}

.last\:-mx-93px:last-child{
  margin-left: -93px;
  margin-right: -93px;
}

.last\:-my-115px:last-child{
  margin-top: -115px;
  margin-bottom: -115px;
}

.last\:-mx-115px:last-child{
  margin-left: -115px;
  margin-right: -115px;
}

.last\:mt-0:last-child{
  margin-top: 0;
}

.last\:mr-0:last-child{
  margin-right: 0;
}

.last\:mb-0:last-child{
  margin-bottom: 0;
}

.last\:ml-0:last-child{
  margin-left: 0;
}

.last\:mt-auto:last-child{
  margin-top: auto;
}

.last\:mr-auto:last-child{
  margin-right: auto;
}

.last\:mb-auto:last-child{
  margin-bottom: auto;
}

.last\:ml-auto:last-child{
  margin-left: auto;
}

.last\:mt-2px:last-child{
  margin-top: 2px;
}

.last\:mr-2px:last-child{
  margin-right: 2px;
}

.last\:mb-2px:last-child{
  margin-bottom: 2px;
}

.last\:ml-2px:last-child{
  margin-left: 2px;
}

.last\:mt-4px:last-child{
  margin-top: 4px;
}

.last\:mr-4px:last-child{
  margin-right: 4px;
}

.last\:mb-4px:last-child{
  margin-bottom: 4px;
}

.last\:ml-4px:last-child{
  margin-left: 4px;
}

.last\:mt-5px:last-child{
  margin-top: 5px;
}

.last\:mr-5px:last-child{
  margin-right: 5px;
}

.last\:mb-5px:last-child{
  margin-bottom: 5px;
}

.last\:ml-5px:last-child{
  margin-left: 5px;
}

.last\:mt-6px:last-child{
  margin-top: 6px;
}

.last\:mr-6px:last-child{
  margin-right: 6px;
}

.last\:mb-6px:last-child{
  margin-bottom: 6px;
}

.last\:ml-6px:last-child{
  margin-left: 6px;
}

.last\:mt-7px:last-child{
  margin-top: 7px;
}

.last\:mr-7px:last-child{
  margin-right: 7px;
}

.last\:mb-7px:last-child{
  margin-bottom: 7px;
}

.last\:ml-7px:last-child{
  margin-left: 7px;
}

.last\:mt-8px:last-child{
  margin-top: 8px;
}

.last\:mr-8px:last-child{
  margin-right: 8px;
}

.last\:mb-8px:last-child{
  margin-bottom: 8px;
}

.last\:ml-8px:last-child{
  margin-left: 8px;
}

.last\:mt-10px:last-child{
  margin-top: 10px;
}

.last\:mr-10px:last-child{
  margin-right: 10px;
}

.last\:mb-10px:last-child{
  margin-bottom: 10px;
}

.last\:ml-10px:last-child{
  margin-left: 10px;
}

.last\:mt-11px:last-child{
  margin-top: 11px;
}

.last\:mr-11px:last-child{
  margin-right: 11px;
}

.last\:mb-11px:last-child{
  margin-bottom: 11px;
}

.last\:ml-11px:last-child{
  margin-left: 11px;
}

.last\:mt-12px:last-child{
  margin-top: 12px;
}

.last\:mr-12px:last-child{
  margin-right: 12px;
}

.last\:mb-12px:last-child{
  margin-bottom: 12px;
}

.last\:ml-12px:last-child{
  margin-left: 12px;
}

.last\:mt-14px:last-child{
  margin-top: 14px;
}

.last\:mr-14px:last-child{
  margin-right: 14px;
}

.last\:mb-14px:last-child{
  margin-bottom: 14px;
}

.last\:ml-14px:last-child{
  margin-left: 14px;
}

.last\:mt-15px:last-child{
  margin-top: 15px;
}

.last\:mr-15px:last-child{
  margin-right: 15px;
}

.last\:mb-15px:last-child{
  margin-bottom: 15px;
}

.last\:ml-15px:last-child{
  margin-left: 15px;
}

.last\:mt-16px:last-child{
  margin-top: 16px;
}

.last\:mr-16px:last-child{
  margin-right: 16px;
}

.last\:mb-16px:last-child{
  margin-bottom: 16px;
}

.last\:ml-16px:last-child{
  margin-left: 16px;
}

.last\:mt-18px:last-child{
  margin-top: 18px;
}

.last\:mr-18px:last-child{
  margin-right: 18px;
}

.last\:mb-18px:last-child{
  margin-bottom: 18px;
}

.last\:ml-18px:last-child{
  margin-left: 18px;
}

.last\:mt-20px:last-child{
  margin-top: 20px;
}

.last\:mr-20px:last-child{
  margin-right: 20px;
}

.last\:mb-20px:last-child{
  margin-bottom: 20px;
}

.last\:ml-20px:last-child{
  margin-left: 20px;
}

.last\:mt-24px:last-child{
  margin-top: 24px;
}

.last\:mr-24px:last-child{
  margin-right: 24px;
}

.last\:mb-24px:last-child{
  margin-bottom: 24px;
}

.last\:ml-24px:last-child{
  margin-left: 24px;
}

.last\:mt-25px:last-child{
  margin-top: 25px;
}

.last\:mr-25px:last-child{
  margin-right: 25px;
}

.last\:mb-25px:last-child{
  margin-bottom: 25px;
}

.last\:ml-25px:last-child{
  margin-left: 25px;
}

.last\:mt-26px:last-child{
  margin-top: 26px;
}

.last\:mr-26px:last-child{
  margin-right: 26px;
}

.last\:mb-26px:last-child{
  margin-bottom: 26px;
}

.last\:ml-26px:last-child{
  margin-left: 26px;
}

.last\:mt-30px:last-child{
  margin-top: 30px;
}

.last\:mr-30px:last-child{
  margin-right: 30px;
}

.last\:mb-30px:last-child{
  margin-bottom: 30px;
}

.last\:ml-30px:last-child{
  margin-left: 30px;
}

.last\:mt-34px:last-child{
  margin-top: 34px;
}

.last\:mr-34px:last-child{
  margin-right: 34px;
}

.last\:mb-34px:last-child{
  margin-bottom: 34px;
}

.last\:ml-34px:last-child{
  margin-left: 34px;
}

.last\:mt-36px:last-child{
  margin-top: 36px;
}

.last\:mr-36px:last-child{
  margin-right: 36px;
}

.last\:mb-36px:last-child{
  margin-bottom: 36px;
}

.last\:ml-36px:last-child{
  margin-left: 36px;
}

.last\:mt-40px:last-child{
  margin-top: 40px;
}

.last\:mr-40px:last-child{
  margin-right: 40px;
}

.last\:mb-40px:last-child{
  margin-bottom: 40px;
}

.last\:ml-40px:last-child{
  margin-left: 40px;
}

.last\:mt-45px:last-child{
  margin-top: 45px;
}

.last\:mr-45px:last-child{
  margin-right: 45px;
}

.last\:mb-45px:last-child{
  margin-bottom: 45px;
}

.last\:ml-45px:last-child{
  margin-left: 45px;
}

.last\:mt-49px:last-child{
  margin-top: 49px;
}

.last\:mr-49px:last-child{
  margin-right: 49px;
}

.last\:mb-49px:last-child{
  margin-bottom: 49px;
}

.last\:ml-49px:last-child{
  margin-left: 49px;
}

.last\:mt-50px:last-child{
  margin-top: 50px;
}

.last\:mr-50px:last-child{
  margin-right: 50px;
}

.last\:mb-50px:last-child{
  margin-bottom: 50px;
}

.last\:ml-50px:last-child{
  margin-left: 50px;
}

.last\:mt-53px:last-child{
  margin-top: 53px;
}

.last\:mr-53px:last-child{
  margin-right: 53px;
}

.last\:mb-53px:last-child{
  margin-bottom: 53px;
}

.last\:ml-53px:last-child{
  margin-left: 53px;
}

.last\:mt-55px:last-child{
  margin-top: 55px;
}

.last\:mr-55px:last-child{
  margin-right: 55px;
}

.last\:mb-55px:last-child{
  margin-bottom: 55px;
}

.last\:ml-55px:last-child{
  margin-left: 55px;
}

.last\:mt-60px:last-child{
  margin-top: 60px;
}

.last\:mr-60px:last-child{
  margin-right: 60px;
}

.last\:mb-60px:last-child{
  margin-bottom: 60px;
}

.last\:ml-60px:last-child{
  margin-left: 60px;
}

.last\:mt-68px:last-child{
  margin-top: 68px;
}

.last\:mr-68px:last-child{
  margin-right: 68px;
}

.last\:mb-68px:last-child{
  margin-bottom: 68px;
}

.last\:ml-68px:last-child{
  margin-left: 68px;
}

.last\:mt-80px:last-child{
  margin-top: 80px;
}

.last\:mr-80px:last-child{
  margin-right: 80px;
}

.last\:mb-80px:last-child{
  margin-bottom: 80px;
}

.last\:ml-80px:last-child{
  margin-left: 80px;
}

.last\:mt-90px:last-child{
  margin-top: 90px;
}

.last\:mr-90px:last-child{
  margin-right: 90px;
}

.last\:mb-90px:last-child{
  margin-bottom: 90px;
}

.last\:ml-90px:last-child{
  margin-left: 90px;
}

.last\:mt-93px:last-child{
  margin-top: 93px;
}

.last\:mr-93px:last-child{
  margin-right: 93px;
}

.last\:mb-93px:last-child{
  margin-bottom: 93px;
}

.last\:ml-93px:last-child{
  margin-left: 93px;
}

.last\:mt-115px:last-child{
  margin-top: 115px;
}

.last\:mr-115px:last-child{
  margin-right: 115px;
}

.last\:mb-115px:last-child{
  margin-bottom: 115px;
}

.last\:ml-115px:last-child{
  margin-left: 115px;
}

.last\:-mt-2px:last-child{
  margin-top: -2px;
}

.last\:-mr-2px:last-child{
  margin-right: -2px;
}

.last\:-mb-2px:last-child{
  margin-bottom: -2px;
}

.last\:-ml-2px:last-child{
  margin-left: -2px;
}

.last\:-mt-4px:last-child{
  margin-top: -4px;
}

.last\:-mr-4px:last-child{
  margin-right: -4px;
}

.last\:-mb-4px:last-child{
  margin-bottom: -4px;
}

.last\:-ml-4px:last-child{
  margin-left: -4px;
}

.last\:-mt-5px:last-child{
  margin-top: -5px;
}

.last\:-mr-5px:last-child{
  margin-right: -5px;
}

.last\:-mb-5px:last-child{
  margin-bottom: -5px;
}

.last\:-ml-5px:last-child{
  margin-left: -5px;
}

.last\:-mt-6px:last-child{
  margin-top: -6px;
}

.last\:-mr-6px:last-child{
  margin-right: -6px;
}

.last\:-mb-6px:last-child{
  margin-bottom: -6px;
}

.last\:-ml-6px:last-child{
  margin-left: -6px;
}

.last\:-mt-7px:last-child{
  margin-top: -7px;
}

.last\:-mr-7px:last-child{
  margin-right: -7px;
}

.last\:-mb-7px:last-child{
  margin-bottom: -7px;
}

.last\:-ml-7px:last-child{
  margin-left: -7px;
}

.last\:-mt-8px:last-child{
  margin-top: -8px;
}

.last\:-mr-8px:last-child{
  margin-right: -8px;
}

.last\:-mb-8px:last-child{
  margin-bottom: -8px;
}

.last\:-ml-8px:last-child{
  margin-left: -8px;
}

.last\:-mt-10px:last-child{
  margin-top: -10px;
}

.last\:-mr-10px:last-child{
  margin-right: -10px;
}

.last\:-mb-10px:last-child{
  margin-bottom: -10px;
}

.last\:-ml-10px:last-child{
  margin-left: -10px;
}

.last\:-mt-11px:last-child{
  margin-top: -11px;
}

.last\:-mr-11px:last-child{
  margin-right: -11px;
}

.last\:-mb-11px:last-child{
  margin-bottom: -11px;
}

.last\:-ml-11px:last-child{
  margin-left: -11px;
}

.last\:-mt-12px:last-child{
  margin-top: -12px;
}

.last\:-mr-12px:last-child{
  margin-right: -12px;
}

.last\:-mb-12px:last-child{
  margin-bottom: -12px;
}

.last\:-ml-12px:last-child{
  margin-left: -12px;
}

.last\:-mt-14px:last-child{
  margin-top: -14px;
}

.last\:-mr-14px:last-child{
  margin-right: -14px;
}

.last\:-mb-14px:last-child{
  margin-bottom: -14px;
}

.last\:-ml-14px:last-child{
  margin-left: -14px;
}

.last\:-mt-15px:last-child{
  margin-top: -15px;
}

.last\:-mr-15px:last-child{
  margin-right: -15px;
}

.last\:-mb-15px:last-child{
  margin-bottom: -15px;
}

.last\:-ml-15px:last-child{
  margin-left: -15px;
}

.last\:-mt-16px:last-child{
  margin-top: -16px;
}

.last\:-mr-16px:last-child{
  margin-right: -16px;
}

.last\:-mb-16px:last-child{
  margin-bottom: -16px;
}

.last\:-ml-16px:last-child{
  margin-left: -16px;
}

.last\:-mt-18px:last-child{
  margin-top: -18px;
}

.last\:-mr-18px:last-child{
  margin-right: -18px;
}

.last\:-mb-18px:last-child{
  margin-bottom: -18px;
}

.last\:-ml-18px:last-child{
  margin-left: -18px;
}

.last\:-mt-20px:last-child{
  margin-top: -20px;
}

.last\:-mr-20px:last-child{
  margin-right: -20px;
}

.last\:-mb-20px:last-child{
  margin-bottom: -20px;
}

.last\:-ml-20px:last-child{
  margin-left: -20px;
}

.last\:-mt-24px:last-child{
  margin-top: -24px;
}

.last\:-mr-24px:last-child{
  margin-right: -24px;
}

.last\:-mb-24px:last-child{
  margin-bottom: -24px;
}

.last\:-ml-24px:last-child{
  margin-left: -24px;
}

.last\:-mt-25px:last-child{
  margin-top: -25px;
}

.last\:-mr-25px:last-child{
  margin-right: -25px;
}

.last\:-mb-25px:last-child{
  margin-bottom: -25px;
}

.last\:-ml-25px:last-child{
  margin-left: -25px;
}

.last\:-mt-26px:last-child{
  margin-top: -26px;
}

.last\:-mr-26px:last-child{
  margin-right: -26px;
}

.last\:-mb-26px:last-child{
  margin-bottom: -26px;
}

.last\:-ml-26px:last-child{
  margin-left: -26px;
}

.last\:-mt-30px:last-child{
  margin-top: -30px;
}

.last\:-mr-30px:last-child{
  margin-right: -30px;
}

.last\:-mb-30px:last-child{
  margin-bottom: -30px;
}

.last\:-ml-30px:last-child{
  margin-left: -30px;
}

.last\:-mt-34px:last-child{
  margin-top: -34px;
}

.last\:-mr-34px:last-child{
  margin-right: -34px;
}

.last\:-mb-34px:last-child{
  margin-bottom: -34px;
}

.last\:-ml-34px:last-child{
  margin-left: -34px;
}

.last\:-mt-36px:last-child{
  margin-top: -36px;
}

.last\:-mr-36px:last-child{
  margin-right: -36px;
}

.last\:-mb-36px:last-child{
  margin-bottom: -36px;
}

.last\:-ml-36px:last-child{
  margin-left: -36px;
}

.last\:-mt-40px:last-child{
  margin-top: -40px;
}

.last\:-mr-40px:last-child{
  margin-right: -40px;
}

.last\:-mb-40px:last-child{
  margin-bottom: -40px;
}

.last\:-ml-40px:last-child{
  margin-left: -40px;
}

.last\:-mt-45px:last-child{
  margin-top: -45px;
}

.last\:-mr-45px:last-child{
  margin-right: -45px;
}

.last\:-mb-45px:last-child{
  margin-bottom: -45px;
}

.last\:-ml-45px:last-child{
  margin-left: -45px;
}

.last\:-mt-49px:last-child{
  margin-top: -49px;
}

.last\:-mr-49px:last-child{
  margin-right: -49px;
}

.last\:-mb-49px:last-child{
  margin-bottom: -49px;
}

.last\:-ml-49px:last-child{
  margin-left: -49px;
}

.last\:-mt-50px:last-child{
  margin-top: -50px;
}

.last\:-mr-50px:last-child{
  margin-right: -50px;
}

.last\:-mb-50px:last-child{
  margin-bottom: -50px;
}

.last\:-ml-50px:last-child{
  margin-left: -50px;
}

.last\:-mt-53px:last-child{
  margin-top: -53px;
}

.last\:-mr-53px:last-child{
  margin-right: -53px;
}

.last\:-mb-53px:last-child{
  margin-bottom: -53px;
}

.last\:-ml-53px:last-child{
  margin-left: -53px;
}

.last\:-mt-55px:last-child{
  margin-top: -55px;
}

.last\:-mr-55px:last-child{
  margin-right: -55px;
}

.last\:-mb-55px:last-child{
  margin-bottom: -55px;
}

.last\:-ml-55px:last-child{
  margin-left: -55px;
}

.last\:-mt-60px:last-child{
  margin-top: -60px;
}

.last\:-mr-60px:last-child{
  margin-right: -60px;
}

.last\:-mb-60px:last-child{
  margin-bottom: -60px;
}

.last\:-ml-60px:last-child{
  margin-left: -60px;
}

.last\:-mt-68px:last-child{
  margin-top: -68px;
}

.last\:-mr-68px:last-child{
  margin-right: -68px;
}

.last\:-mb-68px:last-child{
  margin-bottom: -68px;
}

.last\:-ml-68px:last-child{
  margin-left: -68px;
}

.last\:-mt-80px:last-child{
  margin-top: -80px;
}

.last\:-mr-80px:last-child{
  margin-right: -80px;
}

.last\:-mb-80px:last-child{
  margin-bottom: -80px;
}

.last\:-ml-80px:last-child{
  margin-left: -80px;
}

.last\:-mt-90px:last-child{
  margin-top: -90px;
}

.last\:-mr-90px:last-child{
  margin-right: -90px;
}

.last\:-mb-90px:last-child{
  margin-bottom: -90px;
}

.last\:-ml-90px:last-child{
  margin-left: -90px;
}

.last\:-mt-93px:last-child{
  margin-top: -93px;
}

.last\:-mr-93px:last-child{
  margin-right: -93px;
}

.last\:-mb-93px:last-child{
  margin-bottom: -93px;
}

.last\:-ml-93px:last-child{
  margin-left: -93px;
}

.last\:-mt-115px:last-child{
  margin-top: -115px;
}

.last\:-mr-115px:last-child{
  margin-right: -115px;
}

.last\:-mb-115px:last-child{
  margin-bottom: -115px;
}

.last\:-ml-115px:last-child{
  margin-left: -115px;
}

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

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

.max-w-none{
  max-width: none;
}

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

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

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

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

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

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

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

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

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

.max-w-6xl{
  max-width: 72rem;
}

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

.max-w-screen-sm{
  max-width: 640px;
}

.max-w-screen-md{
  max-width: 768px;
}

.max-w-screen-lg{
  max-width: 1024px;
}

.max-w-screen-xl{
  max-width: 1280px;
}

.max-w-screen-xm{
  max-width: 960px;
}

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

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

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

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

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

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

.min-h-0{
  min-height: 0;
}

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

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

.min-w-0{
  min-width: 0;
}

.min-w-full{
  min-width: 100%;
}

.min-w-200px{
  min-width: 200px;
}

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

.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline-white{
  outline: 2px dotted white;
  outline-offset: 2px;
}

.outline-black{
  outline: 2px dotted black;
  outline-offset: 2px;
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:outline-white:focus{
  outline: 2px dotted white;
  outline-offset: 2px;
}

.focus\:outline-black:focus{
  outline: 2px dotted black;
  outline-offset: 2px;
}

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-visible{
  overflow: visible;
}

.overflow-scroll{
  overflow: scroll;
}

.overflow-x-auto{
  overflow-x: auto;
}

.overflow-y-auto{
  overflow-y: auto;
}

.overflow-x-hidden{
  overflow-x: hidden;
}

.overflow-y-hidden{
  overflow-y: hidden;
}

.overflow-x-visible{
  overflow-x: visible;
}

.overflow-y-visible{
  overflow-y: visible;
}

.overflow-x-scroll{
  overflow-x: scroll;
}

.overflow-y-scroll{
  overflow-y: scroll;
}

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

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

.p-0{
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.px-4px{
  padding-left: 4px;
  padding-right: 4px;
}

.py-5px{
  padding-top: 5px;
  padding-bottom: 5px;
}

.px-5px{
  padding-left: 5px;
  padding-right: 5px;
}

.py-6px{
  padding-top: 6px;
  padding-bottom: 6px;
}

.px-6px{
  padding-left: 6px;
  padding-right: 6px;
}

.py-7px{
  padding-top: 7px;
  padding-bottom: 7px;
}

.px-7px{
  padding-left: 7px;
  padding-right: 7px;
}

.py-8px{
  padding-top: 8px;
  padding-bottom: 8px;
}

.px-8px{
  padding-left: 8px;
  padding-right: 8px;
}

.py-10px{
  padding-top: 10px;
  padding-bottom: 10px;
}

.px-10px{
  padding-left: 10px;
  padding-right: 10px;
}

.py-11px{
  padding-top: 11px;
  padding-bottom: 11px;
}

.px-11px{
  padding-left: 11px;
  padding-right: 11px;
}

.py-12px{
  padding-top: 12px;
  padding-bottom: 12px;
}

.px-12px{
  padding-left: 12px;
  padding-right: 12px;
}

.py-14px{
  padding-top: 14px;
  padding-bottom: 14px;
}

.px-14px{
  padding-left: 14px;
  padding-right: 14px;
}

.py-15px{
  padding-top: 15px;
  padding-bottom: 15px;
}

.px-15px{
  padding-left: 15px;
  padding-right: 15px;
}

.py-16px{
  padding-top: 16px;
  padding-bottom: 16px;
}

.px-16px{
  padding-left: 16px;
  padding-right: 16px;
}

.py-18px{
  padding-top: 18px;
  padding-bottom: 18px;
}

.px-18px{
  padding-left: 18px;
  padding-right: 18px;
}

.py-20px{
  padding-top: 20px;
  padding-bottom: 20px;
}

.px-20px{
  padding-left: 20px;
  padding-right: 20px;
}

.py-24px{
  padding-top: 24px;
  padding-bottom: 24px;
}

.px-24px{
  padding-left: 24px;
  padding-right: 24px;
}

.py-25px{
  padding-top: 25px;
  padding-bottom: 25px;
}

.px-25px{
  padding-left: 25px;
  padding-right: 25px;
}

.py-26px{
  padding-top: 26px;
  padding-bottom: 26px;
}

.px-26px{
  padding-left: 26px;
  padding-right: 26px;
}

.py-30px{
  padding-top: 30px;
  padding-bottom: 30px;
}

.px-30px{
  padding-left: 30px;
  padding-right: 30px;
}

.py-34px{
  padding-top: 34px;
  padding-bottom: 34px;
}

.px-34px{
  padding-left: 34px;
  padding-right: 34px;
}

.py-36px{
  padding-top: 36px;
  padding-bottom: 36px;
}

.px-36px{
  padding-left: 36px;
  padding-right: 36px;
}

.py-40px{
  padding-top: 40px;
  padding-bottom: 40px;
}

.px-40px{
  padding-left: 40px;
  padding-right: 40px;
}

.py-45px{
  padding-top: 45px;
  padding-bottom: 45px;
}

.px-45px{
  padding-left: 45px;
  padding-right: 45px;
}

.py-49px{
  padding-top: 49px;
  padding-bottom: 49px;
}

.px-49px{
  padding-left: 49px;
  padding-right: 49px;
}

.py-50px{
  padding-top: 50px;
  padding-bottom: 50px;
}

.px-50px{
  padding-left: 50px;
  padding-right: 50px;
}

.py-53px{
  padding-top: 53px;
  padding-bottom: 53px;
}

.px-53px{
  padding-left: 53px;
  padding-right: 53px;
}

.py-55px{
  padding-top: 55px;
  padding-bottom: 55px;
}

.px-55px{
  padding-left: 55px;
  padding-right: 55px;
}

.py-60px{
  padding-top: 60px;
  padding-bottom: 60px;
}

.px-60px{
  padding-left: 60px;
  padding-right: 60px;
}

.py-68px{
  padding-top: 68px;
  padding-bottom: 68px;
}

.px-68px{
  padding-left: 68px;
  padding-right: 68px;
}

.py-80px{
  padding-top: 80px;
  padding-bottom: 80px;
}

.px-80px{
  padding-left: 80px;
  padding-right: 80px;
}

.py-90px{
  padding-top: 90px;
  padding-bottom: 90px;
}

.px-90px{
  padding-left: 90px;
  padding-right: 90px;
}

.py-93px{
  padding-top: 93px;
  padding-bottom: 93px;
}

.px-93px{
  padding-left: 93px;
  padding-right: 93px;
}

.py-115px{
  padding-top: 115px;
  padding-bottom: 115px;
}

.px-115px{
  padding-left: 115px;
  padding-right: 115px;
}

.pt-0{
  padding-top: 0;
}

.pr-0{
  padding-right: 0;
}

.pb-0{
  padding-bottom: 0;
}

.pl-0{
  padding-left: 0;
}

.pt-2px{
  padding-top: 2px;
}

.pr-2px{
  padding-right: 2px;
}

.pb-2px{
  padding-bottom: 2px;
}

.pl-2px{
  padding-left: 2px;
}

.pt-4px{
  padding-top: 4px;
}

.pr-4px{
  padding-right: 4px;
}

.pb-4px{
  padding-bottom: 4px;
}

.pl-4px{
  padding-left: 4px;
}

.pt-5px{
  padding-top: 5px;
}

.pr-5px{
  padding-right: 5px;
}

.pb-5px{
  padding-bottom: 5px;
}

.pl-5px{
  padding-left: 5px;
}

.pt-6px{
  padding-top: 6px;
}

.pr-6px{
  padding-right: 6px;
}

.pb-6px{
  padding-bottom: 6px;
}

.pl-6px{
  padding-left: 6px;
}

.pt-7px{
  padding-top: 7px;
}

.pr-7px{
  padding-right: 7px;
}

.pb-7px{
  padding-bottom: 7px;
}

.pl-7px{
  padding-left: 7px;
}

.pt-8px{
  padding-top: 8px;
}

.pr-8px{
  padding-right: 8px;
}

.pb-8px{
  padding-bottom: 8px;
}

.pl-8px{
  padding-left: 8px;
}

.pt-10px{
  padding-top: 10px;
}

.pr-10px{
  padding-right: 10px;
}

.pb-10px{
  padding-bottom: 10px;
}

.pl-10px{
  padding-left: 10px;
}

.pt-11px{
  padding-top: 11px;
}

.pr-11px{
  padding-right: 11px;
}

.pb-11px{
  padding-bottom: 11px;
}

.pl-11px{
  padding-left: 11px;
}

.pt-12px{
  padding-top: 12px;
}

.pr-12px{
  padding-right: 12px;
}

.pb-12px{
  padding-bottom: 12px;
}

.pl-12px{
  padding-left: 12px;
}

.pt-14px{
  padding-top: 14px;
}

.pr-14px{
  padding-right: 14px;
}

.pb-14px{
  padding-bottom: 14px;
}

.pl-14px{
  padding-left: 14px;
}

.pt-15px{
  padding-top: 15px;
}

.pr-15px{
  padding-right: 15px;
}

.pb-15px{
  padding-bottom: 15px;
}

.pl-15px{
  padding-left: 15px;
}

.pt-16px{
  padding-top: 16px;
}

.pr-16px{
  padding-right: 16px;
}

.pb-16px{
  padding-bottom: 16px;
}

.pl-16px{
  padding-left: 16px;
}

.pt-18px{
  padding-top: 18px;
}

.pr-18px{
  padding-right: 18px;
}

.pb-18px{
  padding-bottom: 18px;
}

.pl-18px{
  padding-left: 18px;
}

.pt-20px{
  padding-top: 20px;
}

.pr-20px{
  padding-right: 20px;
}

.pb-20px{
  padding-bottom: 20px;
}

.pl-20px{
  padding-left: 20px;
}

.pt-24px{
  padding-top: 24px;
}

.pr-24px{
  padding-right: 24px;
}

.pb-24px{
  padding-bottom: 24px;
}

.pl-24px{
  padding-left: 24px;
}

.pt-25px{
  padding-top: 25px;
}

.pr-25px{
  padding-right: 25px;
}

.pb-25px{
  padding-bottom: 25px;
}

.pl-25px{
  padding-left: 25px;
}

.pt-26px{
  padding-top: 26px;
}

.pr-26px{
  padding-right: 26px;
}

.pb-26px{
  padding-bottom: 26px;
}

.pl-26px{
  padding-left: 26px;
}

.pt-30px{
  padding-top: 30px;
}

.pr-30px{
  padding-right: 30px;
}

.pb-30px{
  padding-bottom: 30px;
}

.pl-30px{
  padding-left: 30px;
}

.pt-34px{
  padding-top: 34px;
}

.pr-34px{
  padding-right: 34px;
}

.pb-34px{
  padding-bottom: 34px;
}

.pl-34px{
  padding-left: 34px;
}

.pt-36px{
  padding-top: 36px;
}

.pr-36px{
  padding-right: 36px;
}

.pb-36px{
  padding-bottom: 36px;
}

.pl-36px{
  padding-left: 36px;
}

.pt-40px{
  padding-top: 40px;
}

.pr-40px{
  padding-right: 40px;
}

.pb-40px{
  padding-bottom: 40px;
}

.pl-40px{
  padding-left: 40px;
}

.pt-45px{
  padding-top: 45px;
}

.pr-45px{
  padding-right: 45px;
}

.pb-45px{
  padding-bottom: 45px;
}

.pl-45px{
  padding-left: 45px;
}

.pt-49px{
  padding-top: 49px;
}

.pr-49px{
  padding-right: 49px;
}

.pb-49px{
  padding-bottom: 49px;
}

.pl-49px{
  padding-left: 49px;
}

.pt-50px{
  padding-top: 50px;
}

.pr-50px{
  padding-right: 50px;
}

.pb-50px{
  padding-bottom: 50px;
}

.pl-50px{
  padding-left: 50px;
}

.pt-53px{
  padding-top: 53px;
}

.pr-53px{
  padding-right: 53px;
}

.pb-53px{
  padding-bottom: 53px;
}

.pl-53px{
  padding-left: 53px;
}

.pt-55px{
  padding-top: 55px;
}

.pr-55px{
  padding-right: 55px;
}

.pb-55px{
  padding-bottom: 55px;
}

.pl-55px{
  padding-left: 55px;
}

.pt-60px{
  padding-top: 60px;
}

.pr-60px{
  padding-right: 60px;
}

.pb-60px{
  padding-bottom: 60px;
}

.pl-60px{
  padding-left: 60px;
}

.pt-68px{
  padding-top: 68px;
}

.pr-68px{
  padding-right: 68px;
}

.pb-68px{
  padding-bottom: 68px;
}

.pl-68px{
  padding-left: 68px;
}

.pt-80px{
  padding-top: 80px;
}

.pr-80px{
  padding-right: 80px;
}

.pb-80px{
  padding-bottom: 80px;
}

.pl-80px{
  padding-left: 80px;
}

.pt-90px{
  padding-top: 90px;
}

.pr-90px{
  padding-right: 90px;
}

.pb-90px{
  padding-bottom: 90px;
}

.pl-90px{
  padding-left: 90px;
}

.pt-93px{
  padding-top: 93px;
}

.pr-93px{
  padding-right: 93px;
}

.pb-93px{
  padding-bottom: 93px;
}

.pl-93px{
  padding-left: 93px;
}

.pt-115px{
  padding-top: 115px;
}

.pr-115px{
  padding-right: 115px;
}

.pb-115px{
  padding-bottom: 115px;
}

.pl-115px{
  padding-left: 115px;
}

.first\:p-0:first-child{
  padding: 0;
}

.first\:p-2px:first-child{
  padding: 2px;
}

.first\:p-4px:first-child{
  padding: 4px;
}

.first\:p-5px:first-child{
  padding: 5px;
}

.first\:p-6px:first-child{
  padding: 6px;
}

.first\:p-7px:first-child{
  padding: 7px;
}

.first\:p-8px:first-child{
  padding: 8px;
}

.first\:p-10px:first-child{
  padding: 10px;
}

.first\:p-11px:first-child{
  padding: 11px;
}

.first\:p-12px:first-child{
  padding: 12px;
}

.first\:p-14px:first-child{
  padding: 14px;
}

.first\:p-15px:first-child{
  padding: 15px;
}

.first\:p-16px:first-child{
  padding: 16px;
}

.first\:p-18px:first-child{
  padding: 18px;
}

.first\:p-20px:first-child{
  padding: 20px;
}

.first\:p-24px:first-child{
  padding: 24px;
}

.first\:p-25px:first-child{
  padding: 25px;
}

.first\:p-26px:first-child{
  padding: 26px;
}

.first\:p-30px:first-child{
  padding: 30px;
}

.first\:p-34px:first-child{
  padding: 34px;
}

.first\:p-36px:first-child{
  padding: 36px;
}

.first\:p-40px:first-child{
  padding: 40px;
}

.first\:p-45px:first-child{
  padding: 45px;
}

.first\:p-49px:first-child{
  padding: 49px;
}

.first\:p-50px:first-child{
  padding: 50px;
}

.first\:p-53px:first-child{
  padding: 53px;
}

.first\:p-55px:first-child{
  padding: 55px;
}

.first\:p-60px:first-child{
  padding: 60px;
}

.first\:p-68px:first-child{
  padding: 68px;
}

.first\:p-80px:first-child{
  padding: 80px;
}

.first\:p-90px:first-child{
  padding: 90px;
}

.first\:p-93px:first-child{
  padding: 93px;
}

.first\:p-115px:first-child{
  padding: 115px;
}

.first\:py-0:first-child{
  padding-top: 0;
  padding-bottom: 0;
}

.first\:px-0:first-child{
  padding-left: 0;
  padding-right: 0;
}

.first\:py-2px:first-child{
  padding-top: 2px;
  padding-bottom: 2px;
}

.first\:px-2px:first-child{
  padding-left: 2px;
  padding-right: 2px;
}

.first\:py-4px:first-child{
  padding-top: 4px;
  padding-bottom: 4px;
}

.first\:px-4px:first-child{
  padding-left: 4px;
  padding-right: 4px;
}

.first\:py-5px:first-child{
  padding-top: 5px;
  padding-bottom: 5px;
}

.first\:px-5px:first-child{
  padding-left: 5px;
  padding-right: 5px;
}

.first\:py-6px:first-child{
  padding-top: 6px;
  padding-bottom: 6px;
}

.first\:px-6px:first-child{
  padding-left: 6px;
  padding-right: 6px;
}

.first\:py-7px:first-child{
  padding-top: 7px;
  padding-bottom: 7px;
}

.first\:px-7px:first-child{
  padding-left: 7px;
  padding-right: 7px;
}

.first\:py-8px:first-child{
  padding-top: 8px;
  padding-bottom: 8px;
}

.first\:px-8px:first-child{
  padding-left: 8px;
  padding-right: 8px;
}

.first\:py-10px:first-child{
  padding-top: 10px;
  padding-bottom: 10px;
}

.first\:px-10px:first-child{
  padding-left: 10px;
  padding-right: 10px;
}

.first\:py-11px:first-child{
  padding-top: 11px;
  padding-bottom: 11px;
}

.first\:px-11px:first-child{
  padding-left: 11px;
  padding-right: 11px;
}

.first\:py-12px:first-child{
  padding-top: 12px;
  padding-bottom: 12px;
}

.first\:px-12px:first-child{
  padding-left: 12px;
  padding-right: 12px;
}

.first\:py-14px:first-child{
  padding-top: 14px;
  padding-bottom: 14px;
}

.first\:px-14px:first-child{
  padding-left: 14px;
  padding-right: 14px;
}

.first\:py-15px:first-child{
  padding-top: 15px;
  padding-bottom: 15px;
}

.first\:px-15px:first-child{
  padding-left: 15px;
  padding-right: 15px;
}

.first\:py-16px:first-child{
  padding-top: 16px;
  padding-bottom: 16px;
}

.first\:px-16px:first-child{
  padding-left: 16px;
  padding-right: 16px;
}

.first\:py-18px:first-child{
  padding-top: 18px;
  padding-bottom: 18px;
}

.first\:px-18px:first-child{
  padding-left: 18px;
  padding-right: 18px;
}

.first\:py-20px:first-child{
  padding-top: 20px;
  padding-bottom: 20px;
}

.first\:px-20px:first-child{
  padding-left: 20px;
  padding-right: 20px;
}

.first\:py-24px:first-child{
  padding-top: 24px;
  padding-bottom: 24px;
}

.first\:px-24px:first-child{
  padding-left: 24px;
  padding-right: 24px;
}

.first\:py-25px:first-child{
  padding-top: 25px;
  padding-bottom: 25px;
}

.first\:px-25px:first-child{
  padding-left: 25px;
  padding-right: 25px;
}

.first\:py-26px:first-child{
  padding-top: 26px;
  padding-bottom: 26px;
}

.first\:px-26px:first-child{
  padding-left: 26px;
  padding-right: 26px;
}

.first\:py-30px:first-child{
  padding-top: 30px;
  padding-bottom: 30px;
}

.first\:px-30px:first-child{
  padding-left: 30px;
  padding-right: 30px;
}

.first\:py-34px:first-child{
  padding-top: 34px;
  padding-bottom: 34px;
}

.first\:px-34px:first-child{
  padding-left: 34px;
  padding-right: 34px;
}

.first\:py-36px:first-child{
  padding-top: 36px;
  padding-bottom: 36px;
}

.first\:px-36px:first-child{
  padding-left: 36px;
  padding-right: 36px;
}

.first\:py-40px:first-child{
  padding-top: 40px;
  padding-bottom: 40px;
}

.first\:px-40px:first-child{
  padding-left: 40px;
  padding-right: 40px;
}

.first\:py-45px:first-child{
  padding-top: 45px;
  padding-bottom: 45px;
}

.first\:px-45px:first-child{
  padding-left: 45px;
  padding-right: 45px;
}

.first\:py-49px:first-child{
  padding-top: 49px;
  padding-bottom: 49px;
}

.first\:px-49px:first-child{
  padding-left: 49px;
  padding-right: 49px;
}

.first\:py-50px:first-child{
  padding-top: 50px;
  padding-bottom: 50px;
}

.first\:px-50px:first-child{
  padding-left: 50px;
  padding-right: 50px;
}

.first\:py-53px:first-child{
  padding-top: 53px;
  padding-bottom: 53px;
}

.first\:px-53px:first-child{
  padding-left: 53px;
  padding-right: 53px;
}

.first\:py-55px:first-child{
  padding-top: 55px;
  padding-bottom: 55px;
}

.first\:px-55px:first-child{
  padding-left: 55px;
  padding-right: 55px;
}

.first\:py-60px:first-child{
  padding-top: 60px;
  padding-bottom: 60px;
}

.first\:px-60px:first-child{
  padding-left: 60px;
  padding-right: 60px;
}

.first\:py-68px:first-child{
  padding-top: 68px;
  padding-bottom: 68px;
}

.first\:px-68px:first-child{
  padding-left: 68px;
  padding-right: 68px;
}

.first\:py-80px:first-child{
  padding-top: 80px;
  padding-bottom: 80px;
}

.first\:px-80px:first-child{
  padding-left: 80px;
  padding-right: 80px;
}

.first\:py-90px:first-child{
  padding-top: 90px;
  padding-bottom: 90px;
}

.first\:px-90px:first-child{
  padding-left: 90px;
  padding-right: 90px;
}

.first\:py-93px:first-child{
  padding-top: 93px;
  padding-bottom: 93px;
}

.first\:px-93px:first-child{
  padding-left: 93px;
  padding-right: 93px;
}

.first\:py-115px:first-child{
  padding-top: 115px;
  padding-bottom: 115px;
}

.first\:px-115px:first-child{
  padding-left: 115px;
  padding-right: 115px;
}

.first\:pt-0:first-child{
  padding-top: 0;
}

.first\:pr-0:first-child{
  padding-right: 0;
}

.first\:pb-0:first-child{
  padding-bottom: 0;
}

.first\:pl-0:first-child{
  padding-left: 0;
}

.first\:pt-2px:first-child{
  padding-top: 2px;
}

.first\:pr-2px:first-child{
  padding-right: 2px;
}

.first\:pb-2px:first-child{
  padding-bottom: 2px;
}

.first\:pl-2px:first-child{
  padding-left: 2px;
}

.first\:pt-4px:first-child{
  padding-top: 4px;
}

.first\:pr-4px:first-child{
  padding-right: 4px;
}

.first\:pb-4px:first-child{
  padding-bottom: 4px;
}

.first\:pl-4px:first-child{
  padding-left: 4px;
}

.first\:pt-5px:first-child{
  padding-top: 5px;
}

.first\:pr-5px:first-child{
  padding-right: 5px;
}

.first\:pb-5px:first-child{
  padding-bottom: 5px;
}

.first\:pl-5px:first-child{
  padding-left: 5px;
}

.first\:pt-6px:first-child{
  padding-top: 6px;
}

.first\:pr-6px:first-child{
  padding-right: 6px;
}

.first\:pb-6px:first-child{
  padding-bottom: 6px;
}

.first\:pl-6px:first-child{
  padding-left: 6px;
}

.first\:pt-7px:first-child{
  padding-top: 7px;
}

.first\:pr-7px:first-child{
  padding-right: 7px;
}

.first\:pb-7px:first-child{
  padding-bottom: 7px;
}

.first\:pl-7px:first-child{
  padding-left: 7px;
}

.first\:pt-8px:first-child{
  padding-top: 8px;
}

.first\:pr-8px:first-child{
  padding-right: 8px;
}

.first\:pb-8px:first-child{
  padding-bottom: 8px;
}

.first\:pl-8px:first-child{
  padding-left: 8px;
}

.first\:pt-10px:first-child{
  padding-top: 10px;
}

.first\:pr-10px:first-child{
  padding-right: 10px;
}

.first\:pb-10px:first-child{
  padding-bottom: 10px;
}

.first\:pl-10px:first-child{
  padding-left: 10px;
}

.first\:pt-11px:first-child{
  padding-top: 11px;
}

.first\:pr-11px:first-child{
  padding-right: 11px;
}

.first\:pb-11px:first-child{
  padding-bottom: 11px;
}

.first\:pl-11px:first-child{
  padding-left: 11px;
}

.first\:pt-12px:first-child{
  padding-top: 12px;
}

.first\:pr-12px:first-child{
  padding-right: 12px;
}

.first\:pb-12px:first-child{
  padding-bottom: 12px;
}

.first\:pl-12px:first-child{
  padding-left: 12px;
}

.first\:pt-14px:first-child{
  padding-top: 14px;
}

.first\:pr-14px:first-child{
  padding-right: 14px;
}

.first\:pb-14px:first-child{
  padding-bottom: 14px;
}

.first\:pl-14px:first-child{
  padding-left: 14px;
}

.first\:pt-15px:first-child{
  padding-top: 15px;
}

.first\:pr-15px:first-child{
  padding-right: 15px;
}

.first\:pb-15px:first-child{
  padding-bottom: 15px;
}

.first\:pl-15px:first-child{
  padding-left: 15px;
}

.first\:pt-16px:first-child{
  padding-top: 16px;
}

.first\:pr-16px:first-child{
  padding-right: 16px;
}

.first\:pb-16px:first-child{
  padding-bottom: 16px;
}

.first\:pl-16px:first-child{
  padding-left: 16px;
}

.first\:pt-18px:first-child{
  padding-top: 18px;
}

.first\:pr-18px:first-child{
  padding-right: 18px;
}

.first\:pb-18px:first-child{
  padding-bottom: 18px;
}

.first\:pl-18px:first-child{
  padding-left: 18px;
}

.first\:pt-20px:first-child{
  padding-top: 20px;
}

.first\:pr-20px:first-child{
  padding-right: 20px;
}

.first\:pb-20px:first-child{
  padding-bottom: 20px;
}

.first\:pl-20px:first-child{
  padding-left: 20px;
}

.first\:pt-24px:first-child{
  padding-top: 24px;
}

.first\:pr-24px:first-child{
  padding-right: 24px;
}

.first\:pb-24px:first-child{
  padding-bottom: 24px;
}

.first\:pl-24px:first-child{
  padding-left: 24px;
}

.first\:pt-25px:first-child{
  padding-top: 25px;
}

.first\:pr-25px:first-child{
  padding-right: 25px;
}

.first\:pb-25px:first-child{
  padding-bottom: 25px;
}

.first\:pl-25px:first-child{
  padding-left: 25px;
}

.first\:pt-26px:first-child{
  padding-top: 26px;
}

.first\:pr-26px:first-child{
  padding-right: 26px;
}

.first\:pb-26px:first-child{
  padding-bottom: 26px;
}

.first\:pl-26px:first-child{
  padding-left: 26px;
}

.first\:pt-30px:first-child{
  padding-top: 30px;
}

.first\:pr-30px:first-child{
  padding-right: 30px;
}

.first\:pb-30px:first-child{
  padding-bottom: 30px;
}

.first\:pl-30px:first-child{
  padding-left: 30px;
}

.first\:pt-34px:first-child{
  padding-top: 34px;
}

.first\:pr-34px:first-child{
  padding-right: 34px;
}

.first\:pb-34px:first-child{
  padding-bottom: 34px;
}

.first\:pl-34px:first-child{
  padding-left: 34px;
}

.first\:pt-36px:first-child{
  padding-top: 36px;
}

.first\:pr-36px:first-child{
  padding-right: 36px;
}

.first\:pb-36px:first-child{
  padding-bottom: 36px;
}

.first\:pl-36px:first-child{
  padding-left: 36px;
}

.first\:pt-40px:first-child{
  padding-top: 40px;
}

.first\:pr-40px:first-child{
  padding-right: 40px;
}

.first\:pb-40px:first-child{
  padding-bottom: 40px;
}

.first\:pl-40px:first-child{
  padding-left: 40px;
}

.first\:pt-45px:first-child{
  padding-top: 45px;
}

.first\:pr-45px:first-child{
  padding-right: 45px;
}

.first\:pb-45px:first-child{
  padding-bottom: 45px;
}

.first\:pl-45px:first-child{
  padding-left: 45px;
}

.first\:pt-49px:first-child{
  padding-top: 49px;
}

.first\:pr-49px:first-child{
  padding-right: 49px;
}

.first\:pb-49px:first-child{
  padding-bottom: 49px;
}

.first\:pl-49px:first-child{
  padding-left: 49px;
}

.first\:pt-50px:first-child{
  padding-top: 50px;
}

.first\:pr-50px:first-child{
  padding-right: 50px;
}

.first\:pb-50px:first-child{
  padding-bottom: 50px;
}

.first\:pl-50px:first-child{
  padding-left: 50px;
}

.first\:pt-53px:first-child{
  padding-top: 53px;
}

.first\:pr-53px:first-child{
  padding-right: 53px;
}

.first\:pb-53px:first-child{
  padding-bottom: 53px;
}

.first\:pl-53px:first-child{
  padding-left: 53px;
}

.first\:pt-55px:first-child{
  padding-top: 55px;
}

.first\:pr-55px:first-child{
  padding-right: 55px;
}

.first\:pb-55px:first-child{
  padding-bottom: 55px;
}

.first\:pl-55px:first-child{
  padding-left: 55px;
}

.first\:pt-60px:first-child{
  padding-top: 60px;
}

.first\:pr-60px:first-child{
  padding-right: 60px;
}

.first\:pb-60px:first-child{
  padding-bottom: 60px;
}

.first\:pl-60px:first-child{
  padding-left: 60px;
}

.first\:pt-68px:first-child{
  padding-top: 68px;
}

.first\:pr-68px:first-child{
  padding-right: 68px;
}

.first\:pb-68px:first-child{
  padding-bottom: 68px;
}

.first\:pl-68px:first-child{
  padding-left: 68px;
}

.first\:pt-80px:first-child{
  padding-top: 80px;
}

.first\:pr-80px:first-child{
  padding-right: 80px;
}

.first\:pb-80px:first-child{
  padding-bottom: 80px;
}

.first\:pl-80px:first-child{
  padding-left: 80px;
}

.first\:pt-90px:first-child{
  padding-top: 90px;
}

.first\:pr-90px:first-child{
  padding-right: 90px;
}

.first\:pb-90px:first-child{
  padding-bottom: 90px;
}

.first\:pl-90px:first-child{
  padding-left: 90px;
}

.first\:pt-93px:first-child{
  padding-top: 93px;
}

.first\:pr-93px:first-child{
  padding-right: 93px;
}

.first\:pb-93px:first-child{
  padding-bottom: 93px;
}

.first\:pl-93px:first-child{
  padding-left: 93px;
}

.first\:pt-115px:first-child{
  padding-top: 115px;
}

.first\:pr-115px:first-child{
  padding-right: 115px;
}

.first\:pb-115px:first-child{
  padding-bottom: 115px;
}

.first\:pl-115px:first-child{
  padding-left: 115px;
}

.last\:p-0:last-child{
  padding: 0;
}

.last\:p-2px:last-child{
  padding: 2px;
}

.last\:p-4px:last-child{
  padding: 4px;
}

.last\:p-5px:last-child{
  padding: 5px;
}

.last\:p-6px:last-child{
  padding: 6px;
}

.last\:p-7px:last-child{
  padding: 7px;
}

.last\:p-8px:last-child{
  padding: 8px;
}

.last\:p-10px:last-child{
  padding: 10px;
}

.last\:p-11px:last-child{
  padding: 11px;
}

.last\:p-12px:last-child{
  padding: 12px;
}

.last\:p-14px:last-child{
  padding: 14px;
}

.last\:p-15px:last-child{
  padding: 15px;
}

.last\:p-16px:last-child{
  padding: 16px;
}

.last\:p-18px:last-child{
  padding: 18px;
}

.last\:p-20px:last-child{
  padding: 20px;
}

.last\:p-24px:last-child{
  padding: 24px;
}

.last\:p-25px:last-child{
  padding: 25px;
}

.last\:p-26px:last-child{
  padding: 26px;
}

.last\:p-30px:last-child{
  padding: 30px;
}

.last\:p-34px:last-child{
  padding: 34px;
}

.last\:p-36px:last-child{
  padding: 36px;
}

.last\:p-40px:last-child{
  padding: 40px;
}

.last\:p-45px:last-child{
  padding: 45px;
}

.last\:p-49px:last-child{
  padding: 49px;
}

.last\:p-50px:last-child{
  padding: 50px;
}

.last\:p-53px:last-child{
  padding: 53px;
}

.last\:p-55px:last-child{
  padding: 55px;
}

.last\:p-60px:last-child{
  padding: 60px;
}

.last\:p-68px:last-child{
  padding: 68px;
}

.last\:p-80px:last-child{
  padding: 80px;
}

.last\:p-90px:last-child{
  padding: 90px;
}

.last\:p-93px:last-child{
  padding: 93px;
}

.last\:p-115px:last-child{
  padding: 115px;
}

.last\:py-0:last-child{
  padding-top: 0;
  padding-bottom: 0;
}

.last\:px-0:last-child{
  padding-left: 0;
  padding-right: 0;
}

.last\:py-2px:last-child{
  padding-top: 2px;
  padding-bottom: 2px;
}

.last\:px-2px:last-child{
  padding-left: 2px;
  padding-right: 2px;
}

.last\:py-4px:last-child{
  padding-top: 4px;
  padding-bottom: 4px;
}

.last\:px-4px:last-child{
  padding-left: 4px;
  padding-right: 4px;
}

.last\:py-5px:last-child{
  padding-top: 5px;
  padding-bottom: 5px;
}

.last\:px-5px:last-child{
  padding-left: 5px;
  padding-right: 5px;
}

.last\:py-6px:last-child{
  padding-top: 6px;
  padding-bottom: 6px;
}

.last\:px-6px:last-child{
  padding-left: 6px;
  padding-right: 6px;
}

.last\:py-7px:last-child{
  padding-top: 7px;
  padding-bottom: 7px;
}

.last\:px-7px:last-child{
  padding-left: 7px;
  padding-right: 7px;
}

.last\:py-8px:last-child{
  padding-top: 8px;
  padding-bottom: 8px;
}

.last\:px-8px:last-child{
  padding-left: 8px;
  padding-right: 8px;
}

.last\:py-10px:last-child{
  padding-top: 10px;
  padding-bottom: 10px;
}

.last\:px-10px:last-child{
  padding-left: 10px;
  padding-right: 10px;
}

.last\:py-11px:last-child{
  padding-top: 11px;
  padding-bottom: 11px;
}

.last\:px-11px:last-child{
  padding-left: 11px;
  padding-right: 11px;
}

.last\:py-12px:last-child{
  padding-top: 12px;
  padding-bottom: 12px;
}

.last\:px-12px:last-child{
  padding-left: 12px;
  padding-right: 12px;
}

.last\:py-14px:last-child{
  padding-top: 14px;
  padding-bottom: 14px;
}

.last\:px-14px:last-child{
  padding-left: 14px;
  padding-right: 14px;
}

.last\:py-15px:last-child{
  padding-top: 15px;
  padding-bottom: 15px;
}

.last\:px-15px:last-child{
  padding-left: 15px;
  padding-right: 15px;
}

.last\:py-16px:last-child{
  padding-top: 16px;
  padding-bottom: 16px;
}

.last\:px-16px:last-child{
  padding-left: 16px;
  padding-right: 16px;
}

.last\:py-18px:last-child{
  padding-top: 18px;
  padding-bottom: 18px;
}

.last\:px-18px:last-child{
  padding-left: 18px;
  padding-right: 18px;
}

.last\:py-20px:last-child{
  padding-top: 20px;
  padding-bottom: 20px;
}

.last\:px-20px:last-child{
  padding-left: 20px;
  padding-right: 20px;
}

.last\:py-24px:last-child{
  padding-top: 24px;
  padding-bottom: 24px;
}

.last\:px-24px:last-child{
  padding-left: 24px;
  padding-right: 24px;
}

.last\:py-25px:last-child{
  padding-top: 25px;
  padding-bottom: 25px;
}

.last\:px-25px:last-child{
  padding-left: 25px;
  padding-right: 25px;
}

.last\:py-26px:last-child{
  padding-top: 26px;
  padding-bottom: 26px;
}

.last\:px-26px:last-child{
  padding-left: 26px;
  padding-right: 26px;
}

.last\:py-30px:last-child{
  padding-top: 30px;
  padding-bottom: 30px;
}

.last\:px-30px:last-child{
  padding-left: 30px;
  padding-right: 30px;
}

.last\:py-34px:last-child{
  padding-top: 34px;
  padding-bottom: 34px;
}

.last\:px-34px:last-child{
  padding-left: 34px;
  padding-right: 34px;
}

.last\:py-36px:last-child{
  padding-top: 36px;
  padding-bottom: 36px;
}

.last\:px-36px:last-child{
  padding-left: 36px;
  padding-right: 36px;
}

.last\:py-40px:last-child{
  padding-top: 40px;
  padding-bottom: 40px;
}

.last\:px-40px:last-child{
  padding-left: 40px;
  padding-right: 40px;
}

.last\:py-45px:last-child{
  padding-top: 45px;
  padding-bottom: 45px;
}

.last\:px-45px:last-child{
  padding-left: 45px;
  padding-right: 45px;
}

.last\:py-49px:last-child{
  padding-top: 49px;
  padding-bottom: 49px;
}

.last\:px-49px:last-child{
  padding-left: 49px;
  padding-right: 49px;
}

.last\:py-50px:last-child{
  padding-top: 50px;
  padding-bottom: 50px;
}

.last\:px-50px:last-child{
  padding-left: 50px;
  padding-right: 50px;
}

.last\:py-53px:last-child{
  padding-top: 53px;
  padding-bottom: 53px;
}

.last\:px-53px:last-child{
  padding-left: 53px;
  padding-right: 53px;
}

.last\:py-55px:last-child{
  padding-top: 55px;
  padding-bottom: 55px;
}

.last\:px-55px:last-child{
  padding-left: 55px;
  padding-right: 55px;
}

.last\:py-60px:last-child{
  padding-top: 60px;
  padding-bottom: 60px;
}

.last\:px-60px:last-child{
  padding-left: 60px;
  padding-right: 60px;
}

.last\:py-68px:last-child{
  padding-top: 68px;
  padding-bottom: 68px;
}

.last\:px-68px:last-child{
  padding-left: 68px;
  padding-right: 68px;
}

.last\:py-80px:last-child{
  padding-top: 80px;
  padding-bottom: 80px;
}

.last\:px-80px:last-child{
  padding-left: 80px;
  padding-right: 80px;
}

.last\:py-90px:last-child{
  padding-top: 90px;
  padding-bottom: 90px;
}

.last\:px-90px:last-child{
  padding-left: 90px;
  padding-right: 90px;
}

.last\:py-93px:last-child{
  padding-top: 93px;
  padding-bottom: 93px;
}

.last\:px-93px:last-child{
  padding-left: 93px;
  padding-right: 93px;
}

.last\:py-115px:last-child{
  padding-top: 115px;
  padding-bottom: 115px;
}

.last\:px-115px:last-child{
  padding-left: 115px;
  padding-right: 115px;
}

.last\:pt-0:last-child{
  padding-top: 0;
}

.last\:pr-0:last-child{
  padding-right: 0;
}

.last\:pb-0:last-child{
  padding-bottom: 0;
}

.last\:pl-0:last-child{
  padding-left: 0;
}

.last\:pt-2px:last-child{
  padding-top: 2px;
}

.last\:pr-2px:last-child{
  padding-right: 2px;
}

.last\:pb-2px:last-child{
  padding-bottom: 2px;
}

.last\:pl-2px:last-child{
  padding-left: 2px;
}

.last\:pt-4px:last-child{
  padding-top: 4px;
}

.last\:pr-4px:last-child{
  padding-right: 4px;
}

.last\:pb-4px:last-child{
  padding-bottom: 4px;
}

.last\:pl-4px:last-child{
  padding-left: 4px;
}

.last\:pt-5px:last-child{
  padding-top: 5px;
}

.last\:pr-5px:last-child{
  padding-right: 5px;
}

.last\:pb-5px:last-child{
  padding-bottom: 5px;
}

.last\:pl-5px:last-child{
  padding-left: 5px;
}

.last\:pt-6px:last-child{
  padding-top: 6px;
}

.last\:pr-6px:last-child{
  padding-right: 6px;
}

.last\:pb-6px:last-child{
  padding-bottom: 6px;
}

.last\:pl-6px:last-child{
  padding-left: 6px;
}

.last\:pt-7px:last-child{
  padding-top: 7px;
}

.last\:pr-7px:last-child{
  padding-right: 7px;
}

.last\:pb-7px:last-child{
  padding-bottom: 7px;
}

.last\:pl-7px:last-child{
  padding-left: 7px;
}

.last\:pt-8px:last-child{
  padding-top: 8px;
}

.last\:pr-8px:last-child{
  padding-right: 8px;
}

.last\:pb-8px:last-child{
  padding-bottom: 8px;
}

.last\:pl-8px:last-child{
  padding-left: 8px;
}

.last\:pt-10px:last-child{
  padding-top: 10px;
}

.last\:pr-10px:last-child{
  padding-right: 10px;
}

.last\:pb-10px:last-child{
  padding-bottom: 10px;
}

.last\:pl-10px:last-child{
  padding-left: 10px;
}

.last\:pt-11px:last-child{
  padding-top: 11px;
}

.last\:pr-11px:last-child{
  padding-right: 11px;
}

.last\:pb-11px:last-child{
  padding-bottom: 11px;
}

.last\:pl-11px:last-child{
  padding-left: 11px;
}

.last\:pt-12px:last-child{
  padding-top: 12px;
}

.last\:pr-12px:last-child{
  padding-right: 12px;
}

.last\:pb-12px:last-child{
  padding-bottom: 12px;
}

.last\:pl-12px:last-child{
  padding-left: 12px;
}

.last\:pt-14px:last-child{
  padding-top: 14px;
}

.last\:pr-14px:last-child{
  padding-right: 14px;
}

.last\:pb-14px:last-child{
  padding-bottom: 14px;
}

.last\:pl-14px:last-child{
  padding-left: 14px;
}

.last\:pt-15px:last-child{
  padding-top: 15px;
}

.last\:pr-15px:last-child{
  padding-right: 15px;
}

.last\:pb-15px:last-child{
  padding-bottom: 15px;
}

.last\:pl-15px:last-child{
  padding-left: 15px;
}

.last\:pt-16px:last-child{
  padding-top: 16px;
}

.last\:pr-16px:last-child{
  padding-right: 16px;
}

.last\:pb-16px:last-child{
  padding-bottom: 16px;
}

.last\:pl-16px:last-child{
  padding-left: 16px;
}

.last\:pt-18px:last-child{
  padding-top: 18px;
}

.last\:pr-18px:last-child{
  padding-right: 18px;
}

.last\:pb-18px:last-child{
  padding-bottom: 18px;
}

.last\:pl-18px:last-child{
  padding-left: 18px;
}

.last\:pt-20px:last-child{
  padding-top: 20px;
}

.last\:pr-20px:last-child{
  padding-right: 20px;
}

.last\:pb-20px:last-child{
  padding-bottom: 20px;
}

.last\:pl-20px:last-child{
  padding-left: 20px;
}

.last\:pt-24px:last-child{
  padding-top: 24px;
}

.last\:pr-24px:last-child{
  padding-right: 24px;
}

.last\:pb-24px:last-child{
  padding-bottom: 24px;
}

.last\:pl-24px:last-child{
  padding-left: 24px;
}

.last\:pt-25px:last-child{
  padding-top: 25px;
}

.last\:pr-25px:last-child{
  padding-right: 25px;
}

.last\:pb-25px:last-child{
  padding-bottom: 25px;
}

.last\:pl-25px:last-child{
  padding-left: 25px;
}

.last\:pt-26px:last-child{
  padding-top: 26px;
}

.last\:pr-26px:last-child{
  padding-right: 26px;
}

.last\:pb-26px:last-child{
  padding-bottom: 26px;
}

.last\:pl-26px:last-child{
  padding-left: 26px;
}

.last\:pt-30px:last-child{
  padding-top: 30px;
}

.last\:pr-30px:last-child{
  padding-right: 30px;
}

.last\:pb-30px:last-child{
  padding-bottom: 30px;
}

.last\:pl-30px:last-child{
  padding-left: 30px;
}

.last\:pt-34px:last-child{
  padding-top: 34px;
}

.last\:pr-34px:last-child{
  padding-right: 34px;
}

.last\:pb-34px:last-child{
  padding-bottom: 34px;
}

.last\:pl-34px:last-child{
  padding-left: 34px;
}

.last\:pt-36px:last-child{
  padding-top: 36px;
}

.last\:pr-36px:last-child{
  padding-right: 36px;
}

.last\:pb-36px:last-child{
  padding-bottom: 36px;
}

.last\:pl-36px:last-child{
  padding-left: 36px;
}

.last\:pt-40px:last-child{
  padding-top: 40px;
}

.last\:pr-40px:last-child{
  padding-right: 40px;
}

.last\:pb-40px:last-child{
  padding-bottom: 40px;
}

.last\:pl-40px:last-child{
  padding-left: 40px;
}

.last\:pt-45px:last-child{
  padding-top: 45px;
}

.last\:pr-45px:last-child{
  padding-right: 45px;
}

.last\:pb-45px:last-child{
  padding-bottom: 45px;
}

.last\:pl-45px:last-child{
  padding-left: 45px;
}

.last\:pt-49px:last-child{
  padding-top: 49px;
}

.last\:pr-49px:last-child{
  padding-right: 49px;
}

.last\:pb-49px:last-child{
  padding-bottom: 49px;
}

.last\:pl-49px:last-child{
  padding-left: 49px;
}

.last\:pt-50px:last-child{
  padding-top: 50px;
}

.last\:pr-50px:last-child{
  padding-right: 50px;
}

.last\:pb-50px:last-child{
  padding-bottom: 50px;
}

.last\:pl-50px:last-child{
  padding-left: 50px;
}

.last\:pt-53px:last-child{
  padding-top: 53px;
}

.last\:pr-53px:last-child{
  padding-right: 53px;
}

.last\:pb-53px:last-child{
  padding-bottom: 53px;
}

.last\:pl-53px:last-child{
  padding-left: 53px;
}

.last\:pt-55px:last-child{
  padding-top: 55px;
}

.last\:pr-55px:last-child{
  padding-right: 55px;
}

.last\:pb-55px:last-child{
  padding-bottom: 55px;
}

.last\:pl-55px:last-child{
  padding-left: 55px;
}

.last\:pt-60px:last-child{
  padding-top: 60px;
}

.last\:pr-60px:last-child{
  padding-right: 60px;
}

.last\:pb-60px:last-child{
  padding-bottom: 60px;
}

.last\:pl-60px:last-child{
  padding-left: 60px;
}

.last\:pt-68px:last-child{
  padding-top: 68px;
}

.last\:pr-68px:last-child{
  padding-right: 68px;
}

.last\:pb-68px:last-child{
  padding-bottom: 68px;
}

.last\:pl-68px:last-child{
  padding-left: 68px;
}

.last\:pt-80px:last-child{
  padding-top: 80px;
}

.last\:pr-80px:last-child{
  padding-right: 80px;
}

.last\:pb-80px:last-child{
  padding-bottom: 80px;
}

.last\:pl-80px:last-child{
  padding-left: 80px;
}

.last\:pt-90px:last-child{
  padding-top: 90px;
}

.last\:pr-90px:last-child{
  padding-right: 90px;
}

.last\:pb-90px:last-child{
  padding-bottom: 90px;
}

.last\:pl-90px:last-child{
  padding-left: 90px;
}

.last\:pt-93px:last-child{
  padding-top: 93px;
}

.last\:pr-93px:last-child{
  padding-right: 93px;
}

.last\:pb-93px:last-child{
  padding-bottom: 93px;
}

.last\:pl-93px:last-child{
  padding-left: 93px;
}

.last\:pt-115px:last-child{
  padding-top: 115px;
}

.last\:pr-115px:last-child{
  padding-right: 115px;
}

.last\:pb-115px:last-child{
  padding-bottom: 115px;
}

.last\:pl-115px:last-child{
  padding-left: 115px;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.space-y-0 > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(0px * var(--space-y-reverse));
}

.space-x-0 > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(0px * var(--space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
}

.space-y-2px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(2px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(2px * var(--space-y-reverse));
}

.space-x-2px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(2px * var(--space-x-reverse));
  margin-left: calc(2px * calc(1 - var(--space-x-reverse)));
}

.space-y-4px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(4px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(4px * var(--space-y-reverse));
}

.space-x-4px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(4px * var(--space-x-reverse));
  margin-left: calc(4px * calc(1 - var(--space-x-reverse)));
}

.space-y-5px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(5px * var(--space-y-reverse));
}

.space-x-5px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(5px * var(--space-x-reverse));
  margin-left: calc(5px * calc(1 - var(--space-x-reverse)));
}

.space-y-6px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(6px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(6px * var(--space-y-reverse));
}

.space-x-6px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(6px * var(--space-x-reverse));
  margin-left: calc(6px * calc(1 - var(--space-x-reverse)));
}

.space-y-7px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(7px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(7px * var(--space-y-reverse));
}

.space-x-7px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(7px * var(--space-x-reverse));
  margin-left: calc(7px * calc(1 - var(--space-x-reverse)));
}

.space-y-8px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(8px * var(--space-y-reverse));
}

.space-x-8px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(8px * var(--space-x-reverse));
  margin-left: calc(8px * calc(1 - var(--space-x-reverse)));
}

.space-y-10px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(10px * var(--space-y-reverse));
}

.space-x-10px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(10px * var(--space-x-reverse));
  margin-left: calc(10px * calc(1 - var(--space-x-reverse)));
}

.space-y-11px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(11px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(11px * var(--space-y-reverse));
}

.space-x-11px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(11px * var(--space-x-reverse));
  margin-left: calc(11px * calc(1 - var(--space-x-reverse)));
}

.space-y-12px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(12px * var(--space-y-reverse));
}

.space-x-12px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(12px * var(--space-x-reverse));
  margin-left: calc(12px * calc(1 - var(--space-x-reverse)));
}

.space-y-14px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(14px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(14px * var(--space-y-reverse));
}

.space-x-14px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(14px * var(--space-x-reverse));
  margin-left: calc(14px * calc(1 - var(--space-x-reverse)));
}

.space-y-15px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(15px * var(--space-y-reverse));
}

.space-x-15px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(15px * var(--space-x-reverse));
  margin-left: calc(15px * calc(1 - var(--space-x-reverse)));
}

.space-y-16px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(16px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(16px * var(--space-y-reverse));
}

.space-x-16px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(16px * var(--space-x-reverse));
  margin-left: calc(16px * calc(1 - var(--space-x-reverse)));
}

.space-y-18px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(18px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(18px * var(--space-y-reverse));
}

.space-x-18px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(18px * var(--space-x-reverse));
  margin-left: calc(18px * calc(1 - var(--space-x-reverse)));
}

.space-y-20px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(20px * var(--space-y-reverse));
}

.space-x-20px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(20px * var(--space-x-reverse));
  margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
}

.space-y-24px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(24px * var(--space-y-reverse));
}

.space-x-24px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(24px * var(--space-x-reverse));
  margin-left: calc(24px * calc(1 - var(--space-x-reverse)));
}

.space-y-25px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(25px * var(--space-y-reverse));
}

.space-x-25px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(25px * var(--space-x-reverse));
  margin-left: calc(25px * calc(1 - var(--space-x-reverse)));
}

.space-y-26px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(26px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(26px * var(--space-y-reverse));
}

.space-x-26px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(26px * var(--space-x-reverse));
  margin-left: calc(26px * calc(1 - var(--space-x-reverse)));
}

.space-y-30px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(30px * var(--space-y-reverse));
}

.space-x-30px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(30px * var(--space-x-reverse));
  margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
}

.space-y-34px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(34px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(34px * var(--space-y-reverse));
}

.space-x-34px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(34px * var(--space-x-reverse));
  margin-left: calc(34px * calc(1 - var(--space-x-reverse)));
}

.space-y-36px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(36px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(36px * var(--space-y-reverse));
}

.space-x-36px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(36px * var(--space-x-reverse));
  margin-left: calc(36px * calc(1 - var(--space-x-reverse)));
}

.space-y-40px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(40px * var(--space-y-reverse));
}

.space-x-40px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(40px * var(--space-x-reverse));
  margin-left: calc(40px * calc(1 - var(--space-x-reverse)));
}

.space-y-45px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(45px * var(--space-y-reverse));
}

.space-x-45px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(45px * var(--space-x-reverse));
  margin-left: calc(45px * calc(1 - var(--space-x-reverse)));
}

.space-y-49px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(49px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(49px * var(--space-y-reverse));
}

.space-x-49px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(49px * var(--space-x-reverse));
  margin-left: calc(49px * calc(1 - var(--space-x-reverse)));
}

.space-y-50px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(50px * var(--space-y-reverse));
}

.space-x-50px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(50px * var(--space-x-reverse));
  margin-left: calc(50px * calc(1 - var(--space-x-reverse)));
}

.space-y-53px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(53px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(53px * var(--space-y-reverse));
}

.space-x-53px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(53px * var(--space-x-reverse));
  margin-left: calc(53px * calc(1 - var(--space-x-reverse)));
}

.space-y-55px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(55px * var(--space-y-reverse));
}

.space-x-55px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(55px * var(--space-x-reverse));
  margin-left: calc(55px * calc(1 - var(--space-x-reverse)));
}

.space-y-60px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(60px * var(--space-y-reverse));
}

.space-x-60px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(60px * var(--space-x-reverse));
  margin-left: calc(60px * calc(1 - var(--space-x-reverse)));
}

.space-y-68px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(68px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(68px * var(--space-y-reverse));
}

.space-x-68px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(68px * var(--space-x-reverse));
  margin-left: calc(68px * calc(1 - var(--space-x-reverse)));
}

.space-y-80px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(80px * var(--space-y-reverse));
}

.space-x-80px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(80px * var(--space-x-reverse));
  margin-left: calc(80px * calc(1 - var(--space-x-reverse)));
}

.space-y-90px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(90px * var(--space-y-reverse));
}

.space-x-90px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(90px * var(--space-x-reverse));
  margin-left: calc(90px * calc(1 - var(--space-x-reverse)));
}

.space-y-93px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(93px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(93px * var(--space-y-reverse));
}

.space-x-93px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(93px * var(--space-x-reverse));
  margin-left: calc(93px * calc(1 - var(--space-x-reverse)));
}

.space-y-115px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(115px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(115px * var(--space-y-reverse));
}

.space-x-115px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(115px * var(--space-x-reverse));
  margin-left: calc(115px * calc(1 - var(--space-x-reverse)));
}

.-space-y-2px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(-2px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-2px * var(--space-y-reverse));
}

.-space-x-2px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(-2px * var(--space-x-reverse));
  margin-left: calc(-2px * calc(1 - var(--space-x-reverse)));
}

.-space-y-4px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(-4px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-4px * var(--space-y-reverse));
}

.-space-x-4px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(-4px * var(--space-x-reverse));
  margin-left: calc(-4px * calc(1 - var(--space-x-reverse)));
}

.-space-y-5px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-5px * var(--space-y-reverse));
}

.-space-x-5px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(-5px * var(--space-x-reverse));
  margin-left: calc(-5px * calc(1 - var(--space-x-reverse)));
}

.-space-y-6px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(-6px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-6px * var(--space-y-reverse));
}

.-space-x-6px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(-6px * var(--space-x-reverse));
  margin-left: calc(-6px * calc(1 - var(--space-x-reverse)));
}

.-space-y-7px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(-7px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-7px * var(--space-y-reverse));
}

.-space-x-7px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(-7px * var(--space-x-reverse));
  margin-left: calc(-7px * calc(1 - var(--space-x-reverse)));
}

.-space-y-8px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-8px * var(--space-y-reverse));
}

.-space-x-8px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(-8px * var(--space-x-reverse));
  margin-left: calc(-8px * calc(1 - var(--space-x-reverse)));
}

.-space-y-10px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-10px * var(--space-y-reverse));
}

.-space-x-10px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(-10px * var(--space-x-reverse));
  margin-left: calc(-10px * calc(1 - var(--space-x-reverse)));
}

.-space-y-11px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(-11px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-11px * var(--space-y-reverse));
}

.-space-x-11px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(-11px * var(--space-x-reverse));
  margin-left: calc(-11px * calc(1 - var(--space-x-reverse)));
}

.-space-y-12px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-12px * var(--space-y-reverse));
}

.-space-x-12px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(-12px * var(--space-x-reverse));
  margin-left: calc(-12px * calc(1 - var(--space-x-reverse)));
}

.-space-y-14px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(-14px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-14px * var(--space-y-reverse));
}

.-space-x-14px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(-14px * var(--space-x-reverse));
  margin-left: calc(-14px * calc(1 - var(--space-x-reverse)));
}

.-space-y-15px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-15px * var(--space-y-reverse));
}

.-space-x-15px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(-15px * var(--space-x-reverse));
  margin-left: calc(-15px * calc(1 - var(--space-x-reverse)));
}

.-space-y-16px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(-16px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-16px * var(--space-y-reverse));
}

.-space-x-16px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(-16px * var(--space-x-reverse));
  margin-left: calc(-16px * calc(1 - var(--space-x-reverse)));
}

.-space-y-18px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(-18px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-18px * var(--space-y-reverse));
}

.-space-x-18px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(-18px * var(--space-x-reverse));
  margin-left: calc(-18px * calc(1 - var(--space-x-reverse)));
}

.-space-y-20px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-20px * var(--space-y-reverse));
}

.-space-x-20px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(-20px * var(--space-x-reverse));
  margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
}

.-space-y-24px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-24px * var(--space-y-reverse));
}

.-space-x-24px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(-24px * var(--space-x-reverse));
  margin-left: calc(-24px * calc(1 - var(--space-x-reverse)));
}

.-space-y-25px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-25px * var(--space-y-reverse));
}

.-space-x-25px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(-25px * var(--space-x-reverse));
  margin-left: calc(-25px * calc(1 - var(--space-x-reverse)));
}

.-space-y-26px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(-26px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-26px * var(--space-y-reverse));
}

.-space-x-26px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(-26px * var(--space-x-reverse));
  margin-left: calc(-26px * calc(1 - var(--space-x-reverse)));
}

.-space-y-30px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-30px * var(--space-y-reverse));
}

.-space-x-30px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(-30px * var(--space-x-reverse));
  margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
}

.-space-y-34px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(-34px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-34px * var(--space-y-reverse));
}

.-space-x-34px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(-34px * var(--space-x-reverse));
  margin-left: calc(-34px * calc(1 - var(--space-x-reverse)));
}

.-space-y-36px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(-36px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-36px * var(--space-y-reverse));
}

.-space-x-36px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(-36px * var(--space-x-reverse));
  margin-left: calc(-36px * calc(1 - var(--space-x-reverse)));
}

.-space-y-40px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-40px * var(--space-y-reverse));
}

.-space-x-40px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(-40px * var(--space-x-reverse));
  margin-left: calc(-40px * calc(1 - var(--space-x-reverse)));
}

.-space-y-45px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-45px * var(--space-y-reverse));
}

.-space-x-45px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(-45px * var(--space-x-reverse));
  margin-left: calc(-45px * calc(1 - var(--space-x-reverse)));
}

.-space-y-49px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(-49px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-49px * var(--space-y-reverse));
}

.-space-x-49px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(-49px * var(--space-x-reverse));
  margin-left: calc(-49px * calc(1 - var(--space-x-reverse)));
}

.-space-y-50px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-50px * var(--space-y-reverse));
}

.-space-x-50px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(-50px * var(--space-x-reverse));
  margin-left: calc(-50px * calc(1 - var(--space-x-reverse)));
}

.-space-y-53px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(-53px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-53px * var(--space-y-reverse));
}

.-space-x-53px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(-53px * var(--space-x-reverse));
  margin-left: calc(-53px * calc(1 - var(--space-x-reverse)));
}

.-space-y-55px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-55px * var(--space-y-reverse));
}

.-space-x-55px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(-55px * var(--space-x-reverse));
  margin-left: calc(-55px * calc(1 - var(--space-x-reverse)));
}

.-space-y-60px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-60px * var(--space-y-reverse));
}

.-space-x-60px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(-60px * var(--space-x-reverse));
  margin-left: calc(-60px * calc(1 - var(--space-x-reverse)));
}

.-space-y-68px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(-68px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-68px * var(--space-y-reverse));
}

.-space-x-68px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(-68px * var(--space-x-reverse));
  margin-left: calc(-68px * calc(1 - var(--space-x-reverse)));
}

.-space-y-80px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-80px * var(--space-y-reverse));
}

.-space-x-80px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(-80px * var(--space-x-reverse));
  margin-left: calc(-80px * calc(1 - var(--space-x-reverse)));
}

.-space-y-90px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-90px * var(--space-y-reverse));
}

.-space-x-90px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(-90px * var(--space-x-reverse));
  margin-left: calc(-90px * calc(1 - var(--space-x-reverse)));
}

.-space-y-93px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(-93px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-93px * var(--space-y-reverse));
}

.-space-x-93px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(-93px * var(--space-x-reverse));
  margin-left: calc(-93px * calc(1 - var(--space-x-reverse)));
}

.-space-y-115px > :not(template) ~ :not(template){
  --space-y-reverse: 0;
  margin-top: calc(-115px * calc(1 - var(--space-y-reverse)));
  margin-bottom: calc(-115px * var(--space-y-reverse));
}

.-space-x-115px > :not(template) ~ :not(template){
  --space-x-reverse: 0;
  margin-right: calc(-115px * var(--space-x-reverse));
  margin-left: calc(-115px * calc(1 - var(--space-x-reverse)));
}

.space-y-reverse > :not(template) ~ :not(template){
  --space-y-reverse: 1;
}

.space-x-reverse > :not(template) ~ :not(template){
  --space-x-reverse: 1;
}

.text-left{
  text-align: left;
}

.text-center{
  text-align: center;
}

.text-right{
  text-align: right;
}

.text-justify{
  text-align: justify;
}

.text-white{
  color: #fff;
}

.text-gray-20{
  color: #dddfee;
}

.text-gray-30{
  color: #d1dbff;
}

.text-gray-40{
  color: #f7f9ff;
}

.text-gray-50{
  color: #ebeffb;
}

.text-gray-60{
  color: #e7e9f6;
}

.text-gray-100{
  color: #dee3ef;
}

.text-gray-200{
  color: #cdcfe0;
}

.text-gray-250{
  color: #a4adb7;
}

.text-gray-300{
  color: #868da4;
}

.text-gray-400{
  color: #566687;
}

.text-gray-800{
  color: #2f3b46;
}

.text-gray-a1{
  color: rgba(0, 0, 0, .8);
}

.text-blue-40{
  color: #637dfb;
}

.text-blue-50{
  color: #5d80ff;
}

.text-blue-100{
  color: #476df2;
}

.text-blue-200{
  color: #878bad;
}

.text-blue-300{
  color: #627cfa;
}

.text-blue-400{
  color: #646d88;
}

.text-blue-500{
  color: #566cd3;
}

.text-blue-700{
  color: #233253;
}

.text-blue-800{
  color: #152442;
}

.text-blue-850{
  color: #192440;
}

.text-blue-900{
  color: #132a43;
}

.text-yellow-400{
  color: #f1d600;
}

.hover\:text-white:hover{
  color: #fff;
}

.hover\:text-gray-20:hover{
  color: #dddfee;
}

.hover\:text-gray-30:hover{
  color: #d1dbff;
}

.hover\:text-gray-40:hover{
  color: #f7f9ff;
}

.hover\:text-gray-50:hover{
  color: #ebeffb;
}

.hover\:text-gray-60:hover{
  color: #e7e9f6;
}

.hover\:text-gray-100:hover{
  color: #dee3ef;
}

.hover\:text-gray-200:hover{
  color: #cdcfe0;
}

.hover\:text-gray-250:hover{
  color: #a4adb7;
}

.hover\:text-gray-300:hover{
  color: #868da4;
}

.hover\:text-gray-400:hover{
  color: #566687;
}

.hover\:text-gray-800:hover{
  color: #2f3b46;
}

.hover\:text-gray-a1:hover{
  color: rgba(0, 0, 0, .8);
}

.hover\:text-blue-40:hover{
  color: #637dfb;
}

.hover\:text-blue-50:hover{
  color: #5d80ff;
}

.hover\:text-blue-100:hover{
  color: #476df2;
}

.hover\:text-blue-200:hover{
  color: #878bad;
}

.hover\:text-blue-300:hover{
  color: #627cfa;
}

.hover\:text-blue-400:hover{
  color: #646d88;
}

.hover\:text-blue-500:hover{
  color: #566cd3;
}

.hover\:text-blue-700:hover{
  color: #233253;
}

.hover\:text-blue-800:hover{
  color: #152442;
}

.hover\:text-blue-850:hover{
  color: #192440;
}

.hover\:text-blue-900:hover{
  color: #132a43;
}

.hover\:text-yellow-400:hover{
  color: #f1d600;
}

.focus\:text-white:focus{
  color: #fff;
}

.focus\:text-gray-20:focus{
  color: #dddfee;
}

.focus\:text-gray-30:focus{
  color: #d1dbff;
}

.focus\:text-gray-40:focus{
  color: #f7f9ff;
}

.focus\:text-gray-50:focus{
  color: #ebeffb;
}

.focus\:text-gray-60:focus{
  color: #e7e9f6;
}

.focus\:text-gray-100:focus{
  color: #dee3ef;
}

.focus\:text-gray-200:focus{
  color: #cdcfe0;
}

.focus\:text-gray-250:focus{
  color: #a4adb7;
}

.focus\:text-gray-300:focus{
  color: #868da4;
}

.focus\:text-gray-400:focus{
  color: #566687;
}

.focus\:text-gray-800:focus{
  color: #2f3b46;
}

.focus\:text-gray-a1:focus{
  color: rgba(0, 0, 0, .8);
}

.focus\:text-blue-40:focus{
  color: #637dfb;
}

.focus\:text-blue-50:focus{
  color: #5d80ff;
}

.focus\:text-blue-100:focus{
  color: #476df2;
}

.focus\:text-blue-200:focus{
  color: #878bad;
}

.focus\:text-blue-300:focus{
  color: #627cfa;
}

.focus\:text-blue-400:focus{
  color: #646d88;
}

.focus\:text-blue-500:focus{
  color: #566cd3;
}

.focus\:text-blue-700:focus{
  color: #233253;
}

.focus\:text-blue-800:focus{
  color: #152442;
}

.focus\:text-blue-850:focus{
  color: #192440;
}

.focus\:text-blue-900:focus{
  color: #132a43;
}

.focus\:text-yellow-400:focus{
  color: #f1d600;
}

.underline{
  text-decoration: underline;
}

.line-through{
  text-decoration: line-through;
}

.no-underline{
  text-decoration: none;
}

.hover\:underline:hover{
  text-decoration: underline;
}

.hover\:line-through:hover{
  text-decoration: line-through;
}

.hover\:no-underline:hover{
  text-decoration: none;
}

.focus\:underline:focus{
  text-decoration: underline;
}

.focus\:line-through:focus{
  text-decoration: line-through;
}

.focus\:no-underline:focus{
  text-decoration: none;
}

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.capitalize{
  text-transform: capitalize;
}

.normal-case{
  text-transform: none;
}

.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;
}

.w-0{
  width: 0;
}

.w-auto{
  width: auto;
}

.w-2px{
  width: 2px;
}

.w-4px{
  width: 4px;
}

.w-5px{
  width: 5px;
}

.w-6px{
  width: 6px;
}

.w-7px{
  width: 7px;
}

.w-8px{
  width: 8px;
}

.w-10px{
  width: 10px;
}

.w-11px{
  width: 11px;
}

.w-12px{
  width: 12px;
}

.w-14px{
  width: 14px;
}

.w-15px{
  width: 15px;
}

.w-16px{
  width: 16px;
}

.w-18px{
  width: 18px;
}

.w-20px{
  width: 20px;
}

.w-24px{
  width: 24px;
}

.w-25px{
  width: 25px;
}

.w-26px{
  width: 26px;
}

.w-30px{
  width: 30px;
}

.w-34px{
  width: 34px;
}

.w-36px{
  width: 36px;
}

.w-40px{
  width: 40px;
}

.w-45px{
  width: 45px;
}

.w-49px{
  width: 49px;
}

.w-50px{
  width: 50px;
}

.w-53px{
  width: 53px;
}

.w-55px{
  width: 55px;
}

.w-60px{
  width: 60px;
}

.w-68px{
  width: 68px;
}

.w-80px{
  width: 80px;
}

.w-90px{
  width: 90px;
}

.w-93px{
  width: 93px;
}

.w-115px{
  width: 115px;
}

.w-1\/2{
  width: 50%;
}

.w-1\/3{
  width: 33.333333%;
}

.w-2\/3{
  width: 66.666667%;
}

.w-1\/4{
  width: 25%;
}

.w-2\/4{
  width: 50%;
}

.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.666667%;
}

.w-2\/6{
  width: 33.333333%;
}

.w-3\/6{
  width: 50%;
}

.w-4\/6{
  width: 66.666667%;
}

.w-5\/6{
  width: 83.333333%;
}

.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;
}

.w-260px{
  width: 260px;
}

.w-320px{
  width: 320px;
}

.w-360px{
  width: 360px;
}

.w-366px{
  width: 366px;
}

.w-450px{
  width: 450px;
}

.w-806px{
  width: 806px;
}

.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;
}

.s-15px{
  width: 15px;
  height: 15px;
}

.s-26px{
  width: 26px;
  height: 26px;
}

.s-30px{
  width: 30px;
  height: 30px;
}

.s-36px{
  width: 36px;
  height: 36px;
}

.s-46px{
  width: 46px;
  height: 46px;
}

.s-50px{
  width: 50px;
  height: 50px;
}

.s-80px{
  width: 80px;
  height: 80px;
}

.s-100px{
  width: 100px;
  height: 100px;
}

.site-padding {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (min-width: 1211px) {
  .site-padding {
    width: 100%;
    padding-left: calc((100% - 1126px) / 2);
    padding-right: calc((100% - 1126px) / 2);
    margin: 0 auto;
  }
}

.site-big-padding {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (min-width: 905px) {
  .site-big-padding {
    width: 100%;
    padding-left: calc((100% - 820px) / 2);
    padding-right: calc((100% - 820px) / 2);
    margin: 0 auto;
  }
}

.block-margin {
  margin-top: 40px;
  margin-bottom: 50px;
}

/* footer always at the bottom */

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  display: flex;
  flex-direction: column;
}

.wrapper {
  flex: 1 0 auto;
}

/* footer always at the bottom */

/* site container */

@media only screen and (min-width: 1211px) {
  .new-container {
    max-width: 1126px;
    width: 100%;
    margin: 0 auto;
  }

  .new-container.narrow {
    max-width: 850px;
  }
}

@media only screen and (max-width: 1210px) {
  .new-container {
    max-width: 1126px;
    margin: 0 auto;
    padding: 0 15px;
  }

  .new-container.narrow {
    max-width: 850px;
  }
}

/* site container */

/* page grid */

.content-container {
  padding: 40px 0;
}

.content {
  display: flex;
  width: 100%;
}

.content .sidebar,
.content .main-content {
  display: flex;
  flex-direction: column;
}

.content .sidebar {
  width: 260px;
}

.content .sidebar > div:not(:last-of-type) {
  margin-bottom: 40px;
}

.content .main-content {
  width: calc(100% - 260px);
  padding-left: 40px;
}

.content .main-content > div:not(:last-of-type) {
  margin-bottom: 30px;
}

.content .main-content.center-content {
  padding-left: 0;
  margin-left: auto;
  margin-right: auto;
}

.content .main-content.full-content {
  width: 100%;
  padding-left: 0;
}

.content.without-sidebar .main-content {
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
}

@media only screen and (max-width: 1024px) {
  .content {
    flex-direction: column;
  }

  .content .sidebar {
    display: none;
    order: 2;
    width: 100%;
  }

  .content .main-content {
    order: 1;
    margin-bottom: 40px;
    width: 100%;
    padding: 0;
  }
}

@media only screen and (max-width: 640px) {
  .content-container {
    padding: 30px 0;
  }
}

/* page grid */

/* ---------- Typographic ---------- */

/* ---------- Colors ---------- */

/* ---------- Transition ---------- */

/* ----------- Comments ----------- */

/* ----- header ----- */

.site-header {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  background: #ffffff;
}

@media only screen and (min-width: 1211px) {
  .site-header {
    width: 100%;
    padding-left: calc((100% - 1126px) / 2);
    padding-right: calc((100% - 1126px) / 2);
    margin: 0 auto;
  }
}

.site-header button {
  cursor: pointer;
}

.site-header .header-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 70px;
}

.site-header .header-container .site-logo {
  margin-right: auto;
}

@media only screen and (max-width: 640px) {
  .site-header .header-container .site-logo img {
    max-width: 200px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 768px) {
  .site-header .header-container .site-logo img {
    width: 200px;
  }
}

@media only screen and (min-width: 1025px) {
  .site-header .header-container .search-form-mob {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .site-header .header-container .search-form-mob {
    display: flex;
    top: 100%;
    left: 0;
    right: 0;
    align-items: center;
    font-size: 22px;
    color: #566cd3;
    transition: all 0.4s cubic-bezier(0.2, 0.57, 0.36, 0.8);
  }

  .site-header .header-container .search-form-mob.active {
    color: #3A4197;
  }
}

.site-header .header-container .search-block-container {
  display: flex;
  align-items: center;
  margin-left: 30px;
}

@media only screen and (min-width: 641px) and (max-width: 768px) {
  .site-header .header-container .search-block-container {
    margin-left: 10px;
  }
}

@media only screen and (min-width: 1025px) {
  .site-header .header-container .search-block-container {
    display: flex !important;
  }
}

@media only screen and (max-width: 1024px) {
  .site-header .header-container .search-block-container {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.6);
    z-index: 10;
    display: none;
  }
}

.tree-nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.tree-nav button {
  background-color: inherit;
  border: none;
}

.tree-nav button:hover {
  cursor: pointer;
}

.tree-nav button:focus {
  outline: none;
}

.tree-nav .tree-nav-item {
  width: 100%;
  transition: all 0.4s cubic-bezier(0.2, 0.57, 0.36, 0.8);
  font-weight: 700;
  cursor: pointer;
}

.tree-nav .tree-nav-item.active > button {
  color: #566cd3;
}

.tree-nav .tree-nav-item button {
  font-weight: bold;
  color: #414149;
}

.tree-nav .tree-nav-item[data-level="1"] {
  font-size: 18px;
  border-bottom: 1px solid #dedede;
}

.tree-nav .tree-nav-item[data-level="1"]:last-of-type {
  border-bottom: none;
}

.tree-nav .tree-nav-item[data-level="1"] > button {
  padding: 15px 0;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.tree-nav .tree-nav[data-level="2"] {
  margin-bottom: 15px;
}

.tree-nav .tree-nav[data-level="2"] .tree-nav-item {
  margin-top: 5px;
  margin-bottom: 5px;
}

.tree-nav .tree-nav[data-level="2"] .tree-nav-item > button {
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  text-align: left;
  padding: 0;
}

.tree-nav .tree-nav[data-level="3"] {
  max-height: 306px;
  overflow-y: auto;
}

.tree-nav .tree-nav[data-level="3"] .tree-nav-item > a {
  font-size: 16px;
  font-weight: 700;
  color: #414149;
}

.tree-nav .tree-nav[data-level="3"] .tree-nav-item > a .icon {
  background: inherit;
}

.tree-nav .tree-nav[data-level="3"] .tree-nav-item > a:hover, .tree-nav .tree-nav[data-level="3"] .tree-nav-item > a:focus {
  color: #414149;
}

@media (min-width: 1025px) {
  .tree-nav {
    display: flex;
  }

  .tree-nav .tree-nav-item[data-level="1"] {
    border-bottom: none;
  }

  .tree-nav .tree-nav-item[data-level="1"] button {
    padding-left: 15px;
    padding-right: 15px;
    flex-direction: row;
  }

  .tree-nav .tree-nav-item[data-level="1"] button .text {
    margin-left: 0;
    font-weight: 700;
    font-size: 16px;
    white-space: nowrap;
  }

  .tree-nav .tree-nav-item[data-level="1"] button:hover .text {
    color: #566cd3;
  }

  .tree-nav .tree-nav-item[data-level="1"] button .svg-icons {
    color: #566cd3;
    font-size: 20px;
  }

  .tree-nav .tree-nav[data-level="2"] {
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    z-index: 1000;
    justify-content: center;
    top: 70px;
    left: 0;
    right: 0;
    display: flex;
    background: #e3def1;
  }
}

@media only screen and (min-width: 1025px) and (min-width: 1211px) {
  .tree-nav .tree-nav[data-level="2"] {
    width: 100%;
    padding-left: calc((100% - 1126px) / 2);
    padding-right: calc((100% - 1126px) / 2);
    margin: 0 auto;
  }
}

@media (min-width: 1025px) {
  .tree-nav .tree-nav[data-level="2"] .tree-nav-item {
    flex: 1 0 250px;
    box-shadow: -20px 0px 0px -18px white;
  }

  .tree-nav .tree-nav[data-level="2"] .tree-nav-item:first-of-type {
    box-shadow: none;
  }

  .tree-nav .tree-nav[data-level="2"] .tree-nav-item > .type-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 96px;
    padding: 0;
    border: none;
    border-radius: 0;
    font-size: 24px;
    font-weight: bold;
    transition: all 0.4s cubic-bezier(0.2, 0.57, 0.36, 0.8);
    background-color: inherit;
    color: #606066;
    outline: none;
  }

  .tree-nav .tree-nav[data-level="2"] .tree-nav-item > .type-button.active, .tree-nav .tree-nav[data-level="2"] .tree-nav-item > .type-button.show {
    background: none;
    color: #566cd3;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  }

  .tree-nav .tree-nav[data-level="3"] {
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    max-height: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: absolute;
    top: 94px;
    left: 0;
    right: 0;
    margin: 0;
    list-style: none;
    -moz-column-count: 4;
         column-count: 4;
    background-color: #fff;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
    z-index: 1000;
  }
}

@media only screen and (min-width: 1025px) and (min-width: 1211px) {
  .tree-nav .tree-nav[data-level="3"] {
    width: 100%;
    padding-left: calc((100% - 1126px) / 2);
    padding-right: calc((100% - 1126px) / 2);
    margin: 0 auto;
  }
}

@media (min-width: 1025px) {
  .tree-nav .tree-nav[data-level="3"] .tree-nav-item {
    margin-bottom: 10px;
    flex-grow: 0;
  }

  .tree-nav .tree-nav[data-level="3"] .tree-nav-item a {
    display: inline-flex;
    align-items: center;
  }

  .tree-nav .tree-nav[data-level="3"] .tree-nav-item a .icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    transition: all 0.4s cubic-bezier(0.2, 0.57, 0.36, 0.8);
  }

  .tree-nav .tree-nav[data-level="3"] .tree-nav-item a .icon .svg-icons {
    transition: all 0.4s cubic-bezier(0.2, 0.57, 0.36, 0.8);
    font-size: 14px;
    color: #fff !important;
  }
}

@media (min-width: 1025px) and (max-width: 1025px) {
  .tree-nav .tree-nav[data-level="3"] .tree-nav-item a .icon .svg-icons {
    fill: #414149;
  }
}

@media (min-width: 1025px) {
  .tree-nav .tree-nav[data-level="3"] .tree-nav-item a .icon .svg-icons:hover {
    transform: scale(1.1);
  }

  .tree-nav .tree-nav[data-level="3"] .tree-nav-item a:hover .icon {
    transform: rotate(360deg);
  }

  .tree-nav .tree-nav[data-level="3"] .tree-nav-item a .text {
    margin-left: 8px;
    font-weight: normal !important;
  }
}

.header-services {
  display: none;
}

@media (min-width: 1025px) {
  .header-services {
    display: flex;
    padding: 0;
    align-items: center;
    margin: 0 0 0 40px;
    list-style-type: none;
  }

  .header-services li:last-of-type {
    margin-right: 0;
  }

  .header-services li .text {
    margin-right: 8px;
    padding-top: 2px;
    font-weight: 700;
  }
}

.search-form {
  position: relative;
  display: flex;
  align-items: center;
}

.search-form .search-input {
  display: flex;
  align-items: center;
  width: 240px;
  height: 28px;
  padding: 0 40px 0 10px;
  border: 1px solid #dedede;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #414149;
}

.search-form .search-input:focus {
  outline: none;
}

.search-form .search-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 28px;
  width: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border-radius: 0 4px 4px 0;
  border: none;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.2, 0.57, 0.36, 0.8);
}

.search-form .search-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  height: 18px;
  width: 1px;
  background: #dedede;
}

.search-form .search-btn:focus {
  outline: none;
}

.search-form .search-btn .svg-icons {
  font-size: 14px;
  color: #566cd3;
}

/* ----------- RadioButtons block ----------- */

.choose-platform {
  position: absolute;
  right: 33px;
  top: 0;
  display: flex;
  align-items: center;
  height: 28px;
  margin: 0;
  padding: 0 10px;
  list-style: none;
}

.choose-platform li {
  margin-right: 5px;
}

.choose-platform li input[type=radio]:checked,
.choose-platform li input[type=radio]:not(:checked) {
  position: absolute;
  left: -99999px;
}

.choose-platform li input[type=radio]:checked + label,
.choose-platform li input[type=radio]:not(:checked) + label {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.2, 0.57, 0.36, 0.8);
}

.choose-platform li:last-of-type {
  margin-right: 0;
}

.choose-platform li input[type=radio]:checked + label {
  color: #566cd3;
}

.choose-platform li input[type=radio]:not(:checked) + label {
  color: #d0cfe8;
}

/* ----------- RadioButtons block ----------- */

/* Styling placeholder */

.search-form .search-input::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #b3b3b6;
}

.search-form .search-input::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #b3b3b6;
}

.search-form .search-input:-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #b3b3b6;
}

.search-form .search-input:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #b3b3b6;
}

.search-form .search-input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.search-form .search-input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.search-form .search-input:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.search-form .search-input:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

/* Styling placeholder */

@media only screen and (max-width: 1024px) {
  .search-form {
    width: 100%;
  }

  .search-form .search-input {
    width: 100%;
    height: 35px;
  }

  .search-form .choose-platform {
    height: 35px;
  }

  .search-form .search-btn {
    height: 35px;
  }

  .search-form .search-btn:before {
    height: 25px;
  }
}

@media only screen and (min-width: 1025px) {
  .burger-menu {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .burger-menu {
    display: flex;
    position: relative;
    bottom: 2px;
    width: 22px;
    height: 22px;
    margin-left: 20px;
    background: none;
    border: none;
    cursor: pointer;
  }

  .burger-menu:focus {
    outline: none;
  }

  .burger-menu .burger {
    display: block;
    position: absolute;
    background: #566cd3;
    width: 100%;
    height: 3px;
    top: 50%;
    right: 0;
    margin-top: 0;
    opacity: 1;
    transition: all 0.4s cubic-bezier(0.2, 0.57, 0.36, 0.8);
  }

  .burger-menu .burger:before, .burger-menu .burger:after {
    display: block;
    position: absolute;
    background: #566cd3;
    width: 100%;
    height: 3px;
  }

  .burger-menu .burger::before, .burger-menu .burger::after {
    content: "";
    transition: all 0.4s cubic-bezier(0.2, 0.57, 0.36, 0.8);
  }

  .burger-menu .burger::before {
    top: 7px;
  }

  .burger-menu .burger::after {
    bottom: 7px;
  }

  .burger-menu.opened .burger {
    background: transparent;
  }

  .burger-menu.opened .burger::before {
    top: 0;
    transform: rotate(45deg);
  }

  .burger-menu.opened .burger::after {
    bottom: 0;
    transform: rotate(-45deg);
  }

  .burger-menu.opened .burger::before, .burger-menu.opened .burger::after {
    background: #3A4197;
  }
}

.navigation-mobile__blog-link {
  margin: 15px 15px 0;
  padding: 15px 0;
  display: block;
  font-weight: bold;
  font-size: 20px;
}

@media (min-width: 1025px) {
  .navigation-mobile__blog-link {
    display: none;
  }

  .header-services > li a {
    padding-left: 20px;
  }

  .header-services > li a:focus .text, .header-services > li a:hover .text {
    color: #566cd3;
  }

  .header-services > li:first-of-type a {
    padding-left: 0;
  }

  .header-services > li:last-of-type a {
    padding-right: 10px;
  }

  .header-services > li .text {
    margin: 0;
    white-space: nowrap;
  }
}

.site-header .dropdown {
  position: relative;
}

.site-header .dropdown button {
  border: none;
  background: transparent;
  color: #606066;
}

@media only screen and (max-width: 1024px) {
  .site-header .dropdown button {
    font-weight: 500;
  }
}

@media only screen and (max-width: 1024px) {
  .site-header .dropdown.show ul {
    display: block !important;
  }
}

@media only screen and (min-width: 1025px) {
  .site-header .dropdown:hover ul {
    display: block !important;
  }
}

.site-header .dropdown ul {
  display: none;
  height: auto;
  max-height: 200px;
  overflow-x: auto;
  list-style: none;
  padding: 15px;
  margin: 0;
  transition: all 0.4s cubic-bezier(0.2, 0.57, 0.36, 0.8);
  border-radius: 4px;
  background-color: #fff;
  border: solid 1px #dedede;
}

@media only screen and (min-width: 420px) {
  .site-header .dropdown ul {
    max-height: 400px;
  }
}

@media only screen and (min-width: 1025px) {
  .site-header .dropdown ul {
    padding: 15px 0;
  }
}

@media only screen and (min-width: 1025px) {
  .site-header .dropdown ul {
    position: absolute;
    top: 100%;
    left: -50%;
    width: 100%;
    min-width: 270px;
    box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.08), 0 12px 28px 0 rgba(0, 0, 0, 0.1);
    z-index: 100;
  }
}

.site-header .dropdown ul:before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-right: solid 1px #dedede;
  border-top: solid 1px #dedede;
  transform: translateX(-50%) rotate(-45deg);
}

@media only screen and (max-width: 1023px) {
  .site-header .dropdown ul:before {
    display: none;
  }
}

.site-header .dropdown ul li {
  margin: 0 0 10px;
  text-align: left;
}

@media only screen and (max-width: 1023px) {
  .site-header .dropdown ul li {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .site-header .dropdown ul li {
    border-top-color: transparent;
    margin: 0 0 10px;
  }
}

.site-header .dropdown ul li:hover a {
  color: #566cd3;
}

.site-header .dropdown ul li:last-of-type {
  margin-bottom: 0;
}

.site-header .dropdown ul li a, .site-header .dropdown ul li button {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  line-height: 1.75;
  text-align: left;
  padding: 0 15px;
  border: 0;
  letter-spacing: 0;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.2, 0.57, 0.36, 0.8);
}

@media only screen and (max-width: 1024px) {
  .site-header .dropdown ul li a, .site-header .dropdown ul li button {
    padding: 0 !important;
  }
}

.dropdown .text {
  position: relative;
}

.dropdown .text .arrow-down {
  position: absolute;
  top: -3px;
  left: calc(100% + 3px);
}

.navigation-mobile {
  position: fixed;
  right: 0;
  top: 0;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  height: 100vh;
  max-width: 280px;
  width: 100%;
  padding: 0;
  background: #fff;
  z-index: 1000;
  transition: all 0.4s cubic-bezier(0.2, 0.57, 0.36, 0.8);
  transform: translateX(100%);
}

.navigation-mobile.active {
  transform: translateX(0);
}

.navigation-mobile .nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0 15px;
  border-bottom: 1px solid #dedede;
  height: 70px;
}

.navigation-mobile .nav-header .close-navigation {
  position: relative;
  top: -1px;
  transition: all 0.4s cubic-bezier(0.2, 0.57, 0.36, 0.8);
}

.navigation-mobile .nav-header .close-navigation:hover, .navigation-mobile .nav-header .close-navigation:focus {
  color: #566cd3;
}

.navigation-mobile .nav-mob-categories {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: calc(100% - 110px);
  overflow: auto;
  margin-top: 40px;
  padding: 0 15px;
}

.navigation-mobile .nav-mob-categories h3 {
  margin: 0 0 20px 0;
  font-weight: bold;
  font-size: 20px;
}

@media (max-width: 1024px) {
  .navigation-mobile .main-nav-links, .navigation-mobile .other-nav-links {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: auto;
    margin-top: 40px;
    padding: 0 15px;
  }

  .navigation-mobile .main-nav-links h3, .navigation-mobile .other-nav-links h3 {
    margin: 0 0 20px 0;
    font-weight: bold;
    font-size: 20px;
  }
}

.navigation-mobile .other-nav-links {
  margin-top: 40px;
}

.navigation-mobile .other-nav-links h3 {
  margin: 0 0 20px 0;
  font-weight: bold;
  font-size: 20px;
}

.navigation-mobile .other-nav-links .other-nav-links-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.navigation-mobile .other-nav-links .other-nav-links-list > li > a, .navigation-mobile .other-nav-links .other-nav-links-list > li > button {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #dedede;
  font-weight: bold;
  font-size: 18px;
}

.navigation-mobile .other-nav-links .other-nav-links-list > li button {
  width: 100%;
}

.navigation-mobile .other-nav-links .other-nav-links-list > li:last-of-type a, .navigation-mobile .other-nav-links .other-nav-links-list > li:last-of-type button {
  border-bottom: none;
}

@media only screen and (min-width: 1025px) {
  .navigation-mobile,
  .background-layout {
    display: none !important;
  }
}

.background-layout {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
}

@media only screen and (max-width: 1024px) and (orientation: landscape) {
  .navigation-mobile {
    max-width: 80vw;
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .navigation-mobile .nav-header .logo-block-mob {
    max-width: 220px;
  }

  .navigation-mobile .nav-header .logo-block-mob img {
    width: 100%;
  }
}

.tabs-list {
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}

.tabs-list::-webkit-scrollbar {
  display: none;
}

.tabs-list__nav-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
}

.tabs-list__nav {
  position: absolute;
  background-color: #637dfb;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 30;
  top: calc(50% - 13px);
  transition: 0.2s;
}

@media only screen and (min-width: 768px) {
  .tabs-list__nav {
    width: 36px;
    height: 36px;
    top: calc(50% - 18px);
  }
}

.tabs-list__nav:hover {
  background-color: #152442;
}

.tabs-list__nav:focus {
  outline: none;
}

.tabs-list__nav .arrow {
  border: solid #f7f9ff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  background-color: transparent;
}

.tabs-list__nav .arrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-left: -3px;
}

.tabs-list__nav .arrow.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin-right: -3px;
}

.tabs-list__before {
  right: calc(100% - 13px);
}

@media only screen and (min-width: 620px) {
  .tabs-list__before {
    right: calc(100% - 18px);
  }
}

.tabs-list__next {
  left: calc(100% - 13px);
}

@media only screen and (min-width: 620px) {
  .tabs-list__next {
    left: calc(100% - 18px);
  }
}

.tabs-list__item-disabled {
  display: none;
}

.fontawesome-icon::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
}

.rating-stars-live {
  overflow: hidden;
  display: flex;
  flex-direction: row-reverse;
  margin-left: -1px;
  font-size: 13px;
  color: #f3973a;
}

.rating-stars-live .rating-star {
  padding: 0 1px;
  cursor: pointer;
}

.rating-stars-live .rating-star:before {
  content: "\F005";
  font-weight: 900;
  color: #ccd3e7;
}

.rating-stars-live .rating-star.checked ~ .rating-star::before,
.rating-stars-live .rating-star.checked::before,
.rating-stars-live .rating-star:hover ~ .rating-star:before,
.rating-stars-live .rating-star:hover:before {
  color: #ffb42b;
}

.pagination {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  min-width: 35px;
  padding: 0 13px;
  border: 1px solid #d9d9db;
  border-right: none;
  font-size: 15px;
  line-height: 1.33;
  color: #6b6b6b;
}

.pagination li:not(.disabled) a:hover, .pagination li:not(.disabled) a:focus, .pagination li:not(.current) a:hover, .pagination li:not(.current) a:focus {
  background: #566cd3;
  border-color: #566cd3;
  color: #fff;
}

.pagination li:last-of-type {
  border-right: 1px solid #d9d9d9;
}

.pagination li.next a, .pagination li.prev a {
  font-size: 12px;
}

.pagination li.disabled a {
  cursor: default;
}

.pagination li.disabled a:hover, .pagination li.disabled a:focus {
  background: none;
  border-color: #d9d9d9;
  color: #6b6b6b;
}

.pagination li.current a {
  cursor: default;
  background: #566cd3;
  color: #fff;
  border-color: #566cd3;
}

.advertise-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.advertise-container .sponsored-links {
  width: 100%;
  margin-bottom: 5px;
  line-height: 1.33;
  font-size: 12px;
  color: #9fa0a6;
}

.advertise-container .sponsored-links.left {
  text-align: left;
}

.advertise-container .sponsored-links.right {
  text-align: right;
}

.advertise-container .sponsored-links.center {
  text-align: center;
}

.advertise-container .adv {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d3d3d3;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
}

.advertise-container .adv728x90 {
  max-width: 728px;
  width: 100%;
  height: 90px;
}

.advertise-container .adv336x280 {
  width: 336px;
  height: 280px;
}

.advertise-container .adv320x100 {
  width: 320px;
  height: 100px;
}

.advertise-container .adv300x250 {
  width: 320px;
  height: 250px;
}

.advertise-container .adv300x250 {
  width: 300px;
  height: 250px;
}

.advertise-container .adv250x250 {
  width: 250px;
  height: 250px;
}

.advertise-container .adv320x50 {
  width: 320px;
  height: 50px;
}

.advertise-container .adv180x150 {
  width: 180px;
  height: 150px;
}

* {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 26px;
}

button {
  cursor: pointer;
}

a, button {
  transition: all 0.4s cubic-bezier(0.2, 0.57, 0.36, 0.8);
}

svg {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.m-0imp {
  margin: 0 !important;
}

.g-recaptcha {
  transform: scale(0.77);
  transform-origin: 0 0;
}

@media only screen and (min-width: 400px) {
  .g-recaptcha {
    transform: scale(1);
  }
}

.lato {
  font-family: "Lato", sans-serif;
}

.open-sans {
  font-family: "Open Sans", sans-serif;
}

.message {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
}

.clickable {
  cursor: pointer;
}

.visible-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.wide-content {
  padding-left: 16px;
  padding-right: 16px;
}

@media only screen and (min-width: 768px) {
  .wide-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .wide-content {
    padding-left: calc((100% - 1226px) / 2);
    padding-right: calc((100% - 1226px) / 2);
  }
}

.small-content {
  padding-left: 16px;
  padding-right: 16px;
}

@media only screen and (min-width: 768px) {
  .small-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .small-content {
    padding-left: calc((100% - 1086px) / 2);
    padding-right: calc((100% - 1086px) / 2);
  }
}

.small-content-l {
  padding-left: 16px;
  padding-right: 16px;
}

@media only screen and (min-width: 768px) {
  .small-content-l {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .small-content-l {
    padding-left: calc((100% - 1126px) / 2);
    padding-right: calc((100% - 1126px) / 2);
  }
}

.wide-content-m {
  margin-left: 16px;
  margin-right: 16px;
}

@media only screen and (min-width: 768px) {
  .wide-content-m {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .wide-content-m {
    margin-left: calc((100% - 1226px) / 2);
    margin-right: calc((100% - 1226px) / 2);
  }
}

.narrow-content {
  padding-left: 16px;
  padding-right: 16px;
}

@media only screen and (min-width: 768px) {
  .narrow-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .narrow-content {
    padding-left: calc((100% - 1126px) / 2);
    padding-right: calc((100% - 1126px) / 2);
  }
}

#gdpr-block {
  backface-visibility: hidden;
  transform: translateY(100%);
}

#gdpr-block.default {
  animation: slide-up 1s 1s ease-in-out forwards;
}

#gdpr-block.delay-3s {
  animation: slide-up 1s 3s ease-in-out forwards;
}

#gdpr-block.delay-5s {
  animation: slide-up 1s 5s ease-in-out forwards;
}

@keyframes slide-up {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

.f-section {
  flex-shrink: 0;
  margin-top: 24px;
}

@media (min-width: 640px) {
  .f-section {
    width: 50%;
  }

  .f-section + .f-section {
    padding-left: 10px;
  }
}

@media (min-width: 960px) {
  .f-section {
    margin-top: 0;
    width: 25%;
  }
}

@media (min-width: 1280px) {
  .f-section {
    width: 260px;
  }

  .f-section + .f-section {
    margin-left: 80px;
  }
}

.f-section .title {
  color: #fff;
  margin-bottom: 14px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

#subscribe-email::-moz-placeholder {
  font-size: 16px;
  line-height: 24px;
  color: #566687;
}

#subscribe-email,
#subscribe-email::placeholder {
  font-size: 16px;
  line-height: 24px;
  color: #566687;
}

.rating {
  font-size: 0;
  display: inline-flex;
  background-image: url("/img/all-stars.svg");
  background-repeat: no-repeat;
  height: 21px;
  width: 92px;
}

.rating.empty-rating {
  background-position-y: 3px;
}

.rating.zero-point-five {
  background-position-y: -18px;
}

.rating.one {
  background-position-y: -39px;
}

.rating.one-point-five {
  background-position-y: -60px;
}

.rating.two {
  background-position-y: -81px;
}

.rating.two-point-five {
  background-position-y: -102px;
}

.rating.three {
  background-position-y: -123px;
}

.rating.three-point-five {
  background-position-y: -144px;
}

.rating.four {
  background-position-y: -165px;
}

.rating.four-point-five {
  background-position-y: -186px;
}

.rating.five {
  background-position-y: -207px;
}

.rating.empty-rating {
  background-position-y: 3px;
}

.main-post-billet.big img {
  width: 806px;
  height: 400px;
  min-width: 100%;
}

@media only screen and (min-width: 1024px) {
  .main-post-billet.big {
    width: 66.666667%;
  }

  .main-post-billet.big .category {
    display: inline-block;
  }

  .main-post-billet.big time {
    display: none;
  }

  .main-post-billet.big .post-billet-info {
    padding: 0;
    background-color: #ebeffb;
    width: 75%;
    display: flex;
    align-items: center;
    padding-bottom: 16px;
  }

  .main-post-billet.big .post-billet-info .post-nav-button {
    display: block;
    font-size: 40px;
    color: #132a43;
    padding-left: 30px;
    padding-right: 30px;
  }

  .main-post-billet.big .post-billet-info .post-nav-button:focus {
    outline: none;
  }

  .main-post-billet.big .post-billet-info h3 {
    color: #132a43;
    font-size: 26px;
    line-height: 34px;
  }

  .main-post-billet.big .post-billet-info .author {
    color: #a4adb7;
  }
}

.s-blue-button {
  display: block;
  line-height: 20px;
  margin-top: 14px;
  width: 100%;
  font-weight: 700;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #637dfb;
  text-transform: uppercase;
  text-align: center;
  color: white;
  transition: 0.2s;
}

.s-blue-button.bg-blue-800 {
  background-color: #152442;
}

.s-blue-button.lower {
  padding-top: 11px;
  padding-bottom: 10px;
}

.s-blue-button:hover {
  background-color: #152442;
}

.display-none {
  display: none !important;
}

@media (min-width: 1025px) {
  .icon.blue {
    background: linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%) !important;
  }

  .icon.yellow {
    background: linear-gradient(135deg, rgba(244, 208, 63, 0.97) 0%, #f27a35 100%) !important;
  }

  .icon.red {
    background: linear-gradient(45deg, #d17646 0%, #c63939 100%) !important;
  }

  .icon.purple {
    background: linear-gradient(135deg, #d760b7 0%, #3b78b4 100%) !important;
  }

  .icon.green {
    background: linear-gradient(135deg, #b0b43b 0%, rgba(145, 96, 81, 0.97) 100%) !important;
  }
}

.bg-image-mask {
  background-image: linear-gradient(to bottom, rgba(23, 26, 46, 0.28), rgba(10, 11, 21, 0.72));
}

.billet-title {
  color: #132a43;
  font-size: 18px;
  font-weight: 700;
}

.billet-title:hover {
  color: #868da4;
}

.two-lines {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-height: 2.8em;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.gray-btn {
  display: block;
  border-color: #dee3ef;
  background-color: #ebeffb;
  color: #132a43;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 14px;
  padding-right: 14px;
}

.comment-active {
  background-color: #5d80ff;
}

.comment-active .author-name {
  color: #fff;
}

.comment-active .author-position {
  color: #d1dbff;
}

.section-title {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  color: #132a43;
  text-transform: uppercase;
}

.section-big-title {
  font-size: 24px;
}

.breadcrumbs-between {
  position: relative;
}

.breadcrumbs-between::after {
  content: ">";
  right: 5px;
  position: absolute;
  font-size: 14px;
  line-height: 20px;
  top: 0;
  color: #132a43;
}

/** alert */

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

#contact-us-form-result {
  position: fixed;
  top: calc(47% + 10px);
  left: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  text-align: center;
  opacity: 1;
  z-index: 10;
}

@media only screen and (max-width: 640px) {
  #contact-us-form-result {
    left: 20%;
  }
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.products-navigation:focus {
  outline: none;
}

.products-navigation:disabled {
  color: #868da4;
}

.long-text p + p,
.long-text h2 + p,
.long-text h3 + p,
.long-text ul + p {
  margin-top: 8px;
}

.long-text p + h2,
.long-text p + h3,
.long-text ul + h2,
.long-text ul + h3 {
  margin-top: 16px;
}

.long-text p {
  color: #646d88;
}

.long-text h2, .long-text h3 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  color: #132a43;
  text-transform: uppercase;
}

.long-text ul {
  list-style-type: circle;
}

.long-text ul li {
  margin-left: 19px;
  color: #646d88;
}

.long-text ul li + li {
  margin-top: 8px;
}

.comment-item:last-child {
  padding-bottom: 0;
}

.comment-item:first-child {
  padding-top: 0;
}

.comment-input {
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #868da4;
  font-size: 14px;
  line-height: 24px;
  border-bottom-width: 1px;
  border-color: #dddfee;
  background-color: transparent;
}

.comment-input:hover, .comment-input:focus {
  outline: none;
  border-color: #cdcfe0;
}

.comment-input::-moz-placeholder {
  color: #868da4;
  font-size: 14px;
  line-height: 24px;
}

.comment-input::placeholder {
  color: #868da4;
  font-size: 14px;
  line-height: 24px;
}

.comment-textarea {
  resize: none;
}

/** header */

@media only screen and (min-width: 1025px) {
  #site-header.gray .main-nav-links {
    background: #f7f9fe;
  }
}

.site-header.gray {
  background-color: #f7f9fe;
}

@media only screen and (min-width: 1025px) {
  .search-block-container {
    margin-left: 118px !important;
  }

  .platform-button {
    padding-left: 18px;
    padding-right: 18px;
  }

  .header-services > li a, .header-services > li button {
    padding-left: 10px;
    padding-right: 10px !important;
  }

  .header-services > li a span, .header-services > li button span {
    padding-top: 0;
    color: #414149;
  }
}

.search-form-mob svg {
  font-size: 22px;
  color: #2f3b46;
}

.search-form .search-input {
  background-color: #ebeffb;
  color: #868da4;
  font-family: "Lato", sans-serif;
  border: none;
}

.search-form .search-btn:before {
  display: none;
}

.search-form .search-btn .svg-icons {
  color: #152442;
}

.burger-menu .burger,
.burger-menu .burger:after,
.burger-menu .burger:before {
  background-color: #2f3b46;
}

.custom-checkbox-label {
  padding-left: 20px;
  position: relative;
}

.custom-checkbox-label::before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  margin-right: 10px;
  padding: 5px;
  top: 8px;
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid;
  border-color: #627cfa;
  border-radius: 1px;
  vertical-align: middle;
}

input:checked + .custom-checkbox-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 5px;
  width: 3px;
  height: 7px;
  border-style: solid;
  border-color: #627cfa;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}

/* ref to #138447 */

.breadcrumbs_list li {
  padding: 0;
}

.breadcrumbs_list li:after {
  position: static;
  margin: 0 5px;
}

@media only screen and (max-width: 1024px) {
  .breadcrumbs_list li a,
  .breadcrumbs_list li span {
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* ref to #143356 */

@media only screen and (min-width: 960px) {
  body .social-list_container {
    display: none;
  }

  body .social-list_container .app-btn_tablet {
    display: none;
  }

  .app-title {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .breadcrumbs_list {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 960px) and (min-width: 640px) {
  .app-categories {
    display: none;
  }

  .app-rating-block {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .app-btn_tablet {
    margin: 0;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  body .app-info_container {
    width: 100%;
  }

  .download-btn_tablet li {
    display: flex;
    justify-content: center;
  }
}

/* ref to #144396 */

.welcome-title {
  max-width: 800px;
  margin: 0 auto 25px auto;
  text-align: center;
  font-size: 32px;
  line-height: 1.25em;
  font-weight: 700;
}

@media only screen and (max-width: 960px) {
  .welcome-title {
    max-width: 650px;
  }
}

@media only screen and (max-width: 640px) {
  .welcome-title {
    max-width: 440px;
    font-size: 24px;
  }
}

@media only screen and (max-width: 360px) {
  .welcome-title {
    font-size: 20px;
  }
}

/* ref to #144501 */

.animation-pulse {
  box-shadow: 0 0 0 0 rgba(90, 153, 212, 0.5);
  background: #21c74b;
  animation: pulse 1.5s infinite;
}

.animation-pulse:hover {
  animation: none;
  background: #21c74b;
}

@keyframes pulse {
  0% {
    transform: scale(0.9);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
  }

  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}

/* ref to #144610 */

p a {
  color: #007bff;
}

p a:hover {
  color: #414149;
}

/* ref to #145319 */

.app-info_container .logo_link {
  width: 100px;
  height: 100px;
}

.app-info_container .logo_link img {
  width: 100%;
  height: 100%;
}

.app-info_container .app-info_content {
  flex: 1;
  padding-left: 10px;
}

/* ref to #146230 */

.app-info_container.movies-tv .logo_link {
  width: 150px;
  height: 250px;
}

.app-info_container.movies-tv .app-title {
  margin-bottom: 3px;
  text-transform: initial;
}

.app-info_container.movies-tv .rating {
  margin-bottom: -4px;
}

.app-info_container.movies-tv .text {
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /*! autoprefixer: on */
  -webkit-line-clamp: 7;
  color: #646d88;
}

@media only screen and (max-width: 1024px) {
  .app-info_container.movies-tv .text {
    -webkit-line-clamp: 9;
  }
}

@media only screen and (max-width: 640px) {
  .app-info_container.movies-tv .text {
    -webkit-line-clamp: 7;
  }
}

.img-size {
  width: 150px;
  height: 250px;
}

::marker {
  all: initial;
}

/* ref to #147295 */

.site-header li.dropdown button .text a {
  margin: 0;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

@media only screen and (min-width: 1025px) {
  .site-header li.dropdown {
    margin-right: 15px;
  }

  .site-header li.dropdown:last-child {
    margin: 0;
  }
}

/* ref to #147333 */

@media only screen and (max-width: 1024px) {
  .site-header .dropdown .text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .site-header .dropdown .text .arrow-down {
    position: static;
    flex: 1;
    display: flex;
    justify-content: flex-end;
  }
}

/* ref to #147107 */

.laguna-comments-wrapper {
  margin-top: 30px;
}

.text-22px {
  font-size: 22px;
}

/* ref to #148258 */

.pros-cons_block.style3 {
  margin: 20px 0;
}

.pros-cons_block.style3 .conclusion {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.pros-cons_block.style3 .conclusion-col {
  width: 50%;
}

.pros-cons_block.style3 .conclusion-col:first-of-type {
  padding-right: 15px;
}

.pros-cons_block.style3 .conclusion-col:last-of-type {
  padding-left: 15px;
}

.pros-cons_block.style3 .conclusion-sub-ttl {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  color: #35353d;
}

.pros-cons_block.style3 .conclusion-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pros-cons_block.style3 .conclusion-list li {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #606066;
  padding: 0 0 0 18px;
  position: relative;
  margin-bottom: 10px;
}

.pros-cons_block.style3 .conclusion-list li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #007ede;
}

.pros-cons_block.style3 .conclusion-list li:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 640px) {
  .pros-cons_block.style3 .conclusion {
    flex-direction: column;
  }

  .pros-cons_block.style3 .conclusion-col {
    width: 100%;
  }

  .pros-cons_block.style3 .conclusion-col:first-of-type {
    padding-right: 0;
    margin-bottom: 20px;
  }

  .pros-cons_block.style3 .conclusion-col:last-of-type {
    padding-left: 0;
  }
}

/* ref to #148012 */

.sitemap_page .main-container {
  padding: 30px 0 50px 0;
}

@media only screen and (max-width: 640px) {
  .sitemap_page .main-container {
    padding: 20px 0 30px 0;
  }
}

.sitemap_page .main-container .content {
  flex-direction: column;
}

.sitemap_page .tabs_container {
  width: 100%;
  margin: 20px 0 0 0;
}

.sitemap_page .tabs_container .page-title {
  margin: 0 0 30px 0;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
  color: #181a1b;
}

.sitemap_page .tabs_container .tabs-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% + 20px);
  margin: -10px;
  padding: 0;
  list-style: none;
}

.sitemap_page .tabs_container .tabs-nav > li {
  width: 25%;
  padding: 10px;
}

.sitemap_page .tabs_container .tabs-nav > li button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 57px;
  width: 100%;
  padding: 0 10px;
  background: #fff;
  border-radius: 5px;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #636772;
  box-shadow: 0 2px 4px 0 rgba(79, 92, 151, 0.03), 0 1px 50px 0 rgba(34, 45, 56, 0.1);
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.2, 0.57, 0.36, 0.8);
  border: none;
}

.sitemap_page .tabs_container .tabs-nav > li button:hover {
  color: #5d80ff;
}

.sitemap_page .tabs_container .tabs-nav > li button:focus, .sitemap_page .tabs_container .tabs-nav > li button.active {
  background: #5d80ff;
  color: #fff;
  outline: none;
}

.sitemap_page .tabs_container .tabs-nav > li button.active {
  cursor: default;
}

.sitemap_page .tabs_container .tabs_content-container {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
}

.sitemap_page .tabs_container .tabs_content-container > li:not(.active) {
  display: none;
}

.sitemap_page .tabs_container .tabs_content-container .title {
  margin: 0 0 20px 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.33;
  color: #414149;
}

.sitemap_page .tabs_container .tabs_content-container .text-list {
  margin: 0;
  padding: 0;
  list-style: none;
  -moz-column-gap: 62px;
       column-gap: 62px;
}

.sitemap_page .tabs_container .tabs_content-container .text-list.four-columns {
  -moz-column-count: 4;
       column-count: 4;
}

.sitemap_page .tabs_container .tabs_content-container .text-list.three-columns {
  -moz-column-count: 3;
       column-count: 3;
}

.sitemap_page .tabs_container .tabs_content-container .text-list.two-columns {
  -moz-column-count: 2;
       column-count: 2;
}

.sitemap_page .tabs_container .tabs_content-container .text-list > li {
  margin-bottom: 12px;
}

.sitemap_page .tabs_container .tabs_content-container .text-list > li a {
  font-size: 16px;
  line-height: 1.5;
  color: #636772;
  transition: all 0.4s cubic-bezier(0.2, 0.57, 0.36, 0.8);
  overflow-wrap: break-word;
}

.sitemap_page .tabs_container .tabs_content-container .text-list > li a:hover, .sitemap_page .tabs_container .tabs_content-container .text-list > li a:focus {
  color: #5d80ff;
}

.sitemap_page .tabs_container .tabs_content-container .pagination-container {
  display: flex;
  margin-top: 42px;
}

.sitemap_page .tabs_container .tabs_content-container .pagination-container.center {
  justify-content: center;
}

@media only screen and (max-width: 991px) {
  .sitemap_page .tabs_container .tabs_content-container .text-list.four-columns {
    -moz-column-count: 3;
         column-count: 3;
  }
}

@media only screen and (max-width: 880px) {
  .sitemap_page .tabs_container .tabs-nav {
    width: calc(100% + 12px);
    margin: -6px;
  }

  .sitemap_page .tabs_container .tabs-nav > li {
    width: 50%;
    padding: 6px;
  }
}

@media only screen and (max-width: 640px) {
  .sitemap_page .tabs_container {
    padding: 0;
  }

  .sitemap_page .tabs_container .tabs_content-container .text-list.four-columns, .sitemap_page .tabs_container .tabs_content-container .text-list.three-columns {
    -moz-column-count: 2;
         column-count: 2;
  }

  .sitemap_page .tabs_container .tabs_content-container .pagination-container {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 413.9px) {
  .sitemap_page .tabs_container .tabs-nav {
    width: calc(100% + 12px);
    margin: -6px;
  }

  .sitemap_page .tabs_container .tabs-nav > li {
    width: 100%;
    padding: 6px;
  }

  .sitemap_page .tabs_container .tabs_content-container .text-list.four-columns, .sitemap_page .tabs_container .tabs_content-container .text-list.three-columns, .sitemap_page .tabs_container .tabs_content-container .text-list.two-columns {
    -moz-column-count: 1;
         column-count: 1;
  }

  .sitemap_page .tabs_container .tabs_content-container .text-list > li:last-child {
    margin: 0;
  }
}

/* ref to #149426 */

.app-info_block {
  display: flex;
  width: 100%;
  margin: 20px 0;
}

.app-info_block .logo_link {
  width: 100px;
  height: 100px;
}

.app-info_block .logo_link img {
  height: 100%;
}

.app-info_block .app-info_content {
  width: calc(100% - 100px - 250px);
  padding: 0 15px;
}

.app-info_block .btn-container {
  width: 250px;
  align-self: center;
}

.app-info_block .btn-container .s-blue-button {
  margin: 0;
}

/* ref to #149851 */

@media only screen and (min-width: 1025px) {
  .site-header .dropdown > ul {
    max-height: 210px;
  }
}

/* ref to #150103 */

.app-info_block .logo_link-large {
  width: 150px;
  height: 150px;
}

.app-info_block .logo_link-large img {
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .app-info_block {
    flex-wrap: wrap;
  }

  .app-info_block .app-info_content {
    width: calc(100% - 100px);
    padding-left: 15px;
  }

  .app-info_block .btn-container {
    width: 100%;
    margin-top: 5px;
  }
}

/* ref to #150209 */

@media only screen and (max-width: 1024px) and (min-width: 640px) {
  .app-download_content {
    flex: 1;
  }

  .app-download_content ~ .btn-container {
    width: 330px;
  }
}

.s-blue-button.gift-fortnite-btn {
  background-color: #2d69cf;
}

.s-blue-button.gift-fortnite-btn:hover {
  background-color: #152442;
}

.s-blue-button.gift-gta-btn {
  background-color: #2d69cf;
}

.s-blue-button.gift-gta-btn:hover {
  background-color: #152442;
}

/* ref to #151433 */

.access-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  padding: 16px 40px;
  border-radius: 49px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  background: #2d69cf;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.14), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  animation: animation-pulse 1.5s infinite;
}

.access-btn:hover, .access-btn:focus {
  color: #FFF;
  box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.access-btn svg {
  width: 14px;
  height: 20px;
  margin-left: 12px;
}

@media (max-width: 520px) {
  .access-btn {
    width: 100%;
    height: 44px;
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .access-btn svg {
    width: 11px;
    height: 16px;
    margin-left: 8px;
  }
}

/* ref to #151845 */

.latest-post_block .two-lines {
  display: -webkit-box !important;
}

/* ref to #151434 */

nav .pagination {
  margin-top: 30px;
}

/* ref to #151835 */

.site-header {
  position: relative;
  z-index: 20;
}

.search-form .search-results {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  padding: 20px 10px 20px 0;
  width: 100%;
  border-radius: 4px;
  background-color: #ebeffb;
}

.search-form .search-results ul {
  max-height: 160px;
  padding-left: 20px;
  overflow-y: auto;
}

.search-form .search-results ul > li {
  margin-right: 10px;
}

.search-form .search-results ul > li:not(:last-child) {
  margin-bottom: 10px;
}

.search-form .search-results ul > li > a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 24px;
  color: #132a43;
}

.search-form .search-results ul > li > a:hover {
  color: #476df2;
}

/* start | ref to #154720 */

.product-tags_block.card1 .product-tags_list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 10px);
  margin: -5px;
}

.product-tags_block.card1 .product-tags_list > li {
  padding: 5px;
}

.product-tags_block.card1 .product-tag_btn {
  display: flex;
  align-items: center;
  min-width: 176px;
  max-width: 240px;
  padding: 6px;
  border: none;
  border-radius: 3px;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(43, 64, 115, 0.12);
}

.product-tags_block.card1 .product-tag_btn:hover, .product-tags_block.card1 .product-tag_btn:focus {
  border: none;
  box-shadow: 0px 3px 12px 0px rgba(43, 64, 115, 0.24);
}

.product-tags_block.card1 .product-tag_btn .img-container {
  width: 30px;
  height: 30px;
}

.product-tags_block.card1 .product-tag_btn .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
}

.product-tags_block.card1 .product-tag_btn .title {
  flex: 1;
  margin-left: 8px;
  font-weight: 400;
  font-size: 15px;
  line-height: normal;
  text-transform: capitalize;
  color: rgba(11, 17, 31, 0.72);
}

.product-tags_block.card1 .product-tag_btn .title span {
  display: -webkit-box !important;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /*! autoprefixer: on */
  -webkit-line-clamp: 1;
}

@media (max-width: 1024px) {
  .product-tags_block.card1 .product-tag_btn {
    min-width: initial;
    padding-right: 10px;
  }
}

@media (max-width: 640px) {
  .product-tags_block.card1 .product-tags_list {
    width: calc(100% + 8px);
    margin: -4px;
  }

  .product-tags_block.card1 .product-tags_list > li {
    padding: 4px;
  }

  .product-tags_block.card1 .product-tag_btn {
    max-width: 180px;
    padding: 4px 10px 4px 4px;
  }

  .product-tags_block.card1 .product-tag_btn .img-container {
    width: 24px;
    height: 24px;
  }

  .product-tags_block.card1 .product-tag_btn .title {
    margin-left: 5px;
    font-size: 12px;
  }
}

.app_page.desktop .product-tags_block, .app_page.tablet .product-tags_block {
  margin: 15px 0;
}

.app_page.mobile .product-tags_block {
  margin: 10px 0 20px 0;
}

/* end */

/* start | ref to #155303 */

.exclusive-content_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 100%;
  padding: 2px 30px 0 30px;
  background-color: #1e90ff;
  box-shadow: 0 4px #0a74da;
  border-radius: 12px;
  line-height: 1.25;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  text-align: center;
  animation: animation-pulse 1.5s infinite;
  transition: all 0.4s cubic-bezier(0.2, 0.57, 0.36, 0.8);
}

.exclusive-content_btn:hover, .exclusive-content_btn:focus, .exclusive-content_btn:active {
  animation: none;
  color: #ffffff;
}

.exclusive-content_btn:hover {
  background-color: #1c87e1;
  box-shadow: 0 4px #0a74da;
}

.exclusive-content_btn:active {
  box-shadow: 0 2px #0a74da;
}

@media only screen and (max-width: 425px) {
  .exclusive-content_btn {
    width: 100%;
  }
}

@media only screen and (max-width: 374px) {
  .exclusive-content_btn {
    padding: 0 12px;
  }

  .exclusive-content_btn .text {
    font-size: 12px;
  }
}

@keyframes animation-pulse {
  0% {
    transform: scale(0.9);
  }

  70% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.9);
  }
}

.app_page.desktop .app-info_block {
  margin: 0;
}

.download_page.desktop .app-info_block {
  margin: 0;
}

.download_page.tablet .app-info_block .btn-container {
  width: 250px;
}

.download_page.mobile .get-access_block {
  display: flex;
  justify-content: center;
  margin: 15px 0;
}

.movie_page.tablet .app-btn_tablet > *:first-child {
  width: calc(100% - 20px);
}

.movie-watch_page .movie-details__block .details_block {
  flex: 1;
}

.movie-watch_page.desktop .movie-details__block {
  display: flex;
  align-items: center;
  margin-bottom: -10px;
}

.movie-watch_page.desktop .movie-details__block .details_block * {
  line-height: 1.3;
  font-size: 14px;
}

.movie-watch_page.desktop .movie-details__block .details-list {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 7px;
}

.movie-watch_page.desktop .movie-details__block .details-list li {
  display: flex;
  width: 100%;
}

.movie-watch_page.desktop .movie-details__block .details-list .feature {
  white-space: nowrap;
}

.movie-watch_page.desktop .movie-details__block .get-access_block {
  width: 220px;
  margin-left: 30px;
}

.movie-watch_page.tablet .app-info_container .app-info_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.movie-watch_page.tablet .app-info_container .get-access_block {
  width: 220px;
  margin-left: auto;
  margin-top: 20px;
}

.movie-watch_page.tablet .movie-details__block .details-list {
  -moz-column-count: 2;
       column-count: 2;
  gap: 20px;
}

.movie-watch_page.tablet .movie-details__block .details-list li {
  margin: 0 0 7px 0;
}

.movie-watch_page.mobile .get-access_block {
  margin: 20px 0 0 0;
}

/* end */

/* ref to #155343 */

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

/*
 *  Owl Carousel - Core
 */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */

.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.screenshots-carousel {
  display: flex;
  height: 200px;
}

.screenshots-carousel .owl-stage-outer,
.screenshots-carousel .owl-stage {
  height: 100%;
}

.screenshots-carousel .owl-item {
  height: 100%;
}

.screenshots-carousel img {
  height: 100%;
  width: auto !important;
  border-radius: 12px;
}

.screenshots-carousel .owl-nav.disabled {
  display: block !important;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 12px);
}

.screenshots-carousel .owl-nav.disabled .owl-prev,
.screenshots-carousel .owl-nav.disabled .owl-next {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  background: #566cd3;
  border-radius: 4px;
  font-size: 8px;
  transition: all 0.4s cubic-bezier(0.2, 0.57, 0.36, 0.8);
}

.screenshots-carousel .owl-nav.disabled .owl-prev:hover, .screenshots-carousel .owl-nav.disabled .owl-prev:focus,
.screenshots-carousel .owl-nav.disabled .owl-next:hover,
.screenshots-carousel .owl-nav.disabled .owl-next:focus {
  outline: none;
}

.screenshots-carousel .owl-nav.disabled .owl-prev .svg-icons,
.screenshots-carousel .owl-nav.disabled .owl-next .svg-icons {
  font-size: 16px;
  color: #fff;
}

.screenshots-carousel .owl-nav.disabled .owl-prev {
  left: -8px;
  padding-right: 2px !important;
}

.screenshots-carousel .owl-nav.disabled .owl-prev .svg-icons {
  transform: rotate(180deg);
}

.screenshots-carousel .owl-nav.disabled .owl-next {
  right: -8px;
  padding-left: 2px !important;
}

@media only screen and (max-width: 640px) {
  .screenshots-carousel {
    height: 220px;
  }

  .screenshots-carousel img {
    border-radius: 6px;
  }
}

/* start | ref to #155301 */

.latest-movies__slider .owl-item img {
  width: unset;
}

.latest-movies__slider .apps_list.type1 {
  display: grid;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media only screen and (min-width: 1025px) {
  .latest-movies__slider .apps_list.type1 {
    grid-gap: 30px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .latest-movies__slider .apps_list.type1 {
    grid-gap: 24px;
  }
}

@media only screen and (min-width: 641px) {
  .latest-movies__slider .apps_list.type1 {
    grid-template-columns: repeat(2, 1fr);
  }
}

#latestMoviesSliderNav {
  display: inline-flex;
  align-items: center;
}

#latestMoviesSliderNav button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-color: #dee3ef;
  background-color: #ebeffb;
  color: #132a43;
}

#latestMoviesSliderNav button.owl-prev {
  border-right-width: 1px;
}

#latestMoviesSliderNav button.owl-next {
  border-left-width: 1px;
}

#latestMoviesSliderNav button.disabled {
  color: #868da4;
  cursor: default;
}

#latestMoviesSliderNav button:focus, #latestMoviesSliderNav button:active {
  outline: none;
}

.latest-movies__section {
  width: 100%;
}

/* end */

/* ref to #154077 */

/* block variables */

/* item variables */

/* breakpoint values */

.top-apps_block.card3 {
  margin-bottom: 30px;
}

.top-apps_block.card3.big ul > li:first-child, .top-apps_block.card3.big ul > li:nth-last-child(5) {
  grid-column: span 2;
  grid-row: span 2;
}

.top-apps_block.card3.small ul > li:first-child, .top-apps_block.card3.small ul > li:nth-last-child(2) {
  grid-column: span 2;
  grid-row: span 2;
}

.top-apps_block.card3.tablet {
  max-width: initial;
}

.top-apps_block.card3.tablet ul {
  grid-template-columns: repeat(8, 1fr);
}

.top-apps_block.card3.tablet ul > li:nth-child(4), .top-apps_block.card3.tablet ul > li:nth-child(8), .top-apps_block.card3.tablet ul > li:nth-last-child(6) {
  grid-column: span 2;
  grid-row: span 2;
}

.top-apps_block.card3 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-apps_block.card3 .app_block {
  display: flex;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 12px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  transition: all 0.4s cubic-bezier(0.2, 0.57, 0.36, 0.8);
}

.top-apps_block.card3 .app_block:hover, .top-apps_block.card3 .app_block:focus {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.top-apps_block.card3 .app_block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}

@media only screen and (max-width: 1024px) {
  .top-apps_block.card3 ul {
    gap: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .top-apps_block.card3 {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .top-apps_block.card3 ul {
    gap: 10px;
  }
}

/* ref to #156496 */

/* block variables */

/* item variables */

/* breakpoint values */

.top-apps_block.card2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.top-apps_block.card2 ul {
  display: flex;
  width: 100%;
  padding: 0;
  list-style: none;
}

.top-apps_block.card2 .app_block {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}

.top-apps_block.card2 .app_block:hover, .top-apps_block.card2 .app_block:focus {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.top-apps_block.card2 .app_block img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

@media only screen and (min-width: calc(1024px + 1px)) {
  .top-apps_block.card2.full-width.tablet, .top-apps_block.card2.in-main-content.tablet {
    padding: 0;
  }

  .top-apps_block.card2.full-width.tablet ul, .top-apps_block.card2.in-main-content.tablet ul {
    width: calc(100% + 16px);
    margin: 0 -8px;
  }

  .top-apps_block.card2.full-width.tablet ul > li, .top-apps_block.card2.in-main-content.tablet ul > li {
    width: 10%;
    padding: 0 8px;
  }

  .top-apps_block.card2.full-width.tablet ul > li:nth-of-type(n+11), .top-apps_block.card2.in-main-content.tablet ul > li:nth-of-type(n+11) {
    display: none;
  }

  .top-apps_block.card2.full-width.tablet .app_block, .top-apps_block.card2.in-main-content.tablet .app_block {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .top-apps_block.card2.full-width.tablet, .top-apps_block.card2.in-main-content.tablet {
    padding: 0;
  }

  .top-apps_block.card2.full-width.tablet ul, .top-apps_block.card2.in-main-content.tablet ul {
    width: calc(100% + 12px);
    margin: 0 -6px;
  }

  .top-apps_block.card2.full-width.tablet ul > li, .top-apps_block.card2.in-main-content.tablet ul > li {
    width: 14.285%;
    padding: 0 6px;
  }

  .top-apps_block.card2.full-width.tablet ul > li:nth-of-type(n+8), .top-apps_block.card2.in-main-content.tablet ul > li:nth-of-type(n+8) {
    display: none;
  }

  .top-apps_block.card2.full-width.tablet .app_block, .top-apps_block.card2.in-main-content.tablet .app_block {
    padding: 0;
  }
}

@media only screen and (max-width: calc(768px - 1px)) {
  .top-apps_block.card2.full-width.tablet, .top-apps_block.card2.in-main-content.tablet {
    padding: 0 10px;
  }

  .top-apps_block.card2.full-width.tablet ul, .top-apps_block.card2.in-main-content.tablet ul {
    width: calc(100% + 10px);
    margin: 0 -5px;
  }

  .top-apps_block.card2.full-width.tablet ul > li, .top-apps_block.card2.in-main-content.tablet ul > li {
    padding: 0 5px;
  }
}

@media only screen and (min-width: 641px) and (max-width: calc(768px - 1px)) {
  .top-apps_block.card2.full-width.tablet ul > li, .top-apps_block.card2.in-main-content.tablet ul > li {
    width: 16.666%;
  }

  .top-apps_block.card2.full-width.tablet ul > li:nth-of-type(n+7), .top-apps_block.card2.in-main-content.tablet ul > li:nth-of-type(n+7) {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .top-apps_block.card2.full-width.tablet, .top-apps_block.card2.in-main-content.tablet {
    padding: 0 10px;
  }

  .top-apps_block.card2.full-width.tablet .app_block, .top-apps_block.card2.in-main-content.tablet .app_block {
    padding: 0;
  }
}

@media only screen and (min-width: 481px) and (max-width: 640px) {
  .top-apps_block.card2.full-width.tablet ul > li, .top-apps_block.card2.in-main-content.tablet ul > li {
    width: 20%;
  }

  .top-apps_block.card2.full-width.tablet ul > li:nth-of-type(n+6), .top-apps_block.card2.in-main-content.tablet ul > li:nth-of-type(n+6) {
    display: none;
  }
}

@media only screen and (min-width: 376px) and (max-width: 480px) {
  .top-apps_block.card2.full-width.tablet ul > li, .top-apps_block.card2.in-main-content.tablet ul > li {
    width: 25%;
  }

  .top-apps_block.card2.full-width.tablet ul > li:nth-of-type(n+5), .top-apps_block.card2.in-main-content.tablet ul > li:nth-of-type(n+5) {
    display: none;
  }
}

@media only screen and (max-width: 375px) {
  .top-apps_block.card2.full-width.tablet ul > li, .top-apps_block.card2.in-main-content.tablet ul > li {
    width: 33.333%;
  }

  .top-apps_block.card2.full-width.tablet ul > li:nth-of-type(n+4), .top-apps_block.card2.in-main-content.tablet ul > li:nth-of-type(n+4) {
    display: none;
  }
}

@media only screen and (min-width: 1025px) {
  .top-apps_block.card2.full-width.mobile, .top-apps_block.card2.in-main-content.mobile {
    padding: 0;
  }

  .top-apps_block.card2.full-width.mobile ul, .top-apps_block.card2.in-main-content.mobile ul {
    width: calc(100% + 16px);
    margin: 0 -8px;
  }

  .top-apps_block.card2.full-width.mobile ul > li, .top-apps_block.card2.in-main-content.mobile ul > li {
    width: 10%;
    padding: 0 8px;
  }

  .top-apps_block.card2.full-width.mobile ul > li:nth-of-type(n+11), .top-apps_block.card2.in-main-content.mobile ul > li:nth-of-type(n+11) {
    display: none;
  }

  .top-apps_block.card2.full-width.mobile .app_block, .top-apps_block.card2.in-main-content.mobile .app_block {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .top-apps_block.card2.full-width.mobile, .top-apps_block.card2.in-main-content.mobile {
    padding: 0;
  }

  .top-apps_block.card2.full-width.mobile ul, .top-apps_block.card2.in-main-content.mobile ul {
    width: calc(100% + 12px);
    margin: 0 -6px;
  }

  .top-apps_block.card2.full-width.mobile ul > li, .top-apps_block.card2.in-main-content.mobile ul > li {
    width: 14.285%;
    padding: 0 6px;
  }

  .top-apps_block.card2.full-width.mobile .app_block, .top-apps_block.card2.in-main-content.mobile .app_block {
    padding: 0;
  }
}

@media only screen and (min-width: calc(640px + 1px)) and (max-width: 767px) {
  .top-apps_block.card2.full-width.mobile, .top-apps_block.card2.in-main-content.mobile {
    padding: 0;
  }

  .top-apps_block.card2.full-width.mobile ul, .top-apps_block.card2.in-main-content.mobile ul {
    width: calc(100% + 12px);
  }

  .top-apps_block.card2.full-width.mobile ul > li, .top-apps_block.card2.in-main-content.mobile ul > li {
    width: 16.666%;
    padding: 0 6px;
  }

  .top-apps_block.card2.full-width.mobile ul > li:nth-of-type(n+7), .top-apps_block.card2.in-main-content.mobile ul > li:nth-of-type(n+7) {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .top-apps_block.card2.full-width.mobile, .top-apps_block.card2.in-main-content.mobile {
    padding: 0 10px;
  }

  .top-apps_block.card2.full-width.mobile ul, .top-apps_block.card2.in-main-content.mobile ul {
    width: calc(100% + 24px);
    margin: 0 -12px;
  }

  .top-apps_block.card2.full-width.mobile ul > li, .top-apps_block.card2.in-main-content.mobile ul > li {
    padding: 0 12px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 640px) {
  .top-apps_block.card2.full-width.mobile ul > li, .top-apps_block.card2.in-main-content.mobile ul > li {
    width: 20%;
  }

  .top-apps_block.card2.full-width.mobile ul > li:nth-of-type(n+6), .top-apps_block.card2.in-main-content.mobile ul > li:nth-of-type(n+6) {
    display: none;
  }
}

@media only screen and (min-width: 376px) and (max-width: 480px) {
  .top-apps_block.card2.full-width.mobile ul > li, .top-apps_block.card2.in-main-content.mobile ul > li {
    width: 25%;
  }

  .top-apps_block.card2.full-width.mobile ul > li:nth-of-type(n+5), .top-apps_block.card2.in-main-content.mobile ul > li:nth-of-type(n+5) {
    display: none;
  }
}

@media only screen and (max-width: 375px) {
  .top-apps_block.card2.full-width.mobile ul > li, .top-apps_block.card2.in-main-content.mobile ul > li {
    width: 33.333%;
  }

  .top-apps_block.card2.full-width.mobile ul > li:nth-of-type(n+4), .top-apps_block.card2.in-main-content.mobile ul > li:nth-of-type(n+4) {
    display: none;
  }
}

@media only screen and (min-width: 1025px) {
  .top-apps_block.card2.full-width.desktop {
    padding: 0;
  }

  .top-apps_block.card2.full-width.desktop ul {
    width: calc(100% + 16px);
    margin: 0 -8px;
  }

  .top-apps_block.card2.full-width.desktop ul > li {
    width: 10%;
    padding: 0 8px;
  }

  .top-apps_block.card2.full-width.desktop ul > li:nth-of-type(n+11) {
    display: none;
  }

  .top-apps_block.card2.full-width.desktop .app_block {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .top-apps_block.card2.full-width.desktop {
    padding: 0;
  }

  .top-apps_block.card2.full-width.desktop ul {
    width: calc(100% + 12px);
    margin: 0 -6px;
  }

  .top-apps_block.card2.full-width.desktop ul > li {
    width: 14.285%;
    padding: 0 6px;
  }

  .top-apps_block.card2.full-width.desktop ul > li:nth-of-type(n+8) {
    display: none;
  }

  .top-apps_block.card2.full-width.desktop .app_block {
    padding: 0;
  }
}

@media only screen and (min-width: 641px) and (max-width: 767px) {
  .top-apps_block.card2.full-width.desktop ul > li {
    width: 16.666%;
  }

  .top-apps_block.card2.full-width.desktop ul > li:nth-of-type(n+7) {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .top-apps_block.card2.full-width.desktop {
    padding: 0 10px;
  }

  .top-apps_block.card2.full-width.desktop ul {
    width: calc(100% + 10px);
    margin: 0 -5px;
  }

  .top-apps_block.card2.full-width.desktop ul > li {
    padding: 0 5px;
  }

  .top-apps_block.card2.full-width.desktop .app_block {
    padding: 0;
  }
}

@media only screen and (min-width: 481px) and (max-width: 640px) {
  .top-apps_block.card2.full-width.desktop ul > li {
    width: 20%;
  }

  .top-apps_block.card2.full-width.desktop ul > li:nth-of-type(n+6) {
    display: none;
  }
}

@media only screen and (min-width: 376px) and (max-width: 480px) {
  .top-apps_block.card2.full-width.desktop ul > li {
    width: 25%;
  }

  .top-apps_block.card2.full-width.desktop ul > li:nth-of-type(n+5) {
    display: none;
  }
}

@media only screen and (max-width: 375px) {
  .top-apps_block.card2.full-width.desktop ul > li {
    width: 33.333%;
  }

  .top-apps_block.card2.full-width.desktop ul > li:nth-of-type(n+4) {
    display: none;
  }
}

@media only screen and (min-width: 1025px) {
  .top-apps_block.card2.in-main-content.desktop {
    padding: 0;
  }

  .top-apps_block.card2.in-main-content.desktop ul {
    width: calc(100% + 16px);
    margin: 0 -8px;
  }

  .top-apps_block.card2.in-main-content.desktop ul > li {
    width: 16.666%;
    padding: 0 8px;
  }

  .top-apps_block.card2.in-main-content.desktop ul > li:nth-of-type(n+7) {
    display: none;
  }

  .top-apps_block.card2.in-main-content.desktop .app_block {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .top-apps_block.card2.in-main-content.desktop {
    padding: 0;
  }

  .top-apps_block.card2.in-main-content.desktop ul {
    width: calc(100% + 12px);
    margin: 0 -6px;
  }

  .top-apps_block.card2.in-main-content.desktop ul > li {
    width: 16.666%;
    padding: 0 6px;
  }

  .top-apps_block.card2.in-main-content.desktop ul > li:nth-of-type(n+7) {
    display: none;
  }

  .top-apps_block.card2.in-main-content.desktop .app_block {
    padding: 0;
  }
}

@media only screen and (min-width: 641px) and (max-width: 767px) {
  .top-apps_block.card2.in-main-content.desktop ul > li {
    width: 16.666%;
  }

  .top-apps_block.card2.in-main-content.desktop ul > li:nth-of-type(n+7) {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .top-apps_block.card2.in-main-content.desktop {
    padding: 0 10px;
  }

  .top-apps_block.card2.in-main-content.desktop ul {
    width: calc(100% + 10px);
    margin: 0 -5px;
  }

  .top-apps_block.card2.in-main-content.desktop ul > li {
    padding: 0 5px;
  }

  .top-apps_block.card2.in-main-content.desktop .app_block {
    padding: 0;
  }
}

@media only screen and (min-width: 481px) and (max-width: 640px) {
  .top-apps_block.card2.in-main-content.desktop ul > li {
    width: 20%;
  }

  .top-apps_block.card2.in-main-content.desktop ul > li:nth-of-type(n+6) {
    display: none;
  }
}

@media only screen and (min-width: 376px) and (max-width: 480px) {
  .top-apps_block.card2.in-main-content.desktop ul > li {
    width: 25%;
  }

  .top-apps_block.card2.in-main-content.desktop ul > li:nth-of-type(n+5) {
    display: none;
  }
}

@media only screen and (max-width: 375px) {
  .top-apps_block.card2.in-main-content.desktop ul > li {
    width: 33.333%;
  }

  .top-apps_block.card2.in-main-content.desktop ul > li:nth-of-type(n+4) {
    display: none;
  }
}

/* ref to #159000 */

/* Modals variables */

/* Mixins */

/* Modal Overlay */

.modal-overlay_style1 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1000;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

/* Modal Window */

.modal-window.style1 {
  padding: 64px 36px;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  width: 100%;
  max-width: 758px;
  z-index: 1001;
}

.modal-window.style1 .modal-header {
  background-color: #fff;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-window.style1 .modal-header span {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
  color: #181A1B;
}

.modal-window.style1 .modal-header button {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  position: absolute;
  top: 24px;
  right: 24px;
  padding: 0;
}

.modal-window.style1 .modal-header button svg {
  color: #181A1B;
  transition: all 0.4s cubic-bezier(0.2, 0.57, 0.36, 0.8);
}

.modal-window.style1 .modal-header button:hover svg, .modal-window.style1 .modal-header button:focus svg {
  color: #116aaf;
}

.modal-window.style1 .modal-header button.disabled {
  cursor: not-allowed;
}

.modal-window.style1 .modal-header button.disabled svg {
  color: #8996A2;
}

.modal-window.style1 .modal-body {
  padding: 0;
  text-align: center;
}

.modal-window.style1 .modal-body p {
  margin: 16px 0 0 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #000000;
  text-align: center;
}

.modal-window.style1 .modal-body .modal-apps_block {
  margin: 24px 0 0 0;
  display: flex;
  justify-content: center;
}

.modal-window.style1 .modal-body .modal-apps_block ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
}

.modal-window.style1 .modal-body .modal-apps_block .image-wrapper {
  display: flex;
  width: 104px;
  height: 104px;
  border-radius: 28px;
  box-shadow: none;
  transition: all 0.4s cubic-bezier(0.2, 0.57, 0.36, 0.8);
}

.modal-window.style1 .modal-body .modal-apps_block .image-wrapper:hover {
  box-shadow: 0px 2px 8px 0px rgba(15, 22, 32, 0.3);
}

.modal-window.style1 .modal-body .modal-apps_block .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 28px;
}

.modal-window.style1 .modal-body .btn-pop-container {
  margin: 24px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.modal-window.style1 .modal-body .continue-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  cursor: pointer;
  height: 50px;
  width: 250px;
  padding: 0 45px;
  border-radius: 4px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
  background: #1077c9;
  border: 2px solid #1077c9;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.2, 0.57, 0.36, 0.8);
}

.modal-window.style1 .modal-body .continue-btn.color-styles {
  background: #1077c9;
  border: 2px solid #1077c9;
  box-shadow: 0px 2px 8px 0px rgba(15, 22, 32, 0.3);
  color: #fff;
}

.modal-window.style1 .modal-body .continue-btn.color-styles:hover, .modal-window.style1 .modal-body .continue-btn.color-styles:focus {
  box-shadow: 0px 4px 6px 0px rgba(15, 22, 32, 0.25);
}

.modal-window.style1 .modal-body .continue-btn.brdr-styles {
  background: #fff;
  border: 2px solid #1077c9;
  box-shadow: none;
  color: #1077c9;
}

.modal-window.style1 .modal-body .continue-btn.brdr-styles:hover, .modal-window.style1 .modal-body .continue-btn.brdr-styles:focus {
  box-shadow: 0px 4px 6px 0px rgba(15, 22, 32, 0.25);
}

@media only screen and (max-width: 1024px) {
  .modal-window.style1 {
    padding: 64px 17px;
    max-width: 720px;
  }
}

@media only screen and (max-width: 767px) {
  .modal-window.style1 {
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 565px) {
  .modal-window.style1 {
    padding: 48px 8px 16px;
  }

  .modal-window.style1 .modal-header span {
    font-size: 20px;
  }

  .modal-window.style1 .modal-header button {
    top: 16px;
    right: 16px;
  }

  .modal-window.style1 .modal-body p {
    margin: 8px 0 0 0;
    padding: 0 16px;
  }

  .modal-window.style1 .modal-body .modal-apps_block {
    margin: 16px 0 0 0;
  }

  .modal-window.style1 .modal-body .modal-apps_block ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 8px;
  }

  .modal-window.style1 .modal-body .modal-apps_block .image-wrapper {
    width: 80px;
    height: 80px;
  }

  .modal-window.style1 .modal-body .btn-pop-container {
    margin: 16px 0 0 0;
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 374px) {
  .modal-window.style1 {
    padding: 24px 8px 16px;
  }

  .modal-window.style1 .modal-header button {
    top: 10px;
    right: 10px;
  }

  .modal-window.style1 .modal-body p {
    margin: 4px 0 0 0;
  }

  .modal-window.style1 .modal-body .modal-apps_block {
    margin: 10px 0 0 0;
  }

  .modal-window.style1 .modal-body .btn-pop-container {
    gap: 10px;
  }
}

.no-scroll {
  overflow: hidden;
}

/* ref to #156497 */

.external-download-btn.s-blue-button:not(.gift-fortnite-btn, .gift-gta-btn) {
  background: transparent;
  border: 1px solid #637dfb;
  color: #637dfb;
}

.external-download-btn.s-blue-button:not(.gift-fortnite-btn, .gift-gta-btn):hover {
  border-color: #4B61C9;
  color: #4B61C9;
}

.download-btn_tablet {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* ref to #156954 */

.app_page .app-info_block .btn-container .s-blue-button {
  font-size: 20px;
}

.movie_page .app-info-btn .s-blue-button,
.movie_page .app-btn_tablet .s-blue-button {
  font-size: 20px;
}

/* start | ref to #157581 */

@media only screen and (max-width: 767px) {
  .similar-apps-container.have-more-products.top-apps-section {
    margin-top: 30px;
  }

  .similar-apps-container.have-more-products .site-block__title .text {
    color: #566cd3;
  }

  .similar-apps-container.have-more-products .site-block__title .svg-icons {
    display: block;
    font-size: 22px;
  }

  .similar-apps-container.have-more-products .site-block__title:hover .text,
  .similar-apps-container.have-more-products .site-block__title:hover .svg-icons, .similar-apps-container.have-more-products .site-block__title:focus .text,
  .similar-apps-container.have-more-products .site-block__title:focus .svg-icons {
    color: #3A4197;
  }
}

/* end */

/* ref to #159739 */

.app_page.desktop.ab-test__159739 .main-content,
.movie_page.desktop.ab-test__159739 .main-content {
  flex-direction: row-reverse;
}

.app_page.desktop.ab-test__159739 .main-content .xm\:max-w-336px,
.movie_page.desktop.ab-test__159739 .main-content .xm\:max-w-336px {
  margin: 0;
}

/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dedede;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dedede;
}

.table tbody + tbody {
  border-top: 2px solid #dedede;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dedede;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dedede;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dedede;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dedede;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dedede;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dedede !important;
}

.border-top {
  border-top: 1px solid #dedede !important;
}

.border-right {
  border-right: 1px solid #dedede !important;
}

.border-bottom {
  border-bottom: 1px solid #dedede !important;
}

.border-left {
  border-left: 1px solid #dedede !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dedede;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dedede;
  }
}

/*
 *  Owl Carousel - Core
 */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */

.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }

  100% {
    opacity: 0;
  }
}

select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px \0 ; /*IE9 and below*/
  vertical-align: middle;
}

.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}

.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}

.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .bootstrap-select.is-invalid .dropdown-toggle, .was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: rgb(185, 74, 72);
}

.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #28a745;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}

:not(.input-group) > .bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}

.form-inline .bootstrap-select, .form-inline .bootstrap-select.form-control:not([class*=col-]) {
  width: auto;
}

.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*=col-].dropdown-menu-right, .row .bootstrap-select[class*=col-].dropdown-menu-right {
  float: right;
}

.form-inline .bootstrap-select, .form-horizontal .bootstrap-select, .form-group .bootstrap-select {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.form-control, .form-group-sm .bootstrap-select.form-control {
  padding: 0;
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle, .bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}

.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}

.form-inline .bootstrap-select .form-control {
  width: 100%;
}

.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}

.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  flex: 0 1 auto;
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}

.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}

.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}

.bootstrap-select[class*=col-] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}

.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

.bootstrap-select .dropdown-menu li {
  position: relative;
}

.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}

.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: rgb(245, 245, 245);
  border: 1px solid rgb(227, 227, 227);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu .notify.fadeOut {
  animation: 300ms linear 750ms forwards bs-notify-fadeOut;
}

.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: "\A0";
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select .bs-ok-default:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  transform-style: preserve-3d;
  transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

/* ----- billets ----- */

.app-billet {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  transition: all 0.4s cubic-bezier(0.2, 0.57, 0.36, 0.8);
}

.app-billet .logo-block {
  display: block;
  width: 100%;
  text-align: center;
}

.app-billet .logo-block img {
  max-width: 120px;
  margin-left: auto;
  margin-right: auto;
}

.app-billet .descr-block {
  display: block;
  max-width: 100%;
  width: 100%;
  margin-top: 15px;
}

.app-billet .descr-block > * {
  display: block;
  width: 100%;
  text-align: center;
}

.app-billet .descr-block .app-name {
  margin-bottom: 2px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  color: #414149;
  transition: all 0.4s cubic-bezier(0.2, 0.57, 0.36, 0.8);
}

.app-billet .descr-block .app-category {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.57;
  color: #a0a0a4;
}

.app-billet:hover .descr-block .app-name, .app-billet:focus .descr-block .app-name {
  color: #566cd3;
}

.permission-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 10px 20px;
  border: 1px solid #dedede;
  border-radius: 4px;
}

.permission-item .title {
  font-weight: bold;
}

.permission-item .perm-body {
  display: flex;
  width: 100%;
  margin-top: 8px;
}

.permission-item .perm-body .perm-descr {
  width: calc(100% - 50px);
  margin-top: -3px;
  padding-left: 10px;
  font-size: 14px;
}

.permission-item .perm-body .perm-icon {
  display: flex;
  justify-content: flex-start;
  width: 50px;
}

.permission-item .perm-body .perm-icon .svg-icons {
  font-size: 50px;
  color: #566cd3;
}

@media only screen and (max-width: 640px) {
  .permission-item .perm-body .perm-icon {
    display: none;
  }

  .permission-item .perm-body .perm-descr {
    width: 100%;
    padding: 0;
  }
}

.custom-reviews-billet {
  display: flex;
  flex-direction: column;
  padding: 25px;
}

.custom-reviews-billet .head-part {
  display: flex;
}

.custom-reviews-billet .head-part .avatar {
  display: flex;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.custom-reviews-billet .head-part .info-block {
  display: flex;
  flex-direction: column;
  width: calc(100% - 42px);
  padding-left: 22px;
}

.custom-reviews-billet .head-part .info-block .name {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #263238;
}

.custom-reviews-billet .descr {
  margin: 15px 0 4px 0;
  font-size: 15px;
  line-height: 1.6;
  color: #6e6e76;
}

.custom-reviews-billet .date {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.28;
  color: #a4adb7;
}

.blog-billet,
.news-post {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.blog-billet > div,
.news-post > div {
  display: flex;
}

.blog-billet .news-author,
.news-post .news-author {
  cursor: default;
}

.blog-billet .news-author .photo,
.news-post .news-author .photo {
  height: 42px;
  width: 42px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}

.blog-billet .news-author .info-block,
.news-post .news-author .info-block {
  display: flex;
  flex-direction: column;
  width: calc(100% - 42px);
  padding-left: 14px;
}

.blog-billet .news-author .info-block .name,
.blog-billet .news-author .info-block .date,
.news-post .news-author .info-block .name,
.news-post .news-author .info-block .date {
  font-weight: 600;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.blog-billet .news-author .info-block .name,
.news-post .news-author .info-block .name {
  line-height: 1.2;
  margin-bottom: 5px;
  font-size: 16px;
  color: #566cd3;
}

.blog-billet .news-author .info-block .date,
.news-post .news-author .info-block .date {
  font-size: 14px;
  color: #a4adb7;
}

.blog-billet .news-poster,
.news-post .news-poster {
  height: 178px;
  width: 100%;
  margin: 20px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.blog-billet .text-part,
.news-post .text-part {
  flex-direction: column;
  margin-bottom: 20px;
}

.blog-billet .text-part .title,
.news-post .text-part .title {
  margin-bottom: 12px;
  line-height: 1.25;
  font-size: 22px;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog-billet .text-part .title:hover, .blog-billet .text-part .title:focus,
.news-post .text-part .title:hover,
.news-post .text-part .title:focus {
  color: #566cd3;
}

.blog-billet .text-part .descr,
.news-post .text-part .descr {
  font-size: 16px;
  line-height: 1.63;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.blog-billet.small .blog-poster,
.news-post.small .blog-poster {
  margin: 15px 0;
}

.blog-billet.small .text-part,
.news-post.small .text-part {
  margin-bottom: 10px;
}

.blog-billet.small .text-part .title,
.news-post.small .text-part .title {
  margin: 0;
  font-size: 20px;
}

.blog-billet.small .text-part .descr,
.news-post.small .text-part .descr {
  display: none;
}

.blog-billet.small .read-more_responses .read-more .svg-icons,
.news-post.small .read-more_responses .read-more .svg-icons {
  margin-right: 4px;
}

.blog-billet.small .read-more_responses .responses .responses-text span,
.news-post.small .read-more_responses .responses .responses-text span {
  display: none;
}

.open-position-billet {
  position: relative;
}

.open-position-billet .position {
  padding-right: 180px;
  line-height: 1.2;
  font-size: 20px;
  font-weight: 600;
  color: #414149;
}

.open-position-billet .feature-list-container {
  margin: 15px 0;
  padding-right: 180px;
}

.open-position-billet .feature-list-container .features-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 10px);
  margin: -3px -5px;
  padding: 0;
  list-style: none;
}

.open-position-billet .feature-list-container .features-list li {
  padding: 3px 5px;
}

.open-position-billet .feature-list-container .features-list li span {
  display: flex;
  padding: 6px;
  background: #f5f5f6;
  line-height: 1.19;
  font-size: 16px;
  font-weight: 500;
  color: #6f787d;
}

.open-position-billet .position-descr .text-styles {
  max-height: 52px;
  margin: 25px 0 20px 0;
  overflow: hidden;
}

.open-position-billet .position-descr .text-styles h3 {
  margin: 20px 0 10px 0;
  font-size: 18px;
  font-weight: 500;
}

.open-position-billet .position-descr .text-styles p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.63;
}

.open-position-billet .position-descr .text-styles p:last-child {
  margin: 0;
}

.open-position-billet .position-descr .text-styles ul li {
  font-size: 16px;
  line-height: 1.63;
}

.open-position-billet .position-descr .text-styles.show-full-descr {
  max-height: 100%;
}

.open-position-billet .position-descr .text-styles.show-full-descr + .toggle-descr .svg-icons {
  font-size: 24px;
}

.open-position-billet .position-descr .text-styles.show-full-descr + .toggle-descr .text {
  margin-left: 5px;
}

.open-position-billet .position-descr .toggle-descr {
  display: flex;
  align-items: center;
  line-height: 1;
  color: #566cd3;
  transition: all 0.4s cubic-bezier(0.2, 0.57, 0.36, 0.8);
}

.open-position-billet .position-descr .toggle-descr .svg-icons {
  font-size: 30px;
}

.open-position-billet .position-descr .toggle-descr .text {
  margin-left: 10px;
  font-size: 16px;
}

.open-position-billet .add-request-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
}

@media only screen and (max-width: 640px) {
  .open-position-billet .position,
  .open-position-billet .feature-list-container {
    padding: 0;
  }

  .open-position-billet .add-request-btn {
    bottom: -5px;
    top: auto;
  }
}

@media only screen and (max-width: 360px) {
  .open-position-billet .position-descr .toggle-descr .svg-icons {
    display: none;
  }

  .open-position-billet .position-descr .toggle-descr .text {
    margin: 0;
  }

  .open-position-billet .add-request-btn {
    bottom: -13px;
  }
}

/* parts */

.read-more_responses {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.read-more_responses .read-more,
.read-more_responses .responses {
  display: flex;
  align-items: center;
  line-height: 1;
}

.read-more_responses .read-more .svg-icons {
  font-size: 30px;
  margin-right: 10px;
  line-height: 1;
}

.read-more_responses .read-more .text {
  font-size: 16px;
  color: #566cd3;
}

.read-more_responses .read-more:hover, .read-more_responses .read-more:focus {
  color: #3A4197;
}

.read-more_responses .responses .svg-icons {
  font-size: 18px;
  margin-right: 8px;
  line-height: 1;
}

.read-more_responses .responses .responses-text {
  font-size: 16px;
  color: #566cd3;
}

.read-more_responses .responses:hover, .read-more_responses .responses:focus {
  color: #3A4197;
}

/* ----- partials ----- */

.pagination {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  min-width: 35px;
  padding: 0 13px;
  border: 1px solid #d9d9db;
  border-right: none;
  font-size: 15px;
  line-height: 1.33;
  color: #6b6b6b;
}

.pagination li:not(.disabled) a:hover, .pagination li:not(.disabled) a:focus, .pagination li:not(.current) a:hover, .pagination li:not(.current) a:focus {
  background: #566cd3;
  border-color: #566cd3;
  color: #fff;
}

.pagination li:last-of-type {
  border-right: 1px solid #d9d9d9;
}

.pagination li.next a, .pagination li.prev a {
  font-size: 12px;
}

.pagination li.disabled a {
  cursor: default;
}

.pagination li.disabled a:hover, .pagination li.disabled a:focus {
  background: none;
  border-color: #d9d9d9;
  color: #6b6b6b;
}

.pagination li.current a {
  cursor: default;
  background: #566cd3;
  color: #fff;
  border-color: #566cd3;
}

.custom-modal.why-appshub-modal .modal-dialog.new-container {
  height: 100%;
}

.custom-modal.why-appshub-modal .modal-dialog .modal-content {
  height: 70vh;
  border: none;
  border-radius: 0;
  background: none;
}

.custom-modal.why-appshub-modal .modal-dialog .modal-content .close {
  position: absolute;
  right: -25px;
  top: -25px;
  color: #fff;
  opacity: 1;
  font-size: 14px;
}

.custom-modal.send-is-a-cv .modal-dialog, .custom-modal.send-material .modal-dialog {
  max-width: 690px;
  width: 100%;
}

.custom-modal.send-is-a-cv .modal-dialog .modal-content, .custom-modal.send-material .modal-dialog .modal-content {
  position: relative;
  padding: 30px 40px;
  border: solid 1px #e9e9ec;
  background: #f9f9fb;
  border-radius: 0;
}

.custom-modal.send-is-a-cv .modal-dialog .modal-content .modal-body, .custom-modal.send-material .modal-dialog .modal-content .modal-body {
  padding: 0;
}

.custom-modal.send-is-a-cv .modal-dialog .close, .custom-modal.send-material .modal-dialog .close {
  position: absolute;
  right: -25px;
  top: -25px;
  color: #fff;
  opacity: 1;
  font-size: 14px;
}

.custom-modal.send-material .modal-dialog .modal-content {
  padding: 50px 70px 60px 70px;
}

@media only screen and (max-width: 1200px) {
  .custom-modal.why-appshub-modal .modal-dialog .modal-content .close {
    right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .custom-modal.send-is-a-cv .modal-dialog, .custom-modal.send-material .modal-dialog {
    width: calc(100vw - 30px);
    padding: 0 15px;
  }

  .custom-modal.send-is-a-cv .modal-dialog .modal-content, .custom-modal.send-material .modal-dialog .modal-content {
    padding: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .custom-modal.why-appshub-modal .modal-dialog .modal-content {
    height: 50vh;
  }
}

.hiring-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.hiring-filter > .text {
  display: inline-flex;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 41px;
  white-space: nowrap;
  color: #414149;
  text-transform: uppercase;
  cursor: default;
}

.hiring-filter .filter-list {
  display: inline-flex;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  flex: 1;
  margin: -5px -10px;
  padding: 0;
  list-style: none;
}

.hiring-filter .filter-list li {
  padding: 5px 10px;
}

.categories-list-block {
  display: flex;
  flex-direction: column;
}

.categories-list-block .categories-list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}

.categories-list-block .categories-list .main-section:last-of-type {
  margin-bottom: 0;
}

.categories-list-block .categories-list .main-section .list-title {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 20px 0;
}

.categories-list-block .categories-list .main-section .list-title .text-block,
.categories-list-block .categories-list .main-section .list-title .icon-block {
  display: flex;
  align-items: center;
}

.categories-list-block .categories-list .main-section .list-title .text-block .svg-icons {
  font-size: 26px;
  color: #566cd3;
}

.categories-list-block .categories-list .main-section .list-title .text-block .text {
  margin-left: 10px;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.4s cubic-bezier(0.2, 0.57, 0.36, 0.8);
}

.categories-list-block .categories-list .main-section .list-title .text-block .text:hover, .categories-list-block .categories-list .main-section .list-title .text-block .text:focus {
  outline: none;
  color: #566cd3;
}

.categories-list-block .categories-list .main-section .list-title .icon-block .svg-icons {
  font-size: 18px;
  color: #566cd3;
}

.categories-list-block .categories-list .main-section .detailed-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.categories-list-block .categories-list .main-section .detailed-list li {
  margin-bottom: 10px;
}

.categories-list-block .categories-list .main-section .detailed-list li .item {
  display: inline-flex;
  align-items: center;
}

.categories-list-block .categories-list .main-section .detailed-list li .item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  transition: all 0.4s cubic-bezier(0.2, 0.57, 0.36, 0.8);
}

.categories-list-block .categories-list .main-section .detailed-list li .item .icon.blue {
  background: linear-gradient(45deg, #4db2ec 0%, #4a8f5e 100%);
}

.categories-list-block .categories-list .main-section .detailed-list li .item .icon.yellow {
  background: linear-gradient(135deg, rgba(244, 208, 63, 0.97) 0%, #f27a35 100%);
}

.categories-list-block .categories-list .main-section .detailed-list li .item .icon.red {
  background: linear-gradient(45deg, #d17646 0%, #c63939 100%);
}

.categories-list-block .categories-list .main-section .detailed-list li .item .icon.purple {
  background: linear-gradient(135deg, #d760b7 0%, #3b78b4 100%);
}

.categories-list-block .categories-list .main-section .detailed-list li .item .icon.green {
  background: linear-gradient(135deg, #b0b43b 0%, rgba(145, 96, 81, 0.97) 100%);
}

.categories-list-block .categories-list .main-section .detailed-list li .item .icon .svg-icons {
  transition: all 0.4s cubic-bezier(0.2, 0.57, 0.36, 0.8);
  font-size: 14px;
  color: #fff;
}

.categories-list-block .categories-list .main-section .detailed-list li .item .text {
  font-size: 14px;
  font-weight: 500;
  margin-left: 8px;
}

.categories-list-block .categories-list .main-section .detailed-list li .item:hover .icon {
  transform: rotate(360deg);
}

.categories-list-block .categories-list .main-section .detailed-list li .item:hover .icon .svg-icons {
  transform: scale(1.1);
}

.categories-list-block .categories-list .main-section .detailed-list li .item.active {
  font-weight: bold;
  color: #566cd3;
}

.categories-list-block .categories-list .main-section .detailed-list li .item.active:hover {
  cursor: default;
}

.categories-list-block .categories-list .main-section .detailed-list li .item.active .icon {
  transform: none;
}

.categories-list-block .categories-list .main-section .detailed-list li .item.active .icon .svg-icons {
  transform: none;
}

.categories-list-block .categories-list .main-section .detailed-list li .item.active .text {
  font-size: 15px;
  padding-top: 2px;
}

@media only screen and (max-width: 1024px) {
  .categories-list-block .categories-list .main-section {
    margin: 0;
  }

  .categories-list-block .categories-list .main-section .list-title .icon-block {
    display: none;
  }

  .categories-list-block .categories-list .main-section .detailed-list {
    -moz-column-count: 3;
         column-count: 3;
  }
}

@media only screen and (max-width: 640px) {
  .categories-list-block .categories-list .main-section .list-title .icon-block {
    display: flex;
  }

  .categories-list-block .categories-list .main-section .detailed-list {
    -moz-column-count: 2;
         column-count: 2;
  }
}

@media only screen and (max-width: 400px) {
  .categories-list-block .categories-list .main-section .detailed-list {
    -moz-column-count: 1;
         column-count: 1;
  }
}

.top-apps_block {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  z-index: 2;
}

.top-apps_block ul {
  display: grid;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media only screen and (min-width: 1201px) {
  .top-apps_block ul {
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 20px;
  }

  .top-apps_block ul > li:nth-of-type(n+8) {
    display: none;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1200px) {
  .top-apps_block ul {
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 20px;
  }

  .top-apps_block ul > li:nth-of-type(n+7) {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .top-apps_block ul {
    grid-template-columns: repeat(8, 1fr);
  }

  .top-apps_block ul > li:nth-of-type(n+9) {
    display: none;
  }
}

@media only screen and (max-width: 959px) {
  .top-apps_block ul {
    grid-gap: 15px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 767px) {
  .top-apps_block ul {
    grid-template-columns: repeat(7, 1fr);
  }

  .top-apps_block ul > li:nth-of-type(n+8) {
    display: none;
  }
}

@media only screen and (min-width: 481px) and (max-width: 640px) {
  .top-apps_block ul {
    grid-template-columns: repeat(6, 1fr);
  }

  .top-apps_block ul > li:nth-of-type(n+7) {
    display: none;
  }
}

@media only screen and (min-width: 376px) and (max-width: 480px) {
  .top-apps_block ul {
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 12px;
  }

  .top-apps_block ul > li:nth-of-type(n+6) {
    display: none;
  }
}

@media only screen and (min-width: 320px) and (max-width: 375px) {
  .top-apps_block ul {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
  }

  .top-apps_block ul > li:nth-of-type(n+5) {
    display: none;
  }
}

@media only screen and (max-width: 319px) {
  .top-apps_block ul {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
  }

  .top-apps_block ul > li:nth-of-type(n+4) {
    display: none;
  }
}

.top-apps_block .app_block {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 4px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}

.top-apps_block .app_block:hover, .top-apps_block .app_block:focus {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.top-apps_block .app_block.animated {
  background-image: repeating-linear-gradient(-65deg, rgba(255, 17, 17, 0.3));
  background-size: 500%;
  animation: slide 35s linear infinite;
}

.top-apps_block .app_block.gradient {
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.top-apps_block .app_block.gradient::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: conic-gradient(#f11, #ff1, #1f1, #1ff, #11f, #f1f, #f11);
  transform: scaleX(3);
  z-index: -2;
}

.top-apps_block .app_block.bg::after {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  bottom: 4px;
  top: 4px;
  border-radius: 10px;
  background: #fff;
  z-index: -1;
}

.top-apps_block .app_block img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

@keyframes rotate-gradient {
  0% {
    transform: scale(9, 3) rotate(0);
  }

  50% {
    transform: scale(9, 3) rotate(180deg);
  }

  99.9999% {
    transform: scale(9, 3) rotate(360deg);
  }

  100% {
    transform: scale(9, 3) rotate(0);
  }
}

.gradient.animated::before {
  animation: rotate-gradient 6.5s linear infinite;
}

/* pages */

.disclaimer--title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
  color: #545454;
  margin: 0;
  padding: 0;
}

.disclaimer-list {
  margin: 24px 0 0 0;
  padding: 0;
  list-style-type: none;
}

.disclaimer-list--item {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #6e6e76;
  margin-bottom: 16px;
  margin-left: 15px;
  position: relative;
}

.disclaimer-list--item a {
  color: #566cd3;
}

.disclaimer-list--item:last-of-type {
  margin-bottom: 0;
}

.disclaimer-list--item::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  margin-left: -15px;
  background-color: #566cd3;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

/* ----- forms ----- */

.contact-us-form {
  border: 1px solid #d3d3d3;
  padding: 30px 40px;
  background: rgba(211, 211, 211, 0.2);
}

.contact-us-form .form-title h3 {
  margin: 0 0 30px 0;
  font-size: 20px;
  font-weight: bold;
}

.contact-us-form .form-body .row > div:not(:last-of-type) {
  margin-bottom: 25px;
}

.contact-us-form .location {
  margin-top: 35px;
}

.contact-us-form .location .svg-icons {
  font-size: 18px;
  color: #566cd3;
}

.contact-us-form .location .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.18;
}

.contact-us-form .map-block {
  margin-top: 20px;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .contact-us-form {
    padding: 30px 10px;
  }

  .contact-us-form .form-title {
    padding: 0 15px;
  }

  .contact-us-form .form-title h3 {
    margin: 0;
    font-size: 18px;
  }

  .contact-us-form .form-body {
    padding: 20px 15px;
  }
}

label[for=form-field-agree] {
  margin: 0 0 0 10px;
}

.privacy-link {
  color: #566cd3;
}

.send-is-a-cv-form .title {
  margin: 0 0 30px 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.send-is-a-cv-form .col-md-6 {
  margin-bottom: 20px;
}

.send-is-a-cv-form .btn-container {
  margin-top: 20px;
}

.send-is-a-cv-form .load-cv-block {
  margin-top: 10px;
}

.send-is-a-cv-form .load-cv-block .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.send-is-a-cv-form .load-cv-block .inputfile + label {
  display: inline-flex;
  align-items: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  color: #414149;
  transition: all 0.4s cubic-bezier(0.2, 0.57, 0.36, 0.8);
}

.send-is-a-cv-form .load-cv-block .inputfile + label .svg-icons {
  font-size: 24px;
}

.send-is-a-cv-form .load-cv-block .inputfile + label span {
  margin-left: 10px;
}

.send-is-a-cv-form .load-cv-block .inputfile:focus + label, .send-is-a-cv-form .load-cv-block .inputfile.has-focus + label, .send-is-a-cv-form .load-cv-block .inputfile:hover + label {
  color: #566cd3;
}

.send-material-form .title {
  margin: 0 0 40px 0;
  font-size: 22px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}

.send-material-form .input-group {
  position: relative;
}

.send-material-form .input-group .custom-input {
  height: 45px;
  padding-right: 225px;
}

.send-material-form .input-group .simple-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 45px;
  max-width: 210px;
  width: 100%;
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  .send-material-form .title {
    margin-bottom: 25px;
  }

  .send-material-form .input-group .custom-input {
    margin-bottom: 15px;
    padding-right: 15px;
  }

  .send-material-form .input-group .simple-btn {
    position: static;
    max-width: 100%;
  }
}

.advertise-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.advertise-container .sponsored-links {
  width: 100%;
  margin-bottom: 5px;
  line-height: 1.33;
  font-size: 12px;
  color: #9fa0a6;
}

.advertise-container .sponsored-links.left {
  text-align: left;
}

.advertise-container .sponsored-links.right {
  text-align: right;
}

.advertise-container .sponsored-links.center {
  text-align: center;
}

.advertise-container .adv {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d3d3d3;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
}

.advertise-container .adv728x90 {
  max-width: 728px;
  width: 100%;
  height: 90px;
}

.advertise-container .adv336x280 {
  width: 336px;
  height: 280px;
}

.advertise-container .adv320x100 {
  width: 320px;
  height: 100px;
}

.advertise-container .adv300x250 {
  width: 320px;
  height: 250px;
}

.advertise-container .adv300x250 {
  width: 300px;
  height: 250px;
}

.advertise-container .adv250x250 {
  width: 250px;
  height: 250px;
}

.advertise-container .adv320x50 {
  width: 320px;
  height: 50px;
}

.advertise-container .adv180x150 {
  width: 180px;
  height: 150px;
}

.simple-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  transition: all 0.4s cubic-bezier(0.2, 0.57, 0.36, 0.8);
  cursor: pointer;
}

.simple-btn.promo-btn {
  height: 50px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  box-shadow: 0 3px 12px 0 rgba(89, 90, 168, 0.6);
  color: #fff;
}

.simple-btn.promo-btn.blue {
  background: #b9b8f1;
}

.simple-btn.promo-btn.blue:hover, .simple-btn.promo-btn.blue:focus {
  color: #566cd3;
}

.simple-btn.promo-btn.red {
  background: #f99bb6;
}

.simple-btn.promo-btn.red:hover, .simple-btn.promo-btn.red:focus {
  color: #f99bb6;
}

.simple-btn.promo-btn:hover, .simple-btn.promo-btn:focus {
  background: #fff;
}

.simple-btn.default-btn {
  cursor: pointer;
  height: 40px;
  padding: 0 20px;
  background: #566cd3;
  border: none;
  border-radius: 0;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}

.simple-btn.default-btn:hover, .simple-btn.default-btn:focus {
  background: #3A4197;
  outline: none;
  box-shadow: none;
}

.simple-btn.default-btn.large {
  height: 50px;
  max-width: 290px;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
}

.simple-btn.default-btn.medium {
  max-width: 175px;
  width: 100%;
}

.simple-btn.default-btn.with-icon .text {
  margin-right: 20px;
}

.simple-btn.default-btn.with-icon .svg-icons {
  font-size: 18px;
}

.simple-btn.default-btn.red {
  background: #f99bb6;
}

.simple-btn.default-btn.red:hover, .simple-btn.default-btn.red:focus {
  background: #fff;
  color: #f99bb6;
}

.simple-btn.default-btn.empty {
  background: none;
  border: 1px solid #566cd3;
  color: #566cd3;
}

.simple-btn.default-btn.empty:hover, .simple-btn.default-btn.empty:focus {
  background: #566cd3;
  color: #fff;
  border-color: transparent;
}

.simple-btn.default-btn.fixed-width {
  max-width: 300px;
  width: 100%;
}

.simple-btn.default-btn.btn-outline {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 2px #566cd3;
  color: #566cd3;
}

.simple-btn.default-btn.btn-outline:hover, .simple-btn.default-btn.btn-outline:focus {
  box-shadow: inset 0 0 0 2px #3A4197;
  color: #3A4197;
}

.simple-btn.green-btn {
  background: #37B530;
}

.simple-btn.green-btn:hover, .simple-btn.green-btn:focus {
  background: #31a12b;
}

/* -------- LISTS -------- */

.apps-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 0 0 0;
  list-style: none;
}

.apps-list.full-width li {
  width: 25%;
  padding: 15px 20px;
}

@media only screen and (min-width: 769px) {
  .apps-list.full-width.with-advertise li {
    order: 3;
  }

  .apps-list.full-width.with-advertise li:nth-of-type(-n+4) {
    order: 1;
  }

  .apps-list.full-width.with-advertise li.adv-li {
    order: 2;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .apps-list.full-width li {
    width: 33.333%;
  }

  .apps-list.full-width.with-advertise li {
    order: 3;
  }

  .apps-list.full-width.with-advertise li:nth-of-type(-n+3) {
    order: 1;
  }

  .apps-list.full-width.with-advertise li.adv-li {
    order: 2;
    width: 100%;
  }
}

@media only screen and (min-width: 641px) and (max-width: 768px) {
  .apps-list.full-width.with-advertise li {
    order: 3;
  }

  .apps-list.full-width.with-advertise li:nth-of-type(-n+3) {
    order: 1;
  }

  .apps-list.full-width.with-advertise li.adv-li {
    order: 2;
  }
}

@media only screen and (min-width: 481px) and (max-width: 640px) {
  .apps-list.full-width {
    /* adv for mobile */
    /* adv for mobile */
  }

  .apps-list.full-width.with-advertise li {
    order: 3;
  }

  .apps-list.full-width.with-advertise li:nth-of-type(-n+3) {
    order: 1;
  }

  .apps-list.full-width.with-advertise li.adv-li {
    width: 100%;
    order: 2;
  }
}

@media only screen and (max-width: 480px) {
  .apps-list.full-width {
    /* adv for mobile */
    /* adv for mobile */
  }

  .apps-list.full-width li {
    width: 50%;
  }

  .apps-list.full-width.with-advertise li {
    order: 3;
  }

  .apps-list.full-width.with-advertise li:nth-of-type(-n+2) {
    order: 1;
  }

  .apps-list.full-width.with-advertise li:nth-of-type(3) {
    order: 3;
  }

  .apps-list.full-width.with-advertise li.adv-li {
    width: 100%;
    order: 2;
  }
}

.permissions-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  margin: -10px -15px;
  padding: 0;
  list-style: none;
}

.permissions-list li {
  padding: 10px 15px;
  width: 50%;
}

.permissions-list li.adv-li {
  width: 100%;
}

@media only screen and (min-width: 641px) {
  .permissions-list.with-advertise li {
    order: 3;
  }

  .permissions-list.with-advertise li:nth-of-type(-n+2) {
    order: 1;
  }

  .permissions-list.with-advertise li.adv-li {
    order: 2;
  }
}

@media only screen and (max-width: 640px) {
  .permissions-list {
    width: calc(100% + 20px);
    margin: -10px;
  }

  .permissions-list li {
    padding: 10px;
    width: 100%;
  }

  .permissions-list.with-advertise li {
    order: 3;
  }

  .permissions-list.with-advertise li:nth-of-type(-n+2) {
    order: 1;
  }

  .permissions-list.with-advertise li.adv-li {
    order: 2;
  }
}

.blog-section-list {
  display: flex;
  width: calc(100% + 54px);
  margin: -20px -27px;
  padding: 0;
  list-style: none;
  max-width: 100%;
}

.blog-section-list > li {
  width: 33.333%;
  padding: 20px 27px;
}

.blog-section-list.with-sidebar {
  width: calc(100% + 38px);
  margin: -15px -19px;
}

.blog-section-list.with-sidebar > li {
  padding: 15px 19px;
}

@media only screen and (max-width: 1200px) {
  .blog-section-list {
    width: calc(100% + 30px);
    margin: -20px -15px;
  }

  .blog-section-list > li {
    padding: 20px 15px;
  }
}

@media only screen and (max-width: 991px) {
  .blog-section-list {
    flex-direction: column;
    width: 100%;
    margin: -20px 0;
  }

  .blog-section-list > li {
    width: 100%;
    padding: 20px 0;
  }

  .blog-section-list > li .blog-billet .text-part {
    margin-bottom: 10px;
  }

  .blog-section-list.with-sidebar {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-section-list.with-sidebar li {
    padding-left: 0;
    padding-right: 0;
  }
}

.blog-page-list {
  margin: -30px 0;
  padding: 0;
  list-style: none;
}

.blog-page-list li {
  padding: 30px 0;
  width: 100%;
  border-bottom: 1px solid #d3d3d3;
}

.blog-page-list li:last-child {
  border: none;
}

/* -------- LISTS -------- */

/* additional classes */

.btn-container {
  display: flex;
}

.btn-container.center {
  justify-content: center;
}

.btn-container.right {
  justify-content: flex-end;
}

.link {
  font-size: 16px;
  font-weight: bold;
  color: #566cd3;
  transition: all 0.4s cubic-bezier(0.2, 0.57, 0.36, 0.8);
}

.link:hover, .link:focus {
  color: #3A4197;
}

/* visibility */

.mobile-visible {
  display: none;
}

@media only screen and (max-width: 640px) {
  .desktop-visible {
    display: none;
  }

  .mobile-visible {
    display: block;
  }
}

/* titles */

.block-title {
  display: flex;
  margin: 0;
  padding-bottom: 5px;
  font-size: 30px;
  font-weight: bold;
  border-bottom: 1px solid #d3d3d3;
  line-height: 1.2;
}

.block-title.clear {
  padding: 0;
  border: none;
}

.block-title.small {
  padding-bottom: 9px;
  font-size: 20px;
  line-height: 1.2;
}

.block-title a {
  color: #566cd3;
}

.block-title a:hover, .block-title a:focus {
  color: #3A4197;
}

@media only screen and (max-width: 640px) {
  .block-title {
    font-size: 24px;
  }
}

/* typograghy */

.text-styles p {
  font-size: 15px;
  margin-bottom: 5px;
}

.text-styles p:last-of-type {
  margin-bottom: 0;
}

.text-styles .link {
  color: #566cd3;
  transition: all 0.4s cubic-bezier(0.2, 0.57, 0.36, 0.8);
}

.text-styles .link:hover, .text-styles .link:focus {
  color: #3A4197;
  outline: none;
}

.text-styles h2 {
  margin: 20px 0 7px 0;
  font-size: 22px;
  font-weight: bold;
}

.text-styles h3 {
  margin: 10px 0 4px 0;
  font-size: 18px;
  font-weight: bold;
}

.text-styles ul {
  margin: 5px 0 0 0;
  padding: 0;
  list-style: none;
}

.text-styles ul li {
  position: relative;
  display: flex;
  font-size: 15px;
  padding-left: 15px;
}

.text-styles ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #566cd3;
}

.text-styles img {
  max-width: 100%;
  width: 100%;
  margin: 10px auto;
}

/* ------------------------------- */

/* -------- form elements -------- */

/* ------------------------------- */

/* form-item */

.form-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
}

.form-item:last-of-type {
  margin-bottom: 0;
}

/* label */

.custom-label {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

.custom-label .red {
  margin-left: 5px;
  color: red;
}

.custom-label.comment {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.33;
}

/* input */

.custom-input {
  display: flex;
  align-items: center;
  height: 40px;
  width: 100%;
  padding: 0 15px;
  border: 1px solid #dedede;
  transition: all 0.4s cubic-bezier(0.2, 0.57, 0.36, 0.8);
}

.custom-input:focus {
  outline: none;
}

.custom-input.comment {
  height: 36px;
  border-color: #e9e9ec;
}

/* textarea */

.custom-textarea {
  display: flex;
  width: 100%;
  height: 120px;
  padding: 10px 15px;
  border: 1px solid #dedede;
}

.custom-textarea:focus {
  outline: none;
}

.custom-textarea.comment {
  height: 100px;
  border-color: #e9e9ec;
}

/* select */

.bootstrap-select.custom {
  width: auto !important;
}

.bootstrap-select.custom > .dropdown-toggle {
  display: flex;
  align-items: center;
  height: 41px;
  padding: 0 22px;
  background: #fff;
  box-shadow: none;
  border-radius: 0;
  border-color: rgba(65, 65, 73, 0.18);
  font-weight: 600;
  font-size: 16px;
  color: #414149;
}

.bootstrap-select.custom > .dropdown-toggle:hover {
  color: #414149;
}

.bootstrap-select.custom > .dropdown-toggle:focus, .bootstrap-select.custom > .dropdown-toggle:active {
  box-shadow: none !important;
  outline: none !important;
}

.bootstrap-select.custom > .dropdown-toggle:after {
  content: "\F105";
  width: auto;
  height: auto;
  margin: 2px 0 0 12px;
  border: none;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: 900;
  transition: all 0.4s cubic-bezier(0.2, 0.57, 0.36, 0.8);
  transform: rotate(0);
}

.bootstrap-select.custom.show > .dropdown-toggle {
  font-weight: 500;
  color: #414149;
  box-shadow: none !important;
  outline: none !important;
  background: #fff;
}

.bootstrap-select.custom.show > .dropdown-toggle:after {
  transform: rotate(90deg);
}

.bootstrap-select.custom > .dropdown-menu {
  float: none;
  margin-top: 15px;
  padding: 13px 22px;
  background: #fff;
  border: 1px solid rgba(65, 65, 73, 0.18);
  font-size: 16px;
  border-radius: 0 !important;
}

.bootstrap-select.custom > .dropdown-menu .dropdown-menu.inner li {
  padding: 0;
}

.bootstrap-select.custom > .dropdown-menu .dropdown-menu.inner li .dropdown-item {
  padding: 7px 0;
  transition: all 0.4s cubic-bezier(0.2, 0.57, 0.36, 0.8);
  background: none;
}

.bootstrap-select.custom > .dropdown-menu .dropdown-menu.inner li .dropdown-item .text {
  margin: 0;
  font-weight: 500;
  color: rgba(65, 65, 73, 0.5);
  text-transform: none;
}

.bootstrap-select.custom > .dropdown-menu .dropdown-menu.inner li .dropdown-item:hover .text, .bootstrap-select.custom > .dropdown-menu .dropdown-menu.inner li .dropdown-item:focus .text {
  color: #414149;
}

.bootstrap-select.custom > .dropdown-menu .dropdown-menu.inner li.active .dropdown-item {
  cursor: default;
}

.bootstrap-select.custom > .dropdown-menu .dropdown-menu.inner li.active .dropdown-item .text {
  color: #414149;
}

@media only screen and (max-width: 640px) {
  .bootstrap-select.custom > .dropdown-menu {
    margin-top: 10px;
  }
}

/* ------------------------------- */

/* -------- form elements -------- */

/* ------------------------------- */

.site-block__title {
  display: flex;
  border-bottom: 1px solid #dedede;
  cursor: pointer;
  width: 100%;
  padding-bottom: 12px;
  margin: 0;
  justify-content: space-between;
  align-items: center;
}

.site-block__title .text {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.29;
  color: #566cd3;
  transition: all 0.4s cubic-bezier(0.2, 0.57, 0.36, 0.8);
}

.site-block__title .svg-icons {
  font-size: 32px;
  line-height: 1;
  color: #566cd3;
  transition: all 0.4s cubic-bezier(0.2, 0.57, 0.36, 0.8);
}

.site-block__title:hover .text,
.site-block__title:hover .svg-icons, .site-block__title:focus .text,
.site-block__title:focus .svg-icons {
  color: #3A4197;
}

@media only screen and (max-width: 767px) {
  .similar-apps-container .site-block__title .text {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1;
    color: #414149;
  }

  .similar-apps-container .site-block__title .svg-icons {
    display: none;
  }

  .similar-apps-container .site-block__title:hover .text, .similar-apps-container .site-block__title:focus .text {
    color: #414149;
  }
}

@media only screen and (max-width: 640px) {
  .site-block__title .text {
    font-size: 24px;
  }

  .site-block__title .svg-icons {
    font-size: 28px;
  }
}

input.site-form__checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: inherit;
  vertical-align: middle;
  border: 1px solid #566cd3;
  cursor: pointer;
  padding: 7px;
  margin: 0;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}

input.site-form__checkbox:active, .site-form__checkbox:checked:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

input.site-form__checkbox:checked {
  background-color: #566cd3;
  border: 1px solid #566cd3;
  color: #fff;
}

input.site-form__checkbox:checked::after {
  content: "\2714";
  font-size: 14px;
  position: absolute;
  top: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  left: 0;
  line-height: 1;
}

* {
  box-sizing: border-box;
}

html,
body {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  color: #414149;
  -webkit-font-smoothing: antialiased;
}

a {
  transition: all 0.4s cubic-bezier(0.2, 0.57, 0.36, 0.8);
  color: #414149;
}

a:hover, a:focus {
  color: #414149;
  text-decoration: none;
  outline: none;
}

.block-with-margins {
  display: flex;
  flex-direction: column;
}

.block-with-margins > * {
  margin-top: 10px;
}

.block-with-margins > *:first-child {
  margin-top: 0;
}

/* ======================================== */

/* -------------- Main Page --------------- */

/* ======================================== */

.top-apps-section {
  margin-top: 40px;
}

.top-apps-section .top-apps-content .top-apps-title {
  display: flex;
  width: 100%;
  margin-bottom: 12px;
  justify-content: space-between;
  align-items: center;
}

.top-apps-section .top-apps-content .top-apps-title .text {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.29;
  color: #566cd3;
  transition: all 0.4s cubic-bezier(0.2, 0.57, 0.36, 0.8);
}

.top-apps-section .top-apps-content .top-apps-title .svg-icons {
  font-size: 32px;
  line-height: 1;
  color: #566cd3;
  transition: all 0.4s cubic-bezier(0.2, 0.57, 0.36, 0.8);
}

.top-apps-section .top-apps-content .top-apps-title:hover .text,
.top-apps-section .top-apps-content .top-apps-title:hover .svg-icons, .top-apps-section .top-apps-content .top-apps-title:focus .text,
.top-apps-section .top-apps-content .top-apps-title:focus .svg-icons {
  color: #3A4197;
}

.top-apps-section .top-apps-content .apps-list {
  overflow: hidden;
}

.top-apps-section .top-apps-content .apps-list.hide-part {
  height: 221px;
}

.top-apps-section .top-apps-content .apps-list.show-part {
  height: 432px;
}

.top-apps-section .top-apps-content .apps-list.show-all {
  height: auto;
}

.top-apps-section .top-apps-content .apps-list li:nth-of-type(n+9) {
  display: none;
}

.top-apps-section .top-apps-content .btn-container .simple-btn {
  margin-bottom: 20px;
  display: none;
}

.top-apps-section .top-apps-content .btn-container .simple-btn.hide {
  display: none;
}

.top-apps-section .top-apps-content .btn-container .simple-btn.show {
  display: flex;
}

.top-apps-section.ios {
  margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
  .top-apps-section .top-apps-content .top-apps-title .text {
    font-size: 24px;
  }

  .top-apps-section .top-apps-content .top-apps-title .svg-icons {
    font-size: 28px;
  }
}

/* --------- similar-apps --------- */

.similar-apps-container.top-apps-section {
  margin-top: 0;
}

/* --------- similar-apps --------- */

.category-app-list-container .category-app-list {
  margin-top: 30px;
}

.category-app-list {
  position: relative;
}

.category-app-list .category-app-navigation .nav-tabs {
  border-color: #566cd3;
}

.category-app-list .category-app-navigation .nav-tabs .nav-item {
  margin-bottom: -1px;
}

.category-app-list .category-app-navigation .nav-tabs .nav-item.show {
  background: #566cd3;
}

.category-app-list .category-app-navigation .nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 120px;
  padding: 0 15px;
  border-radius: 0;
  border: none;
  font-weight: bold;
}

.category-app-list .category-app-navigation .nav-tabs .nav-item .nav-link:hover {
  color: #566cd3;
}

.category-app-list .category-app-navigation .nav-tabs .nav-item .nav-link.active {
  background: #566cd3;
  color: #fff;
  font-weight: bold;
}

.category-app-list .category-app-navigation .nav-tabs .nav-item .nav-link.active:hover {
  cursor: default;
}

.category-app-list .category-app-navigation .tab-content {
  margin-top: 20px;
}

.category-app-list .category-app-sorting {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 40px;
}

@media only screen and (max-width: 360px) {
  .category-app-list {
    position: relative;
  }

  .category-app-list .category-app-navigation .nav-tabs .nav-item .nav-link {
    width: 100px;
  }
}

.results-not-found {
  padding-top: 10px;
  text-align: center;
}

.results-not-found img {
  max-width: 100%;
}

.results-not-found .text-block {
  margin-top: 20px;
}

.results-not-found .text-block h1 {
  font-size: 24px;
  font-weight: bold;
}

.results-not-found .text-block .text {
  margin: 0 auto;
  max-width: 640px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  color: #6e6e76;
}

@media only screen and (max-width: 640px) {
  .results-not-found .text-block h1 {
    font-size: 20px;
  }

  .results-not-found .text-block .text {
    font-size: 16px;
  }
}

.wrapper.permissions-page .top-apps-section {
  margin: 0;
}

.permissions-list-container {
  margin-top: 30px;
}

/* ------- about us ------- */

.wrapper.about-us .about-us-block {
  margin-top: 20px;
}

.wrapper.about-us .about-us-block .text-styles {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 55px;
       column-gap: 55px;
}

.wrapper.about-us .about-us-block .text-styles h3 {
  margin: 0 0 20px 0;
}

.wrapper.about-us .about-us-block .text-styles p {
  line-height: 1.63;
  font-size: 16px;
}

@media only screen and (max-width: 1024px) {
  .wrapper.about-us .about-us-block {
    margin-top: 20px;
  }

  .wrapper.about-us .about-us-block .text-styles {
    -moz-column-count: 1;
         column-count: 1;
  }
}

.our-team-carousel {
  margin-top: 15px;
}

.our-team-carousel .owl-stage {
  display: flex;
}

.our-team-carousel .developer-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
  border: 1px solid #d3d3d3;
}

.our-team-carousel .developer-item .photo-block {
  display: flex;
  justify-content: center;
}

.our-team-carousel .developer-item .photo-block .photo {
  display: block;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.our-team-carousel .developer-item .text-block {
  margin-top: 20px;
  text-align: center;
}

.our-team-carousel .developer-item .text-block .name {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
}

.our-team-carousel .developer-item .text-block .position {
  font-size: 15px;
  line-height: 1.4;
  font-weight: bold;
  color: #b3b3b6;
}

.our-team-carousel .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.our-team-carousel .owl-nav .owl-prev,
.our-team-carousel .owl-nav .owl-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #566cd3;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.2, 0.57, 0.36, 0.8);
}

.our-team-carousel .owl-nav .owl-prev:hover, .our-team-carousel .owl-nav .owl-prev:focus,
.our-team-carousel .owl-nav .owl-next:hover,
.our-team-carousel .owl-nav .owl-next:focus {
  background: #3A4197;
}

.our-team-carousel .owl-nav .owl-prev.disabled,
.our-team-carousel .owl-nav .owl-next.disabled {
  background: #6e6e76;
  cursor: default;
}

.our-team-carousel .owl-nav .owl-prev.disabled:hover, .our-team-carousel .owl-nav .owl-prev.disabled:focus,
.our-team-carousel .owl-nav .owl-next.disabled:hover,
.our-team-carousel .owl-nav .owl-next.disabled:focus {
  background: #6e6e76;
}

.our-team-carousel .owl-nav .owl-prev:first-of-type,
.our-team-carousel .owl-nav .owl-next:first-of-type {
  margin-right: 10px;
}

@media only screen and (max-width: 768px) {
  .our-team-carousel .developer-item {
    border: none;
  }
}

@media only screen and (max-width: 480px) {
  .wrapper.about-us .about-us-block {
    margin-top: 20px;
  }

  .our-team-carousel .owl-nav {
    margin-top: 12px;
  }
}

/* ------- about us ------- */

/* ------ contact us ------- */

.wrapper.about-us .contact-us-block {
  margin-top: 30px;
}

/* ------ contact us ------- */

.wrapper.privacy-policy .privacy-policy-container .text-styles {
  margin-top: 30px;
}

@media only screen and (max-width: 480px) {
  .wrapper.privacy-policy .privacy-policy-container .text-styles {
    margin-top: 20px;
  }
}

.wrapper.terms-of-condition .terms-of-condition-container .text-styles {
  margin-top: 30px;
}

@media only screen and (max-width: 480px) {
  .wrapper.terms-of-condition .terms-of-condition-container .text-styles {
    margin-top: 20px;
  }
}

.services-container {
  padding-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .services-container {
    padding-bottom: 10px;
  }
}

.services-block {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 40px;
}

.services-block .one-half {
  width: calc(50% - 25px);
  margin-right: 50px;
}

.services-block .one-half:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .services-block .one-half {
    width: 100%;
    margin: 0 0 20px 0;
    flex-wrap: wrap;
  }

  .services-block .one-half:last-child {
    margin-bottom: 0;
  }

  .services-block .one-half.image-block {
    height: 260px;
  }
}

.services-block .image-block {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.services-block .text-part .text-styles {
  margin-bottom: 25px;
}

.services-block .text-part .text-styles:last-child {
  margin-bottom: 0;
}

.services-block .text-part .text-styles .just-text {
  display: flex;
  margin-top: 10px;
  margin-bottom: -3px;
  font-size: 15px;
}

.services-block .text-part .ready {
  margin-bottom: 15px;
  font-size: 15px;
}

@media only screen and (max-width: 768px) {
  .services-block {
    margin-top: 30px;
  }
}

.customer-reviews {
  position: relative;
  margin: 60px 0 20px 0;
}

.customer-reviews .block-title {
  font-size: 20px;
  line-height: 2.1;
  text-transform: uppercase;
}

.customer-reviews .customer-reviews-slider-container .customer-reviews-slider {
  margin-top: 10px;
}

.customer-reviews .customer-reviews-slider-nav {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
}

.customer-reviews .customer-reviews-slider-nav .owl-prev,
.customer-reviews .customer-reviews-slider-nav .owl-next {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  width: 35px;
  background: #566cd3;
  color: #fff;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.2, 0.57, 0.36, 0.8);
}

.customer-reviews .customer-reviews-slider-nav .owl-prev:hover, .customer-reviews .customer-reviews-slider-nav .owl-prev:focus,
.customer-reviews .customer-reviews-slider-nav .owl-next:hover,
.customer-reviews .customer-reviews-slider-nav .owl-next:focus {
  background: #3A4197;
}

.customer-reviews .customer-reviews-slider-nav .owl-prev.disabled,
.customer-reviews .customer-reviews-slider-nav .owl-next.disabled {
  background: #b3b3b6;
  cursor: default;
}

.customer-reviews .customer-reviews-slider-nav .owl-prev.disabled:hover, .customer-reviews .customer-reviews-slider-nav .owl-prev.disabled:focus,
.customer-reviews .customer-reviews-slider-nav .owl-next.disabled:hover,
.customer-reviews .customer-reviews-slider-nav .owl-next.disabled:focus {
  background: #b3b3b6;
  cursor: default;
}

@media only screen and (max-width: 640px) {
  .customer-reviews .customer-reviews-slider-nav .owl-prev,
  .customer-reviews .customer-reviews-slider-nav .owl-next {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}

.customer-reviews .customer-reviews-slider-nav .owl-prev {
  margin-right: 5px;
}

@media only screen and (max-width: 600px) {
  .customer-reviews .customer-reviews-slider-container .customer-reviews-slider {
    margin-top: 25px;
  }

  .customer-reviews .custom-reviews-billet {
    padding: 0;
  }
}

.news-page-list-container,
.blog-page-list-container {
  margin: 30px 0;
}

.news-page-list-container .pagination-container,
.blog-page-list-container .pagination-container {
  margin-top: 30px;
}

.blog-posts-container .block-title,
.news-posts-container .block-title {
  margin-bottom: 20px;
}

.blog-posts-container .blog-section-list,
.news-posts-container .blog-section-list {
  margin-bottom: 40px;
}

.news-post-page {
  margin-top: 15px;
}

.news-post-page .title-part .post-author {
  display: flex;
  justify-content: space-between;
}

.news-post-page .title-part .post-author .left-part {
  display: flex;
  align-items: center;
  cursor: default;
}

.news-post-page .title-part .post-author .left-part .photo {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.news-post-page .title-part .post-author .left-part .info-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 15px;
}

.news-post-page .title-part .post-author .left-part .info-block .name {
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.19;
  color: #566cd3;
}

.news-post-page .title-part .post-author .left-part .info-block .date {
  font-size: 14px;
  font-weight: 600;
  color: #a4adb7;
}

.news-post-page .poster {
  width: 100%;
  height: 420px;
  margin-top: 17px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.news-post-page .description {
  margin-top: 15px;
}

@media only screen and (max-width: 640px) {
  .news-post-page .poster {
    height: 288px;
  }
}

@media only screen and (max-width: 440px) {
  .news-post-page .title-part .post-author {
    flex-direction: column;
  }

  .news-post-page .title-part .post-author .left-part {
    margin-bottom: 10px;
  }

  .news-post-page .title-part .post-author .simple-btn {
    max-width: 100%;
  }
}

.our-mission-container {
  display: block;
}

.our-mission-container .main-title {
  margin: 0 0 25px 0;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.1;
  color: #414149;
}

.our-mission-container p {
  font-size: 16px;
  line-height: 1.75;
}

.our-mission-container ul {
  font-size: 16px;
  line-height: 1.75;
}

.our-mission-container .float-left {
  float: left;
  width: 50%;
  padding-right: 30px;
}

.our-mission-container .float-right {
  float: right;
  width: 50%;
  padding-left: 30px;
}

.our-mission-container img:first-of-type {
  margin-bottom: 30px;
}

.our-mission-container img:last-of-type {
  margin-top: 10px;
}

@media only screen and (max-width: 1200px) {
  .our-mission-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .our-mission-container .float-left,
  .our-mission-container .float-right {
    width: 100%;
    padding: 0;
    float: none !important;
  }

  .our-mission-container img {
    margin: 0 auto 20px auto;
    max-width: 640px;
  }

  .our-mission-container img.float-right {
    order: 2;
  }

  .our-mission-container .main-title {
    order: 1;
  }

  .our-mission-container > * {
    order: 3;
  }
}

@media only screen and (max-width: 640px) {
  .our-mission-container .main-title {
    font-size: 32px;
  }
}

.hiring-filter-container {
  margin: 30px 0 50px 0;
}

.open-positions-list {
  display: flex;
  flex-direction: column;
  margin: 0 0 50px 0;
  padding: 0;
  list-style: none;
}

.open-positions-list > li {
  margin-bottom: 60px;
}

.open-positions-list > li:last-child {
  margin: 0;
}

.open-positions-list > li .title {
  margin: 0 0 30px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #d3d3d3;
  line-height: 1.22;
  font-size: 22px;
  font-weight: 600;
  color: #566cd3;
  text-transform: uppercase;
}

.open-positions-list > li .open-positions-sublist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.open-positions-list > li .open-positions-sublist > li {
  margin-bottom: 40px;
}

.open-positions-list > li .open-positions-sublist > li:last-child {
  margin: 0;
}

.open-positions-list > li.hidden {
  display: none;
}

@media only screen and (max-width: 640px) {
  .hiring-filter-container {
    margin: 20px 0 35px 0;
  }

  .open-positions-list {
    margin-bottom: 40px;
  }
}

@media (min-width: 640px){
  .sm\:items-start{
    align-items: flex-start;
  }

  .sm\:items-end{
    align-items: flex-end;
  }

  .sm\:items-center{
    align-items: center;
  }

  .sm\:items-baseline{
    align-items: baseline;
  }

  .sm\:items-stretch{
    align-items: stretch;
  }

  .sm\:bg-white{
    background-color: #fff;
  }

  .sm\:bg-gray-20{
    background-color: #dddfee;
  }

  .sm\:bg-gray-30{
    background-color: #d1dbff;
  }

  .sm\:bg-gray-40{
    background-color: #f7f9ff;
  }

  .sm\:bg-gray-50{
    background-color: #ebeffb;
  }

  .sm\:bg-gray-60{
    background-color: #e7e9f6;
  }

  .sm\:bg-gray-100{
    background-color: #dee3ef;
  }

  .sm\:bg-gray-200{
    background-color: #cdcfe0;
  }

  .sm\:bg-gray-250{
    background-color: #a4adb7;
  }

  .sm\:bg-gray-300{
    background-color: #868da4;
  }

  .sm\:bg-gray-400{
    background-color: #566687;
  }

  .sm\:bg-gray-800{
    background-color: #2f3b46;
  }

  .sm\:bg-gray-a1{
    background-color: rgba(0, 0, 0, .8);
  }

  .sm\:bg-blue-40{
    background-color: #637dfb;
  }

  .sm\:bg-blue-50{
    background-color: #5d80ff;
  }

  .sm\:bg-blue-100{
    background-color: #476df2;
  }

  .sm\:bg-blue-200{
    background-color: #878bad;
  }

  .sm\:bg-blue-300{
    background-color: #627cfa;
  }

  .sm\:bg-blue-400{
    background-color: #646d88;
  }

  .sm\:bg-blue-500{
    background-color: #566cd3;
  }

  .sm\:bg-blue-700{
    background-color: #233253;
  }

  .sm\:bg-blue-800{
    background-color: #152442;
  }

  .sm\:bg-blue-850{
    background-color: #192440;
  }

  .sm\:bg-blue-900{
    background-color: #132a43;
  }

  .sm\:bg-yellow-400{
    background-color: #f1d600;
  }

  .sm\:hover\:bg-white:hover{
    background-color: #fff;
  }

  .sm\:hover\:bg-gray-20:hover{
    background-color: #dddfee;
  }

  .sm\:hover\:bg-gray-30:hover{
    background-color: #d1dbff;
  }

  .sm\:hover\:bg-gray-40:hover{
    background-color: #f7f9ff;
  }

  .sm\:hover\:bg-gray-50:hover{
    background-color: #ebeffb;
  }

  .sm\:hover\:bg-gray-60:hover{
    background-color: #e7e9f6;
  }

  .sm\:hover\:bg-gray-100:hover{
    background-color: #dee3ef;
  }

  .sm\:hover\:bg-gray-200:hover{
    background-color: #cdcfe0;
  }

  .sm\:hover\:bg-gray-250:hover{
    background-color: #a4adb7;
  }

  .sm\:hover\:bg-gray-300:hover{
    background-color: #868da4;
  }

  .sm\:hover\:bg-gray-400:hover{
    background-color: #566687;
  }

  .sm\:hover\:bg-gray-800:hover{
    background-color: #2f3b46;
  }

  .sm\:hover\:bg-gray-a1:hover{
    background-color: rgba(0, 0, 0, .8);
  }

  .sm\:hover\:bg-blue-40:hover{
    background-color: #637dfb;
  }

  .sm\:hover\:bg-blue-50:hover{
    background-color: #5d80ff;
  }

  .sm\:hover\:bg-blue-100:hover{
    background-color: #476df2;
  }

  .sm\:hover\:bg-blue-200:hover{
    background-color: #878bad;
  }

  .sm\:hover\:bg-blue-300:hover{
    background-color: #627cfa;
  }

  .sm\:hover\:bg-blue-400:hover{
    background-color: #646d88;
  }

  .sm\:hover\:bg-blue-500:hover{
    background-color: #566cd3;
  }

  .sm\:hover\:bg-blue-700:hover{
    background-color: #233253;
  }

  .sm\:hover\:bg-blue-800:hover{
    background-color: #152442;
  }

  .sm\:hover\:bg-blue-850:hover{
    background-color: #192440;
  }

  .sm\:hover\:bg-blue-900:hover{
    background-color: #132a43;
  }

  .sm\:hover\:bg-yellow-400:hover{
    background-color: #f1d600;
  }

  .sm\:focus\:bg-white:focus{
    background-color: #fff;
  }

  .sm\:focus\:bg-gray-20:focus{
    background-color: #dddfee;
  }

  .sm\:focus\:bg-gray-30:focus{
    background-color: #d1dbff;
  }

  .sm\:focus\:bg-gray-40:focus{
    background-color: #f7f9ff;
  }

  .sm\:focus\:bg-gray-50:focus{
    background-color: #ebeffb;
  }

  .sm\:focus\:bg-gray-60:focus{
    background-color: #e7e9f6;
  }

  .sm\:focus\:bg-gray-100:focus{
    background-color: #dee3ef;
  }

  .sm\:focus\:bg-gray-200:focus{
    background-color: #cdcfe0;
  }

  .sm\:focus\:bg-gray-250:focus{
    background-color: #a4adb7;
  }

  .sm\:focus\:bg-gray-300:focus{
    background-color: #868da4;
  }

  .sm\:focus\:bg-gray-400:focus{
    background-color: #566687;
  }

  .sm\:focus\:bg-gray-800:focus{
    background-color: #2f3b46;
  }

  .sm\:focus\:bg-gray-a1:focus{
    background-color: rgba(0, 0, 0, .8);
  }

  .sm\:focus\:bg-blue-40:focus{
    background-color: #637dfb;
  }

  .sm\:focus\:bg-blue-50:focus{
    background-color: #5d80ff;
  }

  .sm\:focus\:bg-blue-100:focus{
    background-color: #476df2;
  }

  .sm\:focus\:bg-blue-200:focus{
    background-color: #878bad;
  }

  .sm\:focus\:bg-blue-300:focus{
    background-color: #627cfa;
  }

  .sm\:focus\:bg-blue-400:focus{
    background-color: #646d88;
  }

  .sm\:focus\:bg-blue-500:focus{
    background-color: #566cd3;
  }

  .sm\:focus\:bg-blue-700:focus{
    background-color: #233253;
  }

  .sm\:focus\:bg-blue-800:focus{
    background-color: #152442;
  }

  .sm\:focus\:bg-blue-850:focus{
    background-color: #192440;
  }

  .sm\:focus\:bg-blue-900:focus{
    background-color: #132a43;
  }

  .sm\:focus\:bg-yellow-400:focus{
    background-color: #f1d600;
  }

  .sm\:border-white{
    border-color: #fff;
  }

  .sm\:border-gray-20{
    border-color: #dddfee;
  }

  .sm\:border-gray-30{
    border-color: #d1dbff;
  }

  .sm\:border-gray-40{
    border-color: #f7f9ff;
  }

  .sm\:border-gray-50{
    border-color: #ebeffb;
  }

  .sm\:border-gray-60{
    border-color: #e7e9f6;
  }

  .sm\:border-gray-100{
    border-color: #dee3ef;
  }

  .sm\:border-gray-200{
    border-color: #cdcfe0;
  }

  .sm\:border-gray-250{
    border-color: #a4adb7;
  }

  .sm\:border-gray-300{
    border-color: #868da4;
  }

  .sm\:border-gray-400{
    border-color: #566687;
  }

  .sm\:border-gray-800{
    border-color: #2f3b46;
  }

  .sm\:border-gray-a1{
    border-color: rgba(0, 0, 0, .8);
  }

  .sm\:border-blue-40{
    border-color: #637dfb;
  }

  .sm\:border-blue-50{
    border-color: #5d80ff;
  }

  .sm\:border-blue-100{
    border-color: #476df2;
  }

  .sm\:border-blue-200{
    border-color: #878bad;
  }

  .sm\:border-blue-300{
    border-color: #627cfa;
  }

  .sm\:border-blue-400{
    border-color: #646d88;
  }

  .sm\:border-blue-500{
    border-color: #566cd3;
  }

  .sm\:border-blue-700{
    border-color: #233253;
  }

  .sm\:border-blue-800{
    border-color: #152442;
  }

  .sm\:border-blue-850{
    border-color: #192440;
  }

  .sm\:border-blue-900{
    border-color: #132a43;
  }

  .sm\:border-yellow-400{
    border-color: #f1d600;
  }

  .sm\:hover\:border-white:hover{
    border-color: #fff;
  }

  .sm\:hover\:border-gray-20:hover{
    border-color: #dddfee;
  }

  .sm\:hover\:border-gray-30:hover{
    border-color: #d1dbff;
  }

  .sm\:hover\:border-gray-40:hover{
    border-color: #f7f9ff;
  }

  .sm\:hover\:border-gray-50:hover{
    border-color: #ebeffb;
  }

  .sm\:hover\:border-gray-60:hover{
    border-color: #e7e9f6;
  }

  .sm\:hover\:border-gray-100:hover{
    border-color: #dee3ef;
  }

  .sm\:hover\:border-gray-200:hover{
    border-color: #cdcfe0;
  }

  .sm\:hover\:border-gray-250:hover{
    border-color: #a4adb7;
  }

  .sm\:hover\:border-gray-300:hover{
    border-color: #868da4;
  }

  .sm\:hover\:border-gray-400:hover{
    border-color: #566687;
  }

  .sm\:hover\:border-gray-800:hover{
    border-color: #2f3b46;
  }

  .sm\:hover\:border-gray-a1:hover{
    border-color: rgba(0, 0, 0, .8);
  }

  .sm\:hover\:border-blue-40:hover{
    border-color: #637dfb;
  }

  .sm\:hover\:border-blue-50:hover{
    border-color: #5d80ff;
  }

  .sm\:hover\:border-blue-100:hover{
    border-color: #476df2;
  }

  .sm\:hover\:border-blue-200:hover{
    border-color: #878bad;
  }

  .sm\:hover\:border-blue-300:hover{
    border-color: #627cfa;
  }

  .sm\:hover\:border-blue-400:hover{
    border-color: #646d88;
  }

  .sm\:hover\:border-blue-500:hover{
    border-color: #566cd3;
  }

  .sm\:hover\:border-blue-700:hover{
    border-color: #233253;
  }

  .sm\:hover\:border-blue-800:hover{
    border-color: #152442;
  }

  .sm\:hover\:border-blue-850:hover{
    border-color: #192440;
  }

  .sm\:hover\:border-blue-900:hover{
    border-color: #132a43;
  }

  .sm\:hover\:border-yellow-400:hover{
    border-color: #f1d600;
  }

  .sm\:focus\:border-white:focus{
    border-color: #fff;
  }

  .sm\:focus\:border-gray-20:focus{
    border-color: #dddfee;
  }

  .sm\:focus\:border-gray-30:focus{
    border-color: #d1dbff;
  }

  .sm\:focus\:border-gray-40:focus{
    border-color: #f7f9ff;
  }

  .sm\:focus\:border-gray-50:focus{
    border-color: #ebeffb;
  }

  .sm\:focus\:border-gray-60:focus{
    border-color: #e7e9f6;
  }

  .sm\:focus\:border-gray-100:focus{
    border-color: #dee3ef;
  }

  .sm\:focus\:border-gray-200:focus{
    border-color: #cdcfe0;
  }

  .sm\:focus\:border-gray-250:focus{
    border-color: #a4adb7;
  }

  .sm\:focus\:border-gray-300:focus{
    border-color: #868da4;
  }

  .sm\:focus\:border-gray-400:focus{
    border-color: #566687;
  }

  .sm\:focus\:border-gray-800:focus{
    border-color: #2f3b46;
  }

  .sm\:focus\:border-gray-a1:focus{
    border-color: rgba(0, 0, 0, .8);
  }

  .sm\:focus\:border-blue-40:focus{
    border-color: #637dfb;
  }

  .sm\:focus\:border-blue-50:focus{
    border-color: #5d80ff;
  }

  .sm\:focus\:border-blue-100:focus{
    border-color: #476df2;
  }

  .sm\:focus\:border-blue-200:focus{
    border-color: #878bad;
  }

  .sm\:focus\:border-blue-300:focus{
    border-color: #627cfa;
  }

  .sm\:focus\:border-blue-400:focus{
    border-color: #646d88;
  }

  .sm\:focus\:border-blue-500:focus{
    border-color: #566cd3;
  }

  .sm\:focus\:border-blue-700:focus{
    border-color: #233253;
  }

  .sm\:focus\:border-blue-800:focus{
    border-color: #152442;
  }

  .sm\:focus\:border-blue-850:focus{
    border-color: #192440;
  }

  .sm\:focus\:border-blue-900:focus{
    border-color: #132a43;
  }

  .sm\:focus\:border-yellow-400:focus{
    border-color: #f1d600;
  }

  .sm\:rounded-none{
    border-radius: 0px;
  }

  .sm\:rounded-full{
    border-radius: 9999px;
  }

  .sm\:rounded-2px{
    border-radius: 2px;
  }

  .sm\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .sm\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .sm\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .sm\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .sm\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-t-2px{
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }

  .sm\:rounded-r-2px{
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }

  .sm\:rounded-b-2px{
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
  }

  .sm\:rounded-l-2px{
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }

  .sm\:rounded-tl-none{
    border-top-left-radius: 0px;
  }

  .sm\:rounded-tr-none{
    border-top-right-radius: 0px;
  }

  .sm\:rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  .sm\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  .sm\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .sm\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-tl-2px{
    border-top-left-radius: 2px;
  }

  .sm\:rounded-tr-2px{
    border-top-right-radius: 2px;
  }

  .sm\:rounded-br-2px{
    border-bottom-right-radius: 2px;
  }

  .sm\:rounded-bl-2px{
    border-bottom-left-radius: 2px;
  }

  .sm\:border-0{
    border-width: 0;
  }

  .sm\:border-2{
    border-width: 2px;
  }

  .sm\:border-4{
    border-width: 4px;
  }

  .sm\:border-8{
    border-width: 8px;
  }

  .sm\:border{
    border-width: 1px;
  }

  .sm\:border-t-0{
    border-top-width: 0;
  }

  .sm\:border-r-0{
    border-right-width: 0;
  }

  .sm\:border-b-0{
    border-bottom-width: 0;
  }

  .sm\:border-l-0{
    border-left-width: 0;
  }

  .sm\:border-t-2{
    border-top-width: 2px;
  }

  .sm\:border-r-2{
    border-right-width: 2px;
  }

  .sm\:border-b-2{
    border-bottom-width: 2px;
  }

  .sm\:border-l-2{
    border-left-width: 2px;
  }

  .sm\:border-t-4{
    border-top-width: 4px;
  }

  .sm\:border-r-4{
    border-right-width: 4px;
  }

  .sm\:border-b-4{
    border-bottom-width: 4px;
  }

  .sm\:border-l-4{
    border-left-width: 4px;
  }

  .sm\:border-t-8{
    border-top-width: 8px;
  }

  .sm\:border-r-8{
    border-right-width: 8px;
  }

  .sm\:border-b-8{
    border-bottom-width: 8px;
  }

  .sm\:border-l-8{
    border-left-width: 8px;
  }

  .sm\:border-t{
    border-top-width: 1px;
  }

  .sm\:border-r{
    border-right-width: 1px;
  }

  .sm\:border-b{
    border-bottom-width: 1px;
  }

  .sm\:border-l{
    border-left-width: 1px;
  }

  .sm\:last\:border-0:last-child{
    border-width: 0;
  }

  .sm\:last\:border-2:last-child{
    border-width: 2px;
  }

  .sm\:last\:border-4:last-child{
    border-width: 4px;
  }

  .sm\:last\:border-8:last-child{
    border-width: 8px;
  }

  .sm\:last\:border:last-child{
    border-width: 1px;
  }

  .sm\:last\:border-t-0:last-child{
    border-top-width: 0;
  }

  .sm\:last\:border-r-0:last-child{
    border-right-width: 0;
  }

  .sm\:last\:border-b-0:last-child{
    border-bottom-width: 0;
  }

  .sm\:last\:border-l-0:last-child{
    border-left-width: 0;
  }

  .sm\:last\:border-t-2:last-child{
    border-top-width: 2px;
  }

  .sm\:last\:border-r-2:last-child{
    border-right-width: 2px;
  }

  .sm\:last\:border-b-2:last-child{
    border-bottom-width: 2px;
  }

  .sm\:last\:border-l-2:last-child{
    border-left-width: 2px;
  }

  .sm\:last\:border-t-4:last-child{
    border-top-width: 4px;
  }

  .sm\:last\:border-r-4:last-child{
    border-right-width: 4px;
  }

  .sm\:last\:border-b-4:last-child{
    border-bottom-width: 4px;
  }

  .sm\:last\:border-l-4:last-child{
    border-left-width: 4px;
  }

  .sm\:last\:border-t-8:last-child{
    border-top-width: 8px;
  }

  .sm\:last\:border-r-8:last-child{
    border-right-width: 8px;
  }

  .sm\:last\:border-b-8:last-child{
    border-bottom-width: 8px;
  }

  .sm\:last\:border-l-8:last-child{
    border-left-width: 8px;
  }

  .sm\:last\:border-t:last-child{
    border-top-width: 1px;
  }

  .sm\:last\:border-r:last-child{
    border-right-width: 1px;
  }

  .sm\:last\:border-b:last-child{
    border-bottom-width: 1px;
  }

  .sm\:last\:border-l:last-child{
    border-left-width: 1px;
  }

  .sm\:shadow-none{
    box-shadow: none;
  }

  .sm\:hover\:shadow-none:hover{
    box-shadow: none;
  }

  .sm\:focus\:shadow-none:focus{
    box-shadow: none;
  }

  .sm\:cursor-auto{
    cursor: auto;
  }

  .sm\:cursor-default{
    cursor: default;
  }

  .sm\:cursor-pointer{
    cursor: pointer;
  }

  .sm\:cursor-wait{
    cursor: wait;
  }

  .sm\:cursor-text{
    cursor: text;
  }

  .sm\:cursor-move{
    cursor: move;
  }

  .sm\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .sm\:block{
    display: block;
  }

  .sm\:inline-block{
    display: inline-block;
  }

  .sm\:inline{
    display: inline;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:inline-flex{
    display: inline-flex;
  }

  .sm\:table{
    display: table;
  }

  .sm\:table-caption{
    display: table-caption;
  }

  .sm\:table-cell{
    display: table-cell;
  }

  .sm\:table-column{
    display: table-column;
  }

  .sm\:table-column-group{
    display: table-column-group;
  }

  .sm\:table-footer-group{
    display: table-footer-group;
  }

  .sm\:table-header-group{
    display: table-header-group;
  }

  .sm\:table-row-group{
    display: table-row-group;
  }

  .sm\:table-row{
    display: table-row;
  }

  .sm\:flow-root{
    display: flow-root;
  }

  .sm\:grid{
    display: grid;
  }

  .sm\:inline-grid{
    display: inline-grid;
  }

  .sm\:contents{
    display: contents;
  }

  .sm\:hidden{
    display: none;
  }

  .sm\:flex-1{
    flex: 1 1 0%;
  }

  .sm\:flex-auto{
    flex: 1 1 auto;
  }

  .sm\:flex-initial{
    flex: 0 1 auto;
  }

  .sm\:flex-none{
    flex: none;
  }

  .sm\:flex-row{
    flex-direction: row;
  }

  .sm\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .sm\:flex-col{
    flex-direction: column;
  }

  .sm\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .sm\:flex-grow-0{
    flex-grow: 0;
  }

  .sm\:flex-grow{
    flex-grow: 1;
  }

  .sm\:flex-shrink-0{
    flex-shrink: 0;
  }

  .sm\:flex-shrink{
    flex-shrink: 1;
  }

  .sm\:flex-wrap{
    flex-wrap: wrap;
  }

  .sm\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .sm\:flex-no-wrap{
    flex-wrap: nowrap;
  }

  .sm\:text-14px{
    font-size: 14px;
  }

  .sm\:text-15px{
    font-size: 15px;
  }

  .sm\:text-16px{
    font-size: 16px;
  }

  .sm\:text-18px{
    font-size: 18px;
  }

  .sm\:text-20px{
    font-size: 20px;
  }

  .sm\:text-22px{
    font-size: 22px;
  }

  .sm\:text-24px{
    font-size: 24px;
  }

  .sm\:text-30px{
    font-size: 30px;
  }

  .sm\:text-40px{
    font-size: 40px;
  }

  .sm\:italic{
    font-style: italic;
  }

  .sm\:not-italic{
    font-style: normal;
  }

  .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;
  }

  .sm\:hover\:font-hairline:hover{
    font-weight: 100;
  }

  .sm\:hover\:font-thin:hover{
    font-weight: 200;
  }

  .sm\:hover\:font-light:hover{
    font-weight: 300;
  }

  .sm\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .sm\:hover\:font-medium:hover{
    font-weight: 500;
  }

  .sm\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  .sm\:hover\:font-bold:hover{
    font-weight: 700;
  }

  .sm\:hover\:font-extrabold:hover{
    font-weight: 800;
  }

  .sm\:hover\:font-black:hover{
    font-weight: 900;
  }

  .sm\:focus\:font-hairline:focus{
    font-weight: 100;
  }

  .sm\:focus\:font-thin:focus{
    font-weight: 200;
  }

  .sm\:focus\:font-light:focus{
    font-weight: 300;
  }

  .sm\:focus\:font-normal:focus{
    font-weight: 400;
  }

  .sm\:focus\:font-medium:focus{
    font-weight: 500;
  }

  .sm\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  .sm\:focus\:font-bold:focus{
    font-weight: 700;
  }

  .sm\:focus\:font-extrabold:focus{
    font-weight: 800;
  }

  .sm\:focus\:font-black:focus{
    font-weight: 900;
  }

  .sm\:h-0{
    height: 0;
  }

  .sm\:h-auto{
    height: auto;
  }

  .sm\:h-2px{
    height: 2px;
  }

  .sm\:h-4px{
    height: 4px;
  }

  .sm\:h-5px{
    height: 5px;
  }

  .sm\:h-6px{
    height: 6px;
  }

  .sm\:h-7px{
    height: 7px;
  }

  .sm\:h-8px{
    height: 8px;
  }

  .sm\:h-10px{
    height: 10px;
  }

  .sm\:h-11px{
    height: 11px;
  }

  .sm\:h-12px{
    height: 12px;
  }

  .sm\:h-14px{
    height: 14px;
  }

  .sm\:h-15px{
    height: 15px;
  }

  .sm\:h-16px{
    height: 16px;
  }

  .sm\:h-18px{
    height: 18px;
  }

  .sm\:h-20px{
    height: 20px;
  }

  .sm\:h-24px{
    height: 24px;
  }

  .sm\:h-25px{
    height: 25px;
  }

  .sm\:h-26px{
    height: 26px;
  }

  .sm\:h-30px{
    height: 30px;
  }

  .sm\:h-34px{
    height: 34px;
  }

  .sm\:h-36px{
    height: 36px;
  }

  .sm\:h-40px{
    height: 40px;
  }

  .sm\:h-45px{
    height: 45px;
  }

  .sm\:h-49px{
    height: 49px;
  }

  .sm\:h-50px{
    height: 50px;
  }

  .sm\:h-53px{
    height: 53px;
  }

  .sm\:h-55px{
    height: 55px;
  }

  .sm\:h-60px{
    height: 60px;
  }

  .sm\:h-68px{
    height: 68px;
  }

  .sm\:h-80px{
    height: 80px;
  }

  .sm\:h-90px{
    height: 90px;
  }

  .sm\:h-93px{
    height: 93px;
  }

  .sm\:h-115px{
    height: 115px;
  }

  .sm\:h-full{
    height: 100%;
  }

  .sm\:h-screen{
    height: 100vh;
  }

  .sm\:h-70px{
    height: 70px;
  }

  .sm\:h-200px{
    height: 200px;
  }

  .sm\:h-250px{
    height: 250px;
  }

  .sm\:h-288px{
    height: 288px;
  }

  .sm\:h-300px{
    height: 300px;
  }

  .sm\:h-400px{
    height: 400px;
  }

  .sm\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .sm\:inset-full-10{
    top: calc(100% + 10px);
    right: calc(100% + 10px);
    bottom: calc(100% + 10px);
    left: calc(100% + 10px);
  }

  .sm\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .sm\:inset-x-0{
    right: 0;
    left: 0;
  }

  .sm\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .sm\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .sm\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .sm\:inset-x-full{
    right: 100%;
    left: 100%;
  }

  .sm\:inset-y-full-10{
    top: calc(100% + 10px);
    bottom: calc(100% + 10px);
  }

  .sm\:inset-x-full-10{
    right: calc(100% + 10px);
    left: calc(100% + 10px);
  }

  .sm\:top-0{
    top: 0;
  }

  .sm\:right-0{
    right: 0;
  }

  .sm\:bottom-0{
    bottom: 0;
  }

  .sm\:left-0{
    left: 0;
  }

  .sm\:top-auto{
    top: auto;
  }

  .sm\:right-auto{
    right: auto;
  }

  .sm\:bottom-auto{
    bottom: auto;
  }

  .sm\:left-auto{
    left: auto;
  }

  .sm\:top-full{
    top: 100%;
  }

  .sm\:right-full{
    right: 100%;
  }

  .sm\:bottom-full{
    bottom: 100%;
  }

  .sm\:left-full{
    left: 100%;
  }

  .sm\:top-full-10{
    top: calc(100% + 10px);
  }

  .sm\:right-full-10{
    right: calc(100% + 10px);
  }

  .sm\:bottom-full-10{
    bottom: calc(100% + 10px);
  }

  .sm\:left-full-10{
    left: calc(100% + 10px);
  }

  .sm\:justify-start{
    justify-content: flex-start;
  }

  .sm\:justify-end{
    justify-content: flex-end;
  }

  .sm\:justify-center{
    justify-content: center;
  }

  .sm\:justify-between{
    justify-content: space-between;
  }

  .sm\:justify-around{
    justify-content: space-around;
  }

  .sm\:justify-evenly{
    justify-content: space-evenly;
  }

  .sm\:leading-18px{
    line-height: 18px;
  }

  .sm\:leading-20px{
    line-height: 20px;
  }

  .sm\:leading-22px{
    line-height: 22px;
  }

  .sm\:leading-24px{
    line-height: 24px;
  }

  .sm\:leading-26px{
    line-height: 26px;
  }

  .sm\:leading-30px{
    line-height: 30px;
  }

  .sm\:leading-32px{
    line-height: 32px;
  }

  .sm\:leading-36px{
    line-height: 36px;
  }

  .sm\:leading-38px{
    line-height: 38px;
  }

  .sm\:leading-60px{
    line-height: 60px;
  }

  .sm\:m-0{
    margin: 0;
  }

  .sm\:m-auto{
    margin: auto;
  }

  .sm\:m-2px{
    margin: 2px;
  }

  .sm\:m-4px{
    margin: 4px;
  }

  .sm\:m-5px{
    margin: 5px;
  }

  .sm\:m-6px{
    margin: 6px;
  }

  .sm\:m-7px{
    margin: 7px;
  }

  .sm\:m-8px{
    margin: 8px;
  }

  .sm\:m-10px{
    margin: 10px;
  }

  .sm\:m-11px{
    margin: 11px;
  }

  .sm\:m-12px{
    margin: 12px;
  }

  .sm\:m-14px{
    margin: 14px;
  }

  .sm\:m-15px{
    margin: 15px;
  }

  .sm\:m-16px{
    margin: 16px;
  }

  .sm\:m-18px{
    margin: 18px;
  }

  .sm\:m-20px{
    margin: 20px;
  }

  .sm\:m-24px{
    margin: 24px;
  }

  .sm\:m-25px{
    margin: 25px;
  }

  .sm\:m-26px{
    margin: 26px;
  }

  .sm\:m-30px{
    margin: 30px;
  }

  .sm\:m-34px{
    margin: 34px;
  }

  .sm\:m-36px{
    margin: 36px;
  }

  .sm\:m-40px{
    margin: 40px;
  }

  .sm\:m-45px{
    margin: 45px;
  }

  .sm\:m-49px{
    margin: 49px;
  }

  .sm\:m-50px{
    margin: 50px;
  }

  .sm\:m-53px{
    margin: 53px;
  }

  .sm\:m-55px{
    margin: 55px;
  }

  .sm\:m-60px{
    margin: 60px;
  }

  .sm\:m-68px{
    margin: 68px;
  }

  .sm\:m-80px{
    margin: 80px;
  }

  .sm\:m-90px{
    margin: 90px;
  }

  .sm\:m-93px{
    margin: 93px;
  }

  .sm\:m-115px{
    margin: 115px;
  }

  .sm\:-m-2px{
    margin: -2px;
  }

  .sm\:-m-4px{
    margin: -4px;
  }

  .sm\:-m-5px{
    margin: -5px;
  }

  .sm\:-m-6px{
    margin: -6px;
  }

  .sm\:-m-7px{
    margin: -7px;
  }

  .sm\:-m-8px{
    margin: -8px;
  }

  .sm\:-m-10px{
    margin: -10px;
  }

  .sm\:-m-11px{
    margin: -11px;
  }

  .sm\:-m-12px{
    margin: -12px;
  }

  .sm\:-m-14px{
    margin: -14px;
  }

  .sm\:-m-15px{
    margin: -15px;
  }

  .sm\:-m-16px{
    margin: -16px;
  }

  .sm\:-m-18px{
    margin: -18px;
  }

  .sm\:-m-20px{
    margin: -20px;
  }

  .sm\:-m-24px{
    margin: -24px;
  }

  .sm\:-m-25px{
    margin: -25px;
  }

  .sm\:-m-26px{
    margin: -26px;
  }

  .sm\:-m-30px{
    margin: -30px;
  }

  .sm\:-m-34px{
    margin: -34px;
  }

  .sm\:-m-36px{
    margin: -36px;
  }

  .sm\:-m-40px{
    margin: -40px;
  }

  .sm\:-m-45px{
    margin: -45px;
  }

  .sm\:-m-49px{
    margin: -49px;
  }

  .sm\:-m-50px{
    margin: -50px;
  }

  .sm\:-m-53px{
    margin: -53px;
  }

  .sm\:-m-55px{
    margin: -55px;
  }

  .sm\:-m-60px{
    margin: -60px;
  }

  .sm\:-m-68px{
    margin: -68px;
  }

  .sm\:-m-80px{
    margin: -80px;
  }

  .sm\:-m-90px{
    margin: -90px;
  }

  .sm\:-m-93px{
    margin: -93px;
  }

  .sm\:-m-115px{
    margin: -115px;
  }

  .sm\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:my-2px{
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .sm\:mx-2px{
    margin-left: 2px;
    margin-right: 2px;
  }

  .sm\:my-4px{
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .sm\:mx-4px{
    margin-left: 4px;
    margin-right: 4px;
  }

  .sm\:my-5px{
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .sm\:mx-5px{
    margin-left: 5px;
    margin-right: 5px;
  }

  .sm\:my-6px{
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .sm\:mx-6px{
    margin-left: 6px;
    margin-right: 6px;
  }

  .sm\:my-7px{
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .sm\:mx-7px{
    margin-left: 7px;
    margin-right: 7px;
  }

  .sm\:my-8px{
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .sm\:mx-8px{
    margin-left: 8px;
    margin-right: 8px;
  }

  .sm\:my-10px{
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .sm\:mx-10px{
    margin-left: 10px;
    margin-right: 10px;
  }

  .sm\:my-11px{
    margin-top: 11px;
    margin-bottom: 11px;
  }

  .sm\:mx-11px{
    margin-left: 11px;
    margin-right: 11px;
  }

  .sm\:my-12px{
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .sm\:mx-12px{
    margin-left: 12px;
    margin-right: 12px;
  }

  .sm\:my-14px{
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .sm\:mx-14px{
    margin-left: 14px;
    margin-right: 14px;
  }

  .sm\:my-15px{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .sm\:mx-15px{
    margin-left: 15px;
    margin-right: 15px;
  }

  .sm\:my-16px{
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .sm\:mx-16px{
    margin-left: 16px;
    margin-right: 16px;
  }

  .sm\:my-18px{
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .sm\:mx-18px{
    margin-left: 18px;
    margin-right: 18px;
  }

  .sm\:my-20px{
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .sm\:mx-20px{
    margin-left: 20px;
    margin-right: 20px;
  }

  .sm\:my-24px{
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .sm\:mx-24px{
    margin-left: 24px;
    margin-right: 24px;
  }

  .sm\:my-25px{
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .sm\:mx-25px{
    margin-left: 25px;
    margin-right: 25px;
  }

  .sm\:my-26px{
    margin-top: 26px;
    margin-bottom: 26px;
  }

  .sm\:mx-26px{
    margin-left: 26px;
    margin-right: 26px;
  }

  .sm\:my-30px{
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .sm\:mx-30px{
    margin-left: 30px;
    margin-right: 30px;
  }

  .sm\:my-34px{
    margin-top: 34px;
    margin-bottom: 34px;
  }

  .sm\:mx-34px{
    margin-left: 34px;
    margin-right: 34px;
  }

  .sm\:my-36px{
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .sm\:mx-36px{
    margin-left: 36px;
    margin-right: 36px;
  }

  .sm\:my-40px{
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .sm\:mx-40px{
    margin-left: 40px;
    margin-right: 40px;
  }

  .sm\:my-45px{
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .sm\:mx-45px{
    margin-left: 45px;
    margin-right: 45px;
  }

  .sm\:my-49px{
    margin-top: 49px;
    margin-bottom: 49px;
  }

  .sm\:mx-49px{
    margin-left: 49px;
    margin-right: 49px;
  }

  .sm\:my-50px{
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .sm\:mx-50px{
    margin-left: 50px;
    margin-right: 50px;
  }

  .sm\:my-53px{
    margin-top: 53px;
    margin-bottom: 53px;
  }

  .sm\:mx-53px{
    margin-left: 53px;
    margin-right: 53px;
  }

  .sm\:my-55px{
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .sm\:mx-55px{
    margin-left: 55px;
    margin-right: 55px;
  }

  .sm\:my-60px{
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .sm\:mx-60px{
    margin-left: 60px;
    margin-right: 60px;
  }

  .sm\:my-68px{
    margin-top: 68px;
    margin-bottom: 68px;
  }

  .sm\:mx-68px{
    margin-left: 68px;
    margin-right: 68px;
  }

  .sm\:my-80px{
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .sm\:mx-80px{
    margin-left: 80px;
    margin-right: 80px;
  }

  .sm\:my-90px{
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .sm\:mx-90px{
    margin-left: 90px;
    margin-right: 90px;
  }

  .sm\:my-93px{
    margin-top: 93px;
    margin-bottom: 93px;
  }

  .sm\:mx-93px{
    margin-left: 93px;
    margin-right: 93px;
  }

  .sm\:my-115px{
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .sm\:mx-115px{
    margin-left: 115px;
    margin-right: 115px;
  }

  .sm\:-my-2px{
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .sm\:-mx-2px{
    margin-left: -2px;
    margin-right: -2px;
  }

  .sm\:-my-4px{
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .sm\:-mx-4px{
    margin-left: -4px;
    margin-right: -4px;
  }

  .sm\:-my-5px{
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .sm\:-mx-5px{
    margin-left: -5px;
    margin-right: -5px;
  }

  .sm\:-my-6px{
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .sm\:-mx-6px{
    margin-left: -6px;
    margin-right: -6px;
  }

  .sm\:-my-7px{
    margin-top: -7px;
    margin-bottom: -7px;
  }

  .sm\:-mx-7px{
    margin-left: -7px;
    margin-right: -7px;
  }

  .sm\:-my-8px{
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .sm\:-mx-8px{
    margin-left: -8px;
    margin-right: -8px;
  }

  .sm\:-my-10px{
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .sm\:-mx-10px{
    margin-left: -10px;
    margin-right: -10px;
  }

  .sm\:-my-11px{
    margin-top: -11px;
    margin-bottom: -11px;
  }

  .sm\:-mx-11px{
    margin-left: -11px;
    margin-right: -11px;
  }

  .sm\:-my-12px{
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .sm\:-mx-12px{
    margin-left: -12px;
    margin-right: -12px;
  }

  .sm\:-my-14px{
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .sm\:-mx-14px{
    margin-left: -14px;
    margin-right: -14px;
  }

  .sm\:-my-15px{
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .sm\:-mx-15px{
    margin-left: -15px;
    margin-right: -15px;
  }

  .sm\:-my-16px{
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .sm\:-mx-16px{
    margin-left: -16px;
    margin-right: -16px;
  }

  .sm\:-my-18px{
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .sm\:-mx-18px{
    margin-left: -18px;
    margin-right: -18px;
  }

  .sm\:-my-20px{
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .sm\:-mx-20px{
    margin-left: -20px;
    margin-right: -20px;
  }

  .sm\:-my-24px{
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .sm\:-mx-24px{
    margin-left: -24px;
    margin-right: -24px;
  }

  .sm\:-my-25px{
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .sm\:-mx-25px{
    margin-left: -25px;
    margin-right: -25px;
  }

  .sm\:-my-26px{
    margin-top: -26px;
    margin-bottom: -26px;
  }

  .sm\:-mx-26px{
    margin-left: -26px;
    margin-right: -26px;
  }

  .sm\:-my-30px{
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .sm\:-mx-30px{
    margin-left: -30px;
    margin-right: -30px;
  }

  .sm\:-my-34px{
    margin-top: -34px;
    margin-bottom: -34px;
  }

  .sm\:-mx-34px{
    margin-left: -34px;
    margin-right: -34px;
  }

  .sm\:-my-36px{
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .sm\:-mx-36px{
    margin-left: -36px;
    margin-right: -36px;
  }

  .sm\:-my-40px{
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .sm\:-mx-40px{
    margin-left: -40px;
    margin-right: -40px;
  }

  .sm\:-my-45px{
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .sm\:-mx-45px{
    margin-left: -45px;
    margin-right: -45px;
  }

  .sm\:-my-49px{
    margin-top: -49px;
    margin-bottom: -49px;
  }

  .sm\:-mx-49px{
    margin-left: -49px;
    margin-right: -49px;
  }

  .sm\:-my-50px{
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .sm\:-mx-50px{
    margin-left: -50px;
    margin-right: -50px;
  }

  .sm\:-my-53px{
    margin-top: -53px;
    margin-bottom: -53px;
  }

  .sm\:-mx-53px{
    margin-left: -53px;
    margin-right: -53px;
  }

  .sm\:-my-55px{
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .sm\:-mx-55px{
    margin-left: -55px;
    margin-right: -55px;
  }

  .sm\:-my-60px{
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .sm\:-mx-60px{
    margin-left: -60px;
    margin-right: -60px;
  }

  .sm\:-my-68px{
    margin-top: -68px;
    margin-bottom: -68px;
  }

  .sm\:-mx-68px{
    margin-left: -68px;
    margin-right: -68px;
  }

  .sm\:-my-80px{
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .sm\:-mx-80px{
    margin-left: -80px;
    margin-right: -80px;
  }

  .sm\:-my-90px{
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .sm\:-mx-90px{
    margin-left: -90px;
    margin-right: -90px;
  }

  .sm\:-my-93px{
    margin-top: -93px;
    margin-bottom: -93px;
  }

  .sm\:-mx-93px{
    margin-left: -93px;
    margin-right: -93px;
  }

  .sm\:-my-115px{
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .sm\:-mx-115px{
    margin-left: -115px;
    margin-right: -115px;
  }

  .sm\:mt-0{
    margin-top: 0;
  }

  .sm\:mr-0{
    margin-right: 0;
  }

  .sm\:mb-0{
    margin-bottom: 0;
  }

  .sm\:ml-0{
    margin-left: 0;
  }

  .sm\:mt-auto{
    margin-top: auto;
  }

  .sm\:mr-auto{
    margin-right: auto;
  }

  .sm\:mb-auto{
    margin-bottom: auto;
  }

  .sm\:ml-auto{
    margin-left: auto;
  }

  .sm\:mt-2px{
    margin-top: 2px;
  }

  .sm\:mr-2px{
    margin-right: 2px;
  }

  .sm\:mb-2px{
    margin-bottom: 2px;
  }

  .sm\:ml-2px{
    margin-left: 2px;
  }

  .sm\:mt-4px{
    margin-top: 4px;
  }

  .sm\:mr-4px{
    margin-right: 4px;
  }

  .sm\:mb-4px{
    margin-bottom: 4px;
  }

  .sm\:ml-4px{
    margin-left: 4px;
  }

  .sm\:mt-5px{
    margin-top: 5px;
  }

  .sm\:mr-5px{
    margin-right: 5px;
  }

  .sm\:mb-5px{
    margin-bottom: 5px;
  }

  .sm\:ml-5px{
    margin-left: 5px;
  }

  .sm\:mt-6px{
    margin-top: 6px;
  }

  .sm\:mr-6px{
    margin-right: 6px;
  }

  .sm\:mb-6px{
    margin-bottom: 6px;
  }

  .sm\:ml-6px{
    margin-left: 6px;
  }

  .sm\:mt-7px{
    margin-top: 7px;
  }

  .sm\:mr-7px{
    margin-right: 7px;
  }

  .sm\:mb-7px{
    margin-bottom: 7px;
  }

  .sm\:ml-7px{
    margin-left: 7px;
  }

  .sm\:mt-8px{
    margin-top: 8px;
  }

  .sm\:mr-8px{
    margin-right: 8px;
  }

  .sm\:mb-8px{
    margin-bottom: 8px;
  }

  .sm\:ml-8px{
    margin-left: 8px;
  }

  .sm\:mt-10px{
    margin-top: 10px;
  }

  .sm\:mr-10px{
    margin-right: 10px;
  }

  .sm\:mb-10px{
    margin-bottom: 10px;
  }

  .sm\:ml-10px{
    margin-left: 10px;
  }

  .sm\:mt-11px{
    margin-top: 11px;
  }

  .sm\:mr-11px{
    margin-right: 11px;
  }

  .sm\:mb-11px{
    margin-bottom: 11px;
  }

  .sm\:ml-11px{
    margin-left: 11px;
  }

  .sm\:mt-12px{
    margin-top: 12px;
  }

  .sm\:mr-12px{
    margin-right: 12px;
  }

  .sm\:mb-12px{
    margin-bottom: 12px;
  }

  .sm\:ml-12px{
    margin-left: 12px;
  }

  .sm\:mt-14px{
    margin-top: 14px;
  }

  .sm\:mr-14px{
    margin-right: 14px;
  }

  .sm\:mb-14px{
    margin-bottom: 14px;
  }

  .sm\:ml-14px{
    margin-left: 14px;
  }

  .sm\:mt-15px{
    margin-top: 15px;
  }

  .sm\:mr-15px{
    margin-right: 15px;
  }

  .sm\:mb-15px{
    margin-bottom: 15px;
  }

  .sm\:ml-15px{
    margin-left: 15px;
  }

  .sm\:mt-16px{
    margin-top: 16px;
  }

  .sm\:mr-16px{
    margin-right: 16px;
  }

  .sm\:mb-16px{
    margin-bottom: 16px;
  }

  .sm\:ml-16px{
    margin-left: 16px;
  }

  .sm\:mt-18px{
    margin-top: 18px;
  }

  .sm\:mr-18px{
    margin-right: 18px;
  }

  .sm\:mb-18px{
    margin-bottom: 18px;
  }

  .sm\:ml-18px{
    margin-left: 18px;
  }

  .sm\:mt-20px{
    margin-top: 20px;
  }

  .sm\:mr-20px{
    margin-right: 20px;
  }

  .sm\:mb-20px{
    margin-bottom: 20px;
  }

  .sm\:ml-20px{
    margin-left: 20px;
  }

  .sm\:mt-24px{
    margin-top: 24px;
  }

  .sm\:mr-24px{
    margin-right: 24px;
  }

  .sm\:mb-24px{
    margin-bottom: 24px;
  }

  .sm\:ml-24px{
    margin-left: 24px;
  }

  .sm\:mt-25px{
    margin-top: 25px;
  }

  .sm\:mr-25px{
    margin-right: 25px;
  }

  .sm\:mb-25px{
    margin-bottom: 25px;
  }

  .sm\:ml-25px{
    margin-left: 25px;
  }

  .sm\:mt-26px{
    margin-top: 26px;
  }

  .sm\:mr-26px{
    margin-right: 26px;
  }

  .sm\:mb-26px{
    margin-bottom: 26px;
  }

  .sm\:ml-26px{
    margin-left: 26px;
  }

  .sm\:mt-30px{
    margin-top: 30px;
  }

  .sm\:mr-30px{
    margin-right: 30px;
  }

  .sm\:mb-30px{
    margin-bottom: 30px;
  }

  .sm\:ml-30px{
    margin-left: 30px;
  }

  .sm\:mt-34px{
    margin-top: 34px;
  }

  .sm\:mr-34px{
    margin-right: 34px;
  }

  .sm\:mb-34px{
    margin-bottom: 34px;
  }

  .sm\:ml-34px{
    margin-left: 34px;
  }

  .sm\:mt-36px{
    margin-top: 36px;
  }

  .sm\:mr-36px{
    margin-right: 36px;
  }

  .sm\:mb-36px{
    margin-bottom: 36px;
  }

  .sm\:ml-36px{
    margin-left: 36px;
  }

  .sm\:mt-40px{
    margin-top: 40px;
  }

  .sm\:mr-40px{
    margin-right: 40px;
  }

  .sm\:mb-40px{
    margin-bottom: 40px;
  }

  .sm\:ml-40px{
    margin-left: 40px;
  }

  .sm\:mt-45px{
    margin-top: 45px;
  }

  .sm\:mr-45px{
    margin-right: 45px;
  }

  .sm\:mb-45px{
    margin-bottom: 45px;
  }

  .sm\:ml-45px{
    margin-left: 45px;
  }

  .sm\:mt-49px{
    margin-top: 49px;
  }

  .sm\:mr-49px{
    margin-right: 49px;
  }

  .sm\:mb-49px{
    margin-bottom: 49px;
  }

  .sm\:ml-49px{
    margin-left: 49px;
  }

  .sm\:mt-50px{
    margin-top: 50px;
  }

  .sm\:mr-50px{
    margin-right: 50px;
  }

  .sm\:mb-50px{
    margin-bottom: 50px;
  }

  .sm\:ml-50px{
    margin-left: 50px;
  }

  .sm\:mt-53px{
    margin-top: 53px;
  }

  .sm\:mr-53px{
    margin-right: 53px;
  }

  .sm\:mb-53px{
    margin-bottom: 53px;
  }

  .sm\:ml-53px{
    margin-left: 53px;
  }

  .sm\:mt-55px{
    margin-top: 55px;
  }

  .sm\:mr-55px{
    margin-right: 55px;
  }

  .sm\:mb-55px{
    margin-bottom: 55px;
  }

  .sm\:ml-55px{
    margin-left: 55px;
  }

  .sm\:mt-60px{
    margin-top: 60px;
  }

  .sm\:mr-60px{
    margin-right: 60px;
  }

  .sm\:mb-60px{
    margin-bottom: 60px;
  }

  .sm\:ml-60px{
    margin-left: 60px;
  }

  .sm\:mt-68px{
    margin-top: 68px;
  }

  .sm\:mr-68px{
    margin-right: 68px;
  }

  .sm\:mb-68px{
    margin-bottom: 68px;
  }

  .sm\:ml-68px{
    margin-left: 68px;
  }

  .sm\:mt-80px{
    margin-top: 80px;
  }

  .sm\:mr-80px{
    margin-right: 80px;
  }

  .sm\:mb-80px{
    margin-bottom: 80px;
  }

  .sm\:ml-80px{
    margin-left: 80px;
  }

  .sm\:mt-90px{
    margin-top: 90px;
  }

  .sm\:mr-90px{
    margin-right: 90px;
  }

  .sm\:mb-90px{
    margin-bottom: 90px;
  }

  .sm\:ml-90px{
    margin-left: 90px;
  }

  .sm\:mt-93px{
    margin-top: 93px;
  }

  .sm\:mr-93px{
    margin-right: 93px;
  }

  .sm\:mb-93px{
    margin-bottom: 93px;
  }

  .sm\:ml-93px{
    margin-left: 93px;
  }

  .sm\:mt-115px{
    margin-top: 115px;
  }

  .sm\:mr-115px{
    margin-right: 115px;
  }

  .sm\:mb-115px{
    margin-bottom: 115px;
  }

  .sm\:ml-115px{
    margin-left: 115px;
  }

  .sm\:-mt-2px{
    margin-top: -2px;
  }

  .sm\:-mr-2px{
    margin-right: -2px;
  }

  .sm\:-mb-2px{
    margin-bottom: -2px;
  }

  .sm\:-ml-2px{
    margin-left: -2px;
  }

  .sm\:-mt-4px{
    margin-top: -4px;
  }

  .sm\:-mr-4px{
    margin-right: -4px;
  }

  .sm\:-mb-4px{
    margin-bottom: -4px;
  }

  .sm\:-ml-4px{
    margin-left: -4px;
  }

  .sm\:-mt-5px{
    margin-top: -5px;
  }

  .sm\:-mr-5px{
    margin-right: -5px;
  }

  .sm\:-mb-5px{
    margin-bottom: -5px;
  }

  .sm\:-ml-5px{
    margin-left: -5px;
  }

  .sm\:-mt-6px{
    margin-top: -6px;
  }

  .sm\:-mr-6px{
    margin-right: -6px;
  }

  .sm\:-mb-6px{
    margin-bottom: -6px;
  }

  .sm\:-ml-6px{
    margin-left: -6px;
  }

  .sm\:-mt-7px{
    margin-top: -7px;
  }

  .sm\:-mr-7px{
    margin-right: -7px;
  }

  .sm\:-mb-7px{
    margin-bottom: -7px;
  }

  .sm\:-ml-7px{
    margin-left: -7px;
  }

  .sm\:-mt-8px{
    margin-top: -8px;
  }

  .sm\:-mr-8px{
    margin-right: -8px;
  }

  .sm\:-mb-8px{
    margin-bottom: -8px;
  }

  .sm\:-ml-8px{
    margin-left: -8px;
  }

  .sm\:-mt-10px{
    margin-top: -10px;
  }

  .sm\:-mr-10px{
    margin-right: -10px;
  }

  .sm\:-mb-10px{
    margin-bottom: -10px;
  }

  .sm\:-ml-10px{
    margin-left: -10px;
  }

  .sm\:-mt-11px{
    margin-top: -11px;
  }

  .sm\:-mr-11px{
    margin-right: -11px;
  }

  .sm\:-mb-11px{
    margin-bottom: -11px;
  }

  .sm\:-ml-11px{
    margin-left: -11px;
  }

  .sm\:-mt-12px{
    margin-top: -12px;
  }

  .sm\:-mr-12px{
    margin-right: -12px;
  }

  .sm\:-mb-12px{
    margin-bottom: -12px;
  }

  .sm\:-ml-12px{
    margin-left: -12px;
  }

  .sm\:-mt-14px{
    margin-top: -14px;
  }

  .sm\:-mr-14px{
    margin-right: -14px;
  }

  .sm\:-mb-14px{
    margin-bottom: -14px;
  }

  .sm\:-ml-14px{
    margin-left: -14px;
  }

  .sm\:-mt-15px{
    margin-top: -15px;
  }

  .sm\:-mr-15px{
    margin-right: -15px;
  }

  .sm\:-mb-15px{
    margin-bottom: -15px;
  }

  .sm\:-ml-15px{
    margin-left: -15px;
  }

  .sm\:-mt-16px{
    margin-top: -16px;
  }

  .sm\:-mr-16px{
    margin-right: -16px;
  }

  .sm\:-mb-16px{
    margin-bottom: -16px;
  }

  .sm\:-ml-16px{
    margin-left: -16px;
  }

  .sm\:-mt-18px{
    margin-top: -18px;
  }

  .sm\:-mr-18px{
    margin-right: -18px;
  }

  .sm\:-mb-18px{
    margin-bottom: -18px;
  }

  .sm\:-ml-18px{
    margin-left: -18px;
  }

  .sm\:-mt-20px{
    margin-top: -20px;
  }

  .sm\:-mr-20px{
    margin-right: -20px;
  }

  .sm\:-mb-20px{
    margin-bottom: -20px;
  }

  .sm\:-ml-20px{
    margin-left: -20px;
  }

  .sm\:-mt-24px{
    margin-top: -24px;
  }

  .sm\:-mr-24px{
    margin-right: -24px;
  }

  .sm\:-mb-24px{
    margin-bottom: -24px;
  }

  .sm\:-ml-24px{
    margin-left: -24px;
  }

  .sm\:-mt-25px{
    margin-top: -25px;
  }

  .sm\:-mr-25px{
    margin-right: -25px;
  }

  .sm\:-mb-25px{
    margin-bottom: -25px;
  }

  .sm\:-ml-25px{
    margin-left: -25px;
  }

  .sm\:-mt-26px{
    margin-top: -26px;
  }

  .sm\:-mr-26px{
    margin-right: -26px;
  }

  .sm\:-mb-26px{
    margin-bottom: -26px;
  }

  .sm\:-ml-26px{
    margin-left: -26px;
  }

  .sm\:-mt-30px{
    margin-top: -30px;
  }

  .sm\:-mr-30px{
    margin-right: -30px;
  }

  .sm\:-mb-30px{
    margin-bottom: -30px;
  }

  .sm\:-ml-30px{
    margin-left: -30px;
  }

  .sm\:-mt-34px{
    margin-top: -34px;
  }

  .sm\:-mr-34px{
    margin-right: -34px;
  }

  .sm\:-mb-34px{
    margin-bottom: -34px;
  }

  .sm\:-ml-34px{
    margin-left: -34px;
  }

  .sm\:-mt-36px{
    margin-top: -36px;
  }

  .sm\:-mr-36px{
    margin-right: -36px;
  }

  .sm\:-mb-36px{
    margin-bottom: -36px;
  }

  .sm\:-ml-36px{
    margin-left: -36px;
  }

  .sm\:-mt-40px{
    margin-top: -40px;
  }

  .sm\:-mr-40px{
    margin-right: -40px;
  }

  .sm\:-mb-40px{
    margin-bottom: -40px;
  }

  .sm\:-ml-40px{
    margin-left: -40px;
  }

  .sm\:-mt-45px{
    margin-top: -45px;
  }

  .sm\:-mr-45px{
    margin-right: -45px;
  }

  .sm\:-mb-45px{
    margin-bottom: -45px;
  }

  .sm\:-ml-45px{
    margin-left: -45px;
  }

  .sm\:-mt-49px{
    margin-top: -49px;
  }

  .sm\:-mr-49px{
    margin-right: -49px;
  }

  .sm\:-mb-49px{
    margin-bottom: -49px;
  }

  .sm\:-ml-49px{
    margin-left: -49px;
  }

  .sm\:-mt-50px{
    margin-top: -50px;
  }

  .sm\:-mr-50px{
    margin-right: -50px;
  }

  .sm\:-mb-50px{
    margin-bottom: -50px;
  }

  .sm\:-ml-50px{
    margin-left: -50px;
  }

  .sm\:-mt-53px{
    margin-top: -53px;
  }

  .sm\:-mr-53px{
    margin-right: -53px;
  }

  .sm\:-mb-53px{
    margin-bottom: -53px;
  }

  .sm\:-ml-53px{
    margin-left: -53px;
  }

  .sm\:-mt-55px{
    margin-top: -55px;
  }

  .sm\:-mr-55px{
    margin-right: -55px;
  }

  .sm\:-mb-55px{
    margin-bottom: -55px;
  }

  .sm\:-ml-55px{
    margin-left: -55px;
  }

  .sm\:-mt-60px{
    margin-top: -60px;
  }

  .sm\:-mr-60px{
    margin-right: -60px;
  }

  .sm\:-mb-60px{
    margin-bottom: -60px;
  }

  .sm\:-ml-60px{
    margin-left: -60px;
  }

  .sm\:-mt-68px{
    margin-top: -68px;
  }

  .sm\:-mr-68px{
    margin-right: -68px;
  }

  .sm\:-mb-68px{
    margin-bottom: -68px;
  }

  .sm\:-ml-68px{
    margin-left: -68px;
  }

  .sm\:-mt-80px{
    margin-top: -80px;
  }

  .sm\:-mr-80px{
    margin-right: -80px;
  }

  .sm\:-mb-80px{
    margin-bottom: -80px;
  }

  .sm\:-ml-80px{
    margin-left: -80px;
  }

  .sm\:-mt-90px{
    margin-top: -90px;
  }

  .sm\:-mr-90px{
    margin-right: -90px;
  }

  .sm\:-mb-90px{
    margin-bottom: -90px;
  }

  .sm\:-ml-90px{
    margin-left: -90px;
  }

  .sm\:-mt-93px{
    margin-top: -93px;
  }

  .sm\:-mr-93px{
    margin-right: -93px;
  }

  .sm\:-mb-93px{
    margin-bottom: -93px;
  }

  .sm\:-ml-93px{
    margin-left: -93px;
  }

  .sm\:-mt-115px{
    margin-top: -115px;
  }

  .sm\:-mr-115px{
    margin-right: -115px;
  }

  .sm\:-mb-115px{
    margin-bottom: -115px;
  }

  .sm\:-ml-115px{
    margin-left: -115px;
  }

  .sm\:last\:m-0:last-child{
    margin: 0;
  }

  .sm\:last\:m-auto:last-child{
    margin: auto;
  }

  .sm\:last\:m-2px:last-child{
    margin: 2px;
  }

  .sm\:last\:m-4px:last-child{
    margin: 4px;
  }

  .sm\:last\:m-5px:last-child{
    margin: 5px;
  }

  .sm\:last\:m-6px:last-child{
    margin: 6px;
  }

  .sm\:last\:m-7px:last-child{
    margin: 7px;
  }

  .sm\:last\:m-8px:last-child{
    margin: 8px;
  }

  .sm\:last\:m-10px:last-child{
    margin: 10px;
  }

  .sm\:last\:m-11px:last-child{
    margin: 11px;
  }

  .sm\:last\:m-12px:last-child{
    margin: 12px;
  }

  .sm\:last\:m-14px:last-child{
    margin: 14px;
  }

  .sm\:last\:m-15px:last-child{
    margin: 15px;
  }

  .sm\:last\:m-16px:last-child{
    margin: 16px;
  }

  .sm\:last\:m-18px:last-child{
    margin: 18px;
  }

  .sm\:last\:m-20px:last-child{
    margin: 20px;
  }

  .sm\:last\:m-24px:last-child{
    margin: 24px;
  }

  .sm\:last\:m-25px:last-child{
    margin: 25px;
  }

  .sm\:last\:m-26px:last-child{
    margin: 26px;
  }

  .sm\:last\:m-30px:last-child{
    margin: 30px;
  }

  .sm\:last\:m-34px:last-child{
    margin: 34px;
  }

  .sm\:last\:m-36px:last-child{
    margin: 36px;
  }

  .sm\:last\:m-40px:last-child{
    margin: 40px;
  }

  .sm\:last\:m-45px:last-child{
    margin: 45px;
  }

  .sm\:last\:m-49px:last-child{
    margin: 49px;
  }

  .sm\:last\:m-50px:last-child{
    margin: 50px;
  }

  .sm\:last\:m-53px:last-child{
    margin: 53px;
  }

  .sm\:last\:m-55px:last-child{
    margin: 55px;
  }

  .sm\:last\:m-60px:last-child{
    margin: 60px;
  }

  .sm\:last\:m-68px:last-child{
    margin: 68px;
  }

  .sm\:last\:m-80px:last-child{
    margin: 80px;
  }

  .sm\:last\:m-90px:last-child{
    margin: 90px;
  }

  .sm\:last\:m-93px:last-child{
    margin: 93px;
  }

  .sm\:last\:m-115px:last-child{
    margin: 115px;
  }

  .sm\:last\:-m-2px:last-child{
    margin: -2px;
  }

  .sm\:last\:-m-4px:last-child{
    margin: -4px;
  }

  .sm\:last\:-m-5px:last-child{
    margin: -5px;
  }

  .sm\:last\:-m-6px:last-child{
    margin: -6px;
  }

  .sm\:last\:-m-7px:last-child{
    margin: -7px;
  }

  .sm\:last\:-m-8px:last-child{
    margin: -8px;
  }

  .sm\:last\:-m-10px:last-child{
    margin: -10px;
  }

  .sm\:last\:-m-11px:last-child{
    margin: -11px;
  }

  .sm\:last\:-m-12px:last-child{
    margin: -12px;
  }

  .sm\:last\:-m-14px:last-child{
    margin: -14px;
  }

  .sm\:last\:-m-15px:last-child{
    margin: -15px;
  }

  .sm\:last\:-m-16px:last-child{
    margin: -16px;
  }

  .sm\:last\:-m-18px:last-child{
    margin: -18px;
  }

  .sm\:last\:-m-20px:last-child{
    margin: -20px;
  }

  .sm\:last\:-m-24px:last-child{
    margin: -24px;
  }

  .sm\:last\:-m-25px:last-child{
    margin: -25px;
  }

  .sm\:last\:-m-26px:last-child{
    margin: -26px;
  }

  .sm\:last\:-m-30px:last-child{
    margin: -30px;
  }

  .sm\:last\:-m-34px:last-child{
    margin: -34px;
  }

  .sm\:last\:-m-36px:last-child{
    margin: -36px;
  }

  .sm\:last\:-m-40px:last-child{
    margin: -40px;
  }

  .sm\:last\:-m-45px:last-child{
    margin: -45px;
  }

  .sm\:last\:-m-49px:last-child{
    margin: -49px;
  }

  .sm\:last\:-m-50px:last-child{
    margin: -50px;
  }

  .sm\:last\:-m-53px:last-child{
    margin: -53px;
  }

  .sm\:last\:-m-55px:last-child{
    margin: -55px;
  }

  .sm\:last\:-m-60px:last-child{
    margin: -60px;
  }

  .sm\:last\:-m-68px:last-child{
    margin: -68px;
  }

  .sm\:last\:-m-80px:last-child{
    margin: -80px;
  }

  .sm\:last\:-m-90px:last-child{
    margin: -90px;
  }

  .sm\:last\:-m-93px:last-child{
    margin: -93px;
  }

  .sm\:last\:-m-115px:last-child{
    margin: -115px;
  }

  .sm\:last\:my-0:last-child{
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:last\:mx-0:last-child{
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:last\:my-auto:last-child{
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:last\:mx-auto:last-child{
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:last\:my-2px:last-child{
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .sm\:last\:mx-2px:last-child{
    margin-left: 2px;
    margin-right: 2px;
  }

  .sm\:last\:my-4px:last-child{
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .sm\:last\:mx-4px:last-child{
    margin-left: 4px;
    margin-right: 4px;
  }

  .sm\:last\:my-5px:last-child{
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .sm\:last\:mx-5px:last-child{
    margin-left: 5px;
    margin-right: 5px;
  }

  .sm\:last\:my-6px:last-child{
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .sm\:last\:mx-6px:last-child{
    margin-left: 6px;
    margin-right: 6px;
  }

  .sm\:last\:my-7px:last-child{
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .sm\:last\:mx-7px:last-child{
    margin-left: 7px;
    margin-right: 7px;
  }

  .sm\:last\:my-8px:last-child{
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .sm\:last\:mx-8px:last-child{
    margin-left: 8px;
    margin-right: 8px;
  }

  .sm\:last\:my-10px:last-child{
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .sm\:last\:mx-10px:last-child{
    margin-left: 10px;
    margin-right: 10px;
  }

  .sm\:last\:my-11px:last-child{
    margin-top: 11px;
    margin-bottom: 11px;
  }

  .sm\:last\:mx-11px:last-child{
    margin-left: 11px;
    margin-right: 11px;
  }

  .sm\:last\:my-12px:last-child{
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .sm\:last\:mx-12px:last-child{
    margin-left: 12px;
    margin-right: 12px;
  }

  .sm\:last\:my-14px:last-child{
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .sm\:last\:mx-14px:last-child{
    margin-left: 14px;
    margin-right: 14px;
  }

  .sm\:last\:my-15px:last-child{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .sm\:last\:mx-15px:last-child{
    margin-left: 15px;
    margin-right: 15px;
  }

  .sm\:last\:my-16px:last-child{
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .sm\:last\:mx-16px:last-child{
    margin-left: 16px;
    margin-right: 16px;
  }

  .sm\:last\:my-18px:last-child{
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .sm\:last\:mx-18px:last-child{
    margin-left: 18px;
    margin-right: 18px;
  }

  .sm\:last\:my-20px:last-child{
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .sm\:last\:mx-20px:last-child{
    margin-left: 20px;
    margin-right: 20px;
  }

  .sm\:last\:my-24px:last-child{
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .sm\:last\:mx-24px:last-child{
    margin-left: 24px;
    margin-right: 24px;
  }

  .sm\:last\:my-25px:last-child{
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .sm\:last\:mx-25px:last-child{
    margin-left: 25px;
    margin-right: 25px;
  }

  .sm\:last\:my-26px:last-child{
    margin-top: 26px;
    margin-bottom: 26px;
  }

  .sm\:last\:mx-26px:last-child{
    margin-left: 26px;
    margin-right: 26px;
  }

  .sm\:last\:my-30px:last-child{
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .sm\:last\:mx-30px:last-child{
    margin-left: 30px;
    margin-right: 30px;
  }

  .sm\:last\:my-34px:last-child{
    margin-top: 34px;
    margin-bottom: 34px;
  }

  .sm\:last\:mx-34px:last-child{
    margin-left: 34px;
    margin-right: 34px;
  }

  .sm\:last\:my-36px:last-child{
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .sm\:last\:mx-36px:last-child{
    margin-left: 36px;
    margin-right: 36px;
  }

  .sm\:last\:my-40px:last-child{
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .sm\:last\:mx-40px:last-child{
    margin-left: 40px;
    margin-right: 40px;
  }

  .sm\:last\:my-45px:last-child{
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .sm\:last\:mx-45px:last-child{
    margin-left: 45px;
    margin-right: 45px;
  }

  .sm\:last\:my-49px:last-child{
    margin-top: 49px;
    margin-bottom: 49px;
  }

  .sm\:last\:mx-49px:last-child{
    margin-left: 49px;
    margin-right: 49px;
  }

  .sm\:last\:my-50px:last-child{
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .sm\:last\:mx-50px:last-child{
    margin-left: 50px;
    margin-right: 50px;
  }

  .sm\:last\:my-53px:last-child{
    margin-top: 53px;
    margin-bottom: 53px;
  }

  .sm\:last\:mx-53px:last-child{
    margin-left: 53px;
    margin-right: 53px;
  }

  .sm\:last\:my-55px:last-child{
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .sm\:last\:mx-55px:last-child{
    margin-left: 55px;
    margin-right: 55px;
  }

  .sm\:last\:my-60px:last-child{
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .sm\:last\:mx-60px:last-child{
    margin-left: 60px;
    margin-right: 60px;
  }

  .sm\:last\:my-68px:last-child{
    margin-top: 68px;
    margin-bottom: 68px;
  }

  .sm\:last\:mx-68px:last-child{
    margin-left: 68px;
    margin-right: 68px;
  }

  .sm\:last\:my-80px:last-child{
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .sm\:last\:mx-80px:last-child{
    margin-left: 80px;
    margin-right: 80px;
  }

  .sm\:last\:my-90px:last-child{
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .sm\:last\:mx-90px:last-child{
    margin-left: 90px;
    margin-right: 90px;
  }

  .sm\:last\:my-93px:last-child{
    margin-top: 93px;
    margin-bottom: 93px;
  }

  .sm\:last\:mx-93px:last-child{
    margin-left: 93px;
    margin-right: 93px;
  }

  .sm\:last\:my-115px:last-child{
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .sm\:last\:mx-115px:last-child{
    margin-left: 115px;
    margin-right: 115px;
  }

  .sm\:last\:-my-2px:last-child{
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .sm\:last\:-mx-2px:last-child{
    margin-left: -2px;
    margin-right: -2px;
  }

  .sm\:last\:-my-4px:last-child{
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .sm\:last\:-mx-4px:last-child{
    margin-left: -4px;
    margin-right: -4px;
  }

  .sm\:last\:-my-5px:last-child{
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .sm\:last\:-mx-5px:last-child{
    margin-left: -5px;
    margin-right: -5px;
  }

  .sm\:last\:-my-6px:last-child{
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .sm\:last\:-mx-6px:last-child{
    margin-left: -6px;
    margin-right: -6px;
  }

  .sm\:last\:-my-7px:last-child{
    margin-top: -7px;
    margin-bottom: -7px;
  }

  .sm\:last\:-mx-7px:last-child{
    margin-left: -7px;
    margin-right: -7px;
  }

  .sm\:last\:-my-8px:last-child{
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .sm\:last\:-mx-8px:last-child{
    margin-left: -8px;
    margin-right: -8px;
  }

  .sm\:last\:-my-10px:last-child{
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .sm\:last\:-mx-10px:last-child{
    margin-left: -10px;
    margin-right: -10px;
  }

  .sm\:last\:-my-11px:last-child{
    margin-top: -11px;
    margin-bottom: -11px;
  }

  .sm\:last\:-mx-11px:last-child{
    margin-left: -11px;
    margin-right: -11px;
  }

  .sm\:last\:-my-12px:last-child{
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .sm\:last\:-mx-12px:last-child{
    margin-left: -12px;
    margin-right: -12px;
  }

  .sm\:last\:-my-14px:last-child{
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .sm\:last\:-mx-14px:last-child{
    margin-left: -14px;
    margin-right: -14px;
  }

  .sm\:last\:-my-15px:last-child{
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .sm\:last\:-mx-15px:last-child{
    margin-left: -15px;
    margin-right: -15px;
  }

  .sm\:last\:-my-16px:last-child{
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .sm\:last\:-mx-16px:last-child{
    margin-left: -16px;
    margin-right: -16px;
  }

  .sm\:last\:-my-18px:last-child{
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .sm\:last\:-mx-18px:last-child{
    margin-left: -18px;
    margin-right: -18px;
  }

  .sm\:last\:-my-20px:last-child{
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .sm\:last\:-mx-20px:last-child{
    margin-left: -20px;
    margin-right: -20px;
  }

  .sm\:last\:-my-24px:last-child{
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .sm\:last\:-mx-24px:last-child{
    margin-left: -24px;
    margin-right: -24px;
  }

  .sm\:last\:-my-25px:last-child{
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .sm\:last\:-mx-25px:last-child{
    margin-left: -25px;
    margin-right: -25px;
  }

  .sm\:last\:-my-26px:last-child{
    margin-top: -26px;
    margin-bottom: -26px;
  }

  .sm\:last\:-mx-26px:last-child{
    margin-left: -26px;
    margin-right: -26px;
  }

  .sm\:last\:-my-30px:last-child{
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .sm\:last\:-mx-30px:last-child{
    margin-left: -30px;
    margin-right: -30px;
  }

  .sm\:last\:-my-34px:last-child{
    margin-top: -34px;
    margin-bottom: -34px;
  }

  .sm\:last\:-mx-34px:last-child{
    margin-left: -34px;
    margin-right: -34px;
  }

  .sm\:last\:-my-36px:last-child{
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .sm\:last\:-mx-36px:last-child{
    margin-left: -36px;
    margin-right: -36px;
  }

  .sm\:last\:-my-40px:last-child{
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .sm\:last\:-mx-40px:last-child{
    margin-left: -40px;
    margin-right: -40px;
  }

  .sm\:last\:-my-45px:last-child{
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .sm\:last\:-mx-45px:last-child{
    margin-left: -45px;
    margin-right: -45px;
  }

  .sm\:last\:-my-49px:last-child{
    margin-top: -49px;
    margin-bottom: -49px;
  }

  .sm\:last\:-mx-49px:last-child{
    margin-left: -49px;
    margin-right: -49px;
  }

  .sm\:last\:-my-50px:last-child{
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .sm\:last\:-mx-50px:last-child{
    margin-left: -50px;
    margin-right: -50px;
  }

  .sm\:last\:-my-53px:last-child{
    margin-top: -53px;
    margin-bottom: -53px;
  }

  .sm\:last\:-mx-53px:last-child{
    margin-left: -53px;
    margin-right: -53px;
  }

  .sm\:last\:-my-55px:last-child{
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .sm\:last\:-mx-55px:last-child{
    margin-left: -55px;
    margin-right: -55px;
  }

  .sm\:last\:-my-60px:last-child{
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .sm\:last\:-mx-60px:last-child{
    margin-left: -60px;
    margin-right: -60px;
  }

  .sm\:last\:-my-68px:last-child{
    margin-top: -68px;
    margin-bottom: -68px;
  }

  .sm\:last\:-mx-68px:last-child{
    margin-left: -68px;
    margin-right: -68px;
  }

  .sm\:last\:-my-80px:last-child{
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .sm\:last\:-mx-80px:last-child{
    margin-left: -80px;
    margin-right: -80px;
  }

  .sm\:last\:-my-90px:last-child{
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .sm\:last\:-mx-90px:last-child{
    margin-left: -90px;
    margin-right: -90px;
  }

  .sm\:last\:-my-93px:last-child{
    margin-top: -93px;
    margin-bottom: -93px;
  }

  .sm\:last\:-mx-93px:last-child{
    margin-left: -93px;
    margin-right: -93px;
  }

  .sm\:last\:-my-115px:last-child{
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .sm\:last\:-mx-115px:last-child{
    margin-left: -115px;
    margin-right: -115px;
  }

  .sm\:last\:mt-0:last-child{
    margin-top: 0;
  }

  .sm\:last\:mr-0:last-child{
    margin-right: 0;
  }

  .sm\:last\:mb-0:last-child{
    margin-bottom: 0;
  }

  .sm\:last\:ml-0:last-child{
    margin-left: 0;
  }

  .sm\:last\:mt-auto:last-child{
    margin-top: auto;
  }

  .sm\:last\:mr-auto:last-child{
    margin-right: auto;
  }

  .sm\:last\:mb-auto:last-child{
    margin-bottom: auto;
  }

  .sm\:last\:ml-auto:last-child{
    margin-left: auto;
  }

  .sm\:last\:mt-2px:last-child{
    margin-top: 2px;
  }

  .sm\:last\:mr-2px:last-child{
    margin-right: 2px;
  }

  .sm\:last\:mb-2px:last-child{
    margin-bottom: 2px;
  }

  .sm\:last\:ml-2px:last-child{
    margin-left: 2px;
  }

  .sm\:last\:mt-4px:last-child{
    margin-top: 4px;
  }

  .sm\:last\:mr-4px:last-child{
    margin-right: 4px;
  }

  .sm\:last\:mb-4px:last-child{
    margin-bottom: 4px;
  }

  .sm\:last\:ml-4px:last-child{
    margin-left: 4px;
  }

  .sm\:last\:mt-5px:last-child{
    margin-top: 5px;
  }

  .sm\:last\:mr-5px:last-child{
    margin-right: 5px;
  }

  .sm\:last\:mb-5px:last-child{
    margin-bottom: 5px;
  }

  .sm\:last\:ml-5px:last-child{
    margin-left: 5px;
  }

  .sm\:last\:mt-6px:last-child{
    margin-top: 6px;
  }

  .sm\:last\:mr-6px:last-child{
    margin-right: 6px;
  }

  .sm\:last\:mb-6px:last-child{
    margin-bottom: 6px;
  }

  .sm\:last\:ml-6px:last-child{
    margin-left: 6px;
  }

  .sm\:last\:mt-7px:last-child{
    margin-top: 7px;
  }

  .sm\:last\:mr-7px:last-child{
    margin-right: 7px;
  }

  .sm\:last\:mb-7px:last-child{
    margin-bottom: 7px;
  }

  .sm\:last\:ml-7px:last-child{
    margin-left: 7px;
  }

  .sm\:last\:mt-8px:last-child{
    margin-top: 8px;
  }

  .sm\:last\:mr-8px:last-child{
    margin-right: 8px;
  }

  .sm\:last\:mb-8px:last-child{
    margin-bottom: 8px;
  }

  .sm\:last\:ml-8px:last-child{
    margin-left: 8px;
  }

  .sm\:last\:mt-10px:last-child{
    margin-top: 10px;
  }

  .sm\:last\:mr-10px:last-child{
    margin-right: 10px;
  }

  .sm\:last\:mb-10px:last-child{
    margin-bottom: 10px;
  }

  .sm\:last\:ml-10px:last-child{
    margin-left: 10px;
  }

  .sm\:last\:mt-11px:last-child{
    margin-top: 11px;
  }

  .sm\:last\:mr-11px:last-child{
    margin-right: 11px;
  }

  .sm\:last\:mb-11px:last-child{
    margin-bottom: 11px;
  }

  .sm\:last\:ml-11px:last-child{
    margin-left: 11px;
  }

  .sm\:last\:mt-12px:last-child{
    margin-top: 12px;
  }

  .sm\:last\:mr-12px:last-child{
    margin-right: 12px;
  }

  .sm\:last\:mb-12px:last-child{
    margin-bottom: 12px;
  }

  .sm\:last\:ml-12px:last-child{
    margin-left: 12px;
  }

  .sm\:last\:mt-14px:last-child{
    margin-top: 14px;
  }

  .sm\:last\:mr-14px:last-child{
    margin-right: 14px;
  }

  .sm\:last\:mb-14px:last-child{
    margin-bottom: 14px;
  }

  .sm\:last\:ml-14px:last-child{
    margin-left: 14px;
  }

  .sm\:last\:mt-15px:last-child{
    margin-top: 15px;
  }

  .sm\:last\:mr-15px:last-child{
    margin-right: 15px;
  }

  .sm\:last\:mb-15px:last-child{
    margin-bottom: 15px;
  }

  .sm\:last\:ml-15px:last-child{
    margin-left: 15px;
  }

  .sm\:last\:mt-16px:last-child{
    margin-top: 16px;
  }

  .sm\:last\:mr-16px:last-child{
    margin-right: 16px;
  }

  .sm\:last\:mb-16px:last-child{
    margin-bottom: 16px;
  }

  .sm\:last\:ml-16px:last-child{
    margin-left: 16px;
  }

  .sm\:last\:mt-18px:last-child{
    margin-top: 18px;
  }

  .sm\:last\:mr-18px:last-child{
    margin-right: 18px;
  }

  .sm\:last\:mb-18px:last-child{
    margin-bottom: 18px;
  }

  .sm\:last\:ml-18px:last-child{
    margin-left: 18px;
  }

  .sm\:last\:mt-20px:last-child{
    margin-top: 20px;
  }

  .sm\:last\:mr-20px:last-child{
    margin-right: 20px;
  }

  .sm\:last\:mb-20px:last-child{
    margin-bottom: 20px;
  }

  .sm\:last\:ml-20px:last-child{
    margin-left: 20px;
  }

  .sm\:last\:mt-24px:last-child{
    margin-top: 24px;
  }

  .sm\:last\:mr-24px:last-child{
    margin-right: 24px;
  }

  .sm\:last\:mb-24px:last-child{
    margin-bottom: 24px;
  }

  .sm\:last\:ml-24px:last-child{
    margin-left: 24px;
  }

  .sm\:last\:mt-25px:last-child{
    margin-top: 25px;
  }

  .sm\:last\:mr-25px:last-child{
    margin-right: 25px;
  }

  .sm\:last\:mb-25px:last-child{
    margin-bottom: 25px;
  }

  .sm\:last\:ml-25px:last-child{
    margin-left: 25px;
  }

  .sm\:last\:mt-26px:last-child{
    margin-top: 26px;
  }

  .sm\:last\:mr-26px:last-child{
    margin-right: 26px;
  }

  .sm\:last\:mb-26px:last-child{
    margin-bottom: 26px;
  }

  .sm\:last\:ml-26px:last-child{
    margin-left: 26px;
  }

  .sm\:last\:mt-30px:last-child{
    margin-top: 30px;
  }

  .sm\:last\:mr-30px:last-child{
    margin-right: 30px;
  }

  .sm\:last\:mb-30px:last-child{
    margin-bottom: 30px;
  }

  .sm\:last\:ml-30px:last-child{
    margin-left: 30px;
  }

  .sm\:last\:mt-34px:last-child{
    margin-top: 34px;
  }

  .sm\:last\:mr-34px:last-child{
    margin-right: 34px;
  }

  .sm\:last\:mb-34px:last-child{
    margin-bottom: 34px;
  }

  .sm\:last\:ml-34px:last-child{
    margin-left: 34px;
  }

  .sm\:last\:mt-36px:last-child{
    margin-top: 36px;
  }

  .sm\:last\:mr-36px:last-child{
    margin-right: 36px;
  }

  .sm\:last\:mb-36px:last-child{
    margin-bottom: 36px;
  }

  .sm\:last\:ml-36px:last-child{
    margin-left: 36px;
  }

  .sm\:last\:mt-40px:last-child{
    margin-top: 40px;
  }

  .sm\:last\:mr-40px:last-child{
    margin-right: 40px;
  }

  .sm\:last\:mb-40px:last-child{
    margin-bottom: 40px;
  }

  .sm\:last\:ml-40px:last-child{
    margin-left: 40px;
  }

  .sm\:last\:mt-45px:last-child{
    margin-top: 45px;
  }

  .sm\:last\:mr-45px:last-child{
    margin-right: 45px;
  }

  .sm\:last\:mb-45px:last-child{
    margin-bottom: 45px;
  }

  .sm\:last\:ml-45px:last-child{
    margin-left: 45px;
  }

  .sm\:last\:mt-49px:last-child{
    margin-top: 49px;
  }

  .sm\:last\:mr-49px:last-child{
    margin-right: 49px;
  }

  .sm\:last\:mb-49px:last-child{
    margin-bottom: 49px;
  }

  .sm\:last\:ml-49px:last-child{
    margin-left: 49px;
  }

  .sm\:last\:mt-50px:last-child{
    margin-top: 50px;
  }

  .sm\:last\:mr-50px:last-child{
    margin-right: 50px;
  }

  .sm\:last\:mb-50px:last-child{
    margin-bottom: 50px;
  }

  .sm\:last\:ml-50px:last-child{
    margin-left: 50px;
  }

  .sm\:last\:mt-53px:last-child{
    margin-top: 53px;
  }

  .sm\:last\:mr-53px:last-child{
    margin-right: 53px;
  }

  .sm\:last\:mb-53px:last-child{
    margin-bottom: 53px;
  }

  .sm\:last\:ml-53px:last-child{
    margin-left: 53px;
  }

  .sm\:last\:mt-55px:last-child{
    margin-top: 55px;
  }

  .sm\:last\:mr-55px:last-child{
    margin-right: 55px;
  }

  .sm\:last\:mb-55px:last-child{
    margin-bottom: 55px;
  }

  .sm\:last\:ml-55px:last-child{
    margin-left: 55px;
  }

  .sm\:last\:mt-60px:last-child{
    margin-top: 60px;
  }

  .sm\:last\:mr-60px:last-child{
    margin-right: 60px;
  }

  .sm\:last\:mb-60px:last-child{
    margin-bottom: 60px;
  }

  .sm\:last\:ml-60px:last-child{
    margin-left: 60px;
  }

  .sm\:last\:mt-68px:last-child{
    margin-top: 68px;
  }

  .sm\:last\:mr-68px:last-child{
    margin-right: 68px;
  }

  .sm\:last\:mb-68px:last-child{
    margin-bottom: 68px;
  }

  .sm\:last\:ml-68px:last-child{
    margin-left: 68px;
  }

  .sm\:last\:mt-80px:last-child{
    margin-top: 80px;
  }

  .sm\:last\:mr-80px:last-child{
    margin-right: 80px;
  }

  .sm\:last\:mb-80px:last-child{
    margin-bottom: 80px;
  }

  .sm\:last\:ml-80px:last-child{
    margin-left: 80px;
  }

  .sm\:last\:mt-90px:last-child{
    margin-top: 90px;
  }

  .sm\:last\:mr-90px:last-child{
    margin-right: 90px;
  }

  .sm\:last\:mb-90px:last-child{
    margin-bottom: 90px;
  }

  .sm\:last\:ml-90px:last-child{
    margin-left: 90px;
  }

  .sm\:last\:mt-93px:last-child{
    margin-top: 93px;
  }

  .sm\:last\:mr-93px:last-child{
    margin-right: 93px;
  }

  .sm\:last\:mb-93px:last-child{
    margin-bottom: 93px;
  }

  .sm\:last\:ml-93px:last-child{
    margin-left: 93px;
  }

  .sm\:last\:mt-115px:last-child{
    margin-top: 115px;
  }

  .sm\:last\:mr-115px:last-child{
    margin-right: 115px;
  }

  .sm\:last\:mb-115px:last-child{
    margin-bottom: 115px;
  }

  .sm\:last\:ml-115px:last-child{
    margin-left: 115px;
  }

  .sm\:last\:-mt-2px:last-child{
    margin-top: -2px;
  }

  .sm\:last\:-mr-2px:last-child{
    margin-right: -2px;
  }

  .sm\:last\:-mb-2px:last-child{
    margin-bottom: -2px;
  }

  .sm\:last\:-ml-2px:last-child{
    margin-left: -2px;
  }

  .sm\:last\:-mt-4px:last-child{
    margin-top: -4px;
  }

  .sm\:last\:-mr-4px:last-child{
    margin-right: -4px;
  }

  .sm\:last\:-mb-4px:last-child{
    margin-bottom: -4px;
  }

  .sm\:last\:-ml-4px:last-child{
    margin-left: -4px;
  }

  .sm\:last\:-mt-5px:last-child{
    margin-top: -5px;
  }

  .sm\:last\:-mr-5px:last-child{
    margin-right: -5px;
  }

  .sm\:last\:-mb-5px:last-child{
    margin-bottom: -5px;
  }

  .sm\:last\:-ml-5px:last-child{
    margin-left: -5px;
  }

  .sm\:last\:-mt-6px:last-child{
    margin-top: -6px;
  }

  .sm\:last\:-mr-6px:last-child{
    margin-right: -6px;
  }

  .sm\:last\:-mb-6px:last-child{
    margin-bottom: -6px;
  }

  .sm\:last\:-ml-6px:last-child{
    margin-left: -6px;
  }

  .sm\:last\:-mt-7px:last-child{
    margin-top: -7px;
  }

  .sm\:last\:-mr-7px:last-child{
    margin-right: -7px;
  }

  .sm\:last\:-mb-7px:last-child{
    margin-bottom: -7px;
  }

  .sm\:last\:-ml-7px:last-child{
    margin-left: -7px;
  }

  .sm\:last\:-mt-8px:last-child{
    margin-top: -8px;
  }

  .sm\:last\:-mr-8px:last-child{
    margin-right: -8px;
  }

  .sm\:last\:-mb-8px:last-child{
    margin-bottom: -8px;
  }

  .sm\:last\:-ml-8px:last-child{
    margin-left: -8px;
  }

  .sm\:last\:-mt-10px:last-child{
    margin-top: -10px;
  }

  .sm\:last\:-mr-10px:last-child{
    margin-right: -10px;
  }

  .sm\:last\:-mb-10px:last-child{
    margin-bottom: -10px;
  }

  .sm\:last\:-ml-10px:last-child{
    margin-left: -10px;
  }

  .sm\:last\:-mt-11px:last-child{
    margin-top: -11px;
  }

  .sm\:last\:-mr-11px:last-child{
    margin-right: -11px;
  }

  .sm\:last\:-mb-11px:last-child{
    margin-bottom: -11px;
  }

  .sm\:last\:-ml-11px:last-child{
    margin-left: -11px;
  }

  .sm\:last\:-mt-12px:last-child{
    margin-top: -12px;
  }

  .sm\:last\:-mr-12px:last-child{
    margin-right: -12px;
  }

  .sm\:last\:-mb-12px:last-child{
    margin-bottom: -12px;
  }

  .sm\:last\:-ml-12px:last-child{
    margin-left: -12px;
  }

  .sm\:last\:-mt-14px:last-child{
    margin-top: -14px;
  }

  .sm\:last\:-mr-14px:last-child{
    margin-right: -14px;
  }

  .sm\:last\:-mb-14px:last-child{
    margin-bottom: -14px;
  }

  .sm\:last\:-ml-14px:last-child{
    margin-left: -14px;
  }

  .sm\:last\:-mt-15px:last-child{
    margin-top: -15px;
  }

  .sm\:last\:-mr-15px:last-child{
    margin-right: -15px;
  }

  .sm\:last\:-mb-15px:last-child{
    margin-bottom: -15px;
  }

  .sm\:last\:-ml-15px:last-child{
    margin-left: -15px;
  }

  .sm\:last\:-mt-16px:last-child{
    margin-top: -16px;
  }

  .sm\:last\:-mr-16px:last-child{
    margin-right: -16px;
  }

  .sm\:last\:-mb-16px:last-child{
    margin-bottom: -16px;
  }

  .sm\:last\:-ml-16px:last-child{
    margin-left: -16px;
  }

  .sm\:last\:-mt-18px:last-child{
    margin-top: -18px;
  }

  .sm\:last\:-mr-18px:last-child{
    margin-right: -18px;
  }

  .sm\:last\:-mb-18px:last-child{
    margin-bottom: -18px;
  }

  .sm\:last\:-ml-18px:last-child{
    margin-left: -18px;
  }

  .sm\:last\:-mt-20px:last-child{
    margin-top: -20px;
  }

  .sm\:last\:-mr-20px:last-child{
    margin-right: -20px;
  }

  .sm\:last\:-mb-20px:last-child{
    margin-bottom: -20px;
  }

  .sm\:last\:-ml-20px:last-child{
    margin-left: -20px;
  }

  .sm\:last\:-mt-24px:last-child{
    margin-top: -24px;
  }

  .sm\:last\:-mr-24px:last-child{
    margin-right: -24px;
  }

  .sm\:last\:-mb-24px:last-child{
    margin-bottom: -24px;
  }

  .sm\:last\:-ml-24px:last-child{
    margin-left: -24px;
  }

  .sm\:last\:-mt-25px:last-child{
    margin-top: -25px;
  }

  .sm\:last\:-mr-25px:last-child{
    margin-right: -25px;
  }

  .sm\:last\:-mb-25px:last-child{
    margin-bottom: -25px;
  }

  .sm\:last\:-ml-25px:last-child{
    margin-left: -25px;
  }

  .sm\:last\:-mt-26px:last-child{
    margin-top: -26px;
  }

  .sm\:last\:-mr-26px:last-child{
    margin-right: -26px;
  }

  .sm\:last\:-mb-26px:last-child{
    margin-bottom: -26px;
  }

  .sm\:last\:-ml-26px:last-child{
    margin-left: -26px;
  }

  .sm\:last\:-mt-30px:last-child{
    margin-top: -30px;
  }

  .sm\:last\:-mr-30px:last-child{
    margin-right: -30px;
  }

  .sm\:last\:-mb-30px:last-child{
    margin-bottom: -30px;
  }

  .sm\:last\:-ml-30px:last-child{
    margin-left: -30px;
  }

  .sm\:last\:-mt-34px:last-child{
    margin-top: -34px;
  }

  .sm\:last\:-mr-34px:last-child{
    margin-right: -34px;
  }

  .sm\:last\:-mb-34px:last-child{
    margin-bottom: -34px;
  }

  .sm\:last\:-ml-34px:last-child{
    margin-left: -34px;
  }

  .sm\:last\:-mt-36px:last-child{
    margin-top: -36px;
  }

  .sm\:last\:-mr-36px:last-child{
    margin-right: -36px;
  }

  .sm\:last\:-mb-36px:last-child{
    margin-bottom: -36px;
  }

  .sm\:last\:-ml-36px:last-child{
    margin-left: -36px;
  }

  .sm\:last\:-mt-40px:last-child{
    margin-top: -40px;
  }

  .sm\:last\:-mr-40px:last-child{
    margin-right: -40px;
  }

  .sm\:last\:-mb-40px:last-child{
    margin-bottom: -40px;
  }

  .sm\:last\:-ml-40px:last-child{
    margin-left: -40px;
  }

  .sm\:last\:-mt-45px:last-child{
    margin-top: -45px;
  }

  .sm\:last\:-mr-45px:last-child{
    margin-right: -45px;
  }

  .sm\:last\:-mb-45px:last-child{
    margin-bottom: -45px;
  }

  .sm\:last\:-ml-45px:last-child{
    margin-left: -45px;
  }

  .sm\:last\:-mt-49px:last-child{
    margin-top: -49px;
  }

  .sm\:last\:-mr-49px:last-child{
    margin-right: -49px;
  }

  .sm\:last\:-mb-49px:last-child{
    margin-bottom: -49px;
  }

  .sm\:last\:-ml-49px:last-child{
    margin-left: -49px;
  }

  .sm\:last\:-mt-50px:last-child{
    margin-top: -50px;
  }

  .sm\:last\:-mr-50px:last-child{
    margin-right: -50px;
  }

  .sm\:last\:-mb-50px:last-child{
    margin-bottom: -50px;
  }

  .sm\:last\:-ml-50px:last-child{
    margin-left: -50px;
  }

  .sm\:last\:-mt-53px:last-child{
    margin-top: -53px;
  }

  .sm\:last\:-mr-53px:last-child{
    margin-right: -53px;
  }

  .sm\:last\:-mb-53px:last-child{
    margin-bottom: -53px;
  }

  .sm\:last\:-ml-53px:last-child{
    margin-left: -53px;
  }

  .sm\:last\:-mt-55px:last-child{
    margin-top: -55px;
  }

  .sm\:last\:-mr-55px:last-child{
    margin-right: -55px;
  }

  .sm\:last\:-mb-55px:last-child{
    margin-bottom: -55px;
  }

  .sm\:last\:-ml-55px:last-child{
    margin-left: -55px;
  }

  .sm\:last\:-mt-60px:last-child{
    margin-top: -60px;
  }

  .sm\:last\:-mr-60px:last-child{
    margin-right: -60px;
  }

  .sm\:last\:-mb-60px:last-child{
    margin-bottom: -60px;
  }

  .sm\:last\:-ml-60px:last-child{
    margin-left: -60px;
  }

  .sm\:last\:-mt-68px:last-child{
    margin-top: -68px;
  }

  .sm\:last\:-mr-68px:last-child{
    margin-right: -68px;
  }

  .sm\:last\:-mb-68px:last-child{
    margin-bottom: -68px;
  }

  .sm\:last\:-ml-68px:last-child{
    margin-left: -68px;
  }

  .sm\:last\:-mt-80px:last-child{
    margin-top: -80px;
  }

  .sm\:last\:-mr-80px:last-child{
    margin-right: -80px;
  }

  .sm\:last\:-mb-80px:last-child{
    margin-bottom: -80px;
  }

  .sm\:last\:-ml-80px:last-child{
    margin-left: -80px;
  }

  .sm\:last\:-mt-90px:last-child{
    margin-top: -90px;
  }

  .sm\:last\:-mr-90px:last-child{
    margin-right: -90px;
  }

  .sm\:last\:-mb-90px:last-child{
    margin-bottom: -90px;
  }

  .sm\:last\:-ml-90px:last-child{
    margin-left: -90px;
  }

  .sm\:last\:-mt-93px:last-child{
    margin-top: -93px;
  }

  .sm\:last\:-mr-93px:last-child{
    margin-right: -93px;
  }

  .sm\:last\:-mb-93px:last-child{
    margin-bottom: -93px;
  }

  .sm\:last\:-ml-93px:last-child{
    margin-left: -93px;
  }

  .sm\:last\:-mt-115px:last-child{
    margin-top: -115px;
  }

  .sm\:last\:-mr-115px:last-child{
    margin-right: -115px;
  }

  .sm\:last\:-mb-115px:last-child{
    margin-bottom: -115px;
  }

  .sm\:last\:-ml-115px:last-child{
    margin-left: -115px;
  }

  .sm\:max-h-full{
    max-height: 100%;
  }

  .sm\:max-h-screen{
    max-height: 100vh;
  }

  .sm\:max-w-none{
    max-width: none;
  }

  .sm\:max-w-xs{
    max-width: 20rem;
  }

  .sm\:max-w-sm{
    max-width: 24rem;
  }

  .sm\:max-w-md{
    max-width: 28rem;
  }

  .sm\:max-w-lg{
    max-width: 32rem;
  }

  .sm\:max-w-xl{
    max-width: 36rem;
  }

  .sm\:max-w-2xl{
    max-width: 42rem;
  }

  .sm\:max-w-3xl{
    max-width: 48rem;
  }

  .sm\:max-w-4xl{
    max-width: 56rem;
  }

  .sm\:max-w-5xl{
    max-width: 64rem;
  }

  .sm\:max-w-6xl{
    max-width: 72rem;
  }

  .sm\:max-w-full{
    max-width: 100%;
  }

  .sm\:max-w-screen-sm{
    max-width: 640px;
  }

  .sm\:max-w-screen-md{
    max-width: 768px;
  }

  .sm\:max-w-screen-lg{
    max-width: 1024px;
  }

  .sm\:max-w-screen-xl{
    max-width: 1280px;
  }

  .sm\:max-w-screen-xm{
    max-width: 960px;
  }

  .sm\:max-w-1\/2{
    max-width: 50%;
  }

  .sm\:max-w-100px{
    max-width: 100px;
  }

  .sm\:max-w-320px{
    max-width: 320px;
  }

  .sm\:max-w-336px{
    max-width: 336px;
  }

  .sm\:max-w-700px{
    max-width: 700px;
  }

  .sm\:max-w-770px{
    max-width: 770px;
  }

  .sm\:min-h-0{
    min-height: 0;
  }

  .sm\:min-h-full{
    min-height: 100%;
  }

  .sm\:min-h-screen{
    min-height: 100vh;
  }

  .sm\:min-w-0{
    min-width: 0;
  }

  .sm\:min-w-full{
    min-width: 100%;
  }

  .sm\:min-w-200px{
    min-width: 200px;
  }

  .sm\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .sm\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .sm\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .sm\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .sm\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .sm\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sm\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .sm\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sm\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .sm\:overflow-auto{
    overflow: auto;
  }

  .sm\:overflow-hidden{
    overflow: hidden;
  }

  .sm\:overflow-visible{
    overflow: visible;
  }

  .sm\:overflow-scroll{
    overflow: scroll;
  }

  .sm\:overflow-x-auto{
    overflow-x: auto;
  }

  .sm\:overflow-y-auto{
    overflow-y: auto;
  }

  .sm\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .sm\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .sm\:overflow-x-visible{
    overflow-x: visible;
  }

  .sm\:overflow-y-visible{
    overflow-y: visible;
  }

  .sm\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .sm\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .sm\:scrolling-touch{
    -webkit-overflow-scrolling: touch;
  }

  .sm\:scrolling-auto{
    -webkit-overflow-scrolling: auto;
  }

  .sm\:p-0{
    padding: 0;
  }

  .sm\:p-2px{
    padding: 2px;
  }

  .sm\:p-4px{
    padding: 4px;
  }

  .sm\:p-5px{
    padding: 5px;
  }

  .sm\:p-6px{
    padding: 6px;
  }

  .sm\:p-7px{
    padding: 7px;
  }

  .sm\:p-8px{
    padding: 8px;
  }

  .sm\:p-10px{
    padding: 10px;
  }

  .sm\:p-11px{
    padding: 11px;
  }

  .sm\:p-12px{
    padding: 12px;
  }

  .sm\:p-14px{
    padding: 14px;
  }

  .sm\:p-15px{
    padding: 15px;
  }

  .sm\:p-16px{
    padding: 16px;
  }

  .sm\:p-18px{
    padding: 18px;
  }

  .sm\:p-20px{
    padding: 20px;
  }

  .sm\:p-24px{
    padding: 24px;
  }

  .sm\:p-25px{
    padding: 25px;
  }

  .sm\:p-26px{
    padding: 26px;
  }

  .sm\:p-30px{
    padding: 30px;
  }

  .sm\:p-34px{
    padding: 34px;
  }

  .sm\:p-36px{
    padding: 36px;
  }

  .sm\:p-40px{
    padding: 40px;
  }

  .sm\:p-45px{
    padding: 45px;
  }

  .sm\:p-49px{
    padding: 49px;
  }

  .sm\:p-50px{
    padding: 50px;
  }

  .sm\:p-53px{
    padding: 53px;
  }

  .sm\:p-55px{
    padding: 55px;
  }

  .sm\:p-60px{
    padding: 60px;
  }

  .sm\:p-68px{
    padding: 68px;
  }

  .sm\:p-80px{
    padding: 80px;
  }

  .sm\:p-90px{
    padding: 90px;
  }

  .sm\:p-93px{
    padding: 93px;
  }

  .sm\:p-115px{
    padding: 115px;
  }

  .sm\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:py-2px{
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .sm\:px-2px{
    padding-left: 2px;
    padding-right: 2px;
  }

  .sm\:py-4px{
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .sm\:px-4px{
    padding-left: 4px;
    padding-right: 4px;
  }

  .sm\:py-5px{
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .sm\:px-5px{
    padding-left: 5px;
    padding-right: 5px;
  }

  .sm\:py-6px{
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .sm\:px-6px{
    padding-left: 6px;
    padding-right: 6px;
  }

  .sm\:py-7px{
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .sm\:px-7px{
    padding-left: 7px;
    padding-right: 7px;
  }

  .sm\:py-8px{
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .sm\:px-8px{
    padding-left: 8px;
    padding-right: 8px;
  }

  .sm\:py-10px{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sm\:px-10px{
    padding-left: 10px;
    padding-right: 10px;
  }

  .sm\:py-11px{
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .sm\:px-11px{
    padding-left: 11px;
    padding-right: 11px;
  }

  .sm\:py-12px{
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .sm\:px-12px{
    padding-left: 12px;
    padding-right: 12px;
  }

  .sm\:py-14px{
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .sm\:px-14px{
    padding-left: 14px;
    padding-right: 14px;
  }

  .sm\:py-15px{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .sm\:px-15px{
    padding-left: 15px;
    padding-right: 15px;
  }

  .sm\:py-16px{
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .sm\:px-16px{
    padding-left: 16px;
    padding-right: 16px;
  }

  .sm\:py-18px{
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .sm\:px-18px{
    padding-left: 18px;
    padding-right: 18px;
  }

  .sm\:py-20px{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sm\:px-20px{
    padding-left: 20px;
    padding-right: 20px;
  }

  .sm\:py-24px{
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .sm\:px-24px{
    padding-left: 24px;
    padding-right: 24px;
  }

  .sm\:py-25px{
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .sm\:px-25px{
    padding-left: 25px;
    padding-right: 25px;
  }

  .sm\:py-26px{
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .sm\:px-26px{
    padding-left: 26px;
    padding-right: 26px;
  }

  .sm\:py-30px{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .sm\:px-30px{
    padding-left: 30px;
    padding-right: 30px;
  }

  .sm\:py-34px{
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .sm\:px-34px{
    padding-left: 34px;
    padding-right: 34px;
  }

  .sm\:py-36px{
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .sm\:px-36px{
    padding-left: 36px;
    padding-right: 36px;
  }

  .sm\:py-40px{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sm\:px-40px{
    padding-left: 40px;
    padding-right: 40px;
  }

  .sm\:py-45px{
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .sm\:px-45px{
    padding-left: 45px;
    padding-right: 45px;
  }

  .sm\:py-49px{
    padding-top: 49px;
    padding-bottom: 49px;
  }

  .sm\:px-49px{
    padding-left: 49px;
    padding-right: 49px;
  }

  .sm\:py-50px{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .sm\:px-50px{
    padding-left: 50px;
    padding-right: 50px;
  }

  .sm\:py-53px{
    padding-top: 53px;
    padding-bottom: 53px;
  }

  .sm\:px-53px{
    padding-left: 53px;
    padding-right: 53px;
  }

  .sm\:py-55px{
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .sm\:px-55px{
    padding-left: 55px;
    padding-right: 55px;
  }

  .sm\:py-60px{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sm\:px-60px{
    padding-left: 60px;
    padding-right: 60px;
  }

  .sm\:py-68px{
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .sm\:px-68px{
    padding-left: 68px;
    padding-right: 68px;
  }

  .sm\:py-80px{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .sm\:px-80px{
    padding-left: 80px;
    padding-right: 80px;
  }

  .sm\:py-90px{
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .sm\:px-90px{
    padding-left: 90px;
    padding-right: 90px;
  }

  .sm\:py-93px{
    padding-top: 93px;
    padding-bottom: 93px;
  }

  .sm\:px-93px{
    padding-left: 93px;
    padding-right: 93px;
  }

  .sm\:py-115px{
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .sm\:px-115px{
    padding-left: 115px;
    padding-right: 115px;
  }

  .sm\:pt-0{
    padding-top: 0;
  }

  .sm\:pr-0{
    padding-right: 0;
  }

  .sm\:pb-0{
    padding-bottom: 0;
  }

  .sm\:pl-0{
    padding-left: 0;
  }

  .sm\:pt-2px{
    padding-top: 2px;
  }

  .sm\:pr-2px{
    padding-right: 2px;
  }

  .sm\:pb-2px{
    padding-bottom: 2px;
  }

  .sm\:pl-2px{
    padding-left: 2px;
  }

  .sm\:pt-4px{
    padding-top: 4px;
  }

  .sm\:pr-4px{
    padding-right: 4px;
  }

  .sm\:pb-4px{
    padding-bottom: 4px;
  }

  .sm\:pl-4px{
    padding-left: 4px;
  }

  .sm\:pt-5px{
    padding-top: 5px;
  }

  .sm\:pr-5px{
    padding-right: 5px;
  }

  .sm\:pb-5px{
    padding-bottom: 5px;
  }

  .sm\:pl-5px{
    padding-left: 5px;
  }

  .sm\:pt-6px{
    padding-top: 6px;
  }

  .sm\:pr-6px{
    padding-right: 6px;
  }

  .sm\:pb-6px{
    padding-bottom: 6px;
  }

  .sm\:pl-6px{
    padding-left: 6px;
  }

  .sm\:pt-7px{
    padding-top: 7px;
  }

  .sm\:pr-7px{
    padding-right: 7px;
  }

  .sm\:pb-7px{
    padding-bottom: 7px;
  }

  .sm\:pl-7px{
    padding-left: 7px;
  }

  .sm\:pt-8px{
    padding-top: 8px;
  }

  .sm\:pr-8px{
    padding-right: 8px;
  }

  .sm\:pb-8px{
    padding-bottom: 8px;
  }

  .sm\:pl-8px{
    padding-left: 8px;
  }

  .sm\:pt-10px{
    padding-top: 10px;
  }

  .sm\:pr-10px{
    padding-right: 10px;
  }

  .sm\:pb-10px{
    padding-bottom: 10px;
  }

  .sm\:pl-10px{
    padding-left: 10px;
  }

  .sm\:pt-11px{
    padding-top: 11px;
  }

  .sm\:pr-11px{
    padding-right: 11px;
  }

  .sm\:pb-11px{
    padding-bottom: 11px;
  }

  .sm\:pl-11px{
    padding-left: 11px;
  }

  .sm\:pt-12px{
    padding-top: 12px;
  }

  .sm\:pr-12px{
    padding-right: 12px;
  }

  .sm\:pb-12px{
    padding-bottom: 12px;
  }

  .sm\:pl-12px{
    padding-left: 12px;
  }

  .sm\:pt-14px{
    padding-top: 14px;
  }

  .sm\:pr-14px{
    padding-right: 14px;
  }

  .sm\:pb-14px{
    padding-bottom: 14px;
  }

  .sm\:pl-14px{
    padding-left: 14px;
  }

  .sm\:pt-15px{
    padding-top: 15px;
  }

  .sm\:pr-15px{
    padding-right: 15px;
  }

  .sm\:pb-15px{
    padding-bottom: 15px;
  }

  .sm\:pl-15px{
    padding-left: 15px;
  }

  .sm\:pt-16px{
    padding-top: 16px;
  }

  .sm\:pr-16px{
    padding-right: 16px;
  }

  .sm\:pb-16px{
    padding-bottom: 16px;
  }

  .sm\:pl-16px{
    padding-left: 16px;
  }

  .sm\:pt-18px{
    padding-top: 18px;
  }

  .sm\:pr-18px{
    padding-right: 18px;
  }

  .sm\:pb-18px{
    padding-bottom: 18px;
  }

  .sm\:pl-18px{
    padding-left: 18px;
  }

  .sm\:pt-20px{
    padding-top: 20px;
  }

  .sm\:pr-20px{
    padding-right: 20px;
  }

  .sm\:pb-20px{
    padding-bottom: 20px;
  }

  .sm\:pl-20px{
    padding-left: 20px;
  }

  .sm\:pt-24px{
    padding-top: 24px;
  }

  .sm\:pr-24px{
    padding-right: 24px;
  }

  .sm\:pb-24px{
    padding-bottom: 24px;
  }

  .sm\:pl-24px{
    padding-left: 24px;
  }

  .sm\:pt-25px{
    padding-top: 25px;
  }

  .sm\:pr-25px{
    padding-right: 25px;
  }

  .sm\:pb-25px{
    padding-bottom: 25px;
  }

  .sm\:pl-25px{
    padding-left: 25px;
  }

  .sm\:pt-26px{
    padding-top: 26px;
  }

  .sm\:pr-26px{
    padding-right: 26px;
  }

  .sm\:pb-26px{
    padding-bottom: 26px;
  }

  .sm\:pl-26px{
    padding-left: 26px;
  }

  .sm\:pt-30px{
    padding-top: 30px;
  }

  .sm\:pr-30px{
    padding-right: 30px;
  }

  .sm\:pb-30px{
    padding-bottom: 30px;
  }

  .sm\:pl-30px{
    padding-left: 30px;
  }

  .sm\:pt-34px{
    padding-top: 34px;
  }

  .sm\:pr-34px{
    padding-right: 34px;
  }

  .sm\:pb-34px{
    padding-bottom: 34px;
  }

  .sm\:pl-34px{
    padding-left: 34px;
  }

  .sm\:pt-36px{
    padding-top: 36px;
  }

  .sm\:pr-36px{
    padding-right: 36px;
  }

  .sm\:pb-36px{
    padding-bottom: 36px;
  }

  .sm\:pl-36px{
    padding-left: 36px;
  }

  .sm\:pt-40px{
    padding-top: 40px;
  }

  .sm\:pr-40px{
    padding-right: 40px;
  }

  .sm\:pb-40px{
    padding-bottom: 40px;
  }

  .sm\:pl-40px{
    padding-left: 40px;
  }

  .sm\:pt-45px{
    padding-top: 45px;
  }

  .sm\:pr-45px{
    padding-right: 45px;
  }

  .sm\:pb-45px{
    padding-bottom: 45px;
  }

  .sm\:pl-45px{
    padding-left: 45px;
  }

  .sm\:pt-49px{
    padding-top: 49px;
  }

  .sm\:pr-49px{
    padding-right: 49px;
  }

  .sm\:pb-49px{
    padding-bottom: 49px;
  }

  .sm\:pl-49px{
    padding-left: 49px;
  }

  .sm\:pt-50px{
    padding-top: 50px;
  }

  .sm\:pr-50px{
    padding-right: 50px;
  }

  .sm\:pb-50px{
    padding-bottom: 50px;
  }

  .sm\:pl-50px{
    padding-left: 50px;
  }

  .sm\:pt-53px{
    padding-top: 53px;
  }

  .sm\:pr-53px{
    padding-right: 53px;
  }

  .sm\:pb-53px{
    padding-bottom: 53px;
  }

  .sm\:pl-53px{
    padding-left: 53px;
  }

  .sm\:pt-55px{
    padding-top: 55px;
  }

  .sm\:pr-55px{
    padding-right: 55px;
  }

  .sm\:pb-55px{
    padding-bottom: 55px;
  }

  .sm\:pl-55px{
    padding-left: 55px;
  }

  .sm\:pt-60px{
    padding-top: 60px;
  }

  .sm\:pr-60px{
    padding-right: 60px;
  }

  .sm\:pb-60px{
    padding-bottom: 60px;
  }

  .sm\:pl-60px{
    padding-left: 60px;
  }

  .sm\:pt-68px{
    padding-top: 68px;
  }

  .sm\:pr-68px{
    padding-right: 68px;
  }

  .sm\:pb-68px{
    padding-bottom: 68px;
  }

  .sm\:pl-68px{
    padding-left: 68px;
  }

  .sm\:pt-80px{
    padding-top: 80px;
  }

  .sm\:pr-80px{
    padding-right: 80px;
  }

  .sm\:pb-80px{
    padding-bottom: 80px;
  }

  .sm\:pl-80px{
    padding-left: 80px;
  }

  .sm\:pt-90px{
    padding-top: 90px;
  }

  .sm\:pr-90px{
    padding-right: 90px;
  }

  .sm\:pb-90px{
    padding-bottom: 90px;
  }

  .sm\:pl-90px{
    padding-left: 90px;
  }

  .sm\:pt-93px{
    padding-top: 93px;
  }

  .sm\:pr-93px{
    padding-right: 93px;
  }

  .sm\:pb-93px{
    padding-bottom: 93px;
  }

  .sm\:pl-93px{
    padding-left: 93px;
  }

  .sm\:pt-115px{
    padding-top: 115px;
  }

  .sm\:pr-115px{
    padding-right: 115px;
  }

  .sm\:pb-115px{
    padding-bottom: 115px;
  }

  .sm\:pl-115px{
    padding-left: 115px;
  }

  .sm\:first\:p-0:first-child{
    padding: 0;
  }

  .sm\:first\:p-2px:first-child{
    padding: 2px;
  }

  .sm\:first\:p-4px:first-child{
    padding: 4px;
  }

  .sm\:first\:p-5px:first-child{
    padding: 5px;
  }

  .sm\:first\:p-6px:first-child{
    padding: 6px;
  }

  .sm\:first\:p-7px:first-child{
    padding: 7px;
  }

  .sm\:first\:p-8px:first-child{
    padding: 8px;
  }

  .sm\:first\:p-10px:first-child{
    padding: 10px;
  }

  .sm\:first\:p-11px:first-child{
    padding: 11px;
  }

  .sm\:first\:p-12px:first-child{
    padding: 12px;
  }

  .sm\:first\:p-14px:first-child{
    padding: 14px;
  }

  .sm\:first\:p-15px:first-child{
    padding: 15px;
  }

  .sm\:first\:p-16px:first-child{
    padding: 16px;
  }

  .sm\:first\:p-18px:first-child{
    padding: 18px;
  }

  .sm\:first\:p-20px:first-child{
    padding: 20px;
  }

  .sm\:first\:p-24px:first-child{
    padding: 24px;
  }

  .sm\:first\:p-25px:first-child{
    padding: 25px;
  }

  .sm\:first\:p-26px:first-child{
    padding: 26px;
  }

  .sm\:first\:p-30px:first-child{
    padding: 30px;
  }

  .sm\:first\:p-34px:first-child{
    padding: 34px;
  }

  .sm\:first\:p-36px:first-child{
    padding: 36px;
  }

  .sm\:first\:p-40px:first-child{
    padding: 40px;
  }

  .sm\:first\:p-45px:first-child{
    padding: 45px;
  }

  .sm\:first\:p-49px:first-child{
    padding: 49px;
  }

  .sm\:first\:p-50px:first-child{
    padding: 50px;
  }

  .sm\:first\:p-53px:first-child{
    padding: 53px;
  }

  .sm\:first\:p-55px:first-child{
    padding: 55px;
  }

  .sm\:first\:p-60px:first-child{
    padding: 60px;
  }

  .sm\:first\:p-68px:first-child{
    padding: 68px;
  }

  .sm\:first\:p-80px:first-child{
    padding: 80px;
  }

  .sm\:first\:p-90px:first-child{
    padding: 90px;
  }

  .sm\:first\:p-93px:first-child{
    padding: 93px;
  }

  .sm\:first\:p-115px:first-child{
    padding: 115px;
  }

  .sm\:first\:py-0:first-child{
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:first\:px-0:first-child{
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:first\:py-2px:first-child{
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .sm\:first\:px-2px:first-child{
    padding-left: 2px;
    padding-right: 2px;
  }

  .sm\:first\:py-4px:first-child{
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .sm\:first\:px-4px:first-child{
    padding-left: 4px;
    padding-right: 4px;
  }

  .sm\:first\:py-5px:first-child{
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .sm\:first\:px-5px:first-child{
    padding-left: 5px;
    padding-right: 5px;
  }

  .sm\:first\:py-6px:first-child{
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .sm\:first\:px-6px:first-child{
    padding-left: 6px;
    padding-right: 6px;
  }

  .sm\:first\:py-7px:first-child{
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .sm\:first\:px-7px:first-child{
    padding-left: 7px;
    padding-right: 7px;
  }

  .sm\:first\:py-8px:first-child{
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .sm\:first\:px-8px:first-child{
    padding-left: 8px;
    padding-right: 8px;
  }

  .sm\:first\:py-10px:first-child{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sm\:first\:px-10px:first-child{
    padding-left: 10px;
    padding-right: 10px;
  }

  .sm\:first\:py-11px:first-child{
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .sm\:first\:px-11px:first-child{
    padding-left: 11px;
    padding-right: 11px;
  }

  .sm\:first\:py-12px:first-child{
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .sm\:first\:px-12px:first-child{
    padding-left: 12px;
    padding-right: 12px;
  }

  .sm\:first\:py-14px:first-child{
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .sm\:first\:px-14px:first-child{
    padding-left: 14px;
    padding-right: 14px;
  }

  .sm\:first\:py-15px:first-child{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .sm\:first\:px-15px:first-child{
    padding-left: 15px;
    padding-right: 15px;
  }

  .sm\:first\:py-16px:first-child{
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .sm\:first\:px-16px:first-child{
    padding-left: 16px;
    padding-right: 16px;
  }

  .sm\:first\:py-18px:first-child{
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .sm\:first\:px-18px:first-child{
    padding-left: 18px;
    padding-right: 18px;
  }

  .sm\:first\:py-20px:first-child{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sm\:first\:px-20px:first-child{
    padding-left: 20px;
    padding-right: 20px;
  }

  .sm\:first\:py-24px:first-child{
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .sm\:first\:px-24px:first-child{
    padding-left: 24px;
    padding-right: 24px;
  }

  .sm\:first\:py-25px:first-child{
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .sm\:first\:px-25px:first-child{
    padding-left: 25px;
    padding-right: 25px;
  }

  .sm\:first\:py-26px:first-child{
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .sm\:first\:px-26px:first-child{
    padding-left: 26px;
    padding-right: 26px;
  }

  .sm\:first\:py-30px:first-child{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .sm\:first\:px-30px:first-child{
    padding-left: 30px;
    padding-right: 30px;
  }

  .sm\:first\:py-34px:first-child{
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .sm\:first\:px-34px:first-child{
    padding-left: 34px;
    padding-right: 34px;
  }

  .sm\:first\:py-36px:first-child{
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .sm\:first\:px-36px:first-child{
    padding-left: 36px;
    padding-right: 36px;
  }

  .sm\:first\:py-40px:first-child{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sm\:first\:px-40px:first-child{
    padding-left: 40px;
    padding-right: 40px;
  }

  .sm\:first\:py-45px:first-child{
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .sm\:first\:px-45px:first-child{
    padding-left: 45px;
    padding-right: 45px;
  }

  .sm\:first\:py-49px:first-child{
    padding-top: 49px;
    padding-bottom: 49px;
  }

  .sm\:first\:px-49px:first-child{
    padding-left: 49px;
    padding-right: 49px;
  }

  .sm\:first\:py-50px:first-child{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .sm\:first\:px-50px:first-child{
    padding-left: 50px;
    padding-right: 50px;
  }

  .sm\:first\:py-53px:first-child{
    padding-top: 53px;
    padding-bottom: 53px;
  }

  .sm\:first\:px-53px:first-child{
    padding-left: 53px;
    padding-right: 53px;
  }

  .sm\:first\:py-55px:first-child{
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .sm\:first\:px-55px:first-child{
    padding-left: 55px;
    padding-right: 55px;
  }

  .sm\:first\:py-60px:first-child{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sm\:first\:px-60px:first-child{
    padding-left: 60px;
    padding-right: 60px;
  }

  .sm\:first\:py-68px:first-child{
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .sm\:first\:px-68px:first-child{
    padding-left: 68px;
    padding-right: 68px;
  }

  .sm\:first\:py-80px:first-child{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .sm\:first\:px-80px:first-child{
    padding-left: 80px;
    padding-right: 80px;
  }

  .sm\:first\:py-90px:first-child{
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .sm\:first\:px-90px:first-child{
    padding-left: 90px;
    padding-right: 90px;
  }

  .sm\:first\:py-93px:first-child{
    padding-top: 93px;
    padding-bottom: 93px;
  }

  .sm\:first\:px-93px:first-child{
    padding-left: 93px;
    padding-right: 93px;
  }

  .sm\:first\:py-115px:first-child{
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .sm\:first\:px-115px:first-child{
    padding-left: 115px;
    padding-right: 115px;
  }

  .sm\:first\:pt-0:first-child{
    padding-top: 0;
  }

  .sm\:first\:pr-0:first-child{
    padding-right: 0;
  }

  .sm\:first\:pb-0:first-child{
    padding-bottom: 0;
  }

  .sm\:first\:pl-0:first-child{
    padding-left: 0;
  }

  .sm\:first\:pt-2px:first-child{
    padding-top: 2px;
  }

  .sm\:first\:pr-2px:first-child{
    padding-right: 2px;
  }

  .sm\:first\:pb-2px:first-child{
    padding-bottom: 2px;
  }

  .sm\:first\:pl-2px:first-child{
    padding-left: 2px;
  }

  .sm\:first\:pt-4px:first-child{
    padding-top: 4px;
  }

  .sm\:first\:pr-4px:first-child{
    padding-right: 4px;
  }

  .sm\:first\:pb-4px:first-child{
    padding-bottom: 4px;
  }

  .sm\:first\:pl-4px:first-child{
    padding-left: 4px;
  }

  .sm\:first\:pt-5px:first-child{
    padding-top: 5px;
  }

  .sm\:first\:pr-5px:first-child{
    padding-right: 5px;
  }

  .sm\:first\:pb-5px:first-child{
    padding-bottom: 5px;
  }

  .sm\:first\:pl-5px:first-child{
    padding-left: 5px;
  }

  .sm\:first\:pt-6px:first-child{
    padding-top: 6px;
  }

  .sm\:first\:pr-6px:first-child{
    padding-right: 6px;
  }

  .sm\:first\:pb-6px:first-child{
    padding-bottom: 6px;
  }

  .sm\:first\:pl-6px:first-child{
    padding-left: 6px;
  }

  .sm\:first\:pt-7px:first-child{
    padding-top: 7px;
  }

  .sm\:first\:pr-7px:first-child{
    padding-right: 7px;
  }

  .sm\:first\:pb-7px:first-child{
    padding-bottom: 7px;
  }

  .sm\:first\:pl-7px:first-child{
    padding-left: 7px;
  }

  .sm\:first\:pt-8px:first-child{
    padding-top: 8px;
  }

  .sm\:first\:pr-8px:first-child{
    padding-right: 8px;
  }

  .sm\:first\:pb-8px:first-child{
    padding-bottom: 8px;
  }

  .sm\:first\:pl-8px:first-child{
    padding-left: 8px;
  }

  .sm\:first\:pt-10px:first-child{
    padding-top: 10px;
  }

  .sm\:first\:pr-10px:first-child{
    padding-right: 10px;
  }

  .sm\:first\:pb-10px:first-child{
    padding-bottom: 10px;
  }

  .sm\:first\:pl-10px:first-child{
    padding-left: 10px;
  }

  .sm\:first\:pt-11px:first-child{
    padding-top: 11px;
  }

  .sm\:first\:pr-11px:first-child{
    padding-right: 11px;
  }

  .sm\:first\:pb-11px:first-child{
    padding-bottom: 11px;
  }

  .sm\:first\:pl-11px:first-child{
    padding-left: 11px;
  }

  .sm\:first\:pt-12px:first-child{
    padding-top: 12px;
  }

  .sm\:first\:pr-12px:first-child{
    padding-right: 12px;
  }

  .sm\:first\:pb-12px:first-child{
    padding-bottom: 12px;
  }

  .sm\:first\:pl-12px:first-child{
    padding-left: 12px;
  }

  .sm\:first\:pt-14px:first-child{
    padding-top: 14px;
  }

  .sm\:first\:pr-14px:first-child{
    padding-right: 14px;
  }

  .sm\:first\:pb-14px:first-child{
    padding-bottom: 14px;
  }

  .sm\:first\:pl-14px:first-child{
    padding-left: 14px;
  }

  .sm\:first\:pt-15px:first-child{
    padding-top: 15px;
  }

  .sm\:first\:pr-15px:first-child{
    padding-right: 15px;
  }

  .sm\:first\:pb-15px:first-child{
    padding-bottom: 15px;
  }

  .sm\:first\:pl-15px:first-child{
    padding-left: 15px;
  }

  .sm\:first\:pt-16px:first-child{
    padding-top: 16px;
  }

  .sm\:first\:pr-16px:first-child{
    padding-right: 16px;
  }

  .sm\:first\:pb-16px:first-child{
    padding-bottom: 16px;
  }

  .sm\:first\:pl-16px:first-child{
    padding-left: 16px;
  }

  .sm\:first\:pt-18px:first-child{
    padding-top: 18px;
  }

  .sm\:first\:pr-18px:first-child{
    padding-right: 18px;
  }

  .sm\:first\:pb-18px:first-child{
    padding-bottom: 18px;
  }

  .sm\:first\:pl-18px:first-child{
    padding-left: 18px;
  }

  .sm\:first\:pt-20px:first-child{
    padding-top: 20px;
  }

  .sm\:first\:pr-20px:first-child{
    padding-right: 20px;
  }

  .sm\:first\:pb-20px:first-child{
    padding-bottom: 20px;
  }

  .sm\:first\:pl-20px:first-child{
    padding-left: 20px;
  }

  .sm\:first\:pt-24px:first-child{
    padding-top: 24px;
  }

  .sm\:first\:pr-24px:first-child{
    padding-right: 24px;
  }

  .sm\:first\:pb-24px:first-child{
    padding-bottom: 24px;
  }

  .sm\:first\:pl-24px:first-child{
    padding-left: 24px;
  }

  .sm\:first\:pt-25px:first-child{
    padding-top: 25px;
  }

  .sm\:first\:pr-25px:first-child{
    padding-right: 25px;
  }

  .sm\:first\:pb-25px:first-child{
    padding-bottom: 25px;
  }

  .sm\:first\:pl-25px:first-child{
    padding-left: 25px;
  }

  .sm\:first\:pt-26px:first-child{
    padding-top: 26px;
  }

  .sm\:first\:pr-26px:first-child{
    padding-right: 26px;
  }

  .sm\:first\:pb-26px:first-child{
    padding-bottom: 26px;
  }

  .sm\:first\:pl-26px:first-child{
    padding-left: 26px;
  }

  .sm\:first\:pt-30px:first-child{
    padding-top: 30px;
  }

  .sm\:first\:pr-30px:first-child{
    padding-right: 30px;
  }

  .sm\:first\:pb-30px:first-child{
    padding-bottom: 30px;
  }

  .sm\:first\:pl-30px:first-child{
    padding-left: 30px;
  }

  .sm\:first\:pt-34px:first-child{
    padding-top: 34px;
  }

  .sm\:first\:pr-34px:first-child{
    padding-right: 34px;
  }

  .sm\:first\:pb-34px:first-child{
    padding-bottom: 34px;
  }

  .sm\:first\:pl-34px:first-child{
    padding-left: 34px;
  }

  .sm\:first\:pt-36px:first-child{
    padding-top: 36px;
  }

  .sm\:first\:pr-36px:first-child{
    padding-right: 36px;
  }

  .sm\:first\:pb-36px:first-child{
    padding-bottom: 36px;
  }

  .sm\:first\:pl-36px:first-child{
    padding-left: 36px;
  }

  .sm\:first\:pt-40px:first-child{
    padding-top: 40px;
  }

  .sm\:first\:pr-40px:first-child{
    padding-right: 40px;
  }

  .sm\:first\:pb-40px:first-child{
    padding-bottom: 40px;
  }

  .sm\:first\:pl-40px:first-child{
    padding-left: 40px;
  }

  .sm\:first\:pt-45px:first-child{
    padding-top: 45px;
  }

  .sm\:first\:pr-45px:first-child{
    padding-right: 45px;
  }

  .sm\:first\:pb-45px:first-child{
    padding-bottom: 45px;
  }

  .sm\:first\:pl-45px:first-child{
    padding-left: 45px;
  }

  .sm\:first\:pt-49px:first-child{
    padding-top: 49px;
  }

  .sm\:first\:pr-49px:first-child{
    padding-right: 49px;
  }

  .sm\:first\:pb-49px:first-child{
    padding-bottom: 49px;
  }

  .sm\:first\:pl-49px:first-child{
    padding-left: 49px;
  }

  .sm\:first\:pt-50px:first-child{
    padding-top: 50px;
  }

  .sm\:first\:pr-50px:first-child{
    padding-right: 50px;
  }

  .sm\:first\:pb-50px:first-child{
    padding-bottom: 50px;
  }

  .sm\:first\:pl-50px:first-child{
    padding-left: 50px;
  }

  .sm\:first\:pt-53px:first-child{
    padding-top: 53px;
  }

  .sm\:first\:pr-53px:first-child{
    padding-right: 53px;
  }

  .sm\:first\:pb-53px:first-child{
    padding-bottom: 53px;
  }

  .sm\:first\:pl-53px:first-child{
    padding-left: 53px;
  }

  .sm\:first\:pt-55px:first-child{
    padding-top: 55px;
  }

  .sm\:first\:pr-55px:first-child{
    padding-right: 55px;
  }

  .sm\:first\:pb-55px:first-child{
    padding-bottom: 55px;
  }

  .sm\:first\:pl-55px:first-child{
    padding-left: 55px;
  }

  .sm\:first\:pt-60px:first-child{
    padding-top: 60px;
  }

  .sm\:first\:pr-60px:first-child{
    padding-right: 60px;
  }

  .sm\:first\:pb-60px:first-child{
    padding-bottom: 60px;
  }

  .sm\:first\:pl-60px:first-child{
    padding-left: 60px;
  }

  .sm\:first\:pt-68px:first-child{
    padding-top: 68px;
  }

  .sm\:first\:pr-68px:first-child{
    padding-right: 68px;
  }

  .sm\:first\:pb-68px:first-child{
    padding-bottom: 68px;
  }

  .sm\:first\:pl-68px:first-child{
    padding-left: 68px;
  }

  .sm\:first\:pt-80px:first-child{
    padding-top: 80px;
  }

  .sm\:first\:pr-80px:first-child{
    padding-right: 80px;
  }

  .sm\:first\:pb-80px:first-child{
    padding-bottom: 80px;
  }

  .sm\:first\:pl-80px:first-child{
    padding-left: 80px;
  }

  .sm\:first\:pt-90px:first-child{
    padding-top: 90px;
  }

  .sm\:first\:pr-90px:first-child{
    padding-right: 90px;
  }

  .sm\:first\:pb-90px:first-child{
    padding-bottom: 90px;
  }

  .sm\:first\:pl-90px:first-child{
    padding-left: 90px;
  }

  .sm\:first\:pt-93px:first-child{
    padding-top: 93px;
  }

  .sm\:first\:pr-93px:first-child{
    padding-right: 93px;
  }

  .sm\:first\:pb-93px:first-child{
    padding-bottom: 93px;
  }

  .sm\:first\:pl-93px:first-child{
    padding-left: 93px;
  }

  .sm\:first\:pt-115px:first-child{
    padding-top: 115px;
  }

  .sm\:first\:pr-115px:first-child{
    padding-right: 115px;
  }

  .sm\:first\:pb-115px:first-child{
    padding-bottom: 115px;
  }

  .sm\:first\:pl-115px:first-child{
    padding-left: 115px;
  }

  .sm\:last\:p-0:last-child{
    padding: 0;
  }

  .sm\:last\:p-2px:last-child{
    padding: 2px;
  }

  .sm\:last\:p-4px:last-child{
    padding: 4px;
  }

  .sm\:last\:p-5px:last-child{
    padding: 5px;
  }

  .sm\:last\:p-6px:last-child{
    padding: 6px;
  }

  .sm\:last\:p-7px:last-child{
    padding: 7px;
  }

  .sm\:last\:p-8px:last-child{
    padding: 8px;
  }

  .sm\:last\:p-10px:last-child{
    padding: 10px;
  }

  .sm\:last\:p-11px:last-child{
    padding: 11px;
  }

  .sm\:last\:p-12px:last-child{
    padding: 12px;
  }

  .sm\:last\:p-14px:last-child{
    padding: 14px;
  }

  .sm\:last\:p-15px:last-child{
    padding: 15px;
  }

  .sm\:last\:p-16px:last-child{
    padding: 16px;
  }

  .sm\:last\:p-18px:last-child{
    padding: 18px;
  }

  .sm\:last\:p-20px:last-child{
    padding: 20px;
  }

  .sm\:last\:p-24px:last-child{
    padding: 24px;
  }

  .sm\:last\:p-25px:last-child{
    padding: 25px;
  }

  .sm\:last\:p-26px:last-child{
    padding: 26px;
  }

  .sm\:last\:p-30px:last-child{
    padding: 30px;
  }

  .sm\:last\:p-34px:last-child{
    padding: 34px;
  }

  .sm\:last\:p-36px:last-child{
    padding: 36px;
  }

  .sm\:last\:p-40px:last-child{
    padding: 40px;
  }

  .sm\:last\:p-45px:last-child{
    padding: 45px;
  }

  .sm\:last\:p-49px:last-child{
    padding: 49px;
  }

  .sm\:last\:p-50px:last-child{
    padding: 50px;
  }

  .sm\:last\:p-53px:last-child{
    padding: 53px;
  }

  .sm\:last\:p-55px:last-child{
    padding: 55px;
  }

  .sm\:last\:p-60px:last-child{
    padding: 60px;
  }

  .sm\:last\:p-68px:last-child{
    padding: 68px;
  }

  .sm\:last\:p-80px:last-child{
    padding: 80px;
  }

  .sm\:last\:p-90px:last-child{
    padding: 90px;
  }

  .sm\:last\:p-93px:last-child{
    padding: 93px;
  }

  .sm\:last\:p-115px:last-child{
    padding: 115px;
  }

  .sm\:last\:py-0:last-child{
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:last\:px-0:last-child{
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:last\:py-2px:last-child{
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .sm\:last\:px-2px:last-child{
    padding-left: 2px;
    padding-right: 2px;
  }

  .sm\:last\:py-4px:last-child{
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .sm\:last\:px-4px:last-child{
    padding-left: 4px;
    padding-right: 4px;
  }

  .sm\:last\:py-5px:last-child{
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .sm\:last\:px-5px:last-child{
    padding-left: 5px;
    padding-right: 5px;
  }

  .sm\:last\:py-6px:last-child{
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .sm\:last\:px-6px:last-child{
    padding-left: 6px;
    padding-right: 6px;
  }

  .sm\:last\:py-7px:last-child{
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .sm\:last\:px-7px:last-child{
    padding-left: 7px;
    padding-right: 7px;
  }

  .sm\:last\:py-8px:last-child{
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .sm\:last\:px-8px:last-child{
    padding-left: 8px;
    padding-right: 8px;
  }

  .sm\:last\:py-10px:last-child{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sm\:last\:px-10px:last-child{
    padding-left: 10px;
    padding-right: 10px;
  }

  .sm\:last\:py-11px:last-child{
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .sm\:last\:px-11px:last-child{
    padding-left: 11px;
    padding-right: 11px;
  }

  .sm\:last\:py-12px:last-child{
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .sm\:last\:px-12px:last-child{
    padding-left: 12px;
    padding-right: 12px;
  }

  .sm\:last\:py-14px:last-child{
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .sm\:last\:px-14px:last-child{
    padding-left: 14px;
    padding-right: 14px;
  }

  .sm\:last\:py-15px:last-child{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .sm\:last\:px-15px:last-child{
    padding-left: 15px;
    padding-right: 15px;
  }

  .sm\:last\:py-16px:last-child{
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .sm\:last\:px-16px:last-child{
    padding-left: 16px;
    padding-right: 16px;
  }

  .sm\:last\:py-18px:last-child{
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .sm\:last\:px-18px:last-child{
    padding-left: 18px;
    padding-right: 18px;
  }

  .sm\:last\:py-20px:last-child{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sm\:last\:px-20px:last-child{
    padding-left: 20px;
    padding-right: 20px;
  }

  .sm\:last\:py-24px:last-child{
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .sm\:last\:px-24px:last-child{
    padding-left: 24px;
    padding-right: 24px;
  }

  .sm\:last\:py-25px:last-child{
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .sm\:last\:px-25px:last-child{
    padding-left: 25px;
    padding-right: 25px;
  }

  .sm\:last\:py-26px:last-child{
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .sm\:last\:px-26px:last-child{
    padding-left: 26px;
    padding-right: 26px;
  }

  .sm\:last\:py-30px:last-child{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .sm\:last\:px-30px:last-child{
    padding-left: 30px;
    padding-right: 30px;
  }

  .sm\:last\:py-34px:last-child{
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .sm\:last\:px-34px:last-child{
    padding-left: 34px;
    padding-right: 34px;
  }

  .sm\:last\:py-36px:last-child{
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .sm\:last\:px-36px:last-child{
    padding-left: 36px;
    padding-right: 36px;
  }

  .sm\:last\:py-40px:last-child{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sm\:last\:px-40px:last-child{
    padding-left: 40px;
    padding-right: 40px;
  }

  .sm\:last\:py-45px:last-child{
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .sm\:last\:px-45px:last-child{
    padding-left: 45px;
    padding-right: 45px;
  }

  .sm\:last\:py-49px:last-child{
    padding-top: 49px;
    padding-bottom: 49px;
  }

  .sm\:last\:px-49px:last-child{
    padding-left: 49px;
    padding-right: 49px;
  }

  .sm\:last\:py-50px:last-child{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .sm\:last\:px-50px:last-child{
    padding-left: 50px;
    padding-right: 50px;
  }

  .sm\:last\:py-53px:last-child{
    padding-top: 53px;
    padding-bottom: 53px;
  }

  .sm\:last\:px-53px:last-child{
    padding-left: 53px;
    padding-right: 53px;
  }

  .sm\:last\:py-55px:last-child{
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .sm\:last\:px-55px:last-child{
    padding-left: 55px;
    padding-right: 55px;
  }

  .sm\:last\:py-60px:last-child{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sm\:last\:px-60px:last-child{
    padding-left: 60px;
    padding-right: 60px;
  }

  .sm\:last\:py-68px:last-child{
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .sm\:last\:px-68px:last-child{
    padding-left: 68px;
    padding-right: 68px;
  }

  .sm\:last\:py-80px:last-child{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .sm\:last\:px-80px:last-child{
    padding-left: 80px;
    padding-right: 80px;
  }

  .sm\:last\:py-90px:last-child{
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .sm\:last\:px-90px:last-child{
    padding-left: 90px;
    padding-right: 90px;
  }

  .sm\:last\:py-93px:last-child{
    padding-top: 93px;
    padding-bottom: 93px;
  }

  .sm\:last\:px-93px:last-child{
    padding-left: 93px;
    padding-right: 93px;
  }

  .sm\:last\:py-115px:last-child{
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .sm\:last\:px-115px:last-child{
    padding-left: 115px;
    padding-right: 115px;
  }

  .sm\:last\:pt-0:last-child{
    padding-top: 0;
  }

  .sm\:last\:pr-0:last-child{
    padding-right: 0;
  }

  .sm\:last\:pb-0:last-child{
    padding-bottom: 0;
  }

  .sm\:last\:pl-0:last-child{
    padding-left: 0;
  }

  .sm\:last\:pt-2px:last-child{
    padding-top: 2px;
  }

  .sm\:last\:pr-2px:last-child{
    padding-right: 2px;
  }

  .sm\:last\:pb-2px:last-child{
    padding-bottom: 2px;
  }

  .sm\:last\:pl-2px:last-child{
    padding-left: 2px;
  }

  .sm\:last\:pt-4px:last-child{
    padding-top: 4px;
  }

  .sm\:last\:pr-4px:last-child{
    padding-right: 4px;
  }

  .sm\:last\:pb-4px:last-child{
    padding-bottom: 4px;
  }

  .sm\:last\:pl-4px:last-child{
    padding-left: 4px;
  }

  .sm\:last\:pt-5px:last-child{
    padding-top: 5px;
  }

  .sm\:last\:pr-5px:last-child{
    padding-right: 5px;
  }

  .sm\:last\:pb-5px:last-child{
    padding-bottom: 5px;
  }

  .sm\:last\:pl-5px:last-child{
    padding-left: 5px;
  }

  .sm\:last\:pt-6px:last-child{
    padding-top: 6px;
  }

  .sm\:last\:pr-6px:last-child{
    padding-right: 6px;
  }

  .sm\:last\:pb-6px:last-child{
    padding-bottom: 6px;
  }

  .sm\:last\:pl-6px:last-child{
    padding-left: 6px;
  }

  .sm\:last\:pt-7px:last-child{
    padding-top: 7px;
  }

  .sm\:last\:pr-7px:last-child{
    padding-right: 7px;
  }

  .sm\:last\:pb-7px:last-child{
    padding-bottom: 7px;
  }

  .sm\:last\:pl-7px:last-child{
    padding-left: 7px;
  }

  .sm\:last\:pt-8px:last-child{
    padding-top: 8px;
  }

  .sm\:last\:pr-8px:last-child{
    padding-right: 8px;
  }

  .sm\:last\:pb-8px:last-child{
    padding-bottom: 8px;
  }

  .sm\:last\:pl-8px:last-child{
    padding-left: 8px;
  }

  .sm\:last\:pt-10px:last-child{
    padding-top: 10px;
  }

  .sm\:last\:pr-10px:last-child{
    padding-right: 10px;
  }

  .sm\:last\:pb-10px:last-child{
    padding-bottom: 10px;
  }

  .sm\:last\:pl-10px:last-child{
    padding-left: 10px;
  }

  .sm\:last\:pt-11px:last-child{
    padding-top: 11px;
  }

  .sm\:last\:pr-11px:last-child{
    padding-right: 11px;
  }

  .sm\:last\:pb-11px:last-child{
    padding-bottom: 11px;
  }

  .sm\:last\:pl-11px:last-child{
    padding-left: 11px;
  }

  .sm\:last\:pt-12px:last-child{
    padding-top: 12px;
  }

  .sm\:last\:pr-12px:last-child{
    padding-right: 12px;
  }

  .sm\:last\:pb-12px:last-child{
    padding-bottom: 12px;
  }

  .sm\:last\:pl-12px:last-child{
    padding-left: 12px;
  }

  .sm\:last\:pt-14px:last-child{
    padding-top: 14px;
  }

  .sm\:last\:pr-14px:last-child{
    padding-right: 14px;
  }

  .sm\:last\:pb-14px:last-child{
    padding-bottom: 14px;
  }

  .sm\:last\:pl-14px:last-child{
    padding-left: 14px;
  }

  .sm\:last\:pt-15px:last-child{
    padding-top: 15px;
  }

  .sm\:last\:pr-15px:last-child{
    padding-right: 15px;
  }

  .sm\:last\:pb-15px:last-child{
    padding-bottom: 15px;
  }

  .sm\:last\:pl-15px:last-child{
    padding-left: 15px;
  }

  .sm\:last\:pt-16px:last-child{
    padding-top: 16px;
  }

  .sm\:last\:pr-16px:last-child{
    padding-right: 16px;
  }

  .sm\:last\:pb-16px:last-child{
    padding-bottom: 16px;
  }

  .sm\:last\:pl-16px:last-child{
    padding-left: 16px;
  }

  .sm\:last\:pt-18px:last-child{
    padding-top: 18px;
  }

  .sm\:last\:pr-18px:last-child{
    padding-right: 18px;
  }

  .sm\:last\:pb-18px:last-child{
    padding-bottom: 18px;
  }

  .sm\:last\:pl-18px:last-child{
    padding-left: 18px;
  }

  .sm\:last\:pt-20px:last-child{
    padding-top: 20px;
  }

  .sm\:last\:pr-20px:last-child{
    padding-right: 20px;
  }

  .sm\:last\:pb-20px:last-child{
    padding-bottom: 20px;
  }

  .sm\:last\:pl-20px:last-child{
    padding-left: 20px;
  }

  .sm\:last\:pt-24px:last-child{
    padding-top: 24px;
  }

  .sm\:last\:pr-24px:last-child{
    padding-right: 24px;
  }

  .sm\:last\:pb-24px:last-child{
    padding-bottom: 24px;
  }

  .sm\:last\:pl-24px:last-child{
    padding-left: 24px;
  }

  .sm\:last\:pt-25px:last-child{
    padding-top: 25px;
  }

  .sm\:last\:pr-25px:last-child{
    padding-right: 25px;
  }

  .sm\:last\:pb-25px:last-child{
    padding-bottom: 25px;
  }

  .sm\:last\:pl-25px:last-child{
    padding-left: 25px;
  }

  .sm\:last\:pt-26px:last-child{
    padding-top: 26px;
  }

  .sm\:last\:pr-26px:last-child{
    padding-right: 26px;
  }

  .sm\:last\:pb-26px:last-child{
    padding-bottom: 26px;
  }

  .sm\:last\:pl-26px:last-child{
    padding-left: 26px;
  }

  .sm\:last\:pt-30px:last-child{
    padding-top: 30px;
  }

  .sm\:last\:pr-30px:last-child{
    padding-right: 30px;
  }

  .sm\:last\:pb-30px:last-child{
    padding-bottom: 30px;
  }

  .sm\:last\:pl-30px:last-child{
    padding-left: 30px;
  }

  .sm\:last\:pt-34px:last-child{
    padding-top: 34px;
  }

  .sm\:last\:pr-34px:last-child{
    padding-right: 34px;
  }

  .sm\:last\:pb-34px:last-child{
    padding-bottom: 34px;
  }

  .sm\:last\:pl-34px:last-child{
    padding-left: 34px;
  }

  .sm\:last\:pt-36px:last-child{
    padding-top: 36px;
  }

  .sm\:last\:pr-36px:last-child{
    padding-right: 36px;
  }

  .sm\:last\:pb-36px:last-child{
    padding-bottom: 36px;
  }

  .sm\:last\:pl-36px:last-child{
    padding-left: 36px;
  }

  .sm\:last\:pt-40px:last-child{
    padding-top: 40px;
  }

  .sm\:last\:pr-40px:last-child{
    padding-right: 40px;
  }

  .sm\:last\:pb-40px:last-child{
    padding-bottom: 40px;
  }

  .sm\:last\:pl-40px:last-child{
    padding-left: 40px;
  }

  .sm\:last\:pt-45px:last-child{
    padding-top: 45px;
  }

  .sm\:last\:pr-45px:last-child{
    padding-right: 45px;
  }

  .sm\:last\:pb-45px:last-child{
    padding-bottom: 45px;
  }

  .sm\:last\:pl-45px:last-child{
    padding-left: 45px;
  }

  .sm\:last\:pt-49px:last-child{
    padding-top: 49px;
  }

  .sm\:last\:pr-49px:last-child{
    padding-right: 49px;
  }

  .sm\:last\:pb-49px:last-child{
    padding-bottom: 49px;
  }

  .sm\:last\:pl-49px:last-child{
    padding-left: 49px;
  }

  .sm\:last\:pt-50px:last-child{
    padding-top: 50px;
  }

  .sm\:last\:pr-50px:last-child{
    padding-right: 50px;
  }

  .sm\:last\:pb-50px:last-child{
    padding-bottom: 50px;
  }

  .sm\:last\:pl-50px:last-child{
    padding-left: 50px;
  }

  .sm\:last\:pt-53px:last-child{
    padding-top: 53px;
  }

  .sm\:last\:pr-53px:last-child{
    padding-right: 53px;
  }

  .sm\:last\:pb-53px:last-child{
    padding-bottom: 53px;
  }

  .sm\:last\:pl-53px:last-child{
    padding-left: 53px;
  }

  .sm\:last\:pt-55px:last-child{
    padding-top: 55px;
  }

  .sm\:last\:pr-55px:last-child{
    padding-right: 55px;
  }

  .sm\:last\:pb-55px:last-child{
    padding-bottom: 55px;
  }

  .sm\:last\:pl-55px:last-child{
    padding-left: 55px;
  }

  .sm\:last\:pt-60px:last-child{
    padding-top: 60px;
  }

  .sm\:last\:pr-60px:last-child{
    padding-right: 60px;
  }

  .sm\:last\:pb-60px:last-child{
    padding-bottom: 60px;
  }

  .sm\:last\:pl-60px:last-child{
    padding-left: 60px;
  }

  .sm\:last\:pt-68px:last-child{
    padding-top: 68px;
  }

  .sm\:last\:pr-68px:last-child{
    padding-right: 68px;
  }

  .sm\:last\:pb-68px:last-child{
    padding-bottom: 68px;
  }

  .sm\:last\:pl-68px:last-child{
    padding-left: 68px;
  }

  .sm\:last\:pt-80px:last-child{
    padding-top: 80px;
  }

  .sm\:last\:pr-80px:last-child{
    padding-right: 80px;
  }

  .sm\:last\:pb-80px:last-child{
    padding-bottom: 80px;
  }

  .sm\:last\:pl-80px:last-child{
    padding-left: 80px;
  }

  .sm\:last\:pt-90px:last-child{
    padding-top: 90px;
  }

  .sm\:last\:pr-90px:last-child{
    padding-right: 90px;
  }

  .sm\:last\:pb-90px:last-child{
    padding-bottom: 90px;
  }

  .sm\:last\:pl-90px:last-child{
    padding-left: 90px;
  }

  .sm\:last\:pt-93px:last-child{
    padding-top: 93px;
  }

  .sm\:last\:pr-93px:last-child{
    padding-right: 93px;
  }

  .sm\:last\:pb-93px:last-child{
    padding-bottom: 93px;
  }

  .sm\:last\:pl-93px:last-child{
    padding-left: 93px;
  }

  .sm\:last\:pt-115px:last-child{
    padding-top: 115px;
  }

  .sm\:last\:pr-115px:last-child{
    padding-right: 115px;
  }

  .sm\:last\:pb-115px:last-child{
    padding-bottom: 115px;
  }

  .sm\:last\:pl-115px:last-child{
    padding-left: 115px;
  }

  .sm\:static{
    position: static;
  }

  .sm\:fixed{
    position: fixed;
  }

  .sm\:absolute{
    position: absolute;
  }

  .sm\:relative{
    position: relative;
  }

  .sm\:sticky{
    position: sticky;
  }

  .sm\:space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .sm\:space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-2px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2px * var(--space-y-reverse));
  }

  .sm\:space-x-2px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2px * var(--space-x-reverse));
    margin-left: calc(2px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-4px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4px * var(--space-y-reverse));
  }

  .sm\:space-x-4px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(4px * var(--space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-5px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5px * var(--space-y-reverse));
  }

  .sm\:space-x-5px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(5px * var(--space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-6px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6px * var(--space-y-reverse));
  }

  .sm\:space-x-6px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(6px * var(--space-x-reverse));
    margin-left: calc(6px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-7px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(7px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(7px * var(--space-y-reverse));
  }

  .sm\:space-x-7px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(7px * var(--space-x-reverse));
    margin-left: calc(7px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-8px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8px * var(--space-y-reverse));
  }

  .sm\:space-x-8px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(8px * var(--space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-10px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10px * var(--space-y-reverse));
  }

  .sm\:space-x-10px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(10px * var(--space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-11px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(11px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(11px * var(--space-y-reverse));
  }

  .sm\:space-x-11px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(11px * var(--space-x-reverse));
    margin-left: calc(11px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-12px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12px * var(--space-y-reverse));
  }

  .sm\:space-x-12px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(12px * var(--space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-14px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14px * var(--space-y-reverse));
  }

  .sm\:space-x-14px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(14px * var(--space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-15px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(15px * var(--space-y-reverse));
  }

  .sm\:space-x-15px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(15px * var(--space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-16px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16px * var(--space-y-reverse));
  }

  .sm\:space-x-16px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(16px * var(--space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-18px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18px * var(--space-y-reverse));
  }

  .sm\:space-x-18px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(18px * var(--space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-20px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse));
  }

  .sm\:space-x-20px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-24px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24px * var(--space-y-reverse));
  }

  .sm\:space-x-24px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(24px * var(--space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-25px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25px * var(--space-y-reverse));
  }

  .sm\:space-x-25px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(25px * var(--space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-26px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(26px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(26px * var(--space-y-reverse));
  }

  .sm\:space-x-26px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(26px * var(--space-x-reverse));
    margin-left: calc(26px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-30px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse));
  }

  .sm\:space-x-30px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-34px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(34px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(34px * var(--space-y-reverse));
  }

  .sm\:space-x-34px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(34px * var(--space-x-reverse));
    margin-left: calc(34px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-36px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(36px * var(--space-y-reverse));
  }

  .sm\:space-x-36px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(36px * var(--space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-40px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40px * var(--space-y-reverse));
  }

  .sm\:space-x-40px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(40px * var(--space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-45px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(45px * var(--space-y-reverse));
  }

  .sm\:space-x-45px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(45px * var(--space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-49px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(49px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49px * var(--space-y-reverse));
  }

  .sm\:space-x-49px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(49px * var(--space-x-reverse));
    margin-left: calc(49px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-50px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50px * var(--space-y-reverse));
  }

  .sm\:space-x-50px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(50px * var(--space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-53px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(53px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(53px * var(--space-y-reverse));
  }

  .sm\:space-x-53px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(53px * var(--space-x-reverse));
    margin-left: calc(53px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-55px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(55px * var(--space-y-reverse));
  }

  .sm\:space-x-55px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(55px * var(--space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-60px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60px * var(--space-y-reverse));
  }

  .sm\:space-x-60px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(60px * var(--space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-68px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(68px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(68px * var(--space-y-reverse));
  }

  .sm\:space-x-68px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(68px * var(--space-x-reverse));
    margin-left: calc(68px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-80px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80px * var(--space-y-reverse));
  }

  .sm\:space-x-80px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(80px * var(--space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-90px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90px * var(--space-y-reverse));
  }

  .sm\:space-x-90px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(90px * var(--space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-93px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(93px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(93px * var(--space-y-reverse));
  }

  .sm\:space-x-93px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(93px * var(--space-x-reverse));
    margin-left: calc(93px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-115px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(115px * var(--space-y-reverse));
  }

  .sm\:space-x-115px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(115px * var(--space-x-reverse));
    margin-left: calc(115px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-2px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2px * var(--space-y-reverse));
  }

  .sm\:-space-x-2px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2px * var(--space-x-reverse));
    margin-left: calc(-2px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-4px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4px * var(--space-y-reverse));
  }

  .sm\:-space-x-4px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-4px * var(--space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-5px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5px * var(--space-y-reverse));
  }

  .sm\:-space-x-5px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-5px * var(--space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-6px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6px * var(--space-y-reverse));
  }

  .sm\:-space-x-6px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-6px * var(--space-x-reverse));
    margin-left: calc(-6px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-7px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-7px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-7px * var(--space-y-reverse));
  }

  .sm\:-space-x-7px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-7px * var(--space-x-reverse));
    margin-left: calc(-7px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-8px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8px * var(--space-y-reverse));
  }

  .sm\:-space-x-8px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-8px * var(--space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-10px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10px * var(--space-y-reverse));
  }

  .sm\:-space-x-10px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-10px * var(--space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-11px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-11px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-11px * var(--space-y-reverse));
  }

  .sm\:-space-x-11px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-11px * var(--space-x-reverse));
    margin-left: calc(-11px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-12px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12px * var(--space-y-reverse));
  }

  .sm\:-space-x-12px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-12px * var(--space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-14px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14px * var(--space-y-reverse));
  }

  .sm\:-space-x-14px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-14px * var(--space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-15px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-15px * var(--space-y-reverse));
  }

  .sm\:-space-x-15px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-15px * var(--space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-16px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16px * var(--space-y-reverse));
  }

  .sm\:-space-x-16px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-16px * var(--space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-18px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18px * var(--space-y-reverse));
  }

  .sm\:-space-x-18px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-18px * var(--space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-20px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse));
  }

  .sm\:-space-x-20px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-24px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24px * var(--space-y-reverse));
  }

  .sm\:-space-x-24px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-24px * var(--space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-25px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25px * var(--space-y-reverse));
  }

  .sm\:-space-x-25px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-25px * var(--space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-26px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-26px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-26px * var(--space-y-reverse));
  }

  .sm\:-space-x-26px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-26px * var(--space-x-reverse));
    margin-left: calc(-26px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-30px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse));
  }

  .sm\:-space-x-30px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-34px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-34px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-34px * var(--space-y-reverse));
  }

  .sm\:-space-x-34px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-34px * var(--space-x-reverse));
    margin-left: calc(-34px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-36px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-36px * var(--space-y-reverse));
  }

  .sm\:-space-x-36px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-36px * var(--space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-40px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40px * var(--space-y-reverse));
  }

  .sm\:-space-x-40px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-40px * var(--space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-45px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-45px * var(--space-y-reverse));
  }

  .sm\:-space-x-45px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-45px * var(--space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-49px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-49px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49px * var(--space-y-reverse));
  }

  .sm\:-space-x-49px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-49px * var(--space-x-reverse));
    margin-left: calc(-49px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-50px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50px * var(--space-y-reverse));
  }

  .sm\:-space-x-50px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-50px * var(--space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-53px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-53px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-53px * var(--space-y-reverse));
  }

  .sm\:-space-x-53px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-53px * var(--space-x-reverse));
    margin-left: calc(-53px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-55px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-55px * var(--space-y-reverse));
  }

  .sm\:-space-x-55px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-55px * var(--space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-60px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60px * var(--space-y-reverse));
  }

  .sm\:-space-x-60px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-60px * var(--space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-68px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-68px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-68px * var(--space-y-reverse));
  }

  .sm\:-space-x-68px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-68px * var(--space-x-reverse));
    margin-left: calc(-68px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-80px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80px * var(--space-y-reverse));
  }

  .sm\:-space-x-80px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-80px * var(--space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-90px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90px * var(--space-y-reverse));
  }

  .sm\:-space-x-90px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-90px * var(--space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-93px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-93px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-93px * var(--space-y-reverse));
  }

  .sm\:-space-x-93px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-93px * var(--space-x-reverse));
    margin-left: calc(-93px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:-space-y-115px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-115px * var(--space-y-reverse));
  }

  .sm\:-space-x-115px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-115px * var(--space-x-reverse));
    margin-left: calc(-115px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:space-y-reverse > :not(template) ~ :not(template){
    --space-y-reverse: 1;
  }

  .sm\:space-x-reverse > :not(template) ~ :not(template){
    --space-x-reverse: 1;
  }

  .sm\:text-left{
    text-align: left;
  }

  .sm\:text-center{
    text-align: center;
  }

  .sm\:text-right{
    text-align: right;
  }

  .sm\:text-justify{
    text-align: justify;
  }

  .sm\:text-white{
    color: #fff;
  }

  .sm\:text-gray-20{
    color: #dddfee;
  }

  .sm\:text-gray-30{
    color: #d1dbff;
  }

  .sm\:text-gray-40{
    color: #f7f9ff;
  }

  .sm\:text-gray-50{
    color: #ebeffb;
  }

  .sm\:text-gray-60{
    color: #e7e9f6;
  }

  .sm\:text-gray-100{
    color: #dee3ef;
  }

  .sm\:text-gray-200{
    color: #cdcfe0;
  }

  .sm\:text-gray-250{
    color: #a4adb7;
  }

  .sm\:text-gray-300{
    color: #868da4;
  }

  .sm\:text-gray-400{
    color: #566687;
  }

  .sm\:text-gray-800{
    color: #2f3b46;
  }

  .sm\:text-gray-a1{
    color: rgba(0, 0, 0, .8);
  }

  .sm\:text-blue-40{
    color: #637dfb;
  }

  .sm\:text-blue-50{
    color: #5d80ff;
  }

  .sm\:text-blue-100{
    color: #476df2;
  }

  .sm\:text-blue-200{
    color: #878bad;
  }

  .sm\:text-blue-300{
    color: #627cfa;
  }

  .sm\:text-blue-400{
    color: #646d88;
  }

  .sm\:text-blue-500{
    color: #566cd3;
  }

  .sm\:text-blue-700{
    color: #233253;
  }

  .sm\:text-blue-800{
    color: #152442;
  }

  .sm\:text-blue-850{
    color: #192440;
  }

  .sm\:text-blue-900{
    color: #132a43;
  }

  .sm\:text-yellow-400{
    color: #f1d600;
  }

  .sm\:hover\:text-white:hover{
    color: #fff;
  }

  .sm\:hover\:text-gray-20:hover{
    color: #dddfee;
  }

  .sm\:hover\:text-gray-30:hover{
    color: #d1dbff;
  }

  .sm\:hover\:text-gray-40:hover{
    color: #f7f9ff;
  }

  .sm\:hover\:text-gray-50:hover{
    color: #ebeffb;
  }

  .sm\:hover\:text-gray-60:hover{
    color: #e7e9f6;
  }

  .sm\:hover\:text-gray-100:hover{
    color: #dee3ef;
  }

  .sm\:hover\:text-gray-200:hover{
    color: #cdcfe0;
  }

  .sm\:hover\:text-gray-250:hover{
    color: #a4adb7;
  }

  .sm\:hover\:text-gray-300:hover{
    color: #868da4;
  }

  .sm\:hover\:text-gray-400:hover{
    color: #566687;
  }

  .sm\:hover\:text-gray-800:hover{
    color: #2f3b46;
  }

  .sm\:hover\:text-gray-a1:hover{
    color: rgba(0, 0, 0, .8);
  }

  .sm\:hover\:text-blue-40:hover{
    color: #637dfb;
  }

  .sm\:hover\:text-blue-50:hover{
    color: #5d80ff;
  }

  .sm\:hover\:text-blue-100:hover{
    color: #476df2;
  }

  .sm\:hover\:text-blue-200:hover{
    color: #878bad;
  }

  .sm\:hover\:text-blue-300:hover{
    color: #627cfa;
  }

  .sm\:hover\:text-blue-400:hover{
    color: #646d88;
  }

  .sm\:hover\:text-blue-500:hover{
    color: #566cd3;
  }

  .sm\:hover\:text-blue-700:hover{
    color: #233253;
  }

  .sm\:hover\:text-blue-800:hover{
    color: #152442;
  }

  .sm\:hover\:text-blue-850:hover{
    color: #192440;
  }

  .sm\:hover\:text-blue-900:hover{
    color: #132a43;
  }

  .sm\:hover\:text-yellow-400:hover{
    color: #f1d600;
  }

  .sm\:focus\:text-white:focus{
    color: #fff;
  }

  .sm\:focus\:text-gray-20:focus{
    color: #dddfee;
  }

  .sm\:focus\:text-gray-30:focus{
    color: #d1dbff;
  }

  .sm\:focus\:text-gray-40:focus{
    color: #f7f9ff;
  }

  .sm\:focus\:text-gray-50:focus{
    color: #ebeffb;
  }

  .sm\:focus\:text-gray-60:focus{
    color: #e7e9f6;
  }

  .sm\:focus\:text-gray-100:focus{
    color: #dee3ef;
  }

  .sm\:focus\:text-gray-200:focus{
    color: #cdcfe0;
  }

  .sm\:focus\:text-gray-250:focus{
    color: #a4adb7;
  }

  .sm\:focus\:text-gray-300:focus{
    color: #868da4;
  }

  .sm\:focus\:text-gray-400:focus{
    color: #566687;
  }

  .sm\:focus\:text-gray-800:focus{
    color: #2f3b46;
  }

  .sm\:focus\:text-gray-a1:focus{
    color: rgba(0, 0, 0, .8);
  }

  .sm\:focus\:text-blue-40:focus{
    color: #637dfb;
  }

  .sm\:focus\:text-blue-50:focus{
    color: #5d80ff;
  }

  .sm\:focus\:text-blue-100:focus{
    color: #476df2;
  }

  .sm\:focus\:text-blue-200:focus{
    color: #878bad;
  }

  .sm\:focus\:text-blue-300:focus{
    color: #627cfa;
  }

  .sm\:focus\:text-blue-400:focus{
    color: #646d88;
  }

  .sm\:focus\:text-blue-500:focus{
    color: #566cd3;
  }

  .sm\:focus\:text-blue-700:focus{
    color: #233253;
  }

  .sm\:focus\:text-blue-800:focus{
    color: #152442;
  }

  .sm\:focus\:text-blue-850:focus{
    color: #192440;
  }

  .sm\:focus\:text-blue-900:focus{
    color: #132a43;
  }

  .sm\:focus\:text-yellow-400:focus{
    color: #f1d600;
  }

  .sm\:underline{
    text-decoration: underline;
  }

  .sm\:line-through{
    text-decoration: line-through;
  }

  .sm\:no-underline{
    text-decoration: none;
  }

  .sm\:hover\:underline:hover{
    text-decoration: underline;
  }

  .sm\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .sm\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .sm\:focus\:underline:focus{
    text-decoration: underline;
  }

  .sm\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .sm\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .sm\:uppercase{
    text-transform: uppercase;
  }

  .sm\:lowercase{
    text-transform: lowercase;
  }

  .sm\:capitalize{
    text-transform: capitalize;
  }

  .sm\:normal-case{
    text-transform: none;
  }

  .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\:w-0{
    width: 0;
  }

  .sm\:w-auto{
    width: auto;
  }

  .sm\:w-2px{
    width: 2px;
  }

  .sm\:w-4px{
    width: 4px;
  }

  .sm\:w-5px{
    width: 5px;
  }

  .sm\:w-6px{
    width: 6px;
  }

  .sm\:w-7px{
    width: 7px;
  }

  .sm\:w-8px{
    width: 8px;
  }

  .sm\:w-10px{
    width: 10px;
  }

  .sm\:w-11px{
    width: 11px;
  }

  .sm\:w-12px{
    width: 12px;
  }

  .sm\:w-14px{
    width: 14px;
  }

  .sm\:w-15px{
    width: 15px;
  }

  .sm\:w-16px{
    width: 16px;
  }

  .sm\:w-18px{
    width: 18px;
  }

  .sm\:w-20px{
    width: 20px;
  }

  .sm\:w-24px{
    width: 24px;
  }

  .sm\:w-25px{
    width: 25px;
  }

  .sm\:w-26px{
    width: 26px;
  }

  .sm\:w-30px{
    width: 30px;
  }

  .sm\:w-34px{
    width: 34px;
  }

  .sm\:w-36px{
    width: 36px;
  }

  .sm\:w-40px{
    width: 40px;
  }

  .sm\:w-45px{
    width: 45px;
  }

  .sm\:w-49px{
    width: 49px;
  }

  .sm\:w-50px{
    width: 50px;
  }

  .sm\:w-53px{
    width: 53px;
  }

  .sm\:w-55px{
    width: 55px;
  }

  .sm\:w-60px{
    width: 60px;
  }

  .sm\:w-68px{
    width: 68px;
  }

  .sm\:w-80px{
    width: 80px;
  }

  .sm\:w-90px{
    width: 90px;
  }

  .sm\:w-93px{
    width: 93px;
  }

  .sm\:w-115px{
    width: 115px;
  }

  .sm\:w-1\/2{
    width: 50%;
  }

  .sm\:w-1\/3{
    width: 33.333333%;
  }

  .sm\:w-2\/3{
    width: 66.666667%;
  }

  .sm\:w-1\/4{
    width: 25%;
  }

  .sm\:w-2\/4{
    width: 50%;
  }

  .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.666667%;
  }

  .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.333333%;
  }

  .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;
  }

  .sm\:w-260px{
    width: 260px;
  }

  .sm\:w-320px{
    width: 320px;
  }

  .sm\:w-360px{
    width: 360px;
  }

  .sm\:w-366px{
    width: 366px;
  }

  .sm\:w-450px{
    width: 450px;
  }

  .sm\:w-806px{
    width: 806px;
  }

  .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;
  }

  .sm\:m-0imp {
    margin: 0 !important;
  }
}

@media (min-width: 768px){
  .md\:items-start{
    align-items: flex-start;
  }

  .md\:items-end{
    align-items: flex-end;
  }

  .md\:items-center{
    align-items: center;
  }

  .md\:items-baseline{
    align-items: baseline;
  }

  .md\:items-stretch{
    align-items: stretch;
  }

  .md\:bg-white{
    background-color: #fff;
  }

  .md\:bg-gray-20{
    background-color: #dddfee;
  }

  .md\:bg-gray-30{
    background-color: #d1dbff;
  }

  .md\:bg-gray-40{
    background-color: #f7f9ff;
  }

  .md\:bg-gray-50{
    background-color: #ebeffb;
  }

  .md\:bg-gray-60{
    background-color: #e7e9f6;
  }

  .md\:bg-gray-100{
    background-color: #dee3ef;
  }

  .md\:bg-gray-200{
    background-color: #cdcfe0;
  }

  .md\:bg-gray-250{
    background-color: #a4adb7;
  }

  .md\:bg-gray-300{
    background-color: #868da4;
  }

  .md\:bg-gray-400{
    background-color: #566687;
  }

  .md\:bg-gray-800{
    background-color: #2f3b46;
  }

  .md\:bg-gray-a1{
    background-color: rgba(0, 0, 0, .8);
  }

  .md\:bg-blue-40{
    background-color: #637dfb;
  }

  .md\:bg-blue-50{
    background-color: #5d80ff;
  }

  .md\:bg-blue-100{
    background-color: #476df2;
  }

  .md\:bg-blue-200{
    background-color: #878bad;
  }

  .md\:bg-blue-300{
    background-color: #627cfa;
  }

  .md\:bg-blue-400{
    background-color: #646d88;
  }

  .md\:bg-blue-500{
    background-color: #566cd3;
  }

  .md\:bg-blue-700{
    background-color: #233253;
  }

  .md\:bg-blue-800{
    background-color: #152442;
  }

  .md\:bg-blue-850{
    background-color: #192440;
  }

  .md\:bg-blue-900{
    background-color: #132a43;
  }

  .md\:bg-yellow-400{
    background-color: #f1d600;
  }

  .md\:hover\:bg-white:hover{
    background-color: #fff;
  }

  .md\:hover\:bg-gray-20:hover{
    background-color: #dddfee;
  }

  .md\:hover\:bg-gray-30:hover{
    background-color: #d1dbff;
  }

  .md\:hover\:bg-gray-40:hover{
    background-color: #f7f9ff;
  }

  .md\:hover\:bg-gray-50:hover{
    background-color: #ebeffb;
  }

  .md\:hover\:bg-gray-60:hover{
    background-color: #e7e9f6;
  }

  .md\:hover\:bg-gray-100:hover{
    background-color: #dee3ef;
  }

  .md\:hover\:bg-gray-200:hover{
    background-color: #cdcfe0;
  }

  .md\:hover\:bg-gray-250:hover{
    background-color: #a4adb7;
  }

  .md\:hover\:bg-gray-300:hover{
    background-color: #868da4;
  }

  .md\:hover\:bg-gray-400:hover{
    background-color: #566687;
  }

  .md\:hover\:bg-gray-800:hover{
    background-color: #2f3b46;
  }

  .md\:hover\:bg-gray-a1:hover{
    background-color: rgba(0, 0, 0, .8);
  }

  .md\:hover\:bg-blue-40:hover{
    background-color: #637dfb;
  }

  .md\:hover\:bg-blue-50:hover{
    background-color: #5d80ff;
  }

  .md\:hover\:bg-blue-100:hover{
    background-color: #476df2;
  }

  .md\:hover\:bg-blue-200:hover{
    background-color: #878bad;
  }

  .md\:hover\:bg-blue-300:hover{
    background-color: #627cfa;
  }

  .md\:hover\:bg-blue-400:hover{
    background-color: #646d88;
  }

  .md\:hover\:bg-blue-500:hover{
    background-color: #566cd3;
  }

  .md\:hover\:bg-blue-700:hover{
    background-color: #233253;
  }

  .md\:hover\:bg-blue-800:hover{
    background-color: #152442;
  }

  .md\:hover\:bg-blue-850:hover{
    background-color: #192440;
  }

  .md\:hover\:bg-blue-900:hover{
    background-color: #132a43;
  }

  .md\:hover\:bg-yellow-400:hover{
    background-color: #f1d600;
  }

  .md\:focus\:bg-white:focus{
    background-color: #fff;
  }

  .md\:focus\:bg-gray-20:focus{
    background-color: #dddfee;
  }

  .md\:focus\:bg-gray-30:focus{
    background-color: #d1dbff;
  }

  .md\:focus\:bg-gray-40:focus{
    background-color: #f7f9ff;
  }

  .md\:focus\:bg-gray-50:focus{
    background-color: #ebeffb;
  }

  .md\:focus\:bg-gray-60:focus{
    background-color: #e7e9f6;
  }

  .md\:focus\:bg-gray-100:focus{
    background-color: #dee3ef;
  }

  .md\:focus\:bg-gray-200:focus{
    background-color: #cdcfe0;
  }

  .md\:focus\:bg-gray-250:focus{
    background-color: #a4adb7;
  }

  .md\:focus\:bg-gray-300:focus{
    background-color: #868da4;
  }

  .md\:focus\:bg-gray-400:focus{
    background-color: #566687;
  }

  .md\:focus\:bg-gray-800:focus{
    background-color: #2f3b46;
  }

  .md\:focus\:bg-gray-a1:focus{
    background-color: rgba(0, 0, 0, .8);
  }

  .md\:focus\:bg-blue-40:focus{
    background-color: #637dfb;
  }

  .md\:focus\:bg-blue-50:focus{
    background-color: #5d80ff;
  }

  .md\:focus\:bg-blue-100:focus{
    background-color: #476df2;
  }

  .md\:focus\:bg-blue-200:focus{
    background-color: #878bad;
  }

  .md\:focus\:bg-blue-300:focus{
    background-color: #627cfa;
  }

  .md\:focus\:bg-blue-400:focus{
    background-color: #646d88;
  }

  .md\:focus\:bg-blue-500:focus{
    background-color: #566cd3;
  }

  .md\:focus\:bg-blue-700:focus{
    background-color: #233253;
  }

  .md\:focus\:bg-blue-800:focus{
    background-color: #152442;
  }

  .md\:focus\:bg-blue-850:focus{
    background-color: #192440;
  }

  .md\:focus\:bg-blue-900:focus{
    background-color: #132a43;
  }

  .md\:focus\:bg-yellow-400:focus{
    background-color: #f1d600;
  }

  .md\:border-white{
    border-color: #fff;
  }

  .md\:border-gray-20{
    border-color: #dddfee;
  }

  .md\:border-gray-30{
    border-color: #d1dbff;
  }

  .md\:border-gray-40{
    border-color: #f7f9ff;
  }

  .md\:border-gray-50{
    border-color: #ebeffb;
  }

  .md\:border-gray-60{
    border-color: #e7e9f6;
  }

  .md\:border-gray-100{
    border-color: #dee3ef;
  }

  .md\:border-gray-200{
    border-color: #cdcfe0;
  }

  .md\:border-gray-250{
    border-color: #a4adb7;
  }

  .md\:border-gray-300{
    border-color: #868da4;
  }

  .md\:border-gray-400{
    border-color: #566687;
  }

  .md\:border-gray-800{
    border-color: #2f3b46;
  }

  .md\:border-gray-a1{
    border-color: rgba(0, 0, 0, .8);
  }

  .md\:border-blue-40{
    border-color: #637dfb;
  }

  .md\:border-blue-50{
    border-color: #5d80ff;
  }

  .md\:border-blue-100{
    border-color: #476df2;
  }

  .md\:border-blue-200{
    border-color: #878bad;
  }

  .md\:border-blue-300{
    border-color: #627cfa;
  }

  .md\:border-blue-400{
    border-color: #646d88;
  }

  .md\:border-blue-500{
    border-color: #566cd3;
  }

  .md\:border-blue-700{
    border-color: #233253;
  }

  .md\:border-blue-800{
    border-color: #152442;
  }

  .md\:border-blue-850{
    border-color: #192440;
  }

  .md\:border-blue-900{
    border-color: #132a43;
  }

  .md\:border-yellow-400{
    border-color: #f1d600;
  }

  .md\:hover\:border-white:hover{
    border-color: #fff;
  }

  .md\:hover\:border-gray-20:hover{
    border-color: #dddfee;
  }

  .md\:hover\:border-gray-30:hover{
    border-color: #d1dbff;
  }

  .md\:hover\:border-gray-40:hover{
    border-color: #f7f9ff;
  }

  .md\:hover\:border-gray-50:hover{
    border-color: #ebeffb;
  }

  .md\:hover\:border-gray-60:hover{
    border-color: #e7e9f6;
  }

  .md\:hover\:border-gray-100:hover{
    border-color: #dee3ef;
  }

  .md\:hover\:border-gray-200:hover{
    border-color: #cdcfe0;
  }

  .md\:hover\:border-gray-250:hover{
    border-color: #a4adb7;
  }

  .md\:hover\:border-gray-300:hover{
    border-color: #868da4;
  }

  .md\:hover\:border-gray-400:hover{
    border-color: #566687;
  }

  .md\:hover\:border-gray-800:hover{
    border-color: #2f3b46;
  }

  .md\:hover\:border-gray-a1:hover{
    border-color: rgba(0, 0, 0, .8);
  }

  .md\:hover\:border-blue-40:hover{
    border-color: #637dfb;
  }

  .md\:hover\:border-blue-50:hover{
    border-color: #5d80ff;
  }

  .md\:hover\:border-blue-100:hover{
    border-color: #476df2;
  }

  .md\:hover\:border-blue-200:hover{
    border-color: #878bad;
  }

  .md\:hover\:border-blue-300:hover{
    border-color: #627cfa;
  }

  .md\:hover\:border-blue-400:hover{
    border-color: #646d88;
  }

  .md\:hover\:border-blue-500:hover{
    border-color: #566cd3;
  }

  .md\:hover\:border-blue-700:hover{
    border-color: #233253;
  }

  .md\:hover\:border-blue-800:hover{
    border-color: #152442;
  }

  .md\:hover\:border-blue-850:hover{
    border-color: #192440;
  }

  .md\:hover\:border-blue-900:hover{
    border-color: #132a43;
  }

  .md\:hover\:border-yellow-400:hover{
    border-color: #f1d600;
  }

  .md\:focus\:border-white:focus{
    border-color: #fff;
  }

  .md\:focus\:border-gray-20:focus{
    border-color: #dddfee;
  }

  .md\:focus\:border-gray-30:focus{
    border-color: #d1dbff;
  }

  .md\:focus\:border-gray-40:focus{
    border-color: #f7f9ff;
  }

  .md\:focus\:border-gray-50:focus{
    border-color: #ebeffb;
  }

  .md\:focus\:border-gray-60:focus{
    border-color: #e7e9f6;
  }

  .md\:focus\:border-gray-100:focus{
    border-color: #dee3ef;
  }

  .md\:focus\:border-gray-200:focus{
    border-color: #cdcfe0;
  }

  .md\:focus\:border-gray-250:focus{
    border-color: #a4adb7;
  }

  .md\:focus\:border-gray-300:focus{
    border-color: #868da4;
  }

  .md\:focus\:border-gray-400:focus{
    border-color: #566687;
  }

  .md\:focus\:border-gray-800:focus{
    border-color: #2f3b46;
  }

  .md\:focus\:border-gray-a1:focus{
    border-color: rgba(0, 0, 0, .8);
  }

  .md\:focus\:border-blue-40:focus{
    border-color: #637dfb;
  }

  .md\:focus\:border-blue-50:focus{
    border-color: #5d80ff;
  }

  .md\:focus\:border-blue-100:focus{
    border-color: #476df2;
  }

  .md\:focus\:border-blue-200:focus{
    border-color: #878bad;
  }

  .md\:focus\:border-blue-300:focus{
    border-color: #627cfa;
  }

  .md\:focus\:border-blue-400:focus{
    border-color: #646d88;
  }

  .md\:focus\:border-blue-500:focus{
    border-color: #566cd3;
  }

  .md\:focus\:border-blue-700:focus{
    border-color: #233253;
  }

  .md\:focus\:border-blue-800:focus{
    border-color: #152442;
  }

  .md\:focus\:border-blue-850:focus{
    border-color: #192440;
  }

  .md\:focus\:border-blue-900:focus{
    border-color: #132a43;
  }

  .md\:focus\:border-yellow-400:focus{
    border-color: #f1d600;
  }

  .md\:rounded-none{
    border-radius: 0px;
  }

  .md\:rounded-full{
    border-radius: 9999px;
  }

  .md\:rounded-2px{
    border-radius: 2px;
  }

  .md\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .md\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .md\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .md\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .md\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-t-2px{
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }

  .md\:rounded-r-2px{
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }

  .md\:rounded-b-2px{
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
  }

  .md\:rounded-l-2px{
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }

  .md\:rounded-tl-none{
    border-top-left-radius: 0px;
  }

  .md\:rounded-tr-none{
    border-top-right-radius: 0px;
  }

  .md\:rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  .md\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  .md\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .md\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .md\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-tl-2px{
    border-top-left-radius: 2px;
  }

  .md\:rounded-tr-2px{
    border-top-right-radius: 2px;
  }

  .md\:rounded-br-2px{
    border-bottom-right-radius: 2px;
  }

  .md\:rounded-bl-2px{
    border-bottom-left-radius: 2px;
  }

  .md\:border-0{
    border-width: 0;
  }

  .md\:border-2{
    border-width: 2px;
  }

  .md\:border-4{
    border-width: 4px;
  }

  .md\:border-8{
    border-width: 8px;
  }

  .md\:border{
    border-width: 1px;
  }

  .md\:border-t-0{
    border-top-width: 0;
  }

  .md\:border-r-0{
    border-right-width: 0;
  }

  .md\:border-b-0{
    border-bottom-width: 0;
  }

  .md\:border-l-0{
    border-left-width: 0;
  }

  .md\:border-t-2{
    border-top-width: 2px;
  }

  .md\:border-r-2{
    border-right-width: 2px;
  }

  .md\:border-b-2{
    border-bottom-width: 2px;
  }

  .md\:border-l-2{
    border-left-width: 2px;
  }

  .md\:border-t-4{
    border-top-width: 4px;
  }

  .md\:border-r-4{
    border-right-width: 4px;
  }

  .md\:border-b-4{
    border-bottom-width: 4px;
  }

  .md\:border-l-4{
    border-left-width: 4px;
  }

  .md\:border-t-8{
    border-top-width: 8px;
  }

  .md\:border-r-8{
    border-right-width: 8px;
  }

  .md\:border-b-8{
    border-bottom-width: 8px;
  }

  .md\:border-l-8{
    border-left-width: 8px;
  }

  .md\:border-t{
    border-top-width: 1px;
  }

  .md\:border-r{
    border-right-width: 1px;
  }

  .md\:border-b{
    border-bottom-width: 1px;
  }

  .md\:border-l{
    border-left-width: 1px;
  }

  .md\:last\:border-0:last-child{
    border-width: 0;
  }

  .md\:last\:border-2:last-child{
    border-width: 2px;
  }

  .md\:last\:border-4:last-child{
    border-width: 4px;
  }

  .md\:last\:border-8:last-child{
    border-width: 8px;
  }

  .md\:last\:border:last-child{
    border-width: 1px;
  }

  .md\:last\:border-t-0:last-child{
    border-top-width: 0;
  }

  .md\:last\:border-r-0:last-child{
    border-right-width: 0;
  }

  .md\:last\:border-b-0:last-child{
    border-bottom-width: 0;
  }

  .md\:last\:border-l-0:last-child{
    border-left-width: 0;
  }

  .md\:last\:border-t-2:last-child{
    border-top-width: 2px;
  }

  .md\:last\:border-r-2:last-child{
    border-right-width: 2px;
  }

  .md\:last\:border-b-2:last-child{
    border-bottom-width: 2px;
  }

  .md\:last\:border-l-2:last-child{
    border-left-width: 2px;
  }

  .md\:last\:border-t-4:last-child{
    border-top-width: 4px;
  }

  .md\:last\:border-r-4:last-child{
    border-right-width: 4px;
  }

  .md\:last\:border-b-4:last-child{
    border-bottom-width: 4px;
  }

  .md\:last\:border-l-4:last-child{
    border-left-width: 4px;
  }

  .md\:last\:border-t-8:last-child{
    border-top-width: 8px;
  }

  .md\:last\:border-r-8:last-child{
    border-right-width: 8px;
  }

  .md\:last\:border-b-8:last-child{
    border-bottom-width: 8px;
  }

  .md\:last\:border-l-8:last-child{
    border-left-width: 8px;
  }

  .md\:last\:border-t:last-child{
    border-top-width: 1px;
  }

  .md\:last\:border-r:last-child{
    border-right-width: 1px;
  }

  .md\:last\:border-b:last-child{
    border-bottom-width: 1px;
  }

  .md\:last\:border-l:last-child{
    border-left-width: 1px;
  }

  .md\:shadow-none{
    box-shadow: none;
  }

  .md\:hover\:shadow-none:hover{
    box-shadow: none;
  }

  .md\:focus\:shadow-none:focus{
    box-shadow: none;
  }

  .md\:cursor-auto{
    cursor: auto;
  }

  .md\:cursor-default{
    cursor: default;
  }

  .md\:cursor-pointer{
    cursor: pointer;
  }

  .md\:cursor-wait{
    cursor: wait;
  }

  .md\:cursor-text{
    cursor: text;
  }

  .md\:cursor-move{
    cursor: move;
  }

  .md\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .md\:block{
    display: block;
  }

  .md\:inline-block{
    display: inline-block;
  }

  .md\:inline{
    display: inline;
  }

  .md\:flex{
    display: flex;
  }

  .md\:inline-flex{
    display: inline-flex;
  }

  .md\:table{
    display: table;
  }

  .md\:table-caption{
    display: table-caption;
  }

  .md\:table-cell{
    display: table-cell;
  }

  .md\:table-column{
    display: table-column;
  }

  .md\:table-column-group{
    display: table-column-group;
  }

  .md\:table-footer-group{
    display: table-footer-group;
  }

  .md\:table-header-group{
    display: table-header-group;
  }

  .md\:table-row-group{
    display: table-row-group;
  }

  .md\:table-row{
    display: table-row;
  }

  .md\:flow-root{
    display: flow-root;
  }

  .md\:grid{
    display: grid;
  }

  .md\:inline-grid{
    display: inline-grid;
  }

  .md\:contents{
    display: contents;
  }

  .md\:hidden{
    display: none;
  }

  .md\:flex-1{
    flex: 1 1 0%;
  }

  .md\:flex-auto{
    flex: 1 1 auto;
  }

  .md\:flex-initial{
    flex: 0 1 auto;
  }

  .md\:flex-none{
    flex: none;
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .md\:flex-col{
    flex-direction: column;
  }

  .md\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .md\:flex-grow-0{
    flex-grow: 0;
  }

  .md\:flex-grow{
    flex-grow: 1;
  }

  .md\:flex-shrink-0{
    flex-shrink: 0;
  }

  .md\:flex-shrink{
    flex-shrink: 1;
  }

  .md\:flex-wrap{
    flex-wrap: wrap;
  }

  .md\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .md\:flex-no-wrap{
    flex-wrap: nowrap;
  }

  .md\:text-14px{
    font-size: 14px;
  }

  .md\:text-15px{
    font-size: 15px;
  }

  .md\:text-16px{
    font-size: 16px;
  }

  .md\:text-18px{
    font-size: 18px;
  }

  .md\:text-20px{
    font-size: 20px;
  }

  .md\:text-22px{
    font-size: 22px;
  }

  .md\:text-24px{
    font-size: 24px;
  }

  .md\:text-30px{
    font-size: 30px;
  }

  .md\:text-40px{
    font-size: 40px;
  }

  .md\:italic{
    font-style: italic;
  }

  .md\:not-italic{
    font-style: normal;
  }

  .md\:font-hairline{
    font-weight: 100;
  }

  .md\:font-thin{
    font-weight: 200;
  }

  .md\:font-light{
    font-weight: 300;
  }

  .md\:font-normal{
    font-weight: 400;
  }

  .md\:font-medium{
    font-weight: 500;
  }

  .md\:font-semibold{
    font-weight: 600;
  }

  .md\:font-bold{
    font-weight: 700;
  }

  .md\:font-extrabold{
    font-weight: 800;
  }

  .md\:font-black{
    font-weight: 900;
  }

  .md\:hover\:font-hairline:hover{
    font-weight: 100;
  }

  .md\:hover\:font-thin:hover{
    font-weight: 200;
  }

  .md\:hover\:font-light:hover{
    font-weight: 300;
  }

  .md\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .md\:hover\:font-medium:hover{
    font-weight: 500;
  }

  .md\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  .md\:hover\:font-bold:hover{
    font-weight: 700;
  }

  .md\:hover\:font-extrabold:hover{
    font-weight: 800;
  }

  .md\:hover\:font-black:hover{
    font-weight: 900;
  }

  .md\:focus\:font-hairline:focus{
    font-weight: 100;
  }

  .md\:focus\:font-thin:focus{
    font-weight: 200;
  }

  .md\:focus\:font-light:focus{
    font-weight: 300;
  }

  .md\:focus\:font-normal:focus{
    font-weight: 400;
  }

  .md\:focus\:font-medium:focus{
    font-weight: 500;
  }

  .md\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  .md\:focus\:font-bold:focus{
    font-weight: 700;
  }

  .md\:focus\:font-extrabold:focus{
    font-weight: 800;
  }

  .md\:focus\:font-black:focus{
    font-weight: 900;
  }

  .md\:h-0{
    height: 0;
  }

  .md\:h-auto{
    height: auto;
  }

  .md\:h-2px{
    height: 2px;
  }

  .md\:h-4px{
    height: 4px;
  }

  .md\:h-5px{
    height: 5px;
  }

  .md\:h-6px{
    height: 6px;
  }

  .md\:h-7px{
    height: 7px;
  }

  .md\:h-8px{
    height: 8px;
  }

  .md\:h-10px{
    height: 10px;
  }

  .md\:h-11px{
    height: 11px;
  }

  .md\:h-12px{
    height: 12px;
  }

  .md\:h-14px{
    height: 14px;
  }

  .md\:h-15px{
    height: 15px;
  }

  .md\:h-16px{
    height: 16px;
  }

  .md\:h-18px{
    height: 18px;
  }

  .md\:h-20px{
    height: 20px;
  }

  .md\:h-24px{
    height: 24px;
  }

  .md\:h-25px{
    height: 25px;
  }

  .md\:h-26px{
    height: 26px;
  }

  .md\:h-30px{
    height: 30px;
  }

  .md\:h-34px{
    height: 34px;
  }

  .md\:h-36px{
    height: 36px;
  }

  .md\:h-40px{
    height: 40px;
  }

  .md\:h-45px{
    height: 45px;
  }

  .md\:h-49px{
    height: 49px;
  }

  .md\:h-50px{
    height: 50px;
  }

  .md\:h-53px{
    height: 53px;
  }

  .md\:h-55px{
    height: 55px;
  }

  .md\:h-60px{
    height: 60px;
  }

  .md\:h-68px{
    height: 68px;
  }

  .md\:h-80px{
    height: 80px;
  }

  .md\:h-90px{
    height: 90px;
  }

  .md\:h-93px{
    height: 93px;
  }

  .md\:h-115px{
    height: 115px;
  }

  .md\:h-full{
    height: 100%;
  }

  .md\:h-screen{
    height: 100vh;
  }

  .md\:h-70px{
    height: 70px;
  }

  .md\:h-200px{
    height: 200px;
  }

  .md\:h-250px{
    height: 250px;
  }

  .md\:h-288px{
    height: 288px;
  }

  .md\:h-300px{
    height: 300px;
  }

  .md\:h-400px{
    height: 400px;
  }

  .md\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .md\:inset-full-10{
    top: calc(100% + 10px);
    right: calc(100% + 10px);
    bottom: calc(100% + 10px);
    left: calc(100% + 10px);
  }

  .md\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .md\:inset-x-0{
    right: 0;
    left: 0;
  }

  .md\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .md\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .md\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .md\:inset-x-full{
    right: 100%;
    left: 100%;
  }

  .md\:inset-y-full-10{
    top: calc(100% + 10px);
    bottom: calc(100% + 10px);
  }

  .md\:inset-x-full-10{
    right: calc(100% + 10px);
    left: calc(100% + 10px);
  }

  .md\:top-0{
    top: 0;
  }

  .md\:right-0{
    right: 0;
  }

  .md\:bottom-0{
    bottom: 0;
  }

  .md\:left-0{
    left: 0;
  }

  .md\:top-auto{
    top: auto;
  }

  .md\:right-auto{
    right: auto;
  }

  .md\:bottom-auto{
    bottom: auto;
  }

  .md\:left-auto{
    left: auto;
  }

  .md\:top-full{
    top: 100%;
  }

  .md\:right-full{
    right: 100%;
  }

  .md\:bottom-full{
    bottom: 100%;
  }

  .md\:left-full{
    left: 100%;
  }

  .md\:top-full-10{
    top: calc(100% + 10px);
  }

  .md\:right-full-10{
    right: calc(100% + 10px);
  }

  .md\:bottom-full-10{
    bottom: calc(100% + 10px);
  }

  .md\:left-full-10{
    left: calc(100% + 10px);
  }

  .md\:justify-start{
    justify-content: flex-start;
  }

  .md\:justify-end{
    justify-content: flex-end;
  }

  .md\:justify-center{
    justify-content: center;
  }

  .md\:justify-between{
    justify-content: space-between;
  }

  .md\:justify-around{
    justify-content: space-around;
  }

  .md\:justify-evenly{
    justify-content: space-evenly;
  }

  .md\:leading-18px{
    line-height: 18px;
  }

  .md\:leading-20px{
    line-height: 20px;
  }

  .md\:leading-22px{
    line-height: 22px;
  }

  .md\:leading-24px{
    line-height: 24px;
  }

  .md\:leading-26px{
    line-height: 26px;
  }

  .md\:leading-30px{
    line-height: 30px;
  }

  .md\:leading-32px{
    line-height: 32px;
  }

  .md\:leading-36px{
    line-height: 36px;
  }

  .md\:leading-38px{
    line-height: 38px;
  }

  .md\:leading-60px{
    line-height: 60px;
  }

  .md\:m-0{
    margin: 0;
  }

  .md\:m-auto{
    margin: auto;
  }

  .md\:m-2px{
    margin: 2px;
  }

  .md\:m-4px{
    margin: 4px;
  }

  .md\:m-5px{
    margin: 5px;
  }

  .md\:m-6px{
    margin: 6px;
  }

  .md\:m-7px{
    margin: 7px;
  }

  .md\:m-8px{
    margin: 8px;
  }

  .md\:m-10px{
    margin: 10px;
  }

  .md\:m-11px{
    margin: 11px;
  }

  .md\:m-12px{
    margin: 12px;
  }

  .md\:m-14px{
    margin: 14px;
  }

  .md\:m-15px{
    margin: 15px;
  }

  .md\:m-16px{
    margin: 16px;
  }

  .md\:m-18px{
    margin: 18px;
  }

  .md\:m-20px{
    margin: 20px;
  }

  .md\:m-24px{
    margin: 24px;
  }

  .md\:m-25px{
    margin: 25px;
  }

  .md\:m-26px{
    margin: 26px;
  }

  .md\:m-30px{
    margin: 30px;
  }

  .md\:m-34px{
    margin: 34px;
  }

  .md\:m-36px{
    margin: 36px;
  }

  .md\:m-40px{
    margin: 40px;
  }

  .md\:m-45px{
    margin: 45px;
  }

  .md\:m-49px{
    margin: 49px;
  }

  .md\:m-50px{
    margin: 50px;
  }

  .md\:m-53px{
    margin: 53px;
  }

  .md\:m-55px{
    margin: 55px;
  }

  .md\:m-60px{
    margin: 60px;
  }

  .md\:m-68px{
    margin: 68px;
  }

  .md\:m-80px{
    margin: 80px;
  }

  .md\:m-90px{
    margin: 90px;
  }

  .md\:m-93px{
    margin: 93px;
  }

  .md\:m-115px{
    margin: 115px;
  }

  .md\:-m-2px{
    margin: -2px;
  }

  .md\:-m-4px{
    margin: -4px;
  }

  .md\:-m-5px{
    margin: -5px;
  }

  .md\:-m-6px{
    margin: -6px;
  }

  .md\:-m-7px{
    margin: -7px;
  }

  .md\:-m-8px{
    margin: -8px;
  }

  .md\:-m-10px{
    margin: -10px;
  }

  .md\:-m-11px{
    margin: -11px;
  }

  .md\:-m-12px{
    margin: -12px;
  }

  .md\:-m-14px{
    margin: -14px;
  }

  .md\:-m-15px{
    margin: -15px;
  }

  .md\:-m-16px{
    margin: -16px;
  }

  .md\:-m-18px{
    margin: -18px;
  }

  .md\:-m-20px{
    margin: -20px;
  }

  .md\:-m-24px{
    margin: -24px;
  }

  .md\:-m-25px{
    margin: -25px;
  }

  .md\:-m-26px{
    margin: -26px;
  }

  .md\:-m-30px{
    margin: -30px;
  }

  .md\:-m-34px{
    margin: -34px;
  }

  .md\:-m-36px{
    margin: -36px;
  }

  .md\:-m-40px{
    margin: -40px;
  }

  .md\:-m-45px{
    margin: -45px;
  }

  .md\:-m-49px{
    margin: -49px;
  }

  .md\:-m-50px{
    margin: -50px;
  }

  .md\:-m-53px{
    margin: -53px;
  }

  .md\:-m-55px{
    margin: -55px;
  }

  .md\:-m-60px{
    margin: -60px;
  }

  .md\:-m-68px{
    margin: -68px;
  }

  .md\:-m-80px{
    margin: -80px;
  }

  .md\:-m-90px{
    margin: -90px;
  }

  .md\:-m-93px{
    margin: -93px;
  }

  .md\:-m-115px{
    margin: -115px;
  }

  .md\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .md\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .md\:my-2px{
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .md\:mx-2px{
    margin-left: 2px;
    margin-right: 2px;
  }

  .md\:my-4px{
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .md\:mx-4px{
    margin-left: 4px;
    margin-right: 4px;
  }

  .md\:my-5px{
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .md\:mx-5px{
    margin-left: 5px;
    margin-right: 5px;
  }

  .md\:my-6px{
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .md\:mx-6px{
    margin-left: 6px;
    margin-right: 6px;
  }

  .md\:my-7px{
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .md\:mx-7px{
    margin-left: 7px;
    margin-right: 7px;
  }

  .md\:my-8px{
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .md\:mx-8px{
    margin-left: 8px;
    margin-right: 8px;
  }

  .md\:my-10px{
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .md\:mx-10px{
    margin-left: 10px;
    margin-right: 10px;
  }

  .md\:my-11px{
    margin-top: 11px;
    margin-bottom: 11px;
  }

  .md\:mx-11px{
    margin-left: 11px;
    margin-right: 11px;
  }

  .md\:my-12px{
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .md\:mx-12px{
    margin-left: 12px;
    margin-right: 12px;
  }

  .md\:my-14px{
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .md\:mx-14px{
    margin-left: 14px;
    margin-right: 14px;
  }

  .md\:my-15px{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .md\:mx-15px{
    margin-left: 15px;
    margin-right: 15px;
  }

  .md\:my-16px{
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .md\:mx-16px{
    margin-left: 16px;
    margin-right: 16px;
  }

  .md\:my-18px{
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .md\:mx-18px{
    margin-left: 18px;
    margin-right: 18px;
  }

  .md\:my-20px{
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .md\:mx-20px{
    margin-left: 20px;
    margin-right: 20px;
  }

  .md\:my-24px{
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .md\:mx-24px{
    margin-left: 24px;
    margin-right: 24px;
  }

  .md\:my-25px{
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .md\:mx-25px{
    margin-left: 25px;
    margin-right: 25px;
  }

  .md\:my-26px{
    margin-top: 26px;
    margin-bottom: 26px;
  }

  .md\:mx-26px{
    margin-left: 26px;
    margin-right: 26px;
  }

  .md\:my-30px{
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .md\:mx-30px{
    margin-left: 30px;
    margin-right: 30px;
  }

  .md\:my-34px{
    margin-top: 34px;
    margin-bottom: 34px;
  }

  .md\:mx-34px{
    margin-left: 34px;
    margin-right: 34px;
  }

  .md\:my-36px{
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .md\:mx-36px{
    margin-left: 36px;
    margin-right: 36px;
  }

  .md\:my-40px{
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .md\:mx-40px{
    margin-left: 40px;
    margin-right: 40px;
  }

  .md\:my-45px{
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .md\:mx-45px{
    margin-left: 45px;
    margin-right: 45px;
  }

  .md\:my-49px{
    margin-top: 49px;
    margin-bottom: 49px;
  }

  .md\:mx-49px{
    margin-left: 49px;
    margin-right: 49px;
  }

  .md\:my-50px{
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .md\:mx-50px{
    margin-left: 50px;
    margin-right: 50px;
  }

  .md\:my-53px{
    margin-top: 53px;
    margin-bottom: 53px;
  }

  .md\:mx-53px{
    margin-left: 53px;
    margin-right: 53px;
  }

  .md\:my-55px{
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .md\:mx-55px{
    margin-left: 55px;
    margin-right: 55px;
  }

  .md\:my-60px{
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .md\:mx-60px{
    margin-left: 60px;
    margin-right: 60px;
  }

  .md\:my-68px{
    margin-top: 68px;
    margin-bottom: 68px;
  }

  .md\:mx-68px{
    margin-left: 68px;
    margin-right: 68px;
  }

  .md\:my-80px{
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .md\:mx-80px{
    margin-left: 80px;
    margin-right: 80px;
  }

  .md\:my-90px{
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .md\:mx-90px{
    margin-left: 90px;
    margin-right: 90px;
  }

  .md\:my-93px{
    margin-top: 93px;
    margin-bottom: 93px;
  }

  .md\:mx-93px{
    margin-left: 93px;
    margin-right: 93px;
  }

  .md\:my-115px{
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .md\:mx-115px{
    margin-left: 115px;
    margin-right: 115px;
  }

  .md\:-my-2px{
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .md\:-mx-2px{
    margin-left: -2px;
    margin-right: -2px;
  }

  .md\:-my-4px{
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .md\:-mx-4px{
    margin-left: -4px;
    margin-right: -4px;
  }

  .md\:-my-5px{
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .md\:-mx-5px{
    margin-left: -5px;
    margin-right: -5px;
  }

  .md\:-my-6px{
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .md\:-mx-6px{
    margin-left: -6px;
    margin-right: -6px;
  }

  .md\:-my-7px{
    margin-top: -7px;
    margin-bottom: -7px;
  }

  .md\:-mx-7px{
    margin-left: -7px;
    margin-right: -7px;
  }

  .md\:-my-8px{
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .md\:-mx-8px{
    margin-left: -8px;
    margin-right: -8px;
  }

  .md\:-my-10px{
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .md\:-mx-10px{
    margin-left: -10px;
    margin-right: -10px;
  }

  .md\:-my-11px{
    margin-top: -11px;
    margin-bottom: -11px;
  }

  .md\:-mx-11px{
    margin-left: -11px;
    margin-right: -11px;
  }

  .md\:-my-12px{
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .md\:-mx-12px{
    margin-left: -12px;
    margin-right: -12px;
  }

  .md\:-my-14px{
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .md\:-mx-14px{
    margin-left: -14px;
    margin-right: -14px;
  }

  .md\:-my-15px{
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .md\:-mx-15px{
    margin-left: -15px;
    margin-right: -15px;
  }

  .md\:-my-16px{
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .md\:-mx-16px{
    margin-left: -16px;
    margin-right: -16px;
  }

  .md\:-my-18px{
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .md\:-mx-18px{
    margin-left: -18px;
    margin-right: -18px;
  }

  .md\:-my-20px{
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .md\:-mx-20px{
    margin-left: -20px;
    margin-right: -20px;
  }

  .md\:-my-24px{
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .md\:-mx-24px{
    margin-left: -24px;
    margin-right: -24px;
  }

  .md\:-my-25px{
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .md\:-mx-25px{
    margin-left: -25px;
    margin-right: -25px;
  }

  .md\:-my-26px{
    margin-top: -26px;
    margin-bottom: -26px;
  }

  .md\:-mx-26px{
    margin-left: -26px;
    margin-right: -26px;
  }

  .md\:-my-30px{
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .md\:-mx-30px{
    margin-left: -30px;
    margin-right: -30px;
  }

  .md\:-my-34px{
    margin-top: -34px;
    margin-bottom: -34px;
  }

  .md\:-mx-34px{
    margin-left: -34px;
    margin-right: -34px;
  }

  .md\:-my-36px{
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .md\:-mx-36px{
    margin-left: -36px;
    margin-right: -36px;
  }

  .md\:-my-40px{
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .md\:-mx-40px{
    margin-left: -40px;
    margin-right: -40px;
  }

  .md\:-my-45px{
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .md\:-mx-45px{
    margin-left: -45px;
    margin-right: -45px;
  }

  .md\:-my-49px{
    margin-top: -49px;
    margin-bottom: -49px;
  }

  .md\:-mx-49px{
    margin-left: -49px;
    margin-right: -49px;
  }

  .md\:-my-50px{
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .md\:-mx-50px{
    margin-left: -50px;
    margin-right: -50px;
  }

  .md\:-my-53px{
    margin-top: -53px;
    margin-bottom: -53px;
  }

  .md\:-mx-53px{
    margin-left: -53px;
    margin-right: -53px;
  }

  .md\:-my-55px{
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .md\:-mx-55px{
    margin-left: -55px;
    margin-right: -55px;
  }

  .md\:-my-60px{
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .md\:-mx-60px{
    margin-left: -60px;
    margin-right: -60px;
  }

  .md\:-my-68px{
    margin-top: -68px;
    margin-bottom: -68px;
  }

  .md\:-mx-68px{
    margin-left: -68px;
    margin-right: -68px;
  }

  .md\:-my-80px{
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .md\:-mx-80px{
    margin-left: -80px;
    margin-right: -80px;
  }

  .md\:-my-90px{
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .md\:-mx-90px{
    margin-left: -90px;
    margin-right: -90px;
  }

  .md\:-my-93px{
    margin-top: -93px;
    margin-bottom: -93px;
  }

  .md\:-mx-93px{
    margin-left: -93px;
    margin-right: -93px;
  }

  .md\:-my-115px{
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .md\:-mx-115px{
    margin-left: -115px;
    margin-right: -115px;
  }

  .md\:mt-0{
    margin-top: 0;
  }

  .md\:mr-0{
    margin-right: 0;
  }

  .md\:mb-0{
    margin-bottom: 0;
  }

  .md\:ml-0{
    margin-left: 0;
  }

  .md\:mt-auto{
    margin-top: auto;
  }

  .md\:mr-auto{
    margin-right: auto;
  }

  .md\:mb-auto{
    margin-bottom: auto;
  }

  .md\:ml-auto{
    margin-left: auto;
  }

  .md\:mt-2px{
    margin-top: 2px;
  }

  .md\:mr-2px{
    margin-right: 2px;
  }

  .md\:mb-2px{
    margin-bottom: 2px;
  }

  .md\:ml-2px{
    margin-left: 2px;
  }

  .md\:mt-4px{
    margin-top: 4px;
  }

  .md\:mr-4px{
    margin-right: 4px;
  }

  .md\:mb-4px{
    margin-bottom: 4px;
  }

  .md\:ml-4px{
    margin-left: 4px;
  }

  .md\:mt-5px{
    margin-top: 5px;
  }

  .md\:mr-5px{
    margin-right: 5px;
  }

  .md\:mb-5px{
    margin-bottom: 5px;
  }

  .md\:ml-5px{
    margin-left: 5px;
  }

  .md\:mt-6px{
    margin-top: 6px;
  }

  .md\:mr-6px{
    margin-right: 6px;
  }

  .md\:mb-6px{
    margin-bottom: 6px;
  }

  .md\:ml-6px{
    margin-left: 6px;
  }

  .md\:mt-7px{
    margin-top: 7px;
  }

  .md\:mr-7px{
    margin-right: 7px;
  }

  .md\:mb-7px{
    margin-bottom: 7px;
  }

  .md\:ml-7px{
    margin-left: 7px;
  }

  .md\:mt-8px{
    margin-top: 8px;
  }

  .md\:mr-8px{
    margin-right: 8px;
  }

  .md\:mb-8px{
    margin-bottom: 8px;
  }

  .md\:ml-8px{
    margin-left: 8px;
  }

  .md\:mt-10px{
    margin-top: 10px;
  }

  .md\:mr-10px{
    margin-right: 10px;
  }

  .md\:mb-10px{
    margin-bottom: 10px;
  }

  .md\:ml-10px{
    margin-left: 10px;
  }

  .md\:mt-11px{
    margin-top: 11px;
  }

  .md\:mr-11px{
    margin-right: 11px;
  }

  .md\:mb-11px{
    margin-bottom: 11px;
  }

  .md\:ml-11px{
    margin-left: 11px;
  }

  .md\:mt-12px{
    margin-top: 12px;
  }

  .md\:mr-12px{
    margin-right: 12px;
  }

  .md\:mb-12px{
    margin-bottom: 12px;
  }

  .md\:ml-12px{
    margin-left: 12px;
  }

  .md\:mt-14px{
    margin-top: 14px;
  }

  .md\:mr-14px{
    margin-right: 14px;
  }

  .md\:mb-14px{
    margin-bottom: 14px;
  }

  .md\:ml-14px{
    margin-left: 14px;
  }

  .md\:mt-15px{
    margin-top: 15px;
  }

  .md\:mr-15px{
    margin-right: 15px;
  }

  .md\:mb-15px{
    margin-bottom: 15px;
  }

  .md\:ml-15px{
    margin-left: 15px;
  }

  .md\:mt-16px{
    margin-top: 16px;
  }

  .md\:mr-16px{
    margin-right: 16px;
  }

  .md\:mb-16px{
    margin-bottom: 16px;
  }

  .md\:ml-16px{
    margin-left: 16px;
  }

  .md\:mt-18px{
    margin-top: 18px;
  }

  .md\:mr-18px{
    margin-right: 18px;
  }

  .md\:mb-18px{
    margin-bottom: 18px;
  }

  .md\:ml-18px{
    margin-left: 18px;
  }

  .md\:mt-20px{
    margin-top: 20px;
  }

  .md\:mr-20px{
    margin-right: 20px;
  }

  .md\:mb-20px{
    margin-bottom: 20px;
  }

  .md\:ml-20px{
    margin-left: 20px;
  }

  .md\:mt-24px{
    margin-top: 24px;
  }

  .md\:mr-24px{
    margin-right: 24px;
  }

  .md\:mb-24px{
    margin-bottom: 24px;
  }

  .md\:ml-24px{
    margin-left: 24px;
  }

  .md\:mt-25px{
    margin-top: 25px;
  }

  .md\:mr-25px{
    margin-right: 25px;
  }

  .md\:mb-25px{
    margin-bottom: 25px;
  }

  .md\:ml-25px{
    margin-left: 25px;
  }

  .md\:mt-26px{
    margin-top: 26px;
  }

  .md\:mr-26px{
    margin-right: 26px;
  }

  .md\:mb-26px{
    margin-bottom: 26px;
  }

  .md\:ml-26px{
    margin-left: 26px;
  }

  .md\:mt-30px{
    margin-top: 30px;
  }

  .md\:mr-30px{
    margin-right: 30px;
  }

  .md\:mb-30px{
    margin-bottom: 30px;
  }

  .md\:ml-30px{
    margin-left: 30px;
  }

  .md\:mt-34px{
    margin-top: 34px;
  }

  .md\:mr-34px{
    margin-right: 34px;
  }

  .md\:mb-34px{
    margin-bottom: 34px;
  }

  .md\:ml-34px{
    margin-left: 34px;
  }

  .md\:mt-36px{
    margin-top: 36px;
  }

  .md\:mr-36px{
    margin-right: 36px;
  }

  .md\:mb-36px{
    margin-bottom: 36px;
  }

  .md\:ml-36px{
    margin-left: 36px;
  }

  .md\:mt-40px{
    margin-top: 40px;
  }

  .md\:mr-40px{
    margin-right: 40px;
  }

  .md\:mb-40px{
    margin-bottom: 40px;
  }

  .md\:ml-40px{
    margin-left: 40px;
  }

  .md\:mt-45px{
    margin-top: 45px;
  }

  .md\:mr-45px{
    margin-right: 45px;
  }

  .md\:mb-45px{
    margin-bottom: 45px;
  }

  .md\:ml-45px{
    margin-left: 45px;
  }

  .md\:mt-49px{
    margin-top: 49px;
  }

  .md\:mr-49px{
    margin-right: 49px;
  }

  .md\:mb-49px{
    margin-bottom: 49px;
  }

  .md\:ml-49px{
    margin-left: 49px;
  }

  .md\:mt-50px{
    margin-top: 50px;
  }

  .md\:mr-50px{
    margin-right: 50px;
  }

  .md\:mb-50px{
    margin-bottom: 50px;
  }

  .md\:ml-50px{
    margin-left: 50px;
  }

  .md\:mt-53px{
    margin-top: 53px;
  }

  .md\:mr-53px{
    margin-right: 53px;
  }

  .md\:mb-53px{
    margin-bottom: 53px;
  }

  .md\:ml-53px{
    margin-left: 53px;
  }

  .md\:mt-55px{
    margin-top: 55px;
  }

  .md\:mr-55px{
    margin-right: 55px;
  }

  .md\:mb-55px{
    margin-bottom: 55px;
  }

  .md\:ml-55px{
    margin-left: 55px;
  }

  .md\:mt-60px{
    margin-top: 60px;
  }

  .md\:mr-60px{
    margin-right: 60px;
  }

  .md\:mb-60px{
    margin-bottom: 60px;
  }

  .md\:ml-60px{
    margin-left: 60px;
  }

  .md\:mt-68px{
    margin-top: 68px;
  }

  .md\:mr-68px{
    margin-right: 68px;
  }

  .md\:mb-68px{
    margin-bottom: 68px;
  }

  .md\:ml-68px{
    margin-left: 68px;
  }

  .md\:mt-80px{
    margin-top: 80px;
  }

  .md\:mr-80px{
    margin-right: 80px;
  }

  .md\:mb-80px{
    margin-bottom: 80px;
  }

  .md\:ml-80px{
    margin-left: 80px;
  }

  .md\:mt-90px{
    margin-top: 90px;
  }

  .md\:mr-90px{
    margin-right: 90px;
  }

  .md\:mb-90px{
    margin-bottom: 90px;
  }

  .md\:ml-90px{
    margin-left: 90px;
  }

  .md\:mt-93px{
    margin-top: 93px;
  }

  .md\:mr-93px{
    margin-right: 93px;
  }

  .md\:mb-93px{
    margin-bottom: 93px;
  }

  .md\:ml-93px{
    margin-left: 93px;
  }

  .md\:mt-115px{
    margin-top: 115px;
  }

  .md\:mr-115px{
    margin-right: 115px;
  }

  .md\:mb-115px{
    margin-bottom: 115px;
  }

  .md\:ml-115px{
    margin-left: 115px;
  }

  .md\:-mt-2px{
    margin-top: -2px;
  }

  .md\:-mr-2px{
    margin-right: -2px;
  }

  .md\:-mb-2px{
    margin-bottom: -2px;
  }

  .md\:-ml-2px{
    margin-left: -2px;
  }

  .md\:-mt-4px{
    margin-top: -4px;
  }

  .md\:-mr-4px{
    margin-right: -4px;
  }

  .md\:-mb-4px{
    margin-bottom: -4px;
  }

  .md\:-ml-4px{
    margin-left: -4px;
  }

  .md\:-mt-5px{
    margin-top: -5px;
  }

  .md\:-mr-5px{
    margin-right: -5px;
  }

  .md\:-mb-5px{
    margin-bottom: -5px;
  }

  .md\:-ml-5px{
    margin-left: -5px;
  }

  .md\:-mt-6px{
    margin-top: -6px;
  }

  .md\:-mr-6px{
    margin-right: -6px;
  }

  .md\:-mb-6px{
    margin-bottom: -6px;
  }

  .md\:-ml-6px{
    margin-left: -6px;
  }

  .md\:-mt-7px{
    margin-top: -7px;
  }

  .md\:-mr-7px{
    margin-right: -7px;
  }

  .md\:-mb-7px{
    margin-bottom: -7px;
  }

  .md\:-ml-7px{
    margin-left: -7px;
  }

  .md\:-mt-8px{
    margin-top: -8px;
  }

  .md\:-mr-8px{
    margin-right: -8px;
  }

  .md\:-mb-8px{
    margin-bottom: -8px;
  }

  .md\:-ml-8px{
    margin-left: -8px;
  }

  .md\:-mt-10px{
    margin-top: -10px;
  }

  .md\:-mr-10px{
    margin-right: -10px;
  }

  .md\:-mb-10px{
    margin-bottom: -10px;
  }

  .md\:-ml-10px{
    margin-left: -10px;
  }

  .md\:-mt-11px{
    margin-top: -11px;
  }

  .md\:-mr-11px{
    margin-right: -11px;
  }

  .md\:-mb-11px{
    margin-bottom: -11px;
  }

  .md\:-ml-11px{
    margin-left: -11px;
  }

  .md\:-mt-12px{
    margin-top: -12px;
  }

  .md\:-mr-12px{
    margin-right: -12px;
  }

  .md\:-mb-12px{
    margin-bottom: -12px;
  }

  .md\:-ml-12px{
    margin-left: -12px;
  }

  .md\:-mt-14px{
    margin-top: -14px;
  }

  .md\:-mr-14px{
    margin-right: -14px;
  }

  .md\:-mb-14px{
    margin-bottom: -14px;
  }

  .md\:-ml-14px{
    margin-left: -14px;
  }

  .md\:-mt-15px{
    margin-top: -15px;
  }

  .md\:-mr-15px{
    margin-right: -15px;
  }

  .md\:-mb-15px{
    margin-bottom: -15px;
  }

  .md\:-ml-15px{
    margin-left: -15px;
  }

  .md\:-mt-16px{
    margin-top: -16px;
  }

  .md\:-mr-16px{
    margin-right: -16px;
  }

  .md\:-mb-16px{
    margin-bottom: -16px;
  }

  .md\:-ml-16px{
    margin-left: -16px;
  }

  .md\:-mt-18px{
    margin-top: -18px;
  }

  .md\:-mr-18px{
    margin-right: -18px;
  }

  .md\:-mb-18px{
    margin-bottom: -18px;
  }

  .md\:-ml-18px{
    margin-left: -18px;
  }

  .md\:-mt-20px{
    margin-top: -20px;
  }

  .md\:-mr-20px{
    margin-right: -20px;
  }

  .md\:-mb-20px{
    margin-bottom: -20px;
  }

  .md\:-ml-20px{
    margin-left: -20px;
  }

  .md\:-mt-24px{
    margin-top: -24px;
  }

  .md\:-mr-24px{
    margin-right: -24px;
  }

  .md\:-mb-24px{
    margin-bottom: -24px;
  }

  .md\:-ml-24px{
    margin-left: -24px;
  }

  .md\:-mt-25px{
    margin-top: -25px;
  }

  .md\:-mr-25px{
    margin-right: -25px;
  }

  .md\:-mb-25px{
    margin-bottom: -25px;
  }

  .md\:-ml-25px{
    margin-left: -25px;
  }

  .md\:-mt-26px{
    margin-top: -26px;
  }

  .md\:-mr-26px{
    margin-right: -26px;
  }

  .md\:-mb-26px{
    margin-bottom: -26px;
  }

  .md\:-ml-26px{
    margin-left: -26px;
  }

  .md\:-mt-30px{
    margin-top: -30px;
  }

  .md\:-mr-30px{
    margin-right: -30px;
  }

  .md\:-mb-30px{
    margin-bottom: -30px;
  }

  .md\:-ml-30px{
    margin-left: -30px;
  }

  .md\:-mt-34px{
    margin-top: -34px;
  }

  .md\:-mr-34px{
    margin-right: -34px;
  }

  .md\:-mb-34px{
    margin-bottom: -34px;
  }

  .md\:-ml-34px{
    margin-left: -34px;
  }

  .md\:-mt-36px{
    margin-top: -36px;
  }

  .md\:-mr-36px{
    margin-right: -36px;
  }

  .md\:-mb-36px{
    margin-bottom: -36px;
  }

  .md\:-ml-36px{
    margin-left: -36px;
  }

  .md\:-mt-40px{
    margin-top: -40px;
  }

  .md\:-mr-40px{
    margin-right: -40px;
  }

  .md\:-mb-40px{
    margin-bottom: -40px;
  }

  .md\:-ml-40px{
    margin-left: -40px;
  }

  .md\:-mt-45px{
    margin-top: -45px;
  }

  .md\:-mr-45px{
    margin-right: -45px;
  }

  .md\:-mb-45px{
    margin-bottom: -45px;
  }

  .md\:-ml-45px{
    margin-left: -45px;
  }

  .md\:-mt-49px{
    margin-top: -49px;
  }

  .md\:-mr-49px{
    margin-right: -49px;
  }

  .md\:-mb-49px{
    margin-bottom: -49px;
  }

  .md\:-ml-49px{
    margin-left: -49px;
  }

  .md\:-mt-50px{
    margin-top: -50px;
  }

  .md\:-mr-50px{
    margin-right: -50px;
  }

  .md\:-mb-50px{
    margin-bottom: -50px;
  }

  .md\:-ml-50px{
    margin-left: -50px;
  }

  .md\:-mt-53px{
    margin-top: -53px;
  }

  .md\:-mr-53px{
    margin-right: -53px;
  }

  .md\:-mb-53px{
    margin-bottom: -53px;
  }

  .md\:-ml-53px{
    margin-left: -53px;
  }

  .md\:-mt-55px{
    margin-top: -55px;
  }

  .md\:-mr-55px{
    margin-right: -55px;
  }

  .md\:-mb-55px{
    margin-bottom: -55px;
  }

  .md\:-ml-55px{
    margin-left: -55px;
  }

  .md\:-mt-60px{
    margin-top: -60px;
  }

  .md\:-mr-60px{
    margin-right: -60px;
  }

  .md\:-mb-60px{
    margin-bottom: -60px;
  }

  .md\:-ml-60px{
    margin-left: -60px;
  }

  .md\:-mt-68px{
    margin-top: -68px;
  }

  .md\:-mr-68px{
    margin-right: -68px;
  }

  .md\:-mb-68px{
    margin-bottom: -68px;
  }

  .md\:-ml-68px{
    margin-left: -68px;
  }

  .md\:-mt-80px{
    margin-top: -80px;
  }

  .md\:-mr-80px{
    margin-right: -80px;
  }

  .md\:-mb-80px{
    margin-bottom: -80px;
  }

  .md\:-ml-80px{
    margin-left: -80px;
  }

  .md\:-mt-90px{
    margin-top: -90px;
  }

  .md\:-mr-90px{
    margin-right: -90px;
  }

  .md\:-mb-90px{
    margin-bottom: -90px;
  }

  .md\:-ml-90px{
    margin-left: -90px;
  }

  .md\:-mt-93px{
    margin-top: -93px;
  }

  .md\:-mr-93px{
    margin-right: -93px;
  }

  .md\:-mb-93px{
    margin-bottom: -93px;
  }

  .md\:-ml-93px{
    margin-left: -93px;
  }

  .md\:-mt-115px{
    margin-top: -115px;
  }

  .md\:-mr-115px{
    margin-right: -115px;
  }

  .md\:-mb-115px{
    margin-bottom: -115px;
  }

  .md\:-ml-115px{
    margin-left: -115px;
  }

  .md\:last\:m-0:last-child{
    margin: 0;
  }

  .md\:last\:m-auto:last-child{
    margin: auto;
  }

  .md\:last\:m-2px:last-child{
    margin: 2px;
  }

  .md\:last\:m-4px:last-child{
    margin: 4px;
  }

  .md\:last\:m-5px:last-child{
    margin: 5px;
  }

  .md\:last\:m-6px:last-child{
    margin: 6px;
  }

  .md\:last\:m-7px:last-child{
    margin: 7px;
  }

  .md\:last\:m-8px:last-child{
    margin: 8px;
  }

  .md\:last\:m-10px:last-child{
    margin: 10px;
  }

  .md\:last\:m-11px:last-child{
    margin: 11px;
  }

  .md\:last\:m-12px:last-child{
    margin: 12px;
  }

  .md\:last\:m-14px:last-child{
    margin: 14px;
  }

  .md\:last\:m-15px:last-child{
    margin: 15px;
  }

  .md\:last\:m-16px:last-child{
    margin: 16px;
  }

  .md\:last\:m-18px:last-child{
    margin: 18px;
  }

  .md\:last\:m-20px:last-child{
    margin: 20px;
  }

  .md\:last\:m-24px:last-child{
    margin: 24px;
  }

  .md\:last\:m-25px:last-child{
    margin: 25px;
  }

  .md\:last\:m-26px:last-child{
    margin: 26px;
  }

  .md\:last\:m-30px:last-child{
    margin: 30px;
  }

  .md\:last\:m-34px:last-child{
    margin: 34px;
  }

  .md\:last\:m-36px:last-child{
    margin: 36px;
  }

  .md\:last\:m-40px:last-child{
    margin: 40px;
  }

  .md\:last\:m-45px:last-child{
    margin: 45px;
  }

  .md\:last\:m-49px:last-child{
    margin: 49px;
  }

  .md\:last\:m-50px:last-child{
    margin: 50px;
  }

  .md\:last\:m-53px:last-child{
    margin: 53px;
  }

  .md\:last\:m-55px:last-child{
    margin: 55px;
  }

  .md\:last\:m-60px:last-child{
    margin: 60px;
  }

  .md\:last\:m-68px:last-child{
    margin: 68px;
  }

  .md\:last\:m-80px:last-child{
    margin: 80px;
  }

  .md\:last\:m-90px:last-child{
    margin: 90px;
  }

  .md\:last\:m-93px:last-child{
    margin: 93px;
  }

  .md\:last\:m-115px:last-child{
    margin: 115px;
  }

  .md\:last\:-m-2px:last-child{
    margin: -2px;
  }

  .md\:last\:-m-4px:last-child{
    margin: -4px;
  }

  .md\:last\:-m-5px:last-child{
    margin: -5px;
  }

  .md\:last\:-m-6px:last-child{
    margin: -6px;
  }

  .md\:last\:-m-7px:last-child{
    margin: -7px;
  }

  .md\:last\:-m-8px:last-child{
    margin: -8px;
  }

  .md\:last\:-m-10px:last-child{
    margin: -10px;
  }

  .md\:last\:-m-11px:last-child{
    margin: -11px;
  }

  .md\:last\:-m-12px:last-child{
    margin: -12px;
  }

  .md\:last\:-m-14px:last-child{
    margin: -14px;
  }

  .md\:last\:-m-15px:last-child{
    margin: -15px;
  }

  .md\:last\:-m-16px:last-child{
    margin: -16px;
  }

  .md\:last\:-m-18px:last-child{
    margin: -18px;
  }

  .md\:last\:-m-20px:last-child{
    margin: -20px;
  }

  .md\:last\:-m-24px:last-child{
    margin: -24px;
  }

  .md\:last\:-m-25px:last-child{
    margin: -25px;
  }

  .md\:last\:-m-26px:last-child{
    margin: -26px;
  }

  .md\:last\:-m-30px:last-child{
    margin: -30px;
  }

  .md\:last\:-m-34px:last-child{
    margin: -34px;
  }

  .md\:last\:-m-36px:last-child{
    margin: -36px;
  }

  .md\:last\:-m-40px:last-child{
    margin: -40px;
  }

  .md\:last\:-m-45px:last-child{
    margin: -45px;
  }

  .md\:last\:-m-49px:last-child{
    margin: -49px;
  }

  .md\:last\:-m-50px:last-child{
    margin: -50px;
  }

  .md\:last\:-m-53px:last-child{
    margin: -53px;
  }

  .md\:last\:-m-55px:last-child{
    margin: -55px;
  }

  .md\:last\:-m-60px:last-child{
    margin: -60px;
  }

  .md\:last\:-m-68px:last-child{
    margin: -68px;
  }

  .md\:last\:-m-80px:last-child{
    margin: -80px;
  }

  .md\:last\:-m-90px:last-child{
    margin: -90px;
  }

  .md\:last\:-m-93px:last-child{
    margin: -93px;
  }

  .md\:last\:-m-115px:last-child{
    margin: -115px;
  }

  .md\:last\:my-0:last-child{
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:last\:mx-0:last-child{
    margin-left: 0;
    margin-right: 0;
  }

  .md\:last\:my-auto:last-child{
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:last\:mx-auto:last-child{
    margin-left: auto;
    margin-right: auto;
  }

  .md\:last\:my-2px:last-child{
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .md\:last\:mx-2px:last-child{
    margin-left: 2px;
    margin-right: 2px;
  }

  .md\:last\:my-4px:last-child{
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .md\:last\:mx-4px:last-child{
    margin-left: 4px;
    margin-right: 4px;
  }

  .md\:last\:my-5px:last-child{
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .md\:last\:mx-5px:last-child{
    margin-left: 5px;
    margin-right: 5px;
  }

  .md\:last\:my-6px:last-child{
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .md\:last\:mx-6px:last-child{
    margin-left: 6px;
    margin-right: 6px;
  }

  .md\:last\:my-7px:last-child{
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .md\:last\:mx-7px:last-child{
    margin-left: 7px;
    margin-right: 7px;
  }

  .md\:last\:my-8px:last-child{
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .md\:last\:mx-8px:last-child{
    margin-left: 8px;
    margin-right: 8px;
  }

  .md\:last\:my-10px:last-child{
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .md\:last\:mx-10px:last-child{
    margin-left: 10px;
    margin-right: 10px;
  }

  .md\:last\:my-11px:last-child{
    margin-top: 11px;
    margin-bottom: 11px;
  }

  .md\:last\:mx-11px:last-child{
    margin-left: 11px;
    margin-right: 11px;
  }

  .md\:last\:my-12px:last-child{
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .md\:last\:mx-12px:last-child{
    margin-left: 12px;
    margin-right: 12px;
  }

  .md\:last\:my-14px:last-child{
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .md\:last\:mx-14px:last-child{
    margin-left: 14px;
    margin-right: 14px;
  }

  .md\:last\:my-15px:last-child{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .md\:last\:mx-15px:last-child{
    margin-left: 15px;
    margin-right: 15px;
  }

  .md\:last\:my-16px:last-child{
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .md\:last\:mx-16px:last-child{
    margin-left: 16px;
    margin-right: 16px;
  }

  .md\:last\:my-18px:last-child{
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .md\:last\:mx-18px:last-child{
    margin-left: 18px;
    margin-right: 18px;
  }

  .md\:last\:my-20px:last-child{
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .md\:last\:mx-20px:last-child{
    margin-left: 20px;
    margin-right: 20px;
  }

  .md\:last\:my-24px:last-child{
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .md\:last\:mx-24px:last-child{
    margin-left: 24px;
    margin-right: 24px;
  }

  .md\:last\:my-25px:last-child{
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .md\:last\:mx-25px:last-child{
    margin-left: 25px;
    margin-right: 25px;
  }

  .md\:last\:my-26px:last-child{
    margin-top: 26px;
    margin-bottom: 26px;
  }

  .md\:last\:mx-26px:last-child{
    margin-left: 26px;
    margin-right: 26px;
  }

  .md\:last\:my-30px:last-child{
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .md\:last\:mx-30px:last-child{
    margin-left: 30px;
    margin-right: 30px;
  }

  .md\:last\:my-34px:last-child{
    margin-top: 34px;
    margin-bottom: 34px;
  }

  .md\:last\:mx-34px:last-child{
    margin-left: 34px;
    margin-right: 34px;
  }

  .md\:last\:my-36px:last-child{
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .md\:last\:mx-36px:last-child{
    margin-left: 36px;
    margin-right: 36px;
  }

  .md\:last\:my-40px:last-child{
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .md\:last\:mx-40px:last-child{
    margin-left: 40px;
    margin-right: 40px;
  }

  .md\:last\:my-45px:last-child{
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .md\:last\:mx-45px:last-child{
    margin-left: 45px;
    margin-right: 45px;
  }

  .md\:last\:my-49px:last-child{
    margin-top: 49px;
    margin-bottom: 49px;
  }

  .md\:last\:mx-49px:last-child{
    margin-left: 49px;
    margin-right: 49px;
  }

  .md\:last\:my-50px:last-child{
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .md\:last\:mx-50px:last-child{
    margin-left: 50px;
    margin-right: 50px;
  }

  .md\:last\:my-53px:last-child{
    margin-top: 53px;
    margin-bottom: 53px;
  }

  .md\:last\:mx-53px:last-child{
    margin-left: 53px;
    margin-right: 53px;
  }

  .md\:last\:my-55px:last-child{
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .md\:last\:mx-55px:last-child{
    margin-left: 55px;
    margin-right: 55px;
  }

  .md\:last\:my-60px:last-child{
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .md\:last\:mx-60px:last-child{
    margin-left: 60px;
    margin-right: 60px;
  }

  .md\:last\:my-68px:last-child{
    margin-top: 68px;
    margin-bottom: 68px;
  }

  .md\:last\:mx-68px:last-child{
    margin-left: 68px;
    margin-right: 68px;
  }

  .md\:last\:my-80px:last-child{
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .md\:last\:mx-80px:last-child{
    margin-left: 80px;
    margin-right: 80px;
  }

  .md\:last\:my-90px:last-child{
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .md\:last\:mx-90px:last-child{
    margin-left: 90px;
    margin-right: 90px;
  }

  .md\:last\:my-93px:last-child{
    margin-top: 93px;
    margin-bottom: 93px;
  }

  .md\:last\:mx-93px:last-child{
    margin-left: 93px;
    margin-right: 93px;
  }

  .md\:last\:my-115px:last-child{
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .md\:last\:mx-115px:last-child{
    margin-left: 115px;
    margin-right: 115px;
  }

  .md\:last\:-my-2px:last-child{
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .md\:last\:-mx-2px:last-child{
    margin-left: -2px;
    margin-right: -2px;
  }

  .md\:last\:-my-4px:last-child{
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .md\:last\:-mx-4px:last-child{
    margin-left: -4px;
    margin-right: -4px;
  }

  .md\:last\:-my-5px:last-child{
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .md\:last\:-mx-5px:last-child{
    margin-left: -5px;
    margin-right: -5px;
  }

  .md\:last\:-my-6px:last-child{
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .md\:last\:-mx-6px:last-child{
    margin-left: -6px;
    margin-right: -6px;
  }

  .md\:last\:-my-7px:last-child{
    margin-top: -7px;
    margin-bottom: -7px;
  }

  .md\:last\:-mx-7px:last-child{
    margin-left: -7px;
    margin-right: -7px;
  }

  .md\:last\:-my-8px:last-child{
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .md\:last\:-mx-8px:last-child{
    margin-left: -8px;
    margin-right: -8px;
  }

  .md\:last\:-my-10px:last-child{
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .md\:last\:-mx-10px:last-child{
    margin-left: -10px;
    margin-right: -10px;
  }

  .md\:last\:-my-11px:last-child{
    margin-top: -11px;
    margin-bottom: -11px;
  }

  .md\:last\:-mx-11px:last-child{
    margin-left: -11px;
    margin-right: -11px;
  }

  .md\:last\:-my-12px:last-child{
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .md\:last\:-mx-12px:last-child{
    margin-left: -12px;
    margin-right: -12px;
  }

  .md\:last\:-my-14px:last-child{
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .md\:last\:-mx-14px:last-child{
    margin-left: -14px;
    margin-right: -14px;
  }

  .md\:last\:-my-15px:last-child{
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .md\:last\:-mx-15px:last-child{
    margin-left: -15px;
    margin-right: -15px;
  }

  .md\:last\:-my-16px:last-child{
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .md\:last\:-mx-16px:last-child{
    margin-left: -16px;
    margin-right: -16px;
  }

  .md\:last\:-my-18px:last-child{
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .md\:last\:-mx-18px:last-child{
    margin-left: -18px;
    margin-right: -18px;
  }

  .md\:last\:-my-20px:last-child{
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .md\:last\:-mx-20px:last-child{
    margin-left: -20px;
    margin-right: -20px;
  }

  .md\:last\:-my-24px:last-child{
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .md\:last\:-mx-24px:last-child{
    margin-left: -24px;
    margin-right: -24px;
  }

  .md\:last\:-my-25px:last-child{
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .md\:last\:-mx-25px:last-child{
    margin-left: -25px;
    margin-right: -25px;
  }

  .md\:last\:-my-26px:last-child{
    margin-top: -26px;
    margin-bottom: -26px;
  }

  .md\:last\:-mx-26px:last-child{
    margin-left: -26px;
    margin-right: -26px;
  }

  .md\:last\:-my-30px:last-child{
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .md\:last\:-mx-30px:last-child{
    margin-left: -30px;
    margin-right: -30px;
  }

  .md\:last\:-my-34px:last-child{
    margin-top: -34px;
    margin-bottom: -34px;
  }

  .md\:last\:-mx-34px:last-child{
    margin-left: -34px;
    margin-right: -34px;
  }

  .md\:last\:-my-36px:last-child{
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .md\:last\:-mx-36px:last-child{
    margin-left: -36px;
    margin-right: -36px;
  }

  .md\:last\:-my-40px:last-child{
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .md\:last\:-mx-40px:last-child{
    margin-left: -40px;
    margin-right: -40px;
  }

  .md\:last\:-my-45px:last-child{
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .md\:last\:-mx-45px:last-child{
    margin-left: -45px;
    margin-right: -45px;
  }

  .md\:last\:-my-49px:last-child{
    margin-top: -49px;
    margin-bottom: -49px;
  }

  .md\:last\:-mx-49px:last-child{
    margin-left: -49px;
    margin-right: -49px;
  }

  .md\:last\:-my-50px:last-child{
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .md\:last\:-mx-50px:last-child{
    margin-left: -50px;
    margin-right: -50px;
  }

  .md\:last\:-my-53px:last-child{
    margin-top: -53px;
    margin-bottom: -53px;
  }

  .md\:last\:-mx-53px:last-child{
    margin-left: -53px;
    margin-right: -53px;
  }

  .md\:last\:-my-55px:last-child{
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .md\:last\:-mx-55px:last-child{
    margin-left: -55px;
    margin-right: -55px;
  }

  .md\:last\:-my-60px:last-child{
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .md\:last\:-mx-60px:last-child{
    margin-left: -60px;
    margin-right: -60px;
  }

  .md\:last\:-my-68px:last-child{
    margin-top: -68px;
    margin-bottom: -68px;
  }

  .md\:last\:-mx-68px:last-child{
    margin-left: -68px;
    margin-right: -68px;
  }

  .md\:last\:-my-80px:last-child{
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .md\:last\:-mx-80px:last-child{
    margin-left: -80px;
    margin-right: -80px;
  }

  .md\:last\:-my-90px:last-child{
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .md\:last\:-mx-90px:last-child{
    margin-left: -90px;
    margin-right: -90px;
  }

  .md\:last\:-my-93px:last-child{
    margin-top: -93px;
    margin-bottom: -93px;
  }

  .md\:last\:-mx-93px:last-child{
    margin-left: -93px;
    margin-right: -93px;
  }

  .md\:last\:-my-115px:last-child{
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .md\:last\:-mx-115px:last-child{
    margin-left: -115px;
    margin-right: -115px;
  }

  .md\:last\:mt-0:last-child{
    margin-top: 0;
  }

  .md\:last\:mr-0:last-child{
    margin-right: 0;
  }

  .md\:last\:mb-0:last-child{
    margin-bottom: 0;
  }

  .md\:last\:ml-0:last-child{
    margin-left: 0;
  }

  .md\:last\:mt-auto:last-child{
    margin-top: auto;
  }

  .md\:last\:mr-auto:last-child{
    margin-right: auto;
  }

  .md\:last\:mb-auto:last-child{
    margin-bottom: auto;
  }

  .md\:last\:ml-auto:last-child{
    margin-left: auto;
  }

  .md\:last\:mt-2px:last-child{
    margin-top: 2px;
  }

  .md\:last\:mr-2px:last-child{
    margin-right: 2px;
  }

  .md\:last\:mb-2px:last-child{
    margin-bottom: 2px;
  }

  .md\:last\:ml-2px:last-child{
    margin-left: 2px;
  }

  .md\:last\:mt-4px:last-child{
    margin-top: 4px;
  }

  .md\:last\:mr-4px:last-child{
    margin-right: 4px;
  }

  .md\:last\:mb-4px:last-child{
    margin-bottom: 4px;
  }

  .md\:last\:ml-4px:last-child{
    margin-left: 4px;
  }

  .md\:last\:mt-5px:last-child{
    margin-top: 5px;
  }

  .md\:last\:mr-5px:last-child{
    margin-right: 5px;
  }

  .md\:last\:mb-5px:last-child{
    margin-bottom: 5px;
  }

  .md\:last\:ml-5px:last-child{
    margin-left: 5px;
  }

  .md\:last\:mt-6px:last-child{
    margin-top: 6px;
  }

  .md\:last\:mr-6px:last-child{
    margin-right: 6px;
  }

  .md\:last\:mb-6px:last-child{
    margin-bottom: 6px;
  }

  .md\:last\:ml-6px:last-child{
    margin-left: 6px;
  }

  .md\:last\:mt-7px:last-child{
    margin-top: 7px;
  }

  .md\:last\:mr-7px:last-child{
    margin-right: 7px;
  }

  .md\:last\:mb-7px:last-child{
    margin-bottom: 7px;
  }

  .md\:last\:ml-7px:last-child{
    margin-left: 7px;
  }

  .md\:last\:mt-8px:last-child{
    margin-top: 8px;
  }

  .md\:last\:mr-8px:last-child{
    margin-right: 8px;
  }

  .md\:last\:mb-8px:last-child{
    margin-bottom: 8px;
  }

  .md\:last\:ml-8px:last-child{
    margin-left: 8px;
  }

  .md\:last\:mt-10px:last-child{
    margin-top: 10px;
  }

  .md\:last\:mr-10px:last-child{
    margin-right: 10px;
  }

  .md\:last\:mb-10px:last-child{
    margin-bottom: 10px;
  }

  .md\:last\:ml-10px:last-child{
    margin-left: 10px;
  }

  .md\:last\:mt-11px:last-child{
    margin-top: 11px;
  }

  .md\:last\:mr-11px:last-child{
    margin-right: 11px;
  }

  .md\:last\:mb-11px:last-child{
    margin-bottom: 11px;
  }

  .md\:last\:ml-11px:last-child{
    margin-left: 11px;
  }

  .md\:last\:mt-12px:last-child{
    margin-top: 12px;
  }

  .md\:last\:mr-12px:last-child{
    margin-right: 12px;
  }

  .md\:last\:mb-12px:last-child{
    margin-bottom: 12px;
  }

  .md\:last\:ml-12px:last-child{
    margin-left: 12px;
  }

  .md\:last\:mt-14px:last-child{
    margin-top: 14px;
  }

  .md\:last\:mr-14px:last-child{
    margin-right: 14px;
  }

  .md\:last\:mb-14px:last-child{
    margin-bottom: 14px;
  }

  .md\:last\:ml-14px:last-child{
    margin-left: 14px;
  }

  .md\:last\:mt-15px:last-child{
    margin-top: 15px;
  }

  .md\:last\:mr-15px:last-child{
    margin-right: 15px;
  }

  .md\:last\:mb-15px:last-child{
    margin-bottom: 15px;
  }

  .md\:last\:ml-15px:last-child{
    margin-left: 15px;
  }

  .md\:last\:mt-16px:last-child{
    margin-top: 16px;
  }

  .md\:last\:mr-16px:last-child{
    margin-right: 16px;
  }

  .md\:last\:mb-16px:last-child{
    margin-bottom: 16px;
  }

  .md\:last\:ml-16px:last-child{
    margin-left: 16px;
  }

  .md\:last\:mt-18px:last-child{
    margin-top: 18px;
  }

  .md\:last\:mr-18px:last-child{
    margin-right: 18px;
  }

  .md\:last\:mb-18px:last-child{
    margin-bottom: 18px;
  }

  .md\:last\:ml-18px:last-child{
    margin-left: 18px;
  }

  .md\:last\:mt-20px:last-child{
    margin-top: 20px;
  }

  .md\:last\:mr-20px:last-child{
    margin-right: 20px;
  }

  .md\:last\:mb-20px:last-child{
    margin-bottom: 20px;
  }

  .md\:last\:ml-20px:last-child{
    margin-left: 20px;
  }

  .md\:last\:mt-24px:last-child{
    margin-top: 24px;
  }

  .md\:last\:mr-24px:last-child{
    margin-right: 24px;
  }

  .md\:last\:mb-24px:last-child{
    margin-bottom: 24px;
  }

  .md\:last\:ml-24px:last-child{
    margin-left: 24px;
  }

  .md\:last\:mt-25px:last-child{
    margin-top: 25px;
  }

  .md\:last\:mr-25px:last-child{
    margin-right: 25px;
  }

  .md\:last\:mb-25px:last-child{
    margin-bottom: 25px;
  }

  .md\:last\:ml-25px:last-child{
    margin-left: 25px;
  }

  .md\:last\:mt-26px:last-child{
    margin-top: 26px;
  }

  .md\:last\:mr-26px:last-child{
    margin-right: 26px;
  }

  .md\:last\:mb-26px:last-child{
    margin-bottom: 26px;
  }

  .md\:last\:ml-26px:last-child{
    margin-left: 26px;
  }

  .md\:last\:mt-30px:last-child{
    margin-top: 30px;
  }

  .md\:last\:mr-30px:last-child{
    margin-right: 30px;
  }

  .md\:last\:mb-30px:last-child{
    margin-bottom: 30px;
  }

  .md\:last\:ml-30px:last-child{
    margin-left: 30px;
  }

  .md\:last\:mt-34px:last-child{
    margin-top: 34px;
  }

  .md\:last\:mr-34px:last-child{
    margin-right: 34px;
  }

  .md\:last\:mb-34px:last-child{
    margin-bottom: 34px;
  }

  .md\:last\:ml-34px:last-child{
    margin-left: 34px;
  }

  .md\:last\:mt-36px:last-child{
    margin-top: 36px;
  }

  .md\:last\:mr-36px:last-child{
    margin-right: 36px;
  }

  .md\:last\:mb-36px:last-child{
    margin-bottom: 36px;
  }

  .md\:last\:ml-36px:last-child{
    margin-left: 36px;
  }

  .md\:last\:mt-40px:last-child{
    margin-top: 40px;
  }

  .md\:last\:mr-40px:last-child{
    margin-right: 40px;
  }

  .md\:last\:mb-40px:last-child{
    margin-bottom: 40px;
  }

  .md\:last\:ml-40px:last-child{
    margin-left: 40px;
  }

  .md\:last\:mt-45px:last-child{
    margin-top: 45px;
  }

  .md\:last\:mr-45px:last-child{
    margin-right: 45px;
  }

  .md\:last\:mb-45px:last-child{
    margin-bottom: 45px;
  }

  .md\:last\:ml-45px:last-child{
    margin-left: 45px;
  }

  .md\:last\:mt-49px:last-child{
    margin-top: 49px;
  }

  .md\:last\:mr-49px:last-child{
    margin-right: 49px;
  }

  .md\:last\:mb-49px:last-child{
    margin-bottom: 49px;
  }

  .md\:last\:ml-49px:last-child{
    margin-left: 49px;
  }

  .md\:last\:mt-50px:last-child{
    margin-top: 50px;
  }

  .md\:last\:mr-50px:last-child{
    margin-right: 50px;
  }

  .md\:last\:mb-50px:last-child{
    margin-bottom: 50px;
  }

  .md\:last\:ml-50px:last-child{
    margin-left: 50px;
  }

  .md\:last\:mt-53px:last-child{
    margin-top: 53px;
  }

  .md\:last\:mr-53px:last-child{
    margin-right: 53px;
  }

  .md\:last\:mb-53px:last-child{
    margin-bottom: 53px;
  }

  .md\:last\:ml-53px:last-child{
    margin-left: 53px;
  }

  .md\:last\:mt-55px:last-child{
    margin-top: 55px;
  }

  .md\:last\:mr-55px:last-child{
    margin-right: 55px;
  }

  .md\:last\:mb-55px:last-child{
    margin-bottom: 55px;
  }

  .md\:last\:ml-55px:last-child{
    margin-left: 55px;
  }

  .md\:last\:mt-60px:last-child{
    margin-top: 60px;
  }

  .md\:last\:mr-60px:last-child{
    margin-right: 60px;
  }

  .md\:last\:mb-60px:last-child{
    margin-bottom: 60px;
  }

  .md\:last\:ml-60px:last-child{
    margin-left: 60px;
  }

  .md\:last\:mt-68px:last-child{
    margin-top: 68px;
  }

  .md\:last\:mr-68px:last-child{
    margin-right: 68px;
  }

  .md\:last\:mb-68px:last-child{
    margin-bottom: 68px;
  }

  .md\:last\:ml-68px:last-child{
    margin-left: 68px;
  }

  .md\:last\:mt-80px:last-child{
    margin-top: 80px;
  }

  .md\:last\:mr-80px:last-child{
    margin-right: 80px;
  }

  .md\:last\:mb-80px:last-child{
    margin-bottom: 80px;
  }

  .md\:last\:ml-80px:last-child{
    margin-left: 80px;
  }

  .md\:last\:mt-90px:last-child{
    margin-top: 90px;
  }

  .md\:last\:mr-90px:last-child{
    margin-right: 90px;
  }

  .md\:last\:mb-90px:last-child{
    margin-bottom: 90px;
  }

  .md\:last\:ml-90px:last-child{
    margin-left: 90px;
  }

  .md\:last\:mt-93px:last-child{
    margin-top: 93px;
  }

  .md\:last\:mr-93px:last-child{
    margin-right: 93px;
  }

  .md\:last\:mb-93px:last-child{
    margin-bottom: 93px;
  }

  .md\:last\:ml-93px:last-child{
    margin-left: 93px;
  }

  .md\:last\:mt-115px:last-child{
    margin-top: 115px;
  }

  .md\:last\:mr-115px:last-child{
    margin-right: 115px;
  }

  .md\:last\:mb-115px:last-child{
    margin-bottom: 115px;
  }

  .md\:last\:ml-115px:last-child{
    margin-left: 115px;
  }

  .md\:last\:-mt-2px:last-child{
    margin-top: -2px;
  }

  .md\:last\:-mr-2px:last-child{
    margin-right: -2px;
  }

  .md\:last\:-mb-2px:last-child{
    margin-bottom: -2px;
  }

  .md\:last\:-ml-2px:last-child{
    margin-left: -2px;
  }

  .md\:last\:-mt-4px:last-child{
    margin-top: -4px;
  }

  .md\:last\:-mr-4px:last-child{
    margin-right: -4px;
  }

  .md\:last\:-mb-4px:last-child{
    margin-bottom: -4px;
  }

  .md\:last\:-ml-4px:last-child{
    margin-left: -4px;
  }

  .md\:last\:-mt-5px:last-child{
    margin-top: -5px;
  }

  .md\:last\:-mr-5px:last-child{
    margin-right: -5px;
  }

  .md\:last\:-mb-5px:last-child{
    margin-bottom: -5px;
  }

  .md\:last\:-ml-5px:last-child{
    margin-left: -5px;
  }

  .md\:last\:-mt-6px:last-child{
    margin-top: -6px;
  }

  .md\:last\:-mr-6px:last-child{
    margin-right: -6px;
  }

  .md\:last\:-mb-6px:last-child{
    margin-bottom: -6px;
  }

  .md\:last\:-ml-6px:last-child{
    margin-left: -6px;
  }

  .md\:last\:-mt-7px:last-child{
    margin-top: -7px;
  }

  .md\:last\:-mr-7px:last-child{
    margin-right: -7px;
  }

  .md\:last\:-mb-7px:last-child{
    margin-bottom: -7px;
  }

  .md\:last\:-ml-7px:last-child{
    margin-left: -7px;
  }

  .md\:last\:-mt-8px:last-child{
    margin-top: -8px;
  }

  .md\:last\:-mr-8px:last-child{
    margin-right: -8px;
  }

  .md\:last\:-mb-8px:last-child{
    margin-bottom: -8px;
  }

  .md\:last\:-ml-8px:last-child{
    margin-left: -8px;
  }

  .md\:last\:-mt-10px:last-child{
    margin-top: -10px;
  }

  .md\:last\:-mr-10px:last-child{
    margin-right: -10px;
  }

  .md\:last\:-mb-10px:last-child{
    margin-bottom: -10px;
  }

  .md\:last\:-ml-10px:last-child{
    margin-left: -10px;
  }

  .md\:last\:-mt-11px:last-child{
    margin-top: -11px;
  }

  .md\:last\:-mr-11px:last-child{
    margin-right: -11px;
  }

  .md\:last\:-mb-11px:last-child{
    margin-bottom: -11px;
  }

  .md\:last\:-ml-11px:last-child{
    margin-left: -11px;
  }

  .md\:last\:-mt-12px:last-child{
    margin-top: -12px;
  }

  .md\:last\:-mr-12px:last-child{
    margin-right: -12px;
  }

  .md\:last\:-mb-12px:last-child{
    margin-bottom: -12px;
  }

  .md\:last\:-ml-12px:last-child{
    margin-left: -12px;
  }

  .md\:last\:-mt-14px:last-child{
    margin-top: -14px;
  }

  .md\:last\:-mr-14px:last-child{
    margin-right: -14px;
  }

  .md\:last\:-mb-14px:last-child{
    margin-bottom: -14px;
  }

  .md\:last\:-ml-14px:last-child{
    margin-left: -14px;
  }

  .md\:last\:-mt-15px:last-child{
    margin-top: -15px;
  }

  .md\:last\:-mr-15px:last-child{
    margin-right: -15px;
  }

  .md\:last\:-mb-15px:last-child{
    margin-bottom: -15px;
  }

  .md\:last\:-ml-15px:last-child{
    margin-left: -15px;
  }

  .md\:last\:-mt-16px:last-child{
    margin-top: -16px;
  }

  .md\:last\:-mr-16px:last-child{
    margin-right: -16px;
  }

  .md\:last\:-mb-16px:last-child{
    margin-bottom: -16px;
  }

  .md\:last\:-ml-16px:last-child{
    margin-left: -16px;
  }

  .md\:last\:-mt-18px:last-child{
    margin-top: -18px;
  }

  .md\:last\:-mr-18px:last-child{
    margin-right: -18px;
  }

  .md\:last\:-mb-18px:last-child{
    margin-bottom: -18px;
  }

  .md\:last\:-ml-18px:last-child{
    margin-left: -18px;
  }

  .md\:last\:-mt-20px:last-child{
    margin-top: -20px;
  }

  .md\:last\:-mr-20px:last-child{
    margin-right: -20px;
  }

  .md\:last\:-mb-20px:last-child{
    margin-bottom: -20px;
  }

  .md\:last\:-ml-20px:last-child{
    margin-left: -20px;
  }

  .md\:last\:-mt-24px:last-child{
    margin-top: -24px;
  }

  .md\:last\:-mr-24px:last-child{
    margin-right: -24px;
  }

  .md\:last\:-mb-24px:last-child{
    margin-bottom: -24px;
  }

  .md\:last\:-ml-24px:last-child{
    margin-left: -24px;
  }

  .md\:last\:-mt-25px:last-child{
    margin-top: -25px;
  }

  .md\:last\:-mr-25px:last-child{
    margin-right: -25px;
  }

  .md\:last\:-mb-25px:last-child{
    margin-bottom: -25px;
  }

  .md\:last\:-ml-25px:last-child{
    margin-left: -25px;
  }

  .md\:last\:-mt-26px:last-child{
    margin-top: -26px;
  }

  .md\:last\:-mr-26px:last-child{
    margin-right: -26px;
  }

  .md\:last\:-mb-26px:last-child{
    margin-bottom: -26px;
  }

  .md\:last\:-ml-26px:last-child{
    margin-left: -26px;
  }

  .md\:last\:-mt-30px:last-child{
    margin-top: -30px;
  }

  .md\:last\:-mr-30px:last-child{
    margin-right: -30px;
  }

  .md\:last\:-mb-30px:last-child{
    margin-bottom: -30px;
  }

  .md\:last\:-ml-30px:last-child{
    margin-left: -30px;
  }

  .md\:last\:-mt-34px:last-child{
    margin-top: -34px;
  }

  .md\:last\:-mr-34px:last-child{
    margin-right: -34px;
  }

  .md\:last\:-mb-34px:last-child{
    margin-bottom: -34px;
  }

  .md\:last\:-ml-34px:last-child{
    margin-left: -34px;
  }

  .md\:last\:-mt-36px:last-child{
    margin-top: -36px;
  }

  .md\:last\:-mr-36px:last-child{
    margin-right: -36px;
  }

  .md\:last\:-mb-36px:last-child{
    margin-bottom: -36px;
  }

  .md\:last\:-ml-36px:last-child{
    margin-left: -36px;
  }

  .md\:last\:-mt-40px:last-child{
    margin-top: -40px;
  }

  .md\:last\:-mr-40px:last-child{
    margin-right: -40px;
  }

  .md\:last\:-mb-40px:last-child{
    margin-bottom: -40px;
  }

  .md\:last\:-ml-40px:last-child{
    margin-left: -40px;
  }

  .md\:last\:-mt-45px:last-child{
    margin-top: -45px;
  }

  .md\:last\:-mr-45px:last-child{
    margin-right: -45px;
  }

  .md\:last\:-mb-45px:last-child{
    margin-bottom: -45px;
  }

  .md\:last\:-ml-45px:last-child{
    margin-left: -45px;
  }

  .md\:last\:-mt-49px:last-child{
    margin-top: -49px;
  }

  .md\:last\:-mr-49px:last-child{
    margin-right: -49px;
  }

  .md\:last\:-mb-49px:last-child{
    margin-bottom: -49px;
  }

  .md\:last\:-ml-49px:last-child{
    margin-left: -49px;
  }

  .md\:last\:-mt-50px:last-child{
    margin-top: -50px;
  }

  .md\:last\:-mr-50px:last-child{
    margin-right: -50px;
  }

  .md\:last\:-mb-50px:last-child{
    margin-bottom: -50px;
  }

  .md\:last\:-ml-50px:last-child{
    margin-left: -50px;
  }

  .md\:last\:-mt-53px:last-child{
    margin-top: -53px;
  }

  .md\:last\:-mr-53px:last-child{
    margin-right: -53px;
  }

  .md\:last\:-mb-53px:last-child{
    margin-bottom: -53px;
  }

  .md\:last\:-ml-53px:last-child{
    margin-left: -53px;
  }

  .md\:last\:-mt-55px:last-child{
    margin-top: -55px;
  }

  .md\:last\:-mr-55px:last-child{
    margin-right: -55px;
  }

  .md\:last\:-mb-55px:last-child{
    margin-bottom: -55px;
  }

  .md\:last\:-ml-55px:last-child{
    margin-left: -55px;
  }

  .md\:last\:-mt-60px:last-child{
    margin-top: -60px;
  }

  .md\:last\:-mr-60px:last-child{
    margin-right: -60px;
  }

  .md\:last\:-mb-60px:last-child{
    margin-bottom: -60px;
  }

  .md\:last\:-ml-60px:last-child{
    margin-left: -60px;
  }

  .md\:last\:-mt-68px:last-child{
    margin-top: -68px;
  }

  .md\:last\:-mr-68px:last-child{
    margin-right: -68px;
  }

  .md\:last\:-mb-68px:last-child{
    margin-bottom: -68px;
  }

  .md\:last\:-ml-68px:last-child{
    margin-left: -68px;
  }

  .md\:last\:-mt-80px:last-child{
    margin-top: -80px;
  }

  .md\:last\:-mr-80px:last-child{
    margin-right: -80px;
  }

  .md\:last\:-mb-80px:last-child{
    margin-bottom: -80px;
  }

  .md\:last\:-ml-80px:last-child{
    margin-left: -80px;
  }

  .md\:last\:-mt-90px:last-child{
    margin-top: -90px;
  }

  .md\:last\:-mr-90px:last-child{
    margin-right: -90px;
  }

  .md\:last\:-mb-90px:last-child{
    margin-bottom: -90px;
  }

  .md\:last\:-ml-90px:last-child{
    margin-left: -90px;
  }

  .md\:last\:-mt-93px:last-child{
    margin-top: -93px;
  }

  .md\:last\:-mr-93px:last-child{
    margin-right: -93px;
  }

  .md\:last\:-mb-93px:last-child{
    margin-bottom: -93px;
  }

  .md\:last\:-ml-93px:last-child{
    margin-left: -93px;
  }

  .md\:last\:-mt-115px:last-child{
    margin-top: -115px;
  }

  .md\:last\:-mr-115px:last-child{
    margin-right: -115px;
  }

  .md\:last\:-mb-115px:last-child{
    margin-bottom: -115px;
  }

  .md\:last\:-ml-115px:last-child{
    margin-left: -115px;
  }

  .md\:max-h-full{
    max-height: 100%;
  }

  .md\:max-h-screen{
    max-height: 100vh;
  }

  .md\:max-w-none{
    max-width: none;
  }

  .md\:max-w-xs{
    max-width: 20rem;
  }

  .md\:max-w-sm{
    max-width: 24rem;
  }

  .md\:max-w-md{
    max-width: 28rem;
  }

  .md\:max-w-lg{
    max-width: 32rem;
  }

  .md\:max-w-xl{
    max-width: 36rem;
  }

  .md\:max-w-2xl{
    max-width: 42rem;
  }

  .md\:max-w-3xl{
    max-width: 48rem;
  }

  .md\:max-w-4xl{
    max-width: 56rem;
  }

  .md\:max-w-5xl{
    max-width: 64rem;
  }

  .md\:max-w-6xl{
    max-width: 72rem;
  }

  .md\:max-w-full{
    max-width: 100%;
  }

  .md\:max-w-screen-sm{
    max-width: 640px;
  }

  .md\:max-w-screen-md{
    max-width: 768px;
  }

  .md\:max-w-screen-lg{
    max-width: 1024px;
  }

  .md\:max-w-screen-xl{
    max-width: 1280px;
  }

  .md\:max-w-screen-xm{
    max-width: 960px;
  }

  .md\:max-w-1\/2{
    max-width: 50%;
  }

  .md\:max-w-100px{
    max-width: 100px;
  }

  .md\:max-w-320px{
    max-width: 320px;
  }

  .md\:max-w-336px{
    max-width: 336px;
  }

  .md\:max-w-700px{
    max-width: 700px;
  }

  .md\:max-w-770px{
    max-width: 770px;
  }

  .md\:min-h-0{
    min-height: 0;
  }

  .md\:min-h-full{
    min-height: 100%;
  }

  .md\:min-h-screen{
    min-height: 100vh;
  }

  .md\:min-w-0{
    min-width: 0;
  }

  .md\:min-w-full{
    min-width: 100%;
  }

  .md\:min-w-200px{
    min-width: 200px;
  }

  .md\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .md\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .md\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .md\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .md\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .md\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .md\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .md\:overflow-auto{
    overflow: auto;
  }

  .md\:overflow-hidden{
    overflow: hidden;
  }

  .md\:overflow-visible{
    overflow: visible;
  }

  .md\:overflow-scroll{
    overflow: scroll;
  }

  .md\:overflow-x-auto{
    overflow-x: auto;
  }

  .md\:overflow-y-auto{
    overflow-y: auto;
  }

  .md\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .md\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .md\:overflow-x-visible{
    overflow-x: visible;
  }

  .md\:overflow-y-visible{
    overflow-y: visible;
  }

  .md\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .md\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .md\:scrolling-touch{
    -webkit-overflow-scrolling: touch;
  }

  .md\:scrolling-auto{
    -webkit-overflow-scrolling: auto;
  }

  .md\:p-0{
    padding: 0;
  }

  .md\:p-2px{
    padding: 2px;
  }

  .md\:p-4px{
    padding: 4px;
  }

  .md\:p-5px{
    padding: 5px;
  }

  .md\:p-6px{
    padding: 6px;
  }

  .md\:p-7px{
    padding: 7px;
  }

  .md\:p-8px{
    padding: 8px;
  }

  .md\:p-10px{
    padding: 10px;
  }

  .md\:p-11px{
    padding: 11px;
  }

  .md\:p-12px{
    padding: 12px;
  }

  .md\:p-14px{
    padding: 14px;
  }

  .md\:p-15px{
    padding: 15px;
  }

  .md\:p-16px{
    padding: 16px;
  }

  .md\:p-18px{
    padding: 18px;
  }

  .md\:p-20px{
    padding: 20px;
  }

  .md\:p-24px{
    padding: 24px;
  }

  .md\:p-25px{
    padding: 25px;
  }

  .md\:p-26px{
    padding: 26px;
  }

  .md\:p-30px{
    padding: 30px;
  }

  .md\:p-34px{
    padding: 34px;
  }

  .md\:p-36px{
    padding: 36px;
  }

  .md\:p-40px{
    padding: 40px;
  }

  .md\:p-45px{
    padding: 45px;
  }

  .md\:p-49px{
    padding: 49px;
  }

  .md\:p-50px{
    padding: 50px;
  }

  .md\:p-53px{
    padding: 53px;
  }

  .md\:p-55px{
    padding: 55px;
  }

  .md\:p-60px{
    padding: 60px;
  }

  .md\:p-68px{
    padding: 68px;
  }

  .md\:p-80px{
    padding: 80px;
  }

  .md\:p-90px{
    padding: 90px;
  }

  .md\:p-93px{
    padding: 93px;
  }

  .md\:p-115px{
    padding: 115px;
  }

  .md\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .md\:py-2px{
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .md\:px-2px{
    padding-left: 2px;
    padding-right: 2px;
  }

  .md\:py-4px{
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .md\:px-4px{
    padding-left: 4px;
    padding-right: 4px;
  }

  .md\:py-5px{
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .md\:px-5px{
    padding-left: 5px;
    padding-right: 5px;
  }

  .md\:py-6px{
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .md\:px-6px{
    padding-left: 6px;
    padding-right: 6px;
  }

  .md\:py-7px{
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .md\:px-7px{
    padding-left: 7px;
    padding-right: 7px;
  }

  .md\:py-8px{
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .md\:px-8px{
    padding-left: 8px;
    padding-right: 8px;
  }

  .md\:py-10px{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .md\:px-10px{
    padding-left: 10px;
    padding-right: 10px;
  }

  .md\:py-11px{
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .md\:px-11px{
    padding-left: 11px;
    padding-right: 11px;
  }

  .md\:py-12px{
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .md\:px-12px{
    padding-left: 12px;
    padding-right: 12px;
  }

  .md\:py-14px{
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .md\:px-14px{
    padding-left: 14px;
    padding-right: 14px;
  }

  .md\:py-15px{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .md\:px-15px{
    padding-left: 15px;
    padding-right: 15px;
  }

  .md\:py-16px{
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .md\:px-16px{
    padding-left: 16px;
    padding-right: 16px;
  }

  .md\:py-18px{
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .md\:px-18px{
    padding-left: 18px;
    padding-right: 18px;
  }

  .md\:py-20px{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .md\:px-20px{
    padding-left: 20px;
    padding-right: 20px;
  }

  .md\:py-24px{
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .md\:px-24px{
    padding-left: 24px;
    padding-right: 24px;
  }

  .md\:py-25px{
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .md\:px-25px{
    padding-left: 25px;
    padding-right: 25px;
  }

  .md\:py-26px{
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .md\:px-26px{
    padding-left: 26px;
    padding-right: 26px;
  }

  .md\:py-30px{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .md\:px-30px{
    padding-left: 30px;
    padding-right: 30px;
  }

  .md\:py-34px{
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .md\:px-34px{
    padding-left: 34px;
    padding-right: 34px;
  }

  .md\:py-36px{
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .md\:px-36px{
    padding-left: 36px;
    padding-right: 36px;
  }

  .md\:py-40px{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .md\:px-40px{
    padding-left: 40px;
    padding-right: 40px;
  }

  .md\:py-45px{
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .md\:px-45px{
    padding-left: 45px;
    padding-right: 45px;
  }

  .md\:py-49px{
    padding-top: 49px;
    padding-bottom: 49px;
  }

  .md\:px-49px{
    padding-left: 49px;
    padding-right: 49px;
  }

  .md\:py-50px{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .md\:px-50px{
    padding-left: 50px;
    padding-right: 50px;
  }

  .md\:py-53px{
    padding-top: 53px;
    padding-bottom: 53px;
  }

  .md\:px-53px{
    padding-left: 53px;
    padding-right: 53px;
  }

  .md\:py-55px{
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .md\:px-55px{
    padding-left: 55px;
    padding-right: 55px;
  }

  .md\:py-60px{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .md\:px-60px{
    padding-left: 60px;
    padding-right: 60px;
  }

  .md\:py-68px{
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .md\:px-68px{
    padding-left: 68px;
    padding-right: 68px;
  }

  .md\:py-80px{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .md\:px-80px{
    padding-left: 80px;
    padding-right: 80px;
  }

  .md\:py-90px{
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .md\:px-90px{
    padding-left: 90px;
    padding-right: 90px;
  }

  .md\:py-93px{
    padding-top: 93px;
    padding-bottom: 93px;
  }

  .md\:px-93px{
    padding-left: 93px;
    padding-right: 93px;
  }

  .md\:py-115px{
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .md\:px-115px{
    padding-left: 115px;
    padding-right: 115px;
  }

  .md\:pt-0{
    padding-top: 0;
  }

  .md\:pr-0{
    padding-right: 0;
  }

  .md\:pb-0{
    padding-bottom: 0;
  }

  .md\:pl-0{
    padding-left: 0;
  }

  .md\:pt-2px{
    padding-top: 2px;
  }

  .md\:pr-2px{
    padding-right: 2px;
  }

  .md\:pb-2px{
    padding-bottom: 2px;
  }

  .md\:pl-2px{
    padding-left: 2px;
  }

  .md\:pt-4px{
    padding-top: 4px;
  }

  .md\:pr-4px{
    padding-right: 4px;
  }

  .md\:pb-4px{
    padding-bottom: 4px;
  }

  .md\:pl-4px{
    padding-left: 4px;
  }

  .md\:pt-5px{
    padding-top: 5px;
  }

  .md\:pr-5px{
    padding-right: 5px;
  }

  .md\:pb-5px{
    padding-bottom: 5px;
  }

  .md\:pl-5px{
    padding-left: 5px;
  }

  .md\:pt-6px{
    padding-top: 6px;
  }

  .md\:pr-6px{
    padding-right: 6px;
  }

  .md\:pb-6px{
    padding-bottom: 6px;
  }

  .md\:pl-6px{
    padding-left: 6px;
  }

  .md\:pt-7px{
    padding-top: 7px;
  }

  .md\:pr-7px{
    padding-right: 7px;
  }

  .md\:pb-7px{
    padding-bottom: 7px;
  }

  .md\:pl-7px{
    padding-left: 7px;
  }

  .md\:pt-8px{
    padding-top: 8px;
  }

  .md\:pr-8px{
    padding-right: 8px;
  }

  .md\:pb-8px{
    padding-bottom: 8px;
  }

  .md\:pl-8px{
    padding-left: 8px;
  }

  .md\:pt-10px{
    padding-top: 10px;
  }

  .md\:pr-10px{
    padding-right: 10px;
  }

  .md\:pb-10px{
    padding-bottom: 10px;
  }

  .md\:pl-10px{
    padding-left: 10px;
  }

  .md\:pt-11px{
    padding-top: 11px;
  }

  .md\:pr-11px{
    padding-right: 11px;
  }

  .md\:pb-11px{
    padding-bottom: 11px;
  }

  .md\:pl-11px{
    padding-left: 11px;
  }

  .md\:pt-12px{
    padding-top: 12px;
  }

  .md\:pr-12px{
    padding-right: 12px;
  }

  .md\:pb-12px{
    padding-bottom: 12px;
  }

  .md\:pl-12px{
    padding-left: 12px;
  }

  .md\:pt-14px{
    padding-top: 14px;
  }

  .md\:pr-14px{
    padding-right: 14px;
  }

  .md\:pb-14px{
    padding-bottom: 14px;
  }

  .md\:pl-14px{
    padding-left: 14px;
  }

  .md\:pt-15px{
    padding-top: 15px;
  }

  .md\:pr-15px{
    padding-right: 15px;
  }

  .md\:pb-15px{
    padding-bottom: 15px;
  }

  .md\:pl-15px{
    padding-left: 15px;
  }

  .md\:pt-16px{
    padding-top: 16px;
  }

  .md\:pr-16px{
    padding-right: 16px;
  }

  .md\:pb-16px{
    padding-bottom: 16px;
  }

  .md\:pl-16px{
    padding-left: 16px;
  }

  .md\:pt-18px{
    padding-top: 18px;
  }

  .md\:pr-18px{
    padding-right: 18px;
  }

  .md\:pb-18px{
    padding-bottom: 18px;
  }

  .md\:pl-18px{
    padding-left: 18px;
  }

  .md\:pt-20px{
    padding-top: 20px;
  }

  .md\:pr-20px{
    padding-right: 20px;
  }

  .md\:pb-20px{
    padding-bottom: 20px;
  }

  .md\:pl-20px{
    padding-left: 20px;
  }

  .md\:pt-24px{
    padding-top: 24px;
  }

  .md\:pr-24px{
    padding-right: 24px;
  }

  .md\:pb-24px{
    padding-bottom: 24px;
  }

  .md\:pl-24px{
    padding-left: 24px;
  }

  .md\:pt-25px{
    padding-top: 25px;
  }

  .md\:pr-25px{
    padding-right: 25px;
  }

  .md\:pb-25px{
    padding-bottom: 25px;
  }

  .md\:pl-25px{
    padding-left: 25px;
  }

  .md\:pt-26px{
    padding-top: 26px;
  }

  .md\:pr-26px{
    padding-right: 26px;
  }

  .md\:pb-26px{
    padding-bottom: 26px;
  }

  .md\:pl-26px{
    padding-left: 26px;
  }

  .md\:pt-30px{
    padding-top: 30px;
  }

  .md\:pr-30px{
    padding-right: 30px;
  }

  .md\:pb-30px{
    padding-bottom: 30px;
  }

  .md\:pl-30px{
    padding-left: 30px;
  }

  .md\:pt-34px{
    padding-top: 34px;
  }

  .md\:pr-34px{
    padding-right: 34px;
  }

  .md\:pb-34px{
    padding-bottom: 34px;
  }

  .md\:pl-34px{
    padding-left: 34px;
  }

  .md\:pt-36px{
    padding-top: 36px;
  }

  .md\:pr-36px{
    padding-right: 36px;
  }

  .md\:pb-36px{
    padding-bottom: 36px;
  }

  .md\:pl-36px{
    padding-left: 36px;
  }

  .md\:pt-40px{
    padding-top: 40px;
  }

  .md\:pr-40px{
    padding-right: 40px;
  }

  .md\:pb-40px{
    padding-bottom: 40px;
  }

  .md\:pl-40px{
    padding-left: 40px;
  }

  .md\:pt-45px{
    padding-top: 45px;
  }

  .md\:pr-45px{
    padding-right: 45px;
  }

  .md\:pb-45px{
    padding-bottom: 45px;
  }

  .md\:pl-45px{
    padding-left: 45px;
  }

  .md\:pt-49px{
    padding-top: 49px;
  }

  .md\:pr-49px{
    padding-right: 49px;
  }

  .md\:pb-49px{
    padding-bottom: 49px;
  }

  .md\:pl-49px{
    padding-left: 49px;
  }

  .md\:pt-50px{
    padding-top: 50px;
  }

  .md\:pr-50px{
    padding-right: 50px;
  }

  .md\:pb-50px{
    padding-bottom: 50px;
  }

  .md\:pl-50px{
    padding-left: 50px;
  }

  .md\:pt-53px{
    padding-top: 53px;
  }

  .md\:pr-53px{
    padding-right: 53px;
  }

  .md\:pb-53px{
    padding-bottom: 53px;
  }

  .md\:pl-53px{
    padding-left: 53px;
  }

  .md\:pt-55px{
    padding-top: 55px;
  }

  .md\:pr-55px{
    padding-right: 55px;
  }

  .md\:pb-55px{
    padding-bottom: 55px;
  }

  .md\:pl-55px{
    padding-left: 55px;
  }

  .md\:pt-60px{
    padding-top: 60px;
  }

  .md\:pr-60px{
    padding-right: 60px;
  }

  .md\:pb-60px{
    padding-bottom: 60px;
  }

  .md\:pl-60px{
    padding-left: 60px;
  }

  .md\:pt-68px{
    padding-top: 68px;
  }

  .md\:pr-68px{
    padding-right: 68px;
  }

  .md\:pb-68px{
    padding-bottom: 68px;
  }

  .md\:pl-68px{
    padding-left: 68px;
  }

  .md\:pt-80px{
    padding-top: 80px;
  }

  .md\:pr-80px{
    padding-right: 80px;
  }

  .md\:pb-80px{
    padding-bottom: 80px;
  }

  .md\:pl-80px{
    padding-left: 80px;
  }

  .md\:pt-90px{
    padding-top: 90px;
  }

  .md\:pr-90px{
    padding-right: 90px;
  }

  .md\:pb-90px{
    padding-bottom: 90px;
  }

  .md\:pl-90px{
    padding-left: 90px;
  }

  .md\:pt-93px{
    padding-top: 93px;
  }

  .md\:pr-93px{
    padding-right: 93px;
  }

  .md\:pb-93px{
    padding-bottom: 93px;
  }

  .md\:pl-93px{
    padding-left: 93px;
  }

  .md\:pt-115px{
    padding-top: 115px;
  }

  .md\:pr-115px{
    padding-right: 115px;
  }

  .md\:pb-115px{
    padding-bottom: 115px;
  }

  .md\:pl-115px{
    padding-left: 115px;
  }

  .md\:first\:p-0:first-child{
    padding: 0;
  }

  .md\:first\:p-2px:first-child{
    padding: 2px;
  }

  .md\:first\:p-4px:first-child{
    padding: 4px;
  }

  .md\:first\:p-5px:first-child{
    padding: 5px;
  }

  .md\:first\:p-6px:first-child{
    padding: 6px;
  }

  .md\:first\:p-7px:first-child{
    padding: 7px;
  }

  .md\:first\:p-8px:first-child{
    padding: 8px;
  }

  .md\:first\:p-10px:first-child{
    padding: 10px;
  }

  .md\:first\:p-11px:first-child{
    padding: 11px;
  }

  .md\:first\:p-12px:first-child{
    padding: 12px;
  }

  .md\:first\:p-14px:first-child{
    padding: 14px;
  }

  .md\:first\:p-15px:first-child{
    padding: 15px;
  }

  .md\:first\:p-16px:first-child{
    padding: 16px;
  }

  .md\:first\:p-18px:first-child{
    padding: 18px;
  }

  .md\:first\:p-20px:first-child{
    padding: 20px;
  }

  .md\:first\:p-24px:first-child{
    padding: 24px;
  }

  .md\:first\:p-25px:first-child{
    padding: 25px;
  }

  .md\:first\:p-26px:first-child{
    padding: 26px;
  }

  .md\:first\:p-30px:first-child{
    padding: 30px;
  }

  .md\:first\:p-34px:first-child{
    padding: 34px;
  }

  .md\:first\:p-36px:first-child{
    padding: 36px;
  }

  .md\:first\:p-40px:first-child{
    padding: 40px;
  }

  .md\:first\:p-45px:first-child{
    padding: 45px;
  }

  .md\:first\:p-49px:first-child{
    padding: 49px;
  }

  .md\:first\:p-50px:first-child{
    padding: 50px;
  }

  .md\:first\:p-53px:first-child{
    padding: 53px;
  }

  .md\:first\:p-55px:first-child{
    padding: 55px;
  }

  .md\:first\:p-60px:first-child{
    padding: 60px;
  }

  .md\:first\:p-68px:first-child{
    padding: 68px;
  }

  .md\:first\:p-80px:first-child{
    padding: 80px;
  }

  .md\:first\:p-90px:first-child{
    padding: 90px;
  }

  .md\:first\:p-93px:first-child{
    padding: 93px;
  }

  .md\:first\:p-115px:first-child{
    padding: 115px;
  }

  .md\:first\:py-0:first-child{
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:first\:px-0:first-child{
    padding-left: 0;
    padding-right: 0;
  }

  .md\:first\:py-2px:first-child{
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .md\:first\:px-2px:first-child{
    padding-left: 2px;
    padding-right: 2px;
  }

  .md\:first\:py-4px:first-child{
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .md\:first\:px-4px:first-child{
    padding-left: 4px;
    padding-right: 4px;
  }

  .md\:first\:py-5px:first-child{
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .md\:first\:px-5px:first-child{
    padding-left: 5px;
    padding-right: 5px;
  }

  .md\:first\:py-6px:first-child{
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .md\:first\:px-6px:first-child{
    padding-left: 6px;
    padding-right: 6px;
  }

  .md\:first\:py-7px:first-child{
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .md\:first\:px-7px:first-child{
    padding-left: 7px;
    padding-right: 7px;
  }

  .md\:first\:py-8px:first-child{
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .md\:first\:px-8px:first-child{
    padding-left: 8px;
    padding-right: 8px;
  }

  .md\:first\:py-10px:first-child{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .md\:first\:px-10px:first-child{
    padding-left: 10px;
    padding-right: 10px;
  }

  .md\:first\:py-11px:first-child{
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .md\:first\:px-11px:first-child{
    padding-left: 11px;
    padding-right: 11px;
  }

  .md\:first\:py-12px:first-child{
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .md\:first\:px-12px:first-child{
    padding-left: 12px;
    padding-right: 12px;
  }

  .md\:first\:py-14px:first-child{
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .md\:first\:px-14px:first-child{
    padding-left: 14px;
    padding-right: 14px;
  }

  .md\:first\:py-15px:first-child{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .md\:first\:px-15px:first-child{
    padding-left: 15px;
    padding-right: 15px;
  }

  .md\:first\:py-16px:first-child{
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .md\:first\:px-16px:first-child{
    padding-left: 16px;
    padding-right: 16px;
  }

  .md\:first\:py-18px:first-child{
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .md\:first\:px-18px:first-child{
    padding-left: 18px;
    padding-right: 18px;
  }

  .md\:first\:py-20px:first-child{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .md\:first\:px-20px:first-child{
    padding-left: 20px;
    padding-right: 20px;
  }

  .md\:first\:py-24px:first-child{
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .md\:first\:px-24px:first-child{
    padding-left: 24px;
    padding-right: 24px;
  }

  .md\:first\:py-25px:first-child{
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .md\:first\:px-25px:first-child{
    padding-left: 25px;
    padding-right: 25px;
  }

  .md\:first\:py-26px:first-child{
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .md\:first\:px-26px:first-child{
    padding-left: 26px;
    padding-right: 26px;
  }

  .md\:first\:py-30px:first-child{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .md\:first\:px-30px:first-child{
    padding-left: 30px;
    padding-right: 30px;
  }

  .md\:first\:py-34px:first-child{
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .md\:first\:px-34px:first-child{
    padding-left: 34px;
    padding-right: 34px;
  }

  .md\:first\:py-36px:first-child{
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .md\:first\:px-36px:first-child{
    padding-left: 36px;
    padding-right: 36px;
  }

  .md\:first\:py-40px:first-child{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .md\:first\:px-40px:first-child{
    padding-left: 40px;
    padding-right: 40px;
  }

  .md\:first\:py-45px:first-child{
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .md\:first\:px-45px:first-child{
    padding-left: 45px;
    padding-right: 45px;
  }

  .md\:first\:py-49px:first-child{
    padding-top: 49px;
    padding-bottom: 49px;
  }

  .md\:first\:px-49px:first-child{
    padding-left: 49px;
    padding-right: 49px;
  }

  .md\:first\:py-50px:first-child{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .md\:first\:px-50px:first-child{
    padding-left: 50px;
    padding-right: 50px;
  }

  .md\:first\:py-53px:first-child{
    padding-top: 53px;
    padding-bottom: 53px;
  }

  .md\:first\:px-53px:first-child{
    padding-left: 53px;
    padding-right: 53px;
  }

  .md\:first\:py-55px:first-child{
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .md\:first\:px-55px:first-child{
    padding-left: 55px;
    padding-right: 55px;
  }

  .md\:first\:py-60px:first-child{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .md\:first\:px-60px:first-child{
    padding-left: 60px;
    padding-right: 60px;
  }

  .md\:first\:py-68px:first-child{
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .md\:first\:px-68px:first-child{
    padding-left: 68px;
    padding-right: 68px;
  }

  .md\:first\:py-80px:first-child{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .md\:first\:px-80px:first-child{
    padding-left: 80px;
    padding-right: 80px;
  }

  .md\:first\:py-90px:first-child{
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .md\:first\:px-90px:first-child{
    padding-left: 90px;
    padding-right: 90px;
  }

  .md\:first\:py-93px:first-child{
    padding-top: 93px;
    padding-bottom: 93px;
  }

  .md\:first\:px-93px:first-child{
    padding-left: 93px;
    padding-right: 93px;
  }

  .md\:first\:py-115px:first-child{
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .md\:first\:px-115px:first-child{
    padding-left: 115px;
    padding-right: 115px;
  }

  .md\:first\:pt-0:first-child{
    padding-top: 0;
  }

  .md\:first\:pr-0:first-child{
    padding-right: 0;
  }

  .md\:first\:pb-0:first-child{
    padding-bottom: 0;
  }

  .md\:first\:pl-0:first-child{
    padding-left: 0;
  }

  .md\:first\:pt-2px:first-child{
    padding-top: 2px;
  }

  .md\:first\:pr-2px:first-child{
    padding-right: 2px;
  }

  .md\:first\:pb-2px:first-child{
    padding-bottom: 2px;
  }

  .md\:first\:pl-2px:first-child{
    padding-left: 2px;
  }

  .md\:first\:pt-4px:first-child{
    padding-top: 4px;
  }

  .md\:first\:pr-4px:first-child{
    padding-right: 4px;
  }

  .md\:first\:pb-4px:first-child{
    padding-bottom: 4px;
  }

  .md\:first\:pl-4px:first-child{
    padding-left: 4px;
  }

  .md\:first\:pt-5px:first-child{
    padding-top: 5px;
  }

  .md\:first\:pr-5px:first-child{
    padding-right: 5px;
  }

  .md\:first\:pb-5px:first-child{
    padding-bottom: 5px;
  }

  .md\:first\:pl-5px:first-child{
    padding-left: 5px;
  }

  .md\:first\:pt-6px:first-child{
    padding-top: 6px;
  }

  .md\:first\:pr-6px:first-child{
    padding-right: 6px;
  }

  .md\:first\:pb-6px:first-child{
    padding-bottom: 6px;
  }

  .md\:first\:pl-6px:first-child{
    padding-left: 6px;
  }

  .md\:first\:pt-7px:first-child{
    padding-top: 7px;
  }

  .md\:first\:pr-7px:first-child{
    padding-right: 7px;
  }

  .md\:first\:pb-7px:first-child{
    padding-bottom: 7px;
  }

  .md\:first\:pl-7px:first-child{
    padding-left: 7px;
  }

  .md\:first\:pt-8px:first-child{
    padding-top: 8px;
  }

  .md\:first\:pr-8px:first-child{
    padding-right: 8px;
  }

  .md\:first\:pb-8px:first-child{
    padding-bottom: 8px;
  }

  .md\:first\:pl-8px:first-child{
    padding-left: 8px;
  }

  .md\:first\:pt-10px:first-child{
    padding-top: 10px;
  }

  .md\:first\:pr-10px:first-child{
    padding-right: 10px;
  }

  .md\:first\:pb-10px:first-child{
    padding-bottom: 10px;
  }

  .md\:first\:pl-10px:first-child{
    padding-left: 10px;
  }

  .md\:first\:pt-11px:first-child{
    padding-top: 11px;
  }

  .md\:first\:pr-11px:first-child{
    padding-right: 11px;
  }

  .md\:first\:pb-11px:first-child{
    padding-bottom: 11px;
  }

  .md\:first\:pl-11px:first-child{
    padding-left: 11px;
  }

  .md\:first\:pt-12px:first-child{
    padding-top: 12px;
  }

  .md\:first\:pr-12px:first-child{
    padding-right: 12px;
  }

  .md\:first\:pb-12px:first-child{
    padding-bottom: 12px;
  }

  .md\:first\:pl-12px:first-child{
    padding-left: 12px;
  }

  .md\:first\:pt-14px:first-child{
    padding-top: 14px;
  }

  .md\:first\:pr-14px:first-child{
    padding-right: 14px;
  }

  .md\:first\:pb-14px:first-child{
    padding-bottom: 14px;
  }

  .md\:first\:pl-14px:first-child{
    padding-left: 14px;
  }

  .md\:first\:pt-15px:first-child{
    padding-top: 15px;
  }

  .md\:first\:pr-15px:first-child{
    padding-right: 15px;
  }

  .md\:first\:pb-15px:first-child{
    padding-bottom: 15px;
  }

  .md\:first\:pl-15px:first-child{
    padding-left: 15px;
  }

  .md\:first\:pt-16px:first-child{
    padding-top: 16px;
  }

  .md\:first\:pr-16px:first-child{
    padding-right: 16px;
  }

  .md\:first\:pb-16px:first-child{
    padding-bottom: 16px;
  }

  .md\:first\:pl-16px:first-child{
    padding-left: 16px;
  }

  .md\:first\:pt-18px:first-child{
    padding-top: 18px;
  }

  .md\:first\:pr-18px:first-child{
    padding-right: 18px;
  }

  .md\:first\:pb-18px:first-child{
    padding-bottom: 18px;
  }

  .md\:first\:pl-18px:first-child{
    padding-left: 18px;
  }

  .md\:first\:pt-20px:first-child{
    padding-top: 20px;
  }

  .md\:first\:pr-20px:first-child{
    padding-right: 20px;
  }

  .md\:first\:pb-20px:first-child{
    padding-bottom: 20px;
  }

  .md\:first\:pl-20px:first-child{
    padding-left: 20px;
  }

  .md\:first\:pt-24px:first-child{
    padding-top: 24px;
  }

  .md\:first\:pr-24px:first-child{
    padding-right: 24px;
  }

  .md\:first\:pb-24px:first-child{
    padding-bottom: 24px;
  }

  .md\:first\:pl-24px:first-child{
    padding-left: 24px;
  }

  .md\:first\:pt-25px:first-child{
    padding-top: 25px;
  }

  .md\:first\:pr-25px:first-child{
    padding-right: 25px;
  }

  .md\:first\:pb-25px:first-child{
    padding-bottom: 25px;
  }

  .md\:first\:pl-25px:first-child{
    padding-left: 25px;
  }

  .md\:first\:pt-26px:first-child{
    padding-top: 26px;
  }

  .md\:first\:pr-26px:first-child{
    padding-right: 26px;
  }

  .md\:first\:pb-26px:first-child{
    padding-bottom: 26px;
  }

  .md\:first\:pl-26px:first-child{
    padding-left: 26px;
  }

  .md\:first\:pt-30px:first-child{
    padding-top: 30px;
  }

  .md\:first\:pr-30px:first-child{
    padding-right: 30px;
  }

  .md\:first\:pb-30px:first-child{
    padding-bottom: 30px;
  }

  .md\:first\:pl-30px:first-child{
    padding-left: 30px;
  }

  .md\:first\:pt-34px:first-child{
    padding-top: 34px;
  }

  .md\:first\:pr-34px:first-child{
    padding-right: 34px;
  }

  .md\:first\:pb-34px:first-child{
    padding-bottom: 34px;
  }

  .md\:first\:pl-34px:first-child{
    padding-left: 34px;
  }

  .md\:first\:pt-36px:first-child{
    padding-top: 36px;
  }

  .md\:first\:pr-36px:first-child{
    padding-right: 36px;
  }

  .md\:first\:pb-36px:first-child{
    padding-bottom: 36px;
  }

  .md\:first\:pl-36px:first-child{
    padding-left: 36px;
  }

  .md\:first\:pt-40px:first-child{
    padding-top: 40px;
  }

  .md\:first\:pr-40px:first-child{
    padding-right: 40px;
  }

  .md\:first\:pb-40px:first-child{
    padding-bottom: 40px;
  }

  .md\:first\:pl-40px:first-child{
    padding-left: 40px;
  }

  .md\:first\:pt-45px:first-child{
    padding-top: 45px;
  }

  .md\:first\:pr-45px:first-child{
    padding-right: 45px;
  }

  .md\:first\:pb-45px:first-child{
    padding-bottom: 45px;
  }

  .md\:first\:pl-45px:first-child{
    padding-left: 45px;
  }

  .md\:first\:pt-49px:first-child{
    padding-top: 49px;
  }

  .md\:first\:pr-49px:first-child{
    padding-right: 49px;
  }

  .md\:first\:pb-49px:first-child{
    padding-bottom: 49px;
  }

  .md\:first\:pl-49px:first-child{
    padding-left: 49px;
  }

  .md\:first\:pt-50px:first-child{
    padding-top: 50px;
  }

  .md\:first\:pr-50px:first-child{
    padding-right: 50px;
  }

  .md\:first\:pb-50px:first-child{
    padding-bottom: 50px;
  }

  .md\:first\:pl-50px:first-child{
    padding-left: 50px;
  }

  .md\:first\:pt-53px:first-child{
    padding-top: 53px;
  }

  .md\:first\:pr-53px:first-child{
    padding-right: 53px;
  }

  .md\:first\:pb-53px:first-child{
    padding-bottom: 53px;
  }

  .md\:first\:pl-53px:first-child{
    padding-left: 53px;
  }

  .md\:first\:pt-55px:first-child{
    padding-top: 55px;
  }

  .md\:first\:pr-55px:first-child{
    padding-right: 55px;
  }

  .md\:first\:pb-55px:first-child{
    padding-bottom: 55px;
  }

  .md\:first\:pl-55px:first-child{
    padding-left: 55px;
  }

  .md\:first\:pt-60px:first-child{
    padding-top: 60px;
  }

  .md\:first\:pr-60px:first-child{
    padding-right: 60px;
  }

  .md\:first\:pb-60px:first-child{
    padding-bottom: 60px;
  }

  .md\:first\:pl-60px:first-child{
    padding-left: 60px;
  }

  .md\:first\:pt-68px:first-child{
    padding-top: 68px;
  }

  .md\:first\:pr-68px:first-child{
    padding-right: 68px;
  }

  .md\:first\:pb-68px:first-child{
    padding-bottom: 68px;
  }

  .md\:first\:pl-68px:first-child{
    padding-left: 68px;
  }

  .md\:first\:pt-80px:first-child{
    padding-top: 80px;
  }

  .md\:first\:pr-80px:first-child{
    padding-right: 80px;
  }

  .md\:first\:pb-80px:first-child{
    padding-bottom: 80px;
  }

  .md\:first\:pl-80px:first-child{
    padding-left: 80px;
  }

  .md\:first\:pt-90px:first-child{
    padding-top: 90px;
  }

  .md\:first\:pr-90px:first-child{
    padding-right: 90px;
  }

  .md\:first\:pb-90px:first-child{
    padding-bottom: 90px;
  }

  .md\:first\:pl-90px:first-child{
    padding-left: 90px;
  }

  .md\:first\:pt-93px:first-child{
    padding-top: 93px;
  }

  .md\:first\:pr-93px:first-child{
    padding-right: 93px;
  }

  .md\:first\:pb-93px:first-child{
    padding-bottom: 93px;
  }

  .md\:first\:pl-93px:first-child{
    padding-left: 93px;
  }

  .md\:first\:pt-115px:first-child{
    padding-top: 115px;
  }

  .md\:first\:pr-115px:first-child{
    padding-right: 115px;
  }

  .md\:first\:pb-115px:first-child{
    padding-bottom: 115px;
  }

  .md\:first\:pl-115px:first-child{
    padding-left: 115px;
  }

  .md\:last\:p-0:last-child{
    padding: 0;
  }

  .md\:last\:p-2px:last-child{
    padding: 2px;
  }

  .md\:last\:p-4px:last-child{
    padding: 4px;
  }

  .md\:last\:p-5px:last-child{
    padding: 5px;
  }

  .md\:last\:p-6px:last-child{
    padding: 6px;
  }

  .md\:last\:p-7px:last-child{
    padding: 7px;
  }

  .md\:last\:p-8px:last-child{
    padding: 8px;
  }

  .md\:last\:p-10px:last-child{
    padding: 10px;
  }

  .md\:last\:p-11px:last-child{
    padding: 11px;
  }

  .md\:last\:p-12px:last-child{
    padding: 12px;
  }

  .md\:last\:p-14px:last-child{
    padding: 14px;
  }

  .md\:last\:p-15px:last-child{
    padding: 15px;
  }

  .md\:last\:p-16px:last-child{
    padding: 16px;
  }

  .md\:last\:p-18px:last-child{
    padding: 18px;
  }

  .md\:last\:p-20px:last-child{
    padding: 20px;
  }

  .md\:last\:p-24px:last-child{
    padding: 24px;
  }

  .md\:last\:p-25px:last-child{
    padding: 25px;
  }

  .md\:last\:p-26px:last-child{
    padding: 26px;
  }

  .md\:last\:p-30px:last-child{
    padding: 30px;
  }

  .md\:last\:p-34px:last-child{
    padding: 34px;
  }

  .md\:last\:p-36px:last-child{
    padding: 36px;
  }

  .md\:last\:p-40px:last-child{
    padding: 40px;
  }

  .md\:last\:p-45px:last-child{
    padding: 45px;
  }

  .md\:last\:p-49px:last-child{
    padding: 49px;
  }

  .md\:last\:p-50px:last-child{
    padding: 50px;
  }

  .md\:last\:p-53px:last-child{
    padding: 53px;
  }

  .md\:last\:p-55px:last-child{
    padding: 55px;
  }

  .md\:last\:p-60px:last-child{
    padding: 60px;
  }

  .md\:last\:p-68px:last-child{
    padding: 68px;
  }

  .md\:last\:p-80px:last-child{
    padding: 80px;
  }

  .md\:last\:p-90px:last-child{
    padding: 90px;
  }

  .md\:last\:p-93px:last-child{
    padding: 93px;
  }

  .md\:last\:p-115px:last-child{
    padding: 115px;
  }

  .md\:last\:py-0:last-child{
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:last\:px-0:last-child{
    padding-left: 0;
    padding-right: 0;
  }

  .md\:last\:py-2px:last-child{
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .md\:last\:px-2px:last-child{
    padding-left: 2px;
    padding-right: 2px;
  }

  .md\:last\:py-4px:last-child{
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .md\:last\:px-4px:last-child{
    padding-left: 4px;
    padding-right: 4px;
  }

  .md\:last\:py-5px:last-child{
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .md\:last\:px-5px:last-child{
    padding-left: 5px;
    padding-right: 5px;
  }

  .md\:last\:py-6px:last-child{
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .md\:last\:px-6px:last-child{
    padding-left: 6px;
    padding-right: 6px;
  }

  .md\:last\:py-7px:last-child{
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .md\:last\:px-7px:last-child{
    padding-left: 7px;
    padding-right: 7px;
  }

  .md\:last\:py-8px:last-child{
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .md\:last\:px-8px:last-child{
    padding-left: 8px;
    padding-right: 8px;
  }

  .md\:last\:py-10px:last-child{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .md\:last\:px-10px:last-child{
    padding-left: 10px;
    padding-right: 10px;
  }

  .md\:last\:py-11px:last-child{
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .md\:last\:px-11px:last-child{
    padding-left: 11px;
    padding-right: 11px;
  }

  .md\:last\:py-12px:last-child{
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .md\:last\:px-12px:last-child{
    padding-left: 12px;
    padding-right: 12px;
  }

  .md\:last\:py-14px:last-child{
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .md\:last\:px-14px:last-child{
    padding-left: 14px;
    padding-right: 14px;
  }

  .md\:last\:py-15px:last-child{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .md\:last\:px-15px:last-child{
    padding-left: 15px;
    padding-right: 15px;
  }

  .md\:last\:py-16px:last-child{
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .md\:last\:px-16px:last-child{
    padding-left: 16px;
    padding-right: 16px;
  }

  .md\:last\:py-18px:last-child{
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .md\:last\:px-18px:last-child{
    padding-left: 18px;
    padding-right: 18px;
  }

  .md\:last\:py-20px:last-child{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .md\:last\:px-20px:last-child{
    padding-left: 20px;
    padding-right: 20px;
  }

  .md\:last\:py-24px:last-child{
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .md\:last\:px-24px:last-child{
    padding-left: 24px;
    padding-right: 24px;
  }

  .md\:last\:py-25px:last-child{
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .md\:last\:px-25px:last-child{
    padding-left: 25px;
    padding-right: 25px;
  }

  .md\:last\:py-26px:last-child{
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .md\:last\:px-26px:last-child{
    padding-left: 26px;
    padding-right: 26px;
  }

  .md\:last\:py-30px:last-child{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .md\:last\:px-30px:last-child{
    padding-left: 30px;
    padding-right: 30px;
  }

  .md\:last\:py-34px:last-child{
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .md\:last\:px-34px:last-child{
    padding-left: 34px;
    padding-right: 34px;
  }

  .md\:last\:py-36px:last-child{
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .md\:last\:px-36px:last-child{
    padding-left: 36px;
    padding-right: 36px;
  }

  .md\:last\:py-40px:last-child{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .md\:last\:px-40px:last-child{
    padding-left: 40px;
    padding-right: 40px;
  }

  .md\:last\:py-45px:last-child{
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .md\:last\:px-45px:last-child{
    padding-left: 45px;
    padding-right: 45px;
  }

  .md\:last\:py-49px:last-child{
    padding-top: 49px;
    padding-bottom: 49px;
  }

  .md\:last\:px-49px:last-child{
    padding-left: 49px;
    padding-right: 49px;
  }

  .md\:last\:py-50px:last-child{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .md\:last\:px-50px:last-child{
    padding-left: 50px;
    padding-right: 50px;
  }

  .md\:last\:py-53px:last-child{
    padding-top: 53px;
    padding-bottom: 53px;
  }

  .md\:last\:px-53px:last-child{
    padding-left: 53px;
    padding-right: 53px;
  }

  .md\:last\:py-55px:last-child{
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .md\:last\:px-55px:last-child{
    padding-left: 55px;
    padding-right: 55px;
  }

  .md\:last\:py-60px:last-child{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .md\:last\:px-60px:last-child{
    padding-left: 60px;
    padding-right: 60px;
  }

  .md\:last\:py-68px:last-child{
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .md\:last\:px-68px:last-child{
    padding-left: 68px;
    padding-right: 68px;
  }

  .md\:last\:py-80px:last-child{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .md\:last\:px-80px:last-child{
    padding-left: 80px;
    padding-right: 80px;
  }

  .md\:last\:py-90px:last-child{
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .md\:last\:px-90px:last-child{
    padding-left: 90px;
    padding-right: 90px;
  }

  .md\:last\:py-93px:last-child{
    padding-top: 93px;
    padding-bottom: 93px;
  }

  .md\:last\:px-93px:last-child{
    padding-left: 93px;
    padding-right: 93px;
  }

  .md\:last\:py-115px:last-child{
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .md\:last\:px-115px:last-child{
    padding-left: 115px;
    padding-right: 115px;
  }

  .md\:last\:pt-0:last-child{
    padding-top: 0;
  }

  .md\:last\:pr-0:last-child{
    padding-right: 0;
  }

  .md\:last\:pb-0:last-child{
    padding-bottom: 0;
  }

  .md\:last\:pl-0:last-child{
    padding-left: 0;
  }

  .md\:last\:pt-2px:last-child{
    padding-top: 2px;
  }

  .md\:last\:pr-2px:last-child{
    padding-right: 2px;
  }

  .md\:last\:pb-2px:last-child{
    padding-bottom: 2px;
  }

  .md\:last\:pl-2px:last-child{
    padding-left: 2px;
  }

  .md\:last\:pt-4px:last-child{
    padding-top: 4px;
  }

  .md\:last\:pr-4px:last-child{
    padding-right: 4px;
  }

  .md\:last\:pb-4px:last-child{
    padding-bottom: 4px;
  }

  .md\:last\:pl-4px:last-child{
    padding-left: 4px;
  }

  .md\:last\:pt-5px:last-child{
    padding-top: 5px;
  }

  .md\:last\:pr-5px:last-child{
    padding-right: 5px;
  }

  .md\:last\:pb-5px:last-child{
    padding-bottom: 5px;
  }

  .md\:last\:pl-5px:last-child{
    padding-left: 5px;
  }

  .md\:last\:pt-6px:last-child{
    padding-top: 6px;
  }

  .md\:last\:pr-6px:last-child{
    padding-right: 6px;
  }

  .md\:last\:pb-6px:last-child{
    padding-bottom: 6px;
  }

  .md\:last\:pl-6px:last-child{
    padding-left: 6px;
  }

  .md\:last\:pt-7px:last-child{
    padding-top: 7px;
  }

  .md\:last\:pr-7px:last-child{
    padding-right: 7px;
  }

  .md\:last\:pb-7px:last-child{
    padding-bottom: 7px;
  }

  .md\:last\:pl-7px:last-child{
    padding-left: 7px;
  }

  .md\:last\:pt-8px:last-child{
    padding-top: 8px;
  }

  .md\:last\:pr-8px:last-child{
    padding-right: 8px;
  }

  .md\:last\:pb-8px:last-child{
    padding-bottom: 8px;
  }

  .md\:last\:pl-8px:last-child{
    padding-left: 8px;
  }

  .md\:last\:pt-10px:last-child{
    padding-top: 10px;
  }

  .md\:last\:pr-10px:last-child{
    padding-right: 10px;
  }

  .md\:last\:pb-10px:last-child{
    padding-bottom: 10px;
  }

  .md\:last\:pl-10px:last-child{
    padding-left: 10px;
  }

  .md\:last\:pt-11px:last-child{
    padding-top: 11px;
  }

  .md\:last\:pr-11px:last-child{
    padding-right: 11px;
  }

  .md\:last\:pb-11px:last-child{
    padding-bottom: 11px;
  }

  .md\:last\:pl-11px:last-child{
    padding-left: 11px;
  }

  .md\:last\:pt-12px:last-child{
    padding-top: 12px;
  }

  .md\:last\:pr-12px:last-child{
    padding-right: 12px;
  }

  .md\:last\:pb-12px:last-child{
    padding-bottom: 12px;
  }

  .md\:last\:pl-12px:last-child{
    padding-left: 12px;
  }

  .md\:last\:pt-14px:last-child{
    padding-top: 14px;
  }

  .md\:last\:pr-14px:last-child{
    padding-right: 14px;
  }

  .md\:last\:pb-14px:last-child{
    padding-bottom: 14px;
  }

  .md\:last\:pl-14px:last-child{
    padding-left: 14px;
  }

  .md\:last\:pt-15px:last-child{
    padding-top: 15px;
  }

  .md\:last\:pr-15px:last-child{
    padding-right: 15px;
  }

  .md\:last\:pb-15px:last-child{
    padding-bottom: 15px;
  }

  .md\:last\:pl-15px:last-child{
    padding-left: 15px;
  }

  .md\:last\:pt-16px:last-child{
    padding-top: 16px;
  }

  .md\:last\:pr-16px:last-child{
    padding-right: 16px;
  }

  .md\:last\:pb-16px:last-child{
    padding-bottom: 16px;
  }

  .md\:last\:pl-16px:last-child{
    padding-left: 16px;
  }

  .md\:last\:pt-18px:last-child{
    padding-top: 18px;
  }

  .md\:last\:pr-18px:last-child{
    padding-right: 18px;
  }

  .md\:last\:pb-18px:last-child{
    padding-bottom: 18px;
  }

  .md\:last\:pl-18px:last-child{
    padding-left: 18px;
  }

  .md\:last\:pt-20px:last-child{
    padding-top: 20px;
  }

  .md\:last\:pr-20px:last-child{
    padding-right: 20px;
  }

  .md\:last\:pb-20px:last-child{
    padding-bottom: 20px;
  }

  .md\:last\:pl-20px:last-child{
    padding-left: 20px;
  }

  .md\:last\:pt-24px:last-child{
    padding-top: 24px;
  }

  .md\:last\:pr-24px:last-child{
    padding-right: 24px;
  }

  .md\:last\:pb-24px:last-child{
    padding-bottom: 24px;
  }

  .md\:last\:pl-24px:last-child{
    padding-left: 24px;
  }

  .md\:last\:pt-25px:last-child{
    padding-top: 25px;
  }

  .md\:last\:pr-25px:last-child{
    padding-right: 25px;
  }

  .md\:last\:pb-25px:last-child{
    padding-bottom: 25px;
  }

  .md\:last\:pl-25px:last-child{
    padding-left: 25px;
  }

  .md\:last\:pt-26px:last-child{
    padding-top: 26px;
  }

  .md\:last\:pr-26px:last-child{
    padding-right: 26px;
  }

  .md\:last\:pb-26px:last-child{
    padding-bottom: 26px;
  }

  .md\:last\:pl-26px:last-child{
    padding-left: 26px;
  }

  .md\:last\:pt-30px:last-child{
    padding-top: 30px;
  }

  .md\:last\:pr-30px:last-child{
    padding-right: 30px;
  }

  .md\:last\:pb-30px:last-child{
    padding-bottom: 30px;
  }

  .md\:last\:pl-30px:last-child{
    padding-left: 30px;
  }

  .md\:last\:pt-34px:last-child{
    padding-top: 34px;
  }

  .md\:last\:pr-34px:last-child{
    padding-right: 34px;
  }

  .md\:last\:pb-34px:last-child{
    padding-bottom: 34px;
  }

  .md\:last\:pl-34px:last-child{
    padding-left: 34px;
  }

  .md\:last\:pt-36px:last-child{
    padding-top: 36px;
  }

  .md\:last\:pr-36px:last-child{
    padding-right: 36px;
  }

  .md\:last\:pb-36px:last-child{
    padding-bottom: 36px;
  }

  .md\:last\:pl-36px:last-child{
    padding-left: 36px;
  }

  .md\:last\:pt-40px:last-child{
    padding-top: 40px;
  }

  .md\:last\:pr-40px:last-child{
    padding-right: 40px;
  }

  .md\:last\:pb-40px:last-child{
    padding-bottom: 40px;
  }

  .md\:last\:pl-40px:last-child{
    padding-left: 40px;
  }

  .md\:last\:pt-45px:last-child{
    padding-top: 45px;
  }

  .md\:last\:pr-45px:last-child{
    padding-right: 45px;
  }

  .md\:last\:pb-45px:last-child{
    padding-bottom: 45px;
  }

  .md\:last\:pl-45px:last-child{
    padding-left: 45px;
  }

  .md\:last\:pt-49px:last-child{
    padding-top: 49px;
  }

  .md\:last\:pr-49px:last-child{
    padding-right: 49px;
  }

  .md\:last\:pb-49px:last-child{
    padding-bottom: 49px;
  }

  .md\:last\:pl-49px:last-child{
    padding-left: 49px;
  }

  .md\:last\:pt-50px:last-child{
    padding-top: 50px;
  }

  .md\:last\:pr-50px:last-child{
    padding-right: 50px;
  }

  .md\:last\:pb-50px:last-child{
    padding-bottom: 50px;
  }

  .md\:last\:pl-50px:last-child{
    padding-left: 50px;
  }

  .md\:last\:pt-53px:last-child{
    padding-top: 53px;
  }

  .md\:last\:pr-53px:last-child{
    padding-right: 53px;
  }

  .md\:last\:pb-53px:last-child{
    padding-bottom: 53px;
  }

  .md\:last\:pl-53px:last-child{
    padding-left: 53px;
  }

  .md\:last\:pt-55px:last-child{
    padding-top: 55px;
  }

  .md\:last\:pr-55px:last-child{
    padding-right: 55px;
  }

  .md\:last\:pb-55px:last-child{
    padding-bottom: 55px;
  }

  .md\:last\:pl-55px:last-child{
    padding-left: 55px;
  }

  .md\:last\:pt-60px:last-child{
    padding-top: 60px;
  }

  .md\:last\:pr-60px:last-child{
    padding-right: 60px;
  }

  .md\:last\:pb-60px:last-child{
    padding-bottom: 60px;
  }

  .md\:last\:pl-60px:last-child{
    padding-left: 60px;
  }

  .md\:last\:pt-68px:last-child{
    padding-top: 68px;
  }

  .md\:last\:pr-68px:last-child{
    padding-right: 68px;
  }

  .md\:last\:pb-68px:last-child{
    padding-bottom: 68px;
  }

  .md\:last\:pl-68px:last-child{
    padding-left: 68px;
  }

  .md\:last\:pt-80px:last-child{
    padding-top: 80px;
  }

  .md\:last\:pr-80px:last-child{
    padding-right: 80px;
  }

  .md\:last\:pb-80px:last-child{
    padding-bottom: 80px;
  }

  .md\:last\:pl-80px:last-child{
    padding-left: 80px;
  }

  .md\:last\:pt-90px:last-child{
    padding-top: 90px;
  }

  .md\:last\:pr-90px:last-child{
    padding-right: 90px;
  }

  .md\:last\:pb-90px:last-child{
    padding-bottom: 90px;
  }

  .md\:last\:pl-90px:last-child{
    padding-left: 90px;
  }

  .md\:last\:pt-93px:last-child{
    padding-top: 93px;
  }

  .md\:last\:pr-93px:last-child{
    padding-right: 93px;
  }

  .md\:last\:pb-93px:last-child{
    padding-bottom: 93px;
  }

  .md\:last\:pl-93px:last-child{
    padding-left: 93px;
  }

  .md\:last\:pt-115px:last-child{
    padding-top: 115px;
  }

  .md\:last\:pr-115px:last-child{
    padding-right: 115px;
  }

  .md\:last\:pb-115px:last-child{
    padding-bottom: 115px;
  }

  .md\:last\:pl-115px:last-child{
    padding-left: 115px;
  }

  .md\:static{
    position: static;
  }

  .md\:fixed{
    position: fixed;
  }

  .md\:absolute{
    position: absolute;
  }

  .md\:relative{
    position: relative;
  }

  .md\:sticky{
    position: sticky;
  }

  .md\:space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .md\:space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-2px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2px * var(--space-y-reverse));
  }

  .md\:space-x-2px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2px * var(--space-x-reverse));
    margin-left: calc(2px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-4px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4px * var(--space-y-reverse));
  }

  .md\:space-x-4px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(4px * var(--space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-5px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5px * var(--space-y-reverse));
  }

  .md\:space-x-5px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(5px * var(--space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-6px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6px * var(--space-y-reverse));
  }

  .md\:space-x-6px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(6px * var(--space-x-reverse));
    margin-left: calc(6px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-7px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(7px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(7px * var(--space-y-reverse));
  }

  .md\:space-x-7px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(7px * var(--space-x-reverse));
    margin-left: calc(7px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-8px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8px * var(--space-y-reverse));
  }

  .md\:space-x-8px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(8px * var(--space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-10px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10px * var(--space-y-reverse));
  }

  .md\:space-x-10px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(10px * var(--space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-11px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(11px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(11px * var(--space-y-reverse));
  }

  .md\:space-x-11px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(11px * var(--space-x-reverse));
    margin-left: calc(11px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-12px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12px * var(--space-y-reverse));
  }

  .md\:space-x-12px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(12px * var(--space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-14px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14px * var(--space-y-reverse));
  }

  .md\:space-x-14px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(14px * var(--space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-15px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(15px * var(--space-y-reverse));
  }

  .md\:space-x-15px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(15px * var(--space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-16px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16px * var(--space-y-reverse));
  }

  .md\:space-x-16px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(16px * var(--space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-18px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18px * var(--space-y-reverse));
  }

  .md\:space-x-18px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(18px * var(--space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-20px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse));
  }

  .md\:space-x-20px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-24px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24px * var(--space-y-reverse));
  }

  .md\:space-x-24px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(24px * var(--space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-25px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25px * var(--space-y-reverse));
  }

  .md\:space-x-25px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(25px * var(--space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-26px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(26px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(26px * var(--space-y-reverse));
  }

  .md\:space-x-26px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(26px * var(--space-x-reverse));
    margin-left: calc(26px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-30px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse));
  }

  .md\:space-x-30px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-34px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(34px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(34px * var(--space-y-reverse));
  }

  .md\:space-x-34px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(34px * var(--space-x-reverse));
    margin-left: calc(34px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-36px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(36px * var(--space-y-reverse));
  }

  .md\:space-x-36px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(36px * var(--space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-40px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40px * var(--space-y-reverse));
  }

  .md\:space-x-40px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(40px * var(--space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-45px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(45px * var(--space-y-reverse));
  }

  .md\:space-x-45px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(45px * var(--space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-49px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(49px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49px * var(--space-y-reverse));
  }

  .md\:space-x-49px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(49px * var(--space-x-reverse));
    margin-left: calc(49px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-50px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50px * var(--space-y-reverse));
  }

  .md\:space-x-50px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(50px * var(--space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-53px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(53px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(53px * var(--space-y-reverse));
  }

  .md\:space-x-53px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(53px * var(--space-x-reverse));
    margin-left: calc(53px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-55px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(55px * var(--space-y-reverse));
  }

  .md\:space-x-55px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(55px * var(--space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-60px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60px * var(--space-y-reverse));
  }

  .md\:space-x-60px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(60px * var(--space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-68px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(68px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(68px * var(--space-y-reverse));
  }

  .md\:space-x-68px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(68px * var(--space-x-reverse));
    margin-left: calc(68px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-80px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80px * var(--space-y-reverse));
  }

  .md\:space-x-80px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(80px * var(--space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-90px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90px * var(--space-y-reverse));
  }

  .md\:space-x-90px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(90px * var(--space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-93px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(93px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(93px * var(--space-y-reverse));
  }

  .md\:space-x-93px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(93px * var(--space-x-reverse));
    margin-left: calc(93px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-115px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(115px * var(--space-y-reverse));
  }

  .md\:space-x-115px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(115px * var(--space-x-reverse));
    margin-left: calc(115px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-2px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2px * var(--space-y-reverse));
  }

  .md\:-space-x-2px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2px * var(--space-x-reverse));
    margin-left: calc(-2px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-4px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4px * var(--space-y-reverse));
  }

  .md\:-space-x-4px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-4px * var(--space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-5px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5px * var(--space-y-reverse));
  }

  .md\:-space-x-5px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-5px * var(--space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-6px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6px * var(--space-y-reverse));
  }

  .md\:-space-x-6px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-6px * var(--space-x-reverse));
    margin-left: calc(-6px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-7px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-7px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-7px * var(--space-y-reverse));
  }

  .md\:-space-x-7px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-7px * var(--space-x-reverse));
    margin-left: calc(-7px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-8px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8px * var(--space-y-reverse));
  }

  .md\:-space-x-8px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-8px * var(--space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-10px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10px * var(--space-y-reverse));
  }

  .md\:-space-x-10px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-10px * var(--space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-11px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-11px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-11px * var(--space-y-reverse));
  }

  .md\:-space-x-11px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-11px * var(--space-x-reverse));
    margin-left: calc(-11px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-12px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12px * var(--space-y-reverse));
  }

  .md\:-space-x-12px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-12px * var(--space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-14px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14px * var(--space-y-reverse));
  }

  .md\:-space-x-14px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-14px * var(--space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-15px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-15px * var(--space-y-reverse));
  }

  .md\:-space-x-15px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-15px * var(--space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-16px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16px * var(--space-y-reverse));
  }

  .md\:-space-x-16px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-16px * var(--space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-18px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18px * var(--space-y-reverse));
  }

  .md\:-space-x-18px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-18px * var(--space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-20px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse));
  }

  .md\:-space-x-20px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-24px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24px * var(--space-y-reverse));
  }

  .md\:-space-x-24px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-24px * var(--space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-25px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25px * var(--space-y-reverse));
  }

  .md\:-space-x-25px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-25px * var(--space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-26px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-26px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-26px * var(--space-y-reverse));
  }

  .md\:-space-x-26px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-26px * var(--space-x-reverse));
    margin-left: calc(-26px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-30px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse));
  }

  .md\:-space-x-30px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-34px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-34px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-34px * var(--space-y-reverse));
  }

  .md\:-space-x-34px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-34px * var(--space-x-reverse));
    margin-left: calc(-34px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-36px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-36px * var(--space-y-reverse));
  }

  .md\:-space-x-36px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-36px * var(--space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-40px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40px * var(--space-y-reverse));
  }

  .md\:-space-x-40px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-40px * var(--space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-45px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-45px * var(--space-y-reverse));
  }

  .md\:-space-x-45px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-45px * var(--space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-49px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-49px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49px * var(--space-y-reverse));
  }

  .md\:-space-x-49px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-49px * var(--space-x-reverse));
    margin-left: calc(-49px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-50px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50px * var(--space-y-reverse));
  }

  .md\:-space-x-50px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-50px * var(--space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-53px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-53px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-53px * var(--space-y-reverse));
  }

  .md\:-space-x-53px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-53px * var(--space-x-reverse));
    margin-left: calc(-53px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-55px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-55px * var(--space-y-reverse));
  }

  .md\:-space-x-55px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-55px * var(--space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-60px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60px * var(--space-y-reverse));
  }

  .md\:-space-x-60px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-60px * var(--space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-68px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-68px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-68px * var(--space-y-reverse));
  }

  .md\:-space-x-68px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-68px * var(--space-x-reverse));
    margin-left: calc(-68px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-80px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80px * var(--space-y-reverse));
  }

  .md\:-space-x-80px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-80px * var(--space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-90px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90px * var(--space-y-reverse));
  }

  .md\:-space-x-90px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-90px * var(--space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-93px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-93px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-93px * var(--space-y-reverse));
  }

  .md\:-space-x-93px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-93px * var(--space-x-reverse));
    margin-left: calc(-93px * calc(1 - var(--space-x-reverse)));
  }

  .md\:-space-y-115px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-115px * var(--space-y-reverse));
  }

  .md\:-space-x-115px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-115px * var(--space-x-reverse));
    margin-left: calc(-115px * calc(1 - var(--space-x-reverse)));
  }

  .md\:space-y-reverse > :not(template) ~ :not(template){
    --space-y-reverse: 1;
  }

  .md\:space-x-reverse > :not(template) ~ :not(template){
    --space-x-reverse: 1;
  }

  .md\:text-left{
    text-align: left;
  }

  .md\:text-center{
    text-align: center;
  }

  .md\:text-right{
    text-align: right;
  }

  .md\:text-justify{
    text-align: justify;
  }

  .md\:text-white{
    color: #fff;
  }

  .md\:text-gray-20{
    color: #dddfee;
  }

  .md\:text-gray-30{
    color: #d1dbff;
  }

  .md\:text-gray-40{
    color: #f7f9ff;
  }

  .md\:text-gray-50{
    color: #ebeffb;
  }

  .md\:text-gray-60{
    color: #e7e9f6;
  }

  .md\:text-gray-100{
    color: #dee3ef;
  }

  .md\:text-gray-200{
    color: #cdcfe0;
  }

  .md\:text-gray-250{
    color: #a4adb7;
  }

  .md\:text-gray-300{
    color: #868da4;
  }

  .md\:text-gray-400{
    color: #566687;
  }

  .md\:text-gray-800{
    color: #2f3b46;
  }

  .md\:text-gray-a1{
    color: rgba(0, 0, 0, .8);
  }

  .md\:text-blue-40{
    color: #637dfb;
  }

  .md\:text-blue-50{
    color: #5d80ff;
  }

  .md\:text-blue-100{
    color: #476df2;
  }

  .md\:text-blue-200{
    color: #878bad;
  }

  .md\:text-blue-300{
    color: #627cfa;
  }

  .md\:text-blue-400{
    color: #646d88;
  }

  .md\:text-blue-500{
    color: #566cd3;
  }

  .md\:text-blue-700{
    color: #233253;
  }

  .md\:text-blue-800{
    color: #152442;
  }

  .md\:text-blue-850{
    color: #192440;
  }

  .md\:text-blue-900{
    color: #132a43;
  }

  .md\:text-yellow-400{
    color: #f1d600;
  }

  .md\:hover\:text-white:hover{
    color: #fff;
  }

  .md\:hover\:text-gray-20:hover{
    color: #dddfee;
  }

  .md\:hover\:text-gray-30:hover{
    color: #d1dbff;
  }

  .md\:hover\:text-gray-40:hover{
    color: #f7f9ff;
  }

  .md\:hover\:text-gray-50:hover{
    color: #ebeffb;
  }

  .md\:hover\:text-gray-60:hover{
    color: #e7e9f6;
  }

  .md\:hover\:text-gray-100:hover{
    color: #dee3ef;
  }

  .md\:hover\:text-gray-200:hover{
    color: #cdcfe0;
  }

  .md\:hover\:text-gray-250:hover{
    color: #a4adb7;
  }

  .md\:hover\:text-gray-300:hover{
    color: #868da4;
  }

  .md\:hover\:text-gray-400:hover{
    color: #566687;
  }

  .md\:hover\:text-gray-800:hover{
    color: #2f3b46;
  }

  .md\:hover\:text-gray-a1:hover{
    color: rgba(0, 0, 0, .8);
  }

  .md\:hover\:text-blue-40:hover{
    color: #637dfb;
  }

  .md\:hover\:text-blue-50:hover{
    color: #5d80ff;
  }

  .md\:hover\:text-blue-100:hover{
    color: #476df2;
  }

  .md\:hover\:text-blue-200:hover{
    color: #878bad;
  }

  .md\:hover\:text-blue-300:hover{
    color: #627cfa;
  }

  .md\:hover\:text-blue-400:hover{
    color: #646d88;
  }

  .md\:hover\:text-blue-500:hover{
    color: #566cd3;
  }

  .md\:hover\:text-blue-700:hover{
    color: #233253;
  }

  .md\:hover\:text-blue-800:hover{
    color: #152442;
  }

  .md\:hover\:text-blue-850:hover{
    color: #192440;
  }

  .md\:hover\:text-blue-900:hover{
    color: #132a43;
  }

  .md\:hover\:text-yellow-400:hover{
    color: #f1d600;
  }

  .md\:focus\:text-white:focus{
    color: #fff;
  }

  .md\:focus\:text-gray-20:focus{
    color: #dddfee;
  }

  .md\:focus\:text-gray-30:focus{
    color: #d1dbff;
  }

  .md\:focus\:text-gray-40:focus{
    color: #f7f9ff;
  }

  .md\:focus\:text-gray-50:focus{
    color: #ebeffb;
  }

  .md\:focus\:text-gray-60:focus{
    color: #e7e9f6;
  }

  .md\:focus\:text-gray-100:focus{
    color: #dee3ef;
  }

  .md\:focus\:text-gray-200:focus{
    color: #cdcfe0;
  }

  .md\:focus\:text-gray-250:focus{
    color: #a4adb7;
  }

  .md\:focus\:text-gray-300:focus{
    color: #868da4;
  }

  .md\:focus\:text-gray-400:focus{
    color: #566687;
  }

  .md\:focus\:text-gray-800:focus{
    color: #2f3b46;
  }

  .md\:focus\:text-gray-a1:focus{
    color: rgba(0, 0, 0, .8);
  }

  .md\:focus\:text-blue-40:focus{
    color: #637dfb;
  }

  .md\:focus\:text-blue-50:focus{
    color: #5d80ff;
  }

  .md\:focus\:text-blue-100:focus{
    color: #476df2;
  }

  .md\:focus\:text-blue-200:focus{
    color: #878bad;
  }

  .md\:focus\:text-blue-300:focus{
    color: #627cfa;
  }

  .md\:focus\:text-blue-400:focus{
    color: #646d88;
  }

  .md\:focus\:text-blue-500:focus{
    color: #566cd3;
  }

  .md\:focus\:text-blue-700:focus{
    color: #233253;
  }

  .md\:focus\:text-blue-800:focus{
    color: #152442;
  }

  .md\:focus\:text-blue-850:focus{
    color: #192440;
  }

  .md\:focus\:text-blue-900:focus{
    color: #132a43;
  }

  .md\:focus\:text-yellow-400:focus{
    color: #f1d600;
  }

  .md\:underline{
    text-decoration: underline;
  }

  .md\:line-through{
    text-decoration: line-through;
  }

  .md\:no-underline{
    text-decoration: none;
  }

  .md\:hover\:underline:hover{
    text-decoration: underline;
  }

  .md\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .md\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .md\:focus\:underline:focus{
    text-decoration: underline;
  }

  .md\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .md\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .md\:uppercase{
    text-transform: uppercase;
  }

  .md\:lowercase{
    text-transform: lowercase;
  }

  .md\:capitalize{
    text-transform: capitalize;
  }

  .md\:normal-case{
    text-transform: none;
  }

  .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\:w-0{
    width: 0;
  }

  .md\:w-auto{
    width: auto;
  }

  .md\:w-2px{
    width: 2px;
  }

  .md\:w-4px{
    width: 4px;
  }

  .md\:w-5px{
    width: 5px;
  }

  .md\:w-6px{
    width: 6px;
  }

  .md\:w-7px{
    width: 7px;
  }

  .md\:w-8px{
    width: 8px;
  }

  .md\:w-10px{
    width: 10px;
  }

  .md\:w-11px{
    width: 11px;
  }

  .md\:w-12px{
    width: 12px;
  }

  .md\:w-14px{
    width: 14px;
  }

  .md\:w-15px{
    width: 15px;
  }

  .md\:w-16px{
    width: 16px;
  }

  .md\:w-18px{
    width: 18px;
  }

  .md\:w-20px{
    width: 20px;
  }

  .md\:w-24px{
    width: 24px;
  }

  .md\:w-25px{
    width: 25px;
  }

  .md\:w-26px{
    width: 26px;
  }

  .md\:w-30px{
    width: 30px;
  }

  .md\:w-34px{
    width: 34px;
  }

  .md\:w-36px{
    width: 36px;
  }

  .md\:w-40px{
    width: 40px;
  }

  .md\:w-45px{
    width: 45px;
  }

  .md\:w-49px{
    width: 49px;
  }

  .md\:w-50px{
    width: 50px;
  }

  .md\:w-53px{
    width: 53px;
  }

  .md\:w-55px{
    width: 55px;
  }

  .md\:w-60px{
    width: 60px;
  }

  .md\:w-68px{
    width: 68px;
  }

  .md\:w-80px{
    width: 80px;
  }

  .md\:w-90px{
    width: 90px;
  }

  .md\:w-93px{
    width: 93px;
  }

  .md\:w-115px{
    width: 115px;
  }

  .md\:w-1\/2{
    width: 50%;
  }

  .md\:w-1\/3{
    width: 33.333333%;
  }

  .md\:w-2\/3{
    width: 66.666667%;
  }

  .md\:w-1\/4{
    width: 25%;
  }

  .md\:w-2\/4{
    width: 50%;
  }

  .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.666667%;
  }

  .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.333333%;
  }

  .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;
  }

  .md\:w-260px{
    width: 260px;
  }

  .md\:w-320px{
    width: 320px;
  }

  .md\:w-360px{
    width: 360px;
  }

  .md\:w-366px{
    width: 366px;
  }

  .md\:w-450px{
    width: 450px;
  }

  .md\:w-806px{
    width: 806px;
  }

  .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;
  }

  .md\:m-0imp {
    margin: 0 !important;
  }
}

@media (min-width: 1024px){
  .lg\:items-start{
    align-items: flex-start;
  }

  .lg\:items-end{
    align-items: flex-end;
  }

  .lg\:items-center{
    align-items: center;
  }

  .lg\:items-baseline{
    align-items: baseline;
  }

  .lg\:items-stretch{
    align-items: stretch;
  }

  .lg\:bg-white{
    background-color: #fff;
  }

  .lg\:bg-gray-20{
    background-color: #dddfee;
  }

  .lg\:bg-gray-30{
    background-color: #d1dbff;
  }

  .lg\:bg-gray-40{
    background-color: #f7f9ff;
  }

  .lg\:bg-gray-50{
    background-color: #ebeffb;
  }

  .lg\:bg-gray-60{
    background-color: #e7e9f6;
  }

  .lg\:bg-gray-100{
    background-color: #dee3ef;
  }

  .lg\:bg-gray-200{
    background-color: #cdcfe0;
  }

  .lg\:bg-gray-250{
    background-color: #a4adb7;
  }

  .lg\:bg-gray-300{
    background-color: #868da4;
  }

  .lg\:bg-gray-400{
    background-color: #566687;
  }

  .lg\:bg-gray-800{
    background-color: #2f3b46;
  }

  .lg\:bg-gray-a1{
    background-color: rgba(0, 0, 0, .8);
  }

  .lg\:bg-blue-40{
    background-color: #637dfb;
  }

  .lg\:bg-blue-50{
    background-color: #5d80ff;
  }

  .lg\:bg-blue-100{
    background-color: #476df2;
  }

  .lg\:bg-blue-200{
    background-color: #878bad;
  }

  .lg\:bg-blue-300{
    background-color: #627cfa;
  }

  .lg\:bg-blue-400{
    background-color: #646d88;
  }

  .lg\:bg-blue-500{
    background-color: #566cd3;
  }

  .lg\:bg-blue-700{
    background-color: #233253;
  }

  .lg\:bg-blue-800{
    background-color: #152442;
  }

  .lg\:bg-blue-850{
    background-color: #192440;
  }

  .lg\:bg-blue-900{
    background-color: #132a43;
  }

  .lg\:bg-yellow-400{
    background-color: #f1d600;
  }

  .lg\:hover\:bg-white:hover{
    background-color: #fff;
  }

  .lg\:hover\:bg-gray-20:hover{
    background-color: #dddfee;
  }

  .lg\:hover\:bg-gray-30:hover{
    background-color: #d1dbff;
  }

  .lg\:hover\:bg-gray-40:hover{
    background-color: #f7f9ff;
  }

  .lg\:hover\:bg-gray-50:hover{
    background-color: #ebeffb;
  }

  .lg\:hover\:bg-gray-60:hover{
    background-color: #e7e9f6;
  }

  .lg\:hover\:bg-gray-100:hover{
    background-color: #dee3ef;
  }

  .lg\:hover\:bg-gray-200:hover{
    background-color: #cdcfe0;
  }

  .lg\:hover\:bg-gray-250:hover{
    background-color: #a4adb7;
  }

  .lg\:hover\:bg-gray-300:hover{
    background-color: #868da4;
  }

  .lg\:hover\:bg-gray-400:hover{
    background-color: #566687;
  }

  .lg\:hover\:bg-gray-800:hover{
    background-color: #2f3b46;
  }

  .lg\:hover\:bg-gray-a1:hover{
    background-color: rgba(0, 0, 0, .8);
  }

  .lg\:hover\:bg-blue-40:hover{
    background-color: #637dfb;
  }

  .lg\:hover\:bg-blue-50:hover{
    background-color: #5d80ff;
  }

  .lg\:hover\:bg-blue-100:hover{
    background-color: #476df2;
  }

  .lg\:hover\:bg-blue-200:hover{
    background-color: #878bad;
  }

  .lg\:hover\:bg-blue-300:hover{
    background-color: #627cfa;
  }

  .lg\:hover\:bg-blue-400:hover{
    background-color: #646d88;
  }

  .lg\:hover\:bg-blue-500:hover{
    background-color: #566cd3;
  }

  .lg\:hover\:bg-blue-700:hover{
    background-color: #233253;
  }

  .lg\:hover\:bg-blue-800:hover{
    background-color: #152442;
  }

  .lg\:hover\:bg-blue-850:hover{
    background-color: #192440;
  }

  .lg\:hover\:bg-blue-900:hover{
    background-color: #132a43;
  }

  .lg\:hover\:bg-yellow-400:hover{
    background-color: #f1d600;
  }

  .lg\:focus\:bg-white:focus{
    background-color: #fff;
  }

  .lg\:focus\:bg-gray-20:focus{
    background-color: #dddfee;
  }

  .lg\:focus\:bg-gray-30:focus{
    background-color: #d1dbff;
  }

  .lg\:focus\:bg-gray-40:focus{
    background-color: #f7f9ff;
  }

  .lg\:focus\:bg-gray-50:focus{
    background-color: #ebeffb;
  }

  .lg\:focus\:bg-gray-60:focus{
    background-color: #e7e9f6;
  }

  .lg\:focus\:bg-gray-100:focus{
    background-color: #dee3ef;
  }

  .lg\:focus\:bg-gray-200:focus{
    background-color: #cdcfe0;
  }

  .lg\:focus\:bg-gray-250:focus{
    background-color: #a4adb7;
  }

  .lg\:focus\:bg-gray-300:focus{
    background-color: #868da4;
  }

  .lg\:focus\:bg-gray-400:focus{
    background-color: #566687;
  }

  .lg\:focus\:bg-gray-800:focus{
    background-color: #2f3b46;
  }

  .lg\:focus\:bg-gray-a1:focus{
    background-color: rgba(0, 0, 0, .8);
  }

  .lg\:focus\:bg-blue-40:focus{
    background-color: #637dfb;
  }

  .lg\:focus\:bg-blue-50:focus{
    background-color: #5d80ff;
  }

  .lg\:focus\:bg-blue-100:focus{
    background-color: #476df2;
  }

  .lg\:focus\:bg-blue-200:focus{
    background-color: #878bad;
  }

  .lg\:focus\:bg-blue-300:focus{
    background-color: #627cfa;
  }

  .lg\:focus\:bg-blue-400:focus{
    background-color: #646d88;
  }

  .lg\:focus\:bg-blue-500:focus{
    background-color: #566cd3;
  }

  .lg\:focus\:bg-blue-700:focus{
    background-color: #233253;
  }

  .lg\:focus\:bg-blue-800:focus{
    background-color: #152442;
  }

  .lg\:focus\:bg-blue-850:focus{
    background-color: #192440;
  }

  .lg\:focus\:bg-blue-900:focus{
    background-color: #132a43;
  }

  .lg\:focus\:bg-yellow-400:focus{
    background-color: #f1d600;
  }

  .lg\:border-white{
    border-color: #fff;
  }

  .lg\:border-gray-20{
    border-color: #dddfee;
  }

  .lg\:border-gray-30{
    border-color: #d1dbff;
  }

  .lg\:border-gray-40{
    border-color: #f7f9ff;
  }

  .lg\:border-gray-50{
    border-color: #ebeffb;
  }

  .lg\:border-gray-60{
    border-color: #e7e9f6;
  }

  .lg\:border-gray-100{
    border-color: #dee3ef;
  }

  .lg\:border-gray-200{
    border-color: #cdcfe0;
  }

  .lg\:border-gray-250{
    border-color: #a4adb7;
  }

  .lg\:border-gray-300{
    border-color: #868da4;
  }

  .lg\:border-gray-400{
    border-color: #566687;
  }

  .lg\:border-gray-800{
    border-color: #2f3b46;
  }

  .lg\:border-gray-a1{
    border-color: rgba(0, 0, 0, .8);
  }

  .lg\:border-blue-40{
    border-color: #637dfb;
  }

  .lg\:border-blue-50{
    border-color: #5d80ff;
  }

  .lg\:border-blue-100{
    border-color: #476df2;
  }

  .lg\:border-blue-200{
    border-color: #878bad;
  }

  .lg\:border-blue-300{
    border-color: #627cfa;
  }

  .lg\:border-blue-400{
    border-color: #646d88;
  }

  .lg\:border-blue-500{
    border-color: #566cd3;
  }

  .lg\:border-blue-700{
    border-color: #233253;
  }

  .lg\:border-blue-800{
    border-color: #152442;
  }

  .lg\:border-blue-850{
    border-color: #192440;
  }

  .lg\:border-blue-900{
    border-color: #132a43;
  }

  .lg\:border-yellow-400{
    border-color: #f1d600;
  }

  .lg\:hover\:border-white:hover{
    border-color: #fff;
  }

  .lg\:hover\:border-gray-20:hover{
    border-color: #dddfee;
  }

  .lg\:hover\:border-gray-30:hover{
    border-color: #d1dbff;
  }

  .lg\:hover\:border-gray-40:hover{
    border-color: #f7f9ff;
  }

  .lg\:hover\:border-gray-50:hover{
    border-color: #ebeffb;
  }

  .lg\:hover\:border-gray-60:hover{
    border-color: #e7e9f6;
  }

  .lg\:hover\:border-gray-100:hover{
    border-color: #dee3ef;
  }

  .lg\:hover\:border-gray-200:hover{
    border-color: #cdcfe0;
  }

  .lg\:hover\:border-gray-250:hover{
    border-color: #a4adb7;
  }

  .lg\:hover\:border-gray-300:hover{
    border-color: #868da4;
  }

  .lg\:hover\:border-gray-400:hover{
    border-color: #566687;
  }

  .lg\:hover\:border-gray-800:hover{
    border-color: #2f3b46;
  }

  .lg\:hover\:border-gray-a1:hover{
    border-color: rgba(0, 0, 0, .8);
  }

  .lg\:hover\:border-blue-40:hover{
    border-color: #637dfb;
  }

  .lg\:hover\:border-blue-50:hover{
    border-color: #5d80ff;
  }

  .lg\:hover\:border-blue-100:hover{
    border-color: #476df2;
  }

  .lg\:hover\:border-blue-200:hover{
    border-color: #878bad;
  }

  .lg\:hover\:border-blue-300:hover{
    border-color: #627cfa;
  }

  .lg\:hover\:border-blue-400:hover{
    border-color: #646d88;
  }

  .lg\:hover\:border-blue-500:hover{
    border-color: #566cd3;
  }

  .lg\:hover\:border-blue-700:hover{
    border-color: #233253;
  }

  .lg\:hover\:border-blue-800:hover{
    border-color: #152442;
  }

  .lg\:hover\:border-blue-850:hover{
    border-color: #192440;
  }

  .lg\:hover\:border-blue-900:hover{
    border-color: #132a43;
  }

  .lg\:hover\:border-yellow-400:hover{
    border-color: #f1d600;
  }

  .lg\:focus\:border-white:focus{
    border-color: #fff;
  }

  .lg\:focus\:border-gray-20:focus{
    border-color: #dddfee;
  }

  .lg\:focus\:border-gray-30:focus{
    border-color: #d1dbff;
  }

  .lg\:focus\:border-gray-40:focus{
    border-color: #f7f9ff;
  }

  .lg\:focus\:border-gray-50:focus{
    border-color: #ebeffb;
  }

  .lg\:focus\:border-gray-60:focus{
    border-color: #e7e9f6;
  }

  .lg\:focus\:border-gray-100:focus{
    border-color: #dee3ef;
  }

  .lg\:focus\:border-gray-200:focus{
    border-color: #cdcfe0;
  }

  .lg\:focus\:border-gray-250:focus{
    border-color: #a4adb7;
  }

  .lg\:focus\:border-gray-300:focus{
    border-color: #868da4;
  }

  .lg\:focus\:border-gray-400:focus{
    border-color: #566687;
  }

  .lg\:focus\:border-gray-800:focus{
    border-color: #2f3b46;
  }

  .lg\:focus\:border-gray-a1:focus{
    border-color: rgba(0, 0, 0, .8);
  }

  .lg\:focus\:border-blue-40:focus{
    border-color: #637dfb;
  }

  .lg\:focus\:border-blue-50:focus{
    border-color: #5d80ff;
  }

  .lg\:focus\:border-blue-100:focus{
    border-color: #476df2;
  }

  .lg\:focus\:border-blue-200:focus{
    border-color: #878bad;
  }

  .lg\:focus\:border-blue-300:focus{
    border-color: #627cfa;
  }

  .lg\:focus\:border-blue-400:focus{
    border-color: #646d88;
  }

  .lg\:focus\:border-blue-500:focus{
    border-color: #566cd3;
  }

  .lg\:focus\:border-blue-700:focus{
    border-color: #233253;
  }

  .lg\:focus\:border-blue-800:focus{
    border-color: #152442;
  }

  .lg\:focus\:border-blue-850:focus{
    border-color: #192440;
  }

  .lg\:focus\:border-blue-900:focus{
    border-color: #132a43;
  }

  .lg\:focus\:border-yellow-400:focus{
    border-color: #f1d600;
  }

  .lg\:rounded-none{
    border-radius: 0px;
  }

  .lg\:rounded-full{
    border-radius: 9999px;
  }

  .lg\:rounded-2px{
    border-radius: 2px;
  }

  .lg\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .lg\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .lg\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .lg\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .lg\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-t-2px{
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }

  .lg\:rounded-r-2px{
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }

  .lg\:rounded-b-2px{
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
  }

  .lg\:rounded-l-2px{
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }

  .lg\:rounded-tl-none{
    border-top-left-radius: 0px;
  }

  .lg\:rounded-tr-none{
    border-top-right-radius: 0px;
  }

  .lg\:rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  .lg\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  .lg\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .lg\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-tl-2px{
    border-top-left-radius: 2px;
  }

  .lg\:rounded-tr-2px{
    border-top-right-radius: 2px;
  }

  .lg\:rounded-br-2px{
    border-bottom-right-radius: 2px;
  }

  .lg\:rounded-bl-2px{
    border-bottom-left-radius: 2px;
  }

  .lg\:border-0{
    border-width: 0;
  }

  .lg\:border-2{
    border-width: 2px;
  }

  .lg\:border-4{
    border-width: 4px;
  }

  .lg\:border-8{
    border-width: 8px;
  }

  .lg\:border{
    border-width: 1px;
  }

  .lg\:border-t-0{
    border-top-width: 0;
  }

  .lg\:border-r-0{
    border-right-width: 0;
  }

  .lg\:border-b-0{
    border-bottom-width: 0;
  }

  .lg\:border-l-0{
    border-left-width: 0;
  }

  .lg\:border-t-2{
    border-top-width: 2px;
  }

  .lg\:border-r-2{
    border-right-width: 2px;
  }

  .lg\:border-b-2{
    border-bottom-width: 2px;
  }

  .lg\:border-l-2{
    border-left-width: 2px;
  }

  .lg\:border-t-4{
    border-top-width: 4px;
  }

  .lg\:border-r-4{
    border-right-width: 4px;
  }

  .lg\:border-b-4{
    border-bottom-width: 4px;
  }

  .lg\:border-l-4{
    border-left-width: 4px;
  }

  .lg\:border-t-8{
    border-top-width: 8px;
  }

  .lg\:border-r-8{
    border-right-width: 8px;
  }

  .lg\:border-b-8{
    border-bottom-width: 8px;
  }

  .lg\:border-l-8{
    border-left-width: 8px;
  }

  .lg\:border-t{
    border-top-width: 1px;
  }

  .lg\:border-r{
    border-right-width: 1px;
  }

  .lg\:border-b{
    border-bottom-width: 1px;
  }

  .lg\:border-l{
    border-left-width: 1px;
  }

  .lg\:last\:border-0:last-child{
    border-width: 0;
  }

  .lg\:last\:border-2:last-child{
    border-width: 2px;
  }

  .lg\:last\:border-4:last-child{
    border-width: 4px;
  }

  .lg\:last\:border-8:last-child{
    border-width: 8px;
  }

  .lg\:last\:border:last-child{
    border-width: 1px;
  }

  .lg\:last\:border-t-0:last-child{
    border-top-width: 0;
  }

  .lg\:last\:border-r-0:last-child{
    border-right-width: 0;
  }

  .lg\:last\:border-b-0:last-child{
    border-bottom-width: 0;
  }

  .lg\:last\:border-l-0:last-child{
    border-left-width: 0;
  }

  .lg\:last\:border-t-2:last-child{
    border-top-width: 2px;
  }

  .lg\:last\:border-r-2:last-child{
    border-right-width: 2px;
  }

  .lg\:last\:border-b-2:last-child{
    border-bottom-width: 2px;
  }

  .lg\:last\:border-l-2:last-child{
    border-left-width: 2px;
  }

  .lg\:last\:border-t-4:last-child{
    border-top-width: 4px;
  }

  .lg\:last\:border-r-4:last-child{
    border-right-width: 4px;
  }

  .lg\:last\:border-b-4:last-child{
    border-bottom-width: 4px;
  }

  .lg\:last\:border-l-4:last-child{
    border-left-width: 4px;
  }

  .lg\:last\:border-t-8:last-child{
    border-top-width: 8px;
  }

  .lg\:last\:border-r-8:last-child{
    border-right-width: 8px;
  }

  .lg\:last\:border-b-8:last-child{
    border-bottom-width: 8px;
  }

  .lg\:last\:border-l-8:last-child{
    border-left-width: 8px;
  }

  .lg\:last\:border-t:last-child{
    border-top-width: 1px;
  }

  .lg\:last\:border-r:last-child{
    border-right-width: 1px;
  }

  .lg\:last\:border-b:last-child{
    border-bottom-width: 1px;
  }

  .lg\:last\:border-l:last-child{
    border-left-width: 1px;
  }

  .lg\:shadow-none{
    box-shadow: none;
  }

  .lg\:hover\:shadow-none:hover{
    box-shadow: none;
  }

  .lg\:focus\:shadow-none:focus{
    box-shadow: none;
  }

  .lg\:cursor-auto{
    cursor: auto;
  }

  .lg\:cursor-default{
    cursor: default;
  }

  .lg\:cursor-pointer{
    cursor: pointer;
  }

  .lg\:cursor-wait{
    cursor: wait;
  }

  .lg\:cursor-text{
    cursor: text;
  }

  .lg\:cursor-move{
    cursor: move;
  }

  .lg\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .lg\:block{
    display: block;
  }

  .lg\:inline-block{
    display: inline-block;
  }

  .lg\:inline{
    display: inline;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:inline-flex{
    display: inline-flex;
  }

  .lg\:table{
    display: table;
  }

  .lg\:table-caption{
    display: table-caption;
  }

  .lg\:table-cell{
    display: table-cell;
  }

  .lg\:table-column{
    display: table-column;
  }

  .lg\:table-column-group{
    display: table-column-group;
  }

  .lg\:table-footer-group{
    display: table-footer-group;
  }

  .lg\:table-header-group{
    display: table-header-group;
  }

  .lg\:table-row-group{
    display: table-row-group;
  }

  .lg\:table-row{
    display: table-row;
  }

  .lg\:flow-root{
    display: flow-root;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:inline-grid{
    display: inline-grid;
  }

  .lg\:contents{
    display: contents;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:flex-1{
    flex: 1 1 0%;
  }

  .lg\:flex-auto{
    flex: 1 1 auto;
  }

  .lg\:flex-initial{
    flex: 0 1 auto;
  }

  .lg\:flex-none{
    flex: none;
  }

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .lg\:flex-col{
    flex-direction: column;
  }

  .lg\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .lg\:flex-grow-0{
    flex-grow: 0;
  }

  .lg\:flex-grow{
    flex-grow: 1;
  }

  .lg\:flex-shrink-0{
    flex-shrink: 0;
  }

  .lg\:flex-shrink{
    flex-shrink: 1;
  }

  .lg\:flex-wrap{
    flex-wrap: wrap;
  }

  .lg\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .lg\:flex-no-wrap{
    flex-wrap: nowrap;
  }

  .lg\:text-14px{
    font-size: 14px;
  }

  .lg\:text-15px{
    font-size: 15px;
  }

  .lg\:text-16px{
    font-size: 16px;
  }

  .lg\:text-18px{
    font-size: 18px;
  }

  .lg\:text-20px{
    font-size: 20px;
  }

  .lg\:text-22px{
    font-size: 22px;
  }

  .lg\:text-24px{
    font-size: 24px;
  }

  .lg\:text-30px{
    font-size: 30px;
  }

  .lg\:text-40px{
    font-size: 40px;
  }

  .lg\:italic{
    font-style: italic;
  }

  .lg\:not-italic{
    font-style: normal;
  }

  .lg\:font-hairline{
    font-weight: 100;
  }

  .lg\:font-thin{
    font-weight: 200;
  }

  .lg\:font-light{
    font-weight: 300;
  }

  .lg\:font-normal{
    font-weight: 400;
  }

  .lg\:font-medium{
    font-weight: 500;
  }

  .lg\:font-semibold{
    font-weight: 600;
  }

  .lg\:font-bold{
    font-weight: 700;
  }

  .lg\:font-extrabold{
    font-weight: 800;
  }

  .lg\:font-black{
    font-weight: 900;
  }

  .lg\:hover\:font-hairline:hover{
    font-weight: 100;
  }

  .lg\:hover\:font-thin:hover{
    font-weight: 200;
  }

  .lg\:hover\:font-light:hover{
    font-weight: 300;
  }

  .lg\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .lg\:hover\:font-medium:hover{
    font-weight: 500;
  }

  .lg\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  .lg\:hover\:font-bold:hover{
    font-weight: 700;
  }

  .lg\:hover\:font-extrabold:hover{
    font-weight: 800;
  }

  .lg\:hover\:font-black:hover{
    font-weight: 900;
  }

  .lg\:focus\:font-hairline:focus{
    font-weight: 100;
  }

  .lg\:focus\:font-thin:focus{
    font-weight: 200;
  }

  .lg\:focus\:font-light:focus{
    font-weight: 300;
  }

  .lg\:focus\:font-normal:focus{
    font-weight: 400;
  }

  .lg\:focus\:font-medium:focus{
    font-weight: 500;
  }

  .lg\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  .lg\:focus\:font-bold:focus{
    font-weight: 700;
  }

  .lg\:focus\:font-extrabold:focus{
    font-weight: 800;
  }

  .lg\:focus\:font-black:focus{
    font-weight: 900;
  }

  .lg\:h-0{
    height: 0;
  }

  .lg\:h-auto{
    height: auto;
  }

  .lg\:h-2px{
    height: 2px;
  }

  .lg\:h-4px{
    height: 4px;
  }

  .lg\:h-5px{
    height: 5px;
  }

  .lg\:h-6px{
    height: 6px;
  }

  .lg\:h-7px{
    height: 7px;
  }

  .lg\:h-8px{
    height: 8px;
  }

  .lg\:h-10px{
    height: 10px;
  }

  .lg\:h-11px{
    height: 11px;
  }

  .lg\:h-12px{
    height: 12px;
  }

  .lg\:h-14px{
    height: 14px;
  }

  .lg\:h-15px{
    height: 15px;
  }

  .lg\:h-16px{
    height: 16px;
  }

  .lg\:h-18px{
    height: 18px;
  }

  .lg\:h-20px{
    height: 20px;
  }

  .lg\:h-24px{
    height: 24px;
  }

  .lg\:h-25px{
    height: 25px;
  }

  .lg\:h-26px{
    height: 26px;
  }

  .lg\:h-30px{
    height: 30px;
  }

  .lg\:h-34px{
    height: 34px;
  }

  .lg\:h-36px{
    height: 36px;
  }

  .lg\:h-40px{
    height: 40px;
  }

  .lg\:h-45px{
    height: 45px;
  }

  .lg\:h-49px{
    height: 49px;
  }

  .lg\:h-50px{
    height: 50px;
  }

  .lg\:h-53px{
    height: 53px;
  }

  .lg\:h-55px{
    height: 55px;
  }

  .lg\:h-60px{
    height: 60px;
  }

  .lg\:h-68px{
    height: 68px;
  }

  .lg\:h-80px{
    height: 80px;
  }

  .lg\:h-90px{
    height: 90px;
  }

  .lg\:h-93px{
    height: 93px;
  }

  .lg\:h-115px{
    height: 115px;
  }

  .lg\:h-full{
    height: 100%;
  }

  .lg\:h-screen{
    height: 100vh;
  }

  .lg\:h-70px{
    height: 70px;
  }

  .lg\:h-200px{
    height: 200px;
  }

  .lg\:h-250px{
    height: 250px;
  }

  .lg\:h-288px{
    height: 288px;
  }

  .lg\:h-300px{
    height: 300px;
  }

  .lg\:h-400px{
    height: 400px;
  }

  .lg\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .lg\:inset-full-10{
    top: calc(100% + 10px);
    right: calc(100% + 10px);
    bottom: calc(100% + 10px);
    left: calc(100% + 10px);
  }

  .lg\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .lg\:inset-x-0{
    right: 0;
    left: 0;
  }

  .lg\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .lg\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .lg\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .lg\:inset-x-full{
    right: 100%;
    left: 100%;
  }

  .lg\:inset-y-full-10{
    top: calc(100% + 10px);
    bottom: calc(100% + 10px);
  }

  .lg\:inset-x-full-10{
    right: calc(100% + 10px);
    left: calc(100% + 10px);
  }

  .lg\:top-0{
    top: 0;
  }

  .lg\:right-0{
    right: 0;
  }

  .lg\:bottom-0{
    bottom: 0;
  }

  .lg\:left-0{
    left: 0;
  }

  .lg\:top-auto{
    top: auto;
  }

  .lg\:right-auto{
    right: auto;
  }

  .lg\:bottom-auto{
    bottom: auto;
  }

  .lg\:left-auto{
    left: auto;
  }

  .lg\:top-full{
    top: 100%;
  }

  .lg\:right-full{
    right: 100%;
  }

  .lg\:bottom-full{
    bottom: 100%;
  }

  .lg\:left-full{
    left: 100%;
  }

  .lg\:top-full-10{
    top: calc(100% + 10px);
  }

  .lg\:right-full-10{
    right: calc(100% + 10px);
  }

  .lg\:bottom-full-10{
    bottom: calc(100% + 10px);
  }

  .lg\:left-full-10{
    left: calc(100% + 10px);
  }

  .lg\:justify-start{
    justify-content: flex-start;
  }

  .lg\:justify-end{
    justify-content: flex-end;
  }

  .lg\:justify-center{
    justify-content: center;
  }

  .lg\:justify-between{
    justify-content: space-between;
  }

  .lg\:justify-around{
    justify-content: space-around;
  }

  .lg\:justify-evenly{
    justify-content: space-evenly;
  }

  .lg\:leading-18px{
    line-height: 18px;
  }

  .lg\:leading-20px{
    line-height: 20px;
  }

  .lg\:leading-22px{
    line-height: 22px;
  }

  .lg\:leading-24px{
    line-height: 24px;
  }

  .lg\:leading-26px{
    line-height: 26px;
  }

  .lg\:leading-30px{
    line-height: 30px;
  }

  .lg\:leading-32px{
    line-height: 32px;
  }

  .lg\:leading-36px{
    line-height: 36px;
  }

  .lg\:leading-38px{
    line-height: 38px;
  }

  .lg\:leading-60px{
    line-height: 60px;
  }

  .lg\:m-0{
    margin: 0;
  }

  .lg\:m-auto{
    margin: auto;
  }

  .lg\:m-2px{
    margin: 2px;
  }

  .lg\:m-4px{
    margin: 4px;
  }

  .lg\:m-5px{
    margin: 5px;
  }

  .lg\:m-6px{
    margin: 6px;
  }

  .lg\:m-7px{
    margin: 7px;
  }

  .lg\:m-8px{
    margin: 8px;
  }

  .lg\:m-10px{
    margin: 10px;
  }

  .lg\:m-11px{
    margin: 11px;
  }

  .lg\:m-12px{
    margin: 12px;
  }

  .lg\:m-14px{
    margin: 14px;
  }

  .lg\:m-15px{
    margin: 15px;
  }

  .lg\:m-16px{
    margin: 16px;
  }

  .lg\:m-18px{
    margin: 18px;
  }

  .lg\:m-20px{
    margin: 20px;
  }

  .lg\:m-24px{
    margin: 24px;
  }

  .lg\:m-25px{
    margin: 25px;
  }

  .lg\:m-26px{
    margin: 26px;
  }

  .lg\:m-30px{
    margin: 30px;
  }

  .lg\:m-34px{
    margin: 34px;
  }

  .lg\:m-36px{
    margin: 36px;
  }

  .lg\:m-40px{
    margin: 40px;
  }

  .lg\:m-45px{
    margin: 45px;
  }

  .lg\:m-49px{
    margin: 49px;
  }

  .lg\:m-50px{
    margin: 50px;
  }

  .lg\:m-53px{
    margin: 53px;
  }

  .lg\:m-55px{
    margin: 55px;
  }

  .lg\:m-60px{
    margin: 60px;
  }

  .lg\:m-68px{
    margin: 68px;
  }

  .lg\:m-80px{
    margin: 80px;
  }

  .lg\:m-90px{
    margin: 90px;
  }

  .lg\:m-93px{
    margin: 93px;
  }

  .lg\:m-115px{
    margin: 115px;
  }

  .lg\:-m-2px{
    margin: -2px;
  }

  .lg\:-m-4px{
    margin: -4px;
  }

  .lg\:-m-5px{
    margin: -5px;
  }

  .lg\:-m-6px{
    margin: -6px;
  }

  .lg\:-m-7px{
    margin: -7px;
  }

  .lg\:-m-8px{
    margin: -8px;
  }

  .lg\:-m-10px{
    margin: -10px;
  }

  .lg\:-m-11px{
    margin: -11px;
  }

  .lg\:-m-12px{
    margin: -12px;
  }

  .lg\:-m-14px{
    margin: -14px;
  }

  .lg\:-m-15px{
    margin: -15px;
  }

  .lg\:-m-16px{
    margin: -16px;
  }

  .lg\:-m-18px{
    margin: -18px;
  }

  .lg\:-m-20px{
    margin: -20px;
  }

  .lg\:-m-24px{
    margin: -24px;
  }

  .lg\:-m-25px{
    margin: -25px;
  }

  .lg\:-m-26px{
    margin: -26px;
  }

  .lg\:-m-30px{
    margin: -30px;
  }

  .lg\:-m-34px{
    margin: -34px;
  }

  .lg\:-m-36px{
    margin: -36px;
  }

  .lg\:-m-40px{
    margin: -40px;
  }

  .lg\:-m-45px{
    margin: -45px;
  }

  .lg\:-m-49px{
    margin: -49px;
  }

  .lg\:-m-50px{
    margin: -50px;
  }

  .lg\:-m-53px{
    margin: -53px;
  }

  .lg\:-m-55px{
    margin: -55px;
  }

  .lg\:-m-60px{
    margin: -60px;
  }

  .lg\:-m-68px{
    margin: -68px;
  }

  .lg\:-m-80px{
    margin: -80px;
  }

  .lg\:-m-90px{
    margin: -90px;
  }

  .lg\:-m-93px{
    margin: -93px;
  }

  .lg\:-m-115px{
    margin: -115px;
  }

  .lg\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:my-2px{
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .lg\:mx-2px{
    margin-left: 2px;
    margin-right: 2px;
  }

  .lg\:my-4px{
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .lg\:mx-4px{
    margin-left: 4px;
    margin-right: 4px;
  }

  .lg\:my-5px{
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .lg\:mx-5px{
    margin-left: 5px;
    margin-right: 5px;
  }

  .lg\:my-6px{
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .lg\:mx-6px{
    margin-left: 6px;
    margin-right: 6px;
  }

  .lg\:my-7px{
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .lg\:mx-7px{
    margin-left: 7px;
    margin-right: 7px;
  }

  .lg\:my-8px{
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .lg\:mx-8px{
    margin-left: 8px;
    margin-right: 8px;
  }

  .lg\:my-10px{
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .lg\:mx-10px{
    margin-left: 10px;
    margin-right: 10px;
  }

  .lg\:my-11px{
    margin-top: 11px;
    margin-bottom: 11px;
  }

  .lg\:mx-11px{
    margin-left: 11px;
    margin-right: 11px;
  }

  .lg\:my-12px{
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .lg\:mx-12px{
    margin-left: 12px;
    margin-right: 12px;
  }

  .lg\:my-14px{
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .lg\:mx-14px{
    margin-left: 14px;
    margin-right: 14px;
  }

  .lg\:my-15px{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .lg\:mx-15px{
    margin-left: 15px;
    margin-right: 15px;
  }

  .lg\:my-16px{
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .lg\:mx-16px{
    margin-left: 16px;
    margin-right: 16px;
  }

  .lg\:my-18px{
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .lg\:mx-18px{
    margin-left: 18px;
    margin-right: 18px;
  }

  .lg\:my-20px{
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .lg\:mx-20px{
    margin-left: 20px;
    margin-right: 20px;
  }

  .lg\:my-24px{
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .lg\:mx-24px{
    margin-left: 24px;
    margin-right: 24px;
  }

  .lg\:my-25px{
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .lg\:mx-25px{
    margin-left: 25px;
    margin-right: 25px;
  }

  .lg\:my-26px{
    margin-top: 26px;
    margin-bottom: 26px;
  }

  .lg\:mx-26px{
    margin-left: 26px;
    margin-right: 26px;
  }

  .lg\:my-30px{
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .lg\:mx-30px{
    margin-left: 30px;
    margin-right: 30px;
  }

  .lg\:my-34px{
    margin-top: 34px;
    margin-bottom: 34px;
  }

  .lg\:mx-34px{
    margin-left: 34px;
    margin-right: 34px;
  }

  .lg\:my-36px{
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .lg\:mx-36px{
    margin-left: 36px;
    margin-right: 36px;
  }

  .lg\:my-40px{
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .lg\:mx-40px{
    margin-left: 40px;
    margin-right: 40px;
  }

  .lg\:my-45px{
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .lg\:mx-45px{
    margin-left: 45px;
    margin-right: 45px;
  }

  .lg\:my-49px{
    margin-top: 49px;
    margin-bottom: 49px;
  }

  .lg\:mx-49px{
    margin-left: 49px;
    margin-right: 49px;
  }

  .lg\:my-50px{
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .lg\:mx-50px{
    margin-left: 50px;
    margin-right: 50px;
  }

  .lg\:my-53px{
    margin-top: 53px;
    margin-bottom: 53px;
  }

  .lg\:mx-53px{
    margin-left: 53px;
    margin-right: 53px;
  }

  .lg\:my-55px{
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .lg\:mx-55px{
    margin-left: 55px;
    margin-right: 55px;
  }

  .lg\:my-60px{
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .lg\:mx-60px{
    margin-left: 60px;
    margin-right: 60px;
  }

  .lg\:my-68px{
    margin-top: 68px;
    margin-bottom: 68px;
  }

  .lg\:mx-68px{
    margin-left: 68px;
    margin-right: 68px;
  }

  .lg\:my-80px{
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .lg\:mx-80px{
    margin-left: 80px;
    margin-right: 80px;
  }

  .lg\:my-90px{
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .lg\:mx-90px{
    margin-left: 90px;
    margin-right: 90px;
  }

  .lg\:my-93px{
    margin-top: 93px;
    margin-bottom: 93px;
  }

  .lg\:mx-93px{
    margin-left: 93px;
    margin-right: 93px;
  }

  .lg\:my-115px{
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .lg\:mx-115px{
    margin-left: 115px;
    margin-right: 115px;
  }

  .lg\:-my-2px{
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .lg\:-mx-2px{
    margin-left: -2px;
    margin-right: -2px;
  }

  .lg\:-my-4px{
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .lg\:-mx-4px{
    margin-left: -4px;
    margin-right: -4px;
  }

  .lg\:-my-5px{
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .lg\:-mx-5px{
    margin-left: -5px;
    margin-right: -5px;
  }

  .lg\:-my-6px{
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .lg\:-mx-6px{
    margin-left: -6px;
    margin-right: -6px;
  }

  .lg\:-my-7px{
    margin-top: -7px;
    margin-bottom: -7px;
  }

  .lg\:-mx-7px{
    margin-left: -7px;
    margin-right: -7px;
  }

  .lg\:-my-8px{
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .lg\:-mx-8px{
    margin-left: -8px;
    margin-right: -8px;
  }

  .lg\:-my-10px{
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .lg\:-mx-10px{
    margin-left: -10px;
    margin-right: -10px;
  }

  .lg\:-my-11px{
    margin-top: -11px;
    margin-bottom: -11px;
  }

  .lg\:-mx-11px{
    margin-left: -11px;
    margin-right: -11px;
  }

  .lg\:-my-12px{
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .lg\:-mx-12px{
    margin-left: -12px;
    margin-right: -12px;
  }

  .lg\:-my-14px{
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .lg\:-mx-14px{
    margin-left: -14px;
    margin-right: -14px;
  }

  .lg\:-my-15px{
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .lg\:-mx-15px{
    margin-left: -15px;
    margin-right: -15px;
  }

  .lg\:-my-16px{
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .lg\:-mx-16px{
    margin-left: -16px;
    margin-right: -16px;
  }

  .lg\:-my-18px{
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .lg\:-mx-18px{
    margin-left: -18px;
    margin-right: -18px;
  }

  .lg\:-my-20px{
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .lg\:-mx-20px{
    margin-left: -20px;
    margin-right: -20px;
  }

  .lg\:-my-24px{
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .lg\:-mx-24px{
    margin-left: -24px;
    margin-right: -24px;
  }

  .lg\:-my-25px{
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .lg\:-mx-25px{
    margin-left: -25px;
    margin-right: -25px;
  }

  .lg\:-my-26px{
    margin-top: -26px;
    margin-bottom: -26px;
  }

  .lg\:-mx-26px{
    margin-left: -26px;
    margin-right: -26px;
  }

  .lg\:-my-30px{
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .lg\:-mx-30px{
    margin-left: -30px;
    margin-right: -30px;
  }

  .lg\:-my-34px{
    margin-top: -34px;
    margin-bottom: -34px;
  }

  .lg\:-mx-34px{
    margin-left: -34px;
    margin-right: -34px;
  }

  .lg\:-my-36px{
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .lg\:-mx-36px{
    margin-left: -36px;
    margin-right: -36px;
  }

  .lg\:-my-40px{
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .lg\:-mx-40px{
    margin-left: -40px;
    margin-right: -40px;
  }

  .lg\:-my-45px{
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .lg\:-mx-45px{
    margin-left: -45px;
    margin-right: -45px;
  }

  .lg\:-my-49px{
    margin-top: -49px;
    margin-bottom: -49px;
  }

  .lg\:-mx-49px{
    margin-left: -49px;
    margin-right: -49px;
  }

  .lg\:-my-50px{
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .lg\:-mx-50px{
    margin-left: -50px;
    margin-right: -50px;
  }

  .lg\:-my-53px{
    margin-top: -53px;
    margin-bottom: -53px;
  }

  .lg\:-mx-53px{
    margin-left: -53px;
    margin-right: -53px;
  }

  .lg\:-my-55px{
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .lg\:-mx-55px{
    margin-left: -55px;
    margin-right: -55px;
  }

  .lg\:-my-60px{
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .lg\:-mx-60px{
    margin-left: -60px;
    margin-right: -60px;
  }

  .lg\:-my-68px{
    margin-top: -68px;
    margin-bottom: -68px;
  }

  .lg\:-mx-68px{
    margin-left: -68px;
    margin-right: -68px;
  }

  .lg\:-my-80px{
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .lg\:-mx-80px{
    margin-left: -80px;
    margin-right: -80px;
  }

  .lg\:-my-90px{
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .lg\:-mx-90px{
    margin-left: -90px;
    margin-right: -90px;
  }

  .lg\:-my-93px{
    margin-top: -93px;
    margin-bottom: -93px;
  }

  .lg\:-mx-93px{
    margin-left: -93px;
    margin-right: -93px;
  }

  .lg\:-my-115px{
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .lg\:-mx-115px{
    margin-left: -115px;
    margin-right: -115px;
  }

  .lg\:mt-0{
    margin-top: 0;
  }

  .lg\:mr-0{
    margin-right: 0;
  }

  .lg\:mb-0{
    margin-bottom: 0;
  }

  .lg\:ml-0{
    margin-left: 0;
  }

  .lg\:mt-auto{
    margin-top: auto;
  }

  .lg\:mr-auto{
    margin-right: auto;
  }

  .lg\:mb-auto{
    margin-bottom: auto;
  }

  .lg\:ml-auto{
    margin-left: auto;
  }

  .lg\:mt-2px{
    margin-top: 2px;
  }

  .lg\:mr-2px{
    margin-right: 2px;
  }

  .lg\:mb-2px{
    margin-bottom: 2px;
  }

  .lg\:ml-2px{
    margin-left: 2px;
  }

  .lg\:mt-4px{
    margin-top: 4px;
  }

  .lg\:mr-4px{
    margin-right: 4px;
  }

  .lg\:mb-4px{
    margin-bottom: 4px;
  }

  .lg\:ml-4px{
    margin-left: 4px;
  }

  .lg\:mt-5px{
    margin-top: 5px;
  }

  .lg\:mr-5px{
    margin-right: 5px;
  }

  .lg\:mb-5px{
    margin-bottom: 5px;
  }

  .lg\:ml-5px{
    margin-left: 5px;
  }

  .lg\:mt-6px{
    margin-top: 6px;
  }

  .lg\:mr-6px{
    margin-right: 6px;
  }

  .lg\:mb-6px{
    margin-bottom: 6px;
  }

  .lg\:ml-6px{
    margin-left: 6px;
  }

  .lg\:mt-7px{
    margin-top: 7px;
  }

  .lg\:mr-7px{
    margin-right: 7px;
  }

  .lg\:mb-7px{
    margin-bottom: 7px;
  }

  .lg\:ml-7px{
    margin-left: 7px;
  }

  .lg\:mt-8px{
    margin-top: 8px;
  }

  .lg\:mr-8px{
    margin-right: 8px;
  }

  .lg\:mb-8px{
    margin-bottom: 8px;
  }

  .lg\:ml-8px{
    margin-left: 8px;
  }

  .lg\:mt-10px{
    margin-top: 10px;
  }

  .lg\:mr-10px{
    margin-right: 10px;
  }

  .lg\:mb-10px{
    margin-bottom: 10px;
  }

  .lg\:ml-10px{
    margin-left: 10px;
  }

  .lg\:mt-11px{
    margin-top: 11px;
  }

  .lg\:mr-11px{
    margin-right: 11px;
  }

  .lg\:mb-11px{
    margin-bottom: 11px;
  }

  .lg\:ml-11px{
    margin-left: 11px;
  }

  .lg\:mt-12px{
    margin-top: 12px;
  }

  .lg\:mr-12px{
    margin-right: 12px;
  }

  .lg\:mb-12px{
    margin-bottom: 12px;
  }

  .lg\:ml-12px{
    margin-left: 12px;
  }

  .lg\:mt-14px{
    margin-top: 14px;
  }

  .lg\:mr-14px{
    margin-right: 14px;
  }

  .lg\:mb-14px{
    margin-bottom: 14px;
  }

  .lg\:ml-14px{
    margin-left: 14px;
  }

  .lg\:mt-15px{
    margin-top: 15px;
  }

  .lg\:mr-15px{
    margin-right: 15px;
  }

  .lg\:mb-15px{
    margin-bottom: 15px;
  }

  .lg\:ml-15px{
    margin-left: 15px;
  }

  .lg\:mt-16px{
    margin-top: 16px;
  }

  .lg\:mr-16px{
    margin-right: 16px;
  }

  .lg\:mb-16px{
    margin-bottom: 16px;
  }

  .lg\:ml-16px{
    margin-left: 16px;
  }

  .lg\:mt-18px{
    margin-top: 18px;
  }

  .lg\:mr-18px{
    margin-right: 18px;
  }

  .lg\:mb-18px{
    margin-bottom: 18px;
  }

  .lg\:ml-18px{
    margin-left: 18px;
  }

  .lg\:mt-20px{
    margin-top: 20px;
  }

  .lg\:mr-20px{
    margin-right: 20px;
  }

  .lg\:mb-20px{
    margin-bottom: 20px;
  }

  .lg\:ml-20px{
    margin-left: 20px;
  }

  .lg\:mt-24px{
    margin-top: 24px;
  }

  .lg\:mr-24px{
    margin-right: 24px;
  }

  .lg\:mb-24px{
    margin-bottom: 24px;
  }

  .lg\:ml-24px{
    margin-left: 24px;
  }

  .lg\:mt-25px{
    margin-top: 25px;
  }

  .lg\:mr-25px{
    margin-right: 25px;
  }

  .lg\:mb-25px{
    margin-bottom: 25px;
  }

  .lg\:ml-25px{
    margin-left: 25px;
  }

  .lg\:mt-26px{
    margin-top: 26px;
  }

  .lg\:mr-26px{
    margin-right: 26px;
  }

  .lg\:mb-26px{
    margin-bottom: 26px;
  }

  .lg\:ml-26px{
    margin-left: 26px;
  }

  .lg\:mt-30px{
    margin-top: 30px;
  }

  .lg\:mr-30px{
    margin-right: 30px;
  }

  .lg\:mb-30px{
    margin-bottom: 30px;
  }

  .lg\:ml-30px{
    margin-left: 30px;
  }

  .lg\:mt-34px{
    margin-top: 34px;
  }

  .lg\:mr-34px{
    margin-right: 34px;
  }

  .lg\:mb-34px{
    margin-bottom: 34px;
  }

  .lg\:ml-34px{
    margin-left: 34px;
  }

  .lg\:mt-36px{
    margin-top: 36px;
  }

  .lg\:mr-36px{
    margin-right: 36px;
  }

  .lg\:mb-36px{
    margin-bottom: 36px;
  }

  .lg\:ml-36px{
    margin-left: 36px;
  }

  .lg\:mt-40px{
    margin-top: 40px;
  }

  .lg\:mr-40px{
    margin-right: 40px;
  }

  .lg\:mb-40px{
    margin-bottom: 40px;
  }

  .lg\:ml-40px{
    margin-left: 40px;
  }

  .lg\:mt-45px{
    margin-top: 45px;
  }

  .lg\:mr-45px{
    margin-right: 45px;
  }

  .lg\:mb-45px{
    margin-bottom: 45px;
  }

  .lg\:ml-45px{
    margin-left: 45px;
  }

  .lg\:mt-49px{
    margin-top: 49px;
  }

  .lg\:mr-49px{
    margin-right: 49px;
  }

  .lg\:mb-49px{
    margin-bottom: 49px;
  }

  .lg\:ml-49px{
    margin-left: 49px;
  }

  .lg\:mt-50px{
    margin-top: 50px;
  }

  .lg\:mr-50px{
    margin-right: 50px;
  }

  .lg\:mb-50px{
    margin-bottom: 50px;
  }

  .lg\:ml-50px{
    margin-left: 50px;
  }

  .lg\:mt-53px{
    margin-top: 53px;
  }

  .lg\:mr-53px{
    margin-right: 53px;
  }

  .lg\:mb-53px{
    margin-bottom: 53px;
  }

  .lg\:ml-53px{
    margin-left: 53px;
  }

  .lg\:mt-55px{
    margin-top: 55px;
  }

  .lg\:mr-55px{
    margin-right: 55px;
  }

  .lg\:mb-55px{
    margin-bottom: 55px;
  }

  .lg\:ml-55px{
    margin-left: 55px;
  }

  .lg\:mt-60px{
    margin-top: 60px;
  }

  .lg\:mr-60px{
    margin-right: 60px;
  }

  .lg\:mb-60px{
    margin-bottom: 60px;
  }

  .lg\:ml-60px{
    margin-left: 60px;
  }

  .lg\:mt-68px{
    margin-top: 68px;
  }

  .lg\:mr-68px{
    margin-right: 68px;
  }

  .lg\:mb-68px{
    margin-bottom: 68px;
  }

  .lg\:ml-68px{
    margin-left: 68px;
  }

  .lg\:mt-80px{
    margin-top: 80px;
  }

  .lg\:mr-80px{
    margin-right: 80px;
  }

  .lg\:mb-80px{
    margin-bottom: 80px;
  }

  .lg\:ml-80px{
    margin-left: 80px;
  }

  .lg\:mt-90px{
    margin-top: 90px;
  }

  .lg\:mr-90px{
    margin-right: 90px;
  }

  .lg\:mb-90px{
    margin-bottom: 90px;
  }

  .lg\:ml-90px{
    margin-left: 90px;
  }

  .lg\:mt-93px{
    margin-top: 93px;
  }

  .lg\:mr-93px{
    margin-right: 93px;
  }

  .lg\:mb-93px{
    margin-bottom: 93px;
  }

  .lg\:ml-93px{
    margin-left: 93px;
  }

  .lg\:mt-115px{
    margin-top: 115px;
  }

  .lg\:mr-115px{
    margin-right: 115px;
  }

  .lg\:mb-115px{
    margin-bottom: 115px;
  }

  .lg\:ml-115px{
    margin-left: 115px;
  }

  .lg\:-mt-2px{
    margin-top: -2px;
  }

  .lg\:-mr-2px{
    margin-right: -2px;
  }

  .lg\:-mb-2px{
    margin-bottom: -2px;
  }

  .lg\:-ml-2px{
    margin-left: -2px;
  }

  .lg\:-mt-4px{
    margin-top: -4px;
  }

  .lg\:-mr-4px{
    margin-right: -4px;
  }

  .lg\:-mb-4px{
    margin-bottom: -4px;
  }

  .lg\:-ml-4px{
    margin-left: -4px;
  }

  .lg\:-mt-5px{
    margin-top: -5px;
  }

  .lg\:-mr-5px{
    margin-right: -5px;
  }

  .lg\:-mb-5px{
    margin-bottom: -5px;
  }

  .lg\:-ml-5px{
    margin-left: -5px;
  }

  .lg\:-mt-6px{
    margin-top: -6px;
  }

  .lg\:-mr-6px{
    margin-right: -6px;
  }

  .lg\:-mb-6px{
    margin-bottom: -6px;
  }

  .lg\:-ml-6px{
    margin-left: -6px;
  }

  .lg\:-mt-7px{
    margin-top: -7px;
  }

  .lg\:-mr-7px{
    margin-right: -7px;
  }

  .lg\:-mb-7px{
    margin-bottom: -7px;
  }

  .lg\:-ml-7px{
    margin-left: -7px;
  }

  .lg\:-mt-8px{
    margin-top: -8px;
  }

  .lg\:-mr-8px{
    margin-right: -8px;
  }

  .lg\:-mb-8px{
    margin-bottom: -8px;
  }

  .lg\:-ml-8px{
    margin-left: -8px;
  }

  .lg\:-mt-10px{
    margin-top: -10px;
  }

  .lg\:-mr-10px{
    margin-right: -10px;
  }

  .lg\:-mb-10px{
    margin-bottom: -10px;
  }

  .lg\:-ml-10px{
    margin-left: -10px;
  }

  .lg\:-mt-11px{
    margin-top: -11px;
  }

  .lg\:-mr-11px{
    margin-right: -11px;
  }

  .lg\:-mb-11px{
    margin-bottom: -11px;
  }

  .lg\:-ml-11px{
    margin-left: -11px;
  }

  .lg\:-mt-12px{
    margin-top: -12px;
  }

  .lg\:-mr-12px{
    margin-right: -12px;
  }

  .lg\:-mb-12px{
    margin-bottom: -12px;
  }

  .lg\:-ml-12px{
    margin-left: -12px;
  }

  .lg\:-mt-14px{
    margin-top: -14px;
  }

  .lg\:-mr-14px{
    margin-right: -14px;
  }

  .lg\:-mb-14px{
    margin-bottom: -14px;
  }

  .lg\:-ml-14px{
    margin-left: -14px;
  }

  .lg\:-mt-15px{
    margin-top: -15px;
  }

  .lg\:-mr-15px{
    margin-right: -15px;
  }

  .lg\:-mb-15px{
    margin-bottom: -15px;
  }

  .lg\:-ml-15px{
    margin-left: -15px;
  }

  .lg\:-mt-16px{
    margin-top: -16px;
  }

  .lg\:-mr-16px{
    margin-right: -16px;
  }

  .lg\:-mb-16px{
    margin-bottom: -16px;
  }

  .lg\:-ml-16px{
    margin-left: -16px;
  }

  .lg\:-mt-18px{
    margin-top: -18px;
  }

  .lg\:-mr-18px{
    margin-right: -18px;
  }

  .lg\:-mb-18px{
    margin-bottom: -18px;
  }

  .lg\:-ml-18px{
    margin-left: -18px;
  }

  .lg\:-mt-20px{
    margin-top: -20px;
  }

  .lg\:-mr-20px{
    margin-right: -20px;
  }

  .lg\:-mb-20px{
    margin-bottom: -20px;
  }

  .lg\:-ml-20px{
    margin-left: -20px;
  }

  .lg\:-mt-24px{
    margin-top: -24px;
  }

  .lg\:-mr-24px{
    margin-right: -24px;
  }

  .lg\:-mb-24px{
    margin-bottom: -24px;
  }

  .lg\:-ml-24px{
    margin-left: -24px;
  }

  .lg\:-mt-25px{
    margin-top: -25px;
  }

  .lg\:-mr-25px{
    margin-right: -25px;
  }

  .lg\:-mb-25px{
    margin-bottom: -25px;
  }

  .lg\:-ml-25px{
    margin-left: -25px;
  }

  .lg\:-mt-26px{
    margin-top: -26px;
  }

  .lg\:-mr-26px{
    margin-right: -26px;
  }

  .lg\:-mb-26px{
    margin-bottom: -26px;
  }

  .lg\:-ml-26px{
    margin-left: -26px;
  }

  .lg\:-mt-30px{
    margin-top: -30px;
  }

  .lg\:-mr-30px{
    margin-right: -30px;
  }

  .lg\:-mb-30px{
    margin-bottom: -30px;
  }

  .lg\:-ml-30px{
    margin-left: -30px;
  }

  .lg\:-mt-34px{
    margin-top: -34px;
  }

  .lg\:-mr-34px{
    margin-right: -34px;
  }

  .lg\:-mb-34px{
    margin-bottom: -34px;
  }

  .lg\:-ml-34px{
    margin-left: -34px;
  }

  .lg\:-mt-36px{
    margin-top: -36px;
  }

  .lg\:-mr-36px{
    margin-right: -36px;
  }

  .lg\:-mb-36px{
    margin-bottom: -36px;
  }

  .lg\:-ml-36px{
    margin-left: -36px;
  }

  .lg\:-mt-40px{
    margin-top: -40px;
  }

  .lg\:-mr-40px{
    margin-right: -40px;
  }

  .lg\:-mb-40px{
    margin-bottom: -40px;
  }

  .lg\:-ml-40px{
    margin-left: -40px;
  }

  .lg\:-mt-45px{
    margin-top: -45px;
  }

  .lg\:-mr-45px{
    margin-right: -45px;
  }

  .lg\:-mb-45px{
    margin-bottom: -45px;
  }

  .lg\:-ml-45px{
    margin-left: -45px;
  }

  .lg\:-mt-49px{
    margin-top: -49px;
  }

  .lg\:-mr-49px{
    margin-right: -49px;
  }

  .lg\:-mb-49px{
    margin-bottom: -49px;
  }

  .lg\:-ml-49px{
    margin-left: -49px;
  }

  .lg\:-mt-50px{
    margin-top: -50px;
  }

  .lg\:-mr-50px{
    margin-right: -50px;
  }

  .lg\:-mb-50px{
    margin-bottom: -50px;
  }

  .lg\:-ml-50px{
    margin-left: -50px;
  }

  .lg\:-mt-53px{
    margin-top: -53px;
  }

  .lg\:-mr-53px{
    margin-right: -53px;
  }

  .lg\:-mb-53px{
    margin-bottom: -53px;
  }

  .lg\:-ml-53px{
    margin-left: -53px;
  }

  .lg\:-mt-55px{
    margin-top: -55px;
  }

  .lg\:-mr-55px{
    margin-right: -55px;
  }

  .lg\:-mb-55px{
    margin-bottom: -55px;
  }

  .lg\:-ml-55px{
    margin-left: -55px;
  }

  .lg\:-mt-60px{
    margin-top: -60px;
  }

  .lg\:-mr-60px{
    margin-right: -60px;
  }

  .lg\:-mb-60px{
    margin-bottom: -60px;
  }

  .lg\:-ml-60px{
    margin-left: -60px;
  }

  .lg\:-mt-68px{
    margin-top: -68px;
  }

  .lg\:-mr-68px{
    margin-right: -68px;
  }

  .lg\:-mb-68px{
    margin-bottom: -68px;
  }

  .lg\:-ml-68px{
    margin-left: -68px;
  }

  .lg\:-mt-80px{
    margin-top: -80px;
  }

  .lg\:-mr-80px{
    margin-right: -80px;
  }

  .lg\:-mb-80px{
    margin-bottom: -80px;
  }

  .lg\:-ml-80px{
    margin-left: -80px;
  }

  .lg\:-mt-90px{
    margin-top: -90px;
  }

  .lg\:-mr-90px{
    margin-right: -90px;
  }

  .lg\:-mb-90px{
    margin-bottom: -90px;
  }

  .lg\:-ml-90px{
    margin-left: -90px;
  }

  .lg\:-mt-93px{
    margin-top: -93px;
  }

  .lg\:-mr-93px{
    margin-right: -93px;
  }

  .lg\:-mb-93px{
    margin-bottom: -93px;
  }

  .lg\:-ml-93px{
    margin-left: -93px;
  }

  .lg\:-mt-115px{
    margin-top: -115px;
  }

  .lg\:-mr-115px{
    margin-right: -115px;
  }

  .lg\:-mb-115px{
    margin-bottom: -115px;
  }

  .lg\:-ml-115px{
    margin-left: -115px;
  }

  .lg\:last\:m-0:last-child{
    margin: 0;
  }

  .lg\:last\:m-auto:last-child{
    margin: auto;
  }

  .lg\:last\:m-2px:last-child{
    margin: 2px;
  }

  .lg\:last\:m-4px:last-child{
    margin: 4px;
  }

  .lg\:last\:m-5px:last-child{
    margin: 5px;
  }

  .lg\:last\:m-6px:last-child{
    margin: 6px;
  }

  .lg\:last\:m-7px:last-child{
    margin: 7px;
  }

  .lg\:last\:m-8px:last-child{
    margin: 8px;
  }

  .lg\:last\:m-10px:last-child{
    margin: 10px;
  }

  .lg\:last\:m-11px:last-child{
    margin: 11px;
  }

  .lg\:last\:m-12px:last-child{
    margin: 12px;
  }

  .lg\:last\:m-14px:last-child{
    margin: 14px;
  }

  .lg\:last\:m-15px:last-child{
    margin: 15px;
  }

  .lg\:last\:m-16px:last-child{
    margin: 16px;
  }

  .lg\:last\:m-18px:last-child{
    margin: 18px;
  }

  .lg\:last\:m-20px:last-child{
    margin: 20px;
  }

  .lg\:last\:m-24px:last-child{
    margin: 24px;
  }

  .lg\:last\:m-25px:last-child{
    margin: 25px;
  }

  .lg\:last\:m-26px:last-child{
    margin: 26px;
  }

  .lg\:last\:m-30px:last-child{
    margin: 30px;
  }

  .lg\:last\:m-34px:last-child{
    margin: 34px;
  }

  .lg\:last\:m-36px:last-child{
    margin: 36px;
  }

  .lg\:last\:m-40px:last-child{
    margin: 40px;
  }

  .lg\:last\:m-45px:last-child{
    margin: 45px;
  }

  .lg\:last\:m-49px:last-child{
    margin: 49px;
  }

  .lg\:last\:m-50px:last-child{
    margin: 50px;
  }

  .lg\:last\:m-53px:last-child{
    margin: 53px;
  }

  .lg\:last\:m-55px:last-child{
    margin: 55px;
  }

  .lg\:last\:m-60px:last-child{
    margin: 60px;
  }

  .lg\:last\:m-68px:last-child{
    margin: 68px;
  }

  .lg\:last\:m-80px:last-child{
    margin: 80px;
  }

  .lg\:last\:m-90px:last-child{
    margin: 90px;
  }

  .lg\:last\:m-93px:last-child{
    margin: 93px;
  }

  .lg\:last\:m-115px:last-child{
    margin: 115px;
  }

  .lg\:last\:-m-2px:last-child{
    margin: -2px;
  }

  .lg\:last\:-m-4px:last-child{
    margin: -4px;
  }

  .lg\:last\:-m-5px:last-child{
    margin: -5px;
  }

  .lg\:last\:-m-6px:last-child{
    margin: -6px;
  }

  .lg\:last\:-m-7px:last-child{
    margin: -7px;
  }

  .lg\:last\:-m-8px:last-child{
    margin: -8px;
  }

  .lg\:last\:-m-10px:last-child{
    margin: -10px;
  }

  .lg\:last\:-m-11px:last-child{
    margin: -11px;
  }

  .lg\:last\:-m-12px:last-child{
    margin: -12px;
  }

  .lg\:last\:-m-14px:last-child{
    margin: -14px;
  }

  .lg\:last\:-m-15px:last-child{
    margin: -15px;
  }

  .lg\:last\:-m-16px:last-child{
    margin: -16px;
  }

  .lg\:last\:-m-18px:last-child{
    margin: -18px;
  }

  .lg\:last\:-m-20px:last-child{
    margin: -20px;
  }

  .lg\:last\:-m-24px:last-child{
    margin: -24px;
  }

  .lg\:last\:-m-25px:last-child{
    margin: -25px;
  }

  .lg\:last\:-m-26px:last-child{
    margin: -26px;
  }

  .lg\:last\:-m-30px:last-child{
    margin: -30px;
  }

  .lg\:last\:-m-34px:last-child{
    margin: -34px;
  }

  .lg\:last\:-m-36px:last-child{
    margin: -36px;
  }

  .lg\:last\:-m-40px:last-child{
    margin: -40px;
  }

  .lg\:last\:-m-45px:last-child{
    margin: -45px;
  }

  .lg\:last\:-m-49px:last-child{
    margin: -49px;
  }

  .lg\:last\:-m-50px:last-child{
    margin: -50px;
  }

  .lg\:last\:-m-53px:last-child{
    margin: -53px;
  }

  .lg\:last\:-m-55px:last-child{
    margin: -55px;
  }

  .lg\:last\:-m-60px:last-child{
    margin: -60px;
  }

  .lg\:last\:-m-68px:last-child{
    margin: -68px;
  }

  .lg\:last\:-m-80px:last-child{
    margin: -80px;
  }

  .lg\:last\:-m-90px:last-child{
    margin: -90px;
  }

  .lg\:last\:-m-93px:last-child{
    margin: -93px;
  }

  .lg\:last\:-m-115px:last-child{
    margin: -115px;
  }

  .lg\:last\:my-0:last-child{
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:last\:mx-0:last-child{
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:last\:my-auto:last-child{
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:last\:mx-auto:last-child{
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:last\:my-2px:last-child{
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .lg\:last\:mx-2px:last-child{
    margin-left: 2px;
    margin-right: 2px;
  }

  .lg\:last\:my-4px:last-child{
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .lg\:last\:mx-4px:last-child{
    margin-left: 4px;
    margin-right: 4px;
  }

  .lg\:last\:my-5px:last-child{
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .lg\:last\:mx-5px:last-child{
    margin-left: 5px;
    margin-right: 5px;
  }

  .lg\:last\:my-6px:last-child{
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .lg\:last\:mx-6px:last-child{
    margin-left: 6px;
    margin-right: 6px;
  }

  .lg\:last\:my-7px:last-child{
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .lg\:last\:mx-7px:last-child{
    margin-left: 7px;
    margin-right: 7px;
  }

  .lg\:last\:my-8px:last-child{
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .lg\:last\:mx-8px:last-child{
    margin-left: 8px;
    margin-right: 8px;
  }

  .lg\:last\:my-10px:last-child{
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .lg\:last\:mx-10px:last-child{
    margin-left: 10px;
    margin-right: 10px;
  }

  .lg\:last\:my-11px:last-child{
    margin-top: 11px;
    margin-bottom: 11px;
  }

  .lg\:last\:mx-11px:last-child{
    margin-left: 11px;
    margin-right: 11px;
  }

  .lg\:last\:my-12px:last-child{
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .lg\:last\:mx-12px:last-child{
    margin-left: 12px;
    margin-right: 12px;
  }

  .lg\:last\:my-14px:last-child{
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .lg\:last\:mx-14px:last-child{
    margin-left: 14px;
    margin-right: 14px;
  }

  .lg\:last\:my-15px:last-child{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .lg\:last\:mx-15px:last-child{
    margin-left: 15px;
    margin-right: 15px;
  }

  .lg\:last\:my-16px:last-child{
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .lg\:last\:mx-16px:last-child{
    margin-left: 16px;
    margin-right: 16px;
  }

  .lg\:last\:my-18px:last-child{
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .lg\:last\:mx-18px:last-child{
    margin-left: 18px;
    margin-right: 18px;
  }

  .lg\:last\:my-20px:last-child{
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .lg\:last\:mx-20px:last-child{
    margin-left: 20px;
    margin-right: 20px;
  }

  .lg\:last\:my-24px:last-child{
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .lg\:last\:mx-24px:last-child{
    margin-left: 24px;
    margin-right: 24px;
  }

  .lg\:last\:my-25px:last-child{
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .lg\:last\:mx-25px:last-child{
    margin-left: 25px;
    margin-right: 25px;
  }

  .lg\:last\:my-26px:last-child{
    margin-top: 26px;
    margin-bottom: 26px;
  }

  .lg\:last\:mx-26px:last-child{
    margin-left: 26px;
    margin-right: 26px;
  }

  .lg\:last\:my-30px:last-child{
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .lg\:last\:mx-30px:last-child{
    margin-left: 30px;
    margin-right: 30px;
  }

  .lg\:last\:my-34px:last-child{
    margin-top: 34px;
    margin-bottom: 34px;
  }

  .lg\:last\:mx-34px:last-child{
    margin-left: 34px;
    margin-right: 34px;
  }

  .lg\:last\:my-36px:last-child{
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .lg\:last\:mx-36px:last-child{
    margin-left: 36px;
    margin-right: 36px;
  }

  .lg\:last\:my-40px:last-child{
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .lg\:last\:mx-40px:last-child{
    margin-left: 40px;
    margin-right: 40px;
  }

  .lg\:last\:my-45px:last-child{
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .lg\:last\:mx-45px:last-child{
    margin-left: 45px;
    margin-right: 45px;
  }

  .lg\:last\:my-49px:last-child{
    margin-top: 49px;
    margin-bottom: 49px;
  }

  .lg\:last\:mx-49px:last-child{
    margin-left: 49px;
    margin-right: 49px;
  }

  .lg\:last\:my-50px:last-child{
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .lg\:last\:mx-50px:last-child{
    margin-left: 50px;
    margin-right: 50px;
  }

  .lg\:last\:my-53px:last-child{
    margin-top: 53px;
    margin-bottom: 53px;
  }

  .lg\:last\:mx-53px:last-child{
    margin-left: 53px;
    margin-right: 53px;
  }

  .lg\:last\:my-55px:last-child{
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .lg\:last\:mx-55px:last-child{
    margin-left: 55px;
    margin-right: 55px;
  }

  .lg\:last\:my-60px:last-child{
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .lg\:last\:mx-60px:last-child{
    margin-left: 60px;
    margin-right: 60px;
  }

  .lg\:last\:my-68px:last-child{
    margin-top: 68px;
    margin-bottom: 68px;
  }

  .lg\:last\:mx-68px:last-child{
    margin-left: 68px;
    margin-right: 68px;
  }

  .lg\:last\:my-80px:last-child{
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .lg\:last\:mx-80px:last-child{
    margin-left: 80px;
    margin-right: 80px;
  }

  .lg\:last\:my-90px:last-child{
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .lg\:last\:mx-90px:last-child{
    margin-left: 90px;
    margin-right: 90px;
  }

  .lg\:last\:my-93px:last-child{
    margin-top: 93px;
    margin-bottom: 93px;
  }

  .lg\:last\:mx-93px:last-child{
    margin-left: 93px;
    margin-right: 93px;
  }

  .lg\:last\:my-115px:last-child{
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .lg\:last\:mx-115px:last-child{
    margin-left: 115px;
    margin-right: 115px;
  }

  .lg\:last\:-my-2px:last-child{
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .lg\:last\:-mx-2px:last-child{
    margin-left: -2px;
    margin-right: -2px;
  }

  .lg\:last\:-my-4px:last-child{
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .lg\:last\:-mx-4px:last-child{
    margin-left: -4px;
    margin-right: -4px;
  }

  .lg\:last\:-my-5px:last-child{
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .lg\:last\:-mx-5px:last-child{
    margin-left: -5px;
    margin-right: -5px;
  }

  .lg\:last\:-my-6px:last-child{
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .lg\:last\:-mx-6px:last-child{
    margin-left: -6px;
    margin-right: -6px;
  }

  .lg\:last\:-my-7px:last-child{
    margin-top: -7px;
    margin-bottom: -7px;
  }

  .lg\:last\:-mx-7px:last-child{
    margin-left: -7px;
    margin-right: -7px;
  }

  .lg\:last\:-my-8px:last-child{
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .lg\:last\:-mx-8px:last-child{
    margin-left: -8px;
    margin-right: -8px;
  }

  .lg\:last\:-my-10px:last-child{
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .lg\:last\:-mx-10px:last-child{
    margin-left: -10px;
    margin-right: -10px;
  }

  .lg\:last\:-my-11px:last-child{
    margin-top: -11px;
    margin-bottom: -11px;
  }

  .lg\:last\:-mx-11px:last-child{
    margin-left: -11px;
    margin-right: -11px;
  }

  .lg\:last\:-my-12px:last-child{
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .lg\:last\:-mx-12px:last-child{
    margin-left: -12px;
    margin-right: -12px;
  }

  .lg\:last\:-my-14px:last-child{
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .lg\:last\:-mx-14px:last-child{
    margin-left: -14px;
    margin-right: -14px;
  }

  .lg\:last\:-my-15px:last-child{
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .lg\:last\:-mx-15px:last-child{
    margin-left: -15px;
    margin-right: -15px;
  }

  .lg\:last\:-my-16px:last-child{
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .lg\:last\:-mx-16px:last-child{
    margin-left: -16px;
    margin-right: -16px;
  }

  .lg\:last\:-my-18px:last-child{
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .lg\:last\:-mx-18px:last-child{
    margin-left: -18px;
    margin-right: -18px;
  }

  .lg\:last\:-my-20px:last-child{
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .lg\:last\:-mx-20px:last-child{
    margin-left: -20px;
    margin-right: -20px;
  }

  .lg\:last\:-my-24px:last-child{
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .lg\:last\:-mx-24px:last-child{
    margin-left: -24px;
    margin-right: -24px;
  }

  .lg\:last\:-my-25px:last-child{
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .lg\:last\:-mx-25px:last-child{
    margin-left: -25px;
    margin-right: -25px;
  }

  .lg\:last\:-my-26px:last-child{
    margin-top: -26px;
    margin-bottom: -26px;
  }

  .lg\:last\:-mx-26px:last-child{
    margin-left: -26px;
    margin-right: -26px;
  }

  .lg\:last\:-my-30px:last-child{
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .lg\:last\:-mx-30px:last-child{
    margin-left: -30px;
    margin-right: -30px;
  }

  .lg\:last\:-my-34px:last-child{
    margin-top: -34px;
    margin-bottom: -34px;
  }

  .lg\:last\:-mx-34px:last-child{
    margin-left: -34px;
    margin-right: -34px;
  }

  .lg\:last\:-my-36px:last-child{
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .lg\:last\:-mx-36px:last-child{
    margin-left: -36px;
    margin-right: -36px;
  }

  .lg\:last\:-my-40px:last-child{
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .lg\:last\:-mx-40px:last-child{
    margin-left: -40px;
    margin-right: -40px;
  }

  .lg\:last\:-my-45px:last-child{
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .lg\:last\:-mx-45px:last-child{
    margin-left: -45px;
    margin-right: -45px;
  }

  .lg\:last\:-my-49px:last-child{
    margin-top: -49px;
    margin-bottom: -49px;
  }

  .lg\:last\:-mx-49px:last-child{
    margin-left: -49px;
    margin-right: -49px;
  }

  .lg\:last\:-my-50px:last-child{
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .lg\:last\:-mx-50px:last-child{
    margin-left: -50px;
    margin-right: -50px;
  }

  .lg\:last\:-my-53px:last-child{
    margin-top: -53px;
    margin-bottom: -53px;
  }

  .lg\:last\:-mx-53px:last-child{
    margin-left: -53px;
    margin-right: -53px;
  }

  .lg\:last\:-my-55px:last-child{
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .lg\:last\:-mx-55px:last-child{
    margin-left: -55px;
    margin-right: -55px;
  }

  .lg\:last\:-my-60px:last-child{
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .lg\:last\:-mx-60px:last-child{
    margin-left: -60px;
    margin-right: -60px;
  }

  .lg\:last\:-my-68px:last-child{
    margin-top: -68px;
    margin-bottom: -68px;
  }

  .lg\:last\:-mx-68px:last-child{
    margin-left: -68px;
    margin-right: -68px;
  }

  .lg\:last\:-my-80px:last-child{
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .lg\:last\:-mx-80px:last-child{
    margin-left: -80px;
    margin-right: -80px;
  }

  .lg\:last\:-my-90px:last-child{
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .lg\:last\:-mx-90px:last-child{
    margin-left: -90px;
    margin-right: -90px;
  }

  .lg\:last\:-my-93px:last-child{
    margin-top: -93px;
    margin-bottom: -93px;
  }

  .lg\:last\:-mx-93px:last-child{
    margin-left: -93px;
    margin-right: -93px;
  }

  .lg\:last\:-my-115px:last-child{
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .lg\:last\:-mx-115px:last-child{
    margin-left: -115px;
    margin-right: -115px;
  }

  .lg\:last\:mt-0:last-child{
    margin-top: 0;
  }

  .lg\:last\:mr-0:last-child{
    margin-right: 0;
  }

  .lg\:last\:mb-0:last-child{
    margin-bottom: 0;
  }

  .lg\:last\:ml-0:last-child{
    margin-left: 0;
  }

  .lg\:last\:mt-auto:last-child{
    margin-top: auto;
  }

  .lg\:last\:mr-auto:last-child{
    margin-right: auto;
  }

  .lg\:last\:mb-auto:last-child{
    margin-bottom: auto;
  }

  .lg\:last\:ml-auto:last-child{
    margin-left: auto;
  }

  .lg\:last\:mt-2px:last-child{
    margin-top: 2px;
  }

  .lg\:last\:mr-2px:last-child{
    margin-right: 2px;
  }

  .lg\:last\:mb-2px:last-child{
    margin-bottom: 2px;
  }

  .lg\:last\:ml-2px:last-child{
    margin-left: 2px;
  }

  .lg\:last\:mt-4px:last-child{
    margin-top: 4px;
  }

  .lg\:last\:mr-4px:last-child{
    margin-right: 4px;
  }

  .lg\:last\:mb-4px:last-child{
    margin-bottom: 4px;
  }

  .lg\:last\:ml-4px:last-child{
    margin-left: 4px;
  }

  .lg\:last\:mt-5px:last-child{
    margin-top: 5px;
  }

  .lg\:last\:mr-5px:last-child{
    margin-right: 5px;
  }

  .lg\:last\:mb-5px:last-child{
    margin-bottom: 5px;
  }

  .lg\:last\:ml-5px:last-child{
    margin-left: 5px;
  }

  .lg\:last\:mt-6px:last-child{
    margin-top: 6px;
  }

  .lg\:last\:mr-6px:last-child{
    margin-right: 6px;
  }

  .lg\:last\:mb-6px:last-child{
    margin-bottom: 6px;
  }

  .lg\:last\:ml-6px:last-child{
    margin-left: 6px;
  }

  .lg\:last\:mt-7px:last-child{
    margin-top: 7px;
  }

  .lg\:last\:mr-7px:last-child{
    margin-right: 7px;
  }

  .lg\:last\:mb-7px:last-child{
    margin-bottom: 7px;
  }

  .lg\:last\:ml-7px:last-child{
    margin-left: 7px;
  }

  .lg\:last\:mt-8px:last-child{
    margin-top: 8px;
  }

  .lg\:last\:mr-8px:last-child{
    margin-right: 8px;
  }

  .lg\:last\:mb-8px:last-child{
    margin-bottom: 8px;
  }

  .lg\:last\:ml-8px:last-child{
    margin-left: 8px;
  }

  .lg\:last\:mt-10px:last-child{
    margin-top: 10px;
  }

  .lg\:last\:mr-10px:last-child{
    margin-right: 10px;
  }

  .lg\:last\:mb-10px:last-child{
    margin-bottom: 10px;
  }

  .lg\:last\:ml-10px:last-child{
    margin-left: 10px;
  }

  .lg\:last\:mt-11px:last-child{
    margin-top: 11px;
  }

  .lg\:last\:mr-11px:last-child{
    margin-right: 11px;
  }

  .lg\:last\:mb-11px:last-child{
    margin-bottom: 11px;
  }

  .lg\:last\:ml-11px:last-child{
    margin-left: 11px;
  }

  .lg\:last\:mt-12px:last-child{
    margin-top: 12px;
  }

  .lg\:last\:mr-12px:last-child{
    margin-right: 12px;
  }

  .lg\:last\:mb-12px:last-child{
    margin-bottom: 12px;
  }

  .lg\:last\:ml-12px:last-child{
    margin-left: 12px;
  }

  .lg\:last\:mt-14px:last-child{
    margin-top: 14px;
  }

  .lg\:last\:mr-14px:last-child{
    margin-right: 14px;
  }

  .lg\:last\:mb-14px:last-child{
    margin-bottom: 14px;
  }

  .lg\:last\:ml-14px:last-child{
    margin-left: 14px;
  }

  .lg\:last\:mt-15px:last-child{
    margin-top: 15px;
  }

  .lg\:last\:mr-15px:last-child{
    margin-right: 15px;
  }

  .lg\:last\:mb-15px:last-child{
    margin-bottom: 15px;
  }

  .lg\:last\:ml-15px:last-child{
    margin-left: 15px;
  }

  .lg\:last\:mt-16px:last-child{
    margin-top: 16px;
  }

  .lg\:last\:mr-16px:last-child{
    margin-right: 16px;
  }

  .lg\:last\:mb-16px:last-child{
    margin-bottom: 16px;
  }

  .lg\:last\:ml-16px:last-child{
    margin-left: 16px;
  }

  .lg\:last\:mt-18px:last-child{
    margin-top: 18px;
  }

  .lg\:last\:mr-18px:last-child{
    margin-right: 18px;
  }

  .lg\:last\:mb-18px:last-child{
    margin-bottom: 18px;
  }

  .lg\:last\:ml-18px:last-child{
    margin-left: 18px;
  }

  .lg\:last\:mt-20px:last-child{
    margin-top: 20px;
  }

  .lg\:last\:mr-20px:last-child{
    margin-right: 20px;
  }

  .lg\:last\:mb-20px:last-child{
    margin-bottom: 20px;
  }

  .lg\:last\:ml-20px:last-child{
    margin-left: 20px;
  }

  .lg\:last\:mt-24px:last-child{
    margin-top: 24px;
  }

  .lg\:last\:mr-24px:last-child{
    margin-right: 24px;
  }

  .lg\:last\:mb-24px:last-child{
    margin-bottom: 24px;
  }

  .lg\:last\:ml-24px:last-child{
    margin-left: 24px;
  }

  .lg\:last\:mt-25px:last-child{
    margin-top: 25px;
  }

  .lg\:last\:mr-25px:last-child{
    margin-right: 25px;
  }

  .lg\:last\:mb-25px:last-child{
    margin-bottom: 25px;
  }

  .lg\:last\:ml-25px:last-child{
    margin-left: 25px;
  }

  .lg\:last\:mt-26px:last-child{
    margin-top: 26px;
  }

  .lg\:last\:mr-26px:last-child{
    margin-right: 26px;
  }

  .lg\:last\:mb-26px:last-child{
    margin-bottom: 26px;
  }

  .lg\:last\:ml-26px:last-child{
    margin-left: 26px;
  }

  .lg\:last\:mt-30px:last-child{
    margin-top: 30px;
  }

  .lg\:last\:mr-30px:last-child{
    margin-right: 30px;
  }

  .lg\:last\:mb-30px:last-child{
    margin-bottom: 30px;
  }

  .lg\:last\:ml-30px:last-child{
    margin-left: 30px;
  }

  .lg\:last\:mt-34px:last-child{
    margin-top: 34px;
  }

  .lg\:last\:mr-34px:last-child{
    margin-right: 34px;
  }

  .lg\:last\:mb-34px:last-child{
    margin-bottom: 34px;
  }

  .lg\:last\:ml-34px:last-child{
    margin-left: 34px;
  }

  .lg\:last\:mt-36px:last-child{
    margin-top: 36px;
  }

  .lg\:last\:mr-36px:last-child{
    margin-right: 36px;
  }

  .lg\:last\:mb-36px:last-child{
    margin-bottom: 36px;
  }

  .lg\:last\:ml-36px:last-child{
    margin-left: 36px;
  }

  .lg\:last\:mt-40px:last-child{
    margin-top: 40px;
  }

  .lg\:last\:mr-40px:last-child{
    margin-right: 40px;
  }

  .lg\:last\:mb-40px:last-child{
    margin-bottom: 40px;
  }

  .lg\:last\:ml-40px:last-child{
    margin-left: 40px;
  }

  .lg\:last\:mt-45px:last-child{
    margin-top: 45px;
  }

  .lg\:last\:mr-45px:last-child{
    margin-right: 45px;
  }

  .lg\:last\:mb-45px:last-child{
    margin-bottom: 45px;
  }

  .lg\:last\:ml-45px:last-child{
    margin-left: 45px;
  }

  .lg\:last\:mt-49px:last-child{
    margin-top: 49px;
  }

  .lg\:last\:mr-49px:last-child{
    margin-right: 49px;
  }

  .lg\:last\:mb-49px:last-child{
    margin-bottom: 49px;
  }

  .lg\:last\:ml-49px:last-child{
    margin-left: 49px;
  }

  .lg\:last\:mt-50px:last-child{
    margin-top: 50px;
  }

  .lg\:last\:mr-50px:last-child{
    margin-right: 50px;
  }

  .lg\:last\:mb-50px:last-child{
    margin-bottom: 50px;
  }

  .lg\:last\:ml-50px:last-child{
    margin-left: 50px;
  }

  .lg\:last\:mt-53px:last-child{
    margin-top: 53px;
  }

  .lg\:last\:mr-53px:last-child{
    margin-right: 53px;
  }

  .lg\:last\:mb-53px:last-child{
    margin-bottom: 53px;
  }

  .lg\:last\:ml-53px:last-child{
    margin-left: 53px;
  }

  .lg\:last\:mt-55px:last-child{
    margin-top: 55px;
  }

  .lg\:last\:mr-55px:last-child{
    margin-right: 55px;
  }

  .lg\:last\:mb-55px:last-child{
    margin-bottom: 55px;
  }

  .lg\:last\:ml-55px:last-child{
    margin-left: 55px;
  }

  .lg\:last\:mt-60px:last-child{
    margin-top: 60px;
  }

  .lg\:last\:mr-60px:last-child{
    margin-right: 60px;
  }

  .lg\:last\:mb-60px:last-child{
    margin-bottom: 60px;
  }

  .lg\:last\:ml-60px:last-child{
    margin-left: 60px;
  }

  .lg\:last\:mt-68px:last-child{
    margin-top: 68px;
  }

  .lg\:last\:mr-68px:last-child{
    margin-right: 68px;
  }

  .lg\:last\:mb-68px:last-child{
    margin-bottom: 68px;
  }

  .lg\:last\:ml-68px:last-child{
    margin-left: 68px;
  }

  .lg\:last\:mt-80px:last-child{
    margin-top: 80px;
  }

  .lg\:last\:mr-80px:last-child{
    margin-right: 80px;
  }

  .lg\:last\:mb-80px:last-child{
    margin-bottom: 80px;
  }

  .lg\:last\:ml-80px:last-child{
    margin-left: 80px;
  }

  .lg\:last\:mt-90px:last-child{
    margin-top: 90px;
  }

  .lg\:last\:mr-90px:last-child{
    margin-right: 90px;
  }

  .lg\:last\:mb-90px:last-child{
    margin-bottom: 90px;
  }

  .lg\:last\:ml-90px:last-child{
    margin-left: 90px;
  }

  .lg\:last\:mt-93px:last-child{
    margin-top: 93px;
  }

  .lg\:last\:mr-93px:last-child{
    margin-right: 93px;
  }

  .lg\:last\:mb-93px:last-child{
    margin-bottom: 93px;
  }

  .lg\:last\:ml-93px:last-child{
    margin-left: 93px;
  }

  .lg\:last\:mt-115px:last-child{
    margin-top: 115px;
  }

  .lg\:last\:mr-115px:last-child{
    margin-right: 115px;
  }

  .lg\:last\:mb-115px:last-child{
    margin-bottom: 115px;
  }

  .lg\:last\:ml-115px:last-child{
    margin-left: 115px;
  }

  .lg\:last\:-mt-2px:last-child{
    margin-top: -2px;
  }

  .lg\:last\:-mr-2px:last-child{
    margin-right: -2px;
  }

  .lg\:last\:-mb-2px:last-child{
    margin-bottom: -2px;
  }

  .lg\:last\:-ml-2px:last-child{
    margin-left: -2px;
  }

  .lg\:last\:-mt-4px:last-child{
    margin-top: -4px;
  }

  .lg\:last\:-mr-4px:last-child{
    margin-right: -4px;
  }

  .lg\:last\:-mb-4px:last-child{
    margin-bottom: -4px;
  }

  .lg\:last\:-ml-4px:last-child{
    margin-left: -4px;
  }

  .lg\:last\:-mt-5px:last-child{
    margin-top: -5px;
  }

  .lg\:last\:-mr-5px:last-child{
    margin-right: -5px;
  }

  .lg\:last\:-mb-5px:last-child{
    margin-bottom: -5px;
  }

  .lg\:last\:-ml-5px:last-child{
    margin-left: -5px;
  }

  .lg\:last\:-mt-6px:last-child{
    margin-top: -6px;
  }

  .lg\:last\:-mr-6px:last-child{
    margin-right: -6px;
  }

  .lg\:last\:-mb-6px:last-child{
    margin-bottom: -6px;
  }

  .lg\:last\:-ml-6px:last-child{
    margin-left: -6px;
  }

  .lg\:last\:-mt-7px:last-child{
    margin-top: -7px;
  }

  .lg\:last\:-mr-7px:last-child{
    margin-right: -7px;
  }

  .lg\:last\:-mb-7px:last-child{
    margin-bottom: -7px;
  }

  .lg\:last\:-ml-7px:last-child{
    margin-left: -7px;
  }

  .lg\:last\:-mt-8px:last-child{
    margin-top: -8px;
  }

  .lg\:last\:-mr-8px:last-child{
    margin-right: -8px;
  }

  .lg\:last\:-mb-8px:last-child{
    margin-bottom: -8px;
  }

  .lg\:last\:-ml-8px:last-child{
    margin-left: -8px;
  }

  .lg\:last\:-mt-10px:last-child{
    margin-top: -10px;
  }

  .lg\:last\:-mr-10px:last-child{
    margin-right: -10px;
  }

  .lg\:last\:-mb-10px:last-child{
    margin-bottom: -10px;
  }

  .lg\:last\:-ml-10px:last-child{
    margin-left: -10px;
  }

  .lg\:last\:-mt-11px:last-child{
    margin-top: -11px;
  }

  .lg\:last\:-mr-11px:last-child{
    margin-right: -11px;
  }

  .lg\:last\:-mb-11px:last-child{
    margin-bottom: -11px;
  }

  .lg\:last\:-ml-11px:last-child{
    margin-left: -11px;
  }

  .lg\:last\:-mt-12px:last-child{
    margin-top: -12px;
  }

  .lg\:last\:-mr-12px:last-child{
    margin-right: -12px;
  }

  .lg\:last\:-mb-12px:last-child{
    margin-bottom: -12px;
  }

  .lg\:last\:-ml-12px:last-child{
    margin-left: -12px;
  }

  .lg\:last\:-mt-14px:last-child{
    margin-top: -14px;
  }

  .lg\:last\:-mr-14px:last-child{
    margin-right: -14px;
  }

  .lg\:last\:-mb-14px:last-child{
    margin-bottom: -14px;
  }

  .lg\:last\:-ml-14px:last-child{
    margin-left: -14px;
  }

  .lg\:last\:-mt-15px:last-child{
    margin-top: -15px;
  }

  .lg\:last\:-mr-15px:last-child{
    margin-right: -15px;
  }

  .lg\:last\:-mb-15px:last-child{
    margin-bottom: -15px;
  }

  .lg\:last\:-ml-15px:last-child{
    margin-left: -15px;
  }

  .lg\:last\:-mt-16px:last-child{
    margin-top: -16px;
  }

  .lg\:last\:-mr-16px:last-child{
    margin-right: -16px;
  }

  .lg\:last\:-mb-16px:last-child{
    margin-bottom: -16px;
  }

  .lg\:last\:-ml-16px:last-child{
    margin-left: -16px;
  }

  .lg\:last\:-mt-18px:last-child{
    margin-top: -18px;
  }

  .lg\:last\:-mr-18px:last-child{
    margin-right: -18px;
  }

  .lg\:last\:-mb-18px:last-child{
    margin-bottom: -18px;
  }

  .lg\:last\:-ml-18px:last-child{
    margin-left: -18px;
  }

  .lg\:last\:-mt-20px:last-child{
    margin-top: -20px;
  }

  .lg\:last\:-mr-20px:last-child{
    margin-right: -20px;
  }

  .lg\:last\:-mb-20px:last-child{
    margin-bottom: -20px;
  }

  .lg\:last\:-ml-20px:last-child{
    margin-left: -20px;
  }

  .lg\:last\:-mt-24px:last-child{
    margin-top: -24px;
  }

  .lg\:last\:-mr-24px:last-child{
    margin-right: -24px;
  }

  .lg\:last\:-mb-24px:last-child{
    margin-bottom: -24px;
  }

  .lg\:last\:-ml-24px:last-child{
    margin-left: -24px;
  }

  .lg\:last\:-mt-25px:last-child{
    margin-top: -25px;
  }

  .lg\:last\:-mr-25px:last-child{
    margin-right: -25px;
  }

  .lg\:last\:-mb-25px:last-child{
    margin-bottom: -25px;
  }

  .lg\:last\:-ml-25px:last-child{
    margin-left: -25px;
  }

  .lg\:last\:-mt-26px:last-child{
    margin-top: -26px;
  }

  .lg\:last\:-mr-26px:last-child{
    margin-right: -26px;
  }

  .lg\:last\:-mb-26px:last-child{
    margin-bottom: -26px;
  }

  .lg\:last\:-ml-26px:last-child{
    margin-left: -26px;
  }

  .lg\:last\:-mt-30px:last-child{
    margin-top: -30px;
  }

  .lg\:last\:-mr-30px:last-child{
    margin-right: -30px;
  }

  .lg\:last\:-mb-30px:last-child{
    margin-bottom: -30px;
  }

  .lg\:last\:-ml-30px:last-child{
    margin-left: -30px;
  }

  .lg\:last\:-mt-34px:last-child{
    margin-top: -34px;
  }

  .lg\:last\:-mr-34px:last-child{
    margin-right: -34px;
  }

  .lg\:last\:-mb-34px:last-child{
    margin-bottom: -34px;
  }

  .lg\:last\:-ml-34px:last-child{
    margin-left: -34px;
  }

  .lg\:last\:-mt-36px:last-child{
    margin-top: -36px;
  }

  .lg\:last\:-mr-36px:last-child{
    margin-right: -36px;
  }

  .lg\:last\:-mb-36px:last-child{
    margin-bottom: -36px;
  }

  .lg\:last\:-ml-36px:last-child{
    margin-left: -36px;
  }

  .lg\:last\:-mt-40px:last-child{
    margin-top: -40px;
  }

  .lg\:last\:-mr-40px:last-child{
    margin-right: -40px;
  }

  .lg\:last\:-mb-40px:last-child{
    margin-bottom: -40px;
  }

  .lg\:last\:-ml-40px:last-child{
    margin-left: -40px;
  }

  .lg\:last\:-mt-45px:last-child{
    margin-top: -45px;
  }

  .lg\:last\:-mr-45px:last-child{
    margin-right: -45px;
  }

  .lg\:last\:-mb-45px:last-child{
    margin-bottom: -45px;
  }

  .lg\:last\:-ml-45px:last-child{
    margin-left: -45px;
  }

  .lg\:last\:-mt-49px:last-child{
    margin-top: -49px;
  }

  .lg\:last\:-mr-49px:last-child{
    margin-right: -49px;
  }

  .lg\:last\:-mb-49px:last-child{
    margin-bottom: -49px;
  }

  .lg\:last\:-ml-49px:last-child{
    margin-left: -49px;
  }

  .lg\:last\:-mt-50px:last-child{
    margin-top: -50px;
  }

  .lg\:last\:-mr-50px:last-child{
    margin-right: -50px;
  }

  .lg\:last\:-mb-50px:last-child{
    margin-bottom: -50px;
  }

  .lg\:last\:-ml-50px:last-child{
    margin-left: -50px;
  }

  .lg\:last\:-mt-53px:last-child{
    margin-top: -53px;
  }

  .lg\:last\:-mr-53px:last-child{
    margin-right: -53px;
  }

  .lg\:last\:-mb-53px:last-child{
    margin-bottom: -53px;
  }

  .lg\:last\:-ml-53px:last-child{
    margin-left: -53px;
  }

  .lg\:last\:-mt-55px:last-child{
    margin-top: -55px;
  }

  .lg\:last\:-mr-55px:last-child{
    margin-right: -55px;
  }

  .lg\:last\:-mb-55px:last-child{
    margin-bottom: -55px;
  }

  .lg\:last\:-ml-55px:last-child{
    margin-left: -55px;
  }

  .lg\:last\:-mt-60px:last-child{
    margin-top: -60px;
  }

  .lg\:last\:-mr-60px:last-child{
    margin-right: -60px;
  }

  .lg\:last\:-mb-60px:last-child{
    margin-bottom: -60px;
  }

  .lg\:last\:-ml-60px:last-child{
    margin-left: -60px;
  }

  .lg\:last\:-mt-68px:last-child{
    margin-top: -68px;
  }

  .lg\:last\:-mr-68px:last-child{
    margin-right: -68px;
  }

  .lg\:last\:-mb-68px:last-child{
    margin-bottom: -68px;
  }

  .lg\:last\:-ml-68px:last-child{
    margin-left: -68px;
  }

  .lg\:last\:-mt-80px:last-child{
    margin-top: -80px;
  }

  .lg\:last\:-mr-80px:last-child{
    margin-right: -80px;
  }

  .lg\:last\:-mb-80px:last-child{
    margin-bottom: -80px;
  }

  .lg\:last\:-ml-80px:last-child{
    margin-left: -80px;
  }

  .lg\:last\:-mt-90px:last-child{
    margin-top: -90px;
  }

  .lg\:last\:-mr-90px:last-child{
    margin-right: -90px;
  }

  .lg\:last\:-mb-90px:last-child{
    margin-bottom: -90px;
  }

  .lg\:last\:-ml-90px:last-child{
    margin-left: -90px;
  }

  .lg\:last\:-mt-93px:last-child{
    margin-top: -93px;
  }

  .lg\:last\:-mr-93px:last-child{
    margin-right: -93px;
  }

  .lg\:last\:-mb-93px:last-child{
    margin-bottom: -93px;
  }

  .lg\:last\:-ml-93px:last-child{
    margin-left: -93px;
  }

  .lg\:last\:-mt-115px:last-child{
    margin-top: -115px;
  }

  .lg\:last\:-mr-115px:last-child{
    margin-right: -115px;
  }

  .lg\:last\:-mb-115px:last-child{
    margin-bottom: -115px;
  }

  .lg\:last\:-ml-115px:last-child{
    margin-left: -115px;
  }

  .lg\:max-h-full{
    max-height: 100%;
  }

  .lg\:max-h-screen{
    max-height: 100vh;
  }

  .lg\:max-w-none{
    max-width: none;
  }

  .lg\:max-w-xs{
    max-width: 20rem;
  }

  .lg\:max-w-sm{
    max-width: 24rem;
  }

  .lg\:max-w-md{
    max-width: 28rem;
  }

  .lg\:max-w-lg{
    max-width: 32rem;
  }

  .lg\:max-w-xl{
    max-width: 36rem;
  }

  .lg\:max-w-2xl{
    max-width: 42rem;
  }

  .lg\:max-w-3xl{
    max-width: 48rem;
  }

  .lg\:max-w-4xl{
    max-width: 56rem;
  }

  .lg\:max-w-5xl{
    max-width: 64rem;
  }

  .lg\:max-w-6xl{
    max-width: 72rem;
  }

  .lg\:max-w-full{
    max-width: 100%;
  }

  .lg\:max-w-screen-sm{
    max-width: 640px;
  }

  .lg\:max-w-screen-md{
    max-width: 768px;
  }

  .lg\:max-w-screen-lg{
    max-width: 1024px;
  }

  .lg\:max-w-screen-xl{
    max-width: 1280px;
  }

  .lg\:max-w-screen-xm{
    max-width: 960px;
  }

  .lg\:max-w-1\/2{
    max-width: 50%;
  }

  .lg\:max-w-100px{
    max-width: 100px;
  }

  .lg\:max-w-320px{
    max-width: 320px;
  }

  .lg\:max-w-336px{
    max-width: 336px;
  }

  .lg\:max-w-700px{
    max-width: 700px;
  }

  .lg\:max-w-770px{
    max-width: 770px;
  }

  .lg\:min-h-0{
    min-height: 0;
  }

  .lg\:min-h-full{
    min-height: 100%;
  }

  .lg\:min-h-screen{
    min-height: 100vh;
  }

  .lg\:min-w-0{
    min-width: 0;
  }

  .lg\:min-w-full{
    min-width: 100%;
  }

  .lg\:min-w-200px{
    min-width: 200px;
  }

  .lg\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .lg\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .lg\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .lg\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .lg\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .lg\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lg\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lg\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .lg\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lg\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lg\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .lg\:overflow-auto{
    overflow: auto;
  }

  .lg\:overflow-hidden{
    overflow: hidden;
  }

  .lg\:overflow-visible{
    overflow: visible;
  }

  .lg\:overflow-scroll{
    overflow: scroll;
  }

  .lg\:overflow-x-auto{
    overflow-x: auto;
  }

  .lg\:overflow-y-auto{
    overflow-y: auto;
  }

  .lg\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .lg\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .lg\:overflow-x-visible{
    overflow-x: visible;
  }

  .lg\:overflow-y-visible{
    overflow-y: visible;
  }

  .lg\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .lg\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .lg\:scrolling-touch{
    -webkit-overflow-scrolling: touch;
  }

  .lg\:scrolling-auto{
    -webkit-overflow-scrolling: auto;
  }

  .lg\:p-0{
    padding: 0;
  }

  .lg\:p-2px{
    padding: 2px;
  }

  .lg\:p-4px{
    padding: 4px;
  }

  .lg\:p-5px{
    padding: 5px;
  }

  .lg\:p-6px{
    padding: 6px;
  }

  .lg\:p-7px{
    padding: 7px;
  }

  .lg\:p-8px{
    padding: 8px;
  }

  .lg\:p-10px{
    padding: 10px;
  }

  .lg\:p-11px{
    padding: 11px;
  }

  .lg\:p-12px{
    padding: 12px;
  }

  .lg\:p-14px{
    padding: 14px;
  }

  .lg\:p-15px{
    padding: 15px;
  }

  .lg\:p-16px{
    padding: 16px;
  }

  .lg\:p-18px{
    padding: 18px;
  }

  .lg\:p-20px{
    padding: 20px;
  }

  .lg\:p-24px{
    padding: 24px;
  }

  .lg\:p-25px{
    padding: 25px;
  }

  .lg\:p-26px{
    padding: 26px;
  }

  .lg\:p-30px{
    padding: 30px;
  }

  .lg\:p-34px{
    padding: 34px;
  }

  .lg\:p-36px{
    padding: 36px;
  }

  .lg\:p-40px{
    padding: 40px;
  }

  .lg\:p-45px{
    padding: 45px;
  }

  .lg\:p-49px{
    padding: 49px;
  }

  .lg\:p-50px{
    padding: 50px;
  }

  .lg\:p-53px{
    padding: 53px;
  }

  .lg\:p-55px{
    padding: 55px;
  }

  .lg\:p-60px{
    padding: 60px;
  }

  .lg\:p-68px{
    padding: 68px;
  }

  .lg\:p-80px{
    padding: 80px;
  }

  .lg\:p-90px{
    padding: 90px;
  }

  .lg\:p-93px{
    padding: 93px;
  }

  .lg\:p-115px{
    padding: 115px;
  }

  .lg\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:py-2px{
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .lg\:px-2px{
    padding-left: 2px;
    padding-right: 2px;
  }

  .lg\:py-4px{
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .lg\:px-4px{
    padding-left: 4px;
    padding-right: 4px;
  }

  .lg\:py-5px{
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .lg\:px-5px{
    padding-left: 5px;
    padding-right: 5px;
  }

  .lg\:py-6px{
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .lg\:px-6px{
    padding-left: 6px;
    padding-right: 6px;
  }

  .lg\:py-7px{
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .lg\:px-7px{
    padding-left: 7px;
    padding-right: 7px;
  }

  .lg\:py-8px{
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .lg\:px-8px{
    padding-left: 8px;
    padding-right: 8px;
  }

  .lg\:py-10px{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .lg\:px-10px{
    padding-left: 10px;
    padding-right: 10px;
  }

  .lg\:py-11px{
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .lg\:px-11px{
    padding-left: 11px;
    padding-right: 11px;
  }

  .lg\:py-12px{
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .lg\:px-12px{
    padding-left: 12px;
    padding-right: 12px;
  }

  .lg\:py-14px{
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .lg\:px-14px{
    padding-left: 14px;
    padding-right: 14px;
  }

  .lg\:py-15px{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .lg\:px-15px{
    padding-left: 15px;
    padding-right: 15px;
  }

  .lg\:py-16px{
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .lg\:px-16px{
    padding-left: 16px;
    padding-right: 16px;
  }

  .lg\:py-18px{
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .lg\:px-18px{
    padding-left: 18px;
    padding-right: 18px;
  }

  .lg\:py-20px{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .lg\:px-20px{
    padding-left: 20px;
    padding-right: 20px;
  }

  .lg\:py-24px{
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .lg\:px-24px{
    padding-left: 24px;
    padding-right: 24px;
  }

  .lg\:py-25px{
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .lg\:px-25px{
    padding-left: 25px;
    padding-right: 25px;
  }

  .lg\:py-26px{
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .lg\:px-26px{
    padding-left: 26px;
    padding-right: 26px;
  }

  .lg\:py-30px{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .lg\:px-30px{
    padding-left: 30px;
    padding-right: 30px;
  }

  .lg\:py-34px{
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .lg\:px-34px{
    padding-left: 34px;
    padding-right: 34px;
  }

  .lg\:py-36px{
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .lg\:px-36px{
    padding-left: 36px;
    padding-right: 36px;
  }

  .lg\:py-40px{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .lg\:px-40px{
    padding-left: 40px;
    padding-right: 40px;
  }

  .lg\:py-45px{
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .lg\:px-45px{
    padding-left: 45px;
    padding-right: 45px;
  }

  .lg\:py-49px{
    padding-top: 49px;
    padding-bottom: 49px;
  }

  .lg\:px-49px{
    padding-left: 49px;
    padding-right: 49px;
  }

  .lg\:py-50px{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .lg\:px-50px{
    padding-left: 50px;
    padding-right: 50px;
  }

  .lg\:py-53px{
    padding-top: 53px;
    padding-bottom: 53px;
  }

  .lg\:px-53px{
    padding-left: 53px;
    padding-right: 53px;
  }

  .lg\:py-55px{
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .lg\:px-55px{
    padding-left: 55px;
    padding-right: 55px;
  }

  .lg\:py-60px{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .lg\:px-60px{
    padding-left: 60px;
    padding-right: 60px;
  }

  .lg\:py-68px{
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .lg\:px-68px{
    padding-left: 68px;
    padding-right: 68px;
  }

  .lg\:py-80px{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .lg\:px-80px{
    padding-left: 80px;
    padding-right: 80px;
  }

  .lg\:py-90px{
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .lg\:px-90px{
    padding-left: 90px;
    padding-right: 90px;
  }

  .lg\:py-93px{
    padding-top: 93px;
    padding-bottom: 93px;
  }

  .lg\:px-93px{
    padding-left: 93px;
    padding-right: 93px;
  }

  .lg\:py-115px{
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .lg\:px-115px{
    padding-left: 115px;
    padding-right: 115px;
  }

  .lg\:pt-0{
    padding-top: 0;
  }

  .lg\:pr-0{
    padding-right: 0;
  }

  .lg\:pb-0{
    padding-bottom: 0;
  }

  .lg\:pl-0{
    padding-left: 0;
  }

  .lg\:pt-2px{
    padding-top: 2px;
  }

  .lg\:pr-2px{
    padding-right: 2px;
  }

  .lg\:pb-2px{
    padding-bottom: 2px;
  }

  .lg\:pl-2px{
    padding-left: 2px;
  }

  .lg\:pt-4px{
    padding-top: 4px;
  }

  .lg\:pr-4px{
    padding-right: 4px;
  }

  .lg\:pb-4px{
    padding-bottom: 4px;
  }

  .lg\:pl-4px{
    padding-left: 4px;
  }

  .lg\:pt-5px{
    padding-top: 5px;
  }

  .lg\:pr-5px{
    padding-right: 5px;
  }

  .lg\:pb-5px{
    padding-bottom: 5px;
  }

  .lg\:pl-5px{
    padding-left: 5px;
  }

  .lg\:pt-6px{
    padding-top: 6px;
  }

  .lg\:pr-6px{
    padding-right: 6px;
  }

  .lg\:pb-6px{
    padding-bottom: 6px;
  }

  .lg\:pl-6px{
    padding-left: 6px;
  }

  .lg\:pt-7px{
    padding-top: 7px;
  }

  .lg\:pr-7px{
    padding-right: 7px;
  }

  .lg\:pb-7px{
    padding-bottom: 7px;
  }

  .lg\:pl-7px{
    padding-left: 7px;
  }

  .lg\:pt-8px{
    padding-top: 8px;
  }

  .lg\:pr-8px{
    padding-right: 8px;
  }

  .lg\:pb-8px{
    padding-bottom: 8px;
  }

  .lg\:pl-8px{
    padding-left: 8px;
  }

  .lg\:pt-10px{
    padding-top: 10px;
  }

  .lg\:pr-10px{
    padding-right: 10px;
  }

  .lg\:pb-10px{
    padding-bottom: 10px;
  }

  .lg\:pl-10px{
    padding-left: 10px;
  }

  .lg\:pt-11px{
    padding-top: 11px;
  }

  .lg\:pr-11px{
    padding-right: 11px;
  }

  .lg\:pb-11px{
    padding-bottom: 11px;
  }

  .lg\:pl-11px{
    padding-left: 11px;
  }

  .lg\:pt-12px{
    padding-top: 12px;
  }

  .lg\:pr-12px{
    padding-right: 12px;
  }

  .lg\:pb-12px{
    padding-bottom: 12px;
  }

  .lg\:pl-12px{
    padding-left: 12px;
  }

  .lg\:pt-14px{
    padding-top: 14px;
  }

  .lg\:pr-14px{
    padding-right: 14px;
  }

  .lg\:pb-14px{
    padding-bottom: 14px;
  }

  .lg\:pl-14px{
    padding-left: 14px;
  }

  .lg\:pt-15px{
    padding-top: 15px;
  }

  .lg\:pr-15px{
    padding-right: 15px;
  }

  .lg\:pb-15px{
    padding-bottom: 15px;
  }

  .lg\:pl-15px{
    padding-left: 15px;
  }

  .lg\:pt-16px{
    padding-top: 16px;
  }

  .lg\:pr-16px{
    padding-right: 16px;
  }

  .lg\:pb-16px{
    padding-bottom: 16px;
  }

  .lg\:pl-16px{
    padding-left: 16px;
  }

  .lg\:pt-18px{
    padding-top: 18px;
  }

  .lg\:pr-18px{
    padding-right: 18px;
  }

  .lg\:pb-18px{
    padding-bottom: 18px;
  }

  .lg\:pl-18px{
    padding-left: 18px;
  }

  .lg\:pt-20px{
    padding-top: 20px;
  }

  .lg\:pr-20px{
    padding-right: 20px;
  }

  .lg\:pb-20px{
    padding-bottom: 20px;
  }

  .lg\:pl-20px{
    padding-left: 20px;
  }

  .lg\:pt-24px{
    padding-top: 24px;
  }

  .lg\:pr-24px{
    padding-right: 24px;
  }

  .lg\:pb-24px{
    padding-bottom: 24px;
  }

  .lg\:pl-24px{
    padding-left: 24px;
  }

  .lg\:pt-25px{
    padding-top: 25px;
  }

  .lg\:pr-25px{
    padding-right: 25px;
  }

  .lg\:pb-25px{
    padding-bottom: 25px;
  }

  .lg\:pl-25px{
    padding-left: 25px;
  }

  .lg\:pt-26px{
    padding-top: 26px;
  }

  .lg\:pr-26px{
    padding-right: 26px;
  }

  .lg\:pb-26px{
    padding-bottom: 26px;
  }

  .lg\:pl-26px{
    padding-left: 26px;
  }

  .lg\:pt-30px{
    padding-top: 30px;
  }

  .lg\:pr-30px{
    padding-right: 30px;
  }

  .lg\:pb-30px{
    padding-bottom: 30px;
  }

  .lg\:pl-30px{
    padding-left: 30px;
  }

  .lg\:pt-34px{
    padding-top: 34px;
  }

  .lg\:pr-34px{
    padding-right: 34px;
  }

  .lg\:pb-34px{
    padding-bottom: 34px;
  }

  .lg\:pl-34px{
    padding-left: 34px;
  }

  .lg\:pt-36px{
    padding-top: 36px;
  }

  .lg\:pr-36px{
    padding-right: 36px;
  }

  .lg\:pb-36px{
    padding-bottom: 36px;
  }

  .lg\:pl-36px{
    padding-left: 36px;
  }

  .lg\:pt-40px{
    padding-top: 40px;
  }

  .lg\:pr-40px{
    padding-right: 40px;
  }

  .lg\:pb-40px{
    padding-bottom: 40px;
  }

  .lg\:pl-40px{
    padding-left: 40px;
  }

  .lg\:pt-45px{
    padding-top: 45px;
  }

  .lg\:pr-45px{
    padding-right: 45px;
  }

  .lg\:pb-45px{
    padding-bottom: 45px;
  }

  .lg\:pl-45px{
    padding-left: 45px;
  }

  .lg\:pt-49px{
    padding-top: 49px;
  }

  .lg\:pr-49px{
    padding-right: 49px;
  }

  .lg\:pb-49px{
    padding-bottom: 49px;
  }

  .lg\:pl-49px{
    padding-left: 49px;
  }

  .lg\:pt-50px{
    padding-top: 50px;
  }

  .lg\:pr-50px{
    padding-right: 50px;
  }

  .lg\:pb-50px{
    padding-bottom: 50px;
  }

  .lg\:pl-50px{
    padding-left: 50px;
  }

  .lg\:pt-53px{
    padding-top: 53px;
  }

  .lg\:pr-53px{
    padding-right: 53px;
  }

  .lg\:pb-53px{
    padding-bottom: 53px;
  }

  .lg\:pl-53px{
    padding-left: 53px;
  }

  .lg\:pt-55px{
    padding-top: 55px;
  }

  .lg\:pr-55px{
    padding-right: 55px;
  }

  .lg\:pb-55px{
    padding-bottom: 55px;
  }

  .lg\:pl-55px{
    padding-left: 55px;
  }

  .lg\:pt-60px{
    padding-top: 60px;
  }

  .lg\:pr-60px{
    padding-right: 60px;
  }

  .lg\:pb-60px{
    padding-bottom: 60px;
  }

  .lg\:pl-60px{
    padding-left: 60px;
  }

  .lg\:pt-68px{
    padding-top: 68px;
  }

  .lg\:pr-68px{
    padding-right: 68px;
  }

  .lg\:pb-68px{
    padding-bottom: 68px;
  }

  .lg\:pl-68px{
    padding-left: 68px;
  }

  .lg\:pt-80px{
    padding-top: 80px;
  }

  .lg\:pr-80px{
    padding-right: 80px;
  }

  .lg\:pb-80px{
    padding-bottom: 80px;
  }

  .lg\:pl-80px{
    padding-left: 80px;
  }

  .lg\:pt-90px{
    padding-top: 90px;
  }

  .lg\:pr-90px{
    padding-right: 90px;
  }

  .lg\:pb-90px{
    padding-bottom: 90px;
  }

  .lg\:pl-90px{
    padding-left: 90px;
  }

  .lg\:pt-93px{
    padding-top: 93px;
  }

  .lg\:pr-93px{
    padding-right: 93px;
  }

  .lg\:pb-93px{
    padding-bottom: 93px;
  }

  .lg\:pl-93px{
    padding-left: 93px;
  }

  .lg\:pt-115px{
    padding-top: 115px;
  }

  .lg\:pr-115px{
    padding-right: 115px;
  }

  .lg\:pb-115px{
    padding-bottom: 115px;
  }

  .lg\:pl-115px{
    padding-left: 115px;
  }

  .lg\:first\:p-0:first-child{
    padding: 0;
  }

  .lg\:first\:p-2px:first-child{
    padding: 2px;
  }

  .lg\:first\:p-4px:first-child{
    padding: 4px;
  }

  .lg\:first\:p-5px:first-child{
    padding: 5px;
  }

  .lg\:first\:p-6px:first-child{
    padding: 6px;
  }

  .lg\:first\:p-7px:first-child{
    padding: 7px;
  }

  .lg\:first\:p-8px:first-child{
    padding: 8px;
  }

  .lg\:first\:p-10px:first-child{
    padding: 10px;
  }

  .lg\:first\:p-11px:first-child{
    padding: 11px;
  }

  .lg\:first\:p-12px:first-child{
    padding: 12px;
  }

  .lg\:first\:p-14px:first-child{
    padding: 14px;
  }

  .lg\:first\:p-15px:first-child{
    padding: 15px;
  }

  .lg\:first\:p-16px:first-child{
    padding: 16px;
  }

  .lg\:first\:p-18px:first-child{
    padding: 18px;
  }

  .lg\:first\:p-20px:first-child{
    padding: 20px;
  }

  .lg\:first\:p-24px:first-child{
    padding: 24px;
  }

  .lg\:first\:p-25px:first-child{
    padding: 25px;
  }

  .lg\:first\:p-26px:first-child{
    padding: 26px;
  }

  .lg\:first\:p-30px:first-child{
    padding: 30px;
  }

  .lg\:first\:p-34px:first-child{
    padding: 34px;
  }

  .lg\:first\:p-36px:first-child{
    padding: 36px;
  }

  .lg\:first\:p-40px:first-child{
    padding: 40px;
  }

  .lg\:first\:p-45px:first-child{
    padding: 45px;
  }

  .lg\:first\:p-49px:first-child{
    padding: 49px;
  }

  .lg\:first\:p-50px:first-child{
    padding: 50px;
  }

  .lg\:first\:p-53px:first-child{
    padding: 53px;
  }

  .lg\:first\:p-55px:first-child{
    padding: 55px;
  }

  .lg\:first\:p-60px:first-child{
    padding: 60px;
  }

  .lg\:first\:p-68px:first-child{
    padding: 68px;
  }

  .lg\:first\:p-80px:first-child{
    padding: 80px;
  }

  .lg\:first\:p-90px:first-child{
    padding: 90px;
  }

  .lg\:first\:p-93px:first-child{
    padding: 93px;
  }

  .lg\:first\:p-115px:first-child{
    padding: 115px;
  }

  .lg\:first\:py-0:first-child{
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:first\:px-0:first-child{
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:first\:py-2px:first-child{
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .lg\:first\:px-2px:first-child{
    padding-left: 2px;
    padding-right: 2px;
  }

  .lg\:first\:py-4px:first-child{
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .lg\:first\:px-4px:first-child{
    padding-left: 4px;
    padding-right: 4px;
  }

  .lg\:first\:py-5px:first-child{
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .lg\:first\:px-5px:first-child{
    padding-left: 5px;
    padding-right: 5px;
  }

  .lg\:first\:py-6px:first-child{
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .lg\:first\:px-6px:first-child{
    padding-left: 6px;
    padding-right: 6px;
  }

  .lg\:first\:py-7px:first-child{
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .lg\:first\:px-7px:first-child{
    padding-left: 7px;
    padding-right: 7px;
  }

  .lg\:first\:py-8px:first-child{
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .lg\:first\:px-8px:first-child{
    padding-left: 8px;
    padding-right: 8px;
  }

  .lg\:first\:py-10px:first-child{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .lg\:first\:px-10px:first-child{
    padding-left: 10px;
    padding-right: 10px;
  }

  .lg\:first\:py-11px:first-child{
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .lg\:first\:px-11px:first-child{
    padding-left: 11px;
    padding-right: 11px;
  }

  .lg\:first\:py-12px:first-child{
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .lg\:first\:px-12px:first-child{
    padding-left: 12px;
    padding-right: 12px;
  }

  .lg\:first\:py-14px:first-child{
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .lg\:first\:px-14px:first-child{
    padding-left: 14px;
    padding-right: 14px;
  }

  .lg\:first\:py-15px:first-child{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .lg\:first\:px-15px:first-child{
    padding-left: 15px;
    padding-right: 15px;
  }

  .lg\:first\:py-16px:first-child{
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .lg\:first\:px-16px:first-child{
    padding-left: 16px;
    padding-right: 16px;
  }

  .lg\:first\:py-18px:first-child{
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .lg\:first\:px-18px:first-child{
    padding-left: 18px;
    padding-right: 18px;
  }

  .lg\:first\:py-20px:first-child{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .lg\:first\:px-20px:first-child{
    padding-left: 20px;
    padding-right: 20px;
  }

  .lg\:first\:py-24px:first-child{
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .lg\:first\:px-24px:first-child{
    padding-left: 24px;
    padding-right: 24px;
  }

  .lg\:first\:py-25px:first-child{
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .lg\:first\:px-25px:first-child{
    padding-left: 25px;
    padding-right: 25px;
  }

  .lg\:first\:py-26px:first-child{
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .lg\:first\:px-26px:first-child{
    padding-left: 26px;
    padding-right: 26px;
  }

  .lg\:first\:py-30px:first-child{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .lg\:first\:px-30px:first-child{
    padding-left: 30px;
    padding-right: 30px;
  }

  .lg\:first\:py-34px:first-child{
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .lg\:first\:px-34px:first-child{
    padding-left: 34px;
    padding-right: 34px;
  }

  .lg\:first\:py-36px:first-child{
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .lg\:first\:px-36px:first-child{
    padding-left: 36px;
    padding-right: 36px;
  }

  .lg\:first\:py-40px:first-child{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .lg\:first\:px-40px:first-child{
    padding-left: 40px;
    padding-right: 40px;
  }

  .lg\:first\:py-45px:first-child{
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .lg\:first\:px-45px:first-child{
    padding-left: 45px;
    padding-right: 45px;
  }

  .lg\:first\:py-49px:first-child{
    padding-top: 49px;
    padding-bottom: 49px;
  }

  .lg\:first\:px-49px:first-child{
    padding-left: 49px;
    padding-right: 49px;
  }

  .lg\:first\:py-50px:first-child{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .lg\:first\:px-50px:first-child{
    padding-left: 50px;
    padding-right: 50px;
  }

  .lg\:first\:py-53px:first-child{
    padding-top: 53px;
    padding-bottom: 53px;
  }

  .lg\:first\:px-53px:first-child{
    padding-left: 53px;
    padding-right: 53px;
  }

  .lg\:first\:py-55px:first-child{
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .lg\:first\:px-55px:first-child{
    padding-left: 55px;
    padding-right: 55px;
  }

  .lg\:first\:py-60px:first-child{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .lg\:first\:px-60px:first-child{
    padding-left: 60px;
    padding-right: 60px;
  }

  .lg\:first\:py-68px:first-child{
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .lg\:first\:px-68px:first-child{
    padding-left: 68px;
    padding-right: 68px;
  }

  .lg\:first\:py-80px:first-child{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .lg\:first\:px-80px:first-child{
    padding-left: 80px;
    padding-right: 80px;
  }

  .lg\:first\:py-90px:first-child{
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .lg\:first\:px-90px:first-child{
    padding-left: 90px;
    padding-right: 90px;
  }

  .lg\:first\:py-93px:first-child{
    padding-top: 93px;
    padding-bottom: 93px;
  }

  .lg\:first\:px-93px:first-child{
    padding-left: 93px;
    padding-right: 93px;
  }

  .lg\:first\:py-115px:first-child{
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .lg\:first\:px-115px:first-child{
    padding-left: 115px;
    padding-right: 115px;
  }

  .lg\:first\:pt-0:first-child{
    padding-top: 0;
  }

  .lg\:first\:pr-0:first-child{
    padding-right: 0;
  }

  .lg\:first\:pb-0:first-child{
    padding-bottom: 0;
  }

  .lg\:first\:pl-0:first-child{
    padding-left: 0;
  }

  .lg\:first\:pt-2px:first-child{
    padding-top: 2px;
  }

  .lg\:first\:pr-2px:first-child{
    padding-right: 2px;
  }

  .lg\:first\:pb-2px:first-child{
    padding-bottom: 2px;
  }

  .lg\:first\:pl-2px:first-child{
    padding-left: 2px;
  }

  .lg\:first\:pt-4px:first-child{
    padding-top: 4px;
  }

  .lg\:first\:pr-4px:first-child{
    padding-right: 4px;
  }

  .lg\:first\:pb-4px:first-child{
    padding-bottom: 4px;
  }

  .lg\:first\:pl-4px:first-child{
    padding-left: 4px;
  }

  .lg\:first\:pt-5px:first-child{
    padding-top: 5px;
  }

  .lg\:first\:pr-5px:first-child{
    padding-right: 5px;
  }

  .lg\:first\:pb-5px:first-child{
    padding-bottom: 5px;
  }

  .lg\:first\:pl-5px:first-child{
    padding-left: 5px;
  }

  .lg\:first\:pt-6px:first-child{
    padding-top: 6px;
  }

  .lg\:first\:pr-6px:first-child{
    padding-right: 6px;
  }

  .lg\:first\:pb-6px:first-child{
    padding-bottom: 6px;
  }

  .lg\:first\:pl-6px:first-child{
    padding-left: 6px;
  }

  .lg\:first\:pt-7px:first-child{
    padding-top: 7px;
  }

  .lg\:first\:pr-7px:first-child{
    padding-right: 7px;
  }

  .lg\:first\:pb-7px:first-child{
    padding-bottom: 7px;
  }

  .lg\:first\:pl-7px:first-child{
    padding-left: 7px;
  }

  .lg\:first\:pt-8px:first-child{
    padding-top: 8px;
  }

  .lg\:first\:pr-8px:first-child{
    padding-right: 8px;
  }

  .lg\:first\:pb-8px:first-child{
    padding-bottom: 8px;
  }

  .lg\:first\:pl-8px:first-child{
    padding-left: 8px;
  }

  .lg\:first\:pt-10px:first-child{
    padding-top: 10px;
  }

  .lg\:first\:pr-10px:first-child{
    padding-right: 10px;
  }

  .lg\:first\:pb-10px:first-child{
    padding-bottom: 10px;
  }

  .lg\:first\:pl-10px:first-child{
    padding-left: 10px;
  }

  .lg\:first\:pt-11px:first-child{
    padding-top: 11px;
  }

  .lg\:first\:pr-11px:first-child{
    padding-right: 11px;
  }

  .lg\:first\:pb-11px:first-child{
    padding-bottom: 11px;
  }

  .lg\:first\:pl-11px:first-child{
    padding-left: 11px;
  }

  .lg\:first\:pt-12px:first-child{
    padding-top: 12px;
  }

  .lg\:first\:pr-12px:first-child{
    padding-right: 12px;
  }

  .lg\:first\:pb-12px:first-child{
    padding-bottom: 12px;
  }

  .lg\:first\:pl-12px:first-child{
    padding-left: 12px;
  }

  .lg\:first\:pt-14px:first-child{
    padding-top: 14px;
  }

  .lg\:first\:pr-14px:first-child{
    padding-right: 14px;
  }

  .lg\:first\:pb-14px:first-child{
    padding-bottom: 14px;
  }

  .lg\:first\:pl-14px:first-child{
    padding-left: 14px;
  }

  .lg\:first\:pt-15px:first-child{
    padding-top: 15px;
  }

  .lg\:first\:pr-15px:first-child{
    padding-right: 15px;
  }

  .lg\:first\:pb-15px:first-child{
    padding-bottom: 15px;
  }

  .lg\:first\:pl-15px:first-child{
    padding-left: 15px;
  }

  .lg\:first\:pt-16px:first-child{
    padding-top: 16px;
  }

  .lg\:first\:pr-16px:first-child{
    padding-right: 16px;
  }

  .lg\:first\:pb-16px:first-child{
    padding-bottom: 16px;
  }

  .lg\:first\:pl-16px:first-child{
    padding-left: 16px;
  }

  .lg\:first\:pt-18px:first-child{
    padding-top: 18px;
  }

  .lg\:first\:pr-18px:first-child{
    padding-right: 18px;
  }

  .lg\:first\:pb-18px:first-child{
    padding-bottom: 18px;
  }

  .lg\:first\:pl-18px:first-child{
    padding-left: 18px;
  }

  .lg\:first\:pt-20px:first-child{
    padding-top: 20px;
  }

  .lg\:first\:pr-20px:first-child{
    padding-right: 20px;
  }

  .lg\:first\:pb-20px:first-child{
    padding-bottom: 20px;
  }

  .lg\:first\:pl-20px:first-child{
    padding-left: 20px;
  }

  .lg\:first\:pt-24px:first-child{
    padding-top: 24px;
  }

  .lg\:first\:pr-24px:first-child{
    padding-right: 24px;
  }

  .lg\:first\:pb-24px:first-child{
    padding-bottom: 24px;
  }

  .lg\:first\:pl-24px:first-child{
    padding-left: 24px;
  }

  .lg\:first\:pt-25px:first-child{
    padding-top: 25px;
  }

  .lg\:first\:pr-25px:first-child{
    padding-right: 25px;
  }

  .lg\:first\:pb-25px:first-child{
    padding-bottom: 25px;
  }

  .lg\:first\:pl-25px:first-child{
    padding-left: 25px;
  }

  .lg\:first\:pt-26px:first-child{
    padding-top: 26px;
  }

  .lg\:first\:pr-26px:first-child{
    padding-right: 26px;
  }

  .lg\:first\:pb-26px:first-child{
    padding-bottom: 26px;
  }

  .lg\:first\:pl-26px:first-child{
    padding-left: 26px;
  }

  .lg\:first\:pt-30px:first-child{
    padding-top: 30px;
  }

  .lg\:first\:pr-30px:first-child{
    padding-right: 30px;
  }

  .lg\:first\:pb-30px:first-child{
    padding-bottom: 30px;
  }

  .lg\:first\:pl-30px:first-child{
    padding-left: 30px;
  }

  .lg\:first\:pt-34px:first-child{
    padding-top: 34px;
  }

  .lg\:first\:pr-34px:first-child{
    padding-right: 34px;
  }

  .lg\:first\:pb-34px:first-child{
    padding-bottom: 34px;
  }

  .lg\:first\:pl-34px:first-child{
    padding-left: 34px;
  }

  .lg\:first\:pt-36px:first-child{
    padding-top: 36px;
  }

  .lg\:first\:pr-36px:first-child{
    padding-right: 36px;
  }

  .lg\:first\:pb-36px:first-child{
    padding-bottom: 36px;
  }

  .lg\:first\:pl-36px:first-child{
    padding-left: 36px;
  }

  .lg\:first\:pt-40px:first-child{
    padding-top: 40px;
  }

  .lg\:first\:pr-40px:first-child{
    padding-right: 40px;
  }

  .lg\:first\:pb-40px:first-child{
    padding-bottom: 40px;
  }

  .lg\:first\:pl-40px:first-child{
    padding-left: 40px;
  }

  .lg\:first\:pt-45px:first-child{
    padding-top: 45px;
  }

  .lg\:first\:pr-45px:first-child{
    padding-right: 45px;
  }

  .lg\:first\:pb-45px:first-child{
    padding-bottom: 45px;
  }

  .lg\:first\:pl-45px:first-child{
    padding-left: 45px;
  }

  .lg\:first\:pt-49px:first-child{
    padding-top: 49px;
  }

  .lg\:first\:pr-49px:first-child{
    padding-right: 49px;
  }

  .lg\:first\:pb-49px:first-child{
    padding-bottom: 49px;
  }

  .lg\:first\:pl-49px:first-child{
    padding-left: 49px;
  }

  .lg\:first\:pt-50px:first-child{
    padding-top: 50px;
  }

  .lg\:first\:pr-50px:first-child{
    padding-right: 50px;
  }

  .lg\:first\:pb-50px:first-child{
    padding-bottom: 50px;
  }

  .lg\:first\:pl-50px:first-child{
    padding-left: 50px;
  }

  .lg\:first\:pt-53px:first-child{
    padding-top: 53px;
  }

  .lg\:first\:pr-53px:first-child{
    padding-right: 53px;
  }

  .lg\:first\:pb-53px:first-child{
    padding-bottom: 53px;
  }

  .lg\:first\:pl-53px:first-child{
    padding-left: 53px;
  }

  .lg\:first\:pt-55px:first-child{
    padding-top: 55px;
  }

  .lg\:first\:pr-55px:first-child{
    padding-right: 55px;
  }

  .lg\:first\:pb-55px:first-child{
    padding-bottom: 55px;
  }

  .lg\:first\:pl-55px:first-child{
    padding-left: 55px;
  }

  .lg\:first\:pt-60px:first-child{
    padding-top: 60px;
  }

  .lg\:first\:pr-60px:first-child{
    padding-right: 60px;
  }

  .lg\:first\:pb-60px:first-child{
    padding-bottom: 60px;
  }

  .lg\:first\:pl-60px:first-child{
    padding-left: 60px;
  }

  .lg\:first\:pt-68px:first-child{
    padding-top: 68px;
  }

  .lg\:first\:pr-68px:first-child{
    padding-right: 68px;
  }

  .lg\:first\:pb-68px:first-child{
    padding-bottom: 68px;
  }

  .lg\:first\:pl-68px:first-child{
    padding-left: 68px;
  }

  .lg\:first\:pt-80px:first-child{
    padding-top: 80px;
  }

  .lg\:first\:pr-80px:first-child{
    padding-right: 80px;
  }

  .lg\:first\:pb-80px:first-child{
    padding-bottom: 80px;
  }

  .lg\:first\:pl-80px:first-child{
    padding-left: 80px;
  }

  .lg\:first\:pt-90px:first-child{
    padding-top: 90px;
  }

  .lg\:first\:pr-90px:first-child{
    padding-right: 90px;
  }

  .lg\:first\:pb-90px:first-child{
    padding-bottom: 90px;
  }

  .lg\:first\:pl-90px:first-child{
    padding-left: 90px;
  }

  .lg\:first\:pt-93px:first-child{
    padding-top: 93px;
  }

  .lg\:first\:pr-93px:first-child{
    padding-right: 93px;
  }

  .lg\:first\:pb-93px:first-child{
    padding-bottom: 93px;
  }

  .lg\:first\:pl-93px:first-child{
    padding-left: 93px;
  }

  .lg\:first\:pt-115px:first-child{
    padding-top: 115px;
  }

  .lg\:first\:pr-115px:first-child{
    padding-right: 115px;
  }

  .lg\:first\:pb-115px:first-child{
    padding-bottom: 115px;
  }

  .lg\:first\:pl-115px:first-child{
    padding-left: 115px;
  }

  .lg\:last\:p-0:last-child{
    padding: 0;
  }

  .lg\:last\:p-2px:last-child{
    padding: 2px;
  }

  .lg\:last\:p-4px:last-child{
    padding: 4px;
  }

  .lg\:last\:p-5px:last-child{
    padding: 5px;
  }

  .lg\:last\:p-6px:last-child{
    padding: 6px;
  }

  .lg\:last\:p-7px:last-child{
    padding: 7px;
  }

  .lg\:last\:p-8px:last-child{
    padding: 8px;
  }

  .lg\:last\:p-10px:last-child{
    padding: 10px;
  }

  .lg\:last\:p-11px:last-child{
    padding: 11px;
  }

  .lg\:last\:p-12px:last-child{
    padding: 12px;
  }

  .lg\:last\:p-14px:last-child{
    padding: 14px;
  }

  .lg\:last\:p-15px:last-child{
    padding: 15px;
  }

  .lg\:last\:p-16px:last-child{
    padding: 16px;
  }

  .lg\:last\:p-18px:last-child{
    padding: 18px;
  }

  .lg\:last\:p-20px:last-child{
    padding: 20px;
  }

  .lg\:last\:p-24px:last-child{
    padding: 24px;
  }

  .lg\:last\:p-25px:last-child{
    padding: 25px;
  }

  .lg\:last\:p-26px:last-child{
    padding: 26px;
  }

  .lg\:last\:p-30px:last-child{
    padding: 30px;
  }

  .lg\:last\:p-34px:last-child{
    padding: 34px;
  }

  .lg\:last\:p-36px:last-child{
    padding: 36px;
  }

  .lg\:last\:p-40px:last-child{
    padding: 40px;
  }

  .lg\:last\:p-45px:last-child{
    padding: 45px;
  }

  .lg\:last\:p-49px:last-child{
    padding: 49px;
  }

  .lg\:last\:p-50px:last-child{
    padding: 50px;
  }

  .lg\:last\:p-53px:last-child{
    padding: 53px;
  }

  .lg\:last\:p-55px:last-child{
    padding: 55px;
  }

  .lg\:last\:p-60px:last-child{
    padding: 60px;
  }

  .lg\:last\:p-68px:last-child{
    padding: 68px;
  }

  .lg\:last\:p-80px:last-child{
    padding: 80px;
  }

  .lg\:last\:p-90px:last-child{
    padding: 90px;
  }

  .lg\:last\:p-93px:last-child{
    padding: 93px;
  }

  .lg\:last\:p-115px:last-child{
    padding: 115px;
  }

  .lg\:last\:py-0:last-child{
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:last\:px-0:last-child{
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:last\:py-2px:last-child{
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .lg\:last\:px-2px:last-child{
    padding-left: 2px;
    padding-right: 2px;
  }

  .lg\:last\:py-4px:last-child{
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .lg\:last\:px-4px:last-child{
    padding-left: 4px;
    padding-right: 4px;
  }

  .lg\:last\:py-5px:last-child{
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .lg\:last\:px-5px:last-child{
    padding-left: 5px;
    padding-right: 5px;
  }

  .lg\:last\:py-6px:last-child{
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .lg\:last\:px-6px:last-child{
    padding-left: 6px;
    padding-right: 6px;
  }

  .lg\:last\:py-7px:last-child{
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .lg\:last\:px-7px:last-child{
    padding-left: 7px;
    padding-right: 7px;
  }

  .lg\:last\:py-8px:last-child{
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .lg\:last\:px-8px:last-child{
    padding-left: 8px;
    padding-right: 8px;
  }

  .lg\:last\:py-10px:last-child{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .lg\:last\:px-10px:last-child{
    padding-left: 10px;
    padding-right: 10px;
  }

  .lg\:last\:py-11px:last-child{
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .lg\:last\:px-11px:last-child{
    padding-left: 11px;
    padding-right: 11px;
  }

  .lg\:last\:py-12px:last-child{
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .lg\:last\:px-12px:last-child{
    padding-left: 12px;
    padding-right: 12px;
  }

  .lg\:last\:py-14px:last-child{
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .lg\:last\:px-14px:last-child{
    padding-left: 14px;
    padding-right: 14px;
  }

  .lg\:last\:py-15px:last-child{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .lg\:last\:px-15px:last-child{
    padding-left: 15px;
    padding-right: 15px;
  }

  .lg\:last\:py-16px:last-child{
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .lg\:last\:px-16px:last-child{
    padding-left: 16px;
    padding-right: 16px;
  }

  .lg\:last\:py-18px:last-child{
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .lg\:last\:px-18px:last-child{
    padding-left: 18px;
    padding-right: 18px;
  }

  .lg\:last\:py-20px:last-child{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .lg\:last\:px-20px:last-child{
    padding-left: 20px;
    padding-right: 20px;
  }

  .lg\:last\:py-24px:last-child{
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .lg\:last\:px-24px:last-child{
    padding-left: 24px;
    padding-right: 24px;
  }

  .lg\:last\:py-25px:last-child{
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .lg\:last\:px-25px:last-child{
    padding-left: 25px;
    padding-right: 25px;
  }

  .lg\:last\:py-26px:last-child{
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .lg\:last\:px-26px:last-child{
    padding-left: 26px;
    padding-right: 26px;
  }

  .lg\:last\:py-30px:last-child{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .lg\:last\:px-30px:last-child{
    padding-left: 30px;
    padding-right: 30px;
  }

  .lg\:last\:py-34px:last-child{
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .lg\:last\:px-34px:last-child{
    padding-left: 34px;
    padding-right: 34px;
  }

  .lg\:last\:py-36px:last-child{
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .lg\:last\:px-36px:last-child{
    padding-left: 36px;
    padding-right: 36px;
  }

  .lg\:last\:py-40px:last-child{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .lg\:last\:px-40px:last-child{
    padding-left: 40px;
    padding-right: 40px;
  }

  .lg\:last\:py-45px:last-child{
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .lg\:last\:px-45px:last-child{
    padding-left: 45px;
    padding-right: 45px;
  }

  .lg\:last\:py-49px:last-child{
    padding-top: 49px;
    padding-bottom: 49px;
  }

  .lg\:last\:px-49px:last-child{
    padding-left: 49px;
    padding-right: 49px;
  }

  .lg\:last\:py-50px:last-child{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .lg\:last\:px-50px:last-child{
    padding-left: 50px;
    padding-right: 50px;
  }

  .lg\:last\:py-53px:last-child{
    padding-top: 53px;
    padding-bottom: 53px;
  }

  .lg\:last\:px-53px:last-child{
    padding-left: 53px;
    padding-right: 53px;
  }

  .lg\:last\:py-55px:last-child{
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .lg\:last\:px-55px:last-child{
    padding-left: 55px;
    padding-right: 55px;
  }

  .lg\:last\:py-60px:last-child{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .lg\:last\:px-60px:last-child{
    padding-left: 60px;
    padding-right: 60px;
  }

  .lg\:last\:py-68px:last-child{
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .lg\:last\:px-68px:last-child{
    padding-left: 68px;
    padding-right: 68px;
  }

  .lg\:last\:py-80px:last-child{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .lg\:last\:px-80px:last-child{
    padding-left: 80px;
    padding-right: 80px;
  }

  .lg\:last\:py-90px:last-child{
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .lg\:last\:px-90px:last-child{
    padding-left: 90px;
    padding-right: 90px;
  }

  .lg\:last\:py-93px:last-child{
    padding-top: 93px;
    padding-bottom: 93px;
  }

  .lg\:last\:px-93px:last-child{
    padding-left: 93px;
    padding-right: 93px;
  }

  .lg\:last\:py-115px:last-child{
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .lg\:last\:px-115px:last-child{
    padding-left: 115px;
    padding-right: 115px;
  }

  .lg\:last\:pt-0:last-child{
    padding-top: 0;
  }

  .lg\:last\:pr-0:last-child{
    padding-right: 0;
  }

  .lg\:last\:pb-0:last-child{
    padding-bottom: 0;
  }

  .lg\:last\:pl-0:last-child{
    padding-left: 0;
  }

  .lg\:last\:pt-2px:last-child{
    padding-top: 2px;
  }

  .lg\:last\:pr-2px:last-child{
    padding-right: 2px;
  }

  .lg\:last\:pb-2px:last-child{
    padding-bottom: 2px;
  }

  .lg\:last\:pl-2px:last-child{
    padding-left: 2px;
  }

  .lg\:last\:pt-4px:last-child{
    padding-top: 4px;
  }

  .lg\:last\:pr-4px:last-child{
    padding-right: 4px;
  }

  .lg\:last\:pb-4px:last-child{
    padding-bottom: 4px;
  }

  .lg\:last\:pl-4px:last-child{
    padding-left: 4px;
  }

  .lg\:last\:pt-5px:last-child{
    padding-top: 5px;
  }

  .lg\:last\:pr-5px:last-child{
    padding-right: 5px;
  }

  .lg\:last\:pb-5px:last-child{
    padding-bottom: 5px;
  }

  .lg\:last\:pl-5px:last-child{
    padding-left: 5px;
  }

  .lg\:last\:pt-6px:last-child{
    padding-top: 6px;
  }

  .lg\:last\:pr-6px:last-child{
    padding-right: 6px;
  }

  .lg\:last\:pb-6px:last-child{
    padding-bottom: 6px;
  }

  .lg\:last\:pl-6px:last-child{
    padding-left: 6px;
  }

  .lg\:last\:pt-7px:last-child{
    padding-top: 7px;
  }

  .lg\:last\:pr-7px:last-child{
    padding-right: 7px;
  }

  .lg\:last\:pb-7px:last-child{
    padding-bottom: 7px;
  }

  .lg\:last\:pl-7px:last-child{
    padding-left: 7px;
  }

  .lg\:last\:pt-8px:last-child{
    padding-top: 8px;
  }

  .lg\:last\:pr-8px:last-child{
    padding-right: 8px;
  }

  .lg\:last\:pb-8px:last-child{
    padding-bottom: 8px;
  }

  .lg\:last\:pl-8px:last-child{
    padding-left: 8px;
  }

  .lg\:last\:pt-10px:last-child{
    padding-top: 10px;
  }

  .lg\:last\:pr-10px:last-child{
    padding-right: 10px;
  }

  .lg\:last\:pb-10px:last-child{
    padding-bottom: 10px;
  }

  .lg\:last\:pl-10px:last-child{
    padding-left: 10px;
  }

  .lg\:last\:pt-11px:last-child{
    padding-top: 11px;
  }

  .lg\:last\:pr-11px:last-child{
    padding-right: 11px;
  }

  .lg\:last\:pb-11px:last-child{
    padding-bottom: 11px;
  }

  .lg\:last\:pl-11px:last-child{
    padding-left: 11px;
  }

  .lg\:last\:pt-12px:last-child{
    padding-top: 12px;
  }

  .lg\:last\:pr-12px:last-child{
    padding-right: 12px;
  }

  .lg\:last\:pb-12px:last-child{
    padding-bottom: 12px;
  }

  .lg\:last\:pl-12px:last-child{
    padding-left: 12px;
  }

  .lg\:last\:pt-14px:last-child{
    padding-top: 14px;
  }

  .lg\:last\:pr-14px:last-child{
    padding-right: 14px;
  }

  .lg\:last\:pb-14px:last-child{
    padding-bottom: 14px;
  }

  .lg\:last\:pl-14px:last-child{
    padding-left: 14px;
  }

  .lg\:last\:pt-15px:last-child{
    padding-top: 15px;
  }

  .lg\:last\:pr-15px:last-child{
    padding-right: 15px;
  }

  .lg\:last\:pb-15px:last-child{
    padding-bottom: 15px;
  }

  .lg\:last\:pl-15px:last-child{
    padding-left: 15px;
  }

  .lg\:last\:pt-16px:last-child{
    padding-top: 16px;
  }

  .lg\:last\:pr-16px:last-child{
    padding-right: 16px;
  }

  .lg\:last\:pb-16px:last-child{
    padding-bottom: 16px;
  }

  .lg\:last\:pl-16px:last-child{
    padding-left: 16px;
  }

  .lg\:last\:pt-18px:last-child{
    padding-top: 18px;
  }

  .lg\:last\:pr-18px:last-child{
    padding-right: 18px;
  }

  .lg\:last\:pb-18px:last-child{
    padding-bottom: 18px;
  }

  .lg\:last\:pl-18px:last-child{
    padding-left: 18px;
  }

  .lg\:last\:pt-20px:last-child{
    padding-top: 20px;
  }

  .lg\:last\:pr-20px:last-child{
    padding-right: 20px;
  }

  .lg\:last\:pb-20px:last-child{
    padding-bottom: 20px;
  }

  .lg\:last\:pl-20px:last-child{
    padding-left: 20px;
  }

  .lg\:last\:pt-24px:last-child{
    padding-top: 24px;
  }

  .lg\:last\:pr-24px:last-child{
    padding-right: 24px;
  }

  .lg\:last\:pb-24px:last-child{
    padding-bottom: 24px;
  }

  .lg\:last\:pl-24px:last-child{
    padding-left: 24px;
  }

  .lg\:last\:pt-25px:last-child{
    padding-top: 25px;
  }

  .lg\:last\:pr-25px:last-child{
    padding-right: 25px;
  }

  .lg\:last\:pb-25px:last-child{
    padding-bottom: 25px;
  }

  .lg\:last\:pl-25px:last-child{
    padding-left: 25px;
  }

  .lg\:last\:pt-26px:last-child{
    padding-top: 26px;
  }

  .lg\:last\:pr-26px:last-child{
    padding-right: 26px;
  }

  .lg\:last\:pb-26px:last-child{
    padding-bottom: 26px;
  }

  .lg\:last\:pl-26px:last-child{
    padding-left: 26px;
  }

  .lg\:last\:pt-30px:last-child{
    padding-top: 30px;
  }

  .lg\:last\:pr-30px:last-child{
    padding-right: 30px;
  }

  .lg\:last\:pb-30px:last-child{
    padding-bottom: 30px;
  }

  .lg\:last\:pl-30px:last-child{
    padding-left: 30px;
  }

  .lg\:last\:pt-34px:last-child{
    padding-top: 34px;
  }

  .lg\:last\:pr-34px:last-child{
    padding-right: 34px;
  }

  .lg\:last\:pb-34px:last-child{
    padding-bottom: 34px;
  }

  .lg\:last\:pl-34px:last-child{
    padding-left: 34px;
  }

  .lg\:last\:pt-36px:last-child{
    padding-top: 36px;
  }

  .lg\:last\:pr-36px:last-child{
    padding-right: 36px;
  }

  .lg\:last\:pb-36px:last-child{
    padding-bottom: 36px;
  }

  .lg\:last\:pl-36px:last-child{
    padding-left: 36px;
  }

  .lg\:last\:pt-40px:last-child{
    padding-top: 40px;
  }

  .lg\:last\:pr-40px:last-child{
    padding-right: 40px;
  }

  .lg\:last\:pb-40px:last-child{
    padding-bottom: 40px;
  }

  .lg\:last\:pl-40px:last-child{
    padding-left: 40px;
  }

  .lg\:last\:pt-45px:last-child{
    padding-top: 45px;
  }

  .lg\:last\:pr-45px:last-child{
    padding-right: 45px;
  }

  .lg\:last\:pb-45px:last-child{
    padding-bottom: 45px;
  }

  .lg\:last\:pl-45px:last-child{
    padding-left: 45px;
  }

  .lg\:last\:pt-49px:last-child{
    padding-top: 49px;
  }

  .lg\:last\:pr-49px:last-child{
    padding-right: 49px;
  }

  .lg\:last\:pb-49px:last-child{
    padding-bottom: 49px;
  }

  .lg\:last\:pl-49px:last-child{
    padding-left: 49px;
  }

  .lg\:last\:pt-50px:last-child{
    padding-top: 50px;
  }

  .lg\:last\:pr-50px:last-child{
    padding-right: 50px;
  }

  .lg\:last\:pb-50px:last-child{
    padding-bottom: 50px;
  }

  .lg\:last\:pl-50px:last-child{
    padding-left: 50px;
  }

  .lg\:last\:pt-53px:last-child{
    padding-top: 53px;
  }

  .lg\:last\:pr-53px:last-child{
    padding-right: 53px;
  }

  .lg\:last\:pb-53px:last-child{
    padding-bottom: 53px;
  }

  .lg\:last\:pl-53px:last-child{
    padding-left: 53px;
  }

  .lg\:last\:pt-55px:last-child{
    padding-top: 55px;
  }

  .lg\:last\:pr-55px:last-child{
    padding-right: 55px;
  }

  .lg\:last\:pb-55px:last-child{
    padding-bottom: 55px;
  }

  .lg\:last\:pl-55px:last-child{
    padding-left: 55px;
  }

  .lg\:last\:pt-60px:last-child{
    padding-top: 60px;
  }

  .lg\:last\:pr-60px:last-child{
    padding-right: 60px;
  }

  .lg\:last\:pb-60px:last-child{
    padding-bottom: 60px;
  }

  .lg\:last\:pl-60px:last-child{
    padding-left: 60px;
  }

  .lg\:last\:pt-68px:last-child{
    padding-top: 68px;
  }

  .lg\:last\:pr-68px:last-child{
    padding-right: 68px;
  }

  .lg\:last\:pb-68px:last-child{
    padding-bottom: 68px;
  }

  .lg\:last\:pl-68px:last-child{
    padding-left: 68px;
  }

  .lg\:last\:pt-80px:last-child{
    padding-top: 80px;
  }

  .lg\:last\:pr-80px:last-child{
    padding-right: 80px;
  }

  .lg\:last\:pb-80px:last-child{
    padding-bottom: 80px;
  }

  .lg\:last\:pl-80px:last-child{
    padding-left: 80px;
  }

  .lg\:last\:pt-90px:last-child{
    padding-top: 90px;
  }

  .lg\:last\:pr-90px:last-child{
    padding-right: 90px;
  }

  .lg\:last\:pb-90px:last-child{
    padding-bottom: 90px;
  }

  .lg\:last\:pl-90px:last-child{
    padding-left: 90px;
  }

  .lg\:last\:pt-93px:last-child{
    padding-top: 93px;
  }

  .lg\:last\:pr-93px:last-child{
    padding-right: 93px;
  }

  .lg\:last\:pb-93px:last-child{
    padding-bottom: 93px;
  }

  .lg\:last\:pl-93px:last-child{
    padding-left: 93px;
  }

  .lg\:last\:pt-115px:last-child{
    padding-top: 115px;
  }

  .lg\:last\:pr-115px:last-child{
    padding-right: 115px;
  }

  .lg\:last\:pb-115px:last-child{
    padding-bottom: 115px;
  }

  .lg\:last\:pl-115px:last-child{
    padding-left: 115px;
  }

  .lg\:static{
    position: static;
  }

  .lg\:fixed{
    position: fixed;
  }

  .lg\:absolute{
    position: absolute;
  }

  .lg\:relative{
    position: relative;
  }

  .lg\:sticky{
    position: sticky;
  }

  .lg\:space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .lg\:space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-2px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2px * var(--space-y-reverse));
  }

  .lg\:space-x-2px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2px * var(--space-x-reverse));
    margin-left: calc(2px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-4px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4px * var(--space-y-reverse));
  }

  .lg\:space-x-4px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(4px * var(--space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-5px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5px * var(--space-y-reverse));
  }

  .lg\:space-x-5px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(5px * var(--space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-6px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6px * var(--space-y-reverse));
  }

  .lg\:space-x-6px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(6px * var(--space-x-reverse));
    margin-left: calc(6px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-7px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(7px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(7px * var(--space-y-reverse));
  }

  .lg\:space-x-7px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(7px * var(--space-x-reverse));
    margin-left: calc(7px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-8px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8px * var(--space-y-reverse));
  }

  .lg\:space-x-8px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(8px * var(--space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-10px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10px * var(--space-y-reverse));
  }

  .lg\:space-x-10px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(10px * var(--space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-11px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(11px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(11px * var(--space-y-reverse));
  }

  .lg\:space-x-11px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(11px * var(--space-x-reverse));
    margin-left: calc(11px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-12px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12px * var(--space-y-reverse));
  }

  .lg\:space-x-12px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(12px * var(--space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-14px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14px * var(--space-y-reverse));
  }

  .lg\:space-x-14px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(14px * var(--space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-15px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(15px * var(--space-y-reverse));
  }

  .lg\:space-x-15px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(15px * var(--space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-16px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16px * var(--space-y-reverse));
  }

  .lg\:space-x-16px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(16px * var(--space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-18px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18px * var(--space-y-reverse));
  }

  .lg\:space-x-18px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(18px * var(--space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-20px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse));
  }

  .lg\:space-x-20px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-24px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24px * var(--space-y-reverse));
  }

  .lg\:space-x-24px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(24px * var(--space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-25px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25px * var(--space-y-reverse));
  }

  .lg\:space-x-25px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(25px * var(--space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-26px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(26px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(26px * var(--space-y-reverse));
  }

  .lg\:space-x-26px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(26px * var(--space-x-reverse));
    margin-left: calc(26px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-30px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse));
  }

  .lg\:space-x-30px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-34px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(34px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(34px * var(--space-y-reverse));
  }

  .lg\:space-x-34px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(34px * var(--space-x-reverse));
    margin-left: calc(34px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-36px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(36px * var(--space-y-reverse));
  }

  .lg\:space-x-36px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(36px * var(--space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-40px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40px * var(--space-y-reverse));
  }

  .lg\:space-x-40px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(40px * var(--space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-45px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(45px * var(--space-y-reverse));
  }

  .lg\:space-x-45px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(45px * var(--space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-49px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(49px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49px * var(--space-y-reverse));
  }

  .lg\:space-x-49px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(49px * var(--space-x-reverse));
    margin-left: calc(49px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-50px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50px * var(--space-y-reverse));
  }

  .lg\:space-x-50px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(50px * var(--space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-53px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(53px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(53px * var(--space-y-reverse));
  }

  .lg\:space-x-53px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(53px * var(--space-x-reverse));
    margin-left: calc(53px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-55px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(55px * var(--space-y-reverse));
  }

  .lg\:space-x-55px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(55px * var(--space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-60px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60px * var(--space-y-reverse));
  }

  .lg\:space-x-60px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(60px * var(--space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-68px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(68px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(68px * var(--space-y-reverse));
  }

  .lg\:space-x-68px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(68px * var(--space-x-reverse));
    margin-left: calc(68px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-80px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80px * var(--space-y-reverse));
  }

  .lg\:space-x-80px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(80px * var(--space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-90px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90px * var(--space-y-reverse));
  }

  .lg\:space-x-90px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(90px * var(--space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-93px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(93px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(93px * var(--space-y-reverse));
  }

  .lg\:space-x-93px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(93px * var(--space-x-reverse));
    margin-left: calc(93px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-115px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(115px * var(--space-y-reverse));
  }

  .lg\:space-x-115px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(115px * var(--space-x-reverse));
    margin-left: calc(115px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-2px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2px * var(--space-y-reverse));
  }

  .lg\:-space-x-2px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2px * var(--space-x-reverse));
    margin-left: calc(-2px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-4px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4px * var(--space-y-reverse));
  }

  .lg\:-space-x-4px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-4px * var(--space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-5px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5px * var(--space-y-reverse));
  }

  .lg\:-space-x-5px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-5px * var(--space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-6px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6px * var(--space-y-reverse));
  }

  .lg\:-space-x-6px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-6px * var(--space-x-reverse));
    margin-left: calc(-6px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-7px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-7px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-7px * var(--space-y-reverse));
  }

  .lg\:-space-x-7px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-7px * var(--space-x-reverse));
    margin-left: calc(-7px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-8px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8px * var(--space-y-reverse));
  }

  .lg\:-space-x-8px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-8px * var(--space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-10px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10px * var(--space-y-reverse));
  }

  .lg\:-space-x-10px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-10px * var(--space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-11px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-11px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-11px * var(--space-y-reverse));
  }

  .lg\:-space-x-11px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-11px * var(--space-x-reverse));
    margin-left: calc(-11px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-12px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12px * var(--space-y-reverse));
  }

  .lg\:-space-x-12px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-12px * var(--space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-14px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14px * var(--space-y-reverse));
  }

  .lg\:-space-x-14px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-14px * var(--space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-15px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-15px * var(--space-y-reverse));
  }

  .lg\:-space-x-15px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-15px * var(--space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-16px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16px * var(--space-y-reverse));
  }

  .lg\:-space-x-16px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-16px * var(--space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-18px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18px * var(--space-y-reverse));
  }

  .lg\:-space-x-18px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-18px * var(--space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-20px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse));
  }

  .lg\:-space-x-20px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-24px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24px * var(--space-y-reverse));
  }

  .lg\:-space-x-24px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-24px * var(--space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-25px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25px * var(--space-y-reverse));
  }

  .lg\:-space-x-25px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-25px * var(--space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-26px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-26px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-26px * var(--space-y-reverse));
  }

  .lg\:-space-x-26px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-26px * var(--space-x-reverse));
    margin-left: calc(-26px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-30px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse));
  }

  .lg\:-space-x-30px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-34px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-34px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-34px * var(--space-y-reverse));
  }

  .lg\:-space-x-34px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-34px * var(--space-x-reverse));
    margin-left: calc(-34px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-36px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-36px * var(--space-y-reverse));
  }

  .lg\:-space-x-36px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-36px * var(--space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-40px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40px * var(--space-y-reverse));
  }

  .lg\:-space-x-40px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-40px * var(--space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-45px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-45px * var(--space-y-reverse));
  }

  .lg\:-space-x-45px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-45px * var(--space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-49px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-49px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49px * var(--space-y-reverse));
  }

  .lg\:-space-x-49px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-49px * var(--space-x-reverse));
    margin-left: calc(-49px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-50px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50px * var(--space-y-reverse));
  }

  .lg\:-space-x-50px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-50px * var(--space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-53px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-53px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-53px * var(--space-y-reverse));
  }

  .lg\:-space-x-53px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-53px * var(--space-x-reverse));
    margin-left: calc(-53px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-55px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-55px * var(--space-y-reverse));
  }

  .lg\:-space-x-55px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-55px * var(--space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-60px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60px * var(--space-y-reverse));
  }

  .lg\:-space-x-60px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-60px * var(--space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-68px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-68px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-68px * var(--space-y-reverse));
  }

  .lg\:-space-x-68px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-68px * var(--space-x-reverse));
    margin-left: calc(-68px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-80px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80px * var(--space-y-reverse));
  }

  .lg\:-space-x-80px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-80px * var(--space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-90px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90px * var(--space-y-reverse));
  }

  .lg\:-space-x-90px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-90px * var(--space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-93px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-93px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-93px * var(--space-y-reverse));
  }

  .lg\:-space-x-93px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-93px * var(--space-x-reverse));
    margin-left: calc(-93px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:-space-y-115px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-115px * var(--space-y-reverse));
  }

  .lg\:-space-x-115px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-115px * var(--space-x-reverse));
    margin-left: calc(-115px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:space-y-reverse > :not(template) ~ :not(template){
    --space-y-reverse: 1;
  }

  .lg\:space-x-reverse > :not(template) ~ :not(template){
    --space-x-reverse: 1;
  }

  .lg\:text-left{
    text-align: left;
  }

  .lg\:text-center{
    text-align: center;
  }

  .lg\:text-right{
    text-align: right;
  }

  .lg\:text-justify{
    text-align: justify;
  }

  .lg\:text-white{
    color: #fff;
  }

  .lg\:text-gray-20{
    color: #dddfee;
  }

  .lg\:text-gray-30{
    color: #d1dbff;
  }

  .lg\:text-gray-40{
    color: #f7f9ff;
  }

  .lg\:text-gray-50{
    color: #ebeffb;
  }

  .lg\:text-gray-60{
    color: #e7e9f6;
  }

  .lg\:text-gray-100{
    color: #dee3ef;
  }

  .lg\:text-gray-200{
    color: #cdcfe0;
  }

  .lg\:text-gray-250{
    color: #a4adb7;
  }

  .lg\:text-gray-300{
    color: #868da4;
  }

  .lg\:text-gray-400{
    color: #566687;
  }

  .lg\:text-gray-800{
    color: #2f3b46;
  }

  .lg\:text-gray-a1{
    color: rgba(0, 0, 0, .8);
  }

  .lg\:text-blue-40{
    color: #637dfb;
  }

  .lg\:text-blue-50{
    color: #5d80ff;
  }

  .lg\:text-blue-100{
    color: #476df2;
  }

  .lg\:text-blue-200{
    color: #878bad;
  }

  .lg\:text-blue-300{
    color: #627cfa;
  }

  .lg\:text-blue-400{
    color: #646d88;
  }

  .lg\:text-blue-500{
    color: #566cd3;
  }

  .lg\:text-blue-700{
    color: #233253;
  }

  .lg\:text-blue-800{
    color: #152442;
  }

  .lg\:text-blue-850{
    color: #192440;
  }

  .lg\:text-blue-900{
    color: #132a43;
  }

  .lg\:text-yellow-400{
    color: #f1d600;
  }

  .lg\:hover\:text-white:hover{
    color: #fff;
  }

  .lg\:hover\:text-gray-20:hover{
    color: #dddfee;
  }

  .lg\:hover\:text-gray-30:hover{
    color: #d1dbff;
  }

  .lg\:hover\:text-gray-40:hover{
    color: #f7f9ff;
  }

  .lg\:hover\:text-gray-50:hover{
    color: #ebeffb;
  }

  .lg\:hover\:text-gray-60:hover{
    color: #e7e9f6;
  }

  .lg\:hover\:text-gray-100:hover{
    color: #dee3ef;
  }

  .lg\:hover\:text-gray-200:hover{
    color: #cdcfe0;
  }

  .lg\:hover\:text-gray-250:hover{
    color: #a4adb7;
  }

  .lg\:hover\:text-gray-300:hover{
    color: #868da4;
  }

  .lg\:hover\:text-gray-400:hover{
    color: #566687;
  }

  .lg\:hover\:text-gray-800:hover{
    color: #2f3b46;
  }

  .lg\:hover\:text-gray-a1:hover{
    color: rgba(0, 0, 0, .8);
  }

  .lg\:hover\:text-blue-40:hover{
    color: #637dfb;
  }

  .lg\:hover\:text-blue-50:hover{
    color: #5d80ff;
  }

  .lg\:hover\:text-blue-100:hover{
    color: #476df2;
  }

  .lg\:hover\:text-blue-200:hover{
    color: #878bad;
  }

  .lg\:hover\:text-blue-300:hover{
    color: #627cfa;
  }

  .lg\:hover\:text-blue-400:hover{
    color: #646d88;
  }

  .lg\:hover\:text-blue-500:hover{
    color: #566cd3;
  }

  .lg\:hover\:text-blue-700:hover{
    color: #233253;
  }

  .lg\:hover\:text-blue-800:hover{
    color: #152442;
  }

  .lg\:hover\:text-blue-850:hover{
    color: #192440;
  }

  .lg\:hover\:text-blue-900:hover{
    color: #132a43;
  }

  .lg\:hover\:text-yellow-400:hover{
    color: #f1d600;
  }

  .lg\:focus\:text-white:focus{
    color: #fff;
  }

  .lg\:focus\:text-gray-20:focus{
    color: #dddfee;
  }

  .lg\:focus\:text-gray-30:focus{
    color: #d1dbff;
  }

  .lg\:focus\:text-gray-40:focus{
    color: #f7f9ff;
  }

  .lg\:focus\:text-gray-50:focus{
    color: #ebeffb;
  }

  .lg\:focus\:text-gray-60:focus{
    color: #e7e9f6;
  }

  .lg\:focus\:text-gray-100:focus{
    color: #dee3ef;
  }

  .lg\:focus\:text-gray-200:focus{
    color: #cdcfe0;
  }

  .lg\:focus\:text-gray-250:focus{
    color: #a4adb7;
  }

  .lg\:focus\:text-gray-300:focus{
    color: #868da4;
  }

  .lg\:focus\:text-gray-400:focus{
    color: #566687;
  }

  .lg\:focus\:text-gray-800:focus{
    color: #2f3b46;
  }

  .lg\:focus\:text-gray-a1:focus{
    color: rgba(0, 0, 0, .8);
  }

  .lg\:focus\:text-blue-40:focus{
    color: #637dfb;
  }

  .lg\:focus\:text-blue-50:focus{
    color: #5d80ff;
  }

  .lg\:focus\:text-blue-100:focus{
    color: #476df2;
  }

  .lg\:focus\:text-blue-200:focus{
    color: #878bad;
  }

  .lg\:focus\:text-blue-300:focus{
    color: #627cfa;
  }

  .lg\:focus\:text-blue-400:focus{
    color: #646d88;
  }

  .lg\:focus\:text-blue-500:focus{
    color: #566cd3;
  }

  .lg\:focus\:text-blue-700:focus{
    color: #233253;
  }

  .lg\:focus\:text-blue-800:focus{
    color: #152442;
  }

  .lg\:focus\:text-blue-850:focus{
    color: #192440;
  }

  .lg\:focus\:text-blue-900:focus{
    color: #132a43;
  }

  .lg\:focus\:text-yellow-400:focus{
    color: #f1d600;
  }

  .lg\:underline{
    text-decoration: underline;
  }

  .lg\:line-through{
    text-decoration: line-through;
  }

  .lg\:no-underline{
    text-decoration: none;
  }

  .lg\:hover\:underline:hover{
    text-decoration: underline;
  }

  .lg\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .lg\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .lg\:focus\:underline:focus{
    text-decoration: underline;
  }

  .lg\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .lg\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .lg\:uppercase{
    text-transform: uppercase;
  }

  .lg\:lowercase{
    text-transform: lowercase;
  }

  .lg\:capitalize{
    text-transform: capitalize;
  }

  .lg\:normal-case{
    text-transform: none;
  }

  .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\:w-0{
    width: 0;
  }

  .lg\:w-auto{
    width: auto;
  }

  .lg\:w-2px{
    width: 2px;
  }

  .lg\:w-4px{
    width: 4px;
  }

  .lg\:w-5px{
    width: 5px;
  }

  .lg\:w-6px{
    width: 6px;
  }

  .lg\:w-7px{
    width: 7px;
  }

  .lg\:w-8px{
    width: 8px;
  }

  .lg\:w-10px{
    width: 10px;
  }

  .lg\:w-11px{
    width: 11px;
  }

  .lg\:w-12px{
    width: 12px;
  }

  .lg\:w-14px{
    width: 14px;
  }

  .lg\:w-15px{
    width: 15px;
  }

  .lg\:w-16px{
    width: 16px;
  }

  .lg\:w-18px{
    width: 18px;
  }

  .lg\:w-20px{
    width: 20px;
  }

  .lg\:w-24px{
    width: 24px;
  }

  .lg\:w-25px{
    width: 25px;
  }

  .lg\:w-26px{
    width: 26px;
  }

  .lg\:w-30px{
    width: 30px;
  }

  .lg\:w-34px{
    width: 34px;
  }

  .lg\:w-36px{
    width: 36px;
  }

  .lg\:w-40px{
    width: 40px;
  }

  .lg\:w-45px{
    width: 45px;
  }

  .lg\:w-49px{
    width: 49px;
  }

  .lg\:w-50px{
    width: 50px;
  }

  .lg\:w-53px{
    width: 53px;
  }

  .lg\:w-55px{
    width: 55px;
  }

  .lg\:w-60px{
    width: 60px;
  }

  .lg\:w-68px{
    width: 68px;
  }

  .lg\:w-80px{
    width: 80px;
  }

  .lg\:w-90px{
    width: 90px;
  }

  .lg\:w-93px{
    width: 93px;
  }

  .lg\:w-115px{
    width: 115px;
  }

  .lg\:w-1\/2{
    width: 50%;
  }

  .lg\:w-1\/3{
    width: 33.333333%;
  }

  .lg\:w-2\/3{
    width: 66.666667%;
  }

  .lg\:w-1\/4{
    width: 25%;
  }

  .lg\:w-2\/4{
    width: 50%;
  }

  .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.666667%;
  }

  .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.333333%;
  }

  .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;
  }

  .lg\:w-260px{
    width: 260px;
  }

  .lg\:w-320px{
    width: 320px;
  }

  .lg\:w-360px{
    width: 360px;
  }

  .lg\:w-366px{
    width: 366px;
  }

  .lg\:w-450px{
    width: 450px;
  }

  .lg\:w-806px{
    width: 806px;
  }

  .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;
  }

  .lg\:m-0imp {
    margin: 0 !important;
  }
}

@media (min-width: 1280px){
  .xl\:items-start{
    align-items: flex-start;
  }

  .xl\:items-end{
    align-items: flex-end;
  }

  .xl\:items-center{
    align-items: center;
  }

  .xl\:items-baseline{
    align-items: baseline;
  }

  .xl\:items-stretch{
    align-items: stretch;
  }

  .xl\:bg-white{
    background-color: #fff;
  }

  .xl\:bg-gray-20{
    background-color: #dddfee;
  }

  .xl\:bg-gray-30{
    background-color: #d1dbff;
  }

  .xl\:bg-gray-40{
    background-color: #f7f9ff;
  }

  .xl\:bg-gray-50{
    background-color: #ebeffb;
  }

  .xl\:bg-gray-60{
    background-color: #e7e9f6;
  }

  .xl\:bg-gray-100{
    background-color: #dee3ef;
  }

  .xl\:bg-gray-200{
    background-color: #cdcfe0;
  }

  .xl\:bg-gray-250{
    background-color: #a4adb7;
  }

  .xl\:bg-gray-300{
    background-color: #868da4;
  }

  .xl\:bg-gray-400{
    background-color: #566687;
  }

  .xl\:bg-gray-800{
    background-color: #2f3b46;
  }

  .xl\:bg-gray-a1{
    background-color: rgba(0, 0, 0, .8);
  }

  .xl\:bg-blue-40{
    background-color: #637dfb;
  }

  .xl\:bg-blue-50{
    background-color: #5d80ff;
  }

  .xl\:bg-blue-100{
    background-color: #476df2;
  }

  .xl\:bg-blue-200{
    background-color: #878bad;
  }

  .xl\:bg-blue-300{
    background-color: #627cfa;
  }

  .xl\:bg-blue-400{
    background-color: #646d88;
  }

  .xl\:bg-blue-500{
    background-color: #566cd3;
  }

  .xl\:bg-blue-700{
    background-color: #233253;
  }

  .xl\:bg-blue-800{
    background-color: #152442;
  }

  .xl\:bg-blue-850{
    background-color: #192440;
  }

  .xl\:bg-blue-900{
    background-color: #132a43;
  }

  .xl\:bg-yellow-400{
    background-color: #f1d600;
  }

  .xl\:hover\:bg-white:hover{
    background-color: #fff;
  }

  .xl\:hover\:bg-gray-20:hover{
    background-color: #dddfee;
  }

  .xl\:hover\:bg-gray-30:hover{
    background-color: #d1dbff;
  }

  .xl\:hover\:bg-gray-40:hover{
    background-color: #f7f9ff;
  }

  .xl\:hover\:bg-gray-50:hover{
    background-color: #ebeffb;
  }

  .xl\:hover\:bg-gray-60:hover{
    background-color: #e7e9f6;
  }

  .xl\:hover\:bg-gray-100:hover{
    background-color: #dee3ef;
  }

  .xl\:hover\:bg-gray-200:hover{
    background-color: #cdcfe0;
  }

  .xl\:hover\:bg-gray-250:hover{
    background-color: #a4adb7;
  }

  .xl\:hover\:bg-gray-300:hover{
    background-color: #868da4;
  }

  .xl\:hover\:bg-gray-400:hover{
    background-color: #566687;
  }

  .xl\:hover\:bg-gray-800:hover{
    background-color: #2f3b46;
  }

  .xl\:hover\:bg-gray-a1:hover{
    background-color: rgba(0, 0, 0, .8);
  }

  .xl\:hover\:bg-blue-40:hover{
    background-color: #637dfb;
  }

  .xl\:hover\:bg-blue-50:hover{
    background-color: #5d80ff;
  }

  .xl\:hover\:bg-blue-100:hover{
    background-color: #476df2;
  }

  .xl\:hover\:bg-blue-200:hover{
    background-color: #878bad;
  }

  .xl\:hover\:bg-blue-300:hover{
    background-color: #627cfa;
  }

  .xl\:hover\:bg-blue-400:hover{
    background-color: #646d88;
  }

  .xl\:hover\:bg-blue-500:hover{
    background-color: #566cd3;
  }

  .xl\:hover\:bg-blue-700:hover{
    background-color: #233253;
  }

  .xl\:hover\:bg-blue-800:hover{
    background-color: #152442;
  }

  .xl\:hover\:bg-blue-850:hover{
    background-color: #192440;
  }

  .xl\:hover\:bg-blue-900:hover{
    background-color: #132a43;
  }

  .xl\:hover\:bg-yellow-400:hover{
    background-color: #f1d600;
  }

  .xl\:focus\:bg-white:focus{
    background-color: #fff;
  }

  .xl\:focus\:bg-gray-20:focus{
    background-color: #dddfee;
  }

  .xl\:focus\:bg-gray-30:focus{
    background-color: #d1dbff;
  }

  .xl\:focus\:bg-gray-40:focus{
    background-color: #f7f9ff;
  }

  .xl\:focus\:bg-gray-50:focus{
    background-color: #ebeffb;
  }

  .xl\:focus\:bg-gray-60:focus{
    background-color: #e7e9f6;
  }

  .xl\:focus\:bg-gray-100:focus{
    background-color: #dee3ef;
  }

  .xl\:focus\:bg-gray-200:focus{
    background-color: #cdcfe0;
  }

  .xl\:focus\:bg-gray-250:focus{
    background-color: #a4adb7;
  }

  .xl\:focus\:bg-gray-300:focus{
    background-color: #868da4;
  }

  .xl\:focus\:bg-gray-400:focus{
    background-color: #566687;
  }

  .xl\:focus\:bg-gray-800:focus{
    background-color: #2f3b46;
  }

  .xl\:focus\:bg-gray-a1:focus{
    background-color: rgba(0, 0, 0, .8);
  }

  .xl\:focus\:bg-blue-40:focus{
    background-color: #637dfb;
  }

  .xl\:focus\:bg-blue-50:focus{
    background-color: #5d80ff;
  }

  .xl\:focus\:bg-blue-100:focus{
    background-color: #476df2;
  }

  .xl\:focus\:bg-blue-200:focus{
    background-color: #878bad;
  }

  .xl\:focus\:bg-blue-300:focus{
    background-color: #627cfa;
  }

  .xl\:focus\:bg-blue-400:focus{
    background-color: #646d88;
  }

  .xl\:focus\:bg-blue-500:focus{
    background-color: #566cd3;
  }

  .xl\:focus\:bg-blue-700:focus{
    background-color: #233253;
  }

  .xl\:focus\:bg-blue-800:focus{
    background-color: #152442;
  }

  .xl\:focus\:bg-blue-850:focus{
    background-color: #192440;
  }

  .xl\:focus\:bg-blue-900:focus{
    background-color: #132a43;
  }

  .xl\:focus\:bg-yellow-400:focus{
    background-color: #f1d600;
  }

  .xl\:border-white{
    border-color: #fff;
  }

  .xl\:border-gray-20{
    border-color: #dddfee;
  }

  .xl\:border-gray-30{
    border-color: #d1dbff;
  }

  .xl\:border-gray-40{
    border-color: #f7f9ff;
  }

  .xl\:border-gray-50{
    border-color: #ebeffb;
  }

  .xl\:border-gray-60{
    border-color: #e7e9f6;
  }

  .xl\:border-gray-100{
    border-color: #dee3ef;
  }

  .xl\:border-gray-200{
    border-color: #cdcfe0;
  }

  .xl\:border-gray-250{
    border-color: #a4adb7;
  }

  .xl\:border-gray-300{
    border-color: #868da4;
  }

  .xl\:border-gray-400{
    border-color: #566687;
  }

  .xl\:border-gray-800{
    border-color: #2f3b46;
  }

  .xl\:border-gray-a1{
    border-color: rgba(0, 0, 0, .8);
  }

  .xl\:border-blue-40{
    border-color: #637dfb;
  }

  .xl\:border-blue-50{
    border-color: #5d80ff;
  }

  .xl\:border-blue-100{
    border-color: #476df2;
  }

  .xl\:border-blue-200{
    border-color: #878bad;
  }

  .xl\:border-blue-300{
    border-color: #627cfa;
  }

  .xl\:border-blue-400{
    border-color: #646d88;
  }

  .xl\:border-blue-500{
    border-color: #566cd3;
  }

  .xl\:border-blue-700{
    border-color: #233253;
  }

  .xl\:border-blue-800{
    border-color: #152442;
  }

  .xl\:border-blue-850{
    border-color: #192440;
  }

  .xl\:border-blue-900{
    border-color: #132a43;
  }

  .xl\:border-yellow-400{
    border-color: #f1d600;
  }

  .xl\:hover\:border-white:hover{
    border-color: #fff;
  }

  .xl\:hover\:border-gray-20:hover{
    border-color: #dddfee;
  }

  .xl\:hover\:border-gray-30:hover{
    border-color: #d1dbff;
  }

  .xl\:hover\:border-gray-40:hover{
    border-color: #f7f9ff;
  }

  .xl\:hover\:border-gray-50:hover{
    border-color: #ebeffb;
  }

  .xl\:hover\:border-gray-60:hover{
    border-color: #e7e9f6;
  }

  .xl\:hover\:border-gray-100:hover{
    border-color: #dee3ef;
  }

  .xl\:hover\:border-gray-200:hover{
    border-color: #cdcfe0;
  }

  .xl\:hover\:border-gray-250:hover{
    border-color: #a4adb7;
  }

  .xl\:hover\:border-gray-300:hover{
    border-color: #868da4;
  }

  .xl\:hover\:border-gray-400:hover{
    border-color: #566687;
  }

  .xl\:hover\:border-gray-800:hover{
    border-color: #2f3b46;
  }

  .xl\:hover\:border-gray-a1:hover{
    border-color: rgba(0, 0, 0, .8);
  }

  .xl\:hover\:border-blue-40:hover{
    border-color: #637dfb;
  }

  .xl\:hover\:border-blue-50:hover{
    border-color: #5d80ff;
  }

  .xl\:hover\:border-blue-100:hover{
    border-color: #476df2;
  }

  .xl\:hover\:border-blue-200:hover{
    border-color: #878bad;
  }

  .xl\:hover\:border-blue-300:hover{
    border-color: #627cfa;
  }

  .xl\:hover\:border-blue-400:hover{
    border-color: #646d88;
  }

  .xl\:hover\:border-blue-500:hover{
    border-color: #566cd3;
  }

  .xl\:hover\:border-blue-700:hover{
    border-color: #233253;
  }

  .xl\:hover\:border-blue-800:hover{
    border-color: #152442;
  }

  .xl\:hover\:border-blue-850:hover{
    border-color: #192440;
  }

  .xl\:hover\:border-blue-900:hover{
    border-color: #132a43;
  }

  .xl\:hover\:border-yellow-400:hover{
    border-color: #f1d600;
  }

  .xl\:focus\:border-white:focus{
    border-color: #fff;
  }

  .xl\:focus\:border-gray-20:focus{
    border-color: #dddfee;
  }

  .xl\:focus\:border-gray-30:focus{
    border-color: #d1dbff;
  }

  .xl\:focus\:border-gray-40:focus{
    border-color: #f7f9ff;
  }

  .xl\:focus\:border-gray-50:focus{
    border-color: #ebeffb;
  }

  .xl\:focus\:border-gray-60:focus{
    border-color: #e7e9f6;
  }

  .xl\:focus\:border-gray-100:focus{
    border-color: #dee3ef;
  }

  .xl\:focus\:border-gray-200:focus{
    border-color: #cdcfe0;
  }

  .xl\:focus\:border-gray-250:focus{
    border-color: #a4adb7;
  }

  .xl\:focus\:border-gray-300:focus{
    border-color: #868da4;
  }

  .xl\:focus\:border-gray-400:focus{
    border-color: #566687;
  }

  .xl\:focus\:border-gray-800:focus{
    border-color: #2f3b46;
  }

  .xl\:focus\:border-gray-a1:focus{
    border-color: rgba(0, 0, 0, .8);
  }

  .xl\:focus\:border-blue-40:focus{
    border-color: #637dfb;
  }

  .xl\:focus\:border-blue-50:focus{
    border-color: #5d80ff;
  }

  .xl\:focus\:border-blue-100:focus{
    border-color: #476df2;
  }

  .xl\:focus\:border-blue-200:focus{
    border-color: #878bad;
  }

  .xl\:focus\:border-blue-300:focus{
    border-color: #627cfa;
  }

  .xl\:focus\:border-blue-400:focus{
    border-color: #646d88;
  }

  .xl\:focus\:border-blue-500:focus{
    border-color: #566cd3;
  }

  .xl\:focus\:border-blue-700:focus{
    border-color: #233253;
  }

  .xl\:focus\:border-blue-800:focus{
    border-color: #152442;
  }

  .xl\:focus\:border-blue-850:focus{
    border-color: #192440;
  }

  .xl\:focus\:border-blue-900:focus{
    border-color: #132a43;
  }

  .xl\:focus\:border-yellow-400:focus{
    border-color: #f1d600;
  }

  .xl\:rounded-none{
    border-radius: 0px;
  }

  .xl\:rounded-full{
    border-radius: 9999px;
  }

  .xl\:rounded-2px{
    border-radius: 2px;
  }

  .xl\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .xl\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .xl\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xl\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xl\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-t-2px{
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }

  .xl\:rounded-r-2px{
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }

  .xl\:rounded-b-2px{
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
  }

  .xl\:rounded-l-2px{
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }

  .xl\:rounded-tl-none{
    border-top-left-radius: 0px;
  }

  .xl\:rounded-tr-none{
    border-top-right-radius: 0px;
  }

  .xl\:rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  .xl\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  .xl\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .xl\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-tl-2px{
    border-top-left-radius: 2px;
  }

  .xl\:rounded-tr-2px{
    border-top-right-radius: 2px;
  }

  .xl\:rounded-br-2px{
    border-bottom-right-radius: 2px;
  }

  .xl\:rounded-bl-2px{
    border-bottom-left-radius: 2px;
  }

  .xl\:border-0{
    border-width: 0;
  }

  .xl\:border-2{
    border-width: 2px;
  }

  .xl\:border-4{
    border-width: 4px;
  }

  .xl\:border-8{
    border-width: 8px;
  }

  .xl\:border{
    border-width: 1px;
  }

  .xl\:border-t-0{
    border-top-width: 0;
  }

  .xl\:border-r-0{
    border-right-width: 0;
  }

  .xl\:border-b-0{
    border-bottom-width: 0;
  }

  .xl\:border-l-0{
    border-left-width: 0;
  }

  .xl\:border-t-2{
    border-top-width: 2px;
  }

  .xl\:border-r-2{
    border-right-width: 2px;
  }

  .xl\:border-b-2{
    border-bottom-width: 2px;
  }

  .xl\:border-l-2{
    border-left-width: 2px;
  }

  .xl\:border-t-4{
    border-top-width: 4px;
  }

  .xl\:border-r-4{
    border-right-width: 4px;
  }

  .xl\:border-b-4{
    border-bottom-width: 4px;
  }

  .xl\:border-l-4{
    border-left-width: 4px;
  }

  .xl\:border-t-8{
    border-top-width: 8px;
  }

  .xl\:border-r-8{
    border-right-width: 8px;
  }

  .xl\:border-b-8{
    border-bottom-width: 8px;
  }

  .xl\:border-l-8{
    border-left-width: 8px;
  }

  .xl\:border-t{
    border-top-width: 1px;
  }

  .xl\:border-r{
    border-right-width: 1px;
  }

  .xl\:border-b{
    border-bottom-width: 1px;
  }

  .xl\:border-l{
    border-left-width: 1px;
  }

  .xl\:last\:border-0:last-child{
    border-width: 0;
  }

  .xl\:last\:border-2:last-child{
    border-width: 2px;
  }

  .xl\:last\:border-4:last-child{
    border-width: 4px;
  }

  .xl\:last\:border-8:last-child{
    border-width: 8px;
  }

  .xl\:last\:border:last-child{
    border-width: 1px;
  }

  .xl\:last\:border-t-0:last-child{
    border-top-width: 0;
  }

  .xl\:last\:border-r-0:last-child{
    border-right-width: 0;
  }

  .xl\:last\:border-b-0:last-child{
    border-bottom-width: 0;
  }

  .xl\:last\:border-l-0:last-child{
    border-left-width: 0;
  }

  .xl\:last\:border-t-2:last-child{
    border-top-width: 2px;
  }

  .xl\:last\:border-r-2:last-child{
    border-right-width: 2px;
  }

  .xl\:last\:border-b-2:last-child{
    border-bottom-width: 2px;
  }

  .xl\:last\:border-l-2:last-child{
    border-left-width: 2px;
  }

  .xl\:last\:border-t-4:last-child{
    border-top-width: 4px;
  }

  .xl\:last\:border-r-4:last-child{
    border-right-width: 4px;
  }

  .xl\:last\:border-b-4:last-child{
    border-bottom-width: 4px;
  }

  .xl\:last\:border-l-4:last-child{
    border-left-width: 4px;
  }

  .xl\:last\:border-t-8:last-child{
    border-top-width: 8px;
  }

  .xl\:last\:border-r-8:last-child{
    border-right-width: 8px;
  }

  .xl\:last\:border-b-8:last-child{
    border-bottom-width: 8px;
  }

  .xl\:last\:border-l-8:last-child{
    border-left-width: 8px;
  }

  .xl\:last\:border-t:last-child{
    border-top-width: 1px;
  }

  .xl\:last\:border-r:last-child{
    border-right-width: 1px;
  }

  .xl\:last\:border-b:last-child{
    border-bottom-width: 1px;
  }

  .xl\:last\:border-l:last-child{
    border-left-width: 1px;
  }

  .xl\:shadow-none{
    box-shadow: none;
  }

  .xl\:hover\:shadow-none:hover{
    box-shadow: none;
  }

  .xl\:focus\:shadow-none:focus{
    box-shadow: none;
  }

  .xl\:cursor-auto{
    cursor: auto;
  }

  .xl\:cursor-default{
    cursor: default;
  }

  .xl\:cursor-pointer{
    cursor: pointer;
  }

  .xl\:cursor-wait{
    cursor: wait;
  }

  .xl\:cursor-text{
    cursor: text;
  }

  .xl\:cursor-move{
    cursor: move;
  }

  .xl\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .xl\:block{
    display: block;
  }

  .xl\:inline-block{
    display: inline-block;
  }

  .xl\:inline{
    display: inline;
  }

  .xl\:flex{
    display: flex;
  }

  .xl\:inline-flex{
    display: inline-flex;
  }

  .xl\:table{
    display: table;
  }

  .xl\:table-caption{
    display: table-caption;
  }

  .xl\:table-cell{
    display: table-cell;
  }

  .xl\:table-column{
    display: table-column;
  }

  .xl\:table-column-group{
    display: table-column-group;
  }

  .xl\:table-footer-group{
    display: table-footer-group;
  }

  .xl\:table-header-group{
    display: table-header-group;
  }

  .xl\:table-row-group{
    display: table-row-group;
  }

  .xl\:table-row{
    display: table-row;
  }

  .xl\:flow-root{
    display: flow-root;
  }

  .xl\:grid{
    display: grid;
  }

  .xl\:inline-grid{
    display: inline-grid;
  }

  .xl\:contents{
    display: contents;
  }

  .xl\:hidden{
    display: none;
  }

  .xl\:flex-1{
    flex: 1 1 0%;
  }

  .xl\:flex-auto{
    flex: 1 1 auto;
  }

  .xl\:flex-initial{
    flex: 0 1 auto;
  }

  .xl\:flex-none{
    flex: none;
  }

  .xl\:flex-row{
    flex-direction: row;
  }

  .xl\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .xl\:flex-col{
    flex-direction: column;
  }

  .xl\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .xl\:flex-grow-0{
    flex-grow: 0;
  }

  .xl\:flex-grow{
    flex-grow: 1;
  }

  .xl\:flex-shrink-0{
    flex-shrink: 0;
  }

  .xl\:flex-shrink{
    flex-shrink: 1;
  }

  .xl\:flex-wrap{
    flex-wrap: wrap;
  }

  .xl\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .xl\:flex-no-wrap{
    flex-wrap: nowrap;
  }

  .xl\:text-14px{
    font-size: 14px;
  }

  .xl\:text-15px{
    font-size: 15px;
  }

  .xl\:text-16px{
    font-size: 16px;
  }

  .xl\:text-18px{
    font-size: 18px;
  }

  .xl\:text-20px{
    font-size: 20px;
  }

  .xl\:text-22px{
    font-size: 22px;
  }

  .xl\:text-24px{
    font-size: 24px;
  }

  .xl\:text-30px{
    font-size: 30px;
  }

  .xl\:text-40px{
    font-size: 40px;
  }

  .xl\:italic{
    font-style: italic;
  }

  .xl\:not-italic{
    font-style: normal;
  }

  .xl\:font-hairline{
    font-weight: 100;
  }

  .xl\:font-thin{
    font-weight: 200;
  }

  .xl\:font-light{
    font-weight: 300;
  }

  .xl\:font-normal{
    font-weight: 400;
  }

  .xl\:font-medium{
    font-weight: 500;
  }

  .xl\:font-semibold{
    font-weight: 600;
  }

  .xl\:font-bold{
    font-weight: 700;
  }

  .xl\:font-extrabold{
    font-weight: 800;
  }

  .xl\:font-black{
    font-weight: 900;
  }

  .xl\:hover\:font-hairline:hover{
    font-weight: 100;
  }

  .xl\:hover\:font-thin:hover{
    font-weight: 200;
  }

  .xl\:hover\:font-light:hover{
    font-weight: 300;
  }

  .xl\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .xl\:hover\:font-medium:hover{
    font-weight: 500;
  }

  .xl\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  .xl\:hover\:font-bold:hover{
    font-weight: 700;
  }

  .xl\:hover\:font-extrabold:hover{
    font-weight: 800;
  }

  .xl\:hover\:font-black:hover{
    font-weight: 900;
  }

  .xl\:focus\:font-hairline:focus{
    font-weight: 100;
  }

  .xl\:focus\:font-thin:focus{
    font-weight: 200;
  }

  .xl\:focus\:font-light:focus{
    font-weight: 300;
  }

  .xl\:focus\:font-normal:focus{
    font-weight: 400;
  }

  .xl\:focus\:font-medium:focus{
    font-weight: 500;
  }

  .xl\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  .xl\:focus\:font-bold:focus{
    font-weight: 700;
  }

  .xl\:focus\:font-extrabold:focus{
    font-weight: 800;
  }

  .xl\:focus\:font-black:focus{
    font-weight: 900;
  }

  .xl\:h-0{
    height: 0;
  }

  .xl\:h-auto{
    height: auto;
  }

  .xl\:h-2px{
    height: 2px;
  }

  .xl\:h-4px{
    height: 4px;
  }

  .xl\:h-5px{
    height: 5px;
  }

  .xl\:h-6px{
    height: 6px;
  }

  .xl\:h-7px{
    height: 7px;
  }

  .xl\:h-8px{
    height: 8px;
  }

  .xl\:h-10px{
    height: 10px;
  }

  .xl\:h-11px{
    height: 11px;
  }

  .xl\:h-12px{
    height: 12px;
  }

  .xl\:h-14px{
    height: 14px;
  }

  .xl\:h-15px{
    height: 15px;
  }

  .xl\:h-16px{
    height: 16px;
  }

  .xl\:h-18px{
    height: 18px;
  }

  .xl\:h-20px{
    height: 20px;
  }

  .xl\:h-24px{
    height: 24px;
  }

  .xl\:h-25px{
    height: 25px;
  }

  .xl\:h-26px{
    height: 26px;
  }

  .xl\:h-30px{
    height: 30px;
  }

  .xl\:h-34px{
    height: 34px;
  }

  .xl\:h-36px{
    height: 36px;
  }

  .xl\:h-40px{
    height: 40px;
  }

  .xl\:h-45px{
    height: 45px;
  }

  .xl\:h-49px{
    height: 49px;
  }

  .xl\:h-50px{
    height: 50px;
  }

  .xl\:h-53px{
    height: 53px;
  }

  .xl\:h-55px{
    height: 55px;
  }

  .xl\:h-60px{
    height: 60px;
  }

  .xl\:h-68px{
    height: 68px;
  }

  .xl\:h-80px{
    height: 80px;
  }

  .xl\:h-90px{
    height: 90px;
  }

  .xl\:h-93px{
    height: 93px;
  }

  .xl\:h-115px{
    height: 115px;
  }

  .xl\:h-full{
    height: 100%;
  }

  .xl\:h-screen{
    height: 100vh;
  }

  .xl\:h-70px{
    height: 70px;
  }

  .xl\:h-200px{
    height: 200px;
  }

  .xl\:h-250px{
    height: 250px;
  }

  .xl\:h-288px{
    height: 288px;
  }

  .xl\:h-300px{
    height: 300px;
  }

  .xl\:h-400px{
    height: 400px;
  }

  .xl\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .xl\:inset-full-10{
    top: calc(100% + 10px);
    right: calc(100% + 10px);
    bottom: calc(100% + 10px);
    left: calc(100% + 10px);
  }

  .xl\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .xl\:inset-x-0{
    right: 0;
    left: 0;
  }

  .xl\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .xl\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .xl\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .xl\:inset-x-full{
    right: 100%;
    left: 100%;
  }

  .xl\:inset-y-full-10{
    top: calc(100% + 10px);
    bottom: calc(100% + 10px);
  }

  .xl\:inset-x-full-10{
    right: calc(100% + 10px);
    left: calc(100% + 10px);
  }

  .xl\:top-0{
    top: 0;
  }

  .xl\:right-0{
    right: 0;
  }

  .xl\:bottom-0{
    bottom: 0;
  }

  .xl\:left-0{
    left: 0;
  }

  .xl\:top-auto{
    top: auto;
  }

  .xl\:right-auto{
    right: auto;
  }

  .xl\:bottom-auto{
    bottom: auto;
  }

  .xl\:left-auto{
    left: auto;
  }

  .xl\:top-full{
    top: 100%;
  }

  .xl\:right-full{
    right: 100%;
  }

  .xl\:bottom-full{
    bottom: 100%;
  }

  .xl\:left-full{
    left: 100%;
  }

  .xl\:top-full-10{
    top: calc(100% + 10px);
  }

  .xl\:right-full-10{
    right: calc(100% + 10px);
  }

  .xl\:bottom-full-10{
    bottom: calc(100% + 10px);
  }

  .xl\:left-full-10{
    left: calc(100% + 10px);
  }

  .xl\:justify-start{
    justify-content: flex-start;
  }

  .xl\:justify-end{
    justify-content: flex-end;
  }

  .xl\:justify-center{
    justify-content: center;
  }

  .xl\:justify-between{
    justify-content: space-between;
  }

  .xl\:justify-around{
    justify-content: space-around;
  }

  .xl\:justify-evenly{
    justify-content: space-evenly;
  }

  .xl\:leading-18px{
    line-height: 18px;
  }

  .xl\:leading-20px{
    line-height: 20px;
  }

  .xl\:leading-22px{
    line-height: 22px;
  }

  .xl\:leading-24px{
    line-height: 24px;
  }

  .xl\:leading-26px{
    line-height: 26px;
  }

  .xl\:leading-30px{
    line-height: 30px;
  }

  .xl\:leading-32px{
    line-height: 32px;
  }

  .xl\:leading-36px{
    line-height: 36px;
  }

  .xl\:leading-38px{
    line-height: 38px;
  }

  .xl\:leading-60px{
    line-height: 60px;
  }

  .xl\:m-0{
    margin: 0;
  }

  .xl\:m-auto{
    margin: auto;
  }

  .xl\:m-2px{
    margin: 2px;
  }

  .xl\:m-4px{
    margin: 4px;
  }

  .xl\:m-5px{
    margin: 5px;
  }

  .xl\:m-6px{
    margin: 6px;
  }

  .xl\:m-7px{
    margin: 7px;
  }

  .xl\:m-8px{
    margin: 8px;
  }

  .xl\:m-10px{
    margin: 10px;
  }

  .xl\:m-11px{
    margin: 11px;
  }

  .xl\:m-12px{
    margin: 12px;
  }

  .xl\:m-14px{
    margin: 14px;
  }

  .xl\:m-15px{
    margin: 15px;
  }

  .xl\:m-16px{
    margin: 16px;
  }

  .xl\:m-18px{
    margin: 18px;
  }

  .xl\:m-20px{
    margin: 20px;
  }

  .xl\:m-24px{
    margin: 24px;
  }

  .xl\:m-25px{
    margin: 25px;
  }

  .xl\:m-26px{
    margin: 26px;
  }

  .xl\:m-30px{
    margin: 30px;
  }

  .xl\:m-34px{
    margin: 34px;
  }

  .xl\:m-36px{
    margin: 36px;
  }

  .xl\:m-40px{
    margin: 40px;
  }

  .xl\:m-45px{
    margin: 45px;
  }

  .xl\:m-49px{
    margin: 49px;
  }

  .xl\:m-50px{
    margin: 50px;
  }

  .xl\:m-53px{
    margin: 53px;
  }

  .xl\:m-55px{
    margin: 55px;
  }

  .xl\:m-60px{
    margin: 60px;
  }

  .xl\:m-68px{
    margin: 68px;
  }

  .xl\:m-80px{
    margin: 80px;
  }

  .xl\:m-90px{
    margin: 90px;
  }

  .xl\:m-93px{
    margin: 93px;
  }

  .xl\:m-115px{
    margin: 115px;
  }

  .xl\:-m-2px{
    margin: -2px;
  }

  .xl\:-m-4px{
    margin: -4px;
  }

  .xl\:-m-5px{
    margin: -5px;
  }

  .xl\:-m-6px{
    margin: -6px;
  }

  .xl\:-m-7px{
    margin: -7px;
  }

  .xl\:-m-8px{
    margin: -8px;
  }

  .xl\:-m-10px{
    margin: -10px;
  }

  .xl\:-m-11px{
    margin: -11px;
  }

  .xl\:-m-12px{
    margin: -12px;
  }

  .xl\:-m-14px{
    margin: -14px;
  }

  .xl\:-m-15px{
    margin: -15px;
  }

  .xl\:-m-16px{
    margin: -16px;
  }

  .xl\:-m-18px{
    margin: -18px;
  }

  .xl\:-m-20px{
    margin: -20px;
  }

  .xl\:-m-24px{
    margin: -24px;
  }

  .xl\:-m-25px{
    margin: -25px;
  }

  .xl\:-m-26px{
    margin: -26px;
  }

  .xl\:-m-30px{
    margin: -30px;
  }

  .xl\:-m-34px{
    margin: -34px;
  }

  .xl\:-m-36px{
    margin: -36px;
  }

  .xl\:-m-40px{
    margin: -40px;
  }

  .xl\:-m-45px{
    margin: -45px;
  }

  .xl\:-m-49px{
    margin: -49px;
  }

  .xl\:-m-50px{
    margin: -50px;
  }

  .xl\:-m-53px{
    margin: -53px;
  }

  .xl\:-m-55px{
    margin: -55px;
  }

  .xl\:-m-60px{
    margin: -60px;
  }

  .xl\:-m-68px{
    margin: -68px;
  }

  .xl\:-m-80px{
    margin: -80px;
  }

  .xl\:-m-90px{
    margin: -90px;
  }

  .xl\:-m-93px{
    margin: -93px;
  }

  .xl\:-m-115px{
    margin: -115px;
  }

  .xl\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:my-2px{
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .xl\:mx-2px{
    margin-left: 2px;
    margin-right: 2px;
  }

  .xl\:my-4px{
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .xl\:mx-4px{
    margin-left: 4px;
    margin-right: 4px;
  }

  .xl\:my-5px{
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .xl\:mx-5px{
    margin-left: 5px;
    margin-right: 5px;
  }

  .xl\:my-6px{
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .xl\:mx-6px{
    margin-left: 6px;
    margin-right: 6px;
  }

  .xl\:my-7px{
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .xl\:mx-7px{
    margin-left: 7px;
    margin-right: 7px;
  }

  .xl\:my-8px{
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .xl\:mx-8px{
    margin-left: 8px;
    margin-right: 8px;
  }

  .xl\:my-10px{
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .xl\:mx-10px{
    margin-left: 10px;
    margin-right: 10px;
  }

  .xl\:my-11px{
    margin-top: 11px;
    margin-bottom: 11px;
  }

  .xl\:mx-11px{
    margin-left: 11px;
    margin-right: 11px;
  }

  .xl\:my-12px{
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .xl\:mx-12px{
    margin-left: 12px;
    margin-right: 12px;
  }

  .xl\:my-14px{
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .xl\:mx-14px{
    margin-left: 14px;
    margin-right: 14px;
  }

  .xl\:my-15px{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .xl\:mx-15px{
    margin-left: 15px;
    margin-right: 15px;
  }

  .xl\:my-16px{
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .xl\:mx-16px{
    margin-left: 16px;
    margin-right: 16px;
  }

  .xl\:my-18px{
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .xl\:mx-18px{
    margin-left: 18px;
    margin-right: 18px;
  }

  .xl\:my-20px{
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .xl\:mx-20px{
    margin-left: 20px;
    margin-right: 20px;
  }

  .xl\:my-24px{
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .xl\:mx-24px{
    margin-left: 24px;
    margin-right: 24px;
  }

  .xl\:my-25px{
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .xl\:mx-25px{
    margin-left: 25px;
    margin-right: 25px;
  }

  .xl\:my-26px{
    margin-top: 26px;
    margin-bottom: 26px;
  }

  .xl\:mx-26px{
    margin-left: 26px;
    margin-right: 26px;
  }

  .xl\:my-30px{
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .xl\:mx-30px{
    margin-left: 30px;
    margin-right: 30px;
  }

  .xl\:my-34px{
    margin-top: 34px;
    margin-bottom: 34px;
  }

  .xl\:mx-34px{
    margin-left: 34px;
    margin-right: 34px;
  }

  .xl\:my-36px{
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .xl\:mx-36px{
    margin-left: 36px;
    margin-right: 36px;
  }

  .xl\:my-40px{
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .xl\:mx-40px{
    margin-left: 40px;
    margin-right: 40px;
  }

  .xl\:my-45px{
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .xl\:mx-45px{
    margin-left: 45px;
    margin-right: 45px;
  }

  .xl\:my-49px{
    margin-top: 49px;
    margin-bottom: 49px;
  }

  .xl\:mx-49px{
    margin-left: 49px;
    margin-right: 49px;
  }

  .xl\:my-50px{
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .xl\:mx-50px{
    margin-left: 50px;
    margin-right: 50px;
  }

  .xl\:my-53px{
    margin-top: 53px;
    margin-bottom: 53px;
  }

  .xl\:mx-53px{
    margin-left: 53px;
    margin-right: 53px;
  }

  .xl\:my-55px{
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .xl\:mx-55px{
    margin-left: 55px;
    margin-right: 55px;
  }

  .xl\:my-60px{
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .xl\:mx-60px{
    margin-left: 60px;
    margin-right: 60px;
  }

  .xl\:my-68px{
    margin-top: 68px;
    margin-bottom: 68px;
  }

  .xl\:mx-68px{
    margin-left: 68px;
    margin-right: 68px;
  }

  .xl\:my-80px{
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .xl\:mx-80px{
    margin-left: 80px;
    margin-right: 80px;
  }

  .xl\:my-90px{
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .xl\:mx-90px{
    margin-left: 90px;
    margin-right: 90px;
  }

  .xl\:my-93px{
    margin-top: 93px;
    margin-bottom: 93px;
  }

  .xl\:mx-93px{
    margin-left: 93px;
    margin-right: 93px;
  }

  .xl\:my-115px{
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .xl\:mx-115px{
    margin-left: 115px;
    margin-right: 115px;
  }

  .xl\:-my-2px{
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .xl\:-mx-2px{
    margin-left: -2px;
    margin-right: -2px;
  }

  .xl\:-my-4px{
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .xl\:-mx-4px{
    margin-left: -4px;
    margin-right: -4px;
  }

  .xl\:-my-5px{
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .xl\:-mx-5px{
    margin-left: -5px;
    margin-right: -5px;
  }

  .xl\:-my-6px{
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .xl\:-mx-6px{
    margin-left: -6px;
    margin-right: -6px;
  }

  .xl\:-my-7px{
    margin-top: -7px;
    margin-bottom: -7px;
  }

  .xl\:-mx-7px{
    margin-left: -7px;
    margin-right: -7px;
  }

  .xl\:-my-8px{
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .xl\:-mx-8px{
    margin-left: -8px;
    margin-right: -8px;
  }

  .xl\:-my-10px{
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .xl\:-mx-10px{
    margin-left: -10px;
    margin-right: -10px;
  }

  .xl\:-my-11px{
    margin-top: -11px;
    margin-bottom: -11px;
  }

  .xl\:-mx-11px{
    margin-left: -11px;
    margin-right: -11px;
  }

  .xl\:-my-12px{
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .xl\:-mx-12px{
    margin-left: -12px;
    margin-right: -12px;
  }

  .xl\:-my-14px{
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .xl\:-mx-14px{
    margin-left: -14px;
    margin-right: -14px;
  }

  .xl\:-my-15px{
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .xl\:-mx-15px{
    margin-left: -15px;
    margin-right: -15px;
  }

  .xl\:-my-16px{
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .xl\:-mx-16px{
    margin-left: -16px;
    margin-right: -16px;
  }

  .xl\:-my-18px{
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .xl\:-mx-18px{
    margin-left: -18px;
    margin-right: -18px;
  }

  .xl\:-my-20px{
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .xl\:-mx-20px{
    margin-left: -20px;
    margin-right: -20px;
  }

  .xl\:-my-24px{
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .xl\:-mx-24px{
    margin-left: -24px;
    margin-right: -24px;
  }

  .xl\:-my-25px{
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .xl\:-mx-25px{
    margin-left: -25px;
    margin-right: -25px;
  }

  .xl\:-my-26px{
    margin-top: -26px;
    margin-bottom: -26px;
  }

  .xl\:-mx-26px{
    margin-left: -26px;
    margin-right: -26px;
  }

  .xl\:-my-30px{
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .xl\:-mx-30px{
    margin-left: -30px;
    margin-right: -30px;
  }

  .xl\:-my-34px{
    margin-top: -34px;
    margin-bottom: -34px;
  }

  .xl\:-mx-34px{
    margin-left: -34px;
    margin-right: -34px;
  }

  .xl\:-my-36px{
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .xl\:-mx-36px{
    margin-left: -36px;
    margin-right: -36px;
  }

  .xl\:-my-40px{
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .xl\:-mx-40px{
    margin-left: -40px;
    margin-right: -40px;
  }

  .xl\:-my-45px{
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .xl\:-mx-45px{
    margin-left: -45px;
    margin-right: -45px;
  }

  .xl\:-my-49px{
    margin-top: -49px;
    margin-bottom: -49px;
  }

  .xl\:-mx-49px{
    margin-left: -49px;
    margin-right: -49px;
  }

  .xl\:-my-50px{
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .xl\:-mx-50px{
    margin-left: -50px;
    margin-right: -50px;
  }

  .xl\:-my-53px{
    margin-top: -53px;
    margin-bottom: -53px;
  }

  .xl\:-mx-53px{
    margin-left: -53px;
    margin-right: -53px;
  }

  .xl\:-my-55px{
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .xl\:-mx-55px{
    margin-left: -55px;
    margin-right: -55px;
  }

  .xl\:-my-60px{
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .xl\:-mx-60px{
    margin-left: -60px;
    margin-right: -60px;
  }

  .xl\:-my-68px{
    margin-top: -68px;
    margin-bottom: -68px;
  }

  .xl\:-mx-68px{
    margin-left: -68px;
    margin-right: -68px;
  }

  .xl\:-my-80px{
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .xl\:-mx-80px{
    margin-left: -80px;
    margin-right: -80px;
  }

  .xl\:-my-90px{
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .xl\:-mx-90px{
    margin-left: -90px;
    margin-right: -90px;
  }

  .xl\:-my-93px{
    margin-top: -93px;
    margin-bottom: -93px;
  }

  .xl\:-mx-93px{
    margin-left: -93px;
    margin-right: -93px;
  }

  .xl\:-my-115px{
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .xl\:-mx-115px{
    margin-left: -115px;
    margin-right: -115px;
  }

  .xl\:mt-0{
    margin-top: 0;
  }

  .xl\:mr-0{
    margin-right: 0;
  }

  .xl\:mb-0{
    margin-bottom: 0;
  }

  .xl\:ml-0{
    margin-left: 0;
  }

  .xl\:mt-auto{
    margin-top: auto;
  }

  .xl\:mr-auto{
    margin-right: auto;
  }

  .xl\:mb-auto{
    margin-bottom: auto;
  }

  .xl\:ml-auto{
    margin-left: auto;
  }

  .xl\:mt-2px{
    margin-top: 2px;
  }

  .xl\:mr-2px{
    margin-right: 2px;
  }

  .xl\:mb-2px{
    margin-bottom: 2px;
  }

  .xl\:ml-2px{
    margin-left: 2px;
  }

  .xl\:mt-4px{
    margin-top: 4px;
  }

  .xl\:mr-4px{
    margin-right: 4px;
  }

  .xl\:mb-4px{
    margin-bottom: 4px;
  }

  .xl\:ml-4px{
    margin-left: 4px;
  }

  .xl\:mt-5px{
    margin-top: 5px;
  }

  .xl\:mr-5px{
    margin-right: 5px;
  }

  .xl\:mb-5px{
    margin-bottom: 5px;
  }

  .xl\:ml-5px{
    margin-left: 5px;
  }

  .xl\:mt-6px{
    margin-top: 6px;
  }

  .xl\:mr-6px{
    margin-right: 6px;
  }

  .xl\:mb-6px{
    margin-bottom: 6px;
  }

  .xl\:ml-6px{
    margin-left: 6px;
  }

  .xl\:mt-7px{
    margin-top: 7px;
  }

  .xl\:mr-7px{
    margin-right: 7px;
  }

  .xl\:mb-7px{
    margin-bottom: 7px;
  }

  .xl\:ml-7px{
    margin-left: 7px;
  }

  .xl\:mt-8px{
    margin-top: 8px;
  }

  .xl\:mr-8px{
    margin-right: 8px;
  }

  .xl\:mb-8px{
    margin-bottom: 8px;
  }

  .xl\:ml-8px{
    margin-left: 8px;
  }

  .xl\:mt-10px{
    margin-top: 10px;
  }

  .xl\:mr-10px{
    margin-right: 10px;
  }

  .xl\:mb-10px{
    margin-bottom: 10px;
  }

  .xl\:ml-10px{
    margin-left: 10px;
  }

  .xl\:mt-11px{
    margin-top: 11px;
  }

  .xl\:mr-11px{
    margin-right: 11px;
  }

  .xl\:mb-11px{
    margin-bottom: 11px;
  }

  .xl\:ml-11px{
    margin-left: 11px;
  }

  .xl\:mt-12px{
    margin-top: 12px;
  }

  .xl\:mr-12px{
    margin-right: 12px;
  }

  .xl\:mb-12px{
    margin-bottom: 12px;
  }

  .xl\:ml-12px{
    margin-left: 12px;
  }

  .xl\:mt-14px{
    margin-top: 14px;
  }

  .xl\:mr-14px{
    margin-right: 14px;
  }

  .xl\:mb-14px{
    margin-bottom: 14px;
  }

  .xl\:ml-14px{
    margin-left: 14px;
  }

  .xl\:mt-15px{
    margin-top: 15px;
  }

  .xl\:mr-15px{
    margin-right: 15px;
  }

  .xl\:mb-15px{
    margin-bottom: 15px;
  }

  .xl\:ml-15px{
    margin-left: 15px;
  }

  .xl\:mt-16px{
    margin-top: 16px;
  }

  .xl\:mr-16px{
    margin-right: 16px;
  }

  .xl\:mb-16px{
    margin-bottom: 16px;
  }

  .xl\:ml-16px{
    margin-left: 16px;
  }

  .xl\:mt-18px{
    margin-top: 18px;
  }

  .xl\:mr-18px{
    margin-right: 18px;
  }

  .xl\:mb-18px{
    margin-bottom: 18px;
  }

  .xl\:ml-18px{
    margin-left: 18px;
  }

  .xl\:mt-20px{
    margin-top: 20px;
  }

  .xl\:mr-20px{
    margin-right: 20px;
  }

  .xl\:mb-20px{
    margin-bottom: 20px;
  }

  .xl\:ml-20px{
    margin-left: 20px;
  }

  .xl\:mt-24px{
    margin-top: 24px;
  }

  .xl\:mr-24px{
    margin-right: 24px;
  }

  .xl\:mb-24px{
    margin-bottom: 24px;
  }

  .xl\:ml-24px{
    margin-left: 24px;
  }

  .xl\:mt-25px{
    margin-top: 25px;
  }

  .xl\:mr-25px{
    margin-right: 25px;
  }

  .xl\:mb-25px{
    margin-bottom: 25px;
  }

  .xl\:ml-25px{
    margin-left: 25px;
  }

  .xl\:mt-26px{
    margin-top: 26px;
  }

  .xl\:mr-26px{
    margin-right: 26px;
  }

  .xl\:mb-26px{
    margin-bottom: 26px;
  }

  .xl\:ml-26px{
    margin-left: 26px;
  }

  .xl\:mt-30px{
    margin-top: 30px;
  }

  .xl\:mr-30px{
    margin-right: 30px;
  }

  .xl\:mb-30px{
    margin-bottom: 30px;
  }

  .xl\:ml-30px{
    margin-left: 30px;
  }

  .xl\:mt-34px{
    margin-top: 34px;
  }

  .xl\:mr-34px{
    margin-right: 34px;
  }

  .xl\:mb-34px{
    margin-bottom: 34px;
  }

  .xl\:ml-34px{
    margin-left: 34px;
  }

  .xl\:mt-36px{
    margin-top: 36px;
  }

  .xl\:mr-36px{
    margin-right: 36px;
  }

  .xl\:mb-36px{
    margin-bottom: 36px;
  }

  .xl\:ml-36px{
    margin-left: 36px;
  }

  .xl\:mt-40px{
    margin-top: 40px;
  }

  .xl\:mr-40px{
    margin-right: 40px;
  }

  .xl\:mb-40px{
    margin-bottom: 40px;
  }

  .xl\:ml-40px{
    margin-left: 40px;
  }

  .xl\:mt-45px{
    margin-top: 45px;
  }

  .xl\:mr-45px{
    margin-right: 45px;
  }

  .xl\:mb-45px{
    margin-bottom: 45px;
  }

  .xl\:ml-45px{
    margin-left: 45px;
  }

  .xl\:mt-49px{
    margin-top: 49px;
  }

  .xl\:mr-49px{
    margin-right: 49px;
  }

  .xl\:mb-49px{
    margin-bottom: 49px;
  }

  .xl\:ml-49px{
    margin-left: 49px;
  }

  .xl\:mt-50px{
    margin-top: 50px;
  }

  .xl\:mr-50px{
    margin-right: 50px;
  }

  .xl\:mb-50px{
    margin-bottom: 50px;
  }

  .xl\:ml-50px{
    margin-left: 50px;
  }

  .xl\:mt-53px{
    margin-top: 53px;
  }

  .xl\:mr-53px{
    margin-right: 53px;
  }

  .xl\:mb-53px{
    margin-bottom: 53px;
  }

  .xl\:ml-53px{
    margin-left: 53px;
  }

  .xl\:mt-55px{
    margin-top: 55px;
  }

  .xl\:mr-55px{
    margin-right: 55px;
  }

  .xl\:mb-55px{
    margin-bottom: 55px;
  }

  .xl\:ml-55px{
    margin-left: 55px;
  }

  .xl\:mt-60px{
    margin-top: 60px;
  }

  .xl\:mr-60px{
    margin-right: 60px;
  }

  .xl\:mb-60px{
    margin-bottom: 60px;
  }

  .xl\:ml-60px{
    margin-left: 60px;
  }

  .xl\:mt-68px{
    margin-top: 68px;
  }

  .xl\:mr-68px{
    margin-right: 68px;
  }

  .xl\:mb-68px{
    margin-bottom: 68px;
  }

  .xl\:ml-68px{
    margin-left: 68px;
  }

  .xl\:mt-80px{
    margin-top: 80px;
  }

  .xl\:mr-80px{
    margin-right: 80px;
  }

  .xl\:mb-80px{
    margin-bottom: 80px;
  }

  .xl\:ml-80px{
    margin-left: 80px;
  }

  .xl\:mt-90px{
    margin-top: 90px;
  }

  .xl\:mr-90px{
    margin-right: 90px;
  }

  .xl\:mb-90px{
    margin-bottom: 90px;
  }

  .xl\:ml-90px{
    margin-left: 90px;
  }

  .xl\:mt-93px{
    margin-top: 93px;
  }

  .xl\:mr-93px{
    margin-right: 93px;
  }

  .xl\:mb-93px{
    margin-bottom: 93px;
  }

  .xl\:ml-93px{
    margin-left: 93px;
  }

  .xl\:mt-115px{
    margin-top: 115px;
  }

  .xl\:mr-115px{
    margin-right: 115px;
  }

  .xl\:mb-115px{
    margin-bottom: 115px;
  }

  .xl\:ml-115px{
    margin-left: 115px;
  }

  .xl\:-mt-2px{
    margin-top: -2px;
  }

  .xl\:-mr-2px{
    margin-right: -2px;
  }

  .xl\:-mb-2px{
    margin-bottom: -2px;
  }

  .xl\:-ml-2px{
    margin-left: -2px;
  }

  .xl\:-mt-4px{
    margin-top: -4px;
  }

  .xl\:-mr-4px{
    margin-right: -4px;
  }

  .xl\:-mb-4px{
    margin-bottom: -4px;
  }

  .xl\:-ml-4px{
    margin-left: -4px;
  }

  .xl\:-mt-5px{
    margin-top: -5px;
  }

  .xl\:-mr-5px{
    margin-right: -5px;
  }

  .xl\:-mb-5px{
    margin-bottom: -5px;
  }

  .xl\:-ml-5px{
    margin-left: -5px;
  }

  .xl\:-mt-6px{
    margin-top: -6px;
  }

  .xl\:-mr-6px{
    margin-right: -6px;
  }

  .xl\:-mb-6px{
    margin-bottom: -6px;
  }

  .xl\:-ml-6px{
    margin-left: -6px;
  }

  .xl\:-mt-7px{
    margin-top: -7px;
  }

  .xl\:-mr-7px{
    margin-right: -7px;
  }

  .xl\:-mb-7px{
    margin-bottom: -7px;
  }

  .xl\:-ml-7px{
    margin-left: -7px;
  }

  .xl\:-mt-8px{
    margin-top: -8px;
  }

  .xl\:-mr-8px{
    margin-right: -8px;
  }

  .xl\:-mb-8px{
    margin-bottom: -8px;
  }

  .xl\:-ml-8px{
    margin-left: -8px;
  }

  .xl\:-mt-10px{
    margin-top: -10px;
  }

  .xl\:-mr-10px{
    margin-right: -10px;
  }

  .xl\:-mb-10px{
    margin-bottom: -10px;
  }

  .xl\:-ml-10px{
    margin-left: -10px;
  }

  .xl\:-mt-11px{
    margin-top: -11px;
  }

  .xl\:-mr-11px{
    margin-right: -11px;
  }

  .xl\:-mb-11px{
    margin-bottom: -11px;
  }

  .xl\:-ml-11px{
    margin-left: -11px;
  }

  .xl\:-mt-12px{
    margin-top: -12px;
  }

  .xl\:-mr-12px{
    margin-right: -12px;
  }

  .xl\:-mb-12px{
    margin-bottom: -12px;
  }

  .xl\:-ml-12px{
    margin-left: -12px;
  }

  .xl\:-mt-14px{
    margin-top: -14px;
  }

  .xl\:-mr-14px{
    margin-right: -14px;
  }

  .xl\:-mb-14px{
    margin-bottom: -14px;
  }

  .xl\:-ml-14px{
    margin-left: -14px;
  }

  .xl\:-mt-15px{
    margin-top: -15px;
  }

  .xl\:-mr-15px{
    margin-right: -15px;
  }

  .xl\:-mb-15px{
    margin-bottom: -15px;
  }

  .xl\:-ml-15px{
    margin-left: -15px;
  }

  .xl\:-mt-16px{
    margin-top: -16px;
  }

  .xl\:-mr-16px{
    margin-right: -16px;
  }

  .xl\:-mb-16px{
    margin-bottom: -16px;
  }

  .xl\:-ml-16px{
    margin-left: -16px;
  }

  .xl\:-mt-18px{
    margin-top: -18px;
  }

  .xl\:-mr-18px{
    margin-right: -18px;
  }

  .xl\:-mb-18px{
    margin-bottom: -18px;
  }

  .xl\:-ml-18px{
    margin-left: -18px;
  }

  .xl\:-mt-20px{
    margin-top: -20px;
  }

  .xl\:-mr-20px{
    margin-right: -20px;
  }

  .xl\:-mb-20px{
    margin-bottom: -20px;
  }

  .xl\:-ml-20px{
    margin-left: -20px;
  }

  .xl\:-mt-24px{
    margin-top: -24px;
  }

  .xl\:-mr-24px{
    margin-right: -24px;
  }

  .xl\:-mb-24px{
    margin-bottom: -24px;
  }

  .xl\:-ml-24px{
    margin-left: -24px;
  }

  .xl\:-mt-25px{
    margin-top: -25px;
  }

  .xl\:-mr-25px{
    margin-right: -25px;
  }

  .xl\:-mb-25px{
    margin-bottom: -25px;
  }

  .xl\:-ml-25px{
    margin-left: -25px;
  }

  .xl\:-mt-26px{
    margin-top: -26px;
  }

  .xl\:-mr-26px{
    margin-right: -26px;
  }

  .xl\:-mb-26px{
    margin-bottom: -26px;
  }

  .xl\:-ml-26px{
    margin-left: -26px;
  }

  .xl\:-mt-30px{
    margin-top: -30px;
  }

  .xl\:-mr-30px{
    margin-right: -30px;
  }

  .xl\:-mb-30px{
    margin-bottom: -30px;
  }

  .xl\:-ml-30px{
    margin-left: -30px;
  }

  .xl\:-mt-34px{
    margin-top: -34px;
  }

  .xl\:-mr-34px{
    margin-right: -34px;
  }

  .xl\:-mb-34px{
    margin-bottom: -34px;
  }

  .xl\:-ml-34px{
    margin-left: -34px;
  }

  .xl\:-mt-36px{
    margin-top: -36px;
  }

  .xl\:-mr-36px{
    margin-right: -36px;
  }

  .xl\:-mb-36px{
    margin-bottom: -36px;
  }

  .xl\:-ml-36px{
    margin-left: -36px;
  }

  .xl\:-mt-40px{
    margin-top: -40px;
  }

  .xl\:-mr-40px{
    margin-right: -40px;
  }

  .xl\:-mb-40px{
    margin-bottom: -40px;
  }

  .xl\:-ml-40px{
    margin-left: -40px;
  }

  .xl\:-mt-45px{
    margin-top: -45px;
  }

  .xl\:-mr-45px{
    margin-right: -45px;
  }

  .xl\:-mb-45px{
    margin-bottom: -45px;
  }

  .xl\:-ml-45px{
    margin-left: -45px;
  }

  .xl\:-mt-49px{
    margin-top: -49px;
  }

  .xl\:-mr-49px{
    margin-right: -49px;
  }

  .xl\:-mb-49px{
    margin-bottom: -49px;
  }

  .xl\:-ml-49px{
    margin-left: -49px;
  }

  .xl\:-mt-50px{
    margin-top: -50px;
  }

  .xl\:-mr-50px{
    margin-right: -50px;
  }

  .xl\:-mb-50px{
    margin-bottom: -50px;
  }

  .xl\:-ml-50px{
    margin-left: -50px;
  }

  .xl\:-mt-53px{
    margin-top: -53px;
  }

  .xl\:-mr-53px{
    margin-right: -53px;
  }

  .xl\:-mb-53px{
    margin-bottom: -53px;
  }

  .xl\:-ml-53px{
    margin-left: -53px;
  }

  .xl\:-mt-55px{
    margin-top: -55px;
  }

  .xl\:-mr-55px{
    margin-right: -55px;
  }

  .xl\:-mb-55px{
    margin-bottom: -55px;
  }

  .xl\:-ml-55px{
    margin-left: -55px;
  }

  .xl\:-mt-60px{
    margin-top: -60px;
  }

  .xl\:-mr-60px{
    margin-right: -60px;
  }

  .xl\:-mb-60px{
    margin-bottom: -60px;
  }

  .xl\:-ml-60px{
    margin-left: -60px;
  }

  .xl\:-mt-68px{
    margin-top: -68px;
  }

  .xl\:-mr-68px{
    margin-right: -68px;
  }

  .xl\:-mb-68px{
    margin-bottom: -68px;
  }

  .xl\:-ml-68px{
    margin-left: -68px;
  }

  .xl\:-mt-80px{
    margin-top: -80px;
  }

  .xl\:-mr-80px{
    margin-right: -80px;
  }

  .xl\:-mb-80px{
    margin-bottom: -80px;
  }

  .xl\:-ml-80px{
    margin-left: -80px;
  }

  .xl\:-mt-90px{
    margin-top: -90px;
  }

  .xl\:-mr-90px{
    margin-right: -90px;
  }

  .xl\:-mb-90px{
    margin-bottom: -90px;
  }

  .xl\:-ml-90px{
    margin-left: -90px;
  }

  .xl\:-mt-93px{
    margin-top: -93px;
  }

  .xl\:-mr-93px{
    margin-right: -93px;
  }

  .xl\:-mb-93px{
    margin-bottom: -93px;
  }

  .xl\:-ml-93px{
    margin-left: -93px;
  }

  .xl\:-mt-115px{
    margin-top: -115px;
  }

  .xl\:-mr-115px{
    margin-right: -115px;
  }

  .xl\:-mb-115px{
    margin-bottom: -115px;
  }

  .xl\:-ml-115px{
    margin-left: -115px;
  }

  .xl\:last\:m-0:last-child{
    margin: 0;
  }

  .xl\:last\:m-auto:last-child{
    margin: auto;
  }

  .xl\:last\:m-2px:last-child{
    margin: 2px;
  }

  .xl\:last\:m-4px:last-child{
    margin: 4px;
  }

  .xl\:last\:m-5px:last-child{
    margin: 5px;
  }

  .xl\:last\:m-6px:last-child{
    margin: 6px;
  }

  .xl\:last\:m-7px:last-child{
    margin: 7px;
  }

  .xl\:last\:m-8px:last-child{
    margin: 8px;
  }

  .xl\:last\:m-10px:last-child{
    margin: 10px;
  }

  .xl\:last\:m-11px:last-child{
    margin: 11px;
  }

  .xl\:last\:m-12px:last-child{
    margin: 12px;
  }

  .xl\:last\:m-14px:last-child{
    margin: 14px;
  }

  .xl\:last\:m-15px:last-child{
    margin: 15px;
  }

  .xl\:last\:m-16px:last-child{
    margin: 16px;
  }

  .xl\:last\:m-18px:last-child{
    margin: 18px;
  }

  .xl\:last\:m-20px:last-child{
    margin: 20px;
  }

  .xl\:last\:m-24px:last-child{
    margin: 24px;
  }

  .xl\:last\:m-25px:last-child{
    margin: 25px;
  }

  .xl\:last\:m-26px:last-child{
    margin: 26px;
  }

  .xl\:last\:m-30px:last-child{
    margin: 30px;
  }

  .xl\:last\:m-34px:last-child{
    margin: 34px;
  }

  .xl\:last\:m-36px:last-child{
    margin: 36px;
  }

  .xl\:last\:m-40px:last-child{
    margin: 40px;
  }

  .xl\:last\:m-45px:last-child{
    margin: 45px;
  }

  .xl\:last\:m-49px:last-child{
    margin: 49px;
  }

  .xl\:last\:m-50px:last-child{
    margin: 50px;
  }

  .xl\:last\:m-53px:last-child{
    margin: 53px;
  }

  .xl\:last\:m-55px:last-child{
    margin: 55px;
  }

  .xl\:last\:m-60px:last-child{
    margin: 60px;
  }

  .xl\:last\:m-68px:last-child{
    margin: 68px;
  }

  .xl\:last\:m-80px:last-child{
    margin: 80px;
  }

  .xl\:last\:m-90px:last-child{
    margin: 90px;
  }

  .xl\:last\:m-93px:last-child{
    margin: 93px;
  }

  .xl\:last\:m-115px:last-child{
    margin: 115px;
  }

  .xl\:last\:-m-2px:last-child{
    margin: -2px;
  }

  .xl\:last\:-m-4px:last-child{
    margin: -4px;
  }

  .xl\:last\:-m-5px:last-child{
    margin: -5px;
  }

  .xl\:last\:-m-6px:last-child{
    margin: -6px;
  }

  .xl\:last\:-m-7px:last-child{
    margin: -7px;
  }

  .xl\:last\:-m-8px:last-child{
    margin: -8px;
  }

  .xl\:last\:-m-10px:last-child{
    margin: -10px;
  }

  .xl\:last\:-m-11px:last-child{
    margin: -11px;
  }

  .xl\:last\:-m-12px:last-child{
    margin: -12px;
  }

  .xl\:last\:-m-14px:last-child{
    margin: -14px;
  }

  .xl\:last\:-m-15px:last-child{
    margin: -15px;
  }

  .xl\:last\:-m-16px:last-child{
    margin: -16px;
  }

  .xl\:last\:-m-18px:last-child{
    margin: -18px;
  }

  .xl\:last\:-m-20px:last-child{
    margin: -20px;
  }

  .xl\:last\:-m-24px:last-child{
    margin: -24px;
  }

  .xl\:last\:-m-25px:last-child{
    margin: -25px;
  }

  .xl\:last\:-m-26px:last-child{
    margin: -26px;
  }

  .xl\:last\:-m-30px:last-child{
    margin: -30px;
  }

  .xl\:last\:-m-34px:last-child{
    margin: -34px;
  }

  .xl\:last\:-m-36px:last-child{
    margin: -36px;
  }

  .xl\:last\:-m-40px:last-child{
    margin: -40px;
  }

  .xl\:last\:-m-45px:last-child{
    margin: -45px;
  }

  .xl\:last\:-m-49px:last-child{
    margin: -49px;
  }

  .xl\:last\:-m-50px:last-child{
    margin: -50px;
  }

  .xl\:last\:-m-53px:last-child{
    margin: -53px;
  }

  .xl\:last\:-m-55px:last-child{
    margin: -55px;
  }

  .xl\:last\:-m-60px:last-child{
    margin: -60px;
  }

  .xl\:last\:-m-68px:last-child{
    margin: -68px;
  }

  .xl\:last\:-m-80px:last-child{
    margin: -80px;
  }

  .xl\:last\:-m-90px:last-child{
    margin: -90px;
  }

  .xl\:last\:-m-93px:last-child{
    margin: -93px;
  }

  .xl\:last\:-m-115px:last-child{
    margin: -115px;
  }

  .xl\:last\:my-0:last-child{
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:last\:mx-0:last-child{
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:last\:my-auto:last-child{
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:last\:mx-auto:last-child{
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:last\:my-2px:last-child{
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .xl\:last\:mx-2px:last-child{
    margin-left: 2px;
    margin-right: 2px;
  }

  .xl\:last\:my-4px:last-child{
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .xl\:last\:mx-4px:last-child{
    margin-left: 4px;
    margin-right: 4px;
  }

  .xl\:last\:my-5px:last-child{
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .xl\:last\:mx-5px:last-child{
    margin-left: 5px;
    margin-right: 5px;
  }

  .xl\:last\:my-6px:last-child{
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .xl\:last\:mx-6px:last-child{
    margin-left: 6px;
    margin-right: 6px;
  }

  .xl\:last\:my-7px:last-child{
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .xl\:last\:mx-7px:last-child{
    margin-left: 7px;
    margin-right: 7px;
  }

  .xl\:last\:my-8px:last-child{
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .xl\:last\:mx-8px:last-child{
    margin-left: 8px;
    margin-right: 8px;
  }

  .xl\:last\:my-10px:last-child{
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .xl\:last\:mx-10px:last-child{
    margin-left: 10px;
    margin-right: 10px;
  }

  .xl\:last\:my-11px:last-child{
    margin-top: 11px;
    margin-bottom: 11px;
  }

  .xl\:last\:mx-11px:last-child{
    margin-left: 11px;
    margin-right: 11px;
  }

  .xl\:last\:my-12px:last-child{
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .xl\:last\:mx-12px:last-child{
    margin-left: 12px;
    margin-right: 12px;
  }

  .xl\:last\:my-14px:last-child{
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .xl\:last\:mx-14px:last-child{
    margin-left: 14px;
    margin-right: 14px;
  }

  .xl\:last\:my-15px:last-child{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .xl\:last\:mx-15px:last-child{
    margin-left: 15px;
    margin-right: 15px;
  }

  .xl\:last\:my-16px:last-child{
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .xl\:last\:mx-16px:last-child{
    margin-left: 16px;
    margin-right: 16px;
  }

  .xl\:last\:my-18px:last-child{
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .xl\:last\:mx-18px:last-child{
    margin-left: 18px;
    margin-right: 18px;
  }

  .xl\:last\:my-20px:last-child{
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .xl\:last\:mx-20px:last-child{
    margin-left: 20px;
    margin-right: 20px;
  }

  .xl\:last\:my-24px:last-child{
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .xl\:last\:mx-24px:last-child{
    margin-left: 24px;
    margin-right: 24px;
  }

  .xl\:last\:my-25px:last-child{
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .xl\:last\:mx-25px:last-child{
    margin-left: 25px;
    margin-right: 25px;
  }

  .xl\:last\:my-26px:last-child{
    margin-top: 26px;
    margin-bottom: 26px;
  }

  .xl\:last\:mx-26px:last-child{
    margin-left: 26px;
    margin-right: 26px;
  }

  .xl\:last\:my-30px:last-child{
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .xl\:last\:mx-30px:last-child{
    margin-left: 30px;
    margin-right: 30px;
  }

  .xl\:last\:my-34px:last-child{
    margin-top: 34px;
    margin-bottom: 34px;
  }

  .xl\:last\:mx-34px:last-child{
    margin-left: 34px;
    margin-right: 34px;
  }

  .xl\:last\:my-36px:last-child{
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .xl\:last\:mx-36px:last-child{
    margin-left: 36px;
    margin-right: 36px;
  }

  .xl\:last\:my-40px:last-child{
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .xl\:last\:mx-40px:last-child{
    margin-left: 40px;
    margin-right: 40px;
  }

  .xl\:last\:my-45px:last-child{
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .xl\:last\:mx-45px:last-child{
    margin-left: 45px;
    margin-right: 45px;
  }

  .xl\:last\:my-49px:last-child{
    margin-top: 49px;
    margin-bottom: 49px;
  }

  .xl\:last\:mx-49px:last-child{
    margin-left: 49px;
    margin-right: 49px;
  }

  .xl\:last\:my-50px:last-child{
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .xl\:last\:mx-50px:last-child{
    margin-left: 50px;
    margin-right: 50px;
  }

  .xl\:last\:my-53px:last-child{
    margin-top: 53px;
    margin-bottom: 53px;
  }

  .xl\:last\:mx-53px:last-child{
    margin-left: 53px;
    margin-right: 53px;
  }

  .xl\:last\:my-55px:last-child{
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .xl\:last\:mx-55px:last-child{
    margin-left: 55px;
    margin-right: 55px;
  }

  .xl\:last\:my-60px:last-child{
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .xl\:last\:mx-60px:last-child{
    margin-left: 60px;
    margin-right: 60px;
  }

  .xl\:last\:my-68px:last-child{
    margin-top: 68px;
    margin-bottom: 68px;
  }

  .xl\:last\:mx-68px:last-child{
    margin-left: 68px;
    margin-right: 68px;
  }

  .xl\:last\:my-80px:last-child{
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .xl\:last\:mx-80px:last-child{
    margin-left: 80px;
    margin-right: 80px;
  }

  .xl\:last\:my-90px:last-child{
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .xl\:last\:mx-90px:last-child{
    margin-left: 90px;
    margin-right: 90px;
  }

  .xl\:last\:my-93px:last-child{
    margin-top: 93px;
    margin-bottom: 93px;
  }

  .xl\:last\:mx-93px:last-child{
    margin-left: 93px;
    margin-right: 93px;
  }

  .xl\:last\:my-115px:last-child{
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .xl\:last\:mx-115px:last-child{
    margin-left: 115px;
    margin-right: 115px;
  }

  .xl\:last\:-my-2px:last-child{
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .xl\:last\:-mx-2px:last-child{
    margin-left: -2px;
    margin-right: -2px;
  }

  .xl\:last\:-my-4px:last-child{
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .xl\:last\:-mx-4px:last-child{
    margin-left: -4px;
    margin-right: -4px;
  }

  .xl\:last\:-my-5px:last-child{
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .xl\:last\:-mx-5px:last-child{
    margin-left: -5px;
    margin-right: -5px;
  }

  .xl\:last\:-my-6px:last-child{
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .xl\:last\:-mx-6px:last-child{
    margin-left: -6px;
    margin-right: -6px;
  }

  .xl\:last\:-my-7px:last-child{
    margin-top: -7px;
    margin-bottom: -7px;
  }

  .xl\:last\:-mx-7px:last-child{
    margin-left: -7px;
    margin-right: -7px;
  }

  .xl\:last\:-my-8px:last-child{
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .xl\:last\:-mx-8px:last-child{
    margin-left: -8px;
    margin-right: -8px;
  }

  .xl\:last\:-my-10px:last-child{
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .xl\:last\:-mx-10px:last-child{
    margin-left: -10px;
    margin-right: -10px;
  }

  .xl\:last\:-my-11px:last-child{
    margin-top: -11px;
    margin-bottom: -11px;
  }

  .xl\:last\:-mx-11px:last-child{
    margin-left: -11px;
    margin-right: -11px;
  }

  .xl\:last\:-my-12px:last-child{
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .xl\:last\:-mx-12px:last-child{
    margin-left: -12px;
    margin-right: -12px;
  }

  .xl\:last\:-my-14px:last-child{
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .xl\:last\:-mx-14px:last-child{
    margin-left: -14px;
    margin-right: -14px;
  }

  .xl\:last\:-my-15px:last-child{
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .xl\:last\:-mx-15px:last-child{
    margin-left: -15px;
    margin-right: -15px;
  }

  .xl\:last\:-my-16px:last-child{
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .xl\:last\:-mx-16px:last-child{
    margin-left: -16px;
    margin-right: -16px;
  }

  .xl\:last\:-my-18px:last-child{
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .xl\:last\:-mx-18px:last-child{
    margin-left: -18px;
    margin-right: -18px;
  }

  .xl\:last\:-my-20px:last-child{
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .xl\:last\:-mx-20px:last-child{
    margin-left: -20px;
    margin-right: -20px;
  }

  .xl\:last\:-my-24px:last-child{
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .xl\:last\:-mx-24px:last-child{
    margin-left: -24px;
    margin-right: -24px;
  }

  .xl\:last\:-my-25px:last-child{
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .xl\:last\:-mx-25px:last-child{
    margin-left: -25px;
    margin-right: -25px;
  }

  .xl\:last\:-my-26px:last-child{
    margin-top: -26px;
    margin-bottom: -26px;
  }

  .xl\:last\:-mx-26px:last-child{
    margin-left: -26px;
    margin-right: -26px;
  }

  .xl\:last\:-my-30px:last-child{
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .xl\:last\:-mx-30px:last-child{
    margin-left: -30px;
    margin-right: -30px;
  }

  .xl\:last\:-my-34px:last-child{
    margin-top: -34px;
    margin-bottom: -34px;
  }

  .xl\:last\:-mx-34px:last-child{
    margin-left: -34px;
    margin-right: -34px;
  }

  .xl\:last\:-my-36px:last-child{
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .xl\:last\:-mx-36px:last-child{
    margin-left: -36px;
    margin-right: -36px;
  }

  .xl\:last\:-my-40px:last-child{
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .xl\:last\:-mx-40px:last-child{
    margin-left: -40px;
    margin-right: -40px;
  }

  .xl\:last\:-my-45px:last-child{
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .xl\:last\:-mx-45px:last-child{
    margin-left: -45px;
    margin-right: -45px;
  }

  .xl\:last\:-my-49px:last-child{
    margin-top: -49px;
    margin-bottom: -49px;
  }

  .xl\:last\:-mx-49px:last-child{
    margin-left: -49px;
    margin-right: -49px;
  }

  .xl\:last\:-my-50px:last-child{
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .xl\:last\:-mx-50px:last-child{
    margin-left: -50px;
    margin-right: -50px;
  }

  .xl\:last\:-my-53px:last-child{
    margin-top: -53px;
    margin-bottom: -53px;
  }

  .xl\:last\:-mx-53px:last-child{
    margin-left: -53px;
    margin-right: -53px;
  }

  .xl\:last\:-my-55px:last-child{
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .xl\:last\:-mx-55px:last-child{
    margin-left: -55px;
    margin-right: -55px;
  }

  .xl\:last\:-my-60px:last-child{
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .xl\:last\:-mx-60px:last-child{
    margin-left: -60px;
    margin-right: -60px;
  }

  .xl\:last\:-my-68px:last-child{
    margin-top: -68px;
    margin-bottom: -68px;
  }

  .xl\:last\:-mx-68px:last-child{
    margin-left: -68px;
    margin-right: -68px;
  }

  .xl\:last\:-my-80px:last-child{
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .xl\:last\:-mx-80px:last-child{
    margin-left: -80px;
    margin-right: -80px;
  }

  .xl\:last\:-my-90px:last-child{
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .xl\:last\:-mx-90px:last-child{
    margin-left: -90px;
    margin-right: -90px;
  }

  .xl\:last\:-my-93px:last-child{
    margin-top: -93px;
    margin-bottom: -93px;
  }

  .xl\:last\:-mx-93px:last-child{
    margin-left: -93px;
    margin-right: -93px;
  }

  .xl\:last\:-my-115px:last-child{
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .xl\:last\:-mx-115px:last-child{
    margin-left: -115px;
    margin-right: -115px;
  }

  .xl\:last\:mt-0:last-child{
    margin-top: 0;
  }

  .xl\:last\:mr-0:last-child{
    margin-right: 0;
  }

  .xl\:last\:mb-0:last-child{
    margin-bottom: 0;
  }

  .xl\:last\:ml-0:last-child{
    margin-left: 0;
  }

  .xl\:last\:mt-auto:last-child{
    margin-top: auto;
  }

  .xl\:last\:mr-auto:last-child{
    margin-right: auto;
  }

  .xl\:last\:mb-auto:last-child{
    margin-bottom: auto;
  }

  .xl\:last\:ml-auto:last-child{
    margin-left: auto;
  }

  .xl\:last\:mt-2px:last-child{
    margin-top: 2px;
  }

  .xl\:last\:mr-2px:last-child{
    margin-right: 2px;
  }

  .xl\:last\:mb-2px:last-child{
    margin-bottom: 2px;
  }

  .xl\:last\:ml-2px:last-child{
    margin-left: 2px;
  }

  .xl\:last\:mt-4px:last-child{
    margin-top: 4px;
  }

  .xl\:last\:mr-4px:last-child{
    margin-right: 4px;
  }

  .xl\:last\:mb-4px:last-child{
    margin-bottom: 4px;
  }

  .xl\:last\:ml-4px:last-child{
    margin-left: 4px;
  }

  .xl\:last\:mt-5px:last-child{
    margin-top: 5px;
  }

  .xl\:last\:mr-5px:last-child{
    margin-right: 5px;
  }

  .xl\:last\:mb-5px:last-child{
    margin-bottom: 5px;
  }

  .xl\:last\:ml-5px:last-child{
    margin-left: 5px;
  }

  .xl\:last\:mt-6px:last-child{
    margin-top: 6px;
  }

  .xl\:last\:mr-6px:last-child{
    margin-right: 6px;
  }

  .xl\:last\:mb-6px:last-child{
    margin-bottom: 6px;
  }

  .xl\:last\:ml-6px:last-child{
    margin-left: 6px;
  }

  .xl\:last\:mt-7px:last-child{
    margin-top: 7px;
  }

  .xl\:last\:mr-7px:last-child{
    margin-right: 7px;
  }

  .xl\:last\:mb-7px:last-child{
    margin-bottom: 7px;
  }

  .xl\:last\:ml-7px:last-child{
    margin-left: 7px;
  }

  .xl\:last\:mt-8px:last-child{
    margin-top: 8px;
  }

  .xl\:last\:mr-8px:last-child{
    margin-right: 8px;
  }

  .xl\:last\:mb-8px:last-child{
    margin-bottom: 8px;
  }

  .xl\:last\:ml-8px:last-child{
    margin-left: 8px;
  }

  .xl\:last\:mt-10px:last-child{
    margin-top: 10px;
  }

  .xl\:last\:mr-10px:last-child{
    margin-right: 10px;
  }

  .xl\:last\:mb-10px:last-child{
    margin-bottom: 10px;
  }

  .xl\:last\:ml-10px:last-child{
    margin-left: 10px;
  }

  .xl\:last\:mt-11px:last-child{
    margin-top: 11px;
  }

  .xl\:last\:mr-11px:last-child{
    margin-right: 11px;
  }

  .xl\:last\:mb-11px:last-child{
    margin-bottom: 11px;
  }

  .xl\:last\:ml-11px:last-child{
    margin-left: 11px;
  }

  .xl\:last\:mt-12px:last-child{
    margin-top: 12px;
  }

  .xl\:last\:mr-12px:last-child{
    margin-right: 12px;
  }

  .xl\:last\:mb-12px:last-child{
    margin-bottom: 12px;
  }

  .xl\:last\:ml-12px:last-child{
    margin-left: 12px;
  }

  .xl\:last\:mt-14px:last-child{
    margin-top: 14px;
  }

  .xl\:last\:mr-14px:last-child{
    margin-right: 14px;
  }

  .xl\:last\:mb-14px:last-child{
    margin-bottom: 14px;
  }

  .xl\:last\:ml-14px:last-child{
    margin-left: 14px;
  }

  .xl\:last\:mt-15px:last-child{
    margin-top: 15px;
  }

  .xl\:last\:mr-15px:last-child{
    margin-right: 15px;
  }

  .xl\:last\:mb-15px:last-child{
    margin-bottom: 15px;
  }

  .xl\:last\:ml-15px:last-child{
    margin-left: 15px;
  }

  .xl\:last\:mt-16px:last-child{
    margin-top: 16px;
  }

  .xl\:last\:mr-16px:last-child{
    margin-right: 16px;
  }

  .xl\:last\:mb-16px:last-child{
    margin-bottom: 16px;
  }

  .xl\:last\:ml-16px:last-child{
    margin-left: 16px;
  }

  .xl\:last\:mt-18px:last-child{
    margin-top: 18px;
  }

  .xl\:last\:mr-18px:last-child{
    margin-right: 18px;
  }

  .xl\:last\:mb-18px:last-child{
    margin-bottom: 18px;
  }

  .xl\:last\:ml-18px:last-child{
    margin-left: 18px;
  }

  .xl\:last\:mt-20px:last-child{
    margin-top: 20px;
  }

  .xl\:last\:mr-20px:last-child{
    margin-right: 20px;
  }

  .xl\:last\:mb-20px:last-child{
    margin-bottom: 20px;
  }

  .xl\:last\:ml-20px:last-child{
    margin-left: 20px;
  }

  .xl\:last\:mt-24px:last-child{
    margin-top: 24px;
  }

  .xl\:last\:mr-24px:last-child{
    margin-right: 24px;
  }

  .xl\:last\:mb-24px:last-child{
    margin-bottom: 24px;
  }

  .xl\:last\:ml-24px:last-child{
    margin-left: 24px;
  }

  .xl\:last\:mt-25px:last-child{
    margin-top: 25px;
  }

  .xl\:last\:mr-25px:last-child{
    margin-right: 25px;
  }

  .xl\:last\:mb-25px:last-child{
    margin-bottom: 25px;
  }

  .xl\:last\:ml-25px:last-child{
    margin-left: 25px;
  }

  .xl\:last\:mt-26px:last-child{
    margin-top: 26px;
  }

  .xl\:last\:mr-26px:last-child{
    margin-right: 26px;
  }

  .xl\:last\:mb-26px:last-child{
    margin-bottom: 26px;
  }

  .xl\:last\:ml-26px:last-child{
    margin-left: 26px;
  }

  .xl\:last\:mt-30px:last-child{
    margin-top: 30px;
  }

  .xl\:last\:mr-30px:last-child{
    margin-right: 30px;
  }

  .xl\:last\:mb-30px:last-child{
    margin-bottom: 30px;
  }

  .xl\:last\:ml-30px:last-child{
    margin-left: 30px;
  }

  .xl\:last\:mt-34px:last-child{
    margin-top: 34px;
  }

  .xl\:last\:mr-34px:last-child{
    margin-right: 34px;
  }

  .xl\:last\:mb-34px:last-child{
    margin-bottom: 34px;
  }

  .xl\:last\:ml-34px:last-child{
    margin-left: 34px;
  }

  .xl\:last\:mt-36px:last-child{
    margin-top: 36px;
  }

  .xl\:last\:mr-36px:last-child{
    margin-right: 36px;
  }

  .xl\:last\:mb-36px:last-child{
    margin-bottom: 36px;
  }

  .xl\:last\:ml-36px:last-child{
    margin-left: 36px;
  }

  .xl\:last\:mt-40px:last-child{
    margin-top: 40px;
  }

  .xl\:last\:mr-40px:last-child{
    margin-right: 40px;
  }

  .xl\:last\:mb-40px:last-child{
    margin-bottom: 40px;
  }

  .xl\:last\:ml-40px:last-child{
    margin-left: 40px;
  }

  .xl\:last\:mt-45px:last-child{
    margin-top: 45px;
  }

  .xl\:last\:mr-45px:last-child{
    margin-right: 45px;
  }

  .xl\:last\:mb-45px:last-child{
    margin-bottom: 45px;
  }

  .xl\:last\:ml-45px:last-child{
    margin-left: 45px;
  }

  .xl\:last\:mt-49px:last-child{
    margin-top: 49px;
  }

  .xl\:last\:mr-49px:last-child{
    margin-right: 49px;
  }

  .xl\:last\:mb-49px:last-child{
    margin-bottom: 49px;
  }

  .xl\:last\:ml-49px:last-child{
    margin-left: 49px;
  }

  .xl\:last\:mt-50px:last-child{
    margin-top: 50px;
  }

  .xl\:last\:mr-50px:last-child{
    margin-right: 50px;
  }

  .xl\:last\:mb-50px:last-child{
    margin-bottom: 50px;
  }

  .xl\:last\:ml-50px:last-child{
    margin-left: 50px;
  }

  .xl\:last\:mt-53px:last-child{
    margin-top: 53px;
  }

  .xl\:last\:mr-53px:last-child{
    margin-right: 53px;
  }

  .xl\:last\:mb-53px:last-child{
    margin-bottom: 53px;
  }

  .xl\:last\:ml-53px:last-child{
    margin-left: 53px;
  }

  .xl\:last\:mt-55px:last-child{
    margin-top: 55px;
  }

  .xl\:last\:mr-55px:last-child{
    margin-right: 55px;
  }

  .xl\:last\:mb-55px:last-child{
    margin-bottom: 55px;
  }

  .xl\:last\:ml-55px:last-child{
    margin-left: 55px;
  }

  .xl\:last\:mt-60px:last-child{
    margin-top: 60px;
  }

  .xl\:last\:mr-60px:last-child{
    margin-right: 60px;
  }

  .xl\:last\:mb-60px:last-child{
    margin-bottom: 60px;
  }

  .xl\:last\:ml-60px:last-child{
    margin-left: 60px;
  }

  .xl\:last\:mt-68px:last-child{
    margin-top: 68px;
  }

  .xl\:last\:mr-68px:last-child{
    margin-right: 68px;
  }

  .xl\:last\:mb-68px:last-child{
    margin-bottom: 68px;
  }

  .xl\:last\:ml-68px:last-child{
    margin-left: 68px;
  }

  .xl\:last\:mt-80px:last-child{
    margin-top: 80px;
  }

  .xl\:last\:mr-80px:last-child{
    margin-right: 80px;
  }

  .xl\:last\:mb-80px:last-child{
    margin-bottom: 80px;
  }

  .xl\:last\:ml-80px:last-child{
    margin-left: 80px;
  }

  .xl\:last\:mt-90px:last-child{
    margin-top: 90px;
  }

  .xl\:last\:mr-90px:last-child{
    margin-right: 90px;
  }

  .xl\:last\:mb-90px:last-child{
    margin-bottom: 90px;
  }

  .xl\:last\:ml-90px:last-child{
    margin-left: 90px;
  }

  .xl\:last\:mt-93px:last-child{
    margin-top: 93px;
  }

  .xl\:last\:mr-93px:last-child{
    margin-right: 93px;
  }

  .xl\:last\:mb-93px:last-child{
    margin-bottom: 93px;
  }

  .xl\:last\:ml-93px:last-child{
    margin-left: 93px;
  }

  .xl\:last\:mt-115px:last-child{
    margin-top: 115px;
  }

  .xl\:last\:mr-115px:last-child{
    margin-right: 115px;
  }

  .xl\:last\:mb-115px:last-child{
    margin-bottom: 115px;
  }

  .xl\:last\:ml-115px:last-child{
    margin-left: 115px;
  }

  .xl\:last\:-mt-2px:last-child{
    margin-top: -2px;
  }

  .xl\:last\:-mr-2px:last-child{
    margin-right: -2px;
  }

  .xl\:last\:-mb-2px:last-child{
    margin-bottom: -2px;
  }

  .xl\:last\:-ml-2px:last-child{
    margin-left: -2px;
  }

  .xl\:last\:-mt-4px:last-child{
    margin-top: -4px;
  }

  .xl\:last\:-mr-4px:last-child{
    margin-right: -4px;
  }

  .xl\:last\:-mb-4px:last-child{
    margin-bottom: -4px;
  }

  .xl\:last\:-ml-4px:last-child{
    margin-left: -4px;
  }

  .xl\:last\:-mt-5px:last-child{
    margin-top: -5px;
  }

  .xl\:last\:-mr-5px:last-child{
    margin-right: -5px;
  }

  .xl\:last\:-mb-5px:last-child{
    margin-bottom: -5px;
  }

  .xl\:last\:-ml-5px:last-child{
    margin-left: -5px;
  }

  .xl\:last\:-mt-6px:last-child{
    margin-top: -6px;
  }

  .xl\:last\:-mr-6px:last-child{
    margin-right: -6px;
  }

  .xl\:last\:-mb-6px:last-child{
    margin-bottom: -6px;
  }

  .xl\:last\:-ml-6px:last-child{
    margin-left: -6px;
  }

  .xl\:last\:-mt-7px:last-child{
    margin-top: -7px;
  }

  .xl\:last\:-mr-7px:last-child{
    margin-right: -7px;
  }

  .xl\:last\:-mb-7px:last-child{
    margin-bottom: -7px;
  }

  .xl\:last\:-ml-7px:last-child{
    margin-left: -7px;
  }

  .xl\:last\:-mt-8px:last-child{
    margin-top: -8px;
  }

  .xl\:last\:-mr-8px:last-child{
    margin-right: -8px;
  }

  .xl\:last\:-mb-8px:last-child{
    margin-bottom: -8px;
  }

  .xl\:last\:-ml-8px:last-child{
    margin-left: -8px;
  }

  .xl\:last\:-mt-10px:last-child{
    margin-top: -10px;
  }

  .xl\:last\:-mr-10px:last-child{
    margin-right: -10px;
  }

  .xl\:last\:-mb-10px:last-child{
    margin-bottom: -10px;
  }

  .xl\:last\:-ml-10px:last-child{
    margin-left: -10px;
  }

  .xl\:last\:-mt-11px:last-child{
    margin-top: -11px;
  }

  .xl\:last\:-mr-11px:last-child{
    margin-right: -11px;
  }

  .xl\:last\:-mb-11px:last-child{
    margin-bottom: -11px;
  }

  .xl\:last\:-ml-11px:last-child{
    margin-left: -11px;
  }

  .xl\:last\:-mt-12px:last-child{
    margin-top: -12px;
  }

  .xl\:last\:-mr-12px:last-child{
    margin-right: -12px;
  }

  .xl\:last\:-mb-12px:last-child{
    margin-bottom: -12px;
  }

  .xl\:last\:-ml-12px:last-child{
    margin-left: -12px;
  }

  .xl\:last\:-mt-14px:last-child{
    margin-top: -14px;
  }

  .xl\:last\:-mr-14px:last-child{
    margin-right: -14px;
  }

  .xl\:last\:-mb-14px:last-child{
    margin-bottom: -14px;
  }

  .xl\:last\:-ml-14px:last-child{
    margin-left: -14px;
  }

  .xl\:last\:-mt-15px:last-child{
    margin-top: -15px;
  }

  .xl\:last\:-mr-15px:last-child{
    margin-right: -15px;
  }

  .xl\:last\:-mb-15px:last-child{
    margin-bottom: -15px;
  }

  .xl\:last\:-ml-15px:last-child{
    margin-left: -15px;
  }

  .xl\:last\:-mt-16px:last-child{
    margin-top: -16px;
  }

  .xl\:last\:-mr-16px:last-child{
    margin-right: -16px;
  }

  .xl\:last\:-mb-16px:last-child{
    margin-bottom: -16px;
  }

  .xl\:last\:-ml-16px:last-child{
    margin-left: -16px;
  }

  .xl\:last\:-mt-18px:last-child{
    margin-top: -18px;
  }

  .xl\:last\:-mr-18px:last-child{
    margin-right: -18px;
  }

  .xl\:last\:-mb-18px:last-child{
    margin-bottom: -18px;
  }

  .xl\:last\:-ml-18px:last-child{
    margin-left: -18px;
  }

  .xl\:last\:-mt-20px:last-child{
    margin-top: -20px;
  }

  .xl\:last\:-mr-20px:last-child{
    margin-right: -20px;
  }

  .xl\:last\:-mb-20px:last-child{
    margin-bottom: -20px;
  }

  .xl\:last\:-ml-20px:last-child{
    margin-left: -20px;
  }

  .xl\:last\:-mt-24px:last-child{
    margin-top: -24px;
  }

  .xl\:last\:-mr-24px:last-child{
    margin-right: -24px;
  }

  .xl\:last\:-mb-24px:last-child{
    margin-bottom: -24px;
  }

  .xl\:last\:-ml-24px:last-child{
    margin-left: -24px;
  }

  .xl\:last\:-mt-25px:last-child{
    margin-top: -25px;
  }

  .xl\:last\:-mr-25px:last-child{
    margin-right: -25px;
  }

  .xl\:last\:-mb-25px:last-child{
    margin-bottom: -25px;
  }

  .xl\:last\:-ml-25px:last-child{
    margin-left: -25px;
  }

  .xl\:last\:-mt-26px:last-child{
    margin-top: -26px;
  }

  .xl\:last\:-mr-26px:last-child{
    margin-right: -26px;
  }

  .xl\:last\:-mb-26px:last-child{
    margin-bottom: -26px;
  }

  .xl\:last\:-ml-26px:last-child{
    margin-left: -26px;
  }

  .xl\:last\:-mt-30px:last-child{
    margin-top: -30px;
  }

  .xl\:last\:-mr-30px:last-child{
    margin-right: -30px;
  }

  .xl\:last\:-mb-30px:last-child{
    margin-bottom: -30px;
  }

  .xl\:last\:-ml-30px:last-child{
    margin-left: -30px;
  }

  .xl\:last\:-mt-34px:last-child{
    margin-top: -34px;
  }

  .xl\:last\:-mr-34px:last-child{
    margin-right: -34px;
  }

  .xl\:last\:-mb-34px:last-child{
    margin-bottom: -34px;
  }

  .xl\:last\:-ml-34px:last-child{
    margin-left: -34px;
  }

  .xl\:last\:-mt-36px:last-child{
    margin-top: -36px;
  }

  .xl\:last\:-mr-36px:last-child{
    margin-right: -36px;
  }

  .xl\:last\:-mb-36px:last-child{
    margin-bottom: -36px;
  }

  .xl\:last\:-ml-36px:last-child{
    margin-left: -36px;
  }

  .xl\:last\:-mt-40px:last-child{
    margin-top: -40px;
  }

  .xl\:last\:-mr-40px:last-child{
    margin-right: -40px;
  }

  .xl\:last\:-mb-40px:last-child{
    margin-bottom: -40px;
  }

  .xl\:last\:-ml-40px:last-child{
    margin-left: -40px;
  }

  .xl\:last\:-mt-45px:last-child{
    margin-top: -45px;
  }

  .xl\:last\:-mr-45px:last-child{
    margin-right: -45px;
  }

  .xl\:last\:-mb-45px:last-child{
    margin-bottom: -45px;
  }

  .xl\:last\:-ml-45px:last-child{
    margin-left: -45px;
  }

  .xl\:last\:-mt-49px:last-child{
    margin-top: -49px;
  }

  .xl\:last\:-mr-49px:last-child{
    margin-right: -49px;
  }

  .xl\:last\:-mb-49px:last-child{
    margin-bottom: -49px;
  }

  .xl\:last\:-ml-49px:last-child{
    margin-left: -49px;
  }

  .xl\:last\:-mt-50px:last-child{
    margin-top: -50px;
  }

  .xl\:last\:-mr-50px:last-child{
    margin-right: -50px;
  }

  .xl\:last\:-mb-50px:last-child{
    margin-bottom: -50px;
  }

  .xl\:last\:-ml-50px:last-child{
    margin-left: -50px;
  }

  .xl\:last\:-mt-53px:last-child{
    margin-top: -53px;
  }

  .xl\:last\:-mr-53px:last-child{
    margin-right: -53px;
  }

  .xl\:last\:-mb-53px:last-child{
    margin-bottom: -53px;
  }

  .xl\:last\:-ml-53px:last-child{
    margin-left: -53px;
  }

  .xl\:last\:-mt-55px:last-child{
    margin-top: -55px;
  }

  .xl\:last\:-mr-55px:last-child{
    margin-right: -55px;
  }

  .xl\:last\:-mb-55px:last-child{
    margin-bottom: -55px;
  }

  .xl\:last\:-ml-55px:last-child{
    margin-left: -55px;
  }

  .xl\:last\:-mt-60px:last-child{
    margin-top: -60px;
  }

  .xl\:last\:-mr-60px:last-child{
    margin-right: -60px;
  }

  .xl\:last\:-mb-60px:last-child{
    margin-bottom: -60px;
  }

  .xl\:last\:-ml-60px:last-child{
    margin-left: -60px;
  }

  .xl\:last\:-mt-68px:last-child{
    margin-top: -68px;
  }

  .xl\:last\:-mr-68px:last-child{
    margin-right: -68px;
  }

  .xl\:last\:-mb-68px:last-child{
    margin-bottom: -68px;
  }

  .xl\:last\:-ml-68px:last-child{
    margin-left: -68px;
  }

  .xl\:last\:-mt-80px:last-child{
    margin-top: -80px;
  }

  .xl\:last\:-mr-80px:last-child{
    margin-right: -80px;
  }

  .xl\:last\:-mb-80px:last-child{
    margin-bottom: -80px;
  }

  .xl\:last\:-ml-80px:last-child{
    margin-left: -80px;
  }

  .xl\:last\:-mt-90px:last-child{
    margin-top: -90px;
  }

  .xl\:last\:-mr-90px:last-child{
    margin-right: -90px;
  }

  .xl\:last\:-mb-90px:last-child{
    margin-bottom: -90px;
  }

  .xl\:last\:-ml-90px:last-child{
    margin-left: -90px;
  }

  .xl\:last\:-mt-93px:last-child{
    margin-top: -93px;
  }

  .xl\:last\:-mr-93px:last-child{
    margin-right: -93px;
  }

  .xl\:last\:-mb-93px:last-child{
    margin-bottom: -93px;
  }

  .xl\:last\:-ml-93px:last-child{
    margin-left: -93px;
  }

  .xl\:last\:-mt-115px:last-child{
    margin-top: -115px;
  }

  .xl\:last\:-mr-115px:last-child{
    margin-right: -115px;
  }

  .xl\:last\:-mb-115px:last-child{
    margin-bottom: -115px;
  }

  .xl\:last\:-ml-115px:last-child{
    margin-left: -115px;
  }

  .xl\:max-h-full{
    max-height: 100%;
  }

  .xl\:max-h-screen{
    max-height: 100vh;
  }

  .xl\:max-w-none{
    max-width: none;
  }

  .xl\:max-w-xs{
    max-width: 20rem;
  }

  .xl\:max-w-sm{
    max-width: 24rem;
  }

  .xl\:max-w-md{
    max-width: 28rem;
  }

  .xl\:max-w-lg{
    max-width: 32rem;
  }

  .xl\:max-w-xl{
    max-width: 36rem;
  }

  .xl\:max-w-2xl{
    max-width: 42rem;
  }

  .xl\:max-w-3xl{
    max-width: 48rem;
  }

  .xl\:max-w-4xl{
    max-width: 56rem;
  }

  .xl\:max-w-5xl{
    max-width: 64rem;
  }

  .xl\:max-w-6xl{
    max-width: 72rem;
  }

  .xl\:max-w-full{
    max-width: 100%;
  }

  .xl\:max-w-screen-sm{
    max-width: 640px;
  }

  .xl\:max-w-screen-md{
    max-width: 768px;
  }

  .xl\:max-w-screen-lg{
    max-width: 1024px;
  }

  .xl\:max-w-screen-xl{
    max-width: 1280px;
  }

  .xl\:max-w-screen-xm{
    max-width: 960px;
  }

  .xl\:max-w-1\/2{
    max-width: 50%;
  }

  .xl\:max-w-100px{
    max-width: 100px;
  }

  .xl\:max-w-320px{
    max-width: 320px;
  }

  .xl\:max-w-336px{
    max-width: 336px;
  }

  .xl\:max-w-700px{
    max-width: 700px;
  }

  .xl\:max-w-770px{
    max-width: 770px;
  }

  .xl\:min-h-0{
    min-height: 0;
  }

  .xl\:min-h-full{
    min-height: 100%;
  }

  .xl\:min-h-screen{
    min-height: 100vh;
  }

  .xl\:min-w-0{
    min-width: 0;
  }

  .xl\:min-w-full{
    min-width: 100%;
  }

  .xl\:min-w-200px{
    min-width: 200px;
  }

  .xl\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xl\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xl\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xl\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .xl\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xl\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xl\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xl\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xl\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xl\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xl\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xl\:overflow-auto{
    overflow: auto;
  }

  .xl\:overflow-hidden{
    overflow: hidden;
  }

  .xl\:overflow-visible{
    overflow: visible;
  }

  .xl\:overflow-scroll{
    overflow: scroll;
  }

  .xl\:overflow-x-auto{
    overflow-x: auto;
  }

  .xl\:overflow-y-auto{
    overflow-y: auto;
  }

  .xl\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .xl\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .xl\:overflow-x-visible{
    overflow-x: visible;
  }

  .xl\:overflow-y-visible{
    overflow-y: visible;
  }

  .xl\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .xl\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .xl\:scrolling-touch{
    -webkit-overflow-scrolling: touch;
  }

  .xl\:scrolling-auto{
    -webkit-overflow-scrolling: auto;
  }

  .xl\:p-0{
    padding: 0;
  }

  .xl\:p-2px{
    padding: 2px;
  }

  .xl\:p-4px{
    padding: 4px;
  }

  .xl\:p-5px{
    padding: 5px;
  }

  .xl\:p-6px{
    padding: 6px;
  }

  .xl\:p-7px{
    padding: 7px;
  }

  .xl\:p-8px{
    padding: 8px;
  }

  .xl\:p-10px{
    padding: 10px;
  }

  .xl\:p-11px{
    padding: 11px;
  }

  .xl\:p-12px{
    padding: 12px;
  }

  .xl\:p-14px{
    padding: 14px;
  }

  .xl\:p-15px{
    padding: 15px;
  }

  .xl\:p-16px{
    padding: 16px;
  }

  .xl\:p-18px{
    padding: 18px;
  }

  .xl\:p-20px{
    padding: 20px;
  }

  .xl\:p-24px{
    padding: 24px;
  }

  .xl\:p-25px{
    padding: 25px;
  }

  .xl\:p-26px{
    padding: 26px;
  }

  .xl\:p-30px{
    padding: 30px;
  }

  .xl\:p-34px{
    padding: 34px;
  }

  .xl\:p-36px{
    padding: 36px;
  }

  .xl\:p-40px{
    padding: 40px;
  }

  .xl\:p-45px{
    padding: 45px;
  }

  .xl\:p-49px{
    padding: 49px;
  }

  .xl\:p-50px{
    padding: 50px;
  }

  .xl\:p-53px{
    padding: 53px;
  }

  .xl\:p-55px{
    padding: 55px;
  }

  .xl\:p-60px{
    padding: 60px;
  }

  .xl\:p-68px{
    padding: 68px;
  }

  .xl\:p-80px{
    padding: 80px;
  }

  .xl\:p-90px{
    padding: 90px;
  }

  .xl\:p-93px{
    padding: 93px;
  }

  .xl\:p-115px{
    padding: 115px;
  }

  .xl\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:py-2px{
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .xl\:px-2px{
    padding-left: 2px;
    padding-right: 2px;
  }

  .xl\:py-4px{
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .xl\:px-4px{
    padding-left: 4px;
    padding-right: 4px;
  }

  .xl\:py-5px{
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .xl\:px-5px{
    padding-left: 5px;
    padding-right: 5px;
  }

  .xl\:py-6px{
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .xl\:px-6px{
    padding-left: 6px;
    padding-right: 6px;
  }

  .xl\:py-7px{
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .xl\:px-7px{
    padding-left: 7px;
    padding-right: 7px;
  }

  .xl\:py-8px{
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .xl\:px-8px{
    padding-left: 8px;
    padding-right: 8px;
  }

  .xl\:py-10px{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .xl\:px-10px{
    padding-left: 10px;
    padding-right: 10px;
  }

  .xl\:py-11px{
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .xl\:px-11px{
    padding-left: 11px;
    padding-right: 11px;
  }

  .xl\:py-12px{
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .xl\:px-12px{
    padding-left: 12px;
    padding-right: 12px;
  }

  .xl\:py-14px{
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .xl\:px-14px{
    padding-left: 14px;
    padding-right: 14px;
  }

  .xl\:py-15px{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .xl\:px-15px{
    padding-left: 15px;
    padding-right: 15px;
  }

  .xl\:py-16px{
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .xl\:px-16px{
    padding-left: 16px;
    padding-right: 16px;
  }

  .xl\:py-18px{
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .xl\:px-18px{
    padding-left: 18px;
    padding-right: 18px;
  }

  .xl\:py-20px{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .xl\:px-20px{
    padding-left: 20px;
    padding-right: 20px;
  }

  .xl\:py-24px{
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .xl\:px-24px{
    padding-left: 24px;
    padding-right: 24px;
  }

  .xl\:py-25px{
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .xl\:px-25px{
    padding-left: 25px;
    padding-right: 25px;
  }

  .xl\:py-26px{
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .xl\:px-26px{
    padding-left: 26px;
    padding-right: 26px;
  }

  .xl\:py-30px{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .xl\:px-30px{
    padding-left: 30px;
    padding-right: 30px;
  }

  .xl\:py-34px{
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .xl\:px-34px{
    padding-left: 34px;
    padding-right: 34px;
  }

  .xl\:py-36px{
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .xl\:px-36px{
    padding-left: 36px;
    padding-right: 36px;
  }

  .xl\:py-40px{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .xl\:px-40px{
    padding-left: 40px;
    padding-right: 40px;
  }

  .xl\:py-45px{
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .xl\:px-45px{
    padding-left: 45px;
    padding-right: 45px;
  }

  .xl\:py-49px{
    padding-top: 49px;
    padding-bottom: 49px;
  }

  .xl\:px-49px{
    padding-left: 49px;
    padding-right: 49px;
  }

  .xl\:py-50px{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .xl\:px-50px{
    padding-left: 50px;
    padding-right: 50px;
  }

  .xl\:py-53px{
    padding-top: 53px;
    padding-bottom: 53px;
  }

  .xl\:px-53px{
    padding-left: 53px;
    padding-right: 53px;
  }

  .xl\:py-55px{
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .xl\:px-55px{
    padding-left: 55px;
    padding-right: 55px;
  }

  .xl\:py-60px{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .xl\:px-60px{
    padding-left: 60px;
    padding-right: 60px;
  }

  .xl\:py-68px{
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .xl\:px-68px{
    padding-left: 68px;
    padding-right: 68px;
  }

  .xl\:py-80px{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .xl\:px-80px{
    padding-left: 80px;
    padding-right: 80px;
  }

  .xl\:py-90px{
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .xl\:px-90px{
    padding-left: 90px;
    padding-right: 90px;
  }

  .xl\:py-93px{
    padding-top: 93px;
    padding-bottom: 93px;
  }

  .xl\:px-93px{
    padding-left: 93px;
    padding-right: 93px;
  }

  .xl\:py-115px{
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .xl\:px-115px{
    padding-left: 115px;
    padding-right: 115px;
  }

  .xl\:pt-0{
    padding-top: 0;
  }

  .xl\:pr-0{
    padding-right: 0;
  }

  .xl\:pb-0{
    padding-bottom: 0;
  }

  .xl\:pl-0{
    padding-left: 0;
  }

  .xl\:pt-2px{
    padding-top: 2px;
  }

  .xl\:pr-2px{
    padding-right: 2px;
  }

  .xl\:pb-2px{
    padding-bottom: 2px;
  }

  .xl\:pl-2px{
    padding-left: 2px;
  }

  .xl\:pt-4px{
    padding-top: 4px;
  }

  .xl\:pr-4px{
    padding-right: 4px;
  }

  .xl\:pb-4px{
    padding-bottom: 4px;
  }

  .xl\:pl-4px{
    padding-left: 4px;
  }

  .xl\:pt-5px{
    padding-top: 5px;
  }

  .xl\:pr-5px{
    padding-right: 5px;
  }

  .xl\:pb-5px{
    padding-bottom: 5px;
  }

  .xl\:pl-5px{
    padding-left: 5px;
  }

  .xl\:pt-6px{
    padding-top: 6px;
  }

  .xl\:pr-6px{
    padding-right: 6px;
  }

  .xl\:pb-6px{
    padding-bottom: 6px;
  }

  .xl\:pl-6px{
    padding-left: 6px;
  }

  .xl\:pt-7px{
    padding-top: 7px;
  }

  .xl\:pr-7px{
    padding-right: 7px;
  }

  .xl\:pb-7px{
    padding-bottom: 7px;
  }

  .xl\:pl-7px{
    padding-left: 7px;
  }

  .xl\:pt-8px{
    padding-top: 8px;
  }

  .xl\:pr-8px{
    padding-right: 8px;
  }

  .xl\:pb-8px{
    padding-bottom: 8px;
  }

  .xl\:pl-8px{
    padding-left: 8px;
  }

  .xl\:pt-10px{
    padding-top: 10px;
  }

  .xl\:pr-10px{
    padding-right: 10px;
  }

  .xl\:pb-10px{
    padding-bottom: 10px;
  }

  .xl\:pl-10px{
    padding-left: 10px;
  }

  .xl\:pt-11px{
    padding-top: 11px;
  }

  .xl\:pr-11px{
    padding-right: 11px;
  }

  .xl\:pb-11px{
    padding-bottom: 11px;
  }

  .xl\:pl-11px{
    padding-left: 11px;
  }

  .xl\:pt-12px{
    padding-top: 12px;
  }

  .xl\:pr-12px{
    padding-right: 12px;
  }

  .xl\:pb-12px{
    padding-bottom: 12px;
  }

  .xl\:pl-12px{
    padding-left: 12px;
  }

  .xl\:pt-14px{
    padding-top: 14px;
  }

  .xl\:pr-14px{
    padding-right: 14px;
  }

  .xl\:pb-14px{
    padding-bottom: 14px;
  }

  .xl\:pl-14px{
    padding-left: 14px;
  }

  .xl\:pt-15px{
    padding-top: 15px;
  }

  .xl\:pr-15px{
    padding-right: 15px;
  }

  .xl\:pb-15px{
    padding-bottom: 15px;
  }

  .xl\:pl-15px{
    padding-left: 15px;
  }

  .xl\:pt-16px{
    padding-top: 16px;
  }

  .xl\:pr-16px{
    padding-right: 16px;
  }

  .xl\:pb-16px{
    padding-bottom: 16px;
  }

  .xl\:pl-16px{
    padding-left: 16px;
  }

  .xl\:pt-18px{
    padding-top: 18px;
  }

  .xl\:pr-18px{
    padding-right: 18px;
  }

  .xl\:pb-18px{
    padding-bottom: 18px;
  }

  .xl\:pl-18px{
    padding-left: 18px;
  }

  .xl\:pt-20px{
    padding-top: 20px;
  }

  .xl\:pr-20px{
    padding-right: 20px;
  }

  .xl\:pb-20px{
    padding-bottom: 20px;
  }

  .xl\:pl-20px{
    padding-left: 20px;
  }

  .xl\:pt-24px{
    padding-top: 24px;
  }

  .xl\:pr-24px{
    padding-right: 24px;
  }

  .xl\:pb-24px{
    padding-bottom: 24px;
  }

  .xl\:pl-24px{
    padding-left: 24px;
  }

  .xl\:pt-25px{
    padding-top: 25px;
  }

  .xl\:pr-25px{
    padding-right: 25px;
  }

  .xl\:pb-25px{
    padding-bottom: 25px;
  }

  .xl\:pl-25px{
    padding-left: 25px;
  }

  .xl\:pt-26px{
    padding-top: 26px;
  }

  .xl\:pr-26px{
    padding-right: 26px;
  }

  .xl\:pb-26px{
    padding-bottom: 26px;
  }

  .xl\:pl-26px{
    padding-left: 26px;
  }

  .xl\:pt-30px{
    padding-top: 30px;
  }

  .xl\:pr-30px{
    padding-right: 30px;
  }

  .xl\:pb-30px{
    padding-bottom: 30px;
  }

  .xl\:pl-30px{
    padding-left: 30px;
  }

  .xl\:pt-34px{
    padding-top: 34px;
  }

  .xl\:pr-34px{
    padding-right: 34px;
  }

  .xl\:pb-34px{
    padding-bottom: 34px;
  }

  .xl\:pl-34px{
    padding-left: 34px;
  }

  .xl\:pt-36px{
    padding-top: 36px;
  }

  .xl\:pr-36px{
    padding-right: 36px;
  }

  .xl\:pb-36px{
    padding-bottom: 36px;
  }

  .xl\:pl-36px{
    padding-left: 36px;
  }

  .xl\:pt-40px{
    padding-top: 40px;
  }

  .xl\:pr-40px{
    padding-right: 40px;
  }

  .xl\:pb-40px{
    padding-bottom: 40px;
  }

  .xl\:pl-40px{
    padding-left: 40px;
  }

  .xl\:pt-45px{
    padding-top: 45px;
  }

  .xl\:pr-45px{
    padding-right: 45px;
  }

  .xl\:pb-45px{
    padding-bottom: 45px;
  }

  .xl\:pl-45px{
    padding-left: 45px;
  }

  .xl\:pt-49px{
    padding-top: 49px;
  }

  .xl\:pr-49px{
    padding-right: 49px;
  }

  .xl\:pb-49px{
    padding-bottom: 49px;
  }

  .xl\:pl-49px{
    padding-left: 49px;
  }

  .xl\:pt-50px{
    padding-top: 50px;
  }

  .xl\:pr-50px{
    padding-right: 50px;
  }

  .xl\:pb-50px{
    padding-bottom: 50px;
  }

  .xl\:pl-50px{
    padding-left: 50px;
  }

  .xl\:pt-53px{
    padding-top: 53px;
  }

  .xl\:pr-53px{
    padding-right: 53px;
  }

  .xl\:pb-53px{
    padding-bottom: 53px;
  }

  .xl\:pl-53px{
    padding-left: 53px;
  }

  .xl\:pt-55px{
    padding-top: 55px;
  }

  .xl\:pr-55px{
    padding-right: 55px;
  }

  .xl\:pb-55px{
    padding-bottom: 55px;
  }

  .xl\:pl-55px{
    padding-left: 55px;
  }

  .xl\:pt-60px{
    padding-top: 60px;
  }

  .xl\:pr-60px{
    padding-right: 60px;
  }

  .xl\:pb-60px{
    padding-bottom: 60px;
  }

  .xl\:pl-60px{
    padding-left: 60px;
  }

  .xl\:pt-68px{
    padding-top: 68px;
  }

  .xl\:pr-68px{
    padding-right: 68px;
  }

  .xl\:pb-68px{
    padding-bottom: 68px;
  }

  .xl\:pl-68px{
    padding-left: 68px;
  }

  .xl\:pt-80px{
    padding-top: 80px;
  }

  .xl\:pr-80px{
    padding-right: 80px;
  }

  .xl\:pb-80px{
    padding-bottom: 80px;
  }

  .xl\:pl-80px{
    padding-left: 80px;
  }

  .xl\:pt-90px{
    padding-top: 90px;
  }

  .xl\:pr-90px{
    padding-right: 90px;
  }

  .xl\:pb-90px{
    padding-bottom: 90px;
  }

  .xl\:pl-90px{
    padding-left: 90px;
  }

  .xl\:pt-93px{
    padding-top: 93px;
  }

  .xl\:pr-93px{
    padding-right: 93px;
  }

  .xl\:pb-93px{
    padding-bottom: 93px;
  }

  .xl\:pl-93px{
    padding-left: 93px;
  }

  .xl\:pt-115px{
    padding-top: 115px;
  }

  .xl\:pr-115px{
    padding-right: 115px;
  }

  .xl\:pb-115px{
    padding-bottom: 115px;
  }

  .xl\:pl-115px{
    padding-left: 115px;
  }

  .xl\:first\:p-0:first-child{
    padding: 0;
  }

  .xl\:first\:p-2px:first-child{
    padding: 2px;
  }

  .xl\:first\:p-4px:first-child{
    padding: 4px;
  }

  .xl\:first\:p-5px:first-child{
    padding: 5px;
  }

  .xl\:first\:p-6px:first-child{
    padding: 6px;
  }

  .xl\:first\:p-7px:first-child{
    padding: 7px;
  }

  .xl\:first\:p-8px:first-child{
    padding: 8px;
  }

  .xl\:first\:p-10px:first-child{
    padding: 10px;
  }

  .xl\:first\:p-11px:first-child{
    padding: 11px;
  }

  .xl\:first\:p-12px:first-child{
    padding: 12px;
  }

  .xl\:first\:p-14px:first-child{
    padding: 14px;
  }

  .xl\:first\:p-15px:first-child{
    padding: 15px;
  }

  .xl\:first\:p-16px:first-child{
    padding: 16px;
  }

  .xl\:first\:p-18px:first-child{
    padding: 18px;
  }

  .xl\:first\:p-20px:first-child{
    padding: 20px;
  }

  .xl\:first\:p-24px:first-child{
    padding: 24px;
  }

  .xl\:first\:p-25px:first-child{
    padding: 25px;
  }

  .xl\:first\:p-26px:first-child{
    padding: 26px;
  }

  .xl\:first\:p-30px:first-child{
    padding: 30px;
  }

  .xl\:first\:p-34px:first-child{
    padding: 34px;
  }

  .xl\:first\:p-36px:first-child{
    padding: 36px;
  }

  .xl\:first\:p-40px:first-child{
    padding: 40px;
  }

  .xl\:first\:p-45px:first-child{
    padding: 45px;
  }

  .xl\:first\:p-49px:first-child{
    padding: 49px;
  }

  .xl\:first\:p-50px:first-child{
    padding: 50px;
  }

  .xl\:first\:p-53px:first-child{
    padding: 53px;
  }

  .xl\:first\:p-55px:first-child{
    padding: 55px;
  }

  .xl\:first\:p-60px:first-child{
    padding: 60px;
  }

  .xl\:first\:p-68px:first-child{
    padding: 68px;
  }

  .xl\:first\:p-80px:first-child{
    padding: 80px;
  }

  .xl\:first\:p-90px:first-child{
    padding: 90px;
  }

  .xl\:first\:p-93px:first-child{
    padding: 93px;
  }

  .xl\:first\:p-115px:first-child{
    padding: 115px;
  }

  .xl\:first\:py-0:first-child{
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:first\:px-0:first-child{
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:first\:py-2px:first-child{
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .xl\:first\:px-2px:first-child{
    padding-left: 2px;
    padding-right: 2px;
  }

  .xl\:first\:py-4px:first-child{
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .xl\:first\:px-4px:first-child{
    padding-left: 4px;
    padding-right: 4px;
  }

  .xl\:first\:py-5px:first-child{
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .xl\:first\:px-5px:first-child{
    padding-left: 5px;
    padding-right: 5px;
  }

  .xl\:first\:py-6px:first-child{
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .xl\:first\:px-6px:first-child{
    padding-left: 6px;
    padding-right: 6px;
  }

  .xl\:first\:py-7px:first-child{
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .xl\:first\:px-7px:first-child{
    padding-left: 7px;
    padding-right: 7px;
  }

  .xl\:first\:py-8px:first-child{
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .xl\:first\:px-8px:first-child{
    padding-left: 8px;
    padding-right: 8px;
  }

  .xl\:first\:py-10px:first-child{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .xl\:first\:px-10px:first-child{
    padding-left: 10px;
    padding-right: 10px;
  }

  .xl\:first\:py-11px:first-child{
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .xl\:first\:px-11px:first-child{
    padding-left: 11px;
    padding-right: 11px;
  }

  .xl\:first\:py-12px:first-child{
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .xl\:first\:px-12px:first-child{
    padding-left: 12px;
    padding-right: 12px;
  }

  .xl\:first\:py-14px:first-child{
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .xl\:first\:px-14px:first-child{
    padding-left: 14px;
    padding-right: 14px;
  }

  .xl\:first\:py-15px:first-child{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .xl\:first\:px-15px:first-child{
    padding-left: 15px;
    padding-right: 15px;
  }

  .xl\:first\:py-16px:first-child{
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .xl\:first\:px-16px:first-child{
    padding-left: 16px;
    padding-right: 16px;
  }

  .xl\:first\:py-18px:first-child{
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .xl\:first\:px-18px:first-child{
    padding-left: 18px;
    padding-right: 18px;
  }

  .xl\:first\:py-20px:first-child{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .xl\:first\:px-20px:first-child{
    padding-left: 20px;
    padding-right: 20px;
  }

  .xl\:first\:py-24px:first-child{
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .xl\:first\:px-24px:first-child{
    padding-left: 24px;
    padding-right: 24px;
  }

  .xl\:first\:py-25px:first-child{
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .xl\:first\:px-25px:first-child{
    padding-left: 25px;
    padding-right: 25px;
  }

  .xl\:first\:py-26px:first-child{
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .xl\:first\:px-26px:first-child{
    padding-left: 26px;
    padding-right: 26px;
  }

  .xl\:first\:py-30px:first-child{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .xl\:first\:px-30px:first-child{
    padding-left: 30px;
    padding-right: 30px;
  }

  .xl\:first\:py-34px:first-child{
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .xl\:first\:px-34px:first-child{
    padding-left: 34px;
    padding-right: 34px;
  }

  .xl\:first\:py-36px:first-child{
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .xl\:first\:px-36px:first-child{
    padding-left: 36px;
    padding-right: 36px;
  }

  .xl\:first\:py-40px:first-child{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .xl\:first\:px-40px:first-child{
    padding-left: 40px;
    padding-right: 40px;
  }

  .xl\:first\:py-45px:first-child{
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .xl\:first\:px-45px:first-child{
    padding-left: 45px;
    padding-right: 45px;
  }

  .xl\:first\:py-49px:first-child{
    padding-top: 49px;
    padding-bottom: 49px;
  }

  .xl\:first\:px-49px:first-child{
    padding-left: 49px;
    padding-right: 49px;
  }

  .xl\:first\:py-50px:first-child{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .xl\:first\:px-50px:first-child{
    padding-left: 50px;
    padding-right: 50px;
  }

  .xl\:first\:py-53px:first-child{
    padding-top: 53px;
    padding-bottom: 53px;
  }

  .xl\:first\:px-53px:first-child{
    padding-left: 53px;
    padding-right: 53px;
  }

  .xl\:first\:py-55px:first-child{
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .xl\:first\:px-55px:first-child{
    padding-left: 55px;
    padding-right: 55px;
  }

  .xl\:first\:py-60px:first-child{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .xl\:first\:px-60px:first-child{
    padding-left: 60px;
    padding-right: 60px;
  }

  .xl\:first\:py-68px:first-child{
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .xl\:first\:px-68px:first-child{
    padding-left: 68px;
    padding-right: 68px;
  }

  .xl\:first\:py-80px:first-child{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .xl\:first\:px-80px:first-child{
    padding-left: 80px;
    padding-right: 80px;
  }

  .xl\:first\:py-90px:first-child{
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .xl\:first\:px-90px:first-child{
    padding-left: 90px;
    padding-right: 90px;
  }

  .xl\:first\:py-93px:first-child{
    padding-top: 93px;
    padding-bottom: 93px;
  }

  .xl\:first\:px-93px:first-child{
    padding-left: 93px;
    padding-right: 93px;
  }

  .xl\:first\:py-115px:first-child{
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .xl\:first\:px-115px:first-child{
    padding-left: 115px;
    padding-right: 115px;
  }

  .xl\:first\:pt-0:first-child{
    padding-top: 0;
  }

  .xl\:first\:pr-0:first-child{
    padding-right: 0;
  }

  .xl\:first\:pb-0:first-child{
    padding-bottom: 0;
  }

  .xl\:first\:pl-0:first-child{
    padding-left: 0;
  }

  .xl\:first\:pt-2px:first-child{
    padding-top: 2px;
  }

  .xl\:first\:pr-2px:first-child{
    padding-right: 2px;
  }

  .xl\:first\:pb-2px:first-child{
    padding-bottom: 2px;
  }

  .xl\:first\:pl-2px:first-child{
    padding-left: 2px;
  }

  .xl\:first\:pt-4px:first-child{
    padding-top: 4px;
  }

  .xl\:first\:pr-4px:first-child{
    padding-right: 4px;
  }

  .xl\:first\:pb-4px:first-child{
    padding-bottom: 4px;
  }

  .xl\:first\:pl-4px:first-child{
    padding-left: 4px;
  }

  .xl\:first\:pt-5px:first-child{
    padding-top: 5px;
  }

  .xl\:first\:pr-5px:first-child{
    padding-right: 5px;
  }

  .xl\:first\:pb-5px:first-child{
    padding-bottom: 5px;
  }

  .xl\:first\:pl-5px:first-child{
    padding-left: 5px;
  }

  .xl\:first\:pt-6px:first-child{
    padding-top: 6px;
  }

  .xl\:first\:pr-6px:first-child{
    padding-right: 6px;
  }

  .xl\:first\:pb-6px:first-child{
    padding-bottom: 6px;
  }

  .xl\:first\:pl-6px:first-child{
    padding-left: 6px;
  }

  .xl\:first\:pt-7px:first-child{
    padding-top: 7px;
  }

  .xl\:first\:pr-7px:first-child{
    padding-right: 7px;
  }

  .xl\:first\:pb-7px:first-child{
    padding-bottom: 7px;
  }

  .xl\:first\:pl-7px:first-child{
    padding-left: 7px;
  }

  .xl\:first\:pt-8px:first-child{
    padding-top: 8px;
  }

  .xl\:first\:pr-8px:first-child{
    padding-right: 8px;
  }

  .xl\:first\:pb-8px:first-child{
    padding-bottom: 8px;
  }

  .xl\:first\:pl-8px:first-child{
    padding-left: 8px;
  }

  .xl\:first\:pt-10px:first-child{
    padding-top: 10px;
  }

  .xl\:first\:pr-10px:first-child{
    padding-right: 10px;
  }

  .xl\:first\:pb-10px:first-child{
    padding-bottom: 10px;
  }

  .xl\:first\:pl-10px:first-child{
    padding-left: 10px;
  }

  .xl\:first\:pt-11px:first-child{
    padding-top: 11px;
  }

  .xl\:first\:pr-11px:first-child{
    padding-right: 11px;
  }

  .xl\:first\:pb-11px:first-child{
    padding-bottom: 11px;
  }

  .xl\:first\:pl-11px:first-child{
    padding-left: 11px;
  }

  .xl\:first\:pt-12px:first-child{
    padding-top: 12px;
  }

  .xl\:first\:pr-12px:first-child{
    padding-right: 12px;
  }

  .xl\:first\:pb-12px:first-child{
    padding-bottom: 12px;
  }

  .xl\:first\:pl-12px:first-child{
    padding-left: 12px;
  }

  .xl\:first\:pt-14px:first-child{
    padding-top: 14px;
  }

  .xl\:first\:pr-14px:first-child{
    padding-right: 14px;
  }

  .xl\:first\:pb-14px:first-child{
    padding-bottom: 14px;
  }

  .xl\:first\:pl-14px:first-child{
    padding-left: 14px;
  }

  .xl\:first\:pt-15px:first-child{
    padding-top: 15px;
  }

  .xl\:first\:pr-15px:first-child{
    padding-right: 15px;
  }

  .xl\:first\:pb-15px:first-child{
    padding-bottom: 15px;
  }

  .xl\:first\:pl-15px:first-child{
    padding-left: 15px;
  }

  .xl\:first\:pt-16px:first-child{
    padding-top: 16px;
  }

  .xl\:first\:pr-16px:first-child{
    padding-right: 16px;
  }

  .xl\:first\:pb-16px:first-child{
    padding-bottom: 16px;
  }

  .xl\:first\:pl-16px:first-child{
    padding-left: 16px;
  }

  .xl\:first\:pt-18px:first-child{
    padding-top: 18px;
  }

  .xl\:first\:pr-18px:first-child{
    padding-right: 18px;
  }

  .xl\:first\:pb-18px:first-child{
    padding-bottom: 18px;
  }

  .xl\:first\:pl-18px:first-child{
    padding-left: 18px;
  }

  .xl\:first\:pt-20px:first-child{
    padding-top: 20px;
  }

  .xl\:first\:pr-20px:first-child{
    padding-right: 20px;
  }

  .xl\:first\:pb-20px:first-child{
    padding-bottom: 20px;
  }

  .xl\:first\:pl-20px:first-child{
    padding-left: 20px;
  }

  .xl\:first\:pt-24px:first-child{
    padding-top: 24px;
  }

  .xl\:first\:pr-24px:first-child{
    padding-right: 24px;
  }

  .xl\:first\:pb-24px:first-child{
    padding-bottom: 24px;
  }

  .xl\:first\:pl-24px:first-child{
    padding-left: 24px;
  }

  .xl\:first\:pt-25px:first-child{
    padding-top: 25px;
  }

  .xl\:first\:pr-25px:first-child{
    padding-right: 25px;
  }

  .xl\:first\:pb-25px:first-child{
    padding-bottom: 25px;
  }

  .xl\:first\:pl-25px:first-child{
    padding-left: 25px;
  }

  .xl\:first\:pt-26px:first-child{
    padding-top: 26px;
  }

  .xl\:first\:pr-26px:first-child{
    padding-right: 26px;
  }

  .xl\:first\:pb-26px:first-child{
    padding-bottom: 26px;
  }

  .xl\:first\:pl-26px:first-child{
    padding-left: 26px;
  }

  .xl\:first\:pt-30px:first-child{
    padding-top: 30px;
  }

  .xl\:first\:pr-30px:first-child{
    padding-right: 30px;
  }

  .xl\:first\:pb-30px:first-child{
    padding-bottom: 30px;
  }

  .xl\:first\:pl-30px:first-child{
    padding-left: 30px;
  }

  .xl\:first\:pt-34px:first-child{
    padding-top: 34px;
  }

  .xl\:first\:pr-34px:first-child{
    padding-right: 34px;
  }

  .xl\:first\:pb-34px:first-child{
    padding-bottom: 34px;
  }

  .xl\:first\:pl-34px:first-child{
    padding-left: 34px;
  }

  .xl\:first\:pt-36px:first-child{
    padding-top: 36px;
  }

  .xl\:first\:pr-36px:first-child{
    padding-right: 36px;
  }

  .xl\:first\:pb-36px:first-child{
    padding-bottom: 36px;
  }

  .xl\:first\:pl-36px:first-child{
    padding-left: 36px;
  }

  .xl\:first\:pt-40px:first-child{
    padding-top: 40px;
  }

  .xl\:first\:pr-40px:first-child{
    padding-right: 40px;
  }

  .xl\:first\:pb-40px:first-child{
    padding-bottom: 40px;
  }

  .xl\:first\:pl-40px:first-child{
    padding-left: 40px;
  }

  .xl\:first\:pt-45px:first-child{
    padding-top: 45px;
  }

  .xl\:first\:pr-45px:first-child{
    padding-right: 45px;
  }

  .xl\:first\:pb-45px:first-child{
    padding-bottom: 45px;
  }

  .xl\:first\:pl-45px:first-child{
    padding-left: 45px;
  }

  .xl\:first\:pt-49px:first-child{
    padding-top: 49px;
  }

  .xl\:first\:pr-49px:first-child{
    padding-right: 49px;
  }

  .xl\:first\:pb-49px:first-child{
    padding-bottom: 49px;
  }

  .xl\:first\:pl-49px:first-child{
    padding-left: 49px;
  }

  .xl\:first\:pt-50px:first-child{
    padding-top: 50px;
  }

  .xl\:first\:pr-50px:first-child{
    padding-right: 50px;
  }

  .xl\:first\:pb-50px:first-child{
    padding-bottom: 50px;
  }

  .xl\:first\:pl-50px:first-child{
    padding-left: 50px;
  }

  .xl\:first\:pt-53px:first-child{
    padding-top: 53px;
  }

  .xl\:first\:pr-53px:first-child{
    padding-right: 53px;
  }

  .xl\:first\:pb-53px:first-child{
    padding-bottom: 53px;
  }

  .xl\:first\:pl-53px:first-child{
    padding-left: 53px;
  }

  .xl\:first\:pt-55px:first-child{
    padding-top: 55px;
  }

  .xl\:first\:pr-55px:first-child{
    padding-right: 55px;
  }

  .xl\:first\:pb-55px:first-child{
    padding-bottom: 55px;
  }

  .xl\:first\:pl-55px:first-child{
    padding-left: 55px;
  }

  .xl\:first\:pt-60px:first-child{
    padding-top: 60px;
  }

  .xl\:first\:pr-60px:first-child{
    padding-right: 60px;
  }

  .xl\:first\:pb-60px:first-child{
    padding-bottom: 60px;
  }

  .xl\:first\:pl-60px:first-child{
    padding-left: 60px;
  }

  .xl\:first\:pt-68px:first-child{
    padding-top: 68px;
  }

  .xl\:first\:pr-68px:first-child{
    padding-right: 68px;
  }

  .xl\:first\:pb-68px:first-child{
    padding-bottom: 68px;
  }

  .xl\:first\:pl-68px:first-child{
    padding-left: 68px;
  }

  .xl\:first\:pt-80px:first-child{
    padding-top: 80px;
  }

  .xl\:first\:pr-80px:first-child{
    padding-right: 80px;
  }

  .xl\:first\:pb-80px:first-child{
    padding-bottom: 80px;
  }

  .xl\:first\:pl-80px:first-child{
    padding-left: 80px;
  }

  .xl\:first\:pt-90px:first-child{
    padding-top: 90px;
  }

  .xl\:first\:pr-90px:first-child{
    padding-right: 90px;
  }

  .xl\:first\:pb-90px:first-child{
    padding-bottom: 90px;
  }

  .xl\:first\:pl-90px:first-child{
    padding-left: 90px;
  }

  .xl\:first\:pt-93px:first-child{
    padding-top: 93px;
  }

  .xl\:first\:pr-93px:first-child{
    padding-right: 93px;
  }

  .xl\:first\:pb-93px:first-child{
    padding-bottom: 93px;
  }

  .xl\:first\:pl-93px:first-child{
    padding-left: 93px;
  }

  .xl\:first\:pt-115px:first-child{
    padding-top: 115px;
  }

  .xl\:first\:pr-115px:first-child{
    padding-right: 115px;
  }

  .xl\:first\:pb-115px:first-child{
    padding-bottom: 115px;
  }

  .xl\:first\:pl-115px:first-child{
    padding-left: 115px;
  }

  .xl\:last\:p-0:last-child{
    padding: 0;
  }

  .xl\:last\:p-2px:last-child{
    padding: 2px;
  }

  .xl\:last\:p-4px:last-child{
    padding: 4px;
  }

  .xl\:last\:p-5px:last-child{
    padding: 5px;
  }

  .xl\:last\:p-6px:last-child{
    padding: 6px;
  }

  .xl\:last\:p-7px:last-child{
    padding: 7px;
  }

  .xl\:last\:p-8px:last-child{
    padding: 8px;
  }

  .xl\:last\:p-10px:last-child{
    padding: 10px;
  }

  .xl\:last\:p-11px:last-child{
    padding: 11px;
  }

  .xl\:last\:p-12px:last-child{
    padding: 12px;
  }

  .xl\:last\:p-14px:last-child{
    padding: 14px;
  }

  .xl\:last\:p-15px:last-child{
    padding: 15px;
  }

  .xl\:last\:p-16px:last-child{
    padding: 16px;
  }

  .xl\:last\:p-18px:last-child{
    padding: 18px;
  }

  .xl\:last\:p-20px:last-child{
    padding: 20px;
  }

  .xl\:last\:p-24px:last-child{
    padding: 24px;
  }

  .xl\:last\:p-25px:last-child{
    padding: 25px;
  }

  .xl\:last\:p-26px:last-child{
    padding: 26px;
  }

  .xl\:last\:p-30px:last-child{
    padding: 30px;
  }

  .xl\:last\:p-34px:last-child{
    padding: 34px;
  }

  .xl\:last\:p-36px:last-child{
    padding: 36px;
  }

  .xl\:last\:p-40px:last-child{
    padding: 40px;
  }

  .xl\:last\:p-45px:last-child{
    padding: 45px;
  }

  .xl\:last\:p-49px:last-child{
    padding: 49px;
  }

  .xl\:last\:p-50px:last-child{
    padding: 50px;
  }

  .xl\:last\:p-53px:last-child{
    padding: 53px;
  }

  .xl\:last\:p-55px:last-child{
    padding: 55px;
  }

  .xl\:last\:p-60px:last-child{
    padding: 60px;
  }

  .xl\:last\:p-68px:last-child{
    padding: 68px;
  }

  .xl\:last\:p-80px:last-child{
    padding: 80px;
  }

  .xl\:last\:p-90px:last-child{
    padding: 90px;
  }

  .xl\:last\:p-93px:last-child{
    padding: 93px;
  }

  .xl\:last\:p-115px:last-child{
    padding: 115px;
  }

  .xl\:last\:py-0:last-child{
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:last\:px-0:last-child{
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:last\:py-2px:last-child{
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .xl\:last\:px-2px:last-child{
    padding-left: 2px;
    padding-right: 2px;
  }

  .xl\:last\:py-4px:last-child{
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .xl\:last\:px-4px:last-child{
    padding-left: 4px;
    padding-right: 4px;
  }

  .xl\:last\:py-5px:last-child{
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .xl\:last\:px-5px:last-child{
    padding-left: 5px;
    padding-right: 5px;
  }

  .xl\:last\:py-6px:last-child{
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .xl\:last\:px-6px:last-child{
    padding-left: 6px;
    padding-right: 6px;
  }

  .xl\:last\:py-7px:last-child{
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .xl\:last\:px-7px:last-child{
    padding-left: 7px;
    padding-right: 7px;
  }

  .xl\:last\:py-8px:last-child{
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .xl\:last\:px-8px:last-child{
    padding-left: 8px;
    padding-right: 8px;
  }

  .xl\:last\:py-10px:last-child{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .xl\:last\:px-10px:last-child{
    padding-left: 10px;
    padding-right: 10px;
  }

  .xl\:last\:py-11px:last-child{
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .xl\:last\:px-11px:last-child{
    padding-left: 11px;
    padding-right: 11px;
  }

  .xl\:last\:py-12px:last-child{
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .xl\:last\:px-12px:last-child{
    padding-left: 12px;
    padding-right: 12px;
  }

  .xl\:last\:py-14px:last-child{
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .xl\:last\:px-14px:last-child{
    padding-left: 14px;
    padding-right: 14px;
  }

  .xl\:last\:py-15px:last-child{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .xl\:last\:px-15px:last-child{
    padding-left: 15px;
    padding-right: 15px;
  }

  .xl\:last\:py-16px:last-child{
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .xl\:last\:px-16px:last-child{
    padding-left: 16px;
    padding-right: 16px;
  }

  .xl\:last\:py-18px:last-child{
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .xl\:last\:px-18px:last-child{
    padding-left: 18px;
    padding-right: 18px;
  }

  .xl\:last\:py-20px:last-child{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .xl\:last\:px-20px:last-child{
    padding-left: 20px;
    padding-right: 20px;
  }

  .xl\:last\:py-24px:last-child{
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .xl\:last\:px-24px:last-child{
    padding-left: 24px;
    padding-right: 24px;
  }

  .xl\:last\:py-25px:last-child{
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .xl\:last\:px-25px:last-child{
    padding-left: 25px;
    padding-right: 25px;
  }

  .xl\:last\:py-26px:last-child{
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .xl\:last\:px-26px:last-child{
    padding-left: 26px;
    padding-right: 26px;
  }

  .xl\:last\:py-30px:last-child{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .xl\:last\:px-30px:last-child{
    padding-left: 30px;
    padding-right: 30px;
  }

  .xl\:last\:py-34px:last-child{
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .xl\:last\:px-34px:last-child{
    padding-left: 34px;
    padding-right: 34px;
  }

  .xl\:last\:py-36px:last-child{
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .xl\:last\:px-36px:last-child{
    padding-left: 36px;
    padding-right: 36px;
  }

  .xl\:last\:py-40px:last-child{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .xl\:last\:px-40px:last-child{
    padding-left: 40px;
    padding-right: 40px;
  }

  .xl\:last\:py-45px:last-child{
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .xl\:last\:px-45px:last-child{
    padding-left: 45px;
    padding-right: 45px;
  }

  .xl\:last\:py-49px:last-child{
    padding-top: 49px;
    padding-bottom: 49px;
  }

  .xl\:last\:px-49px:last-child{
    padding-left: 49px;
    padding-right: 49px;
  }

  .xl\:last\:py-50px:last-child{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .xl\:last\:px-50px:last-child{
    padding-left: 50px;
    padding-right: 50px;
  }

  .xl\:last\:py-53px:last-child{
    padding-top: 53px;
    padding-bottom: 53px;
  }

  .xl\:last\:px-53px:last-child{
    padding-left: 53px;
    padding-right: 53px;
  }

  .xl\:last\:py-55px:last-child{
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .xl\:last\:px-55px:last-child{
    padding-left: 55px;
    padding-right: 55px;
  }

  .xl\:last\:py-60px:last-child{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .xl\:last\:px-60px:last-child{
    padding-left: 60px;
    padding-right: 60px;
  }

  .xl\:last\:py-68px:last-child{
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .xl\:last\:px-68px:last-child{
    padding-left: 68px;
    padding-right: 68px;
  }

  .xl\:last\:py-80px:last-child{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .xl\:last\:px-80px:last-child{
    padding-left: 80px;
    padding-right: 80px;
  }

  .xl\:last\:py-90px:last-child{
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .xl\:last\:px-90px:last-child{
    padding-left: 90px;
    padding-right: 90px;
  }

  .xl\:last\:py-93px:last-child{
    padding-top: 93px;
    padding-bottom: 93px;
  }

  .xl\:last\:px-93px:last-child{
    padding-left: 93px;
    padding-right: 93px;
  }

  .xl\:last\:py-115px:last-child{
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .xl\:last\:px-115px:last-child{
    padding-left: 115px;
    padding-right: 115px;
  }

  .xl\:last\:pt-0:last-child{
    padding-top: 0;
  }

  .xl\:last\:pr-0:last-child{
    padding-right: 0;
  }

  .xl\:last\:pb-0:last-child{
    padding-bottom: 0;
  }

  .xl\:last\:pl-0:last-child{
    padding-left: 0;
  }

  .xl\:last\:pt-2px:last-child{
    padding-top: 2px;
  }

  .xl\:last\:pr-2px:last-child{
    padding-right: 2px;
  }

  .xl\:last\:pb-2px:last-child{
    padding-bottom: 2px;
  }

  .xl\:last\:pl-2px:last-child{
    padding-left: 2px;
  }

  .xl\:last\:pt-4px:last-child{
    padding-top: 4px;
  }

  .xl\:last\:pr-4px:last-child{
    padding-right: 4px;
  }

  .xl\:last\:pb-4px:last-child{
    padding-bottom: 4px;
  }

  .xl\:last\:pl-4px:last-child{
    padding-left: 4px;
  }

  .xl\:last\:pt-5px:last-child{
    padding-top: 5px;
  }

  .xl\:last\:pr-5px:last-child{
    padding-right: 5px;
  }

  .xl\:last\:pb-5px:last-child{
    padding-bottom: 5px;
  }

  .xl\:last\:pl-5px:last-child{
    padding-left: 5px;
  }

  .xl\:last\:pt-6px:last-child{
    padding-top: 6px;
  }

  .xl\:last\:pr-6px:last-child{
    padding-right: 6px;
  }

  .xl\:last\:pb-6px:last-child{
    padding-bottom: 6px;
  }

  .xl\:last\:pl-6px:last-child{
    padding-left: 6px;
  }

  .xl\:last\:pt-7px:last-child{
    padding-top: 7px;
  }

  .xl\:last\:pr-7px:last-child{
    padding-right: 7px;
  }

  .xl\:last\:pb-7px:last-child{
    padding-bottom: 7px;
  }

  .xl\:last\:pl-7px:last-child{
    padding-left: 7px;
  }

  .xl\:last\:pt-8px:last-child{
    padding-top: 8px;
  }

  .xl\:last\:pr-8px:last-child{
    padding-right: 8px;
  }

  .xl\:last\:pb-8px:last-child{
    padding-bottom: 8px;
  }

  .xl\:last\:pl-8px:last-child{
    padding-left: 8px;
  }

  .xl\:last\:pt-10px:last-child{
    padding-top: 10px;
  }

  .xl\:last\:pr-10px:last-child{
    padding-right: 10px;
  }

  .xl\:last\:pb-10px:last-child{
    padding-bottom: 10px;
  }

  .xl\:last\:pl-10px:last-child{
    padding-left: 10px;
  }

  .xl\:last\:pt-11px:last-child{
    padding-top: 11px;
  }

  .xl\:last\:pr-11px:last-child{
    padding-right: 11px;
  }

  .xl\:last\:pb-11px:last-child{
    padding-bottom: 11px;
  }

  .xl\:last\:pl-11px:last-child{
    padding-left: 11px;
  }

  .xl\:last\:pt-12px:last-child{
    padding-top: 12px;
  }

  .xl\:last\:pr-12px:last-child{
    padding-right: 12px;
  }

  .xl\:last\:pb-12px:last-child{
    padding-bottom: 12px;
  }

  .xl\:last\:pl-12px:last-child{
    padding-left: 12px;
  }

  .xl\:last\:pt-14px:last-child{
    padding-top: 14px;
  }

  .xl\:last\:pr-14px:last-child{
    padding-right: 14px;
  }

  .xl\:last\:pb-14px:last-child{
    padding-bottom: 14px;
  }

  .xl\:last\:pl-14px:last-child{
    padding-left: 14px;
  }

  .xl\:last\:pt-15px:last-child{
    padding-top: 15px;
  }

  .xl\:last\:pr-15px:last-child{
    padding-right: 15px;
  }

  .xl\:last\:pb-15px:last-child{
    padding-bottom: 15px;
  }

  .xl\:last\:pl-15px:last-child{
    padding-left: 15px;
  }

  .xl\:last\:pt-16px:last-child{
    padding-top: 16px;
  }

  .xl\:last\:pr-16px:last-child{
    padding-right: 16px;
  }

  .xl\:last\:pb-16px:last-child{
    padding-bottom: 16px;
  }

  .xl\:last\:pl-16px:last-child{
    padding-left: 16px;
  }

  .xl\:last\:pt-18px:last-child{
    padding-top: 18px;
  }

  .xl\:last\:pr-18px:last-child{
    padding-right: 18px;
  }

  .xl\:last\:pb-18px:last-child{
    padding-bottom: 18px;
  }

  .xl\:last\:pl-18px:last-child{
    padding-left: 18px;
  }

  .xl\:last\:pt-20px:last-child{
    padding-top: 20px;
  }

  .xl\:last\:pr-20px:last-child{
    padding-right: 20px;
  }

  .xl\:last\:pb-20px:last-child{
    padding-bottom: 20px;
  }

  .xl\:last\:pl-20px:last-child{
    padding-left: 20px;
  }

  .xl\:last\:pt-24px:last-child{
    padding-top: 24px;
  }

  .xl\:last\:pr-24px:last-child{
    padding-right: 24px;
  }

  .xl\:last\:pb-24px:last-child{
    padding-bottom: 24px;
  }

  .xl\:last\:pl-24px:last-child{
    padding-left: 24px;
  }

  .xl\:last\:pt-25px:last-child{
    padding-top: 25px;
  }

  .xl\:last\:pr-25px:last-child{
    padding-right: 25px;
  }

  .xl\:last\:pb-25px:last-child{
    padding-bottom: 25px;
  }

  .xl\:last\:pl-25px:last-child{
    padding-left: 25px;
  }

  .xl\:last\:pt-26px:last-child{
    padding-top: 26px;
  }

  .xl\:last\:pr-26px:last-child{
    padding-right: 26px;
  }

  .xl\:last\:pb-26px:last-child{
    padding-bottom: 26px;
  }

  .xl\:last\:pl-26px:last-child{
    padding-left: 26px;
  }

  .xl\:last\:pt-30px:last-child{
    padding-top: 30px;
  }

  .xl\:last\:pr-30px:last-child{
    padding-right: 30px;
  }

  .xl\:last\:pb-30px:last-child{
    padding-bottom: 30px;
  }

  .xl\:last\:pl-30px:last-child{
    padding-left: 30px;
  }

  .xl\:last\:pt-34px:last-child{
    padding-top: 34px;
  }

  .xl\:last\:pr-34px:last-child{
    padding-right: 34px;
  }

  .xl\:last\:pb-34px:last-child{
    padding-bottom: 34px;
  }

  .xl\:last\:pl-34px:last-child{
    padding-left: 34px;
  }

  .xl\:last\:pt-36px:last-child{
    padding-top: 36px;
  }

  .xl\:last\:pr-36px:last-child{
    padding-right: 36px;
  }

  .xl\:last\:pb-36px:last-child{
    padding-bottom: 36px;
  }

  .xl\:last\:pl-36px:last-child{
    padding-left: 36px;
  }

  .xl\:last\:pt-40px:last-child{
    padding-top: 40px;
  }

  .xl\:last\:pr-40px:last-child{
    padding-right: 40px;
  }

  .xl\:last\:pb-40px:last-child{
    padding-bottom: 40px;
  }

  .xl\:last\:pl-40px:last-child{
    padding-left: 40px;
  }

  .xl\:last\:pt-45px:last-child{
    padding-top: 45px;
  }

  .xl\:last\:pr-45px:last-child{
    padding-right: 45px;
  }

  .xl\:last\:pb-45px:last-child{
    padding-bottom: 45px;
  }

  .xl\:last\:pl-45px:last-child{
    padding-left: 45px;
  }

  .xl\:last\:pt-49px:last-child{
    padding-top: 49px;
  }

  .xl\:last\:pr-49px:last-child{
    padding-right: 49px;
  }

  .xl\:last\:pb-49px:last-child{
    padding-bottom: 49px;
  }

  .xl\:last\:pl-49px:last-child{
    padding-left: 49px;
  }

  .xl\:last\:pt-50px:last-child{
    padding-top: 50px;
  }

  .xl\:last\:pr-50px:last-child{
    padding-right: 50px;
  }

  .xl\:last\:pb-50px:last-child{
    padding-bottom: 50px;
  }

  .xl\:last\:pl-50px:last-child{
    padding-left: 50px;
  }

  .xl\:last\:pt-53px:last-child{
    padding-top: 53px;
  }

  .xl\:last\:pr-53px:last-child{
    padding-right: 53px;
  }

  .xl\:last\:pb-53px:last-child{
    padding-bottom: 53px;
  }

  .xl\:last\:pl-53px:last-child{
    padding-left: 53px;
  }

  .xl\:last\:pt-55px:last-child{
    padding-top: 55px;
  }

  .xl\:last\:pr-55px:last-child{
    padding-right: 55px;
  }

  .xl\:last\:pb-55px:last-child{
    padding-bottom: 55px;
  }

  .xl\:last\:pl-55px:last-child{
    padding-left: 55px;
  }

  .xl\:last\:pt-60px:last-child{
    padding-top: 60px;
  }

  .xl\:last\:pr-60px:last-child{
    padding-right: 60px;
  }

  .xl\:last\:pb-60px:last-child{
    padding-bottom: 60px;
  }

  .xl\:last\:pl-60px:last-child{
    padding-left: 60px;
  }

  .xl\:last\:pt-68px:last-child{
    padding-top: 68px;
  }

  .xl\:last\:pr-68px:last-child{
    padding-right: 68px;
  }

  .xl\:last\:pb-68px:last-child{
    padding-bottom: 68px;
  }

  .xl\:last\:pl-68px:last-child{
    padding-left: 68px;
  }

  .xl\:last\:pt-80px:last-child{
    padding-top: 80px;
  }

  .xl\:last\:pr-80px:last-child{
    padding-right: 80px;
  }

  .xl\:last\:pb-80px:last-child{
    padding-bottom: 80px;
  }

  .xl\:last\:pl-80px:last-child{
    padding-left: 80px;
  }

  .xl\:last\:pt-90px:last-child{
    padding-top: 90px;
  }

  .xl\:last\:pr-90px:last-child{
    padding-right: 90px;
  }

  .xl\:last\:pb-90px:last-child{
    padding-bottom: 90px;
  }

  .xl\:last\:pl-90px:last-child{
    padding-left: 90px;
  }

  .xl\:last\:pt-93px:last-child{
    padding-top: 93px;
  }

  .xl\:last\:pr-93px:last-child{
    padding-right: 93px;
  }

  .xl\:last\:pb-93px:last-child{
    padding-bottom: 93px;
  }

  .xl\:last\:pl-93px:last-child{
    padding-left: 93px;
  }

  .xl\:last\:pt-115px:last-child{
    padding-top: 115px;
  }

  .xl\:last\:pr-115px:last-child{
    padding-right: 115px;
  }

  .xl\:last\:pb-115px:last-child{
    padding-bottom: 115px;
  }

  .xl\:last\:pl-115px:last-child{
    padding-left: 115px;
  }

  .xl\:static{
    position: static;
  }

  .xl\:fixed{
    position: fixed;
  }

  .xl\:absolute{
    position: absolute;
  }

  .xl\:relative{
    position: relative;
  }

  .xl\:sticky{
    position: sticky;
  }

  .xl\:space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .xl\:space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-2px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2px * var(--space-y-reverse));
  }

  .xl\:space-x-2px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2px * var(--space-x-reverse));
    margin-left: calc(2px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-4px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4px * var(--space-y-reverse));
  }

  .xl\:space-x-4px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(4px * var(--space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-5px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5px * var(--space-y-reverse));
  }

  .xl\:space-x-5px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(5px * var(--space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-6px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6px * var(--space-y-reverse));
  }

  .xl\:space-x-6px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(6px * var(--space-x-reverse));
    margin-left: calc(6px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-7px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(7px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(7px * var(--space-y-reverse));
  }

  .xl\:space-x-7px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(7px * var(--space-x-reverse));
    margin-left: calc(7px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-8px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8px * var(--space-y-reverse));
  }

  .xl\:space-x-8px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(8px * var(--space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-10px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10px * var(--space-y-reverse));
  }

  .xl\:space-x-10px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(10px * var(--space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-11px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(11px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(11px * var(--space-y-reverse));
  }

  .xl\:space-x-11px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(11px * var(--space-x-reverse));
    margin-left: calc(11px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-12px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12px * var(--space-y-reverse));
  }

  .xl\:space-x-12px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(12px * var(--space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-14px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14px * var(--space-y-reverse));
  }

  .xl\:space-x-14px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(14px * var(--space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-15px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(15px * var(--space-y-reverse));
  }

  .xl\:space-x-15px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(15px * var(--space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-16px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16px * var(--space-y-reverse));
  }

  .xl\:space-x-16px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(16px * var(--space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-18px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18px * var(--space-y-reverse));
  }

  .xl\:space-x-18px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(18px * var(--space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-20px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse));
  }

  .xl\:space-x-20px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-24px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24px * var(--space-y-reverse));
  }

  .xl\:space-x-24px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(24px * var(--space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-25px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25px * var(--space-y-reverse));
  }

  .xl\:space-x-25px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(25px * var(--space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-26px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(26px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(26px * var(--space-y-reverse));
  }

  .xl\:space-x-26px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(26px * var(--space-x-reverse));
    margin-left: calc(26px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-30px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse));
  }

  .xl\:space-x-30px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-34px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(34px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(34px * var(--space-y-reverse));
  }

  .xl\:space-x-34px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(34px * var(--space-x-reverse));
    margin-left: calc(34px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-36px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(36px * var(--space-y-reverse));
  }

  .xl\:space-x-36px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(36px * var(--space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-40px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40px * var(--space-y-reverse));
  }

  .xl\:space-x-40px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(40px * var(--space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-45px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(45px * var(--space-y-reverse));
  }

  .xl\:space-x-45px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(45px * var(--space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-49px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(49px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49px * var(--space-y-reverse));
  }

  .xl\:space-x-49px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(49px * var(--space-x-reverse));
    margin-left: calc(49px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-50px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50px * var(--space-y-reverse));
  }

  .xl\:space-x-50px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(50px * var(--space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-53px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(53px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(53px * var(--space-y-reverse));
  }

  .xl\:space-x-53px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(53px * var(--space-x-reverse));
    margin-left: calc(53px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-55px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(55px * var(--space-y-reverse));
  }

  .xl\:space-x-55px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(55px * var(--space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-60px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60px * var(--space-y-reverse));
  }

  .xl\:space-x-60px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(60px * var(--space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-68px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(68px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(68px * var(--space-y-reverse));
  }

  .xl\:space-x-68px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(68px * var(--space-x-reverse));
    margin-left: calc(68px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-80px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80px * var(--space-y-reverse));
  }

  .xl\:space-x-80px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(80px * var(--space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-90px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90px * var(--space-y-reverse));
  }

  .xl\:space-x-90px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(90px * var(--space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-93px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(93px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(93px * var(--space-y-reverse));
  }

  .xl\:space-x-93px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(93px * var(--space-x-reverse));
    margin-left: calc(93px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-115px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(115px * var(--space-y-reverse));
  }

  .xl\:space-x-115px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(115px * var(--space-x-reverse));
    margin-left: calc(115px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-2px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2px * var(--space-y-reverse));
  }

  .xl\:-space-x-2px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2px * var(--space-x-reverse));
    margin-left: calc(-2px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-4px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4px * var(--space-y-reverse));
  }

  .xl\:-space-x-4px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-4px * var(--space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-5px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5px * var(--space-y-reverse));
  }

  .xl\:-space-x-5px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-5px * var(--space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-6px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6px * var(--space-y-reverse));
  }

  .xl\:-space-x-6px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-6px * var(--space-x-reverse));
    margin-left: calc(-6px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-7px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-7px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-7px * var(--space-y-reverse));
  }

  .xl\:-space-x-7px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-7px * var(--space-x-reverse));
    margin-left: calc(-7px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-8px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8px * var(--space-y-reverse));
  }

  .xl\:-space-x-8px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-8px * var(--space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-10px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10px * var(--space-y-reverse));
  }

  .xl\:-space-x-10px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-10px * var(--space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-11px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-11px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-11px * var(--space-y-reverse));
  }

  .xl\:-space-x-11px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-11px * var(--space-x-reverse));
    margin-left: calc(-11px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-12px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12px * var(--space-y-reverse));
  }

  .xl\:-space-x-12px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-12px * var(--space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-14px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14px * var(--space-y-reverse));
  }

  .xl\:-space-x-14px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-14px * var(--space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-15px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-15px * var(--space-y-reverse));
  }

  .xl\:-space-x-15px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-15px * var(--space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-16px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16px * var(--space-y-reverse));
  }

  .xl\:-space-x-16px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-16px * var(--space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-18px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18px * var(--space-y-reverse));
  }

  .xl\:-space-x-18px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-18px * var(--space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-20px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse));
  }

  .xl\:-space-x-20px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-24px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24px * var(--space-y-reverse));
  }

  .xl\:-space-x-24px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-24px * var(--space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-25px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25px * var(--space-y-reverse));
  }

  .xl\:-space-x-25px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-25px * var(--space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-26px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-26px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-26px * var(--space-y-reverse));
  }

  .xl\:-space-x-26px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-26px * var(--space-x-reverse));
    margin-left: calc(-26px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-30px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse));
  }

  .xl\:-space-x-30px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-34px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-34px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-34px * var(--space-y-reverse));
  }

  .xl\:-space-x-34px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-34px * var(--space-x-reverse));
    margin-left: calc(-34px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-36px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-36px * var(--space-y-reverse));
  }

  .xl\:-space-x-36px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-36px * var(--space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-40px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40px * var(--space-y-reverse));
  }

  .xl\:-space-x-40px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-40px * var(--space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-45px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-45px * var(--space-y-reverse));
  }

  .xl\:-space-x-45px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-45px * var(--space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-49px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-49px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49px * var(--space-y-reverse));
  }

  .xl\:-space-x-49px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-49px * var(--space-x-reverse));
    margin-left: calc(-49px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-50px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50px * var(--space-y-reverse));
  }

  .xl\:-space-x-50px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-50px * var(--space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-53px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-53px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-53px * var(--space-y-reverse));
  }

  .xl\:-space-x-53px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-53px * var(--space-x-reverse));
    margin-left: calc(-53px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-55px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-55px * var(--space-y-reverse));
  }

  .xl\:-space-x-55px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-55px * var(--space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-60px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60px * var(--space-y-reverse));
  }

  .xl\:-space-x-60px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-60px * var(--space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-68px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-68px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-68px * var(--space-y-reverse));
  }

  .xl\:-space-x-68px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-68px * var(--space-x-reverse));
    margin-left: calc(-68px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-80px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80px * var(--space-y-reverse));
  }

  .xl\:-space-x-80px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-80px * var(--space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-90px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90px * var(--space-y-reverse));
  }

  .xl\:-space-x-90px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-90px * var(--space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-93px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-93px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-93px * var(--space-y-reverse));
  }

  .xl\:-space-x-93px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-93px * var(--space-x-reverse));
    margin-left: calc(-93px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:-space-y-115px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-115px * var(--space-y-reverse));
  }

  .xl\:-space-x-115px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-115px * var(--space-x-reverse));
    margin-left: calc(-115px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:space-y-reverse > :not(template) ~ :not(template){
    --space-y-reverse: 1;
  }

  .xl\:space-x-reverse > :not(template) ~ :not(template){
    --space-x-reverse: 1;
  }

  .xl\:text-left{
    text-align: left;
  }

  .xl\:text-center{
    text-align: center;
  }

  .xl\:text-right{
    text-align: right;
  }

  .xl\:text-justify{
    text-align: justify;
  }

  .xl\:text-white{
    color: #fff;
  }

  .xl\:text-gray-20{
    color: #dddfee;
  }

  .xl\:text-gray-30{
    color: #d1dbff;
  }

  .xl\:text-gray-40{
    color: #f7f9ff;
  }

  .xl\:text-gray-50{
    color: #ebeffb;
  }

  .xl\:text-gray-60{
    color: #e7e9f6;
  }

  .xl\:text-gray-100{
    color: #dee3ef;
  }

  .xl\:text-gray-200{
    color: #cdcfe0;
  }

  .xl\:text-gray-250{
    color: #a4adb7;
  }

  .xl\:text-gray-300{
    color: #868da4;
  }

  .xl\:text-gray-400{
    color: #566687;
  }

  .xl\:text-gray-800{
    color: #2f3b46;
  }

  .xl\:text-gray-a1{
    color: rgba(0, 0, 0, .8);
  }

  .xl\:text-blue-40{
    color: #637dfb;
  }

  .xl\:text-blue-50{
    color: #5d80ff;
  }

  .xl\:text-blue-100{
    color: #476df2;
  }

  .xl\:text-blue-200{
    color: #878bad;
  }

  .xl\:text-blue-300{
    color: #627cfa;
  }

  .xl\:text-blue-400{
    color: #646d88;
  }

  .xl\:text-blue-500{
    color: #566cd3;
  }

  .xl\:text-blue-700{
    color: #233253;
  }

  .xl\:text-blue-800{
    color: #152442;
  }

  .xl\:text-blue-850{
    color: #192440;
  }

  .xl\:text-blue-900{
    color: #132a43;
  }

  .xl\:text-yellow-400{
    color: #f1d600;
  }

  .xl\:hover\:text-white:hover{
    color: #fff;
  }

  .xl\:hover\:text-gray-20:hover{
    color: #dddfee;
  }

  .xl\:hover\:text-gray-30:hover{
    color: #d1dbff;
  }

  .xl\:hover\:text-gray-40:hover{
    color: #f7f9ff;
  }

  .xl\:hover\:text-gray-50:hover{
    color: #ebeffb;
  }

  .xl\:hover\:text-gray-60:hover{
    color: #e7e9f6;
  }

  .xl\:hover\:text-gray-100:hover{
    color: #dee3ef;
  }

  .xl\:hover\:text-gray-200:hover{
    color: #cdcfe0;
  }

  .xl\:hover\:text-gray-250:hover{
    color: #a4adb7;
  }

  .xl\:hover\:text-gray-300:hover{
    color: #868da4;
  }

  .xl\:hover\:text-gray-400:hover{
    color: #566687;
  }

  .xl\:hover\:text-gray-800:hover{
    color: #2f3b46;
  }

  .xl\:hover\:text-gray-a1:hover{
    color: rgba(0, 0, 0, .8);
  }

  .xl\:hover\:text-blue-40:hover{
    color: #637dfb;
  }

  .xl\:hover\:text-blue-50:hover{
    color: #5d80ff;
  }

  .xl\:hover\:text-blue-100:hover{
    color: #476df2;
  }

  .xl\:hover\:text-blue-200:hover{
    color: #878bad;
  }

  .xl\:hover\:text-blue-300:hover{
    color: #627cfa;
  }

  .xl\:hover\:text-blue-400:hover{
    color: #646d88;
  }

  .xl\:hover\:text-blue-500:hover{
    color: #566cd3;
  }

  .xl\:hover\:text-blue-700:hover{
    color: #233253;
  }

  .xl\:hover\:text-blue-800:hover{
    color: #152442;
  }

  .xl\:hover\:text-blue-850:hover{
    color: #192440;
  }

  .xl\:hover\:text-blue-900:hover{
    color: #132a43;
  }

  .xl\:hover\:text-yellow-400:hover{
    color: #f1d600;
  }

  .xl\:focus\:text-white:focus{
    color: #fff;
  }

  .xl\:focus\:text-gray-20:focus{
    color: #dddfee;
  }

  .xl\:focus\:text-gray-30:focus{
    color: #d1dbff;
  }

  .xl\:focus\:text-gray-40:focus{
    color: #f7f9ff;
  }

  .xl\:focus\:text-gray-50:focus{
    color: #ebeffb;
  }

  .xl\:focus\:text-gray-60:focus{
    color: #e7e9f6;
  }

  .xl\:focus\:text-gray-100:focus{
    color: #dee3ef;
  }

  .xl\:focus\:text-gray-200:focus{
    color: #cdcfe0;
  }

  .xl\:focus\:text-gray-250:focus{
    color: #a4adb7;
  }

  .xl\:focus\:text-gray-300:focus{
    color: #868da4;
  }

  .xl\:focus\:text-gray-400:focus{
    color: #566687;
  }

  .xl\:focus\:text-gray-800:focus{
    color: #2f3b46;
  }

  .xl\:focus\:text-gray-a1:focus{
    color: rgba(0, 0, 0, .8);
  }

  .xl\:focus\:text-blue-40:focus{
    color: #637dfb;
  }

  .xl\:focus\:text-blue-50:focus{
    color: #5d80ff;
  }

  .xl\:focus\:text-blue-100:focus{
    color: #476df2;
  }

  .xl\:focus\:text-blue-200:focus{
    color: #878bad;
  }

  .xl\:focus\:text-blue-300:focus{
    color: #627cfa;
  }

  .xl\:focus\:text-blue-400:focus{
    color: #646d88;
  }

  .xl\:focus\:text-blue-500:focus{
    color: #566cd3;
  }

  .xl\:focus\:text-blue-700:focus{
    color: #233253;
  }

  .xl\:focus\:text-blue-800:focus{
    color: #152442;
  }

  .xl\:focus\:text-blue-850:focus{
    color: #192440;
  }

  .xl\:focus\:text-blue-900:focus{
    color: #132a43;
  }

  .xl\:focus\:text-yellow-400:focus{
    color: #f1d600;
  }

  .xl\:underline{
    text-decoration: underline;
  }

  .xl\:line-through{
    text-decoration: line-through;
  }

  .xl\:no-underline{
    text-decoration: none;
  }

  .xl\:hover\:underline:hover{
    text-decoration: underline;
  }

  .xl\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .xl\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .xl\:focus\:underline:focus{
    text-decoration: underline;
  }

  .xl\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .xl\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .xl\:uppercase{
    text-transform: uppercase;
  }

  .xl\:lowercase{
    text-transform: lowercase;
  }

  .xl\:capitalize{
    text-transform: capitalize;
  }

  .xl\:normal-case{
    text-transform: none;
  }

  .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\:w-0{
    width: 0;
  }

  .xl\:w-auto{
    width: auto;
  }

  .xl\:w-2px{
    width: 2px;
  }

  .xl\:w-4px{
    width: 4px;
  }

  .xl\:w-5px{
    width: 5px;
  }

  .xl\:w-6px{
    width: 6px;
  }

  .xl\:w-7px{
    width: 7px;
  }

  .xl\:w-8px{
    width: 8px;
  }

  .xl\:w-10px{
    width: 10px;
  }

  .xl\:w-11px{
    width: 11px;
  }

  .xl\:w-12px{
    width: 12px;
  }

  .xl\:w-14px{
    width: 14px;
  }

  .xl\:w-15px{
    width: 15px;
  }

  .xl\:w-16px{
    width: 16px;
  }

  .xl\:w-18px{
    width: 18px;
  }

  .xl\:w-20px{
    width: 20px;
  }

  .xl\:w-24px{
    width: 24px;
  }

  .xl\:w-25px{
    width: 25px;
  }

  .xl\:w-26px{
    width: 26px;
  }

  .xl\:w-30px{
    width: 30px;
  }

  .xl\:w-34px{
    width: 34px;
  }

  .xl\:w-36px{
    width: 36px;
  }

  .xl\:w-40px{
    width: 40px;
  }

  .xl\:w-45px{
    width: 45px;
  }

  .xl\:w-49px{
    width: 49px;
  }

  .xl\:w-50px{
    width: 50px;
  }

  .xl\:w-53px{
    width: 53px;
  }

  .xl\:w-55px{
    width: 55px;
  }

  .xl\:w-60px{
    width: 60px;
  }

  .xl\:w-68px{
    width: 68px;
  }

  .xl\:w-80px{
    width: 80px;
  }

  .xl\:w-90px{
    width: 90px;
  }

  .xl\:w-93px{
    width: 93px;
  }

  .xl\:w-115px{
    width: 115px;
  }

  .xl\:w-1\/2{
    width: 50%;
  }

  .xl\:w-1\/3{
    width: 33.333333%;
  }

  .xl\:w-2\/3{
    width: 66.666667%;
  }

  .xl\:w-1\/4{
    width: 25%;
  }

  .xl\:w-2\/4{
    width: 50%;
  }

  .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.666667%;
  }

  .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.333333%;
  }

  .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;
  }

  .xl\:w-260px{
    width: 260px;
  }

  .xl\:w-320px{
    width: 320px;
  }

  .xl\:w-360px{
    width: 360px;
  }

  .xl\:w-366px{
    width: 366px;
  }

  .xl\:w-450px{
    width: 450px;
  }

  .xl\:w-806px{
    width: 806px;
  }

  .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;
  }

  .xl\:m-0imp {
    margin: 0 !important;
  }
}

@media (min-width: 960px){
  .xm\:items-start{
    align-items: flex-start;
  }

  .xm\:items-end{
    align-items: flex-end;
  }

  .xm\:items-center{
    align-items: center;
  }

  .xm\:items-baseline{
    align-items: baseline;
  }

  .xm\:items-stretch{
    align-items: stretch;
  }

  .xm\:bg-white{
    background-color: #fff;
  }

  .xm\:bg-gray-20{
    background-color: #dddfee;
  }

  .xm\:bg-gray-30{
    background-color: #d1dbff;
  }

  .xm\:bg-gray-40{
    background-color: #f7f9ff;
  }

  .xm\:bg-gray-50{
    background-color: #ebeffb;
  }

  .xm\:bg-gray-60{
    background-color: #e7e9f6;
  }

  .xm\:bg-gray-100{
    background-color: #dee3ef;
  }

  .xm\:bg-gray-200{
    background-color: #cdcfe0;
  }

  .xm\:bg-gray-250{
    background-color: #a4adb7;
  }

  .xm\:bg-gray-300{
    background-color: #868da4;
  }

  .xm\:bg-gray-400{
    background-color: #566687;
  }

  .xm\:bg-gray-800{
    background-color: #2f3b46;
  }

  .xm\:bg-gray-a1{
    background-color: rgba(0, 0, 0, .8);
  }

  .xm\:bg-blue-40{
    background-color: #637dfb;
  }

  .xm\:bg-blue-50{
    background-color: #5d80ff;
  }

  .xm\:bg-blue-100{
    background-color: #476df2;
  }

  .xm\:bg-blue-200{
    background-color: #878bad;
  }

  .xm\:bg-blue-300{
    background-color: #627cfa;
  }

  .xm\:bg-blue-400{
    background-color: #646d88;
  }

  .xm\:bg-blue-500{
    background-color: #566cd3;
  }

  .xm\:bg-blue-700{
    background-color: #233253;
  }

  .xm\:bg-blue-800{
    background-color: #152442;
  }

  .xm\:bg-blue-850{
    background-color: #192440;
  }

  .xm\:bg-blue-900{
    background-color: #132a43;
  }

  .xm\:bg-yellow-400{
    background-color: #f1d600;
  }

  .xm\:hover\:bg-white:hover{
    background-color: #fff;
  }

  .xm\:hover\:bg-gray-20:hover{
    background-color: #dddfee;
  }

  .xm\:hover\:bg-gray-30:hover{
    background-color: #d1dbff;
  }

  .xm\:hover\:bg-gray-40:hover{
    background-color: #f7f9ff;
  }

  .xm\:hover\:bg-gray-50:hover{
    background-color: #ebeffb;
  }

  .xm\:hover\:bg-gray-60:hover{
    background-color: #e7e9f6;
  }

  .xm\:hover\:bg-gray-100:hover{
    background-color: #dee3ef;
  }

  .xm\:hover\:bg-gray-200:hover{
    background-color: #cdcfe0;
  }

  .xm\:hover\:bg-gray-250:hover{
    background-color: #a4adb7;
  }

  .xm\:hover\:bg-gray-300:hover{
    background-color: #868da4;
  }

  .xm\:hover\:bg-gray-400:hover{
    background-color: #566687;
  }

  .xm\:hover\:bg-gray-800:hover{
    background-color: #2f3b46;
  }

  .xm\:hover\:bg-gray-a1:hover{
    background-color: rgba(0, 0, 0, .8);
  }

  .xm\:hover\:bg-blue-40:hover{
    background-color: #637dfb;
  }

  .xm\:hover\:bg-blue-50:hover{
    background-color: #5d80ff;
  }

  .xm\:hover\:bg-blue-100:hover{
    background-color: #476df2;
  }

  .xm\:hover\:bg-blue-200:hover{
    background-color: #878bad;
  }

  .xm\:hover\:bg-blue-300:hover{
    background-color: #627cfa;
  }

  .xm\:hover\:bg-blue-400:hover{
    background-color: #646d88;
  }

  .xm\:hover\:bg-blue-500:hover{
    background-color: #566cd3;
  }

  .xm\:hover\:bg-blue-700:hover{
    background-color: #233253;
  }

  .xm\:hover\:bg-blue-800:hover{
    background-color: #152442;
  }

  .xm\:hover\:bg-blue-850:hover{
    background-color: #192440;
  }

  .xm\:hover\:bg-blue-900:hover{
    background-color: #132a43;
  }

  .xm\:hover\:bg-yellow-400:hover{
    background-color: #f1d600;
  }

  .xm\:focus\:bg-white:focus{
    background-color: #fff;
  }

  .xm\:focus\:bg-gray-20:focus{
    background-color: #dddfee;
  }

  .xm\:focus\:bg-gray-30:focus{
    background-color: #d1dbff;
  }

  .xm\:focus\:bg-gray-40:focus{
    background-color: #f7f9ff;
  }

  .xm\:focus\:bg-gray-50:focus{
    background-color: #ebeffb;
  }

  .xm\:focus\:bg-gray-60:focus{
    background-color: #e7e9f6;
  }

  .xm\:focus\:bg-gray-100:focus{
    background-color: #dee3ef;
  }

  .xm\:focus\:bg-gray-200:focus{
    background-color: #cdcfe0;
  }

  .xm\:focus\:bg-gray-250:focus{
    background-color: #a4adb7;
  }

  .xm\:focus\:bg-gray-300:focus{
    background-color: #868da4;
  }

  .xm\:focus\:bg-gray-400:focus{
    background-color: #566687;
  }

  .xm\:focus\:bg-gray-800:focus{
    background-color: #2f3b46;
  }

  .xm\:focus\:bg-gray-a1:focus{
    background-color: rgba(0, 0, 0, .8);
  }

  .xm\:focus\:bg-blue-40:focus{
    background-color: #637dfb;
  }

  .xm\:focus\:bg-blue-50:focus{
    background-color: #5d80ff;
  }

  .xm\:focus\:bg-blue-100:focus{
    background-color: #476df2;
  }

  .xm\:focus\:bg-blue-200:focus{
    background-color: #878bad;
  }

  .xm\:focus\:bg-blue-300:focus{
    background-color: #627cfa;
  }

  .xm\:focus\:bg-blue-400:focus{
    background-color: #646d88;
  }

  .xm\:focus\:bg-blue-500:focus{
    background-color: #566cd3;
  }

  .xm\:focus\:bg-blue-700:focus{
    background-color: #233253;
  }

  .xm\:focus\:bg-blue-800:focus{
    background-color: #152442;
  }

  .xm\:focus\:bg-blue-850:focus{
    background-color: #192440;
  }

  .xm\:focus\:bg-blue-900:focus{
    background-color: #132a43;
  }

  .xm\:focus\:bg-yellow-400:focus{
    background-color: #f1d600;
  }

  .xm\:border-white{
    border-color: #fff;
  }

  .xm\:border-gray-20{
    border-color: #dddfee;
  }

  .xm\:border-gray-30{
    border-color: #d1dbff;
  }

  .xm\:border-gray-40{
    border-color: #f7f9ff;
  }

  .xm\:border-gray-50{
    border-color: #ebeffb;
  }

  .xm\:border-gray-60{
    border-color: #e7e9f6;
  }

  .xm\:border-gray-100{
    border-color: #dee3ef;
  }

  .xm\:border-gray-200{
    border-color: #cdcfe0;
  }

  .xm\:border-gray-250{
    border-color: #a4adb7;
  }

  .xm\:border-gray-300{
    border-color: #868da4;
  }

  .xm\:border-gray-400{
    border-color: #566687;
  }

  .xm\:border-gray-800{
    border-color: #2f3b46;
  }

  .xm\:border-gray-a1{
    border-color: rgba(0, 0, 0, .8);
  }

  .xm\:border-blue-40{
    border-color: #637dfb;
  }

  .xm\:border-blue-50{
    border-color: #5d80ff;
  }

  .xm\:border-blue-100{
    border-color: #476df2;
  }

  .xm\:border-blue-200{
    border-color: #878bad;
  }

  .xm\:border-blue-300{
    border-color: #627cfa;
  }

  .xm\:border-blue-400{
    border-color: #646d88;
  }

  .xm\:border-blue-500{
    border-color: #566cd3;
  }

  .xm\:border-blue-700{
    border-color: #233253;
  }

  .xm\:border-blue-800{
    border-color: #152442;
  }

  .xm\:border-blue-850{
    border-color: #192440;
  }

  .xm\:border-blue-900{
    border-color: #132a43;
  }

  .xm\:border-yellow-400{
    border-color: #f1d600;
  }

  .xm\:hover\:border-white:hover{
    border-color: #fff;
  }

  .xm\:hover\:border-gray-20:hover{
    border-color: #dddfee;
  }

  .xm\:hover\:border-gray-30:hover{
    border-color: #d1dbff;
  }

  .xm\:hover\:border-gray-40:hover{
    border-color: #f7f9ff;
  }

  .xm\:hover\:border-gray-50:hover{
    border-color: #ebeffb;
  }

  .xm\:hover\:border-gray-60:hover{
    border-color: #e7e9f6;
  }

  .xm\:hover\:border-gray-100:hover{
    border-color: #dee3ef;
  }

  .xm\:hover\:border-gray-200:hover{
    border-color: #cdcfe0;
  }

  .xm\:hover\:border-gray-250:hover{
    border-color: #a4adb7;
  }

  .xm\:hover\:border-gray-300:hover{
    border-color: #868da4;
  }

  .xm\:hover\:border-gray-400:hover{
    border-color: #566687;
  }

  .xm\:hover\:border-gray-800:hover{
    border-color: #2f3b46;
  }

  .xm\:hover\:border-gray-a1:hover{
    border-color: rgba(0, 0, 0, .8);
  }

  .xm\:hover\:border-blue-40:hover{
    border-color: #637dfb;
  }

  .xm\:hover\:border-blue-50:hover{
    border-color: #5d80ff;
  }

  .xm\:hover\:border-blue-100:hover{
    border-color: #476df2;
  }

  .xm\:hover\:border-blue-200:hover{
    border-color: #878bad;
  }

  .xm\:hover\:border-blue-300:hover{
    border-color: #627cfa;
  }

  .xm\:hover\:border-blue-400:hover{
    border-color: #646d88;
  }

  .xm\:hover\:border-blue-500:hover{
    border-color: #566cd3;
  }

  .xm\:hover\:border-blue-700:hover{
    border-color: #233253;
  }

  .xm\:hover\:border-blue-800:hover{
    border-color: #152442;
  }

  .xm\:hover\:border-blue-850:hover{
    border-color: #192440;
  }

  .xm\:hover\:border-blue-900:hover{
    border-color: #132a43;
  }

  .xm\:hover\:border-yellow-400:hover{
    border-color: #f1d600;
  }

  .xm\:focus\:border-white:focus{
    border-color: #fff;
  }

  .xm\:focus\:border-gray-20:focus{
    border-color: #dddfee;
  }

  .xm\:focus\:border-gray-30:focus{
    border-color: #d1dbff;
  }

  .xm\:focus\:border-gray-40:focus{
    border-color: #f7f9ff;
  }

  .xm\:focus\:border-gray-50:focus{
    border-color: #ebeffb;
  }

  .xm\:focus\:border-gray-60:focus{
    border-color: #e7e9f6;
  }

  .xm\:focus\:border-gray-100:focus{
    border-color: #dee3ef;
  }

  .xm\:focus\:border-gray-200:focus{
    border-color: #cdcfe0;
  }

  .xm\:focus\:border-gray-250:focus{
    border-color: #a4adb7;
  }

  .xm\:focus\:border-gray-300:focus{
    border-color: #868da4;
  }

  .xm\:focus\:border-gray-400:focus{
    border-color: #566687;
  }

  .xm\:focus\:border-gray-800:focus{
    border-color: #2f3b46;
  }

  .xm\:focus\:border-gray-a1:focus{
    border-color: rgba(0, 0, 0, .8);
  }

  .xm\:focus\:border-blue-40:focus{
    border-color: #637dfb;
  }

  .xm\:focus\:border-blue-50:focus{
    border-color: #5d80ff;
  }

  .xm\:focus\:border-blue-100:focus{
    border-color: #476df2;
  }

  .xm\:focus\:border-blue-200:focus{
    border-color: #878bad;
  }

  .xm\:focus\:border-blue-300:focus{
    border-color: #627cfa;
  }

  .xm\:focus\:border-blue-400:focus{
    border-color: #646d88;
  }

  .xm\:focus\:border-blue-500:focus{
    border-color: #566cd3;
  }

  .xm\:focus\:border-blue-700:focus{
    border-color: #233253;
  }

  .xm\:focus\:border-blue-800:focus{
    border-color: #152442;
  }

  .xm\:focus\:border-blue-850:focus{
    border-color: #192440;
  }

  .xm\:focus\:border-blue-900:focus{
    border-color: #132a43;
  }

  .xm\:focus\:border-yellow-400:focus{
    border-color: #f1d600;
  }

  .xm\:rounded-none{
    border-radius: 0px;
  }

  .xm\:rounded-full{
    border-radius: 9999px;
  }

  .xm\:rounded-2px{
    border-radius: 2px;
  }

  .xm\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .xm\:rounded-r-none{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .xm\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xm\:rounded-l-none{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xm\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xm\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xm\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xm\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xm\:rounded-t-2px{
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }

  .xm\:rounded-r-2px{
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }

  .xm\:rounded-b-2px{
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
  }

  .xm\:rounded-l-2px{
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }

  .xm\:rounded-tl-none{
    border-top-left-radius: 0px;
  }

  .xm\:rounded-tr-none{
    border-top-right-radius: 0px;
  }

  .xm\:rounded-br-none{
    border-bottom-right-radius: 0px;
  }

  .xm\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  .xm\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .xm\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .xm\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .xm\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .xm\:rounded-tl-2px{
    border-top-left-radius: 2px;
  }

  .xm\:rounded-tr-2px{
    border-top-right-radius: 2px;
  }

  .xm\:rounded-br-2px{
    border-bottom-right-radius: 2px;
  }

  .xm\:rounded-bl-2px{
    border-bottom-left-radius: 2px;
  }

  .xm\:border-0{
    border-width: 0;
  }

  .xm\:border-2{
    border-width: 2px;
  }

  .xm\:border-4{
    border-width: 4px;
  }

  .xm\:border-8{
    border-width: 8px;
  }

  .xm\:border{
    border-width: 1px;
  }

  .xm\:border-t-0{
    border-top-width: 0;
  }

  .xm\:border-r-0{
    border-right-width: 0;
  }

  .xm\:border-b-0{
    border-bottom-width: 0;
  }

  .xm\:border-l-0{
    border-left-width: 0;
  }

  .xm\:border-t-2{
    border-top-width: 2px;
  }

  .xm\:border-r-2{
    border-right-width: 2px;
  }

  .xm\:border-b-2{
    border-bottom-width: 2px;
  }

  .xm\:border-l-2{
    border-left-width: 2px;
  }

  .xm\:border-t-4{
    border-top-width: 4px;
  }

  .xm\:border-r-4{
    border-right-width: 4px;
  }

  .xm\:border-b-4{
    border-bottom-width: 4px;
  }

  .xm\:border-l-4{
    border-left-width: 4px;
  }

  .xm\:border-t-8{
    border-top-width: 8px;
  }

  .xm\:border-r-8{
    border-right-width: 8px;
  }

  .xm\:border-b-8{
    border-bottom-width: 8px;
  }

  .xm\:border-l-8{
    border-left-width: 8px;
  }

  .xm\:border-t{
    border-top-width: 1px;
  }

  .xm\:border-r{
    border-right-width: 1px;
  }

  .xm\:border-b{
    border-bottom-width: 1px;
  }

  .xm\:border-l{
    border-left-width: 1px;
  }

  .xm\:last\:border-0:last-child{
    border-width: 0;
  }

  .xm\:last\:border-2:last-child{
    border-width: 2px;
  }

  .xm\:last\:border-4:last-child{
    border-width: 4px;
  }

  .xm\:last\:border-8:last-child{
    border-width: 8px;
  }

  .xm\:last\:border:last-child{
    border-width: 1px;
  }

  .xm\:last\:border-t-0:last-child{
    border-top-width: 0;
  }

  .xm\:last\:border-r-0:last-child{
    border-right-width: 0;
  }

  .xm\:last\:border-b-0:last-child{
    border-bottom-width: 0;
  }

  .xm\:last\:border-l-0:last-child{
    border-left-width: 0;
  }

  .xm\:last\:border-t-2:last-child{
    border-top-width: 2px;
  }

  .xm\:last\:border-r-2:last-child{
    border-right-width: 2px;
  }

  .xm\:last\:border-b-2:last-child{
    border-bottom-width: 2px;
  }

  .xm\:last\:border-l-2:last-child{
    border-left-width: 2px;
  }

  .xm\:last\:border-t-4:last-child{
    border-top-width: 4px;
  }

  .xm\:last\:border-r-4:last-child{
    border-right-width: 4px;
  }

  .xm\:last\:border-b-4:last-child{
    border-bottom-width: 4px;
  }

  .xm\:last\:border-l-4:last-child{
    border-left-width: 4px;
  }

  .xm\:last\:border-t-8:last-child{
    border-top-width: 8px;
  }

  .xm\:last\:border-r-8:last-child{
    border-right-width: 8px;
  }

  .xm\:last\:border-b-8:last-child{
    border-bottom-width: 8px;
  }

  .xm\:last\:border-l-8:last-child{
    border-left-width: 8px;
  }

  .xm\:last\:border-t:last-child{
    border-top-width: 1px;
  }

  .xm\:last\:border-r:last-child{
    border-right-width: 1px;
  }

  .xm\:last\:border-b:last-child{
    border-bottom-width: 1px;
  }

  .xm\:last\:border-l:last-child{
    border-left-width: 1px;
  }

  .xm\:shadow-none{
    box-shadow: none;
  }

  .xm\:hover\:shadow-none:hover{
    box-shadow: none;
  }

  .xm\:focus\:shadow-none:focus{
    box-shadow: none;
  }

  .xm\:cursor-auto{
    cursor: auto;
  }

  .xm\:cursor-default{
    cursor: default;
  }

  .xm\:cursor-pointer{
    cursor: pointer;
  }

  .xm\:cursor-wait{
    cursor: wait;
  }

  .xm\:cursor-text{
    cursor: text;
  }

  .xm\:cursor-move{
    cursor: move;
  }

  .xm\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .xm\:block{
    display: block;
  }

  .xm\:inline-block{
    display: inline-block;
  }

  .xm\:inline{
    display: inline;
  }

  .xm\:flex{
    display: flex;
  }

  .xm\:inline-flex{
    display: inline-flex;
  }

  .xm\:table{
    display: table;
  }

  .xm\:table-caption{
    display: table-caption;
  }

  .xm\:table-cell{
    display: table-cell;
  }

  .xm\:table-column{
    display: table-column;
  }

  .xm\:table-column-group{
    display: table-column-group;
  }

  .xm\:table-footer-group{
    display: table-footer-group;
  }

  .xm\:table-header-group{
    display: table-header-group;
  }

  .xm\:table-row-group{
    display: table-row-group;
  }

  .xm\:table-row{
    display: table-row;
  }

  .xm\:flow-root{
    display: flow-root;
  }

  .xm\:grid{
    display: grid;
  }

  .xm\:inline-grid{
    display: inline-grid;
  }

  .xm\:contents{
    display: contents;
  }

  .xm\:hidden{
    display: none;
  }

  .xm\:flex-1{
    flex: 1 1 0%;
  }

  .xm\:flex-auto{
    flex: 1 1 auto;
  }

  .xm\:flex-initial{
    flex: 0 1 auto;
  }

  .xm\:flex-none{
    flex: none;
  }

  .xm\:flex-row{
    flex-direction: row;
  }

  .xm\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .xm\:flex-col{
    flex-direction: column;
  }

  .xm\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .xm\:flex-grow-0{
    flex-grow: 0;
  }

  .xm\:flex-grow{
    flex-grow: 1;
  }

  .xm\:flex-shrink-0{
    flex-shrink: 0;
  }

  .xm\:flex-shrink{
    flex-shrink: 1;
  }

  .xm\:flex-wrap{
    flex-wrap: wrap;
  }

  .xm\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .xm\:flex-no-wrap{
    flex-wrap: nowrap;
  }

  .xm\:text-14px{
    font-size: 14px;
  }

  .xm\:text-15px{
    font-size: 15px;
  }

  .xm\:text-16px{
    font-size: 16px;
  }

  .xm\:text-18px{
    font-size: 18px;
  }

  .xm\:text-20px{
    font-size: 20px;
  }

  .xm\:text-22px{
    font-size: 22px;
  }

  .xm\:text-24px{
    font-size: 24px;
  }

  .xm\:text-30px{
    font-size: 30px;
  }

  .xm\:text-40px{
    font-size: 40px;
  }

  .xm\:italic{
    font-style: italic;
  }

  .xm\:not-italic{
    font-style: normal;
  }

  .xm\:font-hairline{
    font-weight: 100;
  }

  .xm\:font-thin{
    font-weight: 200;
  }

  .xm\:font-light{
    font-weight: 300;
  }

  .xm\:font-normal{
    font-weight: 400;
  }

  .xm\:font-medium{
    font-weight: 500;
  }

  .xm\:font-semibold{
    font-weight: 600;
  }

  .xm\:font-bold{
    font-weight: 700;
  }

  .xm\:font-extrabold{
    font-weight: 800;
  }

  .xm\:font-black{
    font-weight: 900;
  }

  .xm\:hover\:font-hairline:hover{
    font-weight: 100;
  }

  .xm\:hover\:font-thin:hover{
    font-weight: 200;
  }

  .xm\:hover\:font-light:hover{
    font-weight: 300;
  }

  .xm\:hover\:font-normal:hover{
    font-weight: 400;
  }

  .xm\:hover\:font-medium:hover{
    font-weight: 500;
  }

  .xm\:hover\:font-semibold:hover{
    font-weight: 600;
  }

  .xm\:hover\:font-bold:hover{
    font-weight: 700;
  }

  .xm\:hover\:font-extrabold:hover{
    font-weight: 800;
  }

  .xm\:hover\:font-black:hover{
    font-weight: 900;
  }

  .xm\:focus\:font-hairline:focus{
    font-weight: 100;
  }

  .xm\:focus\:font-thin:focus{
    font-weight: 200;
  }

  .xm\:focus\:font-light:focus{
    font-weight: 300;
  }

  .xm\:focus\:font-normal:focus{
    font-weight: 400;
  }

  .xm\:focus\:font-medium:focus{
    font-weight: 500;
  }

  .xm\:focus\:font-semibold:focus{
    font-weight: 600;
  }

  .xm\:focus\:font-bold:focus{
    font-weight: 700;
  }

  .xm\:focus\:font-extrabold:focus{
    font-weight: 800;
  }

  .xm\:focus\:font-black:focus{
    font-weight: 900;
  }

  .xm\:h-0{
    height: 0;
  }

  .xm\:h-auto{
    height: auto;
  }

  .xm\:h-2px{
    height: 2px;
  }

  .xm\:h-4px{
    height: 4px;
  }

  .xm\:h-5px{
    height: 5px;
  }

  .xm\:h-6px{
    height: 6px;
  }

  .xm\:h-7px{
    height: 7px;
  }

  .xm\:h-8px{
    height: 8px;
  }

  .xm\:h-10px{
    height: 10px;
  }

  .xm\:h-11px{
    height: 11px;
  }

  .xm\:h-12px{
    height: 12px;
  }

  .xm\:h-14px{
    height: 14px;
  }

  .xm\:h-15px{
    height: 15px;
  }

  .xm\:h-16px{
    height: 16px;
  }

  .xm\:h-18px{
    height: 18px;
  }

  .xm\:h-20px{
    height: 20px;
  }

  .xm\:h-24px{
    height: 24px;
  }

  .xm\:h-25px{
    height: 25px;
  }

  .xm\:h-26px{
    height: 26px;
  }

  .xm\:h-30px{
    height: 30px;
  }

  .xm\:h-34px{
    height: 34px;
  }

  .xm\:h-36px{
    height: 36px;
  }

  .xm\:h-40px{
    height: 40px;
  }

  .xm\:h-45px{
    height: 45px;
  }

  .xm\:h-49px{
    height: 49px;
  }

  .xm\:h-50px{
    height: 50px;
  }

  .xm\:h-53px{
    height: 53px;
  }

  .xm\:h-55px{
    height: 55px;
  }

  .xm\:h-60px{
    height: 60px;
  }

  .xm\:h-68px{
    height: 68px;
  }

  .xm\:h-80px{
    height: 80px;
  }

  .xm\:h-90px{
    height: 90px;
  }

  .xm\:h-93px{
    height: 93px;
  }

  .xm\:h-115px{
    height: 115px;
  }

  .xm\:h-full{
    height: 100%;
  }

  .xm\:h-screen{
    height: 100vh;
  }

  .xm\:h-70px{
    height: 70px;
  }

  .xm\:h-200px{
    height: 200px;
  }

  .xm\:h-250px{
    height: 250px;
  }

  .xm\:h-288px{
    height: 288px;
  }

  .xm\:h-300px{
    height: 300px;
  }

  .xm\:h-400px{
    height: 400px;
  }

  .xm\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xm\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xm\:inset-full{
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .xm\:inset-full-10{
    top: calc(100% + 10px);
    right: calc(100% + 10px);
    bottom: calc(100% + 10px);
    left: calc(100% + 10px);
  }

  .xm\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .xm\:inset-x-0{
    right: 0;
    left: 0;
  }

  .xm\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .xm\:inset-x-auto{
    right: auto;
    left: auto;
  }

  .xm\:inset-y-full{
    top: 100%;
    bottom: 100%;
  }

  .xm\:inset-x-full{
    right: 100%;
    left: 100%;
  }

  .xm\:inset-y-full-10{
    top: calc(100% + 10px);
    bottom: calc(100% + 10px);
  }

  .xm\:inset-x-full-10{
    right: calc(100% + 10px);
    left: calc(100% + 10px);
  }

  .xm\:top-0{
    top: 0;
  }

  .xm\:right-0{
    right: 0;
  }

  .xm\:bottom-0{
    bottom: 0;
  }

  .xm\:left-0{
    left: 0;
  }

  .xm\:top-auto{
    top: auto;
  }

  .xm\:right-auto{
    right: auto;
  }

  .xm\:bottom-auto{
    bottom: auto;
  }

  .xm\:left-auto{
    left: auto;
  }

  .xm\:top-full{
    top: 100%;
  }

  .xm\:right-full{
    right: 100%;
  }

  .xm\:bottom-full{
    bottom: 100%;
  }

  .xm\:left-full{
    left: 100%;
  }

  .xm\:top-full-10{
    top: calc(100% + 10px);
  }

  .xm\:right-full-10{
    right: calc(100% + 10px);
  }

  .xm\:bottom-full-10{
    bottom: calc(100% + 10px);
  }

  .xm\:left-full-10{
    left: calc(100% + 10px);
  }

  .xm\:justify-start{
    justify-content: flex-start;
  }

  .xm\:justify-end{
    justify-content: flex-end;
  }

  .xm\:justify-center{
    justify-content: center;
  }

  .xm\:justify-between{
    justify-content: space-between;
  }

  .xm\:justify-around{
    justify-content: space-around;
  }

  .xm\:justify-evenly{
    justify-content: space-evenly;
  }

  .xm\:leading-18px{
    line-height: 18px;
  }

  .xm\:leading-20px{
    line-height: 20px;
  }

  .xm\:leading-22px{
    line-height: 22px;
  }

  .xm\:leading-24px{
    line-height: 24px;
  }

  .xm\:leading-26px{
    line-height: 26px;
  }

  .xm\:leading-30px{
    line-height: 30px;
  }

  .xm\:leading-32px{
    line-height: 32px;
  }

  .xm\:leading-36px{
    line-height: 36px;
  }

  .xm\:leading-38px{
    line-height: 38px;
  }

  .xm\:leading-60px{
    line-height: 60px;
  }

  .xm\:m-0{
    margin: 0;
  }

  .xm\:m-auto{
    margin: auto;
  }

  .xm\:m-2px{
    margin: 2px;
  }

  .xm\:m-4px{
    margin: 4px;
  }

  .xm\:m-5px{
    margin: 5px;
  }

  .xm\:m-6px{
    margin: 6px;
  }

  .xm\:m-7px{
    margin: 7px;
  }

  .xm\:m-8px{
    margin: 8px;
  }

  .xm\:m-10px{
    margin: 10px;
  }

  .xm\:m-11px{
    margin: 11px;
  }

  .xm\:m-12px{
    margin: 12px;
  }

  .xm\:m-14px{
    margin: 14px;
  }

  .xm\:m-15px{
    margin: 15px;
  }

  .xm\:m-16px{
    margin: 16px;
  }

  .xm\:m-18px{
    margin: 18px;
  }

  .xm\:m-20px{
    margin: 20px;
  }

  .xm\:m-24px{
    margin: 24px;
  }

  .xm\:m-25px{
    margin: 25px;
  }

  .xm\:m-26px{
    margin: 26px;
  }

  .xm\:m-30px{
    margin: 30px;
  }

  .xm\:m-34px{
    margin: 34px;
  }

  .xm\:m-36px{
    margin: 36px;
  }

  .xm\:m-40px{
    margin: 40px;
  }

  .xm\:m-45px{
    margin: 45px;
  }

  .xm\:m-49px{
    margin: 49px;
  }

  .xm\:m-50px{
    margin: 50px;
  }

  .xm\:m-53px{
    margin: 53px;
  }

  .xm\:m-55px{
    margin: 55px;
  }

  .xm\:m-60px{
    margin: 60px;
  }

  .xm\:m-68px{
    margin: 68px;
  }

  .xm\:m-80px{
    margin: 80px;
  }

  .xm\:m-90px{
    margin: 90px;
  }

  .xm\:m-93px{
    margin: 93px;
  }

  .xm\:m-115px{
    margin: 115px;
  }

  .xm\:-m-2px{
    margin: -2px;
  }

  .xm\:-m-4px{
    margin: -4px;
  }

  .xm\:-m-5px{
    margin: -5px;
  }

  .xm\:-m-6px{
    margin: -6px;
  }

  .xm\:-m-7px{
    margin: -7px;
  }

  .xm\:-m-8px{
    margin: -8px;
  }

  .xm\:-m-10px{
    margin: -10px;
  }

  .xm\:-m-11px{
    margin: -11px;
  }

  .xm\:-m-12px{
    margin: -12px;
  }

  .xm\:-m-14px{
    margin: -14px;
  }

  .xm\:-m-15px{
    margin: -15px;
  }

  .xm\:-m-16px{
    margin: -16px;
  }

  .xm\:-m-18px{
    margin: -18px;
  }

  .xm\:-m-20px{
    margin: -20px;
  }

  .xm\:-m-24px{
    margin: -24px;
  }

  .xm\:-m-25px{
    margin: -25px;
  }

  .xm\:-m-26px{
    margin: -26px;
  }

  .xm\:-m-30px{
    margin: -30px;
  }

  .xm\:-m-34px{
    margin: -34px;
  }

  .xm\:-m-36px{
    margin: -36px;
  }

  .xm\:-m-40px{
    margin: -40px;
  }

  .xm\:-m-45px{
    margin: -45px;
  }

  .xm\:-m-49px{
    margin: -49px;
  }

  .xm\:-m-50px{
    margin: -50px;
  }

  .xm\:-m-53px{
    margin: -53px;
  }

  .xm\:-m-55px{
    margin: -55px;
  }

  .xm\:-m-60px{
    margin: -60px;
  }

  .xm\:-m-68px{
    margin: -68px;
  }

  .xm\:-m-80px{
    margin: -80px;
  }

  .xm\:-m-90px{
    margin: -90px;
  }

  .xm\:-m-93px{
    margin: -93px;
  }

  .xm\:-m-115px{
    margin: -115px;
  }

  .xm\:my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .xm\:mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .xm\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .xm\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .xm\:my-2px{
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .xm\:mx-2px{
    margin-left: 2px;
    margin-right: 2px;
  }

  .xm\:my-4px{
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .xm\:mx-4px{
    margin-left: 4px;
    margin-right: 4px;
  }

  .xm\:my-5px{
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .xm\:mx-5px{
    margin-left: 5px;
    margin-right: 5px;
  }

  .xm\:my-6px{
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .xm\:mx-6px{
    margin-left: 6px;
    margin-right: 6px;
  }

  .xm\:my-7px{
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .xm\:mx-7px{
    margin-left: 7px;
    margin-right: 7px;
  }

  .xm\:my-8px{
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .xm\:mx-8px{
    margin-left: 8px;
    margin-right: 8px;
  }

  .xm\:my-10px{
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .xm\:mx-10px{
    margin-left: 10px;
    margin-right: 10px;
  }

  .xm\:my-11px{
    margin-top: 11px;
    margin-bottom: 11px;
  }

  .xm\:mx-11px{
    margin-left: 11px;
    margin-right: 11px;
  }

  .xm\:my-12px{
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .xm\:mx-12px{
    margin-left: 12px;
    margin-right: 12px;
  }

  .xm\:my-14px{
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .xm\:mx-14px{
    margin-left: 14px;
    margin-right: 14px;
  }

  .xm\:my-15px{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .xm\:mx-15px{
    margin-left: 15px;
    margin-right: 15px;
  }

  .xm\:my-16px{
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .xm\:mx-16px{
    margin-left: 16px;
    margin-right: 16px;
  }

  .xm\:my-18px{
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .xm\:mx-18px{
    margin-left: 18px;
    margin-right: 18px;
  }

  .xm\:my-20px{
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .xm\:mx-20px{
    margin-left: 20px;
    margin-right: 20px;
  }

  .xm\:my-24px{
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .xm\:mx-24px{
    margin-left: 24px;
    margin-right: 24px;
  }

  .xm\:my-25px{
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .xm\:mx-25px{
    margin-left: 25px;
    margin-right: 25px;
  }

  .xm\:my-26px{
    margin-top: 26px;
    margin-bottom: 26px;
  }

  .xm\:mx-26px{
    margin-left: 26px;
    margin-right: 26px;
  }

  .xm\:my-30px{
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .xm\:mx-30px{
    margin-left: 30px;
    margin-right: 30px;
  }

  .xm\:my-34px{
    margin-top: 34px;
    margin-bottom: 34px;
  }

  .xm\:mx-34px{
    margin-left: 34px;
    margin-right: 34px;
  }

  .xm\:my-36px{
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .xm\:mx-36px{
    margin-left: 36px;
    margin-right: 36px;
  }

  .xm\:my-40px{
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .xm\:mx-40px{
    margin-left: 40px;
    margin-right: 40px;
  }

  .xm\:my-45px{
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .xm\:mx-45px{
    margin-left: 45px;
    margin-right: 45px;
  }

  .xm\:my-49px{
    margin-top: 49px;
    margin-bottom: 49px;
  }

  .xm\:mx-49px{
    margin-left: 49px;
    margin-right: 49px;
  }

  .xm\:my-50px{
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .xm\:mx-50px{
    margin-left: 50px;
    margin-right: 50px;
  }

  .xm\:my-53px{
    margin-top: 53px;
    margin-bottom: 53px;
  }

  .xm\:mx-53px{
    margin-left: 53px;
    margin-right: 53px;
  }

  .xm\:my-55px{
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .xm\:mx-55px{
    margin-left: 55px;
    margin-right: 55px;
  }

  .xm\:my-60px{
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .xm\:mx-60px{
    margin-left: 60px;
    margin-right: 60px;
  }

  .xm\:my-68px{
    margin-top: 68px;
    margin-bottom: 68px;
  }

  .xm\:mx-68px{
    margin-left: 68px;
    margin-right: 68px;
  }

  .xm\:my-80px{
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .xm\:mx-80px{
    margin-left: 80px;
    margin-right: 80px;
  }

  .xm\:my-90px{
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .xm\:mx-90px{
    margin-left: 90px;
    margin-right: 90px;
  }

  .xm\:my-93px{
    margin-top: 93px;
    margin-bottom: 93px;
  }

  .xm\:mx-93px{
    margin-left: 93px;
    margin-right: 93px;
  }

  .xm\:my-115px{
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .xm\:mx-115px{
    margin-left: 115px;
    margin-right: 115px;
  }

  .xm\:-my-2px{
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .xm\:-mx-2px{
    margin-left: -2px;
    margin-right: -2px;
  }

  .xm\:-my-4px{
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .xm\:-mx-4px{
    margin-left: -4px;
    margin-right: -4px;
  }

  .xm\:-my-5px{
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .xm\:-mx-5px{
    margin-left: -5px;
    margin-right: -5px;
  }

  .xm\:-my-6px{
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .xm\:-mx-6px{
    margin-left: -6px;
    margin-right: -6px;
  }

  .xm\:-my-7px{
    margin-top: -7px;
    margin-bottom: -7px;
  }

  .xm\:-mx-7px{
    margin-left: -7px;
    margin-right: -7px;
  }

  .xm\:-my-8px{
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .xm\:-mx-8px{
    margin-left: -8px;
    margin-right: -8px;
  }

  .xm\:-my-10px{
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .xm\:-mx-10px{
    margin-left: -10px;
    margin-right: -10px;
  }

  .xm\:-my-11px{
    margin-top: -11px;
    margin-bottom: -11px;
  }

  .xm\:-mx-11px{
    margin-left: -11px;
    margin-right: -11px;
  }

  .xm\:-my-12px{
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .xm\:-mx-12px{
    margin-left: -12px;
    margin-right: -12px;
  }

  .xm\:-my-14px{
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .xm\:-mx-14px{
    margin-left: -14px;
    margin-right: -14px;
  }

  .xm\:-my-15px{
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .xm\:-mx-15px{
    margin-left: -15px;
    margin-right: -15px;
  }

  .xm\:-my-16px{
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .xm\:-mx-16px{
    margin-left: -16px;
    margin-right: -16px;
  }

  .xm\:-my-18px{
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .xm\:-mx-18px{
    margin-left: -18px;
    margin-right: -18px;
  }

  .xm\:-my-20px{
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .xm\:-mx-20px{
    margin-left: -20px;
    margin-right: -20px;
  }

  .xm\:-my-24px{
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .xm\:-mx-24px{
    margin-left: -24px;
    margin-right: -24px;
  }

  .xm\:-my-25px{
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .xm\:-mx-25px{
    margin-left: -25px;
    margin-right: -25px;
  }

  .xm\:-my-26px{
    margin-top: -26px;
    margin-bottom: -26px;
  }

  .xm\:-mx-26px{
    margin-left: -26px;
    margin-right: -26px;
  }

  .xm\:-my-30px{
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .xm\:-mx-30px{
    margin-left: -30px;
    margin-right: -30px;
  }

  .xm\:-my-34px{
    margin-top: -34px;
    margin-bottom: -34px;
  }

  .xm\:-mx-34px{
    margin-left: -34px;
    margin-right: -34px;
  }

  .xm\:-my-36px{
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .xm\:-mx-36px{
    margin-left: -36px;
    margin-right: -36px;
  }

  .xm\:-my-40px{
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .xm\:-mx-40px{
    margin-left: -40px;
    margin-right: -40px;
  }

  .xm\:-my-45px{
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .xm\:-mx-45px{
    margin-left: -45px;
    margin-right: -45px;
  }

  .xm\:-my-49px{
    margin-top: -49px;
    margin-bottom: -49px;
  }

  .xm\:-mx-49px{
    margin-left: -49px;
    margin-right: -49px;
  }

  .xm\:-my-50px{
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .xm\:-mx-50px{
    margin-left: -50px;
    margin-right: -50px;
  }

  .xm\:-my-53px{
    margin-top: -53px;
    margin-bottom: -53px;
  }

  .xm\:-mx-53px{
    margin-left: -53px;
    margin-right: -53px;
  }

  .xm\:-my-55px{
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .xm\:-mx-55px{
    margin-left: -55px;
    margin-right: -55px;
  }

  .xm\:-my-60px{
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .xm\:-mx-60px{
    margin-left: -60px;
    margin-right: -60px;
  }

  .xm\:-my-68px{
    margin-top: -68px;
    margin-bottom: -68px;
  }

  .xm\:-mx-68px{
    margin-left: -68px;
    margin-right: -68px;
  }

  .xm\:-my-80px{
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .xm\:-mx-80px{
    margin-left: -80px;
    margin-right: -80px;
  }

  .xm\:-my-90px{
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .xm\:-mx-90px{
    margin-left: -90px;
    margin-right: -90px;
  }

  .xm\:-my-93px{
    margin-top: -93px;
    margin-bottom: -93px;
  }

  .xm\:-mx-93px{
    margin-left: -93px;
    margin-right: -93px;
  }

  .xm\:-my-115px{
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .xm\:-mx-115px{
    margin-left: -115px;
    margin-right: -115px;
  }

  .xm\:mt-0{
    margin-top: 0;
  }

  .xm\:mr-0{
    margin-right: 0;
  }

  .xm\:mb-0{
    margin-bottom: 0;
  }

  .xm\:ml-0{
    margin-left: 0;
  }

  .xm\:mt-auto{
    margin-top: auto;
  }

  .xm\:mr-auto{
    margin-right: auto;
  }

  .xm\:mb-auto{
    margin-bottom: auto;
  }

  .xm\:ml-auto{
    margin-left: auto;
  }

  .xm\:mt-2px{
    margin-top: 2px;
  }

  .xm\:mr-2px{
    margin-right: 2px;
  }

  .xm\:mb-2px{
    margin-bottom: 2px;
  }

  .xm\:ml-2px{
    margin-left: 2px;
  }

  .xm\:mt-4px{
    margin-top: 4px;
  }

  .xm\:mr-4px{
    margin-right: 4px;
  }

  .xm\:mb-4px{
    margin-bottom: 4px;
  }

  .xm\:ml-4px{
    margin-left: 4px;
  }

  .xm\:mt-5px{
    margin-top: 5px;
  }

  .xm\:mr-5px{
    margin-right: 5px;
  }

  .xm\:mb-5px{
    margin-bottom: 5px;
  }

  .xm\:ml-5px{
    margin-left: 5px;
  }

  .xm\:mt-6px{
    margin-top: 6px;
  }

  .xm\:mr-6px{
    margin-right: 6px;
  }

  .xm\:mb-6px{
    margin-bottom: 6px;
  }

  .xm\:ml-6px{
    margin-left: 6px;
  }

  .xm\:mt-7px{
    margin-top: 7px;
  }

  .xm\:mr-7px{
    margin-right: 7px;
  }

  .xm\:mb-7px{
    margin-bottom: 7px;
  }

  .xm\:ml-7px{
    margin-left: 7px;
  }

  .xm\:mt-8px{
    margin-top: 8px;
  }

  .xm\:mr-8px{
    margin-right: 8px;
  }

  .xm\:mb-8px{
    margin-bottom: 8px;
  }

  .xm\:ml-8px{
    margin-left: 8px;
  }

  .xm\:mt-10px{
    margin-top: 10px;
  }

  .xm\:mr-10px{
    margin-right: 10px;
  }

  .xm\:mb-10px{
    margin-bottom: 10px;
  }

  .xm\:ml-10px{
    margin-left: 10px;
  }

  .xm\:mt-11px{
    margin-top: 11px;
  }

  .xm\:mr-11px{
    margin-right: 11px;
  }

  .xm\:mb-11px{
    margin-bottom: 11px;
  }

  .xm\:ml-11px{
    margin-left: 11px;
  }

  .xm\:mt-12px{
    margin-top: 12px;
  }

  .xm\:mr-12px{
    margin-right: 12px;
  }

  .xm\:mb-12px{
    margin-bottom: 12px;
  }

  .xm\:ml-12px{
    margin-left: 12px;
  }

  .xm\:mt-14px{
    margin-top: 14px;
  }

  .xm\:mr-14px{
    margin-right: 14px;
  }

  .xm\:mb-14px{
    margin-bottom: 14px;
  }

  .xm\:ml-14px{
    margin-left: 14px;
  }

  .xm\:mt-15px{
    margin-top: 15px;
  }

  .xm\:mr-15px{
    margin-right: 15px;
  }

  .xm\:mb-15px{
    margin-bottom: 15px;
  }

  .xm\:ml-15px{
    margin-left: 15px;
  }

  .xm\:mt-16px{
    margin-top: 16px;
  }

  .xm\:mr-16px{
    margin-right: 16px;
  }

  .xm\:mb-16px{
    margin-bottom: 16px;
  }

  .xm\:ml-16px{
    margin-left: 16px;
  }

  .xm\:mt-18px{
    margin-top: 18px;
  }

  .xm\:mr-18px{
    margin-right: 18px;
  }

  .xm\:mb-18px{
    margin-bottom: 18px;
  }

  .xm\:ml-18px{
    margin-left: 18px;
  }

  .xm\:mt-20px{
    margin-top: 20px;
  }

  .xm\:mr-20px{
    margin-right: 20px;
  }

  .xm\:mb-20px{
    margin-bottom: 20px;
  }

  .xm\:ml-20px{
    margin-left: 20px;
  }

  .xm\:mt-24px{
    margin-top: 24px;
  }

  .xm\:mr-24px{
    margin-right: 24px;
  }

  .xm\:mb-24px{
    margin-bottom: 24px;
  }

  .xm\:ml-24px{
    margin-left: 24px;
  }

  .xm\:mt-25px{
    margin-top: 25px;
  }

  .xm\:mr-25px{
    margin-right: 25px;
  }

  .xm\:mb-25px{
    margin-bottom: 25px;
  }

  .xm\:ml-25px{
    margin-left: 25px;
  }

  .xm\:mt-26px{
    margin-top: 26px;
  }

  .xm\:mr-26px{
    margin-right: 26px;
  }

  .xm\:mb-26px{
    margin-bottom: 26px;
  }

  .xm\:ml-26px{
    margin-left: 26px;
  }

  .xm\:mt-30px{
    margin-top: 30px;
  }

  .xm\:mr-30px{
    margin-right: 30px;
  }

  .xm\:mb-30px{
    margin-bottom: 30px;
  }

  .xm\:ml-30px{
    margin-left: 30px;
  }

  .xm\:mt-34px{
    margin-top: 34px;
  }

  .xm\:mr-34px{
    margin-right: 34px;
  }

  .xm\:mb-34px{
    margin-bottom: 34px;
  }

  .xm\:ml-34px{
    margin-left: 34px;
  }

  .xm\:mt-36px{
    margin-top: 36px;
  }

  .xm\:mr-36px{
    margin-right: 36px;
  }

  .xm\:mb-36px{
    margin-bottom: 36px;
  }

  .xm\:ml-36px{
    margin-left: 36px;
  }

  .xm\:mt-40px{
    margin-top: 40px;
  }

  .xm\:mr-40px{
    margin-right: 40px;
  }

  .xm\:mb-40px{
    margin-bottom: 40px;
  }

  .xm\:ml-40px{
    margin-left: 40px;
  }

  .xm\:mt-45px{
    margin-top: 45px;
  }

  .xm\:mr-45px{
    margin-right: 45px;
  }

  .xm\:mb-45px{
    margin-bottom: 45px;
  }

  .xm\:ml-45px{
    margin-left: 45px;
  }

  .xm\:mt-49px{
    margin-top: 49px;
  }

  .xm\:mr-49px{
    margin-right: 49px;
  }

  .xm\:mb-49px{
    margin-bottom: 49px;
  }

  .xm\:ml-49px{
    margin-left: 49px;
  }

  .xm\:mt-50px{
    margin-top: 50px;
  }

  .xm\:mr-50px{
    margin-right: 50px;
  }

  .xm\:mb-50px{
    margin-bottom: 50px;
  }

  .xm\:ml-50px{
    margin-left: 50px;
  }

  .xm\:mt-53px{
    margin-top: 53px;
  }

  .xm\:mr-53px{
    margin-right: 53px;
  }

  .xm\:mb-53px{
    margin-bottom: 53px;
  }

  .xm\:ml-53px{
    margin-left: 53px;
  }

  .xm\:mt-55px{
    margin-top: 55px;
  }

  .xm\:mr-55px{
    margin-right: 55px;
  }

  .xm\:mb-55px{
    margin-bottom: 55px;
  }

  .xm\:ml-55px{
    margin-left: 55px;
  }

  .xm\:mt-60px{
    margin-top: 60px;
  }

  .xm\:mr-60px{
    margin-right: 60px;
  }

  .xm\:mb-60px{
    margin-bottom: 60px;
  }

  .xm\:ml-60px{
    margin-left: 60px;
  }

  .xm\:mt-68px{
    margin-top: 68px;
  }

  .xm\:mr-68px{
    margin-right: 68px;
  }

  .xm\:mb-68px{
    margin-bottom: 68px;
  }

  .xm\:ml-68px{
    margin-left: 68px;
  }

  .xm\:mt-80px{
    margin-top: 80px;
  }

  .xm\:mr-80px{
    margin-right: 80px;
  }

  .xm\:mb-80px{
    margin-bottom: 80px;
  }

  .xm\:ml-80px{
    margin-left: 80px;
  }

  .xm\:mt-90px{
    margin-top: 90px;
  }

  .xm\:mr-90px{
    margin-right: 90px;
  }

  .xm\:mb-90px{
    margin-bottom: 90px;
  }

  .xm\:ml-90px{
    margin-left: 90px;
  }

  .xm\:mt-93px{
    margin-top: 93px;
  }

  .xm\:mr-93px{
    margin-right: 93px;
  }

  .xm\:mb-93px{
    margin-bottom: 93px;
  }

  .xm\:ml-93px{
    margin-left: 93px;
  }

  .xm\:mt-115px{
    margin-top: 115px;
  }

  .xm\:mr-115px{
    margin-right: 115px;
  }

  .xm\:mb-115px{
    margin-bottom: 115px;
  }

  .xm\:ml-115px{
    margin-left: 115px;
  }

  .xm\:-mt-2px{
    margin-top: -2px;
  }

  .xm\:-mr-2px{
    margin-right: -2px;
  }

  .xm\:-mb-2px{
    margin-bottom: -2px;
  }

  .xm\:-ml-2px{
    margin-left: -2px;
  }

  .xm\:-mt-4px{
    margin-top: -4px;
  }

  .xm\:-mr-4px{
    margin-right: -4px;
  }

  .xm\:-mb-4px{
    margin-bottom: -4px;
  }

  .xm\:-ml-4px{
    margin-left: -4px;
  }

  .xm\:-mt-5px{
    margin-top: -5px;
  }

  .xm\:-mr-5px{
    margin-right: -5px;
  }

  .xm\:-mb-5px{
    margin-bottom: -5px;
  }

  .xm\:-ml-5px{
    margin-left: -5px;
  }

  .xm\:-mt-6px{
    margin-top: -6px;
  }

  .xm\:-mr-6px{
    margin-right: -6px;
  }

  .xm\:-mb-6px{
    margin-bottom: -6px;
  }

  .xm\:-ml-6px{
    margin-left: -6px;
  }

  .xm\:-mt-7px{
    margin-top: -7px;
  }

  .xm\:-mr-7px{
    margin-right: -7px;
  }

  .xm\:-mb-7px{
    margin-bottom: -7px;
  }

  .xm\:-ml-7px{
    margin-left: -7px;
  }

  .xm\:-mt-8px{
    margin-top: -8px;
  }

  .xm\:-mr-8px{
    margin-right: -8px;
  }

  .xm\:-mb-8px{
    margin-bottom: -8px;
  }

  .xm\:-ml-8px{
    margin-left: -8px;
  }

  .xm\:-mt-10px{
    margin-top: -10px;
  }

  .xm\:-mr-10px{
    margin-right: -10px;
  }

  .xm\:-mb-10px{
    margin-bottom: -10px;
  }

  .xm\:-ml-10px{
    margin-left: -10px;
  }

  .xm\:-mt-11px{
    margin-top: -11px;
  }

  .xm\:-mr-11px{
    margin-right: -11px;
  }

  .xm\:-mb-11px{
    margin-bottom: -11px;
  }

  .xm\:-ml-11px{
    margin-left: -11px;
  }

  .xm\:-mt-12px{
    margin-top: -12px;
  }

  .xm\:-mr-12px{
    margin-right: -12px;
  }

  .xm\:-mb-12px{
    margin-bottom: -12px;
  }

  .xm\:-ml-12px{
    margin-left: -12px;
  }

  .xm\:-mt-14px{
    margin-top: -14px;
  }

  .xm\:-mr-14px{
    margin-right: -14px;
  }

  .xm\:-mb-14px{
    margin-bottom: -14px;
  }

  .xm\:-ml-14px{
    margin-left: -14px;
  }

  .xm\:-mt-15px{
    margin-top: -15px;
  }

  .xm\:-mr-15px{
    margin-right: -15px;
  }

  .xm\:-mb-15px{
    margin-bottom: -15px;
  }

  .xm\:-ml-15px{
    margin-left: -15px;
  }

  .xm\:-mt-16px{
    margin-top: -16px;
  }

  .xm\:-mr-16px{
    margin-right: -16px;
  }

  .xm\:-mb-16px{
    margin-bottom: -16px;
  }

  .xm\:-ml-16px{
    margin-left: -16px;
  }

  .xm\:-mt-18px{
    margin-top: -18px;
  }

  .xm\:-mr-18px{
    margin-right: -18px;
  }

  .xm\:-mb-18px{
    margin-bottom: -18px;
  }

  .xm\:-ml-18px{
    margin-left: -18px;
  }

  .xm\:-mt-20px{
    margin-top: -20px;
  }

  .xm\:-mr-20px{
    margin-right: -20px;
  }

  .xm\:-mb-20px{
    margin-bottom: -20px;
  }

  .xm\:-ml-20px{
    margin-left: -20px;
  }

  .xm\:-mt-24px{
    margin-top: -24px;
  }

  .xm\:-mr-24px{
    margin-right: -24px;
  }

  .xm\:-mb-24px{
    margin-bottom: -24px;
  }

  .xm\:-ml-24px{
    margin-left: -24px;
  }

  .xm\:-mt-25px{
    margin-top: -25px;
  }

  .xm\:-mr-25px{
    margin-right: -25px;
  }

  .xm\:-mb-25px{
    margin-bottom: -25px;
  }

  .xm\:-ml-25px{
    margin-left: -25px;
  }

  .xm\:-mt-26px{
    margin-top: -26px;
  }

  .xm\:-mr-26px{
    margin-right: -26px;
  }

  .xm\:-mb-26px{
    margin-bottom: -26px;
  }

  .xm\:-ml-26px{
    margin-left: -26px;
  }

  .xm\:-mt-30px{
    margin-top: -30px;
  }

  .xm\:-mr-30px{
    margin-right: -30px;
  }

  .xm\:-mb-30px{
    margin-bottom: -30px;
  }

  .xm\:-ml-30px{
    margin-left: -30px;
  }

  .xm\:-mt-34px{
    margin-top: -34px;
  }

  .xm\:-mr-34px{
    margin-right: -34px;
  }

  .xm\:-mb-34px{
    margin-bottom: -34px;
  }

  .xm\:-ml-34px{
    margin-left: -34px;
  }

  .xm\:-mt-36px{
    margin-top: -36px;
  }

  .xm\:-mr-36px{
    margin-right: -36px;
  }

  .xm\:-mb-36px{
    margin-bottom: -36px;
  }

  .xm\:-ml-36px{
    margin-left: -36px;
  }

  .xm\:-mt-40px{
    margin-top: -40px;
  }

  .xm\:-mr-40px{
    margin-right: -40px;
  }

  .xm\:-mb-40px{
    margin-bottom: -40px;
  }

  .xm\:-ml-40px{
    margin-left: -40px;
  }

  .xm\:-mt-45px{
    margin-top: -45px;
  }

  .xm\:-mr-45px{
    margin-right: -45px;
  }

  .xm\:-mb-45px{
    margin-bottom: -45px;
  }

  .xm\:-ml-45px{
    margin-left: -45px;
  }

  .xm\:-mt-49px{
    margin-top: -49px;
  }

  .xm\:-mr-49px{
    margin-right: -49px;
  }

  .xm\:-mb-49px{
    margin-bottom: -49px;
  }

  .xm\:-ml-49px{
    margin-left: -49px;
  }

  .xm\:-mt-50px{
    margin-top: -50px;
  }

  .xm\:-mr-50px{
    margin-right: -50px;
  }

  .xm\:-mb-50px{
    margin-bottom: -50px;
  }

  .xm\:-ml-50px{
    margin-left: -50px;
  }

  .xm\:-mt-53px{
    margin-top: -53px;
  }

  .xm\:-mr-53px{
    margin-right: -53px;
  }

  .xm\:-mb-53px{
    margin-bottom: -53px;
  }

  .xm\:-ml-53px{
    margin-left: -53px;
  }

  .xm\:-mt-55px{
    margin-top: -55px;
  }

  .xm\:-mr-55px{
    margin-right: -55px;
  }

  .xm\:-mb-55px{
    margin-bottom: -55px;
  }

  .xm\:-ml-55px{
    margin-left: -55px;
  }

  .xm\:-mt-60px{
    margin-top: -60px;
  }

  .xm\:-mr-60px{
    margin-right: -60px;
  }

  .xm\:-mb-60px{
    margin-bottom: -60px;
  }

  .xm\:-ml-60px{
    margin-left: -60px;
  }

  .xm\:-mt-68px{
    margin-top: -68px;
  }

  .xm\:-mr-68px{
    margin-right: -68px;
  }

  .xm\:-mb-68px{
    margin-bottom: -68px;
  }

  .xm\:-ml-68px{
    margin-left: -68px;
  }

  .xm\:-mt-80px{
    margin-top: -80px;
  }

  .xm\:-mr-80px{
    margin-right: -80px;
  }

  .xm\:-mb-80px{
    margin-bottom: -80px;
  }

  .xm\:-ml-80px{
    margin-left: -80px;
  }

  .xm\:-mt-90px{
    margin-top: -90px;
  }

  .xm\:-mr-90px{
    margin-right: -90px;
  }

  .xm\:-mb-90px{
    margin-bottom: -90px;
  }

  .xm\:-ml-90px{
    margin-left: -90px;
  }

  .xm\:-mt-93px{
    margin-top: -93px;
  }

  .xm\:-mr-93px{
    margin-right: -93px;
  }

  .xm\:-mb-93px{
    margin-bottom: -93px;
  }

  .xm\:-ml-93px{
    margin-left: -93px;
  }

  .xm\:-mt-115px{
    margin-top: -115px;
  }

  .xm\:-mr-115px{
    margin-right: -115px;
  }

  .xm\:-mb-115px{
    margin-bottom: -115px;
  }

  .xm\:-ml-115px{
    margin-left: -115px;
  }

  .xm\:last\:m-0:last-child{
    margin: 0;
  }

  .xm\:last\:m-auto:last-child{
    margin: auto;
  }

  .xm\:last\:m-2px:last-child{
    margin: 2px;
  }

  .xm\:last\:m-4px:last-child{
    margin: 4px;
  }

  .xm\:last\:m-5px:last-child{
    margin: 5px;
  }

  .xm\:last\:m-6px:last-child{
    margin: 6px;
  }

  .xm\:last\:m-7px:last-child{
    margin: 7px;
  }

  .xm\:last\:m-8px:last-child{
    margin: 8px;
  }

  .xm\:last\:m-10px:last-child{
    margin: 10px;
  }

  .xm\:last\:m-11px:last-child{
    margin: 11px;
  }

  .xm\:last\:m-12px:last-child{
    margin: 12px;
  }

  .xm\:last\:m-14px:last-child{
    margin: 14px;
  }

  .xm\:last\:m-15px:last-child{
    margin: 15px;
  }

  .xm\:last\:m-16px:last-child{
    margin: 16px;
  }

  .xm\:last\:m-18px:last-child{
    margin: 18px;
  }

  .xm\:last\:m-20px:last-child{
    margin: 20px;
  }

  .xm\:last\:m-24px:last-child{
    margin: 24px;
  }

  .xm\:last\:m-25px:last-child{
    margin: 25px;
  }

  .xm\:last\:m-26px:last-child{
    margin: 26px;
  }

  .xm\:last\:m-30px:last-child{
    margin: 30px;
  }

  .xm\:last\:m-34px:last-child{
    margin: 34px;
  }

  .xm\:last\:m-36px:last-child{
    margin: 36px;
  }

  .xm\:last\:m-40px:last-child{
    margin: 40px;
  }

  .xm\:last\:m-45px:last-child{
    margin: 45px;
  }

  .xm\:last\:m-49px:last-child{
    margin: 49px;
  }

  .xm\:last\:m-50px:last-child{
    margin: 50px;
  }

  .xm\:last\:m-53px:last-child{
    margin: 53px;
  }

  .xm\:last\:m-55px:last-child{
    margin: 55px;
  }

  .xm\:last\:m-60px:last-child{
    margin: 60px;
  }

  .xm\:last\:m-68px:last-child{
    margin: 68px;
  }

  .xm\:last\:m-80px:last-child{
    margin: 80px;
  }

  .xm\:last\:m-90px:last-child{
    margin: 90px;
  }

  .xm\:last\:m-93px:last-child{
    margin: 93px;
  }

  .xm\:last\:m-115px:last-child{
    margin: 115px;
  }

  .xm\:last\:-m-2px:last-child{
    margin: -2px;
  }

  .xm\:last\:-m-4px:last-child{
    margin: -4px;
  }

  .xm\:last\:-m-5px:last-child{
    margin: -5px;
  }

  .xm\:last\:-m-6px:last-child{
    margin: -6px;
  }

  .xm\:last\:-m-7px:last-child{
    margin: -7px;
  }

  .xm\:last\:-m-8px:last-child{
    margin: -8px;
  }

  .xm\:last\:-m-10px:last-child{
    margin: -10px;
  }

  .xm\:last\:-m-11px:last-child{
    margin: -11px;
  }

  .xm\:last\:-m-12px:last-child{
    margin: -12px;
  }

  .xm\:last\:-m-14px:last-child{
    margin: -14px;
  }

  .xm\:last\:-m-15px:last-child{
    margin: -15px;
  }

  .xm\:last\:-m-16px:last-child{
    margin: -16px;
  }

  .xm\:last\:-m-18px:last-child{
    margin: -18px;
  }

  .xm\:last\:-m-20px:last-child{
    margin: -20px;
  }

  .xm\:last\:-m-24px:last-child{
    margin: -24px;
  }

  .xm\:last\:-m-25px:last-child{
    margin: -25px;
  }

  .xm\:last\:-m-26px:last-child{
    margin: -26px;
  }

  .xm\:last\:-m-30px:last-child{
    margin: -30px;
  }

  .xm\:last\:-m-34px:last-child{
    margin: -34px;
  }

  .xm\:last\:-m-36px:last-child{
    margin: -36px;
  }

  .xm\:last\:-m-40px:last-child{
    margin: -40px;
  }

  .xm\:last\:-m-45px:last-child{
    margin: -45px;
  }

  .xm\:last\:-m-49px:last-child{
    margin: -49px;
  }

  .xm\:last\:-m-50px:last-child{
    margin: -50px;
  }

  .xm\:last\:-m-53px:last-child{
    margin: -53px;
  }

  .xm\:last\:-m-55px:last-child{
    margin: -55px;
  }

  .xm\:last\:-m-60px:last-child{
    margin: -60px;
  }

  .xm\:last\:-m-68px:last-child{
    margin: -68px;
  }

  .xm\:last\:-m-80px:last-child{
    margin: -80px;
  }

  .xm\:last\:-m-90px:last-child{
    margin: -90px;
  }

  .xm\:last\:-m-93px:last-child{
    margin: -93px;
  }

  .xm\:last\:-m-115px:last-child{
    margin: -115px;
  }

  .xm\:last\:my-0:last-child{
    margin-top: 0;
    margin-bottom: 0;
  }

  .xm\:last\:mx-0:last-child{
    margin-left: 0;
    margin-right: 0;
  }

  .xm\:last\:my-auto:last-child{
    margin-top: auto;
    margin-bottom: auto;
  }

  .xm\:last\:mx-auto:last-child{
    margin-left: auto;
    margin-right: auto;
  }

  .xm\:last\:my-2px:last-child{
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .xm\:last\:mx-2px:last-child{
    margin-left: 2px;
    margin-right: 2px;
  }

  .xm\:last\:my-4px:last-child{
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .xm\:last\:mx-4px:last-child{
    margin-left: 4px;
    margin-right: 4px;
  }

  .xm\:last\:my-5px:last-child{
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .xm\:last\:mx-5px:last-child{
    margin-left: 5px;
    margin-right: 5px;
  }

  .xm\:last\:my-6px:last-child{
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .xm\:last\:mx-6px:last-child{
    margin-left: 6px;
    margin-right: 6px;
  }

  .xm\:last\:my-7px:last-child{
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .xm\:last\:mx-7px:last-child{
    margin-left: 7px;
    margin-right: 7px;
  }

  .xm\:last\:my-8px:last-child{
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .xm\:last\:mx-8px:last-child{
    margin-left: 8px;
    margin-right: 8px;
  }

  .xm\:last\:my-10px:last-child{
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .xm\:last\:mx-10px:last-child{
    margin-left: 10px;
    margin-right: 10px;
  }

  .xm\:last\:my-11px:last-child{
    margin-top: 11px;
    margin-bottom: 11px;
  }

  .xm\:last\:mx-11px:last-child{
    margin-left: 11px;
    margin-right: 11px;
  }

  .xm\:last\:my-12px:last-child{
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .xm\:last\:mx-12px:last-child{
    margin-left: 12px;
    margin-right: 12px;
  }

  .xm\:last\:my-14px:last-child{
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .xm\:last\:mx-14px:last-child{
    margin-left: 14px;
    margin-right: 14px;
  }

  .xm\:last\:my-15px:last-child{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .xm\:last\:mx-15px:last-child{
    margin-left: 15px;
    margin-right: 15px;
  }

  .xm\:last\:my-16px:last-child{
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .xm\:last\:mx-16px:last-child{
    margin-left: 16px;
    margin-right: 16px;
  }

  .xm\:last\:my-18px:last-child{
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .xm\:last\:mx-18px:last-child{
    margin-left: 18px;
    margin-right: 18px;
  }

  .xm\:last\:my-20px:last-child{
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .xm\:last\:mx-20px:last-child{
    margin-left: 20px;
    margin-right: 20px;
  }

  .xm\:last\:my-24px:last-child{
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .xm\:last\:mx-24px:last-child{
    margin-left: 24px;
    margin-right: 24px;
  }

  .xm\:last\:my-25px:last-child{
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .xm\:last\:mx-25px:last-child{
    margin-left: 25px;
    margin-right: 25px;
  }

  .xm\:last\:my-26px:last-child{
    margin-top: 26px;
    margin-bottom: 26px;
  }

  .xm\:last\:mx-26px:last-child{
    margin-left: 26px;
    margin-right: 26px;
  }

  .xm\:last\:my-30px:last-child{
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .xm\:last\:mx-30px:last-child{
    margin-left: 30px;
    margin-right: 30px;
  }

  .xm\:last\:my-34px:last-child{
    margin-top: 34px;
    margin-bottom: 34px;
  }

  .xm\:last\:mx-34px:last-child{
    margin-left: 34px;
    margin-right: 34px;
  }

  .xm\:last\:my-36px:last-child{
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .xm\:last\:mx-36px:last-child{
    margin-left: 36px;
    margin-right: 36px;
  }

  .xm\:last\:my-40px:last-child{
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .xm\:last\:mx-40px:last-child{
    margin-left: 40px;
    margin-right: 40px;
  }

  .xm\:last\:my-45px:last-child{
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .xm\:last\:mx-45px:last-child{
    margin-left: 45px;
    margin-right: 45px;
  }

  .xm\:last\:my-49px:last-child{
    margin-top: 49px;
    margin-bottom: 49px;
  }

  .xm\:last\:mx-49px:last-child{
    margin-left: 49px;
    margin-right: 49px;
  }

  .xm\:last\:my-50px:last-child{
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .xm\:last\:mx-50px:last-child{
    margin-left: 50px;
    margin-right: 50px;
  }

  .xm\:last\:my-53px:last-child{
    margin-top: 53px;
    margin-bottom: 53px;
  }

  .xm\:last\:mx-53px:last-child{
    margin-left: 53px;
    margin-right: 53px;
  }

  .xm\:last\:my-55px:last-child{
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .xm\:last\:mx-55px:last-child{
    margin-left: 55px;
    margin-right: 55px;
  }

  .xm\:last\:my-60px:last-child{
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .xm\:last\:mx-60px:last-child{
    margin-left: 60px;
    margin-right: 60px;
  }

  .xm\:last\:my-68px:last-child{
    margin-top: 68px;
    margin-bottom: 68px;
  }

  .xm\:last\:mx-68px:last-child{
    margin-left: 68px;
    margin-right: 68px;
  }

  .xm\:last\:my-80px:last-child{
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .xm\:last\:mx-80px:last-child{
    margin-left: 80px;
    margin-right: 80px;
  }

  .xm\:last\:my-90px:last-child{
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .xm\:last\:mx-90px:last-child{
    margin-left: 90px;
    margin-right: 90px;
  }

  .xm\:last\:my-93px:last-child{
    margin-top: 93px;
    margin-bottom: 93px;
  }

  .xm\:last\:mx-93px:last-child{
    margin-left: 93px;
    margin-right: 93px;
  }

  .xm\:last\:my-115px:last-child{
    margin-top: 115px;
    margin-bottom: 115px;
  }

  .xm\:last\:mx-115px:last-child{
    margin-left: 115px;
    margin-right: 115px;
  }

  .xm\:last\:-my-2px:last-child{
    margin-top: -2px;
    margin-bottom: -2px;
  }

  .xm\:last\:-mx-2px:last-child{
    margin-left: -2px;
    margin-right: -2px;
  }

  .xm\:last\:-my-4px:last-child{
    margin-top: -4px;
    margin-bottom: -4px;
  }

  .xm\:last\:-mx-4px:last-child{
    margin-left: -4px;
    margin-right: -4px;
  }

  .xm\:last\:-my-5px:last-child{
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .xm\:last\:-mx-5px:last-child{
    margin-left: -5px;
    margin-right: -5px;
  }

  .xm\:last\:-my-6px:last-child{
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .xm\:last\:-mx-6px:last-child{
    margin-left: -6px;
    margin-right: -6px;
  }

  .xm\:last\:-my-7px:last-child{
    margin-top: -7px;
    margin-bottom: -7px;
  }

  .xm\:last\:-mx-7px:last-child{
    margin-left: -7px;
    margin-right: -7px;
  }

  .xm\:last\:-my-8px:last-child{
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .xm\:last\:-mx-8px:last-child{
    margin-left: -8px;
    margin-right: -8px;
  }

  .xm\:last\:-my-10px:last-child{
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .xm\:last\:-mx-10px:last-child{
    margin-left: -10px;
    margin-right: -10px;
  }

  .xm\:last\:-my-11px:last-child{
    margin-top: -11px;
    margin-bottom: -11px;
  }

  .xm\:last\:-mx-11px:last-child{
    margin-left: -11px;
    margin-right: -11px;
  }

  .xm\:last\:-my-12px:last-child{
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .xm\:last\:-mx-12px:last-child{
    margin-left: -12px;
    margin-right: -12px;
  }

  .xm\:last\:-my-14px:last-child{
    margin-top: -14px;
    margin-bottom: -14px;
  }

  .xm\:last\:-mx-14px:last-child{
    margin-left: -14px;
    margin-right: -14px;
  }

  .xm\:last\:-my-15px:last-child{
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .xm\:last\:-mx-15px:last-child{
    margin-left: -15px;
    margin-right: -15px;
  }

  .xm\:last\:-my-16px:last-child{
    margin-top: -16px;
    margin-bottom: -16px;
  }

  .xm\:last\:-mx-16px:last-child{
    margin-left: -16px;
    margin-right: -16px;
  }

  .xm\:last\:-my-18px:last-child{
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .xm\:last\:-mx-18px:last-child{
    margin-left: -18px;
    margin-right: -18px;
  }

  .xm\:last\:-my-20px:last-child{
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .xm\:last\:-mx-20px:last-child{
    margin-left: -20px;
    margin-right: -20px;
  }

  .xm\:last\:-my-24px:last-child{
    margin-top: -24px;
    margin-bottom: -24px;
  }

  .xm\:last\:-mx-24px:last-child{
    margin-left: -24px;
    margin-right: -24px;
  }

  .xm\:last\:-my-25px:last-child{
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .xm\:last\:-mx-25px:last-child{
    margin-left: -25px;
    margin-right: -25px;
  }

  .xm\:last\:-my-26px:last-child{
    margin-top: -26px;
    margin-bottom: -26px;
  }

  .xm\:last\:-mx-26px:last-child{
    margin-left: -26px;
    margin-right: -26px;
  }

  .xm\:last\:-my-30px:last-child{
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .xm\:last\:-mx-30px:last-child{
    margin-left: -30px;
    margin-right: -30px;
  }

  .xm\:last\:-my-34px:last-child{
    margin-top: -34px;
    margin-bottom: -34px;
  }

  .xm\:last\:-mx-34px:last-child{
    margin-left: -34px;
    margin-right: -34px;
  }

  .xm\:last\:-my-36px:last-child{
    margin-top: -36px;
    margin-bottom: -36px;
  }

  .xm\:last\:-mx-36px:last-child{
    margin-left: -36px;
    margin-right: -36px;
  }

  .xm\:last\:-my-40px:last-child{
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .xm\:last\:-mx-40px:last-child{
    margin-left: -40px;
    margin-right: -40px;
  }

  .xm\:last\:-my-45px:last-child{
    margin-top: -45px;
    margin-bottom: -45px;
  }

  .xm\:last\:-mx-45px:last-child{
    margin-left: -45px;
    margin-right: -45px;
  }

  .xm\:last\:-my-49px:last-child{
    margin-top: -49px;
    margin-bottom: -49px;
  }

  .xm\:last\:-mx-49px:last-child{
    margin-left: -49px;
    margin-right: -49px;
  }

  .xm\:last\:-my-50px:last-child{
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .xm\:last\:-mx-50px:last-child{
    margin-left: -50px;
    margin-right: -50px;
  }

  .xm\:last\:-my-53px:last-child{
    margin-top: -53px;
    margin-bottom: -53px;
  }

  .xm\:last\:-mx-53px:last-child{
    margin-left: -53px;
    margin-right: -53px;
  }

  .xm\:last\:-my-55px:last-child{
    margin-top: -55px;
    margin-bottom: -55px;
  }

  .xm\:last\:-mx-55px:last-child{
    margin-left: -55px;
    margin-right: -55px;
  }

  .xm\:last\:-my-60px:last-child{
    margin-top: -60px;
    margin-bottom: -60px;
  }

  .xm\:last\:-mx-60px:last-child{
    margin-left: -60px;
    margin-right: -60px;
  }

  .xm\:last\:-my-68px:last-child{
    margin-top: -68px;
    margin-bottom: -68px;
  }

  .xm\:last\:-mx-68px:last-child{
    margin-left: -68px;
    margin-right: -68px;
  }

  .xm\:last\:-my-80px:last-child{
    margin-top: -80px;
    margin-bottom: -80px;
  }

  .xm\:last\:-mx-80px:last-child{
    margin-left: -80px;
    margin-right: -80px;
  }

  .xm\:last\:-my-90px:last-child{
    margin-top: -90px;
    margin-bottom: -90px;
  }

  .xm\:last\:-mx-90px:last-child{
    margin-left: -90px;
    margin-right: -90px;
  }

  .xm\:last\:-my-93px:last-child{
    margin-top: -93px;
    margin-bottom: -93px;
  }

  .xm\:last\:-mx-93px:last-child{
    margin-left: -93px;
    margin-right: -93px;
  }

  .xm\:last\:-my-115px:last-child{
    margin-top: -115px;
    margin-bottom: -115px;
  }

  .xm\:last\:-mx-115px:last-child{
    margin-left: -115px;
    margin-right: -115px;
  }

  .xm\:last\:mt-0:last-child{
    margin-top: 0;
  }

  .xm\:last\:mr-0:last-child{
    margin-right: 0;
  }

  .xm\:last\:mb-0:last-child{
    margin-bottom: 0;
  }

  .xm\:last\:ml-0:last-child{
    margin-left: 0;
  }

  .xm\:last\:mt-auto:last-child{
    margin-top: auto;
  }

  .xm\:last\:mr-auto:last-child{
    margin-right: auto;
  }

  .xm\:last\:mb-auto:last-child{
    margin-bottom: auto;
  }

  .xm\:last\:ml-auto:last-child{
    margin-left: auto;
  }

  .xm\:last\:mt-2px:last-child{
    margin-top: 2px;
  }

  .xm\:last\:mr-2px:last-child{
    margin-right: 2px;
  }

  .xm\:last\:mb-2px:last-child{
    margin-bottom: 2px;
  }

  .xm\:last\:ml-2px:last-child{
    margin-left: 2px;
  }

  .xm\:last\:mt-4px:last-child{
    margin-top: 4px;
  }

  .xm\:last\:mr-4px:last-child{
    margin-right: 4px;
  }

  .xm\:last\:mb-4px:last-child{
    margin-bottom: 4px;
  }

  .xm\:last\:ml-4px:last-child{
    margin-left: 4px;
  }

  .xm\:last\:mt-5px:last-child{
    margin-top: 5px;
  }

  .xm\:last\:mr-5px:last-child{
    margin-right: 5px;
  }

  .xm\:last\:mb-5px:last-child{
    margin-bottom: 5px;
  }

  .xm\:last\:ml-5px:last-child{
    margin-left: 5px;
  }

  .xm\:last\:mt-6px:last-child{
    margin-top: 6px;
  }

  .xm\:last\:mr-6px:last-child{
    margin-right: 6px;
  }

  .xm\:last\:mb-6px:last-child{
    margin-bottom: 6px;
  }

  .xm\:last\:ml-6px:last-child{
    margin-left: 6px;
  }

  .xm\:last\:mt-7px:last-child{
    margin-top: 7px;
  }

  .xm\:last\:mr-7px:last-child{
    margin-right: 7px;
  }

  .xm\:last\:mb-7px:last-child{
    margin-bottom: 7px;
  }

  .xm\:last\:ml-7px:last-child{
    margin-left: 7px;
  }

  .xm\:last\:mt-8px:last-child{
    margin-top: 8px;
  }

  .xm\:last\:mr-8px:last-child{
    margin-right: 8px;
  }

  .xm\:last\:mb-8px:last-child{
    margin-bottom: 8px;
  }

  .xm\:last\:ml-8px:last-child{
    margin-left: 8px;
  }

  .xm\:last\:mt-10px:last-child{
    margin-top: 10px;
  }

  .xm\:last\:mr-10px:last-child{
    margin-right: 10px;
  }

  .xm\:last\:mb-10px:last-child{
    margin-bottom: 10px;
  }

  .xm\:last\:ml-10px:last-child{
    margin-left: 10px;
  }

  .xm\:last\:mt-11px:last-child{
    margin-top: 11px;
  }

  .xm\:last\:mr-11px:last-child{
    margin-right: 11px;
  }

  .xm\:last\:mb-11px:last-child{
    margin-bottom: 11px;
  }

  .xm\:last\:ml-11px:last-child{
    margin-left: 11px;
  }

  .xm\:last\:mt-12px:last-child{
    margin-top: 12px;
  }

  .xm\:last\:mr-12px:last-child{
    margin-right: 12px;
  }

  .xm\:last\:mb-12px:last-child{
    margin-bottom: 12px;
  }

  .xm\:last\:ml-12px:last-child{
    margin-left: 12px;
  }

  .xm\:last\:mt-14px:last-child{
    margin-top: 14px;
  }

  .xm\:last\:mr-14px:last-child{
    margin-right: 14px;
  }

  .xm\:last\:mb-14px:last-child{
    margin-bottom: 14px;
  }

  .xm\:last\:ml-14px:last-child{
    margin-left: 14px;
  }

  .xm\:last\:mt-15px:last-child{
    margin-top: 15px;
  }

  .xm\:last\:mr-15px:last-child{
    margin-right: 15px;
  }

  .xm\:last\:mb-15px:last-child{
    margin-bottom: 15px;
  }

  .xm\:last\:ml-15px:last-child{
    margin-left: 15px;
  }

  .xm\:last\:mt-16px:last-child{
    margin-top: 16px;
  }

  .xm\:last\:mr-16px:last-child{
    margin-right: 16px;
  }

  .xm\:last\:mb-16px:last-child{
    margin-bottom: 16px;
  }

  .xm\:last\:ml-16px:last-child{
    margin-left: 16px;
  }

  .xm\:last\:mt-18px:last-child{
    margin-top: 18px;
  }

  .xm\:last\:mr-18px:last-child{
    margin-right: 18px;
  }

  .xm\:last\:mb-18px:last-child{
    margin-bottom: 18px;
  }

  .xm\:last\:ml-18px:last-child{
    margin-left: 18px;
  }

  .xm\:last\:mt-20px:last-child{
    margin-top: 20px;
  }

  .xm\:last\:mr-20px:last-child{
    margin-right: 20px;
  }

  .xm\:last\:mb-20px:last-child{
    margin-bottom: 20px;
  }

  .xm\:last\:ml-20px:last-child{
    margin-left: 20px;
  }

  .xm\:last\:mt-24px:last-child{
    margin-top: 24px;
  }

  .xm\:last\:mr-24px:last-child{
    margin-right: 24px;
  }

  .xm\:last\:mb-24px:last-child{
    margin-bottom: 24px;
  }

  .xm\:last\:ml-24px:last-child{
    margin-left: 24px;
  }

  .xm\:last\:mt-25px:last-child{
    margin-top: 25px;
  }

  .xm\:last\:mr-25px:last-child{
    margin-right: 25px;
  }

  .xm\:last\:mb-25px:last-child{
    margin-bottom: 25px;
  }

  .xm\:last\:ml-25px:last-child{
    margin-left: 25px;
  }

  .xm\:last\:mt-26px:last-child{
    margin-top: 26px;
  }

  .xm\:last\:mr-26px:last-child{
    margin-right: 26px;
  }

  .xm\:last\:mb-26px:last-child{
    margin-bottom: 26px;
  }

  .xm\:last\:ml-26px:last-child{
    margin-left: 26px;
  }

  .xm\:last\:mt-30px:last-child{
    margin-top: 30px;
  }

  .xm\:last\:mr-30px:last-child{
    margin-right: 30px;
  }

  .xm\:last\:mb-30px:last-child{
    margin-bottom: 30px;
  }

  .xm\:last\:ml-30px:last-child{
    margin-left: 30px;
  }

  .xm\:last\:mt-34px:last-child{
    margin-top: 34px;
  }

  .xm\:last\:mr-34px:last-child{
    margin-right: 34px;
  }

  .xm\:last\:mb-34px:last-child{
    margin-bottom: 34px;
  }

  .xm\:last\:ml-34px:last-child{
    margin-left: 34px;
  }

  .xm\:last\:mt-36px:last-child{
    margin-top: 36px;
  }

  .xm\:last\:mr-36px:last-child{
    margin-right: 36px;
  }

  .xm\:last\:mb-36px:last-child{
    margin-bottom: 36px;
  }

  .xm\:last\:ml-36px:last-child{
    margin-left: 36px;
  }

  .xm\:last\:mt-40px:last-child{
    margin-top: 40px;
  }

  .xm\:last\:mr-40px:last-child{
    margin-right: 40px;
  }

  .xm\:last\:mb-40px:last-child{
    margin-bottom: 40px;
  }

  .xm\:last\:ml-40px:last-child{
    margin-left: 40px;
  }

  .xm\:last\:mt-45px:last-child{
    margin-top: 45px;
  }

  .xm\:last\:mr-45px:last-child{
    margin-right: 45px;
  }

  .xm\:last\:mb-45px:last-child{
    margin-bottom: 45px;
  }

  .xm\:last\:ml-45px:last-child{
    margin-left: 45px;
  }

  .xm\:last\:mt-49px:last-child{
    margin-top: 49px;
  }

  .xm\:last\:mr-49px:last-child{
    margin-right: 49px;
  }

  .xm\:last\:mb-49px:last-child{
    margin-bottom: 49px;
  }

  .xm\:last\:ml-49px:last-child{
    margin-left: 49px;
  }

  .xm\:last\:mt-50px:last-child{
    margin-top: 50px;
  }

  .xm\:last\:mr-50px:last-child{
    margin-right: 50px;
  }

  .xm\:last\:mb-50px:last-child{
    margin-bottom: 50px;
  }

  .xm\:last\:ml-50px:last-child{
    margin-left: 50px;
  }

  .xm\:last\:mt-53px:last-child{
    margin-top: 53px;
  }

  .xm\:last\:mr-53px:last-child{
    margin-right: 53px;
  }

  .xm\:last\:mb-53px:last-child{
    margin-bottom: 53px;
  }

  .xm\:last\:ml-53px:last-child{
    margin-left: 53px;
  }

  .xm\:last\:mt-55px:last-child{
    margin-top: 55px;
  }

  .xm\:last\:mr-55px:last-child{
    margin-right: 55px;
  }

  .xm\:last\:mb-55px:last-child{
    margin-bottom: 55px;
  }

  .xm\:last\:ml-55px:last-child{
    margin-left: 55px;
  }

  .xm\:last\:mt-60px:last-child{
    margin-top: 60px;
  }

  .xm\:last\:mr-60px:last-child{
    margin-right: 60px;
  }

  .xm\:last\:mb-60px:last-child{
    margin-bottom: 60px;
  }

  .xm\:last\:ml-60px:last-child{
    margin-left: 60px;
  }

  .xm\:last\:mt-68px:last-child{
    margin-top: 68px;
  }

  .xm\:last\:mr-68px:last-child{
    margin-right: 68px;
  }

  .xm\:last\:mb-68px:last-child{
    margin-bottom: 68px;
  }

  .xm\:last\:ml-68px:last-child{
    margin-left: 68px;
  }

  .xm\:last\:mt-80px:last-child{
    margin-top: 80px;
  }

  .xm\:last\:mr-80px:last-child{
    margin-right: 80px;
  }

  .xm\:last\:mb-80px:last-child{
    margin-bottom: 80px;
  }

  .xm\:last\:ml-80px:last-child{
    margin-left: 80px;
  }

  .xm\:last\:mt-90px:last-child{
    margin-top: 90px;
  }

  .xm\:last\:mr-90px:last-child{
    margin-right: 90px;
  }

  .xm\:last\:mb-90px:last-child{
    margin-bottom: 90px;
  }

  .xm\:last\:ml-90px:last-child{
    margin-left: 90px;
  }

  .xm\:last\:mt-93px:last-child{
    margin-top: 93px;
  }

  .xm\:last\:mr-93px:last-child{
    margin-right: 93px;
  }

  .xm\:last\:mb-93px:last-child{
    margin-bottom: 93px;
  }

  .xm\:last\:ml-93px:last-child{
    margin-left: 93px;
  }

  .xm\:last\:mt-115px:last-child{
    margin-top: 115px;
  }

  .xm\:last\:mr-115px:last-child{
    margin-right: 115px;
  }

  .xm\:last\:mb-115px:last-child{
    margin-bottom: 115px;
  }

  .xm\:last\:ml-115px:last-child{
    margin-left: 115px;
  }

  .xm\:last\:-mt-2px:last-child{
    margin-top: -2px;
  }

  .xm\:last\:-mr-2px:last-child{
    margin-right: -2px;
  }

  .xm\:last\:-mb-2px:last-child{
    margin-bottom: -2px;
  }

  .xm\:last\:-ml-2px:last-child{
    margin-left: -2px;
  }

  .xm\:last\:-mt-4px:last-child{
    margin-top: -4px;
  }

  .xm\:last\:-mr-4px:last-child{
    margin-right: -4px;
  }

  .xm\:last\:-mb-4px:last-child{
    margin-bottom: -4px;
  }

  .xm\:last\:-ml-4px:last-child{
    margin-left: -4px;
  }

  .xm\:last\:-mt-5px:last-child{
    margin-top: -5px;
  }

  .xm\:last\:-mr-5px:last-child{
    margin-right: -5px;
  }

  .xm\:last\:-mb-5px:last-child{
    margin-bottom: -5px;
  }

  .xm\:last\:-ml-5px:last-child{
    margin-left: -5px;
  }

  .xm\:last\:-mt-6px:last-child{
    margin-top: -6px;
  }

  .xm\:last\:-mr-6px:last-child{
    margin-right: -6px;
  }

  .xm\:last\:-mb-6px:last-child{
    margin-bottom: -6px;
  }

  .xm\:last\:-ml-6px:last-child{
    margin-left: -6px;
  }

  .xm\:last\:-mt-7px:last-child{
    margin-top: -7px;
  }

  .xm\:last\:-mr-7px:last-child{
    margin-right: -7px;
  }

  .xm\:last\:-mb-7px:last-child{
    margin-bottom: -7px;
  }

  .xm\:last\:-ml-7px:last-child{
    margin-left: -7px;
  }

  .xm\:last\:-mt-8px:last-child{
    margin-top: -8px;
  }

  .xm\:last\:-mr-8px:last-child{
    margin-right: -8px;
  }

  .xm\:last\:-mb-8px:last-child{
    margin-bottom: -8px;
  }

  .xm\:last\:-ml-8px:last-child{
    margin-left: -8px;
  }

  .xm\:last\:-mt-10px:last-child{
    margin-top: -10px;
  }

  .xm\:last\:-mr-10px:last-child{
    margin-right: -10px;
  }

  .xm\:last\:-mb-10px:last-child{
    margin-bottom: -10px;
  }

  .xm\:last\:-ml-10px:last-child{
    margin-left: -10px;
  }

  .xm\:last\:-mt-11px:last-child{
    margin-top: -11px;
  }

  .xm\:last\:-mr-11px:last-child{
    margin-right: -11px;
  }

  .xm\:last\:-mb-11px:last-child{
    margin-bottom: -11px;
  }

  .xm\:last\:-ml-11px:last-child{
    margin-left: -11px;
  }

  .xm\:last\:-mt-12px:last-child{
    margin-top: -12px;
  }

  .xm\:last\:-mr-12px:last-child{
    margin-right: -12px;
  }

  .xm\:last\:-mb-12px:last-child{
    margin-bottom: -12px;
  }

  .xm\:last\:-ml-12px:last-child{
    margin-left: -12px;
  }

  .xm\:last\:-mt-14px:last-child{
    margin-top: -14px;
  }

  .xm\:last\:-mr-14px:last-child{
    margin-right: -14px;
  }

  .xm\:last\:-mb-14px:last-child{
    margin-bottom: -14px;
  }

  .xm\:last\:-ml-14px:last-child{
    margin-left: -14px;
  }

  .xm\:last\:-mt-15px:last-child{
    margin-top: -15px;
  }

  .xm\:last\:-mr-15px:last-child{
    margin-right: -15px;
  }

  .xm\:last\:-mb-15px:last-child{
    margin-bottom: -15px;
  }

  .xm\:last\:-ml-15px:last-child{
    margin-left: -15px;
  }

  .xm\:last\:-mt-16px:last-child{
    margin-top: -16px;
  }

  .xm\:last\:-mr-16px:last-child{
    margin-right: -16px;
  }

  .xm\:last\:-mb-16px:last-child{
    margin-bottom: -16px;
  }

  .xm\:last\:-ml-16px:last-child{
    margin-left: -16px;
  }

  .xm\:last\:-mt-18px:last-child{
    margin-top: -18px;
  }

  .xm\:last\:-mr-18px:last-child{
    margin-right: -18px;
  }

  .xm\:last\:-mb-18px:last-child{
    margin-bottom: -18px;
  }

  .xm\:last\:-ml-18px:last-child{
    margin-left: -18px;
  }

  .xm\:last\:-mt-20px:last-child{
    margin-top: -20px;
  }

  .xm\:last\:-mr-20px:last-child{
    margin-right: -20px;
  }

  .xm\:last\:-mb-20px:last-child{
    margin-bottom: -20px;
  }

  .xm\:last\:-ml-20px:last-child{
    margin-left: -20px;
  }

  .xm\:last\:-mt-24px:last-child{
    margin-top: -24px;
  }

  .xm\:last\:-mr-24px:last-child{
    margin-right: -24px;
  }

  .xm\:last\:-mb-24px:last-child{
    margin-bottom: -24px;
  }

  .xm\:last\:-ml-24px:last-child{
    margin-left: -24px;
  }

  .xm\:last\:-mt-25px:last-child{
    margin-top: -25px;
  }

  .xm\:last\:-mr-25px:last-child{
    margin-right: -25px;
  }

  .xm\:last\:-mb-25px:last-child{
    margin-bottom: -25px;
  }

  .xm\:last\:-ml-25px:last-child{
    margin-left: -25px;
  }

  .xm\:last\:-mt-26px:last-child{
    margin-top: -26px;
  }

  .xm\:last\:-mr-26px:last-child{
    margin-right: -26px;
  }

  .xm\:last\:-mb-26px:last-child{
    margin-bottom: -26px;
  }

  .xm\:last\:-ml-26px:last-child{
    margin-left: -26px;
  }

  .xm\:last\:-mt-30px:last-child{
    margin-top: -30px;
  }

  .xm\:last\:-mr-30px:last-child{
    margin-right: -30px;
  }

  .xm\:last\:-mb-30px:last-child{
    margin-bottom: -30px;
  }

  .xm\:last\:-ml-30px:last-child{
    margin-left: -30px;
  }

  .xm\:last\:-mt-34px:last-child{
    margin-top: -34px;
  }

  .xm\:last\:-mr-34px:last-child{
    margin-right: -34px;
  }

  .xm\:last\:-mb-34px:last-child{
    margin-bottom: -34px;
  }

  .xm\:last\:-ml-34px:last-child{
    margin-left: -34px;
  }

  .xm\:last\:-mt-36px:last-child{
    margin-top: -36px;
  }

  .xm\:last\:-mr-36px:last-child{
    margin-right: -36px;
  }

  .xm\:last\:-mb-36px:last-child{
    margin-bottom: -36px;
  }

  .xm\:last\:-ml-36px:last-child{
    margin-left: -36px;
  }

  .xm\:last\:-mt-40px:last-child{
    margin-top: -40px;
  }

  .xm\:last\:-mr-40px:last-child{
    margin-right: -40px;
  }

  .xm\:last\:-mb-40px:last-child{
    margin-bottom: -40px;
  }

  .xm\:last\:-ml-40px:last-child{
    margin-left: -40px;
  }

  .xm\:last\:-mt-45px:last-child{
    margin-top: -45px;
  }

  .xm\:last\:-mr-45px:last-child{
    margin-right: -45px;
  }

  .xm\:last\:-mb-45px:last-child{
    margin-bottom: -45px;
  }

  .xm\:last\:-ml-45px:last-child{
    margin-left: -45px;
  }

  .xm\:last\:-mt-49px:last-child{
    margin-top: -49px;
  }

  .xm\:last\:-mr-49px:last-child{
    margin-right: -49px;
  }

  .xm\:last\:-mb-49px:last-child{
    margin-bottom: -49px;
  }

  .xm\:last\:-ml-49px:last-child{
    margin-left: -49px;
  }

  .xm\:last\:-mt-50px:last-child{
    margin-top: -50px;
  }

  .xm\:last\:-mr-50px:last-child{
    margin-right: -50px;
  }

  .xm\:last\:-mb-50px:last-child{
    margin-bottom: -50px;
  }

  .xm\:last\:-ml-50px:last-child{
    margin-left: -50px;
  }

  .xm\:last\:-mt-53px:last-child{
    margin-top: -53px;
  }

  .xm\:last\:-mr-53px:last-child{
    margin-right: -53px;
  }

  .xm\:last\:-mb-53px:last-child{
    margin-bottom: -53px;
  }

  .xm\:last\:-ml-53px:last-child{
    margin-left: -53px;
  }

  .xm\:last\:-mt-55px:last-child{
    margin-top: -55px;
  }

  .xm\:last\:-mr-55px:last-child{
    margin-right: -55px;
  }

  .xm\:last\:-mb-55px:last-child{
    margin-bottom: -55px;
  }

  .xm\:last\:-ml-55px:last-child{
    margin-left: -55px;
  }

  .xm\:last\:-mt-60px:last-child{
    margin-top: -60px;
  }

  .xm\:last\:-mr-60px:last-child{
    margin-right: -60px;
  }

  .xm\:last\:-mb-60px:last-child{
    margin-bottom: -60px;
  }

  .xm\:last\:-ml-60px:last-child{
    margin-left: -60px;
  }

  .xm\:last\:-mt-68px:last-child{
    margin-top: -68px;
  }

  .xm\:last\:-mr-68px:last-child{
    margin-right: -68px;
  }

  .xm\:last\:-mb-68px:last-child{
    margin-bottom: -68px;
  }

  .xm\:last\:-ml-68px:last-child{
    margin-left: -68px;
  }

  .xm\:last\:-mt-80px:last-child{
    margin-top: -80px;
  }

  .xm\:last\:-mr-80px:last-child{
    margin-right: -80px;
  }

  .xm\:last\:-mb-80px:last-child{
    margin-bottom: -80px;
  }

  .xm\:last\:-ml-80px:last-child{
    margin-left: -80px;
  }

  .xm\:last\:-mt-90px:last-child{
    margin-top: -90px;
  }

  .xm\:last\:-mr-90px:last-child{
    margin-right: -90px;
  }

  .xm\:last\:-mb-90px:last-child{
    margin-bottom: -90px;
  }

  .xm\:last\:-ml-90px:last-child{
    margin-left: -90px;
  }

  .xm\:last\:-mt-93px:last-child{
    margin-top: -93px;
  }

  .xm\:last\:-mr-93px:last-child{
    margin-right: -93px;
  }

  .xm\:last\:-mb-93px:last-child{
    margin-bottom: -93px;
  }

  .xm\:last\:-ml-93px:last-child{
    margin-left: -93px;
  }

  .xm\:last\:-mt-115px:last-child{
    margin-top: -115px;
  }

  .xm\:last\:-mr-115px:last-child{
    margin-right: -115px;
  }

  .xm\:last\:-mb-115px:last-child{
    margin-bottom: -115px;
  }

  .xm\:last\:-ml-115px:last-child{
    margin-left: -115px;
  }

  .xm\:max-h-full{
    max-height: 100%;
  }

  .xm\:max-h-screen{
    max-height: 100vh;
  }

  .xm\:max-w-none{
    max-width: none;
  }

  .xm\:max-w-xs{
    max-width: 20rem;
  }

  .xm\:max-w-sm{
    max-width: 24rem;
  }

  .xm\:max-w-md{
    max-width: 28rem;
  }

  .xm\:max-w-lg{
    max-width: 32rem;
  }

  .xm\:max-w-xl{
    max-width: 36rem;
  }

  .xm\:max-w-2xl{
    max-width: 42rem;
  }

  .xm\:max-w-3xl{
    max-width: 48rem;
  }

  .xm\:max-w-4xl{
    max-width: 56rem;
  }

  .xm\:max-w-5xl{
    max-width: 64rem;
  }

  .xm\:max-w-6xl{
    max-width: 72rem;
  }

  .xm\:max-w-full{
    max-width: 100%;
  }

  .xm\:max-w-screen-sm{
    max-width: 640px;
  }

  .xm\:max-w-screen-md{
    max-width: 768px;
  }

  .xm\:max-w-screen-lg{
    max-width: 1024px;
  }

  .xm\:max-w-screen-xl{
    max-width: 1280px;
  }

  .xm\:max-w-screen-xm{
    max-width: 960px;
  }

  .xm\:max-w-1\/2{
    max-width: 50%;
  }

  .xm\:max-w-100px{
    max-width: 100px;
  }

  .xm\:max-w-320px{
    max-width: 320px;
  }

  .xm\:max-w-336px{
    max-width: 336px;
  }

  .xm\:max-w-700px{
    max-width: 700px;
  }

  .xm\:max-w-770px{
    max-width: 770px;
  }

  .xm\:min-h-0{
    min-height: 0;
  }

  .xm\:min-h-full{
    min-height: 100%;
  }

  .xm\:min-h-screen{
    min-height: 100vh;
  }

  .xm\:min-w-0{
    min-width: 0;
  }

  .xm\:min-w-full{
    min-width: 100%;
  }

  .xm\:min-w-200px{
    min-width: 200px;
  }

  .xm\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xm\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xm\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xm\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .xm\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xm\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xm\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xm\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xm\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xm\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xm\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xm\:overflow-auto{
    overflow: auto;
  }

  .xm\:overflow-hidden{
    overflow: hidden;
  }

  .xm\:overflow-visible{
    overflow: visible;
  }

  .xm\:overflow-scroll{
    overflow: scroll;
  }

  .xm\:overflow-x-auto{
    overflow-x: auto;
  }

  .xm\:overflow-y-auto{
    overflow-y: auto;
  }

  .xm\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .xm\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .xm\:overflow-x-visible{
    overflow-x: visible;
  }

  .xm\:overflow-y-visible{
    overflow-y: visible;
  }

  .xm\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .xm\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .xm\:scrolling-touch{
    -webkit-overflow-scrolling: touch;
  }

  .xm\:scrolling-auto{
    -webkit-overflow-scrolling: auto;
  }

  .xm\:p-0{
    padding: 0;
  }

  .xm\:p-2px{
    padding: 2px;
  }

  .xm\:p-4px{
    padding: 4px;
  }

  .xm\:p-5px{
    padding: 5px;
  }

  .xm\:p-6px{
    padding: 6px;
  }

  .xm\:p-7px{
    padding: 7px;
  }

  .xm\:p-8px{
    padding: 8px;
  }

  .xm\:p-10px{
    padding: 10px;
  }

  .xm\:p-11px{
    padding: 11px;
  }

  .xm\:p-12px{
    padding: 12px;
  }

  .xm\:p-14px{
    padding: 14px;
  }

  .xm\:p-15px{
    padding: 15px;
  }

  .xm\:p-16px{
    padding: 16px;
  }

  .xm\:p-18px{
    padding: 18px;
  }

  .xm\:p-20px{
    padding: 20px;
  }

  .xm\:p-24px{
    padding: 24px;
  }

  .xm\:p-25px{
    padding: 25px;
  }

  .xm\:p-26px{
    padding: 26px;
  }

  .xm\:p-30px{
    padding: 30px;
  }

  .xm\:p-34px{
    padding: 34px;
  }

  .xm\:p-36px{
    padding: 36px;
  }

  .xm\:p-40px{
    padding: 40px;
  }

  .xm\:p-45px{
    padding: 45px;
  }

  .xm\:p-49px{
    padding: 49px;
  }

  .xm\:p-50px{
    padding: 50px;
  }

  .xm\:p-53px{
    padding: 53px;
  }

  .xm\:p-55px{
    padding: 55px;
  }

  .xm\:p-60px{
    padding: 60px;
  }

  .xm\:p-68px{
    padding: 68px;
  }

  .xm\:p-80px{
    padding: 80px;
  }

  .xm\:p-90px{
    padding: 90px;
  }

  .xm\:p-93px{
    padding: 93px;
  }

  .xm\:p-115px{
    padding: 115px;
  }

  .xm\:py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .xm\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .xm\:py-2px{
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .xm\:px-2px{
    padding-left: 2px;
    padding-right: 2px;
  }

  .xm\:py-4px{
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .xm\:px-4px{
    padding-left: 4px;
    padding-right: 4px;
  }

  .xm\:py-5px{
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .xm\:px-5px{
    padding-left: 5px;
    padding-right: 5px;
  }

  .xm\:py-6px{
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .xm\:px-6px{
    padding-left: 6px;
    padding-right: 6px;
  }

  .xm\:py-7px{
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .xm\:px-7px{
    padding-left: 7px;
    padding-right: 7px;
  }

  .xm\:py-8px{
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .xm\:px-8px{
    padding-left: 8px;
    padding-right: 8px;
  }

  .xm\:py-10px{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .xm\:px-10px{
    padding-left: 10px;
    padding-right: 10px;
  }

  .xm\:py-11px{
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .xm\:px-11px{
    padding-left: 11px;
    padding-right: 11px;
  }

  .xm\:py-12px{
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .xm\:px-12px{
    padding-left: 12px;
    padding-right: 12px;
  }

  .xm\:py-14px{
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .xm\:px-14px{
    padding-left: 14px;
    padding-right: 14px;
  }

  .xm\:py-15px{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .xm\:px-15px{
    padding-left: 15px;
    padding-right: 15px;
  }

  .xm\:py-16px{
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .xm\:px-16px{
    padding-left: 16px;
    padding-right: 16px;
  }

  .xm\:py-18px{
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .xm\:px-18px{
    padding-left: 18px;
    padding-right: 18px;
  }

  .xm\:py-20px{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .xm\:px-20px{
    padding-left: 20px;
    padding-right: 20px;
  }

  .xm\:py-24px{
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .xm\:px-24px{
    padding-left: 24px;
    padding-right: 24px;
  }

  .xm\:py-25px{
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .xm\:px-25px{
    padding-left: 25px;
    padding-right: 25px;
  }

  .xm\:py-26px{
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .xm\:px-26px{
    padding-left: 26px;
    padding-right: 26px;
  }

  .xm\:py-30px{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .xm\:px-30px{
    padding-left: 30px;
    padding-right: 30px;
  }

  .xm\:py-34px{
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .xm\:px-34px{
    padding-left: 34px;
    padding-right: 34px;
  }

  .xm\:py-36px{
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .xm\:px-36px{
    padding-left: 36px;
    padding-right: 36px;
  }

  .xm\:py-40px{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .xm\:px-40px{
    padding-left: 40px;
    padding-right: 40px;
  }

  .xm\:py-45px{
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .xm\:px-45px{
    padding-left: 45px;
    padding-right: 45px;
  }

  .xm\:py-49px{
    padding-top: 49px;
    padding-bottom: 49px;
  }

  .xm\:px-49px{
    padding-left: 49px;
    padding-right: 49px;
  }

  .xm\:py-50px{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .xm\:px-50px{
    padding-left: 50px;
    padding-right: 50px;
  }

  .xm\:py-53px{
    padding-top: 53px;
    padding-bottom: 53px;
  }

  .xm\:px-53px{
    padding-left: 53px;
    padding-right: 53px;
  }

  .xm\:py-55px{
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .xm\:px-55px{
    padding-left: 55px;
    padding-right: 55px;
  }

  .xm\:py-60px{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .xm\:px-60px{
    padding-left: 60px;
    padding-right: 60px;
  }

  .xm\:py-68px{
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .xm\:px-68px{
    padding-left: 68px;
    padding-right: 68px;
  }

  .xm\:py-80px{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .xm\:px-80px{
    padding-left: 80px;
    padding-right: 80px;
  }

  .xm\:py-90px{
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .xm\:px-90px{
    padding-left: 90px;
    padding-right: 90px;
  }

  .xm\:py-93px{
    padding-top: 93px;
    padding-bottom: 93px;
  }

  .xm\:px-93px{
    padding-left: 93px;
    padding-right: 93px;
  }

  .xm\:py-115px{
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .xm\:px-115px{
    padding-left: 115px;
    padding-right: 115px;
  }

  .xm\:pt-0{
    padding-top: 0;
  }

  .xm\:pr-0{
    padding-right: 0;
  }

  .xm\:pb-0{
    padding-bottom: 0;
  }

  .xm\:pl-0{
    padding-left: 0;
  }

  .xm\:pt-2px{
    padding-top: 2px;
  }

  .xm\:pr-2px{
    padding-right: 2px;
  }

  .xm\:pb-2px{
    padding-bottom: 2px;
  }

  .xm\:pl-2px{
    padding-left: 2px;
  }

  .xm\:pt-4px{
    padding-top: 4px;
  }

  .xm\:pr-4px{
    padding-right: 4px;
  }

  .xm\:pb-4px{
    padding-bottom: 4px;
  }

  .xm\:pl-4px{
    padding-left: 4px;
  }

  .xm\:pt-5px{
    padding-top: 5px;
  }

  .xm\:pr-5px{
    padding-right: 5px;
  }

  .xm\:pb-5px{
    padding-bottom: 5px;
  }

  .xm\:pl-5px{
    padding-left: 5px;
  }

  .xm\:pt-6px{
    padding-top: 6px;
  }

  .xm\:pr-6px{
    padding-right: 6px;
  }

  .xm\:pb-6px{
    padding-bottom: 6px;
  }

  .xm\:pl-6px{
    padding-left: 6px;
  }

  .xm\:pt-7px{
    padding-top: 7px;
  }

  .xm\:pr-7px{
    padding-right: 7px;
  }

  .xm\:pb-7px{
    padding-bottom: 7px;
  }

  .xm\:pl-7px{
    padding-left: 7px;
  }

  .xm\:pt-8px{
    padding-top: 8px;
  }

  .xm\:pr-8px{
    padding-right: 8px;
  }

  .xm\:pb-8px{
    padding-bottom: 8px;
  }

  .xm\:pl-8px{
    padding-left: 8px;
  }

  .xm\:pt-10px{
    padding-top: 10px;
  }

  .xm\:pr-10px{
    padding-right: 10px;
  }

  .xm\:pb-10px{
    padding-bottom: 10px;
  }

  .xm\:pl-10px{
    padding-left: 10px;
  }

  .xm\:pt-11px{
    padding-top: 11px;
  }

  .xm\:pr-11px{
    padding-right: 11px;
  }

  .xm\:pb-11px{
    padding-bottom: 11px;
  }

  .xm\:pl-11px{
    padding-left: 11px;
  }

  .xm\:pt-12px{
    padding-top: 12px;
  }

  .xm\:pr-12px{
    padding-right: 12px;
  }

  .xm\:pb-12px{
    padding-bottom: 12px;
  }

  .xm\:pl-12px{
    padding-left: 12px;
  }

  .xm\:pt-14px{
    padding-top: 14px;
  }

  .xm\:pr-14px{
    padding-right: 14px;
  }

  .xm\:pb-14px{
    padding-bottom: 14px;
  }

  .xm\:pl-14px{
    padding-left: 14px;
  }

  .xm\:pt-15px{
    padding-top: 15px;
  }

  .xm\:pr-15px{
    padding-right: 15px;
  }

  .xm\:pb-15px{
    padding-bottom: 15px;
  }

  .xm\:pl-15px{
    padding-left: 15px;
  }

  .xm\:pt-16px{
    padding-top: 16px;
  }

  .xm\:pr-16px{
    padding-right: 16px;
  }

  .xm\:pb-16px{
    padding-bottom: 16px;
  }

  .xm\:pl-16px{
    padding-left: 16px;
  }

  .xm\:pt-18px{
    padding-top: 18px;
  }

  .xm\:pr-18px{
    padding-right: 18px;
  }

  .xm\:pb-18px{
    padding-bottom: 18px;
  }

  .xm\:pl-18px{
    padding-left: 18px;
  }

  .xm\:pt-20px{
    padding-top: 20px;
  }

  .xm\:pr-20px{
    padding-right: 20px;
  }

  .xm\:pb-20px{
    padding-bottom: 20px;
  }

  .xm\:pl-20px{
    padding-left: 20px;
  }

  .xm\:pt-24px{
    padding-top: 24px;
  }

  .xm\:pr-24px{
    padding-right: 24px;
  }

  .xm\:pb-24px{
    padding-bottom: 24px;
  }

  .xm\:pl-24px{
    padding-left: 24px;
  }

  .xm\:pt-25px{
    padding-top: 25px;
  }

  .xm\:pr-25px{
    padding-right: 25px;
  }

  .xm\:pb-25px{
    padding-bottom: 25px;
  }

  .xm\:pl-25px{
    padding-left: 25px;
  }

  .xm\:pt-26px{
    padding-top: 26px;
  }

  .xm\:pr-26px{
    padding-right: 26px;
  }

  .xm\:pb-26px{
    padding-bottom: 26px;
  }

  .xm\:pl-26px{
    padding-left: 26px;
  }

  .xm\:pt-30px{
    padding-top: 30px;
  }

  .xm\:pr-30px{
    padding-right: 30px;
  }

  .xm\:pb-30px{
    padding-bottom: 30px;
  }

  .xm\:pl-30px{
    padding-left: 30px;
  }

  .xm\:pt-34px{
    padding-top: 34px;
  }

  .xm\:pr-34px{
    padding-right: 34px;
  }

  .xm\:pb-34px{
    padding-bottom: 34px;
  }

  .xm\:pl-34px{
    padding-left: 34px;
  }

  .xm\:pt-36px{
    padding-top: 36px;
  }

  .xm\:pr-36px{
    padding-right: 36px;
  }

  .xm\:pb-36px{
    padding-bottom: 36px;
  }

  .xm\:pl-36px{
    padding-left: 36px;
  }

  .xm\:pt-40px{
    padding-top: 40px;
  }

  .xm\:pr-40px{
    padding-right: 40px;
  }

  .xm\:pb-40px{
    padding-bottom: 40px;
  }

  .xm\:pl-40px{
    padding-left: 40px;
  }

  .xm\:pt-45px{
    padding-top: 45px;
  }

  .xm\:pr-45px{
    padding-right: 45px;
  }

  .xm\:pb-45px{
    padding-bottom: 45px;
  }

  .xm\:pl-45px{
    padding-left: 45px;
  }

  .xm\:pt-49px{
    padding-top: 49px;
  }

  .xm\:pr-49px{
    padding-right: 49px;
  }

  .xm\:pb-49px{
    padding-bottom: 49px;
  }

  .xm\:pl-49px{
    padding-left: 49px;
  }

  .xm\:pt-50px{
    padding-top: 50px;
  }

  .xm\:pr-50px{
    padding-right: 50px;
  }

  .xm\:pb-50px{
    padding-bottom: 50px;
  }

  .xm\:pl-50px{
    padding-left: 50px;
  }

  .xm\:pt-53px{
    padding-top: 53px;
  }

  .xm\:pr-53px{
    padding-right: 53px;
  }

  .xm\:pb-53px{
    padding-bottom: 53px;
  }

  .xm\:pl-53px{
    padding-left: 53px;
  }

  .xm\:pt-55px{
    padding-top: 55px;
  }

  .xm\:pr-55px{
    padding-right: 55px;
  }

  .xm\:pb-55px{
    padding-bottom: 55px;
  }

  .xm\:pl-55px{
    padding-left: 55px;
  }

  .xm\:pt-60px{
    padding-top: 60px;
  }

  .xm\:pr-60px{
    padding-right: 60px;
  }

  .xm\:pb-60px{
    padding-bottom: 60px;
  }

  .xm\:pl-60px{
    padding-left: 60px;
  }

  .xm\:pt-68px{
    padding-top: 68px;
  }

  .xm\:pr-68px{
    padding-right: 68px;
  }

  .xm\:pb-68px{
    padding-bottom: 68px;
  }

  .xm\:pl-68px{
    padding-left: 68px;
  }

  .xm\:pt-80px{
    padding-top: 80px;
  }

  .xm\:pr-80px{
    padding-right: 80px;
  }

  .xm\:pb-80px{
    padding-bottom: 80px;
  }

  .xm\:pl-80px{
    padding-left: 80px;
  }

  .xm\:pt-90px{
    padding-top: 90px;
  }

  .xm\:pr-90px{
    padding-right: 90px;
  }

  .xm\:pb-90px{
    padding-bottom: 90px;
  }

  .xm\:pl-90px{
    padding-left: 90px;
  }

  .xm\:pt-93px{
    padding-top: 93px;
  }

  .xm\:pr-93px{
    padding-right: 93px;
  }

  .xm\:pb-93px{
    padding-bottom: 93px;
  }

  .xm\:pl-93px{
    padding-left: 93px;
  }

  .xm\:pt-115px{
    padding-top: 115px;
  }

  .xm\:pr-115px{
    padding-right: 115px;
  }

  .xm\:pb-115px{
    padding-bottom: 115px;
  }

  .xm\:pl-115px{
    padding-left: 115px;
  }

  .xm\:first\:p-0:first-child{
    padding: 0;
  }

  .xm\:first\:p-2px:first-child{
    padding: 2px;
  }

  .xm\:first\:p-4px:first-child{
    padding: 4px;
  }

  .xm\:first\:p-5px:first-child{
    padding: 5px;
  }

  .xm\:first\:p-6px:first-child{
    padding: 6px;
  }

  .xm\:first\:p-7px:first-child{
    padding: 7px;
  }

  .xm\:first\:p-8px:first-child{
    padding: 8px;
  }

  .xm\:first\:p-10px:first-child{
    padding: 10px;
  }

  .xm\:first\:p-11px:first-child{
    padding: 11px;
  }

  .xm\:first\:p-12px:first-child{
    padding: 12px;
  }

  .xm\:first\:p-14px:first-child{
    padding: 14px;
  }

  .xm\:first\:p-15px:first-child{
    padding: 15px;
  }

  .xm\:first\:p-16px:first-child{
    padding: 16px;
  }

  .xm\:first\:p-18px:first-child{
    padding: 18px;
  }

  .xm\:first\:p-20px:first-child{
    padding: 20px;
  }

  .xm\:first\:p-24px:first-child{
    padding: 24px;
  }

  .xm\:first\:p-25px:first-child{
    padding: 25px;
  }

  .xm\:first\:p-26px:first-child{
    padding: 26px;
  }

  .xm\:first\:p-30px:first-child{
    padding: 30px;
  }

  .xm\:first\:p-34px:first-child{
    padding: 34px;
  }

  .xm\:first\:p-36px:first-child{
    padding: 36px;
  }

  .xm\:first\:p-40px:first-child{
    padding: 40px;
  }

  .xm\:first\:p-45px:first-child{
    padding: 45px;
  }

  .xm\:first\:p-49px:first-child{
    padding: 49px;
  }

  .xm\:first\:p-50px:first-child{
    padding: 50px;
  }

  .xm\:first\:p-53px:first-child{
    padding: 53px;
  }

  .xm\:first\:p-55px:first-child{
    padding: 55px;
  }

  .xm\:first\:p-60px:first-child{
    padding: 60px;
  }

  .xm\:first\:p-68px:first-child{
    padding: 68px;
  }

  .xm\:first\:p-80px:first-child{
    padding: 80px;
  }

  .xm\:first\:p-90px:first-child{
    padding: 90px;
  }

  .xm\:first\:p-93px:first-child{
    padding: 93px;
  }

  .xm\:first\:p-115px:first-child{
    padding: 115px;
  }

  .xm\:first\:py-0:first-child{
    padding-top: 0;
    padding-bottom: 0;
  }

  .xm\:first\:px-0:first-child{
    padding-left: 0;
    padding-right: 0;
  }

  .xm\:first\:py-2px:first-child{
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .xm\:first\:px-2px:first-child{
    padding-left: 2px;
    padding-right: 2px;
  }

  .xm\:first\:py-4px:first-child{
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .xm\:first\:px-4px:first-child{
    padding-left: 4px;
    padding-right: 4px;
  }

  .xm\:first\:py-5px:first-child{
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .xm\:first\:px-5px:first-child{
    padding-left: 5px;
    padding-right: 5px;
  }

  .xm\:first\:py-6px:first-child{
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .xm\:first\:px-6px:first-child{
    padding-left: 6px;
    padding-right: 6px;
  }

  .xm\:first\:py-7px:first-child{
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .xm\:first\:px-7px:first-child{
    padding-left: 7px;
    padding-right: 7px;
  }

  .xm\:first\:py-8px:first-child{
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .xm\:first\:px-8px:first-child{
    padding-left: 8px;
    padding-right: 8px;
  }

  .xm\:first\:py-10px:first-child{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .xm\:first\:px-10px:first-child{
    padding-left: 10px;
    padding-right: 10px;
  }

  .xm\:first\:py-11px:first-child{
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .xm\:first\:px-11px:first-child{
    padding-left: 11px;
    padding-right: 11px;
  }

  .xm\:first\:py-12px:first-child{
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .xm\:first\:px-12px:first-child{
    padding-left: 12px;
    padding-right: 12px;
  }

  .xm\:first\:py-14px:first-child{
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .xm\:first\:px-14px:first-child{
    padding-left: 14px;
    padding-right: 14px;
  }

  .xm\:first\:py-15px:first-child{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .xm\:first\:px-15px:first-child{
    padding-left: 15px;
    padding-right: 15px;
  }

  .xm\:first\:py-16px:first-child{
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .xm\:first\:px-16px:first-child{
    padding-left: 16px;
    padding-right: 16px;
  }

  .xm\:first\:py-18px:first-child{
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .xm\:first\:px-18px:first-child{
    padding-left: 18px;
    padding-right: 18px;
  }

  .xm\:first\:py-20px:first-child{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .xm\:first\:px-20px:first-child{
    padding-left: 20px;
    padding-right: 20px;
  }

  .xm\:first\:py-24px:first-child{
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .xm\:first\:px-24px:first-child{
    padding-left: 24px;
    padding-right: 24px;
  }

  .xm\:first\:py-25px:first-child{
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .xm\:first\:px-25px:first-child{
    padding-left: 25px;
    padding-right: 25px;
  }

  .xm\:first\:py-26px:first-child{
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .xm\:first\:px-26px:first-child{
    padding-left: 26px;
    padding-right: 26px;
  }

  .xm\:first\:py-30px:first-child{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .xm\:first\:px-30px:first-child{
    padding-left: 30px;
    padding-right: 30px;
  }

  .xm\:first\:py-34px:first-child{
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .xm\:first\:px-34px:first-child{
    padding-left: 34px;
    padding-right: 34px;
  }

  .xm\:first\:py-36px:first-child{
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .xm\:first\:px-36px:first-child{
    padding-left: 36px;
    padding-right: 36px;
  }

  .xm\:first\:py-40px:first-child{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .xm\:first\:px-40px:first-child{
    padding-left: 40px;
    padding-right: 40px;
  }

  .xm\:first\:py-45px:first-child{
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .xm\:first\:px-45px:first-child{
    padding-left: 45px;
    padding-right: 45px;
  }

  .xm\:first\:py-49px:first-child{
    padding-top: 49px;
    padding-bottom: 49px;
  }

  .xm\:first\:px-49px:first-child{
    padding-left: 49px;
    padding-right: 49px;
  }

  .xm\:first\:py-50px:first-child{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .xm\:first\:px-50px:first-child{
    padding-left: 50px;
    padding-right: 50px;
  }

  .xm\:first\:py-53px:first-child{
    padding-top: 53px;
    padding-bottom: 53px;
  }

  .xm\:first\:px-53px:first-child{
    padding-left: 53px;
    padding-right: 53px;
  }

  .xm\:first\:py-55px:first-child{
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .xm\:first\:px-55px:first-child{
    padding-left: 55px;
    padding-right: 55px;
  }

  .xm\:first\:py-60px:first-child{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .xm\:first\:px-60px:first-child{
    padding-left: 60px;
    padding-right: 60px;
  }

  .xm\:first\:py-68px:first-child{
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .xm\:first\:px-68px:first-child{
    padding-left: 68px;
    padding-right: 68px;
  }

  .xm\:first\:py-80px:first-child{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .xm\:first\:px-80px:first-child{
    padding-left: 80px;
    padding-right: 80px;
  }

  .xm\:first\:py-90px:first-child{
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .xm\:first\:px-90px:first-child{
    padding-left: 90px;
    padding-right: 90px;
  }

  .xm\:first\:py-93px:first-child{
    padding-top: 93px;
    padding-bottom: 93px;
  }

  .xm\:first\:px-93px:first-child{
    padding-left: 93px;
    padding-right: 93px;
  }

  .xm\:first\:py-115px:first-child{
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .xm\:first\:px-115px:first-child{
    padding-left: 115px;
    padding-right: 115px;
  }

  .xm\:first\:pt-0:first-child{
    padding-top: 0;
  }

  .xm\:first\:pr-0:first-child{
    padding-right: 0;
  }

  .xm\:first\:pb-0:first-child{
    padding-bottom: 0;
  }

  .xm\:first\:pl-0:first-child{
    padding-left: 0;
  }

  .xm\:first\:pt-2px:first-child{
    padding-top: 2px;
  }

  .xm\:first\:pr-2px:first-child{
    padding-right: 2px;
  }

  .xm\:first\:pb-2px:first-child{
    padding-bottom: 2px;
  }

  .xm\:first\:pl-2px:first-child{
    padding-left: 2px;
  }

  .xm\:first\:pt-4px:first-child{
    padding-top: 4px;
  }

  .xm\:first\:pr-4px:first-child{
    padding-right: 4px;
  }

  .xm\:first\:pb-4px:first-child{
    padding-bottom: 4px;
  }

  .xm\:first\:pl-4px:first-child{
    padding-left: 4px;
  }

  .xm\:first\:pt-5px:first-child{
    padding-top: 5px;
  }

  .xm\:first\:pr-5px:first-child{
    padding-right: 5px;
  }

  .xm\:first\:pb-5px:first-child{
    padding-bottom: 5px;
  }

  .xm\:first\:pl-5px:first-child{
    padding-left: 5px;
  }

  .xm\:first\:pt-6px:first-child{
    padding-top: 6px;
  }

  .xm\:first\:pr-6px:first-child{
    padding-right: 6px;
  }

  .xm\:first\:pb-6px:first-child{
    padding-bottom: 6px;
  }

  .xm\:first\:pl-6px:first-child{
    padding-left: 6px;
  }

  .xm\:first\:pt-7px:first-child{
    padding-top: 7px;
  }

  .xm\:first\:pr-7px:first-child{
    padding-right: 7px;
  }

  .xm\:first\:pb-7px:first-child{
    padding-bottom: 7px;
  }

  .xm\:first\:pl-7px:first-child{
    padding-left: 7px;
  }

  .xm\:first\:pt-8px:first-child{
    padding-top: 8px;
  }

  .xm\:first\:pr-8px:first-child{
    padding-right: 8px;
  }

  .xm\:first\:pb-8px:first-child{
    padding-bottom: 8px;
  }

  .xm\:first\:pl-8px:first-child{
    padding-left: 8px;
  }

  .xm\:first\:pt-10px:first-child{
    padding-top: 10px;
  }

  .xm\:first\:pr-10px:first-child{
    padding-right: 10px;
  }

  .xm\:first\:pb-10px:first-child{
    padding-bottom: 10px;
  }

  .xm\:first\:pl-10px:first-child{
    padding-left: 10px;
  }

  .xm\:first\:pt-11px:first-child{
    padding-top: 11px;
  }

  .xm\:first\:pr-11px:first-child{
    padding-right: 11px;
  }

  .xm\:first\:pb-11px:first-child{
    padding-bottom: 11px;
  }

  .xm\:first\:pl-11px:first-child{
    padding-left: 11px;
  }

  .xm\:first\:pt-12px:first-child{
    padding-top: 12px;
  }

  .xm\:first\:pr-12px:first-child{
    padding-right: 12px;
  }

  .xm\:first\:pb-12px:first-child{
    padding-bottom: 12px;
  }

  .xm\:first\:pl-12px:first-child{
    padding-left: 12px;
  }

  .xm\:first\:pt-14px:first-child{
    padding-top: 14px;
  }

  .xm\:first\:pr-14px:first-child{
    padding-right: 14px;
  }

  .xm\:first\:pb-14px:first-child{
    padding-bottom: 14px;
  }

  .xm\:first\:pl-14px:first-child{
    padding-left: 14px;
  }

  .xm\:first\:pt-15px:first-child{
    padding-top: 15px;
  }

  .xm\:first\:pr-15px:first-child{
    padding-right: 15px;
  }

  .xm\:first\:pb-15px:first-child{
    padding-bottom: 15px;
  }

  .xm\:first\:pl-15px:first-child{
    padding-left: 15px;
  }

  .xm\:first\:pt-16px:first-child{
    padding-top: 16px;
  }

  .xm\:first\:pr-16px:first-child{
    padding-right: 16px;
  }

  .xm\:first\:pb-16px:first-child{
    padding-bottom: 16px;
  }

  .xm\:first\:pl-16px:first-child{
    padding-left: 16px;
  }

  .xm\:first\:pt-18px:first-child{
    padding-top: 18px;
  }

  .xm\:first\:pr-18px:first-child{
    padding-right: 18px;
  }

  .xm\:first\:pb-18px:first-child{
    padding-bottom: 18px;
  }

  .xm\:first\:pl-18px:first-child{
    padding-left: 18px;
  }

  .xm\:first\:pt-20px:first-child{
    padding-top: 20px;
  }

  .xm\:first\:pr-20px:first-child{
    padding-right: 20px;
  }

  .xm\:first\:pb-20px:first-child{
    padding-bottom: 20px;
  }

  .xm\:first\:pl-20px:first-child{
    padding-left: 20px;
  }

  .xm\:first\:pt-24px:first-child{
    padding-top: 24px;
  }

  .xm\:first\:pr-24px:first-child{
    padding-right: 24px;
  }

  .xm\:first\:pb-24px:first-child{
    padding-bottom: 24px;
  }

  .xm\:first\:pl-24px:first-child{
    padding-left: 24px;
  }

  .xm\:first\:pt-25px:first-child{
    padding-top: 25px;
  }

  .xm\:first\:pr-25px:first-child{
    padding-right: 25px;
  }

  .xm\:first\:pb-25px:first-child{
    padding-bottom: 25px;
  }

  .xm\:first\:pl-25px:first-child{
    padding-left: 25px;
  }

  .xm\:first\:pt-26px:first-child{
    padding-top: 26px;
  }

  .xm\:first\:pr-26px:first-child{
    padding-right: 26px;
  }

  .xm\:first\:pb-26px:first-child{
    padding-bottom: 26px;
  }

  .xm\:first\:pl-26px:first-child{
    padding-left: 26px;
  }

  .xm\:first\:pt-30px:first-child{
    padding-top: 30px;
  }

  .xm\:first\:pr-30px:first-child{
    padding-right: 30px;
  }

  .xm\:first\:pb-30px:first-child{
    padding-bottom: 30px;
  }

  .xm\:first\:pl-30px:first-child{
    padding-left: 30px;
  }

  .xm\:first\:pt-34px:first-child{
    padding-top: 34px;
  }

  .xm\:first\:pr-34px:first-child{
    padding-right: 34px;
  }

  .xm\:first\:pb-34px:first-child{
    padding-bottom: 34px;
  }

  .xm\:first\:pl-34px:first-child{
    padding-left: 34px;
  }

  .xm\:first\:pt-36px:first-child{
    padding-top: 36px;
  }

  .xm\:first\:pr-36px:first-child{
    padding-right: 36px;
  }

  .xm\:first\:pb-36px:first-child{
    padding-bottom: 36px;
  }

  .xm\:first\:pl-36px:first-child{
    padding-left: 36px;
  }

  .xm\:first\:pt-40px:first-child{
    padding-top: 40px;
  }

  .xm\:first\:pr-40px:first-child{
    padding-right: 40px;
  }

  .xm\:first\:pb-40px:first-child{
    padding-bottom: 40px;
  }

  .xm\:first\:pl-40px:first-child{
    padding-left: 40px;
  }

  .xm\:first\:pt-45px:first-child{
    padding-top: 45px;
  }

  .xm\:first\:pr-45px:first-child{
    padding-right: 45px;
  }

  .xm\:first\:pb-45px:first-child{
    padding-bottom: 45px;
  }

  .xm\:first\:pl-45px:first-child{
    padding-left: 45px;
  }

  .xm\:first\:pt-49px:first-child{
    padding-top: 49px;
  }

  .xm\:first\:pr-49px:first-child{
    padding-right: 49px;
  }

  .xm\:first\:pb-49px:first-child{
    padding-bottom: 49px;
  }

  .xm\:first\:pl-49px:first-child{
    padding-left: 49px;
  }

  .xm\:first\:pt-50px:first-child{
    padding-top: 50px;
  }

  .xm\:first\:pr-50px:first-child{
    padding-right: 50px;
  }

  .xm\:first\:pb-50px:first-child{
    padding-bottom: 50px;
  }

  .xm\:first\:pl-50px:first-child{
    padding-left: 50px;
  }

  .xm\:first\:pt-53px:first-child{
    padding-top: 53px;
  }

  .xm\:first\:pr-53px:first-child{
    padding-right: 53px;
  }

  .xm\:first\:pb-53px:first-child{
    padding-bottom: 53px;
  }

  .xm\:first\:pl-53px:first-child{
    padding-left: 53px;
  }

  .xm\:first\:pt-55px:first-child{
    padding-top: 55px;
  }

  .xm\:first\:pr-55px:first-child{
    padding-right: 55px;
  }

  .xm\:first\:pb-55px:first-child{
    padding-bottom: 55px;
  }

  .xm\:first\:pl-55px:first-child{
    padding-left: 55px;
  }

  .xm\:first\:pt-60px:first-child{
    padding-top: 60px;
  }

  .xm\:first\:pr-60px:first-child{
    padding-right: 60px;
  }

  .xm\:first\:pb-60px:first-child{
    padding-bottom: 60px;
  }

  .xm\:first\:pl-60px:first-child{
    padding-left: 60px;
  }

  .xm\:first\:pt-68px:first-child{
    padding-top: 68px;
  }

  .xm\:first\:pr-68px:first-child{
    padding-right: 68px;
  }

  .xm\:first\:pb-68px:first-child{
    padding-bottom: 68px;
  }

  .xm\:first\:pl-68px:first-child{
    padding-left: 68px;
  }

  .xm\:first\:pt-80px:first-child{
    padding-top: 80px;
  }

  .xm\:first\:pr-80px:first-child{
    padding-right: 80px;
  }

  .xm\:first\:pb-80px:first-child{
    padding-bottom: 80px;
  }

  .xm\:first\:pl-80px:first-child{
    padding-left: 80px;
  }

  .xm\:first\:pt-90px:first-child{
    padding-top: 90px;
  }

  .xm\:first\:pr-90px:first-child{
    padding-right: 90px;
  }

  .xm\:first\:pb-90px:first-child{
    padding-bottom: 90px;
  }

  .xm\:first\:pl-90px:first-child{
    padding-left: 90px;
  }

  .xm\:first\:pt-93px:first-child{
    padding-top: 93px;
  }

  .xm\:first\:pr-93px:first-child{
    padding-right: 93px;
  }

  .xm\:first\:pb-93px:first-child{
    padding-bottom: 93px;
  }

  .xm\:first\:pl-93px:first-child{
    padding-left: 93px;
  }

  .xm\:first\:pt-115px:first-child{
    padding-top: 115px;
  }

  .xm\:first\:pr-115px:first-child{
    padding-right: 115px;
  }

  .xm\:first\:pb-115px:first-child{
    padding-bottom: 115px;
  }

  .xm\:first\:pl-115px:first-child{
    padding-left: 115px;
  }

  .xm\:last\:p-0:last-child{
    padding: 0;
  }

  .xm\:last\:p-2px:last-child{
    padding: 2px;
  }

  .xm\:last\:p-4px:last-child{
    padding: 4px;
  }

  .xm\:last\:p-5px:last-child{
    padding: 5px;
  }

  .xm\:last\:p-6px:last-child{
    padding: 6px;
  }

  .xm\:last\:p-7px:last-child{
    padding: 7px;
  }

  .xm\:last\:p-8px:last-child{
    padding: 8px;
  }

  .xm\:last\:p-10px:last-child{
    padding: 10px;
  }

  .xm\:last\:p-11px:last-child{
    padding: 11px;
  }

  .xm\:last\:p-12px:last-child{
    padding: 12px;
  }

  .xm\:last\:p-14px:last-child{
    padding: 14px;
  }

  .xm\:last\:p-15px:last-child{
    padding: 15px;
  }

  .xm\:last\:p-16px:last-child{
    padding: 16px;
  }

  .xm\:last\:p-18px:last-child{
    padding: 18px;
  }

  .xm\:last\:p-20px:last-child{
    padding: 20px;
  }

  .xm\:last\:p-24px:last-child{
    padding: 24px;
  }

  .xm\:last\:p-25px:last-child{
    padding: 25px;
  }

  .xm\:last\:p-26px:last-child{
    padding: 26px;
  }

  .xm\:last\:p-30px:last-child{
    padding: 30px;
  }

  .xm\:last\:p-34px:last-child{
    padding: 34px;
  }

  .xm\:last\:p-36px:last-child{
    padding: 36px;
  }

  .xm\:last\:p-40px:last-child{
    padding: 40px;
  }

  .xm\:last\:p-45px:last-child{
    padding: 45px;
  }

  .xm\:last\:p-49px:last-child{
    padding: 49px;
  }

  .xm\:last\:p-50px:last-child{
    padding: 50px;
  }

  .xm\:last\:p-53px:last-child{
    padding: 53px;
  }

  .xm\:last\:p-55px:last-child{
    padding: 55px;
  }

  .xm\:last\:p-60px:last-child{
    padding: 60px;
  }

  .xm\:last\:p-68px:last-child{
    padding: 68px;
  }

  .xm\:last\:p-80px:last-child{
    padding: 80px;
  }

  .xm\:last\:p-90px:last-child{
    padding: 90px;
  }

  .xm\:last\:p-93px:last-child{
    padding: 93px;
  }

  .xm\:last\:p-115px:last-child{
    padding: 115px;
  }

  .xm\:last\:py-0:last-child{
    padding-top: 0;
    padding-bottom: 0;
  }

  .xm\:last\:px-0:last-child{
    padding-left: 0;
    padding-right: 0;
  }

  .xm\:last\:py-2px:last-child{
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .xm\:last\:px-2px:last-child{
    padding-left: 2px;
    padding-right: 2px;
  }

  .xm\:last\:py-4px:last-child{
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .xm\:last\:px-4px:last-child{
    padding-left: 4px;
    padding-right: 4px;
  }

  .xm\:last\:py-5px:last-child{
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .xm\:last\:px-5px:last-child{
    padding-left: 5px;
    padding-right: 5px;
  }

  .xm\:last\:py-6px:last-child{
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .xm\:last\:px-6px:last-child{
    padding-left: 6px;
    padding-right: 6px;
  }

  .xm\:last\:py-7px:last-child{
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .xm\:last\:px-7px:last-child{
    padding-left: 7px;
    padding-right: 7px;
  }

  .xm\:last\:py-8px:last-child{
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .xm\:last\:px-8px:last-child{
    padding-left: 8px;
    padding-right: 8px;
  }

  .xm\:last\:py-10px:last-child{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .xm\:last\:px-10px:last-child{
    padding-left: 10px;
    padding-right: 10px;
  }

  .xm\:last\:py-11px:last-child{
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .xm\:last\:px-11px:last-child{
    padding-left: 11px;
    padding-right: 11px;
  }

  .xm\:last\:py-12px:last-child{
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .xm\:last\:px-12px:last-child{
    padding-left: 12px;
    padding-right: 12px;
  }

  .xm\:last\:py-14px:last-child{
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .xm\:last\:px-14px:last-child{
    padding-left: 14px;
    padding-right: 14px;
  }

  .xm\:last\:py-15px:last-child{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .xm\:last\:px-15px:last-child{
    padding-left: 15px;
    padding-right: 15px;
  }

  .xm\:last\:py-16px:last-child{
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .xm\:last\:px-16px:last-child{
    padding-left: 16px;
    padding-right: 16px;
  }

  .xm\:last\:py-18px:last-child{
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .xm\:last\:px-18px:last-child{
    padding-left: 18px;
    padding-right: 18px;
  }

  .xm\:last\:py-20px:last-child{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .xm\:last\:px-20px:last-child{
    padding-left: 20px;
    padding-right: 20px;
  }

  .xm\:last\:py-24px:last-child{
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .xm\:last\:px-24px:last-child{
    padding-left: 24px;
    padding-right: 24px;
  }

  .xm\:last\:py-25px:last-child{
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .xm\:last\:px-25px:last-child{
    padding-left: 25px;
    padding-right: 25px;
  }

  .xm\:last\:py-26px:last-child{
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .xm\:last\:px-26px:last-child{
    padding-left: 26px;
    padding-right: 26px;
  }

  .xm\:last\:py-30px:last-child{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .xm\:last\:px-30px:last-child{
    padding-left: 30px;
    padding-right: 30px;
  }

  .xm\:last\:py-34px:last-child{
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .xm\:last\:px-34px:last-child{
    padding-left: 34px;
    padding-right: 34px;
  }

  .xm\:last\:py-36px:last-child{
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .xm\:last\:px-36px:last-child{
    padding-left: 36px;
    padding-right: 36px;
  }

  .xm\:last\:py-40px:last-child{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .xm\:last\:px-40px:last-child{
    padding-left: 40px;
    padding-right: 40px;
  }

  .xm\:last\:py-45px:last-child{
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .xm\:last\:px-45px:last-child{
    padding-left: 45px;
    padding-right: 45px;
  }

  .xm\:last\:py-49px:last-child{
    padding-top: 49px;
    padding-bottom: 49px;
  }

  .xm\:last\:px-49px:last-child{
    padding-left: 49px;
    padding-right: 49px;
  }

  .xm\:last\:py-50px:last-child{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .xm\:last\:px-50px:last-child{
    padding-left: 50px;
    padding-right: 50px;
  }

  .xm\:last\:py-53px:last-child{
    padding-top: 53px;
    padding-bottom: 53px;
  }

  .xm\:last\:px-53px:last-child{
    padding-left: 53px;
    padding-right: 53px;
  }

  .xm\:last\:py-55px:last-child{
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .xm\:last\:px-55px:last-child{
    padding-left: 55px;
    padding-right: 55px;
  }

  .xm\:last\:py-60px:last-child{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .xm\:last\:px-60px:last-child{
    padding-left: 60px;
    padding-right: 60px;
  }

  .xm\:last\:py-68px:last-child{
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .xm\:last\:px-68px:last-child{
    padding-left: 68px;
    padding-right: 68px;
  }

  .xm\:last\:py-80px:last-child{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .xm\:last\:px-80px:last-child{
    padding-left: 80px;
    padding-right: 80px;
  }

  .xm\:last\:py-90px:last-child{
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .xm\:last\:px-90px:last-child{
    padding-left: 90px;
    padding-right: 90px;
  }

  .xm\:last\:py-93px:last-child{
    padding-top: 93px;
    padding-bottom: 93px;
  }

  .xm\:last\:px-93px:last-child{
    padding-left: 93px;
    padding-right: 93px;
  }

  .xm\:last\:py-115px:last-child{
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .xm\:last\:px-115px:last-child{
    padding-left: 115px;
    padding-right: 115px;
  }

  .xm\:last\:pt-0:last-child{
    padding-top: 0;
  }

  .xm\:last\:pr-0:last-child{
    padding-right: 0;
  }

  .xm\:last\:pb-0:last-child{
    padding-bottom: 0;
  }

  .xm\:last\:pl-0:last-child{
    padding-left: 0;
  }

  .xm\:last\:pt-2px:last-child{
    padding-top: 2px;
  }

  .xm\:last\:pr-2px:last-child{
    padding-right: 2px;
  }

  .xm\:last\:pb-2px:last-child{
    padding-bottom: 2px;
  }

  .xm\:last\:pl-2px:last-child{
    padding-left: 2px;
  }

  .xm\:last\:pt-4px:last-child{
    padding-top: 4px;
  }

  .xm\:last\:pr-4px:last-child{
    padding-right: 4px;
  }

  .xm\:last\:pb-4px:last-child{
    padding-bottom: 4px;
  }

  .xm\:last\:pl-4px:last-child{
    padding-left: 4px;
  }

  .xm\:last\:pt-5px:last-child{
    padding-top: 5px;
  }

  .xm\:last\:pr-5px:last-child{
    padding-right: 5px;
  }

  .xm\:last\:pb-5px:last-child{
    padding-bottom: 5px;
  }

  .xm\:last\:pl-5px:last-child{
    padding-left: 5px;
  }

  .xm\:last\:pt-6px:last-child{
    padding-top: 6px;
  }

  .xm\:last\:pr-6px:last-child{
    padding-right: 6px;
  }

  .xm\:last\:pb-6px:last-child{
    padding-bottom: 6px;
  }

  .xm\:last\:pl-6px:last-child{
    padding-left: 6px;
  }

  .xm\:last\:pt-7px:last-child{
    padding-top: 7px;
  }

  .xm\:last\:pr-7px:last-child{
    padding-right: 7px;
  }

  .xm\:last\:pb-7px:last-child{
    padding-bottom: 7px;
  }

  .xm\:last\:pl-7px:last-child{
    padding-left: 7px;
  }

  .xm\:last\:pt-8px:last-child{
    padding-top: 8px;
  }

  .xm\:last\:pr-8px:last-child{
    padding-right: 8px;
  }

  .xm\:last\:pb-8px:last-child{
    padding-bottom: 8px;
  }

  .xm\:last\:pl-8px:last-child{
    padding-left: 8px;
  }

  .xm\:last\:pt-10px:last-child{
    padding-top: 10px;
  }

  .xm\:last\:pr-10px:last-child{
    padding-right: 10px;
  }

  .xm\:last\:pb-10px:last-child{
    padding-bottom: 10px;
  }

  .xm\:last\:pl-10px:last-child{
    padding-left: 10px;
  }

  .xm\:last\:pt-11px:last-child{
    padding-top: 11px;
  }

  .xm\:last\:pr-11px:last-child{
    padding-right: 11px;
  }

  .xm\:last\:pb-11px:last-child{
    padding-bottom: 11px;
  }

  .xm\:last\:pl-11px:last-child{
    padding-left: 11px;
  }

  .xm\:last\:pt-12px:last-child{
    padding-top: 12px;
  }

  .xm\:last\:pr-12px:last-child{
    padding-right: 12px;
  }

  .xm\:last\:pb-12px:last-child{
    padding-bottom: 12px;
  }

  .xm\:last\:pl-12px:last-child{
    padding-left: 12px;
  }

  .xm\:last\:pt-14px:last-child{
    padding-top: 14px;
  }

  .xm\:last\:pr-14px:last-child{
    padding-right: 14px;
  }

  .xm\:last\:pb-14px:last-child{
    padding-bottom: 14px;
  }

  .xm\:last\:pl-14px:last-child{
    padding-left: 14px;
  }

  .xm\:last\:pt-15px:last-child{
    padding-top: 15px;
  }

  .xm\:last\:pr-15px:last-child{
    padding-right: 15px;
  }

  .xm\:last\:pb-15px:last-child{
    padding-bottom: 15px;
  }

  .xm\:last\:pl-15px:last-child{
    padding-left: 15px;
  }

  .xm\:last\:pt-16px:last-child{
    padding-top: 16px;
  }

  .xm\:last\:pr-16px:last-child{
    padding-right: 16px;
  }

  .xm\:last\:pb-16px:last-child{
    padding-bottom: 16px;
  }

  .xm\:last\:pl-16px:last-child{
    padding-left: 16px;
  }

  .xm\:last\:pt-18px:last-child{
    padding-top: 18px;
  }

  .xm\:last\:pr-18px:last-child{
    padding-right: 18px;
  }

  .xm\:last\:pb-18px:last-child{
    padding-bottom: 18px;
  }

  .xm\:last\:pl-18px:last-child{
    padding-left: 18px;
  }

  .xm\:last\:pt-20px:last-child{
    padding-top: 20px;
  }

  .xm\:last\:pr-20px:last-child{
    padding-right: 20px;
  }

  .xm\:last\:pb-20px:last-child{
    padding-bottom: 20px;
  }

  .xm\:last\:pl-20px:last-child{
    padding-left: 20px;
  }

  .xm\:last\:pt-24px:last-child{
    padding-top: 24px;
  }

  .xm\:last\:pr-24px:last-child{
    padding-right: 24px;
  }

  .xm\:last\:pb-24px:last-child{
    padding-bottom: 24px;
  }

  .xm\:last\:pl-24px:last-child{
    padding-left: 24px;
  }

  .xm\:last\:pt-25px:last-child{
    padding-top: 25px;
  }

  .xm\:last\:pr-25px:last-child{
    padding-right: 25px;
  }

  .xm\:last\:pb-25px:last-child{
    padding-bottom: 25px;
  }

  .xm\:last\:pl-25px:last-child{
    padding-left: 25px;
  }

  .xm\:last\:pt-26px:last-child{
    padding-top: 26px;
  }

  .xm\:last\:pr-26px:last-child{
    padding-right: 26px;
  }

  .xm\:last\:pb-26px:last-child{
    padding-bottom: 26px;
  }

  .xm\:last\:pl-26px:last-child{
    padding-left: 26px;
  }

  .xm\:last\:pt-30px:last-child{
    padding-top: 30px;
  }

  .xm\:last\:pr-30px:last-child{
    padding-right: 30px;
  }

  .xm\:last\:pb-30px:last-child{
    padding-bottom: 30px;
  }

  .xm\:last\:pl-30px:last-child{
    padding-left: 30px;
  }

  .xm\:last\:pt-34px:last-child{
    padding-top: 34px;
  }

  .xm\:last\:pr-34px:last-child{
    padding-right: 34px;
  }

  .xm\:last\:pb-34px:last-child{
    padding-bottom: 34px;
  }

  .xm\:last\:pl-34px:last-child{
    padding-left: 34px;
  }

  .xm\:last\:pt-36px:last-child{
    padding-top: 36px;
  }

  .xm\:last\:pr-36px:last-child{
    padding-right: 36px;
  }

  .xm\:last\:pb-36px:last-child{
    padding-bottom: 36px;
  }

  .xm\:last\:pl-36px:last-child{
    padding-left: 36px;
  }

  .xm\:last\:pt-40px:last-child{
    padding-top: 40px;
  }

  .xm\:last\:pr-40px:last-child{
    padding-right: 40px;
  }

  .xm\:last\:pb-40px:last-child{
    padding-bottom: 40px;
  }

  .xm\:last\:pl-40px:last-child{
    padding-left: 40px;
  }

  .xm\:last\:pt-45px:last-child{
    padding-top: 45px;
  }

  .xm\:last\:pr-45px:last-child{
    padding-right: 45px;
  }

  .xm\:last\:pb-45px:last-child{
    padding-bottom: 45px;
  }

  .xm\:last\:pl-45px:last-child{
    padding-left: 45px;
  }

  .xm\:last\:pt-49px:last-child{
    padding-top: 49px;
  }

  .xm\:last\:pr-49px:last-child{
    padding-right: 49px;
  }

  .xm\:last\:pb-49px:last-child{
    padding-bottom: 49px;
  }

  .xm\:last\:pl-49px:last-child{
    padding-left: 49px;
  }

  .xm\:last\:pt-50px:last-child{
    padding-top: 50px;
  }

  .xm\:last\:pr-50px:last-child{
    padding-right: 50px;
  }

  .xm\:last\:pb-50px:last-child{
    padding-bottom: 50px;
  }

  .xm\:last\:pl-50px:last-child{
    padding-left: 50px;
  }

  .xm\:last\:pt-53px:last-child{
    padding-top: 53px;
  }

  .xm\:last\:pr-53px:last-child{
    padding-right: 53px;
  }

  .xm\:last\:pb-53px:last-child{
    padding-bottom: 53px;
  }

  .xm\:last\:pl-53px:last-child{
    padding-left: 53px;
  }

  .xm\:last\:pt-55px:last-child{
    padding-top: 55px;
  }

  .xm\:last\:pr-55px:last-child{
    padding-right: 55px;
  }

  .xm\:last\:pb-55px:last-child{
    padding-bottom: 55px;
  }

  .xm\:last\:pl-55px:last-child{
    padding-left: 55px;
  }

  .xm\:last\:pt-60px:last-child{
    padding-top: 60px;
  }

  .xm\:last\:pr-60px:last-child{
    padding-right: 60px;
  }

  .xm\:last\:pb-60px:last-child{
    padding-bottom: 60px;
  }

  .xm\:last\:pl-60px:last-child{
    padding-left: 60px;
  }

  .xm\:last\:pt-68px:last-child{
    padding-top: 68px;
  }

  .xm\:last\:pr-68px:last-child{
    padding-right: 68px;
  }

  .xm\:last\:pb-68px:last-child{
    padding-bottom: 68px;
  }

  .xm\:last\:pl-68px:last-child{
    padding-left: 68px;
  }

  .xm\:last\:pt-80px:last-child{
    padding-top: 80px;
  }

  .xm\:last\:pr-80px:last-child{
    padding-right: 80px;
  }

  .xm\:last\:pb-80px:last-child{
    padding-bottom: 80px;
  }

  .xm\:last\:pl-80px:last-child{
    padding-left: 80px;
  }

  .xm\:last\:pt-90px:last-child{
    padding-top: 90px;
  }

  .xm\:last\:pr-90px:last-child{
    padding-right: 90px;
  }

  .xm\:last\:pb-90px:last-child{
    padding-bottom: 90px;
  }

  .xm\:last\:pl-90px:last-child{
    padding-left: 90px;
  }

  .xm\:last\:pt-93px:last-child{
    padding-top: 93px;
  }

  .xm\:last\:pr-93px:last-child{
    padding-right: 93px;
  }

  .xm\:last\:pb-93px:last-child{
    padding-bottom: 93px;
  }

  .xm\:last\:pl-93px:last-child{
    padding-left: 93px;
  }

  .xm\:last\:pt-115px:last-child{
    padding-top: 115px;
  }

  .xm\:last\:pr-115px:last-child{
    padding-right: 115px;
  }

  .xm\:last\:pb-115px:last-child{
    padding-bottom: 115px;
  }

  .xm\:last\:pl-115px:last-child{
    padding-left: 115px;
  }

  .xm\:static{
    position: static;
  }

  .xm\:fixed{
    position: fixed;
  }

  .xm\:absolute{
    position: absolute;
  }

  .xm\:relative{
    position: relative;
  }

  .xm\:sticky{
    position: sticky;
  }

  .xm\:space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .xm\:space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:space-y-2px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2px * var(--space-y-reverse));
  }

  .xm\:space-x-2px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2px * var(--space-x-reverse));
    margin-left: calc(2px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:space-y-4px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4px * var(--space-y-reverse));
  }

  .xm\:space-x-4px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(4px * var(--space-x-reverse));
    margin-left: calc(4px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:space-y-5px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5px * var(--space-y-reverse));
  }

  .xm\:space-x-5px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(5px * var(--space-x-reverse));
    margin-left: calc(5px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:space-y-6px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6px * var(--space-y-reverse));
  }

  .xm\:space-x-6px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(6px * var(--space-x-reverse));
    margin-left: calc(6px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:space-y-7px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(7px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(7px * var(--space-y-reverse));
  }

  .xm\:space-x-7px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(7px * var(--space-x-reverse));
    margin-left: calc(7px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:space-y-8px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8px * var(--space-y-reverse));
  }

  .xm\:space-x-8px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(8px * var(--space-x-reverse));
    margin-left: calc(8px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:space-y-10px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10px * var(--space-y-reverse));
  }

  .xm\:space-x-10px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(10px * var(--space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:space-y-11px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(11px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(11px * var(--space-y-reverse));
  }

  .xm\:space-x-11px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(11px * var(--space-x-reverse));
    margin-left: calc(11px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:space-y-12px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12px * var(--space-y-reverse));
  }

  .xm\:space-x-12px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(12px * var(--space-x-reverse));
    margin-left: calc(12px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:space-y-14px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14px * var(--space-y-reverse));
  }

  .xm\:space-x-14px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(14px * var(--space-x-reverse));
    margin-left: calc(14px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:space-y-15px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(15px * var(--space-y-reverse));
  }

  .xm\:space-x-15px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(15px * var(--space-x-reverse));
    margin-left: calc(15px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:space-y-16px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16px * var(--space-y-reverse));
  }

  .xm\:space-x-16px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(16px * var(--space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:space-y-18px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(18px * var(--space-y-reverse));
  }

  .xm\:space-x-18px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(18px * var(--space-x-reverse));
    margin-left: calc(18px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:space-y-20px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(20px * var(--space-y-reverse));
  }

  .xm\:space-x-20px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(20px * var(--space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:space-y-24px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(24px * var(--space-y-reverse));
  }

  .xm\:space-x-24px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(24px * var(--space-x-reverse));
    margin-left: calc(24px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:space-y-25px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(25px * var(--space-y-reverse));
  }

  .xm\:space-x-25px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(25px * var(--space-x-reverse));
    margin-left: calc(25px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:space-y-26px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(26px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(26px * var(--space-y-reverse));
  }

  .xm\:space-x-26px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(26px * var(--space-x-reverse));
    margin-left: calc(26px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:space-y-30px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(30px * var(--space-y-reverse));
  }

  .xm\:space-x-30px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(30px * var(--space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:space-y-34px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(34px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(34px * var(--space-y-reverse));
  }

  .xm\:space-x-34px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(34px * var(--space-x-reverse));
    margin-left: calc(34px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:space-y-36px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(36px * var(--space-y-reverse));
  }

  .xm\:space-x-36px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(36px * var(--space-x-reverse));
    margin-left: calc(36px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:space-y-40px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(40px * var(--space-y-reverse));
  }

  .xm\:space-x-40px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(40px * var(--space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:space-y-45px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(45px * var(--space-y-reverse));
  }

  .xm\:space-x-45px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(45px * var(--space-x-reverse));
    margin-left: calc(45px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:space-y-49px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(49px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(49px * var(--space-y-reverse));
  }

  .xm\:space-x-49px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(49px * var(--space-x-reverse));
    margin-left: calc(49px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:space-y-50px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(50px * var(--space-y-reverse));
  }

  .xm\:space-x-50px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(50px * var(--space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:space-y-53px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(53px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(53px * var(--space-y-reverse));
  }

  .xm\:space-x-53px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(53px * var(--space-x-reverse));
    margin-left: calc(53px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:space-y-55px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(55px * var(--space-y-reverse));
  }

  .xm\:space-x-55px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(55px * var(--space-x-reverse));
    margin-left: calc(55px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:space-y-60px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(60px * var(--space-y-reverse));
  }

  .xm\:space-x-60px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(60px * var(--space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:space-y-68px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(68px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(68px * var(--space-y-reverse));
  }

  .xm\:space-x-68px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(68px * var(--space-x-reverse));
    margin-left: calc(68px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:space-y-80px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(80px * var(--space-y-reverse));
  }

  .xm\:space-x-80px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(80px * var(--space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:space-y-90px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(90px * var(--space-y-reverse));
  }

  .xm\:space-x-90px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(90px * var(--space-x-reverse));
    margin-left: calc(90px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:space-y-93px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(93px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(93px * var(--space-y-reverse));
  }

  .xm\:space-x-93px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(93px * var(--space-x-reverse));
    margin-left: calc(93px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:space-y-115px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(115px * var(--space-y-reverse));
  }

  .xm\:space-x-115px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(115px * var(--space-x-reverse));
    margin-left: calc(115px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:-space-y-2px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2px * var(--space-y-reverse));
  }

  .xm\:-space-x-2px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2px * var(--space-x-reverse));
    margin-left: calc(-2px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:-space-y-4px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-4px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4px * var(--space-y-reverse));
  }

  .xm\:-space-x-4px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-4px * var(--space-x-reverse));
    margin-left: calc(-4px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:-space-y-5px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5px * var(--space-y-reverse));
  }

  .xm\:-space-x-5px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-5px * var(--space-x-reverse));
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:-space-y-6px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-6px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6px * var(--space-y-reverse));
  }

  .xm\:-space-x-6px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-6px * var(--space-x-reverse));
    margin-left: calc(-6px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:-space-y-7px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-7px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-7px * var(--space-y-reverse));
  }

  .xm\:-space-x-7px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-7px * var(--space-x-reverse));
    margin-left: calc(-7px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:-space-y-8px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-8px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8px * var(--space-y-reverse));
  }

  .xm\:-space-x-8px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-8px * var(--space-x-reverse));
    margin-left: calc(-8px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:-space-y-10px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10px * var(--space-y-reverse));
  }

  .xm\:-space-x-10px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-10px * var(--space-x-reverse));
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:-space-y-11px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-11px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-11px * var(--space-y-reverse));
  }

  .xm\:-space-x-11px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-11px * var(--space-x-reverse));
    margin-left: calc(-11px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:-space-y-12px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-12px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12px * var(--space-y-reverse));
  }

  .xm\:-space-x-12px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-12px * var(--space-x-reverse));
    margin-left: calc(-12px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:-space-y-14px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-14px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14px * var(--space-y-reverse));
  }

  .xm\:-space-x-14px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-14px * var(--space-x-reverse));
    margin-left: calc(-14px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:-space-y-15px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-15px * var(--space-y-reverse));
  }

  .xm\:-space-x-15px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-15px * var(--space-x-reverse));
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:-space-y-16px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-16px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16px * var(--space-y-reverse));
  }

  .xm\:-space-x-16px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-16px * var(--space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:-space-y-18px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-18px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-18px * var(--space-y-reverse));
  }

  .xm\:-space-x-18px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-18px * var(--space-x-reverse));
    margin-left: calc(-18px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:-space-y-20px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-20px * var(--space-y-reverse));
  }

  .xm\:-space-x-20px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-20px * var(--space-x-reverse));
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:-space-y-24px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-24px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-24px * var(--space-y-reverse));
  }

  .xm\:-space-x-24px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-24px * var(--space-x-reverse));
    margin-left: calc(-24px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:-space-y-25px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-25px * var(--space-y-reverse));
  }

  .xm\:-space-x-25px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-25px * var(--space-x-reverse));
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:-space-y-26px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-26px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-26px * var(--space-y-reverse));
  }

  .xm\:-space-x-26px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-26px * var(--space-x-reverse));
    margin-left: calc(-26px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:-space-y-30px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-30px * var(--space-y-reverse));
  }

  .xm\:-space-x-30px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-30px * var(--space-x-reverse));
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:-space-y-34px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-34px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-34px * var(--space-y-reverse));
  }

  .xm\:-space-x-34px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-34px * var(--space-x-reverse));
    margin-left: calc(-34px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:-space-y-36px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-36px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-36px * var(--space-y-reverse));
  }

  .xm\:-space-x-36px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-36px * var(--space-x-reverse));
    margin-left: calc(-36px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:-space-y-40px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-40px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-40px * var(--space-y-reverse));
  }

  .xm\:-space-x-40px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-40px * var(--space-x-reverse));
    margin-left: calc(-40px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:-space-y-45px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-45px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-45px * var(--space-y-reverse));
  }

  .xm\:-space-x-45px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-45px * var(--space-x-reverse));
    margin-left: calc(-45px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:-space-y-49px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-49px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-49px * var(--space-y-reverse));
  }

  .xm\:-space-x-49px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-49px * var(--space-x-reverse));
    margin-left: calc(-49px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:-space-y-50px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-50px * var(--space-y-reverse));
  }

  .xm\:-space-x-50px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-50px * var(--space-x-reverse));
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:-space-y-53px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-53px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-53px * var(--space-y-reverse));
  }

  .xm\:-space-x-53px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-53px * var(--space-x-reverse));
    margin-left: calc(-53px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:-space-y-55px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-55px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-55px * var(--space-y-reverse));
  }

  .xm\:-space-x-55px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-55px * var(--space-x-reverse));
    margin-left: calc(-55px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:-space-y-60px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-60px * var(--space-y-reverse));
  }

  .xm\:-space-x-60px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-60px * var(--space-x-reverse));
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:-space-y-68px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-68px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-68px * var(--space-y-reverse));
  }

  .xm\:-space-x-68px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-68px * var(--space-x-reverse));
    margin-left: calc(-68px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:-space-y-80px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-80px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-80px * var(--space-y-reverse));
  }

  .xm\:-space-x-80px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-80px * var(--space-x-reverse));
    margin-left: calc(-80px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:-space-y-90px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-90px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-90px * var(--space-y-reverse));
  }

  .xm\:-space-x-90px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-90px * var(--space-x-reverse));
    margin-left: calc(-90px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:-space-y-93px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-93px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-93px * var(--space-y-reverse));
  }

  .xm\:-space-x-93px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-93px * var(--space-x-reverse));
    margin-left: calc(-93px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:-space-y-115px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-115px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-115px * var(--space-y-reverse));
  }

  .xm\:-space-x-115px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-115px * var(--space-x-reverse));
    margin-left: calc(-115px * calc(1 - var(--space-x-reverse)));
  }

  .xm\:space-y-reverse > :not(template) ~ :not(template){
    --space-y-reverse: 1;
  }

  .xm\:space-x-reverse > :not(template) ~ :not(template){
    --space-x-reverse: 1;
  }

  .xm\:text-left{
    text-align: left;
  }

  .xm\:text-center{
    text-align: center;
  }

  .xm\:text-right{
    text-align: right;
  }

  .xm\:text-justify{
    text-align: justify;
  }

  .xm\:text-white{
    color: #fff;
  }

  .xm\:text-gray-20{
    color: #dddfee;
  }

  .xm\:text-gray-30{
    color: #d1dbff;
  }

  .xm\:text-gray-40{
    color: #f7f9ff;
  }

  .xm\:text-gray-50{
    color: #ebeffb;
  }

  .xm\:text-gray-60{
    color: #e7e9f6;
  }

  .xm\:text-gray-100{
    color: #dee3ef;
  }

  .xm\:text-gray-200{
    color: #cdcfe0;
  }

  .xm\:text-gray-250{
    color: #a4adb7;
  }

  .xm\:text-gray-300{
    color: #868da4;
  }

  .xm\:text-gray-400{
    color: #566687;
  }

  .xm\:text-gray-800{
    color: #2f3b46;
  }

  .xm\:text-gray-a1{
    color: rgba(0, 0, 0, .8);
  }

  .xm\:text-blue-40{
    color: #637dfb;
  }

  .xm\:text-blue-50{
    color: #5d80ff;
  }

  .xm\:text-blue-100{
    color: #476df2;
  }

  .xm\:text-blue-200{
    color: #878bad;
  }

  .xm\:text-blue-300{
    color: #627cfa;
  }

  .xm\:text-blue-400{
    color: #646d88;
  }

  .xm\:text-blue-500{
    color: #566cd3;
  }

  .xm\:text-blue-700{
    color: #233253;
  }

  .xm\:text-blue-800{
    color: #152442;
  }

  .xm\:text-blue-850{
    color: #192440;
  }

  .xm\:text-blue-900{
    color: #132a43;
  }

  .xm\:text-yellow-400{
    color: #f1d600;
  }

  .xm\:hover\:text-white:hover{
    color: #fff;
  }

  .xm\:hover\:text-gray-20:hover{
    color: #dddfee;
  }

  .xm\:hover\:text-gray-30:hover{
    color: #d1dbff;
  }

  .xm\:hover\:text-gray-40:hover{
    color: #f7f9ff;
  }

  .xm\:hover\:text-gray-50:hover{
    color: #ebeffb;
  }

  .xm\:hover\:text-gray-60:hover{
    color: #e7e9f6;
  }

  .xm\:hover\:text-gray-100:hover{
    color: #dee3ef;
  }

  .xm\:hover\:text-gray-200:hover{
    color: #cdcfe0;
  }

  .xm\:hover\:text-gray-250:hover{
    color: #a4adb7;
  }

  .xm\:hover\:text-gray-300:hover{
    color: #868da4;
  }

  .xm\:hover\:text-gray-400:hover{
    color: #566687;
  }

  .xm\:hover\:text-gray-800:hover{
    color: #2f3b46;
  }

  .xm\:hover\:text-gray-a1:hover{
    color: rgba(0, 0, 0, .8);
  }

  .xm\:hover\:text-blue-40:hover{
    color: #637dfb;
  }

  .xm\:hover\:text-blue-50:hover{
    color: #5d80ff;
  }

  .xm\:hover\:text-blue-100:hover{
    color: #476df2;
  }

  .xm\:hover\:text-blue-200:hover{
    color: #878bad;
  }

  .xm\:hover\:text-blue-300:hover{
    color: #627cfa;
  }

  .xm\:hover\:text-blue-400:hover{
    color: #646d88;
  }

  .xm\:hover\:text-blue-500:hover{
    color: #566cd3;
  }

  .xm\:hover\:text-blue-700:hover{
    color: #233253;
  }

  .xm\:hover\:text-blue-800:hover{
    color: #152442;
  }

  .xm\:hover\:text-blue-850:hover{
    color: #192440;
  }

  .xm\:hover\:text-blue-900:hover{
    color: #132a43;
  }

  .xm\:hover\:text-yellow-400:hover{
    color: #f1d600;
  }

  .xm\:focus\:text-white:focus{
    color: #fff;
  }

  .xm\:focus\:text-gray-20:focus{
    color: #dddfee;
  }

  .xm\:focus\:text-gray-30:focus{
    color: #d1dbff;
  }

  .xm\:focus\:text-gray-40:focus{
    color: #f7f9ff;
  }

  .xm\:focus\:text-gray-50:focus{
    color: #ebeffb;
  }

  .xm\:focus\:text-gray-60:focus{
    color: #e7e9f6;
  }

  .xm\:focus\:text-gray-100:focus{
    color: #dee3ef;
  }

  .xm\:focus\:text-gray-200:focus{
    color: #cdcfe0;
  }

  .xm\:focus\:text-gray-250:focus{
    color: #a4adb7;
  }

  .xm\:focus\:text-gray-300:focus{
    color: #868da4;
  }

  .xm\:focus\:text-gray-400:focus{
    color: #566687;
  }

  .xm\:focus\:text-gray-800:focus{
    color: #2f3b46;
  }

  .xm\:focus\:text-gray-a1:focus{
    color: rgba(0, 0, 0, .8);
  }

  .xm\:focus\:text-blue-40:focus{
    color: #637dfb;
  }

  .xm\:focus\:text-blue-50:focus{
    color: #5d80ff;
  }

  .xm\:focus\:text-blue-100:focus{
    color: #476df2;
  }

  .xm\:focus\:text-blue-200:focus{
    color: #878bad;
  }

  .xm\:focus\:text-blue-300:focus{
    color: #627cfa;
  }

  .xm\:focus\:text-blue-400:focus{
    color: #646d88;
  }

  .xm\:focus\:text-blue-500:focus{
    color: #566cd3;
  }

  .xm\:focus\:text-blue-700:focus{
    color: #233253;
  }

  .xm\:focus\:text-blue-800:focus{
    color: #152442;
  }

  .xm\:focus\:text-blue-850:focus{
    color: #192440;
  }

  .xm\:focus\:text-blue-900:focus{
    color: #132a43;
  }

  .xm\:focus\:text-yellow-400:focus{
    color: #f1d600;
  }

  .xm\:underline{
    text-decoration: underline;
  }

  .xm\:line-through{
    text-decoration: line-through;
  }

  .xm\:no-underline{
    text-decoration: none;
  }

  .xm\:hover\:underline:hover{
    text-decoration: underline;
  }

  .xm\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .xm\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .xm\:focus\:underline:focus{
    text-decoration: underline;
  }

  .xm\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .xm\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .xm\:uppercase{
    text-transform: uppercase;
  }

  .xm\:lowercase{
    text-transform: lowercase;
  }

  .xm\:capitalize{
    text-transform: capitalize;
  }

  .xm\:normal-case{
    text-transform: none;
  }

  .xm\:whitespace-normal{
    white-space: normal;
  }

  .xm\:whitespace-no-wrap{
    white-space: nowrap;
  }

  .xm\:whitespace-pre{
    white-space: pre;
  }

  .xm\:whitespace-pre-line{
    white-space: pre-line;
  }

  .xm\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .xm\:w-0{
    width: 0;
  }

  .xm\:w-auto{
    width: auto;
  }

  .xm\:w-2px{
    width: 2px;
  }

  .xm\:w-4px{
    width: 4px;
  }

  .xm\:w-5px{
    width: 5px;
  }

  .xm\:w-6px{
    width: 6px;
  }

  .xm\:w-7px{
    width: 7px;
  }

  .xm\:w-8px{
    width: 8px;
  }

  .xm\:w-10px{
    width: 10px;
  }

  .xm\:w-11px{
    width: 11px;
  }

  .xm\:w-12px{
    width: 12px;
  }

  .xm\:w-14px{
    width: 14px;
  }

  .xm\:w-15px{
    width: 15px;
  }

  .xm\:w-16px{
    width: 16px;
  }

  .xm\:w-18px{
    width: 18px;
  }

  .xm\:w-20px{
    width: 20px;
  }

  .xm\:w-24px{
    width: 24px;
  }

  .xm\:w-25px{
    width: 25px;
  }

  .xm\:w-26px{
    width: 26px;
  }

  .xm\:w-30px{
    width: 30px;
  }

  .xm\:w-34px{
    width: 34px;
  }

  .xm\:w-36px{
    width: 36px;
  }

  .xm\:w-40px{
    width: 40px;
  }

  .xm\:w-45px{
    width: 45px;
  }

  .xm\:w-49px{
    width: 49px;
  }

  .xm\:w-50px{
    width: 50px;
  }

  .xm\:w-53px{
    width: 53px;
  }

  .xm\:w-55px{
    width: 55px;
  }

  .xm\:w-60px{
    width: 60px;
  }

  .xm\:w-68px{
    width: 68px;
  }

  .xm\:w-80px{
    width: 80px;
  }

  .xm\:w-90px{
    width: 90px;
  }

  .xm\:w-93px{
    width: 93px;
  }

  .xm\:w-115px{
    width: 115px;
  }

  .xm\:w-1\/2{
    width: 50%;
  }

  .xm\:w-1\/3{
    width: 33.333333%;
  }

  .xm\:w-2\/3{
    width: 66.666667%;
  }

  .xm\:w-1\/4{
    width: 25%;
  }

  .xm\:w-2\/4{
    width: 50%;
  }

  .xm\:w-3\/4{
    width: 75%;
  }

  .xm\:w-1\/5{
    width: 20%;
  }

  .xm\:w-2\/5{
    width: 40%;
  }

  .xm\:w-3\/5{
    width: 60%;
  }

  .xm\:w-4\/5{
    width: 80%;
  }

  .xm\:w-1\/6{
    width: 16.666667%;
  }

  .xm\:w-2\/6{
    width: 33.333333%;
  }

  .xm\:w-3\/6{
    width: 50%;
  }

  .xm\:w-4\/6{
    width: 66.666667%;
  }

  .xm\:w-5\/6{
    width: 83.333333%;
  }

  .xm\:w-1\/12{
    width: 8.333333%;
  }

  .xm\:w-2\/12{
    width: 16.666667%;
  }

  .xm\:w-3\/12{
    width: 25%;
  }

  .xm\:w-4\/12{
    width: 33.333333%;
  }

  .xm\:w-5\/12{
    width: 41.666667%;
  }

  .xm\:w-6\/12{
    width: 50%;
  }

  .xm\:w-7\/12{
    width: 58.333333%;
  }

  .xm\:w-8\/12{
    width: 66.666667%;
  }

  .xm\:w-9\/12{
    width: 75%;
  }

  .xm\:w-10\/12{
    width: 83.333333%;
  }

  .xm\:w-11\/12{
    width: 91.666667%;
  }

  .xm\:w-full{
    width: 100%;
  }

  .xm\:w-screen{
    width: 100vw;
  }

  .xm\:w-260px{
    width: 260px;
  }

  .xm\:w-320px{
    width: 320px;
  }

  .xm\:w-360px{
    width: 360px;
  }

  .xm\:w-366px{
    width: 366px;
  }

  .xm\:w-450px{
    width: 450px;
  }

  .xm\:w-806px{
    width: 806px;
  }

  .xm\:z-0{
    z-index: 0;
  }

  .xm\:z-10{
    z-index: 10;
  }

  .xm\:z-20{
    z-index: 20;
  }

  .xm\:z-30{
    z-index: 30;
  }

  .xm\:z-40{
    z-index: 40;
  }

  .xm\:z-50{
    z-index: 50;
  }

  .xm\:z-auto{
    z-index: auto;
  }

  .xm\:m-0imp {
    margin: 0 !important;
  }
}